Pull request #3073 opened Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 1299e1d2a80a1d3a3d60061c8c64f6cbe09d952f+f7cba1f5bd7f0f50faed19509b697065ec7e4bcf (19b2f3d62276a5f4afc56d29877ce901073a1c32) 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-3073/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 b86a95d4aff1c43a521ca3be618780efd0ee2800 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-3073/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 b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > 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-22598 in /w/workspace/edgexfoundry_edgex-go_PR-3073 [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 > 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/3073/head:refs/remotes/origin/PR-3073 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit f7cba1f5bd7f0f50faed19509b697065ec7e4bcf into PR head commit 1299e1d2a80a1d3a3d60061c8c64f6cbe09d952f Merge succeeded, producing 1299e1d2a80a1d3a3d60061c8c64f6cbe09d952f Checking out Revision 1299e1d2a80a1d3a3d60061c8c64f6cbe09d952f (PR-3073) > git config core.sparsecheckout # timeout=10 > git checkout -f 1299e1d2a80a1d3a3d60061c8c64f6cbe09d952f # 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 f7cba1f5bd7f0f50faed19509b697065ec7e4bcf # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 1299e1d2a80a1d3a3d60061c8c64f6cbe09d952f # timeout=10 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-core-contracts/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-01-25T07:15:52.418Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-01-25T07:15:52.793Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-01-25T07:15:53.044Z] ========================================================= [2021-01-25T07:15:53.044Z] EdgeX Global Pipelines Version Info [2021-01-25T07:15:53.044Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-01-25T07:15:54.542Z] ------------------- [2021-01-25T07:15:54.542Z] stable info: [2021-01-25T07:15:54.542Z] ------------------- [2021-01-25T07:15:54.542Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-25T07:15:54.542Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-01-25T07:15:54.542Z] Message: update stable to v1.0.179 [2021-01-25T07:15:55.503Z] ------------------- [2021-01-25T07:15:55.503Z] experimental info: [2021-01-25T07:15:55.503Z] ------------------- [2021-01-25T07:15:55.503Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-25T07:15:55.503Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-01-25T07:15:55.503Z] Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-01-25T07:15:55.881Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-01-25T07:15:56.008Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-01-25T07:15:56.135Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-01-25T07:15:56.272Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-01-25T07:15:56.394Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-01-25T07:15:56.519Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-01-25T07:15:56.635Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-01-25T07:15:56.749Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-01-25T07:15:56.883Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-01-25T07:15:57.000Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-01-25T07:15:57.119Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-01-25T07:15:57.248Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-01-25T07:15:57.371Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-01-25T07:15:57.492Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-01-25T07:15:57.606Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-01-25T07:15:57.726Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-01-25T07:15:57.838Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-01-25T07:15:58.003Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-01-25T07:15:58.124Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-01-25T07:15:58.243Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-01-25T07:15:58.369Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-01-25T07:15:58.491Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-01-25T07:15:58.608Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-01-25T07:15:58.742Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3073 [Pipeline] echo [2021-01-25T07:15:58.880Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3073 [Pipeline] echo [2021-01-25T07:15:59.037Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3073 [Pipeline] echo [2021-01-25T07:15:59.153Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 1299e1d2a80a1d3a3d60061c8c64f6cbe09d952f [Pipeline] echo [2021-01-25T07:15:59.280Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 1299e1d [Pipeline] echo [2021-01-25T07:15:59.394Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-25T07:15:59.672Z] provisioning config files... [2021-01-25T07:15:59.705Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config280045027948528327tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-25T07:16:00.138Z] ---> docker-login.sh [2021-01-25T07:16:00.138Z] nexus3.edgexfoundry.org:10001 [2021-01-25T07:16:00.401Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-25T07:16:00.662Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-25T07:16:00.662Z] Configure a credential helper to remove this warning. See [2021-01-25T07:16:00.662Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-25T07:16:00.662Z] [2021-01-25T07:16:00.662Z] Login Succeeded [2021-01-25T07:16:00.662Z] nexus3.edgexfoundry.org:10002 [2021-01-25T07:16:00.662Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-25T07:16:00.662Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-25T07:16:00.663Z] Configure a credential helper to remove this warning. See [2021-01-25T07:16:00.663Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-25T07:16:00.663Z] [2021-01-25T07:16:00.663Z] Login Succeeded [2021-01-25T07:16:00.663Z] nexus3.edgexfoundry.org:10003 [2021-01-25T07:16:00.927Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-25T07:16:00.927Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-25T07:16:00.927Z] Configure a credential helper to remove this warning. See [2021-01-25T07:16:00.927Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-25T07:16:00.927Z] [2021-01-25T07:16:00.927Z] Login Succeeded [2021-01-25T07:16:00.927Z] nexus3.edgexfoundry.org:10004 [2021-01-25T07:16:00.927Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-25T07:16:01.192Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-25T07:16:01.192Z] Configure a credential helper to remove this warning. See [2021-01-25T07:16:01.192Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-25T07:16:01.192Z] [2021-01-25T07:16:01.192Z] Login Succeeded [2021-01-25T07:16:01.192Z] docker.io [2021-01-25T07:16:01.192Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-25T07:16:01.767Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-25T07:16:01.767Z] Configure a credential helper to remove this warning. See [2021-01-25T07:16:01.767Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-25T07:16:01.767Z] [2021-01-25T07:16:01.767Z] Login Succeeded [2021-01-25T07:16:01.767Z] ---> docker-login.sh ends [Pipeline] } [2021-01-25T07:16:01.791Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-25T07:16:02.454Z] ++ 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-01-25T07:16:02.455Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-25T07:16:02.455Z] ++ dirname cmd/core-command/Dockerfile [2021-01-25T07:16:02.455Z] ++ cut -d/ -f2 [2021-01-25T07:16:02.455Z] + echo core-command,cmd/core-command/Dockerfile [2021-01-25T07:16:02.455Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-25T07:16:02.455Z] ++ dirname cmd/core-data/Dockerfile [2021-01-25T07:16:02.455Z] ++ cut -d/ -f2 [2021-01-25T07:16:02.455Z] + echo core-data,cmd/core-data/Dockerfile [2021-01-25T07:16:02.455Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-25T07:16:02.455Z] ++ dirname cmd/core-metadata/Dockerfile [2021-01-25T07:16:02.455Z] ++ cut -d/ -f2 [2021-01-25T07:16:02.455Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-01-25T07:16:02.455Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-25T07:16:02.455Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-01-25T07:16:02.455Z] ++ cut -d/ -f2 [2021-01-25T07:16:02.455Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-01-25T07:16:02.455Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-25T07:16:02.455Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-01-25T07:16:02.455Z] ++ cut -d/ -f2 [2021-01-25T07:16:02.455Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-01-25T07:16:02.455Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-25T07:16:02.455Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-01-25T07:16:02.455Z] ++ cut -d/ -f2 [2021-01-25T07:16:02.455Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-01-25T07:16:02.455Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-25T07:16:02.455Z] ++ dirname cmd/support-notifications/Dockerfile [2021-01-25T07:16:02.455Z] ++ cut -d/ -f2 [2021-01-25T07:16:02.455Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-01-25T07:16:02.455Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-25T07:16:02.455Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-01-25T07:16:02.455Z] ++ cut -d/ -f2 [2021-01-25T07:16:02.455Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-01-25T07:16:02.455Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-25T07:16:02.455Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-01-25T07:16:02.455Z] ++ cut -d/ -f2 [2021-01-25T07:16:02.455Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-01-25T07:16:02.549Z] 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-01-25T07:16:03.518Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-25T07:16:03.518Z] [2021-01-25T07:16:03.518Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-01-25T07:16:03.917Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-25T07:16:03.917Z] latest: Pulling from edgex-devops/git-semver [2021-01-25T07:16:03.917Z] 31603596830f: Pulling fs layer [2021-01-25T07:16:03.917Z] 2a8b12db71e7: Pulling fs layer [2021-01-25T07:16:03.917Z] 6ca5941a6612: Pulling fs layer [2021-01-25T07:16:03.917Z] ecc8261a40a4: Pulling fs layer [2021-01-25T07:16:03.917Z] ecc8261a40a4: Waiting [2021-01-25T07:16:03.917Z] 2a8b12db71e7: Verifying Checksum [2021-01-25T07:16:03.917Z] 2a8b12db71e7: Download complete [2021-01-25T07:16:03.917Z] 31603596830f: Download complete [2021-01-25T07:16:04.181Z] ecc8261a40a4: Verifying Checksum [2021-01-25T07:16:04.181Z] ecc8261a40a4: Download complete [2021-01-25T07:16:04.181Z] 6ca5941a6612: Verifying Checksum [2021-01-25T07:16:04.181Z] 6ca5941a6612: Download complete [2021-01-25T07:16:04.452Z] 31603596830f: Pull complete [2021-01-25T07:16:04.452Z] 2a8b12db71e7: Pull complete [2021-01-25T07:16:05.404Z] 6ca5941a6612: Pull complete [2021-01-25T07:16:05.404Z] ecc8261a40a4: Pull complete [2021-01-25T07:16:05.404Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-01-25T07:16:05.404Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-25T07:16:05.404Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-01-25T07:16:05.537Z] prd-centos7-docker-4c-2g-22598 does not seem to be running inside a container [2021-01-25T07:16:05.587Z] $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-01-25T07:16:08.138Z] $ docker top 67187ca6fd3968f55583b07e08bd5beb61f7eeac01f20f52a46bd267159a22c3 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-25T07:16:08.512Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-25T07:16:08.512Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-25T07:16:08.741Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-25T07:16:08.746Z] $ docker exec 67187ca6fd3968f55583b07e08bd5beb61f7eeac01f20f52a46bd267159a22c3 ssh-agent [2021-01-25T07:16:08.934Z] SSH_AUTH_SOCK=/tmp/ssh-l1yz0Vl77an7/agent.12 [2021-01-25T07:16:08.934Z] SSH_AGENT_PID=17 [2021-01-25T07:16:08.945Z] Running ssh-add (command line suppressed) [2021-01-25T07:16:09.067Z] Identity added: /w/workspace/edgex-go/1@tmp/private_key_6848909504847371836.key (/w/workspace/edgex-go/1@tmp/private_key_6848909504847371836.key) [2021-01-25T07:16:09.116Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-25T07:16:09.489Z] + git tag --points-at HEAD [Pipeline] } [2021-01-25T07:16:09.518Z] $ docker exec --env ******** --env ******** 67187ca6fd3968f55583b07e08bd5beb61f7eeac01f20f52a46bd267159a22c3 ssh-agent -k [2021-01-25T07:16:09.627Z] unset SSH_AUTH_SOCK; [2021-01-25T07:16:09.627Z] unset SSH_AGENT_PID; [2021-01-25T07:16:09.627Z] echo Agent pid 17 killed; [2021-01-25T07:16:09.678Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-01-25T07:16:09.911Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-25T07:16:09.911Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-25T07:16:10.080Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-25T07:16:10.085Z] $ docker exec 67187ca6fd3968f55583b07e08bd5beb61f7eeac01f20f52a46bd267159a22c3 ssh-agent [2021-01-25T07:16:10.257Z] SSH_AUTH_SOCK=/tmp/ssh-xe64ezaY07KA/agent.45 [2021-01-25T07:16:10.257Z] SSH_AGENT_PID=50 [2021-01-25T07:16:10.265Z] Running ssh-add (command line suppressed) [2021-01-25T07:16:10.387Z] Identity added: /w/workspace/edgex-go/1@tmp/private_key_6176761134519404488.key (/w/workspace/edgex-go/1@tmp/private_key_6176761134519404488.key) [2021-01-25T07:16:10.444Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-25T07:16:10.870Z] + git semver init [2021-01-25T07:16:10.870Z] # -> Open(): unable to determine branch for HEAD [2021-01-25T07:16:10.870Z] # $GIT_DIR = /w/workspace/edgex-go/1/.git [2021-01-25T07:16:10.870Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/1 [2021-01-25T07:16:10.870Z] # $SEMVER_REMOTE_NAME = origin [2021-01-25T07:16:10.870Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-25T07:16:10.870Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-25T07:16:10.870Z] # $SEMVER_BRANCH = PR-3073 [2021-01-25T07:16:10.870Z] # $SEMVER_TEMP = /tmp/semver-349800677 [2021-01-25T07:16:10.870Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-01-25T07:16:29.026Z] # '/tmp/semver-349800677' -> '/w/workspace/edgex-go/1/.semver' [2021-01-25T07:16:29.978Z] # -> Force: false [2021-01-25T07:16:29.978Z] # $SEMVER_DIR = /w/workspace/edgex-go/1/.semver [Pipeline] } [2021-01-25T07:16:30.004Z] $ docker exec --env ******** --env ******** 67187ca6fd3968f55583b07e08bd5beb61f7eeac01f20f52a46bd267159a22c3 ssh-agent -k [2021-01-25T07:16:30.242Z] unset SSH_AUTH_SOCK; [2021-01-25T07:16:30.243Z] unset SSH_AGENT_PID; [2021-01-25T07:16:30.243Z] echo Agent pid 50 killed; [2021-01-25T07:16:30.325Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-25T07:16:30.967Z] + git semver [Pipeline] } [2021-01-25T07:16:31.002Z] $ docker stop --time=1 67187ca6fd3968f55583b07e08bd5beb61f7eeac01f20f52a46bd267159a22c3 [2021-01-25T07:16:32.635Z] $ docker rm -f 67187ca6fd3968f55583b07e08bd5beb61f7eeac01f20f52a46bd267159a22c3 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-25T07:16:33.207Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-01-25T07:16:33.817Z] Stashed 1 file(s) [Pipeline] echo [2021-01-25T07:16:33.837Z] [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-01-25T07:16:35.119Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-01-25T07:16:35.437Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-25T07:16:35.760Z] + sudo service docker restart [2021-01-25T07:16:35.760Z] + true [2021-01-25T07:16:35.760Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-01-25T07:16:36.371Z] ========================================================= [2021-01-25T07:16:36.371Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-01-25T07:16:36.371Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-25T07:16:36.753Z] + 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-01-25T07:16:40.072Z] Sending build context to Docker daemon 327.1MB [2021-01-25T07:16:40.073Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-25T07:16:40.073Z] Step 2/6 : FROM ${BASE} [2021-01-25T07:16:40.336Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-01-25T07:16:40.336Z] 188c0c94c7c5: Pulling fs layer [2021-01-25T07:16:40.336Z] 0ef7d3d256c8: Pulling fs layer [2021-01-25T07:16:40.336Z] de9db76c5a1d: Pulling fs layer [2021-01-25T07:16:40.336Z] bca2f99d35d6: Pulling fs layer [2021-01-25T07:16:40.336Z] 93359f2a8cfa: Pulling fs layer [2021-01-25T07:16:40.336Z] 7c6f9722023f: Pulling fs layer [2021-01-25T07:16:40.336Z] a35cf1a2eb13: Pulling fs layer [2021-01-25T07:16:40.336Z] bca2f99d35d6: Waiting [2021-01-25T07:16:40.336Z] 93359f2a8cfa: Waiting [2021-01-25T07:16:40.336Z] 7c6f9722023f: Waiting [2021-01-25T07:16:40.336Z] a35cf1a2eb13: Waiting [2021-01-25T07:16:40.336Z] de9db76c5a1d: Verifying Checksum [2021-01-25T07:16:40.336Z] de9db76c5a1d: Download complete [2021-01-25T07:16:40.336Z] 0ef7d3d256c8: Verifying Checksum [2021-01-25T07:16:40.336Z] 0ef7d3d256c8: Download complete [2021-01-25T07:16:40.914Z] 93359f2a8cfa: Verifying Checksum [2021-01-25T07:16:40.914Z] 93359f2a8cfa: Download complete [2021-01-25T07:16:40.914Z] 7c6f9722023f: Verifying Checksum [2021-01-25T07:16:40.914Z] 7c6f9722023f: Download complete [2021-01-25T07:16:40.914Z] 188c0c94c7c5: Verifying Checksum [2021-01-25T07:16:40.914Z] 188c0c94c7c5: Download complete [2021-01-25T07:16:41.177Z] 188c0c94c7c5: Pull complete [2021-01-25T07:16:41.757Z] 0ef7d3d256c8: Pull complete [2021-01-25T07:16:42.352Z] de9db76c5a1d: Pull complete [2021-01-25T07:16:42.352Z] a35cf1a2eb13: Verifying Checksum [2021-01-25T07:16:42.352Z] a35cf1a2eb13: Download complete [2021-01-25T07:16:42.929Z] bca2f99d35d6: Verifying Checksum [2021-01-25T07:16:42.929Z] bca2f99d35d6: Download complete [2021-01-25T07:16:48.265Z] bca2f99d35d6: Pull complete [2021-01-25T07:16:48.265Z] 93359f2a8cfa: Pull complete [2021-01-25T07:16:48.265Z] 7c6f9722023f: Pull complete [2021-01-25T07:16:49.422Z] Still waiting to schedule task [2021-01-25T07:16:49.422Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2021-01-25T07:16:52.511Z] a35cf1a2eb13: Pull complete [2021-01-25T07:16:52.511Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-01-25T07:16:52.511Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-01-25T07:16:52.511Z] ---> a62c8e92a672 [2021-01-25T07:16:52.511Z] 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-01-25T07:16:52.511Z] ---> Running in 74a16e91a2b4 [2021-01-25T07:16:53.101Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-25T07:16:53.677Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-25T07:16:54.252Z] (1/12) Installing libmagic (5.38-r0) [2021-01-25T07:16:54.515Z] (2/12) Installing file (5.38-r0) [2021-01-25T07:16:54.515Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-25T07:16:54.779Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-25T07:16:58.093Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-25T07:16:58.093Z] (6/12) Installing patch (2.7.6-r6) [2021-01-25T07:16:58.093Z] (7/12) Installing build-base (0.5-r2) [2021-01-25T07:16:58.093Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-25T07:16:58.093Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-25T07:16:58.093Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-25T07:16:58.093Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-25T07:16:58.355Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-25T07:16:58.355Z] Executing busybox-1.31.1-r19.trigger [2021-01-25T07:16:58.355Z] OK: 233 MiB in 51 packages [2021-01-25T07:17:02.571Z] Removing intermediate container 74a16e91a2b4 [2021-01-25T07:17:02.571Z] ---> 9d9802cd2fdb [2021-01-25T07:17:02.571Z] Step 4/6 : WORKDIR /edgex-go [2021-01-25T07:17:02.571Z] ---> Running in 4110bf6250b1 [2021-01-25T07:17:02.571Z] Removing intermediate container 4110bf6250b1 [2021-01-25T07:17:02.571Z] ---> 1b2859fe36d7 [2021-01-25T07:17:02.571Z] Step 5/6 : COPY go.mod . [2021-01-25T07:17:02.571Z] ---> 86946eb09dd2 [2021-01-25T07:17:02.571Z] Step 6/6 : RUN go mod download [2021-01-25T07:17:02.571Z] ---> Running in 98a1a52236db [2021-01-25T07:17:24.590Z] Removing intermediate container 98a1a52236db [2021-01-25T07:17:24.590Z] ---> a80763edf2c9 [2021-01-25T07:17:24.590Z] Successfully built a80763edf2c9 [2021-01-25T07:17:24.590Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-25T07:17:24.947Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-25T07:17:24.947Z] . [Pipeline] withDockerContainer [2021-01-25T07:17:25.066Z] prd-centos7-docker-4c-2g-22598 does not seem to be running inside a container [2021-01-25T07:17:25.115Z] $ 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 ******** ci-base-image-x86_64 cat [2021-01-25T07:17:25.912Z] $ docker top 21bcd21a4bf42d435f2e5767ad8cc66086d8853f2008df015fdafe8ee25ded15 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-25T07:17:26.438Z] + go version [2021-01-25T07:17:26.438Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-01-25T07:17:26.467Z] $ docker stop --time=1 21bcd21a4bf42d435f2e5767ad8cc66086d8853f2008df015fdafe8ee25ded15 [2021-01-25T07:17:27.791Z] $ docker rm -f 21bcd21a4bf42d435f2e5767ad8cc66086d8853f2008df015fdafe8ee25ded15 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-25T07:17:28.777Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-25T07:17:28.777Z] . [Pipeline] withDockerContainer [2021-01-25T07:17:28.899Z] prd-centos7-docker-4c-2g-22598 does not seem to be running inside a container [2021-01-25T07:17:28.944Z] $ 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 ******** ci-base-image-x86_64 cat [2021-01-25T07:17:30.142Z] $ docker top b4a1fb5d377d2f9bace566c175e88761fb2688d0e1e5451522dcf5415be39c65 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-25T07:17:30.420Z] ========================================================= [2021-01-25T07:17:30.420Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-01-25T07:17:30.420Z] ========================================================= [Pipeline] sh [2021-01-25T07:17:30.724Z] + make test [2021-01-25T07:17:30.724Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-25T07:17:40.783Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-01-25T07:17:53.135Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-01-25T07:18:00.064Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-01-25T07:18:00.886Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-01-25T07:18:00.886Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-01-25T07:18:00.886Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-01-25T07:18:03.486Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-01-25T07:18:03.486Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-01-25T07:18:03.486Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-01-25T07:18:03.486Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-01-25T07:18:03.486Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-01-25T07:18:03.486Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-01-25T07:18:05.425Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-01-25T07:18:05.425Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-01-25T07:18:05.425Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-01-25T07:18:07.408Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.114s coverage: 46.6% of statements [2021-01-25T07:18:07.408Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-01-25T07:18:07.408Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-01-25T07:18:07.408Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-01-25T07:18:07.408Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-01-25T07:18:07.408Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-01-25T07:18:10.753Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.164s coverage: 27.1% of statements [2021-01-25T07:18:10.753Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-01-25T07:18:10.753Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-01-25T07:18:10.753Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-01-25T07:18:10.753Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-01-25T07:18:10.753Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-01-25T07:18:10.753Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-01-25T07:18:10.753Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.025s coverage: 100.0% of statements [2021-01-25T07:18:10.753Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-01-25T07:18:10.753Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.043s coverage: 100.0% of statements [2021-01-25T07:18:10.753Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-01-25T07:18:10.754Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-01-25T07:18:10.754Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.080s coverage: 65.8% of statements [2021-01-25T07:18:10.754Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-01-25T07:18:10.754Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-01-25T07:18:10.754Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.124s coverage: 82.3% of statements [2021-01-25T07:18:10.754Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-01-25T07:18:10.754Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-01-25T07:18:10.754Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-01-25T07:18:10.754Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-01-25T07:18:13.374Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.367s coverage: 28.6% of statements [2021-01-25T07:18:13.374Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-01-25T07:18:13.374Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-01-25T07:18:13.374Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-01-25T07:18:13.374Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-01-25T07:18:13.374Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-01-25T07:18:13.374Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.065s coverage: 100.0% of statements [2021-01-25T07:18:13.374Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-01-25T07:18:13.374Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.032s coverage: 100.0% of statements [2021-01-25T07:18:13.374Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-01-25T07:18:13.374Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.090s coverage: 86.7% of statements [2021-01-25T07:18:13.374Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-01-25T07:18:13.374Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.112s coverage: 97.5% of statements [2021-01-25T07:18:13.374Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-01-25T07:18:13.969Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.062s coverage: 78.3% of statements [2021-01-25T07:18:13.969Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-01-25T07:18:13.969Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-01-25T07:18:13.969Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-01-25T07:18:13.969Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-01-25T07:18:15.933Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.370s coverage: 92.8% of statements [2021-01-25T07:18:15.933Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-01-25T07:18:15.933Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-01-25T07:18:15.933Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-01-25T07:18:15.933Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-01-25T07:18:15.933Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-01-25T07:18:15.933Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-01-25T07:18:15.933Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-01-25T07:18:15.933Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-01-25T07:18:15.933Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-01-25T07:18:15.933Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-01-25T07:18:15.933Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-01-25T07:18:15.933Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-01-25T07:18:15.933Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-01-25T07:18:15.933Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-01-25T07:18:15.933Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-01-25T07:18:15.933Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-01-25T07:18:15.933Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-01-25T07:18:15.933Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-01-25T07:18:15.933Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.032s coverage: 58.8% of statements [2021-01-25T07:18:15.933Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-01-25T07:18:15.933Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-01-25T07:18:15.933Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.065s coverage: 0.1% of statements [2021-01-25T07:18:15.933Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-01-25T07:18:15.933Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-01-25T07:18:15.933Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-01-25T07:18:15.933Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.040s coverage: 43.8% of statements [2021-01-25T07:18:15.933Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.062s coverage: 79.5% of statements [2021-01-25T07:18:15.933Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.034s coverage: 94.1% of statements [2021-01-25T07:18:15.933Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.046s coverage: 96.3% of statements [2021-01-25T07:18:16.534Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.027s coverage: 87.5% of statements [2021-01-25T07:18:28.845Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.047s coverage: 94.4% of statements [2021-01-25T07:18:28.845Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.036s coverage: 44.8% of statements [2021-01-25T07:18:28.845Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-01-25T07:18:28.845Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-01-25T07:18:28.845Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-01-25T07:18:28.845Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-01-25T07:18:28.845Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.043s coverage: 87.2% of statements [2021-01-25T07:18:28.845Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-01-25T07:18:28.845Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-01-25T07:18:28.845Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.034s coverage: 100.0% of statements [2021-01-25T07:18:28.845Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-01-25T07:18:28.845Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.043s coverage: 75.5% of statements [2021-01-25T07:18:28.845Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-01-25T07:18:28.845Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.031s coverage: 80.8% of statements [2021-01-25T07:18:28.845Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.062s coverage: 87.2% of statements [2021-01-25T07:18:28.845Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.039s coverage: 84.2% of statements [2021-01-25T07:18:28.845Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.078s coverage: 91.4% of statements [2021-01-25T07:18:28.845Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-01-25T07:18:28.845Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.166s coverage: 63.5% of statements [2021-01-25T07:18:28.845Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-01-25T07:18:28.845Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-01-25T07:18:28.845Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.032s coverage: 100.0% of statements [2021-01-25T07:18:28.845Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.043s coverage: 91.3% of statements [2021-01-25T07:18:28.845Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.033s coverage: 100.0% of statements [2021-01-25T07:18:28.845Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.042s coverage: 73.7% of statements [2021-01-25T07:18:28.845Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.033s coverage: 100.0% of statements [2021-01-25T07:18:28.845Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.258s coverage: 68.9% of statements [2021-01-25T07:18:28.845Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-01-25T07:18:28.845Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-01-25T07:18:28.845Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-01-25T07:18:28.845Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-01-25T07:18:28.845Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-01-25T07:18:28.845Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.100s coverage: 37.0% of statements [2021-01-25T07:18:28.845Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-01-25T07:18:28.845Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-01-25T07:18:28.845Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.250s coverage: 84.0% of statements [2021-01-25T07:18:28.845Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.045s coverage: 100.0% of statements [2021-01-25T07:18:28.845Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.111s coverage: 47.1% of statements [2021-01-25T07:18:28.845Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-01-25T07:18:28.845Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-01-25T07:18:28.845Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-01-25T07:18:28.845Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-01-25T07:18:28.845Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-01-25T07:18:28.845Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.053s coverage: 100.0% of statements [2021-01-25T07:18:28.845Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-01-25T07:18:28.845Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.045s coverage: 100.0% of statements [2021-01-25T07:18:28.845Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-01-25T07:18:28.845Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.847s coverage: 29.1% of statements [2021-01-25T07:18:28.845Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-01-25T07:18:28.845Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-01-25T07:18:28.845Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-01-25T07:18:28.845Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-01-25T07:18:28.845Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-01-25T07:18:28.845Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.071s coverage: 99.0% of statements [2021-01-25T07:18:28.845Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-01-25T07:18:28.845Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.040s coverage: 100.0% of statements [2021-01-25T07:18:28.845Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-01-25T07:18:28.845Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.050s coverage: 0.0% of statements [2021-01-25T07:18:28.845Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-01-25T07:18:28.845Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.046s coverage: 100.0% of statements [2021-01-25T07:18:28.845Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-01-25T07:18:28.845Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-01-25T07:18:28.845Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-01-25T07:18:28.845Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-01-25T07:18:29.108Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.037s coverage: 87.9% of statements [2021-01-25T07:18:29.108Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-01-25T07:18:29.108Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-01-25T07:18:29.108Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.034s coverage: 100.0% of statements [2021-01-25T07:18:29.681Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.033s coverage: 32.1% of statements [2021-01-25T07:18:29.947Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.042s coverage: 100.0% of statements [2021-01-25T07:18:29.947Z] GO111MODULE=on go vet ./... [2021-01-25T07:18:52.067Z] gofmt -l . [2021-01-25T07:18:53.015Z] [ "`gofmt -l .`" = "" ] [2021-01-25T07:18:53.278Z] ./bin/test-go-mod-tidy.sh [2021-01-25T07:18:53.854Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-01-25T07:18:54.754Z] + ls -al . [2021-01-25T07:18:54.754Z] total 668 [2021-01-25T07:18:54.754Z] drwxrwxr-x 10 1001 1001 4096 Jan 25 07:18 . [2021-01-25T07:18:54.754Z] drwxr-xr-x 4 root root 28 Jan 25 07:17 .. [2021-01-25T07:18:54.754Z] -rw-rw-r-- 1 1001 1001 11 Jan 25 07:15 .dockerignore [2021-01-25T07:18:54.754Z] drwxrwxr-x 8 1001 1001 179 Jan 25 07:15 .git [2021-01-25T07:18:54.754Z] drwxrwxr-x 3 1001 1001 125 Jan 25 07:15 .github [2021-01-25T07:18:54.754Z] -rw-rw-r-- 1 1001 1001 872 Jan 25 07:15 .gitignore [2021-01-25T07:18:54.754Z] drwx------ 3 1001 1001 47 Jan 25 07:16 .semver [2021-01-25T07:18:54.754Z] -rw-rw-r-- 1 1001 1001 166 Jan 25 07:15 .sonarcloud.properties [2021-01-25T07:18:54.754Z] -rw-rw-r-- 1 1001 1001 7859 Jan 25 07:15 Attribution.txt [2021-01-25T07:18:54.754Z] -rw-rw-r-- 1 1001 1001 3804 Jan 25 07:15 CONTRIBUTING.md [2021-01-25T07:18:54.754Z] -rw-rw-r-- 1 1001 1001 931 Jan 25 07:15 Dockerfile.build [2021-01-25T07:18:54.754Z] -rw-rw-r-- 1 1001 1001 863 Jan 25 07:15 Jenkinsfile [2021-01-25T07:18:54.754Z] -rw-rw-r-- 1 1001 1001 10775 Jan 25 07:15 LICENSE [2021-01-25T07:18:54.754Z] -rw-rw-r-- 1 1001 1001 6001 Jan 25 07:15 Makefile [2021-01-25T07:18:54.754Z] -rw-rw-r-- 1 1001 1001 6524 Jan 25 07:15 README.md [2021-01-25T07:18:54.754Z] -rw-rw-r-- 1 1001 1001 6755 Jan 25 07:15 SECURITY.md [2021-01-25T07:18:54.754Z] -rw-rw-r-- 1 1001 1001 5 Jan 25 07:16 VERSION [2021-01-25T07:18:54.754Z] -rw-rw-r-- 1 1001 1001 4131 Jan 25 07:15 ZMQWindows.md [2021-01-25T07:18:54.754Z] drwxrwxr-x 2 1001 1001 117 Jan 25 07:15 bin [2021-01-25T07:18:54.754Z] drwxrwxr-x 15 1001 1001 4096 Jan 25 07:15 cmd [2021-01-25T07:18:54.754Z] -rw-r--r-- 1 root root 564700 Jan 25 07:18 coverage.out [2021-01-25T07:18:54.754Z] -rw-r--r-- 1 root root 1053 Jan 25 07:18 go.mod [2021-01-25T07:18:54.754Z] -rw-r--r-- 1 root root 18995 Jan 25 07:18 go.sum [2021-01-25T07:18:54.754Z] drwxrwxr-x 8 1001 1001 127 Jan 25 07:15 internal [2021-01-25T07:18:54.754Z] drwxrwxr-x 4 1001 1001 26 Jan 25 07:15 openapi [2021-01-25T07:18:54.754Z] drwxrwxr-x 4 1001 1001 71 Jan 25 07:15 snap [2021-01-25T07:18:54.754Z] -rw-rw-r-- 1 1001 1001 168 Jan 25 07:15 version.go [Pipeline] sh [2021-01-25T07:18:55.084Z] + '[' -e coverage.out ] [2021-01-25T07:18:55.084Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-01-25T07:18:55.318Z] Stashed 1 file(s) [Pipeline] sh [2021-01-25T07:18:55.636Z] + make build [2021-01-25T07:18:55.636Z] 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-01-25T07:18:59.888Z] 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-01-25T07:19:08.116Z] 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-01-25T07:19:08.116Z] 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-01-25T07:19:09.512Z] 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-01-25T07:19:09.775Z] 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-01-25T07:19:11.178Z] 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-01-25T07:19:12.570Z] 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-01-25T07:19:13.535Z] 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-01-25T07:19:14.946Z] 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-01-25T07:19:15.909Z] 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-01-25T07:19:16.866Z] 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-01-25T07:19:17.823Z] 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-01-25T07:19:19.806Z] $ docker stop --time=1 b4a1fb5d377d2f9bace566c175e88761fb2688d0e1e5451522dcf5415be39c65 [2021-01-25T07:19:21.517Z] $ docker rm -f b4a1fb5d377d2f9bace566c175e88761fb2688d0e1e5451522dcf5415be39c65 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-25T07:19:24.371Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-25T07:19:24.371Z] [2021-01-25T07:19:24.371Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-01-25T07:19:24.777Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-25T07:19:24.777Z] latest: Pulling from edgex-devops/edgex-compose [2021-01-25T07:19:24.777Z] cbdbe7a5bc2a: Pulling fs layer [2021-01-25T07:19:24.777Z] ca9280d653b3: Pulling fs layer [2021-01-25T07:19:24.777Z] 7e9c9ca2126c: Pulling fs layer [2021-01-25T07:19:25.353Z] cbdbe7a5bc2a: Verifying Checksum [2021-01-25T07:19:25.353Z] cbdbe7a5bc2a: Download complete [2021-01-25T07:19:25.623Z] ca9280d653b3: Verifying Checksum [2021-01-25T07:19:25.623Z] ca9280d653b3: Download complete [2021-01-25T07:19:25.623Z] cbdbe7a5bc2a: Pull complete [2021-01-25T07:19:26.584Z] 7e9c9ca2126c: Verifying Checksum [2021-01-25T07:19:26.584Z] 7e9c9ca2126c: Download complete [2021-01-25T07:19:26.584Z] ca9280d653b3: Pull complete [2021-01-25T07:19:33.216Z] 7e9c9ca2126c: Pull complete [2021-01-25T07:19:33.216Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-01-25T07:19:33.216Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-25T07:19:33.216Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-01-25T07:19:33.389Z] prd-centos7-docker-4c-2g-22598 does not seem to be running inside a container [2021-01-25T07:19:33.435Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-01-25T07:19:36.281Z] $ docker top ae370cfdb3b35dad622aa059ffaa4215c12ed9893b72c400fc0248e6eaa2c4ef -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-25T07:19:36.871Z] + docker-compose build --help [2021-01-25T07:19:36.871Z] + grep parallel [2021-01-25T07:19:37.821Z] --parallel Build images in parallel. [Pipeline] } [2021-01-25T07:19:37.849Z] $ docker stop --time=1 ae370cfdb3b35dad622aa059ffaa4215c12ed9893b72c400fc0248e6eaa2c4ef [2021-01-25T07:19:39.223Z] $ docker rm -f ae370cfdb3b35dad622aa059ffaa4215c12ed9893b72c400fc0248e6eaa2c4ef [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-25T07:19:40.010Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-25T07:19:40.010Z] . [Pipeline] withDockerContainer [2021-01-25T07:19:40.152Z] prd-centos7-docker-4c-2g-22598 does not seem to be running inside a container [2021-01-25T07:19:40.205Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-01-25T07:19:40.888Z] $ docker top 87a5e8b86dd025ce925fb6383a306f5e8383cc22683e81466dbf7a98639ecff7 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-25T07:19:41.469Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-25T07:19:42.415Z] Building docker-core-command-go ... [2021-01-25T07:19:42.415Z] Building docker-core-data-go ... [2021-01-25T07:19:42.415Z] Building docker-core-metadata-go ... [2021-01-25T07:19:42.415Z] Building docker-security-bootstrapper-go ... [2021-01-25T07:19:42.415Z] Building docker-security-proxy-setup-go ... [2021-01-25T07:19:42.415Z] Building docker-security-secretstore-setup-go ... [2021-01-25T07:19:42.415Z] Building docker-support-notifications-go ... [2021-01-25T07:19:42.415Z] Building docker-support-scheduler-go ... [2021-01-25T07:19:42.415Z] Building docker-sys-mgmt-agent-go ... [2021-01-25T07:19:42.415Z] Building docker-core-data-go [2021-01-25T07:19:42.415Z] Building docker-security-secretstore-setup-go [2021-01-25T07:19:42.415Z] Building docker-support-scheduler-go [2021-01-25T07:19:42.415Z] Building docker-core-metadata-go [2021-01-25T07:19:42.415Z] Building docker-support-notifications-go [2021-01-25T07:20:01.258Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-22600 in /w/workspace/edgexfoundry_edgex-go_PR-3073 [Pipeline] { [Pipeline] ws [2021-01-25T07:20:01.379Z] Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] checkout [2021-01-25T07:20:06.645Z] using credential edgex-jenkins-ssh [2021-01-25T07:20:06.716Z] Cloning the remote Git repository [2021-01-25T07:20:06.784Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-01-25T07:20:06.897Z] > git init /w/workspace/edgex-go/1 # timeout=10 [2021-01-25T07:20:06.978Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-25T07:20:06.980Z] > git --version # timeout=10 [2021-01-25T07:20:06.999Z] > git --version # 'git version 2.17.1' [2021-01-25T07:20:07.000Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-25T07:20:07.101Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-25T07:20:14.674Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-25T07:20:14.674Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-25T07:20:14.674Z] ---> a80763edf2c9 [2021-01-25T07:20:14.674Z] Step 3/23 : WORKDIR /edgex-go [2021-01-25T07:20:14.674Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-25T07:20:14.674Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-25T07:20:14.674Z] ---> a80763edf2c9 [2021-01-25T07:20:14.674Z] Step 3/22 : WORKDIR /edgex-go [2021-01-25T07:20:14.674Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-25T07:20:14.674Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-25T07:20:14.674Z] ---> a80763edf2c9 [2021-01-25T07:20:14.674Z] Step 3/24 : WORKDIR /edgex-go [2021-01-25T07:20:14.674Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-25T07:20:14.674Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-25T07:20:14.674Z] ---> a80763edf2c9 [2021-01-25T07:20:14.674Z] Step 3/22 : WORKDIR /edgex-go [2021-01-25T07:20:14.674Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-25T07:20:14.674Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-25T07:20:14.674Z] ---> a80763edf2c9 [2021-01-25T07:20:14.674Z] Step 3/23 : WORKDIR /edgex-go [2021-01-25T07:20:14.674Z] ---> Running in f6de865bc11e [2021-01-25T07:20:14.674Z] ---> Running in 33b57be21e0a [2021-01-25T07:20:14.674Z] ---> Running in d208a8795649 [2021-01-25T07:20:14.674Z] ---> Running in 5db17d987066 [2021-01-25T07:20:14.674Z] ---> Running in 765f7985351d [2021-01-25T07:20:14.674Z] Removing intermediate container d208a8795649 [2021-01-25T07:20:14.674Z] ---> 422fe2cd61b4 [2021-01-25T07:20:14.674Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-25T07:20:14.674Z] Removing intermediate container 765f7985351d [2021-01-25T07:20:14.674Z] ---> 5b6dcfc51872 [2021-01-25T07:20:14.674Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-25T07:20:14.674Z] Removing intermediate container f6de865bc11e [2021-01-25T07:20:14.674Z] ---> 36d054204b7d [2021-01-25T07:20:14.674Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-25T07:20:14.674Z] Removing intermediate container 5db17d987066 [2021-01-25T07:20:14.674Z] ---> fcbd34220af4 [2021-01-25T07:20:14.674Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-25T07:20:14.674Z] Removing intermediate container 33b57be21e0a [2021-01-25T07:20:14.674Z] ---> d7f1b9f18ddf [2021-01-25T07:20:14.674Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-25T07:20:14.674Z] ---> Running in 8e0aa7471b21 [2021-01-25T07:20:14.674Z] ---> Running in 942a4c470055 [2021-01-25T07:20:14.674Z] ---> Running in de30620ca8d3 [2021-01-25T07:20:14.674Z] ---> Running in 9183eb1fa5ba [2021-01-25T07:20:14.674Z] ---> Running in 8147fb75ccf5 [2021-01-25T07:20:14.674Z] Removing intermediate container 8e0aa7471b21 [2021-01-25T07:20:14.674Z] ---> 3385cfd375d7 [2021-01-25T07:20:14.674Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-01-25T07:20:14.674Z] ---> Running in 77a2653d09c7 [2021-01-25T07:20:14.674Z] Removing intermediate container de30620ca8d3 [2021-01-25T07:20:14.674Z] ---> e2f2e1276932 [2021-01-25T07:20:14.674Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-25T07:20:14.674Z] ---> Running in 0a60bddbb2b6 [2021-01-25T07:20:14.674Z] Removing intermediate container 942a4c470055 [2021-01-25T07:20:14.674Z] ---> 55bd3a712aa2 [2021-01-25T07:20:14.674Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-01-25T07:20:14.674Z] Removing intermediate container 9183eb1fa5ba [2021-01-25T07:20:14.674Z] ---> 2e09c79ea77c [2021-01-25T07:20:14.674Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-25T07:20:14.674Z] Removing intermediate container 8147fb75ccf5 [2021-01-25T07:20:14.674Z] ---> cb50320bcc21 [2021-01-25T07:20:14.674Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-01-25T07:20:14.674Z] ---> Running in 34ae4732d78b [2021-01-25T07:20:14.674Z] ---> Running in c28dbd83de63 [2021-01-25T07:20:14.674Z] ---> Running in 4ad0f9dd0782 [2021-01-25T07:20:14.674Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-25T07:20:14.674Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-25T07:20:15.279Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-25T07:20:15.279Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-25T07:20:15.279Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-25T07:20:15.279Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-25T07:20:15.542Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-25T07:20:15.542Z] OK: 233 MiB in 51 packages [2021-01-25T07:20:15.804Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-25T07:20:15.804Z] OK: 233 MiB in 51 packages [2021-01-25T07:20:16.073Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-25T07:20:16.073Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-25T07:20:16.343Z] OK: 233 MiB in 51 packages [2021-01-25T07:20:16.343Z] Removing intermediate container 77a2653d09c7 [2021-01-25T07:20:16.343Z] ---> 07cbb4a8e0fb [2021-01-25T07:20:16.343Z] Step 6/24 : COPY go.mod . [2021-01-25T07:20:16.343Z] Removing intermediate container 0a60bddbb2b6 [2021-01-25T07:20:16.343Z] ---> 4a7c41690abe [2021-01-25T07:20:16.343Z] Step 6/23 : COPY go.mod . [2021-01-25T07:20:16.343Z] OK: 233 MiB in 51 packages [2021-01-25T07:20:16.606Z] ---> cc99244bf8e1 [2021-01-25T07:20:16.606Z] Step 7/24 : RUN go mod download [2021-01-25T07:20:16.606Z] OK: 233 MiB in 51 packages [2021-01-25T07:20:16.606Z] ---> Running in 0bbc61db251b [2021-01-25T07:20:16.867Z] ---> cb75939640f7 [2021-01-25T07:20:16.867Z] Step 7/23 : RUN go mod download [2021-01-25T07:20:17.136Z] Removing intermediate container 34ae4732d78b [2021-01-25T07:20:17.136Z] ---> 3d795ee778c5 [2021-01-25T07:20:17.136Z] Step 6/22 : COPY go.mod . [2021-01-25T07:20:17.136Z] ---> Running in af3f4f65bde1 [2021-01-25T07:20:17.718Z] ---> ad28f38dd605 [2021-01-25T07:20:17.718Z] Step 7/22 : RUN go mod download [2021-01-25T07:20:17.718Z] Removing intermediate container c28dbd83de63 [2021-01-25T07:20:17.718Z] ---> e0e7ec761fb3 [2021-01-25T07:20:17.718Z] Step 6/22 : COPY go.mod . [2021-01-25T07:20:17.718Z] Removing intermediate container 4ad0f9dd0782 [2021-01-25T07:20:17.718Z] ---> b8d682590cad [2021-01-25T07:20:17.718Z] Step 6/23 : COPY go.mod . [2021-01-25T07:20:17.718Z] ---> Running in d905c6a4f323 [2021-01-25T07:20:17.984Z] ---> ac80724e198d [2021-01-25T07:20:17.984Z] Step 7/23 : RUN go mod download [2021-01-25T07:20:17.984Z] ---> 1a0165070f06 [2021-01-25T07:20:17.984Z] Step 7/22 : RUN go mod download [2021-01-25T07:20:18.251Z] ---> Running in cc54a3d70a20 [2021-01-25T07:20:18.251Z] ---> Running in 2d5a2864805b [2021-01-25T07:20:19.224Z] Removing intermediate container af3f4f65bde1 [2021-01-25T07:20:19.224Z] ---> a0272679900e [2021-01-25T07:20:19.224Z] Step 8/23 : COPY . . [2021-01-25T07:20:19.501Z] Removing intermediate container 0bbc61db251b [2021-01-25T07:20:19.501Z] ---> bf742fc18e9d [2021-01-25T07:20:19.501Z] Step 8/24 : COPY . . [2021-01-25T07:20:22.085Z] Removing intermediate container d905c6a4f323 [2021-01-25T07:20:22.085Z] ---> 65c4338eff57 [2021-01-25T07:20:22.085Z] Step 8/22 : COPY . . [2021-01-25T07:20:25.303Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-25T07:20:25.319Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-25T07:20:25.346Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-25T07:20:25.382Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-25T07:20:25.382Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-25T07:20:25.404Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3073/head:refs/remotes/origin/PR-3073 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-25T07:20:26.026Z] Merging remotes/origin/master commit f7cba1f5bd7f0f50faed19509b697065ec7e4bcf into PR head commit 1299e1d2a80a1d3a3d60061c8c64f6cbe09d952f [2021-01-25T07:20:26.474Z] Merge succeeded, producing 1299e1d2a80a1d3a3d60061c8c64f6cbe09d952f [2021-01-25T07:20:26.475Z] Checking out Revision 1299e1d2a80a1d3a3d60061c8c64f6cbe09d952f (PR-3073) [2021-01-25T07:20:27.419Z] Removing intermediate container cc54a3d70a20 [2021-01-25T07:20:27.419Z] ---> 394401f1de99 [2021-01-25T07:20:27.419Z] Step 8/23 : COPY . . [2021-01-25T07:20:26.048Z] > git config core.sparsecheckout # timeout=10 [2021-01-25T07:20:26.061Z] > git checkout -f 1299e1d2a80a1d3a3d60061c8c64f6cbe09d952f # timeout=10 [2021-01-25T07:20:26.355Z] > git remote # timeout=10 [2021-01-25T07:20:26.374Z] > git config --get remote.origin.url # timeout=10 [2021-01-25T07:20:26.397Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-25T07:20:26.406Z] > git merge f7cba1f5bd7f0f50faed19509b697065ec7e4bcf # timeout=10 [2021-01-25T07:20:26.428Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-25T07:20:26.488Z] > git config core.sparsecheckout # timeout=10 [2021-01-25T07:20:26.509Z] > git checkout -f 1299e1d2a80a1d3a3d60061c8c64f6cbe09d952f # timeout=10 [2021-01-25T07:20:30.986Z] Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-core-contracts/v2" [2021-01-25T07:20:31.048Z] > git --version # timeout=10 [2021-01-25T07:20:31.056Z] > git --version # 'git version 2.17.1' [2021-01-25T07:20:31.074Z] fatal: bad object 69a7e166112f335804d9fea76440e5140e47f034 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-25T07:20:32.706Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-01-25T07:20:33.145Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-25T07:20:33.510Z] + + sudotrue service [2021-01-25T07:20:33.510Z] docker restart [2021-01-25T07:20:34.040Z] Removing intermediate container 2d5a2864805b [2021-01-25T07:20:34.040Z] ---> fe235d1ac26a [2021-01-25T07:20:34.040Z] Step 8/22 : COPY . . [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-25T07:20:35.640Z] provisioning config files... [2021-01-25T07:20:35.684Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config7804307248794905247tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-25T07:20:36.131Z] ---> docker-login.sh [2021-01-25T07:20:36.131Z] nexus3.edgexfoundry.org:10001 [2021-01-25T07:20:36.735Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-25T07:20:37.337Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-25T07:20:37.337Z] Configure a credential helper to remove this warning. See [2021-01-25T07:20:37.337Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-25T07:20:37.337Z] [2021-01-25T07:20:37.337Z] Login Succeeded [2021-01-25T07:20:37.337Z] nexus3.edgexfoundry.org:10002 [2021-01-25T07:20:37.611Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-25T07:20:37.611Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-25T07:20:37.611Z] Configure a credential helper to remove this warning. See [2021-01-25T07:20:37.611Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-25T07:20:37.611Z] [2021-01-25T07:20:37.611Z] Login Succeeded [2021-01-25T07:20:37.611Z] nexus3.edgexfoundry.org:10003 [2021-01-25T07:20:38.219Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-25T07:20:38.219Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-25T07:20:38.219Z] Configure a credential helper to remove this warning. See [2021-01-25T07:20:38.219Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-25T07:20:38.219Z] [2021-01-25T07:20:38.219Z] Login Succeeded [2021-01-25T07:20:38.219Z] nexus3.edgexfoundry.org:10004 [2021-01-25T07:20:38.494Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-25T07:20:38.767Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-25T07:20:38.767Z] Configure a credential helper to remove this warning. See [2021-01-25T07:20:38.767Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-25T07:20:38.767Z] [2021-01-25T07:20:38.767Z] Login Succeeded [2021-01-25T07:20:38.767Z] docker.io [2021-01-25T07:20:39.041Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-25T07:20:39.314Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-25T07:20:39.314Z] Configure a credential helper to remove this warning. See [2021-01-25T07:20:39.314Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-25T07:20:39.314Z] [2021-01-25T07:20:39.314Z] Login Succeeded [2021-01-25T07:20:39.314Z] ---> docker-login.sh ends [Pipeline] } [2021-01-25T07:20:39.345Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-01-25T07:20:39.863Z] ========================================================= [2021-01-25T07:20:39.863Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-01-25T07:20:39.863Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-25T07:20:40.295Z] + 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-01-25T07:20:42.943Z] Sending build context to Docker daemon 165.9MB [2021-01-25T07:20:42.943Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-25T07:20:42.943Z] Step 2/6 : FROM ${BASE} [2021-01-25T07:20:42.943Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-01-25T07:20:42.943Z] 5f621e34cdf4: Pulling fs layer [2021-01-25T07:20:42.943Z] a4357932f1b6: Pulling fs layer [2021-01-25T07:20:42.943Z] 18c013af1878: Pulling fs layer [2021-01-25T07:20:42.943Z] 00ac8860ef70: Pulling fs layer [2021-01-25T07:20:42.943Z] 63d7cb157983: Pulling fs layer [2021-01-25T07:20:42.943Z] b116817d02f9: Pulling fs layer [2021-01-25T07:20:42.943Z] 745a02a5169b: Pulling fs layer [2021-01-25T07:20:42.943Z] 00ac8860ef70: Waiting [2021-01-25T07:20:42.943Z] 63d7cb157983: Waiting [2021-01-25T07:20:42.943Z] b116817d02f9: Waiting [2021-01-25T07:20:42.943Z] 745a02a5169b: Waiting [2021-01-25T07:20:42.943Z] 18c013af1878: Download complete [2021-01-25T07:20:42.943Z] a4357932f1b6: Verifying Checksum [2021-01-25T07:20:42.943Z] a4357932f1b6: Download complete [2021-01-25T07:20:42.943Z] 63d7cb157983: Verifying Checksum [2021-01-25T07:20:42.943Z] 63d7cb157983: Download complete [2021-01-25T07:20:42.943Z] b116817d02f9: Verifying Checksum [2021-01-25T07:20:42.943Z] b116817d02f9: Download complete [2021-01-25T07:20:42.943Z] 5f621e34cdf4: Verifying Checksum [2021-01-25T07:20:42.943Z] 5f621e34cdf4: Download complete [2021-01-25T07:20:43.540Z] 5f621e34cdf4: Pull complete [2021-01-25T07:20:43.817Z] a4357932f1b6: Pull complete [2021-01-25T07:20:44.092Z] 18c013af1878: Pull complete [2021-01-25T07:20:45.071Z] 745a02a5169b: Download complete [2021-01-25T07:20:47.039Z] 00ac8860ef70: Verifying Checksum [2021-01-25T07:20:47.039Z] 00ac8860ef70: Download complete [2021-01-25T07:20:57.191Z] 00ac8860ef70: Pull complete [2021-01-25T07:20:57.191Z] 63d7cb157983: Pull complete [2021-01-25T07:20:57.191Z] b116817d02f9: Pull complete [2021-01-25T07:21:00.603Z] 745a02a5169b: Pull complete [2021-01-25T07:21:00.603Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-01-25T07:21:00.603Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-01-25T07:21:00.603Z] ---> b7e6874047d6 [2021-01-25T07:21:00.603Z] 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-01-25T07:21:00.760Z] ---> fa1800ed6afc [2021-01-25T07:21:00.760Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-25T07:21:01.034Z] ---> Running in cdd1efcb4988 [2021-01-25T07:21:01.034Z] ---> 316ef7571036 [2021-01-25T07:21:01.034Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-25T07:21:03.602Z] ---> Running in 4b66aaea22bb [2021-01-25T07:21:03.602Z] ---> 28e2cddf633d [2021-01-25T07:21:03.602Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-01-25T07:21:03.874Z] ---> bba8215875cf [2021-01-25T07:21:03.874Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-01-25T07:21:04.001Z] ---> Running in fe1b481b848b [2021-01-25T07:21:04.147Z] ---> Running in 8b62bdf8f5b6 [2021-01-25T07:21:04.148Z] ---> Running in 5b39c7b49b3a [2021-01-25T07:21:04.422Z] ---> fdd71447b190 [2021-01-25T07:21:04.422Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-01-25T07:21:04.701Z] ---> Running in 9ab50d3e2153 [2021-01-25T07:21:04.979Z] 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-01-25T07:21:04.979Z] 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-01-25T07:21:04.979Z] 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-01-25T07:21:05.260Z] 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-01-25T07:21:05.261Z] 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-01-25T07:21:05.450Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-25T07:21:06.044Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-25T07:21:07.022Z] (1/12) Installing libmagic (5.38-r0) [2021-01-25T07:21:07.022Z] (2/12) Installing file (5.38-r0) [2021-01-25T07:21:07.296Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-25T07:21:07.296Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-25T07:21:13.988Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-25T07:21:13.989Z] (6/12) Installing patch (2.7.6-r6) [2021-01-25T07:21:13.989Z] (7/12) Installing build-base (0.5-r2) [2021-01-25T07:21:13.989Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-25T07:21:13.989Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-25T07:21:14.260Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-25T07:21:14.260Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-25T07:21:14.532Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-25T07:21:14.532Z] Executing busybox-1.31.1-r19.trigger [2021-01-25T07:21:14.532Z] OK: 217 MiB in 51 packages [2021-01-25T07:21:18.841Z] Removing intermediate container fe1b481b848b [2021-01-25T07:21:18.841Z] ---> a57ff7851036 [2021-01-25T07:21:18.841Z] Step 4/6 : WORKDIR /edgex-go [2021-01-25T07:21:18.841Z] ---> Running in a93e16d5ecdd [2021-01-25T07:21:19.436Z] Removing intermediate container a93e16d5ecdd [2021-01-25T07:21:19.436Z] ---> 1203cd08bac3 [2021-01-25T07:21:19.436Z] Step 5/6 : COPY go.mod . [2021-01-25T07:21:20.030Z] ---> fc92b0f16e27 [2021-01-25T07:21:20.030Z] Step 6/6 : RUN go mod download [2021-01-25T07:21:20.311Z] ---> Running in 30b940d798ca [2021-01-25T07:21:37.529Z] 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-01-25T07:21:38.681Z] Removing intermediate container 9ab50d3e2153 [2021-01-25T07:21:38.681Z] ---> e3caebd3e7db [2021-01-25T07:21:38.681Z] [2021-01-25T07:21:38.681Z] Step 10/22 : FROM alpine:3.12 [2021-01-25T07:21:38.681Z] 3.12: Pulling from library/alpine [2021-01-25T07:21:38.945Z] Removing intermediate container 8b62bdf8f5b6 [2021-01-25T07:21:38.945Z] ---> 38d4e832d63d [2021-01-25T07:21:38.945Z] [2021-01-25T07:21:38.945Z] Step 10/22 : FROM alpine:3.12 [2021-01-25T07:21:38.945Z] 3.12: Pulling from library/alpine [2021-01-25T07:21:39.228Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-25T07:21:39.228Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-25T07:21:39.228Z] Status: Downloaded newer image for alpine:3.12 [2021-01-25T07:21:39.228Z] ---> 389fef711851 [2021-01-25T07:21:39.228Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-01-25T07:21:39.228Z] Status: Image is up to date for alpine:3.12 [2021-01-25T07:21:39.228Z] ---> 389fef711851 [2021-01-25T07:21:39.228Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-01-25T07:21:41.164Z] ---> Running in f54c92eca8c6 [2021-01-25T07:21:41.164Z] ---> Running in 1d5199b7e45b [2021-01-25T07:21:41.164Z] Removing intermediate container 4b66aaea22bb [2021-01-25T07:21:41.164Z] ---> e387ed66305a [2021-01-25T07:21:41.165Z] [2021-01-25T07:21:41.165Z] Step 10/24 : FROM alpine:3.12 [2021-01-25T07:21:41.165Z] ---> 389fef711851 [2021-01-25T07:21:41.165Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-25T07:21:41.165Z] ---> Running in 5d73a5af39dc [2021-01-25T07:21:42.123Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-25T07:21:42.123Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-25T07:21:42.123Z] (1/2) Installing ca-certificates (20191127-r4) [2021-01-25T07:21:42.123Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-01-25T07:21:42.385Z] Executing busybox-1.31.1-r19.trigger [2021-01-25T07:21:42.385Z] Executing ca-certificates-20191127-r4.trigger [2021-01-25T07:21:42.385Z] OK: 6 MiB in 16 packages [2021-01-25T07:21:42.970Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-25T07:21:42.970Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-25T07:21:42.970Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-25T07:21:42.970Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-25T07:21:43.233Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-01-25T07:21:43.233Z] Executing busybox-1.31.1-r19.trigger [2021-01-25T07:21:43.233Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-25T07:21:43.233Z] OK: 6 MiB in 15 packages [2021-01-25T07:21:43.233Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-25T07:21:43.233Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-25T07:21:43.233Z] (4/5) Installing curl (7.69.1-r3) [2021-01-25T07:21:43.233Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-25T07:21:43.233Z] Executing busybox-1.31.1-r19.trigger [2021-01-25T07:21:43.233Z] Executing ca-certificates-20191127-r4.trigger [2021-01-25T07:21:43.233Z] OK: 7 MiB in 19 packages [2021-01-25T07:21:45.805Z] Removing intermediate container 5b39c7b49b3a [2021-01-25T07:21:45.805Z] ---> 1ca1eb7f2f30 [2021-01-25T07:21:45.805Z] [2021-01-25T07:21:45.805Z] Step 10/23 : FROM alpine:3.12 [2021-01-25T07:21:45.805Z] ---> 389fef711851 [2021-01-25T07:21:45.805Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-01-25T07:21:47.164Z] Removing intermediate container 30b940d798ca [2021-01-25T07:21:47.164Z] ---> 9b3737def0b5 [2021-01-25T07:21:47.164Z] Successfully built 9b3737def0b5 [2021-01-25T07:21:47.164Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [2021-01-25T07:21:47.200Z] ---> Running in 048fef3fcb24 [Pipeline] sh [2021-01-25T07:21:47.543Z] + docker inspect -f . ci-base-image-arm64 [2021-01-25T07:21:47.543Z] . [Pipeline] withDockerContainer [2021-01-25T07:21:47.839Z] prd-ubuntu18.04-docker-arm64-4c-16g-22600 does not seem to be running inside a container [2021-01-25T07:21:47.927Z] $ 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-01-25T07:21:49.131Z] Removing intermediate container f54c92eca8c6 [2021-01-25T07:21:49.132Z] ---> cf2943aee981 [2021-01-25T07:21:49.132Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-25T07:21:49.132Z] Removing intermediate container 1d5199b7e45b [2021-01-25T07:21:49.132Z] ---> 30f6d4ab5123 [2021-01-25T07:21:49.132Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-25T07:21:49.132Z] Removing intermediate container cdd1efcb4988 [2021-01-25T07:21:49.132Z] ---> c694e878b184 [2021-01-25T07:21:49.132Z] [2021-01-25T07:21:49.132Z] Step 10/23 : FROM alpine:3.12 [2021-01-25T07:21:49.132Z] ---> 389fef711851 [2021-01-25T07:21:49.132Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-25T07:21:49.132Z] ---> Running in 298e1394d0c1 [2021-01-25T07:21:49.132Z] ---> Running in 5af44d5f5893 [2021-01-25T07:21:49.132Z] Removing intermediate container 5d73a5af39dc [2021-01-25T07:21:49.132Z] ---> 85eddc08fad3 [2021-01-25T07:21:49.132Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-25T07:21:49.132Z] ---> Running in f046c4dbd2e0 [2021-01-25T07:21:49.132Z] ---> Running in 6f00f8d3a713 [2021-01-25T07:21:49.403Z] Removing intermediate container 298e1394d0c1 [2021-01-25T07:21:49.403Z] ---> 47e83b2240b0 [2021-01-25T07:21:49.403Z] Step 13/22 : ENV APP_PORT=48060 [2021-01-25T07:21:49.403Z] Removing intermediate container 5af44d5f5893 [2021-01-25T07:21:49.403Z] ---> ba8a72cd0603 [2021-01-25T07:21:49.403Z] Step 13/22 : ENV APP_PORT=48085 [2021-01-25T07:21:49.403Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-25T07:21:49.403Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-25T07:21:49.403Z] ---> Running in 3b297b7402d3 [2021-01-25T07:21:49.432Z] $ docker top b9cd9ef549e0eb382fd58d80807cf45d11080fb38a17ce4e2178dd2318fb50c6 -eo pid,comm [2021-01-25T07:21:49.665Z] ---> Running in 72ab0f5fa298 [2021-01-25T07:21:49.665Z] Removing intermediate container f046c4dbd2e0 [2021-01-25T07:21:49.665Z] ---> 82b5fa2cfbd5 [2021-01-25T07:21:49.665Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-25T07:21:49.665Z] Removing intermediate container 6f00f8d3a713 [2021-01-25T07:21:49.665Z] ---> 8091cb12843a [2021-01-25T07:21:49.665Z] Step 13/24 : WORKDIR / [2021-01-25T07:21:49.665Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-01-25T07:21:49.665Z] Executing busybox-1.31.1-r19.trigger [2021-01-25T07:21:49.665Z] OK: 6 MiB in 15 packages [2021-01-25T07:21:49.665Z] ---> Running in 13e933b2eb3c [Pipeline] { [Pipeline] sh [2021-01-25T07:21:49.926Z] ---> Running in 6c7105b1aa4f [2021-01-25T07:21:49.927Z] Removing intermediate container 3b297b7402d3 [2021-01-25T07:21:49.927Z] ---> e6a19902db05 [2021-01-25T07:21:49.927Z] Step 14/22 : EXPOSE $APP_PORT [2021-01-25T07:21:49.927Z] Removing intermediate container 72ab0f5fa298 [2021-01-25T07:21:49.927Z] ---> 689032dea57f [2021-01-25T07:21:49.927Z] Step 14/22 : EXPOSE $APP_PORT [2021-01-25T07:21:50.189Z] ---> Running in 4ccb2e804a5c [2021-01-25T07:21:50.189Z] ---> Running in 94e4f7e20ca1 [2021-01-25T07:21:50.532Z] + go version [2021-01-25T07:21:50.532Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-01-25T07:21:50.577Z] $ docker stop --time=1 b9cd9ef549e0eb382fd58d80807cf45d11080fb38a17ce4e2178dd2318fb50c6 [2021-01-25T07:21:50.764Z] Removing intermediate container 13e933b2eb3c [2021-01-25T07:21:50.764Z] ---> c2e1aed2ea4b [2021-01-25T07:21:50.764Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-25T07:21:50.764Z] Removing intermediate container 6c7105b1aa4f [2021-01-25T07:21:50.764Z] ---> 1c417d20df07 [2021-01-25T07:21:50.764Z] 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-01-25T07:21:51.029Z] ---> Running in c41007b4ebd5 [2021-01-25T07:21:51.029Z] Removing intermediate container 4ccb2e804a5c [2021-01-25T07:21:51.029Z] ---> 1f9036bbdc91 [2021-01-25T07:21:51.029Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-25T07:21:51.029Z] Removing intermediate container 94e4f7e20ca1 [2021-01-25T07:21:51.029Z] ---> 84b2d959b738 [2021-01-25T07:21:51.029Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-25T07:21:51.029Z] Removing intermediate container 048fef3fcb24 [2021-01-25T07:21:51.029Z] ---> 87ef8dd3c1b0 [2021-01-25T07:21:51.029Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-25T07:21:51.292Z] ---> fcc20fd19676 [2021-01-25T07:21:51.292Z] 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-01-25T07:21:51.292Z] ---> Running in 88d4c3238013 [2021-01-25T07:21:51.292Z] Removing intermediate container c41007b4ebd5 [2021-01-25T07:21:51.292Z] ---> b59a02235527 [2021-01-25T07:21:51.292Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-25T07:21:51.557Z] ---> a5612633c469 [2021-01-25T07:21:51.557Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-25T07:21:51.557Z] ---> 536da8c83294 [2021-01-25T07:21:51.557Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-25T07:21:51.557Z] ---> Running in 34127baddb7c [2021-01-25T07:21:51.557Z] ---> 1f66011d9805 [2021-01-25T07:21:51.557Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-25T07:21:51.819Z] Removing intermediate container 88d4c3238013 [2021-01-25T07:21:51.819Z] ---> 55df5a3c2612 [2021-01-25T07:21:51.819Z] Step 13/23 : ENV APP_PORT=48081 [2021-01-25T07:21:52.082Z] ---> Running in a2b0a1d892d6 [2021-01-25T07:21:52.350Z] ---> 8d3eeae8af80 [2021-01-25T07:21:52.350Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-25T07:21:52.350Z] ---> c7becbf378b0 [2021-01-25T07:21:52.350Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-25T07:21:52.350Z] ---> 368031e6b3f2 [2021-01-25T07:21:52.350Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-25T07:21:52.515Z] $ docker rm -f b9cd9ef549e0eb382fd58d80807cf45d11080fb38a17ce4e2178dd2318fb50c6 [2021-01-25T07:21:52.614Z] Removing intermediate container a2b0a1d892d6 [2021-01-25T07:21:52.614Z] ---> 53a45576f30f [2021-01-25T07:21:52.614Z] Step 14/23 : EXPOSE $APP_PORT [2021-01-25T07:21:52.614Z] ---> Running in 25944d2b9397 [2021-01-25T07:21:52.614Z] ---> 2d42e704443c [2021-01-25T07:21:52.614Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-01-25T07:21:52.879Z] ---> a0363d70937b [2021-01-25T07:21:52.879Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-01-25T07:21:52.879Z] ---> Running in 5c8d43b6dd1f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [2021-01-25T07:21:53.146Z] ---> Running in 519ae719a0f7 [2021-01-25T07:21:53.146Z] Removing intermediate container 25944d2b9397 [2021-01-25T07:21:53.146Z] ---> 7ee13b597c75 [2021-01-25T07:21:53.146Z] Step 15/23 : WORKDIR / [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-25T07:21:53.724Z] ---> 6b1d51d672c3 [2021-01-25T07:21:53.725Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-25T07:21:53.874Z] + docker inspect -f . ci-base-image-arm64 [2021-01-25T07:21:53.874Z] . [Pipeline] withDockerContainer [2021-01-25T07:21:53.990Z] Removing intermediate container 5c8d43b6dd1f [2021-01-25T07:21:53.990Z] ---> 9d5eab131ff3 [2021-01-25T07:21:53.990Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-25T07:21:53.990Z] Removing intermediate container 519ae719a0f7 [2021-01-25T07:21:53.990Z] ---> cc6bfb47edd1 [2021-01-25T07:21:53.990Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-25T07:21:53.990Z] ---> Running in 219e8d3dd922 [2021-01-25T07:21:54.153Z] prd-ubuntu18.04-docker-arm64-4c-16g-22600 does not seem to be running inside a container [2021-01-25T07:21:54.246Z] $ 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-01-25T07:21:54.253Z] ---> Running in 8e662fec6cf4 [2021-01-25T07:21:54.253Z] Removing intermediate container 34127baddb7c [2021-01-25T07:21:54.253Z] ---> 939aea109fb5 [2021-01-25T07:21:54.253Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-01-25T07:21:54.253Z] ---> Running in d715ff83d0e4 [2021-01-25T07:21:54.253Z] ---> Running in d5e6a0823d37 [2021-01-25T07:21:54.514Z] ---> 0b098b0b30a2 [2021-01-25T07:21:54.514Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-25T07:21:54.514Z] Removing intermediate container 8e662fec6cf4 [2021-01-25T07:21:54.514Z] ---> 9cb4cf6f65c8 [2021-01-25T07:21:54.514Z] Step 20/22 : LABEL arch=x86_64 [2021-01-25T07:21:54.787Z] Removing intermediate container d715ff83d0e4 [2021-01-25T07:21:54.787Z] ---> 9be33c3dd6e8 [2021-01-25T07:21:54.787Z] Step 20/22 : LABEL arch=x86_64 [2021-01-25T07:21:54.787Z] Removing intermediate container 219e8d3dd922 [2021-01-25T07:21:54.787Z] ---> 07513b9c887b [2021-01-25T07:21:54.787Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-25T07:21:54.787Z] ---> Running in bc740d4819f1 [2021-01-25T07:21:55.052Z] ---> a41fb2685ce0 [2021-01-25T07:21:55.052Z] 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-01-25T07:21:55.052Z] ---> Running in 843b49c4ad28 [2021-01-25T07:21:55.052Z] ---> Running in 12ce69a975ff [2021-01-25T07:21:55.052Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-25T07:21:55.314Z] Removing intermediate container bc740d4819f1 [2021-01-25T07:21:55.314Z] ---> ee57de890c34 [2021-01-25T07:21:55.314Z] Step 21/22 : LABEL git_sha=1299e1d2a80a1d3a3d60061c8c64f6cbe09d952f [2021-01-25T07:21:55.581Z] ---> 2f0d490b76ad [2021-01-25T07:21:55.581Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-25T07:21:55.581Z] ---> Running in 8928337d443a [2021-01-25T07:21:55.581Z] Removing intermediate container 843b49c4ad28 [2021-01-25T07:21:55.581Z] ---> e6b318ebe122 [2021-01-25T07:21:55.581Z] Step 21/22 : LABEL git_sha=1299e1d2a80a1d3a3d60061c8c64f6cbe09d952f [2021-01-25T07:21:55.581Z] ---> Running in bf1df58fd8d3 [2021-01-25T07:21:55.695Z] $ docker top 0c49f39edb695e0a62ad285741a2a80b6572f157c6ceea7c498085fbb17399cf -eo pid,comm [2021-01-25T07:21:55.843Z] Removing intermediate container 8928337d443a [2021-01-25T07:21:55.843Z] ---> cd9393a2c165 [2021-01-25T07:21:55.843Z] Step 22/22 : LABEL version=0.0.0 [2021-01-25T07:21:55.843Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [Pipeline] { [2021-01-25T07:21:56.111Z] Removing intermediate container bf1df58fd8d3 [2021-01-25T07:21:56.111Z] ---> 14b7ea0d9c47 [2021-01-25T07:21:56.111Z] Step 22/22 : LABEL version=0.0.0 [2021-01-25T07:21:56.111Z] ---> Running in 18186849bb3b [2021-01-25T07:21:56.111Z] ---> Running in 9673c39020f8 [2021-01-25T07:21:56.111Z] ---> 387394e33e49 [2021-01-25T07:21:56.111Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [Pipeline] echo [2021-01-25T07:21:56.203Z] ========================================================= [2021-01-25T07:21:56.203Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-01-25T07:21:56.203Z] ========================================================= [Pipeline] sh [2021-01-25T07:21:56.374Z] Removing intermediate container 18186849bb3b [2021-01-25T07:21:56.374Z] ---> 5a73cc573812 [2021-01-25T07:21:56.374Z] [2021-01-25T07:21:56.374Z] Removing intermediate container 9673c39020f8 [2021-01-25T07:21:56.374Z] ---> f93c2e248b6b [2021-01-25T07:21:56.374Z] [2021-01-25T07:21:56.639Z] ---> 1f91484b1c75 [2021-01-25T07:21:56.639Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-01-25T07:21:56.639Z] Successfully built 5a73cc573812 [2021-01-25T07:21:56.639Z] Successfully tagged docker-support-scheduler-go:latest [2021-01-25T07:21:56.639Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-01-25T07:21:56.639Z]  Building docker-support-scheduler-go ... done Building docker-security-bootstrapper-go [2021-01-25T07:21:56.639Z] Successfully built f93c2e248b6b [2021-01-25T07:21:56.639Z] Successfully tagged docker-support-notifications-go:latest [2021-01-25T07:21:56.639Z]  Building docker-support-notifications-go ... done Building docker-security-proxy-setup-go [2021-01-25T07:21:56.639Z] (2/6) Installing libgcc (9.3.0-r2) [2021-01-25T07:21:56.639Z] ---> Running in a7f2b79d81ea [2021-01-25T07:21:56.639Z] Removing intermediate container 12ce69a975ff [2021-01-25T07:21:56.639Z] ---> e5e9b1abebeb [2021-01-25T07:21:56.639Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-25T07:21:56.866Z] + make test [2021-01-25T07:21:56.866Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-25T07:21:56.900Z] ---> Running in 7f6aac724214 [2021-01-25T07:21:56.901Z] (3/6) Installing libsodium (1.0.18-r0) [2021-01-25T07:21:56.901Z] Removing intermediate container a7f2b79d81ea [2021-01-25T07:21:56.901Z] ---> 526ffeac0f7e [2021-01-25T07:21:56.901Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-25T07:21:56.901Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-01-25T07:21:57.165Z] (5/6) Installing libzmq (4.3.3-r0) [2021-01-25T07:21:57.165Z] ---> Running in 201aba4e0fa6 [2021-01-25T07:21:57.165Z] Removing intermediate container 7f6aac724214 [2021-01-25T07:21:57.165Z] ---> 2666a62c5f59 [2021-01-25T07:21:57.165Z] Step 22/24 : LABEL arch=x86_64 [2021-01-25T07:21:57.457Z] (6/6) Installing zeromq (4.3.3-r0) [2021-01-25T07:21:57.457Z] Executing busybox-1.31.1-r19.trigger [2021-01-25T07:21:57.457Z] OK: 8 MiB in 20 packages [2021-01-25T07:21:57.457Z] ---> Running in d6aa288f2ec1 [2021-01-25T07:21:57.724Z] Removing intermediate container 201aba4e0fa6 [2021-01-25T07:21:57.724Z] ---> e014491ff634 [2021-01-25T07:21:57.724Z] Step 21/23 : LABEL arch=x86_64 [2021-01-25T07:21:58.671Z] ---> Running in b0115b10f1d9 [2021-01-25T07:21:58.933Z] Removing intermediate container d6aa288f2ec1 [2021-01-25T07:21:58.934Z] ---> 6e46300b0d91 [2021-01-25T07:21:58.934Z] Step 23/24 : LABEL git_sha=1299e1d2a80a1d3a3d60061c8c64f6cbe09d952f [2021-01-25T07:22:01.509Z] ---> Running in 0733825cb9e4 [2021-01-25T07:22:02.952Z] Removing intermediate container b0115b10f1d9 [2021-01-25T07:22:02.952Z] ---> 7991fff6d094 [2021-01-25T07:22:02.952Z] Step 22/23 : LABEL git_sha=1299e1d2a80a1d3a3d60061c8c64f6cbe09d952f [2021-01-25T07:22:03.624Z] Removing intermediate container d5e6a0823d37 [2021-01-25T07:22:03.624Z] ---> 1b5ab3c36cdc [2021-01-25T07:22:03.624Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-25T07:22:03.624Z] ---> Running in 5b8cbc73b705 [2021-01-25T07:22:03.909Z] Removing intermediate container 0733825cb9e4 [2021-01-25T07:22:03.909Z] ---> 29a5a41812da [2021-01-25T07:22:03.909Z] Step 24/24 : LABEL version=0.0.0 [2021-01-25T07:22:04.213Z] ---> Running in 8d9a4da21c8f [2021-01-25T07:22:04.213Z] Removing intermediate container 5b8cbc73b705 [2021-01-25T07:22:04.213Z] ---> 2c0c856ffca0 [2021-01-25T07:22:04.213Z] Step 23/23 : LABEL version=0.0.0 [2021-01-25T07:22:05.268Z] ---> f9bdcc5c2077 [2021-01-25T07:22:05.268Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-25T07:22:05.855Z] ---> Running in 2ab5b7ef3385 [2021-01-25T07:22:06.437Z] Removing intermediate container 8d9a4da21c8f [2021-01-25T07:22:06.437Z] ---> 42c5d38d65ce [2021-01-25T07:22:06.437Z] [2021-01-25T07:22:06.699Z] Successfully built 42c5d38d65ce [2021-01-25T07:22:07.275Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-01-25T07:22:07.276Z] Building docker-sys-mgmt-agent-go [2021-01-25T07:22:10.604Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container 2ab5b7ef3385 [2021-01-25T07:22:10.604Z] ---> dbaaf5e02b3c [2021-01-25T07:22:10.604Z] [2021-01-25T07:22:11.185Z] ---> f29ab4df64ef [2021-01-25T07:22:11.185Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-25T07:22:11.449Z] Successfully built dbaaf5e02b3c [2021-01-25T07:22:11.449Z] Successfully tagged docker-core-metadata-go:latest [2021-01-25T07:22:11.449Z]  Building docker-core-metadata-go ... done Building docker-core-command-go [2021-01-25T07:22:13.437Z] ---> e1f65c3dab44 [2021-01-25T07:22:13.437Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-25T07:22:16.030Z] ---> Running in 727a63e41dec [2021-01-25T07:22:16.619Z] Removing intermediate container 727a63e41dec [2021-01-25T07:22:16.619Z] ---> b3787493ec0a [2021-01-25T07:22:16.619Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-25T07:22:16.619Z] Step 1/33 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-25T07:22:16.619Z] Step 2/33 : FROM ${BUILDER_BASE} AS builder [2021-01-25T07:22:16.619Z] ---> a80763edf2c9 [2021-01-25T07:22:16.619Z] Step 3/33 : WORKDIR /edgex-go [2021-01-25T07:22:16.619Z] ---> Using cache [2021-01-25T07:22:16.619Z] ---> d7f1b9f18ddf [2021-01-25T07:22:16.619Z] Step 4/33 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-25T07:22:16.889Z] ---> Using cache [2021-01-25T07:22:16.889Z] ---> cb50320bcc21 [2021-01-25T07:22:16.889Z] Step 5/33 : RUN apk add --update --no-cache make git [2021-01-25T07:22:16.889Z] ---> Using cache [2021-01-25T07:22:16.889Z] ---> b8d682590cad [2021-01-25T07:22:16.889Z] Step 6/33 : COPY go.mod . [2021-01-25T07:22:16.889Z] ---> Using cache [2021-01-25T07:22:16.889Z] ---> ac80724e198d [2021-01-25T07:22:16.889Z] Step 7/33 : RUN go mod download [2021-01-25T07:22:16.889Z] ---> Using cache [2021-01-25T07:22:16.889Z] ---> 394401f1de99 [2021-01-25T07:22:16.889Z] Step 8/33 : COPY . . [2021-01-25T07:22:16.889Z] ---> Using cache [2021-01-25T07:22:16.889Z] ---> bba8215875cf [2021-01-25T07:22:16.889Z] Step 9/33 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-01-25T07:22:17.151Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-25T07:22:17.151Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-25T07:22:17.151Z] ---> a80763edf2c9 [2021-01-25T07:22:17.151Z] Step 3/21 : WORKDIR /edgex-go [2021-01-25T07:22:17.151Z] ---> Using cache [2021-01-25T07:22:17.151Z] ---> d7f1b9f18ddf [2021-01-25T07:22:17.151Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-25T07:22:17.151Z] ---> Using cache [2021-01-25T07:22:17.151Z] ---> cb50320bcc21 [2021-01-25T07:22:17.151Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-25T07:22:17.151Z] ---> Using cache [2021-01-25T07:22:17.151Z] ---> b8d682590cad [2021-01-25T07:22:17.151Z] Step 6/21 : COPY go.mod . [2021-01-25T07:22:17.151Z] ---> Using cache [2021-01-25T07:22:17.151Z] ---> ac80724e198d [2021-01-25T07:22:17.151Z] Step 7/21 : RUN go mod download [2021-01-25T07:22:17.151Z] ---> Using cache [2021-01-25T07:22:17.151Z] ---> 394401f1de99 [2021-01-25T07:22:17.151Z] Step 8/21 : COPY . . [2021-01-25T07:22:17.151Z] ---> Using cache [2021-01-25T07:22:17.151Z] ---> bba8215875cf [2021-01-25T07:22:17.151Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-25T07:22:19.087Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-01-25T07:22:19.729Z] ---> Running in 2c8113b66331 [2021-01-25T07:22:19.992Z] ---> Running in cf0c1226002a [2021-01-25T07:22:19.992Z] ---> Running in be47bc88fec8 [2021-01-25T07:22:21.939Z] Removing intermediate container 2c8113b66331 [2021-01-25T07:22:21.939Z] ---> cb77599c4a32 [2021-01-25T07:22:21.939Z] Step 21/23 : LABEL arch=x86_64 [2021-01-25T07:22:24.513Z] ---> Running in f20e7d0d6aeb [2021-01-25T07:22:25.922Z] Removing intermediate container f20e7d0d6aeb [2021-01-25T07:22:25.922Z] ---> f94e4632bf15 [2021-01-25T07:22:25.922Z] Step 22/23 : LABEL git_sha=1299e1d2a80a1d3a3d60061c8c64f6cbe09d952f [2021-01-25T07:22:25.922Z] 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-01-25T07:22:25.922Z] 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-01-25T07:22:25.922Z] ---> Running in a4ab2bdc4572 [2021-01-25T07:22:26.897Z] Removing intermediate container a4ab2bdc4572 [2021-01-25T07:22:26.897Z] ---> e1ff8ea255e9 [2021-01-25T07:22:26.897Z] Step 23/23 : LABEL version=0.0.0 [2021-01-25T07:22:28.297Z] ---> Running in 8d546b2d157e [2021-01-25T07:22:29.277Z] Removing intermediate container 8d546b2d157e [2021-01-25T07:22:29.277Z] ---> 7ff46a315f80 [2021-01-25T07:22:29.277Z] [2021-01-25T07:22:29.549Z] Successfully built 7ff46a315f80 [2021-01-25T07:22:29.549Z] Successfully tagged docker-core-data-go:latest [2021-01-25T07:22:31.509Z]  Building docker-core-data-go ... done Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-25T07:22:31.509Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-25T07:22:31.509Z] ---> a80763edf2c9 [2021-01-25T07:22:31.509Z] Step 3/23 : WORKDIR /edgex-go [2021-01-25T07:22:31.509Z] ---> Using cache [2021-01-25T07:22:31.509Z] ---> d7f1b9f18ddf [2021-01-25T07:22:31.509Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-25T07:22:31.509Z] ---> Using cache [2021-01-25T07:22:31.509Z] ---> cb50320bcc21 [2021-01-25T07:22:31.509Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-01-25T07:22:31.509Z] ---> Using cache [2021-01-25T07:22:31.509Z] ---> b8d682590cad [2021-01-25T07:22:31.509Z] Step 6/23 : COPY go.mod . [2021-01-25T07:22:31.509Z] ---> Using cache [2021-01-25T07:22:31.509Z] ---> ac80724e198d [2021-01-25T07:22:31.509Z] Step 7/23 : RUN go mod download [2021-01-25T07:22:31.509Z] ---> Using cache [2021-01-25T07:22:31.509Z] ---> 394401f1de99 [2021-01-25T07:22:31.509Z] Step 8/23 : COPY . . [2021-01-25T07:22:31.509Z] ---> Using cache [2021-01-25T07:22:31.509Z] ---> bba8215875cf [2021-01-25T07:22:31.509Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-01-25T07:22:32.097Z] ---> Running in f83bcbec161e [2021-01-25T07:22:33.091Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-25T07:22:33.091Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-25T07:22:33.091Z] ---> a80763edf2c9 [2021-01-25T07:22:33.091Z] Step 3/26 : WORKDIR /edgex-go [2021-01-25T07:22:33.091Z] ---> Using cache [2021-01-25T07:22:33.091Z] ---> d7f1b9f18ddf [2021-01-25T07:22:33.091Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-25T07:22:33.091Z] ---> Using cache [2021-01-25T07:22:33.091Z] ---> cb50320bcc21 [2021-01-25T07:22:33.091Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-01-25T07:22:33.683Z] 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-01-25T07:22:33.683Z] ---> Running in c8dec38d40d6 [2021-01-25T07:22:35.113Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-25T07:22:35.720Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-25T07:22:36.337Z] OK: 233 MiB in 51 packages [2021-01-25T07:22:37.781Z] Removing intermediate container c8dec38d40d6 [2021-01-25T07:22:37.781Z] ---> ab23d48ab495 [2021-01-25T07:22:37.781Z] Step 6/26 : COPY go.mod . [2021-01-25T07:22:38.086Z] ---> 8c05585a6fad [2021-01-25T07:22:38.086Z] Step 7/26 : RUN go mod download [2021-01-25T07:22:38.086Z] ---> Running in b888fa174f8c [2021-01-25T07:22:41.460Z] Removing intermediate container b888fa174f8c [2021-01-25T07:22:41.460Z] ---> b2703c8b1b91 [2021-01-25T07:22:41.460Z] Step 8/26 : COPY . . [2021-01-25T07:22:48.161Z] 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-01-25T07:22:48.161Z] 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-01-25T07:22:58.203Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-01-25T07:23:03.183Z] ---> 429e915aa4e0 [2021-01-25T07:23:03.183Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-25T07:23:03.183Z] ---> Running in 9e3f182915cc [2021-01-25T07:23:03.183Z] Removing intermediate container f83bcbec161e [2021-01-25T07:23:03.183Z] ---> 1f6a84b4845e [2021-01-25T07:23:03.183Z] [2021-01-25T07:23:03.183Z] Step 10/23 : FROM alpine:3.12 [2021-01-25T07:23:03.183Z] ---> 389fef711851 [2021-01-25T07:23:03.183Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-01-25T07:23:03.183Z] Removing intermediate container be47bc88fec8 [2021-01-25T07:23:03.183Z] ---> 7221d30a1712 [2021-01-25T07:23:03.183Z] [2021-01-25T07:23:03.183Z] Step 10/21 : FROM alpine:3.12 [2021-01-25T07:23:03.183Z] ---> 389fef711851 [2021-01-25T07:23:03.183Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-01-25T07:23:03.183Z] ---> Using cache [2021-01-25T07:23:03.183Z] ---> 87ef8dd3c1b0 [2021-01-25T07:23:03.183Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-25T07:23:03.183Z] ---> Using cache [2021-01-25T07:23:03.183Z] ---> 55df5a3c2612 [2021-01-25T07:23:03.183Z] Step 13/23 : ENV APP_PORT=48082 [2021-01-25T07:23:03.183Z] Removing intermediate container cf0c1226002a [2021-01-25T07:23:03.183Z] ---> 42f41d73cab2 [2021-01-25T07:23:03.183Z] [2021-01-25T07:23:03.183Z] Step 10/33 : FROM alpine:3.12 [2021-01-25T07:23:03.183Z] ---> 389fef711851 [2021-01-25T07:23:03.183Z] Step 11/33 : RUN apk add --update --no-cache dumb-init openssl su-exec [2021-01-25T07:23:03.183Z] ---> Running in 9ed84c6fe43d [2021-01-25T07:23:03.183Z] ---> Running in 81468d0ba85e [2021-01-25T07:23:03.183Z] ---> Running in facb18c4b9be [2021-01-25T07:23:03.448Z] Removing intermediate container facb18c4b9be [2021-01-25T07:23:03.448Z] ---> d2a54d956aeb [2021-01-25T07:23:03.448Z] Step 14/23 : EXPOSE $APP_PORT [2021-01-25T07:23:03.716Z] 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-01-25T07:23:03.716Z] ---> Running in 4cbd91b1115d [2021-01-25T07:23:03.980Z] Removing intermediate container 4cbd91b1115d [2021-01-25T07:23:03.980Z] ---> 193f2105a351 [2021-01-25T07:23:03.980Z] Step 15/23 : WORKDIR / [2021-01-25T07:23:03.980Z] ---> Running in d0270277a79b [2021-01-25T07:23:04.250Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-25T07:23:04.250Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-25T07:23:04.250Z] Removing intermediate container d0270277a79b [2021-01-25T07:23:04.250Z] ---> 5591b8c8596b [2021-01-25T07:23:04.250Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-25T07:23:04.250Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-25T07:23:04.250Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-25T07:23:04.524Z] (1/3) Installing dumb-init (1.2.2-r1) [2021-01-25T07:23:04.525Z] (2/3) Installing openssl (1.1.1i-r0) [2021-01-25T07:23:04.525Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-25T07:23:04.525Z] (3/3) Installing su-exec (0.2-r1) [2021-01-25T07:23:04.525Z] Executing busybox-1.31.1-r19.trigger [2021-01-25T07:23:04.525Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-25T07:23:04.525Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-25T07:23:04.525Z] (4/4) Installing curl (7.69.1-r3) [2021-01-25T07:23:04.525Z] OK: 6 MiB in 17 packages [2021-01-25T07:23:04.525Z] Executing busybox-1.31.1-r19.trigger [2021-01-25T07:23:04.525Z] Executing ca-certificates-20191127-r4.trigger [2021-01-25T07:23:04.525Z] OK: 7 MiB in 18 packages [2021-01-25T07:23:05.117Z] ---> f49fdd69af9c [2021-01-25T07:23:05.117Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-25T07:23:05.716Z] Removing intermediate container 81468d0ba85e [2021-01-25T07:23:05.716Z] ---> f90091588276 [2021-01-25T07:23:05.716Z] Step 12/33 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-01-25T07:23:05.990Z] ---> Running in f023745bb923 [2021-01-25T07:23:05.990Z] Removing intermediate container 9ed84c6fe43d [2021-01-25T07:23:05.990Z] ---> 460734db3043 [2021-01-25T07:23:05.990Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-25T07:23:05.990Z] ---> Running in a8964c49f574 [2021-01-25T07:23:06.266Z] ---> 58210c4bac93 [2021-01-25T07:23:06.266Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-25T07:23:06.266Z] Removing intermediate container f023745bb923 [2021-01-25T07:23:06.266Z] ---> bc3a61d061bc [2021-01-25T07:23:06.266Z] Step 13/33 : ENV DOCKERIZE_VERSION v0.6.1 [2021-01-25T07:23:06.266Z] Removing intermediate container a8964c49f574 [2021-01-25T07:23:06.266Z] ---> 033c21e4f518 [2021-01-25T07:23:06.266Z] Step 13/21 : WORKDIR /edgex [2021-01-25T07:23:06.538Z] ---> Running in c6a07d7ff150 [2021-01-25T07:23:06.538Z] ---> Running in 09c8a40a500d [2021-01-25T07:23:06.812Z] ---> 449c1aacab1d [2021-01-25T07:23:06.812Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-01-25T07:23:07.138Z] ---> Running in f193d5ae9a3b [2021-01-25T07:23:07.734Z] Removing intermediate container 09c8a40a500d [2021-01-25T07:23:07.734Z] ---> 37214b40cefd [2021-01-25T07:23:07.734Z] Step 14/33 : RUN wget https://github.com/jwilder/dockerize/releases/download/$DOCKERIZE_VERSION/dockerize-alpine-linux-amd64-$DOCKERIZE_VERSION.tar.gz && tar -C /usr/local/bin -xzvf dockerize-alpine-linux-amd64-$DOCKERIZE_VERSION.tar.gz && rm dockerize-alpine-linux-amd64-$DOCKERIZE_VERSION.tar.gz [2021-01-25T07:23:08.019Z] Removing intermediate container c6a07d7ff150 [2021-01-25T07:23:08.019Z] ---> 8ea80a3d49a0 [2021-01-25T07:23:08.019Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-25T07:23:08.019Z] ---> Running in d9efcc733da2 [2021-01-25T07:23:08.284Z] Removing intermediate container f193d5ae9a3b [2021-01-25T07:23:08.285Z] ---> ed9a0e83bf03 [2021-01-25T07:23:08.285Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-25T07:23:08.554Z] ---> 28ab790a3da2 [2021-01-25T07:23:08.554Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-25T07:23:08.554Z] ---> Running in 981ecbce4dfa [2021-01-25T07:23:08.834Z] Removing intermediate container 981ecbce4dfa [2021-01-25T07:23:08.834Z] ---> d7f3decafeca [2021-01-25T07:23:08.834Z] Step 21/23 : LABEL arch=x86_64 [2021-01-25T07:23:09.119Z] ---> Running in b66acb80f3f1 [2021-01-25T07:23:09.119Z] ---> 0bbb9df9d130 [2021-01-25T07:23:09.119Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-25T07:23:09.119Z] Removing intermediate container b66acb80f3f1 [2021-01-25T07:23:09.119Z] ---> 0278fca453b0 [2021-01-25T07:23:09.119Z] Step 22/23 : LABEL git_sha=1299e1d2a80a1d3a3d60061c8c64f6cbe09d952f [2021-01-25T07:23:09.407Z] ---> Running in d3a8012f3862 [2021-01-25T07:23:09.407Z] Connecting to github.com (140.82.113.4:443) [2021-01-25T07:23:09.672Z] Connecting to github-production-release-asset-2e65be.s3.amazonaws.com (52.216.9.179:443) [2021-01-25T07:23:09.672Z] Removing intermediate container d3a8012f3862 [2021-01-25T07:23:09.672Z] ---> 909915ff7873 [2021-01-25T07:23:09.672Z] Step 23/23 : LABEL version=0.0.0 [2021-01-25T07:23:09.672Z] saving to 'dockerize-alpine-linux-amd64-v0.6.1.tar.gz' [2021-01-25T07:23:09.672Z]  ---> Running in 7b2a468c4085 [2021-01-25T07:23:09.672Z] dockerize-alpine-lin 100% |********************************| 2935k 0:00:00 ETA [2021-01-25T07:23:09.672Z] 'dockerize-alpine-linux-amd64-v0.6.1.tar.gz' saved [2021-01-25T07:23:09.672Z] dockerize [2021-01-25T07:23:09.941Z] ---> 13944dcb13a1 [2021-01-25T07:23:09.941Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-25T07:23:09.941Z] ---> Running in c3328e7a02fc [2021-01-25T07:23:09.941Z] Removing intermediate container 7b2a468c4085 [2021-01-25T07:23:09.941Z] ---> d159d9d9fdc5 [2021-01-25T07:23:09.941Z] [2021-01-25T07:23:10.212Z] Successfully built d159d9d9fdc5 [2021-01-25T07:23:10.212Z] Removing intermediate container c3328e7a02fc [2021-01-25T07:23:10.212Z] ---> 95aa3cc7da9a [2021-01-25T07:23:10.212Z] Step 18/21 : CMD ["--init=true"] [2021-01-25T07:23:10.212Z] Successfully tagged docker-core-command-go:latest [2021-01-25T07:23:10.483Z]  Building docker-core-command-go ... done  ---> Running in 1bad85612dd6 [2021-01-25T07:23:11.072Z] Removing intermediate container 1bad85612dd6 [2021-01-25T07:23:11.072Z] ---> 3486220192b1 [2021-01-25T07:23:11.072Z] Step 19/21 : LABEL arch=x86_64 [2021-01-25T07:23:11.072Z] ---> Running in 980ae25ea212 [2021-01-25T07:23:11.072Z] Removing intermediate container d9efcc733da2 [2021-01-25T07:23:11.072Z] ---> 6c0d58f89952 [2021-01-25T07:23:11.072Z] Step 15/33 : ENV SECURITY_INIT_DIR /edgex-init [2021-01-25T07:23:11.340Z] ---> Running in b99779211ef8 [2021-01-25T07:23:11.608Z] Removing intermediate container 980ae25ea212 [2021-01-25T07:23:11.608Z] ---> 69d6faa58d76 [2021-01-25T07:23:11.608Z] Step 20/21 : LABEL git_sha=1299e1d2a80a1d3a3d60061c8c64f6cbe09d952f [2021-01-25T07:23:11.878Z] Removing intermediate container b99779211ef8 [2021-01-25T07:23:11.878Z] ---> e011b0c7cb4b [2021-01-25T07:23:11.878Z] Step 16/33 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-01-25T07:23:11.878Z] ---> Running in ac65920a3286 [2021-01-25T07:23:11.878Z] ---> Running in b21a6102122c [2021-01-25T07:23:12.145Z] Removing intermediate container ac65920a3286 [2021-01-25T07:23:12.145Z] ---> 50172249ceed [2021-01-25T07:23:12.145Z] Step 21/21 : LABEL version=0.0.0 [2021-01-25T07:23:12.427Z] ---> Running in c5b3dd590d15 [2021-01-25T07:23:12.427Z] Removing intermediate container b21a6102122c [2021-01-25T07:23:12.427Z] ---> 56fb6c33f089 [2021-01-25T07:23:12.427Z] Step 17/33 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} && echo "Move dockerize executable" && mv /usr/local/bin/dockerize ${SECURITY_INIT_DIR} [2021-01-25T07:23:12.427Z] ---> Running in d57b26d7a992 [2021-01-25T07:23:12.693Z] Removing intermediate container c5b3dd590d15 [2021-01-25T07:23:12.694Z] ---> 990d12d1ba2e [2021-01-25T07:23:12.694Z] [2021-01-25T07:23:12.956Z] Successfully built 990d12d1ba2e [2021-01-25T07:23:12.956Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-01-25T07:23:13.227Z]  Building docker-security-proxy-setup-go ... done Move dockerize executable [2021-01-25T07:23:13.813Z] Removing intermediate container d57b26d7a992 [2021-01-25T07:23:13.813Z] ---> 8166e7714f31 [2021-01-25T07:23:13.813Z] Step 18/33 : WORKDIR ${SECURITY_INIT_DIR} [2021-01-25T07:23:14.076Z] ---> Running in b02ca4559f18 [2021-01-25T07:23:14.342Z] Removing intermediate container b02ca4559f18 [2021-01-25T07:23:14.342Z] ---> 48e2b452ae50 [2021-01-25T07:23:14.342Z] Step 19/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-01-25T07:23:15.731Z] ---> 27266d08039f [2021-01-25T07:23:15.731Z] Step 20/33 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-01-25T07:23:15.731Z] Removing intermediate container 9e3f182915cc [2021-01-25T07:23:15.731Z] ---> 475669d52501 [2021-01-25T07:23:15.731Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-25T07:23:15.731Z] ---> Running in d7c13df8a00b [2021-01-25T07:23:15.731Z] ---> Running in 28a825db9c9c [2021-01-25T07:23:16.317Z] 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-01-25T07:23:16.890Z] Removing intermediate container d7c13df8a00b [2021-01-25T07:23:16.890Z] ---> 1799f6c3e7f1 [2021-01-25T07:23:16.890Z] Step 21/33 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-25T07:23:17.168Z] ---> 285548b33de4 [2021-01-25T07:23:17.168Z] Step 22/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-01-25T07:23:17.449Z] Removing intermediate container 28a825db9c9c [2021-01-25T07:23:17.449Z] ---> e969e546bdab [2021-01-25T07:23:17.449Z] [2021-01-25T07:23:17.449Z] Step 11/26 : FROM docker:20.10.0 [2021-01-25T07:23:17.711Z] 20.10.0: Pulling from library/docker [2021-01-25T07:23:17.711Z] ---> b6e29b8e5b4b [2021-01-25T07:23:17.712Z] Step 23/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-01-25T07:23:17.977Z] ---> 645c5cdd28a3 [2021-01-25T07:23:17.977Z] Step 24/33 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ [2021-01-25T07:23:18.937Z] ---> 1b9a8ac4f8be [2021-01-25T07:23:18.937Z] Step 25/33 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-01-25T07:23:19.513Z] ---> 6099d223d7a3 [2021-01-25T07:23:19.513Z] Step 26/33 : VOLUME ${SECURITY_INIT_DIR} [2021-01-25T07:23:19.513Z] ---> Running in cbdfd886ee35 [2021-01-25T07:23:19.775Z] Removing intermediate container cbdfd886ee35 [2021-01-25T07:23:19.775Z] ---> fedd4c5ad316 [2021-01-25T07:23:19.775Z] Step 27/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-01-25T07:23:20.350Z] ---> c379a5508a5a [2021-01-25T07:23:20.350Z] Step 28/33 : RUN chmod +x /entrypoint.sh [2021-01-25T07:23:20.440Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-01-25T07:23:20.441Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-01-25T07:23:20.441Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-01-25T07:23:20.441Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-01-25T07:23:20.441Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-01-25T07:23:20.441Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-01-25T07:23:20.441Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-01-25T07:23:20.441Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-01-25T07:23:20.441Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-01-25T07:23:20.614Z] ---> Running in dcebb92b1dab [2021-01-25T07:23:21.449Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-01-25T07:23:22.034Z] Removing intermediate container dcebb92b1dab [2021-01-25T07:23:22.034Z] ---> 557775b4fece [2021-01-25T07:23:22.034Z] Step 29/33 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-25T07:23:22.298Z] ---> Running in 76ec17cb835f [2021-01-25T07:23:22.559Z] Removing intermediate container 76ec17cb835f [2021-01-25T07:23:22.559Z] ---> b48e2e5070dd [2021-01-25T07:23:22.559Z] Step 30/33 : CMD ["gate"] [2021-01-25T07:23:22.824Z] ---> Running in e9b316c6a63a [2021-01-25T07:23:23.085Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-25T07:23:23.085Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-25T07:23:23.085Z] ---> aefe523efa57 [2021-01-25T07:23:23.085Z] Step 12/26 : RUN apk add --no-cache bash [2021-01-25T07:23:23.085Z] Removing intermediate container e9b316c6a63a [2021-01-25T07:23:23.085Z] ---> 90df16df9236 [2021-01-25T07:23:23.085Z] Step 31/33 : LABEL arch=x86_64 [2021-01-25T07:23:23.085Z] ---> Running in 6f630f391f16 [2021-01-25T07:23:23.661Z] ---> Running in 4c45f8745d47 [2021-01-25T07:23:23.661Z] Removing intermediate container 4c45f8745d47 [2021-01-25T07:23:23.661Z] ---> 88ca7863e209 [2021-01-25T07:23:23.661Z] Step 32/33 : LABEL git_sha=1299e1d2a80a1d3a3d60061c8c64f6cbe09d952f [2021-01-25T07:23:23.924Z] ---> Running in 97c0acbfb93d [2021-01-25T07:23:24.185Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-25T07:23:24.185Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-25T07:23:24.185Z] Removing intermediate container 97c0acbfb93d [2021-01-25T07:23:24.185Z] ---> 097311abc586 [2021-01-25T07:23:24.185Z] Step 33/33 : LABEL version=0.0.0 [2021-01-25T07:23:24.185Z] (1/2) Installing readline (8.0.4-r0) [2021-01-25T07:23:24.185Z] (2/2) Installing bash (5.0.17-r0) [2021-01-25T07:23:24.449Z] Executing bash-5.0.17-r0.post-install [2021-01-25T07:23:24.449Z] Executing busybox-1.31.1-r19.trigger [2021-01-25T07:23:24.449Z] OK: 12 MiB in 22 packages [2021-01-25T07:23:24.449Z] ---> Running in cbb5ca0fb626 [2021-01-25T07:23:24.712Z] Removing intermediate container cbb5ca0fb626 [2021-01-25T07:23:24.712Z] ---> f8ee95ae5c8d [2021-01-25T07:23:24.712Z] [2021-01-25T07:23:24.712Z] Successfully built f8ee95ae5c8d [2021-01-25T07:23:24.712Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-01-25T07:23:25.101Z]  Building docker-security-bootstrapper-go ... done Removing intermediate container 6f630f391f16 [2021-01-25T07:23:25.101Z] ---> bf85fc66ae19 [2021-01-25T07:23:25.101Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-25T07:23:25.101Z] ---> Running in fcfb1318727b [2021-01-25T07:23:25.101Z] Removing intermediate container fcfb1318727b [2021-01-25T07:23:25.101Z] ---> 31c51dc96658 [2021-01-25T07:23:25.101Z] Step 14/26 : ENV APP_PORT=48090 [2021-01-25T07:23:25.101Z] ---> Running in 1b29f718e6ed [2021-01-25T07:23:25.382Z] Removing intermediate container 1b29f718e6ed [2021-01-25T07:23:25.382Z] ---> aa216afe1dcf [2021-01-25T07:23:25.382Z] Step 15/26 : EXPOSE $APP_PORT [2021-01-25T07:23:25.382Z] ---> Running in 795483bee759 [2021-01-25T07:23:25.660Z] Removing intermediate container 795483bee759 [2021-01-25T07:23:25.660Z] ---> 17ed6de54f86 [2021-01-25T07:23:25.660Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-25T07:23:26.279Z] ---> 0b561652d25d [2021-01-25T07:23:26.279Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-25T07:23:26.660Z] ---> d93174813b9a [2021-01-25T07:23:26.660Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-25T07:23:26.926Z] ---> c3b4f9dea8ac [2021-01-25T07:23:26.926Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-25T07:23:26.926Z] ---> Running in e700c22c6d5d [2021-01-25T07:23:27.506Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-25T07:23:27.506Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-25T07:23:27.766Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-25T07:23:27.766Z] (2/33) Installing expat (2.2.9-r1) [2021-01-25T07:23:27.766Z] (3/33) Installing libffi (3.3-r2) [2021-01-25T07:23:27.766Z] (4/33) Installing gdbm (1.13-r1) [2021-01-25T07:23:27.766Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-25T07:23:27.766Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-25T07:23:27.766Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-25T07:23:28.188Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-01-25T07:23:28.188Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-01-25T07:23:28.188Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-01-25T07:23:28.713Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-25T07:23:28.713Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-25T07:23:28.713Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-25T07:23:28.713Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-25T07:23:28.713Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-25T07:23:28.713Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-25T07:23:28.713Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-25T07:23:28.975Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-25T07:23:28.975Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-25T07:23:28.975Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-25T07:23:28.975Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-25T07:23:28.975Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-25T07:23:28.975Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-25T07:23:28.975Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-25T07:23:28.975Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-25T07:23:28.975Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-25T07:23:28.975Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-25T07:23:28.975Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-25T07:23:29.238Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-25T07:23:29.239Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-25T07:23:29.239Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-25T07:23:29.239Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-25T07:23:29.239Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-25T07:23:29.239Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-25T07:23:29.239Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-25T07:23:29.239Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-25T07:23:29.239Z] Executing busybox-1.31.1-r19.trigger [2021-01-25T07:23:29.239Z] OK: 71 MiB in 55 packages [2021-01-25T07:23:34.943Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.257s coverage: 46.6% of statements [2021-01-25T07:23:34.943Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-01-25T07:23:34.943Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-01-25T07:23:34.943Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-01-25T07:23:34.943Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-01-25T07:23:34.943Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-01-25T07:23:37.392Z] Removing intermediate container e700c22c6d5d [2021-01-25T07:23:37.392Z] ---> b9b9a53ac864 [2021-01-25T07:23:37.392Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-01-25T07:23:37.392Z] ---> Running in a20385fdea41 [2021-01-25T07:23:37.966Z] Collecting docker-compose==1.23.2 [2021-01-25T07:23:37.966Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-25T07:23:38.227Z] Collecting texttable<0.10,>=0.9.0 [2021-01-25T07:23:38.227Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-25T07:23:38.799Z] 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-01-25T07:23:38.799Z] Collecting docker<4.0,>=3.6.0 [2021-01-25T07:23:38.799Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-25T07:23:39.063Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-25T07:23:39.063Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-25T07:23:39.063Z] Collecting docopt<0.7,>=0.6.1 [2021-01-25T07:23:39.063Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-25T07:23:39.635Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-25T07:23:39.635Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-25T07:23:40.209Z] Collecting PyYAML<4,>=3.10 [2021-01-25T07:23:40.210Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-25T07:23:41.157Z] Collecting jsonschema<3,>=2.5.1 [2021-01-25T07:23:41.157Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-25T07:23:41.418Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-25T07:23:41.418Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-25T07:23:41.418Z] Collecting cached-property<2,>=1.2.0 [2021-01-25T07:23:41.418Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-25T07:23:41.680Z] Collecting docker-pycreds>=0.4.0 [2021-01-25T07:23:41.680Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-25T07:23:41.680Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-25T07:23:41.680Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-25T07:23:41.719Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.559s coverage: 27.1% of statements [2021-01-25T07:23:41.719Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-01-25T07:23:41.719Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-01-25T07:23:41.719Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-01-25T07:23:41.719Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-01-25T07:23:41.719Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-01-25T07:23:41.719Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-01-25T07:23:41.719Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.103s coverage: 100.0% of statements [2021-01-25T07:23:41.719Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-01-25T07:23:41.719Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.079s coverage: 100.0% of statements [2021-01-25T07:23:41.719Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-01-25T07:23:41.719Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-01-25T07:23:41.719Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.307s coverage: 65.8% of statements [2021-01-25T07:23:41.719Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-01-25T07:23:41.719Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-01-25T07:23:41.719Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.348s coverage: 82.3% of statements [2021-01-25T07:23:41.719Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-01-25T07:23:41.719Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-01-25T07:23:41.719Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-01-25T07:23:41.719Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-01-25T07:23:41.948Z] 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-01-25T07:23:41.948Z] Collecting idna<2.8,>=2.5 [2021-01-25T07:23:41.948Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-25T07:23:41.948Z] 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-01-25T07:23:41.948Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-25T07:23:41.948Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-25T07:23:41.948Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-25T07:23:41.948Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-25T07:23:41.948Z] Installing collected packages: texttable, websocket-client, urllib3, idna, requests, docker-pycreds, docker, docopt, dockerpty, PyYAML, jsonschema, cached-property, docker-compose [2021-01-25T07:23:42.209Z] Running setup.py install for texttable: started [2021-01-25T07:23:42.470Z] Running setup.py install for texttable: finished with status 'done' [2021-01-25T07:23:42.732Z] Attempting uninstall: urllib3 [2021-01-25T07:23:42.732Z] Found existing installation: urllib3 1.25.9 [2021-01-25T07:23:42.732Z] Uninstalling urllib3-1.25.9: [2021-01-25T07:23:42.732Z] Successfully uninstalled urllib3-1.25.9 [2021-01-25T07:23:42.732Z] Attempting uninstall: idna [2021-01-25T07:23:42.732Z] Found existing installation: idna 2.9 [2021-01-25T07:23:42.732Z] Uninstalling idna-2.9: [2021-01-25T07:23:42.993Z] Successfully uninstalled idna-2.9 [2021-01-25T07:23:42.993Z] Attempting uninstall: requests [2021-01-25T07:23:42.993Z] Found existing installation: requests 2.23.0 [2021-01-25T07:23:42.993Z] Uninstalling requests-2.23.0: [2021-01-25T07:23:42.993Z] Successfully uninstalled requests-2.23.0 [2021-01-25T07:23:43.567Z] Running setup.py install for docopt: started [2021-01-25T07:23:43.832Z] Running setup.py install for docopt: finished with status 'done' [2021-01-25T07:23:43.832Z] Running setup.py install for dockerpty: started [2021-01-25T07:23:44.403Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-25T07:23:44.403Z] Running setup.py install for PyYAML: started [2021-01-25T07:23:44.976Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-25T07:23:45.238Z] 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-01-25T07:23:48.553Z] Removing intermediate container a20385fdea41 [2021-01-25T07:23:48.553Z] ---> f66ddea14972 [2021-01-25T07:23:48.553Z] Step 21/26 : RUN apk --no-cache add curl [2021-01-25T07:23:48.553Z] ---> Running in 5dbef8e4933b [2021-01-25T07:23:48.816Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-25T07:23:48.816Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-25T07:23:49.078Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-25T07:23:49.078Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-25T07:23:49.078Z] (3/3) Installing curl (7.69.1-r3) [2021-01-25T07:23:49.078Z] Executing busybox-1.31.1-r19.trigger [2021-01-25T07:23:49.078Z] OK: 72 MiB in 58 packages [2021-01-25T07:23:49.653Z] Removing intermediate container 5dbef8e4933b [2021-01-25T07:23:49.653Z] ---> 73d3494f2859 [2021-01-25T07:23:49.653Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-25T07:23:49.653Z] ---> Running in 1dddb275f5b4 [2021-01-25T07:23:49.653Z] Removing intermediate container 1dddb275f5b4 [2021-01-25T07:23:49.653Z] ---> cb586530f159 [2021-01-25T07:23:49.653Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-25T07:23:49.653Z] ---> Running in 57c7f88582fe [2021-01-25T07:23:49.916Z] Removing intermediate container 57c7f88582fe [2021-01-25T07:23:49.916Z] ---> c07f655b3a37 [2021-01-25T07:23:49.916Z] Step 24/26 : LABEL arch=x86_64 [2021-01-25T07:23:49.916Z] ---> Running in 00fa1adda377 [2021-01-25T07:23:50.038Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.112s coverage: 28.6% of statements [2021-01-25T07:23:50.038Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-01-25T07:23:50.038Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-01-25T07:23:50.038Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-01-25T07:23:50.038Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-01-25T07:23:50.038Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-01-25T07:23:50.038Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.177s coverage: 100.0% of statements [2021-01-25T07:23:50.038Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-01-25T07:23:50.038Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.080s coverage: 100.0% of statements [2021-01-25T07:23:50.039Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-01-25T07:23:50.039Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.379s coverage: 86.7% of statements [2021-01-25T07:23:50.039Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-01-25T07:23:50.039Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.346s coverage: 97.5% of statements [2021-01-25T07:23:50.039Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-01-25T07:23:50.039Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.176s coverage: 78.3% of statements [2021-01-25T07:23:50.039Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-01-25T07:23:50.039Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-01-25T07:23:50.039Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-01-25T07:23:50.039Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-01-25T07:23:50.178Z] Removing intermediate container 00fa1adda377 [2021-01-25T07:23:50.178Z] ---> ae92fdbead01 [2021-01-25T07:23:50.178Z] Step 25/26 : LABEL git_sha=1299e1d2a80a1d3a3d60061c8c64f6cbe09d952f [2021-01-25T07:23:50.178Z] ---> Running in 9cbe7b57da05 [2021-01-25T07:23:50.439Z] Removing intermediate container 9cbe7b57da05 [2021-01-25T07:23:50.439Z] ---> c109df9c296d [2021-01-25T07:23:50.439Z] Step 26/26 : LABEL version=0.0.0 [2021-01-25T07:23:50.439Z] ---> Running in 3de958b22701 [2021-01-25T07:23:50.702Z] Removing intermediate container 3de958b22701 [2021-01-25T07:23:50.702Z] ---> 29e8c9813487 [2021-01-25T07:23:50.702Z] [2021-01-25T07:23:50.702Z] Successfully built 29e8c9813487 [2021-01-25T07:23:50.702Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-01-25T07:23:50.975Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-01-25T07:23:51.006Z] $ docker stop --time=1 87a5e8b86dd025ce925fb6383a306f5e8383cc22683e81466dbf7a98639ecff7 [2021-01-25T07:23:52.559Z] $ docker rm -f 87a5e8b86dd025ce925fb6383a306f5e8383cc22683e81466dbf7a98639ecff7 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-25T07:23:53.192Z] + docker images [2021-01-25T07:23:53.192Z] + grep docker [2021-01-25T07:23:53.457Z] docker-sys-mgmt-agent-go latest 29e8c9813487 3 seconds ago 313MB [2021-01-25T07:23:53.457Z] docker-security-bootstrapper-go latest f8ee95ae5c8d 29 seconds ago 41.5MB [2021-01-25T07:23:53.457Z] docker-security-proxy-setup-go latest 990d12d1ba2e 41 seconds ago 24.4MB [2021-01-25T07:23:53.457Z] docker-core-command-go latest d159d9d9fdc5 44 seconds ago 16.3MB [2021-01-25T07:23:53.457Z] docker-core-data-go latest 7ff46a315f80 About a minute ago 22.3MB [2021-01-25T07:23:53.457Z] docker-core-metadata-go latest dbaaf5e02b3c About a minute ago 18.8MB [2021-01-25T07:23:53.457Z] docker-security-secretstore-setup-go latest 42c5d38d65ce About a minute ago 24.6MB [2021-01-25T07:23:53.457Z] docker-support-notifications-go latest f93c2e248b6b About a minute ago 16.9MB [2021-01-25T07:23:53.457Z] docker-support-scheduler-go latest 5a73cc573812 About a minute ago 16.4MB [2021-01-25T07:23:53.457Z] docker 20.10.0 aefe523efa57 6 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-01-25T07:24:00.237Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.185s coverage: 92.8% of statements [2021-01-25T07:24:00.237Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-01-25T07:24:00.237Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-01-25T07:24:00.237Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-01-25T07:24:00.237Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-01-25T07:24:00.237Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-01-25T07:24:00.237Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-01-25T07:24:00.237Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-01-25T07:24:00.237Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-01-25T07:24:00.237Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-01-25T07:24:00.237Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-01-25T07:24:00.237Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-01-25T07:24:00.237Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-01-25T07:24:00.237Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-01-25T07:24:00.237Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-01-25T07:24:00.237Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-01-25T07:24:00.237Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-01-25T07:24:00.237Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-01-25T07:24:00.237Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-01-25T07:24:00.237Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.055s coverage: 58.8% of statements [2021-01-25T07:24:00.237Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-01-25T07:24:00.237Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-01-25T07:24:00.237Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.276s coverage: 0.1% of statements [2021-01-25T07:24:00.237Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-01-25T07:24:00.237Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-01-25T07:24:00.237Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-01-25T07:24:00.237Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.066s coverage: 43.8% of statements [2021-01-25T07:24:00.237Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.076s coverage: 79.5% of statements [2021-01-25T07:24:00.237Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.069s coverage: 94.1% of statements [2021-01-25T07:24:00.237Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.094s coverage: 96.3% of statements [2021-01-25T07:24:00.237Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.088s coverage: 87.5% of statements [2021-01-25T07:24:09.650Z] Still waiting to schedule task [2021-01-25T07:24:09.650Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2021-01-25T07:24:10.432Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.096s coverage: 94.4% of statements [2021-01-25T07:24:10.433Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.068s coverage: 44.8% of statements [2021-01-25T07:24:10.433Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-01-25T07:24:10.433Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-01-25T07:24:10.433Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-01-25T07:24:10.433Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-01-25T07:24:12.416Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.079s coverage: 87.2% of statements [2021-01-25T07:24:12.416Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-01-25T07:24:12.416Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-01-25T07:24:12.416Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.046s coverage: 100.0% of statements [2021-01-25T07:24:12.416Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-01-25T07:24:12.416Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.090s coverage: 75.5% of statements [2021-01-25T07:24:12.416Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-01-25T07:24:12.416Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.058s coverage: 80.8% of statements [2021-01-25T07:24:12.416Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.124s coverage: 87.2% of statements [2021-01-25T07:24:12.416Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.125s coverage: 84.2% of statements [2021-01-25T07:24:12.416Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.179s coverage: 91.4% of statements [2021-01-25T07:24:12.416Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-01-25T07:24:12.416Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.541s coverage: 63.5% of statements [2021-01-25T07:24:12.416Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-01-25T07:24:12.416Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-01-25T07:24:12.416Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.086s coverage: 100.0% of statements [2021-01-25T07:24:13.870Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.091s coverage: 91.3% of statements [2021-01-25T07:24:14.968Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.050s coverage: 100.0% of statements [2021-01-25T07:24:14.969Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.124s coverage: 73.7% of statements [2021-01-25T07:24:14.969Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.071s coverage: 100.0% of statements [2021-01-25T07:24:20.421Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.850s coverage: 68.9% of statements [2021-01-25T07:24:20.421Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-01-25T07:24:20.421Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-01-25T07:24:20.421Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-01-25T07:24:20.421Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-01-25T07:24:20.421Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-01-25T07:24:21.026Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.415s coverage: 37.0% of statements [2021-01-25T07:24:21.026Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-01-25T07:24:21.026Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-01-25T07:24:21.633Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.688s coverage: 84.0% of statements [2021-01-25T07:24:21.633Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.131s coverage: 100.0% of statements [2021-01-25T07:24:28.376Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.411s coverage: 47.1% of statements [2021-01-25T07:24:28.376Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-01-25T07:24:28.376Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-01-25T07:24:28.376Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-01-25T07:24:28.376Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-01-25T07:24:28.376Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-01-25T07:24:28.376Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.119s coverage: 100.0% of statements [2021-01-25T07:24:28.376Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-01-25T07:24:28.376Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.121s coverage: 100.0% of statements [2021-01-25T07:24:28.376Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-01-25T07:24:32.709Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 2.988s coverage: 29.1% of statements [2021-01-25T07:24:32.709Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-01-25T07:24:32.709Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-01-25T07:24:32.709Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-01-25T07:24:32.709Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-01-25T07:24:32.709Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-01-25T07:24:32.709Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.186s coverage: 99.0% of statements [2021-01-25T07:24:32.709Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-01-25T07:24:32.709Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.087s coverage: 100.0% of statements [2021-01-25T07:24:32.709Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-01-25T07:24:32.709Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.057s coverage: 0.0% of statements [2021-01-25T07:24:32.709Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-01-25T07:24:32.709Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.107s coverage: 100.0% of statements [2021-01-25T07:24:32.709Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-01-25T07:24:32.709Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-01-25T07:24:32.709Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-01-25T07:24:32.709Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-01-25T07:24:32.709Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.100s coverage: 87.9% of statements [2021-01-25T07:24:32.709Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-01-25T07:24:32.709Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-01-25T07:24:32.709Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.053s coverage: 100.0% of statements [2021-01-25T07:24:32.981Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.057s coverage: 32.1% of statements [2021-01-25T07:24:34.408Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.077s coverage: 100.0% of statements [2021-01-25T07:24:35.005Z] GO111MODULE=on go vet ./... [2021-01-25T07:24:56.825Z] Running on prd-ubuntu18.04-docker-8c-8g-22601 in /w/workspace/edgexfoundry_edgex-go_PR-3073 [Pipeline] { [Pipeline] ws [2021-01-25T07:24:56.924Z] Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] checkout [2021-01-25T07:24:59.110Z] using credential edgex-jenkins-ssh [2021-01-25T07:24:59.171Z] Cloning the remote Git repository [2021-01-25T07:24:59.198Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-01-25T07:24:59.272Z] > git init /w/workspace/edgex-go/1 # timeout=10 [2021-01-25T07:24:59.298Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-25T07:24:59.298Z] > git --version # timeout=10 [2021-01-25T07:24:59.309Z] > git --version # 'git version 2.17.1' [2021-01-25T07:24:59.309Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-25T07:24:59.337Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-25T07:25:06.685Z] Merging remotes/origin/master commit f7cba1f5bd7f0f50faed19509b697065ec7e4bcf into PR head commit 1299e1d2a80a1d3a3d60061c8c64f6cbe09d952f [2021-01-25T07:25:06.824Z] Merge succeeded, producing 1299e1d2a80a1d3a3d60061c8c64f6cbe09d952f [2021-01-25T07:25:06.824Z] Checking out Revision 1299e1d2a80a1d3a3d60061c8c64f6cbe09d952f (PR-3073) [2021-01-25T07:25:05.625Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-25T07:25:05.638Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-25T07:25:05.650Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-25T07:25:05.664Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-25T07:25:05.664Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-25T07:25:05.668Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3073/head:refs/remotes/origin/PR-3073 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-25T07:25:06.718Z] > git config core.sparsecheckout # timeout=10 [2021-01-25T07:25:06.734Z] > git checkout -f 1299e1d2a80a1d3a3d60061c8c64f6cbe09d952f # timeout=10 [2021-01-25T07:25:06.811Z] > git remote # timeout=10 [2021-01-25T07:25:06.818Z] > git config --get remote.origin.url # timeout=10 [2021-01-25T07:25:06.824Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-25T07:25:06.828Z] > git merge f7cba1f5bd7f0f50faed19509b697065ec7e4bcf # timeout=10 [2021-01-25T07:25:06.839Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-25T07:25:06.849Z] > git config core.sparsecheckout # timeout=10 [2021-01-25T07:25:06.854Z] > git checkout -f 1299e1d2a80a1d3a3d60061c8c64f6cbe09d952f # timeout=10 [2021-01-25T07:25:10.560Z] Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-core-contracts/v2" [2021-01-25T07:25:10.618Z] > git --version # timeout=10 [2021-01-25T07:25:10.624Z] > git --version # 'git version 2.17.1' [2021-01-25T07:25:10.629Z] fatal: bad object 69a7e166112f335804d9fea76440e5140e47f034 [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-25T07:25:11.989Z] + echo snap-build.sh [2021-01-25T07:25:11.989Z] snap-build.sh [2021-01-25T07:25:11.989Z] + SNAP_BASE_DIR=. [2021-01-25T07:25:11.989Z] + '[' '!' -z /w/workspace/edgex-go/1 ']' [2021-01-25T07:25:11.989Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/1 [2021-01-25T07:25:11.989Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/1]' [2021-01-25T07:25:11.989Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/1] [2021-01-25T07:25:11.989Z] + cd /w/workspace/edgex-go/1 [2021-01-25T07:25:11.989Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-01-25T07:25:11.989Z] Reading package lists... [2021-01-25T07:25:11.989Z] Building dependency tree... [2021-01-25T07:25:11.989Z] Reading state information... [2021-01-25T07:25:12.260Z] The following packages were automatically installed and are no longer required: [2021-01-25T07:25:12.260Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-01-25T07:25:12.260Z] uidmap xdelta3 [2021-01-25T07:25:12.260Z] Use 'sudo apt autoremove' to remove them. [2021-01-25T07:25:12.260Z] The following packages will be REMOVED: [2021-01-25T07:25:12.260Z] lxd* lxd-client* [2021-01-25T07:25:12.835Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-01-25T07:25:12.835Z] After this operation, 31.7 MB disk space will be freed. [2021-01-25T07:25:13.637Z] (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-01-25T07:25:13.637Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-01-25T07:25:14.583Z] Removing lxd dnsmasq configuration [2021-01-25T07:25:14.583Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-01-25T07:25:14.583Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-01-25T07:25:15.532Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-01-25T07:25:15.796Z] (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-01-25T07:25:15.796Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-01-25T07:25:17.199Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-01-25T07:25:17.199Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-01-25T07:25:18.589Z] + sudo snap remove --purge lxd [2021-01-25T07:25:18.589Z] snap "lxd" is not installed [2021-01-25T07:25:18.589Z] + sudo groupadd --force --system lxd [2021-01-25T07:25:18.589Z] ++ whoami [2021-01-25T07:25:18.589Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-01-25T07:25:18.589Z] + newgrp - lxd [2021-01-25T07:25:18.853Z] + sudo snap install lxd [2021-01-25T07:25:27.077Z] 2021-01-25T07:25:25Z INFO Waiting for automatic snapd restart... [2021-01-25T07:25:42.022Z] lxd 4.10 from Canonical* installed [2021-01-25T07:25:42.022Z] + sudo lxd init --auto [2021-01-25T07:25:43.070Z] gofmt -l . [2021-01-25T07:25:45.680Z] [ "`gofmt -l .`" = "" ] [2021-01-25T07:25:47.697Z] ./bin/test-go-mod-tidy.sh [2021-01-25T07:25:48.300Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-01-25T07:25:50.500Z] + ls -al . [2021-01-25T07:25:50.500Z] total 696 [2021-01-25T07:25:50.500Z] drwxrwxr-x 9 1001 1001 4096 Jan 25 07:25 . [2021-01-25T07:25:50.500Z] drwxr-xr-x 4 root root 4096 Jan 25 07:21 .. [2021-01-25T07:25:50.500Z] -rw-rw-r-- 1 1001 1001 11 Jan 25 07:20 .dockerignore [2021-01-25T07:25:50.500Z] drwxrwxr-x 8 1001 1001 4096 Jan 25 07:20 .git [2021-01-25T07:25:50.500Z] drwxrwxr-x 3 1001 1001 4096 Jan 25 07:20 .github [2021-01-25T07:25:50.500Z] -rw-rw-r-- 1 1001 1001 872 Jan 25 07:20 .gitignore [2021-01-25T07:25:50.500Z] -rw-rw-r-- 1 1001 1001 166 Jan 25 07:20 .sonarcloud.properties [2021-01-25T07:25:50.500Z] -rw-rw-r-- 1 1001 1001 7859 Jan 25 07:20 Attribution.txt [2021-01-25T07:25:50.500Z] -rw-rw-r-- 1 1001 1001 3804 Jan 25 07:20 CONTRIBUTING.md [2021-01-25T07:25:50.500Z] -rw-rw-r-- 1 1001 1001 931 Jan 25 07:20 Dockerfile.build [2021-01-25T07:25:50.500Z] -rw-rw-r-- 1 1001 1001 863 Jan 25 07:20 Jenkinsfile [2021-01-25T07:25:50.500Z] -rw-rw-r-- 1 1001 1001 10775 Jan 25 07:20 LICENSE [2021-01-25T07:25:50.500Z] -rw-rw-r-- 1 1001 1001 6001 Jan 25 07:20 Makefile [2021-01-25T07:25:50.500Z] -rw-rw-r-- 1 1001 1001 6524 Jan 25 07:20 README.md [2021-01-25T07:25:50.500Z] -rw-rw-r-- 1 1001 1001 6755 Jan 25 07:20 SECURITY.md [2021-01-25T07:25:50.500Z] -rw-rw-r-- 1 1001 1001 5 Jan 25 07:16 VERSION [2021-01-25T07:25:50.500Z] -rw-rw-r-- 1 1001 1001 4131 Jan 25 07:20 ZMQWindows.md [2021-01-25T07:25:50.500Z] drwxrwxr-x 2 1001 1001 4096 Jan 25 07:20 bin [2021-01-25T07:25:50.500Z] drwxrwxr-x 15 1001 1001 4096 Jan 25 07:20 cmd [2021-01-25T07:25:50.500Z] -rw-r--r-- 1 root root 564700 Jan 25 07:24 coverage.out [2021-01-25T07:25:50.500Z] -rw-r--r-- 1 root root 1053 Jan 25 07:25 go.mod [2021-01-25T07:25:50.500Z] -rw-r--r-- 1 root root 18995 Jan 25 07:25 go.sum [2021-01-25T07:25:50.500Z] drwxrwxr-x 8 1001 1001 4096 Jan 25 07:20 internal [2021-01-25T07:25:50.500Z] drwxrwxr-x 4 1001 1001 4096 Jan 25 07:20 openapi [2021-01-25T07:25:50.500Z] drwxrwxr-x 4 1001 1001 4096 Jan 25 07:20 snap [2021-01-25T07:25:50.500Z] -rw-rw-r-- 1 1001 1001 168 Jan 25 07:20 version.go [Pipeline] sh [2021-01-25T07:25:51.217Z] + '[' -e coverage.out ] [2021-01-25T07:25:51.217Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-01-25T07:25:51.264Z] Warning: overwriting stash ‘coverage-report’ [2021-01-25T07:25:52.060Z] + sudo snap install --classic snapcraft [2021-01-25T07:25:52.316Z] Stashed 1 file(s) [Pipeline] sh [2021-01-25T07:25:52.985Z] + make build [2021-01-25T07:25:52.985Z] 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-01-25T07:25:58.654Z] snapcraft 4.4.4 from Canonical* installed [2021-01-25T07:25:58.654Z] + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' [2021-01-25T07:25:58.654Z] + patch --verbose -p1 [2021-01-25T07:25:58.654Z] Hmm... Looks like a unified diff to me... [2021-01-25T07:25:58.654Z] The text leading up to this was: [2021-01-25T07:25:58.654Z] -------------------------- [2021-01-25T07:25:58.654Z] |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 [2021-01-25T07:25:58.654Z] |From: Tony Espy [2021-01-25T07:25:58.654Z] |Date: Wed, 16 Dec 2020 16:34:55 -0500 [2021-01-25T07:25:58.654Z] |Subject: [PATCH] optimize snap build for pipeline CI check [2021-01-25T07:25:58.654Z] | [2021-01-25T07:25:58.654Z] |This patch is used by the EdgeX CI pipeline builds to [2021-01-25T07:25:58.654Z] |optimize the snap CI check run for pull requests. When [2021-01-25T07:25:58.654Z] |applied, it essentially strips out everything (apps and [2021-01-25T07:25:58.654Z] |parts) from the snapcraft.yaml file except those required [2021-01-25T07:25:58.654Z] |to build edgex-go, as the whole idea of the CI check is to [2021-01-25T07:25:58.654Z] |catch changes to edgex-go that break the snap build. [2021-01-25T07:25:58.654Z] | [2021-01-25T07:25:58.654Z] |In general, anyone updating snapcraft.yaml will also need [2021-01-25T07:25:58.654Z] |to update this patch file, otherwise it may fail to apply, [2021-01-25T07:25:58.654Z] |resulting in a failed snap build CI check in the associated [2021-01-25T07:25:58.654Z] |pull request. [2021-01-25T07:25:58.654Z] | [2021-01-25T07:25:58.654Z] |Note - in addition to applying this patch, the pipeline also [2021-01-25T07:25:58.654Z] |only primes the snap (e.g. `snapcraft prime`), as there's no [2021-01-25T07:25:58.655Z] |need to build the finally binary .snap file (and it won't [2021-01-25T07:25:58.655Z] |work with the patch applied). This further reduces the build [2021-01-25T07:25:58.655Z] |time. [2021-01-25T07:25:58.655Z] |--- [2021-01-25T07:25:58.655Z] | snap/snapcraft.yaml | 461 +------------------------------------------- [2021-01-25T07:25:58.655Z] | 1 file changed, 2 insertions(+), 459 deletions(-) [2021-01-25T07:25:58.655Z] | [2021-01-25T07:25:58.655Z] |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml [2021-01-25T07:25:58.655Z] |index 1e537489..faf42425 100644 [2021-01-25T07:25:58.655Z] |--- a/snap/snapcraft.yaml [2021-01-25T07:25:58.655Z] |+++ b/snap/snapcraft.yaml [2021-01-25T07:25:58.655Z] -------------------------- [2021-01-25T07:25:58.655Z] patching file snap/snapcraft.yaml [2021-01-25T07:25:58.655Z] Using Plan A... [2021-01-25T07:25:58.655Z] Hunk #1 succeeded at 73. [2021-01-25T07:25:58.655Z] Hunk #2 succeeded at 202 with fuzz 1 (offset 2 lines). [2021-01-25T07:25:58.655Z] Hunk #3 succeeded at 214 (offset -1 lines). [2021-01-25T07:25:58.655Z] Hunk #4 succeeded at 222 (offset -1 lines). [2021-01-25T07:25:58.655Z] Hunk #5 succeeded at 229 (offset -1 lines). [2021-01-25T07:25:58.655Z] Hunk #6 succeeded at 256 (offset -1 lines). [2021-01-25T07:25:58.655Z] Hunk #7 succeeded at 290 (offset -1 lines). [2021-01-25T07:25:58.655Z] Hunk #8 succeeded at 342. [2021-01-25T07:25:58.655Z] Hmm... Ignoring the trailing garbage. [2021-01-25T07:25:58.655Z] done [2021-01-25T07:25:58.655Z] + sudo snapcraft prime --use-lxd [2021-01-25T07:25:58.917Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-01-25T07:25:58.917Z] 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-01-25T07:25:58.917Z] - README.md [2021-01-25T07:25:58.917Z] - snapcraft.yaml.orig [2021-01-25T07:25:58.917Z] [2021-01-25T07:25:58.917Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-01-25T07:25:59.863Z] Launching a container. [2021-01-25T07:26:05.385Z] 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-01-25T07:26:12.111Z] Waiting for container to be ready [2021-01-25T07:26:12.112Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-01-25T07:26:12.112Z] [2021-01-25T07:26:14.672Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-01-25T07:26:15.246Z] Waiting for network to be ready... [2021-01-25T07:26:15.508Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-01-25T07:26:15.771Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1513 kB] [2021-01-25T07:26:15.771Z] Get:3 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-01-25T07:26:15.771Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [293 kB] [2021-01-25T07:26:15.771Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] [2021-01-25T07:26:15.771Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] [2021-01-25T07:26:15.771Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [219 kB] [2021-01-25T07:26:15.771Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [28.8 kB] [2021-01-25T07:26:15.771Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1101 kB] [2021-01-25T07:26:15.771Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [246 kB] [2021-01-25T07:26:16.343Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-01-25T07:26:16.343Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-01-25T07:26:16.605Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-01-25T07:26:16.605Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-01-25T07:26:16.605Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-01-25T07:26:16.605Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-01-25T07:26:16.605Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-01-25T07:26:16.605Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-01-25T07:26:17.177Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-01-25T07:26:17.441Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1851 kB] [2021-01-25T07:26:17.441Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [385 kB] [2021-01-25T07:26:17.441Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.5 kB] [2021-01-25T07:26:17.441Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7180 B] [2021-01-25T07:26:17.441Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [240 kB] [2021-01-25T07:26:17.700Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [32.3 kB] [2021-01-25T07:26:17.700Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1707 kB] [2021-01-25T07:26:17.700Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [360 kB] [2021-01-25T07:26:19.616Z] Fetched 23.8 MB in 4s (5965 kB/s) [2021-01-25T07:26:20.193Z] Reading package lists... [2021-01-25T07:26:20.461Z] Reading package lists... [2021-01-25T07:26:20.725Z] Building dependency tree... [2021-01-25T07:26:20.725Z] Reading state information... [2021-01-25T07:26:20.725Z] The following additional packages will be installed: [2021-01-25T07:26:20.725Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-01-25T07:26:20.725Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-01-25T07:26:20.725Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-01-25T07:26:20.725Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-01-25T07:26:20.725Z] Suggested packages: [2021-01-25T07:26:20.725Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-01-25T07:26:20.725Z] Recommended packages: [2021-01-25T07:26:20.725Z] gnupg libsasl2-modules [2021-01-25T07:26:20.725Z] The following NEW packages will be installed: [2021-01-25T07:26:20.725Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-01-25T07:26:20.725Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-01-25T07:26:20.725Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-01-25T07:26:20.725Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-01-25T07:26:20.725Z] The following packages will be upgraded: [2021-01-25T07:26:20.725Z] gpg gpg-agent gpgconf libudev1 [2021-01-25T07:26:20.985Z] 4 upgraded, 18 newly installed, 0 to remove and 102 not upgraded. [2021-01-25T07:26:20.985Z] Need to get 3533 kB of archives. [2021-01-25T07:26:20.985Z] After this operation, 13.3 MB of additional disk space will be used. [2021-01-25T07:26:20.986Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] [2021-01-25T07:26:20.986Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.44 [58.3 kB] [2021-01-25T07:26:21.248Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.44 [1103 kB] [2021-01-25T07:26:21.509Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] [2021-01-25T07:26:21.509Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] [2021-01-25T07:26:21.509Z] Get:6 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-01-25T07:26:21.509Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] [2021-01-25T07:26:21.509Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.8 [17.0 kB] [2021-01-25T07:26:21.509Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.8 [155 kB] [2021-01-25T07:26:21.509Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] [2021-01-25T07:26:21.771Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-01-25T07:26:21.771Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-01-25T07:26:21.771Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-01-25T07:26:21.771Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-01-25T07:26:21.771Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-01-25T07:26:21.771Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-01-25T07:26:21.771Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-01-25T07:26:21.771Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-01-25T07:26:21.771Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-01-25T07:26:21.771Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-01-25T07:26:21.771Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-01-25T07:26:21.771Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-01-25T07:26:22.033Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-25T07:26:22.033Z] Fetched 3533 kB in 1s (3216 kB/s) [2021-01-25T07:26:22.033Z] (Reading database ... 12511 files and directories currently installed.) [2021-01-25T07:26:22.033Z] Preparing to unpack .../libudev1_237-3ubuntu10.44_amd64.deb ... [2021-01-25T07:26:22.033Z] Unpacking libudev1:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-01-25T07:26:22.295Z] Setting up libudev1:amd64 (237-3ubuntu10.44) ... [2021-01-25T07:26:22.295Z] Selecting previously unselected package udev. [2021-01-25T07:26:22.295Z] (Reading database ... 12511 files and directories currently installed.) [2021-01-25T07:26:22.295Z] Preparing to unpack .../00-udev_237-3ubuntu10.44_amd64.deb ... [2021-01-25T07:26:22.295Z] Unpacking udev (237-3ubuntu10.44) ... [2021-01-25T07:26:22.556Z] Selecting previously unselected package libfuse2:amd64. [2021-01-25T07:26:22.556Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-01-25T07:26:22.556Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-01-25T07:26:22.822Z] Selecting previously unselected package fuse. [2021-01-25T07:26:22.822Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-01-25T07:26:22.822Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-01-25T07:26:22.822Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-25T07:26:22.822Z] Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-25T07:26:23.084Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-25T07:26:23.084Z] Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-25T07:26:23.084Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-25T07:26:23.084Z] Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-25T07:26:23.345Z] Selecting previously unselected package libksba8:amd64. [2021-01-25T07:26:23.345Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-01-25T07:26:23.345Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-01-25T07:26:23.345Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-01-25T07:26:23.345Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-25T07:26:23.345Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-25T07:26:23.345Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-01-25T07:26:23.606Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-25T07:26:23.606Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-25T07:26:23.606Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-01-25T07:26:23.606Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-25T07:26:23.606Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-25T07:26:23.606Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-01-25T07:26:23.606Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-25T07:26:23.606Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-25T07:26:23.868Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-01-25T07:26:23.868Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-25T07:26:23.868Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-25T07:26:23.868Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-01-25T07:26:23.868Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-25T07:26:23.868Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-25T07:26:23.868Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-01-25T07:26:23.868Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-25T07:26:23.868Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-25T07:26:24.129Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-01-25T07:26:24.129Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-25T07:26:24.129Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-25T07:26:24.129Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-01-25T07:26:24.129Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-25T07:26:24.129Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-25T07:26:24.129Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-01-25T07:26:24.129Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-01-25T07:26:24.391Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-25T07:26:24.391Z] Selecting previously unselected package libsasl2-2:amd64. [2021-01-25T07:26:24.391Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-01-25T07:26:24.391Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-25T07:26:24.391Z] Selecting previously unselected package libldap-common. [2021-01-25T07:26:24.391Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... [2021-01-25T07:26:24.391Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-25T07:26:24.653Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-01-25T07:26:24.653Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... [2021-01-25T07:26:24.653Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-25T07:26:24.653Z] Selecting previously unselected package dirmngr. [2021-01-25T07:26:24.653Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-25T07:26:24.653Z] Unpacking dirmngr (2.2.4-1ubuntu1.3) ... [2021-01-25T07:26:24.914Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-25T07:26:24.914Z] Setting up gpgconf (2.2.4-1ubuntu1.3) ... [2021-01-25T07:26:24.914Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-01-25T07:26:24.914Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-25T07:26:25.177Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-25T07:26:25.177Z] Setting up gpg-agent (2.2.4-1ubuntu1.3) ... [2021-01-25T07:26:25.177Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-25T07:26:25.177Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-01-25T07:26:25.177Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-25T07:26:25.177Z] Setting up udev (237-3ubuntu10.44) ... [2021-01-25T07:26:25.448Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-01-25T07:26:25.710Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-25T07:26:25.710Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-01-25T07:26:25.710Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-01-25T07:26:25.710Z] Setting up gpg (2.2.4-1ubuntu1.3) ... [2021-01-25T07:26:25.710Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-25T07:26:25.971Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-25T07:26:25.971Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-25T07:26:25.971Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-25T07:26:25.971Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-25T07:26:25.971Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-25T07:26:25.971Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-25T07:26:25.971Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-25T07:26:25.971Z] Setting up dirmngr (2.2.4-1ubuntu1.3) ... [2021-01-25T07:26:26.232Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-25T07:26:26.492Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-01-25T07:26:26.492Z] settings in the [Install] section, and DefaultInstance for template units). [2021-01-25T07:26:26.492Z] This means they are not meant to be enabled using systemctl. [2021-01-25T07:26:26.492Z] Possible reasons for having this kind of units are: [2021-01-25T07:26:26.492Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-01-25T07:26:26.492Z] .wants/ or .requires/ directory. [2021-01-25T07:26:26.492Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-01-25T07:26:26.492Z] a requirement dependency on it. [2021-01-25T07:26:26.492Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-01-25T07:26:26.492Z] D-Bus, udev, scripted systemctl call, ...). [2021-01-25T07:26:26.492Z] 4) In case of template units, the unit is meant to be enabled with some [2021-01-25T07:26:26.492Z] instance name specified. [2021-01-25T07:26:26.758Z] Reading package lists... [2021-01-25T07:26:27.019Z] Building dependency tree... [2021-01-25T07:26:27.019Z] Reading state information... [2021-01-25T07:26:27.019Z] The following additional packages will be installed: [2021-01-25T07:26:27.019Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-01-25T07:26:27.019Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-01-25T07:26:27.019Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-01-25T07:26:27.019Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-01-25T07:26:27.019Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-01-25T07:26:27.019Z] Suggested packages: [2021-01-25T07:26:27.019Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-01-25T07:26:27.019Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-01-25T07:26:27.019Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-01-25T07:26:27.019Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-01-25T07:26:27.019Z] systemd-container policykit-1 [2021-01-25T07:26:27.019Z] Recommended packages: [2021-01-25T07:26:27.019Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-01-25T07:26:27.019Z] The following NEW packages will be installed: [2021-01-25T07:26:27.019Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-01-25T07:26:27.019Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-01-25T07:26:27.019Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-01-25T07:26:27.019Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-01-25T07:26:27.019Z] python3.6-minimal snapd squashfs-tools sudo [2021-01-25T07:26:27.019Z] The following packages will be upgraded: [2021-01-25T07:26:27.019Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-01-25T07:26:27.280Z] 5 upgraded, 25 newly installed, 0 to remove and 97 not upgraded. [2021-01-25T07:26:27.280Z] Need to get 35.2 MB of archives. [2021-01-25T07:26:27.280Z] After this operation, 141 MB of additional disk space will be used. [2021-01-25T07:26:27.280Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] [2021-01-25T07:26:27.280Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] [2021-01-25T07:26:27.280Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.44 [2913 kB] [2021-01-25T07:26:27.280Z] 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-01-25T07:26:27.280Z] 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-01-25T07:26:27.280Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-01-25T07:26:27.280Z] 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-01-25T07:26:27.540Z] 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-01-25T07:26:27.540Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] [2021-01-25T07:26:27.540Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-01-25T07:26:27.540Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-01-25T07:26:27.540Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-01-25T07:26:27.540Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-01-25T07:26:27.540Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-01-25T07:26:27.540Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-01-25T07:26:27.540Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] [2021-01-25T07:26:27.540Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-01-25T07:26:27.602Z] 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-01-25T07:26:28.153Z] Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.44 [209 kB] [2021-01-25T07:26:28.153Z] Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2021-01-25T07:26:28.153Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-01-25T07:26:28.154Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-01-25T07:26:28.154Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-01-25T07:26:28.154Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-01-25T07:26:28.154Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-01-25T07:26:28.154Z] Get:25 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-01-25T07:26:28.154Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 sudo amd64 1.8.21p2-3ubuntu1.3 [428 kB] [2021-01-25T07:26:28.414Z] Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-01-25T07:26:28.414Z] Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-01-25T07:26:28.414Z] Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] [2021-01-25T07:26:28.414Z] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] [2021-01-25T07:26:29.796Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-25T07:26:29.796Z] Fetched 35.2 MB in 2s (14.9 MB/s) [2021-01-25T07:26:29.796Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-25T07:26:29.796Z] Preparing to unpack .../systemd_237-3ubuntu10.44_amd64.deb ... [2021-01-25T07:26:29.796Z] Unpacking systemd (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-01-25T07:26:30.371Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.44_amd64.deb ... [2021-01-25T07:26:30.371Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-01-25T07:26:30.633Z] Setting up libsystemd0:amd64 (237-3ubuntu10.44) ... [2021-01-25T07:26:30.633Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-25T07:26:30.633Z] Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... [2021-01-25T07:26:30.633Z] Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... [2021-01-25T07:26:30.893Z] Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... [2021-01-25T07:26:30.893Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-25T07:26:30.893Z] Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... [2021-01-25T07:26:31.154Z] Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... [2021-01-25T07:26:31.415Z] Setting up apt (1.6.12ubuntu0.2) ... [2021-01-25T07:26:31.415Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-01-25T07:26:31.676Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-01-25T07:26:31.899Z] 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-01-25T07:26:31.938Z] (Reading database ... 12764 files and directories currently installed.) [2021-01-25T07:26:31.938Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-01-25T07:26:31.938Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-01-25T07:26:31.938Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-01-25T07:26:31.938Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-25T07:26:31.938Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-25T07:26:32.199Z] Selecting previously unselected package libexpat1:amd64. [2021-01-25T07:26:32.199Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-01-25T07:26:32.199Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-01-25T07:26:32.199Z] Selecting previously unselected package python3.6-minimal. [2021-01-25T07:26:32.199Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-25T07:26:32.199Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-01-25T07:26:32.771Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... [2021-01-25T07:26:32.771Z] Checking for services that may need to be restarted...done. [2021-01-25T07:26:32.771Z] Checking for services that may need to be restarted...done. [2021-01-25T07:26:32.771Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-25T07:26:32.771Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-01-25T07:26:32.771Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-01-25T07:26:33.344Z] Selecting previously unselected package python3-minimal. [2021-01-25T07:26:33.344Z] (Reading database ... 13012 files and directories currently installed.) [2021-01-25T07:26:33.344Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-01-25T07:26:33.344Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-01-25T07:26:33.344Z] Selecting previously unselected package mime-support. [2021-01-25T07:26:33.344Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-01-25T07:26:33.344Z] Unpacking mime-support (3.60ubuntu1) ... [2021-01-25T07:26:33.605Z] Selecting previously unselected package libmpdec2:amd64. [2021-01-25T07:26:33.605Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-01-25T07:26:33.605Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-01-25T07:26:33.605Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-01-25T07:26:33.605Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-25T07:26:33.605Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-25T07:26:33.866Z] Selecting previously unselected package python3.6. [2021-01-25T07:26:33.866Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-25T07:26:33.866Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-25T07:26:34.127Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-01-25T07:26:34.127Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-01-25T07:26:34.127Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-01-25T07:26:34.127Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-01-25T07:26:34.389Z] Selecting previously unselected package python3. [2021-01-25T07:26:34.389Z] (Reading database ... 13442 files and directories currently installed.) [2021-01-25T07:26:34.389Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-01-25T07:26:34.389Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-01-25T07:26:34.389Z] Selecting previously unselected package multiarch-support. [2021-01-25T07:26:34.389Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-01-25T07:26:34.389Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-01-25T07:26:34.653Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-01-25T07:26:34.653Z] Selecting previously unselected package liblzo2-2:amd64. [2021-01-25T07:26:34.653Z] (Reading database ... 13479 files and directories currently installed.) [2021-01-25T07:26:34.653Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-01-25T07:26:34.653Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-01-25T07:26:35.233Z] Selecting previously unselected package libbsd0:amd64. [2021-01-25T07:26:35.233Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-01-25T07:26:35.233Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-01-25T07:26:35.233Z] Selecting previously unselected package sudo. [2021-01-25T07:26:35.233Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.3_amd64.deb ... [2021-01-25T07:26:35.233Z] Unpacking sudo (1.8.21p2-3ubuntu1.3) ... [2021-01-25T07:26:35.494Z] Selecting previously unselected package apparmor. [2021-01-25T07:26:35.494Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-01-25T07:26:35.494Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-01-25T07:26:35.494Z] Selecting previously unselected package libedit2:amd64. [2021-01-25T07:26:35.494Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-01-25T07:26:35.494Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-01-25T07:26:35.755Z] Selecting previously unselected package libkrb5support0:amd64. [2021-01-25T07:26:35.755Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-01-25T07:26:35.755Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-01-25T07:26:35.755Z] Selecting previously unselected package libk5crypto3:amd64. [2021-01-25T07:26:35.755Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-01-25T07:26:35.755Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-01-25T07:26:36.019Z] Selecting previously unselected package libkeyutils1:amd64. [2021-01-25T07:26:36.019Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-01-25T07:26:36.019Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-01-25T07:26:36.019Z] Selecting previously unselected package libkrb5-3:amd64. [2021-01-25T07:26:36.019Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-01-25T07:26:36.019Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-01-25T07:26:36.019Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-01-25T07:26:36.019Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-01-25T07:26:36.221Z] 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-01-25T07:26:36.280Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-01-25T07:26:36.280Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-01-25T07:26:36.280Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... [2021-01-25T07:26:36.280Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-01-25T07:26:36.541Z] Selecting previously unselected package openssh-client. [2021-01-25T07:26:36.541Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-01-25T07:26:36.541Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-01-25T07:26:36.541Z] Selecting previously unselected package squashfs-tools. [2021-01-25T07:26:36.541Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-01-25T07:26:36.541Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-01-25T07:26:36.803Z] Selecting previously unselected package snapd. [2021-01-25T07:26:36.803Z] Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... [2021-01-25T07:26:36.803Z] Unpacking snapd (2.48+18.04) ... [2021-01-25T07:26:37.207Z] 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-01-25T07:26:38.720Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-01-25T07:26:38.720Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-01-25T07:26:38.720Z] Setting up mime-support (3.60ubuntu1) ... [2021-01-25T07:26:38.981Z] Setting up sudo (1.8.21p2-3ubuntu1.3) ... [2021-01-25T07:26:38.981Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-01-25T07:26:38.981Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-01-25T07:26:38.981Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-25T07:26:38.981Z] Setting up systemd (237-3ubuntu10.44) ... [2021-01-25T07:26:38.981Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-01-25T07:26:39.925Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-01-25T07:26:39.925Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-01-25T07:26:39.925Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-01-25T07:26:39.925Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-25T07:26:39.925Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-01-25T07:26:39.925Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-25T07:26:40.870Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-01-25T07:26:41.132Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-01-25T07:26:41.132Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-01-25T07:26:41.132Z] Setting up python3 (3.6.7-1~18.04) ... [2021-01-25T07:26:41.132Z] running python rtupdate hooks for python3.6... [2021-01-25T07:26:41.132Z] running python post-rtupdate hooks for python3.6... [2021-01-25T07:26:41.393Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-01-25T07:26:42.600Z] 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-01-25T07:26:42.779Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-01-25T07:26:43.040Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-01-25T07:26:43.040Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-01-25T07:26:43.300Z] Setting up snapd (2.48+18.04) ... [2021-01-25T07:26:43.870Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-01-25T07:26:43.870Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-01-25T07:26:44.132Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-01-25T07:26:44.132Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-01-25T07:26:44.393Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-01-25T07:26:44.393Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-01-25T07:26:44.656Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-01-25T07:26:44.656Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-01-25T07:26:44.917Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-01-25T07:26:45.182Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-01-25T07:26:45.182Z] /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-01-25T07:26:45.182Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-25T07:26:45.182Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-01-25T07:26:46.126Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-01-25T07:26:46.126Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-25T07:26:46.386Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-25T07:26:46.916Z] 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-01-25T07:26:47.587Z] Reading package lists... [2021-01-25T07:26:47.587Z] Reading package lists... [2021-01-25T07:26:47.848Z] Building dependency tree... [2021-01-25T07:26:47.848Z] Reading state information... [2021-01-25T07:26:47.848Z] Calculating upgrade... [2021-01-25T07:26:48.110Z] The following packages will be upgraded: [2021-01-25T07:26:48.110Z] advancecomp base-files bash binutils binutils-common [2021-01-25T07:26:48.110Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-01-25T07:26:48.110Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-01-25T07:26:48.110Z] grep libapparmor1 libasan4 libatomic1 libbinutils libblkid1 libbz2-1.0 [2021-01-25T07:26:48.110Z] libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 libcilkrts5 libcom-err2 [2021-01-25T07:26:48.110Z] libcryptsetup12 libdb5.3 libdevmapper1.02.1 libdpkg-perl libext2fs2 [2021-01-25T07:26:48.110Z] libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 libgnutls30 libgomp1 libidn11 [2021-01-25T07:26:48.110Z] libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 libmount1 libmpx2 libncurses5 [2021-01-25T07:26:48.110Z] libncursesw5 libp11-kit0 libpam-modules libpam-modules-bin libpam-runtime [2021-01-25T07:26:48.110Z] libpam0g libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 [2021-01-25T07:26:48.110Z] libsmartcols1 libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 [2021-01-25T07:26:48.110Z] libtsan0 libubsan0 libunistring2 libuuid1 libzstd1 linux-libc-dev login [2021-01-25T07:26:48.110Z] mount ncurses-base ncurses-bin openssl passwd patch perl perl-base [2021-01-25T07:26:48.110Z] perl-modules-5.26 pkgbinarymangler procps systemd-sysv tar tzdata [2021-01-25T07:26:48.110Z] ubuntu-keyring util-linux [2021-01-25T07:26:48.110Z] 97 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-01-25T07:26:48.110Z] Need to get 63.7 MB of archives. [2021-01-25T07:26:48.110Z] After this operation, 5203 kB of additional disk space will be used. [2021-01-25T07:26:48.110Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-01-25T07:26:48.110Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-01-25T07:26:48.110Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-01-25T07:26:48.110Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-01-25T07:26:48.110Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-01-25T07:26:48.110Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-01-25T07:26:48.110Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] [2021-01-25T07:26:48.110Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] [2021-01-25T07:26:48.110Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] [2021-01-25T07:26:48.110Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-01-25T07:26:48.110Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-01-25T07:26:48.110Z] Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-01-25T07:26:48.369Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2021-01-25T07:26:48.369Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-01-25T07:26:48.369Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-01-25T07:26:48.369Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-01-25T07:26:48.369Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-01-25T07:26:48.369Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-01-25T07:26:48.369Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-01-25T07:26:48.369Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-01-25T07:26:48.369Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-01-25T07:26:48.369Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2021-01-25T07:26:48.369Z] Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-01-25T07:26:48.369Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-01-25T07:26:48.369Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-01-25T07:26:48.369Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-01-25T07:26:48.369Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-01-25T07:26:48.369Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-01-25T07:26:48.369Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-01-25T07:26:48.369Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-01-25T07:26:48.369Z] Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-01-25T07:26:48.369Z] Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-01-25T07:26:48.369Z] Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-01-25T07:26:48.369Z] Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-01-25T07:26:48.369Z] Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] [2021-01-25T07:26:48.369Z] Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] [2021-01-25T07:26:48.369Z] Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-01-25T07:26:48.369Z] Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-01-25T07:26:48.369Z] Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] [2021-01-25T07:26:48.369Z] Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] [2021-01-25T07:26:48.369Z] Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20201027ubuntu0.18.04.1 [153 kB] [2021-01-25T07:26:48.369Z] Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-01-25T07:26:48.369Z] Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2021-01-25T07:26:48.369Z] Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-01-25T07:26:48.369Z] Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2020f-0ubuntu0.18.04 [190 kB] [2021-01-25T07:26:48.632Z] Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2021-01-25T07:26:48.632Z] Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-01-25T07:26:48.632Z] Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.4 [1839 kB] [2021-01-25T07:26:48.632Z] Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] [2021-01-25T07:26:48.632Z] Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] [2021-01-25T07:26:48.632Z] Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] [2021-01-25T07:26:48.632Z] Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-01-25T07:26:48.632Z] Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-01-25T07:26:48.632Z] Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-01-25T07:26:48.632Z] Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-01-25T07:26:48.632Z] Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-01-25T07:26:48.895Z] Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2021-01-25T07:26:48.895Z] Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2021-01-25T07:26:48.895Z] Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-01-25T07:26:49.164Z] Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2021-01-25T07:26:49.164Z] Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-01-25T07:26:49.164Z] Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-01-25T07:26:49.164Z] Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-01-25T07:26:49.164Z] Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-01-25T07:26:49.164Z] Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-01-25T07:26:49.164Z] Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 linux-libc-dev amd64 4.15.0-134.138 [987 kB] [2021-01-25T07:26:49.425Z] Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-01-25T07:26:49.425Z] Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-01-25T07:26:49.425Z] Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-01-25T07:26:49.425Z] Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-01-25T07:26:49.425Z] Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-01-25T07:26:49.425Z] Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-01-25T07:26:49.425Z] Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-01-25T07:26:49.425Z] Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-01-25T07:26:49.425Z] Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-01-25T07:26:49.425Z] Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-01-25T07:26:49.425Z] Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-01-25T07:26:49.687Z] Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-01-25T07:26:49.687Z] Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-01-25T07:26:49.687Z] Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] [2021-01-25T07:26:49.687Z] Get:81 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-01-25T07:26:49.687Z] Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] [2021-01-25T07:26:49.687Z] Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.44 [16.1 kB] [2021-01-25T07:26:49.687Z] Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] [2021-01-25T07:26:49.688Z] Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-01-25T07:26:49.688Z] Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-01-25T07:26:49.688Z] Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-01-25T07:26:49.688Z] Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] [2021-01-25T07:26:49.688Z] Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-01-25T07:26:49.688Z] Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-01-25T07:26:49.951Z] Get:91 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-01-25T07:26:49.951Z] Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-01-25T07:26:49.951Z] Get:93 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-01-25T07:26:49.951Z] Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-01-25T07:26:49.951Z] Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-01-25T07:26:49.951Z] Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-01-25T07:26:49.951Z] Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-01-25T07:26:50.211Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-25T07:26:50.211Z] Fetched 63.7 MB in 2s (33.0 MB/s) [2021-01-25T07:26:50.211Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-25T07:26:50.211Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-01-25T07:26:50.211Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-25T07:26:50.298Z] 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-01-25T07:26:50.781Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-01-25T07:26:50.781Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-25T07:26:51.044Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-134.138_amd64.deb ... [2021-01-25T07:26:51.044Z] Unpacking linux-libc-dev:amd64 (4.15.0-134.138) over (4.15.0-20.21) ... [2021-01-25T07:26:51.987Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-25T07:26:52.248Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-25T07:26:52.248Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-25T07:26:52.248Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-25T07:26:52.513Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-25T07:26:52.513Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-25T07:26:52.513Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-25T07:26:52.513Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-25T07:26:52.774Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-25T07:26:52.774Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-25T07:26:52.774Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-25T07:26:52.774Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-25T07:26:53.036Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-25T07:26:53.036Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-25T07:26:53.036Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-25T07:26:53.296Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-25T07:26:53.296Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-25T07:26:53.296Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-01-25T07:26:53.296Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-01-25T07:26:53.556Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-25T07:26:53.556Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-25T07:26:53.556Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-25T07:26:53.556Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-25T07:26:53.556Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-25T07:26:53.817Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-25T07:26:53.817Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-25T07:26:54.079Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-25T07:26:54.079Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-25T07:26:54.079Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-01-25T07:26:54.339Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-25T07:26:54.912Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-01-25T07:26:54.912Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-25T07:26:54.912Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-01-25T07:26:55.173Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-01-25T07:26:55.173Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-01-25T07:26:55.173Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-01-25T07:26:55.433Z] Setting up base-files (10.1ubuntu2.10) ... [2021-01-25T07:26:55.433Z] Installing new version of config file /etc/issue ... [2021-01-25T07:26:55.433Z] Installing new version of config file /etc/issue.net ... [2021-01-25T07:26:55.433Z] Installing new version of config file /etc/lsb-release ... [2021-01-25T07:26:55.433Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-01-25T07:26:55.694Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-01-25T07:26:55.696Z] 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-01-25T07:26:55.954Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-01-25T07:26:55.954Z] Removing obsolete conffile /etc/default/motd-news ... [2021-01-25T07:26:55.954Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-25T07:26:55.954Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-01-25T07:26:55.954Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-01-25T07:26:56.216Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-01-25T07:26:56.482Z] 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-01-25T07:26:56.482Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-25T07:26:56.482Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-25T07:26:56.482Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-01-25T07:26:56.482Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-01-25T07:26:56.743Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-25T07:26:56.743Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-01-25T07:26:56.744Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-01-25T07:26:56.744Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-01-25T07:26:57.007Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-25T07:26:57.007Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-01-25T07:26:57.007Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-25T07:26:57.270Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-01-25T07:26:57.270Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-25T07:26:57.270Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-25T07:26:57.531Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-25T07:26:57.531Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-25T07:26:57.531Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-25T07:26:57.531Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-25T07:26:57.790Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-25T07:26:57.790Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-01-25T07:26:58.051Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-25T07:26:58.051Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-01-25T07:26:58.051Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-01-25T07:26:58.051Z] Setting up grep (3.1-2build1) ... [2021-01-25T07:26:58.313Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-25T07:26:58.313Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-01-25T07:26:58.313Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-01-25T07:26:58.313Z] Setting up login (1:4.5-1ubuntu2) ... [2021-01-25T07:26:58.574Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-25T07:26:58.574Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-25T07:26:58.574Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-25T07:26:58.574Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-01-25T07:26:58.833Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-25T07:26:58.833Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-25T07:26:58.833Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-25T07:26:59.404Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-25T07:26:59.404Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-25T07:26:59.404Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-25T07:26:59.404Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-25T07:26:59.974Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-01-25T07:26:59.974Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-25T07:26:59.974Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-01-25T07:26:59.974Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-25T07:26:59.999Z] 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-01-25T07:27:01.359Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-01-25T07:27:01.359Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-01-25T07:27:01.359Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-01-25T07:27:01.359Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-01-25T07:27:01.359Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-01-25T07:27:01.359Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-25T07:27:01.359Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-01-25T07:27:01.359Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-01-25T07:27:01.625Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-01-25T07:27:01.625Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-25T07:27:01.625Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-25T07:27:01.625Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-25T07:27:01.625Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-25T07:27:01.887Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-25T07:27:01.887Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-25T07:27:01.887Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-25T07:27:01.887Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-25T07:27:02.149Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-25T07:27:02.149Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-25T07:27:02.149Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-25T07:27:02.149Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-25T07:27:02.410Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-25T07:27:02.410Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-25T07:27:02.410Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-25T07:27:02.410Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-25T07:27:02.674Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-25T07:27:02.674Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-25T07:27:02.674Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-25T07:27:02.674Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-25T07:27:02.674Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-25T07:27:02.933Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-25T07:27:02.933Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-25T07:27:02.933Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-25T07:27:02.933Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-25T07:27:03.193Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-25T07:27:03.193Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-25T07:27:03.193Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-25T07:27:03.193Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-25T07:27:03.454Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-25T07:27:03.454Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-25T07:27:03.454Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-25T07:27:03.454Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-25T07:27:03.717Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-01-25T07:27:03.717Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-25T07:27:03.717Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-25T07:27:03.717Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-25T07:27:04.291Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-01-25T07:27:04.311Z] 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-01-25T07:27:04.554Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-01-25T07:27:04.816Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-01-25T07:27:04.816Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-25T07:27:04.816Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-01-25T07:27:04.816Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-25T07:27:05.080Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-01-25T07:27:05.080Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-25T07:27:05.080Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-01-25T07:27:05.080Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-25T07:27:05.341Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-01-25T07:27:05.341Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-25T07:27:05.341Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-01-25T07:27:05.341Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-01-25T07:27:05.604Z] Setting up debconf (1.5.66ubuntu1) ... [2021-01-25T07:27:05.866Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-25T07:27:05.866Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-25T07:27:05.866Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-25T07:27:05.866Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-25T07:27:06.129Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-25T07:27:06.129Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-25T07:27:06.129Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-25T07:27:06.129Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-25T07:27:06.390Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-25T07:27:06.390Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-25T07:27:06.390Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-25T07:27:06.651Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-25T07:27:06.914Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-25T07:27:06.914Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-25T07:27:06.914Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-25T07:27:06.914Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.44_amd64.deb ... [2021-01-25T07:27:06.914Z] Unpacking systemd-sysv (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-01-25T07:27:07.176Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-25T07:27:07.176Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-25T07:27:07.176Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-25T07:27:07.737Z] 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-01-25T07:27:07.746Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-25T07:27:07.746Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-01-25T07:27:07.746Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-01-25T07:27:07.746Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-01-25T07:27:08.006Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-25T07:27:08.006Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-01-25T07:27:08.006Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-25T07:27:08.006Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-25T07:27:08.268Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-25T07:27:08.268Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-25T07:27:08.268Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-25T07:27:08.529Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-25T07:27:08.529Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-25T07:27:08.529Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... [2021-01-25T07:27:08.529Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... [2021-01-25T07:27:08.789Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... [2021-01-25T07:27:08.790Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-25T07:27:08.790Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-01-25T07:27:08.790Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-01-25T07:27:09.051Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-01-25T07:27:09.313Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-25T07:27:09.313Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-25T07:27:09.313Z] Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-25T07:27:09.576Z] Setting up gpgv (2.2.4-1ubuntu1.3) ... [2021-01-25T07:27:09.576Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-25T07:27:09.576Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-01-25T07:27:09.576Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-01-25T07:27:09.838Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-01-25T07:27:09.838Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-25T07:27:09.838Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-01-25T07:27:09.838Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-01-25T07:27:09.838Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-01-25T07:27:10.099Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-25T07:27:10.099Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-01-25T07:27:10.099Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-01-25T07:27:10.099Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-01-25T07:27:10.361Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-25T07:27:10.361Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-01-25T07:27:10.361Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-01-25T07:27:10.361Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-01-25T07:27:10.628Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-25T07:27:10.628Z] Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... [2021-01-25T07:27:10.628Z] Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... [2021-01-25T07:27:10.628Z] Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... [2021-01-25T07:27:10.889Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-25T07:27:10.889Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... [2021-01-25T07:27:10.889Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... [2021-01-25T07:27:10.889Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... [2021-01-25T07:27:11.157Z] (Reading database ... 13915 files and directories currently installed.) [2021-01-25T07:27:11.157Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-01-25T07:27:11.157Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-01-25T07:27:11.432Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-01-25T07:27:11.432Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-01-25T07:27:11.698Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-01-25T07:27:11.698Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-01-25T07:27:11.698Z] Preparing to unpack .../03-ca-certificates_20201027ubuntu0.18.04.1_all.deb ... [2021-01-25T07:27:11.968Z] Unpacking ca-certificates (20201027ubuntu0.18.04.1) over (20180409) ... [2021-01-25T07:27:11.968Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-01-25T07:27:11.968Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-01-25T07:27:12.237Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-01-25T07:27:12.237Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-01-25T07:27:12.504Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-01-25T07:27:12.504Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-01-25T07:27:12.504Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-01-25T07:27:12.774Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-01-25T07:27:12.774Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-01-25T07:27:12.774Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-01-25T07:27:13.038Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-01-25T07:27:13.038Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-01-25T07:27:13.038Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-01-25T07:27:13.038Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [Pipeline] } [2021-01-25T07:27:13.244Z] $ docker stop --time=1 0c49f39edb695e0a62ad285741a2a80b6572f157c6ceea7c498085fbb17399cf [2021-01-25T07:27:13.303Z] Preparing to unpack .../11-tzdata_2020f-0ubuntu0.18.04_all.deb ... [2021-01-25T07:27:13.303Z] Unpacking tzdata (2020f-0ubuntu0.18.04) over (2018d-1) ... [2021-01-25T07:27:14.247Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-01-25T07:27:14.248Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-01-25T07:27:14.248Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-01-25T07:27:14.248Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-01-25T07:27:14.509Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-25T07:27:14.509Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-25T07:27:14.768Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-25T07:27:14.768Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-25T07:27:15.029Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-25T07:27:15.029Z] Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-25T07:27:15.291Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-25T07:27:15.291Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-25T07:27:15.291Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-25T07:27:15.291Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-25T07:27:15.551Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-25T07:27:15.551Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-25T07:27:15.811Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-25T07:27:15.811Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-25T07:27:15.811Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-25T07:27:15.811Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-25T07:27:15.845Z] $ docker rm -f 0c49f39edb695e0a62ad285741a2a80b6572f157c6ceea7c498085fbb17399cf [2021-01-25T07:27:16.752Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-25T07:27:16.752Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-25T07:27:18.135Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-25T07:27:18.135Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-25T07:27:18.176Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-25T07:27:18.176Z] [2021-01-25T07:27:18.176Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-25T07:27:18.709Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-25T07:27:18.869Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-25T07:27:18.973Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-25T07:27:19.139Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-01-25T07:27:19.140Z] 29e5d40040c1: Pulling fs layer [2021-01-25T07:27:19.140Z] 1ce36da41761: Pulling fs layer [2021-01-25T07:27:19.140Z] 25b303627fd3: Pulling fs layer [2021-01-25T07:27:19.140Z] 29e5d40040c1: Download complete [2021-01-25T07:27:19.234Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-25T07:27:19.234Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-25T07:27:19.737Z] 29e5d40040c1: Pull complete [2021-01-25T07:27:20.012Z] 1ce36da41761: Verifying Checksum [2021-01-25T07:27:20.012Z] 1ce36da41761: Download complete [2021-01-25T07:27:20.176Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-25T07:27:20.176Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-25T07:27:20.176Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-25T07:27:20.176Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-25T07:27:20.438Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-01-25T07:27:20.438Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-25T07:27:20.699Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-01-25T07:27:20.699Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-25T07:27:20.699Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-01-25T07:27:20.699Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-01-25T07:27:20.967Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-25T07:27:20.967Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-25T07:27:20.967Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-25T07:27:20.967Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-25T07:27:21.229Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-01-25T07:27:21.229Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-01-25T07:27:21.229Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-25T07:27:21.229Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-25T07:27:21.442Z] 1ce36da41761: Pull complete [2021-01-25T07:27:21.442Z] 25b303627fd3: Verifying Checksum [2021-01-25T07:27:21.442Z] 25b303627fd3: Download complete [2021-01-25T07:27:21.489Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-25T07:27:21.489Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-25T07:27:21.489Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-25T07:27:21.489Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-01-25T07:27:21.489Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-01-25T07:27:21.489Z] Setting up tzdata (2020f-0ubuntu0.18.04) ... [2021-01-25T07:27:21.760Z] [2021-01-25T07:27:21.760Z] Current default time zone: 'Etc/UTC' [2021-01-25T07:27:21.760Z] Local time is now: Mon Jan 25 07:27:21 UTC 2021. [2021-01-25T07:27:21.760Z] Universal Time is now: Mon Jan 25 07:27:21 UTC 2021. [2021-01-25T07:27:21.760Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-01-25T07:27:21.760Z] [2021-01-25T07:27:21.760Z] Setting up systemd-sysv (237-3ubuntu10.44) ... [2021-01-25T07:27:21.760Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-25T07:27:21.760Z] Setting up linux-libc-dev:amd64 (4.15.0-134.138) ... [2021-01-25T07:27:21.760Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-01-25T07:27:21.760Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-01-25T07:27:21.760Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-01-25T07:27:22.021Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-01-25T07:27:22.021Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-01-25T07:27:22.021Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-01-25T07:27:22.021Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-01-25T07:27:22.021Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-25T07:27:22.021Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-01-25T07:27:22.281Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-25T07:27:22.281Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-01-25T07:27:22.281Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-25T07:27:22.281Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-01-25T07:27:22.281Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-01-25T07:27:22.281Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-01-25T07:27:22.541Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... [2021-01-25T07:27:22.541Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-01-25T07:27:22.541Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-01-25T07:27:22.541Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-01-25T07:27:22.541Z] Setting up ca-certificates (20201027ubuntu0.18.04.1) ... [2021-01-25T07:27:24.456Z] Updating certificates in /etc/ssl/certs... [2021-01-25T07:27:25.399Z] 22 added, 17 removed; done. [2021-01-25T07:27:25.399Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-01-25T07:27:25.399Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-25T07:27:25.399Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-01-25T07:27:25.399Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-01-25T07:27:25.399Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-01-25T07:27:25.399Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-25T07:27:25.660Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-01-25T07:27:25.660Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-25T07:27:25.660Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-25T07:27:25.660Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-25T07:27:25.660Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-25T07:27:25.660Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-25T07:27:25.660Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-01-25T07:27:25.927Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... [2021-01-25T07:27:25.927Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-01-25T07:27:25.927Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-01-25T07:27:25.927Z] Setting up binutils (2.30-21ubuntu1~18.04.4) ... [2021-01-25T07:27:25.927Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-25T07:27:25.927Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-25T07:27:25.927Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-01-25T07:27:26.188Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-01-25T07:27:26.188Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-01-25T07:27:26.188Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-01-25T07:27:26.188Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-01-25T07:27:26.188Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-01-25T07:27:26.450Z] Processing triggers for ca-certificates (20201027ubuntu0.18.04.1) ... [2021-01-25T07:27:26.450Z] Updating certificates in /etc/ssl/certs... [2021-01-25T07:27:27.025Z] 0 added, 0 removed; done. [2021-01-25T07:27:27.025Z] Running hooks in /etc/ca-certificates/update.d... [2021-01-25T07:27:27.025Z] done. [2021-01-25T07:27:27.289Z] Reading package lists... [2021-01-25T07:27:27.549Z] Building dependency tree... [2021-01-25T07:27:27.549Z] Reading state information... [2021-01-25T07:27:27.809Z] The following NEW packages will be installed: [2021-01-25T07:27:27.809Z] apt-transport-https [2021-01-25T07:27:27.809Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-01-25T07:27:27.809Z] Need to get 1696 B of archives. [2021-01-25T07:27:27.809Z] After this operation, 153 kB of additional disk space will be used. [2021-01-25T07:27:27.809Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] [2021-01-25T07:27:27.809Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-25T07:27:27.809Z] Fetched 1696 B in 0s (44.4 kB/s) [2021-01-25T07:27:27.809Z] Selecting previously unselected package apt-transport-https. [2021-01-25T07:27:27.809Z] (Reading database ... 13929 files and directories currently installed.) [2021-01-25T07:27:27.809Z] Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... [2021-01-25T07:27:27.809Z] Unpacking apt-transport-https (1.6.12ubuntu0.2) ... [2021-01-25T07:27:28.071Z] Setting up apt-transport-https (1.6.12ubuntu0.2) ... [2021-01-25T07:27:28.336Z] Waiting for network to be ready... [2021-01-25T07:27:31.584Z] 25b303627fd3: Pull complete [2021-01-25T07:27:31.585Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-01-25T07:27:31.585Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-25T07:27:31.585Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-01-25T07:27:31.834Z] prd-ubuntu18.04-docker-arm64-4c-16g-22600 does not seem to be running inside a container [2021-01-25T07:27:31.918Z] $ 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-01-25T07:27:34.920Z] 2021-01-25T07:27:31Z INFO Waiting for automatic snapd restart... [2021-01-25T07:27:34.920Z] snapd 2.48.2 from Canonical* installed [2021-01-25T07:27:35.026Z] $ docker top bbd7927cae61903c62923bf7ad48f45226817ea9788364d4c8cb427001cc7d10 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-25T07:27:35.865Z] "snapd" switched to the "latest/stable" channel [2021-01-25T07:27:35.865Z] [2021-01-25T07:27:36.187Z] + docker-compose build --help [2021-01-25T07:27:36.187Z] + grep parallel [2021-01-25T07:27:38.413Z] core18 20201210 from Canonical* installed [2021-01-25T07:27:38.675Z] "core18" switched to the "latest/stable" channel [2021-01-25T07:27:38.675Z] [2021-01-25T07:27:39.555Z] --parallel Build images in parallel. [Pipeline] } [2021-01-25T07:27:39.866Z] $ docker stop --time=1 bbd7927cae61903c62923bf7ad48f45226817ea9788364d4c8cb427001cc7d10 [2021-01-25T07:27:41.821Z] $ docker rm -f bbd7927cae61903c62923bf7ad48f45226817ea9788364d4c8cb427001cc7d10 [2021-01-25T07:27:41.980Z] snapcraft 4.4.4 from Canonical* installed [2021-01-25T07:27:41.981Z] "snapcraft" switched to the "latest/stable" channel [2021-01-25T07:27:41.981Z] [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-25T07:27:42.926Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-25T07:27:42.926Z] . [Pipeline] withDockerContainer [2021-01-25T07:27:43.208Z] prd-ubuntu18.04-docker-arm64-4c-16g-22600 does not seem to be running inside a container [2021-01-25T07:27:43.291Z] $ 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-01-25T07:27:44.684Z] $ docker top fb9db80427112a779293d892e23d09dbde251eb67ce8ca0624049a77210f55a6 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-25T07:27:45.281Z] 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-01-25T07:27:45.281Z] - README.md [2021-01-25T07:27:45.281Z] - snapcraft.yaml.orig [2021-01-25T07:27:45.281Z] [2021-01-25T07:27:45.281Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-01-25T07:27:45.796Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-25T07:27:49.166Z] Building docker-core-command-go ... [2021-01-25T07:27:49.166Z] Building docker-core-data-go ... [2021-01-25T07:27:49.166Z] Building docker-core-metadata-go ... [2021-01-25T07:27:49.166Z] Building docker-security-bootstrapper-go ... [2021-01-25T07:27:49.166Z] Building docker-security-proxy-setup-go ... [2021-01-25T07:27:49.166Z] Building docker-security-secretstore-setup-go ... [2021-01-25T07:27:49.166Z] Building docker-support-notifications-go ... [2021-01-25T07:27:49.166Z] Building docker-support-scheduler-go ... [2021-01-25T07:27:49.166Z] Building docker-sys-mgmt-agent-go ... [2021-01-25T07:27:49.166Z] Building docker-sys-mgmt-agent-go [2021-01-25T07:27:49.166Z] Building docker-support-notifications-go [2021-01-25T07:27:49.166Z] Building docker-security-secretstore-setup-go [2021-01-25T07:27:49.166Z] Building docker-security-proxy-setup-go [2021-01-25T07:27:49.440Z] Building docker-core-command-go [2021-01-25T07:27:51.882Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-25T07:27:52.143Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-01-25T07:27:52.143Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-25T07:27:52.143Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-25T07:27:53.346Z] Reading package lists... [2021-01-25T07:27:53.605Z] 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-01-25T07:28:00.189Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-25T07:28:00.189Z] Reading package lists... [2021-01-25T07:28:00.189Z] Building dependency tree... [2021-01-25T07:28:00.189Z] Reading state information... [2021-01-25T07:28:00.189Z] Suggested packages: [2021-01-25T07:28:00.189Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-01-25T07:28:00.189Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-01-25T07:28:00.189Z] Recommended packages: [2021-01-25T07:28:00.189Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-01-25T07:28:00.189Z] The following NEW packages will be installed: [2021-01-25T07:28:00.189Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-01-25T07:28:00.189Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-01-25T07:28:00.189Z] pkg-config zip [2021-01-25T07:28:00.189Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-01-25T07:28:00.189Z] Need to get 7655 kB of archives. [2021-01-25T07:28:00.189Z] After this operation, 43.7 MB of additional disk space will be used. [2021-01-25T07:28:00.189Z] 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-01-25T07:28:00.189Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] [2021-01-25T07:28:00.189Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] [2021-01-25T07:28:00.189Z] Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-01-25T07:28:00.189Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] [2021-01-25T07:28:00.189Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-01-25T07:28:00.189Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-01-25T07:28:00.189Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-01-25T07:28:00.450Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-01-25T07:28:00.450Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-01-25T07:28:00.450Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-01-25T07:28:00.450Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-01-25T07:28:00.450Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-01-25T07:28:00.711Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-01-25T07:28:00.711Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-01-25T07:28:00.711Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-25T07:28:00.711Z] Fetched 7655 kB in 1s (10.6 MB/s) [2021-01-25T07:28:00.711Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-01-25T07:28:00.711Z] (Reading database ... 13933 files and directories currently installed.) [2021-01-25T07:28:00.711Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... [2021-01-25T07:28:00.973Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-01-25T07:28:00.973Z] Selecting previously unselected package libpsl5:amd64. [2021-01-25T07:28:00.973Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-01-25T07:28:00.973Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-01-25T07:28:01.234Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-01-25T07:28:01.234Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-01-25T07:28:01.234Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-01-25T07:28:01.234Z] Selecting previously unselected package librtmp1:amd64. [2021-01-25T07:28:01.234Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-01-25T07:28:01.234Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-01-25T07:28:01.533Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-01-25T07:28:01.533Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... [2021-01-25T07:28:01.533Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-01-25T07:28:01.533Z] Selecting previously unselected package liberror-perl. [2021-01-25T07:28:01.533Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-01-25T07:28:01.533Z] Unpacking liberror-perl (0.17025-1) ... [2021-01-25T07:28:01.533Z] Selecting previously unselected package git-man. [2021-01-25T07:28:01.533Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2021-01-25T07:28:01.533Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2021-01-25T07:28:01.805Z] Selecting previously unselected package git. [2021-01-25T07:28:01.805Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... [2021-01-25T07:28:01.805Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2021-01-25T07:28:02.756Z] Selecting previously unselected package libnorm1:amd64. [2021-01-25T07:28:02.756Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-01-25T07:28:02.756Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-01-25T07:28:02.756Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-01-25T07:28:02.756Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-01-25T07:28:02.756Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-01-25T07:28:03.020Z] Selecting previously unselected package libsodium23:amd64. [2021-01-25T07:28:03.020Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-01-25T07:28:03.020Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-01-25T07:28:03.020Z] Selecting previously unselected package libzmq5:amd64. [2021-01-25T07:28:03.020Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-01-25T07:28:03.020Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-25T07:28:03.280Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-01-25T07:28:03.280Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-01-25T07:28:03.280Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-25T07:28:03.280Z] Selecting previously unselected package pkg-config. [2021-01-25T07:28:03.280Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-01-25T07:28:03.280Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-01-25T07:28:03.280Z] Selecting previously unselected package zip. [2021-01-25T07:28:03.280Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-01-25T07:28:03.280Z] Unpacking zip (3.0-11build1) ... [2021-01-25T07:28:03.541Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-01-25T07:28:03.541Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2021-01-25T07:28:03.541Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-01-25T07:28:03.541Z] Setting up liberror-perl (0.17025-1) ... [2021-01-25T07:28:03.541Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-01-25T07:28:03.541Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-01-25T07:28:03.541Z] No schema files found: doing nothing. [2021-01-25T07:28:03.802Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-01-25T07:28:03.802Z] Setting up zip (3.0-11build1) ... [2021-01-25T07:28:03.802Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-01-25T07:28:03.802Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-01-25T07:28:03.802Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-01-25T07:28:03.802Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-25T07:28:03.802Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-01-25T07:28:04.065Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-25T07:28:04.065Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2021-01-25T07:28:04.065Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-01-25T07:28:10.660Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-25T07:28:10.660Z] git set to automatically installed. [2021-01-25T07:28:10.660Z] git-man set to automatically installed. [2021-01-25T07:28:10.660Z] libcurl3-gnutls set to automatically installed. [2021-01-25T07:28:10.660Z] liberror-perl set to automatically installed. [2021-01-25T07:28:10.660Z] libglib2.0-0 set to automatically installed. [2021-01-25T07:28:10.660Z] libnghttp2-14 set to automatically installed. [2021-01-25T07:28:10.660Z] libnorm1 set to automatically installed. [2021-01-25T07:28:10.660Z] libpgm-5.2-0 set to automatically installed. [2021-01-25T07:28:10.660Z] libpsl5 set to automatically installed. [2021-01-25T07:28:10.660Z] librtmp1 set to automatically installed. [2021-01-25T07:28:10.660Z] libsodium23 set to automatically installed. [2021-01-25T07:28:10.660Z] libzmq3-dev set to automatically installed. [2021-01-25T07:28:10.660Z] libzmq5 set to automatically installed. [2021-01-25T07:28:10.660Z] pkg-config set to automatically installed. [2021-01-25T07:28:10.660Z] zip set to automatically installed. [2021-01-25T07:28:14.867Z] snapd is not logged in, snap install commands will use sudo [2021-01-25T07:28:21.482Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-25T07:28:22.055Z] snap "core18" has no updates available [2021-01-25T07:28:22.632Z] Pulling config-common [2021-01-25T07:28:23.577Z] Pulling go-build-helper [2021-01-25T07:28:45.559Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-01-25T07:28:45.559Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-01-25T07:28:45.559Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1513 kB] [2021-01-25T07:28:45.559Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [293 kB] [2021-01-25T07:28:45.559Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] [2021-01-25T07:28:45.559Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] [2021-01-25T07:28:45.559Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [219 kB] [2021-01-25T07:28:45.559Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [28.8 kB] [2021-01-25T07:28:45.559Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1101 kB] [2021-01-25T07:28:45.559Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [246 kB] [2021-01-25T07:28:45.559Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-01-25T07:28:45.559Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-01-25T07:28:45.559Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-01-25T07:28:45.559Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-01-25T07:28:45.559Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-01-25T07:28:45.559Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-01-25T07:28:45.559Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-01-25T07:28:45.559Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-01-25T07:28:45.559Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-01-25T07:28:45.559Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1851 kB] [2021-01-25T07:28:45.559Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [385 kB] [2021-01-25T07:28:45.559Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.5 kB] [2021-01-25T07:28:45.559Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7180 B] [2021-01-25T07:28:45.559Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [240 kB] [2021-01-25T07:28:45.559Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [32.3 kB] [2021-01-25T07:28:45.559Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1707 kB] [2021-01-25T07:28:45.559Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [360 kB] [2021-01-25T07:28:45.559Z] Fetched 23.8 MB in 0s (0 B/s) [2021-01-25T07:28:45.559Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-01-25T07:28:45.559Z] Fetched 96.5 kB in 0s (0 B/s) [2021-01-25T07:28:45.559Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-01-25T07:28:45.559Z] Fetched 279 kB in 0s (0 B/s) [2021-01-25T07:28:45.559Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-01-25T07:28:45.559Z] Fetched 122 kB in 0s (0 B/s) [2021-01-25T07:28:45.559Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-01-25T07:28:45.559Z] Fetched 77.8 kB in 0s (0 B/s) [2021-01-25T07:28:45.559Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-01-25T07:28:45.559Z] Fetched 8848 B in 0s (0 B/s) [2021-01-25T07:28:45.559Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-01-25T07:28:45.559Z] Fetched 47.8 kB in 0s (0 B/s) [2021-01-25T07:28:45.559Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-01-25T07:28:45.559Z] Fetched 45.6 kB in 0s (0 B/s) [2021-01-25T07:28:45.559Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-01-25T07:28:45.559Z] Fetched 15.0 kB in 0s (0 B/s) [2021-01-25T07:28:45.559Z] Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] [2021-01-25T07:28:45.559Z] Fetched 214 kB in 0s (0 B/s) [2021-01-25T07:28:45.559Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] [2021-01-25T07:28:45.559Z] Fetched 155 kB in 0s (0 B/s) [2021-01-25T07:28:45.559Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-01-25T07:28:45.559Z] Fetched 50.6 kB in 0s (0 B/s) [2021-01-25T07:28:45.559Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-01-25T07:28:45.559Z] Fetched 14.8 kB in 0s (0 B/s) [2021-01-25T07:28:45.559Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-01-25T07:28:45.559Z] Fetched 41.8 kB in 0s (0 B/s) [2021-01-25T07:28:45.559Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-01-25T07:28:45.559Z] Fetched 499 kB in 0s (0 B/s) [2021-01-25T07:28:45.559Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-01-25T07:28:45.559Z] Fetched 111 kB in 0s (0 B/s) [2021-01-25T07:28:45.559Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-01-25T07:28:45.559Z] Fetched 240 kB in 0s (0 B/s) [2021-01-25T07:28:45.559Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-01-25T07:28:45.559Z] Fetched 29.3 kB in 0s (0 B/s) [2021-01-25T07:28:45.559Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-01-25T07:28:45.559Z] Fetched 85.5 kB in 0s (0 B/s) [2021-01-25T07:28:45.559Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-01-25T07:28:45.559Z] Fetched 24.5 kB in 0s (0 B/s) [2021-01-25T07:28:45.559Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-01-25T07:28:45.559Z] Fetched 49.2 kB in 0s (0 B/s) [2021-01-25T07:28:45.559Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-01-25T07:28:45.559Z] Fetched 54.2 kB in 0s (0 B/s) [2021-01-25T07:28:45.559Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-01-25T07:28:45.559Z] Fetched 30.8 kB in 0s (0 B/s) [2021-01-25T07:28:45.559Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] [2021-01-25T07:28:45.559Z] Fetched 17.0 kB in 0s (0 B/s) [2021-01-25T07:28:45.559Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-01-25T07:28:45.559Z] Fetched 85.9 kB in 0s (0 B/s) [2021-01-25T07:28:45.559Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-01-25T07:28:45.559Z] Fetched 8720 B in 0s (0 B/s) [2021-01-25T07:28:45.559Z] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] [2021-01-25T07:28:45.559Z] Fetched 137 kB in 0s (0 B/s) [2021-01-25T07:28:45.559Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-01-25T07:28:45.559Z] Fetched 119 kB in 0s (0 B/s) [2021-01-25T07:28:45.559Z] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] [2021-01-25T07:28:45.559Z] Fetched 109 kB in 0s (0 B/s) [2021-01-25T07:28:45.559Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-01-25T07:28:45.560Z] Fetched 11.1 kB in 0s (0 B/s) [2021-01-25T07:28:45.560Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-01-25T07:28:45.560Z] Fetched 645 kB in 0s (0 B/s) [2021-01-25T07:28:45.560Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-01-25T07:28:45.560Z] Fetched 41.3 kB in 0s (0 B/s) [2021-01-25T07:28:45.560Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-01-25T07:28:45.560Z] Fetched 17.9 kB in 0s (0 B/s) [2021-01-25T07:28:45.560Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-01-25T07:28:45.560Z] Fetched 368 kB in 0s (0 B/s) [2021-01-25T07:28:45.560Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-01-25T07:28:45.560Z] Fetched 187 kB in 0s (0 B/s) [2021-01-25T07:28:45.560Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-01-25T07:28:45.560Z] Fetched 175 kB in 0s (0 B/s) [2021-01-25T07:28:45.560Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-01-25T07:28:48.107Z] Fetched 206 kB in 0s (0 B/s) [2021-01-25T07:28:48.107Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] [2021-01-25T07:28:48.107Z] Fetched 1301 kB in 0s (0 B/s) [2021-01-25T07:28:48.107Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-01-25T07:28:48.107Z] Fetched 36.2 kB in 0s (0 B/s) [2021-01-25T07:28:48.107Z] Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] [2021-01-25T07:28:48.107Z] Fetched 159 kB in 0s (0 B/s) [2021-01-25T07:28:48.107Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-01-25T07:28:48.107Z] Fetched 107 kB in 0s (0 B/s) [2021-01-25T07:28:48.107Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-01-25T07:28:48.107Z] Fetched 48.7 kB in 0s (0 B/s) [2021-01-25T07:28:48.107Z] Pulling static-packages [2021-01-25T07:28:48.679Z] 'go115' has dependencies that need to be staged: static-packages go-build-helper [2021-01-25T07:28:48.679Z] Skipping pull go-build-helper (already ran) [2021-01-25T07:28:48.680Z] Skipping pull static-packages (already ran) [2021-01-25T07:28:48.680Z] Building go-build-helper [2021-01-25T07:28:52.893Z] Building static-packages [2021-01-25T07:28:54.280Z] Staging go-build-helper [2021-01-25T07:28:54.849Z] Staging static-packages [2021-01-25T07:28:55.793Z] Pulling go115 [2021-01-25T07:28:56.754Z] 'edgex-go' has dependencies that need to be staged: go115 [2021-01-25T07:28:56.754Z] Skipping pull go115 (already ran) [2021-01-25T07:28:56.754Z] Building go115 [2021-01-25T07:28:56.754Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-25T07:28:56.754Z] Dload Upload Total Spent Left Speed [2021-01-25T07:28:59.577Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 115M 0 6971 0 0 55325 0 0:36:29 --:--:-- 0:36:29 54889 34 115M 34 39.9M 0 0 35.6M 0 0:00:03 0:00:01 0:00:02 35.6M 81 115M 81 94.7M 0 0 44.5M 0 0:00:02 0:00:02 --:--:-- 44.5M 100 115M 100 115M 0 0 44.3M 0 0:00:02 0:00:02 --:--:-- 44.3M [2021-01-25T07:28:59.838Z] go1.15.2.linux-amd64.tar.gz: OK [2021-01-25T07:29:04.067Z] Staging go115 [2021-01-25T07:29:09.380Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-01-25T07:29:09.380Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-25T07:29:09.380Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-25T07:29:09.380Z] Fetched 0 B in 0s (0 B/s) [2021-01-25T07:29:09.380Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-01-25T07:29:09.380Z] Fetched 224 kB in 0s (0 B/s) [2021-01-25T07:29:09.380Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-01-25T07:29:09.380Z] Fetched 157 kB in 0s (0 B/s) [2021-01-25T07:29:09.380Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-01-25T07:29:09.380Z] Fetched 221 kB in 0s (0 B/s) [2021-01-25T07:29:09.380Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-01-25T07:29:09.380Z] Fetched 143 kB in 0s (0 B/s) [2021-01-25T07:29:09.380Z] Pulling edgex-go [2021-01-25T07:29:09.641Z] Pulling version [2021-01-25T07:29:10.589Z] Building config-common [2021-01-25T07:29:11.222Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-25T07:29:11.222Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-25T07:29:11.222Z] ---> 9b3737def0b5 [2021-01-25T07:29:11.222Z] Step 3/23 : WORKDIR /edgex-go [2021-01-25T07:29:11.222Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-25T07:29:11.222Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-25T07:29:11.222Z] ---> 9b3737def0b5 [2021-01-25T07:29:11.222Z] Step 3/22 : WORKDIR /edgex-go [2021-01-25T07:29:11.222Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-25T07:29:11.222Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-25T07:29:11.222Z] ---> 9b3737def0b5 [2021-01-25T07:29:11.222Z] Step 3/24 : WORKDIR /edgex-go [2021-01-25T07:29:11.222Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-25T07:29:11.222Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-25T07:29:11.222Z] ---> 9b3737def0b5 [2021-01-25T07:29:11.222Z] Step 3/26 : WORKDIR /edgex-go [2021-01-25T07:29:11.222Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-25T07:29:11.222Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-25T07:29:11.222Z] ---> 9b3737def0b5 [2021-01-25T07:29:11.222Z] Step 3/21 : WORKDIR /edgex-go [2021-01-25T07:29:11.222Z] ---> Running in b9d02c8caac6 [2021-01-25T07:29:11.222Z] ---> Running in c0ef74c27fab [2021-01-25T07:29:11.222Z] ---> Running in 95235de67287 [2021-01-25T07:29:11.222Z] ---> Running in 6eabc6b8106d [2021-01-25T07:29:11.222Z] ---> Running in a184b457326b [2021-01-25T07:29:11.222Z] Removing intermediate container c0ef74c27fab [2021-01-25T07:29:11.222Z] ---> 746f7bbe39ea [2021-01-25T07:29:11.222Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-25T07:29:11.222Z] Removing intermediate container a184b457326b [2021-01-25T07:29:11.222Z] ---> 2467dd603c70 [2021-01-25T07:29:11.222Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-25T07:29:11.222Z] Removing intermediate container 6eabc6b8106d [2021-01-25T07:29:11.222Z] ---> 26ec61569aca [2021-01-25T07:29:11.222Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-25T07:29:11.222Z] Removing intermediate container 95235de67287 [2021-01-25T07:29:11.222Z] ---> 73774c7b5d1b [2021-01-25T07:29:11.222Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-25T07:29:11.222Z] Removing intermediate container b9d02c8caac6 [2021-01-25T07:29:11.222Z] ---> 6ae5422ab877 [2021-01-25T07:29:11.222Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-25T07:29:11.222Z] ---> Running in 6cad31631d9f [2021-01-25T07:29:11.222Z] ---> Running in bff788161eb1 [2021-01-25T07:29:11.222Z] ---> Running in 3e14f34334ab [2021-01-25T07:29:11.222Z] ---> Running in 651d8dffeeff [2021-01-25T07:29:11.222Z] ---> Running in 546bad00c37d [2021-01-25T07:29:11.222Z] Removing intermediate container 6cad31631d9f [2021-01-25T07:29:11.222Z] ---> e8501483dfbe [2021-01-25T07:29:11.222Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-25T07:29:11.222Z] ---> Running in 209162099ba0 [2021-01-25T07:29:11.222Z] Removing intermediate container bff788161eb1 [2021-01-25T07:29:11.222Z] ---> 919f0fd94c05 [2021-01-25T07:29:11.222Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-01-25T07:29:11.222Z] Removing intermediate container 3e14f34334ab [2021-01-25T07:29:11.222Z] ---> 5dd79c9e0483 [2021-01-25T07:29:11.222Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-01-25T07:29:11.222Z] Removing intermediate container 546bad00c37d [2021-01-25T07:29:11.222Z] ---> c62bc30598b0 [2021-01-25T07:29:11.222Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-01-25T07:29:11.222Z] ---> Running in 6e72cf4d71c5 [2021-01-25T07:29:11.222Z] ---> Running in 5b9d1cdd4baf [2021-01-25T07:29:11.222Z] ---> Running in 48239921151b [2021-01-25T07:29:11.222Z] Removing intermediate container 651d8dffeeff [2021-01-25T07:29:11.222Z] ---> b8c6204e1a83 [2021-01-25T07:29:11.222Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-01-25T07:29:11.222Z] ---> Running in 26d8a5315dc0 [2021-01-25T07:29:11.222Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-25T07:29:11.222Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-25T07:29:11.222Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-25T07:29:11.222Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-25T07:29:11.222Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-25T07:29:11.222Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-25T07:29:11.222Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-25T07:29:11.510Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-25T07:29:11.510Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-25T07:29:11.510Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-25T07:29:11.804Z] OK: 217 MiB in 51 packages [2021-01-25T07:29:11.804Z] OK: 217 MiB in 51 packages [2021-01-25T07:29:12.451Z] OK: 217 MiB in 51 packages [2021-01-25T07:29:12.451Z] OK: 217 MiB in 51 packages [2021-01-25T07:29:12.451Z] OK: 217 MiB in 51 packages [2021-01-25T07:29:12.505Z] Skipping build go-build-helper (already ran) [2021-01-25T07:29:12.505Z] Skipping build static-packages (already ran) [2021-01-25T07:29:12.505Z] Skipping build go115 (already ran) [2021-01-25T07:29:12.505Z] Building edgex-go [2021-01-25T07:29:12.766Z] 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-01-25T07:29:13.899Z] Removing intermediate container 209162099ba0 [2021-01-25T07:29:13.899Z] ---> 7f6e67a3552c [2021-01-25T07:29:13.899Z] Step 6/21 : COPY go.mod . [2021-01-25T07:29:13.899Z] Removing intermediate container 6e72cf4d71c5 [2021-01-25T07:29:13.899Z] ---> 8ebc1359d312 [2021-01-25T07:29:13.899Z] Step 6/23 : COPY go.mod . [2021-01-25T07:29:14.181Z] Removing intermediate container 5b9d1cdd4baf [2021-01-25T07:29:14.181Z] ---> fb36d6c83ffd [2021-01-25T07:29:14.181Z] Step 6/22 : COPY go.mod . [2021-01-25T07:29:14.457Z] Removing intermediate container 48239921151b [2021-01-25T07:29:14.457Z] ---> c0c14f6c5564 [2021-01-25T07:29:14.457Z] Step 6/24 : COPY go.mod . [2021-01-25T07:29:14.457Z] Removing intermediate container 26d8a5315dc0 [2021-01-25T07:29:14.457Z] ---> 21a0474a4fad [2021-01-25T07:29:14.457Z] Step 6/26 : COPY go.mod . [2021-01-25T07:29:14.696Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-01-25T07:29:14.696Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-01-25T07:29:14.696Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.6 [2021-01-25T07:29:14.696Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-01-25T07:29:14.696Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.2 [2021-01-25T07:29:14.696Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-01-25T07:29:14.696Z] go: downloading github.com/x448/float16 v0.8.4 [2021-01-25T07:29:14.743Z] ---> b1a952d52719 [2021-01-25T07:29:14.743Z] Step 7/21 : RUN go mod download [2021-01-25T07:29:14.743Z] ---> 75e31f95da32 [2021-01-25T07:29:14.743Z] Step 7/23 : RUN go mod download [2021-01-25T07:29:14.958Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2021-01-25T07:29:14.958Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.1 [2021-01-25T07:29:14.958Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.2 [2021-01-25T07:29:14.958Z] go: downloading github.com/go-playground/validator/v10 v10.3.0 [2021-01-25T07:29:14.958Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.1 [2021-01-25T07:29:14.958Z] go: downloading github.com/imdario/mergo v0.3.11 [2021-01-25T07:29:14.958Z] go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.1 [2021-01-25T07:29:14.958Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-01-25T07:29:14.958Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2021-01-25T07:29:14.958Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-01-25T07:29:14.958Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 [2021-01-25T07:29:14.958Z] go: downloading github.com/google/uuid v1.1.5 [2021-01-25T07:29:14.958Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-01-25T07:29:14.958Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-01-25T07:29:14.958Z] go: downloading github.com/pkg/errors v0.8.1 [2021-01-25T07:29:14.958Z] go: downloading github.com/pebbe/zmq4 v1.2.2 [2021-01-25T07:29:14.958Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-01-25T07:29:14.958Z] go: downloading github.com/hashicorp/consul/api v1.1.0 [2021-01-25T07:29:14.958Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-01-25T07:29:14.958Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-01-25T07:29:14.958Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-01-25T07:29:14.958Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-01-25T07:29:14.958Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-01-25T07:29:14.958Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-01-25T07:29:14.958Z] go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2021-01-25T07:29:15.027Z] ---> Running in 68bb9eae4c8b [2021-01-25T07:29:15.027Z] ---> Running in 01d04ef9440f [2021-01-25T07:29:15.230Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.0 [2021-01-25T07:29:15.230Z] go: downloading github.com/hashicorp/serf v0.8.2 [2021-01-25T07:29:15.230Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-01-25T07:29:15.230Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-01-25T07:29:15.230Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-01-25T07:29:15.230Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-01-25T07:29:15.230Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-01-25T07:29:15.315Z] ---> 74ee57c7aeb2 [2021-01-25T07:29:15.315Z] Step 7/22 : RUN go mod download [2021-01-25T07:29:15.503Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-01-25T07:29:15.591Z] ---> Running in c85f8c9be201 [2021-01-25T07:29:15.591Z] ---> 5c5a2005e75c [2021-01-25T07:29:15.591Z] Step 7/26 : RUN go mod download [2021-01-25T07:29:15.591Z] ---> 79d8bd782a2c [2021-01-25T07:29:15.591Z] Step 7/24 : RUN go mod download [2021-01-25T07:29:15.871Z] ---> Running in 1696b82d307b [2021-01-25T07:29:15.871Z] ---> Running in 1fb5948c1aba [2021-01-25T07:29:20.205Z] Removing intermediate container 68bb9eae4c8b [2021-01-25T07:29:20.205Z] ---> 53559ffe8149 [2021-01-25T07:29:20.205Z] Step 8/21 : COPY . . [2021-01-25T07:29:20.206Z] Removing intermediate container 01d04ef9440f [2021-01-25T07:29:20.206Z] ---> e7d20eb9a15a [2021-01-25T07:29:20.206Z] Step 8/23 : COPY . . [2021-01-25T07:29:20.206Z] Removing intermediate container c85f8c9be201 [2021-01-25T07:29:20.206Z] ---> d6343f2111e6 [2021-01-25T07:29:20.206Z] Step 8/22 : COPY . . [2021-01-25T07:29:21.645Z] Removing intermediate container 1fb5948c1aba [2021-01-25T07:29:21.645Z] Removing intermediate container 1696b82d307b [2021-01-25T07:29:21.645Z] ---> 320362693f69 [2021-01-25T07:29:21.645Z] Step 8/26 : COPY . . [2021-01-25T07:29:21.645Z] ---> 42d0814dedee [2021-01-25T07:29:21.645Z] Step 8/24 : COPY . . [2021-01-25T07:29:22.098Z] 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-01-25T07:29:25.441Z] 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-01-25T07:29:26.031Z] 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-01-25T07:29:26.977Z] 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-01-25T07:29:27.550Z] 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-01-25T07:29:27.550Z] go: downloading github.com/stretchr/testify v1.6.1 [2021-01-25T07:29:27.550Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-01-25T07:29:27.550Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-01-25T07:29:27.550Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-01-25T07:29:29.480Z] 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-01-25T07:29:29.480Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-01-25T07:29:29.480Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-01-25T07:29:30.445Z] 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-01-25T07:29:31.389Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-01-25T07:29:31.389Z] go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-01-25T07:29:32.780Z] 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-01-25T07:29:33.352Z] 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-01-25T07:29:33.921Z] 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-01-25T07:29:33.921Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-01-25T07:29:34.875Z] 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-01-25T07:29:34.875Z] go: downloading github.com/lib/pq v1.9.0 [2021-01-25T07:29:38.213Z] Building version [2021-01-25T07:29:39.616Z] Staging config-common [2021-01-25T07:29:40.565Z] Skipping stage go-build-helper (already ran) [2021-01-25T07:29:40.565Z] Skipping stage static-packages (already ran) [2021-01-25T07:29:40.565Z] Skipping stage go115 (already ran) [2021-01-25T07:29:40.565Z] Staging edgex-go [2021-01-25T07:29:41.515Z] Staging version [2021-01-25T07:29:42.086Z] Priming config-common [2021-01-25T07:29:43.034Z] Priming go-build-helper [2021-01-25T07:29:43.983Z] Priming static-packages [2021-01-25T07:29:46.525Z] Priming go115 [2021-01-25T07:29:47.108Z] Priming edgex-go [2021-01-25T07:29:48.269Z] Priming version [2021-01-25T07:29:48.581Z] ---> d4633adba3e9 [2021-01-25T07:29:48.582Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-01-25T07:29:48.582Z] ---> 105765549b5e [2021-01-25T07:29:48.582Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-25T07:29:48.582Z] ---> e7942afde448 [2021-01-25T07:29:48.582Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-01-25T07:29:48.582Z] ---> 9d1172082ad9 [2021-01-25T07:29:48.582Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-25T07:29:48.582Z] ---> d5cf2b156d5f [2021-01-25T07:29:48.582Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-25T07:29:48.582Z] ---> Running in dff2d7a219e3 [2021-01-25T07:29:48.582Z] ---> Running in 438f1b321e1b [2021-01-25T07:29:48.582Z] ---> Running in 0636700025ba [2021-01-25T07:29:48.582Z] ---> Running in 23f150d1e3a3 [2021-01-25T07:29:48.582Z] ---> Running in 7a646c28abcb [2021-01-25T07:29:48.582Z] 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-01-25T07:29:48.582Z] 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-01-25T07:29:48.582Z] 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-01-25T07:29:48.582Z] 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-01-25T07:29:48.582Z] 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-01-25T07:29:48.979Z] 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-01-25T07:31:10.480Z] 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-01-25T07:31:10.481Z] 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-01-25T07:31:22.932Z] Removing intermediate container 7a646c28abcb [2021-01-25T07:31:22.932Z] ---> b5dbb3cd70e7 [2021-01-25T07:31:22.932Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-25T07:31:22.932Z] Removing intermediate container 0636700025ba [2021-01-25T07:31:22.932Z] ---> 15d5c8b2ff6b [2021-01-25T07:31:22.932Z] [2021-01-25T07:31:22.932Z] Step 10/22 : FROM alpine:3.12 [2021-01-25T07:31:22.932Z] Removing intermediate container 23f150d1e3a3 [2021-01-25T07:31:22.932Z] ---> 148014fde30a [2021-01-25T07:31:22.932Z] [2021-01-25T07:31:22.932Z] Step 10/24 : FROM alpine:3.12 [2021-01-25T07:31:22.932Z] Removing intermediate container 438f1b321e1b [2021-01-25T07:31:22.932Z] ---> 0af99a1145c4 [2021-01-25T07:31:22.932Z] [2021-01-25T07:31:22.932Z] Step 10/21 : FROM alpine:3.12 [2021-01-25T07:31:22.932Z] 3.12: Pulling from library/alpine [2021-01-25T07:31:22.932Z] 3.12: Pulling from library/alpine [2021-01-25T07:31:22.932Z] 3.12: Pulling from library/alpine [2021-01-25T07:31:22.932Z] Removing intermediate container dff2d7a219e3 [2021-01-25T07:31:22.932Z] ---> 579352796cc2 [2021-01-25T07:31:22.932Z] [2021-01-25T07:31:22.932Z] Step 10/23 : FROM alpine:3.12 [2021-01-25T07:31:22.932Z] ---> Running in 583b9cca00f1 [2021-01-25T07:31:22.932Z] 3.12: Pulling from library/alpine [2021-01-25T07:31:22.932Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-25T07:31:22.932Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-25T07:31:22.932Z] Status: Downloaded newer image for alpine:3.12 [2021-01-25T07:31:22.932Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-25T07:31:22.932Z] Status: Image is up to date for alpine:3.12 [2021-01-25T07:31:22.932Z] Status: Image is up to date for alpine:3.12 [2021-01-25T07:31:22.932Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-25T07:31:22.932Z] Status: Image is up to date for alpine:3.12 [2021-01-25T07:31:22.932Z] ---> afeebe901d6b [2021-01-25T07:31:22.932Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-01-25T07:31:22.932Z] ---> afeebe901d6b [2021-01-25T07:31:22.932Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-01-25T07:31:22.932Z] ---> afeebe901d6b [2021-01-25T07:31:22.932Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-01-25T07:31:22.932Z] ---> afeebe901d6b [2021-01-25T07:31:22.932Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-25T07:31:22.932Z] 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-01-25T07:31:22.932Z] ---> Running in 676e0ac1f693 [2021-01-25T07:31:22.932Z] ---> Running in c6fbeb32199c [2021-01-25T07:31:22.932Z] ---> Running in f19d54e24431 [2021-01-25T07:31:22.932Z] ---> Running in 59b274a7da8c [2021-01-25T07:31:24.912Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-25T07:31:25.195Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-25T07:31:25.195Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-25T07:31:25.195Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-25T07:31:25.195Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-25T07:31:25.519Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-25T07:31:25.519Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-25T07:31:25.519Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-25T07:31:26.120Z] (1/2) Installing ca-certificates (20191127-r4) [2021-01-25T07:31:26.120Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-01-25T07:31:26.120Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-01-25T07:31:26.121Z] Executing busybox-1.31.1-r19.trigger [2021-01-25T07:31:26.121Z] Executing busybox-1.31.1-r19.trigger [2021-01-25T07:31:26.121Z] OK: 5 MiB in 15 packages [2021-01-25T07:31:26.121Z] Executing ca-certificates-20191127-r4.trigger [2021-01-25T07:31:26.121Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-25T07:31:26.121Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-25T07:31:26.121Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-25T07:31:26.121Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-25T07:31:26.121Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-25T07:31:26.121Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-25T07:31:26.121Z] (4/4) Installing curl (7.69.1-r3) [2021-01-25T07:31:26.397Z] (4/5) Installing curl (7.69.1-r3) [2021-01-25T07:31:26.397Z] Executing busybox-1.31.1-r19.trigger [2021-01-25T07:31:26.397Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-25T07:31:26.397Z] Executing ca-certificates-20191127-r4.trigger [2021-01-25T07:31:26.397Z] Executing busybox-1.31.1-r19.trigger [2021-01-25T07:31:26.397Z] Executing ca-certificates-20191127-r4.trigger [2021-01-25T07:31:26.397Z] OK: 6 MiB in 16 packages [2021-01-25T07:31:26.676Z] OK: 7 MiB in 18 packages [2021-01-25T07:31:26.676Z] OK: 7 MiB in 19 packages [2021-01-25T07:31:27.275Z] Removing intermediate container 583b9cca00f1 [2021-01-25T07:31:27.275Z] ---> 16f78d84e84d [2021-01-25T07:31:27.275Z] [2021-01-25T07:31:27.275Z] Step 11/26 : FROM docker:20.10.0 [2021-01-25T07:31:27.551Z] 20.10.0: Pulling from library/docker [2021-01-25T07:31:28.560Z] Removing intermediate container c6fbeb32199c [2021-01-25T07:31:28.560Z] ---> 95f3c52223ba [2021-01-25T07:31:28.560Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-25T07:31:28.834Z] ---> Running in 42b48939ca66 [2021-01-25T07:31:29.439Z] Removing intermediate container 676e0ac1f693 [2021-01-25T07:31:29.439Z] ---> 6eebbe314169 [2021-01-25T07:31:29.439Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-25T07:31:29.716Z] Removing intermediate container f19d54e24431 [2021-01-25T07:31:29.716Z] ---> 2c61614656eb [2021-01-25T07:31:29.716Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-25T07:31:29.716Z] Removing intermediate container 59b274a7da8c [2021-01-25T07:31:29.716Z] ---> edc398595962 [2021-01-25T07:31:29.716Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-25T07:31:29.986Z] ---> Running in 0eb0d78aa841 [2021-01-25T07:31:29.986Z] Removing intermediate container 42b48939ca66 [2021-01-25T07:31:29.986Z] ---> 75b7e981812e [2021-01-25T07:31:29.986Z] Step 13/23 : ENV APP_PORT=48082 [2021-01-25T07:31:30.258Z] ---> Running in a471d7a344e3 [2021-01-25T07:31:30.258Z] ---> Running in fbf3295bdc9e [2021-01-25T07:31:30.258Z] ---> Running in eee6271cb917 [2021-01-25T07:31:30.532Z] Removing intermediate container 0eb0d78aa841 [2021-01-25T07:31:30.532Z] ---> ccdb2bc2ae66 [2021-01-25T07:31:30.532Z] Step 13/21 : WORKDIR /edgex [2021-01-25T07:31:30.808Z] ---> Running in 2b5d3358d599 [2021-01-25T07:31:30.808Z] Removing intermediate container a471d7a344e3 [2021-01-25T07:31:30.808Z] ---> 3bb9d3f00f9e [2021-01-25T07:31:30.808Z] Step 13/24 : WORKDIR / [2021-01-25T07:31:30.808Z] Removing intermediate container fbf3295bdc9e [2021-01-25T07:31:30.808Z] ---> 674315b4ff6e [2021-01-25T07:31:31.083Z] Step 13/22 : ENV APP_PORT=48060 [2021-01-25T07:31:31.083Z] Removing intermediate container eee6271cb917 [2021-01-25T07:31:31.083Z] ---> 8411febda18c [2021-01-25T07:31:31.083Z] Step 14/23 : EXPOSE $APP_PORT [2021-01-25T07:31:31.083Z] ---> Running in 44bdfe647c91 [2021-01-25T07:31:31.375Z] ---> Running in 223a39122305 [2021-01-25T07:31:31.375Z] ---> Running in f94c15eaa5bd [2021-01-25T07:31:31.375Z] Removing intermediate container 2b5d3358d599 [2021-01-25T07:31:31.375Z] ---> 7433524afc2f [2021-01-25T07:31:31.375Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-25T07:31:31.976Z] Removing intermediate container 44bdfe647c91 [2021-01-25T07:31:31.976Z] ---> 5e53d49fa557 [2021-01-25T07:31:31.976Z] 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-01-25T07:31:31.976Z] Removing intermediate container 223a39122305 [2021-01-25T07:31:31.976Z] ---> e0791664c0f0 [2021-01-25T07:31:31.976Z] Step 14/22 : EXPOSE $APP_PORT [2021-01-25T07:31:32.261Z] Removing intermediate container f94c15eaa5bd [2021-01-25T07:31:32.261Z] ---> 6f9bc048b122 [2021-01-25T07:31:32.261Z] Step 15/23 : WORKDIR / [2021-01-25T07:31:32.261Z] ---> Running in 6f20a34b4373 [2021-01-25T07:31:32.534Z] ---> Running in 897c07010d28 [2021-01-25T07:31:32.809Z] ---> 23dee8535e95 [2021-01-25T07:31:32.809Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-25T07:31:32.809Z] ---> e7f8bb84a746 [2021-01-25T07:31:32.809Z] 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-01-25T07:31:33.082Z] Removing intermediate container 6f20a34b4373 [2021-01-25T07:31:33.082Z] ---> 0b51d76fd27e [2021-01-25T07:31:33.082Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-25T07:31:33.363Z] Removing intermediate container 897c07010d28 [2021-01-25T07:31:33.363Z] ---> 4b5b5b0968bf [2021-01-25T07:31:33.363Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-25T07:31:34.358Z] ---> c83c2625a05b [2021-01-25T07:31:34.358Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-25T07:31:34.630Z] ---> 5ca72b5c5b00 [2021-01-25T07:31:34.630Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-25T07:31:34.630Z] ---> 557e47d90bdf [2021-01-25T07:31:34.630Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-25T07:31:34.630Z] ---> 526c500d25a2 [2021-01-25T07:31:34.630Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-25T07:31:35.617Z] ---> fa81cc926277 [2021-01-25T07:31:35.617Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-25T07:31:37.074Z] ---> cd422c7fccfe [2021-01-25T07:31:37.075Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-25T07:31:37.075Z] ---> 638895f0bb14 [2021-01-25T07:31:37.075Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-25T07:31:37.347Z] ---> 6538f8af5886 [2021-01-25T07:31:37.347Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-25T07:31:37.347Z] ---> e8f4ad176053 [2021-01-25T07:31:37.347Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-25T07:31:37.622Z] ---> Running in 90cba533450b [2021-01-25T07:31:38.237Z] ---> ac2bbb875187 [2021-01-25T07:31:38.237Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-01-25T07:31:38.534Z] Removing intermediate container 90cba533450b [2021-01-25T07:31:38.534Z] ---> b30be8e9f223 [2021-01-25T07:31:38.534Z] Step 18/21 : CMD ["--init=true"] [2021-01-25T07:31:38.534Z] ---> Running in 7c85bb7dab9a [2021-01-25T07:31:38.534Z] ---> 2792990dc39c [2021-01-25T07:31:38.534Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-01-25T07:31:38.827Z] ---> Running in 0b7d7d321857 [2021-01-25T07:31:38.827Z] ---> Running in 895563e16d81 [2021-01-25T07:31:39.480Z] Removing intermediate container 7c85bb7dab9a [2021-01-25T07:31:39.480Z] ---> 96f443d999c6 [2021-01-25T07:31:39.480Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-25T07:31:39.480Z] Removing intermediate container 0b7d7d321857 [2021-01-25T07:31:39.480Z] ---> 2d79e894c704 [2021-01-25T07:31:39.480Z] Step 19/21 : LABEL arch=arm64 [2021-01-25T07:31:39.771Z] ---> 4685a6cea43d [2021-01-25T07:31:39.771Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-25T07:31:39.771Z] Removing intermediate container 895563e16d81 [2021-01-25T07:31:39.771Z] ---> ceb3181bd037 [2021-01-25T07:31:39.771Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-25T07:31:39.771Z] ---> Running in e6f5721c00cd [2021-01-25T07:31:39.771Z] ---> Running in aed3c22fb088 [2021-01-25T07:31:40.044Z] ---> Running in 6d8e81bc3c4f [2021-01-25T07:31:40.635Z] Removing intermediate container e6f5721c00cd [2021-01-25T07:31:40.635Z] ---> e846bf141131 [2021-01-25T07:31:40.635Z] Step 20/21 : LABEL git_sha=1299e1d2a80a1d3a3d60061c8c64f6cbe09d952f [2021-01-25T07:31:40.635Z] Removing intermediate container aed3c22fb088 [2021-01-25T07:31:40.635Z] ---> f013f6c5c99b [2021-01-25T07:31:40.635Z] Step 21/23 : LABEL arch=arm64 [2021-01-25T07:31:40.917Z] ---> Running in 2a930c8f2b11 [2021-01-25T07:31:40.917Z] Removing intermediate container 6d8e81bc3c4f [2021-01-25T07:31:40.917Z] ---> b9a99bb8a1e2 [2021-01-25T07:31:40.917Z] Step 20/22 : LABEL arch=arm64 [2021-01-25T07:31:40.917Z] ---> 7f02b10d522b [2021-01-25T07:31:40.917Z] 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-01-25T07:31:40.917Z] ---> Running in 82dfba3201ac [2021-01-25T07:31:41.196Z] ---> Running in bdcdaa275e93 [2021-01-25T07:31:41.196Z] ---> Running in 7126410c57ac [2021-01-25T07:31:41.472Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-25T07:31:41.472Z] Removing intermediate container 2a930c8f2b11 [2021-01-25T07:31:41.472Z] ---> 5ec20d9bb345 [2021-01-25T07:31:41.472Z] Step 21/21 : LABEL version=0.0.0 [2021-01-25T07:31:41.472Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-25T07:31:41.472Z] ---> eeaf43b92773 [2021-01-25T07:31:41.472Z] Step 12/26 : RUN apk add --no-cache bash [2021-01-25T07:31:41.750Z] ---> Running in 6aa2950461e6 [2021-01-25T07:31:41.750Z] ---> Running in 87a01b2d61de [2021-01-25T07:31:42.026Z] Removing intermediate container bdcdaa275e93 [2021-01-25T07:31:42.026Z] ---> c4401c6731d4 [2021-01-25T07:31:42.026Z] Step 21/22 : LABEL git_sha=1299e1d2a80a1d3a3d60061c8c64f6cbe09d952f [2021-01-25T07:31:42.026Z] Removing intermediate container 82dfba3201ac [2021-01-25T07:31:42.026Z] ---> afc3e80694d8 [2021-01-25T07:31:42.026Z] Step 22/23 : LABEL git_sha=1299e1d2a80a1d3a3d60061c8c64f6cbe09d952f [2021-01-25T07:31:42.305Z] ---> Running in 8df94d4895ca [2021-01-25T07:31:42.305Z] ---> Running in 06519a70c9c6 [2021-01-25T07:31:42.580Z] Removing intermediate container 6aa2950461e6 [2021-01-25T07:31:42.580Z] ---> 60223617cbd8 [2021-01-25T07:31:42.580Z] [2021-01-25T07:31:43.180Z] Removing intermediate container 8df94d4895ca [2021-01-25T07:31:43.180Z] ---> 2ee6b9eb0093 [2021-01-25T07:31:43.180Z] Step 23/23 : LABEL version=0.0.0 [2021-01-25T07:31:43.180Z] Successfully built 60223617cbd8 [2021-01-25T07:31:43.180Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-01-25T07:31:43.180Z]  Building docker-security-proxy-setup-go ... done Building docker-core-metadata-go [2021-01-25T07:31:43.180Z] Removing intermediate container 06519a70c9c6 [2021-01-25T07:31:43.180Z] ---> e7d69258f867 [2021-01-25T07:31:43.180Z] Step 22/22 : LABEL version=0.0.0 [2021-01-25T07:31:43.456Z] ---> Running in c758be85e531 [2021-01-25T07:31:43.456Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-25T07:31:43.457Z] ---> Running in 2e16d515d227 [2021-01-25T07:31:43.742Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-25T07:31:44.018Z] Removing intermediate container c758be85e531 [2021-01-25T07:31:44.018Z] ---> 9b28da2c9ea9 [2021-01-25T07:31:44.018Z] [2021-01-25T07:31:44.301Z] Removing intermediate container 2e16d515d227 [2021-01-25T07:31:44.301Z] ---> 7604b214be43 [2021-01-25T07:31:44.301Z] [2021-01-25T07:31:44.301Z] (1/2) Installing readline (8.0.4-r0) [2021-01-25T07:31:44.582Z] Successfully built 9b28da2c9ea9 [2021-01-25T07:31:44.582Z] (2/2) Installing bash (5.0.17-r0) [2021-01-25T07:31:44.582Z] Successfully tagged docker-core-command-go-arm64:latest [2021-01-25T07:31:44.582Z] Building docker-support-scheduler-go [2021-01-25T07:31:44.582Z]  Building docker-core-command-go ... done Executing bash-5.0.17-r0.post-install [2021-01-25T07:31:44.582Z] Executing busybox-1.31.1-r19.trigger [2021-01-25T07:31:44.582Z] Removing intermediate container 7126410c57ac [2021-01-25T07:31:44.582Z] ---> c9e3c188309a [2021-01-25T07:31:44.582Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-25T07:31:44.582Z] OK: 12 MiB in 22 packages [2021-01-25T07:31:44.582Z] Successfully built 7604b214be43 [2021-01-25T07:31:44.876Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-01-25T07:31:44.877Z]  Building docker-support-notifications-go ... done Building docker-core-data-go [2021-01-25T07:31:44.877Z] ---> Running in 0e0940726882 [2021-01-25T07:31:45.474Z] Removing intermediate container 0e0940726882 [2021-01-25T07:31:45.474Z] ---> e4e70a318de5 [2021-01-25T07:31:45.474Z] Step 22/24 : LABEL arch=arm64 [2021-01-25T07:31:45.749Z] ---> Running in f1fff104775a [2021-01-25T07:31:46.028Z] Removing intermediate container 87a01b2d61de [2021-01-25T07:31:46.028Z] ---> 661d1b750ef4 [2021-01-25T07:31:46.028Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-25T07:31:46.028Z] ---> Running in af1fd4c7bd0e [2021-01-25T07:31:46.309Z] Removing intermediate container f1fff104775a [2021-01-25T07:31:46.309Z] ---> 02d097544196 [2021-01-25T07:31:46.309Z] Step 23/24 : LABEL git_sha=1299e1d2a80a1d3a3d60061c8c64f6cbe09d952f [2021-01-25T07:31:46.309Z] ---> Running in 462ac38254df [2021-01-25T07:31:46.580Z] Removing intermediate container af1fd4c7bd0e [2021-01-25T07:31:46.580Z] ---> 461fdfbe1869 [2021-01-25T07:31:46.580Z] Step 14/26 : ENV APP_PORT=48090 [2021-01-25T07:31:46.851Z] ---> Running in 749b892c61d2 [2021-01-25T07:31:47.129Z] Removing intermediate container 462ac38254df [2021-01-25T07:31:47.129Z] ---> 85291a36b840 [2021-01-25T07:31:47.129Z] Step 24/24 : LABEL version=0.0.0 [2021-01-25T07:31:47.403Z] ---> Running in 3a1cfbf666f2 [2021-01-25T07:31:48.016Z] Removing intermediate container 749b892c61d2 [2021-01-25T07:31:48.016Z] ---> 74795880a8ef [2021-01-25T07:31:48.016Z] Step 15/26 : EXPOSE $APP_PORT [2021-01-25T07:31:48.305Z] Removing intermediate container 3a1cfbf666f2 [2021-01-25T07:31:48.305Z] ---> b3f8756065af [2021-01-25T07:31:48.305Z] [2021-01-25T07:31:48.305Z] ---> Running in e539b9c22449 [2021-01-25T07:31:48.898Z] Successfully built b3f8756065af [2021-01-25T07:31:48.898Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-01-25T07:31:48.898Z]  Building docker-security-secretstore-setup-go ... done Building docker-security-bootstrapper-go [2021-01-25T07:31:49.499Z] Removing intermediate container e539b9c22449 [2021-01-25T07:31:49.499Z] ---> a61f9368112a [2021-01-25T07:31:49.499Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-25T07:31:50.931Z] ---> 70a18d37520f [2021-01-25T07:31:50.931Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-25T07:31:52.363Z] ---> 4fad91338e64 [2021-01-25T07:31:52.363Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-25T07:31:53.791Z] ---> 8a4440efc96a [2021-01-25T07:31:53.791Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-25T07:31:53.791Z] ---> Running in e151f5d0a12b [2021-01-25T07:31:54.777Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-25T07:31:55.046Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-25T07:31:55.639Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-25T07:31:55.639Z] (2/33) Installing expat (2.2.9-r1) [2021-01-25T07:31:55.639Z] (3/33) Installing libffi (3.3-r2) [2021-01-25T07:31:55.639Z] (4/33) Installing gdbm (1.13-r1) [2021-01-25T07:31:55.913Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-25T07:31:55.913Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-25T07:31:55.913Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-25T07:31:57.895Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-25T07:31:57.895Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-25T07:31:57.895Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-25T07:31:57.895Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-25T07:31:57.895Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-25T07:31:57.895Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-25T07:31:57.895Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-25T07:31:57.895Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-25T07:31:57.895Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-25T07:31:57.895Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-25T07:31:57.895Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-25T07:31:57.895Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-25T07:31:57.895Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-25T07:31:57.895Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-25T07:31:57.895Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-25T07:31:57.895Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-25T07:31:58.168Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-25T07:31:58.168Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-25T07:31:58.168Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-25T07:31:58.168Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-25T07:31:58.168Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-25T07:31:58.168Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-25T07:31:58.168Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-25T07:31:58.168Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-25T07:31:58.168Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-25T07:31:58.168Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-25T07:31:58.445Z] Executing busybox-1.31.1-r19.trigger [2021-01-25T07:31:58.445Z] OK: 71 MiB in 55 packages [2021-01-25T07:32:08.643Z] Removing intermediate container e151f5d0a12b [2021-01-25T07:32:08.643Z] ---> c90db167e9a5 [2021-01-25T07:32:08.643Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-01-25T07:32:08.643Z] ---> Running in d7894a2d39f1 [2021-01-25T07:32:13.034Z] Collecting docker-compose==1.23.2 [2021-01-25T07:32:13.034Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-25T07:32:13.645Z] Collecting texttable<0.10,>=0.9.0 [2021-01-25T07:32:13.645Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-25T07:32:17.053Z] Collecting PyYAML<4,>=3.10 [2021-01-25T07:32:17.053Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-25T07:32:20.458Z] 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-01-25T07:32:20.458Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-25T07:32:20.458Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-25T07:32:23.085Z] Collecting cached-property<2,>=1.2.0 [2021-01-25T07:32:23.085Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-25T07:32:23.362Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-25T07:32:23.362Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-25T07:32:23.958Z] Collecting jsonschema<3,>=2.5.1 [2021-01-25T07:32:23.958Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-25T07:32:24.557Z] Collecting docopt<0.7,>=0.6.1 [2021-01-25T07:32:24.557Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-25T07:32:27.952Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-25T07:32:27.952Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-25T07:32:28.936Z] Collecting docker<4.0,>=3.6.0 [2021-01-25T07:32:28.936Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-25T07:32:29.212Z] 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-01-25T07:32:29.212Z] 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-01-25T07:32:29.812Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-25T07:32:29.812Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-25T07:32:30.408Z] Collecting idna<2.8,>=2.5 [2021-01-25T07:32:30.408Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-25T07:32:30.684Z] Collecting docker-pycreds>=0.4.0 [2021-01-25T07:32:30.684Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-25T07:32:30.960Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-25T07:32:30.960Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-25T07:32:30.960Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-25T07:32:30.960Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-25T07:32:31.575Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-25T07:32:31.575Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-25T07:32:31.575Z] ---> 9b3737def0b5 [2021-01-25T07:32:31.575Z] Step 3/22 : WORKDIR /edgex-go [2021-01-25T07:32:31.575Z] ---> Using cache [2021-01-25T07:32:31.575Z] ---> 6ae5422ab877 [2021-01-25T07:32:31.575Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-25T07:32:31.575Z] ---> Using cache [2021-01-25T07:32:31.575Z] ---> b8c6204e1a83 [2021-01-25T07:32:31.575Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-25T07:32:31.854Z] Installing collected packages: texttable, PyYAML, dockerpty, cached-property, websocket-client, jsonschema, docopt, urllib3, idna, requests, docker-pycreds, docker, docker-compose [2021-01-25T07:32:31.854Z] Running setup.py install for texttable: started [2021-01-25T07:32:32.149Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-25T07:32:32.149Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-25T07:32:32.149Z] ---> 9b3737def0b5 [2021-01-25T07:32:32.149Z] Step 3/23 : WORKDIR /edgex-go [2021-01-25T07:32:32.149Z] ---> Using cache [2021-01-25T07:32:32.149Z] ---> 6ae5422ab877 [2021-01-25T07:32:32.149Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-25T07:32:32.149Z] ---> Using cache [2021-01-25T07:32:32.149Z] ---> b8c6204e1a83 [2021-01-25T07:32:32.149Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-01-25T07:32:32.427Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-25T07:32:32.427Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-25T07:32:32.427Z] ---> 9b3737def0b5 [2021-01-25T07:32:32.427Z] Step 3/23 : WORKDIR /edgex-go [2021-01-25T07:32:32.427Z] ---> Using cache [2021-01-25T07:32:32.427Z] ---> 6ae5422ab877 [2021-01-25T07:32:32.427Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-25T07:32:32.427Z] ---> Using cache [2021-01-25T07:32:32.427Z] ---> b8c6204e1a83 [2021-01-25T07:32:32.427Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-25T07:32:34.430Z] Step 1/33 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-25T07:32:34.430Z] Step 2/33 : FROM ${BUILDER_BASE} AS builder [2021-01-25T07:32:34.430Z] ---> 9b3737def0b5 [2021-01-25T07:32:34.430Z] Step 3/33 : WORKDIR /edgex-go [2021-01-25T07:32:34.430Z] ---> Using cache [2021-01-25T07:32:34.430Z] ---> 6ae5422ab877 [2021-01-25T07:32:34.430Z] Step 4/33 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-25T07:32:34.430Z] ---> Using cache [2021-01-25T07:32:34.430Z] ---> b8c6204e1a83 [2021-01-25T07:32:34.430Z] Step 5/33 : RUN apk add --update --no-cache make git [2021-01-25T07:32:34.430Z] Running setup.py install for texttable: finished with status 'done' [2021-01-25T07:32:34.430Z] Running setup.py install for PyYAML: started [2021-01-25T07:32:35.879Z] ---> Running in 210e4a717852 [2021-01-25T07:32:36.168Z] ---> Running in 1992b56de62f [2021-01-25T07:32:36.168Z] ---> Running in 29ee119c08e9 [2021-01-25T07:32:36.168Z] ---> Running in 192d0a8a6a01 [2021-01-25T07:32:36.444Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-25T07:32:36.444Z] Running setup.py install for dockerpty: started [2021-01-25T07:32:37.904Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-25T07:32:38.181Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-25T07:32:38.455Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-25T07:32:38.455Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-25T07:32:38.770Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-25T07:32:39.049Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-25T07:32:39.049Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-25T07:32:39.049Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-25T07:32:39.331Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-25T07:32:39.331Z] OK: 217 MiB in 51 packages [2021-01-25T07:32:39.611Z] Running setup.py install for docopt: started [2021-01-25T07:32:39.895Z] OK: 217 MiB in 51 packages [2021-01-25T07:32:39.895Z] OK: 217 MiB in 51 packages [2021-01-25T07:32:40.185Z] OK: 217 MiB in 51 packages [2021-01-25T07:32:41.647Z] Removing intermediate container 1992b56de62f [2021-01-25T07:32:41.647Z] ---> 5173da3c765b [2021-01-25T07:32:41.647Z] Step 6/23 : COPY go.mod . [2021-01-25T07:32:41.647Z] Removing intermediate container 29ee119c08e9 [2021-01-25T07:32:41.647Z] ---> e68d4b59f102 [2021-01-25T07:32:41.647Z] Step 6/33 : COPY go.mod . [2021-01-25T07:32:41.926Z] Removing intermediate container 210e4a717852 [2021-01-25T07:32:41.926Z] Removing intermediate container 192d0a8a6a01 [2021-01-25T07:32:41.926Z] ---> 284dc7d04b02 [2021-01-25T07:32:41.926Z] Step 6/23 : COPY go.mod . [2021-01-25T07:32:41.926Z] ---> 0e17fd5d2edd [2021-01-25T07:32:41.926Z] Step 6/22 : COPY go.mod . [2021-01-25T07:32:42.538Z] ---> 21a5f44aafdd [2021-01-25T07:32:42.538Z] Step 7/23 : RUN go mod download [2021-01-25T07:32:42.538Z] Running setup.py install for docopt: finished with status 'done' [2021-01-25T07:32:42.538Z] Attempting uninstall: urllib3 [2021-01-25T07:32:42.538Z] Found existing installation: urllib3 1.25.9 [2021-01-25T07:32:42.538Z] Uninstalling urllib3-1.25.9: [2021-01-25T07:32:42.538Z] ---> Running in c8d20925cc73 [2021-01-25T07:32:42.816Z] Successfully uninstalled urllib3-1.25.9 [2021-01-25T07:32:42.816Z] ---> 9dd1c66784ee [2021-01-25T07:32:42.816Z] Step 7/33 : RUN go mod download [2021-01-25T07:32:42.816Z] ---> 9ec9fbffc03d [2021-01-25T07:32:42.816Z] Step 7/22 : RUN go mod download [2021-01-25T07:32:43.099Z] ---> Running in b71cdea9bfc3 [2021-01-25T07:32:43.099Z] ---> 298f44dbf1f2 [2021-01-25T07:32:43.099Z] Step 7/23 : RUN go mod download [2021-01-25T07:32:43.377Z] ---> Running in 94a366b34c93 [2021-01-25T07:32:43.377Z] ---> Running in 51abc32d9d8b [2021-01-25T07:32:43.658Z] Attempting uninstall: idna [2021-01-25T07:32:43.658Z] Found existing installation: idna 2.9 [2021-01-25T07:32:43.658Z] Uninstalling idna-2.9: [2021-01-25T07:32:43.990Z] Successfully uninstalled idna-2.9 [2021-01-25T07:32:45.033Z] Attempting uninstall: requests [2021-01-25T07:32:45.033Z] Found existing installation: requests 2.23.0 [2021-01-25T07:32:45.033Z] Uninstalling requests-2.23.0: [2021-01-25T07:32:45.033Z] Successfully uninstalled requests-2.23.0 [2021-01-25T07:32:47.705Z] Removing intermediate container c8d20925cc73 [2021-01-25T07:32:47.705Z] ---> 48951b648ce3 [2021-01-25T07:32:47.705Z] Step 8/23 : COPY . . [2021-01-25T07:32:47.983Z] 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-01-25T07:32:48.275Z] Removing intermediate container b71cdea9bfc3 [2021-01-25T07:32:48.275Z] ---> 16eecfc8bdef [2021-01-25T07:32:48.275Z] Step 8/33 : COPY . . [2021-01-25T07:32:48.552Z] Removing intermediate container 51abc32d9d8b [2021-01-25T07:32:48.552Z] ---> 8d7f9e1fd391 [2021-01-25T07:32:48.552Z] Step 8/23 : COPY . . [2021-01-25T07:32:48.830Z] Removing intermediate container 94a366b34c93 [2021-01-25T07:32:48.830Z] ---> bfcc6c75c8c2 [2021-01-25T07:32:48.830Z] Step 8/22 : COPY . . [2021-01-25T07:32:57.167Z] Removing intermediate container d7894a2d39f1 [2021-01-25T07:32:57.168Z] ---> a76946619e89 [2021-01-25T07:32:57.168Z] Step 21/26 : RUN apk --no-cache add curl [2021-01-25T07:32:58.177Z] ---> Running in 00c2e41a314b [2021-01-25T07:32:59.628Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-25T07:32:59.907Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-25T07:33:00.513Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-25T07:33:00.513Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-25T07:33:00.513Z] (3/3) Installing curl (7.69.1-r3) [2021-01-25T07:33:00.513Z] Executing busybox-1.31.1-r19.trigger [2021-01-25T07:33:00.513Z] OK: 71 MiB in 58 packages [2021-01-25T07:33:05.012Z] Removing intermediate container 00c2e41a314b [2021-01-25T07:33:05.012Z] ---> a533d88a7056 [2021-01-25T07:33:05.012Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-25T07:33:06.035Z] ---> Running in 2e3a65a1472f [2021-01-25T07:33:07.057Z] Removing intermediate container 2e3a65a1472f [2021-01-25T07:33:07.057Z] ---> a99bc1d3af14 [2021-01-25T07:33:07.057Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-25T07:33:07.664Z] ---> Running in c44512fa83ab [2021-01-25T07:33:09.105Z] Removing intermediate container c44512fa83ab [2021-01-25T07:33:09.105Z] ---> 2e827cc6d9ab [2021-01-25T07:33:09.105Z] Step 24/26 : LABEL arch=arm64 [2021-01-25T07:33:09.105Z] ---> 9c1232c2b2e5 [2021-01-25T07:33:09.105Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-25T07:33:09.105Z] ---> Running in 4d5e728422c6 [2021-01-25T07:33:09.382Z] ---> Running in 628811bb20a0 [2021-01-25T07:33:09.382Z] ---> 14ce1ef2cbbd [2021-01-25T07:33:09.382Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-01-25T07:33:09.996Z] ---> Running in 68539c68edb3 [2021-01-25T07:33:09.996Z] ---> 8effe0ebaf28 [2021-01-25T07:33:09.996Z] Step 9/33 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-01-25T07:33:09.996Z] Removing intermediate container 4d5e728422c6 [2021-01-25T07:33:09.996Z] ---> 73dc1391ad1b [2021-01-25T07:33:09.996Z] Step 25/26 : LABEL git_sha=1299e1d2a80a1d3a3d60061c8c64f6cbe09d952f [2021-01-25T07:33:09.996Z] ---> Running in 9c5ddb33b23c [2021-01-25T07:33:10.270Z] ---> Running in 865913dd6716 [2021-01-25T07:33:10.879Z] ---> bcf632f83d05 [2021-01-25T07:33:10.879Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-01-25T07:33:10.879Z] 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-01-25T07:33:11.170Z] ---> Running in 5ba91d175352 [2021-01-25T07:33:11.170Z] Removing intermediate container 865913dd6716 [2021-01-25T07:33:11.170Z] ---> 0d1a7549775e [2021-01-25T07:33:11.170Z] Step 26/26 : LABEL version=0.0.0 [2021-01-25T07:33:11.789Z] ---> Running in dc1c7d0e18b3 [2021-01-25T07:33:12.068Z] 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-01-25T07:33:12.347Z] 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-01-25T07:33:12.628Z] Removing intermediate container dc1c7d0e18b3 [2021-01-25T07:33:12.628Z] ---> c89833cf3144 [2021-01-25T07:33:12.628Z] [2021-01-25T07:33:13.240Z] Successfully built c89833cf3144 [2021-01-25T07:33:13.240Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-01-25T07:33:13.240Z]  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/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-01-25T07:34:21.386Z] 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-01-25T07:34:33.898Z] Removing intermediate container 5ba91d175352 [2021-01-25T07:34:33.898Z] ---> df9a03d169dd [2021-01-25T07:34:33.898Z] [2021-01-25T07:34:33.898Z] Step 10/22 : FROM alpine:3.12 [2021-01-25T07:34:33.898Z] ---> afeebe901d6b [2021-01-25T07:34:33.898Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-01-25T07:34:33.898Z] ---> Using cache [2021-01-25T07:34:33.898Z] ---> 95f3c52223ba [2021-01-25T07:34:33.898Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-25T07:34:33.898Z] ---> Using cache [2021-01-25T07:34:33.898Z] ---> 75b7e981812e [2021-01-25T07:34:33.898Z] Step 13/22 : ENV APP_PORT=48085 [2021-01-25T07:34:33.898Z] ---> Running in 7f32a80fe444 [2021-01-25T07:34:33.898Z] Removing intermediate container 7f32a80fe444 [2021-01-25T07:34:33.898Z] ---> 882b0e4231d4 [2021-01-25T07:34:33.898Z] Step 14/22 : EXPOSE $APP_PORT [2021-01-25T07:34:33.898Z] ---> Running in 20a1982099ce [2021-01-25T07:34:34.201Z] Removing intermediate container 20a1982099ce [2021-01-25T07:34:34.201Z] ---> 6d8e1bba5d9f [2021-01-25T07:34:34.201Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-25T07:34:35.657Z] ---> 72d2bedf9494 [2021-01-25T07:34:35.657Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-25T07:34:37.116Z] ---> 07167268b3f4 [2021-01-25T07:34:37.116Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-25T07:34:38.566Z] ---> e2f217b6d844 [2021-01-25T07:34:38.566Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-01-25T07:34:38.566Z] ---> Running in b68ec4e87d54 [2021-01-25T07:34:39.180Z] Removing intermediate container b68ec4e87d54 [2021-01-25T07:34:39.180Z] ---> 0c723969abe1 [2021-01-25T07:34:39.180Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-25T07:34:39.470Z] ---> Running in e1f1fcdc0e94 [2021-01-25T07:34:40.079Z] Removing intermediate container e1f1fcdc0e94 [2021-01-25T07:34:40.079Z] ---> 29305f4a7738 [2021-01-25T07:34:40.079Z] Step 20/22 : LABEL arch=arm64 [2021-01-25T07:34:40.686Z] ---> Running in 4daaad03e6cc [2021-01-25T07:34:41.675Z] Removing intermediate container 4daaad03e6cc [2021-01-25T07:34:41.675Z] ---> db9f2c288f7c [2021-01-25T07:34:41.675Z] Step 21/22 : LABEL git_sha=1299e1d2a80a1d3a3d60061c8c64f6cbe09d952f [2021-01-25T07:34:41.952Z] ---> Running in d5ac8fad663f [2021-01-25T07:34:42.567Z] Removing intermediate container d5ac8fad663f [2021-01-25T07:34:42.567Z] ---> 6868f07aa06d [2021-01-25T07:34:42.567Z] Step 22/22 : LABEL version=0.0.0 [2021-01-25T07:34:42.848Z] ---> Running in 557048ac38c7 [2021-01-25T07:34:43.124Z] Removing intermediate container 9c5ddb33b23c [2021-01-25T07:34:43.124Z] ---> d8fb34ad1e1e [2021-01-25T07:34:43.124Z] [2021-01-25T07:34:43.124Z] Step 10/33 : FROM alpine:3.12 [2021-01-25T07:34:43.124Z] ---> afeebe901d6b [2021-01-25T07:34:43.124Z] Step 11/33 : RUN apk add --update --no-cache dumb-init openssl su-exec [2021-01-25T07:34:43.402Z] ---> Running in 0ee0baf87b96 [2021-01-25T07:34:43.678Z] Removing intermediate container 557048ac38c7 [2021-01-25T07:34:43.678Z] ---> 2dcba6ff0e67 [2021-01-25T07:34:43.678Z] [2021-01-25T07:34:43.955Z] Successfully built 2dcba6ff0e67 [2021-01-25T07:34:43.955Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-01-25T07:34:44.952Z]  Building docker-support-scheduler-go ... done fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-25T07:34:45.226Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-25T07:34:45.863Z] (1/3) Installing dumb-init (1.2.2-r1) [2021-01-25T07:34:45.863Z] (2/3) Installing openssl (1.1.1i-r0) [2021-01-25T07:34:45.863Z] (3/3) Installing su-exec (0.2-r1) [2021-01-25T07:34:45.863Z] Executing busybox-1.31.1-r19.trigger [2021-01-25T07:34:45.863Z] OK: 6 MiB in 17 packages [2021-01-25T07:34:47.866Z] Removing intermediate container 0ee0baf87b96 [2021-01-25T07:34:47.866Z] ---> 8c3541b031da [2021-01-25T07:34:47.866Z] Step 12/33 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-01-25T07:34:48.856Z] ---> Running in 21bda0819eab [2021-01-25T07:34:49.146Z] Removing intermediate container 68539c68edb3 [2021-01-25T07:34:49.146Z] ---> 1e67a0058b9d [2021-01-25T07:34:49.146Z] [2021-01-25T07:34:49.146Z] Step 10/23 : FROM alpine:3.12 [2021-01-25T07:34:49.146Z] ---> afeebe901d6b [2021-01-25T07:34:49.146Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-01-25T07:34:49.146Z] ---> Using cache [2021-01-25T07:34:49.146Z] ---> 95f3c52223ba [2021-01-25T07:34:49.146Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-25T07:34:49.146Z] ---> Using cache [2021-01-25T07:34:49.146Z] ---> 75b7e981812e [2021-01-25T07:34:49.146Z] Step 13/23 : ENV APP_PORT=48081 [2021-01-25T07:34:49.146Z] Removing intermediate container 21bda0819eab [2021-01-25T07:34:49.146Z] ---> 9fe0a4f0881e [2021-01-25T07:34:49.146Z] Step 13/33 : ENV DOCKERIZE_VERSION v0.6.1 [2021-01-25T07:34:49.423Z] ---> Running in 3207e5769324 [2021-01-25T07:34:49.423Z] ---> Running in 33c75aa7ec19 [2021-01-25T07:34:50.025Z] Removing intermediate container 3207e5769324 [2021-01-25T07:34:50.025Z] ---> 305b585688ca [2021-01-25T07:34:50.025Z] Step 14/23 : EXPOSE $APP_PORT [2021-01-25T07:34:50.301Z] Removing intermediate container 33c75aa7ec19 [2021-01-25T07:34:50.301Z] ---> b49827558101 [2021-01-25T07:34:50.301Z] Step 14/33 : RUN wget https://github.com/jwilder/dockerize/releases/download/$DOCKERIZE_VERSION/dockerize-alpine-linux-amd64-$DOCKERIZE_VERSION.tar.gz && tar -C /usr/local/bin -xzvf dockerize-alpine-linux-amd64-$DOCKERIZE_VERSION.tar.gz && rm dockerize-alpine-linux-amd64-$DOCKERIZE_VERSION.tar.gz [2021-01-25T07:34:50.301Z] ---> Running in 944bb1cb9c00 [2021-01-25T07:34:50.301Z] ---> Running in 5234ea368c00 [2021-01-25T07:34:50.909Z] Removing intermediate container 944bb1cb9c00 [2021-01-25T07:34:50.909Z] ---> 64152ed4f3b3 [2021-01-25T07:34:50.909Z] Step 15/23 : WORKDIR / [2021-01-25T07:34:50.909Z] ---> Running in 3ad20cbd170b [2021-01-25T07:34:51.506Z] Removing intermediate container 3ad20cbd170b [2021-01-25T07:34:51.506Z] ---> e7157539ec85 [2021-01-25T07:34:51.506Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-25T07:34:51.506Z] Connecting to github.com (140.82.114.4:443) [2021-01-25T07:34:51.783Z] Connecting to github-production-release-asset-2e65be.s3.amazonaws.com (52.216.144.243:443) [2021-01-25T07:34:52.106Z] saving to 'dockerize-alpine-linux-amd64-v0.6.1.tar.gz' [2021-01-25T07:34:52.385Z] dockerize-alpine-lin 100% |********************************| 2935k 0:00:00 ETA [2021-01-25T07:34:52.385Z] 'dockerize-alpine-linux-amd64-v0.6.1.tar.gz' saved [2021-01-25T07:34:52.385Z] dockerize [2021-01-25T07:34:52.725Z] ---> 87b995307bee [2021-01-25T07:34:52.725Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-25T07:34:54.735Z] Removing intermediate container 5234ea368c00 [2021-01-25T07:34:54.735Z] ---> 5cf1ce2f3941 [2021-01-25T07:34:54.735Z] Step 15/33 : ENV SECURITY_INIT_DIR /edgex-init [2021-01-25T07:34:54.735Z] ---> 2d9034045da1 [2021-01-25T07:34:54.735Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-25T07:34:54.735Z] ---> Running in bb2f0ba18729 [2021-01-25T07:34:55.730Z] Removing intermediate container bb2f0ba18729 [2021-01-25T07:34:55.730Z] ---> 506e53f646bb [2021-01-25T07:34:55.730Z] Step 16/33 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-01-25T07:34:55.730Z] ---> 1e5b8fabdc41 [2021-01-25T07:34:55.730Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-01-25T07:34:55.730Z] ---> Running in eaa195e59c5b [2021-01-25T07:34:55.730Z] ---> Running in 2c91fe45ba4c [2021-01-25T07:34:56.005Z] Removing intermediate container 628811bb20a0 [2021-01-25T07:34:56.005Z] ---> cd5f2b0e91a2 [2021-01-25T07:34:56.005Z] [2021-01-25T07:34:56.005Z] Step 10/23 : FROM alpine:3.12 [2021-01-25T07:34:56.005Z] ---> afeebe901d6b [2021-01-25T07:34:56.005Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-25T07:34:56.292Z] ---> Running in d3926f528c76 [2021-01-25T07:34:56.575Z] Removing intermediate container eaa195e59c5b [2021-01-25T07:34:56.575Z] ---> 08f24e2c053b [2021-01-25T07:34:56.575Z] Step 17/33 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} && echo "Move dockerize executable" && mv /usr/local/bin/dockerize ${SECURITY_INIT_DIR} [2021-01-25T07:34:56.575Z] Removing intermediate container 2c91fe45ba4c [2021-01-25T07:34:56.575Z] ---> 4fe5c7d8c4de [2021-01-25T07:34:56.575Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-25T07:34:56.575Z] ---> Running in 3733188971cc [2021-01-25T07:34:56.575Z] ---> Running in 7f847b570238 [2021-01-25T07:34:56.852Z] Removing intermediate container d3926f528c76 [2021-01-25T07:34:56.852Z] ---> 284fcb76ba81 [2021-01-25T07:34:56.852Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-25T07:34:57.128Z] ---> Running in 7f0b87456127 [2021-01-25T07:34:57.403Z] Removing intermediate container 7f847b570238 [2021-01-25T07:34:57.403Z] ---> c959e933f412 [2021-01-25T07:34:57.403Z] Step 21/23 : LABEL arch=arm64 [2021-01-25T07:34:57.403Z] ---> Running in 8c8d1cbe0e85 [2021-01-25T07:34:57.677Z] Removing intermediate container 7f0b87456127 [2021-01-25T07:34:57.677Z] ---> becf87ee19b6 [2021-01-25T07:34:57.677Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-25T07:34:57.950Z] ---> Running in f1be33518d3e [2021-01-25T07:34:57.950Z] Move dockerize executable [2021-01-25T07:34:57.950Z] Removing intermediate container 8c8d1cbe0e85 [2021-01-25T07:34:57.950Z] ---> b7628e5c9388 [2021-01-25T07:34:57.950Z] Step 22/23 : LABEL git_sha=1299e1d2a80a1d3a3d60061c8c64f6cbe09d952f [2021-01-25T07:34:58.225Z] ---> Running in 374274e304da [2021-01-25T07:34:58.496Z] Removing intermediate container f1be33518d3e [2021-01-25T07:34:58.496Z] ---> ab808da94aea [2021-01-25T07:34:58.496Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-25T07:34:58.770Z] ---> Running in c2c9096c21aa [2021-01-25T07:34:58.770Z] Removing intermediate container 374274e304da [2021-01-25T07:34:58.770Z] ---> 9f9e5e1a40ba [2021-01-25T07:34:58.770Z] Step 23/23 : LABEL version=0.0.0 [2021-01-25T07:34:59.044Z] ---> Running in fef1d8ff0589 [2021-01-25T07:34:59.644Z] Removing intermediate container 3733188971cc [2021-01-25T07:34:59.644Z] ---> 736b8cb33d95 [2021-01-25T07:34:59.644Z] Step 18/33 : WORKDIR ${SECURITY_INIT_DIR} [2021-01-25T07:34:59.644Z] Removing intermediate container fef1d8ff0589 [2021-01-25T07:34:59.644Z] ---> 7ca0dfb8a21b [2021-01-25T07:34:59.644Z] [2021-01-25T07:34:59.919Z] ---> Running in 7a570d494da1 [2021-01-25T07:34:59.919Z] Successfully built 7ca0dfb8a21b [2021-01-25T07:34:59.919Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-01-25T07:35:00.471Z]  Building docker-core-metadata-go ... done Removing intermediate container 7a570d494da1 [2021-01-25T07:35:00.471Z] ---> 32b1d96e0dd7 [2021-01-25T07:35:00.471Z] Step 19/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-01-25T07:35:01.070Z] Removing intermediate container c2c9096c21aa [2021-01-25T07:35:01.070Z] ---> 922460a80428 [2021-01-25T07:35:01.070Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-01-25T07:35:01.348Z] ---> 5be681883d88 [2021-01-25T07:35:01.348Z] Step 20/33 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-01-25T07:35:01.348Z] ---> Running in db8849e1ece0 [2021-01-25T07:35:01.348Z] ---> Running in c6384ea660be [2021-01-25T07:35:02.796Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-25T07:35:03.395Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-25T07:35:03.675Z] Removing intermediate container c6384ea660be [2021-01-25T07:35:03.675Z] ---> 95fad6d57599 [2021-01-25T07:35:03.675Z] Step 21/33 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-25T07:35:04.281Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-01-25T07:35:04.281Z] (2/6) Installing libgcc (9.3.0-r2) [2021-01-25T07:35:04.281Z] (3/6) Installing libsodium (1.0.18-r0) [2021-01-25T07:35:04.555Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-01-25T07:35:04.555Z] ---> 71cc2ecd3f07 [2021-01-25T07:35:04.555Z] Step 22/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-01-25T07:35:04.831Z] (5/6) Installing libzmq (4.3.3-r0) [2021-01-25T07:35:04.831Z] (6/6) Installing zeromq (4.3.3-r0) [2021-01-25T07:35:04.831Z] Executing busybox-1.31.1-r19.trigger [2021-01-25T07:35:04.831Z] OK: 8 MiB in 20 packages [2021-01-25T07:35:05.817Z] ---> 21775369927a [2021-01-25T07:35:05.818Z] Step 23/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-01-25T07:35:06.420Z] Removing intermediate container db8849e1ece0 [2021-01-25T07:35:06.420Z] ---> f3b9647b1298 [2021-01-25T07:35:06.420Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-25T07:35:06.697Z] ---> 87c6ee5adb40 [2021-01-25T07:35:06.697Z] Step 24/33 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ [2021-01-25T07:35:07.300Z] ---> b8ea3a7950a8 [2021-01-25T07:35:07.300Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-25T07:35:07.574Z] ---> 1995925dd460 [2021-01-25T07:35:07.574Z] Step 25/33 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-01-25T07:35:09.015Z] ---> acbe1148f18f [2021-01-25T07:35:09.015Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-25T07:35:09.015Z] ---> 74f394eb19d0 [2021-01-25T07:35:09.015Z] Step 26/33 : VOLUME ${SECURITY_INIT_DIR} [2021-01-25T07:35:09.620Z] ---> Running in 9dc50ff08554 [2021-01-25T07:35:09.620Z] ---> f29ae1826a0f [2021-01-25T07:35:09.620Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-25T07:35:09.894Z] ---> Running in f68c83065d3e [2021-01-25T07:35:09.894Z] Removing intermediate container 9dc50ff08554 [2021-01-25T07:35:09.894Z] ---> 99841b2fd83b [2021-01-25T07:35:09.894Z] Step 27/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-01-25T07:35:10.494Z] Removing intermediate container f68c83065d3e [2021-01-25T07:35:10.494Z] ---> a911b1ce24b7 [2021-01-25T07:35:10.494Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-25T07:35:10.494Z] ---> Running in 73d19b024c98 [2021-01-25T07:35:10.768Z] ---> 443985b6048d [2021-01-25T07:35:10.768Z] Step 28/33 : RUN chmod +x /entrypoint.sh [2021-01-25T07:35:11.371Z] ---> Running in c2ad1b027d8f [2021-01-25T07:35:11.371Z] Removing intermediate container 73d19b024c98 [2021-01-25T07:35:11.371Z] ---> eb79dea860c2 [2021-01-25T07:35:11.371Z] Step 21/23 : LABEL arch=arm64 [2021-01-25T07:35:11.648Z] ---> Running in f989aef2a0c8 [2021-01-25T07:35:12.253Z] Removing intermediate container f989aef2a0c8 [2021-01-25T07:35:12.253Z] ---> 669e69846207 [2021-01-25T07:35:12.253Z] Step 22/23 : LABEL git_sha=1299e1d2a80a1d3a3d60061c8c64f6cbe09d952f [2021-01-25T07:35:12.253Z] ---> Running in 023fbf4cdbb0 [2021-01-25T07:35:12.856Z] Removing intermediate container 023fbf4cdbb0 [2021-01-25T07:35:12.856Z] ---> 8c3b9bde6810 [2021-01-25T07:35:12.856Z] Step 23/23 : LABEL version=0.0.0 [2021-01-25T07:35:12.856Z] ---> Running in b666e0554897 [2021-01-25T07:35:13.458Z] Removing intermediate container b666e0554897 [2021-01-25T07:35:13.458Z] ---> 343f744d891a [2021-01-25T07:35:13.458Z] [2021-01-25T07:35:13.733Z] Successfully built 343f744d891a [2021-01-25T07:35:14.007Z] Successfully tagged docker-core-data-go-arm64:latest [2021-01-25T07:35:14.007Z]  Building docker-core-data-go ... done Removing intermediate container c2ad1b027d8f [2021-01-25T07:35:14.007Z] ---> b4b9c7f5687c [2021-01-25T07:35:14.007Z] Step 29/33 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-25T07:35:14.606Z] ---> Running in 1650b016593a [2021-01-25T07:35:14.897Z] Removing intermediate container 1650b016593a [2021-01-25T07:35:14.897Z] ---> 355b91c724f2 [2021-01-25T07:35:14.897Z] Step 30/33 : CMD ["gate"] [2021-01-25T07:35:15.500Z] ---> Running in c8158a8bdf95 [2021-01-25T07:35:16.096Z] Removing intermediate container c8158a8bdf95 [2021-01-25T07:35:16.096Z] ---> 041f25ecf240 [2021-01-25T07:35:16.096Z] Step 31/33 : LABEL arch=arm64 [2021-01-25T07:35:16.381Z] ---> Running in 98e6c711605b [2021-01-25T07:35:16.986Z] Removing intermediate container 98e6c711605b [2021-01-25T07:35:16.986Z] ---> d3f53796cb84 [2021-01-25T07:35:16.986Z] Step 32/33 : LABEL git_sha=1299e1d2a80a1d3a3d60061c8c64f6cbe09d952f [2021-01-25T07:35:17.604Z] ---> Running in 55e1bc11d5b7 [2021-01-25T07:35:18.203Z] Removing intermediate container 55e1bc11d5b7 [2021-01-25T07:35:18.203Z] ---> bffa50bc5010 [2021-01-25T07:35:18.203Z] Step 33/33 : LABEL version=0.0.0 [2021-01-25T07:35:18.478Z] ---> Running in 4c7690df69e3 [2021-01-25T07:35:19.073Z] Removing intermediate container 4c7690df69e3 [2021-01-25T07:35:19.073Z] ---> 12d4e690a670 [2021-01-25T07:35:19.073Z] [2021-01-25T07:35:19.346Z] Successfully built 12d4e690a670 [2021-01-25T07:35:19.346Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-01-25T07:35:19.955Z]  Building docker-security-bootstrapper-go ... done  [Pipeline] } [2021-01-25T07:35:19.985Z] $ docker stop --time=1 fb9db80427112a779293d892e23d09dbde251eb67ce8ca0624049a77210f55a6 [2021-01-25T07:35:21.977Z] $ docker rm -f fb9db80427112a779293d892e23d09dbde251eb67ce8ca0624049a77210f55a6 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-25T07:35:22.730Z] + docker images [2021-01-25T07:35:22.730Z] + grep docker [2021-01-25T07:35:22.999Z] docker-security-bootstrapper-go-arm64 latest 12d4e690a670 4 seconds ago 40.3MB [2021-01-25T07:35:22.999Z] docker-core-data-go-arm64 latest 343f744d891a 9 seconds ago 21MB [2021-01-25T07:35:22.999Z] docker-core-metadata-go-arm64 latest 7ca0dfb8a21b 23 seconds ago 17.7MB [2021-01-25T07:35:22.999Z] docker-support-scheduler-go-arm64 latest 2dcba6ff0e67 39 seconds ago 15.5MB [2021-01-25T07:35:22.999Z] docker-sys-mgmt-agent-go-arm64 latest c89833cf3144 2 minutes ago 300MB [2021-01-25T07:35:22.999Z] docker-security-secretstore-setup-go-arm64 latest b3f8756065af 3 minutes ago 23.4MB [2021-01-25T07:35:22.999Z] docker-support-notifications-go-arm64 latest 7604b214be43 3 minutes ago 16MB [2021-01-25T07:35:22.999Z] docker-core-command-go-arm64 latest 9b28da2c9ea9 3 minutes ago 15.4MB [2021-01-25T07:35:22.999Z] docker-security-proxy-setup-go-arm64 latest 60223617cbd8 3 minutes ago 23.2MB [2021-01-25T07:35:22.999Z] docker 20.10.0 eeaf43b92773 6 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-01-25T07:35:25.329Z] provisioning config files... [2021-01-25T07:35:25.342Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/1@tmp/config2528019485129548563tmp [Pipeline] { [Pipeline] sh [2021-01-25T07:35:25.779Z] + set +x [2021-01-25T07:35:25.779Z] + curl -s https://codecov.io/bash [2021-01-25T07:35:25.779Z] + bash -s -- [2021-01-25T07:35:26.042Z] [2021-01-25T07:35:26.042Z] _____ _ [2021-01-25T07:35:26.042Z] / ____| | | [2021-01-25T07:35:26.042Z] | | ___ __| | ___ ___ _____ __ [2021-01-25T07:35:26.042Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-01-25T07:35:26.042Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-01-25T07:35:26.042Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-01-25T07:35:26.042Z] Bash-20210115-cec3c92 [2021-01-25T07:35:26.042Z] [2021-01-25T07:35:26.042Z] [2021-01-25T07:35:26.042Z] ==> git version 2.24.3 found [2021-01-25T07:35:26.042Z] ==> 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-01-25T07:35:26.042Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-01-25T07:35:26.042Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-01-25T07:35:26.042Z] ==> Jenkins CI detected. [2021-01-25T07:35:26.042Z] project root: . [2021-01-25T07:35:26.042Z] --> token set from env [2021-01-25T07:35:26.042Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-01-25T07:35:26.305Z] ==> Running gcov in . (disable via -X gcov) [2021-01-25T07:35:26.305Z] ==> Python coveragepy not found [2021-01-25T07:35:26.305Z] ==> Searching for coverage reports in: [2021-01-25T07:35:26.305Z] + . [2021-01-25T07:35:26.305Z] -> Found 1 reports [2021-01-25T07:35:26.305Z] ==> Detecting git/mercurial file structure [2021-01-25T07:35:26.305Z] ==> Reading reports [2021-01-25T07:35:26.305Z] + ./coverage.out bytes=564700 [2021-01-25T07:35:26.305Z] ==> Appending adjustments [2021-01-25T07:35:26.305Z] https://docs.codecov.io/docs/fixing-reports [2021-01-25T07:35:29.624Z] + Found adjustments [2021-01-25T07:35:29.624Z] ==> Gzipping contents [2021-01-25T07:35:29.624Z] 84K /tmp/codecov.zMyR9u.gz [2021-01-25T07:35:29.624Z] ==> Uploading reports [2021-01-25T07:35:29.624Z] url: https://codecov.io [2021-01-25T07:35:29.624Z] query: branch=PR-3073&commit=1299e1d2a80a1d3a3d60061c8c64f6cbe09d952f&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3073%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3073&job=&cmd_args= [2021-01-25T07:35:29.624Z] -> Pinging Codecov [2021-01-25T07:35:29.624Z] https://codecov.io/upload/v4?package=bash-20210115-cec3c92&token=secret&branch=PR-3073&commit=1299e1d2a80a1d3a3d60061c8c64f6cbe09d952f&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3073%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3073&job=&cmd_args= [2021-01-25T07:35:29.886Z] -> Uploading to [2021-01-25T07:35:29.886Z] https://storage.googleapis.com/codecov/v4/raw/2021-01-25/00271124DB129430A58F1EEE437C3FCB/1299e1d2a80a1d3a3d60061c8c64f6cbe09d952f/0ca19d66-63a9-4d9e-b696-65929987bdfb.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210125%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210125T073529Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=10e13793493cb7d6ba9f7a8709cb9b86ac48382d5325e397a60d5dc0bea7b4be [2021-01-25T07:35:29.886Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-25T07:35:29.886Z] Dload Upload Total Spent Left Speed [2021-01-25T07:35:30.410Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 85580 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 85580 0 0 100 85580 0 153k --:--:-- --:--:-- --:--:-- 153k [2021-01-25T07:35:30.410Z] -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/1299e1d2a80a1d3a3d60061c8c64f6cbe09d952f [Pipeline] } [2021-01-25T07:35:30.443Z] 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-01-25T07:35:33.098Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-25T07:35:34.010Z] ---> package-listing.sh [2021-01-25T07:35:34.010Z] ++ facter osfamily [2021-01-25T07:35:34.010Z] ++ tr '[:upper:]' '[:lower:]' [2021-01-25T07:35:34.010Z] + OS_FAMILY=redhat [2021-01-25T07:35:34.010Z] + workspace=/w/workspace/edgex-go/1 [2021-01-25T07:35:34.010Z] + START_PACKAGES=/tmp/packages_start.txt [2021-01-25T07:35:34.010Z] + END_PACKAGES=/tmp/packages_end.txt [2021-01-25T07:35:34.010Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-01-25T07:35:34.010Z] + PACKAGES=/tmp/packages_start.txt [2021-01-25T07:35:34.010Z] + '[' /w/workspace/edgex-go/1 ']' [2021-01-25T07:35:34.010Z] + PACKAGES=/tmp/packages_end.txt [2021-01-25T07:35:34.010Z] + case "${OS_FAMILY}" in [2021-01-25T07:35:34.010Z] + rpm -qa [2021-01-25T07:35:34.010Z] + sort [2021-01-25T07:35:39.319Z] + '[' -f /tmp/packages_start.txt ']' [2021-01-25T07:35:39.319Z] + '[' -f /tmp/packages_end.txt ']' [2021-01-25T07:35:39.319Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-01-25T07:35:39.319Z] + '[' /w/workspace/edgex-go/1 ']' [2021-01-25T07:35:39.319Z] + mkdir -p /w/workspace/edgex-go/1/archives/ [2021-01-25T07:35:39.319Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/1/archives/ [Pipeline] echo [2021-01-25T07:35:39.356Z] 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-01-25T07:35:39.668Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-01-25T07:35:40.008Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-25T07:35:40.008Z] [2021-01-25T07:35:40.008Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-01-25T07:35:40.401Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-25T07:35:40.401Z] alpine: Pulling from edgex-lftools-log-publisher [2021-01-25T07:35:40.401Z] df20fa9351a1: Pulling fs layer [2021-01-25T07:35:40.401Z] 36b3adc4ff6f: Pulling fs layer [2021-01-25T07:35:40.401Z] 8ad3a11d3b57: Pulling fs layer [2021-01-25T07:35:40.401Z] 46f8f816bc3b: Pulling fs layer [2021-01-25T07:35:40.401Z] 93b61091891f: Pulling fs layer [2021-01-25T07:35:40.401Z] 93b9cdb0e59b: Pulling fs layer [2021-01-25T07:35:40.401Z] 5e14af77c1be: Pulling fs layer [2021-01-25T07:35:40.401Z] 01666e4c0597: Pulling fs layer [2021-01-25T07:35:40.401Z] aa168da1d23b: Pulling fs layer [2021-01-25T07:35:40.401Z] 93b9cdb0e59b: Waiting [2021-01-25T07:35:40.401Z] 5e14af77c1be: Waiting [2021-01-25T07:35:40.401Z] 01666e4c0597: Waiting [2021-01-25T07:35:40.401Z] aa168da1d23b: Waiting [2021-01-25T07:35:40.401Z] 46f8f816bc3b: Waiting [2021-01-25T07:35:40.401Z] 93b61091891f: Waiting [2021-01-25T07:35:40.401Z] 36b3adc4ff6f: Verifying Checksum [2021-01-25T07:35:40.401Z] 36b3adc4ff6f: Download complete [2021-01-25T07:35:40.401Z] 46f8f816bc3b: Verifying Checksum [2021-01-25T07:35:40.401Z] 46f8f816bc3b: Download complete [2021-01-25T07:35:40.401Z] df20fa9351a1: Download complete [2021-01-25T07:35:40.663Z] 93b9cdb0e59b: Verifying Checksum [2021-01-25T07:35:40.663Z] 93b9cdb0e59b: Download complete [2021-01-25T07:35:40.663Z] 93b61091891f: Verifying Checksum [2021-01-25T07:35:40.663Z] 93b61091891f: Download complete [2021-01-25T07:35:40.663Z] 5e14af77c1be: Verifying Checksum [2021-01-25T07:35:40.663Z] 5e14af77c1be: Download complete [2021-01-25T07:35:40.663Z] 01666e4c0597: Verifying Checksum [2021-01-25T07:35:40.664Z] 01666e4c0597: Download complete [2021-01-25T07:35:40.928Z] 8ad3a11d3b57: Verifying Checksum [2021-01-25T07:35:40.928Z] 8ad3a11d3b57: Download complete [2021-01-25T07:35:40.928Z] df20fa9351a1: Pull complete [2021-01-25T07:35:41.197Z] 36b3adc4ff6f: Pull complete [2021-01-25T07:35:42.154Z] 8ad3a11d3b57: Pull complete [2021-01-25T07:35:42.729Z] aa168da1d23b: Verifying Checksum [2021-01-25T07:35:42.729Z] aa168da1d23b: Download complete [2021-01-25T07:35:42.994Z] 46f8f816bc3b: Pull complete [2021-01-25T07:35:43.953Z] 93b61091891f: Pull complete [2021-01-25T07:35:43.953Z] 93b9cdb0e59b: Pull complete [2021-01-25T07:35:44.221Z] 5e14af77c1be: Pull complete [2021-01-25T07:35:44.221Z] 01666e4c0597: Pull complete [2021-01-25T07:35:54.251Z] aa168da1d23b: Pull complete [2021-01-25T07:35:54.251Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-01-25T07:35:54.251Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-25T07:35:54.251Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-01-25T07:35:54.534Z] prd-centos7-docker-4c-2g-22598 does not seem to be running inside a container [2021-01-25T07:35:54.601Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-01-25T07:35:58.647Z] $ docker top 6bbaaad9bacdd72e98552e524ec5c2bb59342f3b26aa717fdc4dfc7bc94db756 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-25T07:35:59.368Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-01-25T07:35:59.693Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-01-25T07:36:00.010Z] + ls /var/log/sa-host [2021-01-25T07:36:00.010Z] + sadf -c /var/log/sa-host/sa23 [2021-01-25T07:36:00.010Z] file_magic: OK [2021-01-25T07:36:00.010Z] HZ: Using current value: 100 [2021-01-25T07:36:00.010Z] file_header: OK [2021-01-25T07:36:00.010Z] 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-01-25T07:36:00.010Z] Statistics: [2021-01-25T07:36:00.010Z] Hnuu...uuuununununu... [2021-01-25T07:36:00.010Z] File successfully converted to sysstat format version 12.2.1 [2021-01-25T07:36:00.010Z] + sadf -c /var/log/sa-host/sa25 [2021-01-25T07:36:00.010Z] file_magic: OK [2021-01-25T07:36:00.010Z] HZ: Using current value: 100 [2021-01-25T07:36:00.010Z] file_header: OK [2021-01-25T07:36:00.010Z] 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-01-25T07:36:00.010Z] Statistics: [2021-01-25T07:36:00.010Z] 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... [2021-01-25T07:36:00.010Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-01-25T07:36:00.298Z] provisioning config files... [2021-01-25T07:36:00.313Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/1@tmp/config6795123337120059527tmp [Pipeline] { [Pipeline] echo [2021-01-25T07:36:00.511Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-25T07:36:00.842Z] ---> create-netrc.sh [Pipeline] } [2021-01-25T07:36:00.861Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-01-25T07:36:00.987Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-25T07:36:01.309Z] ---> python-tools-install.sh [Pipeline] echo [2021-01-25T07:36:01.336Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-25T07:36:01.662Z] ---> sudo-logs.sh [2021-01-25T07:36:01.662Z] Archiving 'sudo' log.. [Pipeline] echo [2021-01-25T07:36:01.691Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-25T07:36:02.028Z] ---> job-cost.sh [2021-01-25T07:36:02.029Z] lf-activate-venv: SKIPPING [2021-01-25T07:36:02.029Z] INFO: No Stack... [2021-01-25T07:36:02.602Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-01-25T07:36:03.175Z] INFO: Archiving Costs [Pipeline] echo [2021-01-25T07:36:03.208Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-25T07:36:03.539Z] ---> logs-deploy.sh [2021-01-25T07:36:03.539Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3073/1 [2021-01-25T07:36:03.539Z] INFO: archiving workspace using pattern(s): [2021-01-25T07:36:04.928Z] Archives upload complete. [2021-01-25T07:36:04.928Z] INFO: archiving logs to Nexus