Pull request #3075 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 43b882124282ec1afd2baf8b324d969a4719e16c+304d320492d37461b40de67c95ae73491c8494ce (3450780e826e27b29ee1c46d99289e6014912ff2) 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 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 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 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 # timeout=10 Commit message: "Add license check to tox" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 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 ‘prd-centos7-docker-4c-2g-23993’ Running on prd-centos7-docker-4c-2g-23995 in /w/workspace/edgexfoundry_edgex-go_PR-3075 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/9 [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/9 # 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 304d320492d37461b40de67c95ae73491c8494ce into PR head commit 43b882124282ec1afd2baf8b324d969a4719e16c Merge succeeded, producing 43b882124282ec1afd2baf8b324d969a4719e16c Checking out Revision 43b882124282ec1afd2baf8b324d969a4719e16c (PR-3075) > 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/3075/head:refs/remotes/origin/PR-3075 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 43b882124282ec1afd2baf8b324d969a4719e16c # 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 304d320492d37461b40de67c95ae73491c8494ce # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 43b882124282ec1afd2baf8b324d969a4719e16c # timeout=10 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-secrets/v2" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-01-29T20:21:49.956Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-01-29T20:21:50.205Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-01-29T20:21:50.300Z] ========================================================= [2021-01-29T20:21:50.300Z] EdgeX Global Pipelines Version Info [2021-01-29T20:21:50.300Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk 3b226467636634dfdaca3a1a4f61fea0c48dc152 # timeout=10 [2021-01-29T20:21:51.774Z] ------------------- [2021-01-29T20:21:51.774Z] stable info: [2021-01-29T20:21:51.774Z] ------------------- [2021-01-29T20:21:51.774Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-29T20:21:51.774Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-01-29T20:21:51.774Z] Message: update stable to v1.0.179 [2021-01-29T20:21:52.724Z] ------------------- [2021-01-29T20:21:52.724Z] experimental info: [2021-01-29T20:21:52.724Z] ------------------- [2021-01-29T20:21:52.724Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-29T20:21:52.724Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-01-29T20:21:52.724Z] Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-01-29T20:21:53.012Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-01-29T20:21:53.102Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-01-29T20:21:53.189Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-01-29T20:21:53.290Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-01-29T20:21:53.415Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-01-29T20:21:53.523Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-01-29T20:21:53.611Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-01-29T20:21:53.699Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-01-29T20:21:53.787Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-01-29T20:21:53.895Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-01-29T20:21:54.016Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-01-29T20:21:54.182Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-01-29T20:21:54.297Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-01-29T20:21:54.381Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-01-29T20:21:54.475Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-01-29T20:21:54.560Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-01-29T20:21:54.647Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-01-29T20:21:54.741Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-01-29T20:21:54.833Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-01-29T20:21:54.912Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-01-29T20:21:54.994Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-01-29T20:21:55.074Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-01-29T20:21:55.179Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-01-29T20:21:55.266Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3075 [Pipeline] echo [2021-01-29T20:21:55.356Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3075 [Pipeline] echo [2021-01-29T20:21:55.445Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3075 [Pipeline] echo [2021-01-29T20:21:55.587Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 43b882124282ec1afd2baf8b324d969a4719e16c [Pipeline] echo [2021-01-29T20:21:55.679Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 43b8821 [Pipeline] echo [2021-01-29T20:21:55.810Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-29T20:21:55.977Z] provisioning config files... [2021-01-29T20:21:56.014Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/9@tmp/config2260016739857353823tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-29T20:21:56.373Z] ---> docker-login.sh [2021-01-29T20:21:56.374Z] nexus3.edgexfoundry.org:10001 [2021-01-29T20:21:56.638Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-29T20:21:56.904Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-29T20:21:56.904Z] Configure a credential helper to remove this warning. See [2021-01-29T20:21:56.904Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-29T20:21:56.904Z] [2021-01-29T20:21:56.904Z] Login Succeeded [2021-01-29T20:21:56.904Z] nexus3.edgexfoundry.org:10002 [2021-01-29T20:21:56.904Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-29T20:21:56.904Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-29T20:21:56.904Z] Configure a credential helper to remove this warning. See [2021-01-29T20:21:56.904Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-29T20:21:56.904Z] [2021-01-29T20:21:56.904Z] Login Succeeded [2021-01-29T20:21:56.904Z] nexus3.edgexfoundry.org:10003 [2021-01-29T20:21:57.168Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-29T20:21:57.168Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-29T20:21:57.168Z] Configure a credential helper to remove this warning. See [2021-01-29T20:21:57.168Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-29T20:21:57.168Z] [2021-01-29T20:21:57.168Z] Login Succeeded [2021-01-29T20:21:57.168Z] nexus3.edgexfoundry.org:10004 [2021-01-29T20:21:57.168Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-29T20:21:57.430Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-29T20:21:57.430Z] Configure a credential helper to remove this warning. See [2021-01-29T20:21:57.430Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-29T20:21:57.430Z] [2021-01-29T20:21:57.430Z] Login Succeeded [2021-01-29T20:21:57.430Z] docker.io [2021-01-29T20:21:57.430Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-29T20:21:57.693Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-29T20:21:57.693Z] Configure a credential helper to remove this warning. See [2021-01-29T20:21:57.693Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-29T20:21:57.693Z] [2021-01-29T20:21:57.693Z] Login Succeeded [2021-01-29T20:21:57.693Z] ---> docker-login.sh ends [Pipeline] } [2021-01-29T20:21:57.705Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-29T20:21:58.164Z] ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile [2021-01-29T20:21:58.164Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-29T20:21:58.164Z] ++ dirname cmd/core-command/Dockerfile [2021-01-29T20:21:58.164Z] ++ cut -d/ -f2 [2021-01-29T20:21:58.164Z] + echo core-command,cmd/core-command/Dockerfile [2021-01-29T20:21:58.164Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-29T20:21:58.164Z] ++ dirname cmd/core-data/Dockerfile [2021-01-29T20:21:58.164Z] ++ cut -d/ -f2 [2021-01-29T20:21:58.164Z] + echo core-data,cmd/core-data/Dockerfile [2021-01-29T20:21:58.164Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-29T20:21:58.164Z] ++ dirname cmd/core-metadata/Dockerfile [2021-01-29T20:21:58.164Z] ++ cut -d/ -f2 [2021-01-29T20:21:58.164Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-01-29T20:21:58.164Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-29T20:21:58.164Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-01-29T20:21:58.164Z] ++ cut -d/ -f2 [2021-01-29T20:21:58.164Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-01-29T20:21:58.164Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-29T20:21:58.164Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-01-29T20:21:58.164Z] ++ cut -d/ -f2 [2021-01-29T20:21:58.164Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-01-29T20:21:58.164Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-29T20:21:58.164Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-01-29T20:21:58.164Z] ++ cut -d/ -f2 [2021-01-29T20:21:58.164Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-01-29T20:21:58.164Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-29T20:21:58.164Z] ++ dirname cmd/support-notifications/Dockerfile [2021-01-29T20:21:58.164Z] ++ cut -d/ -f2 [2021-01-29T20:21:58.164Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-01-29T20:21:58.164Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-29T20:21:58.164Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-01-29T20:21:58.165Z] ++ cut -d/ -f2 [2021-01-29T20:21:58.165Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-01-29T20:21:58.165Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-29T20:21:58.165Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-01-29T20:21:58.165Z] ++ cut -d/ -f2 [2021-01-29T20:21:58.165Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-01-29T20:21:58.236Z] Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-bootstrapper-go, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2021-01-29T20:21:59.049Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-29T20:21:59.049Z] [2021-01-29T20:21:59.049Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-01-29T20:21:59.397Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-29T20:21:59.397Z] latest: Pulling from edgex-devops/git-semver [2021-01-29T20:21:59.397Z] 31603596830f: Pulling fs layer [2021-01-29T20:21:59.397Z] 2a8b12db71e7: Pulling fs layer [2021-01-29T20:21:59.397Z] 6ca5941a6612: Pulling fs layer [2021-01-29T20:21:59.397Z] ecc8261a40a4: Pulling fs layer [2021-01-29T20:21:59.397Z] ecc8261a40a4: Waiting [2021-01-29T20:21:59.397Z] 2a8b12db71e7: Verifying Checksum [2021-01-29T20:21:59.397Z] 2a8b12db71e7: Download complete [2021-01-29T20:21:59.666Z] 31603596830f: Verifying Checksum [2021-01-29T20:21:59.666Z] 31603596830f: Download complete [2021-01-29T20:21:59.666Z] 6ca5941a6612: Verifying Checksum [2021-01-29T20:21:59.666Z] 6ca5941a6612: Download complete [2021-01-29T20:21:59.666Z] ecc8261a40a4: Verifying Checksum [2021-01-29T20:21:59.666Z] ecc8261a40a4: Download complete [2021-01-29T20:21:59.929Z] 31603596830f: Pull complete [2021-01-29T20:22:00.196Z] 2a8b12db71e7: Pull complete [2021-01-29T20:22:01.144Z] 6ca5941a6612: Pull complete [2021-01-29T20:22:01.144Z] ecc8261a40a4: Pull complete [2021-01-29T20:22:01.405Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-01-29T20:22:01.405Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-29T20:22:01.405Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-01-29T20:22:01.518Z] prd-centos7-docker-4c-2g-23995 does not seem to be running inside a container [2021-01-29T20:22:01.568Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/9 -v /w/workspace/edgex-go/9:/w/workspace/edgex-go/9:rw,z -v /w/workspace/edgex-go/9@tmp:/w/workspace/edgex-go/9@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-01-29T20:22:04.003Z] $ docker top 2739fd2b092cc4b247688b01bf853bc2b16c7cfc200f4272ce0ef8faf122e356 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-29T20:22:04.383Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-29T20:22:04.383Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-29T20:22:04.650Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-29T20:22:04.655Z] $ docker exec 2739fd2b092cc4b247688b01bf853bc2b16c7cfc200f4272ce0ef8faf122e356 ssh-agent [2021-01-29T20:22:04.885Z] SSH_AUTH_SOCK=/tmp/ssh-q4nXIaUloCxS/agent.12 [2021-01-29T20:22:04.885Z] SSH_AGENT_PID=17 [2021-01-29T20:22:04.901Z] Running ssh-add (command line suppressed) [2021-01-29T20:22:05.039Z] Identity added: /w/workspace/edgex-go/9@tmp/private_key_5851629719553538258.key (/w/workspace/edgex-go/9@tmp/private_key_5851629719553538258.key) [2021-01-29T20:22:05.106Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-29T20:22:05.447Z] + git tag --points-at HEAD [Pipeline] } [2021-01-29T20:22:05.472Z] $ docker exec --env ******** --env ******** 2739fd2b092cc4b247688b01bf853bc2b16c7cfc200f4272ce0ef8faf122e356 ssh-agent -k [2021-01-29T20:22:05.590Z] unset SSH_AUTH_SOCK; [2021-01-29T20:22:05.590Z] unset SSH_AGENT_PID; [2021-01-29T20:22:05.590Z] echo Agent pid 17 killed; [2021-01-29T20:22:05.639Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-01-29T20:22:05.804Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-29T20:22:05.804Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-29T20:22:05.986Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-29T20:22:05.990Z] $ docker exec 2739fd2b092cc4b247688b01bf853bc2b16c7cfc200f4272ce0ef8faf122e356 ssh-agent [2021-01-29T20:22:06.167Z] SSH_AUTH_SOCK=/tmp/ssh-3mVr0VtI5dwa/agent.45 [2021-01-29T20:22:06.167Z] SSH_AGENT_PID=51 [2021-01-29T20:22:06.177Z] Running ssh-add (command line suppressed) [2021-01-29T20:22:06.296Z] Identity added: /w/workspace/edgex-go/9@tmp/private_key_3659782993339673949.key (/w/workspace/edgex-go/9@tmp/private_key_3659782993339673949.key) [2021-01-29T20:22:06.347Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-29T20:22:06.678Z] + git semver init [2021-01-29T20:22:06.678Z] # -> Open(): unable to determine branch for HEAD [2021-01-29T20:22:06.678Z] # $GIT_DIR = /w/workspace/edgex-go/9/.git [2021-01-29T20:22:06.678Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/9 [2021-01-29T20:22:06.678Z] # $SEMVER_REMOTE_NAME = origin [2021-01-29T20:22:06.678Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-29T20:22:06.678Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-29T20:22:06.678Z] # $SEMVER_BRANCH = PR-3075 [2021-01-29T20:22:06.678Z] # $SEMVER_TEMP = /tmp/semver-719929148 [2021-01-29T20:22:06.678Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-01-29T20:22:28.748Z] # '/tmp/semver-719929148' -> '/w/workspace/edgex-go/9/.semver' [2021-01-29T20:22:28.748Z] # -> Force: false [2021-01-29T20:22:28.748Z] # $SEMVER_DIR = /w/workspace/edgex-go/9/.semver [Pipeline] } [2021-01-29T20:22:28.761Z] $ docker exec --env ******** --env ******** 2739fd2b092cc4b247688b01bf853bc2b16c7cfc200f4272ce0ef8faf122e356 ssh-agent -k [2021-01-29T20:22:28.973Z] unset SSH_AUTH_SOCK; [2021-01-29T20:22:28.973Z] unset SSH_AGENT_PID; [2021-01-29T20:22:28.973Z] echo Agent pid 51 killed; [2021-01-29T20:22:29.072Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-29T20:22:29.530Z] + git semver [Pipeline] } [2021-01-29T20:22:29.548Z] $ docker stop --time=1 2739fd2b092cc4b247688b01bf853bc2b16c7cfc200f4272ce0ef8faf122e356 [2021-01-29T20:22:31.187Z] $ docker rm -f 2739fd2b092cc4b247688b01bf853bc2b16c7cfc200f4272ce0ef8faf122e356 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-29T20:22:31.773Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-01-29T20:22:32.277Z] Stashed 1 file(s) [Pipeline] echo [2021-01-29T20:22:32.280Z] [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-29T20:22:33.401Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-01-29T20:22:33.703Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-29T20:22:34.001Z] + sudo service docker restart [2021-01-29T20:22:34.001Z] + true [2021-01-29T20:22:34.001Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-01-29T20:22:34.608Z] ========================================================= [2021-01-29T20:22:34.608Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-01-29T20:22:34.608Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-29T20:22:34.961Z] + 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-29T20:22:38.284Z] Sending build context to Docker daemon 327.2MB [2021-01-29T20:22:38.547Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-29T20:22:38.547Z] Step 2/6 : FROM ${BASE} [2021-01-29T20:22:38.547Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-01-29T20:22:38.547Z] 188c0c94c7c5: Pulling fs layer [2021-01-29T20:22:38.547Z] 0ef7d3d256c8: Pulling fs layer [2021-01-29T20:22:38.547Z] de9db76c5a1d: Pulling fs layer [2021-01-29T20:22:38.547Z] bca2f99d35d6: Pulling fs layer [2021-01-29T20:22:38.547Z] 93359f2a8cfa: Pulling fs layer [2021-01-29T20:22:38.547Z] 7c6f9722023f: Pulling fs layer [2021-01-29T20:22:38.547Z] a35cf1a2eb13: Pulling fs layer [2021-01-29T20:22:38.547Z] bca2f99d35d6: Waiting [2021-01-29T20:22:38.547Z] 93359f2a8cfa: Waiting [2021-01-29T20:22:38.547Z] 7c6f9722023f: Waiting [2021-01-29T20:22:38.547Z] a35cf1a2eb13: Waiting [2021-01-29T20:22:38.547Z] de9db76c5a1d: Verifying Checksum [2021-01-29T20:22:38.547Z] de9db76c5a1d: Download complete [2021-01-29T20:22:38.547Z] 0ef7d3d256c8: Verifying Checksum [2021-01-29T20:22:38.547Z] 0ef7d3d256c8: Download complete [2021-01-29T20:22:38.547Z] 93359f2a8cfa: Download complete [2021-01-29T20:22:38.547Z] 188c0c94c7c5: Verifying Checksum [2021-01-29T20:22:38.547Z] 188c0c94c7c5: Download complete [2021-01-29T20:22:38.547Z] 7c6f9722023f: Verifying Checksum [2021-01-29T20:22:38.547Z] 7c6f9722023f: Download complete [2021-01-29T20:22:39.122Z] 188c0c94c7c5: Pull complete [2021-01-29T20:22:39.122Z] 0ef7d3d256c8: Pull complete [2021-01-29T20:22:39.386Z] de9db76c5a1d: Pull complete [2021-01-29T20:22:40.784Z] a35cf1a2eb13: Verifying Checksum [2021-01-29T20:22:40.784Z] a35cf1a2eb13: Download complete [2021-01-29T20:22:41.368Z] bca2f99d35d6: Verifying Checksum [2021-01-29T20:22:41.368Z] bca2f99d35d6: Download complete [2021-01-29T20:22:46.697Z] bca2f99d35d6: Pull complete [2021-01-29T20:22:46.697Z] 93359f2a8cfa: Pull complete [2021-01-29T20:22:46.697Z] 7c6f9722023f: Pull complete [2021-01-29T20:22:47.915Z] Still waiting to schedule task [2021-01-29T20:22:47.916Z] Waiting for next available executor on ‘prd-ubuntu18.04-docker-arm64-4c-16g-23996’ [2021-01-29T20:22:50.938Z] a35cf1a2eb13: Pull complete [2021-01-29T20:22:51.202Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-01-29T20:22:51.202Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-01-29T20:22:51.202Z] ---> a62c8e92a672 [2021-01-29T20:22:51.202Z] 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-29T20:22:51.202Z] ---> Running in 7413362be6b2 [2021-01-29T20:22:52.150Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-29T20:22:52.725Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-29T20:22:53.300Z] (1/12) Installing libmagic (5.38-r0) [2021-01-29T20:22:53.300Z] (2/12) Installing file (5.38-r0) [2021-01-29T20:22:53.563Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-29T20:22:53.563Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-29T20:22:56.880Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-29T20:22:57.142Z] (6/12) Installing patch (2.7.6-r6) [2021-01-29T20:22:57.142Z] (7/12) Installing build-base (0.5-r2) [2021-01-29T20:22:57.142Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-29T20:22:57.405Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-29T20:22:57.405Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-29T20:22:57.405Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-29T20:22:57.669Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-29T20:22:57.669Z] Executing busybox-1.31.1-r19.trigger [2021-01-29T20:22:57.669Z] OK: 233 MiB in 51 packages [2021-01-29T20:23:00.988Z] Removing intermediate container 7413362be6b2 [2021-01-29T20:23:00.988Z] ---> 0c73751c8213 [2021-01-29T20:23:00.988Z] Step 4/6 : WORKDIR /edgex-go [2021-01-29T20:23:00.988Z] ---> Running in b7b53970ccf2 [2021-01-29T20:23:01.253Z] Removing intermediate container b7b53970ccf2 [2021-01-29T20:23:01.253Z] ---> 89a54d3ba20f [2021-01-29T20:23:01.253Z] Step 5/6 : COPY go.mod . [2021-01-29T20:23:01.253Z] ---> 5b7030b8df9d [2021-01-29T20:23:01.253Z] Step 6/6 : RUN go mod download [2021-01-29T20:23:01.519Z] ---> Running in 6f22dbd5f7b3 [2021-01-29T20:23:23.612Z] Removing intermediate container 6f22dbd5f7b3 [2021-01-29T20:23:23.612Z] ---> 0d90d400b77f [2021-01-29T20:23:23.612Z] Successfully built 0d90d400b77f [2021-01-29T20:23:23.612Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-29T20:23:23.925Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-29T20:23:23.925Z] . [Pipeline] withDockerContainer [2021-01-29T20:23:24.037Z] prd-centos7-docker-4c-2g-23995 does not seem to be running inside a container [2021-01-29T20:23:24.090Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/9 -v /w/workspace/edgex-go/9:/w/workspace/edgex-go/9:rw,z -v /w/workspace/edgex-go/9@tmp:/w/workspace/edgex-go/9@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-01-29T20:23:25.372Z] $ docker top 0ab204cc10fca8b8613bf228ded112046475b7ae1a6d58a874cbfa679d7bfdad -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-29T20:23:25.889Z] + go version [2021-01-29T20:23:25.889Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-01-29T20:23:25.904Z] $ docker stop --time=1 0ab204cc10fca8b8613bf228ded112046475b7ae1a6d58a874cbfa679d7bfdad [2021-01-29T20:23:27.257Z] $ docker rm -f 0ab204cc10fca8b8613bf228ded112046475b7ae1a6d58a874cbfa679d7bfdad [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-29T20:23:28.047Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-29T20:23:28.047Z] . [Pipeline] withDockerContainer [2021-01-29T20:23:28.147Z] prd-centos7-docker-4c-2g-23995 does not seem to be running inside a container [2021-01-29T20:23:28.202Z] $ 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/9 -v /w/workspace/edgex-go/9:/w/workspace/edgex-go/9:rw,z -v /w/workspace/edgex-go/9@tmp:/w/workspace/edgex-go/9@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-01-29T20:23:28.828Z] $ docker top 79a52b5b5a2e51f89b1a3babd4a4b07afe0ca9c3b4f6f9b97885bca9d2713cdb -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-29T20:23:29.015Z] ========================================================= [2021-01-29T20:23:29.015Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-01-29T20:23:29.015Z] ========================================================= [Pipeline] sh [2021-01-29T20:23:29.309Z] + make test [2021-01-29T20:23:29.309Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-29T20:23:39.367Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-01-29T20:23:57.638Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-01-29T20:23:58.222Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-01-29T20:24:00.203Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-01-29T20:24:00.203Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-01-29T20:24:00.203Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-01-29T20:24:02.521Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-01-29T20:24:02.521Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-01-29T20:24:02.521Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-01-29T20:24:02.521Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-01-29T20:24:02.521Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-01-29T20:24:02.521Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-01-29T20:24:05.201Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-01-29T20:24:05.201Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-01-29T20:24:05.201Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-01-29T20:24:07.798Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.111s coverage: 46.0% of statements [2021-01-29T20:24:07.798Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-01-29T20:24:07.798Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-01-29T20:24:07.798Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-01-29T20:24:07.798Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-01-29T20:24:07.798Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-01-29T20:24:07.798Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-01-29T20:24:07.798Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-01-29T20:24:07.798Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.060s coverage: 100.0% of statements [2021-01-29T20:24:12.051Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.235s coverage: 27.1% of statements [2021-01-29T20:24:12.051Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-01-29T20:24:12.051Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-01-29T20:24:12.051Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-01-29T20:24:12.051Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-01-29T20:24:12.051Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-01-29T20:24:12.051Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-01-29T20:24:12.051Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.044s coverage: 100.0% of statements [2021-01-29T20:24:12.051Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-01-29T20:24:12.051Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.037s coverage: 100.0% of statements [2021-01-29T20:24:12.051Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-01-29T20:24:12.051Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-01-29T20:24:12.051Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.091s coverage: 65.8% of statements [2021-01-29T20:24:12.051Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-01-29T20:24:12.051Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-01-29T20:24:12.051Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.445s coverage: 82.3% of statements [2021-01-29T20:24:12.051Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-01-29T20:24:12.051Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-01-29T20:24:12.051Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-01-29T20:24:12.051Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-01-29T20:24:14.012Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.409s coverage: 28.6% of statements [2021-01-29T20:24:14.012Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-01-29T20:24:14.012Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-01-29T20:24:14.012Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-01-29T20:24:14.012Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-01-29T20:24:14.012Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-01-29T20:24:14.012Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.079s coverage: 100.0% of statements [2021-01-29T20:24:14.012Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-01-29T20:24:14.012Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.040s coverage: 100.0% of statements [2021-01-29T20:24:14.012Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-01-29T20:24:14.012Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.113s coverage: 86.7% of statements [2021-01-29T20:24:14.012Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-01-29T20:24:14.287Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.111s coverage: 97.5% of statements [2021-01-29T20:24:14.287Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-01-29T20:24:14.287Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.074s coverage: 78.3% of statements [2021-01-29T20:24:14.287Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-01-29T20:24:14.287Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-01-29T20:24:14.287Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-01-29T20:24:14.287Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-01-29T20:24:16.900Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.408s coverage: 92.8% of statements [2021-01-29T20:24:16.900Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-01-29T20:24:16.900Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-01-29T20:24:16.900Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-01-29T20:24:16.900Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-01-29T20:24:16.900Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-01-29T20:24:16.900Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-01-29T20:24:16.900Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-01-29T20:24:16.900Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-01-29T20:24:16.900Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-01-29T20:24:16.900Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-01-29T20:24:16.900Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-01-29T20:24:16.901Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-01-29T20:24:16.901Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-01-29T20:24:16.901Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-01-29T20:24:16.901Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-01-29T20:24:16.901Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-01-29T20:24:16.901Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-01-29T20:24:16.901Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-01-29T20:24:16.901Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.033s coverage: 58.8% of statements [2021-01-29T20:24:16.901Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-01-29T20:24:16.901Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-01-29T20:24:16.901Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.058s coverage: 0.1% of statements [2021-01-29T20:24:16.901Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-01-29T20:24:16.901Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-01-29T20:24:16.901Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-01-29T20:24:16.901Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.028s coverage: 43.8% of statements [2021-01-29T20:24:16.901Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.038s coverage: 79.5% of statements [2021-01-29T20:24:16.901Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.033s coverage: 94.1% of statements [2021-01-29T20:24:16.901Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.092s coverage: 96.3% of statements [2021-01-29T20:24:17.490Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.049s coverage: 87.5% of statements [2021-01-29T20:24:27.531Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 10.044s coverage: 94.4% of statements [2021-01-29T20:24:27.531Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.033s coverage: 44.8% of statements [2021-01-29T20:24:27.531Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-01-29T20:24:27.531Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-01-29T20:24:27.531Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-01-29T20:24:27.531Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-01-29T20:24:28.939Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.057s coverage: 87.2% of statements [2021-01-29T20:24:28.939Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-01-29T20:24:28.939Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-01-29T20:24:28.939Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.034s coverage: 100.0% of statements [2021-01-29T20:24:28.939Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-01-29T20:24:28.939Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.045s coverage: 75.5% of statements [2021-01-29T20:24:28.939Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-01-29T20:24:28.939Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.044s coverage: 80.8% of statements [2021-01-29T20:24:28.939Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.065s coverage: 87.2% of statements [2021-01-29T20:24:28.939Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.048s coverage: 84.2% of statements [2021-01-29T20:24:28.939Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.092s coverage: 91.4% of statements [2021-01-29T20:24:28.939Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-01-29T20:24:28.939Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.170s coverage: 63.5% of statements [2021-01-29T20:24:28.939Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-01-29T20:24:28.939Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-01-29T20:24:28.939Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.032s coverage: 100.0% of statements [2021-01-29T20:24:28.939Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.034s coverage: 91.3% of statements [2021-01-29T20:24:28.939Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.034s coverage: 100.0% of statements [2021-01-29T20:24:28.939Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.042s coverage: 73.7% of statements [2021-01-29T20:24:28.939Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.033s coverage: 100.0% of statements [2021-01-29T20:24:28.939Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.299s coverage: 68.9% of statements [2021-01-29T20:24:28.939Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-01-29T20:24:28.939Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-01-29T20:24:28.939Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-01-29T20:24:28.939Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-01-29T20:24:28.939Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-01-29T20:24:28.939Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.108s coverage: 37.0% of statements [2021-01-29T20:24:28.939Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-01-29T20:24:28.939Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-01-29T20:24:28.939Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.275s coverage: 84.0% of statements [2021-01-29T20:24:28.939Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.033s coverage: 100.0% of statements [2021-01-29T20:24:28.939Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.108s coverage: 47.1% of statements [2021-01-29T20:24:28.939Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-01-29T20:24:28.939Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-01-29T20:24:28.939Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-01-29T20:24:28.939Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-01-29T20:24:28.939Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-01-29T20:24:28.939Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.054s coverage: 100.0% of statements [2021-01-29T20:24:28.939Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-01-29T20:24:28.939Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.052s coverage: 100.0% of statements [2021-01-29T20:24:28.939Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-01-29T20:24:30.895Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.712s coverage: 29.1% of statements [2021-01-29T20:24:30.895Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-01-29T20:24:30.895Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-01-29T20:24:30.895Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-01-29T20:24:30.895Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-01-29T20:24:30.895Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-01-29T20:24:30.895Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.085s coverage: 99.0% of statements [2021-01-29T20:24:30.895Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-01-29T20:24:30.895Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.056s coverage: 100.0% of statements [2021-01-29T20:24:30.895Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-01-29T20:24:30.895Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-01-29T20:24:30.895Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-01-29T20:24:30.895Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-01-29T20:24:30.895Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.079s coverage: 100.0% of statements [2021-01-29T20:24:30.895Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-01-29T20:24:30.895Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-01-29T20:24:30.895Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-01-29T20:24:30.895Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.030s coverage: 0.0% of statements [2021-01-29T20:24:30.895Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-01-29T20:24:30.895Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.034s coverage: 100.0% of statements [2021-01-29T20:24:30.895Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-01-29T20:24:30.895Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-01-29T20:24:30.895Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-01-29T20:24:30.895Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-01-29T20:24:31.496Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.102s coverage: 87.9% of statements [2021-01-29T20:24:31.496Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-01-29T20:24:31.496Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-01-29T20:24:31.496Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.038s coverage: 100.0% of statements [2021-01-29T20:24:31.758Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.034s coverage: 32.1% of statements [2021-01-29T20:24:32.023Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.044s coverage: 100.0% of statements [2021-01-29T20:24:32.285Z] GO111MODULE=on go vet ./... [2021-01-29T20:24:59.041Z] gofmt -l . [2021-01-29T20:24:59.041Z] [ "`gofmt -l .`" = "" ] [2021-01-29T20:24:59.308Z] ./bin/test-go-mod-tidy.sh [2021-01-29T20:24:59.890Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-01-29T20:25:01.087Z] + ls -al . [2021-01-29T20:25:01.087Z] total 672 [2021-01-29T20:25:01.087Z] drwxrwxr-x 10 1001 1001 4096 Jan 29 20:25 . [2021-01-29T20:25:01.087Z] drwxr-xr-x 4 root root 28 Jan 29 20:23 .. [2021-01-29T20:25:01.087Z] -rw-rw-r-- 1 1001 1001 11 Jan 29 20:21 .dockerignore [2021-01-29T20:25:01.087Z] drwxrwxr-x 8 1001 1001 179 Jan 29 20:21 .git [2021-01-29T20:25:01.087Z] drwxrwxr-x 3 1001 1001 125 Jan 29 20:21 .github [2021-01-29T20:25:01.087Z] -rw-rw-r-- 1 1001 1001 872 Jan 29 20:21 .gitignore [2021-01-29T20:25:01.087Z] drwx------ 3 1001 1001 60 Jan 29 20:22 .semver [2021-01-29T20:25:01.087Z] -rw-rw-r-- 1 1001 1001 166 Jan 29 20:21 .sonarcloud.properties [2021-01-29T20:25:01.087Z] -rw-rw-r-- 1 1001 1001 7859 Jan 29 20:21 Attribution.txt [2021-01-29T20:25:01.087Z] -rw-rw-r-- 1 1001 1001 3804 Jan 29 20:21 CONTRIBUTING.md [2021-01-29T20:25:01.087Z] -rw-rw-r-- 1 1001 1001 931 Jan 29 20:21 Dockerfile.build [2021-01-29T20:25:01.087Z] -rw-rw-r-- 1 1001 1001 863 Jan 29 20:21 Jenkinsfile [2021-01-29T20:25:01.087Z] -rw-rw-r-- 1 1001 1001 10775 Jan 29 20:21 LICENSE [2021-01-29T20:25:01.087Z] -rw-rw-r-- 1 1001 1001 6001 Jan 29 20:21 Makefile [2021-01-29T20:25:01.087Z] -rw-rw-r-- 1 1001 1001 6524 Jan 29 20:21 README.md [2021-01-29T20:25:01.087Z] -rw-rw-r-- 1 1001 1001 6755 Jan 29 20:21 SECURITY.md [2021-01-29T20:25:01.087Z] -rw-rw-r-- 1 1001 1001 5 Jan 29 20:22 VERSION [2021-01-29T20:25:01.087Z] -rw-rw-r-- 1 1001 1001 4131 Jan 29 20:21 ZMQWindows.md [2021-01-29T20:25:01.087Z] drwxrwxr-x 2 1001 1001 117 Jan 29 20:21 bin [2021-01-29T20:25:01.087Z] drwxrwxr-x 15 1001 1001 4096 Jan 29 20:21 cmd [2021-01-29T20:25:01.087Z] -rw-r--r-- 1 root root 568476 Jan 29 20:24 coverage.out [2021-01-29T20:25:01.087Z] -rw-r--r-- 1 root root 1054 Jan 29 20:24 go.mod [2021-01-29T20:25:01.087Z] -rw-r--r-- 1 root root 19399 Jan 29 20:24 go.sum [2021-01-29T20:25:01.087Z] drwxrwxr-x 8 1001 1001 127 Jan 29 20:21 internal [2021-01-29T20:25:01.087Z] drwxrwxr-x 4 1001 1001 26 Jan 29 20:21 openapi [2021-01-29T20:25:01.087Z] drwxrwxr-x 4 1001 1001 71 Jan 29 20:21 snap [2021-01-29T20:25:01.087Z] -rw-rw-r-- 1 1001 1001 168 Jan 29 20:21 version.go [Pipeline] sh [2021-01-29T20:25:01.388Z] + '[' -e coverage.out ] [2021-01-29T20:25:01.388Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-01-29T20:25:01.636Z] Stashed 1 file(s) [Pipeline] sh [2021-01-29T20:25:01.937Z] + make build [2021-01-29T20:25:01.937Z] 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-29T20:25:06.154Z] 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-29T20:25:14.386Z] 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-29T20:25:15.801Z] 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-29T20:25:17.197Z] 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-29T20:25:17.775Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-01-29T20:25:19.210Z] 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-29T20:25:20.604Z] 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-29T20:25:21.560Z] 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-29T20:25:22.953Z] 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-29T20:25:23.906Z] 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-29T20:25:25.314Z] 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-29T20:25:26.265Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } [2021-01-29T20:25:28.234Z] $ docker stop --time=1 79a52b5b5a2e51f89b1a3babd4a4b07afe0ca9c3b4f6f9b97885bca9d2713cdb [2021-01-29T20:25:29.917Z] $ docker rm -f 79a52b5b5a2e51f89b1a3babd4a4b07afe0ca9c3b4f6f9b97885bca9d2713cdb [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-29T20:25:31.853Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-29T20:25:31.853Z] [2021-01-29T20:25:31.853Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-01-29T20:25:32.267Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-29T20:25:32.267Z] latest: Pulling from edgex-devops/edgex-compose [2021-01-29T20:25:32.267Z] cbdbe7a5bc2a: Pulling fs layer [2021-01-29T20:25:32.267Z] ca9280d653b3: Pulling fs layer [2021-01-29T20:25:32.267Z] 7e9c9ca2126c: Pulling fs layer [2021-01-29T20:25:32.907Z] cbdbe7a5bc2a: Download complete [2021-01-29T20:25:33.233Z] ca9280d653b3: Verifying Checksum [2021-01-29T20:25:33.233Z] ca9280d653b3: Download complete [2021-01-29T20:25:33.233Z] cbdbe7a5bc2a: Pull complete [2021-01-29T20:25:34.315Z] 7e9c9ca2126c: Verifying Checksum [2021-01-29T20:25:34.315Z] 7e9c9ca2126c: Download complete [2021-01-29T20:25:34.315Z] ca9280d653b3: Pull complete [2021-01-29T20:25:41.000Z] 7e9c9ca2126c: Pull complete [2021-01-29T20:25:41.000Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-01-29T20:25:41.000Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-29T20:25:41.000Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-01-29T20:25:41.131Z] prd-centos7-docker-4c-2g-23995 does not seem to be running inside a container [2021-01-29T20:25:41.182Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/9 -v /w/workspace/edgex-go/9:/w/workspace/edgex-go/9:rw,z -v /w/workspace/edgex-go/9@tmp:/w/workspace/edgex-go/9@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-01-29T20:25:44.016Z] $ docker top 8842b53afe8ffb5f74acad3c4c9375d1aafb619a311f52c7e9f030e33f87d771 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-29T20:25:44.616Z] + docker-compose build --help [2021-01-29T20:25:44.616Z] + grep parallel [2021-01-29T20:25:45.566Z] --parallel Build images in parallel. [Pipeline] } [2021-01-29T20:25:45.850Z] $ docker stop --time=1 8842b53afe8ffb5f74acad3c4c9375d1aafb619a311f52c7e9f030e33f87d771 [2021-01-29T20:25:47.233Z] $ docker rm -f 8842b53afe8ffb5f74acad3c4c9375d1aafb619a311f52c7e9f030e33f87d771 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-29T20:25:47.876Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-29T20:25:47.876Z] . [Pipeline] withDockerContainer [2021-01-29T20:25:47.980Z] prd-centos7-docker-4c-2g-23995 does not seem to be running inside a container [2021-01-29T20:25:48.030Z] $ 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/9 -v /w/workspace/edgex-go/9:/w/workspace/edgex-go/9:rw,z -v /w/workspace/edgex-go/9@tmp:/w/workspace/edgex-go/9@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-01-29T20:25:48.844Z] $ docker top 0dd2e73914ac4f2e45c344e732bc58bdfb47b5a25706505bf1b2bca88ad9a242 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-29T20:25:49.358Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-29T20:25:50.306Z] Building docker-core-command-go ... [2021-01-29T20:25:50.306Z] Building docker-core-data-go ... [2021-01-29T20:25:50.306Z] Building docker-core-metadata-go ... [2021-01-29T20:25:50.306Z] Building docker-security-bootstrapper-go ... [2021-01-29T20:25:50.306Z] Building docker-security-proxy-setup-go ... [2021-01-29T20:25:50.306Z] Building docker-security-secretstore-setup-go ... [2021-01-29T20:25:50.306Z] Building docker-support-notifications-go ... [2021-01-29T20:25:50.306Z] Building docker-support-scheduler-go ... [2021-01-29T20:25:50.306Z] Building docker-sys-mgmt-agent-go ... [2021-01-29T20:25:50.306Z] Building docker-sys-mgmt-agent-go [2021-01-29T20:25:50.306Z] Building docker-support-notifications-go [2021-01-29T20:25:50.306Z] Building docker-core-command-go [2021-01-29T20:25:50.306Z] Building docker-security-secretstore-setup-go [2021-01-29T20:25:50.306Z] Building docker-security-bootstrapper-go [2021-01-29T20:25:53.949Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-23997 in /w/workspace/edgexfoundry_edgex-go_PR-3075 [Pipeline] { [Pipeline] ws [2021-01-29T20:25:54.034Z] Running in /w/workspace/edgex-go/9 [Pipeline] { [Pipeline] checkout [2021-01-29T20:25:58.988Z] using credential edgex-jenkins-ssh [2021-01-29T20:25:59.058Z] Cloning the remote Git repository [2021-01-29T20:25:59.111Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-01-29T20:25:59.220Z] > git init /w/workspace/edgex-go/9 # timeout=10 [2021-01-29T20:25:59.311Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-29T20:25:59.312Z] > git --version # timeout=10 [2021-01-29T20:25:59.332Z] > git --version # 'git version 2.17.1' [2021-01-29T20:25:59.333Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-29T20:25:59.405Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-29T20:26:20.279Z] Merging remotes/origin/master commit 304d320492d37461b40de67c95ae73491c8494ce into PR head commit 43b882124282ec1afd2baf8b324d969a4719e16c [2021-01-29T20:26:20.678Z] Merge succeeded, producing 43b882124282ec1afd2baf8b324d969a4719e16c [2021-01-29T20:26:20.679Z] Checking out Revision 43b882124282ec1afd2baf8b324d969a4719e16c (PR-3075) [2021-01-29T20:26:19.559Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-29T20:26:19.575Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-29T20:26:19.599Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-29T20:26:19.628Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-29T20:26:19.629Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-29T20:26:19.643Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3075/head:refs/remotes/origin/PR-3075 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-29T20:26:20.295Z] > git config core.sparsecheckout # timeout=10 [2021-01-29T20:26:20.313Z] > git checkout -f 43b882124282ec1afd2baf8b324d969a4719e16c # timeout=10 [2021-01-29T20:26:20.604Z] > git remote # timeout=10 [2021-01-29T20:26:20.618Z] > git config --get remote.origin.url # timeout=10 [2021-01-29T20:26:20.633Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-29T20:26:20.644Z] > git merge 304d320492d37461b40de67c95ae73491c8494ce # timeout=10 [2021-01-29T20:26:20.665Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-29T20:26:20.684Z] > git config core.sparsecheckout # timeout=10 [2021-01-29T20:26:20.694Z] > git checkout -f 43b882124282ec1afd2baf8b324d969a4719e16c # timeout=10 [2021-01-29T20:26:25.125Z] Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-secrets/v2" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-29T20:26:26.782Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-01-29T20:26:27.181Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-29T20:26:27.524Z] + sudo service docker restart [2021-01-29T20:26:27.524Z] + true [2021-01-29T20:26:29.216Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-29T20:26:29.216Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-29T20:26:29.216Z] ---> 0d90d400b77f [2021-01-29T20:26:29.216Z] Step 3/26 : WORKDIR /edgex-go [2021-01-29T20:26:29.216Z] Step 1/34 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-29T20:26:29.216Z] Step 2/34 : FROM ${BUILDER_BASE} AS builder [2021-01-29T20:26:29.216Z] ---> 0d90d400b77f [2021-01-29T20:26:29.216Z] Step 3/34 : WORKDIR /edgex-go [2021-01-29T20:26:29.216Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-29T20:26:29.216Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-29T20:26:29.216Z] ---> 0d90d400b77f [2021-01-29T20:26:29.216Z] Step 3/22 : WORKDIR /edgex-go [2021-01-29T20:26:29.216Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-29T20:26:29.216Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-29T20:26:29.216Z] ---> 0d90d400b77f [2021-01-29T20:26:29.216Z] Step 3/23 : WORKDIR /edgex-go [2021-01-29T20:26:29.216Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-29T20:26:29.216Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-29T20:26:29.216Z] ---> 0d90d400b77f [2021-01-29T20:26:29.216Z] Step 3/24 : WORKDIR /edgex-go [2021-01-29T20:26:29.216Z] ---> Running in 8c33fb464789 [2021-01-29T20:26:29.216Z] ---> Running in a5b95166230d [2021-01-29T20:26:29.216Z] ---> Running in ef9bdcbad85d [2021-01-29T20:26:29.216Z] ---> Running in 1c94a07a09a2 [2021-01-29T20:26:29.216Z] ---> Running in 4a7bd6f0c425 [2021-01-29T20:26:29.216Z] Removing intermediate container 8c33fb464789 [2021-01-29T20:26:29.216Z] ---> 0c9453ed39ee [2021-01-29T20:26:29.216Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-29T20:26:29.216Z] Removing intermediate container 1c94a07a09a2 [2021-01-29T20:26:29.216Z] ---> d05e6e3dd661 [2021-01-29T20:26:29.216Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-29T20:26:29.216Z] Removing intermediate container 4a7bd6f0c425 [2021-01-29T20:26:29.216Z] ---> f114195b2012 [2021-01-29T20:26:29.216Z] Step 4/34 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-29T20:26:29.216Z] Removing intermediate container ef9bdcbad85d [2021-01-29T20:26:29.216Z] ---> 92d1e3819595 [2021-01-29T20:26:29.216Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-29T20:26:29.216Z] Removing intermediate container a5b95166230d [2021-01-29T20:26:29.216Z] ---> b9ceee326eac [2021-01-29T20:26:29.216Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-29T20:26:29.216Z] ---> Running in 123c0d2040f5 [2021-01-29T20:26:29.216Z] ---> Running in 70b10a83a899 [2021-01-29T20:26:29.216Z] ---> Running in 454a4a14d577 [2021-01-29T20:26:29.216Z] ---> Running in 834a2a7914ff [2021-01-29T20:26:29.216Z] ---> Running in 34725a255a44 [2021-01-29T20:26:29.216Z] Removing intermediate container 70b10a83a899 [2021-01-29T20:26:29.216Z] ---> db3065dc0358 [2021-01-29T20:26:29.216Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-01-29T20:26:29.216Z] Removing intermediate container 123c0d2040f5 [2021-01-29T20:26:29.216Z] ---> 2aa6cb281fb1 [2021-01-29T20:26:29.216Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-01-29T20:26:29.216Z] Removing intermediate container 454a4a14d577 [2021-01-29T20:26:29.216Z] ---> 4e44e771f2af [2021-01-29T20:26:29.217Z] Step 5/34 : RUN apk add --update --no-cache make git [2021-01-29T20:26:29.217Z] ---> Running in f53051dcfab9 [2021-01-29T20:26:29.217Z] ---> Running in d27f994f9d4e [2021-01-29T20:26:29.217Z] Removing intermediate container 834a2a7914ff [2021-01-29T20:26:29.217Z] ---> c3d57a6364f3 [2021-01-29T20:26:29.217Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-01-29T20:26:29.217Z] ---> Running in 3ced06929147 [2021-01-29T20:26:29.217Z] Removing intermediate container 34725a255a44 [2021-01-29T20:26:29.217Z] ---> e33b993fb816 [2021-01-29T20:26:29.217Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-01-29T20:26:29.217Z] ---> Running in 846b80c5e4c2 [2021-01-29T20:26:29.217Z] ---> Running in 76d38056d233 [2021-01-29T20:26:29.483Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-29T20:26:29.576Z] provisioning config files... [2021-01-29T20:26:29.617Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/9@tmp/config6866170348345120917tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-29T20:26:29.752Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-29T20:26:29.752Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-29T20:26:30.017Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-29T20:26:30.017Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-29T20:26:30.034Z] ---> docker-login.sh [2021-01-29T20:26:30.035Z] nexus3.edgexfoundry.org:10001 [2021-01-29T20:26:30.281Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-29T20:26:30.281Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-29T20:26:30.543Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-29T20:26:30.636Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-29T20:26:30.812Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-29T20:26:31.077Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-29T20:26:31.078Z] OK: 233 MiB in 51 packages [2021-01-29T20:26:31.234Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-29T20:26:31.235Z] Configure a credential helper to remove this warning. See [2021-01-29T20:26:31.235Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-29T20:26:31.235Z] [2021-01-29T20:26:31.235Z] Login Succeeded [2021-01-29T20:26:31.235Z] nexus3.edgexfoundry.org:10002 [2021-01-29T20:26:31.352Z] OK: 233 MiB in 51 packages [2021-01-29T20:26:31.352Z] OK: 233 MiB in 51 packages [2021-01-29T20:26:31.509Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-29T20:26:31.624Z] OK: 233 MiB in 51 packages [2021-01-29T20:26:31.624Z] Removing intermediate container f53051dcfab9 [2021-01-29T20:26:31.624Z] ---> d9cb5a05ea47 [2021-01-29T20:26:31.624Z] Step 6/22 : COPY go.mod . [2021-01-29T20:26:31.782Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-29T20:26:31.782Z] Configure a credential helper to remove this warning. See [2021-01-29T20:26:31.783Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-29T20:26:31.783Z] [2021-01-29T20:26:31.783Z] Login Succeeded [2021-01-29T20:26:31.783Z] nexus3.edgexfoundry.org:10003 [2021-01-29T20:26:31.893Z] Removing intermediate container 3ced06929147 [2021-01-29T20:26:31.893Z] ---> edb7923d5d9c [2021-01-29T20:26:31.893Z] Step 6/34 : COPY go.mod . [2021-01-29T20:26:32.057Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-29T20:26:32.161Z] OK: 233 MiB in 51 packages [2021-01-29T20:26:32.161Z] ---> c0d56dcd57ef [2021-01-29T20:26:32.161Z] Step 7/22 : RUN go mod download [2021-01-29T20:26:32.161Z] Removing intermediate container d27f994f9d4e [2021-01-29T20:26:32.161Z] ---> 508e8ddf2a7d [2021-01-29T20:26:32.161Z] Step 6/26 : COPY go.mod . [2021-01-29T20:26:32.161Z] ---> 7912a4430849 [2021-01-29T20:26:32.161Z] Step 7/34 : RUN go mod download [2021-01-29T20:26:32.333Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-29T20:26:32.333Z] Configure a credential helper to remove this warning. See [2021-01-29T20:26:32.333Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-29T20:26:32.333Z] [2021-01-29T20:26:32.333Z] Login Succeeded [2021-01-29T20:26:32.333Z] nexus3.edgexfoundry.org:10004 [2021-01-29T20:26:32.427Z] ---> Running in f9106874d61c [2021-01-29T20:26:32.427Z] ---> Running in 5f1ed24abc1f [2021-01-29T20:26:32.427Z] Removing intermediate container 76d38056d233 [2021-01-29T20:26:32.427Z] ---> e83495d62566 [2021-01-29T20:26:32.427Z] Step 6/23 : COPY go.mod . [2021-01-29T20:26:32.608Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-29T20:26:32.689Z] ---> 86f8c56fd1d0 [2021-01-29T20:26:32.689Z] Step 7/26 : RUN go mod download [2021-01-29T20:26:32.689Z] ---> Running in c049898c9983 [2021-01-29T20:26:32.880Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-29T20:26:32.880Z] Configure a credential helper to remove this warning. See [2021-01-29T20:26:32.880Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-29T20:26:32.880Z] [2021-01-29T20:26:32.880Z] Login Succeeded [2021-01-29T20:26:32.880Z] docker.io [2021-01-29T20:26:32.950Z] ---> c61699b1d8ce [2021-01-29T20:26:32.950Z] Step 7/23 : RUN go mod download [2021-01-29T20:26:33.152Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-29T20:26:33.214Z] ---> Running in e849f3558702 [2021-01-29T20:26:33.214Z] Removing intermediate container 846b80c5e4c2 [2021-01-29T20:26:33.214Z] ---> 064b891217ac [2021-01-29T20:26:33.214Z] Step 6/24 : COPY go.mod . [2021-01-29T20:26:33.745Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-29T20:26:33.746Z] Configure a credential helper to remove this warning. See [2021-01-29T20:26:33.746Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-29T20:26:33.746Z] [2021-01-29T20:26:33.746Z] Login Succeeded [2021-01-29T20:26:33.746Z] ---> docker-login.sh ends [Pipeline] } [2021-01-29T20:26:33.762Z] Deleting 1 temporary files [Pipeline] // wrap [2021-01-29T20:26:33.810Z] ---> a7dcc50ba297 [2021-01-29T20:26:33.810Z] Step 7/24 : RUN go mod download [2021-01-29T20:26:33.810Z] ---> Running in 4345d666c44f [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-01-29T20:26:34.197Z] ========================================================= [2021-01-29T20:26:34.197Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-01-29T20:26:34.197Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-29T20:26:34.578Z] + 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-29T20:26:35.753Z] Removing intermediate container e849f3558702 [2021-01-29T20:26:35.753Z] ---> 2b27f4f3b600 [2021-01-29T20:26:35.753Z] Step 8/23 : COPY . . [2021-01-29T20:26:35.753Z] Removing intermediate container f9106874d61c [2021-01-29T20:26:35.753Z] ---> eb8e12ab98f3 [2021-01-29T20:26:35.753Z] Step 8/22 : COPY . . [2021-01-29T20:26:35.753Z] Removing intermediate container c049898c9983 [2021-01-29T20:26:35.753Z] ---> d8fc657597d7 [2021-01-29T20:26:35.753Z] Step 8/26 : COPY . . [2021-01-29T20:26:35.753Z] Removing intermediate container 5f1ed24abc1f [2021-01-29T20:26:35.753Z] ---> 06a8ee24f265 [2021-01-29T20:26:35.753Z] Step 8/34 : COPY . . [2021-01-29T20:26:36.023Z] Removing intermediate container 4345d666c44f [2021-01-29T20:26:36.023Z] ---> 55236fca426e [2021-01-29T20:26:36.023Z] Step 8/24 : COPY . . [2021-01-29T20:26:37.206Z] Sending build context to Docker daemon 166MB [2021-01-29T20:26:37.207Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-29T20:26:37.207Z] Step 2/6 : FROM ${BASE} [2021-01-29T20:26:37.207Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-01-29T20:26:37.207Z] 5f621e34cdf4: Pulling fs layer [2021-01-29T20:26:37.207Z] a4357932f1b6: Pulling fs layer [2021-01-29T20:26:37.207Z] 18c013af1878: Pulling fs layer [2021-01-29T20:26:37.207Z] 00ac8860ef70: Pulling fs layer [2021-01-29T20:26:37.207Z] 63d7cb157983: Pulling fs layer [2021-01-29T20:26:37.207Z] b116817d02f9: Pulling fs layer [2021-01-29T20:26:37.207Z] 745a02a5169b: Pulling fs layer [2021-01-29T20:26:37.207Z] 00ac8860ef70: Waiting [2021-01-29T20:26:37.207Z] 63d7cb157983: Waiting [2021-01-29T20:26:37.207Z] b116817d02f9: Waiting [2021-01-29T20:26:37.207Z] 745a02a5169b: Waiting [2021-01-29T20:26:37.207Z] 18c013af1878: Verifying Checksum [2021-01-29T20:26:37.207Z] 18c013af1878: Download complete [2021-01-29T20:26:37.207Z] a4357932f1b6: Verifying Checksum [2021-01-29T20:26:37.207Z] a4357932f1b6: Download complete [2021-01-29T20:26:37.207Z] 63d7cb157983: Verifying Checksum [2021-01-29T20:26:37.207Z] 63d7cb157983: Download complete [2021-01-29T20:26:37.207Z] b116817d02f9: Download complete [2021-01-29T20:26:37.207Z] 5f621e34cdf4: Verifying Checksum [2021-01-29T20:26:37.207Z] 5f621e34cdf4: Download complete [2021-01-29T20:26:37.807Z] 5f621e34cdf4: Pull complete [2021-01-29T20:26:38.412Z] a4357932f1b6: Pull complete [2021-01-29T20:26:38.690Z] 18c013af1878: Pull complete [2021-01-29T20:26:40.135Z] 745a02a5169b: Verifying Checksum [2021-01-29T20:26:40.135Z] 745a02a5169b: Download complete [2021-01-29T20:26:41.122Z] 00ac8860ef70: Verifying Checksum [2021-01-29T20:26:41.122Z] 00ac8860ef70: Download complete [2021-01-29T20:26:51.272Z] 00ac8860ef70: Pull complete [2021-01-29T20:26:51.547Z] 63d7cb157983: Pull complete [2021-01-29T20:26:51.824Z] b116817d02f9: Pull complete [2021-01-29T20:26:56.163Z] 745a02a5169b: Pull complete [2021-01-29T20:26:56.163Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-01-29T20:26:56.163Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-01-29T20:26:56.163Z] ---> b7e6874047d6 [2021-01-29T20:26:56.163Z] 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-29T20:26:59.552Z] ---> Running in ee2bdca1613f [2021-01-29T20:27:00.150Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-29T20:27:01.128Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-29T20:27:02.111Z] (1/12) Installing libmagic (5.38-r0) [2021-01-29T20:27:02.704Z] (2/12) Installing file (5.38-r0) [2021-01-29T20:27:02.704Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-29T20:27:02.704Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-29T20:27:07.001Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-29T20:27:07.001Z] (6/12) Installing patch (2.7.6-r6) [2021-01-29T20:27:07.001Z] (7/12) Installing build-base (0.5-r2) [2021-01-29T20:27:07.001Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-29T20:27:07.001Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-29T20:27:07.001Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-29T20:27:07.001Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-29T20:27:07.001Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-29T20:27:07.272Z] Executing busybox-1.31.1-r19.trigger [2021-01-29T20:27:07.272Z] OK: 217 MiB in 51 packages [2021-01-29T20:27:11.655Z] Removing intermediate container ee2bdca1613f [2021-01-29T20:27:11.655Z] ---> d564deec47d2 [2021-01-29T20:27:11.655Z] Step 4/6 : WORKDIR /edgex-go [2021-01-29T20:27:11.655Z] ---> Running in 93cbd0005430 [2021-01-29T20:27:11.934Z] Removing intermediate container 93cbd0005430 [2021-01-29T20:27:11.934Z] ---> ba8a0c9fc751 [2021-01-29T20:27:11.934Z] Step 5/6 : COPY go.mod . [2021-01-29T20:27:12.952Z] ---> 47d4cda5e4a6 [2021-01-29T20:27:12.952Z] Step 6/6 : RUN go mod download [2021-01-29T20:27:12.952Z] ---> Running in 471c8b996068 [2021-01-29T20:27:14.996Z] ---> 4d84f07395c5 [2021-01-29T20:27:14.997Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-01-29T20:27:14.997Z] ---> 36c3a2a6b928 [2021-01-29T20:27:14.997Z] Step 9/34 : ARG BUILD_BASE_DIR="/tmp/build/dist/linux" [2021-01-29T20:27:14.997Z] ---> 750f30645db7 [2021-01-29T20:27:14.997Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-29T20:27:14.997Z] ---> 578febe6848b [2021-01-29T20:27:14.997Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-01-29T20:27:14.997Z] ---> dc3e2526cc76 [2021-01-29T20:27:14.997Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-29T20:27:14.997Z] ---> Running in 84604b25f598 [2021-01-29T20:27:14.997Z] ---> Running in b1ecbbaaadb0 [2021-01-29T20:27:14.997Z] ---> Running in 6f4408976ecb [2021-01-29T20:27:14.997Z] ---> Running in 4d792975759f [2021-01-29T20:27:14.997Z] ---> Running in b566181d3874 [2021-01-29T20:27:14.997Z] Removing intermediate container b566181d3874 [2021-01-29T20:27:14.997Z] ---> 507b709aa5f2 [2021-01-29T20:27:14.997Z] Step 10/34 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis && set -eux; mkdir -p "$BUILD_BASE_DIR" && cd "$BUILD_BASE_DIR" && git clone https://github.com/jwilder/dockerize.git . && go get github.com/robfig/glock && glock sync -n < GLOCKFILE && TAG=$(git describe --abbrev=0 --tags) && LDFLAGS="-X main.buildVersion=$TAG" && arch="$(apk --print-arch)"; case "$arch" in x86_64 ) echo "building [dockerize] for amd64 ... "; CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -ldflags "$LDFLAGS" -a -tags netgo -installsuffix netgo -o "$BUILD_BASE_DIR"/dockerize ;; aarch64 ) echo "building [dockerize] for arm64 ... "; CGO_ENABLED=0 GOOS=linux GOARCH=arm64 go build -ldflags "$LDFLAGS" -o "$BUILD_BASE_DIR"/dockerize ;; *) echo >&2 "Error: dockerize is not supported in arch $arch"; exit 1 ;; esac && echo "$(date) dockerize executable build done and output at directory: $BUILD_BASE_DIR" [2021-01-29T20:27:14.997Z] ---> Running in 2e0ec06dc2a9 [2021-01-29T20:27:14.997Z] 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-29T20:27:14.997Z] 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-29T20:27:14.997Z] 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-29T20:27:14.997Z] 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-29T20:27:14.997Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-01-29T20:27:37.196Z] 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-29T20:27:39.806Z] Removing intermediate container 471c8b996068 [2021-01-29T20:27:39.806Z] ---> cb434e6eccf5 [2021-01-29T20:27:39.806Z] Successfully built cb434e6eccf5 [2021-01-29T20:27:39.806Z] Successfully tagged ci-base-image-arm64:latest [2021-01-29T20:27:39.830Z] 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 [Pipeline] isUnix [Pipeline] sh [2021-01-29T20:27:40.174Z] + docker inspect -f . ci-base-image-arm64 [2021-01-29T20:27:40.174Z] . [Pipeline] withDockerContainer [2021-01-29T20:27:40.453Z] prd-ubuntu18.04-docker-arm64-4c-16g-23997 does not seem to be running inside a container [2021-01-29T20:27:40.543Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/9 -v /w/workspace/edgex-go/9:/w/workspace/edgex-go/9:rw,z -v /w/workspace/edgex-go/9@tmp:/w/workspace/edgex-go/9@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-01-29T20:27:42.080Z] $ docker top b8a351b15092152f75d9e114af6877ce381c601df37a84b3022b100b8606442c -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-29T20:27:43.105Z] + go version [2021-01-29T20:27:43.105Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-01-29T20:27:43.129Z] $ docker stop --time=1 b8a351b15092152f75d9e114af6877ce381c601df37a84b3022b100b8606442c [2021-01-29T20:27:43.209Z] Removing intermediate container 6f4408976ecb [2021-01-29T20:27:43.209Z] ---> 9e0e1c45cdbd [2021-01-29T20:27:43.209Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-29T20:27:44.162Z] Removing intermediate container 84604b25f598 [2021-01-29T20:27:44.162Z] ---> eae9a2651fbd [2021-01-29T20:27:44.162Z] [2021-01-29T20:27:44.162Z] Step 10/22 : FROM alpine:3.12 [2021-01-29T20:27:44.162Z] ---> Running in 6d984db314f2 [2021-01-29T20:27:44.162Z] 3.12: Pulling from library/alpine [2021-01-29T20:27:44.746Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-29T20:27:44.746Z] Status: Downloaded newer image for alpine:3.12 [2021-01-29T20:27:44.746Z] ---> 389fef711851 [2021-01-29T20:27:44.746Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-01-29T20:27:44.746Z] + mkdir -p /tmp/build/dist/linux [2021-01-29T20:27:44.746Z] + cd /tmp/build/dist/linux [2021-01-29T20:27:44.746Z] + git clone https://github.com/jwilder/dockerize.git . [2021-01-29T20:27:45.056Z] $ docker rm -f b8a351b15092152f75d9e114af6877ce381c601df37a84b3022b100b8606442c [2021-01-29T20:27:45.323Z] Cloning into '.'... [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [2021-01-29T20:27:45.647Z] 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 [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-29T20:27:46.116Z] + docker inspect -f . ci-base-image-arm64 [2021-01-29T20:27:46.116Z] . [Pipeline] withDockerContainer [2021-01-29T20:27:46.384Z] prd-ubuntu18.04-docker-arm64-4c-16g-23997 does not seem to be running inside a container [2021-01-29T20:27:46.464Z] $ 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/9 -v /w/workspace/edgex-go/9:/w/workspace/edgex-go/9:rw,z -v /w/workspace/edgex-go/9@tmp:/w/workspace/edgex-go/9@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-01-29T20:27:47.127Z] ---> Running in facb6336bd1e [2021-01-29T20:27:47.128Z] + go get github.com/robfig/glock [2021-01-29T20:27:47.885Z] $ docker top 103da69adf6872d0188c5e662de18727a8a790ff5bb9f8cd0726ebd9bc14d02d -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-29T20:27:48.294Z] ========================================================= [2021-01-29T20:27:48.294Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-01-29T20:27:48.294Z] ========================================================= [Pipeline] sh [2021-01-29T20:27:48.521Z] Removing intermediate container 4d792975759f [2021-01-29T20:27:48.521Z] ---> 2be1373454d7 [2021-01-29T20:27:48.521Z] [2021-01-29T20:27:48.521Z] Step 10/24 : FROM alpine:3.12 [2021-01-29T20:27:48.521Z] ---> 389fef711851 [2021-01-29T20:27:48.521Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-29T20:27:48.521Z] Removing intermediate container b1ecbbaaadb0 [2021-01-29T20:27:48.521Z] ---> 610056751721 [2021-01-29T20:27:48.521Z] [2021-01-29T20:27:48.521Z] Step 10/23 : FROM alpine:3.12 [2021-01-29T20:27:48.521Z] ---> 389fef711851 [2021-01-29T20:27:48.521Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-01-29T20:27:48.521Z] ---> Running in 6d1bae5a13d0 [2021-01-29T20:27:48.521Z] ---> Running in dcdaf93d9edc [2021-01-29T20:27:48.784Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-29T20:27:48.937Z] + make test [2021-01-29T20:27:48.937Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-29T20:27:49.049Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-29T20:27:49.049Z] Removing intermediate container 6d984db314f2 [2021-01-29T20:27:49.049Z] ---> 9b1fb1b26be1 [2021-01-29T20:27:49.049Z] [2021-01-29T20:27:49.049Z] Step 11/26 : FROM docker:20.10.0 [2021-01-29T20:27:49.049Z] (1/2) Installing ca-certificates (20191127-r4) [2021-01-29T20:27:49.049Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-01-29T20:27:49.049Z] Executing busybox-1.31.1-r19.trigger [2021-01-29T20:27:49.325Z] Executing ca-certificates-20191127-r4.trigger [2021-01-29T20:27:49.325Z] OK: 6 MiB in 16 packages [2021-01-29T20:27:49.325Z] 20.10.0: Pulling from library/docker [2021-01-29T20:27:49.589Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-29T20:27:49.589Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-29T20:27:49.589Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-29T20:27:49.589Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-29T20:27:49.851Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-29T20:27:49.851Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-29T20:27:49.851Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-29T20:27:49.851Z] (4/5) Installing curl (7.69.1-r3) [2021-01-29T20:27:49.851Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-29T20:27:49.851Z] Executing busybox-1.31.1-r19.trigger [2021-01-29T20:27:49.851Z] Executing ca-certificates-20191127-r4.trigger [2021-01-29T20:27:49.851Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-01-29T20:27:49.851Z] Executing busybox-1.31.1-r19.trigger [2021-01-29T20:27:49.851Z] OK: 6 MiB in 15 packages [2021-01-29T20:27:49.851Z] OK: 7 MiB in 19 packages [2021-01-29T20:27:53.216Z] Removing intermediate container facb6336bd1e [2021-01-29T20:27:53.216Z] ---> addf6d4e1ab2 [2021-01-29T20:27:53.216Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-29T20:27:53.216Z] ---> Running in 9be741a6fb7e [2021-01-29T20:27:53.216Z] Removing intermediate container 6d1bae5a13d0 [2021-01-29T20:27:53.216Z] ---> c42a2037a527 [2021-01-29T20:27:53.216Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-29T20:27:58.540Z] Removing intermediate container dcdaf93d9edc [2021-01-29T20:27:58.540Z] ---> 3da4657df758 [2021-01-29T20:27:58.540Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-29T20:27:58.540Z] Removing intermediate container 9be741a6fb7e [2021-01-29T20:27:58.541Z] ---> 1bc28d335960 [2021-01-29T20:27:58.541Z] Step 13/22 : ENV APP_PORT=48060 [2021-01-29T20:27:58.541Z] ---> Running in d59e30a87bb8 [2021-01-29T20:27:59.116Z] ---> Running in 2ce659680a9b [2021-01-29T20:27:59.116Z] ---> Running in dc4c8232d8ca [2021-01-29T20:27:59.116Z] Removing intermediate container d59e30a87bb8 [2021-01-29T20:27:59.116Z] ---> 56784414f5bd [2021-01-29T20:27:59.116Z] Step 13/23 : ENV APP_PORT=48082 [2021-01-29T20:27:59.378Z] + glock sync -n [2021-01-29T20:27:59.378Z] Removing intermediate container dc4c8232d8ca [2021-01-29T20:27:59.378Z] ---> 20032d7f8fd9 [2021-01-29T20:27:59.378Z] Step 13/24 : WORKDIR / [2021-01-29T20:27:59.378Z] ---> Running in 110c712e5c4f [2021-01-29T20:27:59.644Z] Removing intermediate container 2ce659680a9b [2021-01-29T20:27:59.644Z] ---> 20ecb84d09f3 [2021-01-29T20:27:59.644Z] Step 14/22 : EXPOSE $APP_PORT [2021-01-29T20:27:59.644Z] ---> Running in 2e9b37bb18e2 [2021-01-29T20:27:59.644Z] ---> Running in 5ed06e883439 [2021-01-29T20:27:59.906Z] Removing intermediate container 110c712e5c4f [2021-01-29T20:27:59.906Z] ---> d8b6324d45e6 [2021-01-29T20:27:59.906Z] Step 14/23 : EXPOSE $APP_PORT [2021-01-29T20:27:59.906Z] ---> Running in 3c987110454b [2021-01-29T20:28:00.173Z] Removing intermediate container 5ed06e883439 [2021-01-29T20:28:00.173Z] ---> ff6dc5d8db6e [2021-01-29T20:28:00.173Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-29T20:28:00.173Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-29T20:28:00.173Z] Removing intermediate container 2e9b37bb18e2 [2021-01-29T20:28:00.173Z] ---> 3a57d47c95c8 [2021-01-29T20:28:00.173Z] 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-29T20:28:00.173Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-29T20:28:00.173Z] ---> aefe523efa57 [2021-01-29T20:28:00.173Z] Step 12/26 : RUN apk add --no-cache bash [2021-01-29T20:28:00.451Z] Removing intermediate container 3c987110454b [2021-01-29T20:28:00.451Z] ---> 91cce8c0acf3 [2021-01-29T20:28:00.451Z] Step 15/23 : WORKDIR / [2021-01-29T20:28:00.451Z] ---> Running in c8b9f8b3d880 [2021-01-29T20:28:00.744Z] ---> 772e46f0a00e [2021-01-29T20:28:00.744Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-29T20:28:00.744Z] ---> Running in 7f2164fef010 [2021-01-29T20:28:01.016Z] ---> 0eefeea629eb [2021-01-29T20:28:01.016Z] 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-29T20:28:01.016Z] Removing intermediate container 7f2164fef010 [2021-01-29T20:28:01.016Z] ---> b9d580fdf78c [2021-01-29T20:28:01.016Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-29T20:28:01.601Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-29T20:28:01.894Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-29T20:28:01.894Z] ---> 29e9b3c2e708 [2021-01-29T20:28:01.894Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-29T20:28:01.894Z] ---> f809d80bd8df [2021-01-29T20:28:01.894Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-29T20:28:01.894Z] ---> d8ea32c3e7bd [2021-01-29T20:28:01.894Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-29T20:28:02.171Z] (1/2) Installing readline (8.0.4-r0) [2021-01-29T20:28:02.171Z] (2/2) Installing bash (5.0.17-r0) [2021-01-29T20:28:02.171Z] Executing bash-5.0.17-r0.post-install [2021-01-29T20:28:02.171Z] Executing busybox-1.31.1-r19.trigger [2021-01-29T20:28:02.171Z] OK: 12 MiB in 22 packages [2021-01-29T20:28:02.441Z] ---> 5753be41a141 [2021-01-29T20:28:02.441Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-29T20:28:02.441Z] ---> 05042061952b [2021-01-29T20:28:02.441Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-01-29T20:28:02.702Z] github.com/elgs/gosplitargs a491c5eeb3c8 [get checkout e9cf3de21e14] [2021-01-29T20:28:02.702Z] github.com/hpcloud/tail a1dbeea552b7 [get checkout faf842bde7ed] [2021-01-29T20:28:02.702Z] github.com/jwilder/gojq c550732d4a52 [get checkout 81fa9a608a13] [2021-01-29T20:28:03.275Z] golang.org/x/net 5f4716e94777 [get checkout 749a502dd1ea] [2021-01-29T20:28:03.275Z] + git describe '--abbrev=0' --tags [2021-01-29T20:28:03.275Z] + TAG=v0.6.1 [2021-01-29T20:28:03.275Z] + LDFLAGS='-X main.buildVersion=v0.6.1' [2021-01-29T20:28:03.275Z] + apk --print-arch [2021-01-29T20:28:03.275Z] + arch=x86_64 [2021-01-29T20:28:03.275Z] + echo 'building [dockerize] for amd64 ... ' [2021-01-29T20:28:03.275Z] + CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -ldflags '-X main.buildVersion=v0.6.1' -a -tags netgo -installsuffix netgo -o /tmp/build/dist/linux/dockerize [2021-01-29T20:28:03.275Z] building [dockerize] for amd64 ... [2021-01-29T20:28:03.879Z] ---> Running in 8efafe35634b [2021-01-29T20:28:04.479Z] ---> 7b864d24aac8 [2021-01-29T20:28:04.479Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-29T20:28:04.479Z] ---> 8859fbd3c293 [2021-01-29T20:28:04.479Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-29T20:28:04.759Z] Removing intermediate container 8efafe35634b [2021-01-29T20:28:04.759Z] ---> aa96f7a6fa29 [2021-01-29T20:28:04.759Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-29T20:28:04.759Z] Removing intermediate container c8b9f8b3d880 [2021-01-29T20:28:04.759Z] ---> 8d989ae97a17 [2021-01-29T20:28:04.759Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-29T20:28:04.759Z] ---> Running in 183bf2029482 [2021-01-29T20:28:06.203Z] ---> 374da44e4962 [2021-01-29T20:28:06.203Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-01-29T20:28:06.203Z] ---> Running in b30c57b63ce1 [2021-01-29T20:28:06.203Z] Removing intermediate container 183bf2029482 [2021-01-29T20:28:06.203Z] ---> 90d05c64a6b8 [2021-01-29T20:28:06.203Z] Step 20/22 : LABEL arch=x86_64 [2021-01-29T20:28:06.204Z] ---> 89014bd3e8fd [2021-01-29T20:28:06.204Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-29T20:28:06.204Z] ---> Running in 61f774352855 [2021-01-29T20:28:06.470Z] ---> Running in cbf58a11c629 [2021-01-29T20:28:06.470Z] Removing intermediate container b30c57b63ce1 [2021-01-29T20:28:06.470Z] ---> 3846d19fcf86 [2021-01-29T20:28:06.470Z] Step 14/26 : ENV APP_PORT=48090 [2021-01-29T20:28:06.742Z] ---> Running in 438d49ba8a20 [2021-01-29T20:28:06.742Z] Removing intermediate container 61f774352855 [2021-01-29T20:28:06.742Z] ---> 1afe66103a7c [2021-01-29T20:28:06.742Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-29T20:28:07.017Z] ---> 15a012d40714 [2021-01-29T20:28:07.017Z] 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-29T20:28:07.017Z] ---> Running in d24fed66c742 [2021-01-29T20:28:07.017Z] Removing intermediate container cbf58a11c629 [2021-01-29T20:28:07.017Z] ---> d849f2635db3 [2021-01-29T20:28:07.017Z] Step 21/22 : LABEL git_sha=43b882124282ec1afd2baf8b324d969a4719e16c [2021-01-29T20:28:07.017Z] Removing intermediate container 438d49ba8a20 [2021-01-29T20:28:07.017Z] ---> 58136592d538 [2021-01-29T20:28:07.017Z] Step 15/26 : EXPOSE $APP_PORT [2021-01-29T20:28:07.289Z] ---> Running in c4e13051267d [2021-01-29T20:28:07.290Z] ---> Running in 3632e3bee494 [2021-01-29T20:28:07.290Z] ---> Running in cee2c4cd368e [2021-01-29T20:28:07.556Z] Removing intermediate container d24fed66c742 [2021-01-29T20:28:07.556Z] ---> 6e2fb1266091 [2021-01-29T20:28:07.556Z] Step 21/23 : LABEL arch=x86_64 [2021-01-29T20:28:07.831Z] Removing intermediate container 3632e3bee494 [2021-01-29T20:28:07.831Z] ---> e34047d03471 [2021-01-29T20:28:07.831Z] Step 22/22 : LABEL version=0.0.0 [2021-01-29T20:28:07.831Z] ---> Running in 6ab3e60986c0 [2021-01-29T20:28:07.831Z] Removing intermediate container cee2c4cd368e [2021-01-29T20:28:07.831Z] ---> e005a0f9a6c4 [2021-01-29T20:28:07.831Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-29T20:28:08.106Z] ---> Running in a98bfcb24c4e [2021-01-29T20:28:09.523Z] Removing intermediate container a98bfcb24c4e [2021-01-29T20:28:09.523Z] ---> 5762e44dfb70 [2021-01-29T20:28:09.523Z] [2021-01-29T20:28:09.523Z] Removing intermediate container 6ab3e60986c0 [2021-01-29T20:28:09.523Z] ---> 441f1206c951 [2021-01-29T20:28:09.523Z] Step 22/23 : LABEL git_sha=43b882124282ec1afd2baf8b324d969a4719e16c [2021-01-29T20:28:09.523Z] ---> 05da2f28eb53 [2021-01-29T20:28:09.523Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-29T20:28:09.523Z] ---> Running in 9ea8321e3af6 [2021-01-29T20:28:09.796Z] Successfully built 5762e44dfb70 [2021-01-29T20:28:09.796Z] Successfully tagged docker-support-notifications-go:latest [2021-01-29T20:28:09.796Z]  Building docker-support-notifications-go ... done Building docker-core-data-go [2021-01-29T20:28:10.075Z] ---> 806362453aae [2021-01-29T20:28:10.075Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-29T20:28:10.075Z] Removing intermediate container 9ea8321e3af6 [2021-01-29T20:28:10.075Z] ---> 6756a548a65c [2021-01-29T20:28:10.075Z] Step 23/23 : LABEL version=0.0.0 [2021-01-29T20:28:10.357Z] Removing intermediate container c4e13051267d [2021-01-29T20:28:10.357Z] ---> 897c2d215439 [2021-01-29T20:28:10.357Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-29T20:28:10.357Z] ---> Running in 998373b47b09 [2021-01-29T20:28:10.357Z] ---> Running in 68618a95ee35 [2021-01-29T20:28:11.134Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-01-29T20:28:12.974Z] Removing intermediate container 998373b47b09 [2021-01-29T20:28:12.974Z] ---> 530060b9e964 [2021-01-29T20:28:12.974Z] [2021-01-29T20:28:14.368Z] Successfully built 530060b9e964 [2021-01-29T20:28:14.944Z] ---> faf6401dbf12 [2021-01-29T20:28:14.944Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-29T20:28:14.944Z] Successfully tagged docker-core-command-go:latest [2021-01-29T20:28:14.944Z]  Building docker-core-command-go ... done Building docker-support-scheduler-go [2021-01-29T20:28:17.518Z] Removing intermediate container 68618a95ee35 [2021-01-29T20:28:17.518Z] ---> 94e763b2f548 [2021-01-29T20:28:17.518Z] Step 22/24 : LABEL arch=x86_64 [2021-01-29T20:28:18.929Z] ---> Running in f3301d733c16 [2021-01-29T20:28:20.887Z] ---> Running in 15fc6d3d2d5f [2021-01-29T20:28:22.868Z] Removing intermediate container 15fc6d3d2d5f [2021-01-29T20:28:22.868Z] ---> 4960b645ebc2 [2021-01-29T20:28:22.868Z] Step 23/24 : LABEL git_sha=43b882124282ec1afd2baf8b324d969a4719e16c [2021-01-29T20:28:22.868Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-29T20:28:22.868Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-29T20:28:23.140Z] ---> Running in b3f4dee688a2 [2021-01-29T20:28:23.140Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-29T20:28:23.140Z] (2/33) Installing expat (2.2.9-r1) [2021-01-29T20:28:23.140Z] (3/33) Installing libffi (3.3-r2) [2021-01-29T20:28:23.140Z] (4/33) Installing gdbm (1.13-r1) [2021-01-29T20:28:23.140Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-29T20:28:23.140Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-29T20:28:23.140Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-29T20:28:27.445Z] Removing intermediate container b3f4dee688a2 [2021-01-29T20:28:27.445Z] ---> e679b47400a9 [2021-01-29T20:28:27.445Z] Step 24/24 : LABEL version=0.0.0 [2021-01-29T20:28:31.692Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-29T20:28:31.692Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-29T20:28:31.692Z] ---> Running in 20a498db246d [2021-01-29T20:28:31.692Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-29T20:28:31.692Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-29T20:28:31.692Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-29T20:28:31.692Z] + date [2021-01-29T20:28:31.692Z] + echo 'Fri Jan 29 20:28:30 UTC 2021 dockerize executable build done and output at directory: /tmp/build/dist/linux' [2021-01-29T20:28:31.692Z] Fri Jan 29 20:28:30 UTC 2021 dockerize executable build done and output at directory: /tmp/build/dist/linux [2021-01-29T20:28:31.692Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-29T20:28:31.692Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-29T20:28:31.692Z] ---> 0d90d400b77f [2021-01-29T20:28:31.692Z] Step 3/23 : WORKDIR /edgex-go [2021-01-29T20:28:31.692Z] ---> Using cache [2021-01-29T20:28:31.692Z] ---> b9ceee326eac [2021-01-29T20:28:31.692Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-29T20:28:31.692Z] ---> Using cache [2021-01-29T20:28:31.692Z] ---> e33b993fb816 [2021-01-29T20:28:31.692Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-29T20:28:31.692Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-29T20:28:31.955Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-29T20:28:32.912Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-29T20:28:32.912Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-29T20:28:32.912Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-29T20:28:33.866Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-29T20:28:33.867Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-29T20:28:34.442Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-29T20:28:34.442Z] ---> Running in f4e4c6212712 [2021-01-29T20:28:34.711Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-29T20:28:34.711Z] Removing intermediate container 20a498db246d [2021-01-29T20:28:34.711Z] ---> abdc2b4988d1 [2021-01-29T20:28:34.711Z] [2021-01-29T20:28:34.711Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-29T20:28:34.711Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-29T20:28:35.295Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-29T20:28:35.558Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-29T20:28:35.558Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-29T20:28:35.558Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-29T20:28:35.558Z] ---> 0d90d400b77f [2021-01-29T20:28:35.558Z] Step 3/22 : WORKDIR /edgex-go [2021-01-29T20:28:35.558Z] ---> Using cache [2021-01-29T20:28:35.558Z] ---> b9ceee326eac [2021-01-29T20:28:35.558Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-29T20:28:35.558Z] ---> Using cache [2021-01-29T20:28:35.558Z] ---> e33b993fb816 [2021-01-29T20:28:35.558Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-29T20:28:35.558Z] ---> Using cache [2021-01-29T20:28:35.558Z] ---> e83495d62566 [2021-01-29T20:28:35.558Z] Step 6/22 : COPY go.mod . [2021-01-29T20:28:35.558Z] ---> Using cache [2021-01-29T20:28:35.558Z] ---> c61699b1d8ce [2021-01-29T20:28:35.558Z] Step 7/22 : RUN go mod download [2021-01-29T20:28:35.558Z] ---> Using cache [2021-01-29T20:28:35.558Z] ---> 2b27f4f3b600 [2021-01-29T20:28:35.558Z] Step 8/22 : COPY . . [2021-01-29T20:28:35.558Z] ---> Using cache [2021-01-29T20:28:35.558Z] ---> 578febe6848b [2021-01-29T20:28:35.558Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-01-29T20:28:35.558Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-29T20:28:36.972Z] Successfully built abdc2b4988d1 [2021-01-29T20:28:37.239Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-29T20:28:37.504Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-29T20:28:37.504Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-01-29T20:28:37.504Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-29T20:28:37.504Z]  Building docker-security-secretstore-setup-go ... done Building docker-security-proxy-setup-go [2021-01-29T20:28:37.504Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-29T20:28:38.095Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-29T20:28:38.679Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-29T20:28:38.679Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-29T20:28:40.070Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-29T20:28:41.021Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-29T20:28:41.595Z] OK: 233 MiB in 51 packages [2021-01-29T20:28:41.595Z] ---> Running in ecfec3d6057c [2021-01-29T20:28:42.990Z] Executing busybox-1.31.1-r19.trigger [2021-01-29T20:28:43.260Z] OK: 71 MiB in 55 packages [2021-01-29T20:28:46.602Z] 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-29T20:28:48.010Z] Removing intermediate container f4e4c6212712 [2021-01-29T20:28:48.010Z] ---> 50f26018965a [2021-01-29T20:28:48.010Z] Step 6/23 : COPY go.mod . [2021-01-29T20:28:49.965Z] ---> 13c2dd1621c9 [2021-01-29T20:28:49.965Z] Step 7/23 : RUN go mod download [2021-01-29T20:28:51.399Z] ---> Running in f51eac54ff4e [2021-01-29T20:28:55.691Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-29T20:28:55.692Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-29T20:28:55.692Z] ---> 0d90d400b77f [2021-01-29T20:28:55.692Z] Step 3/21 : WORKDIR /edgex-go [2021-01-29T20:28:55.692Z] ---> Using cache [2021-01-29T20:28:55.692Z] ---> b9ceee326eac [2021-01-29T20:28:55.692Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-29T20:28:55.692Z] ---> Using cache [2021-01-29T20:28:55.692Z] ---> e33b993fb816 [2021-01-29T20:28:55.692Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-29T20:28:55.692Z] ---> Using cache [2021-01-29T20:28:55.692Z] ---> e83495d62566 [2021-01-29T20:28:55.692Z] Step 6/21 : COPY go.mod . [2021-01-29T20:28:55.692Z] ---> Using cache [2021-01-29T20:28:55.692Z] ---> c61699b1d8ce [2021-01-29T20:28:55.692Z] Step 7/21 : RUN go mod download [2021-01-29T20:28:55.692Z] ---> Using cache [2021-01-29T20:28:55.692Z] ---> 2b27f4f3b600 [2021-01-29T20:28:55.692Z] Step 8/21 : COPY . . [2021-01-29T20:28:55.692Z] ---> Using cache [2021-01-29T20:28:55.692Z] ---> 578febe6848b [2021-01-29T20:28:55.692Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-29T20:28:57.796Z] ---> Running in f9b70acab82b [2021-01-29T20:28:58.155Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-01-29T20:28:58.608Z] Removing intermediate container f51eac54ff4e [2021-01-29T20:28:58.608Z] ---> 602d3bb9a9c6 [2021-01-29T20:28:58.608Z] Step 8/23 : COPY . . [2021-01-29T20:28:58.608Z] 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-29T20:29:01.562Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-01-29T20:29:06.985Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-01-29T20:29:06.985Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-01-29T20:29:06.985Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-01-29T20:29:10.963Z] Removing intermediate container f3301d733c16 [2021-01-29T20:29:10.963Z] ---> 869f09298e72 [2021-01-29T20:29:10.963Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-01-29T20:29:10.963Z] Removing intermediate container 2e0ec06dc2a9 [2021-01-29T20:29:10.963Z] ---> 40596c47e27a [2021-01-29T20:29:10.963Z] Step 11/34 : RUN mkdir -p /test && cp "$BUILD_BASE_DIR"/dockerize /test/ && ldd /test/dockerize 2>&1 > /test/ldd_out.log || echo "statically linked" [2021-01-29T20:29:13.731Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-01-29T20:29:13.731Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-01-29T20:29:13.731Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-01-29T20:29:13.731Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-01-29T20:29:13.731Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-01-29T20:29:13.731Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-01-29T20:29:14.430Z] ---> Running in 117598b5dadc [2021-01-29T20:29:14.430Z] ---> Running in 3b24b2a885f5 [2021-01-29T20:29:16.992Z] /lib/ld-musl-x86_64.so.1: /test/dockerize: Not a valid dynamic program [2021-01-29T20:29:16.992Z] statically linked [2021-01-29T20:29:20.476Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-01-29T20:29:20.476Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-01-29T20:29:20.476Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-01-29T20:29:22.318Z] 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-29T20:29:22.581Z] Collecting docker-compose==1.23.2 [2021-01-29T20:29:22.581Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-29T20:29:23.988Z] Removing intermediate container ecfec3d6057c [2021-01-29T20:29:23.988Z] ---> 2504a8c01c43 [2021-01-29T20:29:23.988Z] [2021-01-29T20:29:23.988Z] Step 10/22 : FROM alpine:3.12 [2021-01-29T20:29:24.564Z] ---> 389fef711851 [2021-01-29T20:29:24.564Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-01-29T20:29:24.564Z] ---> Using cache [2021-01-29T20:29:24.564Z] ---> c42a2037a527 [2021-01-29T20:29:24.564Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-29T20:29:24.564Z] ---> Using cache [2021-01-29T20:29:24.564Z] ---> 56784414f5bd [2021-01-29T20:29:24.564Z] Step 13/22 : ENV APP_PORT=48085 [2021-01-29T20:29:24.564Z] Collecting docopt<0.7,>=0.6.1 [2021-01-29T20:29:24.564Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-29T20:29:24.564Z] Removing intermediate container 3b24b2a885f5 [2021-01-29T20:29:24.564Z] ---> af30012a7de9 [2021-01-29T20:29:24.564Z] [2021-01-29T20:29:24.564Z] Step 12/34 : FROM alpine:3.12 [2021-01-29T20:29:24.564Z] ---> 389fef711851 [2021-01-29T20:29:24.564Z] Step 13/34 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-01-29T20:29:24.564Z] ---> 52330c32fbc6 [2021-01-29T20:29:24.564Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-29T20:29:24.835Z] ---> Running in 6823efba0eda [2021-01-29T20:29:24.835Z] ---> Running in d0e22fea6486 [2021-01-29T20:29:24.835Z] ---> Running in c7ed41ca51ad [2021-01-29T20:29:25.424Z] Removing intermediate container 6823efba0eda [2021-01-29T20:29:25.424Z] ---> 908ba89082ca [2021-01-29T20:29:25.424Z] Step 14/22 : EXPOSE $APP_PORT [2021-01-29T20:29:25.424Z] Removing intermediate container d0e22fea6486 [2021-01-29T20:29:25.424Z] ---> 428c596d361c [2021-01-29T20:29:25.424Z] Step 14/34 : RUN apk add --update --no-cache dumb-init openssl su-exec [2021-01-29T20:29:25.424Z] ---> Running in db803cb9ef78 [2021-01-29T20:29:25.424Z] ---> Running in 0f3c311dc151 [2021-01-29T20:29:25.703Z] Removing intermediate container db803cb9ef78 [2021-01-29T20:29:25.703Z] ---> 726378049a7b [2021-01-29T20:29:25.703Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-29T20:29:25.974Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-01-29T20:29:25.974Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-29T20:29:25.974Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-29T20:29:26.238Z] ---> 6667a415cc7f [2021-01-29T20:29:26.238Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-29T20:29:26.238Z] 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-29T20:29:26.238Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-29T20:29:26.238Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-29T20:29:26.512Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-29T20:29:26.512Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-29T20:29:26.512Z] Collecting PyYAML<4,>=3.10 [2021-01-29T20:29:26.512Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-29T20:29:26.778Z] (1/3) Installing dumb-init (1.2.2-r1) [2021-01-29T20:29:27.237Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.346s coverage: 46.0% of statements [2021-01-29T20:29:27.237Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-01-29T20:29:27.237Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-01-29T20:29:27.237Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-01-29T20:29:27.237Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-01-29T20:29:27.237Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-01-29T20:29:27.237Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-01-29T20:29:27.237Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-01-29T20:29:27.237Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.174s coverage: 100.0% of statements [2021-01-29T20:29:27.726Z] (2/3) Installing openssl (1.1.1i-r0) [2021-01-29T20:29:27.726Z] (3/3) Installing su-exec (0.2-r1) [2021-01-29T20:29:27.726Z] Executing busybox-1.31.1-r19.trigger [2021-01-29T20:29:27.726Z] OK: 6 MiB in 17 packages [2021-01-29T20:29:28.674Z] Collecting cached-property<2,>=1.2.0 [2021-01-29T20:29:28.674Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-29T20:29:29.648Z] ---> 812246d79f56 [2021-01-29T20:29:29.648Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-29T20:29:29.648Z] Collecting docker<4.0,>=3.6.0 [2021-01-29T20:29:29.648Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-29T20:29:29.648Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-29T20:29:29.648Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-29T20:29:30.246Z] Removing intermediate container 0f3c311dc151 [2021-01-29T20:29:30.246Z] ---> 700cf38a8acd [2021-01-29T20:29:30.246Z] Step 15/34 : ENV SECURITY_INIT_DIR /edgex-init [2021-01-29T20:29:30.827Z] Collecting texttable<0.10,>=0.9.0 [2021-01-29T20:29:30.827Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-29T20:29:31.794Z] ---> Running in c57b6d92623a [2021-01-29T20:29:31.794Z] ---> bddcbf0961f7 [2021-01-29T20:29:31.794Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-01-29T20:29:31.794Z] Removing intermediate container f9b70acab82b [2021-01-29T20:29:31.794Z] ---> 98fd673fa641 [2021-01-29T20:29:31.794Z] [2021-01-29T20:29:31.794Z] Step 10/21 : FROM alpine:3.12 [2021-01-29T20:29:31.794Z] ---> 389fef711851 [2021-01-29T20:29:31.794Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-01-29T20:29:32.067Z] ---> Running in 7ce8cc301ff2 [2021-01-29T20:29:32.067Z] ---> Running in 67434febb783 [2021-01-29T20:29:32.067Z] Removing intermediate container c57b6d92623a [2021-01-29T20:29:32.067Z] ---> 757f3eb1f4a0 [2021-01-29T20:29:32.067Z] Step 16/34 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-01-29T20:29:32.067Z] Collecting jsonschema<3,>=2.5.1 [2021-01-29T20:29:32.067Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-29T20:29:32.337Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-29T20:29:32.605Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-29T20:29:32.605Z] ---> Running in f283aea3a7a3 [2021-01-29T20:29:32.605Z] 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-29T20:29:32.875Z] Removing intermediate container 7ce8cc301ff2 [2021-01-29T20:29:32.875Z] ---> 745612482f95 [2021-01-29T20:29:32.875Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-29T20:29:32.875Z] Collecting idna<2.8,>=2.5 [2021-01-29T20:29:32.875Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-29T20:29:33.152Z] 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-29T20:29:33.152Z] ---> Running in d8de6e6b3b1b [2021-01-29T20:29:33.152Z] Removing intermediate container f283aea3a7a3 [2021-01-29T20:29:33.152Z] ---> 485bec7a4950 [2021-01-29T20:29:33.152Z] Step 17/34 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-01-29T20:29:33.152Z] Collecting docker-pycreds>=0.4.0 [2021-01-29T20:29:33.152Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-29T20:29:33.152Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-29T20:29:33.152Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-29T20:29:33.152Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-29T20:29:33.152Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-29T20:29:33.152Z] ---> Running in c3323816dc15 [2021-01-29T20:29:33.422Z] Installing collected packages: docopt, urllib3, idna, requests, websocket-client, PyYAML, cached-property, docker-pycreds, docker, dockerpty, texttable, jsonschema, docker-compose [2021-01-29T20:29:33.976Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.547s coverage: 27.1% of statements [2021-01-29T20:29:33.977Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-01-29T20:29:33.977Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-01-29T20:29:33.977Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-01-29T20:29:33.977Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-01-29T20:29:33.977Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-01-29T20:29:33.977Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-01-29T20:29:33.977Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.066s coverage: 100.0% of statements [2021-01-29T20:29:33.977Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-01-29T20:29:33.977Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.098s coverage: 100.0% of statements [2021-01-29T20:29:33.977Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-01-29T20:29:33.977Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-01-29T20:29:34.033Z] Running setup.py install for docopt: started [2021-01-29T20:29:34.251Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.230s coverage: 65.8% of statements [2021-01-29T20:29:34.251Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-01-29T20:29:34.251Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-01-29T20:29:34.620Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-29T20:29:34.620Z] Removing intermediate container d8de6e6b3b1b [2021-01-29T20:29:34.620Z] ---> 242ed3696225 [2021-01-29T20:29:34.620Z] Step 20/22 : LABEL arch=x86_64 [2021-01-29T20:29:34.620Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-29T20:29:34.886Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-29T20:29:34.886Z] ---> Running in 42581c484adc [2021-01-29T20:29:34.886Z] Running setup.py install for docopt: finished with status 'done' [2021-01-29T20:29:34.886Z] Attempting uninstall: urllib3 [2021-01-29T20:29:34.886Z] Found existing installation: urllib3 1.25.9 [2021-01-29T20:29:34.886Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-29T20:29:34.886Z] Uninstalling urllib3-1.25.9: [2021-01-29T20:29:34.886Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-29T20:29:34.886Z] (4/4) Installing curl (7.69.1-r3) [2021-01-29T20:29:34.886Z] Executing busybox-1.31.1-r19.trigger [2021-01-29T20:29:34.886Z] Executing ca-certificates-20191127-r4.trigger [2021-01-29T20:29:35.169Z] OK: 7 MiB in 18 packages [2021-01-29T20:29:35.442Z] Successfully uninstalled urllib3-1.25.9 [2021-01-29T20:29:35.692Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.724s coverage: 82.3% of statements [2021-01-29T20:29:35.692Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-01-29T20:29:35.692Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-01-29T20:29:35.692Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-01-29T20:29:35.692Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-01-29T20:29:36.020Z] Removing intermediate container 42581c484adc [2021-01-29T20:29:36.020Z] ---> 8e898c16d6a1 [2021-01-29T20:29:36.020Z] Step 21/22 : LABEL git_sha=43b882124282ec1afd2baf8b324d969a4719e16c [2021-01-29T20:29:36.283Z] Attempting uninstall: idna [2021-01-29T20:29:36.283Z] Found existing installation: idna 2.9 [2021-01-29T20:29:36.552Z] Uninstalling idna-2.9: [2021-01-29T20:29:36.552Z] Successfully uninstalled idna-2.9 [2021-01-29T20:29:36.552Z] ---> Running in ba2441674d22 [2021-01-29T20:29:36.820Z] Attempting uninstall: requests [2021-01-29T20:29:36.820Z] Found existing installation: requests 2.23.0 [2021-01-29T20:29:36.820Z] Uninstalling requests-2.23.0: [2021-01-29T20:29:36.820Z] Successfully uninstalled requests-2.23.0 [2021-01-29T20:29:37.401Z] Removing intermediate container ba2441674d22 [2021-01-29T20:29:37.401Z] ---> 07244f0faba6 [2021-01-29T20:29:37.401Z] Step 22/22 : LABEL version=0.0.0 [2021-01-29T20:29:37.676Z] Running setup.py install for PyYAML: started [2021-01-29T20:29:37.942Z] Removing intermediate container c3323816dc15 [2021-01-29T20:29:37.942Z] ---> df7860328fed [2021-01-29T20:29:37.942Z] Step 18/34 : WORKDIR ${SECURITY_INIT_DIR} [2021-01-29T20:29:37.942Z] ---> Running in 4f186ddb287d [2021-01-29T20:29:38.531Z] Removing intermediate container 67434febb783 [2021-01-29T20:29:38.531Z] ---> 4d1cffd1d92f [2021-01-29T20:29:38.531Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-29T20:29:38.531Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-29T20:29:38.531Z] ---> Running in db427c58758a [2021-01-29T20:29:39.126Z] Removing intermediate container 4f186ddb287d [2021-01-29T20:29:39.126Z] ---> 3281e9148dfe [2021-01-29T20:29:39.126Z] [2021-01-29T20:29:39.126Z] ---> Running in 69f734f0ca1b [2021-01-29T20:29:39.392Z] Successfully built 3281e9148dfe [2021-01-29T20:29:39.982Z] Successfully tagged docker-support-scheduler-go:latest [2021-01-29T20:29:39.982Z]  Building docker-support-scheduler-go ... done Building docker-core-metadata-go [2021-01-29T20:29:39.982Z] Running setup.py install for dockerpty: started [2021-01-29T20:29:39.982Z] Removing intermediate container db427c58758a [2021-01-29T20:29:39.982Z] ---> 0ebd575c7790 [2021-01-29T20:29:39.982Z] Step 19/34 : COPY --from=builder /tmp/build/dist/linux/dockerize . [2021-01-29T20:29:39.982Z] Removing intermediate container 69f734f0ca1b [2021-01-29T20:29:39.982Z] ---> 8d649c5e5fc6 [2021-01-29T20:29:39.982Z] Step 13/21 : WORKDIR /edgex [2021-01-29T20:29:40.582Z] ---> Running in 596cca64ef71 [2021-01-29T20:29:40.582Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-29T20:29:40.582Z] Running setup.py install for texttable: started [2021-01-29T20:29:40.865Z] Removing intermediate container 596cca64ef71 [2021-01-29T20:29:40.865Z] ---> 521ae5ebc031 [2021-01-29T20:29:40.865Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-29T20:29:42.278Z] Running setup.py install for texttable: finished with status 'done' [2021-01-29T20:29:44.009Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.084s coverage: 28.6% of statements [2021-01-29T20:29:44.009Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-01-29T20:29:44.009Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-01-29T20:29:44.009Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-01-29T20:29:44.009Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-01-29T20:29:44.009Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-01-29T20:29:44.009Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.139s coverage: 100.0% of statements [2021-01-29T20:29:44.009Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-01-29T20:29:44.009Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.070s coverage: 100.0% of statements [2021-01-29T20:29:44.009Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-01-29T20:29:44.009Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.347s coverage: 86.7% of statements [2021-01-29T20:29:44.009Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-01-29T20:29:44.009Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.389s coverage: 97.5% of statements [2021-01-29T20:29:44.009Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-01-29T20:29:44.284Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.158s coverage: 78.3% of statements [2021-01-29T20:29:44.284Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-01-29T20:29:44.284Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-01-29T20:29:44.284Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-01-29T20:29:44.284Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-01-29T20:29:45.593Z] ---> 525e0e00f164 [2021-01-29T20:29:45.593Z] Step 20/34 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-01-29T20:29:47.548Z] ---> 73d8aa21b5c0 [2021-01-29T20:29:47.548Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-29T20:29:47.548Z] 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-29T20:29:48.146Z] ---> bac0cf75b01e [2021-01-29T20:29:48.146Z] Step 21/34 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-01-29T20:29:50.077Z] ---> 4dcce9970841 [2021-01-29T20:29:50.078Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-29T20:29:51.493Z] ---> Running in fefdfb7e7197 [2021-01-29T20:29:53.429Z] ---> 385b26877aba [2021-01-29T20:29:53.429Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-29T20:29:53.695Z] ---> Running in ee4743b766ab [2021-01-29T20:29:54.275Z] Removing intermediate container ee4743b766ab [2021-01-29T20:29:54.275Z] ---> 079202a6c12f [2021-01-29T20:29:54.275Z] Step 18/21 : CMD ["--init=true"] [2021-01-29T20:29:54.456Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.260s coverage: 92.8% of statements [2021-01-29T20:29:54.456Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-01-29T20:29:54.456Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-01-29T20:29:54.456Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-01-29T20:29:54.456Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-01-29T20:29:54.456Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-01-29T20:29:54.456Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-01-29T20:29:54.456Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-01-29T20:29:54.456Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-01-29T20:29:54.456Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-01-29T20:29:54.456Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-01-29T20:29:54.456Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-01-29T20:29:54.456Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-01-29T20:29:54.456Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-01-29T20:29:54.456Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-01-29T20:29:54.456Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-01-29T20:29:54.456Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-01-29T20:29:54.456Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-01-29T20:29:54.456Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-01-29T20:29:54.456Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.059s coverage: 58.8% of statements [2021-01-29T20:29:54.456Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-01-29T20:29:54.456Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-01-29T20:29:54.456Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.203s coverage: 0.1% of statements [2021-01-29T20:29:54.456Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-01-29T20:29:54.456Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-01-29T20:29:54.457Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-01-29T20:29:54.457Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.090s coverage: 43.8% of statements [2021-01-29T20:29:54.457Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.083s coverage: 79.5% of statements [2021-01-29T20:29:54.457Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.073s coverage: 94.1% of statements [2021-01-29T20:29:54.457Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.106s coverage: 96.3% of statements [2021-01-29T20:29:54.457Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.077s coverage: 87.5% of statements [2021-01-29T20:29:55.221Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-29T20:29:55.221Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-29T20:29:55.221Z] ---> 0d90d400b77f [2021-01-29T20:29:55.221Z] Step 3/23 : WORKDIR /edgex-go [2021-01-29T20:29:55.221Z] ---> Using cache [2021-01-29T20:29:55.221Z] ---> b9ceee326eac [2021-01-29T20:29:55.221Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-29T20:29:55.221Z] ---> Using cache [2021-01-29T20:29:55.221Z] ---> e33b993fb816 [2021-01-29T20:29:55.221Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-01-29T20:29:55.221Z] ---> Using cache [2021-01-29T20:29:55.221Z] ---> e83495d62566 [2021-01-29T20:29:55.221Z] Step 6/23 : COPY go.mod . [2021-01-29T20:29:55.221Z] ---> Using cache [2021-01-29T20:29:55.221Z] ---> c61699b1d8ce [2021-01-29T20:29:55.221Z] Step 7/23 : RUN go mod download [2021-01-29T20:29:55.221Z] ---> Using cache [2021-01-29T20:29:55.221Z] ---> 2b27f4f3b600 [2021-01-29T20:29:55.221Z] Step 8/23 : COPY . . [2021-01-29T20:29:55.221Z] ---> Using cache [2021-01-29T20:29:55.221Z] ---> 578febe6848b [2021-01-29T20:29:55.221Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-01-29T20:29:56.612Z] ---> Running in eace6990c288 [2021-01-29T20:29:56.612Z] ---> Running in 2d5e16b63c54 [2021-01-29T20:29:56.612Z] Removing intermediate container 117598b5dadc [2021-01-29T20:29:56.612Z] ---> 155af3bb1deb [2021-01-29T20:29:56.612Z] Step 21/26 : RUN apk --no-cache add curl [2021-01-29T20:29:59.185Z] Removing intermediate container 2d5e16b63c54 [2021-01-29T20:29:59.185Z] ---> e8af98b1a83b [2021-01-29T20:29:59.185Z] Step 19/21 : LABEL arch=x86_64 [2021-01-29T20:29:59.185Z] 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-29T20:29:59.769Z] ---> Running in a86908fd2082 [2021-01-29T20:30:00.042Z] ---> Running in b6206571e295 [2021-01-29T20:30:00.042Z] Removing intermediate container c7ed41ca51ad [2021-01-29T20:30:00.042Z] ---> cc3745268b88 [2021-01-29T20:30:00.042Z] [2021-01-29T20:30:00.042Z] Step 10/23 : FROM alpine:3.12 [2021-01-29T20:30:00.042Z] ---> 389fef711851 [2021-01-29T20:30:00.042Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-29T20:30:00.768Z] Removing intermediate container fefdfb7e7197 [2021-01-29T20:30:00.768Z] ---> 6ebd7876a2e2 [2021-01-29T20:30:00.768Z] Step 22/34 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-29T20:30:00.768Z] Removing intermediate container b6206571e295 [2021-01-29T20:30:00.768Z] ---> dc6db8349026 [2021-01-29T20:30:00.768Z] Step 20/21 : LABEL git_sha=43b882124282ec1afd2baf8b324d969a4719e16c [2021-01-29T20:30:00.768Z] ---> Running in aa219920cceb [2021-01-29T20:30:00.768Z] ---> Running in 367b52297f2d [2021-01-29T20:30:01.191Z] Removing intermediate container aa219920cceb [2021-01-29T20:30:01.191Z] ---> 7d518976b0cf [2021-01-29T20:30:01.191Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-29T20:30:01.191Z] ---> Running in aa0613dc38c9 [2021-01-29T20:30:01.191Z] Removing intermediate container 367b52297f2d [2021-01-29T20:30:01.191Z] ---> 5ee19a23afe9 [2021-01-29T20:30:01.191Z] Step 21/21 : LABEL version=0.0.0 [2021-01-29T20:30:01.191Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-29T20:30:01.191Z] ---> af8a7f560449 [2021-01-29T20:30:01.191Z] Step 23/34 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-01-29T20:30:01.649Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-29T20:30:01.649Z] ---> Running in 7113a3a51579 [2021-01-29T20:30:01.649Z] Removing intermediate container aa0613dc38c9 [2021-01-29T20:30:01.649Z] ---> 88f450daf68a [2021-01-29T20:30:01.649Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-29T20:30:01.649Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-29T20:30:01.649Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-29T20:30:01.649Z] (3/3) Installing curl (7.69.1-r3) [2021-01-29T20:30:01.650Z] Executing busybox-1.31.1-r19.trigger [2021-01-29T20:30:01.650Z] ---> Running in a276811f7fc1 [2021-01-29T20:30:01.650Z] OK: 72 MiB in 58 packages [2021-01-29T20:30:01.650Z] Removing intermediate container 7113a3a51579 [2021-01-29T20:30:01.650Z] ---> 6191411387ea [2021-01-29T20:30:01.650Z] [2021-01-29T20:30:02.281Z] Successfully built 6191411387ea [2021-01-29T20:30:02.553Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-01-29T20:30:02.553Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container a276811f7fc1 [2021-01-29T20:30:02.553Z] ---> 5a2fb0eeff40 [2021-01-29T20:30:02.553Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-29T20:30:02.553Z] ---> 02d9a301af5a [2021-01-29T20:30:02.553Z] Step 24/34 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-01-29T20:30:02.825Z] ---> Running in 41bbdff96106 [2021-01-29T20:30:03.095Z] Removing intermediate container a86908fd2082 [2021-01-29T20:30:03.095Z] ---> 554f351d126f [2021-01-29T20:30:03.095Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-29T20:30:03.095Z] ---> Running in dfc8938d4c36 [2021-01-29T20:30:03.365Z] ---> 2d392a5ea7f1 [2021-01-29T20:30:03.365Z] Step 25/34 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ [2021-01-29T20:30:03.660Z] Removing intermediate container dfc8938d4c36 [2021-01-29T20:30:03.660Z] ---> 79f8c82b6c77 [2021-01-29T20:30:03.660Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-29T20:30:03.660Z] ---> Running in 1305ae2f4a62 [2021-01-29T20:30:04.247Z] ---> fc0200095445 [2021-01-29T20:30:04.247Z] Step 26/34 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-01-29T20:30:04.247Z] Removing intermediate container 1305ae2f4a62 [2021-01-29T20:30:04.247Z] ---> dc08993f4192 [2021-01-29T20:30:04.247Z] Step 24/26 : LABEL arch=x86_64 [2021-01-29T20:30:04.513Z] ---> Running in 55da2a9530ab [2021-01-29T20:30:04.513Z] Removing intermediate container 41bbdff96106 [2021-01-29T20:30:04.513Z] ---> cb6f7d40b702 [2021-01-29T20:30:04.513Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-01-29T20:30:04.697Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.073s coverage: 94.4% of statements [2021-01-29T20:30:04.697Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.053s coverage: 44.8% of statements [2021-01-29T20:30:04.697Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-01-29T20:30:04.697Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-01-29T20:30:04.697Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-01-29T20:30:04.697Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-01-29T20:30:04.784Z] ---> Running in 8dcaea61860d [2021-01-29T20:30:05.743Z] ---> f1377c5d655f [2021-01-29T20:30:05.743Z] Step 27/34 : VOLUME ${SECURITY_INIT_DIR} [2021-01-29T20:30:06.017Z] Removing intermediate container 55da2a9530ab [2021-01-29T20:30:06.017Z] ---> cff356fc1b2c [2021-01-29T20:30:06.017Z] Step 25/26 : LABEL git_sha=43b882124282ec1afd2baf8b324d969a4719e16c [2021-01-29T20:30:06.291Z] ---> Running in 9c9311abb1ac [2021-01-29T20:30:06.291Z] ---> Running in 7478f9dea5c7 [2021-01-29T20:30:06.317Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.087s coverage: 87.2% of statements [2021-01-29T20:30:06.317Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-01-29T20:30:06.317Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-01-29T20:30:06.317Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.056s coverage: 100.0% of statements [2021-01-29T20:30:06.317Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-01-29T20:30:06.317Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.077s coverage: 75.5% of statements [2021-01-29T20:30:06.317Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-01-29T20:30:06.317Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.064s coverage: 80.8% of statements [2021-01-29T20:30:06.317Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.118s coverage: 87.2% of statements [2021-01-29T20:30:06.317Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.126s coverage: 84.2% of statements [2021-01-29T20:30:06.317Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.158s coverage: 91.4% of statements [2021-01-29T20:30:06.317Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-01-29T20:30:06.557Z] Removing intermediate container 9c9311abb1ac [2021-01-29T20:30:06.557Z] ---> d079846d4a38 [2021-01-29T20:30:06.557Z] Step 26/26 : LABEL version=0.0.0 [2021-01-29T20:30:06.557Z] Removing intermediate container 7478f9dea5c7 [2021-01-29T20:30:06.557Z] ---> f6aa86bcc356 [2021-01-29T20:30:06.557Z] Step 28/34 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-01-29T20:30:06.557Z] ---> Running in 991e64e392b1 [2021-01-29T20:30:06.842Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-29T20:30:06.842Z] Removing intermediate container 991e64e392b1 [2021-01-29T20:30:06.842Z] ---> 568c4bef83bb [2021-01-29T20:30:06.842Z] [2021-01-29T20:30:07.119Z] ---> 76b2202f5a0e [2021-01-29T20:30:07.119Z] Step 29/34 : RUN chmod +x /entrypoint.sh [2021-01-29T20:30:07.386Z] Successfully built 568c4bef83bb [2021-01-29T20:30:07.386Z] ---> Running in 5c86b1beb2a4 [2021-01-29T20:30:07.386Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-01-29T20:30:07.386Z]  Building docker-sys-mgmt-agent-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-29T20:30:07.858Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.618s coverage: 63.5% of statements [2021-01-29T20:30:07.858Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-01-29T20:30:07.858Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-01-29T20:30:07.858Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.166s coverage: 100.0% of statements [2021-01-29T20:30:07.976Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-01-29T20:30:07.976Z] (2/6) Installing libgcc (9.3.0-r2) [2021-01-29T20:30:07.976Z] (3/6) Installing libsodium (1.0.18-r0) [2021-01-29T20:30:07.976Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-01-29T20:30:08.242Z] (5/6) Installing libzmq (4.3.3-r0) [2021-01-29T20:30:08.242Z] (6/6) Installing zeromq (4.3.3-r0) [2021-01-29T20:30:08.463Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.104s coverage: 91.3% of statements [2021-01-29T20:30:08.463Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.050s coverage: 100.0% of statements [2021-01-29T20:30:08.517Z] Executing busybox-1.31.1-r19.trigger [2021-01-29T20:30:08.517Z] OK: 8 MiB in 20 packages [2021-01-29T20:30:09.447Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.073s coverage: 73.7% of statements [2021-01-29T20:30:09.497Z] Removing intermediate container 5c86b1beb2a4 [2021-01-29T20:30:09.497Z] ---> d59ba9217a58 [2021-01-29T20:30:09.497Z] Step 30/34 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-29T20:30:09.774Z] Removing intermediate container 8dcaea61860d [2021-01-29T20:30:09.774Z] ---> c45e65991e2d [2021-01-29T20:30:09.775Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-29T20:30:10.359Z] ---> Running in e23ec5981806 [2021-01-29T20:30:10.437Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.047s coverage: 100.0% of statements [2021-01-29T20:30:10.633Z] ---> eaf26c710024 [2021-01-29T20:30:10.633Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-29T20:30:10.908Z] Removing intermediate container e23ec5981806 [2021-01-29T20:30:10.908Z] ---> 69ec5057263b [2021-01-29T20:30:10.908Z] Step 31/34 : CMD ["gate"] [2021-01-29T20:30:11.182Z] ---> Running in 9d218aa754aa [2021-01-29T20:30:11.787Z] Removing intermediate container 9d218aa754aa [2021-01-29T20:30:11.787Z] ---> 26a33c3f24be [2021-01-29T20:30:11.787Z] Step 32/34 : LABEL arch=x86_64 [2021-01-29T20:30:11.787Z] ---> 417f8086bcce [2021-01-29T20:30:11.787Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-29T20:30:11.787Z] ---> Running in 57becb1ece6c [2021-01-29T20:30:12.056Z] Removing intermediate container 57becb1ece6c [2021-01-29T20:30:12.056Z] ---> 4014f116d3e4 [2021-01-29T20:30:12.056Z] Step 33/34 : LABEL git_sha=43b882124282ec1afd2baf8b324d969a4719e16c [2021-01-29T20:30:12.056Z] ---> 17dfbb624f79 [2021-01-29T20:30:12.056Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-29T20:30:12.637Z] ---> Running in 53997359c322 [2021-01-29T20:30:12.637Z] ---> Running in 9147709da664 [2021-01-29T20:30:12.905Z] Removing intermediate container 53997359c322 [2021-01-29T20:30:12.905Z] ---> 3947c43d49ef [2021-01-29T20:30:12.905Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-29T20:30:12.905Z] Removing intermediate container 9147709da664 [2021-01-29T20:30:12.905Z] ---> e0723523da21 [2021-01-29T20:30:12.905Z] Step 34/34 : LABEL version=0.0.0 [2021-01-29T20:30:12.905Z] ---> Running in 05118ade37c2 [2021-01-29T20:30:12.905Z] ---> Running in eaada0cfe1c5 [2021-01-29T20:30:13.173Z] Removing intermediate container 05118ade37c2 [2021-01-29T20:30:13.173Z] ---> 9a6494e0a5e5 [2021-01-29T20:30:13.173Z] Step 21/23 : LABEL arch=x86_64 [2021-01-29T20:30:13.173Z] ---> Running in 58b30ae3dec2 [2021-01-29T20:30:13.173Z] Removing intermediate container eaada0cfe1c5 [2021-01-29T20:30:13.173Z] ---> 8d441c2c99ac [2021-01-29T20:30:13.173Z] [2021-01-29T20:30:13.435Z] Removing intermediate container 58b30ae3dec2 [2021-01-29T20:30:13.435Z] ---> 5568a324a129 [2021-01-29T20:30:13.435Z] Step 22/23 : LABEL git_sha=43b882124282ec1afd2baf8b324d969a4719e16c [2021-01-29T20:30:13.435Z] Successfully built 8d441c2c99ac [2021-01-29T20:30:13.435Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-01-29T20:30:13.697Z]  Building docker-security-bootstrapper-go ... done  ---> Running in 7d83afd263a3 [2021-01-29T20:30:13.959Z] Removing intermediate container 7d83afd263a3 [2021-01-29T20:30:13.959Z] ---> bed27747778c [2021-01-29T20:30:13.959Z] Step 23/23 : LABEL version=0.0.0 [2021-01-29T20:30:13.959Z] ---> Running in 9d255dd01ff6 [2021-01-29T20:30:14.221Z] Removing intermediate container 9d255dd01ff6 [2021-01-29T20:30:14.221Z] ---> 8b8e13ca7647 [2021-01-29T20:30:14.221Z] [2021-01-29T20:30:14.762Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.911s coverage: 68.9% of statements [2021-01-29T20:30:14.762Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-01-29T20:30:14.762Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-01-29T20:30:14.762Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-01-29T20:30:14.762Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-01-29T20:30:14.762Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-01-29T20:30:14.803Z] Successfully built 8b8e13ca7647 [2021-01-29T20:30:14.803Z] Successfully tagged docker-core-data-go:latest [2021-01-29T20:30:15.049Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.354s coverage: 37.0% of statements [2021-01-29T20:30:15.049Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-01-29T20:30:15.049Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-01-29T20:30:15.049Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.560s coverage: 84.0% of statements [2021-01-29T20:30:15.325Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.086s coverage: 100.0% of statements [2021-01-29T20:30:16.197Z]  Building docker-core-data-go ... done Removing intermediate container eace6990c288 [2021-01-29T20:30:16.197Z] ---> 7bc86624d683 [2021-01-29T20:30:16.198Z] [2021-01-29T20:30:16.198Z] Step 10/23 : FROM alpine:3.12 [2021-01-29T20:30:16.198Z] ---> 389fef711851 [2021-01-29T20:30:16.198Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-01-29T20:30:16.198Z] ---> Using cache [2021-01-29T20:30:16.198Z] ---> c42a2037a527 [2021-01-29T20:30:16.198Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-29T20:30:16.198Z] ---> Using cache [2021-01-29T20:30:16.198Z] ---> 56784414f5bd [2021-01-29T20:30:16.198Z] Step 13/23 : ENV APP_PORT=48081 [2021-01-29T20:30:16.460Z] ---> Running in befeb1868314 [2021-01-29T20:30:16.460Z] Removing intermediate container befeb1868314 [2021-01-29T20:30:16.460Z] ---> 4634ed49e2a4 [2021-01-29T20:30:16.460Z] Step 14/23 : EXPOSE $APP_PORT [2021-01-29T20:30:16.723Z] ---> Running in e5ab9ae48fbe [2021-01-29T20:30:16.723Z] Removing intermediate container e5ab9ae48fbe [2021-01-29T20:30:16.723Z] ---> f48a8f7fc7a3 [2021-01-29T20:30:16.723Z] Step 15/23 : WORKDIR / [2021-01-29T20:30:16.986Z] ---> Running in 9386cba328dc [2021-01-29T20:30:16.986Z] Removing intermediate container 9386cba328dc [2021-01-29T20:30:16.986Z] ---> f4c3667dfeb2 [2021-01-29T20:30:16.986Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-29T20:30:17.248Z] ---> e5fb228d0ad4 [2021-01-29T20:30:17.248Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-29T20:30:17.825Z] ---> f184b96f79cc [2021-01-29T20:30:17.825Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-29T20:30:18.087Z] ---> ffcafcad3475 [2021-01-29T20:30:18.087Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-01-29T20:30:18.351Z] ---> Running in 216c2ef822c5 [2021-01-29T20:30:18.351Z] Removing intermediate container 216c2ef822c5 [2021-01-29T20:30:18.351Z] ---> 99392831e3ca [2021-01-29T20:30:18.351Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-29T20:30:18.351Z] ---> Running in 5c98696f61f3 [2021-01-29T20:30:18.620Z] Removing intermediate container 5c98696f61f3 [2021-01-29T20:30:18.620Z] ---> 4a1fb3e7f53b [2021-01-29T20:30:18.620Z] Step 21/23 : LABEL arch=x86_64 [2021-01-29T20:30:18.620Z] ---> Running in 9dd2aa9eda0d [2021-01-29T20:30:18.892Z] Removing intermediate container 9dd2aa9eda0d [2021-01-29T20:30:18.892Z] ---> 82bb25b83b0a [2021-01-29T20:30:18.892Z] Step 22/23 : LABEL git_sha=43b882124282ec1afd2baf8b324d969a4719e16c [2021-01-29T20:30:18.892Z] ---> Running in 5fb75d4a8fa2 [2021-01-29T20:30:19.156Z] Removing intermediate container 5fb75d4a8fa2 [2021-01-29T20:30:19.156Z] ---> ea1031cb61e6 [2021-01-29T20:30:19.156Z] Step 23/23 : LABEL version=0.0.0 [2021-01-29T20:30:19.156Z] ---> Running in 5b6cd5509b2c [2021-01-29T20:30:19.419Z] Removing intermediate container 5b6cd5509b2c [2021-01-29T20:30:19.419Z] ---> 6b233fc3a1b9 [2021-01-29T20:30:19.419Z] [2021-01-29T20:30:19.419Z] Successfully built 6b233fc3a1b9 [2021-01-29T20:30:19.419Z] Successfully tagged docker-core-metadata-go:latest [2021-01-29T20:30:19.698Z]  Building docker-core-metadata-go ... done  [Pipeline] } [2021-01-29T20:30:19.720Z] $ docker stop --time=1 0dd2e73914ac4f2e45c344e732bc58bdfb47b5a25706505bf1b2bca88ad9a242 [2021-01-29T20:30:21.414Z] $ docker rm -f 0dd2e73914ac4f2e45c344e732bc58bdfb47b5a25706505bf1b2bca88ad9a242 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-29T20:30:21.985Z] + docker images [2021-01-29T20:30:21.985Z] + grep docker [2021-01-29T20:30:22.065Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.345s coverage: 47.1% of statements [2021-01-29T20:30:22.066Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-01-29T20:30:22.066Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-01-29T20:30:22.066Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-01-29T20:30:22.066Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-01-29T20:30:22.066Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-01-29T20:30:22.066Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.118s coverage: 100.0% of statements [2021-01-29T20:30:22.066Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-01-29T20:30:22.066Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.101s coverage: 100.0% of statements [2021-01-29T20:30:22.066Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-01-29T20:30:22.248Z] docker-core-metadata-go latest 6b233fc3a1b9 3 seconds ago 18.8MB [2021-01-29T20:30:22.248Z] docker-security-bootstrapper-go latest 8d441c2c99ac 9 seconds ago 33.5MB [2021-01-29T20:30:22.248Z] docker-core-data-go latest 8b8e13ca7647 9 seconds ago 22.3MB [2021-01-29T20:30:22.248Z] docker-sys-mgmt-agent-go latest 568c4bef83bb 16 seconds ago 313MB [2021-01-29T20:30:22.248Z] docker-security-proxy-setup-go latest 6191411387ea 21 seconds ago 24.4MB [2021-01-29T20:30:22.248Z] docker-support-scheduler-go latest 3281e9148dfe 44 seconds ago 17MB [2021-01-29T20:30:22.248Z] docker-security-secretstore-setup-go latest abdc2b4988d1 About a minute ago 24.6MB [2021-01-29T20:30:22.248Z] docker-core-command-go latest 530060b9e964 2 minutes ago 16.9MB [2021-01-29T20:30:22.248Z] docker-support-notifications-go latest 5762e44dfb70 2 minutes ago 16.9MB [2021-01-29T20:30:22.248Z] docker 20.10.0 aefe523efa57 7 weeks ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node [2021-01-29T20:30:27.511Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.243s coverage: 29.1% of statements [2021-01-29T20:30:27.511Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-01-29T20:30:27.511Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-01-29T20:30:27.511Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-01-29T20:30:27.511Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-01-29T20:30:27.511Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-01-29T20:30:27.511Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.224s coverage: 99.0% of statements [2021-01-29T20:30:27.511Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-01-29T20:30:27.511Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.088s coverage: 100.0% of statements [2021-01-29T20:30:27.511Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-01-29T20:30:27.511Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-01-29T20:30:27.511Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-01-29T20:30:27.511Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-01-29T20:30:27.511Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.133s coverage: 100.0% of statements [2021-01-29T20:30:27.511Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-01-29T20:30:27.511Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-01-29T20:30:27.511Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-01-29T20:30:27.511Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.054s coverage: 0.0% of statements [2021-01-29T20:30:27.511Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-01-29T20:30:27.511Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.053s coverage: 100.0% of statements [2021-01-29T20:30:27.511Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-01-29T20:30:27.511Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-01-29T20:30:27.511Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-01-29T20:30:27.511Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-01-29T20:30:27.789Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.102s coverage: 87.9% of statements [2021-01-29T20:30:27.789Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-01-29T20:30:27.789Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-01-29T20:30:28.066Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.062s coverage: 100.0% of statements [2021-01-29T20:30:28.664Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.056s coverage: 32.1% of statements [2021-01-29T20:30:29.644Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.077s coverage: 100.0% of statements [2021-01-29T20:30:30.239Z] GO111MODULE=on go vet ./... [2021-01-29T20:30:37.938Z] Still waiting to schedule task [2021-01-29T20:30:37.938Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2021-01-29T20:31:32.999Z] Running on prd-ubuntu18.04-docker-8c-8g-23998 in /w/workspace/edgexfoundry_edgex-go_PR-3075 [Pipeline] { [Pipeline] ws [2021-01-29T20:31:33.061Z] Running in /w/workspace/edgex-go/9 [Pipeline] { [Pipeline] checkout [2021-01-29T20:31:35.338Z] using credential edgex-jenkins-ssh [2021-01-29T20:31:35.396Z] Cloning the remote Git repository [2021-01-29T20:31:35.417Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-01-29T20:31:35.490Z] > git init /w/workspace/edgex-go/9 # timeout=10 [2021-01-29T20:31:35.518Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-29T20:31:35.518Z] > git --version # timeout=10 [2021-01-29T20:31:35.525Z] > git --version # 'git version 2.17.1' [2021-01-29T20:31:35.525Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-29T20:31:35.562Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-29T20:31:42.627Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-29T20:31:42.634Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-29T20:31:42.644Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-29T20:31:42.661Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-29T20:31:42.661Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-29T20:31:42.666Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3075/head:refs/remotes/origin/PR-3075 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-29T20:31:43.130Z] Merging remotes/origin/master commit 304d320492d37461b40de67c95ae73491c8494ce into PR head commit 43b882124282ec1afd2baf8b324d969a4719e16c [2021-01-29T20:31:43.246Z] Merge succeeded, producing 43b882124282ec1afd2baf8b324d969a4719e16c [2021-01-29T20:31:43.247Z] Checking out Revision 43b882124282ec1afd2baf8b324d969a4719e16c (PR-3075) [2021-01-29T20:31:43.147Z] > git config core.sparsecheckout # timeout=10 [2021-01-29T20:31:43.152Z] > git checkout -f 43b882124282ec1afd2baf8b324d969a4719e16c # timeout=10 [2021-01-29T20:31:43.225Z] > git remote # timeout=10 [2021-01-29T20:31:43.233Z] > git config --get remote.origin.url # timeout=10 [2021-01-29T20:31:43.240Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-29T20:31:43.243Z] > git merge 304d320492d37461b40de67c95ae73491c8494ce # timeout=10 [2021-01-29T20:31:43.250Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-29T20:31:43.257Z] > git config core.sparsecheckout # timeout=10 [2021-01-29T20:31:43.261Z] > git checkout -f 43b882124282ec1afd2baf8b324d969a4719e16c # timeout=10 [2021-01-29T20:31:46.951Z] Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-secrets/v2" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-29T20:31:48.314Z] + echo snap-build.sh [2021-01-29T20:31:48.314Z] snap-build.sh [2021-01-29T20:31:48.314Z] + SNAP_BASE_DIR=. [2021-01-29T20:31:48.314Z] + '[' '!' -z /w/workspace/edgex-go/9 ']' [2021-01-29T20:31:48.314Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/9 [2021-01-29T20:31:48.314Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/9]' [2021-01-29T20:31:48.314Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/9] [2021-01-29T20:31:48.314Z] + cd /w/workspace/edgex-go/9 [2021-01-29T20:31:48.314Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-01-29T20:31:48.314Z] Reading package lists... [2021-01-29T20:31:48.577Z] Building dependency tree... [2021-01-29T20:31:48.577Z] Reading state information... [2021-01-29T20:31:48.577Z] The following packages were automatically installed and are no longer required: [2021-01-29T20:31:48.577Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-01-29T20:31:48.577Z] uidmap xdelta3 [2021-01-29T20:31:48.577Z] Use 'sudo apt autoremove' to remove them. [2021-01-29T20:31:48.577Z] The following packages will be REMOVED: [2021-01-29T20:31:48.577Z] lxd* lxd-client* [2021-01-29T20:31:49.153Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-01-29T20:31:49.153Z] After this operation, 31.7 MB disk space will be freed. [2021-01-29T20:31:50.476Z] (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-29T20:31:50.476Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-01-29T20:31:51.435Z] Removing lxd dnsmasq configuration [2021-01-29T20:31:51.436Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-01-29T20:31:51.699Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-01-29T20:31:52.063Z] gofmt -l . [2021-01-29T20:31:52.063Z] [ "`gofmt -l .`" = "" ] [2021-01-29T20:31:52.063Z] ./bin/test-go-mod-tidy.sh [2021-01-29T20:31:52.063Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-01-29T20:31:52.652Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-01-29T20:31:52.724Z] + ls -al . [2021-01-29T20:31:52.725Z] total 700 [2021-01-29T20:31:52.725Z] drwxrwxr-x 9 1001 1001 4096 Jan 29 20:31 . [2021-01-29T20:31:52.725Z] drwxr-xr-x 4 root root 4096 Jan 29 20:27 .. [2021-01-29T20:31:52.725Z] -rw-rw-r-- 1 1001 1001 11 Jan 29 20:26 .dockerignore [2021-01-29T20:31:52.725Z] drwxrwxr-x 8 1001 1001 4096 Jan 29 20:26 .git [2021-01-29T20:31:52.725Z] drwxrwxr-x 3 1001 1001 4096 Jan 29 20:26 .github [2021-01-29T20:31:52.725Z] -rw-rw-r-- 1 1001 1001 872 Jan 29 20:26 .gitignore [2021-01-29T20:31:52.725Z] -rw-rw-r-- 1 1001 1001 166 Jan 29 20:26 .sonarcloud.properties [2021-01-29T20:31:52.725Z] -rw-rw-r-- 1 1001 1001 7859 Jan 29 20:26 Attribution.txt [2021-01-29T20:31:52.725Z] -rw-rw-r-- 1 1001 1001 3804 Jan 29 20:26 CONTRIBUTING.md [2021-01-29T20:31:52.725Z] -rw-rw-r-- 1 1001 1001 931 Jan 29 20:26 Dockerfile.build [2021-01-29T20:31:52.725Z] -rw-rw-r-- 1 1001 1001 863 Jan 29 20:26 Jenkinsfile [2021-01-29T20:31:52.725Z] -rw-rw-r-- 1 1001 1001 10775 Jan 29 20:26 LICENSE [2021-01-29T20:31:52.725Z] -rw-rw-r-- 1 1001 1001 6001 Jan 29 20:26 Makefile [2021-01-29T20:31:52.725Z] -rw-rw-r-- 1 1001 1001 6524 Jan 29 20:26 README.md [2021-01-29T20:31:52.725Z] -rw-rw-r-- 1 1001 1001 6755 Jan 29 20:26 SECURITY.md [2021-01-29T20:31:52.725Z] -rw-rw-r-- 1 1001 1001 5 Jan 29 20:22 VERSION [2021-01-29T20:31:52.725Z] -rw-rw-r-- 1 1001 1001 4131 Jan 29 20:26 ZMQWindows.md [2021-01-29T20:31:52.725Z] drwxrwxr-x 2 1001 1001 4096 Jan 29 20:26 bin [2021-01-29T20:31:52.725Z] drwxrwxr-x 15 1001 1001 4096 Jan 29 20:26 cmd [2021-01-29T20:31:52.725Z] -rw-r--r-- 1 root root 568476 Jan 29 20:30 coverage.out [2021-01-29T20:31:52.725Z] -rw-r--r-- 1 root root 1054 Jan 29 20:31 go.mod [2021-01-29T20:31:52.725Z] -rw-r--r-- 1 root root 19399 Jan 29 20:31 go.sum [2021-01-29T20:31:52.725Z] drwxrwxr-x 8 1001 1001 4096 Jan 29 20:26 internal [2021-01-29T20:31:52.725Z] drwxrwxr-x 4 1001 1001 4096 Jan 29 20:26 openapi [2021-01-29T20:31:52.725Z] drwxrwxr-x 4 1001 1001 4096 Jan 29 20:26 snap [2021-01-29T20:31:52.725Z] -rw-rw-r-- 1 1001 1001 168 Jan 29 20:26 version.go [Pipeline] sh [2021-01-29T20:31:52.916Z] (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-29T20:31:52.916Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-01-29T20:31:53.385Z] + '[' -e coverage.out ] [2021-01-29T20:31:53.385Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-01-29T20:31:53.450Z] Warning: overwriting stash ‘coverage-report’ [2021-01-29T20:31:54.314Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-01-29T20:31:54.314Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-01-29T20:31:54.587Z] Stashed 1 file(s) [Pipeline] sh [2021-01-29T20:31:55.291Z] + make build [2021-01-29T20:31:55.291Z] 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-29T20:31:55.705Z] + sudo snap remove --purge lxd [2021-01-29T20:31:55.705Z] snap "lxd" is not installed [2021-01-29T20:31:55.705Z] + sudo groupadd --force --system lxd [2021-01-29T20:31:55.705Z] ++ whoami [2021-01-29T20:31:55.705Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-01-29T20:31:55.966Z] + newgrp - lxd [2021-01-29T20:31:55.966Z] + sudo snap install lxd [2021-01-29T20:32:06.034Z] 2021-01-29T20:32:03Z INFO Waiting for automatic snapd restart... [2021-01-29T20:32:07.725Z] 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-29T20:32:21.065Z] lxd 4.10 from Canonical* installed [2021-01-29T20:32:21.065Z] + sudo lxd init --auto [2021-01-29T20:32:29.243Z] + sudo snap install --classic snapcraft [2021-01-29T20:32:29.944Z] 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-29T20:32:33.330Z] 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-29T20:32:35.835Z] snapcraft 4.4.4 from Canonical* installed [2021-01-29T20:32:35.835Z] + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' [2021-01-29T20:32:35.835Z] + patch --verbose -p1 [2021-01-29T20:32:35.835Z] Hmm... Looks like a unified diff to me... [2021-01-29T20:32:35.835Z] The text leading up to this was: [2021-01-29T20:32:35.835Z] -------------------------- [2021-01-29T20:32:35.835Z] |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 [2021-01-29T20:32:35.835Z] |From: Tony Espy [2021-01-29T20:32:35.835Z] |Date: Wed, 16 Dec 2020 16:34:55 -0500 [2021-01-29T20:32:35.835Z] |Subject: [PATCH] optimize snap build for pipeline CI check [2021-01-29T20:32:35.835Z] | [2021-01-29T20:32:35.835Z] |This patch is used by the EdgeX CI pipeline builds to [2021-01-29T20:32:35.835Z] |optimize the snap CI check run for pull requests. When [2021-01-29T20:32:35.835Z] |applied, it essentially strips out everything (apps and [2021-01-29T20:32:35.835Z] |parts) from the snapcraft.yaml file except those required [2021-01-29T20:32:35.835Z] |to build edgex-go, as the whole idea of the CI check is to [2021-01-29T20:32:35.835Z] |catch changes to edgex-go that break the snap build. [2021-01-29T20:32:35.835Z] | [2021-01-29T20:32:35.835Z] |In general, anyone updating snapcraft.yaml will also need [2021-01-29T20:32:35.835Z] |to update this patch file, otherwise it may fail to apply, [2021-01-29T20:32:35.835Z] |resulting in a failed snap build CI check in the associated [2021-01-29T20:32:35.835Z] |pull request. [2021-01-29T20:32:35.835Z] | [2021-01-29T20:32:35.835Z] |Note - in addition to applying this patch, the pipeline also [2021-01-29T20:32:35.835Z] |only primes the snap (e.g. `snapcraft prime`), as there's no [2021-01-29T20:32:35.835Z] |need to build the finally binary .snap file (and it won't [2021-01-29T20:32:35.835Z] |work with the patch applied). This further reduces the build [2021-01-29T20:32:35.835Z] |time. [2021-01-29T20:32:35.835Z] |--- [2021-01-29T20:32:35.835Z] | snap/snapcraft.yaml | 461 +------------------------------------------- [2021-01-29T20:32:35.835Z] | 1 file changed, 2 insertions(+), 459 deletions(-) [2021-01-29T20:32:35.835Z] | [2021-01-29T20:32:35.835Z] |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml [2021-01-29T20:32:35.835Z] |index 1e537489..faf42425 100644 [2021-01-29T20:32:35.835Z] |--- a/snap/snapcraft.yaml [2021-01-29T20:32:35.835Z] |+++ b/snap/snapcraft.yaml [2021-01-29T20:32:35.835Z] -------------------------- [2021-01-29T20:32:35.835Z] patching file snap/snapcraft.yaml [2021-01-29T20:32:35.835Z] Using Plan A... [2021-01-29T20:32:35.835Z] Hunk #1 succeeded at 73. [2021-01-29T20:32:35.835Z] Hunk #2 succeeded at 202 with fuzz 1 (offset 2 lines). [2021-01-29T20:32:35.835Z] Hunk #3 succeeded at 214 (offset -1 lines). [2021-01-29T20:32:35.835Z] Hunk #4 succeeded at 222 (offset -1 lines). [2021-01-29T20:32:35.835Z] Hunk #5 succeeded at 229 (offset -1 lines). [2021-01-29T20:32:35.835Z] Hunk #6 succeeded at 256 (offset -1 lines). [2021-01-29T20:32:35.835Z] Hunk #7 succeeded at 290 (offset -1 lines). [2021-01-29T20:32:35.835Z] Hunk #8 succeeded at 342. [2021-01-29T20:32:35.835Z] Hmm... Ignoring the trailing garbage. [2021-01-29T20:32:35.835Z] done [2021-01-29T20:32:35.835Z] + sudo snapcraft prime --use-lxd [2021-01-29T20:32:37.224Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-01-29T20:32:37.224Z] 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-29T20:32:37.224Z] - README.md [2021-01-29T20:32:37.224Z] - snapcraft.yaml.orig [2021-01-29T20:32:37.224Z] [2021-01-29T20:32:37.224Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-01-29T20:32:38.171Z] Launching a container. [2021-01-29T20:32:38.725Z] 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-29T20:32:39.699Z] 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-29T20:32:44.043Z] 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-29T20:32:48.198Z] Waiting for container to be ready [2021-01-29T20:32:48.776Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-01-29T20:32:48.776Z] [2021-01-29T20:32:49.451Z] 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-29T20:32:52.857Z] 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-29T20:32:53.012Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-01-29T20:32:53.012Z] Waiting for network to be ready... [2021-01-29T20:32:53.598Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-01-29T20:32:53.598Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-01-29T20:32:53.860Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-01-29T20:32:53.860Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1527 kB] [2021-01-29T20:32:54.127Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-01-29T20:32:54.401Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-01-29T20:32:54.402Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [296 kB] [2021-01-29T20:32:54.402Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] [2021-01-29T20:32:54.402Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] [2021-01-29T20:32:54.402Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [224 kB] [2021-01-29T20:32:54.402Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-01-29T20:32:54.402Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [29.6 kB] [2021-01-29T20:32:54.402Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1102 kB] [2021-01-29T20:32:54.402Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-01-29T20:32:54.402Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-01-29T20:32:54.402Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-01-29T20:32:54.402Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-01-29T20:32:54.402Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [247 kB] [2021-01-29T20:32:54.669Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-01-29T20:32:54.936Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1875 kB] [2021-01-29T20:32:54.936Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [389 kB] [2021-01-29T20:32:54.936Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] [2021-01-29T20:32:54.936Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] [2021-01-29T20:32:54.936Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [247 kB] [2021-01-29T20:32:54.936Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [33.4 kB] [2021-01-29T20:32:54.936Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1712 kB] [2021-01-29T20:32:55.198Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [361 kB] [2021-01-29T20:32:57.200Z] 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-29T20:32:57.751Z] Fetched 23.9 MB in 4s (5502 kB/s) [2021-01-29T20:32:58.692Z] Reading package lists... [2021-01-29T20:32:58.692Z] Reading package lists... [2021-01-29T20:32:58.953Z] Building dependency tree... [2021-01-29T20:32:58.953Z] Reading state information... [2021-01-29T20:32:58.953Z] The following additional packages will be installed: [2021-01-29T20:32:58.953Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-01-29T20:32:58.953Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-01-29T20:32:58.953Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-01-29T20:32:58.953Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-01-29T20:32:58.953Z] Suggested packages: [2021-01-29T20:32:58.953Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-01-29T20:32:58.953Z] Recommended packages: [2021-01-29T20:32:58.953Z] gnupg libsasl2-modules [2021-01-29T20:32:58.953Z] The following NEW packages will be installed: [2021-01-29T20:32:58.953Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-01-29T20:32:58.953Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-01-29T20:32:58.953Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-01-29T20:32:58.953Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-01-29T20:32:58.953Z] The following packages will be upgraded: [2021-01-29T20:32:59.216Z] gpg gpg-agent gpgconf libudev1 [2021-01-29T20:32:59.216Z] 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. [2021-01-29T20:32:59.216Z] Need to get 3533 kB of archives. [2021-01-29T20:32:59.216Z] After this operation, 13.3 MB of additional disk space will be used. [2021-01-29T20:32:59.216Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] [2021-01-29T20:32:59.216Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] [2021-01-29T20:32:59.216Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] [2021-01-29T20:32:59.216Z] 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-29T20:32:59.216Z] 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-29T20:32:59.216Z] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.44 [58.3 kB] [2021-01-29T20:32:59.216Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.8 [17.0 kB] [2021-01-29T20:32:59.216Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.8 [155 kB] [2021-01-29T20:32:59.216Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] [2021-01-29T20:32:59.478Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.44 [1103 kB] [2021-01-29T20:33:00.052Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-01-29T20:33:00.052Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-01-29T20:33:00.052Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-01-29T20:33:00.052Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-01-29T20:33:00.052Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-01-29T20:33:00.052Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-01-29T20:33:00.052Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-01-29T20:33:00.052Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-01-29T20:33:00.052Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-01-29T20:33:00.052Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-01-29T20:33:00.052Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-01-29T20:33:00.052Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-01-29T20:33:00.052Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-29T20:33:00.317Z] Fetched 3533 kB in 1s (3627 kB/s) [2021-01-29T20:33:00.317Z] (Reading database ... 12511 files and directories currently installed.) [2021-01-29T20:33:00.317Z] Preparing to unpack .../libudev1_237-3ubuntu10.44_amd64.deb ... [2021-01-29T20:33:00.317Z] Unpacking libudev1:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-01-29T20:33:00.317Z] Setting up libudev1:amd64 (237-3ubuntu10.44) ... [2021-01-29T20:33:00.317Z] Selecting previously unselected package udev. [2021-01-29T20:33:00.580Z] (Reading database ... 12511 files and directories currently installed.) [2021-01-29T20:33:00.580Z] Preparing to unpack .../00-udev_237-3ubuntu10.44_amd64.deb ... [2021-01-29T20:33:00.580Z] Unpacking udev (237-3ubuntu10.44) ... [2021-01-29T20:33:00.584Z] 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-29T20:33:00.840Z] Selecting previously unselected package libfuse2:amd64. [2021-01-29T20:33:00.840Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-01-29T20:33:00.840Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-01-29T20:33:00.840Z] Selecting previously unselected package fuse. [2021-01-29T20:33:00.840Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-01-29T20:33:00.840Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-01-29T20:33:00.840Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-29T20:33:00.840Z] Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-29T20:33:01.100Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-29T20:33:01.100Z] Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-29T20:33:01.100Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-29T20:33:01.100Z] Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-29T20:33:01.367Z] Selecting previously unselected package libksba8:amd64. [2021-01-29T20:33:01.367Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-01-29T20:33:01.367Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-01-29T20:33:01.367Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-01-29T20:33:01.367Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-29T20:33:01.367Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-29T20:33:01.630Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-01-29T20:33:01.630Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-29T20:33:01.630Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-29T20:33:01.630Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-01-29T20:33:01.630Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-29T20:33:01.630Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-29T20:33:01.630Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-01-29T20:33:01.630Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-29T20:33:01.630Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-29T20:33:01.893Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-01-29T20:33:01.893Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-29T20:33:01.893Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-29T20:33:01.893Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-01-29T20:33:01.893Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-29T20:33:01.893Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-29T20:33:02.154Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-01-29T20:33:02.154Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-29T20:33:02.154Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-29T20:33:02.154Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-01-29T20:33:02.154Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-29T20:33:02.154Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-29T20:33:02.154Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-01-29T20:33:02.154Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-29T20:33:02.154Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-29T20:33:02.416Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-01-29T20:33:02.416Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-01-29T20:33:02.416Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-29T20:33:02.416Z] Selecting previously unselected package libsasl2-2:amd64. [2021-01-29T20:33:02.416Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-01-29T20:33:02.416Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-29T20:33:02.677Z] Selecting previously unselected package libldap-common. [2021-01-29T20:33:02.677Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... [2021-01-29T20:33:02.677Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-29T20:33:02.677Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-01-29T20:33:02.677Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... [2021-01-29T20:33:02.677Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-29T20:33:02.677Z] Selecting previously unselected package dirmngr. [2021-01-29T20:33:02.939Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-29T20:33:02.939Z] Unpacking dirmngr (2.2.4-1ubuntu1.3) ... [2021-01-29T20:33:02.939Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-29T20:33:02.939Z] Setting up gpgconf (2.2.4-1ubuntu1.3) ... [2021-01-29T20:33:02.940Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-01-29T20:33:03.199Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-29T20:33:03.199Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-29T20:33:03.199Z] Setting up gpg-agent (2.2.4-1ubuntu1.3) ... [2021-01-29T20:33:03.199Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-29T20:33:03.199Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-01-29T20:33:03.199Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-29T20:33:03.199Z] Setting up udev (237-3ubuntu10.44) ... [2021-01-29T20:33:03.774Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-01-29T20:33:03.774Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-29T20:33:03.774Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-01-29T20:33:03.970Z] 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-29T20:33:04.035Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-01-29T20:33:04.035Z] Setting up gpg (2.2.4-1ubuntu1.3) ... [2021-01-29T20:33:04.035Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-29T20:33:04.035Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-29T20:33:04.035Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-29T20:33:04.035Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-29T20:33:04.035Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-29T20:33:04.035Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-29T20:33:04.296Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-29T20:33:04.296Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-29T20:33:04.296Z] Setting up dirmngr (2.2.4-1ubuntu1.3) ... [2021-01-29T20:33:04.296Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-29T20:33:04.870Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-01-29T20:33:04.870Z] settings in the [Install] section, and DefaultInstance for template units). [2021-01-29T20:33:04.870Z] This means they are not meant to be enabled using systemctl. [2021-01-29T20:33:04.870Z] Possible reasons for having this kind of units are: [2021-01-29T20:33:04.870Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-01-29T20:33:04.870Z] .wants/ or .requires/ directory. [2021-01-29T20:33:04.870Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-01-29T20:33:04.870Z] a requirement dependency on it. [2021-01-29T20:33:04.870Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-01-29T20:33:04.870Z] D-Bus, udev, scripted systemctl call, ...). [2021-01-29T20:33:04.871Z] 4) In case of template units, the unit is meant to be enabled with some [2021-01-29T20:33:04.871Z] instance name specified. [2021-01-29T20:33:05.133Z] Reading package lists... [2021-01-29T20:33:05.400Z] Building dependency tree... [2021-01-29T20:33:05.400Z] Reading state information... [2021-01-29T20:33:05.669Z] The following additional packages will be installed: [2021-01-29T20:33:05.669Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-01-29T20:33:05.669Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-01-29T20:33:05.669Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-01-29T20:33:05.669Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-01-29T20:33:05.669Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-01-29T20:33:05.669Z] Suggested packages: [2021-01-29T20:33:05.669Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-01-29T20:33:05.669Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-01-29T20:33:05.669Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-01-29T20:33:05.669Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-01-29T20:33:05.669Z] systemd-container policykit-1 [2021-01-29T20:33:05.669Z] Recommended packages: [2021-01-29T20:33:05.669Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-01-29T20:33:05.669Z] The following NEW packages will be installed: [2021-01-29T20:33:05.669Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-01-29T20:33:05.669Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-01-29T20:33:05.669Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-01-29T20:33:05.669Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-01-29T20:33:05.669Z] python3.6-minimal snapd squashfs-tools sudo [2021-01-29T20:33:05.669Z] The following packages will be upgraded: [2021-01-29T20:33:05.669Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-01-29T20:33:05.669Z] 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. [2021-01-29T20:33:05.669Z] Need to get 35.2 MB of archives. [2021-01-29T20:33:05.669Z] After this operation, 141 MB of additional disk space will be used. [2021-01-29T20:33:05.669Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.44 [2913 kB] [2021-01-29T20:33:05.669Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] [2021-01-29T20:33:06.240Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] [2021-01-29T20:33:06.502Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.7 [1301 kB] [2021-01-29T20:33:06.502Z] 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-29T20:33:06.502Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-01-29T20:33:06.502Z] 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-29T20:33:06.502Z] 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-29T20:33:06.502Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.44 [209 kB] [2021-01-29T20:33:06.502Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2021-01-29T20:33:06.502Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-01-29T20:33:06.503Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-01-29T20:33:06.503Z] Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-01-29T20:33:06.503Z] Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-01-29T20:33:06.503Z] Get:15 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-01-29T20:33:06.503Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-01-29T20:33:06.503Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-01-29T20:33:06.503Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] [2021-01-29T20:33:06.503Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-01-29T20:33:06.503Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] [2021-01-29T20:33:06.765Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-01-29T20:33:06.765Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-01-29T20:33:06.765Z] Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-01-29T20:33:06.765Z] Get:24 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-01-29T20:33:06.765Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-01-29T20:33:06.765Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-01-29T20:33:06.765Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] [2021-01-29T20:33:06.765Z] Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] [2021-01-29T20:33:06.765Z] Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] [2021-01-29T20:33:06.765Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-01-29T20:33:07.354Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-01-29T20:33:08.152Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-29T20:33:08.152Z] Fetched 35.2 MB in 2s (16.4 MB/s) [2021-01-29T20:33:08.152Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-29T20:33:08.152Z] Preparing to unpack .../systemd_237-3ubuntu10.44_amd64.deb ... [2021-01-29T20:33:08.152Z] Unpacking systemd (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-01-29T20:33:08.725Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.44_amd64.deb ... [2021-01-29T20:33:08.725Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-01-29T20:33:08.986Z] Setting up libsystemd0:amd64 (237-3ubuntu10.44) ... [2021-01-29T20:33:08.986Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-29T20:33:08.986Z] Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... [2021-01-29T20:33:08.986Z] Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... [2021-01-29T20:33:09.248Z] Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... [2021-01-29T20:33:09.248Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-29T20:33:09.248Z] Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... [2021-01-29T20:33:09.510Z] Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... [2021-01-29T20:33:09.772Z] Setting up apt (1.6.12ubuntu0.2) ... [2021-01-29T20:33:09.772Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-01-29T20:33:10.351Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-01-29T20:33:10.351Z] (Reading database ... 12764 files and directories currently installed.) [2021-01-29T20:33:10.351Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-01-29T20:33:10.351Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-01-29T20:33:10.613Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-01-29T20:33:10.613Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-29T20:33:10.613Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-29T20:33:10.613Z] Selecting previously unselected package libexpat1:amd64. [2021-01-29T20:33:10.613Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-01-29T20:33:10.613Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-01-29T20:33:10.876Z] Selecting previously unselected package python3.6-minimal. [2021-01-29T20:33:10.876Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-29T20:33:10.876Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-01-29T20:33:11.137Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... [2021-01-29T20:33:11.137Z] Checking for services that may need to be restarted...done. [2021-01-29T20:33:11.137Z] Checking for services that may need to be restarted...done. [2021-01-29T20:33:11.397Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-29T20:33:11.397Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-01-29T20:33:11.397Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-01-29T20:33:11.969Z] Selecting previously unselected package python3-minimal. [2021-01-29T20:33:11.969Z] (Reading database ... 13012 files and directories currently installed.) [2021-01-29T20:33:11.969Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-01-29T20:33:11.969Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-01-29T20:33:11.969Z] Selecting previously unselected package mime-support. [2021-01-29T20:33:11.969Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-01-29T20:33:11.969Z] Unpacking mime-support (3.60ubuntu1) ... [2021-01-29T20:33:12.229Z] Selecting previously unselected package libmpdec2:amd64. [2021-01-29T20:33:12.229Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-01-29T20:33:12.229Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-01-29T20:33:12.490Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-01-29T20:33:12.490Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-29T20:33:12.490Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-29T20:33:12.751Z] Selecting previously unselected package python3.6. [2021-01-29T20:33:12.751Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-29T20:33:12.751Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... [Pipeline] } [2021-01-29T20:33:12.774Z] $ docker stop --time=1 103da69adf6872d0188c5e662de18727a8a790ff5bb9f8cd0726ebd9bc14d02d [2021-01-29T20:33:13.012Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-01-29T20:33:13.012Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-01-29T20:33:13.012Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-01-29T20:33:13.274Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-01-29T20:33:13.535Z] Selecting previously unselected package python3. [2021-01-29T20:33:13.535Z] (Reading database ... 13442 files and directories currently installed.) [2021-01-29T20:33:13.535Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-01-29T20:33:13.535Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-01-29T20:33:13.798Z] Selecting previously unselected package multiarch-support. [2021-01-29T20:33:13.798Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-01-29T20:33:13.798Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-01-29T20:33:13.798Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-01-29T20:33:13.798Z] Selecting previously unselected package liblzo2-2:amd64. [2021-01-29T20:33:14.060Z] (Reading database ... 13479 files and directories currently installed.) [2021-01-29T20:33:14.060Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-01-29T20:33:14.060Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-01-29T20:33:14.060Z] Selecting previously unselected package libbsd0:amd64. [2021-01-29T20:33:14.060Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-01-29T20:33:14.060Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-01-29T20:33:14.323Z] Selecting previously unselected package sudo. [2021-01-29T20:33:14.323Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... [2021-01-29T20:33:14.323Z] Unpacking sudo (1.8.21p2-3ubuntu1.4) ... [2021-01-29T20:33:14.585Z] Selecting previously unselected package apparmor. [2021-01-29T20:33:14.585Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-01-29T20:33:14.585Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-01-29T20:33:14.847Z] Selecting previously unselected package libedit2:amd64. [2021-01-29T20:33:14.847Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-01-29T20:33:14.847Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-01-29T20:33:14.847Z] Selecting previously unselected package libkrb5support0:amd64. [2021-01-29T20:33:14.847Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-01-29T20:33:14.847Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-01-29T20:33:14.847Z] Selecting previously unselected package libk5crypto3:amd64. [2021-01-29T20:33:14.847Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-01-29T20:33:14.847Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-01-29T20:33:15.108Z] Selecting previously unselected package libkeyutils1:amd64. [2021-01-29T20:33:15.108Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-01-29T20:33:15.108Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-01-29T20:33:15.108Z] Selecting previously unselected package libkrb5-3:amd64. [2021-01-29T20:33:15.108Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-01-29T20:33:15.108Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-01-29T20:33:15.142Z] $ docker rm -f 103da69adf6872d0188c5e662de18727a8a790ff5bb9f8cd0726ebd9bc14d02d [2021-01-29T20:33:15.377Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-01-29T20:33:15.377Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-01-29T20:33:15.377Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-01-29T20:33:15.377Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-01-29T20:33:15.377Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... [2021-01-29T20:33:15.377Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-01-29T20:33:15.644Z] Selecting previously unselected package openssh-client. [2021-01-29T20:33:15.644Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-01-29T20:33:15.644Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-01-29T20:33:15.906Z] Selecting previously unselected package squashfs-tools. [2021-01-29T20:33:15.906Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-01-29T20:33:15.906Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-01-29T20:33:15.906Z] Selecting previously unselected package snapd. [2021-01-29T20:33:15.906Z] Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... [2021-01-29T20:33:15.906Z] Unpacking snapd (2.48+18.04) ... [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-29T20:33:16.984Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-29T20:33:16.984Z] [2021-01-29T20:33:16.984Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-29T20:33:17.627Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-29T20:33:17.824Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-01-29T20:33:17.898Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-01-29T20:33:17.898Z] 29e5d40040c1: Pulling fs layer [2021-01-29T20:33:17.898Z] 1ce36da41761: Pulling fs layer [2021-01-29T20:33:17.898Z] 25b303627fd3: Pulling fs layer [2021-01-29T20:33:18.089Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-01-29T20:33:18.089Z] Setting up mime-support (3.60ubuntu1) ... [2021-01-29T20:33:18.491Z] 29e5d40040c1: Download complete [2021-01-29T20:33:18.668Z] Setting up sudo (1.8.21p2-3ubuntu1.4) ... [2021-01-29T20:33:19.089Z] 1ce36da41761: Verifying Checksum [2021-01-29T20:33:19.089Z] 1ce36da41761: Download complete [2021-01-29T20:33:19.089Z] 29e5d40040c1: Pull complete [2021-01-29T20:33:19.615Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-01-29T20:33:19.615Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-01-29T20:33:19.615Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-29T20:33:19.615Z] Setting up systemd (237-3ubuntu10.44) ... [2021-01-29T20:33:19.615Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-01-29T20:33:20.517Z] 1ce36da41761: Pull complete [2021-01-29T20:33:20.517Z] 25b303627fd3: Download complete [2021-01-29T20:33:20.560Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-01-29T20:33:20.560Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-01-29T20:33:20.560Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-01-29T20:33:20.560Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-29T20:33:20.560Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-01-29T20:33:20.560Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-29T20:33:21.146Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-01-29T20:33:21.146Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-01-29T20:33:21.146Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-01-29T20:33:21.406Z] Setting up python3 (3.6.7-1~18.04) ... [2021-01-29T20:33:21.406Z] running python rtupdate hooks for python3.6... [2021-01-29T20:33:21.406Z] running python post-rtupdate hooks for python3.6... [2021-01-29T20:33:21.406Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-01-29T20:33:22.796Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-01-29T20:33:22.796Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-01-29T20:33:22.796Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-01-29T20:33:23.061Z] Setting up snapd (2.48+18.04) ... [2021-01-29T20:33:23.324Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-01-29T20:33:23.585Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-01-29T20:33:23.846Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-01-29T20:33:24.108Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-01-29T20:33:24.108Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-01-29T20:33:24.108Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-01-29T20:33:24.369Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-01-29T20:33:24.629Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-01-29T20:33:24.629Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-01-29T20:33:24.890Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-01-29T20:33:24.890Z] /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-29T20:33:25.151Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-29T20:33:25.151Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-01-29T20:33:26.095Z] Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-29T20:33:26.095Z] Hit:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-01-29T20:33:26.095Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-29T20:33:27.741Z] Reading package lists... [2021-01-29T20:33:27.741Z] Reading package lists... [2021-01-29T20:33:27.741Z] Building dependency tree... [2021-01-29T20:33:27.741Z] Reading state information... [2021-01-29T20:33:28.002Z] Calculating upgrade... [2021-01-29T20:33:28.002Z] The following packages will be upgraded: [2021-01-29T20:33:28.002Z] advancecomp base-files bash binutils binutils-common [2021-01-29T20:33:28.002Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-01-29T20:33:28.002Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-01-29T20:33:28.002Z] grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils [2021-01-29T20:33:28.002Z] libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 [2021-01-29T20:33:28.002Z] libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 [2021-01-29T20:33:28.002Z] libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 [2021-01-29T20:33:28.002Z] libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 [2021-01-29T20:33:28.002Z] libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules [2021-01-29T20:33:28.002Z] libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 [2021-01-29T20:33:28.002Z] libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 [2021-01-29T20:33:28.002Z] libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 [2021-01-29T20:33:28.002Z] libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin [2021-01-29T20:33:28.002Z] openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler [2021-01-29T20:33:28.002Z] procps systemd-sysv tar tzdata ubuntu-keyring util-linux [2021-01-29T20:33:28.276Z] 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-01-29T20:33:28.276Z] Need to get 63.8 MB of archives. [2021-01-29T20:33:28.276Z] After this operation, 5205 kB of additional disk space will be used. [2021-01-29T20:33:28.276Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-135.139 [990 kB] [2021-01-29T20:33:28.276Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-01-29T20:33:28.276Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-01-29T20:33:28.276Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-01-29T20:33:28.276Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-01-29T20:33:28.276Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-01-29T20:33:28.276Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-01-29T20:33:28.276Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-01-29T20:33:28.276Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] [2021-01-29T20:33:28.276Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] [2021-01-29T20:33:28.276Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] [2021-01-29T20:33:28.276Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-01-29T20:33:28.276Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-01-29T20:33:28.276Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2021-01-29T20:33:28.276Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-01-29T20:33:28.276Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-01-29T20:33:28.276Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-01-29T20:33:28.276Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-01-29T20:33:28.537Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-01-29T20:33:28.537Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-01-29T20:33:28.537Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-01-29T20:33:28.537Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-01-29T20:33:28.537Z] Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2021-01-29T20:33:28.537Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-01-29T20:33:28.537Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-01-29T20:33:28.537Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-01-29T20:33:28.537Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-01-29T20:33:28.537Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-01-29T20:33:28.537Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-01-29T20:33:28.537Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-01-29T20:33:28.538Z] Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-01-29T20:33:28.538Z] Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-01-29T20:33:28.538Z] Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-01-29T20:33:28.538Z] Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-01-29T20:33:28.538Z] Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-01-29T20:33:28.538Z] Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] [2021-01-29T20:33:28.538Z] Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] [2021-01-29T20:33:28.538Z] Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-01-29T20:33:28.538Z] Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-01-29T20:33:28.538Z] Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] [2021-01-29T20:33:28.538Z] Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] [2021-01-29T20:33:28.538Z] Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20201027ubuntu0.18.04.1 [153 kB] [2021-01-29T20:33:28.538Z] Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-01-29T20:33:28.538Z] Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2021-01-29T20:33:28.538Z] Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-01-29T20:33:28.538Z] Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] [2021-01-29T20:33:28.538Z] Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2021-01-29T20:33:28.538Z] Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-01-29T20:33:28.538Z] Get:49 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-29T20:33:28.538Z] Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] [2021-01-29T20:33:28.799Z] Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] [2021-01-29T20:33:28.799Z] Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] [2021-01-29T20:33:28.799Z] Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-01-29T20:33:28.799Z] Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-01-29T20:33:28.799Z] Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-01-29T20:33:28.799Z] Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-01-29T20:33:28.799Z] Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-01-29T20:33:29.062Z] Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2021-01-29T20:33:29.062Z] Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2021-01-29T20:33:29.062Z] Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-01-29T20:33:29.325Z] Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2021-01-29T20:33:29.325Z] Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-01-29T20:33:29.325Z] Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-01-29T20:33:29.325Z] Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-01-29T20:33:29.325Z] Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-01-29T20:33:29.325Z] Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-01-29T20:33:29.325Z] Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-01-29T20:33:29.585Z] Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-01-29T20:33:29.585Z] Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-01-29T20:33:29.848Z] Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-01-29T20:33:29.848Z] Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-01-29T20:33:29.848Z] Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-01-29T20:33:29.848Z] Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-01-29T20:33:29.848Z] Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-01-29T20:33:30.110Z] Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-01-29T20:33:30.110Z] Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-01-29T20:33:30.110Z] Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-01-29T20:33:30.110Z] Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-01-29T20:33:30.110Z] Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-01-29T20:33:30.110Z] Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] [2021-01-29T20:33:30.110Z] Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] [2021-01-29T20:33:30.110Z] Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] [2021-01-29T20:33:30.110Z] Get:83 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-29T20:33:30.110Z] Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] [2021-01-29T20:33:30.110Z] Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.44 [16.1 kB] [2021-01-29T20:33:30.110Z] Get:86 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-29T20:33:30.110Z] Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-01-29T20:33:30.110Z] Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-01-29T20:33:30.110Z] Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-01-29T20:33:30.110Z] Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] [2021-01-29T20:33:30.110Z] Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-01-29T20:33:30.110Z] Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-01-29T20:33:30.110Z] Get:93 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-29T20:33:30.110Z] Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-01-29T20:33:30.110Z] Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-01-29T20:33:30.110Z] Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-01-29T20:33:30.370Z] Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-01-29T20:33:30.370Z] Get:98 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-01-29T20:33:30.370Z] Get:99 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-01-29T20:33:30.370Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-29T20:33:30.370Z] Fetched 63.8 MB in 2s (29.2 MB/s) [2021-01-29T20:33:30.370Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-29T20:33:30.370Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-01-29T20:33:30.370Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-29T20:33:30.646Z] 25b303627fd3: Pull complete [2021-01-29T20:33:30.646Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-01-29T20:33:30.646Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-29T20:33:30.646Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-01-29T20:33:30.881Z] prd-ubuntu18.04-docker-arm64-4c-16g-23997 does not seem to be running inside a container [2021-01-29T20:33:30.959Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/9 -v /w/workspace/edgex-go/9:/w/workspace/edgex-go/9:rw,z -v /w/workspace/edgex-go/9@tmp:/w/workspace/edgex-go/9@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-01-29T20:33:31.313Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-01-29T20:33:31.313Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-29T20:33:31.313Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-135.139_amd64.deb ... [2021-01-29T20:33:31.313Z] Unpacking linux-libc-dev:amd64 (4.15.0-135.139) over (4.15.0-20.21) ... [2021-01-29T20:33:32.258Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-29T20:33:32.258Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-29T20:33:32.258Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-29T20:33:32.258Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-29T20:33:32.258Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-29T20:33:32.258Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-29T20:33:32.519Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-29T20:33:32.519Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-29T20:33:32.519Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-29T20:33:32.519Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-29T20:33:32.782Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-29T20:33:32.782Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-29T20:33:32.782Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-29T20:33:32.782Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-29T20:33:33.042Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-29T20:33:33.042Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-29T20:33:33.042Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-29T20:33:33.042Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-01-29T20:33:33.304Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-01-29T20:33:33.304Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-29T20:33:33.304Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-29T20:33:33.304Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-29T20:33:33.566Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-29T20:33:33.566Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-29T20:33:33.566Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-29T20:33:33.566Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-29T20:33:33.828Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-29T20:33:33.828Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-29T20:33:33.828Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-01-29T20:33:34.088Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-29T20:33:34.322Z] $ docker top 7b611e1c1f5518bfe673f1a1d0b6c6578395e9bf4ba811bcfde8af9fd965cf25 -eo pid,comm [2021-01-29T20:33:34.659Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [Pipeline] { [Pipeline] sh [2021-01-29T20:33:34.919Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-29T20:33:34.919Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-01-29T20:33:34.919Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-01-29T20:33:34.919Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-01-29T20:33:34.919Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-01-29T20:33:35.180Z] Setting up base-files (10.1ubuntu2.10) ... [2021-01-29T20:33:35.180Z] Installing new version of config file /etc/issue ... [2021-01-29T20:33:35.180Z] Installing new version of config file /etc/issue.net ... [2021-01-29T20:33:35.180Z] Installing new version of config file /etc/lsb-release ... [2021-01-29T20:33:35.371Z] + docker-compose build --help [2021-01-29T20:33:35.371Z] + grep parallel [2021-01-29T20:33:35.441Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-01-29T20:33:35.441Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-01-29T20:33:35.706Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-01-29T20:33:35.706Z] Removing obsolete conffile /etc/default/motd-news ... [2021-01-29T20:33:35.706Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-29T20:33:35.706Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-01-29T20:33:35.706Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-01-29T20:33:35.967Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-01-29T20:33:35.967Z] 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-29T20:33:36.234Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-29T20:33:36.234Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-29T20:33:36.234Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-01-29T20:33:36.234Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-01-29T20:33:36.496Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-29T20:33:36.496Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-01-29T20:33:36.496Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-01-29T20:33:36.496Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-01-29T20:33:36.496Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-29T20:33:36.496Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-01-29T20:33:36.757Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-29T20:33:36.757Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-01-29T20:33:37.018Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-29T20:33:37.018Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-29T20:33:37.018Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-29T20:33:37.018Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-29T20:33:37.280Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-29T20:33:37.280Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-29T20:33:37.280Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-29T20:33:37.542Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-01-29T20:33:37.542Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-29T20:33:37.542Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-01-29T20:33:37.542Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-01-29T20:33:37.812Z] Setting up grep (3.1-2build1) ... [2021-01-29T20:33:37.812Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-29T20:33:37.812Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-01-29T20:33:37.812Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-01-29T20:33:38.074Z] Setting up login (1:4.5-1ubuntu2) ... [2021-01-29T20:33:38.074Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-29T20:33:38.074Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-29T20:33:38.074Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-29T20:33:38.338Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-01-29T20:33:38.338Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-29T20:33:38.338Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-29T20:33:38.338Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-29T20:33:38.743Z] --parallel Build images in parallel. [2021-01-29T20:33:38.910Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-29T20:33:38.910Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-29T20:33:38.910Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [Pipeline] } [2021-01-29T20:33:39.039Z] $ docker stop --time=1 7b611e1c1f5518bfe673f1a1d0b6c6578395e9bf4ba811bcfde8af9fd965cf25 [2021-01-29T20:33:39.172Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-29T20:33:39.744Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-01-29T20:33:39.744Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-29T20:33:39.744Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-01-29T20:33:39.744Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-29T20:33:40.690Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-01-29T20:33:40.690Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-01-29T20:33:40.889Z] $ docker rm -f 7b611e1c1f5518bfe673f1a1d0b6c6578395e9bf4ba811bcfde8af9fd965cf25 [2021-01-29T20:33:40.951Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-01-29T20:33:40.951Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-01-29T20:33:40.951Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [Pipeline] // withDockerContainer [2021-01-29T20:33:41.219Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-29T20:33:41.219Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-01-29T20:33:41.219Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-01-29T20:33:41.219Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-29T20:33:41.481Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-29T20:33:41.481Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-29T20:33:41.481Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-29T20:33:41.481Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-29T20:33:41.680Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-29T20:33:41.680Z] . [Pipeline] withDockerContainer [2021-01-29T20:33:41.741Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-29T20:33:41.741Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-29T20:33:41.741Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-29T20:33:41.741Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-29T20:33:41.920Z] prd-ubuntu18.04-docker-arm64-4c-16g-23997 does not seem to be running inside a container [2021-01-29T20:33:42.010Z] $ 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/9 -v /w/workspace/edgex-go/9:/w/workspace/edgex-go/9:rw,z -v /w/workspace/edgex-go/9@tmp:/w/workspace/edgex-go/9@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-01-29T20:33:42.022Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-29T20:33:42.022Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-29T20:33:42.023Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-29T20:33:42.023Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-29T20:33:42.287Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-29T20:33:42.287Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-29T20:33:42.287Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-29T20:33:42.287Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-29T20:33:42.548Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-29T20:33:42.548Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-29T20:33:42.548Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-29T20:33:42.548Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-29T20:33:42.548Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-29T20:33:42.809Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-29T20:33:42.809Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-29T20:33:42.809Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-29T20:33:42.809Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-29T20:33:43.070Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-29T20:33:43.070Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-29T20:33:43.070Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-29T20:33:43.070Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-29T20:33:43.331Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-29T20:33:43.331Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-29T20:33:43.331Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-29T20:33:43.331Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-29T20:33:43.331Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-01-29T20:33:43.475Z] $ docker top 48bf1361794cac9fc7d883eedca15e1ceeff24e4fbf4cedee161a59df11e9595 -eo pid,comm [2021-01-29T20:33:43.591Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-29T20:33:43.591Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-29T20:33:43.591Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [Pipeline] { [Pipeline] sh [2021-01-29T20:33:44.165Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-01-29T20:33:44.428Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-01-29T20:33:44.522Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-29T20:33:44.689Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-01-29T20:33:44.689Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-29T20:33:44.689Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-01-29T20:33:44.689Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-29T20:33:44.951Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-01-29T20:33:45.214Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-29T20:33:45.214Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-01-29T20:33:45.214Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-29T20:33:45.475Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-01-29T20:33:45.475Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-29T20:33:45.475Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-01-29T20:33:45.475Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-01-29T20:33:45.735Z] Setting up debconf (1.5.66ubuntu1) ... [2021-01-29T20:33:45.995Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-29T20:33:45.995Z] Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... [2021-01-29T20:33:45.995Z] Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-01-29T20:33:45.995Z] Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... [2021-01-29T20:33:46.256Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-29T20:33:46.256Z] Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... [2021-01-29T20:33:46.256Z] Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-01-29T20:33:46.256Z] Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... [2021-01-29T20:33:46.518Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-29T20:33:46.518Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-29T20:33:46.518Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-29T20:33:46.518Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-29T20:33:46.791Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-29T20:33:46.791Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-29T20:33:46.791Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-29T20:33:46.791Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-29T20:33:47.088Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-29T20:33:47.088Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-29T20:33:47.088Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-29T20:33:47.350Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-29T20:33:47.612Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-29T20:33:47.612Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-29T20:33:47.612Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-29T20:33:47.612Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.44_amd64.deb ... [2021-01-29T20:33:47.612Z] Unpacking systemd-sysv (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-01-29T20:33:47.874Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-29T20:33:47.874Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-29T20:33:47.874Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-29T20:33:47.874Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-29T20:33:47.874Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-01-29T20:33:47.874Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-01-29T20:33:48.136Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-01-29T20:33:48.398Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-29T20:33:48.398Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-01-29T20:33:48.398Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-29T20:33:48.398Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-29T20:33:48.660Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-29T20:33:48.660Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-29T20:33:48.807Z] Building docker-core-command-go ... [2021-01-29T20:33:48.808Z] Building docker-core-data-go ... [2021-01-29T20:33:48.808Z] Building docker-core-metadata-go ... [2021-01-29T20:33:48.808Z] Building docker-security-bootstrapper-go ... [2021-01-29T20:33:48.808Z] Building docker-security-proxy-setup-go ... [2021-01-29T20:33:48.808Z] Building docker-security-secretstore-setup-go ... [2021-01-29T20:33:48.808Z] Building docker-support-notifications-go ... [2021-01-29T20:33:48.808Z] Building docker-support-scheduler-go ... [2021-01-29T20:33:48.808Z] Building docker-sys-mgmt-agent-go ... [2021-01-29T20:33:48.808Z] Building docker-support-notifications-go [2021-01-29T20:33:48.808Z] Building docker-core-command-go [2021-01-29T20:33:48.808Z] Building docker-core-data-go [2021-01-29T20:33:48.808Z] Building docker-support-scheduler-go [2021-01-29T20:33:48.808Z] Building docker-sys-mgmt-agent-go [2021-01-29T20:33:48.922Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-29T20:33:48.922Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-29T20:33:48.922Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-29T20:33:48.922Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... [2021-01-29T20:33:49.185Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... [2021-01-29T20:33:49.185Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... [2021-01-29T20:33:49.447Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-29T20:33:49.447Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-01-29T20:33:49.447Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-01-29T20:33:49.709Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-01-29T20:33:49.970Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-29T20:33:49.970Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-29T20:33:49.970Z] Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-29T20:33:50.231Z] Setting up gpgv (2.2.4-1ubuntu1.3) ... [2021-01-29T20:33:50.231Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-29T20:33:50.231Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-01-29T20:33:50.231Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-01-29T20:33:50.492Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-01-29T20:33:50.754Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-29T20:33:50.754Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-01-29T20:33:50.754Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-01-29T20:33:50.754Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-01-29T20:33:51.015Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-29T20:33:51.015Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-01-29T20:33:51.015Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-01-29T20:33:51.015Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-01-29T20:33:51.015Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-29T20:33:51.015Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-01-29T20:33:51.276Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-01-29T20:33:51.276Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-01-29T20:33:51.537Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-29T20:33:51.537Z] Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... [2021-01-29T20:33:51.537Z] Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... [2021-01-29T20:33:51.537Z] Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... [2021-01-29T20:33:51.537Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-29T20:33:51.537Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... [2021-01-29T20:33:51.799Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... [2021-01-29T20:33:51.799Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... [2021-01-29T20:33:51.799Z] (Reading database ... 13915 files and directories currently installed.) [2021-01-29T20:33:51.799Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-01-29T20:33:52.060Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-01-29T20:33:52.060Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-01-29T20:33:52.060Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-01-29T20:33:52.321Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-01-29T20:33:52.321Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-01-29T20:33:52.586Z] Preparing to unpack .../03-ca-certificates_20201027ubuntu0.18.04.1_all.deb ... [2021-01-29T20:33:52.586Z] Unpacking ca-certificates (20201027ubuntu0.18.04.1) over (20180409) ... [2021-01-29T20:33:52.848Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-01-29T20:33:52.848Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-01-29T20:33:52.848Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-01-29T20:33:52.848Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-01-29T20:33:53.109Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-01-29T20:33:53.109Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-01-29T20:33:53.109Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-01-29T20:33:53.109Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-01-29T20:33:53.109Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-01-29T20:33:53.374Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-01-29T20:33:53.374Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-01-29T20:33:53.374Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-01-29T20:33:53.374Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-01-29T20:33:53.634Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-01-29T20:33:53.634Z] Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... [2021-01-29T20:33:53.634Z] Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... [2021-01-29T20:33:54.585Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-01-29T20:33:54.585Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-01-29T20:33:54.585Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-01-29T20:33:54.872Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-01-29T20:33:54.872Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-29T20:33:54.872Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-29T20:33:55.133Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-29T20:33:55.133Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-29T20:33:55.394Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-29T20:33:55.656Z] Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-29T20:33:55.656Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-29T20:33:55.656Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-29T20:33:55.917Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-29T20:33:55.917Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-29T20:33:55.917Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-29T20:33:55.917Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-29T20:33:56.178Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-29T20:33:56.178Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-29T20:33:56.178Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-29T20:33:56.440Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-29T20:33:57.384Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-29T20:33:57.384Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-29T20:33:57.955Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-29T20:33:58.217Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-29T20:33:58.788Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-29T20:33:58.788Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-29T20:33:59.361Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-29T20:33:59.361Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-29T20:34:00.310Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-29T20:34:00.310Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-29T20:34:00.310Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-29T20:34:00.310Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-29T20:34:00.310Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-01-29T20:34:00.310Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-29T20:34:00.574Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-01-29T20:34:00.574Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-29T20:34:00.838Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-01-29T20:34:00.838Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-01-29T20:34:01.098Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-29T20:34:01.098Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-29T20:34:01.098Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-29T20:34:01.359Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-29T20:34:01.359Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-01-29T20:34:01.359Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-01-29T20:34:01.621Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-29T20:34:01.621Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-29T20:34:01.621Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-29T20:34:01.621Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-29T20:34:01.621Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-29T20:34:01.621Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-01-29T20:34:01.621Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-01-29T20:34:01.621Z] Setting up tzdata (2021a-0ubuntu0.18.04) ... [2021-01-29T20:34:01.883Z] [2021-01-29T20:34:01.883Z] Current default time zone: 'Etc/UTC' [2021-01-29T20:34:01.883Z] Local time is now: Fri Jan 29 20:34:01 UTC 2021. [2021-01-29T20:34:01.883Z] Universal Time is now: Fri Jan 29 20:34:01 UTC 2021. [2021-01-29T20:34:01.883Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-01-29T20:34:01.883Z] [2021-01-29T20:34:01.883Z] Setting up systemd-sysv (237-3ubuntu10.44) ... [2021-01-29T20:34:01.883Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-29T20:34:01.883Z] Setting up linux-libc-dev:amd64 (4.15.0-135.139) ... [2021-01-29T20:34:01.883Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-01-29T20:34:01.883Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-01-29T20:34:01.883Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-01-29T20:34:01.883Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-01-29T20:34:02.144Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-01-29T20:34:02.145Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-01-29T20:34:02.145Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-01-29T20:34:02.145Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-29T20:34:02.145Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-01-29T20:34:02.405Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-29T20:34:02.405Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-01-29T20:34:02.405Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-29T20:34:02.405Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-01-29T20:34:02.405Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-01-29T20:34:02.405Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-01-29T20:34:02.405Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... [2021-01-29T20:34:02.405Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-01-29T20:34:02.405Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-01-29T20:34:02.667Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-01-29T20:34:02.667Z] Setting up ca-certificates (20201027ubuntu0.18.04.1) ... [2021-01-29T20:34:04.582Z] Updating certificates in /etc/ssl/certs... [2021-01-29T20:34:05.525Z] 22 added, 17 removed; done. [2021-01-29T20:34:05.525Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-01-29T20:34:05.525Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-29T20:34:05.525Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-01-29T20:34:05.525Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-01-29T20:34:05.525Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-01-29T20:34:05.786Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-29T20:34:05.786Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-01-29T20:34:05.786Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-29T20:34:05.786Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-29T20:34:05.786Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-29T20:34:05.786Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-29T20:34:06.048Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-29T20:34:06.048Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-01-29T20:34:06.048Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... [2021-01-29T20:34:06.048Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-01-29T20:34:06.048Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-01-29T20:34:06.048Z] Setting up binutils (2.30-21ubuntu1~18.04.4) ... [2021-01-29T20:34:06.309Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-29T20:34:06.309Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-29T20:34:06.309Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-01-29T20:34:06.309Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-01-29T20:34:06.309Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-01-29T20:34:06.309Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-01-29T20:34:06.309Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-01-29T20:34:06.570Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-01-29T20:34:06.570Z] Processing triggers for ca-certificates (20201027ubuntu0.18.04.1) ... [2021-01-29T20:34:06.570Z] Updating certificates in /etc/ssl/certs... [2021-01-29T20:34:07.142Z] 0 added, 0 removed; done. [2021-01-29T20:34:07.142Z] Running hooks in /etc/ca-certificates/update.d... [2021-01-29T20:34:07.142Z] done. [2021-01-29T20:34:07.714Z] Reading package lists... [2021-01-29T20:34:07.714Z] Building dependency tree... [2021-01-29T20:34:07.714Z] Reading state information... [2021-01-29T20:34:07.975Z] The following NEW packages will be installed: [2021-01-29T20:34:07.975Z] apt-transport-https [2021-01-29T20:34:07.975Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-01-29T20:34:07.975Z] Need to get 1696 B of archives. [2021-01-29T20:34:07.975Z] After this operation, 153 kB of additional disk space will be used. [2021-01-29T20:34:07.975Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] [2021-01-29T20:34:08.244Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-29T20:34:08.244Z] Fetched 1696 B in 0s (25.9 kB/s) [2021-01-29T20:34:08.244Z] Selecting previously unselected package apt-transport-https. [2021-01-29T20:34:08.244Z] (Reading database ... 13929 files and directories currently installed.) [2021-01-29T20:34:08.244Z] Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... [2021-01-29T20:34:08.244Z] Unpacking apt-transport-https (1.6.12ubuntu0.2) ... [2021-01-29T20:34:08.244Z] Setting up apt-transport-https (1.6.12ubuntu0.2) ... [2021-01-29T20:34:08.506Z] Waiting for network to be ready... [2021-01-29T20:34:13.818Z] 2021-01-29T20:34:11Z INFO Waiting for automatic snapd restart... [2021-01-29T20:34:14.390Z] snapd 2.48.2 from Canonical* installed [2021-01-29T20:34:15.336Z] "snapd" switched to the "latest/stable" channel [2021-01-29T20:34:15.336Z] [2021-01-29T20:34:17.891Z] core18 20201210 from Canonical* installed [2021-01-29T20:34:18.152Z] "core18" switched to the "latest/stable" channel [2021-01-29T20:34:18.152Z] [2021-01-29T20:34:21.470Z] snapcraft 4.4.4 from Canonical* installed [2021-01-29T20:34:21.470Z] "snapcraft" switched to the "latest/stable" channel [2021-01-29T20:34:21.470Z] [2021-01-29T20:34:25.679Z] 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-29T20:34:25.679Z] - README.md [2021-01-29T20:34:25.679Z] - snapcraft.yaml.orig [2021-01-29T20:34:25.679Z] [2021-01-29T20:34:25.679Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-01-29T20:34:32.282Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-29T20:34:32.282Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-01-29T20:34:32.282Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-29T20:34:32.282Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-29T20:34:32.854Z] Reading package lists... [2021-01-29T20:34:33.428Z] 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-29T20:34:40.034Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-29T20:34:40.034Z] Reading package lists... [2021-01-29T20:34:40.034Z] Building dependency tree... [2021-01-29T20:34:40.034Z] Reading state information... [2021-01-29T20:34:40.034Z] Suggested packages: [2021-01-29T20:34:40.034Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-01-29T20:34:40.034Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-01-29T20:34:40.034Z] Recommended packages: [2021-01-29T20:34:40.034Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-01-29T20:34:40.034Z] The following NEW packages will be installed: [2021-01-29T20:34:40.034Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-01-29T20:34:40.034Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-01-29T20:34:40.034Z] pkg-config zip [2021-01-29T20:34:40.034Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-01-29T20:34:40.034Z] Need to get 7655 kB of archives. [2021-01-29T20:34:40.034Z] After this operation, 43.7 MB of additional disk space will be used. [2021-01-29T20:34:40.034Z] 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-29T20:34:40.034Z] Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-01-29T20:34:40.034Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] [2021-01-29T20:34:40.034Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] [2021-01-29T20:34:40.034Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] [2021-01-29T20:34:40.034Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-01-29T20:34:40.034Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-01-29T20:34:40.034Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-01-29T20:34:40.295Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-01-29T20:34:40.295Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-01-29T20:34:40.295Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-01-29T20:34:40.295Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-01-29T20:34:40.295Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-01-29T20:34:40.295Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-01-29T20:34:40.295Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-01-29T20:34:40.558Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-29T20:34:40.558Z] Fetched 7655 kB in 1s (11.5 MB/s) [2021-01-29T20:34:40.558Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-01-29T20:34:40.558Z] (Reading database ... 13933 files and directories currently installed.) [2021-01-29T20:34:40.558Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... [2021-01-29T20:34:40.558Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-01-29T20:34:40.819Z] Selecting previously unselected package libpsl5:amd64. [2021-01-29T20:34:40.819Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-01-29T20:34:40.819Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-01-29T20:34:40.819Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-01-29T20:34:40.819Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-01-29T20:34:41.079Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-01-29T20:34:41.079Z] Selecting previously unselected package librtmp1:amd64. [2021-01-29T20:34:41.079Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-01-29T20:34:41.079Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-01-29T20:34:41.079Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-01-29T20:34:41.079Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... [2021-01-29T20:34:41.079Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-01-29T20:34:41.339Z] Selecting previously unselected package liberror-perl. [2021-01-29T20:34:41.339Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-01-29T20:34:41.339Z] Unpacking liberror-perl (0.17025-1) ... [2021-01-29T20:34:41.339Z] Selecting previously unselected package git-man. [2021-01-29T20:34:41.339Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2021-01-29T20:34:41.339Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2021-01-29T20:34:41.599Z] Selecting previously unselected package git. [2021-01-29T20:34:41.599Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... [2021-01-29T20:34:41.599Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2021-01-29T20:34:42.541Z] Selecting previously unselected package libnorm1:amd64. [2021-01-29T20:34:42.541Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-01-29T20:34:42.541Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-01-29T20:34:42.541Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-01-29T20:34:42.541Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-01-29T20:34:42.541Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-01-29T20:34:42.541Z] Selecting previously unselected package libsodium23:amd64. [2021-01-29T20:34:42.541Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-01-29T20:34:42.541Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-01-29T20:34:42.541Z] Selecting previously unselected package libzmq5:amd64. [2021-01-29T20:34:42.541Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-01-29T20:34:42.541Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-29T20:34:42.802Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-01-29T20:34:42.803Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-01-29T20:34:42.803Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-29T20:34:42.803Z] Selecting previously unselected package pkg-config. [2021-01-29T20:34:42.803Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-01-29T20:34:42.803Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-01-29T20:34:42.803Z] Selecting previously unselected package zip. [2021-01-29T20:34:42.803Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-01-29T20:34:42.803Z] Unpacking zip (3.0-11build1) ... [2021-01-29T20:34:43.064Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-01-29T20:34:43.064Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2021-01-29T20:34:43.064Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-01-29T20:34:43.064Z] Setting up liberror-perl (0.17025-1) ... [2021-01-29T20:34:43.064Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-01-29T20:34:43.064Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-01-29T20:34:43.064Z] No schema files found: doing nothing. [2021-01-29T20:34:43.064Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-01-29T20:34:43.064Z] Setting up zip (3.0-11build1) ... [2021-01-29T20:34:43.325Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-01-29T20:34:43.325Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-01-29T20:34:43.325Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-01-29T20:34:43.325Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-29T20:34:43.325Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-01-29T20:34:43.325Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-29T20:34:43.586Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2021-01-29T20:34:43.586Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-01-29T20:34:50.178Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-29T20:34:50.178Z] git set to automatically installed. [2021-01-29T20:34:50.178Z] git-man set to automatically installed. [2021-01-29T20:34:50.178Z] libcurl3-gnutls set to automatically installed. [2021-01-29T20:34:50.178Z] liberror-perl set to automatically installed. [2021-01-29T20:34:50.178Z] libglib2.0-0 set to automatically installed. [2021-01-29T20:34:50.178Z] libnghttp2-14 set to automatically installed. [2021-01-29T20:34:50.178Z] libnorm1 set to automatically installed. [2021-01-29T20:34:50.178Z] libpgm-5.2-0 set to automatically installed. [2021-01-29T20:34:50.178Z] libpsl5 set to automatically installed. [2021-01-29T20:34:50.178Z] librtmp1 set to automatically installed. [2021-01-29T20:34:50.178Z] libsodium23 set to automatically installed. [2021-01-29T20:34:50.178Z] libzmq3-dev set to automatically installed. [2021-01-29T20:34:50.178Z] libzmq5 set to automatically installed. [2021-01-29T20:34:50.178Z] pkg-config set to automatically installed. [2021-01-29T20:34:50.178Z] zip set to automatically installed. [2021-01-29T20:34:52.093Z] snapd is not logged in, snap install commands will use sudo [2021-01-29T20:34:58.685Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-29T20:34:58.685Z] snap "core18" has no updates available [2021-01-29T20:35:00.071Z] Pulling config-common [2021-01-29T20:35:01.015Z] Pulling go-build-helper [2021-01-29T20:35:10.541Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-29T20:35:10.541Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-29T20:35:10.541Z] ---> cb434e6eccf5 [2021-01-29T20:35:10.541Z] Step 3/23 : WORKDIR /edgex-go [2021-01-29T20:35:10.541Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-29T20:35:10.541Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-29T20:35:10.541Z] ---> cb434e6eccf5 [2021-01-29T20:35:10.541Z] Step 3/23 : WORKDIR /edgex-go [2021-01-29T20:35:10.541Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-29T20:35:10.541Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-29T20:35:10.541Z] ---> cb434e6eccf5 [2021-01-29T20:35:10.541Z] Step 3/22 : WORKDIR /edgex-go [2021-01-29T20:35:10.541Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-29T20:35:10.541Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-29T20:35:10.541Z] ---> cb434e6eccf5 [2021-01-29T20:35:10.541Z] Step 3/26 : WORKDIR /edgex-go [2021-01-29T20:35:10.541Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-29T20:35:10.541Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-29T20:35:10.541Z] ---> cb434e6eccf5 [2021-01-29T20:35:10.541Z] Step 3/22 : WORKDIR /edgex-go [2021-01-29T20:35:10.541Z] ---> Running in bd3a6e94fb17 [2021-01-29T20:35:10.541Z] ---> Running in 869d5a15fc36 [2021-01-29T20:35:10.541Z] ---> Running in f4f105dffcff [2021-01-29T20:35:10.541Z] ---> Running in e56b8f9a213b [2021-01-29T20:35:10.541Z] ---> Running in 8c0eba64ab1c [2021-01-29T20:35:10.541Z] Removing intermediate container 8c0eba64ab1c [2021-01-29T20:35:10.541Z] ---> ef2e43d4dc8b [2021-01-29T20:35:10.541Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-29T20:35:10.541Z] Removing intermediate container e56b8f9a213b [2021-01-29T20:35:10.541Z] ---> 9f8ca6c9a31b [2021-01-29T20:35:10.541Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-29T20:35:10.541Z] Removing intermediate container f4f105dffcff [2021-01-29T20:35:10.541Z] ---> e8be7a107cf4 [2021-01-29T20:35:10.541Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositoriesRemoving intermediate container bd3a6e94fb17 [2021-01-29T20:35:10.541Z] [2021-01-29T20:35:10.541Z] ---> a91c001c68bc [2021-01-29T20:35:10.541Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-29T20:35:10.541Z] Removing intermediate container 869d5a15fc36 [2021-01-29T20:35:10.541Z] ---> 64d6dc1537ec [2021-01-29T20:35:10.541Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-29T20:35:10.541Z] ---> Running in 3d25900703f6 [2021-01-29T20:35:10.541Z] ---> Running in cc28227f5b8a [2021-01-29T20:35:10.541Z] ---> Running in 3d75eb6d99bb [2021-01-29T20:35:10.541Z] ---> Running in 03a86dda012f [2021-01-29T20:35:10.541Z] ---> Running in 78581ab66f38 [2021-01-29T20:35:10.541Z] Removing intermediate container cc28227f5b8a [2021-01-29T20:35:10.541Z] ---> 8ed423c42de9 [2021-01-29T20:35:10.541Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-29T20:35:10.541Z] ---> Running in 80ec4fcae2e3 [2021-01-29T20:35:10.541Z] Removing intermediate container 3d75eb6d99bb [2021-01-29T20:35:10.541Z] ---> f462a2ceff26 [2021-01-29T20:35:10.541Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-01-29T20:35:10.541Z] Removing intermediate container 03a86dda012f [2021-01-29T20:35:10.541Z] ---> f62232174412 [2021-01-29T20:35:10.541Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-29T20:35:10.541Z] Removing intermediate container 3d25900703f6 [2021-01-29T20:35:10.541Z] ---> 406f9a27a875 [2021-01-29T20:35:10.541Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-01-29T20:35:10.541Z] ---> Running in 4bfe8ffaa0a2 [2021-01-29T20:35:10.541Z] Removing intermediate container 78581ab66f38 [2021-01-29T20:35:10.541Z] ---> 4a1356a29252 [2021-01-29T20:35:10.541Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-01-29T20:35:10.541Z] ---> Running in af99ad54e1f8 [2021-01-29T20:35:10.541Z] ---> Running in 59eada1cef14 [2021-01-29T20:35:10.541Z] ---> Running in a0d64d07972d [2021-01-29T20:35:10.541Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-29T20:35:10.541Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-29T20:35:10.541Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-29T20:35:10.541Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-29T20:35:10.541Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-29T20:35:10.814Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-29T20:35:10.814Z] OK: 217 MiB in 51 packages [2021-01-29T20:35:11.085Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-29T20:35:11.085Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-29T20:35:11.361Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-29T20:35:11.654Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-29T20:35:11.932Z] OK: 217 MiB in 51 packages [2021-01-29T20:35:11.932Z] OK: 217 MiB in 51 packages [2021-01-29T20:35:12.542Z] Removing intermediate container 80ec4fcae2e3 [2021-01-29T20:35:12.542Z] ---> 88612304b2ac [2021-01-29T20:35:12.542Z] Step 6/23 : COPY go.mod . [2021-01-29T20:35:12.542Z] OK: 217 MiB in 51 packages [2021-01-29T20:35:12.542Z] OK: 217 MiB in 51 packages [2021-01-29T20:35:13.982Z] ---> 508768bc504c [2021-01-29T20:35:13.982Z] Step 7/23 : RUN go mod download [2021-01-29T20:35:13.982Z] Removing intermediate container af99ad54e1f8 [2021-01-29T20:35:13.982Z] ---> f85353977d5b [2021-01-29T20:35:13.982Z] Step 6/22 : COPY go.mod . [2021-01-29T20:35:13.982Z] ---> Running in f847bf9f8183 [2021-01-29T20:35:13.982Z] Removing intermediate container 4bfe8ffaa0a2 [2021-01-29T20:35:13.982Z] ---> 6b8054b9d03c [2021-01-29T20:35:13.982Z] Step 6/26 : COPY go.mod . [2021-01-29T20:35:14.254Z] Removing intermediate container 59eada1cef14 [2021-01-29T20:35:14.254Z] ---> 1e730b7cd645 [2021-01-29T20:35:14.254Z] Step 6/23 : COPY go.mod . [2021-01-29T20:35:14.528Z] Removing intermediate container a0d64d07972d [2021-01-29T20:35:14.528Z] ---> b2d1539e2850 [2021-01-29T20:35:14.528Z] Step 6/22 : COPY go.mod . [2021-01-29T20:35:14.802Z] ---> 92971c4cafe5 [2021-01-29T20:35:14.802Z] Step 7/22 : RUN go mod download [2021-01-29T20:35:15.082Z] ---> Running in 4685e07e51d7 [2021-01-29T20:35:15.356Z] ---> 27004799f3ad [2021-01-29T20:35:15.356Z] Step 7/26 : RUN go mod download [2021-01-29T20:35:15.356Z] ---> 37544998c199 [2021-01-29T20:35:15.356Z] Step 7/23 : RUN go mod download [2021-01-29T20:35:15.636Z] ---> Running in d6576217302e [2021-01-29T20:35:15.636Z] ---> Running in d69fbc5308c7 [2021-01-29T20:35:15.636Z] ---> 4f37d499f89d [2021-01-29T20:35:15.636Z] Step 7/22 : RUN go mod download [2021-01-29T20:35:15.920Z] ---> Running in 79b2a4cb77d3 [2021-01-29T20:35:17.917Z] Removing intermediate container f847bf9f8183 [2021-01-29T20:35:17.917Z] ---> c0599130d1fd [2021-01-29T20:35:17.917Z] Step 8/23 : COPY . . [2021-01-29T20:35:19.361Z] Removing intermediate container 4685e07e51d7 [2021-01-29T20:35:19.361Z] ---> d96ad4c6ada0 [2021-01-29T20:35:19.361Z] Step 8/22 : COPY . . [2021-01-29T20:35:20.801Z] Removing intermediate container d6576217302e [2021-01-29T20:35:20.801Z] ---> 906600cd51b7 [2021-01-29T20:35:20.801Z] Step 8/26 : COPY . . [2021-01-29T20:35:21.075Z] Removing intermediate container d69fbc5308c7 [2021-01-29T20:35:21.075Z] ---> 80d102ed06d4 [2021-01-29T20:35:21.075Z] Step 8/23 : COPY . . [2021-01-29T20:35:21.673Z] Removing intermediate container 79b2a4cb77d3 [2021-01-29T20:35:21.673Z] ---> 08e100d68871 [2021-01-29T20:35:21.673Z] Step 8/22 : COPY . . [2021-01-29T20:35:22.986Z] Get:1 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-01-29T20:35:22.986Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-01-29T20:35:22.986Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-01-29T20:35:22.986Z] Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-01-29T20:35:22.986Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1527 kB] [2021-01-29T20:35:22.986Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-01-29T20:35:22.986Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-01-29T20:35:22.986Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-01-29T20:35:22.986Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-01-29T20:35:22.986Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-01-29T20:35:22.986Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-01-29T20:35:22.986Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-01-29T20:35:22.986Z] Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1875 kB] [2021-01-29T20:35:22.986Z] Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [389 kB] [2021-01-29T20:35:22.986Z] Get:15 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] [2021-01-29T20:35:22.986Z] Get:16 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] [2021-01-29T20:35:22.986Z] Get:17 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [247 kB] [2021-01-29T20:35:22.986Z] Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [33.4 kB] [2021-01-29T20:35:22.986Z] Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1712 kB] [2021-01-29T20:35:22.986Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [361 kB] [2021-01-29T20:35:22.986Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [296 kB] [2021-01-29T20:35:22.986Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] [2021-01-29T20:35:22.986Z] Get:23 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] [2021-01-29T20:35:22.986Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [224 kB] [2021-01-29T20:35:22.986Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [29.6 kB] [2021-01-29T20:35:22.986Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1102 kB] [2021-01-29T20:35:22.986Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [247 kB] [2021-01-29T20:35:22.986Z] Fetched 23.9 MB in 0s (0 B/s) [2021-01-29T20:35:22.986Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-01-29T20:35:22.986Z] Fetched 96.5 kB in 0s (0 B/s) [2021-01-29T20:35:22.986Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-01-29T20:35:22.986Z] Fetched 279 kB in 0s (0 B/s) [2021-01-29T20:35:22.986Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-01-29T20:35:22.986Z] Fetched 122 kB in 0s (0 B/s) [2021-01-29T20:35:22.986Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-01-29T20:35:22.986Z] Fetched 77.8 kB in 0s (0 B/s) [2021-01-29T20:35:22.986Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-01-29T20:35:22.986Z] Fetched 8848 B in 0s (0 B/s) [2021-01-29T20:35:22.986Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-01-29T20:35:22.986Z] Fetched 47.8 kB in 0s (0 B/s) [2021-01-29T20:35:22.986Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-01-29T20:35:22.986Z] Fetched 45.6 kB in 0s (0 B/s) [2021-01-29T20:35:22.986Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-01-29T20:35:22.986Z] Fetched 15.0 kB in 0s (0 B/s) [2021-01-29T20:35:22.986Z] Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] [2021-01-29T20:35:22.986Z] Fetched 214 kB in 0s (0 B/s) [2021-01-29T20:35:22.986Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] [2021-01-29T20:35:22.986Z] Fetched 155 kB in 0s (0 B/s) [2021-01-29T20:35:22.986Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-01-29T20:35:22.986Z] Fetched 50.6 kB in 0s (0 B/s) [2021-01-29T20:35:22.986Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-01-29T20:35:22.986Z] Fetched 14.8 kB in 0s (0 B/s) [2021-01-29T20:35:22.986Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-01-29T20:35:22.986Z] Fetched 41.8 kB in 0s (0 B/s) [2021-01-29T20:35:22.986Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-01-29T20:35:22.986Z] Fetched 499 kB in 0s (0 B/s) [2021-01-29T20:35:22.986Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-01-29T20:35:22.986Z] Fetched 111 kB in 0s (0 B/s) [2021-01-29T20:35:22.986Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-01-29T20:35:22.986Z] Fetched 240 kB in 0s (0 B/s) [2021-01-29T20:35:22.986Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-01-29T20:35:22.986Z] Fetched 29.3 kB in 0s (0 B/s) [2021-01-29T20:35:22.986Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-01-29T20:35:22.986Z] Fetched 85.5 kB in 0s (0 B/s) [2021-01-29T20:35:22.986Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-01-29T20:35:22.986Z] Fetched 24.5 kB in 0s (0 B/s) [2021-01-29T20:35:22.986Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-01-29T20:35:22.986Z] Fetched 49.2 kB in 0s (0 B/s) [2021-01-29T20:35:22.986Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-01-29T20:35:22.986Z] Fetched 54.2 kB in 0s (0 B/s) [2021-01-29T20:35:22.986Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-01-29T20:35:22.986Z] Fetched 30.8 kB in 0s (0 B/s) [2021-01-29T20:35:22.986Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] [2021-01-29T20:35:22.986Z] Fetched 17.0 kB in 0s (0 B/s) [2021-01-29T20:35:22.986Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-01-29T20:35:22.986Z] Fetched 85.9 kB in 0s (0 B/s) [2021-01-29T20:35:22.986Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-01-29T20:35:22.986Z] Fetched 8720 B in 0s (0 B/s) [2021-01-29T20:35:22.986Z] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] [2021-01-29T20:35:22.986Z] Fetched 137 kB in 0s (0 B/s) [2021-01-29T20:35:22.986Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-01-29T20:35:22.986Z] Fetched 119 kB in 0s (0 B/s) [2021-01-29T20:35:22.986Z] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] [2021-01-29T20:35:22.986Z] Fetched 109 kB in 0s (0 B/s) [2021-01-29T20:35:22.986Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-01-29T20:35:22.986Z] Fetched 11.1 kB in 0s (0 B/s) [2021-01-29T20:35:22.986Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-01-29T20:35:22.986Z] Fetched 645 kB in 0s (0 B/s) [2021-01-29T20:35:22.986Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-01-29T20:35:22.986Z] Fetched 41.3 kB in 0s (0 B/s) [2021-01-29T20:35:22.986Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-01-29T20:35:22.986Z] Fetched 17.9 kB in 0s (0 B/s) [2021-01-29T20:35:22.986Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-01-29T20:35:22.986Z] Fetched 368 kB in 0s (0 B/s) [2021-01-29T20:35:22.986Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-01-29T20:35:22.986Z] Fetched 187 kB in 0s (0 B/s) [2021-01-29T20:35:22.986Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-01-29T20:35:22.986Z] Fetched 175 kB in 0s (0 B/s) [2021-01-29T20:35:22.986Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-01-29T20:35:27.199Z] Fetched 206 kB in 0s (0 B/s) [2021-01-29T20:35:27.199Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] [2021-01-29T20:35:27.199Z] Fetched 1301 kB in 0s (0 B/s) [2021-01-29T20:35:27.199Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-01-29T20:35:27.199Z] Fetched 36.2 kB in 0s (0 B/s) [2021-01-29T20:35:27.199Z] Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] [2021-01-29T20:35:27.199Z] Fetched 159 kB in 0s (0 B/s) [2021-01-29T20:35:27.199Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-01-29T20:35:27.199Z] Fetched 107 kB in 0s (0 B/s) [2021-01-29T20:35:27.199Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-01-29T20:35:27.199Z] Fetched 48.7 kB in 0s (0 B/s) [2021-01-29T20:35:27.199Z] Pulling static-packages [2021-01-29T20:35:27.460Z] 'go115' has dependencies that need to be staged: static-packages go-build-helper [2021-01-29T20:35:27.460Z] Skipping pull go-build-helper (already ran) [2021-01-29T20:35:27.460Z] Skipping pull static-packages (already ran) [2021-01-29T20:35:27.460Z] Building go-build-helper [2021-01-29T20:35:31.667Z] Building static-packages [2021-01-29T20:35:33.054Z] Staging go-build-helper [2021-01-29T20:35:33.997Z] Staging static-packages [2021-01-29T20:35:34.941Z] Pulling go115 [2021-01-29T20:35:35.884Z] 'edgex-go' has dependencies that need to be staged: go115 [2021-01-29T20:35:35.884Z] Skipping pull go115 (already ran) [2021-01-29T20:35:35.884Z] Building go115 [2021-01-29T20:35:35.884Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-29T20:35:35.884Z] Dload Upload Total Spent Left Speed [2021-01-29T20:35:38.757Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 38 115M 38 44.1M 0 0 42.6M 0 0:00:02 0:00:01 0:00:01 42.5M 70 115M 70 80.9M 0 0 40.0M 0 0:00:02 0:00:02 --:--:-- 40.0M 100 115M 100 115M 0 0 39.0M 0 0:00:02 0:00:02 --:--:-- 39.0M [2021-01-29T20:35:39.331Z] go1.15.2.linux-amd64.tar.gz: OK [2021-01-29T20:35:43.544Z] Staging go115 [2021-01-29T20:35:48.484Z] ---> d8ae4c1cad81 [2021-01-29T20:35:48.484Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-01-29T20:35:48.484Z] ---> 2c18d2b23d39 [2021-01-29T20:35:48.484Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-29T20:35:48.484Z] ---> 363bc94ca224 [2021-01-29T20:35:48.484Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-29T20:35:48.484Z] ---> c8b8c92130a5 [2021-01-29T20:35:48.484Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-01-29T20:35:48.484Z] ---> Running in aa2981ccb080 [2021-01-29T20:35:48.484Z] ---> Running in 9d14e0bb75d8 [2021-01-29T20:35:48.484Z] ---> Running in 15294270d5e1 [2021-01-29T20:35:48.484Z] ---> Running in aacbbfbbe155 [2021-01-29T20:35:48.484Z] ---> a3a687429369 [2021-01-29T20:35:48.484Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-01-29T20:35:48.484Z] ---> Running in 73363c3055bd [2021-01-29T20:35:48.484Z] 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-29T20:35:48.484Z] 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-29T20:35:48.484Z] 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-29T20:35:48.484Z] 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-29T20:35:48.484Z] 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-29T20:35:48.835Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-01-29T20:35:48.835Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-29T20:35:48.835Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-29T20:35:48.835Z] Fetched 0 B in 0s (0 B/s) [2021-01-29T20:35:48.835Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-01-29T20:35:48.835Z] Fetched 224 kB in 0s (0 B/s) [2021-01-29T20:35:48.835Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-01-29T20:35:48.835Z] Fetched 157 kB in 0s (0 B/s) [2021-01-29T20:35:48.835Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-01-29T20:35:48.835Z] Fetched 221 kB in 0s (0 B/s) [2021-01-29T20:35:48.835Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-01-29T20:35:48.835Z] Fetched 143 kB in 0s (0 B/s) [2021-01-29T20:35:48.835Z] Pulling edgex-go [2021-01-29T20:35:49.779Z] Pulling version [2021-01-29T20:35:50.722Z] Building config-common [2021-01-29T20:35:53.270Z] Skipping build go-build-helper (already ran) [2021-01-29T20:35:53.270Z] Skipping build static-packages (already ran) [2021-01-29T20:35:53.270Z] Skipping build go115 (already ran) [2021-01-29T20:35:53.270Z] Building edgex-go [2021-01-29T20:35:53.270Z] 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-29T20:35:54.660Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-01-29T20:35:54.660Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-01-29T20:35:54.660Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.4 [2021-01-29T20:35:54.660Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.12 [2021-01-29T20:35:54.660Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.1 [2021-01-29T20:35:54.660Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-01-29T20:35:54.660Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.3 [2021-01-29T20:35:54.660Z] go: downloading github.com/google/uuid v1.2.0 [2021-01-29T20:35:54.660Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.1 [2021-01-29T20:35:54.660Z] go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.1 [2021-01-29T20:35:54.660Z] go: downloading github.com/x448/float16 v0.8.4 [2021-01-29T20:35:54.660Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-01-29T20:35:54.660Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-01-29T20:35:54.660Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2021-01-29T20:35:54.660Z] go: downloading github.com/hashicorp/consul/api v1.1.0 [2021-01-29T20:35:54.660Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2021-01-29T20:35:54.660Z] go: downloading github.com/go-playground/validator/v10 v10.3.0 [2021-01-29T20:35:54.660Z] go: downloading github.com/pkg/errors v0.8.1 [2021-01-29T20:35:54.660Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-01-29T20:35:54.660Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-01-29T20:35:54.660Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 [2021-01-29T20:35:54.660Z] go: downloading github.com/imdario/mergo v0.3.11 [2021-01-29T20:35:54.660Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-01-29T20:35:54.660Z] go: downloading github.com/pebbe/zmq4 v1.2.2 [2021-01-29T20:35:54.660Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-01-29T20:35:54.660Z] go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2021-01-29T20:35:54.660Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-01-29T20:35:54.660Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.0 [2021-01-29T20:35:54.660Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-01-29T20:35:54.660Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-01-29T20:35:54.660Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-01-29T20:35:54.660Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-01-29T20:35:54.660Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-01-29T20:35:54.660Z] go: downloading github.com/hashicorp/serf v0.8.2 [2021-01-29T20:35:54.660Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-01-29T20:35:54.939Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-01-29T20:35:55.201Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-01-29T20:35:55.201Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-01-29T20:35:55.777Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-01-29T20:35:56.039Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-01-29T20:36:02.627Z] 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-29T20:36:06.831Z] 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-29T20:36:08.219Z] 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-29T20:36:09.164Z] 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-29T20:36:09.737Z] 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-29T20:36:09.737Z] go: downloading github.com/stretchr/testify v1.7.0 [2021-01-29T20:36:09.737Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-01-29T20:36:09.737Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-01-29T20:36:09.737Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-01-29T20:36:11.655Z] 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-29T20:36:11.656Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-01-29T20:36:11.656Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-01-29T20:36:13.049Z] 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-29T20:36:13.991Z] 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-29T20:36:13.991Z] go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-01-29T20:36:15.384Z] 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-29T20:36:16.326Z] 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-29T20:36:17.270Z] 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-29T20:36:17.270Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-01-29T20:36:18.659Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-01-29T20:36:18.659Z] go: downloading github.com/lib/pq v1.9.0 [2021-01-29T20:36:21.234Z] Building version [2021-01-29T20:36:23.195Z] Staging config-common [2021-01-29T20:36:24.137Z] Skipping stage go-build-helper (already ran) [2021-01-29T20:36:24.137Z] Skipping stage static-packages (already ran) [2021-01-29T20:36:24.137Z] Skipping stage go115 (already ran) [2021-01-29T20:36:24.137Z] Staging edgex-go [2021-01-29T20:36:25.084Z] Staging version [2021-01-29T20:36:26.475Z] Priming config-common [2021-01-29T20:36:27.050Z] Priming go-build-helper [2021-01-29T20:36:27.993Z] Priming static-packages [2021-01-29T20:36:30.643Z] Priming go115 [2021-01-29T20:36:31.262Z] Priming edgex-go [2021-01-29T20:36:32.268Z] Priming version [2021-01-29T20:36:33.451Z] 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-29T20:37:25.314Z] Removing intermediate container 9d14e0bb75d8 [2021-01-29T20:37:25.314Z] ---> 2d1e2cb30689 [2021-01-29T20:37:25.314Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-29T20:37:25.314Z] ---> Running in 8157103b72ec [2021-01-29T20:37:26.766Z] 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-29T20:37:28.213Z] Removing intermediate container aacbbfbbe155 [2021-01-29T20:37:28.213Z] ---> d3020bc38984 [2021-01-29T20:37:28.213Z] [2021-01-29T20:37:28.213Z] Step 10/22 : FROM alpine:3.12 [2021-01-29T20:37:28.213Z] 3.12: Pulling from library/alpine [2021-01-29T20:37:29.663Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-29T20:37:29.663Z] Status: Downloaded newer image for alpine:3.12 [2021-01-29T20:37:29.663Z] ---> afeebe901d6b [2021-01-29T20:37:29.663Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-01-29T20:37:30.262Z] ---> Running in 84c350dbddfa [2021-01-29T20:37:32.259Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-29T20:37:32.536Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-29T20:37:32.824Z] Removing intermediate container 8157103b72ec [2021-01-29T20:37:32.824Z] ---> d3c93996ade5 [2021-01-29T20:37:32.824Z] [2021-01-29T20:37:32.824Z] Step 11/26 : FROM docker:20.10.0 [2021-01-29T20:37:32.824Z] 20.10.0: Pulling from library/docker [2021-01-29T20:37:33.101Z] (1/2) Installing ca-certificates (20191127-r4) [2021-01-29T20:37:33.101Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-01-29T20:37:33.101Z] Executing busybox-1.31.1-r19.trigger [2021-01-29T20:37:33.378Z] Executing ca-certificates-20191127-r4.trigger [2021-01-29T20:37:34.011Z] OK: 6 MiB in 16 packages [2021-01-29T20:37:38.358Z] Removing intermediate container 84c350dbddfa [2021-01-29T20:37:38.358Z] ---> 3bba154adf65 [2021-01-29T20:37:38.358Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-29T20:37:39.340Z] ---> Running in 5f7cad740e62 [2021-01-29T20:37:40.321Z] Removing intermediate container 5f7cad740e62 [2021-01-29T20:37:40.321Z] ---> 68fdc3d68507 [2021-01-29T20:37:40.321Z] Step 13/22 : ENV APP_PORT=48060 [2021-01-29T20:37:41.314Z] ---> Running in 02392030d539 [2021-01-29T20:37:41.907Z] Removing intermediate container aa2981ccb080 [2021-01-29T20:37:41.907Z] ---> 40a94bd6a684 [2021-01-29T20:37:41.907Z] [2021-01-29T20:37:41.907Z] Step 10/22 : FROM alpine:3.12 [2021-01-29T20:37:41.907Z] ---> afeebe901d6b [2021-01-29T20:37:41.907Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-01-29T20:37:42.179Z] Removing intermediate container 73363c3055bd [2021-01-29T20:37:42.179Z] ---> 26d8fb6e0b93 [2021-01-29T20:37:42.179Z] [2021-01-29T20:37:42.179Z] Step 10/23 : FROM alpine:3.12 [2021-01-29T20:37:42.179Z] ---> afeebe901d6b [2021-01-29T20:37:42.179Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-01-29T20:37:42.452Z] ---> Running in 8fe4c2be4fbd [2021-01-29T20:37:42.452Z] Removing intermediate container 02392030d539 [2021-01-29T20:37:42.452Z] ---> b86cdfe89549 [2021-01-29T20:37:42.452Z] Step 14/22 : EXPOSE $APP_PORT [2021-01-29T20:37:42.742Z] ---> Running in a4b52d4f00c7 [2021-01-29T20:37:43.014Z] ---> Running in 85956f1b3fe0 [2021-01-29T20:37:44.453Z] Removing intermediate container 85956f1b3fe0 [2021-01-29T20:37:44.453Z] ---> 0f6eb2bfb79f [2021-01-29T20:37:44.453Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-29T20:37:44.729Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-29T20:37:45.006Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-29T20:37:45.006Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-29T20:37:45.278Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-29T20:37:45.931Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-01-29T20:37:45.931Z] Executing busybox-1.31.1-r19.trigger [2021-01-29T20:37:45.931Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-01-29T20:37:45.931Z] Executing busybox-1.31.1-r19.trigger [2021-01-29T20:37:45.931Z] OK: 5 MiB in 15 packages [2021-01-29T20:37:45.931Z] OK: 5 MiB in 15 packages [2021-01-29T20:37:46.680Z] ---> f59bcd94ef89 [2021-01-29T20:37:46.680Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-29T20:37:48.760Z] Removing intermediate container a4b52d4f00c7 [2021-01-29T20:37:48.760Z] ---> cadf930dd884 [2021-01-29T20:37:48.760Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-29T20:37:49.357Z] Removing intermediate container 8fe4c2be4fbd [2021-01-29T20:37:49.357Z] ---> 960e46330d8d [2021-01-29T20:37:49.357Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-29T20:37:49.630Z] ---> Running in 89d885a09c00 [2021-01-29T20:37:49.630Z] ---> 5a12a018ec32 [2021-01-29T20:37:49.630Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-29T20:37:49.904Z] ---> Running in f8eb3d607136 [2021-01-29T20:37:50.179Z] Removing intermediate container 89d885a09c00 [2021-01-29T20:37:50.179Z] ---> ce7bcf646672 [2021-01-29T20:37:50.179Z] Step 13/23 : ENV APP_PORT=48082 [2021-01-29T20:37:51.161Z] ---> Running in 2d85c82aac3c [2021-01-29T20:37:51.161Z] Removing intermediate container f8eb3d607136 [2021-01-29T20:37:51.161Z] ---> c9cf002472fc [2021-01-29T20:37:51.161Z] Step 13/22 : ENV APP_PORT=48085 [2021-01-29T20:37:51.162Z] ---> 56a33909ed95 [2021-01-29T20:37:51.162Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-01-29T20:37:51.162Z] ---> Running in 9d1eb836f3f2 [2021-01-29T20:37:51.435Z] ---> Running in 70fa4e97a95b [2021-01-29T20:37:51.708Z] Removing intermediate container 2d85c82aac3c [2021-01-29T20:37:51.708Z] ---> 3299cc1fdfb1 [2021-01-29T20:37:51.708Z] Step 14/23 : EXPOSE $APP_PORT [2021-01-29T20:37:51.981Z] ---> Running in a199f0d4ea5b [2021-01-29T20:37:52.254Z] Removing intermediate container 9d1eb836f3f2 [2021-01-29T20:37:52.254Z] ---> 73bfc78ae73e [2021-01-29T20:37:52.254Z] Step 14/22 : EXPOSE $APP_PORT [2021-01-29T20:37:52.538Z] Removing intermediate container 70fa4e97a95b [2021-01-29T20:37:52.538Z] ---> 0a9855ca79b8 [2021-01-29T20:37:52.538Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-29T20:37:53.141Z] ---> Running in faf4888a6d4f [2021-01-29T20:37:53.141Z] ---> Running in 279c454668e3 [2021-01-29T20:37:53.141Z] Removing intermediate container a199f0d4ea5b [2021-01-29T20:37:53.141Z] ---> 84ee43a67a7e [2021-01-29T20:37:53.141Z] Step 15/23 : WORKDIR / [2021-01-29T20:37:53.141Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-29T20:37:53.415Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-29T20:37:53.415Z] ---> eeaf43b92773 [2021-01-29T20:37:53.415Z] Step 12/26 : RUN apk add --no-cache bash [2021-01-29T20:37:53.689Z] ---> Running in c13f9fd8c2c7 [2021-01-29T20:37:53.689Z] ---> Running in 3494b248165e [2021-01-29T20:37:54.281Z] Removing intermediate container faf4888a6d4f [2021-01-29T20:37:54.281Z] ---> 38bcb5ec483c [2021-01-29T20:37:54.281Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-29T20:37:54.281Z] Removing intermediate container 279c454668e3 [2021-01-29T20:37:54.281Z] ---> 26df914aa15c [2021-01-29T20:37:54.281Z] Step 20/22 : LABEL arch=arm64 [2021-01-29T20:37:54.553Z] ---> Running in 673f26829cef [2021-01-29T20:37:54.553Z] Removing intermediate container 15294270d5e1 [2021-01-29T20:37:54.553Z] ---> 57fd8eabdbe6 [2021-01-29T20:37:54.553Z] [2021-01-29T20:37:54.553Z] Step 10/23 : FROM alpine:3.12 [2021-01-29T20:37:54.553Z] ---> afeebe901d6b [2021-01-29T20:37:54.553Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-29T20:37:54.825Z] Removing intermediate container c13f9fd8c2c7 [2021-01-29T20:37:54.825Z] ---> 32ec8c908a38 [2021-01-29T20:37:54.825Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-29T20:37:54.825Z] ---> Running in e6dc119d91e3 [2021-01-29T20:37:55.098Z] Removing intermediate container 673f26829cef [2021-01-29T20:37:55.098Z] ---> cbe4bab072d7 [2021-01-29T20:37:55.098Z] Step 21/22 : LABEL git_sha=43b882124282ec1afd2baf8b324d969a4719e16c [2021-01-29T20:37:55.376Z] ---> d07977ec7060 [2021-01-29T20:37:55.376Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-29T20:37:55.376Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-29T20:37:55.376Z] ---> Running in 57c356a97d78 [2021-01-29T20:37:55.649Z] Removing intermediate container e6dc119d91e3 [2021-01-29T20:37:55.649Z] ---> b32e44b55c3d [2021-01-29T20:37:55.649Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-29T20:37:55.649Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-29T20:37:55.649Z] ---> 9b02c18b64e7 [2021-01-29T20:37:55.649Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-29T20:37:55.922Z] ---> Running in 3246324783a4 [2021-01-29T20:37:56.195Z] Removing intermediate container 57c356a97d78 [2021-01-29T20:37:56.195Z] ---> 13a6e7b62dda [2021-01-29T20:37:56.195Z] Step 22/22 : LABEL version=0.0.0 [2021-01-29T20:37:56.195Z] (1/2) Installing readline (8.0.4-r0) [2021-01-29T20:37:56.195Z] (2/2) Installing bash (5.0.17-r0) [2021-01-29T20:37:56.466Z] Executing bash-5.0.17-r0.post-install [2021-01-29T20:37:56.466Z] ---> Running in 1fa6f6d4a395 [2021-01-29T20:37:56.466Z] Executing busybox-1.31.1-r19.trigger [2021-01-29T20:37:56.466Z] OK: 12 MiB in 22 packages [2021-01-29T20:37:56.744Z] Removing intermediate container 3246324783a4 [2021-01-29T20:37:56.744Z] ---> a911ac3ee65d [2021-01-29T20:37:56.744Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-29T20:37:57.342Z] ---> f1b78e9f0bd9 [2021-01-29T20:37:57.342Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-29T20:37:57.342Z] ---> Running in b5d1783ffd9c [2021-01-29T20:37:57.342Z] Removing intermediate container 1fa6f6d4a395 [2021-01-29T20:37:57.342Z] ---> 06b31a8e3339 [2021-01-29T20:37:57.342Z] [2021-01-29T20:37:57.614Z] ---> dee47669c756 [2021-01-29T20:37:57.614Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-29T20:37:57.888Z] Removing intermediate container b5d1783ffd9c [2021-01-29T20:37:57.888Z] ---> 13694bfc5535 [2021-01-29T20:37:57.888Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-29T20:37:58.162Z] Successfully built 06b31a8e3339 [2021-01-29T20:37:58.162Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-01-29T20:37:58.162Z]  Building docker-support-notifications-go ... done Building docker-security-bootstrapper-go [2021-01-29T20:37:58.162Z] ---> Running in 4ebf63c39a0d [2021-01-29T20:37:58.445Z] ---> 6e1f68541152 [2021-01-29T20:37:58.445Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-01-29T20:37:58.445Z] Removing intermediate container 3494b248165e [2021-01-29T20:37:58.445Z] ---> f6df570def2d [2021-01-29T20:37:58.445Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-29T20:37:58.720Z] ---> 8c2f0cd5a22e [2021-01-29T20:37:58.720Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-01-29T20:37:58.720Z] ---> Running in edaa66a414bc [2021-01-29T20:37:58.720Z] ---> Running in 85eef1af7931 [2021-01-29T20:37:59.006Z] ---> Running in 579b104d5e9c [2021-01-29T20:37:59.605Z] Removing intermediate container edaa66a414bc [2021-01-29T20:37:59.605Z] ---> 4395386db537 [2021-01-29T20:37:59.605Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-29T20:37:59.883Z] Removing intermediate container 85eef1af7931 [2021-01-29T20:37:59.883Z] ---> 5b36330e7e37 [2021-01-29T20:37:59.883Z] Step 14/26 : ENV APP_PORT=48090 [2021-01-29T20:37:59.883Z] Removing intermediate container 579b104d5e9c [2021-01-29T20:37:59.883Z] ---> a48dbbc22cf5 [2021-01-29T20:37:59.883Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-29T20:38:00.167Z] ---> Running in be2188447e3a [2021-01-29T20:38:00.482Z] ---> Running in 1f9d08fe6dad [2021-01-29T20:38:00.482Z] ---> Running in 49fe0e2af4a9 [2021-01-29T20:38:01.472Z] Removing intermediate container be2188447e3a [2021-01-29T20:38:01.472Z] Removing intermediate container 1f9d08fe6dad [2021-01-29T20:38:01.745Z] ---> 3a4dd6346480 [2021-01-29T20:38:01.745Z] ---> e2529f532062 [2021-01-29T20:38:01.745Z] Removing intermediate container 49fe0e2af4a9 [2021-01-29T20:38:01.745Z] Step 20/22 : LABEL arch=arm64Step 15/26 : EXPOSE $APP_PORT [2021-01-29T20:38:01.745Z] [2021-01-29T20:38:01.745Z] ---> b4e40ec98854 [2021-01-29T20:38:01.745Z] Step 21/23 : LABEL arch=arm64 [2021-01-29T20:38:02.017Z] Removing intermediate container 4ebf63c39a0d [2021-01-29T20:38:02.017Z] ---> fdf552b0d4bb [2021-01-29T20:38:02.017Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-01-29T20:38:02.017Z] ---> Running in fb7e2f5dc059 [2021-01-29T20:38:02.017Z] ---> Running in 266eb5b9075d [2021-01-29T20:38:02.017Z] ---> Running in e6084d601497 [2021-01-29T20:38:02.620Z] ---> Running in 141b71d22e5a [2021-01-29T20:38:03.217Z] Removing intermediate container fb7e2f5dc059 [2021-01-29T20:38:03.217Z] Removing intermediate container e6084d601497 [2021-01-29T20:38:03.217Z] ---> 91c1f0c42c5f [2021-01-29T20:38:03.217Z] Step 21/22 : LABEL git_sha=43b882124282ec1afd2baf8b324d969a4719e16c [2021-01-29T20:38:03.217Z] ---> 909ab28c5f5b [2021-01-29T20:38:03.217Z] Step 22/23 : LABEL git_sha=43b882124282ec1afd2baf8b324d969a4719e16c [2021-01-29T20:38:03.506Z] Removing intermediate container 266eb5b9075d [2021-01-29T20:38:03.506Z] ---> dd4075eea2c4 [2021-01-29T20:38:03.506Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-29T20:38:03.782Z] ---> Running in 446ed4f23ac3 [2021-01-29T20:38:03.782Z] ---> Running in 49437cfaf925 [2021-01-29T20:38:04.766Z] Removing intermediate container 446ed4f23ac3 [2021-01-29T20:38:04.766Z] ---> eb2358cb8170 [2021-01-29T20:38:04.766Z] Step 23/23 : LABEL version=0.0.0 [2021-01-29T20:38:05.038Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-29T20:38:05.038Z] Removing intermediate container 49437cfaf925 [2021-01-29T20:38:05.038Z] ---> 2c3e8b942bea [2021-01-29T20:38:05.038Z] Step 22/22 : LABEL version=0.0.0 [2021-01-29T20:38:05.311Z] ---> Running in 90f5736beeb8 [2021-01-29T20:38:05.311Z] ---> 87c6fa7ac3ac [2021-01-29T20:38:05.311Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-29T20:38:05.311Z] ---> Running in 57a9fa0c064b [2021-01-29T20:38:05.923Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-29T20:38:05.923Z] Removing intermediate container 57a9fa0c064b [2021-01-29T20:38:05.923Z] ---> 32236b1870a8 [2021-01-29T20:38:05.923Z] [2021-01-29T20:38:05.923Z] Removing intermediate container 90f5736beeb8 [2021-01-29T20:38:05.923Z] ---> 3ab23f63b5ec [2021-01-29T20:38:05.923Z] [2021-01-29T20:38:06.530Z] ---> 76f6698e5c4e [2021-01-29T20:38:06.530Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-29T20:38:06.530Z] Successfully built 32236b1870a8 [2021-01-29T20:38:06.530Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-01-29T20:38:06.530Z]  Building docker-support-scheduler-go ... done Successfully built 3ab23f63b5ec [2021-01-29T20:38:06.530Z] Building docker-security-proxy-setup-go [2021-01-29T20:38:06.530Z] Successfully tagged docker-core-command-go-arm64:latest [2021-01-29T20:38:06.530Z]  Building docker-core-command-go ... done Building docker-security-secretstore-setup-go [2021-01-29T20:38:06.530Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-01-29T20:38:06.804Z] (2/6) Installing libgcc (9.3.0-r2) [2021-01-29T20:38:06.804Z] (3/6) Installing libsodium (1.0.18-r0) [2021-01-29T20:38:07.077Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-01-29T20:38:07.349Z] (5/6) Installing libzmq (4.3.3-r0) [2021-01-29T20:38:07.349Z] (6/6) Installing zeromq (4.3.3-r0) [2021-01-29T20:38:07.623Z] ---> 8eb202ace94b [2021-01-29T20:38:07.623Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-29T20:38:07.623Z] Executing busybox-1.31.1-r19.trigger [2021-01-29T20:38:07.623Z] OK: 8 MiB in 20 packages [2021-01-29T20:38:07.623Z] ---> Running in 50dd3104c848 [2021-01-29T20:38:09.073Z] Removing intermediate container 141b71d22e5a [2021-01-29T20:38:09.073Z] ---> e75fe661b1ee [2021-01-29T20:38:09.073Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-29T20:38:09.073Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-29T20:38:09.347Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-29T20:38:09.943Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-29T20:38:09.943Z] (2/33) Installing expat (2.2.9-r1) [2021-01-29T20:38:09.943Z] (3/33) Installing libffi (3.3-r2) [2021-01-29T20:38:09.943Z] (4/33) Installing gdbm (1.13-r1) [2021-01-29T20:38:09.943Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-29T20:38:09.943Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-29T20:38:09.943Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-29T20:38:10.929Z] ---> 5989be263dfb [2021-01-29T20:38:10.929Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-29T20:38:11.915Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-29T20:38:11.915Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-29T20:38:11.915Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-29T20:38:11.915Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-29T20:38:11.915Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-29T20:38:11.915Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-29T20:38:11.915Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-29T20:38:12.194Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-29T20:38:12.194Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-29T20:38:12.194Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-29T20:38:12.194Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-29T20:38:12.194Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-29T20:38:12.194Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-29T20:38:12.194Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-29T20:38:12.492Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-29T20:38:12.492Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-29T20:38:12.492Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-29T20:38:12.492Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-29T20:38:12.492Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-29T20:38:12.492Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-29T20:38:12.492Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-29T20:38:12.492Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-29T20:38:12.492Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-29T20:38:12.492Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-29T20:38:12.492Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-29T20:38:12.492Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-29T20:38:12.767Z] Executing busybox-1.31.1-r19.trigger [2021-01-29T20:38:12.768Z] OK: 71 MiB in 55 packages [2021-01-29T20:38:14.752Z] ---> 5e0b179dd707 [2021-01-29T20:38:14.752Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-29T20:38:16.188Z] ---> 86b0e25b71eb [2021-01-29T20:38:16.188Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-29T20:38:16.787Z] ---> Running in 3e03f470263e [2021-01-29T20:38:17.767Z] Removing intermediate container 3e03f470263e [2021-01-29T20:38:17.767Z] ---> 840975fa42cc [2021-01-29T20:38:17.767Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-29T20:38:19.209Z] ---> Running in 2a01342308b7 [2021-01-29T20:38:20.195Z] Removing intermediate container 2a01342308b7 [2021-01-29T20:38:20.195Z] ---> 718897d67a16 [2021-01-29T20:38:20.195Z] Step 21/23 : LABEL arch=arm64 [2021-01-29T20:38:21.172Z] ---> Running in ba8784760e30 [2021-01-29T20:38:21.771Z] Removing intermediate container 50dd3104c848 [2021-01-29T20:38:21.771Z] ---> 75a7aef85174 [2021-01-29T20:38:21.771Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-01-29T20:38:22.043Z] Removing intermediate container ba8784760e30 [2021-01-29T20:38:22.043Z] ---> 2c5c9d534bc6 [2021-01-29T20:38:22.043Z] Step 22/23 : LABEL git_sha=43b882124282ec1afd2baf8b324d969a4719e16c [2021-01-29T20:38:22.043Z] ---> Running in d5c7d0c00b55 [2021-01-29T20:38:22.318Z] ---> Running in 03b3fbb155bd [2021-01-29T20:38:22.915Z] Removing intermediate container 03b3fbb155bd [2021-01-29T20:38:22.915Z] ---> 842309682a3f [2021-01-29T20:38:22.915Z] Step 23/23 : LABEL version=0.0.0 [2021-01-29T20:38:23.189Z] ---> Running in 1bb22d894bc6 [2021-01-29T20:38:23.788Z] Removing intermediate container 1bb22d894bc6 [2021-01-29T20:38:23.788Z] ---> 9ea0f2d6467a [2021-01-29T20:38:23.788Z] [2021-01-29T20:38:24.382Z] Successfully built 9ea0f2d6467a [2021-01-29T20:38:24.382Z] Successfully tagged docker-core-data-go-arm64:latest [2021-01-29T20:38:24.382Z]  Building docker-core-data-go ... done Building docker-core-metadata-go [2021-01-29T20:38:27.774Z] Collecting docker-compose==1.23.2 [2021-01-29T20:38:27.774Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-29T20:38:28.374Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-29T20:38:28.649Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-29T20:38:29.247Z] Step 1/34 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-29T20:38:29.247Z] Step 2/34 : FROM ${BUILDER_BASE} AS builder [2021-01-29T20:38:29.247Z] ---> cb434e6eccf5 [2021-01-29T20:38:29.247Z] Step 3/34 : WORKDIR /edgex-go [2021-01-29T20:38:29.247Z] ---> Using cache [2021-01-29T20:38:29.247Z] ---> 64d6dc1537ec [2021-01-29T20:38:29.247Z] Step 4/34 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-29T20:38:29.247Z] ---> Using cache [2021-01-29T20:38:29.247Z] ---> 4a1356a29252 [2021-01-29T20:38:29.247Z] Step 5/34 : RUN apk add --update --no-cache make git [2021-01-29T20:38:30.694Z] Collecting PyYAML<4,>=3.10 [2021-01-29T20:38:30.694Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-29T20:38:30.967Z] ---> Running in 0b6b3449b8dc [2021-01-29T20:38:32.424Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-29T20:38:33.407Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-29T20:38:34.010Z] OK: 217 MiB in 51 packages [2021-01-29T20:38:35.991Z] Collecting jsonschema<3,>=2.5.1 [2021-01-29T20:38:35.991Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-29T20:38:36.598Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-29T20:38:36.598Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-29T20:38:37.581Z] Removing intermediate container 0b6b3449b8dc [2021-01-29T20:38:37.581Z] ---> cdf2157bf9c8 [2021-01-29T20:38:37.581Z] Step 6/34 : COPY go.mod . [2021-01-29T20:38:39.024Z] ---> b16201df9e9f [2021-01-29T20:38:39.024Z] Step 7/34 : RUN go mod download [2021-01-29T20:38:39.622Z] Collecting docopt<0.7,>=0.6.1 [2021-01-29T20:38:39.622Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-29T20:38:39.899Z] ---> Running in 37b9b9648422 [2021-01-29T20:38:42.539Z] Collecting cached-property<2,>=1.2.0 [2021-01-29T20:38:42.539Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-29T20:38:43.516Z] Collecting texttable<0.10,>=0.9.0 [2021-01-29T20:38:43.516Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-29T20:38:44.113Z] Removing intermediate container 37b9b9648422 [2021-01-29T20:38:44.113Z] ---> f4119c48ef5e [2021-01-29T20:38:44.113Z] Step 8/34 : COPY . . [2021-01-29T20:38:45.691Z] 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-29T20:38:46.335Z] Collecting docker<4.0,>=3.6.0 [2021-01-29T20:38:46.335Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-29T20:38:47.772Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-29T20:38:47.773Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-29T20:38:47.773Z] ---> cb434e6eccf5 [2021-01-29T20:38:47.773Z] Step 3/21 : WORKDIR /edgex-go [2021-01-29T20:38:47.773Z] ---> Using cache [2021-01-29T20:38:47.773Z] ---> 64d6dc1537ec [2021-01-29T20:38:47.773Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-29T20:38:47.773Z] ---> Using cache [2021-01-29T20:38:47.773Z] ---> 4a1356a29252 [2021-01-29T20:38:47.773Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-29T20:38:47.773Z] ---> Using cache [2021-01-29T20:38:47.773Z] ---> cdf2157bf9c8 [2021-01-29T20:38:47.773Z] Step 6/21 : COPY go.mod . [2021-01-29T20:38:47.773Z] ---> Using cache [2021-01-29T20:38:47.773Z] ---> b16201df9e9f [2021-01-29T20:38:47.773Z] Step 7/21 : RUN go mod download [2021-01-29T20:38:47.773Z] ---> Using cache [2021-01-29T20:38:47.773Z] ---> f4119c48ef5e [2021-01-29T20:38:47.773Z] Step 8/21 : COPY . . [2021-01-29T20:38:48.046Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-29T20:38:48.320Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-29T20:38:48.920Z] Collecting docker-pycreds>=0.4.0 [2021-01-29T20:38:48.920Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-29T20:38:48.920Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-29T20:38:48.920Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-29T20:38:48.920Z] ---> cb434e6eccf5 [2021-01-29T20:38:48.920Z] Step 3/24 : WORKDIR /edgex-go [2021-01-29T20:38:48.920Z] ---> Using cache [2021-01-29T20:38:48.920Z] ---> 64d6dc1537ec [2021-01-29T20:38:48.920Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-29T20:38:48.920Z] ---> Using cache [2021-01-29T20:38:48.920Z] ---> 4a1356a29252 [2021-01-29T20:38:48.920Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-01-29T20:38:48.920Z] ---> Using cache [2021-01-29T20:38:48.920Z] ---> cdf2157bf9c8 [2021-01-29T20:38:48.920Z] Step 6/24 : COPY go.mod . [2021-01-29T20:38:48.920Z] ---> Using cache [2021-01-29T20:38:48.920Z] ---> b16201df9e9f [2021-01-29T20:38:48.920Z] Step 7/24 : RUN go mod download [2021-01-29T20:38:48.920Z] ---> Using cache [2021-01-29T20:38:48.920Z] ---> f4119c48ef5e [2021-01-29T20:38:48.920Z] Step 8/24 : COPY . . [2021-01-29T20:38:48.920Z] 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-29T20:38:49.193Z] Collecting idna<2.8,>=2.5 [2021-01-29T20:38:49.193Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-29T20:38:50.174Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-29T20:38:50.174Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-29T20:38:50.445Z] 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-29T20:38:50.445Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-29T20:38:50.445Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-29T20:38:50.445Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-29T20:38:50.445Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-29T20:38:51.427Z] Installing collected packages: websocket-client, PyYAML, jsonschema, dockerpty, docopt, cached-property, texttable, idna, urllib3, requests, docker-pycreds, docker, docker-compose [2021-01-29T20:38:51.700Z] Running setup.py install for PyYAML: started [2021-01-29T20:38:54.329Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-29T20:38:54.606Z] Running setup.py install for dockerpty: started [2021-01-29T20:38:57.246Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-29T20:38:57.246Z] Running setup.py install for docopt: started [2021-01-29T20:38:59.231Z] Running setup.py install for docopt: finished with status 'done' [2021-01-29T20:38:59.231Z] Running setup.py install for texttable: started [2021-01-29T20:38:59.231Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-29T20:38:59.231Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-29T20:38:59.231Z] ---> cb434e6eccf5 [2021-01-29T20:38:59.231Z] Step 3/23 : WORKDIR /edgex-go [2021-01-29T20:38:59.231Z] ---> Using cache [2021-01-29T20:38:59.231Z] ---> 64d6dc1537ec [2021-01-29T20:38:59.231Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-29T20:38:59.231Z] ---> Using cache [2021-01-29T20:38:59.231Z] ---> 4a1356a29252 [2021-01-29T20:38:59.231Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-01-29T20:38:59.231Z] ---> Using cache [2021-01-29T20:38:59.231Z] ---> cdf2157bf9c8 [2021-01-29T20:38:59.231Z] Step 6/23 : COPY go.mod . [2021-01-29T20:38:59.231Z] ---> Using cache [2021-01-29T20:38:59.231Z] ---> b16201df9e9f [2021-01-29T20:38:59.231Z] Step 7/23 : RUN go mod download [2021-01-29T20:38:59.231Z] ---> Using cache [2021-01-29T20:38:59.231Z] ---> f4119c48ef5e [2021-01-29T20:38:59.231Z] Step 8/23 : COPY . . [2021-01-29T20:39:01.221Z] Running setup.py install for texttable: finished with status 'done' [2021-01-29T20:39:01.221Z] Attempting uninstall: idna [2021-01-29T20:39:01.221Z] Found existing installation: idna 2.9 [2021-01-29T20:39:01.221Z] Uninstalling idna-2.9: [2021-01-29T20:39:01.498Z] Successfully uninstalled idna-2.9 [2021-01-29T20:39:02.110Z] Attempting uninstall: urllib3 [2021-01-29T20:39:02.110Z] Found existing installation: urllib3 1.25.9 [2021-01-29T20:39:02.110Z] Uninstalling urllib3-1.25.9: [2021-01-29T20:39:02.393Z] Successfully uninstalled urllib3-1.25.9 [2021-01-29T20:39:03.375Z] Attempting uninstall: requests [2021-01-29T20:39:03.375Z] Found existing installation: requests 2.23.0 [2021-01-29T20:39:03.375Z] Uninstalling requests-2.23.0: [2021-01-29T20:39:03.375Z] Successfully uninstalled requests-2.23.0 [2021-01-29T20:39:10.155Z] 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-29T20:39:18.485Z] ---> 1f260ec401c1 [2021-01-29T20:39:18.485Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-29T20:39:18.485Z] ---> 3ba58f0092f4 [2021-01-29T20:39:18.485Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-29T20:39:18.485Z] ---> d79d4aabb889 [2021-01-29T20:39:18.485Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-01-29T20:39:18.485Z] ---> dc1330c79888 [2021-01-29T20:39:18.485Z] Step 9/34 : ARG BUILD_BASE_DIR="/tmp/build/dist/linux" [2021-01-29T20:39:18.485Z] ---> Running in e13e33724954 [2021-01-29T20:39:18.485Z] ---> Running in ec67758aec78 [2021-01-29T20:39:18.485Z] ---> Running in 6a6940eaf5d4 [2021-01-29T20:39:18.485Z] ---> Running in cdc44fdbdefa [2021-01-29T20:39:19.092Z] Removing intermediate container 6a6940eaf5d4 [2021-01-29T20:39:19.092Z] ---> 8113e374019a [2021-01-29T20:39:19.092Z] Step 10/34 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis && set -eux; mkdir -p "$BUILD_BASE_DIR" && cd "$BUILD_BASE_DIR" && git clone https://github.com/jwilder/dockerize.git . && go get github.com/robfig/glock && glock sync -n < GLOCKFILE && TAG=$(git describe --abbrev=0 --tags) && LDFLAGS="-X main.buildVersion=$TAG" && arch="$(apk --print-arch)"; case "$arch" in x86_64 ) echo "building [dockerize] for amd64 ... "; CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -ldflags "$LDFLAGS" -a -tags netgo -installsuffix netgo -o "$BUILD_BASE_DIR"/dockerize ;; aarch64 ) echo "building [dockerize] for arm64 ... "; CGO_ENABLED=0 GOOS=linux GOARCH=arm64 go build -ldflags "$LDFLAGS" -o "$BUILD_BASE_DIR"/dockerize ;; *) echo >&2 "Error: dockerize is not supported in arch $arch"; exit 1 ;; esac && echo "$(date) dockerize executable build done and output at directory: $BUILD_BASE_DIR" [2021-01-29T20:39:19.092Z] Removing intermediate container d5c7d0c00b55 [2021-01-29T20:39:19.092Z] ---> 8aa7e43c8c08 [2021-01-29T20:39:19.092Z] Step 21/26 : RUN apk --no-cache add curl [2021-01-29T20:39:19.367Z] ---> Running in 42fd7b1254a4 [2021-01-29T20:39:19.367Z] ---> Running in 549393e420c7 [2021-01-29T20:39:20.354Z] 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-29T20:39:20.631Z] 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-29T20:39:20.631Z] 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-29T20:39:20.909Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-01-29T20:39:21.184Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-29T20:39:21.461Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-29T20:39:22.059Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-29T20:39:22.059Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-29T20:39:22.059Z] (3/3) Installing curl (7.69.1-r3) [2021-01-29T20:39:22.350Z] Executing busybox-1.31.1-r19.trigger [2021-01-29T20:39:22.350Z] OK: 71 MiB in 58 packages [2021-01-29T20:39:24.336Z] Removing intermediate container 549393e420c7 [2021-01-29T20:39:24.336Z] ---> 87b1db646283 [2021-01-29T20:39:24.336Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-29T20:39:24.336Z] ---> Running in 59457e6d5b2a [2021-01-29T20:39:24.946Z] Removing intermediate container 59457e6d5b2a [2021-01-29T20:39:24.946Z] ---> bd84a1d65073 [2021-01-29T20:39:24.946Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-29T20:39:24.946Z] ---> Running in 6cbb288a96ef [2021-01-29T20:39:25.553Z] Removing intermediate container 6cbb288a96ef [2021-01-29T20:39:25.553Z] ---> 3e96b6930f1b [2021-01-29T20:39:25.553Z] Step 24/26 : LABEL arch=arm64 [2021-01-29T20:39:25.830Z] ---> Running in 1aac7e0a4666 [2021-01-29T20:39:26.448Z] Removing intermediate container 1aac7e0a4666 [2021-01-29T20:39:26.448Z] ---> 313aa62a102d [2021-01-29T20:39:26.448Z] Step 25/26 : LABEL git_sha=43b882124282ec1afd2baf8b324d969a4719e16c [2021-01-29T20:39:26.725Z] ---> Running in ec77e8fe29ce [2021-01-29T20:39:27.326Z] Removing intermediate container ec77e8fe29ce [2021-01-29T20:39:27.326Z] ---> bf1f40c7532d [2021-01-29T20:39:27.326Z] Step 26/26 : LABEL version=0.0.0 [2021-01-29T20:39:27.603Z] ---> Running in b6c59776e932 [2021-01-29T20:39:28.205Z] Removing intermediate container b6c59776e932 [2021-01-29T20:39:28.205Z] ---> ba33c65a5fb0 [2021-01-29T20:39:28.205Z] [2021-01-29T20:39:28.806Z] Successfully built ba33c65a5fb0 [2021-01-29T20:39:28.806Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-01-29T20:40:25.377Z]  Building docker-sys-mgmt-agent-go ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-01-29T20:40:25.378Z] 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-29T20:40:25.977Z] 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-29T20:40:36.178Z] Removing intermediate container e13e33724954 [2021-01-29T20:40:36.178Z] ---> c7c370c5b10d [2021-01-29T20:40:36.178Z] [2021-01-29T20:40:36.178Z] Step 10/24 : FROM alpine:3.12 [2021-01-29T20:40:36.178Z] ---> afeebe901d6b [2021-01-29T20:40:36.178Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-29T20:40:36.178Z] ---> Running in 3daa02cf271c [2021-01-29T20:40:37.638Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-29T20:40:37.919Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-29T20:40:38.527Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-29T20:40:38.527Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-29T20:40:38.527Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-29T20:40:38.527Z] (4/5) Installing curl (7.69.1-r3) [2021-01-29T20:40:38.527Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-29T20:40:38.527Z] Executing busybox-1.31.1-r19.trigger [2021-01-29T20:40:38.527Z] Executing ca-certificates-20191127-r4.trigger [2021-01-29T20:40:38.811Z] OK: 7 MiB in 19 packages [2021-01-29T20:40:39.802Z] Removing intermediate container ec67758aec78 [2021-01-29T20:40:39.802Z] ---> 26e1eb12fecc [2021-01-29T20:40:39.802Z] [2021-01-29T20:40:39.802Z] Step 10/21 : FROM alpine:3.12 [2021-01-29T20:40:39.802Z] ---> afeebe901d6b [2021-01-29T20:40:39.802Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-01-29T20:40:40.401Z] ---> Running in e667ec625cdd [2021-01-29T20:40:40.676Z] + mkdir -p /tmp/build/dist/linux [2021-01-29T20:40:40.677Z] + cd /tmp/build/dist/linux [2021-01-29T20:40:40.677Z] + git clone https://github.com/jwilder/dockerize.git . [2021-01-29T20:40:40.677Z] Cloning into '.'... [2021-01-29T20:40:41.324Z] + go get github.com/robfig/glock [2021-01-29T20:40:41.598Z] Removing intermediate container 3daa02cf271c [2021-01-29T20:40:41.885Z] ---> c9e5ace8b368 [2021-01-29T20:40:41.885Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-29T20:40:41.885Z] ---> Running in f0a61ee11e12 [2021-01-29T20:40:42.163Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-29T20:40:42.163Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-29T20:40:42.435Z] Removing intermediate container f0a61ee11e12 [2021-01-29T20:40:42.435Z] ---> 17c4b10da9b1 [2021-01-29T20:40:42.435Z] Step 13/24 : WORKDIR / [2021-01-29T20:40:42.713Z] ---> Running in fba6119aed64 [2021-01-29T20:40:42.989Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-29T20:40:42.989Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-29T20:40:42.989Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-29T20:40:42.989Z] (4/4) Installing curl (7.69.1-r3) [2021-01-29T20:40:42.989Z] Executing busybox-1.31.1-r19.trigger [2021-01-29T20:40:43.265Z] Executing ca-certificates-20191127-r4.trigger [2021-01-29T20:40:43.265Z] Removing intermediate container fba6119aed64 [2021-01-29T20:40:43.265Z] ---> f99b0c05ae69 [2021-01-29T20:40:43.265Z] 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-29T20:40:43.265Z] OK: 7 MiB in 18 packages [2021-01-29T20:40:44.782Z] ---> 759574e66a11 [2021-01-29T20:40:44.783Z] 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-29T20:40:45.994Z] ---> e2a2ece5f417 [2021-01-29T20:40:45.994Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-29T20:40:45.994Z] Removing intermediate container e667ec625cdd [2021-01-29T20:40:45.994Z] ---> 228b347194eb [2021-01-29T20:40:45.994Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-29T20:40:46.298Z] ---> Running in c41707a6851a [2021-01-29T20:40:46.895Z] Removing intermediate container c41707a6851a [2021-01-29T20:40:46.896Z] ---> 5ff0018ecfd6 [2021-01-29T20:40:46.896Z] Step 13/21 : WORKDIR /edgex [2021-01-29T20:40:46.896Z] ---> f14a209bbf10 [2021-01-29T20:40:46.896Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-29T20:40:47.168Z] ---> Running in 0b38cddea59f [2021-01-29T20:40:48.180Z] Removing intermediate container 0b38cddea59f [2021-01-29T20:40:48.180Z] ---> 01c08ada12a9 [2021-01-29T20:40:48.180Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-29T20:40:48.786Z] ---> 6015fb29a5e0 [2021-01-29T20:40:48.786Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-29T20:40:50.539Z] ---> a887efccaa63 [2021-01-29T20:40:50.539Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-29T20:40:50.539Z] ---> 668840c25919 [2021-01-29T20:40:50.539Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-29T20:40:51.139Z] ---> 316e0515cb7a [2021-01-29T20:40:51.139Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-29T20:40:51.733Z] ---> 1b2176a72a09 [2021-01-29T20:40:51.733Z] 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-29T20:40:52.007Z] ---> Running in e857d0315273 [2021-01-29T20:40:53.437Z] ---> 8ac888971157 [2021-01-29T20:40:53.437Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-29T20:40:53.711Z] ---> Running in 96d32081ebba [2021-01-29T20:40:53.711Z] Removing intermediate container cdc44fdbdefa [2021-01-29T20:40:53.711Z] ---> fe627675838a [2021-01-29T20:40:53.711Z] [2021-01-29T20:40:53.711Z] Step 10/23 : FROM alpine:3.12 [2021-01-29T20:40:53.711Z] ---> afeebe901d6b [2021-01-29T20:40:53.711Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-01-29T20:40:53.711Z] ---> Using cache [2021-01-29T20:40:53.711Z] ---> 960e46330d8d [2021-01-29T20:40:53.711Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-29T20:40:53.711Z] ---> Using cache [2021-01-29T20:40:53.711Z] ---> c9cf002472fc [2021-01-29T20:40:53.711Z] Step 13/23 : ENV APP_PORT=48081 [2021-01-29T20:40:53.985Z] ---> Running in 9eb67750cdb7 [2021-01-29T20:40:54.585Z] Removing intermediate container 96d32081ebba [2021-01-29T20:40:54.585Z] ---> 65b3f8bab49b [2021-01-29T20:40:54.585Z] Step 18/21 : CMD ["--init=true"] [2021-01-29T20:40:54.856Z] ---> Running in 659637213e03 [2021-01-29T20:40:55.131Z] Removing intermediate container 9eb67750cdb7 [2021-01-29T20:40:55.131Z] ---> 0d22ced67d0d [2021-01-29T20:40:55.131Z] Step 14/23 : EXPOSE $APP_PORT [2021-01-29T20:40:55.721Z] ---> Running in a89c20edc44d [2021-01-29T20:40:55.721Z] Removing intermediate container 659637213e03 [2021-01-29T20:40:55.721Z] ---> 787869a08aa2 [2021-01-29T20:40:55.721Z] Step 19/21 : LABEL arch=arm64 [2021-01-29T20:40:55.992Z] ---> Running in 8e54c91e46c0 [2021-01-29T20:40:56.262Z] Removing intermediate container e857d0315273 [2021-01-29T20:40:56.262Z] ---> b148f9151f9e [2021-01-29T20:40:56.262Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-29T20:40:56.535Z] ---> Running in 25674cee3456 [2021-01-29T20:40:56.535Z] Removing intermediate container a89c20edc44d [2021-01-29T20:40:56.535Z] ---> ad79d35c0ff6 [2021-01-29T20:40:56.535Z] Step 15/23 : WORKDIR / [2021-01-29T20:40:56.808Z] Removing intermediate container 8e54c91e46c0 [2021-01-29T20:40:56.808Z] ---> 9a324afd7c89 [2021-01-29T20:40:56.808Z] Step 20/21 : LABEL git_sha=43b882124282ec1afd2baf8b324d969a4719e16c [2021-01-29T20:40:56.808Z] ---> Running in 8a9a82396aac [2021-01-29T20:40:57.079Z] ---> Running in 6e0bc29da12d [2021-01-29T20:40:57.079Z] Removing intermediate container 25674cee3456 [2021-01-29T20:40:57.079Z] ---> 5ff74151b48c [2021-01-29T20:40:57.079Z] Step 22/24 : LABEL arch=arm64 [2021-01-29T20:40:57.352Z] ---> Running in bcac04ce6363 [2021-01-29T20:40:57.631Z] Removing intermediate container 8a9a82396aac [2021-01-29T20:40:57.631Z] ---> b1a6b9bd8f63 [2021-01-29T20:40:57.631Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-29T20:40:57.631Z] Removing intermediate container 6e0bc29da12d [2021-01-29T20:40:57.631Z] ---> b2f07553899c [2021-01-29T20:40:57.631Z] Step 21/21 : LABEL version=0.0.0 [2021-01-29T20:40:57.909Z] ---> Running in b442962080c9 [2021-01-29T20:40:58.185Z] Removing intermediate container bcac04ce6363 [2021-01-29T20:40:58.185Z] ---> e5eece2b3ff9 [2021-01-29T20:40:58.185Z] Step 23/24 : LABEL git_sha=43b882124282ec1afd2baf8b324d969a4719e16c [2021-01-29T20:40:58.185Z] ---> Running in d4615c1091a7 [2021-01-29T20:40:58.460Z] Removing intermediate container b442962080c9 [2021-01-29T20:40:58.460Z] ---> 078efbcc1ab3 [2021-01-29T20:40:58.460Z] [2021-01-29T20:40:58.460Z] ---> 36bf634b2998 [2021-01-29T20:40:58.460Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-29T20:40:59.056Z] Removing intermediate container d4615c1091a7 [2021-01-29T20:40:59.056Z] ---> cd2b7e68d00f [2021-01-29T20:40:59.056Z] Step 24/24 : LABEL version=0.0.0 [2021-01-29T20:40:59.056Z] Successfully built 078efbcc1ab3 [2021-01-29T20:40:59.056Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-01-29T20:40:59.333Z]  Building docker-security-proxy-setup-go ... done  ---> Running in cab74a28eaed [2021-01-29T20:40:59.931Z] Removing intermediate container cab74a28eaed [2021-01-29T20:40:59.931Z] ---> 4711f5cc798c [2021-01-29T20:40:59.931Z] [2021-01-29T20:41:00.217Z] ---> bc97972ba047 [2021-01-29T20:41:00.217Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-29T20:41:00.492Z] Successfully built 4711f5cc798c [2021-01-29T20:41:00.492Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-01-29T20:41:00.492Z]  Building docker-security-secretstore-setup-go ... done + glock sync -n [2021-01-29T20:41:01.087Z]  ---> aac7f9805b03 [2021-01-29T20:41:01.087Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-01-29T20:41:01.368Z] ---> Running in 949da820a441 [2021-01-29T20:41:01.641Z] Removing intermediate container 949da820a441 [2021-01-29T20:41:01.641Z] ---> c4cc3a1033ae [2021-01-29T20:41:01.641Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-29T20:41:01.641Z] ---> Running in 98d98364cb10 [2021-01-29T20:41:02.238Z] Removing intermediate container 98d98364cb10 [2021-01-29T20:41:02.238Z] ---> 74d89cd023f5 [2021-01-29T20:41:02.238Z] Step 21/23 : LABEL arch=arm64 [2021-01-29T20:41:02.238Z] ---> Running in 25016672c999 [2021-01-29T20:41:02.834Z] Removing intermediate container 25016672c999 [2021-01-29T20:41:02.834Z] ---> 38984ea8d2be [2021-01-29T20:41:02.834Z] Step 22/23 : LABEL git_sha=43b882124282ec1afd2baf8b324d969a4719e16c [2021-01-29T20:41:02.834Z] ---> Running in 2f31ea378e3e [2021-01-29T20:41:03.426Z] Removing intermediate container 2f31ea378e3e [2021-01-29T20:41:03.426Z] ---> b211af0f9a36 [2021-01-29T20:41:03.426Z] Step 23/23 : LABEL version=0.0.0 [2021-01-29T20:41:03.426Z] ---> Running in a55259d1ba39 [2021-01-29T20:41:04.026Z] Removing intermediate container a55259d1ba39 [2021-01-29T20:41:04.026Z] ---> 62ee23a73144 [2021-01-29T20:41:04.026Z] [2021-01-29T20:41:04.302Z] Successfully built 62ee23a73144 [2021-01-29T20:41:04.302Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-01-29T20:41:06.267Z]  Building docker-core-metadata-go ... done github.com/elgs/gosplitargs a491c5eeb3c8 [get checkout e9cf3de21e14] [2021-01-29T20:41:06.267Z] github.com/hpcloud/tail a1dbeea552b7 [get checkout faf842bde7ed] [2021-01-29T20:41:06.267Z] github.com/jwilder/gojq c550732d4a52 [get checkout 81fa9a608a13] [2021-01-29T20:41:06.539Z] golang.org/x/net 5f4716e94777 [get checkout 749a502dd1ea] [2021-01-29T20:41:06.539Z] + git describe '--abbrev=0' --tags [2021-01-29T20:41:06.539Z] + TAG=v0.6.1 [2021-01-29T20:41:06.539Z] + LDFLAGS='-X main.buildVersion=v0.6.1' [2021-01-29T20:41:06.539Z] + apk --print-arch [2021-01-29T20:41:06.539Z] + arch=aarch64 [2021-01-29T20:41:06.539Z] + echo 'building [dockerize] for arm64 ... ' [2021-01-29T20:41:06.539Z] + CGO_ENABLED=0 GOOS=linux GOARCH=arm64 go build -ldflags '-X main.buildVersion=v0.6.1' -o /tmp/build/dist/linux/dockerize [2021-01-29T20:41:06.539Z] building [dockerize] for arm64 ... [2021-01-29T20:41:09.921Z] + date [2021-01-29T20:41:09.921Z] + echo 'Fri Jan 29 20:41:09 UTC 2021 dockerize executable build done and output at directory: /tmp/build/dist/linux' [2021-01-29T20:41:09.921Z] Fri Jan 29 20:41:09 UTC 2021 dockerize executable build done and output at directory: /tmp/build/dist/linux [2021-01-29T20:41:18.194Z] Removing intermediate container 42fd7b1254a4 [2021-01-29T20:41:18.194Z] ---> 669228bf4ae6 [2021-01-29T20:41:18.194Z] Step 11/34 : RUN mkdir -p /test && cp "$BUILD_BASE_DIR"/dockerize /test/ && ldd /test/dockerize 2>&1 > /test/ldd_out.log || echo "statically linked" [2021-01-29T20:41:18.194Z] ---> Running in 5ccade764504 [2021-01-29T20:41:19.625Z] /lib/ld-musl-aarch64.so.1: /test/dockerize: Not a valid dynamic program [2021-01-29T20:41:19.625Z] statically linked [2021-01-29T20:41:21.061Z] Removing intermediate container 5ccade764504 [2021-01-29T20:41:21.061Z] ---> 573a3e08a2ef [2021-01-29T20:41:21.061Z] [2021-01-29T20:41:21.061Z] Step 12/34 : FROM alpine:3.12 [2021-01-29T20:41:21.061Z] ---> afeebe901d6b [2021-01-29T20:41:21.061Z] Step 13/34 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-01-29T20:41:21.061Z] ---> Running in dc32bd5b8d0a [2021-01-29T20:41:21.667Z] Removing intermediate container dc32bd5b8d0a [2021-01-29T20:41:21.667Z] ---> 821bc78453c4 [2021-01-29T20:41:21.667Z] Step 14/34 : RUN apk add --update --no-cache dumb-init openssl su-exec [2021-01-29T20:41:21.667Z] ---> Running in 4ec602420243 [2021-01-29T20:41:23.632Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-29T20:41:23.632Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-29T20:41:24.221Z] (1/3) Installing dumb-init (1.2.2-r1) [2021-01-29T20:41:24.221Z] (2/3) Installing openssl (1.1.1i-r0) [2021-01-29T20:41:24.221Z] (3/3) Installing su-exec (0.2-r1) [2021-01-29T20:41:24.221Z] Executing busybox-1.31.1-r19.trigger [2021-01-29T20:41:24.221Z] OK: 6 MiB in 17 packages [2021-01-29T20:41:26.189Z] Removing intermediate container 4ec602420243 [2021-01-29T20:41:26.189Z] ---> a5b548b91d05 [2021-01-29T20:41:26.189Z] Step 15/34 : ENV SECURITY_INIT_DIR /edgex-init [2021-01-29T20:41:26.189Z] ---> Running in f4659f3c4cfb [2021-01-29T20:41:26.459Z] Removing intermediate container f4659f3c4cfb [2021-01-29T20:41:26.459Z] ---> 89e13c8b256f [2021-01-29T20:41:26.459Z] Step 16/34 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-01-29T20:41:26.459Z] ---> Running in c5b0f7592166 [2021-01-29T20:41:27.052Z] Removing intermediate container c5b0f7592166 [2021-01-29T20:41:27.052Z] ---> 9deeadae5a74 [2021-01-29T20:41:27.052Z] Step 17/34 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-01-29T20:41:27.323Z] ---> Running in 66aa2134f7e9 [2021-01-29T20:41:30.703Z] Removing intermediate container 66aa2134f7e9 [2021-01-29T20:41:30.703Z] ---> 384d5b546873 [2021-01-29T20:41:30.703Z] Step 18/34 : WORKDIR ${SECURITY_INIT_DIR} [2021-01-29T20:41:30.703Z] ---> Running in cd72fb7dd724 [2021-01-29T20:41:30.975Z] Removing intermediate container cd72fb7dd724 [2021-01-29T20:41:30.975Z] ---> 6a4eb2952248 [2021-01-29T20:41:30.975Z] Step 19/34 : COPY --from=builder /tmp/build/dist/linux/dockerize . [2021-01-29T20:41:31.951Z] ---> 538b5b6dcc37 [2021-01-29T20:41:31.951Z] Step 20/34 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-01-29T20:41:32.540Z] ---> 18abcae2eab0 [2021-01-29T20:41:32.540Z] Step 21/34 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-01-29T20:41:32.812Z] ---> Running in fc6b91b89d29 [2021-01-29T20:41:35.422Z] Removing intermediate container fc6b91b89d29 [2021-01-29T20:41:35.422Z] ---> db2d52d98c4a [2021-01-29T20:41:35.422Z] Step 22/34 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-29T20:41:36.398Z] ---> 66d27e814bbc [2021-01-29T20:41:36.398Z] Step 23/34 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-01-29T20:41:37.375Z] ---> 8b02616fbf4d [2021-01-29T20:41:37.375Z] Step 24/34 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-01-29T20:41:37.971Z] ---> 668b0c7f0738 [2021-01-29T20:41:37.971Z] Step 25/34 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ [2021-01-29T20:41:39.411Z] ---> 399941c83a81 [2021-01-29T20:41:39.411Z] Step 26/34 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-01-29T20:41:40.001Z] ---> a8cf7388f657 [2021-01-29T20:41:40.001Z] Step 27/34 : VOLUME ${SECURITY_INIT_DIR} [2021-01-29T20:41:40.276Z] ---> Running in 8574be15a2d6 [2021-01-29T20:41:40.869Z] Removing intermediate container 8574be15a2d6 [2021-01-29T20:41:40.869Z] ---> 76edb60c2a86 [2021-01-29T20:41:40.869Z] Step 28/34 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-01-29T20:41:41.839Z] ---> 7e2611d47d86 [2021-01-29T20:41:41.839Z] Step 29/34 : RUN chmod +x /entrypoint.sh [2021-01-29T20:41:42.431Z] ---> Running in 300510ac46a7 [2021-01-29T20:41:44.402Z] Removing intermediate container 300510ac46a7 [2021-01-29T20:41:44.402Z] ---> 8620861f0f97 [2021-01-29T20:41:44.402Z] Step 30/34 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-29T20:41:44.992Z] ---> Running in f52f0d3b6cb1 [2021-01-29T20:41:45.263Z] Removing intermediate container f52f0d3b6cb1 [2021-01-29T20:41:45.263Z] ---> 66f635494afe [2021-01-29T20:41:45.263Z] Step 31/34 : CMD ["gate"] [2021-01-29T20:41:45.870Z] ---> Running in 65f74652627c [2021-01-29T20:41:46.162Z] Removing intermediate container 65f74652627c [2021-01-29T20:41:46.162Z] ---> d496139f905c [2021-01-29T20:41:46.162Z] Step 32/34 : LABEL arch=arm64 [2021-01-29T20:41:46.768Z] ---> Running in 9db1aa24665d [2021-01-29T20:41:47.384Z] Removing intermediate container 9db1aa24665d [2021-01-29T20:41:47.384Z] ---> dbf204a589bd [2021-01-29T20:41:47.384Z] Step 33/34 : LABEL git_sha=43b882124282ec1afd2baf8b324d969a4719e16c [2021-01-29T20:41:47.673Z] ---> Running in 8ee4c8671783 [2021-01-29T20:41:48.275Z] Removing intermediate container 8ee4c8671783 [2021-01-29T20:41:48.275Z] ---> 7be038383b99 [2021-01-29T20:41:48.275Z] Step 34/34 : LABEL version=0.0.0 [2021-01-29T20:41:48.548Z] ---> Running in 9a5b12c52986 [2021-01-29T20:41:49.142Z] Removing intermediate container 9a5b12c52986 [2021-01-29T20:41:49.142Z] ---> 41e0d96f2ebb [2021-01-29T20:41:49.142Z] [2021-01-29T20:41:49.735Z] Successfully built 41e0d96f2ebb [2021-01-29T20:41:49.735Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-01-29T20:41:50.019Z]  Building docker-security-bootstrapper-go ... done  [Pipeline] } [2021-01-29T20:41:50.032Z] $ docker stop --time=1 48bf1361794cac9fc7d883eedca15e1ceeff24e4fbf4cedee161a59df11e9595 [2021-01-29T20:41:52.003Z] $ docker rm -f 48bf1361794cac9fc7d883eedca15e1ceeff24e4fbf4cedee161a59df11e9595 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-29T20:41:52.780Z] + + docker images [2021-01-29T20:41:52.780Z] grep docker [2021-01-29T20:41:53.050Z] docker-security-bootstrapper-go-arm64 latest 41e0d96f2ebb 4 seconds ago 31.9MB [2021-01-29T20:41:53.050Z] docker-core-metadata-go-arm64 latest 62ee23a73144 49 seconds ago 17.7MB [2021-01-29T20:41:53.050Z] docker-security-secretstore-setup-go-arm64 latest 4711f5cc798c 53 seconds ago 23.4MB [2021-01-29T20:41:53.050Z] docker-security-proxy-setup-go-arm64 latest 078efbcc1ab3 54 seconds ago 23.2MB [2021-01-29T20:41:53.050Z] docker-sys-mgmt-agent-go-arm64 latest ba33c65a5fb0 2 minutes ago 300MB [2021-01-29T20:41:53.050Z] docker-core-data-go-arm64 latest 9ea0f2d6467a 3 minutes ago 21MB [2021-01-29T20:41:53.050Z] docker-core-command-go-arm64 latest 3ab23f63b5ec 3 minutes ago 16MB [2021-01-29T20:41:53.050Z] docker-support-scheduler-go-arm64 latest 32236b1870a8 3 minutes ago 16.1MB [2021-01-29T20:41:53.050Z] docker-support-notifications-go-arm64 latest 06b31a8e3339 3 minutes ago 16MB [2021-01-29T20:41:53.050Z] docker 20.10.0 eeaf43b92773 7 weeks ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2021-01-29T20:41:55.529Z] provisioning config files... [2021-01-29T20:41:55.540Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/9@tmp/config7959831877248859174tmp [Pipeline] { [Pipeline] sh [2021-01-29T20:41:55.935Z] + set +x [2021-01-29T20:41:55.935Z] + curl -s https://codecov.io/bash [2021-01-29T20:41:55.935Z] + bash -s -- [2021-01-29T20:41:56.509Z] [2021-01-29T20:41:56.509Z] _____ _ [2021-01-29T20:41:56.509Z] / ____| | | [2021-01-29T20:41:56.509Z] | | ___ __| | ___ ___ _____ __ [2021-01-29T20:41:56.509Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-01-29T20:41:56.509Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-01-29T20:41:56.509Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-01-29T20:41:56.509Z] Bash-20210129-7c25fce [2021-01-29T20:41:56.509Z] [2021-01-29T20:41:56.509Z] [2021-01-29T20:41:56.509Z] ==> git version 2.24.3 found [2021-01-29T20:41:56.509Z] ==> 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-29T20:41:56.509Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-01-29T20:41:56.509Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-01-29T20:41:56.509Z] ==> Jenkins CI detected. [2021-01-29T20:41:56.509Z] project root: . [2021-01-29T20:41:56.509Z] --> token set from env [2021-01-29T20:41:56.509Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-01-29T20:41:56.509Z] ==> Running gcov in . (disable via -X gcov) [2021-01-29T20:41:56.509Z] ==> Python coveragepy not found [2021-01-29T20:41:56.509Z] ==> Searching for coverage reports in: [2021-01-29T20:41:56.509Z] + . [2021-01-29T20:41:56.509Z] -> Found 1 reports [2021-01-29T20:41:56.509Z] ==> Detecting git/mercurial file structure [2021-01-29T20:41:56.509Z] ==> Reading reports [2021-01-29T20:41:56.509Z] + ./coverage.out bytes=568476 [2021-01-29T20:41:56.509Z] ==> Appending adjustments [2021-01-29T20:41:56.509Z] https://docs.codecov.io/docs/fixing-reports [2021-01-29T20:41:59.819Z] + Found adjustments [2021-01-29T20:41:59.819Z] ==> Gzipping contents [2021-01-29T20:41:59.819Z] 88K /tmp/codecov.RNzkEM.gz [2021-01-29T20:41:59.819Z] ==> Uploading reports [2021-01-29T20:41:59.819Z] url: https://codecov.io [2021-01-29T20:41:59.819Z] query: branch=PR-3075&commit=43b882124282ec1afd2baf8b324d969a4719e16c&build=9&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3075%2F9%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3075&job=&cmd_args= [2021-01-29T20:41:59.819Z] -> Pinging Codecov [2021-01-29T20:41:59.819Z] https://codecov.io/upload/v4?package=bash-20210129-7c25fce&token=secret&branch=PR-3075&commit=43b882124282ec1afd2baf8b324d969a4719e16c&build=9&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3075%2F9%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3075&job=&cmd_args= [2021-01-29T20:42:00.394Z] -> Uploading to [2021-01-29T20:42:00.394Z] https://storage.googleapis.com/codecov/v4/raw/2021-01-29/00271124DB129430A58F1EEE437C3FCB/43b882124282ec1afd2baf8b324d969a4719e16c/286014fe-b7fc-4eef-9379-1e058177bf23.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210129%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210129T204200Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=663d81cb389f742cd09272afc5bfe268190a344fbc79b78c9f238e8d16eabf78 [2021-01-29T20:42:00.394Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-29T20:42:00.394Z] Dload Upload Total Spent Left Speed [2021-01-29T20:42:00.920Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 57 86200 0 0 57 49152 0 170k --:--:-- --:--:-- --:--:-- 170k 100 86200 0 0 100 86200 0 154k --:--:-- --:--:-- --:--:-- 154k [2021-01-29T20:42:00.920Z] -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/43b882124282ec1afd2baf8b324d969a4719e16c [Pipeline] } [2021-01-29T20:42:00.931Z] 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-29T20:42:03.548Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-29T20:42:04.431Z] ---> package-listing.sh [2021-01-29T20:42:04.431Z] ++ facter osfamily [2021-01-29T20:42:04.431Z] ++ tr '[:upper:]' '[:lower:]' [2021-01-29T20:42:04.431Z] + OS_FAMILY=redhat [2021-01-29T20:42:04.431Z] + workspace=/w/workspace/edgex-go/9 [2021-01-29T20:42:04.431Z] + START_PACKAGES=/tmp/packages_start.txt [2021-01-29T20:42:04.431Z] + END_PACKAGES=/tmp/packages_end.txt [2021-01-29T20:42:04.431Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-01-29T20:42:04.431Z] + PACKAGES=/tmp/packages_start.txt [2021-01-29T20:42:04.431Z] + '[' /w/workspace/edgex-go/9 ']' [2021-01-29T20:42:04.431Z] + PACKAGES=/tmp/packages_end.txt [2021-01-29T20:42:04.431Z] + case "${OS_FAMILY}" in [2021-01-29T20:42:04.431Z] + rpm -qa [2021-01-29T20:42:04.431Z] + sort [2021-01-29T20:42:09.747Z] + '[' -f /tmp/packages_start.txt ']' [2021-01-29T20:42:09.747Z] + '[' -f /tmp/packages_end.txt ']' [2021-01-29T20:42:09.747Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-01-29T20:42:09.747Z] + '[' /w/workspace/edgex-go/9 ']' [2021-01-29T20:42:09.747Z] + mkdir -p /w/workspace/edgex-go/9/archives/ [2021-01-29T20:42:09.747Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/9/archives/ [Pipeline] echo [2021-01-29T20:42:09.765Z] 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/9/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-01-29T20:42:10.070Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-01-29T20:42:10.376Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-29T20:42:10.377Z] [2021-01-29T20:42:10.377Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-01-29T20:42:10.731Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-29T20:42:10.731Z] alpine: Pulling from edgex-lftools-log-publisher [2021-01-29T20:42:10.731Z] df20fa9351a1: Pulling fs layer [2021-01-29T20:42:10.731Z] 36b3adc4ff6f: Pulling fs layer [2021-01-29T20:42:10.731Z] 8ad3a11d3b57: Pulling fs layer [2021-01-29T20:42:10.731Z] 46f8f816bc3b: Pulling fs layer [2021-01-29T20:42:10.731Z] 93b61091891f: Pulling fs layer [2021-01-29T20:42:10.731Z] 93b9cdb0e59b: Pulling fs layer [2021-01-29T20:42:10.731Z] 5e14af77c1be: Pulling fs layer [2021-01-29T20:42:10.731Z] 01666e4c0597: Pulling fs layer [2021-01-29T20:42:10.731Z] aa168da1d23b: Pulling fs layer [2021-01-29T20:42:10.731Z] 93b61091891f: Waiting [2021-01-29T20:42:10.731Z] 5e14af77c1be: Waiting [2021-01-29T20:42:10.731Z] 46f8f816bc3b: Waiting [2021-01-29T20:42:10.731Z] 01666e4c0597: Waiting [2021-01-29T20:42:10.731Z] aa168da1d23b: Waiting [2021-01-29T20:42:10.731Z] 93b9cdb0e59b: Waiting [2021-01-29T20:42:10.731Z] 36b3adc4ff6f: Verifying Checksum [2021-01-29T20:42:10.731Z] 36b3adc4ff6f: Download complete [2021-01-29T20:42:10.994Z] 46f8f816bc3b: Verifying Checksum [2021-01-29T20:42:10.994Z] 46f8f816bc3b: Download complete [2021-01-29T20:42:10.994Z] df20fa9351a1: Verifying Checksum [2021-01-29T20:42:10.994Z] df20fa9351a1: Download complete [2021-01-29T20:42:10.994Z] 93b9cdb0e59b: Verifying Checksum [2021-01-29T20:42:10.994Z] 93b9cdb0e59b: Download complete [2021-01-29T20:42:10.994Z] 5e14af77c1be: Verifying Checksum [2021-01-29T20:42:10.994Z] 5e14af77c1be: Download complete [2021-01-29T20:42:10.994Z] 93b61091891f: Verifying Checksum [2021-01-29T20:42:10.994Z] 93b61091891f: Download complete [2021-01-29T20:42:10.994Z] 01666e4c0597: Verifying Checksum [2021-01-29T20:42:10.994Z] 01666e4c0597: Download complete [2021-01-29T20:42:11.256Z] df20fa9351a1: Pull complete [2021-01-29T20:42:11.518Z] 36b3adc4ff6f: Pull complete [2021-01-29T20:42:11.785Z] 8ad3a11d3b57: Verifying Checksum [2021-01-29T20:42:11.785Z] 8ad3a11d3b57: Download complete [2021-01-29T20:42:12.925Z] 8ad3a11d3b57: Pull complete [2021-01-29T20:42:12.925Z] 46f8f816bc3b: Pull complete [2021-01-29T20:42:13.521Z] aa168da1d23b: Verifying Checksum [2021-01-29T20:42:14.913Z] 93b61091891f: Pull complete [2021-01-29T20:42:15.174Z] 93b9cdb0e59b: Pull complete [2021-01-29T20:42:15.440Z] 5e14af77c1be: Pull complete [2021-01-29T20:42:15.440Z] 01666e4c0597: Pull complete [2021-01-29T20:42:30.394Z] aa168da1d23b: Pull complete [2021-01-29T20:42:30.394Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-01-29T20:42:30.394Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-29T20:42:30.394Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-01-29T20:42:30.933Z] prd-centos7-docker-4c-2g-23995 does not seem to be running inside a container [2021-01-29T20:42:30.984Z] $ 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/9/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/9 -v /w/workspace/edgex-go/9:/w/workspace/edgex-go/9:rw,z -v /w/workspace/edgex-go/9@tmp:/w/workspace/edgex-go/9@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-01-29T20:42:34.976Z] $ docker top 25d46b943121a85086fc32a9ace3b6a580c2577c1ce6b4c4038259e41b766618 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-29T20:42:35.527Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-01-29T20:42:35.827Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-01-29T20:42:36.125Z] + ls /var/log/sa-host [2021-01-29T20:42:36.125Z] + sadf -c /var/log/sa-host/sa23 [2021-01-29T20:42:36.125Z] file_magic: OK [2021-01-29T20:42:36.125Z] HZ: Using current value: 100 [2021-01-29T20:42:36.125Z] file_header: OK [2021-01-29T20:42:36.125Z] 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-29T20:42:36.125Z] Statistics: [2021-01-29T20:42:36.125Z] Hnuu...uuuununununu... [2021-01-29T20:42:36.125Z] File successfully converted to sysstat format version 12.2.1 [2021-01-29T20:42:36.125Z] + sadf -c /var/log/sa-host/sa29 [2021-01-29T20:42:36.125Z] file_magic: OK [2021-01-29T20:42:36.125Z] HZ: Using current value: 100 [2021-01-29T20:42:36.125Z] file_header: OK [2021-01-29T20:42:36.125Z] 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-29T20:42:36.125Z] Statistics: [2021-01-29T20:42:36.125Z] 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-29T20:42:36.125Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-01-29T20:42:36.396Z] provisioning config files... [2021-01-29T20:42:36.413Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/9@tmp/config4666567365917048308tmp [Pipeline] { [Pipeline] echo [2021-01-29T20:42:36.522Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-29T20:42:36.821Z] ---> create-netrc.sh [Pipeline] } [2021-01-29T20:42:36.831Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-01-29T20:42:36.927Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-29T20:42:37.224Z] ---> python-tools-install.sh [Pipeline] echo [2021-01-29T20:42:37.236Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-29T20:42:37.537Z] ---> sudo-logs.sh [2021-01-29T20:42:37.537Z] Archiving 'sudo' log.. [Pipeline] echo [2021-01-29T20:42:37.549Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-29T20:42:37.846Z] ---> job-cost.sh [2021-01-29T20:42:37.846Z] lf-activate-venv: SKIPPING [2021-01-29T20:42:37.846Z] INFO: No Stack... [2021-01-29T20:42:39.234Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-01-29T20:42:39.496Z] INFO: Archiving Costs [Pipeline] echo [2021-01-29T20:42:39.509Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-29T20:42:39.806Z] ---> logs-deploy.sh [2021-01-29T20:42:39.806Z] lf-activate-venv: SKIPPING [2021-01-29T20:42:39.806Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3075/9 [2021-01-29T20:42:39.806Z] INFO: archiving workspace using pattern(s): [2021-01-29T20:42:41.201Z] Archives upload complete. [2021-01-29T20:42:41.463Z] INFO: archiving logs to Nexus