Pull request #3171 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 2b04703d4e674a4b36fb2a1b8348aac01154cd91+431c39765778f2fdc6d58fd50bd7cbdfe9325062 (d53230c3bb60833d9bdc599c371926e6ab115303) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 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 > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 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 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 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org 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-26849 in /w/workspace/edgexfoundry_edgex-go_PR-3171 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/6 [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/6 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit 431c39765778f2fdc6d58fd50bd7cbdfe9325062 into PR head commit 2b04703d4e674a4b36fb2a1b8348aac01154cd91 Merge succeeded, producing 2b04703d4e674a4b36fb2a1b8348aac01154cd91 Checking out Revision 2b04703d4e674a4b36fb2a1b8348aac01154cd91 (PR-3171) > 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/3171/head:refs/remotes/origin/PR-3171 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 2b04703d4e674a4b36fb2a1b8348aac01154cd91 # 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 431c39765778f2fdc6d58fd50bd7cbdfe9325062 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 2b04703d4e674a4b36fb2a1b8348aac01154cd91 # timeout=10 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-bootstrap/v2" First time build. Skipping changelog. > git rev-list --no-walk d446a20ec950243cdb2cde9e79e8d71c4fe4cde8 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-02-18T22:22:03.002Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-02-18T22:22:03.227Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-02-18T22:22:03.319Z] ========================================================= [2021-02-18T22:22:03.319Z] EdgeX Global Pipelines Version Info [2021-02-18T22:22:03.319Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-02-18T22:22:04.814Z] ------------------- [2021-02-18T22:22:04.814Z] stable info: [2021-02-18T22:22:04.814Z] ------------------- [2021-02-18T22:22:04.814Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-18T22:22:04.814Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-02-18T22:22:04.814Z] Message: update stable to v1.0.179 [2021-02-18T22:22:05.762Z] ------------------- [2021-02-18T22:22:05.762Z] experimental info: [2021-02-18T22:22:05.762Z] ------------------- [2021-02-18T22:22:05.762Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-18T22:22:05.762Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-02-18T22:22:05.762Z] Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-02-18T22:22:06.022Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-02-18T22:22:06.111Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-02-18T22:22:06.206Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-02-18T22:22:06.301Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-02-18T22:22:06.392Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-02-18T22:22:06.489Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-02-18T22:22:06.575Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-02-18T22:22:06.668Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-02-18T22:22:06.815Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-02-18T22:22:06.927Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-02-18T22:22:07.016Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-02-18T22:22:07.099Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-02-18T22:22:07.186Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-02-18T22:22:07.281Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-02-18T22:22:07.367Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-02-18T22:22:07.452Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-02-18T22:22:07.538Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-02-18T22:22:07.620Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-02-18T22:22:07.705Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-02-18T22:22:07.794Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-02-18T22:22:07.879Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-02-18T22:22:07.960Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-02-18T22:22:08.042Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-02-18T22:22:08.143Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3171 [Pipeline] echo [2021-02-18T22:22:08.227Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3171 [Pipeline] echo [2021-02-18T22:22:08.310Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3171 [Pipeline] echo [2021-02-18T22:22:08.390Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 2b04703d4e674a4b36fb2a1b8348aac01154cd91 [Pipeline] echo [2021-02-18T22:22:08.471Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 2b04703 [Pipeline] echo [2021-02-18T22:22:08.555Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-18T22:22:08.713Z] provisioning config files... [2021-02-18T22:22:08.741Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/6@tmp/config6263494801626459541tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-18T22:22:09.092Z] ---> docker-login.sh [2021-02-18T22:22:09.092Z] nexus3.edgexfoundry.org:10001 [2021-02-18T22:22:09.358Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-18T22:22:09.621Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-18T22:22:09.621Z] Configure a credential helper to remove this warning. See [2021-02-18T22:22:09.621Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-18T22:22:09.621Z] [2021-02-18T22:22:09.621Z] Login Succeeded [2021-02-18T22:22:09.621Z] nexus3.edgexfoundry.org:10002 [2021-02-18T22:22:09.621Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-18T22:22:09.621Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-18T22:22:09.621Z] Configure a credential helper to remove this warning. See [2021-02-18T22:22:09.621Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-18T22:22:09.621Z] [2021-02-18T22:22:09.621Z] Login Succeeded [2021-02-18T22:22:09.621Z] nexus3.edgexfoundry.org:10003 [2021-02-18T22:22:09.883Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-18T22:22:09.883Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-18T22:22:09.883Z] Configure a credential helper to remove this warning. See [2021-02-18T22:22:09.883Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-18T22:22:09.883Z] [2021-02-18T22:22:09.883Z] Login Succeeded [2021-02-18T22:22:09.883Z] nexus3.edgexfoundry.org:10004 [2021-02-18T22:22:10.145Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-18T22:22:10.145Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-18T22:22:10.145Z] Configure a credential helper to remove this warning. See [2021-02-18T22:22:10.145Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-18T22:22:10.145Z] [2021-02-18T22:22:10.145Z] Login Succeeded [2021-02-18T22:22:10.145Z] docker.io [2021-02-18T22:22:10.145Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-18T22:22:10.409Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-18T22:22:10.409Z] Configure a credential helper to remove this warning. See [2021-02-18T22:22:10.409Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-18T22:22:10.409Z] [2021-02-18T22:22:10.409Z] Login Succeeded [2021-02-18T22:22:10.409Z] ---> docker-login.sh ends [Pipeline] } [2021-02-18T22:22:10.422Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-18T22:22:10.922Z] ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile [2021-02-18T22:22:10.922Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-18T22:22:10.922Z] ++ dirname cmd/core-command/Dockerfile [2021-02-18T22:22:10.922Z] ++ cut -d/ -f2 [2021-02-18T22:22:10.922Z] + echo core-command,cmd/core-command/Dockerfile [2021-02-18T22:22:10.922Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-18T22:22:10.922Z] ++ dirname cmd/core-data/Dockerfile [2021-02-18T22:22:10.922Z] ++ cut -d/ -f2 [2021-02-18T22:22:10.922Z] + echo core-data,cmd/core-data/Dockerfile [2021-02-18T22:22:10.922Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-18T22:22:10.922Z] ++ dirname cmd/core-metadata/Dockerfile [2021-02-18T22:22:10.922Z] ++ cut -d/ -f2 [2021-02-18T22:22:10.922Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-02-18T22:22:10.922Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-18T22:22:10.922Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-02-18T22:22:10.922Z] ++ cut -d/ -f2 [2021-02-18T22:22:10.922Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-02-18T22:22:10.922Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-18T22:22:10.922Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-02-18T22:22:10.922Z] ++ cut -d/ -f2 [2021-02-18T22:22:10.922Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-02-18T22:22:10.922Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-18T22:22:10.922Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-02-18T22:22:10.922Z] ++ cut -d/ -f2 [2021-02-18T22:22:10.922Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-02-18T22:22:10.922Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-18T22:22:10.922Z] ++ dirname cmd/support-notifications/Dockerfile [2021-02-18T22:22:10.922Z] ++ cut -d/ -f2 [2021-02-18T22:22:10.922Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-02-18T22:22:10.922Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-18T22:22:10.922Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-02-18T22:22:10.922Z] ++ cut -d/ -f2 [2021-02-18T22:22:10.922Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-02-18T22:22:10.922Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-18T22:22:10.922Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-02-18T22:22:10.922Z] ++ cut -d/ -f2 [2021-02-18T22:22:10.922Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-02-18T22:22:11.005Z] Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-bootstrapper-go, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2021-02-18T22:22:11.916Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-18T22:22:11.916Z] [2021-02-18T22:22:11.916Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-02-18T22:22:12.275Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-18T22:22:12.275Z] latest: Pulling from edgex-devops/git-semver [2021-02-18T22:22:12.275Z] 31603596830f: Pulling fs layer [2021-02-18T22:22:12.275Z] 2a8b12db71e7: Pulling fs layer [2021-02-18T22:22:12.275Z] 6ca5941a6612: Pulling fs layer [2021-02-18T22:22:12.275Z] ecc8261a40a4: Pulling fs layer [2021-02-18T22:22:12.275Z] ecc8261a40a4: Waiting [2021-02-18T22:22:12.275Z] 2a8b12db71e7: Verifying Checksum [2021-02-18T22:22:12.275Z] 2a8b12db71e7: Download complete [2021-02-18T22:22:12.275Z] 31603596830f: Verifying Checksum [2021-02-18T22:22:12.275Z] 31603596830f: Download complete [2021-02-18T22:22:12.539Z] ecc8261a40a4: Verifying Checksum [2021-02-18T22:22:12.539Z] ecc8261a40a4: Download complete [2021-02-18T22:22:12.539Z] 6ca5941a6612: Verifying Checksum [2021-02-18T22:22:12.539Z] 6ca5941a6612: Download complete [2021-02-18T22:22:12.812Z] 31603596830f: Pull complete [2021-02-18T22:22:12.812Z] 2a8b12db71e7: Pull complete [2021-02-18T22:22:13.757Z] 6ca5941a6612: Pull complete [2021-02-18T22:22:13.757Z] ecc8261a40a4: Pull complete [2021-02-18T22:22:13.757Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-02-18T22:22:13.757Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-18T22:22:13.757Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-02-18T22:22:13.858Z] prd-centos7-docker-4c-2g-26849 does not seem to be running inside a container [2021-02-18T22:22:13.916Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@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:10004/edgex-devops/git-semver:latest cat [2021-02-18T22:22:16.365Z] $ docker top c0fe89cda5d570fcaf0ec3d8705d99e4acab2d0407daa19272237106e74a8d2a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-02-18T22:22:16.643Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-18T22:22:16.643Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-18T22:22:16.866Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-18T22:22:16.870Z] $ docker exec c0fe89cda5d570fcaf0ec3d8705d99e4acab2d0407daa19272237106e74a8d2a ssh-agent [2021-02-18T22:22:17.032Z] SSH_AUTH_SOCK=/tmp/ssh-sMZd9MY2kaIP/agent.12 [2021-02-18T22:22:17.032Z] SSH_AGENT_PID=18 [2021-02-18T22:22:17.044Z] Running ssh-add (command line suppressed) [2021-02-18T22:22:17.164Z] Identity added: /w/workspace/edgex-go/6@tmp/private_key_6555842432025641629.key (/w/workspace/edgex-go/6@tmp/private_key_6555842432025641629.key) [2021-02-18T22:22:17.213Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-18T22:22:17.543Z] + git tag --points-at HEAD [Pipeline] } [2021-02-18T22:22:17.565Z] $ docker exec --env ******** --env ******** c0fe89cda5d570fcaf0ec3d8705d99e4acab2d0407daa19272237106e74a8d2a ssh-agent -k [2021-02-18T22:22:17.675Z] unset SSH_AUTH_SOCK; [2021-02-18T22:22:17.675Z] unset SSH_AGENT_PID; [2021-02-18T22:22:17.675Z] echo Agent pid 18 killed; [2021-02-18T22:22:17.719Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-02-18T22:22:17.847Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-18T22:22:17.847Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-18T22:22:18.009Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-18T22:22:18.012Z] $ docker exec c0fe89cda5d570fcaf0ec3d8705d99e4acab2d0407daa19272237106e74a8d2a ssh-agent [2021-02-18T22:22:18.176Z] SSH_AUTH_SOCK=/tmp/ssh-0pA0e1cX6cFD/agent.48 [2021-02-18T22:22:18.176Z] SSH_AGENT_PID=53 [2021-02-18T22:22:18.182Z] Running ssh-add (command line suppressed) [2021-02-18T22:22:18.299Z] Identity added: /w/workspace/edgex-go/6@tmp/private_key_5729350104520597620.key (/w/workspace/edgex-go/6@tmp/private_key_5729350104520597620.key) [2021-02-18T22:22:18.348Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-18T22:22:18.762Z] + git semver init [2021-02-18T22:22:18.762Z] # -> Open(): unable to determine branch for HEAD [2021-02-18T22:22:18.762Z] # $GIT_DIR = /w/workspace/edgex-go/6/.git [2021-02-18T22:22:18.762Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/6 [2021-02-18T22:22:18.762Z] # $SEMVER_REMOTE_NAME = origin [2021-02-18T22:22:18.762Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-02-18T22:22:18.762Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-02-18T22:22:18.762Z] # $SEMVER_BRANCH = PR-3171 [2021-02-18T22:22:18.762Z] # $SEMVER_TEMP = /tmp/semver-444830574 [2021-02-18T22:22:18.762Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-02-18T22:22:36.916Z] # '/tmp/semver-444830574' -> '/w/workspace/edgex-go/6/.semver' [2021-02-18T22:22:36.916Z] # -> Force: false [2021-02-18T22:22:36.916Z] # $SEMVER_DIR = /w/workspace/edgex-go/6/.semver [Pipeline] } [2021-02-18T22:22:36.931Z] $ docker exec --env ******** --env ******** c0fe89cda5d570fcaf0ec3d8705d99e4acab2d0407daa19272237106e74a8d2a ssh-agent -k [2021-02-18T22:22:37.227Z] unset SSH_AUTH_SOCK; [2021-02-18T22:22:37.228Z] unset SSH_AGENT_PID; [2021-02-18T22:22:37.228Z] echo Agent pid 53 killed; [2021-02-18T22:22:37.323Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-18T22:22:37.810Z] + git semver [Pipeline] } [2021-02-18T22:22:37.828Z] $ docker stop --time=1 c0fe89cda5d570fcaf0ec3d8705d99e4acab2d0407daa19272237106e74a8d2a [2021-02-18T22:22:39.482Z] $ docker rm -f c0fe89cda5d570fcaf0ec3d8705d99e4acab2d0407daa19272237106e74a8d2a [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-18T22:22:39.993Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-02-18T22:22:40.613Z] Stashed 1 file(s) [Pipeline] echo [2021-02-18T22:22:40.615Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-02-18T22:22:41.460Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-02-18T22:22:41.756Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-18T22:22:42.050Z] + sudo service docker restart [2021-02-18T22:22:42.051Z] + true [2021-02-18T22:22:42.051Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-02-18T22:22:42.638Z] ========================================================= [2021-02-18T22:22:42.638Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-02-18T22:22:42.638Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-18T22:22:42.998Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2021-02-18T22:22:46.333Z] Sending build context to Docker daemon 327.9MB [2021-02-18T22:22:46.333Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-02-18T22:22:46.333Z] Step 2/6 : FROM ${BASE} [2021-02-18T22:22:46.333Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-02-18T22:22:46.333Z] 188c0c94c7c5: Pulling fs layer [2021-02-18T22:22:46.333Z] 0ef7d3d256c8: Pulling fs layer [2021-02-18T22:22:46.333Z] de9db76c5a1d: Pulling fs layer [2021-02-18T22:22:46.333Z] bca2f99d35d6: Pulling fs layer [2021-02-18T22:22:46.333Z] 93359f2a8cfa: Pulling fs layer [2021-02-18T22:22:46.333Z] 7c6f9722023f: Pulling fs layer [2021-02-18T22:22:46.333Z] a35cf1a2eb13: Pulling fs layer [2021-02-18T22:22:46.333Z] bca2f99d35d6: Waiting [2021-02-18T22:22:46.333Z] 93359f2a8cfa: Waiting [2021-02-18T22:22:46.333Z] 7c6f9722023f: Waiting [2021-02-18T22:22:46.333Z] a35cf1a2eb13: Waiting [2021-02-18T22:22:46.333Z] de9db76c5a1d: Verifying Checksum [2021-02-18T22:22:46.333Z] de9db76c5a1d: Download complete [2021-02-18T22:22:46.333Z] 0ef7d3d256c8: Verifying Checksum [2021-02-18T22:22:46.333Z] 0ef7d3d256c8: Download complete [2021-02-18T22:22:46.333Z] 93359f2a8cfa: Verifying Checksum [2021-02-18T22:22:46.333Z] 93359f2a8cfa: Download complete [2021-02-18T22:22:46.333Z] 188c0c94c7c5: Download complete [2021-02-18T22:22:46.333Z] 7c6f9722023f: Verifying Checksum [2021-02-18T22:22:46.333Z] 7c6f9722023f: Download complete [2021-02-18T22:22:46.907Z] 188c0c94c7c5: Pull complete [2021-02-18T22:22:46.907Z] 0ef7d3d256c8: Pull complete [2021-02-18T22:22:47.480Z] de9db76c5a1d: Pull complete [2021-02-18T22:22:48.428Z] a35cf1a2eb13: Verifying Checksum [2021-02-18T22:22:48.428Z] a35cf1a2eb13: Download complete [2021-02-18T22:22:48.697Z] bca2f99d35d6: Verifying Checksum [2021-02-18T22:22:48.697Z] bca2f99d35d6: Download complete [2021-02-18T22:22:54.039Z] bca2f99d35d6: Pull complete [2021-02-18T22:22:54.039Z] 93359f2a8cfa: Pull complete [2021-02-18T22:22:54.039Z] 7c6f9722023f: Pull complete [2021-02-18T22:22:55.976Z] Still waiting to schedule task [2021-02-18T22:22:55.976Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2021-02-18T22:22:58.270Z] a35cf1a2eb13: Pull complete [2021-02-18T22:22:58.270Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-02-18T22:22:58.270Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-02-18T22:22:58.270Z] ---> a62c8e92a672 [2021-02-18T22:22:58.270Z] Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2021-02-18T22:22:58.533Z] ---> Running in 81aeb5404e5d [2021-02-18T22:22:59.108Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-18T22:22:59.683Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-18T22:23:00.263Z] (1/12) Installing libmagic (5.38-r0) [2021-02-18T22:23:00.263Z] (2/12) Installing file (5.38-r0) [2021-02-18T22:23:00.263Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-02-18T22:23:00.525Z] (4/12) Installing g++ (9.3.0-r2) [2021-02-18T22:23:04.737Z] (5/12) Installing fortify-headers (1.1-r0) [2021-02-18T22:23:04.737Z] (6/12) Installing patch (2.7.6-r6) [2021-02-18T22:23:04.999Z] (7/12) Installing build-base (0.5-r2) [2021-02-18T22:23:04.999Z] (8/12) Installing libsodium (1.0.18-r0) [2021-02-18T22:23:04.999Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-02-18T22:23:05.261Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-02-18T22:23:05.261Z] (11/12) Installing libzmq (4.3.3-r0) [2021-02-18T22:23:05.261Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-02-18T22:23:05.523Z] Executing busybox-1.31.1-r19.trigger [2021-02-18T22:23:05.523Z] OK: 233 MiB in 51 packages [2021-02-18T22:23:09.743Z] Removing intermediate container 81aeb5404e5d [2021-02-18T22:23:09.743Z] ---> 20c90fbb215f [2021-02-18T22:23:09.743Z] Step 4/6 : WORKDIR /edgex-go [2021-02-18T22:23:09.743Z] ---> Running in f51a0d82f5fa [2021-02-18T22:23:09.743Z] Removing intermediate container f51a0d82f5fa [2021-02-18T22:23:09.743Z] ---> 6eace2582f3b [2021-02-18T22:23:09.743Z] Step 5/6 : COPY go.mod . [2021-02-18T22:23:09.743Z] ---> 5cd309a08b8c [2021-02-18T22:23:09.743Z] Step 6/6 : RUN go mod download [2021-02-18T22:23:10.005Z] ---> Running in e118e8020fa5 [2021-02-18T22:23:32.029Z] Removing intermediate container e118e8020fa5 [2021-02-18T22:23:32.029Z] ---> dbfa88be0d2c [2021-02-18T22:23:32.029Z] Successfully built dbfa88be0d2c [2021-02-18T22:23:32.029Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-18T22:23:32.342Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-18T22:23:32.342Z] . [Pipeline] withDockerContainer [2021-02-18T22:23:32.444Z] prd-centos7-docker-4c-2g-26849 does not seem to be running inside a container [2021-02-18T22:23:32.492Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@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 ******** ci-base-image-x86_64 cat [2021-02-18T22:23:33.249Z] $ docker top 817fa131e6f544f88667fe23d82667af8cb9b347c91a28cce6b4a505ab4e084a -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-18T22:23:33.739Z] + go version [2021-02-18T22:23:33.739Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-02-18T22:23:33.755Z] $ docker stop --time=1 817fa131e6f544f88667fe23d82667af8cb9b347c91a28cce6b4a505ab4e084a [2021-02-18T22:23:35.093Z] $ docker rm -f 817fa131e6f544f88667fe23d82667af8cb9b347c91a28cce6b4a505ab4e084a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-18T22:23:35.879Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-18T22:23:35.879Z] . [Pipeline] withDockerContainer [2021-02-18T22:23:35.971Z] prd-centos7-docker-4c-2g-26849 does not seem to be running inside a container [2021-02-18T22:23:36.016Z] $ 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/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@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 ******** ci-base-image-x86_64 cat [2021-02-18T22:23:36.704Z] $ docker top 6416b6fe5c7ef36c3d96e0f37800ac57e5a42671984088c19009ef1d6fa87b9e -eo pid,comm [Pipeline] { [Pipeline] echo [2021-02-18T22:23:36.948Z] ========================================================= [2021-02-18T22:23:36.948Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-02-18T22:23:36.948Z] ========================================================= [Pipeline] sh [2021-02-18T22:23:37.239Z] + make test [2021-02-18T22:23:37.239Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-02-18T22:23:45.422Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-02-18T22:24:03.652Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-02-18T22:24:06.987Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-02-18T22:24:06.987Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-02-18T22:24:06.987Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-02-18T22:24:08.933Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-02-18T22:24:08.933Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-02-18T22:24:08.933Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-02-18T22:24:09.204Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-02-18T22:24:10.187Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-02-18T22:24:10.477Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-02-18T22:24:13.059Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-02-18T22:24:13.059Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-02-18T22:24:13.059Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-02-18T22:24:16.468Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.113s coverage: 45.9% of statements [2021-02-18T22:24:16.468Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-02-18T22:24:16.468Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-02-18T22:24:16.468Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-02-18T22:24:16.468Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-02-18T22:24:16.468Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-02-18T22:24:16.468Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-02-18T22:24:16.468Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-02-18T22:24:16.468Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.075s coverage: 100.0% of statements [2021-02-18T22:24:17.466Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.180s coverage: 27.1% of statements [2021-02-18T22:24:17.466Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-02-18T22:24:17.466Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-02-18T22:24:17.466Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-02-18T22:24:17.466Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-02-18T22:24:17.466Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-02-18T22:24:17.466Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-02-18T22:24:17.466Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.038s coverage: 100.0% of statements [2021-02-18T22:24:17.466Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-02-18T22:24:17.466Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.044s coverage: 100.0% of statements [2021-02-18T22:24:17.466Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-02-18T22:24:17.466Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-02-18T22:24:18.059Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.099s coverage: 65.8% of statements [2021-02-18T22:24:18.059Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-02-18T22:24:18.059Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-02-18T22:24:18.650Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.422s coverage: 82.3% of statements [2021-02-18T22:24:18.650Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-02-18T22:24:18.650Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-02-18T22:24:18.650Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-02-18T22:24:18.650Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-02-18T22:24:21.260Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.392s coverage: 28.6% of statements [2021-02-18T22:24:21.260Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-02-18T22:24:21.260Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-02-18T22:24:21.260Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-02-18T22:24:21.260Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-02-18T22:24:21.260Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-02-18T22:24:21.260Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.057s coverage: 100.0% of statements [2021-02-18T22:24:21.260Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-02-18T22:24:21.260Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.034s coverage: 100.0% of statements [2021-02-18T22:24:21.260Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-02-18T22:24:21.260Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.115s coverage: 86.7% of statements [2021-02-18T22:24:21.260Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-02-18T22:24:21.260Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.127s coverage: 97.5% of statements [2021-02-18T22:24:21.260Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-02-18T22:24:21.260Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.087s coverage: 78.3% of statements [2021-02-18T22:24:21.260Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-02-18T22:24:21.260Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-02-18T22:24:21.260Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-02-18T22:24:21.260Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-02-18T22:24:23.861Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.414s coverage: 92.8% of statements [2021-02-18T22:24:23.861Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-02-18T22:24:23.861Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-02-18T22:24:23.861Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-02-18T22:24:23.861Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-02-18T22:24:23.861Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-02-18T22:24:23.861Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-02-18T22:24:23.861Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-02-18T22:24:23.861Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-02-18T22:24:23.861Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-02-18T22:24:23.861Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-02-18T22:24:23.861Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-02-18T22:24:23.861Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-02-18T22:24:23.861Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-02-18T22:24:23.861Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-02-18T22:24:23.861Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-02-18T22:24:23.861Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-02-18T22:24:23.861Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-02-18T22:24:23.861Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-02-18T22:24:23.861Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.037s coverage: 58.8% of statements [2021-02-18T22:24:23.861Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-02-18T22:24:23.861Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-02-18T22:24:23.861Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.059s coverage: 0.1% of statements [2021-02-18T22:24:23.861Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-02-18T22:24:23.861Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-02-18T22:24:23.861Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-02-18T22:24:23.861Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.032s coverage: 45.5% of statements [2021-02-18T22:24:23.861Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.060s coverage: 79.5% of statements [2021-02-18T22:24:23.861Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.026s coverage: 94.1% of statements [2021-02-18T22:24:23.861Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.079s coverage: 96.3% of statements [2021-02-18T22:24:23.861Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.036s coverage: 87.5% of statements [2021-02-18T22:24:36.115Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.041s coverage: 94.4% of statements [2021-02-18T22:24:36.115Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.030s coverage: 44.8% of statements [2021-02-18T22:24:46.179Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.064s coverage: 92.9% of statements [2021-02-18T22:24:46.179Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-02-18T22:24:46.179Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-02-18T22:24:46.179Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-02-18T22:24:46.179Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.033s coverage: 77.8% of statements [2021-02-18T22:24:46.179Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-02-18T22:24:46.179Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-02-18T22:24:46.179Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-02-18T22:24:46.179Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-02-18T22:24:46.179Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-02-18T22:24:46.179Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.039s coverage: 87.2% of statements [2021-02-18T22:24:46.179Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-02-18T22:24:46.179Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-02-18T22:24:46.179Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.032s coverage: 100.0% of statements [2021-02-18T22:24:46.179Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-02-18T22:24:46.179Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.042s coverage: 75.5% of statements [2021-02-18T22:24:46.179Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-02-18T22:24:46.179Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.032s coverage: 80.8% of statements [2021-02-18T22:24:46.179Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.063s coverage: 87.2% of statements [2021-02-18T22:24:46.179Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.043s coverage: 84.2% of statements [2021-02-18T22:24:46.179Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.074s coverage: 91.4% of statements [2021-02-18T22:24:46.179Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-02-18T22:24:46.179Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.148s coverage: 63.5% of statements [2021-02-18T22:24:46.179Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-02-18T22:24:46.179Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-02-18T22:24:46.179Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.032s coverage: 100.0% of statements [2021-02-18T22:24:46.179Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.043s coverage: 91.3% of statements [2021-02-18T22:24:46.179Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.032s coverage: 100.0% of statements [2021-02-18T22:24:46.179Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.032s coverage: 73.7% of statements [2021-02-18T22:24:46.179Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.031s coverage: 100.0% of statements [2021-02-18T22:24:46.179Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.271s coverage: 68.9% of statements [2021-02-18T22:24:46.179Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-02-18T22:24:46.179Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-02-18T22:24:46.179Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.088s coverage: 37.0% of statements [2021-02-18T22:24:46.179Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-02-18T22:24:46.179Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-02-18T22:24:46.179Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.275s coverage: 84.0% of statements [2021-02-18T22:24:46.179Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.043s coverage: 100.0% of statements [2021-02-18T22:24:46.179Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.118s coverage: 47.0% of statements [2021-02-18T22:24:46.179Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-02-18T22:24:46.179Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-02-18T22:24:46.179Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-02-18T22:24:46.179Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-02-18T22:24:46.179Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-02-18T22:24:46.179Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.048s coverage: 100.0% of statements [2021-02-18T22:24:46.179Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-02-18T22:24:46.179Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.042s coverage: 100.0% of statements [2021-02-18T22:24:46.179Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-02-18T22:24:46.179Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-02-18T22:24:46.179Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-02-18T22:24:46.179Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-02-18T22:24:46.179Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.102s coverage: 89.4% of statements [2021-02-18T22:24:46.179Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-02-18T22:24:46.179Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-02-18T22:24:46.179Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-02-18T22:24:46.179Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.699s coverage: 29.1% of statements [2021-02-18T22:24:46.179Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-02-18T22:24:46.179Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-02-18T22:24:46.179Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-02-18T22:24:46.179Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-02-18T22:24:46.179Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-02-18T22:24:46.179Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.077s coverage: 99.0% of statements [2021-02-18T22:24:46.179Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-02-18T22:24:46.179Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.044s coverage: 100.0% of statements [2021-02-18T22:24:46.179Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-02-18T22:24:46.179Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-02-18T22:24:46.179Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-02-18T22:24:46.180Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-02-18T22:24:46.180Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.067s coverage: 100.0% of statements [2021-02-18T22:24:46.180Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-02-18T22:24:46.180Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-02-18T22:24:46.180Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-02-18T22:24:46.180Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.038s coverage: 0.0% of statements [2021-02-18T22:24:46.180Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-02-18T22:24:46.180Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.033s coverage: 100.0% of statements [2021-02-18T22:24:46.180Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-02-18T22:24:46.180Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-02-18T22:24:46.180Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-02-18T22:24:46.180Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-02-18T22:24:46.180Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.038s coverage: 87.9% of statements [2021-02-18T22:24:46.180Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-02-18T22:24:46.180Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-02-18T22:24:46.180Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.036s coverage: 100.0% of statements [2021-02-18T22:24:46.180Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.027s coverage: 32.1% of statements [2021-02-18T22:24:46.180Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements [2021-02-18T22:24:46.765Z] GO111MODULE=on go vet ./... [2021-02-18T22:25:14.007Z] gofmt -l . [2021-02-18T22:25:14.007Z] [ "`gofmt -l .`" = "" ] [2021-02-18T22:25:14.007Z] ./bin/test-go-mod-tidy.sh [2021-02-18T22:25:14.007Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-02-18T22:25:14.890Z] + ls -al . [2021-02-18T22:25:14.890Z] total 708 [2021-02-18T22:25:14.890Z] drwxrwxr-x 10 1001 1001 4096 Feb 18 22:25 . [2021-02-18T22:25:14.890Z] drwxr-xr-x 4 root root 28 Feb 18 22:23 .. [2021-02-18T22:25:14.890Z] -rw-rw-r-- 1 1001 1001 11 Feb 18 22:21 .dockerignore [2021-02-18T22:25:14.890Z] drwxrwxr-x 8 1001 1001 179 Feb 18 22:22 .git [2021-02-18T22:25:14.890Z] drwxrwxr-x 3 1001 1001 125 Feb 18 22:21 .github [2021-02-18T22:25:14.890Z] -rw-rw-r-- 1 1001 1001 818 Feb 18 22:21 .gitignore [2021-02-18T22:25:14.890Z] drwx------ 3 1001 1001 60 Feb 18 22:22 .semver [2021-02-18T22:25:14.890Z] -rw-rw-r-- 1 1001 1001 166 Feb 18 22:21 .sonarcloud.properties [2021-02-18T22:25:14.890Z] -rw-rw-r-- 1 1001 1001 8475 Feb 18 22:21 Attribution.txt [2021-02-18T22:25:14.890Z] -rw-rw-r-- 1 1001 1001 3804 Feb 18 22:21 CONTRIBUTING.md [2021-02-18T22:25:14.890Z] -rw-rw-r-- 1 1001 1001 931 Feb 18 22:21 Dockerfile.build [2021-02-18T22:25:14.890Z] -rw-rw-r-- 1 1001 1001 863 Feb 18 22:21 Jenkinsfile [2021-02-18T22:25:14.890Z] -rw-rw-r-- 1 1001 1001 10775 Feb 18 22:21 LICENSE [2021-02-18T22:25:14.890Z] -rw-rw-r-- 1 1001 1001 5774 Feb 18 22:21 Makefile [2021-02-18T22:25:14.890Z] -rw-rw-r-- 1 1001 1001 6524 Feb 18 22:21 README.md [2021-02-18T22:25:14.890Z] -rw-rw-r-- 1 1001 1001 6755 Feb 18 22:21 SECURITY.md [2021-02-18T22:25:14.890Z] -rw-rw-r-- 1 1001 1001 5 Feb 18 22:22 VERSION [2021-02-18T22:25:14.890Z] -rw-rw-r-- 1 1001 1001 4131 Feb 18 22:21 ZMQWindows.md [2021-02-18T22:25:14.890Z] drwxrwxr-x 2 1001 1001 117 Feb 18 22:21 bin [2021-02-18T22:25:14.890Z] drwxrwxr-x 14 1001 1001 4096 Feb 18 22:21 cmd [2021-02-18T22:25:14.890Z] -rw-r--r-- 1 root root 597520 Feb 18 22:24 coverage.out [2021-02-18T22:25:14.890Z] -rw-r--r-- 1 root root 1055 Feb 18 22:25 go.mod [2021-02-18T22:25:14.890Z] -rw-r--r-- 1 root root 21638 Feb 18 22:25 go.sum [2021-02-18T22:25:14.890Z] drwxrwxr-x 8 1001 1001 127 Feb 18 22:21 internal [2021-02-18T22:25:14.890Z] drwxrwxr-x 4 1001 1001 26 Feb 18 22:21 openapi [2021-02-18T22:25:14.890Z] drwxrwxr-x 4 1001 1001 71 Feb 18 22:21 snap [2021-02-18T22:25:14.890Z] -rw-rw-r-- 1 1001 1001 168 Feb 18 22:21 version.go [Pipeline] sh [2021-02-18T22:25:15.197Z] + '[' -e coverage.out ] [2021-02-18T22:25:15.197Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-02-18T22:25:15.394Z] Stashed 1 file(s) [Pipeline] sh [2021-02-18T22:25:15.686Z] + make build [2021-02-18T22:25:15.687Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-02-18T22:25:19.911Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-02-18T22:25:28.152Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-02-18T22:25:28.727Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-02-18T22:25:30.138Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-02-18T22:25:30.718Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-02-18T22:25:32.123Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-02-18T22:25:33.513Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-02-18T22:25:34.467Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-02-18T22:25:35.865Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-02-18T22:25:36.815Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-02-18T22:25:37.764Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } [2021-02-18T22:25:39.914Z] $ docker stop --time=1 6416b6fe5c7ef36c3d96e0f37800ac57e5a42671984088c19009ef1d6fa87b9e [2021-02-18T22:25:41.782Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-26852 in /w/workspace/edgexfoundry_edgex-go_PR-3171 [2021-02-18T22:25:42.534Z] $ docker rm -f 6416b6fe5c7ef36c3d96e0f37800ac57e5a42671984088c19009ef1d6fa87b9e [Pipeline] { [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] ws [2021-02-18T22:25:43.176Z] Running in /w/workspace/edgex-go/6 [Pipeline] { [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] checkout [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-18T22:25:44.360Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-18T22:25:44.360Z] [2021-02-18T22:25:44.360Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-02-18T22:25:44.719Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-18T22:25:44.719Z] latest: Pulling from edgex-devops/edgex-compose [2021-02-18T22:25:44.719Z] cbdbe7a5bc2a: Pulling fs layer [2021-02-18T22:25:44.719Z] ca9280d653b3: Pulling fs layer [2021-02-18T22:25:44.719Z] 7e9c9ca2126c: Pulling fs layer [2021-02-18T22:25:44.981Z] cbdbe7a5bc2a: Verifying Checksum [2021-02-18T22:25:44.981Z] cbdbe7a5bc2a: Download complete [2021-02-18T22:25:45.251Z] cbdbe7a5bc2a: Pull complete [2021-02-18T22:25:45.251Z] ca9280d653b3: Verifying Checksum [2021-02-18T22:25:45.251Z] ca9280d653b3: Download complete [2021-02-18T22:25:46.207Z] ca9280d653b3: Pull complete [2021-02-18T22:25:46.207Z] 7e9c9ca2126c: Verifying Checksum [2021-02-18T22:25:46.207Z] 7e9c9ca2126c: Download complete [2021-02-18T22:25:48.044Z] using credential edgex-jenkins-ssh [2021-02-18T22:25:48.102Z] Cloning the remote Git repository [2021-02-18T22:25:48.170Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-02-18T22:25:48.281Z] > git init /w/workspace/edgex-go/6 # timeout=10 [2021-02-18T22:25:48.358Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-18T22:25:48.360Z] > git --version # timeout=10 [2021-02-18T22:25:48.377Z] > git --version # 'git version 2.17.1' [2021-02-18T22:25:48.378Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-18T22:25:48.469Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-18T22:25:54.387Z] 7e9c9ca2126c: Pull complete [2021-02-18T22:25:54.387Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-02-18T22:25:54.387Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-18T22:25:54.387Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-02-18T22:25:54.556Z] prd-centos7-docker-4c-2g-26849 does not seem to be running inside a container [2021-02-18T22:25:54.604Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-02-18T22:25:57.279Z] $ docker top 21227841cc758d621a2dac760d311cd1b924235088cd77e662524ad2b09cba20 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-18T22:25:57.756Z] + docker-compose build --help [2021-02-18T22:25:57.756Z] + grep parallel [2021-02-18T22:25:58.700Z] --parallel Build images in parallel. [Pipeline] } [2021-02-18T22:25:58.717Z] $ docker stop --time=1 21227841cc758d621a2dac760d311cd1b924235088cd77e662524ad2b09cba20 [2021-02-18T22:26:00.069Z] $ docker rm -f 21227841cc758d621a2dac760d311cd1b924235088cd77e662524ad2b09cba20 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-18T22:26:00.738Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-18T22:26:00.739Z] . [Pipeline] withDockerContainer [2021-02-18T22:26:00.834Z] prd-centos7-docker-4c-2g-26849 does not seem to be running inside a container [2021-02-18T22:26:00.879Z] $ 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/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-02-18T22:26:01.451Z] $ docker top a8a2cf758cd360793ea8dfc369fb44b00fe31b819ecc6c5d49543acda8a10f85 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-18T22:26:01.935Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-02-18T22:26:02.879Z] Building docker-core-command-go ... [2021-02-18T22:26:02.879Z] Building docker-core-data-go ... [2021-02-18T22:26:02.879Z] Building docker-core-metadata-go ... [2021-02-18T22:26:02.880Z] Building docker-security-bootstrapper-go ... [2021-02-18T22:26:02.880Z] Building docker-security-proxy-setup-go ... [2021-02-18T22:26:02.880Z] Building docker-security-secretstore-setup-go ... [2021-02-18T22:26:02.880Z] Building docker-support-notifications-go ... [2021-02-18T22:26:02.880Z] Building docker-support-scheduler-go ... [2021-02-18T22:26:02.880Z] Building docker-sys-mgmt-agent-go ... [2021-02-18T22:26:02.880Z] Building docker-security-secretstore-setup-go [2021-02-18T22:26:02.880Z] Building docker-core-metadata-go [2021-02-18T22:26:02.880Z] Building docker-security-bootstrapper-go [2021-02-18T22:26:02.880Z] Building docker-sys-mgmt-agent-go [2021-02-18T22:26:02.880Z] Building docker-core-data-go [2021-02-18T22:26:02.995Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-18T22:26:03.020Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-18T22:26:03.049Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-18T22:26:03.116Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-18T22:26:03.117Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-18T22:26:03.141Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3171/head:refs/remotes/origin/PR-3171 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-18T22:26:04.057Z] Merging remotes/origin/master commit 431c39765778f2fdc6d58fd50bd7cbdfe9325062 into PR head commit 2b04703d4e674a4b36fb2a1b8348aac01154cd91 [2021-02-18T22:26:04.457Z] Merge succeeded, producing 2b04703d4e674a4b36fb2a1b8348aac01154cd91 [2021-02-18T22:26:04.458Z] Checking out Revision 2b04703d4e674a4b36fb2a1b8348aac01154cd91 (PR-3171) [2021-02-18T22:26:04.074Z] > git config core.sparsecheckout # timeout=10 [2021-02-18T22:26:04.088Z] > git checkout -f 2b04703d4e674a4b36fb2a1b8348aac01154cd91 # timeout=10 [2021-02-18T22:26:04.386Z] > git remote # timeout=10 [2021-02-18T22:26:04.401Z] > git config --get remote.origin.url # timeout=10 [2021-02-18T22:26:04.417Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-18T22:26:04.426Z] > git merge 431c39765778f2fdc6d58fd50bd7cbdfe9325062 # timeout=10 [2021-02-18T22:26:04.445Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-02-18T22:26:04.465Z] > git config core.sparsecheckout # timeout=10 [2021-02-18T22:26:04.475Z] > git checkout -f 2b04703d4e674a4b36fb2a1b8348aac01154cd91 # timeout=10 [2021-02-18T22:26:08.788Z] Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-bootstrap/v2" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-02-18T22:26:10.192Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-02-18T22:26:10.657Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-18T22:26:11.003Z] + sudo service docker restart [2021-02-18T22:26:11.003Z] + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-18T22:26:13.714Z] provisioning config files... [2021-02-18T22:26:13.761Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/6@tmp/config7592131506761927961tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-18T22:26:14.166Z] ---> docker-login.sh [2021-02-18T22:26:14.166Z] nexus3.edgexfoundry.org:10001 [2021-02-18T22:26:15.153Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-18T22:26:15.429Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-18T22:26:15.429Z] Configure a credential helper to remove this warning. See [2021-02-18T22:26:15.429Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-18T22:26:15.429Z] [2021-02-18T22:26:15.429Z] Login Succeeded [2021-02-18T22:26:15.429Z] nexus3.edgexfoundry.org:10002 [2021-02-18T22:26:15.704Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-18T22:26:15.981Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-18T22:26:15.981Z] Configure a credential helper to remove this warning. See [2021-02-18T22:26:15.981Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-18T22:26:15.981Z] [2021-02-18T22:26:15.981Z] Login Succeeded [2021-02-18T22:26:15.981Z] nexus3.edgexfoundry.org:10003 [2021-02-18T22:26:16.257Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-18T22:26:16.535Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-18T22:26:16.535Z] Configure a credential helper to remove this warning. See [2021-02-18T22:26:16.535Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-18T22:26:16.535Z] [2021-02-18T22:26:16.535Z] Login Succeeded [2021-02-18T22:26:16.535Z] nexus3.edgexfoundry.org:10004 [2021-02-18T22:26:16.809Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-18T22:26:17.083Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-18T22:26:17.083Z] Configure a credential helper to remove this warning. See [2021-02-18T22:26:17.083Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-18T22:26:17.083Z] [2021-02-18T22:26:17.083Z] Login Succeeded [2021-02-18T22:26:17.083Z] docker.io [2021-02-18T22:26:17.357Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-18T22:26:17.629Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-18T22:26:17.629Z] Configure a credential helper to remove this warning. See [2021-02-18T22:26:17.629Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-18T22:26:17.629Z] [2021-02-18T22:26:17.629Z] Login Succeeded [2021-02-18T22:26:17.629Z] ---> docker-login.sh ends [Pipeline] } [2021-02-18T22:26:17.647Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-02-18T22:26:18.067Z] ========================================================= [2021-02-18T22:26:18.067Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-02-18T22:26:18.067Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-18T22:26:18.448Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2021-02-18T22:26:21.094Z] Sending build context to Docker daemon 166.3MB [2021-02-18T22:26:21.094Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-02-18T22:26:21.094Z] Step 2/6 : FROM ${BASE} [2021-02-18T22:26:21.094Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-02-18T22:26:21.094Z] 5f621e34cdf4: Pulling fs layer [2021-02-18T22:26:21.094Z] a4357932f1b6: Pulling fs layer [2021-02-18T22:26:21.094Z] 18c013af1878: Pulling fs layer [2021-02-18T22:26:21.094Z] 00ac8860ef70: Pulling fs layer [2021-02-18T22:26:21.094Z] 63d7cb157983: Pulling fs layer [2021-02-18T22:26:21.094Z] b116817d02f9: Pulling fs layer [2021-02-18T22:26:21.094Z] 745a02a5169b: Pulling fs layer [2021-02-18T22:26:21.094Z] 63d7cb157983: Waiting [2021-02-18T22:26:21.094Z] 00ac8860ef70: Waiting [2021-02-18T22:26:21.094Z] b116817d02f9: Waiting [2021-02-18T22:26:21.094Z] 745a02a5169b: Waiting [2021-02-18T22:26:21.094Z] 18c013af1878: Verifying Checksum [2021-02-18T22:26:21.094Z] a4357932f1b6: Download complete [2021-02-18T22:26:21.094Z] 63d7cb157983: Download complete [2021-02-18T22:26:21.094Z] b116817d02f9: Verifying Checksum [2021-02-18T22:26:21.094Z] b116817d02f9: Download complete [2021-02-18T22:26:21.094Z] 5f621e34cdf4: Verifying Checksum [2021-02-18T22:26:21.094Z] 5f621e34cdf4: Download complete [2021-02-18T22:26:21.377Z] 5f621e34cdf4: Pull complete [2021-02-18T22:26:21.978Z] a4357932f1b6: Pull complete [2021-02-18T22:26:22.578Z] 18c013af1878: Pull complete [2021-02-18T22:26:23.179Z] 745a02a5169b: Verifying Checksum [2021-02-18T22:26:23.180Z] 745a02a5169b: Download complete [2021-02-18T22:26:24.615Z] 00ac8860ef70: Verifying Checksum [2021-02-18T22:26:24.615Z] 00ac8860ef70: Download complete [2021-02-18T22:26:34.780Z] 00ac8860ef70: Pull complete [2021-02-18T22:26:35.053Z] 63d7cb157983: Pull complete [2021-02-18T22:26:35.102Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-18T22:26:35.102Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-18T22:26:35.102Z] ---> dbfa88be0d2c [2021-02-18T22:26:35.102Z] Step 3/23 : WORKDIR /edgex-go [2021-02-18T22:26:35.102Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-18T22:26:35.102Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-18T22:26:35.102Z] ---> dbfa88be0d2c [2021-02-18T22:26:35.102Z] Step 3/23 : WORKDIR /edgex-go [2021-02-18T22:26:35.102Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-18T22:26:35.102Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-02-18T22:26:35.102Z] ---> dbfa88be0d2c [2021-02-18T22:26:35.102Z] Step 3/26 : WORKDIR /edgex-go [2021-02-18T22:26:35.102Z] Step 1/30 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-18T22:26:35.102Z] Step 2/30 : FROM ${BUILDER_BASE} AS builder [2021-02-18T22:26:35.102Z] ---> dbfa88be0d2c [2021-02-18T22:26:35.102Z] Step 3/30 : WORKDIR /edgex-go [2021-02-18T22:26:35.102Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-18T22:26:35.102Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-02-18T22:26:35.102Z] ---> dbfa88be0d2c [2021-02-18T22:26:35.102Z] Step 3/24 : WORKDIR /edgex-go [2021-02-18T22:26:35.102Z] ---> Running in e56410eccdbe [2021-02-18T22:26:35.102Z] ---> Running in be6d18618990 [2021-02-18T22:26:35.102Z] ---> Running in 94425f0651f9 [2021-02-18T22:26:35.102Z] ---> Running in 8e39538d408e [2021-02-18T22:26:35.102Z] ---> Running in eea72396b9a1 [2021-02-18T22:26:35.102Z] Removing intermediate container eea72396b9a1 [2021-02-18T22:26:35.102Z] ---> 177acdd68e46 [2021-02-18T22:26:35.102Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-18T22:26:35.102Z] Removing intermediate container 8e39538d408e [2021-02-18T22:26:35.102Z] ---> 18e950596fd5 [2021-02-18T22:26:35.102Z] Step 4/30 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-18T22:26:35.102Z] Removing intermediate container be6d18618990 [2021-02-18T22:26:35.102Z] ---> 23f2760531ff [2021-02-18T22:26:35.102Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-18T22:26:35.102Z] Removing intermediate container e56410eccdbe [2021-02-18T22:26:35.102Z] ---> 5d751391c1bd [2021-02-18T22:26:35.102Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-18T22:26:35.102Z] Removing intermediate container 94425f0651f9 [2021-02-18T22:26:35.102Z] ---> 83051801d249 [2021-02-18T22:26:35.102Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-18T22:26:35.102Z] ---> Running in bca3a2b91687 [2021-02-18T22:26:35.102Z] ---> Running in 9490e567d112 [2021-02-18T22:26:35.102Z] ---> Running in 9192c008c9d1 [2021-02-18T22:26:35.102Z] ---> Running in 1536120ab118 [2021-02-18T22:26:35.102Z] ---> Running in 4e2a0a109de5 [2021-02-18T22:26:35.327Z] b116817d02f9: Pull complete [2021-02-18T22:26:36.515Z] Removing intermediate container 9192c008c9d1 [2021-02-18T22:26:36.515Z] ---> 81d92b37be37 [2021-02-18T22:26:36.515Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-02-18T22:26:36.779Z] Removing intermediate container 9490e567d112 [2021-02-18T22:26:36.779Z] ---> b1f0043d9d04 [2021-02-18T22:26:36.779Z] Step 5/30 : RUN apk add --update --no-cache make git [2021-02-18T22:26:37.049Z] ---> Running in e7707f7bdf0b [2021-02-18T22:26:37.049Z] ---> Running in fa12eb78879a [2021-02-18T22:26:37.049Z] Removing intermediate container bca3a2b91687 [2021-02-18T22:26:37.050Z] ---> ef82afe5c32f [2021-02-18T22:26:37.050Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-02-18T22:26:37.320Z] Removing intermediate container 1536120ab118 [2021-02-18T22:26:37.320Z] ---> d15f8d59b923 [2021-02-18T22:26:37.320Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-02-18T22:26:37.320Z] ---> Running in 91dbf2b5c7d8 [2021-02-18T22:26:37.320Z] Removing intermediate container 4e2a0a109de5 [2021-02-18T22:26:37.320Z] ---> a20c82d1f310 [2021-02-18T22:26:37.320Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-18T22:26:37.586Z] ---> Running in e2171995a93c [2021-02-18T22:26:37.850Z] ---> Running in 6e03365d69aa [2021-02-18T22:26:38.121Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-18T22:26:38.121Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-18T22:26:38.383Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-18T22:26:38.646Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-18T22:26:38.646Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-18T22:26:39.220Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-18T22:26:39.220Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-18T22:26:39.220Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-18T22:26:39.483Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-18T22:26:39.483Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-18T22:26:39.664Z] 745a02a5169b: Pull complete [2021-02-18T22:26:39.664Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-02-18T22:26:39.664Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-02-18T22:26:39.664Z] ---> b7e6874047d6 [2021-02-18T22:26:39.664Z] Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2021-02-18T22:26:40.058Z] OK: 233 MiB in 51 packages [2021-02-18T22:26:40.059Z] OK: 233 MiB in 51 packages [2021-02-18T22:26:40.059Z] OK: 233 MiB in 51 packages [2021-02-18T22:26:40.059Z] OK: 233 MiB in 51 packages [2021-02-18T22:26:40.636Z] OK: 233 MiB in 51 packages [2021-02-18T22:26:40.636Z] Removing intermediate container fa12eb78879a [2021-02-18T22:26:40.636Z] ---> d0e420a2813b [2021-02-18T22:26:40.636Z] Step 6/30 : COPY go.mod . [2021-02-18T22:26:40.897Z] Removing intermediate container 91dbf2b5c7d8 [2021-02-18T22:26:40.897Z] ---> 386b5f8d4d8f [2021-02-18T22:26:40.897Z] Step 6/24 : COPY go.mod . [2021-02-18T22:26:41.161Z] ---> 94548fdd33ae [2021-02-18T22:26:41.161Z] Step 7/30 : RUN go mod download [2021-02-18T22:26:41.161Z] Removing intermediate container 6e03365d69aa [2021-02-18T22:26:41.161Z] ---> e9067bf89cb3 [2021-02-18T22:26:41.161Z] Step 6/23 : COPY go.mod . [2021-02-18T22:26:41.161Z] ---> Running in 382cd017a12e [2021-02-18T22:26:41.423Z] Removing intermediate container e7707f7bdf0b [2021-02-18T22:26:41.423Z] ---> 79ac027b9b9d [2021-02-18T22:26:41.423Z] Step 6/23 : COPY go.mod . [2021-02-18T22:26:41.423Z] ---> 6c92c20f9f23 [2021-02-18T22:26:41.423Z] Step 7/24 : RUN go mod download [2021-02-18T22:26:42.474Z] Removing intermediate container e2171995a93c [2021-02-18T22:26:42.474Z] ---> 8efc43a2f981 [2021-02-18T22:26:42.474Z] Step 6/26 : COPY go.mod . [2021-02-18T22:26:42.474Z] ---> Running in 69d674e9bbfa [2021-02-18T22:26:42.474Z] ---> 58a7613245e1 [2021-02-18T22:26:42.474Z] Step 7/23 : RUN go mod download [2021-02-18T22:26:42.474Z] ---> 796d240c2012 [2021-02-18T22:26:42.474Z] Step 7/23 : RUN go mod download [2021-02-18T22:26:42.767Z] ---> Running in 664971ab885f [2021-02-18T22:26:42.767Z] ---> Running in 122d02ed9e66 [2021-02-18T22:26:42.767Z] ---> 3eeffaabd7fb [2021-02-18T22:26:42.767Z] Step 7/26 : RUN go mod download [2021-02-18T22:26:43.042Z] ---> Running in 3eefae30bde7 [2021-02-18T22:26:43.075Z] ---> Running in 9a270b6594a5 [2021-02-18T22:26:44.030Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-18T22:26:44.569Z] Removing intermediate container 69d674e9bbfa [2021-02-18T22:26:44.569Z] ---> 225cbdc56fc2 [2021-02-18T22:26:44.569Z] Step 8/24 : COPY . . [2021-02-18T22:26:44.832Z] Removing intermediate container 382cd017a12e [2021-02-18T22:26:44.832Z] ---> 4206dc9cce5f [2021-02-18T22:26:44.832Z] Step 8/30 : COPY . . [2021-02-18T22:26:45.006Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-18T22:26:45.981Z] (1/12) Installing libmagic (5.38-r0) [2021-02-18T22:26:46.253Z] (2/12) Installing file (5.38-r0) [2021-02-18T22:26:46.524Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-02-18T22:26:46.524Z] (4/12) Installing g++ (9.3.0-r2) [2021-02-18T22:26:47.386Z] Removing intermediate container 664971ab885f [2021-02-18T22:26:47.386Z] ---> 66f5aa353bba [2021-02-18T22:26:47.386Z] Step 8/23 : COPY . . [2021-02-18T22:26:47.960Z] Removing intermediate container 9a270b6594a5 [2021-02-18T22:26:47.960Z] ---> 551683819551 [2021-02-18T22:26:47.960Z] Step 8/26 : COPY . . [2021-02-18T22:26:49.887Z] Removing intermediate container 122d02ed9e66 [2021-02-18T22:26:49.887Z] ---> 7e3e1f8b9b07 [2021-02-18T22:26:49.887Z] Step 8/23 : COPY . . [2021-02-18T22:26:50.818Z] (5/12) Installing fortify-headers (1.1-r0) [2021-02-18T22:26:50.818Z] (6/12) Installing patch (2.7.6-r6) [2021-02-18T22:26:50.818Z] (7/12) Installing build-base (0.5-r2) [2021-02-18T22:26:50.818Z] (8/12) Installing libsodium (1.0.18-r0) [2021-02-18T22:26:50.818Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-02-18T22:26:50.818Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-02-18T22:26:50.818Z] (11/12) Installing libzmq (4.3.3-r0) [2021-02-18T22:26:50.819Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-02-18T22:26:51.091Z] Executing busybox-1.31.1-r19.trigger [2021-02-18T22:26:51.091Z] OK: 217 MiB in 51 packages [2021-02-18T22:26:55.396Z] Removing intermediate container 3eefae30bde7 [2021-02-18T22:26:55.396Z] ---> bf7f1cc613a2 [2021-02-18T22:26:55.396Z] Step 4/6 : WORKDIR /edgex-go [2021-02-18T22:26:55.396Z] ---> Running in eeede02b4fbb [2021-02-18T22:26:55.669Z] Removing intermediate container eeede02b4fbb [2021-02-18T22:26:55.669Z] ---> 0dd4b016d3cc [2021-02-18T22:26:55.669Z] Step 5/6 : COPY go.mod . [2021-02-18T22:26:56.265Z] ---> b81b0cfcffb5 [2021-02-18T22:26:56.265Z] Step 6/6 : RUN go mod download [2021-02-18T22:26:56.539Z] ---> Running in 082b2aff59cf [2021-02-18T22:27:23.406Z] Removing intermediate container 082b2aff59cf [2021-02-18T22:27:23.406Z] ---> 469cd4fe5429 [2021-02-18T22:27:23.678Z] Successfully built 469cd4fe5429 [2021-02-18T22:27:23.678Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-18T22:27:24.027Z] + docker inspect -f . ci-base-image-arm64 [2021-02-18T22:27:24.027Z] . [Pipeline] withDockerContainer [2021-02-18T22:27:24.300Z] prd-ubuntu18.04-docker-arm64-4c-16g-26852 does not seem to be running inside a container [2021-02-18T22:27:24.388Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-02-18T22:27:25.864Z] $ docker top f3bc480692ae533d97fd3c305dd495f546bceb26ad960cfe56cdea27af1ba752 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-18T22:27:26.918Z] + go version [2021-02-18T22:27:26.918Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-02-18T22:27:26.943Z] $ docker stop --time=1 f3bc480692ae533d97fd3c305dd495f546bceb26ad960cfe56cdea27af1ba752 [2021-02-18T22:27:28.763Z] ---> b6c65ba81bc5 [2021-02-18T22:27:28.763Z] Step 9/30 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-02-18T22:27:28.763Z] ---> c2e0d318a02c [2021-02-18T22:27:28.763Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-02-18T22:27:28.763Z] ---> c6493dc0c34e [2021-02-18T22:27:28.763Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-02-18T22:27:28.763Z] ---> 6687259608ca [2021-02-18T22:27:28.763Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-02-18T22:27:28.763Z] ---> b33b66c153c0 [2021-02-18T22:27:28.763Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-02-18T22:27:28.763Z] ---> Running in efefc577c5d0 [2021-02-18T22:27:28.763Z] ---> Running in 20e6c1a39c7e [2021-02-18T22:27:28.763Z] ---> Running in cf6d5be57b3c [2021-02-18T22:27:28.763Z] ---> Running in bf339915a39b [2021-02-18T22:27:28.763Z] ---> Running in 7e8e457df33a [2021-02-18T22:27:28.763Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-02-18T22:27:28.763Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-02-18T22:27:28.763Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-02-18T22:27:28.763Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-02-18T22:27:28.763Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-02-18T22:27:28.889Z] $ docker rm -f f3bc480692ae533d97fd3c305dd495f546bceb26ad960cfe56cdea27af1ba752 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-18T22:27:30.004Z] + docker inspect -f . ci-base-image-arm64 [2021-02-18T22:27:30.004Z] . [Pipeline] withDockerContainer [2021-02-18T22:27:30.287Z] prd-ubuntu18.04-docker-arm64-4c-16g-26852 does not seem to be running inside a container [2021-02-18T22:27:30.371Z] $ 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/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-02-18T22:27:31.788Z] $ docker top 8f1dcd28a2defc2dedae8389d5f1b08bd66f61993afd826018b6a22361c90aa1 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-02-18T22:27:32.188Z] ========================================================= [2021-02-18T22:27:32.189Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-02-18T22:27:32.189Z] ========================================================= [Pipeline] sh [2021-02-18T22:27:32.833Z] + make test [2021-02-18T22:27:32.833Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-02-18T22:27:55.022Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-02-18T22:27:55.487Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-02-18T22:27:57.415Z] Removing intermediate container efefc577c5d0 [2021-02-18T22:27:57.415Z] ---> 1d978182e653 [2021-02-18T22:27:57.415Z] [2021-02-18T22:27:57.415Z] Step 10/30 : FROM alpine:3.12 [2021-02-18T22:27:57.680Z] 3.12: Pulling from library/alpine [2021-02-18T22:27:58.632Z] Removing intermediate container cf6d5be57b3c [2021-02-18T22:27:58.632Z] ---> 2e2bc7555e37 [2021-02-18T22:27:58.632Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-02-18T22:27:58.632Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-02-18T22:27:58.632Z] Status: Downloaded newer image for alpine:3.12 [2021-02-18T22:27:58.632Z] ---> 389fef711851 [2021-02-18T22:27:58.632Z] Step 11/30 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-02-18T22:28:00.032Z] ---> Running in a83eb6e71d0c [2021-02-18T22:28:00.987Z] ---> Running in dd16c9d45605 [2021-02-18T22:28:01.258Z] Removing intermediate container 20e6c1a39c7e [2021-02-18T22:28:01.259Z] ---> a0dc954b8bc4 [2021-02-18T22:28:01.259Z] [2021-02-18T22:28:01.259Z] Step 10/24 : FROM alpine:3.12 [2021-02-18T22:28:01.259Z] ---> 389fef711851 [2021-02-18T22:28:01.259Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-02-18T22:28:01.259Z] Removing intermediate container dd16c9d45605 [2021-02-18T22:28:01.259Z] ---> 432c950186c8 [2021-02-18T22:28:01.259Z] Step 12/30 : RUN apk add --update --no-cache dumb-init su-exec [2021-02-18T22:28:01.259Z] ---> Running in d178f18cd7fe [2021-02-18T22:28:01.524Z] ---> Running in 506153b549ee [2021-02-18T22:28:01.789Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-02-18T22:28:03.758Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-18T22:28:03.758Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-18T22:28:03.758Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-18T22:28:03.758Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-18T22:28:03.758Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-02-18T22:28:03.758Z] (2/2) Installing su-exec (0.2-r1) [2021-02-18T22:28:03.758Z] Executing busybox-1.31.1-r19.trigger [2021-02-18T22:28:03.758Z] (1/5) Installing ca-certificates (20191127-r4) [2021-02-18T22:28:03.758Z] OK: 6 MiB in 16 packages [2021-02-18T22:28:03.758Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-02-18T22:28:03.758Z] (3/5) Installing libcurl (7.69.1-r3) [2021-02-18T22:28:03.758Z] (4/5) Installing curl (7.69.1-r3) [2021-02-18T22:28:03.758Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-02-18T22:28:03.758Z] Executing busybox-1.31.1-r19.trigger [2021-02-18T22:28:03.758Z] Executing ca-certificates-20191127-r4.trigger [2021-02-18T22:28:03.758Z] OK: 7 MiB in 19 packages [2021-02-18T22:28:07.084Z] Removing intermediate container a83eb6e71d0c [2021-02-18T22:28:07.084Z] ---> 95f780ea508a [2021-02-18T22:28:07.084Z] [2021-02-18T22:28:07.084Z] Step 11/26 : FROM docker:20.10.0 [2021-02-18T22:28:07.084Z] Removing intermediate container 506153b549ee [2021-02-18T22:28:07.084Z] ---> 03011b1775c4 [2021-02-18T22:28:07.084Z] Step 13/30 : ENV SECURITY_INIT_DIR /edgex-init [2021-02-18T22:28:07.084Z] 20.10.0: Pulling from library/docker [2021-02-18T22:28:07.084Z] Removing intermediate container bf339915a39b [2021-02-18T22:28:07.084Z] ---> 9b869a9aa8bd [2021-02-18T22:28:07.084Z] [2021-02-18T22:28:07.084Z] Step 10/23 : FROM alpine:3.12 [2021-02-18T22:28:07.084Z] ---> 389fef711851 [2021-02-18T22:28:07.084Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-18T22:28:07.084Z] ---> Running in 2dd37cd936f8 [2021-02-18T22:28:07.084Z] Removing intermediate container d178f18cd7fe [2021-02-18T22:28:07.084Z] ---> 41d970c1c421 [2021-02-18T22:28:07.084Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-18T22:28:07.084Z] ---> Running in 0dff169de0a2 [2021-02-18T22:28:08.038Z] ---> Running in 816831b056bf [2021-02-18T22:28:09.437Z] Removing intermediate container 2dd37cd936f8 [2021-02-18T22:28:09.438Z] ---> 79b4e54f9d85 [2021-02-18T22:28:09.438Z] Step 14/30 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-02-18T22:28:10.390Z] ---> Running in 351956e2e409 [2021-02-18T22:28:10.390Z] Removing intermediate container 816831b056bf [2021-02-18T22:28:10.390Z] ---> e306dba98d08 [2021-02-18T22:28:10.390Z] Step 13/24 : WORKDIR / [2021-02-18T22:28:10.390Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-18T22:28:10.390Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-18T22:28:10.390Z] Removing intermediate container 7e8e457df33a [2021-02-18T22:28:10.390Z] ---> 7b04f2bf7b16 [2021-02-18T22:28:10.390Z] [2021-02-18T22:28:10.390Z] Step 10/23 : FROM alpine:3.12 [2021-02-18T22:28:10.390Z] ---> 389fef711851 [2021-02-18T22:28:10.390Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-02-18T22:28:10.390Z] ---> Running in 7683d7ec61bc [2021-02-18T22:28:10.390Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-18T22:28:10.390Z] Executing busybox-1.31.1-r19.trigger [2021-02-18T22:28:10.390Z] OK: 6 MiB in 15 packages [2021-02-18T22:28:10.390Z] ---> Running in 6ff1c5914d36 [2021-02-18T22:28:10.658Z] Removing intermediate container 351956e2e409 [2021-02-18T22:28:10.658Z] ---> 1b577e58c190 [2021-02-18T22:28:10.658Z] Step 15/30 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-02-18T22:28:12.064Z] Removing intermediate container 7683d7ec61bc [2021-02-18T22:28:12.064Z] ---> 0cdaeb056947 [2021-02-18T22:28:12.064Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-02-18T22:28:12.064Z] ---> Running in 80839f0e98d6 [2021-02-18T22:28:13.021Z] Removing intermediate container 6ff1c5914d36 [2021-02-18T22:28:13.021Z] ---> 90b67093fdff [2021-02-18T22:28:13.021Z] Step 12/23 : ENV APP_PORT=48080 [2021-02-18T22:28:13.968Z] ---> 6513e1a71177 [2021-02-18T22:28:13.968Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-02-18T22:28:13.968Z] ---> Running in 4eaab558b17a [2021-02-18T22:28:14.235Z] Removing intermediate container 0dff169de0a2 [2021-02-18T22:28:14.235Z] ---> 95068f2c116e [2021-02-18T22:28:14.235Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-18T22:28:14.235Z] ---> Running in a313902d12ac [2021-02-18T22:28:14.235Z] ---> 8c48a27d6d4a [2021-02-18T22:28:14.235Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-02-18T22:28:14.500Z] Removing intermediate container 4eaab558b17a [2021-02-18T22:28:14.500Z] ---> 9c6a7334c192 [2021-02-18T22:28:14.500Z] Step 13/23 : EXPOSE $APP_PORT [2021-02-18T22:28:14.500Z] ---> Running in 46fb40e08f82 [2021-02-18T22:28:14.767Z] Removing intermediate container a313902d12ac [2021-02-18T22:28:14.767Z] ---> 32101c1191e3 [2021-02-18T22:28:14.767Z] Step 13/23 : ENV APP_PORT=48081 [2021-02-18T22:28:14.767Z] ---> 8ccd0eb0aa8b [2021-02-18T22:28:14.767Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-02-18T22:28:15.031Z] ---> Running in 61d45b00e066 [2021-02-18T22:28:15.031Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-02-18T22:28:15.031Z] Removing intermediate container 46fb40e08f82 [2021-02-18T22:28:15.031Z] ---> dabce98cab4a [2021-02-18T22:28:15.031Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-18T22:28:15.031Z] Status: Downloaded newer image for docker:20.10.0 [2021-02-18T22:28:15.031Z] ---> aefe523efa57 [2021-02-18T22:28:15.031Z] Step 12/26 : RUN apk add --no-cache bash [2021-02-18T22:28:15.303Z] Removing intermediate container 80839f0e98d6 [2021-02-18T22:28:15.303Z] ---> abc0604540a5 [2021-02-18T22:28:15.303Z] Step 16/30 : WORKDIR ${SECURITY_INIT_DIR} [2021-02-18T22:28:15.303Z] ---> Running in 35d51cb8ed68 [2021-02-18T22:28:15.303Z] ---> Running in bfe65817c6ce [2021-02-18T22:28:15.569Z] Removing intermediate container 61d45b00e066 [2021-02-18T22:28:15.569Z] ---> 5a88f4d1ff16 [2021-02-18T22:28:15.569Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-18T22:28:15.569Z] ---> e5b45ada552e [2021-02-18T22:28:15.569Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-02-18T22:28:15.569Z] ---> Running in eba85ce532f3 [2021-02-18T22:28:15.836Z] ---> Running in 8ec11529ba66 [2021-02-18T22:28:16.104Z] Removing intermediate container eba85ce532f3 [2021-02-18T22:28:16.104Z] ---> c981343ade05 [2021-02-18T22:28:16.104Z] Step 17/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-02-18T22:28:16.686Z] Removing intermediate container 8ec11529ba66 [2021-02-18T22:28:16.686Z] ---> fa17ab1c53b5 [2021-02-18T22:28:16.686Z] Step 15/23 : WORKDIR / [2021-02-18T22:28:16.966Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-18T22:28:16.966Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-18T22:28:16.966Z] ---> 4f563dfb7782 [2021-02-18T22:28:16.966Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-02-18T22:28:16.966Z] ---> Running in eca4525fd3fc [2021-02-18T22:28:16.966Z] ---> bcb84477bdfe [2021-02-18T22:28:16.966Z] Step 18/30 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-02-18T22:28:17.231Z] (1/2) Installing readline (8.0.4-r0) [2021-02-18T22:28:17.231Z] (2/2) Installing bash (5.0.17-r0) [2021-02-18T22:28:17.231Z] Executing bash-5.0.17-r0.post-install [2021-02-18T22:28:17.231Z] Executing busybox-1.31.1-r19.trigger [2021-02-18T22:28:17.231Z] OK: 12 MiB in 22 packages [2021-02-18T22:28:17.231Z] ---> Running in 25834dfe99e3 [2021-02-18T22:28:17.493Z] Removing intermediate container eca4525fd3fc [2021-02-18T22:28:17.493Z] ---> d3db98196a22 [2021-02-18T22:28:17.493Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-18T22:28:17.761Z] ---> b0eedf22e466 [2021-02-18T22:28:17.761Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-02-18T22:28:17.761Z] ---> Running in 30589fc583a7 [2021-02-18T22:28:18.023Z] Removing intermediate container bfe65817c6ce [2021-02-18T22:28:18.023Z] ---> 0fcb1b978b5b [2021-02-18T22:28:18.023Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-02-18T22:28:18.286Z] ---> Running in e1aec3abb302 [2021-02-18T22:28:18.286Z] ---> dcb52d412a1b [2021-02-18T22:28:18.286Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-02-18T22:28:18.864Z] Removing intermediate container 35d51cb8ed68 [2021-02-18T22:28:18.864Z] ---> 47d54a56678a [2021-02-18T22:28:18.864Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-02-18T22:28:19.129Z] ---> 2f3ea9b043ba [2021-02-18T22:28:19.129Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-02-18T22:28:19.129Z] ---> Running in fa117b1e13fd [2021-02-18T22:28:19.129Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-18T22:28:19.129Z] Removing intermediate container fa117b1e13fd [2021-02-18T22:28:19.129Z] ---> 703b7cedfa80 [2021-02-18T22:28:19.129Z] Step 14/26 : ENV APP_PORT=48090 [2021-02-18T22:28:19.393Z] ---> Running in b55bb3adaa1b [2021-02-18T22:28:19.393Z] ---> 2d90edb7d255 [2021-02-18T22:28:19.393Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-02-18T22:28:19.655Z] ---> Running in 23129257c0f1 [2021-02-18T22:28:19.655Z] Removing intermediate container 25834dfe99e3 [2021-02-18T22:28:19.655Z] ---> a46f577e1866 [2021-02-18T22:28:19.655Z] Step 19/30 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-18T22:28:19.655Z] Removing intermediate container b55bb3adaa1b [2021-02-18T22:28:19.655Z] ---> 2f28ed98fb13 [2021-02-18T22:28:19.655Z] Step 15/26 : EXPOSE $APP_PORT [2021-02-18T22:28:19.920Z] Removing intermediate container 30589fc583a7 [2021-02-18T22:28:19.920Z] ---> 5d740377a904 [2021-02-18T22:28:19.920Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-02-18T22:28:19.920Z] ---> Running in 2a242d27150b [2021-02-18T22:28:19.920Z] ---> Running in 4cf4c9c5e2e7 [2021-02-18T22:28:19.920Z] Removing intermediate container 23129257c0f1 [2021-02-18T22:28:19.920Z] ---> 2b8298766a63 [2021-02-18T22:28:19.920Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-18T22:28:20.182Z] ---> b44510db6449 [2021-02-18T22:28:20.182Z] Step 20/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-02-18T22:28:20.182Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-18T22:28:20.182Z] ---> Running in 6a1d64973b6e [2021-02-18T22:28:20.182Z] Removing intermediate container 2a242d27150b [2021-02-18T22:28:20.182Z] ---> 23a081ace60c [2021-02-18T22:28:20.182Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-02-18T22:28:20.182Z] Removing intermediate container 4cf4c9c5e2e7 [2021-02-18T22:28:20.182Z] ---> cac416f4a79c [2021-02-18T22:28:20.182Z] Step 22/24 : LABEL arch=x86_64 [2021-02-18T22:28:20.755Z] ---> Running in d5146fb902e6 [2021-02-18T22:28:20.755Z] Removing intermediate container 6a1d64973b6e [2021-02-18T22:28:20.755Z] ---> 00490edc16ae [2021-02-18T22:28:20.755Z] Step 21/23 : LABEL arch=x86_64 [2021-02-18T22:28:20.755Z] ---> 67abb73e3af6 [2021-02-18T22:28:20.755Z] Step 21/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-02-18T22:28:20.755Z] ---> Running in f48799dbde50 [2021-02-18T22:28:20.755Z] ---> 943e54cb1f9c [2021-02-18T22:28:20.755Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-02-18T22:28:20.755Z] Removing intermediate container d5146fb902e6 [2021-02-18T22:28:20.755Z] ---> d1afacdc0c75 [2021-02-18T22:28:20.755Z] Step 23/24 : LABEL git_sha=2b04703d4e674a4b36fb2a1b8348aac01154cd91 [2021-02-18T22:28:21.020Z] ---> Running in cb75e3322f89 [2021-02-18T22:28:21.020Z] Removing intermediate container f48799dbde50 [2021-02-18T22:28:21.020Z] ---> 93a19bdf0f41 [2021-02-18T22:28:21.020Z] Step 22/23 : LABEL git_sha=2b04703d4e674a4b36fb2a1b8348aac01154cd91 [2021-02-18T22:28:21.020Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-02-18T22:28:21.020Z] ---> 294a70f3e9f3 [2021-02-18T22:28:21.020Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-02-18T22:28:21.282Z] ---> 062e3ad06900 [2021-02-18T22:28:21.282Z] Step 22/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-02-18T22:28:21.282Z] (2/6) Installing libgcc (9.3.0-r2) [2021-02-18T22:28:21.282Z] ---> Running in fe739583b6ac [2021-02-18T22:28:21.282Z] (3/6) Installing libsodium (1.0.18-r0) [2021-02-18T22:28:21.282Z] Removing intermediate container cb75e3322f89 [2021-02-18T22:28:21.282Z] ---> 70155fed6dd3 [2021-02-18T22:28:21.282Z] Step 24/24 : LABEL version=0.0.0 [2021-02-18T22:28:21.544Z] ---> Running in 14a89335b3eb [2021-02-18T22:28:21.544Z] ---> bd9b1f9d8bd8 [2021-02-18T22:28:21.544Z] Step 23/30 : VOLUME ${SECURITY_INIT_DIR} [2021-02-18T22:28:21.544Z] ---> 1f2f84acfbcc [2021-02-18T22:28:21.544Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-02-18T22:28:21.544Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-02-18T22:28:21.544Z] Removing intermediate container fe739583b6ac [2021-02-18T22:28:21.544Z] ---> b73c02667c76 [2021-02-18T22:28:21.544Z] Step 23/23 : LABEL version=0.0.0 [2021-02-18T22:28:21.819Z] ---> Running in 2f33e4121d44 [2021-02-18T22:28:21.819Z] ---> Running in 4e9b9e71369a [2021-02-18T22:28:21.819Z] ---> Running in 0799bb1b76a9 [2021-02-18T22:28:22.100Z] Removing intermediate container 14a89335b3eb [2021-02-18T22:28:22.100Z] ---> d2e0971d7f53 [2021-02-18T22:28:22.100Z] [2021-02-18T22:28:22.100Z] (5/6) Installing libzmq (4.3.3-r0) [2021-02-18T22:28:22.368Z] (6/6) Installing zeromq (4.3.3-r0) [2021-02-18T22:28:22.368Z] Removing intermediate container 4e9b9e71369a [2021-02-18T22:28:22.368Z] ---> 727c606f0917 [2021-02-18T22:28:22.368Z] Step 24/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-02-18T22:28:22.368Z] Successfully built d2e0971d7f53 [2021-02-18T22:28:22.368Z] Removing intermediate container 0799bb1b76a9 [2021-02-18T22:28:22.368Z] ---> 12aeb5dd2402 [2021-02-18T22:28:22.368Z] [2021-02-18T22:28:22.368Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-02-18T22:28:22.368Z]  Building docker-security-secretstore-setup-go ... done Building docker-core-command-go [2021-02-18T22:28:22.368Z] Executing busybox-1.31.1-r19.trigger [2021-02-18T22:28:22.368Z] OK: 8 MiB in 20 packages [2021-02-18T22:28:22.368Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-18T22:28:22.632Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-18T22:28:22.632Z] Successfully built 12aeb5dd2402 [2021-02-18T22:28:22.632Z] Successfully tagged docker-core-metadata-go:latest [2021-02-18T22:28:22.632Z]  Building docker-core-metadata-go ... done Building docker-security-proxy-setup-go [2021-02-18T22:28:22.632Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-02-18T22:28:22.632Z] (2/33) Installing expat (2.2.9-r1) [2021-02-18T22:28:22.632Z] (3/33) Installing libffi (3.3-r2) [2021-02-18T22:28:22.632Z] (4/33) Installing gdbm (1.13-r1) [2021-02-18T22:28:22.897Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-02-18T22:28:22.897Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-02-18T22:28:22.897Z] ---> 7b04e2b7712d [2021-02-18T22:28:22.897Z] Step 25/30 : RUN chmod +x /entrypoint.sh [2021-02-18T22:28:22.897Z] (7/33) Installing python3 (3.8.5-r0) [2021-02-18T22:28:28.209Z] ---> Running in 4ca653dd7ee7 [2021-02-18T22:28:32.437Z] Removing intermediate container e1aec3abb302 [2021-02-18T22:28:32.437Z] ---> b4d36c201d7a [2021-02-18T22:28:32.437Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-18T22:28:32.704Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-02-18T22:28:32.704Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-02-18T22:28:32.704Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-02-18T22:28:32.704Z] (11/33) Installing py3-six (1.15.0-r0) [2021-02-18T22:28:32.704Z] (12/33) Installing py3-packaging (20.4-r0) [2021-02-18T22:28:32.704Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-02-18T22:28:32.704Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-02-18T22:28:32.704Z] (15/33) Installing py3-idna (2.9-r0) [2021-02-18T22:28:33.301Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-02-18T22:28:33.301Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-02-18T22:28:33.301Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-02-18T22:28:33.301Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-02-18T22:28:33.301Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-02-18T22:28:33.572Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-02-18T22:28:33.845Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-02-18T22:28:34.430Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-02-18T22:28:34.697Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-02-18T22:28:34.962Z] ---> 4ad942f69d53 [2021-02-18T22:28:34.962Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-02-18T22:28:35.226Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-02-18T22:28:35.226Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-02-18T22:28:35.826Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-02-18T22:28:36.403Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-02-18T22:28:36.403Z] (29/33) Installing py3-progress (1.5-r0) [2021-02-18T22:28:36.403Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-02-18T22:28:37.794Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-02-18T22:28:38.369Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-02-18T22:28:38.369Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-02-18T22:28:40.294Z] Executing busybox-1.31.1-r19.trigger [2021-02-18T22:28:40.294Z] OK: 71 MiB in 55 packages [2021-02-18T22:28:42.080Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-02-18T22:28:43.795Z] ---> d1984817da33 [2021-02-18T22:28:43.795Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-02-18T22:28:45.723Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-18T22:28:45.723Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-02-18T22:28:45.723Z] ---> dbfa88be0d2c [2021-02-18T22:28:45.723Z] Step 3/21 : WORKDIR /edgex-go [2021-02-18T22:28:45.723Z] ---> Using cache [2021-02-18T22:28:45.723Z] ---> 83051801d249 [2021-02-18T22:28:45.723Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-18T22:28:45.723Z] ---> Using cache [2021-02-18T22:28:45.723Z] ---> a20c82d1f310 [2021-02-18T22:28:45.723Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-02-18T22:28:45.723Z] ---> Using cache [2021-02-18T22:28:45.723Z] ---> e9067bf89cb3 [2021-02-18T22:28:45.723Z] Step 6/21 : COPY go.mod . [2021-02-18T22:28:45.723Z] ---> Using cache [2021-02-18T22:28:45.723Z] ---> 58a7613245e1 [2021-02-18T22:28:45.723Z] Step 7/21 : RUN go mod download [2021-02-18T22:28:45.723Z] ---> Using cache [2021-02-18T22:28:45.723Z] ---> 66f5aa353bba [2021-02-18T22:28:45.723Z] Step 8/21 : COPY . . [2021-02-18T22:28:45.723Z] ---> Using cache [2021-02-18T22:28:45.723Z] ---> b33b66c153c0 [2021-02-18T22:28:45.723Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-02-18T22:28:45.723Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-18T22:28:45.723Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-18T22:28:45.723Z] ---> dbfa88be0d2c [2021-02-18T22:28:45.723Z] Step 3/23 : WORKDIR /edgex-go [2021-02-18T22:28:45.723Z] ---> Using cache [2021-02-18T22:28:45.723Z] ---> 83051801d249 [2021-02-18T22:28:45.723Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-18T22:28:45.723Z] ---> Using cache [2021-02-18T22:28:45.723Z] ---> a20c82d1f310 [2021-02-18T22:28:45.723Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-18T22:28:45.723Z] ---> Using cache [2021-02-18T22:28:45.723Z] ---> e9067bf89cb3 [2021-02-18T22:28:45.723Z] Step 6/23 : COPY go.mod . [2021-02-18T22:28:45.723Z] ---> Using cache [2021-02-18T22:28:45.723Z] ---> 58a7613245e1 [2021-02-18T22:28:45.723Z] Step 7/23 : RUN go mod download [2021-02-18T22:28:45.723Z] ---> Using cache [2021-02-18T22:28:45.723Z] ---> 66f5aa353bba [2021-02-18T22:28:45.723Z] Step 8/23 : COPY . . [2021-02-18T22:28:45.723Z] ---> Using cache [2021-02-18T22:28:45.723Z] ---> b33b66c153c0 [2021-02-18T22:28:45.723Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-02-18T22:28:46.675Z] Removing intermediate container 4ca653dd7ee7 [2021-02-18T22:28:46.676Z] ---> b1b3fd30759d [2021-02-18T22:28:46.676Z] Step 26/30 : ENTRYPOINT ["/entrypoint.sh"] [2021-02-18T22:28:47.622Z] ---> Running in 71fc25e15e3f [2021-02-18T22:28:47.622Z] ---> 79e5d6b02295 [2021-02-18T22:28:47.622Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-02-18T22:28:47.622Z] ---> Running in 564468e72375 [2021-02-18T22:28:48.198Z] ---> Running in 6e2e32763509 [2021-02-18T22:28:48.848Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-02-18T22:28:49.146Z] ---> Running in 98d1170c3e1b [2021-02-18T22:28:49.720Z] Removing intermediate container 6e2e32763509 [2021-02-18T22:28:49.720Z] ---> 6653a0cf03cb [2021-02-18T22:28:49.720Z] Step 27/30 : CMD ["gate"] [2021-02-18T22:28:51.113Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-02-18T22:28:51.113Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-02-18T22:28:51.375Z] Removing intermediate container 98d1170c3e1b [2021-02-18T22:28:51.375Z] ---> b06d0c004fad [2021-02-18T22:28:51.375Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-18T22:28:51.951Z] ---> Running in 11c3d7da3762 [2021-02-18T22:28:53.356Z] ---> Running in 183f10c9f2cf [2021-02-18T22:28:53.960Z] Removing intermediate container 11c3d7da3762 [2021-02-18T22:28:53.960Z] ---> bb36e4275e91 [2021-02-18T22:28:53.960Z] Step 28/30 : LABEL arch=x86_64 [2021-02-18T22:28:54.562Z] Removing intermediate container 183f10c9f2cf [2021-02-18T22:28:54.562Z] ---> 29398af5dea2 [2021-02-18T22:28:54.562Z] Step 21/23 : LABEL arch=x86_64 [2021-02-18T22:28:55.984Z] ---> Running in 58881bd7e559 [2021-02-18T22:28:56.266Z] ---> Running in da3dd664cad7 [2021-02-18T22:28:56.539Z] Removing intermediate container 2f33e4121d44 [2021-02-18T22:28:56.539Z] ---> 13a381e6e9e9 [2021-02-18T22:28:56.539Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-02-18T22:28:56.810Z] ---> Running in 96e57bf2a5f6 [2021-02-18T22:28:56.810Z] Removing intermediate container da3dd664cad7 [2021-02-18T22:28:56.810Z] ---> a48f977e21a6 [2021-02-18T22:28:56.810Z] Step 22/23 : LABEL git_sha=2b04703d4e674a4b36fb2a1b8348aac01154cd91 [2021-02-18T22:28:56.810Z] Removing intermediate container 58881bd7e559 [2021-02-18T22:28:56.810Z] ---> 5a3d806816e9 [2021-02-18T22:28:56.810Z] Step 29/30 : LABEL git_sha=2b04703d4e674a4b36fb2a1b8348aac01154cd91 [2021-02-18T22:28:57.076Z] ---> Running in 4c083298fc01 [2021-02-18T22:28:57.157Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-02-18T22:28:57.157Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-02-18T22:28:57.342Z] ---> Running in 81abef9c0824 [2021-02-18T22:28:57.618Z] Removing intermediate container 4c083298fc01 [2021-02-18T22:28:57.618Z] ---> e8c5b88f3665 [2021-02-18T22:28:57.618Z] Step 23/23 : LABEL version=0.0.0 [2021-02-18T22:28:57.618Z] ---> Running in 7f68162e242c [2021-02-18T22:28:57.618Z] Removing intermediate container 81abef9c0824 [2021-02-18T22:28:57.618Z] ---> fa60dbc33441 [2021-02-18T22:28:57.618Z] Step 30/30 : LABEL version=0.0.0 [2021-02-18T22:28:58.236Z] ---> Running in 1609195028df [2021-02-18T22:28:58.236Z] Removing intermediate container 7f68162e242c [2021-02-18T22:28:58.236Z] ---> 6c76e4554652 [2021-02-18T22:28:58.236Z] [2021-02-18T22:28:58.515Z] Removing intermediate container 1609195028df [2021-02-18T22:28:58.515Z] ---> 2bc04b572b65 [2021-02-18T22:28:58.515Z] [2021-02-18T22:28:58.515Z] Successfully built 6c76e4554652 [2021-02-18T22:28:58.515Z] Successfully tagged docker-core-data-go:latest [2021-02-18T22:28:58.515Z] Building docker-support-scheduler-go [2021-02-18T22:28:58.788Z]  Building docker-core-data-go ... done Successfully built 2bc04b572b65 [2021-02-18T22:28:58.788Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-02-18T22:28:58.788Z]  Building docker-security-bootstrapper-go ... done Building docker-support-notifications-go [2021-02-18T22:28:59.060Z] Collecting docker-compose==1.23.2 [2021-02-18T22:28:59.060Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-02-18T22:28:59.337Z] Collecting docopt<0.7,>=0.6.1 [2021-02-18T22:28:59.337Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-02-18T22:29:00.709Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-02-18T22:29:00.709Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-02-18T22:29:00.709Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-02-18T22:29:00.709Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-02-18T22:29:02.683Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-02-18T22:29:02.943Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-02-18T22:29:03.389Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-02-18T22:29:04.377Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-02-18T22:29:05.548Z] Collecting jsonschema<3,>=2.5.1 [2021-02-18T22:29:05.548Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-02-18T22:29:06.158Z] Collecting cached-property<2,>=1.2.0 [2021-02-18T22:29:06.158Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-02-18T22:29:07.565Z] Collecting texttable<0.10,>=0.9.0 [2021-02-18T22:29:07.565Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-02-18T22:29:08.521Z] Collecting docker<4.0,>=3.6.0 [2021-02-18T22:29:08.521Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-02-18T22:29:08.793Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2021-02-18T22:29:08.793Z] Collecting PyYAML<4,>=3.10 [2021-02-18T22:29:09.063Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-02-18T22:29:10.048Z] Collecting websocket-client<1.0,>=0.32.0 [2021-02-18T22:29:10.316Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-02-18T22:29:12.690Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-02-18T22:29:12.691Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-02-18T22:29:12.691Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-02-18T22:29:13.893Z] Collecting dockerpty<0.5,>=0.4.1 [2021-02-18T22:29:13.893Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-02-18T22:29:15.833Z] Collecting idna<2.8,>=2.5 [2021-02-18T22:29:15.833Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-02-18T22:29:16.737Z] Collecting urllib3<1.25,>=1.21.1 [2021-02-18T22:29:17.010Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-02-18T22:29:17.010Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2021-02-18T22:29:17.010Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2021-02-18T22:29:17.279Z] Collecting docker-pycreds>=0.4.0 [2021-02-18T22:29:17.279Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-02-18T22:29:17.279Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-02-18T22:29:17.279Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-02-18T22:29:17.279Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-02-18T22:29:17.279Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-02-18T22:29:17.551Z] Installing collected packages: docopt, idna, urllib3, requests, jsonschema, cached-property, texttable, websocket-client, docker-pycreds, docker, PyYAML, dockerpty, docker-compose [2021-02-18T22:29:17.551Z] Running setup.py install for docopt: started [2021-02-18T22:29:18.138Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.375s coverage: 45.9% of statements [2021-02-18T22:29:18.138Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-02-18T22:29:18.138Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-02-18T22:29:18.138Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-02-18T22:29:18.138Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-02-18T22:29:18.138Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-02-18T22:29:18.138Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-02-18T22:29:18.138Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-02-18T22:29:18.138Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.276s coverage: 100.0% of statements [2021-02-18T22:29:18.515Z] Running setup.py install for docopt: finished with status 'done' [2021-02-18T22:29:18.515Z] Attempting uninstall: idna [2021-02-18T22:29:18.515Z] Found existing installation: idna 2.9 [2021-02-18T22:29:18.515Z] Uninstalling idna-2.9: [2021-02-18T22:29:19.097Z] Successfully uninstalled idna-2.9 [2021-02-18T22:29:21.665Z] Attempting uninstall: urllib3 [2021-02-18T22:29:21.665Z] Found existing installation: urllib3 1.25.9 [2021-02-18T22:29:21.665Z] Uninstalling urllib3-1.25.9: [2021-02-18T22:29:21.665Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-18T22:29:21.665Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-18T22:29:21.665Z] ---> dbfa88be0d2c [2021-02-18T22:29:21.665Z] Step 3/22 : WORKDIR /edgex-go [2021-02-18T22:29:21.665Z] ---> Using cache [2021-02-18T22:29:21.665Z] ---> 83051801d249 [2021-02-18T22:29:21.665Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-18T22:29:21.665Z] ---> Using cache [2021-02-18T22:29:21.665Z] ---> a20c82d1f310 [2021-02-18T22:29:21.665Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-02-18T22:29:21.665Z] ---> Using cache [2021-02-18T22:29:21.665Z] ---> e9067bf89cb3 [2021-02-18T22:29:21.665Z] Step 6/22 : COPY go.mod . [2021-02-18T22:29:21.665Z] ---> Using cache [2021-02-18T22:29:21.665Z] ---> 58a7613245e1 [2021-02-18T22:29:21.665Z] Step 7/22 : RUN go mod download [2021-02-18T22:29:21.665Z] ---> Using cache [2021-02-18T22:29:21.665Z] ---> 66f5aa353bba [2021-02-18T22:29:21.665Z] Step 8/22 : COPY . . [2021-02-18T22:29:21.926Z] Successfully uninstalled urllib3-1.25.9 [2021-02-18T22:29:21.926Z] ---> Using cache [2021-02-18T22:29:21.926Z] ---> b33b66c153c0 [2021-02-18T22:29:21.926Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-02-18T22:29:22.525Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-18T22:29:22.525Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-18T22:29:22.525Z] ---> dbfa88be0d2c [2021-02-18T22:29:22.525Z] Step 3/22 : WORKDIR /edgex-go [2021-02-18T22:29:22.525Z] ---> Using cache [2021-02-18T22:29:22.525Z] ---> 83051801d249 [2021-02-18T22:29:22.525Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-18T22:29:22.525Z] ---> Using cache [2021-02-18T22:29:22.525Z] ---> a20c82d1f310 [2021-02-18T22:29:22.525Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-02-18T22:29:23.110Z] ---> Running in 268862539d62 [2021-02-18T22:29:23.110Z] Attempting uninstall: requests [2021-02-18T22:29:23.110Z] Found existing installation: requests 2.23.0 [2021-02-18T22:29:23.110Z] Uninstalling requests-2.23.0: [2021-02-18T22:29:23.110Z] Successfully uninstalled requests-2.23.0 [2021-02-18T22:29:23.110Z] ---> Running in 46f7a7a1bcdf [2021-02-18T22:29:23.379Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-02-18T22:29:23.644Z] Running setup.py install for texttable: started [2021-02-18T22:29:24.238Z] Running setup.py install for texttable: finished with status 'done' [2021-02-18T22:29:24.238Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-02-18T22:29:24.238Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-18T22:29:24.935Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.627s coverage: 27.1% of statements [2021-02-18T22:29:24.935Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-02-18T22:29:24.935Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-02-18T22:29:24.935Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-02-18T22:29:24.935Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-02-18T22:29:24.935Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-02-18T22:29:24.935Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-02-18T22:29:24.935Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.064s coverage: 100.0% of statements [2021-02-18T22:29:24.935Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-02-18T22:29:24.935Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.084s coverage: 100.0% of statements [2021-02-18T22:29:24.935Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-02-18T22:29:24.935Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-02-18T22:29:25.216Z] Running setup.py install for PyYAML: started [2021-02-18T22:29:25.216Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-18T22:29:25.538Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.219s coverage: 65.8% of statements [2021-02-18T22:29:25.538Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-02-18T22:29:25.538Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-02-18T22:29:26.209Z] Running setup.py install for PyYAML: finished with status 'done' [2021-02-18T22:29:26.209Z] Running setup.py install for dockerpty: started [2021-02-18T22:29:26.209Z] OK: 233 MiB in 51 packages [2021-02-18T22:29:26.486Z] Running setup.py install for dockerpty: finished with status 'done' [2021-02-18T22:29:27.541Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.755s coverage: 82.3% of statements [2021-02-18T22:29:27.541Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-02-18T22:29:27.541Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-02-18T22:29:27.541Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-02-18T22:29:27.541Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-02-18T22:29:29.821Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 [2021-02-18T22:29:30.084Z] Removing intermediate container 564468e72375 [2021-02-18T22:29:30.084Z] ---> b7639cb87660 [2021-02-18T22:29:30.084Z] [2021-02-18T22:29:30.084Z] Step 10/23 : FROM alpine:3.12 [2021-02-18T22:29:30.084Z] ---> 389fef711851 [2021-02-18T22:29:30.084Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-18T22:29:30.084Z] ---> Using cache [2021-02-18T22:29:30.084Z] ---> 95068f2c116e [2021-02-18T22:29:30.084Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-18T22:29:30.084Z] ---> Using cache [2021-02-18T22:29:30.084Z] ---> 32101c1191e3 [2021-02-18T22:29:30.084Z] Step 13/23 : ENV APP_PORT=48082 [2021-02-18T22:29:30.351Z] Removing intermediate container 46f7a7a1bcdf [2021-02-18T22:29:30.351Z] ---> e0323a92e5e8 [2021-02-18T22:29:30.351Z] Step 6/22 : COPY go.mod . [2021-02-18T22:29:30.622Z] ---> Running in a21094061dfa [2021-02-18T22:29:30.900Z] Removing intermediate container a21094061dfa [2021-02-18T22:29:30.900Z] ---> 0e7bab98970b [2021-02-18T22:29:30.900Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-18T22:29:31.180Z] ---> Running in 671ba799e580 [2021-02-18T22:29:31.180Z] ---> 6632a7506148 [2021-02-18T22:29:31.180Z] Step 7/22 : RUN go mod download [2021-02-18T22:29:32.182Z] ---> Running in 5172e7f02261 [2021-02-18T22:29:33.570Z] Removing intermediate container 671ba799e580 [2021-02-18T22:29:33.570Z] ---> eddd342c3a24 [2021-02-18T22:29:33.570Z] Step 15/23 : WORKDIR / [2021-02-18T22:29:33.854Z] ---> Running in 2cc7455ca6eb [2021-02-18T22:29:34.144Z] Removing intermediate container 96e57bf2a5f6 [2021-02-18T22:29:34.144Z] ---> ece2d95cb86d [2021-02-18T22:29:34.144Z] Step 21/26 : RUN apk --no-cache add curl [2021-02-18T22:29:34.144Z] Removing intermediate container 71fc25e15e3f [2021-02-18T22:29:34.144Z] ---> 87b5943be610 [2021-02-18T22:29:34.144Z] [2021-02-18T22:29:34.144Z] Step 10/21 : FROM alpine:3.12 [2021-02-18T22:29:34.144Z] ---> 389fef711851 [2021-02-18T22:29:34.144Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-02-18T22:29:34.144Z] ---> Running in 9dc1b81378e1 [2021-02-18T22:29:34.144Z] ---> Running in cf812a62e2c3 [2021-02-18T22:29:34.144Z] Removing intermediate container 2cc7455ca6eb [2021-02-18T22:29:34.144Z] ---> 9e64bc706154 [2021-02-18T22:29:34.144Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-18T22:29:34.739Z] ---> dead0415bffc [2021-02-18T22:29:34.739Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-02-18T22:29:35.013Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-18T22:29:35.282Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-18T22:29:35.282Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-18T22:29:35.282Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-18T22:29:35.544Z] (1/4) Installing ca-certificates (20191127-r4) [2021-02-18T22:29:35.544Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-02-18T22:29:35.544Z] (3/4) Installing libcurl (7.69.1-r3) [2021-02-18T22:29:35.544Z] (4/4) Installing curl (7.69.1-r3) [2021-02-18T22:29:35.544Z] Executing busybox-1.31.1-r19.trigger [2021-02-18T22:29:35.544Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-02-18T22:29:35.544Z] (2/3) Installing libcurl (7.69.1-r3) [2021-02-18T22:29:35.544Z] (3/3) Installing curl (7.69.1-r3) [2021-02-18T22:29:35.544Z] Executing busybox-1.31.1-r19.trigger [2021-02-18T22:29:35.896Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.232s coverage: 28.6% of statements [2021-02-18T22:29:35.896Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-02-18T22:29:35.896Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-02-18T22:29:35.896Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-02-18T22:29:35.896Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-02-18T22:29:35.896Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-02-18T22:29:35.896Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.269s coverage: 100.0% of statements [2021-02-18T22:29:35.896Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-02-18T22:29:35.896Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.101s coverage: 100.0% of statements [2021-02-18T22:29:35.896Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-02-18T22:29:35.896Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.308s coverage: 86.7% of statements [2021-02-18T22:29:35.896Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-02-18T22:29:35.896Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.291s coverage: 97.5% of statements [2021-02-18T22:29:35.896Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-02-18T22:29:36.490Z] OK: 72 MiB in 58 packages [2021-02-18T22:29:36.490Z] Executing ca-certificates-20191127-r4.trigger [2021-02-18T22:29:36.490Z] OK: 7 MiB in 18 packages [2021-02-18T22:29:36.490Z] ---> 7f985165341d [2021-02-18T22:29:36.490Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-02-18T22:29:36.511Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.177s coverage: 78.3% of statements [2021-02-18T22:29:36.511Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-02-18T22:29:36.511Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-02-18T22:29:36.511Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-02-18T22:29:36.511Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-02-18T22:29:37.451Z] Removing intermediate container 5172e7f02261 [2021-02-18T22:29:37.451Z] ---> 7ed760c17897 [2021-02-18T22:29:37.451Z] Step 8/22 : COPY . . [2021-02-18T22:29:37.451Z] ---> 3cd9006686ed [2021-02-18T22:29:37.451Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-02-18T22:29:37.723Z] ---> Running in 04cab22f0aa1 [2021-02-18T22:29:38.338Z] Removing intermediate container cf812a62e2c3 [2021-02-18T22:29:38.338Z] ---> 324141db6c4a [2021-02-18T22:29:38.338Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-02-18T22:29:42.590Z] ---> Running in 301b4d36d76b [2021-02-18T22:29:42.590Z] Removing intermediate container 9dc1b81378e1 [2021-02-18T22:29:42.590Z] ---> a57de5000ff9 [2021-02-18T22:29:42.590Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-18T22:29:45.154Z] Removing intermediate container 04cab22f0aa1 [2021-02-18T22:29:45.154Z] ---> efe86397de76 [2021-02-18T22:29:45.154Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-18T22:29:46.693Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.477s coverage: 92.8% of statements [2021-02-18T22:29:46.693Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-02-18T22:29:46.693Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-02-18T22:29:46.693Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-02-18T22:29:46.693Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-02-18T22:29:46.693Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-02-18T22:29:46.693Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-02-18T22:29:46.693Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-02-18T22:29:46.693Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-02-18T22:29:46.693Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-02-18T22:29:46.693Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-02-18T22:29:46.693Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-02-18T22:29:46.693Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-02-18T22:29:46.693Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-02-18T22:29:46.693Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-02-18T22:29:46.693Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-02-18T22:29:46.693Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-02-18T22:29:46.693Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-02-18T22:29:46.693Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-02-18T22:29:46.693Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.059s coverage: 58.8% of statements [2021-02-18T22:29:46.693Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-02-18T22:29:46.693Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-02-18T22:29:46.693Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.197s coverage: 0.1% of statements [2021-02-18T22:29:46.693Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-02-18T22:29:46.693Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-02-18T22:29:46.693Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-02-18T22:29:46.693Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.063s coverage: 45.5% of statements [2021-02-18T22:29:46.693Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.079s coverage: 79.5% of statements [2021-02-18T22:29:46.693Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.085s coverage: 94.1% of statements [2021-02-18T22:29:46.693Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.087s coverage: 96.3% of statements [2021-02-18T22:29:46.693Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.075s coverage: 87.5% of statements [2021-02-18T22:29:47.071Z] ---> Running in 9061a8b01e59 [2021-02-18T22:29:49.005Z] ---> Running in 78881be81a9d [2021-02-18T22:29:49.005Z] Removing intermediate container 301b4d36d76b [2021-02-18T22:29:49.005Z] ---> cc5915b27a73 [2021-02-18T22:29:49.005Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-18T22:29:50.940Z] ---> Running in a3b8a75e7bea [2021-02-18T22:29:51.512Z] Removing intermediate container 9061a8b01e59 [2021-02-18T22:29:51.512Z] ---> b3f882642dd6 [2021-02-18T22:29:51.512Z] Step 13/21 : WORKDIR /edgex [2021-02-18T22:29:51.773Z] Removing intermediate container 78881be81a9d [2021-02-18T22:29:51.773Z] ---> 15da7be58897 [2021-02-18T22:29:51.773Z] Step 21/23 : LABEL arch=x86_64 [2021-02-18T22:29:52.348Z] Removing intermediate container a3b8a75e7bea [2021-02-18T22:29:52.348Z] ---> 798e48bc993c [2021-02-18T22:29:52.348Z] Step 24/26 : LABEL arch=x86_64 [2021-02-18T22:29:52.930Z] ---> Running in f920ba96c225 [2021-02-18T22:29:52.930Z] ---> Running in 0cea36851f68 [2021-02-18T22:29:55.493Z] ---> Running in 94349c204405 [2021-02-18T22:29:56.882Z] Removing intermediate container f920ba96c225 [2021-02-18T22:29:56.882Z] ---> 67afeb83bb33 [2021-02-18T22:29:56.882Z] Step 22/23 : LABEL git_sha=2b04703d4e674a4b36fb2a1b8348aac01154cd91 [2021-02-18T22:29:57.149Z] Removing intermediate container 0cea36851f68 [2021-02-18T22:29:57.150Z] ---> dbbb81cbdb98 [2021-02-18T22:29:57.150Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-02-18T22:29:57.150Z] Removing intermediate container 268862539d62 [2021-02-18T22:29:57.150Z] ---> 638d8747216f [2021-02-18T22:29:57.150Z] [2021-02-18T22:29:57.150Z] Step 10/22 : FROM alpine:3.12 [2021-02-18T22:29:57.150Z] ---> 389fef711851 [2021-02-18T22:29:57.150Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-02-18T22:29:57.150Z] ---> Using cache [2021-02-18T22:29:57.150Z] ---> 95068f2c116e [2021-02-18T22:29:57.150Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-18T22:29:57.150Z] ---> Using cache [2021-02-18T22:29:57.150Z] ---> 32101c1191e3 [2021-02-18T22:29:57.150Z] Step 13/22 : ENV APP_PORT=48085 [2021-02-18T22:29:57.150Z] ---> Running in 5a1ad973fdb9 [2021-02-18T22:29:57.150Z] Removing intermediate container 94349c204405 [2021-02-18T22:29:57.150Z] ---> ff70f55b7c4b [2021-02-18T22:29:57.150Z] Step 25/26 : LABEL git_sha=2b04703d4e674a4b36fb2a1b8348aac01154cd91 [2021-02-18T22:29:57.418Z] ---> Running in ad39da5949ef [2021-02-18T22:29:57.418Z] ---> Running in 550aee060fb0 [2021-02-18T22:29:57.418Z] ---> 9f5114d51ddc [2021-02-18T22:29:57.418Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-02-18T22:29:57.681Z] ---> Running in a753bd2e7e03 [2021-02-18T22:29:57.682Z] Removing intermediate container 5a1ad973fdb9 [2021-02-18T22:29:57.682Z] ---> dc7acaf3ed23 [2021-02-18T22:29:57.682Z] Step 23/23 : LABEL version=0.0.0 [2021-02-18T22:29:57.682Z] ---> 68231955b889 [2021-02-18T22:29:57.682Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-02-18T22:29:57.682Z] Removing intermediate container ad39da5949ef [2021-02-18T22:29:57.682Z] ---> 7204eb2c84fc [2021-02-18T22:29:57.682Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-18T22:29:57.944Z] Removing intermediate container 550aee060fb0 [2021-02-18T22:29:57.944Z] ---> 254c7411235f [2021-02-18T22:29:57.944Z] Step 26/26 : LABEL version=0.0.0 [2021-02-18T22:29:57.944Z] ---> Running in d761352b248f [2021-02-18T22:29:58.208Z] ---> Running in 6af1bb66333b [2021-02-18T22:29:58.208Z] ---> Running in e23c84436e70 [2021-02-18T22:29:58.208Z] Removing intermediate container d761352b248f [2021-02-18T22:29:58.208Z] ---> d43913bcb0fe [2021-02-18T22:29:58.208Z] [2021-02-18T22:29:58.208Z] ---> 0f3ef1b1cb0e [2021-02-18T22:29:58.208Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-02-18T22:29:58.478Z] Removing intermediate container 6af1bb66333b [2021-02-18T22:29:58.478Z] ---> bced78268bda [2021-02-18T22:29:58.478Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-18T22:29:58.478Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-02-18T22:29:58.478Z] Successfully built d43913bcb0fe [2021-02-18T22:29:58.478Z] Successfully tagged docker-core-command-go:latest [2021-02-18T22:29:58.478Z] Removing intermediate container e23c84436e70 [2021-02-18T22:29:58.478Z] ---> d39fa5dfa15d [2021-02-18T22:29:58.478Z] [2021-02-18T22:29:59.054Z]  Building docker-core-command-go ... done Successfully built d39fa5dfa15d [2021-02-18T22:29:59.093Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.081s coverage: 94.4% of statements [2021-02-18T22:29:59.093Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.058s coverage: 44.8% of statements [2021-02-18T22:29:59.634Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-02-18T22:29:59.634Z]  Building docker-sys-mgmt-agent-go ... done  ---> ca79ba5fa7d5 [2021-02-18T22:29:59.634Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-02-18T22:29:59.907Z] ---> ad55ad0ccc7c [2021-02-18T22:29:59.907Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-02-18T22:29:59.907Z] ---> Running in e6f671714f3e [2021-02-18T22:30:00.199Z] Removing intermediate container e6f671714f3e [2021-02-18T22:30:00.199Z] ---> 4b10c41011f3 [2021-02-18T22:30:00.199Z] Step 18/21 : CMD ["--init=true"] [2021-02-18T22:30:00.477Z] ---> Running in 34f6b1b01f9e [2021-02-18T22:30:00.478Z] ---> 9d11c94acecb [2021-02-18T22:30:00.478Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-02-18T22:30:00.750Z] Removing intermediate container 34f6b1b01f9e [2021-02-18T22:30:00.750Z] ---> c03758704058 [2021-02-18T22:30:00.750Z] Step 19/21 : LABEL arch=x86_64 [2021-02-18T22:30:00.750Z] ---> Running in 12f37692c2b6 [2021-02-18T22:30:01.024Z] ---> 894c775f5dcc [2021-02-18T22:30:01.024Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-02-18T22:30:01.024Z] Removing intermediate container 12f37692c2b6 [2021-02-18T22:30:01.024Z] ---> dc57c5c8f5ad [2021-02-18T22:30:01.024Z] Step 20/21 : LABEL git_sha=2b04703d4e674a4b36fb2a1b8348aac01154cd91 [2021-02-18T22:30:01.024Z] ---> Running in a42e204adccf [2021-02-18T22:30:01.305Z] ---> Running in 15471df18a62 [2021-02-18T22:30:01.581Z] Removing intermediate container a42e204adccf [2021-02-18T22:30:01.581Z] ---> 436f93576a25 [2021-02-18T22:30:01.581Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-18T22:30:01.581Z] Removing intermediate container 15471df18a62 [2021-02-18T22:30:01.581Z] ---> 3c58ac326e75 [2021-02-18T22:30:01.581Z] Step 21/21 : LABEL version=0.0.0 [2021-02-18T22:30:01.869Z] ---> Running in 4160bb3a19ef [2021-02-18T22:30:01.869Z] ---> Running in 0c2bcf7b72c3 [2021-02-18T22:30:02.141Z] Removing intermediate container 4160bb3a19ef [2021-02-18T22:30:02.141Z] ---> 00670355d877 [2021-02-18T22:30:02.141Z] Step 20/22 : LABEL arch=x86_64 [2021-02-18T22:30:02.408Z] Removing intermediate container 0c2bcf7b72c3 [2021-02-18T22:30:02.409Z] ---> bd14d725ef7a [2021-02-18T22:30:02.409Z] [2021-02-18T22:30:02.409Z] ---> Running in e742e94d083a [2021-02-18T22:30:02.677Z] Successfully built bd14d725ef7a [2021-02-18T22:30:02.677Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-02-18T22:30:02.677Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container e742e94d083a [2021-02-18T22:30:02.677Z] ---> 5ed0b2ae773f [2021-02-18T22:30:02.677Z] Step 21/22 : LABEL git_sha=2b04703d4e674a4b36fb2a1b8348aac01154cd91 [2021-02-18T22:30:02.677Z] ---> Running in b25a3943d1b3 [2021-02-18T22:30:02.962Z] Removing intermediate container b25a3943d1b3 [2021-02-18T22:30:02.962Z] ---> 897a6f2ba6a2 [2021-02-18T22:30:02.962Z] Step 22/22 : LABEL version=0.0.0 [2021-02-18T22:30:03.238Z] ---> Running in 5e5ffa35729e [2021-02-18T22:30:03.511Z] Removing intermediate container 5e5ffa35729e [2021-02-18T22:30:03.511Z] ---> 8e428bfd3da5 [2021-02-18T22:30:03.511Z] [2021-02-18T22:30:03.791Z] Successfully built 8e428bfd3da5 [2021-02-18T22:30:04.066Z] Successfully tagged docker-support-scheduler-go:latest [2021-02-18T22:30:12.293Z]  Building docker-support-scheduler-go ... done Removing intermediate container a753bd2e7e03 [2021-02-18T22:30:12.293Z] ---> 371243f55b9b [2021-02-18T22:30:12.293Z] [2021-02-18T22:30:12.293Z] Step 10/22 : FROM alpine:3.12 [2021-02-18T22:30:12.293Z] ---> 389fef711851 [2021-02-18T22:30:12.293Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-02-18T22:30:12.293Z] ---> Running in e07a03a3efb8 [2021-02-18T22:30:12.293Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-18T22:30:12.293Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-18T22:30:12.293Z] (1/2) Installing ca-certificates (20191127-r4) [2021-02-18T22:30:12.293Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-02-18T22:30:12.293Z] Executing busybox-1.31.1-r19.trigger [2021-02-18T22:30:12.293Z] Executing ca-certificates-20191127-r4.trigger [2021-02-18T22:30:12.293Z] OK: 6 MiB in 16 packages [2021-02-18T22:30:14.208Z] Removing intermediate container e07a03a3efb8 [2021-02-18T22:30:14.208Z] ---> 97f5fb682b53 [2021-02-18T22:30:14.208Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-18T22:30:14.273Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.133s coverage: 92.9% of statements [2021-02-18T22:30:14.273Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-02-18T22:30:14.273Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-02-18T22:30:14.273Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-02-18T22:30:14.273Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.060s coverage: 77.8% of statements [2021-02-18T22:30:14.273Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-02-18T22:30:14.273Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-02-18T22:30:14.273Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-02-18T22:30:14.273Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-02-18T22:30:14.273Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-02-18T22:30:14.273Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.073s coverage: 87.2% of statements [2021-02-18T22:30:14.273Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-02-18T22:30:14.273Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-02-18T22:30:14.273Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.054s coverage: 100.0% of statements [2021-02-18T22:30:14.273Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-02-18T22:30:14.273Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.084s coverage: 75.5% of statements [2021-02-18T22:30:14.273Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-02-18T22:30:14.273Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.055s coverage: 80.8% of statements [2021-02-18T22:30:14.273Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.127s coverage: 87.2% of statements [2021-02-18T22:30:14.273Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.148s coverage: 84.2% of statements [2021-02-18T22:30:14.273Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.178s coverage: 91.4% of statements [2021-02-18T22:30:14.273Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-02-18T22:30:14.273Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.551s coverage: 63.5% of statements [2021-02-18T22:30:14.273Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-02-18T22:30:14.273Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-02-18T22:30:14.273Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.059s coverage: 100.0% of statements [2021-02-18T22:30:14.273Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.082s coverage: 91.3% of statements [2021-02-18T22:30:14.273Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.058s coverage: 100.0% of statements [2021-02-18T22:30:14.273Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.104s coverage: 73.7% of statements [2021-02-18T22:30:14.273Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.052s coverage: 100.0% of statements [2021-02-18T22:30:14.273Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.696s coverage: 68.9% of statements [2021-02-18T22:30:14.273Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-02-18T22:30:14.273Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-02-18T22:30:14.273Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.371s coverage: 37.0% of statements [2021-02-18T22:30:14.273Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-02-18T22:30:14.273Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-02-18T22:30:14.273Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.532s coverage: 84.0% of statements [2021-02-18T22:30:14.273Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.084s coverage: 100.0% of statements [2021-02-18T22:30:14.469Z] ---> Running in 54b60120e0d3 [2021-02-18T22:30:14.470Z] Removing intermediate container 54b60120e0d3 [2021-02-18T22:30:14.470Z] ---> aa1ddff3d59d [2021-02-18T22:30:14.470Z] Step 13/22 : ENV APP_PORT=48060 [2021-02-18T22:30:14.470Z] ---> Running in b9b5ad6d5b0d [2021-02-18T22:30:14.732Z] Removing intermediate container b9b5ad6d5b0d [2021-02-18T22:30:14.732Z] ---> ef76b8e1168d [2021-02-18T22:30:14.732Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-18T22:30:14.732Z] ---> Running in 49583dc7934b [2021-02-18T22:30:14.994Z] Removing intermediate container 49583dc7934b [2021-02-18T22:30:14.994Z] ---> c752b15c13b2 [2021-02-18T22:30:14.994Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-18T22:30:15.256Z] ---> 3252fe6b1512 [2021-02-18T22:30:15.256Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-02-18T22:30:15.830Z] ---> e8cd269cfd04 [2021-02-18T22:30:15.830Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-02-18T22:30:15.830Z] ---> 9b69af3f0439 [2021-02-18T22:30:15.830Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-02-18T22:30:16.091Z] ---> Running in 905648bc3456 [2021-02-18T22:30:16.091Z] Removing intermediate container 905648bc3456 [2021-02-18T22:30:16.091Z] ---> 2ccd7f58f107 [2021-02-18T22:30:16.091Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-18T22:30:16.354Z] ---> Running in 1ad5e822dc63 [2021-02-18T22:30:16.354Z] Removing intermediate container 1ad5e822dc63 [2021-02-18T22:30:16.354Z] ---> 601c68fb36d8 [2021-02-18T22:30:16.354Z] Step 20/22 : LABEL arch=x86_64 [2021-02-18T22:30:16.354Z] ---> Running in ac03fac92a9c [2021-02-18T22:30:16.616Z] Removing intermediate container ac03fac92a9c [2021-02-18T22:30:16.616Z] ---> cd19da43fa30 [2021-02-18T22:30:16.616Z] Step 21/22 : LABEL git_sha=2b04703d4e674a4b36fb2a1b8348aac01154cd91 [2021-02-18T22:30:16.616Z] ---> Running in d16d3594d5f7 [2021-02-18T22:30:16.878Z] Removing intermediate container d16d3594d5f7 [2021-02-18T22:30:16.879Z] ---> 0abcf022fcf0 [2021-02-18T22:30:16.879Z] Step 22/22 : LABEL version=0.0.0 [2021-02-18T22:30:16.879Z] ---> Running in d6a9589b6d8f [2021-02-18T22:30:17.141Z] Removing intermediate container d6a9589b6d8f [2021-02-18T22:30:17.141Z] ---> 0f7fb89bee5b [2021-02-18T22:30:17.141Z] [2021-02-18T22:30:17.141Z] Successfully built 0f7fb89bee5b [2021-02-18T22:30:17.402Z] Successfully tagged docker-support-notifications-go:latest [2021-02-18T22:30:17.697Z]  Building docker-support-notifications-go ... done  [Pipeline] } [2021-02-18T22:30:17.748Z] $ docker stop --time=1 a8a2cf758cd360793ea8dfc369fb44b00fe31b819ecc6c5d49543acda8a10f85 [2021-02-18T22:30:19.484Z] $ docker rm -f a8a2cf758cd360793ea8dfc369fb44b00fe31b819ecc6c5d49543acda8a10f85 [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-18T22:30:20.047Z] + docker images [2021-02-18T22:30:20.047Z] + grep docker [2021-02-18T22:30:20.310Z] docker-support-notifications-go latest 0f7fb89bee5b 4 seconds ago 17.7MB [2021-02-18T22:30:20.310Z] docker-support-scheduler-go latest 8e428bfd3da5 17 seconds ago 17.2MB [2021-02-18T22:30:20.310Z] docker-security-proxy-setup-go latest bd14d725ef7a 18 seconds ago 24.7MB [2021-02-18T22:30:20.310Z] docker-sys-mgmt-agent-go latest d39fa5dfa15d 22 seconds ago 313MB [2021-02-18T22:30:20.310Z] docker-core-command-go latest d43913bcb0fe 22 seconds ago 17.1MB [2021-02-18T22:30:20.310Z] docker-security-bootstrapper-go latest 2bc04b572b65 About a minute ago 18.2MB [2021-02-18T22:30:20.310Z] docker-core-data-go latest 6c76e4554652 About a minute ago 22.4MB [2021-02-18T22:30:20.310Z] docker-core-metadata-go latest 12aeb5dd2402 About a minute ago 19MB [2021-02-18T22:30:20.310Z] docker-security-secretstore-setup-go latest d2e0971d7f53 About a minute ago 24.9MB [2021-02-18T22:30:20.310Z] docker 20.10.0 aefe523efa57 2 months 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 [2021-02-18T22:30:21.019Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.481s coverage: 47.0% of statements [2021-02-18T22:30:21.019Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-02-18T22:30:21.019Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-02-18T22:30:21.019Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-02-18T22:30:21.019Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-02-18T22:30:21.019Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-02-18T22:30:21.019Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.113s coverage: 100.0% of statements [2021-02-18T22:30:21.019Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-02-18T22:30:21.019Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.096s coverage: 100.0% of statements [2021-02-18T22:30:21.020Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-02-18T22:30:21.020Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-02-18T22:30:21.020Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-02-18T22:30:21.020Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-02-18T22:30:21.020Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.353s coverage: 89.4% of statements [2021-02-18T22:30:21.020Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-02-18T22:30:21.020Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-02-18T22:30:21.020Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [Pipeline] node [2021-02-18T22:30:29.348Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 2.998s coverage: 29.1% of statements [2021-02-18T22:30:29.348Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-02-18T22:30:29.348Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-02-18T22:30:29.348Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-02-18T22:30:29.348Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-02-18T22:30:29.348Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-02-18T22:30:29.348Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.209s coverage: 99.0% of statements [2021-02-18T22:30:29.348Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-02-18T22:30:29.348Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.105s coverage: 100.0% of statements [2021-02-18T22:30:29.348Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-02-18T22:30:29.348Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-02-18T22:30:29.348Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-02-18T22:30:29.348Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-02-18T22:30:29.348Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.166s coverage: 100.0% of statements [2021-02-18T22:30:29.348Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-02-18T22:30:29.348Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-02-18T22:30:29.348Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-02-18T22:30:29.348Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.045s coverage: 0.0% of statements [2021-02-18T22:30:29.348Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-02-18T22:30:29.348Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.071s coverage: 100.0% of statements [2021-02-18T22:30:29.348Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-02-18T22:30:29.348Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-02-18T22:30:29.348Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-02-18T22:30:29.348Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-02-18T22:30:29.348Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.127s coverage: 87.9% of statements [2021-02-18T22:30:29.348Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-02-18T22:30:29.348Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-02-18T22:30:29.348Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.057s coverage: 100.0% of statements [2021-02-18T22:30:29.348Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.058s coverage: 32.1% of statements [2021-02-18T22:30:29.948Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.078s coverage: 100.0% of statements [2021-02-18T22:30:30.543Z] GO111MODULE=on go vet ./... [2021-02-18T22:30:36.108Z] Still waiting to schedule task [2021-02-18T22:30:36.108Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2021-02-18T22:31:25.942Z] Running on prd-ubuntu18.04-docker-8c-8g-26853 in /w/workspace/edgexfoundry_edgex-go_PR-3171 [Pipeline] { [Pipeline] ws [2021-02-18T22:31:26.053Z] Running in /w/workspace/edgex-go/6 [Pipeline] { [Pipeline] checkout [2021-02-18T22:31:28.262Z] using credential edgex-jenkins-ssh [2021-02-18T22:31:28.315Z] Cloning the remote Git repository [2021-02-18T22:31:28.339Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-02-18T22:31:28.407Z] > git init /w/workspace/edgex-go/6 # timeout=10 [2021-02-18T22:31:28.434Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-18T22:31:28.435Z] > git --version # timeout=10 [2021-02-18T22:31:28.444Z] > git --version # 'git version 2.17.1' [2021-02-18T22:31:28.444Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-18T22:31:28.468Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-18T22:31:47.639Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-18T22:31:47.644Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-18T22:31:47.654Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-18T22:31:47.667Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-18T22:31:47.667Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-18T22:31:47.671Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3171/head:refs/remotes/origin/PR-3171 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-18T22:31:48.178Z] Merging remotes/origin/master commit 431c39765778f2fdc6d58fd50bd7cbdfe9325062 into PR head commit 2b04703d4e674a4b36fb2a1b8348aac01154cd91 [2021-02-18T22:31:48.318Z] Merge succeeded, producing 2b04703d4e674a4b36fb2a1b8348aac01154cd91 [2021-02-18T22:31:48.319Z] Checking out Revision 2b04703d4e674a4b36fb2a1b8348aac01154cd91 (PR-3171) [2021-02-18T22:31:48.189Z] > git config core.sparsecheckout # timeout=10 [2021-02-18T22:31:48.193Z] > git checkout -f 2b04703d4e674a4b36fb2a1b8348aac01154cd91 # timeout=10 [2021-02-18T22:31:48.291Z] > git remote # timeout=10 [2021-02-18T22:31:48.296Z] > git config --get remote.origin.url # timeout=10 [2021-02-18T22:31:48.305Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-18T22:31:48.307Z] > git merge 431c39765778f2fdc6d58fd50bd7cbdfe9325062 # timeout=10 [2021-02-18T22:31:48.315Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-02-18T22:31:48.325Z] > git config core.sparsecheckout # timeout=10 [2021-02-18T22:31:48.327Z] > git checkout -f 2b04703d4e674a4b36fb2a1b8348aac01154cd91 # timeout=10 [2021-02-18T22:31:51.927Z] Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-bootstrap/v2" [2021-02-18T22:31:52.376Z] gofmt -l . [2021-02-18T22:31:52.376Z] [ "`gofmt -l .`" = "" ] [2021-02-18T22:31:52.376Z] ./bin/test-go-mod-tidy.sh [2021-02-18T22:31:52.376Z] ./bin/test-attribution-txt.sh [Pipeline] sh [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-18T22:31:53.073Z] + ls -al . [2021-02-18T22:31:53.073Z] total 736 [2021-02-18T22:31:53.073Z] drwxrwxr-x 9 1001 1001 4096 Feb 18 22:31 . [2021-02-18T22:31:53.073Z] drwxr-xr-x 4 root root 4096 Feb 18 22:27 .. [2021-02-18T22:31:53.073Z] -rw-rw-r-- 1 1001 1001 11 Feb 18 22:26 .dockerignore [2021-02-18T22:31:53.073Z] drwxrwxr-x 8 1001 1001 4096 Feb 18 22:26 .git [2021-02-18T22:31:53.073Z] drwxrwxr-x 3 1001 1001 4096 Feb 18 22:26 .github [2021-02-18T22:31:53.073Z] -rw-rw-r-- 1 1001 1001 818 Feb 18 22:26 .gitignore [2021-02-18T22:31:53.073Z] -rw-rw-r-- 1 1001 1001 166 Feb 18 22:26 .sonarcloud.properties [2021-02-18T22:31:53.073Z] -rw-rw-r-- 1 1001 1001 8475 Feb 18 22:26 Attribution.txt [2021-02-18T22:31:53.073Z] -rw-rw-r-- 1 1001 1001 3804 Feb 18 22:26 CONTRIBUTING.md [2021-02-18T22:31:53.073Z] -rw-rw-r-- 1 1001 1001 931 Feb 18 22:26 Dockerfile.build [2021-02-18T22:31:53.073Z] -rw-rw-r-- 1 1001 1001 863 Feb 18 22:26 Jenkinsfile [2021-02-18T22:31:53.073Z] -rw-rw-r-- 1 1001 1001 10775 Feb 18 22:26 LICENSE [2021-02-18T22:31:53.073Z] -rw-rw-r-- 1 1001 1001 5774 Feb 18 22:26 Makefile [2021-02-18T22:31:53.073Z] -rw-rw-r-- 1 1001 1001 6524 Feb 18 22:26 README.md [2021-02-18T22:31:53.073Z] -rw-rw-r-- 1 1001 1001 6755 Feb 18 22:26 SECURITY.md [2021-02-18T22:31:53.073Z] -rw-rw-r-- 1 1001 1001 5 Feb 18 22:22 VERSION [2021-02-18T22:31:53.073Z] -rw-rw-r-- 1 1001 1001 4131 Feb 18 22:26 ZMQWindows.md [2021-02-18T22:31:53.073Z] drwxrwxr-x 2 1001 1001 4096 Feb 18 22:26 bin [2021-02-18T22:31:53.073Z] drwxrwxr-x 14 1001 1001 4096 Feb 18 22:26 cmd [2021-02-18T22:31:53.073Z] -rw-r--r-- 1 root root 597520 Feb 18 22:30 coverage.out [2021-02-18T22:31:53.073Z] -rw-r--r-- 1 root root 1055 Feb 18 22:31 go.mod [2021-02-18T22:31:53.073Z] -rw-r--r-- 1 root root 21638 Feb 18 22:31 go.sum [2021-02-18T22:31:53.073Z] drwxrwxr-x 8 1001 1001 4096 Feb 18 22:26 internal [2021-02-18T22:31:53.073Z] drwxrwxr-x 4 1001 1001 4096 Feb 18 22:26 openapi [2021-02-18T22:31:53.073Z] drwxrwxr-x 4 1001 1001 4096 Feb 18 22:26 snap [2021-02-18T22:31:53.073Z] -rw-rw-r-- 1 1001 1001 168 Feb 18 22:26 version.go [Pipeline] sh [2021-02-18T22:31:53.429Z] + echo snap-build.sh [2021-02-18T22:31:53.429Z] snap-build.sh [2021-02-18T22:31:53.429Z] + SNAP_BASE_DIR=. [2021-02-18T22:31:53.429Z] + '[' '!' -z /w/workspace/edgex-go/6 ']' [2021-02-18T22:31:53.429Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/6 [2021-02-18T22:31:53.429Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/6]' [2021-02-18T22:31:53.429Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/6] [2021-02-18T22:31:53.429Z] + cd /w/workspace/edgex-go/6 [2021-02-18T22:31:53.429Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-02-18T22:31:53.429Z] Reading package lists... [2021-02-18T22:31:53.429Z] Building dependency tree... [2021-02-18T22:31:53.429Z] Reading state information... [2021-02-18T22:31:53.691Z] The following packages were automatically installed and are no longer required: [2021-02-18T22:31:53.691Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-02-18T22:31:53.691Z] uidmap xdelta3 [2021-02-18T22:31:53.691Z] Use 'sudo apt autoremove' to remove them. [2021-02-18T22:31:53.691Z] The following packages will be REMOVED: [2021-02-18T22:31:53.691Z] lxd* lxd-client* [2021-02-18T22:31:53.839Z] + '[' -e coverage.out ] [2021-02-18T22:31:53.839Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-02-18T22:31:53.902Z] Warning: overwriting stash ‘coverage-report’ [2021-02-18T22:31:53.951Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-02-18T22:31:53.951Z] After this operation, 31.7 MB disk space will be freed. [2021-02-18T22:31:54.991Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 190027 files and directories currently installed.) [2021-02-18T22:31:54.991Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-02-18T22:31:55.030Z] Stashed 1 file(s) [Pipeline] sh [2021-02-18T22:31:55.713Z] + make build [2021-02-18T22:31:55.713Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-02-18T22:31:55.938Z] Removing lxd dnsmasq configuration [2021-02-18T22:31:55.938Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-02-18T22:31:55.938Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-02-18T22:31:56.509Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-02-18T22:31:56.769Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 189852 files and directories currently installed.) [2021-02-18T22:31:56.769Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-02-18T22:31:58.148Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-02-18T22:31:58.148Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-02-18T22:31:59.529Z] + sudo snap remove --purge lxd [2021-02-18T22:31:59.529Z] snap "lxd" is not installed [2021-02-18T22:31:59.529Z] + sudo groupadd --force --system lxd [2021-02-18T22:31:59.529Z] ++ whoami [2021-02-18T22:31:59.529Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-02-18T22:31:59.529Z] + newgrp - lxd [2021-02-18T22:31:59.529Z] + sudo snap install lxd [2021-02-18T22:32:07.673Z] 2021-02-18T22:32:04Z INFO Waiting for automatic snapd restart... [2021-02-18T22:32:08.105Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-02-18T22:32:22.587Z] lxd 4.11 from Canonical* installed [2021-02-18T22:32:22.587Z] + sudo lxd init --auto [2021-02-18T22:32:30.284Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-02-18T22:32:30.720Z] + sudo snap install --classic snapcraft [2021-02-18T22:32:34.616Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-02-18T22:32:36.016Z] snapcraft 4.5.1 from Canonical* installed [2021-02-18T22:32:36.016Z] + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' [2021-02-18T22:32:36.016Z] + patch --verbose -p1 [2021-02-18T22:32:36.016Z] Hmm... Looks like a unified diff to me... [2021-02-18T22:32:36.016Z] The text leading up to this was: [2021-02-18T22:32:36.016Z] -------------------------- [2021-02-18T22:32:36.016Z] |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 [2021-02-18T22:32:36.016Z] |From: Tony Espy [2021-02-18T22:32:36.016Z] |Date: Wed, 16 Dec 2020 16:34:55 -0500 [2021-02-18T22:32:36.016Z] |Subject: [PATCH] optimize snap build for pipeline CI check [2021-02-18T22:32:36.016Z] | [2021-02-18T22:32:36.016Z] |This patch is used by the EdgeX CI pipeline builds to [2021-02-18T22:32:36.016Z] |optimize the snap CI check run for pull requests. When [2021-02-18T22:32:36.016Z] |applied, it essentially strips out everything (apps and [2021-02-18T22:32:36.016Z] |parts) from the snapcraft.yaml file except those required [2021-02-18T22:32:36.016Z] |to build edgex-go, as the whole idea of the CI check is to [2021-02-18T22:32:36.016Z] |catch changes to edgex-go that break the snap build. [2021-02-18T22:32:36.016Z] | [2021-02-18T22:32:36.016Z] |In general, anyone updating snapcraft.yaml will also need [2021-02-18T22:32:36.016Z] |to update this patch file, otherwise it may fail to apply, [2021-02-18T22:32:36.016Z] |resulting in a failed snap build CI check in the associated [2021-02-18T22:32:36.016Z] |pull request. [2021-02-18T22:32:36.016Z] | [2021-02-18T22:32:36.016Z] |Note - in addition to applying this patch, the pipeline also [2021-02-18T22:32:36.016Z] |only primes the snap (e.g. `snapcraft prime`), as there's no [2021-02-18T22:32:36.016Z] |need to build the finally binary .snap file (and it won't [2021-02-18T22:32:36.016Z] |work with the patch applied). This further reduces the build [2021-02-18T22:32:36.016Z] |time. [2021-02-18T22:32:36.016Z] |--- [2021-02-18T22:32:36.016Z] | snap/snapcraft.yaml | 461 +------------------------------------------- [2021-02-18T22:32:36.016Z] | 1 file changed, 2 insertions(+), 459 deletions(-) [2021-02-18T22:32:36.016Z] | [2021-02-18T22:32:36.016Z] |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml [2021-02-18T22:32:36.016Z] |index 1e537489..faf42425 100644 [2021-02-18T22:32:36.016Z] |--- a/snap/snapcraft.yaml [2021-02-18T22:32:36.016Z] |+++ b/snap/snapcraft.yaml [2021-02-18T22:32:36.016Z] -------------------------- [2021-02-18T22:32:36.016Z] patching file snap/snapcraft.yaml [2021-02-18T22:32:36.016Z] Using Plan A... [2021-02-18T22:32:36.016Z] Hunk #1 succeeded at 73. [2021-02-18T22:32:36.016Z] Hunk #2 succeeded at 205 with fuzz 1 (offset 6 lines). [2021-02-18T22:32:36.016Z] Hunk #3 succeeded at 217 (offset 3 lines). [2021-02-18T22:32:36.016Z] Hunk #4 succeeded at 225 (offset 3 lines). [2021-02-18T22:32:36.016Z] Hunk #5 succeeded at 232 (offset 3 lines). [2021-02-18T22:32:36.016Z] Hunk #6 succeeded at 259 (offset 3 lines). [2021-02-18T22:32:36.016Z] Hunk #7 succeeded at 293 (offset 3 lines). [2021-02-18T22:32:36.016Z] Hunk #8 succeeded at 352 (offset 11 lines). [2021-02-18T22:32:36.016Z] Hmm... Ignoring the trailing garbage. [2021-02-18T22:32:36.016Z] done [2021-02-18T22:32:36.016Z] + sudo snapcraft prime --use-lxd [2021-02-18T22:32:37.403Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-02-18T22:32:37.403Z] The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: [2021-02-18T22:32:37.403Z] - README.md [2021-02-18T22:32:37.403Z] - snapcraft.yaml.orig [2021-02-18T22:32:37.403Z] [2021-02-18T22:32:37.403Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-02-18T22:32:37.973Z] Launching a container. [2021-02-18T22:32:40.022Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-02-18T22:32:42.006Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-02-18T22:32:47.402Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-02-18T22:32:50.195Z] Waiting for container to be ready [2021-02-18T22:32:50.195Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-02-18T22:32:50.195Z] [2021-02-18T22:32:52.741Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-02-18T22:32:52.741Z] Waiting for network to be ready... [2021-02-18T22:32:52.804Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-02-18T22:32:53.000Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-02-18T22:32:53.000Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-02-18T22:32:53.569Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1544 kB] [2021-02-18T22:32:53.569Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-02-18T22:32:53.829Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-02-18T22:32:54.089Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-02-18T22:32:54.089Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [298 kB] [2021-02-18T22:32:54.089Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] [2021-02-18T22:32:54.089Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] [2021-02-18T22:32:54.089Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [226 kB] [2021-02-18T22:32:54.089Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [29.9 kB] [2021-02-18T22:32:54.089Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1109 kB] [2021-02-18T22:32:54.089Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-02-18T22:32:54.089Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-02-18T22:32:54.089Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [248 kB] [2021-02-18T22:32:54.089Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-02-18T22:32:54.089Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-02-18T22:32:54.089Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-02-18T22:32:54.664Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-02-18T22:32:54.925Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1885 kB] [2021-02-18T22:32:55.184Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [390 kB] [2021-02-18T22:32:55.184Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] [2021-02-18T22:32:55.184Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] [2021-02-18T22:32:55.184Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [247 kB] [2021-02-18T22:32:55.184Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [33.4 kB] [2021-02-18T22:32:55.184Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1718 kB] [2021-02-18T22:32:55.184Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [363 kB] [2021-02-18T22:32:57.109Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-02-18T22:32:58.485Z] Fetched 23.9 MB in 5s (4522 kB/s) [2021-02-18T22:32:59.428Z] Reading package lists... [2021-02-18T22:32:59.688Z] Reading package lists... [2021-02-18T22:32:59.949Z] Building dependency tree... [2021-02-18T22:32:59.949Z] Reading state information... [2021-02-18T22:32:59.949Z] The following additional packages will be installed: [2021-02-18T22:32:59.949Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-02-18T22:32:59.949Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-02-18T22:32:59.949Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-02-18T22:32:59.949Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-02-18T22:32:59.949Z] Suggested packages: [2021-02-18T22:32:59.949Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-02-18T22:32:59.949Z] Recommended packages: [2021-02-18T22:32:59.949Z] gnupg libsasl2-modules [2021-02-18T22:32:59.949Z] The following NEW packages will be installed: [2021-02-18T22:32:59.949Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-02-18T22:32:59.949Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-02-18T22:32:59.949Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-02-18T22:32:59.949Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-02-18T22:32:59.949Z] The following packages will be upgraded: [2021-02-18T22:32:59.949Z] gpg gpg-agent gpgconf libudev1 [2021-02-18T22:33:00.210Z] 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. [2021-02-18T22:33:00.210Z] Need to get 3532 kB of archives. [2021-02-18T22:33:00.210Z] After this operation, 13.3 MB of additional disk space will be used. [2021-02-18T22:33:00.210Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] [2021-02-18T22:33:00.210Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] [2021-02-18T22:33:00.210Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] [2021-02-18T22:33:00.210Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] [2021-02-18T22:33:00.210Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] [2021-02-18T22:33:00.210Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.9 [16.6 kB] [2021-02-18T22:33:00.210Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.9 [155 kB] [2021-02-18T22:33:00.210Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] [2021-02-18T22:33:00.210Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.44 [58.3 kB] [2021-02-18T22:33:00.472Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.44 [1103 kB] [2021-02-18T22:33:01.042Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-02-18T22:33:01.042Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-02-18T22:33:01.042Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-02-18T22:33:01.042Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-02-18T22:33:01.042Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-02-18T22:33:01.042Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-02-18T22:33:01.042Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-02-18T22:33:01.042Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-02-18T22:33:01.042Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-02-18T22:33:01.042Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-02-18T22:33:01.042Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-02-18T22:33:01.042Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-02-18T22:33:01.301Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-18T22:33:01.301Z] Fetched 3532 kB in 1s (3531 kB/s) [2021-02-18T22:33:01.301Z] (Reading database ... 12511 files and directories currently installed.) [2021-02-18T22:33:01.301Z] Preparing to unpack .../libudev1_237-3ubuntu10.44_amd64.deb ... [2021-02-18T22:33:01.302Z] Unpacking libudev1:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-02-18T22:33:01.302Z] Setting up libudev1:amd64 (237-3ubuntu10.44) ... [2021-02-18T22:33:01.561Z] Selecting previously unselected package udev. [2021-02-18T22:33:01.561Z] (Reading database ... 12511 files and directories currently installed.) [2021-02-18T22:33:01.561Z] Preparing to unpack .../00-udev_237-3ubuntu10.44_amd64.deb ... [2021-02-18T22:33:01.561Z] Unpacking udev (237-3ubuntu10.44) ... [2021-02-18T22:33:01.821Z] Selecting previously unselected package libfuse2:amd64. [2021-02-18T22:33:01.821Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-02-18T22:33:01.821Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-02-18T22:33:01.821Z] Selecting previously unselected package fuse. [2021-02-18T22:33:01.821Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-02-18T22:33:01.821Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-02-18T22:33:02.081Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... [2021-02-18T22:33:02.081Z] Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-02-18T22:33:02.081Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... [2021-02-18T22:33:02.081Z] Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-02-18T22:33:02.342Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... [2021-02-18T22:33:02.342Z] Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-02-18T22:33:02.342Z] Selecting previously unselected package libksba8:amd64. [2021-02-18T22:33:02.342Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-02-18T22:33:02.342Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-02-18T22:33:02.342Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-02-18T22:33:02.342Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-18T22:33:02.507Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-02-18T22:33:02.603Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-18T22:33:02.603Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-02-18T22:33:02.603Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-18T22:33:02.603Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-18T22:33:02.603Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-02-18T22:33:02.603Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-18T22:33:02.603Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-18T22:33:02.603Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-02-18T22:33:02.603Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-18T22:33:02.603Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-18T22:33:02.863Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-02-18T22:33:02.863Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-18T22:33:02.863Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-18T22:33:02.863Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-02-18T22:33:02.863Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-18T22:33:02.863Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-18T22:33:02.863Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-02-18T22:33:02.863Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-18T22:33:02.863Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-18T22:33:03.123Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-02-18T22:33:03.123Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-18T22:33:03.123Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-18T22:33:03.123Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-02-18T22:33:03.123Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-18T22:33:03.123Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-18T22:33:03.123Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-02-18T22:33:03.123Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-02-18T22:33:03.123Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-02-18T22:33:03.123Z] Selecting previously unselected package libsasl2-2:amd64. [2021-02-18T22:33:03.123Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-02-18T22:33:03.383Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-02-18T22:33:03.383Z] Selecting previously unselected package libldap-common. [2021-02-18T22:33:03.383Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.9_all.deb ... [2021-02-18T22:33:03.383Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.9) ... [2021-02-18T22:33:03.383Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-02-18T22:33:03.383Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.9_amd64.deb ... [2021-02-18T22:33:03.383Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.9) ... [2021-02-18T22:33:03.383Z] Selecting previously unselected package dirmngr. [2021-02-18T22:33:03.643Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... [2021-02-18T22:33:03.643Z] Unpacking dirmngr (2.2.4-1ubuntu1.3) ... [2021-02-18T22:33:03.643Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.9) ... [2021-02-18T22:33:03.643Z] Setting up gpgconf (2.2.4-1ubuntu1.3) ... [2021-02-18T22:33:03.643Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-02-18T22:33:03.643Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-02-18T22:33:03.643Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-02-18T22:33:03.643Z] Setting up gpg-agent (2.2.4-1ubuntu1.3) ... [2021-02-18T22:33:03.903Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-18T22:33:03.903Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-02-18T22:33:03.903Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-02-18T22:33:03.903Z] Setting up udev (237-3ubuntu10.44) ... [2021-02-18T22:33:04.167Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-02-18T22:33:04.448Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-18T22:33:04.448Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-02-18T22:33:04.448Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-02-18T22:33:04.448Z] Setting up gpg (2.2.4-1ubuntu1.3) ... [2021-02-18T22:33:04.448Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-18T22:33:04.448Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-18T22:33:04.722Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-18T22:33:04.722Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-18T22:33:04.722Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-18T22:33:04.722Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-18T22:33:04.722Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-18T22:33:04.722Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.9) ... [2021-02-18T22:33:04.722Z] Setting up dirmngr (2.2.4-1ubuntu1.3) ... [2021-02-18T22:33:04.722Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-02-18T22:33:05.308Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-02-18T22:33:05.308Z] settings in the [Install] section, and DefaultInstance for template units). [2021-02-18T22:33:05.308Z] This means they are not meant to be enabled using systemctl. [2021-02-18T22:33:05.308Z] Possible reasons for having this kind of units are: [2021-02-18T22:33:05.308Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-02-18T22:33:05.308Z] .wants/ or .requires/ directory. [2021-02-18T22:33:05.308Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-02-18T22:33:05.308Z] a requirement dependency on it. [2021-02-18T22:33:05.308Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-02-18T22:33:05.308Z] D-Bus, udev, scripted systemctl call, ...). [2021-02-18T22:33:05.308Z] 4) In case of template units, the unit is meant to be enabled with some [2021-02-18T22:33:05.308Z] instance name specified. [2021-02-18T22:33:05.574Z] Reading package lists... [2021-02-18T22:33:05.574Z] Building dependency tree... [2021-02-18T22:33:05.574Z] Reading state information... [2021-02-18T22:33:05.833Z] The following additional packages will be installed: [2021-02-18T22:33:05.833Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-02-18T22:33:05.833Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-02-18T22:33:05.833Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-02-18T22:33:05.833Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-02-18T22:33:05.833Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-02-18T22:33:05.833Z] Suggested packages: [2021-02-18T22:33:05.833Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-02-18T22:33:05.833Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-02-18T22:33:05.833Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-02-18T22:33:05.833Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-02-18T22:33:05.833Z] systemd-container policykit-1 [2021-02-18T22:33:05.833Z] Recommended packages: [2021-02-18T22:33:05.833Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-02-18T22:33:05.833Z] The following NEW packages will be installed: [2021-02-18T22:33:05.833Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-02-18T22:33:05.833Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-02-18T22:33:05.833Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-02-18T22:33:05.833Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-02-18T22:33:05.833Z] python3.6-minimal snapd squashfs-tools sudo [2021-02-18T22:33:05.833Z] The following packages will be upgraded: [2021-02-18T22:33:05.833Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-02-18T22:33:05.882Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-02-18T22:33:06.093Z] 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. [2021-02-18T22:33:06.093Z] Need to get 35.2 MB of archives. [2021-02-18T22:33:06.093Z] After this operation, 141 MB of additional disk space will be used. [2021-02-18T22:33:06.093Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] [2021-02-18T22:33:06.093Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.44 [2913 kB] [2021-02-18T22:33:06.661Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] [2021-02-18T22:33:06.661Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.8 [1301 kB] [2021-02-18T22:33:06.661Z] Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.44 [209 kB] [2021-02-18T22:33:06.661Z] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2021-02-18T22:33:06.661Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-02-18T22:33:06.662Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-02-18T22:33:06.662Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-02-18T22:33:06.662Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-02-18T22:33:06.662Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-02-18T22:33:06.662Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-02-18T22:33:06.662Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-02-18T22:33:06.920Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [533 kB] [2021-02-18T22:33:06.920Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-02-18T22:33:06.920Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [1609 kB] [2021-02-18T22:33:06.920Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-02-18T22:33:06.920Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] [2021-02-18T22:33:06.920Z] Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] [2021-02-18T22:33:06.920Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] [2021-02-18T22:33:06.920Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-02-18T22:33:06.920Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] [2021-02-18T22:33:06.920Z] Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-02-18T22:33:06.920Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-02-18T22:33:06.920Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-02-18T22:33:06.920Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-02-18T22:33:06.920Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-02-18T22:33:07.180Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] [2021-02-18T22:33:07.180Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-02-18T22:33:07.180Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] [2021-02-18T22:33:08.561Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-18T22:33:08.561Z] Fetched 35.2 MB in 3s (13.6 MB/s) [2021-02-18T22:33:08.561Z] (Reading database ... 12757 files and directories currently installed.) [2021-02-18T22:33:08.561Z] Preparing to unpack .../systemd_237-3ubuntu10.44_amd64.deb ... [2021-02-18T22:33:08.820Z] Unpacking systemd (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-02-18T22:33:09.389Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.44_amd64.deb ... [2021-02-18T22:33:09.650Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-02-18T22:33:09.650Z] Setting up libsystemd0:amd64 (237-3ubuntu10.44) ... [2021-02-18T22:33:09.650Z] (Reading database ... 12757 files and directories currently installed.) [2021-02-18T22:33:09.650Z] Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... [2021-02-18T22:33:09.910Z] Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... [2021-02-18T22:33:09.910Z] Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... [2021-02-18T22:33:09.910Z] (Reading database ... 12757 files and directories currently installed.) [2021-02-18T22:33:09.910Z] Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... [2021-02-18T22:33:10.169Z] Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... [2021-02-18T22:33:10.183Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-02-18T22:33:10.430Z] Setting up apt (1.6.12ubuntu0.2) ... [2021-02-18T22:33:10.430Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-02-18T22:33:10.999Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-02-18T22:33:10.999Z] (Reading database ... 12764 files and directories currently installed.) [2021-02-18T22:33:10.999Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.8_amd64.deb ... [2021-02-18T22:33:10.999Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.8) over (1.1.0g-2ubuntu4) ... [2021-02-18T22:33:11.260Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-02-18T22:33:11.260Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-02-18T22:33:11.260Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-18T22:33:11.520Z] Selecting previously unselected package libexpat1:amd64. [2021-02-18T22:33:11.520Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-02-18T22:33:11.520Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-02-18T22:33:11.520Z] Selecting previously unselected package python3.6-minimal. [2021-02-18T22:33:11.520Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-02-18T22:33:11.520Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-02-18T22:33:11.782Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.8) ... [2021-02-18T22:33:11.782Z] Checking for services that may need to be restarted...done. [2021-02-18T22:33:12.049Z] Checking for services that may need to be restarted...done. [2021-02-18T22:33:12.049Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-18T22:33:12.049Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-02-18T22:33:12.049Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-02-18T22:33:12.622Z] Selecting previously unselected package python3-minimal. [2021-02-18T22:33:12.622Z] (Reading database ... 13012 files and directories currently installed.) [2021-02-18T22:33:12.622Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-02-18T22:33:12.622Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-02-18T22:33:12.622Z] Selecting previously unselected package mime-support. [2021-02-18T22:33:12.622Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-02-18T22:33:12.622Z] Unpacking mime-support (3.60ubuntu1) ... [2021-02-18T22:33:12.881Z] Selecting previously unselected package libmpdec2:amd64. [2021-02-18T22:33:12.881Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-02-18T22:33:12.881Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-02-18T22:33:12.881Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-02-18T22:33:12.881Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-02-18T22:33:12.881Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-18T22:33:13.142Z] Selecting previously unselected package python3.6. [2021-02-18T22:33:13.142Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-02-18T22:33:13.142Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-18T22:33:13.142Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-02-18T22:33:13.142Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-02-18T22:33:13.142Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-02-18T22:33:13.401Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-02-18T22:33:13.401Z] Selecting previously unselected package python3. [2021-02-18T22:33:13.401Z] (Reading database ... 13442 files and directories currently installed.) [2021-02-18T22:33:13.401Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-02-18T22:33:13.662Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-02-18T22:33:13.662Z] Selecting previously unselected package multiarch-support. [2021-02-18T22:33:13.662Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-02-18T22:33:13.662Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-02-18T22:33:13.662Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-02-18T22:33:13.662Z] Selecting previously unselected package liblzo2-2:amd64. [2021-02-18T22:33:13.662Z] (Reading database ... 13479 files and directories currently installed.) [2021-02-18T22:33:13.662Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-02-18T22:33:13.662Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-02-18T22:33:13.662Z] Selecting previously unselected package libbsd0:amd64. [2021-02-18T22:33:13.662Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-02-18T22:33:13.923Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-02-18T22:33:13.923Z] Selecting previously unselected package sudo. [2021-02-18T22:33:13.923Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... [2021-02-18T22:33:13.923Z] Unpacking sudo (1.8.21p2-3ubuntu1.4) ... [2021-02-18T22:33:13.923Z] Selecting previously unselected package apparmor. [2021-02-18T22:33:13.923Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-02-18T22:33:13.923Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-02-18T22:33:14.183Z] Selecting previously unselected package libedit2:amd64. [2021-02-18T22:33:14.183Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-02-18T22:33:14.183Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-02-18T22:33:14.183Z] Selecting previously unselected package libkrb5support0:amd64. [2021-02-18T22:33:14.183Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-02-18T22:33:14.183Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-02-18T22:33:14.183Z] Selecting previously unselected package libk5crypto3:amd64. [2021-02-18T22:33:14.183Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-02-18T22:33:14.183Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-02-18T22:33:14.444Z] Selecting previously unselected package libkeyutils1:amd64. [2021-02-18T22:33:14.444Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-02-18T22:33:14.444Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-02-18T22:33:14.444Z] Selecting previously unselected package libkrb5-3:amd64. [2021-02-18T22:33:14.444Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-02-18T22:33:14.444Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-02-18T22:33:14.444Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-02-18T22:33:14.444Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-02-18T22:33:14.444Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-02-18T22:33:14.705Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-02-18T22:33:14.705Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... [2021-02-18T22:33:14.705Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-02-18T22:33:14.965Z] Selecting previously unselected package openssh-client. [2021-02-18T22:33:14.965Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-02-18T22:33:14.965Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-02-18T22:33:14.965Z] Selecting previously unselected package squashfs-tools. [2021-02-18T22:33:14.965Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-02-18T22:33:14.965Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-02-18T22:33:14.965Z] Selecting previously unselected package snapd. [2021-02-18T22:33:14.965Z] Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... [2021-02-18T22:33:15.225Z] Unpacking snapd (2.48.3+18.04) ... [Pipeline] } [2021-02-18T22:33:16.901Z] $ docker stop --time=1 8f1dcd28a2defc2dedae8389d5f1b08bd66f61993afd826018b6a22361c90aa1 [2021-02-18T22:33:17.135Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-02-18T22:33:17.135Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-02-18T22:33:17.395Z] Setting up mime-support (3.60ubuntu1) ... [2021-02-18T22:33:17.395Z] Setting up sudo (1.8.21p2-3ubuntu1.4) ... [2021-02-18T22:33:17.395Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-02-18T22:33:17.655Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-02-18T22:33:17.655Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-02-18T22:33:17.655Z] Setting up systemd (237-3ubuntu10.44) ... [2021-02-18T22:33:17.655Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-02-18T22:33:18.595Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-02-18T22:33:18.595Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-02-18T22:33:18.595Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-02-18T22:33:18.595Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-18T22:33:18.595Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-02-18T22:33:18.595Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-18T22:33:19.192Z] $ docker rm -f 8f1dcd28a2defc2dedae8389d5f1b08bd66f61993afd826018b6a22361c90aa1 [2021-02-18T22:33:19.544Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-02-18T22:33:19.544Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-02-18T22:33:19.544Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-02-18T22:33:19.544Z] Setting up python3 (3.6.7-1~18.04) ... [2021-02-18T22:33:19.544Z] running python rtupdate hooks for python3.6... [2021-02-18T22:33:19.544Z] running python post-rtupdate hooks for python3.6... [2021-02-18T22:33:19.544Z] Setting up apparmor (2.12-4ubuntu5.1) ... [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-18T22:33:21.278Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-18T22:33:21.278Z] [2021-02-18T22:33:21.278Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-18T22:33:21.655Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-18T22:33:21.655Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-02-18T22:33:21.655Z] 29e5d40040c1: Pulling fs layer [2021-02-18T22:33:21.655Z] 1ce36da41761: Pulling fs layer [2021-02-18T22:33:21.655Z] 25b303627fd3: Pulling fs layer [2021-02-18T22:33:21.928Z] 29e5d40040c1: Verifying Checksum [2021-02-18T22:33:21.928Z] 29e5d40040c1: Download complete [2021-02-18T22:33:22.083Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-02-18T22:33:22.083Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-02-18T22:33:22.083Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-02-18T22:33:22.083Z] Setting up snapd (2.48.3+18.04) ... [2021-02-18T22:33:22.521Z] 29e5d40040c1: Pull complete [2021-02-18T22:33:22.521Z] 1ce36da41761: Verifying Checksum [2021-02-18T22:33:22.521Z] 1ce36da41761: Download complete [2021-02-18T22:33:22.653Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-02-18T22:33:22.653Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-02-18T22:33:22.913Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-02-18T22:33:23.174Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-02-18T22:33:23.435Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-02-18T22:33:23.435Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-02-18T22:33:23.435Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-02-18T22:33:23.695Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-02-18T22:33:23.943Z] 1ce36da41761: Pull complete [2021-02-18T22:33:23.955Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-02-18T22:33:24.213Z] 25b303627fd3: Verifying Checksum [2021-02-18T22:33:24.213Z] 25b303627fd3: Download complete [2021-02-18T22:33:24.214Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-02-18T22:33:24.214Z] /usr/sbin/policy-rc.d returned 101, not running 'start snapd.apparmor.service snapd.autoimport.service snapd.core-fixup.service snapd.failure.service snapd.recovery-chooser-trigger.service snapd.seeded.service snapd.service snapd.snap-repair.service snapd.snap-repair.timer snapd.socket snapd.system-shutdown.service' [2021-02-18T22:33:24.214Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-02-18T22:33:24.214Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-02-18T22:33:25.154Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-02-18T22:33:25.154Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-02-18T22:33:25.414Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-02-18T22:33:26.393Z] Reading package lists... [2021-02-18T22:33:26.655Z] Reading package lists... [2021-02-18T22:33:26.914Z] Building dependency tree... [2021-02-18T22:33:26.914Z] Reading state information... [2021-02-18T22:33:26.914Z] Calculating upgrade... [2021-02-18T22:33:27.174Z] The following packages will be upgraded: [2021-02-18T22:33:27.174Z] advancecomp base-files bash binutils binutils-common [2021-02-18T22:33:27.174Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-02-18T22:33:27.174Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-02-18T22:33:27.174Z] grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils [2021-02-18T22:33:27.174Z] libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 [2021-02-18T22:33:27.174Z] libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 [2021-02-18T22:33:27.174Z] libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 [2021-02-18T22:33:27.174Z] libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 [2021-02-18T22:33:27.174Z] libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules [2021-02-18T22:33:27.174Z] libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 [2021-02-18T22:33:27.174Z] libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 [2021-02-18T22:33:27.174Z] libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 [2021-02-18T22:33:27.174Z] libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin [2021-02-18T22:33:27.174Z] openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler [2021-02-18T22:33:27.174Z] procps systemd-sysv tar tzdata ubuntu-keyring util-linux [2021-02-18T22:33:27.433Z] 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-02-18T22:33:27.433Z] Need to get 63.8 MB of archives. [2021-02-18T22:33:27.433Z] After this operation, 5189 kB of additional disk space will be used. [2021-02-18T22:33:27.433Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-135.139 [990 kB] [2021-02-18T22:33:27.433Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-02-18T22:33:28.002Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-02-18T22:33:28.002Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-02-18T22:33:28.002Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-02-18T22:33:28.002Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-02-18T22:33:28.002Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-02-18T22:33:28.002Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-02-18T22:33:28.002Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] [2021-02-18T22:33:28.002Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] [2021-02-18T22:33:28.002Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] [2021-02-18T22:33:28.002Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-02-18T22:33:28.262Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-02-18T22:33:28.262Z] Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-02-18T22:33:28.262Z] Get:15 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-02-18T22:33:28.262Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2021-02-18T22:33:28.262Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-02-18T22:33:28.262Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-02-18T22:33:28.262Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-02-18T22:33:28.262Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-02-18T22:33:28.262Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-02-18T22:33:28.262Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-02-18T22:33:28.262Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-02-18T22:33:28.262Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-02-18T22:33:28.521Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-02-18T22:33:28.521Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-02-18T22:33:28.521Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-02-18T22:33:28.521Z] Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-02-18T22:33:28.521Z] Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-02-18T22:33:28.521Z] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-02-18T22:33:28.521Z] Get:31 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-02-18T22:33:28.521Z] Get:32 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-02-18T22:33:28.521Z] Get:33 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-02-18T22:33:28.521Z] Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-02-18T22:33:28.521Z] Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-02-18T22:33:28.521Z] Get:36 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] [2021-02-18T22:33:28.521Z] Get:37 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] [2021-02-18T22:33:28.521Z] Get:38 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] [2021-02-18T22:33:28.521Z] Get:39 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] [2021-02-18T22:33:28.521Z] Get:40 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] [2021-02-18T22:33:28.521Z] Get:41 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.44 [16.1 kB] [2021-02-18T22:33:28.521Z] Get:42 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] [2021-02-18T22:33:28.521Z] Get:43 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-02-18T22:33:28.521Z] Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-02-18T22:33:28.521Z] Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2021-02-18T22:33:28.521Z] Get:46 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-02-18T22:33:28.521Z] Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-02-18T22:33:28.521Z] Get:48 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-02-18T22:33:28.521Z] Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-02-18T22:33:28.521Z] Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-02-18T22:33:28.521Z] Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-02-18T22:33:28.781Z] Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-02-18T22:33:28.781Z] Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-02-18T22:33:28.781Z] Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-02-18T22:33:28.781Z] Get:55 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] [2021-02-18T22:33:28.781Z] Get:56 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-02-18T22:33:28.781Z] Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-02-18T22:33:28.781Z] Get:58 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-02-18T22:33:28.781Z] Get:59 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] [2021-02-18T22:33:28.781Z] Get:60 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-02-18T22:33:28.781Z] Get:61 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-02-18T22:33:28.781Z] Get:62 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-02-18T22:33:28.781Z] Get:63 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-02-18T22:33:28.781Z] Get:64 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-02-18T22:33:28.781Z] Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-02-18T22:33:28.781Z] Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-02-18T22:33:28.781Z] Get:67 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-02-18T22:33:28.781Z] Get:68 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-02-18T22:33:28.781Z] Get:69 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-02-18T22:33:28.781Z] Get:70 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] [2021-02-18T22:33:28.781Z] Get:71 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] [2021-02-18T22:33:28.781Z] Get:72 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-02-18T22:33:28.781Z] Get:73 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-02-18T22:33:28.781Z] Get:74 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] [2021-02-18T22:33:29.043Z] Get:75 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.8 [614 kB] [2021-02-18T22:33:29.043Z] Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] [2021-02-18T22:33:29.043Z] Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-02-18T22:33:29.043Z] Get:78 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2021-02-18T22:33:29.043Z] Get:79 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-02-18T22:33:29.043Z] Get:80 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] [2021-02-18T22:33:29.043Z] Get:81 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2021-02-18T22:33:29.043Z] Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-02-18T22:33:29.043Z] Get:83 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.4 [1839 kB] [2021-02-18T22:33:29.043Z] Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] [2021-02-18T22:33:29.043Z] Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] [2021-02-18T22:33:29.043Z] Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] [2021-02-18T22:33:29.043Z] Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-02-18T22:33:29.043Z] Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-02-18T22:33:29.302Z] Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-02-18T22:33:29.302Z] Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-02-18T22:33:29.563Z] Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-02-18T22:33:29.824Z] Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2021-02-18T22:33:29.824Z] Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2021-02-18T22:33:30.084Z] Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-02-18T22:33:30.344Z] Get:95 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2021-02-18T22:33:30.344Z] Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-02-18T22:33:30.344Z] Get:97 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-02-18T22:33:30.344Z] Get:98 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-02-18T22:33:30.344Z] Get:99 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-02-18T22:33:30.344Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-18T22:33:30.604Z] Fetched 63.8 MB in 3s (20.5 MB/s) [2021-02-18T22:33:30.604Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-18T22:33:30.604Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-02-18T22:33:30.604Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-02-18T22:33:31.548Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-02-18T22:33:31.808Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-02-18T22:33:31.808Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-135.139_amd64.deb ... [2021-02-18T22:33:31.808Z] Unpacking linux-libc-dev:amd64 (4.15.0-135.139) over (4.15.0-20.21) ... [2021-02-18T22:33:32.749Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-18T22:33:32.749Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-18T22:33:32.749Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-18T22:33:32.749Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-18T22:33:32.749Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-18T22:33:32.749Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-18T22:33:32.749Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-18T22:33:32.749Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-18T22:33:33.009Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-18T22:33:33.009Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-18T22:33:33.009Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-18T22:33:33.269Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-18T22:33:33.269Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-18T22:33:33.269Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-18T22:33:33.269Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-18T22:33:33.530Z] (Reading database ... 13911 files and directories currently installed.) [2021-02-18T22:33:33.530Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-18T22:33:33.530Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-02-18T22:33:33.530Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-02-18T22:33:33.793Z] (Reading database ... 13911 files and directories currently installed.) [2021-02-18T22:33:33.793Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-18T22:33:33.793Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-18T22:33:33.793Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-18T22:33:33.793Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-18T22:33:33.793Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-18T22:33:34.054Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-18T22:33:34.054Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-18T22:33:34.314Z] (Reading database ... 13911 files and directories currently installed.) [2021-02-18T22:33:34.314Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-02-18T22:33:34.314Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-02-18T22:33:34.341Z] 25b303627fd3: Pull complete [2021-02-18T22:33:34.341Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-02-18T22:33:34.341Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-18T22:33:34.341Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-02-18T22:33:34.563Z] prd-ubuntu18.04-docker-arm64-4c-16g-26852 does not seem to be running inside a container [2021-02-18T22:33:34.647Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-02-18T22:33:34.884Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-02-18T22:33:35.152Z] (Reading database ... 13911 files and directories currently installed.) [2021-02-18T22:33:35.152Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-02-18T22:33:35.152Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-02-18T22:33:35.152Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-02-18T22:33:35.152Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-02-18T22:33:35.412Z] Setting up base-files (10.1ubuntu2.10) ... [2021-02-18T22:33:35.412Z] Installing new version of config file /etc/issue ... [2021-02-18T22:33:35.412Z] Installing new version of config file /etc/issue.net ... [2021-02-18T22:33:35.412Z] Installing new version of config file /etc/lsb-release ... [2021-02-18T22:33:35.412Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-02-18T22:33:35.672Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-02-18T22:33:35.672Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-02-18T22:33:35.672Z] Removing obsolete conffile /etc/default/motd-news ... [2021-02-18T22:33:35.931Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-18T22:33:35.931Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-02-18T22:33:35.931Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-02-18T22:33:35.931Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-02-18T22:33:35.931Z] update-alternatives: using /usr/share/man/man7/bash-builtins.7.gz to provide /usr/share/man/man7/builtins.7.gz (builtins.7.gz) in auto mode [2021-02-18T22:33:36.190Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-18T22:33:36.190Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-18T22:33:36.190Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-02-18T22:33:36.190Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-02-18T22:33:36.190Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-18T22:33:36.190Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-02-18T22:33:36.190Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-02-18T22:33:36.452Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-02-18T22:33:36.452Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-18T22:33:36.452Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-02-18T22:33:36.452Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-02-18T22:33:37.020Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-02-18T22:33:37.020Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-18T22:33:37.020Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-02-18T22:33:37.020Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-02-18T22:33:37.282Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-02-18T22:33:37.282Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-18T22:33:37.282Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-02-18T22:33:37.282Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-02-18T22:33:37.542Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-02-18T22:33:37.542Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-18T22:33:37.542Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-02-18T22:33:37.542Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-02-18T22:33:37.802Z] Setting up grep (3.1-2build1) ... [2021-02-18T22:33:37.802Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-18T22:33:37.802Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-02-18T22:33:37.802Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-02-18T22:33:37.802Z] Setting up login (1:4.5-1ubuntu2) ... [2021-02-18T22:33:37.818Z] $ docker top 9bc44d8dcdb90a4f24a94c8a491a8861057193ee14b2a851885a10cf107b2248 -eo pid,comm [2021-02-18T22:33:38.062Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-18T22:33:38.062Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-02-18T22:33:38.062Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-18T22:33:38.062Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [Pipeline] { [Pipeline] sh [2021-02-18T22:33:38.322Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-18T22:33:38.322Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-02-18T22:33:38.322Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-02-18T22:33:38.855Z] + docker-compose build --help [2021-02-18T22:33:38.855Z] + grep parallel [2021-02-18T22:33:38.892Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-02-18T22:33:38.892Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-02-18T22:33:38.892Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-02-18T22:33:38.892Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-02-18T22:33:39.461Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-02-18T22:33:39.461Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-18T22:33:39.461Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-02-18T22:33:39.461Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-02-18T22:33:40.841Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-02-18T22:33:40.841Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-02-18T22:33:40.841Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-02-18T22:33:40.841Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-02-18T22:33:40.841Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-02-18T22:33:40.841Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-18T22:33:40.841Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-02-18T22:33:40.841Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-02-18T22:33:41.100Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-02-18T22:33:41.100Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-18T22:33:41.100Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-18T22:33:41.100Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-18T22:33:41.100Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-18T22:33:41.374Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-18T22:33:41.374Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-18T22:33:41.374Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-18T22:33:41.374Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-18T22:33:41.635Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-18T22:33:41.635Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-18T22:33:41.635Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-18T22:33:41.635Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-18T22:33:41.635Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-18T22:33:41.635Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-18T22:33:41.911Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-18T22:33:41.911Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-18T22:33:41.911Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-18T22:33:41.911Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-02-18T22:33:41.911Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-18T22:33:42.173Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-02-18T22:33:42.173Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-18T22:33:42.173Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-02-18T22:33:42.231Z] --parallel Build images in parallel. [2021-02-18T22:33:42.439Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-18T22:33:42.439Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-02-18T22:33:42.439Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-18T22:33:42.439Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [Pipeline] } [2021-02-18T22:33:42.516Z] $ docker stop --time=1 9bc44d8dcdb90a4f24a94c8a491a8861057193ee14b2a851885a10cf107b2248 [2021-02-18T22:33:42.698Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-18T22:33:42.699Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-18T22:33:42.699Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-18T22:33:42.699Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-18T22:33:42.958Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-18T22:33:42.958Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-18T22:33:42.958Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-18T22:33:42.958Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-02-18T22:33:42.958Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-18T22:33:42.958Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-18T22:33:43.218Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-18T22:33:43.477Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-02-18T22:33:43.737Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-02-18T22:33:43.998Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-02-18T22:33:44.258Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-18T22:33:44.258Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-02-18T22:33:44.258Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-02-18T22:33:44.362Z] $ docker rm -f 9bc44d8dcdb90a4f24a94c8a491a8861057193ee14b2a851885a10cf107b2248 [2021-02-18T22:33:44.524Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-02-18T22:33:44.524Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-18T22:33:44.524Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-02-18T22:33:44.524Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [Pipeline] // withDockerContainer [Pipeline] writeFile [2021-02-18T22:33:44.784Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-02-18T22:33:44.784Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-18T22:33:44.784Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-18T22:33:45.044Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-02-18T22:33:45.044Z] Setting up debconf (1.5.66ubuntu1) ... [2021-02-18T22:33:45.205Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-18T22:33:45.205Z] . [Pipeline] withDockerContainer [2021-02-18T22:33:45.304Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-18T22:33:45.304Z] Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... [2021-02-18T22:33:45.304Z] Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-02-18T22:33:45.304Z] Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... [2021-02-18T22:33:45.435Z] prd-ubuntu18.04-docker-arm64-4c-16g-26852 does not seem to be running inside a container [2021-02-18T22:33:45.516Z] $ 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/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-02-18T22:33:45.563Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-18T22:33:45.563Z] Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... [2021-02-18T22:33:45.563Z] Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-02-18T22:33:45.563Z] Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... [2021-02-18T22:33:45.563Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-18T22:33:45.563Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-02-18T22:33:45.563Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-02-18T22:33:45.823Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-02-18T22:33:45.823Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-18T22:33:45.823Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-02-18T22:33:46.081Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-02-18T22:33:46.081Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-02-18T22:33:46.081Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-18T22:33:46.081Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-02-18T22:33:46.341Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-02-18T22:33:46.341Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-02-18T22:33:46.602Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-18T22:33:46.602Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-18T22:33:46.602Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-18T22:33:46.602Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.44_amd64.deb ... [2021-02-18T22:33:46.835Z] $ docker top ee768ca0b9ea21e96b68da888f6da7b9e8b53c03c585f168e42d68223f7d7c12 -eo pid,comm [2021-02-18T22:33:46.866Z] Unpacking systemd-sysv (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-02-18T22:33:46.866Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-02-18T22:33:46.866Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-02-18T22:33:46.866Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-02-18T22:33:47.127Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-18T22:33:47.127Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-02-18T22:33:47.127Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-02-18T22:33:47.127Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [Pipeline] { [Pipeline] sh [2021-02-18T22:33:47.395Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-18T22:33:47.395Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-02-18T22:33:47.395Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-02-18T22:33:47.395Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-02-18T22:33:47.655Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-18T22:33:47.655Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-02-18T22:33:47.655Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-02-18T22:33:47.848Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-02-18T22:33:47.914Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-02-18T22:33:47.914Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-18T22:33:47.914Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... [2021-02-18T22:33:47.914Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... [2021-02-18T22:33:48.174Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... [2021-02-18T22:33:48.174Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-18T22:33:48.174Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-02-18T22:33:48.174Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-02-18T22:33:48.434Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-02-18T22:33:48.695Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-18T22:33:48.695Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... [2021-02-18T22:33:48.695Z] Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-02-18T22:33:48.961Z] Setting up gpgv (2.2.4-1ubuntu1.3) ... [2021-02-18T22:33:48.961Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-18T22:33:48.961Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-02-18T22:33:48.961Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-02-18T22:33:49.222Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-02-18T22:33:49.222Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-18T22:33:49.222Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-02-18T22:33:49.222Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-02-18T22:33:49.222Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-02-18T22:33:49.483Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-18T22:33:49.483Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-02-18T22:33:49.483Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-02-18T22:33:49.483Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-02-18T22:33:49.744Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-18T22:33:49.744Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-02-18T22:33:49.744Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-02-18T22:33:49.744Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-02-18T22:33:50.006Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-18T22:33:50.006Z] Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... [2021-02-18T22:33:50.006Z] Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... [2021-02-18T22:33:50.006Z] Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... [2021-02-18T22:33:50.006Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-18T22:33:50.006Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... [2021-02-18T22:33:50.266Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... [2021-02-18T22:33:50.266Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... [2021-02-18T22:33:50.266Z] (Reading database ... 13915 files and directories currently installed.) [2021-02-18T22:33:50.266Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-02-18T22:33:50.266Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-02-18T22:33:50.526Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-02-18T22:33:50.526Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-02-18T22:33:50.526Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.8_amd64.deb ... [2021-02-18T22:33:50.526Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.8) over (1.1.0g-2ubuntu4) ... [2021-02-18T22:33:50.787Z] Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... [2021-02-18T22:33:50.787Z] Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... [2021-02-18T22:33:51.056Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-02-18T22:33:51.056Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-02-18T22:33:51.056Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-02-18T22:33:51.056Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-02-18T22:33:51.056Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-02-18T22:33:51.213Z] Building docker-core-command-go ... [2021-02-18T22:33:51.213Z] Building docker-core-data-go ... [2021-02-18T22:33:51.213Z] Building docker-core-metadata-go ... [2021-02-18T22:33:51.213Z] Building docker-security-bootstrapper-go ... [2021-02-18T22:33:51.213Z] Building docker-security-proxy-setup-go ... [2021-02-18T22:33:51.213Z] Building docker-security-secretstore-setup-go ... [2021-02-18T22:33:51.213Z] Building docker-support-notifications-go ... [2021-02-18T22:33:51.213Z] Building docker-support-scheduler-go ... [2021-02-18T22:33:51.213Z] Building docker-sys-mgmt-agent-go ... [2021-02-18T22:33:51.213Z] Building docker-security-secretstore-setup-go [2021-02-18T22:33:51.213Z] Building docker-core-command-go [2021-02-18T22:33:51.213Z] Building docker-support-notifications-go [2021-02-18T22:33:51.213Z] Building docker-support-scheduler-go [2021-02-18T22:33:51.213Z] Building docker-core-metadata-go [2021-02-18T22:33:51.322Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-02-18T22:33:51.322Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-02-18T22:33:51.322Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-02-18T22:33:51.322Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-02-18T22:33:51.322Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-02-18T22:33:51.587Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-02-18T22:33:51.587Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-02-18T22:33:51.587Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-02-18T22:33:51.587Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-02-18T22:33:51.848Z] Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... [2021-02-18T22:33:51.848Z] Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... [2021-02-18T22:33:53.230Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-02-18T22:33:53.230Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-02-18T22:33:53.493Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-02-18T22:33:53.493Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-02-18T22:33:53.493Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-02-18T22:33:53.793Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-02-18T22:33:54.053Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-02-18T22:33:54.053Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-02-18T22:33:54.312Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-02-18T22:33:54.312Z] Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-02-18T22:33:54.312Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-02-18T22:33:54.312Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-02-18T22:33:54.571Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-18T22:33:54.571Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-18T22:33:54.571Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-18T22:33:54.571Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-18T22:33:54.835Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-18T22:33:54.835Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-18T22:33:54.835Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-18T22:33:54.835Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-18T22:33:56.216Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-18T22:33:56.216Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-18T22:33:56.786Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-18T22:33:56.786Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-18T22:33:57.726Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-18T22:33:57.726Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-18T22:33:57.986Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-18T22:33:57.986Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-18T22:33:58.924Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-18T22:33:58.924Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-18T22:33:58.924Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-02-18T22:33:58.924Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-02-18T22:33:59.184Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-02-18T22:33:59.184Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-02-18T22:33:59.450Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-02-18T22:33:59.451Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-02-18T22:33:59.451Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-02-18T22:33:59.451Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-02-18T22:33:59.709Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-02-18T22:33:59.709Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-02-18T22:33:59.709Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-02-18T22:33:59.709Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-02-18T22:33:59.973Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-02-18T22:33:59.973Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-02-18T22:33:59.973Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-18T22:33:59.973Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-02-18T22:34:00.233Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-18T22:34:00.233Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-18T22:34:00.233Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-18T22:34:00.233Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-02-18T22:34:00.233Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-02-18T22:34:00.233Z] Setting up tzdata (2021a-0ubuntu0.18.04) ... [2021-02-18T22:34:00.496Z] [2021-02-18T22:34:00.496Z] Current default time zone: 'Etc/UTC' [2021-02-18T22:34:00.496Z] Local time is now: Thu Feb 18 22:34:00 UTC 2021. [2021-02-18T22:34:00.496Z] Universal Time is now: Thu Feb 18 22:34:00 UTC 2021. [2021-02-18T22:34:00.496Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-02-18T22:34:00.496Z] [2021-02-18T22:34:00.496Z] Setting up systemd-sysv (237-3ubuntu10.44) ... [2021-02-18T22:34:00.496Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-18T22:34:00.496Z] Setting up linux-libc-dev:amd64 (4.15.0-135.139) ... [2021-02-18T22:34:00.496Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-02-18T22:34:00.496Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-02-18T22:34:00.496Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-02-18T22:34:00.496Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-02-18T22:34:00.757Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-02-18T22:34:00.757Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-02-18T22:34:00.757Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-02-18T22:34:00.757Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-18T22:34:00.757Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-02-18T22:34:01.017Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-18T22:34:01.017Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-02-18T22:34:01.017Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-18T22:34:01.017Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-02-18T22:34:01.017Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-02-18T22:34:01.017Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-02-18T22:34:01.017Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.8) ... [2021-02-18T22:34:01.017Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-02-18T22:34:01.017Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-02-18T22:34:01.017Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-02-18T22:34:01.017Z] Setting up ca-certificates (20210119~18.04.1) ... [2021-02-18T22:34:02.403Z] Updating certificates in /etc/ssl/certs... [2021-02-18T22:34:03.342Z] 23 added, 27 removed; done. [2021-02-18T22:34:03.342Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-02-18T22:34:03.342Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-18T22:34:03.342Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-02-18T22:34:03.342Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-02-18T22:34:03.342Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-02-18T22:34:03.342Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-18T22:34:03.342Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-02-18T22:34:03.603Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-18T22:34:03.603Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-18T22:34:03.603Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-18T22:34:03.603Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-02-18T22:34:03.603Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-18T22:34:03.603Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-02-18T22:34:03.603Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... [2021-02-18T22:34:03.603Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-02-18T22:34:03.862Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-02-18T22:34:03.862Z] Setting up binutils (2.30-21ubuntu1~18.04.4) ... [2021-02-18T22:34:03.862Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-02-18T22:34:03.862Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-02-18T22:34:03.862Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-02-18T22:34:03.862Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-02-18T22:34:03.862Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-02-18T22:34:03.862Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-02-18T22:34:04.123Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-02-18T22:34:04.123Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-02-18T22:34:04.123Z] Processing triggers for ca-certificates (20210119~18.04.1) ... [2021-02-18T22:34:04.123Z] Updating certificates in /etc/ssl/certs... [2021-02-18T22:34:04.692Z] 0 added, 0 removed; done. [2021-02-18T22:34:04.692Z] Running hooks in /etc/ca-certificates/update.d... [2021-02-18T22:34:04.692Z] done. [2021-02-18T22:34:04.951Z] Reading package lists... [2021-02-18T22:34:05.210Z] Building dependency tree... [2021-02-18T22:34:05.210Z] Reading state information... [2021-02-18T22:34:05.210Z] The following NEW packages will be installed: [2021-02-18T22:34:05.210Z] apt-transport-https [2021-02-18T22:34:05.476Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-02-18T22:34:05.476Z] Need to get 1696 B of archives. [2021-02-18T22:34:05.476Z] After this operation, 153 kB of additional disk space will be used. [2021-02-18T22:34:05.476Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] [2021-02-18T22:34:05.476Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-18T22:34:05.476Z] Fetched 1696 B in 0s (8507 B/s) [2021-02-18T22:34:05.736Z] Selecting previously unselected package apt-transport-https. [2021-02-18T22:34:05.736Z] (Reading database ... 13920 files and directories currently installed.) [2021-02-18T22:34:05.736Z] Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... [2021-02-18T22:34:05.736Z] Unpacking apt-transport-https (1.6.12ubuntu0.2) ... [2021-02-18T22:34:05.736Z] Setting up apt-transport-https (1.6.12ubuntu0.2) ... [2021-02-18T22:34:05.996Z] Waiting for network to be ready... [2021-02-18T22:34:11.285Z] 2021-02-18T22:34:09Z INFO Waiting for automatic snapd restart... [2021-02-18T22:34:11.285Z] snapd 2.48.2.1 from Canonical* installed [2021-02-18T22:34:11.285Z] "snapd" switched to the "latest/stable" channel [2021-02-18T22:34:11.285Z] [2021-02-18T22:34:14.580Z] core18 20210128 from Canonical* installed [2021-02-18T22:34:14.580Z] "core18" switched to the "latest/stable" channel [2021-02-18T22:34:14.580Z] [2021-02-18T22:34:18.777Z] snapcraft 4.5.1 from Canonical* installed [2021-02-18T22:34:19.037Z] "snapcraft" switched to the "latest/stable" channel [2021-02-18T22:34:19.037Z] [2021-02-18T22:34:22.352Z] The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: [2021-02-18T22:34:22.352Z] - README.md [2021-02-18T22:34:22.352Z] - snapcraft.yaml.orig [2021-02-18T22:34:22.352Z] [2021-02-18T22:34:22.352Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-02-18T22:34:28.975Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-02-18T22:34:28.975Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-02-18T22:34:28.975Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-02-18T22:34:28.975Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-02-18T22:34:29.919Z] Reading package lists... [2021-02-18T22:34:30.178Z] Installing build dependencies: git=1:2.17.1-1ubuntu0.7 git-man=1:2.17.1-1ubuntu0.7 libcurl3-gnutls=7.58.0-2ubuntu3.12 liberror-perl=0.17025-1 libglib2.0-0=2.56.4-0ubuntu0.18.04.6 libnghttp2-14=1.30.0-1ubuntu1 libnorm1=1.5r6+dfsg1-6 libpgm-5.2-0=5.2.122~dfsg-2 libpsl5=0.19.1-5build1 librtmp1=2.4+20151223.gitfa8646d.1-1 libsodium23=1.0.16-2 libzmq3-dev=4.2.5-1ubuntu0.2 libzmq5=4.2.5-1ubuntu0.2 pkg-config=0.29.1-0ubuntu2 zip=3.0-11build1 [2021-02-18T22:34:36.773Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-02-18T22:34:36.773Z] Reading package lists... [2021-02-18T22:34:36.773Z] Building dependency tree... [2021-02-18T22:34:36.773Z] Reading state information... [2021-02-18T22:34:36.773Z] Suggested packages: [2021-02-18T22:34:36.773Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-02-18T22:34:36.773Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-02-18T22:34:36.773Z] Recommended packages: [2021-02-18T22:34:36.773Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-02-18T22:34:36.773Z] The following NEW packages will be installed: [2021-02-18T22:34:36.773Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-02-18T22:34:36.773Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-02-18T22:34:36.773Z] pkg-config zip [2021-02-18T22:34:37.032Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-02-18T22:34:37.032Z] Need to get 7655 kB of archives. [2021-02-18T22:34:37.032Z] After this operation, 43.7 MB of additional disk space will be used. [2021-02-18T22:34:37.032Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.6 [1171 kB] [2021-02-18T22:34:37.032Z] Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-02-18T22:34:37.032Z] Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-02-18T22:34:37.292Z] Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-02-18T22:34:37.292Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-02-18T22:34:37.292Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-02-18T22:34:37.553Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-02-18T22:34:37.553Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-02-18T22:34:37.553Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-02-18T22:34:37.553Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-02-18T22:34:37.553Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] [2021-02-18T22:34:37.553Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] [2021-02-18T22:34:37.553Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] [2021-02-18T22:34:37.813Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-02-18T22:34:37.813Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-02-18T22:34:38.072Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-18T22:34:38.072Z] Fetched 7655 kB in 1s (7060 kB/s) [2021-02-18T22:34:38.072Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-02-18T22:34:38.072Z] (Reading database ... 13924 files and directories currently installed.) [2021-02-18T22:34:38.072Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... [2021-02-18T22:34:38.072Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-02-18T22:34:38.331Z] Selecting previously unselected package libpsl5:amd64. [2021-02-18T22:34:38.331Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-02-18T22:34:38.331Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-02-18T22:34:38.331Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-02-18T22:34:38.331Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-02-18T22:34:38.331Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-02-18T22:34:38.591Z] Selecting previously unselected package librtmp1:amd64. [2021-02-18T22:34:38.591Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-02-18T22:34:38.591Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-02-18T22:34:38.591Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-02-18T22:34:38.591Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... [2021-02-18T22:34:38.591Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-02-18T22:34:38.591Z] Selecting previously unselected package liberror-perl. [2021-02-18T22:34:38.591Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-02-18T22:34:38.591Z] Unpacking liberror-perl (0.17025-1) ... [2021-02-18T22:34:38.591Z] Selecting previously unselected package git-man. [2021-02-18T22:34:38.591Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2021-02-18T22:34:38.591Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2021-02-18T22:34:38.851Z] Selecting previously unselected package git. [2021-02-18T22:34:38.851Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... [2021-02-18T22:34:38.851Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2021-02-18T22:34:39.790Z] Selecting previously unselected package libnorm1:amd64. [2021-02-18T22:34:39.790Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-02-18T22:34:39.790Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-02-18T22:34:39.790Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-02-18T22:34:39.790Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-02-18T22:34:39.790Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-02-18T22:34:40.058Z] Selecting previously unselected package libsodium23:amd64. [2021-02-18T22:34:40.058Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-02-18T22:34:40.058Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-02-18T22:34:40.058Z] Selecting previously unselected package libzmq5:amd64. [2021-02-18T22:34:40.058Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-02-18T22:34:40.058Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-02-18T22:34:40.058Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-02-18T22:34:40.058Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-02-18T22:34:40.058Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-02-18T22:34:40.318Z] Selecting previously unselected package pkg-config. [2021-02-18T22:34:40.318Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-02-18T22:34:40.318Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-02-18T22:34:40.318Z] Selecting previously unselected package zip. [2021-02-18T22:34:40.318Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-02-18T22:34:40.318Z] Unpacking zip (3.0-11build1) ... [2021-02-18T22:34:40.592Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-02-18T22:34:40.592Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2021-02-18T22:34:40.592Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-02-18T22:34:40.592Z] Setting up liberror-perl (0.17025-1) ... [2021-02-18T22:34:40.592Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-02-18T22:34:40.592Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-02-18T22:34:40.592Z] No schema files found: doing nothing. [2021-02-18T22:34:40.592Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-02-18T22:34:40.592Z] Setting up zip (3.0-11build1) ... [2021-02-18T22:34:40.592Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-02-18T22:34:40.592Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-02-18T22:34:40.592Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-02-18T22:34:40.852Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-02-18T22:34:40.852Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-02-18T22:34:40.852Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-02-18T22:34:40.852Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2021-02-18T22:34:40.852Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-02-18T22:34:47.425Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-02-18T22:34:47.425Z] git set to automatically installed. [2021-02-18T22:34:47.425Z] git-man set to automatically installed. [2021-02-18T22:34:47.425Z] libcurl3-gnutls set to automatically installed. [2021-02-18T22:34:47.425Z] liberror-perl set to automatically installed. [2021-02-18T22:34:47.425Z] libglib2.0-0 set to automatically installed. [2021-02-18T22:34:47.425Z] libnghttp2-14 set to automatically installed. [2021-02-18T22:34:47.425Z] libnorm1 set to automatically installed. [2021-02-18T22:34:47.425Z] libpgm-5.2-0 set to automatically installed. [2021-02-18T22:34:47.425Z] libpsl5 set to automatically installed. [2021-02-18T22:34:47.425Z] librtmp1 set to automatically installed. [2021-02-18T22:34:47.425Z] libsodium23 set to automatically installed. [2021-02-18T22:34:47.425Z] libzmq3-dev set to automatically installed. [2021-02-18T22:34:47.425Z] libzmq5 set to automatically installed. [2021-02-18T22:34:47.425Z] pkg-config set to automatically installed. [2021-02-18T22:34:47.425Z] zip set to automatically installed. [2021-02-18T22:34:49.967Z] snapd is not logged in, snap install commands will use sudo [2021-02-18T22:34:56.546Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-02-18T22:34:56.546Z] snap "core18" has no updates available [2021-02-18T22:34:57.115Z] Pulling config-common [2021-02-18T22:34:57.115Z] + snapcraftctl pull [2021-02-18T22:34:58.059Z] Pulling go-build-helper [2021-02-18T22:34:58.059Z] + snapcraftctl pull [2021-02-18T22:35:12.948Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-18T22:35:12.948Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-18T22:35:12.948Z] ---> 469cd4fe5429 [2021-02-18T22:35:12.948Z] Step 3/22 : WORKDIR /edgex-go [2021-02-18T22:35:12.948Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-18T22:35:12.948Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-02-18T22:35:12.948Z] ---> 469cd4fe5429 [2021-02-18T22:35:12.948Z] Step 3/24 : WORKDIR /edgex-go [2021-02-18T22:35:12.948Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-18T22:35:12.948Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-18T22:35:12.948Z] ---> 469cd4fe5429 [2021-02-18T22:35:12.948Z] Step 3/23 : WORKDIR /edgex-go [2021-02-18T22:35:12.948Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-18T22:35:12.948Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-18T22:35:12.948Z] ---> 469cd4fe5429 [2021-02-18T22:35:12.948Z] Step 3/23 : WORKDIR /edgex-go [2021-02-18T22:35:12.948Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-18T22:35:12.948Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-18T22:35:12.948Z] ---> 469cd4fe5429 [2021-02-18T22:35:12.948Z] Step 3/22 : WORKDIR /edgex-go [2021-02-18T22:35:12.948Z] ---> Running in 8e56e99d98ff [2021-02-18T22:35:12.948Z] ---> Running in a75dbf91475b [2021-02-18T22:35:12.948Z] ---> Running in c3a7680fb05f [2021-02-18T22:35:12.948Z] ---> Running in c173e74d7730 [2021-02-18T22:35:12.948Z] ---> Running in 42ca7412001b [2021-02-18T22:35:12.948Z] Removing intermediate container 42ca7412001b [2021-02-18T22:35:12.948Z] Removing intermediate container c173e74d7730 [2021-02-18T22:35:12.948Z] ---> 30c8ea6ce7f9 [2021-02-18T22:35:12.948Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-18T22:35:12.948Z] ---> b2063629df0f [2021-02-18T22:35:12.948Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-18T22:35:12.948Z] Removing intermediate container a75dbf91475b [2021-02-18T22:35:12.948Z] ---> d8f7f8bcb8ae [2021-02-18T22:35:12.948Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-18T22:35:12.948Z] Removing intermediate container c3a7680fb05f [2021-02-18T22:35:12.948Z] ---> 7f1f8dc39aa9 [2021-02-18T22:35:12.948Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-18T22:35:12.948Z] Removing intermediate container 8e56e99d98ff [2021-02-18T22:35:12.948Z] ---> 3c6f2f9db6e0 [2021-02-18T22:35:12.948Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-18T22:35:12.948Z] ---> Running in 3dfc3af6c977 [2021-02-18T22:35:12.948Z] ---> Running in 0f372ad78a93 [2021-02-18T22:35:12.948Z] ---> Running in 099ff9dc72d0 [2021-02-18T22:35:12.948Z] ---> Running in c57ba53adce8 [2021-02-18T22:35:12.948Z] ---> Running in 5eafaa8dbb7c [2021-02-18T22:35:12.948Z] Removing intermediate container 0f372ad78a93 [2021-02-18T22:35:12.948Z] ---> ce608abdfb03 [2021-02-18T22:35:12.948Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-18T22:35:12.948Z] Removing intermediate container 3dfc3af6c977 [2021-02-18T22:35:12.948Z] ---> 592ec9ddc8d0 [2021-02-18T22:35:12.948Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-02-18T22:35:12.948Z] ---> Running in 9837c4fb0f00 [2021-02-18T22:35:12.948Z] Removing intermediate container 099ff9dc72d0 [2021-02-18T22:35:12.948Z] ---> b24d27ced8c2 [2021-02-18T22:35:12.948Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-02-18T22:35:12.948Z] ---> Running in 7cb17d88b0a9 [2021-02-18T22:35:12.948Z] ---> Running in 51959103c3be [2021-02-18T22:35:12.948Z] Removing intermediate container 5eafaa8dbb7c [2021-02-18T22:35:12.948Z] ---> 8879b042afcb [2021-02-18T22:35:12.948Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-02-18T22:35:12.949Z] Removing intermediate container c57ba53adce8 [2021-02-18T22:35:12.949Z] ---> edaec58567cb [2021-02-18T22:35:12.949Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-18T22:35:12.949Z] ---> Running in a24fa33cd4d8 [2021-02-18T22:35:12.949Z] ---> Running in 52e88d15b77a [2021-02-18T22:35:12.949Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-18T22:35:12.949Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-18T22:35:13.218Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-18T22:35:13.218Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-18T22:35:13.218Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-18T22:35:13.809Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-18T22:35:13.809Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-18T22:35:14.079Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-18T22:35:14.079Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-18T22:35:14.079Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-18T22:35:14.671Z] OK: 217 MiB in 51 packages [2021-02-18T22:35:14.671Z] OK: 217 MiB in 51 packages [2021-02-18T22:35:15.274Z] OK: 217 MiB in 51 packages [2021-02-18T22:35:15.274Z] OK: 217 MiB in 51 packages [2021-02-18T22:35:15.274Z] OK: 217 MiB in 51 packages [2021-02-18T22:35:16.709Z] Removing intermediate container 9837c4fb0f00 [2021-02-18T22:35:16.709Z] ---> 349dd415f86f [2021-02-18T22:35:16.709Z] Step 6/23 : COPY go.mod . [2021-02-18T22:35:16.709Z] Removing intermediate container 7cb17d88b0a9 [2021-02-18T22:35:16.709Z] ---> 6c9ad74a4e6e [2021-02-18T22:35:16.709Z] Step 6/22 : COPY go.mod . [2021-02-18T22:35:16.709Z] Removing intermediate container 51959103c3be [2021-02-18T22:35:16.709Z] ---> 0e860e0a361d [2021-02-18T22:35:16.709Z] Step 6/24 : COPY go.mod . [2021-02-18T22:35:16.983Z] Removing intermediate container a24fa33cd4d8 [2021-02-18T22:35:16.983Z] ---> 2d06ae51bae8 [2021-02-18T22:35:16.983Z] Step 6/22 : COPY go.mod . [2021-02-18T22:35:17.258Z] Removing intermediate container 52e88d15b77a [2021-02-18T22:35:17.258Z] ---> 1eb0abe9eb82 [2021-02-18T22:35:17.258Z] Step 6/23 : COPY go.mod . [2021-02-18T22:35:17.530Z] ---> ee7abe2f8c3d [2021-02-18T22:35:17.530Z] Step 7/23 : RUN go mod download [2021-02-18T22:35:17.530Z] ---> Running in 76582de5486d [2021-02-18T22:35:17.530Z] ---> e63017fa9826 [2021-02-18T22:35:17.530Z] Step 7/22 : RUN go mod download [2021-02-18T22:35:17.805Z] ---> 5c0d6d642415 [2021-02-18T22:35:17.805Z] Step 7/24 : RUN go mod download [2021-02-18T22:35:18.077Z] ---> Running in 7f0668db17e0 [2021-02-18T22:35:18.077Z] ---> Running in 13746b369e49 [2021-02-18T22:35:18.077Z] ---> 2ea5b7fb67f5 [2021-02-18T22:35:18.077Z] Step 7/22 : RUN go mod download [2021-02-18T22:35:18.352Z] ---> 69dc1026189c [2021-02-18T22:35:18.352Z] Step 7/23 : RUN go mod download [2021-02-18T22:35:18.352Z] ---> Running in 8695de3fc791 [2021-02-18T22:35:18.652Z] ---> Running in 81dee5125477 [2021-02-18T22:35:22.066Z] Removing intermediate container 76582de5486d [2021-02-18T22:35:22.066Z] ---> 8b2345992bc1 [2021-02-18T22:35:22.066Z] Step 8/23 : COPY . . [2021-02-18T22:35:22.066Z] Removing intermediate container 13746b369e49 [2021-02-18T22:35:22.066Z] ---> e6973661d957 [2021-02-18T22:35:22.066Z] Step 8/24 : COPY . . [2021-02-18T22:35:23.051Z] Removing intermediate container 7f0668db17e0 [2021-02-18T22:35:23.051Z] ---> 487c9c92813a [2021-02-18T22:35:23.051Z] Step 8/22 : COPY . . [2021-02-18T22:35:23.656Z] Removing intermediate container 8695de3fc791 [2021-02-18T22:35:23.656Z] ---> ad4c9d27ecd5 [2021-02-18T22:35:23.656Z] Step 8/22 : COPY . . [2021-02-18T22:35:24.257Z] Removing intermediate container 81dee5125477 [2021-02-18T22:35:24.257Z] ---> c09782fbeaca [2021-02-18T22:35:24.257Z] Step 8/23 : COPY . . [2021-02-18T22:35:24.703Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-02-18T22:35:24.703Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-02-18T22:35:24.704Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1544 kB] [2021-02-18T22:35:24.704Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [298 kB] [2021-02-18T22:35:24.704Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] [2021-02-18T22:35:24.704Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] [2021-02-18T22:35:24.704Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [226 kB] [2021-02-18T22:35:24.704Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [29.9 kB] [2021-02-18T22:35:24.704Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1109 kB] [2021-02-18T22:35:24.704Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [248 kB] [2021-02-18T22:35:24.704Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-02-18T22:35:24.704Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-02-18T22:35:24.704Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-02-18T22:35:24.704Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-02-18T22:35:24.704Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-02-18T22:35:24.704Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-02-18T22:35:24.704Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-02-18T22:35:24.704Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-02-18T22:35:24.704Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-02-18T22:35:24.704Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1885 kB] [2021-02-18T22:35:24.704Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [390 kB] [2021-02-18T22:35:24.704Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] [2021-02-18T22:35:24.704Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] [2021-02-18T22:35:24.704Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [247 kB] [2021-02-18T22:35:24.704Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [33.4 kB] [2021-02-18T22:35:24.704Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1718 kB] [2021-02-18T22:35:24.704Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [363 kB] [2021-02-18T22:35:24.704Z] Fetched 23.9 MB in 0s (0 B/s) [2021-02-18T22:35:24.704Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-02-18T22:35:24.704Z] Fetched 96.5 kB in 0s (0 B/s) [2021-02-18T22:35:24.704Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-02-18T22:35:24.704Z] Fetched 279 kB in 0s (0 B/s) [2021-02-18T22:35:24.704Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-02-18T22:35:24.704Z] Fetched 122 kB in 0s (0 B/s) [2021-02-18T22:35:24.704Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-02-18T22:35:24.704Z] Fetched 77.8 kB in 0s (0 B/s) [2021-02-18T22:35:24.704Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-02-18T22:35:24.704Z] Fetched 8848 B in 0s (0 B/s) [2021-02-18T22:35:24.704Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-02-18T22:35:24.704Z] Fetched 47.8 kB in 0s (0 B/s) [2021-02-18T22:35:24.704Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-02-18T22:35:24.704Z] Fetched 45.6 kB in 0s (0 B/s) [2021-02-18T22:35:24.704Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-02-18T22:35:24.704Z] Fetched 15.0 kB in 0s (0 B/s) [2021-02-18T22:35:24.704Z] Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] [2021-02-18T22:35:24.704Z] Fetched 214 kB in 0s (0 B/s) [2021-02-18T22:35:24.704Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.9_amd64.deb [155 kB] [2021-02-18T22:35:24.704Z] Fetched 155 kB in 0s (0 B/s) [2021-02-18T22:35:24.704Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-02-18T22:35:24.704Z] Fetched 50.6 kB in 0s (0 B/s) [2021-02-18T22:35:24.704Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-02-18T22:35:24.704Z] Fetched 14.8 kB in 0s (0 B/s) [2021-02-18T22:35:24.704Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-02-18T22:35:24.704Z] Fetched 41.8 kB in 0s (0 B/s) [2021-02-18T22:35:24.704Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-02-18T22:35:24.704Z] Fetched 499 kB in 0s (0 B/s) [2021-02-18T22:35:24.704Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-02-18T22:35:24.704Z] Fetched 111 kB in 0s (0 B/s) [2021-02-18T22:35:24.704Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-02-18T22:35:24.704Z] Fetched 240 kB in 0s (0 B/s) [2021-02-18T22:35:24.704Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-02-18T22:35:24.704Z] Fetched 29.3 kB in 0s (0 B/s) [2021-02-18T22:35:24.704Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-02-18T22:35:24.704Z] Fetched 85.5 kB in 0s (0 B/s) [2021-02-18T22:35:24.704Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-02-18T22:35:24.704Z] Fetched 24.5 kB in 0s (0 B/s) [2021-02-18T22:35:24.704Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-02-18T22:35:24.704Z] Fetched 49.2 kB in 0s (0 B/s) [2021-02-18T22:35:24.704Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-02-18T22:35:24.704Z] Fetched 54.2 kB in 0s (0 B/s) [2021-02-18T22:35:24.704Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-02-18T22:35:24.704Z] Fetched 30.8 kB in 0s (0 B/s) [2021-02-18T22:35:24.704Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.9_all.deb [16.6 kB] [2021-02-18T22:35:24.704Z] Fetched 16.6 kB in 0s (0 B/s) [2021-02-18T22:35:24.704Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-02-18T22:35:24.704Z] Fetched 85.9 kB in 0s (0 B/s) [2021-02-18T22:35:24.704Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-02-18T22:35:24.704Z] Fetched 8720 B in 0s (0 B/s) [2021-02-18T22:35:24.704Z] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] [2021-02-18T22:35:24.704Z] Fetched 137 kB in 0s (0 B/s) [2021-02-18T22:35:24.704Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-02-18T22:35:24.704Z] Fetched 119 kB in 0s (0 B/s) [2021-02-18T22:35:24.704Z] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] [2021-02-18T22:35:24.704Z] Fetched 109 kB in 0s (0 B/s) [2021-02-18T22:35:24.704Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-02-18T22:35:24.704Z] Fetched 11.1 kB in 0s (0 B/s) [2021-02-18T22:35:24.704Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-02-18T22:35:24.704Z] Fetched 645 kB in 0s (0 B/s) [2021-02-18T22:35:24.704Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-02-18T22:35:24.704Z] Fetched 41.3 kB in 0s (0 B/s) [2021-02-18T22:35:24.704Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-02-18T22:35:24.704Z] Fetched 17.9 kB in 0s (0 B/s) [2021-02-18T22:35:24.704Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-02-18T22:35:24.704Z] Fetched 368 kB in 0s (0 B/s) [2021-02-18T22:35:24.704Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-02-18T22:35:24.704Z] Fetched 187 kB in 0s (0 B/s) [2021-02-18T22:35:24.704Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-02-18T22:35:24.704Z] Fetched 175 kB in 0s (0 B/s) [2021-02-18T22:35:24.704Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-02-18T22:35:24.704Z] Fetched 206 kB in 0s (0 B/s) [2021-02-18T22:35:24.704Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.8_amd64.deb [1301 kB] [2021-02-18T22:35:24.704Z] Fetched 1301 kB in 0s (0 B/s) [2021-02-18T22:35:24.704Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-02-18T22:35:24.704Z] Fetched 36.2 kB in 0s (0 B/s) [2021-02-18T22:35:24.704Z] Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] [2021-02-18T22:35:24.704Z] Fetched 159 kB in 0s (0 B/s) [2021-02-18T22:35:24.704Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-02-18T22:35:24.704Z] Fetched 107 kB in 0s (0 B/s) [2021-02-18T22:35:24.704Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-02-18T22:35:24.704Z] Fetched 48.7 kB in 0s (0 B/s) [2021-02-18T22:35:24.704Z] Pulling static-packages [2021-02-18T22:35:24.704Z] + snapcraftctl pull [2021-02-18T22:35:24.704Z] 'go115' has dependencies that need to be staged: go-build-helper static-packages [2021-02-18T22:35:24.704Z] Skipping pull go-build-helper (already ran) [2021-02-18T22:35:24.704Z] Skipping pull static-packages (already ran) [2021-02-18T22:35:24.704Z] Building go-build-helper [2021-02-18T22:35:24.704Z] + snapcraftctl build [2021-02-18T22:35:27.998Z] Building static-packages [2021-02-18T22:35:27.998Z] + snapcraftctl build [2021-02-18T22:35:30.538Z] Staging go-build-helper [2021-02-18T22:35:30.538Z] + snapcraftctl stage [2021-02-18T22:35:31.482Z] Staging static-packages [2021-02-18T22:35:31.482Z] + snapcraftctl stage [2021-02-18T22:35:32.419Z] Pulling go115 [2021-02-18T22:35:32.419Z] + snapcraftctl pull [2021-02-18T22:35:33.809Z] 'edgex-go' has dependencies that need to be staged: go115 [2021-02-18T22:35:33.809Z] Skipping pull go115 (already ran) [2021-02-18T22:35:33.809Z] Building go115 [2021-02-18T22:35:33.809Z] + dpkg --print-architecture [2021-02-18T22:35:33.809Z] + FILE_NAME=go1.15.2.linux-amd64.tar.gz [2021-02-18T22:35:33.809Z] + FILE_HASH=b49fda1ca29a1946d6bb2a5a6982cf07ccd2aba849289508ee0f9918f6bb4552 [2021-02-18T22:35:33.809Z] + curl https://dl.google.com/go/go1.15.2.linux-amd64.tar.gz -O [2021-02-18T22:35:33.809Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-18T22:35:33.809Z] Dload Upload Total Spent Left Speed [2021-02-18T22:35:37.306Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 115M 0 106k 0 0 474k 0 0:04:09 --:--:-- 0:04:09 472k 28 115M 28 33.1M 0 0 27.0M 0 0:00:04 0:00:01 0:00:03 27.0M 58 115M 58 67.1M 0 0 30.0M 0 0:00:03 0:00:02 0:00:01 30.0M 86 115M 86 99.5M 0 0 30.6M 0 0:00:03 0:00:03 --:--:-- 30.6M 100 115M 100 115M 0 0 31.3M 0 0:00:03 0:00:03 --:--:-- 31.3M [2021-02-18T22:35:37.306Z] + echo b49fda1ca29a1946d6bb2a5a6982cf07ccd2aba849289508ee0f9918f6bb4552 go1.15.2.linux-amd64.tar.gz [2021-02-18T22:35:37.306Z] + sha256sum -c sha256 [2021-02-18T22:35:37.306Z] + grep OK [2021-02-18T22:35:38.246Z] go1.15.2.linux-amd64.tar.gz: OK [2021-02-18T22:35:38.246Z] + mkdir -p /root/stage/go1.15 [2021-02-18T22:35:38.246Z] + tar -C /root/stage/go1.15 -xf go1.15.2.linux-amd64.tar.gz --strip-components=1 [2021-02-18T22:35:42.444Z] Staging go115 [2021-02-18T22:35:42.444Z] + snapcraftctl stage [2021-02-18T22:35:49.020Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-02-18T22:35:49.020Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-02-18T22:35:49.020Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-02-18T22:35:49.020Z] Fetched 0 B in 0s (0 B/s) [2021-02-18T22:35:49.020Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-02-18T22:35:49.020Z] Fetched 224 kB in 0s (0 B/s) [2021-02-18T22:35:49.020Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-02-18T22:35:49.020Z] Fetched 157 kB in 0s (0 B/s) [2021-02-18T22:35:49.020Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-02-18T22:35:49.020Z] Fetched 221 kB in 0s (0 B/s) [2021-02-18T22:35:49.020Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-02-18T22:35:49.020Z] Fetched 143 kB in 0s (0 B/s) [2021-02-18T22:35:49.020Z] Pulling edgex-go [2021-02-18T22:35:49.020Z] + snapcraftctl pull [2021-02-18T22:35:49.589Z] Pulling version [2021-02-18T22:35:49.589Z] + cd /root/project [2021-02-18T22:35:49.589Z] + [ -f VERSION ] [2021-02-18T22:35:49.589Z] + PROJECT_VERSION=local-dev [2021-02-18T22:35:49.589Z] + git rev-parse --short HEAD [2021-02-18T22:35:49.589Z] + GIT_REVISION=2b04703d [2021-02-18T22:35:49.589Z] + snapcraftctl set-version local-dev [2021-02-18T22:35:50.529Z] Building config-common [2021-02-18T22:35:50.529Z] + snapcraftctl build [2021-02-18T22:35:51.082Z] ---> 12d488b5b7a5 [2021-02-18T22:35:51.082Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-02-18T22:35:51.082Z] ---> 30f92489aa15 [2021-02-18T22:35:51.082Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-02-18T22:35:51.082Z] ---> 931beb06c18f [2021-02-18T22:35:51.082Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-02-18T22:35:51.082Z] ---> 1f697fcd30a0 [2021-02-18T22:35:51.082Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-02-18T22:35:51.082Z] ---> 27cd23e5aeea [2021-02-18T22:35:51.082Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-02-18T22:35:51.082Z] ---> Running in a1022b3784a8 [2021-02-18T22:35:51.082Z] ---> Running in 7796ff10cea5 [2021-02-18T22:35:51.082Z] ---> Running in 7e8677307359 [2021-02-18T22:35:51.082Z] ---> Running in cb9e0bf26d06 [2021-02-18T22:35:51.082Z] ---> Running in c2e9f3db730a [2021-02-18T22:35:51.680Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-02-18T22:35:51.680Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-02-18T22:35:51.957Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-02-18T22:35:51.957Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-02-18T22:35:51.957Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-02-18T22:35:53.070Z] Skipping build go-build-helper (already ran) [2021-02-18T22:35:53.070Z] Skipping build static-packages (already ran) [2021-02-18T22:35:53.070Z] Skipping build go115 (already ran) [2021-02-18T22:35:53.070Z] Building edgex-go [2021-02-18T22:35:53.330Z] + export PATH=/root/stage/go1.15/bin:/bin:/root/stage/usr/sbin:/root/stage/usr/bin:/root/stage/sbin:/root/stage/bin:/root/parts/edgex-go/install/usr/sbin:/root/parts/edgex-go/install/usr/bin:/root/parts/edgex-go/install/sbin:/root/parts/edgex-go/install/bin:/snap/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/snapcraft/6050/bin/scriptlet-bin [2021-02-18T22:35:53.330Z] + cd /root/parts/edgex-go/src [2021-02-18T22:35:53.330Z] + make build [2021-02-18T22:35:53.330Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-02-18T22:35:55.240Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-02-18T22:35:55.240Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.12 [2021-02-18T22:35:55.240Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.2 [2021-02-18T22:35:55.240Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.34 [2021-02-18T22:35:55.240Z] go: downloading github.com/google/uuid v1.2.0 [2021-02-18T22:35:55.240Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-02-18T22:35:55.240Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.6 [2021-02-18T22:35:55.240Z] go: downloading github.com/imdario/mergo v0.3.11 [2021-02-18T22:35:55.240Z] go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.3 [2021-02-18T22:35:55.240Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-02-18T22:35:55.240Z] go: downloading github.com/go-playground/validator/v10 v10.3.0 [2021-02-18T22:35:55.240Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-02-18T22:35:55.240Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2021-02-18T22:35:55.240Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2021-02-18T22:35:55.240Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-02-18T22:35:55.240Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.3 [2021-02-18T22:35:55.240Z] go: downloading github.com/pkg/errors v0.8.1 [2021-02-18T22:35:55.240Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-02-18T22:35:55.240Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 [2021-02-18T22:35:55.240Z] go: downloading github.com/hashicorp/consul/api v1.8.1 [2021-02-18T22:35:55.240Z] go: downloading github.com/pebbe/zmq4 v1.2.2 [2021-02-18T22:35:55.240Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-02-18T22:35:55.240Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-02-18T22:35:55.240Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-02-18T22:35:55.240Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-02-18T22:35:55.240Z] go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2021-02-18T22:35:55.240Z] go: downloading github.com/x448/float16 v0.8.4 [2021-02-18T22:35:55.523Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-02-18T22:35:55.523Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-02-18T22:35:55.523Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-02-18T22:35:55.523Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-02-18T22:35:55.523Z] go: downloading github.com/hashicorp/go-hclog v0.12.0 [2021-02-18T22:35:55.523Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-02-18T22:35:55.523Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-02-18T22:35:55.523Z] go: downloading github.com/hashicorp/serf v0.9.5 [2021-02-18T22:35:55.523Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.2 [2021-02-18T22:35:55.523Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-02-18T22:35:55.523Z] go: downloading github.com/mattn/go-isatty v0.0.12 [2021-02-18T22:35:55.523Z] go: downloading github.com/fatih/color v1.9.0 [2021-02-18T22:35:55.786Z] go: downloading golang.org/x/sys v0.0.0-20200223170610-d5e6a3e2c0ae [2021-02-18T22:35:55.786Z] go: downloading github.com/mattn/go-colorable v0.1.6 [2021-02-18T22:35:55.786Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-02-18T22:35:55.786Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-02-18T22:35:56.072Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-02-18T22:36:04.277Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-02-18T22:36:04.277Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-02-18T22:36:08.476Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-02-18T22:36:09.045Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-02-18T22:36:10.428Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-02-18T22:36:10.688Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-02-18T22:36:10.688Z] go: downloading github.com/stretchr/testify v1.7.0 [2021-02-18T22:36:10.947Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-02-18T22:36:10.947Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-02-18T22:36:10.947Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-02-18T22:36:12.855Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-02-18T22:36:12.855Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-02-18T22:36:12.855Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-02-18T22:36:14.236Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-02-18T22:36:14.805Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-02-18T22:36:14.806Z] go: downloading golang.org/x/crypto v0.0.0-20190923035154-9ee001bba392 [2021-02-18T22:36:16.187Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-02-18T22:36:17.126Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-02-18T22:36:17.126Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-02-18T22:36:18.066Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-02-18T22:36:18.066Z] go: downloading github.com/lib/pq v1.9.0 [2021-02-18T22:36:19.976Z] + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command [2021-02-18T22:36:19.976Z] + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml [2021-02-18T22:36:19.976Z] + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data [2021-02-18T22:36:19.976Z] + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml [2021-02-18T22:36:19.976Z] + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata [2021-02-18T22:36:19.976Z] + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml [2021-02-18T22:36:19.976Z] + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications [2021-02-18T22:36:19.976Z] + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml [2021-02-18T22:36:19.976Z] + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler [2021-02-18T22:36:19.976Z] + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml [2021-02-18T22:36:19.976Z] + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent [2021-02-18T22:36:19.976Z] + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml [2021-02-18T22:36:19.976Z] + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup [2021-02-18T22:36:19.976Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml [2021-02-18T22:36:19.976Z] + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup [2021-02-18T22:36:19.976Z] + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml [2021-02-18T22:36:19.976Z] + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider [2021-02-18T22:36:19.976Z] + install -DT ./cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /root/parts/edgex-go/install/config/security-file-token-provider/res/configuration.toml [2021-02-18T22:36:19.976Z] + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper [2021-02-18T22:36:19.976Z] + install -DT ./cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res-bootstrap-redis/configuration.toml [2021-02-18T22:36:19.976Z] + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config [2021-02-18T22:36:19.976Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml [2021-02-18T22:36:19.976Z] + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt [2021-02-18T22:36:19.976Z] + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE [2021-02-18T22:36:19.976Z] + cp ./cmd/security-file-token-provider/res/token-config.json /root/parts/edgex-go/install/config/security-file-token-provider/res/token-config.json [2021-02-18T22:36:21.364Z] Building version [2021-02-18T22:36:21.364Z] + snapcraftctl build [2021-02-18T22:36:23.904Z] Staging config-common [2021-02-18T22:36:23.904Z] + snapcraftctl stage [2021-02-18T22:36:24.844Z] Skipping stage go-build-helper (already ran) [2021-02-18T22:36:24.844Z] Skipping stage static-packages (already ran) [2021-02-18T22:36:24.844Z] Skipping stage go115 (already ran) [2021-02-18T22:36:24.844Z] Staging edgex-go [2021-02-18T22:36:24.844Z] + snapcraftctl stage [2021-02-18T22:36:25.784Z] Staging version [2021-02-18T22:36:25.784Z] + snapcraftctl stage [2021-02-18T22:36:27.164Z] Priming config-common [2021-02-18T22:36:27.164Z] + snapcraftctl prime [2021-02-18T22:36:28.103Z] Priming go-build-helper [2021-02-18T22:36:28.103Z] + snapcraftctl prime [2021-02-18T22:36:29.101Z] Priming static-packages [2021-02-18T22:36:29.101Z] + snapcraftctl prime [2021-02-18T22:36:31.112Z] Priming go115 [2021-02-18T22:36:31.112Z] + snapcraftctl prime [2021-02-18T22:36:32.060Z] Priming edgex-go [2021-02-18T22:36:32.060Z] + snapcraftctl prime [2021-02-18T22:36:33.438Z] Priming version [2021-02-18T22:36:33.438Z] + snapcraftctl prime [2021-02-18T22:36:34.380Z] The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-02-18T22:37:13.764Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-02-18T22:37:32.118Z] Removing intermediate container 7e8677307359 [2021-02-18T22:37:32.118Z] ---> 8efda650b3c1 [2021-02-18T22:37:32.118Z] [2021-02-18T22:37:32.118Z] Step 10/24 : FROM alpine:3.12 [2021-02-18T22:37:32.118Z] 3.12: Pulling from library/alpine [2021-02-18T22:37:32.725Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-02-18T22:37:33.000Z] Status: Downloaded newer image for alpine:3.12 [2021-02-18T22:37:33.000Z] ---> afeebe901d6b [2021-02-18T22:37:33.000Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-02-18T22:37:33.279Z] ---> Running in 854ce97ad0ed [2021-02-18T22:37:35.296Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-18T22:37:35.571Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-18T22:37:36.561Z] (1/5) Installing ca-certificates (20191127-r4) [2021-02-18T22:37:36.561Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-02-18T22:37:36.561Z] (3/5) Installing libcurl (7.69.1-r3) [2021-02-18T22:37:36.561Z] (4/5) Installing curl (7.69.1-r3) [2021-02-18T22:37:36.561Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-02-18T22:37:36.561Z] Executing busybox-1.31.1-r19.trigger [2021-02-18T22:37:36.843Z] Executing ca-certificates-20191127-r4.trigger [2021-02-18T22:37:36.843Z] OK: 7 MiB in 19 packages [2021-02-18T22:37:39.480Z] Removing intermediate container 854ce97ad0ed [2021-02-18T22:37:39.480Z] ---> 0d00f5843b21 [2021-02-18T22:37:39.480Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-18T22:37:39.755Z] ---> Running in bf1ebb62df34 [2021-02-18T22:37:40.752Z] Removing intermediate container bf1ebb62df34 [2021-02-18T22:37:40.753Z] ---> d0b26b4793a5 [2021-02-18T22:37:40.753Z] Step 13/24 : WORKDIR / [2021-02-18T22:37:40.753Z] ---> Running in 281fdc7881f5 [2021-02-18T22:37:41.360Z] Removing intermediate container 281fdc7881f5 [2021-02-18T22:37:41.360Z] ---> 39271ae933e5 [2021-02-18T22:37:41.360Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-02-18T22:37:42.810Z] ---> f8b6ec355a5a [2021-02-18T22:37:42.810Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-02-18T22:37:43.816Z] ---> 5e517147d985 [2021-02-18T22:37:43.816Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-02-18T22:37:45.282Z] ---> 884a66b4a6fb [2021-02-18T22:37:45.282Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-02-18T22:37:47.963Z] ---> 7bcc2cd1b443 [2021-02-18T22:37:47.963Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-02-18T22:37:48.959Z] Removing intermediate container c2e9f3db730a [2021-02-18T22:37:48.959Z] ---> 79f518ab5150 [2021-02-18T22:37:48.959Z] [2021-02-18T22:37:48.959Z] Step 10/23 : FROM alpine:3.12 [2021-02-18T22:37:48.959Z] ---> afeebe901d6b [2021-02-18T22:37:48.959Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-18T22:37:49.656Z] ---> Running in 0cc7e9fb0e15 [2021-02-18T22:37:51.138Z] ---> ad42ba213d08 [2021-02-18T22:37:51.138Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-02-18T22:37:52.147Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-18T22:37:52.147Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-18T22:37:53.130Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-18T22:37:53.130Z] Executing busybox-1.31.1-r19.trigger [2021-02-18T22:37:53.130Z] OK: 5 MiB in 15 packages [2021-02-18T22:37:53.404Z] ---> 8b7f9c195348 [2021-02-18T22:37:53.404Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-02-18T22:37:53.679Z] ---> Running in cb85f0471709 [2021-02-18T22:37:54.280Z] Removing intermediate container cb9e0bf26d06 [2021-02-18T22:37:54.280Z] ---> b23b39afbdb0 [2021-02-18T22:37:54.280Z] [2021-02-18T22:37:54.280Z] Step 10/22 : FROM alpine:3.12 [2021-02-18T22:37:54.280Z] ---> afeebe901d6b [2021-02-18T22:37:54.280Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-02-18T22:37:54.553Z] Removing intermediate container 7796ff10cea5 [2021-02-18T22:37:54.553Z] ---> 31feaf308b10 [2021-02-18T22:37:54.553Z] [2021-02-18T22:37:54.553Z] Step 10/22 : FROM alpine:3.12 [2021-02-18T22:37:54.553Z] ---> afeebe901d6b [2021-02-18T22:37:54.553Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-02-18T22:37:54.830Z] ---> Running in c5c1a6050449 [2021-02-18T22:37:54.830Z] ---> Running in 43ae4ef4564c [2021-02-18T22:37:54.830Z] Removing intermediate container 0cc7e9fb0e15 [2021-02-18T22:37:54.830Z] ---> e3f6519fe9d0 [2021-02-18T22:37:54.830Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-18T22:37:55.103Z] ---> Running in 66e302082721 [2021-02-18T22:37:56.545Z] Removing intermediate container 66e302082721 [2021-02-18T22:37:56.545Z] ---> c00b13837073 [2021-02-18T22:37:56.545Z] Step 13/23 : ENV APP_PORT=48082 [2021-02-18T22:37:56.819Z] ---> Running in a6bc03e2d7f2 [2021-02-18T22:37:57.097Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-18T22:37:57.097Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-18T22:37:57.097Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-18T22:37:57.374Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-18T22:37:57.661Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-18T22:37:57.661Z] Executing busybox-1.31.1-r19.trigger [2021-02-18T22:37:57.661Z] OK: 5 MiB in 15 packages [2021-02-18T22:37:57.936Z] (1/2) Installing ca-certificates (20191127-r4) [2021-02-18T22:37:57.936Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-02-18T22:37:57.936Z] Executing busybox-1.31.1-r19.trigger [2021-02-18T22:37:57.936Z] Executing ca-certificates-20191127-r4.trigger [2021-02-18T22:37:58.217Z] Removing intermediate container a6bc03e2d7f2 [2021-02-18T22:37:58.217Z] ---> 6883e9d07884 [2021-02-18T22:37:58.217Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-18T22:37:58.217Z] Removing intermediate container cb85f0471709 [2021-02-18T22:37:58.217Z] ---> a5c726cb8adb [2021-02-18T22:37:58.217Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-02-18T22:37:58.217Z] OK: 6 MiB in 16 packages [2021-02-18T22:37:58.817Z] ---> Running in 1b8f639e3820 [2021-02-18T22:37:58.817Z] ---> Running in b45f0c319175 [2021-02-18T22:37:58.817Z] Removing intermediate container a1022b3784a8 [2021-02-18T22:37:58.817Z] ---> 9d0a92b412c4 [2021-02-18T22:37:58.817Z] [2021-02-18T22:37:58.817Z] Step 10/23 : FROM alpine:3.12 [2021-02-18T22:37:58.817Z] ---> afeebe901d6b [2021-02-18T22:37:58.817Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-18T22:37:58.817Z] ---> Using cache [2021-02-18T22:37:58.817Z] ---> e3f6519fe9d0 [2021-02-18T22:37:58.817Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-18T22:37:58.817Z] ---> Using cache [2021-02-18T22:37:58.817Z] ---> c00b13837073 [2021-02-18T22:37:58.817Z] Step 13/23 : ENV APP_PORT=48081 [2021-02-18T22:37:59.095Z] ---> Running in 43de409407a7 [2021-02-18T22:37:59.370Z] Removing intermediate container b45f0c319175 [2021-02-18T22:37:59.370Z] ---> 6a2907eff4b6 [2021-02-18T22:37:59.370Z] Step 22/24 : LABEL arch=arm64 [2021-02-18T22:37:59.370Z] Removing intermediate container 1b8f639e3820 [2021-02-18T22:37:59.370Z] ---> b0323cb0c0a0 [2021-02-18T22:37:59.370Z] Step 15/23 : WORKDIR / [2021-02-18T22:37:59.645Z] ---> Running in f7a5c6efacc7 [2021-02-18T22:37:59.645Z] ---> Running in 695819560da5 [2021-02-18T22:37:59.927Z] Removing intermediate container c5c1a6050449 [2021-02-18T22:37:59.927Z] ---> 71c6cb37ee27 [2021-02-18T22:37:59.927Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-18T22:37:59.927Z] Removing intermediate container 43de409407a7 [2021-02-18T22:37:59.927Z] ---> 4db531002859 [2021-02-18T22:37:59.927Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-18T22:38:00.204Z] ---> Running in 389fbff3340a [2021-02-18T22:38:00.204Z] ---> Running in a35c520eab11 [2021-02-18T22:38:00.204Z] Removing intermediate container 695819560da5 [2021-02-18T22:38:00.204Z] ---> 665db196c45e [2021-02-18T22:38:00.204Z] Step 23/24 : LABEL git_sha=2b04703d4e674a4b36fb2a1b8348aac01154cd91 [2021-02-18T22:38:00.480Z] Removing intermediate container f7a5c6efacc7 [2021-02-18T22:38:00.480Z] ---> 661c5ed19721 [2021-02-18T22:38:00.480Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-18T22:38:00.480Z] ---> Running in dd9f4182e8f9 [2021-02-18T22:38:00.760Z] Removing intermediate container 43ae4ef4564c [2021-02-18T22:38:00.760Z] ---> 041157f59cef [2021-02-18T22:38:00.760Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-18T22:38:00.760Z] Removing intermediate container 389fbff3340a [2021-02-18T22:38:00.760Z] ---> a70ee78c0200 [2021-02-18T22:38:00.760Z] Step 13/22 : ENV APP_PORT=48085 [2021-02-18T22:38:01.037Z] ---> Running in cf178fbd518d [2021-02-18T22:38:01.037Z] Removing intermediate container a35c520eab11 [2021-02-18T22:38:01.037Z] ---> 933bb1d0473c [2021-02-18T22:38:01.037Z] Step 15/23 : WORKDIR / [2021-02-18T22:38:01.037Z] ---> Running in 2e0df6908a1e [2021-02-18T22:38:01.314Z] ---> Running in 90c72fef698f [2021-02-18T22:38:01.314Z] Removing intermediate container dd9f4182e8f9 [2021-02-18T22:38:01.314Z] ---> d5f6f77c1461 [2021-02-18T22:38:01.314Z] Step 24/24 : LABEL version=0.0.0 [2021-02-18T22:38:01.588Z] ---> Running in 5e9e624c8cc1 [2021-02-18T22:38:01.588Z] ---> 15b62f01b694 [2021-02-18T22:38:01.588Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-02-18T22:38:01.861Z] Removing intermediate container cf178fbd518d [2021-02-18T22:38:01.861Z] ---> 4f234da57bf2 [2021-02-18T22:38:01.861Z] Step 13/22 : ENV APP_PORT=48060 [2021-02-18T22:38:01.861Z] Removing intermediate container 2e0df6908a1e [2021-02-18T22:38:01.861Z] ---> 39d666216018 [2021-02-18T22:38:01.861Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-18T22:38:01.861Z] Removing intermediate container 90c72fef698f [2021-02-18T22:38:01.861Z] ---> 3f4cc5708d14 [2021-02-18T22:38:01.862Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-18T22:38:02.137Z] ---> Running in f1ecf9c7dffd [2021-02-18T22:38:02.137Z] Removing intermediate container 5e9e624c8cc1 [2021-02-18T22:38:02.137Z] ---> 80698860e03f [2021-02-18T22:38:02.137Z] [2021-02-18T22:38:02.137Z] ---> Running in 2e6465def8ea [2021-02-18T22:38:02.742Z] Removing intermediate container f1ecf9c7dffd [2021-02-18T22:38:02.742Z] ---> 2e3222be59c5 [2021-02-18T22:38:02.742Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-18T22:38:02.742Z] Successfully built 80698860e03f [2021-02-18T22:38:03.013Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-02-18T22:38:03.013Z]  Building docker-security-secretstore-setup-go ... done Building docker-security-bootstrapper-go [2021-02-18T22:38:03.013Z] ---> 83d5a69040b4 [2021-02-18T22:38:03.013Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-02-18T22:38:03.013Z] ---> Running in a95c82e83796 [2021-02-18T22:38:03.013Z] Removing intermediate container 2e6465def8ea [2021-02-18T22:38:03.013Z] ---> b5c6dda65ce3 [2021-02-18T22:38:03.013Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-18T22:38:03.285Z] ---> 165865c809fa [2021-02-18T22:38:03.285Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-02-18T22:38:03.883Z] Removing intermediate container a95c82e83796 [2021-02-18T22:38:03.883Z] ---> bca2bbc6b198 [2021-02-18T22:38:03.883Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-18T22:38:04.866Z] ---> 316be0edc0e1 [2021-02-18T22:38:04.866Z] ---> dc88627e57a5 [2021-02-18T22:38:04.866Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-02-18T22:38:04.866Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-02-18T22:38:05.466Z] ---> fa538b5e0c9b [2021-02-18T22:38:05.466Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-02-18T22:38:05.466Z] ---> Running in 9a36c19e0fc8 [2021-02-18T22:38:05.744Z] ---> 5801f75623cb [2021-02-18T22:38:05.744Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-02-18T22:38:06.729Z] Removing intermediate container 9a36c19e0fc8 [2021-02-18T22:38:06.729Z] ---> c32b44a5c2f8 [2021-02-18T22:38:06.729Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-18T22:38:06.729Z] ---> f17e3e2fd74f [2021-02-18T22:38:06.729Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-02-18T22:38:06.729Z] ---> 5010acee5c16 [2021-02-18T22:38:06.729Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-02-18T22:38:07.004Z] ---> Running in 66e5656a8091 [2021-02-18T22:38:07.004Z] ---> Running in 996533e5d1c4 [2021-02-18T22:38:07.599Z] ---> 630cc13496e7 [2021-02-18T22:38:07.599Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-02-18T22:38:07.884Z] Removing intermediate container 66e5656a8091 [2021-02-18T22:38:07.884Z] ---> 6198c0a7e53c [2021-02-18T22:38:07.884Z] Step 21/23 : LABEL arch=arm64 [2021-02-18T22:38:07.884Z] ---> 0ff12ba94f5d [2021-02-18T22:38:07.884Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-02-18T22:38:08.162Z] Removing intermediate container 996533e5d1c4 [2021-02-18T22:38:08.162Z] ---> 42e12276bf6b [2021-02-18T22:38:08.162Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-18T22:38:08.435Z] ---> Running in 969191a65ed3 [2021-02-18T22:38:08.719Z] ---> Running in b137c26f136c [2021-02-18T22:38:08.719Z] ---> Running in 23a16761539b [2021-02-18T22:38:09.001Z] ---> f8c8f76a754d [2021-02-18T22:38:09.001Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-02-18T22:38:09.001Z] Removing intermediate container 969191a65ed3 [2021-02-18T22:38:09.001Z] ---> d39c597368d2 [2021-02-18T22:38:09.001Z] Step 22/23 : LABEL git_sha=2b04703d4e674a4b36fb2a1b8348aac01154cd91 [2021-02-18T22:38:09.274Z] ---> Running in 6cf4f3f3fa83 [2021-02-18T22:38:09.274Z] ---> Running in 16ce5f9dfa5e [2021-02-18T22:38:09.550Z] Removing intermediate container b137c26f136c [2021-02-18T22:38:09.550Z] ---> 88fca84270ad [2021-02-18T22:38:09.550Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-18T22:38:09.550Z] Removing intermediate container 23a16761539b [2021-02-18T22:38:09.550Z] ---> adf88936b4df [2021-02-18T22:38:09.550Z] Step 21/23 : LABEL arch=arm64 [2021-02-18T22:38:09.822Z] ---> Running in 257fa2d25498 [2021-02-18T22:38:09.822Z] ---> Running in 379162bb51d9 [2021-02-18T22:38:09.822Z] Removing intermediate container 6cf4f3f3fa83 [2021-02-18T22:38:09.822Z] ---> 7b897bb8402a [2021-02-18T22:38:09.822Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-18T22:38:10.103Z] Removing intermediate container 16ce5f9dfa5e [2021-02-18T22:38:10.103Z] ---> 0e23fb6e2ff5 [2021-02-18T22:38:10.103Z] Step 23/23 : LABEL version=0.0.0 [2021-02-18T22:38:10.103Z] ---> Running in 21b115640dde [2021-02-18T22:38:10.377Z] ---> Running in 1f48093f8baf [2021-02-18T22:38:10.377Z] Removing intermediate container 257fa2d25498 [2021-02-18T22:38:10.377Z] ---> ab15c29b2e6c [2021-02-18T22:38:10.377Z] Step 22/23 : LABEL git_sha=2b04703d4e674a4b36fb2a1b8348aac01154cd91 [2021-02-18T22:38:10.377Z] Removing intermediate container 379162bb51d9 [2021-02-18T22:38:10.377Z] ---> 313b1c8eb89a [2021-02-18T22:38:10.377Z] Step 20/22 : LABEL arch=arm64 [2021-02-18T22:38:10.648Z] ---> Running in ab30ba26bde9 [2021-02-18T22:38:10.648Z] ---> Running in 839324f0177c [2021-02-18T22:38:10.925Z] Removing intermediate container 21b115640dde [2021-02-18T22:38:10.925Z] ---> ef108553fa2c [2021-02-18T22:38:10.925Z] Step 20/22 : LABEL arch=arm64 [2021-02-18T22:38:10.925Z] Removing intermediate container 1f48093f8baf [2021-02-18T22:38:10.925Z] ---> f6971d372973 [2021-02-18T22:38:10.925Z] [2021-02-18T22:38:11.203Z] ---> Running in 53136f365de2 [2021-02-18T22:38:11.479Z] Removing intermediate container ab30ba26bde9 [2021-02-18T22:38:11.479Z] ---> 6c8926443d63 [2021-02-18T22:38:11.479Z] Step 23/23 : LABEL version=0.0.0 [2021-02-18T22:38:11.752Z] Successfully built f6971d372973 [2021-02-18T22:38:11.752Z] Successfully tagged docker-core-command-go-arm64:latest [2021-02-18T22:38:11.752Z] Building docker-security-proxy-setup-go [2021-02-18T22:38:11.752Z]  Building docker-core-command-go ... done Removing intermediate container 839324f0177c [2021-02-18T22:38:11.752Z] ---> 0218d077567e [2021-02-18T22:38:11.752Z] Step 21/22 : LABEL git_sha=2b04703d4e674a4b36fb2a1b8348aac01154cd91 [2021-02-18T22:38:12.025Z] ---> Running in 84cf785126f7 [2021-02-18T22:38:12.025Z] Removing intermediate container 53136f365de2 [2021-02-18T22:38:12.025Z] ---> b14d60302844 [2021-02-18T22:38:12.025Z] Step 21/22 : LABEL git_sha=2b04703d4e674a4b36fb2a1b8348aac01154cd91 [2021-02-18T22:38:12.301Z] ---> Running in bd36f0f645bb [2021-02-18T22:38:12.301Z] ---> Running in 70832c9dab17 [2021-02-18T22:38:12.901Z] Removing intermediate container 84cf785126f7 [2021-02-18T22:38:12.901Z] ---> 51b32d46d098 [2021-02-18T22:38:12.901Z] [2021-02-18T22:38:12.901Z] Removing intermediate container bd36f0f645bb [2021-02-18T22:38:12.901Z] ---> 8c790f9806fb [2021-02-18T22:38:12.901Z] Step 22/22 : LABEL version=0.0.0 [2021-02-18T22:38:13.182Z] Removing intermediate container 70832c9dab17 [2021-02-18T22:38:13.182Z] Successfully built 51b32d46d098 [2021-02-18T22:38:13.182Z] ---> 501cc046ccab [2021-02-18T22:38:13.182Z] Step 22/22 : LABEL version=0.0.0 [2021-02-18T22:38:13.454Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-02-18T22:38:13.454Z] Building docker-core-data-go [2021-02-18T22:38:13.454Z]  Building docker-core-metadata-go ... done  ---> Running in 587dbec2017d [2021-02-18T22:38:13.728Z] ---> Running in 599a04980283 [2021-02-18T22:38:14.002Z] Removing intermediate container 587dbec2017d [2021-02-18T22:38:14.002Z] ---> c95c0c71e8df [2021-02-18T22:38:14.002Z] [2021-02-18T22:38:14.278Z] Removing intermediate container 599a04980283 [2021-02-18T22:38:14.278Z] ---> 48a2f8bb07ce [2021-02-18T22:38:14.551Z] [2021-02-18T22:38:14.551Z] Successfully built c95c0c71e8df [2021-02-18T22:38:14.551Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-02-18T22:38:14.551Z] Building docker-sys-mgmt-agent-go [2021-02-18T22:38:14.827Z]  Building docker-support-scheduler-go ... done Successfully built 48a2f8bb07ce [2021-02-18T22:38:14.827Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-02-18T22:38:47.152Z]  Building docker-support-notifications-go ... done Step 1/30 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-18T22:38:47.152Z] Step 2/30 : FROM ${BUILDER_BASE} AS builder [2021-02-18T22:38:47.152Z] ---> 469cd4fe5429 [2021-02-18T22:38:47.152Z] Step 3/30 : WORKDIR /edgex-go [2021-02-18T22:38:47.152Z] ---> Using cache [2021-02-18T22:38:47.152Z] ---> 3c6f2f9db6e0 [2021-02-18T22:38:47.152Z] Step 4/30 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-18T22:38:47.152Z] ---> Using cache [2021-02-18T22:38:47.152Z] ---> 8879b042afcb [2021-02-18T22:38:47.152Z] Step 5/30 : RUN apk add --update --no-cache make git [2021-02-18T22:38:52.558Z] ---> Running in 9b2980743dce [2021-02-18T22:38:53.996Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-18T22:38:54.594Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-18T22:38:55.578Z] OK: 217 MiB in 51 packages [2021-02-18T22:38:58.220Z] Removing intermediate container 9b2980743dce [2021-02-18T22:38:58.220Z] ---> 8112192210ed [2021-02-18T22:38:58.220Z] Step 6/30 : COPY go.mod . [2021-02-18T22:38:59.199Z] ---> 555eeaef5712 [2021-02-18T22:38:59.199Z] Step 7/30 : RUN go mod download [2021-02-18T22:38:59.471Z] ---> Running in 05d7ac05d49f [2021-02-18T22:39:00.067Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-18T22:39:00.067Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-02-18T22:39:00.067Z] ---> 469cd4fe5429 [2021-02-18T22:39:00.067Z] Step 3/21 : WORKDIR /edgex-go [2021-02-18T22:39:00.067Z] ---> Using cache [2021-02-18T22:39:00.067Z] ---> 3c6f2f9db6e0 [2021-02-18T22:39:00.067Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-18T22:39:00.067Z] ---> Using cache [2021-02-18T22:39:00.067Z] ---> 8879b042afcb [2021-02-18T22:39:00.067Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-02-18T22:39:00.067Z] ---> Using cache [2021-02-18T22:39:00.067Z] ---> 8112192210ed [2021-02-18T22:39:00.067Z] Step 6/21 : COPY go.mod . [2021-02-18T22:39:00.067Z] ---> Using cache [2021-02-18T22:39:00.067Z] ---> 555eeaef5712 [2021-02-18T22:39:00.067Z] Step 7/21 : RUN go mod download [2021-02-18T22:39:00.343Z] ---> Running in d4fc1bff1e5f [2021-02-18T22:39:01.331Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-18T22:39:01.331Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-18T22:39:01.331Z] ---> 469cd4fe5429 [2021-02-18T22:39:01.331Z] Step 3/23 : WORKDIR /edgex-go [2021-02-18T22:39:01.331Z] ---> Using cache [2021-02-18T22:39:01.331Z] ---> 3c6f2f9db6e0 [2021-02-18T22:39:01.331Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-18T22:39:01.331Z] ---> Using cache [2021-02-18T22:39:01.331Z] ---> 8879b042afcb [2021-02-18T22:39:01.331Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-02-18T22:39:01.605Z] ---> Running in 5b0648a1b60f [2021-02-18T22:39:01.877Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-18T22:39:01.877Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-02-18T22:39:01.877Z] ---> 469cd4fe5429 [2021-02-18T22:39:01.878Z] Step 3/26 : WORKDIR /edgex-go [2021-02-18T22:39:01.878Z] ---> Using cache [2021-02-18T22:39:01.878Z] ---> 3c6f2f9db6e0 [2021-02-18T22:39:01.878Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-18T22:39:01.878Z] ---> Using cache [2021-02-18T22:39:01.878Z] ---> 8879b042afcb [2021-02-18T22:39:01.878Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-02-18T22:39:01.878Z] ---> Running in 6f7833b64eec [2021-02-18T22:39:03.317Z] Removing intermediate container 05d7ac05d49f [2021-02-18T22:39:03.317Z] ---> 01bc1e26f8de [2021-02-18T22:39:03.317Z] Step 8/30 : COPY . . [2021-02-18T22:39:03.317Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-18T22:39:03.601Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-18T22:39:04.199Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-18T22:39:04.199Z] Removing intermediate container d4fc1bff1e5f [2021-02-18T22:39:04.199Z] ---> e07406fafd4c [2021-02-18T22:39:04.199Z] Step 8/21 : COPY . . [2021-02-18T22:39:04.199Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-18T22:39:04.818Z] OK: 217 MiB in 51 packages [2021-02-18T22:39:05.093Z] OK: 217 MiB in 51 packages [2021-02-18T22:39:08.497Z] Removing intermediate container 5b0648a1b60f [2021-02-18T22:39:08.497Z] ---> 2cc158de4a71 [2021-02-18T22:39:08.497Z] Step 6/23 : COPY go.mod . [2021-02-18T22:39:08.497Z] Removing intermediate container 6f7833b64eec [2021-02-18T22:39:08.497Z] ---> 1b84d16d25f8 [2021-02-18T22:39:08.497Z] Step 6/26 : COPY go.mod . [2021-02-18T22:39:09.481Z] ---> 8a3475908fd8 [2021-02-18T22:39:09.481Z] Step 7/23 : RUN go mod download [2021-02-18T22:39:09.761Z] ---> a8f8f5c4a46a [2021-02-18T22:39:09.761Z] Step 7/26 : RUN go mod download [2021-02-18T22:39:10.036Z] ---> Running in 9264e1caa754 [2021-02-18T22:39:10.314Z] ---> Running in 49be75a3d3aa [2021-02-18T22:39:15.731Z] Removing intermediate container 49be75a3d3aa [2021-02-18T22:39:15.732Z] ---> 13fdcc89175d [2021-02-18T22:39:15.732Z] Step 8/26 : COPY . . [2021-02-18T22:39:15.732Z] Removing intermediate container 9264e1caa754 [2021-02-18T22:39:15.732Z] ---> f236a5ab6b16 [2021-02-18T22:39:15.732Z] Step 8/23 : COPY . . [2021-02-18T22:39:21.144Z] ---> 27387dc5fab7 [2021-02-18T22:39:21.144Z] Step 9/30 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-02-18T22:39:21.745Z] ---> Running in b56f1a6e063a [2021-02-18T22:39:22.434Z] ---> 315c31f666d8 [2021-02-18T22:39:22.434Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-02-18T22:39:23.071Z] ---> Running in 7e679d51a044 [2021-02-18T22:39:23.367Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-02-18T22:39:25.405Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-02-18T22:39:40.531Z] ---> ae11def3c28f [2021-02-18T22:39:40.531Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-02-18T22:39:40.531Z] ---> 5a6a2ca4f2ef [2021-02-18T22:39:40.531Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-02-18T22:39:40.531Z] ---> Running in 137cfd73569a [2021-02-18T22:39:40.531Z] ---> Running in dcd022997eb1 [2021-02-18T22:39:42.515Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-02-18T22:39:42.791Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-02-18T22:40:29.787Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-02-18T22:40:35.226Z] Removing intermediate container b56f1a6e063a [2021-02-18T22:40:35.226Z] ---> d62d48de75f4 [2021-02-18T22:40:35.226Z] [2021-02-18T22:40:35.226Z] Step 10/30 : FROM alpine:3.12 [2021-02-18T22:40:35.226Z] ---> afeebe901d6b [2021-02-18T22:40:35.226Z] Step 11/30 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-02-18T22:40:35.226Z] ---> Running in ee43069ae8f2 [2021-02-18T22:40:35.828Z] Removing intermediate container ee43069ae8f2 [2021-02-18T22:40:35.828Z] ---> 8c6e019d92fb [2021-02-18T22:40:35.828Z] Step 12/30 : RUN apk add --update --no-cache dumb-init su-exec [2021-02-18T22:40:36.113Z] ---> Running in 6cc2fa22cbdc [2021-02-18T22:40:37.579Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-18T22:40:37.855Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-18T22:40:38.844Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-02-18T22:40:38.844Z] (2/2) Installing su-exec (0.2-r1) [2021-02-18T22:40:38.844Z] Executing busybox-1.31.1-r19.trigger [2021-02-18T22:40:38.844Z] OK: 5 MiB in 16 packages [2021-02-18T22:40:41.473Z] Removing intermediate container 6cc2fa22cbdc [2021-02-18T22:40:41.473Z] ---> 8cc1ec6677c4 [2021-02-18T22:40:41.473Z] Step 13/30 : ENV SECURITY_INIT_DIR /edgex-init [2021-02-18T22:40:41.748Z] ---> Running in 536e21f01734 [2021-02-18T22:40:42.742Z] Removing intermediate container 536e21f01734 [2021-02-18T22:40:42.742Z] ---> 01678244fce6 [2021-02-18T22:40:42.742Z] Step 14/30 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-02-18T22:40:43.016Z] Removing intermediate container 7e679d51a044 [2021-02-18T22:40:43.016Z] ---> 4c5fd56afdff [2021-02-18T22:40:43.016Z] [2021-02-18T22:40:43.016Z] Step 10/21 : FROM alpine:3.12 [2021-02-18T22:40:43.016Z] ---> afeebe901d6b [2021-02-18T22:40:43.016Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-02-18T22:40:43.016Z] ---> Running in 11e2e594eb22 [2021-02-18T22:40:43.295Z] ---> Running in aa8ea918c223 [2021-02-18T22:40:44.288Z] Removing intermediate container 11e2e594eb22 [2021-02-18T22:40:44.288Z] ---> 129ee1d8c27d [2021-02-18T22:40:44.288Z] Step 15/30 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-02-18T22:40:44.288Z] ---> Running in 07aa305f37a4 [2021-02-18T22:40:45.748Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-18T22:40:45.748Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-18T22:40:46.741Z] (1/4) Installing ca-certificates (20191127-r4) [2021-02-18T22:40:46.741Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-02-18T22:40:46.741Z] (3/4) Installing libcurl (7.69.1-r3) [2021-02-18T22:40:46.741Z] (4/4) Installing curl (7.69.1-r3) [2021-02-18T22:40:46.741Z] Executing busybox-1.31.1-r19.trigger [2021-02-18T22:40:46.741Z] Executing ca-certificates-20191127-r4.trigger [2021-02-18T22:40:47.015Z] OK: 7 MiB in 18 packages [2021-02-18T22:40:48.005Z] Removing intermediate container 07aa305f37a4 [2021-02-18T22:40:48.005Z] ---> 7f8db01617d3 [2021-02-18T22:40:48.005Z] Step 16/30 : WORKDIR ${SECURITY_INIT_DIR} [2021-02-18T22:40:48.282Z] ---> Running in 29ee64dfeadf [2021-02-18T22:40:49.296Z] Removing intermediate container 29ee64dfeadf [2021-02-18T22:40:49.296Z] ---> 630c504f0678 [2021-02-18T22:40:49.296Z] Step 17/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-02-18T22:40:49.583Z] Removing intermediate container aa8ea918c223 [2021-02-18T22:40:49.583Z] ---> dbf8f8e54c86 [2021-02-18T22:40:49.583Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-18T22:40:49.861Z] ---> Running in 91c69c5e6266 [2021-02-18T22:40:50.863Z] ---> 7b218ef4c952 [2021-02-18T22:40:50.863Z] Step 18/30 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-02-18T22:40:50.863Z] Removing intermediate container 91c69c5e6266 [2021-02-18T22:40:50.863Z] ---> dafc716789a7 [2021-02-18T22:40:50.863Z] Step 13/21 : WORKDIR /edgex [2021-02-18T22:40:51.147Z] ---> Running in 6e55dc0a1d7e [2021-02-18T22:40:51.147Z] ---> Running in f851ecad2e90 [2021-02-18T22:40:52.146Z] Removing intermediate container f851ecad2e90 [2021-02-18T22:40:52.146Z] ---> 774691b44e4d [2021-02-18T22:40:52.146Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-02-18T22:40:53.594Z] ---> 3923b9c94616 [2021-02-18T22:40:53.594Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-02-18T22:40:55.042Z] Removing intermediate container 6e55dc0a1d7e [2021-02-18T22:40:55.042Z] ---> e87f5d089d51 [2021-02-18T22:40:55.042Z] Step 19/30 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-18T22:40:55.319Z] ---> 8650edac52bb [2021-02-18T22:40:55.319Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-02-18T22:40:56.317Z] ---> 3b1f47a2075d [2021-02-18T22:40:56.317Z] Step 20/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-02-18T22:40:57.773Z] ---> 1ad2be6a222b [2021-02-18T22:40:57.773Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-02-18T22:40:58.047Z] ---> Running in 41ba174c1e72 [2021-02-18T22:40:58.319Z] ---> 6fdeb97164a8 [2021-02-18T22:40:58.319Z] Step 21/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-02-18T22:40:58.933Z] Removing intermediate container 41ba174c1e72 [2021-02-18T22:40:58.933Z] ---> 27a457081d47 [2021-02-18T22:40:58.933Z] Step 18/21 : CMD ["--init=true"] [2021-02-18T22:40:59.217Z] ---> Running in fb37140ce9cd [2021-02-18T22:40:59.817Z] ---> 17c5b19bbead [2021-02-18T22:40:59.817Z] Step 22/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-02-18T22:41:00.095Z] Removing intermediate container fb37140ce9cd [2021-02-18T22:41:00.095Z] ---> ba5ac18ba327 [2021-02-18T22:41:00.095Z] Step 19/21 : LABEL arch=arm64 [2021-02-18T22:41:00.694Z] ---> Running in 75adecb3724b [2021-02-18T22:41:01.686Z] Removing intermediate container 75adecb3724b [2021-02-18T22:41:01.687Z] ---> ab93d4a6cc63 [2021-02-18T22:41:01.687Z] Step 20/21 : LABEL git_sha=2b04703d4e674a4b36fb2a1b8348aac01154cd91 [2021-02-18T22:41:01.687Z] ---> 96e192486c1c [2021-02-18T22:41:01.687Z] Step 23/30 : VOLUME ${SECURITY_INIT_DIR} [2021-02-18T22:41:01.966Z] ---> Running in 1dfc3e5b3bb1 [2021-02-18T22:41:02.242Z] ---> Running in 609f0ec4f8b6 [2021-02-18T22:41:02.516Z] Removing intermediate container 1dfc3e5b3bb1 [2021-02-18T22:41:02.516Z] ---> 3dcb1c7b5237 [2021-02-18T22:41:02.516Z] Step 21/21 : LABEL version=0.0.0 [2021-02-18T22:41:02.791Z] ---> Running in 9e14d19507ef [2021-02-18T22:41:03.065Z] Removing intermediate container 609f0ec4f8b6 [2021-02-18T22:41:03.065Z] ---> 4b11957de4f6 [2021-02-18T22:41:03.065Z] Step 24/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-02-18T22:41:03.341Z] Removing intermediate container dcd022997eb1 [2021-02-18T22:41:03.341Z] ---> a7d66d1d2837 [2021-02-18T22:41:03.341Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-02-18T22:41:03.341Z] ---> Running in 24869ddafdff [2021-02-18T22:41:03.615Z] Removing intermediate container 9e14d19507ef [2021-02-18T22:41:03.615Z] ---> 62d4d505c646 [2021-02-18T22:41:03.615Z] [2021-02-18T22:41:04.215Z] ---> 9876acc30ca4 [2021-02-18T22:41:04.215Z] Step 25/30 : RUN chmod +x /entrypoint.sh [2021-02-18T22:41:04.499Z] Successfully built 62d4d505c646 [2021-02-18T22:41:04.499Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-02-18T22:41:04.775Z]  Building docker-security-proxy-setup-go ... done  ---> Running in b338849fff29 [2021-02-18T22:41:05.059Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-02-18T22:41:07.689Z] Removing intermediate container b338849fff29 [2021-02-18T22:41:07.689Z] ---> 4598cba0abf0 [2021-02-18T22:41:07.689Z] Step 26/30 : ENTRYPOINT ["/entrypoint.sh"] [2021-02-18T22:41:08.287Z] ---> Running in 05a2a2897373 [2021-02-18T22:41:08.886Z] Removing intermediate container 05a2a2897373 [2021-02-18T22:41:08.886Z] ---> b15a2ce9e60d [2021-02-18T22:41:08.886Z] Step 27/30 : CMD ["gate"] [2021-02-18T22:41:09.187Z] Removing intermediate container 24869ddafdff [2021-02-18T22:41:09.187Z] ---> 651de8b2b28a [2021-02-18T22:41:09.187Z] [2021-02-18T22:41:09.187Z] Step 11/26 : FROM docker:20.10.0 [2021-02-18T22:41:09.458Z] 20.10.0: Pulling from library/docker [2021-02-18T22:41:09.730Z] ---> Running in 52d814e928c3 [2021-02-18T22:41:10.326Z] Removing intermediate container 52d814e928c3 [2021-02-18T22:41:10.326Z] ---> 01db55afaa17 [2021-02-18T22:41:10.326Z] Step 28/30 : LABEL arch=arm64 [2021-02-18T22:41:11.303Z] ---> Running in 397847818ae6 [2021-02-18T22:41:12.282Z] Removing intermediate container 397847818ae6 [2021-02-18T22:41:12.282Z] ---> 39f88b1b15e8 [2021-02-18T22:41:12.282Z] Step 29/30 : LABEL git_sha=2b04703d4e674a4b36fb2a1b8348aac01154cd91 [2021-02-18T22:41:12.555Z] ---> Running in 2e658fd7f9b6 [2021-02-18T22:41:13.167Z] Removing intermediate container 2e658fd7f9b6 [2021-02-18T22:41:13.167Z] ---> db7c1a990681 [2021-02-18T22:41:13.167Z] Step 30/30 : LABEL version=0.0.0 [2021-02-18T22:41:13.765Z] ---> Running in 1dccaa0e4f58 [2021-02-18T22:41:14.761Z] Removing intermediate container 1dccaa0e4f58 [2021-02-18T22:41:14.761Z] ---> 69dc73d4b8a2 [2021-02-18T22:41:14.761Z] [2021-02-18T22:41:15.775Z] Successfully built 69dc73d4b8a2 [2021-02-18T22:41:15.775Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-02-18T22:41:19.210Z]  Building docker-security-bootstrapper-go ... done Removing intermediate container 137cfd73569a [2021-02-18T22:41:19.210Z] ---> 069ba650c133 [2021-02-18T22:41:19.210Z] [2021-02-18T22:41:19.210Z] Step 10/23 : FROM alpine:3.12 [2021-02-18T22:41:19.210Z] ---> afeebe901d6b [2021-02-18T22:41:19.210Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-02-18T22:41:19.210Z] ---> Running in 2eb5fdb4cacc [2021-02-18T22:41:19.801Z] Removing intermediate container 2eb5fdb4cacc [2021-02-18T22:41:19.801Z] ---> 1ee63e917bb1 [2021-02-18T22:41:19.801Z] Step 12/23 : ENV APP_PORT=48080 [2021-02-18T22:41:19.801Z] ---> Running in 617c1d883c3d [2021-02-18T22:41:20.076Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-02-18T22:41:20.076Z] Status: Downloaded newer image for docker:20.10.0 [2021-02-18T22:41:20.076Z] ---> eeaf43b92773 [2021-02-18T22:41:20.076Z] Step 12/26 : RUN apk add --no-cache bash [2021-02-18T22:41:20.076Z] Removing intermediate container 617c1d883c3d [2021-02-18T22:41:20.076Z] ---> 84891cafd7f7 [2021-02-18T22:41:20.076Z] Step 13/23 : EXPOSE $APP_PORT [2021-02-18T22:41:20.348Z] ---> Running in 00a4a7c01fa7 [2021-02-18T22:41:20.348Z] ---> Running in 47332b2b221b [2021-02-18T22:41:20.940Z] Removing intermediate container 47332b2b221b [2021-02-18T22:41:20.940Z] ---> 43f8e0e74513 [2021-02-18T22:41:20.941Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-18T22:41:21.214Z] ---> Running in 6a2189915588 [2021-02-18T22:41:21.488Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-18T22:41:21.759Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-18T22:41:22.353Z] (1/2) Installing readline (8.0.4-r0) [2021-02-18T22:41:22.353Z] (2/2) Installing bash (5.0.17-r0) [2021-02-18T22:41:22.353Z] Executing bash-5.0.17-r0.post-install [2021-02-18T22:41:22.353Z] Executing busybox-1.31.1-r19.trigger [2021-02-18T22:41:22.353Z] OK: 12 MiB in 22 packages [2021-02-18T22:41:23.790Z] Removing intermediate container 00a4a7c01fa7 [2021-02-18T22:41:23.790Z] ---> 0b28cd43dee7 [2021-02-18T22:41:23.790Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-02-18T22:41:23.790Z] ---> Running in 727d8f164419 [2021-02-18T22:41:23.790Z] Removing intermediate container 6a2189915588 [2021-02-18T22:41:23.790Z] ---> b3a60467fe1e [2021-02-18T22:41:23.790Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-02-18T22:41:24.063Z] ---> Running in 55924128a18e [2021-02-18T22:41:24.334Z] Removing intermediate container 727d8f164419 [2021-02-18T22:41:24.334Z] ---> c60cee34805a [2021-02-18T22:41:24.334Z] Step 14/26 : ENV APP_PORT=48090 [2021-02-18T22:41:24.334Z] ---> Running in 952926067a14 [2021-02-18T22:41:24.926Z] Removing intermediate container 952926067a14 [2021-02-18T22:41:24.926Z] ---> b8b1890dfef0 [2021-02-18T22:41:24.926Z] Step 15/26 : EXPOSE $APP_PORT [2021-02-18T22:41:25.195Z] ---> Running in 23cacfb3687a [2021-02-18T22:41:25.195Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-18T22:41:25.465Z] Removing intermediate container 23cacfb3687a [2021-02-18T22:41:25.465Z] ---> a563a1923b63 [2021-02-18T22:41:25.465Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-02-18T22:41:26.057Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-18T22:41:26.657Z] ---> 26dcad254738 [2021-02-18T22:41:26.657Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-02-18T22:41:26.931Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-02-18T22:41:26.931Z] (2/6) Installing libgcc (9.3.0-r2) [2021-02-18T22:41:26.931Z] (3/6) Installing libsodium (1.0.18-r0) [2021-02-18T22:41:27.204Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-02-18T22:41:27.480Z] (5/6) Installing libzmq (4.3.3-r0) [2021-02-18T22:41:27.480Z] ---> cadde58d0ac2 [2021-02-18T22:41:27.480Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-02-18T22:41:27.480Z] (6/6) Installing zeromq (4.3.3-r0) [2021-02-18T22:41:27.480Z] Executing busybox-1.31.1-r19.trigger [2021-02-18T22:41:27.480Z] OK: 8 MiB in 20 packages [2021-02-18T22:41:28.461Z] ---> 2cfc3893b570 [2021-02-18T22:41:28.461Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-02-18T22:41:28.461Z] ---> Running in d3467e23748b [2021-02-18T22:41:29.065Z] Removing intermediate container 55924128a18e [2021-02-18T22:41:29.065Z] ---> c91ce049f858 [2021-02-18T22:41:29.065Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-18T22:41:29.667Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-18T22:41:30.012Z] ---> 3b4fd5f68aee [2021-02-18T22:41:30.012Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-02-18T22:41:30.012Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-18T22:41:30.611Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-02-18T22:41:30.611Z] (2/33) Installing expat (2.2.9-r1) [2021-02-18T22:41:30.611Z] (3/33) Installing libffi (3.3-r2) [2021-02-18T22:41:30.611Z] (4/33) Installing gdbm (1.13-r1) [2021-02-18T22:41:30.611Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-02-18T22:41:30.611Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-02-18T22:41:30.611Z] (7/33) Installing python3 (3.8.5-r0) [2021-02-18T22:41:31.590Z] ---> 8b7b077e082e [2021-02-18T22:41:31.590Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-02-18T22:41:32.182Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-02-18T22:41:32.182Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-02-18T22:41:32.182Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-02-18T22:41:32.182Z] (11/33) Installing py3-six (1.15.0-r0) [2021-02-18T22:41:32.182Z] (12/33) Installing py3-packaging (20.4-r0) [2021-02-18T22:41:32.182Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-02-18T22:41:32.453Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-02-18T22:41:32.453Z] (15/33) Installing py3-idna (2.9-r0) [2021-02-18T22:41:32.453Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-02-18T22:41:32.453Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-02-18T22:41:32.453Z] ---> ba7ab6c5270d [2021-02-18T22:41:32.453Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-02-18T22:41:32.453Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-02-18T22:41:32.453Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-02-18T22:41:32.453Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-02-18T22:41:32.723Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-02-18T22:41:32.723Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-02-18T22:41:32.723Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-02-18T22:41:32.723Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-02-18T22:41:32.723Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-02-18T22:41:32.723Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-02-18T22:41:32.723Z] ---> Running in abb7a100fd3c [2021-02-18T22:41:32.723Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-02-18T22:41:32.723Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-02-18T22:41:32.723Z] (29/33) Installing py3-progress (1.5-r0) [2021-02-18T22:41:32.723Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-02-18T22:41:32.723Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-02-18T22:41:32.723Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-02-18T22:41:32.723Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-02-18T22:41:32.996Z] Executing busybox-1.31.1-r19.trigger [2021-02-18T22:41:32.996Z] OK: 71 MiB in 55 packages [2021-02-18T22:41:33.270Z] Removing intermediate container abb7a100fd3c [2021-02-18T22:41:33.270Z] ---> 3d80f96ab2c4 [2021-02-18T22:41:33.270Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-18T22:41:33.541Z] ---> Running in c98ded3489dd [2021-02-18T22:41:33.819Z] Removing intermediate container c98ded3489dd [2021-02-18T22:41:33.819Z] ---> 35a962964ae4 [2021-02-18T22:41:33.819Z] Step 21/23 : LABEL arch=arm64 [2021-02-18T22:41:34.098Z] ---> Running in a6b1bba209d7 [2021-02-18T22:41:34.693Z] Removing intermediate container a6b1bba209d7 [2021-02-18T22:41:34.693Z] ---> b6a5a06f2343 [2021-02-18T22:41:34.693Z] Step 22/23 : LABEL git_sha=2b04703d4e674a4b36fb2a1b8348aac01154cd91 [2021-02-18T22:41:34.975Z] ---> Running in 340d82c7ee03 [2021-02-18T22:41:35.589Z] Removing intermediate container 340d82c7ee03 [2021-02-18T22:41:35.589Z] ---> 4272d1c91eb4 [2021-02-18T22:41:35.589Z] Step 23/23 : LABEL version=0.0.0 [2021-02-18T22:41:35.864Z] ---> Running in 9be64651d934 [2021-02-18T22:41:36.457Z] Removing intermediate container 9be64651d934 [2021-02-18T22:41:36.457Z] ---> df287d869344 [2021-02-18T22:41:36.457Z] [2021-02-18T22:41:36.729Z] Successfully built df287d869344 [2021-02-18T22:41:36.729Z] Successfully tagged docker-core-data-go-arm64:latest [2021-02-18T22:41:38.689Z]  Building docker-core-data-go ... done Removing intermediate container d3467e23748b [2021-02-18T22:41:38.689Z] ---> 87dbbeaa8780 [2021-02-18T22:41:38.689Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-02-18T22:41:38.962Z] ---> Running in aff19c90e04d [2021-02-18T22:41:43.245Z] Collecting docker-compose==1.23.2 [2021-02-18T22:41:43.245Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-02-18T22:41:44.669Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-02-18T22:41:44.669Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-02-18T22:41:44.939Z] Collecting cached-property<2,>=1.2.0 [2021-02-18T22:41:45.209Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-02-18T22:41:45.481Z] Collecting texttable<0.10,>=0.9.0 [2021-02-18T22:41:45.481Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-02-18T22:41:47.438Z] Collecting docopt<0.7,>=0.6.1 [2021-02-18T22:41:47.438Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-02-18T22:41:49.400Z] Collecting PyYAML<4,>=3.10 [2021-02-18T22:41:49.400Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-02-18T22:41:52.003Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2021-02-18T22:41:52.272Z] Collecting jsonschema<3,>=2.5.1 [2021-02-18T22:41:52.541Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-02-18T22:41:52.811Z] Collecting dockerpty<0.5,>=0.4.1 [2021-02-18T22:41:52.811Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-02-18T22:41:54.772Z] Collecting docker<4.0,>=3.6.0 [2021-02-18T22:41:54.772Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-02-18T22:41:55.741Z] Collecting websocket-client<1.0,>=0.32.0 [2021-02-18T22:41:55.741Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-02-18T22:41:55.741Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2021-02-18T22:41:56.330Z] Collecting urllib3<1.25,>=1.21.1 [2021-02-18T22:41:56.330Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-02-18T22:41:56.599Z] Collecting idna<2.8,>=2.5 [2021-02-18T22:41:56.599Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-02-18T22:41:56.599Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2021-02-18T22:41:56.869Z] Collecting docker-pycreds>=0.4.0 [2021-02-18T22:41:56.869Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-02-18T22:41:56.869Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-02-18T22:41:56.869Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-02-18T22:41:56.869Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-02-18T22:41:56.869Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-02-18T22:41:57.834Z] Installing collected packages: urllib3, idna, requests, cached-property, texttable, docopt, PyYAML, jsonschema, dockerpty, docker-pycreds, websocket-client, docker, docker-compose [2021-02-18T22:41:57.834Z] Attempting uninstall: urllib3 [2021-02-18T22:41:57.834Z] Found existing installation: urllib3 1.25.9 [2021-02-18T22:41:57.834Z] Uninstalling urllib3-1.25.9: [2021-02-18T22:41:57.834Z] Successfully uninstalled urllib3-1.25.9 [2021-02-18T22:41:58.424Z] Attempting uninstall: idna [2021-02-18T22:41:58.424Z] Found existing installation: idna 2.9 [2021-02-18T22:41:58.424Z] Uninstalling idna-2.9: [2021-02-18T22:41:58.696Z] Successfully uninstalled idna-2.9 [2021-02-18T22:41:59.285Z] Attempting uninstall: requests [2021-02-18T22:41:59.285Z] Found existing installation: requests 2.23.0 [2021-02-18T22:41:59.285Z] Uninstalling requests-2.23.0: [2021-02-18T22:41:59.285Z] Successfully uninstalled requests-2.23.0 [2021-02-18T22:41:59.555Z] Running setup.py install for texttable: started [2021-02-18T22:42:01.514Z] Running setup.py install for texttable: finished with status 'done' [2021-02-18T22:42:01.514Z] Running setup.py install for docopt: started [2021-02-18T22:42:03.475Z] Running setup.py install for docopt: finished with status 'done' [2021-02-18T22:42:03.475Z] Running setup.py install for PyYAML: started [2021-02-18T22:42:05.434Z] Running setup.py install for PyYAML: finished with status 'done' [2021-02-18T22:42:05.434Z] Running setup.py install for dockerpty: started [2021-02-18T22:42:07.395Z] Running setup.py install for dockerpty: finished with status 'done' [2021-02-18T22:42:09.354Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 [2021-02-18T22:42:12.739Z] Removing intermediate container aff19c90e04d [2021-02-18T22:42:12.739Z] ---> d5ed99b54f68 [2021-02-18T22:42:12.739Z] Step 21/26 : RUN apk --no-cache add curl [2021-02-18T22:42:12.739Z] ---> Running in 0f1fb3cb91ac [2021-02-18T22:42:14.168Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-18T22:42:14.168Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-18T22:42:14.763Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-02-18T22:42:14.763Z] (2/3) Installing libcurl (7.69.1-r3) [2021-02-18T22:42:14.763Z] (3/3) Installing curl (7.69.1-r3) [2021-02-18T22:42:14.763Z] Executing busybox-1.31.1-r19.trigger [2021-02-18T22:42:14.763Z] OK: 71 MiB in 58 packages [2021-02-18T22:42:15.743Z] Removing intermediate container 0f1fb3cb91ac [2021-02-18T22:42:15.743Z] ---> 26fc1f11e6db [2021-02-18T22:42:15.743Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-02-18T22:42:16.015Z] ---> Running in 2614b879c536 [2021-02-18T22:42:16.620Z] Removing intermediate container 2614b879c536 [2021-02-18T22:42:16.620Z] ---> 0da2e958ac35 [2021-02-18T22:42:16.620Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-18T22:42:16.620Z] ---> Running in dc890e804702 [2021-02-18T22:42:17.221Z] Removing intermediate container dc890e804702 [2021-02-18T22:42:17.221Z] ---> fc84fd2a299f [2021-02-18T22:42:17.221Z] Step 24/26 : LABEL arch=arm64 [2021-02-18T22:42:17.221Z] ---> Running in 74ef4434f6b9 [2021-02-18T22:42:17.857Z] Removing intermediate container 74ef4434f6b9 [2021-02-18T22:42:17.857Z] ---> ed648e682652 [2021-02-18T22:42:17.857Z] Step 25/26 : LABEL git_sha=2b04703d4e674a4b36fb2a1b8348aac01154cd91 [2021-02-18T22:42:17.857Z] ---> Running in fe8f781eca4b [2021-02-18T22:42:18.455Z] Removing intermediate container fe8f781eca4b [2021-02-18T22:42:18.455Z] ---> 8b3e8881a236 [2021-02-18T22:42:18.455Z] Step 26/26 : LABEL version=0.0.0 [2021-02-18T22:42:18.733Z] ---> Running in 4a16c0b5cc87 [2021-02-18T22:42:19.004Z] Removing intermediate container 4a16c0b5cc87 [2021-02-18T22:42:19.004Z] ---> 245c8f5ad7b5 [2021-02-18T22:42:19.004Z] [2021-02-18T22:42:19.598Z] Successfully built 245c8f5ad7b5 [2021-02-18T22:42:19.598Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-02-18T22:42:19.614Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-02-18T22:42:19.621Z] $ docker stop --time=1 ee768ca0b9ea21e96b68da888f6da7b9e8b53c03c585f168e42d68223f7d7c12 [2021-02-18T22:42:21.515Z] $ docker rm -f ee768ca0b9ea21e96b68da888f6da7b9e8b53c03c585f168e42d68223f7d7c12 [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-18T22:42:22.189Z] + docker images [2021-02-18T22:42:22.189Z] + grep docker [2021-02-18T22:42:22.459Z] docker-sys-mgmt-agent-go-arm64 latest 245c8f5ad7b5 4 seconds ago 300MB [2021-02-18T22:42:22.459Z] docker-core-data-go-arm64 latest df287d869344 47 seconds ago 21.1MB [2021-02-18T22:42:22.459Z] docker-security-bootstrapper-go-arm64 latest 69dc73d4b8a2 About a minute ago 17.2MB [2021-02-18T22:42:22.459Z] docker-security-proxy-setup-go-arm64 latest 62d4d505c646 About a minute ago 23.4MB [2021-02-18T22:42:22.459Z] docker-support-notifications-go-arm64 latest 48a2f8bb07ce 4 minutes ago 16.8MB [2021-02-18T22:42:22.459Z] docker-support-scheduler-go-arm64 latest c95c0c71e8df 4 minutes ago 16.3MB [2021-02-18T22:42:22.459Z] docker-core-metadata-go-arm64 latest 51b32d46d098 4 minutes ago 17.9MB [2021-02-18T22:42:22.459Z] docker-core-command-go-arm64 latest f6971d372973 4 minutes ago 16.2MB [2021-02-18T22:42:22.459Z] docker-security-secretstore-setup-go-arm64 latest 80698860e03f 4 minutes ago 23.6MB [2021-02-18T22:42:22.459Z] docker 20.10.0 eeaf43b92773 2 months ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2021-02-18T22:42:24.254Z] provisioning config files... [2021-02-18T22:42:24.268Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/6@tmp/config7734456756689610847tmp [Pipeline] { [Pipeline] sh [2021-02-18T22:42:24.638Z] + set +x [2021-02-18T22:42:24.638Z] + curl -s https://codecov.io/bash [2021-02-18T22:42:24.638Z] + bash -s -- [2021-02-18T22:42:25.214Z] [2021-02-18T22:42:25.214Z] _____ _ [2021-02-18T22:42:25.214Z] / ____| | | [2021-02-18T22:42:25.214Z] | | ___ __| | ___ ___ _____ __ [2021-02-18T22:42:25.214Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-02-18T22:42:25.214Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-02-18T22:42:25.214Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-02-18T22:42:25.214Z] Bash-20210129-7c25fce [2021-02-18T22:42:25.214Z] [2021-02-18T22:42:25.214Z] [2021-02-18T22:42:25.214Z] ==> git version 2.24.3 found [2021-02-18T22:42:25.214Z] ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 [2021-02-18T22:42:25.214Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-02-18T22:42:25.214Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-02-18T22:42:25.214Z] ==> Jenkins CI detected. [2021-02-18T22:42:25.214Z] project root: . [2021-02-18T22:42:25.214Z] --> token set from env [2021-02-18T22:42:25.214Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-02-18T22:42:25.214Z] ==> Running gcov in . (disable via -X gcov) [2021-02-18T22:42:25.214Z] ==> Python coveragepy not found [2021-02-18T22:42:25.214Z] ==> Searching for coverage reports in: [2021-02-18T22:42:25.214Z] + . [2021-02-18T22:42:25.214Z] -> Found 1 reports [2021-02-18T22:42:25.214Z] ==> Detecting git/mercurial file structure [2021-02-18T22:42:25.214Z] ==> Reading reports [2021-02-18T22:42:25.214Z] + ./coverage.out bytes=597520 [2021-02-18T22:42:25.214Z] ==> Appending adjustments [2021-02-18T22:42:25.214Z] https://docs.codecov.io/docs/fixing-reports [2021-02-18T22:42:28.523Z] + Found adjustments [2021-02-18T22:42:28.524Z] ==> Gzipping contents [2021-02-18T22:42:28.524Z] 88K /tmp/codecov.7ZBUgG.gz [2021-02-18T22:42:28.524Z] ==> Uploading reports [2021-02-18T22:42:28.524Z] url: https://codecov.io [2021-02-18T22:42:28.524Z] query: branch=PR-3171&commit=2b04703d4e674a4b36fb2a1b8348aac01154cd91&build=6&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3171%2F6%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3171&job=&cmd_args= [2021-02-18T22:42:28.524Z] -> Pinging Codecov [2021-02-18T22:42:28.524Z] https://codecov.io/upload/v4?package=bash-20210129-7c25fce&token=secret&branch=PR-3171&commit=2b04703d4e674a4b36fb2a1b8348aac01154cd91&build=6&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3171%2F6%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3171&job=&cmd_args= [2021-02-18T22:42:29.142Z] -> Uploading to [2021-02-18T22:42:29.142Z] https://storage.googleapis.com/codecov/v4/raw/2021-02-18/00271124DB129430A58F1EEE437C3FCB/2b04703d4e674a4b36fb2a1b8348aac01154cd91/ffc4ed48-6301-48b9-ad41-e29582238fca.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210218%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210218T224228Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=487cfa739741d9d8535227f67070c08d6b685864c98f1e2f6ee31e5a715d2e95 [2021-02-18T22:42:29.142Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-18T22:42:29.142Z] Dload Upload Total Spent Left Speed [2021-02-18T22:42:29.726Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 89610 0 0 100 89610 0 150k --:--:-- --:--:-- --:--:-- 150k [2021-02-18T22:42:29.726Z] -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/2b04703d4e674a4b36fb2a1b8348aac01154cd91 [Pipeline] } [2021-02-18T22:42:29.742Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2021-02-18T22:42:32.043Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-18T22:42:32.924Z] ---> package-listing.sh [2021-02-18T22:42:32.924Z] ++ facter osfamily [2021-02-18T22:42:32.924Z] ++ tr '[:upper:]' '[:lower:]' [2021-02-18T22:42:32.924Z] + OS_FAMILY=redhat [2021-02-18T22:42:32.924Z] + workspace=/w/workspace/edgex-go/6 [2021-02-18T22:42:32.924Z] + START_PACKAGES=/tmp/packages_start.txt [2021-02-18T22:42:32.924Z] + END_PACKAGES=/tmp/packages_end.txt [2021-02-18T22:42:32.924Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-02-18T22:42:32.924Z] + PACKAGES=/tmp/packages_start.txt [2021-02-18T22:42:32.924Z] + '[' /w/workspace/edgex-go/6 ']' [2021-02-18T22:42:32.924Z] + PACKAGES=/tmp/packages_end.txt [2021-02-18T22:42:32.924Z] + case "${OS_FAMILY}" in [2021-02-18T22:42:32.924Z] + rpm -qa [2021-02-18T22:42:32.924Z] + sort [2021-02-18T22:42:38.231Z] + '[' -f /tmp/packages_start.txt ']' [2021-02-18T22:42:38.231Z] + '[' -f /tmp/packages_end.txt ']' [2021-02-18T22:42:38.231Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-02-18T22:42:38.231Z] + '[' /w/workspace/edgex-go/6 ']' [2021-02-18T22:42:38.231Z] + mkdir -p /w/workspace/edgex-go/6/archives/ [2021-02-18T22:42:38.231Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/6/archives/ [Pipeline] echo [2021-02-18T22:42:38.244Z] 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/6/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-02-18T22:42:38.537Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-02-18T22:42:38.850Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-18T22:42:38.850Z] [2021-02-18T22:42:38.850Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-02-18T22:42:39.197Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-18T22:42:39.197Z] alpine: Pulling from edgex-lftools-log-publisher [2021-02-18T22:42:39.197Z] df20fa9351a1: Pulling fs layer [2021-02-18T22:42:39.197Z] 36b3adc4ff6f: Pulling fs layer [2021-02-18T22:42:39.197Z] 8ad3a11d3b57: Pulling fs layer [2021-02-18T22:42:39.197Z] 46f8f816bc3b: Pulling fs layer [2021-02-18T22:42:39.197Z] 93b61091891f: Pulling fs layer [2021-02-18T22:42:39.197Z] 93b9cdb0e59b: Pulling fs layer [2021-02-18T22:42:39.197Z] 5e14af77c1be: Pulling fs layer [2021-02-18T22:42:39.197Z] 01666e4c0597: Pulling fs layer [2021-02-18T22:42:39.197Z] aa168da1d23b: Pulling fs layer [2021-02-18T22:42:39.197Z] 46f8f816bc3b: Waiting [2021-02-18T22:42:39.197Z] 93b61091891f: Waiting [2021-02-18T22:42:39.197Z] 93b9cdb0e59b: Waiting [2021-02-18T22:42:39.197Z] 5e14af77c1be: Waiting [2021-02-18T22:42:39.197Z] aa168da1d23b: Waiting [2021-02-18T22:42:39.197Z] 36b3adc4ff6f: Verifying Checksum [2021-02-18T22:42:39.197Z] 36b3adc4ff6f: Download complete [2021-02-18T22:42:39.464Z] 46f8f816bc3b: Verifying Checksum [2021-02-18T22:42:39.464Z] 46f8f816bc3b: Download complete [2021-02-18T22:42:39.464Z] df20fa9351a1: Download complete [2021-02-18T22:42:39.464Z] 93b9cdb0e59b: Verifying Checksum [2021-02-18T22:42:39.464Z] 93b9cdb0e59b: Download complete [2021-02-18T22:42:39.464Z] 93b61091891f: Verifying Checksum [2021-02-18T22:42:39.464Z] 93b61091891f: Download complete [2021-02-18T22:42:39.464Z] 5e14af77c1be: Verifying Checksum [2021-02-18T22:42:39.464Z] 5e14af77c1be: Download complete [2021-02-18T22:42:39.464Z] 01666e4c0597: Verifying Checksum [2021-02-18T22:42:39.464Z] 01666e4c0597: Download complete [2021-02-18T22:42:39.464Z] 8ad3a11d3b57: Verifying Checksum [2021-02-18T22:42:39.464Z] 8ad3a11d3b57: Download complete [2021-02-18T22:42:39.726Z] df20fa9351a1: Pull complete [2021-02-18T22:42:39.989Z] 36b3adc4ff6f: Pull complete [2021-02-18T22:42:40.958Z] 8ad3a11d3b57: Pull complete [2021-02-18T22:42:40.958Z] 46f8f816bc3b: Pull complete [2021-02-18T22:42:41.532Z] aa168da1d23b: Verifying Checksum [2021-02-18T22:42:41.532Z] aa168da1d23b: Download complete [2021-02-18T22:42:42.478Z] 93b61091891f: Pull complete [2021-02-18T22:42:42.478Z] 93b9cdb0e59b: Pull complete [2021-02-18T22:42:42.478Z] 5e14af77c1be: Pull complete [2021-02-18T22:42:42.744Z] 01666e4c0597: Pull complete [2021-02-18T22:42:50.905Z] aa168da1d23b: Pull complete [2021-02-18T22:42:50.905Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-02-18T22:42:51.478Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-18T22:42:51.478Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-02-18T22:42:51.720Z] prd-centos7-docker-4c-2g-26849 does not seem to be running inside a container [2021-02-18T22:42:51.765Z] $ 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/6/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/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@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-lftools-log-publisher:alpine cat [2021-02-18T22:42:55.475Z] $ docker top c57aadd8386cb14f7d51536df6b6af8808157fb9160dc024e08954365169e58f -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-18T22:42:56.054Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-02-18T22:42:56.355Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-02-18T22:42:56.658Z] + ls /var/log/sa-host [2021-02-18T22:42:56.658Z] + sadf -c /var/log/sa-host/sa18 [2021-02-18T22:42:56.658Z] file_magic: OK [2021-02-18T22:42:56.658Z] HZ: Using current value: 100 [2021-02-18T22:42:56.658Z] file_header: OK [2021-02-18T22:42:56.658Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-02-18T22:42:56.658Z] Statistics: [2021-02-18T22:42:56.658Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-02-18T22:42:56.658Z] File successfully converted to sysstat format version 12.2.1 [2021-02-18T22:42:56.658Z] + sadf -c /var/log/sa-host/sa23 [2021-02-18T22:42:56.658Z] file_magic: OK [2021-02-18T22:42:56.658Z] HZ: Using current value: 100 [2021-02-18T22:42:56.658Z] file_header: OK [2021-02-18T22:42:56.658Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-02-18T22:42:56.658Z] Statistics: [2021-02-18T22:42:56.658Z] Hnuu...uuuununununu... [2021-02-18T22:42:56.658Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-02-18T22:42:56.926Z] provisioning config files... [2021-02-18T22:42:56.942Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/6@tmp/config1564405753365274175tmp [Pipeline] { [Pipeline] echo [2021-02-18T22:42:57.012Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-18T22:42:57.308Z] ---> create-netrc.sh [Pipeline] } [2021-02-18T22:42:57.317Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-02-18T22:42:57.407Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-18T22:42:57.703Z] ---> python-tools-install.sh [Pipeline] echo [2021-02-18T22:42:57.715Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-18T22:42:58.011Z] ---> sudo-logs.sh [2021-02-18T22:42:58.011Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-02-18T22:42:58.082Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-18T22:42:58.378Z] ---> job-cost.sh [2021-02-18T22:42:58.378Z] lf-activate-venv: SKIPPING [2021-02-18T22:42:58.378Z] INFO: No Stack... [2021-02-18T22:42:59.322Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-02-18T22:42:59.895Z] INFO: Archiving Costs [Pipeline] echo [2021-02-18T22:42:59.909Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-18T22:43:00.210Z] ---> logs-deploy.sh [2021-02-18T22:43:00.210Z] lf-activate-venv: SKIPPING [2021-02-18T22:43:00.210Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3171/6 [2021-02-18T22:43:00.210Z] INFO: archiving workspace using pattern(s): [2021-02-18T22:43:01.595Z] Archives upload complete. [2021-02-18T22:43:01.595Z] INFO: archiving logs to Nexus