Pull request #2910 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of judehung for edgexfoundry/edgex-go Obtained Jenkinsfile from ae6166b8c9fd034394a4982ee13bb410ff196e21+efc1644df1976da5690ede7e7b0e2d2c06b6d44e (1a48c03de24dbf387655ad34de2dd5de553a9d60) 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 ‘prd-centos7-docker-4c-2g-14001’ Running on prd-centos7-docker-4c-2g-14004 in /w/workspace/edgexfoundry_edgex-go_PR-2910 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/2 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > 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/2910/head:refs/remotes/origin/PR-2910 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit efc1644df1976da5690ede7e7b0e2d2c06b6d44e into PR head commit ae6166b8c9fd034394a4982ee13bb410ff196e21 Merge succeeded, producing ae6166b8c9fd034394a4982ee13bb410ff196e21 Checking out Revision ae6166b8c9fd034394a4982ee13bb410ff196e21 (PR-2910) > git config core.sparsecheckout # timeout=10 > git checkout -f ae6166b8c9fd034394a4982ee13bb410ff196e21 # 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 efc1644df1976da5690ede7e7b0e2d2c06b6d44e # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f ae6166b8c9fd034394a4982ee13bb410ff196e21 # timeout=10 Commit message: "Merge branch 'master' into issue-2903" > git rev-list --no-walk daa04cf8c19f4eab04ca829c95023bfbf477734c # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-12-01T10:17:59.445Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-12-01T10:17:59.702Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-12-01T10:17:59.797Z] ========================================================= [2020-12-01T10:17:59.797Z] EdgeX Global Pipelines Version Info [2020-12-01T10:17:59.797Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-12-01T10:18:01.253Z] ------------------- [2020-12-01T10:18:01.253Z] stable info: [2020-12-01T10:18:01.253Z] ------------------- [2020-12-01T10:18:01.253Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-12-01T10:18:01.253Z] Commit SHA: a5c854593eac886f27ddeefb8920871132e8ed78 [2020-12-01T10:18:01.253Z] Message: update stable to v1.0.169 [2020-12-01T10:18:02.205Z] ------------------- [2020-12-01T10:18:02.205Z] experimental info: [2020-12-01T10:18:02.205Z] ------------------- [2020-12-01T10:18:02.205Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-12-01T10:18:02.205Z] Commit SHA: a5c854593eac886f27ddeefb8920871132e8ed78 [2020-12-01T10:18:02.205Z] Message: update experimental to v1.0.169 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-12-01T10:18:02.504Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2020-12-01T10:18:02.595Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2020-12-01T10:18:02.682Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-12-01T10:18:02.767Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-12-01T10:18:02.878Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-12-01T10:18:02.962Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-12-01T10:18:03.048Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-12-01T10:18:03.132Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2020-12-01T10:18:03.242Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2020-12-01T10:18:03.329Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2020-12-01T10:18:03.415Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-12-01T10:18:03.501Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-12-01T10:18:03.608Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-12-01T10:18:03.701Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-12-01T10:18:03.791Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-12-01T10:18:03.880Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2020-12-01T10:18:03.970Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-12-01T10:18:04.055Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-12-01T10:18:04.140Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2020-12-01T10:18:04.225Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2020-12-01T10:18:04.311Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2020-12-01T10:18:04.399Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2020-12-01T10:18:04.490Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-2910 [Pipeline] echo [2020-12-01T10:18:04.581Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-2910 [Pipeline] echo [2020-12-01T10:18:04.707Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-2910 [Pipeline] echo [2020-12-01T10:18:04.789Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = ae6166b8c9fd034394a4982ee13bb410ff196e21 [Pipeline] echo [2020-12-01T10:18:04.879Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = ae6166b [Pipeline] echo [2020-12-01T10:18:04.974Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-12-01T10:18:05.148Z] provisioning config files... [2020-12-01T10:18:05.180Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/2@tmp/config925859118789286199tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-12-01T10:18:05.542Z] ---> docker-login.sh [2020-12-01T10:18:05.542Z] nexus3.edgexfoundry.org:10001 [2020-12-01T10:18:05.806Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-01T10:18:06.068Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-01T10:18:06.068Z] Configure a credential helper to remove this warning. See [2020-12-01T10:18:06.068Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-01T10:18:06.068Z] [2020-12-01T10:18:06.068Z] Login Succeeded [2020-12-01T10:18:06.068Z] nexus3.edgexfoundry.org:10002 [2020-12-01T10:18:06.068Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-01T10:18:06.333Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-01T10:18:06.333Z] Configure a credential helper to remove this warning. See [2020-12-01T10:18:06.333Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-01T10:18:06.333Z] [2020-12-01T10:18:06.333Z] Login Succeeded [2020-12-01T10:18:06.333Z] nexus3.edgexfoundry.org:10003 [2020-12-01T10:18:06.333Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-01T10:18:06.333Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-01T10:18:06.333Z] Configure a credential helper to remove this warning. See [2020-12-01T10:18:06.333Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-01T10:18:06.333Z] [2020-12-01T10:18:06.333Z] Login Succeeded [2020-12-01T10:18:06.333Z] nexus3.edgexfoundry.org:10004 [2020-12-01T10:18:06.597Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-01T10:18:06.597Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-01T10:18:06.597Z] Configure a credential helper to remove this warning. See [2020-12-01T10:18:06.597Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-01T10:18:06.597Z] [2020-12-01T10:18:06.597Z] Login Succeeded [2020-12-01T10:18:06.597Z] docker.io [2020-12-01T10:18:06.597Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-01T10:18:07.174Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-01T10:18:07.174Z] Configure a credential helper to remove this warning. See [2020-12-01T10:18:07.174Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-01T10:18:07.174Z] [2020-12-01T10:18:07.174Z] Login Succeeded [2020-12-01T10:18:07.174Z] ---> docker-login.sh ends [Pipeline] } [2020-12-01T10:18:07.183Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-12-01T10:18:07.650Z] ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrap-redis/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secrets-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-logging/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile [2020-12-01T10:18:07.650Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-01T10:18:07.650Z] ++ dirname cmd/core-command/Dockerfile [2020-12-01T10:18:07.650Z] ++ cut -d/ -f2 [2020-12-01T10:18:07.650Z] + echo core-command,cmd/core-command/Dockerfile [2020-12-01T10:18:07.650Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-01T10:18:07.650Z] ++ dirname cmd/core-data/Dockerfile [2020-12-01T10:18:07.650Z] ++ cut -d/ -f2 [2020-12-01T10:18:07.650Z] + echo core-data,cmd/core-data/Dockerfile [2020-12-01T10:18:07.650Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-01T10:18:07.650Z] ++ dirname cmd/core-metadata/Dockerfile [2020-12-01T10:18:07.650Z] ++ cut -d/ -f2 [2020-12-01T10:18:07.650Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2020-12-01T10:18:07.650Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-01T10:18:07.650Z] ++ dirname cmd/security-bootstrap-redis/Dockerfile [2020-12-01T10:18:07.650Z] ++ cut -d/ -f2 [2020-12-01T10:18:07.650Z] + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile [2020-12-01T10:18:07.650Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-01T10:18:07.650Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2020-12-01T10:18:07.650Z] ++ cut -d/ -f2 [2020-12-01T10:18:07.650Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2020-12-01T10:18:07.650Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-01T10:18:07.650Z] ++ dirname cmd/security-secrets-setup/Dockerfile [2020-12-01T10:18:07.650Z] ++ cut -d/ -f2 [2020-12-01T10:18:07.650Z] + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile [2020-12-01T10:18:07.650Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-01T10:18:07.650Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2020-12-01T10:18:07.650Z] ++ cut -d/ -f2 [2020-12-01T10:18:07.650Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2020-12-01T10:18:07.650Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-01T10:18:07.650Z] ++ dirname cmd/support-logging/Dockerfile [2020-12-01T10:18:07.650Z] ++ cut -d/ -f2 [2020-12-01T10:18:07.650Z] + echo support-logging,cmd/support-logging/Dockerfile [2020-12-01T10:18:07.650Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-01T10:18:07.650Z] ++ dirname cmd/support-notifications/Dockerfile [2020-12-01T10:18:07.650Z] ++ cut -d/ -f2 [2020-12-01T10:18:07.650Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2020-12-01T10:18:07.650Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-01T10:18:07.650Z] ++ dirname cmd/support-scheduler/Dockerfile [2020-12-01T10:18:07.650Z] ++ cut -d/ -f2 [2020-12-01T10:18:07.650Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2020-12-01T10:18:07.650Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-01T10:18:07.650Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2020-12-01T10:18:07.650Z] ++ cut -d/ -f2 [2020-12-01T10:18:07.650Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2020-12-01T10:18:07.731Z] Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-bootstrap-redis-go, dockerfile:cmd/security-bootstrap-redis/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secrets-setup-go, dockerfile:cmd/security-secrets-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-logging-go, dockerfile:cmd/support-logging/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2020-12-01T10:18:09.390Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-01T10:18:09.390Z] [2020-12-01T10:18:09.390Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-12-01T10:18:09.760Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-01T10:18:09.760Z] latest: Pulling from edgex-devops/git-semver [2020-12-01T10:18:09.760Z] 31603596830f: Pulling fs layer [2020-12-01T10:18:09.760Z] 2a8b12db71e7: Pulling fs layer [2020-12-01T10:18:09.760Z] 6ca5941a6612: Pulling fs layer [2020-12-01T10:18:09.760Z] ecc8261a40a4: Pulling fs layer [2020-12-01T10:18:09.760Z] ecc8261a40a4: Waiting [2020-12-01T10:18:09.760Z] 2a8b12db71e7: Verifying Checksum [2020-12-01T10:18:09.760Z] 2a8b12db71e7: Download complete [2020-12-01T10:18:09.760Z] 31603596830f: Verifying Checksum [2020-12-01T10:18:09.760Z] 31603596830f: Download complete [2020-12-01T10:18:10.023Z] ecc8261a40a4: Verifying Checksum [2020-12-01T10:18:10.023Z] ecc8261a40a4: Download complete [2020-12-01T10:18:10.023Z] 6ca5941a6612: Verifying Checksum [2020-12-01T10:18:10.023Z] 6ca5941a6612: Download complete [2020-12-01T10:18:10.288Z] 31603596830f: Pull complete [2020-12-01T10:18:10.288Z] 2a8b12db71e7: Pull complete [2020-12-01T10:18:11.246Z] 6ca5941a6612: Pull complete [2020-12-01T10:18:11.246Z] ecc8261a40a4: Pull complete [2020-12-01T10:18:11.246Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-12-01T10:18:11.246Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-01T10:18:11.509Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-12-01T10:18:11.611Z] prd-centos7-docker-4c-2g-14004 does not seem to be running inside a container [2020-12-01T10:18:11.665Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-12-01T10:18:14.202Z] $ docker top de24e0a9f78a1d41a13e0099cef35b0a5c0e38798dbfff254830124c6be54756 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-12-01T10:18:14.515Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-01T10:18:14.515Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-01T10:18:14.725Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-01T10:18:14.731Z] $ docker exec de24e0a9f78a1d41a13e0099cef35b0a5c0e38798dbfff254830124c6be54756 ssh-agent [2020-12-01T10:18:14.901Z] SSH_AUTH_SOCK=/tmp/ssh-MiVGOGL1d0zB/agent.12 [2020-12-01T10:18:14.901Z] SSH_AGENT_PID=17 [2020-12-01T10:18:14.914Z] Running ssh-add (command line suppressed) [2020-12-01T10:18:15.040Z] Identity added: /w/workspace/edgex-go/2@tmp/private_key_6251785317715834333.key (/w/workspace/edgex-go/2@tmp/private_key_6251785317715834333.key) [2020-12-01T10:18:15.089Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-01T10:18:15.424Z] + git tag --points-at HEAD [Pipeline] } [2020-12-01T10:18:15.446Z] $ docker exec --env ******** --env ******** de24e0a9f78a1d41a13e0099cef35b0a5c0e38798dbfff254830124c6be54756 ssh-agent -k [2020-12-01T10:18:15.561Z] unset SSH_AUTH_SOCK; [2020-12-01T10:18:15.561Z] unset SSH_AGENT_PID; [2020-12-01T10:18:15.561Z] echo Agent pid 17 killed; [2020-12-01T10:18:15.604Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2020-12-01T10:18:15.770Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-01T10:18:15.770Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-01T10:18:15.934Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-01T10:18:15.940Z] $ docker exec de24e0a9f78a1d41a13e0099cef35b0a5c0e38798dbfff254830124c6be54756 ssh-agent [2020-12-01T10:18:16.097Z] SSH_AUTH_SOCK=/tmp/ssh-LEZtCz0529mX/agent.45 [2020-12-01T10:18:16.097Z] SSH_AGENT_PID=50 [2020-12-01T10:18:16.104Z] Running ssh-add (command line suppressed) [2020-12-01T10:18:16.223Z] Identity added: /w/workspace/edgex-go/2@tmp/private_key_1904089946202668305.key (/w/workspace/edgex-go/2@tmp/private_key_1904089946202668305.key) [2020-12-01T10:18:16.270Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-01T10:18:16.614Z] + git semver init [2020-12-01T10:18:16.614Z] # -> Open(): unable to determine branch for HEAD [2020-12-01T10:18:16.614Z] # $GIT_DIR = /w/workspace/edgex-go/2/.git [2020-12-01T10:18:16.614Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/2 [2020-12-01T10:18:16.614Z] # $SEMVER_REMOTE_NAME = origin [2020-12-01T10:18:16.614Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-12-01T10:18:16.614Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-12-01T10:18:16.614Z] # $SEMVER_BRANCH = PR-2910 [2020-12-01T10:18:16.614Z] # $SEMVER_TEMP = /tmp/semver-987028257 [2020-12-01T10:18:16.614Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2020-12-01T10:18:38.654Z] # '/tmp/semver-987028257' -> '/w/workspace/edgex-go/2/.semver' [2020-12-01T10:18:39.232Z] # -> Force: false [2020-12-01T10:18:39.232Z] # $SEMVER_DIR = /w/workspace/edgex-go/2/.semver [Pipeline] } [2020-12-01T10:18:39.248Z] $ docker exec --env ******** --env ******** de24e0a9f78a1d41a13e0099cef35b0a5c0e38798dbfff254830124c6be54756 ssh-agent -k [2020-12-01T10:18:39.493Z] unset SSH_AUTH_SOCK; [2020-12-01T10:18:39.494Z] unset SSH_AGENT_PID; [2020-12-01T10:18:39.494Z] echo Agent pid 50 killed; [2020-12-01T10:18:39.575Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-12-01T10:18:40.100Z] + git semver [Pipeline] } [2020-12-01T10:18:40.120Z] $ docker stop --time=1 de24e0a9f78a1d41a13e0099cef35b0a5c0e38798dbfff254830124c6be54756 [2020-12-01T10:18:41.670Z] $ docker rm -f de24e0a9f78a1d41a13e0099cef35b0a5c0e38798dbfff254830124c6be54756 [Pipeline] // withDockerContainer [Pipeline] sh [2020-12-01T10:18:42.163Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2020-12-01T10:18:42.649Z] Stashed 1 file(s) [Pipeline] echo [2020-12-01T10:18:42.652Z] [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-01T10:18:43.565Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2020-12-01T10:18:43.868Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2020-12-01T10:18:44.170Z] + sudo service docker restart [2020-12-01T10:18:44.170Z] + true [2020-12-01T10:18:44.170Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2020-12-01T10:18:44.761Z] ========================================================= [2020-12-01T10:18:44.761Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-12-01T10:18:44.761Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-12-01T10:18:45.101Z] + 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-01T10:18:48.423Z] Sending build context to Docker daemon 326MB [2020-12-01T10:18:48.423Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-12-01T10:18:48.423Z] Step 2/7 : FROM ${BASE} [2020-12-01T10:18:48.423Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-12-01T10:18:48.423Z] df20fa9351a1: Pulling fs layer [2020-12-01T10:18:48.423Z] ed8968b2872e: Pulling fs layer [2020-12-01T10:18:48.423Z] a92cc7c5fd73: Pulling fs layer [2020-12-01T10:18:48.423Z] e871e8e8d7a9: Pulling fs layer [2020-12-01T10:18:48.423Z] e73272ec9a57: Pulling fs layer [2020-12-01T10:18:48.423Z] 1e910a182e73: Pulling fs layer [2020-12-01T10:18:48.423Z] 4e634b169226: Pulling fs layer [2020-12-01T10:18:48.423Z] e73272ec9a57: Waiting [2020-12-01T10:18:48.423Z] 4e634b169226: Waiting [2020-12-01T10:18:48.423Z] 1e910a182e73: Waiting [2020-12-01T10:18:48.688Z] a92cc7c5fd73: Verifying Checksum [2020-12-01T10:18:48.688Z] a92cc7c5fd73: Download complete [2020-12-01T10:18:48.688Z] ed8968b2872e: Download complete [2020-12-01T10:18:48.688Z] e73272ec9a57: Verifying Checksum [2020-12-01T10:18:48.688Z] e73272ec9a57: Download complete [2020-12-01T10:18:48.688Z] 1e910a182e73: Verifying Checksum [2020-12-01T10:18:48.688Z] 1e910a182e73: Download complete [2020-12-01T10:18:48.688Z] df20fa9351a1: Verifying Checksum [2020-12-01T10:18:48.688Z] df20fa9351a1: Download complete [2020-12-01T10:18:49.263Z] df20fa9351a1: Pull complete [2020-12-01T10:18:49.263Z] ed8968b2872e: Pull complete [2020-12-01T10:18:49.526Z] a92cc7c5fd73: Pull complete [2020-12-01T10:18:50.479Z] 4e634b169226: Verifying Checksum [2020-12-01T10:18:50.479Z] 4e634b169226: Download complete [2020-12-01T10:18:51.068Z] e871e8e8d7a9: Verifying Checksum [2020-12-01T10:18:51.068Z] e871e8e8d7a9: Download complete [2020-12-01T10:18:56.409Z] e871e8e8d7a9: Pull complete [2020-12-01T10:18:56.409Z] e73272ec9a57: Pull complete [2020-12-01T10:18:56.409Z] 1e910a182e73: Pull complete [2020-12-01T10:18:58.055Z] Still waiting to schedule task [2020-12-01T10:18:58.055Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2020-12-01T10:19:00.633Z] 4e634b169226: Pull complete [2020-12-01T10:19:00.633Z] Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 [2020-12-01T10:19:00.633Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-12-01T10:19:00.633Z] ---> f7629b54cfaa [2020-12-01T10:19:00.633Z] 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-01T10:19:00.633Z] ---> Running in f675fddb23f1 [2020-12-01T10:19:01.215Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-01T10:19:01.795Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-01T10:19:02.373Z] (1/12) Installing libmagic (5.38-r0) [2020-12-01T10:19:02.636Z] (2/12) Installing file (5.38-r0) [2020-12-01T10:19:02.636Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-12-01T10:19:02.900Z] (4/12) Installing g++ (9.3.0-r2) [2020-12-01T10:19:08.205Z] (5/12) Installing fortify-headers (1.1-r0) [2020-12-01T10:19:08.205Z] (6/12) Installing patch (2.7.6-r6) [2020-12-01T10:19:08.205Z] (7/12) Installing build-base (0.5-r2) [2020-12-01T10:19:08.467Z] (8/12) Installing libsodium (1.0.18-r0) [2020-12-01T10:19:08.467Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-12-01T10:19:08.467Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-12-01T10:19:08.730Z] (11/12) Installing libzmq (4.3.3-r0) [2020-12-01T10:19:08.730Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2020-12-01T10:19:08.992Z] Executing busybox-1.31.1-r16.trigger [2020-12-01T10:19:08.992Z] OK: 233 MiB in 51 packages [2020-12-01T10:19:12.316Z] Removing intermediate container f675fddb23f1 [2020-12-01T10:19:12.316Z] ---> 9bbd7726d809 [2020-12-01T10:19:12.316Z] Step 4/7 : WORKDIR /edgex-go [2020-12-01T10:19:12.316Z] ---> Running in 8671cab9a310 [2020-12-01T10:19:12.580Z] Removing intermediate container 8671cab9a310 [2020-12-01T10:19:12.580Z] ---> bf06bdeb7bc7 [2020-12-01T10:19:12.580Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-12-01T10:19:13.154Z] latest: Pulling from library/docker [2020-12-01T10:19:13.154Z] 188c0c94c7c5: Pulling fs layer [2020-12-01T10:19:13.154Z] 0c7c675703d6: Pulling fs layer [2020-12-01T10:19:13.154Z] cc8c12a437cb: Pulling fs layer [2020-12-01T10:19:13.154Z] c5dafad2182a: Pulling fs layer [2020-12-01T10:19:13.154Z] 5aa711733414: Pulling fs layer [2020-12-01T10:19:13.154Z] 058f73b55e4b: Pulling fs layer [2020-12-01T10:19:13.154Z] 8c9c664faf12: Pulling fs layer [2020-12-01T10:19:13.154Z] c5dafad2182a: Waiting [2020-12-01T10:19:13.154Z] 5aa711733414: Waiting [2020-12-01T10:19:13.154Z] 058f73b55e4b: Waiting [2020-12-01T10:19:13.154Z] 8c9c664faf12: Waiting [2020-12-01T10:19:13.426Z] cc8c12a437cb: Verifying Checksum [2020-12-01T10:19:13.426Z] cc8c12a437cb: Download complete [2020-12-01T10:19:13.426Z] 188c0c94c7c5: Verifying Checksum [2020-12-01T10:19:13.426Z] 188c0c94c7c5: Download complete [2020-12-01T10:19:13.426Z] 0c7c675703d6: Verifying Checksum [2020-12-01T10:19:13.426Z] 0c7c675703d6: Download complete [2020-12-01T10:19:13.426Z] 5aa711733414: Verifying Checksum [2020-12-01T10:19:13.426Z] 5aa711733414: Download complete [2020-12-01T10:19:13.426Z] 058f73b55e4b: Verifying Checksum [2020-12-01T10:19:13.426Z] 058f73b55e4b: Download complete [2020-12-01T10:19:13.697Z] c5dafad2182a: Retrying in 5 seconds [2020-12-01T10:19:13.697Z] 8c9c664faf12: Verifying Checksum [2020-12-01T10:19:13.697Z] 8c9c664faf12: Download complete [2020-12-01T10:19:13.697Z] 188c0c94c7c5: Pull complete [2020-12-01T10:19:13.962Z] 0c7c675703d6: Pull complete [2020-12-01T10:19:13.962Z] cc8c12a437cb: Pull complete [2020-12-01T10:19:14.539Z] c5dafad2182a: Retrying in 4 seconds [2020-12-01T10:19:15.489Z] c5dafad2182a: Retrying in 3 seconds [2020-12-01T10:19:16.882Z] c5dafad2182a: Retrying in 2 seconds [2020-12-01T10:19:17.829Z] c5dafad2182a: Retrying in 1 second [2020-12-01T10:19:19.757Z] c5dafad2182a: Verifying Checksum [2020-12-01T10:19:19.757Z] c5dafad2182a: Download complete [2020-12-01T10:19:21.685Z] c5dafad2182a: Pull complete [2020-12-01T10:19:21.685Z] 5aa711733414: Pull complete [2020-12-01T10:19:21.949Z] 058f73b55e4b: Pull complete [2020-12-01T10:19:21.949Z] 8c9c664faf12: Pull complete [2020-12-01T10:19:21.949Z] Digest: sha256:9170b902404a630a982a2a6473442d3e2cc2342b66345f7a9cf148f8affcf5d3 [2020-12-01T10:19:21.949Z] Status: Downloaded newer image for docker:latest [2020-12-01T10:19:23.876Z] ---> 309172368ebd [2020-12-01T10:19:23.876Z] Step 6/7 : COPY go.mod . [2020-12-01T10:19:23.876Z] ---> 8f704e35c481 [2020-12-01T10:19:23.876Z] Step 7/7 : RUN go mod download [2020-12-01T10:19:23.876Z] ---> Running in 84aae2f66c94 [2020-12-01T10:19:45.941Z] Removing intermediate container 84aae2f66c94 [2020-12-01T10:19:45.941Z] ---> 86bbd6092319 [2020-12-01T10:19:45.941Z] Successfully built 86bbd6092319 [2020-12-01T10:19:45.941Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-12-01T10:19:46.258Z] + docker inspect -f . ci-base-image-x86_64 [2020-12-01T10:19:46.258Z] . [Pipeline] withDockerContainer [2020-12-01T10:19:46.367Z] prd-centos7-docker-4c-2g-14004 does not seem to be running inside a container [2020-12-01T10:19:46.417Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-12-01T10:19:47.243Z] $ docker top c0366771ed6a9691a07534ec82d326f40169ee574139a91300e952f9b4884069 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-01T10:19:47.796Z] + go version [2020-12-01T10:19:47.796Z] go version go1.15.2 linux/amd64 [Pipeline] } [2020-12-01T10:19:47.813Z] $ docker stop --time=1 c0366771ed6a9691a07534ec82d326f40169ee574139a91300e952f9b4884069 [2020-12-01T10:19:49.192Z] $ docker rm -f c0366771ed6a9691a07534ec82d326f40169ee574139a91300e952f9b4884069 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-01T10:19:50.028Z] + docker inspect -f . ci-base-image-x86_64 [2020-12-01T10:19:50.028Z] . [Pipeline] withDockerContainer [2020-12-01T10:19:50.124Z] prd-centos7-docker-4c-2g-14004 does not seem to be running inside a container [2020-12-01T10:19:50.178Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-12-01T10:19:50.909Z] $ docker top 61b099f06efdc0ac7fbe00fa7e9c9a3e7e75b8808b52ad9ee868e0332b161e21 -eo pid,comm [Pipeline] { [Pipeline] echo [2020-12-01T10:19:51.101Z] ========================================================= [2020-12-01T10:19:51.101Z] [edgeXBuildGoParallel] Running Tests and Build... [2020-12-01T10:19:51.101Z] ========================================================= [Pipeline] sh [2020-12-01T10:19:51.392Z] + make test [2020-12-01T10:19:51.393Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2020-12-01T10:20:01.863Z] ? github.com/edgexfoundry/edgex-go [no test files] [2020-12-01T10:20:17.188Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2020-12-01T10:20:21.444Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2020-12-01T10:20:21.444Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2020-12-01T10:20:21.444Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2020-12-01T10:20:21.444Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2020-12-01T10:20:21.444Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2020-12-01T10:20:24.030Z] ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.032s [2020-12-01T10:20:24.030Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2020-12-01T10:20:24.030Z] ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] [2020-12-01T10:20:24.030Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2020-12-01T10:20:24.616Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2020-12-01T10:20:24.616Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2020-12-01T10:20:24.616Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2020-12-01T10:20:24.616Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2020-12-01T10:20:28.865Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.099s coverage: 46.6% of statements [2020-12-01T10:20:28.865Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2020-12-01T10:20:28.865Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2020-12-01T10:20:28.865Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2020-12-01T10:20:28.865Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2020-12-01T10:20:28.865Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2020-12-01T10:20:30.285Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.191s coverage: 27.1% of statements [2020-12-01T10:20:30.285Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2020-12-01T10:20:30.285Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2020-12-01T10:20:30.285Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2020-12-01T10:20:30.285Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2020-12-01T10:20:30.285Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2020-12-01T10:20:30.285Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2020-12-01T10:20:30.285Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.034s coverage: 100.0% of statements [2020-12-01T10:20:30.285Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2020-12-01T10:20:30.285Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.049s coverage: 100.0% of statements [2020-12-01T10:20:30.285Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2020-12-01T10:20:30.285Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2020-12-01T10:20:30.878Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.412s coverage: 69.3% of statements [2020-12-01T10:20:30.878Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2020-12-01T10:20:30.878Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2020-12-01T10:20:30.878Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.103s coverage: 83.3% of statements [2020-12-01T10:20:30.878Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2020-12-01T10:20:30.878Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2020-12-01T10:20:30.878Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2020-12-01T10:20:30.878Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2020-12-01T10:20:32.855Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.404s coverage: 28.6% of statements [2020-12-01T10:20:32.855Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2020-12-01T10:20:32.855Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2020-12-01T10:20:32.855Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2020-12-01T10:20:32.855Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2020-12-01T10:20:32.855Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2020-12-01T10:20:32.855Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.057s coverage: 100.0% of statements [2020-12-01T10:20:32.855Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2020-12-01T10:20:32.855Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.032s coverage: 100.0% of statements [2020-12-01T10:20:32.855Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2020-12-01T10:20:32.855Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.122s coverage: 86.7% of statements [2020-12-01T10:20:32.855Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2020-12-01T10:20:33.445Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.115s coverage: 97.5% of statements [2020-12-01T10:20:33.445Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2020-12-01T10:20:33.445Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.061s coverage: 78.3% of statements [2020-12-01T10:20:33.445Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2020-12-01T10:20:33.445Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2020-12-01T10:20:33.445Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2020-12-01T10:20:33.445Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2020-12-01T10:20:35.427Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.275s coverage: 95.7% of statements [2020-12-01T10:20:35.427Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2020-12-01T10:20:35.427Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2020-12-01T10:20:35.427Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2020-12-01T10:20:35.427Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2020-12-01T10:20:35.427Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2020-12-01T10:20:35.427Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2020-12-01T10:20:35.427Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2020-12-01T10:20:35.427Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2020-12-01T10:20:35.427Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2020-12-01T10:20:35.427Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2020-12-01T10:20:35.427Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2020-12-01T10:20:35.427Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2020-12-01T10:20:35.427Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2020-12-01T10:20:35.427Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2020-12-01T10:20:35.427Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] [2020-12-01T10:20:35.427Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] [2020-12-01T10:20:35.427Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2020-12-01T10:20:35.427Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2020-12-01T10:20:35.427Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2020-12-01T10:20:35.427Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2020-12-01T10:20:35.427Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.061s coverage: 58.8% of statements [2020-12-01T10:20:35.427Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2020-12-01T10:20:35.427Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2020-12-01T10:20:35.427Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.058s coverage: 0.0% of statements [no tests to run] [2020-12-01T10:20:35.427Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2020-12-01T10:20:35.427Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2020-12-01T10:20:35.427Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.198s coverage: 63.5% of statements [2020-12-01T10:20:35.427Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2020-12-01T10:20:35.427Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2020-12-01T10:20:35.427Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.029s coverage: 100.0% of statements [2020-12-01T10:20:35.427Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.042s coverage: 91.3% of statements [2020-12-01T10:20:35.427Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.032s coverage: 100.0% of statements [2020-12-01T10:20:35.696Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.060s coverage: 73.7% of statements [2020-12-01T10:20:35.696Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.044s coverage: 100.0% of statements [2020-12-01T10:20:37.148Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.421s coverage: 55.9% of statements [2020-12-01T10:20:37.148Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2020-12-01T10:20:37.148Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2020-12-01T10:20:37.148Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2020-12-01T10:20:37.148Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2020-12-01T10:20:37.148Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2020-12-01T10:20:37.148Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] [2020-12-01T10:20:42.537Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 5.604s coverage: 86.3% of statements [2020-12-01T10:20:42.537Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] [2020-12-01T10:20:42.537Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 1.106s coverage: 72.2% of statements [2020-12-01T10:20:42.537Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.410s coverage: 72.1% of statements [2020-12-01T10:20:42.537Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.040s coverage: 82.4% of statements [2020-12-01T10:20:42.537Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.051s coverage: 48.4% of statements [2020-12-01T10:20:42.537Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] [2020-12-01T10:20:42.537Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] [2020-12-01T10:20:42.537Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] [2020-12-01T10:20:42.537Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.045s coverage: 28.8% of statements [2020-12-01T10:20:42.537Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] [2020-12-01T10:20:42.537Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.038s coverage: 96.8% of statements [2020-12-01T10:20:42.537Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] [2020-12-01T10:20:42.537Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.098s coverage: 37.2% of statements [2020-12-01T10:20:42.537Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2020-12-01T10:20:42.537Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2020-12-01T10:20:42.537Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.352s coverage: 84.1% of statements [2020-12-01T10:20:42.537Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.034s coverage: 100.0% of statements [2020-12-01T10:20:42.537Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.052s coverage: 42.9% of statements [2020-12-01T10:20:42.537Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] [2020-12-01T10:20:42.537Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] [2020-12-01T10:20:42.537Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.038s coverage: 100.0% of statements [2020-12-01T10:20:42.537Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] [2020-12-01T10:20:42.537Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.047s coverage: 83.8% of statements [2020-12-01T10:20:42.537Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] [2020-12-01T10:20:43.512Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.176s coverage: 47.1% of statements [2020-12-01T10:20:43.512Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2020-12-01T10:20:43.512Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2020-12-01T10:20:43.512Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.039s coverage: 100.0% of statements [2020-12-01T10:20:43.512Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2020-12-01T10:20:43.512Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2020-12-01T10:20:43.512Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2020-12-01T10:20:43.512Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.062s coverage: 100.0% of statements [2020-12-01T10:20:43.512Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2020-12-01T10:20:43.512Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.061s coverage: 100.0% of statements [2020-12-01T10:20:43.512Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2020-12-01T10:20:45.460Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.649s coverage: 29.1% of statements [2020-12-01T10:20:45.460Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2020-12-01T10:20:45.460Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2020-12-01T10:20:45.460Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2020-12-01T10:20:45.460Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2020-12-01T10:20:45.460Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2020-12-01T10:20:45.460Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.066s coverage: 99.0% of statements [2020-12-01T10:20:45.460Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2020-12-01T10:20:45.460Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.067s coverage: 100.0% of statements [2020-12-01T10:20:45.460Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2020-12-01T10:20:45.460Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.039s coverage: 0.0% of statements [2020-12-01T10:20:45.460Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2020-12-01T10:20:45.460Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.037s coverage: 100.0% of statements [2020-12-01T10:20:45.460Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2020-12-01T10:20:45.460Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2020-12-01T10:20:45.460Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2020-12-01T10:20:45.460Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2020-12-01T10:20:45.460Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.038s coverage: 87.9% of statements [2020-12-01T10:20:45.460Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2020-12-01T10:20:45.460Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2020-12-01T10:20:45.460Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.037s coverage: 100.0% of statements [2020-12-01T10:20:45.726Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.029s coverage: 32.1% of statements [2020-12-01T10:20:45.726Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements [2020-12-01T10:20:45.998Z] GO111MODULE=on go vet ./... [2020-12-01T10:20:47.716Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-14005 in /w/workspace/edgexfoundry_edgex-go_PR-2910 [Pipeline] { [Pipeline] ws [2020-12-01T10:20:47.773Z] Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] checkout [2020-12-01T10:20:52.503Z] using credential edgex-jenkins-ssh [2020-12-01T10:20:52.569Z] Cloning the remote Git repository [2020-12-01T10:20:52.690Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2020-12-01T10:20:52.748Z] > git init /w/workspace/edgex-go/2 # timeout=10 [2020-12-01T10:20:52.917Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-12-01T10:20:52.918Z] > git --version # timeout=10 [2020-12-01T10:20:53.009Z] > git --version # 'git version 2.17.1' [2020-12-01T10:20:53.011Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-01T10:20:53.121Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-01T10:21:08.119Z] gofmt -l . [2020-12-01T10:21:08.381Z] [ "`gofmt -l .`" = "" ] [2020-12-01T10:21:08.958Z] ./bin/test-go-mod-tidy.sh [2020-12-01T10:21:09.540Z] ./bin/test-attribution-txt.sh [2020-12-01T10:21:10.227Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-12-01T10:21:10.243Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-01T10:21:10.262Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-12-01T10:21:10.278Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-12-01T10:21:10.278Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-01T10:21:11.011Z] Merging remotes/origin/master commit efc1644df1976da5690ede7e7b0e2d2c06b6d44e into PR head commit ae6166b8c9fd034394a4982ee13bb410ff196e21 [2020-12-01T10:21:11.380Z] Merge succeeded, producing ae6166b8c9fd034394a4982ee13bb410ff196e21 [2020-12-01T10:21:11.381Z] Checking out Revision ae6166b8c9fd034394a4982ee13bb410ff196e21 (PR-2910) [2020-12-01T10:21:11.679Z] Commit message: "Merge branch 'master' into issue-2903" [Pipeline] sh [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [2020-12-01T10:21:10.294Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2910/head:refs/remotes/origin/PR-2910 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-12-01T10:21:11.020Z] > git config core.sparsecheckout # timeout=10 [2020-12-01T10:21:11.028Z] > git checkout -f ae6166b8c9fd034394a4982ee13bb410ff196e21 # timeout=10 [2020-12-01T10:21:11.326Z] > git remote # timeout=10 [2020-12-01T10:21:11.336Z] > git config --get remote.origin.url # timeout=10 [2020-12-01T10:21:11.344Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-01T10:21:11.353Z] > git merge efc1644df1976da5690ede7e7b0e2d2c06b6d44e # timeout=10 [2020-12-01T10:21:11.372Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-12-01T10:21:11.388Z] > git config core.sparsecheckout # timeout=10 [2020-12-01T10:21:11.395Z] > git checkout -f ae6166b8c9fd034394a4982ee13bb410ff196e21 # timeout=10 [Pipeline] stage [Pipeline] { (Prep) [2020-12-01T10:21:12.413Z] + ls -al . [2020-12-01T10:21:12.414Z] total 644 [2020-12-01T10:21:12.414Z] drwxrwxr-x 10 1001 1001 4096 Dec 1 10:21 . [2020-12-01T10:21:12.414Z] drwxr-xr-x 4 root root 28 Dec 1 10:19 .. [2020-12-01T10:21:12.414Z] -rw-rw-r-- 1 1001 1001 11 Dec 1 10:17 .dockerignore [2020-12-01T10:21:12.414Z] drwxrwxr-x 8 1001 1001 179 Dec 1 10:17 .git [2020-12-01T10:21:12.414Z] drwxrwxr-x 3 1001 1001 125 Dec 1 10:17 .github [2020-12-01T10:21:12.414Z] -rw-rw-r-- 1 1001 1001 971 Dec 1 10:17 .gitignore [2020-12-01T10:21:12.414Z] drwx------ 3 1001 1001 47 Dec 1 10:18 .semver [2020-12-01T10:21:12.414Z] -rw-rw-r-- 1 1001 1001 166 Dec 1 10:17 .sonarcloud.properties [2020-12-01T10:21:12.414Z] -rw-rw-r-- 1 1001 1001 3804 Dec 1 10:17 CONTRIBUTING.md [2020-12-01T10:21:12.414Z] -rw-rw-r-- 1 1001 1001 1035 Dec 1 10:17 Dockerfile.build [2020-12-01T10:21:12.414Z] -rw-rw-r-- 1 1001 1001 863 Dec 1 10:17 Jenkinsfile [2020-12-01T10:21:12.414Z] -rw-rw-r-- 1 1001 1001 10775 Dec 1 10:17 LICENSE [2020-12-01T10:21:12.414Z] -rw-rw-r-- 1 1001 1001 6581 Dec 1 10:17 Makefile [2020-12-01T10:21:12.414Z] -rw-rw-r-- 1 1001 1001 6447 Dec 1 10:17 README.md [2020-12-01T10:21:12.414Z] -rw-rw-r-- 1 1001 1001 259 Dec 1 10:17 SECURITY.md [2020-12-01T10:21:12.414Z] -rw-rw-r-- 1 1001 1001 5 Dec 1 10:18 VERSION [2020-12-01T10:21:12.414Z] -rw-rw-r-- 1 1001 1001 4131 Dec 1 10:17 ZMQWindows.md [2020-12-01T10:21:12.414Z] drwxrwxr-x 2 1001 1001 117 Dec 1 10:17 bin [2020-12-01T10:21:12.414Z] drwxrwxr-x 15 1001 1001 4096 Dec 1 10:17 cmd [2020-12-01T10:21:12.414Z] -rw-r--r-- 1 root root 549148 Dec 1 10:20 coverage.out [2020-12-01T10:21:12.414Z] -rw-r--r-- 1 root root 1041 Dec 1 10:21 go.mod [2020-12-01T10:21:12.414Z] -rw-r--r-- 1 root root 18856 Dec 1 10:21 go.sum [2020-12-01T10:21:12.414Z] drwxrwxr-x 8 1001 1001 127 Dec 1 10:17 internal [2020-12-01T10:21:12.414Z] drwxrwxr-x 4 1001 1001 26 Dec 1 10:17 openapi [2020-12-01T10:21:12.414Z] drwxrwxr-x 4 1001 1001 71 Dec 1 10:17 snap [2020-12-01T10:21:12.414Z] -rw-rw-r-- 1 1001 1001 168 Dec 1 10:17 version.go [Pipeline] sh [Pipeline] script [Pipeline] { [Pipeline] sh [2020-12-01T10:21:12.740Z] + '[' -e coverage.out ] [2020-12-01T10:21:12.740Z] + chown 1001:1001 coverage.out [Pipeline] stash [2020-12-01T10:21:13.547Z] Stashed 1 file(s) [Pipeline] sh [2020-12-01T10:21:13.609Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2020-12-01T10:21:13.841Z] + make build [2020-12-01T10:21:13.841Z] 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-01T10:21:14.012Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2020-12-01T10:21:14.354Z] + true [2020-12-01T10:21:14.354Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-12-01T10:21:17.065Z] provisioning config files... [2020-12-01T10:21:17.107Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/2@tmp/config6434793408726896871tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-12-01T10:21:17.517Z] ---> docker-login.sh [2020-12-01T10:21:17.517Z] nexus3.edgexfoundry.org:10001 [2020-12-01T10:21:18.108Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-01T10:21:18.701Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-01T10:21:18.701Z] Configure a credential helper to remove this warning. See [2020-12-01T10:21:18.701Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-01T10:21:18.701Z] [2020-12-01T10:21:18.701Z] Login Succeeded [2020-12-01T10:21:18.701Z] nexus3.edgexfoundry.org:10002 [2020-12-01T10:21:18.979Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-01T10:21:18.979Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-01T10:21:18.979Z] Configure a credential helper to remove this warning. See [2020-12-01T10:21:18.979Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-01T10:21:18.979Z] [2020-12-01T10:21:18.979Z] Login Succeeded [2020-12-01T10:21:18.979Z] nexus3.edgexfoundry.org:10003 [2020-12-01T10:21:19.577Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-01T10:21:19.577Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-01T10:21:19.577Z] Configure a credential helper to remove this warning. See [2020-12-01T10:21:19.577Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-01T10:21:19.577Z] [2020-12-01T10:21:19.577Z] Login Succeeded [2020-12-01T10:21:19.577Z] nexus3.edgexfoundry.org:10004 [2020-12-01T10:21:20.174Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-01T10:21:20.174Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-01T10:21:20.175Z] Configure a credential helper to remove this warning. See [2020-12-01T10:21:20.175Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-01T10:21:20.175Z] [2020-12-01T10:21:20.175Z] Login Succeeded [2020-12-01T10:21:20.175Z] docker.io [2020-12-01T10:21:20.454Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-01T10:21:21.048Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-01T10:21:21.048Z] Configure a credential helper to remove this warning. See [2020-12-01T10:21:21.048Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-01T10:21:21.048Z] [2020-12-01T10:21:21.048Z] Login Succeeded [2020-12-01T10:21:21.048Z] ---> docker-login.sh ends [Pipeline] } [2020-12-01T10:21:21.066Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2020-12-01T10:21:21.569Z] ========================================================= [2020-12-01T10:21:21.569Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-12-01T10:21:21.569Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-12-01T10:21:21.949Z] + 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-01T10:21:22.055Z] 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-01T10:21:24.586Z] Sending build context to Docker daemon 165.4MB [2020-12-01T10:21:24.586Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-12-01T10:21:24.586Z] Step 2/7 : FROM ${BASE} [2020-12-01T10:21:24.587Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-12-01T10:21:24.587Z] b538f80385f9: Pulling fs layer [2020-12-01T10:21:24.587Z] 74f711af9a0d: Pulling fs layer [2020-12-01T10:21:24.587Z] 99f96fe45779: Pulling fs layer [2020-12-01T10:21:24.587Z] 8529a6b9a6be: Pulling fs layer [2020-12-01T10:21:24.587Z] 45590311c82a: Pulling fs layer [2020-12-01T10:21:24.587Z] 69ca0ff8b7b3: Pulling fs layer [2020-12-01T10:21:24.587Z] 209524e5b208: Pulling fs layer [2020-12-01T10:21:24.587Z] 8529a6b9a6be: Waiting [2020-12-01T10:21:24.587Z] 45590311c82a: Waiting [2020-12-01T10:21:24.587Z] 69ca0ff8b7b3: Waiting [2020-12-01T10:21:24.587Z] 209524e5b208: Waiting [2020-12-01T10:21:24.587Z] 99f96fe45779: Verifying Checksum [2020-12-01T10:21:24.587Z] 99f96fe45779: Download complete [2020-12-01T10:21:24.587Z] 74f711af9a0d: Verifying Checksum [2020-12-01T10:21:24.587Z] 45590311c82a: Verifying Checksum [2020-12-01T10:21:24.587Z] 45590311c82a: Download complete [2020-12-01T10:21:24.587Z] 69ca0ff8b7b3: Verifying Checksum [2020-12-01T10:21:24.587Z] 69ca0ff8b7b3: Download complete [2020-12-01T10:21:24.587Z] b538f80385f9: Verifying Checksum [2020-12-01T10:21:24.587Z] b538f80385f9: Download complete [2020-12-01T10:21:25.187Z] b538f80385f9: Pull complete [2020-12-01T10:21:25.372Z] 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-01T10:21:25.787Z] 74f711af9a0d: Pull complete [2020-12-01T10:21:26.062Z] 99f96fe45779: Pull complete [2020-12-01T10:21:26.341Z] 209524e5b208: Verifying Checksum [2020-12-01T10:21:26.341Z] 209524e5b208: Download complete [2020-12-01T10:21:26.780Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-logging/support-logging ./cmd/support-logging [2020-12-01T10:21:27.734Z] 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-01T10:21:27.773Z] 8529a6b9a6be: Verifying Checksum [2020-12-01T10:21:27.773Z] 8529a6b9a6be: Download complete [2020-12-01T10:21:29.129Z] 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-01T10:21:29.712Z] 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-01T10:21:31.123Z] 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-01T10:21:32.526Z] 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-01T10:21:33.486Z] 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-01T10:21:34.901Z] 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-01T10:21:35.871Z] 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-01T10:21:36.826Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [Pipeline] } [2020-12-01T10:21:37.798Z] $ docker stop --time=1 61b099f06efdc0ac7fbe00fa7e9c9a3e7e75b8808b52ad9ee868e0332b161e21 [2020-12-01T10:21:37.933Z] 8529a6b9a6be: Pull complete [2020-12-01T10:21:37.933Z] 45590311c82a: Pull complete [2020-12-01T10:21:37.933Z] 69ca0ff8b7b3: Pull complete [2020-12-01T10:21:39.463Z] $ docker rm -f 61b099f06efdc0ac7fbe00fa7e9c9a3e7e75b8808b52ad9ee868e0332b161e21 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [2020-12-01T10:21:41.359Z] 209524e5b208: Pull complete [2020-12-01T10:21:41.359Z] Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 [2020-12-01T10:21:41.359Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-12-01T10:21:41.359Z] ---> 5bddaf1c2fca [2020-12-01T10:21:41.359Z] Step 3/7 : RUN apk add --update make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [Pipeline] isUnix [Pipeline] sh [2020-12-01T10:21:44.136Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-12-01T10:21:44.136Z] [2020-12-01T10:21:44.136Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2020-12-01T10:21:44.508Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-12-01T10:21:44.508Z] latest: Pulling from edgex-devops/edgex-compose [2020-12-01T10:21:44.508Z] cbdbe7a5bc2a: Pulling fs layer [2020-12-01T10:21:44.508Z] ca9280d653b3: Pulling fs layer [2020-12-01T10:21:44.508Z] 7e9c9ca2126c: Pulling fs layer [2020-12-01T10:21:44.508Z] cbdbe7a5bc2a: Download complete [2020-12-01T10:21:44.777Z] ---> Running in 98149162bfde [2020-12-01T10:21:45.093Z] cbdbe7a5bc2a: Pull complete [2020-12-01T10:21:45.093Z] ca9280d653b3: Verifying Checksum [2020-12-01T10:21:45.093Z] ca9280d653b3: Download complete [2020-12-01T10:21:45.760Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-01T10:21:46.052Z] ca9280d653b3: Pull complete [2020-12-01T10:21:46.319Z] 7e9c9ca2126c: Download complete [2020-12-01T10:21:47.725Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-01T10:21:50.327Z] (1/12) Installing libmagic (5.38-r0) [2020-12-01T10:21:51.296Z] (2/12) Installing file (5.38-r0) [2020-12-01T10:21:51.296Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-12-01T10:21:51.296Z] (4/12) Installing g++ (9.3.0-r2) [2020-12-01T10:21:52.993Z] 7e9c9ca2126c: Pull complete [2020-12-01T10:21:52.993Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2020-12-01T10:21:52.993Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-12-01T10:21:52.993Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2020-12-01T10:21:53.188Z] prd-centos7-docker-4c-2g-14004 does not seem to be running inside a container [2020-12-01T10:21:53.271Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2020-12-01T10:21:56.178Z] $ docker top 18ce5cff7ae781eca3889174b9009f96b7a27643c5fba566c44fe2fba23e949d -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-01T10:21:56.731Z] + docker-compose build --help [2020-12-01T10:21:56.731Z] + grep parallel [2020-12-01T10:21:57.678Z] --parallel Build images in parallel. [Pipeline] } [2020-12-01T10:21:57.697Z] $ docker stop --time=1 18ce5cff7ae781eca3889174b9009f96b7a27643c5fba566c44fe2fba23e949d [2020-12-01T10:21:59.069Z] $ docker rm -f 18ce5cff7ae781eca3889174b9009f96b7a27643c5fba566c44fe2fba23e949d [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-01T10:21:59.537Z] (5/12) Installing fortify-headers (1.1-r0) [2020-12-01T10:21:59.537Z] (6/12) Installing patch (2.7.6-r6) [2020-12-01T10:21:59.537Z] (7/12) Installing build-base (0.5-r2) [2020-12-01T10:21:59.774Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-12-01T10:21:59.774Z] . [Pipeline] withDockerContainer [2020-12-01T10:21:59.807Z] (8/12) Installing libsodium (1.0.18-r0) [2020-12-01T10:21:59.807Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-12-01T10:21:59.807Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-12-01T10:21:59.890Z] prd-centos7-docker-4c-2g-14004 does not seem to be running inside a container [2020-12-01T10:21:59.938Z] $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2020-12-01T10:22:00.084Z] (11/12) Installing libzmq (4.3.3-r0) [2020-12-01T10:22:00.084Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2020-12-01T10:22:00.084Z] Executing busybox-1.31.1-r16.trigger [2020-12-01T10:22:00.084Z] OK: 217 MiB in 51 packages [2020-12-01T10:22:00.776Z] $ docker top 6e77fd18928dfe5883fcad2f9946e81eafa2ea3839c910ae0a7ad065852d1d61 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-01T10:22:01.325Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-12-01T10:22:02.277Z] Building docker-core-command-go ... [2020-12-01T10:22:02.278Z] Building docker-core-data-go ... [2020-12-01T10:22:02.278Z] Building docker-core-metadata-go ... [2020-12-01T10:22:02.278Z] Building docker-security-bootstrap-redis-go ... [2020-12-01T10:22:02.278Z] Building docker-security-proxy-setup-go ... [2020-12-01T10:22:02.278Z] Building docker-security-secrets-setup-go ... [2020-12-01T10:22:02.278Z] Building docker-security-secretstore-setup-go ... [2020-12-01T10:22:02.278Z] Building docker-support-logging-go ... [2020-12-01T10:22:02.278Z] Building docker-support-notifications-go ... [2020-12-01T10:22:02.278Z] Building docker-support-scheduler-go ... [2020-12-01T10:22:02.278Z] Building docker-sys-mgmt-agent-go ... [2020-12-01T10:22:02.278Z] Building docker-core-command-go [2020-12-01T10:22:02.278Z] Building docker-security-secrets-setup-go [2020-12-01T10:22:02.278Z] Building docker-core-data-go [2020-12-01T10:22:02.278Z] Building docker-support-logging-go [2020-12-01T10:22:02.278Z] Building docker-support-scheduler-go [2020-12-01T10:22:04.395Z] Removing intermediate container 98149162bfde [2020-12-01T10:22:04.395Z] ---> 8e3ae1eef6b7 [2020-12-01T10:22:04.395Z] Step 4/7 : WORKDIR /edgex-go [2020-12-01T10:22:04.395Z] ---> Running in c5096b0ee44a [2020-12-01T10:22:04.679Z] Removing intermediate container c5096b0ee44a [2020-12-01T10:22:04.679Z] ---> 05987fbb509f [2020-12-01T10:22:04.680Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-12-01T10:22:05.663Z] latest: Pulling from library/docker [2020-12-01T10:22:05.663Z] 5f621e34cdf4: Pulling fs layer [2020-12-01T10:22:05.663Z] 85db56a05063: Pulling fs layer [2020-12-01T10:22:05.663Z] ccb67d6aeaaa: Pulling fs layer [2020-12-01T10:22:05.663Z] a0b19fc83503: Pulling fs layer [2020-12-01T10:22:05.663Z] 8eb508b41278: Pulling fs layer [2020-12-01T10:22:05.663Z] 37236713561e: Pulling fs layer [2020-12-01T10:22:05.663Z] 07c93f2b1b56: Pulling fs layer [2020-12-01T10:22:05.663Z] a0b19fc83503: Waiting [2020-12-01T10:22:05.663Z] 8eb508b41278: Waiting [2020-12-01T10:22:05.663Z] 07c93f2b1b56: Waiting [2020-12-01T10:22:05.663Z] 37236713561e: Waiting [2020-12-01T10:22:05.663Z] ccb67d6aeaaa: Verifying Checksum [2020-12-01T10:22:05.663Z] ccb67d6aeaaa: Download complete [2020-12-01T10:22:05.940Z] 85db56a05063: Verifying Checksum [2020-12-01T10:22:05.940Z] 85db56a05063: Download complete [2020-12-01T10:22:05.940Z] 5f621e34cdf4: Verifying Checksum [2020-12-01T10:22:05.940Z] 5f621e34cdf4: Download complete [2020-12-01T10:22:05.940Z] 8eb508b41278: Verifying Checksum [2020-12-01T10:22:05.940Z] 8eb508b41278: Download complete [2020-12-01T10:22:05.940Z] 37236713561e: Verifying Checksum [2020-12-01T10:22:05.940Z] 37236713561e: Download complete [2020-12-01T10:22:05.940Z] 07c93f2b1b56: Verifying Checksum [2020-12-01T10:22:05.940Z] 07c93f2b1b56: Download complete [2020-12-01T10:22:06.545Z] 5f621e34cdf4: Pull complete [2020-12-01T10:22:07.522Z] a0b19fc83503: Verifying Checksum [2020-12-01T10:22:07.522Z] a0b19fc83503: Download complete [2020-12-01T10:22:07.522Z] 85db56a05063: Pull complete [2020-12-01T10:22:07.795Z] ccb67d6aeaaa: Pull complete [2020-12-01T10:22:11.246Z] a0b19fc83503: Pull complete [2020-12-01T10:22:11.246Z] 8eb508b41278: Pull complete [2020-12-01T10:22:11.843Z] 37236713561e: Pull complete [2020-12-01T10:22:12.115Z] 07c93f2b1b56: Pull complete [2020-12-01T10:22:12.115Z] Digest: sha256:9170b902404a630a982a2a6473442d3e2cc2342b66345f7a9cf148f8affcf5d3 [2020-12-01T10:22:12.115Z] Status: Downloaded newer image for docker:latest [2020-12-01T10:22:15.518Z] ---> 2bc520d41c55 [2020-12-01T10:22:15.518Z] Step 6/7 : COPY go.mod . [2020-12-01T10:22:15.790Z] ---> 31f929e40eea [2020-12-01T10:22:15.790Z] Step 7/7 : RUN go mod download [2020-12-01T10:22:16.063Z] ---> Running in eb0b30bdc545 [2020-12-01T10:22:35.198Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-01T10:22:35.199Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-12-01T10:22:35.199Z] ---> 86bbd6092319 [2020-12-01T10:22:35.199Z] Step 3/21 : WORKDIR /edgex-go [2020-12-01T10:22:35.199Z] Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-01T10:22:35.199Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-12-01T10:22:35.199Z] ---> 86bbd6092319 [2020-12-01T10:22:35.199Z] Step 3/29 : WORKDIR /edgex-go [2020-12-01T10:22:35.199Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-01T10:22:35.199Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-01T10:22:35.199Z] ---> 86bbd6092319 [2020-12-01T10:22:35.199Z] Step 3/22 : WORKDIR /edgex-go [2020-12-01T10:22:35.199Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-01T10:22:35.199Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-01T10:22:35.199Z] ---> 86bbd6092319 [2020-12-01T10:22:35.199Z] Step 3/22 : WORKDIR /edgex-go [2020-12-01T10:22:35.199Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-01T10:22:35.199Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-12-01T10:22:35.199Z] ---> 86bbd6092319 [2020-12-01T10:22:35.199Z] Step 3/23 : WORKDIR /edgex-go [2020-12-01T10:22:35.199Z] ---> Running in 803cc4fb7f6e [2020-12-01T10:22:35.199Z] ---> Running in c5b75c518942 [2020-12-01T10:22:35.199Z] ---> Running in 361561fbd59f [2020-12-01T10:22:35.199Z] ---> Running in f091a557d594 [2020-12-01T10:22:35.199Z] ---> Running in d9ccb6a74a7d [2020-12-01T10:22:35.199Z] Removing intermediate container 803cc4fb7f6e [2020-12-01T10:22:35.199Z] ---> 810cf9c18301 [2020-12-01T10:22:35.199Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-01T10:22:35.199Z] Removing intermediate container c5b75c518942 [2020-12-01T10:22:35.199Z] ---> 6fee55df4afb [2020-12-01T10:22:35.199Z] Step 4/29 : RUN apk update && apk add make git [2020-12-01T10:22:35.199Z] Removing intermediate container 361561fbd59f [2020-12-01T10:22:35.199Z] ---> db4497fdcef8 [2020-12-01T10:22:35.199Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-01T10:22:35.199Z] Removing intermediate container d9ccb6a74a7d [2020-12-01T10:22:35.199Z] ---> 2658eb8dd4c9 [2020-12-01T10:22:35.199Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-01T10:22:35.199Z] Removing intermediate container f091a557d594 [2020-12-01T10:22:35.199Z] ---> b7037e3e0463 [2020-12-01T10:22:35.199Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-01T10:22:35.199Z] ---> Running in 3652e62fb65b [2020-12-01T10:22:35.199Z] ---> Running in 9401068a228b [2020-12-01T10:22:35.199Z] ---> Running in 609642c007bc [2020-12-01T10:22:35.199Z] ---> Running in dd32fe6d854c [2020-12-01T10:22:35.199Z] ---> Running in fdf00f923061 [2020-12-01T10:22:35.199Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-01T10:22:35.199Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-01T10:22:35.199Z] Removing intermediate container 9401068a228b [2020-12-01T10:22:35.199Z] ---> 3da53b11e65a [2020-12-01T10:22:35.199Z] Step 5/21 : RUN apk update && apk add make git [2020-12-01T10:22:35.467Z] Removing intermediate container 3652e62fb65b [2020-12-01T10:22:35.467Z] ---> bafd52d872ee [2020-12-01T10:22:35.467Z] Step 5/22 : RUN apk update && apk add make && apk add bash git [2020-12-01T10:22:35.467Z] ---> Running in 5ae1dfbafe65 [2020-12-01T10:22:35.737Z] ---> Running in 9c5f0f2a2f58 [2020-12-01T10:22:35.738Z] v3.12.1-47-g77e786238c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-01T10:22:35.738Z] v3.12.1-65-gda4c4bae78 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-01T10:22:35.738Z] OK: 12754 distinct packages available [2020-12-01T10:22:36.009Z] Removing intermediate container dd32fe6d854c [2020-12-01T10:22:36.009Z] ---> 47a1d671891b [2020-12-01T10:22:36.009Z] Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-12-01T10:22:36.009Z] Removing intermediate container fdf00f923061 [2020-12-01T10:22:36.009Z] ---> 4c5b3692dacb [2020-12-01T10:22:36.009Z] Step 5/22 : RUN apk update && apk add make git [2020-12-01T10:22:36.009Z] OK: 233 MiB in 51 packages [2020-12-01T10:22:36.278Z] ---> Running in a34f660208a5 [2020-12-01T10:22:36.278Z] ---> Running in 343068f034fe [2020-12-01T10:22:36.555Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-01T10:22:36.556Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-01T10:22:36.823Z] Removing intermediate container 609642c007bc [2020-12-01T10:22:36.823Z] ---> c71ba01f01c3 [2020-12-01T10:22:36.823Z] Step 5/29 : COPY go.mod . [2020-12-01T10:22:37.094Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-01T10:22:37.094Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-01T10:22:37.094Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-01T10:22:37.094Z] ---> 2795d39cf571 [2020-12-01T10:22:37.094Z] Step 6/29 : RUN go mod download [2020-12-01T10:22:37.094Z] ---> Running in 66d80c5c0ae8 [2020-12-01T10:22:37.357Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-01T10:22:37.622Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-01T10:22:37.884Z] v3.12.1-47-g77e786238c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-01T10:22:37.884Z] v3.12.1-65-gda4c4bae78 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-01T10:22:37.884Z] OK: 12754 distinct packages available [2020-12-01T10:22:37.884Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-01T10:22:37.884Z] v3.12.1-47-g77e786238c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-01T10:22:37.884Z] v3.12.1-65-gda4c4bae78 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-01T10:22:37.884Z] OK: 12754 distinct packages available [2020-12-01T10:22:37.884Z] OK: 233 MiB in 51 packages [2020-12-01T10:22:38.161Z] OK: 233 MiB in 51 packages [2020-12-01T10:22:38.161Z] v3.12.1-47-g77e786238c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-01T10:22:38.161Z] v3.12.1-65-gda4c4bae78 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-01T10:22:38.161Z] OK: 12754 distinct packages available [2020-12-01T10:22:38.161Z] v3.12.1-47-g77e786238c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-01T10:22:38.161Z] v3.12.1-65-gda4c4bae78 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-01T10:22:38.161Z] OK: 12754 distinct packages available [2020-12-01T10:22:38.441Z] OK: 233 MiB in 51 packages [2020-12-01T10:22:38.441Z] OK: 233 MiB in 51 packages [2020-12-01T10:22:38.441Z] OK: 233 MiB in 51 packages [2020-12-01T10:22:38.707Z] Removing intermediate container 5ae1dfbafe65 [2020-12-01T10:22:38.707Z] ---> 5e5e24c628bf [2020-12-01T10:22:38.707Z] Step 6/21 : COPY go.mod . [2020-12-01T10:22:38.970Z] Removing intermediate container 66d80c5c0ae8 [2020-12-01T10:22:38.970Z] ---> 96e254f5bd73 [2020-12-01T10:22:38.970Z] Step 7/29 : COPY . . [2020-12-01T10:22:39.241Z] ---> 8aee3a47bf4b [2020-12-01T10:22:39.241Z] Step 7/21 : RUN go mod download [2020-12-01T10:22:39.820Z] Removing intermediate container 9c5f0f2a2f58 [2020-12-01T10:22:39.820Z] ---> 0638d16664c9 [2020-12-01T10:22:39.820Z] Step 6/22 : COPY go.mod . [2020-12-01T10:22:40.399Z] ---> Running in 264b88585e4c [2020-12-01T10:22:42.860Z] Removing intermediate container eb0b30bdc545 [2020-12-01T10:22:42.860Z] ---> 865bc9cf0940 [2020-12-01T10:22:42.860Z] Successfully built 865bc9cf0940 [2020-12-01T10:22:42.860Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-12-01T10:22:42.968Z] Removing intermediate container a34f660208a5 [2020-12-01T10:22:42.969Z] ---> a68c2f482668 [2020-12-01T10:22:42.969Z] Step 6/23 : COPY go.mod . [2020-12-01T10:22:42.969Z] ---> 4d5fcd08753b [2020-12-01T10:22:42.969Z] Step 7/22 : RUN go mod download [2020-12-01T10:22:42.969Z] Removing intermediate container 343068f034fe [2020-12-01T10:22:42.969Z] ---> f7ecfbf1ae31 [2020-12-01T10:22:42.969Z] Step 6/22 : COPY go.mod . [2020-12-01T10:22:43.300Z] + docker inspect -f . ci-base-image-arm64 [2020-12-01T10:22:43.301Z] . [Pipeline] withDockerContainer [2020-12-01T10:22:43.593Z] prd-ubuntu18.04-docker-arm64-4c-16g-14005 does not seem to be running inside a container [2020-12-01T10:22:43.711Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-12-01T10:22:44.384Z] ---> Running in 490fd2c4d0dc [2020-12-01T10:22:44.961Z] ---> 3de2c0a84a8f [2020-12-01T10:22:44.961Z] Step 7/23 : RUN go mod download [2020-12-01T10:22:44.961Z] ---> 9e90e74dd23d [2020-12-01T10:22:44.961Z] Step 7/22 : RUN go mod download [2020-12-01T10:22:45.295Z] $ docker top f7d227fe88ac11f1d0d873e7c9ced951e99d95545ba03e9b9a7a5e90778eb1d0 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-01T10:22:45.924Z] ---> Running in 5db53e825c11 [2020-12-01T10:22:45.925Z] ---> Running in d7877a6761ff [2020-12-01T10:22:46.415Z] + go version [2020-12-01T10:22:46.416Z] go version go1.15.2 linux/arm64 [Pipeline] } [2020-12-01T10:22:46.446Z] $ docker stop --time=1 f7d227fe88ac11f1d0d873e7c9ced951e99d95545ba03e9b9a7a5e90778eb1d0 [2020-12-01T10:22:47.868Z] Removing intermediate container 264b88585e4c [2020-12-01T10:22:47.868Z] ---> 2c8d3ee9f421 [2020-12-01T10:22:47.868Z] Step 8/21 : COPY . . [2020-12-01T10:22:48.394Z] $ docker rm -f f7d227fe88ac11f1d0d873e7c9ced951e99d95545ba03e9b9a7a5e90778eb1d0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-01T10:22:49.448Z] + docker inspect -f . ci-base-image-arm64 [2020-12-01T10:22:49.448Z] . [Pipeline] withDockerContainer [2020-12-01T10:22:49.708Z] prd-ubuntu18.04-docker-arm64-4c-16g-14005 does not seem to be running inside a container [2020-12-01T10:22:49.791Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-12-01T10:22:51.237Z] $ docker top 9f3f05be7f6f0cda7a3a61766479ebb3abc8f78bb2902b4815ff3830bf6f00b0 -eo pid,comm [Pipeline] { [Pipeline] echo [2020-12-01T10:22:51.660Z] ========================================================= [2020-12-01T10:22:51.660Z] [edgeXBuildGoParallel] Running Tests and Build... [2020-12-01T10:22:51.660Z] ========================================================= [Pipeline] sh [2020-12-01T10:22:52.305Z] + make test [2020-12-01T10:22:52.305Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2020-12-01T10:22:56.056Z] Removing intermediate container 5db53e825c11 [2020-12-01T10:22:56.056Z] ---> 7a2ac7df95c5 [2020-12-01T10:22:56.056Z] Step 8/23 : COPY . . [2020-12-01T10:22:56.056Z] Removing intermediate container 490fd2c4d0dc [2020-12-01T10:22:56.056Z] ---> 955be63c7091 [2020-12-01T10:22:56.056Z] Step 8/22 : COPY . . [2020-12-01T10:22:57.014Z] Removing intermediate container d7877a6761ff [2020-12-01T10:22:57.014Z] ---> 07482e8628c9 [2020-12-01T10:22:57.014Z] Step 8/22 : COPY . . [2020-12-01T10:23:09.415Z] ---> 87c1c899f6e2 [2020-12-01T10:23:09.415Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-12-01T10:23:13.665Z] ---> Running in 9e80cf79d0bf [2020-12-01T10:23:14.488Z] ? github.com/edgexfoundry/edgex-go [no test files] [2020-12-01T10:23:17.907Z] ---> 96c03b2e5238 [2020-12-01T10:23:17.907Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2020-12-01T10:23:21.280Z] 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-01T10:23:21.280Z] ---> Running in 0f760911b42d [2020-12-01T10:23:22.233Z] 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-01T10:23:30.516Z] ---> 2e68074b61e3 [2020-12-01T10:23:30.517Z] Step 9/23 : RUN make cmd/core-data/core-data [2020-12-01T10:23:30.517Z] ---> Running in f568d61d3e12 [2020-12-01T10:23:30.517Z] ---> e63f605299ab [2020-12-01T10:23:30.517Z] Step 9/22 : RUN make cmd/core-command/core-command [2020-12-01T10:23:30.517Z] ---> 5e5e8b237885 [2020-12-01T10:23:30.517Z] Step 9/22 : RUN make cmd/support-logging/support-logging [2020-12-01T10:23:30.517Z] ---> Running in 1fd69c2a5231 [2020-12-01T10:23:30.517Z] ---> Running in 3a50409c76e8 [2020-12-01T10:23:31.476Z] 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-01T10:23:31.476Z] 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-01T10:23:31.748Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-logging/support-logging ./cmd/support-logging [2020-12-01T10:23:46.810Z] Removing intermediate container 9e80cf79d0bf [2020-12-01T10:23:46.810Z] ---> 2cf55b9939ff [2020-12-01T10:23:46.810Z] [2020-12-01T10:23:46.810Z] Step 9/29 : FROM alpine:latest [2020-12-01T10:23:46.810Z] latest: Pulling from library/alpine [2020-12-01T10:23:46.810Z] Digest: sha256:c0e9560cda118f9ec63ddefb4a173a2b2a0347082d7dff7dc14272e7841a5b5a [2020-12-01T10:23:46.810Z] Status: Downloaded newer image for alpine:latest [2020-12-01T10:23:46.810Z] ---> d6e46aa2470d [2020-12-01T10:23:46.810Z] 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-01T10:23:46.810Z] ---> Running in d6f8d5ad6646 [2020-12-01T10:23:47.781Z] Removing intermediate container d6f8d5ad6646 [2020-12-01T10:23:47.781Z] ---> 73a973fbccc0 [2020-12-01T10:23:47.781Z] Step 11/29 : USER root [2020-12-01T10:23:47.781Z] ---> Running in 781a304fc7cf [2020-12-01T10:23:48.740Z] Removing intermediate container 781a304fc7cf [2020-12-01T10:23:48.740Z] ---> 6311c500d20d [2020-12-01T10:23:48.740Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-12-01T10:23:48.740Z] ---> Running in 4e63b368ba8d [2020-12-01T10:23:49.704Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-01T10:23:49.978Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-01T10:23:50.254Z] v3.12.1-47-g77e786238c [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-12-01T10:23:50.254Z] v3.12.1-65-gda4c4bae78 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-12-01T10:23:50.254Z] OK: 12746 distinct packages available [2020-12-01T10:23:50.677Z] (1/2) Installing ca-certificates (20191127-r4) [2020-12-01T10:23:50.677Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-12-01T10:23:50.677Z] Executing busybox-1.31.1-r19.trigger [2020-12-01T10:23:51.090Z] Executing ca-certificates-20191127-r4.trigger [2020-12-01T10:23:51.090Z] OK: 6 MiB in 16 packages [2020-12-01T10:23:53.791Z] Removing intermediate container 0f760911b42d [2020-12-01T10:23:53.791Z] ---> ac6c30cd9d76 [2020-12-01T10:23:53.791Z] [2020-12-01T10:23:53.791Z] Step 10/21 : FROM scratch [2020-12-01T10:23:53.791Z] ---> [2020-12-01T10:23:53.791Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-01T10:23:54.384Z] Removing intermediate container 4e63b368ba8d [2020-12-01T10:23:54.384Z] ---> d0eeb88f4da2 [2020-12-01T10:23:54.384Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-12-01T10:23:54.650Z] ---> Running in 3142ddf57f22 [2020-12-01T10:23:54.916Z] ---> Running in 52b583c37ad1 [2020-12-01T10:23:55.185Z] Removing intermediate container 3142ddf57f22 [2020-12-01T10:23:55.185Z] ---> b0c1cd98ec89 [2020-12-01T10:23:55.185Z] Step 12/21 : ENV APP_PORT=48085 [2020-12-01T10:23:55.185Z] ---> Running in 48a891225ed0 [2020-12-01T10:23:55.185Z] Removing intermediate container 52b583c37ad1 [2020-12-01T10:23:55.185Z] ---> 027be1040439 [2020-12-01T10:23:55.185Z] Step 14/29 : WORKDIR $BASE_DIR [2020-12-01T10:23:55.459Z] ---> Running in e4dc4dafe904 [2020-12-01T10:23:55.729Z] Removing intermediate container 48a891225ed0 [2020-12-01T10:23:55.729Z] ---> aafaa4645c0e [2020-12-01T10:23:55.729Z] Step 13/21 : EXPOSE $APP_PORT [2020-12-01T10:23:55.998Z] ---> Running in 888d67ff1f60 [2020-12-01T10:23:55.998Z] Removing intermediate container e4dc4dafe904 [2020-12-01T10:23:55.998Z] ---> 16921099f3e7 [2020-12-01T10:23:55.998Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-12-01T10:23:56.268Z] ---> Running in 136a5dc32136 [2020-12-01T10:23:56.268Z] Removing intermediate container 888d67ff1f60 [2020-12-01T10:23:56.268Z] ---> 8a2912175a16 [2020-12-01T10:23:56.268Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-12-01T10:23:56.873Z] ---> 700d2761caf9 [2020-12-01T10:23:56.874Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-12-01T10:23:58.314Z] ---> 4be4bcd991a7 [2020-12-01T10:23:58.314Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-12-01T10:23:58.314Z] Removing intermediate container 136a5dc32136 [2020-12-01T10:23:58.314Z] ---> 682f465e766a [2020-12-01T10:23:58.314Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-12-01T10:23:58.925Z] ---> a49c0309fc36 [2020-12-01T10:23:58.925Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2020-12-01T10:24:00.871Z] ---> Running in 18c4efc43443 [2020-12-01T10:24:01.456Z] ---> c38ea14c02e5 [2020-12-01T10:24:01.456Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-12-01T10:24:01.456Z] Removing intermediate container 18c4efc43443 [2020-12-01T10:24:01.456Z] ---> 2445eaa0f9d5 [2020-12-01T10:24:01.456Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-01T10:24:01.456Z] Removing intermediate container 3a50409c76e8 [2020-12-01T10:24:01.456Z] ---> 1d24d2e4a0a6 [2020-12-01T10:24:01.456Z] [2020-12-01T10:24:01.456Z] Step 10/22 : FROM scratch [2020-12-01T10:24:01.456Z] ---> [2020-12-01T10:24:01.456Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-12-01T10:24:01.526Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2020-12-01T10:24:01.731Z] ---> Running in d1bc1d2e9cba [2020-12-01T10:24:01.731Z] ---> Running in 65a9d054a5bb [2020-12-01T10:24:02.003Z] ---> e18812264d25 [2020-12-01T10:24:02.003Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-12-01T10:24:02.003Z] Removing intermediate container d1bc1d2e9cba [2020-12-01T10:24:02.003Z] ---> 48bb82d787ee [2020-12-01T10:24:02.003Z] Step 19/21 : LABEL arch=x86_64 [2020-12-01T10:24:02.003Z] Removing intermediate container 65a9d054a5bb [2020-12-01T10:24:02.003Z] ---> f1865c7ce81a [2020-12-01T10:24:02.003Z] Step 12/22 : ENV APP_PORT=48061 [2020-12-01T10:24:03.932Z] ---> Running in 53f515dc9fca [2020-12-01T10:24:03.932Z] ---> Running in 8bc686614d44 [2020-12-01T10:24:03.932Z] ---> b277409f2df4 [2020-12-01T10:24:03.932Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-12-01T10:24:04.194Z] Removing intermediate container 1fd69c2a5231 [2020-12-01T10:24:04.194Z] ---> aa0b8a7cd272 [2020-12-01T10:24:04.194Z] [2020-12-01T10:24:04.194Z] Step 10/22 : FROM scratch [2020-12-01T10:24:04.194Z] ---> [2020-12-01T10:24:04.194Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-01T10:24:04.194Z] ---> Using cache [2020-12-01T10:24:04.194Z] ---> b0c1cd98ec89 [2020-12-01T10:24:04.194Z] Step 12/22 : ENV APP_PORT=48082 [2020-12-01T10:24:04.194Z] ---> Running in db4e287eea33 [2020-12-01T10:24:04.194Z] Removing intermediate container 53f515dc9fca [2020-12-01T10:24:04.194Z] ---> 2b8243aa30a0 [2020-12-01T10:24:04.194Z] Step 13/22 : EXPOSE $APP_PORT [2020-12-01T10:24:04.194Z] Removing intermediate container 8bc686614d44 [2020-12-01T10:24:04.194Z] ---> 19679ae92694 [2020-12-01T10:24:04.194Z] Step 20/21 : LABEL git_sha=ae6166b8c9fd034394a4982ee13bb410ff196e21 [2020-12-01T10:24:04.457Z] ---> Running in 798f0c652833 [2020-12-01T10:24:05.042Z] ---> Running in f3ac37b2a720 [2020-12-01T10:24:05.042Z] ---> 1f6faf427b02 [2020-12-01T10:24:05.042Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-12-01T10:24:05.042Z] Removing intermediate container db4e287eea33 [2020-12-01T10:24:05.042Z] ---> 1cde640b5bd1 [2020-12-01T10:24:05.042Z] Step 13/22 : EXPOSE $APP_PORT [2020-12-01T10:24:05.042Z] Removing intermediate container 798f0c652833 [2020-12-01T10:24:05.042Z] ---> 6db3fb174bd4 [2020-12-01T10:24:05.042Z] Step 14/22 : COPY --from=builder /bin/bash /bin/bash [2020-12-01T10:24:05.042Z] ---> Running in f85a8b9b02db [2020-12-01T10:24:05.315Z] Removing intermediate container f3ac37b2a720 [2020-12-01T10:24:05.315Z] ---> ab9c140dd17e [2020-12-01T10:24:05.315Z] Step 21/21 : LABEL version=0.0.0 [2020-12-01T10:24:05.315Z] ---> 75781b16c699 [2020-12-01T10:24:05.315Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-12-01T10:24:06.264Z] ---> Running in 42857feec446 [2020-12-01T10:24:06.264Z] ---> 442e4d5417c8 [2020-12-01T10:24:06.264Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2020-12-01T10:24:06.264Z] ---> Running in b9fd84807e33 [2020-12-01T10:24:06.264Z] Removing intermediate container f85a8b9b02db [2020-12-01T10:24:06.264Z] ---> 548e99f7cd9e [2020-12-01T10:24:06.264Z] Step 14/22 : WORKDIR / [2020-12-01T10:24:06.527Z] ---> Running in 60e4c0856ea3 [2020-12-01T10:24:06.527Z] Removing intermediate container 42857feec446 [2020-12-01T10:24:06.527Z] ---> a36e210f0c23 [2020-12-01T10:24:06.527Z] [2020-12-01T10:24:06.794Z] ---> 61af081fb3c2 [2020-12-01T10:24:06.794Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2020-12-01T10:24:06.794Z] Removing intermediate container 60e4c0856ea3 [2020-12-01T10:24:06.794Z] ---> 3acb44068023 [2020-12-01T10:24:06.794Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-12-01T10:24:07.066Z] Successfully built a36e210f0c23 [2020-12-01T10:24:07.066Z] Successfully tagged docker-support-scheduler-go:latest [2020-12-01T10:24:07.066Z]  Building docker-support-scheduler-go ... done Building docker-support-notifications-go [2020-12-01T10:24:07.331Z] ---> 6a84abd349fc [2020-12-01T10:24:07.331Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-12-01T10:24:10.682Z] ---> 1e08864748fe [2020-12-01T10:24:10.682Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2020-12-01T10:24:11.709Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2020-12-01T10:24:12.309Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2020-12-01T10:24:12.309Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2020-12-01T10:24:12.309Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2020-12-01T10:24:12.309Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2020-12-01T10:24:14.904Z] ---> ca710f3da2e9 [2020-12-01T10:24:14.904Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-12-01T10:24:14.904Z] Removing intermediate container f568d61d3e12 [2020-12-01T10:24:14.904Z] ---> deb2f5053d79 [2020-12-01T10:24:14.904Z] [2020-12-01T10:24:14.904Z] Step 10/23 : FROM alpine [2020-12-01T10:24:14.904Z] ---> d6e46aa2470d [2020-12-01T10:24:14.904Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-01T10:24:15.165Z] Removing intermediate container b9fd84807e33 [2020-12-01T10:24:15.165Z] ---> ce83114f2def [2020-12-01T10:24:15.165Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-12-01T10:24:15.165Z] ---> 7d8f5e0e5f42 [2020-12-01T10:24:15.165Z] Step 18/22 : ENTRYPOINT ["/support-logging"] [2020-12-01T10:24:15.165Z] ---> Running in 17ba60f5b85b [2020-12-01T10:24:16.562Z] ---> a71e6149af15 [2020-12-01T10:24:16.562Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2020-12-01T10:24:16.562Z] ---> Running in 66236a742f89 [2020-12-01T10:24:17.517Z] Removing intermediate container 17ba60f5b85b [2020-12-01T10:24:17.517Z] ---> e98f7826a37a [2020-12-01T10:24:17.517Z] Step 12/23 : ENV APP_PORT=48080 [2020-12-01T10:24:17.517Z] ---> Running in 5a493441ff24 [2020-12-01T10:24:18.106Z] ---> 70aabf80de19 [2020-12-01T10:24:18.106Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-12-01T10:24:18.682Z] Removing intermediate container 66236a742f89 [2020-12-01T10:24:18.682Z] ---> ae8ccd261571 [2020-12-01T10:24:18.682Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-01T10:24:19.052Z] ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.057s [2020-12-01T10:24:19.052Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2020-12-01T10:24:19.052Z] ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] [2020-12-01T10:24:19.326Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2020-12-01T10:24:20.775Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2020-12-01T10:24:20.775Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2020-12-01T10:24:20.775Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2020-12-01T10:24:20.775Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2020-12-01T10:24:21.251Z] ---> Running in db6dc9edee59 [2020-12-01T10:24:21.251Z] ---> Running in adc725240826 [2020-12-01T10:24:21.251Z] ---> Running in 462072740e89 [2020-12-01T10:24:21.251Z] Removing intermediate container 5a493441ff24 [2020-12-01T10:24:21.251Z] ---> 427ae978633d [2020-12-01T10:24:21.251Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-01T10:24:21.251Z] ---> Running in 837def13f71f [2020-12-01T10:24:22.201Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-01T10:24:22.201Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-12-01T10:24:22.201Z] ---> 86bbd6092319 [2020-12-01T10:24:22.201Z] Step 3/24 : WORKDIR /edgex-go [2020-12-01T10:24:22.201Z] ---> Using cache [2020-12-01T10:24:22.201Z] ---> b7037e3e0463 [2020-12-01T10:24:22.201Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-01T10:24:22.201Z] ---> Using cache [2020-12-01T10:24:22.201Z] ---> 4c5b3692dacb [2020-12-01T10:24:22.201Z] Step 5/24 : RUN apk update && apk add make bash git ca-certificates [2020-12-01T10:24:23.151Z] Removing intermediate container db6dc9edee59 [2020-12-01T10:24:23.151Z] ---> def1e93a05f9 [2020-12-01T10:24:23.151Z] Step 20/22 : LABEL arch=x86_64 [2020-12-01T10:24:23.151Z] Removing intermediate container adc725240826 [2020-12-01T10:24:23.151Z] ---> af8c8bbceeff [2020-12-01T10:24:23.151Z] Step 13/23 : EXPOSE $APP_PORT [2020-12-01T10:24:23.419Z] ---> Running in dc9ae4cbe3e5 [2020-12-01T10:24:23.419Z] ---> Running in 0dcfadf2d490 [2020-12-01T10:24:23.419Z] Removing intermediate container 837def13f71f [2020-12-01T10:24:23.419Z] ---> 24c0bbeeccc2 [2020-12-01T10:24:23.419Z] Step 20/22 : LABEL arch=x86_64 [2020-12-01T10:24:23.419Z] ---> Running in 5edcdb343a7b [2020-12-01T10:24:23.683Z] ---> Running in 51478e2ba5bb [2020-12-01T10:24:23.947Z] Removing intermediate container dc9ae4cbe3e5 [2020-12-01T10:24:23.947Z] ---> b73e76c72d64 [2020-12-01T10:24:23.947Z] Step 21/22 : LABEL git_sha=ae6166b8c9fd034394a4982ee13bb410ff196e21 [2020-12-01T10:24:23.947Z] Removing intermediate container 5edcdb343a7b [2020-12-01T10:24:23.947Z] ---> 15a50cc46170 [2020-12-01T10:24:23.947Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-01T10:24:23.947Z] ---> Running in db6e7a641c4f [2020-12-01T10:24:24.212Z] Removing intermediate container 51478e2ba5bb [2020-12-01T10:24:24.212Z] ---> 5dc6003f11ba [2020-12-01T10:24:24.212Z] Step 21/22 : LABEL git_sha=ae6166b8c9fd034394a4982ee13bb410ff196e21 [2020-12-01T10:24:24.212Z] ---> Running in ae4daca25af8 [2020-12-01T10:24:24.212Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-01T10:24:24.476Z] ---> Running in 1b545378474a [2020-12-01T10:24:24.476Z] Removing intermediate container 462072740e89 [2020-12-01T10:24:24.476Z] ---> 6e3364b47db1 [2020-12-01T10:24:24.476Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-12-01T10:24:24.476Z] Removing intermediate container db6e7a641c4f [2020-12-01T10:24:24.476Z] ---> ce950dffd9be [2020-12-01T10:24:24.476Z] Step 22/22 : LABEL version=0.0.0 [2020-12-01T10:24:24.742Z] ---> Running in 16d3e920ffd0 [2020-12-01T10:24:24.742Z] ---> Running in 6a2df3ed07ec [2020-12-01T10:24:24.742Z] Removing intermediate container 1b545378474a [2020-12-01T10:24:24.742Z] ---> 8c06c915e238 [2020-12-01T10:24:24.742Z] Step 22/22 : LABEL version=0.0.0 [2020-12-01T10:24:25.007Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-01T10:24:25.007Z] ---> Running in 488302d41438 [2020-12-01T10:24:25.272Z] Removing intermediate container 6a2df3ed07ec [2020-12-01T10:24:25.272Z] ---> 0cb40e0304ce [2020-12-01T10:24:25.272Z] [2020-12-01T10:24:25.272Z] Successfully built 0cb40e0304ce [2020-12-01T10:24:25.272Z] Removing intermediate container 488302d41438 [2020-12-01T10:24:25.272Z] ---> 3ea5cb79e4fb [2020-12-01T10:24:25.272Z] [2020-12-01T10:24:25.272Z] Successfully tagged docker-support-logging-go:latest [2020-12-01T10:24:25.272Z]  Building docker-support-logging-go ... done Building docker-security-bootstrap-redis-go [2020-12-01T10:24:25.543Z] Successfully built 3ea5cb79e4fb [2020-12-01T10:24:25.543Z] Successfully tagged docker-core-command-go:latest [2020-12-01T10:24:25.543Z] Building docker-core-metadata-go [2020-12-01T10:24:25.543Z]  Building docker-core-command-go ... done Removing intermediate container ae4daca25af8 [2020-12-01T10:24:25.543Z] ---> ecc76a8e13e6 [2020-12-01T10:24:25.543Z] Step 15/23 : RUN apk --no-cache add zeromq [2020-12-01T10:24:25.819Z] ---> Running in 3347868abbf8 [2020-12-01T10:24:25.819Z] v3.12.1-47-g77e786238c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-01T10:24:25.819Z] v3.12.1-65-gda4c4bae78 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-01T10:24:25.819Z] OK: 12754 distinct packages available [2020-12-01T10:24:26.087Z] OK: 233 MiB in 51 packages [2020-12-01T10:24:26.351Z] Removing intermediate container 16d3e920ffd0 [2020-12-01T10:24:26.351Z] ---> b97c3a382db9 [2020-12-01T10:24:26.351Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-12-01T10:24:26.623Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-01T10:24:26.623Z] ---> Running in 6777c3e0002f [2020-12-01T10:24:27.199Z] Removing intermediate container 6777c3e0002f [2020-12-01T10:24:27.199Z] ---> c4ef18996cf8 [2020-12-01T10:24:27.199Z] Step 26/29 : CMD [ "generate" ] [2020-12-01T10:24:27.199Z] Removing intermediate container 0dcfadf2d490 [2020-12-01T10:24:27.199Z] ---> f5ee93634501 [2020-12-01T10:24:27.199Z] Step 6/24 : COPY go.mod . [2020-12-01T10:24:27.199Z] ---> Running in 45112a4346c8 [2020-12-01T10:24:27.461Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-01T10:24:28.863Z] (1/5) Installing libgcc (9.3.0-r2) [2020-12-01T10:24:28.863Z] (2/5) Installing libsodium (1.0.18-r0) [2020-12-01T10:24:28.863Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-12-01T10:24:29.440Z] (4/5) Installing libzmq (4.3.3-r0) [2020-12-01T10:24:30.393Z] (5/5) Installing zeromq (4.3.3-r0) [2020-12-01T10:24:30.393Z] Executing busybox-1.31.1-r19.trigger [2020-12-01T10:24:30.393Z] OK: 8 MiB in 19 packages [2020-12-01T10:24:30.976Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.290s coverage: 46.6% of statements [2020-12-01T10:24:30.976Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2020-12-01T10:24:30.976Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2020-12-01T10:24:30.976Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2020-12-01T10:24:30.976Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2020-12-01T10:24:30.976Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2020-12-01T10:24:33.709Z] ---> d1bfe86fda15 [2020-12-01T10:24:33.709Z] Step 7/24 : RUN go mod download [2020-12-01T10:24:33.709Z] Removing intermediate container 45112a4346c8 [2020-12-01T10:24:33.709Z] ---> f188eff5c049 [2020-12-01T10:24:33.709Z] Step 27/29 : LABEL arch=x86_64 [2020-12-01T10:24:33.972Z] ---> Running in b3a5c052c12b [2020-12-01T10:24:34.242Z] ---> Running in 5d32d2110692 [2020-12-01T10:24:37.584Z] Removing intermediate container 3347868abbf8 [2020-12-01T10:24:37.584Z] ---> ba7e04668d05 [2020-12-01T10:24:37.584Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-12-01T10:24:37.584Z] Removing intermediate container 5d32d2110692 [2020-12-01T10:24:37.584Z] ---> f7da9303f38b [2020-12-01T10:24:37.584Z] Step 28/29 : LABEL git_sha=ae6166b8c9fd034394a4982ee13bb410ff196e21 [2020-12-01T10:24:37.715Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.581s coverage: 27.1% of statements [2020-12-01T10:24:37.715Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2020-12-01T10:24:37.715Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2020-12-01T10:24:37.715Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2020-12-01T10:24:37.715Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2020-12-01T10:24:37.715Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2020-12-01T10:24:37.715Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2020-12-01T10:24:37.715Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.066s coverage: 100.0% of statements [2020-12-01T10:24:37.715Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2020-12-01T10:24:37.715Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.079s coverage: 100.0% of statements [2020-12-01T10:24:37.715Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2020-12-01T10:24:37.715Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2020-12-01T10:24:37.715Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.575s coverage: 69.3% of statements [2020-12-01T10:24:37.715Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2020-12-01T10:24:37.715Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2020-12-01T10:24:37.715Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.327s coverage: 83.3% of statements [2020-12-01T10:24:37.715Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2020-12-01T10:24:37.715Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2020-12-01T10:24:37.715Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2020-12-01T10:24:37.715Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2020-12-01T10:24:38.167Z] ---> Running in 5f40f076c290 [2020-12-01T10:24:39.573Z] ---> e25eec6a4b68 [2020-12-01T10:24:39.573Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-12-01T10:24:44.450Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.164s coverage: 28.6% of statements [2020-12-01T10:24:44.450Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2020-12-01T10:24:44.450Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2020-12-01T10:24:44.450Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2020-12-01T10:24:44.450Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2020-12-01T10:24:44.450Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2020-12-01T10:24:44.450Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.209s coverage: 100.0% of statements [2020-12-01T10:24:44.450Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2020-12-01T10:24:44.450Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.082s coverage: 100.0% of statements [2020-12-01T10:24:44.450Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2020-12-01T10:24:44.450Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.299s coverage: 86.7% of statements [2020-12-01T10:24:44.450Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2020-12-01T10:24:44.900Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-01T10:24:44.900Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-01T10:24:44.900Z] ---> 86bbd6092319 [2020-12-01T10:24:44.900Z] Step 3/22 : WORKDIR /edgex-go [2020-12-01T10:24:44.900Z] ---> Using cache [2020-12-01T10:24:44.900Z] ---> b7037e3e0463 [2020-12-01T10:24:44.900Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-01T10:24:44.900Z] ---> Using cache [2020-12-01T10:24:44.900Z] ---> 4c5b3692dacb [2020-12-01T10:24:44.900Z] Step 5/22 : RUN apk update && apk add make git [2020-12-01T10:24:44.900Z] ---> Using cache [2020-12-01T10:24:44.900Z] ---> f7ecfbf1ae31 [2020-12-01T10:24:44.900Z] Step 6/22 : COPY go.mod . [2020-12-01T10:24:44.900Z] ---> Using cache [2020-12-01T10:24:44.900Z] ---> 9e90e74dd23d [2020-12-01T10:24:44.900Z] Step 7/22 : RUN go mod download [2020-12-01T10:24:44.900Z] ---> Using cache [2020-12-01T10:24:44.900Z] ---> 07482e8628c9 [2020-12-01T10:24:44.900Z] Step 8/22 : COPY . . [2020-12-01T10:24:44.900Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-01T10:24:44.900Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-01T10:24:44.900Z] ---> 86bbd6092319 [2020-12-01T10:24:44.900Z] Step 3/22 : WORKDIR /edgex-go [2020-12-01T10:24:44.900Z] ---> Using cache [2020-12-01T10:24:44.900Z] ---> b7037e3e0463 [2020-12-01T10:24:44.900Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-01T10:24:44.900Z] ---> Using cache [2020-12-01T10:24:44.900Z] ---> 4c5b3692dacb [2020-12-01T10:24:44.900Z] Step 5/22 : RUN apk update && apk add make git [2020-12-01T10:24:44.900Z] ---> Using cache [2020-12-01T10:24:44.900Z] ---> f7ecfbf1ae31 [2020-12-01T10:24:44.900Z] Step 6/22 : COPY go.mod . [2020-12-01T10:24:44.900Z] ---> Using cache [2020-12-01T10:24:44.900Z] ---> 9e90e74dd23d [2020-12-01T10:24:44.900Z] Step 7/22 : RUN go mod download [2020-12-01T10:24:44.900Z] ---> Using cache [2020-12-01T10:24:44.900Z] ---> 07482e8628c9 [2020-12-01T10:24:44.900Z] Step 8/22 : COPY . . [2020-12-01T10:24:45.162Z] ---> Using cache [2020-12-01T10:24:45.162Z] ---> Using cache [2020-12-01T10:24:45.162Z] ---> e63f605299ab [2020-12-01T10:24:45.162Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2020-12-01T10:24:45.162Z] ---> e63f605299ab [2020-12-01T10:24:45.162Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2020-12-01T10:24:45.162Z] Removing intermediate container 5f40f076c290 [2020-12-01T10:24:45.162Z] ---> 308a2168d2fa [2020-12-01T10:24:45.162Z] Step 29/29 : LABEL version=0.0.0 [2020-12-01T10:24:45.435Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.396s coverage: 97.5% of statements [2020-12-01T10:24:45.435Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2020-12-01T10:24:45.435Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.135s coverage: 78.3% of statements [2020-12-01T10:24:45.435Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2020-12-01T10:24:45.435Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2020-12-01T10:24:45.435Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2020-12-01T10:24:45.435Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2020-12-01T10:24:46.573Z] ---> Running in 45f286b72b62 [2020-12-01T10:24:46.573Z] ---> 06e77d0bcbc1 [2020-12-01T10:24:46.573Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-12-01T10:24:46.573Z] ---> Running in 6e1f9c239c0e [2020-12-01T10:24:46.573Z] ---> Running in 1d2642c260fd [2020-12-01T10:24:47.156Z] Removing intermediate container 45f286b72b62 [2020-12-01T10:24:47.156Z] ---> dd9430b49343 [2020-12-01T10:24:47.156Z] [2020-12-01T10:24:47.156Z] Removing intermediate container b3a5c052c12b [2020-12-01T10:24:47.156Z] ---> 14a702ed4fd6 [2020-12-01T10:24:47.156Z] Step 8/24 : COPY . . [2020-12-01T10:24:47.156Z] ---> 8806b1385f8f [2020-12-01T10:24:47.156Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2020-12-01T10:24:47.431Z] ---> Running in d29293d4da65 [2020-12-01T10:24:47.431Z] Successfully built dd9430b49343 [2020-12-01T10:24:47.431Z] 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-01T10:24:47.431Z] Successfully tagged docker-security-secrets-setup-go:latest [2020-12-01T10:24:47.431Z] Building docker-sys-mgmt-agent-go [2020-12-01T10:24:47.431Z]  Building docker-security-secrets-setup-go ... done 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-01T10:24:47.716Z] Removing intermediate container d29293d4da65 [2020-12-01T10:24:47.716Z] ---> ddfe17c8e549 [2020-12-01T10:24:47.716Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-01T10:24:48.321Z] ---> Running in dd43289e9084 [2020-12-01T10:24:52.189Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.039s coverage: 95.7% of statements [2020-12-01T10:24:52.189Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2020-12-01T10:24:52.189Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2020-12-01T10:24:52.189Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2020-12-01T10:24:52.189Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2020-12-01T10:24:52.189Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2020-12-01T10:24:52.189Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2020-12-01T10:24:52.189Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2020-12-01T10:24:52.189Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2020-12-01T10:24:52.189Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2020-12-01T10:24:52.189Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2020-12-01T10:24:52.189Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2020-12-01T10:24:52.189Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2020-12-01T10:24:52.189Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2020-12-01T10:24:52.189Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2020-12-01T10:24:52.189Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] [2020-12-01T10:24:52.189Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] [2020-12-01T10:24:52.189Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2020-12-01T10:24:52.189Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2020-12-01T10:24:52.189Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2020-12-01T10:24:52.189Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2020-12-01T10:24:52.189Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.054s coverage: 58.8% of statements [2020-12-01T10:24:52.189Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2020-12-01T10:24:52.189Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2020-12-01T10:24:52.190Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.175s coverage: 0.0% of statements [no tests to run] [2020-12-01T10:24:52.190Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2020-12-01T10:24:52.190Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2020-12-01T10:24:52.190Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.596s coverage: 63.5% of statements [2020-12-01T10:24:52.190Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2020-12-01T10:24:52.190Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2020-12-01T10:24:52.190Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.083s coverage: 100.0% of statements [2020-12-01T10:24:52.190Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.090s coverage: 91.3% of statements [2020-12-01T10:24:52.190Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.047s coverage: 100.0% of statements [2020-12-01T10:24:52.467Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.089s coverage: 73.7% of statements [2020-12-01T10:24:52.744Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.061s coverage: 100.0% of statements [2020-12-01T10:24:53.704Z] Removing intermediate container dd43289e9084 [2020-12-01T10:24:53.704Z] ---> 33a603132adf [2020-12-01T10:24:53.704Z] Step 21/23 : LABEL arch=x86_64 [2020-12-01T10:24:56.293Z] ---> Running in 52328faf528a [2020-12-01T10:24:57.068Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.841s coverage: 55.9% of statements [2020-12-01T10:24:57.069Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2020-12-01T10:24:57.069Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2020-12-01T10:24:57.069Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2020-12-01T10:24:57.069Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2020-12-01T10:24:57.069Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2020-12-01T10:24:57.069Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] [2020-12-01T10:24:57.733Z] Removing intermediate container 52328faf528a [2020-12-01T10:24:57.733Z] ---> 2933f39e154b [2020-12-01T10:24:57.733Z] Step 22/23 : LABEL git_sha=ae6166b8c9fd034394a4982ee13bb410ff196e21 [2020-12-01T10:25:00.354Z] ---> Running in 703ec97bd867 [2020-12-01T10:25:02.360Z] Removing intermediate container 703ec97bd867 [2020-12-01T10:25:02.360Z] ---> 45b46a1a0397 [2020-12-01T10:25:02.360Z] Step 23/23 : LABEL version=0.0.0 [2020-12-01T10:25:02.963Z] ---> Running in d52851bf4404 [2020-12-01T10:25:03.578Z] Removing intermediate container d52851bf4404 [2020-12-01T10:25:03.578Z] ---> ae3385a9c105 [2020-12-01T10:25:03.578Z] [2020-12-01T10:25:04.198Z] Successfully built ae3385a9c105 [2020-12-01T10:25:04.198Z] Successfully tagged docker-core-data-go:latest [2020-12-01T10:25:04.198Z] Building docker-security-proxy-setup-go [2020-12-01T10:25:14.311Z]  Building docker-core-data-go ... done Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-01T10:25:14.312Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2020-12-01T10:25:14.312Z] ---> 86bbd6092319 [2020-12-01T10:25:14.312Z] Step 3/27 : WORKDIR /edgex-go [2020-12-01T10:25:14.312Z] ---> Using cache [2020-12-01T10:25:14.312Z] ---> b7037e3e0463 [2020-12-01T10:25:14.312Z] Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-01T10:25:14.312Z] ---> Using cache [2020-12-01T10:25:14.312Z] ---> 4c5b3692dacb [2020-12-01T10:25:14.312Z] Step 5/27 : RUN apk update && apk add make bash git [2020-12-01T10:25:15.725Z] ---> Running in 770ab3114bdb [2020-12-01T10:25:16.320Z] ---> 99e04f05e65b [2020-12-01T10:25:16.320Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2020-12-01T10:25:16.594Z] ---> Running in 24b1e305c338 [2020-12-01T10:25:18.537Z] 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-01T10:25:18.537Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-01T10:25:19.275Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 23.268s coverage: 86.3% of statements [2020-12-01T10:25:19.275Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] [2020-12-01T10:25:19.275Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 4.092s coverage: 72.2% of statements [2020-12-01T10:25:19.275Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 1.492s coverage: 72.1% of statements [2020-12-01T10:25:19.275Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.077s coverage: 82.4% of statements [2020-12-01T10:25:19.275Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.090s coverage: 48.4% of statements [2020-12-01T10:25:19.275Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] [2020-12-01T10:25:19.275Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] [2020-12-01T10:25:19.275Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] [2020-12-01T10:25:19.275Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.065s coverage: 28.8% of statements [2020-12-01T10:25:19.275Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] [2020-12-01T10:25:19.275Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.089s coverage: 96.8% of statements [2020-12-01T10:25:19.275Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] [2020-12-01T10:25:19.275Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.357s coverage: 37.2% of statements [2020-12-01T10:25:19.275Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2020-12-01T10:25:19.275Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2020-12-01T10:25:19.275Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.410s coverage: 84.1% of statements [2020-12-01T10:25:19.275Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.104s coverage: 100.0% of statements [2020-12-01T10:25:19.275Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.093s coverage: 42.9% of statements [2020-12-01T10:25:19.275Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] [2020-12-01T10:25:19.275Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] [2020-12-01T10:25:19.275Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.060s coverage: 100.0% of statements [2020-12-01T10:25:19.275Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] [2020-12-01T10:25:19.275Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.099s coverage: 83.8% of statements [2020-12-01T10:25:19.275Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] [2020-12-01T10:25:19.275Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.346s coverage: 47.1% of statements [2020-12-01T10:25:19.275Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2020-12-01T10:25:19.275Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2020-12-01T10:25:19.275Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.063s coverage: 100.0% of statements [2020-12-01T10:25:19.275Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2020-12-01T10:25:19.275Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2020-12-01T10:25:19.275Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2020-12-01T10:25:19.275Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.150s coverage: 100.0% of statements [2020-12-01T10:25:19.275Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2020-12-01T10:25:19.275Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.104s coverage: 100.0% of statements [2020-12-01T10:25:19.275Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2020-12-01T10:25:19.339Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-01T10:25:20.267Z] v3.12.1-47-g77e786238c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-01T10:25:20.267Z] v3.12.1-65-gda4c4bae78 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-01T10:25:20.267Z] OK: 12754 distinct packages available [2020-12-01T10:25:20.267Z] OK: 233 MiB in 51 packages [2020-12-01T10:25:22.930Z] Removing intermediate container 770ab3114bdb [2020-12-01T10:25:22.930Z] ---> 5bdb256ac701 [2020-12-01T10:25:22.930Z] Step 6/27 : COPY go.mod . [2020-12-01T10:25:23.923Z] Removing intermediate container 6e1f9c239c0e [2020-12-01T10:25:23.923Z] ---> 1c2ca725e94c [2020-12-01T10:25:23.923Z] [2020-12-01T10:25:23.923Z] Step 10/22 : FROM alpine:3.10 [2020-12-01T10:25:23.923Z] ---> ac2b3165fbff [2020-12-01T10:25:23.923Z] Step 7/27 : RUN go mod download [2020-12-01T10:25:23.923Z] 3.10: Pulling from library/alpine [2020-12-01T10:25:23.923Z] ---> Running in bc402b507b60 [2020-12-01T10:25:24.894Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-12-01T10:25:24.894Z] Status: Downloaded newer image for alpine:3.10 [2020-12-01T10:25:24.894Z] ---> be4e4bea2c2e [2020-12-01T10:25:24.894Z] Step 11/22 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-12-01T10:25:26.217Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.248s coverage: 29.1% of statements [2020-12-01T10:25:26.217Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2020-12-01T10:25:26.217Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2020-12-01T10:25:26.217Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2020-12-01T10:25:26.217Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2020-12-01T10:25:26.217Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2020-12-01T10:25:26.217Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.212s coverage: 99.0% of statements [2020-12-01T10:25:26.217Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2020-12-01T10:25:26.217Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.085s coverage: 100.0% of statements [2020-12-01T10:25:26.217Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2020-12-01T10:25:26.217Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.055s coverage: 0.0% of statements [2020-12-01T10:25:26.217Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2020-12-01T10:25:26.217Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.105s coverage: 100.0% of statements [2020-12-01T10:25:26.217Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2020-12-01T10:25:26.217Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2020-12-01T10:25:26.217Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2020-12-01T10:25:26.217Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2020-12-01T10:25:26.217Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.083s coverage: 87.9% of statements [2020-12-01T10:25:26.217Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2020-12-01T10:25:26.217Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2020-12-01T10:25:26.217Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.077s coverage: 100.0% of statements [2020-12-01T10:25:26.217Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.056s coverage: 32.1% of statements [2020-12-01T10:25:26.814Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.078s coverage: 100.0% of statements [2020-12-01T10:25:26.837Z] ---> Running in e202ba239d77 [2020-12-01T10:25:27.404Z] GO111MODULE=on go vet ./... [2020-12-01T10:25:28.787Z] Step 1/20 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-01T10:25:28.787Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-12-01T10:25:28.787Z] ---> 86bbd6092319 [2020-12-01T10:25:28.787Z] Step 3/20 : WORKDIR /edgex-go [2020-12-01T10:25:28.787Z] ---> Using cache [2020-12-01T10:25:28.787Z] ---> b7037e3e0463 [2020-12-01T10:25:28.787Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-01T10:25:28.787Z] ---> Using cache [2020-12-01T10:25:28.787Z] ---> 4c5b3692dacb [2020-12-01T10:25:28.787Z] Step 5/20 : RUN apk update && apk add make git [2020-12-01T10:25:28.787Z] ---> Using cache [2020-12-01T10:25:28.787Z] ---> f7ecfbf1ae31 [2020-12-01T10:25:28.787Z] Step 6/20 : COPY go.mod . [2020-12-01T10:25:28.787Z] ---> Using cache [2020-12-01T10:25:28.787Z] ---> 9e90e74dd23d [2020-12-01T10:25:28.787Z] Step 7/20 : RUN go mod download [2020-12-01T10:25:28.787Z] ---> Using cache [2020-12-01T10:25:28.787Z] ---> 07482e8628c9 [2020-12-01T10:25:28.787Z] Step 8/20 : COPY . . [2020-12-01T10:25:28.787Z] ---> Using cache [2020-12-01T10:25:28.787Z] ---> e63f605299ab [2020-12-01T10:25:28.787Z] Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup [2020-12-01T10:25:30.235Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz [2020-12-01T10:25:30.499Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz [2020-12-01T10:25:30.499Z] v3.10.5-149-g803c562e66 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-12-01T10:25:30.499Z] v3.10.5-141-g8ae988abb8 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-12-01T10:25:30.499Z] OK: 10348 distinct packages available [2020-12-01T10:25:30.766Z] (1/5) Installing ca-certificates (20191127-r2) [2020-12-01T10:25:30.766Z] ---> Running in 77c69ea7c1f7 [2020-12-01T10:25:30.766Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-12-01T10:25:30.766Z] (3/5) Installing libcurl (7.66.0-r1) [2020-12-01T10:25:30.766Z] (4/5) Installing curl (7.66.0-r1) [2020-12-01T10:25:30.766Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-12-01T10:25:30.766Z] Executing busybox-1.30.1-r3.trigger [2020-12-01T10:25:30.766Z] Executing ca-certificates-20191127-r2.trigger [2020-12-01T10:25:31.040Z] Removing intermediate container 1d2642c260fd [2020-12-01T10:25:31.040Z] ---> 2f0d8fb2a61d [2020-12-01T10:25:31.040Z] [2020-12-01T10:25:31.040Z] Step 10/22 : FROM scratch [2020-12-01T10:25:31.040Z] ---> [2020-12-01T10:25:31.040Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-01T10:25:31.040Z] OK: 7 MiB in 19 packages [2020-12-01T10:25:31.633Z] Removing intermediate container bc402b507b60 [2020-12-01T10:25:31.633Z] ---> b4c9335b042a [2020-12-01T10:25:31.633Z] Step 8/27 : COPY . . [2020-12-01T10:25:31.633Z] ---> Using cache [2020-12-01T10:25:31.633Z] ---> b0c1cd98ec89 [2020-12-01T10:25:31.633Z] Step 12/22 : ENV APP_PORT=48081 [2020-12-01T10:25:31.912Z] ---> Running in 8da2bb98f986 [2020-12-01T10:25:32.523Z] 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-01T10:25:34.464Z] Removing intermediate container 8da2bb98f986 [2020-12-01T10:25:34.464Z] ---> f9cfc83fb7c5 [2020-12-01T10:25:34.464Z] Step 13/22 : EXPOSE $APP_PORT [2020-12-01T10:25:37.037Z] Removing intermediate container e202ba239d77 [2020-12-01T10:25:37.037Z] ---> d3979b4b6144 [2020-12-01T10:25:37.037Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2020-12-01T10:25:37.312Z] ---> Running in a3c86c2c4464 [2020-12-01T10:25:39.920Z] ---> Running in ed4f7f2f8f1b [2020-12-01T10:25:40.497Z] Removing intermediate container a3c86c2c4464 [2020-12-01T10:25:40.497Z] ---> d5b06aa884a0 [2020-12-01T10:25:40.497Z] Step 14/22 : WORKDIR / [2020-12-01T10:25:43.085Z] Removing intermediate container ed4f7f2f8f1b [2020-12-01T10:25:43.085Z] ---> 7ffdbc77f2e6 [2020-12-01T10:25:43.085Z] Step 13/22 : WORKDIR / [2020-12-01T10:25:43.683Z] ---> Running in ac523364cb9d [2020-12-01T10:25:43.978Z] ---> Running in d8b4917fdc3b [2020-12-01T10:25:45.941Z] Removing intermediate container d8b4917fdc3b [2020-12-01T10:25:45.941Z] ---> 1c4f0ff98ea1 [2020-12-01T10:25:45.941Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / [2020-12-01T10:25:45.941Z] Removing intermediate container ac523364cb9d [2020-12-01T10:25:45.941Z] ---> 9d81389ac2f1 [2020-12-01T10:25:45.942Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-12-01T10:25:51.265Z] ---> 7def00f3a99f [2020-12-01T10:25:51.265Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-12-01T10:25:53.199Z] ---> b931a33e87ab [2020-12-01T10:25:53.199Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2020-12-01T10:25:53.199Z] Removing intermediate container 24b1e305c338 [2020-12-01T10:25:53.199Z] ---> 84b0790edaf4 [2020-12-01T10:25:53.199Z] [2020-12-01T10:25:53.199Z] Step 10/24 : FROM scratch [2020-12-01T10:25:53.199Z] ---> [2020-12-01T10:25:53.199Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-12-01T10:25:53.199Z] ---> Using cache [2020-12-01T10:25:53.199Z] ---> f1865c7ce81a [2020-12-01T10:25:53.199Z] Step 12/24 : ENV APP_PORT=48060 [2020-12-01T10:25:54.165Z] ---> 1c3f40896928 [2020-12-01T10:25:54.165Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-12-01T10:25:54.432Z] ---> Running in db045b8d5dd8 [2020-12-01T10:25:55.015Z] ---> 39f311b5fdb8 [2020-12-01T10:25:55.015Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2020-12-01T10:25:55.291Z] ---> ac3fb373b672 [2020-12-01T10:25:55.291Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2020-12-01T10:25:55.291Z] Removing intermediate container db045b8d5dd8 [2020-12-01T10:25:55.291Z] ---> b394a8897f96 [2020-12-01T10:25:55.291Z] Step 13/24 : EXPOSE $APP_PORT [2020-12-01T10:25:55.291Z] ---> 9887501bf812 [2020-12-01T10:25:55.291Z] Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-12-01T10:25:55.291Z] ---> Running in f9962af5e48e [2020-12-01T10:25:55.554Z] ---> Running in f08c5fa3d0af [2020-12-01T10:25:55.554Z] ---> Running in 05073629df16 [2020-12-01T10:25:56.504Z] ---> a556688a7afe [2020-12-01T10:25:56.504Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2020-12-01T10:25:56.771Z] Removing intermediate container f08c5fa3d0af [2020-12-01T10:25:56.771Z] ---> 12fd19ffc9b5 [2020-12-01T10:25:56.771Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2020-12-01T10:25:57.033Z] Removing intermediate container f9962af5e48e [2020-12-01T10:25:57.033Z] ---> 17e08516da70 [2020-12-01T10:25:57.033Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-01T10:25:57.033Z] Removing intermediate container 77c69ea7c1f7 [2020-12-01T10:25:57.033Z] ---> 03e3277c79b4 [2020-12-01T10:25:57.033Z] [2020-12-01T10:25:57.033Z] Step 10/20 : FROM alpine [2020-12-01T10:25:57.033Z] ---> d6e46aa2470d [2020-12-01T10:25:57.033Z] Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-12-01T10:25:57.033Z] ---> 7ac21e768e27 [2020-12-01T10:25:57.033Z] Step 18/22 : RUN chmod +x entrypoint.sh [2020-12-01T10:25:57.033Z] ---> Running in 34efa4fb7ba1 [2020-12-01T10:25:57.299Z] ---> Running in 2063cb78ff40 [2020-12-01T10:25:57.299Z] 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-01T10:25:57.299Z] ---> Running in 4f9b690c63f8 [2020-12-01T10:25:57.299Z] ---> 28916b7b6b70 [2020-12-01T10:25:57.299Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-12-01T10:25:57.568Z] Removing intermediate container 34efa4fb7ba1 [2020-12-01T10:25:57.568Z] ---> b431639d3eee [2020-12-01T10:25:57.568Z] Step 20/22 : LABEL arch=x86_64 [2020-12-01T10:25:57.836Z] ---> Running in 5aed9b5c9703 [2020-12-01T10:25:58.822Z] ---> 180db7a609b1 [2020-12-01T10:25:58.822Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2020-12-01T10:25:58.822Z] Removing intermediate container 5aed9b5c9703 [2020-12-01T10:25:58.823Z] ---> 732fd53b55ce [2020-12-01T10:25:58.823Z] Step 21/22 : LABEL git_sha=ae6166b8c9fd034394a4982ee13bb410ff196e21 [2020-12-01T10:25:58.823Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-01T10:25:58.823Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-01T10:25:58.823Z] ---> Running in e386a1dc0f13 [2020-12-01T10:25:59.104Z] v3.12.1-47-g77e786238c [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-12-01T10:25:59.104Z] v3.12.1-65-gda4c4bae78 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-12-01T10:25:59.104Z] OK: 12746 distinct packages available [2020-12-01T10:25:59.104Z] Removing intermediate container e386a1dc0f13 [2020-12-01T10:25:59.104Z] ---> e30f4707bf6b [2020-12-01T10:25:59.104Z] Step 22/22 : LABEL version=0.0.0 [2020-12-01T10:25:59.104Z] (1/4) Installing ca-certificates (20191127-r4) [2020-12-01T10:25:59.384Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-12-01T10:25:59.384Z] (3/4) Installing libcurl (7.69.1-r1) [2020-12-01T10:25:59.384Z] (4/4) Installing curl (7.69.1-r1) [2020-12-01T10:25:59.384Z] Executing busybox-1.31.1-r19.trigger [2020-12-01T10:25:59.964Z] Executing ca-certificates-20191127-r4.trigger [2020-12-01T10:25:59.964Z] OK: 7 MiB in 18 packages [2020-12-01T10:26:00.568Z] ---> 69f0e82ff0a1 [2020-12-01T10:26:00.568Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-12-01T10:26:00.568Z] ---> Running in 34308e5e6e1d [2020-12-01T10:26:00.568Z] Removing intermediate container 4f9b690c63f8 [2020-12-01T10:26:00.568Z] ---> a9355ce1821a [2020-12-01T10:26:00.568Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2020-12-01T10:26:01.161Z] ---> Running in 82eecf13b0d1 [2020-12-01T10:26:01.430Z] Removing intermediate container 34308e5e6e1d [2020-12-01T10:26:01.430Z] ---> be52b078f19f [2020-12-01T10:26:01.430Z] [2020-12-01T10:26:01.695Z] ---> 0a58f491e4c8 [2020-12-01T10:26:01.695Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-12-01T10:26:01.965Z] Successfully built be52b078f19f [2020-12-01T10:26:01.965Z] Successfully tagged docker-core-metadata-go:latest [2020-12-01T10:26:01.965Z]  Building docker-core-metadata-go ... done Building docker-security-secretstore-setup-go [2020-12-01T10:26:02.251Z] Removing intermediate container 82eecf13b0d1 [2020-12-01T10:26:02.251Z] ---> fb8a2c19435d [2020-12-01T10:26:02.251Z] Step 20/22 : LABEL arch=x86_64 [2020-12-01T10:26:02.251Z] Removing intermediate container 2063cb78ff40 [2020-12-01T10:26:02.251Z] ---> adb7c22f7a00 [2020-12-01T10:26:02.251Z] Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-12-01T10:26:02.522Z] ---> Running in d2b5e1757618 [2020-12-01T10:26:02.522Z] ---> Running in ed9ae6f118a8 [2020-12-01T10:26:02.790Z] ---> 9d5c1453a7a8 [2020-12-01T10:26:02.790Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-12-01T10:26:02.790Z] Removing intermediate container d2b5e1757618 [2020-12-01T10:26:02.790Z] ---> c208e9afebee [2020-12-01T10:26:02.790Z] Step 21/22 : LABEL git_sha=ae6166b8c9fd034394a4982ee13bb410ff196e21 [2020-12-01T10:26:03.055Z] Removing intermediate container ed9ae6f118a8 [2020-12-01T10:26:03.055Z] ---> 39ea2bd172fd [2020-12-01T10:26:03.055Z] Step 13/20 : WORKDIR /edgex [2020-12-01T10:26:03.055Z] ---> Running in 9f9103b4ef08 [2020-12-01T10:26:05.011Z] ---> Running in f4f97fc12f5f [2020-12-01T10:26:06.409Z] ---> 3566ff5492a4 [2020-12-01T10:26:06.409Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2020-12-01T10:26:06.997Z] Removing intermediate container 9f9103b4ef08 [2020-12-01T10:26:06.997Z] ---> 90aa94596e71 [2020-12-01T10:26:06.997Z] Step 22/22 : LABEL version=0.0.0 [2020-12-01T10:26:08.400Z] ---> Running in 4f1ad0ce8f18 [2020-12-01T10:26:08.400Z] ---> Running in 79448d7ba4a5 [2020-12-01T10:26:08.981Z] Removing intermediate container f4f97fc12f5f [2020-12-01T10:26:08.981Z] ---> a500aa118dcb [2020-12-01T10:26:08.981Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-12-01T10:26:11.545Z] Removing intermediate container 79448d7ba4a5 [2020-12-01T10:26:11.545Z] ---> a8058629f246 [2020-12-01T10:26:11.545Z] [2020-12-01T10:26:11.545Z] Removing intermediate container 4f1ad0ce8f18 [2020-12-01T10:26:11.545Z] ---> 8ffcb2a48743 [2020-12-01T10:26:11.545Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-01T10:26:11.545Z] Successfully built a8058629f246 [2020-12-01T10:26:12.507Z] Successfully tagged docker-security-bootstrap-redis-go:latest [2020-12-01T10:26:13.085Z]  Building docker-security-bootstrap-redis-go ... done  ---> cb599b73407e [2020-12-01T10:26:13.085Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-12-01T10:26:13.698Z] ---> Running in e5b1c52ff581 [2020-12-01T10:26:14.288Z] Removing intermediate container e5b1c52ff581 [2020-12-01T10:26:14.288Z] ---> 372b029675e9 [2020-12-01T10:26:14.288Z] Step 22/24 : LABEL arch=x86_64 [2020-12-01T10:26:14.554Z] ---> 870b3ddb31ee [2020-12-01T10:26:14.554Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-12-01T10:26:14.554Z] ---> Running in 22de5f947bf5 [2020-12-01T10:26:15.500Z] ---> Running in 999cdc9cd3cb [2020-12-01T10:26:16.444Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-01T10:26:16.444Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-12-01T10:26:16.444Z] ---> 86bbd6092319 [2020-12-01T10:26:16.444Z] Step 3/24 : WORKDIR /edgex-go [2020-12-01T10:26:16.444Z] ---> Using cache [2020-12-01T10:26:16.444Z] ---> b7037e3e0463 [2020-12-01T10:26:16.444Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-01T10:26:16.444Z] ---> Using cache [2020-12-01T10:26:16.444Z] ---> 4c5b3692dacb [2020-12-01T10:26:16.444Z] Step 5/24 : RUN apk update && apk add make git [2020-12-01T10:26:16.444Z] ---> Using cache [2020-12-01T10:26:16.444Z] ---> f7ecfbf1ae31 [2020-12-01T10:26:16.444Z] Step 6/24 : COPY go.mod . [2020-12-01T10:26:16.444Z] ---> Using cache [2020-12-01T10:26:16.444Z] ---> 9e90e74dd23d [2020-12-01T10:26:16.444Z] Step 7/24 : RUN go mod download [2020-12-01T10:26:16.444Z] ---> Using cache [2020-12-01T10:26:16.444Z] ---> 07482e8628c9 [2020-12-01T10:26:16.444Z] Step 8/24 : COPY . . [2020-12-01T10:26:16.444Z] ---> Using cache [2020-12-01T10:26:16.444Z] ---> e63f605299ab [2020-12-01T10:26:16.444Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2020-12-01T10:26:17.835Z] Removing intermediate container 22de5f947bf5 [2020-12-01T10:26:17.835Z] ---> e0caa1469510 [2020-12-01T10:26:17.835Z] Step 23/24 : LABEL git_sha=ae6166b8c9fd034394a4982ee13bb410ff196e21 [2020-12-01T10:26:18.410Z] Removing intermediate container 999cdc9cd3cb [2020-12-01T10:26:18.410Z] ---> c94ac0a61609 [2020-12-01T10:26:18.410Z] Step 17/20 : CMD ["--init=true"] [2020-12-01T10:26:18.410Z] ---> Running in 528d42f13dd6 [2020-12-01T10:26:18.672Z] ---> Running in 94bdb473f68b [2020-12-01T10:26:18.672Z] Removing intermediate container 05073629df16 [2020-12-01T10:26:18.672Z] ---> 43709c44de54 [2020-12-01T10:26:18.672Z] Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-12-01T10:26:18.672Z] ---> Running in bebdc06fa14c [2020-12-01T10:26:18.939Z] ---> Running in 3c58f57a5ebd [2020-12-01T10:26:18.939Z] Removing intermediate container 94bdb473f68b [2020-12-01T10:26:18.939Z] ---> d48988d74631 [2020-12-01T10:26:18.939Z] Step 24/24 : LABEL version=0.0.0 [2020-12-01T10:26:19.207Z] Removing intermediate container bebdc06fa14c [2020-12-01T10:26:19.207Z] ---> 2b7a2546ccfa [2020-12-01T10:26:19.207Z] Step 18/20 : LABEL arch=x86_64 [2020-12-01T10:26:19.207Z] 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-01T10:26:19.207Z] ---> Running in 071c91690d9f [2020-12-01T10:26:19.207Z] ---> Running in ef2c14ad60f4 [2020-12-01T10:26:19.482Z] Removing intermediate container 071c91690d9f [2020-12-01T10:26:19.482Z] ---> 9d663fbb080b [2020-12-01T10:26:19.482Z] [2020-12-01T10:26:19.482Z] 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-01T10:26:19.482Z] Removing intermediate container ef2c14ad60f4 [2020-12-01T10:26:19.482Z] ---> 3c8fec7ea2de [2020-12-01T10:26:19.482Z] Step 19/20 : LABEL git_sha=ae6166b8c9fd034394a4982ee13bb410ff196e21 [2020-12-01T10:26:19.750Z] ---> Running in 03f32a964af6 [2020-12-01T10:26:19.750Z] Successfully built 9d663fbb080b [2020-12-01T10:26:19.750Z] Successfully tagged docker-support-notifications-go:latest [2020-12-01T10:26:20.016Z]  Building docker-support-notifications-go ... done Removing intermediate container 03f32a964af6 [2020-12-01T10:26:20.016Z] ---> 255207b87eba [2020-12-01T10:26:20.016Z] Step 20/20 : LABEL version=0.0.0 [2020-12-01T10:26:20.016Z] ---> Running in 7bf8bd35497f [2020-12-01T10:26:20.294Z] Removing intermediate container 7bf8bd35497f [2020-12-01T10:26:20.294Z] ---> 4ab808063b35 [2020-12-01T10:26:20.294Z] [2020-12-01T10:26:20.563Z] Successfully built 4ab808063b35 [2020-12-01T10:26:20.563Z] Successfully tagged docker-security-proxy-setup-go:latest [2020-12-01T10:26:21.153Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container 3c58f57a5ebd [2020-12-01T10:26:21.153Z] ---> ef3800696d0e [2020-12-01T10:26:21.153Z] [2020-12-01T10:26:21.153Z] Step 11/27 : FROM docker:latest [2020-12-01T10:26:21.153Z] ---> 6972c414f322 [2020-12-01T10:26:21.153Z] Step 12/27 : RUN apk add --no-cache bash [2020-12-01T10:26:21.425Z] ---> Running in 79491e1a8a6a [2020-12-01T10:26:22.408Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-01T10:26:22.408Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-01T10:26:22.408Z] (1/2) Installing readline (8.0.4-r0) [2020-12-01T10:26:22.408Z] (2/2) Installing bash (5.0.17-r0) [2020-12-01T10:26:22.689Z] Executing bash-5.0.17-r0.post-install [2020-12-01T10:26:22.689Z] Executing busybox-1.31.1-r19.trigger [2020-12-01T10:26:22.689Z] OK: 12 MiB in 22 packages [2020-12-01T10:26:23.656Z] Removing intermediate container 79491e1a8a6a [2020-12-01T10:26:23.656Z] ---> 1bc8129d77eb [2020-12-01T10:26:23.656Z] Step 13/27 : RUN rm -rf /var/cache/apk/* [2020-12-01T10:26:23.656Z] ---> Running in 44bc1e20bdbf [2020-12-01T10:26:25.204Z] Removing intermediate container 44bc1e20bdbf [2020-12-01T10:26:25.204Z] ---> 6f547a325e59 [2020-12-01T10:26:25.204Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-12-01T10:26:25.204Z] ---> Running in 339c08743286 [2020-12-01T10:26:25.204Z] Removing intermediate container 339c08743286 [2020-12-01T10:26:25.204Z] ---> 5fdb97242a55 [2020-12-01T10:26:25.204Z] Step 15/27 : ENV APP_PORT=48090 [2020-12-01T10:26:25.499Z] ---> Running in fa0ebd122930 [2020-12-01T10:26:25.499Z] Removing intermediate container fa0ebd122930 [2020-12-01T10:26:25.499Z] ---> cff33f9442c3 [2020-12-01T10:26:25.499Z] Step 16/27 : EXPOSE $APP_PORT [2020-12-01T10:26:25.848Z] ---> Running in 32ea1edd2a39 [2020-12-01T10:26:26.443Z] Removing intermediate container 32ea1edd2a39 [2020-12-01T10:26:26.443Z] ---> ef435daba187 [2020-12-01T10:26:26.443Z] Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-12-01T10:26:27.393Z] ---> 167ef7d01cde [2020-12-01T10:26:27.393Z] Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-12-01T10:26:27.393Z] ---> c8dd34d8ba1e [2020-12-01T10:26:27.393Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-12-01T10:26:27.980Z] ---> 38c904a2feae [2020-12-01T10:26:27.980Z] Step 20/27 : RUN apk --no-cache add py3-pip [2020-12-01T10:26:27.980Z] 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-01T10:26:27.980Z] ---> Running in 787bd2412074 [2020-12-01T10:26:28.572Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-01T10:26:28.572Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-01T10:26:28.834Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-12-01T10:26:28.834Z] (2/33) Installing expat (2.2.9-r1) [2020-12-01T10:26:28.834Z] (3/33) Installing libffi (3.3-r2) [2020-12-01T10:26:28.834Z] (4/33) Installing gdbm (1.13-r1) [2020-12-01T10:26:28.834Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-12-01T10:26:28.834Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-12-01T10:26:28.834Z] (7/33) Installing python3 (3.8.5-r0) [2020-12-01T10:26:34.177Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-12-01T10:26:34.177Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-12-01T10:26:34.177Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-12-01T10:26:34.177Z] (11/33) Installing py3-six (1.15.0-r0) [2020-12-01T10:26:34.177Z] (12/33) Installing py3-packaging (20.4-r0) [2020-12-01T10:26:34.177Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-12-01T10:26:34.177Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-12-01T10:26:34.177Z] (15/33) Installing py3-idna (2.9-r0) [2020-12-01T10:26:34.177Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-12-01T10:26:34.177Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-12-01T10:26:34.177Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-12-01T10:26:34.177Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-12-01T10:26:34.177Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-12-01T10:26:34.177Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-12-01T10:26:34.177Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-12-01T10:26:34.177Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-12-01T10:26:34.177Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-12-01T10:26:34.177Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-12-01T10:26:34.177Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-12-01T10:26:34.177Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-12-01T10:26:34.177Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-12-01T10:26:34.177Z] (29/33) Installing py3-progress (1.5-r0) [2020-12-01T10:26:34.177Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-12-01T10:26:34.177Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-12-01T10:26:34.177Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-12-01T10:26:34.177Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-12-01T10:26:34.441Z] Executing busybox-1.31.1-r19.trigger [2020-12-01T10:26:34.441Z] OK: 71 MiB in 55 packages [2020-12-01T10:26:35.409Z] gofmt -l . [2020-12-01T10:26:36.400Z] [ "`gofmt -l .`" = "" ] [2020-12-01T10:26:37.006Z] Removing intermediate container 528d42f13dd6 [2020-12-01T10:26:37.006Z] ---> deccf77ab42a [2020-12-01T10:26:37.006Z] [2020-12-01T10:26:37.006Z] Step 10/24 : FROM alpine:3.10 [2020-12-01T10:26:37.006Z] ---> be4e4bea2c2e [2020-12-01T10:26:37.006Z] Step 11/24 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-12-01T10:26:37.006Z] ---> Using cache [2020-12-01T10:26:37.006Z] ---> d3979b4b6144 [2020-12-01T10:26:37.006Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-12-01T10:26:37.006Z] ---> Running in a27ef9851864 [2020-12-01T10:26:37.268Z] Removing intermediate container a27ef9851864 [2020-12-01T10:26:37.268Z] ---> f9d3e0ad0be3 [2020-12-01T10:26:37.268Z] Step 13/24 : WORKDIR / [2020-12-01T10:26:39.019Z] ./bin/test-go-mod-tidy.sh [2020-12-01T10:26:39.294Z] ./bin/test-attribution-txt.sh [2020-12-01T10:26:40.575Z] ---> Running in 6505fe11d911 [2020-12-01T10:26:43.134Z] Removing intermediate container 787bd2412074 [2020-12-01T10:26:43.134Z] ---> 91a6093919f3 [2020-12-01T10:26:43.134Z] Step 21/27 : RUN pip install docker-compose==1.23.2 [2020-12-01T10:26:43.412Z] Removing intermediate container 6505fe11d911 [2020-12-01T10:26:43.412Z] ---> aab5b05d5c1d [2020-12-01T10:26:43.412Z] 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-01T10:26:43.412Z] ---> Running in 81b4918e5abe [Pipeline] sh [2020-12-01T10:26:43.691Z] ---> 09a7252bb680 [2020-12-01T10:26:43.691Z] 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-01T10:26:43.953Z] ---> a531536a8d5b [2020-12-01T10:26:43.953Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-12-01T10:26:44.220Z] ---> e4242d6f98df [2020-12-01T10:26:44.220Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-12-01T10:26:44.277Z] + ls -al . [2020-12-01T10:26:44.277Z] total 672 [2020-12-01T10:26:44.277Z] drwxrwxr-x 9 1001 1001 4096 Dec 1 10:26 . [2020-12-01T10:26:44.277Z] drwxr-xr-x 4 root root 4096 Dec 1 10:22 .. [2020-12-01T10:26:44.277Z] -rw-rw-r-- 1 1001 1001 11 Dec 1 10:21 .dockerignore [2020-12-01T10:26:44.277Z] drwxrwxr-x 8 1001 1001 4096 Dec 1 10:21 .git [2020-12-01T10:26:44.277Z] drwxrwxr-x 3 1001 1001 4096 Dec 1 10:21 .github [2020-12-01T10:26:44.277Z] -rw-rw-r-- 1 1001 1001 971 Dec 1 10:21 .gitignore [2020-12-01T10:26:44.277Z] -rw-rw-r-- 1 1001 1001 166 Dec 1 10:21 .sonarcloud.properties [2020-12-01T10:26:44.277Z] -rw-rw-r-- 1 1001 1001 3804 Dec 1 10:21 CONTRIBUTING.md [2020-12-01T10:26:44.277Z] -rw-rw-r-- 1 1001 1001 1035 Dec 1 10:21 Dockerfile.build [2020-12-01T10:26:44.277Z] -rw-rw-r-- 1 1001 1001 863 Dec 1 10:21 Jenkinsfile [2020-12-01T10:26:44.277Z] -rw-rw-r-- 1 1001 1001 10775 Dec 1 10:21 LICENSE [2020-12-01T10:26:44.277Z] -rw-rw-r-- 1 1001 1001 6581 Dec 1 10:21 Makefile [2020-12-01T10:26:44.277Z] -rw-rw-r-- 1 1001 1001 6447 Dec 1 10:21 README.md [2020-12-01T10:26:44.277Z] -rw-rw-r-- 1 1001 1001 259 Dec 1 10:21 SECURITY.md [2020-12-01T10:26:44.277Z] -rw-rw-r-- 1 1001 1001 5 Dec 1 10:18 VERSION [2020-12-01T10:26:44.277Z] -rw-rw-r-- 1 1001 1001 4131 Dec 1 10:21 ZMQWindows.md [2020-12-01T10:26:44.277Z] drwxrwxr-x 2 1001 1001 4096 Dec 1 10:21 bin [2020-12-01T10:26:44.277Z] drwxrwxr-x 15 1001 1001 4096 Dec 1 10:21 cmd [2020-12-01T10:26:44.277Z] -rw-r--r-- 1 root root 549148 Dec 1 10:25 coverage.out [2020-12-01T10:26:44.277Z] -rw-r--r-- 1 root root 1041 Dec 1 10:26 go.mod [2020-12-01T10:26:44.277Z] -rw-r--r-- 1 root root 18856 Dec 1 10:26 go.sum [2020-12-01T10:26:44.277Z] drwxrwxr-x 8 1001 1001 4096 Dec 1 10:21 internal [2020-12-01T10:26:44.277Z] drwxrwxr-x 4 1001 1001 4096 Dec 1 10:21 openapi [2020-12-01T10:26:44.277Z] drwxrwxr-x 4 1001 1001 4096 Dec 1 10:21 snap [2020-12-01T10:26:44.277Z] -rw-rw-r-- 1 1001 1001 168 Dec 1 10:21 version.go [Pipeline] sh [2020-12-01T10:26:44.798Z] ---> 2fdf9e1e323c [2020-12-01T10:26:44.798Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-12-01T10:26:44.798Z] Collecting docker-compose==1.23.2 [2020-12-01T10:26:44.944Z] + '[' -e coverage.out ] [2020-12-01T10:26:44.944Z] + chown 1001:1001 coverage.out [Pipeline] stash [2020-12-01T10:26:45.022Z] Warning: overwriting stash ‘coverage-report’ [2020-12-01T10:26:45.065Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-12-01T10:26:45.065Z] ---> 56ca011f3e0f [2020-12-01T10:26:45.065Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-12-01T10:26:45.065Z] Collecting docopt<0.7,>=0.6.1 [2020-12-01T10:26:45.065Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-12-01T10:26:45.333Z] ---> 086fefa5d3a2 [2020-12-01T10:26:45.333Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-12-01T10:26:45.333Z] ---> Running in 44e4c372c831 [2020-12-01T10:26:45.601Z] Collecting cached-property<2,>=1.2.0 [2020-12-01T10:26:45.601Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2020-12-01T10:26:45.864Z] 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-01T10:26:45.864Z] Collecting docker<4.0,>=3.6.0 [2020-12-01T10:26:45.864Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-12-01T10:26:46.126Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-12-01T10:26:46.126Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-12-01T10:26:46.219Z] Stashed 1 file(s) [Pipeline] sh [2020-12-01T10:26:46.400Z] Collecting PyYAML<4,>=3.10 [2020-12-01T10:26:46.400Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-12-01T10:26:46.400Z] Removing intermediate container 44e4c372c831 [2020-12-01T10:26:46.400Z] ---> 8c21896053dc [2020-12-01T10:26:46.400Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2020-12-01T10:26:46.400Z] ---> Running in e37bfebedb9a [2020-12-01T10:26:46.889Z] + make build [2020-12-01T10:26:46.890Z] 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-01T10:26:47.365Z] Removing intermediate container e37bfebedb9a [2020-12-01T10:26:47.365Z] ---> 6a8ad7da6edb [2020-12-01T10:26:47.365Z] Step 22/24 : LABEL arch=x86_64 [2020-12-01T10:26:47.628Z] Collecting texttable<0.10,>=0.9.0 [2020-12-01T10:26:47.628Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-12-01T10:26:47.628Z] ---> Running in 73ba81f402a1 [2020-12-01T10:26:47.890Z] Removing intermediate container 73ba81f402a1 [2020-12-01T10:26:47.890Z] ---> 6a10b81efa35 [2020-12-01T10:26:47.890Z] Step 23/24 : LABEL git_sha=ae6166b8c9fd034394a4982ee13bb410ff196e21 [2020-12-01T10:26:47.890Z] ---> Running in 238fbd065ff3 [2020-12-01T10:26:48.153Z] Removing intermediate container 238fbd065ff3 [2020-12-01T10:26:48.153Z] ---> 3e7ed45880ea [2020-12-01T10:26:48.153Z] Step 24/24 : LABEL version=0.0.0 [2020-12-01T10:26:48.153Z] ---> Running in b446c63f799e [2020-12-01T10:26:48.153Z] Collecting jsonschema<3,>=2.5.1 [2020-12-01T10:26:48.153Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-12-01T10:26:48.417Z] Removing intermediate container b446c63f799e [2020-12-01T10:26:48.417Z] ---> 009dd40a4554 [2020-12-01T10:26:48.417Z] [2020-12-01T10:26:48.417Z] Collecting websocket-client<1.0,>=0.32.0 [2020-12-01T10:26:48.417Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-12-01T10:26:48.417Z] Successfully built 009dd40a4554 [2020-12-01T10:26:48.417Z] Successfully tagged docker-security-secretstore-setup-go:latest [2020-12-01T10:26:48.417Z]  Building docker-security-secretstore-setup-go ... done Collecting dockerpty<0.5,>=0.4.1 [2020-12-01T10:26:48.417Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-12-01T10:26:48.994Z] Collecting docker-pycreds>=0.4.0 [2020-12-01T10:26:48.994Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-12-01T10:26:48.994Z] 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-01T10:26:48.994Z] Collecting idna<2.8,>=2.5 [2020-12-01T10:26:49.255Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-12-01T10:26:49.255Z] 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-01T10:26:49.255Z] Collecting urllib3<1.25,>=1.21.1 [2020-12-01T10:26:49.255Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-12-01T10:26:49.255Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-12-01T10:26:49.255Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-12-01T10:26:49.255Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-12-01T10:26:49.255Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-12-01T10:26:49.519Z] Installing collected packages: docopt, cached-property, idna, urllib3, requests, websocket-client, docker-pycreds, docker, PyYAML, texttable, jsonschema, dockerpty, docker-compose [2020-12-01T10:26:49.519Z] Running setup.py install for docopt: started [2020-12-01T10:26:50.095Z] Running setup.py install for docopt: finished with status 'done' [2020-12-01T10:26:50.095Z] Attempting uninstall: idna [2020-12-01T10:26:50.095Z] Found existing installation: idna 2.9 [2020-12-01T10:26:50.095Z] Uninstalling idna-2.9: [2020-12-01T10:26:50.095Z] Successfully uninstalled idna-2.9 [2020-12-01T10:26:50.095Z] Attempting uninstall: urllib3 [2020-12-01T10:26:50.095Z] Found existing installation: urllib3 1.25.9 [2020-12-01T10:26:50.095Z] Uninstalling urllib3-1.25.9: [2020-12-01T10:26:50.356Z] Successfully uninstalled urllib3-1.25.9 [2020-12-01T10:26:50.356Z] Attempting uninstall: requests [2020-12-01T10:26:50.356Z] Found existing installation: requests 2.23.0 [2020-12-01T10:26:50.356Z] Uninstalling requests-2.23.0: [2020-12-01T10:26:50.620Z] Successfully uninstalled requests-2.23.0 [2020-12-01T10:26:50.883Z] Running setup.py install for PyYAML: started [2020-12-01T10:26:51.456Z] Running setup.py install for PyYAML: finished with status 'done' [2020-12-01T10:26:51.456Z] Running setup.py install for texttable: started [2020-12-01T10:26:52.029Z] Running setup.py install for texttable: finished with status 'done' [2020-12-01T10:26:52.029Z] Running setup.py install for dockerpty: started [2020-12-01T10:26:52.601Z] Running setup.py install for dockerpty: finished with status 'done' [2020-12-01T10:26:53.173Z] 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-01T10:26:56.482Z] Removing intermediate container 81b4918e5abe [2020-12-01T10:26:56.482Z] ---> f84147184b16 [2020-12-01T10:26:56.482Z] Step 22/27 : RUN apk --no-cache add curl [2020-12-01T10:26:56.482Z] ---> Running in 3df06d56bd26 [2020-12-01T10:26:57.061Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-01T10:26:57.061Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-01T10:26:57.061Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-12-01T10:26:57.061Z] (2/3) Installing libcurl (7.69.1-r1) [2020-12-01T10:26:57.061Z] (3/3) Installing curl (7.69.1-r1) [2020-12-01T10:26:57.061Z] Executing busybox-1.31.1-r19.trigger [2020-12-01T10:26:57.061Z] OK: 72 MiB in 58 packages [2020-12-01T10:26:57.634Z] Removing intermediate container 3df06d56bd26 [2020-12-01T10:26:57.634Z] ---> 748ea4c452e5 [2020-12-01T10:26:57.634Z] Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] [2020-12-01T10:26:57.634Z] ---> Running in eb4b2049e1b9 [2020-12-01T10:26:57.895Z] Removing intermediate container eb4b2049e1b9 [2020-12-01T10:26:57.895Z] ---> 873eaed45e3f [2020-12-01T10:26:57.895Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-01T10:26:57.895Z] ---> Running in ab806ad74f56 [2020-12-01T10:26:58.156Z] Removing intermediate container ab806ad74f56 [2020-12-01T10:26:58.156Z] ---> 46fe4addff97 [2020-12-01T10:26:58.156Z] Step 25/27 : LABEL arch=x86_64 [2020-12-01T10:26:58.156Z] ---> Running in 6ff1cdcb54ae [2020-12-01T10:26:58.156Z] Removing intermediate container 6ff1cdcb54ae [2020-12-01T10:26:58.156Z] ---> 95c2dd2cffc6 [2020-12-01T10:26:58.156Z] Step 26/27 : LABEL git_sha=ae6166b8c9fd034394a4982ee13bb410ff196e21 [2020-12-01T10:26:58.418Z] ---> Running in 8f5df66cf1c6 [2020-12-01T10:26:58.418Z] Removing intermediate container 8f5df66cf1c6 [2020-12-01T10:26:58.418Z] ---> eb0254d11be7 [2020-12-01T10:26:58.418Z] Step 27/27 : LABEL version=0.0.0 [2020-12-01T10:26:58.681Z] ---> Running in 8cc89dc5e411 [2020-12-01T10:26:58.681Z] Removing intermediate container 8cc89dc5e411 [2020-12-01T10:26:58.681Z] ---> 6bffd4caeada [2020-12-01T10:26:58.681Z] [2020-12-01T10:26:58.943Z] Successfully built 6bffd4caeada [2020-12-01T10:26:58.943Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2020-12-01T10:26:59.216Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2020-12-01T10:26:59.250Z] $ docker stop --time=1 6e77fd18928dfe5883fcad2f9946e81eafa2ea3839c910ae0a7ad065852d1d61 [2020-12-01T10:27:00.895Z] $ docker rm -f 6e77fd18928dfe5883fcad2f9946e81eafa2ea3839c910ae0a7ad065852d1d61 [Pipeline] // withDockerContainer [Pipeline] sh [2020-12-01T10:27:01.500Z] + docker images [2020-12-01T10:27:01.500Z] + grep docker [2020-12-01T10:27:01.764Z] docker-sys-mgmt-agent-go latest 6bffd4caeada 3 seconds ago 290MB [2020-12-01T10:27:01.764Z] docker-security-secretstore-setup-go latest 009dd40a4554 13 seconds ago 24.8MB [2020-12-01T10:27:01.764Z] docker-security-proxy-setup-go latest 4ab808063b35 42 seconds ago 15.8MB [2020-12-01T10:27:01.764Z] docker-support-notifications-go latest 9d663fbb080b 42 seconds ago 13.6MB [2020-12-01T10:27:01.764Z] docker-security-bootstrap-redis-go latest a8058629f246 53 seconds ago 15.9MB [2020-12-01T10:27:01.764Z] docker-core-metadata-go latest be52b078f19f About a minute ago 14.5MB [2020-12-01T10:27:01.764Z] docker-core-data-go latest ae3385a9c105 About a minute ago 23.7MB [2020-12-01T10:27:01.764Z] docker-security-secrets-setup-go latest dd9430b49343 2 minutes ago 24MB [2020-12-01T10:27:01.764Z] docker-core-command-go latest 3ea5cb79e4fb 2 minutes ago 12.2MB [2020-12-01T10:27:01.764Z] docker-support-logging-go latest 0cb40e0304ce 2 minutes ago 11.1MB [2020-12-01T10:27:01.764Z] docker-support-scheduler-go latest a36e210f0c23 2 minutes ago 12.3MB [2020-12-01T10:27:01.764Z] docker latest 6972c414f322 5 weeks ago 217MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node [2020-12-01T10:27:13.692Z] 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-01T10:27:17.695Z] Still waiting to schedule task [2020-12-01T10:27:17.696Z] All nodes of label ‘centos7-docker-8c-8g’ are offline [2020-12-01T10:27:21.948Z] 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-01T10:27:26.248Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-logging/support-logging ./cmd/support-logging [2020-12-01T10:27:30.538Z] 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-01T10:27:37.236Z] 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-01T10:27:37.827Z] 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-01T10:27:43.226Z] 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-01T10:27:47.526Z] 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-01T10:27:50.913Z] 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-01T10:27:55.210Z] 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-01T10:27:59.513Z] 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-01T10:28:02.905Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [Pipeline] } [2020-12-01T10:28:07.241Z] $ docker stop --time=1 9f3f05be7f6f0cda7a3a61766479ebb3abc8f78bb2902b4815ff3830bf6f00b0 [2020-12-01T10:28:09.793Z] $ docker rm -f 9f3f05be7f6f0cda7a3a61766479ebb3abc8f78bb2902b4815ff3830bf6f00b0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-01T10:28:11.811Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-12-01T10:28:11.811Z] [2020-12-01T10:28:11.811Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-12-01T10:28:12.489Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-12-01T10:28:12.761Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2020-12-01T10:28:12.761Z] 29e5d40040c1: Pulling fs layer [2020-12-01T10:28:12.761Z] 1ce36da41761: Pulling fs layer [2020-12-01T10:28:12.761Z] 25b303627fd3: Pulling fs layer [2020-12-01T10:28:13.354Z] 29e5d40040c1: Verifying Checksum [2020-12-01T10:28:13.355Z] 29e5d40040c1: Download complete [2020-12-01T10:28:13.954Z] 1ce36da41761: Verifying Checksum [2020-12-01T10:28:13.954Z] 1ce36da41761: Download complete [2020-12-01T10:28:14.227Z] 29e5d40040c1: Pull complete [2020-12-01T10:28:15.660Z] 25b303627fd3: Verifying Checksum [2020-12-01T10:28:15.660Z] 25b303627fd3: Download complete [2020-12-01T10:28:15.660Z] 1ce36da41761: Pull complete [2020-12-01T10:28:18.924Z] Running on prd-centos7-docker-8c-8g-14010 in /w/workspace/edgexfoundry_edgex-go_PR-2910 [Pipeline] { [Pipeline] ws [2020-12-01T10:28:18.988Z] Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] checkout [2020-12-01T10:28:21.334Z] using credential edgex-jenkins-ssh [2020-12-01T10:28:21.407Z] Cloning the remote Git repository [2020-12-01T10:28:21.626Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2020-12-01T10:28:21.695Z] > git init /w/workspace/edgex-go/2 # timeout=10 [2020-12-01T10:28:21.726Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-12-01T10:28:21.726Z] > git --version # timeout=10 [2020-12-01T10:28:21.733Z] > git --version # 'git version 2.24.3' [2020-12-01T10:28:21.734Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-01T10:28:21.762Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-01T10:28:25.822Z] 25b303627fd3: Pull complete [2020-12-01T10:28:25.822Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2020-12-01T10:28:25.822Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-12-01T10:28:25.822Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2020-12-01T10:28:26.051Z] prd-ubuntu18.04-docker-arm64-4c-16g-14005 does not seem to be running inside a container [2020-12-01T10:28:26.139Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2020-12-01T10:28:29.501Z] $ docker top ae1286277e70990d5e8419862aebaf3e7f763d69ca3e16a0bdc8cf39d614d292 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-01T10:28:30.570Z] + + grepdocker-compose parallel build [2020-12-01T10:28:30.570Z] --help [2020-12-01T10:28:33.939Z] --parallel Build images in parallel. [Pipeline] } [2020-12-01T10:28:33.966Z] $ docker stop --time=1 ae1286277e70990d5e8419862aebaf3e7f763d69ca3e16a0bdc8cf39d614d292 [2020-12-01T10:28:35.818Z] $ docker rm -f ae1286277e70990d5e8419862aebaf3e7f763d69ca3e16a0bdc8cf39d614d292 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-01T10:28:36.693Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-12-01T10:28:36.693Z] . [Pipeline] withDockerContainer [2020-12-01T10:28:36.951Z] prd-ubuntu18.04-docker-arm64-4c-16g-14005 does not seem to be running inside a container [2020-12-01T10:28:37.030Z] $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2020-12-01T10:28:38.334Z] $ docker top db7f5a94a21bd47ebe7333287136eda1200996bed6c7b964c76ec611113d05b7 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-01T10:28:39.317Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-12-01T10:28:43.736Z] Building docker-core-command-go ... [2020-12-01T10:28:43.736Z] Building docker-core-data-go ... [2020-12-01T10:28:43.736Z] Building docker-core-metadata-go ... [2020-12-01T10:28:43.736Z] Building docker-security-bootstrap-redis-go ... [2020-12-01T10:28:43.736Z] Building docker-security-proxy-setup-go ... [2020-12-01T10:28:43.736Z] Building docker-security-secrets-setup-go ... [2020-12-01T10:28:43.736Z] Building docker-security-secretstore-setup-go ... [2020-12-01T10:28:43.736Z] Building docker-support-logging-go ... [2020-12-01T10:28:43.736Z] Building docker-support-notifications-go ... [2020-12-01T10:28:43.736Z] Building docker-support-scheduler-go ... [2020-12-01T10:28:43.736Z] Building docker-sys-mgmt-agent-go ... [2020-12-01T10:28:43.736Z] Building docker-core-command-go [2020-12-01T10:28:43.736Z] Building docker-support-logging-go [2020-12-01T10:28:43.736Z] Building docker-core-data-go [2020-12-01T10:28:43.736Z] Building docker-security-secretstore-setup-go [2020-12-01T10:28:43.736Z] Building docker-security-secrets-setup-go [2020-12-01T10:28:48.673Z] Merging remotes/origin/master commit efc1644df1976da5690ede7e7b0e2d2c06b6d44e into PR head commit ae6166b8c9fd034394a4982ee13bb410ff196e21 [2020-12-01T10:28:48.809Z] Merge succeeded, producing ae6166b8c9fd034394a4982ee13bb410ff196e21 [2020-12-01T10:28:48.810Z] Checking out Revision ae6166b8c9fd034394a4982ee13bb410ff196e21 (PR-2910) [2020-12-01T10:28:48.044Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-12-01T10:28:48.053Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-01T10:28:48.062Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-12-01T10:28:48.077Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-12-01T10:28:48.077Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-01T10:28:48.081Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2910/head:refs/remotes/origin/PR-2910 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-12-01T10:28:48.683Z] > git config core.sparsecheckout # timeout=10 [2020-12-01T10:28:48.693Z] > git checkout -f ae6166b8c9fd034394a4982ee13bb410ff196e21 # timeout=10 [2020-12-01T10:28:48.780Z] > git remote # timeout=10 [2020-12-01T10:28:48.786Z] > git config --get remote.origin.url # timeout=10 [2020-12-01T10:28:48.793Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-01T10:28:48.796Z] > git merge efc1644df1976da5690ede7e7b0e2d2c06b6d44e # timeout=10 [2020-12-01T10:28:48.804Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-12-01T10:28:48.814Z] > git config core.sparsecheckout # timeout=10 [2020-12-01T10:28:48.818Z] > git checkout -f ae6166b8c9fd034394a4982ee13bb410ff196e21 # timeout=10 [2020-12-01T10:28:52.508Z] Commit message: "Merge branch 'master' into issue-2903" [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-12-01T10:28:54.161Z] ++ find /w/workspace/edgex-go/2 [2020-12-01T10:28:54.162Z] ++ grep snapcraft.yaml [2020-12-01T10:28:54.162Z] + grep -Po '^name: \K(.*)' /w/workspace/edgex-go/2/snap/snapcraft.yaml [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-12-01T10:28:54.326Z] provisioning config files... [2020-12-01T10:28:54.344Z] copy managed file [EdgeX] to file:/w/workspace/edgex-go/2@tmp/config6637037165449001368tmp [Pipeline] { [Pipeline] sh [2020-12-01T10:28:54.731Z] + cp /w/workspace/edgex-go/2@tmp/config6637037165449001368tmp /w/workspace/edgex-go/2/edgex-snap-store-login [Pipeline] sh [2020-12-01T10:28:55.034Z] + docker run --rm -u 0:0 --privileged -v /w/workspace/edgex-go/2:/build -w /build -e JOB_TYPE -e SNAP_REVISION -e SNAP_CHANNEL -e SNAP_NAME nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder:latest [2020-12-01T10:28:55.034Z] Unable to find image 'nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder:latest' locally [2020-12-01T10:28:55.298Z] latest: Pulling from edgex-devops/edgex-snap-builder [2020-12-01T10:28:55.298Z] f08d8e2a3ba1: Pulling fs layer [2020-12-01T10:28:55.298Z] 3baa9cb2483b: Pulling fs layer [2020-12-01T10:28:55.298Z] 94e5ff4c0b15: Pulling fs layer [2020-12-01T10:28:55.298Z] 1860925334f9: Pulling fs layer [2020-12-01T10:28:55.298Z] 2daf38717194: Pulling fs layer [2020-12-01T10:28:55.298Z] 309017e8d7a4: Pulling fs layer [2020-12-01T10:28:55.298Z] f7790dc9fd0f: Pulling fs layer [2020-12-01T10:28:55.298Z] cac0ae9282c2: Pulling fs layer [2020-12-01T10:28:55.298Z] 1f4cadf9a1ed: Pulling fs layer [2020-12-01T10:28:55.298Z] 1860925334f9: Waiting [2020-12-01T10:28:55.298Z] 2daf38717194: Waiting [2020-12-01T10:28:55.298Z] 309017e8d7a4: Waiting [2020-12-01T10:28:55.298Z] f7790dc9fd0f: Waiting [2020-12-01T10:28:55.298Z] cac0ae9282c2: Waiting [2020-12-01T10:28:55.298Z] 1f4cadf9a1ed: Waiting [2020-12-01T10:28:55.298Z] 94e5ff4c0b15: Verifying Checksum [2020-12-01T10:28:55.298Z] 94e5ff4c0b15: Download complete [2020-12-01T10:28:55.298Z] 3baa9cb2483b: Download complete [2020-12-01T10:28:55.298Z] 1860925334f9: Download complete [2020-12-01T10:28:55.298Z] 309017e8d7a4: Verifying Checksum [2020-12-01T10:28:55.298Z] 309017e8d7a4: Download complete [2020-12-01T10:28:55.298Z] f7790dc9fd0f: Download complete [2020-12-01T10:28:55.298Z] cac0ae9282c2: Verifying Checksum [2020-12-01T10:28:55.298Z] cac0ae9282c2: Download complete [2020-12-01T10:28:55.298Z] 1f4cadf9a1ed: Verifying Checksum [2020-12-01T10:28:55.298Z] 1f4cadf9a1ed: Download complete [2020-12-01T10:28:55.878Z] f08d8e2a3ba1: Download complete [2020-12-01T10:28:56.830Z] f08d8e2a3ba1: Pull complete [2020-12-01T10:28:56.830Z] 3baa9cb2483b: Pull complete [2020-12-01T10:28:57.093Z] 94e5ff4c0b15: Pull complete [2020-12-01T10:28:57.093Z] 1860925334f9: Pull complete [2020-12-01T10:29:02.401Z] 2daf38717194: Verifying Checksum [2020-12-01T10:29:02.401Z] 2daf38717194: Download complete [2020-12-01T10:29:17.342Z] 2daf38717194: Pull complete [2020-12-01T10:29:17.342Z] 309017e8d7a4: Pull complete [2020-12-01T10:29:17.342Z] f7790dc9fd0f: Pull complete [2020-12-01T10:29:17.342Z] cac0ae9282c2: Pull complete [2020-12-01T10:29:17.342Z] 1f4cadf9a1ed: Pull complete [2020-12-01T10:29:17.342Z] Digest: sha256:e10835c8f8d0a147fd8b6785b77f29c2bed6bc82dba1e9f94678def0416e5dc2 [2020-12-01T10:29:17.342Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder:latest [2020-12-01T10:29:19.315Z] Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease [2020-12-01T10:29:19.315Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2020-12-01T10:29:19.315Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2020-12-01T10:29:19.315Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-backports InRelease [74.6 kB] [2020-12-01T10:29:19.315Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [15.8 kB] [2020-12-01T10:29:19.578Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1366 kB] [2020-12-01T10:29:19.578Z] Get:7 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [2130 kB] [2020-12-01T10:29:20.153Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [226 kB] [2020-12-01T10:29:20.153Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1790 kB] [2020-12-01T10:29:20.153Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [54.3 kB] [2020-12-01T10:29:20.153Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2227 kB] [2020-12-01T10:29:20.419Z] Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [259 kB] [2020-12-01T10:29:20.419Z] Get:13 http://archive.ubuntu.com/ubuntu bionic-backports/universe amd64 Packages [11.4 kB] [2020-12-01T10:29:20.419Z] Get:14 http://archive.ubuntu.com/ubuntu bionic-backports/main amd64 Packages [11.3 kB] [2020-12-01T10:29:20.681Z] Fetched 8343 kB in 2s (4827 kB/s) [2020-12-01T10:29:21.629Z] Reading package lists... [2020-12-01T10:29:23.023Z] 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-01T10:29:23.023Z] - README.md [2020-12-01T10:29:23.023Z] [2020-12-01T10:29:23.023Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2020-12-01T10:29:24.413Z] 0% [Working] Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease [2020-12-01T10:29:24.413Z] 0% [Waiting for headers] [Waiting for headers] Hit:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [2020-12-01T10:29:24.413Z] 0% [Waiting for headers] 0% [1 InRelease gpgv 242 kB] [Waiting for headers] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2020-12-01T10:29:24.413Z] 0% [1 InRelease gpgv 242 kB] [Waiting for headers] 0% [Waiting for headers] 0% [2 InRelease gpgv 88.7 kB] [Waiting for headers] Hit:4 http://archive.ubuntu.com/ubuntu bionic-backports InRelease [2020-12-01T10:29:25.790Z] 0% [2 InRelease gpgv 88.7 kB] 0% [Working] 0% [3 InRelease gpgv 88.7 kB] 0% [Working] 0% [4 InRelease gpgv 74.6 kB] 20% [Working] Reading package lists... 0% Reading package lists... 0% Reading package lists... 0% Reading package lists... 6% Reading package lists... 6% Reading package lists... 6% Reading package lists... 6% Reading package lists... 60% Reading package lists... 60% Reading package lists... 61% Reading package lists... 61% Reading package lists... 70% Reading package lists... 71% Reading package lists... 71% Reading package lists... 72% Reading package lists... 72% Reading package lists... 83% Reading package lists... 83% Reading package lists... 83% Reading package lists... 83% Reading package lists... 83% Reading package lists... 83% Reading package lists... 83% Reading package lists... 83% Reading package lists... 92% Reading package lists... 92% Reading package lists... 93% Reading package lists... 93% Reading package lists... 99% Reading package lists... 99% Reading package lists... 99% Reading package lists... 99% Reading package lists... Done [2020-12-01T10:29:27.191Z] 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-01T10:29:28.029Z] 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... 61% Reading package lists... 61% Reading package lists... 71% Reading package lists... 71% Reading package lists... 72% Reading package lists... 72% Reading package lists... 83% Reading package lists... 83% Reading package lists... 83% Reading package lists... 83% Reading package lists... 83% Reading package lists... 83% Reading package lists... 83% Reading package lists... 83% Reading package lists... 83% Reading package lists... 92% Reading package lists... 92% Reading package lists... 93% Reading package lists... 93% Reading package lists... 99% Reading package lists... 99% Reading package lists... 99% Reading package lists... 99% Reading package lists... Done [2020-12-01T10:29:28.293Z] Building dependency tree... 0% Building dependency tree... 0% Building dependency tree... 50% Building dependency tree... 50% Building dependency tree [2020-12-01T10:29:28.293Z] Reading state information... 0% Reading state information... 0% Reading state information... Done [2020-12-01T10:29:28.555Z] The following packages were automatically installed and are no longer required: [2020-12-01T10:29:28.556Z] libjq1 libonig4 [2020-12-01T10:29:28.556Z] Use 'sudo apt autoremove' to remove them. [2020-12-01T10:29:28.556Z] Suggested packages: [2020-12-01T10:29:28.556Z] binutils-doc cmake-doc ninja-build cpp-doc gcc-7-locales debian-keyring [2020-12-01T10:29:28.556Z] gcc-7-doc libstdc++6-7-dbg lib32stdc++6-7-dbg libx32stdc++6-7-dbg autoconf [2020-12-01T10:29:28.556Z] automake libtool flex bison gdb gcc-doc libgcc1-dbg libgomp1-dbg libitm1-dbg [2020-12-01T10:29:28.556Z] libatomic1-dbg libasan4-dbg liblsan0-dbg libtsan0-dbg libubsan0-dbg [2020-12-01T10:29:28.556Z] libcilkrts5-dbg libmpx2-dbg libquadmath0-dbg gettext-base git-daemon-run [2020-12-01T10:29:28.556Z] | git-daemon-sysvinit git-doc git-el git-email git-gui gitk gitweb git-cvs [2020-12-01T10:29:28.556Z] git-mediawiki git-svn lrzip glibc-doc locales bzr gdbm-l10n libstdc++-7-doc [2020-12-01T10:29:28.556Z] make-doc man-browser ed diffutils-doc perl-doc libterm-readline-gnu-perl [2020-12-01T10:29:28.556Z] | libterm-readline-perl-perl [2020-12-01T10:29:28.818Z] The following NEW packages will be installed: [2020-12-01T10:29:28.819Z] binutils binutils-common binutils-x86-64-linux-gnu build-essential cmake [2020-12-01T10:29:28.819Z] cmake-data cpp cpp-7 curl dpkg-dev fakeroot g++ g++-7 g++-7-multilib [2020-12-01T10:29:28.819Z] g++-multilib gcc gcc-7 gcc-7-base gcc-7-multilib gcc-multilib git git-man [2020-12-01T10:29:28.819Z] less lib32asan4 lib32atomic1 lib32cilkrts5 lib32gcc-7-dev lib32gcc1 [2020-12-01T10:29:28.819Z] lib32gomp1 lib32itm1 lib32mpx2 lib32quadmath0 lib32stdc++-7-dev lib32stdc++6 [2020-12-01T10:29:28.819Z] lib32ubsan0 libalgorithm-diff-perl libalgorithm-diff-xs-perl [2020-12-01T10:29:28.819Z] libalgorithm-merge-perl libarchive13 libasan4 libatomic1 libbinutils [2020-12-01T10:29:28.819Z] libc-dev-bin libc6-dev libc6-dev-i386 libc6-dev-x32 libc6-i386 libc6-x32 [2020-12-01T10:29:28.819Z] libcc1-0 libcilkrts5 libcurl3-gnutls libdpkg-perl liberror-perl libfakeroot [2020-12-01T10:29:28.819Z] libfile-fcntllock-perl libgcc-7-dev libgdbm-compat4 libgdbm5 libgomp1 [2020-12-01T10:29:28.819Z] libisl19 libitm1 libjsoncpp1 liblocale-gettext-perl liblsan0 libmpc3 [2020-12-01T10:29:28.819Z] libmpfr6 libmpx2 libnorm1 libperl5.26 libpgm-5.2-0 libquadmath0 librhash0 [2020-12-01T10:29:28.819Z] libsodium23 libstdc++-7-dev libtsan0 libubsan0 libuv1 libx32asan4 [2020-12-01T10:29:28.819Z] libx32atomic1 libx32cilkrts5 libx32gcc-7-dev libx32gcc1 libx32gomp1 [2020-12-01T10:29:28.819Z] libx32itm1 libx32quadmath0 libx32stdc++-7-dev libx32stdc++6 libx32ubsan0 [2020-12-01T10:29:28.819Z] libzmq3-dev libzmq5 linux-libc-dev make manpages manpages-dev netbase patch [2020-12-01T10:29:28.819Z] perl perl-modules-5.26 pkg-config unzip zip [2020-12-01T10:29:28.819Z] The following packages will be upgraded: [2020-12-01T10:29:28.819Z] libc6 perl-base [2020-12-01T10:29:28.819Z] 2 upgraded, 101 newly installed, 0 to remove and 49 not upgraded. [2020-12-01T10:29:28.819Z] Need to get 84.4 MB of archives. [2020-12-01T10:29:28.819Z] After this operation, 369 MB of additional disk space will be used. [2020-12-01T10:29:29.082Z] 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-01T10:29:29.656Z] 0% [1 perl-base 12.6 kB/1391 kB 1%] 1% [1 perl-base 530 kB/1391 kB 38%] 2% [Working] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.3 [2831 kB] [2020-12-01T10:29:29.918Z] 2% [2 libc6 25.5 kB/2831 kB 1%] Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblocale-gettext-perl amd64 1.07-3build2 [16.6 kB] [2020-12-01T10:29:29.918Z] 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-01T10:29:30.180Z] 5% [4 perl-modules-5.26 49.8 kB/2762 kB 2%] 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-01T10:29:30.180Z] 7% [5 libgdbm5 26.0 kB/26.0 kB 100%] 8% [Working] Get:6 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgdbm-compat4 amd64 1.14.1-6 [6084 B] [2020-12-01T10:29:30.180Z] 8% [6 libgdbm-compat4 0 B/6084 B 0%] 8% [Working] Get:7 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2020-12-01T10:29:30.442Z] 8% [7 libperl5.26 42.9 kB/3534 kB 1%] 11% [Waiting for headers] Get:8 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2020-12-01T10:29:30.442Z] 11% [8 perl 47.9 kB/201 kB 24%] 12% [Waiting for headers] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 less amd64 487-0.1 [112 kB] [2020-12-01T10:29:30.442Z] 12% [9 less 27.6 kB/112 kB 25%] 12% [Waiting for headers] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 netbase all 5.4 [12.7 kB] [2020-12-01T10:29:30.442Z] 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-01T10:29:30.442Z] 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-01T10:29:30.442Z] 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-01T10:29:30.442Z] 14% [13 libbinutils 60.1 kB/488 kB 12%] 15% [Waiting for headers] Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.4 [1839 kB] [2020-12-01T10:29:30.442Z] 15% [14 binutils-x86-64-linux-gnu 31.0 kB/1839 kB 2%] Get:15 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] [2020-12-01T10:29:30.442Z] 17% [15 binutils 3392 B/3392 B 100%] Get:16 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.3 [71.8 kB] [2020-12-01T10:29:30.442Z] 17% [16 libc-dev-bin 65.5 kB/71.8 kB 91%] 17% [Waiting for headers] Get:17 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 linux-libc-dev amd64 4.15.0-124.127 [976 kB] [2020-12-01T10:29:30.703Z] 17% [17 linux-libc-dev 21.0 kB/976 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-01T10:29:30.703Z] 18% [18 libc6-dev 65.5 kB/2586 kB 3%] 21% [Waiting for headers] Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2020-12-01T10:29:30.703Z] 21% [19 gcc-7-base 18.3 kB/18.3 kB 100%] 21% [Working] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libisl19 amd64 0.19-1 [551 kB] [2020-12-01T10:29:30.967Z] 21% [20 libisl19 0 B/551 kB 0%] 22% [Waiting for headers] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpfr6 amd64 4.0.1-1 [243 kB] [2020-12-01T10:29:30.967Z] 22% [21 libmpfr6 65.5 kB/243 kB 27%] 22% [Waiting for headers] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpc3 amd64 1.1.0-1 [40.8 kB] [2020-12-01T10:29:30.967Z] 22% [22 libmpc3 30.6 kB/40.8 kB 75%] 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-01T10:29:31.543Z] 22% [23 cpp-7 55.0 kB/8591 kB 1%] 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-01T10:29:31.543Z] 31% [24 cpp 27.7 kB/27.7 kB 100%] 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-01T10:29:31.543Z] 31% [25 libcc1-0 21.0 kB/39.4 kB 53%] 31% [Waiting for headers] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2020-12-01T10:29:31.543Z] 31% [26 libgomp1 46.8 kB/76.5 kB 61%] 31% [Waiting for headers] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2020-12-01T10:29:31.543Z] 32% [27 libitm1 27.9 kB/27.9 kB 100%] 32% [Working] Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2020-12-01T10:29:31.543Z] 32% [28 libatomic1 7440 B/9192 B 81%] 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-01T10:29:31.543Z] 32% [29 libasan4 63.5 kB/358 kB 18%] 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-01T10:29:31.543Z] 32% [30 liblsan0 32.5 kB/133 kB 25%] 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-01T10:29:31.543Z] 33% [31 libtsan0 30.6 kB/288 kB 11%] 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-01T10:29:31.543Z] 33% [32 libubsan0 65.5 kB/126 kB 52%] 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-01T10:29:31.543Z] 34% [33 libcilkrts5 8939 B/42.5 kB 21%] 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-01T10:29:31.543Z] 34% [34 libmpx2 11.6 kB/11.6 kB 100%] 34% [Working] Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2020-12-01T10:29:31.543Z] 34% [35 libquadmath0 46.1 kB/134 kB 34%] 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-01T10:29:31.805Z] 34% [36 libgcc-7-dev 17.0 kB/2378 kB 1%] 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-01T10:29:32.379Z] 37% [37 gcc-7 27.2 kB/9381 kB 0%] 46% [37 gcc-7 9302 kB/9381 kB 99%] 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-01T10:29:32.379Z] 46% [38 gcc 5184 B/5184 B 100%] 46% [Working] Get:39 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2020-12-01T10:29:32.641Z] 46% [39 libstdc++-7-dev 0 B/1471 kB 0%] 48% [Waiting for headers] Get:40 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2020-12-01T10:29:33.214Z] 48% [40 g++-7 65.5 kB/9697 kB 1%] 56% [40 g++-7 9100 kB/9697 kB 94%] 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-01T10:29:33.214Z] 57% [Waiting for headers] Get:42 http://archive.ubuntu.com/ubuntu bionic/main amd64 make amd64 4.1-9.1ubuntu1 [154 kB] [2020-12-01T10:29:33.214Z] 57% [42 make 18.0 kB/154 kB 12%] 58% [Working] Get:43 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2020-12-01T10:29:33.214Z] 58% [43 libdpkg-perl 60.4 kB/211 kB 29%] 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-01T10:29:33.214Z] 58% [44 patch 45.6 kB/102 kB 45%] 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-01T10:29:33.214Z] 58% [45 dpkg-dev 65.5 kB/607 kB 11%] 59% [Waiting for headers] Get:46 http://archive.ubuntu.com/ubuntu bionic/main amd64 build-essential amd64 12.4ubuntu1 [4758 B] [2020-12-01T10:29:33.214Z] 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-01T10:29:33.214Z] 59% [47 cmake-data 52.1 kB/1332 kB 4%] 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-01T10:29:33.214Z] 61% [48 libarchive13 31.0 kB/288 kB 11%] 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-01T10:29:33.214Z] 61% [49 libjsoncpp1 5340 B/73.6 kB 7%] 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-01T10:29:33.214Z] 61% [50 librhash0 61.4 kB/78.1 kB 79%] 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-01T10:29:33.214Z] 62% [51 libuv1 49.8 kB/64.4 kB 77%] 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-01T10:29:33.476Z] 62% [52 cmake 16.4 kB/3152 kB 1%] 65% [Waiting for headers] Get:53 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 curl amd64 7.58.0-2ubuntu3.10 [159 kB] [2020-12-01T10:29:33.476Z] 65% [53 curl 13.2 kB/159 kB 8%] 65% [Waiting for headers] Get:54 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfakeroot amd64 1.22-2ubuntu1 [25.9 kB] [2020-12-01T10:29:33.476Z] 65% [54 libfakeroot 16.1 kB/25.9 kB 62%] 66% [Waiting for headers] Get:55 http://archive.ubuntu.com/ubuntu bionic/main amd64 fakeroot amd64 1.22-2ubuntu1 [62.3 kB] [2020-12-01T10:29:33.476Z] 66% [55 fakeroot 55.5 kB/62.3 kB 89%] 66% [Working] Get:56 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-i386 amd64 2.27-3ubuntu1.3 [2652 kB] [2020-12-01T10:29:33.476Z] 66% [56 libc6-i386 58.4 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-01T10:29:33.739Z] 69% [57 libc6-dev-i386 27.8 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-01T10:29:34.003Z] 71% [58 libc6-x32 32.6 kB/2847 kB 1%] 73% [Waiting for headers] Get:59 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev-x32 amd64 2.27-3ubuntu1.3 [2016 kB] [2020-12-01T10:29:34.003Z] 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-01T10:29:34.003Z] 76% [60 lib32gcc1 31.4 kB/48.1 kB 65%] 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-01T10:29:34.003Z] 76% [61 libx32gcc1 40.5 kB/40.5 kB 100%] 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-01T10:29:34.003Z] 76% [62 lib32gomp1 7731 B/83.7 kB 9%] 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-01T10:29:34.003Z] 76% [63 libx32gomp1 54.8 kB/77.8 kB 70%] 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-01T10:29:34.003Z] 77% [64 lib32itm1 30.0 kB/30.0 kB 100%] 77% [Working] Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx32itm1 amd64 8.4.0-1ubuntu1~18.04 [28.1 kB] [2020-12-01T10:29:34.003Z] 77% [65 libx32itm1 12.0 kB/28.1 kB 43%] 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-01T10:29:34.003Z] 77% [66 lib32atomic1 8664 B/8664 B 100%] 77% [Working] Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx32atomic1 amd64 8.4.0-1ubuntu1~18.04 [9188 B] [2020-12-01T10:29:34.003Z] 77% [67 libx32atomic1 9188 B/9188 B 100%] 77% [Working] Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 lib32asan4 amd64 7.5.0-3ubuntu1~18.04 [362 kB] [2020-12-01T10:29:34.003Z] 77% [68 lib32asan4 30.8 kB/362 kB 9%] 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-01T10:29:34.265Z] 78% [69 libx32asan4 47.4 kB/351 kB 13%] 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-01T10:29:34.265Z] 79% [70 lib32stdc++6 36.9 kB/415 kB 9%] 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-01T10:29:34.265Z] 79% [71 lib32ubsan0 15.9 kB/140 kB 11%] Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx32stdc++6 amd64 8.4.0-1ubuntu1~18.04 [387 kB] [2020-12-01T10:29:34.265Z] 79% [72 libx32stdc++6 30.5 kB/387 kB 8%] 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-01T10:29:34.265Z] 80% [73 libx32ubsan0 9948 B/127 kB 8%] 80% [Working] Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 lib32cilkrts5 amd64 7.5.0-3ubuntu1~18.04 [47.2 kB] [2020-12-01T10:29:34.265Z] 80% [74 lib32cilkrts5 4763 B/47.2 kB 10%] 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-01T10:29:34.265Z] 81% [75 libx32cilkrts5 21.7 kB/43.0 kB 50%] 81% [Waiting for headers] Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 lib32mpx2 amd64 8.4.0-1ubuntu1~18.04 [12.9 kB] [2020-12-01T10:29:34.265Z] 81% [76 lib32mpx2 8017 B/12.9 kB 62%] 81% [Waiting for headers] Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 lib32quadmath0 amd64 8.4.0-1ubuntu1~18.04 [208 kB] [2020-12-01T10:29:34.265Z] 81% [77 lib32quadmath0 21.9 kB/208 kB 11%] 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-01T10:29:34.265Z] 81% [78 libx32quadmath0 4096 B/135 kB 3%] 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-01T10:29:34.526Z] 82% [79 lib32gcc-7-dev 27.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-01T10:29:34.789Z] 84% [80 libx32gcc-7-dev 22.2 kB/1999 kB 1%] 86% [Waiting for headers] Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gcc-7-multilib amd64 7.5.0-3ubuntu1~18.04 [1048 B] [2020-12-01T10:29:34.789Z] 86% [Waiting for headers] Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 lib32stdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [626 kB] [2020-12-01T10:29:34.789Z] 86% [82 lib32stdc++-7-dev 10.3 kB/626 kB 2%] 87% [Waiting for headers] Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx32stdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [582 kB] [2020-12-01T10:29:34.789Z] 87% [83 libx32stdc++-7-dev 39.1 kB/582 kB 7%] 88% [Waiting for headers] Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 g++-7-multilib amd64 7.5.0-3ubuntu1~18.04 [1064 B] [2020-12-01T10:29:34.789Z] Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gcc-multilib amd64 4:7.4.0-1ubuntu2.3 [1428 B] [2020-12-01T10:29:34.789Z] 88% [Waiting for headers] Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 g++-multilib amd64 4:7.4.0-1ubuntu2.3 [1020 B] [2020-12-01T10:29:34.789Z] Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.10 [213 kB] [2020-12-01T10:29:34.789Z] 88% [87 libcurl3-gnutls 42.3 kB/213 kB 20%] 89% [Waiting for headers] Get:88 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2020-12-01T10:29:34.789Z] 89% [88 liberror-perl 22.8 kB/22.8 kB 100%] 89% [Working] Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] [2020-12-01T10:29:34.789Z] 89% [89 git-man 65.5 kB/804 kB 8%] 90% [Waiting for headers] Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] [2020-12-01T10:29:35.051Z] 90% [90 git 12.3 kB/3915 kB 0%] 94% [Waiting for headers] 13.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-01T10:29:35.051Z] Get:92 http://archive.ubuntu.com/ubuntu bionic/main amd64 libalgorithm-diff-xs-perl amd64 0.04-5 [11.1 kB] [2020-12-01T10:29:35.051Z] Get:93 http://archive.ubuntu.com/ubuntu bionic/main amd64 libalgorithm-merge-perl all 0.08-3 [12.0 kB] [2020-12-01T10:29:35.051Z] Get:94 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfile-fcntllock-perl amd64 0.22-3build2 [33.2 kB] [2020-12-01T10:29:35.051Z] Get:95 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2020-12-01T10:29:35.051Z] 95% [95 libnorm1 160 kB/224 kB 71%] 13.1 MB/s 0s 95% [Waiting for headers] 13.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-01T10:29:35.051Z] 95% [96 libpgm-5.2-0 65.5 kB/157 kB 42%] 13.1 MB/s 0s 95% [Waiting for headers] 13.1 MB/s 0s Get:97 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2020-12-01T10:29:35.051Z] 95% [97 libsodium23 39.8 kB/143 kB 28%] 13.1 MB/s 0s 96% [Waiting for headers] 13.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-01T10:29:35.051Z] 96% [98 libzmq5 27.6 kB/221 kB 12%] 13.1 MB/s 0s 96% [Waiting for headers] 13.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-01T10:29:35.051Z] 96% [99 libzmq3-dev 65.5 kB/400 kB 16%] 13.1 MB/s 0s 97% [Waiting for headers] 13.1 MB/s 0s Get:100 http://archive.ubuntu.com/ubuntu bionic/main amd64 manpages-dev all 4.15-1 [2217 kB] [2020-12-01T10:29:35.314Z] 97% [100 manpages-dev 4096 B/2217 kB 0%] 13.1 MB/s 0s 99% [Waiting for headers] 13.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-01T10:29:35.314Z] 99% [101 pkg-config 45.0 kB/45.0 kB 100%] 13.1 MB/s 0s 99% [Working] 13.1 MB/s 0s Get:102 http://archive.ubuntu.com/ubuntu bionic/main amd64 unzip amd64 6.0-21ubuntu1 [167 kB] [2020-12-01T10:29:35.887Z] 99% [102 unzip 12.6 kB/167 kB 8%] 13.1 MB/s 0s 100% [Working] 13.1 MB/s 0s Get:103 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2020-12-01T10:29:35.887Z] 100% [103 zip 7445 B/167 kB 4%] 13.1 MB/s 0s 100% [Working] 13.1 MB/s 0s Fetched 84.4 MB in 7s (12.1 MB/s) [2020-12-01T10:29:35.887Z] debconf: delaying package configuration, since apt-utils is not installed [2020-12-01T10:29:36.148Z] (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-01T10:29:36.148Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2020-12-01T10:29:36.148Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6ubuntu0.3) ... [2020-12-01T10:29:39.461Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2020-12-01T10:29:39.461Z] (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-01T10:29:39.461Z] Preparing to unpack .../libc6_2.27-3ubuntu1.3_amd64.deb ... [2020-12-01T10:29:40.041Z] Unpacking libc6:amd64 (2.27-3ubuntu1.3) over (2.27-3ubuntu1.2) ... [2020-12-01T10:29:41.957Z] Setting up libc6:amd64 (2.27-3ubuntu1.3) ... [2020-12-01T10:29:43.345Z] Selecting previously unselected package liblocale-gettext-perl. [2020-12-01T10:29:43.345Z] (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-01T10:29:43.345Z] Preparing to unpack .../000-liblocale-gettext-perl_1.07-3build2_amd64.deb ... [2020-12-01T10:29:43.345Z] Unpacking liblocale-gettext-perl (1.07-3build2) ... [2020-12-01T10:29:43.345Z] Selecting previously unselected package perl-modules-5.26. [2020-12-01T10:29:43.345Z] Preparing to unpack .../001-perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2020-12-01T10:29:43.345Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2020-12-01T10:29:44.308Z] Selecting previously unselected package libgdbm5:amd64. [2020-12-01T10:29:44.308Z] Preparing to unpack .../002-libgdbm5_1.14.1-6_amd64.deb ... [2020-12-01T10:29:44.308Z] Unpacking libgdbm5:amd64 (1.14.1-6) ... [2020-12-01T10:29:44.308Z] Selecting previously unselected package libgdbm-compat4:amd64. [2020-12-01T10:29:44.308Z] Preparing to unpack .../003-libgdbm-compat4_1.14.1-6_amd64.deb ... [2020-12-01T10:29:44.308Z] Unpacking libgdbm-compat4:amd64 (1.14.1-6) ... [2020-12-01T10:29:44.308Z] Selecting previously unselected package libperl5.26:amd64. [2020-12-01T10:29:44.308Z] Preparing to unpack .../004-libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2020-12-01T10:29:44.308Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2020-12-01T10:29:44.882Z] Selecting previously unselected package perl. [2020-12-01T10:29:44.882Z] Preparing to unpack .../005-perl_5.26.1-6ubuntu0.5_amd64.deb ... [2020-12-01T10:29:44.882Z] Unpacking perl (5.26.1-6ubuntu0.5) ... [2020-12-01T10:29:45.144Z] Selecting previously unselected package less. [2020-12-01T10:29:45.144Z] Preparing to unpack .../006-less_487-0.1_amd64.deb ... [2020-12-01T10:29:45.144Z] Unpacking less (487-0.1) ... [2020-12-01T10:29:45.144Z] Selecting previously unselected package netbase. [2020-12-01T10:29:45.144Z] Preparing to unpack .../007-netbase_5.4_all.deb ... [2020-12-01T10:29:45.144Z] Unpacking netbase (5.4) ... [2020-12-01T10:29:45.144Z] Selecting previously unselected package manpages. [2020-12-01T10:29:45.144Z] Preparing to unpack .../008-manpages_4.15-1_all.deb ... [2020-12-01T10:29:45.144Z] Unpacking manpages (4.15-1) ... [2020-12-01T10:29:45.407Z] Selecting previously unselected package binutils-common:amd64. [2020-12-01T10:29:45.407Z] Preparing to unpack .../009-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... [2020-12-01T10:29:45.407Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... [2020-12-01T10:29:45.407Z] Selecting previously unselected package libbinutils:amd64. [2020-12-01T10:29:45.407Z] Preparing to unpack .../010-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2020-12-01T10:29:45.407Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... [2020-12-01T10:29:45.671Z] Selecting previously unselected package binutils-x86-64-linux-gnu. [2020-12-01T10:29:45.671Z] Preparing to unpack .../011-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... [2020-12-01T10:29:45.671Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... [2020-12-01T10:29:45.933Z] Selecting previously unselected package binutils. [2020-12-01T10:29:45.933Z] Preparing to unpack .../012-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2020-12-01T10:29:45.933Z] Unpacking binutils (2.30-21ubuntu1~18.04.4) ... [2020-12-01T10:29:45.933Z] Selecting previously unselected package libc-dev-bin. [2020-12-01T10:29:45.933Z] Preparing to unpack .../013-libc-dev-bin_2.27-3ubuntu1.3_amd64.deb ... [2020-12-01T10:29:45.933Z] Unpacking libc-dev-bin (2.27-3ubuntu1.3) ... [2020-12-01T10:29:46.198Z] Selecting previously unselected package linux-libc-dev:amd64. [2020-12-01T10:29:46.198Z] Preparing to unpack .../014-linux-libc-dev_4.15.0-124.127_amd64.deb ... [2020-12-01T10:29:46.198Z] Unpacking linux-libc-dev:amd64 (4.15.0-124.127) ... [2020-12-01T10:29:46.459Z] Selecting previously unselected package libc6-dev:amd64. [2020-12-01T10:29:46.459Z] Preparing to unpack .../015-libc6-dev_2.27-3ubuntu1.3_amd64.deb ... [2020-12-01T10:29:46.459Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.3) ... [2020-12-01T10:29:46.722Z] Selecting previously unselected package gcc-7-base:amd64. [2020-12-01T10:29:46.983Z] Preparing to unpack .../016-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-01T10:29:46.983Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-12-01T10:29:46.983Z] Selecting previously unselected package libisl19:amd64. [2020-12-01T10:29:46.983Z] Preparing to unpack .../017-libisl19_0.19-1_amd64.deb ... [2020-12-01T10:29:46.983Z] Unpacking libisl19:amd64 (0.19-1) ... [2020-12-01T10:29:46.983Z] Selecting previously unselected package libmpfr6:amd64. [2020-12-01T10:29:46.983Z] Preparing to unpack .../018-libmpfr6_4.0.1-1_amd64.deb ... [2020-12-01T10:29:46.983Z] Unpacking libmpfr6:amd64 (4.0.1-1) ... [2020-12-01T10:29:47.245Z] Selecting previously unselected package libmpc3:amd64. [2020-12-01T10:29:47.245Z] Preparing to unpack .../019-libmpc3_1.1.0-1_amd64.deb ... [2020-12-01T10:29:47.245Z] Unpacking libmpc3:amd64 (1.1.0-1) ... [2020-12-01T10:29:47.245Z] Selecting previously unselected package cpp-7. [2020-12-01T10:29:47.245Z] Preparing to unpack .../020-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-01T10:29:47.245Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) ... [2020-12-01T10:29:48.192Z] Selecting previously unselected package cpp. [2020-12-01T10:29:48.192Z] Preparing to unpack .../021-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2020-12-01T10:29:48.192Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) ... [2020-12-01T10:29:48.192Z] Selecting previously unselected package libcc1-0:amd64. [2020-12-01T10:29:48.192Z] Preparing to unpack .../022-libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-01T10:29:48.192Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-01T10:29:48.192Z] Selecting previously unselected package libgomp1:amd64. [2020-12-01T10:29:48.192Z] Preparing to unpack .../023-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-01T10:29:48.192Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-01T10:29:48.454Z] Selecting previously unselected package libitm1:amd64. [2020-12-01T10:29:48.454Z] Preparing to unpack .../024-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-01T10:29:48.454Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-01T10:29:48.454Z] Selecting previously unselected package libatomic1:amd64. [2020-12-01T10:29:48.454Z] Preparing to unpack .../025-libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-01T10:29:48.454Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-01T10:29:48.454Z] Selecting previously unselected package libasan4:amd64. [2020-12-01T10:29:48.454Z] Preparing to unpack .../026-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-01T10:29:48.454Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-12-01T10:29:48.715Z] Selecting previously unselected package liblsan0:amd64. [2020-12-01T10:29:48.715Z] Preparing to unpack .../027-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-01T10:29:48.715Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-01T10:29:48.715Z] Selecting previously unselected package libtsan0:amd64. [2020-12-01T10:29:48.715Z] Preparing to unpack .../028-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-01T10:29:48.715Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-01T10:29:48.977Z] Selecting previously unselected package libubsan0:amd64. [2020-12-01T10:29:48.977Z] Preparing to unpack .../029-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-01T10:29:48.977Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-12-01T10:29:48.977Z] Selecting previously unselected package libcilkrts5:amd64. [2020-12-01T10:29:48.977Z] Preparing to unpack .../030-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-01T10:29:48.977Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-12-01T10:29:48.977Z] Selecting previously unselected package libmpx2:amd64. [2020-12-01T10:29:48.977Z] Preparing to unpack .../031-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-01T10:29:48.977Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-01T10:29:49.239Z] Selecting previously unselected package libquadmath0:amd64. [2020-12-01T10:29:49.239Z] Preparing to unpack .../032-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-01T10:29:49.239Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-01T10:29:49.239Z] Selecting previously unselected package libgcc-7-dev:amd64. [2020-12-01T10:29:49.239Z] Preparing to unpack .../033-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-01T10:29:49.239Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-12-01T10:29:49.500Z] Selecting previously unselected package gcc-7. [2020-12-01T10:29:49.500Z] Preparing to unpack .../034-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-01T10:29:49.500Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) ... [2020-12-01T10:29:50.442Z] Selecting previously unselected package gcc. [2020-12-01T10:29:50.442Z] Preparing to unpack .../035-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2020-12-01T10:29:50.442Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) ... [2020-12-01T10:29:50.442Z] Selecting previously unselected package libstdc++-7-dev:amd64. [2020-12-01T10:29:50.442Z] Preparing to unpack .../036-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-01T10:29:50.442Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-12-01T10:29:51.829Z] Selecting previously unselected package g++-7. [2020-12-01T10:29:51.829Z] Preparing to unpack .../037-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-01T10:29:51.829Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) ... [2020-12-01T10:29:52.775Z] Selecting previously unselected package g++. [2020-12-01T10:29:52.775Z] Preparing to unpack .../038-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2020-12-01T10:29:52.775Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) ... [2020-12-01T10:29:52.775Z] Selecting previously unselected package make. [2020-12-01T10:29:52.775Z] Preparing to unpack .../039-make_4.1-9.1ubuntu1_amd64.deb ... [2020-12-01T10:29:52.775Z] Unpacking make (4.1-9.1ubuntu1) ... [2020-12-01T10:29:52.775Z] Selecting previously unselected package libdpkg-perl. [2020-12-01T10:29:52.775Z] Preparing to unpack .../040-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2020-12-01T10:29:52.775Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) ... [2020-12-01T10:29:52.775Z] Selecting previously unselected package patch. [2020-12-01T10:29:52.775Z] Preparing to unpack .../041-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2020-12-01T10:29:52.775Z] Unpacking patch (2.7.6-2ubuntu1.1) ... [2020-12-01T10:29:53.036Z] Selecting previously unselected package dpkg-dev. [2020-12-01T10:29:53.036Z] Preparing to unpack .../042-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2020-12-01T10:29:53.036Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) ... [2020-12-01T10:29:53.036Z] Selecting previously unselected package build-essential. [2020-12-01T10:29:53.036Z] Preparing to unpack .../043-build-essential_12.4ubuntu1_amd64.deb ... [2020-12-01T10:29:53.036Z] Unpacking build-essential (12.4ubuntu1) ... [2020-12-01T10:29:53.036Z] Selecting previously unselected package cmake-data. [2020-12-01T10:29:53.036Z] Preparing to unpack .../044-cmake-data_3.10.2-1ubuntu2.18.04.1_all.deb ... [2020-12-01T10:29:53.036Z] Unpacking cmake-data (3.10.2-1ubuntu2.18.04.1) ... [2020-12-01T10:29:53.982Z] Selecting previously unselected package libarchive13:amd64. [2020-12-01T10:29:53.982Z] Preparing to unpack .../045-libarchive13_3.2.2-3.1ubuntu0.6_amd64.deb ... [2020-12-01T10:29:53.982Z] Unpacking libarchive13:amd64 (3.2.2-3.1ubuntu0.6) ... [2020-12-01T10:29:53.982Z] Selecting previously unselected package libjsoncpp1:amd64. [2020-12-01T10:29:53.982Z] Preparing to unpack .../046-libjsoncpp1_1.7.4-3_amd64.deb ... [2020-12-01T10:29:53.982Z] Unpacking libjsoncpp1:amd64 (1.7.4-3) ... [2020-12-01T10:29:53.982Z] Selecting previously unselected package librhash0:amd64. [2020-12-01T10:29:53.982Z] Preparing to unpack .../047-librhash0_1.3.6-2_amd64.deb ... [2020-12-01T10:29:53.982Z] Unpacking librhash0:amd64 (1.3.6-2) ... [2020-12-01T10:29:53.982Z] Selecting previously unselected package libuv1:amd64. [2020-12-01T10:29:53.982Z] Preparing to unpack .../048-libuv1_1.18.0-3_amd64.deb ... [2020-12-01T10:29:54.243Z] Unpacking libuv1:amd64 (1.18.0-3) ... [2020-12-01T10:29:54.243Z] Selecting previously unselected package cmake. [2020-12-01T10:29:54.243Z] Preparing to unpack .../049-cmake_3.10.2-1ubuntu2.18.04.1_amd64.deb ... [2020-12-01T10:29:54.243Z] Unpacking cmake (3.10.2-1ubuntu2.18.04.1) ... [2020-12-01T10:29:54.504Z] Selecting previously unselected package curl. [2020-12-01T10:29:54.504Z] Preparing to unpack .../050-curl_7.58.0-2ubuntu3.10_amd64.deb ... [2020-12-01T10:29:54.504Z] Unpacking curl (7.58.0-2ubuntu3.10) ... [2020-12-01T10:29:54.765Z] Selecting previously unselected package libfakeroot:amd64. [2020-12-01T10:29:54.765Z] Preparing to unpack .../051-libfakeroot_1.22-2ubuntu1_amd64.deb ... [2020-12-01T10:29:54.765Z] Unpacking libfakeroot:amd64 (1.22-2ubuntu1) ... [2020-12-01T10:29:54.766Z] Selecting previously unselected package fakeroot. [2020-12-01T10:29:54.766Z] Preparing to unpack .../052-fakeroot_1.22-2ubuntu1_amd64.deb ... [2020-12-01T10:29:54.766Z] Unpacking fakeroot (1.22-2ubuntu1) ... [2020-12-01T10:29:54.766Z] Selecting previously unselected package libc6-i386. [2020-12-01T10:29:54.766Z] Preparing to unpack .../053-libc6-i386_2.27-3ubuntu1.3_amd64.deb ... [2020-12-01T10:29:54.766Z] Unpacking libc6-i386 (2.27-3ubuntu1.3) ... [2020-12-01T10:29:55.346Z] Selecting previously unselected package libc6-dev-i386. [2020-12-01T10:29:55.346Z] Preparing to unpack .../054-libc6-dev-i386_2.27-3ubuntu1.3_amd64.deb ... [2020-12-01T10:29:55.346Z] Unpacking libc6-dev-i386 (2.27-3ubuntu1.3) ... [2020-12-01T10:29:55.608Z] Selecting previously unselected package libc6-x32. [2020-12-01T10:29:55.608Z] Preparing to unpack .../055-libc6-x32_2.27-3ubuntu1.3_amd64.deb ... [2020-12-01T10:29:55.608Z] Unpacking libc6-x32 (2.27-3ubuntu1.3) ... [2020-12-01T10:29:55.871Z] Selecting previously unselected package libc6-dev-x32. [2020-12-01T10:29:55.871Z] Preparing to unpack .../056-libc6-dev-x32_2.27-3ubuntu1.3_amd64.deb ... [2020-12-01T10:29:55.871Z] Unpacking libc6-dev-x32 (2.27-3ubuntu1.3) ... [2020-12-01T10:29:56.132Z] Selecting previously unselected package lib32gcc1. [2020-12-01T10:29:56.132Z] Preparing to unpack .../057-lib32gcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-01T10:29:56.132Z] Unpacking lib32gcc1 (1:8.4.0-1ubuntu1~18.04) ... [2020-12-01T10:29:56.394Z] Selecting previously unselected package libx32gcc1. [2020-12-01T10:29:56.394Z] Preparing to unpack .../058-libx32gcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-01T10:29:56.394Z] Unpacking libx32gcc1 (1:8.4.0-1ubuntu1~18.04) ... [2020-12-01T10:29:56.394Z] Selecting previously unselected package lib32gomp1. [2020-12-01T10:29:56.394Z] Preparing to unpack .../059-lib32gomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-01T10:29:56.394Z] Unpacking lib32gomp1 (8.4.0-1ubuntu1~18.04) ... [2020-12-01T10:29:56.394Z] Selecting previously unselected package libx32gomp1. [2020-12-01T10:29:56.394Z] Preparing to unpack .../060-libx32gomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-01T10:29:56.394Z] Unpacking libx32gomp1 (8.4.0-1ubuntu1~18.04) ... [2020-12-01T10:29:56.655Z] Selecting previously unselected package lib32itm1. [2020-12-01T10:29:56.655Z] Preparing to unpack .../061-lib32itm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-01T10:29:56.655Z] Unpacking lib32itm1 (8.4.0-1ubuntu1~18.04) ... [2020-12-01T10:29:56.655Z] Selecting previously unselected package libx32itm1. [2020-12-01T10:29:56.655Z] Preparing to unpack .../062-libx32itm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-01T10:29:56.655Z] Unpacking libx32itm1 (8.4.0-1ubuntu1~18.04) ... [2020-12-01T10:29:56.655Z] Selecting previously unselected package lib32atomic1. [2020-12-01T10:29:56.655Z] Preparing to unpack .../063-lib32atomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-01T10:29:56.655Z] Unpacking lib32atomic1 (8.4.0-1ubuntu1~18.04) ... [2020-12-01T10:29:56.918Z] Selecting previously unselected package libx32atomic1. [2020-12-01T10:29:56.918Z] Preparing to unpack .../064-libx32atomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-01T10:29:56.918Z] Unpacking libx32atomic1 (8.4.0-1ubuntu1~18.04) ... [2020-12-01T10:29:56.918Z] Selecting previously unselected package lib32asan4. [2020-12-01T10:29:56.918Z] Preparing to unpack .../065-lib32asan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-01T10:29:56.918Z] Unpacking lib32asan4 (7.5.0-3ubuntu1~18.04) ... [2020-12-01T10:29:56.918Z] Selecting previously unselected package libx32asan4. [2020-12-01T10:29:56.918Z] Preparing to unpack .../066-libx32asan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-01T10:29:56.918Z] Unpacking libx32asan4 (7.5.0-3ubuntu1~18.04) ... [2020-12-01T10:29:57.180Z] Selecting previously unselected package lib32stdc++6. [2020-12-01T10:29:57.180Z] Preparing to unpack .../067-lib32stdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-01T10:29:57.180Z] Unpacking lib32stdc++6 (8.4.0-1ubuntu1~18.04) ... [2020-12-01T10:29:57.180Z] Selecting previously unselected package lib32ubsan0. [2020-12-01T10:29:57.180Z] Preparing to unpack .../068-lib32ubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-01T10:29:57.180Z] Unpacking lib32ubsan0 (7.5.0-3ubuntu1~18.04) ... [2020-12-01T10:29:57.440Z] Selecting previously unselected package libx32stdc++6. [2020-12-01T10:29:57.441Z] Preparing to unpack .../069-libx32stdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-01T10:29:57.441Z] Unpacking libx32stdc++6 (8.4.0-1ubuntu1~18.04) ... [2020-12-01T10:29:57.441Z] Selecting previously unselected package libx32ubsan0. [2020-12-01T10:29:57.441Z] Preparing to unpack .../070-libx32ubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-01T10:29:57.441Z] Unpacking libx32ubsan0 (7.5.0-3ubuntu1~18.04) ... [2020-12-01T10:29:57.441Z] Selecting previously unselected package lib32cilkrts5. [2020-12-01T10:29:57.441Z] Preparing to unpack .../071-lib32cilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-01T10:29:57.441Z] Unpacking lib32cilkrts5 (7.5.0-3ubuntu1~18.04) ... [2020-12-01T10:29:57.702Z] Selecting previously unselected package libx32cilkrts5. [2020-12-01T10:29:57.702Z] Preparing to unpack .../072-libx32cilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-01T10:29:57.702Z] Unpacking libx32cilkrts5 (7.5.0-3ubuntu1~18.04) ... [2020-12-01T10:29:57.702Z] Selecting previously unselected package lib32mpx2. [2020-12-01T10:29:57.702Z] Preparing to unpack .../073-lib32mpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-01T10:29:57.702Z] Unpacking lib32mpx2 (8.4.0-1ubuntu1~18.04) ... [2020-12-01T10:29:57.702Z] Selecting previously unselected package lib32quadmath0. [2020-12-01T10:29:57.703Z] Preparing to unpack .../074-lib32quadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-01T10:29:57.703Z] Unpacking lib32quadmath0 (8.4.0-1ubuntu1~18.04) ... [2020-12-01T10:29:57.965Z] Selecting previously unselected package libx32quadmath0. [2020-12-01T10:29:57.965Z] Preparing to unpack .../075-libx32quadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-01T10:29:57.965Z] Unpacking libx32quadmath0 (8.4.0-1ubuntu1~18.04) ... [2020-12-01T10:29:57.965Z] Selecting previously unselected package lib32gcc-7-dev. [2020-12-01T10:29:57.965Z] Preparing to unpack .../076-lib32gcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-01T10:29:57.965Z] Unpacking lib32gcc-7-dev (7.5.0-3ubuntu1~18.04) ... [2020-12-01T10:29:58.226Z] Selecting previously unselected package libx32gcc-7-dev. [2020-12-01T10:29:58.226Z] Preparing to unpack .../077-libx32gcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-01T10:29:58.226Z] Unpacking libx32gcc-7-dev (7.5.0-3ubuntu1~18.04) ... [2020-12-01T10:29:58.487Z] Selecting previously unselected package gcc-7-multilib. [2020-12-01T10:29:58.487Z] Preparing to unpack .../078-gcc-7-multilib_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-01T10:29:58.487Z] Unpacking gcc-7-multilib (7.5.0-3ubuntu1~18.04) ... [2020-12-01T10:29:58.487Z] Selecting previously unselected package lib32stdc++-7-dev. [2020-12-01T10:29:58.487Z] Preparing to unpack .../079-lib32stdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-01T10:29:58.487Z] Unpacking lib32stdc++-7-dev (7.5.0-3ubuntu1~18.04) ... [2020-12-01T10:29:58.750Z] Selecting previously unselected package libx32stdc++-7-dev. [2020-12-01T10:29:58.750Z] Preparing to unpack .../080-libx32stdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-01T10:29:58.750Z] Unpacking libx32stdc++-7-dev (7.5.0-3ubuntu1~18.04) ... [2020-12-01T10:29:58.750Z] Selecting previously unselected package g++-7-multilib. [2020-12-01T10:29:58.750Z] Preparing to unpack .../081-g++-7-multilib_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-01T10:29:58.750Z] Unpacking g++-7-multilib (7.5.0-3ubuntu1~18.04) ... [2020-12-01T10:29:59.012Z] Selecting previously unselected package gcc-multilib. [2020-12-01T10:29:59.012Z] Preparing to unpack .../082-gcc-multilib_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2020-12-01T10:29:59.012Z] Unpacking gcc-multilib (4:7.4.0-1ubuntu2.3) ... [2020-12-01T10:29:59.012Z] Selecting previously unselected package g++-multilib. [2020-12-01T10:29:59.012Z] Preparing to unpack .../083-g++-multilib_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2020-12-01T10:29:59.012Z] Unpacking g++-multilib (4:7.4.0-1ubuntu2.3) ... [2020-12-01T10:29:59.012Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2020-12-01T10:29:59.012Z] Preparing to unpack .../084-libcurl3-gnutls_7.58.0-2ubuntu3.10_amd64.deb ... [2020-12-01T10:29:59.012Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.10) ... [2020-12-01T10:29:59.274Z] Selecting previously unselected package liberror-perl. [2020-12-01T10:29:59.274Z] Preparing to unpack .../085-liberror-perl_0.17025-1_all.deb ... [2020-12-01T10:29:59.274Z] Unpacking liberror-perl (0.17025-1) ... [2020-12-01T10:29:59.274Z] Selecting previously unselected package git-man. [2020-12-01T10:29:59.274Z] Preparing to unpack .../086-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2020-12-01T10:29:59.274Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2020-12-01T10:29:59.537Z] Selecting previously unselected package git. [2020-12-01T10:29:59.537Z] Preparing to unpack .../087-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... [2020-12-01T10:29:59.537Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2020-12-01T10:30:00.109Z] Selecting previously unselected package libalgorithm-diff-perl. [2020-12-01T10:30:00.109Z] Preparing to unpack .../088-libalgorithm-diff-perl_1.19.03-1_all.deb ... [2020-12-01T10:30:00.109Z] Unpacking libalgorithm-diff-perl (1.19.03-1) ... [2020-12-01T10:30:00.109Z] Selecting previously unselected package libalgorithm-diff-xs-perl. [2020-12-01T10:30:00.109Z] Preparing to unpack .../089-libalgorithm-diff-xs-perl_0.04-5_amd64.deb ... [2020-12-01T10:30:00.109Z] Unpacking libalgorithm-diff-xs-perl (0.04-5) ... [2020-12-01T10:30:00.109Z] Selecting previously unselected package libalgorithm-merge-perl. [2020-12-01T10:30:00.109Z] Preparing to unpack .../090-libalgorithm-merge-perl_0.08-3_all.deb ... [2020-12-01T10:30:00.109Z] Unpacking libalgorithm-merge-perl (0.08-3) ... [2020-12-01T10:30:00.109Z] Selecting previously unselected package libfile-fcntllock-perl. [2020-12-01T10:30:00.109Z] Preparing to unpack .../091-libfile-fcntllock-perl_0.22-3build2_amd64.deb ... [2020-12-01T10:30:00.109Z] Unpacking libfile-fcntllock-perl (0.22-3build2) ... [2020-12-01T10:30:00.371Z] Selecting previously unselected package libnorm1:amd64. [2020-12-01T10:30:00.371Z] Preparing to unpack .../092-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2020-12-01T10:30:00.371Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2020-12-01T10:30:00.371Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2020-12-01T10:30:00.371Z] Preparing to unpack .../093-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2020-12-01T10:30:00.371Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2020-12-01T10:30:00.371Z] Selecting previously unselected package libsodium23:amd64. [2020-12-01T10:30:00.371Z] Preparing to unpack .../094-libsodium23_1.0.16-2_amd64.deb ... [2020-12-01T10:30:00.371Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2020-12-01T10:30:00.634Z] Selecting previously unselected package libzmq5:amd64. [2020-12-01T10:30:00.634Z] Preparing to unpack .../095-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2020-12-01T10:30:00.634Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2020-12-01T10:30:00.634Z] Selecting previously unselected package libzmq3-dev:amd64. [2020-12-01T10:30:00.634Z] Preparing to unpack .../096-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2020-12-01T10:30:00.634Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2020-12-01T10:30:00.896Z] Selecting previously unselected package manpages-dev. [2020-12-01T10:30:00.896Z] Preparing to unpack .../097-manpages-dev_4.15-1_all.deb ... [2020-12-01T10:30:00.896Z] Unpacking manpages-dev (4.15-1) ... [2020-12-01T10:30:01.158Z] Selecting previously unselected package pkg-config. [2020-12-01T10:30:01.158Z] Preparing to unpack .../098-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2020-12-01T10:30:01.158Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2020-12-01T10:30:01.158Z] Selecting previously unselected package unzip. [2020-12-01T10:30:01.158Z] Preparing to unpack .../099-unzip_6.0-21ubuntu1_amd64.deb ... [2020-12-01T10:30:01.158Z] Unpacking unzip (6.0-21ubuntu1) ... [2020-12-01T10:30:01.158Z] Selecting previously unselected package zip. [2020-12-01T10:30:01.158Z] Preparing to unpack .../100-zip_3.0-11build1_amd64.deb ... [2020-12-01T10:30:01.158Z] Unpacking zip (3.0-11build1) ... [2020-12-01T10:30:01.423Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-01T10:30:01.423Z] Setting up libc6-x32 (2.27-3ubuntu1.3) ... [2020-12-01T10:30:01.423Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-01T10:30:01.423Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2020-12-01T10:30:01.423Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-01T10:30:01.423Z] Setting up manpages (4.15-1) ... [2020-12-01T10:30:01.423Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2020-12-01T10:30:01.423Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-01T10:30:01.423Z] Setting up less (487-0.1) ... [2020-12-01T10:30:01.691Z] Setting up make (4.1-9.1ubuntu1) ... [2020-12-01T10:30:01.691Z] Setting up libx32gcc1 (1:8.4.0-1ubuntu1~18.04) ... [2020-12-01T10:30:01.691Z] Setting up curl (7.58.0-2ubuntu3.10) ... [2020-12-01T10:30:01.691Z] Setting up libarchive13:amd64 (3.2.2-3.1ubuntu0.6) ... [2020-12-01T10:30:01.691Z] Setting up libuv1:amd64 (1.18.0-3) ... [2020-12-01T10:30:01.691Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.10) ... [2020-12-01T10:30:01.691Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-01T10:30:01.691Z] Setting up unzip (6.0-21ubuntu1) ... [2020-12-01T10:30:01.955Z] Setting up linux-libc-dev:amd64 (4.15.0-124.127) ... [2020-12-01T10:30:01.955Z] Setting up libmpfr6:amd64 (4.0.1-1) ... [2020-12-01T10:30:02.540Z] Setting up cmake-data (3.10.2-1ubuntu2.18.04.1) ... [2020-12-01T10:30:02.540Z] Setting up libc6-i386 (2.27-3ubuntu1.3) ... [2020-12-01T10:30:02.540Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2020-12-01T10:30:02.540Z] Setting up libgdbm5:amd64 (1.14.1-6) ... [2020-12-01T10:30:02.540Z] Setting up zip (3.0-11build1) ... [2020-12-01T10:30:02.540Z] Setting up libx32stdc++6 (8.4.0-1ubuntu1~18.04) ... [2020-12-01T10:30:02.821Z] Setting up lib32atomic1 (8.4.0-1ubuntu1~18.04) ... [2020-12-01T10:30:02.821Z] Setting up libx32atomic1 (8.4.0-1ubuntu1~18.04) ... [2020-12-01T10:30:02.821Z] Setting up librhash0:amd64 (1.3.6-2) ... [2020-12-01T10:30:02.821Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-01T10:30:02.821Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2020-12-01T10:30:02.821Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-12-01T10:30:02.821Z] Setting up libx32gomp1 (8.4.0-1ubuntu1~18.04) ... [2020-12-01T10:30:02.821Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... [2020-12-01T10:30:02.821Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2020-12-01T10:30:02.821Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-01T10:30:02.821Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2020-12-01T10:30:02.821Z] Setting up libfakeroot:amd64 (1.22-2ubuntu1) ... [2020-12-01T10:30:02.821Z] Setting up libx32itm1 (8.4.0-1ubuntu1~18.04) ... [2020-12-01T10:30:02.821Z] Setting up liblocale-gettext-perl (1.07-3build2) ... [2020-12-01T10:30:03.085Z] Setting up libmpc3:amd64 (1.1.0-1) ... [2020-12-01T10:30:03.085Z] Setting up libc-dev-bin (2.27-3ubuntu1.3) ... [2020-12-01T10:30:03.085Z] Setting up libgdbm-compat4:amd64 (1.14.1-6) ... [2020-12-01T10:30:03.085Z] Setting up lib32quadmath0 (8.4.0-1ubuntu1~18.04) ... [2020-12-01T10:30:03.085Z] Setting up manpages-dev (4.15-1) ... [2020-12-01T10:30:03.085Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.3) ... [2020-12-01T10:30:03.085Z] Setting up lib32itm1 (8.4.0-1ubuntu1~18.04) ... [2020-12-01T10:30:03.085Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-01T10:30:03.085Z] Setting up libx32quadmath0 (8.4.0-1ubuntu1~18.04) ... [2020-12-01T10:30:03.085Z] Setting up lib32gcc1 (1:8.4.0-1ubuntu1~18.04) ... [2020-12-01T10:30:03.085Z] Setting up netbase (5.4) ... [2020-12-01T10:30:03.085Z] Setting up libisl19:amd64 (0.19-1) ... [2020-12-01T10:30:03.348Z] Setting up libjsoncpp1:amd64 (1.7.4-3) ... [2020-12-01T10:30:03.348Z] Setting up libx32asan4 (7.5.0-3ubuntu1~18.04) ... [2020-12-01T10:30:03.348Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2020-12-01T10:30:03.348Z] Setting up libx32cilkrts5 (7.5.0-3ubuntu1~18.04) ... [2020-12-01T10:30:03.348Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-12-01T10:30:03.348Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... [2020-12-01T10:30:03.348Z] Setting up lib32gomp1 (8.4.0-1ubuntu1~18.04) ... [2020-12-01T10:30:03.348Z] Setting up libx32ubsan0 (7.5.0-3ubuntu1~18.04) ... [2020-12-01T10:30:03.348Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-12-01T10:30:03.348Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-12-01T10:30:03.610Z] Setting up lib32asan4 (7.5.0-3ubuntu1~18.04) ... [2020-12-01T10:30:03.610Z] Setting up lib32mpx2 (8.4.0-1ubuntu1~18.04) ... [2020-12-01T10:30:03.610Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2020-12-01T10:30:03.610Z] Setting up fakeroot (1.22-2ubuntu1) ... [2020-12-01T10:30:03.610Z] update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode [2020-12-01T10:30:03.610Z] 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-01T10:30:03.610Z] 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-01T10:30:03.610Z] 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-01T10:30:03.610Z] 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-01T10:30:03.610Z] 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-01T10:30:03.610Z] 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-01T10:30:03.610Z] 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-01T10:30:03.610Z] 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-01T10:30:03.610Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-12-01T10:30:03.610Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2020-12-01T10:30:03.610Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-12-01T10:30:03.610Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2020-12-01T10:30:03.610Z] Setting up lib32stdc++6 (8.4.0-1ubuntu1~18.04) ... [2020-12-01T10:30:03.610Z] Setting up lib32ubsan0 (7.5.0-3ubuntu1~18.04) ... [2020-12-01T10:30:03.872Z] Setting up cmake (3.10.2-1ubuntu2.18.04.1) ... [2020-12-01T10:30:03.873Z] Setting up lib32cilkrts5 (7.5.0-3ubuntu1~18.04) ... [2020-12-01T10:30:03.873Z] Setting up libc6-dev-i386 (2.27-3ubuntu1.3) ... [2020-12-01T10:30:03.873Z] Setting up libc6-dev-x32 (2.27-3ubuntu1.3) ... [2020-12-01T10:30:03.873Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... [2020-12-01T10:30:03.873Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2020-12-01T10:30:03.873Z] Setting up libx32gcc-7-dev (7.5.0-3ubuntu1~18.04) ... [2020-12-01T10:30:03.873Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2020-12-01T10:30:03.873Z] Setting up libfile-fcntllock-perl (0.22-3build2) ... [2020-12-01T10:30:03.873Z] Setting up libalgorithm-diff-perl (1.19.03-1) ... [2020-12-01T10:30:04.143Z] Setting up lib32gcc-7-dev (7.5.0-3ubuntu1~18.04) ... [2020-12-01T10:30:04.143Z] Setting up binutils (2.30-21ubuntu1~18.04.4) ... [2020-12-01T10:30:04.143Z] Setting up libx32stdc++-7-dev (7.5.0-3ubuntu1~18.04) ... [2020-12-01T10:30:04.143Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2020-12-01T10:30:04.143Z] Setting up liberror-perl (0.17025-1) ... [2020-12-01T10:30:04.143Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2020-12-01T10:30:04.143Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2020-12-01T10:30:04.143Z] Setting up gcc-7-multilib (7.5.0-3ubuntu1~18.04) ... [2020-12-01T10:30:04.143Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2020-12-01T10:30:04.143Z] Setting up lib32stdc++-7-dev (7.5.0-3ubuntu1~18.04) ... [2020-12-01T10:30:04.406Z] Setting up g++-7-multilib (7.5.0-3ubuntu1~18.04) ... [2020-12-01T10:30:04.406Z] Setting up libalgorithm-merge-perl (0.08-3) ... [2020-12-01T10:30:04.406Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2020-12-01T10:30:04.406Z] Setting up libalgorithm-diff-xs-perl (0.04-5) ... [2020-12-01T10:30:04.406Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2020-12-01T10:30:04.406Z] update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode [2020-12-01T10:30:04.406Z] 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-01T10:30:04.406Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2020-12-01T10:30:04.406Z] Setting up build-essential (12.4ubuntu1) ... [2020-12-01T10:30:04.406Z] Setting up gcc-multilib (4:7.4.0-1ubuntu2.3) ... [2020-12-01T10:30:04.406Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2020-12-01T10:30:04.668Z] Setting up g++-multilib (4:7.4.0-1ubuntu2.3) ... [2020-12-01T10:30:04.668Z] Processing triggers for mime-support (3.60ubuntu1) ... [2020-12-01T10:30:04.668Z] Processing triggers for libc-bin (2.27-3ubuntu1.2) ... [2020-12-01T10:30:05.504Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-01T10:30:05.504Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-01T10:30:05.504Z] ---> 865bc9cf0940 [2020-12-01T10:30:05.504Z] Step 3/22 : WORKDIR /edgex-go [2020-12-01T10:30:05.504Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-01T10:30:05.504Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-12-01T10:30:05.504Z] ---> 865bc9cf0940 [2020-12-01T10:30:05.504Z] Step 3/23 : WORKDIR /edgex-go [2020-12-01T10:30:05.504Z] Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-01T10:30:05.504Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-12-01T10:30:05.504Z] ---> 865bc9cf0940 [2020-12-01T10:30:05.504Z] Step 3/29 : WORKDIR /edgex-go [2020-12-01T10:30:05.504Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-01T10:30:05.504Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-12-01T10:30:05.504Z] ---> 865bc9cf0940 [2020-12-01T10:30:05.504Z] Step 3/24 : WORKDIR /edgex-go [2020-12-01T10:30:05.504Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-01T10:30:05.504Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-01T10:30:05.504Z] ---> 865bc9cf0940 [2020-12-01T10:30:05.504Z] Step 3/22 : WORKDIR /edgex-go [2020-12-01T10:30:05.504Z] ---> Running in ad206558c787 [2020-12-01T10:30:05.504Z] ---> Running in cb9cdca9c4df [2020-12-01T10:30:05.504Z] ---> Running in 720b941743da [2020-12-01T10:30:05.504Z] ---> Running in df19dc24a9a4 [2020-12-01T10:30:05.504Z] ---> Running in 32149187229c [2020-12-01T10:30:05.504Z] Removing intermediate container 720b941743da [2020-12-01T10:30:05.504Z] ---> 334729d1d330 [2020-12-01T10:30:05.504Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-01T10:30:05.504Z] Removing intermediate container 32149187229c [2020-12-01T10:30:05.504Z] ---> bd4b88803aac [2020-12-01T10:30:05.504Z] Step 4/29 : RUN apk update && apk add make git [2020-12-01T10:30:05.504Z] Removing intermediate container ad206558c787 [2020-12-01T10:30:05.504Z] ---> a4cfb23c2cd0 [2020-12-01T10:30:05.504Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-01T10:30:05.504Z] Removing intermediate container cb9cdca9c4df [2020-12-01T10:30:05.504Z] ---> 177f1b070029 [2020-12-01T10:30:05.504Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-01T10:30:05.504Z] Removing intermediate container df19dc24a9a4 [2020-12-01T10:30:05.504Z] ---> f0f0e9374b24 [2020-12-01T10:30:05.505Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-01T10:30:05.505Z] ---> Running in 94f16e2686ba [2020-12-01T10:30:05.505Z] ---> Running in ebdcfd9c54ac [2020-12-01T10:30:05.505Z] ---> Running in 5914d6dd4d88 [2020-12-01T10:30:05.505Z] ---> Running in 8bb2b8664873 [2020-12-01T10:30:05.505Z] ---> Running in 3c8b4a09193c [2020-12-01T10:30:05.505Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-01T10:30:05.505Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-01T10:30:05.505Z] Removing intermediate container ebdcfd9c54ac [2020-12-01T10:30:05.505Z] ---> deca93723884 [2020-12-01T10:30:05.505Z] Step 5/22 : RUN apk update && apk add make && apk add bash git [2020-12-01T10:30:05.505Z] ---> Running in 2dd38d891ff3 [2020-12-01T10:30:05.505Z] Removing intermediate container 5914d6dd4d88 [2020-12-01T10:30:05.505Z] ---> a089f2fc13ef [2020-12-01T10:30:05.505Z] Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-12-01T10:30:05.505Z] Removing intermediate container 8bb2b8664873 [2020-12-01T10:30:05.505Z] ---> f83644d7a370 [2020-12-01T10:30:05.505Z] Step 5/22 : RUN apk update && apk add make git [2020-12-01T10:30:05.505Z] v3.12.1-47-g77e786238c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-01T10:30:05.505Z] v3.12.1-65-gda4c4bae78 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-01T10:30:05.505Z] OK: 12625 distinct packages available [2020-12-01T10:30:05.505Z] ---> Running in e25bd88ce81c [2020-12-01T10:30:05.505Z] ---> Running in c752ddf62793 [2020-12-01T10:30:05.505Z] Removing intermediate container 3c8b4a09193c [2020-12-01T10:30:05.505Z] ---> 089ab0aa7594 [2020-12-01T10:30:05.505Z] Step 5/24 : RUN apk update && apk add make git [2020-12-01T10:30:05.505Z] ---> Running in e13729d4057a [2020-12-01T10:30:05.505Z] OK: 217 MiB in 51 packages [2020-12-01T10:30:05.505Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-01T10:30:05.505Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-01T10:30:05.505Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-01T10:30:05.505Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-01T10:30:05.505Z] Removing intermediate container 94f16e2686ba [2020-12-01T10:30:05.505Z] ---> f223688685ed [2020-12-01T10:30:05.505Z] Step 5/29 : COPY go.mod . [2020-12-01T10:30:05.505Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-01T10:30:05.505Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-01T10:30:05.505Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-01T10:30:05.505Z] ---> c091df71bb9b [2020-12-01T10:30:05.505Z] Step 6/29 : RUN go mod download [2020-12-01T10:30:05.505Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-01T10:30:05.505Z] ---> Running in a318899fd86a [2020-12-01T10:30:06.059Z] binutils set to automatically installed. [2020-12-01T10:30:06.060Z] binutils-common set to automatically installed. [2020-12-01T10:30:06.060Z] binutils-x86-64-linux-gnu set to automatically installed. [2020-12-01T10:30:06.060Z] build-essential set to automatically installed. [2020-12-01T10:30:06.060Z] cmake set to automatically installed. [2020-12-01T10:30:06.060Z] cmake-data set to automatically installed. [2020-12-01T10:30:06.060Z] cpp set to automatically installed. [2020-12-01T10:30:06.060Z] cpp-7 set to automatically installed. [2020-12-01T10:30:06.060Z] curl set to automatically installed. [2020-12-01T10:30:06.060Z] dpkg-dev set to automatically installed. [2020-12-01T10:30:06.060Z] fakeroot set to automatically installed. [2020-12-01T10:30:06.060Z] g++ set to automatically installed. [2020-12-01T10:30:06.060Z] g++-7 set to automatically installed. [2020-12-01T10:30:06.060Z] g++-7-multilib set to automatically installed. [2020-12-01T10:30:06.060Z] g++-multilib set to automatically installed. [2020-12-01T10:30:06.060Z] gcc set to automatically installed. [2020-12-01T10:30:06.060Z] gcc-7 set to automatically installed. [2020-12-01T10:30:06.060Z] gcc-7-base set to automatically installed. [2020-12-01T10:30:06.060Z] gcc-7-multilib set to automatically installed. [2020-12-01T10:30:06.060Z] gcc-multilib set to automatically installed. [2020-12-01T10:30:06.060Z] git set to automatically installed. [2020-12-01T10:30:06.060Z] git-man set to automatically installed. [2020-12-01T10:30:06.060Z] less set to automatically installed. [2020-12-01T10:30:06.060Z] lib32asan4 set to automatically installed. [2020-12-01T10:30:06.060Z] lib32atomic1 set to automatically installed. [2020-12-01T10:30:06.060Z] lib32cilkrts5 set to automatically installed. [2020-12-01T10:30:06.060Z] lib32gcc-7-dev set to automatically installed. [2020-12-01T10:30:06.060Z] lib32gcc1 set to automatically installed. [2020-12-01T10:30:06.060Z] lib32gomp1 set to automatically installed. [2020-12-01T10:30:06.060Z] lib32itm1 set to automatically installed. [2020-12-01T10:30:06.060Z] lib32mpx2 set to automatically installed. [2020-12-01T10:30:06.060Z] lib32quadmath0 set to automatically installed. [2020-12-01T10:30:06.060Z] lib32stdc++-7-dev set to automatically installed. [2020-12-01T10:30:06.060Z] lib32stdc++6 set to automatically installed. [2020-12-01T10:30:06.060Z] lib32ubsan0 set to automatically installed. [2020-12-01T10:30:06.060Z] libalgorithm-diff-perl set to automatically installed. [2020-12-01T10:30:06.060Z] libalgorithm-diff-xs-perl set to automatically installed. [2020-12-01T10:30:06.060Z] libalgorithm-merge-perl set to automatically installed. [2020-12-01T10:30:06.060Z] libarchive13 set to automatically installed. [2020-12-01T10:30:06.060Z] libasan4 set to automatically installed. [2020-12-01T10:30:06.060Z] libatomic1 set to automatically installed. [2020-12-01T10:30:06.104Z] v3.12.1-47-g77e786238c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-01T10:30:06.104Z] v3.12.1-65-gda4c4bae78 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-01T10:30:06.104Z] OK: 12625 distinct packages available [2020-12-01T10:30:06.104Z] v3.12.1-47-g77e786238c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-01T10:30:06.104Z] v3.12.1-65-gda4c4bae78 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-01T10:30:06.104Z] OK: 12625 distinct packages available [2020-12-01T10:30:06.322Z] libbinutils set to automatically installed. [2020-12-01T10:30:06.322Z] libc-dev-bin set to automatically installed. [2020-12-01T10:30:06.322Z] libc6 set to automatically installed. [2020-12-01T10:30:06.322Z] libc6-dev set to automatically installed. [2020-12-01T10:30:06.322Z] libc6-dev-i386 set to automatically installed. [2020-12-01T10:30:06.322Z] libc6-dev-x32 set to automatically installed. [2020-12-01T10:30:06.322Z] libc6-i386 set to automatically installed. [2020-12-01T10:30:06.322Z] libc6-x32 set to automatically installed. [2020-12-01T10:30:06.322Z] libcc1-0 set to automatically installed. [2020-12-01T10:30:06.322Z] libcilkrts5 set to automatically installed. [2020-12-01T10:30:06.322Z] libcurl3-gnutls set to automatically installed. [2020-12-01T10:30:06.322Z] libdpkg-perl set to automatically installed. [2020-12-01T10:30:06.322Z] liberror-perl set to automatically installed. [2020-12-01T10:30:06.322Z] libfakeroot set to automatically installed. [2020-12-01T10:30:06.322Z] libfile-fcntllock-perl set to automatically installed. [2020-12-01T10:30:06.322Z] libgcc-7-dev set to automatically installed. [2020-12-01T10:30:06.322Z] libgdbm-compat4 set to automatically installed. [2020-12-01T10:30:06.322Z] libgdbm5 set to automatically installed. [2020-12-01T10:30:06.322Z] libgomp1 set to automatically installed. [2020-12-01T10:30:06.322Z] libisl19 set to automatically installed. [2020-12-01T10:30:06.322Z] libitm1 set to automatically installed. [2020-12-01T10:30:06.322Z] libjsoncpp1 set to automatically installed. [2020-12-01T10:30:06.322Z] liblocale-gettext-perl set to automatically installed. [2020-12-01T10:30:06.322Z] liblsan0 set to automatically installed. [2020-12-01T10:30:06.322Z] libmpc3 set to automatically installed. [2020-12-01T10:30:06.322Z] libmpfr6 set to automatically installed. [2020-12-01T10:30:06.322Z] libmpx2 set to automatically installed. [2020-12-01T10:30:06.322Z] libnorm1 set to automatically installed. [2020-12-01T10:30:06.322Z] libperl5.26 set to automatically installed. [2020-12-01T10:30:06.322Z] libpgm-5.2-0 set to automatically installed. [2020-12-01T10:30:06.322Z] libquadmath0 set to automatically installed. [2020-12-01T10:30:06.322Z] librhash0 set to automatically installed. [2020-12-01T10:30:06.322Z] libsodium23 set to automatically installed. [2020-12-01T10:30:06.322Z] libstdc++-7-dev set to automatically installed. [2020-12-01T10:30:06.322Z] libtsan0 set to automatically installed. [2020-12-01T10:30:06.322Z] libubsan0 set to automatically installed. [2020-12-01T10:30:06.322Z] libuv1 set to automatically installed. [2020-12-01T10:30:06.322Z] libx32asan4 set to automatically installed. [2020-12-01T10:30:06.322Z] libx32atomic1 set to automatically installed. [2020-12-01T10:30:06.322Z] libx32cilkrts5 set to automatically installed. [2020-12-01T10:30:06.322Z] libx32gcc-7-dev set to automatically installed. [2020-12-01T10:30:06.322Z] libx32gcc1 set to automatically installed. [2020-12-01T10:30:06.322Z] libx32gomp1 set to automatically installed. [2020-12-01T10:30:06.322Z] libx32itm1 set to automatically installed. [2020-12-01T10:30:06.322Z] libx32quadmath0 set to automatically installed. [2020-12-01T10:30:06.378Z] v3.12.1-47-g77e786238c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-01T10:30:06.378Z] v3.12.1-65-gda4c4bae78 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-01T10:30:06.378Z] OK: 12625 distinct packages available [2020-12-01T10:30:06.378Z] v3.12.1-47-g77e786238c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-01T10:30:06.378Z] v3.12.1-65-gda4c4bae78 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-01T10:30:06.378Z] OK: 12625 distinct packages available [2020-12-01T10:30:06.583Z] libx32stdc++-7-dev set to automatically installed. [2020-12-01T10:30:06.583Z] libx32stdc++6 set to automatically installed. [2020-12-01T10:30:06.583Z] libx32ubsan0 set to automatically installed. [2020-12-01T10:30:06.583Z] libzmq3-dev set to automatically installed. [2020-12-01T10:30:06.583Z] libzmq5 set to automatically installed. [2020-12-01T10:30:06.583Z] linux-libc-dev set to automatically installed. [2020-12-01T10:30:06.583Z] make set to automatically installed. [2020-12-01T10:30:06.583Z] manpages set to automatically installed. [2020-12-01T10:30:06.583Z] manpages-dev set to automatically installed. [2020-12-01T10:30:06.583Z] netbase set to automatically installed. [2020-12-01T10:30:06.583Z] patch set to automatically installed. [2020-12-01T10:30:06.583Z] perl set to automatically installed. [2020-12-01T10:30:06.583Z] perl-base set to automatically installed. [2020-12-01T10:30:06.583Z] perl-modules-5.26 set to automatically installed. [2020-12-01T10:30:06.583Z] pkg-config set to automatically installed. [2020-12-01T10:30:06.583Z] unzip set to automatically installed. [2020-12-01T10:30:06.583Z] zip set to automatically installed. [2020-12-01T10:30:06.583Z] The following snaps are required but not installed as snapcraft is running inside docker or podman container: core18. [2020-12-01T10:30:06.583Z] Please ensure the environment is properly setup before continuing. [2020-12-01T10:30:06.583Z] Ignore this message if the appropriate measures have already been taken [2020-12-01T10:30:06.977Z] OK: 217 MiB in 51 packages [2020-12-01T10:30:07.164Z] Pulling go-build-helper  [2020-12-01T10:30:07.253Z] OK: 217 MiB in 51 packages [2020-12-01T10:30:07.253Z] OK: 217 MiB in 51 packages [2020-12-01T10:30:07.253Z] OK: 217 MiB in 51 packages [2020-12-01T10:30:08.383Z] 'go115' has dependencies that need to be staged: go-build-helper [2020-12-01T10:30:08.383Z] Skipping pull go-build-helper (already ran) [2020-12-01T10:30:08.383Z] Building go-build-helper  [2020-12-01T10:30:08.392Z] OK: 217 MiB in 51 packages [2020-12-01T10:30:08.984Z] Removing intermediate container c752ddf62793 [2020-12-01T10:30:08.984Z] ---> c19fda8ac3e5 [2020-12-01T10:30:08.984Z] Step 6/23 : COPY go.mod . [2020-12-01T10:30:09.258Z] Removing intermediate container e13729d4057a [2020-12-01T10:30:09.258Z] ---> 2a2995fcab38 [2020-12-01T10:30:09.258Z] Step 6/24 : COPY go.mod . [2020-12-01T10:30:09.531Z] Removing intermediate container e25bd88ce81c [2020-12-01T10:30:09.531Z] ---> e0867563befa [2020-12-01T10:30:09.531Z] Step 6/22 : COPY go.mod . [2020-12-01T10:30:09.531Z] Removing intermediate container a318899fd86a [2020-12-01T10:30:09.531Z] ---> cdf88a8f2fa2 [2020-12-01T10:30:09.531Z] Step 7/29 : COPY . . [2020-12-01T10:30:09.808Z] Removing intermediate container 2dd38d891ff3 [2020-12-01T10:30:09.808Z] ---> 949333978da6 [2020-12-01T10:30:09.808Z] Step 6/22 : COPY go.mod . [2020-12-01T10:30:10.082Z] ---> e245c4d73599 [2020-12-01T10:30:10.082Z] Step 7/23 : RUN go mod download [2020-12-01T10:30:10.082Z] ---> 2875a60c2ff3 [2020-12-01T10:30:10.082Z] Step 7/24 : RUN go mod download [2020-12-01T10:30:10.304Z] Staging go-build-helper  [2020-12-01T10:30:10.355Z] ---> Running in b57ef11f48e2 [2020-12-01T10:30:10.625Z] ---> 925e9c0c1077 [2020-12-01T10:30:10.625Z] Step 7/22 : RUN go mod download [2020-12-01T10:30:10.625Z] ---> Running in 0f5cea2831b1 [2020-12-01T10:30:11.225Z] ---> f95203402dc5 [2020-12-01T10:30:11.225Z] Step 7/22 : RUN go mod download [2020-12-01T10:30:11.225Z] ---> Running in 755c8a4130f7 [2020-12-01T10:30:11.250Z] Pulling go115  [2020-12-01T10:30:11.503Z] ---> Running in 9b3a58e46e95 [2020-12-01T10:30:11.824Z] 'app-service-config' has dependencies that need to be staged: go115 [2020-12-01T10:30:11.824Z] Skipping pull go115 (already ran) [2020-12-01T10:30:11.824Z] Building go115  [2020-12-01T10:30:11.824Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-01T10:30:11.824Z] Dload Upload Total Spent Left Speed [2020-12-01T10:30:13.990Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 2 115M 2 2783k 0 0 12.8M 0 0:00:08 --:--:-- 0:00:08 12.8M 58 115M 58 67.2M 0 0 55.4M 0 0:00:02 0:00:01 0:00:01 55.4M 96 115M 96 111M 0 0 57.8M 0 0:00:01 0:00:01 --:--:-- 57.8M [2020-12-01T10:30:13.990Z] curl: (56) OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 104 [2020-12-01T10:30:13.990Z] Failed to run 'override-build': Exit code was 56. [2020-12-01T10:30:14.915Z] Removing intermediate container b57ef11f48e2 [2020-12-01T10:30:14.915Z] ---> 15bbdc81fc7c [2020-12-01T10:30:14.915Z] Step 8/23 : COPY . . [Pipeline] } [2020-12-01T10:30:14.951Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-12-01T10:30:15.188Z] Removing intermediate container 0f5cea2831b1 [2020-12-01T10:30:15.188Z] ---> 065692c55157 [2020-12-01T10:30:15.188Z] Step 8/24 : COPY . . [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-12-01T10:30:16.017Z] Failed in branch amd64 [2020-12-01T10:30:16.642Z] Removing intermediate container 755c8a4130f7 [2020-12-01T10:30:16.642Z] ---> f090bf69010f [2020-12-01T10:30:16.642Z] Step 8/22 : COPY . . [2020-12-01T10:30:16.642Z] Removing intermediate container 9b3a58e46e95 [2020-12-01T10:30:16.642Z] ---> 1a52e7687921 [2020-12-01T10:30:16.642Z] Step 8/22 : COPY . . [2020-12-01T10:30:38.816Z] ---> 737f21e03a2f [2020-12-01T10:30:38.816Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-12-01T10:30:38.816Z] ---> Running in 5204c5c82ccc [2020-12-01T10:30:38.816Z] ---> 2bc9c1504f88 [2020-12-01T10:30:38.816Z] Step 9/23 : RUN make cmd/core-data/core-data [2020-12-01T10:30:38.816Z] ---> e7fee9c5b8c5 [2020-12-01T10:30:38.816Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2020-12-01T10:30:38.816Z] ---> d80b3a7b3241 [2020-12-01T10:30:38.816Z] Step 9/22 : RUN make cmd/core-command/core-command [2020-12-01T10:30:38.816Z] ---> 5d2cf620e82d [2020-12-01T10:30:38.816Z] Step 9/22 : RUN make cmd/support-logging/support-logging [2020-12-01T10:30:38.816Z] ---> Running in dfa00e4615f5 [2020-12-01T10:30:38.816Z] ---> Running in d85cbc332d9e [2020-12-01T10:30:38.816Z] ---> Running in f97800a9c385 [2020-12-01T10:30:38.816Z] ---> Running in d79a99243f95 [2020-12-01T10:30:39.426Z] 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-01T10:30:40.897Z] 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-01T10:30:41.172Z] 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-01T10:30:41.172Z] 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-01T10:30:41.172Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-logging/support-logging ./cmd/support-logging [2020-12-01T10:32:02.979Z] Removing intermediate container 5204c5c82ccc [2020-12-01T10:32:02.979Z] ---> 5249d178ef8c [2020-12-01T10:32:02.979Z] [2020-12-01T10:32:02.979Z] Step 9/29 : FROM alpine:latest [2020-12-01T10:32:02.979Z] latest: Pulling from library/alpine [2020-12-01T10:32:02.979Z] Digest: sha256:c0e9560cda118f9ec63ddefb4a173a2b2a0347082d7dff7dc14272e7841a5b5a [2020-12-01T10:32:02.979Z] Status: Downloaded newer image for alpine:latest [2020-12-01T10:32:02.979Z] ---> 2e77e061c27f [2020-12-01T10:32:02.979Z] 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-01T10:32:02.979Z] 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-01T10:32:02.979Z] ---> Running in 300489f54097 [2020-12-01T10:32:02.979Z] Removing intermediate container 300489f54097 [2020-12-01T10:32:02.979Z] ---> 32e83bada174 [2020-12-01T10:32:02.979Z] Step 11/29 : USER root [2020-12-01T10:32:02.979Z] ---> Running in 0cdedfe18052 [2020-12-01T10:32:02.979Z] Removing intermediate container 0cdedfe18052 [2020-12-01T10:32:02.979Z] ---> 164effb2ea3b [2020-12-01T10:32:02.979Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-12-01T10:32:02.979Z] ---> Running in 0717ed961a28 [2020-12-01T10:32:03.579Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-01T10:32:03.858Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-01T10:32:04.464Z] v3.12.1-47-g77e786238c [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-12-01T10:32:04.464Z] v3.12.1-65-gda4c4bae78 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-12-01T10:32:04.464Z] OK: 12617 distinct packages available [2020-12-01T10:32:05.451Z] (1/2) Installing ca-certificates (20191127-r4) [2020-12-01T10:32:05.727Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-12-01T10:32:05.727Z] Executing busybox-1.31.1-r19.trigger [2020-12-01T10:32:05.727Z] Executing ca-certificates-20191127-r4.trigger [2020-12-01T10:32:06.005Z] OK: 6 MiB in 16 packages [2020-12-01T10:32:08.638Z] Removing intermediate container 0717ed961a28 [2020-12-01T10:32:08.638Z] ---> daed81df8996 [2020-12-01T10:32:08.638Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-12-01T10:32:08.914Z] ---> Running in c355953d28fb [2020-12-01T10:32:09.900Z] Removing intermediate container c355953d28fb [2020-12-01T10:32:09.900Z] ---> db23c50fb8e1 [2020-12-01T10:32:09.900Z] Step 14/29 : WORKDIR $BASE_DIR [2020-12-01T10:32:09.900Z] ---> Running in 89146ba3ac46 [2020-12-01T10:32:10.902Z] Removing intermediate container 89146ba3ac46 [2020-12-01T10:32:10.902Z] ---> 7baa437ba0d4 [2020-12-01T10:32:10.902Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-12-01T10:32:10.902Z] ---> Running in ddccf2e408b8 [2020-12-01T10:32:17.606Z] Removing intermediate container ddccf2e408b8 [2020-12-01T10:32:17.606Z] ---> 22d25c37208b [2020-12-01T10:32:17.606Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-12-01T10:32:17.606Z] Removing intermediate container d79a99243f95 [2020-12-01T10:32:17.606Z] ---> 7f4f3d7158a9 [2020-12-01T10:32:17.606Z] [2020-12-01T10:32:17.606Z] Step 10/22 : FROM scratch [2020-12-01T10:32:17.606Z] ---> [2020-12-01T10:32:17.606Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-12-01T10:32:17.882Z] ---> Running in f8a6f4d8fa9d [2020-12-01T10:32:18.159Z] Removing intermediate container f97800a9c385 [2020-12-01T10:32:18.159Z] ---> c3fa756a9124 [2020-12-01T10:32:18.159Z] [2020-12-01T10:32:18.159Z] Step 10/24 : FROM alpine:3.10 [2020-12-01T10:32:18.435Z] 3.10: Pulling from library/alpine [2020-12-01T10:32:19.036Z] Removing intermediate container f8a6f4d8fa9d [2020-12-01T10:32:19.036Z] ---> 109d9d90ff46 [2020-12-01T10:32:19.036Z] Step 12/22 : ENV APP_PORT=48061 [2020-12-01T10:32:19.316Z] ---> Running in 6ce794a471ff [2020-12-01T10:32:19.317Z] ---> e7aba9c23655 [2020-12-01T10:32:19.317Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-12-01T10:32:20.315Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-12-01T10:32:20.315Z] Status: Downloaded newer image for alpine:3.10 [2020-12-01T10:32:20.315Z] ---> 536a684cf733 [2020-12-01T10:32:20.315Z] Step 11/24 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-12-01T10:32:20.315Z] Removing intermediate container 6ce794a471ff [2020-12-01T10:32:20.315Z] ---> aa966cd89714 [2020-12-01T10:32:20.315Z] Step 13/22 : EXPOSE $APP_PORT [2020-12-01T10:32:20.597Z] ---> Running in 0041a3a3ccc5 [2020-12-01T10:32:20.597Z] ---> Running in 4e3c6e5a4706 [2020-12-01T10:32:21.214Z] ---> 7bee0912b9ad [2020-12-01T10:32:21.214Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-12-01T10:32:21.815Z] Removing intermediate container 4e3c6e5a4706 [2020-12-01T10:32:21.815Z] ---> f67619dd21f6 [2020-12-01T10:32:21.815Z] Step 14/22 : COPY --from=builder /bin/bash /bin/bash [2020-12-01T10:32:22.800Z] ---> 87789342d97f [2020-12-01T10:32:22.800Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-12-01T10:32:22.800Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz [2020-12-01T10:32:23.075Z] ---> 632fe211db6c [2020-12-01T10:32:23.075Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2020-12-01T10:32:23.350Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz [2020-12-01T10:32:23.969Z] v3.10.5-149-g803c562e66 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-12-01T10:32:23.969Z] v3.10.5-141-g8ae988abb8 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-12-01T10:32:23.969Z] OK: 10169 distinct packages available [2020-12-01T10:32:24.243Z] ---> b0c4bd48575f [2020-12-01T10:32:24.243Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2020-12-01T10:32:24.243Z] ---> faeb53f900e1 [2020-12-01T10:32:24.243Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-12-01T10:32:24.527Z] (1/5) Installing ca-certificates (20191127-r2) [2020-12-01T10:32:24.802Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-12-01T10:32:24.802Z] (3/5) Installing libcurl (7.66.0-r1) [2020-12-01T10:32:24.802Z] (4/5) Installing curl (7.66.0-r1) [2020-12-01T10:32:24.802Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-12-01T10:32:24.802Z] Executing busybox-1.30.1-r3.trigger [2020-12-01T10:32:24.802Z] Executing ca-certificates-20191127-r2.trigger [2020-12-01T10:32:25.407Z] OK: 7 MiB in 19 packages [2020-12-01T10:32:26.394Z] ---> ac80218c5d66 [2020-12-01T10:32:26.394Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-12-01T10:32:26.679Z] ---> ebdec5e9258f [2020-12-01T10:32:26.679Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2020-12-01T10:32:26.679Z] ---> Running in 35543fb911e0 [2020-12-01T10:32:28.671Z] ---> 8dc711125049 [2020-12-01T10:32:28.671Z] Step 18/22 : ENTRYPOINT ["/support-logging"] [2020-12-01T10:32:28.945Z] ---> Running in 8c538a7a79c7 [2020-12-01T10:32:29.221Z] Removing intermediate container 0041a3a3ccc5 [2020-12-01T10:32:29.221Z] ---> 56412b1c6a41 [2020-12-01T10:32:29.221Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-12-01T10:32:29.826Z] ---> Running in bbff274addaa [2020-12-01T10:32:30.103Z] Removing intermediate container 8c538a7a79c7 [2020-12-01T10:32:30.103Z] ---> e60e694d714b [2020-12-01T10:32:30.103Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-01T10:32:30.715Z] ---> Running in fee54e467217 [2020-12-01T10:32:30.715Z] Removing intermediate container bbff274addaa [2020-12-01T10:32:30.715Z] ---> 143678db2314 [2020-12-01T10:32:30.715Z] Step 13/24 : WORKDIR / [2020-12-01T10:32:31.316Z] ---> Running in fcec9133ea05 [2020-12-01T10:32:31.316Z] Removing intermediate container fee54e467217 [2020-12-01T10:32:31.316Z] ---> 6bbdfb5cc8b7 [2020-12-01T10:32:31.316Z] Step 20/22 : LABEL arch=arm64 [2020-12-01T10:32:32.087Z] Removing intermediate container 35543fb911e0 [2020-12-01T10:32:32.087Z] ---> 2b4642ea4c56 [2020-12-01T10:32:32.087Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-12-01T10:32:32.087Z] ---> Running in 21b1f32df985 [2020-12-01T10:32:32.087Z] Removing intermediate container fcec9133ea05 [2020-12-01T10:32:32.087Z] ---> ac801ff6ceb0 [2020-12-01T10:32:32.087Z] 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-01T10:32:33.170Z] Removing intermediate container 21b1f32df985 [2020-12-01T10:32:33.170Z] ---> bf51d26ac888 [2020-12-01T10:32:33.170Z] Step 21/22 : LABEL git_sha=ae6166b8c9fd034394a4982ee13bb410ff196e21 [2020-12-01T10:32:33.477Z] ---> Running in 389006b95171 [2020-12-01T10:32:33.760Z] Removing intermediate container d85cbc332d9e [2020-12-01T10:32:33.761Z] ---> 8abc27700747 [2020-12-01T10:32:33.761Z] [2020-12-01T10:32:33.761Z] Step 10/22 : FROM scratch [2020-12-01T10:32:33.761Z] ---> [2020-12-01T10:32:33.761Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-01T10:32:33.761Z] ---> fe480269ce3e [2020-12-01T10:32:33.761Z] 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-01T10:32:34.077Z] ---> cd9e45ea6314 [2020-12-01T10:32:34.077Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-12-01T10:32:34.077Z] ---> Running in d606c7bf30fe [2020-12-01T10:32:34.360Z] ---> Running in ca82f5aec4b1 [2020-12-01T10:32:34.636Z] Removing intermediate container 389006b95171 [2020-12-01T10:32:34.637Z] ---> ba3402d41bfd [2020-12-01T10:32:34.637Z] Step 22/22 : LABEL version=0.0.0 [2020-12-01T10:32:34.637Z] ---> Running in 28b91f62cee9 [2020-12-01T10:32:35.237Z] Removing intermediate container d606c7bf30fe [2020-12-01T10:32:35.237Z] ---> 4ddfc22b8903 [2020-12-01T10:32:35.237Z] Step 12/22 : ENV APP_PORT=48082 [2020-12-01T10:32:35.237Z] ---> 9015e5c09aa6 [2020-12-01T10:32:35.237Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-12-01T10:32:35.511Z] ---> Running in 00c0d1877c86 [2020-12-01T10:32:35.511Z] Removing intermediate container 28b91f62cee9 [2020-12-01T10:32:35.511Z] ---> aeb40a03d1d3 [2020-12-01T10:32:35.511Z] [2020-12-01T10:32:36.491Z] Successfully built aeb40a03d1d3 [2020-12-01T10:32:36.491Z] Successfully tagged docker-support-logging-go-arm64:latest [2020-12-01T10:32:36.491Z]  Building docker-support-logging-go ... done Building docker-core-metadata-go [2020-12-01T10:32:36.775Z] Removing intermediate container 00c0d1877c86 [2020-12-01T10:32:36.775Z] ---> 4d69d422580e [2020-12-01T10:32:36.775Z] Step 13/22 : EXPOSE $APP_PORT [2020-12-01T10:32:36.775Z] ---> d740b513cf06 [2020-12-01T10:32:36.775Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-12-01T10:32:36.775Z] ---> Running in e992cee53dfb [2020-12-01T10:32:37.757Z] Removing intermediate container e992cee53dfb [2020-12-01T10:32:37.757Z] ---> 831ca6c9dc43 [2020-12-01T10:32:37.757Z] Step 14/22 : WORKDIR / [2020-12-01T10:32:38.054Z] ---> Running in 6a15b01285cc [2020-12-01T10:32:39.036Z] Removing intermediate container ca82f5aec4b1 [2020-12-01T10:32:39.036Z] ---> 12563cc7ae77 [2020-12-01T10:32:39.036Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-12-01T10:32:39.638Z] ---> b03998171c1a [2020-12-01T10:32:39.638Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-12-01T10:32:39.912Z] ---> Running in 17d581164b91 [2020-12-01T10:32:39.912Z] Removing intermediate container 6a15b01285cc [2020-12-01T10:32:39.912Z] ---> aeb625a5283f [2020-12-01T10:32:39.912Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-12-01T10:32:42.547Z] ---> a415f8f3f95e [2020-12-01T10:32:42.547Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-12-01T10:32:43.146Z] ---> 9461604c9451 [2020-12-01T10:32:43.146Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-12-01T10:32:44.596Z] ---> cffaa2ed23c6 [2020-12-01T10:32:44.596Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-12-01T10:32:44.872Z] ---> ae3178b8de7d [2020-12-01T10:32:44.872Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-12-01T10:32:44.872Z] Removing intermediate container 17d581164b91 [2020-12-01T10:32:44.872Z] ---> 210d4e8b6faf [2020-12-01T10:32:44.872Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-12-01T10:32:45.154Z] ---> Running in ce4c0ab13475 [2020-12-01T10:32:45.154Z] ---> Running in 6463705fe587 [2020-12-01T10:32:45.752Z] ---> 94e81e100e35 [2020-12-01T10:32:45.752Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2020-12-01T10:32:46.024Z] ---> Running in 72fd50212448 [2020-12-01T10:32:46.297Z] Removing intermediate container 6463705fe587 [2020-12-01T10:32:46.297Z] ---> 1d40b1815e5a [2020-12-01T10:32:46.297Z] Step 26/29 : CMD [ "generate" ] [2020-12-01T10:32:46.894Z] Removing intermediate container 72fd50212448 [2020-12-01T10:32:46.894Z] ---> 267295eddc1f [2020-12-01T10:32:46.894Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-01T10:32:46.894Z] ---> Running in 1a82d91cc695 [2020-12-01T10:32:47.183Z] ---> Running in 3004c1b628be [2020-12-01T10:32:47.458Z] Removing intermediate container 1a82d91cc695 [2020-12-01T10:32:47.458Z] ---> ebe6136abdc5 [2020-12-01T10:32:47.458Z] Step 27/29 : LABEL arch=arm64 [2020-12-01T10:32:48.439Z] ---> Running in 5b32d96681b7 [2020-12-01T10:32:48.714Z] Removing intermediate container 3004c1b628be [2020-12-01T10:32:48.714Z] ---> 9cf6a15151c8 [2020-12-01T10:32:48.714Z] Step 20/22 : LABEL arch=arm64 [2020-12-01T10:32:49.317Z] ---> Running in 6d5961d37139 [2020-12-01T10:32:49.591Z] Removing intermediate container ce4c0ab13475 [2020-12-01T10:32:49.591Z] ---> 13de90f97107 [2020-12-01T10:32:49.591Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2020-12-01T10:32:49.867Z] Removing intermediate container 5b32d96681b7 [2020-12-01T10:32:49.867Z] ---> 2019d1448450 [2020-12-01T10:32:49.867Z] Step 28/29 : LABEL git_sha=ae6166b8c9fd034394a4982ee13bb410ff196e21 [2020-12-01T10:32:50.143Z] ---> Running in 842f1f6b7ecc [2020-12-01T10:32:50.419Z] ---> Running in f3d621494358 [2020-12-01T10:32:50.721Z] Removing intermediate container 6d5961d37139 [2020-12-01T10:32:50.721Z] ---> bbf39b2d7cf1 [2020-12-01T10:32:50.721Z] Step 21/22 : LABEL git_sha=ae6166b8c9fd034394a4982ee13bb410ff196e21 [2020-12-01T10:32:51.322Z] Removing intermediate container 842f1f6b7ecc [2020-12-01T10:32:51.322Z] ---> 349189f484c7 [2020-12-01T10:32:51.322Z] Step 22/24 : LABEL arch=arm64 [2020-12-01T10:32:51.596Z] ---> Running in 4fb6d0be0797 [2020-12-01T10:32:51.596Z] Removing intermediate container f3d621494358 [2020-12-01T10:32:51.596Z] ---> 9500c63b6e75 [2020-12-01T10:32:51.596Z] Step 29/29 : LABEL version=0.0.0 [2020-12-01T10:32:52.203Z] ---> Running in 4d7f0340d71b [2020-12-01T10:32:52.477Z] ---> Running in c34cacdb7e34 [2020-12-01T10:32:52.750Z] Removing intermediate container 4fb6d0be0797 [2020-12-01T10:32:52.750Z] ---> 0ab4df627d3e [2020-12-01T10:32:52.750Z] Step 22/22 : LABEL version=0.0.0 [2020-12-01T10:32:53.348Z] Removing intermediate container 4d7f0340d71b [2020-12-01T10:32:53.348Z] ---> 9ee8c58b5c4e [2020-12-01T10:32:53.348Z] Step 23/24 : LABEL git_sha=ae6166b8c9fd034394a4982ee13bb410ff196e21 [2020-12-01T10:32:53.618Z] ---> Running in d02f9ef3bd42 [2020-12-01T10:32:53.618Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-01T10:32:53.618Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-01T10:32:53.892Z] ---> 865bc9cf0940 [2020-12-01T10:32:53.892Z] Step 3/22 : WORKDIR /edgex-go [2020-12-01T10:32:53.892Z] ---> Using cache [2020-12-01T10:32:53.892Z] ---> f0f0e9374b24 [2020-12-01T10:32:53.892Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-01T10:32:53.892Z] ---> Using cache [2020-12-01T10:32:53.892Z] ---> 089ab0aa7594 [2020-12-01T10:32:53.892Z] Step 5/22 : RUN apk update && apk add make git [2020-12-01T10:32:53.892Z] ---> Using cache [2020-12-01T10:32:53.892Z] ---> 2a2995fcab38 [2020-12-01T10:32:53.892Z] Step 6/22 : COPY go.mod . [2020-12-01T10:32:53.892Z] ---> Using cache [2020-12-01T10:32:53.892Z] ---> 2875a60c2ff3 [2020-12-01T10:32:53.892Z] Step 7/22 : RUN go mod download [2020-12-01T10:32:53.892Z] ---> Using cache [2020-12-01T10:32:53.892Z] ---> 065692c55157 [2020-12-01T10:32:53.892Z] Step 8/22 : COPY . . [2020-12-01T10:32:53.892Z] ---> Running in 3d309b5b1719 [2020-12-01T10:32:53.892Z] Removing intermediate container c34cacdb7e34 [2020-12-01T10:32:53.892Z] ---> 5b3a6ff1a4ad [2020-12-01T10:32:53.892Z] [2020-12-01T10:32:54.168Z] ---> Using cache [2020-12-01T10:32:54.168Z] ---> e7fee9c5b8c5 [2020-12-01T10:32:54.168Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2020-12-01T10:32:54.442Z] Removing intermediate container dfa00e4615f5 [2020-12-01T10:32:54.442Z] ---> a98f2fc7d94d [2020-12-01T10:32:54.442Z] [2020-12-01T10:32:54.442Z] Step 10/23 : FROM alpine [2020-12-01T10:32:54.442Z] ---> 2e77e061c27f [2020-12-01T10:32:54.442Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-01T10:32:54.442Z] Successfully built 5b3a6ff1a4ad [2020-12-01T10:32:54.719Z] Successfully tagged docker-security-secrets-setup-go-arm64:latest [2020-12-01T10:32:54.719Z]  Building docker-security-secrets-setup-go ... done Building docker-sys-mgmt-agent-go [2020-12-01T10:32:54.719Z] Removing intermediate container d02f9ef3bd42 [2020-12-01T10:32:54.719Z] ---> 49392ecee44b [2020-12-01T10:32:54.719Z] [2020-12-01T10:32:54.719Z] ---> Running in 9edc07174e7b [2020-12-01T10:32:54.719Z] ---> Running in 40fce65b8f30 [2020-12-01T10:32:54.994Z] Removing intermediate container 3d309b5b1719 [2020-12-01T10:32:54.994Z] ---> bdcae10ae503 [2020-12-01T10:32:54.994Z] Step 24/24 : LABEL version=0.0.0 [2020-12-01T10:32:55.267Z] ---> Running in 239cca4360b2 [2020-12-01T10:32:55.540Z] Removing intermediate container 9edc07174e7b [2020-12-01T10:32:55.540Z] ---> 8a692293f7a1 [2020-12-01T10:32:55.540Z] Step 12/23 : ENV APP_PORT=48080 [2020-12-01T10:32:55.540Z] Successfully built 49392ecee44b [2020-12-01T10:32:55.540Z] Successfully tagged docker-core-command-go-arm64:latest [2020-12-01T10:32:55.540Z]  Building docker-core-command-go ... done Building docker-support-notifications-go [2020-12-01T10:32:55.815Z] ---> Running in 9362541ad2fa [2020-12-01T10:32:55.815Z] Removing intermediate container 239cca4360b2 [2020-12-01T10:32:55.815Z] ---> b81f6e1a712e [2020-12-01T10:32:55.815Z] [2020-12-01T10:32:56.089Z] 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-01T10:32:56.363Z] Successfully built b81f6e1a712e [2020-12-01T10:32:56.639Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2020-12-01T10:32:56.639Z]  Building docker-security-secretstore-setup-go ... done Building docker-support-scheduler-go [2020-12-01T10:32:56.639Z] Removing intermediate container 9362541ad2fa [2020-12-01T10:32:56.639Z] ---> bce47ecddb9a [2020-12-01T10:32:56.639Z] Step 13/23 : EXPOSE $APP_PORT [2020-12-01T10:32:56.926Z] ---> Running in 1163b868adb8 [2020-12-01T10:32:57.524Z] Removing intermediate container 1163b868adb8 [2020-12-01T10:32:57.524Z] ---> 21c3b9157286 [2020-12-01T10:32:57.524Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-01T10:32:57.799Z] ---> Running in b155ff0785fc [2020-12-01T10:33:03.316Z] Removing intermediate container b155ff0785fc [2020-12-01T10:33:03.316Z] ---> b39c4a006a7b [2020-12-01T10:33:03.316Z] Step 15/23 : RUN apk --no-cache add zeromq [2020-12-01T10:33:03.926Z] ---> Running in 73c573d9d2c3 [2020-12-01T10:33:05.379Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-01T10:33:06.378Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-01T10:33:06.988Z] (1/5) Installing libgcc (9.3.0-r2) [2020-12-01T10:33:06.988Z] (2/5) Installing libsodium (1.0.18-r0) [2020-12-01T10:33:07.269Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-12-01T10:33:07.548Z] (4/5) Installing libzmq (4.3.3-r0) [2020-12-01T10:33:07.548Z] (5/5) Installing zeromq (4.3.3-r0) [2020-12-01T10:33:07.548Z] Executing busybox-1.31.1-r19.trigger [2020-12-01T10:33:07.548Z] OK: 8 MiB in 19 packages [2020-12-01T10:33:11.920Z] Removing intermediate container 73c573d9d2c3 [2020-12-01T10:33:11.920Z] ---> 569addef9371 [2020-12-01T10:33:11.920Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-12-01T10:33:13.380Z] ---> b63ca490a120 [2020-12-01T10:33:13.380Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-12-01T10:33:15.390Z] ---> cbdf63112cee [2020-12-01T10:33:15.390Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-12-01T10:33:17.392Z] ---> c3c691008693 [2020-12-01T10:33:17.392Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2020-12-01T10:33:17.392Z] ---> Running in 7b8112d2c1a9 [2020-12-01T10:33:18.385Z] Removing intermediate container 7b8112d2c1a9 [2020-12-01T10:33:18.385Z] ---> abcadf6408e8 [2020-12-01T10:33:18.385Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-01T10:33:18.993Z] ---> Running in deabefc086fa [2020-12-01T10:33:19.993Z] Removing intermediate container deabefc086fa [2020-12-01T10:33:19.993Z] ---> 28d03e08915a [2020-12-01T10:33:19.993Z] Step 21/23 : LABEL arch=arm64 [2020-12-01T10:33:20.599Z] ---> Running in 83a811f2e953 [2020-12-01T10:33:22.056Z] Removing intermediate container 83a811f2e953 [2020-12-01T10:33:22.056Z] ---> 90bc0e89eeaf [2020-12-01T10:33:22.056Z] Step 22/23 : LABEL git_sha=ae6166b8c9fd034394a4982ee13bb410ff196e21 [2020-12-01T10:33:22.337Z] ---> Running in 6f7b6a585687 [2020-12-01T10:33:23.800Z] Removing intermediate container 6f7b6a585687 [2020-12-01T10:33:23.800Z] ---> f40d7e2d7e2f [2020-12-01T10:33:23.800Z] Step 23/23 : LABEL version=0.0.0 [2020-12-01T10:33:24.082Z] ---> Running in c4140efd5e5c [2020-12-01T10:33:25.089Z] Removing intermediate container c4140efd5e5c [2020-12-01T10:33:25.089Z] ---> da631fa3e1fa [2020-12-01T10:33:25.089Z] [2020-12-01T10:33:26.081Z] Successfully built da631fa3e1fa [2020-12-01T10:33:26.081Z] Successfully tagged docker-core-data-go-arm64:latest [2020-12-01T10:33:26.081Z]  Building docker-core-data-go ... done Building docker-security-bootstrap-redis-go [2020-12-01T10:33:41.226Z] Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-01T10:33:41.226Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2020-12-01T10:33:41.226Z] ---> 865bc9cf0940 [2020-12-01T10:33:41.226Z] Step 3/27 : WORKDIR /edgex-go [2020-12-01T10:33:41.226Z] ---> Using cache [2020-12-01T10:33:41.227Z] ---> f0f0e9374b24 [2020-12-01T10:33:41.227Z] Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-01T10:33:41.227Z] ---> Using cache [2020-12-01T10:33:41.227Z] ---> 089ab0aa7594 [2020-12-01T10:33:41.227Z] Step 5/27 : RUN apk update && apk add make bash git [2020-12-01T10:33:41.512Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-01T10:33:41.512Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-12-01T10:33:41.512Z] ---> 865bc9cf0940 [2020-12-01T10:33:41.512Z] Step 3/24 : WORKDIR /edgex-go [2020-12-01T10:33:41.512Z] ---> Using cache [2020-12-01T10:33:41.512Z] ---> f0f0e9374b24 [2020-12-01T10:33:41.512Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-01T10:33:41.512Z] ---> Using cache [2020-12-01T10:33:41.512Z] ---> 089ab0aa7594 [2020-12-01T10:33:41.512Z] Step 5/24 : RUN apk update && apk add make bash git ca-certificates [2020-12-01T10:33:42.985Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-01T10:33:42.985Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-12-01T10:33:42.985Z] ---> 865bc9cf0940 [2020-12-01T10:33:42.985Z] Step 3/21 : WORKDIR /edgex-go [2020-12-01T10:33:42.985Z] ---> Using cache [2020-12-01T10:33:42.985Z] ---> f0f0e9374b24 [2020-12-01T10:33:42.985Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-01T10:33:42.985Z] ---> Using cache [2020-12-01T10:33:42.985Z] ---> 089ab0aa7594 [2020-12-01T10:33:42.985Z] Step 5/21 : RUN apk update && apk add make git [2020-12-01T10:33:42.985Z] ---> Using cache [2020-12-01T10:33:42.985Z] ---> 2a2995fcab38 [2020-12-01T10:33:42.985Z] Step 6/21 : COPY go.mod . [2020-12-01T10:33:42.985Z] ---> Using cache [2020-12-01T10:33:42.985Z] ---> 2875a60c2ff3 [2020-12-01T10:33:42.985Z] Step 7/21 : RUN go mod download [2020-12-01T10:33:42.985Z] ---> Using cache [2020-12-01T10:33:42.985Z] ---> 065692c55157 [2020-12-01T10:33:42.985Z] Step 8/21 : COPY . . [2020-12-01T10:33:42.985Z] ---> Using cache [2020-12-01T10:33:42.985Z] ---> e7fee9c5b8c5 [2020-12-01T10:33:42.985Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2020-12-01T10:33:43.973Z] ---> Running in 720f3ec8591a [2020-12-01T10:33:43.973Z] ---> Running in 641187c737cc [2020-12-01T10:33:43.973Z] ---> Running in a18facf1bbb0 [2020-12-01T10:33:46.037Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-01T10:33:46.334Z] 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-01T10:33:46.660Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-01T10:33:46.948Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-01T10:33:47.557Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-01T10:33:48.159Z] v3.12.1-47-g77e786238c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-01T10:33:48.159Z] v3.12.1-65-gda4c4bae78 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-01T10:33:48.159Z] OK: 12625 distinct packages available [2020-12-01T10:33:49.152Z] v3.12.1-47-g77e786238c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-01T10:33:49.152Z] v3.12.1-65-gda4c4bae78 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-01T10:33:49.152Z] OK: 12625 distinct packages available [2020-12-01T10:33:49.152Z] OK: 217 MiB in 51 packages [2020-12-01T10:33:50.148Z] OK: 217 MiB in 51 packages [2020-12-01T10:33:52.813Z] Removing intermediate container 641187c737cc [2020-12-01T10:33:52.813Z] ---> fca1ea2d003b [2020-12-01T10:33:52.813Z] Step 6/24 : COPY go.mod . [2020-12-01T10:33:52.813Z] Removing intermediate container 720f3ec8591a [2020-12-01T10:33:52.813Z] ---> 0ebd5c6abf06 [2020-12-01T10:33:52.813Z] Step 6/27 : COPY go.mod . [2020-12-01T10:33:54.265Z] ---> bf53c2d8b67f [2020-12-01T10:33:54.265Z] Step 7/24 : RUN go mod download [2020-12-01T10:33:54.265Z] ---> 6e87b2d03a62 [2020-12-01T10:33:54.265Z] Step 7/27 : RUN go mod download [2020-12-01T10:33:54.539Z] ---> Running in bedd1a039dda [2020-12-01T10:33:54.821Z] ---> Running in a4a244a895c9 [2020-12-01T10:34:01.558Z] Removing intermediate container bedd1a039dda [2020-12-01T10:34:01.558Z] ---> eccfcd107202 [2020-12-01T10:34:01.558Z] Step 8/24 : COPY . . [2020-12-01T10:34:01.558Z] Removing intermediate container a4a244a895c9 [2020-12-01T10:34:01.558Z] ---> 323ecb7f2ab3 [2020-12-01T10:34:01.558Z] Step 8/27 : COPY . . [2020-12-01T10:34:02.534Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-01T10:34:02.534Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-01T10:34:02.534Z] ---> 865bc9cf0940 [2020-12-01T10:34:02.534Z] Step 3/22 : WORKDIR /edgex-go [2020-12-01T10:34:02.534Z] ---> Using cache [2020-12-01T10:34:02.534Z] ---> f0f0e9374b24 [2020-12-01T10:34:02.534Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-01T10:34:02.534Z] ---> Using cache [2020-12-01T10:34:02.534Z] ---> 089ab0aa7594 [2020-12-01T10:34:02.534Z] Step 5/22 : RUN apk update && apk add make git [2020-12-01T10:34:02.534Z] ---> Using cache [2020-12-01T10:34:02.534Z] ---> 2a2995fcab38 [2020-12-01T10:34:02.534Z] Step 6/22 : COPY go.mod . [2020-12-01T10:34:02.534Z] ---> Using cache [2020-12-01T10:34:02.534Z] ---> 2875a60c2ff3 [2020-12-01T10:34:02.534Z] Step 7/22 : RUN go mod download [2020-12-01T10:34:02.534Z] ---> Using cache [2020-12-01T10:34:02.534Z] ---> 065692c55157 [2020-12-01T10:34:02.534Z] Step 8/22 : COPY . . [2020-12-01T10:34:03.135Z] ---> Using cache [2020-12-01T10:34:03.135Z] ---> e7fee9c5b8c5 [2020-12-01T10:34:03.135Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2020-12-01T10:34:04.602Z] ---> Running in bb8cc8226be9 [2020-12-01T10:34:06.596Z] Removing intermediate container 40fce65b8f30 [2020-12-01T10:34:06.596Z] ---> 676017a70b9e [2020-12-01T10:34:06.596Z] [2020-12-01T10:34:06.596Z] Step 10/22 : FROM scratch [2020-12-01T10:34:06.596Z] ---> [2020-12-01T10:34:06.596Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-01T10:34:06.874Z] ---> Using cache [2020-12-01T10:34:06.874Z] ---> 4ddfc22b8903 [2020-12-01T10:34:06.874Z] Step 12/22 : ENV APP_PORT=48081 [2020-12-01T10:34:06.874Z] 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-01T10:34:07.859Z] ---> Running in abef521db2c2 [2020-12-01T10:34:09.857Z] Removing intermediate container abef521db2c2 [2020-12-01T10:34:09.857Z] ---> 2e12d11018dc [2020-12-01T10:34:09.857Z] Step 13/22 : EXPOSE $APP_PORT [2020-12-01T10:34:10.458Z] ---> Running in 67dc62fa9edd [2020-12-01T10:34:11.941Z] Removing intermediate container 67dc62fa9edd [2020-12-01T10:34:11.941Z] ---> 4d76831f6810 [2020-12-01T10:34:11.941Z] Step 14/22 : WORKDIR / [2020-12-01T10:34:12.218Z] ---> Running in 4f43f20e8533 [2020-12-01T10:34:14.202Z] Removing intermediate container 4f43f20e8533 [2020-12-01T10:34:14.202Z] ---> f0b784ee3ec8 [2020-12-01T10:34:14.202Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-12-01T10:34:16.181Z] ---> ce78472f98eb [2020-12-01T10:34:16.181Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-12-01T10:34:20.509Z] ---> cd872032ba74 [2020-12-01T10:34:20.509Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-12-01T10:34:22.494Z] ---> 30b6c49aafee [2020-12-01T10:34:22.494Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2020-12-01T10:34:23.094Z] ---> Running in 7d4630d263e3 [2020-12-01T10:34:24.536Z] Removing intermediate container 7d4630d263e3 [2020-12-01T10:34:24.536Z] ---> 4f6b61791733 [2020-12-01T10:34:24.536Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-01T10:34:24.813Z] ---> Running in 8a47bea4fd84 [2020-12-01T10:34:26.264Z] Removing intermediate container 8a47bea4fd84 [2020-12-01T10:34:26.264Z] ---> 68fbb7ad067b [2020-12-01T10:34:26.264Z] Step 20/22 : LABEL arch=arm64 [2020-12-01T10:34:26.864Z] ---> Running in 2572720061e2 [2020-12-01T10:34:28.310Z] Removing intermediate container 2572720061e2 [2020-12-01T10:34:28.310Z] ---> dc8a5a2c4eb0 [2020-12-01T10:34:28.310Z] Step 21/22 : LABEL git_sha=ae6166b8c9fd034394a4982ee13bb410ff196e21 [2020-12-01T10:34:28.910Z] ---> Running in d26648fcbf92 [2020-12-01T10:34:30.915Z] Removing intermediate container d26648fcbf92 [2020-12-01T10:34:30.915Z] ---> 333c8e080ec9 [2020-12-01T10:34:30.915Z] Step 22/22 : LABEL version=0.0.0 [2020-12-01T10:34:31.201Z] ---> Running in 4f0d82ac9c4a [2020-12-01T10:34:32.198Z] Removing intermediate container 4f0d82ac9c4a [2020-12-01T10:34:32.198Z] ---> 17dab8617500 [2020-12-01T10:34:32.198Z] [2020-12-01T10:34:33.637Z] Successfully built 17dab8617500 [2020-12-01T10:34:33.912Z] Successfully tagged docker-core-metadata-go-arm64:latest [2020-12-01T10:34:33.912Z] Building docker-security-proxy-setup-go [2020-12-01T10:34:34.512Z]  Building docker-core-metadata-go ... done  ---> c7f0dabb12be [2020-12-01T10:34:34.512Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2020-12-01T10:34:34.790Z] ---> Running in 0ee1cb1c30af [2020-12-01T10:34:34.790Z] ---> 75cdc694659a [2020-12-01T10:34:34.790Z] Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-12-01T10:34:35.077Z] ---> Running in ddce290b3a61 [2020-12-01T10:34:37.711Z] 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-01T10:34:37.711Z] 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-01T10:34:59.908Z] Step 1/20 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-01T10:34:59.908Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-12-01T10:34:59.908Z] ---> 865bc9cf0940 [2020-12-01T10:34:59.908Z] Step 3/20 : WORKDIR /edgex-go [2020-12-01T10:34:59.908Z] ---> Using cache [2020-12-01T10:34:59.908Z] ---> f0f0e9374b24 [2020-12-01T10:34:59.908Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-01T10:34:59.908Z] ---> Using cache [2020-12-01T10:34:59.908Z] ---> 089ab0aa7594 [2020-12-01T10:34:59.908Z] Step 5/20 : RUN apk update && apk add make git [2020-12-01T10:34:59.908Z] ---> Using cache [2020-12-01T10:34:59.908Z] ---> 2a2995fcab38 [2020-12-01T10:34:59.908Z] Step 6/20 : COPY go.mod . [2020-12-01T10:34:59.908Z] ---> Using cache [2020-12-01T10:34:59.908Z] ---> 2875a60c2ff3 [2020-12-01T10:34:59.908Z] Step 7/20 : RUN go mod download [2020-12-01T10:34:59.908Z] ---> Using cache [2020-12-01T10:34:59.908Z] ---> 065692c55157 [2020-12-01T10:34:59.908Z] Step 8/20 : COPY . . [2020-12-01T10:34:59.908Z] ---> Using cache [2020-12-01T10:34:59.908Z] ---> e7fee9c5b8c5 [2020-12-01T10:34:59.908Z] Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup [2020-12-01T10:35:01.354Z] ---> Running in fdfc69e6535f [2020-12-01T10:35:03.992Z] 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-01T10:35:14.162Z] Removing intermediate container a18facf1bbb0 [2020-12-01T10:35:14.162Z] ---> a61674f45079 [2020-12-01T10:35:14.162Z] [2020-12-01T10:35:14.163Z] Step 10/21 : FROM scratch [2020-12-01T10:35:14.163Z] ---> [2020-12-01T10:35:14.163Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-01T10:35:14.437Z] ---> Using cache [2020-12-01T10:35:14.437Z] ---> 4ddfc22b8903 [2020-12-01T10:35:14.437Z] Step 12/21 : ENV APP_PORT=48085 [2020-12-01T10:35:14.437Z] ---> Running in 287d831c24ee [2020-12-01T10:35:15.036Z] Removing intermediate container 287d831c24ee [2020-12-01T10:35:15.036Z] ---> cde5aacd6ac0 [2020-12-01T10:35:15.036Z] Step 13/21 : EXPOSE $APP_PORT [2020-12-01T10:35:15.369Z] ---> Running in d2c170e8ec95 [2020-12-01T10:35:15.702Z] Removing intermediate container d2c170e8ec95 [2020-12-01T10:35:15.702Z] ---> 6282a6c0d530 [2020-12-01T10:35:15.702Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-12-01T10:35:17.204Z] ---> 2b25d3df4e70 [2020-12-01T10:35:17.204Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-12-01T10:35:19.174Z] ---> 87591159fc2c [2020-12-01T10:35:19.174Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-12-01T10:35:20.157Z] ---> 98f0a71c0685 [2020-12-01T10:35:20.157Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2020-12-01T10:35:20.157Z] ---> Running in 0cd35101fb9a [2020-12-01T10:35:20.773Z] Removing intermediate container 0cd35101fb9a [2020-12-01T10:35:20.773Z] ---> e5f33fd87784 [2020-12-01T10:35:20.773Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-01T10:35:21.061Z] ---> Running in 3dd894571e96 [2020-12-01T10:35:22.044Z] Removing intermediate container 3dd894571e96 [2020-12-01T10:35:22.045Z] ---> 5fff8192b257 [2020-12-01T10:35:22.045Z] Step 19/21 : LABEL arch=arm64 [2020-12-01T10:35:22.045Z] ---> Running in 0c32b9c47c35 [2020-12-01T10:35:23.029Z] Removing intermediate container 0c32b9c47c35 [2020-12-01T10:35:23.029Z] ---> cc2613f817e6 [2020-12-01T10:35:23.029Z] Step 20/21 : LABEL git_sha=ae6166b8c9fd034394a4982ee13bb410ff196e21 [2020-12-01T10:35:23.354Z] ---> Running in 7cd8e7775c24 [2020-12-01T10:35:23.946Z] Removing intermediate container 7cd8e7775c24 [2020-12-01T10:35:23.946Z] ---> 572aa25d656e [2020-12-01T10:35:23.946Z] Step 21/21 : LABEL version=0.0.0 [2020-12-01T10:35:24.224Z] ---> Running in b1af6767b60e [2020-12-01T10:35:25.201Z] Removing intermediate container b1af6767b60e [2020-12-01T10:35:25.201Z] ---> 40747dbec5b3 [2020-12-01T10:35:25.201Z] [2020-12-01T10:35:26.180Z] Successfully built 40747dbec5b3 [2020-12-01T10:35:26.180Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2020-12-01T10:35:26.778Z]  Building docker-support-scheduler-go ... done Removing intermediate container bb8cc8226be9 [2020-12-01T10:35:26.778Z] ---> 0833ef584140 [2020-12-01T10:35:26.778Z] [2020-12-01T10:35:26.778Z] Step 10/22 : FROM alpine:3.10 [2020-12-01T10:35:26.778Z] ---> 536a684cf733 [2020-12-01T10:35:26.778Z] Step 11/22 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-12-01T10:35:26.778Z] ---> Using cache [2020-12-01T10:35:26.778Z] ---> 56412b1c6a41 [2020-12-01T10:35:26.778Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2020-12-01T10:35:27.055Z] ---> Running in 0d9e0ed9c711 [2020-12-01T10:35:27.650Z] Removing intermediate container 0d9e0ed9c711 [2020-12-01T10:35:27.650Z] ---> 905e16b7f23f [2020-12-01T10:35:27.650Z] Step 13/22 : WORKDIR / [2020-12-01T10:35:27.923Z] ---> Running in 89dea665a14f [2020-12-01T10:35:28.520Z] Removing intermediate container 89dea665a14f [2020-12-01T10:35:28.520Z] ---> 113a58472670 [2020-12-01T10:35:28.520Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / [2020-12-01T10:35:29.958Z] ---> c944cb16db16 [2020-12-01T10:35:29.958Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2020-12-01T10:35:31.934Z] ---> 2eabb18e6955 [2020-12-01T10:35:31.934Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2020-12-01T10:35:32.917Z] ---> a0cdbaabbb11 [2020-12-01T10:35:32.917Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2020-12-01T10:35:33.900Z] ---> 6333d3d734ff [2020-12-01T10:35:33.900Z] Step 18/22 : RUN chmod +x entrypoint.sh [2020-12-01T10:35:33.900Z] ---> Running in 5bcd45d74057 [2020-12-01T10:35:37.304Z] Removing intermediate container 5bcd45d74057 [2020-12-01T10:35:37.304Z] ---> 23577c362b32 [2020-12-01T10:35:37.304Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2020-12-01T10:35:37.582Z] ---> Running in 52e961a9a717 [2020-12-01T10:35:38.184Z] Removing intermediate container 52e961a9a717 [2020-12-01T10:35:38.184Z] ---> 49df806fe743 [2020-12-01T10:35:38.184Z] Step 20/22 : LABEL arch=arm64 [2020-12-01T10:35:38.460Z] ---> Running in 7ac17929eb9e [2020-12-01T10:35:39.066Z] Removing intermediate container 7ac17929eb9e [2020-12-01T10:35:39.066Z] ---> 8f4800bf1246 [2020-12-01T10:35:39.066Z] Step 21/22 : LABEL git_sha=ae6166b8c9fd034394a4982ee13bb410ff196e21 [2020-12-01T10:35:39.345Z] ---> Running in 073dba5a9888 [2020-12-01T10:35:39.955Z] Removing intermediate container 073dba5a9888 [2020-12-01T10:35:39.955Z] ---> dac4579570d8 [2020-12-01T10:35:39.955Z] Step 22/22 : LABEL version=0.0.0 [2020-12-01T10:35:40.242Z] ---> Running in f8327ceba07d [2020-12-01T10:35:40.839Z] Removing intermediate container f8327ceba07d [2020-12-01T10:35:40.839Z] ---> e035fa12226c [2020-12-01T10:35:40.839Z] [2020-12-01T10:35:41.115Z] Successfully built e035fa12226c [2020-12-01T10:35:41.115Z] Successfully tagged docker-security-bootstrap-redis-go-arm64:latest [2020-12-01T10:36:03.305Z]  Building docker-security-bootstrap-redis-go ... done Removing intermediate container ddce290b3a61 [2020-12-01T10:36:03.306Z] ---> 3025c8bbdaa1 [2020-12-01T10:36:03.306Z] Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-12-01T10:36:03.306Z] ---> Running in 02335454e01b [2020-12-01T10:36:03.306Z] 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-01T10:36:05.930Z] Removing intermediate container fdfc69e6535f [2020-12-01T10:36:05.930Z] ---> 4568c0a53d7d [2020-12-01T10:36:05.930Z] [2020-12-01T10:36:05.930Z] Step 10/20 : FROM alpine [2020-12-01T10:36:05.930Z] ---> 2e77e061c27f [2020-12-01T10:36:05.930Z] Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-12-01T10:36:05.930Z] ---> Running in 5b3c097f596f [2020-12-01T10:36:06.528Z] Removing intermediate container 02335454e01b [2020-12-01T10:36:06.528Z] ---> 749b273bb968 [2020-12-01T10:36:06.528Z] [2020-12-01T10:36:06.528Z] Step 11/27 : FROM docker:latest [2020-12-01T10:36:06.528Z] ---> 5d4db4dc0692 [2020-12-01T10:36:06.528Z] Step 12/27 : RUN apk add --no-cache bash [2020-12-01T10:36:06.528Z] ---> Running in 781c1584a4b5 [2020-12-01T10:36:07.512Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-01T10:36:07.512Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-01T10:36:08.108Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-01T10:36:08.108Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-01T10:36:08.386Z] v3.12.1-47-g77e786238c [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-12-01T10:36:08.386Z] v3.12.1-65-gda4c4bae78 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-12-01T10:36:08.386Z] OK: 12617 distinct packages available [2020-12-01T10:36:08.662Z] (1/2) Installing readline (8.0.4-r0) [2020-12-01T10:36:08.662Z] (2/2) Installing bash (5.0.17-r0) [2020-12-01T10:36:08.662Z] Executing bash-5.0.17-r0.post-install [2020-12-01T10:36:08.936Z] Executing busybox-1.31.1-r19.trigger [2020-12-01T10:36:08.936Z] OK: 12 MiB in 22 packages [2020-12-01T10:36:08.936Z] Removing intermediate container 0ee1cb1c30af [2020-12-01T10:36:08.936Z] ---> dcbfd4d24cdf [2020-12-01T10:36:08.936Z] [2020-12-01T10:36:08.936Z] Step 10/24 : FROM scratch [2020-12-01T10:36:08.936Z] ---> [2020-12-01T10:36:08.936Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-12-01T10:36:09.233Z] ---> Using cache [2020-12-01T10:36:09.233Z] ---> 109d9d90ff46 [2020-12-01T10:36:09.233Z] Step 12/24 : ENV APP_PORT=48060 [2020-12-01T10:36:09.233Z] (1/4) Installing ca-certificates (20191127-r4) [2020-12-01T10:36:09.233Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-12-01T10:36:09.513Z] (3/4) Installing libcurl (7.69.1-r1) [2020-12-01T10:36:09.513Z] (4/4) Installing curl (7.69.1-r1) [2020-12-01T10:36:09.513Z] Executing busybox-1.31.1-r19.trigger [2020-12-01T10:36:09.513Z] Executing ca-certificates-20191127-r4.trigger [2020-12-01T10:36:09.513Z] ---> Running in efe9daa6e544 [2020-12-01T10:36:09.793Z] OK: 7 MiB in 18 packages [2020-12-01T10:36:10.075Z] Removing intermediate container efe9daa6e544 [2020-12-01T10:36:10.075Z] ---> 7f5b9f5639d8 [2020-12-01T10:36:10.075Z] Step 13/24 : EXPOSE $APP_PORT [2020-12-01T10:36:10.354Z] ---> Running in a0817c728714 [2020-12-01T10:36:10.629Z] Removing intermediate container 781c1584a4b5 [2020-12-01T10:36:10.629Z] ---> 2290a0ba54bc [2020-12-01T10:36:10.629Z] Step 13/27 : RUN rm -rf /var/cache/apk/* [2020-12-01T10:36:10.629Z] ---> Running in e6ac783b68f9 [2020-12-01T10:36:10.907Z] Removing intermediate container a0817c728714 [2020-12-01T10:36:10.907Z] ---> 08d2a58d1101 [2020-12-01T10:36:10.907Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2020-12-01T10:36:11.517Z] Removing intermediate container 5b3c097f596f [2020-12-01T10:36:11.517Z] ---> ce763535b094 [2020-12-01T10:36:11.517Z] Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-12-01T10:36:11.807Z] ---> Running in 878731926d41 [2020-12-01T10:36:11.807Z] ---> 77d3562ebdf9 [2020-12-01T10:36:11.807Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-12-01T10:36:12.407Z] Removing intermediate container 878731926d41 [2020-12-01T10:36:12.408Z] ---> fdb550b76864 [2020-12-01T10:36:12.408Z] Step 13/20 : WORKDIR /edgex [2020-12-01T10:36:12.685Z] ---> Running in 9707c05ef8ce [2020-12-01T10:36:13.286Z] Removing intermediate container 9707c05ef8ce [2020-12-01T10:36:13.286Z] ---> 4c6625a146eb [2020-12-01T10:36:13.286Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-12-01T10:36:13.286Z] ---> 9948856d0b49 [2020-12-01T10:36:13.286Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2020-12-01T10:36:13.286Z] Removing intermediate container e6ac783b68f9 [2020-12-01T10:36:13.286Z] ---> 8170bdf115e1 [2020-12-01T10:36:13.286Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-12-01T10:36:13.563Z] ---> Running in 5cac6fa244a6 [2020-12-01T10:36:14.173Z] Removing intermediate container 5cac6fa244a6 [2020-12-01T10:36:14.173Z] ---> 29b60fba8244 [2020-12-01T10:36:14.173Z] Step 15/27 : ENV APP_PORT=48090 [2020-12-01T10:36:14.173Z] ---> 299dbc0ca49a [2020-12-01T10:36:14.173Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-12-01T10:36:14.173Z] ---> Running in 63ac6a5259a6 [2020-12-01T10:36:14.775Z] ---> df7c279b02e3 [2020-12-01T10:36:14.775Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-12-01T10:36:15.050Z] Removing intermediate container 63ac6a5259a6 [2020-12-01T10:36:15.050Z] ---> 200547830afd [2020-12-01T10:36:15.050Z] Step 16/27 : EXPOSE $APP_PORT [2020-12-01T10:36:15.326Z] ---> Running in b2049b88e682 [2020-12-01T10:36:15.326Z] ---> c07dccb6b2c3 [2020-12-01T10:36:15.326Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-12-01T10:36:15.599Z] ---> cdf60ced1381 [2020-12-01T10:36:15.599Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-12-01T10:36:15.881Z] ---> Running in cb3532b59c8f [2020-12-01T10:36:15.881Z] Removing intermediate container b2049b88e682 [2020-12-01T10:36:15.881Z] ---> f0145cc1ce45 [2020-12-01T10:36:15.881Z] Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-12-01T10:36:16.479Z] Removing intermediate container cb3532b59c8f [2020-12-01T10:36:16.479Z] ---> 571dfc66803a [2020-12-01T10:36:16.479Z] Step 17/20 : CMD ["--init=true"] [2020-12-01T10:36:16.754Z] ---> Running in 8ebb3f031c60 [2020-12-01T10:36:17.035Z] ---> db2df32766b4 [2020-12-01T10:36:17.035Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-12-01T10:36:17.314Z] ---> fbf433d59ea2 [2020-12-01T10:36:17.314Z] Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-12-01T10:36:17.314Z] Removing intermediate container 8ebb3f031c60 [2020-12-01T10:36:17.314Z] ---> 7544ff024c53 [2020-12-01T10:36:17.314Z] Step 18/20 : LABEL arch=arm64 [2020-12-01T10:36:17.592Z] ---> Running in a627535e7cf9 [2020-12-01T10:36:17.867Z] ---> a1b51339d5c8 [2020-12-01T10:36:17.867Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2020-12-01T10:36:17.867Z] Removing intermediate container a627535e7cf9 [2020-12-01T10:36:17.867Z] ---> 84d66f6f624e [2020-12-01T10:36:17.867Z] Step 19/20 : LABEL git_sha=ae6166b8c9fd034394a4982ee13bb410ff196e21 [2020-12-01T10:36:18.142Z] ---> Running in 75666270efb2 [2020-12-01T10:36:18.142Z] ---> Running in 5ac2a093c501 [2020-12-01T10:36:18.142Z] ---> 1790f0546be7 [2020-12-01T10:36:18.142Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-12-01T10:36:18.741Z] Removing intermediate container 5ac2a093c501 [2020-12-01T10:36:18.741Z] ---> f0eaaa18f287 [2020-12-01T10:36:18.741Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-01T10:36:18.741Z] Removing intermediate container 75666270efb2 [2020-12-01T10:36:18.741Z] ---> 903a2f8a9986 [2020-12-01T10:36:18.741Z] Step 20/20 : LABEL version=0.0.0 [2020-12-01T10:36:19.015Z] ---> Running in a32223894838 [2020-12-01T10:36:19.015Z] ---> Running in f826d852c68b [2020-12-01T10:36:19.290Z] ---> 1d16f41abc1b [2020-12-01T10:36:19.290Z] Step 20/27 : RUN apk --no-cache add py3-pip [2020-12-01T10:36:19.290Z] ---> Running in ffc1fc89f301 [2020-12-01T10:36:19.290Z] Removing intermediate container f826d852c68b [2020-12-01T10:36:19.290Z] ---> ab184a7d71af [2020-12-01T10:36:19.290Z] [2020-12-01T10:36:19.567Z] Removing intermediate container a32223894838 [2020-12-01T10:36:19.567Z] ---> f4ba0a9b6e0a [2020-12-01T10:36:19.567Z] Step 22/24 : LABEL arch=arm64 [2020-12-01T10:36:19.845Z] ---> Running in 88398ad7457a [2020-12-01T10:36:19.845Z] Successfully built ab184a7d71af [2020-12-01T10:36:19.845Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2020-12-01T10:36:20.452Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container 88398ad7457a [2020-12-01T10:36:20.452Z] ---> 92e1ac869544 [2020-12-01T10:36:20.452Z] Step 23/24 : LABEL git_sha=ae6166b8c9fd034394a4982ee13bb410ff196e21 [2020-12-01T10:36:20.452Z] ---> Running in 3d6da9770ca4 [2020-12-01T10:36:20.728Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-01T10:36:21.004Z] Removing intermediate container 3d6da9770ca4 [2020-12-01T10:36:21.004Z] ---> f7a6e7a33f40 [2020-12-01T10:36:21.004Z] Step 24/24 : LABEL version=0.0.0 [2020-12-01T10:36:21.004Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-01T10:36:21.276Z] ---> Running in c6f126336cbf [2020-12-01T10:36:21.551Z] Removing intermediate container c6f126336cbf [2020-12-01T10:36:21.551Z] ---> 3d4ae6502ad9 [2020-12-01T10:36:21.551Z] [2020-12-01T10:36:21.551Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-12-01T10:36:21.831Z] (2/33) Installing expat (2.2.9-r1) [2020-12-01T10:36:21.831Z] (3/33) Installing libffi (3.3-r2) [2020-12-01T10:36:21.831Z] (4/33) Installing gdbm (1.13-r1) [2020-12-01T10:36:21.831Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-12-01T10:36:21.831Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-12-01T10:36:21.831Z] (7/33) Installing python3 (3.8.5-r0) [2020-12-01T10:36:22.107Z] Successfully built 3d4ae6502ad9 [2020-12-01T10:36:22.107Z] Successfully tagged docker-support-notifications-go-arm64:latest [2020-12-01T10:36:23.539Z]  Building docker-support-notifications-go ... done (8/33) Installing py3-appdirs (1.4.4-r1) [2020-12-01T10:36:23.539Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-12-01T10:36:23.539Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-12-01T10:36:23.539Z] (11/33) Installing py3-six (1.15.0-r0) [2020-12-01T10:36:23.539Z] (12/33) Installing py3-packaging (20.4-r0) [2020-12-01T10:36:23.539Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-12-01T10:36:23.812Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-12-01T10:36:23.813Z] (15/33) Installing py3-idna (2.9-r0) [2020-12-01T10:36:23.813Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-12-01T10:36:23.813Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-12-01T10:36:23.813Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-12-01T10:36:23.813Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-12-01T10:36:23.813Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-12-01T10:36:24.088Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-12-01T10:36:24.088Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-12-01T10:36:24.088Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-12-01T10:36:24.088Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-12-01T10:36:24.088Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-12-01T10:36:24.088Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-12-01T10:36:24.088Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-12-01T10:36:24.088Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-12-01T10:36:24.088Z] (29/33) Installing py3-progress (1.5-r0) [2020-12-01T10:36:24.088Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-12-01T10:36:24.088Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-12-01T10:36:24.088Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-12-01T10:36:24.088Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-12-01T10:36:24.363Z] Executing busybox-1.31.1-r19.trigger [2020-12-01T10:36:24.363Z] OK: 71 MiB in 55 packages [2020-12-01T10:36:31.157Z] Removing intermediate container ffc1fc89f301 [2020-12-01T10:36:31.157Z] ---> 3b2eb68614f1 [2020-12-01T10:36:31.157Z] Step 21/27 : RUN pip install docker-compose==1.23.2 [2020-12-01T10:36:31.157Z] ---> Running in 40c697e91390 [2020-12-01T10:36:35.492Z] Collecting docker-compose==1.23.2 [2020-12-01T10:36:35.492Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-12-01T10:36:36.084Z] Collecting dockerpty<0.5,>=0.4.1 [2020-12-01T10:36:36.084Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-12-01T10:36:38.050Z] Collecting docopt<0.7,>=0.6.1 [2020-12-01T10:36:38.050Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-12-01T10:36:40.006Z] Collecting PyYAML<4,>=3.10 [2020-12-01T10:36:40.006Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-12-01T10:36:43.374Z] Collecting docker<4.0,>=3.6.0 [2020-12-01T10:36:43.374Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-12-01T10:36:43.646Z] Collecting cached-property<2,>=1.2.0 [2020-12-01T10:36:43.646Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2020-12-01T10:36:45.073Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-12-01T10:36:45.073Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-12-01T10:36:45.662Z] Collecting websocket-client<1.0,>=0.32.0 [2020-12-01T10:36:45.662Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-12-01T10:36:46.256Z] Collecting jsonschema<3,>=2.5.1 [2020-12-01T10:36:46.256Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-12-01T10:36:46.256Z] 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-01T10:36:46.525Z] Collecting texttable<0.10,>=0.9.0 [2020-12-01T10:36:46.525Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-12-01T10:36:48.491Z] Collecting docker-pycreds>=0.4.0 [2020-12-01T10:36:48.491Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-12-01T10:36:48.491Z] 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-01T10:36:48.762Z] Collecting idna<2.8,>=2.5 [2020-12-01T10:36:48.762Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-12-01T10:36:48.762Z] 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-01T10:36:49.356Z] Collecting urllib3<1.25,>=1.21.1 [2020-12-01T10:36:49.356Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-12-01T10:36:49.356Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-12-01T10:36:49.356Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-12-01T10:36:49.356Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-12-01T10:36:49.356Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-12-01T10:36:50.326Z] Installing collected packages: dockerpty, docopt, PyYAML, websocket-client, docker-pycreds, idna, urllib3, requests, docker, cached-property, jsonschema, texttable, docker-compose [2020-12-01T10:36:50.326Z] Running setup.py install for dockerpty: started [2020-12-01T10:36:52.288Z] Running setup.py install for dockerpty: finished with status 'done' [2020-12-01T10:36:52.288Z] Running setup.py install for docopt: started [2020-12-01T10:36:53.708Z] Running setup.py install for docopt: finished with status 'done' [2020-12-01T10:36:53.709Z] Running setup.py install for PyYAML: started [2020-12-01T10:36:55.669Z] Running setup.py install for PyYAML: finished with status 'done' [2020-12-01T10:36:56.260Z] Attempting uninstall: idna [2020-12-01T10:36:56.260Z] Found existing installation: idna 2.9 [2020-12-01T10:36:56.260Z] Uninstalling idna-2.9: [2020-12-01T10:36:56.260Z] Successfully uninstalled idna-2.9 [2020-12-01T10:36:56.850Z] Attempting uninstall: urllib3 [2020-12-01T10:36:56.850Z] Found existing installation: urllib3 1.25.9 [2020-12-01T10:36:56.850Z] Uninstalling urllib3-1.25.9: [2020-12-01T10:36:57.119Z] Successfully uninstalled urllib3-1.25.9 [2020-12-01T10:36:57.710Z] Attempting uninstall: requests [2020-12-01T10:36:57.710Z] Found existing installation: requests 2.23.0 [2020-12-01T10:36:57.710Z] Uninstalling requests-2.23.0: [2020-12-01T10:36:57.710Z] Successfully uninstalled requests-2.23.0 [2020-12-01T10:36:59.132Z] Running setup.py install for texttable: started [2020-12-01T10:37:01.089Z] Running setup.py install for texttable: finished with status 'done' [2020-12-01T10:37:01.679Z] 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-01T10:37:05.964Z] Removing intermediate container 40c697e91390 [2020-12-01T10:37:05.964Z] ---> abaed16ee2f5 [2020-12-01T10:37:05.964Z] Step 22/27 : RUN apk --no-cache add curl [2020-12-01T10:37:05.964Z] ---> Running in 18dc196357e7 [2020-12-01T10:37:06.555Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-01T10:37:06.826Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-01T10:37:07.418Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-12-01T10:37:07.418Z] (2/3) Installing libcurl (7.69.1-r1) [2020-12-01T10:37:07.418Z] (3/3) Installing curl (7.69.1-r1) [2020-12-01T10:37:07.418Z] Executing busybox-1.31.1-r19.trigger [2020-12-01T10:37:07.418Z] OK: 71 MiB in 58 packages [2020-12-01T10:37:08.853Z] Removing intermediate container 18dc196357e7 [2020-12-01T10:37:08.853Z] ---> d2ded07660ae [2020-12-01T10:37:08.853Z] Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] [2020-12-01T10:37:08.853Z] ---> Running in 86c6df1abae6 [2020-12-01T10:37:09.125Z] Removing intermediate container 86c6df1abae6 [2020-12-01T10:37:09.125Z] ---> 26ab16284350 [2020-12-01T10:37:09.125Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-01T10:37:09.398Z] ---> Running in 2841c0699288 [2020-12-01T10:37:09.989Z] Removing intermediate container 2841c0699288 [2020-12-01T10:37:09.989Z] ---> 880694a5f6e0 [2020-12-01T10:37:09.989Z] Step 25/27 : LABEL arch=arm64 [2020-12-01T10:37:09.989Z] ---> Running in 21ba0eaea63c [2020-12-01T10:37:10.584Z] Removing intermediate container 21ba0eaea63c [2020-12-01T10:37:10.584Z] ---> 974f49625039 [2020-12-01T10:37:10.584Z] Step 26/27 : LABEL git_sha=ae6166b8c9fd034394a4982ee13bb410ff196e21 [2020-12-01T10:37:10.584Z] ---> Running in d31a85017b00 [2020-12-01T10:37:11.177Z] Removing intermediate container d31a85017b00 [2020-12-01T10:37:11.177Z] ---> 229ed5a281c3 [2020-12-01T10:37:11.177Z] Step 27/27 : LABEL version=0.0.0 [2020-12-01T10:37:11.177Z] ---> Running in d32f70ead8ce [2020-12-01T10:37:11.769Z] Removing intermediate container d32f70ead8ce [2020-12-01T10:37:11.769Z] ---> 471d90ec56d4 [2020-12-01T10:37:11.769Z] [2020-12-01T10:37:12.040Z] Successfully built 471d90ec56d4 [2020-12-01T10:37:12.040Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2020-12-01T10:37:12.648Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2020-12-01T10:37:12.661Z] $ docker stop --time=1 db7f5a94a21bd47ebe7333287136eda1200996bed6c7b964c76ec611113d05b7 [2020-12-01T10:37:14.573Z] $ docker rm -f db7f5a94a21bd47ebe7333287136eda1200996bed6c7b964c76ec611113d05b7 [Pipeline] // withDockerContainer [Pipeline] sh [2020-12-01T10:37:15.255Z] + docker+ images [2020-12-01T10:37:15.255Z] grep docker [2020-12-01T10:37:15.526Z] docker-sys-mgmt-agent-go-arm64 latest 471d90ec56d4 4 seconds ago 270MB [2020-12-01T10:37:15.526Z] docker-support-notifications-go-arm64 latest 3d4ae6502ad9 54 seconds ago 12.9MB [2020-12-01T10:37:15.526Z] docker-security-proxy-setup-go-arm64 latest ab184a7d71af 56 seconds ago 15.1MB [2020-12-01T10:37:15.526Z] docker-security-bootstrap-redis-go-arm64 latest e035fa12226c About a minute ago 15.2MB [2020-12-01T10:37:15.526Z] docker-support-scheduler-go-arm64 latest 40747dbec5b3 About a minute ago 11.5MB [2020-12-01T10:37:15.526Z] docker-core-metadata-go-arm64 latest 17dab8617500 2 minutes ago 13.6MB [2020-12-01T10:37:15.526Z] docker-core-data-go-arm64 latest da631fa3e1fa 3 minutes ago 22.3MB [2020-12-01T10:37:15.526Z] docker-security-secretstore-setup-go-arm64 latest b81f6e1a712e 4 minutes ago 23.5MB [2020-12-01T10:37:15.526Z] docker-core-command-go-arm64 latest 49392ecee44b 4 minutes ago 11.4MB [2020-12-01T10:37:15.526Z] docker-security-secrets-setup-go-arm64 latest 5b3a6ff1a4ad 4 minutes ago 22.7MB [2020-12-01T10:37:15.526Z] docker-support-logging-go-arm64 latest aeb40a03d1d3 4 minutes ago 10.6MB [2020-12-01T10:37:15.526Z] docker latest 5d4db4dc0692 5 weeks ago 198MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2020-12-01T10:37:19.970Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-01T10:37:20.860Z] ---> package-listing.sh [2020-12-01T10:37:20.860Z] ++ facter osfamily [2020-12-01T10:37:20.860Z] ++ tr '[:upper:]' '[:lower:]' [2020-12-01T10:37:20.860Z] + OS_FAMILY=redhat [2020-12-01T10:37:20.860Z] + workspace=/w/workspace/edgex-go/2 [2020-12-01T10:37:20.860Z] + START_PACKAGES=/tmp/packages_start.txt [2020-12-01T10:37:20.860Z] + END_PACKAGES=/tmp/packages_end.txt [2020-12-01T10:37:20.860Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-12-01T10:37:20.860Z] + PACKAGES=/tmp/packages_start.txt [2020-12-01T10:37:20.860Z] + '[' /w/workspace/edgex-go/2 ']' [2020-12-01T10:37:20.860Z] + PACKAGES=/tmp/packages_end.txt [2020-12-01T10:37:20.860Z] + case "${OS_FAMILY}" in [2020-12-01T10:37:20.860Z] + rpm -qa [2020-12-01T10:37:20.860Z] + sort [2020-12-01T10:37:26.162Z] + '[' -f /tmp/packages_start.txt ']' [2020-12-01T10:37:26.162Z] + '[' -f /tmp/packages_end.txt ']' [2020-12-01T10:37:26.162Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-12-01T10:37:26.162Z] + '[' /w/workspace/edgex-go/2 ']' [2020-12-01T10:37:26.162Z] + mkdir -p /w/workspace/edgex-go/2/archives/ [2020-12-01T10:37:26.162Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/2/archives/ [Pipeline] echo [2020-12-01T10:37:26.175Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/2/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2020-12-01T10:37:26.466Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2020-12-01T10:37:26.785Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-01T10:37:26.785Z] [2020-12-01T10:37:26.785Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-12-01T10:37:27.190Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-01T10:37:27.190Z] alpine: Pulling from edgex-lftools-log-publisher [2020-12-01T10:37:27.190Z] df20fa9351a1: Already exists [2020-12-01T10:37:27.190Z] 36b3adc4ff6f: Pulling fs layer [2020-12-01T10:37:27.190Z] 8ad3a11d3b57: Pulling fs layer [2020-12-01T10:37:27.190Z] 46f8f816bc3b: Pulling fs layer [2020-12-01T10:37:27.190Z] 93b61091891f: Pulling fs layer [2020-12-01T10:37:27.190Z] 93b9cdb0e59b: Pulling fs layer [2020-12-01T10:37:27.190Z] 5e14af77c1be: Pulling fs layer [2020-12-01T10:37:27.190Z] 01666e4c0597: Pulling fs layer [2020-12-01T10:37:27.190Z] aa168da1d23b: Pulling fs layer [2020-12-01T10:37:27.190Z] 93b61091891f: Waiting [2020-12-01T10:37:27.190Z] 93b9cdb0e59b: Waiting [2020-12-01T10:37:27.190Z] 5e14af77c1be: Waiting [2020-12-01T10:37:27.190Z] 01666e4c0597: Waiting [2020-12-01T10:37:27.190Z] aa168da1d23b: Waiting [2020-12-01T10:37:27.190Z] 46f8f816bc3b: Verifying Checksum [2020-12-01T10:37:27.190Z] 46f8f816bc3b: Download complete [2020-12-01T10:37:27.190Z] 36b3adc4ff6f: Verifying Checksum [2020-12-01T10:37:27.190Z] 36b3adc4ff6f: Download complete [2020-12-01T10:37:27.453Z] 93b9cdb0e59b: Verifying Checksum [2020-12-01T10:37:27.453Z] 93b9cdb0e59b: Download complete [2020-12-01T10:37:27.453Z] 5e14af77c1be: Verifying Checksum [2020-12-01T10:37:27.453Z] 5e14af77c1be: Download complete [2020-12-01T10:37:27.453Z] 93b61091891f: Verifying Checksum [2020-12-01T10:37:27.453Z] 93b61091891f: Download complete [2020-12-01T10:37:27.453Z] 01666e4c0597: Verifying Checksum [2020-12-01T10:37:27.453Z] 01666e4c0597: Download complete [2020-12-01T10:37:27.715Z] 36b3adc4ff6f: Pull complete [2020-12-01T10:37:28.292Z] 8ad3a11d3b57: Verifying Checksum [2020-12-01T10:37:28.292Z] 8ad3a11d3b57: Download complete [2020-12-01T10:37:28.873Z] 8ad3a11d3b57: Pull complete [2020-12-01T10:37:29.147Z] 46f8f816bc3b: Pull complete [2020-12-01T10:37:30.096Z] aa168da1d23b: Verifying Checksum [2020-12-01T10:37:30.096Z] aa168da1d23b: Download complete [2020-12-01T10:37:31.043Z] 93b61091891f: Pull complete [2020-12-01T10:37:31.307Z] 93b9cdb0e59b: Pull complete [2020-12-01T10:37:31.569Z] 5e14af77c1be: Pull complete [2020-12-01T10:37:31.569Z] 01666e4c0597: Pull complete [2020-12-01T10:37:43.850Z] aa168da1d23b: Pull complete [2020-12-01T10:37:43.850Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2020-12-01T10:37:43.850Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-01T10:37:43.850Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-12-01T10:37:44.116Z] prd-centos7-docker-4c-2g-14004 does not seem to be running inside a container [2020-12-01T10:37:44.236Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/2/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-12-01T10:37:46.491Z] $ docker top 36341b716516b947df46adaf72d44472ad4c7881a9246a10efaa2b192649e44b -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-01T10:37:47.104Z] + touch /tmp/pre-build-complete [Pipeline] sh [2020-12-01T10:37:47.405Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-12-01T10:37:47.703Z] + ls /var/log/sa-host [2020-12-01T10:37:47.704Z] + sadf -c /var/log/sa-host/sa01 [2020-12-01T10:37:47.704Z] file_magic: OK [2020-12-01T10:37:47.704Z] HZ: Using current value: 100 [2020-12-01T10:37:47.704Z] file_header: OK [2020-12-01T10:37:47.704Z] 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-01T10:37:47.704Z] Statistics: [2020-12-01T10:37:47.704Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-12-01T10:37:47.704Z] File successfully converted to sysstat format version 12.2.1 [2020-12-01T10:37:47.704Z] + sadf -c /var/log/sa-host/sa23 [2020-12-01T10:37:47.704Z] file_magic: OK [2020-12-01T10:37:47.704Z] HZ: Using current value: 100 [2020-12-01T10:37:47.704Z] file_header: OK [2020-12-01T10:37:47.704Z] 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-01T10:37:47.704Z] Statistics: [2020-12-01T10:37:47.704Z] Hnuu...uuuununununu... [2020-12-01T10:37:47.704Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-12-01T10:37:48.381Z] provisioning config files... [2020-12-01T10:37:48.399Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/2@tmp/config5898369620783641476tmp [Pipeline] { [Pipeline] echo [2020-12-01T10:37:48.495Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-01T10:37:48.794Z] ---> create-netrc.sh [Pipeline] } [2020-12-01T10:37:48.806Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-12-01T10:37:48.921Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-01T10:37:49.220Z] ---> python-tools-install.sh [Pipeline] echo [2020-12-01T10:37:49.232Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-01T10:37:49.530Z] ---> sudo-logs.sh [2020-12-01T10:37:49.530Z] Archiving 'sudo' log.. [Pipeline] echo [2020-12-01T10:37:49.540Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-01T10:37:49.838Z] ---> job-cost.sh [2020-12-01T10:37:49.838Z] lf-activate-venv: SKIPPING [2020-12-01T10:37:49.838Z] INFO: No Stack... [2020-12-01T10:37:50.787Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-12-01T10:37:51.360Z] INFO: Archiving Costs [Pipeline] echo [2020-12-01T10:37:51.373Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-01T10:37:51.670Z] ---> logs-deploy.sh [2020-12-01T10:37:51.670Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2910/2 [2020-12-01T10:37:51.670Z] INFO: archiving workspace using pattern(s): [2020-12-01T10:37:53.593Z] Archives upload complete. [2020-12-01T10:37:53.593Z] INFO: archiving logs to Nexus