Pull request #3113 opened Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 7cbd8b2f95d0db505ea87ee4a34606139244d0cb+2a4efc596d6299a706f2b1b5ea90705279ab33b1 (5b375ad54af0ab9c46cd6417aee93e86d2c9bf63) Running in Durability level: MAX_SURVIVABILITY 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 69a7e166112f335804d9fea76440e5140e47f034 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 69a7e166112f335804d9fea76440e5140e47f034 using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and with tags Cloning repository git@github.com:edgexfoundry/edgex-global-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/PR-3113/workspace@libs/edgex-global-pipelines # timeout=10 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 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > 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 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 69a7e166112f335804d9fea76440e5140e47f034 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 69a7e166112f335804d9fea76440e5140e47f034 # timeout=10 Commit message: "Merge pull request #314 from ernestojeda/go-mod-semver-bump" > 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 > git --version # timeout=10 > git --version # 'git version 2.16.6' 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 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:lfit/releng-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/PR-3113/workspace@libs/lf-pipelines # timeout=10 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 > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > 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 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 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 # timeout=10 Commit message: "Add license check to tox" > 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 > git --version # timeout=10 > git --version # 'git version 2.16.6' fatal: bad object 69a7e166112f335804d9fea76440e5140e47f034 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 SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-24529 in /w/workspace/edgexfoundry_edgex-go_PR-3113 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/1 [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/1 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit 2a4efc596d6299a706f2b1b5ea90705279ab33b1 into PR head commit 7cbd8b2f95d0db505ea87ee4a34606139244d0cb Merge succeeded, producing 7cbd8b2f95d0db505ea87ee4a34606139244d0cb Checking out Revision 7cbd8b2f95d0db505ea87ee4a34606139244d0cb (PR-3113) > 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/3113/head:refs/remotes/origin/PR-3113 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 7cbd8b2f95d0db505ea87ee4a34606139244d0cb # 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 2a4efc596d6299a706f2b1b5ea90705279ab33b1 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 7cbd8b2f95d0db505ea87ee4a34606139244d0cb # timeout=10 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-messaging/v2" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.24.3' fatal: bad object 69a7e166112f335804d9fea76440e5140e47f034 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-02-02T06:09:24.040Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-02-02T06:09:24.437Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-02-02T06:09:24.682Z] ========================================================= [2021-02-02T06:09:24.682Z] EdgeX Global Pipelines Version Info [2021-02-02T06:09:24.682Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-02-02T06:09:26.288Z] ------------------- [2021-02-02T06:09:26.288Z] stable info: [2021-02-02T06:09:26.288Z] ------------------- [2021-02-02T06:09:26.288Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-02T06:09:26.288Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-02-02T06:09:26.288Z] Message: update stable to v1.0.179 [2021-02-02T06:09:27.241Z] ------------------- [2021-02-02T06:09:27.241Z] experimental info: [2021-02-02T06:09:27.241Z] ------------------- [2021-02-02T06:09:27.241Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-02T06:09:27.241Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-02-02T06:09:27.241Z] Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-02-02T06:09:27.603Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-02-02T06:09:27.729Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-02-02T06:09:27.853Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-02-02T06:09:27.973Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-02-02T06:09:28.093Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-02-02T06:09:28.206Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-02-02T06:09:28.352Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-02-02T06:09:28.465Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-02-02T06:09:28.578Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-02-02T06:09:28.699Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-02-02T06:09:28.807Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-02-02T06:09:28.976Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-02-02T06:09:29.095Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-02-02T06:09:29.223Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-02-02T06:09:29.334Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-02-02T06:09:29.462Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-02-02T06:09:29.579Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-02-02T06:09:29.713Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-02-02T06:09:29.850Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-02-02T06:09:29.960Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-02-02T06:09:30.087Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-02-02T06:09:30.321Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-02-02T06:09:30.443Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-02-02T06:09:30.628Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3113 [Pipeline] echo [2021-02-02T06:09:30.753Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3113 [Pipeline] echo [2021-02-02T06:09:30.874Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3113 [Pipeline] echo [2021-02-02T06:09:30.983Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 7cbd8b2f95d0db505ea87ee4a34606139244d0cb [Pipeline] echo [2021-02-02T06:09:31.090Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 7cbd8b2 [Pipeline] echo [2021-02-02T06:09:31.198Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-02T06:09:31.446Z] provisioning config files... [2021-02-02T06:09:31.476Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config8844627803921899868tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-02T06:09:31.938Z] ---> docker-login.sh [2021-02-02T06:09:31.938Z] nexus3.edgexfoundry.org:10001 [2021-02-02T06:09:32.202Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-02T06:09:32.202Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-02T06:09:32.202Z] Configure a credential helper to remove this warning. See [2021-02-02T06:09:32.202Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-02T06:09:32.202Z] [2021-02-02T06:09:32.202Z] Login Succeeded [2021-02-02T06:09:32.202Z] nexus3.edgexfoundry.org:10002 [2021-02-02T06:09:32.464Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-02T06:09:32.464Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-02T06:09:32.464Z] Configure a credential helper to remove this warning. See [2021-02-02T06:09:32.464Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-02T06:09:32.464Z] [2021-02-02T06:09:32.464Z] Login Succeeded [2021-02-02T06:09:32.464Z] nexus3.edgexfoundry.org:10003 [2021-02-02T06:09:32.727Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-02T06:09:32.727Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-02T06:09:32.727Z] Configure a credential helper to remove this warning. See [2021-02-02T06:09:32.727Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-02T06:09:32.727Z] [2021-02-02T06:09:32.727Z] Login Succeeded [2021-02-02T06:09:32.727Z] nexus3.edgexfoundry.org:10004 [2021-02-02T06:09:32.727Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-02T06:09:32.993Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-02T06:09:32.993Z] Configure a credential helper to remove this warning. See [2021-02-02T06:09:32.993Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-02T06:09:32.993Z] [2021-02-02T06:09:32.993Z] Login Succeeded [2021-02-02T06:09:32.993Z] docker.io [2021-02-02T06:09:32.993Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-02T06:09:33.255Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-02T06:09:33.255Z] Configure a credential helper to remove this warning. See [2021-02-02T06:09:33.255Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-02T06:09:33.255Z] [2021-02-02T06:09:33.255Z] Login Succeeded [2021-02-02T06:09:33.255Z] ---> docker-login.sh ends [Pipeline] } [2021-02-02T06:09:33.302Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-02T06:09:33.845Z] ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile [2021-02-02T06:09:33.845Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-02T06:09:33.845Z] ++ dirname cmd/core-command/Dockerfile [2021-02-02T06:09:33.845Z] ++ cut -d/ -f2 [2021-02-02T06:09:33.845Z] + echo core-command,cmd/core-command/Dockerfile [2021-02-02T06:09:33.845Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-02T06:09:33.845Z] ++ dirname cmd/core-data/Dockerfile [2021-02-02T06:09:33.845Z] ++ cut -d/ -f2 [2021-02-02T06:09:33.845Z] + echo core-data,cmd/core-data/Dockerfile [2021-02-02T06:09:33.845Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-02T06:09:33.845Z] ++ dirname cmd/core-metadata/Dockerfile [2021-02-02T06:09:33.845Z] ++ cut -d/ -f2 [2021-02-02T06:09:33.845Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-02-02T06:09:33.845Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-02T06:09:33.845Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-02-02T06:09:33.845Z] ++ cut -d/ -f2 [2021-02-02T06:09:33.845Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-02-02T06:09:33.845Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-02T06:09:33.845Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-02-02T06:09:33.845Z] ++ cut -d/ -f2 [2021-02-02T06:09:33.845Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-02-02T06:09:33.845Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-02T06:09:33.845Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-02-02T06:09:33.845Z] ++ cut -d/ -f2 [2021-02-02T06:09:33.845Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-02-02T06:09:33.845Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-02T06:09:33.845Z] ++ dirname cmd/support-notifications/Dockerfile [2021-02-02T06:09:33.845Z] ++ cut -d/ -f2 [2021-02-02T06:09:33.845Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-02-02T06:09:33.845Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-02T06:09:33.845Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-02-02T06:09:33.845Z] ++ cut -d/ -f2 [2021-02-02T06:09:33.845Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-02-02T06:09:33.845Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-02T06:09:33.845Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-02-02T06:09:33.845Z] ++ cut -d/ -f2 [2021-02-02T06:09:33.845Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-02-02T06:09:33.950Z] 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-bootstrapper-go, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-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 [2021-02-02T06:09:34.931Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-02T06:09:34.932Z] [2021-02-02T06:09:34.932Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-02-02T06:09:35.307Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-02T06:09:35.307Z] latest: Pulling from edgex-devops/git-semver [2021-02-02T06:09:35.307Z] 31603596830f: Pulling fs layer [2021-02-02T06:09:35.307Z] 2a8b12db71e7: Pulling fs layer [2021-02-02T06:09:35.307Z] 6ca5941a6612: Pulling fs layer [2021-02-02T06:09:35.307Z] ecc8261a40a4: Pulling fs layer [2021-02-02T06:09:35.307Z] ecc8261a40a4: Waiting [2021-02-02T06:09:35.307Z] 2a8b12db71e7: Verifying Checksum [2021-02-02T06:09:35.307Z] 2a8b12db71e7: Download complete [2021-02-02T06:09:35.307Z] 31603596830f: Verifying Checksum [2021-02-02T06:09:35.307Z] 31603596830f: Download complete [2021-02-02T06:09:35.569Z] 6ca5941a6612: Verifying Checksum [2021-02-02T06:09:35.569Z] 6ca5941a6612: Download complete [2021-02-02T06:09:35.569Z] ecc8261a40a4: Verifying Checksum [2021-02-02T06:09:35.569Z] ecc8261a40a4: Download complete [2021-02-02T06:09:35.831Z] 31603596830f: Pull complete [2021-02-02T06:09:35.831Z] 2a8b12db71e7: Pull complete [2021-02-02T06:09:36.781Z] 6ca5941a6612: Pull complete [2021-02-02T06:09:37.045Z] ecc8261a40a4: Pull complete [2021-02-02T06:09:37.045Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-02-02T06:09:37.045Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-02T06:09:37.045Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-02-02T06:09:37.174Z] prd-centos7-docker-4c-2g-24529 does not seem to be running inside a container [2021-02-02T06:09:37.295Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-02-02T06:09:40.086Z] $ docker top 3d91d8a3aaa24a83b47c25e0d9608a458bc7ce420e34e138d902b1b1acee9c7f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-02-02T06:09:40.492Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-02T06:09:40.492Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-02T06:09:40.727Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-02T06:09:40.731Z] $ docker exec 3d91d8a3aaa24a83b47c25e0d9608a458bc7ce420e34e138d902b1b1acee9c7f ssh-agent [2021-02-02T06:09:40.903Z] SSH_AUTH_SOCK=/tmp/ssh-G0Dr54So0sfh/agent.12 [2021-02-02T06:09:40.904Z] SSH_AGENT_PID=17 [2021-02-02T06:09:40.918Z] Running ssh-add (command line suppressed) [2021-02-02T06:09:41.037Z] Identity added: /w/workspace/edgex-go/1@tmp/private_key_3580460621168631343.key (/w/workspace/edgex-go/1@tmp/private_key_3580460621168631343.key) [2021-02-02T06:09:41.091Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-02T06:09:41.471Z] + git tag --points-at HEAD [Pipeline] } [2021-02-02T06:09:41.502Z] $ docker exec --env ******** --env ******** 3d91d8a3aaa24a83b47c25e0d9608a458bc7ce420e34e138d902b1b1acee9c7f ssh-agent -k [2021-02-02T06:09:41.619Z] unset SSH_AUTH_SOCK; [2021-02-02T06:09:41.619Z] unset SSH_AGENT_PID; [2021-02-02T06:09:41.619Z] echo Agent pid 17 killed; [2021-02-02T06:09:41.668Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-02-02T06:09:41.943Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-02T06:09:41.943Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-02T06:09:42.113Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-02T06:09:42.118Z] $ docker exec 3d91d8a3aaa24a83b47c25e0d9608a458bc7ce420e34e138d902b1b1acee9c7f ssh-agent [2021-02-02T06:09:42.278Z] SSH_AUTH_SOCK=/tmp/ssh-VjFN3bJu3FxQ/agent.46 [2021-02-02T06:09:42.278Z] SSH_AGENT_PID=51 [2021-02-02T06:09:42.285Z] Running ssh-add (command line suppressed) [2021-02-02T06:09:42.398Z] Identity added: /w/workspace/edgex-go/1@tmp/private_key_5254885771367021797.key (/w/workspace/edgex-go/1@tmp/private_key_5254885771367021797.key) [2021-02-02T06:09:42.453Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-02T06:09:42.827Z] + git semver init [2021-02-02T06:09:42.827Z] # -> Open(): unable to determine branch for HEAD [2021-02-02T06:09:42.827Z] # $GIT_DIR = /w/workspace/edgex-go/1/.git [2021-02-02T06:09:42.827Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/1 [2021-02-02T06:09:42.827Z] # $SEMVER_REMOTE_NAME = origin [2021-02-02T06:09:42.827Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-02-02T06:09:42.827Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-02-02T06:09:42.827Z] # $SEMVER_BRANCH = PR-3113 [2021-02-02T06:09:42.827Z] # $SEMVER_TEMP = /tmp/semver-615193080 [2021-02-02T06:09:42.827Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-02-02T06:10:04.843Z] # '/tmp/semver-615193080' -> '/w/workspace/edgex-go/1/.semver' [2021-02-02T06:10:04.843Z] # -> Force: false [2021-02-02T06:10:04.843Z] # $SEMVER_DIR = /w/workspace/edgex-go/1/.semver [Pipeline] } [2021-02-02T06:10:04.865Z] $ docker exec --env ******** --env ******** 3d91d8a3aaa24a83b47c25e0d9608a458bc7ce420e34e138d902b1b1acee9c7f ssh-agent -k [2021-02-02T06:10:05.135Z] unset SSH_AUTH_SOCK; [2021-02-02T06:10:05.135Z] unset SSH_AGENT_PID; [2021-02-02T06:10:05.135Z] echo Agent pid 51 killed; [2021-02-02T06:10:05.215Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-02T06:10:05.797Z] + git semver [Pipeline] } [2021-02-02T06:10:05.840Z] $ docker stop --time=1 3d91d8a3aaa24a83b47c25e0d9608a458bc7ce420e34e138d902b1b1acee9c7f [2021-02-02T06:10:07.456Z] $ docker rm -f 3d91d8a3aaa24a83b47c25e0d9608a458bc7ce420e34e138d902b1b1acee9c7f [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-02T06:10:08.075Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-02-02T06:10:08.709Z] Stashed 1 file(s) [Pipeline] echo [2021-02-02T06:10:08.735Z] [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 [2021-02-02T06:10:10.117Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-02-02T06:10:10.437Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-02T06:10:10.757Z] + sudo service docker restart [2021-02-02T06:10:10.757Z] + true [2021-02-02T06:10:10.757Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-02-02T06:10:11.364Z] ========================================================= [2021-02-02T06:10:11.364Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-02-02T06:10:11.364Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-02T06:10:11.741Z] + 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 . [2021-02-02T06:10:15.971Z] Sending build context to Docker daemon 327.4MB [2021-02-02T06:10:15.971Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-02-02T06:10:15.971Z] Step 2/6 : FROM ${BASE} [2021-02-02T06:10:15.971Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-02-02T06:10:15.971Z] 188c0c94c7c5: Pulling fs layer [2021-02-02T06:10:15.971Z] 0ef7d3d256c8: Pulling fs layer [2021-02-02T06:10:15.971Z] de9db76c5a1d: Pulling fs layer [2021-02-02T06:10:15.971Z] bca2f99d35d6: Pulling fs layer [2021-02-02T06:10:15.971Z] 93359f2a8cfa: Pulling fs layer [2021-02-02T06:10:15.971Z] 7c6f9722023f: Pulling fs layer [2021-02-02T06:10:15.971Z] a35cf1a2eb13: Pulling fs layer [2021-02-02T06:10:15.971Z] 93359f2a8cfa: Waiting [2021-02-02T06:10:15.971Z] bca2f99d35d6: Waiting [2021-02-02T06:10:15.971Z] 7c6f9722023f: Waiting [2021-02-02T06:10:15.971Z] a35cf1a2eb13: Waiting [2021-02-02T06:10:15.971Z] de9db76c5a1d: Download complete [2021-02-02T06:10:15.971Z] 0ef7d3d256c8: Verifying Checksum [2021-02-02T06:10:15.971Z] 0ef7d3d256c8: Download complete [2021-02-02T06:10:15.971Z] 93359f2a8cfa: Verifying Checksum [2021-02-02T06:10:15.971Z] 93359f2a8cfa: Download complete [2021-02-02T06:10:15.971Z] 7c6f9722023f: Verifying Checksum [2021-02-02T06:10:15.971Z] 7c6f9722023f: Download complete [2021-02-02T06:10:15.971Z] 188c0c94c7c5: Verifying Checksum [2021-02-02T06:10:15.971Z] 188c0c94c7c5: Download complete [2021-02-02T06:10:16.561Z] 188c0c94c7c5: Pull complete [2021-02-02T06:10:16.828Z] 0ef7d3d256c8: Pull complete [2021-02-02T06:10:16.828Z] de9db76c5a1d: Pull complete [2021-02-02T06:10:17.777Z] a35cf1a2eb13: Verifying Checksum [2021-02-02T06:10:17.777Z] a35cf1a2eb13: Download complete [2021-02-02T06:10:18.353Z] bca2f99d35d6: Verifying Checksum [2021-02-02T06:10:18.353Z] bca2f99d35d6: Download complete [2021-02-02T06:10:23.677Z] bca2f99d35d6: Pull complete [2021-02-02T06:10:23.677Z] 93359f2a8cfa: Pull complete [2021-02-02T06:10:23.677Z] 7c6f9722023f: Pull complete [2021-02-02T06:10:24.463Z] Still waiting to schedule task [2021-02-02T06:10:24.463Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2021-02-02T06:10:29.012Z] a35cf1a2eb13: Pull complete [2021-02-02T06:10:29.012Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-02-02T06:10:29.012Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-02-02T06:10:29.012Z] ---> a62c8e92a672 [2021-02-02T06:10:29.012Z] Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2021-02-02T06:10:29.012Z] ---> Running in c929fa2add23 [2021-02-02T06:10:29.012Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-02T06:10:29.963Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-02T06:10:30.543Z] (1/12) Installing libmagic (5.38-r0) [2021-02-02T06:10:30.816Z] (2/12) Installing file (5.38-r0) [2021-02-02T06:10:31.080Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-02-02T06:10:31.080Z] (4/12) Installing g++ (9.3.0-r2) [2021-02-02T06:10:35.301Z] (5/12) Installing fortify-headers (1.1-r0) [2021-02-02T06:10:35.301Z] (6/12) Installing patch (2.7.6-r6) [2021-02-02T06:10:35.301Z] (7/12) Installing build-base (0.5-r2) [2021-02-02T06:10:35.301Z] (8/12) Installing libsodium (1.0.18-r0) [2021-02-02T06:10:35.301Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-02-02T06:10:35.301Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-02-02T06:10:35.301Z] (11/12) Installing libzmq (4.3.3-r0) [2021-02-02T06:10:35.301Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-02-02T06:10:35.563Z] Executing busybox-1.31.1-r19.trigger [2021-02-02T06:10:35.563Z] OK: 233 MiB in 51 packages [2021-02-02T06:10:38.900Z] Removing intermediate container c929fa2add23 [2021-02-02T06:10:38.900Z] ---> 11907a22ad63 [2021-02-02T06:10:38.900Z] Step 4/6 : WORKDIR /edgex-go [2021-02-02T06:10:38.900Z] ---> Running in 86ad52a2c74c [2021-02-02T06:10:39.167Z] Removing intermediate container 86ad52a2c74c [2021-02-02T06:10:39.167Z] ---> bce4e7e1d449 [2021-02-02T06:10:39.167Z] Step 5/6 : COPY go.mod . [2021-02-02T06:10:39.430Z] ---> 7e33e858b7b3 [2021-02-02T06:10:39.430Z] Step 6/6 : RUN go mod download [2021-02-02T06:10:39.430Z] ---> Running in 1ce777b2c7e2 [2021-02-02T06:11:01.744Z] Removing intermediate container 1ce777b2c7e2 [2021-02-02T06:11:01.744Z] ---> 1555c8778ec4 [2021-02-02T06:11:01.744Z] Successfully built 1555c8778ec4 [2021-02-02T06:11:01.744Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-02T06:11:02.170Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-02T06:11:02.170Z] . [Pipeline] withDockerContainer [2021-02-02T06:11:02.294Z] prd-centos7-docker-4c-2g-24529 does not seem to be running inside a container [2021-02-02T06:11:02.345Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-02-02T06:11:03.237Z] $ docker top 4f5a466098b7971956b121eab6876abb312cfe77e13b57d418c2d289bbc4b116 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-02T06:11:03.808Z] + go version [2021-02-02T06:11:03.808Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-02-02T06:11:03.838Z] $ docker stop --time=1 4f5a466098b7971956b121eab6876abb312cfe77e13b57d418c2d289bbc4b116 [2021-02-02T06:11:05.192Z] $ docker rm -f 4f5a466098b7971956b121eab6876abb312cfe77e13b57d418c2d289bbc4b116 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-02T06:11:06.347Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-02T06:11:06.347Z] . [Pipeline] withDockerContainer [2021-02-02T06:11:06.472Z] prd-centos7-docker-4c-2g-24529 does not seem to be running inside a container [2021-02-02T06:11:06.520Z] $ 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/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-02-02T06:11:07.213Z] $ docker top 75fb4ee6549fa4059c21d2d2724d8ff0902852f12073d22624557c598802638a -eo pid,comm [Pipeline] { [Pipeline] echo [2021-02-02T06:11:07.484Z] ========================================================= [2021-02-02T06:11:07.484Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-02-02T06:11:07.484Z] ========================================================= [Pipeline] sh [2021-02-02T06:11:07.794Z] + make test [2021-02-02T06:11:07.794Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-02-02T06:11:17.889Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-02-02T06:11:36.580Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-02-02T06:11:36.581Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-02-02T06:11:37.546Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-02-02T06:11:37.546Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-02-02T06:11:37.546Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-02-02T06:11:40.157Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-02-02T06:11:40.157Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-02-02T06:11:40.157Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-02-02T06:11:40.157Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-02-02T06:11:40.157Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-02-02T06:11:40.431Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-02-02T06:11:43.033Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-02-02T06:11:43.033Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-02-02T06:11:43.033Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-02-02T06:11:45.029Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.107s coverage: 46.0% of statements [2021-02-02T06:11:45.029Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-02-02T06:11:45.029Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-02-02T06:11:45.029Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-02-02T06:11:45.029Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-02-02T06:11:45.029Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-02-02T06:11:45.029Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-02-02T06:11:45.029Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-02-02T06:11:45.029Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.054s coverage: 100.0% of statements [2021-02-02T06:11:49.283Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.188s coverage: 27.1% of statements [2021-02-02T06:11:49.283Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-02-02T06:11:49.283Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-02-02T06:11:49.283Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-02-02T06:11:49.283Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-02-02T06:11:49.283Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-02-02T06:11:49.283Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-02-02T06:11:49.283Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.033s coverage: 100.0% of statements [2021-02-02T06:11:49.283Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-02-02T06:11:49.283Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.029s coverage: 100.0% of statements [2021-02-02T06:11:49.283Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-02-02T06:11:49.283Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-02-02T06:11:49.283Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.093s coverage: 65.8% of statements [2021-02-02T06:11:49.283Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-02-02T06:11:49.283Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-02-02T06:11:49.283Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.126s coverage: 82.3% of statements [2021-02-02T06:11:49.283Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-02-02T06:11:49.283Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-02-02T06:11:49.283Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-02-02T06:11:49.283Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-02-02T06:11:51.244Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.347s coverage: 28.6% of statements [2021-02-02T06:11:51.244Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-02-02T06:11:51.244Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-02-02T06:11:51.244Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-02-02T06:11:51.244Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-02-02T06:11:51.244Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-02-02T06:11:51.244Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.065s coverage: 100.0% of statements [2021-02-02T06:11:51.244Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-02-02T06:11:51.244Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.029s coverage: 100.0% of statements [2021-02-02T06:11:51.244Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-02-02T06:11:51.244Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.106s coverage: 86.7% of statements [2021-02-02T06:11:51.244Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-02-02T06:11:51.244Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.147s coverage: 97.5% of statements [2021-02-02T06:11:51.244Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-02-02T06:11:51.828Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.074s coverage: 78.3% of statements [2021-02-02T06:11:51.828Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-02-02T06:11:51.828Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-02-02T06:11:51.828Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-02-02T06:11:51.828Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-02-02T06:11:54.464Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.396s coverage: 92.8% of statements [2021-02-02T06:11:54.464Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-02-02T06:11:54.464Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-02-02T06:11:54.464Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-02-02T06:11:54.464Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-02-02T06:11:54.464Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-02-02T06:11:54.464Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-02-02T06:11:54.464Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-02-02T06:11:54.464Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-02-02T06:11:54.464Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-02-02T06:11:54.464Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-02-02T06:11:54.464Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-02-02T06:11:54.464Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-02-02T06:11:54.464Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-02-02T06:11:54.464Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-02-02T06:11:54.464Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-02-02T06:11:54.464Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-02-02T06:11:54.464Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-02-02T06:11:54.464Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-02-02T06:11:54.464Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.029s coverage: 58.8% of statements [2021-02-02T06:11:54.464Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-02-02T06:11:54.464Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-02-02T06:11:54.464Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.075s coverage: 0.1% of statements [2021-02-02T06:11:54.464Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-02-02T06:11:54.464Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-02-02T06:11:54.464Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-02-02T06:11:54.464Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.032s coverage: 45.5% of statements [2021-02-02T06:11:54.464Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.052s coverage: 79.5% of statements [2021-02-02T06:11:54.464Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.054s coverage: 94.1% of statements [2021-02-02T06:11:54.464Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.080s coverage: 96.3% of statements [2021-02-02T06:11:54.464Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.044s coverage: 87.5% of statements [2021-02-02T06:12:06.783Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.049s coverage: 94.4% of statements [2021-02-02T06:12:06.783Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.033s coverage: 44.8% of statements [2021-02-02T06:12:16.846Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.068s coverage: 92.9% of statements [2021-02-02T06:12:16.846Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-02-02T06:12:16.846Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-02-02T06:12:16.846Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-02-02T06:12:16.846Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-02-02T06:12:16.846Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.041s coverage: 87.2% of statements [2021-02-02T06:12:16.846Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-02-02T06:12:16.846Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-02-02T06:12:16.846Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.033s coverage: 100.0% of statements [2021-02-02T06:12:16.846Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-02-02T06:12:16.846Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.043s coverage: 75.5% of statements [2021-02-02T06:12:16.846Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-02-02T06:12:16.846Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.032s coverage: 80.8% of statements [2021-02-02T06:12:16.846Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.063s coverage: 87.2% of statements [2021-02-02T06:12:16.846Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.044s coverage: 84.2% of statements [2021-02-02T06:12:16.846Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.074s coverage: 91.4% of statements [2021-02-02T06:12:16.846Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-02-02T06:12:16.846Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.158s coverage: 63.5% of statements [2021-02-02T06:12:16.846Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-02-02T06:12:16.846Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-02-02T06:12:16.846Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.033s coverage: 100.0% of statements [2021-02-02T06:12:16.846Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.043s coverage: 91.3% of statements [2021-02-02T06:12:16.846Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.033s coverage: 100.0% of statements [2021-02-02T06:12:16.846Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.032s coverage: 73.7% of statements [2021-02-02T06:12:16.846Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.032s coverage: 100.0% of statements [2021-02-02T06:12:16.846Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.293s coverage: 68.9% of statements [2021-02-02T06:12:16.846Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-02-02T06:12:16.846Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-02-02T06:12:16.846Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-02-02T06:12:16.846Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-02-02T06:12:16.846Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-02-02T06:12:16.846Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.095s coverage: 37.0% of statements [2021-02-02T06:12:16.846Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-02-02T06:12:16.846Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-02-02T06:12:16.846Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.269s coverage: 84.0% of statements [2021-02-02T06:12:16.846Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.033s coverage: 100.0% of statements [2021-02-02T06:12:16.846Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.103s coverage: 47.1% of statements [2021-02-02T06:12:16.846Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-02-02T06:12:16.846Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-02-02T06:12:16.846Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-02-02T06:12:16.846Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-02-02T06:12:16.846Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-02-02T06:12:16.846Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.054s coverage: 100.0% of statements [2021-02-02T06:12:16.846Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-02-02T06:12:16.846Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.050s coverage: 100.0% of statements [2021-02-02T06:12:16.846Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-02-02T06:12:16.846Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.676s coverage: 29.1% of statements [2021-02-02T06:12:16.846Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-02-02T06:12:16.846Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-02-02T06:12:16.846Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-02-02T06:12:16.846Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-02-02T06:12:16.846Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-02-02T06:12:16.846Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.069s coverage: 99.0% of statements [2021-02-02T06:12:16.846Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-02-02T06:12:16.846Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.045s coverage: 100.0% of statements [2021-02-02T06:12:16.846Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-02-02T06:12:16.846Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-02-02T06:12:16.846Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-02-02T06:12:16.846Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-02-02T06:12:16.846Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.058s coverage: 100.0% of statements [2021-02-02T06:12:16.846Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-02-02T06:12:16.846Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-02-02T06:12:16.846Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-02-02T06:12:16.846Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.023s coverage: 0.0% of statements [2021-02-02T06:12:16.846Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-02-02T06:12:16.846Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.023s coverage: 100.0% of statements [2021-02-02T06:12:16.846Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-02-02T06:12:16.846Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-02-02T06:12:16.846Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-02-02T06:12:16.846Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-02-02T06:12:16.846Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.037s coverage: 87.9% of statements [2021-02-02T06:12:16.846Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-02-02T06:12:16.846Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-02-02T06:12:16.846Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.027s coverage: 100.0% of statements [2021-02-02T06:12:16.846Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.036s coverage: 32.1% of statements [2021-02-02T06:12:16.846Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements [2021-02-02T06:12:17.115Z] GO111MODULE=on go vet ./... [2021-02-02T06:12:43.856Z] gofmt -l . [2021-02-02T06:12:43.856Z] [ "`gofmt -l .`" = "" ] [2021-02-02T06:12:43.856Z] ./bin/test-go-mod-tidy.sh [2021-02-02T06:12:43.856Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-02-02T06:12:44.450Z] + ls -al . [2021-02-02T06:12:44.450Z] total 680 [2021-02-02T06:12:44.450Z] drwxrwxr-x 10 1001 1001 4096 Feb 2 06:12 . [2021-02-02T06:12:44.450Z] drwxr-xr-x 4 root root 28 Feb 2 06:11 .. [2021-02-02T06:12:44.450Z] -rw-rw-r-- 1 1001 1001 11 Feb 2 06:09 .dockerignore [2021-02-02T06:12:44.450Z] drwxrwxr-x 8 1001 1001 179 Feb 2 06:09 .git [2021-02-02T06:12:44.450Z] drwxrwxr-x 3 1001 1001 125 Feb 2 06:09 .github [2021-02-02T06:12:44.450Z] -rw-rw-r-- 1 1001 1001 872 Feb 2 06:09 .gitignore [2021-02-02T06:12:44.450Z] drwx------ 3 1001 1001 60 Feb 2 06:10 .semver [2021-02-02T06:12:44.450Z] -rw-rw-r-- 1 1001 1001 166 Feb 2 06:09 .sonarcloud.properties [2021-02-02T06:12:44.450Z] -rw-rw-r-- 1 1001 1001 7859 Feb 2 06:09 Attribution.txt [2021-02-02T06:12:44.450Z] -rw-rw-r-- 1 1001 1001 3804 Feb 2 06:09 CONTRIBUTING.md [2021-02-02T06:12:44.450Z] -rw-rw-r-- 1 1001 1001 931 Feb 2 06:09 Dockerfile.build [2021-02-02T06:12:44.450Z] -rw-rw-r-- 1 1001 1001 863 Feb 2 06:09 Jenkinsfile [2021-02-02T06:12:44.450Z] -rw-rw-r-- 1 1001 1001 10775 Feb 2 06:09 LICENSE [2021-02-02T06:12:44.450Z] -rw-rw-r-- 1 1001 1001 6001 Feb 2 06:09 Makefile [2021-02-02T06:12:44.450Z] -rw-rw-r-- 1 1001 1001 6524 Feb 2 06:09 README.md [2021-02-02T06:12:44.450Z] -rw-rw-r-- 1 1001 1001 6755 Feb 2 06:09 SECURITY.md [2021-02-02T06:12:44.450Z] -rw-rw-r-- 1 1001 1001 5 Feb 2 06:10 VERSION [2021-02-02T06:12:44.450Z] -rw-rw-r-- 1 1001 1001 4131 Feb 2 06:09 ZMQWindows.md [2021-02-02T06:12:44.450Z] drwxrwxr-x 2 1001 1001 117 Feb 2 06:09 bin [2021-02-02T06:12:44.450Z] drwxrwxr-x 15 1001 1001 4096 Feb 2 06:09 cmd [2021-02-02T06:12:44.450Z] -rw-r--r-- 1 root root 574984 Feb 2 06:12 coverage.out [2021-02-02T06:12:44.450Z] -rw-r--r-- 1 root root 1054 Feb 2 06:12 go.mod [2021-02-02T06:12:44.450Z] -rw-r--r-- 1 root root 19399 Feb 2 06:12 go.sum [2021-02-02T06:12:44.450Z] drwxrwxr-x 8 1001 1001 127 Feb 2 06:09 internal [2021-02-02T06:12:44.450Z] drwxrwxr-x 4 1001 1001 26 Feb 2 06:09 openapi [2021-02-02T06:12:44.450Z] drwxrwxr-x 4 1001 1001 71 Feb 2 06:09 snap [2021-02-02T06:12:44.450Z] -rw-rw-r-- 1 1001 1001 168 Feb 2 06:09 version.go [Pipeline] sh [2021-02-02T06:12:44.776Z] + '[' -e coverage.out ] [2021-02-02T06:12:44.776Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-02-02T06:12:44.986Z] Stashed 1 file(s) [Pipeline] sh [2021-02-02T06:12:45.301Z] + make build [2021-02-02T06:12:45.301Z] 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 [2021-02-02T06:12:48.620Z] 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 [2021-02-02T06:12:56.883Z] 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 [2021-02-02T06:12:57.837Z] 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 [2021-02-02T06:12:59.237Z] 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 [2021-02-02T06:12:59.502Z] 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 [2021-02-02T06:13:00.914Z] 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 [2021-02-02T06:13:02.834Z] 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 [2021-02-02T06:13:03.415Z] 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 [2021-02-02T06:13:04.832Z] 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 [2021-02-02T06:13:05.778Z] 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 [2021-02-02T06:13:06.732Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-02-02T06:13:08.145Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } [2021-02-02T06:13:09.597Z] $ docker stop --time=1 75fb4ee6549fa4059c21d2d2724d8ff0902852f12073d22624557c598802638a [2021-02-02T06:13:11.337Z] $ docker rm -f 75fb4ee6549fa4059c21d2d2724d8ff0902852f12073d22624557c598802638a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-02T06:13:13.526Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-02T06:13:13.526Z] [2021-02-02T06:13:13.526Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-02-02T06:13:13.905Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-02T06:13:13.905Z] latest: Pulling from edgex-devops/edgex-compose [2021-02-02T06:13:13.905Z] cbdbe7a5bc2a: Pulling fs layer [2021-02-02T06:13:13.905Z] ca9280d653b3: Pulling fs layer [2021-02-02T06:13:13.905Z] 7e9c9ca2126c: Pulling fs layer [2021-02-02T06:13:13.905Z] cbdbe7a5bc2a: Download complete [2021-02-02T06:13:14.485Z] ca9280d653b3: Verifying Checksum [2021-02-02T06:13:14.485Z] ca9280d653b3: Download complete [2021-02-02T06:13:14.485Z] cbdbe7a5bc2a: Pull complete [2021-02-02T06:13:15.434Z] 7e9c9ca2126c: Download complete [2021-02-02T06:13:15.699Z] ca9280d653b3: Pull complete [2021-02-02T06:13:23.214Z] 7e9c9ca2126c: Pull complete [2021-02-02T06:13:23.214Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-02-02T06:13:23.214Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-02T06:13:23.214Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-02-02T06:13:23.591Z] prd-centos7-docker-4c-2g-24529 does not seem to be running inside a container [2021-02-02T06:13:23.719Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-02-02T06:13:26.671Z] $ docker top 42d4e31d2f6dc5d22430ed2b9dfc545a196f1341945420fa085ffed0579093ab -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-02T06:13:27.218Z] + docker-compose build --help [2021-02-02T06:13:27.218Z] + grep parallel [2021-02-02T06:13:28.164Z] --parallel Build images in parallel. [Pipeline] } [2021-02-02T06:13:28.192Z] $ docker stop --time=1 42d4e31d2f6dc5d22430ed2b9dfc545a196f1341945420fa085ffed0579093ab [2021-02-02T06:13:29.541Z] $ docker rm -f 42d4e31d2f6dc5d22430ed2b9dfc545a196f1341945420fa085ffed0579093ab [2021-02-02T06:13:29.680Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-24541 in /w/workspace/edgexfoundry_edgex-go_PR-3113 [Pipeline] // withDockerContainer [Pipeline] { [Pipeline] ws [2021-02-02T06:13:29.779Z] Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] checkout [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-02T06:13:30.474Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-02T06:13:30.474Z] . [Pipeline] withDockerContainer [2021-02-02T06:13:30.602Z] prd-centos7-docker-4c-2g-24529 does not seem to be running inside a container [2021-02-02T06:13:30.647Z] $ 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/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-02-02T06:13:31.251Z] $ docker top d133b4c188269a3d2a40b3693553ac620b8a320dc51e8df70b791254c84042aa -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-02T06:13:31.773Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-02-02T06:13:32.727Z] Building docker-core-command-go ... [2021-02-02T06:13:32.727Z] Building docker-core-data-go ... [2021-02-02T06:13:32.727Z] Building docker-core-metadata-go ... [2021-02-02T06:13:32.727Z] Building docker-security-bootstrapper-go ... [2021-02-02T06:13:32.727Z] Building docker-security-proxy-setup-go ... [2021-02-02T06:13:32.727Z] Building docker-security-secretstore-setup-go ... [2021-02-02T06:13:32.727Z] Building docker-support-notifications-go ... [2021-02-02T06:13:32.727Z] Building docker-support-scheduler-go ... [2021-02-02T06:13:32.727Z] Building docker-sys-mgmt-agent-go ... [2021-02-02T06:13:32.727Z] Building docker-security-proxy-setup-go [2021-02-02T06:13:32.727Z] Building docker-support-notifications-go [2021-02-02T06:13:32.727Z] Building docker-core-command-go [2021-02-02T06:13:32.727Z] Building docker-core-metadata-go [2021-02-02T06:13:32.727Z] Building docker-support-scheduler-go [2021-02-02T06:13:35.301Z] using credential edgex-jenkins-ssh [2021-02-02T06:13:35.367Z] Cloning the remote Git repository [2021-02-02T06:13:35.438Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-02-02T06:13:35.577Z] > git init /w/workspace/edgex-go/1 # timeout=10 [2021-02-02T06:13:35.666Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-02T06:13:35.667Z] > git --version # timeout=10 [2021-02-02T06:13:35.690Z] > git --version # 'git version 2.17.1' [2021-02-02T06:13:35.692Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-02T06:13:35.757Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-02T06:14:00.310Z] Merging remotes/origin/master commit 2a4efc596d6299a706f2b1b5ea90705279ab33b1 into PR head commit 7cbd8b2f95d0db505ea87ee4a34606139244d0cb [2021-02-02T06:14:00.926Z] Merge succeeded, producing 7cbd8b2f95d0db505ea87ee4a34606139244d0cb [2021-02-02T06:14:00.927Z] Checking out Revision 7cbd8b2f95d0db505ea87ee4a34606139244d0cb (PR-3113) [2021-02-02T06:13:59.544Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-02T06:13:59.567Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-02T06:13:59.603Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-02T06:13:59.655Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-02T06:13:59.656Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-02T06:13:59.671Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3113/head:refs/remotes/origin/PR-3113 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-02T06:14:00.336Z] > git config core.sparsecheckout # timeout=10 [2021-02-02T06:14:00.413Z] > git checkout -f 7cbd8b2f95d0db505ea87ee4a34606139244d0cb # timeout=10 [2021-02-02T06:14:00.811Z] > git remote # timeout=10 [2021-02-02T06:14:00.837Z] > git config --get remote.origin.url # timeout=10 [2021-02-02T06:14:00.861Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-02T06:14:00.876Z] > git merge 2a4efc596d6299a706f2b1b5ea90705279ab33b1 # timeout=10 [2021-02-02T06:14:00.907Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-02-02T06:14:00.935Z] > git config core.sparsecheckout # timeout=10 [2021-02-02T06:14:00.949Z] > git checkout -f 7cbd8b2f95d0db505ea87ee4a34606139244d0cb # timeout=10 [2021-02-02T06:14:05.104Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-02T06:14:05.104Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-02T06:14:05.104Z] ---> 1555c8778ec4 [2021-02-02T06:14:05.104Z] Step 3/23 : WORKDIR /edgex-go [2021-02-02T06:14:05.104Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-02T06:14:05.104Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-02-02T06:14:05.104Z] ---> 1555c8778ec4 [2021-02-02T06:14:05.104Z] Step 3/21 : WORKDIR /edgex-go [2021-02-02T06:14:05.104Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-02T06:14:05.104Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-02T06:14:05.104Z] ---> 1555c8778ec4 [2021-02-02T06:14:05.104Z] Step 3/22 : WORKDIR /edgex-go [2021-02-02T06:14:05.104Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-02T06:14:05.104Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-02T06:14:05.104Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-02T06:14:05.104Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-02T06:14:05.104Z] ---> 1555c8778ec4 [2021-02-02T06:14:05.104Z] Step 3/23 : WORKDIR /edgex-go ---> 1555c8778ec4 [2021-02-02T06:14:05.104Z] [2021-02-02T06:14:05.104Z] Step 3/22 : WORKDIR /edgex-go [2021-02-02T06:14:05.104Z] ---> Running in 39878fdf4d50 [2021-02-02T06:14:05.104Z] ---> Running in 05802948b264 [2021-02-02T06:14:05.104Z] ---> Running in 961d2bd0fccc [2021-02-02T06:14:05.104Z] ---> Running in 83975e4742f4 [2021-02-02T06:14:05.104Z] ---> Running in e5ae470b0cfa [2021-02-02T06:14:05.688Z] Removing intermediate container 39878fdf4d50 [2021-02-02T06:14:05.688Z] ---> 9e9efe32aefa [2021-02-02T06:14:05.688Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-02T06:14:05.688Z] Removing intermediate container e5ae470b0cfa [2021-02-02T06:14:05.688Z] ---> 2649b0ced6bd [2021-02-02T06:14:05.688Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-02T06:14:05.688Z] Removing intermediate container 961d2bd0fccc [2021-02-02T06:14:05.688Z] ---> 9b7b1068c284 [2021-02-02T06:14:05.688Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-02T06:14:05.688Z] Removing intermediate container 05802948b264 [2021-02-02T06:14:05.688Z] ---> 7bc6c53f25be [2021-02-02T06:14:05.688Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-02T06:14:05.688Z] Removing intermediate container 83975e4742f4 [2021-02-02T06:14:05.688Z] ---> 041a134fba09 [2021-02-02T06:14:05.688Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-02T06:14:05.955Z] ---> Running in deff8aa2a98f [2021-02-02T06:14:05.955Z] ---> Running in d1da6baae60f [2021-02-02T06:14:05.955Z] ---> Running in 8ea429172c5b [2021-02-02T06:14:05.955Z] ---> Running in fee5958789c8 [2021-02-02T06:14:05.955Z] ---> Running in c741ac6833bb [2021-02-02T06:14:05.995Z] Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-messaging/v2" [2021-02-02T06:14:06.067Z] > git --version # timeout=10 [2021-02-02T06:14:06.084Z] > git --version # 'git version 2.17.1' [2021-02-02T06:14:06.102Z] fatal: bad object 69a7e166112f335804d9fea76440e5140e47f034 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-02-02T06:14:07.896Z] Removing intermediate container d1da6baae60f [2021-02-02T06:14:07.896Z] ---> bcfba8c452eb [2021-02-02T06:14:07.896Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-02T06:14:07.896Z] ---> Running in 6c5f4cb82163 [2021-02-02T06:14:07.896Z] Removing intermediate container deff8aa2a98f [2021-02-02T06:14:07.896Z] ---> 1b466520454b [2021-02-02T06:14:07.896Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-02-02T06:14:07.896Z] Removing intermediate container 8ea429172c5b [2021-02-02T06:14:07.896Z] ---> 89b9eeb805c1 [2021-02-02T06:14:07.896Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-02T06:14:07.952Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-02-02T06:14:08.173Z] ---> Running in fd8a16e61d19 [2021-02-02T06:14:08.173Z] ---> Running in 00995d27ce65 [2021-02-02T06:14:08.436Z] Removing intermediate container c741ac6833bb [2021-02-02T06:14:08.436Z] ---> 503cfd92292e [2021-02-02T06:14:08.436Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-02-02T06:14:08.436Z] Removing intermediate container fee5958789c8 [2021-02-02T06:14:08.436Z] ---> 7ead373c647d [2021-02-02T06:14:08.436Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-02-02T06:14:08.466Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-02T06:14:08.713Z] ---> Running in e54eb4e91bf3 [2021-02-02T06:14:08.713Z] ---> Running in 936e1c01a903 [2021-02-02T06:14:08.838Z] + sudo service docker restart+ [2021-02-02T06:14:08.838Z] true [2021-02-02T06:14:09.304Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-02T06:14:09.571Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-02T06:14:09.571Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-02T06:14:09.571Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-02T06:14:09.571Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-02T06:14:10.146Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-02T06:14:10.412Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-02T06:14:10.412Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-02T06:14:10.412Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-02T06:14:10.412Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-02T06:14:10.988Z] OK: 233 MiB in 51 packages [2021-02-02T06:14:11.252Z] OK: 233 MiB in 51 packages [2021-02-02T06:14:11.252Z] OK: 233 MiB in 51 packages [2021-02-02T06:14:11.516Z] OK: 233 MiB in 51 packages [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-02T06:14:11.625Z] provisioning config files... [2021-02-02T06:14:11.676Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config8057194521048415044tmp [Pipeline] { [Pipeline] libraryResource [2021-02-02T06:14:11.782Z] OK: 233 MiB in 51 packages [2021-02-02T06:14:11.782Z] Removing intermediate container e54eb4e91bf3 [2021-02-02T06:14:11.782Z] ---> a09fbea10bd1 [2021-02-02T06:14:11.782Z] Step 6/22 : COPY go.mod . [Pipeline] sh [2021-02-02T06:14:12.045Z] Removing intermediate container 00995d27ce65 [2021-02-02T06:14:12.045Z] ---> 43379af048da [2021-02-02T06:14:12.045Z] Step 6/23 : COPY go.mod . [2021-02-02T06:14:12.135Z] ---> docker-login.sh [2021-02-02T06:14:12.135Z] nexus3.edgexfoundry.org:10001 [2021-02-02T06:14:12.329Z] ---> 1dac051bd374 [2021-02-02T06:14:12.329Z] Step 7/22 : RUN go mod download [2021-02-02T06:14:12.329Z] Removing intermediate container 936e1c01a903 [2021-02-02T06:14:12.329Z] ---> 1b114669f692 [2021-02-02T06:14:12.329Z] Step 6/21 : COPY go.mod . [2021-02-02T06:14:12.329Z] ---> Running in cf095b59464e [2021-02-02T06:14:12.610Z] ---> 3dbe1629f761 [2021-02-02T06:14:12.610Z] Step 7/23 : RUN go mod download [2021-02-02T06:14:12.610Z] Removing intermediate container 6c5f4cb82163 [2021-02-02T06:14:12.610Z] ---> 433c420ce09e [2021-02-02T06:14:12.610Z] Step 6/23 : COPY go.mod . [2021-02-02T06:14:12.610Z] ---> Running in a6e74e253dbc [2021-02-02T06:14:12.879Z] ---> 1eb0ccb82a81 [2021-02-02T06:14:12.879Z] Step 7/21 : RUN go mod download [2021-02-02T06:14:12.879Z] Removing intermediate container fd8a16e61d19 [2021-02-02T06:14:12.879Z] ---> be089f9f3d3b [2021-02-02T06:14:12.879Z] Step 6/22 : COPY go.mod . [2021-02-02T06:14:13.127Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-02T06:14:13.142Z] ---> cefd5d961604 [2021-02-02T06:14:13.142Z] Step 7/23 : RUN go mod download [2021-02-02T06:14:13.142Z] ---> Running in 0dfd964947fb [2021-02-02T06:14:13.404Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-02T06:14:13.404Z] Configure a credential helper to remove this warning. See [2021-02-02T06:14:13.404Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-02T06:14:13.404Z] [2021-02-02T06:14:13.404Z] Login Succeeded [2021-02-02T06:14:13.404Z] nexus3.edgexfoundry.org:10002 [2021-02-02T06:14:13.413Z] ---> Running in 7eb8109dc957 [2021-02-02T06:14:13.413Z] ---> 5ad5d44a43ae [2021-02-02T06:14:13.413Z] Step 7/22 : RUN go mod download [2021-02-02T06:14:13.682Z] ---> Running in 2b832b3a92fc [2021-02-02T06:14:14.009Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-02T06:14:14.009Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-02T06:14:14.009Z] Configure a credential helper to remove this warning. See [2021-02-02T06:14:14.009Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-02T06:14:14.009Z] [2021-02-02T06:14:14.009Z] Login Succeeded [2021-02-02T06:14:14.287Z] nexus3.edgexfoundry.org:10003 [2021-02-02T06:14:14.562Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-02T06:14:14.838Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-02T06:14:14.838Z] Configure a credential helper to remove this warning. See [2021-02-02T06:14:14.838Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-02T06:14:14.838Z] [2021-02-02T06:14:14.838Z] Login Succeeded [2021-02-02T06:14:14.838Z] nexus3.edgexfoundry.org:10004 [2021-02-02T06:14:15.103Z] Removing intermediate container a6e74e253dbc [2021-02-02T06:14:15.103Z] ---> 1987890d635d [2021-02-02T06:14:15.103Z] Step 8/23 : COPY . . [2021-02-02T06:14:15.103Z] Removing intermediate container cf095b59464e [2021-02-02T06:14:15.103Z] ---> 372d2f55f45f [2021-02-02T06:14:15.103Z] Step 8/22 : COPY . . [2021-02-02T06:14:15.116Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-02T06:14:15.393Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-02T06:14:15.393Z] Configure a credential helper to remove this warning. See [2021-02-02T06:14:15.393Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-02T06:14:15.393Z] [2021-02-02T06:14:15.393Z] Login Succeeded [2021-02-02T06:14:15.393Z] docker.io [2021-02-02T06:14:15.688Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-02T06:14:16.293Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-02T06:14:16.293Z] Configure a credential helper to remove this warning. See [2021-02-02T06:14:16.293Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-02T06:14:16.293Z] [2021-02-02T06:14:16.293Z] Login Succeeded [2021-02-02T06:14:16.293Z] ---> docker-login.sh ends [Pipeline] } [2021-02-02T06:14:16.336Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-02-02T06:14:16.946Z] ========================================================= [2021-02-02T06:14:16.946Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-02-02T06:14:16.946Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-02T06:14:17.367Z] + 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 . [2021-02-02T06:14:18.457Z] Removing intermediate container 0dfd964947fb [2021-02-02T06:14:18.457Z] ---> 032340bd3f4f [2021-02-02T06:14:18.457Z] Step 8/21 : COPY . . [2021-02-02T06:14:19.867Z] Removing intermediate container 7eb8109dc957 [2021-02-02T06:14:19.867Z] ---> a07449d627da [2021-02-02T06:14:19.867Z] Step 8/23 : COPY . . [2021-02-02T06:14:19.867Z] Removing intermediate container 2b832b3a92fc [2021-02-02T06:14:19.867Z] ---> cc68df31e909 [2021-02-02T06:14:19.867Z] Step 8/22 : COPY . . [2021-02-02T06:14:20.043Z] Sending build context to Docker daemon 166MB [2021-02-02T06:14:20.044Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-02-02T06:14:20.044Z] Step 2/6 : FROM ${BASE} [2021-02-02T06:14:20.044Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-02-02T06:14:20.044Z] 5f621e34cdf4: Pulling fs layer [2021-02-02T06:14:20.044Z] a4357932f1b6: Pulling fs layer [2021-02-02T06:14:20.044Z] 18c013af1878: Pulling fs layer [2021-02-02T06:14:20.044Z] 00ac8860ef70: Pulling fs layer [2021-02-02T06:14:20.044Z] 63d7cb157983: Pulling fs layer [2021-02-02T06:14:20.044Z] b116817d02f9: Pulling fs layer [2021-02-02T06:14:20.044Z] 745a02a5169b: Pulling fs layer [2021-02-02T06:14:20.044Z] 00ac8860ef70: Waiting [2021-02-02T06:14:20.044Z] 63d7cb157983: Waiting [2021-02-02T06:14:20.044Z] b116817d02f9: Waiting [2021-02-02T06:14:20.044Z] 745a02a5169b: Waiting [2021-02-02T06:14:20.044Z] 18c013af1878: Download complete [2021-02-02T06:14:20.044Z] a4357932f1b6: Verifying Checksum [2021-02-02T06:14:20.044Z] a4357932f1b6: Download complete [2021-02-02T06:14:20.044Z] 63d7cb157983: Verifying Checksum [2021-02-02T06:14:20.044Z] 63d7cb157983: Download complete [2021-02-02T06:14:20.044Z] b116817d02f9: Verifying Checksum [2021-02-02T06:14:20.044Z] b116817d02f9: Download complete [2021-02-02T06:14:20.044Z] 5f621e34cdf4: Verifying Checksum [2021-02-02T06:14:20.044Z] 5f621e34cdf4: Download complete [2021-02-02T06:14:20.655Z] 5f621e34cdf4: Pull complete [2021-02-02T06:14:21.265Z] a4357932f1b6: Pull complete [2021-02-02T06:14:21.870Z] 18c013af1878: Pull complete [2021-02-02T06:14:22.870Z] 745a02a5169b: Verifying Checksum [2021-02-02T06:14:22.870Z] 745a02a5169b: Download complete [2021-02-02T06:14:23.856Z] 00ac8860ef70: Verifying Checksum [2021-02-02T06:14:23.856Z] 00ac8860ef70: Download complete [2021-02-02T06:14:34.047Z] 00ac8860ef70: Pull complete [2021-02-02T06:14:34.047Z] 63d7cb157983: Pull complete [2021-02-02T06:14:34.322Z] b116817d02f9: Pull complete [2021-02-02T06:14:37.725Z] 745a02a5169b: Pull complete [2021-02-02T06:14:37.725Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-02-02T06:14:37.725Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-02-02T06:14:37.725Z] ---> b7e6874047d6 [2021-02-02T06:14:37.725Z] Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2021-02-02T06:14:42.072Z] ---> Running in 7c059a90e98c [2021-02-02T06:14:43.528Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-02T06:14:44.509Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-02T06:14:45.494Z] (1/12) Installing libmagic (5.38-r0) [2021-02-02T06:14:45.766Z] (2/12) Installing file (5.38-r0) [2021-02-02T06:14:46.045Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-02-02T06:14:46.045Z] (4/12) Installing g++ (9.3.0-r2) [2021-02-02T06:14:50.344Z] (5/12) Installing fortify-headers (1.1-r0) [2021-02-02T06:14:50.344Z] (6/12) Installing patch (2.7.6-r6) [2021-02-02T06:14:50.344Z] (7/12) Installing build-base (0.5-r2) [2021-02-02T06:14:50.344Z] (8/12) Installing libsodium (1.0.18-r0) [2021-02-02T06:14:50.344Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-02-02T06:14:50.344Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-02-02T06:14:50.344Z] (11/12) Installing libzmq (4.3.3-r0) [2021-02-02T06:14:50.617Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-02-02T06:14:50.617Z] Executing busybox-1.31.1-r19.trigger [2021-02-02T06:14:50.617Z] OK: 217 MiB in 51 packages [2021-02-02T06:14:54.930Z] Removing intermediate container 7c059a90e98c [2021-02-02T06:14:54.930Z] ---> 604a6aa89758 [2021-02-02T06:14:54.930Z] Step 4/6 : WORKDIR /edgex-go [2021-02-02T06:14:55.204Z] ---> Running in 2d119447d848 [2021-02-02T06:14:55.812Z] Removing intermediate container 2d119447d848 [2021-02-02T06:14:55.812Z] ---> 5a81516afdc2 [2021-02-02T06:14:55.812Z] Step 5/6 : COPY go.mod . [2021-02-02T06:14:56.414Z] ---> 93347c9c9c6f [2021-02-02T06:14:56.414Z] Step 6/6 : RUN go mod download [2021-02-02T06:14:56.692Z] ---> Running in e03ca2458dee [2021-02-02T06:14:58.847Z] ---> cbaa8f4e424a [2021-02-02T06:14:58.847Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-02-02T06:14:58.847Z] ---> Running in abe3f16b06ea [2021-02-02T06:14:58.847Z] ---> 89745e2abbfe [2021-02-02T06:14:58.847Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-02-02T06:14:58.847Z] ---> 92f20cf96619 [2021-02-02T06:14:58.847Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-02-02T06:14:58.847Z] ---> bbf11be19e98 [2021-02-02T06:14:58.847Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-02-02T06:14:58.847Z] ---> f4e38fb35466 [2021-02-02T06:14:58.847Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-02-02T06:14:58.847Z] ---> Running in 78f9663f9195 [2021-02-02T06:14:58.847Z] ---> Running in abcce5d3bd27 [2021-02-02T06:14:58.847Z] ---> Running in d5c1d442ce20 [2021-02-02T06:14:58.847Z] ---> Running in e70885d96010 [2021-02-02T06:14:58.847Z] 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 [2021-02-02T06:14:58.847Z] 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 [2021-02-02T06:14:58.847Z] 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 [2021-02-02T06:14:58.847Z] 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 [2021-02-02T06:14:58.847Z] 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 [2021-02-02T06:15:25.596Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-02-02T06:15:29.075Z] Removing intermediate container e03ca2458dee [2021-02-02T06:15:29.075Z] ---> 785efe915c8f [2021-02-02T06:15:29.075Z] Successfully built 785efe915c8f [2021-02-02T06:15:29.075Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-02T06:15:29.501Z] + docker inspect -f . ci-base-image-arm64 [2021-02-02T06:15:29.501Z] . [Pipeline] withDockerContainer [2021-02-02T06:15:29.853Z] prd-ubuntu18.04-docker-arm64-4c-16g-24541 does not seem to be running inside a container [2021-02-02T06:15:29.959Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-02-02T06:15:30.978Z] Removing intermediate container abcce5d3bd27 [2021-02-02T06:15:30.978Z] ---> 91bb54a8ac8e [2021-02-02T06:15:30.978Z] [2021-02-02T06:15:30.978Z] Step 10/22 : FROM alpine:3.12 [2021-02-02T06:15:31.257Z] 3.12: Pulling from library/alpine [2021-02-02T06:15:31.513Z] $ docker top 88156655cdbb7a68383c1d9484237dbc01c4d6bc9145ad0a28b24f0524f9390a -eo pid,comm [Pipeline] { [2021-02-02T06:15:31.856Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-02-02T06:15:31.856Z] Status: Downloaded newer image for alpine:3.12 [2021-02-02T06:15:31.856Z] ---> 389fef711851 [2021-02-02T06:15:31.856Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [Pipeline] sh [2021-02-02T06:15:32.588Z] + go version [2021-02-02T06:15:32.588Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-02-02T06:15:32.616Z] $ docker stop --time=1 88156655cdbb7a68383c1d9484237dbc01c4d6bc9145ad0a28b24f0524f9390a [2021-02-02T06:15:34.493Z] $ docker rm -f 88156655cdbb7a68383c1d9484237dbc01c4d6bc9145ad0a28b24f0524f9390a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [2021-02-02T06:15:35.198Z] ---> Running in 1feef2d7a1b5 [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-02T06:15:35.703Z] + docker inspect -f . ci-base-image-arm64 [2021-02-02T06:15:35.703Z] . [Pipeline] withDockerContainer [2021-02-02T06:15:36.013Z] prd-ubuntu18.04-docker-arm64-4c-16g-24541 does not seem to be running inside a container [2021-02-02T06:15:36.099Z] $ 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/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-02-02T06:15:36.607Z] Removing intermediate container d5c1d442ce20 [2021-02-02T06:15:36.607Z] ---> f5ae1387886d [2021-02-02T06:15:36.607Z] [2021-02-02T06:15:36.607Z] Step 10/21 : FROM alpine:3.12 [2021-02-02T06:15:36.607Z] ---> 389fef711851 [2021-02-02T06:15:36.607Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-02-02T06:15:37.191Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-02T06:15:37.191Z] Removing intermediate container 78f9663f9195 [2021-02-02T06:15:37.191Z] ---> 7b6be36e9fc5 [2021-02-02T06:15:37.191Z] [2021-02-02T06:15:37.191Z] Step 10/22 : FROM alpine:3.12 [2021-02-02T06:15:37.191Z] ---> 389fef711851 [2021-02-02T06:15:37.191Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-02-02T06:15:37.191Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-02T06:15:37.455Z] (1/2) Installing ca-certificates (20191127-r4) [2021-02-02T06:15:37.455Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-02-02T06:15:37.455Z] Executing busybox-1.31.1-r19.trigger [2021-02-02T06:15:37.455Z] Executing ca-certificates-20191127-r4.trigger [2021-02-02T06:15:37.455Z] OK: 6 MiB in 16 packages [2021-02-02T06:15:37.516Z] $ docker top 671913e0bdae6e7702d0f2500a41224f8ddb1d36174133918d1b6d3a155abfb3 -eo pid,comm [2021-02-02T06:15:37.718Z] Removing intermediate container abe3f16b06ea [2021-02-02T06:15:37.718Z] ---> fbc32fe84bb7 [2021-02-02T06:15:37.718Z] [2021-02-02T06:15:37.718Z] Step 10/23 : FROM alpine:3.12 [2021-02-02T06:15:37.718Z] ---> 389fef711851 [2021-02-02T06:15:37.718Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [Pipeline] { [Pipeline] echo [2021-02-02T06:15:37.954Z] ========================================================= [2021-02-02T06:15:37.954Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-02-02T06:15:37.954Z] ========================================================= [Pipeline] sh [2021-02-02T06:15:37.983Z] ---> Running in 179f535c1d04 [2021-02-02T06:15:38.338Z] + make test [2021-02-02T06:15:38.623Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-02-02T06:15:39.381Z] ---> Running in aae1f155f613 [2021-02-02T06:15:39.382Z] ---> Running in f2542181b90e [2021-02-02T06:15:39.650Z] Removing intermediate container e70885d96010 [2021-02-02T06:15:39.650Z] ---> 70de872d1605 [2021-02-02T06:15:39.650Z] [2021-02-02T06:15:39.650Z] Step 10/23 : FROM alpine:3.12 [2021-02-02T06:15:39.650Z] ---> 389fef711851 [2021-02-02T06:15:39.650Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-02T06:15:39.914Z] ---> Running in 0d94b546de5e [2021-02-02T06:15:41.876Z] Removing intermediate container 1feef2d7a1b5 [2021-02-02T06:15:41.876Z] ---> bd495c5ebd8d [2021-02-02T06:15:41.876Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-02T06:15:41.876Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-02T06:15:41.876Z] ---> Running in e2935cf47c00 [2021-02-02T06:15:41.876Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-02T06:15:41.876Z] (1/4) Installing ca-certificates (20191127-r4) [2021-02-02T06:15:41.876Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-02-02T06:15:41.876Z] (3/4) Installing libcurl (7.69.1-r3) [2021-02-02T06:15:41.876Z] (4/4) Installing curl (7.69.1-r3) [2021-02-02T06:15:41.876Z] Executing busybox-1.31.1-r19.trigger [2021-02-02T06:15:41.876Z] Executing ca-certificates-20191127-r4.trigger [2021-02-02T06:15:42.145Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-02T06:15:42.145Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-02T06:15:42.145Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-02T06:15:42.145Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-02T06:15:42.145Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-02T06:15:42.145Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-02T06:15:42.410Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-02T06:15:42.410Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-02T06:15:42.410Z] Executing busybox-1.31.1-r19.trigger [2021-02-02T06:15:42.410Z] Executing busybox-1.31.1-r19.trigger [2021-02-02T06:15:42.410Z] OK: 6 MiB in 15 packages [2021-02-02T06:15:42.410Z] OK: 6 MiB in 15 packages [2021-02-02T06:15:42.410Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-02T06:15:42.410Z] OK: 7 MiB in 18 packages [2021-02-02T06:15:42.410Z] Executing busybox-1.31.1-r19.trigger [2021-02-02T06:15:42.410Z] OK: 6 MiB in 15 packages [2021-02-02T06:15:42.410Z] Removing intermediate container e2935cf47c00 [2021-02-02T06:15:42.410Z] ---> c1799dbc555c [2021-02-02T06:15:42.410Z] Step 13/22 : ENV APP_PORT=48060 [2021-02-02T06:15:42.674Z] ---> Running in 1bfeb6ed966b [2021-02-02T06:15:42.974Z] Removing intermediate container 1bfeb6ed966b [2021-02-02T06:15:42.974Z] ---> d4a7cb32f998 [2021-02-02T06:15:42.974Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-02T06:15:43.265Z] ---> Running in 9a96a5bc2f5b [2021-02-02T06:15:43.867Z] Removing intermediate container 9a96a5bc2f5b [2021-02-02T06:15:43.867Z] ---> 29add430f7e2 [2021-02-02T06:15:43.867Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-02T06:15:43.867Z] Removing intermediate container 0d94b546de5e [2021-02-02T06:15:43.867Z] ---> 04344acfbd1a [2021-02-02T06:15:43.867Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-02T06:15:44.146Z] Removing intermediate container f2542181b90e [2021-02-02T06:15:44.146Z] ---> 9d940c90be1d [2021-02-02T06:15:44.146Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-02T06:15:44.146Z] ---> Running in 82cc2f30fa65 [2021-02-02T06:15:44.410Z] Removing intermediate container 179f535c1d04 [2021-02-02T06:15:44.410Z] ---> 7a5120c2ad3b [2021-02-02T06:15:44.410Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-02T06:15:44.673Z] Removing intermediate container aae1f155f613 [2021-02-02T06:15:44.673Z] ---> 14a24caffb99 [2021-02-02T06:15:44.674Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-02T06:15:44.674Z] ---> Running in c1ee5d680589 [2021-02-02T06:15:44.674Z] ---> Running in ca472b6badc7 [2021-02-02T06:15:44.674Z] ---> Running in 6a42a43bd498 [2021-02-02T06:15:44.938Z] ---> 09bd799000d6 [2021-02-02T06:15:44.938Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-02-02T06:15:44.938Z] Removing intermediate container 82cc2f30fa65 [2021-02-02T06:15:44.938Z] ---> 340f4c1fba7f [2021-02-02T06:15:44.938Z] Step 13/23 : ENV APP_PORT=48081 [2021-02-02T06:15:44.938Z] Removing intermediate container c1ee5d680589 [2021-02-02T06:15:44.938Z] ---> 8085b1f5e5f6 [2021-02-02T06:15:44.938Z] Step 13/22 : ENV APP_PORT=48085 [2021-02-02T06:15:45.200Z] ---> Running in 6fc8ea001075 [2021-02-02T06:15:45.200Z] Removing intermediate container ca472b6badc7 [2021-02-02T06:15:45.200Z] ---> f60984ad416b [2021-02-02T06:15:45.200Z] Step 13/23 : ENV APP_PORT=48082 [2021-02-02T06:15:45.200Z] Removing intermediate container 6a42a43bd498 [2021-02-02T06:15:45.200Z] ---> 644ec4ab10bc [2021-02-02T06:15:45.200Z] Step 13/21 : WORKDIR /edgex [2021-02-02T06:15:45.200Z] ---> Running in c6b6a96b9fe7 [2021-02-02T06:15:45.465Z] ---> Running in b200dc9579e3 [2021-02-02T06:15:45.465Z] ---> Running in c74c0caa2bd2 [2021-02-02T06:15:45.465Z] ---> 754de8bee5b9 [2021-02-02T06:15:45.465Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-02-02T06:15:45.465Z] Removing intermediate container 6fc8ea001075 [2021-02-02T06:15:45.465Z] ---> 6dc6c50281ea [2021-02-02T06:15:45.465Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-02T06:15:45.730Z] ---> Running in 89817d2521b5 [2021-02-02T06:15:45.730Z] Removing intermediate container c6b6a96b9fe7 [2021-02-02T06:15:45.730Z] ---> 2a11e4d9d9b5 [2021-02-02T06:15:45.730Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-02T06:15:45.730Z] Removing intermediate container c74c0caa2bd2 [2021-02-02T06:15:45.730Z] ---> 763966788239 [2021-02-02T06:15:45.730Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-02-02T06:15:45.994Z] Removing intermediate container b200dc9579e3 [2021-02-02T06:15:45.994Z] ---> 470a9c70b5f4 [2021-02-02T06:15:45.994Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-02T06:15:45.994Z] ---> b57f601d96e2 [2021-02-02T06:15:45.994Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-02-02T06:15:45.994Z] ---> Running in 88deecc8f6fd [2021-02-02T06:15:45.994Z] ---> Running in 3b7c2a09df07 [2021-02-02T06:15:46.571Z] ---> Running in 21d863f71b12 [2021-02-02T06:15:46.571Z] Removing intermediate container 89817d2521b5 [2021-02-02T06:15:46.571Z] ---> 9a59cafedb85 [2021-02-02T06:15:46.571Z] Step 15/23 : WORKDIR / [2021-02-02T06:15:46.571Z] ---> 18e0e461f97e [2021-02-02T06:15:46.571Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-02-02T06:15:46.571Z] ---> Running in 42c64ec648e5 [2021-02-02T06:15:46.571Z] Removing intermediate container 88deecc8f6fd [2021-02-02T06:15:46.571Z] ---> a84bea519f67 [2021-02-02T06:15:46.571Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-02T06:15:46.571Z] Removing intermediate container 3b7c2a09df07 [2021-02-02T06:15:46.571Z] ---> 68ac7e17d927 [2021-02-02T06:15:46.571Z] Step 15/23 : WORKDIR / [2021-02-02T06:15:46.838Z] Removing intermediate container 21d863f71b12 [2021-02-02T06:15:46.838Z] ---> 14f9f653c5d7 [2021-02-02T06:15:46.838Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-02T06:15:46.838Z] ---> Running in 2de6cb09fef7 [2021-02-02T06:15:46.838Z] ---> Running in 8757308e76d9 [2021-02-02T06:15:47.105Z] Removing intermediate container 42c64ec648e5 [2021-02-02T06:15:47.105Z] ---> 88588e07a29b [2021-02-02T06:15:47.105Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-02T06:15:47.105Z] ---> 56ad1a5e21d2 [2021-02-02T06:15:47.105Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-02-02T06:15:47.105Z] ---> f42efd905bd4 [2021-02-02T06:15:47.105Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-02-02T06:15:47.369Z] Removing intermediate container 8757308e76d9 [2021-02-02T06:15:47.369Z] ---> 56226b477a35 [2021-02-02T06:15:47.369Z] Step 20/22 : LABEL arch=x86_64 [2021-02-02T06:15:47.632Z] Removing intermediate container 2de6cb09fef7 [2021-02-02T06:15:47.632Z] ---> a646da6a9f2c [2021-02-02T06:15:47.632Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-02T06:15:47.632Z] ---> 0550ce243a95 [2021-02-02T06:15:47.632Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-02-02T06:15:47.632Z] ---> Running in bea2ff7786a3 [2021-02-02T06:15:47.900Z] ---> b26f972adaf4 [2021-02-02T06:15:47.901Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-02-02T06:15:47.901Z] ---> 33c3246dd811 [2021-02-02T06:15:47.901Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-02-02T06:15:47.901Z] ---> d08b6261b4d2 [2021-02-02T06:15:47.901Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-02-02T06:15:47.901Z] ---> Running in a4f0127f13b8 [2021-02-02T06:15:48.162Z] Removing intermediate container bea2ff7786a3 [2021-02-02T06:15:48.162Z] ---> 26542e97d278 [2021-02-02T06:15:48.162Z] Step 21/22 : LABEL git_sha=7cbd8b2f95d0db505ea87ee4a34606139244d0cb [2021-02-02T06:15:48.424Z] ---> Running in 9b8c731ae9c5 [2021-02-02T06:15:48.424Z] Removing intermediate container a4f0127f13b8 [2021-02-02T06:15:48.424Z] ---> c6b7d81f3859 [2021-02-02T06:15:48.424Z] Step 18/21 : CMD ["--init=true"] [2021-02-02T06:15:48.687Z] ---> 3980c57114f6 [2021-02-02T06:15:48.687Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-02-02T06:15:48.687Z] ---> 5cd203c27b20 [2021-02-02T06:15:48.687Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-02-02T06:15:48.949Z] ---> 068c52e6e976 [2021-02-02T06:15:48.949Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-02-02T06:15:48.949Z] ---> Running in 1851e28be4f2 [2021-02-02T06:15:48.949Z] Removing intermediate container 9b8c731ae9c5 [2021-02-02T06:15:48.949Z] ---> 0c149cedfa8f [2021-02-02T06:15:48.949Z] Step 22/22 : LABEL version=0.0.0 [2021-02-02T06:15:48.949Z] ---> Running in 6c67426ed7b4 [2021-02-02T06:15:49.212Z] ---> Running in ba058a4dfcca [2021-02-02T06:15:49.212Z] ---> 90a8cc9a2cda [2021-02-02T06:15:49.212Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-02-02T06:15:49.212Z] ---> Running in 87fb390649c1 [2021-02-02T06:15:49.212Z] Removing intermediate container 1851e28be4f2 [2021-02-02T06:15:49.212Z] ---> fb4dbde8a28f [2021-02-02T06:15:49.212Z] Step 19/21 : LABEL arch=x86_64 [2021-02-02T06:15:49.478Z] Removing intermediate container 6c67426ed7b4 [2021-02-02T06:15:49.478Z] ---> f8e1d05d0235 [2021-02-02T06:15:49.478Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-02T06:15:49.478Z] ---> a5610caa95c6 [2021-02-02T06:15:49.478Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-02-02T06:15:49.478Z] Removing intermediate container ba058a4dfcca [2021-02-02T06:15:49.478Z] ---> 243232d42ba0 [2021-02-02T06:15:49.478Z] [2021-02-02T06:15:49.478Z] ---> Running in 3b35f8fb8189 [2021-02-02T06:15:49.478Z] ---> Running in 9b8eaaabd384 [2021-02-02T06:15:49.478Z] ---> Running in a19c6bd558f5 [2021-02-02T06:15:49.743Z] Removing intermediate container 87fb390649c1 [2021-02-02T06:15:49.743Z] ---> aa59d20712fb [2021-02-02T06:15:49.743Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-02T06:15:49.743Z] Successfully built 243232d42ba0 [2021-02-02T06:15:49.743Z] Successfully tagged docker-support-notifications-go:latest [2021-02-02T06:15:49.743Z] ---> Running in f480645343a9 [2021-02-02T06:15:50.009Z]  Building docker-support-notifications-go ... done Building docker-core-data-go [2021-02-02T06:15:50.009Z] Removing intermediate container 3b35f8fb8189 [2021-02-02T06:15:50.009Z] ---> 27fd9c8c2c93 [2021-02-02T06:15:50.009Z] Step 20/21 : LABEL git_sha=7cbd8b2f95d0db505ea87ee4a34606139244d0cb [2021-02-02T06:15:50.009Z] Removing intermediate container a19c6bd558f5 [2021-02-02T06:15:50.009Z] ---> 4a23fc19e2f4 [2021-02-02T06:15:50.009Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-02T06:15:50.009Z] Removing intermediate container 9b8eaaabd384 [2021-02-02T06:15:50.009Z] ---> ccf88d0bdaa4 [2021-02-02T06:15:50.009Z] Step 20/22 : LABEL arch=x86_64 [2021-02-02T06:15:50.282Z] Removing intermediate container f480645343a9 [2021-02-02T06:15:50.282Z] ---> 52dbcbce8be6 [2021-02-02T06:15:50.282Z] Step 21/23 : LABEL arch=x86_64 [2021-02-02T06:15:50.282Z] ---> Running in 570700e2582c [2021-02-02T06:15:50.282Z] ---> Running in 5082e2be671d [2021-02-02T06:15:50.282Z] ---> Running in 55379d14422e [2021-02-02T06:15:50.282Z] ---> Running in 0840a3cc9f0d [2021-02-02T06:15:50.543Z] Removing intermediate container 570700e2582c [2021-02-02T06:15:50.543Z] ---> 0e952f66a210 [2021-02-02T06:15:50.543Z] Step 21/21 : LABEL version=0.0.0 [2021-02-02T06:15:51.123Z] ---> Running in 0b7e13ec8793 [2021-02-02T06:15:51.123Z] Removing intermediate container 5082e2be671d [2021-02-02T06:15:51.123Z] ---> 787d22d355c1 [2021-02-02T06:15:51.123Z] Step 21/22 : LABEL git_sha=7cbd8b2f95d0db505ea87ee4a34606139244d0cb [2021-02-02T06:15:51.123Z] Removing intermediate container 55379d14422e [2021-02-02T06:15:51.123Z] ---> 0b819ccffbd0 [2021-02-02T06:15:51.123Z] Step 21/23 : LABEL arch=x86_64 [2021-02-02T06:15:51.387Z] Removing intermediate container 0840a3cc9f0d [2021-02-02T06:15:51.388Z] ---> d6cacbddaac8 [2021-02-02T06:15:51.388Z] Step 22/23 : LABEL git_sha=7cbd8b2f95d0db505ea87ee4a34606139244d0cb [2021-02-02T06:15:51.388Z] ---> Running in 96972b7c3d4f [2021-02-02T06:15:51.388Z] ---> Running in 1335176d6d88 [2021-02-02T06:15:52.351Z] ---> Running in a0c24ca803bd [2021-02-02T06:15:53.318Z] Removing intermediate container 0b7e13ec8793 [2021-02-02T06:15:53.318Z] ---> 4ba9ecfe0166 [2021-02-02T06:15:53.318Z] [2021-02-02T06:15:53.893Z] Successfully built 4ba9ecfe0166 [2021-02-02T06:15:53.893Z] Removing intermediate container 1335176d6d88 [2021-02-02T06:15:53.893Z] ---> 52ff40f249fd [2021-02-02T06:15:53.893Z] Step 22/23 : LABEL git_sha=7cbd8b2f95d0db505ea87ee4a34606139244d0cb [2021-02-02T06:15:53.893Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-02-02T06:15:53.893Z] Building docker-sys-mgmt-agent-go [2021-02-02T06:15:55.285Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container a0c24ca803bd [2021-02-02T06:15:55.285Z] ---> fc37c5513358 [2021-02-02T06:15:55.285Z] Step 23/23 : LABEL version=0.0.0 [2021-02-02T06:15:55.285Z] Removing intermediate container 96972b7c3d4f [2021-02-02T06:15:55.285Z] ---> ea179c3ef832 [2021-02-02T06:15:55.285Z] Step 22/22 : LABEL version=0.0.0 [2021-02-02T06:15:57.207Z] ---> Running in f92371da75ce [2021-02-02T06:15:58.618Z] ---> Running in 3dff546d0b8b [2021-02-02T06:15:58.899Z] ---> Running in 58026baba77c [2021-02-02T06:15:59.497Z] Removing intermediate container f92371da75ce [2021-02-02T06:15:59.497Z] ---> 4a77b18355c9 [2021-02-02T06:15:59.497Z] Step 23/23 : LABEL version=0.0.0 [2021-02-02T06:16:00.910Z] Removing intermediate container 58026baba77c [2021-02-02T06:16:00.910Z] ---> d809cccc4dfa [2021-02-02T06:16:00.910Z] [2021-02-02T06:16:00.910Z] Removing intermediate container 3dff546d0b8b [2021-02-02T06:16:00.910Z] ---> 7e89e820f00c [2021-02-02T06:16:00.910Z] [2021-02-02T06:16:01.495Z] Successfully built d809cccc4dfa [2021-02-02T06:16:01.495Z] ---> Running in 1f8d8ae55cbb [2021-02-02T06:16:01.757Z] Successfully built 7e89e820f00c [2021-02-02T06:16:01.757Z] Successfully tagged docker-core-metadata-go:latest [2021-02-02T06:16:01.757Z]  Building docker-core-metadata-go ... done Building docker-security-bootstrapper-go [2021-02-02T06:16:01.757Z] Successfully tagged docker-support-scheduler-go:latest [2021-02-02T06:16:01.757Z]  Building docker-support-scheduler-go ... done Building docker-security-secretstore-setup-go [2021-02-02T06:16:02.710Z] Removing intermediate container 1f8d8ae55cbb [2021-02-02T06:16:02.710Z] ---> 28ac6d06a758 [2021-02-02T06:16:02.710Z] [2021-02-02T06:16:02.710Z] Successfully built 28ac6d06a758 [2021-02-02T06:16:02.974Z] Successfully tagged docker-core-command-go:latest [2021-02-02T06:16:05.474Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-02-02T06:16:09.640Z]  Building docker-core-command-go ... done Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-02T06:16:09.640Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-02T06:16:09.640Z] ---> 1555c8778ec4 [2021-02-02T06:16:09.640Z] Step 3/23 : WORKDIR /edgex-go [2021-02-02T06:16:09.640Z] ---> Using cache [2021-02-02T06:16:09.640Z] ---> 041a134fba09 [2021-02-02T06:16:09.640Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-02T06:16:09.640Z] ---> Using cache [2021-02-02T06:16:09.640Z] ---> 503cfd92292e [2021-02-02T06:16:09.640Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-02-02T06:16:13.984Z] ---> Running in e535dcdd4de2 [2021-02-02T06:16:13.984Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-02T06:16:13.984Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-02-02T06:16:13.984Z] ---> 1555c8778ec4 [2021-02-02T06:16:13.984Z] Step 3/26 : WORKDIR /edgex-go [2021-02-02T06:16:13.984Z] ---> Using cache [2021-02-02T06:16:13.984Z] ---> 041a134fba09 [2021-02-02T06:16:13.984Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-02T06:16:13.984Z] ---> Using cache [2021-02-02T06:16:13.984Z] ---> 503cfd92292e [2021-02-02T06:16:13.984Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-02-02T06:16:14.263Z] ---> Running in 07e1c1e7320c [2021-02-02T06:16:14.263Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-02T06:16:14.851Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-02T06:16:15.439Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-02T06:16:15.439Z] OK: 233 MiB in 51 packages [2021-02-02T06:16:16.020Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-02T06:16:16.596Z] OK: 233 MiB in 51 packages [2021-02-02T06:16:19.943Z] Removing intermediate container e535dcdd4de2 [2021-02-02T06:16:19.944Z] ---> fad9e1cb245c [2021-02-02T06:16:19.944Z] Step 6/23 : COPY go.mod . [2021-02-02T06:16:20.541Z] Removing intermediate container 07e1c1e7320c [2021-02-02T06:16:20.541Z] ---> e49758935979 [2021-02-02T06:16:20.541Z] Step 6/26 : COPY go.mod . [2021-02-02T06:16:21.160Z] ---> 22de5ac0f546 [2021-02-02T06:16:21.160Z] Step 7/23 : RUN go mod download [2021-02-02T06:16:21.748Z] ---> 7babc86f27f7 [2021-02-02T06:16:21.748Z] Step 7/26 : RUN go mod download [2021-02-02T06:16:22.009Z] ---> Running in 6d95f5938052 [2021-02-02T06:16:22.606Z] ---> Running in 11da6b149084 [2021-02-02T06:16:23.583Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-02T06:16:23.583Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-02-02T06:16:23.583Z] ---> 1555c8778ec4 [2021-02-02T06:16:23.583Z] Step 3/31 : WORKDIR /edgex-go [2021-02-02T06:16:23.583Z] ---> Using cache [2021-02-02T06:16:23.583Z] ---> 041a134fba09 [2021-02-02T06:16:23.583Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-02T06:16:23.583Z] ---> Using cache [2021-02-02T06:16:23.583Z] ---> 503cfd92292e [2021-02-02T06:16:23.583Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-02-02T06:16:23.583Z] ---> Using cache [2021-02-02T06:16:23.583Z] ---> a09fbea10bd1 [2021-02-02T06:16:23.583Z] Step 6/31 : COPY go.mod . [2021-02-02T06:16:23.583Z] ---> Using cache [2021-02-02T06:16:23.583Z] ---> 1dac051bd374 [2021-02-02T06:16:23.583Z] Step 7/31 : RUN go mod download [2021-02-02T06:16:23.583Z] ---> Using cache [2021-02-02T06:16:23.583Z] ---> 372d2f55f45f [2021-02-02T06:16:23.583Z] Step 8/31 : COPY . . [2021-02-02T06:16:23.583Z] ---> Using cache [2021-02-02T06:16:23.583Z] ---> 89745e2abbfe [2021-02-02T06:16:23.583Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-02-02T06:16:23.583Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-02T06:16:23.583Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-02-02T06:16:23.583Z] ---> 1555c8778ec4 [2021-02-02T06:16:23.583Z] Step 3/24 : WORKDIR /edgex-go [2021-02-02T06:16:23.583Z] ---> Using cache [2021-02-02T06:16:23.583Z] ---> 041a134fba09 [2021-02-02T06:16:23.583Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-02T06:16:23.583Z] ---> Using cache [2021-02-02T06:16:23.583Z] ---> 503cfd92292e [2021-02-02T06:16:23.583Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-02-02T06:16:23.583Z] ---> Using cache [2021-02-02T06:16:23.583Z] ---> a09fbea10bd1 [2021-02-02T06:16:23.583Z] Step 6/24 : COPY go.mod . [2021-02-02T06:16:23.583Z] ---> Using cache [2021-02-02T06:16:23.583Z] ---> 1dac051bd374 [2021-02-02T06:16:23.583Z] Step 7/24 : RUN go mod download [2021-02-02T06:16:23.583Z] ---> Using cache [2021-02-02T06:16:23.583Z] ---> 372d2f55f45f [2021-02-02T06:16:23.583Z] Step 8/24 : COPY . . [2021-02-02T06:16:23.583Z] ---> Using cache [2021-02-02T06:16:23.583Z] ---> 89745e2abbfe [2021-02-02T06:16:23.583Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-02-02T06:16:24.538Z] ---> Running in 86a2bc218e19 [2021-02-02T06:16:24.538Z] ---> Running in 3a6f96eb3c06 [2021-02-02T06:16:25.498Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-02-02T06:16:25.498Z] 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 [2021-02-02T06:16:25.761Z] Removing intermediate container 6d95f5938052 [2021-02-02T06:16:25.761Z] ---> b7da18195af6 [2021-02-02T06:16:25.761Z] Step 8/23 : COPY . . [2021-02-02T06:16:25.761Z] Removing intermediate container 11da6b149084 [2021-02-02T06:16:25.761Z] ---> 3e939a9df864 [2021-02-02T06:16:25.761Z] Step 8/26 : COPY . . [2021-02-02T06:16:48.181Z] 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 [2021-02-02T06:16:48.181Z] 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 [2021-02-02T06:16:54.010Z] ---> c20415ab517e [2021-02-02T06:16:54.010Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-02-02T06:16:54.010Z] ---> ac2dee379ce1 [2021-02-02T06:16:54.010Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-02-02T06:16:54.010Z] ---> Running in d8cd6952bf44 [2021-02-02T06:16:54.010Z] ---> Running in 0f7971763121 [2021-02-02T06:16:54.974Z] 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 [2021-02-02T06:16:54.974Z] 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 [2021-02-02T06:16:57.602Z] Removing intermediate container 3a6f96eb3c06 [2021-02-02T06:16:57.602Z] ---> 702e920934cb [2021-02-02T06:16:57.602Z] [2021-02-02T06:16:57.602Z] Step 10/31 : FROM alpine:3.12 [2021-02-02T06:16:57.602Z] ---> 389fef711851 [2021-02-02T06:16:57.602Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-02-02T06:16:57.602Z] Removing intermediate container 86a2bc218e19 [2021-02-02T06:16:57.602Z] ---> 934a2f4c2820 [2021-02-02T06:16:57.602Z] [2021-02-02T06:16:57.602Z] Step 10/24 : FROM alpine:3.12 [2021-02-02T06:16:57.602Z] ---> 389fef711851 [2021-02-02T06:16:57.602Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-02-02T06:16:57.602Z] ---> Running in 3ffa2364382f [2021-02-02T06:16:57.602Z] ---> Running in b5d3f6681ce5 [2021-02-02T06:16:57.871Z] Removing intermediate container 3ffa2364382f [2021-02-02T06:16:57.871Z] ---> 5e83b2cacb43 [2021-02-02T06:16:57.871Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-02-02T06:16:58.144Z] ---> Running in c5c90a0fdc2d [2021-02-02T06:16:58.741Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-02T06:16:59.021Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-02T06:16:59.021Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-02T06:16:59.021Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-02T06:16:59.021Z] (1/5) Installing ca-certificates (20191127-r4) [2021-02-02T06:16:59.296Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-02-02T06:16:59.296Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-02-02T06:16:59.296Z] (3/5) Installing libcurl (7.69.1-r3) [2021-02-02T06:16:59.296Z] (2/2) Installing su-exec (0.2-r1) [2021-02-02T06:16:59.296Z] Executing busybox-1.31.1-r19.trigger [2021-02-02T06:16:59.296Z] (4/5) Installing curl (7.69.1-r3) [2021-02-02T06:16:59.296Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-02-02T06:16:59.296Z] Executing busybox-1.31.1-r19.trigger [2021-02-02T06:16:59.296Z] Executing ca-certificates-20191127-r4.trigger [2021-02-02T06:16:59.296Z] OK: 6 MiB in 16 packages [2021-02-02T06:16:59.572Z] OK: 7 MiB in 19 packages [2021-02-02T06:17:01.010Z] Removing intermediate container c5c90a0fdc2d [2021-02-02T06:17:01.010Z] ---> 0a7bfd0edabe [2021-02-02T06:17:01.010Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-02-02T06:17:02.012Z] ---> Running in b045e82b9aed [2021-02-02T06:17:02.012Z] Removing intermediate container b5d3f6681ce5 [2021-02-02T06:17:02.012Z] ---> a7bf673d7e88 [2021-02-02T06:17:02.012Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-02T06:17:02.280Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-02-02T06:17:02.280Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-02-02T06:17:02.992Z] ---> Running in 97d2166ca7c2 [2021-02-02T06:17:03.281Z] Removing intermediate container b045e82b9aed [2021-02-02T06:17:03.281Z] ---> f6534efca135 [2021-02-02T06:17:03.281Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-02-02T06:17:03.281Z] Removing intermediate container 97d2166ca7c2 [2021-02-02T06:17:03.281Z] ---> e6ab29fc0750 [2021-02-02T06:17:03.281Z] Step 13/24 : WORKDIR / [2021-02-02T06:17:03.281Z] ---> Running in b06b5009fe32 [2021-02-02T06:17:03.560Z] ---> Running in 8e6bed168e13 [2021-02-02T06:17:03.831Z] Removing intermediate container b06b5009fe32 [2021-02-02T06:17:03.831Z] ---> 72710b509ca5 [2021-02-02T06:17:03.831Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-02-02T06:17:03.831Z] ---> Running in 27b0b318507d [2021-02-02T06:17:03.831Z] Removing intermediate container 8e6bed168e13 [2021-02-02T06:17:03.831Z] ---> a4ea834c6148 [2021-02-02T06:17:03.831Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-02-02T06:17:04.850Z] ---> 16f4f62fa292 [2021-02-02T06:17:04.850Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-02-02T06:17:05.473Z] ---> 0cf9d114eec4 [2021-02-02T06:17:05.473Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-02-02T06:17:06.081Z] ---> 9ac13a0ece7a [2021-02-02T06:17:06.081Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-02-02T06:17:06.353Z] Removing intermediate container 27b0b318507d [2021-02-02T06:17:06.353Z] ---> a27158f21241 [2021-02-02T06:17:06.353Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-02-02T06:17:06.624Z] ---> Running in 6814c83b3830 [2021-02-02T06:17:06.896Z] Removing intermediate container 6814c83b3830 [2021-02-02T06:17:06.896Z] ---> 26d9f9768068 [2021-02-02T06:17:06.896Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-02-02T06:17:06.896Z] ---> ad5069e35314 [2021-02-02T06:17:06.896Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-02-02T06:17:07.495Z] ---> 8db9020c518b [2021-02-02T06:17:07.495Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-02-02T06:17:07.778Z] ---> Running in fddd046e46ca [2021-02-02T06:17:08.057Z] ---> 5baf1b39abff [2021-02-02T06:17:08.057Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-02-02T06:17:09.171Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-02-02T06:17:09.171Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-02-02T06:17:09.171Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-02-02T06:17:10.008Z] ---> e552f41e1c35 [2021-02-02T06:17:10.008Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-02-02T06:17:10.274Z] ---> Running in d92cd787a5bf [2021-02-02T06:17:10.869Z] Removing intermediate container fddd046e46ca [2021-02-02T06:17:10.869Z] ---> cffb3bf8aed1 [2021-02-02T06:17:10.869Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-02T06:17:11.486Z] ---> a581b074ef70 [2021-02-02T06:17:11.486Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-02-02T06:17:12.491Z] Removing intermediate container d92cd787a5bf [2021-02-02T06:17:12.491Z] ---> b8f58e198b24 [2021-02-02T06:17:12.491Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-02-02T06:17:12.491Z] ---> Running in 4e5e6056882f [2021-02-02T06:17:12.491Z] ---> cbf74e96191e [2021-02-02T06:17:12.491Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-02-02T06:17:12.760Z] Removing intermediate container 4e5e6056882f [2021-02-02T06:17:12.760Z] ---> 400b0bcd872a [2021-02-02T06:17:12.760Z] Step 22/24 : LABEL arch=x86_64 [2021-02-02T06:17:13.029Z] ---> Running in f85edaa216b0 [2021-02-02T06:17:13.029Z] ---> 02093913cbba [2021-02-02T06:17:13.029Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ [2021-02-02T06:17:13.296Z] Removing intermediate container f85edaa216b0 [2021-02-02T06:17:13.296Z] ---> 07064dc8d74b [2021-02-02T06:17:13.296Z] Step 23/24 : LABEL git_sha=7cbd8b2f95d0db505ea87ee4a34606139244d0cb [2021-02-02T06:17:14.249Z] ---> Running in 8c168142ebfc [2021-02-02T06:17:14.834Z] ---> fb5d813d362a [2021-02-02T06:17:14.834Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-02-02T06:17:14.834Z] Removing intermediate container 8c168142ebfc [2021-02-02T06:17:14.834Z] ---> ebca968f5d31 [2021-02-02T06:17:14.834Z] Step 24/24 : LABEL version=0.0.0 [2021-02-02T06:17:14.834Z] Removing intermediate container 0f7971763121 [2021-02-02T06:17:14.834Z] ---> e7ee6055854f [2021-02-02T06:17:14.834Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-02-02T06:17:14.834Z] ---> Running in 6b1984ad889e [2021-02-02T06:17:15.098Z] ---> Running in 9e87a74928a4 [2021-02-02T06:17:15.388Z] Removing intermediate container 6b1984ad889e [2021-02-02T06:17:15.388Z] ---> a58aa97d21ab [2021-02-02T06:17:15.388Z] [2021-02-02T06:17:15.744Z] ---> 94c13dbf94ae [2021-02-02T06:17:15.744Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-02-02T06:17:15.951Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-02-02T06:17:15.951Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-02-02T06:17:15.951Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-02-02T06:17:15.951Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-02-02T06:17:15.951Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-02-02T06:17:15.951Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-02-02T06:17:16.789Z] Successfully built a58aa97d21ab [2021-02-02T06:17:16.789Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-02-02T06:17:17.113Z]  Building docker-security-secretstore-setup-go ... done 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 [2021-02-02T06:17:17.471Z] ---> Running in 97afdfc1ad09 [2021-02-02T06:17:17.737Z] Removing intermediate container 97afdfc1ad09 [2021-02-02T06:17:17.737Z] ---> f186244bd572 [2021-02-02T06:17:17.737Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-02-02T06:17:18.009Z] ---> 1d1e05037dca [2021-02-02T06:17:18.009Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-02-02T06:17:18.277Z] ---> Running in 6549b15fd7f3 [2021-02-02T06:17:18.545Z] Removing intermediate container 9e87a74928a4 [2021-02-02T06:17:18.545Z] ---> 098787508014 [2021-02-02T06:17:18.545Z] [2021-02-02T06:17:18.545Z] Step 11/26 : FROM docker:20.10.0 [2021-02-02T06:17:18.545Z] 20.10.0: Pulling from library/docker [2021-02-02T06:17:21.888Z] Removing intermediate container d8cd6952bf44 [2021-02-02T06:17:21.888Z] ---> dc8398970cf6 [2021-02-02T06:17:21.888Z] [2021-02-02T06:17:21.888Z] Step 10/23 : FROM alpine:3.12 [2021-02-02T06:17:21.888Z] ---> 389fef711851 [2021-02-02T06:17:21.888Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-02-02T06:17:21.888Z] ---> Running in 562b58f4e193 [2021-02-02T06:17:21.888Z] Removing intermediate container 6549b15fd7f3 [2021-02-02T06:17:21.888Z] ---> 7ee74f296396 [2021-02-02T06:17:21.888Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-02-02T06:17:21.888Z] ---> Running in b9737278919e [2021-02-02T06:17:21.888Z] Removing intermediate container 562b58f4e193 [2021-02-02T06:17:21.888Z] ---> 5d9fe966d06a [2021-02-02T06:17:21.888Z] Step 12/23 : ENV APP_PORT=48080 [2021-02-02T06:17:21.888Z] ---> Running in c2be99f2e853 [2021-02-02T06:17:22.157Z] Removing intermediate container b9737278919e [2021-02-02T06:17:22.157Z] ---> 139b2f10bc51 [2021-02-02T06:17:22.157Z] Step 28/31 : CMD ["gate"] [2021-02-02T06:17:22.431Z] Removing intermediate container c2be99f2e853 [2021-02-02T06:17:22.431Z] ---> 43df18f4d295 [2021-02-02T06:17:22.431Z] Step 13/23 : EXPOSE $APP_PORT [2021-02-02T06:17:22.431Z] ---> Running in cb593e6235ea [2021-02-02T06:17:22.431Z] ---> Running in 43ad9870b32e [2021-02-02T06:17:22.699Z] Removing intermediate container cb593e6235ea [2021-02-02T06:17:22.699Z] ---> 023968dd52ea [2021-02-02T06:17:22.699Z] Step 29/31 : LABEL arch=x86_64 [2021-02-02T06:17:23.657Z] Removing intermediate container 43ad9870b32e [2021-02-02T06:17:23.657Z] ---> d91d2cd5d066 [2021-02-02T06:17:23.657Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-02T06:17:24.238Z] ---> Running in 2bfe32d9f251 [2021-02-02T06:17:24.276Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-02-02T06:17:24.276Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-02-02T06:17:24.276Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-02-02T06:17:24.500Z] ---> Running in d866e52aeaa5 [2021-02-02T06:17:24.765Z] Removing intermediate container 2bfe32d9f251 [2021-02-02T06:17:24.765Z] ---> 89b495569f7e [2021-02-02T06:17:24.765Z] Step 30/31 : LABEL git_sha=7cbd8b2f95d0db505ea87ee4a34606139244d0cb [2021-02-02T06:17:25.032Z] ---> Running in 16d082c3a837 [2021-02-02T06:17:25.297Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-02-02T06:17:25.297Z] Removing intermediate container 16d082c3a837 [2021-02-02T06:17:25.297Z] ---> bd8db35998d7 [2021-02-02T06:17:25.297Z] Step 31/31 : LABEL version=0.0.0 [2021-02-02T06:17:25.297Z] Status: Downloaded newer image for docker:20.10.0 [2021-02-02T06:17:25.297Z] ---> aefe523efa57 [2021-02-02T06:17:25.297Z] Step 12/26 : RUN apk add --no-cache bash [2021-02-02T06:17:25.297Z] ---> Running in c797db459354 [2021-02-02T06:17:25.297Z] ---> Running in 40e8a2c2b61d [2021-02-02T06:17:25.570Z] Removing intermediate container 40e8a2c2b61d [2021-02-02T06:17:25.570Z] ---> 50babace80b4 [2021-02-02T06:17:25.570Z] [2021-02-02T06:17:25.836Z] Successfully built 50babace80b4 [2021-02-02T06:17:25.836Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-02-02T06:17:26.100Z]  Building docker-security-bootstrapper-go ... done fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-02T06:17:26.100Z] Removing intermediate container d866e52aeaa5 [2021-02-02T06:17:26.100Z] ---> e1240bb558e7 [2021-02-02T06:17:26.100Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-02-02T06:17:26.100Z] ---> Running in da811164834f [2021-02-02T06:17:26.100Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-02T06:17:26.367Z] (1/2) Installing readline (8.0.4-r0) [2021-02-02T06:17:26.367Z] (2/2) Installing bash (5.0.17-r0) [2021-02-02T06:17:26.367Z] Executing bash-5.0.17-r0.post-install [2021-02-02T06:17:26.367Z] Executing busybox-1.31.1-r19.trigger [2021-02-02T06:17:26.367Z] OK: 12 MiB in 22 packages [2021-02-02T06:17:26.630Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-02T06:17:26.892Z] Removing intermediate container c797db459354 [2021-02-02T06:17:26.892Z] ---> 859aaf6bfa1b [2021-02-02T06:17:26.892Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-02-02T06:17:26.892Z] ---> Running in 423fe8dee56e [2021-02-02T06:17:27.153Z] Removing intermediate container 423fe8dee56e [2021-02-02T06:17:27.153Z] ---> e95175b0b785 [2021-02-02T06:17:27.153Z] Step 14/26 : ENV APP_PORT=48090 [2021-02-02T06:17:27.153Z] ---> Running in 46a999917e91 [2021-02-02T06:17:27.414Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-02T06:17:27.414Z] Removing intermediate container 46a999917e91 [2021-02-02T06:17:27.414Z] ---> bddec9214dd8 [2021-02-02T06:17:27.414Z] Step 15/26 : EXPOSE $APP_PORT [2021-02-02T06:17:27.414Z] ---> Running in 61e11c086c0f [2021-02-02T06:17:27.675Z] Removing intermediate container 61e11c086c0f [2021-02-02T06:17:27.675Z] ---> 1151b8eeb3b9 [2021-02-02T06:17:27.675Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-02-02T06:17:27.942Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-02-02T06:17:28.205Z] ---> dd5683db6a22 [2021-02-02T06:17:28.205Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-02-02T06:17:28.205Z] (2/6) Installing libgcc (9.3.0-r2) [2021-02-02T06:17:28.205Z] (3/6) Installing libsodium (1.0.18-r0) [2021-02-02T06:17:28.205Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-02-02T06:17:28.467Z] ---> 2b49d93a5ae3 [2021-02-02T06:17:28.467Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-02-02T06:17:28.467Z] (5/6) Installing libzmq (4.3.3-r0) [2021-02-02T06:17:28.731Z] (6/6) Installing zeromq (4.3.3-r0) [2021-02-02T06:17:28.731Z] ---> 90859c358d9a [2021-02-02T06:17:28.731Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-02-02T06:17:28.993Z] Executing busybox-1.31.1-r19.trigger [2021-02-02T06:17:28.993Z] OK: 8 MiB in 20 packages [2021-02-02T06:17:28.993Z] ---> Running in 48a8503fceed [2021-02-02T06:17:29.567Z] Removing intermediate container da811164834f [2021-02-02T06:17:29.567Z] ---> a73e400173bb [2021-02-02T06:17:29.567Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-02T06:17:29.567Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-02T06:17:29.567Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-02T06:17:29.830Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-02-02T06:17:29.830Z] (2/33) Installing expat (2.2.9-r1) [2021-02-02T06:17:29.830Z] ---> dc14dd88d42a [2021-02-02T06:17:29.830Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-02-02T06:17:29.830Z] (3/33) Installing libffi (3.3-r2) [2021-02-02T06:17:29.830Z] (4/33) Installing gdbm (1.13-r1) [2021-02-02T06:17:29.830Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-02-02T06:17:29.830Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-02-02T06:17:29.830Z] (7/33) Installing python3 (3.8.5-r0) [2021-02-02T06:17:31.028Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.383s coverage: 46.0% of statements [2021-02-02T06:17:31.028Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-02-02T06:17:31.028Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-02-02T06:17:31.028Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-02-02T06:17:31.028Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-02-02T06:17:31.028Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-02-02T06:17:31.028Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-02-02T06:17:31.029Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-02-02T06:17:31.029Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.142s coverage: 100.0% of statements [2021-02-02T06:17:33.145Z] ---> 86f872808dd7 [2021-02-02T06:17:33.145Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-02-02T06:17:33.145Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-02-02T06:17:33.145Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-02-02T06:17:33.145Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-02-02T06:17:33.145Z] (11/33) Installing py3-six (1.15.0-r0) [2021-02-02T06:17:33.145Z] (12/33) Installing py3-packaging (20.4-r0) [2021-02-02T06:17:33.145Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-02-02T06:17:33.408Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-02-02T06:17:33.408Z] (15/33) Installing py3-idna (2.9-r0) [2021-02-02T06:17:33.408Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-02-02T06:17:33.672Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-02-02T06:17:33.934Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-02-02T06:17:33.934Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-02-02T06:17:34.200Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-02-02T06:17:34.200Z] ---> 85ff18c9ddc1 [2021-02-02T06:17:34.200Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-02-02T06:17:34.200Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-02-02T06:17:34.462Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-02-02T06:17:34.462Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-02-02T06:17:34.462Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-02-02T06:17:34.462Z] ---> Running in d53089fbb9df [2021-02-02T06:17:34.462Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-02-02T06:17:34.462Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-02-02T06:17:34.462Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-02-02T06:17:34.462Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-02-02T06:17:34.733Z] (29/33) Installing py3-progress (1.5-r0) [2021-02-02T06:17:34.733Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-02-02T06:17:34.733Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-02-02T06:17:34.733Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-02-02T06:17:34.733Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-02-02T06:17:35.679Z] Removing intermediate container d53089fbb9df [2021-02-02T06:17:35.679Z] ---> 294b7ddb7738 [2021-02-02T06:17:35.679Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-02T06:17:35.679Z] Executing busybox-1.31.1-r19.trigger [2021-02-02T06:17:35.679Z] OK: 71 MiB in 55 packages [2021-02-02T06:17:35.956Z] ---> Running in a8e4040187d4 [2021-02-02T06:17:36.220Z] Removing intermediate container a8e4040187d4 [2021-02-02T06:17:36.220Z] ---> 21fd6c30be93 [2021-02-02T06:17:36.220Z] Step 21/23 : LABEL arch=x86_64 [2021-02-02T06:17:36.220Z] ---> Running in 0e90a251d0da [2021-02-02T06:17:37.612Z] Removing intermediate container 0e90a251d0da [2021-02-02T06:17:37.612Z] ---> e7fbf91f6b4d [2021-02-02T06:17:37.612Z] Step 22/23 : LABEL git_sha=7cbd8b2f95d0db505ea87ee4a34606139244d0cb [2021-02-02T06:17:37.764Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.530s coverage: 27.1% of statements [2021-02-02T06:17:37.764Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-02-02T06:17:37.764Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-02-02T06:17:37.764Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-02-02T06:17:37.764Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-02-02T06:17:37.764Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-02-02T06:17:37.764Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-02-02T06:17:37.764Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.068s coverage: 100.0% of statements [2021-02-02T06:17:37.764Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-02-02T06:17:37.764Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.081s coverage: 100.0% of statements [2021-02-02T06:17:37.764Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-02-02T06:17:37.764Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-02-02T06:17:37.764Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.290s coverage: 65.8% of statements [2021-02-02T06:17:37.764Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-02-02T06:17:37.764Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-02-02T06:17:41.829Z] ---> Running in 1e2abf81512c [2021-02-02T06:17:41.829Z] Removing intermediate container 48a8503fceed [2021-02-02T06:17:41.829Z] ---> 7ab9249f4a78 [2021-02-02T06:17:41.829Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-02-02T06:17:41.829Z] Removing intermediate container 1e2abf81512c [2021-02-02T06:17:41.829Z] ---> 1fdf74b4ee9a [2021-02-02T06:17:41.829Z] Step 23/23 : LABEL version=0.0.0 [2021-02-02T06:17:41.829Z] ---> Running in df4c2856f594 [2021-02-02T06:17:41.829Z] ---> Running in 6df5b3bc6053 [2021-02-02T06:17:41.829Z] Removing intermediate container 6df5b3bc6053 [2021-02-02T06:17:41.829Z] ---> 21b15bfbdea6 [2021-02-02T06:17:41.829Z] [2021-02-02T06:17:42.091Z] Successfully built 21b15bfbdea6 [2021-02-02T06:17:42.091Z] Successfully tagged docker-core-data-go:latest [2021-02-02T06:17:42.092Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.775s coverage: 82.3% of statements [2021-02-02T06:17:42.092Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-02-02T06:17:42.092Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-02-02T06:17:42.092Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-02-02T06:17:42.092Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-02-02T06:17:43.035Z]  Building docker-core-data-go ... done Collecting docker-compose==1.23.2 [2021-02-02T06:17:43.036Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-02-02T06:17:43.298Z] Collecting docker<4.0,>=3.6.0 [2021-02-02T06:17:43.298Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-02-02T06:17:43.298Z] Collecting dockerpty<0.5,>=0.4.1 [2021-02-02T06:17:43.298Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-02-02T06:17:44.240Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-02-02T06:17:44.240Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-02-02T06:17:44.240Z] Collecting docopt<0.7,>=0.6.1 [2021-02-02T06:17:44.240Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-02-02T06:17:44.814Z] Collecting cached-property<2,>=1.2.0 [2021-02-02T06:17:44.814Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-02-02T06:17:44.814Z] Collecting websocket-client<1.0,>=0.32.0 [2021-02-02T06:17:44.814Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-02-02T06:17:45.075Z] Collecting PyYAML<4,>=3.10 [2021-02-02T06:17:45.075Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-02-02T06:17:46.021Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2021-02-02T06:17:46.021Z] Collecting jsonschema<3,>=2.5.1 [2021-02-02T06:17:46.021Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-02-02T06:17:46.021Z] Collecting texttable<0.10,>=0.9.0 [2021-02-02T06:17:46.021Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-02-02T06:17:46.593Z] Collecting docker-pycreds>=0.4.0 [2021-02-02T06:17:46.593Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-02-02T06:17:46.593Z] Collecting urllib3<1.25,>=1.21.1 [2021-02-02T06:17:46.593Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-02-02T06:17:46.593Z] 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) [2021-02-02T06:17:46.855Z] Collecting idna<2.8,>=2.5 [2021-02-02T06:17:46.855Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-02-02T06:17:46.855Z] 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) [2021-02-02T06:17:46.855Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-02-02T06:17:46.855Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-02-02T06:17:46.855Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-02-02T06:17:46.855Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-02-02T06:17:46.855Z] Installing collected packages: docker-pycreds, urllib3, idna, requests, websocket-client, docker, dockerpty, docopt, cached-property, PyYAML, jsonschema, texttable, docker-compose [2021-02-02T06:17:47.117Z] Attempting uninstall: urllib3 [2021-02-02T06:17:47.117Z] Found existing installation: urllib3 1.25.9 [2021-02-02T06:17:47.117Z] Uninstalling urllib3-1.25.9: [2021-02-02T06:17:47.117Z] Successfully uninstalled urllib3-1.25.9 [2021-02-02T06:17:47.379Z] Attempting uninstall: idna [2021-02-02T06:17:47.379Z] Found existing installation: idna 2.9 [2021-02-02T06:17:47.379Z] Uninstalling idna-2.9: [2021-02-02T06:17:47.379Z] Successfully uninstalled idna-2.9 [2021-02-02T06:17:47.379Z] Attempting uninstall: requests [2021-02-02T06:17:47.379Z] Found existing installation: requests 2.23.0 [2021-02-02T06:17:47.379Z] Uninstalling requests-2.23.0: [2021-02-02T06:17:47.530Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.106s coverage: 28.6% of statements [2021-02-02T06:17:47.530Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-02-02T06:17:47.530Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-02-02T06:17:47.530Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-02-02T06:17:47.531Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-02-02T06:17:47.531Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-02-02T06:17:47.531Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.176s coverage: 100.0% of statements [2021-02-02T06:17:47.531Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-02-02T06:17:47.531Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.078s coverage: 100.0% of statements [2021-02-02T06:17:47.531Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-02-02T06:17:47.531Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.334s coverage: 86.7% of statements [2021-02-02T06:17:47.531Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-02-02T06:17:47.641Z] Successfully uninstalled requests-2.23.0 [2021-02-02T06:17:47.903Z] Running setup.py install for dockerpty: started [2021-02-02T06:17:48.483Z] Running setup.py install for dockerpty: finished with status 'done' [2021-02-02T06:17:48.483Z] Running setup.py install for docopt: started [2021-02-02T06:17:48.744Z] Running setup.py install for docopt: finished with status 'done' [2021-02-02T06:17:48.983Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.337s coverage: 97.5% of statements [2021-02-02T06:17:48.984Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-02-02T06:17:48.984Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.153s coverage: 78.3% of statements [2021-02-02T06:17:48.984Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-02-02T06:17:48.984Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-02-02T06:17:48.984Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-02-02T06:17:48.984Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-02-02T06:17:49.006Z] Running setup.py install for PyYAML: started [2021-02-02T06:17:49.581Z] Running setup.py install for PyYAML: finished with status 'done' [2021-02-02T06:17:49.581Z] Running setup.py install for texttable: started [2021-02-02T06:17:49.844Z] Running setup.py install for texttable: finished with status 'done' [2021-02-02T06:17:50.108Z] 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 [2021-02-02T06:17:55.422Z] Removing intermediate container df4c2856f594 [2021-02-02T06:17:55.422Z] ---> 8fd68b30f1d7 [2021-02-02T06:17:55.422Z] Step 21/26 : RUN apk --no-cache add curl [2021-02-02T06:17:55.422Z] ---> Running in ff6393700396 [2021-02-02T06:17:55.422Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-02T06:17:55.422Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-02T06:17:55.422Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-02-02T06:17:55.422Z] (2/3) Installing libcurl (7.69.1-r3) [2021-02-02T06:17:55.422Z] (3/3) Installing curl (7.69.1-r3) [2021-02-02T06:17:55.422Z] Executing busybox-1.31.1-r19.trigger [2021-02-02T06:17:55.422Z] OK: 72 MiB in 58 packages [2021-02-02T06:17:55.998Z] Removing intermediate container ff6393700396 [2021-02-02T06:17:55.998Z] ---> 4a8691ec385c [2021-02-02T06:17:55.998Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-02-02T06:17:55.998Z] ---> Running in 69f2df6bd9ae [2021-02-02T06:17:56.262Z] Removing intermediate container 69f2df6bd9ae [2021-02-02T06:17:56.263Z] ---> 337d614851df [2021-02-02T06:17:56.263Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-02T06:17:56.263Z] ---> Running in f21ba9b473f0 [2021-02-02T06:17:56.525Z] Removing intermediate container f21ba9b473f0 [2021-02-02T06:17:56.526Z] ---> e9f48ea48fb0 [2021-02-02T06:17:56.526Z] Step 24/26 : LABEL arch=x86_64 [2021-02-02T06:17:56.526Z] ---> Running in fb7340ed6003 [2021-02-02T06:17:56.788Z] Removing intermediate container fb7340ed6003 [2021-02-02T06:17:56.788Z] ---> f7550eeabc5b [2021-02-02T06:17:56.788Z] Step 25/26 : LABEL git_sha=7cbd8b2f95d0db505ea87ee4a34606139244d0cb [2021-02-02T06:17:56.788Z] ---> Running in c95156cdf06a [2021-02-02T06:17:57.050Z] Removing intermediate container c95156cdf06a [2021-02-02T06:17:57.050Z] ---> e72098b1961b [2021-02-02T06:17:57.050Z] Step 26/26 : LABEL version=0.0.0 [2021-02-02T06:17:57.050Z] ---> Running in 4cc517091c5a [2021-02-02T06:17:57.050Z] Removing intermediate container 4cc517091c5a [2021-02-02T06:17:57.050Z] ---> a2bf873d5a81 [2021-02-02T06:17:57.050Z] [2021-02-02T06:17:57.311Z] Successfully built a2bf873d5a81 [2021-02-02T06:17:57.312Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-02-02T06:17:58.279Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-02-02T06:17:58.322Z] $ docker stop --time=1 d133b4c188269a3d2a40b3693553ac620b8a320dc51e8df70b791254c84042aa [2021-02-02T06:17:59.192Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.324s coverage: 92.8% of statements [2021-02-02T06:17:59.192Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-02-02T06:17:59.192Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-02-02T06:17:59.192Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-02-02T06:17:59.192Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-02-02T06:17:59.192Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-02-02T06:17:59.192Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-02-02T06:17:59.192Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-02-02T06:17:59.192Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-02-02T06:17:59.192Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-02-02T06:17:59.192Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-02-02T06:17:59.192Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-02-02T06:17:59.192Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-02-02T06:17:59.192Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-02-02T06:17:59.192Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-02-02T06:17:59.192Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-02-02T06:17:59.192Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-02-02T06:17:59.192Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-02-02T06:17:59.192Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-02-02T06:17:59.192Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.105s coverage: 58.8% of statements [2021-02-02T06:17:59.192Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-02-02T06:17:59.192Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-02-02T06:17:59.192Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.253s coverage: 0.1% of statements [2021-02-02T06:17:59.192Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-02-02T06:17:59.192Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-02-02T06:17:59.192Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-02-02T06:17:59.192Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.069s coverage: 45.5% of statements [2021-02-02T06:17:59.192Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.106s coverage: 79.5% of statements [2021-02-02T06:17:59.192Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.065s coverage: 94.1% of statements [2021-02-02T06:17:59.192Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.121s coverage: 96.3% of statements [2021-02-02T06:17:59.192Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.052s coverage: 87.5% of statements [2021-02-02T06:17:59.962Z] $ docker rm -f d133b4c188269a3d2a40b3693553ac620b8a320dc51e8df70b791254c84042aa [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-02T06:18:00.584Z] + docker images [2021-02-02T06:18:00.584Z] + grep docker [2021-02-02T06:18:00.846Z] docker-sys-mgmt-agent-go latest a2bf873d5a81 4 seconds ago 313MB [2021-02-02T06:18:00.847Z] docker-core-data-go latest 21b15bfbdea6 19 seconds ago 22.3MB [2021-02-02T06:18:00.847Z] docker-security-bootstrapper-go latest 50babace80b4 35 seconds ago 23.8MB [2021-02-02T06:18:00.847Z] docker-security-secretstore-setup-go latest a58aa97d21ab 45 seconds ago 24.6MB [2021-02-02T06:18:00.847Z] docker-core-command-go latest 28ac6d06a758 About a minute ago 16.9MB [2021-02-02T06:18:00.847Z] docker-core-metadata-go latest d809cccc4dfa 2 minutes ago 18.8MB [2021-02-02T06:18:00.847Z] docker-support-scheduler-go latest 7e89e820f00c 2 minutes ago 17MB [2021-02-02T06:18:00.847Z] docker-security-proxy-setup-go latest 4ba9ecfe0166 2 minutes ago 24.4MB [2021-02-02T06:18:00.847Z] docker-support-notifications-go latest 243232d42ba0 2 minutes ago 16.9MB [2021-02-02T06:18:00.847Z] docker 20.10.0 aefe523efa57 7 weeks ago 240MB [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 [2021-02-02T06:18:09.384Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.095s coverage: 94.4% of statements [2021-02-02T06:18:09.384Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.053s coverage: 44.8% of statements [2021-02-02T06:18:17.094Z] Still waiting to schedule task [2021-02-02T06:18:17.094Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2021-02-02T06:18:27.742Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.148s coverage: 92.9% of statements [2021-02-02T06:18:27.742Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-02-02T06:18:27.742Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-02-02T06:18:27.742Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-02-02T06:18:27.742Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-02-02T06:18:27.742Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.073s coverage: 87.2% of statements [2021-02-02T06:18:27.742Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-02-02T06:18:27.742Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-02-02T06:18:27.742Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.046s coverage: 100.0% of statements [2021-02-02T06:18:27.742Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-02-02T06:18:27.742Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.076s coverage: 75.5% of statements [2021-02-02T06:18:27.742Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-02-02T06:18:27.742Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.060s coverage: 80.8% of statements [2021-02-02T06:18:27.742Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.119s coverage: 87.2% of statements [2021-02-02T06:18:27.742Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.143s coverage: 84.2% of statements [2021-02-02T06:18:27.742Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.177s coverage: 91.4% of statements [2021-02-02T06:18:27.742Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-02-02T06:18:27.742Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.541s coverage: 63.5% of statements [2021-02-02T06:18:27.742Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-02-02T06:18:27.742Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-02-02T06:18:27.742Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.066s coverage: 100.0% of statements [2021-02-02T06:18:27.742Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.082s coverage: 91.3% of statements [2021-02-02T06:18:27.742Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.062s coverage: 100.0% of statements [2021-02-02T06:18:27.742Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.078s coverage: 73.7% of statements [2021-02-02T06:18:27.742Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.058s coverage: 100.0% of statements [2021-02-02T06:18:27.742Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.807s coverage: 68.9% of statements [2021-02-02T06:18:27.742Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-02-02T06:18:27.742Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-02-02T06:18:27.742Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-02-02T06:18:27.742Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-02-02T06:18:27.742Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-02-02T06:18:27.742Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.380s coverage: 37.0% of statements [2021-02-02T06:18:27.742Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-02-02T06:18:27.742Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-02-02T06:18:27.742Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.623s coverage: 84.0% of statements [2021-02-02T06:18:28.023Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.081s coverage: 100.0% of statements [2021-02-02T06:18:34.767Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.343s coverage: 47.1% of statements [2021-02-02T06:18:34.767Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-02-02T06:18:34.767Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-02-02T06:18:34.767Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-02-02T06:18:34.767Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-02-02T06:18:34.767Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-02-02T06:18:34.767Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.174s coverage: 100.0% of statements [2021-02-02T06:18:34.767Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-02-02T06:18:34.767Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.146s coverage: 100.0% of statements [2021-02-02T06:18:34.767Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-02-02T06:18:40.189Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.277s coverage: 29.1% of statements [2021-02-02T06:18:40.189Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-02-02T06:18:40.189Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-02-02T06:18:40.189Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-02-02T06:18:40.189Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-02-02T06:18:40.189Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-02-02T06:18:40.189Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.251s coverage: 99.0% of statements [2021-02-02T06:18:40.189Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-02-02T06:18:40.189Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.098s coverage: 100.0% of statements [2021-02-02T06:18:40.189Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-02-02T06:18:40.189Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-02-02T06:18:40.189Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-02-02T06:18:40.189Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-02-02T06:18:40.189Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.159s coverage: 100.0% of statements [2021-02-02T06:18:40.189Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-02-02T06:18:40.189Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-02-02T06:18:40.189Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-02-02T06:18:40.189Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.046s coverage: 0.0% of statements [2021-02-02T06:18:40.189Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-02-02T06:18:40.189Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.070s coverage: 100.0% of statements [2021-02-02T06:18:40.189Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-02-02T06:18:40.189Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-02-02T06:18:40.189Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-02-02T06:18:40.189Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-02-02T06:18:40.189Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.116s coverage: 87.9% of statements [2021-02-02T06:18:40.189Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-02-02T06:18:40.189Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-02-02T06:18:41.170Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.071s coverage: 100.0% of statements [2021-02-02T06:18:41.170Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.057s coverage: 32.1% of statements [2021-02-02T06:18:42.599Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.077s coverage: 100.0% of statements [2021-02-02T06:18:43.576Z] GO111MODULE=on go vet ./... [2021-02-02T06:20:05.385Z] gofmt -l . [2021-02-02T06:20:05.385Z] [ "`gofmt -l .`" = "" ] [2021-02-02T06:20:05.385Z] ./bin/test-go-mod-tidy.sh [2021-02-02T06:20:05.385Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-02-02T06:20:06.068Z] + ls -al . [2021-02-02T06:20:06.068Z] total 708 [2021-02-02T06:20:06.068Z] drwxrwxr-x 9 1001 1001 4096 Feb 2 06:20 . [2021-02-02T06:20:06.068Z] drwxr-xr-x 4 root root 4096 Feb 2 06:15 .. [2021-02-02T06:20:06.068Z] -rw-rw-r-- 1 1001 1001 11 Feb 2 06:14 .dockerignore [2021-02-02T06:20:06.068Z] drwxrwxr-x 8 1001 1001 4096 Feb 2 06:14 .git [2021-02-02T06:20:06.068Z] drwxrwxr-x 3 1001 1001 4096 Feb 2 06:14 .github [2021-02-02T06:20:06.068Z] -rw-rw-r-- 1 1001 1001 872 Feb 2 06:14 .gitignore [2021-02-02T06:20:06.068Z] -rw-rw-r-- 1 1001 1001 166 Feb 2 06:14 .sonarcloud.properties [2021-02-02T06:20:06.068Z] -rw-rw-r-- 1 1001 1001 7859 Feb 2 06:14 Attribution.txt [2021-02-02T06:20:06.068Z] -rw-rw-r-- 1 1001 1001 3804 Feb 2 06:14 CONTRIBUTING.md [2021-02-02T06:20:06.068Z] -rw-rw-r-- 1 1001 1001 931 Feb 2 06:14 Dockerfile.build [2021-02-02T06:20:06.068Z] -rw-rw-r-- 1 1001 1001 863 Feb 2 06:14 Jenkinsfile [2021-02-02T06:20:06.068Z] -rw-rw-r-- 1 1001 1001 10775 Feb 2 06:14 LICENSE [2021-02-02T06:20:06.068Z] -rw-rw-r-- 1 1001 1001 6001 Feb 2 06:14 Makefile [2021-02-02T06:20:06.068Z] -rw-rw-r-- 1 1001 1001 6524 Feb 2 06:14 README.md [2021-02-02T06:20:06.068Z] -rw-rw-r-- 1 1001 1001 6755 Feb 2 06:14 SECURITY.md [2021-02-02T06:20:06.068Z] -rw-rw-r-- 1 1001 1001 5 Feb 2 06:10 VERSION [2021-02-02T06:20:06.068Z] -rw-rw-r-- 1 1001 1001 4131 Feb 2 06:14 ZMQWindows.md [2021-02-02T06:20:06.068Z] drwxrwxr-x 2 1001 1001 4096 Feb 2 06:14 bin [2021-02-02T06:20:06.068Z] drwxrwxr-x 15 1001 1001 4096 Feb 2 06:14 cmd [2021-02-02T06:20:06.068Z] -rw-r--r-- 1 root root 574984 Feb 2 06:18 coverage.out [2021-02-02T06:20:06.068Z] -rw-r--r-- 1 root root 1054 Feb 2 06:20 go.mod [2021-02-02T06:20:06.068Z] -rw-r--r-- 1 root root 19399 Feb 2 06:20 go.sum [2021-02-02T06:20:06.068Z] drwxrwxr-x 8 1001 1001 4096 Feb 2 06:14 internal [2021-02-02T06:20:06.068Z] drwxrwxr-x 4 1001 1001 4096 Feb 2 06:14 openapi [2021-02-02T06:20:06.068Z] drwxrwxr-x 4 1001 1001 4096 Feb 2 06:14 snap [2021-02-02T06:20:06.068Z] -rw-rw-r-- 1 1001 1001 168 Feb 2 06:14 version.go [Pipeline] sh [2021-02-02T06:20:06.743Z] + '[' -e coverage.out ] [2021-02-02T06:20:06.743Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-02-02T06:20:06.781Z] Warning: overwriting stash ‘coverage-report’ [2021-02-02T06:20:08.015Z] Stashed 1 file(s) [Pipeline] sh [2021-02-02T06:20:08.779Z] + make build [2021-02-02T06:20:08.779Z] 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 [2021-02-02T06:20:13.172Z] Running on prd-ubuntu18.04-docker-8c-8g-24544 in /w/workspace/edgexfoundry_edgex-go_PR-3113 [Pipeline] { [Pipeline] ws [2021-02-02T06:20:13.276Z] Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] checkout [2021-02-02T06:20:15.532Z] using credential edgex-jenkins-ssh [2021-02-02T06:20:15.583Z] Cloning the remote Git repository [2021-02-02T06:20:14.635Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-02-02T06:20:14.695Z] > git init /w/workspace/edgex-go/1 # timeout=10 [2021-02-02T06:20:14.720Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-02T06:20:14.720Z] > git --version # timeout=10 [2021-02-02T06:20:14.726Z] > git --version # 'git version 2.17.1' [2021-02-02T06:20:14.726Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-02T06:20:14.749Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-02T06:20:21.283Z] 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 [2021-02-02T06:20:36.008Z] Merging remotes/origin/master commit 2a4efc596d6299a706f2b1b5ea90705279ab33b1 into PR head commit 7cbd8b2f95d0db505ea87ee4a34606139244d0cb [2021-02-02T06:20:36.117Z] Merge succeeded, producing 7cbd8b2f95d0db505ea87ee4a34606139244d0cb [2021-02-02T06:20:36.117Z] Checking out Revision 7cbd8b2f95d0db505ea87ee4a34606139244d0cb (PR-3113) [2021-02-02T06:20:35.523Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-02T06:20:35.530Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-02T06:20:35.539Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-02T06:20:35.549Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-02T06:20:35.549Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-02T06:20:35.553Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3113/head:refs/remotes/origin/PR-3113 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-02T06:20:36.020Z] > git config core.sparsecheckout # timeout=10 [2021-02-02T06:20:36.025Z] > git checkout -f 7cbd8b2f95d0db505ea87ee4a34606139244d0cb # timeout=10 [2021-02-02T06:20:36.092Z] > git remote # timeout=10 [2021-02-02T06:20:36.099Z] > git config --get remote.origin.url # timeout=10 [2021-02-02T06:20:36.104Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-02T06:20:36.108Z] > git merge 2a4efc596d6299a706f2b1b5ea90705279ab33b1 # timeout=10 [2021-02-02T06:20:36.116Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-02-02T06:20:36.124Z] > git config core.sparsecheckout # timeout=10 [2021-02-02T06:20:36.127Z] > git checkout -f 7cbd8b2f95d0db505ea87ee4a34606139244d0cb # timeout=10 [2021-02-02T06:20:39.839Z] Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-messaging/v2" [2021-02-02T06:20:39.867Z] > git --version # timeout=10 [2021-02-02T06:20:39.870Z] > git --version # 'git version 2.17.1' [2021-02-02T06:20:39.873Z] fatal: bad object 69a7e166112f335804d9fea76440e5140e47f034 [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-02T06:20:41.035Z] + echo snap-build.sh [2021-02-02T06:20:41.035Z] snap-build.sh [2021-02-02T06:20:41.035Z] + SNAP_BASE_DIR=. [2021-02-02T06:20:41.035Z] + '[' '!' -z /w/workspace/edgex-go/1 ']' [2021-02-02T06:20:41.035Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/1 [2021-02-02T06:20:41.035Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/1]' [2021-02-02T06:20:41.035Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/1] [2021-02-02T06:20:41.035Z] + cd /w/workspace/edgex-go/1 [2021-02-02T06:20:41.035Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-02-02T06:20:41.035Z] Reading package lists... [2021-02-02T06:20:41.035Z] Building dependency tree... [2021-02-02T06:20:41.035Z] Reading state information... [2021-02-02T06:20:41.301Z] The following packages were automatically installed and are no longer required: [2021-02-02T06:20:41.301Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-02-02T06:20:41.301Z] uidmap xdelta3 [2021-02-02T06:20:41.301Z] Use 'sudo apt autoremove' to remove them. [2021-02-02T06:20:41.301Z] The following packages will be REMOVED: [2021-02-02T06:20:41.301Z] lxd* lxd-client* [2021-02-02T06:20:41.564Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-02-02T06:20:41.564Z] After this operation, 31.7 MB disk space will be freed. [2021-02-02T06:20:42.619Z] (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 ... 190027 files and directories currently installed.) [2021-02-02T06:20:42.619Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-02-02T06:20:43.192Z] Removing lxd dnsmasq configuration [2021-02-02T06:20:43.453Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-02-02T06:20:43.453Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-02-02T06:20:44.398Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-02-02T06:20:44.661Z] (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 ... 189852 files and directories currently installed.) [2021-02-02T06:20:44.661Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-02-02T06:20:45.609Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-02-02T06:20:45.871Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-02-02T06:20:46.825Z] + sudo snap remove --purge lxd [2021-02-02T06:20:47.086Z] snap "lxd" is not installed [2021-02-02T06:20:47.086Z] + sudo groupadd --force --system lxd [2021-02-02T06:20:47.086Z] ++ whoami [2021-02-02T06:20:47.086Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-02-02T06:20:47.086Z] + newgrp - lxd [2021-02-02T06:20:47.086Z] + sudo snap install lxd [2021-02-02T06:20:53.679Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-02-02T06:20:55.679Z] 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 [2021-02-02T06:20:57.096Z] 2021-02-02T06:20:53Z INFO Waiting for automatic snapd restart... [2021-02-02T06:21:02.476Z] 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 [2021-02-02T06:21:03.456Z] 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 [2021-02-02T06:21:07.184Z] lxd 4.10 from Canonical* installed [2021-02-02T06:21:07.184Z] + sudo lxd init --auto [2021-02-02T06:21:10.184Z] 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 [2021-02-02T06:21:15.620Z] 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 [2021-02-02T06:21:17.209Z] + sudo snap install --classic snapcraft [2021-02-02T06:21:19.936Z] 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 [2021-02-02T06:21:20.512Z] snapcraft 4.4.4 from Canonical* installed [2021-02-02T06:21:20.512Z] + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' [2021-02-02T06:21:20.512Z] + patch --verbose -p1 [2021-02-02T06:21:20.512Z] Hmm... Looks like a unified diff to me... [2021-02-02T06:21:20.512Z] The text leading up to this was: [2021-02-02T06:21:20.512Z] -------------------------- [2021-02-02T06:21:20.512Z] |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 [2021-02-02T06:21:20.512Z] |From: Tony Espy [2021-02-02T06:21:20.512Z] |Date: Wed, 16 Dec 2020 16:34:55 -0500 [2021-02-02T06:21:20.512Z] |Subject: [PATCH] optimize snap build for pipeline CI check [2021-02-02T06:21:20.512Z] | [2021-02-02T06:21:20.512Z] |This patch is used by the EdgeX CI pipeline builds to [2021-02-02T06:21:20.512Z] |optimize the snap CI check run for pull requests. When [2021-02-02T06:21:20.512Z] |applied, it essentially strips out everything (apps and [2021-02-02T06:21:20.512Z] |parts) from the snapcraft.yaml file except those required [2021-02-02T06:21:20.512Z] |to build edgex-go, as the whole idea of the CI check is to [2021-02-02T06:21:20.512Z] |catch changes to edgex-go that break the snap build. [2021-02-02T06:21:20.512Z] | [2021-02-02T06:21:20.512Z] |In general, anyone updating snapcraft.yaml will also need [2021-02-02T06:21:20.512Z] |to update this patch file, otherwise it may fail to apply, [2021-02-02T06:21:20.512Z] |resulting in a failed snap build CI check in the associated [2021-02-02T06:21:20.512Z] |pull request. [2021-02-02T06:21:20.512Z] | [2021-02-02T06:21:20.512Z] |Note - in addition to applying this patch, the pipeline also [2021-02-02T06:21:20.512Z] |only primes the snap (e.g. `snapcraft prime`), as there's no [2021-02-02T06:21:20.512Z] |need to build the finally binary .snap file (and it won't [2021-02-02T06:21:20.512Z] |work with the patch applied). This further reduces the build [2021-02-02T06:21:20.512Z] |time. [2021-02-02T06:21:20.512Z] |--- [2021-02-02T06:21:20.512Z] | snap/snapcraft.yaml | 461 +------------------------------------------- [2021-02-02T06:21:20.512Z] | 1 file changed, 2 insertions(+), 459 deletions(-) [2021-02-02T06:21:20.512Z] | [2021-02-02T06:21:20.512Z] |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml [2021-02-02T06:21:20.512Z] |index 1e537489..faf42425 100644 [2021-02-02T06:21:20.512Z] |--- a/snap/snapcraft.yaml [2021-02-02T06:21:20.512Z] |+++ b/snap/snapcraft.yaml [2021-02-02T06:21:20.512Z] -------------------------- [2021-02-02T06:21:20.512Z] patching file snap/snapcraft.yaml [2021-02-02T06:21:20.512Z] Using Plan A... [2021-02-02T06:21:20.512Z] Hunk #1 succeeded at 73. [2021-02-02T06:21:20.512Z] Hunk #2 succeeded at 202 with fuzz 1 (offset 2 lines). [2021-02-02T06:21:20.512Z] Hunk #3 succeeded at 214 (offset -1 lines). [2021-02-02T06:21:20.512Z] Hunk #4 succeeded at 222 (offset -1 lines). [2021-02-02T06:21:20.512Z] Hunk #5 succeeded at 229 (offset -1 lines). [2021-02-02T06:21:20.512Z] Hunk #6 succeeded at 256 (offset -1 lines). [2021-02-02T06:21:20.512Z] Hunk #7 succeeded at 290 (offset -1 lines). [2021-02-02T06:21:20.512Z] Hunk #8 succeeded at 342. [2021-02-02T06:21:20.512Z] Hmm... Ignoring the trailing garbage. [2021-02-02T06:21:20.512Z] done [2021-02-02T06:21:20.512Z] + sudo snapcraft prime --use-lxd [2021-02-02T06:21:21.899Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-02-02T06:21:21.899Z] 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: [2021-02-02T06:21:21.899Z] - README.md [2021-02-02T06:21:21.899Z] - snapcraft.yaml.orig [2021-02-02T06:21:21.899Z] [2021-02-02T06:21:21.899Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-02-02T06:21:22.471Z] Launching a container. [2021-02-02T06:21:25.346Z] 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 [2021-02-02T06:21:28.723Z] 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 [2021-02-02T06:21:34.137Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-02-02T06:21:34.696Z] Waiting for container to be ready [2021-02-02T06:21:34.696Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-02-02T06:21:34.696Z] [2021-02-02T06:21:37.252Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-02-02T06:21:37.513Z] Waiting for network to be ready... [2021-02-02T06:21:37.778Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-02-02T06:21:37.778Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-02-02T06:21:38.349Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1535 kB] [2021-02-02T06:21:38.349Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-02-02T06:21:38.349Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-02-02T06:21:38.452Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-02-02T06:21:38.611Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-02-02T06:21:38.872Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-02-02T06:21:38.872Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-02-02T06:21:38.872Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-02-02T06:21:38.872Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-02-02T06:21:38.872Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-02-02T06:21:38.872Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [297 kB] [2021-02-02T06:21:38.872Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] [2021-02-02T06:21:38.872Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] [2021-02-02T06:21:38.872Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [226 kB] [2021-02-02T06:21:38.872Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [29.9 kB] [2021-02-02T06:21:38.873Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1105 kB] [2021-02-02T06:21:38.873Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [247 kB] [2021-02-02T06:21:39.133Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-02-02T06:21:39.396Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1876 kB] [2021-02-02T06:21:39.396Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [389 kB] [2021-02-02T06:21:39.396Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] [2021-02-02T06:21:39.396Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] [2021-02-02T06:21:39.396Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [247 kB] [2021-02-02T06:21:39.396Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [33.4 kB] [2021-02-02T06:21:39.396Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1713 kB] [2021-02-02T06:21:39.660Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [362 kB] [2021-02-02T06:21:42.206Z] Fetched 23.9 MB in 4s (5724 kB/s) [2021-02-02T06:21:42.779Z] Reading package lists... [2021-02-02T06:21:42.779Z] Reading package lists... [2021-02-02T06:21:43.040Z] Building dependency tree... [2021-02-02T06:21:43.040Z] Reading state information... [2021-02-02T06:21:43.301Z] The following additional packages will be installed: [2021-02-02T06:21:43.301Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-02-02T06:21:43.301Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-02-02T06:21:43.301Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-02-02T06:21:43.301Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-02-02T06:21:43.301Z] Suggested packages: [2021-02-02T06:21:43.301Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-02-02T06:21:43.301Z] Recommended packages: [2021-02-02T06:21:43.301Z] gnupg libsasl2-modules [2021-02-02T06:21:43.301Z] The following NEW packages will be installed: [2021-02-02T06:21:43.301Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-02-02T06:21:43.301Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-02-02T06:21:43.301Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-02-02T06:21:43.301Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-02-02T06:21:43.301Z] The following packages will be upgraded: [2021-02-02T06:21:43.301Z] gpg gpg-agent gpgconf libudev1 [2021-02-02T06:21:43.301Z] 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. [2021-02-02T06:21:43.301Z] Need to get 3533 kB of archives. [2021-02-02T06:21:43.301Z] After this operation, 13.3 MB of additional disk space will be used. [2021-02-02T06:21:43.301Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] [2021-02-02T06:21:43.562Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] [2021-02-02T06:21:43.562Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.44 [58.3 kB] [2021-02-02T06:21:43.562Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] [2021-02-02T06:21:43.562Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] [2021-02-02T06:21:43.562Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] [2021-02-02T06:21:43.562Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.8 [17.0 kB] [2021-02-02T06:21:43.562Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.8 [155 kB] [2021-02-02T06:21:43.562Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] [2021-02-02T06:21:43.822Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.44 [1103 kB] [2021-02-02T06:21:44.083Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-02-02T06:21:44.083Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-02-02T06:21:44.083Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-02-02T06:21:44.083Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-02-02T06:21:44.083Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-02-02T06:21:44.083Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-02-02T06:21:44.083Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-02-02T06:21:44.343Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-02-02T06:21:44.343Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-02-02T06:21:44.343Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-02-02T06:21:44.343Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-02-02T06:21:44.343Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-02-02T06:21:44.343Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-02T06:21:44.343Z] Fetched 3533 kB in 1s (3281 kB/s) [2021-02-02T06:21:44.605Z] (Reading database ... 12511 files and directories currently installed.) [2021-02-02T06:21:44.605Z] Preparing to unpack .../libudev1_237-3ubuntu10.44_amd64.deb ... [2021-02-02T06:21:44.605Z] Unpacking libudev1:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-02-02T06:21:44.605Z] Setting up libudev1:amd64 (237-3ubuntu10.44) ... [2021-02-02T06:21:44.866Z] Selecting previously unselected package udev. [2021-02-02T06:21:44.867Z] (Reading database ... 12511 files and directories currently installed.) [2021-02-02T06:21:44.867Z] Preparing to unpack .../00-udev_237-3ubuntu10.44_amd64.deb ... [2021-02-02T06:21:44.867Z] Unpacking udev (237-3ubuntu10.44) ... [2021-02-02T06:21:45.130Z] Selecting previously unselected package libfuse2:amd64. [2021-02-02T06:21:45.130Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-02-02T06:21:45.130Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-02-02T06:21:45.130Z] Selecting previously unselected package fuse. [2021-02-02T06:21:45.130Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-02-02T06:21:45.130Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-02-02T06:21:45.130Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... [2021-02-02T06:21:45.130Z] Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [Pipeline] } [2021-02-02T06:21:45.181Z] $ docker stop --time=1 671913e0bdae6e7702d0f2500a41224f8ddb1d36174133918d1b6d3a155abfb3 [2021-02-02T06:21:45.392Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... [2021-02-02T06:21:45.392Z] Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-02-02T06:21:45.392Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... [2021-02-02T06:21:45.392Z] Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-02-02T06:21:45.655Z] Selecting previously unselected package libksba8:amd64. [2021-02-02T06:21:45.655Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-02-02T06:21:45.655Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-02-02T06:21:45.655Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-02-02T06:21:45.655Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-02T06:21:45.655Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-02T06:21:45.655Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-02-02T06:21:45.655Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-02T06:21:45.655Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-02T06:21:45.916Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-02-02T06:21:45.916Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-02T06:21:45.916Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-02T06:21:45.916Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-02-02T06:21:45.916Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-02T06:21:45.916Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-02T06:21:46.178Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-02-02T06:21:46.178Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-02T06:21:46.178Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-02T06:21:46.178Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-02-02T06:21:46.178Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-02T06:21:46.178Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-02T06:21:46.440Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-02-02T06:21:46.440Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-02T06:21:46.440Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-02T06:21:46.440Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-02-02T06:21:46.440Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-02T06:21:46.440Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-02T06:21:46.701Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-02-02T06:21:46.701Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-02T06:21:46.701Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-02T06:21:46.701Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-02-02T06:21:46.701Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-02-02T06:21:46.701Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-02-02T06:21:46.701Z] Selecting previously unselected package libsasl2-2:amd64. [2021-02-02T06:21:46.701Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-02-02T06:21:46.701Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-02-02T06:21:46.963Z] Selecting previously unselected package libldap-common. [2021-02-02T06:21:46.963Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... [2021-02-02T06:21:46.963Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2021-02-02T06:21:46.963Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-02-02T06:21:46.963Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... [2021-02-02T06:21:46.963Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2021-02-02T06:21:46.963Z] Selecting previously unselected package dirmngr. [2021-02-02T06:21:46.963Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... [2021-02-02T06:21:46.963Z] Unpacking dirmngr (2.2.4-1ubuntu1.3) ... [2021-02-02T06:21:47.224Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2021-02-02T06:21:47.224Z] Setting up gpgconf (2.2.4-1ubuntu1.3) ... [2021-02-02T06:21:47.224Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-02-02T06:21:47.224Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-02-02T06:21:47.485Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-02-02T06:21:47.485Z] Setting up gpg-agent (2.2.4-1ubuntu1.3) ... [2021-02-02T06:21:47.485Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-02T06:21:47.485Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-02-02T06:21:47.485Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-02-02T06:21:47.485Z] Setting up udev (237-3ubuntu10.44) ... [2021-02-02T06:21:48.017Z] $ docker rm -f 671913e0bdae6e7702d0f2500a41224f8ddb1d36174133918d1b6d3a155abfb3 [2021-02-02T06:21:48.057Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-02-02T06:21:48.057Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-02T06:21:48.057Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-02-02T06:21:48.057Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-02-02T06:21:48.057Z] Setting up gpg (2.2.4-1ubuntu1.3) ... [2021-02-02T06:21:48.057Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-02T06:21:48.317Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-02T06:21:48.317Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-02T06:21:48.317Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-02T06:21:48.317Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-02T06:21:48.317Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-02T06:21:48.317Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-02T06:21:48.317Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2021-02-02T06:21:48.317Z] Setting up dirmngr (2.2.4-1ubuntu1.3) ... [2021-02-02T06:21:48.317Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-02-02T06:21:48.885Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-02-02T06:21:48.886Z] settings in the [Install] section, and DefaultInstance for template units). [2021-02-02T06:21:48.886Z] This means they are not meant to be enabled using systemctl. [2021-02-02T06:21:48.886Z] Possible reasons for having this kind of units are: [2021-02-02T06:21:48.886Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-02-02T06:21:48.886Z] .wants/ or .requires/ directory. [2021-02-02T06:21:48.886Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-02-02T06:21:48.886Z] a requirement dependency on it. [2021-02-02T06:21:48.886Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-02-02T06:21:48.886Z] D-Bus, udev, scripted systemctl call, ...). [2021-02-02T06:21:48.886Z] 4) In case of template units, the unit is meant to be enabled with some [2021-02-02T06:21:48.886Z] instance name specified. [2021-02-02T06:21:49.149Z] Reading package lists... [2021-02-02T06:21:49.149Z] Building dependency tree... [2021-02-02T06:21:49.149Z] Reading state information... [2021-02-02T06:21:49.409Z] The following additional packages will be installed: [2021-02-02T06:21:49.409Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-02-02T06:21:49.409Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-02-02T06:21:49.409Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-02-02T06:21:49.409Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-02-02T06:21:49.409Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-02-02T06:21:49.409Z] Suggested packages: [2021-02-02T06:21:49.409Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-02-02T06:21:49.409Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-02-02T06:21:49.409Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-02-02T06:21:49.409Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-02-02T06:21:49.409Z] systemd-container policykit-1 [2021-02-02T06:21:49.409Z] Recommended packages: [2021-02-02T06:21:49.409Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-02-02T06:21:49.409Z] The following NEW packages will be installed: [2021-02-02T06:21:49.409Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-02-02T06:21:49.409Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-02-02T06:21:49.409Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-02-02T06:21:49.409Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-02-02T06:21:49.409Z] python3.6-minimal snapd squashfs-tools sudo [2021-02-02T06:21:49.409Z] The following packages will be upgraded: [2021-02-02T06:21:49.409Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-02-02T06:21:49.409Z] 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. [2021-02-02T06:21:49.409Z] Need to get 35.2 MB of archives. [2021-02-02T06:21:49.409Z] After this operation, 141 MB of additional disk space will be used. [2021-02-02T06:21:49.409Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] [2021-02-02T06:21:49.670Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] [2021-02-02T06:21:49.670Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.44 [2913 kB] [2021-02-02T06:21:49.670Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.7 [1301 kB] [2021-02-02T06:21:49.670Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [533 kB] [2021-02-02T06:21:49.670Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-02-02T06:21:49.670Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [1609 kB] [2021-02-02T06:21:49.670Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] [2021-02-02T06:21:49.670Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] [2021-02-02T06:21:49.670Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-02-02T06:21:49.670Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] [2021-02-02T06:21:49.670Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-02-02T06:21:49.670Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-02-02T06:21:49.670Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-02-02T06:21:49.670Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-02-02T06:21:49.670Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-02-02T06:21:49.670Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] [2021-02-02T06:21:49.670Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-02T06:21:50.616Z] Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.44 [209 kB] [2021-02-02T06:21:50.616Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2021-02-02T06:21:50.616Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-02-02T06:21:50.616Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-02-02T06:21:50.616Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-02-02T06:21:50.616Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-02-02T06:21:50.616Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-02-02T06:21:50.616Z] Get:26 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-02-02T06:21:50.616Z] Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-02-02T06:21:50.616Z] Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-02-02T06:21:50.616Z] Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] [2021-02-02T06:21:50.616Z] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] [2021-02-02T06:21:50.893Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-02T06:21:51.168Z] [2021-02-02T06:21:51.168Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-02T06:21:51.558Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-02T06:21:51.558Z] Fetched 35.2 MB in 2s (17.2 MB/s) [2021-02-02T06:21:51.558Z] (Reading database ... 12757 files and directories currently installed.) [2021-02-02T06:21:51.558Z] Preparing to unpack .../systemd_237-3ubuntu10.44_amd64.deb ... [2021-02-02T06:21:51.611Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-02T06:21:51.817Z] Unpacking systemd (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-02-02T06:21:51.888Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-02-02T06:21:51.888Z] 29e5d40040c1: Pulling fs layer [2021-02-02T06:21:51.888Z] 1ce36da41761: Pulling fs layer [2021-02-02T06:21:51.889Z] 25b303627fd3: Pulling fs layer [2021-02-02T06:21:52.166Z] 29e5d40040c1: Verifying Checksum [2021-02-02T06:21:52.166Z] 29e5d40040c1: Download complete [2021-02-02T06:21:52.396Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.44_amd64.deb ... [2021-02-02T06:21:52.396Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-02-02T06:21:52.396Z] Setting up libsystemd0:amd64 (237-3ubuntu10.44) ... [2021-02-02T06:21:52.396Z] (Reading database ... 12757 files and directories currently installed.) [2021-02-02T06:21:52.396Z] Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... [2021-02-02T06:21:52.396Z] Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... [2021-02-02T06:21:52.449Z] 1ce36da41761: Verifying Checksum [2021-02-02T06:21:52.449Z] 1ce36da41761: Download complete [2021-02-02T06:21:52.657Z] Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... [2021-02-02T06:21:52.725Z] 29e5d40040c1: Pull complete [2021-02-02T06:21:52.959Z] (Reading database ... 12757 files and directories currently installed.) [2021-02-02T06:21:52.959Z] Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... [2021-02-02T06:21:52.959Z] Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... [2021-02-02T06:21:53.224Z] Setting up apt (1.6.12ubuntu0.2) ... [2021-02-02T06:21:53.224Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-02-02T06:21:53.485Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-02-02T06:21:53.747Z] (Reading database ... 12764 files and directories currently installed.) [2021-02-02T06:21:53.747Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-02-02T06:21:53.747Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-02-02T06:21:54.010Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-02-02T06:21:54.010Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-02-02T06:21:54.010Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-02T06:21:54.010Z] Selecting previously unselected package libexpat1:amd64. [2021-02-02T06:21:54.010Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-02-02T06:21:54.010Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-02-02T06:21:54.168Z] 1ce36da41761: Pull complete [2021-02-02T06:21:54.168Z] 25b303627fd3: Verifying Checksum [2021-02-02T06:21:54.168Z] 25b303627fd3: Download complete [2021-02-02T06:21:54.272Z] Selecting previously unselected package python3.6-minimal. [2021-02-02T06:21:54.272Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-02-02T06:21:54.272Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-02-02T06:21:54.534Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... [2021-02-02T06:21:54.534Z] Checking for services that may need to be restarted...done. [2021-02-02T06:21:54.534Z] Checking for services that may need to be restarted...done. [2021-02-02T06:21:54.534Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-02T06:21:54.534Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-02-02T06:21:54.534Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-02-02T06:21:55.106Z] Selecting previously unselected package python3-minimal. [2021-02-02T06:21:55.106Z] (Reading database ... 13012 files and directories currently installed.) [2021-02-02T06:21:55.106Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-02-02T06:21:55.106Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-02-02T06:21:55.367Z] Selecting previously unselected package mime-support. [2021-02-02T06:21:55.367Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-02-02T06:21:55.367Z] Unpacking mime-support (3.60ubuntu1) ... [2021-02-02T06:21:55.367Z] Selecting previously unselected package libmpdec2:amd64. [2021-02-02T06:21:55.367Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-02-02T06:21:55.367Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-02-02T06:21:55.367Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-02-02T06:21:55.367Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-02-02T06:21:55.367Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-02T06:21:55.630Z] Selecting previously unselected package python3.6. [2021-02-02T06:21:55.630Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-02-02T06:21:55.630Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-02T06:21:55.891Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-02-02T06:21:55.891Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-02-02T06:21:55.891Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-02-02T06:21:55.891Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-02-02T06:21:56.151Z] Selecting previously unselected package python3. [2021-02-02T06:21:56.151Z] (Reading database ... 13442 files and directories currently installed.) [2021-02-02T06:21:56.151Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-02-02T06:21:56.151Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-02-02T06:21:56.151Z] Selecting previously unselected package multiarch-support. [2021-02-02T06:21:56.151Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-02-02T06:21:56.413Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-02-02T06:21:56.413Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-02-02T06:21:56.413Z] Selecting previously unselected package liblzo2-2:amd64. [2021-02-02T06:21:56.413Z] (Reading database ... 13479 files and directories currently installed.) [2021-02-02T06:21:56.413Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-02-02T06:21:56.413Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-02-02T06:21:56.674Z] Selecting previously unselected package libbsd0:amd64. [2021-02-02T06:21:56.674Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-02-02T06:21:56.674Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-02-02T06:21:56.674Z] Selecting previously unselected package sudo. [2021-02-02T06:21:56.674Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... [2021-02-02T06:21:56.674Z] Unpacking sudo (1.8.21p2-3ubuntu1.4) ... [2021-02-02T06:21:56.935Z] Selecting previously unselected package apparmor. [2021-02-02T06:21:56.936Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-02-02T06:21:56.936Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-02-02T06:21:56.936Z] Selecting previously unselected package libedit2:amd64. [2021-02-02T06:21:56.936Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-02-02T06:21:56.936Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-02-02T06:21:57.196Z] Selecting previously unselected package libkrb5support0:amd64. [2021-02-02T06:21:57.196Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-02-02T06:21:57.196Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-02-02T06:21:57.196Z] Selecting previously unselected package libk5crypto3:amd64. [2021-02-02T06:21:57.196Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-02-02T06:21:57.196Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-02-02T06:21:57.196Z] Selecting previously unselected package libkeyutils1:amd64. [2021-02-02T06:21:57.196Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-02-02T06:21:57.196Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-02-02T06:21:57.459Z] Selecting previously unselected package libkrb5-3:amd64. [2021-02-02T06:21:57.459Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-02-02T06:21:57.459Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-02-02T06:21:57.459Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-02-02T06:21:57.459Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-02-02T06:21:57.459Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-02-02T06:21:57.719Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-02-02T06:21:57.719Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... [2021-02-02T06:21:57.719Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-02-02T06:21:57.720Z] Selecting previously unselected package openssh-client. [2021-02-02T06:21:57.720Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-02-02T06:21:57.720Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-02-02T06:21:57.979Z] Selecting previously unselected package squashfs-tools. [2021-02-02T06:21:57.979Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-02-02T06:21:57.979Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-02-02T06:21:57.979Z] Selecting previously unselected package snapd. [2021-02-02T06:21:57.979Z] Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... [2021-02-02T06:21:57.979Z] Unpacking snapd (2.48+18.04) ... [2021-02-02T06:21:59.889Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-02-02T06:21:59.889Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-02-02T06:22:00.150Z] Setting up mime-support (3.60ubuntu1) ... [2021-02-02T06:22:00.412Z] Setting up sudo (1.8.21p2-3ubuntu1.4) ... [2021-02-02T06:22:00.412Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-02-02T06:22:00.672Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-02-02T06:22:00.672Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-02-02T06:22:00.672Z] Setting up systemd (237-3ubuntu10.44) ... [2021-02-02T06:22:00.672Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-02-02T06:22:01.244Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-02-02T06:22:01.508Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-02-02T06:22:01.508Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-02-02T06:22:01.508Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-02T06:22:01.508Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-02-02T06:22:01.508Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-02T06:22:02.081Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-02-02T06:22:02.081Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-02-02T06:22:02.081Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-02-02T06:22:02.081Z] Setting up python3 (3.6.7-1~18.04) ... [2021-02-02T06:22:02.081Z] running python rtupdate hooks for python3.6... [2021-02-02T06:22:02.081Z] running python post-rtupdate hooks for python3.6... [2021-02-02T06:22:02.342Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-02-02T06:22:03.294Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-02-02T06:22:03.557Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-02-02T06:22:03.557Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-02-02T06:22:03.819Z] Setting up snapd (2.48+18.04) ... [2021-02-02T06:22:04.080Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-02-02T06:22:04.320Z] 25b303627fd3: Pull complete [2021-02-02T06:22:04.320Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-02-02T06:22:04.320Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-02T06:22:04.320Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-02T06:22:04.340Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [Pipeline] withDockerContainer [2021-02-02T06:22:04.600Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-02-02T06:22:04.601Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-02-02T06:22:04.636Z] prd-ubuntu18.04-docker-arm64-4c-16g-24541 does not seem to be running inside a container [2021-02-02T06:22:04.702Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-02-02T06:22:04.863Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-02-02T06:22:04.863Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-02-02T06:22:05.126Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-02-02T06:22:05.126Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-02-02T06:22:05.387Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-02-02T06:22:05.649Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-02-02T06:22:05.649Z] /usr/sbin/policy-rc.d returned 101, not running 'start snapd.apparmor.service snapd.autoimport.service snapd.core-fixup.service snapd.failure.service snapd.recovery-chooser-trigger.service snapd.seeded.service snapd.service snapd.snap-repair.service snapd.snap-repair.timer snapd.socket snapd.system-shutdown.service' [2021-02-02T06:22:05.912Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-02-02T06:22:06.173Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-02-02T06:22:07.114Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-02-02T06:22:07.114Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-02-02T06:22:07.114Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-02-02T06:22:08.042Z] $ docker top 68c99134cd1bcadc4cef9580ed7f17184a2d52c541398198fbb7ddc077bf3642 -eo pid,comm [2021-02-02T06:22:08.319Z] Reading package lists... [2021-02-02T06:22:08.319Z] Reading package lists... [Pipeline] { [2021-02-02T06:22:08.581Z] Building dependency tree... [2021-02-02T06:22:08.581Z] Reading state information... [2021-02-02T06:22:08.581Z] Calculating upgrade... [Pipeline] sh [2021-02-02T06:22:08.842Z] The following packages will be upgraded: [2021-02-02T06:22:08.842Z] advancecomp base-files bash binutils binutils-common [2021-02-02T06:22:08.842Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-02-02T06:22:08.842Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-02-02T06:22:08.842Z] grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils [2021-02-02T06:22:08.842Z] libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 [2021-02-02T06:22:08.842Z] libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 [2021-02-02T06:22:08.842Z] libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 [2021-02-02T06:22:08.842Z] libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 [2021-02-02T06:22:08.842Z] libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules [2021-02-02T06:22:08.842Z] libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 [2021-02-02T06:22:08.842Z] libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 [2021-02-02T06:22:08.842Z] libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 [2021-02-02T06:22:08.842Z] libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin [2021-02-02T06:22:08.842Z] openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler [2021-02-02T06:22:08.842Z] procps systemd-sysv tar tzdata ubuntu-keyring util-linux [2021-02-02T06:22:09.103Z] 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-02-02T06:22:09.103Z] Need to get 63.8 MB of archives. [2021-02-02T06:22:09.103Z] After this operation, 5205 kB of additional disk space will be used. [2021-02-02T06:22:09.103Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-02-02T06:22:09.103Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-135.139 [990 kB] [2021-02-02T06:22:09.275Z] + docker-compose build --help [2021-02-02T06:22:09.275Z] + grep parallel [2021-02-02T06:22:09.675Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-02-02T06:22:09.675Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-02-02T06:22:09.675Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-02-02T06:22:09.675Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-02-02T06:22:09.675Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-02-02T06:22:09.675Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-02-02T06:22:09.675Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] [2021-02-02T06:22:09.675Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] [2021-02-02T06:22:09.675Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] [2021-02-02T06:22:09.675Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-02-02T06:22:09.935Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-02-02T06:22:09.935Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2021-02-02T06:22:09.935Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-02-02T06:22:09.935Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-02-02T06:22:09.935Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-02-02T06:22:09.935Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-02-02T06:22:09.935Z] Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-02-02T06:22:09.935Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-02-02T06:22:10.199Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-02-02T06:22:10.199Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-02-02T06:22:10.199Z] Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-02-02T06:22:10.199Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-02-02T06:22:10.199Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-02-02T06:22:10.199Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-02-02T06:22:10.199Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-02-02T06:22:10.465Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-02-02T06:22:10.465Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2021-02-02T06:22:10.465Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-02-02T06:22:10.465Z] Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-02-02T06:22:10.465Z] Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-02-02T06:22:10.465Z] Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-02-02T06:22:10.465Z] Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-02-02T06:22:10.465Z] Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-02-02T06:22:10.465Z] Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-02-02T06:22:10.465Z] Get:37 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-02-02T06:22:10.465Z] Get:38 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-02-02T06:22:10.465Z] Get:39 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-02-02T06:22:10.465Z] Get:40 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-02-02T06:22:10.465Z] Get:41 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-02-02T06:22:10.465Z] Get:42 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-02-02T06:22:10.465Z] Get:43 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-02-02T06:22:10.465Z] Get:44 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-02-02T06:22:10.465Z] Get:45 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] [2021-02-02T06:22:10.465Z] Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-02-02T06:22:10.465Z] Get:47 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] [2021-02-02T06:22:10.465Z] Get:48 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] [2021-02-02T06:22:10.465Z] Get:49 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] [2021-02-02T06:22:10.465Z] Get:50 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] [2021-02-02T06:22:10.465Z] Get:51 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.44 [16.1 kB] [2021-02-02T06:22:10.465Z] Get:52 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] [2021-02-02T06:22:10.465Z] Get:53 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-02-02T06:22:10.465Z] Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-02-02T06:22:10.465Z] Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-02-02T06:22:10.465Z] Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-02-02T06:22:10.465Z] Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-02-02T06:22:10.465Z] Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] [2021-02-02T06:22:10.465Z] Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] [2021-02-02T06:22:10.465Z] Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-02-02T06:22:10.465Z] Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-02-02T06:22:10.727Z] Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] [2021-02-02T06:22:10.727Z] Get:63 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-02-02T06:22:10.727Z] Get:64 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-02-02T06:22:10.727Z] Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] [2021-02-02T06:22:10.727Z] Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] [2021-02-02T06:22:10.727Z] Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-02-02T06:22:10.727Z] Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-02-02T06:22:10.727Z] Get:69 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20201027ubuntu0.18.04.1 [153 kB] [2021-02-02T06:22:10.727Z] Get:70 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-02-02T06:22:10.727Z] Get:71 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2021-02-02T06:22:10.727Z] Get:72 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-02-02T06:22:10.727Z] Get:73 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] [2021-02-02T06:22:10.727Z] Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] [2021-02-02T06:22:10.727Z] Get:75 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2021-02-02T06:22:10.727Z] Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-02-02T06:22:10.727Z] Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.4 [1839 kB] [2021-02-02T06:22:10.727Z] Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-02-02T06:22:10.727Z] Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-02-02T06:22:10.990Z] Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-02-02T06:22:10.990Z] Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-02-02T06:22:10.990Z] Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-02-02T06:22:10.990Z] Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-02-02T06:22:10.990Z] Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] [2021-02-02T06:22:10.990Z] Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] [2021-02-02T06:22:10.990Z] Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] [2021-02-02T06:22:10.990Z] Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-02-02T06:22:10.990Z] Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-02-02T06:22:11.251Z] Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-02-02T06:22:11.251Z] Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-02-02T06:22:11.823Z] Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-02-02T06:22:12.394Z] Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2021-02-02T06:22:12.394Z] Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2021-02-02T06:22:12.394Z] Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-02-02T06:22:12.656Z] Get:95 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2021-02-02T06:22:12.656Z] Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-02-02T06:22:12.656Z] Get:97 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-02-02T06:22:12.656Z] Get:98 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-02-02T06:22:12.656Z] Get:99 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-02-02T06:22:12.656Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-02T06:22:12.656Z] Fetched 63.8 MB in 4s (16.8 MB/s) [2021-02-02T06:22:12.917Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-02T06:22:12.917Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-02-02T06:22:12.917Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-02-02T06:22:13.487Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-02-02T06:22:13.488Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-02-02T06:22:13.488Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-135.139_amd64.deb ... [2021-02-02T06:22:13.749Z] Unpacking linux-libc-dev:amd64 (4.15.0-135.139) over (4.15.0-20.21) ... [2021-02-02T06:22:14.325Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-02T06:22:14.593Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-02T06:22:14.593Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-02T06:22:14.593Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-02T06:22:14.706Z] --parallel Build images in parallel. [Pipeline] } [2021-02-02T06:22:14.721Z] $ docker stop --time=1 68c99134cd1bcadc4cef9580ed7f17184a2d52c541398198fbb7ddc077bf3642 [2021-02-02T06:22:14.853Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-02T06:22:14.854Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-02T06:22:14.854Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-02T06:22:14.854Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-02T06:22:15.114Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-02T06:22:15.114Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-02T06:22:15.114Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-02T06:22:15.114Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-02T06:22:15.375Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-02T06:22:15.375Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-02T06:22:15.375Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-02T06:22:15.375Z] (Reading database ... 13911 files and directories currently installed.) [2021-02-02T06:22:15.375Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-02T06:22:15.637Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-02-02T06:22:15.637Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-02-02T06:22:15.637Z] (Reading database ... 13911 files and directories currently installed.) [2021-02-02T06:22:15.637Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-02T06:22:15.637Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-02T06:22:15.899Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-02T06:22:15.899Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-02T06:22:15.899Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-02T06:22:15.899Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-02T06:22:16.160Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-02T06:22:16.160Z] (Reading database ... 13911 files and directories currently installed.) [2021-02-02T06:22:16.160Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-02-02T06:22:16.421Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-02-02T06:22:16.581Z] $ docker rm -f 68c99134cd1bcadc4cef9580ed7f17184a2d52c541398198fbb7ddc077bf3642 [Pipeline] // withDockerContainer [2021-02-02T06:22:17.037Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-02-02T06:22:17.037Z] (Reading database ... 13911 files and directories currently installed.) [2021-02-02T06:22:17.037Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-02-02T06:22:17.037Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [2021-02-02T06:22:17.298Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-02-02T06:22:17.298Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [Pipeline] isUnix [Pipeline] sh [2021-02-02T06:22:17.559Z] Setting up base-files (10.1ubuntu2.10) ... [2021-02-02T06:22:17.559Z] Installing new version of config file /etc/issue ... [2021-02-02T06:22:17.559Z] Installing new version of config file /etc/issue.net ... [2021-02-02T06:22:17.559Z] Installing new version of config file /etc/lsb-release ... [2021-02-02T06:22:17.559Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-02-02T06:22:17.682Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-02T06:22:17.682Z] . [Pipeline] withDockerContainer [2021-02-02T06:22:17.821Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-02-02T06:22:17.821Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-02-02T06:22:17.821Z] Removing obsolete conffile /etc/default/motd-news ... [2021-02-02T06:22:17.978Z] prd-ubuntu18.04-docker-arm64-4c-16g-24541 does not seem to be running inside a container [2021-02-02T06:22:18.033Z] $ 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/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-02-02T06:22:18.085Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-02T06:22:18.085Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-02-02T06:22:18.085Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-02-02T06:22:18.346Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-02-02T06:22:18.346Z] update-alternatives: using /usr/share/man/man7/bash-builtins.7.gz to provide /usr/share/man/man7/builtins.7.gz (builtins.7.gz) in auto mode [2021-02-02T06:22:18.346Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-02T06:22:18.346Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-02T06:22:18.346Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-02-02T06:22:18.608Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-02-02T06:22:18.608Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-02T06:22:18.608Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-02-02T06:22:18.608Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-02-02T06:22:18.869Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-02-02T06:22:18.869Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-02T06:22:18.869Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-02-02T06:22:19.132Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-02-02T06:22:19.132Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-02-02T06:22:19.392Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-02T06:22:19.392Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-02-02T06:22:19.392Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-02-02T06:22:19.441Z] $ docker top 52510d71b0a893d52f37002c08eb64c071c1a4ca611ef5067298b652d3787f6f -eo pid,comm [2021-02-02T06:22:19.652Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-02-02T06:22:19.652Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-02T06:22:19.652Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-02-02T06:22:19.652Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [Pipeline] { [2021-02-02T06:22:19.915Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-02-02T06:22:19.915Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-02T06:22:19.915Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-02-02T06:22:19.915Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [Pipeline] sh [2021-02-02T06:22:20.178Z] Setting up grep (3.1-2build1) ... [2021-02-02T06:22:20.178Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-02T06:22:20.178Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-02-02T06:22:20.178Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-02-02T06:22:20.438Z] Setting up login (1:4.5-1ubuntu2) ... [2021-02-02T06:22:20.612Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-02-02T06:22:20.699Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-02T06:22:20.699Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-02-02T06:22:20.699Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-02T06:22:20.699Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-02-02T06:22:20.960Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-02T06:22:20.960Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-02-02T06:22:20.960Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-02-02T06:22:21.530Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-02-02T06:22:21.530Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-02-02T06:22:21.530Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-02-02T06:22:21.530Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-02-02T06:22:22.104Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-02-02T06:22:22.365Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-02T06:22:22.365Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-02-02T06:22:22.365Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-02-02T06:22:23.749Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-02-02T06:22:23.749Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-02-02T06:22:23.749Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-02-02T06:22:23.749Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-02-02T06:22:23.749Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-02-02T06:22:23.749Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-02T06:22:23.749Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-02-02T06:22:24.009Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-02-02T06:22:24.010Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-02-02T06:22:24.285Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-02T06:22:24.285Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-02T06:22:24.285Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-02T06:22:24.285Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-02T06:22:24.285Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-02T06:22:24.285Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-02T06:22:24.558Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-02T06:22:24.558Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-02T06:22:24.558Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-02T06:22:24.558Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-02T06:22:24.558Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-02T06:22:24.819Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-02T06:22:24.819Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-02T06:22:24.819Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-02T06:22:24.819Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-02T06:22:24.920Z] Building docker-core-command-go ... [2021-02-02T06:22:24.920Z] Building docker-core-data-go ... [2021-02-02T06:22:24.920Z] Building docker-core-metadata-go ... [2021-02-02T06:22:24.920Z] Building docker-security-bootstrapper-go ... [2021-02-02T06:22:24.920Z] Building docker-security-proxy-setup-go ... [2021-02-02T06:22:24.920Z] Building docker-security-secretstore-setup-go ... [2021-02-02T06:22:24.920Z] Building docker-support-notifications-go ... [2021-02-02T06:22:24.920Z] Building docker-support-scheduler-go ... [2021-02-02T06:22:24.920Z] Building docker-sys-mgmt-agent-go ... [2021-02-02T06:22:24.920Z] Building docker-sys-mgmt-agent-go [2021-02-02T06:22:24.920Z] Building docker-security-proxy-setup-go [2021-02-02T06:22:24.920Z] Building docker-support-notifications-go [2021-02-02T06:22:24.920Z] Building docker-support-scheduler-go [2021-02-02T06:22:24.920Z] Building docker-core-metadata-go [2021-02-02T06:22:25.080Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-02T06:22:25.080Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-02T06:22:25.080Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-02-02T06:22:25.080Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-02T06:22:25.080Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-02-02T06:22:25.341Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-02T06:22:25.341Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-02-02T06:22:25.341Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-02T06:22:25.341Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-02-02T06:22:25.341Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-02T06:22:25.602Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-02-02T06:22:25.602Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-02T06:22:25.602Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-02T06:22:25.602Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-02T06:22:25.863Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-02T06:22:25.863Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-02T06:22:25.863Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-02T06:22:25.863Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-02T06:22:26.125Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-02-02T06:22:26.125Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-02T06:22:26.125Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-02T06:22:26.125Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-02T06:22:26.696Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-02-02T06:22:26.956Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-02-02T06:22:27.216Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-02-02T06:22:27.476Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-02T06:22:27.476Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-02-02T06:22:27.476Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-02-02T06:22:27.476Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-02-02T06:22:27.736Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-02T06:22:27.736Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-02-02T06:22:27.736Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-02T06:22:27.736Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-02-02T06:22:27.997Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-02T06:22:27.997Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-02-02T06:22:27.997Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-02-02T06:22:28.257Z] Setting up debconf (1.5.66ubuntu1) ... [2021-02-02T06:22:28.517Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-02T06:22:28.517Z] Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... [2021-02-02T06:22:28.517Z] Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-02-02T06:22:28.517Z] Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... [2021-02-02T06:22:28.778Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-02T06:22:28.778Z] Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... [2021-02-02T06:22:28.778Z] Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-02-02T06:22:28.778Z] Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... [2021-02-02T06:22:29.040Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-02T06:22:29.040Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-02-02T06:22:29.040Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-02-02T06:22:29.040Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-02-02T06:22:29.339Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-02T06:22:29.339Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-02-02T06:22:29.339Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-02-02T06:22:29.339Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-02-02T06:22:29.600Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-02T06:22:29.600Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-02-02T06:22:29.600Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-02-02T06:22:29.861Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-02-02T06:22:29.861Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-02T06:22:29.861Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-02T06:22:30.123Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-02T06:22:30.123Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.44_amd64.deb ... [2021-02-02T06:22:30.123Z] Unpacking systemd-sysv (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-02-02T06:22:30.123Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-02-02T06:22:30.123Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-02-02T06:22:30.123Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-02-02T06:22:30.384Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-02T06:22:30.384Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-02-02T06:22:30.384Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-02-02T06:22:30.384Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-02-02T06:22:30.647Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-02T06:22:30.647Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-02-02T06:22:30.647Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-02-02T06:22:30.647Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-02-02T06:22:30.908Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-02T06:22:30.908Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-02-02T06:22:30.908Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-02-02T06:22:31.170Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-02-02T06:22:31.170Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-02T06:22:31.170Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... [2021-02-02T06:22:31.170Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... [2021-02-02T06:22:31.170Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... [2021-02-02T06:22:31.430Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-02T06:22:31.430Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-02-02T06:22:31.431Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-02-02T06:22:31.691Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-02-02T06:22:31.953Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-02T06:22:31.953Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... [2021-02-02T06:22:31.953Z] Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-02-02T06:22:32.214Z] Setting up gpgv (2.2.4-1ubuntu1.3) ... [2021-02-02T06:22:32.214Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-02T06:22:32.214Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-02-02T06:22:32.214Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-02-02T06:22:32.474Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-02-02T06:22:32.474Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-02T06:22:32.474Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-02-02T06:22:32.474Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-02-02T06:22:32.735Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-02-02T06:22:32.736Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-02T06:22:32.736Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-02-02T06:22:32.736Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-02-02T06:22:33.000Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-02-02T06:22:33.000Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-02T06:22:33.000Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-02-02T06:22:33.000Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-02-02T06:22:33.262Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-02-02T06:22:33.262Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-02T06:22:33.262Z] Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... [2021-02-02T06:22:33.262Z] Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... [2021-02-02T06:22:33.262Z] Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... [2021-02-02T06:22:33.522Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-02T06:22:33.522Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... [2021-02-02T06:22:33.522Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... [2021-02-02T06:22:33.522Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... [2021-02-02T06:22:33.783Z] (Reading database ... 13915 files and directories currently installed.) [2021-02-02T06:22:33.783Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-02-02T06:22:33.783Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-02-02T06:22:33.783Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-02-02T06:22:33.783Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-02-02T06:22:34.043Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-02-02T06:22:34.043Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-02-02T06:22:34.304Z] Preparing to unpack .../03-ca-certificates_20201027ubuntu0.18.04.1_all.deb ... [2021-02-02T06:22:34.304Z] Unpacking ca-certificates (20201027ubuntu0.18.04.1) over (20180409) ... [2021-02-02T06:22:34.568Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-02-02T06:22:34.568Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-02-02T06:22:34.568Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-02-02T06:22:34.568Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-02-02T06:22:34.829Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-02-02T06:22:34.829Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-02-02T06:22:34.829Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-02-02T06:22:34.829Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-02-02T06:22:35.091Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-02-02T06:22:35.091Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-02-02T06:22:35.091Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-02-02T06:22:35.091Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-02-02T06:22:35.350Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-02-02T06:22:35.351Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-02-02T06:22:35.351Z] Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... [2021-02-02T06:22:35.351Z] Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... [2021-02-02T06:22:36.294Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-02-02T06:22:36.294Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-02-02T06:22:36.553Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-02-02T06:22:36.553Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-02-02T06:22:36.553Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-02-02T06:22:36.553Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-02-02T06:22:36.814Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-02-02T06:22:37.074Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-02-02T06:22:37.335Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-02-02T06:22:37.335Z] Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-02-02T06:22:37.335Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-02-02T06:22:37.335Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-02-02T06:22:37.596Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-02T06:22:37.596Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-02T06:22:37.596Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-02T06:22:37.596Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-02T06:22:37.858Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-02T06:22:37.858Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-02T06:22:37.858Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-02T06:22:37.858Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-02T06:22:38.850Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-02T06:22:38.850Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-02T06:22:39.867Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-02T06:22:39.867Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-02T06:22:40.552Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-02T06:22:40.552Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-02T06:22:40.838Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-02T06:22:40.838Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-02T06:22:41.777Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-02T06:22:41.777Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-02T06:22:41.777Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-02-02T06:22:41.777Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-02-02T06:22:41.777Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-02-02T06:22:41.777Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-02-02T06:22:42.071Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-02-02T06:22:42.071Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-02-02T06:22:42.333Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-02-02T06:22:42.333Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-02-02T06:22:42.595Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-02-02T06:22:42.595Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-02-02T06:22:42.595Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-02-02T06:22:42.595Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-02-02T06:22:42.859Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-02-02T06:22:42.860Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-02-02T06:22:42.860Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-02T06:22:42.860Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-02-02T06:22:43.121Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-02T06:22:43.121Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-02T06:22:43.121Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-02T06:22:43.121Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-02-02T06:22:43.121Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-02-02T06:22:43.121Z] Setting up tzdata (2021a-0ubuntu0.18.04) ... [2021-02-02T06:22:43.121Z] [2021-02-02T06:22:43.121Z] Current default time zone: 'Etc/UTC' [2021-02-02T06:22:43.121Z] Local time is now: Tue Feb 2 06:22:43 UTC 2021. [2021-02-02T06:22:43.121Z] Universal Time is now: Tue Feb 2 06:22:43 UTC 2021. [2021-02-02T06:22:43.121Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-02-02T06:22:43.121Z] [2021-02-02T06:22:43.385Z] Setting up systemd-sysv (237-3ubuntu10.44) ... [2021-02-02T06:22:43.385Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-02T06:22:43.385Z] Setting up linux-libc-dev:amd64 (4.15.0-135.139) ... [2021-02-02T06:22:43.385Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-02-02T06:22:43.385Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-02-02T06:22:43.385Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-02-02T06:22:43.385Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-02-02T06:22:43.385Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-02-02T06:22:43.385Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-02-02T06:22:43.645Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-02-02T06:22:43.646Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-02T06:22:43.646Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-02-02T06:22:43.906Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-02T06:22:43.906Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-02-02T06:22:43.906Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-02T06:22:44.167Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-02-02T06:22:44.167Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-02-02T06:22:44.167Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-02-02T06:22:44.167Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... [2021-02-02T06:22:44.167Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-02-02T06:22:44.167Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-02-02T06:22:44.167Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-02-02T06:22:44.167Z] Setting up ca-certificates (20201027ubuntu0.18.04.1) ... [2021-02-02T06:22:46.080Z] Updating certificates in /etc/ssl/certs... [2021-02-02T06:22:46.658Z] 22 added, 17 removed; done. [2021-02-02T06:22:46.923Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-02-02T06:22:46.923Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-02T06:22:46.923Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-02-02T06:22:46.923Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-02-02T06:22:46.923Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-02-02T06:22:47.185Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-02T06:22:47.185Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-02-02T06:22:47.185Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-02T06:22:47.185Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-02T06:22:47.185Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-02T06:22:47.185Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-02-02T06:22:47.448Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-02T06:22:47.448Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-02-02T06:22:47.448Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... [2021-02-02T06:22:47.448Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-02-02T06:22:47.448Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-02-02T06:22:47.448Z] Setting up binutils (2.30-21ubuntu1~18.04.4) ... [2021-02-02T06:22:47.448Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-02-02T06:22:47.448Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-02-02T06:22:47.448Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-02-02T06:22:47.708Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-02-02T06:22:47.708Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-02-02T06:22:47.708Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-02-02T06:22:47.708Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-02-02T06:22:47.968Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-02-02T06:22:47.968Z] Processing triggers for ca-certificates (20201027ubuntu0.18.04.1) ... [2021-02-02T06:22:47.968Z] Updating certificates in /etc/ssl/certs... [2021-02-02T06:22:48.539Z] 0 added, 0 removed; done. [2021-02-02T06:22:48.539Z] Running hooks in /etc/ca-certificates/update.d... [2021-02-02T06:22:48.539Z] done. [2021-02-02T06:22:48.800Z] Reading package lists... [2021-02-02T06:22:49.060Z] Building dependency tree... [2021-02-02T06:22:49.060Z] Reading state information... [2021-02-02T06:22:49.060Z] The following NEW packages will be installed: [2021-02-02T06:22:49.060Z] apt-transport-https [2021-02-02T06:22:49.320Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-02-02T06:22:49.320Z] Need to get 1696 B of archives. [2021-02-02T06:22:49.320Z] After this operation, 153 kB of additional disk space will be used. [2021-02-02T06:22:49.320Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] [2021-02-02T06:22:49.890Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-02T06:22:49.891Z] Fetched 1696 B in 1s (2622 B/s) [2021-02-02T06:22:49.891Z] Selecting previously unselected package apt-transport-https. [2021-02-02T06:22:49.891Z] (Reading database ... 13929 files and directories currently installed.) [2021-02-02T06:22:49.891Z] Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... [2021-02-02T06:22:49.891Z] Unpacking apt-transport-https (1.6.12ubuntu0.2) ... [2021-02-02T06:22:50.151Z] Setting up apt-transport-https (1.6.12ubuntu0.2) ... [2021-02-02T06:22:50.151Z] Waiting for network to be ready... [2021-02-02T06:22:55.472Z] 2021-02-02T06:22:53Z INFO Waiting for automatic snapd restart... [2021-02-02T06:22:56.042Z] snapd 2.48.2 from Canonical* installed [2021-02-02T06:22:56.982Z] "snapd" switched to the "latest/stable" channel [2021-02-02T06:22:56.982Z] [2021-02-02T06:22:59.523Z] core18 20201210 from Canonical* installed [2021-02-02T06:22:59.784Z] "core18" switched to the "latest/stable" channel [2021-02-02T06:22:59.784Z] [2021-02-02T06:23:03.076Z] snapcraft 4.4.4 from Canonical* installed [2021-02-02T06:23:03.076Z] "snapcraft" switched to the "latest/stable" channel [2021-02-02T06:23:03.076Z] [2021-02-02T06:23:06.373Z] 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: [2021-02-02T06:23:06.373Z] - README.md [2021-02-02T06:23:06.373Z] - snapcraft.yaml.orig [2021-02-02T06:23:06.373Z] [2021-02-02T06:23:06.373Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-02-02T06:23:12.959Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-02-02T06:23:12.959Z] Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-02-02T06:23:12.959Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-02-02T06:23:13.219Z] Hit:3 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-02-02T06:23:14.162Z] Reading package lists... [2021-02-02T06:23:14.422Z] Installing build dependencies: git=1:2.17.1-1ubuntu0.7 git-man=1:2.17.1-1ubuntu0.7 libcurl3-gnutls=7.58.0-2ubuntu3.12 liberror-perl=0.17025-1 libglib2.0-0=2.56.4-0ubuntu0.18.04.6 libnghttp2-14=1.30.0-1ubuntu1 libnorm1=1.5r6+dfsg1-6 libpgm-5.2-0=5.2.122~dfsg-2 libpsl5=0.19.1-5build1 librtmp1=2.4+20151223.gitfa8646d.1-1 libsodium23=1.0.16-2 libzmq3-dev=4.2.5-1ubuntu0.2 libzmq5=4.2.5-1ubuntu0.2 pkg-config=0.29.1-0ubuntu2 zip=3.0-11build1 [2021-02-02T06:23:21.017Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-02-02T06:23:21.017Z] Reading package lists... [2021-02-02T06:23:21.017Z] Building dependency tree... [2021-02-02T06:23:21.017Z] Reading state information... [2021-02-02T06:23:21.017Z] Suggested packages: [2021-02-02T06:23:21.017Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-02-02T06:23:21.017Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-02-02T06:23:21.017Z] Recommended packages: [2021-02-02T06:23:21.017Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-02-02T06:23:21.017Z] The following NEW packages will be installed: [2021-02-02T06:23:21.017Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-02-02T06:23:21.017Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-02-02T06:23:21.017Z] pkg-config zip [2021-02-02T06:23:21.017Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-02-02T06:23:21.017Z] Need to get 7655 kB of archives. [2021-02-02T06:23:21.017Z] After this operation, 43.7 MB of additional disk space will be used. [2021-02-02T06:23:21.017Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.6 [1171 kB] [2021-02-02T06:23:21.017Z] Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-02-02T06:23:21.279Z] Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-02-02T06:23:21.279Z] Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-02-02T06:23:21.279Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-02-02T06:23:21.279Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-02-02T06:23:21.543Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-02-02T06:23:21.543Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-02-02T06:23:22.120Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] [2021-02-02T06:23:22.120Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-02-02T06:23:22.120Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-02-02T06:23:22.120Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] [2021-02-02T06:23:22.384Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] [2021-02-02T06:23:22.958Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-02-02T06:23:22.958Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-02-02T06:23:22.958Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-02T06:23:23.220Z] Fetched 7655 kB in 2s (3528 kB/s) [2021-02-02T06:23:23.220Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-02-02T06:23:23.220Z] (Reading database ... 13933 files and directories currently installed.) [2021-02-02T06:23:23.220Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... [2021-02-02T06:23:23.220Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-02-02T06:23:23.480Z] Selecting previously unselected package libpsl5:amd64. [2021-02-02T06:23:23.480Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-02-02T06:23:23.480Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-02-02T06:23:23.480Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-02-02T06:23:23.480Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-02-02T06:23:23.480Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-02-02T06:23:23.741Z] Selecting previously unselected package librtmp1:amd64. [2021-02-02T06:23:23.741Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-02-02T06:23:23.741Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-02-02T06:23:23.741Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-02-02T06:23:23.741Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... [2021-02-02T06:23:23.741Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-02-02T06:23:23.741Z] Selecting previously unselected package liberror-perl. [2021-02-02T06:23:23.741Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-02-02T06:23:23.741Z] Unpacking liberror-perl (0.17025-1) ... [2021-02-02T06:23:24.002Z] Selecting previously unselected package git-man. [2021-02-02T06:23:24.002Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2021-02-02T06:23:24.002Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2021-02-02T06:23:24.002Z] Selecting previously unselected package git. [2021-02-02T06:23:24.002Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... [2021-02-02T06:23:24.263Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2021-02-02T06:23:24.835Z] Selecting previously unselected package libnorm1:amd64. [2021-02-02T06:23:24.835Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-02-02T06:23:24.835Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-02-02T06:23:25.097Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-02-02T06:23:25.097Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-02-02T06:23:25.097Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-02-02T06:23:25.097Z] Selecting previously unselected package libsodium23:amd64. [2021-02-02T06:23:25.097Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-02-02T06:23:25.097Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-02-02T06:23:25.097Z] Selecting previously unselected package libzmq5:amd64. [2021-02-02T06:23:25.097Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-02-02T06:23:25.097Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-02-02T06:23:25.357Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-02-02T06:23:25.357Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-02-02T06:23:25.357Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-02-02T06:23:25.357Z] Selecting previously unselected package pkg-config. [2021-02-02T06:23:25.357Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-02-02T06:23:25.357Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-02-02T06:23:25.619Z] Selecting previously unselected package zip. [2021-02-02T06:23:25.619Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-02-02T06:23:25.619Z] Unpacking zip (3.0-11build1) ... [2021-02-02T06:23:25.619Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-02-02T06:23:25.619Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2021-02-02T06:23:25.619Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-02-02T06:23:25.881Z] Setting up liberror-perl (0.17025-1) ... [2021-02-02T06:23:25.881Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-02-02T06:23:25.881Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-02-02T06:23:25.881Z] No schema files found: doing nothing. [2021-02-02T06:23:25.881Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-02-02T06:23:25.881Z] Setting up zip (3.0-11build1) ... [2021-02-02T06:23:25.881Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-02-02T06:23:25.881Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-02-02T06:23:25.881Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-02-02T06:23:25.881Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-02-02T06:23:26.142Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-02-02T06:23:26.142Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-02-02T06:23:26.142Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2021-02-02T06:23:26.142Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-02-02T06:23:32.731Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-02-02T06:23:32.731Z] git set to automatically installed. [2021-02-02T06:23:32.731Z] git-man set to automatically installed. [2021-02-02T06:23:32.731Z] libcurl3-gnutls set to automatically installed. [2021-02-02T06:23:32.731Z] liberror-perl set to automatically installed. [2021-02-02T06:23:32.732Z] libglib2.0-0 set to automatically installed. [2021-02-02T06:23:32.732Z] libnghttp2-14 set to automatically installed. [2021-02-02T06:23:32.732Z] libnorm1 set to automatically installed. [2021-02-02T06:23:32.732Z] libpgm-5.2-0 set to automatically installed. [2021-02-02T06:23:32.732Z] libpsl5 set to automatically installed. [2021-02-02T06:23:32.732Z] librtmp1 set to automatically installed. [2021-02-02T06:23:32.732Z] libsodium23 set to automatically installed. [2021-02-02T06:23:32.732Z] libzmq3-dev set to automatically installed. [2021-02-02T06:23:32.732Z] libzmq5 set to automatically installed. [2021-02-02T06:23:32.732Z] pkg-config set to automatically installed. [2021-02-02T06:23:32.732Z] zip set to automatically installed. [2021-02-02T06:23:34.161Z] snapd is not logged in, snap install commands will use sudo [2021-02-02T06:23:40.743Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-02-02T06:23:41.003Z] snap "core18" has no updates available [2021-02-02T06:23:41.574Z] Pulling config-common [2021-02-02T06:23:42.517Z] Pulling go-build-helper [2021-02-02T06:23:46.676Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-02T06:23:46.676Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-02T06:23:46.676Z] ---> 785efe915c8f [2021-02-02T06:23:46.676Z] Step 3/22 : WORKDIR /edgex-go [2021-02-02T06:23:46.676Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-02T06:23:46.676Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-02-02T06:23:46.676Z] ---> 785efe915c8f [2021-02-02T06:23:46.676Z] Step 3/21 : WORKDIR /edgex-go [2021-02-02T06:23:46.676Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-02T06:23:46.676Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-02T06:23:46.676Z] ---> 785efe915c8f [2021-02-02T06:23:46.676Z] Step 3/23 : WORKDIR /edgex-go [2021-02-02T06:23:46.676Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-02T06:23:46.676Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-02-02T06:23:46.676Z] ---> 785efe915c8f [2021-02-02T06:23:46.676Z] Step 3/26 : WORKDIR /edgex-go [2021-02-02T06:23:46.676Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-02T06:23:46.676Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-02T06:23:46.676Z] ---> 785efe915c8f [2021-02-02T06:23:46.676Z] Step 3/22 : WORKDIR /edgex-go [2021-02-02T06:23:46.676Z] ---> Running in e4ef73cdf65e [2021-02-02T06:23:46.676Z] ---> Running in 2ab47a896ae9 [2021-02-02T06:23:46.676Z] ---> Running in dcf75bf3992b [2021-02-02T06:23:46.676Z] ---> Running in df4a8d478302 [2021-02-02T06:23:46.676Z] ---> Running in fe9beaa08470 [2021-02-02T06:23:46.676Z] Removing intermediate container e4ef73cdf65e [2021-02-02T06:23:46.676Z] ---> ca1904efd2ab [2021-02-02T06:23:46.676Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-02T06:23:46.676Z] Removing intermediate container dcf75bf3992b [2021-02-02T06:23:46.676Z] ---> 347da24fabf6 [2021-02-02T06:23:46.676Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-02T06:23:46.676Z] Removing intermediate container 2ab47a896ae9 [2021-02-02T06:23:46.676Z] ---> b1d0592d77ba [2021-02-02T06:23:46.676Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-02T06:23:46.676Z] Removing intermediate container fe9beaa08470 [2021-02-02T06:23:46.676Z] ---> Running in 2f28278db7fe [2021-02-02T06:23:46.676Z] ---> 28d811dce081 [2021-02-02T06:23:46.676Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-02T06:23:46.677Z] Removing intermediate container df4a8d478302 [2021-02-02T06:23:46.677Z] ---> 305805f8f35e [2021-02-02T06:23:46.677Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-02T06:23:46.677Z] ---> Running in 46ca9e69046b [2021-02-02T06:23:46.677Z] ---> Running in 526cf1f3558b [2021-02-02T06:23:46.677Z] ---> Running in f5aa65448332 [2021-02-02T06:23:46.677Z] ---> Running in 1f0163c487a7 [2021-02-02T06:23:46.677Z] Removing intermediate container 2f28278db7fe [2021-02-02T06:23:46.677Z] ---> 74566d4edcdc [2021-02-02T06:23:46.677Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-02-02T06:23:46.677Z] Removing intermediate container 46ca9e69046b [2021-02-02T06:23:46.677Z] ---> 30ba9c30ea8f [2021-02-02T06:23:46.677Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-02T06:23:46.677Z] ---> Running in fb6ad457af4e [2021-02-02T06:23:46.677Z] ---> Running in 8d27e12ec7a2 [2021-02-02T06:23:46.677Z] Removing intermediate container 526cf1f3558b [2021-02-02T06:23:46.677Z] ---> a676234f68e5 [2021-02-02T06:23:46.677Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-02-02T06:23:46.677Z] Removing intermediate container 1f0163c487a7 [2021-02-02T06:23:46.677Z] ---> 9a86829ca4bc [2021-02-02T06:23:46.677Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-02-02T06:23:46.677Z] ---> Running in 8c50997c881e [2021-02-02T06:23:46.677Z] Removing intermediate container f5aa65448332 [2021-02-02T06:23:46.677Z] ---> 13b57214f0e7 [2021-02-02T06:23:46.677Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-02-02T06:23:46.677Z] ---> Running in 6567eeb52eca [2021-02-02T06:23:46.677Z] ---> Running in f842ff42f744 [2021-02-02T06:23:46.677Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-02T06:23:46.677Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-02T06:23:46.949Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-02T06:23:46.949Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-02T06:23:47.224Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-02T06:23:47.224Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-02T06:23:47.501Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-02T06:23:47.778Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-02T06:23:47.778Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-02T06:23:48.056Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-02T06:23:48.334Z] OK: 217 MiB in 51 packages [2021-02-02T06:23:48.334Z] OK: 217 MiB in 51 packages [2021-02-02T06:23:48.615Z] OK: 217 MiB in 51 packages [2021-02-02T06:23:48.907Z] OK: 217 MiB in 51 packages [2021-02-02T06:23:49.526Z] OK: 217 MiB in 51 packages [2021-02-02T06:23:50.133Z] Removing intermediate container fb6ad457af4e [2021-02-02T06:23:50.134Z] ---> 5cb5cd7265e6 [2021-02-02T06:23:50.134Z] Step 6/26 : COPY go.mod . [2021-02-02T06:23:50.739Z] Removing intermediate container 8d27e12ec7a2 [2021-02-02T06:23:50.739Z] ---> 1c938dc8df4d [2021-02-02T06:23:50.739Z] Step 6/23 : COPY go.mod . [2021-02-02T06:23:50.739Z] Removing intermediate container 8c50997c881e [2021-02-02T06:23:50.739Z] ---> de02766b0c1b [2021-02-02T06:23:50.739Z] Step 6/22 : COPY go.mod . [2021-02-02T06:23:51.014Z] Removing intermediate container f842ff42f744 [2021-02-02T06:23:51.014Z] ---> c5b62ab1dcef [2021-02-02T06:23:51.014Z] Step 6/22 : COPY go.mod . [2021-02-02T06:23:51.288Z] ---> 4e5966cfce9c [2021-02-02T06:23:51.288Z] Step 7/26 : RUN go mod download [2021-02-02T06:23:51.288Z] Removing intermediate container 6567eeb52eca [2021-02-02T06:23:51.288Z] ---> f25145c44e0d [2021-02-02T06:23:51.288Z] Step 6/21 : COPY go.mod . [2021-02-02T06:23:51.563Z] ---> Running in 85ce9577d295 [2021-02-02T06:23:51.838Z] ---> b4bbbac1c866 [2021-02-02T06:23:51.838Z] Step 7/23 : RUN go mod download [2021-02-02T06:23:51.838Z] ---> 8fd2fb7ae74f [2021-02-02T06:23:51.838Z] Step 7/22 : RUN go mod download [2021-02-02T06:23:52.126Z] ---> Running in fd6b4c7a1ca3 [2021-02-02T06:23:52.126Z] ---> Running in 045fc8ba48ca [2021-02-02T06:23:52.404Z] ---> 68ea9b9e3658 [2021-02-02T06:23:52.404Z] Step 7/22 : RUN go mod download [2021-02-02T06:23:52.686Z] ---> 0beac2b5bbd1 [2021-02-02T06:23:52.686Z] Step 7/21 : RUN go mod download [2021-02-02T06:23:52.686Z] ---> Running in 0ff6b2bd9f25 [2021-02-02T06:23:52.963Z] ---> Running in fdd2cd7fdb8a [2021-02-02T06:23:56.382Z] Removing intermediate container 85ce9577d295 [2021-02-02T06:23:56.382Z] ---> 804c0d4bca83 [2021-02-02T06:23:56.382Z] Step 8/26 : COPY . . [2021-02-02T06:23:56.985Z] Removing intermediate container 045fc8ba48ca [2021-02-02T06:23:56.985Z] ---> 8d7b17fa2955 [2021-02-02T06:23:56.985Z] Step 8/22 : COPY . . [2021-02-02T06:23:57.260Z] Removing intermediate container fd6b4c7a1ca3 [2021-02-02T06:23:57.260Z] ---> 89a52ea8c883 [2021-02-02T06:23:57.260Z] Step 8/23 : COPY . . [2021-02-02T06:23:57.866Z] Removing intermediate container 0ff6b2bd9f25 [2021-02-02T06:23:57.866Z] ---> 55c281606241 [2021-02-02T06:23:57.866Z] Step 8/22 : COPY . . [2021-02-02T06:23:58.471Z] Removing intermediate container fdd2cd7fdb8a [2021-02-02T06:23:58.472Z] ---> 35a6c5b8cf35 [2021-02-02T06:23:58.472Z] Step 8/21 : COPY . . [2021-02-02T06:24:04.479Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-02-02T06:24:04.479Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-02-02T06:24:04.479Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1535 kB] [2021-02-02T06:24:04.479Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [297 kB] [2021-02-02T06:24:04.479Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] [2021-02-02T06:24:04.479Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] [2021-02-02T06:24:04.479Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [226 kB] [2021-02-02T06:24:04.479Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [29.9 kB] [2021-02-02T06:24:04.479Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1105 kB] [2021-02-02T06:24:04.479Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [247 kB] [2021-02-02T06:24:04.479Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-02-02T06:24:04.479Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-02-02T06:24:04.479Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-02-02T06:24:04.479Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-02-02T06:24:04.479Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-02-02T06:24:04.479Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-02-02T06:24:04.479Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-02-02T06:24:04.479Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-02-02T06:24:04.479Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-02-02T06:24:04.479Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1876 kB] [2021-02-02T06:24:04.479Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [389 kB] [2021-02-02T06:24:04.479Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] [2021-02-02T06:24:04.479Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] [2021-02-02T06:24:04.479Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [247 kB] [2021-02-02T06:24:04.479Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [33.4 kB] [2021-02-02T06:24:04.479Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1713 kB] [2021-02-02T06:24:04.479Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [362 kB] [2021-02-02T06:24:04.479Z] Fetched 23.9 MB in 0s (0 B/s) [2021-02-02T06:24:04.479Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-02-02T06:24:04.479Z] Fetched 96.5 kB in 0s (0 B/s) [2021-02-02T06:24:04.479Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-02-02T06:24:04.479Z] Fetched 279 kB in 0s (0 B/s) [2021-02-02T06:24:04.479Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-02-02T06:24:04.479Z] Fetched 122 kB in 0s (0 B/s) [2021-02-02T06:24:04.479Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-02-02T06:24:04.479Z] Fetched 77.8 kB in 0s (0 B/s) [2021-02-02T06:24:04.479Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-02-02T06:24:04.479Z] Fetched 8848 B in 0s (0 B/s) [2021-02-02T06:24:04.479Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-02-02T06:24:04.479Z] Fetched 47.8 kB in 0s (0 B/s) [2021-02-02T06:24:04.479Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-02-02T06:24:04.479Z] Fetched 45.6 kB in 0s (0 B/s) [2021-02-02T06:24:04.479Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-02-02T06:24:04.479Z] Fetched 15.0 kB in 0s (0 B/s) [2021-02-02T06:24:04.479Z] Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] [2021-02-02T06:24:04.479Z] Fetched 214 kB in 0s (0 B/s) [2021-02-02T06:24:04.479Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] [2021-02-02T06:24:04.479Z] Fetched 155 kB in 0s (0 B/s) [2021-02-02T06:24:04.479Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-02-02T06:24:04.479Z] Fetched 50.6 kB in 0s (0 B/s) [2021-02-02T06:24:04.479Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-02-02T06:24:04.479Z] Fetched 14.8 kB in 0s (0 B/s) [2021-02-02T06:24:04.479Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-02-02T06:24:04.479Z] Fetched 41.8 kB in 0s (0 B/s) [2021-02-02T06:24:04.479Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-02-02T06:24:04.479Z] Fetched 499 kB in 0s (0 B/s) [2021-02-02T06:24:04.479Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-02-02T06:24:04.479Z] Fetched 111 kB in 0s (0 B/s) [2021-02-02T06:24:04.479Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-02-02T06:24:04.479Z] Fetched 240 kB in 0s (0 B/s) [2021-02-02T06:24:04.479Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-02-02T06:24:04.479Z] Fetched 29.3 kB in 0s (0 B/s) [2021-02-02T06:24:04.479Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-02-02T06:24:04.479Z] Fetched 85.5 kB in 0s (0 B/s) [2021-02-02T06:24:04.479Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-02-02T06:24:04.479Z] Fetched 24.5 kB in 0s (0 B/s) [2021-02-02T06:24:04.479Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-02-02T06:24:04.479Z] Fetched 49.2 kB in 0s (0 B/s) [2021-02-02T06:24:04.479Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-02-02T06:24:04.479Z] Fetched 54.2 kB in 0s (0 B/s) [2021-02-02T06:24:04.479Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-02-02T06:24:04.479Z] Fetched 30.8 kB in 0s (0 B/s) [2021-02-02T06:24:04.479Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] [2021-02-02T06:24:04.479Z] Fetched 17.0 kB in 0s (0 B/s) [2021-02-02T06:24:04.479Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-02-02T06:24:04.479Z] Fetched 85.9 kB in 0s (0 B/s) [2021-02-02T06:24:04.479Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-02-02T06:24:04.479Z] Fetched 8720 B in 0s (0 B/s) [2021-02-02T06:24:04.479Z] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] [2021-02-02T06:24:04.479Z] Fetched 137 kB in 0s (0 B/s) [2021-02-02T06:24:04.479Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-02-02T06:24:04.479Z] Fetched 119 kB in 0s (0 B/s) [2021-02-02T06:24:04.479Z] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] [2021-02-02T06:24:04.479Z] Fetched 109 kB in 0s (0 B/s) [2021-02-02T06:24:04.479Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-02-02T06:24:04.479Z] Fetched 11.1 kB in 0s (0 B/s) [2021-02-02T06:24:04.479Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-02-02T06:24:04.479Z] Fetched 645 kB in 0s (0 B/s) [2021-02-02T06:24:04.479Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-02-02T06:24:04.479Z] Fetched 41.3 kB in 0s (0 B/s) [2021-02-02T06:24:04.479Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-02-02T06:24:04.479Z] Fetched 17.9 kB in 0s (0 B/s) [2021-02-02T06:24:04.479Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-02-02T06:24:04.479Z] Fetched 368 kB in 0s (0 B/s) [2021-02-02T06:24:04.479Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-02-02T06:24:04.479Z] Fetched 187 kB in 0s (0 B/s) [2021-02-02T06:24:04.479Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-02-02T06:24:04.479Z] Fetched 175 kB in 0s (0 B/s) [2021-02-02T06:24:04.479Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-02-02T06:24:06.475Z] Fetched 206 kB in 0s (0 B/s) [2021-02-02T06:24:06.475Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] [2021-02-02T06:24:06.475Z] Fetched 1301 kB in 0s (0 B/s) [2021-02-02T06:24:06.475Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-02-02T06:24:06.475Z] Fetched 36.2 kB in 0s (0 B/s) [2021-02-02T06:24:06.475Z] Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] [2021-02-02T06:24:06.475Z] Fetched 159 kB in 0s (0 B/s) [2021-02-02T06:24:06.475Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-02-02T06:24:06.475Z] Fetched 107 kB in 0s (0 B/s) [2021-02-02T06:24:06.475Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-02-02T06:24:06.475Z] Fetched 48.7 kB in 0s (0 B/s) [2021-02-02T06:24:06.475Z] Pulling static-packages [2021-02-02T06:24:07.098Z] 'go115' has dependencies that need to be staged: static-packages go-build-helper [2021-02-02T06:24:07.098Z] Skipping pull go-build-helper (already ran) [2021-02-02T06:24:07.098Z] Skipping pull static-packages (already ran) [2021-02-02T06:24:07.098Z] Building go-build-helper [2021-02-02T06:24:11.299Z] Building static-packages [2021-02-02T06:24:12.242Z] Staging go-build-helper [2021-02-02T06:24:13.189Z] Staging static-packages [2021-02-02T06:24:14.133Z] Pulling go115 [2021-02-02T06:24:15.074Z] 'edgex-go' has dependencies that need to be staged: go115 [2021-02-02T06:24:15.074Z] Skipping pull go115 (already ran) [2021-02-02T06:24:15.074Z] Building go115 [2021-02-02T06:24:15.075Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-02T06:24:15.075Z] Dload Upload Total Spent Left Speed [2021-02-02T06:24:18.264Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 19 115M 19 22.3M 0 0 26.6M 0 0:00:04 --:--:-- 0:00:04 26.6M 55 115M 55 64.1M 0 0 34.9M 0 0:00:03 0:00:01 0:00:02 34.9M 89 115M 89 103M 0 0 36.5M 0 0:00:03 0:00:02 0:00:01 36.5M 100 115M 100 115M 0 0 37.1M 0 0:00:03 0:00:03 --:--:-- 37.1M [2021-02-02T06:24:18.835Z] go1.15.2.linux-amd64.tar.gz: OK [2021-02-02T06:24:22.137Z] Staging go115 [2021-02-02T06:24:25.383Z] ---> 9443f60f9dbe [2021-02-02T06:24:25.384Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-02-02T06:24:25.384Z] ---> fdd55e431bba [2021-02-02T06:24:25.384Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-02-02T06:24:25.384Z] ---> 31ce06219971 [2021-02-02T06:24:25.384Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-02-02T06:24:25.384Z] ---> 10a411419c00 [2021-02-02T06:24:25.384Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-02-02T06:24:25.384Z] ---> 9a3f321942e5 [2021-02-02T06:24:25.384Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-02-02T06:24:25.384Z] ---> Running in 0ab39a2b7df3 [2021-02-02T06:24:25.384Z] ---> Running in c561c7373727 [2021-02-02T06:24:25.384Z] ---> Running in fbb155e0ae19 [2021-02-02T06:24:25.384Z] ---> Running in 150093d90b16 [2021-02-02T06:24:25.384Z] ---> Running in 7dbadc378d00 [2021-02-02T06:24:26.373Z] 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 [2021-02-02T06:24:26.373Z] 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 [2021-02-02T06:24:26.373Z] 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 [2021-02-02T06:24:26.373Z] 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 [2021-02-02T06:24:26.652Z] 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 [2021-02-02T06:24:27.426Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-02-02T06:24:27.426Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-02-02T06:24:27.426Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-02-02T06:24:27.426Z] Fetched 0 B in 0s (0 B/s) [2021-02-02T06:24:27.426Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-02-02T06:24:27.426Z] Fetched 224 kB in 0s (0 B/s) [2021-02-02T06:24:27.426Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-02-02T06:24:27.426Z] Fetched 157 kB in 0s (0 B/s) [2021-02-02T06:24:27.426Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-02-02T06:24:27.426Z] Fetched 221 kB in 0s (0 B/s) [2021-02-02T06:24:27.426Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-02-02T06:24:27.426Z] Fetched 143 kB in 0s (0 B/s) [2021-02-02T06:24:27.426Z] Pulling edgex-go [2021-02-02T06:24:28.364Z] Pulling version [2021-02-02T06:24:29.305Z] Building config-common [2021-02-02T06:24:31.214Z] Skipping build go-build-helper (already ran) [2021-02-02T06:24:31.214Z] Skipping build static-packages (already ran) [2021-02-02T06:24:31.214Z] Skipping build go115 (already ran) [2021-02-02T06:24:31.214Z] Building edgex-go [2021-02-02T06:24:31.474Z] 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 [2021-02-02T06:24:32.857Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-02-02T06:24:32.857Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.4 [2021-02-02T06:24:32.857Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-02-02T06:24:32.857Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.13 [2021-02-02T06:24:32.857Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-02-02T06:24:32.857Z] go: downloading github.com/google/uuid v1.2.0 [2021-02-02T06:24:32.857Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.2 [2021-02-02T06:24:32.857Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.3 [2021-02-02T06:24:32.857Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.1 [2021-02-02T06:24:32.857Z] go: downloading github.com/pkg/errors v0.8.1 [2021-02-02T06:24:32.857Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2021-02-02T06:24:32.857Z] go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.1 [2021-02-02T06:24:32.857Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-02-02T06:24:32.857Z] go: downloading github.com/x448/float16 v0.8.4 [2021-02-02T06:24:32.857Z] go: downloading github.com/go-playground/validator/v10 v10.3.0 [2021-02-02T06:24:32.857Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-02-02T06:24:32.857Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-02-02T06:24:32.857Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-02-02T06:24:32.857Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 [2021-02-02T06:24:32.857Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2021-02-02T06:24:32.857Z] go: downloading github.com/pebbe/zmq4 v1.2.2 [2021-02-02T06:24:32.857Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-02-02T06:24:32.857Z] go: downloading github.com/hashicorp/consul/api v1.1.0 [2021-02-02T06:24:32.857Z] go: downloading github.com/imdario/mergo v0.3.11 [2021-02-02T06:24:32.857Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-02-02T06:24:32.857Z] go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2021-02-02T06:24:32.857Z] go: downloading github.com/hashicorp/serf v0.8.2 [2021-02-02T06:24:32.857Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-02-02T06:24:32.857Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-02-02T06:24:32.857Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.0 [2021-02-02T06:24:32.857Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-02-02T06:24:32.857Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-02-02T06:24:32.857Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-02-02T06:24:33.118Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-02-02T06:24:33.118Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-02-02T06:24:33.118Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-02-02T06:24:33.118Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-02-02T06:24:33.118Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-02-02T06:24:33.384Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-02-02T06:24:33.384Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-02-02T06:24:39.957Z] 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 [2021-02-02T06:24:43.249Z] 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 [2021-02-02T06:24:44.632Z] 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 [2021-02-02T06:24:45.201Z] 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 [2021-02-02T06:24:45.770Z] 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 [2021-02-02T06:24:45.770Z] go: downloading github.com/stretchr/testify v1.7.0 [2021-02-02T06:24:46.032Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-02-02T06:24:46.032Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-02-02T06:24:46.032Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-02-02T06:24:47.415Z] 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 [2021-02-02T06:24:47.415Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-02-02T06:24:47.415Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-02-02T06:24:48.797Z] 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 [2021-02-02T06:24:49.737Z] 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 [2021-02-02T06:24:49.737Z] go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-02-02T06:24:51.119Z] 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 [2021-02-02T06:24:52.059Z] 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 [2021-02-02T06:24:52.628Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-02-02T06:24:52.628Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-02-02T06:24:53.568Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-02-02T06:24:53.568Z] go: downloading github.com/lib/pq v1.9.0 [2021-02-02T06:24:56.110Z] Building version [2021-02-02T06:24:58.024Z] Staging config-common [2021-02-02T06:24:58.966Z] Skipping stage go-build-helper (already ran) [2021-02-02T06:24:58.966Z] Skipping stage static-packages (already ran) [2021-02-02T06:24:58.966Z] Skipping stage go115 (already ran) [2021-02-02T06:24:58.966Z] Staging edgex-go [2021-02-02T06:24:59.944Z] Staging version [2021-02-02T06:25:00.516Z] Priming config-common [2021-02-02T06:25:01.456Z] Priming go-build-helper [2021-02-02T06:25:02.410Z] Priming static-packages [2021-02-02T06:25:04.321Z] Priming go115 [2021-02-02T06:25:05.263Z] Priming edgex-go [2021-02-02T06:25:06.642Z] Priming version [2021-02-02T06:25:07.582Z] The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-02-02T06:26:03.589Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-02-02T06:26:22.002Z] Removing intermediate container 150093d90b16 [2021-02-02T06:26:22.002Z] ---> f62fb8b2c7d7 [2021-02-02T06:26:22.002Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-02-02T06:26:22.002Z] Removing intermediate container 0ab39a2b7df3 [2021-02-02T06:26:22.002Z] ---> cba2318db485 [2021-02-02T06:26:22.002Z] [2021-02-02T06:26:22.002Z] Step 10/21 : FROM alpine:3.12 [2021-02-02T06:26:22.002Z] ---> Running in 0ef47d8811fd [2021-02-02T06:26:22.002Z] 3.12: Pulling from library/alpine [2021-02-02T06:26:22.002Z] Removing intermediate container fbb155e0ae19 [2021-02-02T06:26:22.002Z] ---> d259147c52b2 [2021-02-02T06:26:22.002Z] [2021-02-02T06:26:22.002Z] Step 10/22 : FROM alpine:3.12 [2021-02-02T06:26:22.002Z] 3.12: Pulling from library/alpine [2021-02-02T06:26:23.005Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-02-02T06:26:23.005Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-02-02T06:26:23.005Z] Status: Downloaded newer image for alpine:3.12 [2021-02-02T06:26:23.005Z] ---> afeebe901d6b [2021-02-02T06:26:23.005Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-02-02T06:26:23.005Z] Status: Image is up to date for alpine:3.12 [2021-02-02T06:26:23.301Z] ---> afeebe901d6b [2021-02-02T06:26:23.301Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-02-02T06:26:23.301Z] 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 [2021-02-02T06:26:23.597Z] ---> Running in 47470e114fc8 [2021-02-02T06:26:23.597Z] ---> Running in 92d32c95fa4c [2021-02-02T06:26:25.596Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-02T06:26:25.879Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-02T06:26:25.879Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-02T06:26:26.160Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-02T06:26:26.765Z] (1/2) Installing ca-certificates (20191127-r4) [2021-02-02T06:26:26.765Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-02-02T06:26:27.042Z] Executing busybox-1.31.1-r19.trigger [2021-02-02T06:26:27.042Z] (1/4) Installing ca-certificates (20191127-r4) [2021-02-02T06:26:27.042Z] Executing ca-certificates-20191127-r4.trigger [2021-02-02T06:26:27.042Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-02-02T06:26:27.042Z] (3/4) Installing libcurl (7.69.1-r3) [2021-02-02T06:26:27.042Z] (4/4) Installing curl (7.69.1-r3) [2021-02-02T06:26:27.042Z] Executing busybox-1.31.1-r19.trigger [2021-02-02T06:26:27.042Z] Executing ca-certificates-20191127-r4.trigger [2021-02-02T06:26:27.322Z] OK: 6 MiB in 16 packages [2021-02-02T06:26:27.605Z] OK: 7 MiB in 18 packages [2021-02-02T06:26:29.619Z] Removing intermediate container 0ef47d8811fd [2021-02-02T06:26:29.619Z] ---> 72b24a5d1853 [2021-02-02T06:26:29.619Z] [2021-02-02T06:26:29.619Z] Step 11/26 : FROM docker:20.10.0 [2021-02-02T06:26:29.619Z] 20.10.0: Pulling from library/docker [2021-02-02T06:26:31.077Z] Removing intermediate container 47470e114fc8 [2021-02-02T06:26:31.077Z] ---> 913fb92e3035 [2021-02-02T06:26:31.077Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-02T06:26:31.693Z] Removing intermediate container 92d32c95fa4c [2021-02-02T06:26:31.693Z] ---> 3bf1e5ae2f28 [2021-02-02T06:26:31.693Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-02T06:26:31.693Z] ---> Running in ece073a4b7da [2021-02-02T06:26:31.984Z] ---> Running in 6075aded87c6 [2021-02-02T06:26:32.992Z] Removing intermediate container ece073a4b7da [2021-02-02T06:26:32.992Z] ---> c392acd7cc51 [2021-02-02T06:26:32.992Z] Step 13/22 : ENV APP_PORT=48060 [2021-02-02T06:26:33.590Z] Removing intermediate container 6075aded87c6 [2021-02-02T06:26:33.590Z] ---> 01342c40c0b2 [2021-02-02T06:26:33.590Z] Step 13/21 : WORKDIR /edgex [2021-02-02T06:26:33.897Z] ---> Running in be6af9ac5a7e [2021-02-02T06:26:34.178Z] ---> Running in 573584e11997 [2021-02-02T06:26:35.165Z] Removing intermediate container be6af9ac5a7e [2021-02-02T06:26:35.165Z] ---> 31fa4b95cb7e [2021-02-02T06:26:35.165Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-02T06:26:35.165Z] Removing intermediate container c561c7373727 [2021-02-02T06:26:35.165Z] ---> 2ef87f294326 [2021-02-02T06:26:35.165Z] [2021-02-02T06:26:35.165Z] Step 10/22 : FROM alpine:3.12 [2021-02-02T06:26:35.165Z] ---> afeebe901d6b [2021-02-02T06:26:35.165Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-02-02T06:26:35.443Z] ---> Running in 77274c04abc6 [2021-02-02T06:26:35.443Z] Removing intermediate container 573584e11997 [2021-02-02T06:26:35.443Z] ---> 6d89eca551df [2021-02-02T06:26:35.443Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-02-02T06:26:35.722Z] ---> Running in 1a517d1f48e1 [2021-02-02T06:26:36.321Z] Removing intermediate container 77274c04abc6 [2021-02-02T06:26:36.321Z] ---> 5919334fb01a [2021-02-02T06:26:36.321Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-02T06:26:37.308Z] ---> c68e3910a19d [2021-02-02T06:26:37.308Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-02-02T06:26:37.586Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-02T06:26:37.858Z] ---> 6a45df305cce [2021-02-02T06:26:37.858Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-02-02T06:26:37.858Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-02T06:26:38.457Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-02T06:26:38.457Z] Executing busybox-1.31.1-r19.trigger [2021-02-02T06:26:38.457Z] OK: 5 MiB in 15 packages [2021-02-02T06:26:40.460Z] ---> 719b4ae65851 [2021-02-02T06:26:40.460Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-02-02T06:26:40.755Z] ---> fba0fca9b248 [2021-02-02T06:26:40.755Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-02-02T06:26:41.378Z] Removing intermediate container 7dbadc378d00 [2021-02-02T06:26:41.378Z] ---> d9ee4e3bd33c [2021-02-02T06:26:41.378Z] [2021-02-02T06:26:41.378Z] Step 10/23 : FROM alpine:3.12 [2021-02-02T06:26:41.378Z] ---> afeebe901d6b [2021-02-02T06:26:41.378Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-02T06:26:41.378Z] ---> Using cache [2021-02-02T06:26:41.378Z] ---> f6a1ebb540a8 [2021-02-02T06:26:41.378Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-02T06:26:41.656Z] Removing intermediate container 1a517d1f48e1 [2021-02-02T06:26:41.656Z] ---> f6a1ebb540a8 [2021-02-02T06:26:41.656Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-02T06:26:41.927Z] ---> Running in be007c4c6a47 [2021-02-02T06:26:42.207Z] ---> Running in 84d977682907 [2021-02-02T06:26:42.489Z] ---> 147013242b4a [2021-02-02T06:26:42.489Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-02-02T06:26:42.489Z] ---> 2fc529a03377 [2021-02-02T06:26:42.489Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-02-02T06:26:42.797Z] Removing intermediate container be007c4c6a47 [2021-02-02T06:26:42.797Z] ---> 377b6b075eb6 [2021-02-02T06:26:42.797Z] Step 13/23 : ENV APP_PORT=48081 [2021-02-02T06:26:42.797Z] Removing intermediate container 84d977682907 [2021-02-02T06:26:42.797Z] ---> 4260ee7507ee [2021-02-02T06:26:42.797Z] Step 13/22 : ENV APP_PORT=48085 [2021-02-02T06:26:43.074Z] ---> Running in c4ed4f8ff081 [2021-02-02T06:26:43.074Z] ---> Running in 169835755da5 [2021-02-02T06:26:43.349Z] ---> Running in 13f3f626f534 [2021-02-02T06:26:43.349Z] ---> Running in 4f62665718f8 [2021-02-02T06:26:43.629Z] Removing intermediate container 169835755da5 [2021-02-02T06:26:43.629Z] Removing intermediate container c4ed4f8ff081 [2021-02-02T06:26:43.629Z] ---> d74561b56bad [2021-02-02T06:26:43.629Z] Step 18/21 : CMD ["--init=true"] [2021-02-02T06:26:43.629Z] ---> 7b5d34bc073f [2021-02-02T06:26:43.629Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-02T06:26:43.910Z] ---> Running in 9cd83e1666f7 [2021-02-02T06:26:43.910Z] ---> Running in 0ffdc107c603 [2021-02-02T06:26:44.189Z] Removing intermediate container 4f62665718f8 [2021-02-02T06:26:44.189Z] ---> d925af9f509e [2021-02-02T06:26:44.189Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-02T06:26:44.189Z] Removing intermediate container 13f3f626f534 [2021-02-02T06:26:44.189Z] ---> e17bb73e9f2f [2021-02-02T06:26:44.189Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-02T06:26:44.189Z] ---> Running in cf245efd7019 [2021-02-02T06:26:44.464Z] ---> Running in 0d880b09b0ef [2021-02-02T06:26:44.464Z] Removing intermediate container 0ffdc107c603 [2021-02-02T06:26:44.464Z] ---> 2192ce2728fd [2021-02-02T06:26:44.464Z] Step 19/21 : LABEL arch=arm64 [2021-02-02T06:26:44.464Z] Removing intermediate container 9cd83e1666f7 [2021-02-02T06:26:44.464Z] ---> 4f3921e12c15 [2021-02-02T06:26:44.464Z] Step 20/22 : LABEL arch=arm64 [2021-02-02T06:26:44.748Z] ---> Running in befbc7031688 [2021-02-02T06:26:44.748Z] ---> Running in 032873610b8a [2021-02-02T06:26:45.033Z] Removing intermediate container cf245efd7019 [2021-02-02T06:26:45.033Z] ---> 6db156d14d52 [2021-02-02T06:26:45.033Z] Step 15/23 : WORKDIR / [2021-02-02T06:26:45.033Z] Removing intermediate container 0d880b09b0ef [2021-02-02T06:26:45.033Z] ---> b79e5b98231e [2021-02-02T06:26:45.033Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-02T06:26:45.033Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-02-02T06:26:45.033Z] Status: Downloaded newer image for docker:20.10.0 [2021-02-02T06:26:45.033Z] ---> eeaf43b92773 [2021-02-02T06:26:45.033Z] Step 12/26 : RUN apk add --no-cache bash [2021-02-02T06:26:45.312Z] ---> Running in 0f1e65515ba5 [2021-02-02T06:26:45.312Z] ---> Running in 597071597dc1 [2021-02-02T06:26:45.587Z] Removing intermediate container befbc7031688 [2021-02-02T06:26:45.587Z] ---> d111e13a9023 [2021-02-02T06:26:45.587Z] Step 20/21 : LABEL git_sha=7cbd8b2f95d0db505ea87ee4a34606139244d0cb [2021-02-02T06:26:45.587Z] Removing intermediate container 032873610b8a [2021-02-02T06:26:45.587Z] ---> 5f1ce589c021 [2021-02-02T06:26:45.587Z] Step 21/22 : LABEL git_sha=7cbd8b2f95d0db505ea87ee4a34606139244d0cb [2021-02-02T06:26:45.858Z] ---> Running in 35b0708f6816 [2021-02-02T06:26:45.859Z] ---> Running in 429614b05f17 [2021-02-02T06:26:45.859Z] Removing intermediate container 0f1e65515ba5 [2021-02-02T06:26:45.859Z] ---> 88f7d1c8b63e [2021-02-02T06:26:45.859Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-02T06:26:46.134Z] ---> 4977959485ff [2021-02-02T06:26:46.134Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-02-02T06:26:46.414Z] Removing intermediate container 35b0708f6816 [2021-02-02T06:26:46.414Z] ---> 8e9bafa8e2a0 [2021-02-02T06:26:46.414Z] Step 21/21 : LABEL version=0.0.0 [2021-02-02T06:26:46.694Z] Removing intermediate container 429614b05f17 [2021-02-02T06:26:46.694Z] ---> 3bf91e53c3b1 [2021-02-02T06:26:46.694Z] Step 22/22 : LABEL version=0.0.0 [2021-02-02T06:26:46.970Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-02T06:26:46.970Z] ---> Running in 93f73d2aa7ec [2021-02-02T06:26:46.970Z] ---> Running in 9fe585880c6a [2021-02-02T06:26:46.970Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-02T06:26:47.244Z] ---> 2f3c934f9185 [2021-02-02T06:26:47.244Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-02-02T06:26:47.517Z] (1/2) Installing readline (8.0.4-r0) [2021-02-02T06:26:47.792Z] (2/2) Installing bash (5.0.17-r0) [2021-02-02T06:26:47.792Z] Removing intermediate container 93f73d2aa7ec [2021-02-02T06:26:47.792Z] ---> f6c21195c23f [2021-02-02T06:26:47.792Z] [2021-02-02T06:26:47.792Z] Executing bash-5.0.17-r0.post-install [2021-02-02T06:26:47.792Z] Executing busybox-1.31.1-r19.trigger [2021-02-02T06:26:47.792Z] OK: 12 MiB in 22 packages [2021-02-02T06:26:48.069Z] Removing intermediate container 9fe585880c6a [2021-02-02T06:26:48.069Z] ---> f34f6afca39b [2021-02-02T06:26:48.069Z] [2021-02-02T06:26:48.069Z] ---> d1af941a2340 [2021-02-02T06:26:48.069Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-02-02T06:26:48.345Z] Successfully built f6c21195c23f [2021-02-02T06:26:48.345Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-02-02T06:26:48.345Z] Building docker-security-bootstrapper-go [2021-02-02T06:26:48.906Z]  Building docker-security-proxy-setup-go ... done Successfully built f34f6afca39b [2021-02-02T06:26:48.906Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-02-02T06:26:48.906Z]  Building docker-support-notifications-go ... done Building docker-core-command-go [2021-02-02T06:26:48.906Z] ---> 6549a2d3e664 [2021-02-02T06:26:48.906Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-02-02T06:26:49.186Z] ---> 0b7e44499fe4 [2021-02-02T06:26:49.186Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-02-02T06:26:49.463Z] ---> Running in e2f75b1e0258 [2021-02-02T06:26:49.738Z] Removing intermediate container 597071597dc1 [2021-02-02T06:26:49.738Z] ---> 92c14552a76d [2021-02-02T06:26:49.738Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-02-02T06:26:50.015Z] ---> 70ae419fc2d8 [2021-02-02T06:26:50.015Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-02-02T06:26:50.015Z] ---> Running in 1a06e4dcadd6 [2021-02-02T06:26:50.015Z] ---> Running in 903cb6ceeddc [2021-02-02T06:26:50.015Z] Removing intermediate container e2f75b1e0258 [2021-02-02T06:26:50.015Z] ---> c3897b1cd7ca [2021-02-02T06:26:50.015Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-02T06:26:50.631Z] ---> Running in 0f50199b1cae [2021-02-02T06:26:50.631Z] Removing intermediate container 1a06e4dcadd6 [2021-02-02T06:26:50.631Z] ---> fa90aa78feab [2021-02-02T06:26:50.631Z] Step 14/26 : ENV APP_PORT=48090 [2021-02-02T06:26:50.631Z] Removing intermediate container 903cb6ceeddc [2021-02-02T06:26:50.631Z] ---> 205f558b7c00 [2021-02-02T06:26:50.631Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-02T06:26:50.943Z] ---> Running in 8355e03cd0a0 [2021-02-02T06:26:50.943Z] ---> Running in 39595cfe2813 [2021-02-02T06:26:51.216Z] Removing intermediate container 0f50199b1cae [2021-02-02T06:26:51.217Z] ---> 3945c6e0e98f [2021-02-02T06:26:51.217Z] Step 20/22 : LABEL arch=arm64 [2021-02-02T06:26:51.498Z] ---> Running in 664f6d0e8cd2 [2021-02-02T06:26:51.498Z] Removing intermediate container 8355e03cd0a0 [2021-02-02T06:26:51.498Z] ---> b73a62302be8 [2021-02-02T06:26:51.498Z] Step 15/26 : EXPOSE $APP_PORT [2021-02-02T06:26:52.491Z] Removing intermediate container 39595cfe2813 [2021-02-02T06:26:52.491Z] ---> e5009a8cd1a6 [2021-02-02T06:26:52.491Z] Step 21/23 : LABEL arch=arm64 [2021-02-02T06:26:53.489Z] ---> Running in df93c3d33515 [2021-02-02T06:26:53.766Z] Removing intermediate container 664f6d0e8cd2 [2021-02-02T06:26:53.766Z] ---> 60740ce16e6b [2021-02-02T06:26:53.766Z] Step 21/22 : LABEL git_sha=7cbd8b2f95d0db505ea87ee4a34606139244d0cb [2021-02-02T06:26:54.366Z] ---> Running in 7abaa5b48cc7 [2021-02-02T06:26:54.366Z] ---> Running in b30adb484efe [2021-02-02T06:26:54.644Z] Removing intermediate container df93c3d33515 [2021-02-02T06:26:54.644Z] ---> 48a63181bf61 [2021-02-02T06:26:54.644Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-02-02T06:26:54.925Z] Removing intermediate container 7abaa5b48cc7 [2021-02-02T06:26:54.925Z] ---> 913425bf6c87 [2021-02-02T06:26:54.925Z] Step 22/23 : LABEL git_sha=7cbd8b2f95d0db505ea87ee4a34606139244d0cb [2021-02-02T06:26:55.528Z] Removing intermediate container b30adb484efe [2021-02-02T06:26:55.528Z] ---> fde4c18c3a43 [2021-02-02T06:26:55.528Z] Step 22/22 : LABEL version=0.0.0 [2021-02-02T06:26:55.528Z] ---> Running in 44c91f93307b [2021-02-02T06:26:55.903Z] ---> Running in 10d9b015d41a [2021-02-02T06:26:56.505Z] ---> bdafb31797f5 [2021-02-02T06:26:56.505Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-02-02T06:26:57.123Z] Removing intermediate container 44c91f93307b [2021-02-02T06:26:57.123Z] ---> bcc60251291a [2021-02-02T06:26:57.123Z] Step 23/23 : LABEL version=0.0.0 [2021-02-02T06:26:57.123Z] Removing intermediate container 10d9b015d41a [2021-02-02T06:26:57.123Z] ---> f344760c9281 [2021-02-02T06:26:57.123Z] [2021-02-02T06:26:57.743Z] Successfully built f344760c9281 [2021-02-02T06:26:57.743Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-02-02T06:26:57.743Z]  Building docker-support-scheduler-go ... done Building docker-core-data-go [2021-02-02T06:26:58.024Z] ---> Running in 4f54e6bd8da1 [2021-02-02T06:26:58.024Z] ---> 2d511620c774 [2021-02-02T06:26:58.024Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-02-02T06:26:58.636Z] Removing intermediate container 4f54e6bd8da1 [2021-02-02T06:26:58.636Z] ---> 82f3767abf25 [2021-02-02T06:26:58.636Z] [2021-02-02T06:26:59.246Z] Successfully built 82f3767abf25 [2021-02-02T06:26:59.246Z] ---> fff4df67872a [2021-02-02T06:26:59.246Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-02-02T06:26:59.246Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-02-02T06:26:59.246Z] Building docker-security-secretstore-setup-go [2021-02-02T06:26:59.246Z]  Building docker-core-metadata-go ... done  ---> Running in 5cc35ff35a09 [2021-02-02T06:27:00.223Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-02T06:27:00.497Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-02T06:27:01.092Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-02-02T06:27:01.092Z] (2/33) Installing expat (2.2.9-r1) [2021-02-02T06:27:01.365Z] (3/33) Installing libffi (3.3-r2) [2021-02-02T06:27:01.365Z] (4/33) Installing gdbm (1.13-r1) [2021-02-02T06:27:01.365Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-02-02T06:27:01.365Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-02-02T06:27:01.365Z] (7/33) Installing python3 (3.8.5-r0) [2021-02-02T06:27:03.341Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-02-02T06:27:03.341Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-02-02T06:27:03.341Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-02-02T06:27:03.341Z] (11/33) Installing py3-six (1.15.0-r0) [2021-02-02T06:27:03.341Z] (12/33) Installing py3-packaging (20.4-r0) [2021-02-02T06:27:03.341Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-02-02T06:27:03.341Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-02-02T06:27:03.341Z] (15/33) Installing py3-idna (2.9-r0) [2021-02-02T06:27:03.341Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-02-02T06:27:03.341Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-02-02T06:27:03.341Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-02-02T06:27:03.616Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-02-02T06:27:03.617Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-02-02T06:27:03.617Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-02-02T06:27:03.617Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-02-02T06:27:03.617Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-02-02T06:27:03.617Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-02-02T06:27:03.617Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-02-02T06:27:03.617Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-02-02T06:27:03.889Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-02-02T06:27:03.889Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-02-02T06:27:03.889Z] (29/33) Installing py3-progress (1.5-r0) [2021-02-02T06:27:03.889Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-02-02T06:27:03.889Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-02-02T06:27:03.889Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-02-02T06:27:03.889Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-02-02T06:27:04.167Z] Executing busybox-1.31.1-r19.trigger [2021-02-02T06:27:04.167Z] OK: 71 MiB in 55 packages [2021-02-02T06:27:14.332Z] Removing intermediate container 5cc35ff35a09 [2021-02-02T06:27:14.332Z] ---> 8ea49dafe2be [2021-02-02T06:27:14.332Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-02-02T06:27:15.325Z] ---> Running in 62c00251f9db [2021-02-02T06:27:22.087Z] Collecting docker-compose==1.23.2 [2021-02-02T06:27:22.087Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-02-02T06:27:22.087Z] Collecting websocket-client<1.0,>=0.32.0 [2021-02-02T06:27:22.087Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-02-02T06:27:22.362Z] Collecting docopt<0.7,>=0.6.1 [2021-02-02T06:27:22.362Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-02-02T06:27:26.689Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-02-02T06:27:26.689Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-02-02T06:27:26.689Z] Collecting jsonschema<3,>=2.5.1 [2021-02-02T06:27:26.689Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-02-02T06:27:27.674Z] Collecting docker<4.0,>=3.6.0 [2021-02-02T06:27:27.674Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-02-02T06:27:28.670Z] Collecting texttable<0.10,>=0.9.0 [2021-02-02T06:27:28.670Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-02-02T06:27:30.681Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-02T06:27:30.681Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-02-02T06:27:30.681Z] ---> 785efe915c8f [2021-02-02T06:27:30.681Z] Step 3/31 : WORKDIR /edgex-go [2021-02-02T06:27:30.681Z] ---> Using cache [2021-02-02T06:27:30.681Z] ---> 305805f8f35e [2021-02-02T06:27:30.681Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-02T06:27:30.681Z] ---> Using cache [2021-02-02T06:27:30.681Z] ---> 9a86829ca4bc [2021-02-02T06:27:30.681Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-02-02T06:27:30.681Z] ---> Using cache [2021-02-02T06:27:30.681Z] ---> f25145c44e0d [2021-02-02T06:27:30.681Z] Step 6/31 : COPY go.mod . [2021-02-02T06:27:30.681Z] ---> Using cache [2021-02-02T06:27:30.681Z] ---> 0beac2b5bbd1 [2021-02-02T06:27:30.681Z] Step 7/31 : RUN go mod download [2021-02-02T06:27:30.681Z] ---> Using cache [2021-02-02T06:27:30.681Z] ---> 35a6c5b8cf35 [2021-02-02T06:27:30.681Z] Step 8/31 : COPY . . [2021-02-02T06:27:30.681Z] ---> Using cache [2021-02-02T06:27:30.681Z] ---> 9443f60f9dbe [2021-02-02T06:27:30.681Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-02-02T06:27:32.174Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-02T06:27:32.174Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-02T06:27:32.174Z] ---> 785efe915c8f [2021-02-02T06:27:32.174Z] Step 3/23 : WORKDIR /edgex-go [2021-02-02T06:27:32.174Z] ---> Using cache [2021-02-02T06:27:32.174Z] ---> 305805f8f35e [2021-02-02T06:27:32.174Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-02T06:27:32.174Z] ---> Using cache [2021-02-02T06:27:32.174Z] ---> 9a86829ca4bc [2021-02-02T06:27:32.174Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-02T06:27:32.174Z] ---> Using cache [2021-02-02T06:27:32.174Z] ---> f25145c44e0d [2021-02-02T06:27:32.174Z] Step 6/23 : COPY go.mod . [2021-02-02T06:27:32.174Z] ---> Using cache [2021-02-02T06:27:32.174Z] ---> 0beac2b5bbd1 [2021-02-02T06:27:32.174Z] Step 7/23 : RUN go mod download [2021-02-02T06:27:32.174Z] ---> Using cache [2021-02-02T06:27:32.174Z] ---> 35a6c5b8cf35 [2021-02-02T06:27:32.174Z] Step 8/23 : COPY . . [2021-02-02T06:27:32.174Z] ---> Using cache [2021-02-02T06:27:32.174Z] ---> 9443f60f9dbe [2021-02-02T06:27:32.174Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-02-02T06:27:32.464Z] Collecting PyYAML<4,>=3.10 [2021-02-02T06:27:32.464Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-02-02T06:27:36.044Z] ---> Running in 6bbdc71bbd1f [2021-02-02T06:27:36.044Z] ---> Running in 56a30acec4b3 [2021-02-02T06:27:37.523Z] Collecting dockerpty<0.5,>=0.4.1 [2021-02-02T06:27:37.523Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-02-02T06:27:38.132Z] 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 [2021-02-02T06:27:38.411Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-02-02T06:27:40.423Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2021-02-02T06:27:40.423Z] Collecting cached-property<2,>=1.2.0 [2021-02-02T06:27:40.702Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-02-02T06:27:41.695Z] Collecting urllib3<1.25,>=1.21.1 [2021-02-02T06:27:41.695Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-02-02T06:27:42.306Z] Collecting idna<2.8,>=2.5 [2021-02-02T06:27:42.306Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-02-02T06:27:42.664Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-02T06:27:42.664Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-02T06:27:42.664Z] ---> 785efe915c8f [2021-02-02T06:27:42.664Z] Step 3/23 : WORKDIR /edgex-go [2021-02-02T06:27:42.664Z] ---> Using cache [2021-02-02T06:27:42.664Z] ---> 305805f8f35e [2021-02-02T06:27:42.664Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-02T06:27:42.664Z] ---> Using cache [2021-02-02T06:27:42.664Z] ---> 9a86829ca4bc [2021-02-02T06:27:42.664Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-02-02T06:27:42.940Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-02T06:27:42.940Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-02-02T06:27:42.940Z] ---> 785efe915c8f [2021-02-02T06:27:42.940Z] Step 3/24 : WORKDIR /edgex-go [2021-02-02T06:27:42.940Z] ---> Using cache [2021-02-02T06:27:42.940Z] ---> 305805f8f35e [2021-02-02T06:27:42.940Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-02T06:27:42.940Z] ---> Using cache [2021-02-02T06:27:42.940Z] ---> 9a86829ca4bc [2021-02-02T06:27:42.940Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-02-02T06:27:42.940Z] ---> Using cache [2021-02-02T06:27:42.940Z] ---> f25145c44e0d [2021-02-02T06:27:42.940Z] Step 6/24 : COPY go.mod . [2021-02-02T06:27:42.940Z] ---> Using cache [2021-02-02T06:27:42.940Z] ---> 0beac2b5bbd1 [2021-02-02T06:27:42.940Z] Step 7/24 : RUN go mod download [2021-02-02T06:27:42.940Z] ---> Using cache [2021-02-02T06:27:42.940Z] ---> 35a6c5b8cf35 [2021-02-02T06:27:42.940Z] Step 8/24 : COPY . . [2021-02-02T06:27:42.940Z] ---> Using cache [2021-02-02T06:27:42.940Z] ---> 9443f60f9dbe [2021-02-02T06:27:42.940Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-02-02T06:27:43.216Z] 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) [2021-02-02T06:27:43.494Z] 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) [2021-02-02T06:27:43.775Z] Collecting docker-pycreds>=0.4.0 [2021-02-02T06:27:43.775Z] ---> Running in b01e59157d6b [2021-02-02T06:27:43.775Z] ---> Running in 8b38fd77ef16 [2021-02-02T06:27:43.775Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-02-02T06:27:44.055Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-02-02T06:27:44.055Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-02-02T06:27:44.055Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-02-02T06:27:44.055Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-02-02T06:27:46.065Z] Installing collected packages: websocket-client, docopt, urllib3, idna, requests, jsonschema, docker-pycreds, docker, texttable, PyYAML, dockerpty, cached-property, docker-compose [2021-02-02T06:27:46.065Z] Running setup.py install for docopt: started [2021-02-02T06:27:46.065Z] 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 [2021-02-02T06:27:46.065Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-02T06:27:47.059Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-02T06:27:47.666Z] OK: 217 MiB in 51 packages [2021-02-02T06:27:49.668Z] Removing intermediate container b01e59157d6b [2021-02-02T06:27:49.668Z] ---> 15fe8f7c10c3 [2021-02-02T06:27:49.668Z] Step 6/23 : COPY go.mod . [2021-02-02T06:27:49.668Z] Running setup.py install for docopt: finished with status 'done' [2021-02-02T06:27:49.668Z] Attempting uninstall: urllib3 [2021-02-02T06:27:49.668Z] Found existing installation: urllib3 1.25.9 [2021-02-02T06:27:49.668Z] Uninstalling urllib3-1.25.9: [2021-02-02T06:27:49.948Z] Successfully uninstalled urllib3-1.25.9 [2021-02-02T06:27:50.565Z] ---> b31d43dbcbbf [2021-02-02T06:27:50.565Z] Step 7/23 : RUN go mod download [2021-02-02T06:27:50.565Z] ---> Running in 1e21554c1787 [2021-02-02T06:27:50.844Z] Attempting uninstall: idna [2021-02-02T06:27:50.844Z] Found existing installation: idna 2.9 [2021-02-02T06:27:51.122Z] Uninstalling idna-2.9: [2021-02-02T06:27:51.122Z] Successfully uninstalled idna-2.9 [2021-02-02T06:27:52.119Z] Attempting uninstall: requests [2021-02-02T06:27:52.120Z] Found existing installation: requests 2.23.0 [2021-02-02T06:27:52.120Z] Uninstalling requests-2.23.0: [2021-02-02T06:27:52.399Z] Successfully uninstalled requests-2.23.0 [2021-02-02T06:27:54.416Z] Running setup.py install for texttable: started [2021-02-02T06:27:55.408Z] Removing intermediate container 1e21554c1787 [2021-02-02T06:27:55.408Z] ---> 232ec11cd59c [2021-02-02T06:27:55.408Z] Step 8/23 : COPY . . [2021-02-02T06:27:58.063Z] Running setup.py install for texttable: finished with status 'done' [2021-02-02T06:27:58.063Z] Running setup.py install for PyYAML: started [2021-02-02T06:28:01.489Z] Running setup.py install for PyYAML: finished with status 'done' [2021-02-02T06:28:01.489Z] Running setup.py install for dockerpty: started [2021-02-02T06:28:04.138Z] Running setup.py install for dockerpty: finished with status 'done' [2021-02-02T06:28:05.593Z] 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 [2021-02-02T06:28:15.809Z] Removing intermediate container 62c00251f9db [2021-02-02T06:28:15.809Z] ---> 2a05691cb3d4 [2021-02-02T06:28:15.809Z] Step 21/26 : RUN apk --no-cache add curl [2021-02-02T06:28:15.809Z] ---> e2b3c51e77a7 [2021-02-02T06:28:15.809Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-02-02T06:28:15.809Z] ---> Running in aeceeeebe79e [2021-02-02T06:28:15.809Z] ---> Running in 285e946ae424 [2021-02-02T06:28:17.278Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-02T06:28:17.278Z] 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 [2021-02-02T06:28:17.278Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-02T06:28:18.280Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-02-02T06:28:18.280Z] (2/3) Installing libcurl (7.69.1-r3) [2021-02-02T06:28:18.280Z] (3/3) Installing curl (7.69.1-r3) [2021-02-02T06:28:18.280Z] Executing busybox-1.31.1-r19.trigger [2021-02-02T06:28:18.280Z] OK: 71 MiB in 58 packages [2021-02-02T06:28:20.289Z] Removing intermediate container aeceeeebe79e [2021-02-02T06:28:20.289Z] ---> c94c5cdfde1f [2021-02-02T06:28:20.289Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-02-02T06:28:20.289Z] ---> Running in ed2443b1aa47 [2021-02-02T06:28:20.897Z] Removing intermediate container ed2443b1aa47 [2021-02-02T06:28:20.897Z] ---> 9a23074a40b9 [2021-02-02T06:28:20.897Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-02T06:28:20.897Z] ---> Running in 5097b2bfa80b [2021-02-02T06:28:21.899Z] Removing intermediate container 5097b2bfa80b [2021-02-02T06:28:21.899Z] ---> 8a4927585887 [2021-02-02T06:28:21.899Z] Step 24/26 : LABEL arch=arm64 [2021-02-02T06:28:21.899Z] ---> Running in d4d2210061c0 [2021-02-02T06:28:22.519Z] Removing intermediate container d4d2210061c0 [2021-02-02T06:28:22.519Z] ---> fcf6e20813ab [2021-02-02T06:28:22.519Z] Step 25/26 : LABEL git_sha=7cbd8b2f95d0db505ea87ee4a34606139244d0cb [2021-02-02T06:28:22.519Z] ---> Running in e778c33db027 [2021-02-02T06:28:23.527Z] Removing intermediate container e778c33db027 [2021-02-02T06:28:23.527Z] ---> 636e0995ac49 [2021-02-02T06:28:23.527Z] Step 26/26 : LABEL version=0.0.0 [2021-02-02T06:28:23.527Z] ---> Running in 75651a7dda23 [2021-02-02T06:28:24.137Z] Removing intermediate container 75651a7dda23 [2021-02-02T06:28:24.137Z] ---> 5ad10de662e6 [2021-02-02T06:28:24.137Z] [2021-02-02T06:28:24.748Z] Successfully built 5ad10de662e6 [2021-02-02T06:28:24.748Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-02-02T06:28:57.148Z]  Building docker-sys-mgmt-agent-go ... done 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 [2021-02-02T06:28:57.148Z] 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 [2021-02-02T06:29:12.296Z] Removing intermediate container 8b38fd77ef16 [2021-02-02T06:29:12.296Z] ---> ac6852a34ea2 [2021-02-02T06:29:12.296Z] [2021-02-02T06:29:12.296Z] Step 10/24 : FROM alpine:3.12 [2021-02-02T06:29:12.296Z] ---> afeebe901d6b [2021-02-02T06:29:12.296Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-02-02T06:29:12.296Z] ---> Running in 5c08e46427e4 [2021-02-02T06:29:12.296Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-02T06:29:12.572Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-02T06:29:14.032Z] (1/5) Installing ca-certificates (20191127-r4) [2021-02-02T06:29:14.032Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-02-02T06:29:14.032Z] (3/5) Installing libcurl (7.69.1-r3) [2021-02-02T06:29:14.032Z] (4/5) Installing curl (7.69.1-r3) [2021-02-02T06:29:14.032Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-02-02T06:29:14.032Z] Executing busybox-1.31.1-r19.trigger [2021-02-02T06:29:14.310Z] Executing ca-certificates-20191127-r4.trigger [2021-02-02T06:29:14.591Z] OK: 7 MiB in 19 packages [2021-02-02T06:29:18.030Z] Removing intermediate container 5c08e46427e4 [2021-02-02T06:29:18.030Z] ---> e5bd18e53cee [2021-02-02T06:29:18.030Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-02T06:29:18.304Z] Removing intermediate container 56a30acec4b3 [2021-02-02T06:29:18.304Z] ---> d79d0b4cc181 [2021-02-02T06:29:18.304Z] [2021-02-02T06:29:18.304Z] Step 10/23 : FROM alpine:3.12 [2021-02-02T06:29:18.304Z] ---> afeebe901d6b [2021-02-02T06:29:18.304Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-02T06:29:18.304Z] ---> Using cache [2021-02-02T06:29:18.304Z] ---> f6a1ebb540a8 [2021-02-02T06:29:18.304Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' ---> Running in 18b384ba3627 [2021-02-02T06:29:18.581Z] [2021-02-02T06:29:18.581Z] ---> Using cache [2021-02-02T06:29:18.581Z] ---> 4260ee7507ee [2021-02-02T06:29:18.581Z] Step 13/23 : ENV APP_PORT=48082 [2021-02-02T06:29:18.581Z] ---> Running in bb59648fdc61 [2021-02-02T06:29:18.868Z] Removing intermediate container 6bbdc71bbd1f [2021-02-02T06:29:18.868Z] ---> 9839a2797a3b [2021-02-02T06:29:18.868Z] [2021-02-02T06:29:18.868Z] Step 10/31 : FROM alpine:3.12 [2021-02-02T06:29:18.868Z] ---> afeebe901d6b [2021-02-02T06:29:18.868Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-02-02T06:29:19.147Z] ---> Running in 4f92983ec3cb [2021-02-02T06:29:19.425Z] Removing intermediate container 18b384ba3627 [2021-02-02T06:29:19.425Z] ---> 6c8eda2a7d48 [2021-02-02T06:29:19.425Z] Step 13/24 : WORKDIR / [2021-02-02T06:29:19.702Z] ---> Running in 910e6fc535c5 [2021-02-02T06:29:19.702Z] Removing intermediate container bb59648fdc61 [2021-02-02T06:29:19.702Z] ---> 1889581f54dc [2021-02-02T06:29:19.702Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-02T06:29:19.985Z] ---> Running in 4ab30e36a9a9 [2021-02-02T06:29:19.985Z] Removing intermediate container 4f92983ec3cb [2021-02-02T06:29:19.985Z] ---> 3422183bffc8 [2021-02-02T06:29:19.985Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-02-02T06:29:20.267Z] ---> Running in c1d4438d6a09 [2021-02-02T06:29:20.600Z] Removing intermediate container 910e6fc535c5 [2021-02-02T06:29:20.600Z] ---> 1ebf33dc8ec2 [2021-02-02T06:29:20.600Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-02-02T06:29:20.889Z] Removing intermediate container 4ab30e36a9a9 [2021-02-02T06:29:20.889Z] ---> 5af5fe4a0084 [2021-02-02T06:29:20.889Z] Step 15/23 : WORKDIR / [2021-02-02T06:29:21.170Z] ---> Running in 1162864f4a71 [2021-02-02T06:29:22.168Z] Removing intermediate container 1162864f4a71 [2021-02-02T06:29:22.168Z] ---> a92956e0c7d1 [2021-02-02T06:29:22.168Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-02T06:29:22.168Z] ---> 27106723f8db [2021-02-02T06:29:22.168Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-02-02T06:29:22.771Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-02T06:29:23.053Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-02T06:29:23.675Z] ---> f86f733c64d5 [2021-02-02T06:29:23.675Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-02-02T06:29:23.675Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-02-02T06:29:23.675Z] (2/2) Installing su-exec (0.2-r1) [2021-02-02T06:29:23.675Z] Executing busybox-1.31.1-r19.trigger [2021-02-02T06:29:23.675Z] OK: 5 MiB in 16 packages [2021-02-02T06:29:23.675Z] ---> dd4657a164cd [2021-02-02T06:29:23.675Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-02-02T06:29:25.687Z] ---> cdd9e7856b6a [2021-02-02T06:29:25.687Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-02-02T06:29:25.964Z] Removing intermediate container c1d4438d6a09 [2021-02-02T06:29:25.964Z] ---> fc215794081c [2021-02-02T06:29:25.964Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-02-02T06:29:26.568Z] ---> Running in 70ab4c4ef95b [2021-02-02T06:29:26.568Z] ---> 02e9ae47c33a [2021-02-02T06:29:26.568Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-02-02T06:29:27.567Z] Removing intermediate container 70ab4c4ef95b [2021-02-02T06:29:27.567Z] ---> d7a118340d0f [2021-02-02T06:29:27.567Z] ---> 32d40cf95ffd [2021-02-02T06:29:27.567Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-02-02T06:29:27.567Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-02-02T06:29:27.844Z] ---> Running in ba9e9880d13d [2021-02-02T06:29:28.122Z] ---> 8309bdfa277d [2021-02-02T06:29:28.122Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-02-02T06:29:28.122Z] ---> Running in ebad98b29b97 [2021-02-02T06:29:28.734Z] Removing intermediate container ba9e9880d13d [2021-02-02T06:29:28.734Z] ---> 42b8dfa9d312 [2021-02-02T06:29:28.734Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-02-02T06:29:28.734Z] ---> Running in 25d991a15cc5 [2021-02-02T06:29:28.734Z] Removing intermediate container ebad98b29b97 [2021-02-02T06:29:28.734Z] ---> 6c89256548ee [2021-02-02T06:29:28.734Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-02T06:29:29.353Z] ---> Running in e0002e94edf5 [2021-02-02T06:29:29.353Z] ---> 2dbd1bd608aa [2021-02-02T06:29:29.353Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-02-02T06:29:29.965Z] Removing intermediate container e0002e94edf5 [2021-02-02T06:29:29.965Z] ---> 29be50ef7716 [2021-02-02T06:29:29.965Z] Step 21/23 : LABEL arch=arm64 [2021-02-02T06:29:29.965Z] ---> Running in ba4b3da961b4 [2021-02-02T06:29:30.572Z] ---> 70bf2747e091 [2021-02-02T06:29:30.572Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-02-02T06:29:30.866Z] Removing intermediate container ba4b3da961b4 [2021-02-02T06:29:30.866Z] ---> 84756a7d874f [2021-02-02T06:29:30.866Z] Step 22/23 : LABEL git_sha=7cbd8b2f95d0db505ea87ee4a34606139244d0cb [2021-02-02T06:29:31.146Z] ---> Running in d2a63f497aee [2021-02-02T06:29:31.146Z] ---> Running in 6b579961d41c [2021-02-02T06:29:31.753Z] Removing intermediate container 6b579961d41c [2021-02-02T06:29:31.753Z] ---> e36f633c423b [2021-02-02T06:29:31.753Z] Step 23/23 : LABEL version=0.0.0 [2021-02-02T06:29:32.042Z] Removing intermediate container 25d991a15cc5 [2021-02-02T06:29:32.042Z] ---> 42af1b3b91fa [2021-02-02T06:29:32.042Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-02-02T06:29:32.042Z] ---> Running in 8f49fc21f19c [2021-02-02T06:29:32.042Z] ---> Running in 15e5ad397d1e [2021-02-02T06:29:32.657Z] Removing intermediate container 8f49fc21f19c [2021-02-02T06:29:32.657Z] ---> 50548cefde02 [2021-02-02T06:29:32.657Z] [2021-02-02T06:29:32.657Z] Removing intermediate container 15e5ad397d1e [2021-02-02T06:29:32.657Z] ---> c3bcd4dade42 [2021-02-02T06:29:32.657Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-02-02T06:29:32.940Z] Successfully built 50548cefde02 [2021-02-02T06:29:33.221Z] Successfully tagged docker-core-command-go-arm64:latest [2021-02-02T06:29:33.844Z]  Building docker-core-command-go ... done  ---> a0d333f02736 [2021-02-02T06:29:33.845Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-02-02T06:29:33.845Z] Removing intermediate container d2a63f497aee [2021-02-02T06:29:33.845Z] ---> 1f0d89b01a85 [2021-02-02T06:29:33.845Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-02-02T06:29:33.845Z] ---> Running in 8679c5b4b693 [2021-02-02T06:29:34.124Z] ---> Running in 31164ff3c881 [2021-02-02T06:29:34.743Z] Removing intermediate container 31164ff3c881 [2021-02-02T06:29:34.743Z] ---> cf8371819871 [2021-02-02T06:29:34.743Z] Step 22/24 : LABEL arch=arm64 [2021-02-02T06:29:35.027Z] ---> Running in 0cfe2ad16b24 [2021-02-02T06:29:36.066Z] Removing intermediate container 0cfe2ad16b24 [2021-02-02T06:29:36.067Z] ---> cabb208ef90f [2021-02-02T06:29:36.067Z] Step 23/24 : LABEL git_sha=7cbd8b2f95d0db505ea87ee4a34606139244d0cb [2021-02-02T06:29:36.355Z] ---> Running in 2f48eefcfa55 [2021-02-02T06:29:36.968Z] Removing intermediate container 2f48eefcfa55 [2021-02-02T06:29:36.969Z] ---> c56bea665e13 [2021-02-02T06:29:36.969Z] Step 24/24 : LABEL version=0.0.0 [2021-02-02T06:29:36.969Z] Removing intermediate container 8679c5b4b693 [2021-02-02T06:29:36.969Z] ---> ca5166b602b9 [2021-02-02T06:29:36.969Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-02T06:29:36.969Z] ---> Running in d59c21b2194b [2021-02-02T06:29:37.575Z] Removing intermediate container d59c21b2194b [2021-02-02T06:29:37.575Z] ---> c0eed3aef4f3 [2021-02-02T06:29:37.575Z] [2021-02-02T06:29:38.173Z] Successfully built c0eed3aef4f3 [2021-02-02T06:29:38.173Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-02-02T06:29:38.173Z]  Building docker-security-secretstore-setup-go ... done  ---> a9f2cb4b96e1 [2021-02-02T06:29:38.173Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-02-02T06:29:39.159Z] ---> 51efa84110ef [2021-02-02T06:29:39.159Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-02-02T06:29:39.756Z] ---> 5890d1ac8117 [2021-02-02T06:29:39.756Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ [2021-02-02T06:29:41.199Z] ---> 5d5cddfd6145 [2021-02-02T06:29:41.199Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-02-02T06:29:42.188Z] ---> 25eecc892de0 [2021-02-02T06:29:42.188Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-02-02T06:29:42.466Z] ---> Running in bd743506072a [2021-02-02T06:29:43.073Z] Removing intermediate container bd743506072a [2021-02-02T06:29:43.073Z] ---> d8b58500e929 [2021-02-02T06:29:43.073Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-02-02T06:29:43.351Z] Removing intermediate container 285e946ae424 [2021-02-02T06:29:43.351Z] ---> 7e19189124c3 [2021-02-02T06:29:43.351Z] [2021-02-02T06:29:43.351Z] Step 10/23 : FROM alpine:3.12 [2021-02-02T06:29:43.351Z] ---> afeebe901d6b [2021-02-02T06:29:43.351Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-02-02T06:29:43.627Z] ---> Running in dedd0156bb03 [2021-02-02T06:29:43.914Z] ---> 308296d05cb5 [2021-02-02T06:29:43.914Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-02-02T06:29:44.189Z] Removing intermediate container dedd0156bb03 [2021-02-02T06:29:44.189Z] ---> 2ac2af13d3a1 [2021-02-02T06:29:44.189Z] Step 12/23 : ENV APP_PORT=48080 [2021-02-02T06:29:44.466Z] ---> Running in aeeb01be0d79 [2021-02-02T06:29:44.466Z] ---> Running in f86fdf1da1fd [2021-02-02T06:29:45.073Z] Removing intermediate container f86fdf1da1fd [2021-02-02T06:29:45.073Z] ---> 449762031dc0 [2021-02-02T06:29:45.073Z] Step 13/23 : EXPOSE $APP_PORT [2021-02-02T06:29:45.350Z] ---> Running in 62762cca5495 [2021-02-02T06:29:45.626Z] Removing intermediate container 62762cca5495 [2021-02-02T06:29:45.626Z] ---> e631be4f46e1 [2021-02-02T06:29:45.626Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-02T06:29:45.904Z] ---> Running in ae7cf75012d0 [2021-02-02T06:29:46.910Z] Removing intermediate container aeeb01be0d79 [2021-02-02T06:29:46.910Z] ---> 40d2cac2a49b [2021-02-02T06:29:46.910Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-02-02T06:29:47.186Z] ---> Running in 89764236dab3 [2021-02-02T06:29:47.793Z] Removing intermediate container 89764236dab3 [2021-02-02T06:29:47.793Z] ---> 2b369d4a2e72 [2021-02-02T06:29:47.793Z] Step 28/31 : CMD ["gate"] [2021-02-02T06:29:48.077Z] ---> Running in 092726adc6b9 [2021-02-02T06:29:48.358Z] Removing intermediate container ae7cf75012d0 [2021-02-02T06:29:48.358Z] ---> e20a008bb1b5 [2021-02-02T06:29:48.358Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-02-02T06:29:48.358Z] ---> Running in 21e0830cf1b8 [2021-02-02T06:29:48.644Z] Removing intermediate container 092726adc6b9 [2021-02-02T06:29:48.644Z] ---> 84734b9093bb [2021-02-02T06:29:48.644Z] Step 29/31 : LABEL arch=arm64 [2021-02-02T06:29:49.254Z] ---> Running in 228efb319484 [2021-02-02T06:29:49.533Z] Removing intermediate container 228efb319484 [2021-02-02T06:29:49.533Z] ---> c047f5b9357a [2021-02-02T06:29:49.533Z] Step 30/31 : LABEL git_sha=7cbd8b2f95d0db505ea87ee4a34606139244d0cb [2021-02-02T06:29:49.813Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-02T06:29:50.088Z] ---> Running in 9092360a700e [2021-02-02T06:29:50.363Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-02T06:29:50.363Z] Removing intermediate container 9092360a700e [2021-02-02T06:29:50.363Z] ---> 06098a3bd17d [2021-02-02T06:29:50.363Z] Step 31/31 : LABEL version=0.0.0 [2021-02-02T06:29:50.971Z] ---> Running in 905073d04d00 [2021-02-02T06:29:51.245Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-02-02T06:29:51.245Z] Removing intermediate container 905073d04d00 [2021-02-02T06:29:51.245Z] ---> 6e17c44f741c [2021-02-02T06:29:51.245Z] [2021-02-02T06:29:51.245Z] (2/6) Installing libgcc (9.3.0-r2) [2021-02-02T06:29:51.245Z] (3/6) Installing libsodium (1.0.18-r0) [2021-02-02T06:29:51.528Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-02-02T06:29:51.800Z] Successfully built 6e17c44f741c [2021-02-02T06:29:51.800Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-02-02T06:29:51.800Z]  Building docker-security-bootstrapper-go ... done (5/6) Installing libzmq (4.3.3-r0) [2021-02-02T06:29:52.072Z] (6/6) Installing zeromq (4.3.3-r0) [2021-02-02T06:29:52.072Z] Executing busybox-1.31.1-r19.trigger [2021-02-02T06:29:52.072Z] OK: 8 MiB in 20 packages [2021-02-02T06:29:53.510Z] Removing intermediate container 21e0830cf1b8 [2021-02-02T06:29:53.510Z] ---> 4ebd778beb5f [2021-02-02T06:29:53.510Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-02T06:29:53.783Z] ---> 64dcca5c07e4 [2021-02-02T06:29:53.783Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-02-02T06:29:55.215Z] ---> cc756dceb11e [2021-02-02T06:29:55.215Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-02-02T06:29:55.842Z] ---> 8d63c0cee405 [2021-02-02T06:29:55.842Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-02-02T06:29:56.136Z] ---> Running in 1df782b1bb89 [2021-02-02T06:29:56.419Z] Removing intermediate container 1df782b1bb89 [2021-02-02T06:29:56.419Z] ---> 2d1ffaaba3af [2021-02-02T06:29:56.419Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-02T06:29:56.419Z] ---> Running in 0a6dd0339595 [2021-02-02T06:29:57.039Z] Removing intermediate container 0a6dd0339595 [2021-02-02T06:29:57.039Z] ---> 71101f7561ac [2021-02-02T06:29:57.039Z] Step 21/23 : LABEL arch=arm64 [2021-02-02T06:29:57.039Z] ---> Running in 7effcbbe7401 [2021-02-02T06:29:57.660Z] Removing intermediate container 7effcbbe7401 [2021-02-02T06:29:57.660Z] ---> 742742d4748d [2021-02-02T06:29:57.660Z] Step 22/23 : LABEL git_sha=7cbd8b2f95d0db505ea87ee4a34606139244d0cb [2021-02-02T06:29:57.660Z] ---> Running in 795e290f0124 [2021-02-02T06:29:58.264Z] Removing intermediate container 795e290f0124 [2021-02-02T06:29:58.264Z] ---> 27553a66253c [2021-02-02T06:29:58.264Z] Step 23/23 : LABEL version=0.0.0 [2021-02-02T06:29:58.264Z] ---> Running in 611069cabefe [2021-02-02T06:29:58.888Z] Removing intermediate container 611069cabefe [2021-02-02T06:29:58.888Z] ---> 675226c328dc [2021-02-02T06:29:58.888Z] [2021-02-02T06:29:59.167Z] Successfully built 675226c328dc [2021-02-02T06:29:59.167Z] Successfully tagged docker-core-data-go-arm64:latest [2021-02-02T06:29:59.462Z]  Building docker-core-data-go ... done  [Pipeline] } [2021-02-02T06:29:59.452Z] $ docker stop --time=1 52510d71b0a893d52f37002c08eb64c071c1a4ca611ef5067298b652d3787f6f [2021-02-02T06:30:01.446Z] $ docker rm -f 52510d71b0a893d52f37002c08eb64c071c1a4ca611ef5067298b652d3787f6f [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-02T06:30:02.335Z] + docker images [2021-02-02T06:30:02.335Z] + grep docker [2021-02-02T06:30:02.611Z] docker-core-data-go-arm64 latest 675226c328dc 4 seconds ago 21MB [2021-02-02T06:30:02.611Z] docker-security-bootstrapper-go-arm64 latest 6e17c44f741c 12 seconds ago 22.6MB [2021-02-02T06:30:02.611Z] docker-security-secretstore-setup-go-arm64 latest c0eed3aef4f3 25 seconds ago 23.4MB [2021-02-02T06:30:02.611Z] docker-core-command-go-arm64 latest 50548cefde02 30 seconds ago 16MB [2021-02-02T06:30:02.611Z] docker-sys-mgmt-agent-go-arm64 latest 5ad10de662e6 About a minute ago 300MB [2021-02-02T06:30:02.611Z] docker-core-metadata-go-arm64 latest 82f3767abf25 3 minutes ago 17.8MB [2021-02-02T06:30:02.611Z] docker-support-scheduler-go-arm64 latest f344760c9281 3 minutes ago 16.1MB [2021-02-02T06:30:02.611Z] docker-security-proxy-setup-go-arm64 latest f6c21195c23f 3 minutes ago 23.2MB [2021-02-02T06:30:02.611Z] docker-support-notifications-go-arm64 latest f34f6afca39b 3 minutes ago 16MB [2021-02-02T06:30:02.611Z] docker 20.10.0 eeaf43b92773 7 weeks ago 228MB [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) [Pipeline] unstash [Pipeline] wrap [2021-02-02T06:30:06.211Z] provisioning config files... [2021-02-02T06:30:06.223Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/1@tmp/config7499631523238793891tmp [Pipeline] { [Pipeline] sh [2021-02-02T06:30:06.665Z] + set +x [2021-02-02T06:30:06.665Z] + curl -s https://codecov.io/bash [2021-02-02T06:30:06.665Z] + bash -s -- [2021-02-02T06:30:06.932Z] [2021-02-02T06:30:06.932Z] _____ _ [2021-02-02T06:30:06.932Z] / ____| | | [2021-02-02T06:30:06.932Z] | | ___ __| | ___ ___ _____ __ [2021-02-02T06:30:06.932Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-02-02T06:30:06.932Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-02-02T06:30:06.932Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-02-02T06:30:06.932Z] Bash-20210129-7c25fce [2021-02-02T06:30:06.932Z] [2021-02-02T06:30:06.932Z] [2021-02-02T06:30:06.932Z] ==> git version 2.24.3 found [2021-02-02T06:30:07.195Z] ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 [2021-02-02T06:30:07.195Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-02-02T06:30:07.195Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-02-02T06:30:07.195Z] curl: option -sm: expected a proper numerical parameter [2021-02-02T06:30:07.195Z] curl: try 'curl --help' or 'curl --manual' for more information [2021-02-02T06:30:07.195Z] ==> Jenkins CI detected. [2021-02-02T06:30:07.195Z] project root: . [2021-02-02T06:30:07.195Z] --> token set from env [2021-02-02T06:30:07.195Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-02-02T06:30:07.195Z] ==> Running gcov in . (disable via -X gcov) [2021-02-02T06:30:07.195Z] ==> Python coveragepy not found [2021-02-02T06:30:07.195Z] ==> Searching for coverage reports in: [2021-02-02T06:30:07.195Z] + . [2021-02-02T06:30:07.195Z] -> Found 1 reports [2021-02-02T06:30:07.195Z] ==> Detecting git/mercurial file structure [2021-02-02T06:30:07.458Z] ==> Reading reports [2021-02-02T06:30:07.458Z] + ./coverage.out bytes=574984 [2021-02-02T06:30:07.458Z] ==> Appending adjustments [2021-02-02T06:30:07.458Z] https://docs.codecov.io/docs/fixing-reports [2021-02-02T06:30:10.779Z] + Found adjustments [2021-02-02T06:30:10.779Z] ==> Gzipping contents [2021-02-02T06:30:10.779Z] 88K /tmp/codecov.sJokA8.gz [2021-02-02T06:30:10.779Z] ==> Uploading reports [2021-02-02T06:30:10.779Z] url: https://codecov.io [2021-02-02T06:30:10.779Z] query: branch=PR-3113&commit=7cbd8b2f95d0db505ea87ee4a34606139244d0cb&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3113%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3113&job=&cmd_args= [2021-02-02T06:30:10.779Z] -> Pinging Codecov [2021-02-02T06:30:10.779Z] https://codecov.io/upload/v4?package=bash-20210129-7c25fce&token=secret&branch=PR-3113&commit=7cbd8b2f95d0db505ea87ee4a34606139244d0cb&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3113%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3113&job=&cmd_args= [2021-02-02T06:30:15.160Z] -> Uploading to [2021-02-02T06:30:15.160Z] https://storage.googleapis.com/codecov/v4/raw/2021-02-02/00271124DB129430A58F1EEE437C3FCB/7cbd8b2f95d0db505ea87ee4a34606139244d0cb/d6c5657b-f707-449d-8635-4599834a43f1.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210202%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210202T063014Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=8233516fd41cdba4c15535aa36581d318a497e0ccdd3edba7958440acedc1993 [2021-02-02T06:30:15.160Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-02T06:30:15.160Z] Dload Upload Total Spent Left Speed [2021-02-02T06:30:15.422Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 87022 0 0 100 87022 0 174k --:--:-- --:--:-- --:--:-- 174k [2021-02-02T06:30:15.422Z] -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/7cbd8b2f95d0db505ea87ee4a34606139244d0cb [Pipeline] } [2021-02-02T06:30:15.449Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2021-02-02T06:30:18.130Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-02T06:30:19.055Z] ---> package-listing.sh [2021-02-02T06:30:19.055Z] ++ facter osfamily [2021-02-02T06:30:19.055Z] ++ tr '[:upper:]' '[:lower:]' [2021-02-02T06:30:19.055Z] + OS_FAMILY=redhat [2021-02-02T06:30:19.055Z] + workspace=/w/workspace/edgex-go/1 [2021-02-02T06:30:19.055Z] + START_PACKAGES=/tmp/packages_start.txt [2021-02-02T06:30:19.055Z] + END_PACKAGES=/tmp/packages_end.txt [2021-02-02T06:30:19.055Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-02-02T06:30:19.055Z] + PACKAGES=/tmp/packages_start.txt [2021-02-02T06:30:19.055Z] + '[' /w/workspace/edgex-go/1 ']' [2021-02-02T06:30:19.055Z] + PACKAGES=/tmp/packages_end.txt [2021-02-02T06:30:19.055Z] + case "${OS_FAMILY}" in [2021-02-02T06:30:19.055Z] + rpm -qa [2021-02-02T06:30:19.055Z] + sort [2021-02-02T06:30:24.374Z] + '[' -f /tmp/packages_start.txt ']' [2021-02-02T06:30:24.374Z] + '[' -f /tmp/packages_end.txt ']' [2021-02-02T06:30:24.374Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-02-02T06:30:24.374Z] + '[' /w/workspace/edgex-go/1 ']' [2021-02-02T06:30:24.374Z] + mkdir -p /w/workspace/edgex-go/1/archives/ [2021-02-02T06:30:24.374Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/1/archives/ [Pipeline] echo [2021-02-02T06:30:24.412Z] 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/1/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-02-02T06:30:24.745Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-02-02T06:30:25.102Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-02T06:30:25.102Z] [2021-02-02T06:30:25.102Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-02-02T06:30:25.513Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-02T06:30:25.513Z] alpine: Pulling from edgex-lftools-log-publisher [2021-02-02T06:30:25.513Z] df20fa9351a1: Pulling fs layer [2021-02-02T06:30:25.513Z] 36b3adc4ff6f: Pulling fs layer [2021-02-02T06:30:25.513Z] 8ad3a11d3b57: Pulling fs layer [2021-02-02T06:30:25.513Z] 46f8f816bc3b: Pulling fs layer [2021-02-02T06:30:25.513Z] 93b61091891f: Pulling fs layer [2021-02-02T06:30:25.513Z] 93b9cdb0e59b: Pulling fs layer [2021-02-02T06:30:25.513Z] 5e14af77c1be: Pulling fs layer [2021-02-02T06:30:25.513Z] 01666e4c0597: Pulling fs layer [2021-02-02T06:30:25.513Z] aa168da1d23b: Pulling fs layer [2021-02-02T06:30:25.513Z] 01666e4c0597: Waiting [2021-02-02T06:30:25.513Z] 93b9cdb0e59b: Waiting [2021-02-02T06:30:25.513Z] 5e14af77c1be: Waiting [2021-02-02T06:30:25.513Z] 93b61091891f: Waiting [2021-02-02T06:30:25.513Z] 46f8f816bc3b: Waiting [2021-02-02T06:30:25.513Z] 36b3adc4ff6f: Verifying Checksum [2021-02-02T06:30:25.513Z] 36b3adc4ff6f: Download complete [2021-02-02T06:30:25.513Z] 46f8f816bc3b: Verifying Checksum [2021-02-02T06:30:25.513Z] 46f8f816bc3b: Download complete [2021-02-02T06:30:25.513Z] df20fa9351a1: Verifying Checksum [2021-02-02T06:30:25.513Z] df20fa9351a1: Download complete [2021-02-02T06:30:25.783Z] 93b9cdb0e59b: Verifying Checksum [2021-02-02T06:30:25.783Z] 93b9cdb0e59b: Download complete [2021-02-02T06:30:25.783Z] 5e14af77c1be: Verifying Checksum [2021-02-02T06:30:25.783Z] 5e14af77c1be: Download complete [2021-02-02T06:30:25.783Z] 93b61091891f: Verifying Checksum [2021-02-02T06:30:25.783Z] 93b61091891f: Download complete [2021-02-02T06:30:25.783Z] 01666e4c0597: Verifying Checksum [2021-02-02T06:30:25.783Z] 01666e4c0597: Download complete [2021-02-02T06:30:26.048Z] df20fa9351a1: Pull complete [2021-02-02T06:30:26.048Z] 8ad3a11d3b57: Verifying Checksum [2021-02-02T06:30:26.048Z] 8ad3a11d3b57: Download complete [2021-02-02T06:30:26.323Z] 36b3adc4ff6f: Pull complete [2021-02-02T06:30:27.288Z] 8ad3a11d3b57: Pull complete [2021-02-02T06:30:27.288Z] 46f8f816bc3b: Pull complete [2021-02-02T06:30:28.240Z] aa168da1d23b: Verifying Checksum [2021-02-02T06:30:28.240Z] aa168da1d23b: Download complete [2021-02-02T06:30:29.191Z] 93b61091891f: Pull complete [2021-02-02T06:30:29.191Z] 93b9cdb0e59b: Pull complete [2021-02-02T06:30:29.456Z] 5e14af77c1be: Pull complete [2021-02-02T06:30:29.456Z] 01666e4c0597: Pull complete [2021-02-02T06:30:37.636Z] aa168da1d23b: Pull complete [2021-02-02T06:30:37.636Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-02-02T06:30:37.636Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-02T06:30:37.636Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-02-02T06:30:37.863Z] prd-centos7-docker-4c-2g-24529 does not seem to be running inside a container [2021-02-02T06:30:37.921Z] $ 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/1/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/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-02-02T06:30:46.271Z] $ docker top 2df3801cf3f56b57854f144db48977e91f3d90eb60204526def04fd13093df52 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-02T06:30:46.958Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-02-02T06:30:47.283Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-02-02T06:30:47.616Z] + ls /var/log/sa-host [2021-02-02T06:30:47.616Z] + sadf -c /var/log/sa-host/sa02 [2021-02-02T06:30:47.616Z] file_magic: OK [2021-02-02T06:30:47.616Z] HZ: Using current value: 100 [2021-02-02T06:30:47.616Z] file_header: OK [2021-02-02T06:30:47.616Z] 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 [2021-02-02T06:30:47.616Z] Statistics: [2021-02-02T06:30:47.616Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-02-02T06:30:47.616Z] File successfully converted to sysstat format version 12.2.1 [2021-02-02T06:30:47.616Z] + sadf -c /var/log/sa-host/sa23 [2021-02-02T06:30:47.616Z] file_magic: OK [2021-02-02T06:30:47.616Z] HZ: Using current value: 100 [2021-02-02T06:30:47.616Z] file_header: OK [2021-02-02T06:30:47.616Z] 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 [2021-02-02T06:30:47.616Z] Statistics: [2021-02-02T06:30:47.616Z] Hnuu...uuuununununu... [2021-02-02T06:30:47.616Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-02-02T06:30:47.952Z] provisioning config files... [2021-02-02T06:30:47.970Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/1@tmp/config390714701552483879tmp [Pipeline] { [Pipeline] echo [2021-02-02T06:30:48.101Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-02T06:30:48.437Z] ---> create-netrc.sh [Pipeline] } [2021-02-02T06:30:48.460Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-02-02T06:30:48.617Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-02T06:30:48.958Z] ---> python-tools-install.sh [Pipeline] echo [2021-02-02T06:30:48.988Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-02T06:30:49.332Z] ---> sudo-logs.sh [2021-02-02T06:30:49.332Z] Archiving 'sudo' log.. [Pipeline] echo [2021-02-02T06:30:49.360Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-02T06:30:49.692Z] ---> job-cost.sh [2021-02-02T06:30:49.692Z] lf-activate-venv: SKIPPING [2021-02-02T06:30:49.692Z] INFO: No Stack... [2021-02-02T06:30:50.643Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-02-02T06:30:51.219Z] INFO: Archiving Costs [Pipeline] echo [2021-02-02T06:30:51.275Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-02T06:30:51.617Z] ---> logs-deploy.sh [2021-02-02T06:30:51.617Z] lf-activate-venv: SKIPPING [2021-02-02T06:30:51.617Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3113/1 [2021-02-02T06:30:51.617Z] INFO: archiving workspace using pattern(s): [2021-02-02T06:30:53.009Z] Archives upload complete. [2021-02-02T06:30:53.271Z] INFO: archiving logs to Nexus