Pull request #3051 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of lenny-intel for edgexfoundry/edgex-go Obtained Jenkinsfile from 571490ab40050a428ba8cc82887ebe9ce87abaea+ba3f575de95cda6ffdeb8943f6d6d62c3955065b (a6aa96a90374c971733604453c5ba6ba3e1e8959) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 69a7e166112f335804d9fea76440e5140e47f034 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 69a7e166112f335804d9fea76440e5140e47f034 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 69a7e166112f335804d9fea76440e5140e47f034 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 69a7e166112f335804d9fea76440e5140e47f034 # timeout=10 Commit message: "Merge pull request #314 from ernestojeda/go-mod-semver-bump" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 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-21688 in /w/workspace/edgexfoundry_edgex-go_PR-3051 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/7 [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/7 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit ba3f575de95cda6ffdeb8943f6d6d62c3955065b into PR head commit 571490ab40050a428ba8cc82887ebe9ce87abaea Merge succeeded, producing 571490ab40050a428ba8cc82887ebe9ce87abaea Checking out Revision 571490ab40050a428ba8cc82887ebe9ce87abaea (PR-3051) > 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/3051/head:refs/remotes/origin/PR-3051 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 571490ab40050a428ba8cc82887ebe9ce87abaea # 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 ba3f575de95cda6ffdeb8943f6d6d62c3955065b # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 571490ab40050a428ba8cc82887ebe9ce87abaea # timeout=10 Commit message: "fix(core-data): Set ApiVerion on Event/Reading DTOs prior to publishing to MessageBus" First time build. Skipping changelog. [Pipeline] } > git rev-list --no-walk d135c22ba2e720e327896b50b6cc7b76ff21fa6f # timeout=10 [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-01-20T21:52:13.081Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-01-20T21:52:13.479Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-01-20T21:52:13.598Z] ========================================================= [2021-01-20T21:52:13.598Z] EdgeX Global Pipelines Version Info [2021-01-20T21:52:13.598Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-01-20T21:52:15.172Z] ------------------- [2021-01-20T21:52:15.172Z] stable info: [2021-01-20T21:52:15.172Z] ------------------- [2021-01-20T21:52:15.172Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-20T21:52:15.172Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-01-20T21:52:15.172Z] Message: update stable to v1.0.179 [2021-01-20T21:52:16.131Z] ------------------- [2021-01-20T21:52:16.131Z] experimental info: [2021-01-20T21:52:16.131Z] ------------------- [2021-01-20T21:52:16.131Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-20T21:52:16.131Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-01-20T21:52:16.131Z] Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-01-20T21:52:16.523Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-01-20T21:52:16.618Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-01-20T21:52:16.755Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-01-20T21:52:16.852Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-01-20T21:52:16.951Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-01-20T21:52:17.048Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-01-20T21:52:17.147Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-01-20T21:52:17.244Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-01-20T21:52:17.354Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-01-20T21:52:17.455Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-01-20T21:52:17.555Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-01-20T21:52:17.649Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-01-20T21:52:17.755Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-01-20T21:52:17.855Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-01-20T21:52:17.961Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-01-20T21:52:18.058Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-01-20T21:52:18.183Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-01-20T21:52:18.308Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-01-20T21:52:18.453Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-01-20T21:52:18.552Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-01-20T21:52:18.662Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-01-20T21:52:18.751Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-01-20T21:52:18.853Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-01-20T21:52:18.948Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3051 [Pipeline] echo [2021-01-20T21:52:19.043Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3051 [Pipeline] echo [2021-01-20T21:52:19.132Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3051 [Pipeline] echo [2021-01-20T21:52:19.241Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 571490ab40050a428ba8cc82887ebe9ce87abaea [Pipeline] echo [2021-01-20T21:52:19.333Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 571490a [Pipeline] echo [2021-01-20T21:52:19.423Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-20T21:52:19.593Z] provisioning config files... [2021-01-20T21:52:19.629Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/7@tmp/config4727265725482063995tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-20T21:52:19.985Z] ---> docker-login.sh [2021-01-20T21:52:19.985Z] nexus3.edgexfoundry.org:10001 [2021-01-20T21:52:20.247Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-20T21:52:20.247Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-20T21:52:20.247Z] Configure a credential helper to remove this warning. See [2021-01-20T21:52:20.247Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-20T21:52:20.247Z] [2021-01-20T21:52:20.247Z] Login Succeeded [2021-01-20T21:52:20.247Z] nexus3.edgexfoundry.org:10002 [2021-01-20T21:52:20.509Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-20T21:52:20.509Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-20T21:52:20.509Z] Configure a credential helper to remove this warning. See [2021-01-20T21:52:20.509Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-20T21:52:20.509Z] [2021-01-20T21:52:20.509Z] Login Succeeded [2021-01-20T21:52:20.509Z] nexus3.edgexfoundry.org:10003 [2021-01-20T21:52:20.509Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-20T21:52:20.777Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-20T21:52:20.777Z] Configure a credential helper to remove this warning. See [2021-01-20T21:52:20.777Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-20T21:52:20.777Z] [2021-01-20T21:52:20.777Z] Login Succeeded [2021-01-20T21:52:20.777Z] nexus3.edgexfoundry.org:10004 [2021-01-20T21:52:20.777Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-20T21:52:20.777Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-20T21:52:20.777Z] Configure a credential helper to remove this warning. See [2021-01-20T21:52:20.777Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-20T21:52:20.777Z] [2021-01-20T21:52:20.777Z] Login Succeeded [2021-01-20T21:52:20.777Z] docker.io [2021-01-20T21:52:21.039Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-20T21:52:21.301Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-20T21:52:21.301Z] Configure a credential helper to remove this warning. See [2021-01-20T21:52:21.301Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-20T21:52:21.301Z] [2021-01-20T21:52:21.301Z] Login Succeeded [2021-01-20T21:52:21.301Z] ---> docker-login.sh ends [Pipeline] } [2021-01-20T21:52:21.311Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-20T21:52:21.843Z] ++ 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-20T21:52:21.843Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-20T21:52:21.843Z] ++ dirname cmd/core-command/Dockerfile [2021-01-20T21:52:21.843Z] ++ cut -d/ -f2 [2021-01-20T21:52:21.843Z] + echo core-command,cmd/core-command/Dockerfile [2021-01-20T21:52:21.843Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-20T21:52:21.843Z] ++ dirname cmd/core-data/Dockerfile [2021-01-20T21:52:21.843Z] ++ cut -d/ -f2 [2021-01-20T21:52:21.843Z] + echo core-data,cmd/core-data/Dockerfile [2021-01-20T21:52:21.843Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-20T21:52:21.843Z] ++ dirname cmd/core-metadata/Dockerfile [2021-01-20T21:52:21.843Z] ++ cut -d/ -f2 [2021-01-20T21:52:21.843Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-01-20T21:52:21.843Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-20T21:52:21.843Z] ++ dirname cmd/security-bootstrap-redis/Dockerfile [2021-01-20T21:52:21.843Z] ++ cut -d/ -f2 [2021-01-20T21:52:21.843Z] + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile [2021-01-20T21:52:21.843Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-20T21:52:21.843Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-01-20T21:52:21.843Z] ++ cut -d/ -f2 [2021-01-20T21:52:21.843Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-01-20T21:52:21.843Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-20T21:52:21.843Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-01-20T21:52:21.843Z] ++ cut -d/ -f2 [2021-01-20T21:52:21.843Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-01-20T21:52:21.843Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-20T21:52:21.843Z] ++ dirname cmd/support-notifications/Dockerfile [2021-01-20T21:52:21.843Z] ++ cut -d/ -f2 [2021-01-20T21:52:21.843Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-01-20T21:52:21.843Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-20T21:52:21.843Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-01-20T21:52:21.843Z] ++ cut -d/ -f2 [2021-01-20T21:52:21.843Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-01-20T21:52:21.843Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-20T21:52:21.843Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-01-20T21:52:21.843Z] ++ cut -d/ -f2 [2021-01-20T21:52:21.843Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-01-20T21:52:21.914Z] 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-20T21:52:23.224Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-20T21:52:23.224Z] [2021-01-20T21:52:23.224Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-01-20T21:52:23.597Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-20T21:52:23.597Z] latest: Pulling from edgex-devops/git-semver [2021-01-20T21:52:23.597Z] 31603596830f: Pulling fs layer [2021-01-20T21:52:23.597Z] 2a8b12db71e7: Pulling fs layer [2021-01-20T21:52:23.597Z] 6ca5941a6612: Pulling fs layer [2021-01-20T21:52:23.597Z] ecc8261a40a4: Pulling fs layer [2021-01-20T21:52:23.597Z] ecc8261a40a4: Waiting [2021-01-20T21:52:23.597Z] 2a8b12db71e7: Verifying Checksum [2021-01-20T21:52:23.597Z] 2a8b12db71e7: Download complete [2021-01-20T21:52:23.597Z] 31603596830f: Verifying Checksum [2021-01-20T21:52:23.597Z] 31603596830f: Download complete [2021-01-20T21:52:23.860Z] ecc8261a40a4: Verifying Checksum [2021-01-20T21:52:23.860Z] ecc8261a40a4: Download complete [2021-01-20T21:52:23.860Z] 6ca5941a6612: Verifying Checksum [2021-01-20T21:52:23.860Z] 6ca5941a6612: Download complete [2021-01-20T21:52:24.127Z] 31603596830f: Pull complete [2021-01-20T21:52:24.127Z] 2a8b12db71e7: Pull complete [2021-01-20T21:52:25.073Z] 6ca5941a6612: Pull complete [2021-01-20T21:52:25.073Z] ecc8261a40a4: Pull complete [2021-01-20T21:52:25.073Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-01-20T21:52:25.073Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-20T21:52:25.073Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-01-20T21:52:25.188Z] prd-centos7-docker-4c-2g-21688 does not seem to be running inside a container [2021-01-20T21:52:25.287Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-01-20T21:52:27.597Z] $ docker top 75ce9b89e06770a8aab0e71dc42006207cd59662285a7b3d79681775e9c3bf6c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-20T21:52:27.879Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-20T21:52:27.879Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-20T21:52:28.128Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-20T21:52:28.133Z] $ docker exec 75ce9b89e06770a8aab0e71dc42006207cd59662285a7b3d79681775e9c3bf6c ssh-agent [2021-01-20T21:52:28.325Z] SSH_AUTH_SOCK=/tmp/ssh-orYNsdnUt0Xh/agent.11 [2021-01-20T21:52:28.325Z] SSH_AGENT_PID=17 [2021-01-20T21:52:28.334Z] Running ssh-add (command line suppressed) [2021-01-20T21:52:28.454Z] Identity added: /w/workspace/edgex-go/7@tmp/private_key_7930838165749517271.key (/w/workspace/edgex-go/7@tmp/private_key_7930838165749517271.key) [2021-01-20T21:52:28.503Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-20T21:52:28.840Z] + git tag --points-at HEAD [Pipeline] } [2021-01-20T21:52:28.862Z] $ docker exec --env ******** --env ******** 75ce9b89e06770a8aab0e71dc42006207cd59662285a7b3d79681775e9c3bf6c ssh-agent -k [2021-01-20T21:52:28.982Z] unset SSH_AUTH_SOCK; [2021-01-20T21:52:28.982Z] unset SSH_AGENT_PID; [2021-01-20T21:52:28.982Z] echo Agent pid 17 killed; [2021-01-20T21:52:29.030Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-01-20T21:52:29.180Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-20T21:52:29.180Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-20T21:52:29.332Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-20T21:52:29.336Z] $ docker exec 75ce9b89e06770a8aab0e71dc42006207cd59662285a7b3d79681775e9c3bf6c ssh-agent [2021-01-20T21:52:29.500Z] SSH_AUTH_SOCK=/tmp/ssh-1RTprEFLh8qe/agent.45 [2021-01-20T21:52:29.500Z] SSH_AGENT_PID=50 [2021-01-20T21:52:29.507Z] Running ssh-add (command line suppressed) [2021-01-20T21:52:29.624Z] Identity added: /w/workspace/edgex-go/7@tmp/private_key_6176329637767928010.key (/w/workspace/edgex-go/7@tmp/private_key_6176329637767928010.key) [2021-01-20T21:52:29.671Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-20T21:52:30.007Z] + git semver init [2021-01-20T21:52:30.007Z] # -> Open(): unable to determine branch for HEAD [2021-01-20T21:52:30.007Z] # $GIT_DIR = /w/workspace/edgex-go/7/.git [2021-01-20T21:52:30.007Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/7 [2021-01-20T21:52:30.007Z] # $SEMVER_REMOTE_NAME = origin [2021-01-20T21:52:30.007Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-20T21:52:30.007Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-20T21:52:30.007Z] # $SEMVER_BRANCH = PR-3051 [2021-01-20T21:52:30.007Z] # $SEMVER_TEMP = /tmp/semver-999188279 [2021-01-20T21:52:30.007Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-01-20T21:53:02.230Z] # '/tmp/semver-999188279' -> '/w/workspace/edgex-go/7/.semver' [2021-01-20T21:53:02.230Z] # -> Force: false [2021-01-20T21:53:02.230Z] # $SEMVER_DIR = /w/workspace/edgex-go/7/.semver [Pipeline] } [2021-01-20T21:53:02.245Z] $ docker exec --env ******** --env ******** 75ce9b89e06770a8aab0e71dc42006207cd59662285a7b3d79681775e9c3bf6c ssh-agent -k [2021-01-20T21:53:02.479Z] unset SSH_AUTH_SOCK; [2021-01-20T21:53:02.480Z] unset SSH_AGENT_PID; [2021-01-20T21:53:02.480Z] echo Agent pid 50 killed; [2021-01-20T21:53:02.570Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-20T21:53:03.121Z] + git semver [Pipeline] } [2021-01-20T21:53:03.141Z] $ docker stop --time=1 75ce9b89e06770a8aab0e71dc42006207cd59662285a7b3d79681775e9c3bf6c [2021-01-20T21:53:05.039Z] $ docker rm -f 75ce9b89e06770a8aab0e71dc42006207cd59662285a7b3d79681775e9c3bf6c [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-20T21:53:05.546Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-01-20T21:53:06.039Z] Stashed 1 file(s) [Pipeline] echo [2021-01-20T21:53:06.043Z] [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-20T21:53:06.926Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-01-20T21:53:07.225Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-20T21:53:07.525Z] + sudo service docker restart [2021-01-20T21:53:07.525Z] + true [2021-01-20T21:53:07.525Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-01-20T21:53:08.114Z] ========================================================= [2021-01-20T21:53:08.115Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-01-20T21:53:08.115Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-20T21:53:08.463Z] + 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-20T21:53:11.784Z] Sending build context to Docker daemon 327.6MB [2021-01-20T21:53:12.048Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-20T21:53:12.048Z] Step 2/6 : FROM ${BASE} [2021-01-20T21:53:12.048Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-01-20T21:53:12.048Z] 188c0c94c7c5: Pulling fs layer [2021-01-20T21:53:12.048Z] 0ef7d3d256c8: Pulling fs layer [2021-01-20T21:53:12.048Z] de9db76c5a1d: Pulling fs layer [2021-01-20T21:53:12.048Z] bca2f99d35d6: Pulling fs layer [2021-01-20T21:53:12.048Z] 93359f2a8cfa: Pulling fs layer [2021-01-20T21:53:12.048Z] 7c6f9722023f: Pulling fs layer [2021-01-20T21:53:12.048Z] a35cf1a2eb13: Pulling fs layer [2021-01-20T21:53:12.048Z] bca2f99d35d6: Waiting [2021-01-20T21:53:12.048Z] 93359f2a8cfa: Waiting [2021-01-20T21:53:12.048Z] a35cf1a2eb13: Waiting [2021-01-20T21:53:12.048Z] 7c6f9722023f: Waiting [2021-01-20T21:53:12.049Z] de9db76c5a1d: Download complete [2021-01-20T21:53:12.049Z] 0ef7d3d256c8: Verifying Checksum [2021-01-20T21:53:12.049Z] 0ef7d3d256c8: Download complete [2021-01-20T21:53:12.049Z] 93359f2a8cfa: Verifying Checksum [2021-01-20T21:53:12.049Z] 93359f2a8cfa: Download complete [2021-01-20T21:53:12.049Z] 188c0c94c7c5: Verifying Checksum [2021-01-20T21:53:12.049Z] 188c0c94c7c5: Download complete [2021-01-20T21:53:12.049Z] 7c6f9722023f: Download complete [2021-01-20T21:53:12.312Z] 188c0c94c7c5: Pull complete [2021-01-20T21:53:12.573Z] 0ef7d3d256c8: Pull complete [2021-01-20T21:53:12.835Z] de9db76c5a1d: Pull complete [2021-01-20T21:53:14.765Z] a35cf1a2eb13: Verifying Checksum [2021-01-20T21:53:14.765Z] a35cf1a2eb13: Download complete [2021-01-20T21:53:15.353Z] bca2f99d35d6: Verifying Checksum [2021-01-20T21:53:15.353Z] bca2f99d35d6: Download complete [2021-01-20T21:53:21.428Z] Still waiting to schedule task [2021-01-20T21:53:21.428Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2021-01-20T21:53:21.974Z] bca2f99d35d6: Pull complete [2021-01-20T21:53:21.974Z] 93359f2a8cfa: Pull complete [2021-01-20T21:53:21.974Z] 7c6f9722023f: Pull complete [2021-01-20T21:53:26.199Z] a35cf1a2eb13: Pull complete [2021-01-20T21:53:26.199Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-01-20T21:53:26.199Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-01-20T21:53:26.199Z] ---> a62c8e92a672 [2021-01-20T21:53:26.199Z] 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-20T21:53:26.199Z] ---> Running in bdc32529bc31 [2021-01-20T21:53:26.774Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-20T21:53:27.348Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-20T21:53:28.293Z] (1/12) Installing libmagic (5.38-r0) [2021-01-20T21:53:28.293Z] (2/12) Installing file (5.38-r0) [2021-01-20T21:53:28.555Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-20T21:53:28.555Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-20T21:53:46.689Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-20T21:53:46.951Z] (6/12) Installing patch (2.7.6-r6) [2021-01-20T21:53:46.951Z] (7/12) Installing build-base (0.5-r2) [2021-01-20T21:53:47.212Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-20T21:53:47.474Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-20T21:53:47.474Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-20T21:53:47.474Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-20T21:53:47.735Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-20T21:53:48.004Z] Executing busybox-1.31.1-r19.trigger [2021-01-20T21:53:48.004Z] OK: 233 MiB in 51 packages [2021-01-20T21:53:52.246Z] Removing intermediate container bdc32529bc31 [2021-01-20T21:53:52.246Z] ---> 9e9650a740a7 [2021-01-20T21:53:52.246Z] Step 4/6 : WORKDIR /edgex-go [2021-01-20T21:53:52.246Z] ---> Running in e9368be32e1b [2021-01-20T21:53:52.246Z] Removing intermediate container e9368be32e1b [2021-01-20T21:53:52.246Z] ---> 93d000b7cfd1 [2021-01-20T21:53:52.246Z] Step 5/6 : COPY go.mod . [2021-01-20T21:53:52.246Z] ---> 6aa6531cd957 [2021-01-20T21:53:52.246Z] Step 6/6 : RUN go mod download [2021-01-20T21:53:52.246Z] ---> Running in 7dae5e9e5cfa [2021-01-20T21:54:14.301Z] Removing intermediate container 7dae5e9e5cfa [2021-01-20T21:54:14.301Z] ---> 52b96ff1a728 [2021-01-20T21:54:14.301Z] Successfully built 52b96ff1a728 [2021-01-20T21:54:14.301Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-20T21:54:14.621Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-20T21:54:14.621Z] . [Pipeline] withDockerContainer [2021-01-20T21:54:14.740Z] prd-centos7-docker-4c-2g-21688 does not seem to be running inside a container [2021-01-20T21:54:14.785Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@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-x86_64 cat [2021-01-20T21:54:15.462Z] $ docker top bb93fb99d88b1a9eed0490008da287f5838010765ba9ca884b6e6f86bb2c3664 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-20T21:54:15.941Z] + go version [2021-01-20T21:54:15.941Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-01-20T21:54:15.954Z] $ docker stop --time=1 bb93fb99d88b1a9eed0490008da287f5838010765ba9ca884b6e6f86bb2c3664 [2021-01-20T21:54:17.275Z] $ docker rm -f bb93fb99d88b1a9eed0490008da287f5838010765ba9ca884b6e6f86bb2c3664 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-20T21:54:18.026Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-20T21:54:18.027Z] . [Pipeline] withDockerContainer [2021-01-20T21:54:18.121Z] prd-centos7-docker-4c-2g-21688 does not seem to be running inside a container [2021-01-20T21:54:18.162Z] $ 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/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@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-x86_64 cat [2021-01-20T21:54:18.770Z] $ docker top 6093ab9bc9ba8d85d01102b2f50e05fe51a75a7474e727fe2e342bace4e3b05b -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-20T21:54:18.989Z] ========================================================= [2021-01-20T21:54:18.989Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-01-20T21:54:18.989Z] ========================================================= [Pipeline] sh [2021-01-20T21:54:19.274Z] + make test [2021-01-20T21:54:19.274Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-20T21:54:27.470Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-01-20T21:54:39.847Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-01-20T21:54:48.095Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-01-20T21:54:48.096Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-01-20T21:54:48.096Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-01-20T21:54:48.096Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-01-20T21:54:48.096Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-01-20T21:54:48.096Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-01-20T21:54:48.364Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-01-20T21:54:48.950Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-01-20T21:54:49.527Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-01-20T21:54:52.137Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-01-20T21:54:52.137Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-01-20T21:54:52.137Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-01-20T21:54:53.138Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.078s coverage: 46.6% of statements [2021-01-20T21:54:53.138Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-01-20T21:54:53.138Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-01-20T21:54:53.138Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-01-20T21:54:53.138Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-01-20T21:54:53.138Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-01-20T21:54:58.844Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.148s coverage: 27.0% of statements [2021-01-20T21:54:58.844Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-01-20T21:54:58.844Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-01-20T21:54:58.844Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-01-20T21:54:58.844Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-01-20T21:54:58.844Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-01-20T21:54:58.844Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-01-20T21:54:58.844Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.031s coverage: 100.0% of statements [2021-01-20T21:54:58.844Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-01-20T21:54:58.844Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.042s coverage: 100.0% of statements [2021-01-20T21:54:58.844Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-01-20T21:54:58.844Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-01-20T21:54:58.844Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.087s coverage: 66.7% of statements [2021-01-20T21:54:58.844Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-01-20T21:54:58.844Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-01-20T21:54:58.844Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.445s coverage: 82.3% of statements [2021-01-20T21:54:58.844Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-01-20T21:54:58.844Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-01-20T21:54:58.844Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-01-20T21:54:58.844Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-01-20T21:54:59.871Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.321s coverage: 28.6% of statements [2021-01-20T21:54:59.871Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-01-20T21:54:59.871Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-01-20T21:54:59.871Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-01-20T21:54:59.871Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-01-20T21:54:59.871Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-01-20T21:54:59.871Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.063s coverage: 100.0% of statements [2021-01-20T21:54:59.871Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-01-20T21:54:59.871Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.055s coverage: 100.0% of statements [2021-01-20T21:54:59.871Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-01-20T21:54:59.871Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.109s coverage: 86.7% of statements [2021-01-20T21:54:59.871Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-01-20T21:55:00.270Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.134s coverage: 97.5% of statements [2021-01-20T21:55:00.270Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-01-20T21:55:00.551Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.072s coverage: 78.3% of statements [2021-01-20T21:55:00.551Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-01-20T21:55:00.551Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-01-20T21:55:00.551Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-01-20T21:55:00.551Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-01-20T21:55:03.141Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.369s coverage: 92.8% of statements [2021-01-20T21:55:03.141Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-01-20T21:55:03.141Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-01-20T21:55:03.141Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-01-20T21:55:03.141Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-01-20T21:55:03.141Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-01-20T21:55:03.141Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-01-20T21:55:03.141Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-01-20T21:55:03.141Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-01-20T21:55:03.141Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-01-20T21:55:03.141Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-01-20T21:55:03.141Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-01-20T21:55:03.141Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-01-20T21:55:03.141Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-01-20T21:55:03.141Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-01-20T21:55:03.141Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-01-20T21:55:03.141Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-01-20T21:55:03.141Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-01-20T21:55:03.141Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-01-20T21:55:03.141Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.044s coverage: 58.8% of statements [2021-01-20T21:55:03.141Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-01-20T21:55:03.141Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-01-20T21:55:03.141Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.073s coverage: 0.1% of statements [2021-01-20T21:55:03.141Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-01-20T21:55:03.141Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-01-20T21:55:03.141Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-01-20T21:55:03.141Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-01-20T21:55:03.141Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.039s coverage: 100.0% of statements [2021-01-20T21:55:03.141Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-01-20T21:55:03.141Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.056s coverage: 75.5% of statements [2021-01-20T21:55:03.141Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-01-20T21:55:03.141Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.041s coverage: 80.8% of statements [2021-01-20T21:55:03.141Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.059s coverage: 87.2% of statements [2021-01-20T21:55:03.141Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.051s coverage: 84.2% of statements [2021-01-20T21:55:03.749Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.069s coverage: 91.4% of statements [2021-01-20T21:55:03.749Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-01-20T21:55:04.336Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.260s coverage: 63.5% of statements [2021-01-20T21:55:04.336Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-01-20T21:55:04.336Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-01-20T21:55:04.336Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.040s coverage: 100.0% of statements [2021-01-20T21:55:04.336Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.036s coverage: 91.3% of statements [2021-01-20T21:55:04.336Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.029s coverage: 100.0% of statements [2021-01-20T21:55:04.336Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.031s coverage: 73.7% of statements [2021-01-20T21:55:04.938Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.039s coverage: 100.0% of statements [2021-01-20T21:55:05.928Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.283s coverage: 68.9% of statements [2021-01-20T21:55:05.928Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-01-20T21:55:05.928Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-01-20T21:55:05.928Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-01-20T21:55:05.928Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-01-20T21:55:05.928Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-01-20T21:55:05.928Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.085s coverage: 37.0% of statements [2021-01-20T21:55:05.928Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-01-20T21:55:05.928Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-01-20T21:55:05.928Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.308s coverage: 84.0% of statements [2021-01-20T21:55:06.201Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.040s coverage: 100.0% of statements [2021-01-20T21:55:08.174Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.137s coverage: 46.8% of statements [2021-01-20T21:55:08.174Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-01-20T21:55:08.174Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-01-20T21:55:08.174Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-01-20T21:55:08.174Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-01-20T21:55:08.174Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-01-20T21:55:08.174Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.047s coverage: 100.0% of statements [2021-01-20T21:55:08.174Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-01-20T21:55:08.174Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.046s coverage: 100.0% of statements [2021-01-20T21:55:08.174Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-01-20T21:55:09.618Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.787s coverage: 29.1% of statements [2021-01-20T21:55:09.618Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-01-20T21:55:09.618Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-01-20T21:55:09.618Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-01-20T21:55:09.618Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-01-20T21:55:09.618Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-01-20T21:55:09.618Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.064s coverage: 99.0% of statements [2021-01-20T21:55:09.618Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-01-20T21:55:09.618Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.057s coverage: 100.0% of statements [2021-01-20T21:55:09.618Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-01-20T21:55:09.618Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.029s coverage: 0.0% of statements [2021-01-20T21:55:09.618Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-01-20T21:55:09.618Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.026s coverage: 100.0% of statements [2021-01-20T21:55:09.618Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-01-20T21:55:09.618Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-01-20T21:55:09.618Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-01-20T21:55:09.618Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-01-20T21:55:09.618Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.054s coverage: 87.9% of statements [2021-01-20T21:55:09.618Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-01-20T21:55:09.618Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-01-20T21:55:09.618Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.036s coverage: 100.0% of statements [2021-01-20T21:55:09.881Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.032s coverage: 32.1% of statements [2021-01-20T21:55:10.146Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.032s coverage: 100.0% of statements [2021-01-20T21:55:10.411Z] GO111MODULE=on go vet ./... [2021-01-20T21:55:32.504Z] gofmt -l . [2021-01-20T21:55:32.504Z] [ "`gofmt -l .`" = "" ] [2021-01-20T21:55:32.504Z] ./bin/test-go-mod-tidy.sh [2021-01-20T21:55:32.772Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-01-20T21:55:33.673Z] + ls -al . [2021-01-20T21:55:33.673Z] total 656 [2021-01-20T21:55:33.673Z] drwxrwxr-x 10 1001 1001 4096 Jan 20 21:55 . [2021-01-20T21:55:33.673Z] drwxr-xr-x 4 root root 28 Jan 20 21:54 .. [2021-01-20T21:55:33.673Z] -rw-rw-r-- 1 1001 1001 11 Jan 20 21:52 .dockerignore [2021-01-20T21:55:33.673Z] drwxrwxr-x 8 1001 1001 179 Jan 20 21:52 .git [2021-01-20T21:55:33.673Z] drwxrwxr-x 3 1001 1001 125 Jan 20 21:52 .github [2021-01-20T21:55:33.673Z] -rw-rw-r-- 1 1001 1001 824 Jan 20 21:52 .gitignore [2021-01-20T21:55:33.673Z] drwx------ 3 1001 1001 47 Jan 20 21:52 .semver [2021-01-20T21:55:33.673Z] -rw-rw-r-- 1 1001 1001 166 Jan 20 21:52 .sonarcloud.properties [2021-01-20T21:55:33.673Z] -rw-rw-r-- 1 1001 1001 7759 Jan 20 21:52 Attribution.txt [2021-01-20T21:55:33.673Z] -rw-rw-r-- 1 1001 1001 3804 Jan 20 21:52 CONTRIBUTING.md [2021-01-20T21:55:33.673Z] -rw-rw-r-- 1 1001 1001 931 Jan 20 21:52 Dockerfile.build [2021-01-20T21:55:33.673Z] -rw-rw-r-- 1 1001 1001 863 Jan 20 21:52 Jenkinsfile [2021-01-20T21:55:33.673Z] -rw-rw-r-- 1 1001 1001 10775 Jan 20 21:52 LICENSE [2021-01-20T21:55:33.673Z] -rw-rw-r-- 1 1001 1001 5750 Jan 20 21:52 Makefile [2021-01-20T21:55:33.673Z] -rw-rw-r-- 1 1001 1001 6524 Jan 20 21:52 README.md [2021-01-20T21:55:33.673Z] -rw-rw-r-- 1 1001 1001 6744 Jan 20 21:52 SECURITY.md [2021-01-20T21:55:33.673Z] -rw-rw-r-- 1 1001 1001 5 Jan 20 21:53 VERSION [2021-01-20T21:55:33.673Z] -rw-rw-r-- 1 1001 1001 4131 Jan 20 21:52 ZMQWindows.md [2021-01-20T21:55:33.673Z] drwxrwxr-x 2 1001 1001 117 Jan 20 21:52 bin [2021-01-20T21:55:33.673Z] drwxrwxr-x 14 1001 1001 4096 Jan 20 21:52 cmd [2021-01-20T21:55:33.673Z] -rw-r--r-- 1 root root 550466 Jan 20 21:55 coverage.out [2021-01-20T21:55:33.673Z] -rw-r--r-- 1 root root 1027 Jan 20 21:55 go.mod [2021-01-20T21:55:33.673Z] -rw-r--r-- 1 root root 18725 Jan 20 21:55 go.sum [2021-01-20T21:55:33.673Z] drwxrwxr-x 8 1001 1001 127 Jan 20 21:52 internal [2021-01-20T21:55:33.673Z] drwxrwxr-x 4 1001 1001 26 Jan 20 21:52 openapi [2021-01-20T21:55:33.673Z] drwxrwxr-x 4 1001 1001 71 Jan 20 21:52 snap [2021-01-20T21:55:33.673Z] -rw-rw-r-- 1 1001 1001 168 Jan 20 21:52 version.go [Pipeline] sh [2021-01-20T21:55:33.972Z] + '[' -e coverage.out ] [2021-01-20T21:55:33.972Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-01-20T21:55:34.200Z] Stashed 1 file(s) [Pipeline] sh [2021-01-20T21:55:34.495Z] + make build [2021-01-20T21:55:34.495Z] 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-20T21:55:37.145Z] 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-20T21:55:45.338Z] 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-20T21:55:45.338Z] 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-20T21:55:46.732Z] 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-20T21:55:46.732Z] 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-20T21:55:48.137Z] 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-20T21:55:49.539Z] 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-20T21:55:50.938Z] 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-20T21:55:52.328Z] 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-20T21:55:53.276Z] 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-20T21:55:54.233Z] 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-20T21:55:55.218Z] $ docker stop --time=1 6093ab9bc9ba8d85d01102b2f50e05fe51a75a7474e727fe2e342bace4e3b05b [2021-01-20T21:55:56.822Z] $ docker rm -f 6093ab9bc9ba8d85d01102b2f50e05fe51a75a7474e727fe2e342bace4e3b05b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-20T21:56:00.258Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-20T21:56:00.258Z] [2021-01-20T21:56:00.258Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-01-20T21:56:00.638Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-20T21:56:00.639Z] latest: Pulling from edgex-devops/edgex-compose [2021-01-20T21:56:00.639Z] cbdbe7a5bc2a: Pulling fs layer [2021-01-20T21:56:00.639Z] ca9280d653b3: Pulling fs layer [2021-01-20T21:56:00.639Z] 7e9c9ca2126c: Pulling fs layer [2021-01-20T21:56:00.906Z] cbdbe7a5bc2a: Download complete [2021-01-20T21:56:01.173Z] cbdbe7a5bc2a: Pull complete [2021-01-20T21:56:01.436Z] ca9280d653b3: Download complete [2021-01-20T21:56:02.418Z] 7e9c9ca2126c: Verifying Checksum [2021-01-20T21:56:02.418Z] 7e9c9ca2126c: Download complete [2021-01-20T21:56:02.418Z] ca9280d653b3: Pull complete [2021-01-20T21:56:09.040Z] 7e9c9ca2126c: Pull complete [2021-01-20T21:56:09.040Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-01-20T21:56:09.040Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-20T21:56:09.040Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-01-20T21:56:09.178Z] prd-centos7-docker-4c-2g-21688 does not seem to be running inside a container [2021-01-20T21:56:09.232Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@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-20T21:56:10.068Z] $ docker top 3e56810141bdc380511df8767fcd916e88271432669e828ac7b1428fdaa2bb1a -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-20T21:56:10.608Z] + docker-compose build --help [2021-01-20T21:56:10.608Z] + grep parallel [2021-01-20T21:56:11.553Z] --parallel Build images in parallel. [Pipeline] } [2021-01-20T21:56:11.568Z] $ docker stop --time=1 3e56810141bdc380511df8767fcd916e88271432669e828ac7b1428fdaa2bb1a [2021-01-20T21:56:12.946Z] $ docker rm -f 3e56810141bdc380511df8767fcd916e88271432669e828ac7b1428fdaa2bb1a [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-20T21:56:13.566Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-20T21:56:13.566Z] . [Pipeline] withDockerContainer [2021-01-20T21:56:13.661Z] prd-centos7-docker-4c-2g-21688 does not seem to be running inside a container [2021-01-20T21:56:13.709Z] $ 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/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@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:latest cat [2021-01-20T21:56:14.401Z] $ docker top f65440b3b30bd641a2ecfffd0984e1bfdfa2050d3d87b74e77a30a8a94250546 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-20T21:56:14.884Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-20T21:56:15.830Z] Building docker-core-command-go ... [2021-01-20T21:56:15.830Z] Building docker-core-data-go ... [2021-01-20T21:56:15.830Z] Building docker-core-metadata-go ... [2021-01-20T21:56:15.830Z] Building docker-security-bootstrap-redis-go ... [2021-01-20T21:56:15.830Z] Building docker-security-proxy-setup-go ... [2021-01-20T21:56:15.830Z] Building docker-security-secretstore-setup-go ... [2021-01-20T21:56:15.830Z] Building docker-support-notifications-go ... [2021-01-20T21:56:15.830Z] Building docker-support-scheduler-go ... [2021-01-20T21:56:15.830Z] Building docker-sys-mgmt-agent-go ... [2021-01-20T21:56:15.830Z] Building docker-support-notifications-go [2021-01-20T21:56:15.830Z] Building docker-support-scheduler-go [2021-01-20T21:56:15.830Z] Building docker-security-secretstore-setup-go [2021-01-20T21:56:15.830Z] Building docker-core-metadata-go [2021-01-20T21:56:15.830Z] Building docker-security-proxy-setup-go [2021-01-20T21:56:48.081Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-20T21:56:48.081Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-20T21:56:48.081Z] ---> 52b96ff1a728 [2021-01-20T21:56:48.081Z] Step 3/24 : WORKDIR /edgex-go [2021-01-20T21:56:48.081Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-20T21:56:48.081Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-20T21:56:48.081Z] ---> 52b96ff1a728 [2021-01-20T21:56:48.081Z] Step 3/24 : WORKDIR /edgex-go [2021-01-20T21:56:48.081Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-20T21:56:48.081Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-20T21:56:48.081Z] ---> 52b96ff1a728 [2021-01-20T21:56:48.082Z] Step 3/21 : WORKDIR /edgex-go [2021-01-20T21:56:48.082Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-20T21:56:48.082Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-20T21:56:48.082Z] ---> 52b96ff1a728 [2021-01-20T21:56:48.082Z] Step 3/22 : WORKDIR /edgex-go [2021-01-20T21:56:48.082Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-20T21:56:48.082Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-20T21:56:48.082Z] ---> 52b96ff1a728 [2021-01-20T21:56:48.082Z] Step 3/21 : WORKDIR /edgex-go [2021-01-20T21:56:48.082Z] ---> Running in 047124210b4b [2021-01-20T21:56:48.082Z] ---> Running in a364f3b9ae87 [2021-01-20T21:56:48.082Z] ---> Running in dee0506041f2 [2021-01-20T21:56:48.082Z] ---> Running in 924bb045b273 [2021-01-20T21:56:48.082Z] ---> Running in 207a4706646f [2021-01-20T21:56:48.082Z] Removing intermediate container 047124210b4b [2021-01-20T21:56:48.082Z] ---> 9154a7430520 [2021-01-20T21:56:48.082Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-20T21:56:48.082Z] Removing intermediate container dee0506041f2 [2021-01-20T21:56:48.082Z] ---> b23c517c74ea [2021-01-20T21:56:48.082Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-20T21:56:48.082Z] Removing intermediate container a364f3b9ae87 [2021-01-20T21:56:48.082Z] ---> 4540a75b0df7 [2021-01-20T21:56:48.082Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-20T21:56:48.082Z] Removing intermediate container 207a4706646f [2021-01-20T21:56:48.082Z] ---> a615ade321bc [2021-01-20T21:56:48.082Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-20T21:56:48.082Z] Removing intermediate container 924bb045b273 [2021-01-20T21:56:48.082Z] ---> 31df125bc666 [2021-01-20T21:56:48.082Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-20T21:56:48.082Z] ---> Running in 435570b63c3f [2021-01-20T21:56:48.082Z] ---> Running in d1d00789888f [2021-01-20T21:56:48.082Z] ---> Running in e26f0160cc6d [2021-01-20T21:56:48.082Z] ---> Running in 373317fb9e9f [2021-01-20T21:56:48.082Z] ---> Running in 0dfeb7893180 [2021-01-20T21:56:48.082Z] Removing intermediate container d1d00789888f [2021-01-20T21:56:48.082Z] ---> 99aa4db12bb4 [2021-01-20T21:56:48.082Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-20T21:56:48.082Z] ---> Running in d73b9d924614 [2021-01-20T21:56:48.082Z] Removing intermediate container 435570b63c3f [2021-01-20T21:56:48.082Z] ---> 5b8fbd0acda6 [2021-01-20T21:56:48.082Z] Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates [2021-01-20T21:56:48.082Z] ---> Running in c65b84a49ebc [2021-01-20T21:56:48.082Z] Removing intermediate container e26f0160cc6d [2021-01-20T21:56:48.082Z] ---> 3a5ced5e9c09 [2021-01-20T21:56:48.082Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-20T21:56:48.082Z] Removing intermediate container 373317fb9e9f [2021-01-20T21:56:48.082Z] ---> 3f219367dc32 [2021-01-20T21:56:48.082Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-01-20T21:56:48.082Z] Removing intermediate container 0dfeb7893180 [2021-01-20T21:56:48.082Z] ---> b7be4f218815 [2021-01-20T21:56:48.082Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-20T21:56:48.082Z] ---> Running in c742cde408bc [2021-01-20T21:56:48.082Z] ---> Running in 6bbcd8fb6542 [2021-01-20T21:56:48.082Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-20T21:56:48.082Z] ---> Running in a167d096f6b7 [2021-01-20T21:56:48.082Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-20T21:56:48.658Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-20T21:56:48.658Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-20T21:56:48.921Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-20T21:56:48.921Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-20T21:56:49.218Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-20T21:56:49.846Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-20T21:56:49.846Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-20T21:56:50.151Z] OK: 233 MiB in 51 packages [2021-01-20T21:56:50.152Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-20T21:56:50.801Z] OK: 233 MiB in 51 packages [2021-01-20T21:56:51.375Z] Removing intermediate container c65b84a49ebc [2021-01-20T21:56:51.375Z] ---> c346f2ab55ee [2021-01-20T21:56:51.375Z] Step 6/24 : COPY go.mod . [2021-01-20T21:56:51.375Z] Removing intermediate container d73b9d924614 [2021-01-20T21:56:51.375Z] ---> 56bf2e7ab63d [2021-01-20T21:56:51.375Z] Step 6/21 : COPY go.mod . [2021-01-20T21:56:51.375Z] ---> d993cc0bae14 [2021-01-20T21:56:51.375Z] Step 7/24 : RUN go mod download [2021-01-20T21:56:51.644Z] ---> Running in 292e4930850d [2021-01-20T21:56:51.644Z] ---> c8d2cad9116a [2021-01-20T21:56:51.644Z] Step 7/21 : RUN go mod download [2021-01-20T21:56:51.644Z] ---> Running in 708fca80ac3c [2021-01-20T21:56:51.921Z] OK: 233 MiB in 51 packages [2021-01-20T21:56:52.497Z] Removing intermediate container 6bbcd8fb6542 [2021-01-20T21:56:52.497Z] ---> a7d818bb1e14 [2021-01-20T21:56:52.497Z] Step 6/24 : COPY go.mod . [2021-01-20T21:56:52.765Z] OK: 233 MiB in 51 packages [2021-01-20T21:56:52.765Z] ---> 26dc51c71b10 [2021-01-20T21:56:52.765Z] Step 7/24 : RUN go mod download [2021-01-20T21:56:52.765Z] ---> Running in be317fa31454 [2021-01-20T21:56:53.344Z] Removing intermediate container a167d096f6b7 [2021-01-20T21:56:53.344Z] ---> 05fd89b440fc [2021-01-20T21:56:53.344Z] Step 6/21 : COPY go.mod . [2021-01-20T21:56:53.609Z] Removing intermediate container 292e4930850d [2021-01-20T21:56:53.609Z] ---> 9bbd6adfa27f [2021-01-20T21:56:53.609Z] Step 8/24 : COPY . . [2021-01-20T21:56:53.609Z] Removing intermediate container 708fca80ac3c [2021-01-20T21:56:53.609Z] ---> 195f6cacd2a3 [2021-01-20T21:56:53.609Z] Step 8/21 : COPY . . [2021-01-20T21:56:53.609Z] ---> 1eaa5ab330c9 [2021-01-20T21:56:53.609Z] Step 7/21 : RUN go mod download [2021-01-20T21:56:53.872Z] ---> Running in d19d1fffc5c3 [2021-01-20T21:56:54.828Z] OK: 233 MiB in 51 packages [2021-01-20T21:57:01.563Z] Removing intermediate container be317fa31454 [2021-01-20T21:57:01.563Z] ---> 92d8e92b3bc3 [2021-01-20T21:57:01.563Z] Step 8/24 : COPY . . [2021-01-20T21:57:03.506Z] Removing intermediate container c742cde408bc [2021-01-20T21:57:03.506Z] ---> cb26e8ef1254 [2021-01-20T21:57:03.506Z] Step 6/22 : COPY go.mod . [2021-01-20T21:57:06.574Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-21689 in /w/workspace/edgexfoundry_edgex-go_PR-3051 [Pipeline] { [Pipeline] ws [2021-01-20T21:57:06.688Z] Running in /w/workspace/edgex-go/7 [Pipeline] { [Pipeline] checkout [2021-01-20T21:57:10.165Z] ---> 3496fdbc0fe1 [2021-01-20T21:57:10.165Z] Step 7/22 : RUN go mod download [2021-01-20T21:57:10.165Z] ---> Running in be136c0fe475 [2021-01-20T21:57:10.165Z] Removing intermediate container d19d1fffc5c3 [2021-01-20T21:57:10.165Z] ---> 0bd46f232c61 [2021-01-20T21:57:10.165Z] Step 8/21 : COPY . . [2021-01-20T21:57:11.944Z] using credential edgex-jenkins-ssh [2021-01-20T21:57:12.013Z] Cloning the remote Git repository [2021-01-20T21:57:12.080Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-01-20T21:57:12.198Z] > git init /w/workspace/edgex-go/7 # timeout=10 [2021-01-20T21:57:12.276Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-20T21:57:12.277Z] > git --version # timeout=10 [2021-01-20T21:57:12.303Z] > git --version # 'git version 2.17.1' [2021-01-20T21:57:12.305Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-20T21:57:12.395Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-20T21:57:28.463Z] ---> 0059a4e476ee [2021-01-20T21:57:28.463Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-20T21:57:28.463Z] ---> 59c33d0fe578 [2021-01-20T21:57:28.463Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2021-01-20T21:57:28.463Z] ---> Running in 58eda7f27b1f [2021-01-20T21:57:28.463Z] ---> Running in d99a4bc4879a [2021-01-20T21:57:28.463Z] Removing intermediate container be136c0fe475 [2021-01-20T21:57:28.463Z] ---> 8a59846ccf60 [2021-01-20T21:57:28.463Z] Step 8/22 : COPY . . [2021-01-20T21:57:29.040Z] 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-20T21:57:30.266Z] Merging remotes/origin/master commit ba3f575de95cda6ffdeb8943f6d6d62c3955065b into PR head commit 571490ab40050a428ba8cc82887ebe9ce87abaea [2021-01-20T21:57:30.678Z] Merge succeeded, producing 571490ab40050a428ba8cc82887ebe9ce87abaea [2021-01-20T21:57:30.678Z] Checking out Revision 571490ab40050a428ba8cc82887ebe9ce87abaea (PR-3051) [2021-01-20T21:57:30.981Z] 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-20T21:57:29.303Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-20T21:57:29.320Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-20T21:57:29.362Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-20T21:57:29.406Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-20T21:57:29.407Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-20T21:57:29.423Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3051/head:refs/remotes/origin/PR-3051 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-20T21:57:30.291Z] > git config core.sparsecheckout # timeout=10 [2021-01-20T21:57:30.306Z] > git checkout -f 571490ab40050a428ba8cc82887ebe9ce87abaea # timeout=10 [2021-01-20T21:57:30.573Z] > git remote # timeout=10 [2021-01-20T21:57:30.593Z] > git config --get remote.origin.url # timeout=10 [2021-01-20T21:57:30.614Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-20T21:57:30.627Z] > git merge ba3f575de95cda6ffdeb8943f6d6d62c3955065b # timeout=10 [2021-01-20T21:57:30.655Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-20T21:57:30.690Z] > git config core.sparsecheckout # timeout=10 [2021-01-20T21:57:30.704Z] > git checkout -f 571490ab40050a428ba8cc82887ebe9ce87abaea # timeout=10 [2021-01-20T21:57:32.400Z] ---> 347c501714d6 [2021-01-20T21:57:32.400Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-20T21:57:33.849Z] ---> Running in 1c025674f2d3 [2021-01-20T21:57:35.413Z] Commit message: "fix(core-data): Set ApiVerion on Event/Reading DTOs prior to publishing to MessageBus" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-20T21:57:36.978Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-01-20T21:57:37.195Z] 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-20T21:57:37.397Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-20T21:57:37.741Z] + + true [2021-01-20T21:57:37.741Z] sudo service docker restart [2021-01-20T21:57:39.150Z] ---> 3b462bd00fc3 [2021-01-20T21:57:39.151Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-20T21:57:39.870Z] provisioning config files... [2021-01-20T21:57:39.938Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/7@tmp/config2979003720059792672tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-20T21:57:40.359Z] ---> docker-login.sh [2021-01-20T21:57:40.359Z] nexus3.edgexfoundry.org:10001 [2021-01-20T21:57:40.608Z] ---> Running in 5743c328cd0c [2021-01-20T21:57:40.956Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-20T21:57:41.560Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-20T21:57:41.560Z] Configure a credential helper to remove this warning. See [2021-01-20T21:57:41.560Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-20T21:57:41.560Z] [2021-01-20T21:57:41.560Z] Login Succeeded [2021-01-20T21:57:41.560Z] nexus3.edgexfoundry.org:10002 [2021-01-20T21:57:41.833Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-20T21:57:42.115Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-20T21:57:42.115Z] Configure a credential helper to remove this warning. See [2021-01-20T21:57:42.115Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-20T21:57:42.115Z] [2021-01-20T21:57:42.115Z] Login Succeeded [2021-01-20T21:57:42.115Z] nexus3.edgexfoundry.org:10003 [2021-01-20T21:57:42.391Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-20T21:57:42.595Z] 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-20T21:57:42.666Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-20T21:57:42.666Z] Configure a credential helper to remove this warning. See [2021-01-20T21:57:42.666Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-20T21:57:42.666Z] [2021-01-20T21:57:42.666Z] Login Succeeded [2021-01-20T21:57:42.666Z] nexus3.edgexfoundry.org:10004 [2021-01-20T21:57:42.942Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-20T21:57:43.214Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-20T21:57:43.215Z] Configure a credential helper to remove this warning. See [2021-01-20T21:57:43.215Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-20T21:57:43.215Z] [2021-01-20T21:57:43.215Z] Login Succeeded [2021-01-20T21:57:43.215Z] docker.io [2021-01-20T21:57:43.488Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-20T21:57:43.761Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-20T21:57:43.761Z] Configure a credential helper to remove this warning. See [2021-01-20T21:57:43.761Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-20T21:57:43.761Z] [2021-01-20T21:57:43.761Z] Login Succeeded [2021-01-20T21:57:43.761Z] ---> docker-login.sh ends [Pipeline] } [2021-01-20T21:57:43.779Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-01-20T21:57:44.272Z] ========================================================= [2021-01-20T21:57:44.272Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-01-20T21:57:44.272Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-20T21:57:44.656Z] + 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-20T21:57:47.653Z] Sending build context to Docker daemon 166MB [2021-01-20T21:57:47.653Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-20T21:57:47.653Z] Step 2/6 : FROM ${BASE} [2021-01-20T21:57:47.653Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-01-20T21:57:47.653Z] 5f621e34cdf4: Pulling fs layer [2021-01-20T21:57:47.653Z] a4357932f1b6: Pulling fs layer [2021-01-20T21:57:47.653Z] 18c013af1878: Pulling fs layer [2021-01-20T21:57:47.653Z] 00ac8860ef70: Pulling fs layer [2021-01-20T21:57:47.653Z] 63d7cb157983: Pulling fs layer [2021-01-20T21:57:47.653Z] b116817d02f9: Pulling fs layer [2021-01-20T21:57:47.653Z] 00ac8860ef70: Waiting [2021-01-20T21:57:47.653Z] 63d7cb157983: Waiting [2021-01-20T21:57:47.653Z] 745a02a5169b: Pulling fs layer [2021-01-20T21:57:47.653Z] b116817d02f9: Waiting [2021-01-20T21:57:47.653Z] 745a02a5169b: Waiting [2021-01-20T21:57:47.653Z] 18c013af1878: Verifying Checksum [2021-01-20T21:57:47.653Z] 18c013af1878: Download complete [2021-01-20T21:57:47.653Z] a4357932f1b6: Download complete [2021-01-20T21:57:47.653Z] 63d7cb157983: Verifying Checksum [2021-01-20T21:57:47.653Z] 63d7cb157983: Download complete [2021-01-20T21:57:47.653Z] 5f621e34cdf4: Download complete [2021-01-20T21:57:47.653Z] b116817d02f9: Download complete [2021-01-20T21:57:48.275Z] 5f621e34cdf4: Pull complete [2021-01-20T21:57:48.876Z] a4357932f1b6: Pull complete [2021-01-20T21:57:49.151Z] 18c013af1878: Pull complete [2021-01-20T21:57:50.144Z] 745a02a5169b: Download complete [2021-01-20T21:57:50.891Z] ---> 64cee8347357 [2021-01-20T21:57:50.891Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2021-01-20T21:57:50.892Z] ---> Running in 312d66a304e9 [2021-01-20T21:57:51.605Z] 00ac8860ef70: Verifying Checksum [2021-01-20T21:57:51.606Z] 00ac8860ef70: Download complete [2021-01-20T21:57:52.330Z] 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-20T21:57:52.330Z] 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-20T21:58:00.639Z] 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-20T21:58:00.909Z] Removing intermediate container 58eda7f27b1f [2021-01-20T21:58:00.909Z] ---> 19703c95276a [2021-01-20T21:58:00.909Z] [2021-01-20T21:58:00.909Z] Step 10/24 : FROM scratch [2021-01-20T21:58:00.909Z] ---> [2021-01-20T21:58:00.909Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2021-01-20T21:58:01.805Z] 00ac8860ef70: Pull complete [2021-01-20T21:58:01.805Z] 63d7cb157983: Pull complete [2021-01-20T21:58:02.349Z] ---> Running in d0198e22a742 [2021-01-20T21:58:02.349Z] Removing intermediate container d99a4bc4879a [2021-01-20T21:58:02.349Z] ---> 32c490c9d486 [2021-01-20T21:58:02.349Z] [2021-01-20T21:58:02.349Z] Step 10/21 : FROM alpine:3.12 [2021-01-20T21:58:02.349Z] 3.12: Pulling from library/alpine [2021-01-20T21:58:02.410Z] b116817d02f9: Pull complete [2021-01-20T21:58:02.943Z] Removing intermediate container d0198e22a742 [2021-01-20T21:58:02.943Z] ---> 80911348d53c [2021-01-20T21:58:02.943Z] Step 12/24 : ENV APP_PORT=48060 [2021-01-20T21:58:03.220Z] ---> Running in 5a9dfe533ae8 [2021-01-20T21:58:03.220Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-20T21:58:03.220Z] Status: Downloaded newer image for alpine:3.12 [2021-01-20T21:58:03.220Z] ---> 389fef711851 [2021-01-20T21:58:03.220Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-01-20T21:58:03.501Z] ---> Running in 97f701985d34 [2021-01-20T21:58:03.501Z] Removing intermediate container 5a9dfe533ae8 [2021-01-20T21:58:03.501Z] ---> c4cf8d1da72b [2021-01-20T21:58:03.501Z] Step 13/24 : EXPOSE $APP_PORT [2021-01-20T21:58:03.778Z] ---> Running in 00cc39a32c12 [2021-01-20T21:58:04.058Z] Removing intermediate container 00cc39a32c12 [2021-01-20T21:58:04.058Z] ---> e198d11d2359 [2021-01-20T21:58:04.058Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2021-01-20T21:58:05.824Z] 745a02a5169b: Pull complete [2021-01-20T21:58:05.824Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-01-20T21:58:06.034Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-20T21:58:06.034Z] ---> 16739a47390e [2021-01-20T21:58:06.034Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2021-01-20T21:58:06.034Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-20T21:58:06.034Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-20T21:58:06.034Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-20T21:58:06.034Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-20T21:58:06.034Z] (4/4) Installing curl (7.69.1-r3) [2021-01-20T21:58:06.034Z] Executing busybox-1.31.1-r19.trigger [2021-01-20T21:58:06.034Z] Executing ca-certificates-20191127-r4.trigger [2021-01-20T21:58:06.101Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-01-20T21:58:06.101Z] ---> b7e6874047d6 [2021-01-20T21:58:06.101Z] 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-20T21:58:06.297Z] OK: 7 MiB in 18 packages [2021-01-20T21:58:08.276Z] ---> b10391aa31c4 [2021-01-20T21:58:08.276Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2021-01-20T21:58:09.223Z] Removing intermediate container 1c025674f2d3 [2021-01-20T21:58:09.223Z] ---> ba5bc96bb01a [2021-01-20T21:58:09.223Z] [2021-01-20T21:58:09.223Z] Step 10/24 : FROM alpine:3.12 [2021-01-20T21:58:09.223Z] ---> 389fef711851 [2021-01-20T21:58:09.223Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-20T21:58:09.493Z] Removing intermediate container 97f701985d34 [2021-01-20T21:58:09.493Z] ---> bc226be76da2 [2021-01-20T21:58:09.493Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-20T21:58:09.494Z] ---> Running in 3a0156275f39 [2021-01-20T21:58:09.766Z] ---> Running in fe895b95f23b [2021-01-20T21:58:09.766Z] ---> Running in 7a332c24e4a0 [2021-01-20T21:58:10.033Z] ---> fcc27084e0e1 [2021-01-20T21:58:10.033Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-20T21:58:10.471Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-20T21:58:10.612Z] Removing intermediate container 7a332c24e4a0 [2021-01-20T21:58:10.612Z] ---> 707726f6f576 [2021-01-20T21:58:10.612Z] Step 13/21 : WORKDIR /edgex [2021-01-20T21:58:11.577Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-20T21:58:11.577Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-20T21:58:11.848Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-20T21:58:11.848Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-20T21:58:11.848Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-20T21:58:11.848Z] (4/5) Installing curl (7.69.1-r3) [2021-01-20T21:58:11.848Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-20T21:58:11.848Z] Executing busybox-1.31.1-r19.trigger [2021-01-20T21:58:11.848Z] Executing ca-certificates-20191127-r4.trigger [2021-01-20T21:58:12.421Z] OK: 7 MiB in 19 packages [2021-01-20T21:58:12.421Z] ---> 8266d396d35a [2021-01-20T21:58:12.421Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-20T21:58:12.421Z] ---> Running in db7d6df7667b [2021-01-20T21:58:12.696Z] Removing intermediate container 5743c328cd0c [2021-01-20T21:58:12.696Z] ---> 988030a01c6a [2021-01-20T21:58:12.696Z] [2021-01-20T21:58:12.696Z] Step 10/21 : FROM scratch [2021-01-20T21:58:12.696Z] ---> [2021-01-20T21:58:12.696Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-20T21:58:12.964Z] ---> Running in d690d0b9a2e8 [2021-01-20T21:58:13.081Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-20T21:58:13.237Z] Removing intermediate container db7d6df7667b [2021-01-20T21:58:13.238Z] ---> 6cab63b31753 [2021-01-20T21:58:13.238Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-20T21:58:14.189Z] Removing intermediate container d690d0b9a2e8 [2021-01-20T21:58:14.189Z] ---> 6bf865a50f2c [2021-01-20T21:58:14.189Z] Step 12/21 : ENV APP_PORT=48085 [2021-01-20T21:58:14.189Z] ---> a06a783835d3 [2021-01-20T21:58:14.189Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-20T21:58:14.189Z] Removing intermediate container fe895b95f23b [2021-01-20T21:58:14.189Z] ---> 3759c691e2ac [2021-01-20T21:58:14.189Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-20T21:58:14.189Z] ---> 3dbe04c10630 [2021-01-20T21:58:14.189Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-20T21:58:14.189Z] ---> Running in f3d09d07403f [2021-01-20T21:58:14.456Z] ---> Running in b0f460b90b4f [2021-01-20T21:58:14.537Z] (1/12) Installing libmagic (5.38-r0) [2021-01-20T21:58:14.719Z] Removing intermediate container f3d09d07403f [2021-01-20T21:58:14.719Z] ---> d3255ab344ea [2021-01-20T21:58:14.719Z] Step 13/21 : EXPOSE $APP_PORT [2021-01-20T21:58:14.719Z] ---> 7e4b80ea0906 [2021-01-20T21:58:14.719Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2021-01-20T21:58:14.807Z] (2/12) Installing file (5.38-r0) [2021-01-20T21:58:14.807Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-20T21:58:14.807Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-20T21:58:14.989Z] Removing intermediate container b0f460b90b4f [2021-01-20T21:58:14.990Z] ---> de5fb02f4f15 [2021-01-20T21:58:14.990Z] Step 13/24 : WORKDIR / [2021-01-20T21:58:14.990Z] ---> Running in 4c695a36e30e [2021-01-20T21:58:14.990Z] ---> Running in 1d0be857d19b [2021-01-20T21:58:14.990Z] ---> Running in 83f7ff377584 [2021-01-20T21:58:14.990Z] ---> 110e894765ff [2021-01-20T21:58:14.990Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-20T21:58:15.263Z] Removing intermediate container 4c695a36e30e [2021-01-20T21:58:15.263Z] ---> 1fb955c5458e [2021-01-20T21:58:15.263Z] Step 14/21 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-20T21:58:15.529Z] Removing intermediate container 83f7ff377584 [2021-01-20T21:58:15.529Z] ---> 7e3f17b29fcd [2021-01-20T21:58:15.529Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-20T21:58:15.529Z] Removing intermediate container 1d0be857d19b [2021-01-20T21:58:15.529Z] ---> 398de41fa08f [2021-01-20T21:58:15.529Z] 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-20T21:58:15.529Z] ---> 8eb0c12bdc8d [2021-01-20T21:58:15.530Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-20T21:58:16.126Z] ---> Running in 9779bfd25bc7 [2021-01-20T21:58:16.393Z] ---> af8714a622fc [2021-01-20T21:58:16.393Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-20T21:58:16.393Z] ---> be329e14274e [2021-01-20T21:58:16.393Z] 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-20T21:58:17.361Z] ---> Running in 92762fb13caa [2021-01-20T21:58:17.361Z] Removing intermediate container 9779bfd25bc7 [2021-01-20T21:58:17.361Z] ---> 8532fee256a0 [2021-01-20T21:58:17.361Z] Step 22/24 : LABEL arch=x86_64 [2021-01-20T21:58:18.341Z] ---> 140454175bc5 [2021-01-20T21:58:18.341Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-20T21:58:18.341Z] ---> a79350101261 [2021-01-20T21:58:18.341Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-20T21:58:18.341Z] Removing intermediate container 312d66a304e9 [2021-01-20T21:58:18.341Z] ---> 03d3e86bfaec [2021-01-20T21:58:18.341Z] [2021-01-20T21:58:18.341Z] Step 10/22 : FROM scratch [2021-01-20T21:58:18.341Z] ---> [2021-01-20T21:58:18.341Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-20T21:58:18.341Z] ---> Running in 7710975f1e86 [2021-01-20T21:58:18.611Z] ---> Using cache [2021-01-20T21:58:18.611Z] ---> 6bf865a50f2c [2021-01-20T21:58:18.611Z] Step 12/22 : ENV APP_PORT=48081 [2021-01-20T21:58:18.611Z] Removing intermediate container 92762fb13caa [2021-01-20T21:58:18.611Z] ---> 777c59571d5f [2021-01-20T21:58:18.611Z] Step 18/21 : CMD ["--init=true"] [2021-01-20T21:58:18.611Z] ---> Running in 347f255ded95 [2021-01-20T21:58:18.611Z] ---> 3f10bc15c815 [2021-01-20T21:58:18.611Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2021-01-20T21:58:19.196Z] ---> Running in ca46250c6093 [2021-01-20T21:58:19.196Z] Removing intermediate container 7710975f1e86 [2021-01-20T21:58:19.196Z] ---> b5e650ac157c [2021-01-20T21:58:19.196Z] Step 23/24 : LABEL git_sha=571490ab40050a428ba8cc82887ebe9ce87abaea [2021-01-20T21:58:19.197Z] ---> 25a8c2dd36ca [2021-01-20T21:58:19.197Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-20T21:58:19.197Z] Removing intermediate container 347f255ded95 [2021-01-20T21:58:19.197Z] ---> 8a3ecbef615f [2021-01-20T21:58:19.197Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-20T21:58:19.197Z] ---> Running in 4b70fa8a9c12 [2021-01-20T21:58:19.197Z] ---> Running in 3d542979477e [2021-01-20T21:58:19.466Z] ---> Running in df296d28d2be [2021-01-20T21:58:19.466Z] Removing intermediate container ca46250c6093 [2021-01-20T21:58:19.466Z] ---> f9dd16129c22 [2021-01-20T21:58:19.466Z] Step 19/21 : LABEL arch=x86_64 [2021-01-20T21:58:19.729Z] ---> Running in cdb49e47e88c [2021-01-20T21:58:19.729Z] Removing intermediate container 4b70fa8a9c12 [2021-01-20T21:58:19.729Z] ---> 5186bc87d352 [2021-01-20T21:58:19.729Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-20T21:58:19.729Z] Removing intermediate container df296d28d2be [2021-01-20T21:58:19.729Z] ---> bf297ef69e9c [2021-01-20T21:58:19.729Z] Step 14/22 : WORKDIR / [2021-01-20T21:58:19.729Z] Removing intermediate container 3d542979477e [2021-01-20T21:58:19.729Z] ---> f773082ea1f5 [2021-01-20T21:58:19.729Z] Step 24/24 : LABEL version=0.0.0 [2021-01-20T21:58:19.729Z] ---> 77ace31c97c6 [2021-01-20T21:58:19.729Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-20T21:58:19.990Z] ---> Running in a46553738c7f [2021-01-20T21:58:19.990Z] ---> Running in 179d31e1ca84 [2021-01-20T21:58:19.990Z] ---> Running in 7596dd4a8f60 [2021-01-20T21:58:19.990Z] Removing intermediate container cdb49e47e88c [2021-01-20T21:58:19.990Z] ---> 17c9ecc6f546 [2021-01-20T21:58:19.990Z] Step 20/21 : LABEL git_sha=571490ab40050a428ba8cc82887ebe9ce87abaea [2021-01-20T21:58:20.254Z] ---> Running in 61b6fb20a63d [2021-01-20T21:58:20.254Z] Removing intermediate container a46553738c7f [2021-01-20T21:58:20.254Z] ---> 577c9b5274cc [2021-01-20T21:58:20.254Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-20T21:58:20.254Z] Removing intermediate container 7596dd4a8f60 [2021-01-20T21:58:20.254Z] ---> 383c2e6957e2 [2021-01-20T21:58:20.254Z] [2021-01-20T21:58:20.516Z] Removing intermediate container 179d31e1ca84 [2021-01-20T21:58:20.516Z] ---> 09bd67773d32 [2021-01-20T21:58:20.516Z] Step 19/21 : LABEL arch=x86_64 [2021-01-20T21:58:20.516Z] ---> f5895d83f568 [2021-01-20T21:58:20.516Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-20T21:58:20.516Z] Successfully built 383c2e6957e2 [2021-01-20T21:58:21.473Z] Successfully tagged docker-support-notifications-go:latest [2021-01-20T21:58:21.473Z] ---> Running in dcb8675d90d0 [2021-01-20T21:58:21.473Z]  Building docker-support-notifications-go ... done Building docker-sys-mgmt-agent-go [2021-01-20T21:58:21.766Z] Removing intermediate container 61b6fb20a63d [2021-01-20T21:58:21.766Z] ---> bf063b85fdda [2021-01-20T21:58:21.766Z] Step 21/21 : LABEL version=0.0.0 [2021-01-20T21:58:21.766Z] ---> bbfaf5435c95 [2021-01-20T21:58:21.766Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-20T21:58:21.766Z] ---> c23e76d8460c [2021-01-20T21:58:21.766Z] 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-20T21:58:21.766Z] ---> Running in 09c42aeb2bda [2021-01-20T21:58:21.766Z] ---> Running in 473b9b33b822 [2021-01-20T21:58:22.034Z] Removing intermediate container dcb8675d90d0 [2021-01-20T21:58:22.034Z] ---> c7233e502413 [2021-01-20T21:58:22.034Z] Step 20/21 : LABEL git_sha=571490ab40050a428ba8cc82887ebe9ce87abaea [2021-01-20T21:58:22.034Z] ---> Running in 39b01b2a2481 [2021-01-20T21:58:22.300Z] Removing intermediate container 09c42aeb2bda [2021-01-20T21:58:22.300Z] ---> 85e7f06e37e0 [2021-01-20T21:58:22.300Z] [2021-01-20T21:58:22.562Z] Successfully built 85e7f06e37e0 [2021-01-20T21:58:23.139Z] ---> fa85724a3b85 [2021-01-20T21:58:23.139Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-20T21:58:23.139Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-01-20T21:58:23.139Z]  Building docker-security-proxy-setup-go ... done Building docker-core-command-go [2021-01-20T21:58:24.948Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-20T21:58:24.948Z] (6/12) Installing patch (2.7.6-r6) [2021-01-20T21:58:24.948Z] (7/12) Installing build-base (0.5-r2) [2021-01-20T21:58:24.948Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-20T21:58:24.948Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-20T21:58:24.948Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-20T21:58:25.071Z] Removing intermediate container 39b01b2a2481 [2021-01-20T21:58:25.071Z] ---> 6350aa93ccc7 [2021-01-20T21:58:25.071Z] Step 21/21 : LABEL version=0.0.0 [2021-01-20T21:58:25.224Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-20T21:58:25.224Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-20T21:58:25.496Z] Executing busybox-1.31.1-r19.trigger [2021-01-20T21:58:25.496Z] OK: 217 MiB in 51 packages [2021-01-20T21:58:29.311Z] ---> Running in af62ca250a58 [2021-01-20T21:58:29.311Z] ---> d08bec6a2edf [2021-01-20T21:58:29.311Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2021-01-20T21:58:29.814Z] Removing intermediate container 3a0156275f39 [2021-01-20T21:58:29.814Z] ---> 2983c9b4175d [2021-01-20T21:58:29.814Z] Step 4/6 : WORKDIR /edgex-go [2021-01-20T21:58:29.814Z] ---> Running in b41652b8a807 [2021-01-20T21:58:30.087Z] Removing intermediate container b41652b8a807 [2021-01-20T21:58:30.087Z] ---> 1b20c1874e60 [2021-01-20T21:58:30.087Z] Step 5/6 : COPY go.mod . [2021-01-20T21:58:30.690Z] ---> d003bb3c09f0 [2021-01-20T21:58:30.690Z] Step 6/6 : RUN go mod download [2021-01-20T21:58:30.690Z] ---> Running in d1deb40ab882 [2021-01-20T21:58:31.888Z] ---> Running in 47dd233bdeca [2021-01-20T21:58:32.475Z] Removing intermediate container af62ca250a58 [2021-01-20T21:58:32.475Z] ---> 51df1ec44f1a [2021-01-20T21:58:32.475Z] [2021-01-20T21:58:35.830Z] Successfully built 51df1ec44f1a [2021-01-20T21:58:37.263Z] Successfully tagged docker-support-scheduler-go:latest [2021-01-20T21:58:37.263Z]  Building docker-support-scheduler-go ... done Building docker-core-data-go [2021-01-20T21:58:37.541Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-20T21:58:37.541Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-20T21:58:37.541Z] ---> 52b96ff1a728 [2021-01-20T21:58:37.541Z] Step 3/26 : WORKDIR /edgex-go [2021-01-20T21:58:37.541Z] ---> Using cache [2021-01-20T21:58:37.541Z] ---> 31df125bc666 [2021-01-20T21:58:37.541Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-20T21:58:37.541Z] ---> Using cache [2021-01-20T21:58:37.541Z] ---> b7be4f218815 [2021-01-20T21:58:37.541Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-01-20T21:58:37.810Z] Removing intermediate container 473b9b33b822 [2021-01-20T21:58:37.810Z] ---> 6d7103656be2 [2021-01-20T21:58:37.810Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-20T21:58:38.401Z] Removing intermediate container 47dd233bdeca [2021-01-20T21:58:38.401Z] ---> 962970a2c9c4 [2021-01-20T21:58:38.401Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-20T21:58:40.977Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-20T21:58:40.977Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-20T21:58:40.977Z] ---> 52b96ff1a728 [2021-01-20T21:58:40.977Z] Step 3/22 : WORKDIR /edgex-go [2021-01-20T21:58:40.977Z] ---> Using cache [2021-01-20T21:58:40.977Z] ---> 31df125bc666 [2021-01-20T21:58:40.977Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-20T21:58:40.977Z] ---> Using cache [2021-01-20T21:58:40.977Z] ---> b7be4f218815 [2021-01-20T21:58:40.977Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-20T21:58:40.977Z] ---> Using cache [2021-01-20T21:58:40.977Z] ---> 05fd89b440fc [2021-01-20T21:58:40.977Z] Step 6/22 : COPY go.mod . [2021-01-20T21:58:40.977Z] ---> Using cache [2021-01-20T21:58:40.977Z] ---> 1eaa5ab330c9 [2021-01-20T21:58:40.977Z] Step 7/22 : RUN go mod download [2021-01-20T21:58:40.977Z] ---> Using cache [2021-01-20T21:58:40.977Z] ---> 0bd46f232c61 [2021-01-20T21:58:40.977Z] Step 8/22 : COPY . . [2021-01-20T21:58:41.244Z] ---> Using cache [2021-01-20T21:58:41.244Z] ---> 3b462bd00fc3 [2021-01-20T21:58:41.244Z] Step 9/22 : RUN make cmd/core-command/core-command [2021-01-20T21:58:42.635Z] ---> Running in 78f336cccef5 [2021-01-20T21:58:42.635Z] ---> Running in b2a3838fa621 [2021-01-20T21:58:42.635Z] ---> Running in 9da06edf3add [2021-01-20T21:58:42.896Z] ---> Running in d37d8892de29 [2021-01-20T21:58:44.312Z] Removing intermediate container b2a3838fa621 [2021-01-20T21:58:44.312Z] ---> 1f2d3165366e [2021-01-20T21:58:44.312Z] Step 22/24 : LABEL arch=x86_64 [2021-01-20T21:58:44.577Z] Removing intermediate container 78f336cccef5 [2021-01-20T21:58:44.577Z] ---> 59e7f694cda1 [2021-01-20T21:58:44.577Z] Step 20/22 : LABEL arch=x86_64 [2021-01-20T21:58:45.156Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-20T21:58:45.156Z] 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-20T21:58:45.156Z] ---> Running in cfcaae806874 [2021-01-20T21:58:45.156Z] ---> Running in 315799bf67d4 [2021-01-20T21:58:45.730Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-20T21:58:45.730Z] Removing intermediate container cfcaae806874 [2021-01-20T21:58:45.730Z] ---> 5344cd001a12 [2021-01-20T21:58:45.730Z] Step 23/24 : LABEL git_sha=571490ab40050a428ba8cc82887ebe9ce87abaea [2021-01-20T21:58:45.730Z] Removing intermediate container 315799bf67d4 [2021-01-20T21:58:45.730Z] ---> d85014c64358 [2021-01-20T21:58:45.730Z] Step 21/22 : LABEL git_sha=571490ab40050a428ba8cc82887ebe9ce87abaea [2021-01-20T21:58:46.942Z] OK: 233 MiB in 51 packages [2021-01-20T21:58:46.942Z] ---> Running in a8243049981f [2021-01-20T21:58:46.942Z] ---> Running in a6e6d987450b [2021-01-20T21:58:49.248Z] Removing intermediate container a8243049981f [2021-01-20T21:58:49.248Z] ---> 8f5b4a3a4312 [2021-01-20T21:58:49.248Z] Step 22/22 : LABEL version=0.0.0 [2021-01-20T21:58:49.248Z] Removing intermediate container a6e6d987450b [2021-01-20T21:58:49.248Z] ---> f4634e2aaea0 [2021-01-20T21:58:49.248Z] Step 24/24 : LABEL version=0.0.0 [2021-01-20T21:58:50.710Z] ---> Running in 2e9f9dcdce65 [2021-01-20T21:58:50.710Z] ---> Running in f4c0ca8f4f1f [2021-01-20T21:58:50.981Z] Removing intermediate container 9da06edf3add [2021-01-20T21:58:50.981Z] ---> 9ac69f11af18 [2021-01-20T21:58:50.981Z] Step 6/26 : COPY go.mod . [2021-01-20T21:58:51.593Z] Removing intermediate container 2e9f9dcdce65 [2021-01-20T21:58:51.593Z] ---> ff6ba56571ca [2021-01-20T21:58:51.593Z] [2021-01-20T21:58:51.593Z] Removing intermediate container f4c0ca8f4f1f [2021-01-20T21:58:51.593Z] ---> f4f378677d10 [2021-01-20T21:58:51.593Z] [2021-01-20T21:58:51.877Z] ---> fdf27cdc6d39 [2021-01-20T21:58:51.877Z] Step 7/26 : RUN go mod download [2021-01-20T21:58:51.877Z] Successfully built ff6ba56571ca [2021-01-20T21:58:51.877Z] Successfully built f4f378677d10 [2021-01-20T21:58:51.877Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-01-20T21:58:51.877Z] Building docker-security-bootstrap-redis-go [2021-01-20T21:58:51.877Z] Successfully tagged docker-core-metadata-go:latest [2021-01-20T21:58:52.151Z]  Building docker-security-secretstore-setup-go ... done  Building docker-core-metadata-go ... done  ---> Running in 04f445701d02 [2021-01-20T21:58:52.421Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-20T21:58:52.421Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-20T21:58:52.421Z] ---> 52b96ff1a728 [2021-01-20T21:58:52.421Z] Step 3/23 : WORKDIR /edgex-go [2021-01-20T21:58:52.421Z] ---> Using cache [2021-01-20T21:58:52.421Z] ---> 31df125bc666 [2021-01-20T21:58:52.421Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-20T21:58:52.421Z] ---> Using cache [2021-01-20T21:58:52.421Z] ---> b7be4f218815 [2021-01-20T21:58:52.421Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-20T21:58:53.850Z] ---> Running in faa0501ab033 [2021-01-20T21:58:56.409Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-20T21:58:56.678Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-20T21:58:57.576Z] Removing intermediate container d1deb40ab882 [2021-01-20T21:58:57.576Z] ---> 7cd2bcf0809c [2021-01-20T21:58:57.576Z] Successfully built 7cd2bcf0809c [2021-01-20T21:58:57.576Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-20T21:58:57.643Z] OK: 233 MiB in 51 packages [2021-01-20T21:58:57.916Z] + docker inspect -f . ci-base-image-arm64 [2021-01-20T21:58:57.916Z] . [Pipeline] withDockerContainer [2021-01-20T21:58:58.197Z] prd-ubuntu18.04-docker-arm64-4c-16g-21689 does not seem to be running inside a container [2021-01-20T21:58:58.230Z] Removing intermediate container 04f445701d02 [2021-01-20T21:58:58.230Z] ---> 4902818e273b [2021-01-20T21:58:58.230Z] Step 8/26 : COPY . . [2021-01-20T21:58:58.297Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@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 ******** ci-base-image-arm64 cat [2021-01-20T21:58:59.778Z] $ docker top 43a0a9be3d87091a9e3d6aa66bc097a806fb385efba36590c8a45e32d754a9a8 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-20T21:59:00.831Z] + go version [2021-01-20T21:59:00.831Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-01-20T21:59:00.857Z] $ docker stop --time=1 43a0a9be3d87091a9e3d6aa66bc097a806fb385efba36590c8a45e32d754a9a8 [2021-01-20T21:59:02.475Z] Removing intermediate container faa0501ab033 [2021-01-20T21:59:02.475Z] ---> dc9dbf2d657a [2021-01-20T21:59:02.475Z] Step 6/23 : COPY go.mod . [2021-01-20T21:59:02.764Z] $ docker rm -f 43a0a9be3d87091a9e3d6aa66bc097a806fb385efba36590c8a45e32d754a9a8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-20T21:59:03.799Z] + docker inspect -f . ci-base-image-arm64 [2021-01-20T21:59:03.799Z] . [Pipeline] withDockerContainer [2021-01-20T21:59:04.027Z] prd-ubuntu18.04-docker-arm64-4c-16g-21689 does not seem to be running inside a container [2021-01-20T21:59:04.111Z] $ 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/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@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 ******** ci-base-image-arm64 cat [2021-01-20T21:59:05.095Z] ---> 198fb5387b5e [2021-01-20T21:59:05.095Z] Step 7/23 : RUN go mod download [2021-01-20T21:59:05.439Z] $ docker top 0af98989f8c052478e2f9dfe3e488be4746ac518d4995485b3bbdc28bdeb56a5 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-20T21:59:05.801Z] ========================================================= [2021-01-20T21:59:05.801Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-01-20T21:59:05.801Z] ========================================================= [Pipeline] sh [2021-01-20T21:59:06.440Z] + make test [2021-01-20T21:59:06.440Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-20T21:59:06.502Z] ---> Running in 7c56081b43ad [2021-01-20T21:59:07.899Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-20T21:59:07.899Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-20T21:59:07.899Z] ---> 52b96ff1a728 [2021-01-20T21:59:07.899Z] Step 3/22 : WORKDIR /edgex-go [2021-01-20T21:59:07.899Z] ---> Using cache [2021-01-20T21:59:07.899Z] ---> 31df125bc666 [2021-01-20T21:59:07.899Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-20T21:59:07.899Z] ---> Using cache [2021-01-20T21:59:07.899Z] ---> b7be4f218815 [2021-01-20T21:59:07.899Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-20T21:59:07.899Z] ---> Using cache [2021-01-20T21:59:07.899Z] ---> 05fd89b440fc [2021-01-20T21:59:07.899Z] Step 6/22 : COPY go.mod . [2021-01-20T21:59:07.899Z] ---> Using cache [2021-01-20T21:59:07.899Z] ---> 1eaa5ab330c9 [2021-01-20T21:59:07.899Z] Step 7/22 : RUN go mod download [2021-01-20T21:59:07.899Z] ---> Using cache [2021-01-20T21:59:07.899Z] ---> 0bd46f232c61 [2021-01-20T21:59:07.899Z] Step 8/22 : COPY . . [2021-01-20T21:59:07.899Z] ---> Using cache [2021-01-20T21:59:07.899Z] ---> 3b462bd00fc3 [2021-01-20T21:59:07.899Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-01-20T21:59:09.300Z] ---> Running in dc9ca25a42f7 [2021-01-20T21:59:10.719Z] 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-20T21:59:13.317Z] Removing intermediate container 7c56081b43ad [2021-01-20T21:59:13.317Z] ---> 9e796c7f1b5d [2021-01-20T21:59:13.317Z] Step 8/23 : COPY . . [2021-01-20T21:59:15.275Z] Removing intermediate container d37d8892de29 [2021-01-20T21:59:15.275Z] ---> c23253c0711c [2021-01-20T21:59:15.275Z] [2021-01-20T21:59:15.275Z] Step 10/22 : FROM scratch [2021-01-20T21:59:15.275Z] ---> [2021-01-20T21:59:15.275Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-20T21:59:17.253Z] ---> Using cache [2021-01-20T21:59:17.253Z] ---> 6bf865a50f2c [2021-01-20T21:59:17.253Z] Step 12/22 : ENV APP_PORT=48082 [2021-01-20T21:59:19.197Z] ---> Running in 66d52a343d1d [2021-01-20T21:59:23.492Z] Removing intermediate container 66d52a343d1d [2021-01-20T21:59:23.492Z] ---> 5b1c7c3db836 [2021-01-20T21:59:23.492Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-20T21:59:24.107Z] ---> 302e48154898 [2021-01-20T21:59:24.107Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-20T21:59:24.706Z] ---> Running in 92950c99b292 [2021-01-20T21:59:24.706Z] ---> Running in f14be0ad5a87 [2021-01-20T21:59:25.665Z] Removing intermediate container 92950c99b292 [2021-01-20T21:59:25.665Z] ---> 03b70d2ae76c [2021-01-20T21:59:25.665Z] Step 14/22 : WORKDIR / [2021-01-20T21:59:26.641Z] ---> Running in b0329423be62 [2021-01-20T21:59:27.617Z] 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-20T21:59:27.617Z] Removing intermediate container b0329423be62 [2021-01-20T21:59:27.617Z] ---> 1aad0ad22030 [2021-01-20T21:59:27.617Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-20T21:59:27.893Z] ---> c7794a616a02 [2021-01-20T21:59:27.894Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-20T21:59:28.623Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-01-20T21:59:30.565Z] ---> c5417b89f1a0 [2021-01-20T21:59:30.566Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-20T21:59:32.003Z] ---> d49345a00dcf [2021-01-20T21:59:32.003Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2021-01-20T21:59:33.412Z] ---> Running in a4f76f4363c6 [2021-01-20T21:59:33.684Z] Removing intermediate container dc9ca25a42f7 [2021-01-20T21:59:33.684Z] ---> bd59ba464ef0 [2021-01-20T21:59:33.684Z] [2021-01-20T21:59:33.684Z] Step 10/22 : FROM alpine:3.12 [2021-01-20T21:59:33.684Z] ---> 389fef711851 [2021-01-20T21:59:33.684Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-20T21:59:33.684Z] ---> Using cache [2021-01-20T21:59:33.684Z] ---> 3759c691e2ac [2021-01-20T21:59:33.684Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2021-01-20T21:59:33.975Z] ---> Running in 4a0d176f9c68 [2021-01-20T21:59:33.975Z] ---> 67131a278f85 [2021-01-20T21:59:33.975Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-20T21:59:33.975Z] Removing intermediate container a4f76f4363c6 [2021-01-20T21:59:33.975Z] ---> caca14e31a65 [2021-01-20T21:59:33.975Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-20T21:59:33.975Z] ---> Running in 285a0df326d7 [2021-01-20T21:59:34.250Z] ---> Running in 2143c1c20b45 [2021-01-20T21:59:34.250Z] Removing intermediate container 4a0d176f9c68 [2021-01-20T21:59:34.250Z] ---> 3aa81ff6b917 [2021-01-20T21:59:34.250Z] Step 13/22 : WORKDIR / [2021-01-20T21:59:34.536Z] ---> Running in b37239cf89e7 [2021-01-20T21:59:34.536Z] Removing intermediate container 2143c1c20b45 [2021-01-20T21:59:34.536Z] ---> b609f0e6ca4c [2021-01-20T21:59:34.536Z] Step 20/22 : LABEL arch=x86_64 [2021-01-20T21:59:34.807Z] ---> Running in bac4752ca6aa [2021-01-20T21:59:35.079Z] Removing intermediate container b37239cf89e7 [2021-01-20T21:59:35.079Z] ---> b4893de38c26 [2021-01-20T21:59:35.079Z] Step 14/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-20T21:59:35.079Z] Removing intermediate container bac4752ca6aa [2021-01-20T21:59:35.079Z] ---> e7c9e960eb00 [2021-01-20T21:59:35.079Z] Step 21/22 : LABEL git_sha=571490ab40050a428ba8cc82887ebe9ce87abaea [2021-01-20T21:59:35.079Z] 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-20T21:59:35.355Z] ---> Running in 8730e9007a0a [2021-01-20T21:59:35.355Z] ---> 1445f86e6c5f [2021-01-20T21:59:35.355Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2021-01-20T21:59:35.626Z] Removing intermediate container 8730e9007a0a [2021-01-20T21:59:35.626Z] ---> a321cbd4f11a [2021-01-20T21:59:35.626Z] Step 22/22 : LABEL version=0.0.0 [2021-01-20T21:59:35.626Z] ---> Running in e8a06c7e1de4 [2021-01-20T21:59:35.902Z] Removing intermediate container e8a06c7e1de4 [2021-01-20T21:59:35.902Z] ---> 1de3acc07dc6 [2021-01-20T21:59:35.902Z] [2021-01-20T21:59:36.170Z] Successfully built 1de3acc07dc6 [2021-01-20T21:59:36.170Z] Successfully tagged docker-core-command-go:latest [2021-01-20T21:59:36.449Z]  Building docker-core-command-go ... done  ---> 40910ff1f2b9 [2021-01-20T21:59:36.449Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2021-01-20T21:59:37.042Z] ---> 231b26b82acb [2021-01-20T21:59:37.042Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2021-01-20T21:59:37.638Z] ---> a89acb6cb471 [2021-01-20T21:59:37.638Z] Step 18/22 : RUN chmod +x entrypoint.sh [2021-01-20T21:59:37.917Z] ---> Running in 439b777f8dd4 [2021-01-20T21:59:41.290Z] Removing intermediate container 439b777f8dd4 [2021-01-20T21:59:41.290Z] ---> 74e35989b385 [2021-01-20T21:59:41.290Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-20T21:59:41.290Z] ---> Running in dab3f8e08d63 [2021-01-20T21:59:41.290Z] Removing intermediate container dab3f8e08d63 [2021-01-20T21:59:41.290Z] ---> 5f125ddad710 [2021-01-20T21:59:41.290Z] Step 20/22 : LABEL arch=x86_64 [2021-01-20T21:59:41.290Z] ---> Running in e6cf0b9da2f9 [2021-01-20T21:59:41.892Z] Removing intermediate container e6cf0b9da2f9 [2021-01-20T21:59:41.892Z] ---> 475bbd6f6ab4 [2021-01-20T21:59:41.892Z] Step 21/22 : LABEL git_sha=571490ab40050a428ba8cc82887ebe9ce87abaea [2021-01-20T21:59:41.892Z] ---> Running in 601ed1e481d6 [2021-01-20T21:59:42.163Z] Removing intermediate container 601ed1e481d6 [2021-01-20T21:59:42.163Z] ---> 18c8411d4b8a [2021-01-20T21:59:42.163Z] Step 22/22 : LABEL version=0.0.0 [2021-01-20T21:59:42.163Z] ---> Running in 4a9d0908ff99 [2021-01-20T21:59:42.436Z] Removing intermediate container 4a9d0908ff99 [2021-01-20T21:59:42.436Z] ---> e65d8ae71054 [2021-01-20T21:59:42.436Z] [2021-01-20T21:59:42.713Z] Successfully built e65d8ae71054 [2021-01-20T21:59:42.713Z] Successfully tagged docker-security-bootstrap-redis-go:latest [2021-01-20T21:59:46.121Z]  Building docker-security-bootstrap-redis-go ... done Removing intermediate container f14be0ad5a87 [2021-01-20T21:59:46.121Z] ---> faec211d5771 [2021-01-20T21:59:46.121Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-20T21:59:46.121Z] ---> Running in 3e55a8ac11f8 [2021-01-20T21:59:46.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-20T21:59:48.674Z] Removing intermediate container 3e55a8ac11f8 [2021-01-20T21:59:48.674Z] ---> 0654377e20d6 [2021-01-20T21:59:48.674Z] [2021-01-20T21:59:48.674Z] Step 11/26 : FROM docker:20.10.0 [2021-01-20T21:59:48.936Z] 20.10.0: Pulling from library/docker [2021-01-20T21:59:54.263Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-20T21:59:54.263Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-20T21:59:54.263Z] ---> aefe523efa57 [2021-01-20T21:59:54.263Z] Step 12/26 : RUN apk add --no-cache bash [2021-01-20T21:59:54.263Z] ---> Running in 0d371b99305e [2021-01-20T21:59:54.837Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-20T21:59:54.838Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-20T21:59:55.412Z] (1/2) Installing readline (8.0.4-r0) [2021-01-20T21:59:55.412Z] (2/2) Installing bash (5.0.17-r0) [2021-01-20T21:59:55.412Z] Executing bash-5.0.17-r0.post-install [2021-01-20T21:59:55.412Z] Executing busybox-1.31.1-r19.trigger [2021-01-20T21:59:55.412Z] OK: 12 MiB in 22 packages [2021-01-20T21:59:55.990Z] Removing intermediate container 285a0df326d7 [2021-01-20T21:59:55.990Z] ---> c7ecf89863b6 [2021-01-20T21:59:55.990Z] [2021-01-20T21:59:55.990Z] Step 10/23 : FROM alpine:3.12 [2021-01-20T21:59:55.990Z] ---> 389fef711851 [2021-01-20T21:59:55.990Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-20T21:59:55.990Z] ---> Running in a1f3ccf0e9ae [2021-01-20T21:59:56.256Z] Removing intermediate container a1f3ccf0e9ae [2021-01-20T21:59:56.256Z] ---> 535724e49c9f [2021-01-20T21:59:56.256Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-20T21:59:56.256Z] Removing intermediate container 0d371b99305e [2021-01-20T21:59:56.256Z] ---> f803ed55ad74 [2021-01-20T21:59:56.256Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-20T21:59:56.256Z] ---> Running in b7041f716581 [2021-01-20T21:59:56.524Z] ---> Running in 197fe78783bf [2021-01-20T21:59:56.524Z] Removing intermediate container 197fe78783bf [2021-01-20T21:59:56.524Z] ---> 604517eba81a [2021-01-20T21:59:56.524Z] Step 14/26 : ENV APP_PORT=48090 [2021-01-20T21:59:56.524Z] Removing intermediate container b7041f716581 [2021-01-20T21:59:56.524Z] ---> 47293c18d9da [2021-01-20T21:59:56.524Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-20T21:59:56.524Z] ---> Running in 75957573a012 [2021-01-20T21:59:56.524Z] ---> Running in 7fada2f1f825 [2021-01-20T21:59:56.800Z] Removing intermediate container 7fada2f1f825 [2021-01-20T21:59:56.800Z] ---> ca16a2bab18b [2021-01-20T21:59:56.800Z] Step 15/26 : EXPOSE $APP_PORT [2021-01-20T21:59:56.800Z] Removing intermediate container 75957573a012 [2021-01-20T21:59:56.800Z] ---> ebab17165a18 [2021-01-20T21:59:56.800Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-20T21:59:56.800Z] ---> Running in 01d544eeaecf [2021-01-20T21:59:56.800Z] ---> Running in 3ebe79f9eaeb [2021-01-20T21:59:57.066Z] Removing intermediate container 3ebe79f9eaeb [2021-01-20T21:59:57.066Z] ---> 60aecb1de6de [2021-01-20T21:59:57.066Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-20T21:59:57.650Z] ---> ed0764b1e151 [2021-01-20T21:59:57.650Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-20T21:59:57.913Z] ---> d53c96f55523 [2021-01-20T21:59:57.913Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-20T21:59:57.913Z] Removing intermediate container 01d544eeaecf [2021-01-20T21:59:57.913Z] ---> 7a79146b1ec9 [2021-01-20T21:59:57.913Z] Step 15/23 : RUN apk add --update --no-cache zeromq [2021-01-20T21:59:58.175Z] ---> Running in 72335fd2aef8 [2021-01-20T21:59:58.442Z] ---> 55a468314dba [2021-01-20T21:59:58.443Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-20T21:59:58.443Z] ---> Running in 01229cbd547f [2021-01-20T21:59:58.443Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-20T21:59:59.018Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-20T21:59:59.018Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-20T21:59:59.018Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-20T21:59:59.018Z] (2/33) Installing expat (2.2.9-r1) [2021-01-20T21:59:59.018Z] (3/33) Installing libffi (3.3-r2) [2021-01-20T21:59:59.018Z] (4/33) Installing gdbm (1.13-r1) [2021-01-20T21:59:59.018Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-20T21:59:59.281Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-20T21:59:59.281Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-20T21:59:59.281Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-20T21:59:59.854Z] (1/5) Installing libgcc (9.3.0-r2) [2021-01-20T21:59:59.854Z] (2/5) Installing libsodium (1.0.18-r0) [2021-01-20T22:00:00.115Z] (3/5) Installing libstdc++ (9.3.0-r2) [2021-01-20T22:00:00.115Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-20T22:00:00.115Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-20T22:00:00.115Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-20T22:00:00.115Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-20T22:00:00.115Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-20T22:00:00.376Z] (4/5) Installing libzmq (4.3.3-r0) [2021-01-20T22:00:00.376Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-20T22:00:00.376Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-20T22:00:00.376Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-20T22:00:00.376Z] (5/5) Installing zeromq (4.3.3-r0) [2021-01-20T22:00:00.376Z] Executing busybox-1.31.1-r19.trigger [2021-01-20T22:00:00.638Z] OK: 8 MiB in 19 packages [2021-01-20T22:00:00.899Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-20T22:00:00.899Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-20T22:00:00.899Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-20T22:00:00.899Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-20T22:00:00.899Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-20T22:00:02.299Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-20T22:00:04.233Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-20T22:00:04.233Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-20T22:00:04.499Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-20T22:00:04.499Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-20T22:00:04.499Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-20T22:00:04.499Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-20T22:00:04.499Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-20T22:00:04.499Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-20T22:00:04.499Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-20T22:00:04.499Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-20T22:00:04.499Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-20T22:00:04.499Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-20T22:00:05.447Z] Removing intermediate container 72335fd2aef8 [2021-01-20T22:00:05.447Z] ---> 9972cf722148 [2021-01-20T22:00:05.447Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-20T22:00:05.447Z] Executing busybox-1.31.1-r19.trigger [2021-01-20T22:00:05.447Z] OK: 71 MiB in 55 packages [2021-01-20T22:00:05.718Z] ---> 1d4b8c81e167 [2021-01-20T22:00:05.718Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-20T22:00:09.392Z] ---> 6002e17c7f45 [2021-01-20T22:00:09.392Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-20T22:00:10.794Z] ---> 1e878be747fa [2021-01-20T22:00:10.794Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-20T22:00:10.794Z] ---> Running in 721f227a335c [2021-01-20T22:00:10.794Z] Removing intermediate container 01229cbd547f [2021-01-20T22:00:10.794Z] ---> ac9cd6f37e72 [2021-01-20T22:00:10.794Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-01-20T22:00:10.794Z] ---> Running in 93a78d004113 [2021-01-20T22:00:10.794Z] Removing intermediate container 721f227a335c [2021-01-20T22:00:10.794Z] ---> aec791538271 [2021-01-20T22:00:10.794Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-20T22:00:11.056Z] ---> Running in bf916f727bee [2021-01-20T22:00:11.056Z] Removing intermediate container bf916f727bee [2021-01-20T22:00:11.056Z] ---> 5dca90a519e9 [2021-01-20T22:00:11.056Z] Step 21/23 : LABEL arch=x86_64 [2021-01-20T22:00:11.326Z] ---> Running in ed2a0c222637 [2021-01-20T22:00:11.326Z] Removing intermediate container ed2a0c222637 [2021-01-20T22:00:11.326Z] ---> 08e50f0261df [2021-01-20T22:00:11.326Z] Step 22/23 : LABEL git_sha=571490ab40050a428ba8cc82887ebe9ce87abaea [2021-01-20T22:00:11.326Z] ---> Running in 1319b2a7da83 [2021-01-20T22:00:11.589Z] Removing intermediate container 1319b2a7da83 [2021-01-20T22:00:11.589Z] ---> d8a0c96ad7d2 [2021-01-20T22:00:11.589Z] Step 23/23 : LABEL version=0.0.0 [2021-01-20T22:00:11.589Z] ---> Running in f2a6663f64a8 [2021-01-20T22:00:11.855Z] Removing intermediate container f2a6663f64a8 [2021-01-20T22:00:11.855Z] ---> ccaea21b0083 [2021-01-20T22:00:11.856Z] [2021-01-20T22:00:11.856Z] Successfully built ccaea21b0083 [2021-01-20T22:00:11.856Z] Successfully tagged docker-core-data-go:latest [2021-01-20T22:00:12.120Z]  Building docker-core-data-go ... done Collecting docker-compose==1.23.2 [2021-01-20T22:00:12.120Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-20T22:00:12.382Z] Collecting texttable<0.10,>=0.9.0 [2021-01-20T22:00:12.382Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-20T22:00:12.956Z] Collecting docker<4.0,>=3.6.0 [2021-01-20T22:00:12.956Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-20T22:00:13.221Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-20T22:00:13.221Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-20T22:00:13.221Z] Collecting cached-property<2,>=1.2.0 [2021-01-20T22:00:13.221Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-20T22:00:13.221Z] 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-20T22:00:13.483Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-20T22:00:13.483Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-20T22:00:13.748Z] Collecting docopt<0.7,>=0.6.1 [2021-01-20T22:00:13.748Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-20T22:00:14.332Z] Collecting jsonschema<3,>=2.5.1 [2021-01-20T22:00:14.332Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-20T22:00:14.607Z] Collecting PyYAML<4,>=3.10 [2021-01-20T22:00:14.607Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-20T22:00:15.588Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-20T22:00:15.588Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-20T22:00:15.588Z] Collecting docker-pycreds>=0.4.0 [2021-01-20T22:00:15.588Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-20T22:00:15.674Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-01-20T22:00:15.866Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-20T22:00:15.866Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-20T22:00:15.866Z] 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-20T22:00:15.866Z] Collecting idna<2.8,>=2.5 [2021-01-20T22:00:15.866Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-20T22:00:15.866Z] 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-20T22:00:15.866Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-20T22:00:15.866Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-20T22:00:15.866Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-20T22:00:15.866Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-20T22:00:16.133Z] Installing collected packages: texttable, docker-pycreds, websocket-client, urllib3, idna, requests, docker, cached-property, dockerpty, docopt, jsonschema, PyYAML, docker-compose [2021-01-20T22:00:16.133Z] Running setup.py install for texttable: started [2021-01-20T22:00:16.711Z] Running setup.py install for texttable: finished with status 'done' [2021-01-20T22:00:16.711Z] Attempting uninstall: urllib3 [2021-01-20T22:00:16.711Z] Found existing installation: urllib3 1.25.9 [2021-01-20T22:00:16.711Z] Uninstalling urllib3-1.25.9: [2021-01-20T22:00:16.711Z] Successfully uninstalled urllib3-1.25.9 [2021-01-20T22:00:16.976Z] Attempting uninstall: idna [2021-01-20T22:00:16.976Z] Found existing installation: idna 2.9 [2021-01-20T22:00:16.976Z] Uninstalling idna-2.9: [2021-01-20T22:00:16.976Z] Successfully uninstalled idna-2.9 [2021-01-20T22:00:17.237Z] Attempting uninstall: requests [2021-01-20T22:00:17.237Z] Found existing installation: requests 2.23.0 [2021-01-20T22:00:17.237Z] Uninstalling requests-2.23.0: [2021-01-20T22:00:17.237Z] Successfully uninstalled requests-2.23.0 [2021-01-20T22:00:17.503Z] Running setup.py install for dockerpty: started [2021-01-20T22:00:18.100Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-20T22:00:18.100Z] Running setup.py install for docopt: started [2021-01-20T22:00:18.363Z] Running setup.py install for docopt: finished with status 'done' [2021-01-20T22:00:18.363Z] Running setup.py install for PyYAML: started [2021-01-20T22:00:18.949Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-20T22:00:19.523Z] 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-20T22:00:20.038Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-01-20T22:00:23.748Z] Removing intermediate container 93a78d004113 [2021-01-20T22:00:23.748Z] ---> 8821295effb6 [2021-01-20T22:00:23.748Z] Step 21/26 : RUN apk --no-cache add curl [2021-01-20T22:00:23.748Z] ---> Running in 8a81601d43bc [2021-01-20T22:00:24.010Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-20T22:00:24.010Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-20T22:00:24.271Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-20T22:00:24.271Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-20T22:00:24.271Z] (3/3) Installing curl (7.69.1-r3) [2021-01-20T22:00:24.271Z] Executing busybox-1.31.1-r19.trigger [2021-01-20T22:00:24.271Z] OK: 72 MiB in 58 packages [2021-01-20T22:00:24.847Z] Removing intermediate container 8a81601d43bc [2021-01-20T22:00:24.848Z] ---> 8845b611dfbd [2021-01-20T22:00:24.848Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-20T22:00:24.848Z] ---> Running in 1800f997bf6d [2021-01-20T22:00:25.110Z] Removing intermediate container 1800f997bf6d [2021-01-20T22:00:25.110Z] ---> 6b1acd6b12e1 [2021-01-20T22:00:25.110Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-20T22:00:25.110Z] ---> Running in 571a28826266 [2021-01-20T22:00:25.373Z] Removing intermediate container 571a28826266 [2021-01-20T22:00:25.373Z] ---> 5ba0806ae158 [2021-01-20T22:00:25.373Z] Step 24/26 : LABEL arch=x86_64 [2021-01-20T22:00:25.373Z] ---> Running in d5ae2c3c62c9 [2021-01-20T22:00:25.521Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-01-20T22:00:25.521Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-01-20T22:00:25.521Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-01-20T22:00:25.521Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-01-20T22:00:25.521Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-01-20T22:00:25.521Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-01-20T22:00:25.636Z] Removing intermediate container d5ae2c3c62c9 [2021-01-20T22:00:25.636Z] ---> fe877ff18898 [2021-01-20T22:00:25.636Z] Step 25/26 : LABEL git_sha=571490ab40050a428ba8cc82887ebe9ce87abaea [2021-01-20T22:00:25.636Z] ---> Running in 819f1cf717f7 [2021-01-20T22:00:25.897Z] Removing intermediate container 819f1cf717f7 [2021-01-20T22:00:25.897Z] ---> 2ddcc3dcb632 [2021-01-20T22:00:25.897Z] Step 26/26 : LABEL version=0.0.0 [2021-01-20T22:00:25.897Z] ---> Running in 59418af3367c [2021-01-20T22:00:25.897Z] Removing intermediate container 59418af3367c [2021-01-20T22:00:25.897Z] ---> 9f06b1c5ad11 [2021-01-20T22:00:25.897Z] [2021-01-20T22:00:26.159Z] Successfully built 9f06b1c5ad11 [2021-01-20T22:00:26.159Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-01-20T22:00:26.745Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-01-20T22:00:26.754Z] $ docker stop --time=1 f65440b3b30bd641a2ecfffd0984e1bfdfa2050d3d87b74e77a30a8a94250546 [2021-01-20T22:00:26.969Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-01-20T22:00:28.324Z] $ docker rm -f f65440b3b30bd641a2ecfffd0984e1bfdfa2050d3d87b74e77a30a8a94250546 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-20T22:00:28.832Z] + docker images [2021-01-20T22:00:28.832Z] + grep docker [2021-01-20T22:00:28.832Z] docker-sys-mgmt-agent-go latest 9f06b1c5ad11 3 seconds ago 313MB [2021-01-20T22:00:28.832Z] docker-core-data-go latest ccaea21b0083 17 seconds ago 22.3MB [2021-01-20T22:00:28.832Z] docker-security-bootstrap-redis-go latest e65d8ae71054 46 seconds ago 15.8MB [2021-01-20T22:00:28.832Z] docker-core-command-go latest 1de3acc07dc6 53 seconds ago 10.6MB [2021-01-20T22:00:28.832Z] docker-core-metadata-go latest f4f378677d10 About a minute ago 13.1MB [2021-01-20T22:00:28.832Z] docker-security-secretstore-setup-go latest ff6ba56571ca About a minute ago 24.6MB [2021-01-20T22:00:28.832Z] docker-support-scheduler-go latest 51df1ec44f1a About a minute ago 10.7MB [2021-01-20T22:00:28.832Z] docker-security-proxy-setup-go latest 85e7f06e37e0 2 minutes ago 24.4MB [2021-01-20T22:00:28.832Z] docker-support-notifications-go latest 383c2e6957e2 2 minutes ago 12MB [2021-01-20T22:00:28.832Z] docker 20.10.0 aefe523efa57 5 weeks ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2021-01-20T22:00:28.963Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [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-20T22:00:34.384Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-01-20T22:00:34.384Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-01-20T22:00:34.384Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-01-20T22:00:41.121Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.314s coverage: 46.6% of statements [2021-01-20T22:00:41.121Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-01-20T22:00:41.121Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-01-20T22:00:41.121Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-01-20T22:00:41.121Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-01-20T22:00:41.121Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-01-20T22:00:44.500Z] Still waiting to schedule task [2021-01-20T22:00:44.500Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2021-01-20T22:00:46.615Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.577s coverage: 27.0% of statements [2021-01-20T22:00:46.615Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-01-20T22:00:46.615Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-01-20T22:00:46.615Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-01-20T22:00:46.615Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-01-20T22:00:46.615Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-01-20T22:00:46.615Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-01-20T22:00:46.615Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.086s coverage: 100.0% of statements [2021-01-20T22:00:46.615Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-01-20T22:00:46.615Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.074s coverage: 100.0% of statements [2021-01-20T22:00:46.615Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-01-20T22:00:46.615Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-01-20T22:00:46.615Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.294s coverage: 66.7% of statements [2021-01-20T22:00:46.615Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-01-20T22:00:46.615Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-01-20T22:00:48.071Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.715s coverage: 82.3% of statements [2021-01-20T22:00:48.071Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-01-20T22:00:48.071Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-01-20T22:00:48.071Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-01-20T22:00:48.071Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-01-20T22:00:56.381Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.123s coverage: 28.6% of statements [2021-01-20T22:00:56.381Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-01-20T22:00:56.381Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-01-20T22:00:56.381Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-01-20T22:00:56.381Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-01-20T22:00:56.381Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-01-20T22:00:56.381Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.157s coverage: 100.0% of statements [2021-01-20T22:00:56.381Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-01-20T22:00:56.381Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.167s coverage: 100.0% of statements [2021-01-20T22:00:56.381Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-01-20T22:00:56.381Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.290s coverage: 86.7% of statements [2021-01-20T22:00:56.381Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-01-20T22:00:56.381Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.351s coverage: 97.5% of statements [2021-01-20T22:00:56.381Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-01-20T22:00:56.381Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.163s coverage: 78.3% of statements [2021-01-20T22:00:56.381Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-01-20T22:00:56.381Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-01-20T22:00:56.381Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-01-20T22:00:56.381Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-01-20T22:01:06.618Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.247s coverage: 92.8% of statements [2021-01-20T22:01:06.618Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-01-20T22:01:06.618Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-01-20T22:01:06.618Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-01-20T22:01:06.618Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-01-20T22:01:06.618Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-01-20T22:01:06.618Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-01-20T22:01:06.618Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-01-20T22:01:06.618Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-01-20T22:01:06.618Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-01-20T22:01:06.618Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-01-20T22:01:06.618Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-01-20T22:01:06.618Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-01-20T22:01:06.618Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-01-20T22:01:06.618Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-01-20T22:01:06.618Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-01-20T22:01:06.618Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-01-20T22:01:06.618Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-01-20T22:01:06.618Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-01-20T22:01:06.618Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.049s coverage: 58.8% of statements [2021-01-20T22:01:06.618Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-01-20T22:01:06.618Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-01-20T22:01:06.618Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.177s coverage: 0.1% of statements [2021-01-20T22:01:06.618Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-01-20T22:01:06.618Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-01-20T22:01:06.618Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-01-20T22:01:06.618Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-01-20T22:01:06.618Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.067s coverage: 100.0% of statements [2021-01-20T22:01:06.618Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-01-20T22:01:06.618Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.126s coverage: 75.5% of statements [2021-01-20T22:01:06.618Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-01-20T22:01:06.618Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.076s coverage: 80.8% of statements [2021-01-20T22:01:06.618Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.146s coverage: 87.2% of statements [2021-01-20T22:01:06.618Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.137s coverage: 84.2% of statements [2021-01-20T22:01:06.897Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.205s coverage: 91.4% of statements [2021-01-20T22:01:06.897Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-01-20T22:01:11.253Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.627s coverage: 63.5% of statements [2021-01-20T22:01:11.253Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-01-20T22:01:11.253Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-01-20T22:01:11.253Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.060s coverage: 100.0% of statements [2021-01-20T22:01:11.253Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.086s coverage: 91.3% of statements [2021-01-20T22:01:11.253Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.052s coverage: 100.0% of statements [2021-01-20T22:01:11.253Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.078s coverage: 73.7% of statements [2021-01-20T22:01:11.253Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.053s coverage: 100.0% of statements [2021-01-20T22:01:15.606Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.871s coverage: 68.9% of statements [2021-01-20T22:01:15.606Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-01-20T22:01:15.606Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-01-20T22:01:15.606Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-01-20T22:01:15.606Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-01-20T22:01:15.606Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-01-20T22:01:17.078Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.397s coverage: 37.0% of statements [2021-01-20T22:01:17.078Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-01-20T22:01:17.078Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-01-20T22:01:17.687Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.797s coverage: 84.0% of statements [2021-01-20T22:01:17.687Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.093s coverage: 100.0% of statements [2021-01-20T22:01:23.196Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.366s coverage: 47.1% of statements [2021-01-20T22:01:23.196Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-01-20T22:01:23.196Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-01-20T22:01:23.196Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-01-20T22:01:23.196Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-01-20T22:01:23.196Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-01-20T22:01:23.196Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.142s coverage: 100.0% of statements [2021-01-20T22:01:23.196Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-01-20T22:01:23.196Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.106s coverage: 100.0% of statements [2021-01-20T22:01:23.196Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-01-20T22:01:28.631Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 2.920s coverage: 29.1% of statements [2021-01-20T22:01:28.631Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-01-20T22:01:28.631Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-01-20T22:01:28.631Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-01-20T22:01:28.631Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-01-20T22:01:28.631Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-01-20T22:01:28.631Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.203s coverage: 99.0% of statements [2021-01-20T22:01:28.631Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-01-20T22:01:28.631Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.088s coverage: 100.0% of statements [2021-01-20T22:01:28.631Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-01-20T22:01:28.631Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.046s coverage: 0.0% of statements [2021-01-20T22:01:28.631Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-01-20T22:01:28.631Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.065s coverage: 100.0% of statements [2021-01-20T22:01:28.631Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-01-20T22:01:28.631Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-01-20T22:01:28.631Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-01-20T22:01:28.631Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-01-20T22:01:28.631Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.098s coverage: 87.9% of statements [2021-01-20T22:01:28.631Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-01-20T22:01:28.631Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-01-20T22:01:28.631Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.066s coverage: 100.0% of statements [2021-01-20T22:01:29.614Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.055s coverage: 32.1% of statements [2021-01-20T22:01:29.890Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.078s coverage: 100.0% of statements [2021-01-20T22:01:30.490Z] GO111MODULE=on go vet ./... [2021-01-20T22:01:39.194Z] Running on prd-ubuntu18.04-docker-8c-8g-21693 in /w/workspace/edgexfoundry_edgex-go_PR-3051 [Pipeline] { [Pipeline] ws [2021-01-20T22:01:39.252Z] Running in /w/workspace/edgex-go/7 [Pipeline] { [Pipeline] checkout [2021-01-20T22:01:41.432Z] using credential edgex-jenkins-ssh [2021-01-20T22:01:41.494Z] Cloning the remote Git repository [2021-01-20T22:01:41.514Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-01-20T22:01:41.576Z] > git init /w/workspace/edgex-go/7 # timeout=10 [2021-01-20T22:01:41.600Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-20T22:01:41.600Z] > git --version # timeout=10 [2021-01-20T22:01:41.608Z] > git --version # 'git version 2.17.1' [2021-01-20T22:01:41.609Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-20T22:01:41.633Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-20T22:01:51.890Z] Merging remotes/origin/master commit ba3f575de95cda6ffdeb8943f6d6d62c3955065b into PR head commit 571490ab40050a428ba8cc82887ebe9ce87abaea [2021-01-20T22:01:52.004Z] Merge succeeded, producing 571490ab40050a428ba8cc82887ebe9ce87abaea [2021-01-20T22:01:52.005Z] Checking out Revision 571490ab40050a428ba8cc82887ebe9ce87abaea (PR-3051) [2021-01-20T22:01:51.237Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-20T22:01:51.245Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-20T22:01:51.254Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-20T22:01:51.268Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-20T22:01:51.269Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-20T22:01:51.273Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3051/head:refs/remotes/origin/PR-3051 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-20T22:01:51.898Z] > git config core.sparsecheckout # timeout=10 [2021-01-20T22:01:51.904Z] > git checkout -f 571490ab40050a428ba8cc82887ebe9ce87abaea # timeout=10 [2021-01-20T22:01:51.973Z] > git remote # timeout=10 [2021-01-20T22:01:51.980Z] > git config --get remote.origin.url # timeout=10 [2021-01-20T22:01:51.985Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-20T22:01:51.989Z] > git merge ba3f575de95cda6ffdeb8943f6d6d62c3955065b # timeout=10 [2021-01-20T22:01:51.998Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-20T22:01:52.006Z] > git config core.sparsecheckout # timeout=10 [2021-01-20T22:01:52.010Z] > git checkout -f 571490ab40050a428ba8cc82887ebe9ce87abaea # timeout=10 [2021-01-20T22:01:55.693Z] Commit message: "fix(core-data): Set ApiVerion on Event/Reading DTOs prior to publishing to MessageBus" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-20T22:01:56.903Z] + echo snap-build.sh [2021-01-20T22:01:56.903Z] snap-build.sh [2021-01-20T22:01:56.903Z] + SNAP_BASE_DIR=. [2021-01-20T22:01:56.903Z] + '[' '!' -z /w/workspace/edgex-go/7 ']' [2021-01-20T22:01:56.903Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/7 [2021-01-20T22:01:56.903Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/7]' [2021-01-20T22:01:56.903Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/7] [2021-01-20T22:01:56.903Z] + cd /w/workspace/edgex-go/7 [2021-01-20T22:01:56.903Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-01-20T22:01:56.903Z] Reading package lists... [2021-01-20T22:01:56.903Z] Building dependency tree... [2021-01-20T22:01:56.903Z] Reading state information... [2021-01-20T22:01:57.166Z] The following packages were automatically installed and are no longer required: [2021-01-20T22:01:57.166Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-01-20T22:01:57.166Z] uidmap xdelta3 [2021-01-20T22:01:57.166Z] Use 'sudo apt autoremove' to remove them. [2021-01-20T22:01:57.166Z] The following packages will be REMOVED: [2021-01-20T22:01:57.166Z] lxd* lxd-client* [2021-01-20T22:01:57.426Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-01-20T22:01:57.426Z] After this operation, 31.7 MB disk space will be freed. [2021-01-20T22:01:58.473Z] (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-20T22:01:58.735Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-01-20T22:01:59.315Z] Removing lxd dnsmasq configuration [2021-01-20T22:01:59.577Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-01-20T22:01:59.838Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-01-20T22:02:00.781Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-01-20T22:02:00.781Z] (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-20T22:02:00.781Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-01-20T22:02:02.172Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-01-20T22:02:02.172Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-01-20T22:02:03.569Z] + sudo snap remove --purge lxd [2021-01-20T22:02:03.569Z] snap "lxd" is not installed [2021-01-20T22:02:03.569Z] + sudo groupadd --force --system lxd [2021-01-20T22:02:03.569Z] ++ whoami [2021-01-20T22:02:03.569Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-01-20T22:02:03.569Z] + newgrp - lxd [2021-01-20T22:02:03.569Z] + sudo snap install lxd [2021-01-20T22:02:11.724Z] 2021-01-20T22:02:08Z INFO Waiting for automatic snapd restart... [2021-01-20T22:02:29.896Z] lxd 4.10 from Canonical* installed [2021-01-20T22:02:29.896Z] + sudo lxd init --auto [2021-01-20T22:02:36.579Z] + sudo snap install --classic snapcraft [2021-01-20T22:02:38.513Z] gofmt -l . [2021-01-20T22:02:38.513Z] [ "`gofmt -l .`" = "" ] [2021-01-20T22:02:38.513Z] ./bin/test-go-mod-tidy.sh [2021-01-20T22:02:39.114Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-01-20T22:02:41.200Z] + ls -al . [2021-01-20T22:02:41.200Z] total 684 [2021-01-20T22:02:41.200Z] drwxrwxr-x 9 1001 1001 4096 Jan 20 22:02 . [2021-01-20T22:02:41.200Z] drwxr-xr-x 4 root root 4096 Jan 20 21:59 .. [2021-01-20T22:02:41.200Z] -rw-rw-r-- 1 1001 1001 11 Jan 20 21:57 .dockerignore [2021-01-20T22:02:41.200Z] drwxrwxr-x 8 1001 1001 4096 Jan 20 21:57 .git [2021-01-20T22:02:41.200Z] drwxrwxr-x 3 1001 1001 4096 Jan 20 21:57 .github [2021-01-20T22:02:41.200Z] -rw-rw-r-- 1 1001 1001 824 Jan 20 21:57 .gitignore [2021-01-20T22:02:41.200Z] -rw-rw-r-- 1 1001 1001 166 Jan 20 21:57 .sonarcloud.properties [2021-01-20T22:02:41.200Z] -rw-rw-r-- 1 1001 1001 7759 Jan 20 21:57 Attribution.txt [2021-01-20T22:02:41.200Z] -rw-rw-r-- 1 1001 1001 3804 Jan 20 21:57 CONTRIBUTING.md [2021-01-20T22:02:41.200Z] -rw-rw-r-- 1 1001 1001 931 Jan 20 21:57 Dockerfile.build [2021-01-20T22:02:41.200Z] -rw-rw-r-- 1 1001 1001 863 Jan 20 21:57 Jenkinsfile [2021-01-20T22:02:41.200Z] -rw-rw-r-- 1 1001 1001 10775 Jan 20 21:57 LICENSE [2021-01-20T22:02:41.200Z] -rw-rw-r-- 1 1001 1001 5750 Jan 20 21:57 Makefile [2021-01-20T22:02:41.200Z] -rw-rw-r-- 1 1001 1001 6524 Jan 20 21:57 README.md [2021-01-20T22:02:41.200Z] -rw-rw-r-- 1 1001 1001 6744 Jan 20 21:57 SECURITY.md [2021-01-20T22:02:41.200Z] -rw-rw-r-- 1 1001 1001 5 Jan 20 21:53 VERSION [2021-01-20T22:02:41.200Z] -rw-rw-r-- 1 1001 1001 4131 Jan 20 21:57 ZMQWindows.md [2021-01-20T22:02:41.200Z] drwxrwxr-x 2 1001 1001 4096 Jan 20 21:57 bin [2021-01-20T22:02:41.200Z] drwxrwxr-x 14 1001 1001 4096 Jan 20 21:57 cmd [2021-01-20T22:02:41.200Z] -rw-r--r-- 1 root root 550466 Jan 20 22:01 coverage.out [2021-01-20T22:02:41.200Z] -rw-r--r-- 1 root root 1027 Jan 20 22:02 go.mod [2021-01-20T22:02:41.200Z] -rw-r--r-- 1 root root 18725 Jan 20 22:02 go.sum [2021-01-20T22:02:41.200Z] drwxrwxr-x 8 1001 1001 4096 Jan 20 21:57 internal [2021-01-20T22:02:41.200Z] drwxrwxr-x 4 1001 1001 4096 Jan 20 21:57 openapi [2021-01-20T22:02:41.200Z] drwxrwxr-x 4 1001 1001 4096 Jan 20 21:57 snap [2021-01-20T22:02:41.200Z] -rw-rw-r-- 1 1001 1001 168 Jan 20 21:57 version.go [Pipeline] sh [2021-01-20T22:02:41.848Z] + '[' -e coverage.out ] [2021-01-20T22:02:41.848Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-01-20T22:02:41.867Z] Warning: overwriting stash ‘coverage-report’ [2021-01-20T22:02:42.962Z] Stashed 1 file(s) [Pipeline] sh [2021-01-20T22:02:43.650Z] + make build [2021-01-20T22:02:43.650Z] 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-20T22:02:44.743Z] snapcraft 4.4.4 from Canonical* installed [2021-01-20T22:02:44.743Z] + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' [2021-01-20T22:02:44.743Z] + patch --verbose -p1 [2021-01-20T22:02:44.743Z] Hmm... Looks like a unified diff to me... [2021-01-20T22:02:44.743Z] The text leading up to this was: [2021-01-20T22:02:44.743Z] -------------------------- [2021-01-20T22:02:44.743Z] |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 [2021-01-20T22:02:44.743Z] |From: Tony Espy [2021-01-20T22:02:44.743Z] |Date: Wed, 16 Dec 2020 16:34:55 -0500 [2021-01-20T22:02:44.743Z] |Subject: [PATCH] optimize snap build for pipeline CI check [2021-01-20T22:02:44.743Z] | [2021-01-20T22:02:44.743Z] |This patch is used by the EdgeX CI pipeline builds to [2021-01-20T22:02:44.743Z] |optimize the snap CI check run for pull requests. When [2021-01-20T22:02:44.743Z] |applied, it essentially strips out everything (apps and [2021-01-20T22:02:44.743Z] |parts) from the snapcraft.yaml file except those required [2021-01-20T22:02:44.743Z] |to build edgex-go, as the whole idea of the CI check is to [2021-01-20T22:02:44.743Z] |catch changes to edgex-go that break the snap build. [2021-01-20T22:02:44.743Z] | [2021-01-20T22:02:44.743Z] |In general, anyone updating snapcraft.yaml will also need [2021-01-20T22:02:44.743Z] |to update this patch file, otherwise it may fail to apply, [2021-01-20T22:02:44.743Z] |resulting in a failed snap build CI check in the associated [2021-01-20T22:02:44.743Z] |pull request. [2021-01-20T22:02:44.743Z] | [2021-01-20T22:02:44.743Z] |Note - in addition to applying this patch, the pipeline also [2021-01-20T22:02:44.743Z] |only primes the snap (e.g. `snapcraft prime`), as there's no [2021-01-20T22:02:44.743Z] |need to build the finally binary .snap file (and it won't [2021-01-20T22:02:44.743Z] |work with the patch applied). This further reduces the build [2021-01-20T22:02:44.743Z] |time. [2021-01-20T22:02:44.743Z] |--- [2021-01-20T22:02:44.743Z] | snap/snapcraft.yaml | 461 +------------------------------------------- [2021-01-20T22:02:44.743Z] | 1 file changed, 2 insertions(+), 459 deletions(-) [2021-01-20T22:02:44.743Z] | [2021-01-20T22:02:44.743Z] |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml [2021-01-20T22:02:44.743Z] |index 1e537489..faf42425 100644 [2021-01-20T22:02:44.743Z] |--- a/snap/snapcraft.yaml [2021-01-20T22:02:44.743Z] |+++ b/snap/snapcraft.yaml [2021-01-20T22:02:44.743Z] -------------------------- [2021-01-20T22:02:44.744Z] patching file snap/snapcraft.yaml [2021-01-20T22:02:44.744Z] Using Plan A... [2021-01-20T22:02:44.744Z] Hunk #1 succeeded at 73. [2021-01-20T22:02:44.744Z] Hunk #2 succeeded at 202 with fuzz 1 (offset 2 lines). [2021-01-20T22:02:44.744Z] Hunk #3 succeeded at 214 (offset -1 lines). [2021-01-20T22:02:44.744Z] Hunk #4 succeeded at 222 (offset -1 lines). [2021-01-20T22:02:44.744Z] Hunk #5 succeeded at 229 (offset -1 lines). [2021-01-20T22:02:44.744Z] Hunk #6 succeeded at 256 (offset -1 lines). [2021-01-20T22:02:44.744Z] Hunk #7 succeeded at 290 (offset -1 lines). [2021-01-20T22:02:44.744Z] Hunk #8 succeeded at 342. [2021-01-20T22:02:44.744Z] Hmm... Ignoring the trailing garbage. [2021-01-20T22:02:44.744Z] done [2021-01-20T22:02:44.744Z] + sudo snapcraft prime --use-lxd [2021-01-20T22:02:45.006Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-01-20T22:02:45.269Z] 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-20T22:02:45.269Z] - README.md [2021-01-20T22:02:45.269Z] - snapcraft.yaml.orig [2021-01-20T22:02:45.269Z] [2021-01-20T22:02:45.269Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-01-20T22:02:45.841Z] Launching a container. [2021-01-20T22:02:53.812Z] 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-20T22:02:58.088Z] Waiting for container to be ready [2021-01-20T22:02:58.662Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-01-20T22:02:58.662Z] [2021-01-20T22:03:02.879Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-01-20T22:03:02.879Z] Waiting for network to be ready... [2021-01-20T22:03:03.142Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-01-20T22:03:03.403Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1513 kB] [2021-01-20T22:03:03.403Z] Get:3 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-01-20T22:03:03.403Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [293 kB] [2021-01-20T22:03:03.403Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] [2021-01-20T22:03:03.403Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] [2021-01-20T22:03:03.403Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [219 kB] [2021-01-20T22:03:03.403Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [28.8 kB] [2021-01-20T22:03:03.403Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1101 kB] [2021-01-20T22:03:03.403Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [246 kB] [2021-01-20T22:03:03.973Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-01-20T22:03:03.973Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-01-20T22:03:04.235Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-01-20T22:03:04.235Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-01-20T22:03:04.235Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-01-20T22:03:04.235Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-01-20T22:03:04.235Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-01-20T22:03:04.235Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-01-20T22:03:04.810Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-01-20T22:03:05.084Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1851 kB] [2021-01-20T22:03:05.084Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [385 kB] [2021-01-20T22:03:05.084Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.5 kB] [2021-01-20T22:03:05.084Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7180 B] [2021-01-20T22:03:05.084Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [240 kB] [2021-01-20T22:03:05.084Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [32.3 kB] [2021-01-20T22:03:05.084Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1706 kB] [2021-01-20T22:03:05.084Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [360 kB] [2021-01-20T22:03:07.647Z] Fetched 23.8 MB in 4s (5904 kB/s) [2021-01-20T22:03:07.911Z] Reading package lists... [2021-01-20T22:03:08.171Z] Reading package lists... [2021-01-20T22:03:08.431Z] Building dependency tree... [2021-01-20T22:03:08.431Z] Reading state information... [2021-01-20T22:03:08.692Z] The following additional packages will be installed: [2021-01-20T22:03:08.692Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-01-20T22:03:08.692Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-01-20T22:03:08.692Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-01-20T22:03:08.692Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-01-20T22:03:08.692Z] Suggested packages: [2021-01-20T22:03:08.692Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-01-20T22:03:08.693Z] Recommended packages: [2021-01-20T22:03:08.693Z] gnupg libsasl2-modules [2021-01-20T22:03:08.693Z] The following NEW packages will be installed: [2021-01-20T22:03:08.693Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-01-20T22:03:08.693Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-01-20T22:03:08.693Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-01-20T22:03:08.693Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-01-20T22:03:08.693Z] The following packages will be upgraded: [2021-01-20T22:03:08.693Z] gpg gpg-agent gpgconf libudev1 [2021-01-20T22:03:08.693Z] 4 upgraded, 18 newly installed, 0 to remove and 102 not upgraded. [2021-01-20T22:03:08.693Z] Need to get 3533 kB of archives. [2021-01-20T22:03:08.693Z] After this operation, 13.3 MB of additional disk space will be used. [2021-01-20T22:03:08.693Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] [2021-01-20T22:03:08.953Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] [2021-01-20T22:03:08.953Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] [2021-01-20T22:03:08.953Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] [2021-01-20T22:03:08.953Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] [2021-01-20T22:03:08.953Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.8 [17.0 kB] [2021-01-20T22:03:08.953Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.8 [155 kB] [2021-01-20T22:03:08.953Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] [2021-01-20T22:03:08.953Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.44 [58.3 kB] [2021-01-20T22:03:09.215Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.44 [1103 kB] [2021-01-20T22:03:09.792Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-01-20T22:03:09.792Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-01-20T22:03:09.792Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-01-20T22:03:09.792Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-01-20T22:03:09.792Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-01-20T22:03:09.792Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-01-20T22:03:09.792Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-01-20T22:03:09.792Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-01-20T22:03:09.792Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-01-20T22:03:09.792Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-01-20T22:03:09.792Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-01-20T22:03:09.792Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-01-20T22:03:10.053Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-20T22:03:10.053Z] Fetched 3533 kB in 1s (3180 kB/s) [2021-01-20T22:03:10.053Z] (Reading database ... 12511 files and directories currently installed.) [2021-01-20T22:03:10.053Z] Preparing to unpack .../libudev1_237-3ubuntu10.44_amd64.deb ... [2021-01-20T22:03:10.053Z] Unpacking libudev1:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-01-20T22:03:10.053Z] Setting up libudev1:amd64 (237-3ubuntu10.44) ... [2021-01-20T22:03:10.314Z] Selecting previously unselected package udev. [2021-01-20T22:03:10.314Z] (Reading database ... 12511 files and directories currently installed.) [2021-01-20T22:03:10.314Z] Preparing to unpack .../00-udev_237-3ubuntu10.44_amd64.deb ... [2021-01-20T22:03:10.314Z] Unpacking udev (237-3ubuntu10.44) ... [2021-01-20T22:03:10.588Z] Selecting previously unselected package libfuse2:amd64. [2021-01-20T22:03:10.588Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-01-20T22:03:10.588Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-01-20T22:03:10.588Z] Selecting previously unselected package fuse. [2021-01-20T22:03:10.588Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-01-20T22:03:10.588Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-01-20T22:03:10.858Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-20T22:03:10.858Z] Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-20T22:03:10.858Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-20T22:03:10.858Z] Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-20T22:03:11.119Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-20T22:03:11.119Z] Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-20T22:03:11.119Z] Selecting previously unselected package libksba8:amd64. [2021-01-20T22:03:11.119Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-01-20T22:03:11.119Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-01-20T22:03:11.379Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-01-20T22:03:11.379Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-20T22:03:11.379Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-20T22:03:11.379Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-01-20T22:03:11.379Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-20T22:03:11.379Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-20T22:03:11.379Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-01-20T22:03:11.379Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-20T22:03:11.379Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-20T22:03:11.640Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-01-20T22:03:11.640Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-20T22:03:11.640Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-20T22:03:11.640Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-01-20T22:03:11.641Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-20T22:03:11.641Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-20T22:03:11.641Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-01-20T22:03:11.641Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-20T22:03:11.641Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-20T22:03:11.905Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-01-20T22:03:11.905Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-20T22:03:11.905Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-20T22:03:11.905Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-01-20T22:03:11.905Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-20T22:03:11.905Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-20T22:03:12.167Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-01-20T22:03:12.167Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-20T22:03:12.167Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-20T22:03:12.167Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-01-20T22:03:12.167Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-01-20T22:03:12.167Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-20T22:03:12.167Z] Selecting previously unselected package libsasl2-2:amd64. [2021-01-20T22:03:12.167Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-01-20T22:03:12.167Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-20T22:03:12.427Z] Selecting previously unselected package libldap-common. [2021-01-20T22:03:12.427Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... [2021-01-20T22:03:12.427Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-20T22:03:12.427Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-01-20T22:03:12.427Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... [2021-01-20T22:03:12.427Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-20T22:03:12.427Z] Selecting previously unselected package dirmngr. [2021-01-20T22:03:12.427Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-20T22:03:12.427Z] Unpacking dirmngr (2.2.4-1ubuntu1.3) ... [2021-01-20T22:03:12.688Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-20T22:03:12.688Z] Setting up gpgconf (2.2.4-1ubuntu1.3) ... [2021-01-20T22:03:12.688Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-01-20T22:03:12.688Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-20T22:03:12.688Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-20T22:03:12.688Z] Setting up gpg-agent (2.2.4-1ubuntu1.3) ... [2021-01-20T22:03:12.950Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-20T22:03:12.950Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-01-20T22:03:12.950Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-20T22:03:12.950Z] Setting up udev (237-3ubuntu10.44) ... [2021-01-20T22:03:13.211Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-01-20T22:03:13.475Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-20T22:03:13.475Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-01-20T22:03:13.475Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-01-20T22:03:13.475Z] Setting up gpg (2.2.4-1ubuntu1.3) ... [2021-01-20T22:03:13.475Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-20T22:03:13.737Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-20T22:03:13.737Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-20T22:03:13.737Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-20T22:03:13.737Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-20T22:03:13.737Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-20T22:03:13.737Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-20T22:03:13.737Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-20T22:03:13.737Z] Setting up dirmngr (2.2.4-1ubuntu1.3) ... [2021-01-20T22:03:14.000Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-20T22:03:14.262Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-01-20T22:03:14.262Z] settings in the [Install] section, and DefaultInstance for template units). [2021-01-20T22:03:14.262Z] This means they are not meant to be enabled using systemctl. [2021-01-20T22:03:14.262Z] Possible reasons for having this kind of units are: [2021-01-20T22:03:14.262Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-01-20T22:03:14.262Z] .wants/ or .requires/ directory. [2021-01-20T22:03:14.262Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-01-20T22:03:14.262Z] a requirement dependency on it. [2021-01-20T22:03:14.262Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-01-20T22:03:14.262Z] D-Bus, udev, scripted systemctl call, ...). [2021-01-20T22:03:14.262Z] 4) In case of template units, the unit is meant to be enabled with some [2021-01-20T22:03:14.262Z] instance name specified. [2021-01-20T22:03:14.522Z] Reading package lists... [2021-01-20T22:03:14.783Z] Building dependency tree... [2021-01-20T22:03:14.783Z] Reading state information... [2021-01-20T22:03:14.783Z] The following additional packages will be installed: [2021-01-20T22:03:14.783Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-01-20T22:03:14.783Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-01-20T22:03:14.783Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-01-20T22:03:14.783Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-01-20T22:03:14.783Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-01-20T22:03:14.783Z] Suggested packages: [2021-01-20T22:03:14.783Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-01-20T22:03:14.783Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-01-20T22:03:14.783Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-01-20T22:03:14.783Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-01-20T22:03:14.783Z] systemd-container policykit-1 [2021-01-20T22:03:14.783Z] Recommended packages: [2021-01-20T22:03:14.783Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-01-20T22:03:14.783Z] The following NEW packages will be installed: [2021-01-20T22:03:14.783Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-01-20T22:03:14.783Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-01-20T22:03:14.783Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-01-20T22:03:14.783Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-01-20T22:03:14.783Z] python3.6-minimal snapd squashfs-tools sudo [2021-01-20T22:03:14.783Z] The following packages will be upgraded: [2021-01-20T22:03:14.783Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-01-20T22:03:15.043Z] 5 upgraded, 25 newly installed, 0 to remove and 97 not upgraded. [2021-01-20T22:03:15.043Z] Need to get 35.2 MB of archives. [2021-01-20T22:03:15.043Z] After this operation, 141 MB of additional disk space will be used. [2021-01-20T22:03:15.043Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] [2021-01-20T22:03:15.043Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] [2021-01-20T22:03:15.043Z] 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-20T22:03:15.043Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.44 [2913 kB] [2021-01-20T22:03:15.043Z] 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-20T22:03:15.304Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-01-20T22:03:15.304Z] 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-20T22:03:15.304Z] 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-20T22:03:15.304Z] 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-20T22:03:15.304Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-01-20T22:03:15.304Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-01-20T22:03:15.304Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-01-20T22:03:15.304Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-01-20T22:03:15.304Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-01-20T22:03:15.304Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-01-20T22:03:15.304Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] [2021-01-20T22:03:15.304Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-01-20T22:03:15.876Z] Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.44 [209 kB] [2021-01-20T22:03:15.876Z] 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-20T22:03:15.876Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-01-20T22:03:15.876Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-01-20T22:03:15.876Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-01-20T22:03:15.876Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-01-20T22:03:15.876Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-01-20T22:03:15.876Z] Get:25 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-01-20T22:03:15.876Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 sudo amd64 1.8.21p2-3ubuntu1.3 [428 kB] [2021-01-20T22:03:15.998Z] 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-20T22:03:16.136Z] Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-01-20T22:03:16.136Z] Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-01-20T22:03:16.136Z] 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-20T22:03:16.136Z] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] [2021-01-20T22:03:17.527Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-20T22:03:17.527Z] Fetched 35.2 MB in 2s (14.5 MB/s) [2021-01-20T22:03:17.527Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-20T22:03:17.527Z] Preparing to unpack .../systemd_237-3ubuntu10.44_amd64.deb ... [2021-01-20T22:03:17.788Z] Unpacking systemd (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-01-20T22:03:18.360Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.44_amd64.deb ... [2021-01-20T22:03:18.360Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-01-20T22:03:18.621Z] Setting up libsystemd0:amd64 (237-3ubuntu10.44) ... [2021-01-20T22:03:18.621Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-20T22:03:18.621Z] Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... [2021-01-20T22:03:18.621Z] Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... [2021-01-20T22:03:18.883Z] Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... [2021-01-20T22:03:18.883Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-20T22:03:18.883Z] Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... [2021-01-20T22:03:18.883Z] Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... [2021-01-20T22:03:19.378Z] 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-20T22:03:19.455Z] Setting up apt (1.6.12ubuntu0.2) ... [2021-01-20T22:03:19.455Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-01-20T22:03:19.717Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-01-20T22:03:19.980Z] (Reading database ... 12764 files and directories currently installed.) [2021-01-20T22:03:19.980Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-01-20T22:03:19.980Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-01-20T22:03:20.242Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-01-20T22:03:20.242Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-20T22:03:20.242Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-20T22:03:20.242Z] Selecting previously unselected package libexpat1:amd64. [2021-01-20T22:03:20.503Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-01-20T22:03:20.503Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-01-20T22:03:20.503Z] Selecting previously unselected package python3.6-minimal. [2021-01-20T22:03:20.503Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-20T22:03:20.503Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-01-20T22:03:20.765Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... [2021-01-20T22:03:20.765Z] Checking for services that may need to be restarted...done. [2021-01-20T22:03:20.765Z] Checking for services that may need to be restarted...done. [2021-01-20T22:03:20.765Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-20T22:03:21.026Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-01-20T22:03:21.026Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-01-20T22:03:21.289Z] Selecting previously unselected package python3-minimal. [2021-01-20T22:03:21.289Z] (Reading database ... 13012 files and directories currently installed.) [2021-01-20T22:03:21.289Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-01-20T22:03:21.289Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-01-20T22:03:21.551Z] Selecting previously unselected package mime-support. [2021-01-20T22:03:21.551Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-01-20T22:03:21.551Z] Unpacking mime-support (3.60ubuntu1) ... [2021-01-20T22:03:21.551Z] Selecting previously unselected package libmpdec2:amd64. [2021-01-20T22:03:21.551Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-01-20T22:03:21.551Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-01-20T22:03:21.551Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-01-20T22:03:21.813Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-20T22:03:21.813Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-20T22:03:21.813Z] Selecting previously unselected package python3.6. [2021-01-20T22:03:21.813Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-20T22:03:22.073Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-20T22:03:22.073Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-01-20T22:03:22.073Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-01-20T22:03:22.073Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-01-20T22:03:22.073Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-01-20T22:03:22.335Z] Selecting previously unselected package python3. [2021-01-20T22:03:22.335Z] (Reading database ... 13442 files and directories currently installed.) [2021-01-20T22:03:22.335Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-01-20T22:03:22.335Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-01-20T22:03:22.335Z] Selecting previously unselected package multiarch-support. [2021-01-20T22:03:22.335Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-01-20T22:03:22.596Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-01-20T22:03:22.596Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-01-20T22:03:22.596Z] Selecting previously unselected package liblzo2-2:amd64. [2021-01-20T22:03:22.596Z] (Reading database ... 13479 files and directories currently installed.) [2021-01-20T22:03:22.596Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-01-20T22:03:22.596Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-01-20T22:03:22.859Z] Selecting previously unselected package libbsd0:amd64. [2021-01-20T22:03:22.859Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-01-20T22:03:22.859Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-01-20T22:03:22.859Z] Selecting previously unselected package sudo. [2021-01-20T22:03:22.859Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.3_amd64.deb ... [2021-01-20T22:03:22.859Z] Unpacking sudo (1.8.21p2-3ubuntu1.3) ... [2021-01-20T22:03:23.120Z] Selecting previously unselected package apparmor. [2021-01-20T22:03:23.120Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-01-20T22:03:23.120Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-01-20T22:03:23.120Z] Selecting previously unselected package libedit2:amd64. [2021-01-20T22:03:23.120Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-01-20T22:03:23.120Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-01-20T22:03:23.384Z] Selecting previously unselected package libkrb5support0:amd64. [2021-01-20T22:03:23.384Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-01-20T22:03:23.384Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-01-20T22:03:23.384Z] Selecting previously unselected package libk5crypto3:amd64. [2021-01-20T22:03:23.384Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-01-20T22:03:23.384Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-01-20T22:03:23.646Z] Selecting previously unselected package libkeyutils1:amd64. [2021-01-20T22:03:23.646Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-01-20T22:03:23.646Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-01-20T22:03:23.646Z] Selecting previously unselected package libkrb5-3:amd64. [2021-01-20T22:03:23.646Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-01-20T22:03:23.646Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-01-20T22:03:23.682Z] 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-20T22:03:23.910Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-01-20T22:03:23.911Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-01-20T22:03:23.911Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-01-20T22:03:23.911Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-01-20T22:03:23.911Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... [2021-01-20T22:03:23.911Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-01-20T22:03:24.174Z] Selecting previously unselected package openssh-client. [2021-01-20T22:03:24.174Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-01-20T22:03:24.174Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-01-20T22:03:24.174Z] Selecting previously unselected package squashfs-tools. [2021-01-20T22:03:24.174Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-01-20T22:03:24.174Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-01-20T22:03:24.436Z] Selecting previously unselected package snapd. [2021-01-20T22:03:24.436Z] Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... [2021-01-20T22:03:24.436Z] Unpacking snapd (2.48+18.04) ... [2021-01-20T22:03:25.124Z] 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-20T22:03:26.352Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-01-20T22:03:26.352Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-01-20T22:03:26.614Z] Setting up mime-support (3.60ubuntu1) ... [2021-01-20T22:03:26.614Z] Setting up sudo (1.8.21p2-3ubuntu1.3) ... [2021-01-20T22:03:26.614Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-01-20T22:03:26.614Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-01-20T22:03:26.876Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-20T22:03:26.876Z] Setting up systemd (237-3ubuntu10.44) ... [2021-01-20T22:03:26.876Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-01-20T22:03:27.823Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-01-20T22:03:27.823Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-01-20T22:03:27.823Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-01-20T22:03:27.823Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-20T22:03:27.823Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-01-20T22:03:27.823Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-20T22:03:28.402Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-01-20T22:03:29.354Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-01-20T22:03:29.354Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-01-20T22:03:29.354Z] Setting up python3 (3.6.7-1~18.04) ... [2021-01-20T22:03:29.354Z] running python rtupdate hooks for python3.6... [2021-01-20T22:03:29.354Z] running python post-rtupdate hooks for python3.6... [2021-01-20T22:03:29.354Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-01-20T22:03:29.438Z] 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-20T22:03:30.749Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-01-20T22:03:31.011Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-01-20T22:03:31.011Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-01-20T22:03:31.011Z] Setting up snapd (2.48+18.04) ... [2021-01-20T22:03:31.584Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-01-20T22:03:31.584Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-01-20T22:03:31.846Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-01-20T22:03:32.109Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-01-20T22:03:32.109Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-01-20T22:03:32.109Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-01-20T22:03:32.371Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-01-20T22:03:32.632Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-01-20T22:03:32.632Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-01-20T22:03:32.895Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-01-20T22:03:33.163Z] /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-20T22:03:33.163Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-20T22:03:33.163Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-01-20T22:03:34.118Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-01-20T22:03:34.118Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-20T22:03:34.118Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-20T22:03:34.835Z] 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-20T22:03:35.326Z] Reading package lists... [2021-01-20T22:03:35.589Z] Reading package lists... [2021-01-20T22:03:35.849Z] Building dependency tree... [2021-01-20T22:03:35.849Z] Reading state information... [2021-01-20T22:03:35.849Z] Calculating upgrade... [2021-01-20T22:03:36.111Z] The following packages will be upgraded: [2021-01-20T22:03:36.111Z] advancecomp base-files bash binutils binutils-common [2021-01-20T22:03:36.111Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-01-20T22:03:36.111Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-01-20T22:03:36.111Z] grep libapparmor1 libasan4 libatomic1 libbinutils libblkid1 libbz2-1.0 [2021-01-20T22:03:36.111Z] libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 libcilkrts5 libcom-err2 [2021-01-20T22:03:36.111Z] libcryptsetup12 libdb5.3 libdevmapper1.02.1 libdpkg-perl libext2fs2 [2021-01-20T22:03:36.111Z] libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 libgnutls30 libgomp1 libidn11 [2021-01-20T22:03:36.111Z] libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 libmount1 libmpx2 libncurses5 [2021-01-20T22:03:36.111Z] libncursesw5 libp11-kit0 libpam-modules libpam-modules-bin libpam-runtime [2021-01-20T22:03:36.111Z] libpam0g libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 [2021-01-20T22:03:36.111Z] libsmartcols1 libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 [2021-01-20T22:03:36.111Z] libtsan0 libubsan0 libunistring2 libuuid1 libzstd1 linux-libc-dev login [2021-01-20T22:03:36.111Z] mount ncurses-base ncurses-bin openssl passwd patch perl perl-base [2021-01-20T22:03:36.111Z] perl-modules-5.26 pkgbinarymangler procps systemd-sysv tar tzdata [2021-01-20T22:03:36.111Z] ubuntu-keyring util-linux [2021-01-20T22:03:36.372Z] 97 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-01-20T22:03:36.372Z] Need to get 63.7 MB of archives. [2021-01-20T22:03:36.372Z] After this operation, 5203 kB of additional disk space will be used. [2021-01-20T22:03:36.372Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-01-20T22:03:36.372Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-01-20T22:03:36.944Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-01-20T22:03:36.944Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-01-20T22:03:36.944Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-01-20T22:03:36.944Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-01-20T22:03:36.944Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-01-20T22:03:36.944Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] [2021-01-20T22:03:36.944Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] [2021-01-20T22:03:36.944Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] [2021-01-20T22:03:36.944Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-01-20T22:03:36.944Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-01-20T22:03:36.944Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2021-01-20T22:03:36.944Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-01-20T22:03:36.944Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-01-20T22:03:36.944Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-01-20T22:03:36.944Z] Get:17 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-01-20T22:03:36.944Z] Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 linux-libc-dev amd64 4.15.0-134.138 [987 kB] [2021-01-20T22:03:36.944Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-01-20T22:03:37.204Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-01-20T22:03:37.204Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-01-20T22:03:37.204Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-01-20T22:03:37.204Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-01-20T22:03:37.204Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-01-20T22:03:37.204Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-01-20T22:03:37.204Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-01-20T22:03:37.204Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-01-20T22:03:37.204Z] Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-01-20T22:03:37.204Z] Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-01-20T22:03:37.204Z] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-01-20T22:03:37.204Z] Get:31 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-01-20T22:03:37.204Z] Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-01-20T22:03:37.204Z] Get:33 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-01-20T22:03:37.465Z] Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-01-20T22:03:37.465Z] Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-01-20T22:03:37.465Z] Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-01-20T22:03:37.465Z] Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2021-01-20T22:03:37.465Z] Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-01-20T22:03:37.465Z] Get:39 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] [2021-01-20T22:03:37.465Z] Get:40 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-20T22:03:37.465Z] Get:41 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] [2021-01-20T22:03:37.465Z] Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-01-20T22:03:37.465Z] Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-01-20T22:03:37.465Z] Get:44 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.44 [16.1 kB] [2021-01-20T22:03:37.465Z] Get:45 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-20T22:03:37.465Z] Get:46 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-01-20T22:03:37.465Z] Get:47 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-01-20T22:03:37.465Z] Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-01-20T22:03:37.465Z] Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-01-20T22:03:37.465Z] Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-01-20T22:03:37.465Z] Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-01-20T22:03:37.465Z] Get:52 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-01-20T22:03:37.465Z] Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-01-20T22:03:37.465Z] Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-01-20T22:03:37.465Z] Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-01-20T22:03:37.465Z] Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-01-20T22:03:37.470Z] 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-20T22:03:37.727Z] Get:57 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] [2021-01-20T22:03:37.727Z] Get:58 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-01-20T22:03:37.727Z] Get:59 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-01-20T22:03:37.727Z] Get:60 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-20T22:03:37.727Z] Get:61 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-01-20T22:03:37.727Z] Get:62 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-01-20T22:03:37.727Z] Get:63 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-01-20T22:03:37.727Z] Get:64 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-01-20T22:03:37.727Z] Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-01-20T22:03:37.727Z] Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-01-20T22:03:37.727Z] Get:67 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] [2021-01-20T22:03:37.727Z] Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-01-20T22:03:37.727Z] Get:69 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] [2021-01-20T22:03:37.727Z] 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-20T22:03:37.727Z] Get:71 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-01-20T22:03:37.727Z] 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-20T22:03:37.727Z] 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-20T22:03:37.727Z] Get:74 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20201027ubuntu0.18.04.1 [153 kB] [2021-01-20T22:03:37.727Z] Get:75 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-01-20T22:03:37.727Z] 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-20T22:03:37.727Z] Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-01-20T22:03:37.989Z] Get:78 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2020f-0ubuntu0.18.04 [190 kB] [2021-01-20T22:03:37.989Z] 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-20T22:03:37.989Z] Get:80 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-01-20T22:03:37.989Z] 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-20T22:03:37.989Z] Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] [2021-01-20T22:03:37.989Z] Get:83 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] [2021-01-20T22:03:37.989Z] Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] [2021-01-20T22:03:37.989Z] Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-01-20T22:03:37.989Z] Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-01-20T22:03:37.989Z] Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-01-20T22:03:37.989Z] Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-01-20T22:03:38.561Z] Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-01-20T22:03:39.137Z] 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-20T22:03:39.137Z] 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-20T22:03:39.137Z] Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-01-20T22:03:39.405Z] 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-20T22:03:39.405Z] Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-01-20T22:03:39.405Z] Get:95 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-01-20T22:03:39.405Z] Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-01-20T22:03:39.405Z] Get:97 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-01-20T22:03:39.667Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-20T22:03:39.667Z] Fetched 63.7 MB in 3s (18.7 MB/s) [2021-01-20T22:03:39.667Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-20T22:03:39.667Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-01-20T22:03:39.667Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-20T22:03:40.244Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-01-20T22:03:40.506Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-20T22:03:40.506Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-134.138_amd64.deb ... [2021-01-20T22:03:40.506Z] Unpacking linux-libc-dev:amd64 (4.15.0-134.138) over (4.15.0-20.21) ... [2021-01-20T22:03:41.452Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-20T22:03:41.452Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-20T22:03:41.452Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-20T22:03:41.452Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-20T22:03:41.452Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-20T22:03:41.452Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-20T22:03:41.713Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-20T22:03:41.713Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-20T22:03:41.713Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-20T22:03:41.713Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-20T22:03:41.755Z] 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-20T22:03:41.978Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-20T22:03:41.978Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-20T22:03:41.978Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-20T22:03:41.978Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-20T22:03:42.242Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-20T22:03:42.243Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-20T22:03:42.243Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-20T22:03:42.243Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-01-20T22:03:42.243Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-01-20T22:03:42.504Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-20T22:03:42.504Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-20T22:03:42.504Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-20T22:03:42.504Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-20T22:03:42.504Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-20T22:03:42.765Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-20T22:03:42.765Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-20T22:03:43.027Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-20T22:03:43.027Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-20T22:03:43.027Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-01-20T22:03:43.288Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-20T22:03:43.549Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-01-20T22:03:43.812Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-20T22:03:43.812Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-01-20T22:03:43.812Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-01-20T22:03:43.812Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-01-20T22:03:44.074Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-01-20T22:03:44.074Z] Setting up base-files (10.1ubuntu2.10) ... [2021-01-20T22:03:44.338Z] Installing new version of config file /etc/issue ... [2021-01-20T22:03:44.338Z] Installing new version of config file /etc/issue.net ... [2021-01-20T22:03:44.338Z] Installing new version of config file /etc/lsb-release ... [2021-01-20T22:03:44.338Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-01-20T22:03:44.600Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-01-20T22:03:44.600Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-01-20T22:03:44.600Z] Removing obsolete conffile /etc/default/motd-news ... [2021-01-20T22:03:44.600Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-20T22:03:44.601Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-01-20T22:03:44.863Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-01-20T22:03:44.863Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-01-20T22:03:44.863Z] 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-20T22:03:45.125Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-20T22:03:45.125Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-20T22:03:45.125Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-01-20T22:03:45.125Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-01-20T22:03:45.137Z] 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-20T22:03:45.386Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-20T22:03:45.387Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-01-20T22:03:45.387Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-01-20T22:03:45.387Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-01-20T22:03:45.649Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-20T22:03:45.649Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-01-20T22:03:45.649Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-20T22:03:45.911Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-01-20T22:03:45.911Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-20T22:03:45.911Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-20T22:03:45.911Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-20T22:03:46.171Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-20T22:03:46.171Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-20T22:03:46.171Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-20T22:03:46.171Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-20T22:03:46.434Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-01-20T22:03:46.434Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-20T22:03:46.434Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-01-20T22:03:46.434Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-01-20T22:03:46.695Z] Setting up grep (3.1-2build1) ... [2021-01-20T22:03:46.695Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-20T22:03:46.695Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-01-20T22:03:46.695Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-01-20T22:03:46.957Z] Setting up login (1:4.5-1ubuntu2) ... [2021-01-20T22:03:46.957Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-20T22:03:46.957Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-20T22:03:46.957Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-20T22:03:47.219Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-01-20T22:03:47.219Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-20T22:03:47.219Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-20T22:03:47.219Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-20T22:03:47.793Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-20T22:03:47.793Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-20T22:03:47.793Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-20T22:03:47.793Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-20T22:03:48.367Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-01-20T22:03:48.367Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-20T22:03:48.367Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-01-20T22:03:48.530Z] 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-20T22:03:48.629Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-20T22:03:49.580Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-01-20T22:03:49.580Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-01-20T22:03:49.580Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-01-20T22:03:49.580Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-01-20T22:03:49.842Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-01-20T22:03:49.842Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-20T22:03:49.843Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-01-20T22:03:49.843Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-01-20T22:03:50.105Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-01-20T22:03:50.105Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-20T22:03:50.105Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-20T22:03:50.105Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-20T22:03:50.366Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-20T22:03:50.366Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-20T22:03:50.366Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-20T22:03:50.366Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-20T22:03:50.628Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-20T22:03:50.628Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-20T22:03:50.628Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-20T22:03:50.628Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-20T22:03:50.898Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-20T22:03:50.898Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-20T22:03:50.898Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-20T22:03:50.898Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-20T22:03:51.159Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-20T22:03:51.159Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-20T22:03:51.159Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-20T22:03:51.159Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-20T22:03:51.421Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-20T22:03:51.421Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-20T22:03:51.421Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-20T22:03:51.681Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-20T22:03:51.681Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-20T22:03:51.681Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-20T22:03:51.681Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [Pipeline] } [2021-01-20T22:03:51.943Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-20T22:03:51.943Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-20T22:03:51.943Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-20T22:03:51.943Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-20T22:03:51.943Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-20T22:03:51.943Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-20T22:03:51.946Z] $ docker stop --time=1 0af98989f8c052478e2f9dfe3e488be4746ac518d4995485b3bbdc28bdeb56a5 [2021-01-20T22:03:52.204Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-20T22:03:52.204Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-01-20T22:03:52.204Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-20T22:03:52.204Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-20T22:03:52.469Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-20T22:03:52.731Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-01-20T22:03:52.992Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-01-20T22:03:53.253Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-01-20T22:03:53.514Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-20T22:03:53.514Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-01-20T22:03:53.514Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-20T22:03:53.777Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-01-20T22:03:53.777Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-20T22:03:53.777Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-01-20T22:03:54.040Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-20T22:03:54.040Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-01-20T22:03:54.040Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-20T22:03:54.040Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-01-20T22:03:54.302Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-01-20T22:03:54.302Z] Setting up debconf (1.5.66ubuntu1) ... [2021-01-20T22:03:54.525Z] $ docker rm -f 0af98989f8c052478e2f9dfe3e488be4746ac518d4995485b3bbdc28bdeb56a5 [2021-01-20T22:03:54.562Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-20T22:03:54.562Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-20T22:03:54.562Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-20T22:03:54.840Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-20T22:03:54.840Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-20T22:03:54.840Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-20T22:03:54.840Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-20T22:03:55.103Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-20T22:03:55.103Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-20T22:03:55.103Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-20T22:03:55.365Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-20T22:03:55.365Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-20T22:03:55.629Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-20T22:03:55.629Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-20T22:03:55.629Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [2021-01-20T22:03:55.891Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.44_amd64.deb ... [2021-01-20T22:03:55.891Z] Unpacking systemd-sysv (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-01-20T22:03:55.891Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-20T22:03:55.891Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-20T22:03:56.152Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-20T22:03:56.152Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-20T22:03:56.152Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-01-20T22:03:56.152Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-01-20T22:03:56.382Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-20T22:03:56.382Z] [2021-01-20T22:03:56.382Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [2021-01-20T22:03:56.413Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-01-20T22:03:56.413Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-20T22:03:56.413Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [Pipeline] sh [2021-01-20T22:03:56.675Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-20T22:03:56.675Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-20T22:03:56.769Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-20T22:03:56.769Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-01-20T22:03:56.769Z] 29e5d40040c1: Pulling fs layer [2021-01-20T22:03:56.769Z] 1ce36da41761: Pulling fs layer [2021-01-20T22:03:56.769Z] 25b303627fd3: Pulling fs layer [2021-01-20T22:03:56.937Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-20T22:03:56.937Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-20T22:03:56.937Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-20T22:03:56.937Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-20T22:03:57.198Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-20T22:03:57.198Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... [2021-01-20T22:03:57.198Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... [2021-01-20T22:03:57.198Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... [2021-01-20T22:03:57.365Z] 29e5d40040c1: Verifying Checksum [2021-01-20T22:03:57.365Z] 29e5d40040c1: Download complete [2021-01-20T22:03:57.460Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-20T22:03:57.460Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-01-20T22:03:57.460Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-01-20T22:03:57.720Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-01-20T22:03:57.962Z] 1ce36da41761: Verifying Checksum [2021-01-20T22:03:57.962Z] 1ce36da41761: Download complete [2021-01-20T22:03:57.962Z] 29e5d40040c1: Pull complete [2021-01-20T22:03:57.984Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-20T22:03:57.984Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-20T22:03:57.984Z] Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-20T22:03:57.984Z] Setting up gpgv (2.2.4-1ubuntu1.3) ... [2021-01-20T22:03:58.245Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-20T22:03:58.245Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-01-20T22:03:58.245Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-01-20T22:03:58.245Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-01-20T22:03:58.508Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-20T22:03:58.508Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-01-20T22:03:58.508Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-01-20T22:03:58.508Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-01-20T22:03:58.769Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-20T22:03:58.769Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-01-20T22:03:58.769Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-01-20T22:03:58.769Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-01-20T22:03:59.031Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-20T22:03:59.031Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-01-20T22:03:59.031Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-01-20T22:03:59.293Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-01-20T22:03:59.293Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-20T22:03:59.293Z] Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... [2021-01-20T22:03:59.293Z] Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... [2021-01-20T22:03:59.293Z] Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... [2021-01-20T22:03:59.388Z] 1ce36da41761: Pull complete [2021-01-20T22:03:59.555Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-20T22:03:59.555Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... [2021-01-20T22:03:59.555Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... [2021-01-20T22:03:59.555Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... [2021-01-20T22:03:59.660Z] 25b303627fd3: Download complete [2021-01-20T22:03:59.816Z] (Reading database ... 13915 files and directories currently installed.) [2021-01-20T22:03:59.817Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-01-20T22:03:59.817Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-01-20T22:03:59.817Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-01-20T22:03:59.817Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-01-20T22:04:00.391Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-01-20T22:04:00.391Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-01-20T22:04:00.653Z] Preparing to unpack .../03-ca-certificates_20201027ubuntu0.18.04.1_all.deb ... [2021-01-20T22:04:00.653Z] Unpacking ca-certificates (20201027ubuntu0.18.04.1) over (20180409) ... [2021-01-20T22:04:00.916Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-01-20T22:04:00.916Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-01-20T22:04:00.916Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-01-20T22:04:00.916Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-01-20T22:04:01.179Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-01-20T22:04:01.179Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-01-20T22:04:01.179Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-01-20T22:04:01.179Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-01-20T22:04:01.440Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-01-20T22:04:01.441Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-01-20T22:04:01.441Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-01-20T22:04:01.702Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-01-20T22:04:01.702Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-01-20T22:04:01.702Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-01-20T22:04:01.964Z] Preparing to unpack .../11-tzdata_2020f-0ubuntu0.18.04_all.deb ... [2021-01-20T22:04:01.964Z] Unpacking tzdata (2020f-0ubuntu0.18.04) over (2018d-1) ... [2021-01-20T22:04:02.908Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-01-20T22:04:02.908Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-01-20T22:04:02.908Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-01-20T22:04:02.908Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-01-20T22:04:02.908Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-20T22:04:02.908Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-20T22:04:03.309Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-20T22:04:03.310Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-20T22:04:03.692Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-20T22:04:03.692Z] Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-20T22:04:03.692Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-20T22:04:03.692Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-20T22:04:04.068Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-20T22:04:04.068Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-20T22:04:04.068Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-20T22:04:04.068Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-20T22:04:04.424Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-20T22:04:04.424Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-20T22:04:04.424Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-20T22:04:04.424Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-20T22:04:05.458Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-20T22:04:05.458Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-20T22:04:06.404Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-20T22:04:06.404Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-20T22:04:07.348Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-20T22:04:07.348Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-20T22:04:07.609Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-20T22:04:07.609Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-20T22:04:08.551Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-20T22:04:08.551Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-20T22:04:08.551Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-20T22:04:08.551Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-20T22:04:08.551Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-01-20T22:04:08.813Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-20T22:04:08.813Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-01-20T22:04:08.813Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-20T22:04:09.077Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-01-20T22:04:09.077Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-01-20T22:04:09.339Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-20T22:04:09.339Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-20T22:04:09.339Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-20T22:04:09.339Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-20T22:04:09.602Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-01-20T22:04:09.602Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-01-20T22:04:09.602Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-20T22:04:09.602Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-20T22:04:09.602Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-20T22:04:09.602Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-20T22:04:09.806Z] 25b303627fd3: Pull complete [2021-01-20T22:04:09.806Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-01-20T22:04:09.806Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-20T22:04:09.806Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-01-20T22:04:09.863Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-20T22:04:09.863Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-01-20T22:04:09.863Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-01-20T22:04:09.863Z] Setting up tzdata (2020f-0ubuntu0.18.04) ... [2021-01-20T22:04:09.863Z] [2021-01-20T22:04:09.863Z] Current default time zone: 'Etc/UTC' [2021-01-20T22:04:09.863Z] Local time is now: Wed Jan 20 22:04:09 UTC 2021. [2021-01-20T22:04:09.863Z] Universal Time is now: Wed Jan 20 22:04:09 UTC 2021. [2021-01-20T22:04:09.863Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-01-20T22:04:09.863Z] [2021-01-20T22:04:09.863Z] Setting up systemd-sysv (237-3ubuntu10.44) ... [2021-01-20T22:04:10.061Z] prd-ubuntu18.04-docker-arm64-4c-16g-21689 does not seem to be running inside a container [2021-01-20T22:04:10.142Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-20T22:04:10.142Z] Setting up linux-libc-dev:amd64 (4.15.0-134.138) ... [2021-01-20T22:04:10.142Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-01-20T22:04:10.142Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-01-20T22:04:10.142Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-01-20T22:04:10.142Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-01-20T22:04:10.142Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-01-20T22:04:10.142Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-01-20T22:04:10.142Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-01-20T22:04:10.144Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@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-20T22:04:10.409Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-20T22:04:10.410Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-01-20T22:04:10.410Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-20T22:04:10.670Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-01-20T22:04:10.670Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-20T22:04:10.670Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-01-20T22:04:10.670Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-01-20T22:04:10.670Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-01-20T22:04:10.670Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... [2021-01-20T22:04:10.670Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-01-20T22:04:10.670Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-01-20T22:04:10.670Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-01-20T22:04:10.670Z] Setting up ca-certificates (20201027ubuntu0.18.04.1) ... [2021-01-20T22:04:12.588Z] Updating certificates in /etc/ssl/certs... [2021-01-20T22:04:13.110Z] $ docker top 23bafffe432a953ac4867be9996ff959229cf1a1fbeb03f92f99e71815ed3594 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-20T22:04:13.538Z] 22 added, 17 removed; done. [2021-01-20T22:04:13.802Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-01-20T22:04:13.802Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-20T22:04:13.802Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-01-20T22:04:13.802Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-01-20T22:04:13.802Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-01-20T22:04:13.802Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-20T22:04:13.802Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-01-20T22:04:14.064Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-20T22:04:14.064Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-20T22:04:14.064Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-20T22:04:14.064Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-20T22:04:14.064Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-20T22:04:14.064Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-01-20T22:04:14.064Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... [2021-01-20T22:04:14.064Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-01-20T22:04:14.064Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-01-20T22:04:14.175Z] + docker-compose build --help [2021-01-20T22:04:14.175Z] + grep parallel [2021-01-20T22:04:14.326Z] Setting up binutils (2.30-21ubuntu1~18.04.4) ... [2021-01-20T22:04:14.326Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-20T22:04:14.326Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-20T22:04:14.326Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-01-20T22:04:14.326Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-01-20T22:04:14.326Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-01-20T22:04:14.326Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-01-20T22:04:14.593Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-01-20T22:04:14.593Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-01-20T22:04:14.593Z] Processing triggers for ca-certificates (20201027ubuntu0.18.04.1) ... [2021-01-20T22:04:14.593Z] Updating certificates in /etc/ssl/certs... [2021-01-20T22:04:15.168Z] 0 added, 0 removed; done. [2021-01-20T22:04:15.168Z] Running hooks in /etc/ca-certificates/update.d... [2021-01-20T22:04:15.168Z] done. [2021-01-20T22:04:15.742Z] Reading package lists... [2021-01-20T22:04:15.742Z] Building dependency tree... [2021-01-20T22:04:15.742Z] Reading state information... [2021-01-20T22:04:16.002Z] The following NEW packages will be installed: [2021-01-20T22:04:16.002Z] apt-transport-https [2021-01-20T22:04:16.263Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-01-20T22:04:16.263Z] Need to get 1696 B of archives. [2021-01-20T22:04:16.263Z] After this operation, 153 kB of additional disk space will be used. [2021-01-20T22:04:16.263Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] [2021-01-20T22:04:16.263Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-20T22:04:16.525Z] Fetched 1696 B in 0s (8402 B/s) [2021-01-20T22:04:16.525Z] Selecting previously unselected package apt-transport-https. [2021-01-20T22:04:16.525Z] (Reading database ... 13929 files and directories currently installed.) [2021-01-20T22:04:16.525Z] Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... [2021-01-20T22:04:16.525Z] Unpacking apt-transport-https (1.6.12ubuntu0.2) ... [2021-01-20T22:04:16.525Z] Setting up apt-transport-https (1.6.12ubuntu0.2) ... [2021-01-20T22:04:16.798Z] Waiting for network to be ready... [2021-01-20T22:04:17.564Z] --parallel Build images in parallel. [Pipeline] } [2021-01-20T22:04:17.859Z] $ docker stop --time=1 23bafffe432a953ac4867be9996ff959229cf1a1fbeb03f92f99e71815ed3594 [2021-01-20T22:04:19.811Z] $ docker rm -f 23bafffe432a953ac4867be9996ff959229cf1a1fbeb03f92f99e71815ed3594 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-20T22:04:20.694Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-20T22:04:20.695Z] . [Pipeline] withDockerContainer [2021-01-20T22:04:20.968Z] prd-ubuntu18.04-docker-arm64-4c-16g-21689 does not seem to be running inside a container [2021-01-20T22:04:21.070Z] $ 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/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-01-20T22:04:22.517Z] $ docker top 4beb301edba55809550c631416818cfafe884a37e8f55919babfb0b91c5431f2 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-20T22:04:23.389Z] 2021-01-20T22:04:19Z INFO Waiting for automatic snapd restart... [2021-01-20T22:04:23.389Z] snapd 2.48.2 from Canonical* installed [2021-01-20T22:04:23.591Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-20T22:04:23.961Z] "snapd" switched to the "latest/stable" channel [2021-01-20T22:04:23.961Z] [2021-01-20T22:04:27.271Z] core18 20201210 from Canonical* installed [2021-01-20T22:04:27.271Z] "core18" switched to the "latest/stable" channel [2021-01-20T22:04:27.271Z] [2021-01-20T22:04:27.880Z] Building docker-core-command-go ... [2021-01-20T22:04:27.880Z] Building docker-core-data-go ... [2021-01-20T22:04:27.880Z] Building docker-core-metadata-go ... [2021-01-20T22:04:27.880Z] Building docker-security-bootstrap-redis-go ... [2021-01-20T22:04:27.880Z] Building docker-security-proxy-setup-go ... [2021-01-20T22:04:27.880Z] Building docker-security-secretstore-setup-go ... [2021-01-20T22:04:27.880Z] Building docker-support-notifications-go ... [2021-01-20T22:04:27.880Z] Building docker-support-scheduler-go ... [2021-01-20T22:04:27.880Z] Building docker-sys-mgmt-agent-go ... [2021-01-20T22:04:27.880Z] Building docker-security-secretstore-setup-go [2021-01-20T22:04:27.880Z] Building docker-security-proxy-setup-go [2021-01-20T22:04:27.880Z] Building docker-core-metadata-go [2021-01-20T22:04:27.880Z] Building docker-support-scheduler-go [2021-01-20T22:04:27.880Z] Building docker-security-bootstrap-redis-go [2021-01-20T22:04:30.575Z] snapcraft 4.4.4 from Canonical* installed [2021-01-20T22:04:30.575Z] "snapcraft" switched to the "latest/stable" channel [2021-01-20T22:04:30.575Z] [2021-01-20T22:04:33.882Z] 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-20T22:04:33.882Z] - README.md [2021-01-20T22:04:33.882Z] - snapcraft.yaml.orig [2021-01-20T22:04:33.882Z] [2021-01-20T22:04:33.882Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-01-20T22:04:40.477Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-20T22:04:40.477Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-01-20T22:04:40.477Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-20T22:04:40.477Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-20T22:04:41.680Z] Reading package lists... [2021-01-20T22:04:41.941Z] 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-20T22:04:48.532Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-20T22:04:48.532Z] Reading package lists... [2021-01-20T22:04:48.532Z] Building dependency tree... [2021-01-20T22:04:48.532Z] Reading state information... [2021-01-20T22:04:48.532Z] Suggested packages: [2021-01-20T22:04:48.532Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-01-20T22:04:48.532Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-01-20T22:04:48.532Z] Recommended packages: [2021-01-20T22:04:48.532Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-01-20T22:04:48.532Z] The following NEW packages will be installed: [2021-01-20T22:04:48.532Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-01-20T22:04:48.532Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-01-20T22:04:48.532Z] pkg-config zip [2021-01-20T22:04:48.532Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-01-20T22:04:48.532Z] Need to get 7655 kB of archives. [2021-01-20T22:04:48.532Z] After this operation, 43.7 MB of additional disk space will be used. [2021-01-20T22:04:48.532Z] 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-20T22:04:48.532Z] Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-01-20T22:04:48.794Z] Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-01-20T22:04:48.794Z] Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-01-20T22:04:48.794Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-01-20T22:04:48.794Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-01-20T22:04:49.056Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-01-20T22:04:49.056Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-01-20T22:04:49.056Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-01-20T22:04:49.056Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-01-20T22:04:49.056Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] [2021-01-20T22:04:49.056Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] [2021-01-20T22:04:49.317Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] [2021-01-20T22:04:49.317Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-01-20T22:04:49.578Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-01-20T22:04:49.578Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-20T22:04:49.578Z] Fetched 7655 kB in 1s (6725 kB/s) [2021-01-20T22:04:49.578Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-01-20T22:04:49.578Z] (Reading database ... 13933 files and directories currently installed.) [2021-01-20T22:04:49.578Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... [2021-01-20T22:04:49.578Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-01-20T22:04:49.840Z] Selecting previously unselected package libpsl5:amd64. [2021-01-20T22:04:49.840Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-01-20T22:04:49.840Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-01-20T22:04:50.104Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-01-20T22:04:50.104Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-01-20T22:04:50.104Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-01-20T22:04:50.104Z] Selecting previously unselected package librtmp1:amd64. [2021-01-20T22:04:50.104Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-01-20T22:04:50.104Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-01-20T22:04:50.104Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-01-20T22:04:50.104Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... [2021-01-20T22:04:50.363Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-01-20T22:04:50.363Z] Selecting previously unselected package liberror-perl. [2021-01-20T22:04:50.363Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-01-20T22:04:50.363Z] Unpacking liberror-perl (0.17025-1) ... [2021-01-20T22:04:50.363Z] Selecting previously unselected package git-man. [2021-01-20T22:04:50.363Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2021-01-20T22:04:50.363Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2021-01-20T22:04:50.624Z] Selecting previously unselected package git. [2021-01-20T22:04:50.624Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... [2021-01-20T22:04:50.624Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2021-01-20T22:04:51.569Z] Selecting previously unselected package libnorm1:amd64. [2021-01-20T22:04:51.569Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-01-20T22:04:51.569Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-01-20T22:04:51.569Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-01-20T22:04:51.569Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-01-20T22:04:51.569Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-01-20T22:04:51.569Z] Selecting previously unselected package libsodium23:amd64. [2021-01-20T22:04:51.569Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-01-20T22:04:51.569Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-01-20T22:04:51.830Z] Selecting previously unselected package libzmq5:amd64. [2021-01-20T22:04:51.831Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-01-20T22:04:51.831Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-20T22:04:51.831Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-01-20T22:04:51.831Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-01-20T22:04:51.831Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-20T22:04:52.093Z] Selecting previously unselected package pkg-config. [2021-01-20T22:04:52.093Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-01-20T22:04:52.093Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-01-20T22:04:52.093Z] Selecting previously unselected package zip. [2021-01-20T22:04:52.093Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-01-20T22:04:52.093Z] Unpacking zip (3.0-11build1) ... [2021-01-20T22:04:52.355Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-01-20T22:04:52.355Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2021-01-20T22:04:52.355Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-01-20T22:04:52.355Z] Setting up liberror-perl (0.17025-1) ... [2021-01-20T22:04:52.355Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-01-20T22:04:52.355Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-01-20T22:04:52.355Z] No schema files found: doing nothing. [2021-01-20T22:04:52.355Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-01-20T22:04:52.355Z] Setting up zip (3.0-11build1) ... [2021-01-20T22:04:52.615Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-01-20T22:04:52.615Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-01-20T22:04:52.615Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-01-20T22:04:52.615Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-20T22:04:52.615Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-01-20T22:04:52.615Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-20T22:04:52.615Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2021-01-20T22:04:52.876Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-01-20T22:04:59.466Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-20T22:04:59.466Z] git set to automatically installed. [2021-01-20T22:04:59.466Z] git-man set to automatically installed. [2021-01-20T22:04:59.466Z] libcurl3-gnutls set to automatically installed. [2021-01-20T22:04:59.466Z] liberror-perl set to automatically installed. [2021-01-20T22:04:59.466Z] libglib2.0-0 set to automatically installed. [2021-01-20T22:04:59.466Z] libnghttp2-14 set to automatically installed. [2021-01-20T22:04:59.466Z] libnorm1 set to automatically installed. [2021-01-20T22:04:59.466Z] libpgm-5.2-0 set to automatically installed. [2021-01-20T22:04:59.466Z] libpsl5 set to automatically installed. [2021-01-20T22:04:59.466Z] librtmp1 set to automatically installed. [2021-01-20T22:04:59.466Z] libsodium23 set to automatically installed. [2021-01-20T22:04:59.466Z] libzmq3-dev set to automatically installed. [2021-01-20T22:04:59.466Z] libzmq5 set to automatically installed. [2021-01-20T22:04:59.466Z] pkg-config set to automatically installed. [2021-01-20T22:04:59.466Z] zip set to automatically installed. [2021-01-20T22:05:00.852Z] snapd is not logged in, snap install commands will use sudo [2021-01-20T22:05:07.453Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-20T22:05:07.715Z] snap "core18" has no updates available [2021-01-20T22:05:08.660Z] Pulling config-common [2021-01-20T22:05:09.610Z] Pulling go-build-helper [2021-01-20T22:05:31.622Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-01-20T22:05:31.622Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-01-20T22:05:31.622Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1513 kB] [2021-01-20T22:05:31.622Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [293 kB] [2021-01-20T22:05:31.622Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] [2021-01-20T22:05:31.622Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] [2021-01-20T22:05:31.622Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [219 kB] [2021-01-20T22:05:31.622Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [28.8 kB] [2021-01-20T22:05:31.622Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1101 kB] [2021-01-20T22:05:31.622Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [246 kB] [2021-01-20T22:05:31.622Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-01-20T22:05:31.622Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-01-20T22:05:31.622Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-01-20T22:05:31.622Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-01-20T22:05:31.622Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-01-20T22:05:31.622Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-01-20T22:05:31.622Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-01-20T22:05:31.622Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-01-20T22:05:31.622Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-01-20T22:05:31.622Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1851 kB] [2021-01-20T22:05:31.622Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [385 kB] [2021-01-20T22:05:31.622Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.5 kB] [2021-01-20T22:05:31.622Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7180 B] [2021-01-20T22:05:31.622Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [240 kB] [2021-01-20T22:05:31.622Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [32.3 kB] [2021-01-20T22:05:31.622Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1706 kB] [2021-01-20T22:05:31.622Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [360 kB] [2021-01-20T22:05:31.622Z] Fetched 23.8 MB in 0s (0 B/s) [2021-01-20T22:05:31.622Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-01-20T22:05:31.622Z] Fetched 96.5 kB in 0s (0 B/s) [2021-01-20T22:05:31.622Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-01-20T22:05:31.622Z] Fetched 279 kB in 0s (0 B/s) [2021-01-20T22:05:31.622Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-01-20T22:05:31.622Z] Fetched 122 kB in 0s (0 B/s) [2021-01-20T22:05:31.622Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-01-20T22:05:31.622Z] Fetched 77.8 kB in 0s (0 B/s) [2021-01-20T22:05:31.622Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-01-20T22:05:31.622Z] Fetched 8848 B in 0s (0 B/s) [2021-01-20T22:05:31.622Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-01-20T22:05:31.622Z] Fetched 47.8 kB in 0s (0 B/s) [2021-01-20T22:05:31.622Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-01-20T22:05:31.622Z] Fetched 45.6 kB in 0s (0 B/s) [2021-01-20T22:05:31.622Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-01-20T22:05:31.622Z] Fetched 15.0 kB in 0s (0 B/s) [2021-01-20T22:05:31.622Z] Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] [2021-01-20T22:05:31.622Z] Fetched 214 kB in 0s (0 B/s) [2021-01-20T22:05:31.622Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] [2021-01-20T22:05:31.622Z] Fetched 155 kB in 0s (0 B/s) [2021-01-20T22:05:31.622Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-01-20T22:05:31.622Z] Fetched 50.6 kB in 0s (0 B/s) [2021-01-20T22:05:31.622Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-01-20T22:05:31.622Z] Fetched 14.8 kB in 0s (0 B/s) [2021-01-20T22:05:31.622Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-01-20T22:05:31.622Z] Fetched 41.8 kB in 0s (0 B/s) [2021-01-20T22:05:31.623Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-01-20T22:05:31.623Z] Fetched 499 kB in 0s (0 B/s) [2021-01-20T22:05:31.623Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-01-20T22:05:31.623Z] Fetched 111 kB in 0s (0 B/s) [2021-01-20T22:05:31.623Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-01-20T22:05:31.623Z] Fetched 240 kB in 0s (0 B/s) [2021-01-20T22:05:31.623Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-01-20T22:05:31.623Z] Fetched 29.3 kB in 0s (0 B/s) [2021-01-20T22:05:31.623Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-01-20T22:05:31.623Z] Fetched 85.5 kB in 0s (0 B/s) [2021-01-20T22:05:31.623Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-01-20T22:05:31.623Z] Fetched 24.5 kB in 0s (0 B/s) [2021-01-20T22:05:31.623Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-01-20T22:05:31.623Z] Fetched 49.2 kB in 0s (0 B/s) [2021-01-20T22:05:31.623Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-01-20T22:05:31.623Z] Fetched 54.2 kB in 0s (0 B/s) [2021-01-20T22:05:31.623Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-01-20T22:05:31.623Z] Fetched 30.8 kB in 0s (0 B/s) [2021-01-20T22:05:31.623Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] [2021-01-20T22:05:31.623Z] Fetched 17.0 kB in 0s (0 B/s) [2021-01-20T22:05:31.623Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-01-20T22:05:31.623Z] Fetched 85.9 kB in 0s (0 B/s) [2021-01-20T22:05:31.623Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-01-20T22:05:31.623Z] Fetched 8720 B in 0s (0 B/s) [2021-01-20T22:05:31.623Z] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] [2021-01-20T22:05:31.623Z] Fetched 137 kB in 0s (0 B/s) [2021-01-20T22:05:31.623Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-01-20T22:05:31.623Z] Fetched 119 kB in 0s (0 B/s) [2021-01-20T22:05:31.623Z] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] [2021-01-20T22:05:31.623Z] Fetched 109 kB in 0s (0 B/s) [2021-01-20T22:05:31.623Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-01-20T22:05:31.623Z] Fetched 11.1 kB in 0s (0 B/s) [2021-01-20T22:05:31.623Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-01-20T22:05:31.623Z] Fetched 645 kB in 0s (0 B/s) [2021-01-20T22:05:31.623Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-01-20T22:05:31.623Z] Fetched 41.3 kB in 0s (0 B/s) [2021-01-20T22:05:31.623Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-01-20T22:05:31.623Z] Fetched 17.9 kB in 0s (0 B/s) [2021-01-20T22:05:31.623Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-01-20T22:05:31.623Z] Fetched 368 kB in 0s (0 B/s) [2021-01-20T22:05:31.623Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-01-20T22:05:31.623Z] Fetched 187 kB in 0s (0 B/s) [2021-01-20T22:05:31.623Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-01-20T22:05:31.623Z] Fetched 175 kB in 0s (0 B/s) [2021-01-20T22:05:31.623Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-01-20T22:05:33.594Z] Fetched 206 kB in 0s (0 B/s) [2021-01-20T22:05:33.594Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] [2021-01-20T22:05:33.594Z] Fetched 1301 kB in 0s (0 B/s) [2021-01-20T22:05:33.594Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-01-20T22:05:33.594Z] Fetched 36.2 kB in 0s (0 B/s) [2021-01-20T22:05:33.594Z] Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] [2021-01-20T22:05:33.594Z] Fetched 159 kB in 0s (0 B/s) [2021-01-20T22:05:33.594Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-01-20T22:05:33.594Z] Fetched 107 kB in 0s (0 B/s) [2021-01-20T22:05:33.594Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-01-20T22:05:33.594Z] Fetched 48.7 kB in 0s (0 B/s) [2021-01-20T22:05:33.594Z] Pulling static-packages [2021-01-20T22:05:34.228Z] 'go115' has dependencies that need to be staged: static-packages go-build-helper [2021-01-20T22:05:34.228Z] Skipping pull go-build-helper (already ran) [2021-01-20T22:05:34.228Z] Skipping pull static-packages (already ran) [2021-01-20T22:05:34.228Z] Building go-build-helper [2021-01-20T22:05:35.847Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-20T22:05:35.848Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-20T22:05:35.848Z] ---> 7cd2bcf0809c [2021-01-20T22:05:35.848Z] Step 3/22 : WORKDIR /edgex-go [2021-01-20T22:05:35.848Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-20T22:05:35.848Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-20T22:05:35.848Z] ---> 7cd2bcf0809c [2021-01-20T22:05:35.848Z] Step 3/21 : WORKDIR /edgex-go [2021-01-20T22:05:35.848Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-20T22:05:35.848Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-20T22:05:35.848Z] ---> 7cd2bcf0809c [2021-01-20T22:05:35.848Z] Step 3/24 : WORKDIR /edgex-go [2021-01-20T22:05:35.848Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-20T22:05:35.848Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-20T22:05:35.848Z] ---> 7cd2bcf0809c [2021-01-20T22:05:35.848Z] Step 3/22 : WORKDIR /edgex-go [2021-01-20T22:05:36.118Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-20T22:05:36.118Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-20T22:05:36.118Z] ---> 7cd2bcf0809c [2021-01-20T22:05:36.118Z] Step 3/21 : WORKDIR /edgex-go [2021-01-20T22:05:38.458Z] Building static-packages [2021-01-20T22:05:39.843Z] Staging go-build-helper [2021-01-20T22:05:40.429Z] ---> Running in a1c84082b3da [2021-01-20T22:05:40.429Z] ---> Running in 67d604b9c7b6 [2021-01-20T22:05:40.429Z] ---> Running in b313ed9c0b60 [2021-01-20T22:05:40.429Z] ---> Running in 29c0fc44fb67 [2021-01-20T22:05:40.429Z] ---> Running in ee9d280e8a1a [2021-01-20T22:05:40.429Z] Removing intermediate container ee9d280e8a1a [2021-01-20T22:05:40.429Z] ---> 1d3ecee373ca [2021-01-20T22:05:40.429Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-20T22:05:40.429Z] Removing intermediate container a1c84082b3da [2021-01-20T22:05:40.429Z] ---> 825c1f7ad36f [2021-01-20T22:05:40.429Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-20T22:05:40.429Z] Removing intermediate container 67d604b9c7b6 [2021-01-20T22:05:40.429Z] ---> 73f8f1265081 [2021-01-20T22:05:40.429Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-20T22:05:40.429Z] Removing intermediate container b313ed9c0b60 [2021-01-20T22:05:40.429Z] ---> fa1b96f8db5c [2021-01-20T22:05:40.429Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-20T22:05:40.429Z] Removing intermediate container 29c0fc44fb67 [2021-01-20T22:05:40.429Z] ---> f1a0de6f9f7f [2021-01-20T22:05:40.429Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-20T22:05:40.704Z] ---> Running in b93d0cd50b98 [2021-01-20T22:05:40.704Z] ---> Running in 663d676c5051 [2021-01-20T22:05:40.704Z] ---> Running in 39986cd7c4bc [2021-01-20T22:05:40.704Z] ---> Running in 43b7f0749489 [2021-01-20T22:05:40.704Z] ---> Running in 165b58666b43 [2021-01-20T22:05:40.783Z] Staging static-packages [2021-01-20T22:05:41.722Z] Pulling go115 [2021-01-20T22:05:42.667Z] 'edgex-go' has dependencies that need to be staged: go115 [2021-01-20T22:05:42.667Z] Skipping pull go115 (already ran) [2021-01-20T22:05:42.667Z] Building go115 [2021-01-20T22:05:42.667Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-20T22:05:42.667Z] Dload Upload Total Spent Left Speed [2021-01-20T22:05:44.102Z] Removing intermediate container 663d676c5051 [2021-01-20T22:05:44.102Z] ---> 0dd307c4b899 [2021-01-20T22:05:44.102Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-20T22:05:44.379Z] ---> Running in 080c08d209b5 [2021-01-20T22:05:44.658Z] Removing intermediate container 39986cd7c4bc [2021-01-20T22:05:44.658Z] ---> 774d8185ff58 [2021-01-20T22:05:44.658Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-20T22:05:44.935Z] Removing intermediate container 43b7f0749489 [2021-01-20T22:05:44.935Z] ---> 5d0a05e7b547 [2021-01-20T22:05:44.935Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-20T22:05:44.935Z] ---> Running in b8d22f78fd9d [2021-01-20T22:05:45.212Z] ---> Running in c0d8423d9ab3 [2021-01-20T22:05:45.212Z] Removing intermediate container 165b58666b43 [2021-01-20T22:05:45.212Z] ---> e9a9ba92e5fd [2021-01-20T22:05:45.212Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-01-20T22:05:45.420Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 10 115M 10 12.0M 0 0 22.1M 0 0:00:05 --:--:-- 0:00:05 22.0M 43 115M 43 50.5M 0 0 33.0M 0 0:00:03 0:00:01 0:00:02 33.0M 84 115M 84 98.2M 0 0 38.7M 0 0:00:02 0:00:02 --:--:-- 38.7M 100 115M 100 115M 0 0 39.3M 0 0:00:02 0:00:02 --:--:-- 39.3M [2021-01-20T22:05:45.510Z] Removing intermediate container b93d0cd50b98 [2021-01-20T22:05:45.511Z] ---> 7402e23a3957 [2021-01-20T22:05:45.511Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-20T22:05:45.786Z] ---> Running in 35112e362417 [2021-01-20T22:05:45.786Z] ---> Running in 8745cb7a242c [2021-01-20T22:05:45.990Z] go1.15.2.linux-amd64.tar.gz: OK [2021-01-20T22:05:46.065Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-20T22:05:47.056Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-20T22:05:47.056Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-20T22:05:47.330Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-20T22:05:47.604Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-20T22:05:47.604Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-20T22:05:47.877Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-20T22:05:48.151Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-20T22:05:48.151Z] OK: 217 MiB in 51 packages [2021-01-20T22:05:48.430Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-20T22:05:49.042Z] OK: 217 MiB in 51 packages [2021-01-20T22:05:49.042Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-20T22:05:49.324Z] OK: 217 MiB in 51 packages [2021-01-20T22:05:49.324Z] OK: 217 MiB in 51 packages [2021-01-20T22:05:49.600Z] Removing intermediate container 080c08d209b5 [2021-01-20T22:05:49.600Z] ---> 05e58391f1ca [2021-01-20T22:05:49.600Z] Step 6/21 : COPY go.mod . [2021-01-20T22:05:50.203Z] Staging go115 [2021-01-20T22:05:50.612Z] ---> 601cae15cfa5 [2021-01-20T22:05:50.612Z] Step 7/21 : RUN go mod download [2021-01-20T22:05:50.883Z] Removing intermediate container b8d22f78fd9d [2021-01-20T22:05:50.883Z] ---> 79ecada9adfa [2021-01-20T22:05:50.883Z] Step 6/21 : COPY go.mod . [2021-01-20T22:05:50.883Z] ---> Running in 479c95cdd86d [2021-01-20T22:05:50.883Z] Removing intermediate container 35112e362417 [2021-01-20T22:05:50.883Z] ---> fd23812631c0 [2021-01-20T22:05:50.883Z] Step 6/24 : COPY go.mod . [2021-01-20T22:05:51.167Z] Removing intermediate container c0d8423d9ab3 [2021-01-20T22:05:51.167Z] ---> fb112cf2da60 [2021-01-20T22:05:51.167Z] Step 6/22 : COPY go.mod . [2021-01-20T22:05:51.167Z] OK: 217 MiB in 51 packages [2021-01-20T22:05:52.153Z] ---> 881328a54d86 [2021-01-20T22:05:52.153Z] Step 7/21 : RUN go mod download [2021-01-20T22:05:52.153Z] ---> 9142ee657e9c [2021-01-20T22:05:52.153Z] Step 7/24 : RUN go mod download [2021-01-20T22:05:52.425Z] ---> a7cb6cc85aeb [2021-01-20T22:05:52.425Z] Step 7/22 : RUN go mod download [2021-01-20T22:05:52.425Z] ---> Running in e48b577f546f [2021-01-20T22:05:52.696Z] ---> Running in 5d7199702cc2 [2021-01-20T22:05:52.696Z] ---> Running in fde1a4462200 [2021-01-20T22:05:52.971Z] Removing intermediate container 8745cb7a242c [2021-01-20T22:05:52.971Z] ---> 2eaa80ae7d8b [2021-01-20T22:05:52.971Z] Step 6/22 : COPY go.mod . [2021-01-20T22:05:53.959Z] ---> af6f23992106 [2021-01-20T22:05:53.959Z] Step 7/22 : RUN go mod download [2021-01-20T22:05:54.235Z] ---> Running in c668953d06a2 [2021-01-20T22:05:54.511Z] Removing intermediate container 479c95cdd86d [2021-01-20T22:05:54.511Z] ---> e570a71de432 [2021-01-20T22:05:54.511Z] Step 8/21 : COPY . . [2021-01-20T22:05:55.488Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-01-20T22:05:55.488Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-20T22:05:55.488Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-20T22:05:55.488Z] Fetched 88.7 kB in 0s (0 B/s) [2021-01-20T22:05:55.488Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-01-20T22:05:55.488Z] Fetched 224 kB in 0s (0 B/s) [2021-01-20T22:05:55.488Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-01-20T22:05:55.488Z] Fetched 157 kB in 0s (0 B/s) [2021-01-20T22:05:55.488Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-01-20T22:05:55.488Z] Fetched 221 kB in 0s (0 B/s) [2021-01-20T22:05:55.488Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-01-20T22:05:55.488Z] Fetched 143 kB in 0s (0 B/s) [2021-01-20T22:05:55.488Z] Pulling edgex-go [2021-01-20T22:05:56.060Z] Pulling version [2021-01-20T22:05:57.003Z] Building config-common [2021-01-20T22:05:57.146Z] Removing intermediate container e48b577f546f [2021-01-20T22:05:57.146Z] ---> 94038c902973 [2021-01-20T22:05:57.146Z] Step 8/21 : COPY . . [2021-01-20T22:05:57.421Z] Removing intermediate container 5d7199702cc2 [2021-01-20T22:05:57.421Z] ---> 00f6cbfff660 [2021-01-20T22:05:57.421Z] Step 8/24 : COPY . . [2021-01-20T22:05:58.024Z] Removing intermediate container fde1a4462200 [2021-01-20T22:05:58.024Z] ---> 01b46c03c93b [2021-01-20T22:05:58.024Z] Step 8/22 : COPY . . [2021-01-20T22:05:58.915Z] Skipping build go-build-helper (already ran) [2021-01-20T22:05:58.916Z] Skipping build static-packages (already ran) [2021-01-20T22:05:58.916Z] Skipping build go115 (already ran) [2021-01-20T22:05:58.916Z] Building edgex-go [2021-01-20T22:05:59.177Z] 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-20T22:05:59.468Z] Removing intermediate container c668953d06a2 [2021-01-20T22:05:59.468Z] ---> 9315e9e7251f [2021-01-20T22:05:59.468Z] Step 8/22 : COPY . . [2021-01-20T22:06:00.576Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-01-20T22:06:00.576Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.2 [2021-01-20T22:06:00.576Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.1 [2021-01-20T22:06:00.576Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.1 [2021-01-20T22:06:00.576Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-01-20T22:06:00.576Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-01-20T22:06:00.576Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2021-01-20T22:06:00.576Z] go: downloading github.com/google/uuid v1.1.5 [2021-01-20T22:06:00.576Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.2 [2021-01-20T22:06:00.576Z] go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.1 [2021-01-20T22:06:00.576Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.1 [2021-01-20T22:06:00.576Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-01-20T22:06:00.576Z] go: downloading github.com/go-playground/validator/v10 v10.3.0 [2021-01-20T22:06:00.576Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-01-20T22:06:00.576Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-01-20T22:06:00.853Z] go: downloading github.com/pkg/errors v0.8.1 [2021-01-20T22:06:00.853Z] go: downloading github.com/pebbe/zmq4 v1.2.2 [2021-01-20T22:06:00.853Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2021-01-20T22:06:00.853Z] go: downloading github.com/imdario/mergo v0.3.11 [2021-01-20T22:06:00.853Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-01-20T22:06:00.853Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 [2021-01-20T22:06:00.853Z] go: downloading github.com/hashicorp/consul/api v1.1.0 [2021-01-20T22:06:00.853Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-01-20T22:06:00.853Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-01-20T22:06:00.853Z] go: downloading github.com/x448/float16 v0.8.4 [2021-01-20T22:06:00.853Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-01-20T22:06:00.853Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-01-20T22:06:00.853Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-01-20T22:06:00.853Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-01-20T22:06:00.853Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-01-20T22:06:00.853Z] go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2021-01-20T22:06:00.853Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-01-20T22:06:00.853Z] go: downloading github.com/hashicorp/serf v0.8.2 [2021-01-20T22:06:00.853Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-01-20T22:06:00.853Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-01-20T22:06:00.853Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.0 [2021-01-20T22:06:00.853Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-01-20T22:06:01.114Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-01-20T22:06:01.114Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-01-20T22:06:01.114Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-01-20T22:06:07.698Z] 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-20T22:06:11.902Z] 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-20T22:06:12.163Z] 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-20T22:06:13.544Z] 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-20T22:06:13.544Z] 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-20T22:06:13.544Z] go: downloading github.com/stretchr/testify v1.6.1 [2021-01-20T22:06:13.806Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-01-20T22:06:13.806Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-01-20T22:06:13.806Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-01-20T22:06:15.721Z] 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-20T22:06:15.721Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-01-20T22:06:15.721Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-01-20T22:06:16.662Z] 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-20T22:06:17.234Z] 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-20T22:06:17.495Z] go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-01-20T22:06:18.878Z] 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-20T22:06:19.450Z] 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-20T22:06:20.392Z] 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-20T22:06:20.392Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-01-20T22:06:21.695Z] ---> b7c0735777ac [2021-01-20T22:06:21.695Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-20T22:06:21.695Z] ---> def35e176fb7 [2021-01-20T22:06:21.695Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2021-01-20T22:06:21.695Z] ---> 1858d3185904 [2021-01-20T22:06:21.695Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-20T22:06:21.695Z] ---> 6a6108510592 [2021-01-20T22:06:21.695Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-01-20T22:06:21.695Z] ---> Running in 5f5f46b96219 [2021-01-20T22:06:21.695Z] ---> Running in b6e007a20617 [2021-01-20T22:06:21.695Z] ---> 9eace875af46 [2021-01-20T22:06:21.695Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2021-01-20T22:06:21.695Z] ---> Running in cee01d7ebbc7 [2021-01-20T22:06:21.695Z] ---> Running in b9c71eaca8e3 [2021-01-20T22:06:21.695Z] ---> Running in d419ab6065a7 [2021-01-20T22:06:22.333Z] Building version [2021-01-20T22:06:23.699Z] 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-20T22:06:23.699Z] 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-20T22:06:23.988Z] 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-20T22:06:23.988Z] 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-20T22:06:23.988Z] 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-20T22:06:24.252Z] Staging config-common [2021-01-20T22:06:25.194Z] Skipping stage go-build-helper (already ran) [2021-01-20T22:06:25.194Z] Skipping stage static-packages (already ran) [2021-01-20T22:06:25.194Z] Skipping stage go115 (already ran) [2021-01-20T22:06:25.194Z] Staging edgex-go [2021-01-20T22:06:26.136Z] Staging version [2021-01-20T22:06:27.079Z] Priming config-common [2021-01-20T22:06:28.021Z] Priming go-build-helper [2021-01-20T22:06:28.962Z] Priming static-packages [2021-01-20T22:06:31.513Z] Priming go115 [2021-01-20T22:06:32.083Z] Priming edgex-go [2021-01-20T22:06:33.024Z] Priming version [2021-01-20T22:06:33.964Z] 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-20T22:07:45.803Z] 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-20T22:07:45.803Z] 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-20T22:07:56.012Z] Removing intermediate container cee01d7ebbc7 [2021-01-20T22:07:56.012Z] ---> 80f27aba90a1 [2021-01-20T22:07:56.012Z] [2021-01-20T22:07:56.012Z] Step 10/24 : FROM alpine:3.12 [2021-01-20T22:07:56.012Z] Removing intermediate container b9c71eaca8e3 [2021-01-20T22:07:56.012Z] ---> 3c3e72d70267 [2021-01-20T22:07:56.012Z] [2021-01-20T22:07:56.012Z] Step 10/22 : FROM alpine:3.12 [2021-01-20T22:07:56.012Z] 3.12: Pulling from library/alpine [2021-01-20T22:07:56.012Z] 3.12: Pulling from library/alpine [2021-01-20T22:07:57.008Z] Removing intermediate container 5f5f46b96219 [2021-01-20T22:07:57.008Z] ---> 6a8c5594822d [2021-01-20T22:07:57.008Z] [2021-01-20T22:07:57.008Z] Step 10/21 : FROM scratch [2021-01-20T22:07:57.008Z] ---> [2021-01-20T22:07:57.008Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-20T22:07:57.613Z] ---> Running in 42f32a6c4af5 [2021-01-20T22:07:57.613Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-20T22:07:57.613Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-20T22:07:57.613Z] Status: Downloaded newer image for alpine:3.12 [2021-01-20T22:07:57.613Z] Status: Image is up to date for alpine:3.12 [2021-01-20T22:07:57.613Z] ---> afeebe901d6b [2021-01-20T22:07:57.613Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-20T22:07:57.613Z] ---> afeebe901d6b [2021-01-20T22:07:57.613Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-20T22:07:58.243Z] ---> Running in cd0111c04ec1 [2021-01-20T22:07:58.243Z] ---> Running in 0b18d0cd697d [2021-01-20T22:07:58.520Z] Removing intermediate container 42f32a6c4af5 [2021-01-20T22:07:58.520Z] ---> c7e4372a30fe [2021-01-20T22:07:58.520Z] Step 12/21 : ENV APP_PORT=48085 [2021-01-20T22:07:58.520Z] ---> Running in cd5feb9f0c48 [2021-01-20T22:07:58.793Z] Removing intermediate container b6e007a20617 [2021-01-20T22:07:58.793Z] ---> f996441bb66b [2021-01-20T22:07:58.793Z] [2021-01-20T22:07:58.793Z] Step 10/21 : FROM alpine:3.12 [2021-01-20T22:07:58.793Z] ---> afeebe901d6b [2021-01-20T22:07:58.793Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-01-20T22:07:59.065Z] ---> Running in 8fe125c8db68 [2021-01-20T22:07:59.929Z] Removing intermediate container cd5feb9f0c48 [2021-01-20T22:07:59.929Z] ---> 7c38ecf3895d [2021-01-20T22:07:59.929Z] Step 13/21 : EXPOSE $APP_PORT [2021-01-20T22:07:59.929Z] ---> Running in ed9363b9e7a3 [2021-01-20T22:08:01.082Z] Removing intermediate container ed9363b9e7a3 [2021-01-20T22:08:01.082Z] ---> 0e176daa53d1 [2021-01-20T22:08:01.082Z] Step 14/21 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-20T22:08:01.082Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-20T22:08:01.422Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-20T22:08:01.422Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-20T22:08:01.734Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-20T22:08:01.734Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-20T22:08:02.011Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-20T22:08:02.286Z] ---> 0cf85b69bf90 [2021-01-20T22:08:02.286Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-20T22:08:02.286Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-20T22:08:02.286Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-20T22:08:02.286Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-20T22:08:02.558Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-20T22:08:02.558Z] (4/5) Installing curl (7.69.1-r3) [2021-01-20T22:08:02.558Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-20T22:08:02.558Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-20T22:08:02.558Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-20T22:08:02.558Z] Executing busybox-1.31.1-r19.trigger [2021-01-20T22:08:02.558Z] (4/4) Installing curl (7.69.1-r3) [2021-01-20T22:08:02.558Z] Executing ca-certificates-20191127-r4.trigger [2021-01-20T22:08:02.558Z] Executing busybox-1.31.1-r19.trigger [2021-01-20T22:08:02.558Z] Executing ca-certificates-20191127-r4.trigger [2021-01-20T22:08:02.558Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-20T22:08:02.837Z] OK: 7 MiB in 19 packages [2021-01-20T22:08:02.837Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-20T22:08:02.837Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-20T22:08:02.837Z] (4/5) Installing curl (7.69.1-r3) [2021-01-20T22:08:02.837Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-20T22:08:02.837Z] Executing busybox-1.31.1-r19.trigger [2021-01-20T22:08:02.837Z] OK: 7 MiB in 18 packages [2021-01-20T22:08:02.837Z] Executing ca-certificates-20191127-r4.trigger [2021-01-20T22:08:03.123Z] OK: 7 MiB in 19 packages [2021-01-20T22:08:04.577Z] ---> 7dc123a1e5f6 [2021-01-20T22:08:04.577Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-20T22:08:06.029Z] Removing intermediate container cd0111c04ec1 [2021-01-20T22:08:06.029Z] ---> 2508b9c461b1 [2021-01-20T22:08:06.029Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2021-01-20T22:08:06.029Z] ---> Running in fdd2969af77f [2021-01-20T22:08:06.305Z] Removing intermediate container 8fe125c8db68 [2021-01-20T22:08:06.305Z] ---> 914d69aa3352 [2021-01-20T22:08:06.305Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-20T22:08:06.305Z] ---> 563a4f5e2283 [2021-01-20T22:08:06.305Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2021-01-20T22:08:06.305Z] Removing intermediate container 0b18d0cd697d [2021-01-20T22:08:06.305Z] ---> 695dc1843a72 [2021-01-20T22:08:06.305Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-20T22:08:06.580Z] ---> Running in 270c33ea806f [2021-01-20T22:08:06.580Z] ---> Running in 851813f352dd [2021-01-20T22:08:06.580Z] ---> Running in e049bd826eca [2021-01-20T22:08:06.863Z] Removing intermediate container fdd2969af77f [2021-01-20T22:08:06.863Z] ---> adbef40c0e64 [2021-01-20T22:08:06.863Z] Step 13/22 : WORKDIR / [2021-01-20T22:08:06.863Z] ---> Running in cc826587927f [2021-01-20T22:08:07.138Z] Removing intermediate container 270c33ea806f [2021-01-20T22:08:07.138Z] ---> 179ea91a1e85 [2021-01-20T22:08:07.138Z] Step 13/21 : WORKDIR /edgex [2021-01-20T22:08:07.412Z] Removing intermediate container e049bd826eca [2021-01-20T22:08:07.412Z] ---> 420529e4ab80 [2021-01-20T22:08:07.412Z] Step 13/24 : WORKDIR / [2021-01-20T22:08:07.686Z] ---> Running in d5f6de619d17 [2021-01-20T22:08:07.686Z] Removing intermediate container 851813f352dd [2021-01-20T22:08:07.686Z] ---> f3868a8a4acf [2021-01-20T22:08:07.686Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-20T22:08:07.686Z] ---> Running in 100e942b6f1c [2021-01-20T22:08:08.293Z] Removing intermediate container cc826587927f [2021-01-20T22:08:08.293Z] ---> 65ae6c886e2c [2021-01-20T22:08:08.293Z] Step 14/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-20T22:08:08.293Z] ---> Running in 0b26904ab528 [2021-01-20T22:08:08.567Z] Removing intermediate container d5f6de619d17 [2021-01-20T22:08:08.567Z] ---> 2b335c606db4 [2021-01-20T22:08:08.567Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-20T22:08:08.841Z] Removing intermediate container 100e942b6f1c [2021-01-20T22:08:08.841Z] ---> ac631ebd3b14 [2021-01-20T22:08:08.841Z] 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-20T22:08:09.439Z] Removing intermediate container 0b26904ab528 [2021-01-20T22:08:09.439Z] ---> 03ffc5542e02 [2021-01-20T22:08:09.439Z] Step 19/21 : LABEL arch=arm64 [2021-01-20T22:08:09.439Z] ---> ff481f8b671e [2021-01-20T22:08:09.439Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2021-01-20T22:08:09.713Z] ---> Running in b0c2ad13f0c2 [2021-01-20T22:08:09.713Z] Removing intermediate container d419ab6065a7 [2021-01-20T22:08:09.713Z] ---> 7866f6d28b78 [2021-01-20T22:08:09.713Z] [2021-01-20T22:08:09.713Z] Step 10/22 : FROM scratch [2021-01-20T22:08:09.713Z] ---> [2021-01-20T22:08:09.713Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-20T22:08:09.713Z] ---> 9b52f9adb0dc [2021-01-20T22:08:09.713Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-20T22:08:09.985Z] ---> Using cache [2021-01-20T22:08:09.985Z] ---> c7e4372a30fe [2021-01-20T22:08:09.985Z] Step 12/22 : ENV APP_PORT=48081 [2021-01-20T22:08:09.985Z] ---> 9a6435f0dc31 [2021-01-20T22:08:09.985Z] 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-20T22:08:10.262Z] ---> Running in 34a6075925b1 [2021-01-20T22:08:10.262Z] Removing intermediate container b0c2ad13f0c2 [2021-01-20T22:08:10.262Z] ---> 9f1761fadf9a [2021-01-20T22:08:10.262Z] Step 20/21 : LABEL git_sha=571490ab40050a428ba8cc82887ebe9ce87abaea [2021-01-20T22:08:10.863Z] ---> Running in c4988d2d2843 [2021-01-20T22:08:11.141Z] Removing intermediate container 34a6075925b1 [2021-01-20T22:08:11.141Z] ---> 24aca446766b [2021-01-20T22:08:11.141Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-20T22:08:11.141Z] ---> b3780aacd94b [2021-01-20T22:08:11.141Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2021-01-20T22:08:11.141Z] ---> Running in ea7e6333d854 [2021-01-20T22:08:11.412Z] ---> 3e026e8c93d0 [2021-01-20T22:08:11.412Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-20T22:08:11.412Z] ---> 70bc869ade1d [2021-01-20T22:08:11.412Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-20T22:08:11.412Z] Removing intermediate container c4988d2d2843 [2021-01-20T22:08:11.412Z] ---> 3112ae6bcf91 [2021-01-20T22:08:11.412Z] Step 21/21 : LABEL version=0.0.0 [2021-01-20T22:08:11.686Z] ---> Running in ca0cbe6450e6 [2021-01-20T22:08:11.964Z] Removing intermediate container ea7e6333d854 [2021-01-20T22:08:11.964Z] ---> 8cd4da190c04 [2021-01-20T22:08:11.964Z] Step 14/22 : WORKDIR / [2021-01-20T22:08:12.241Z] ---> Running in 16120ec81f37 [2021-01-20T22:08:12.241Z] ---> 5769193ead63 [2021-01-20T22:08:12.241Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2021-01-20T22:08:12.516Z] Removing intermediate container ca0cbe6450e6 [2021-01-20T22:08:12.516Z] ---> ce53ad7b0550 [2021-01-20T22:08:12.516Z] [2021-01-20T22:08:12.516Z] ---> 6b4584f1cd67 [2021-01-20T22:08:12.516Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-20T22:08:13.124Z] Successfully built ce53ad7b0550 [2021-01-20T22:08:13.124Z] ---> 60e4b6167509 [2021-01-20T22:08:13.124Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-20T22:08:13.124Z] Removing intermediate container 16120ec81f37 [2021-01-20T22:08:13.124Z] ---> 8b92c61d521a [2021-01-20T22:08:13.124Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-20T22:08:13.124Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-01-20T22:08:13.124Z]  Building docker-support-scheduler-go ... done Building docker-sys-mgmt-agent-go [2021-01-20T22:08:13.402Z] ---> 46a8b145aa60 [2021-01-20T22:08:13.402Z] Step 18/22 : RUN chmod +x entrypoint.sh [2021-01-20T22:08:13.402Z] ---> Running in 826e60d92678 [2021-01-20T22:08:13.674Z] ---> Running in a579d97af6a2 [2021-01-20T22:08:13.948Z] ---> d19856806beb [2021-01-20T22:08:13.948Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-20T22:08:14.223Z] Removing intermediate container 826e60d92678 [2021-01-20T22:08:14.223Z] ---> 83877004c7c2 [2021-01-20T22:08:14.223Z] Step 18/21 : CMD ["--init=true"] [2021-01-20T22:08:14.500Z] ---> 409a2f7d6d82 [2021-01-20T22:08:14.500Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-20T22:08:14.500Z] ---> Running in 234ca0acb674 [2021-01-20T22:08:15.952Z] Removing intermediate container 234ca0acb674 [2021-01-20T22:08:15.952Z] ---> ee15f41a31d5 [2021-01-20T22:08:15.952Z] Step 19/21 : LABEL arch=arm64 [2021-01-20T22:08:16.948Z] ---> b03e8dc3f915 [2021-01-20T22:08:16.948Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-20T22:08:16.948Z] ---> 686e7e72b312 [2021-01-20T22:08:16.948Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-20T22:08:16.948Z] ---> Running in 8ff3614196cf [2021-01-20T22:08:18.391Z] Removing intermediate container 8ff3614196cf [2021-01-20T22:08:18.391Z] ---> 6a0ef046858d [2021-01-20T22:08:18.391Z] Step 20/21 : LABEL git_sha=571490ab40050a428ba8cc82887ebe9ce87abaea [2021-01-20T22:08:18.391Z] Removing intermediate container a579d97af6a2 [2021-01-20T22:08:18.391Z] ---> 12658749103d [2021-01-20T22:08:18.391Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-20T22:08:18.662Z] ---> d7a1673091e8 [2021-01-20T22:08:18.662Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2021-01-20T22:08:18.662Z] ---> Running in 80ee43b10e22 [2021-01-20T22:08:18.662Z] ---> 32d2a77a9637 [2021-01-20T22:08:18.662Z] 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-20T22:08:18.662Z] ---> Running in 948fc910ffe3 [2021-01-20T22:08:18.937Z] ---> Running in 9a31225348a3 [2021-01-20T22:08:18.937Z] ---> Running in 6d6555e68d75 [2021-01-20T22:08:19.535Z] Removing intermediate container 80ee43b10e22 [2021-01-20T22:08:19.535Z] ---> 8d6ad657b0ea [2021-01-20T22:08:19.535Z] Step 21/21 : LABEL version=0.0.0 [2021-01-20T22:08:19.535Z] ---> Running in 5e7bf00dc650 [2021-01-20T22:08:19.535Z] Removing intermediate container 948fc910ffe3 [2021-01-20T22:08:19.535Z] ---> 7919b9c2f059 [2021-01-20T22:08:19.535Z] Step 20/22 : LABEL arch=arm64 [2021-01-20T22:08:19.535Z] Removing intermediate container 9a31225348a3 [2021-01-20T22:08:19.535Z] ---> 4dce896b56f5 [2021-01-20T22:08:19.535Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-20T22:08:19.806Z] ---> Running in 6cbc89a22c7c [2021-01-20T22:08:19.806Z] ---> Running in f3c018ddd500 [2021-01-20T22:08:20.413Z] Removing intermediate container 5e7bf00dc650 [2021-01-20T22:08:20.413Z] ---> 107865ec6aaf [2021-01-20T22:08:20.413Z] [2021-01-20T22:08:20.413Z] Removing intermediate container 6cbc89a22c7c [2021-01-20T22:08:20.413Z] ---> 6ff464347199 [2021-01-20T22:08:20.413Z] Step 20/22 : LABEL arch=arm64 [2021-01-20T22:08:20.413Z] Removing intermediate container f3c018ddd500 [2021-01-20T22:08:20.413Z] ---> aaa4cdd74864 [2021-01-20T22:08:20.413Z] Step 21/22 : LABEL git_sha=571490ab40050a428ba8cc82887ebe9ce87abaea [2021-01-20T22:08:20.683Z] Successfully built 107865ec6aaf [2021-01-20T22:08:20.960Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-01-20T22:08:20.960Z]  Building docker-security-proxy-setup-go ... done Building docker-core-command-go [2021-01-20T22:08:20.960Z] ---> Running in 4447ef9a4864 [2021-01-20T22:08:20.960Z] ---> Running in 7a833a0c16cd [2021-01-20T22:08:21.557Z] Removing intermediate container 7a833a0c16cd [2021-01-20T22:08:21.557Z] ---> 0838ee498c9f [2021-01-20T22:08:21.557Z] Step 22/22 : LABEL version=0.0.0 [2021-01-20T22:08:21.557Z] Removing intermediate container 4447ef9a4864 [2021-01-20T22:08:21.557Z] ---> 6e2c24255b9f [2021-01-20T22:08:21.557Z] Step 21/22 : LABEL git_sha=571490ab40050a428ba8cc82887ebe9ce87abaea [2021-01-20T22:08:21.828Z] ---> Running in a19edc74a26d [2021-01-20T22:08:21.828Z] ---> Running in e454157f0687 [2021-01-20T22:08:21.828Z] Removing intermediate container 6d6555e68d75 [2021-01-20T22:08:21.828Z] ---> d5594a921715 [2021-01-20T22:08:21.828Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-20T22:08:22.102Z] ---> Running in 65ceaeb3642f [2021-01-20T22:08:22.702Z] Removing intermediate container a19edc74a26d [2021-01-20T22:08:22.702Z] ---> fd7e9033b779 [2021-01-20T22:08:22.702Z] [2021-01-20T22:08:22.976Z] Removing intermediate container e454157f0687 [2021-01-20T22:08:22.976Z] ---> 20eb5addf351 [2021-01-20T22:08:22.976Z] Step 22/22 : LABEL version=0.0.0 [2021-01-20T22:08:22.976Z] Successfully built fd7e9033b779 [2021-01-20T22:08:23.248Z] Successfully tagged docker-security-bootstrap-redis-go-arm64:latest [2021-01-20T22:08:23.248Z]  Building docker-security-bootstrap-redis-go ... done Building docker-core-data-go [2021-01-20T22:08:23.248Z] Removing intermediate container 65ceaeb3642f [2021-01-20T22:08:23.248Z] ---> 58c22f32f857 [2021-01-20T22:08:23.248Z] Step 22/24 : LABEL arch=arm64 [2021-01-20T22:08:23.531Z] ---> Running in 6a15bb85bba0 [2021-01-20T22:08:23.531Z] ---> Running in f34ed6f3f3ee [2021-01-20T22:08:24.123Z] Removing intermediate container 6a15bb85bba0 [2021-01-20T22:08:24.123Z] ---> 4632eefee8fb [2021-01-20T22:08:24.123Z] [2021-01-20T22:08:24.123Z] Removing intermediate container f34ed6f3f3ee [2021-01-20T22:08:24.123Z] ---> 8c05e8a12c8f [2021-01-20T22:08:24.395Z] Step 23/24 : LABEL git_sha=571490ab40050a428ba8cc82887ebe9ce87abaea [2021-01-20T22:08:24.395Z] Successfully built 4632eefee8fb [2021-01-20T22:08:24.668Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-01-20T22:08:24.668Z]  Building docker-core-metadata-go ... done Building docker-support-notifications-go [2021-01-20T22:08:24.668Z] ---> Running in 548eae3e19ff [2021-01-20T22:08:25.272Z] Removing intermediate container 548eae3e19ff [2021-01-20T22:08:25.272Z] ---> 3f4bd9b9c00d [2021-01-20T22:08:25.272Z] Step 24/24 : LABEL version=0.0.0 [2021-01-20T22:08:25.547Z] ---> Running in 856fb9d97ca5 [2021-01-20T22:08:25.820Z] Removing intermediate container 856fb9d97ca5 [2021-01-20T22:08:25.820Z] ---> 5b6d35ca147e [2021-01-20T22:08:25.820Z] [2021-01-20T22:08:26.419Z] Successfully built 5b6d35ca147e [2021-01-20T22:08:26.419Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-01-20T22:08:53.187Z]  Building docker-security-secretstore-setup-go ... done Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-20T22:08:53.187Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-20T22:08:53.187Z] ---> 7cd2bcf0809c [2021-01-20T22:08:53.187Z] Step 3/26 : WORKDIR /edgex-go [2021-01-20T22:08:53.187Z] ---> Using cache [2021-01-20T22:08:53.187Z] ---> f1a0de6f9f7f [2021-01-20T22:08:53.187Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-20T22:08:53.187Z] ---> Using cache [2021-01-20T22:08:53.187Z] ---> e9a9ba92e5fd [2021-01-20T22:08:53.187Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-01-20T22:09:01.471Z] ---> Running in 5c19b30256f8 [2021-01-20T22:09:02.900Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-20T22:09:03.497Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-20T22:09:04.494Z] OK: 217 MiB in 51 packages [2021-01-20T22:09:05.941Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-20T22:09:05.941Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-20T22:09:05.941Z] ---> 7cd2bcf0809c [2021-01-20T22:09:05.941Z] Step 3/22 : WORKDIR /edgex-go [2021-01-20T22:09:05.941Z] ---> Using cache [2021-01-20T22:09:05.941Z] ---> f1a0de6f9f7f [2021-01-20T22:09:05.941Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-20T22:09:05.941Z] ---> Using cache [2021-01-20T22:09:05.941Z] ---> e9a9ba92e5fd [2021-01-20T22:09:05.941Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-20T22:09:05.941Z] ---> Using cache [2021-01-20T22:09:05.941Z] ---> fd23812631c0 [2021-01-20T22:09:05.941Z] Step 6/22 : COPY go.mod . [2021-01-20T22:09:05.941Z] ---> Using cache [2021-01-20T22:09:05.941Z] ---> 9142ee657e9c [2021-01-20T22:09:05.941Z] Step 7/22 : RUN go mod download [2021-01-20T22:09:05.941Z] ---> Using cache [2021-01-20T22:09:05.941Z] ---> 00f6cbfff660 [2021-01-20T22:09:05.941Z] Step 8/22 : COPY . . [2021-01-20T22:09:05.941Z] ---> Using cache [2021-01-20T22:09:05.941Z] ---> 1858d3185904 [2021-01-20T22:09:05.941Z] Step 9/22 : RUN make cmd/core-command/core-command [2021-01-20T22:09:06.922Z] ---> Running in 148197d906fb [2021-01-20T22:09:07.522Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-20T22:09:07.522Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-20T22:09:07.522Z] ---> 7cd2bcf0809c [2021-01-20T22:09:07.522Z] Step 3/23 : WORKDIR /edgex-go [2021-01-20T22:09:07.522Z] ---> Using cache [2021-01-20T22:09:07.522Z] ---> f1a0de6f9f7f [2021-01-20T22:09:07.522Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-20T22:09:07.522Z] ---> Using cache [2021-01-20T22:09:07.522Z] ---> e9a9ba92e5fd [2021-01-20T22:09:07.522Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-20T22:09:07.522Z] Removing intermediate container 5c19b30256f8 [2021-01-20T22:09:07.522Z] ---> b6c3981e89d3 [2021-01-20T22:09:07.522Z] Step 6/26 : COPY go.mod . [2021-01-20T22:09:07.522Z] ---> Running in d8d09b18858e [2021-01-20T22:09:07.804Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-20T22:09:07.804Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-20T22:09:07.804Z] ---> 7cd2bcf0809c [2021-01-20T22:09:07.804Z] Step 3/24 : WORKDIR /edgex-go [2021-01-20T22:09:07.804Z] ---> Using cache [2021-01-20T22:09:07.804Z] ---> f1a0de6f9f7f [2021-01-20T22:09:07.804Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-20T22:09:07.804Z] ---> Using cache [2021-01-20T22:09:07.804Z] ---> e9a9ba92e5fd [2021-01-20T22:09:07.804Z] Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates [2021-01-20T22:09:07.804Z] ---> Running in 20316bcac472 [2021-01-20T22:09:08.787Z] ---> a7741c87002d [2021-01-20T22:09:08.787Z] Step 7/26 : RUN go mod download [2021-01-20T22:09:08.787Z] 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-20T22:09:08.787Z] ---> Running in 4ce62cf0fcda [2021-01-20T22:09:09.772Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-20T22:09:09.772Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-20T22:09:10.392Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-20T22:09:10.668Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-20T22:09:10.944Z] OK: 217 MiB in 51 packages [2021-01-20T22:09:11.545Z] OK: 217 MiB in 51 packages [2021-01-20T22:09:13.006Z] Removing intermediate container d8d09b18858e [2021-01-20T22:09:13.006Z] ---> 961b45c0b86f [2021-01-20T22:09:13.006Z] Step 6/23 : COPY go.mod . [2021-01-20T22:09:13.299Z] Removing intermediate container 20316bcac472 [2021-01-20T22:09:13.299Z] ---> 60335dfcc013 [2021-01-20T22:09:13.299Z] Step 6/24 : COPY go.mod . [2021-01-20T22:09:13.576Z] Removing intermediate container 4ce62cf0fcda [2021-01-20T22:09:13.576Z] ---> 615ece426367 [2021-01-20T22:09:13.576Z] Step 8/26 : COPY . . [2021-01-20T22:09:14.561Z] ---> 094e44d14ca3 [2021-01-20T22:09:14.561Z] Step 7/23 : RUN go mod download [2021-01-20T22:09:14.835Z] ---> Running in 2bc43b555af4 [2021-01-20T22:09:14.835Z] ---> a782fbd4dfbb [2021-01-20T22:09:14.835Z] Step 7/24 : RUN go mod download [2021-01-20T22:09:15.442Z] ---> Running in ec40e29fa41e [2021-01-20T22:09:20.863Z] Removing intermediate container 2bc43b555af4 [2021-01-20T22:09:20.864Z] ---> 0f2c92f1526a [2021-01-20T22:09:20.864Z] Step 8/23 : COPY . . [2021-01-20T22:09:21.142Z] Removing intermediate container ec40e29fa41e [2021-01-20T22:09:21.142Z] ---> 07dd1affede7 [2021-01-20T22:09:21.142Z] Step 8/24 : COPY . . [2021-01-20T22:09:43.487Z] ---> 04308bc87260 [2021-01-20T22:09:43.487Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-20T22:09:44.078Z] ---> Running in 34b26cd5227a [2021-01-20T22:09:45.515Z] 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-20T22:09:45.793Z] ---> 6afcc00c917e [2021-01-20T22:09:45.793Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-20T22:09:46.406Z] ---> Running in d93f95e4751a [2021-01-20T22:09:47.012Z] ---> dbdd8a75ab25 [2021-01-20T22:09:47.012Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2021-01-20T22:09:47.288Z] ---> Running in f182940ea8b7 [2021-01-20T22:09:49.280Z] 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-20T22:09:49.556Z] 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-20T22:09:51.021Z] Removing intermediate container 148197d906fb [2021-01-20T22:09:51.021Z] ---> f6285d3dab48 [2021-01-20T22:09:51.021Z] [2021-01-20T22:09:51.021Z] Step 10/22 : FROM scratch [2021-01-20T22:09:51.021Z] ---> [2021-01-20T22:09:51.021Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-20T22:09:51.021Z] ---> Using cache [2021-01-20T22:09:51.021Z] ---> c7e4372a30fe [2021-01-20T22:09:51.021Z] Step 12/22 : ENV APP_PORT=48082 [2021-01-20T22:09:51.298Z] ---> Running in 443c4933f801 [2021-01-20T22:09:51.907Z] Removing intermediate container 443c4933f801 [2021-01-20T22:09:51.907Z] ---> 3a81abec6f58 [2021-01-20T22:09:51.907Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-20T22:09:51.907Z] ---> Running in c906eb85571d [2021-01-20T22:09:52.515Z] Removing intermediate container c906eb85571d [2021-01-20T22:09:52.515Z] ---> c960109785a0 [2021-01-20T22:09:52.515Z] Step 14/22 : WORKDIR / [2021-01-20T22:09:52.515Z] ---> Running in 138d2ebb59ed [2021-01-20T22:09:53.119Z] Removing intermediate container 138d2ebb59ed [2021-01-20T22:09:53.119Z] ---> 70d47187b810 [2021-01-20T22:09:53.119Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-20T22:09:54.577Z] ---> 1370ab26ada4 [2021-01-20T22:09:54.577Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-20T22:09:56.038Z] ---> 623195a94b3e [2021-01-20T22:09:56.038Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-20T22:09:57.503Z] ---> 1c36b71c7382 [2021-01-20T22:09:57.503Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2021-01-20T22:09:57.503Z] ---> Running in eaa650f889ba [2021-01-20T22:09:58.107Z] Removing intermediate container eaa650f889ba [2021-01-20T22:09:58.107Z] ---> 64e8f1bf5e68 [2021-01-20T22:09:58.107Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-20T22:09:58.107Z] ---> Running in ab677ee92818 [2021-01-20T22:09:59.096Z] Removing intermediate container ab677ee92818 [2021-01-20T22:09:59.096Z] ---> 8892f8a567b9 [2021-01-20T22:09:59.096Z] Step 20/22 : LABEL arch=arm64 [2021-01-20T22:09:59.096Z] ---> Running in bc77aa2ca954 [2021-01-20T22:09:59.721Z] Removing intermediate container bc77aa2ca954 [2021-01-20T22:09:59.721Z] ---> 45fc9c638741 [2021-01-20T22:09:59.721Z] Step 21/22 : LABEL git_sha=571490ab40050a428ba8cc82887ebe9ce87abaea [2021-01-20T22:09:59.997Z] ---> Running in b18e31159720 [2021-01-20T22:10:00.602Z] Removing intermediate container b18e31159720 [2021-01-20T22:10:00.602Z] ---> 89113c131968 [2021-01-20T22:10:00.602Z] Step 22/22 : LABEL version=0.0.0 [2021-01-20T22:10:00.878Z] ---> Running in 021a735d4ad5 [2021-01-20T22:10:01.874Z] Removing intermediate container 021a735d4ad5 [2021-01-20T22:10:01.874Z] ---> 24a970a6dfcc [2021-01-20T22:10:01.874Z] [2021-01-20T22:10:02.150Z] Successfully built 24a970a6dfcc [2021-01-20T22:10:02.150Z] Successfully tagged docker-core-command-go-arm64:latest [2021-01-20T22:10:49.162Z]  Building docker-core-command-go ... done Removing intermediate container 34b26cd5227a [2021-01-20T22:10:49.162Z] ---> da759ec76ecb [2021-01-20T22:10:49.162Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-20T22:10:49.162Z] ---> Running in 2bf0b1d7038b [2021-01-20T22:10:49.162Z] 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-20T22:10:52.580Z] Removing intermediate container f182940ea8b7 [2021-01-20T22:10:52.580Z] ---> 53e60982656c [2021-01-20T22:10:52.580Z] [2021-01-20T22:10:52.580Z] Step 10/24 : FROM scratch [2021-01-20T22:10:52.580Z] ---> [2021-01-20T22:10:52.580Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2021-01-20T22:10:52.580Z] ---> Running in b2d4caf6233a [2021-01-20T22:10:53.193Z] Removing intermediate container b2d4caf6233a [2021-01-20T22:10:53.193Z] ---> ee5dba892822 [2021-01-20T22:10:53.193Z] Step 12/24 : ENV APP_PORT=48060 [2021-01-20T22:10:53.193Z] Removing intermediate container 2bf0b1d7038b [2021-01-20T22:10:53.193Z] ---> c15ae49811ff [2021-01-20T22:10:53.193Z] [2021-01-20T22:10:53.193Z] Step 11/26 : FROM docker:20.10.0 [2021-01-20T22:10:53.193Z] 20.10.0: Pulling from library/docker [2021-01-20T22:10:53.193Z] ---> Running in 9bbec5dd554c [2021-01-20T22:10:54.192Z] Removing intermediate container 9bbec5dd554c [2021-01-20T22:10:54.192Z] ---> 0fea5506ecac [2021-01-20T22:10:54.192Z] Step 13/24 : EXPOSE $APP_PORT [2021-01-20T22:10:54.472Z] ---> Running in b8eb7cb32150 [2021-01-20T22:10:55.074Z] Removing intermediate container b8eb7cb32150 [2021-01-20T22:10:55.074Z] ---> 60bd4fa085ce [2021-01-20T22:10:55.074Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2021-01-20T22:10:56.522Z] ---> d6dceeaa2662 [2021-01-20T22:10:56.522Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2021-01-20T22:10:58.518Z] ---> 0b00c1e6f2fd [2021-01-20T22:10:58.518Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2021-01-20T22:11:01.172Z] ---> e0cb1517e2b5 [2021-01-20T22:11:01.172Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-20T22:11:02.166Z] ---> 7a0a484c1d44 [2021-01-20T22:11:02.166Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-20T22:11:04.166Z] ---> 66604a1f5827 [2021-01-20T22:11:04.166Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-20T22:11:05.150Z] ---> 33954946d032 [2021-01-20T22:11:05.150Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2021-01-20T22:11:05.150Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-20T22:11:05.424Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-20T22:11:05.424Z] ---> eeaf43b92773 [2021-01-20T22:11:05.424Z] Step 12/26 : RUN apk add --no-cache bash [2021-01-20T22:11:05.700Z] ---> Running in 6f0950f8c608 [2021-01-20T22:11:06.002Z] ---> Running in d7ee0a1c3f82 [2021-01-20T22:11:06.597Z] Removing intermediate container 6f0950f8c608 [2021-01-20T22:11:06.597Z] ---> 2dda0bb40266 [2021-01-20T22:11:06.597Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-20T22:11:06.875Z] ---> Running in caedeb5735f3 [2021-01-20T22:11:07.148Z] Removing intermediate container d93f95e4751a [2021-01-20T22:11:07.148Z] ---> 2e8839781e96 [2021-01-20T22:11:07.148Z] [2021-01-20T22:11:07.148Z] Step 10/23 : FROM alpine:3.12 [2021-01-20T22:11:07.148Z] ---> afeebe901d6b [2021-01-20T22:11:07.148Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-20T22:11:07.424Z] ---> Running in 6f3a1a9e51eb [2021-01-20T22:11:07.424Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-20T22:11:07.424Z] Removing intermediate container caedeb5735f3 [2021-01-20T22:11:07.424Z] ---> 78327b5b47b1 [2021-01-20T22:11:07.424Z] Step 22/24 : LABEL arch=arm64 [2021-01-20T22:11:07.704Z] ---> Running in 61a638a7e60f [2021-01-20T22:11:07.704Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-20T22:11:07.982Z] Removing intermediate container 6f3a1a9e51eb [2021-01-20T22:11:07.982Z] ---> 6f8fcbb1dbbf [2021-01-20T22:11:07.982Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-20T22:11:07.982Z] ---> Running in 1e9abd72abe4 [2021-01-20T22:11:08.267Z] Removing intermediate container 61a638a7e60f [2021-01-20T22:11:08.267Z] ---> 47ef9e3f7ddf [2021-01-20T22:11:08.267Z] Step 23/24 : LABEL git_sha=571490ab40050a428ba8cc82887ebe9ce87abaea [2021-01-20T22:11:08.267Z] (1/2) Installing readline (8.0.4-r0) [2021-01-20T22:11:08.267Z] (2/2) Installing bash (5.0.17-r0) [2021-01-20T22:11:08.267Z] ---> Running in c833143e1475 [2021-01-20T22:11:08.549Z] Executing bash-5.0.17-r0.post-install [2021-01-20T22:11:08.549Z] Executing busybox-1.31.1-r19.trigger [2021-01-20T22:11:08.549Z] OK: 12 MiB in 22 packages [2021-01-20T22:11:08.549Z] Removing intermediate container 1e9abd72abe4 [2021-01-20T22:11:08.549Z] ---> bb4d939067f8 [2021-01-20T22:11:08.549Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-20T22:11:08.829Z] ---> Running in 7438df0fcd6b [2021-01-20T22:11:08.829Z] Removing intermediate container c833143e1475 [2021-01-20T22:11:08.829Z] ---> 273339d29064 [2021-01-20T22:11:08.829Z] Step 24/24 : LABEL version=0.0.0 [2021-01-20T22:11:09.104Z] ---> Running in ffcaa7de8e0d [2021-01-20T22:11:09.384Z] Removing intermediate container 7438df0fcd6b [2021-01-20T22:11:09.384Z] ---> 3f1413eced4b [2021-01-20T22:11:09.384Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-20T22:11:09.659Z] ---> Running in 84c8240916c8 [2021-01-20T22:11:09.943Z] Removing intermediate container ffcaa7de8e0d [2021-01-20T22:11:09.943Z] ---> f24b9e4a112b [2021-01-20T22:11:09.943Z] [2021-01-20T22:11:09.943Z] Removing intermediate container d7ee0a1c3f82 [2021-01-20T22:11:09.943Z] ---> 08ab47cb7b65 [2021-01-20T22:11:09.943Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-20T22:11:10.219Z] ---> Running in d1994940f054 [2021-01-20T22:11:10.493Z] Successfully built f24b9e4a112b [2021-01-20T22:11:10.493Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-01-20T22:11:10.771Z]  Building docker-support-notifications-go ... done Removing intermediate container d1994940f054 [2021-01-20T22:11:10.771Z] ---> af4d2a8cca46 [2021-01-20T22:11:10.771Z] Step 14/26 : ENV APP_PORT=48090 [2021-01-20T22:11:10.771Z] ---> Running in 093717d08bc3 [2021-01-20T22:11:11.374Z] Removing intermediate container 093717d08bc3 [2021-01-20T22:11:11.374Z] ---> 79bd84232e12 [2021-01-20T22:11:11.374Z] Step 15/26 : EXPOSE $APP_PORT [2021-01-20T22:11:11.374Z] ---> Running in 740c2b841b67 [2021-01-20T22:11:11.994Z] Removing intermediate container 84c8240916c8 [2021-01-20T22:11:11.994Z] ---> 9049aa1d652c [2021-01-20T22:11:11.994Z] Step 15/23 : RUN apk add --update --no-cache zeromq [2021-01-20T22:11:11.994Z] Removing intermediate container 740c2b841b67 [2021-01-20T22:11:11.994Z] ---> 5566d8b18182 [2021-01-20T22:11:11.994Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-20T22:11:12.270Z] ---> Running in 946dc4e18596 [2021-01-20T22:11:13.251Z] ---> f710021fde01 [2021-01-20T22:11:13.251Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-20T22:11:13.524Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-20T22:11:13.799Z] ---> 59d9d9efda59 [2021-01-20T22:11:13.799Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-20T22:11:14.076Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-20T22:11:14.677Z] ---> ec7b5cbc7d77 [2021-01-20T22:11:14.677Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-20T22:11:14.954Z] (1/5) Installing libgcc (9.3.0-r2) [2021-01-20T22:11:14.954Z] ---> Running in 0dd326631703 [2021-01-20T22:11:14.954Z] (2/5) Installing libsodium (1.0.18-r0) [2021-01-20T22:11:14.954Z] (3/5) Installing libstdc++ (9.3.0-r2) [2021-01-20T22:11:15.228Z] (4/5) Installing libzmq (4.3.3-r0) [2021-01-20T22:11:15.502Z] (5/5) Installing zeromq (4.3.3-r0) [2021-01-20T22:11:15.502Z] Executing busybox-1.31.1-r19.trigger [2021-01-20T22:11:15.502Z] OK: 8 MiB in 19 packages [2021-01-20T22:11:16.105Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-20T22:11:16.105Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-20T22:11:16.709Z] Removing intermediate container 946dc4e18596 [2021-01-20T22:11:16.709Z] ---> f9cd81b45ba9 [2021-01-20T22:11:16.709Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-20T22:11:16.709Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-20T22:11:16.709Z] (2/33) Installing expat (2.2.9-r1) [2021-01-20T22:11:16.709Z] (3/33) Installing libffi (3.3-r2) [2021-01-20T22:11:16.709Z] (4/33) Installing gdbm (1.13-r1) [2021-01-20T22:11:16.709Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-20T22:11:16.709Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-20T22:11:16.709Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-20T22:11:18.145Z] ---> 00489dfc3b2a [2021-01-20T22:11:18.145Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-20T22:11:18.747Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-20T22:11:18.747Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-20T22:11:18.747Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-20T22:11:18.747Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-20T22:11:18.747Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-20T22:11:18.747Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-20T22:11:18.747Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-20T22:11:18.747Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-20T22:11:19.021Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-20T22:11:19.021Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-20T22:11:19.021Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-20T22:11:19.021Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-20T22:11:19.021Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-20T22:11:19.021Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-20T22:11:19.021Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-20T22:11:19.021Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-20T22:11:19.021Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-20T22:11:19.021Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-20T22:11:19.299Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-20T22:11:19.299Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-20T22:11:19.299Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-20T22:11:19.299Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-20T22:11:19.299Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-20T22:11:19.299Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-20T22:11:19.299Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-20T22:11:19.299Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-20T22:11:19.586Z] ---> 0807ad87a74c [2021-01-20T22:11:19.586Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-20T22:11:19.586Z] Executing busybox-1.31.1-r19.trigger [2021-01-20T22:11:19.586Z] OK: 71 MiB in 55 packages [2021-01-20T22:11:20.672Z] ---> 09ed625205cf [2021-01-20T22:11:20.672Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-20T22:11:20.672Z] ---> Running in 370b8af9ad0e [2021-01-20T22:11:21.305Z] Removing intermediate container 370b8af9ad0e [2021-01-20T22:11:21.305Z] ---> da84ea9921e7 [2021-01-20T22:11:21.305Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-20T22:11:21.597Z] ---> Running in 4487f57ec7bd [2021-01-20T22:11:22.215Z] Removing intermediate container 4487f57ec7bd [2021-01-20T22:11:22.215Z] ---> 6d36c19199a0 [2021-01-20T22:11:22.215Z] Step 21/23 : LABEL arch=arm64 [2021-01-20T22:11:22.488Z] ---> Running in d084e89ca2dd [2021-01-20T22:11:23.099Z] Removing intermediate container d084e89ca2dd [2021-01-20T22:11:23.099Z] ---> a6a155623cf4 [2021-01-20T22:11:23.099Z] Step 22/23 : LABEL git_sha=571490ab40050a428ba8cc82887ebe9ce87abaea [2021-01-20T22:11:23.099Z] ---> Running in b6a6b61e607b [2021-01-20T22:11:23.707Z] Removing intermediate container b6a6b61e607b [2021-01-20T22:11:23.707Z] ---> 23c98577cda6 [2021-01-20T22:11:23.707Z] Step 23/23 : LABEL version=0.0.0 [2021-01-20T22:11:23.984Z] ---> Running in 31c994a09348 [2021-01-20T22:11:24.588Z] Removing intermediate container 31c994a09348 [2021-01-20T22:11:24.588Z] ---> f3fc239e61ca [2021-01-20T22:11:24.588Z] [2021-01-20T22:11:25.186Z] Successfully built f3fc239e61ca [2021-01-20T22:11:25.186Z] Successfully tagged docker-core-data-go-arm64:latest [2021-01-20T22:11:25.785Z]  Building docker-core-data-go ... done Removing intermediate container 0dd326631703 [2021-01-20T22:11:25.785Z] ---> c6edf58ed3fa [2021-01-20T22:11:25.785Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-01-20T22:11:26.059Z] ---> Running in 84f110373488 [2021-01-20T22:11:31.461Z] Collecting docker-compose==1.23.2 [2021-01-20T22:11:31.461Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-20T22:11:31.461Z] Collecting docker<4.0,>=3.6.0 [2021-01-20T22:11:31.461Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-20T22:11:32.065Z] Collecting docopt<0.7,>=0.6.1 [2021-01-20T22:11:32.065Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-20T22:11:35.456Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-20T22:11:35.456Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-20T22:11:35.456Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-20T22:11:35.456Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-20T22:11:37.426Z] 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-20T22:11:37.426Z] Collecting jsonschema<3,>=2.5.1 [2021-01-20T22:11:37.426Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-20T22:11:37.697Z] Collecting cached-property<2,>=1.2.0 [2021-01-20T22:11:37.969Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-20T22:11:38.243Z] Collecting texttable<0.10,>=0.9.0 [2021-01-20T22:11:38.243Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-20T22:11:40.226Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-20T22:11:40.226Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-20T22:11:41.202Z] Collecting PyYAML<4,>=3.10 [2021-01-20T22:11:41.202Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-20T22:11:44.584Z] Collecting docker-pycreds>=0.4.0 [2021-01-20T22:11:44.584Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-20T22:11:44.584Z] 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-20T22:11:44.584Z] 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-20T22:11:44.584Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-20T22:11:44.584Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-20T22:11:45.180Z] Collecting idna<2.8,>=2.5 [2021-01-20T22:11:45.180Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-20T22:11:45.180Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-20T22:11:45.180Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-20T22:11:45.180Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-20T22:11:45.180Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-20T22:11:46.155Z] Installing collected packages: docker-pycreds, websocket-client, urllib3, idna, requests, docker, docopt, dockerpty, jsonschema, cached-property, texttable, PyYAML, docker-compose [2021-01-20T22:11:46.428Z] Attempting uninstall: urllib3 [2021-01-20T22:11:46.428Z] Found existing installation: urllib3 1.25.9 [2021-01-20T22:11:46.428Z] Uninstalling urllib3-1.25.9: [2021-01-20T22:11:46.428Z] Successfully uninstalled urllib3-1.25.9 [2021-01-20T22:11:47.023Z] Attempting uninstall: idna [2021-01-20T22:11:47.023Z] Found existing installation: idna 2.9 [2021-01-20T22:11:47.023Z] Uninstalling idna-2.9: [2021-01-20T22:11:47.296Z] Successfully uninstalled idna-2.9 [2021-01-20T22:11:47.891Z] Attempting uninstall: requests [2021-01-20T22:11:47.891Z] Found existing installation: requests 2.23.0 [2021-01-20T22:11:47.891Z] Uninstalling requests-2.23.0: [2021-01-20T22:11:47.891Z] Successfully uninstalled requests-2.23.0 [2021-01-20T22:11:48.875Z] Running setup.py install for docopt: started [2021-01-20T22:11:50.845Z] Running setup.py install for docopt: finished with status 'done' [2021-01-20T22:11:50.845Z] Running setup.py install for dockerpty: started [2021-01-20T22:11:52.275Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-20T22:11:52.873Z] Running setup.py install for texttable: started [2021-01-20T22:11:54.859Z] Running setup.py install for texttable: finished with status 'done' [2021-01-20T22:11:54.859Z] Running setup.py install for PyYAML: started [2021-01-20T22:11:56.832Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-20T22:11:57.427Z] 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-20T22:12:01.735Z] Removing intermediate container 84f110373488 [2021-01-20T22:12:01.735Z] ---> c9c55710e10f [2021-01-20T22:12:01.735Z] Step 21/26 : RUN apk --no-cache add curl [2021-01-20T22:12:01.735Z] ---> Running in 431fb864814b [2021-01-20T22:12:02.333Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-20T22:12:02.333Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-20T22:12:02.928Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-20T22:12:02.928Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-20T22:12:02.928Z] (3/3) Installing curl (7.69.1-r3) [2021-01-20T22:12:02.928Z] Executing busybox-1.31.1-r19.trigger [2021-01-20T22:12:02.928Z] OK: 71 MiB in 58 packages [2021-01-20T22:12:04.362Z] Removing intermediate container 431fb864814b [2021-01-20T22:12:04.362Z] ---> a03a38ddbc19 [2021-01-20T22:12:04.362Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-20T22:12:04.362Z] ---> Running in 251edcc01677 [2021-01-20T22:12:04.639Z] Removing intermediate container 251edcc01677 [2021-01-20T22:12:04.639Z] ---> c575c8d4fdc6 [2021-01-20T22:12:04.639Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-20T22:12:04.918Z] ---> Running in 39316ba32053 [2021-01-20T22:12:05.518Z] Removing intermediate container 39316ba32053 [2021-01-20T22:12:05.518Z] ---> 70efcb099def [2021-01-20T22:12:05.518Z] Step 24/26 : LABEL arch=arm64 [2021-01-20T22:12:05.518Z] ---> Running in 97d60aa96a72 [2021-01-20T22:12:06.119Z] Removing intermediate container 97d60aa96a72 [2021-01-20T22:12:06.119Z] ---> 6602f1c3eba2 [2021-01-20T22:12:06.119Z] Step 25/26 : LABEL git_sha=571490ab40050a428ba8cc82887ebe9ce87abaea [2021-01-20T22:12:06.119Z] ---> Running in 0f9e51c5b778 [2021-01-20T22:12:06.719Z] Removing intermediate container 0f9e51c5b778 [2021-01-20T22:12:06.719Z] ---> 3f7ed2455831 [2021-01-20T22:12:06.719Z] Step 26/26 : LABEL version=0.0.0 [2021-01-20T22:12:06.719Z] ---> Running in ace0b29502a1 [2021-01-20T22:12:07.320Z] Removing intermediate container ace0b29502a1 [2021-01-20T22:12:07.320Z] ---> 8a4f414af064 [2021-01-20T22:12:07.320Z] [2021-01-20T22:12:07.593Z] Successfully built 8a4f414af064 [2021-01-20T22:12:07.593Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-01-20T22:12:07.882Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-01-20T22:12:07.891Z] $ docker stop --time=1 4beb301edba55809550c631416818cfafe884a37e8f55919babfb0b91c5431f2 [2021-01-20T22:12:09.792Z] $ docker rm -f 4beb301edba55809550c631416818cfafe884a37e8f55919babfb0b91c5431f2 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-20T22:12:10.444Z] + + dockergrep images docker [2021-01-20T22:12:10.444Z] [2021-01-20T22:12:10.715Z] docker-sys-mgmt-agent-go-arm64 latest 8a4f414af064 4 seconds ago 300MB [2021-01-20T22:12:10.715Z] docker-core-data-go-arm64 latest f3fc239e61ca 46 seconds ago 21MB [2021-01-20T22:12:10.715Z] docker-support-notifications-go-arm64 latest f24b9e4a112b About a minute ago 11.4MB [2021-01-20T22:12:10.715Z] docker-core-command-go-arm64 latest 24a970a6dfcc 2 minutes ago 9.98MB [2021-01-20T22:12:10.715Z] docker-security-secretstore-setup-go-arm64 latest 5b6d35ca147e 3 minutes ago 23.4MB [2021-01-20T22:12:10.715Z] docker-core-metadata-go-arm64 latest 4632eefee8fb 3 minutes ago 12.3MB [2021-01-20T22:12:10.715Z] docker-security-bootstrap-redis-go-arm64 latest fd7e9033b779 3 minutes ago 15.1MB [2021-01-20T22:12:10.715Z] docker-security-proxy-setup-go-arm64 latest 107865ec6aaf 3 minutes ago 23.2MB [2021-01-20T22:12:10.715Z] docker-support-scheduler-go-arm64 latest ce53ad7b0550 3 minutes ago 10.1MB [2021-01-20T22:12:10.715Z] docker 20.10.0 eeaf43b92773 5 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-20T22:12:12.676Z] provisioning config files... [2021-01-20T22:12:12.688Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/7@tmp/config8842393179591508709tmp [Pipeline] { [Pipeline] sh [2021-01-20T22:12:13.094Z] + set +x [2021-01-20T22:12:13.094Z] + curl -s https://codecov.io/bash [2021-01-20T22:12:13.094Z] + bash -s -- [2021-01-20T22:12:13.363Z] [2021-01-20T22:12:13.363Z] _____ _ [2021-01-20T22:12:13.363Z] / ____| | | [2021-01-20T22:12:13.363Z] | | ___ __| | ___ ___ _____ __ [2021-01-20T22:12:13.363Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-01-20T22:12:13.363Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-01-20T22:12:13.363Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-01-20T22:12:13.363Z] Bash-20210115-cec3c92 [2021-01-20T22:12:13.363Z] [2021-01-20T22:12:13.363Z] [2021-01-20T22:12:13.363Z] ==> git version 2.24.3 found [2021-01-20T22:12:13.363Z] ==> 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-20T22:12:13.363Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-01-20T22:12:13.363Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-01-20T22:12:13.363Z] ==> Jenkins CI detected. [2021-01-20T22:12:13.363Z] project root: . [2021-01-20T22:12:13.363Z] --> token set from env [2021-01-20T22:12:13.625Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-01-20T22:12:13.625Z] ==> Running gcov in . (disable via -X gcov) [2021-01-20T22:12:13.625Z] ==> Python coveragepy not found [2021-01-20T22:12:13.625Z] ==> Searching for coverage reports in: [2021-01-20T22:12:13.625Z] + . [2021-01-20T22:12:13.625Z] -> Found 1 reports [2021-01-20T22:12:13.625Z] ==> Detecting git/mercurial file structure [2021-01-20T22:12:13.625Z] ==> Reading reports [2021-01-20T22:12:13.625Z] + ./coverage.out bytes=550466 [2021-01-20T22:12:13.625Z] ==> Appending adjustments [2021-01-20T22:12:13.625Z] https://docs.codecov.io/docs/fixing-reports [2021-01-20T22:12:16.932Z] + Found adjustments [2021-01-20T22:12:16.932Z] ==> Gzipping contents [2021-01-20T22:12:16.932Z] 84K /tmp/codecov.HVvNhM.gz [2021-01-20T22:12:16.932Z] ==> Uploading reports [2021-01-20T22:12:16.932Z] url: https://codecov.io [2021-01-20T22:12:16.932Z] query: branch=PR-3051&commit=571490ab40050a428ba8cc82887ebe9ce87abaea&build=7&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3051%2F7%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3051&job=&cmd_args= [2021-01-20T22:12:16.932Z] -> Pinging Codecov [2021-01-20T22:12:16.932Z] https://codecov.io/upload/v4?package=bash-20210115-cec3c92&token=secret&branch=PR-3051&commit=571490ab40050a428ba8cc82887ebe9ce87abaea&build=7&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3051%2F7%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3051&job=&cmd_args= [2021-01-20T22:12:17.505Z] -> Uploading to [2021-01-20T22:12:17.505Z] https://storage.googleapis.com/codecov/v4/raw/2021-01-20/00271124DB129430A58F1EEE437C3FCB/571490ab40050a428ba8cc82887ebe9ce87abaea/1bab798b-14eb-4d4a-8cdc-b1ee80a635a5.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210120%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210120T221217Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=f79fb132f7027e849bd7aeda7ab45132bc718a12da5ccc1423304aede4b224e5 [2021-01-20T22:12:17.505Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-20T22:12:17.505Z] Dload Upload Total Spent Left Speed [2021-01-20T22:12:18.078Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 83318 0 0 100 83318 0 147k --:--:-- --:--:-- --:--:-- 147k [2021-01-20T22:12:18.078Z] -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/571490ab40050a428ba8cc82887ebe9ce87abaea [Pipeline] } [2021-01-20T22:12:18.088Z] 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-20T22:12:20.407Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-20T22:12:21.283Z] ---> package-listing.sh [2021-01-20T22:12:21.283Z] ++ facter osfamily [2021-01-20T22:12:21.283Z] ++ tr '[:upper:]' '[:lower:]' [2021-01-20T22:12:21.283Z] + OS_FAMILY=redhat [2021-01-20T22:12:21.283Z] + workspace=/w/workspace/edgex-go/7 [2021-01-20T22:12:21.283Z] + START_PACKAGES=/tmp/packages_start.txt [2021-01-20T22:12:21.283Z] + END_PACKAGES=/tmp/packages_end.txt [2021-01-20T22:12:21.283Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-01-20T22:12:21.283Z] + PACKAGES=/tmp/packages_start.txt [2021-01-20T22:12:21.283Z] + '[' /w/workspace/edgex-go/7 ']' [2021-01-20T22:12:21.283Z] + PACKAGES=/tmp/packages_end.txt [2021-01-20T22:12:21.283Z] + case "${OS_FAMILY}" in [2021-01-20T22:12:21.283Z] + rpm -qa [2021-01-20T22:12:21.283Z] + sort [2021-01-20T22:12:26.595Z] + '[' -f /tmp/packages_start.txt ']' [2021-01-20T22:12:26.595Z] + '[' -f /tmp/packages_end.txt ']' [2021-01-20T22:12:26.595Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-01-20T22:12:26.595Z] + '[' /w/workspace/edgex-go/7 ']' [2021-01-20T22:12:26.595Z] + mkdir -p /w/workspace/edgex-go/7/archives/ [2021-01-20T22:12:26.595Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/7/archives/ [Pipeline] echo [2021-01-20T22:12:26.609Z] 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/7/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-01-20T22:12:26.905Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-01-20T22:12:27.215Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-20T22:12:27.215Z] [2021-01-20T22:12:27.216Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-01-20T22:12:27.572Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-20T22:12:27.573Z] alpine: Pulling from edgex-lftools-log-publisher [2021-01-20T22:12:27.573Z] df20fa9351a1: Pulling fs layer [2021-01-20T22:12:27.573Z] 36b3adc4ff6f: Pulling fs layer [2021-01-20T22:12:27.573Z] 8ad3a11d3b57: Pulling fs layer [2021-01-20T22:12:27.573Z] 46f8f816bc3b: Pulling fs layer [2021-01-20T22:12:27.573Z] 93b61091891f: Pulling fs layer [2021-01-20T22:12:27.573Z] 93b9cdb0e59b: Pulling fs layer [2021-01-20T22:12:27.573Z] 5e14af77c1be: Pulling fs layer [2021-01-20T22:12:27.573Z] 01666e4c0597: Pulling fs layer [2021-01-20T22:12:27.573Z] aa168da1d23b: Pulling fs layer [2021-01-20T22:12:27.573Z] 46f8f816bc3b: Waiting [2021-01-20T22:12:27.573Z] 93b61091891f: Waiting [2021-01-20T22:12:27.573Z] 93b9cdb0e59b: Waiting [2021-01-20T22:12:27.573Z] 5e14af77c1be: Waiting [2021-01-20T22:12:27.573Z] 01666e4c0597: Waiting [2021-01-20T22:12:27.573Z] aa168da1d23b: Waiting [2021-01-20T22:12:27.573Z] 36b3adc4ff6f: Verifying Checksum [2021-01-20T22:12:27.573Z] 36b3adc4ff6f: Download complete [2021-01-20T22:12:27.573Z] 46f8f816bc3b: Verifying Checksum [2021-01-20T22:12:27.573Z] 46f8f816bc3b: Download complete [2021-01-20T22:12:27.835Z] df20fa9351a1: Verifying Checksum [2021-01-20T22:12:27.835Z] df20fa9351a1: Download complete [2021-01-20T22:12:27.835Z] 93b9cdb0e59b: Verifying Checksum [2021-01-20T22:12:27.835Z] 93b9cdb0e59b: Download complete [2021-01-20T22:12:27.835Z] 93b61091891f: Verifying Checksum [2021-01-20T22:12:27.835Z] 93b61091891f: Download complete [2021-01-20T22:12:27.835Z] 5e14af77c1be: Verifying Checksum [2021-01-20T22:12:27.835Z] 5e14af77c1be: Download complete [2021-01-20T22:12:27.835Z] 01666e4c0597: Verifying Checksum [2021-01-20T22:12:27.835Z] 01666e4c0597: Download complete [2021-01-20T22:12:28.097Z] df20fa9351a1: Pull complete [2021-01-20T22:12:28.359Z] 36b3adc4ff6f: Pull complete [2021-01-20T22:12:28.627Z] 8ad3a11d3b57: Verifying Checksum [2021-01-20T22:12:28.627Z] 8ad3a11d3b57: Download complete [2021-01-20T22:12:29.579Z] 8ad3a11d3b57: Pull complete [2021-01-20T22:12:30.157Z] aa168da1d23b: Verifying Checksum [2021-01-20T22:12:30.157Z] aa168da1d23b: Download complete [2021-01-20T22:12:30.733Z] 46f8f816bc3b: Pull complete [2021-01-20T22:12:32.655Z] 93b61091891f: Pull complete [2021-01-20T22:12:32.655Z] 93b9cdb0e59b: Pull complete [2021-01-20T22:12:32.656Z] 5e14af77c1be: Pull complete [2021-01-20T22:12:32.656Z] 01666e4c0597: Pull complete [2021-01-20T22:12:40.830Z] aa168da1d23b: Pull complete [2021-01-20T22:12:40.830Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-01-20T22:12:41.404Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-20T22:12:41.404Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-01-20T22:12:41.620Z] prd-centos7-docker-4c-2g-21688 does not seem to be running inside a container [2021-01-20T22:12:41.668Z] $ 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/7/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/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@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-lftools-log-publisher:alpine cat [2021-01-20T22:12:44.948Z] $ docker top d64339635ba3830be29ee442897aebbd3bc087e10440d9cc466fc6d7a0837bd2 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-20T22:12:45.518Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-01-20T22:12:45.824Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-01-20T22:12:46.151Z] + ls /var/log/sa-host [2021-01-20T22:12:46.151Z] + sadf -c /var/log/sa-host/sa20 [2021-01-20T22:12:46.151Z] file_magic: OK [2021-01-20T22:12:46.151Z] HZ: Using current value: 100 [2021-01-20T22:12:46.151Z] file_header: OK [2021-01-20T22:12:46.151Z] 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-20T22:12:46.151Z] Statistics: [2021-01-20T22:12:46.152Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-01-20T22:12:46.152Z] File successfully converted to sysstat format version 12.2.1 [2021-01-20T22:12:46.152Z] + sadf -c /var/log/sa-host/sa23 [2021-01-20T22:12:46.152Z] file_magic: OK [2021-01-20T22:12:46.152Z] HZ: Using current value: 100 [2021-01-20T22:12:46.152Z] file_header: OK [2021-01-20T22:12:46.152Z] 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-20T22:12:46.152Z] Statistics: [2021-01-20T22:12:46.152Z] Hnuu...uuuununununu... [2021-01-20T22:12:46.152Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-01-20T22:12:46.428Z] provisioning config files... [2021-01-20T22:12:46.480Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/7@tmp/config8899793677692793685tmp [Pipeline] { [Pipeline] echo [2021-01-20T22:12:46.603Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-20T22:12:46.928Z] ---> create-netrc.sh [Pipeline] } [2021-01-20T22:12:46.938Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-01-20T22:12:47.039Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-20T22:12:47.338Z] ---> python-tools-install.sh [Pipeline] echo [2021-01-20T22:12:47.349Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-20T22:12:47.650Z] ---> sudo-logs.sh [2021-01-20T22:12:47.651Z] Archiving 'sudo' log.. [Pipeline] echo [2021-01-20T22:12:47.661Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-20T22:12:47.958Z] ---> job-cost.sh [2021-01-20T22:12:47.958Z] lf-activate-venv: SKIPPING [2021-01-20T22:12:47.958Z] INFO: No Stack... [2021-01-20T22:12:48.903Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-01-20T22:12:49.476Z] INFO: Archiving Costs [Pipeline] echo [2021-01-20T22:12:49.489Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-20T22:12:49.784Z] ---> logs-deploy.sh [2021-01-20T22:12:49.784Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3051/7 [2021-01-20T22:12:49.784Z] INFO: archiving workspace using pattern(s): [2021-01-20T22:12:51.173Z] Archives upload complete. [2021-01-20T22:12:51.173Z] INFO: archiving logs to Nexus