Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of FelixTing for edgexfoundry/edgex-go Loading trusted files from base branch master at 60451040515ee9eeb901ca3bb1c4662a631f475e rather than 25b0e270b56badf436881da003bb813d97a6c436 Obtained Jenkinsfile from 60451040515ee9eeb901ca3bb1c4662a631f475e 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 f82e9360b4159668f7e3e090307a6179e9a8e48d 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 f82e9360b4159668f7e3e090307a6179e9a8e48d 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 f82e9360b4159668f7e3e090307a6179e9a8e48d (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f f82e9360b4159668f7e3e090307a6179e9a8e48d # timeout=10 Commit message: "Merge pull request #311 from ernestojeda/fix-data-binary" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org 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-20341 in /w/workspace/edgexfoundry_edgex-go_PR-3030 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/4 [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/4 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3030/head:refs/remotes/origin/PR-3030 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 60451040515ee9eeb901ca3bb1c4662a631f475e into PR head commit 25b0e270b56badf436881da003bb813d97a6c436 Merge succeeded, producing d791a1a4a5e742e1cfd23f54a7a2c65c151967c8 Checking out Revision d791a1a4a5e742e1cfd23f54a7a2c65c151967c8 (PR-3030) > git config core.sparsecheckout # timeout=10 > git checkout -f 25b0e270b56badf436881da003bb813d97a6c436 # 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 60451040515ee9eeb901ca3bb1c4662a631f475e # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f d791a1a4a5e742e1cfd23f54a7a2c65c151967c8 # timeout=10 Commit message: "Merge commit '60451040515ee9eeb901ca3bb1c4662a631f475e' into HEAD" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-01-15T00:30:12.067Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-01-15T00:30:12.344Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-01-15T00:30:12.442Z] ========================================================= [2021-01-15T00:30:12.442Z] EdgeX Global Pipelines Version Info [2021-01-15T00:30:12.442Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk 4d1422c6aa577a71801cc1e5479d2ecbc19b52c4 # timeout=10 [2021-01-15T00:30:13.993Z] ------------------- [2021-01-15T00:30:13.993Z] stable info: [2021-01-15T00:30:13.993Z] ------------------- [2021-01-15T00:30:13.993Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-15T00:30:13.993Z] Commit SHA: f82e9360b4159668f7e3e090307a6179e9a8e48d [2021-01-15T00:30:13.993Z] Message: update stable to v1.0.177 [2021-01-15T00:30:14.942Z] ------------------- [2021-01-15T00:30:14.942Z] experimental info: [2021-01-15T00:30:14.942Z] ------------------- [2021-01-15T00:30:14.942Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-01-15T00:30:14.942Z] Commit SHA: f82e9360b4159668f7e3e090307a6179e9a8e48d [2021-01-15T00:30:14.942Z] Message: update experimental to v1.0.177 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-01-15T00:30:15.199Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-01-15T00:30:15.290Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-01-15T00:30:15.385Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-01-15T00:30:15.477Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-01-15T00:30:15.570Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-01-15T00:30:15.663Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-01-15T00:30:15.755Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-01-15T00:30:15.863Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-01-15T00:30:15.961Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-01-15T00:30:16.051Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-01-15T00:30:16.153Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-01-15T00:30:16.242Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-01-15T00:30:16.332Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-01-15T00:30:16.422Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-01-15T00:30:16.560Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-01-15T00:30:16.652Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-01-15T00:30:16.768Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-01-15T00:30:16.861Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-01-15T00:30:16.946Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-01-15T00:30:17.038Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-01-15T00:30:17.126Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-01-15T00:30:17.242Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-01-15T00:30:17.330Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-01-15T00:30:17.417Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3030 [Pipeline] echo [2021-01-15T00:30:17.508Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3030 [Pipeline] echo [2021-01-15T00:30:17.603Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3030 [Pipeline] echo [2021-01-15T00:30:17.697Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = d791a1a4a5e742e1cfd23f54a7a2c65c151967c8 [Pipeline] echo [2021-01-15T00:30:17.784Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = d791a1a [Pipeline] echo [2021-01-15T00:30:17.872Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-15T00:30:18.041Z] provisioning config files... [2021-01-15T00:30:18.074Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/4@tmp/config3054272792290535936tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-15T00:30:18.424Z] ---> docker-login.sh [2021-01-15T00:30:18.424Z] nexus3.edgexfoundry.org:10001 [2021-01-15T00:30:18.687Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-15T00:30:18.687Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-15T00:30:18.687Z] Configure a credential helper to remove this warning. See [2021-01-15T00:30:18.687Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-15T00:30:18.687Z] [2021-01-15T00:30:18.687Z] Login Succeeded [2021-01-15T00:30:18.687Z] nexus3.edgexfoundry.org:10002 [2021-01-15T00:30:18.951Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-15T00:30:18.951Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-15T00:30:18.951Z] Configure a credential helper to remove this warning. See [2021-01-15T00:30:18.951Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-15T00:30:18.951Z] [2021-01-15T00:30:18.951Z] Login Succeeded [2021-01-15T00:30:18.951Z] nexus3.edgexfoundry.org:10003 [2021-01-15T00:30:19.212Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-15T00:30:19.212Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-15T00:30:19.212Z] Configure a credential helper to remove this warning. See [2021-01-15T00:30:19.212Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-15T00:30:19.212Z] [2021-01-15T00:30:19.212Z] Login Succeeded [2021-01-15T00:30:19.212Z] nexus3.edgexfoundry.org:10004 [2021-01-15T00:30:19.212Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-15T00:30:19.479Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-15T00:30:19.479Z] Configure a credential helper to remove this warning. See [2021-01-15T00:30:19.479Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-15T00:30:19.479Z] [2021-01-15T00:30:19.479Z] Login Succeeded [2021-01-15T00:30:19.479Z] docker.io [2021-01-15T00:30:19.479Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-15T00:30:19.744Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-15T00:30:19.744Z] Configure a credential helper to remove this warning. See [2021-01-15T00:30:19.744Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-15T00:30:19.744Z] [2021-01-15T00:30:19.744Z] Login Succeeded [2021-01-15T00:30:19.744Z] ---> docker-login.sh ends [Pipeline] } [2021-01-15T00:30:19.754Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-15T00:30:20.295Z] ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrap-redis/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile [2021-01-15T00:30:20.295Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-15T00:30:20.295Z] ++ dirname cmd/core-command/Dockerfile [2021-01-15T00:30:20.295Z] ++ cut -d/ -f2 [2021-01-15T00:30:20.295Z] + echo core-command,cmd/core-command/Dockerfile [2021-01-15T00:30:20.295Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-15T00:30:20.295Z] ++ dirname cmd/core-data/Dockerfile [2021-01-15T00:30:20.295Z] ++ cut -d/ -f2 [2021-01-15T00:30:20.295Z] + echo core-data,cmd/core-data/Dockerfile [2021-01-15T00:30:20.295Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-15T00:30:20.295Z] ++ dirname cmd/core-metadata/Dockerfile [2021-01-15T00:30:20.295Z] ++ cut -d/ -f2 [2021-01-15T00:30:20.295Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-01-15T00:30:20.295Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-15T00:30:20.295Z] ++ dirname cmd/security-bootstrap-redis/Dockerfile [2021-01-15T00:30:20.295Z] ++ cut -d/ -f2 [2021-01-15T00:30:20.295Z] + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile [2021-01-15T00:30:20.295Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-15T00:30:20.295Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-01-15T00:30:20.296Z] ++ cut -d/ -f2 [2021-01-15T00:30:20.296Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-01-15T00:30:20.296Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-15T00:30:20.296Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-01-15T00:30:20.296Z] ++ cut -d/ -f2 [2021-01-15T00:30:20.296Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-01-15T00:30:20.296Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-15T00:30:20.296Z] ++ dirname cmd/support-notifications/Dockerfile [2021-01-15T00:30:20.296Z] ++ cut -d/ -f2 [2021-01-15T00:30:20.296Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-01-15T00:30:20.296Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-15T00:30:20.296Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-01-15T00:30:20.296Z] ++ cut -d/ -f2 [2021-01-15T00:30:20.296Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-01-15T00:30:20.296Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-15T00:30:20.296Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-01-15T00:30:20.296Z] ++ cut -d/ -f2 [2021-01-15T00:30:20.296Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-01-15T00:30:20.381Z] Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-bootstrap-redis-go, dockerfile:cmd/security-bootstrap-redis/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2021-01-15T00:30:22.050Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-15T00:30:22.050Z] [2021-01-15T00:30:22.050Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-01-15T00:30:22.477Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-15T00:30:22.477Z] latest: Pulling from edgex-devops/git-semver [2021-01-15T00:30:22.477Z] 31603596830f: Pulling fs layer [2021-01-15T00:30:22.477Z] 2a8b12db71e7: Pulling fs layer [2021-01-15T00:30:22.477Z] 6ca5941a6612: Pulling fs layer [2021-01-15T00:30:22.477Z] ecc8261a40a4: Pulling fs layer [2021-01-15T00:30:22.477Z] 2a8b12db71e7: Verifying Checksum [2021-01-15T00:30:22.477Z] 2a8b12db71e7: Download complete [2021-01-15T00:30:22.477Z] 31603596830f: Verifying Checksum [2021-01-15T00:30:22.477Z] 31603596830f: Download complete [2021-01-15T00:30:22.741Z] 6ca5941a6612: Verifying Checksum [2021-01-15T00:30:22.741Z] 6ca5941a6612: Download complete [2021-01-15T00:30:22.741Z] ecc8261a40a4: Verifying Checksum [2021-01-15T00:30:22.741Z] ecc8261a40a4: Download complete [2021-01-15T00:30:22.741Z] 31603596830f: Pull complete [2021-01-15T00:30:23.008Z] 2a8b12db71e7: Pull complete [2021-01-15T00:30:23.595Z] 6ca5941a6612: Pull complete [2021-01-15T00:30:23.857Z] ecc8261a40a4: Pull complete [2021-01-15T00:30:23.857Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-01-15T00:30:23.857Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-15T00:30:23.857Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-01-15T00:30:23.961Z] prd-centos7-docker-4c-2g-20341 does not seem to be running inside a container [2021-01-15T00:30:24.020Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-01-15T00:30:26.475Z] $ docker top e065e241f8b224904928d5c57ae88e7216e91c68ca900c09974f629d824ae025 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-15T00:30:26.804Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-15T00:30:26.804Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-15T00:30:26.999Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-15T00:30:27.004Z] $ docker exec e065e241f8b224904928d5c57ae88e7216e91c68ca900c09974f629d824ae025 ssh-agent [2021-01-15T00:30:27.169Z] SSH_AUTH_SOCK=/tmp/ssh-Kw8QlXtyjGAb/agent.11 [2021-01-15T00:30:27.169Z] SSH_AGENT_PID=16 [2021-01-15T00:30:27.179Z] Running ssh-add (command line suppressed) [2021-01-15T00:30:27.293Z] Identity added: /w/workspace/edgex-go/4@tmp/private_key_8439416148573192294.key (/w/workspace/edgex-go/4@tmp/private_key_8439416148573192294.key) [2021-01-15T00:30:27.346Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-15T00:30:27.695Z] + git tag --points-at HEAD [Pipeline] } [2021-01-15T00:30:27.735Z] $ docker exec --env ******** --env ******** e065e241f8b224904928d5c57ae88e7216e91c68ca900c09974f629d824ae025 ssh-agent -k [2021-01-15T00:30:27.838Z] unset SSH_AUTH_SOCK; [2021-01-15T00:30:27.839Z] unset SSH_AGENT_PID; [2021-01-15T00:30:27.839Z] echo Agent pid 16 killed; [2021-01-15T00:30:27.880Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-01-15T00:30:28.033Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-15T00:30:28.033Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-15T00:30:28.191Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-15T00:30:28.196Z] $ docker exec e065e241f8b224904928d5c57ae88e7216e91c68ca900c09974f629d824ae025 ssh-agent [2021-01-15T00:30:28.348Z] SSH_AUTH_SOCK=/tmp/ssh-E6wDFjJKrUSq/agent.44 [2021-01-15T00:30:28.348Z] SSH_AGENT_PID=49 [2021-01-15T00:30:28.355Z] Running ssh-add (command line suppressed) [2021-01-15T00:30:28.467Z] Identity added: /w/workspace/edgex-go/4@tmp/private_key_4667149484616783349.key (/w/workspace/edgex-go/4@tmp/private_key_4667149484616783349.key) [2021-01-15T00:30:28.518Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-15T00:30:28.852Z] + git semver init [2021-01-15T00:30:28.852Z] # -> Open(): unable to determine branch for HEAD [2021-01-15T00:30:28.852Z] # $GIT_DIR = /w/workspace/edgex-go/4/.git [2021-01-15T00:30:28.852Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/4 [2021-01-15T00:30:28.852Z] # $SEMVER_REMOTE_NAME = origin [2021-01-15T00:30:28.852Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-15T00:30:28.852Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-15T00:30:28.852Z] # $SEMVER_BRANCH = PR-3030 [2021-01-15T00:30:28.852Z] # $SEMVER_TEMP = /tmp/semver-244630594 [2021-01-15T00:30:28.852Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-01-15T00:30:47.122Z] # '/tmp/semver-244630594' -> '/w/workspace/edgex-go/4/.semver' [2021-01-15T00:30:47.122Z] # -> Force: false [2021-01-15T00:30:47.122Z] # $SEMVER_DIR = /w/workspace/edgex-go/4/.semver [Pipeline] } [2021-01-15T00:30:47.144Z] $ docker exec --env ******** --env ******** e065e241f8b224904928d5c57ae88e7216e91c68ca900c09974f629d824ae025 ssh-agent -k [2021-01-15T00:30:47.327Z] unset SSH_AUTH_SOCK; [2021-01-15T00:30:47.328Z] unset SSH_AGENT_PID; [2021-01-15T00:30:47.328Z] echo Agent pid 49 killed; [2021-01-15T00:30:47.395Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-15T00:30:47.949Z] + git semver [Pipeline] } [2021-01-15T00:30:47.974Z] $ docker stop --time=1 e065e241f8b224904928d5c57ae88e7216e91c68ca900c09974f629d824ae025 [2021-01-15T00:30:49.615Z] $ docker rm -f e065e241f8b224904928d5c57ae88e7216e91c68ca900c09974f629d824ae025 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-15T00:30:50.134Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-01-15T00:30:50.627Z] Stashed 1 file(s) [Pipeline] echo [2021-01-15T00:30:50.630Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-15T00:30:51.621Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-01-15T00:30:51.926Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-15T00:30:52.226Z] + sudo service docker restart [2021-01-15T00:30:52.226Z] + true [2021-01-15T00:30:52.226Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-01-15T00:30:52.823Z] ========================================================= [2021-01-15T00:30:52.823Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-01-15T00:30:52.823Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-15T00:30:53.198Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2021-01-15T00:30:56.523Z] Sending build context to Docker daemon 326.5MB [2021-01-15T00:30:56.523Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-15T00:30:56.523Z] Step 2/6 : FROM ${BASE} [2021-01-15T00:30:56.523Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-01-15T00:30:56.523Z] 188c0c94c7c5: Pulling fs layer [2021-01-15T00:30:56.523Z] 0ef7d3d256c8: Pulling fs layer [2021-01-15T00:30:56.523Z] de9db76c5a1d: Pulling fs layer [2021-01-15T00:30:56.523Z] bca2f99d35d6: Pulling fs layer [2021-01-15T00:30:56.523Z] 93359f2a8cfa: Pulling fs layer [2021-01-15T00:30:56.523Z] 7c6f9722023f: Pulling fs layer [2021-01-15T00:30:56.523Z] a35cf1a2eb13: Pulling fs layer [2021-01-15T00:30:56.523Z] bca2f99d35d6: Waiting [2021-01-15T00:30:56.523Z] 93359f2a8cfa: Waiting [2021-01-15T00:30:56.523Z] 7c6f9722023f: Waiting [2021-01-15T00:30:56.523Z] a35cf1a2eb13: Waiting [2021-01-15T00:30:56.523Z] de9db76c5a1d: Verifying Checksum [2021-01-15T00:30:56.523Z] de9db76c5a1d: Download complete [2021-01-15T00:30:56.523Z] 0ef7d3d256c8: Verifying Checksum [2021-01-15T00:30:56.523Z] 0ef7d3d256c8: Download complete [2021-01-15T00:30:56.523Z] 93359f2a8cfa: Verifying Checksum [2021-01-15T00:30:56.523Z] 93359f2a8cfa: Download complete [2021-01-15T00:30:56.523Z] 7c6f9722023f: Verifying Checksum [2021-01-15T00:30:56.523Z] 7c6f9722023f: Download complete [2021-01-15T00:30:56.523Z] 188c0c94c7c5: Verifying Checksum [2021-01-15T00:30:56.523Z] 188c0c94c7c5: Download complete [2021-01-15T00:30:56.523Z] 188c0c94c7c5: Pull complete [2021-01-15T00:30:56.786Z] 0ef7d3d256c8: Pull complete [2021-01-15T00:30:57.049Z] de9db76c5a1d: Pull complete [2021-01-15T00:30:58.005Z] a35cf1a2eb13: Verifying Checksum [2021-01-15T00:30:58.005Z] a35cf1a2eb13: Download complete [2021-01-15T00:30:58.579Z] bca2f99d35d6: Download complete [2021-01-15T00:31:03.889Z] bca2f99d35d6: Pull complete [2021-01-15T00:31:03.889Z] 93359f2a8cfa: Pull complete [2021-01-15T00:31:03.889Z] 7c6f9722023f: Pull complete [2021-01-15T00:31:06.045Z] Still waiting to schedule task [2021-01-15T00:31:06.045Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2021-01-15T00:31:10.495Z] a35cf1a2eb13: Pull complete [2021-01-15T00:31:10.496Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-01-15T00:31:10.496Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-01-15T00:31:10.496Z] ---> a62c8e92a672 [2021-01-15T00:31:10.496Z] Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2021-01-15T00:31:10.496Z] ---> Running in d3a2691e6c7b [2021-01-15T00:31:10.496Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-15T00:31:11.069Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-15T00:31:11.641Z] (1/12) Installing libmagic (5.38-r0) [2021-01-15T00:31:11.910Z] (2/12) Installing file (5.38-r0) [2021-01-15T00:31:12.173Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-15T00:31:12.173Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-15T00:31:16.391Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-15T00:31:16.391Z] (6/12) Installing patch (2.7.6-r6) [2021-01-15T00:31:16.391Z] (7/12) Installing build-base (0.5-r2) [2021-01-15T00:31:16.391Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-15T00:31:16.391Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-15T00:31:16.391Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-15T00:31:16.391Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-15T00:31:16.657Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-15T00:31:16.657Z] Executing busybox-1.31.1-r19.trigger [2021-01-15T00:31:16.657Z] OK: 233 MiB in 51 packages [2021-01-15T00:31:20.868Z] Removing intermediate container d3a2691e6c7b [2021-01-15T00:31:20.869Z] ---> 46c17dab329e [2021-01-15T00:31:20.869Z] Step 4/6 : WORKDIR /edgex-go [2021-01-15T00:31:20.869Z] ---> Running in d416e39ba8bf [2021-01-15T00:31:20.869Z] Removing intermediate container d416e39ba8bf [2021-01-15T00:31:20.869Z] ---> ea3c53685671 [2021-01-15T00:31:20.869Z] Step 5/6 : COPY go.mod . [2021-01-15T00:31:20.869Z] ---> 7fed1b483ad0 [2021-01-15T00:31:20.869Z] Step 6/6 : RUN go mod download [2021-01-15T00:31:20.869Z] ---> Running in f32b6e434c5e [2021-01-15T00:31:42.881Z] Removing intermediate container f32b6e434c5e [2021-01-15T00:31:42.881Z] ---> 4cba6e8be494 [2021-01-15T00:31:42.881Z] Successfully built 4cba6e8be494 [2021-01-15T00:31:42.881Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-15T00:31:43.191Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-15T00:31:43.191Z] . [Pipeline] withDockerContainer [2021-01-15T00:31:43.285Z] prd-centos7-docker-4c-2g-20341 does not seem to be running inside a container [2021-01-15T00:31:43.329Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-01-15T00:31:44.036Z] $ docker top 160752aa9850ae2ef3c227bff0cdad46e5ce9f9ef0008db1eff7c1297e25d4d0 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-15T00:31:44.503Z] + go version [2021-01-15T00:31:44.503Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-01-15T00:31:44.516Z] $ docker stop --time=1 160752aa9850ae2ef3c227bff0cdad46e5ce9f9ef0008db1eff7c1297e25d4d0 [2021-01-15T00:31:45.848Z] $ docker rm -f 160752aa9850ae2ef3c227bff0cdad46e5ce9f9ef0008db1eff7c1297e25d4d0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-15T00:31:46.619Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-15T00:31:46.619Z] . [Pipeline] withDockerContainer [2021-01-15T00:31:46.707Z] prd-centos7-docker-4c-2g-20341 does not seem to be running inside a container [2021-01-15T00:31:46.751Z] $ 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/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-01-15T00:31:47.557Z] $ docker top 87a40dd2528b902c275153fc95b0ad8c7ca3d60be5a9e6dd73d4f59399b255ac -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-15T00:31:47.749Z] ========================================================= [2021-01-15T00:31:47.749Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-01-15T00:31:47.749Z] ========================================================= [Pipeline] sh [2021-01-15T00:31:48.041Z] + make test [2021-01-15T00:31:48.041Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-15T00:31:56.224Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-01-15T00:32:08.601Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-01-15T00:32:15.242Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-01-15T00:32:15.837Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-01-15T00:32:15.837Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-01-15T00:32:15.837Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-01-15T00:32:16.101Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-01-15T00:32:16.372Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-01-15T00:32:16.635Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-01-15T00:32:16.907Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-01-15T00:32:17.500Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-01-15T00:32:19.452Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-01-15T00:32:19.452Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-01-15T00:32:19.452Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-01-15T00:32:21.408Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.084s coverage: 46.6% of statements [2021-01-15T00:32:21.408Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-01-15T00:32:21.408Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-01-15T00:32:21.408Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-01-15T00:32:21.408Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-01-15T00:32:21.408Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-01-15T00:32:26.773Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.164s coverage: 27.0% of statements [2021-01-15T00:32:26.773Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-01-15T00:32:26.773Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-01-15T00:32:26.773Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-01-15T00:32:26.773Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-01-15T00:32:26.773Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-01-15T00:32:26.773Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-01-15T00:32:26.773Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.050s coverage: 100.0% of statements [2021-01-15T00:32:26.773Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-01-15T00:32:26.773Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.036s coverage: 100.0% of statements [2021-01-15T00:32:26.773Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-01-15T00:32:26.773Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-01-15T00:32:26.773Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.125s coverage: 67.9% of statements [2021-01-15T00:32:26.773Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-01-15T00:32:26.773Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-01-15T00:32:26.773Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.104s coverage: 82.3% of statements [2021-01-15T00:32:26.773Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-01-15T00:32:26.773Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-01-15T00:32:26.773Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-01-15T00:32:26.773Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-01-15T00:32:27.724Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.310s coverage: 28.6% of statements [2021-01-15T00:32:27.724Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-01-15T00:32:27.724Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-01-15T00:32:27.724Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-01-15T00:32:27.724Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-01-15T00:32:27.724Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-01-15T00:32:27.724Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.057s coverage: 100.0% of statements [2021-01-15T00:32:27.724Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-01-15T00:32:27.724Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.033s coverage: 100.0% of statements [2021-01-15T00:32:27.724Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-01-15T00:32:27.724Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.099s coverage: 86.7% of statements [2021-01-15T00:32:27.724Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-01-15T00:32:28.310Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.163s coverage: 97.5% of statements [2021-01-15T00:32:28.310Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-01-15T00:32:28.310Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.054s coverage: 78.3% of statements [2021-01-15T00:32:28.310Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-01-15T00:32:28.310Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-01-15T00:32:28.310Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-01-15T00:32:28.310Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-01-15T00:32:30.887Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.318s coverage: 93.2% of statements [2021-01-15T00:32:30.888Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-01-15T00:32:30.888Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-01-15T00:32:30.888Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-01-15T00:32:30.888Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-01-15T00:32:30.888Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-01-15T00:32:30.888Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-01-15T00:32:30.888Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-01-15T00:32:30.888Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-01-15T00:32:30.888Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-01-15T00:32:30.888Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-01-15T00:32:30.888Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-01-15T00:32:30.888Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-01-15T00:32:30.888Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-01-15T00:32:30.888Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-01-15T00:32:30.888Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-01-15T00:32:30.888Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-01-15T00:32:30.888Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-01-15T00:32:30.888Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-01-15T00:32:30.888Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.040s coverage: 58.8% of statements [2021-01-15T00:32:30.888Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-01-15T00:32:30.888Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-01-15T00:32:30.888Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.083s coverage: 0.1% of statements [2021-01-15T00:32:30.888Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-01-15T00:32:30.888Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-01-15T00:32:30.888Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-01-15T00:32:30.888Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-01-15T00:32:30.888Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.037s coverage: 100.0% of statements [2021-01-15T00:32:30.888Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-01-15T00:32:30.888Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.063s coverage: 75.5% of statements [2021-01-15T00:32:30.888Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-01-15T00:32:30.888Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.049s coverage: 80.8% of statements [2021-01-15T00:32:30.888Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.082s coverage: 87.2% of statements [2021-01-15T00:32:30.888Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.048s coverage: 84.2% of statements [2021-01-15T00:32:30.888Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.100s coverage: 91.4% of statements [2021-01-15T00:32:30.888Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-01-15T00:32:31.839Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.212s coverage: 63.5% of statements [2021-01-15T00:32:31.839Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-01-15T00:32:31.839Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-01-15T00:32:31.839Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.029s coverage: 100.0% of statements [2021-01-15T00:32:31.839Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.049s coverage: 91.3% of statements [2021-01-15T00:32:31.839Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.028s coverage: 100.0% of statements [2021-01-15T00:32:32.109Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.054s coverage: 73.7% of statements [2021-01-15T00:32:32.109Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.043s coverage: 100.0% of statements [2021-01-15T00:32:33.539Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.289s coverage: 68.9% of statements [2021-01-15T00:32:33.539Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-01-15T00:32:33.539Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-01-15T00:32:33.539Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-01-15T00:32:33.539Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-01-15T00:32:33.539Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-01-15T00:32:33.808Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.103s coverage: 37.0% of statements [2021-01-15T00:32:33.808Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-01-15T00:32:33.808Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-01-15T00:32:33.808Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.324s coverage: 84.0% of statements [2021-01-15T00:32:33.808Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.036s coverage: 100.0% of statements [2021-01-15T00:32:35.770Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.118s coverage: 47.1% of statements [2021-01-15T00:32:35.770Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-01-15T00:32:35.770Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-01-15T00:32:35.770Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-01-15T00:32:35.770Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-01-15T00:32:35.770Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-01-15T00:32:35.770Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.049s coverage: 100.0% of statements [2021-01-15T00:32:35.770Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-01-15T00:32:35.770Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.045s coverage: 100.0% of statements [2021-01-15T00:32:35.770Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-01-15T00:32:36.729Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.671s coverage: 29.1% of statements [2021-01-15T00:32:36.729Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-01-15T00:32:36.729Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-01-15T00:32:36.729Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-01-15T00:32:36.729Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-01-15T00:32:36.729Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-01-15T00:32:36.729Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.066s coverage: 99.0% of statements [2021-01-15T00:32:36.729Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-01-15T00:32:36.729Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.040s coverage: 100.0% of statements [2021-01-15T00:32:36.729Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-01-15T00:32:36.729Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.022s coverage: 0.0% of statements [2021-01-15T00:32:36.729Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-01-15T00:32:36.729Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.025s coverage: 100.0% of statements [2021-01-15T00:32:36.729Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-01-15T00:32:36.729Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-01-15T00:32:36.729Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-01-15T00:32:36.729Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-01-15T00:32:36.729Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.041s coverage: 87.9% of statements [2021-01-15T00:32:36.729Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-01-15T00:32:36.729Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-01-15T00:32:36.995Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.037s coverage: 100.0% of statements [2021-01-15T00:32:37.255Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.032s coverage: 32.1% of statements [2021-01-15T00:32:37.516Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.033s coverage: 100.0% of statements [2021-01-15T00:32:37.778Z] GO111MODULE=on go vet ./... [2021-01-15T00:33:00.357Z] gofmt -l . [2021-01-15T00:33:00.357Z] [ "`gofmt -l .`" = "" ] [2021-01-15T00:33:00.357Z] ./bin/test-go-mod-tidy.sh [2021-01-15T00:33:00.357Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-01-15T00:33:00.662Z] + ls -al . [2021-01-15T00:33:00.662Z] total 656 [2021-01-15T00:33:00.662Z] drwxrwxr-x 10 1001 1001 4096 Jan 15 00:32 . [2021-01-15T00:33:00.662Z] drwxr-xr-x 4 root root 28 Jan 15 00:31 .. [2021-01-15T00:33:00.662Z] -rw-rw-r-- 1 1001 1001 11 Jan 15 00:30 .dockerignore [2021-01-15T00:33:00.662Z] drwxrwxr-x 8 1001 1001 179 Jan 15 00:30 .git [2021-01-15T00:33:00.662Z] drwxrwxr-x 3 1001 1001 125 Jan 15 00:30 .github [2021-01-15T00:33:00.662Z] -rw-rw-r-- 1 1001 1001 824 Jan 15 00:30 .gitignore [2021-01-15T00:33:00.662Z] drwx------ 3 1001 1001 47 Jan 15 00:30 .semver [2021-01-15T00:33:00.662Z] -rw-rw-r-- 1 1001 1001 166 Jan 15 00:30 .sonarcloud.properties [2021-01-15T00:33:00.662Z] -rw-rw-r-- 1 1001 1001 7741 Jan 15 00:30 Attribution.txt [2021-01-15T00:33:00.662Z] -rw-rw-r-- 1 1001 1001 3804 Jan 15 00:30 CONTRIBUTING.md [2021-01-15T00:33:00.662Z] -rw-rw-r-- 1 1001 1001 931 Jan 15 00:30 Dockerfile.build [2021-01-15T00:33:00.662Z] -rw-rw-r-- 1 1001 1001 863 Jan 15 00:30 Jenkinsfile [2021-01-15T00:33:00.662Z] -rw-rw-r-- 1 1001 1001 10775 Jan 15 00:30 LICENSE [2021-01-15T00:33:00.662Z] -rw-rw-r-- 1 1001 1001 5750 Jan 15 00:30 Makefile [2021-01-15T00:33:00.662Z] -rw-rw-r-- 1 1001 1001 6524 Jan 15 00:30 README.md [2021-01-15T00:33:00.662Z] -rw-rw-r-- 1 1001 1001 6744 Jan 15 00:30 SECURITY.md [2021-01-15T00:33:00.662Z] -rw-rw-r-- 1 1001 1001 5 Jan 15 00:30 VERSION [2021-01-15T00:33:00.662Z] -rw-rw-r-- 1 1001 1001 4131 Jan 15 00:30 ZMQWindows.md [2021-01-15T00:33:00.662Z] drwxrwxr-x 2 1001 1001 117 Jan 15 00:30 bin [2021-01-15T00:33:00.662Z] drwxrwxr-x 14 1001 1001 4096 Jan 15 00:30 cmd [2021-01-15T00:33:00.662Z] -rw-r--r-- 1 root root 550321 Jan 15 00:32 coverage.out [2021-01-15T00:33:00.662Z] -rw-r--r-- 1 root root 979 Jan 15 00:32 go.mod [2021-01-15T00:33:00.662Z] -rw-r--r-- 1 root root 19036 Jan 15 00:32 go.sum [2021-01-15T00:33:00.662Z] drwxrwxr-x 8 1001 1001 127 Jan 15 00:30 internal [2021-01-15T00:33:00.662Z] drwxrwxr-x 4 1001 1001 26 Jan 15 00:30 openapi [2021-01-15T00:33:00.662Z] drwxrwxr-x 4 1001 1001 71 Jan 15 00:30 snap [2021-01-15T00:33:00.662Z] -rw-rw-r-- 1 1001 1001 168 Jan 15 00:30 version.go [Pipeline] sh [2021-01-15T00:33:00.965Z] + '[' -e coverage.out ] [2021-01-15T00:33:00.965Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-01-15T00:33:01.135Z] Stashed 1 file(s) [Pipeline] sh [2021-01-15T00:33:01.426Z] + make build [2021-01-15T00:33:01.426Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-01-15T00:33:05.662Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-01-15T00:33:12.361Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-01-15T00:33:13.307Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-01-15T00:33:14.697Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-01-15T00:33:14.959Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-01-15T00:33:16.342Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-01-15T00:33:17.298Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-01-15T00:33:18.246Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-01-15T00:33:19.635Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-01-15T00:33:20.210Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-01-15T00:33:21.170Z] 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 [Pipeline] } [2021-01-15T00:33:22.577Z] $ docker stop --time=1 87a40dd2528b902c275153fc95b0ad8c7ca3d60be5a9e6dd73d4f59399b255ac [2021-01-15T00:33:24.173Z] $ docker rm -f 87a40dd2528b902c275153fc95b0ad8c7ca3d60be5a9e6dd73d4f59399b255ac [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-15T00:33:27.698Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-15T00:33:27.698Z] [2021-01-15T00:33:27.698Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-01-15T00:33:28.039Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-15T00:33:28.039Z] latest: Pulling from edgex-devops/edgex-compose [2021-01-15T00:33:28.039Z] cbdbe7a5bc2a: Pulling fs layer [2021-01-15T00:33:28.039Z] ca9280d653b3: Pulling fs layer [2021-01-15T00:33:28.039Z] 7e9c9ca2126c: Pulling fs layer [2021-01-15T00:33:28.620Z] cbdbe7a5bc2a: Verifying Checksum [2021-01-15T00:33:28.620Z] cbdbe7a5bc2a: Download complete [2021-01-15T00:33:28.890Z] cbdbe7a5bc2a: Pull complete [2021-01-15T00:33:28.890Z] ca9280d653b3: Verifying Checksum [2021-01-15T00:33:28.890Z] ca9280d653b3: Download complete [2021-01-15T00:33:29.865Z] 7e9c9ca2126c: Verifying Checksum [2021-01-15T00:33:29.865Z] 7e9c9ca2126c: Download complete [2021-01-15T00:33:29.865Z] ca9280d653b3: Pull complete [2021-01-15T00:33:38.035Z] 7e9c9ca2126c: Pull complete [2021-01-15T00:33:38.036Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-01-15T00:33:38.036Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-15T00:33:38.036Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-01-15T00:33:38.147Z] prd-centos7-docker-4c-2g-20341 does not seem to be running inside a container [2021-01-15T00:33:38.194Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-01-15T00:33:39.993Z] $ docker top d562279f23f473055e65ed479a7ae8e5b9f9a8f462a86925a87bade4ddde62be -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-15T00:33:40.485Z] + docker-compose build --help [2021-01-15T00:33:40.485Z] + grep parallel [2021-01-15T00:33:41.427Z] --parallel Build images in parallel. [Pipeline] } [2021-01-15T00:33:41.442Z] $ docker stop --time=1 d562279f23f473055e65ed479a7ae8e5b9f9a8f462a86925a87bade4ddde62be [2021-01-15T00:33:42.772Z] $ docker rm -f d562279f23f473055e65ed479a7ae8e5b9f9a8f462a86925a87bade4ddde62be [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-15T00:33:43.473Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-15T00:33:43.473Z] . [Pipeline] withDockerContainer [2021-01-15T00:33:43.569Z] prd-centos7-docker-4c-2g-20341 does not seem to be running inside a container [2021-01-15T00:33:43.623Z] $ 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/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-01-15T00:33:44.188Z] $ docker top 8a5af491044991c81c9d64e3aff36dd8e2959ec57cbe88b3818d1c98b3a33ad9 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-15T00:33:44.659Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-15T00:33:45.603Z] Building docker-core-command-go ... [2021-01-15T00:33:45.603Z] Building docker-core-data-go ... [2021-01-15T00:33:45.603Z] Building docker-core-metadata-go ... [2021-01-15T00:33:45.603Z] Building docker-security-bootstrap-redis-go ... [2021-01-15T00:33:45.603Z] Building docker-security-proxy-setup-go ... [2021-01-15T00:33:45.603Z] Building docker-security-secretstore-setup-go ... [2021-01-15T00:33:45.603Z] Building docker-support-notifications-go ... [2021-01-15T00:33:45.603Z] Building docker-support-scheduler-go ... [2021-01-15T00:33:45.603Z] Building docker-sys-mgmt-agent-go ... [2021-01-15T00:33:45.603Z] Building docker-security-secretstore-setup-go [2021-01-15T00:33:45.603Z] Building docker-security-proxy-setup-go [2021-01-15T00:33:45.603Z] Building docker-core-metadata-go [2021-01-15T00:33:45.603Z] Building docker-support-scheduler-go [2021-01-15T00:33:45.603Z] Building docker-security-bootstrap-redis-go [2021-01-15T00:33:49.944Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-20346 in /w/workspace/edgexfoundry_edgex-go_PR-3030 [Pipeline] { [Pipeline] ws [2021-01-15T00:33:50.018Z] Running in /w/workspace/edgex-go/4 [Pipeline] { [Pipeline] checkout [2021-01-15T00:33:55.528Z] using credential edgex-jenkins-ssh [2021-01-15T00:33:55.590Z] Cloning the remote Git repository [2021-01-15T00:33:55.673Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-01-15T00:33:55.803Z] > git init /w/workspace/edgex-go/4 # timeout=10 [2021-01-15T00:33:55.906Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-15T00:33:55.907Z] > git --version # timeout=10 [2021-01-15T00:33:55.933Z] > git --version # 'git version 2.17.1' [2021-01-15T00:33:55.935Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-15T00:33:56.144Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-15T00:34:17.810Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-15T00:34:17.810Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-15T00:34:17.810Z] ---> 4cba6e8be494 [2021-01-15T00:34:17.810Z] Step 3/22 : WORKDIR /edgex-go [2021-01-15T00:34:17.810Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-15T00:34:17.810Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-15T00:34:17.810Z] ---> 4cba6e8be494 [2021-01-15T00:34:17.810Z] Step 3/21 : WORKDIR /edgex-go [2021-01-15T00:34:17.810Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-15T00:34:17.810Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-15T00:34:17.810Z] ---> 4cba6e8be494 [2021-01-15T00:34:17.810Z] Step 3/21 : WORKDIR /edgex-go [2021-01-15T00:34:17.810Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-15T00:34:17.810Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-15T00:34:17.810Z] ---> 4cba6e8be494 [2021-01-15T00:34:17.810Z] Step 3/22 : WORKDIR /edgex-go [2021-01-15T00:34:17.810Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-15T00:34:17.810Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-15T00:34:17.810Z] ---> 4cba6e8be494 [2021-01-15T00:34:17.810Z] Step 3/24 : WORKDIR /edgex-go [2021-01-15T00:34:17.810Z] ---> Running in 7e3c132945a0 [2021-01-15T00:34:17.810Z] ---> Running in 17d2879cd5c5 [2021-01-15T00:34:17.810Z] ---> Running in 359158995b7e [2021-01-15T00:34:17.810Z] ---> Running in 6b70da702e66 [2021-01-15T00:34:17.810Z] ---> Running in b347797d28bc [2021-01-15T00:34:17.810Z] Removing intermediate container 17d2879cd5c5 [2021-01-15T00:34:17.810Z] ---> 0d3e3a749362 [2021-01-15T00:34:17.810Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-15T00:34:17.810Z] Removing intermediate container b347797d28bc [2021-01-15T00:34:17.810Z] ---> f1e6a0a5d421 [2021-01-15T00:34:17.810Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-15T00:34:17.810Z] Removing intermediate container 7e3c132945a0 [2021-01-15T00:34:17.810Z] ---> bf607db5f33c [2021-01-15T00:34:17.810Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-15T00:34:17.810Z] Removing intermediate container 359158995b7e [2021-01-15T00:34:17.810Z] ---> 44d390471412 [2021-01-15T00:34:17.810Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-15T00:34:17.810Z] Removing intermediate container 6b70da702e66 [2021-01-15T00:34:17.810Z] ---> 8b213eb1001d [2021-01-15T00:34:17.810Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-15T00:34:17.810Z] ---> Running in 5d03582d69ae [2021-01-15T00:34:17.810Z] ---> Running in e43d25c8ce75 [2021-01-15T00:34:17.810Z] ---> Running in 65165e79aba1 [2021-01-15T00:34:17.810Z] ---> Running in fb4c089b4123 [2021-01-15T00:34:17.810Z] ---> Running in 198cf3f9a5b7 [2021-01-15T00:34:17.810Z] Removing intermediate container e43d25c8ce75 [2021-01-15T00:34:17.810Z] ---> 39eda801dcd0 [2021-01-15T00:34:17.810Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-15T00:34:17.810Z] Removing intermediate container fb4c089b4123 [2021-01-15T00:34:17.810Z] ---> 41633d67ffb0 [2021-01-15T00:34:17.810Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-15T00:34:17.810Z] Removing intermediate container 5d03582d69ae [2021-01-15T00:34:17.810Z] ---> ce3ebebf1357 [2021-01-15T00:34:17.810Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-15T00:34:17.810Z] ---> Running in c32a7fe36842 [2021-01-15T00:34:17.810Z] ---> Running in cc340a35073a [2021-01-15T00:34:17.810Z] ---> Running in b8f87343cdc5 [2021-01-15T00:34:17.810Z] Removing intermediate container 65165e79aba1 [2021-01-15T00:34:17.810Z] ---> 6f265137d488 [2021-01-15T00:34:17.810Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-01-15T00:34:17.810Z] Removing intermediate container 198cf3f9a5b7 [2021-01-15T00:34:17.810Z] ---> 8a20f1bbd960 [2021-01-15T00:34:17.810Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-15T00:34:17.810Z] ---> Running in b46df02c72d9 [2021-01-15T00:34:17.810Z] ---> Running in 604d9fc2e6d2 [2021-01-15T00:34:18.386Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-15T00:34:18.386Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-15T00:34:18.647Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-15T00:34:18.647Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-15T00:34:18.647Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-15T00:34:18.910Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-15T00:34:18.910Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-15T00:34:18.959Z] Merging remotes/origin/master commit 60451040515ee9eeb901ca3bb1c4662a631f475e into PR head commit 25b0e270b56badf436881da003bb813d97a6c436 [2021-01-15T00:34:17.825Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-15T00:34:17.849Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-15T00:34:17.881Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-15T00:34:17.919Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-15T00:34:17.920Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-15T00:34:17.933Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3030/head:refs/remotes/origin/PR-3030 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-15T00:34:19.485Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-15T00:34:19.486Z] OK: 233 MiB in 51 packages [2021-01-15T00:34:19.486Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-15T00:34:19.486Z] OK: 233 MiB in 51 packages [2021-01-15T00:34:19.486Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-15T00:34:19.768Z] OK: 233 MiB in 51 packages [2021-01-15T00:34:19.768Z] Removing intermediate container c32a7fe36842 [2021-01-15T00:34:19.768Z] ---> 8b140287871a [2021-01-15T00:34:19.768Z] Step 6/21 : COPY go.mod . [2021-01-15T00:34:19.786Z] Merge succeeded, producing 7b5cca1967e5bb7896330d6787a280822eecb99f [2021-01-15T00:34:19.787Z] Checking out Revision 7b5cca1967e5bb7896330d6787a280822eecb99f (PR-3030) [2021-01-15T00:34:20.041Z] OK: 233 MiB in 51 packages [2021-01-15T00:34:20.041Z] Removing intermediate container cc340a35073a [2021-01-15T00:34:20.041Z] ---> 5c81a86198ca [2021-01-15T00:34:20.041Z] Step 6/22 : COPY go.mod . [2021-01-15T00:34:20.041Z] OK: 233 MiB in 51 packages [2021-01-15T00:34:20.310Z] ---> 21479c5748b0 [2021-01-15T00:34:20.310Z] Step 7/21 : RUN go mod download [2021-01-15T00:34:20.576Z] ---> ae8bd73e0221 [2021-01-15T00:34:20.576Z] Step 7/22 : RUN go mod download [2021-01-15T00:34:20.576Z] ---> Running in 25cba4b5cdd7 [2021-01-15T00:34:20.576Z] Removing intermediate container b46df02c72d9 [2021-01-15T00:34:20.576Z] ---> 793985ba8c94 [2021-01-15T00:34:20.576Z] Step 6/24 : COPY go.mod . [2021-01-15T00:34:19.011Z] > git config core.sparsecheckout # timeout=10 [2021-01-15T00:34:19.033Z] > git checkout -f 25b0e270b56badf436881da003bb813d97a6c436 # timeout=10 [2021-01-15T00:34:19.349Z] > git remote # timeout=10 [2021-01-15T00:34:19.371Z] > git config --get remote.origin.url # timeout=10 [2021-01-15T00:34:19.390Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-15T00:34:19.402Z] > git merge 60451040515ee9eeb901ca3bb1c4662a631f475e # timeout=10 [2021-01-15T00:34:19.758Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-15T00:34:19.825Z] > git config core.sparsecheckout # timeout=10 [2021-01-15T00:34:19.855Z] > git checkout -f 7b5cca1967e5bb7896330d6787a280822eecb99f # timeout=10 [2021-01-15T00:34:21.528Z] ---> Running in 20220ea1e4ce [2021-01-15T00:34:21.529Z] ---> e98a5e089a8a [2021-01-15T00:34:21.529Z] Step 7/24 : RUN go mod download [2021-01-15T00:34:21.529Z] Removing intermediate container b8f87343cdc5 [2021-01-15T00:34:21.529Z] ---> 2e4d3a9144b1 [2021-01-15T00:34:21.529Z] Step 6/22 : COPY go.mod . [2021-01-15T00:34:21.790Z] ---> Running in 3e26a1e591b5 [2021-01-15T00:34:21.790Z] Removing intermediate container 604d9fc2e6d2 [2021-01-15T00:34:21.790Z] ---> 56006785d0d1 [2021-01-15T00:34:21.790Z] Step 6/21 : COPY go.mod . [2021-01-15T00:34:22.053Z] ---> 42e2179ea166 [2021-01-15T00:34:22.053Z] Step 7/22 : RUN go mod download [2021-01-15T00:34:22.315Z] ---> Running in dba154043615 [2021-01-15T00:34:22.315Z] ---> 05641518319a [2021-01-15T00:34:22.315Z] Step 7/21 : RUN go mod download [2021-01-15T00:34:22.587Z] ---> Running in a59059d9f303 [2021-01-15T00:34:23.538Z] Removing intermediate container 25cba4b5cdd7 [2021-01-15T00:34:23.538Z] ---> b4efcf4c9159 [2021-01-15T00:34:23.538Z] Step 8/21 : COPY . . [2021-01-15T00:34:23.802Z] Removing intermediate container 20220ea1e4ce [2021-01-15T00:34:23.802Z] ---> 72c7f54b63d9 [2021-01-15T00:34:23.802Z] Step 8/22 : COPY . . [2021-01-15T00:34:24.372Z] Commit message: "Merge commit '60451040515ee9eeb901ca3bb1c4662a631f475e' into HEAD" [2021-01-15T00:34:24.381Z] Removing intermediate container 3e26a1e591b5 [2021-01-15T00:34:24.381Z] ---> 8c452ef45141 [2021-01-15T00:34:24.381Z] Step 8/24 : COPY . . [2021-01-15T00:34:24.392Z] First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-15T00:34:25.961Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-01-15T00:34:26.366Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-15T00:34:24.411Z] > git rev-list --no-walk 4d1422c6aa577a71801cc1e5479d2ecbc19b52c4 # timeout=10 [2021-01-15T00:34:26.739Z] + + sudo service docker restart [2021-01-15T00:34:26.740Z] true [2021-01-15T00:34:28.904Z] Removing intermediate container dba154043615 [2021-01-15T00:34:28.904Z] ---> d51211269a5b [2021-01-15T00:34:28.905Z] Step 8/22 : COPY . . [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-15T00:34:29.472Z] provisioning config files... [2021-01-15T00:34:29.541Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/4@tmp/config4001763549708594056tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-15T00:34:30.009Z] ---> docker-login.sh [2021-01-15T00:34:30.009Z] nexus3.edgexfoundry.org:10001 [2021-01-15T00:34:30.996Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-15T00:34:31.270Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-15T00:34:31.270Z] Configure a credential helper to remove this warning. See [2021-01-15T00:34:31.270Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-15T00:34:31.270Z] [2021-01-15T00:34:31.270Z] Login Succeeded [2021-01-15T00:34:31.270Z] nexus3.edgexfoundry.org:10002 [2021-01-15T00:34:31.873Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-15T00:34:31.873Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-15T00:34:31.873Z] Configure a credential helper to remove this warning. See [2021-01-15T00:34:31.873Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-15T00:34:31.873Z] [2021-01-15T00:34:31.873Z] Login Succeeded [2021-01-15T00:34:31.873Z] nexus3.edgexfoundry.org:10003 [2021-01-15T00:34:32.428Z] Removing intermediate container a59059d9f303 [2021-01-15T00:34:32.428Z] ---> d2eedc115508 [2021-01-15T00:34:32.428Z] Step 8/21 : COPY . . [2021-01-15T00:34:32.478Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-15T00:34:32.478Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-15T00:34:32.478Z] Configure a credential helper to remove this warning. See [2021-01-15T00:34:32.478Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-15T00:34:32.478Z] [2021-01-15T00:34:32.478Z] Login Succeeded [2021-01-15T00:34:32.478Z] nexus3.edgexfoundry.org:10004 [2021-01-15T00:34:33.078Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-15T00:34:33.078Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-15T00:34:33.078Z] Configure a credential helper to remove this warning. See [2021-01-15T00:34:33.078Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-15T00:34:33.078Z] [2021-01-15T00:34:33.078Z] Login Succeeded [2021-01-15T00:34:33.078Z] docker.io [2021-01-15T00:34:33.680Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-15T00:34:33.962Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-15T00:34:33.962Z] Configure a credential helper to remove this warning. See [2021-01-15T00:34:33.962Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-15T00:34:33.962Z] [2021-01-15T00:34:33.962Z] Login Succeeded [2021-01-15T00:34:33.962Z] ---> docker-login.sh ends [Pipeline] } [2021-01-15T00:34:33.981Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-01-15T00:34:34.462Z] ========================================================= [2021-01-15T00:34:34.462Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-01-15T00:34:34.462Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-15T00:34:34.861Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2021-01-15T00:34:38.927Z] Sending build context to Docker daemon 165.5MB [2021-01-15T00:34:38.927Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-15T00:34:38.927Z] Step 2/6 : FROM ${BASE} [2021-01-15T00:34:38.927Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-01-15T00:34:38.927Z] 5f621e34cdf4: Pulling fs layer [2021-01-15T00:34:38.927Z] a4357932f1b6: Pulling fs layer [2021-01-15T00:34:38.927Z] 18c013af1878: Pulling fs layer [2021-01-15T00:34:38.927Z] 00ac8860ef70: Pulling fs layer [2021-01-15T00:34:38.927Z] 63d7cb157983: Pulling fs layer [2021-01-15T00:34:38.927Z] b116817d02f9: Pulling fs layer [2021-01-15T00:34:38.927Z] 745a02a5169b: Pulling fs layer [2021-01-15T00:34:38.927Z] 00ac8860ef70: Waiting [2021-01-15T00:34:38.927Z] 63d7cb157983: Waiting [2021-01-15T00:34:38.927Z] b116817d02f9: Waiting [2021-01-15T00:34:38.927Z] 745a02a5169b: Waiting [2021-01-15T00:34:38.927Z] 18c013af1878: Download complete [2021-01-15T00:34:38.927Z] a4357932f1b6: Verifying Checksum [2021-01-15T00:34:38.927Z] a4357932f1b6: Download complete [2021-01-15T00:34:38.927Z] 63d7cb157983: Download complete [2021-01-15T00:34:38.927Z] 5f621e34cdf4: Verifying Checksum [2021-01-15T00:34:38.927Z] 5f621e34cdf4: Download complete [2021-01-15T00:34:38.927Z] b116817d02f9: Verifying Checksum [2021-01-15T00:34:38.927Z] b116817d02f9: Download complete [2021-01-15T00:34:38.927Z] 5f621e34cdf4: Pull complete [2021-01-15T00:34:38.927Z] a4357932f1b6: Pull complete [2021-01-15T00:34:39.222Z] 18c013af1878: Pull complete [2021-01-15T00:34:39.499Z] 745a02a5169b: Verifying Checksum [2021-01-15T00:34:39.499Z] 745a02a5169b: Download complete [2021-01-15T00:34:42.139Z] 00ac8860ef70: Verifying Checksum [2021-01-15T00:34:42.139Z] 00ac8860ef70: Download complete [2021-01-15T00:34:52.355Z] 00ac8860ef70: Pull complete [2021-01-15T00:34:52.355Z] 63d7cb157983: Pull complete [2021-01-15T00:34:52.355Z] b116817d02f9: Pull complete [2021-01-15T00:34:55.755Z] 745a02a5169b: Pull complete [2021-01-15T00:34:55.755Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-01-15T00:34:55.755Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-01-15T00:34:55.755Z] ---> b7e6874047d6 [2021-01-15T00:34:55.755Z] Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2021-01-15T00:34:59.162Z] ---> Running in 24734c48338c [2021-01-15T00:35:00.143Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-15T00:35:01.115Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-15T00:35:01.712Z] (1/12) Installing libmagic (5.38-r0) [2021-01-15T00:35:01.712Z] (2/12) Installing file (5.38-r0) [2021-01-15T00:35:01.712Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-15T00:35:01.982Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-15T00:35:04.590Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-15T00:35:04.873Z] (6/12) Installing patch (2.7.6-r6) [2021-01-15T00:35:04.873Z] (7/12) Installing build-base (0.5-r2) [2021-01-15T00:35:04.873Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-15T00:35:05.149Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-15T00:35:05.149Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-15T00:35:05.149Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-15T00:35:05.426Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-15T00:35:05.426Z] Executing busybox-1.31.1-r19.trigger [2021-01-15T00:35:05.426Z] OK: 217 MiB in 51 packages [2021-01-15T00:35:05.827Z] ---> 303aec6e2125 [2021-01-15T00:35:05.827Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2021-01-15T00:35:05.827Z] ---> 14fb26d40075 [2021-01-15T00:35:05.827Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-15T00:35:05.827Z] ---> de093064e5c5 [2021-01-15T00:35:05.827Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-15T00:35:05.827Z] ---> Running in 7f1725e0385c [2021-01-15T00:35:05.827Z] ---> Running in fe488a0d1cb4 [2021-01-15T00:35:05.827Z] ---> 600a23a08110 [2021-01-15T00:35:05.827Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-01-15T00:35:05.827Z] ---> Running in 243d626c6fd2 [2021-01-15T00:35:05.827Z] ---> Running in 3bdca94fc99f [2021-01-15T00:35:05.827Z] ---> 9fe3638a8b26 [2021-01-15T00:35:05.827Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2021-01-15T00:35:05.827Z] ---> Running in c9b322b62dae [2021-01-15T00:35:05.827Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-01-15T00:35:05.827Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-01-15T00:35:05.827Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-01-15T00:35:05.827Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-01-15T00:35:05.827Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-01-15T00:35:09.757Z] Removing intermediate container 24734c48338c [2021-01-15T00:35:09.757Z] ---> cac244666e7c [2021-01-15T00:35:09.757Z] Step 4/6 : WORKDIR /edgex-go [2021-01-15T00:35:09.757Z] ---> Running in a2d19e72aa4f [2021-01-15T00:35:10.027Z] Removing intermediate container a2d19e72aa4f [2021-01-15T00:35:10.027Z] ---> 6bb039012ba4 [2021-01-15T00:35:10.027Z] Step 5/6 : COPY go.mod . [2021-01-15T00:35:10.625Z] ---> 6c3ca10eb618 [2021-01-15T00:35:10.625Z] Step 6/6 : RUN go mod download [2021-01-15T00:35:10.625Z] ---> Running in 01469f1b1d83 [2021-01-15T00:35:32.603Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-01-15T00:35:32.603Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-01-15T00:35:34.559Z] Removing intermediate container 3bdca94fc99f [2021-01-15T00:35:34.559Z] ---> f69e780b8fff [2021-01-15T00:35:34.559Z] [2021-01-15T00:35:34.559Z] Step 10/22 : FROM alpine:3.12 [2021-01-15T00:35:34.559Z] 3.12: Pulling from library/alpine [2021-01-15T00:35:35.533Z] Removing intermediate container c9b322b62dae [2021-01-15T00:35:35.533Z] ---> 86fd8a07b161 [2021-01-15T00:35:35.533Z] [2021-01-15T00:35:35.533Z] Step 10/21 : FROM scratch [2021-01-15T00:35:35.533Z] ---> [2021-01-15T00:35:35.533Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-15T00:35:35.533Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-15T00:35:35.533Z] Status: Downloaded newer image for alpine:3.12 [2021-01-15T00:35:35.533Z] ---> 389fef711851 [2021-01-15T00:35:35.533Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-15T00:35:35.799Z] ---> Running in 95a835453a2d [2021-01-15T00:35:35.799Z] ---> Running in f4c262f2750b [2021-01-15T00:35:36.068Z] Removing intermediate container 95a835453a2d [2021-01-15T00:35:36.068Z] ---> 516aea27e24e [2021-01-15T00:35:36.068Z] Step 12/21 : ENV APP_PORT=48085 [2021-01-15T00:35:36.344Z] ---> Running in 3487548341a9 [2021-01-15T00:35:36.610Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-15T00:35:36.878Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-15T00:35:36.878Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-15T00:35:37.141Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-15T00:35:37.141Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-15T00:35:37.141Z] (4/5) Installing curl (7.69.1-r3) [2021-01-15T00:35:37.141Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-15T00:35:37.141Z] Executing busybox-1.31.1-r19.trigger [2021-01-15T00:35:37.141Z] Executing ca-certificates-20191127-r4.trigger [2021-01-15T00:35:37.141Z] OK: 7 MiB in 19 packages [2021-01-15T00:35:37.467Z] Removing intermediate container 01469f1b1d83 [2021-01-15T00:35:37.468Z] ---> 61a0ddb51f89 [2021-01-15T00:35:37.468Z] Successfully built 61a0ddb51f89 [2021-01-15T00:35:37.468Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-15T00:35:37.816Z] + docker inspect -f . ci-base-image-arm64 [2021-01-15T00:35:37.816Z] . [Pipeline] withDockerContainer [2021-01-15T00:35:38.123Z] prd-ubuntu18.04-docker-arm64-4c-16g-20346 does not seem to be running inside a container [2021-01-15T00:35:38.257Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-01-15T00:35:39.075Z] Removing intermediate container 3487548341a9 [2021-01-15T00:35:39.075Z] ---> 07873b66bff9 [2021-01-15T00:35:39.075Z] Step 13/21 : EXPOSE $APP_PORT [2021-01-15T00:35:39.075Z] Removing intermediate container 243d626c6fd2 [2021-01-15T00:35:39.075Z] ---> cccebb2b6293 [2021-01-15T00:35:39.075Z] [2021-01-15T00:35:39.075Z] Step 10/24 : FROM alpine:3.12 [2021-01-15T00:35:39.075Z] ---> 389fef711851 [2021-01-15T00:35:39.075Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-15T00:35:39.075Z] Removing intermediate container 7f1725e0385c [2021-01-15T00:35:39.075Z] ---> 863bfe16e8be [2021-01-15T00:35:39.075Z] [2021-01-15T00:35:39.075Z] Step 10/21 : FROM alpine:3.12 [2021-01-15T00:35:39.075Z] ---> 389fef711851 [2021-01-15T00:35:39.075Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-01-15T00:35:39.075Z] ---> Running in 137631c87811 [2021-01-15T00:35:39.984Z] $ docker top 416335b061b90e16b2911a1231cd92553b907a5376eaf91895654baf7f611200 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-15T00:35:41.003Z] ---> Running in 86f047d80ace [2021-01-15T00:35:41.003Z] ---> Running in a974e456aaab [2021-01-15T00:35:41.008Z] + go version [2021-01-15T00:35:41.008Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-01-15T00:35:41.089Z] $ docker stop --time=1 416335b061b90e16b2911a1231cd92553b907a5376eaf91895654baf7f611200 [2021-01-15T00:35:41.958Z] Removing intermediate container 137631c87811 [2021-01-15T00:35:41.958Z] ---> e85745ad38e6 [2021-01-15T00:35:41.958Z] Step 14/21 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-15T00:35:42.224Z] Removing intermediate container fe488a0d1cb4 [2021-01-15T00:35:42.224Z] ---> 8cfd10b60aa3 [2021-01-15T00:35:42.224Z] [2021-01-15T00:35:42.224Z] Step 10/22 : FROM scratch [2021-01-15T00:35:42.224Z] ---> [2021-01-15T00:35:42.224Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-15T00:35:42.224Z] ---> Using cache [2021-01-15T00:35:42.224Z] ---> 516aea27e24e [2021-01-15T00:35:42.224Z] Step 12/22 : ENV APP_PORT=48081 [2021-01-15T00:35:42.224Z] Removing intermediate container f4c262f2750b [2021-01-15T00:35:42.224Z] ---> 21f5635c8f75 [2021-01-15T00:35:42.224Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2021-01-15T00:35:42.490Z] ---> Running in ab35e72c5c6c [2021-01-15T00:35:42.490Z] ---> 432acd5d033f [2021-01-15T00:35:42.490Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-15T00:35:42.490Z] ---> Running in b108bff6f86c [2021-01-15T00:35:42.754Z] Removing intermediate container ab35e72c5c6c [2021-01-15T00:35:42.754Z] ---> 611ef6ec17fe [2021-01-15T00:35:42.754Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-15T00:35:42.754Z] ---> Running in f27375ae2edb [2021-01-15T00:35:42.754Z] Removing intermediate container b108bff6f86c [2021-01-15T00:35:42.754Z] ---> be5f785ac675 [2021-01-15T00:35:42.754Z] Step 13/22 : WORKDIR / [2021-01-15T00:35:42.754Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-15T00:35:43.018Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-15T00:35:43.018Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-15T00:35:43.018Z] ---> Running in a1038ca3f7cd [2021-01-15T00:35:43.018Z] Removing intermediate container f27375ae2edb [2021-01-15T00:35:43.018Z] ---> 0008a5634018 [2021-01-15T00:35:43.018Z] Step 14/22 : WORKDIR / [2021-01-15T00:35:43.018Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-15T00:35:43.018Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-15T00:35:43.109Z] $ docker rm -f 416335b061b90e16b2911a1231cd92553b907a5376eaf91895654baf7f611200 [2021-01-15T00:35:43.280Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-15T00:35:43.280Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-15T00:35:43.280Z] (4/5) Installing curl (7.69.1-r3) [2021-01-15T00:35:43.280Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-15T00:35:43.280Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-15T00:35:43.280Z] Executing busybox-1.31.1-r19.trigger [2021-01-15T00:35:43.280Z] Executing ca-certificates-20191127-r4.trigger [2021-01-15T00:35:43.280Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-15T00:35:43.280Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-15T00:35:43.280Z] (4/4) Installing curl (7.69.1-r3) [2021-01-15T00:35:43.280Z] Executing busybox-1.31.1-r19.trigger [2021-01-15T00:35:43.280Z] OK: 7 MiB in 19 packages [2021-01-15T00:35:43.280Z] Executing ca-certificates-20191127-r4.trigger [2021-01-15T00:35:43.280Z] OK: 7 MiB in 18 packages [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-15T00:35:44.155Z] + docker inspect -f . ci-base-image-arm64 [2021-01-15T00:35:44.155Z] . [Pipeline] withDockerContainer [2021-01-15T00:35:44.228Z] ---> Running in ef4036e3f6b8 [2021-01-15T00:35:44.228Z] ---> 2f6e45d5cf24 [2021-01-15T00:35:44.228Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-15T00:35:44.228Z] Removing intermediate container a1038ca3f7cd [2021-01-15T00:35:44.228Z] ---> a782355ba42c [2021-01-15T00:35:44.228Z] Step 14/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-15T00:35:44.457Z] prd-ubuntu18.04-docker-arm64-4c-16g-20346 does not seem to be running inside a container [2021-01-15T00:35:44.501Z] Removing intermediate container ef4036e3f6b8 [2021-01-15T00:35:44.501Z] ---> 563aea6bc188 [2021-01-15T00:35:44.501Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-15T00:35:44.582Z] $ 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/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-01-15T00:35:45.443Z] ---> 89dd55c6ad30 [2021-01-15T00:35:45.444Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2021-01-15T00:35:45.711Z] ---> 9f27bb4011a0 [2021-01-15T00:35:45.711Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2021-01-15T00:35:45.711Z] ---> ecfb8c9d3553 [2021-01-15T00:35:45.711Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-15T00:35:45.711Z] ---> Running in 558a204a1d48 [2021-01-15T00:35:46.119Z] $ docker top 56c41cbe598d3d9624fc8af3d4a8529ec41d6af754799bb5fe17545373eee359 -eo pid,comm [2021-01-15T00:35:46.290Z] Removing intermediate container a974e456aaab [2021-01-15T00:35:46.290Z] ---> cf46adbb43a1 [2021-01-15T00:35:46.290Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [Pipeline] { [Pipeline] echo [2021-01-15T00:35:46.527Z] ========================================================= [2021-01-15T00:35:46.527Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-01-15T00:35:46.527Z] ========================================================= [Pipeline] sh [2021-01-15T00:35:46.554Z] Removing intermediate container 86f047d80ace [2021-01-15T00:35:46.554Z] ---> 30cd195d5e61 [2021-01-15T00:35:46.554Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-15T00:35:46.554Z] ---> Running in a93072bb732c [2021-01-15T00:35:46.823Z] ---> cf74ddb86360 [2021-01-15T00:35:46.823Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-15T00:35:46.823Z] ---> Running in 5a280a905b21 [2021-01-15T00:35:46.823Z] Removing intermediate container 558a204a1d48 [2021-01-15T00:35:46.823Z] ---> bfb6e645f152 [2021-01-15T00:35:46.823Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-15T00:35:46.823Z] ---> c8aeb5e45091 [2021-01-15T00:35:46.823Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2021-01-15T00:35:46.823Z] ---> Running in 11be1579bc42 [2021-01-15T00:35:47.177Z] + make test [2021-01-15T00:35:47.177Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-15T00:35:47.408Z] Removing intermediate container a93072bb732c [2021-01-15T00:35:47.408Z] ---> f69066b000da [2021-01-15T00:35:47.408Z] Step 13/21 : WORKDIR /edgex [2021-01-15T00:35:47.408Z] Removing intermediate container 5a280a905b21 [2021-01-15T00:35:47.408Z] ---> ba34985eb62b [2021-01-15T00:35:47.408Z] Step 13/24 : WORKDIR / [2021-01-15T00:35:47.408Z] ---> c6f29416018e [2021-01-15T00:35:47.408Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2021-01-15T00:35:47.408Z] Removing intermediate container 11be1579bc42 [2021-01-15T00:35:47.408Z] ---> a8374651ef19 [2021-01-15T00:35:47.408Z] Step 19/21 : LABEL arch=x86_64 [2021-01-15T00:35:47.408Z] ---> e329f484fa7c [2021-01-15T00:35:47.408Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2021-01-15T00:35:47.408Z] ---> Running in 69cbadeb45f9 [2021-01-15T00:35:47.408Z] ---> Running in be00e6a3a6ab [2021-01-15T00:35:47.408Z] ---> Running in cad65bd67400 [2021-01-15T00:35:47.408Z] ---> Running in d318a6e85195 [2021-01-15T00:35:47.674Z] Removing intermediate container 69cbadeb45f9 [2021-01-15T00:35:47.674Z] ---> 8f1fda0b2483 [2021-01-15T00:35:47.674Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-15T00:35:47.674Z] ---> Running in c0e5147d9d03 [2021-01-15T00:35:47.936Z] Removing intermediate container be00e6a3a6ab [2021-01-15T00:35:47.936Z] ---> d4bf015e9669 [2021-01-15T00:35:47.936Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-01-15T00:35:47.936Z] Removing intermediate container cad65bd67400 [2021-01-15T00:35:47.936Z] ---> 5c7224177178 [2021-01-15T00:35:47.936Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-15T00:35:48.199Z] ---> edee7d370b26 [2021-01-15T00:35:48.199Z] Step 18/22 : RUN chmod +x entrypoint.sh [2021-01-15T00:35:48.199Z] Removing intermediate container d318a6e85195 [2021-01-15T00:35:48.199Z] ---> 2ca445e42e5f [2021-01-15T00:35:48.199Z] Step 20/21 : LABEL git_sha=d791a1a4a5e742e1cfd23f54a7a2c65c151967c8 [2021-01-15T00:35:48.199Z] ---> Running in 0bcd5014b21e [2021-01-15T00:35:48.461Z] ---> Running in c98a48b8bb71 [2021-01-15T00:35:48.461Z] Removing intermediate container c0e5147d9d03 [2021-01-15T00:35:48.461Z] ---> a3fa651400ca [2021-01-15T00:35:48.461Z] Step 20/22 : LABEL arch=x86_64 [2021-01-15T00:35:48.461Z] ---> 53a2a0fa539c [2021-01-15T00:35:48.461Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-15T00:35:48.461Z] ---> 629fc4e1d6d6 [2021-01-15T00:35:48.461Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-01-15T00:35:48.725Z] ---> Running in 0ebe322f3f10 [2021-01-15T00:35:49.002Z] Removing intermediate container c98a48b8bb71 [2021-01-15T00:35:49.002Z] ---> 2eed6005e584 [2021-01-15T00:35:49.002Z] Step 21/21 : LABEL version=0.0.0 [2021-01-15T00:35:49.002Z] ---> 30cb7d8a6f6d [2021-01-15T00:35:49.002Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-15T00:35:49.002Z] ---> Running in be418cf411e0 [2021-01-15T00:35:49.002Z] Removing intermediate container 0ebe322f3f10 [2021-01-15T00:35:49.002Z] ---> 02b4e5fd7ae2 [2021-01-15T00:35:49.002Z] Step 21/22 : LABEL git_sha=d791a1a4a5e742e1cfd23f54a7a2c65c151967c8 [2021-01-15T00:35:49.002Z] ---> c3f9ca2f4228 [2021-01-15T00:35:49.002Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-15T00:35:49.271Z] ---> Running in a95aa6a7e4b0 [2021-01-15T00:35:49.271Z] Removing intermediate container be418cf411e0 [2021-01-15T00:35:49.271Z] ---> 532b25cf5ddd [2021-01-15T00:35:49.271Z] [2021-01-15T00:35:49.538Z] ---> 4caf24aafe84 [2021-01-15T00:35:49.538Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-15T00:35:49.538Z] Successfully built 532b25cf5ddd [2021-01-15T00:35:49.800Z] Removing intermediate container a95aa6a7e4b0 [2021-01-15T00:35:49.800Z] ---> 54d506d2c10a [2021-01-15T00:35:49.800Z] Step 22/22 : LABEL version=0.0.0 [2021-01-15T00:35:50.064Z] Successfully tagged docker-support-scheduler-go:latest [2021-01-15T00:35:50.064Z]  Building docker-support-scheduler-go ... done Building docker-sys-mgmt-agent-go [2021-01-15T00:35:50.339Z] ---> 71739ee048dd [2021-01-15T00:35:50.339Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-15T00:35:50.339Z] ---> Running in 2e41c15de994 [2021-01-15T00:35:50.339Z] ---> Running in 7e6113384683 [2021-01-15T00:35:50.339Z] ---> 5284a4390b9e [2021-01-15T00:35:50.339Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-15T00:35:50.603Z] Removing intermediate container 0bcd5014b21e [2021-01-15T00:35:50.603Z] ---> aabb72f451eb [2021-01-15T00:35:50.603Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-15T00:35:50.866Z] Removing intermediate container 2e41c15de994 [2021-01-15T00:35:50.866Z] ---> d4949b8f5d8a [2021-01-15T00:35:50.866Z] [2021-01-15T00:35:51.816Z] Successfully built d4949b8f5d8a [2021-01-15T00:35:51.816Z] Removing intermediate container 7e6113384683 [2021-01-15T00:35:51.816Z] ---> e37e7e3e7c9e [2021-01-15T00:35:51.816Z] Step 18/21 : CMD ["--init=true"] [2021-01-15T00:35:51.816Z] ---> Running in 4c81f2efcbd3 [2021-01-15T00:35:51.816Z] Successfully tagged docker-core-metadata-go:latest [2021-01-15T00:35:51.816Z] Building docker-core-command-go [2021-01-15T00:35:54.389Z]  Building docker-core-metadata-go ... done  ---> c491135703d2 [2021-01-15T00:35:54.389Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-15T00:35:54.389Z] ---> Running in e15f6fcaa51c [2021-01-15T00:35:56.970Z] Removing intermediate container 4c81f2efcbd3 [2021-01-15T00:35:56.970Z] ---> f2c75e8a541a [2021-01-15T00:35:56.970Z] Step 20/22 : LABEL arch=x86_64 [2021-01-15T00:35:57.550Z] ---> Running in fb5da27460c8 [2021-01-15T00:35:57.811Z] Removing intermediate container e15f6fcaa51c [2021-01-15T00:35:57.811Z] ---> 906124d89100 [2021-01-15T00:35:57.811Z] Step 19/21 : LABEL arch=x86_64 [2021-01-15T00:35:57.811Z] ---> efc54f6c5799 [2021-01-15T00:35:57.811Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-01-15T00:35:57.811Z] ---> Running in fe336fcdc97b [2021-01-15T00:35:57.811Z] ---> Running in d00177e67ddd [2021-01-15T00:36:00.380Z] Removing intermediate container fb5da27460c8 [2021-01-15T00:36:00.380Z] ---> b0601c7cbe42 [2021-01-15T00:36:00.380Z] Step 21/22 : LABEL git_sha=d791a1a4a5e742e1cfd23f54a7a2c65c151967c8 [2021-01-15T00:36:00.654Z] Removing intermediate container fe336fcdc97b [2021-01-15T00:36:00.654Z] ---> 54a476d917b0 [2021-01-15T00:36:00.654Z] Step 20/21 : LABEL git_sha=d791a1a4a5e742e1cfd23f54a7a2c65c151967c8 [2021-01-15T00:36:01.247Z] ---> Running in 157acf49fb44 [2021-01-15T00:36:01.524Z] ---> Running in 2a75762c8215 [2021-01-15T00:36:01.798Z] Removing intermediate container 157acf49fb44 [2021-01-15T00:36:01.798Z] ---> 90b240111978 [2021-01-15T00:36:01.798Z] Step 22/22 : LABEL version=0.0.0 [2021-01-15T00:36:03.743Z] ---> Running in 00508dd35e12 [2021-01-15T00:36:03.743Z] Removing intermediate container 2a75762c8215 [2021-01-15T00:36:03.743Z] ---> 741448ceab5f [2021-01-15T00:36:03.743Z] Step 21/21 : LABEL version=0.0.0 [2021-01-15T00:36:04.702Z] ---> Running in 5c6d9a00e6ea [2021-01-15T00:36:04.989Z] Removing intermediate container 00508dd35e12 [2021-01-15T00:36:04.989Z] ---> d055ebd72522 [2021-01-15T00:36:04.989Z] [2021-01-15T00:36:04.989Z] Removing intermediate container d00177e67ddd [2021-01-15T00:36:04.989Z] ---> 0c8bcac089b8 [2021-01-15T00:36:04.989Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-15T00:36:05.586Z] Successfully built d055ebd72522 [2021-01-15T00:36:05.586Z] Successfully tagged docker-security-bootstrap-redis-go:latest [2021-01-15T00:36:05.586Z] Building docker-core-data-go [2021-01-15T00:36:08.167Z]  Building docker-security-bootstrap-redis-go ... done Removing intermediate container 5c6d9a00e6ea [2021-01-15T00:36:08.167Z] ---> 4723b9401b57 [2021-01-15T00:36:08.167Z] [2021-01-15T00:36:08.167Z] ---> Running in 42fc52650ac8 [2021-01-15T00:36:08.167Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-15T00:36:08.167Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-15T00:36:08.167Z] ---> 4cba6e8be494 [2021-01-15T00:36:08.167Z] Step 3/26 : WORKDIR /edgex-go [2021-01-15T00:36:08.167Z] ---> Using cache [2021-01-15T00:36:08.167Z] ---> 8b213eb1001d [2021-01-15T00:36:08.167Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-15T00:36:08.167Z] ---> Using cache [2021-01-15T00:36:08.167Z] ---> 8a20f1bbd960 [2021-01-15T00:36:08.167Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-01-15T00:36:08.430Z] Successfully built 4723b9401b57 [2021-01-15T00:36:08.712Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-01-15T00:36:08.712Z] Building docker-support-notifications-go [2021-01-15T00:36:08.712Z]  Building docker-security-proxy-setup-go ... done Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-15T00:36:08.712Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-15T00:36:08.712Z] ---> 4cba6e8be494 [2021-01-15T00:36:08.712Z] Step 3/22 : WORKDIR /edgex-go [2021-01-15T00:36:08.712Z] ---> Using cache [2021-01-15T00:36:08.712Z] ---> 8b213eb1001d [2021-01-15T00:36:08.712Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-15T00:36:08.712Z] ---> Using cache [2021-01-15T00:36:08.712Z] ---> 8a20f1bbd960 [2021-01-15T00:36:08.712Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-15T00:36:08.712Z] ---> Using cache [2021-01-15T00:36:08.712Z] ---> 56006785d0d1 [2021-01-15T00:36:08.712Z] Step 6/22 : COPY go.mod . [2021-01-15T00:36:08.712Z] ---> Using cache [2021-01-15T00:36:08.712Z] ---> 05641518319a [2021-01-15T00:36:08.712Z] Step 7/22 : RUN go mod download [2021-01-15T00:36:08.712Z] ---> Using cache [2021-01-15T00:36:08.712Z] ---> d2eedc115508 [2021-01-15T00:36:08.712Z] Step 8/22 : COPY . . [2021-01-15T00:36:12.947Z] ---> Using cache [2021-01-15T00:36:12.947Z] ---> 9fe3638a8b26 [2021-01-15T00:36:12.948Z] Step 9/22 : RUN make cmd/core-command/core-command [2021-01-15T00:36:13.895Z] ---> Running in aea334dde6e5 [2021-01-15T00:36:13.999Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-01-15T00:36:14.840Z] Removing intermediate container 42fc52650ac8 [2021-01-15T00:36:14.840Z] ---> 8929f0275d50 [2021-01-15T00:36:14.840Z] Step 22/24 : LABEL arch=x86_64 [2021-01-15T00:36:14.840Z] ---> Running in 8c8e6573f9f7 [2021-01-15T00:36:15.414Z] ---> Running in f3f8853b5b68 [2021-01-15T00:36:16.381Z] Removing intermediate container f3f8853b5b68 [2021-01-15T00:36:16.381Z] ---> 700e85a584e9 [2021-01-15T00:36:16.381Z] Step 23/24 : LABEL git_sha=d791a1a4a5e742e1cfd23f54a7a2c65c151967c8 [2021-01-15T00:36:16.381Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-15T00:36:16.968Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-01-15T00:36:17.236Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-15T00:36:17.236Z] ---> Running in 4596a2a2318f [2021-01-15T00:36:18.196Z] Removing intermediate container 4596a2a2318f [2021-01-15T00:36:18.196Z] ---> 946d3f1d7c9f [2021-01-15T00:36:18.196Z] Step 24/24 : LABEL version=0.0.0 [2021-01-15T00:36:18.196Z] ---> Running in 41ddf1e7b4cf [2021-01-15T00:36:18.478Z] OK: 233 MiB in 51 packages [2021-01-15T00:36:18.768Z] Removing intermediate container 41ddf1e7b4cf [2021-01-15T00:36:18.768Z] ---> 6cb3296b5317 [2021-01-15T00:36:18.768Z] [2021-01-15T00:36:19.049Z] Successfully built 6cb3296b5317 [2021-01-15T00:36:19.049Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-01-15T00:36:22.393Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container aea334dde6e5 [2021-01-15T00:36:22.393Z] ---> c7c2140fc25a [2021-01-15T00:36:22.393Z] Step 6/26 : COPY go.mod . [2021-01-15T00:36:22.668Z] ---> 93e5df729f59 [2021-01-15T00:36:22.668Z] Step 7/26 : RUN go mod download [2021-01-15T00:36:23.268Z] ---> Running in 6df86e572b9d [2021-01-15T00:36:25.944Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-15T00:36:25.944Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-15T00:36:25.944Z] ---> 4cba6e8be494 [2021-01-15T00:36:25.944Z] Step 3/23 : WORKDIR /edgex-go [2021-01-15T00:36:25.944Z] ---> Using cache [2021-01-15T00:36:25.944Z] ---> 8b213eb1001d [2021-01-15T00:36:25.944Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-15T00:36:25.944Z] ---> Using cache [2021-01-15T00:36:25.944Z] ---> 8a20f1bbd960 [2021-01-15T00:36:25.944Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-15T00:36:26.579Z] ---> Running in 2c3f472c964f [2021-01-15T00:36:27.178Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-15T00:36:27.178Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-15T00:36:27.178Z] ---> 4cba6e8be494 [2021-01-15T00:36:27.178Z] Step 3/24 : WORKDIR /edgex-go [2021-01-15T00:36:27.178Z] ---> Using cache [2021-01-15T00:36:27.178Z] ---> 8b213eb1001d [2021-01-15T00:36:27.178Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-15T00:36:27.178Z] ---> Using cache [2021-01-15T00:36:27.178Z] ---> 8a20f1bbd960 [2021-01-15T00:36:27.179Z] Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates [2021-01-15T00:36:27.775Z] Removing intermediate container 6df86e572b9d [2021-01-15T00:36:27.775Z] ---> a17c59888714 [2021-01-15T00:36:27.775Z] Step 8/26 : COPY . . [2021-01-15T00:36:27.775Z] ---> Running in a18cfe2747e5 [2021-01-15T00:36:27.775Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-15T00:36:28.760Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-15T00:36:28.760Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-15T00:36:29.737Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-15T00:36:29.737Z] OK: 233 MiB in 51 packages [2021-01-15T00:36:30.319Z] OK: 233 MiB in 51 packages [2021-01-15T00:36:36.936Z] Removing intermediate container 2c3f472c964f [2021-01-15T00:36:36.936Z] ---> 56ede4b04b90 [2021-01-15T00:36:36.936Z] Step 6/23 : COPY go.mod . [2021-01-15T00:36:36.936Z] Removing intermediate container a18cfe2747e5 [2021-01-15T00:36:36.937Z] ---> 44aa42ed9f92 [2021-01-15T00:36:36.937Z] Step 6/24 : COPY go.mod . [2021-01-15T00:36:37.199Z] ---> e552aed6dade [2021-01-15T00:36:37.199Z] Step 7/23 : RUN go mod download [2021-01-15T00:36:38.142Z] ---> 9a1fcef81734 [2021-01-15T00:36:38.142Z] Step 7/24 : RUN go mod download [2021-01-15T00:36:38.142Z] ---> Running in c1af244c35a4 [2021-01-15T00:36:39.552Z] ---> Running in 5bd84d8fce65 [2021-01-15T00:36:42.880Z] Removing intermediate container 8c8e6573f9f7 [2021-01-15T00:36:42.880Z] ---> 502497b38df3 [2021-01-15T00:36:42.881Z] [2021-01-15T00:36:42.881Z] Step 10/22 : FROM scratch [2021-01-15T00:36:42.881Z] ---> [2021-01-15T00:36:42.881Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-15T00:36:42.881Z] ---> 7ac5c813d6d5 [2021-01-15T00:36:42.881Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-15T00:36:42.881Z] ---> Running in a83e8da2a806 [2021-01-15T00:36:43.142Z] ---> Using cache [2021-01-15T00:36:43.142Z] ---> 516aea27e24e [2021-01-15T00:36:43.142Z] Step 12/22 : ENV APP_PORT=48082 [2021-01-15T00:36:43.142Z] Removing intermediate container c1af244c35a4 [2021-01-15T00:36:43.142Z] ---> 6900d3af23bd [2021-01-15T00:36:43.142Z] Step 8/23 : COPY . . [2021-01-15T00:36:43.406Z] Removing intermediate container 5bd84d8fce65 [2021-01-15T00:36:43.406Z] ---> 296f51ae66f9 [2021-01-15T00:36:43.406Z] Step 8/24 : COPY . . [2021-01-15T00:36:43.406Z] ---> Running in 5effc7a544be [2021-01-15T00:36:43.670Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-01-15T00:36:43.932Z] Removing intermediate container 5effc7a544be [2021-01-15T00:36:43.932Z] ---> 64e44e6f0108 [2021-01-15T00:36:43.932Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-15T00:36:44.885Z] ---> Running in 7d7c30e6337f [2021-01-15T00:36:49.366Z] Removing intermediate container 7d7c30e6337f [2021-01-15T00:36:49.366Z] ---> 1d754951c511 [2021-01-15T00:36:49.366Z] Step 14/22 : WORKDIR / [2021-01-15T00:36:51.927Z] ---> Running in 0252fe6188ef [2021-01-15T00:36:53.065Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-01-15T00:36:57.372Z] Removing intermediate container 0252fe6188ef [2021-01-15T00:36:57.372Z] ---> 307d2496c393 [2021-01-15T00:36:57.372Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-15T00:37:00.729Z] ---> 67f46f644fe8 [2021-01-15T00:37:00.729Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-15T00:37:04.064Z] ---> 0e20a5b47c36 [2021-01-15T00:37:04.064Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-15T00:37:06.614Z] ---> eab103828cd1 [2021-01-15T00:37:06.614Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2021-01-15T00:37:06.614Z] ---> Running in f608c09e3f06 [2021-01-15T00:37:06.614Z] ---> 651793880e16 [2021-01-15T00:37:06.614Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-15T00:37:06.614Z] ---> af7056b505df [2021-01-15T00:37:06.614Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2021-01-15T00:37:06.614Z] ---> Running in 6a58a20855a0 [2021-01-15T00:37:06.614Z] ---> Running in 098b8f96d254 [2021-01-15T00:37:06.614Z] Removing intermediate container f608c09e3f06 [2021-01-15T00:37:06.614Z] ---> 18adb9fdeae6 [2021-01-15T00:37:06.614Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-15T00:37:06.876Z] ---> Running in 088af2ee3926 [2021-01-15T00:37:07.144Z] Removing intermediate container 088af2ee3926 [2021-01-15T00:37:07.144Z] ---> 4c06565d690c [2021-01-15T00:37:07.144Z] Step 20/22 : LABEL arch=x86_64 [2021-01-15T00:37:07.409Z] ---> Running in 82833498c837 [2021-01-15T00:37:08.360Z] Removing intermediate container 82833498c837 [2021-01-15T00:37:08.360Z] ---> 88d4ebe4d27e [2021-01-15T00:37:08.360Z] Step 21/22 : LABEL git_sha=d791a1a4a5e742e1cfd23f54a7a2c65c151967c8 [2021-01-15T00:37:08.360Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-01-15T00:37:08.360Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-01-15T00:37:08.634Z] ---> Running in 34a4e194f91f [2021-01-15T00:37:08.634Z] Removing intermediate container a83e8da2a806 [2021-01-15T00:37:08.634Z] ---> 1ae6e56c7eb3 [2021-01-15T00:37:08.634Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-15T00:37:08.634Z] ---> Running in 018d80089227 [2021-01-15T00:37:08.912Z] Removing intermediate container 34a4e194f91f [2021-01-15T00:37:08.912Z] ---> b87daf373b6d [2021-01-15T00:37:08.912Z] Step 22/22 : LABEL version=0.0.0 [2021-01-15T00:37:08.912Z] ---> Running in da5bdb1f6d61 [2021-01-15T00:37:09.183Z] Removing intermediate container da5bdb1f6d61 [2021-01-15T00:37:09.183Z] ---> bd2d47338062 [2021-01-15T00:37:09.183Z] [2021-01-15T00:37:09.449Z] Successfully built bd2d47338062 [2021-01-15T00:37:09.449Z] Successfully tagged docker-core-command-go:latest [2021-01-15T00:37:09.449Z]  Building docker-core-command-go ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-01-15T00:37:12.063Z] Removing intermediate container 018d80089227 [2021-01-15T00:37:12.063Z] ---> 6c4b0722e0d2 [2021-01-15T00:37:12.063Z] [2021-01-15T00:37:12.063Z] Step 11/26 : FROM docker:20.10.0 [2021-01-15T00:37:12.063Z] 20.10.0: Pulling from library/docker [2021-01-15T00:37:19.910Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-01-15T00:37:19.910Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-01-15T00:37:19.910Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-01-15T00:37:19.910Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-01-15T00:37:19.910Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-01-15T00:37:19.910Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-01-15T00:37:19.910Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-01-15T00:37:19.910Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-01-15T00:37:19.910Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-01-15T00:37:23.331Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-01-15T00:37:23.331Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-01-15T00:37:23.331Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-01-15T00:37:27.115Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-15T00:37:27.377Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-15T00:37:27.377Z] ---> aefe523efa57 [2021-01-15T00:37:27.377Z] Step 12/26 : RUN apk add --no-cache bash [2021-01-15T00:37:27.377Z] Removing intermediate container 098b8f96d254 [2021-01-15T00:37:27.377Z] ---> 3a06aea60ef3 [2021-01-15T00:37:27.377Z] [2021-01-15T00:37:27.377Z] Step 10/24 : FROM scratch [2021-01-15T00:37:27.377Z] ---> [2021-01-15T00:37:27.377Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2021-01-15T00:37:27.638Z] ---> Running in 94cc10a8880e [2021-01-15T00:37:27.902Z] ---> Running in bb8cbfa56983 [2021-01-15T00:37:28.164Z] Removing intermediate container bb8cbfa56983 [2021-01-15T00:37:28.164Z] ---> 77c10ee2bddf [2021-01-15T00:37:28.164Z] Step 12/24 : ENV APP_PORT=48060 [2021-01-15T00:37:28.164Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-15T00:37:28.164Z] ---> Running in f133c7c34118 [2021-01-15T00:37:28.164Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-15T00:37:28.424Z] (1/2) Installing readline (8.0.4-r0) [2021-01-15T00:37:28.424Z] (2/2) Installing bash (5.0.17-r0) [2021-01-15T00:37:28.424Z] Executing bash-5.0.17-r0.post-install [2021-01-15T00:37:28.424Z] Executing busybox-1.31.1-r19.trigger [2021-01-15T00:37:28.424Z] OK: 12 MiB in 22 packages [2021-01-15T00:37:28.686Z] Removing intermediate container f133c7c34118 [2021-01-15T00:37:28.686Z] ---> 7e259eef5735 [2021-01-15T00:37:28.686Z] Step 13/24 : EXPOSE $APP_PORT [2021-01-15T00:37:30.073Z] ---> Running in f065d34f82fc [2021-01-15T00:37:30.336Z] Removing intermediate container 6a58a20855a0 [2021-01-15T00:37:30.336Z] ---> a00a09ca3259 [2021-01-15T00:37:30.336Z] [2021-01-15T00:37:30.336Z] Step 10/23 : FROM alpine:3.12 [2021-01-15T00:37:30.599Z] ---> 389fef711851 [2021-01-15T00:37:30.599Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-15T00:37:30.599Z] Removing intermediate container f065d34f82fc [2021-01-15T00:37:30.599Z] ---> b54fb8a669d8 [2021-01-15T00:37:30.599Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2021-01-15T00:37:30.599Z] Removing intermediate container 94cc10a8880e [2021-01-15T00:37:30.599Z] ---> ebfb4153bec5 [2021-01-15T00:37:30.599Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-15T00:37:30.599Z] ---> Running in a07059387eac [2021-01-15T00:37:30.599Z] ---> Running in c7b0931d79f7 [2021-01-15T00:37:30.859Z] ---> c92e38a7ef33 [2021-01-15T00:37:30.859Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2021-01-15T00:37:30.859Z] Removing intermediate container a07059387eac [2021-01-15T00:37:30.859Z] ---> 67a737ca07be [2021-01-15T00:37:30.859Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-15T00:37:30.859Z] Removing intermediate container c7b0931d79f7 [2021-01-15T00:37:30.859Z] ---> a924dffed3c0 [2021-01-15T00:37:30.859Z] Step 14/26 : ENV APP_PORT=48090 [2021-01-15T00:37:31.121Z] ---> Running in 5e8159296561 [2021-01-15T00:37:31.121Z] ---> Running in b994042da385 [2021-01-15T00:37:31.382Z] Removing intermediate container 5e8159296561 [2021-01-15T00:37:31.382Z] ---> f138ba8417b7 [2021-01-15T00:37:31.382Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-15T00:37:31.956Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.247s coverage: 46.6% of statements [2021-01-15T00:37:31.956Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-01-15T00:37:31.956Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-01-15T00:37:31.956Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-01-15T00:37:31.956Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-01-15T00:37:31.956Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-01-15T00:37:31.958Z] ---> Running in 4309c7c7277c [2021-01-15T00:37:31.958Z] Removing intermediate container b994042da385 [2021-01-15T00:37:31.958Z] ---> f82b2508ba68 [2021-01-15T00:37:31.958Z] Step 15/26 : EXPOSE $APP_PORT [2021-01-15T00:37:31.958Z] ---> 0ee86bc0bbc0 [2021-01-15T00:37:31.958Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2021-01-15T00:37:31.958Z] ---> Running in 82b47ad9fb9f [2021-01-15T00:37:32.218Z] Removing intermediate container 4309c7c7277c [2021-01-15T00:37:32.218Z] ---> f0cf5c0b690e [2021-01-15T00:37:32.218Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-15T00:37:32.218Z] ---> Running in 48f86307c041 [2021-01-15T00:37:32.218Z] Removing intermediate container 82b47ad9fb9f [2021-01-15T00:37:32.218Z] ---> 662fc1f7468a [2021-01-15T00:37:32.218Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-15T00:37:32.483Z] ---> 4254eb0ff3af [2021-01-15T00:37:32.483Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-15T00:37:32.749Z] ---> 353f0a4b2e86 [2021-01-15T00:37:32.749Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-15T00:37:33.016Z] ---> d7d7ec22e3f2 [2021-01-15T00:37:33.016Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-15T00:37:33.016Z] ---> 0831f326ff3c [2021-01-15T00:37:33.016Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-15T00:37:33.589Z] ---> 9a90ac9475ae [2021-01-15T00:37:33.589Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-15T00:37:33.589Z] Removing intermediate container 48f86307c041 [2021-01-15T00:37:33.589Z] ---> 9d69f809c3a5 [2021-01-15T00:37:33.589Z] Step 15/23 : RUN apk add --update --no-cache zeromq [2021-01-15T00:37:33.589Z] ---> 62bd99a2a512 [2021-01-15T00:37:33.589Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-15T00:37:33.589Z] ---> Running in db767a6ac49e [2021-01-15T00:37:33.589Z] ---> Running in c2d45520c456 [2021-01-15T00:37:33.851Z] ---> 8fb8192ede17 [2021-01-15T00:37:33.851Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2021-01-15T00:37:33.851Z] ---> Running in 65ad4ef426e7 [2021-01-15T00:37:34.115Z] Removing intermediate container 65ad4ef426e7 [2021-01-15T00:37:34.115Z] ---> df925e55ffc4 [2021-01-15T00:37:34.115Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-15T00:37:34.115Z] ---> Running in 37cb647e9703 [2021-01-15T00:37:34.377Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-15T00:37:34.377Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-15T00:37:34.637Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-15T00:37:34.899Z] (2/33) Installing expat (2.2.9-r1) [2021-01-15T00:37:34.899Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-15T00:37:34.899Z] (3/33) Installing libffi (3.3-r2) [2021-01-15T00:37:34.899Z] (4/33) Installing gdbm (1.13-r1) [2021-01-15T00:37:34.899Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-15T00:37:34.899Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-15T00:37:34.899Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-15T00:37:34.899Z] Removing intermediate container 37cb647e9703 [2021-01-15T00:37:34.899Z] ---> a44dc44d609d [2021-01-15T00:37:34.899Z] Step 22/24 : LABEL arch=x86_64 [2021-01-15T00:37:35.477Z] ---> Running in b812a3ee90d0 [2021-01-15T00:37:36.429Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-15T00:37:37.372Z] (1/5) Installing libgcc (9.3.0-r2) [2021-01-15T00:37:37.372Z] (2/5) Installing libsodium (1.0.18-r0) [2021-01-15T00:37:37.633Z] (3/5) Installing libstdc++ (9.3.0-r2) [2021-01-15T00:37:37.894Z] (4/5) Installing libzmq (4.3.3-r0) [2021-01-15T00:37:38.154Z] Removing intermediate container b812a3ee90d0 [2021-01-15T00:37:38.154Z] ---> edaac7af9575 [2021-01-15T00:37:38.154Z] Step 23/24 : LABEL git_sha=d791a1a4a5e742e1cfd23f54a7a2c65c151967c8 [2021-01-15T00:37:38.154Z] (5/5) Installing zeromq (4.3.3-r0) [2021-01-15T00:37:38.416Z] ---> Running in 7ff626e563ee [2021-01-15T00:37:38.416Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-15T00:37:38.416Z] Executing busybox-1.31.1-r19.trigger [2021-01-15T00:37:38.416Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-15T00:37:38.416Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-15T00:37:38.416Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-15T00:37:38.416Z] OK: 8 MiB in 19 packages [2021-01-15T00:37:38.416Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-15T00:37:38.416Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-15T00:37:38.416Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-15T00:37:38.988Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-15T00:37:39.251Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-15T00:37:39.251Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-15T00:37:39.251Z] Removing intermediate container 7ff626e563ee [2021-01-15T00:37:39.251Z] ---> 545e84757a5a [2021-01-15T00:37:39.251Z] Step 24/24 : LABEL version=0.0.0 [2021-01-15T00:37:39.516Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-15T00:37:39.517Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-15T00:37:39.778Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-15T00:37:39.778Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-15T00:37:40.040Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-15T00:37:40.040Z] ---> Running in e3aaa9906931 [2021-01-15T00:37:40.040Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-15T00:37:40.040Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-15T00:37:40.040Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-15T00:37:40.040Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-15T00:37:40.040Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-15T00:37:40.040Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-15T00:37:40.040Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-15T00:37:40.040Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-15T00:37:40.281Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.537s coverage: 27.0% of statements [2021-01-15T00:37:40.281Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-01-15T00:37:40.281Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-01-15T00:37:40.281Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-01-15T00:37:40.281Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-01-15T00:37:40.281Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-01-15T00:37:40.281Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-01-15T00:37:40.281Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.064s coverage: 100.0% of statements [2021-01-15T00:37:40.281Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-01-15T00:37:40.281Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.085s coverage: 100.0% of statements [2021-01-15T00:37:40.281Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-01-15T00:37:40.281Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-01-15T00:37:40.282Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.260s coverage: 67.9% of statements [2021-01-15T00:37:40.282Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-01-15T00:37:40.282Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-01-15T00:37:40.282Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.778s coverage: 82.3% of statements [2021-01-15T00:37:40.282Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-01-15T00:37:40.282Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-01-15T00:37:40.282Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-01-15T00:37:40.282Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-01-15T00:37:40.981Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-15T00:37:40.981Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-15T00:37:40.981Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-15T00:37:40.981Z] Removing intermediate container e3aaa9906931 [2021-01-15T00:37:40.981Z] ---> 68f2fcddb695 [2021-01-15T00:37:40.981Z] [2021-01-15T00:37:41.923Z] Executing busybox-1.31.1-r19.trigger [2021-01-15T00:37:41.923Z] OK: 71 MiB in 55 packages [2021-01-15T00:37:41.923Z] Successfully built 68f2fcddb695 [2021-01-15T00:37:41.923Z] Removing intermediate container db767a6ac49e [2021-01-15T00:37:41.923Z] ---> eec7790b04b0 [2021-01-15T00:37:41.923Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-15T00:37:41.923Z] Successfully tagged docker-support-notifications-go:latest [2021-01-15T00:37:42.193Z]  Building docker-support-notifications-go ... done  ---> 0a29441ffb7e [2021-01-15T00:37:42.193Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-15T00:37:45.520Z] ---> 74d3c062b1bb [2021-01-15T00:37:45.520Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-15T00:37:46.912Z] ---> 9778bfcdbcb1 [2021-01-15T00:37:46.912Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-15T00:37:46.912Z] ---> Running in 5961b0ac56f6 [2021-01-15T00:37:47.179Z] Removing intermediate container c2d45520c456 [2021-01-15T00:37:47.180Z] ---> c5bc152b8e70 [2021-01-15T00:37:47.180Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-01-15T00:37:47.180Z] Removing intermediate container 5961b0ac56f6 [2021-01-15T00:37:47.180Z] ---> 97779d4bbb33 [2021-01-15T00:37:47.180Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-15T00:37:47.180Z] ---> Running in b15dfbf03bfa [2021-01-15T00:37:47.180Z] ---> Running in f9395bcffed2 [2021-01-15T00:37:47.441Z] Removing intermediate container f9395bcffed2 [2021-01-15T00:37:47.441Z] ---> 6bbe00a18f1a [2021-01-15T00:37:47.441Z] Step 21/23 : LABEL arch=x86_64 [2021-01-15T00:37:47.441Z] ---> Running in 53f5de6eaef9 [2021-01-15T00:37:47.703Z] Removing intermediate container 53f5de6eaef9 [2021-01-15T00:37:47.703Z] ---> d5615aa8d1b6 [2021-01-15T00:37:47.703Z] Step 22/23 : LABEL git_sha=d791a1a4a5e742e1cfd23f54a7a2c65c151967c8 [2021-01-15T00:37:47.703Z] ---> Running in c339618e0c0a [2021-01-15T00:37:47.963Z] Removing intermediate container c339618e0c0a [2021-01-15T00:37:47.963Z] ---> 4c9b974e74b6 [2021-01-15T00:37:47.963Z] Step 23/23 : LABEL version=0.0.0 [2021-01-15T00:37:47.963Z] ---> Running in 7cbf8e17d807 [2021-01-15T00:37:47.963Z] Removing intermediate container 7cbf8e17d807 [2021-01-15T00:37:47.963Z] ---> e010e430bc5d [2021-01-15T00:37:47.963Z] [2021-01-15T00:37:48.224Z] Successfully built e010e430bc5d [2021-01-15T00:37:48.224Z] Successfully tagged docker-core-data-go:latest [2021-01-15T00:37:48.485Z]  Building docker-core-data-go ... done Collecting docker-compose==1.23.2 [2021-01-15T00:37:48.747Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-15T00:37:48.747Z] Collecting docopt<0.7,>=0.6.1 [2021-01-15T00:37:48.747Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-15T00:37:49.320Z] Collecting cached-property<2,>=1.2.0 [2021-01-15T00:37:49.320Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-15T00:37:49.320Z] Collecting texttable<0.10,>=0.9.0 [2021-01-15T00:37:49.320Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-15T00:37:49.894Z] Collecting PyYAML<4,>=3.10 [2021-01-15T00:37:49.894Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-15T00:37:50.475Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.317s coverage: 28.6% of statements [2021-01-15T00:37:50.475Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-01-15T00:37:50.475Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-01-15T00:37:50.475Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-01-15T00:37:50.475Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-01-15T00:37:50.475Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-01-15T00:37:50.475Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.156s coverage: 100.0% of statements [2021-01-15T00:37:50.475Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-01-15T00:37:50.475Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.088s coverage: 100.0% of statements [2021-01-15T00:37:50.475Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-01-15T00:37:50.475Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.367s coverage: 86.7% of statements [2021-01-15T00:37:50.475Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-01-15T00:37:50.475Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.405s coverage: 97.5% of statements [2021-01-15T00:37:50.475Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-01-15T00:37:50.475Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.182s coverage: 78.3% of statements [2021-01-15T00:37:50.475Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-01-15T00:37:50.475Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-01-15T00:37:50.475Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-01-15T00:37:50.475Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-01-15T00:37:50.837Z] Collecting jsonschema<3,>=2.5.1 [2021-01-15T00:37:50.837Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-15T00:37:50.838Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2021-01-15T00:37:51.098Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-15T00:37:51.098Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-15T00:37:51.098Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-15T00:37:51.098Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-15T00:37:52.484Z] Collecting docker<4.0,>=3.6.0 [2021-01-15T00:37:52.484Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-15T00:37:52.746Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-15T00:37:52.746Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-15T00:37:53.007Z] Collecting docker-pycreds>=0.4.0 [2021-01-15T00:37:53.007Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-15T00:37:53.007Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2021-01-15T00:37:53.268Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-15T00:37:53.268Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-15T00:37:53.268Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2021-01-15T00:37:53.268Z] Collecting idna<2.8,>=2.5 [2021-01-15T00:37:53.268Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-15T00:37:53.268Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-15T00:37:53.268Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-15T00:37:53.268Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-15T00:37:53.268Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-15T00:37:53.529Z] Installing collected packages: docopt, cached-property, texttable, PyYAML, jsonschema, websocket-client, dockerpty, urllib3, idna, requests, docker-pycreds, docker, docker-compose [2021-01-15T00:37:53.529Z] Running setup.py install for docopt: started [2021-01-15T00:37:53.789Z] Running setup.py install for docopt: finished with status 'done' [2021-01-15T00:37:54.050Z] Running setup.py install for texttable: started [2021-01-15T00:37:54.311Z] Running setup.py install for texttable: finished with status 'done' [2021-01-15T00:37:54.311Z] Running setup.py install for PyYAML: started [2021-01-15T00:37:54.882Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-15T00:37:55.143Z] Running setup.py install for dockerpty: started [2021-01-15T00:37:55.719Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-15T00:37:55.719Z] Attempting uninstall: urllib3 [2021-01-15T00:37:55.719Z] Found existing installation: urllib3 1.25.9 [2021-01-15T00:37:55.719Z] Uninstalling urllib3-1.25.9: [2021-01-15T00:37:55.719Z] Successfully uninstalled urllib3-1.25.9 [2021-01-15T00:37:55.719Z] Attempting uninstall: idna [2021-01-15T00:37:55.719Z] Found existing installation: idna 2.9 [2021-01-15T00:37:55.719Z] Uninstalling idna-2.9: [2021-01-15T00:37:55.984Z] Successfully uninstalled idna-2.9 [2021-01-15T00:37:55.984Z] Attempting uninstall: requests [2021-01-15T00:37:55.984Z] Found existing installation: requests 2.23.0 [2021-01-15T00:37:55.984Z] Uninstalling requests-2.23.0: [2021-01-15T00:37:55.984Z] Successfully uninstalled requests-2.23.0 [2021-01-15T00:37:56.556Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 [2021-01-15T00:37:59.869Z] Removing intermediate container b15dfbf03bfa [2021-01-15T00:37:59.869Z] ---> e9beeacc896e [2021-01-15T00:37:59.869Z] Step 21/26 : RUN apk --no-cache add curl [2021-01-15T00:37:59.869Z] ---> Running in 19b35b33c11a [2021-01-15T00:37:59.869Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-15T00:37:59.869Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-15T00:38:00.130Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-15T00:38:00.130Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-15T00:38:00.130Z] (3/3) Installing curl (7.69.1-r3) [2021-01-15T00:38:00.130Z] Executing busybox-1.31.1-r19.trigger [2021-01-15T00:38:00.130Z] OK: 72 MiB in 58 packages [2021-01-15T00:38:00.663Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.270s coverage: 93.2% of statements [2021-01-15T00:38:00.663Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-01-15T00:38:00.663Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-01-15T00:38:00.663Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-01-15T00:38:00.663Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-01-15T00:38:00.663Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-01-15T00:38:00.663Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-01-15T00:38:00.663Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-01-15T00:38:00.663Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-01-15T00:38:00.663Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-01-15T00:38:00.663Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-01-15T00:38:00.663Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-01-15T00:38:00.663Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-01-15T00:38:00.663Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-01-15T00:38:00.663Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-01-15T00:38:00.663Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-01-15T00:38:00.663Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-01-15T00:38:00.663Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-01-15T00:38:00.663Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-01-15T00:38:00.663Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.051s coverage: 58.8% of statements [2021-01-15T00:38:00.663Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-01-15T00:38:00.663Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-01-15T00:38:00.663Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.213s coverage: 0.1% of statements [2021-01-15T00:38:00.663Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-01-15T00:38:00.663Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-01-15T00:38:00.663Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-01-15T00:38:00.663Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-01-15T00:38:00.663Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.045s coverage: 100.0% of statements [2021-01-15T00:38:00.663Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-01-15T00:38:00.663Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.129s coverage: 75.5% of statements [2021-01-15T00:38:00.663Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-01-15T00:38:00.663Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.114s coverage: 80.8% of statements [2021-01-15T00:38:00.663Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.138s coverage: 87.2% of statements [2021-01-15T00:38:00.663Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.170s coverage: 84.2% of statements [2021-01-15T00:38:00.703Z] Removing intermediate container 19b35b33c11a [2021-01-15T00:38:00.703Z] ---> 74950b9150e3 [2021-01-15T00:38:00.703Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-15T00:38:00.703Z] ---> Running in 66446df9b93e [2021-01-15T00:38:00.964Z] Removing intermediate container 66446df9b93e [2021-01-15T00:38:00.964Z] ---> 04ecf6d92f00 [2021-01-15T00:38:00.964Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-15T00:38:00.964Z] ---> Running in c0539fd74eec [2021-01-15T00:38:01.226Z] Removing intermediate container c0539fd74eec [2021-01-15T00:38:01.226Z] ---> 1291f4e3286b [2021-01-15T00:38:01.226Z] Step 24/26 : LABEL arch=x86_64 [2021-01-15T00:38:01.226Z] ---> Running in f5dfe0fa9a2f [2021-01-15T00:38:01.487Z] Removing intermediate container f5dfe0fa9a2f [2021-01-15T00:38:01.487Z] ---> 2317eb1368ee [2021-01-15T00:38:01.487Z] Step 25/26 : LABEL git_sha=d791a1a4a5e742e1cfd23f54a7a2c65c151967c8 [2021-01-15T00:38:01.487Z] ---> Running in a939bf741dab [2021-01-15T00:38:01.751Z] Removing intermediate container a939bf741dab [2021-01-15T00:38:01.751Z] ---> 5ccc546020ab [2021-01-15T00:38:01.751Z] Step 26/26 : LABEL version=0.0.0 [2021-01-15T00:38:01.751Z] ---> Running in 54862725674d [2021-01-15T00:38:01.751Z] Removing intermediate container 54862725674d [2021-01-15T00:38:01.751Z] ---> 63c2e76f35c4 [2021-01-15T00:38:01.751Z] [2021-01-15T00:38:02.016Z] Successfully built 63c2e76f35c4 [2021-01-15T00:38:02.016Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-01-15T00:38:02.288Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-01-15T00:38:02.296Z] $ docker stop --time=1 8a5af491044991c81c9d64e3aff36dd8e2959ec57cbe88b3818d1c98b3a33ad9 [2021-01-15T00:38:02.654Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.179s coverage: 91.4% of statements [2021-01-15T00:38:02.654Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-01-15T00:38:04.177Z] $ docker rm -f 8a5af491044991c81c9d64e3aff36dd8e2959ec57cbe88b3818d1c98b3a33ad9 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-15T00:38:04.706Z] + docker images [2021-01-15T00:38:04.706Z] + grep docker [2021-01-15T00:38:04.706Z] docker-sys-mgmt-agent-go latest 63c2e76f35c4 3 seconds ago 313MB [2021-01-15T00:38:04.706Z] docker-core-data-go latest e010e430bc5d 17 seconds ago 22.3MB [2021-01-15T00:38:04.706Z] docker-support-notifications-go latest 68f2fcddb695 25 seconds ago 12MB [2021-01-15T00:38:04.706Z] docker-core-command-go latest bd2d47338062 56 seconds ago 10.6MB [2021-01-15T00:38:04.706Z] docker-security-secretstore-setup-go latest 6cb3296b5317 About a minute ago 24.6MB [2021-01-15T00:38:04.706Z] docker-security-proxy-setup-go latest 4723b9401b57 2 minutes ago 24.4MB [2021-01-15T00:38:04.706Z] docker-security-bootstrap-redis-go latest d055ebd72522 2 minutes ago 15.8MB [2021-01-15T00:38:04.706Z] docker-core-metadata-go latest d4949b8f5d8a 2 minutes ago 13.1MB [2021-01-15T00:38:04.706Z] docker-support-scheduler-go latest 532b25cf5ddd 2 minutes ago 10.7MB [2021-01-15T00:38:04.706Z] docker 20.10.0 aefe523efa57 4 weeks ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node [2021-01-15T00:38:06.077Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.789s coverage: 63.5% of statements [2021-01-15T00:38:06.077Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-01-15T00:38:06.077Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-01-15T00:38:06.077Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.066s coverage: 100.0% of statements [2021-01-15T00:38:06.077Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.108s coverage: 91.3% of statements [2021-01-15T00:38:06.077Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.083s coverage: 100.0% of statements [2021-01-15T00:38:06.361Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.095s coverage: 73.7% of statements [2021-01-15T00:38:06.968Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.064s coverage: 100.0% of statements [2021-01-15T00:38:12.426Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.937s coverage: 68.9% of statements [2021-01-15T00:38:12.426Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-01-15T00:38:12.426Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-01-15T00:38:12.426Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-01-15T00:38:12.426Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-01-15T00:38:12.426Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-01-15T00:38:13.045Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.416s coverage: 37.0% of statements [2021-01-15T00:38:13.045Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-01-15T00:38:13.045Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-01-15T00:38:13.657Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.843s coverage: 84.0% of statements [2021-01-15T00:38:13.657Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.098s coverage: 100.0% of statements [2021-01-15T00:38:20.467Z] Still waiting to schedule task [2021-01-15T00:38:20.467Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2021-01-15T00:38:22.002Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.431s coverage: 47.1% of statements [2021-01-15T00:38:22.002Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-01-15T00:38:22.002Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-01-15T00:38:22.002Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-01-15T00:38:22.002Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-01-15T00:38:22.002Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-01-15T00:38:22.002Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.118s coverage: 100.0% of statements [2021-01-15T00:38:22.002Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-01-15T00:38:22.002Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.123s coverage: 100.0% of statements [2021-01-15T00:38:22.002Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-01-15T00:38:27.453Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.883s coverage: 29.1% of statements [2021-01-15T00:38:27.453Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-01-15T00:38:27.453Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-01-15T00:38:27.453Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-01-15T00:38:27.453Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-01-15T00:38:27.453Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-01-15T00:38:27.453Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.229s coverage: 99.0% of statements [2021-01-15T00:38:27.453Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-01-15T00:38:27.453Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.088s coverage: 100.0% of statements [2021-01-15T00:38:27.453Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-01-15T00:38:27.453Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.047s coverage: 0.0% of statements [2021-01-15T00:38:27.453Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-01-15T00:38:27.453Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.054s coverage: 100.0% of statements [2021-01-15T00:38:27.453Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-01-15T00:38:27.453Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-01-15T00:38:27.453Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-01-15T00:38:27.453Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-01-15T00:38:27.453Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.104s coverage: 87.9% of statements [2021-01-15T00:38:27.453Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-01-15T00:38:27.453Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-01-15T00:38:27.453Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.080s coverage: 100.0% of statements [2021-01-15T00:38:28.050Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.057s coverage: 32.1% of statements [2021-01-15T00:38:28.653Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.088s coverage: 100.0% of statements [2021-01-15T00:38:29.253Z] GO111MODULE=on go vet ./... [2021-01-15T00:39:05.139Z] Running on prd-ubuntu18.04-docker-8c-8g-20352 in /w/workspace/edgexfoundry_edgex-go_PR-3030 [Pipeline] { [Pipeline] ws [2021-01-15T00:39:05.220Z] Running in /w/workspace/edgex-go/4 [Pipeline] { [Pipeline] checkout [2021-01-15T00:39:07.438Z] using credential edgex-jenkins-ssh [2021-01-15T00:39:07.487Z] Cloning the remote Git repository [2021-01-15T00:39:07.481Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-01-15T00:39:07.554Z] > git init /w/workspace/edgex-go/4 # timeout=10 [2021-01-15T00:39:07.579Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-15T00:39:07.579Z] > git --version # timeout=10 [2021-01-15T00:39:07.588Z] > git --version # 'git version 2.17.1' [2021-01-15T00:39:07.589Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-15T00:39:07.617Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-15T00:39:19.499Z] Merging remotes/origin/master commit 60451040515ee9eeb901ca3bb1c4662a631f475e into PR head commit 25b0e270b56badf436881da003bb813d97a6c436 [2021-01-15T00:39:19.685Z] Merge succeeded, producing c6ccd7257047e2a2c11f4ed9d8d52c20f4841b8a [2021-01-15T00:39:19.686Z] Checking out Revision c6ccd7257047e2a2c11f4ed9d8d52c20f4841b8a (PR-3030) [2021-01-15T00:39:18.816Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-15T00:39:18.828Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-15T00:39:18.840Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-15T00:39:18.853Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-15T00:39:18.853Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-15T00:39:18.856Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3030/head:refs/remotes/origin/PR-3030 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-15T00:39:19.501Z] > git config core.sparsecheckout # timeout=10 [2021-01-15T00:39:19.512Z] > git checkout -f 25b0e270b56badf436881da003bb813d97a6c436 # timeout=10 [2021-01-15T00:39:19.585Z] > git remote # timeout=10 [2021-01-15T00:39:19.591Z] > git config --get remote.origin.url # timeout=10 [2021-01-15T00:39:19.597Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-15T00:39:19.601Z] > git merge 60451040515ee9eeb901ca3bb1c4662a631f475e # timeout=10 [2021-01-15T00:39:19.672Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-15T00:39:19.681Z] > git config core.sparsecheckout # timeout=10 [2021-01-15T00:39:19.685Z] > git checkout -f c6ccd7257047e2a2c11f4ed9d8d52c20f4841b8a # timeout=10 [2021-01-15T00:39:23.365Z] Commit message: "Merge commit '60451040515ee9eeb901ca3bb1c4662a631f475e' into HEAD" [2021-01-15T00:39:23.377Z] First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-15T00:39:24.588Z] + echo snap-build.sh [2021-01-15T00:39:24.588Z] snap-build.sh [2021-01-15T00:39:24.588Z] + SNAP_BASE_DIR=. [2021-01-15T00:39:24.588Z] + '[' '!' -z /w/workspace/edgex-go/4 ']' [2021-01-15T00:39:24.588Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/4 [2021-01-15T00:39:24.588Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/4]' [2021-01-15T00:39:24.588Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/4] [2021-01-15T00:39:24.588Z] + cd /w/workspace/edgex-go/4 [2021-01-15T00:39:24.588Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-01-15T00:39:24.588Z] Reading package lists... [2021-01-15T00:39:24.588Z] Building dependency tree... [2021-01-15T00:39:24.588Z] Reading state information... [2021-01-15T00:39:24.851Z] The following packages were automatically installed and are no longer required: [2021-01-15T00:39:24.851Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-01-15T00:39:24.851Z] uidmap xdelta3 [2021-01-15T00:39:24.851Z] Use 'sudo apt autoremove' to remove them. [2021-01-15T00:39:24.851Z] The following packages will be REMOVED: [2021-01-15T00:39:24.851Z] lxd* lxd-client* [2021-01-15T00:39:25.116Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-01-15T00:39:25.116Z] After this operation, 31.7 MB disk space will be freed. [2021-01-15T00:39:23.365Z] > git rev-list --no-walk 4d1422c6aa577a71801cc1e5479d2ecbc19b52c4 # timeout=10 [2021-01-15T00:39:26.161Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 190027 files and directories currently installed.) [2021-01-15T00:39:26.161Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-01-15T00:39:27.105Z] Removing lxd dnsmasq configuration [2021-01-15T00:39:27.106Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-01-15T00:39:27.377Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-01-15T00:39:28.322Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-01-15T00:39:28.323Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 189852 files and directories currently installed.) [2021-01-15T00:39:28.323Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-01-15T00:39:29.710Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-01-15T00:39:29.711Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-01-15T00:39:31.098Z] + sudo snap remove --purge lxd [2021-01-15T00:39:31.098Z] snap "lxd" is not installed [2021-01-15T00:39:31.098Z] + sudo groupadd --force --system lxd [2021-01-15T00:39:31.098Z] ++ whoami [2021-01-15T00:39:31.098Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-01-15T00:39:31.098Z] + newgrp - lxd [2021-01-15T00:39:31.098Z] + sudo snap install lxd [2021-01-15T00:39:39.250Z] 2021-01-15T00:39:37Z INFO Waiting for automatic snapd restart... [2021-01-15T00:39:51.096Z] gofmt -l . [2021-01-15T00:39:51.096Z] [ "`gofmt -l .`" = "" ] [2021-01-15T00:39:51.096Z] ./bin/test-go-mod-tidy.sh [2021-01-15T00:39:51.096Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-01-15T00:39:51.763Z] + ls -al . [2021-01-15T00:39:51.763Z] total 684 [2021-01-15T00:39:51.763Z] drwxrwxr-x 9 1001 1001 4096 Jan 15 00:39 . [2021-01-15T00:39:51.763Z] drwxr-xr-x 4 root root 4096 Jan 15 00:35 .. [2021-01-15T00:39:51.763Z] -rw-rw-r-- 1 1001 1001 11 Jan 15 00:34 .dockerignore [2021-01-15T00:39:51.763Z] drwxrwxr-x 8 1001 1001 4096 Jan 15 00:34 .git [2021-01-15T00:39:51.763Z] drwxrwxr-x 3 1001 1001 4096 Jan 15 00:34 .github [2021-01-15T00:39:51.763Z] -rw-rw-r-- 1 1001 1001 824 Jan 15 00:34 .gitignore [2021-01-15T00:39:51.763Z] -rw-rw-r-- 1 1001 1001 166 Jan 15 00:34 .sonarcloud.properties [2021-01-15T00:39:51.763Z] -rw-rw-r-- 1 1001 1001 7741 Jan 15 00:34 Attribution.txt [2021-01-15T00:39:51.763Z] -rw-rw-r-- 1 1001 1001 3804 Jan 15 00:34 CONTRIBUTING.md [2021-01-15T00:39:51.763Z] -rw-rw-r-- 1 1001 1001 931 Jan 15 00:34 Dockerfile.build [2021-01-15T00:39:51.763Z] -rw-rw-r-- 1 1001 1001 863 Jan 15 00:34 Jenkinsfile [2021-01-15T00:39:51.763Z] -rw-rw-r-- 1 1001 1001 10775 Jan 15 00:34 LICENSE [2021-01-15T00:39:51.763Z] -rw-rw-r-- 1 1001 1001 5750 Jan 15 00:34 Makefile [2021-01-15T00:39:51.763Z] -rw-rw-r-- 1 1001 1001 6524 Jan 15 00:34 README.md [2021-01-15T00:39:51.763Z] -rw-rw-r-- 1 1001 1001 6744 Jan 15 00:34 SECURITY.md [2021-01-15T00:39:51.763Z] -rw-rw-r-- 1 1001 1001 5 Jan 15 00:30 VERSION [2021-01-15T00:39:51.763Z] -rw-rw-r-- 1 1001 1001 4131 Jan 15 00:34 ZMQWindows.md [2021-01-15T00:39:51.763Z] drwxrwxr-x 2 1001 1001 4096 Jan 15 00:34 bin [2021-01-15T00:39:51.763Z] drwxrwxr-x 14 1001 1001 4096 Jan 15 00:34 cmd [2021-01-15T00:39:51.763Z] -rw-r--r-- 1 root root 550321 Jan 15 00:38 coverage.out [2021-01-15T00:39:51.763Z] -rw-r--r-- 1 root root 979 Jan 15 00:39 go.mod [2021-01-15T00:39:51.763Z] -rw-r--r-- 1 root root 19036 Jan 15 00:39 go.sum [2021-01-15T00:39:51.763Z] drwxrwxr-x 8 1001 1001 4096 Jan 15 00:34 internal [2021-01-15T00:39:51.763Z] drwxrwxr-x 4 1001 1001 4096 Jan 15 00:34 openapi [2021-01-15T00:39:51.763Z] drwxrwxr-x 4 1001 1001 4096 Jan 15 00:34 snap [2021-01-15T00:39:51.763Z] -rw-rw-r-- 1 1001 1001 168 Jan 15 00:34 version.go [Pipeline] sh [2021-01-15T00:39:52.429Z] + '[' -e coverage.out ] [2021-01-15T00:39:52.429Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-01-15T00:39:52.476Z] Warning: overwriting stash ‘coverage-report’ [2021-01-15T00:39:53.877Z] Stashed 1 file(s) [Pipeline] sh [2021-01-15T00:39:54.594Z] + make build [2021-01-15T00:39:54.594Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-01-15T00:39:57.399Z] lxd 4.10 from Canonical* installed [2021-01-15T00:39:57.399Z] + sudo lxd init --auto [2021-01-15T00:40:03.988Z] + sudo snap install --classic snapcraft [2021-01-15T00:40:04.744Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-01-15T00:40:12.125Z] snapcraft 4.4.4 from Canonical* installed [2021-01-15T00:40:12.125Z] + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' [2021-01-15T00:40:12.125Z] + patch --verbose -p1 [2021-01-15T00:40:12.125Z] Hmm... Looks like a unified diff to me... [2021-01-15T00:40:12.125Z] The text leading up to this was: [2021-01-15T00:40:12.125Z] -------------------------- [2021-01-15T00:40:12.125Z] |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 [2021-01-15T00:40:12.125Z] |From: Tony Espy [2021-01-15T00:40:12.125Z] |Date: Wed, 16 Dec 2020 16:34:55 -0500 [2021-01-15T00:40:12.125Z] |Subject: [PATCH] optimize snap build for pipeline CI check [2021-01-15T00:40:12.125Z] | [2021-01-15T00:40:12.125Z] |This patch is used by the EdgeX CI pipeline builds to [2021-01-15T00:40:12.125Z] |optimize the snap CI check run for pull requests. When [2021-01-15T00:40:12.125Z] |applied, it essentially strips out everything (apps and [2021-01-15T00:40:12.125Z] |parts) from the snapcraft.yaml file except those required [2021-01-15T00:40:12.125Z] |to build edgex-go, as the whole idea of the CI check is to [2021-01-15T00:40:12.125Z] |catch changes to edgex-go that break the snap build. [2021-01-15T00:40:12.125Z] | [2021-01-15T00:40:12.125Z] |In general, anyone updating snapcraft.yaml will also need [2021-01-15T00:40:12.125Z] |to update this patch file, otherwise it may fail to apply, [2021-01-15T00:40:12.125Z] |resulting in a failed snap build CI check in the associated [2021-01-15T00:40:12.125Z] |pull request. [2021-01-15T00:40:12.125Z] | [2021-01-15T00:40:12.125Z] |Note - in addition to applying this patch, the pipeline also [2021-01-15T00:40:12.125Z] |only primes the snap (e.g. `snapcraft prime`), as there's no [2021-01-15T00:40:12.125Z] |need to build the finally binary .snap file (and it won't [2021-01-15T00:40:12.125Z] |work with the patch applied). This further reduces the build [2021-01-15T00:40:12.125Z] |time. [2021-01-15T00:40:12.125Z] |--- [2021-01-15T00:40:12.125Z] | snap/snapcraft.yaml | 461 +------------------------------------------- [2021-01-15T00:40:12.125Z] | 1 file changed, 2 insertions(+), 459 deletions(-) [2021-01-15T00:40:12.125Z] | [2021-01-15T00:40:12.125Z] |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml [2021-01-15T00:40:12.125Z] |index 1e537489..faf42425 100644 [2021-01-15T00:40:12.125Z] |--- a/snap/snapcraft.yaml [2021-01-15T00:40:12.125Z] |+++ b/snap/snapcraft.yaml [2021-01-15T00:40:12.125Z] -------------------------- [2021-01-15T00:40:12.125Z] patching file snap/snapcraft.yaml [2021-01-15T00:40:12.126Z] Using Plan A... [2021-01-15T00:40:12.126Z] Hunk #1 succeeded at 73. [2021-01-15T00:40:12.126Z] Hunk #2 succeeded at 202 with fuzz 1. [2021-01-15T00:40:12.126Z] Hunk #3 succeeded at 214 (offset -3 lines). [2021-01-15T00:40:12.126Z] Hunk #4 succeeded at 222 (offset -3 lines). [2021-01-15T00:40:12.126Z] Hunk #5 succeeded at 229 (offset -3 lines). [2021-01-15T00:40:12.126Z] Hunk #6 succeeded at 256 (offset -3 lines). [2021-01-15T00:40:12.126Z] Hunk #7 succeeded at 290 (offset -3 lines). [2021-01-15T00:40:12.126Z] Hunk #8 succeeded at 342 (offset -2 lines). [2021-01-15T00:40:12.126Z] Hmm... Ignoring the trailing garbage. [2021-01-15T00:40:12.126Z] done [2021-01-15T00:40:12.126Z] + sudo snapcraft prime --use-lxd [2021-01-15T00:40:12.386Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-01-15T00:40:12.386Z] The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: [2021-01-15T00:40:12.386Z] - README.md [2021-01-15T00:40:12.386Z] - snapcraft.yaml.orig [2021-01-15T00:40:12.386Z] [2021-01-15T00:40:12.386Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-01-15T00:40:12.959Z] Launching a container. [2021-01-15T00:40:23.935Z] Waiting for container to be ready [2021-01-15T00:40:23.935Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-01-15T00:40:23.935Z] [2021-01-15T00:40:27.249Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-01-15T00:40:27.508Z] Waiting for network to be ready... [2021-01-15T00:40:27.768Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-01-15T00:40:28.029Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1506 kB] [2021-01-15T00:40:28.029Z] Get:3 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-01-15T00:40:28.029Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [292 kB] [2021-01-15T00:40:28.029Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [12.5 kB] [2021-01-15T00:40:28.030Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2644 B] [2021-01-15T00:40:28.030Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [219 kB] [2021-01-15T00:40:28.030Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [28.8 kB] [2021-01-15T00:40:28.030Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1098 kB] [2021-01-15T00:40:28.030Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [245 kB] [2021-01-15T00:40:28.602Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-01-15T00:40:28.602Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-01-15T00:40:28.863Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-01-15T00:40:28.863Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-01-15T00:40:28.863Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-01-15T00:40:28.863Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-01-15T00:40:28.863Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-01-15T00:40:28.863Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-01-15T00:40:29.122Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-01-15T00:40:29.390Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1842 kB] [2021-01-15T00:40:29.650Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [384 kB] [2021-01-15T00:40:29.650Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.7 kB] [2021-01-15T00:40:29.650Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6696 B] [2021-01-15T00:40:29.650Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [237 kB] [2021-01-15T00:40:29.650Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [31.8 kB] [2021-01-15T00:40:29.650Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1700 kB] [2021-01-15T00:40:29.650Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [358 kB] [2021-01-15T00:40:31.573Z] Fetched 23.7 MB in 4s (6025 kB/s) [2021-01-15T00:40:32.516Z] Reading package lists... [2021-01-15T00:40:32.776Z] Reading package lists... [2021-01-15T00:40:33.037Z] Building dependency tree... [2021-01-15T00:40:33.037Z] Reading state information... [2021-01-15T00:40:33.037Z] The following additional packages will be installed: [2021-01-15T00:40:33.037Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-01-15T00:40:33.037Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-01-15T00:40:33.037Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-01-15T00:40:33.037Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-01-15T00:40:33.037Z] Suggested packages: [2021-01-15T00:40:33.037Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-01-15T00:40:33.037Z] Recommended packages: [2021-01-15T00:40:33.037Z] gnupg libsasl2-modules [2021-01-15T00:40:33.037Z] The following NEW packages will be installed: [2021-01-15T00:40:33.037Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-01-15T00:40:33.037Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-01-15T00:40:33.037Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-01-15T00:40:33.037Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-01-15T00:40:33.037Z] The following packages will be upgraded: [2021-01-15T00:40:33.037Z] gpg gpg-agent gpgconf libudev1 [2021-01-15T00:40:33.298Z] 4 upgraded, 18 newly installed, 0 to remove and 102 not upgraded. [2021-01-15T00:40:33.298Z] Need to get 3532 kB of archives. [2021-01-15T00:40:33.298Z] After this operation, 13.3 MB of additional disk space will be used. [2021-01-15T00:40:33.298Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] [2021-01-15T00:40:33.298Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] [2021-01-15T00:40:33.298Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] [2021-01-15T00:40:33.298Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.8 [17.0 kB] [2021-01-15T00:40:33.298Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.8 [155 kB] [2021-01-15T00:40:33.298Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] [2021-01-15T00:40:33.558Z] Get:7 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.43 [57.8 kB] [2021-01-15T00:40:33.820Z] Get:8 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.43 [1102 kB] [2021-01-15T00:40:34.082Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-01-15T00:40:34.082Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-01-15T00:40:34.082Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-01-15T00:40:34.082Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-01-15T00:40:34.082Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-01-15T00:40:34.082Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-01-15T00:40:34.082Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-01-15T00:40:34.082Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-01-15T00:40:34.082Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-01-15T00:40:34.082Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-01-15T00:40:34.343Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-01-15T00:40:34.343Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-01-15T00:40:34.344Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] [2021-01-15T00:40:34.344Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] [2021-01-15T00:40:34.344Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-15T00:40:34.344Z] Fetched 3532 kB in 1s (3136 kB/s) [2021-01-15T00:40:34.344Z] (Reading database ... 12511 files and directories currently installed.) [2021-01-15T00:40:34.344Z] Preparing to unpack .../libudev1_237-3ubuntu10.43_amd64.deb ... [2021-01-15T00:40:34.604Z] Unpacking libudev1:amd64 (237-3ubuntu10.43) over (237-3ubuntu10) ... [2021-01-15T00:40:34.604Z] Setting up libudev1:amd64 (237-3ubuntu10.43) ... [2021-01-15T00:40:34.604Z] Selecting previously unselected package udev. [2021-01-15T00:40:34.864Z] (Reading database ... 12511 files and directories currently installed.) [2021-01-15T00:40:34.864Z] Preparing to unpack .../00-udev_237-3ubuntu10.43_amd64.deb ... [2021-01-15T00:40:34.864Z] Unpacking udev (237-3ubuntu10.43) ... [2021-01-15T00:40:35.126Z] Selecting previously unselected package libfuse2:amd64. [2021-01-15T00:40:35.126Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-01-15T00:40:35.126Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-01-15T00:40:35.126Z] Selecting previously unselected package fuse. [2021-01-15T00:40:35.126Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-01-15T00:40:35.126Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-01-15T00:40:35.126Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-15T00:40:35.126Z] Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-15T00:40:35.386Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-15T00:40:35.386Z] Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-15T00:40:35.386Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-15T00:40:35.386Z] Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-15T00:40:35.647Z] Selecting previously unselected package libksba8:amd64. [2021-01-15T00:40:35.647Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-01-15T00:40:35.647Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-01-15T00:40:35.647Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-01-15T00:40:35.647Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-15T00:40:35.647Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-15T00:40:35.908Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-01-15T00:40:35.908Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-15T00:40:35.908Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-15T00:40:35.908Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-01-15T00:40:35.908Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-15T00:40:35.908Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-15T00:40:36.170Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-01-15T00:40:36.170Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-15T00:40:36.170Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-15T00:40:36.170Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-01-15T00:40:36.170Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-15T00:40:36.170Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-15T00:40:36.170Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-01-15T00:40:36.170Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-15T00:40:36.438Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-15T00:40:36.438Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-01-15T00:40:36.438Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-15T00:40:36.438Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-15T00:40:36.709Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-01-15T00:40:36.709Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-15T00:40:36.709Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-15T00:40:36.709Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-01-15T00:40:36.709Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-15T00:40:36.709Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-15T00:40:36.709Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-01-15T00:40:36.709Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-01-15T00:40:36.709Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-15T00:40:36.975Z] Selecting previously unselected package libsasl2-2:amd64. [2021-01-15T00:40:36.975Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-01-15T00:40:36.975Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-15T00:40:36.975Z] Selecting previously unselected package libldap-common. [2021-01-15T00:40:36.975Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... [2021-01-15T00:40:36.975Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-15T00:40:36.975Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-01-15T00:40:36.975Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... [2021-01-15T00:40:36.975Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-15T00:40:37.256Z] Selecting previously unselected package dirmngr. [2021-01-15T00:40:37.256Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-15T00:40:37.256Z] Unpacking dirmngr (2.2.4-1ubuntu1.3) ... [2021-01-15T00:40:37.256Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-15T00:40:37.256Z] Setting up gpgconf (2.2.4-1ubuntu1.3) ... [2021-01-15T00:40:37.524Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-01-15T00:40:37.524Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-15T00:40:37.524Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-15T00:40:37.524Z] Setting up gpg-agent (2.2.4-1ubuntu1.3) ... [2021-01-15T00:40:37.524Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-15T00:40:37.524Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-01-15T00:40:37.524Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-15T00:40:37.524Z] Setting up udev (237-3ubuntu10.43) ... [2021-01-15T00:40:37.537Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-01-15T00:40:38.099Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-01-15T00:40:38.099Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-15T00:40:38.099Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-01-15T00:40:38.099Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-01-15T00:40:38.099Z] Setting up gpg (2.2.4-1ubuntu1.3) ... [2021-01-15T00:40:38.141Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-01-15T00:40:38.360Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-15T00:40:38.360Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-15T00:40:38.360Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-15T00:40:38.360Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-15T00:40:38.360Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-15T00:40:38.360Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-15T00:40:38.360Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-15T00:40:38.360Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-15T00:40:38.620Z] Setting up dirmngr (2.2.4-1ubuntu1.3) ... [2021-01-15T00:40:38.620Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-15T00:40:38.881Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-01-15T00:40:38.881Z] settings in the [Install] section, and DefaultInstance for template units). [2021-01-15T00:40:38.881Z] This means they are not meant to be enabled using systemctl. [2021-01-15T00:40:38.881Z] Possible reasons for having this kind of units are: [2021-01-15T00:40:38.881Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-01-15T00:40:38.881Z] .wants/ or .requires/ directory. [2021-01-15T00:40:38.881Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-01-15T00:40:38.881Z] a requirement dependency on it. [2021-01-15T00:40:38.881Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-01-15T00:40:38.881Z] D-Bus, udev, scripted systemctl call, ...). [2021-01-15T00:40:38.881Z] 4) In case of template units, the unit is meant to be enabled with some [2021-01-15T00:40:38.881Z] instance name specified. [2021-01-15T00:40:39.142Z] Reading package lists... [2021-01-15T00:40:39.403Z] Building dependency tree... [2021-01-15T00:40:39.403Z] Reading state information... [2021-01-15T00:40:39.665Z] The following additional packages will be installed: [2021-01-15T00:40:39.665Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-01-15T00:40:39.665Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-01-15T00:40:39.665Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-01-15T00:40:39.665Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-01-15T00:40:39.665Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-01-15T00:40:39.665Z] Suggested packages: [2021-01-15T00:40:39.665Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-01-15T00:40:39.665Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-01-15T00:40:39.665Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-01-15T00:40:39.665Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-01-15T00:40:39.665Z] systemd-container policykit-1 [2021-01-15T00:40:39.665Z] Recommended packages: [2021-01-15T00:40:39.665Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-01-15T00:40:39.665Z] The following NEW packages will be installed: [2021-01-15T00:40:39.665Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-01-15T00:40:39.665Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-01-15T00:40:39.665Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-01-15T00:40:39.665Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-01-15T00:40:39.665Z] python3.6-minimal snapd squashfs-tools sudo [2021-01-15T00:40:39.665Z] The following packages will be upgraded: [2021-01-15T00:40:39.665Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-01-15T00:40:39.665Z] 5 upgraded, 25 newly installed, 0 to remove and 97 not upgraded. [2021-01-15T00:40:39.665Z] Need to get 35.2 MB of archives. [2021-01-15T00:40:39.665Z] After this operation, 141 MB of additional disk space will be used. [2021-01-15T00:40:39.665Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] [2021-01-15T00:40:39.665Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] [2021-01-15T00:40:39.665Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.7 [1301 kB] [2021-01-15T00:40:39.665Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.43 [2913 kB] [2021-01-15T00:40:39.926Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [533 kB] [2021-01-15T00:40:39.926Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-01-15T00:40:39.926Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [1609 kB] [2021-01-15T00:40:39.926Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] [2021-01-15T00:40:39.926Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] [2021-01-15T00:40:39.926Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-01-15T00:40:39.926Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-01-15T00:40:39.926Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-01-15T00:40:39.926Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-01-15T00:40:39.926Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-01-15T00:40:39.926Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-01-15T00:40:39.927Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] [2021-01-15T00:40:39.927Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-01-15T00:40:40.501Z] Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.43 [208 kB] [2021-01-15T00:40:40.501Z] Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2021-01-15T00:40:40.501Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-01-15T00:40:40.501Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-01-15T00:40:40.501Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-01-15T00:40:40.501Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-01-15T00:40:40.501Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-01-15T00:40:40.501Z] Get:25 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-01-15T00:40:40.501Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 sudo amd64 1.8.21p2-3ubuntu1.3 [428 kB] [2021-01-15T00:40:40.773Z] Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-01-15T00:40:40.773Z] Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-01-15T00:40:40.773Z] Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] [2021-01-15T00:40:40.773Z] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] [2021-01-15T00:40:42.184Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-15T00:40:42.184Z] Fetched 35.2 MB in 2s (16.2 MB/s) [2021-01-15T00:40:42.184Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-15T00:40:42.184Z] Preparing to unpack .../systemd_237-3ubuntu10.43_amd64.deb ... [2021-01-15T00:40:42.184Z] Unpacking systemd (237-3ubuntu10.43) over (237-3ubuntu10) ... [2021-01-15T00:40:42.767Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.43_amd64.deb ... [2021-01-15T00:40:42.767Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.43) over (237-3ubuntu10) ... [2021-01-15T00:40:43.029Z] Setting up libsystemd0:amd64 (237-3ubuntu10.43) ... [2021-01-15T00:40:43.029Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-15T00:40:43.029Z] Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... [2021-01-15T00:40:43.029Z] Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... [2021-01-15T00:40:43.291Z] Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... [2021-01-15T00:40:43.291Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-15T00:40:43.291Z] Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... [2021-01-15T00:40:43.291Z] Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... [2021-01-15T00:40:43.552Z] Setting up apt (1.6.12ubuntu0.2) ... [2021-01-15T00:40:43.552Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-01-15T00:40:44.129Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-01-15T00:40:44.129Z] (Reading database ... 12764 files and directories currently installed.) [2021-01-15T00:40:44.129Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-01-15T00:40:44.129Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-01-15T00:40:44.396Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-01-15T00:40:44.396Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-15T00:40:44.396Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-15T00:40:44.663Z] Selecting previously unselected package libexpat1:amd64. [2021-01-15T00:40:44.663Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-01-15T00:40:44.663Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-01-15T00:40:44.663Z] Selecting previously unselected package python3.6-minimal. [2021-01-15T00:40:44.663Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-15T00:40:44.663Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-01-15T00:40:44.869Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-01-15T00:40:44.923Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... [2021-01-15T00:40:44.924Z] Checking for services that may need to be restarted...done. [2021-01-15T00:40:44.924Z] Checking for services that may need to be restarted...done. [2021-01-15T00:40:45.186Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-15T00:40:45.186Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-01-15T00:40:45.186Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-01-15T00:40:45.467Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-01-15T00:40:45.756Z] Selecting previously unselected package python3-minimal. [2021-01-15T00:40:45.756Z] (Reading database ... 13012 files and directories currently installed.) [2021-01-15T00:40:45.756Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-01-15T00:40:45.756Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-01-15T00:40:45.756Z] Selecting previously unselected package mime-support. [2021-01-15T00:40:45.756Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-01-15T00:40:45.756Z] Unpacking mime-support (3.60ubuntu1) ... [2021-01-15T00:40:45.756Z] Selecting previously unselected package libmpdec2:amd64. [2021-01-15T00:40:45.756Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-01-15T00:40:45.756Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-01-15T00:40:46.030Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-01-15T00:40:46.030Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-15T00:40:46.030Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-15T00:40:46.292Z] Selecting previously unselected package python3.6. [2021-01-15T00:40:46.292Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-15T00:40:46.292Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-15T00:40:46.292Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-01-15T00:40:46.292Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-01-15T00:40:46.292Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-01-15T00:40:46.292Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-01-15T00:40:46.865Z] Selecting previously unselected package python3. [2021-01-15T00:40:46.865Z] (Reading database ... 13442 files and directories currently installed.) [2021-01-15T00:40:46.865Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-01-15T00:40:46.865Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-01-15T00:40:46.865Z] Selecting previously unselected package multiarch-support. [2021-01-15T00:40:46.865Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-01-15T00:40:46.865Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-01-15T00:40:47.125Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-01-15T00:40:47.125Z] Selecting previously unselected package liblzo2-2:amd64. [2021-01-15T00:40:47.125Z] (Reading database ... 13479 files and directories currently installed.) [2021-01-15T00:40:47.125Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-01-15T00:40:47.125Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-01-15T00:40:47.125Z] Selecting previously unselected package libbsd0:amd64. [2021-01-15T00:40:47.125Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-01-15T00:40:47.125Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-01-15T00:40:47.387Z] Selecting previously unselected package sudo. [2021-01-15T00:40:47.387Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.3_amd64.deb ... [2021-01-15T00:40:47.387Z] Unpacking sudo (1.8.21p2-3ubuntu1.3) ... [2021-01-15T00:40:47.387Z] Selecting previously unselected package apparmor. [2021-01-15T00:40:47.387Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-01-15T00:40:47.387Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-01-15T00:40:47.649Z] Selecting previously unselected package libedit2:amd64. [2021-01-15T00:40:47.649Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-01-15T00:40:47.649Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-01-15T00:40:47.649Z] Selecting previously unselected package libkrb5support0:amd64. [2021-01-15T00:40:47.649Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-01-15T00:40:47.649Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-01-15T00:40:47.910Z] Selecting previously unselected package libk5crypto3:amd64. [2021-01-15T00:40:47.910Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-01-15T00:40:47.910Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-01-15T00:40:47.911Z] Selecting previously unselected package libkeyutils1:amd64. [2021-01-15T00:40:47.911Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-01-15T00:40:47.911Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-01-15T00:40:47.911Z] Selecting previously unselected package libkrb5-3:amd64. [2021-01-15T00:40:47.911Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-01-15T00:40:47.911Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-01-15T00:40:48.173Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-01-15T00:40:48.173Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-01-15T00:40:48.173Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-01-15T00:40:48.173Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-01-15T00:40:48.173Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... [2021-01-15T00:40:48.173Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-01-15T00:40:48.433Z] Selecting previously unselected package openssh-client. [2021-01-15T00:40:48.433Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-01-15T00:40:48.433Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-01-15T00:40:48.694Z] Selecting previously unselected package squashfs-tools. [2021-01-15T00:40:48.694Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-01-15T00:40:48.694Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-01-15T00:40:48.694Z] Selecting previously unselected package snapd. [2021-01-15T00:40:48.694Z] Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... [2021-01-15T00:40:48.694Z] Unpacking snapd (2.48+18.04) ... [2021-01-15T00:40:50.606Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-01-15T00:40:50.606Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-01-15T00:40:50.868Z] Setting up mime-support (3.60ubuntu1) ... [2021-01-15T00:40:50.868Z] Setting up sudo (1.8.21p2-3ubuntu1.3) ... [2021-01-15T00:40:50.868Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-01-15T00:40:50.868Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-01-15T00:40:50.868Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-15T00:40:51.128Z] Setting up systemd (237-3ubuntu10.43) ... [2021-01-15T00:40:51.128Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-01-15T00:40:52.090Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-01-15T00:40:52.090Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-01-15T00:40:52.090Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-01-15T00:40:52.175Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-01-15T00:40:52.421Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-15T00:40:52.683Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-01-15T00:40:52.984Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-15T00:40:53.556Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-01-15T00:40:53.556Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-01-15T00:40:53.556Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-01-15T00:40:53.556Z] Setting up python3 (3.6.7-1~18.04) ... [2021-01-15T00:40:53.556Z] running python rtupdate hooks for python3.6... [2021-01-15T00:40:53.556Z] running python post-rtupdate hooks for python3.6... [2021-01-15T00:40:53.556Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-01-15T00:40:55.473Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-01-15T00:40:55.473Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-01-15T00:40:55.473Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-01-15T00:40:55.473Z] Setting up snapd (2.48+18.04) ... [2021-01-15T00:40:55.734Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-01-15T00:40:55.995Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-01-15T00:40:56.256Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-01-15T00:40:56.256Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-01-15T00:40:56.498Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-01-15T00:40:56.517Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-01-15T00:40:56.517Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-01-15T00:40:56.777Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-01-15T00:40:56.777Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-01-15T00:40:57.044Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-01-15T00:40:57.306Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-01-15T00:40:57.306Z] /usr/sbin/policy-rc.d returned 101, not running 'start snapd.apparmor.service snapd.autoimport.service snapd.core-fixup.service snapd.failure.service snapd.recovery-chooser-trigger.service snapd.seeded.service snapd.service snapd.snap-repair.service snapd.snap-repair.timer snapd.socket snapd.system-shutdown.service' [2021-01-15T00:40:57.306Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-15T00:40:57.576Z] Processing triggers for systemd (237-3ubuntu10.43) ... [2021-01-15T00:40:58.526Z] Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-15T00:40:58.526Z] Hit:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-01-15T00:40:58.526Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-15T00:40:59.728Z] Reading package lists... [2021-01-15T00:40:59.988Z] Reading package lists... [2021-01-15T00:40:59.988Z] Building dependency tree... [2021-01-15T00:40:59.988Z] Reading state information... [2021-01-15T00:41:00.250Z] Calculating upgrade... [2021-01-15T00:41:00.250Z] The following packages will be upgraded: [2021-01-15T00:41:00.250Z] advancecomp base-files bash binutils binutils-common [2021-01-15T00:41:00.250Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-01-15T00:41:00.250Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-01-15T00:41:00.250Z] grep libapparmor1 libasan4 libatomic1 libbinutils libblkid1 libbz2-1.0 [2021-01-15T00:41:00.250Z] libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 libcilkrts5 libcom-err2 [2021-01-15T00:41:00.250Z] libcryptsetup12 libdb5.3 libdevmapper1.02.1 libdpkg-perl libext2fs2 [2021-01-15T00:41:00.250Z] libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 libgnutls30 libgomp1 libidn11 [2021-01-15T00:41:00.250Z] libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 libmount1 libmpx2 libncurses5 [2021-01-15T00:41:00.250Z] libncursesw5 libp11-kit0 libpam-modules libpam-modules-bin libpam-runtime [2021-01-15T00:41:00.250Z] libpam0g libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 [2021-01-15T00:41:00.250Z] libsmartcols1 libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 [2021-01-15T00:41:00.250Z] libtsan0 libubsan0 libunistring2 libuuid1 libzstd1 linux-libc-dev login [2021-01-15T00:41:00.250Z] mount ncurses-base ncurses-bin openssl passwd patch perl perl-base [2021-01-15T00:41:00.250Z] perl-modules-5.26 pkgbinarymangler procps systemd-sysv tar tzdata [2021-01-15T00:41:00.250Z] ubuntu-keyring util-linux [2021-01-15T00:41:00.511Z] 97 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-01-15T00:41:00.511Z] Need to get 63.7 MB of archives. [2021-01-15T00:41:00.511Z] After this operation, 5203 kB of additional disk space will be used. [2021-01-15T00:41:00.511Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-01-15T00:41:00.511Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-132.136 [987 kB] [2021-01-15T00:41:00.811Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-01-15T00:41:01.082Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-01-15T00:41:01.082Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-01-15T00:41:01.343Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-01-15T00:41:01.343Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-01-15T00:41:01.343Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-01-15T00:41:01.343Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-01-15T00:41:01.343Z] 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-01-15T00:41:01.343Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] [2021-01-15T00:41:01.343Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] [2021-01-15T00:41:01.343Z] Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-01-15T00:41:01.343Z] Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-01-15T00:41:01.343Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-01-15T00:41:01.343Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-01-15T00:41:01.343Z] Get:16 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-01-15T00:41:01.343Z] Get:17 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-01-15T00:41:01.343Z] Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-01-15T00:41:01.343Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2021-01-15T00:41:01.343Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-01-15T00:41:01.343Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-01-15T00:41:01.343Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-01-15T00:41:01.343Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-01-15T00:41:01.343Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-01-15T00:41:01.343Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-01-15T00:41:01.343Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-01-15T00:41:01.343Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-01-15T00:41:01.343Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-01-15T00:41:01.343Z] Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-01-15T00:41:01.604Z] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-01-15T00:41:01.604Z] Get:31 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-01-15T00:41:01.604Z] Get:32 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-01-15T00:41:01.604Z] Get:33 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] [2021-01-15T00:41:01.604Z] Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] [2021-01-15T00:41:01.604Z] Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] [2021-01-15T00:41:01.604Z] Get:36 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.43 [15.7 kB] [2021-01-15T00:41:01.604Z] Get:37 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] [2021-01-15T00:41:01.604Z] Get:38 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-01-15T00:41:01.604Z] Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-01-15T00:41:01.604Z] Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-01-15T00:41:01.604Z] Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-01-15T00:41:01.604Z] Get:42 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-01-15T00:41:01.604Z] Get:43 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-01-15T00:41:01.604Z] Get:44 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] [2021-01-15T00:41:01.604Z] Get:45 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-01-15T00:41:01.604Z] Get:46 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-01-15T00:41:01.604Z] Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-01-15T00:41:01.604Z] Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2021-01-15T00:41:01.604Z] Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-01-15T00:41:01.604Z] Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-01-15T00:41:01.604Z] Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-01-15T00:41:01.604Z] Get:52 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] [2021-01-15T00:41:01.604Z] Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-01-15T00:41:01.605Z] Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-01-15T00:41:01.605Z] Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-01-15T00:41:01.605Z] Get:56 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-01-15T00:41:01.605Z] Get:57 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-01-15T00:41:01.605Z] Get:58 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-01-15T00:41:01.865Z] Get:59 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-01-15T00:41:01.865Z] Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-01-15T00:41:01.865Z] Get:61 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-01-15T00:41:01.865Z] Get:62 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-01-15T00:41:01.865Z] Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-01-15T00:41:01.865Z] Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-01-15T00:41:01.865Z] Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-01-15T00:41:01.865Z] Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-01-15T00:41:01.865Z] Get:67 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-01-15T00:41:01.865Z] Get:68 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] [2021-01-15T00:41:01.865Z] Get:69 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] [2021-01-15T00:41:01.865Z] Get:70 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-01-15T00:41:01.865Z] Get:71 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-01-15T00:41:01.866Z] Get:72 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] [2021-01-15T00:41:01.866Z] Get:73 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] [2021-01-15T00:41:01.866Z] Get:74 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20201027ubuntu0.18.04.1 [153 kB] [2021-01-15T00:41:02.128Z] Get:75 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-01-15T00:41:02.128Z] Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2021-01-15T00:41:02.128Z] Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-01-15T00:41:02.128Z] Get:78 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2020f-0ubuntu0.18.04 [190 kB] [2021-01-15T00:41:02.128Z] Get:79 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2021-01-15T00:41:02.128Z] Get:80 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-01-15T00:41:02.128Z] Get:81 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.4 [1839 kB] [2021-01-15T00:41:02.128Z] Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] [2021-01-15T00:41:02.128Z] Get:83 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] [2021-01-15T00:41:02.128Z] Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] [2021-01-15T00:41:02.128Z] Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-01-15T00:41:02.128Z] Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-01-15T00:41:02.128Z] Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-01-15T00:41:02.128Z] Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-01-15T00:41:02.698Z] Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-01-15T00:41:03.269Z] Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2021-01-15T00:41:03.269Z] Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2021-01-15T00:41:03.269Z] Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-01-15T00:41:03.840Z] Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2021-01-15T00:41:03.840Z] Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-01-15T00:41:03.840Z] Get:95 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-01-15T00:41:03.841Z] Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-01-15T00:41:03.841Z] Get:97 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-01-15T00:41:03.841Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-15T00:41:03.841Z] Fetched 63.7 MB in 3s (18.6 MB/s) [2021-01-15T00:41:03.841Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-15T00:41:03.841Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-01-15T00:41:03.841Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-15T00:41:04.781Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-01-15T00:41:04.781Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-15T00:41:04.781Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-132.136_amd64.deb ... [2021-01-15T00:41:04.781Z] Unpacking linux-libc-dev:amd64 (4.15.0-132.136) over (4.15.0-20.21) ... [2021-01-15T00:41:05.156Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-01-15T00:41:05.353Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-15T00:41:05.615Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-15T00:41:05.615Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-15T00:41:05.615Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-15T00:41:05.878Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-15T00:41:05.878Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-15T00:41:05.878Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-15T00:41:05.878Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-15T00:41:06.141Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-15T00:41:06.141Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-15T00:41:06.141Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-15T00:41:06.141Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-15T00:41:06.402Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-15T00:41:06.402Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-15T00:41:06.402Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-15T00:41:06.663Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-15T00:41:06.663Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-15T00:41:06.663Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-01-15T00:41:06.664Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-01-15T00:41:06.924Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-15T00:41:06.924Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-15T00:41:06.924Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-15T00:41:06.924Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-15T00:41:06.924Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-15T00:41:07.184Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-15T00:41:07.184Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-15T00:41:07.184Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-15T00:41:07.445Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-15T00:41:07.445Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-01-15T00:41:07.705Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-15T00:41:07.967Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-01-15T00:41:08.228Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-15T00:41:08.228Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-01-15T00:41:08.228Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-01-15T00:41:08.228Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-01-15T00:41:08.228Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-01-15T00:41:08.489Z] Setting up base-files (10.1ubuntu2.10) ... [2021-01-15T00:41:08.489Z] Installing new version of config file /etc/issue ... [2021-01-15T00:41:08.489Z] Installing new version of config file /etc/issue.net ... [2021-01-15T00:41:08.489Z] Installing new version of config file /etc/lsb-release ... [2021-01-15T00:41:08.750Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-01-15T00:41:08.750Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-01-15T00:41:09.011Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-01-15T00:41:09.011Z] Removing obsolete conffile /etc/default/motd-news ... [2021-01-15T00:41:09.011Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-15T00:41:09.011Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-01-15T00:41:09.011Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-01-15T00:41:09.284Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-01-15T00:41:09.284Z] update-alternatives: using /usr/share/man/man7/bash-builtins.7.gz to provide /usr/share/man/man7/builtins.7.gz (builtins.7.gz) in auto mode [2021-01-15T00:41:09.284Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-15T00:41:09.284Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-15T00:41:09.284Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-01-15T00:41:09.485Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-01-15T00:41:09.546Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-01-15T00:41:09.546Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-15T00:41:09.546Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-01-15T00:41:09.546Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-01-15T00:41:09.807Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-01-15T00:41:09.807Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-15T00:41:09.807Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-01-15T00:41:09.807Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-15T00:41:10.067Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-01-15T00:41:10.328Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-15T00:41:10.328Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-15T00:41:10.328Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-15T00:41:10.328Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-15T00:41:10.591Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-15T00:41:10.591Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-15T00:41:10.591Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-15T00:41:10.591Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-01-15T00:41:10.852Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-15T00:41:10.852Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-01-15T00:41:10.852Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-01-15T00:41:10.852Z] Setting up grep (3.1-2build1) ... [2021-01-15T00:41:11.112Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-15T00:41:11.112Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-01-15T00:41:11.112Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-01-15T00:41:11.112Z] Setting up login (1:4.5-1ubuntu2) ... [2021-01-15T00:41:11.375Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-15T00:41:11.375Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-15T00:41:11.375Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-15T00:41:11.375Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-01-15T00:41:11.375Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-15T00:41:11.375Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-15T00:41:11.375Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-15T00:41:11.946Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-15T00:41:11.946Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-15T00:41:11.946Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-15T00:41:11.946Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-15T00:41:12.518Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-01-15T00:41:12.780Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-15T00:41:12.780Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-01-15T00:41:12.780Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-15T00:41:13.722Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-01-15T00:41:13.722Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-01-15T00:41:13.722Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-01-15T00:41:13.722Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-01-15T00:41:13.983Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-01-15T00:41:13.983Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-15T00:41:13.983Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-01-15T00:41:13.983Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-01-15T00:41:14.244Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-01-15T00:41:14.244Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-15T00:41:14.244Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-15T00:41:14.244Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-15T00:41:14.244Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-15T00:41:14.512Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-15T00:41:14.512Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-15T00:41:14.512Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-15T00:41:14.512Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-15T00:41:14.773Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-15T00:41:14.773Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-15T00:41:14.773Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-15T00:41:14.773Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-15T00:41:15.043Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-15T00:41:15.043Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-15T00:41:15.043Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-15T00:41:15.043Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-15T00:41:15.305Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-15T00:41:15.305Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-15T00:41:15.305Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-15T00:41:15.305Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-15T00:41:15.305Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-15T00:41:15.566Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-15T00:41:15.566Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-15T00:41:15.566Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-15T00:41:15.566Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-15T00:41:15.828Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-15T00:41:15.828Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-15T00:41:15.828Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-15T00:41:15.828Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-15T00:41:16.089Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-15T00:41:16.089Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-15T00:41:16.089Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-15T00:41:16.089Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-15T00:41:16.206Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-01-15T00:41:16.352Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-01-15T00:41:16.352Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-15T00:41:16.352Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-15T00:41:16.352Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-15T00:41:16.924Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-01-15T00:41:17.185Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-01-15T00:41:17.446Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-01-15T00:41:17.446Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-15T00:41:17.446Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-01-15T00:41:17.707Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-15T00:41:17.707Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-01-15T00:41:18.279Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-15T00:41:18.279Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-01-15T00:41:18.279Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-15T00:41:18.279Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-01-15T00:41:18.546Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-15T00:41:18.546Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-01-15T00:41:18.546Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-01-15T00:41:18.814Z] Setting up debconf (1.5.66ubuntu1) ... [2021-01-15T00:41:19.081Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-15T00:41:19.081Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-15T00:41:19.081Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-15T00:41:19.081Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-15T00:41:19.348Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-15T00:41:19.348Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-15T00:41:19.348Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-15T00:41:19.348Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-15T00:41:19.610Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-15T00:41:19.610Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-15T00:41:19.610Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [Pipeline] } [2021-01-15T00:41:19.760Z] $ docker stop --time=1 56c41cbe598d3d9624fc8af3d4a8529ec41d6af754799bb5fe17545373eee359 [2021-01-15T00:41:19.874Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-15T00:41:20.136Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-15T00:41:20.136Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-15T00:41:20.136Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-15T00:41:20.136Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.43_amd64.deb ... [2021-01-15T00:41:20.400Z] Unpacking systemd-sysv (237-3ubuntu10.43) over (237-3ubuntu10) ... [2021-01-15T00:41:20.400Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-15T00:41:20.400Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-15T00:41:20.678Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-15T00:41:20.678Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-15T00:41:20.678Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-01-15T00:41:20.678Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-01-15T00:41:20.940Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-01-15T00:41:20.940Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-15T00:41:20.940Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-01-15T00:41:20.940Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-15T00:41:21.200Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-15T00:41:21.201Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-15T00:41:21.473Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-15T00:41:21.473Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-15T00:41:21.473Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-15T00:41:21.473Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-15T00:41:21.473Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... [2021-01-15T00:41:21.736Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... [2021-01-15T00:41:21.736Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... [2021-01-15T00:41:22.000Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-15T00:41:22.000Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-01-15T00:41:22.000Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-01-15T00:41:22.273Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-01-15T00:41:22.477Z] $ docker rm -f 56c41cbe598d3d9624fc8af3d4a8529ec41d6af754799bb5fe17545373eee359 [2021-01-15T00:41:22.559Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-15T00:41:22.559Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-15T00:41:22.559Z] Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-15T00:41:22.559Z] Setting up gpgv (2.2.4-1ubuntu1.3) ... [2021-01-15T00:41:22.820Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-15T00:41:22.820Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-01-15T00:41:22.820Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-01-15T00:41:23.080Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-01-15T00:41:23.080Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-15T00:41:23.080Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-01-15T00:41:23.080Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-01-15T00:41:23.348Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-01-15T00:41:23.348Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-15T00:41:23.348Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-01-15T00:41:23.348Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-01-15T00:41:23.616Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-01-15T00:41:23.616Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-15T00:41:23.616Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-01-15T00:41:23.616Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [2021-01-15T00:41:23.877Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-01-15T00:41:23.877Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-15T00:41:23.877Z] Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... [2021-01-15T00:41:23.877Z] Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-15T00:41:24.145Z] Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... [2021-01-15T00:41:24.145Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-15T00:41:24.145Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... [2021-01-15T00:41:24.145Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... [2021-01-15T00:41:24.145Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... [2021-01-15T00:41:24.412Z] (Reading database ... 13915 files and directories currently installed.) [2021-01-15T00:41:24.412Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-01-15T00:41:24.412Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-01-15T00:41:24.412Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-01-15T00:41:24.480Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-15T00:41:24.695Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-01-15T00:41:24.696Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-01-15T00:41:24.696Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-01-15T00:41:24.756Z] [2021-01-15T00:41:24.756Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-15T00:41:24.969Z] Preparing to unpack .../03-ca-certificates_20201027ubuntu0.18.04.1_all.deb ... [2021-01-15T00:41:24.969Z] Unpacking ca-certificates (20201027ubuntu0.18.04.1) over (20180409) ... [2021-01-15T00:41:25.195Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-15T00:41:25.231Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-01-15T00:41:25.231Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-01-15T00:41:25.231Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-01-15T00:41:25.231Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-01-15T00:41:25.483Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-01-15T00:41:25.483Z] 29e5d40040c1: Pulling fs layer [2021-01-15T00:41:25.483Z] 1ce36da41761: Pulling fs layer [2021-01-15T00:41:25.483Z] 25b303627fd3: Pulling fs layer [2021-01-15T00:41:25.483Z] 29e5d40040c1: Verifying Checksum [2021-01-15T00:41:25.483Z] 29e5d40040c1: Download complete [2021-01-15T00:41:25.502Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-01-15T00:41:25.503Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-01-15T00:41:25.503Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-01-15T00:41:25.503Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-01-15T00:41:25.503Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-01-15T00:41:25.774Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-01-15T00:41:25.774Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-01-15T00:41:25.774Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-01-15T00:41:25.774Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-01-15T00:41:25.774Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-01-15T00:41:26.037Z] Preparing to unpack .../11-tzdata_2020f-0ubuntu0.18.04_all.deb ... [2021-01-15T00:41:26.037Z] Unpacking tzdata (2020f-0ubuntu0.18.04) over (2018d-1) ... [2021-01-15T00:41:26.083Z] 29e5d40040c1: Pull complete [2021-01-15T00:41:26.379Z] 1ce36da41761: Verifying Checksum [2021-01-15T00:41:26.379Z] 1ce36da41761: Download complete [2021-01-15T00:41:26.987Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-01-15T00:41:26.987Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-01-15T00:41:26.987Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-01-15T00:41:26.987Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-01-15T00:41:27.248Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-15T00:41:27.248Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-15T00:41:27.510Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-15T00:41:27.510Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-15T00:41:27.772Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-15T00:41:27.772Z] Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-15T00:41:27.772Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-15T00:41:27.772Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-15T00:41:27.823Z] 1ce36da41761: Pull complete [2021-01-15T00:41:27.824Z] 25b303627fd3: Verifying Checksum [2021-01-15T00:41:27.824Z] 25b303627fd3: Download complete [2021-01-15T00:41:28.033Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-15T00:41:28.033Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-15T00:41:28.033Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-15T00:41:28.033Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-15T00:41:28.304Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-15T00:41:28.304Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-15T00:41:28.304Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-15T00:41:28.593Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-15T00:41:29.299Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-15T00:41:29.299Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-15T00:41:30.413Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-15T00:41:30.413Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-15T00:41:30.985Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-15T00:41:30.985Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-15T00:41:31.244Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-15T00:41:31.244Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-15T00:41:32.188Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-15T00:41:32.188Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-15T00:41:32.188Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-15T00:41:32.188Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-15T00:41:32.450Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-01-15T00:41:32.450Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-15T00:41:32.450Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-01-15T00:41:32.710Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-15T00:41:32.710Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-01-15T00:41:32.710Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-01-15T00:41:32.971Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-15T00:41:32.971Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-15T00:41:32.971Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-15T00:41:32.971Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-15T00:41:33.232Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-01-15T00:41:33.232Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-01-15T00:41:33.492Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-15T00:41:33.492Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-15T00:41:33.492Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-15T00:41:33.492Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-15T00:41:33.492Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-15T00:41:33.492Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-01-15T00:41:33.492Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-01-15T00:41:33.492Z] Setting up tzdata (2020f-0ubuntu0.18.04) ... [2021-01-15T00:41:33.754Z] [2021-01-15T00:41:33.754Z] Current default time zone: 'Etc/UTC' [2021-01-15T00:41:33.754Z] Local time is now: Fri Jan 15 00:41:33 UTC 2021. [2021-01-15T00:41:33.754Z] Universal Time is now: Fri Jan 15 00:41:33 UTC 2021. [2021-01-15T00:41:33.754Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-01-15T00:41:33.754Z] [2021-01-15T00:41:33.754Z] Setting up systemd-sysv (237-3ubuntu10.43) ... [2021-01-15T00:41:33.754Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-15T00:41:33.754Z] Setting up linux-libc-dev:amd64 (4.15.0-132.136) ... [2021-01-15T00:41:33.754Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-01-15T00:41:34.015Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-01-15T00:41:34.016Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-01-15T00:41:34.276Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-01-15T00:41:34.276Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-01-15T00:41:34.276Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-01-15T00:41:34.276Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-01-15T00:41:34.276Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-15T00:41:34.276Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-01-15T00:41:34.536Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-15T00:41:34.536Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-01-15T00:41:34.536Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-15T00:41:34.536Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-01-15T00:41:34.536Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-01-15T00:41:34.536Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-01-15T00:41:34.536Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... [2021-01-15T00:41:34.536Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-01-15T00:41:34.798Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-01-15T00:41:34.798Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-01-15T00:41:34.798Z] Setting up ca-certificates (20201027ubuntu0.18.04.1) ... [2021-01-15T00:41:36.714Z] Updating certificates in /etc/ssl/certs... [2021-01-15T00:41:37.292Z] 22 added, 17 removed; done. [2021-01-15T00:41:37.293Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-01-15T00:41:37.560Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-15T00:41:37.560Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-01-15T00:41:37.560Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-01-15T00:41:37.560Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-01-15T00:41:37.560Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-15T00:41:37.560Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-01-15T00:41:37.822Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-15T00:41:37.822Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-15T00:41:37.822Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-15T00:41:37.822Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-15T00:41:37.822Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-15T00:41:37.822Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-01-15T00:41:37.822Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... [2021-01-15T00:41:37.822Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-01-15T00:41:37.976Z] 25b303627fd3: Pull complete [2021-01-15T00:41:37.976Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-01-15T00:41:37.976Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-15T00:41:37.976Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-01-15T00:41:38.084Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-01-15T00:41:38.084Z] Setting up binutils (2.30-21ubuntu1~18.04.4) ... [2021-01-15T00:41:38.084Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-15T00:41:38.084Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-15T00:41:38.084Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-01-15T00:41:38.270Z] prd-ubuntu18.04-docker-arm64-4c-16g-20346 does not seem to be running inside a container [2021-01-15T00:41:38.345Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-01-15T00:41:38.498Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-01-15T00:41:38.606Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-01-15T00:41:38.606Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-01-15T00:41:38.607Z] Processing triggers for systemd (237-3ubuntu10.43) ... [2021-01-15T00:41:38.867Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-01-15T00:41:38.867Z] Processing triggers for ca-certificates (20201027ubuntu0.18.04.1) ... [2021-01-15T00:41:38.867Z] Updating certificates in /etc/ssl/certs... [2021-01-15T00:41:39.813Z] 0 added, 0 removed; done. [2021-01-15T00:41:39.813Z] Running hooks in /etc/ca-certificates/update.d... [2021-01-15T00:41:39.813Z] done. [2021-01-15T00:41:40.082Z] Reading package lists... [2021-01-15T00:41:40.082Z] Building dependency tree... [2021-01-15T00:41:40.082Z] Reading state information... [2021-01-15T00:41:40.355Z] The following NEW packages will be installed: [2021-01-15T00:41:40.355Z] apt-transport-https [2021-01-15T00:41:40.615Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-01-15T00:41:40.616Z] Need to get 1696 B of archives. [2021-01-15T00:41:40.616Z] After this operation, 153 kB of additional disk space will be used. [2021-01-15T00:41:40.616Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] [2021-01-15T00:41:40.616Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-15T00:41:40.616Z] Fetched 1696 B in 0s (9280 B/s) [2021-01-15T00:41:40.616Z] Selecting previously unselected package apt-transport-https. [2021-01-15T00:41:40.616Z] (Reading database ... 13929 files and directories currently installed.) [2021-01-15T00:41:40.616Z] Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... [2021-01-15T00:41:40.877Z] Unpacking apt-transport-https (1.6.12ubuntu0.2) ... [2021-01-15T00:41:41.138Z] Setting up apt-transport-https (1.6.12ubuntu0.2) ... [2021-01-15T00:41:41.400Z] Waiting for network to be ready... [2021-01-15T00:41:41.806Z] $ docker top 473b65ab294ed8208b3605c2727b6498c2a13252c8c02dc1f3405d31c010de57 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-15T00:41:42.729Z] + docker-compose build --help [2021-01-15T00:41:42.729Z] + grep parallel [2021-01-15T00:41:48.002Z] 2021-01-15T00:41:44Z INFO Waiting for automatic snapd restart... [2021-01-15T00:41:48.002Z] snapd 2.48.2 from Canonical* installed [2021-01-15T00:41:48.144Z] --parallel Build images in parallel. [Pipeline] } [2021-01-15T00:41:48.330Z] $ docker stop --time=1 473b65ab294ed8208b3605c2727b6498c2a13252c8c02dc1f3405d31c010de57 [2021-01-15T00:41:48.579Z] "snapd" switched to the "latest/stable" channel [2021-01-15T00:41:48.579Z] [2021-01-15T00:41:50.226Z] $ docker rm -f 473b65ab294ed8208b3605c2727b6498c2a13252c8c02dc1f3405d31c010de57 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-15T00:41:50.929Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-15T00:41:50.929Z] . [Pipeline] withDockerContainer [2021-01-15T00:41:51.139Z] core18 20201210 from Canonical* installed [2021-01-15T00:41:51.202Z] prd-ubuntu18.04-docker-arm64-4c-16g-20346 does not seem to be running inside a container [2021-01-15T00:41:51.443Z] $ 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/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-01-15T00:41:51.424Z] "core18" switched to the "latest/stable" channel [2021-01-15T00:41:51.424Z] [2021-01-15T00:41:52.968Z] $ docker top bc4f247b4edb6ed8b778b236ccfadbb87fe506df010b0bf3a3259e6e0d0c58f9 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-15T00:41:53.963Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-15T00:41:54.727Z] snapcraft 4.4.4 from Canonical* installed [2021-01-15T00:41:54.728Z] "snapcraft" switched to the "latest/stable" channel [2021-01-15T00:41:54.728Z] [2021-01-15T00:41:58.969Z] The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: [2021-01-15T00:41:58.969Z] - README.md [2021-01-15T00:41:58.969Z] - snapcraft.yaml.orig [2021-01-15T00:41:58.969Z] [2021-01-15T00:41:58.969Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-01-15T00:41:59.354Z] Building docker-core-command-go ... [2021-01-15T00:41:59.354Z] Building docker-core-data-go ... [2021-01-15T00:41:59.354Z] Building docker-core-metadata-go ... [2021-01-15T00:41:59.354Z] Building docker-security-bootstrap-redis-go ... [2021-01-15T00:41:59.354Z] Building docker-security-proxy-setup-go ... [2021-01-15T00:41:59.354Z] Building docker-security-secretstore-setup-go ... [2021-01-15T00:41:59.354Z] Building docker-support-notifications-go ... [2021-01-15T00:41:59.354Z] Building docker-support-scheduler-go ... [2021-01-15T00:41:59.354Z] Building docker-sys-mgmt-agent-go ... [2021-01-15T00:41:59.354Z] Building docker-security-secretstore-setup-go [2021-01-15T00:41:59.354Z] Building docker-security-proxy-setup-go [2021-01-15T00:41:59.354Z] Building docker-core-metadata-go [2021-01-15T00:41:59.354Z] Building docker-support-scheduler-go [2021-01-15T00:41:59.354Z] Building docker-security-bootstrap-redis-go [2021-01-15T00:42:05.560Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-15T00:42:05.560Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-01-15T00:42:05.561Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-15T00:42:05.561Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-15T00:42:06.132Z] Reading package lists... [2021-01-15T00:42:06.393Z] Installing build dependencies: git=1:2.17.1-1ubuntu0.7 git-man=1:2.17.1-1ubuntu0.7 libcurl3-gnutls=7.58.0-2ubuntu3.12 liberror-perl=0.17025-1 libglib2.0-0=2.56.4-0ubuntu0.18.04.6 libnghttp2-14=1.30.0-1ubuntu1 libnorm1=1.5r6+dfsg1-6 libpgm-5.2-0=5.2.122~dfsg-2 libpsl5=0.19.1-5build1 librtmp1=2.4+20151223.gitfa8646d.1-1 libsodium23=1.0.16-2 libzmq3-dev=4.2.5-1ubuntu0.2 libzmq5=4.2.5-1ubuntu0.2 pkg-config=0.29.1-0ubuntu2 zip=3.0-11build1 [2021-01-15T00:42:13.030Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-15T00:42:13.030Z] Reading package lists... [2021-01-15T00:42:13.030Z] Building dependency tree... [2021-01-15T00:42:13.030Z] Reading state information... [2021-01-15T00:42:13.030Z] Suggested packages: [2021-01-15T00:42:13.030Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-01-15T00:42:13.030Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-01-15T00:42:13.030Z] Recommended packages: [2021-01-15T00:42:13.030Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-01-15T00:42:13.030Z] The following NEW packages will be installed: [2021-01-15T00:42:13.030Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-01-15T00:42:13.030Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-01-15T00:42:13.030Z] pkg-config zip [2021-01-15T00:42:13.030Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-01-15T00:42:13.030Z] Need to get 7655 kB of archives. [2021-01-15T00:42:13.030Z] After this operation, 43.7 MB of additional disk space will be used. [2021-01-15T00:42:13.030Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.6 [1171 kB] [2021-01-15T00:42:13.030Z] Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-01-15T00:42:13.290Z] Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-01-15T00:42:13.290Z] Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-01-15T00:42:13.290Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-01-15T00:42:13.290Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-01-15T00:42:13.550Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-01-15T00:42:13.550Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-01-15T00:42:13.550Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-01-15T00:42:13.550Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-01-15T00:42:13.550Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] [2021-01-15T00:42:13.550Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] [2021-01-15T00:42:13.811Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] [2021-01-15T00:42:13.811Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-01-15T00:42:13.811Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-01-15T00:42:14.071Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-15T00:42:14.071Z] Fetched 7655 kB in 1s (7135 kB/s) [2021-01-15T00:42:14.071Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-01-15T00:42:14.071Z] (Reading database ... 13933 files and directories currently installed.) [2021-01-15T00:42:14.071Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... [2021-01-15T00:42:14.071Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-01-15T00:42:14.331Z] Selecting previously unselected package libpsl5:amd64. [2021-01-15T00:42:14.331Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-01-15T00:42:14.331Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-01-15T00:42:14.331Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-01-15T00:42:14.331Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-01-15T00:42:14.331Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-01-15T00:42:14.592Z] Selecting previously unselected package librtmp1:amd64. [2021-01-15T00:42:14.592Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-01-15T00:42:14.592Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-01-15T00:42:14.592Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-01-15T00:42:14.592Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... [2021-01-15T00:42:14.592Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-01-15T00:42:14.592Z] Selecting previously unselected package liberror-perl. [2021-01-15T00:42:14.592Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-01-15T00:42:14.592Z] Unpacking liberror-perl (0.17025-1) ... [2021-01-15T00:42:14.852Z] Selecting previously unselected package git-man. [2021-01-15T00:42:14.852Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2021-01-15T00:42:14.852Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2021-01-15T00:42:14.852Z] Selecting previously unselected package git. [2021-01-15T00:42:14.852Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... [2021-01-15T00:42:14.852Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2021-01-15T00:42:15.800Z] Selecting previously unselected package libnorm1:amd64. [2021-01-15T00:42:15.800Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-01-15T00:42:15.800Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-01-15T00:42:15.800Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-01-15T00:42:15.800Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-01-15T00:42:15.800Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-01-15T00:42:16.060Z] Selecting previously unselected package libsodium23:amd64. [2021-01-15T00:42:16.060Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-01-15T00:42:16.060Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-01-15T00:42:16.060Z] Selecting previously unselected package libzmq5:amd64. [2021-01-15T00:42:16.060Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-01-15T00:42:16.060Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-15T00:42:16.060Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-01-15T00:42:16.060Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-01-15T00:42:16.060Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-15T00:42:16.321Z] Selecting previously unselected package pkg-config. [2021-01-15T00:42:16.321Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-01-15T00:42:16.321Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-01-15T00:42:16.321Z] Selecting previously unselected package zip. [2021-01-15T00:42:16.321Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-01-15T00:42:16.321Z] Unpacking zip (3.0-11build1) ... [2021-01-15T00:42:16.583Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-01-15T00:42:16.583Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2021-01-15T00:42:16.583Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-01-15T00:42:16.583Z] Setting up liberror-perl (0.17025-1) ... [2021-01-15T00:42:16.583Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-01-15T00:42:16.583Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-01-15T00:42:16.583Z] No schema files found: doing nothing. [2021-01-15T00:42:16.583Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-01-15T00:42:16.583Z] Setting up zip (3.0-11build1) ... [2021-01-15T00:42:16.583Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-01-15T00:42:16.583Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-01-15T00:42:16.583Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-01-15T00:42:16.845Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-15T00:42:16.845Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-01-15T00:42:16.845Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-15T00:42:16.845Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2021-01-15T00:42:16.845Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-01-15T00:42:23.446Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-15T00:42:23.446Z] git set to automatically installed. [2021-01-15T00:42:23.446Z] git-man set to automatically installed. [2021-01-15T00:42:23.446Z] libcurl3-gnutls set to automatically installed. [2021-01-15T00:42:23.446Z] liberror-perl set to automatically installed. [2021-01-15T00:42:23.446Z] libglib2.0-0 set to automatically installed. [2021-01-15T00:42:23.446Z] libnghttp2-14 set to automatically installed. [2021-01-15T00:42:23.446Z] libnorm1 set to automatically installed. [2021-01-15T00:42:23.446Z] libpgm-5.2-0 set to automatically installed. [2021-01-15T00:42:23.446Z] libpsl5 set to automatically installed. [2021-01-15T00:42:23.446Z] librtmp1 set to automatically installed. [2021-01-15T00:42:23.446Z] libsodium23 set to automatically installed. [2021-01-15T00:42:23.446Z] libzmq3-dev set to automatically installed. [2021-01-15T00:42:23.446Z] libzmq5 set to automatically installed. [2021-01-15T00:42:23.446Z] pkg-config set to automatically installed. [2021-01-15T00:42:23.446Z] zip set to automatically installed. [2021-01-15T00:42:25.362Z] snapd is not logged in, snap install commands will use sudo [2021-01-15T00:42:31.955Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-15T00:42:32.216Z] snap "core18" has no updates available [2021-01-15T00:42:33.159Z] Pulling config-common [2021-01-15T00:42:34.119Z] Pulling go-build-helper [2021-01-15T00:42:56.135Z] Get:1 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-01-15T00:42:56.135Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-01-15T00:42:56.135Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-01-15T00:42:56.135Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1506 kB] [2021-01-15T00:42:56.135Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-01-15T00:42:56.135Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-01-15T00:42:56.135Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [292 kB] [2021-01-15T00:42:56.135Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [12.5 kB] [2021-01-15T00:42:56.135Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2644 B] [2021-01-15T00:42:56.135Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [219 kB] [2021-01-15T00:42:56.135Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [28.8 kB] [2021-01-15T00:42:56.135Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1098 kB] [2021-01-15T00:42:56.135Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-01-15T00:42:56.135Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-01-15T00:42:56.135Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-01-15T00:42:56.135Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-01-15T00:42:56.135Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-01-15T00:42:56.135Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [245 kB] [2021-01-15T00:42:56.135Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-01-15T00:42:56.135Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1842 kB] [2021-01-15T00:42:56.135Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [384 kB] [2021-01-15T00:42:56.135Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.7 kB] [2021-01-15T00:42:56.135Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6696 B] [2021-01-15T00:42:56.135Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [237 kB] [2021-01-15T00:42:56.135Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [31.8 kB] [2021-01-15T00:42:56.135Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1700 kB] [2021-01-15T00:42:56.135Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [358 kB] [2021-01-15T00:42:56.135Z] Fetched 23.7 MB in 0s (0 B/s) [2021-01-15T00:42:56.135Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-01-15T00:42:56.135Z] Fetched 96.5 kB in 0s (0 B/s) [2021-01-15T00:42:56.135Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-01-15T00:42:56.135Z] Fetched 279 kB in 0s (0 B/s) [2021-01-15T00:42:56.135Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-01-15T00:42:56.135Z] Fetched 122 kB in 0s (0 B/s) [2021-01-15T00:42:56.135Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-01-15T00:42:56.135Z] Fetched 77.8 kB in 0s (0 B/s) [2021-01-15T00:42:56.135Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-01-15T00:42:56.135Z] Fetched 8848 B in 0s (0 B/s) [2021-01-15T00:42:56.135Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-01-15T00:42:56.135Z] Fetched 47.8 kB in 0s (0 B/s) [2021-01-15T00:42:56.135Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-01-15T00:42:56.135Z] Fetched 45.6 kB in 0s (0 B/s) [2021-01-15T00:42:56.135Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-01-15T00:42:56.135Z] Fetched 15.0 kB in 0s (0 B/s) [2021-01-15T00:42:56.135Z] Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] [2021-01-15T00:42:56.135Z] Fetched 214 kB in 0s (0 B/s) [2021-01-15T00:42:56.135Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] [2021-01-15T00:42:56.135Z] Fetched 155 kB in 0s (0 B/s) [2021-01-15T00:42:56.135Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-01-15T00:42:56.135Z] Fetched 50.6 kB in 0s (0 B/s) [2021-01-15T00:42:56.135Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-01-15T00:42:56.135Z] Fetched 14.8 kB in 0s (0 B/s) [2021-01-15T00:42:56.135Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-01-15T00:42:56.135Z] Fetched 41.8 kB in 0s (0 B/s) [2021-01-15T00:42:56.135Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-01-15T00:42:56.135Z] Fetched 499 kB in 0s (0 B/s) [2021-01-15T00:42:56.135Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-01-15T00:42:56.135Z] Fetched 111 kB in 0s (0 B/s) [2021-01-15T00:42:56.135Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-01-15T00:42:56.135Z] Fetched 240 kB in 0s (0 B/s) [2021-01-15T00:42:56.135Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-01-15T00:42:56.135Z] Fetched 29.3 kB in 0s (0 B/s) [2021-01-15T00:42:56.135Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-01-15T00:42:56.135Z] Fetched 85.5 kB in 0s (0 B/s) [2021-01-15T00:42:56.135Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-01-15T00:42:56.135Z] Fetched 24.5 kB in 0s (0 B/s) [2021-01-15T00:42:56.135Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-01-15T00:42:56.135Z] Fetched 49.2 kB in 0s (0 B/s) [2021-01-15T00:42:56.135Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-01-15T00:42:56.135Z] Fetched 54.2 kB in 0s (0 B/s) [2021-01-15T00:42:56.135Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-01-15T00:42:56.135Z] Fetched 30.8 kB in 0s (0 B/s) [2021-01-15T00:42:56.135Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] [2021-01-15T00:42:56.135Z] Fetched 17.0 kB in 0s (0 B/s) [2021-01-15T00:42:56.135Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-01-15T00:42:56.135Z] Fetched 85.9 kB in 0s (0 B/s) [2021-01-15T00:42:56.135Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-01-15T00:42:56.135Z] Fetched 8720 B in 0s (0 B/s) [2021-01-15T00:42:56.135Z] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] [2021-01-15T00:42:56.135Z] Fetched 137 kB in 0s (0 B/s) [2021-01-15T00:42:56.135Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-01-15T00:42:56.135Z] Fetched 119 kB in 0s (0 B/s) [2021-01-15T00:42:56.135Z] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] [2021-01-15T00:42:56.135Z] Fetched 109 kB in 0s (0 B/s) [2021-01-15T00:42:56.135Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-01-15T00:42:56.135Z] Fetched 11.1 kB in 0s (0 B/s) [2021-01-15T00:42:56.135Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-01-15T00:42:56.135Z] Fetched 645 kB in 0s (0 B/s) [2021-01-15T00:42:56.135Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-01-15T00:42:56.135Z] Fetched 41.3 kB in 0s (0 B/s) [2021-01-15T00:42:56.135Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-01-15T00:42:56.135Z] Fetched 17.9 kB in 0s (0 B/s) [2021-01-15T00:42:56.135Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-01-15T00:42:56.135Z] Fetched 368 kB in 0s (0 B/s) [2021-01-15T00:42:56.135Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-01-15T00:42:56.135Z] Fetched 187 kB in 0s (0 B/s) [2021-01-15T00:42:56.135Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-01-15T00:42:56.135Z] Fetched 175 kB in 0s (0 B/s) [2021-01-15T00:42:56.135Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-01-15T00:42:59.760Z] Fetched 206 kB in 0s (0 B/s) [2021-01-15T00:42:59.760Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] [2021-01-15T00:42:59.760Z] Fetched 1301 kB in 0s (0 B/s) [2021-01-15T00:42:59.760Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-01-15T00:42:59.760Z] Fetched 36.2 kB in 0s (0 B/s) [2021-01-15T00:42:59.760Z] Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] [2021-01-15T00:42:59.760Z] Fetched 159 kB in 0s (0 B/s) [2021-01-15T00:42:59.760Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-01-15T00:42:59.760Z] Fetched 107 kB in 0s (0 B/s) [2021-01-15T00:42:59.760Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-01-15T00:42:59.760Z] Fetched 48.7 kB in 0s (0 B/s) [2021-01-15T00:42:59.760Z] Pulling static-packages [2021-01-15T00:43:00.338Z] 'go115' has dependencies that need to be staged: go-build-helper static-packages [2021-01-15T00:43:00.338Z] Skipping pull go-build-helper (already ran) [2021-01-15T00:43:00.338Z] Skipping pull static-packages (already ran) [2021-01-15T00:43:00.338Z] Building go-build-helper [2021-01-15T00:43:04.540Z] Building static-packages [2021-01-15T00:43:05.937Z] Staging go-build-helper [2021-01-15T00:43:06.508Z] Staging static-packages [2021-01-15T00:43:07.891Z] Pulling go115 [2021-01-15T00:43:08.470Z] 'edgex-go' has dependencies that need to be staged: go115 [2021-01-15T00:43:08.470Z] Skipping pull go115 (already ran) [2021-01-15T00:43:08.470Z] Building go115 [2021-01-15T00:43:08.470Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-15T00:43:08.470Z] Dload Upload Total Spent Left Speed [2021-01-15T00:43:11.869Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 3 115M 3 4255k 0 0 10.4M 0 0:00:11 --:--:-- 0:00:11 10.3M 41 115M 41 47.7M 0 0 34.0M 0 0:00:03 0:00:01 0:00:02 34.0M 75 115M 75 86.6M 0 0 36.1M 0 0:00:03 0:00:02 0:00:01 36.1M 100 115M 100 115M 0 0 37.1M 0 0:00:03 0:00:03 --:--:-- 37.1M [2021-01-15T00:43:12.130Z] go1.15.2.linux-amd64.tar.gz: OK [2021-01-15T00:43:16.344Z] Staging go115 [2021-01-15T00:43:21.126Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-15T00:43:21.127Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-15T00:43:21.127Z] ---> 61a0ddb51f89 [2021-01-15T00:43:21.127Z] Step 3/21 : WORKDIR /edgex-go [2021-01-15T00:43:21.127Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-15T00:43:21.127Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-15T00:43:21.127Z] ---> 61a0ddb51f89 [2021-01-15T00:43:21.127Z] Step 3/22 : WORKDIR /edgex-go [2021-01-15T00:43:21.127Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-15T00:43:21.127Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-15T00:43:21.127Z] ---> 61a0ddb51f89 [2021-01-15T00:43:21.127Z] Step 3/24 : WORKDIR /edgex-go [2021-01-15T00:43:21.127Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-15T00:43:21.127Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-15T00:43:21.127Z] ---> 61a0ddb51f89 [2021-01-15T00:43:21.127Z] Step 3/22 : WORKDIR /edgex-go [2021-01-15T00:43:21.127Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-15T00:43:21.127Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-15T00:43:21.127Z] ---> 61a0ddb51f89 [2021-01-15T00:43:21.127Z] Step 3/21 : WORKDIR /edgex-go [2021-01-15T00:43:21.127Z] ---> Running in 44bb1e12260a [2021-01-15T00:43:21.127Z] ---> Running in ba6f43bc3b7f [2021-01-15T00:43:21.127Z] ---> Running in abb0f5d20583 [2021-01-15T00:43:21.127Z] ---> Running in f2324cd013b4 [2021-01-15T00:43:21.127Z] ---> Running in 9b99b0e36cf9 [2021-01-15T00:43:21.127Z] Removing intermediate container 9b99b0e36cf9 [2021-01-15T00:43:21.127Z] ---> aa620edd30a5 [2021-01-15T00:43:21.127Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-15T00:43:21.127Z] Removing intermediate container abb0f5d20583 [2021-01-15T00:43:21.127Z] ---> 9b0cd301e1a0 [2021-01-15T00:43:21.127Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-15T00:43:21.127Z] Removing intermediate container 44bb1e12260a [2021-01-15T00:43:21.127Z] ---> 7d8cf28b8e5b [2021-01-15T00:43:21.127Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-15T00:43:21.127Z] Removing intermediate container ba6f43bc3b7f [2021-01-15T00:43:21.127Z] ---> ba7d37b21bdf [2021-01-15T00:43:21.127Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-15T00:43:21.127Z] Removing intermediate container f2324cd013b4 [2021-01-15T00:43:21.127Z] ---> 57a1c44ecfce [2021-01-15T00:43:21.127Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-15T00:43:21.127Z] ---> Running in ebcfde42c251 [2021-01-15T00:43:21.127Z] ---> Running in db00c47c62ff [2021-01-15T00:43:21.127Z] ---> Running in cfc4ec41451e [2021-01-15T00:43:21.127Z] ---> Running in 97e4f0aadee5 [2021-01-15T00:43:21.127Z] ---> Running in 5acfdb393155 [2021-01-15T00:43:21.127Z] Removing intermediate container ebcfde42c251 [2021-01-15T00:43:21.127Z] ---> 15a7af0637e6 [2021-01-15T00:43:21.127Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-15T00:43:21.127Z] ---> Running in d2ae3bb70ef4 [2021-01-15T00:43:21.127Z] Removing intermediate container cfc4ec41451e [2021-01-15T00:43:21.127Z] ---> 7eddec925c60 [2021-01-15T00:43:21.127Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-15T00:43:21.127Z] Removing intermediate container db00c47c62ff [2021-01-15T00:43:21.127Z] ---> e11718a4305f [2021-01-15T00:43:21.127Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-15T00:43:21.127Z] ---> Running in 54920f62e9af [2021-01-15T00:43:21.127Z] ---> Running in 486ed7a09599 [2021-01-15T00:43:21.127Z] Removing intermediate container 5acfdb393155 [2021-01-15T00:43:21.127Z] ---> 4e72ef0e3e33 [2021-01-15T00:43:21.127Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-01-15T00:43:21.127Z] ---> Running in 11355794e93b [2021-01-15T00:43:21.127Z] Removing intermediate container 97e4f0aadee5 [2021-01-15T00:43:21.127Z] ---> c0123ea885f7 [2021-01-15T00:43:21.127Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-15T00:43:21.127Z] ---> Running in 67918b9f519d [2021-01-15T00:43:21.127Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-15T00:43:21.127Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-15T00:43:21.127Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-15T00:43:21.127Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-15T00:43:21.127Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-15T00:43:21.127Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-15T00:43:21.127Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-15T00:43:21.127Z] OK: 217 MiB in 51 packages [2021-01-15T00:43:21.127Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-15T00:43:21.127Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-15T00:43:21.127Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-15T00:43:21.633Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-01-15T00:43:21.633Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-15T00:43:21.633Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-15T00:43:21.633Z] Fetched 0 B in 0s (0 B/s) [2021-01-15T00:43:21.633Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-01-15T00:43:21.633Z] Fetched 224 kB in 0s (0 B/s) [2021-01-15T00:43:21.633Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-01-15T00:43:21.633Z] Fetched 157 kB in 0s (0 B/s) [2021-01-15T00:43:21.633Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-01-15T00:43:21.633Z] Fetched 221 kB in 0s (0 B/s) [2021-01-15T00:43:21.633Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-01-15T00:43:21.633Z] Fetched 143 kB in 0s (0 B/s) [2021-01-15T00:43:21.633Z] Pulling edgex-go [2021-01-15T00:43:21.729Z] OK: 217 MiB in 51 packages [2021-01-15T00:43:22.011Z] OK: 217 MiB in 51 packages [2021-01-15T00:43:22.011Z] OK: 217 MiB in 51 packages [2021-01-15T00:43:22.011Z] Removing intermediate container d2ae3bb70ef4 [2021-01-15T00:43:22.011Z] ---> 00b4283a15fe [2021-01-15T00:43:22.011Z] Step 6/21 : COPY go.mod . [2021-01-15T00:43:22.206Z] Pulling version [2021-01-15T00:43:22.621Z] OK: 217 MiB in 51 packages [2021-01-15T00:43:23.148Z] Building config-common [2021-01-15T00:43:23.227Z] ---> cc8421442faf [2021-01-15T00:43:23.512Z] Step 7/21 : RUN go mod download [2021-01-15T00:43:23.512Z] ---> Running in 4222f2be4867 [2021-01-15T00:43:23.787Z] Removing intermediate container 54920f62e9af [2021-01-15T00:43:23.787Z] ---> 948ff2fc4016 [2021-01-15T00:43:23.787Z] Step 6/21 : COPY go.mod . [2021-01-15T00:43:23.787Z] Removing intermediate container 11355794e93b [2021-01-15T00:43:23.788Z] ---> d00976e54c1b [2021-01-15T00:43:23.788Z] Step 6/24 : COPY go.mod . [2021-01-15T00:43:24.067Z] Removing intermediate container 486ed7a09599 [2021-01-15T00:43:24.067Z] ---> 64e86e837bb5 [2021-01-15T00:43:24.067Z] Step 6/22 : COPY go.mod . [2021-01-15T00:43:24.343Z] Removing intermediate container 67918b9f519d [2021-01-15T00:43:24.343Z] ---> 0cf24685c4f6 [2021-01-15T00:43:24.343Z] Step 6/22 : COPY go.mod . [2021-01-15T00:43:24.947Z] ---> ba1c0a16e7e1 [2021-01-15T00:43:24.947Z] Step 7/21 : RUN go mod download [2021-01-15T00:43:24.947Z] ---> Running in bfe9502e5877 [2021-01-15T00:43:25.076Z] Skipping build go-build-helper (already ran) [2021-01-15T00:43:25.076Z] Skipping build static-packages (already ran) [2021-01-15T00:43:25.076Z] Skipping build go115 (already ran) [2021-01-15T00:43:25.227Z] ---> c0776a02d407 [2021-01-15T00:43:25.227Z] Step 7/22 : RUN go mod download [2021-01-15T00:43:25.227Z] ---> 312134e8a584 [2021-01-15T00:43:25.227Z] Step 7/24 : RUN go mod download [2021-01-15T00:43:25.227Z] ---> a13352ad2e12 [2021-01-15T00:43:25.227Z] Step 7/22 : RUN go mod download [2021-01-15T00:43:25.340Z] Building edgex-go [2021-01-15T00:43:25.340Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-01-15T00:43:25.512Z] ---> Running in 99bdf7bab510 [2021-01-15T00:43:25.512Z] ---> Running in 9c248831fb71 [2021-01-15T00:43:25.792Z] ---> Running in b1929a864361 [2021-01-15T00:43:27.255Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-01-15T00:43:27.255Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-01-15T00:43:27.255Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.70 [2021-01-15T00:43:27.255Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.145 [2021-01-15T00:43:27.255Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-01-15T00:43:27.255Z] go: downloading github.com/edgexfoundry/go-mod-registry v0.1.27 [2021-01-15T00:43:27.255Z] go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.32 [2021-01-15T00:43:27.255Z] go: downloading github.com/edgexfoundry/go-mod-messaging v0.1.30 [2021-01-15T00:43:27.255Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-01-15T00:43:27.255Z] go: downloading github.com/go-playground/validator/v10 v10.3.0 [2021-01-15T00:43:27.255Z] go: downloading github.com/hashicorp/consul/api v1.1.0 [2021-01-15T00:43:27.255Z] go: downloading github.com/google/uuid v1.1.4 [2021-01-15T00:43:27.255Z] go: downloading github.com/pkg/errors v0.8.1 [2021-01-15T00:43:27.255Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2021-01-15T00:43:27.255Z] go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.8 [2021-01-15T00:43:27.255Z] go: downloading github.com/imdario/mergo v0.3.11 [2021-01-15T00:43:27.255Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-01-15T00:43:27.255Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-01-15T00:43:27.255Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-01-15T00:43:27.255Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 [2021-01-15T00:43:27.255Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-01-15T00:43:27.255Z] go: downloading github.com/x448/float16 v0.8.4 [2021-01-15T00:43:27.255Z] go: downloading github.com/pebbe/zmq4 v1.2.2 [2021-01-15T00:43:27.255Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.0 [2021-01-15T00:43:27.255Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-01-15T00:43:27.255Z] go: downloading github.com/hashicorp/serf v0.8.2 [2021-01-15T00:43:27.255Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-01-15T00:43:27.255Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-01-15T00:43:27.528Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-01-15T00:43:27.528Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-01-15T00:43:27.528Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2021-01-15T00:43:27.528Z] go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2021-01-15T00:43:27.528Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-01-15T00:43:27.528Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-01-15T00:43:27.529Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-01-15T00:43:27.529Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-01-15T00:43:27.529Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-01-15T00:43:27.783Z] Removing intermediate container 4222f2be4867 [2021-01-15T00:43:27.783Z] ---> 95760244a5bf [2021-01-15T00:43:27.783Z] Step 8/21 : COPY . . [2021-01-15T00:43:27.797Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-01-15T00:43:27.797Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-01-15T00:43:27.797Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-01-15T00:43:30.445Z] Removing intermediate container bfe9502e5877 [2021-01-15T00:43:30.445Z] ---> 749c1e57cfd0 [2021-01-15T00:43:30.445Z] Step 8/21 : COPY . . [2021-01-15T00:43:30.731Z] Removing intermediate container 99bdf7bab510 [2021-01-15T00:43:30.731Z] ---> 32f26474c403 [2021-01-15T00:43:30.731Z] Step 8/22 : COPY . . [2021-01-15T00:43:32.160Z] Removing intermediate container 9c248831fb71 [2021-01-15T00:43:32.160Z] ---> 26b193ec0600 [2021-01-15T00:43:32.160Z] Step 8/24 : COPY . . [2021-01-15T00:43:32.160Z] Removing intermediate container b1929a864361 [2021-01-15T00:43:32.160Z] ---> f694a25e2bd7 [2021-01-15T00:43:32.160Z] Step 8/22 : COPY . . [2021-01-15T00:43:35.950Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-01-15T00:43:40.148Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-01-15T00:43:41.088Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-01-15T00:43:42.479Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-01-15T00:43:42.742Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-01-15T00:43:42.742Z] go: downloading github.com/stretchr/testify v1.6.1 [2021-01-15T00:43:43.002Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-01-15T00:43:43.002Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-01-15T00:43:43.002Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-01-15T00:43:44.916Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-01-15T00:43:44.916Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-01-15T00:43:44.916Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-01-15T00:43:46.301Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-01-15T00:43:47.244Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-01-15T00:43:47.244Z] go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-01-15T00:43:48.636Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-01-15T00:43:49.579Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-01-15T00:43:50.518Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-01-15T00:43:50.518Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-01-15T00:43:53.063Z] Building version [2021-01-15T00:43:54.320Z] ---> 31bff60754c9 [2021-01-15T00:43:54.320Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2021-01-15T00:43:54.320Z] ---> e422ce9094e5 [2021-01-15T00:43:54.320Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-15T00:43:54.320Z] ---> d7efcc35aa67 [2021-01-15T00:43:54.320Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-15T00:43:54.320Z] ---> Running in 6c6da024d290 [2021-01-15T00:43:54.320Z] ---> aafcf20ed801 [2021-01-15T00:43:54.320Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2021-01-15T00:43:54.320Z] ---> Running in c836aaac54e7 [2021-01-15T00:43:54.320Z] ---> c70b8d34a89c [2021-01-15T00:43:54.320Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-01-15T00:43:54.320Z] ---> Running in 9ef8eacec53f [2021-01-15T00:43:54.320Z] ---> Running in 89877ddcb90e [2021-01-15T00:43:54.320Z] ---> Running in 9314b2c977e5 [2021-01-15T00:43:54.980Z] Staging config-common [2021-01-15T00:43:55.923Z] Skipping stage go-build-helper (already ran) [2021-01-15T00:43:55.923Z] Skipping stage static-packages (already ran) [2021-01-15T00:43:55.923Z] Skipping stage go115 (already ran) [2021-01-15T00:43:55.923Z] Staging edgex-go [2021-01-15T00:43:56.348Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-01-15T00:43:56.626Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-01-15T00:43:56.865Z] Staging version [2021-01-15T00:43:56.903Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-01-15T00:43:56.903Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-01-15T00:43:56.903Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-01-15T00:43:57.453Z] Priming config-common [2021-01-15T00:43:58.396Z] Priming go-build-helper [2021-01-15T00:43:59.337Z] Priming static-packages [2021-01-15T00:44:01.886Z] Priming go115 [2021-01-15T00:44:02.459Z] Priming edgex-go [2021-01-15T00:44:03.843Z] Priming version [2021-01-15T00:44:04.784Z] The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-01-15T00:45:34.593Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-01-15T00:45:34.593Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-01-15T00:45:53.025Z] Removing intermediate container 9ef8eacec53f [2021-01-15T00:45:53.025Z] ---> 9b124c6a6172 [2021-01-15T00:45:53.025Z] [2021-01-15T00:45:53.025Z] Step 10/22 : FROM alpine:3.12 [2021-01-15T00:45:53.025Z] 3.12: Pulling from library/alpine [2021-01-15T00:45:53.303Z] Removing intermediate container 89877ddcb90e [2021-01-15T00:45:53.303Z] ---> 0165ed8c7ebd [2021-01-15T00:45:53.303Z] [2021-01-15T00:45:53.303Z] Step 10/24 : FROM alpine:3.12 [2021-01-15T00:45:53.303Z] 3.12: Pulling from library/alpine [2021-01-15T00:45:55.306Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-15T00:45:55.584Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-15T00:45:55.584Z] Status: Downloaded newer image for alpine:3.12 [2021-01-15T00:45:55.584Z] ---> afeebe901d6b [2021-01-15T00:45:55.584Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-15T00:45:55.584Z] Status: Image is up to date for alpine:3.12 [2021-01-15T00:45:55.584Z] ---> afeebe901d6b [2021-01-15T00:45:55.584Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-15T00:45:57.046Z] ---> Running in 768b91455fb1 [2021-01-15T00:45:57.046Z] ---> Running in 3b55b99cbe7c [2021-01-15T00:45:58.518Z] Removing intermediate container c836aaac54e7 [2021-01-15T00:45:58.518Z] ---> 2540ed647a04 [2021-01-15T00:45:58.518Z] [2021-01-15T00:45:58.518Z] Step 10/21 : FROM alpine:3.12 [2021-01-15T00:45:58.518Z] ---> afeebe901d6b [2021-01-15T00:45:58.518Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-01-15T00:45:59.134Z] ---> Running in 6b802287a4ba [2021-01-15T00:45:59.134Z] Removing intermediate container 6c6da024d290 [2021-01-15T00:45:59.134Z] ---> 08f2a64d04a1 [2021-01-15T00:45:59.134Z] [2021-01-15T00:45:59.134Z] Step 10/21 : FROM scratch [2021-01-15T00:45:59.134Z] ---> [2021-01-15T00:45:59.134Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-15T00:45:59.410Z] ---> Running in a151af0af0fe [2021-01-15T00:46:00.013Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-15T00:46:00.291Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-15T00:46:00.291Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-15T00:46:00.291Z] Removing intermediate container a151af0af0fe [2021-01-15T00:46:00.291Z] ---> 4d693650d21e [2021-01-15T00:46:00.291Z] Step 12/21 : ENV APP_PORT=48085 [2021-01-15T00:46:00.563Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-15T00:46:00.563Z] ---> Running in be9d7f4d8d1a [2021-01-15T00:46:01.166Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-15T00:46:01.166Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-15T00:46:01.166Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-15T00:46:01.166Z] (4/5) Installing curl (7.69.1-r3) [2021-01-15T00:46:01.166Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-15T00:46:01.166Z] Executing busybox-1.31.1-r19.trigger [2021-01-15T00:46:01.166Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-15T00:46:01.166Z] Executing ca-certificates-20191127-r4.trigger [2021-01-15T00:46:01.166Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-15T00:46:01.454Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-15T00:46:01.454Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-15T00:46:01.454Z] Removing intermediate container be9d7f4d8d1a [2021-01-15T00:46:01.454Z] ---> 5e91b02c8bb1 [2021-01-15T00:46:01.454Z] Step 13/21 : EXPOSE $APP_PORT(4/5) Installing curl (7.69.1-r3) [2021-01-15T00:46:01.454Z] [2021-01-15T00:46:01.454Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-15T00:46:01.454Z] Executing busybox-1.31.1-r19.trigger [2021-01-15T00:46:01.454Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-15T00:46:01.454Z] Executing ca-certificates-20191127-r4.trigger [2021-01-15T00:46:01.454Z] OK: 7 MiB in 19 packages [2021-01-15T00:46:01.732Z] ---> Running in b084b21c8f49 [2021-01-15T00:46:02.015Z] OK: 7 MiB in 19 packages [2021-01-15T00:46:02.319Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-15T00:46:02.319Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-15T00:46:02.600Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-15T00:46:02.600Z] (4/4) Installing curl (7.69.1-r3) [2021-01-15T00:46:02.600Z] Executing busybox-1.31.1-r19.trigger [2021-01-15T00:46:02.600Z] Executing ca-certificates-20191127-r4.trigger [2021-01-15T00:46:02.600Z] Removing intermediate container b084b21c8f49 [2021-01-15T00:46:02.600Z] ---> c0b5957ad165 [2021-01-15T00:46:02.601Z] Step 14/21 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-15T00:46:02.882Z] OK: 7 MiB in 18 packages [2021-01-15T00:46:04.368Z] ---> 98c4b16c830e [2021-01-15T00:46:04.368Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-15T00:46:04.650Z] Removing intermediate container 768b91455fb1 [2021-01-15T00:46:04.650Z] ---> fc2046b4376a [2021-01-15T00:46:04.650Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2021-01-15T00:46:05.267Z] ---> Running in a94867b7b44b [2021-01-15T00:46:05.570Z] Removing intermediate container 3b55b99cbe7c [2021-01-15T00:46:05.570Z] ---> f86584238116 [2021-01-15T00:46:05.570Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-15T00:46:05.851Z] Removing intermediate container 6b802287a4ba [2021-01-15T00:46:05.851Z] ---> e408abf6183f [2021-01-15T00:46:05.851Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-15T00:46:05.851Z] Removing intermediate container a94867b7b44b [2021-01-15T00:46:05.851Z] ---> 62a44aa55928 [2021-01-15T00:46:05.851Z] Step 13/22 : WORKDIR / [2021-01-15T00:46:06.133Z] ---> Running in eb82e8393a19 [2021-01-15T00:46:06.133Z] ---> Running in b7a10e9d5bab [2021-01-15T00:46:06.413Z] ---> Running in fb7997c1f268 [2021-01-15T00:46:06.413Z] ---> aa937670845b [2021-01-15T00:46:06.413Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-15T00:46:07.017Z] Removing intermediate container b7a10e9d5bab [2021-01-15T00:46:07.017Z] ---> 6579751a2eea [2021-01-15T00:46:07.017Z] Step 13/24 : WORKDIR / [2021-01-15T00:46:07.017Z] Removing intermediate container eb82e8393a19 [2021-01-15T00:46:07.017Z] ---> 5eae3878b32a [2021-01-15T00:46:07.017Z] Step 13/21 : WORKDIR /edgex [2021-01-15T00:46:07.290Z] ---> Running in b3caee55a140 [2021-01-15T00:46:07.290Z] ---> Running in b71c80b21bb1 [2021-01-15T00:46:07.290Z] Removing intermediate container fb7997c1f268 [2021-01-15T00:46:07.290Z] ---> 4a47edf013f3 [2021-01-15T00:46:07.290Z] Step 14/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-15T00:46:07.572Z] ---> f007a3444db5 [2021-01-15T00:46:07.572Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2021-01-15T00:46:07.849Z] ---> Running in 191c91314cf8 [2021-01-15T00:46:08.547Z] Removing intermediate container b3caee55a140 [2021-01-15T00:46:08.547Z] ---> f4035e754a02 [2021-01-15T00:46:08.547Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-01-15T00:46:08.547Z] Removing intermediate container b71c80b21bb1 [2021-01-15T00:46:08.547Z] ---> b05253e538e9 [2021-01-15T00:46:08.547Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-15T00:46:08.915Z] ---> 7003176a3fc8 [2021-01-15T00:46:08.915Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2021-01-15T00:46:08.915Z] Removing intermediate container 191c91314cf8 [2021-01-15T00:46:08.915Z] ---> dfe5bda4af92 [2021-01-15T00:46:08.915Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-15T00:46:09.233Z] ---> Running in d1f179577ecf [2021-01-15T00:46:09.956Z] ---> 7ac36900d09a [2021-01-15T00:46:09.956Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-01-15T00:46:10.278Z] Removing intermediate container d1f179577ecf [2021-01-15T00:46:10.278Z] ---> 6267d2237152 [2021-01-15T00:46:10.278Z] Step 19/21 : LABEL arch=arm64 [2021-01-15T00:46:10.278Z] ---> 545864524afc [2021-01-15T00:46:10.278Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-15T00:46:10.972Z] ---> Running in 7394c4677588 [2021-01-15T00:46:11.967Z] ---> 9fb5672b2f82 [2021-01-15T00:46:11.967Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2021-01-15T00:46:11.967Z] Removing intermediate container 7394c4677588 [2021-01-15T00:46:11.967Z] ---> 805c6088c7a8 [2021-01-15T00:46:11.967Z] Step 20/21 : LABEL git_sha=d791a1a4a5e742e1cfd23f54a7a2c65c151967c8 [2021-01-15T00:46:11.967Z] ---> 9b0a90f2d809 [2021-01-15T00:46:11.967Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-15T00:46:12.572Z] ---> Running in e239db41b577 [2021-01-15T00:46:12.847Z] ---> a504cb56abb4 [2021-01-15T00:46:12.847Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-15T00:46:13.123Z] ---> e3b019fdad7f [2021-01-15T00:46:13.123Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2021-01-15T00:46:13.726Z] ---> 768d57b9e522 [2021-01-15T00:46:13.726Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-15T00:46:13.726Z] Removing intermediate container e239db41b577 [2021-01-15T00:46:13.726Z] ---> 26ab3b089f0c [2021-01-15T00:46:13.726Z] Step 21/21 : LABEL version=0.0.0 [2021-01-15T00:46:14.009Z] ---> Running in 8a024efbb743 [2021-01-15T00:46:14.286Z] Removing intermediate container 9314b2c977e5 [2021-01-15T00:46:14.286Z] ---> c1110948f6e2 [2021-01-15T00:46:14.286Z] [2021-01-15T00:46:14.286Z] Step 10/22 : FROM scratch [2021-01-15T00:46:14.286Z] ---> [2021-01-15T00:46:14.286Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-15T00:46:14.560Z] ---> 9e9e4f45b467 [2021-01-15T00:46:14.560Z] Step 18/22 : RUN chmod +x entrypoint.sh [2021-01-15T00:46:14.560Z] ---> Using cache [2021-01-15T00:46:14.560Z] ---> 4d693650d21e [2021-01-15T00:46:14.560Z] Step 12/22 : ENV APP_PORT=48081 [2021-01-15T00:46:14.560Z] ---> Running in 5a7b8a3e4228 [2021-01-15T00:46:14.835Z] ---> Running in 82c632674d28 [2021-01-15T00:46:14.835Z] ---> bfa0ea88d4bd [2021-01-15T00:46:14.835Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-15T00:46:14.835Z] Removing intermediate container 8a024efbb743 [2021-01-15T00:46:14.835Z] ---> 4fe25b9a247e [2021-01-15T00:46:14.835Z] [2021-01-15T00:46:15.114Z] ---> Running in 27a9f3a12338 [2021-01-15T00:46:15.397Z] ---> 667046be9e0b [2021-01-15T00:46:15.397Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-15T00:46:15.674Z] Removing intermediate container 5a7b8a3e4228 [2021-01-15T00:46:15.674Z] ---> 9704f1215306 [2021-01-15T00:46:15.674Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-15T00:46:15.674Z] Successfully built 4fe25b9a247e [2021-01-15T00:46:15.674Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-01-15T00:46:15.674Z] ---> Running in 5fed4d223123 [2021-01-15T00:46:15.674Z]  Building docker-support-scheduler-go ... done Building docker-sys-mgmt-agent-go [2021-01-15T00:46:15.951Z] Removing intermediate container 27a9f3a12338 [2021-01-15T00:46:15.951Z] ---> 9e8d220c1afd [2021-01-15T00:46:15.951Z] Step 18/21 : CMD ["--init=true"] [2021-01-15T00:46:16.230Z] ---> Running in 3019253d0c14 [2021-01-15T00:46:16.519Z] Removing intermediate container 5fed4d223123 [2021-01-15T00:46:16.519Z] ---> f3bc9d64ef02 [2021-01-15T00:46:16.519Z] Step 14/22 : WORKDIR / [2021-01-15T00:46:16.796Z] ---> Running in 0647b9ec7cf6 [2021-01-15T00:46:17.777Z] Removing intermediate container 3019253d0c14 [2021-01-15T00:46:17.777Z] ---> bff37d5cdcce [2021-01-15T00:46:17.777Z] Step 19/21 : LABEL arch=arm64 [2021-01-15T00:46:18.051Z] ---> 1383dcaec5d5 [2021-01-15T00:46:18.051Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-15T00:46:18.051Z] Removing intermediate container 0647b9ec7cf6 [2021-01-15T00:46:18.051Z] ---> aa04922210c8 [2021-01-15T00:46:18.051Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-15T00:46:18.652Z] ---> Running in 290106e39d90 [2021-01-15T00:46:19.635Z] Removing intermediate container 82c632674d28 [2021-01-15T00:46:19.635Z] ---> ed41f39825bb [2021-01-15T00:46:19.635Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-15T00:46:20.241Z] ---> a6814f9c4a61 [2021-01-15T00:46:20.241Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-15T00:46:20.241Z] Removing intermediate container 290106e39d90 [2021-01-15T00:46:20.241Z] ---> f1c70e623e0a [2021-01-15T00:46:20.241Z] Step 20/21 : LABEL git_sha=d791a1a4a5e742e1cfd23f54a7a2c65c151967c8 [2021-01-15T00:46:20.533Z] ---> Running in 71ddce509e9c [2021-01-15T00:46:20.533Z] ---> 3874e4840f8a [2021-01-15T00:46:20.533Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-01-15T00:46:21.141Z] ---> Running in e134e6301def [2021-01-15T00:46:21.418Z] ---> Running in 4493a502474b [2021-01-15T00:46:22.032Z] Removing intermediate container 71ddce509e9c [2021-01-15T00:46:22.032Z] ---> 89f49b606491 [2021-01-15T00:46:22.032Z] Step 20/22 : LABEL arch=arm64 [2021-01-15T00:46:22.032Z] Removing intermediate container e134e6301def [2021-01-15T00:46:22.032Z] ---> 4872ebf874b6 [2021-01-15T00:46:22.032Z] Step 21/21 : LABEL version=0.0.0 [2021-01-15T00:46:22.325Z] ---> c3cae23b300b [2021-01-15T00:46:22.325Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-15T00:46:22.325Z] ---> Running in 372ed2962447 [2021-01-15T00:46:22.325Z] ---> Running in 1f453d89b1d4 [2021-01-15T00:46:23.347Z] Removing intermediate container 1f453d89b1d4 [2021-01-15T00:46:23.347Z] ---> f9bd8234e901 [2021-01-15T00:46:23.347Z] Step 21/22 : LABEL git_sha=d791a1a4a5e742e1cfd23f54a7a2c65c151967c8Removing intermediate container 372ed2962447 [2021-01-15T00:46:23.347Z] [2021-01-15T00:46:23.347Z] ---> 8862405e6b66 [2021-01-15T00:46:23.347Z] [2021-01-15T00:46:23.638Z] ---> b0c80928a7ae [2021-01-15T00:46:23.638Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2021-01-15T00:46:23.925Z] ---> Running in 7d505ac94039 [2021-01-15T00:46:23.925Z] Successfully built 8862405e6b66 [2021-01-15T00:46:24.223Z] ---> Running in 376950fc6d04 [2021-01-15T00:46:24.223Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-01-15T00:46:24.223Z]  Building docker-security-proxy-setup-go ... done Building docker-core-command-go [2021-01-15T00:46:24.500Z] Removing intermediate container 7d505ac94039 [2021-01-15T00:46:24.500Z] ---> 50ffd50358b2 [2021-01-15T00:46:24.500Z] Step 22/22 : LABEL version=0.0.0 [2021-01-15T00:46:25.098Z] ---> Running in 4bb9b8bef07e [2021-01-15T00:46:25.098Z] Removing intermediate container 376950fc6d04 [2021-01-15T00:46:25.098Z] ---> dea013f66cec [2021-01-15T00:46:25.098Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-15T00:46:25.371Z] ---> Running in 4b7fe05ee6c4 [2021-01-15T00:46:25.644Z] Removing intermediate container 4bb9b8bef07e [2021-01-15T00:46:25.644Z] ---> 876e5b0d4612 [2021-01-15T00:46:25.645Z] [2021-01-15T00:46:25.645Z] Removing intermediate container 4493a502474b [2021-01-15T00:46:25.645Z] ---> 035794f066d1 [2021-01-15T00:46:25.645Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-15T00:46:26.249Z] Successfully built 876e5b0d4612 [2021-01-15T00:46:26.525Z] Successfully tagged docker-security-bootstrap-redis-go-arm64:latest [2021-01-15T00:46:26.525Z] Building docker-core-data-go [2021-01-15T00:46:26.525Z]  Building docker-security-bootstrap-redis-go ... done Removing intermediate container 4b7fe05ee6c4 [2021-01-15T00:46:26.525Z] ---> 7a3ee82974b8 [2021-01-15T00:46:26.525Z] Step 20/22 : LABEL arch=arm64 [2021-01-15T00:46:26.802Z] ---> Running in e3e007bae3a6 [2021-01-15T00:46:27.082Z] ---> Running in 661c11b20888 [2021-01-15T00:46:27.361Z] Removing intermediate container e3e007bae3a6 [2021-01-15T00:46:27.361Z] ---> 302c853ad55d [2021-01-15T00:46:27.361Z] Step 22/24 : LABEL arch=arm64 [2021-01-15T00:46:27.637Z] Removing intermediate container 661c11b20888 [2021-01-15T00:46:27.637Z] ---> f5e2be3ce52d [2021-01-15T00:46:27.637Z] Step 21/22 : LABEL git_sha=d791a1a4a5e742e1cfd23f54a7a2c65c151967c8 [2021-01-15T00:46:27.637Z] ---> Running in cd2790117667 [2021-01-15T00:46:27.910Z] ---> Running in 90dc12664bc4 [2021-01-15T00:46:28.508Z] Removing intermediate container cd2790117667 [2021-01-15T00:46:28.508Z] ---> d8a4dc8b8369 [2021-01-15T00:46:28.508Z] Step 23/24 : LABEL git_sha=d791a1a4a5e742e1cfd23f54a7a2c65c151967c8 [2021-01-15T00:46:29.495Z] Removing intermediate container 90dc12664bc4 [2021-01-15T00:46:29.495Z] ---> 880bcd67c49b [2021-01-15T00:46:29.495Z] Step 22/22 : LABEL version=0.0.0 [2021-01-15T00:46:29.818Z] ---> Running in 9200c34593b8 [2021-01-15T00:46:30.419Z] ---> Running in 51fc553300b7 [2021-01-15T00:46:31.019Z] Removing intermediate container 9200c34593b8 [2021-01-15T00:46:31.019Z] ---> 51ab2416036c [2021-01-15T00:46:31.019Z] Step 24/24 : LABEL version=0.0.0 [2021-01-15T00:46:31.620Z] Removing intermediate container 51fc553300b7 [2021-01-15T00:46:31.620Z] ---> 6dd90c146aa9 [2021-01-15T00:46:31.620Z] [2021-01-15T00:46:32.225Z] Successfully built 6dd90c146aa9 [2021-01-15T00:46:32.225Z] ---> Running in b561b31623ca [2021-01-15T00:46:32.225Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-01-15T00:46:32.225Z]  Building docker-core-metadata-go ... done Building docker-support-notifications-go [2021-01-15T00:46:32.818Z] Removing intermediate container b561b31623ca [2021-01-15T00:46:32.819Z] ---> 41f7fd9395de [2021-01-15T00:46:32.819Z] [2021-01-15T00:46:33.089Z] Successfully built 41f7fd9395de [2021-01-15T00:46:33.089Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-01-15T00:46:59.882Z]  Building docker-security-secretstore-setup-go ... done Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-15T00:46:59.882Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-15T00:46:59.882Z] ---> 61a0ddb51f89 [2021-01-15T00:46:59.882Z] Step 3/26 : WORKDIR /edgex-go [2021-01-15T00:46:59.882Z] ---> Using cache [2021-01-15T00:46:59.882Z] ---> 57a1c44ecfce [2021-01-15T00:46:59.882Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-15T00:46:59.882Z] ---> Using cache [2021-01-15T00:46:59.882Z] ---> c0123ea885f7 [2021-01-15T00:46:59.882Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-01-15T00:47:05.343Z] ---> Running in 0c2fe4941c31 [2021-01-15T00:47:06.360Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-15T00:47:07.346Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-15T00:47:08.788Z] OK: 217 MiB in 51 packages [2021-01-15T00:47:10.803Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-15T00:47:10.803Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-15T00:47:10.803Z] ---> 61a0ddb51f89 [2021-01-15T00:47:10.803Z] Step 3/22 : WORKDIR /edgex-go [2021-01-15T00:47:10.803Z] ---> Using cache [2021-01-15T00:47:10.803Z] ---> 57a1c44ecfce [2021-01-15T00:47:10.803Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-15T00:47:10.803Z] ---> Using cache [2021-01-15T00:47:10.803Z] ---> c0123ea885f7 [2021-01-15T00:47:10.803Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-15T00:47:10.803Z] ---> Using cache [2021-01-15T00:47:10.803Z] ---> 0cf24685c4f6 [2021-01-15T00:47:10.803Z] Step 6/22 : COPY go.mod . [2021-01-15T00:47:10.803Z] ---> Using cache [2021-01-15T00:47:10.803Z] ---> a13352ad2e12 [2021-01-15T00:47:10.803Z] Step 7/22 : RUN go mod download [2021-01-15T00:47:10.803Z] ---> Using cache [2021-01-15T00:47:10.803Z] ---> f694a25e2bd7 [2021-01-15T00:47:10.803Z] Step 8/22 : COPY . . [2021-01-15T00:47:10.803Z] ---> Using cache [2021-01-15T00:47:10.803Z] ---> aafcf20ed801 [2021-01-15T00:47:10.803Z] Step 9/22 : RUN make cmd/core-command/core-command [2021-01-15T00:47:11.409Z] ---> Running in 4594ed5fda06 [2021-01-15T00:47:12.401Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-15T00:47:12.401Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-15T00:47:12.401Z] ---> 61a0ddb51f89 [2021-01-15T00:47:12.401Z] Step 3/23 : WORKDIR /edgex-go [2021-01-15T00:47:12.401Z] ---> Using cache [2021-01-15T00:47:12.401Z] ---> 57a1c44ecfce [2021-01-15T00:47:12.401Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-15T00:47:12.401Z] ---> Using cache [2021-01-15T00:47:12.401Z] ---> c0123ea885f7 [2021-01-15T00:47:12.401Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-15T00:47:12.401Z] Removing intermediate container 0c2fe4941c31 [2021-01-15T00:47:12.401Z] ---> 5010b0c84a0b [2021-01-15T00:47:12.401Z] Step 6/26 : COPY go.mod . [2021-01-15T00:47:12.677Z] ---> Running in 911e386d37fd [2021-01-15T00:47:13.670Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-01-15T00:47:13.955Z] ---> c10809ac68ae [2021-01-15T00:47:13.955Z] Step 7/26 : RUN go mod download [2021-01-15T00:47:14.246Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-15T00:47:14.247Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-15T00:47:14.247Z] ---> 61a0ddb51f89 [2021-01-15T00:47:14.247Z] Step 3/24 : WORKDIR /edgex-go [2021-01-15T00:47:14.247Z] ---> Using cache [2021-01-15T00:47:14.247Z] ---> 57a1c44ecfce [2021-01-15T00:47:14.247Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-15T00:47:14.247Z] ---> Using cache [2021-01-15T00:47:14.247Z] ---> c0123ea885f7 [2021-01-15T00:47:14.247Z] Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates [2021-01-15T00:47:14.247Z] ---> Running in 83aba38ac17c [2021-01-15T00:47:14.247Z] ---> Running in 5d4c87a70682 [2021-01-15T00:47:14.530Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-15T00:47:15.527Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-15T00:47:16.134Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-15T00:47:16.134Z] OK: 217 MiB in 51 packages [2021-01-15T00:47:17.142Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-15T00:47:17.758Z] OK: 217 MiB in 51 packages [2021-01-15T00:47:18.078Z] Removing intermediate container 911e386d37fd [2021-01-15T00:47:18.078Z] ---> deb34e35c11c [2021-01-15T00:47:18.078Z] Step 6/23 : COPY go.mod . [2021-01-15T00:47:19.565Z] Removing intermediate container 5d4c87a70682 [2021-01-15T00:47:19.565Z] ---> 729a7b516999 [2021-01-15T00:47:19.565Z] Step 8/26 : COPY . . [2021-01-15T00:47:19.847Z] ---> 2562c6ba10af [2021-01-15T00:47:19.847Z] Step 7/23 : RUN go mod download [2021-01-15T00:47:20.138Z] Removing intermediate container 83aba38ac17c [2021-01-15T00:47:20.138Z] ---> 424944fbbcbf [2021-01-15T00:47:20.138Z] Step 6/24 : COPY go.mod . [2021-01-15T00:47:20.429Z] ---> Running in ff7a4d329200 [2021-01-15T00:47:23.098Z] ---> 84eeb1961a78 [2021-01-15T00:47:23.098Z] Step 7/24 : RUN go mod download [2021-01-15T00:47:23.376Z] ---> Running in 284594aa4bd3 [2021-01-15T00:47:26.803Z] Removing intermediate container ff7a4d329200 [2021-01-15T00:47:26.804Z] ---> 8421211a8f8e [2021-01-15T00:47:26.804Z] Step 8/23 : COPY . . [2021-01-15T00:47:30.252Z] Removing intermediate container 284594aa4bd3 [2021-01-15T00:47:30.252Z] ---> e156df8e407f [2021-01-15T00:47:30.252Z] Step 8/24 : COPY . . [2021-01-15T00:47:57.298Z] ---> 9415ce51df6b [2021-01-15T00:47:57.298Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-15T00:47:57.298Z] ---> Running in cda1b421f1bd [2021-01-15T00:47:57.298Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-01-15T00:47:57.298Z] ---> d7de31346b65 [2021-01-15T00:47:57.298Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-15T00:47:57.898Z] ---> Running in 8b312467f5f8 [2021-01-15T00:48:00.560Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-01-15T00:48:00.560Z] ---> d7ed237d1d59 [2021-01-15T00:48:00.560Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2021-01-15T00:48:00.837Z] ---> Running in 033183cdb285 [2021-01-15T00:48:03.497Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-01-15T00:48:04.543Z] Removing intermediate container 4594ed5fda06 [2021-01-15T00:48:04.543Z] ---> a7ad924317a1 [2021-01-15T00:48:04.543Z] [2021-01-15T00:48:04.543Z] Step 10/22 : FROM scratch [2021-01-15T00:48:04.543Z] ---> [2021-01-15T00:48:04.543Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-15T00:48:04.543Z] ---> Using cache [2021-01-15T00:48:04.543Z] ---> 4d693650d21e [2021-01-15T00:48:04.543Z] Step 12/22 : ENV APP_PORT=48082 [2021-01-15T00:48:04.817Z] ---> Running in 305ab4fd1d27 [2021-01-15T00:48:05.803Z] Removing intermediate container 305ab4fd1d27 [2021-01-15T00:48:05.803Z] ---> 99c0a3eab8db [2021-01-15T00:48:05.803Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-15T00:48:05.803Z] ---> Running in 9b624c678591 [2021-01-15T00:48:06.424Z] Removing intermediate container 9b624c678591 [2021-01-15T00:48:06.424Z] ---> 399fb5cdcfb3 [2021-01-15T00:48:06.424Z] Step 14/22 : WORKDIR / [2021-01-15T00:48:06.424Z] ---> Running in aa9e578d792c [2021-01-15T00:48:07.035Z] Removing intermediate container aa9e578d792c [2021-01-15T00:48:07.035Z] ---> 71efd867cc38 [2021-01-15T00:48:07.035Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-15T00:48:08.022Z] ---> 9b36748426d3 [2021-01-15T00:48:08.022Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-15T00:48:10.020Z] ---> f7184e40c337 [2021-01-15T00:48:10.020Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-15T00:48:11.036Z] ---> fe825e18add2 [2021-01-15T00:48:11.036Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2021-01-15T00:48:11.315Z] ---> Running in b0ff0582c823 [2021-01-15T00:48:11.921Z] Removing intermediate container b0ff0582c823 [2021-01-15T00:48:11.921Z] ---> 2dcc37ba1dba [2021-01-15T00:48:11.921Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-15T00:48:12.206Z] ---> Running in b13cf4669343 [2021-01-15T00:48:12.830Z] Removing intermediate container b13cf4669343 [2021-01-15T00:48:12.830Z] ---> 6b71528f7d78 [2021-01-15T00:48:12.830Z] Step 20/22 : LABEL arch=arm64 [2021-01-15T00:48:13.118Z] ---> Running in a22b9d8054cb [2021-01-15T00:48:13.730Z] Removing intermediate container a22b9d8054cb [2021-01-15T00:48:13.730Z] ---> ec607988f877 [2021-01-15T00:48:13.730Z] Step 21/22 : LABEL git_sha=d791a1a4a5e742e1cfd23f54a7a2c65c151967c8 [2021-01-15T00:48:14.009Z] ---> Running in 754ef634c84b [2021-01-15T00:48:14.620Z] Removing intermediate container 754ef634c84b [2021-01-15T00:48:14.620Z] ---> 3a4b3d48e279 [2021-01-15T00:48:14.620Z] Step 22/22 : LABEL version=0.0.0 [2021-01-15T00:48:14.903Z] ---> Running in d5182d86dcbd [2021-01-15T00:48:15.511Z] Removing intermediate container d5182d86dcbd [2021-01-15T00:48:15.511Z] ---> e4e6eb9108e0 [2021-01-15T00:48:15.511Z] [2021-01-15T00:48:16.118Z] Successfully built e4e6eb9108e0 [2021-01-15T00:48:16.118Z] Successfully tagged docker-core-command-go-arm64:latest [2021-01-15T00:49:12.722Z]  Building docker-core-command-go ... done Removing intermediate container cda1b421f1bd [2021-01-15T00:49:12.722Z] ---> 870b713fbaac [2021-01-15T00:49:12.722Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-15T00:49:12.722Z] ---> Running in e306500beee6 [2021-01-15T00:49:12.722Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-01-15T00:49:16.128Z] Removing intermediate container e306500beee6 [2021-01-15T00:49:16.128Z] ---> 6edaeae03cf7 [2021-01-15T00:49:16.128Z] [2021-01-15T00:49:16.128Z] Step 11/26 : FROM docker:20.10.0 [2021-01-15T00:49:16.406Z] 20.10.0: Pulling from library/docker [2021-01-15T00:49:18.393Z] Removing intermediate container 033183cdb285 [2021-01-15T00:49:18.393Z] ---> 2c647b433a66 [2021-01-15T00:49:18.393Z] [2021-01-15T00:49:18.393Z] Step 10/24 : FROM scratch [2021-01-15T00:49:18.393Z] ---> [2021-01-15T00:49:18.393Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2021-01-15T00:49:18.993Z] ---> Running in e82f7f42cb84 [2021-01-15T00:49:19.595Z] Removing intermediate container e82f7f42cb84 [2021-01-15T00:49:19.595Z] ---> d13e8bacd4a2 [2021-01-15T00:49:19.595Z] Step 12/24 : ENV APP_PORT=48060 [2021-01-15T00:49:19.888Z] ---> Running in e4cc51590dcc [2021-01-15T00:49:20.485Z] Removing intermediate container e4cc51590dcc [2021-01-15T00:49:20.485Z] ---> 454e6c87bc55 [2021-01-15T00:49:20.485Z] Step 13/24 : EXPOSE $APP_PORT [2021-01-15T00:49:20.760Z] ---> Running in 1c81dc37edf6 [2021-01-15T00:49:21.358Z] Removing intermediate container 1c81dc37edf6 [2021-01-15T00:49:21.358Z] ---> 1bca1cd9a820 [2021-01-15T00:49:21.358Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2021-01-15T00:49:22.792Z] ---> 6392922104eb [2021-01-15T00:49:22.792Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2021-01-15T00:49:24.781Z] ---> ad165872869e [2021-01-15T00:49:24.781Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2021-01-15T00:49:26.758Z] ---> fc3dac00f7bf [2021-01-15T00:49:26.758Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-15T00:49:27.751Z] ---> 870bd74322a2 [2021-01-15T00:49:27.751Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-15T00:49:28.734Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-15T00:49:28.734Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-15T00:49:28.734Z] ---> eeaf43b92773 [2021-01-15T00:49:28.734Z] Step 12/26 : RUN apk add --no-cache bash [2021-01-15T00:49:29.006Z] ---> Running in 95af47aa6929 [2021-01-15T00:49:29.006Z] ---> 2b11485c6d4b [2021-01-15T00:49:29.006Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-15T00:49:30.435Z] ---> c719c17fee1c [2021-01-15T00:49:30.435Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2021-01-15T00:49:30.435Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-15T00:49:30.435Z] ---> Running in 1f86ff06bc0f [2021-01-15T00:49:30.707Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-15T00:49:31.303Z] (1/2) Installing readline (8.0.4-r0) [2021-01-15T00:49:31.303Z] Removing intermediate container 1f86ff06bc0f [2021-01-15T00:49:31.303Z] ---> 8e9b38451d16 [2021-01-15T00:49:31.303Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-15T00:49:31.303Z] (2/2) Installing bash (5.0.17-r0) [2021-01-15T00:49:31.303Z] Executing bash-5.0.17-r0.post-install [2021-01-15T00:49:31.303Z] Executing busybox-1.31.1-r19.trigger [2021-01-15T00:49:31.303Z] OK: 12 MiB in 22 packages [2021-01-15T00:49:31.581Z] ---> Running in af0424adce83 [2021-01-15T00:49:32.181Z] Removing intermediate container 8b312467f5f8 [2021-01-15T00:49:32.181Z] ---> 526060a80ce2 [2021-01-15T00:49:32.181Z] [2021-01-15T00:49:32.181Z] Step 10/23 : FROM alpine:3.12 [2021-01-15T00:49:32.181Z] ---> afeebe901d6b [2021-01-15T00:49:32.181Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-15T00:49:32.181Z] Removing intermediate container af0424adce83 [2021-01-15T00:49:32.181Z] ---> 1a5d4c7cdef0 [2021-01-15T00:49:32.181Z] Step 22/24 : LABEL arch=arm64 [2021-01-15T00:49:32.457Z] ---> Running in 712c4b8cb633 [2021-01-15T00:49:32.457Z] ---> Running in a272df7f1b50 [2021-01-15T00:49:32.731Z] Removing intermediate container 95af47aa6929 [2021-01-15T00:49:32.731Z] ---> 7b9cb430a602 [2021-01-15T00:49:32.731Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-15T00:49:33.009Z] Removing intermediate container 712c4b8cb633 [2021-01-15T00:49:33.009Z] ---> 42ea876a6dc7 [2021-01-15T00:49:33.009Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-15T00:49:33.009Z] ---> Running in 9c96a735231a [2021-01-15T00:49:33.009Z] Removing intermediate container a272df7f1b50 [2021-01-15T00:49:33.009Z] ---> 591ec23af0fd [2021-01-15T00:49:33.009Z] Step 23/24 : LABEL git_sha=d791a1a4a5e742e1cfd23f54a7a2c65c151967c8 [2021-01-15T00:49:33.009Z] ---> Running in 8e51e537e53d [2021-01-15T00:49:33.284Z] ---> Running in 3adea2a4490b [2021-01-15T00:49:33.562Z] Removing intermediate container 9c96a735231a [2021-01-15T00:49:33.562Z] ---> 6a9814720282 [2021-01-15T00:49:33.562Z] Step 14/26 : ENV APP_PORT=48090 [2021-01-15T00:49:33.835Z] ---> Running in 8b3397176e0a [2021-01-15T00:49:33.835Z] Removing intermediate container 8e51e537e53d [2021-01-15T00:49:33.835Z] ---> 80e305fcc312 [2021-01-15T00:49:33.835Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-15T00:49:33.835Z] Removing intermediate container 3adea2a4490b [2021-01-15T00:49:33.835Z] ---> 59f2aa46881f [2021-01-15T00:49:33.835Z] Step 24/24 : LABEL version=0.0.0 [2021-01-15T00:49:33.835Z] ---> Running in 888b39cf6f10 [2021-01-15T00:49:34.105Z] ---> Running in 32cd3e344491 [2021-01-15T00:49:34.381Z] Removing intermediate container 8b3397176e0a [2021-01-15T00:49:34.381Z] ---> efad065c921e [2021-01-15T00:49:34.381Z] Step 15/26 : EXPOSE $APP_PORT [2021-01-15T00:49:34.381Z] ---> Running in 732cfab5a051 [2021-01-15T00:49:34.666Z] Removing intermediate container 888b39cf6f10 [2021-01-15T00:49:34.666Z] ---> 88205057dafe [2021-01-15T00:49:34.666Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-15T00:49:34.666Z] Removing intermediate container 32cd3e344491 [2021-01-15T00:49:34.666Z] ---> 59f62797c900 [2021-01-15T00:49:34.666Z] [2021-01-15T00:49:34.666Z] ---> Running in fb111217aa36 [2021-01-15T00:49:34.944Z] Removing intermediate container 732cfab5a051 [2021-01-15T00:49:34.944Z] ---> b8a1d72765a2 [2021-01-15T00:49:34.944Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-15T00:49:35.213Z] Successfully built 59f62797c900 [2021-01-15T00:49:35.213Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-01-15T00:49:36.199Z]  Building docker-support-notifications-go ... done  ---> c0a052775c41 [2021-01-15T00:49:36.199Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-15T00:49:37.173Z] Removing intermediate container fb111217aa36 [2021-01-15T00:49:37.173Z] ---> 526f3da0f7f3 [2021-01-15T00:49:37.173Z] Step 15/23 : RUN apk add --update --no-cache zeromq [2021-01-15T00:49:37.173Z] ---> 7a9ca77c40d0 [2021-01-15T00:49:37.173Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-15T00:49:37.173Z] ---> Running in 9df7a8e7a852 [2021-01-15T00:49:38.151Z] ---> f63863ad2d8d [2021-01-15T00:49:38.151Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-15T00:49:38.151Z] ---> Running in f3bfbadd5c2c [2021-01-15T00:49:38.151Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-15T00:49:39.136Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-15T00:49:39.407Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-15T00:49:39.682Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-15T00:49:40.280Z] (1/5) Installing libgcc (9.3.0-r2) [2021-01-15T00:49:40.280Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-15T00:49:40.557Z] (2/5) Installing libsodium (1.0.18-r0) [2021-01-15T00:49:40.557Z] (2/33) Installing expat (2.2.9-r1) [2021-01-15T00:49:40.557Z] (3/33) Installing libffi (3.3-r2) [2021-01-15T00:49:40.557Z] (4/33) Installing gdbm (1.13-r1) [2021-01-15T00:49:40.557Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-15T00:49:40.557Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-15T00:49:40.557Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-15T00:49:40.557Z] (3/5) Installing libstdc++ (9.3.0-r2) [2021-01-15T00:49:40.832Z] (4/5) Installing libzmq (4.3.3-r0) [2021-01-15T00:49:41.114Z] (5/5) Installing zeromq (4.3.3-r0) [2021-01-15T00:49:41.114Z] Executing busybox-1.31.1-r19.trigger [2021-01-15T00:49:41.114Z] OK: 8 MiB in 19 packages [2021-01-15T00:49:42.555Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-15T00:49:42.555Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-15T00:49:42.555Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-15T00:49:42.555Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-15T00:49:42.555Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-15T00:49:42.555Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-15T00:49:42.831Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-15T00:49:42.831Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-15T00:49:42.831Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-15T00:49:42.831Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-15T00:49:43.107Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-15T00:49:43.107Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-15T00:49:43.107Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-15T00:49:43.107Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-15T00:49:43.107Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-15T00:49:43.107Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-15T00:49:43.107Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-15T00:49:43.107Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-15T00:49:43.107Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-15T00:49:43.381Z] Removing intermediate container 9df7a8e7a852 [2021-01-15T00:49:43.381Z] ---> 81fc3d151ee2 [2021-01-15T00:49:43.381Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-15T00:49:43.381Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-15T00:49:43.381Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-15T00:49:43.381Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-15T00:49:43.381Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-15T00:49:43.381Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-15T00:49:43.381Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-15T00:49:43.381Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-15T00:49:43.655Z] Executing busybox-1.31.1-r19.trigger [2021-01-15T00:49:43.655Z] OK: 71 MiB in 55 packages [2021-01-15T00:49:44.260Z] ---> 4c98ed3afefe [2021-01-15T00:49:44.260Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-15T00:49:45.762Z] ---> 414dfcf44956 [2021-01-15T00:49:45.762Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-15T00:49:47.291Z] ---> 31011316888e [2021-01-15T00:49:47.291Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-15T00:49:47.291Z] ---> Running in d75f1bdb8f80 [2021-01-15T00:49:47.925Z] Removing intermediate container d75f1bdb8f80 [2021-01-15T00:49:47.925Z] ---> 677aba482c4e [2021-01-15T00:49:47.925Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-15T00:49:48.205Z] ---> Running in a306b699a405 [2021-01-15T00:49:48.817Z] Removing intermediate container a306b699a405 [2021-01-15T00:49:48.817Z] ---> 27679dd09321 [2021-01-15T00:49:48.817Z] Step 21/23 : LABEL arch=arm64 [2021-01-15T00:49:49.089Z] ---> Running in 35c000a2387e [2021-01-15T00:49:49.685Z] Removing intermediate container 35c000a2387e [2021-01-15T00:49:49.685Z] ---> 81a46d31da35 [2021-01-15T00:49:49.685Z] Step 22/23 : LABEL git_sha=d791a1a4a5e742e1cfd23f54a7a2c65c151967c8 [2021-01-15T00:49:49.685Z] ---> Running in 7e4bcccb73d0 [2021-01-15T00:49:50.282Z] Removing intermediate container f3bfbadd5c2c [2021-01-15T00:49:50.282Z] ---> f9cf04772eb4 [2021-01-15T00:49:50.282Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-01-15T00:49:50.282Z] Removing intermediate container 7e4bcccb73d0 [2021-01-15T00:49:50.282Z] ---> fad8836a77a8 [2021-01-15T00:49:50.282Z] Step 23/23 : LABEL version=0.0.0 [2021-01-15T00:49:50.282Z] ---> Running in fe6ce3804182 [2021-01-15T00:49:50.568Z] ---> Running in f93a4cfd2eb2 [2021-01-15T00:49:51.168Z] Removing intermediate container f93a4cfd2eb2 [2021-01-15T00:49:51.168Z] ---> bf47ca2b4ff0 [2021-01-15T00:49:51.168Z] [2021-01-15T00:49:51.440Z] Successfully built bf47ca2b4ff0 [2021-01-15T00:49:51.440Z] Successfully tagged docker-core-data-go-arm64:latest [2021-01-15T00:49:56.810Z]  Building docker-core-data-go ... done Collecting docker-compose==1.23.2 [2021-01-15T00:49:56.810Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-15T00:49:57.786Z] Collecting docopt<0.7,>=0.6.1 [2021-01-15T00:49:57.786Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-15T00:50:01.161Z] Collecting docker<4.0,>=3.6.0 [2021-01-15T00:50:01.161Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-15T00:50:03.132Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-15T00:50:03.132Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-15T00:50:04.109Z] Collecting jsonschema<3,>=2.5.1 [2021-01-15T00:50:04.109Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-15T00:50:04.383Z] Collecting texttable<0.10,>=0.9.0 [2021-01-15T00:50:04.665Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-15T00:50:07.326Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2021-01-15T00:50:07.597Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-15T00:50:07.597Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-15T00:50:08.189Z] Collecting cached-property<2,>=1.2.0 [2021-01-15T00:50:08.189Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-15T00:50:08.784Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-15T00:50:08.784Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-15T00:50:13.078Z] Collecting PyYAML<4,>=3.10 [2021-01-15T00:50:13.078Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-15T00:50:17.376Z] Collecting docker-pycreds>=0.4.0 [2021-01-15T00:50:17.376Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-15T00:50:17.376Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2021-01-15T00:50:17.647Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-15T00:50:17.647Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-15T00:50:18.625Z] Collecting idna<2.8,>=2.5 [2021-01-15T00:50:18.625Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-15T00:50:18.625Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2021-01-15T00:50:18.625Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-15T00:50:18.625Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-15T00:50:18.625Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-15T00:50:18.625Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-15T00:50:20.054Z] Installing collected packages: docopt, websocket-client, docker-pycreds, urllib3, idna, requests, docker, jsonschema, texttable, cached-property, dockerpty, PyYAML, docker-compose [2021-01-15T00:50:20.054Z] Running setup.py install for docopt: started [2021-01-15T00:50:22.663Z] Running setup.py install for docopt: finished with status 'done' [2021-01-15T00:50:23.257Z] Attempting uninstall: urllib3 [2021-01-15T00:50:23.257Z] Found existing installation: urllib3 1.25.9 [2021-01-15T00:50:23.257Z] Uninstalling urllib3-1.25.9: [2021-01-15T00:50:23.528Z] Successfully uninstalled urllib3-1.25.9 [2021-01-15T00:50:24.121Z] Attempting uninstall: idna [2021-01-15T00:50:24.121Z] Found existing installation: idna 2.9 [2021-01-15T00:50:24.121Z] Uninstalling idna-2.9: [2021-01-15T00:50:24.394Z] Successfully uninstalled idna-2.9 [2021-01-15T00:50:25.367Z] Attempting uninstall: requests [2021-01-15T00:50:25.367Z] Found existing installation: requests 2.23.0 [2021-01-15T00:50:25.367Z] Uninstalling requests-2.23.0: [2021-01-15T00:50:25.367Z] Successfully uninstalled requests-2.23.0 [2021-01-15T00:50:27.336Z] Running setup.py install for texttable: started [2021-01-15T00:50:30.712Z] Running setup.py install for texttable: finished with status 'done' [2021-01-15T00:50:30.712Z] Running setup.py install for dockerpty: started [2021-01-15T00:50:33.322Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-15T00:50:33.322Z] Running setup.py install for PyYAML: started [2021-01-15T00:50:36.702Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-15T00:50:38.132Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 [2021-01-15T00:50:43.520Z] Removing intermediate container fe6ce3804182 [2021-01-15T00:50:43.520Z] ---> 09258bed8078 [2021-01-15T00:50:43.520Z] Step 21/26 : RUN apk --no-cache add curl [2021-01-15T00:50:43.520Z] ---> Running in a118a0a3d77c [2021-01-15T00:50:44.116Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-15T00:50:44.116Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-15T00:50:44.710Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-15T00:50:44.710Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-15T00:50:44.988Z] (3/3) Installing curl (7.69.1-r3) [2021-01-15T00:50:44.988Z] Executing busybox-1.31.1-r19.trigger [2021-01-15T00:50:44.988Z] OK: 71 MiB in 58 packages [2021-01-15T00:50:46.424Z] Removing intermediate container a118a0a3d77c [2021-01-15T00:50:46.424Z] ---> 5c9c1906b93a [2021-01-15T00:50:46.424Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-15T00:50:46.424Z] ---> Running in 4c01b3c20597 [2021-01-15T00:50:47.018Z] Removing intermediate container 4c01b3c20597 [2021-01-15T00:50:47.018Z] ---> 74c5dfc0de60 [2021-01-15T00:50:47.018Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-15T00:50:47.018Z] ---> Running in 7d14da26d37e [2021-01-15T00:50:47.612Z] Removing intermediate container 7d14da26d37e [2021-01-15T00:50:47.612Z] ---> 781fb6e345dc [2021-01-15T00:50:47.612Z] Step 24/26 : LABEL arch=arm64 [2021-01-15T00:50:47.612Z] ---> Running in 71451914ce39 [2021-01-15T00:50:48.207Z] Removing intermediate container 71451914ce39 [2021-01-15T00:50:48.207Z] ---> b514ea1ee8d1 [2021-01-15T00:50:48.207Z] Step 25/26 : LABEL git_sha=d791a1a4a5e742e1cfd23f54a7a2c65c151967c8 [2021-01-15T00:50:48.207Z] ---> Running in 4d65d876d669 [2021-01-15T00:50:48.802Z] Removing intermediate container 4d65d876d669 [2021-01-15T00:50:48.802Z] ---> f5ea73243ee0 [2021-01-15T00:50:48.802Z] Step 26/26 : LABEL version=0.0.0 [2021-01-15T00:50:49.074Z] ---> Running in f01b1fa7bd19 [2021-01-15T00:50:49.347Z] Removing intermediate container f01b1fa7bd19 [2021-01-15T00:50:49.348Z] ---> 64fef053899f [2021-01-15T00:50:49.348Z] [2021-01-15T00:50:49.941Z] Successfully built 64fef053899f [2021-01-15T00:50:49.941Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-01-15T00:50:50.551Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-01-15T00:50:50.769Z] $ docker stop --time=1 bc4f247b4edb6ed8b778b236ccfadbb87fe506df010b0bf3a3259e6e0d0c58f9 [2021-01-15T00:50:52.769Z] $ docker rm -f bc4f247b4edb6ed8b778b236ccfadbb87fe506df010b0bf3a3259e6e0d0c58f9 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-15T00:50:53.331Z] + grep docker [2021-01-15T00:50:53.331Z] + docker images [2021-01-15T00:50:53.604Z] docker-sys-mgmt-agent-go-arm64 latest 64fef053899f 4 seconds ago 300MB [2021-01-15T00:50:53.604Z] docker-core-data-go-arm64 latest bf47ca2b4ff0 About a minute ago 21MB [2021-01-15T00:50:53.604Z] docker-support-notifications-go-arm64 latest 59f62797c900 About a minute ago 11.4MB [2021-01-15T00:50:53.604Z] docker-core-command-go-arm64 latest e4e6eb9108e0 2 minutes ago 9.98MB [2021-01-15T00:50:53.604Z] docker-security-secretstore-setup-go-arm64 latest 41f7fd9395de 4 minutes ago 23.4MB [2021-01-15T00:50:53.604Z] docker-core-metadata-go-arm64 latest 6dd90c146aa9 4 minutes ago 12.3MB [2021-01-15T00:50:53.604Z] docker-security-bootstrap-redis-go-arm64 latest 876e5b0d4612 4 minutes ago 15.1MB [2021-01-15T00:50:53.604Z] docker-security-proxy-setup-go-arm64 latest 8862405e6b66 4 minutes ago 23.2MB [2021-01-15T00:50:53.604Z] docker-support-scheduler-go-arm64 latest 4fe25b9a247e 4 minutes ago 10MB [2021-01-15T00:50:53.604Z] docker 20.10.0 eeaf43b92773 4 weeks ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2021-01-15T00:50:55.522Z] provisioning config files... [2021-01-15T00:50:55.534Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/4@tmp/config4765781272557556578tmp [Pipeline] { [Pipeline] sh [2021-01-15T00:50:55.926Z] + set +x [2021-01-15T00:50:55.927Z] + curl -s https://codecov.io/bash [2021-01-15T00:50:55.927Z] + bash -s -- [2021-01-15T00:50:56.196Z] [2021-01-15T00:50:56.196Z] _____ _ [2021-01-15T00:50:56.196Z] / ____| | | [2021-01-15T00:50:56.196Z] | | ___ __| | ___ ___ _____ __ [2021-01-15T00:50:56.196Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-01-15T00:50:56.196Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-01-15T00:50:56.196Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-01-15T00:50:56.196Z] Bash-20201231-23d4836 [2021-01-15T00:50:56.196Z] [2021-01-15T00:50:56.196Z] [2021-01-15T00:50:56.196Z] ==> git version 2.24.3 found [2021-01-15T00:50:56.457Z] ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 [2021-01-15T00:50:56.457Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-01-15T00:50:56.457Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-01-15T00:50:56.457Z] ==> Jenkins CI detected. [2021-01-15T00:50:56.457Z] project root: . [2021-01-15T00:50:56.457Z] --> token set from env [2021-01-15T00:50:56.457Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-01-15T00:50:56.457Z] ==> Running gcov in . (disable via -X gcov) [2021-01-15T00:50:56.457Z] ==> Python coveragepy not found [2021-01-15T00:50:56.457Z] ==> Searching for coverage reports in: [2021-01-15T00:50:56.457Z] + . [2021-01-15T00:50:56.457Z] -> Found 1 reports [2021-01-15T00:50:56.457Z] ==> Detecting git/mercurial file structure [2021-01-15T00:50:56.457Z] ==> Reading reports [2021-01-15T00:50:56.457Z] + ./coverage.out bytes=550321 [2021-01-15T00:50:56.457Z] ==> Appending adjustments [2021-01-15T00:50:56.457Z] https://docs.codecov.io/docs/fixing-reports [2021-01-15T00:50:59.761Z] + Found adjustments [2021-01-15T00:50:59.761Z] ==> Gzipping contents [2021-01-15T00:50:59.761Z] 84K /tmp/codecov.rfdYUo.gz [2021-01-15T00:50:59.761Z] ==> Uploading reports [2021-01-15T00:50:59.761Z] url: https://codecov.io [2021-01-15T00:50:59.761Z] query: branch=PR-3030&commit=d791a1a4a5e742e1cfd23f54a7a2c65c151967c8&build=4&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3030%2F4%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3030&job=&cmd_args= [2021-01-15T00:50:59.761Z] -> Pinging Codecov [2021-01-15T00:50:59.761Z] https://codecov.io/upload/v4?package=bash-20201231-23d4836&token=secret&branch=PR-3030&commit=d791a1a4a5e742e1cfd23f54a7a2c65c151967c8&build=4&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3030%2F4%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3030&job=&cmd_args= [2021-01-15T00:51:00.022Z] -> Uploading to [2021-01-15T00:51:00.022Z] https://storage.googleapis.com/codecov/v4/raw/2021-01-15/00271124DB129430A58F1EEE437C3FCB/d791a1a4a5e742e1cfd23f54a7a2c65c151967c8/e3d0c87e-1993-4562-83bd-129d52c8564f.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210115%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210115T005059Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=b4f0b63e30162d33b60d96cbd7ad36b9012830652f3997b4db3a3d9b1f5519e2 [2021-01-15T00:51:00.022Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-15T00:51:00.022Z] Dload Upload Total Spent Left Speed [2021-01-15T00:51:00.610Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 83277 0 0 100 83277 0 161k --:--:-- --:--:-- --:--:-- 161k [2021-01-15T00:51:00.610Z] -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/d791a1a4a5e742e1cfd23f54a7a2c65c151967c8 [Pipeline] } [2021-01-15T00:51:00.620Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2021-01-15T00:51:02.620Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-15T00:51:03.518Z] ---> package-listing.sh [2021-01-15T00:51:03.518Z] ++ facter osfamily [2021-01-15T00:51:03.518Z] ++ tr '[:upper:]' '[:lower:]' [2021-01-15T00:51:03.518Z] + OS_FAMILY=redhat [2021-01-15T00:51:03.518Z] + workspace=/w/workspace/edgex-go/4 [2021-01-15T00:51:03.518Z] + START_PACKAGES=/tmp/packages_start.txt [2021-01-15T00:51:03.518Z] + END_PACKAGES=/tmp/packages_end.txt [2021-01-15T00:51:03.518Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-01-15T00:51:03.518Z] + PACKAGES=/tmp/packages_start.txt [2021-01-15T00:51:03.518Z] + '[' /w/workspace/edgex-go/4 ']' [2021-01-15T00:51:03.518Z] + PACKAGES=/tmp/packages_end.txt [2021-01-15T00:51:03.518Z] + case "${OS_FAMILY}" in [2021-01-15T00:51:03.518Z] + rpm -qa [2021-01-15T00:51:03.518Z] + sort [2021-01-15T00:51:08.825Z] + '[' -f /tmp/packages_start.txt ']' [2021-01-15T00:51:08.825Z] + '[' -f /tmp/packages_end.txt ']' [2021-01-15T00:51:08.825Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-01-15T00:51:08.825Z] + '[' /w/workspace/edgex-go/4 ']' [2021-01-15T00:51:08.825Z] + mkdir -p /w/workspace/edgex-go/4/archives/ [2021-01-15T00:51:08.825Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/4/archives/ [Pipeline] echo [2021-01-15T00:51:08.841Z] 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/4/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-01-15T00:51:09.133Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-01-15T00:51:09.438Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-15T00:51:09.438Z] [2021-01-15T00:51:09.438Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-01-15T00:51:09.792Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-15T00:51:09.792Z] alpine: Pulling from edgex-lftools-log-publisher [2021-01-15T00:51:09.792Z] df20fa9351a1: Pulling fs layer [2021-01-15T00:51:09.792Z] 36b3adc4ff6f: Pulling fs layer [2021-01-15T00:51:09.792Z] 8ad3a11d3b57: Pulling fs layer [2021-01-15T00:51:09.792Z] 46f8f816bc3b: Pulling fs layer [2021-01-15T00:51:09.792Z] 93b61091891f: Pulling fs layer [2021-01-15T00:51:09.792Z] 93b9cdb0e59b: Pulling fs layer [2021-01-15T00:51:09.792Z] 5e14af77c1be: Pulling fs layer [2021-01-15T00:51:09.792Z] 01666e4c0597: Pulling fs layer [2021-01-15T00:51:09.792Z] aa168da1d23b: Pulling fs layer [2021-01-15T00:51:09.792Z] 93b9cdb0e59b: Waiting [2021-01-15T00:51:09.792Z] 5e14af77c1be: Waiting [2021-01-15T00:51:09.792Z] 01666e4c0597: Waiting [2021-01-15T00:51:09.792Z] aa168da1d23b: Waiting [2021-01-15T00:51:09.792Z] 46f8f816bc3b: Waiting [2021-01-15T00:51:09.792Z] 93b61091891f: Waiting [2021-01-15T00:51:09.792Z] 36b3adc4ff6f: Download complete [2021-01-15T00:51:09.792Z] 46f8f816bc3b: Verifying Checksum [2021-01-15T00:51:09.792Z] 46f8f816bc3b: Download complete [2021-01-15T00:51:10.054Z] df20fa9351a1: Verifying Checksum [2021-01-15T00:51:10.054Z] df20fa9351a1: Download complete [2021-01-15T00:51:10.054Z] 93b9cdb0e59b: Verifying Checksum [2021-01-15T00:51:10.054Z] 93b9cdb0e59b: Download complete [2021-01-15T00:51:10.054Z] 93b61091891f: Download complete [2021-01-15T00:51:10.054Z] 5e14af77c1be: Verifying Checksum [2021-01-15T00:51:10.054Z] 5e14af77c1be: Download complete [2021-01-15T00:51:10.054Z] 01666e4c0597: Verifying Checksum [2021-01-15T00:51:10.054Z] 01666e4c0597: Download complete [2021-01-15T00:51:10.319Z] df20fa9351a1: Pull complete [2021-01-15T00:51:10.319Z] 36b3adc4ff6f: Pull complete [2021-01-15T00:51:10.587Z] 8ad3a11d3b57: Verifying Checksum [2021-01-15T00:51:10.587Z] 8ad3a11d3b57: Download complete [2021-01-15T00:51:11.168Z] 8ad3a11d3b57: Pull complete [2021-01-15T00:51:11.431Z] 46f8f816bc3b: Pull complete [2021-01-15T00:51:12.377Z] aa168da1d23b: Verifying Checksum [2021-01-15T00:51:12.377Z] aa168da1d23b: Download complete [2021-01-15T00:51:13.321Z] 93b61091891f: Pull complete [2021-01-15T00:51:13.321Z] 93b9cdb0e59b: Pull complete [2021-01-15T00:51:13.321Z] 5e14af77c1be: Pull complete [2021-01-15T00:51:13.586Z] 01666e4c0597: Pull complete [2021-01-15T00:51:23.607Z] aa168da1d23b: Pull complete [2021-01-15T00:51:23.607Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-01-15T00:51:23.607Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-15T00:51:23.607Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-01-15T00:51:23.843Z] prd-centos7-docker-4c-2g-20341 does not seem to be running inside a container [2021-01-15T00:51:23.896Z] $ 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/4/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/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-01-15T00:51:27.389Z] $ docker top 56fbb0383fb7f688b0f7d6b7840936fbf913143b2362313de1e9f5b29ac69a8f -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-15T00:51:27.957Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-01-15T00:51:28.258Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-01-15T00:51:28.558Z] + ls /var/log/sa-host [2021-01-15T00:51:28.558Z] + sadf -c /var/log/sa-host/sa15 [2021-01-15T00:51:28.558Z] file_magic: OK [2021-01-15T00:51:28.558Z] HZ: Using current value: 100 [2021-01-15T00:51:28.558Z] file_header: OK [2021-01-15T00:51:28.558Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-01-15T00:51:28.558Z] Statistics: [2021-01-15T00:51:28.558Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-01-15T00:51:28.558Z] File successfully converted to sysstat format version 12.2.1 [2021-01-15T00:51:28.558Z] + sadf -c /var/log/sa-host/sa23 [2021-01-15T00:51:28.558Z] file_magic: OK [2021-01-15T00:51:28.558Z] HZ: Using current value: 100 [2021-01-15T00:51:28.558Z] file_header: OK [2021-01-15T00:51:28.558Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-01-15T00:51:28.558Z] Statistics: [2021-01-15T00:51:28.558Z] Hnuu...uuuununununu... [2021-01-15T00:51:28.558Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-01-15T00:51:28.751Z] provisioning config files... [2021-01-15T00:51:28.774Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/4@tmp/config1972352385643174558tmp [Pipeline] { [Pipeline] echo [2021-01-15T00:51:28.851Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-15T00:51:29.150Z] ---> create-netrc.sh [Pipeline] } [2021-01-15T00:51:29.160Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-01-15T00:51:29.255Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-15T00:51:29.555Z] ---> python-tools-install.sh [Pipeline] echo [2021-01-15T00:51:29.567Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-15T00:51:29.863Z] ---> sudo-logs.sh [2021-01-15T00:51:29.864Z] Archiving 'sudo' log.. [Pipeline] echo [2021-01-15T00:51:29.874Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-15T00:51:30.171Z] ---> job-cost.sh [2021-01-15T00:51:30.171Z] lf-activate-venv: SKIPPING [2021-01-15T00:51:30.171Z] INFO: No Stack... [2021-01-15T00:51:31.115Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-01-15T00:51:31.687Z] INFO: Archiving Costs [Pipeline] echo [2021-01-15T00:51:31.700Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-15T00:51:31.996Z] ---> logs-deploy.sh [2021-01-15T00:51:31.996Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3030/4 [2021-01-15T00:51:31.996Z] INFO: archiving workspace using pattern(s): [2021-01-15T00:51:33.911Z] Archives upload complete. [2021-01-15T00:51:33.911Z] INFO: archiving logs to Nexus