Pull request #3032 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of lenny-intel for edgexfoundry/edgex-go Obtained Jenkinsfile from 7bf9428fc8b174909a95a12a3c8181a378f1c5e7+60451040515ee9eeb901ca3bb1c4662a631f475e (3157fc68b0dddd8b083bee0d140936122c2fd82c) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision f82e9360b4159668f7e3e090307a6179e9a8e48d Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision f82e9360b4159668f7e3e090307a6179e9a8e48d using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision f82e9360b4159668f7e3e090307a6179e9a8e48d (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f f82e9360b4159668f7e3e090307a6179e9a8e48d # timeout=10 Commit message: "Merge pull request #311 from ernestojeda/fix-data-binary" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-20320 in /w/workspace/edgexfoundry_edgex-go_PR-3032 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/5 [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/5 # 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 60451040515ee9eeb901ca3bb1c4662a631f475e into PR head commit 7bf9428fc8b174909a95a12a3c8181a378f1c5e7 Merge succeeded, producing 7bf9428fc8b174909a95a12a3c8181a378f1c5e7 Checking out Revision 7bf9428fc8b174909a95a12a3c8181a378f1c5e7 (PR-3032) > 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/3032/head:refs/remotes/origin/PR-3032 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 7bf9428fc8b174909a95a12a3c8181a378f1c5e7 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 60451040515ee9eeb901ca3bb1c4662a631f475e # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 7bf9428fc8b174909a95a12a3c8181a378f1c5e7 # timeout=10 Commit message: "build: Update to use go-mod-messaging v2" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-01-14T22:41:39.676Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-01-14T22:41:39.977Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-01-14T22:41:40.108Z] ========================================================= [2021-01-14T22:41:40.108Z] EdgeX Global Pipelines Version Info [2021-01-14T22:41:40.108Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk dde6d3ec57e761b0678effa84c97ffaa8c30da86 # timeout=10 [2021-01-14T22:41:41.853Z] ------------------- [2021-01-14T22:41:41.853Z] stable info: [2021-01-14T22:41:41.853Z] ------------------- [2021-01-14T22:41:41.853Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-14T22:41:41.853Z] Commit SHA: f82e9360b4159668f7e3e090307a6179e9a8e48d [2021-01-14T22:41:41.853Z] Message: update stable to v1.0.177 [2021-01-14T22:41:42.858Z] ------------------- [2021-01-14T22:41:42.858Z] experimental info: [2021-01-14T22:41:42.858Z] ------------------- [2021-01-14T22:41:42.858Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-01-14T22:41:42.858Z] Commit SHA: f82e9360b4159668f7e3e090307a6179e9a8e48d [2021-01-14T22:41:42.858Z] Message: update experimental to v1.0.177 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-01-14T22:41:43.183Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-01-14T22:41:43.291Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-01-14T22:41:43.413Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-01-14T22:41:43.506Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-01-14T22:41:43.608Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-01-14T22:41:43.721Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-01-14T22:41:43.817Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-01-14T22:41:43.932Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-01-14T22:41:44.044Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-01-14T22:41:44.138Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-01-14T22:41:44.234Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-01-14T22:41:44.359Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-01-14T22:41:44.464Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-01-14T22:41:44.552Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-01-14T22:41:44.641Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-01-14T22:41:44.768Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-01-14T22:41:44.854Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-01-14T22:41:44.963Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-01-14T22:41:45.090Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-01-14T22:41:45.207Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-01-14T22:41:45.314Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-01-14T22:41:45.405Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-01-14T22:41:45.510Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-01-14T22:41:45.601Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3032 [Pipeline] echo [2021-01-14T22:41:45.693Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3032 [Pipeline] echo [2021-01-14T22:41:45.784Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3032 [Pipeline] echo [2021-01-14T22:41:45.868Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 7bf9428fc8b174909a95a12a3c8181a378f1c5e7 [Pipeline] echo [2021-01-14T22:41:45.976Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 7bf9428 [Pipeline] echo [2021-01-14T22:41:46.063Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-14T22:41:46.273Z] provisioning config files... [2021-01-14T22:41:46.308Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/5@tmp/config5450537876319633379tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-14T22:41:46.749Z] ---> docker-login.sh [2021-01-14T22:41:46.750Z] nexus3.edgexfoundry.org:10001 [2021-01-14T22:41:47.041Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-14T22:41:47.041Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-14T22:41:47.041Z] Configure a credential helper to remove this warning. See [2021-01-14T22:41:47.041Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-14T22:41:47.041Z] [2021-01-14T22:41:47.041Z] Login Succeeded [2021-01-14T22:41:47.041Z] nexus3.edgexfoundry.org:10002 [2021-01-14T22:41:47.340Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-14T22:41:47.340Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-14T22:41:47.340Z] Configure a credential helper to remove this warning. See [2021-01-14T22:41:47.340Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-14T22:41:47.340Z] [2021-01-14T22:41:47.340Z] Login Succeeded [2021-01-14T22:41:47.340Z] nexus3.edgexfoundry.org:10003 [2021-01-14T22:41:47.340Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-14T22:41:47.613Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-14T22:41:47.613Z] Configure a credential helper to remove this warning. See [2021-01-14T22:41:47.613Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-14T22:41:47.613Z] [2021-01-14T22:41:47.613Z] Login Succeeded [2021-01-14T22:41:47.613Z] nexus3.edgexfoundry.org:10004 [2021-01-14T22:41:47.613Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-14T22:41:47.613Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-14T22:41:47.613Z] Configure a credential helper to remove this warning. See [2021-01-14T22:41:47.613Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-14T22:41:47.613Z] [2021-01-14T22:41:47.613Z] Login Succeeded [2021-01-14T22:41:47.613Z] docker.io [2021-01-14T22:41:47.887Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-14T22:41:48.177Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-14T22:41:48.177Z] Configure a credential helper to remove this warning. See [2021-01-14T22:41:48.177Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-14T22:41:48.177Z] [2021-01-14T22:41:48.177Z] Login Succeeded [2021-01-14T22:41:48.177Z] ---> docker-login.sh ends [Pipeline] } [2021-01-14T22:41:48.216Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-14T22:41:48.726Z] ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrap-redis/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile [2021-01-14T22:41:48.726Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-14T22:41:48.726Z] ++ dirname cmd/core-command/Dockerfile [2021-01-14T22:41:48.726Z] ++ cut -d/ -f2 [2021-01-14T22:41:48.726Z] + echo core-command,cmd/core-command/Dockerfile [2021-01-14T22:41:48.726Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-14T22:41:48.726Z] ++ dirname cmd/core-data/Dockerfile [2021-01-14T22:41:48.726Z] ++ cut -d/ -f2 [2021-01-14T22:41:48.726Z] + echo core-data,cmd/core-data/Dockerfile [2021-01-14T22:41:48.726Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-14T22:41:48.726Z] ++ dirname cmd/core-metadata/Dockerfile [2021-01-14T22:41:48.726Z] ++ cut -d/ -f2 [2021-01-14T22:41:48.726Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-01-14T22:41:48.726Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-14T22:41:48.726Z] ++ dirname cmd/security-bootstrap-redis/Dockerfile [2021-01-14T22:41:48.726Z] ++ cut -d/ -f2 [2021-01-14T22:41:48.726Z] + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile [2021-01-14T22:41:48.726Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-14T22:41:48.726Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-01-14T22:41:48.726Z] ++ cut -d/ -f2 [2021-01-14T22:41:48.726Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-01-14T22:41:48.726Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-14T22:41:48.726Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-01-14T22:41:48.726Z] ++ cut -d/ -f2 [2021-01-14T22:41:48.726Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-01-14T22:41:48.726Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-14T22:41:48.726Z] ++ dirname cmd/support-notifications/Dockerfile [2021-01-14T22:41:48.726Z] ++ cut -d/ -f2 [2021-01-14T22:41:48.726Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-01-14T22:41:48.726Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-14T22:41:48.726Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-01-14T22:41:48.726Z] ++ cut -d/ -f2 [2021-01-14T22:41:48.726Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-01-14T22:41:48.726Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-14T22:41:48.726Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-01-14T22:41:48.726Z] ++ cut -d/ -f2 [2021-01-14T22:41:48.726Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-01-14T22:41:48.919Z] Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-bootstrap-redis-go, dockerfile:cmd/security-bootstrap-redis/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2021-01-14T22:41:49.834Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-14T22:41:49.834Z] [2021-01-14T22:41:49.834Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-01-14T22:41:50.250Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-14T22:41:50.250Z] latest: Pulling from edgex-devops/git-semver [2021-01-14T22:41:50.250Z] 31603596830f: Pulling fs layer [2021-01-14T22:41:50.250Z] 2a8b12db71e7: Pulling fs layer [2021-01-14T22:41:50.250Z] 6ca5941a6612: Pulling fs layer [2021-01-14T22:41:50.250Z] ecc8261a40a4: Pulling fs layer [2021-01-14T22:41:50.250Z] ecc8261a40a4: Waiting [2021-01-14T22:41:50.250Z] 2a8b12db71e7: Verifying Checksum [2021-01-14T22:41:50.250Z] 2a8b12db71e7: Download complete [2021-01-14T22:41:50.574Z] 31603596830f: Verifying Checksum [2021-01-14T22:41:50.574Z] 31603596830f: Download complete [2021-01-14T22:41:51.066Z] ecc8261a40a4: Verifying Checksum [2021-01-14T22:41:51.066Z] ecc8261a40a4: Download complete [2021-01-14T22:41:51.066Z] 6ca5941a6612: Verifying Checksum [2021-01-14T22:41:51.066Z] 6ca5941a6612: Download complete [2021-01-14T22:41:51.066Z] 31603596830f: Pull complete [2021-01-14T22:41:51.066Z] 2a8b12db71e7: Pull complete [2021-01-14T22:41:51.700Z] 6ca5941a6612: Pull complete [2021-01-14T22:41:51.990Z] ecc8261a40a4: Pull complete [2021-01-14T22:41:51.990Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-01-14T22:41:51.990Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-14T22:41:51.990Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-01-14T22:41:52.193Z] prd-centos7-docker-4c-2g-20320 does not seem to be running inside a container [2021-01-14T22:41:52.333Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-01-14T22:41:54.812Z] $ docker top c5361e6869940e8e0113570bc0148a5d6d0663d05e4e92105a7a6f55f4955cf6 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-14T22:41:55.146Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-14T22:41:55.147Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-14T22:41:55.355Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-14T22:41:55.364Z] $ docker exec c5361e6869940e8e0113570bc0148a5d6d0663d05e4e92105a7a6f55f4955cf6 ssh-agent [2021-01-14T22:41:55.546Z] SSH_AUTH_SOCK=/tmp/ssh-P52JAGOYXma4/agent.11 [2021-01-14T22:41:55.546Z] SSH_AGENT_PID=16 [2021-01-14T22:41:55.564Z] Running ssh-add (command line suppressed) [2021-01-14T22:41:55.682Z] Identity added: /w/workspace/edgex-go/5@tmp/private_key_1509315669883116455.key (/w/workspace/edgex-go/5@tmp/private_key_1509315669883116455.key) [2021-01-14T22:41:55.749Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-14T22:41:56.145Z] + git tag --points-at HEAD [Pipeline] } [2021-01-14T22:41:56.169Z] $ docker exec --env ******** --env ******** c5361e6869940e8e0113570bc0148a5d6d0663d05e4e92105a7a6f55f4955cf6 ssh-agent -k [2021-01-14T22:41:56.276Z] unset SSH_AUTH_SOCK; [2021-01-14T22:41:56.276Z] unset SSH_AGENT_PID; [2021-01-14T22:41:56.277Z] echo Agent pid 16 killed; [2021-01-14T22:41:56.322Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-01-14T22:41:56.513Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-14T22:41:56.513Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-14T22:41:56.670Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-14T22:41:56.675Z] $ docker exec c5361e6869940e8e0113570bc0148a5d6d0663d05e4e92105a7a6f55f4955cf6 ssh-agent [2021-01-14T22:41:56.827Z] SSH_AUTH_SOCK=/tmp/ssh-fyhdQuA0OUYc/agent.45 [2021-01-14T22:41:56.827Z] SSH_AGENT_PID=51 [2021-01-14T22:41:56.834Z] Running ssh-add (command line suppressed) [2021-01-14T22:41:56.949Z] Identity added: /w/workspace/edgex-go/5@tmp/private_key_4864397754545013396.key (/w/workspace/edgex-go/5@tmp/private_key_4864397754545013396.key) [2021-01-14T22:41:57.006Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-14T22:41:57.363Z] + git semver init [2021-01-14T22:41:57.363Z] # -> Open(): unable to determine branch for HEAD [2021-01-14T22:41:57.363Z] # $GIT_DIR = /w/workspace/edgex-go/5/.git [2021-01-14T22:41:57.363Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/5 [2021-01-14T22:41:57.363Z] # $SEMVER_REMOTE_NAME = origin [2021-01-14T22:41:57.363Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-14T22:41:57.363Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-14T22:41:57.363Z] # $SEMVER_BRANCH = PR-3032 [2021-01-14T22:41:57.363Z] # $SEMVER_TEMP = /tmp/semver-831840486 [2021-01-14T22:41:57.363Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-01-14T22:42:19.458Z] # '/tmp/semver-831840486' -> '/w/workspace/edgex-go/5/.semver' [2021-01-14T22:42:20.079Z] # -> Force: false [2021-01-14T22:42:20.079Z] # $SEMVER_DIR = /w/workspace/edgex-go/5/.semver [Pipeline] } [2021-01-14T22:42:20.097Z] $ docker exec --env ******** --env ******** c5361e6869940e8e0113570bc0148a5d6d0663d05e4e92105a7a6f55f4955cf6 ssh-agent -k [2021-01-14T22:42:20.321Z] unset SSH_AUTH_SOCK; [2021-01-14T22:42:20.322Z] unset SSH_AGENT_PID; [2021-01-14T22:42:20.322Z] echo Agent pid 51 killed; [2021-01-14T22:42:20.422Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-14T22:42:21.023Z] + git semver [Pipeline] } [2021-01-14T22:42:21.045Z] $ docker stop --time=1 c5361e6869940e8e0113570bc0148a5d6d0663d05e4e92105a7a6f55f4955cf6 [2021-01-14T22:42:22.708Z] $ docker rm -f c5361e6869940e8e0113570bc0148a5d6d0663d05e4e92105a7a6f55f4955cf6 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-14T22:42:23.308Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-01-14T22:42:23.880Z] Stashed 1 file(s) [Pipeline] echo [2021-01-14T22:42:23.883Z] [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-14T22:42:27.353Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-01-14T22:42:27.652Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-14T22:42:27.960Z] + sudo service docker restart [2021-01-14T22:42:27.960Z] + true [2021-01-14T22:42:27.960Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-01-14T22:42:28.588Z] ========================================================= [2021-01-14T22:42:28.588Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-01-14T22:42:28.588Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-14T22:42:28.968Z] + 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-14T22:42:32.322Z] Sending build context to Docker daemon 326.6MB [2021-01-14T22:42:32.322Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-14T22:42:32.322Z] Step 2/6 : FROM ${BASE} [2021-01-14T22:42:32.322Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-01-14T22:42:32.322Z] 188c0c94c7c5: Pulling fs layer [2021-01-14T22:42:32.322Z] 0ef7d3d256c8: Pulling fs layer [2021-01-14T22:42:32.322Z] de9db76c5a1d: Pulling fs layer [2021-01-14T22:42:32.322Z] bca2f99d35d6: Pulling fs layer [2021-01-14T22:42:32.322Z] 93359f2a8cfa: Pulling fs layer [2021-01-14T22:42:32.322Z] 7c6f9722023f: Pulling fs layer [2021-01-14T22:42:32.322Z] a35cf1a2eb13: Pulling fs layer [2021-01-14T22:42:32.322Z] 93359f2a8cfa: Waiting [2021-01-14T22:42:32.322Z] 7c6f9722023f: Waiting [2021-01-14T22:42:32.322Z] a35cf1a2eb13: Waiting [2021-01-14T22:42:32.322Z] bca2f99d35d6: Waiting [2021-01-14T22:42:32.322Z] de9db76c5a1d: Verifying Checksum [2021-01-14T22:42:32.322Z] de9db76c5a1d: Download complete [2021-01-14T22:42:32.322Z] 0ef7d3d256c8: Verifying Checksum [2021-01-14T22:42:32.323Z] 0ef7d3d256c8: Download complete [2021-01-14T22:42:32.323Z] 93359f2a8cfa: Verifying Checksum [2021-01-14T22:42:32.323Z] 93359f2a8cfa: Download complete [2021-01-14T22:42:32.323Z] 7c6f9722023f: Verifying Checksum [2021-01-14T22:42:32.323Z] 7c6f9722023f: Download complete [2021-01-14T22:42:32.323Z] 188c0c94c7c5: Verifying Checksum [2021-01-14T22:42:32.323Z] 188c0c94c7c5: Download complete [2021-01-14T22:42:32.606Z] 188c0c94c7c5: Pull complete [2021-01-14T22:42:32.887Z] 0ef7d3d256c8: Pull complete [2021-01-14T22:42:32.887Z] de9db76c5a1d: Pull complete [2021-01-14T22:42:36.297Z] a35cf1a2eb13: Verifying Checksum [2021-01-14T22:42:36.297Z] a35cf1a2eb13: Download complete [2021-01-14T22:42:36.891Z] bca2f99d35d6: Verifying Checksum [2021-01-14T22:42:36.891Z] bca2f99d35d6: Download complete [2021-01-14T22:42:41.781Z] Still waiting to schedule task [2021-01-14T22:42:41.781Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2021-01-14T22:42:42.332Z] bca2f99d35d6: Pull complete [2021-01-14T22:42:42.332Z] 93359f2a8cfa: Pull complete [2021-01-14T22:42:42.332Z] 7c6f9722023f: Pull complete [2021-01-14T22:42:46.698Z] a35cf1a2eb13: Pull complete [2021-01-14T22:42:46.698Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-01-14T22:42:46.698Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-01-14T22:42:46.698Z] ---> a62c8e92a672 [2021-01-14T22:42:46.698Z] 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-14T22:42:46.698Z] ---> Running in 3677dc994732 [2021-01-14T22:42:46.970Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-14T22:42:47.947Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-14T22:42:48.223Z] (1/12) Installing libmagic (5.38-r0) [2021-01-14T22:42:48.820Z] (2/12) Installing file (5.38-r0) [2021-01-14T22:42:48.820Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-14T22:42:48.820Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-14T22:42:55.563Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-14T22:42:55.563Z] (6/12) Installing patch (2.7.6-r6) [2021-01-14T22:42:55.563Z] (7/12) Installing build-base (0.5-r2) [2021-01-14T22:42:55.563Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-14T22:42:55.563Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-14T22:42:55.563Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-14T22:42:55.563Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-14T22:42:55.563Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-14T22:42:55.563Z] Executing busybox-1.31.1-r19.trigger [2021-01-14T22:42:55.563Z] OK: 233 MiB in 51 packages [2021-01-14T22:42:58.872Z] Removing intermediate container 3677dc994732 [2021-01-14T22:42:58.872Z] ---> c70467d8b68e [2021-01-14T22:42:58.872Z] Step 4/6 : WORKDIR /edgex-go [2021-01-14T22:42:58.872Z] ---> Running in 1f76cea2e6fc [2021-01-14T22:42:59.136Z] Removing intermediate container 1f76cea2e6fc [2021-01-14T22:42:59.136Z] ---> 70040adfafec [2021-01-14T22:42:59.136Z] Step 5/6 : COPY go.mod . [2021-01-14T22:42:59.405Z] ---> 2eb1cdb53a48 [2021-01-14T22:42:59.405Z] Step 6/6 : RUN go mod download [2021-01-14T22:42:59.405Z] ---> Running in 4f4abd728b79 [2021-01-14T22:43:18.042Z] Removing intermediate container 4f4abd728b79 [2021-01-14T22:43:18.042Z] ---> 33806bc7577f [2021-01-14T22:43:18.313Z] Successfully built 33806bc7577f [2021-01-14T22:43:18.313Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-14T22:43:18.655Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-14T22:43:18.655Z] . [Pipeline] withDockerContainer [2021-01-14T22:43:18.782Z] prd-centos7-docker-4c-2g-20320 does not seem to be running inside a container [2021-01-14T22:43:18.876Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-01-14T22:43:19.745Z] $ docker top f12820bdb47ab74ef5955669b61a06ef03ac3e1aba9ed61941e56af777dff04a -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-14T22:43:20.362Z] + go version [2021-01-14T22:43:20.362Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-01-14T22:43:20.380Z] $ docker stop --time=1 f12820bdb47ab74ef5955669b61a06ef03ac3e1aba9ed61941e56af777dff04a [2021-01-14T22:43:21.784Z] $ docker rm -f f12820bdb47ab74ef5955669b61a06ef03ac3e1aba9ed61941e56af777dff04a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-14T22:43:22.632Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-14T22:43:22.633Z] . [Pipeline] withDockerContainer [2021-01-14T22:43:22.729Z] prd-centos7-docker-4c-2g-20320 does not seem to be running inside a container [2021-01-14T22:43:22.829Z] $ 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/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-01-14T22:43:23.914Z] $ docker top afa17ad12c608038f807e92a639dd6af2466680104646a7d35c4251cd6164ba1 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-14T22:43:24.100Z] ========================================================= [2021-01-14T22:43:24.100Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-01-14T22:43:24.100Z] ========================================================= [Pipeline] sh [2021-01-14T22:43:24.394Z] + make test [2021-01-14T22:43:24.394Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-14T22:43:32.596Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-01-14T22:43:45.024Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-01-14T22:43:51.831Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-01-14T22:43:51.831Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-01-14T22:43:51.831Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-01-14T22:43:51.831Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-01-14T22:43:51.831Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-01-14T22:43:51.831Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-01-14T22:43:52.450Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-01-14T22:43:52.718Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-01-14T22:43:53.322Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-01-14T22:43:55.268Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-01-14T22:43:55.268Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-01-14T22:43:55.268Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-01-14T22:43:57.892Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.097s coverage: 46.6% of statements [2021-01-14T22:43:57.892Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-01-14T22:43:57.892Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-01-14T22:43:57.892Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-01-14T22:43:57.892Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-01-14T22:43:57.892Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-01-14T22:44:02.236Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.196s coverage: 27.0% of statements [2021-01-14T22:44:02.236Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-01-14T22:44:02.236Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-01-14T22:44:02.236Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-01-14T22:44:02.236Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-01-14T22:44:02.236Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-01-14T22:44:02.236Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-01-14T22:44:02.236Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.041s coverage: 100.0% of statements [2021-01-14T22:44:02.236Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-01-14T22:44:02.236Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.034s coverage: 100.0% of statements [2021-01-14T22:44:02.236Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-01-14T22:44:02.236Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-01-14T22:44:02.236Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.120s coverage: 67.9% of statements [2021-01-14T22:44:02.236Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-01-14T22:44:02.236Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-01-14T22:44:02.236Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.124s coverage: 82.3% of statements [2021-01-14T22:44:02.236Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-01-14T22:44:02.236Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-01-14T22:44:02.236Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-01-14T22:44:02.236Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-01-14T22:44:02.505Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.299s coverage: 28.6% of statements [2021-01-14T22:44:02.505Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-01-14T22:44:02.505Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-01-14T22:44:02.505Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-01-14T22:44:02.505Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-01-14T22:44:02.505Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-01-14T22:44:02.505Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.073s coverage: 100.0% of statements [2021-01-14T22:44:02.505Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-01-14T22:44:02.505Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.040s coverage: 100.0% of statements [2021-01-14T22:44:02.505Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-01-14T22:44:03.915Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.093s coverage: 86.7% of statements [2021-01-14T22:44:03.915Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-01-14T22:44:03.915Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.103s coverage: 97.5% of statements [2021-01-14T22:44:03.915Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-01-14T22:44:03.915Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.052s coverage: 78.3% of statements [2021-01-14T22:44:03.915Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-01-14T22:44:03.915Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-01-14T22:44:03.915Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-01-14T22:44:03.915Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-01-14T22:44:05.870Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.316s coverage: 93.2% of statements [2021-01-14T22:44:05.870Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-01-14T22:44:05.870Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-01-14T22:44:05.870Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-01-14T22:44:05.870Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-01-14T22:44:05.870Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-01-14T22:44:05.870Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-01-14T22:44:05.870Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-01-14T22:44:05.870Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-01-14T22:44:05.870Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-01-14T22:44:05.870Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-01-14T22:44:05.870Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-01-14T22:44:05.870Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-01-14T22:44:05.870Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-01-14T22:44:05.870Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-01-14T22:44:05.870Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-01-14T22:44:05.870Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-01-14T22:44:05.870Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-01-14T22:44:05.870Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-01-14T22:44:05.870Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.032s coverage: 58.8% of statements [2021-01-14T22:44:05.870Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-01-14T22:44:05.870Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-01-14T22:44:05.870Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.075s coverage: 0.1% of statements [2021-01-14T22:44:05.870Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-01-14T22:44:05.870Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-01-14T22:44:05.870Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-01-14T22:44:05.870Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-01-14T22:44:05.870Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.040s coverage: 100.0% of statements [2021-01-14T22:44:05.870Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-01-14T22:44:05.870Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.063s coverage: 75.5% of statements [2021-01-14T22:44:05.870Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-01-14T22:44:05.870Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.037s coverage: 80.8% of statements [2021-01-14T22:44:06.141Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.058s coverage: 87.2% of statements [2021-01-14T22:44:06.405Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.060s coverage: 84.2% of statements [2021-01-14T22:44:07.011Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.128s coverage: 91.4% of statements [2021-01-14T22:44:07.011Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-01-14T22:44:07.615Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.236s coverage: 63.5% of statements [2021-01-14T22:44:07.615Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-01-14T22:44:07.615Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-01-14T22:44:07.615Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.031s coverage: 100.0% of statements [2021-01-14T22:44:07.615Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.034s coverage: 91.3% of statements [2021-01-14T22:44:07.886Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.025s coverage: 100.0% of statements [2021-01-14T22:44:07.886Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.034s coverage: 73.7% of statements [2021-01-14T22:44:07.886Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.028s coverage: 100.0% of statements [2021-01-14T22:44:09.309Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.336s coverage: 68.9% of statements [2021-01-14T22:44:09.309Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-01-14T22:44:09.309Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-01-14T22:44:09.309Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-01-14T22:44:09.309Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-01-14T22:44:09.309Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-01-14T22:44:09.578Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.099s coverage: 37.0% of statements [2021-01-14T22:44:09.578Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-01-14T22:44:09.578Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-01-14T22:44:09.578Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.286s coverage: 84.0% of statements [2021-01-14T22:44:09.578Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.031s coverage: 100.0% of statements [2021-01-14T22:44:11.760Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.102s coverage: 47.1% of statements [2021-01-14T22:44:11.760Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-01-14T22:44:11.760Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-01-14T22:44:11.760Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-01-14T22:44:11.760Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-01-14T22:44:11.760Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-01-14T22:44:11.760Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.043s coverage: 100.0% of statements [2021-01-14T22:44:11.760Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-01-14T22:44:11.760Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.057s coverage: 100.0% of statements [2021-01-14T22:44:11.760Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-01-14T22:44:12.760Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.677s coverage: 29.1% of statements [2021-01-14T22:44:12.760Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-01-14T22:44:12.760Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-01-14T22:44:12.760Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-01-14T22:44:12.760Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-01-14T22:44:12.760Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-01-14T22:44:12.760Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.093s coverage: 99.0% of statements [2021-01-14T22:44:12.760Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-01-14T22:44:12.760Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.039s coverage: 100.0% of statements [2021-01-14T22:44:12.760Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-01-14T22:44:12.760Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.043s coverage: 0.0% of statements [2021-01-14T22:44:12.760Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-01-14T22:44:12.760Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.034s coverage: 100.0% of statements [2021-01-14T22:44:12.760Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-01-14T22:44:12.760Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-01-14T22:44:12.760Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-01-14T22:44:12.760Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-01-14T22:44:12.760Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.051s coverage: 87.9% of statements [2021-01-14T22:44:12.760Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-01-14T22:44:12.760Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-01-14T22:44:12.760Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.032s coverage: 100.0% of statements [2021-01-14T22:44:13.061Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.033s coverage: 32.1% of statements [2021-01-14T22:44:13.670Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.032s coverage: 100.0% of statements [2021-01-14T22:44:13.934Z] GO111MODULE=on go vet ./... [2021-01-14T22:44:36.249Z] gofmt -l . [2021-01-14T22:44:36.249Z] [ "`gofmt -l .`" = "" ] [2021-01-14T22:44:36.531Z] ./bin/test-go-mod-tidy.sh [2021-01-14T22:44:37.193Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-01-14T22:44:37.951Z] + ls -al . [2021-01-14T22:44:37.952Z] total 656 [2021-01-14T22:44:37.952Z] drwxrwxr-x 10 1001 1001 4096 Jan 14 22:44 . [2021-01-14T22:44:37.952Z] drwxr-xr-x 4 root root 28 Jan 14 22:43 .. [2021-01-14T22:44:37.952Z] -rw-rw-r-- 1 1001 1001 11 Jan 14 22:41 .dockerignore [2021-01-14T22:44:37.952Z] drwxrwxr-x 8 1001 1001 179 Jan 14 22:41 .git [2021-01-14T22:44:37.952Z] drwxrwxr-x 3 1001 1001 125 Jan 14 22:41 .github [2021-01-14T22:44:37.952Z] -rw-rw-r-- 1 1001 1001 824 Jan 14 22:41 .gitignore [2021-01-14T22:44:37.952Z] drwx------ 3 1001 1001 47 Jan 14 22:42 .semver [2021-01-14T22:44:37.952Z] -rw-rw-r-- 1 1001 1001 166 Jan 14 22:41 .sonarcloud.properties [2021-01-14T22:44:37.952Z] -rw-rw-r-- 1 1001 1001 7744 Jan 14 22:41 Attribution.txt [2021-01-14T22:44:37.952Z] -rw-rw-r-- 1 1001 1001 3804 Jan 14 22:41 CONTRIBUTING.md [2021-01-14T22:44:37.952Z] -rw-rw-r-- 1 1001 1001 931 Jan 14 22:41 Dockerfile.build [2021-01-14T22:44:37.952Z] -rw-rw-r-- 1 1001 1001 863 Jan 14 22:41 Jenkinsfile [2021-01-14T22:44:37.952Z] -rw-rw-r-- 1 1001 1001 10775 Jan 14 22:41 LICENSE [2021-01-14T22:44:37.952Z] -rw-rw-r-- 1 1001 1001 5750 Jan 14 22:41 Makefile [2021-01-14T22:44:37.952Z] -rw-rw-r-- 1 1001 1001 6524 Jan 14 22:41 README.md [2021-01-14T22:44:37.952Z] -rw-rw-r-- 1 1001 1001 6744 Jan 14 22:41 SECURITY.md [2021-01-14T22:44:37.952Z] -rw-rw-r-- 1 1001 1001 5 Jan 14 22:42 VERSION [2021-01-14T22:44:37.952Z] -rw-rw-r-- 1 1001 1001 4131 Jan 14 22:41 ZMQWindows.md [2021-01-14T22:44:37.952Z] drwxrwxr-x 2 1001 1001 117 Jan 14 22:41 bin [2021-01-14T22:44:37.952Z] drwxrwxr-x 14 1001 1001 4096 Jan 14 22:41 cmd [2021-01-14T22:44:37.952Z] -rw-r--r-- 1 root root 550321 Jan 14 22:44 coverage.out [2021-01-14T22:44:37.952Z] -rw-r--r-- 1 root root 981 Jan 14 22:44 go.mod [2021-01-14T22:44:37.952Z] -rw-r--r-- 1 root root 19241 Jan 14 22:44 go.sum [2021-01-14T22:44:37.952Z] drwxrwxr-x 8 1001 1001 127 Jan 14 22:41 internal [2021-01-14T22:44:37.952Z] drwxrwxr-x 4 1001 1001 26 Jan 14 22:41 openapi [2021-01-14T22:44:37.952Z] drwxrwxr-x 4 1001 1001 71 Jan 14 22:41 snap [2021-01-14T22:44:37.952Z] -rw-rw-r-- 1 1001 1001 168 Jan 14 22:41 version.go [Pipeline] sh [2021-01-14T22:44:38.351Z] + '[' -e coverage.out ] [2021-01-14T22:44:38.351Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-01-14T22:44:38.593Z] Stashed 1 file(s) [Pipeline] sh [2021-01-14T22:44:38.943Z] + make build [2021-01-14T22:44:38.943Z] 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-14T22:44:41.568Z] 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-14T22:44:49.984Z] 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-14T22:44:49.984Z] 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-14T22:44:51.407Z] 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-14T22:44:51.672Z] 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-14T22:44:53.092Z] 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-14T22:44:54.521Z] 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-14T22:44:55.099Z] 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-14T22:44:56.499Z] 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-14T22:44:57.474Z] 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-14T22:44:58.475Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [Pipeline] } [2021-01-14T22:44:59.525Z] $ docker stop --time=1 afa17ad12c608038f807e92a639dd6af2466680104646a7d35c4251cd6164ba1 [2021-01-14T22:45:01.238Z] $ docker rm -f afa17ad12c608038f807e92a639dd6af2466680104646a7d35c4251cd6164ba1 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-14T22:45:05.678Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-14T22:45:05.678Z] [2021-01-14T22:45:05.678Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-01-14T22:45:06.051Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-14T22:45:06.052Z] latest: Pulling from edgex-devops/edgex-compose [2021-01-14T22:45:06.052Z] cbdbe7a5bc2a: Pulling fs layer [2021-01-14T22:45:06.052Z] ca9280d653b3: Pulling fs layer [2021-01-14T22:45:06.052Z] 7e9c9ca2126c: Pulling fs layer [2021-01-14T22:45:06.625Z] cbdbe7a5bc2a: Download complete [2021-01-14T22:45:07.248Z] cbdbe7a5bc2a: Pull complete [2021-01-14T22:45:07.248Z] ca9280d653b3: Verifying Checksum [2021-01-14T22:45:07.248Z] ca9280d653b3: Download complete [2021-01-14T22:45:08.268Z] ca9280d653b3: Pull complete [2021-01-14T22:45:08.869Z] 7e9c9ca2126c: Verifying Checksum [2021-01-14T22:45:08.869Z] 7e9c9ca2126c: Download complete [2021-01-14T22:45:15.598Z] 7e9c9ca2126c: Pull complete [2021-01-14T22:45:15.598Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-01-14T22:45:15.598Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-14T22:45:15.598Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-01-14T22:45:15.857Z] prd-centos7-docker-4c-2g-20320 does not seem to be running inside a container [2021-01-14T22:45:16.019Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@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-14T22:45:18.987Z] $ docker top c9eb3109b064c3a5d1a8f3a331fe89aebec2bb0959ff0f4b5392450db9154f00 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-14T22:45:19.603Z] + docker-compose build --help [2021-01-14T22:45:19.603Z] + grep parallel [2021-01-14T22:45:20.582Z] --parallel Build images in parallel. [Pipeline] } [2021-01-14T22:45:20.626Z] $ docker stop --time=1 c9eb3109b064c3a5d1a8f3a331fe89aebec2bb0959ff0f4b5392450db9154f00 [2021-01-14T22:45:22.047Z] $ docker rm -f c9eb3109b064c3a5d1a8f3a331fe89aebec2bb0959ff0f4b5392450db9154f00 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-14T22:45:22.675Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-14T22:45:22.675Z] . [Pipeline] withDockerContainer [2021-01-14T22:45:22.775Z] prd-centos7-docker-4c-2g-20320 does not seem to be running inside a container [2021-01-14T22:45:22.835Z] $ 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/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-01-14T22:45:23.432Z] $ docker top 9b4cd0cc28ca77f5050ac2abe16d8483507b3c07534a1ff4a14abb96fe9019a9 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-14T22:45:24.000Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-14T22:45:24.944Z] Building docker-core-command-go ... [2021-01-14T22:45:24.944Z] Building docker-core-data-go ... [2021-01-14T22:45:24.944Z] Building docker-core-metadata-go ... [2021-01-14T22:45:24.944Z] Building docker-security-bootstrap-redis-go ... [2021-01-14T22:45:24.944Z] Building docker-security-proxy-setup-go ... [2021-01-14T22:45:24.944Z] Building docker-security-secretstore-setup-go ... [2021-01-14T22:45:24.944Z] Building docker-support-notifications-go ... [2021-01-14T22:45:24.944Z] Building docker-support-scheduler-go ... [2021-01-14T22:45:24.944Z] Building docker-sys-mgmt-agent-go ... [2021-01-14T22:45:24.944Z] Building docker-support-notifications-go [2021-01-14T22:45:24.944Z] Building docker-security-bootstrap-redis-go [2021-01-14T22:45:24.944Z] Building docker-security-proxy-setup-go [2021-01-14T22:45:24.944Z] Building docker-core-data-go [2021-01-14T22:45:24.944Z] Building docker-support-scheduler-go [2021-01-14T22:45:51.983Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-14T22:45:51.983Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-14T22:45:51.983Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-14T22:45:51.983Z] ---> 33806bc7577f [2021-01-14T22:45:51.983Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-14T22:45:51.983Z] ---> 33806bc7577f [2021-01-14T22:45:51.983Z] Step 3/21 : WORKDIR /edgex-go [2021-01-14T22:45:51.983Z] Step 3/23 : WORKDIR /edgex-go [2021-01-14T22:45:51.983Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-14T22:45:51.983Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-14T22:45:51.983Z] ---> 33806bc7577f [2021-01-14T22:45:51.983Z] Step 3/24 : WORKDIR /edgex-go [2021-01-14T22:45:52.280Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-14T22:45:52.280Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-14T22:45:52.280Z] ---> 33806bc7577f [2021-01-14T22:45:52.280Z] Step 3/22 : WORKDIR /edgex-go [2021-01-14T22:45:52.593Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-14T22:45:52.593Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-14T22:45:52.593Z] ---> 33806bc7577f [2021-01-14T22:45:52.593Z] Step 3/21 : WORKDIR /edgex-go [2021-01-14T22:45:53.275Z] ---> Running in 6671e3d2627b [2021-01-14T22:45:53.275Z] ---> Running in 07bdf32ec8e1 [2021-01-14T22:45:53.275Z] ---> Running in 5d6161ddf855 [2021-01-14T22:45:53.275Z] ---> Running in 1bd505cf8df9 [2021-01-14T22:45:53.275Z] ---> Running in 7167c05b1200 [2021-01-14T22:45:53.894Z] Removing intermediate container 7167c05b1200 [2021-01-14T22:45:53.894Z] ---> 156b9af535be [2021-01-14T22:45:53.894Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-14T22:45:53.894Z] Removing intermediate container 1bd505cf8df9 [2021-01-14T22:45:53.894Z] ---> 6df0bbb5171e [2021-01-14T22:45:53.894Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-14T22:45:53.894Z] Removing intermediate container 5d6161ddf855 [2021-01-14T22:45:53.894Z] ---> 3406dae92937 [2021-01-14T22:45:53.894Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-14T22:45:53.894Z] Removing intermediate container 6671e3d2627b [2021-01-14T22:45:53.894Z] ---> 9804ac528d01 [2021-01-14T22:45:53.894Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-14T22:45:53.894Z] Removing intermediate container 07bdf32ec8e1 [2021-01-14T22:45:53.894Z] ---> 7a09a5918e26 [2021-01-14T22:45:53.894Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-14T22:45:53.894Z] ---> Running in 1160ec13d761 [2021-01-14T22:45:53.894Z] ---> Running in 4aa31d608d3e [2021-01-14T22:45:53.894Z] ---> Running in 377a44f83c8f [2021-01-14T22:45:53.894Z] ---> Running in 500deba750e5 [2021-01-14T22:45:53.894Z] ---> Running in 08493a9ff719 [2021-01-14T22:45:55.934Z] Removing intermediate container 4aa31d608d3e [2021-01-14T22:45:55.934Z] ---> b10506dc75f6 [2021-01-14T22:45:55.934Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-14T22:45:55.934Z] Removing intermediate container 377a44f83c8f [2021-01-14T22:45:55.934Z] ---> 9af267728a95 [2021-01-14T22:45:55.934Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-14T22:45:55.934Z] ---> Running in fa7165179db5 [2021-01-14T22:45:56.206Z] ---> Running in 6420cc9c185d [2021-01-14T22:45:56.206Z] Removing intermediate container 1160ec13d761 [2021-01-14T22:45:56.206Z] ---> 2a4e173aa46b [2021-01-14T22:45:56.206Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-14T22:45:56.206Z] Removing intermediate container 500deba750e5 [2021-01-14T22:45:56.206Z] ---> 116d71070aeb [2021-01-14T22:45:56.206Z] Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates [2021-01-14T22:45:56.491Z] ---> Running in a7d4beade916 [2021-01-14T22:45:56.491Z] Removing intermediate container 08493a9ff719 [2021-01-14T22:45:56.491Z] ---> 220936e89442 [2021-01-14T22:45:56.491Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-14T22:45:56.491Z] ---> Running in c786e33e3888 [2021-01-14T22:45:56.765Z] ---> Running in a398bfb58ea2 [2021-01-14T22:45:57.640Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-14T22:45:57.640Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-14T22:45:57.640Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-14T22:45:57.640Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-14T22:45:57.640Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-14T22:45:58.285Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-14T22:45:58.285Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-14T22:45:58.285Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-14T22:45:58.285Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-14T22:45:58.285Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-14T22:45:58.904Z] OK: 233 MiB in 51 packages [2021-01-14T22:45:58.904Z] OK: 233 MiB in 51 packages [2021-01-14T22:45:58.904Z] OK: 233 MiB in 51 packages [2021-01-14T22:45:59.193Z] OK: 233 MiB in 51 packages [2021-01-14T22:45:59.478Z] OK: 233 MiB in 51 packages [2021-01-14T22:45:59.478Z] Removing intermediate container fa7165179db5 [2021-01-14T22:45:59.478Z] ---> 8ec7e4d68466 [2021-01-14T22:45:59.478Z] Step 6/21 : COPY go.mod . [2021-01-14T22:45:59.770Z] Removing intermediate container c786e33e3888 [2021-01-14T22:45:59.770Z] ---> 0f1579938cec [2021-01-14T22:45:59.770Z] Step 6/24 : COPY go.mod . [2021-01-14T22:45:59.770Z] ---> f250374aa7d3 [2021-01-14T22:45:59.770Z] Step 7/21 : RUN go mod download [2021-01-14T22:46:00.072Z] Removing intermediate container a398bfb58ea2 [2021-01-14T22:46:00.072Z] ---> a94feedc4673 [2021-01-14T22:46:00.072Z] Step 6/23 : COPY go.mod . [2021-01-14T22:46:00.072Z] Removing intermediate container 6420cc9c185d [2021-01-14T22:46:00.072Z] ---> 71b7a9e8ea43 [2021-01-14T22:46:00.072Z] Step 6/21 : COPY go.mod . [2021-01-14T22:46:00.072Z] ---> Running in f7c7dea51777 [2021-01-14T22:46:00.371Z] Removing intermediate container a7d4beade916 [2021-01-14T22:46:00.371Z] ---> 41c6a09155ed [2021-01-14T22:46:00.371Z] Step 6/22 : COPY go.mod . [2021-01-14T22:46:00.371Z] ---> 9390184a2356 [2021-01-14T22:46:00.371Z] Step 7/24 : RUN go mod download [2021-01-14T22:46:00.371Z] ---> be85c14c5cfc [2021-01-14T22:46:00.371Z] Step 7/23 : RUN go mod download [2021-01-14T22:46:00.663Z] ---> Running in a748cf1da04c [2021-01-14T22:46:00.663Z] ---> 78e26879ca9a [2021-01-14T22:46:00.663Z] Step 7/21 : RUN go mod download [2021-01-14T22:46:00.663Z] ---> Running in 55ec00928330 [2021-01-14T22:46:00.663Z] ---> f108f54e3ff9 [2021-01-14T22:46:00.663Z] Step 7/22 : RUN go mod download [2021-01-14T22:46:00.663Z] ---> Running in d132404809d1 [2021-01-14T22:46:00.953Z] ---> Running in 7920ca49a3d0 [2021-01-14T22:46:02.980Z] Removing intermediate container f7c7dea51777 [2021-01-14T22:46:02.980Z] ---> 7eacce653511 [2021-01-14T22:46:02.980Z] Step 8/21 : COPY . . [2021-01-14T22:46:02.980Z] Removing intermediate container a748cf1da04c [2021-01-14T22:46:02.980Z] ---> 9f227ce2b83a [2021-01-14T22:46:02.980Z] Step 8/24 : COPY . . [2021-01-14T22:46:05.692Z] Removing intermediate container 7920ca49a3d0 [2021-01-14T22:46:05.692Z] ---> 476353147c65 [2021-01-14T22:46:05.692Z] Step 8/22 : COPY . . [2021-01-14T22:46:07.151Z] Removing intermediate container d132404809d1 [2021-01-14T22:46:07.152Z] ---> 6ac5211888d6 [2021-01-14T22:46:07.152Z] Step 8/21 : COPY . . [2021-01-14T22:46:09.159Z] Removing intermediate container 55ec00928330 [2021-01-14T22:46:09.159Z] ---> 7cfe7f1a7302 [2021-01-14T22:46:09.159Z] Step 8/23 : COPY . . [2021-01-14T22:46:10.339Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-20324 in /w/workspace/edgexfoundry_edgex-go_PR-3032 [Pipeline] { [Pipeline] ws [2021-01-14T22:46:10.419Z] Running in /w/workspace/edgex-go/5 [Pipeline] { [Pipeline] checkout [2021-01-14T22:46:16.010Z] using credential edgex-jenkins-ssh [2021-01-14T22:46:16.069Z] Cloning the remote Git repository [2021-01-14T22:46:16.125Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-01-14T22:46:16.303Z] > git init /w/workspace/edgex-go/5 # timeout=10 [2021-01-14T22:46:16.503Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-14T22:46:16.504Z] > git --version # timeout=10 [2021-01-14T22:46:16.518Z] > git --version # 'git version 2.17.1' [2021-01-14T22:46:16.519Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-14T22:46:16.569Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-14T22:46:30.803Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-14T22:46:30.819Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-14T22:46:30.852Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-14T22:46:30.883Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-14T22:46:30.883Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-14T22:46:30.894Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3032/head:refs/remotes/origin/PR-3032 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-14T22:46:31.695Z] Merging remotes/origin/master commit 60451040515ee9eeb901ca3bb1c4662a631f475e into PR head commit 7bf9428fc8b174909a95a12a3c8181a378f1c5e7 [2021-01-14T22:46:32.157Z] Merge succeeded, producing 7bf9428fc8b174909a95a12a3c8181a378f1c5e7 [2021-01-14T22:46:32.157Z] Checking out Revision 7bf9428fc8b174909a95a12a3c8181a378f1c5e7 (PR-3032) [2021-01-14T22:46:31.723Z] > git config core.sparsecheckout # timeout=10 [2021-01-14T22:46:31.747Z] > git checkout -f 7bf9428fc8b174909a95a12a3c8181a378f1c5e7 # timeout=10 [2021-01-14T22:46:32.031Z] > git remote # timeout=10 [2021-01-14T22:46:32.051Z] > git config --get remote.origin.url # timeout=10 [2021-01-14T22:46:32.067Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-14T22:46:32.082Z] > git merge 60451040515ee9eeb901ca3bb1c4662a631f475e # timeout=10 [2021-01-14T22:46:32.106Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-14T22:46:32.163Z] > git config core.sparsecheckout # timeout=10 [2021-01-14T22:46:32.202Z] > git checkout -f 7bf9428fc8b174909a95a12a3c8181a378f1c5e7 # timeout=10 [2021-01-14T22:46:36.822Z] Commit message: "build: Update to use go-mod-messaging v2" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-14T22:46:38.388Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-01-14T22:46:38.864Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-14T22:46:39.214Z] + sudo service docker restart [2021-01-14T22:46:39.214Z] + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-14T22:46:41.294Z] provisioning config files... [2021-01-14T22:46:41.341Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/5@tmp/config4432776402413156318tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-14T22:46:41.684Z] ---> 69f937cececb [2021-01-14T22:46:41.684Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-14T22:46:41.684Z] ---> 911293b5892d [2021-01-14T22:46:41.684Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2021-01-14T22:46:41.684Z] ---> 81c59131be18 [2021-01-14T22:46:41.684Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2021-01-14T22:46:41.684Z] ---> 441d5b74f7cc [2021-01-14T22:46:41.684Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-14T22:46:41.684Z] ---> b92df714de42 [2021-01-14T22:46:41.684Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-01-14T22:46:41.684Z] ---> Running in 7b118c349fd2 [2021-01-14T22:46:41.684Z] ---> Running in 3424b81ddc42 [2021-01-14T22:46:41.684Z] ---> Running in c13d7aa99daf [2021-01-14T22:46:41.684Z] ---> Running in c663aaa1e292 [2021-01-14T22:46:41.684Z] ---> Running in fdd05ef99f34 [2021-01-14T22:46:41.753Z] ---> docker-login.sh [2021-01-14T22:46:41.753Z] nexus3.edgexfoundry.org:10001 [2021-01-14T22:46:42.289Z] 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-14T22:46:42.289Z] 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-14T22:46:42.289Z] 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-14T22:46:42.289Z] 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-14T22:46:42.289Z] 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-14T22:46:42.777Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-14T22:46:43.060Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-14T22:46:43.060Z] Configure a credential helper to remove this warning. See [2021-01-14T22:46:43.060Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-14T22:46:43.060Z] [2021-01-14T22:46:43.060Z] Login Succeeded [2021-01-14T22:46:43.060Z] nexus3.edgexfoundry.org:10002 [2021-01-14T22:46:43.336Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-14T22:46:43.614Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-14T22:46:43.614Z] Configure a credential helper to remove this warning. See [2021-01-14T22:46:43.614Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-14T22:46:43.614Z] [2021-01-14T22:46:43.614Z] Login Succeeded [2021-01-14T22:46:43.614Z] nexus3.edgexfoundry.org:10003 [2021-01-14T22:46:43.892Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-14T22:46:44.170Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-14T22:46:44.170Z] Configure a credential helper to remove this warning. See [2021-01-14T22:46:44.170Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-14T22:46:44.170Z] [2021-01-14T22:46:44.170Z] Login Succeeded [2021-01-14T22:46:44.170Z] nexus3.edgexfoundry.org:10004 [2021-01-14T22:46:44.450Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-14T22:46:44.727Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-14T22:46:44.727Z] Configure a credential helper to remove this warning. See [2021-01-14T22:46:44.727Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-14T22:46:44.727Z] [2021-01-14T22:46:44.727Z] Login Succeeded [2021-01-14T22:46:44.727Z] docker.io [2021-01-14T22:46:45.001Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-14T22:46:45.596Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-14T22:46:45.596Z] Configure a credential helper to remove this warning. See [2021-01-14T22:46:45.596Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-14T22:46:45.596Z] [2021-01-14T22:46:45.596Z] Login Succeeded [2021-01-14T22:46:45.596Z] ---> docker-login.sh ends [Pipeline] } [2021-01-14T22:46:45.613Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-01-14T22:46:46.088Z] ========================================================= [2021-01-14T22:46:46.088Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-01-14T22:46:46.088Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-14T22:46:46.482Z] + 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-14T22:46:49.153Z] Sending build context to Docker daemon 165.5MB [2021-01-14T22:46:49.153Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-14T22:46:49.153Z] Step 2/6 : FROM ${BASE} [2021-01-14T22:46:49.153Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-01-14T22:46:49.153Z] 5f621e34cdf4: Pulling fs layer [2021-01-14T22:46:49.153Z] a4357932f1b6: Pulling fs layer [2021-01-14T22:46:49.153Z] 18c013af1878: Pulling fs layer [2021-01-14T22:46:49.153Z] 00ac8860ef70: Pulling fs layer [2021-01-14T22:46:49.153Z] 63d7cb157983: Pulling fs layer [2021-01-14T22:46:49.153Z] b116817d02f9: Pulling fs layer [2021-01-14T22:46:49.153Z] 745a02a5169b: Pulling fs layer [2021-01-14T22:46:49.153Z] 63d7cb157983: Waiting [2021-01-14T22:46:49.153Z] 745a02a5169b: Waiting [2021-01-14T22:46:49.153Z] b116817d02f9: Waiting [2021-01-14T22:46:49.153Z] 00ac8860ef70: Waiting [2021-01-14T22:46:49.153Z] 18c013af1878: Download complete [2021-01-14T22:46:49.153Z] a4357932f1b6: Verifying Checksum [2021-01-14T22:46:49.153Z] a4357932f1b6: Download complete [2021-01-14T22:46:49.153Z] 63d7cb157983: Verifying Checksum [2021-01-14T22:46:49.153Z] 63d7cb157983: Download complete [2021-01-14T22:46:49.153Z] b116817d02f9: Verifying Checksum [2021-01-14T22:46:49.153Z] b116817d02f9: Download complete [2021-01-14T22:46:49.153Z] 5f621e34cdf4: Download complete [2021-01-14T22:46:50.174Z] 5f621e34cdf4: Pull complete [2021-01-14T22:46:50.455Z] a4357932f1b6: Pull complete [2021-01-14T22:46:51.068Z] 18c013af1878: Pull complete [2021-01-14T22:46:51.675Z] 745a02a5169b: Verifying Checksum [2021-01-14T22:46:51.675Z] 745a02a5169b: Download complete [2021-01-14T22:46:53.130Z] 00ac8860ef70: Verifying Checksum [2021-01-14T22:46:53.130Z] 00ac8860ef70: Download complete [2021-01-14T22:47:03.313Z] 00ac8860ef70: Pull complete [2021-01-14T22:47:03.313Z] 63d7cb157983: Pull complete [2021-01-14T22:47:03.313Z] b116817d02f9: Pull complete [2021-01-14T22:47:06.713Z] 745a02a5169b: Pull complete [2021-01-14T22:47:06.713Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-01-14T22:47:06.713Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-01-14T22:47:06.713Z] ---> b7e6874047d6 [2021-01-14T22:47:06.713Z] 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-14T22:47:09.068Z] 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-14T22:47:10.120Z] ---> Running in 483c70f220e6 [2021-01-14T22:47:11.563Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-14T22:47:11.676Z] Removing intermediate container c663aaa1e292 [2021-01-14T22:47:11.676Z] ---> 5b4d18fcea2d [2021-01-14T22:47:11.676Z] [2021-01-14T22:47:11.676Z] Step 10/22 : FROM alpine:3.12 [2021-01-14T22:47:11.676Z] 3.12: Pulling from library/alpine [2021-01-14T22:47:12.158Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-14T22:47:12.293Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-14T22:47:12.293Z] Status: Downloaded newer image for alpine:3.12 [2021-01-14T22:47:12.293Z] ---> 389fef711851 [2021-01-14T22:47:12.293Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-14T22:47:13.134Z] (1/12) Installing libmagic (5.38-r0) [2021-01-14T22:47:13.732Z] (2/12) Installing file (5.38-r0) [2021-01-14T22:47:13.732Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-14T22:47:13.732Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-14T22:47:15.786Z] ---> Running in 24fd60f8b04f [2021-01-14T22:47:16.055Z] Removing intermediate container c13d7aa99daf [2021-01-14T22:47:16.055Z] ---> 077444d01a38 [2021-01-14T22:47:16.055Z] [2021-01-14T22:47:16.055Z] Step 10/21 : FROM scratch [2021-01-14T22:47:16.055Z] ---> [2021-01-14T22:47:16.055Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-14T22:47:16.055Z] Removing intermediate container 7b118c349fd2 [2021-01-14T22:47:16.055Z] ---> 42dc4dd9a613 [2021-01-14T22:47:16.055Z] [2021-01-14T22:47:16.055Z] Step 10/24 : FROM scratch [2021-01-14T22:47:16.055Z] ---> [2021-01-14T22:47:16.055Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2021-01-14T22:47:16.333Z] ---> Running in e0ace7da2925 [2021-01-14T22:47:16.333Z] ---> Running in 7b1ecf2e8723 [2021-01-14T22:47:16.917Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-14T22:47:16.917Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-14T22:47:17.182Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-14T22:47:17.182Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-14T22:47:17.182Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-14T22:47:17.182Z] (4/5) Installing curl (7.69.1-r3) [2021-01-14T22:47:17.182Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-14T22:47:17.182Z] Executing busybox-1.31.1-r19.trigger [2021-01-14T22:47:17.182Z] Executing ca-certificates-20191127-r4.trigger [2021-01-14T22:47:17.182Z] OK: 7 MiB in 19 packages [2021-01-14T22:47:18.032Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-14T22:47:18.032Z] (6/12) Installing patch (2.7.6-r6) [2021-01-14T22:47:18.032Z] (7/12) Installing build-base (0.5-r2) [2021-01-14T22:47:18.032Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-14T22:47:18.032Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-14T22:47:18.032Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-14T22:47:18.032Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-14T22:47:18.032Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-14T22:47:18.302Z] Executing busybox-1.31.1-r19.trigger [2021-01-14T22:47:18.302Z] OK: 217 MiB in 51 packages [2021-01-14T22:47:18.588Z] Removing intermediate container e0ace7da2925 [2021-01-14T22:47:18.588Z] ---> cf3dea905b35 [2021-01-14T22:47:18.588Z] Step 12/21 : ENV APP_PORT=48085 [2021-01-14T22:47:18.588Z] Removing intermediate container 7b1ecf2e8723 [2021-01-14T22:47:18.588Z] ---> 86387781dba5 [2021-01-14T22:47:18.588Z] Step 12/24 : ENV APP_PORT=48060 [2021-01-14T22:47:20.512Z] ---> Running in e79c6f8eb1f5 [2021-01-14T22:47:20.512Z] ---> Running in 634e08cd6756 [2021-01-14T22:47:20.512Z] Removing intermediate container 3424b81ddc42 [2021-01-14T22:47:20.512Z] ---> 31fee102e0e4 [2021-01-14T22:47:20.512Z] [2021-01-14T22:47:20.512Z] Step 10/21 : FROM alpine:3.12 [2021-01-14T22:47:20.512Z] ---> 389fef711851 [2021-01-14T22:47:20.512Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-01-14T22:47:20.512Z] Removing intermediate container fdd05ef99f34 [2021-01-14T22:47:20.512Z] ---> 260c8b303af0 [2021-01-14T22:47:20.512Z] [2021-01-14T22:47:20.512Z] Step 10/23 : FROM alpine:3.12 [2021-01-14T22:47:20.512Z] ---> 389fef711851 [2021-01-14T22:47:20.512Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-14T22:47:20.512Z] ---> Running in 35f762e4b748 [2021-01-14T22:47:21.086Z] ---> Running in 9a3e23cd93f0 [2021-01-14T22:47:21.086Z] Removing intermediate container 634e08cd6756 [2021-01-14T22:47:21.086Z] ---> 6984acd56e4b [2021-01-14T22:47:21.086Z] Step 13/24 : EXPOSE $APP_PORT [2021-01-14T22:47:21.086Z] Removing intermediate container e79c6f8eb1f5 [2021-01-14T22:47:21.086Z] ---> ccaa8bca44cf [2021-01-14T22:47:21.086Z] Step 13/21 : EXPOSE $APP_PORT [2021-01-14T22:47:21.359Z] Removing intermediate container 24fd60f8b04f [2021-01-14T22:47:21.359Z] ---> 126bdc9d526a [2021-01-14T22:47:21.359Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2021-01-14T22:47:21.359Z] ---> Running in 3aa92f9a52a3 [2021-01-14T22:47:21.359Z] ---> Running in 4e3d0ab3cf30 [2021-01-14T22:47:21.359Z] ---> Running in 653d088ad7e5 [2021-01-14T22:47:21.932Z] Removing intermediate container 9a3e23cd93f0 [2021-01-14T22:47:21.932Z] ---> 4c30673a2020 [2021-01-14T22:47:21.932Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-14T22:47:21.932Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-14T22:47:21.932Z] ---> Running in bb6073514a3b [2021-01-14T22:47:21.932Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-14T22:47:22.193Z] Removing intermediate container 3aa92f9a52a3 [2021-01-14T22:47:22.193Z] ---> a8b9e6f4fa93 [2021-01-14T22:47:22.193Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2021-01-14T22:47:22.193Z] Removing intermediate container 4e3d0ab3cf30 [2021-01-14T22:47:22.193Z] ---> 7c7be81191cc [2021-01-14T22:47:22.193Z] Step 14/21 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-14T22:47:22.193Z] Removing intermediate container 653d088ad7e5 [2021-01-14T22:47:22.193Z] ---> 53f100456d70 [2021-01-14T22:47:22.193Z] Step 13/22 : WORKDIR / [2021-01-14T22:47:22.193Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-14T22:47:22.193Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-14T22:47:22.193Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-14T22:47:22.193Z] (4/4) Installing curl (7.69.1-r3) [2021-01-14T22:47:22.193Z] Executing busybox-1.31.1-r19.trigger [2021-01-14T22:47:22.193Z] Executing ca-certificates-20191127-r4.trigger [2021-01-14T22:47:22.457Z] OK: 7 MiB in 18 packages [2021-01-14T22:47:22.604Z] Removing intermediate container 483c70f220e6 [2021-01-14T22:47:22.604Z] ---> e626e64b3cde [2021-01-14T22:47:22.604Z] Step 4/6 : WORKDIR /edgex-go [2021-01-14T22:47:22.604Z] ---> Running in f98ca24dbc74 [2021-01-14T22:47:22.719Z] ---> Running in 77e75d03e45b [2021-01-14T22:47:22.878Z] Removing intermediate container f98ca24dbc74 [2021-01-14T22:47:22.878Z] ---> 79aa76b64354 [2021-01-14T22:47:22.878Z] Step 5/6 : COPY go.mod . [2021-01-14T22:47:22.984Z] Removing intermediate container bb6073514a3b [2021-01-14T22:47:22.984Z] ---> 56f03b60a627 [2021-01-14T22:47:22.984Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-14T22:47:22.984Z] ---> 374ebd9dbdff [2021-01-14T22:47:22.984Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2021-01-14T22:47:22.984Z] ---> 10714066d9e7 [2021-01-14T22:47:22.984Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-14T22:47:22.984Z] ---> Running in 506a849526fe [2021-01-14T22:47:23.247Z] Removing intermediate container 77e75d03e45b [2021-01-14T22:47:23.247Z] ---> 609b2812bfa9 [2021-01-14T22:47:23.247Z] Step 14/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-14T22:47:23.822Z] Removing intermediate container 506a849526fe [2021-01-14T22:47:23.822Z] ---> 8ea95f45c984 [2021-01-14T22:47:23.822Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-14T22:47:23.855Z] ---> f41fbabdd4b4 [2021-01-14T22:47:23.856Z] Step 6/6 : RUN go mod download [2021-01-14T22:47:23.856Z] ---> Running in bd558e196774 [2021-01-14T22:47:24.769Z] ---> Running in dd146a686e7a [2021-01-14T22:47:24.769Z] Removing intermediate container 35f762e4b748 [2021-01-14T22:47:24.769Z] ---> 777d7d5e51fe [2021-01-14T22:47:24.769Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-14T22:47:24.769Z] ---> 4496de8d5d64 [2021-01-14T22:47:24.769Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2021-01-14T22:47:24.769Z] ---> af6a9a5bc7d5 [2021-01-14T22:47:24.769Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2021-01-14T22:47:24.769Z] ---> 41f378086258 [2021-01-14T22:47:24.769Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-14T22:47:25.034Z] ---> Running in bf5869c7a224 [2021-01-14T22:47:25.304Z] ---> 705571862b2b [2021-01-14T22:47:25.304Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2021-01-14T22:47:25.565Z] ---> Running in ca5216801026 [2021-01-14T22:47:25.565Z] ---> ab660ac11dde [2021-01-14T22:47:25.565Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-14T22:47:25.565Z] Removing intermediate container bf5869c7a224 [2021-01-14T22:47:25.565Z] ---> 2a8bb8585fb5 [2021-01-14T22:47:25.565Z] Step 13/21 : WORKDIR /edgex [2021-01-14T22:47:25.565Z] ---> Running in 8c3bfe547805 [2021-01-14T22:47:25.565Z] ---> ab0f27af8490 [2021-01-14T22:47:25.565Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2021-01-14T22:47:25.827Z] Removing intermediate container ca5216801026 [2021-01-14T22:47:25.827Z] ---> d6481e9e3ed0 [2021-01-14T22:47:25.827Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-14T22:47:26.091Z] ---> 65ab68a1d02a [2021-01-14T22:47:26.091Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-14T22:47:26.091Z] ---> Running in 8d3ffb965e27 [2021-01-14T22:47:26.091Z] Removing intermediate container 8c3bfe547805 [2021-01-14T22:47:26.091Z] ---> bcf890cdbf38 [2021-01-14T22:47:26.091Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-14T22:47:26.358Z] ---> e34a9922f390 [2021-01-14T22:47:26.358Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2021-01-14T22:47:26.358Z] Removing intermediate container 8d3ffb965e27 [2021-01-14T22:47:26.358Z] ---> d13dae5bb668 [2021-01-14T22:47:26.358Z] Step 19/21 : LABEL arch=x86_64 [2021-01-14T22:47:26.358Z] Removing intermediate container dd146a686e7a [2021-01-14T22:47:26.358Z] ---> 650a2f204011 [2021-01-14T22:47:26.358Z] Step 15/23 : RUN apk add --update --no-cache zeromq [2021-01-14T22:47:26.658Z] ---> Running in 190dd74d6eac [2021-01-14T22:47:26.658Z] ---> b402930f5b3c [2021-01-14T22:47:26.658Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-14T22:47:26.658Z] ---> Running in b90a7dce10f6 [2021-01-14T22:47:26.658Z] ---> 341b0ea6c70a [2021-01-14T22:47:26.658Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-14T22:47:26.930Z] ---> da0122be34c5 [2021-01-14T22:47:26.930Z] Step 18/22 : RUN chmod +x entrypoint.sh [2021-01-14T22:47:27.515Z] ---> Running in 46cbeda998d5 [2021-01-14T22:47:27.515Z] Removing intermediate container b90a7dce10f6 [2021-01-14T22:47:27.515Z] ---> a4c0baf6f4fa [2021-01-14T22:47:27.515Z] Step 20/21 : LABEL git_sha=7bf9428fc8b174909a95a12a3c8181a378f1c5e7 [2021-01-14T22:47:27.515Z] ---> 6e1e64abcefc [2021-01-14T22:47:27.515Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2021-01-14T22:47:27.515Z] ---> ef3208ceb286 [2021-01-14T22:47:27.515Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-14T22:47:27.792Z] ---> Running in 3730ab2c1132 [2021-01-14T22:47:27.792Z] ---> Running in 2455870c7e91 [2021-01-14T22:47:27.792Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-14T22:47:28.059Z] Removing intermediate container 2455870c7e91 [2021-01-14T22:47:28.059Z] ---> 679908e34fd9 [2021-01-14T22:47:28.059Z] Step 21/21 : LABEL version=0.0.0 [2021-01-14T22:47:28.059Z] Removing intermediate container 3730ab2c1132 [2021-01-14T22:47:28.059Z] ---> 09bcc1aba57f [2021-01-14T22:47:28.059Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-14T22:47:28.059Z] ---> Running in f94b56353439 [2021-01-14T22:47:28.059Z] ---> Running in d2524263bb6a [2021-01-14T22:47:28.059Z] ---> d14fa0634cb9 [2021-01-14T22:47:28.059Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-14T22:47:28.323Z] ---> Running in 61c337927720 [2021-01-14T22:47:28.323Z] Removing intermediate container f94b56353439 [2021-01-14T22:47:28.323Z] ---> 1dc77f431cf5 [2021-01-14T22:47:28.323Z] [2021-01-14T22:47:28.323Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-14T22:47:28.583Z] Removing intermediate container d2524263bb6a [2021-01-14T22:47:28.583Z] ---> bd3a964658fd [2021-01-14T22:47:28.583Z] Step 22/24 : LABEL arch=x86_64 [2021-01-14T22:47:28.583Z] Removing intermediate container 61c337927720 [2021-01-14T22:47:28.583Z] ---> d0b544bb61b0 [2021-01-14T22:47:28.583Z] Step 18/21 : CMD ["--init=true"] [2021-01-14T22:47:28.851Z] Successfully built 1dc77f431cf5 [2021-01-14T22:47:28.851Z] (1/5) Installing libgcc (9.3.0-r2) [2021-01-14T22:47:28.851Z] (2/5) Installing libsodium (1.0.18-r0) [2021-01-14T22:47:28.851Z] ---> Running in 124492fae102 [2021-01-14T22:47:28.851Z] Successfully tagged docker-support-scheduler-go:latest [2021-01-14T22:47:28.851Z]  Building docker-support-scheduler-go ... done Building docker-security-secretstore-setup-go [2021-01-14T22:47:29.113Z] (3/5) Installing libstdc++ (9.3.0-r2) [2021-01-14T22:47:29.113Z] ---> Running in c32af1912016 [2021-01-14T22:47:29.113Z] Removing intermediate container 46cbeda998d5 [2021-01-14T22:47:29.113Z] ---> 5c0e6064cc84 [2021-01-14T22:47:29.113Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-14T22:47:29.113Z] Removing intermediate container 124492fae102 [2021-01-14T22:47:29.113Z] ---> 8b0762f82451 [2021-01-14T22:47:29.113Z] Step 23/24 : LABEL git_sha=7bf9428fc8b174909a95a12a3c8181a378f1c5e7 [2021-01-14T22:47:29.383Z] (4/5) Installing libzmq (4.3.3-r0) [2021-01-14T22:47:29.383Z] ---> Running in ac0acb75e4c8 [2021-01-14T22:47:29.383Z] Removing intermediate container c32af1912016 [2021-01-14T22:47:29.383Z] ---> 3f8ff0ceaa93 [2021-01-14T22:47:29.383Z] Step 19/21 : LABEL arch=x86_64 [2021-01-14T22:47:29.383Z] ---> Running in 0fa2423929cf [2021-01-14T22:47:29.383Z] (5/5) Installing zeromq (4.3.3-r0) [2021-01-14T22:47:29.383Z] Executing busybox-1.31.1-r19.trigger [2021-01-14T22:47:29.383Z] OK: 8 MiB in 19 packages [2021-01-14T22:47:29.648Z] ---> Running in 140b019a5b34 [2021-01-14T22:47:29.921Z] Removing intermediate container ac0acb75e4c8 [2021-01-14T22:47:29.921Z] ---> b9c427712df3 [2021-01-14T22:47:29.921Z] Step 20/22 : LABEL arch=x86_64 [2021-01-14T22:47:30.189Z] Removing intermediate container 0fa2423929cf [2021-01-14T22:47:30.189Z] ---> 85abb40b6aa8 [2021-01-14T22:47:30.189Z] Step 24/24 : LABEL version=0.0.0 [2021-01-14T22:47:30.189Z] ---> Running in 72badcca3794 [2021-01-14T22:47:30.189Z] Removing intermediate container 140b019a5b34 [2021-01-14T22:47:30.189Z] ---> 5262cdffabec [2021-01-14T22:47:30.189Z] Step 20/21 : LABEL git_sha=7bf9428fc8b174909a95a12a3c8181a378f1c5e7 [2021-01-14T22:47:30.189Z] ---> Running in 7d7ab988e755 [2021-01-14T22:47:30.452Z] ---> Running in c3cd459bb4f6 [2021-01-14T22:47:33.806Z] Removing intermediate container c3cd459bb4f6 [2021-01-14T22:47:33.806Z] ---> 594cbc476a8f [2021-01-14T22:47:33.806Z] Step 21/21 : LABEL version=0.0.0 [2021-01-14T22:47:33.806Z] Removing intermediate container 72badcca3794 [2021-01-14T22:47:33.806Z] ---> e720a23aea2b [2021-01-14T22:47:33.806Z] Step 21/22 : LABEL git_sha=7bf9428fc8b174909a95a12a3c8181a378f1c5e7 [2021-01-14T22:47:33.806Z] Removing intermediate container 7d7ab988e755 [2021-01-14T22:47:33.806Z] ---> 191f1511fa99 [2021-01-14T22:47:33.806Z] [2021-01-14T22:47:33.806Z] Removing intermediate container 190dd74d6eac [2021-01-14T22:47:33.806Z] ---> 7db7d03edf83 [2021-01-14T22:47:33.806Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-14T22:47:33.806Z] ---> Running in 78c99179ddee [2021-01-14T22:47:33.806Z] ---> Running in 4193c6df87a4 [2021-01-14T22:47:34.076Z] Successfully built 191f1511fa99 [2021-01-14T22:47:34.339Z] Successfully tagged docker-support-notifications-go:latest [2021-01-14T22:47:34.339Z] Building docker-sys-mgmt-agent-go [2021-01-14T22:47:36.268Z]  Building docker-support-notifications-go ... done Removing intermediate container 4193c6df87a4 [2021-01-14T22:47:36.268Z] ---> f3cf34d286df [2021-01-14T22:47:36.268Z] Step 22/22 : LABEL version=0.0.0 [2021-01-14T22:47:36.268Z] Removing intermediate container 78c99179ddee [2021-01-14T22:47:36.268Z] ---> d34bb5694e7a [2021-01-14T22:47:36.268Z] [2021-01-14T22:47:36.856Z] Successfully built d34bb5694e7a [2021-01-14T22:47:37.119Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-01-14T22:47:37.119Z] Building docker-core-metadata-go [2021-01-14T22:47:38.074Z]  Building docker-security-proxy-setup-go ... done  ---> dbc89c8abcd2 [2021-01-14T22:47:38.074Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-14T22:47:40.695Z] ---> Running in 5865fd6caad5 [2021-01-14T22:47:41.685Z] ---> 7863076d8ed0 [2021-01-14T22:47:41.685Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-14T22:47:42.275Z] Removing intermediate container 5865fd6caad5 [2021-01-14T22:47:42.275Z] ---> fee37920b787 [2021-01-14T22:47:42.275Z] [2021-01-14T22:47:42.544Z] Successfully built fee37920b787 [2021-01-14T22:47:43.944Z] Successfully tagged docker-security-bootstrap-redis-go:latest [2021-01-14T22:47:43.944Z] Building docker-core-command-go [2021-01-14T22:47:44.212Z]  Building docker-security-bootstrap-redis-go ... done  ---> d1a403a085f1 [2021-01-14T22:47:44.212Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-14T22:47:44.212Z] ---> Running in fbb6f304f50a [2021-01-14T22:47:44.789Z] Removing intermediate container fbb6f304f50a [2021-01-14T22:47:44.789Z] ---> aad6ac1e85bb [2021-01-14T22:47:44.789Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-14T22:47:45.369Z] ---> Running in f67943afb156 [2021-01-14T22:47:46.332Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-14T22:47:46.332Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-14T22:47:46.332Z] ---> 33806bc7577f [2021-01-14T22:47:46.332Z] Step 3/24 : WORKDIR /edgex-go [2021-01-14T22:47:46.332Z] ---> Using cache [2021-01-14T22:47:46.332Z] ---> 7a09a5918e26 [2021-01-14T22:47:46.332Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-14T22:47:46.332Z] ---> Using cache [2021-01-14T22:47:46.332Z] ---> 220936e89442 [2021-01-14T22:47:46.332Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-01-14T22:47:50.569Z] Removing intermediate container f67943afb156 [2021-01-14T22:47:50.569Z] ---> f03d94d171f7 [2021-01-14T22:47:50.569Z] Step 21/23 : LABEL arch=x86_64 [2021-01-14T22:47:50.569Z] ---> Running in 4079b19af78d [2021-01-14T22:47:50.685Z] Removing intermediate container bd558e196774 [2021-01-14T22:47:50.686Z] ---> 4312c6182a37 [2021-01-14T22:47:50.686Z] Successfully built 4312c6182a37 [2021-01-14T22:47:50.686Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-14T22:47:51.037Z] + docker inspect -f . ci-base-image-arm64 [2021-01-14T22:47:51.037Z] . [Pipeline] withDockerContainer [2021-01-14T22:47:51.327Z] prd-ubuntu18.04-docker-arm64-4c-16g-20324 does not seem to be running inside a container [2021-01-14T22:47:51.415Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@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-14T22:47:53.197Z] $ docker top 8724684a8153d5c0292c740cd357705c86621af9a7d8301bcf0b9c638ecd5e9c -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-14T22:47:54.290Z] + go version [2021-01-14T22:47:54.290Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-01-14T22:47:54.311Z] $ docker stop --time=1 8724684a8153d5c0292c740cd357705c86621af9a7d8301bcf0b9c638ecd5e9c [2021-01-14T22:47:54.823Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-14T22:47:54.823Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-14T22:47:54.823Z] ---> 33806bc7577f [2021-01-14T22:47:54.823Z] Step 3/26 : WORKDIR /edgex-go [2021-01-14T22:47:54.823Z] ---> Using cache [2021-01-14T22:47:54.823Z] ---> 7a09a5918e26 [2021-01-14T22:47:54.823Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-14T22:47:54.823Z] ---> Using cache [2021-01-14T22:47:54.823Z] ---> 220936e89442 [2021-01-14T22:47:54.823Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-01-14T22:47:55.085Z] ---> Running in bdb30fd93e72 [2021-01-14T22:47:55.348Z] ---> Running in a710a815d720 [2021-01-14T22:47:55.348Z] Removing intermediate container bdb30fd93e72 [2021-01-14T22:47:55.348Z] ---> 517391140ee0 [2021-01-14T22:47:55.348Z] Step 22/23 : LABEL git_sha=7bf9428fc8b174909a95a12a3c8181a378f1c5e7 [2021-01-14T22:47:56.309Z] $ docker rm -f 8724684a8153d5c0292c740cd357705c86621af9a7d8301bcf0b9c638ecd5e9c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [2021-01-14T22:47:56.857Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-14T22:47:56.857Z] ---> Running in e75a1dde1fd0 [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-14T22:47:57.133Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-14T22:47:57.398Z] + docker inspect -f . ci-base-image-arm64 [2021-01-14T22:47:57.398Z] . [2021-01-14T22:47:57.409Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-14T22:47:57.409Z] Removing intermediate container e75a1dde1fd0 [2021-01-14T22:47:57.409Z] ---> 873a07c7550f [2021-01-14T22:47:57.409Z] Step 23/23 : LABEL version=0.0.0 [Pipeline] withDockerContainer [2021-01-14T22:47:57.678Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-14T22:47:57.678Z] ---> Running in 4c0ae819343f [2021-01-14T22:47:57.706Z] prd-ubuntu18.04-docker-arm64-4c-16g-20324 does not seem to be running inside a container [2021-01-14T22:47:57.797Z] $ 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/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@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-14T22:47:57.955Z] OK: 233 MiB in 51 packages [2021-01-14T22:47:58.548Z] OK: 233 MiB in 51 packages [2021-01-14T22:47:58.828Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-14T22:47:58.828Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-14T22:47:58.828Z] ---> 33806bc7577f [2021-01-14T22:47:58.828Z] Step 3/22 : WORKDIR /edgex-go [2021-01-14T22:47:58.828Z] ---> Using cache [2021-01-14T22:47:58.828Z] ---> 7a09a5918e26 [2021-01-14T22:47:58.828Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-14T22:47:58.828Z] ---> Using cache [2021-01-14T22:47:58.828Z] ---> 220936e89442 [2021-01-14T22:47:58.828Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-14T22:47:59.319Z] $ docker top 6472acebfe96d71ad708f796f7ba2d3da60052b72aa9f5d730bbdf0f2d3dd15f -eo pid,comm [2021-01-14T22:47:59.408Z] Removing intermediate container 4c0ae819343f [2021-01-14T22:47:59.408Z] ---> 26b667a7f2e3 [2021-01-14T22:47:59.408Z] [Pipeline] { [2021-01-14T22:47:59.683Z] ---> Running in 8334a25e697e [2021-01-14T22:47:59.683Z] Successfully built 26b667a7f2e3 [2021-01-14T22:47:59.683Z] Successfully tagged docker-core-data-go:latest [Pipeline] echo [2021-01-14T22:47:59.716Z] ========================================================= [2021-01-14T22:47:59.716Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-01-14T22:47:59.716Z] ========================================================= [Pipeline] sh [2021-01-14T22:48:00.380Z] + make test [2021-01-14T22:48:00.380Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-14T22:48:01.629Z]  Building docker-core-data-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-14T22:48:01.629Z] Removing intermediate container a710a815d720 [2021-01-14T22:48:01.629Z] ---> 6c24c10cafd9 [2021-01-14T22:48:01.629Z] Step 6/26 : COPY go.mod . [2021-01-14T22:48:02.203Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-14T22:48:02.203Z] Removing intermediate container 4079b19af78d [2021-01-14T22:48:02.203Z] ---> ab48d87c3b83 [2021-01-14T22:48:02.203Z] Step 6/24 : COPY go.mod . [2021-01-14T22:48:02.778Z] OK: 233 MiB in 51 packages [2021-01-14T22:48:02.778Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-14T22:48:02.778Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-14T22:48:02.778Z] ---> 33806bc7577f [2021-01-14T22:48:02.778Z] Step 3/22 : WORKDIR /edgex-go [2021-01-14T22:48:02.778Z] ---> Using cache [2021-01-14T22:48:02.778Z] ---> 7a09a5918e26 [2021-01-14T22:48:02.778Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-14T22:48:02.778Z] ---> Using cache [2021-01-14T22:48:02.778Z] ---> 220936e89442 [2021-01-14T22:48:02.778Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-14T22:48:02.778Z] ---> Using cache [2021-01-14T22:48:02.778Z] ---> ab48d87c3b83 [2021-01-14T22:48:02.778Z] Step 6/22 : COPY go.mod . [2021-01-14T22:48:03.039Z] ---> 495091203491 [2021-01-14T22:48:03.039Z] Step 7/26 : RUN go mod download [2021-01-14T22:48:03.981Z] ---> Running in a08a11620838 [2021-01-14T22:48:03.981Z] ---> 1afdeee4f123 [2021-01-14T22:48:03.981Z] Step 7/24 : RUN go mod download [2021-01-14T22:48:03.981Z] ---> 4a56e7c17cea [2021-01-14T22:48:03.981Z] Step 7/22 : RUN go mod download [2021-01-14T22:48:04.245Z] ---> Running in 1dd9c7ec6c31 [2021-01-14T22:48:04.245Z] ---> Running in 18f2996393c1 [2021-01-14T22:48:04.512Z] Removing intermediate container 8334a25e697e [2021-01-14T22:48:04.512Z] ---> ff4528b3c7f1 [2021-01-14T22:48:04.512Z] Step 6/22 : COPY go.mod . [2021-01-14T22:48:04.798Z] ---> b3b98285796a [2021-01-14T22:48:04.798Z] Step 7/22 : RUN go mod download [2021-01-14T22:48:05.074Z] ---> Running in cb5b86808d84 [2021-01-14T22:48:06.471Z] Removing intermediate container a08a11620838 [2021-01-14T22:48:06.471Z] ---> 0c7236f93fcd [2021-01-14T22:48:06.471Z] Step 8/26 : COPY . . [2021-01-14T22:48:06.471Z] Removing intermediate container 1dd9c7ec6c31 [2021-01-14T22:48:06.471Z] ---> 7f056ce4029a [2021-01-14T22:48:06.471Z] Step 8/24 : COPY . . [2021-01-14T22:48:06.471Z] Removing intermediate container 18f2996393c1 [2021-01-14T22:48:06.471Z] ---> d2ce28882ca4 [2021-01-14T22:48:06.471Z] Step 8/22 : COPY . . [2021-01-14T22:48:06.748Z] Removing intermediate container cb5b86808d84 [2021-01-14T22:48:06.748Z] ---> 89018076a6db [2021-01-14T22:48:06.748Z] Step 8/22 : COPY . . [2021-01-14T22:48:27.210Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-01-14T22:48:45.652Z] ---> 3fd0a72d8d4d [2021-01-14T22:48:45.652Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-14T22:48:45.652Z] ---> ea672567731e [2021-01-14T22:48:45.652Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-14T22:48:45.652Z] ---> Running in 6c11dd6b5157 [2021-01-14T22:48:45.652Z] ---> Running in b535067930ad [2021-01-14T22:48:45.652Z] ---> e3c2a95dcc06 [2021-01-14T22:48:45.652Z] Step 9/22 : RUN make cmd/core-command/core-command [2021-01-14T22:48:45.652Z] ---> a683a65bf88e [2021-01-14T22:48:45.652Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2021-01-14T22:48:45.652Z] ---> Running in 8eb0c47a73c0 [2021-01-14T22:48:45.652Z] ---> Running in e6d3147ac4d0 [2021-01-14T22:48:45.652Z] 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-14T22:48:45.652Z] 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-14T22:48:45.652Z] 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-14T22:48:45.652Z] 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-14T22:49:07.813Z] 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-14T22:49:08.389Z] Removing intermediate container 6c11dd6b5157 [2021-01-14T22:49:08.389Z] ---> 5c505add1456 [2021-01-14T22:49:08.389Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-14T22:49:09.788Z] Removing intermediate container 8eb0c47a73c0 [2021-01-14T22:49:09.788Z] ---> 3dcd72bd32f3 [2021-01-14T22:49:09.788Z] [2021-01-14T22:49:09.788Z] Step 10/22 : FROM scratch [2021-01-14T22:49:09.788Z] ---> [2021-01-14T22:49:09.788Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-14T22:49:09.788Z] ---> Running in ef5842e30d48 [2021-01-14T22:49:10.367Z] ---> Using cache [2021-01-14T22:49:10.367Z] ---> cf3dea905b35 [2021-01-14T22:49:10.367Z] Step 12/22 : ENV APP_PORT=48082 [2021-01-14T22:49:10.952Z] ---> Running in a7f118931adf [2021-01-14T22:49:10.952Z] 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-14T22:49:13.514Z] Removing intermediate container b535067930ad [2021-01-14T22:49:13.514Z] ---> 1c9881053b6b [2021-01-14T22:49:13.514Z] [2021-01-14T22:49:13.514Z] Step 10/24 : FROM alpine:3.12 [2021-01-14T22:49:13.514Z] ---> 389fef711851 [2021-01-14T22:49:13.514Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-14T22:49:13.514Z] ---> Using cache [2021-01-14T22:49:13.514Z] ---> 126bdc9d526a [2021-01-14T22:49:13.514Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-14T22:49:13.514Z] Removing intermediate container a7f118931adf [2021-01-14T22:49:13.514Z] ---> aa78ed15fcfc [2021-01-14T22:49:13.514Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-14T22:49:13.514Z] Removing intermediate container e6d3147ac4d0 [2021-01-14T22:49:13.514Z] ---> 5f5fcf77668c [2021-01-14T22:49:13.514Z] [2021-01-14T22:49:13.514Z] Step 10/22 : FROM scratch [2021-01-14T22:49:13.514Z] ---> [2021-01-14T22:49:13.514Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-14T22:49:13.514Z] ---> Using cache [2021-01-14T22:49:13.514Z] ---> cf3dea905b35 [2021-01-14T22:49:13.514Z] Step 12/22 : ENV APP_PORT=48081 [2021-01-14T22:49:13.514Z] ---> Running in 11cc3cf3a93a [2021-01-14T22:49:13.514Z] ---> Running in f7d98f109296 [2021-01-14T22:49:13.777Z] ---> Running in 98c530586309 [2021-01-14T22:49:14.055Z] Removing intermediate container f7d98f109296 [2021-01-14T22:49:14.055Z] ---> 892d0d2e64d1 [2021-01-14T22:49:14.055Z] Step 14/22 : WORKDIR / [2021-01-14T22:49:14.055Z] Removing intermediate container 11cc3cf3a93a [2021-01-14T22:49:14.055Z] ---> ab09db8e7e1f [2021-01-14T22:49:14.055Z] Step 13/24 : WORKDIR / [2021-01-14T22:49:14.055Z] Removing intermediate container 98c530586309 [2021-01-14T22:49:14.055Z] ---> b2696247b816 [2021-01-14T22:49:14.055Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-14T22:49:14.055Z] ---> Running in e3b36720668c [2021-01-14T22:49:14.055Z] ---> Running in 3e9ea96ddc7a [2021-01-14T22:49:14.055Z] ---> Running in fc13142cebd0 [2021-01-14T22:49:14.264Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-01-14T22:49:14.325Z] Removing intermediate container ef5842e30d48 [2021-01-14T22:49:14.325Z] ---> 21965ff8f9d2 [2021-01-14T22:49:14.325Z] [2021-01-14T22:49:14.325Z] Step 11/26 : FROM docker:20.10.0 [2021-01-14T22:49:14.325Z] Removing intermediate container e3b36720668c [2021-01-14T22:49:14.325Z] ---> 5a7d1557685d [2021-01-14T22:49:14.325Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-14T22:49:14.597Z] Removing intermediate container fc13142cebd0 [2021-01-14T22:49:14.597Z] ---> c9307d1ad20b [2021-01-14T22:49:14.597Z] Step 14/22 : WORKDIR / [2021-01-14T22:49:14.597Z] 20.10.0: Pulling from library/docker [2021-01-14T22:49:15.205Z] Removing intermediate container 3e9ea96ddc7a [2021-01-14T22:49:15.205Z] ---> 34090e09775d [2021-01-14T22:49:15.205Z] 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-14T22:49:15.205Z] ---> Running in b5b3b04c7894 [2021-01-14T22:49:15.205Z] ---> 88ba704458ea [2021-01-14T22:49:15.205Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-14T22:49:15.506Z] ---> c394afc35202 [2021-01-14T22:49:15.506Z] 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-14T22:49:16.082Z] Removing intermediate container b5b3b04c7894 [2021-01-14T22:49:16.082Z] ---> f4d4ed79a139 [2021-01-14T22:49:16.082Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-14T22:49:16.663Z] ---> af5f9f8f43c0 [2021-01-14T22:49:16.663Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-14T22:49:16.663Z] ---> cd02d79cf02e [2021-01-14T22:49:16.663Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-14T22:49:16.663Z] ---> d1bbc9fbdee5 [2021-01-14T22:49:16.663Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-14T22:49:16.930Z] ---> 4864e314056f [2021-01-14T22:49:16.930Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-14T22:49:17.194Z] ---> d64f3202565a [2021-01-14T22:49:17.194Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2021-01-14T22:49:17.194Z] ---> Running in 03f39d7ecd5e [2021-01-14T22:49:17.457Z] ---> 2f0aa118f4d9 [2021-01-14T22:49:17.457Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-14T22:49:17.457Z] Removing intermediate container 03f39d7ecd5e [2021-01-14T22:49:17.457Z] ---> 9fdfce9578a3 [2021-01-14T22:49:17.457Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-14T22:49:17.720Z] ---> e9c840cce00f [2021-01-14T22:49:17.720Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-14T22:49:17.720Z] ---> Running in f7365098d567 [2021-01-14T22:49:17.720Z] ---> f9c35b5e6e34 [2021-01-14T22:49:17.720Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2021-01-14T22:49:17.980Z] ---> Running in 1c44e286ebfa [2021-01-14T22:49:17.980Z] Removing intermediate container f7365098d567 [2021-01-14T22:49:17.980Z] ---> c98d55499265 [2021-01-14T22:49:17.980Z] Step 20/22 : LABEL arch=x86_64 [2021-01-14T22:49:18.246Z] ---> Running in 5fe485e31050 [2021-01-14T22:49:18.246Z] Removing intermediate container 1c44e286ebfa [2021-01-14T22:49:18.246Z] ---> f14ccb0731c3 [2021-01-14T22:49:18.246Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-14T22:49:18.656Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-01-14T22:49:18.821Z] ---> 01b76e9841f2 [2021-01-14T22:49:18.821Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-14T22:49:19.084Z] ---> Running in a255fd849364 [2021-01-14T22:49:19.084Z] Removing intermediate container 5fe485e31050 [2021-01-14T22:49:19.084Z] ---> 98e3083881a7 [2021-01-14T22:49:19.084Z] Step 21/22 : LABEL git_sha=7bf9428fc8b174909a95a12a3c8181a378f1c5e7 [2021-01-14T22:49:19.346Z] ---> 50d3faffe731 [2021-01-14T22:49:19.346Z] 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-14T22:49:19.346Z] ---> Running in 457d92d2c2e4 [2021-01-14T22:49:19.608Z] Removing intermediate container a255fd849364 [2021-01-14T22:49:19.608Z] ---> 630cd10789b2 [2021-01-14T22:49:19.608Z] Step 20/22 : LABEL arch=x86_64 [2021-01-14T22:49:19.608Z] ---> Running in 258f35f3c20b [2021-01-14T22:49:19.608Z] Removing intermediate container 457d92d2c2e4 [2021-01-14T22:49:19.608Z] ---> 8113891353c5 [2021-01-14T22:49:19.608Z] Step 22/22 : LABEL version=0.0.0 [2021-01-14T22:49:19.608Z] ---> Running in 389d4ffba1e3 [2021-01-14T22:49:19.871Z] ---> Running in 5c33948a876a [2021-01-14T22:49:19.871Z] Removing intermediate container 389d4ffba1e3 [2021-01-14T22:49:19.871Z] ---> 69ea8ce0b4b3 [2021-01-14T22:49:19.871Z] Step 21/22 : LABEL git_sha=7bf9428fc8b174909a95a12a3c8181a378f1c5e7 [2021-01-14T22:49:20.174Z] ---> Running in 71f6616b5853 [2021-01-14T22:49:20.174Z] Removing intermediate container 5c33948a876a [2021-01-14T22:49:20.174Z] ---> 02b121f8e87a [2021-01-14T22:49:20.174Z] [2021-01-14T22:49:20.462Z] Removing intermediate container 71f6616b5853 [2021-01-14T22:49:20.462Z] ---> d105684f28e5 [2021-01-14T22:49:20.462Z] Step 22/22 : LABEL version=0.0.0 [2021-01-14T22:49:20.463Z] Successfully built 02b121f8e87a [2021-01-14T22:49:20.463Z] Successfully tagged docker-core-command-go:latest [2021-01-14T22:49:20.463Z]  Building docker-core-command-go ... done  ---> Running in 1bbe67f5ef22 [2021-01-14T22:49:20.463Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-14T22:49:20.463Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-14T22:49:20.463Z] ---> aefe523efa57 [2021-01-14T22:49:20.463Z] Step 12/26 : RUN apk add --no-cache bash [2021-01-14T22:49:21.034Z] ---> Running in 60c7920a3ee4 [2021-01-14T22:49:21.034Z] Removing intermediate container 258f35f3c20b [2021-01-14T22:49:21.034Z] ---> cc2fb557d135 [2021-01-14T22:49:21.034Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-14T22:49:21.296Z] Removing intermediate container 1bbe67f5ef22 [2021-01-14T22:49:21.296Z] ---> 5adf4482076c [2021-01-14T22:49:21.296Z] [2021-01-14T22:49:21.296Z] ---> Running in ee5ab98ddc54 [2021-01-14T22:49:21.296Z] Successfully built 5adf4482076c [2021-01-14T22:49:21.296Z] Successfully tagged docker-core-metadata-go:latest [2021-01-14T22:49:21.558Z]  Building docker-core-metadata-go ... done Removing intermediate container ee5ab98ddc54 [2021-01-14T22:49:21.558Z] ---> 6c44930e8bf3 [2021-01-14T22:49:21.558Z] Step 22/24 : LABEL arch=x86_64 [2021-01-14T22:49:21.558Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-14T22:49:21.558Z] ---> Running in 27b5754777b0 [2021-01-14T22:49:21.558Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-14T22:49:21.820Z] Removing intermediate container 27b5754777b0 [2021-01-14T22:49:21.820Z] ---> 6b9ab26dcdd2 [2021-01-14T22:49:21.820Z] Step 23/24 : LABEL git_sha=7bf9428fc8b174909a95a12a3c8181a378f1c5e7 [2021-01-14T22:49:21.820Z] ---> Running in 61032f865ea8 [2021-01-14T22:49:21.820Z] (1/2) Installing readline (8.0.4-r0) [2021-01-14T22:49:21.820Z] (2/2) Installing bash (5.0.17-r0) [2021-01-14T22:49:21.820Z] Executing bash-5.0.17-r0.post-install [2021-01-14T22:49:21.820Z] Executing busybox-1.31.1-r19.trigger [2021-01-14T22:49:21.820Z] OK: 12 MiB in 22 packages [2021-01-14T22:49:22.082Z] Removing intermediate container 61032f865ea8 [2021-01-14T22:49:22.082Z] ---> 66941986c09e [2021-01-14T22:49:22.082Z] Step 24/24 : LABEL version=0.0.0 [2021-01-14T22:49:22.082Z] ---> Running in d5c088edd428 [2021-01-14T22:49:22.344Z] Removing intermediate container d5c088edd428 [2021-01-14T22:49:22.344Z] ---> 2a2acff5ae04 [2021-01-14T22:49:22.344Z] [2021-01-14T22:49:22.344Z] Successfully built 2a2acff5ae04 [2021-01-14T22:49:22.605Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-01-14T22:49:22.605Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container 60c7920a3ee4 [2021-01-14T22:49:22.605Z] ---> c1ae60f86e7f [2021-01-14T22:49:22.605Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-14T22:49:22.605Z] ---> Running in 0fdf28a8ed89 [2021-01-14T22:49:22.865Z] Removing intermediate container 0fdf28a8ed89 [2021-01-14T22:49:22.865Z] ---> fae85a0996b8 [2021-01-14T22:49:22.865Z] Step 14/26 : ENV APP_PORT=48090 [2021-01-14T22:49:22.865Z] ---> Running in a53f48336ffe [2021-01-14T22:49:23.106Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-01-14T22:49:23.106Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-01-14T22:49:23.106Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-01-14T22:49:23.106Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-01-14T22:49:23.106Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-01-14T22:49:23.126Z] Removing intermediate container a53f48336ffe [2021-01-14T22:49:23.126Z] ---> e804e701b7bd [2021-01-14T22:49:23.126Z] Step 15/26 : EXPOSE $APP_PORT [2021-01-14T22:49:23.126Z] ---> Running in f72bb9560256 [2021-01-14T22:49:23.387Z] Removing intermediate container f72bb9560256 [2021-01-14T22:49:23.387Z] ---> 26388a6b5f97 [2021-01-14T22:49:23.387Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-14T22:49:23.649Z] ---> 0fc6176344ec [2021-01-14T22:49:23.649Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-14T22:49:23.704Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-01-14T22:49:23.911Z] ---> 81b82dfd8365 [2021-01-14T22:49:23.911Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-14T22:49:24.495Z] ---> 3e1831ed796a [2021-01-14T22:49:24.495Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-14T22:49:24.495Z] ---> Running in 714ed24e0f8d [2021-01-14T22:49:24.766Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-14T22:49:25.042Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-14T22:49:25.042Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-14T22:49:25.042Z] (2/33) Installing expat (2.2.9-r1) [2021-01-14T22:49:25.042Z] (3/33) Installing libffi (3.3-r2) [2021-01-14T22:49:25.042Z] (4/33) Installing gdbm (1.13-r1) [2021-01-14T22:49:25.042Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-14T22:49:25.042Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-14T22:49:25.314Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-14T22:49:25.721Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-01-14T22:49:26.305Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-14T22:49:26.305Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-14T22:49:26.305Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-14T22:49:26.305Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-14T22:49:26.305Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-14T22:49:26.305Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-14T22:49:26.305Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-14T22:49:26.305Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-14T22:49:26.590Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-14T22:49:26.590Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-14T22:49:26.590Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-14T22:49:26.590Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-14T22:49:26.590Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-14T22:49:26.590Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-14T22:49:26.590Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-14T22:49:26.590Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-14T22:49:26.590Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-14T22:49:26.590Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-14T22:49:26.590Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-14T22:49:26.747Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-01-14T22:49:26.876Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-14T22:49:26.876Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-14T22:49:26.876Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-14T22:49:26.876Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-14T22:49:26.876Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-14T22:49:26.876Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-14T22:49:26.876Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-14T22:49:26.876Z] Executing busybox-1.31.1-r19.trigger [2021-01-14T22:49:26.876Z] OK: 71 MiB in 55 packages [2021-01-14T22:49:33.526Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-01-14T22:49:33.526Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-01-14T22:49:33.526Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-01-14T22:49:35.204Z] Removing intermediate container 714ed24e0f8d [2021-01-14T22:49:35.204Z] ---> 8342515c3b8c [2021-01-14T22:49:35.204Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-01-14T22:49:35.204Z] ---> Running in 8700e50ce31f [2021-01-14T22:49:36.638Z] Collecting docker-compose==1.23.2 [2021-01-14T22:49:36.638Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-14T22:49:36.638Z] Collecting texttable<0.10,>=0.9.0 [2021-01-14T22:49:36.638Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-14T22:49:37.244Z] Collecting docker<4.0,>=3.6.0 [2021-01-14T22:49:37.244Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-14T22:49:37.244Z] 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-14T22:49:37.538Z] Collecting cached-property<2,>=1.2.0 [2021-01-14T22:49:37.538Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-14T22:49:37.538Z] Collecting PyYAML<4,>=3.10 [2021-01-14T22:49:37.538Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-14T22:49:38.494Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-14T22:49:38.494Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-14T22:49:38.494Z] Collecting jsonschema<3,>=2.5.1 [2021-01-14T22:49:38.494Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-14T22:49:38.758Z] Collecting docopt<0.7,>=0.6.1 [2021-01-14T22:49:38.758Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-14T22:49:39.355Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-14T22:49:39.355Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-14T22:49:39.934Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-14T22:49:39.934Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-14T22:49:39.934Z] Collecting docker-pycreds>=0.4.0 [2021-01-14T22:49:39.934Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-14T22:49:39.934Z] 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-14T22:49:40.196Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-14T22:49:40.196Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-14T22:49:40.196Z] Collecting idna<2.8,>=2.5 [2021-01-14T22:49:40.196Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-14T22:49:40.196Z] 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-14T22:49:40.196Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-14T22:49:40.197Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-14T22:49:40.197Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-14T22:49:40.197Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-14T22:49:40.283Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.243s coverage: 46.6% of statements [2021-01-14T22:49:40.283Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-01-14T22:49:40.283Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-01-14T22:49:40.283Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-01-14T22:49:40.283Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-01-14T22:49:40.283Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-01-14T22:49:40.459Z] Installing collected packages: texttable, websocket-client, urllib3, idna, requests, docker-pycreds, docker, cached-property, PyYAML, jsonschema, docopt, dockerpty, docker-compose [2021-01-14T22:49:40.459Z] Running setup.py install for texttable: started [2021-01-14T22:49:40.723Z] Running setup.py install for texttable: finished with status 'done' [2021-01-14T22:49:40.986Z] Attempting uninstall: urllib3 [2021-01-14T22:49:40.986Z] Found existing installation: urllib3 1.25.9 [2021-01-14T22:49:40.986Z] Uninstalling urllib3-1.25.9: [2021-01-14T22:49:40.986Z] Successfully uninstalled urllib3-1.25.9 [2021-01-14T22:49:41.249Z] Attempting uninstall: idna [2021-01-14T22:49:41.249Z] Found existing installation: idna 2.9 [2021-01-14T22:49:41.249Z] Uninstalling idna-2.9: [2021-01-14T22:49:41.249Z] Successfully uninstalled idna-2.9 [2021-01-14T22:49:41.249Z] Attempting uninstall: requests [2021-01-14T22:49:41.249Z] Found existing installation: requests 2.23.0 [2021-01-14T22:49:41.249Z] Uninstalling requests-2.23.0: [2021-01-14T22:49:41.249Z] Successfully uninstalled requests-2.23.0 [2021-01-14T22:49:41.828Z] Running setup.py install for PyYAML: started [2021-01-14T22:49:42.403Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-14T22:49:42.403Z] Running setup.py install for docopt: started [2021-01-14T22:49:42.980Z] Running setup.py install for docopt: finished with status 'done' [2021-01-14T22:49:42.980Z] Running setup.py install for dockerpty: started [2021-01-14T22:49:43.243Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-14T22:49:43.506Z] 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-14T22:49:46.918Z] Removing intermediate container 8700e50ce31f [2021-01-14T22:49:46.918Z] ---> 0e29ab3c9eb7 [2021-01-14T22:49:46.918Z] Step 21/26 : RUN apk --no-cache add curl [2021-01-14T22:49:46.918Z] ---> Running in 7d04d3b3113b [2021-01-14T22:49:47.032Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.496s coverage: 27.0% of statements [2021-01-14T22:49:47.032Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-01-14T22:49:47.032Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-01-14T22:49:47.032Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-01-14T22:49:47.032Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-01-14T22:49:47.032Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-01-14T22:49:47.032Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-01-14T22:49:47.032Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.104s coverage: 100.0% of statements [2021-01-14T22:49:47.032Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-01-14T22:49:47.032Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.076s coverage: 100.0% of statements [2021-01-14T22:49:47.032Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-01-14T22:49:47.032Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-01-14T22:49:47.032Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.235s coverage: 67.9% of statements [2021-01-14T22:49:47.032Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-01-14T22:49:47.032Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-01-14T22:49:47.032Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.665s coverage: 82.3% of statements [2021-01-14T22:49:47.032Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-01-14T22:49:47.032Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-01-14T22:49:47.032Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-01-14T22:49:47.032Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-01-14T22:49:47.181Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-14T22:49:47.445Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-14T22:49:47.445Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-14T22:49:47.445Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-14T22:49:47.445Z] (3/3) Installing curl (7.69.1-r3) [2021-01-14T22:49:47.709Z] Executing busybox-1.31.1-r19.trigger [2021-01-14T22:49:47.709Z] OK: 72 MiB in 58 packages [2021-01-14T22:49:47.974Z] Removing intermediate container 7d04d3b3113b [2021-01-14T22:49:47.974Z] ---> 4a64d6dc6728 [2021-01-14T22:49:47.974Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-14T22:49:47.974Z] ---> Running in bd74320448a9 [2021-01-14T22:49:48.239Z] Removing intermediate container bd74320448a9 [2021-01-14T22:49:48.239Z] ---> 5d14057a266b [2021-01-14T22:49:48.239Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-14T22:49:48.239Z] ---> Running in 96a75035a072 [2021-01-14T22:49:48.502Z] Removing intermediate container 96a75035a072 [2021-01-14T22:49:48.502Z] ---> 2c148d5037e4 [2021-01-14T22:49:48.502Z] Step 24/26 : LABEL arch=x86_64 [2021-01-14T22:49:48.502Z] ---> Running in 781e0ac98d9d [2021-01-14T22:49:48.765Z] Removing intermediate container 781e0ac98d9d [2021-01-14T22:49:48.765Z] ---> 3dd2ed74e0b0 [2021-01-14T22:49:48.765Z] Step 25/26 : LABEL git_sha=7bf9428fc8b174909a95a12a3c8181a378f1c5e7 [2021-01-14T22:49:48.765Z] ---> Running in 8384a17e6977 [2021-01-14T22:49:49.028Z] Removing intermediate container 8384a17e6977 [2021-01-14T22:49:49.028Z] ---> 3fd717cfd135 [2021-01-14T22:49:49.028Z] Step 26/26 : LABEL version=0.0.0 [2021-01-14T22:49:49.028Z] ---> Running in 7f89eb7f7efc [2021-01-14T22:49:49.292Z] Removing intermediate container 7f89eb7f7efc [2021-01-14T22:49:49.292Z] ---> 36c64d4c7edf [2021-01-14T22:49:49.292Z] [2021-01-14T22:49:49.292Z] Successfully built 36c64d4c7edf [2021-01-14T22:49:49.292Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-01-14T22:49:49.567Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-01-14T22:49:49.576Z] $ docker stop --time=1 9b4cd0cc28ca77f5050ac2abe16d8483507b3c07534a1ff4a14abb96fe9019a9 [2021-01-14T22:49:51.102Z] $ docker rm -f 9b4cd0cc28ca77f5050ac2abe16d8483507b3c07534a1ff4a14abb96fe9019a9 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-14T22:49:51.674Z] + docker images [2021-01-14T22:49:51.674Z] + grep docker [2021-01-14T22:49:51.674Z] docker-sys-mgmt-agent-go latest 36c64d4c7edf 3 seconds ago 313MB [2021-01-14T22:49:51.674Z] docker-security-secretstore-setup-go latest 2a2acff5ae04 29 seconds ago 24.6MB [2021-01-14T22:49:51.674Z] docker-core-metadata-go latest 5adf4482076c 31 seconds ago 13.1MB [2021-01-14T22:49:51.674Z] docker-core-command-go latest 02b121f8e87a 32 seconds ago 10.6MB [2021-01-14T22:49:51.674Z] docker-core-data-go latest 26b667a7f2e3 About a minute ago 22.3MB [2021-01-14T22:49:51.674Z] docker-security-bootstrap-redis-go latest fee37920b787 2 minutes ago 15.8MB [2021-01-14T22:49:51.674Z] docker-security-proxy-setup-go latest d34bb5694e7a 2 minutes ago 24.4MB [2021-01-14T22:49:51.674Z] docker-support-notifications-go latest 191f1511fa99 2 minutes ago 12MB [2021-01-14T22:49:51.674Z] docker-support-scheduler-go latest 1dc77f431cf5 2 minutes ago 10.7MB [2021-01-14T22:49:51.674Z] docker 20.10.0 aefe523efa57 4 weeks ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node [2021-01-14T22:49:55.349Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.223s coverage: 28.6% of statements [2021-01-14T22:49:55.350Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-01-14T22:49:55.350Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-01-14T22:49:55.350Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-01-14T22:49:55.350Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-01-14T22:49:55.350Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-01-14T22:49:55.350Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.144s coverage: 100.0% of statements [2021-01-14T22:49:55.350Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-01-14T22:49:55.350Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.080s coverage: 100.0% of statements [2021-01-14T22:49:55.350Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-01-14T22:49:55.350Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.331s coverage: 86.7% of statements [2021-01-14T22:49:55.350Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-01-14T22:49:55.350Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.365s coverage: 97.5% of statements [2021-01-14T22:49:55.350Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-01-14T22:49:55.350Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.145s coverage: 78.3% of statements [2021-01-14T22:49:55.350Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-01-14T22:49:55.350Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-01-14T22:49:55.350Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-01-14T22:49:55.350Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-01-14T22:50:05.598Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.153s coverage: 93.2% of statements [2021-01-14T22:50:05.598Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-01-14T22:50:05.598Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-01-14T22:50:05.598Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-01-14T22:50:05.598Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-01-14T22:50:05.598Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-01-14T22:50:05.598Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-01-14T22:50:05.598Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-01-14T22:50:05.598Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-01-14T22:50:05.598Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-01-14T22:50:05.598Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-01-14T22:50:05.598Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-01-14T22:50:05.598Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-01-14T22:50:05.598Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-01-14T22:50:05.598Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-01-14T22:50:05.598Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-01-14T22:50:05.598Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-01-14T22:50:05.598Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-01-14T22:50:05.598Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-01-14T22:50:05.598Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.052s coverage: 58.8% of statements [2021-01-14T22:50:05.598Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-01-14T22:50:05.598Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-01-14T22:50:05.598Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.211s coverage: 0.1% of statements [2021-01-14T22:50:05.598Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-01-14T22:50:05.598Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-01-14T22:50:05.598Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-01-14T22:50:05.598Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-01-14T22:50:05.598Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.050s coverage: 100.0% of statements [2021-01-14T22:50:05.598Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-01-14T22:50:05.598Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.107s coverage: 75.5% of statements [2021-01-14T22:50:05.598Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-01-14T22:50:05.598Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.120s coverage: 80.8% of statements [2021-01-14T22:50:05.598Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.159s coverage: 87.2% of statements [2021-01-14T22:50:05.598Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.163s coverage: 84.2% of statements [2021-01-14T22:50:05.598Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.178s coverage: 91.4% of statements [2021-01-14T22:50:05.598Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-01-14T22:50:07.441Z] Still waiting to schedule task [2021-01-14T22:50:07.441Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2021-01-14T22:50:09.943Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.569s coverage: 63.5% of statements [2021-01-14T22:50:09.943Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-01-14T22:50:09.943Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-01-14T22:50:09.943Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.059s coverage: 100.0% of statements [2021-01-14T22:50:09.943Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.111s coverage: 91.3% of statements [2021-01-14T22:50:09.943Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.072s coverage: 100.0% of statements [2021-01-14T22:50:09.943Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.072s coverage: 73.7% of statements [2021-01-14T22:50:10.544Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.097s coverage: 100.0% of statements [2021-01-14T22:50:13.958Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.847s coverage: 68.9% of statements [2021-01-14T22:50:13.958Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-01-14T22:50:13.958Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-01-14T22:50:13.958Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-01-14T22:50:13.958Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-01-14T22:50:13.958Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-01-14T22:50:16.602Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.443s coverage: 37.0% of statements [2021-01-14T22:50:16.602Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-01-14T22:50:16.602Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-01-14T22:50:16.602Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.583s coverage: 84.0% of statements [2021-01-14T22:50:16.602Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.091s coverage: 100.0% of statements [2021-01-14T22:50:23.439Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.360s coverage: 47.1% of statements [2021-01-14T22:50:23.439Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-01-14T22:50:23.439Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-01-14T22:50:23.439Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-01-14T22:50:23.439Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-01-14T22:50:23.439Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-01-14T22:50:23.439Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.122s coverage: 100.0% of statements [2021-01-14T22:50:23.439Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-01-14T22:50:23.439Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.117s coverage: 100.0% of statements [2021-01-14T22:50:23.439Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-01-14T22:50:28.901Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.449s coverage: 29.1% of statements [2021-01-14T22:50:28.901Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-01-14T22:50:28.901Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-01-14T22:50:28.901Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-01-14T22:50:28.901Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-01-14T22:50:28.901Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-01-14T22:50:28.901Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.196s coverage: 99.0% of statements [2021-01-14T22:50:28.901Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-01-14T22:50:28.901Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.116s coverage: 100.0% of statements [2021-01-14T22:50:28.901Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-01-14T22:50:28.901Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.036s coverage: 0.0% of statements [2021-01-14T22:50:28.901Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-01-14T22:50:28.901Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.059s coverage: 100.0% of statements [2021-01-14T22:50:28.901Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-01-14T22:50:28.901Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-01-14T22:50:28.901Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-01-14T22:50:28.901Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-01-14T22:50:28.901Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.096s coverage: 87.9% of statements [2021-01-14T22:50:28.901Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-01-14T22:50:28.901Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-01-14T22:50:28.901Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.074s coverage: 100.0% of statements [2021-01-14T22:50:29.180Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.056s coverage: 32.1% of statements [2021-01-14T22:50:30.229Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.077s coverage: 100.0% of statements [2021-01-14T22:50:30.870Z] GO111MODULE=on go vet ./... [2021-01-14T22:51:03.640Z] Running on prd-ubuntu18.04-docker-8c-8g-20327 in /w/workspace/edgexfoundry_edgex-go_PR-3032 [Pipeline] { [Pipeline] ws [2021-01-14T22:51:03.700Z] Running in /w/workspace/edgex-go/5 [Pipeline] { [Pipeline] checkout [2021-01-14T22:51:05.986Z] using credential edgex-jenkins-ssh [2021-01-14T22:51:06.040Z] Cloning the remote Git repository [2021-01-14T22:51:06.069Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-01-14T22:51:06.140Z] > git init /w/workspace/edgex-go/5 # timeout=10 [2021-01-14T22:51:06.179Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-14T22:51:06.179Z] > git --version # timeout=10 [2021-01-14T22:51:06.185Z] > git --version # 'git version 2.17.1' [2021-01-14T22:51:06.186Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-14T22:51:06.208Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-14T22:51:12.184Z] Merging remotes/origin/master commit 60451040515ee9eeb901ca3bb1c4662a631f475e into PR head commit 7bf9428fc8b174909a95a12a3c8181a378f1c5e7 [2021-01-14T22:51:11.475Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-14T22:51:11.482Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-14T22:51:11.493Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-14T22:51:11.503Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-14T22:51:11.503Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-14T22:51:11.508Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3032/head:refs/remotes/origin/PR-3032 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-14T22:51:12.199Z] > git config core.sparsecheckout # timeout=10 [2021-01-14T22:51:12.208Z] > git checkout -f 7bf9428fc8b174909a95a12a3c8181a378f1c5e7 # timeout=10 [2021-01-14T22:51:12.318Z] Merge succeeded, producing 7bf9428fc8b174909a95a12a3c8181a378f1c5e7 [2021-01-14T22:51:12.318Z] Checking out Revision 7bf9428fc8b174909a95a12a3c8181a378f1c5e7 (PR-3032) [2021-01-14T22:51:12.279Z] > git remote # timeout=10 [2021-01-14T22:51:12.287Z] > git config --get remote.origin.url # timeout=10 [2021-01-14T22:51:12.300Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-14T22:51:12.305Z] > git merge 60451040515ee9eeb901ca3bb1c4662a631f475e # timeout=10 [2021-01-14T22:51:12.315Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-14T22:51:12.325Z] > git config core.sparsecheckout # timeout=10 [2021-01-14T22:51:12.329Z] > git checkout -f 7bf9428fc8b174909a95a12a3c8181a378f1c5e7 # timeout=10 [2021-01-14T22:51:15.987Z] Commit message: "build: Update to use go-mod-messaging v2" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-14T22:51:17.166Z] + echo snap-build.sh [2021-01-14T22:51:17.166Z] snap-build.sh [2021-01-14T22:51:17.166Z] + SNAP_BASE_DIR=. [2021-01-14T22:51:17.166Z] + '[' '!' -z /w/workspace/edgex-go/5 ']' [2021-01-14T22:51:17.166Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/5 [2021-01-14T22:51:17.166Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/5]' [2021-01-14T22:51:17.166Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/5] [2021-01-14T22:51:17.166Z] + cd /w/workspace/edgex-go/5 [2021-01-14T22:51:17.166Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-01-14T22:51:17.166Z] Reading package lists... [2021-01-14T22:51:17.166Z] Building dependency tree... [2021-01-14T22:51:17.166Z] Reading state information... [2021-01-14T22:51:17.429Z] The following packages were automatically installed and are no longer required: [2021-01-14T22:51:17.429Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-01-14T22:51:17.429Z] uidmap xdelta3 [2021-01-14T22:51:17.429Z] Use 'sudo apt autoremove' to remove them. [2021-01-14T22:51:17.429Z] The following packages will be REMOVED: [2021-01-14T22:51:17.429Z] lxd* lxd-client* [2021-01-14T22:51:17.691Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-01-14T22:51:17.691Z] After this operation, 31.7 MB disk space will be freed. [2021-01-14T22:51:19.008Z] (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-14T22:51:19.008Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-01-14T22:51:19.958Z] Removing lxd dnsmasq configuration [2021-01-14T22:51:19.958Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-01-14T22:51:20.228Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-01-14T22:51:21.194Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-01-14T22:51:21.455Z] (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-14T22:51:21.455Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-01-14T22:51:22.842Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-01-14T22:51:22.842Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-01-14T22:51:24.759Z] + sudo snap remove --purge lxd [2021-01-14T22:51:24.759Z] snap "lxd" is not installed [2021-01-14T22:51:24.759Z] + sudo groupadd --force --system lxd [2021-01-14T22:51:24.759Z] ++ whoami [2021-01-14T22:51:24.759Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-01-14T22:51:24.759Z] + newgrp - lxd [2021-01-14T22:51:24.759Z] + sudo snap install lxd [2021-01-14T22:51:32.959Z] 2021-01-14T22:51:30Z INFO Waiting for automatic snapd restart... [2021-01-14T22:51:39.083Z] gofmt -l . [2021-01-14T22:51:39.083Z] [ "`gofmt -l .`" = "" ] [2021-01-14T22:51:39.083Z] ./bin/test-go-mod-tidy.sh [2021-01-14T22:51:39.083Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-01-14T22:51:40.344Z] + ls -al . [2021-01-14T22:51:40.344Z] total 684 [2021-01-14T22:51:40.344Z] drwxrwxr-x 9 1001 1001 4096 Jan 14 22:51 . [2021-01-14T22:51:40.344Z] drwxr-xr-x 4 root root 4096 Jan 14 22:47 .. [2021-01-14T22:51:40.344Z] -rw-rw-r-- 1 1001 1001 11 Jan 14 22:46 .dockerignore [2021-01-14T22:51:40.344Z] drwxrwxr-x 8 1001 1001 4096 Jan 14 22:46 .git [2021-01-14T22:51:40.344Z] drwxrwxr-x 3 1001 1001 4096 Jan 14 22:46 .github [2021-01-14T22:51:40.344Z] -rw-rw-r-- 1 1001 1001 824 Jan 14 22:46 .gitignore [2021-01-14T22:51:40.344Z] -rw-rw-r-- 1 1001 1001 166 Jan 14 22:46 .sonarcloud.properties [2021-01-14T22:51:40.344Z] -rw-rw-r-- 1 1001 1001 7744 Jan 14 22:46 Attribution.txt [2021-01-14T22:51:40.344Z] -rw-rw-r-- 1 1001 1001 3804 Jan 14 22:46 CONTRIBUTING.md [2021-01-14T22:51:40.344Z] -rw-rw-r-- 1 1001 1001 931 Jan 14 22:46 Dockerfile.build [2021-01-14T22:51:40.344Z] -rw-rw-r-- 1 1001 1001 863 Jan 14 22:46 Jenkinsfile [2021-01-14T22:51:40.344Z] -rw-rw-r-- 1 1001 1001 10775 Jan 14 22:46 LICENSE [2021-01-14T22:51:40.344Z] -rw-rw-r-- 1 1001 1001 5750 Jan 14 22:46 Makefile [2021-01-14T22:51:40.344Z] -rw-rw-r-- 1 1001 1001 6524 Jan 14 22:46 README.md [2021-01-14T22:51:40.344Z] -rw-rw-r-- 1 1001 1001 6744 Jan 14 22:46 SECURITY.md [2021-01-14T22:51:40.344Z] -rw-rw-r-- 1 1001 1001 5 Jan 14 22:42 VERSION [2021-01-14T22:51:40.344Z] -rw-rw-r-- 1 1001 1001 4131 Jan 14 22:46 ZMQWindows.md [2021-01-14T22:51:40.344Z] drwxrwxr-x 2 1001 1001 4096 Jan 14 22:46 bin [2021-01-14T22:51:40.344Z] drwxrwxr-x 14 1001 1001 4096 Jan 14 22:46 cmd [2021-01-14T22:51:40.344Z] -rw-r--r-- 1 root root 550321 Jan 14 22:50 coverage.out [2021-01-14T22:51:40.344Z] -rw-r--r-- 1 root root 981 Jan 14 22:51 go.mod [2021-01-14T22:51:40.344Z] -rw-r--r-- 1 root root 19241 Jan 14 22:51 go.sum [2021-01-14T22:51:40.344Z] drwxrwxr-x 8 1001 1001 4096 Jan 14 22:46 internal [2021-01-14T22:51:40.344Z] drwxrwxr-x 4 1001 1001 4096 Jan 14 22:46 openapi [2021-01-14T22:51:40.344Z] drwxrwxr-x 4 1001 1001 4096 Jan 14 22:46 snap [2021-01-14T22:51:40.344Z] -rw-rw-r-- 1 1001 1001 168 Jan 14 22:46 version.go [Pipeline] sh [2021-01-14T22:51:41.005Z] + '[' -e coverage.out ] [2021-01-14T22:51:41.005Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-01-14T22:51:41.066Z] Warning: overwriting stash ‘coverage-report’ [2021-01-14T22:51:42.121Z] Stashed 1 file(s) [Pipeline] sh [2021-01-14T22:51:42.876Z] + make build [2021-01-14T22:51:42.876Z] 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-14T22:51:47.876Z] lxd 4.10 from Canonical* installed [2021-01-14T22:51:47.876Z] + sudo lxd init --auto [2021-01-14T22:51:55.300Z] 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-14T22:51:56.031Z] + sudo snap install --classic snapcraft [2021-01-14T22:52:00.237Z] snapcraft 4.4.4 from Canonical* installed [2021-01-14T22:52:00.237Z] + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' [2021-01-14T22:52:00.237Z] + patch --verbose -p1 [2021-01-14T22:52:00.237Z] Hmm... Looks like a unified diff to me... [2021-01-14T22:52:00.237Z] The text leading up to this was: [2021-01-14T22:52:00.237Z] -------------------------- [2021-01-14T22:52:00.237Z] |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 [2021-01-14T22:52:00.237Z] |From: Tony Espy [2021-01-14T22:52:00.237Z] |Date: Wed, 16 Dec 2020 16:34:55 -0500 [2021-01-14T22:52:00.237Z] |Subject: [PATCH] optimize snap build for pipeline CI check [2021-01-14T22:52:00.237Z] | [2021-01-14T22:52:00.237Z] |This patch is used by the EdgeX CI pipeline builds to [2021-01-14T22:52:00.237Z] |optimize the snap CI check run for pull requests. When [2021-01-14T22:52:00.237Z] |applied, it essentially strips out everything (apps and [2021-01-14T22:52:00.237Z] |parts) from the snapcraft.yaml file except those required [2021-01-14T22:52:00.237Z] |to build edgex-go, as the whole idea of the CI check is to [2021-01-14T22:52:00.237Z] |catch changes to edgex-go that break the snap build. [2021-01-14T22:52:00.237Z] | [2021-01-14T22:52:00.237Z] |In general, anyone updating snapcraft.yaml will also need [2021-01-14T22:52:00.237Z] |to update this patch file, otherwise it may fail to apply, [2021-01-14T22:52:00.237Z] |resulting in a failed snap build CI check in the associated [2021-01-14T22:52:00.237Z] |pull request. [2021-01-14T22:52:00.237Z] | [2021-01-14T22:52:00.237Z] |Note - in addition to applying this patch, the pipeline also [2021-01-14T22:52:00.237Z] |only primes the snap (e.g. `snapcraft prime`), as there's no [2021-01-14T22:52:00.237Z] |need to build the finally binary .snap file (and it won't [2021-01-14T22:52:00.237Z] |work with the patch applied). This further reduces the build [2021-01-14T22:52:00.237Z] |time. [2021-01-14T22:52:00.237Z] |--- [2021-01-14T22:52:00.237Z] | snap/snapcraft.yaml | 461 +------------------------------------------- [2021-01-14T22:52:00.237Z] | 1 file changed, 2 insertions(+), 459 deletions(-) [2021-01-14T22:52:00.237Z] | [2021-01-14T22:52:00.237Z] |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml [2021-01-14T22:52:00.237Z] |index 1e537489..faf42425 100644 [2021-01-14T22:52:00.237Z] |--- a/snap/snapcraft.yaml [2021-01-14T22:52:00.237Z] |+++ b/snap/snapcraft.yaml [2021-01-14T22:52:00.237Z] -------------------------- [2021-01-14T22:52:00.237Z] patching file snap/snapcraft.yaml [2021-01-14T22:52:00.237Z] Using Plan A... [2021-01-14T22:52:00.237Z] Hunk #1 succeeded at 73. [2021-01-14T22:52:00.237Z] Hunk #2 succeeded at 202 with fuzz 1. [2021-01-14T22:52:00.237Z] Hunk #3 succeeded at 214 (offset -3 lines). [2021-01-14T22:52:00.237Z] Hunk #4 succeeded at 222 (offset -3 lines). [2021-01-14T22:52:00.237Z] Hunk #5 succeeded at 229 (offset -3 lines). [2021-01-14T22:52:00.237Z] Hunk #6 succeeded at 256 (offset -3 lines). [2021-01-14T22:52:00.237Z] Hunk #7 succeeded at 290 (offset -3 lines). [2021-01-14T22:52:00.237Z] Hunk #8 succeeded at 342 (offset -2 lines). [2021-01-14T22:52:00.237Z] Hmm... Ignoring the trailing garbage. [2021-01-14T22:52:00.237Z] done [2021-01-14T22:52:00.237Z] + sudo snapcraft prime --use-lxd [2021-01-14T22:52:00.808Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-01-14T22:52:00.808Z] 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-14T22:52:00.808Z] - README.md [2021-01-14T22:52:00.808Z] - snapcraft.yaml.orig [2021-01-14T22:52:00.808Z] [2021-01-14T22:52:00.808Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-01-14T22:52:01.751Z] Launching a container. [2021-01-14T22:52:13.993Z] Waiting for container to be ready [2021-01-14T22:52:13.993Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-01-14T22:52:13.993Z] [2021-01-14T22:52:16.539Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-01-14T22:52:16.804Z] Waiting for network to be ready... [2021-01-14T22:52:17.376Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-01-14T22:52:17.376Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-01-14T22:52:17.485Z] 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-14T22:52:17.637Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1506 kB] [2021-01-14T22:52:17.637Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-01-14T22:52:17.898Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-01-14T22:52:18.158Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-01-14T22:52:18.158Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-01-14T22:52:18.158Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-01-14T22:52:18.158Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-01-14T22:52:18.158Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-01-14T22:52:18.158Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-01-14T22:52:18.158Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [292 kB] [2021-01-14T22:52:18.158Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [12.5 kB] [2021-01-14T22:52:18.158Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2644 B] [2021-01-14T22:52:18.158Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [219 kB] [2021-01-14T22:52:18.158Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [28.8 kB] [2021-01-14T22:52:18.158Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1098 kB] [2021-01-14T22:52:18.158Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [245 kB] [2021-01-14T22:52:18.420Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-01-14T22:52:18.681Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1842 kB] [2021-01-14T22:52:18.915Z] 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-14T22:52:18.941Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [384 kB] [2021-01-14T22:52:18.942Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.7 kB] [2021-01-14T22:52:18.942Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6696 B] [2021-01-14T22:52:18.942Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [237 kB] [2021-01-14T22:52:18.942Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [31.8 kB] [2021-01-14T22:52:18.942Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1700 kB] [2021-01-14T22:52:18.942Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [358 kB] [2021-01-14T22:52:21.498Z] Fetched 23.7 MB in 4s (5591 kB/s) [2021-01-14T22:52:22.083Z] Reading package lists... [2021-01-14T22:52:22.344Z] Reading package lists... [2021-01-14T22:52:22.606Z] Building dependency tree... [2021-01-14T22:52:22.606Z] Reading state information... [2021-01-14T22:52:22.606Z] The following additional packages will be installed: [2021-01-14T22:52:22.606Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-01-14T22:52:22.606Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-01-14T22:52:22.606Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-01-14T22:52:22.606Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-01-14T22:52:22.606Z] Suggested packages: [2021-01-14T22:52:22.606Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-01-14T22:52:22.606Z] Recommended packages: [2021-01-14T22:52:22.606Z] gnupg libsasl2-modules [2021-01-14T22:52:22.606Z] The following NEW packages will be installed: [2021-01-14T22:52:22.606Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-01-14T22:52:22.606Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-01-14T22:52:22.606Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-01-14T22:52:22.606Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-01-14T22:52:22.606Z] The following packages will be upgraded: [2021-01-14T22:52:22.606Z] gpg gpg-agent gpgconf libudev1 [2021-01-14T22:52:22.871Z] 4 upgraded, 18 newly installed, 0 to remove and 102 not upgraded. [2021-01-14T22:52:22.871Z] Need to get 3532 kB of archives. [2021-01-14T22:52:22.871Z] After this operation, 13.3 MB of additional disk space will be used. [2021-01-14T22:52:22.871Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] [2021-01-14T22:52:22.871Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] [2021-01-14T22:52:22.871Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] [2021-01-14T22:52:22.871Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.8 [17.0 kB] [2021-01-14T22:52:22.871Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.8 [155 kB] [2021-01-14T22:52:22.871Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] [2021-01-14T22:52:22.871Z] Get:7 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.43 [57.8 kB] [2021-01-14T22:52:23.443Z] Get:8 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.43 [1102 kB] [2021-01-14T22:52:23.704Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-01-14T22:52:23.704Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-01-14T22:52:23.704Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-01-14T22:52:23.704Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-01-14T22:52:23.704Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-01-14T22:52:23.704Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-01-14T22:52:23.704Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-01-14T22:52:23.704Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-01-14T22:52:23.704Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-01-14T22:52:23.704Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-01-14T22:52:23.966Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-01-14T22:52:23.966Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-01-14T22:52:23.966Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] [2021-01-14T22:52:23.966Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] [2021-01-14T22:52:23.966Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-14T22:52:23.966Z] Fetched 3532 kB in 1s (3135 kB/s) [2021-01-14T22:52:23.966Z] (Reading database ... 12511 files and directories currently installed.) [2021-01-14T22:52:23.966Z] Preparing to unpack .../libudev1_237-3ubuntu10.43_amd64.deb ... [2021-01-14T22:52:23.966Z] Unpacking libudev1:amd64 (237-3ubuntu10.43) over (237-3ubuntu10) ... [2021-01-14T22:52:24.228Z] Setting up libudev1:amd64 (237-3ubuntu10.43) ... [2021-01-14T22:52:24.228Z] Selecting previously unselected package udev. [2021-01-14T22:52:24.228Z] (Reading database ... 12511 files and directories currently installed.) [2021-01-14T22:52:24.228Z] Preparing to unpack .../00-udev_237-3ubuntu10.43_amd64.deb ... [2021-01-14T22:52:24.311Z] 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-14T22:52:24.489Z] Unpacking udev (237-3ubuntu10.43) ... [2021-01-14T22:52:24.751Z] Selecting previously unselected package libfuse2:amd64. [2021-01-14T22:52:24.751Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-01-14T22:52:24.751Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-01-14T22:52:24.751Z] Selecting previously unselected package fuse. [2021-01-14T22:52:24.751Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-01-14T22:52:24.751Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-01-14T22:52:24.751Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-14T22:52:24.751Z] Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-14T22:52:25.013Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-14T22:52:25.013Z] Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-14T22:52:25.013Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-14T22:52:25.013Z] Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-14T22:52:25.282Z] Selecting previously unselected package libksba8:amd64. [2021-01-14T22:52:25.282Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-01-14T22:52:25.282Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-01-14T22:52:25.282Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-01-14T22:52:25.282Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-14T22:52:25.282Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-14T22:52:25.291Z] 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-14T22:52:25.544Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-01-14T22:52:25.544Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-14T22:52:25.544Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-14T22:52:25.544Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-01-14T22:52:25.544Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-14T22:52:25.544Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-14T22:52:25.544Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-01-14T22:52:25.544Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-14T22:52:25.544Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-14T22:52:25.805Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-01-14T22:52:25.805Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-14T22:52:25.805Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-14T22:52:25.805Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-01-14T22:52:25.805Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-14T22:52:25.805Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-14T22:52:26.067Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-01-14T22:52:26.067Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-14T22:52:26.067Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-14T22:52:26.067Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-01-14T22:52:26.067Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-14T22:52:26.067Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-14T22:52:26.329Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-01-14T22:52:26.329Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-14T22:52:26.329Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-14T22:52:26.329Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-01-14T22:52:26.329Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-01-14T22:52:26.329Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-14T22:52:26.329Z] Selecting previously unselected package libsasl2-2:amd64. [2021-01-14T22:52:26.329Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-01-14T22:52:26.329Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-14T22:52:26.616Z] Selecting previously unselected package libldap-common. [2021-01-14T22:52:26.616Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... [2021-01-14T22:52:26.616Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-14T22:52:26.616Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-01-14T22:52:26.616Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... [2021-01-14T22:52:26.616Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-14T22:52:26.616Z] Selecting previously unselected package dirmngr. [2021-01-14T22:52:26.616Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-14T22:52:26.616Z] Unpacking dirmngr (2.2.4-1ubuntu1.3) ... [2021-01-14T22:52:26.876Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-14T22:52:26.876Z] Setting up gpgconf (2.2.4-1ubuntu1.3) ... [2021-01-14T22:52:26.876Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-01-14T22:52:26.876Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-14T22:52:26.876Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-14T22:52:26.876Z] Setting up gpg-agent (2.2.4-1ubuntu1.3) ... [2021-01-14T22:52:27.137Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-14T22:52:27.137Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-01-14T22:52:27.137Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-14T22:52:27.137Z] Setting up udev (237-3ubuntu10.43) ... [2021-01-14T22:52:27.398Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-01-14T22:52:27.659Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-14T22:52:27.659Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-01-14T22:52:27.659Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-01-14T22:52:27.659Z] Setting up gpg (2.2.4-1ubuntu1.3) ... [2021-01-14T22:52:27.919Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-14T22:52:27.919Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-14T22:52:27.919Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-14T22:52:27.919Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-14T22:52:27.919Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-14T22:52:27.919Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-14T22:52:27.919Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-14T22:52:27.919Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-14T22:52:28.180Z] Setting up dirmngr (2.2.4-1ubuntu1.3) ... [2021-01-14T22:52:28.180Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-14T22:52:28.444Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-01-14T22:52:28.444Z] settings in the [Install] section, and DefaultInstance for template units). [2021-01-14T22:52:28.444Z] This means they are not meant to be enabled using systemctl. [2021-01-14T22:52:28.444Z] Possible reasons for having this kind of units are: [2021-01-14T22:52:28.444Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-01-14T22:52:28.444Z] .wants/ or .requires/ directory. [2021-01-14T22:52:28.444Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-01-14T22:52:28.444Z] a requirement dependency on it. [2021-01-14T22:52:28.444Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-01-14T22:52:28.444Z] D-Bus, udev, scripted systemctl call, ...). [2021-01-14T22:52:28.444Z] 4) In case of template units, the unit is meant to be enabled with some [2021-01-14T22:52:28.444Z] instance name specified. [2021-01-14T22:52:29.014Z] Reading package lists... [2021-01-14T22:52:29.014Z] Building dependency tree... [2021-01-14T22:52:29.014Z] Reading state information... [2021-01-14T22:52:29.275Z] The following additional packages will be installed: [2021-01-14T22:52:29.275Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-01-14T22:52:29.275Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-01-14T22:52:29.275Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-01-14T22:52:29.275Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-01-14T22:52:29.275Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-01-14T22:52:29.275Z] Suggested packages: [2021-01-14T22:52:29.275Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-01-14T22:52:29.275Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-01-14T22:52:29.275Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-01-14T22:52:29.275Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-01-14T22:52:29.275Z] systemd-container policykit-1 [2021-01-14T22:52:29.275Z] Recommended packages: [2021-01-14T22:52:29.275Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-01-14T22:52:29.275Z] The following NEW packages will be installed: [2021-01-14T22:52:29.275Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-01-14T22:52:29.275Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-01-14T22:52:29.275Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-01-14T22:52:29.275Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-01-14T22:52:29.275Z] python3.6-minimal snapd squashfs-tools sudo [2021-01-14T22:52:29.275Z] The following packages will be upgraded: [2021-01-14T22:52:29.275Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-01-14T22:52:29.275Z] 5 upgraded, 25 newly installed, 0 to remove and 97 not upgraded. [2021-01-14T22:52:29.275Z] Need to get 35.2 MB of archives. [2021-01-14T22:52:29.275Z] After this operation, 141 MB of additional disk space will be used. [2021-01-14T22:52:29.275Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.43 [2913 kB] [2021-01-14T22:52:29.275Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] [2021-01-14T22:52:30.216Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] [2021-01-14T22:52:30.216Z] 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-14T22:52:30.216Z] 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-14T22:52:30.216Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-01-14T22:52:30.216Z] Get:7 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.43 [208 kB] [2021-01-14T22:52:30.216Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [1609 kB] [2021-01-14T22:52:30.216Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2021-01-14T22:52:30.216Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-01-14T22:52:30.216Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-01-14T22:52:30.216Z] Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-01-14T22:52:30.216Z] Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-01-14T22:52:30.216Z] Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-01-14T22:52:30.216Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-01-14T22:52:30.216Z] Get:16 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 sudo amd64 1.8.21p2-3ubuntu1.3 [428 kB] [2021-01-14T22:52:30.216Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] [2021-01-14T22:52:30.216Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-01-14T22:52:30.480Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-01-14T22:52:30.480Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] [2021-01-14T22:52:30.480Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] [2021-01-14T22:52:30.480Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] [2021-01-14T22:52:30.480Z] Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-01-14T22:52:30.480Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-01-14T22:52:30.480Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-01-14T22:52:30.480Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-01-14T22:52:30.480Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-01-14T22:52:30.480Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-01-14T22:52:30.480Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] [2021-01-14T22:52:30.480Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-01-14T22:52:30.686Z] 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-14T22:52:31.427Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-14T22:52:31.427Z] Fetched 35.2 MB in 2s (16.4 MB/s) [2021-01-14T22:52:31.687Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-14T22:52:31.687Z] Preparing to unpack .../systemd_237-3ubuntu10.43_amd64.deb ... [2021-01-14T22:52:31.687Z] Unpacking systemd (237-3ubuntu10.43) over (237-3ubuntu10) ... [2021-01-14T22:52:32.259Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.43_amd64.deb ... [2021-01-14T22:52:32.259Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.43) over (237-3ubuntu10) ... [2021-01-14T22:52:32.519Z] Setting up libsystemd0:amd64 (237-3ubuntu10.43) ... [2021-01-14T22:52:32.519Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-14T22:52:32.519Z] Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... [2021-01-14T22:52:32.519Z] Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... [2021-01-14T22:52:32.780Z] Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... [2021-01-14T22:52:32.781Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-14T22:52:32.781Z] Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... [2021-01-14T22:52:33.046Z] Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... [2021-01-14T22:52:33.307Z] Setting up apt (1.6.12ubuntu0.2) ... [2021-01-14T22:52:33.307Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-01-14T22:52:33.568Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-01-14T22:52:33.829Z] (Reading database ... 12764 files and directories currently installed.) [2021-01-14T22:52:33.829Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-01-14T22:52:33.829Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-01-14T22:52:34.089Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-01-14T22:52:34.089Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-14T22:52:34.089Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-14T22:52:34.351Z] Selecting previously unselected package libexpat1:amd64. [2021-01-14T22:52:34.351Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-01-14T22:52:34.351Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-01-14T22:52:34.613Z] Selecting previously unselected package python3.6-minimal. [2021-01-14T22:52:34.613Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-14T22:52:34.613Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-01-14T22:52:34.873Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... [2021-01-14T22:52:34.993Z] 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-14T22:52:35.133Z] Checking for services that may need to be restarted...done. [2021-01-14T22:52:35.134Z] Checking for services that may need to be restarted...done. [2021-01-14T22:52:35.134Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-14T22:52:35.134Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-01-14T22:52:35.134Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-01-14T22:52:35.705Z] Selecting previously unselected package python3-minimal. [2021-01-14T22:52:35.705Z] (Reading database ... 13012 files and directories currently installed.) [2021-01-14T22:52:35.705Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-01-14T22:52:35.705Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-01-14T22:52:35.705Z] Selecting previously unselected package mime-support. [2021-01-14T22:52:35.705Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-01-14T22:52:35.705Z] Unpacking mime-support (3.60ubuntu1) ... [2021-01-14T22:52:35.705Z] Selecting previously unselected package libmpdec2:amd64. [2021-01-14T22:52:35.705Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-01-14T22:52:35.705Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-01-14T22:52:35.971Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-01-14T22:52:35.971Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-14T22:52:35.972Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-14T22:52:36.237Z] Selecting previously unselected package python3.6. [2021-01-14T22:52:36.237Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-14T22:52:36.237Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-14T22:52:36.237Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-01-14T22:52:36.237Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-01-14T22:52:36.237Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-01-14T22:52:36.497Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-01-14T22:52:36.758Z] Selecting previously unselected package python3. [2021-01-14T22:52:36.758Z] (Reading database ... 13442 files and directories currently installed.) [2021-01-14T22:52:36.758Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-01-14T22:52:36.758Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-01-14T22:52:36.758Z] Selecting previously unselected package multiarch-support. [2021-01-14T22:52:36.758Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-01-14T22:52:36.758Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-01-14T22:52:36.758Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-01-14T22:52:37.018Z] Selecting previously unselected package liblzo2-2:amd64. [2021-01-14T22:52:37.018Z] (Reading database ... 13479 files and directories currently installed.) [2021-01-14T22:52:37.018Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-01-14T22:52:37.018Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-01-14T22:52:37.018Z] Selecting previously unselected package libbsd0:amd64. [2021-01-14T22:52:37.018Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-01-14T22:52:37.018Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-01-14T22:52:37.279Z] Selecting previously unselected package sudo. [2021-01-14T22:52:37.279Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.3_amd64.deb ... [2021-01-14T22:52:37.279Z] Unpacking sudo (1.8.21p2-3ubuntu1.3) ... [2021-01-14T22:52:37.279Z] Selecting previously unselected package apparmor. [2021-01-14T22:52:37.279Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-01-14T22:52:37.279Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-01-14T22:52:37.540Z] Selecting previously unselected package libedit2:amd64. [2021-01-14T22:52:37.540Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-01-14T22:52:37.540Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-01-14T22:52:37.540Z] Selecting previously unselected package libkrb5support0:amd64. [2021-01-14T22:52:37.540Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-01-14T22:52:37.540Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-01-14T22:52:37.800Z] Selecting previously unselected package libk5crypto3:amd64. [2021-01-14T22:52:37.800Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-01-14T22:52:37.800Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-01-14T22:52:37.800Z] Selecting previously unselected package libkeyutils1:amd64. [2021-01-14T22:52:37.800Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-01-14T22:52:37.800Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-01-14T22:52:37.800Z] Selecting previously unselected package libkrb5-3:amd64. [2021-01-14T22:52:37.800Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-01-14T22:52:37.800Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-01-14T22:52:38.060Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-01-14T22:52:38.060Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-01-14T22:52:38.060Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-01-14T22:52:38.319Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-01-14T22:52:38.319Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... [2021-01-14T22:52:38.319Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-01-14T22:52:38.319Z] Selecting previously unselected package openssh-client. [2021-01-14T22:52:38.319Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-01-14T22:52:38.319Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-01-14T22:52:38.373Z] 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-14T22:52:38.580Z] Selecting previously unselected package squashfs-tools. [2021-01-14T22:52:38.580Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-01-14T22:52:38.580Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-01-14T22:52:38.841Z] Selecting previously unselected package snapd. [2021-01-14T22:52:38.841Z] Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... [2021-01-14T22:52:38.841Z] Unpacking snapd (2.48+18.04) ... [2021-01-14T22:52:40.756Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-01-14T22:52:40.756Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-01-14T22:52:41.016Z] Setting up mime-support (3.60ubuntu1) ... [2021-01-14T22:52:41.016Z] Setting up sudo (1.8.21p2-3ubuntu1.3) ... [2021-01-14T22:52:41.016Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-01-14T22:52:41.016Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-01-14T22:52:41.277Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-14T22:52:41.277Z] Setting up systemd (237-3ubuntu10.43) ... [2021-01-14T22:52:41.277Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-01-14T22:52:41.773Z] 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-14T22:52:41.848Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-01-14T22:52:41.848Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-01-14T22:52:42.108Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-01-14T22:52:42.108Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-14T22:52:42.108Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-01-14T22:52:42.108Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-14T22:52:42.681Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-01-14T22:52:42.681Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-01-14T22:52:42.681Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-01-14T22:52:42.681Z] Setting up python3 (3.6.7-1~18.04) ... [2021-01-14T22:52:42.941Z] running python rtupdate hooks for python3.6... [2021-01-14T22:52:42.941Z] running python post-rtupdate hooks for python3.6... [2021-01-14T22:52:42.941Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-01-14T22:52:44.327Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-01-14T22:52:44.589Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-01-14T22:52:44.589Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-01-14T22:52:44.589Z] Setting up snapd (2.48+18.04) ... [2021-01-14T22:52:45.161Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-01-14T22:52:45.161Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-01-14T22:52:45.165Z] 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-14T22:52:45.427Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-01-14T22:52:45.427Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-01-14T22:52:45.688Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-01-14T22:52:45.688Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-01-14T22:52:45.949Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-01-14T22:52:45.949Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-01-14T22:52:46.210Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-01-14T22:52:46.472Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-01-14T22:52:46.472Z] /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-14T22:52:46.472Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-14T22:52:46.732Z] Processing triggers for systemd (237-3ubuntu10.43) ... [2021-01-14T22:52:47.686Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-01-14T22:52:47.686Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-14T22:52:47.686Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-14T22:52:48.889Z] Reading package lists... [2021-01-14T22:52:49.150Z] Reading package lists... [2021-01-14T22:52:49.150Z] Building dependency tree... [2021-01-14T22:52:49.150Z] Reading state information... [2021-01-14T22:52:49.412Z] Calculating upgrade... [2021-01-14T22:52:49.412Z] The following packages will be upgraded: [2021-01-14T22:52:49.412Z] advancecomp base-files bash binutils binutils-common [2021-01-14T22:52:49.412Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-01-14T22:52:49.412Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-01-14T22:52:49.412Z] grep libapparmor1 libasan4 libatomic1 libbinutils libblkid1 libbz2-1.0 [2021-01-14T22:52:49.412Z] libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 libcilkrts5 libcom-err2 [2021-01-14T22:52:49.412Z] libcryptsetup12 libdb5.3 libdevmapper1.02.1 libdpkg-perl libext2fs2 [2021-01-14T22:52:49.412Z] libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 libgnutls30 libgomp1 libidn11 [2021-01-14T22:52:49.412Z] libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 libmount1 libmpx2 libncurses5 [2021-01-14T22:52:49.412Z] libncursesw5 libp11-kit0 libpam-modules libpam-modules-bin libpam-runtime [2021-01-14T22:52:49.412Z] libpam0g libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 [2021-01-14T22:52:49.412Z] libsmartcols1 libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 [2021-01-14T22:52:49.412Z] libtsan0 libubsan0 libunistring2 libuuid1 libzstd1 linux-libc-dev login [2021-01-14T22:52:49.412Z] mount ncurses-base ncurses-bin openssl passwd patch perl perl-base [2021-01-14T22:52:49.412Z] perl-modules-5.26 pkgbinarymangler procps systemd-sysv tar tzdata [2021-01-14T22:52:49.412Z] ubuntu-keyring util-linux [2021-01-14T22:52:49.471Z] 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-14T22:52:49.675Z] 97 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-01-14T22:52:49.675Z] Need to get 63.7 MB of archives. [2021-01-14T22:52:49.675Z] After this operation, 5203 kB of additional disk space will be used. [2021-01-14T22:52:49.675Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-132.136 [987 kB] [2021-01-14T22:52:49.675Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-01-14T22:52:49.675Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-01-14T22:52:49.675Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-01-14T22:52:49.675Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-01-14T22:52:49.675Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-01-14T22:52:49.675Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-01-14T22:52:49.675Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-01-14T22:52:49.675Z] 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-14T22:52:49.675Z] 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-14T22:52:49.675Z] 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-14T22:52:49.675Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-01-14T22:52:49.675Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-01-14T22:52:49.675Z] 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-14T22:52:49.675Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-01-14T22:52:49.675Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-01-14T22:52:49.675Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-01-14T22:52:49.675Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-01-14T22:52:49.675Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-01-14T22:52:49.675Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-01-14T22:52:49.937Z] 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-14T22:52:49.937Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-01-14T22:52:49.937Z] 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-14T22:52:49.937Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-01-14T22:52:49.937Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-01-14T22:52:49.937Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-01-14T22:52:49.937Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-01-14T22:52:49.937Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-01-14T22:52:49.937Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-01-14T22:52:49.937Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-01-14T22:52:49.937Z] Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-01-14T22:52:49.937Z] Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-01-14T22:52:49.937Z] Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-01-14T22:52:49.937Z] Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-01-14T22:52:49.937Z] Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-01-14T22:52:49.937Z] Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] [2021-01-14T22:52:49.937Z] Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] [2021-01-14T22:52:49.937Z] 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-14T22:52:49.937Z] Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-01-14T22:52:49.937Z] 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-14T22:52:49.937Z] 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-14T22:52:49.937Z] Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20201027ubuntu0.18.04.1 [153 kB] [2021-01-14T22:52:49.937Z] Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-01-14T22:52:49.937Z] 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-14T22:52:49.937Z] Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-01-14T22:52:49.937Z] Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2020f-0ubuntu0.18.04 [190 kB] [2021-01-14T22:52:49.937Z] 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-14T22:52:49.937Z] Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-01-14T22:52:49.937Z] 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-14T22:52:49.937Z] Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] [2021-01-14T22:52:49.937Z] Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] [2021-01-14T22:52:49.937Z] Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] [2021-01-14T22:52:49.937Z] Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-01-14T22:52:49.937Z] Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-01-14T22:52:49.937Z] Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-01-14T22:52:49.937Z] Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-01-14T22:52:50.199Z] Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-01-14T22:52:50.460Z] 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-14T22:52:50.460Z] 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-14T22:52:50.460Z] Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-01-14T22:52:50.721Z] 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-14T22:52:50.721Z] Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-01-14T22:52:50.721Z] Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-01-14T22:52:50.721Z] Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-01-14T22:52:50.721Z] Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-01-14T22:52:50.721Z] Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-01-14T22:52:50.721Z] Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-01-14T22:52:50.983Z] Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-01-14T22:52:50.983Z] Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-01-14T22:52:50.983Z] Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-01-14T22:52:50.983Z] Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-01-14T22:52:50.983Z] Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-01-14T22:52:51.244Z] Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-01-14T22:52:51.244Z] Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-01-14T22:52:51.244Z] Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-01-14T22:52:51.244Z] Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-01-14T22:52:51.244Z] Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-01-14T22:52:51.244Z] Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-01-14T22:52:51.244Z] Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-01-14T22:52:51.244Z] Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] [2021-01-14T22:52:51.244Z] Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] [2021-01-14T22:52:51.244Z] Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] [2021-01-14T22:52:51.244Z] Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.43 [15.7 kB] [2021-01-14T22:52:51.244Z] Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] [2021-01-14T22:52:51.244Z] Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-01-14T22:52:51.244Z] Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-01-14T22:52:51.244Z] Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-01-14T22:52:51.244Z] Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] [2021-01-14T22:52:51.244Z] Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-01-14T22:52:51.244Z] Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-01-14T22:52:51.506Z] Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] [2021-01-14T22:52:51.506Z] Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-01-14T22:52:51.506Z] Get:93 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-01-14T22:52:51.506Z] Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-01-14T22:52:51.506Z] Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-01-14T22:52:51.506Z] Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-01-14T22:52:51.506Z] Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-01-14T22:52:51.506Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-14T22:52:51.765Z] Fetched 63.7 MB in 2s (32.1 MB/s) [2021-01-14T22:52:51.765Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-14T22:52:51.765Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-01-14T22:52:51.765Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-14T22:52:52.335Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-01-14T22:52:52.335Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-14T22:52:52.596Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-132.136_amd64.deb ... [2021-01-14T22:52:52.596Z] Unpacking linux-libc-dev:amd64 (4.15.0-132.136) over (4.15.0-20.21) ... [Pipeline] } [2021-01-14T22:52:52.885Z] $ docker stop --time=1 6472acebfe96d71ad708f796f7ba2d3da60052b72aa9f5d730bbdf0f2d3dd15f [2021-01-14T22:52:53.539Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-14T22:52:53.539Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-14T22:52:53.539Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-14T22:52:53.539Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-14T22:52:53.801Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-14T22:52:53.801Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-14T22:52:53.801Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-14T22:52:53.801Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-14T22:52:54.062Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-14T22:52:54.062Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-14T22:52:54.062Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-14T22:52:54.062Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-14T22:52:54.323Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-14T22:52:54.323Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-14T22:52:54.323Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-14T22:52:54.584Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-14T22:52:54.584Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-14T22:52:54.584Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-01-14T22:52:54.584Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-01-14T22:52:54.846Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-14T22:52:54.846Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-14T22:52:54.846Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-14T22:52:54.846Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-14T22:52:54.846Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-14T22:52:55.156Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-14T22:52:55.156Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-14T22:52:55.417Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-14T22:52:55.417Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-14T22:52:55.417Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-01-14T22:52:55.424Z] $ docker rm -f 6472acebfe96d71ad708f796f7ba2d3da60052b72aa9f5d730bbdf0f2d3dd15f [2021-01-14T22:52:55.676Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-14T22:52:56.248Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-01-14T22:52:56.508Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-14T22:52:56.508Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-01-14T22:52:56.508Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-01-14T22:52:56.508Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-01-14T22:52:56.508Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [2021-01-14T22:52:56.774Z] Setting up base-files (10.1ubuntu2.10) ... [2021-01-14T22:52:56.774Z] Installing new version of config file /etc/issue ... [2021-01-14T22:52:56.774Z] Installing new version of config file /etc/issue.net ... [2021-01-14T22:52:56.774Z] Installing new version of config file /etc/lsb-release ... [2021-01-14T22:52:56.774Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-14T22:52:57.033Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-01-14T22:52:57.033Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-01-14T22:52:57.295Z] Removing obsolete conffile /etc/default/motd-news ... [2021-01-14T22:52:57.295Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-14T22:52:57.295Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-01-14T22:52:57.295Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-01-14T22:52:57.307Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-14T22:52:57.307Z] [2021-01-14T22:52:57.307Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-14T22:52:57.555Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-01-14T22:52:57.555Z] 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-14T22:52:57.555Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-14T22:52:57.555Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-14T22:52:57.692Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-14T22:52:57.817Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-01-14T22:52:57.817Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-01-14T22:52:57.817Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-14T22:52:57.817Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-01-14T22:52:57.817Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-01-14T22:52:57.971Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-01-14T22:52:57.971Z] 29e5d40040c1: Pulling fs layer [2021-01-14T22:52:57.971Z] 1ce36da41761: Pulling fs layer [2021-01-14T22:52:57.971Z] 25b303627fd3: Pulling fs layer [2021-01-14T22:52:57.971Z] 29e5d40040c1: Verifying Checksum [2021-01-14T22:52:57.971Z] 29e5d40040c1: Download complete [2021-01-14T22:52:58.096Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-01-14T22:52:58.364Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-14T22:52:58.364Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-01-14T22:52:58.364Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-14T22:52:58.364Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-01-14T22:52:58.575Z] 1ce36da41761: Verifying Checksum [2021-01-14T22:52:58.575Z] 1ce36da41761: Download complete [2021-01-14T22:52:58.575Z] 29e5d40040c1: Pull complete [2021-01-14T22:52:58.626Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-14T22:52:58.626Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-14T22:52:58.626Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-14T22:52:58.888Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-14T22:52:58.888Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-14T22:52:58.888Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-14T22:52:58.888Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-14T22:52:59.148Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-01-14T22:52:59.148Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-14T22:52:59.148Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-01-14T22:52:59.148Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-01-14T22:52:59.409Z] Setting up grep (3.1-2build1) ... [2021-01-14T22:52:59.409Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-14T22:52:59.409Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-01-14T22:52:59.409Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-01-14T22:52:59.669Z] Setting up login (1:4.5-1ubuntu2) ... [2021-01-14T22:52:59.669Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-14T22:52:59.669Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-14T22:52:59.669Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-14T22:52:59.930Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-01-14T22:52:59.930Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-14T22:52:59.930Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-14T22:52:59.930Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-14T22:53:00.015Z] 1ce36da41761: Pull complete [2021-01-14T22:53:00.499Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-14T22:53:00.499Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-14T22:53:00.607Z] 25b303627fd3: Verifying Checksum [2021-01-14T22:53:00.607Z] 25b303627fd3: Download complete [2021-01-14T22:53:00.760Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-14T22:53:00.760Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-14T22:53:01.333Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-01-14T22:53:01.334Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-14T22:53:01.334Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-01-14T22:53:01.334Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-14T22:53:02.718Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-01-14T22:53:02.718Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-01-14T22:53:02.718Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-01-14T22:53:02.718Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-01-14T22:53:02.979Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-01-14T22:53:02.979Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-14T22:53:02.979Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-01-14T22:53:02.979Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-01-14T22:53:03.239Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-01-14T22:53:03.500Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-14T22:53:03.500Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-14T22:53:03.500Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-14T22:53:03.500Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-14T22:53:03.760Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-14T22:53:03.760Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-14T22:53:03.760Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-14T22:53:03.760Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-14T22:53:04.020Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-14T22:53:04.020Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-14T22:53:04.020Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-14T22:53:04.020Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-14T22:53:04.282Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-14T22:53:04.282Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-14T22:53:04.282Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-14T22:53:04.282Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-14T22:53:04.542Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-14T22:53:04.542Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-14T22:53:04.542Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-14T22:53:04.542Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-14T22:53:04.542Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-14T22:53:04.804Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-14T22:53:04.804Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-14T22:53:04.804Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-14T22:53:04.804Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-14T22:53:05.065Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-14T22:53:05.065Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-14T22:53:05.065Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-14T22:53:05.065Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-14T22:53:05.326Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-14T22:53:05.326Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-14T22:53:05.326Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-14T22:53:05.326Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-14T22:53:05.587Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-01-14T22:53:05.587Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-14T22:53:05.587Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-14T22:53:05.855Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-14T22:53:06.426Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-01-14T22:53:06.426Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-01-14T22:53:06.687Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-01-14T22:53:06.949Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-14T22:53:06.949Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-01-14T22:53:06.949Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-14T22:53:07.210Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-01-14T22:53:07.210Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-14T22:53:07.210Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-01-14T22:53:07.210Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-14T22:53:07.498Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-01-14T22:53:07.498Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-14T22:53:07.498Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-01-14T22:53:07.498Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-01-14T22:53:07.760Z] Setting up debconf (1.5.66ubuntu1) ... [2021-01-14T22:53:08.024Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-14T22:53:08.024Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-14T22:53:08.024Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-14T22:53:08.285Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-14T22:53:08.285Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-14T22:53:08.285Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-14T22:53:08.285Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-14T22:53:08.546Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-14T22:53:08.546Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-14T22:53:08.546Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-14T22:53:08.806Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-14T22:53:08.806Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-14T22:53:09.067Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-14T22:53:09.067Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-14T22:53:09.067Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-14T22:53:09.067Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.43_amd64.deb ... [2021-01-14T22:53:09.067Z] Unpacking systemd-sysv (237-3ubuntu10.43) over (237-3ubuntu10) ... [2021-01-14T22:53:09.327Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-14T22:53:09.327Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-14T22:53:09.327Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-14T22:53:09.589Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-14T22:53:09.589Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-01-14T22:53:09.589Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-01-14T22:53:09.589Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-01-14T22:53:09.850Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-14T22:53:09.850Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-01-14T22:53:09.850Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-14T22:53:09.850Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-14T22:53:10.420Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-14T22:53:10.420Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-14T22:53:10.420Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-14T22:53:10.420Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-14T22:53:10.420Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-14T22:53:10.420Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... [2021-01-14T22:53:10.420Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... [2021-01-14T22:53:10.681Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... [2021-01-14T22:53:10.681Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-14T22:53:10.681Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-01-14T22:53:10.681Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-01-14T22:53:10.756Z] 25b303627fd3: Pull complete [2021-01-14T22:53:10.756Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-01-14T22:53:10.756Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-14T22:53:10.756Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-01-14T22:53:10.943Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-01-14T22:53:11.018Z] prd-ubuntu18.04-docker-arm64-4c-16g-20324 does not seem to be running inside a container [2021-01-14T22:53:11.098Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@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-14T22:53:11.202Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-14T22:53:11.202Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-14T22:53:11.203Z] Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-14T22:53:11.463Z] Setting up gpgv (2.2.4-1ubuntu1.3) ... [2021-01-14T22:53:11.463Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-14T22:53:11.463Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-01-14T22:53:11.463Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-01-14T22:53:11.724Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-01-14T22:53:11.724Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-14T22:53:11.724Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-01-14T22:53:11.987Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-01-14T22:53:11.987Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-01-14T22:53:11.987Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-14T22:53:11.987Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-01-14T22:53:12.248Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-01-14T22:53:12.248Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-01-14T22:53:12.248Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-14T22:53:12.248Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-01-14T22:53:12.248Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-01-14T22:53:12.513Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-01-14T22:53:12.513Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-14T22:53:12.513Z] Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... [2021-01-14T22:53:12.513Z] Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... [2021-01-14T22:53:12.775Z] Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... [2021-01-14T22:53:12.775Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-14T22:53:12.775Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... [2021-01-14T22:53:12.775Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... [2021-01-14T22:53:12.775Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... [2021-01-14T22:53:13.036Z] (Reading database ... 13915 files and directories currently installed.) [2021-01-14T22:53:13.036Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-01-14T22:53:13.036Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-01-14T22:53:13.036Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-01-14T22:53:13.036Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-01-14T22:53:13.296Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-01-14T22:53:13.296Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-01-14T22:53:13.558Z] Preparing to unpack .../03-ca-certificates_20201027ubuntu0.18.04.1_all.deb ... [2021-01-14T22:53:13.558Z] Unpacking ca-certificates (20201027ubuntu0.18.04.1) over (20180409) ... [2021-01-14T22:53:13.818Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-01-14T22:53:13.818Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-01-14T22:53:13.818Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-01-14T22:53:13.818Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-01-14T22:53:13.999Z] $ docker top 33c5a62c31a8a3b8fe7b4138b9d33b6db4dd20c6f521d8d2581ea90ad14a96a6 -eo pid,comm [2021-01-14T22:53:14.080Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-01-14T22:53:14.080Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-01-14T22:53:14.080Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-01-14T22:53:14.080Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [Pipeline] { [2021-01-14T22:53:14.347Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-01-14T22:53:14.347Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-01-14T22:53:14.347Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-01-14T22:53:14.347Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [Pipeline] sh [2021-01-14T22:53:14.607Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-01-14T22:53:14.607Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-01-14T22:53:14.607Z] Preparing to unpack .../11-tzdata_2020f-0ubuntu0.18.04_all.deb ... [2021-01-14T22:53:14.868Z] Unpacking tzdata (2020f-0ubuntu0.18.04) over (2018d-1) ... [2021-01-14T22:53:15.033Z] + docker-compose build --help [2021-01-14T22:53:15.033Z] + grep parallel [2021-01-14T22:53:15.438Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-01-14T22:53:15.698Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-01-14T22:53:15.698Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-01-14T22:53:15.698Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-01-14T22:53:15.958Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-14T22:53:15.958Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-14T22:53:16.219Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-14T22:53:16.219Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-14T22:53:16.478Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-14T22:53:16.479Z] Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-14T22:53:16.479Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-14T22:53:16.479Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-14T22:53:16.739Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-14T22:53:16.739Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-14T22:53:16.739Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-14T22:53:17.001Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-14T22:53:17.001Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-14T22:53:17.571Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-14T22:53:17.571Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-14T22:53:17.571Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-14T22:53:18.409Z] --parallel Build images in parallel. [2021-01-14T22:53:18.513Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-14T22:53:18.513Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [Pipeline] } [2021-01-14T22:53:18.699Z] $ docker stop --time=1 33c5a62c31a8a3b8fe7b4138b9d33b6db4dd20c6f521d8d2581ea90ad14a96a6 [2021-01-14T22:53:19.453Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-14T22:53:19.454Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-14T22:53:20.024Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-14T22:53:20.285Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-14T22:53:20.552Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-14T22:53:20.552Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-14T22:53:20.672Z] $ docker rm -f 33c5a62c31a8a3b8fe7b4138b9d33b6db4dd20c6f521d8d2581ea90ad14a96a6 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-14T22:53:21.491Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-14T22:53:21.491Z] . [2021-01-14T22:53:21.498Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-14T22:53:21.498Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-14T22:53:21.498Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-14T22:53:21.498Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-14T22:53:21.498Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-01-14T22:53:21.498Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [Pipeline] withDockerContainer [2021-01-14T22:53:21.763Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-01-14T22:53:21.763Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-14T22:53:21.801Z] prd-ubuntu18.04-docker-arm64-4c-16g-20324 does not seem to be running inside a container [2021-01-14T22:53:21.909Z] $ 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/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@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-14T22:53:22.023Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-01-14T22:53:22.023Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-01-14T22:53:22.023Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-14T22:53:22.283Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-14T22:53:22.283Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-14T22:53:22.283Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-14T22:53:22.283Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-01-14T22:53:22.544Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-01-14T22:53:22.807Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-14T22:53:22.807Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-14T22:53:22.807Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-14T22:53:22.807Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-14T22:53:22.807Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-14T22:53:22.807Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-01-14T22:53:22.807Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-01-14T22:53:22.807Z] Setting up tzdata (2020f-0ubuntu0.18.04) ... [2021-01-14T22:53:23.068Z] [2021-01-14T22:53:23.068Z] Current default time zone: 'Etc/UTC' [2021-01-14T22:53:23.068Z] Local time is now: Thu Jan 14 22:53:22 UTC 2021. [2021-01-14T22:53:23.068Z] Universal Time is now: Thu Jan 14 22:53:22 UTC 2021. [2021-01-14T22:53:23.068Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-01-14T22:53:23.068Z] [2021-01-14T22:53:23.068Z] Setting up systemd-sysv (237-3ubuntu10.43) ... [2021-01-14T22:53:23.068Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-14T22:53:23.068Z] Setting up linux-libc-dev:amd64 (4.15.0-132.136) ... [2021-01-14T22:53:23.187Z] $ docker top 485864981d61e84e5f16b02a72da5fb652cdbc5bd73e222e8ffccf53739ad114 -eo pid,comm [2021-01-14T22:53:23.328Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-01-14T22:53:23.328Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-01-14T22:53:23.328Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-01-14T22:53:23.328Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-01-14T22:53:23.328Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-01-14T22:53:23.328Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-01-14T22:53:23.328Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-01-14T22:53:23.328Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [Pipeline] { [Pipeline] sh [2021-01-14T22:53:23.588Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-01-14T22:53:23.588Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-14T22:53:23.849Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-01-14T22:53:23.849Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-14T22:53:23.849Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-01-14T22:53:23.849Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-01-14T22:53:23.849Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-01-14T22:53:23.849Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... [2021-01-14T22:53:23.849Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-01-14T22:53:23.849Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-01-14T22:53:23.849Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-01-14T22:53:23.849Z] Setting up ca-certificates (20201027ubuntu0.18.04.1) ... [2021-01-14T22:53:24.239Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-14T22:53:25.765Z] Updating certificates in /etc/ssl/certs... [2021-01-14T22:53:27.413Z] 22 added, 17 removed; done. [2021-01-14T22:53:27.413Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-01-14T22:53:27.413Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-14T22:53:27.413Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-01-14T22:53:27.413Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-01-14T22:53:27.413Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-01-14T22:53:27.413Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-14T22:53:27.413Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-01-14T22:53:27.413Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-14T22:53:27.413Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-14T22:53:27.413Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-14T22:53:27.413Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-14T22:53:27.413Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-14T22:53:27.413Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-01-14T22:53:27.413Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... [2021-01-14T22:53:27.413Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-01-14T22:53:27.413Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-01-14T22:53:27.413Z] Setting up binutils (2.30-21ubuntu1~18.04.4) ... [2021-01-14T22:53:27.413Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-14T22:53:27.413Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-14T22:53:27.413Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-01-14T22:53:27.413Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-01-14T22:53:27.413Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-01-14T22:53:27.413Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-01-14T22:53:27.413Z] Processing triggers for systemd (237-3ubuntu10.43) ... [2021-01-14T22:53:27.673Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-01-14T22:53:27.673Z] Processing triggers for ca-certificates (20201027ubuntu0.18.04.1) ... [2021-01-14T22:53:27.673Z] Updating certificates in /etc/ssl/certs... [2021-01-14T22:53:28.079Z] Building docker-core-command-go ... [2021-01-14T22:53:28.079Z] Building docker-core-data-go ... [2021-01-14T22:53:28.079Z] Building docker-core-metadata-go ... [2021-01-14T22:53:28.079Z] Building docker-security-bootstrap-redis-go ... [2021-01-14T22:53:28.079Z] Building docker-security-proxy-setup-go ... [2021-01-14T22:53:28.079Z] Building docker-security-secretstore-setup-go ... [2021-01-14T22:53:28.079Z] Building docker-support-notifications-go ... [2021-01-14T22:53:28.079Z] Building docker-support-scheduler-go ... [2021-01-14T22:53:28.079Z] Building docker-sys-mgmt-agent-go ... [2021-01-14T22:53:28.079Z] Building docker-sys-mgmt-agent-go [2021-01-14T22:53:28.079Z] Building docker-core-data-go [2021-01-14T22:53:28.079Z] Building docker-security-proxy-setup-go [2021-01-14T22:53:28.079Z] Building docker-support-scheduler-go [2021-01-14T22:53:28.079Z] Building docker-core-command-go [2021-01-14T22:53:28.242Z] 0 added, 0 removed; done. [2021-01-14T22:53:28.242Z] Running hooks in /etc/ca-certificates/update.d... [2021-01-14T22:53:28.242Z] done. [2021-01-14T22:53:28.768Z] Reading package lists... [2021-01-14T22:53:28.768Z] Building dependency tree... [2021-01-14T22:53:28.768Z] Reading state information... [2021-01-14T22:53:29.029Z] The following NEW packages will be installed: [2021-01-14T22:53:29.029Z] apt-transport-https [2021-01-14T22:53:29.029Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-01-14T22:53:29.029Z] Need to get 1696 B of archives. [2021-01-14T22:53:29.029Z] After this operation, 153 kB of additional disk space will be used. [2021-01-14T22:53:29.029Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] [2021-01-14T22:53:29.029Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-14T22:53:29.029Z] Fetched 1696 B in 0s (42.5 kB/s) [2021-01-14T22:53:29.290Z] Selecting previously unselected package apt-transport-https. [2021-01-14T22:53:29.290Z] (Reading database ... 13929 files and directories currently installed.) [2021-01-14T22:53:29.290Z] Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... [2021-01-14T22:53:29.290Z] Unpacking apt-transport-https (1.6.12ubuntu0.2) ... [2021-01-14T22:53:29.290Z] Setting up apt-transport-https (1.6.12ubuntu0.2) ... [2021-01-14T22:53:29.549Z] Waiting for network to be ready... [2021-01-14T22:53:34.839Z] 2021-01-14T22:53:32Z INFO Waiting for automatic snapd restart... [2021-01-14T22:53:35.412Z] snapd 2.48.2 from Canonical* installed [2021-01-14T22:53:36.352Z] "snapd" switched to the "latest/stable" channel [2021-01-14T22:53:36.352Z] [2021-01-14T22:53:38.894Z] core18 20201210 from Canonical* installed [2021-01-14T22:53:39.155Z] "core18" switched to the "latest/stable" channel [2021-01-14T22:53:39.155Z] [2021-01-14T22:53:42.455Z] snapcraft 4.4.4 from Canonical* installed [2021-01-14T22:53:42.455Z] "snapcraft" switched to the "latest/stable" channel [2021-01-14T22:53:42.455Z] [2021-01-14T22:53:45.752Z] 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-14T22:53:45.752Z] - README.md [2021-01-14T22:53:45.752Z] - snapcraft.yaml.orig [2021-01-14T22:53:45.752Z] [2021-01-14T22:53:45.752Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-01-14T22:53:52.339Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-14T22:53:52.339Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-01-14T22:53:52.339Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-14T22:53:52.601Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-14T22:53:53.803Z] Reading package lists... [2021-01-14T22:53:53.803Z] 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-14T22:54:00.392Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-14T22:54:00.392Z] Reading package lists... [2021-01-14T22:54:00.392Z] Building dependency tree... [2021-01-14T22:54:00.392Z] Reading state information... [2021-01-14T22:54:00.392Z] Suggested packages: [2021-01-14T22:54:00.392Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-01-14T22:54:00.392Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-01-14T22:54:00.392Z] Recommended packages: [2021-01-14T22:54:00.392Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-01-14T22:54:00.392Z] The following NEW packages will be installed: [2021-01-14T22:54:00.392Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-01-14T22:54:00.392Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-01-14T22:54:00.392Z] pkg-config zip [2021-01-14T22:54:00.392Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-01-14T22:54:00.392Z] Need to get 7655 kB of archives. [2021-01-14T22:54:00.392Z] After this operation, 43.7 MB of additional disk space will be used. [2021-01-14T22:54:00.392Z] 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-14T22:54:00.392Z] Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-01-14T22:54:00.392Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] [2021-01-14T22:54:00.392Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] [2021-01-14T22:54:00.652Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] [2021-01-14T22:54:00.652Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-01-14T22:54:00.652Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-01-14T22:54:00.652Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-01-14T22:54:00.652Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-01-14T22:54:00.912Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-01-14T22:54:00.912Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-01-14T22:54:00.913Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-01-14T22:54:00.913Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-01-14T22:54:00.913Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-01-14T22:54:00.913Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-01-14T22:54:01.185Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-14T22:54:01.185Z] Fetched 7655 kB in 1s (9693 kB/s) [2021-01-14T22:54:01.185Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-01-14T22:54:01.186Z] (Reading database ... 13933 files and directories currently installed.) [2021-01-14T22:54:01.186Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... [2021-01-14T22:54:01.186Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-01-14T22:54:01.469Z] Selecting previously unselected package libpsl5:amd64. [2021-01-14T22:54:01.469Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-01-14T22:54:01.469Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-01-14T22:54:01.469Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-01-14T22:54:01.469Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-01-14T22:54:01.469Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-01-14T22:54:01.729Z] Selecting previously unselected package librtmp1:amd64. [2021-01-14T22:54:01.729Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-01-14T22:54:01.729Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-01-14T22:54:01.729Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-01-14T22:54:01.729Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... [2021-01-14T22:54:01.729Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-01-14T22:54:01.989Z] Selecting previously unselected package liberror-perl. [2021-01-14T22:54:01.989Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-01-14T22:54:01.989Z] Unpacking liberror-perl (0.17025-1) ... [2021-01-14T22:54:01.989Z] Selecting previously unselected package git-man. [2021-01-14T22:54:01.989Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2021-01-14T22:54:01.989Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2021-01-14T22:54:02.250Z] Selecting previously unselected package git. [2021-01-14T22:54:02.250Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... [2021-01-14T22:54:02.250Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2021-01-14T22:54:02.820Z] Selecting previously unselected package libnorm1:amd64. [2021-01-14T22:54:02.820Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-01-14T22:54:02.820Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-01-14T22:54:03.081Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-01-14T22:54:03.081Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-01-14T22:54:03.081Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-01-14T22:54:03.081Z] Selecting previously unselected package libsodium23:amd64. [2021-01-14T22:54:03.081Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-01-14T22:54:03.081Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-01-14T22:54:03.348Z] Selecting previously unselected package libzmq5:amd64. [2021-01-14T22:54:03.348Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-01-14T22:54:03.348Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-14T22:54:03.348Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-01-14T22:54:03.348Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-01-14T22:54:03.611Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-14T22:54:03.611Z] Selecting previously unselected package pkg-config. [2021-01-14T22:54:03.611Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-01-14T22:54:03.611Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-01-14T22:54:03.611Z] Selecting previously unselected package zip. [2021-01-14T22:54:03.611Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-01-14T22:54:03.611Z] Unpacking zip (3.0-11build1) ... [2021-01-14T22:54:03.872Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-01-14T22:54:03.872Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2021-01-14T22:54:03.872Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-01-14T22:54:03.872Z] Setting up liberror-perl (0.17025-1) ... [2021-01-14T22:54:03.872Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-01-14T22:54:03.872Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-01-14T22:54:03.872Z] No schema files found: doing nothing. [2021-01-14T22:54:04.132Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-01-14T22:54:04.132Z] Setting up zip (3.0-11build1) ... [2021-01-14T22:54:04.132Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-01-14T22:54:04.132Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-01-14T22:54:04.132Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-01-14T22:54:04.132Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-14T22:54:04.132Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-01-14T22:54:04.132Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-14T22:54:04.132Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2021-01-14T22:54:04.393Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-01-14T22:54:10.980Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-14T22:54:10.980Z] git set to automatically installed. [2021-01-14T22:54:10.980Z] git-man set to automatically installed. [2021-01-14T22:54:10.980Z] libcurl3-gnutls set to automatically installed. [2021-01-14T22:54:10.980Z] liberror-perl set to automatically installed. [2021-01-14T22:54:10.980Z] libglib2.0-0 set to automatically installed. [2021-01-14T22:54:10.980Z] libnghttp2-14 set to automatically installed. [2021-01-14T22:54:10.980Z] libnorm1 set to automatically installed. [2021-01-14T22:54:10.980Z] libpgm-5.2-0 set to automatically installed. [2021-01-14T22:54:10.980Z] libpsl5 set to automatically installed. [2021-01-14T22:54:10.980Z] librtmp1 set to automatically installed. [2021-01-14T22:54:10.980Z] libsodium23 set to automatically installed. [2021-01-14T22:54:10.980Z] libzmq3-dev set to automatically installed. [2021-01-14T22:54:10.980Z] libzmq5 set to automatically installed. [2021-01-14T22:54:10.980Z] pkg-config set to automatically installed. [2021-01-14T22:54:10.980Z] zip set to automatically installed. [2021-01-14T22:54:12.893Z] snapd is not logged in, snap install commands will use sudo [2021-01-14T22:54:19.476Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-14T22:54:19.476Z] snap "core18" has no updates available [2021-01-14T22:54:20.419Z] Pulling config-common [2021-01-14T22:54:21.361Z] Pulling go-build-helper [2021-01-14T22:54:36.068Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-14T22:54:36.068Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-14T22:54:36.068Z] ---> 4312c6182a37 [2021-01-14T22:54:36.068Z] Step 3/26 : WORKDIR /edgex-go [2021-01-14T22:54:36.068Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-14T22:54:36.068Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-14T22:54:36.068Z] ---> 4312c6182a37 [2021-01-14T22:54:36.068Z] Step 3/21 : WORKDIR /edgex-go [2021-01-14T22:54:36.068Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-14T22:54:36.068Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-14T22:54:36.068Z] ---> 4312c6182a37 [2021-01-14T22:54:36.068Z] Step 3/23 : WORKDIR /edgex-go [2021-01-14T22:54:36.068Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-14T22:54:36.068Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-14T22:54:36.068Z] ---> 4312c6182a37 [2021-01-14T22:54:36.068Z] Step 3/21 : WORKDIR /edgex-go [2021-01-14T22:54:36.068Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-14T22:54:36.068Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-14T22:54:36.068Z] ---> 4312c6182a37 [2021-01-14T22:54:36.068Z] Step 3/22 : WORKDIR /edgex-go [2021-01-14T22:54:36.068Z] ---> Running in b094e498b192 [2021-01-14T22:54:36.068Z] ---> Running in 937137be893d [2021-01-14T22:54:36.068Z] ---> Running in 760790de1370 [2021-01-14T22:54:36.068Z] ---> Running in f5221f94b363 [2021-01-14T22:54:36.068Z] ---> Running in a4e50dfdc251 [2021-01-14T22:54:36.668Z] Removing intermediate container 760790de1370 [2021-01-14T22:54:36.668Z] ---> 5d6dcd027e0c [2021-01-14T22:54:36.668Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-14T22:54:36.941Z] Removing intermediate container 937137be893d [2021-01-14T22:54:36.941Z] ---> 16470a1f5756 [2021-01-14T22:54:36.941Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-14T22:54:36.941Z] Removing intermediate container b094e498b192 [2021-01-14T22:54:36.941Z] ---> 282397216474 [2021-01-14T22:54:36.941Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-14T22:54:36.941Z] Removing intermediate container f5221f94b363 [2021-01-14T22:54:36.941Z] ---> 851a83af7f28 [2021-01-14T22:54:36.941Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-14T22:54:36.941Z] Removing intermediate container a4e50dfdc251 [2021-01-14T22:54:36.941Z] ---> 3f26783f2c91 [2021-01-14T22:54:36.941Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-14T22:54:37.224Z] ---> Running in 80eed677305e [2021-01-14T22:54:37.224Z] ---> Running in 66f6d11d897d [2021-01-14T22:54:37.224Z] ---> Running in 4365ea771685 [2021-01-14T22:54:37.224Z] ---> Running in 6291e5e427ea [2021-01-14T22:54:37.224Z] ---> Running in ce821216f7d0 [2021-01-14T22:54:41.564Z] Removing intermediate container 80eed677305e [2021-01-14T22:54:41.564Z] ---> 66ec4fdf7a8c [2021-01-14T22:54:41.564Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-14T22:54:41.564Z] ---> Running in da2285ae17b6 [2021-01-14T22:54:41.564Z] Removing intermediate container 66f6d11d897d [2021-01-14T22:54:41.564Z] ---> c61b9c7a8a7a [2021-01-14T22:54:41.564Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-01-14T22:54:41.564Z] Removing intermediate container 4365ea771685 [2021-01-14T22:54:41.564Z] ---> a81956005f94 [2021-01-14T22:54:41.564Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-14T22:54:41.564Z] ---> Running in 07300a8aac66 [2021-01-14T22:54:41.840Z] ---> Running in 9324c6087333 [2021-01-14T22:54:41.840Z] Removing intermediate container 6291e5e427ea [2021-01-14T22:54:41.840Z] ---> 37cf4de03711 [2021-01-14T22:54:41.840Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-14T22:54:41.840Z] Removing intermediate container ce821216f7d0 [2021-01-14T22:54:41.840Z] ---> 2d9f294d3527 [2021-01-14T22:54:41.840Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-14T22:54:42.113Z] ---> Running in d288e18f18b3 [2021-01-14T22:54:42.113Z] ---> Running in 5fb1dcdc089e [2021-01-14T22:54:43.115Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-14T22:54:43.332Z] Get:1 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-01-14T22:54:43.332Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-01-14T22:54:43.332Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-01-14T22:54:43.332Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1506 kB] [2021-01-14T22:54:43.332Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-01-14T22:54:43.332Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-01-14T22:54:43.332Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-01-14T22:54:43.333Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-01-14T22:54:43.333Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-01-14T22:54:43.333Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-01-14T22:54:43.333Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-01-14T22:54:43.333Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [292 kB] [2021-01-14T22:54:43.333Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [12.5 kB] [2021-01-14T22:54:43.333Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2644 B] [2021-01-14T22:54:43.333Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [219 kB] [2021-01-14T22:54:43.333Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [28.8 kB] [2021-01-14T22:54:43.333Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1098 kB] [2021-01-14T22:54:43.333Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [245 kB] [2021-01-14T22:54:43.333Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-01-14T22:54:43.333Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1842 kB] [2021-01-14T22:54:43.333Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [384 kB] [2021-01-14T22:54:43.333Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.7 kB] [2021-01-14T22:54:43.333Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6696 B] [2021-01-14T22:54:43.333Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [237 kB] [2021-01-14T22:54:43.333Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [31.8 kB] [2021-01-14T22:54:43.333Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1700 kB] [2021-01-14T22:54:43.333Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [358 kB] [2021-01-14T22:54:43.333Z] Fetched 23.7 MB in 0s (0 B/s) [2021-01-14T22:54:43.333Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-01-14T22:54:43.333Z] Fetched 96.5 kB in 0s (0 B/s) [2021-01-14T22:54:43.333Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-01-14T22:54:43.333Z] Fetched 279 kB in 0s (0 B/s) [2021-01-14T22:54:43.333Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-01-14T22:54:43.333Z] Fetched 122 kB in 0s (0 B/s) [2021-01-14T22:54:43.333Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-01-14T22:54:43.333Z] Fetched 77.8 kB in 0s (0 B/s) [2021-01-14T22:54:43.333Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-01-14T22:54:43.333Z] Fetched 8848 B in 0s (0 B/s) [2021-01-14T22:54:43.333Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-01-14T22:54:43.333Z] Fetched 47.8 kB in 0s (0 B/s) [2021-01-14T22:54:43.333Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-01-14T22:54:43.333Z] Fetched 45.6 kB in 0s (0 B/s) [2021-01-14T22:54:43.333Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-01-14T22:54:43.333Z] Fetched 15.0 kB in 0s (0 B/s) [2021-01-14T22:54:43.333Z] Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] [2021-01-14T22:54:43.333Z] Fetched 214 kB in 0s (0 B/s) [2021-01-14T22:54:43.333Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] [2021-01-14T22:54:43.333Z] Fetched 155 kB in 0s (0 B/s) [2021-01-14T22:54:43.333Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-01-14T22:54:43.333Z] Fetched 50.6 kB in 0s (0 B/s) [2021-01-14T22:54:43.333Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-01-14T22:54:43.333Z] Fetched 14.8 kB in 0s (0 B/s) [2021-01-14T22:54:43.333Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-01-14T22:54:43.333Z] Fetched 41.8 kB in 0s (0 B/s) [2021-01-14T22:54:43.333Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-01-14T22:54:43.333Z] Fetched 499 kB in 0s (0 B/s) [2021-01-14T22:54:43.333Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-01-14T22:54:43.333Z] Fetched 111 kB in 0s (0 B/s) [2021-01-14T22:54:43.333Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-01-14T22:54:43.333Z] Fetched 240 kB in 0s (0 B/s) [2021-01-14T22:54:43.333Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-01-14T22:54:43.333Z] Fetched 29.3 kB in 0s (0 B/s) [2021-01-14T22:54:43.333Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-01-14T22:54:43.333Z] Fetched 85.5 kB in 0s (0 B/s) [2021-01-14T22:54:43.333Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-01-14T22:54:43.333Z] Fetched 24.5 kB in 0s (0 B/s) [2021-01-14T22:54:43.333Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-01-14T22:54:43.333Z] Fetched 49.2 kB in 0s (0 B/s) [2021-01-14T22:54:43.333Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-01-14T22:54:43.333Z] Fetched 54.2 kB in 0s (0 B/s) [2021-01-14T22:54:43.333Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-01-14T22:54:43.333Z] Fetched 30.8 kB in 0s (0 B/s) [2021-01-14T22:54:43.333Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] [2021-01-14T22:54:43.333Z] Fetched 17.0 kB in 0s (0 B/s) [2021-01-14T22:54:43.333Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-01-14T22:54:43.333Z] Fetched 85.9 kB in 0s (0 B/s) [2021-01-14T22:54:43.333Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-01-14T22:54:43.333Z] Fetched 8720 B in 0s (0 B/s) [2021-01-14T22:54:43.333Z] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] [2021-01-14T22:54:43.333Z] Fetched 137 kB in 0s (0 B/s) [2021-01-14T22:54:43.333Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-01-14T22:54:43.333Z] Fetched 119 kB in 0s (0 B/s) [2021-01-14T22:54:43.333Z] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] [2021-01-14T22:54:43.333Z] Fetched 109 kB in 0s (0 B/s) [2021-01-14T22:54:43.333Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-01-14T22:54:43.333Z] Fetched 11.1 kB in 0s (0 B/s) [2021-01-14T22:54:43.333Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-01-14T22:54:43.333Z] Fetched 645 kB in 0s (0 B/s) [2021-01-14T22:54:43.333Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-01-14T22:54:43.333Z] Fetched 41.3 kB in 0s (0 B/s) [2021-01-14T22:54:43.333Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-01-14T22:54:43.333Z] Fetched 17.9 kB in 0s (0 B/s) [2021-01-14T22:54:43.333Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-01-14T22:54:43.333Z] Fetched 368 kB in 0s (0 B/s) [2021-01-14T22:54:43.333Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-01-14T22:54:43.333Z] Fetched 187 kB in 0s (0 B/s) [2021-01-14T22:54:43.333Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-01-14T22:54:43.333Z] Fetched 175 kB in 0s (0 B/s) [2021-01-14T22:54:43.333Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-01-14T22:54:43.724Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-14T22:54:43.724Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-14T22:54:43.724Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-14T22:54:43.996Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-14T22:54:43.996Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-14T22:54:44.270Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-14T22:54:44.548Z] OK: 217 MiB in 51 packages [2021-01-14T22:54:44.548Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-14T22:54:44.827Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-14T22:54:44.827Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-14T22:54:45.100Z] OK: 217 MiB in 51 packages [2021-01-14T22:54:45.100Z] OK: 217 MiB in 51 packages [2021-01-14T22:54:45.885Z] Fetched 206 kB in 0s (0 B/s) [2021-01-14T22:54:45.886Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] [2021-01-14T22:54:45.886Z] Fetched 1301 kB in 0s (0 B/s) [2021-01-14T22:54:45.886Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-01-14T22:54:45.886Z] Fetched 36.2 kB in 0s (0 B/s) [2021-01-14T22:54:45.886Z] Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] [2021-01-14T22:54:45.886Z] Fetched 159 kB in 0s (0 B/s) [2021-01-14T22:54:45.886Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-01-14T22:54:45.886Z] Fetched 107 kB in 0s (0 B/s) [2021-01-14T22:54:45.886Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-01-14T22:54:45.886Z] Fetched 48.7 kB in 0s (0 B/s) [2021-01-14T22:54:45.886Z] Pulling static-packages [2021-01-14T22:54:46.091Z] OK: 217 MiB in 51 packages [2021-01-14T22:54:46.091Z] OK: 217 MiB in 51 packages [2021-01-14T22:54:46.092Z] Removing intermediate container da2285ae17b6 [2021-01-14T22:54:46.092Z] ---> 060a8666b02f [2021-01-14T22:54:46.092Z] Step 6/21 : COPY go.mod . [2021-01-14T22:54:46.701Z] Removing intermediate container 07300a8aac66 [2021-01-14T22:54:46.701Z] ---> 45fabf2ee5f4 [2021-01-14T22:54:46.701Z] Step 6/26 : COPY go.mod . [2021-01-14T22:54:46.829Z] 'go115' has dependencies that need to be staged: static-packages go-build-helper [2021-01-14T22:54:46.829Z] Skipping pull go-build-helper (already ran) [2021-01-14T22:54:46.829Z] Skipping pull static-packages (already ran) [2021-01-14T22:54:46.829Z] Building go-build-helper [2021-01-14T22:54:46.981Z] Removing intermediate container 9324c6087333 [2021-01-14T22:54:46.981Z] ---> 59ae4c21816d [2021-01-14T22:54:46.981Z] Step 6/23 : COPY go.mod . [2021-01-14T22:54:46.981Z] ---> da65cb36a736 [2021-01-14T22:54:46.981Z] Step 7/21 : RUN go mod download [2021-01-14T22:54:47.262Z] ---> Running in e10384fdd2fe [2021-01-14T22:54:47.540Z] Removing intermediate container d288e18f18b3 [2021-01-14T22:54:47.540Z] ---> 6683c077befd [2021-01-14T22:54:47.540Z] Step 6/22 : COPY go.mod . [2021-01-14T22:54:47.816Z] ---> d725dd580c2e [2021-01-14T22:54:47.816Z] Step 7/26 : RUN go mod download [2021-01-14T22:54:47.816Z] Removing intermediate container 5fb1dcdc089e [2021-01-14T22:54:47.816Z] ---> 32005346b8ae [2021-01-14T22:54:47.816Z] Step 6/21 : COPY go.mod . [2021-01-14T22:54:48.097Z] ---> Running in c5afeb91fb77 [2021-01-14T22:54:48.375Z] ---> fda30f4a523a [2021-01-14T22:54:48.375Z] Step 7/23 : RUN go mod download [2021-01-14T22:54:48.648Z] ---> 6dc502352d94 [2021-01-14T22:54:48.648Z] Step 7/22 : RUN go mod download [2021-01-14T22:54:48.648Z] ---> Running in 1ff11e57a00f [2021-01-14T22:54:48.920Z] ---> Running in bee255234050 [2021-01-14T22:54:49.196Z] ---> b42435619507 [2021-01-14T22:54:49.196Z] Step 7/21 : RUN go mod download [2021-01-14T22:54:49.472Z] ---> Running in a59fa1dc3437 [2021-01-14T22:54:50.129Z] Building static-packages [2021-01-14T22:54:51.493Z] Removing intermediate container e10384fdd2fe [2021-01-14T22:54:51.493Z] ---> 50005eccb8ba [2021-01-14T22:54:51.493Z] Step 8/21 : COPY . . [2021-01-14T22:54:52.042Z] Staging go-build-helper [2021-01-14T22:54:52.100Z] Removing intermediate container c5afeb91fb77 [2021-01-14T22:54:52.100Z] ---> dbd71aa4bbe4 [2021-01-14T22:54:52.100Z] Step 8/26 : COPY . . [2021-01-14T22:54:52.983Z] Staging static-packages [2021-01-14T22:54:53.540Z] Removing intermediate container 1ff11e57a00f [2021-01-14T22:54:53.540Z] ---> c7db990b8eae [2021-01-14T22:54:53.540Z] Step 8/23 : COPY . . [2021-01-14T22:54:53.820Z] Removing intermediate container bee255234050 [2021-01-14T22:54:53.820Z] ---> b6e0304d9e10 [2021-01-14T22:54:53.820Z] Step 8/22 : COPY . . [2021-01-14T22:54:53.923Z] Pulling go115 [2021-01-14T22:54:54.097Z] Removing intermediate container a59fa1dc3437 [2021-01-14T22:54:54.097Z] ---> 9bfb656779d2 [2021-01-14T22:54:54.097Z] Step 8/21 : COPY . . [2021-01-14T22:54:54.869Z] 'edgex-go' has dependencies that need to be staged: go115 [2021-01-14T22:54:54.869Z] Skipping pull go115 (already ran) [2021-01-14T22:54:54.869Z] Building go115 [2021-01-14T22:54:54.869Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-14T22:54:54.869Z] Dload Upload Total Spent Left Speed [2021-01-14T22:54:57.428Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 21 115M 21 25.3M 0 0 31.5M 0 0:00:03 --:--:-- 0:00:03 31.5M 61 115M 61 71.0M 0 0 39.4M 0 0:00:02 0:00:01 0:00:01 39.4M 100 115M 100 115M 0 0 44.2M 0 0:00:02 0:00:02 --:--:-- 44.2M [2021-01-14T22:54:58.002Z] go1.15.2.linux-amd64.tar.gz: OK [2021-01-14T22:55:02.219Z] Staging go115 [2021-01-14T22:55:06.432Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-01-14T22:55:06.432Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-14T22:55:06.432Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-14T22:55:06.432Z] Fetched 0 B in 0s (0 B/s) [2021-01-14T22:55:06.432Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-01-14T22:55:06.432Z] Fetched 224 kB in 0s (0 B/s) [2021-01-14T22:55:06.432Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-01-14T22:55:06.432Z] Fetched 157 kB in 0s (0 B/s) [2021-01-14T22:55:06.432Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-01-14T22:55:06.432Z] Fetched 221 kB in 0s (0 B/s) [2021-01-14T22:55:06.432Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-01-14T22:55:06.432Z] Fetched 143 kB in 0s (0 B/s) [2021-01-14T22:55:06.432Z] Pulling edgex-go [2021-01-14T22:55:07.816Z] Pulling version [2021-01-14T22:55:08.760Z] Building config-common [2021-01-14T22:55:10.676Z] Skipping build go-build-helper (already ran) [2021-01-14T22:55:10.676Z] Skipping build static-packages (already ran) [2021-01-14T22:55:10.676Z] Skipping build go115 (already ran) [2021-01-14T22:55:10.676Z] Building edgex-go [2021-01-14T22:55:10.676Z] 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-14T22:55:14.889Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-01-14T22:55:14.889Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.145 [2021-01-14T22:55:14.889Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.70 [2021-01-14T22:55:14.889Z] go: downloading github.com/edgexfoundry/go-mod-messaging v0.1.30 [2021-01-14T22:55:14.889Z] go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.8 [2021-01-14T22:55:14.889Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-01-14T22:55:14.889Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-01-14T22:55:14.889Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2021-01-14T22:55:14.889Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-01-14T22:55:14.889Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0 [2021-01-14T22:55:14.889Z] go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.32 [2021-01-14T22:55:14.889Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-01-14T22:55:14.889Z] go: downloading github.com/google/uuid v1.1.4 [2021-01-14T22:55:14.889Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2021-01-14T22:55:14.889Z] go: downloading github.com/imdario/mergo v0.3.11 [2021-01-14T22:55:14.889Z] go: downloading github.com/pkg/errors v0.8.1 [2021-01-14T22:55:14.889Z] go: downloading github.com/x448/float16 v0.8.4 [2021-01-14T22:55:14.889Z] go: downloading github.com/edgexfoundry/go-mod-registry v0.1.27 [2021-01-14T22:55:14.889Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-01-14T22:55:14.889Z] go: downloading github.com/pebbe/zmq4 v1.2.2 [2021-01-14T22:55:14.889Z] go: downloading github.com/go-playground/validator/v10 v10.3.0 [2021-01-14T22:55:14.889Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 [2021-01-14T22:55:14.889Z] go: downloading github.com/hashicorp/consul/api v1.1.0 [2021-01-14T22:55:14.890Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-01-14T22:55:14.890Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-01-14T22:55:14.890Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-01-14T22:55:14.890Z] go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2021-01-14T22:55:14.890Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-01-14T22:55:14.890Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-01-14T22:55:14.890Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-01-14T22:55:14.890Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-01-14T22:55:14.890Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-01-14T22:55:14.890Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-01-14T22:55:14.890Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.0 [2021-01-14T22:55:14.890Z] go: downloading github.com/hashicorp/serf v0.8.2 [2021-01-14T22:55:15.152Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-01-14T22:55:15.152Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-01-14T22:55:15.152Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-01-14T22:55:15.152Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-01-14T22:55:15.418Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-01-14T22:55:15.690Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-01-14T22:55:16.293Z] ---> 73e93e5a1fd2 [2021-01-14T22:55:16.293Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2021-01-14T22:55:16.293Z] ---> e4976eda6ee2 [2021-01-14T22:55:16.293Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-14T22:55:16.293Z] ---> 8bec5cdb2400 [2021-01-14T22:55:16.293Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-14T22:55:16.293Z] ---> Running in ae9aec1e7f6b [2021-01-14T22:55:16.293Z] ---> e2ca965b6367 [2021-01-14T22:55:16.293Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-14T22:55:16.566Z] ---> Running in 67270a2b6776 [2021-01-14T22:55:16.566Z] ---> Running in 15dfe08f1543 [2021-01-14T22:55:16.566Z] ---> Running in 5cdd8dc388f5 [2021-01-14T22:55:16.839Z] ---> c7c885b90c85 [2021-01-14T22:55:16.839Z] Step 9/22 : RUN make cmd/core-command/core-command [2021-01-14T22:55:17.115Z] ---> Running in 40287a46dfd5 [2021-01-14T22:55:18.556Z] 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-14T22:55:18.834Z] 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-14T22:55:18.834Z] 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-14T22:55:19.110Z] 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-14T22:55:19.110Z] 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-14T22:55:22.264Z] 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-14T22:55:26.469Z] 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-14T22:55:26.728Z] 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-14T22:55:27.669Z] 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-14T22:55:27.930Z] 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-14T22:55:27.930Z] go: downloading github.com/stretchr/testify v1.6.1 [2021-01-14T22:55:28.502Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-01-14T22:55:28.502Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-01-14T22:55:28.502Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-01-14T22:55:30.418Z] 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-14T22:55:30.418Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-01-14T22:55:30.418Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-01-14T22:55:31.803Z] 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-14T22:55:32.747Z] 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-14T22:55:32.747Z] go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-01-14T22:55:34.668Z] 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-14T22:55:35.269Z] 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-14T22:55:36.252Z] 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-14T22:55:36.252Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-01-14T22:55:38.804Z] Building version [2021-01-14T22:55:40.728Z] Staging config-common [2021-01-14T22:55:41.669Z] Skipping stage go-build-helper (already ran) [2021-01-14T22:55:41.670Z] Skipping stage static-packages (already ran) [2021-01-14T22:55:41.670Z] Skipping stage go115 (already ran) [2021-01-14T22:55:41.670Z] Staging edgex-go [2021-01-14T22:55:42.615Z] Staging version [2021-01-14T22:55:43.556Z] Priming config-common [2021-01-14T22:55:44.497Z] Priming go-build-helper [2021-01-14T22:55:45.068Z] Priming static-packages [2021-01-14T22:55:47.633Z] Priming go115 [2021-01-14T22:55:48.574Z] Priming edgex-go [2021-01-14T22:55:49.515Z] Priming version [2021-01-14T22:55:50.545Z] 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-14T22:56:40.906Z] 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-14T22:56:56.012Z] Removing intermediate container ae9aec1e7f6b [2021-01-14T22:56:56.012Z] ---> 1629162c545d [2021-01-14T22:56:56.012Z] [2021-01-14T22:56:56.012Z] Step 10/21 : FROM scratch [2021-01-14T22:56:56.012Z] ---> [2021-01-14T22:56:56.012Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-14T22:56:56.012Z] ---> Running in e2116ebab062 [2021-01-14T22:56:56.012Z] Removing intermediate container 67270a2b6776 [2021-01-14T22:56:56.012Z] ---> 2fc9f6c63868 [2021-01-14T22:56:56.012Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-14T22:56:56.290Z] Removing intermediate container 5cdd8dc388f5 [2021-01-14T22:56:56.290Z] ---> 6ae6239aabd9 [2021-01-14T22:56:56.290Z] [2021-01-14T22:56:56.290Z] Step 10/21 : FROM alpine:3.12 [2021-01-14T22:56:56.290Z] 3.12: Pulling from library/alpine [2021-01-14T22:56:56.565Z] ---> Running in db3642eadf17 [2021-01-14T22:56:56.840Z] Removing intermediate container e2116ebab062 [2021-01-14T22:56:56.840Z] ---> 6d5fc80bd82f [2021-01-14T22:56:56.840Z] Step 12/21 : ENV APP_PORT=48085 [2021-01-14T22:56:57.445Z] ---> Running in cab5035e62bb [2021-01-14T22:56:58.046Z] Removing intermediate container 40287a46dfd5 [2021-01-14T22:56:58.046Z] ---> ac81cf4c98e9 [2021-01-14T22:56:58.046Z] [2021-01-14T22:56:58.046Z] Step 10/22 : FROM scratch [2021-01-14T22:56:58.046Z] ---> [2021-01-14T22:56:58.046Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-14T22:56:58.320Z] ---> Using cache [2021-01-14T22:56:58.320Z] ---> 6d5fc80bd82f [2021-01-14T22:56:58.320Z] Step 12/22 : ENV APP_PORT=48082 [2021-01-14T22:56:58.595Z] Removing intermediate container cab5035e62bb [2021-01-14T22:56:58.595Z] ---> f3fc8ec2eb2c [2021-01-14T22:56:58.595Z] Step 13/21 : EXPOSE $APP_PORT [2021-01-14T22:56:58.595Z] ---> Running in d6feb95bd742 [2021-01-14T22:56:58.595Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-14T22:56:58.595Z] Status: Downloaded newer image for alpine:3.12 [2021-01-14T22:56:58.595Z] ---> afeebe901d6b [2021-01-14T22:56:58.595Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-01-14T22:56:58.595Z] ---> Running in a0b098150a91 [2021-01-14T22:56:58.870Z] 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-14T22:56:58.870Z] ---> Running in 21bb0e6395c7 [2021-01-14T22:56:59.474Z] Removing intermediate container d6feb95bd742 [2021-01-14T22:56:59.474Z] ---> dd6835124580 [2021-01-14T22:56:59.474Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-14T22:56:59.750Z] Removing intermediate container a0b098150a91 [2021-01-14T22:56:59.750Z] ---> a3c3e41773e0 [2021-01-14T22:56:59.750Z] Step 14/21 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-14T22:56:59.750Z] ---> Running in c23292e37f68 [2021-01-14T22:57:00.740Z] Removing intermediate container c23292e37f68 [2021-01-14T22:57:00.740Z] ---> fd6d4259d93b [2021-01-14T22:57:00.740Z] Step 14/22 : WORKDIR / [2021-01-14T22:57:00.740Z] ---> Running in e19332f47785 [2021-01-14T22:57:00.740Z] ---> c6e52b8ceb8b [2021-01-14T22:57:00.740Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-14T22:57:01.015Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-14T22:57:01.288Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-14T22:57:01.893Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-14T22:57:01.893Z] Removing intermediate container e19332f47785 [2021-01-14T22:57:01.893Z] ---> ef21b5f08bb6 [2021-01-14T22:57:01.894Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-14T22:57:01.894Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-14T22:57:01.894Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-14T22:57:01.894Z] (4/4) Installing curl (7.69.1-r3) [2021-01-14T22:57:01.894Z] Executing busybox-1.31.1-r19.trigger [2021-01-14T22:57:01.894Z] Executing ca-certificates-20191127-r4.trigger [2021-01-14T22:57:02.178Z] OK: 7 MiB in 18 packages [2021-01-14T22:57:03.165Z] ---> b4f3a76e69ef [2021-01-14T22:57:03.165Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-14T22:57:03.165Z] ---> 165fe1f1d9a7 [2021-01-14T22:57:03.165Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-14T22:57:04.742Z] ---> 6cbd778f81bd [2021-01-14T22:57:04.742Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2021-01-14T22:57:05.077Z] Removing intermediate container db3642eadf17 [2021-01-14T22:57:05.077Z] ---> 14eacc318ebf [2021-01-14T22:57:05.077Z] [2021-01-14T22:57:05.077Z] Step 11/26 : FROM docker:20.10.0 [2021-01-14T22:57:05.077Z] ---> Running in 36547c380509 [2021-01-14T22:57:05.077Z] 20.10.0: Pulling from library/docker [2021-01-14T22:57:05.394Z] Removing intermediate container 21bb0e6395c7 [2021-01-14T22:57:05.394Z] ---> 43675f2be682 [2021-01-14T22:57:05.394Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-14T22:57:05.394Z] ---> 52c5afe0dde5 [2021-01-14T22:57:05.394Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-14T22:57:05.709Z] ---> Running in c2dce4f101e8 [2021-01-14T22:57:06.083Z] Removing intermediate container 36547c380509 [2021-01-14T22:57:06.083Z] ---> 2c3f1251ee63 [2021-01-14T22:57:06.083Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-14T22:57:06.689Z] ---> Running in 1c72c64cb1da [2021-01-14T22:57:06.965Z] Removing intermediate container c2dce4f101e8 [2021-01-14T22:57:06.965Z] ---> 44c276377802 [2021-01-14T22:57:06.965Z] Step 13/21 : WORKDIR /edgex [2021-01-14T22:57:07.957Z] ---> Running in 532f8769b682 [2021-01-14T22:57:07.957Z] ---> df419e9bfb96 [2021-01-14T22:57:07.957Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2021-01-14T22:57:08.235Z] Removing intermediate container 1c72c64cb1da [2021-01-14T22:57:08.235Z] ---> a39040795a18 [2021-01-14T22:57:08.235Z] Step 19/21 : LABEL arch=arm64 [2021-01-14T22:57:08.235Z] ---> Running in a21287120765 [2021-01-14T22:57:08.509Z] ---> Running in 41f4a3cc0f60 [2021-01-14T22:57:09.113Z] Removing intermediate container 532f8769b682 [2021-01-14T22:57:09.113Z] ---> 7fd154b09466 [2021-01-14T22:57:09.113Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-14T22:57:09.392Z] Removing intermediate container 41f4a3cc0f60 [2021-01-14T22:57:09.392Z] ---> 47f6c928a325 [2021-01-14T22:57:09.392Z] Step 20/21 : LABEL git_sha=7bf9428fc8b174909a95a12a3c8181a378f1c5e7 [2021-01-14T22:57:09.392Z] Removing intermediate container a21287120765 [2021-01-14T22:57:09.392Z] ---> 76113372e61c [2021-01-14T22:57:09.392Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-14T22:57:09.670Z] ---> Running in f10047f5e96c [2021-01-14T22:57:09.670Z] ---> Running in 6ee6948f4adc [2021-01-14T22:57:09.948Z] ---> 672946c67e23 [2021-01-14T22:57:09.948Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-14T22:57:10.226Z] Removing intermediate container 6ee6948f4adc [2021-01-14T22:57:10.226Z] ---> e5f56e280631 [2021-01-14T22:57:10.226Z] Step 20/22 : LABEL arch=arm64 [2021-01-14T22:57:10.506Z] Removing intermediate container f10047f5e96c [2021-01-14T22:57:10.506Z] ---> bc32f0b13d6e [2021-01-14T22:57:10.506Z] Step 21/21 : LABEL version=0.0.0 [2021-01-14T22:57:10.506Z] ---> Running in 35d83825be8b [2021-01-14T22:57:10.506Z] ---> Running in 2bd4316935db [2021-01-14T22:57:11.510Z] Removing intermediate container 35d83825be8b [2021-01-14T22:57:11.510Z] ---> 3606728185c3 [2021-01-14T22:57:11.510Z] Step 21/22 : LABEL git_sha=7bf9428fc8b174909a95a12a3c8181a378f1c5e7 [2021-01-14T22:57:11.793Z] Removing intermediate container 2bd4316935db [2021-01-14T22:57:11.793Z] ---> 0c47437b9ab3 [2021-01-14T22:57:11.793Z] [2021-01-14T22:57:12.073Z] ---> Running in 2898a6786bb4 [2021-01-14T22:57:12.073Z] ---> f71d94a06b9a [2021-01-14T22:57:12.073Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-14T22:57:12.686Z] Successfully built 0c47437b9ab3 [2021-01-14T22:57:12.687Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-01-14T22:57:12.687Z]  Building docker-support-scheduler-go ... done Building docker-security-bootstrap-redis-go [2021-01-14T22:57:12.687Z] Removing intermediate container 2898a6786bb4 [2021-01-14T22:57:12.687Z] ---> 27a716469910 [2021-01-14T22:57:12.687Z] Step 22/22 : LABEL version=0.0.0 [2021-01-14T22:57:13.287Z] ---> Running in ffd940c96e4c [2021-01-14T22:57:15.290Z] ---> 868b9a7b2143 [2021-01-14T22:57:15.290Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-14T22:57:16.742Z] Removing intermediate container ffd940c96e4c [2021-01-14T22:57:16.742Z] ---> 0ae3663b9e12 [2021-01-14T22:57:16.742Z] [2021-01-14T22:57:17.030Z] Successfully built 0ae3663b9e12 [2021-01-14T22:57:17.306Z] Successfully tagged docker-core-command-go-arm64:latest [2021-01-14T22:57:17.306Z] Building docker-support-notifications-go [2021-01-14T22:57:17.581Z]  Building docker-core-command-go ... done  ---> Running in 848f1662a224 [2021-01-14T22:57:17.865Z] Removing intermediate container 15dfe08f1543 [2021-01-14T22:57:17.865Z] ---> 66a737db4a7b [2021-01-14T22:57:17.865Z] [2021-01-14T22:57:17.865Z] Step 10/23 : FROM alpine:3.12 [2021-01-14T22:57:17.865Z] ---> afeebe901d6b [2021-01-14T22:57:17.865Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-14T22:57:18.856Z] ---> Running in cc3a71bfc0a2 [2021-01-14T22:57:19.449Z] Removing intermediate container 848f1662a224 [2021-01-14T22:57:19.449Z] ---> 745eb96707c5 [2021-01-14T22:57:19.449Z] Step 18/21 : CMD ["--init=true"] [2021-01-14T22:57:19.449Z] Removing intermediate container cc3a71bfc0a2 [2021-01-14T22:57:19.449Z] ---> 180f76233aa6 [2021-01-14T22:57:19.449Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-14T22:57:19.725Z] ---> Running in 4d17fe219772 [2021-01-14T22:57:19.725Z] ---> Running in 75162e35eb9c [2021-01-14T22:57:20.319Z] Removing intermediate container 4d17fe219772 [2021-01-14T22:57:20.319Z] ---> 2c285b90bebb [2021-01-14T22:57:20.319Z] Step 19/21 : LABEL arch=arm64 [2021-01-14T22:57:20.590Z] ---> Running in 0d154eef5359 [2021-01-14T22:57:20.590Z] Removing intermediate container 75162e35eb9c [2021-01-14T22:57:20.590Z] ---> d6f841b944f3 [2021-01-14T22:57:20.590Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-14T22:57:20.884Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-14T22:57:21.188Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-14T22:57:21.188Z] ---> eeaf43b92773 [2021-01-14T22:57:21.188Z] Step 12/26 : RUN apk add --no-cache bash [2021-01-14T22:57:21.188Z] ---> Running in 1c608745a7ef [2021-01-14T22:57:21.793Z] ---> Running in e42168d4bb8e [2021-01-14T22:57:22.064Z] Removing intermediate container 0d154eef5359 [2021-01-14T22:57:22.064Z] ---> 28b131849b89 [2021-01-14T22:57:22.064Z] Step 20/21 : LABEL git_sha=7bf9428fc8b174909a95a12a3c8181a378f1c5e7 [2021-01-14T22:57:22.336Z] Removing intermediate container 1c608745a7ef [2021-01-14T22:57:22.336Z] ---> 0eb471d8a060 [2021-01-14T22:57:22.336Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-14T22:57:22.610Z] ---> Running in 2d763340581b [2021-01-14T22:57:23.206Z] ---> Running in 1bc1ce13252b [2021-01-14T22:57:23.480Z] Removing intermediate container 2d763340581b [2021-01-14T22:57:23.480Z] ---> b4763c223ff8 [2021-01-14T22:57:23.480Z] Step 21/21 : LABEL version=0.0.0 [2021-01-14T22:57:24.077Z] ---> Running in a2ae955c6b7e [2021-01-14T22:57:24.358Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-14T22:57:24.646Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-14T22:57:25.249Z] Removing intermediate container a2ae955c6b7e [2021-01-14T22:57:25.249Z] ---> aeda05b78299 [2021-01-14T22:57:25.249Z] [2021-01-14T22:57:25.249Z] (1/2) Installing readline (8.0.4-r0) [2021-01-14T22:57:25.249Z] (2/2) Installing bash (5.0.17-r0) [2021-01-14T22:57:25.249Z] Executing bash-5.0.17-r0.post-install [2021-01-14T22:57:25.249Z] Executing busybox-1.31.1-r19.trigger [2021-01-14T22:57:25.249Z] OK: 12 MiB in 22 packages [2021-01-14T22:57:25.857Z] Successfully built aeda05b78299 [2021-01-14T22:57:26.458Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-01-14T22:57:26.458Z] Building docker-security-secretstore-setup-go [2021-01-14T22:57:27.069Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container 1bc1ce13252b [2021-01-14T22:57:27.069Z] ---> 0033a4b5590a [2021-01-14T22:57:27.069Z] Step 15/23 : RUN apk add --update --no-cache zeromq [2021-01-14T22:57:27.341Z] ---> Running in f1175df69617 [2021-01-14T22:57:27.341Z] Removing intermediate container e42168d4bb8e [2021-01-14T22:57:27.341Z] ---> 0dfdd8132baa [2021-01-14T22:57:27.341Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-14T22:57:27.618Z] ---> Running in 56f8ac39d851 [2021-01-14T22:57:28.228Z] Removing intermediate container 56f8ac39d851 [2021-01-14T22:57:28.228Z] ---> 7b7761c2b843 [2021-01-14T22:57:28.228Z] Step 14/26 : ENV APP_PORT=48090 [2021-01-14T22:57:28.502Z] ---> Running in a3b1349f3a50 [2021-01-14T22:57:28.773Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-14T22:57:29.046Z] Removing intermediate container a3b1349f3a50 [2021-01-14T22:57:29.046Z] ---> 587768184106 [2021-01-14T22:57:29.046Z] Step 15/26 : EXPOSE $APP_PORT [2021-01-14T22:57:29.318Z] ---> Running in 4da9513799c9 [2021-01-14T22:57:29.590Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-14T22:57:29.868Z] Removing intermediate container 4da9513799c9 [2021-01-14T22:57:29.868Z] ---> 37be12a1f65c [2021-01-14T22:57:29.868Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-14T22:57:30.467Z] (1/5) Installing libgcc (9.3.0-r2) [2021-01-14T22:57:30.467Z] (2/5) Installing libsodium (1.0.18-r0) [2021-01-14T22:57:30.741Z] (3/5) Installing libstdc++ (9.3.0-r2) [2021-01-14T22:57:31.030Z] (4/5) Installing libzmq (4.3.3-r0) [2021-01-14T22:57:31.030Z] (5/5) Installing zeromq (4.3.3-r0) [2021-01-14T22:57:31.030Z] Executing busybox-1.31.1-r19.trigger [2021-01-14T22:57:31.030Z] OK: 8 MiB in 19 packages [2021-01-14T22:57:32.045Z] ---> d8e08e4c9c6f [2021-01-14T22:57:32.045Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-14T22:57:33.499Z] ---> 340f700e7257 [2021-01-14T22:57:33.499Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-14T22:57:33.499Z] Removing intermediate container f1175df69617 [2021-01-14T22:57:33.499Z] ---> 885b4c418ed1 [2021-01-14T22:57:33.499Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-14T22:57:35.489Z] ---> 1b0b93f81405 [2021-01-14T22:57:35.489Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-14T22:57:35.489Z] ---> e8ccac1fceb8 [2021-01-14T22:57:35.489Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-14T22:57:35.765Z] ---> Running in 3b6ed02967ca [2021-01-14T22:57:37.764Z] ---> d3ad8d9670b6 [2021-01-14T22:57:37.764Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-14T22:57:37.764Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-14T22:57:38.040Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-14T22:57:38.649Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-14T22:57:38.649Z] (2/33) Installing expat (2.2.9-r1) [2021-01-14T22:57:38.649Z] (3/33) Installing libffi (3.3-r2) [2021-01-14T22:57:38.650Z] (4/33) Installing gdbm (1.13-r1) [2021-01-14T22:57:38.650Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-14T22:57:38.650Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-14T22:57:38.933Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-14T22:57:38.933Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-14T22:57:38.933Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-14T22:57:38.933Z] ---> 4312c6182a37 [2021-01-14T22:57:38.933Z] Step 3/22 : WORKDIR /edgex-go [2021-01-14T22:57:38.933Z] ---> Using cache [2021-01-14T22:57:38.933Z] ---> 851a83af7f28 [2021-01-14T22:57:38.933Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-14T22:57:38.933Z] ---> Using cache [2021-01-14T22:57:38.933Z] ---> 37cf4de03711 [2021-01-14T22:57:38.933Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-14T22:57:38.933Z] ---> Using cache [2021-01-14T22:57:38.933Z] ---> 32005346b8ae [2021-01-14T22:57:38.933Z] Step 6/22 : COPY go.mod . [2021-01-14T22:57:39.211Z] ---> Using cache [2021-01-14T22:57:39.211Z] ---> b42435619507 [2021-01-14T22:57:39.211Z] Step 7/22 : RUN go mod download [2021-01-14T22:57:39.211Z] ---> Using cache [2021-01-14T22:57:39.211Z] ---> 9bfb656779d2 [2021-01-14T22:57:39.211Z] Step 8/22 : COPY . . [2021-01-14T22:57:39.211Z] ---> Using cache [2021-01-14T22:57:39.211Z] ---> e2ca965b6367 [2021-01-14T22:57:39.211Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-01-14T22:57:39.813Z] ---> 9a36624b5e83 [2021-01-14T22:57:39.813Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-14T22:57:40.806Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-14T22:57:40.806Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-14T22:57:40.806Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-14T22:57:40.806Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-14T22:57:40.806Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-14T22:57:40.806Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-14T22:57:40.806Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-14T22:57:41.087Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-14T22:57:41.087Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-14T22:57:41.087Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-14T22:57:41.087Z] ---> Running in 78d88ed626be [2021-01-14T22:57:41.087Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-14T22:57:41.087Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-14T22:57:41.087Z] ---> Running in 5ebab93943a3 [2021-01-14T22:57:41.365Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-14T22:57:41.365Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-14T22:57:41.365Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-14T22:57:41.365Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-14T22:57:41.365Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-14T22:57:41.365Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-14T22:57:41.365Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-14T22:57:41.365Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-14T22:57:41.365Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-14T22:57:41.643Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-14T22:57:41.643Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-14T22:57:41.643Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-14T22:57:41.643Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-14T22:57:41.643Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-14T22:57:41.920Z] Executing busybox-1.31.1-r19.trigger [2021-01-14T22:57:41.920Z] OK: 71 MiB in 55 packages [2021-01-14T22:57:42.201Z] Removing intermediate container 5ebab93943a3 [2021-01-14T22:57:42.201Z] ---> 5007d363b815 [2021-01-14T22:57:42.201Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-14T22:57:42.482Z] ---> Running in 3241c7e6a78e [2021-01-14T22:57:42.767Z] 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-14T22:57:43.379Z] Removing intermediate container 3241c7e6a78e [2021-01-14T22:57:43.379Z] ---> 9256a566bb08 [2021-01-14T22:57:43.379Z] Step 21/23 : LABEL arch=arm64 [2021-01-14T22:57:43.990Z] ---> Running in 0f8c7b961685 [2021-01-14T22:57:44.986Z] Removing intermediate container 0f8c7b961685 [2021-01-14T22:57:44.986Z] ---> 468ef852f5f8 [2021-01-14T22:57:44.986Z] Step 22/23 : LABEL git_sha=7bf9428fc8b174909a95a12a3c8181a378f1c5e7 [2021-01-14T22:57:45.981Z] ---> Running in 6f23f74d741e [2021-01-14T22:57:46.979Z] Removing intermediate container 6f23f74d741e [2021-01-14T22:57:46.979Z] ---> 9f27882486b6 [2021-01-14T22:57:46.979Z] Step 23/23 : LABEL version=0.0.0 [2021-01-14T22:57:47.970Z] ---> Running in 8efab7d3882d [2021-01-14T22:57:49.420Z] Removing intermediate container 8efab7d3882d [2021-01-14T22:57:49.420Z] ---> aad5164de051 [2021-01-14T22:57:49.420Z] [2021-01-14T22:57:50.868Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-14T22:57:50.868Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-14T22:57:50.868Z] ---> 4312c6182a37 [2021-01-14T22:57:50.868Z] Step 3/24 : WORKDIR /edgex-go [2021-01-14T22:57:50.868Z] ---> Using cache [2021-01-14T22:57:50.868Z] ---> 851a83af7f28 [2021-01-14T22:57:50.868Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-14T22:57:50.868Z] ---> Using cache [2021-01-14T22:57:50.868Z] ---> 37cf4de03711 [2021-01-14T22:57:50.868Z] Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates [2021-01-14T22:57:51.475Z] Successfully built aad5164de051 [2021-01-14T22:57:51.475Z] Successfully tagged docker-core-data-go-arm64:latest [2021-01-14T22:57:51.475Z]  Building docker-core-data-go ... done Building docker-core-metadata-go [2021-01-14T22:57:51.475Z] ---> Running in e568985f9f48 [2021-01-14T22:57:53.467Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-14T22:57:54.458Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-14T22:57:55.065Z] OK: 217 MiB in 51 packages [2021-01-14T22:57:58.487Z] Removing intermediate container 3b6ed02967ca [2021-01-14T22:57:58.487Z] ---> 6f7490b8018d [2021-01-14T22:57:58.487Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-01-14T22:57:58.487Z] Removing intermediate container e568985f9f48 [2021-01-14T22:57:58.487Z] ---> ecd474a576d6 [2021-01-14T22:57:58.487Z] Step 6/24 : COPY go.mod . [2021-01-14T22:57:58.768Z] ---> Running in ae193fc8417c [2021-01-14T22:58:00.229Z] ---> d6cdd73e19d4 [2021-01-14T22:58:00.229Z] Step 7/24 : RUN go mod download [2021-01-14T22:58:00.833Z] ---> Running in 94f6b633428b [2021-01-14T22:58:01.107Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-14T22:58:01.107Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-14T22:58:01.107Z] ---> 4312c6182a37 [2021-01-14T22:58:01.107Z] Step 3/24 : WORKDIR /edgex-go [2021-01-14T22:58:01.107Z] ---> Using cache [2021-01-14T22:58:01.107Z] ---> 851a83af7f28 [2021-01-14T22:58:01.107Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-14T22:58:01.107Z] ---> Using cache [2021-01-14T22:58:01.107Z] ---> 37cf4de03711 [2021-01-14T22:58:01.107Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-01-14T22:58:01.107Z] ---> Using cache [2021-01-14T22:58:01.107Z] ---> 32005346b8ae [2021-01-14T22:58:01.107Z] Step 6/24 : COPY go.mod . [2021-01-14T22:58:01.107Z] ---> Using cache [2021-01-14T22:58:01.107Z] ---> b42435619507 [2021-01-14T22:58:01.107Z] Step 7/24 : RUN go mod download [2021-01-14T22:58:01.107Z] ---> Using cache [2021-01-14T22:58:01.107Z] ---> 9bfb656779d2 [2021-01-14T22:58:01.107Z] Step 8/24 : COPY . . [2021-01-14T22:58:01.107Z] ---> Using cache [2021-01-14T22:58:01.107Z] ---> e2ca965b6367 [2021-01-14T22:58:01.379Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-14T22:58:01.379Z] ---> Running in c9e0c459838a [2021-01-14T22:58:04.102Z] 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-14T22:58:07.560Z] Removing intermediate container 94f6b633428b [2021-01-14T22:58:07.560Z] ---> 3056a9fe1a2e [2021-01-14T22:58:07.560Z] Step 8/24 : COPY . . [2021-01-14T22:58:07.560Z] Collecting docker-compose==1.23.2 [2021-01-14T22:58:07.838Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-14T22:58:09.832Z] Collecting PyYAML<4,>=3.10 [2021-01-14T22:58:09.832Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-14T22:58:14.215Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-14T22:58:14.215Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-14T22:58:17.638Z] Collecting docopt<0.7,>=0.6.1 [2021-01-14T22:58:17.638Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-14T22:58:17.638Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-14T22:58:17.638Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-14T22:58:17.638Z] ---> 4312c6182a37 [2021-01-14T22:58:17.638Z] Step 3/22 : WORKDIR /edgex-go [2021-01-14T22:58:17.638Z] ---> Using cache [2021-01-14T22:58:17.638Z] ---> 851a83af7f28 [2021-01-14T22:58:17.638Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-14T22:58:17.638Z] ---> Using cache [2021-01-14T22:58:17.638Z] ---> 37cf4de03711 [2021-01-14T22:58:17.919Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-14T22:58:17.919Z] ---> Using cache [2021-01-14T22:58:17.919Z] ---> 32005346b8ae [2021-01-14T22:58:17.919Z] Step 6/22 : COPY go.mod . [2021-01-14T22:58:17.919Z] ---> Using cache [2021-01-14T22:58:17.919Z] ---> b42435619507 [2021-01-14T22:58:17.919Z] Step 7/22 : RUN go mod download [2021-01-14T22:58:17.919Z] ---> Using cache [2021-01-14T22:58:17.919Z] ---> 9bfb656779d2 [2021-01-14T22:58:17.919Z] Step 8/22 : COPY . . [2021-01-14T22:58:17.919Z] ---> Using cache [2021-01-14T22:58:17.919Z] ---> e2ca965b6367 [2021-01-14T22:58:17.919Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2021-01-14T22:58:20.590Z] 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-14T22:58:20.871Z] ---> Running in 94e699eae313 [2021-01-14T22:58:22.346Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-14T22:58:22.346Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-14T22:58:23.341Z] Collecting jsonschema<3,>=2.5.1 [2021-01-14T22:58:23.341Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-14T22:58:23.622Z] 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-14T22:58:25.089Z] Collecting docker<4.0,>=3.6.0 [2021-01-14T22:58:25.089Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-14T22:58:26.088Z] Collecting texttable<0.10,>=0.9.0 [2021-01-14T22:58:26.088Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-14T22:58:29.533Z] ---> 0ac275d09aa0 [2021-01-14T22:58:29.533Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2021-01-14T22:58:29.533Z] Collecting cached-property<2,>=1.2.0 [2021-01-14T22:58:29.533Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-14T22:58:29.814Z] ---> Running in b2aff8094a0a [2021-01-14T22:58:30.813Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-14T22:58:30.813Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-14T22:58:31.092Z] 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-14T22:58:31.092Z] 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-14T22:58:31.704Z] 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-14T22:58:31.985Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-14T22:58:31.985Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-14T22:58:32.597Z] Collecting idna<2.8,>=2.5 [2021-01-14T22:58:32.597Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-14T22:58:33.203Z] Collecting docker-pycreds>=0.4.0 [2021-01-14T22:58:33.203Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-14T22:58:33.203Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-14T22:58:33.203Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-14T22:58:33.203Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-14T22:58:33.204Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-14T22:58:34.657Z] Installing collected packages: PyYAML, dockerpty, docopt, urllib3, idna, requests, jsonschema, docker-pycreds, websocket-client, docker, texttable, cached-property, docker-compose [2021-01-14T22:58:34.657Z] Running setup.py install for PyYAML: started [2021-01-14T22:58:37.313Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-14T22:58:37.313Z] Running setup.py install for dockerpty: started [2021-01-14T22:58:40.730Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-14T22:58:40.730Z] Running setup.py install for docopt: started [2021-01-14T22:58:42.741Z] Running setup.py install for docopt: finished with status 'done' [2021-01-14T22:58:42.741Z] Attempting uninstall: urllib3 [2021-01-14T22:58:42.741Z] Found existing installation: urllib3 1.25.9 [2021-01-14T22:58:42.741Z] Uninstalling urllib3-1.25.9: [2021-01-14T22:58:43.019Z] Successfully uninstalled urllib3-1.25.9 [2021-01-14T22:58:44.015Z] Attempting uninstall: idna [2021-01-14T22:58:44.015Z] Found existing installation: idna 2.9 [2021-01-14T22:58:44.015Z] Uninstalling idna-2.9: [2021-01-14T22:58:44.015Z] Successfully uninstalled idna-2.9 [2021-01-14T22:58:45.008Z] Attempting uninstall: requests [2021-01-14T22:58:45.008Z] Found existing installation: requests 2.23.0 [2021-01-14T22:58:45.008Z] Uninstalling requests-2.23.0: [2021-01-14T22:58:45.008Z] Successfully uninstalled requests-2.23.0 [2021-01-14T22:58:47.669Z] Running setup.py install for texttable: started [2021-01-14T22:58:50.312Z] Running setup.py install for texttable: finished with status 'done' [2021-01-14T22:58:51.313Z] 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-14T22:58:52.333Z] Removing intermediate container 78d88ed626be [2021-01-14T22:58:52.333Z] ---> 5ae4147dc3de [2021-01-14T22:58:52.333Z] [2021-01-14T22:58:52.333Z] Step 10/22 : FROM alpine:3.12 [2021-01-14T22:58:52.333Z] ---> afeebe901d6b [2021-01-14T22:58:52.333Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-14T22:58:52.613Z] ---> Running in c24fe7cb5b54 [2021-01-14T22:58:55.256Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-14T22:58:55.256Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-14T22:58:56.254Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-14T22:58:56.254Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-14T22:58:56.254Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-14T22:58:56.254Z] (4/5) Installing curl (7.69.1-r3) [2021-01-14T22:58:56.254Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-14T22:58:56.254Z] Executing busybox-1.31.1-r19.trigger [2021-01-14T22:58:56.254Z] Executing ca-certificates-20191127-r4.trigger [2021-01-14T22:58:56.890Z] OK: 7 MiB in 19 packages [2021-01-14T22:58:57.499Z] Removing intermediate container ae193fc8417c [2021-01-14T22:58:57.499Z] ---> 47087a924d9e [2021-01-14T22:58:57.499Z] Step 21/26 : RUN apk --no-cache add curl [2021-01-14T22:58:57.789Z] ---> Running in 3ddc138bfc5c [2021-01-14T22:59:00.429Z] Removing intermediate container c24fe7cb5b54 [2021-01-14T22:59:00.429Z] ---> 3d5436ab7bdc [2021-01-14T22:59:00.429Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2021-01-14T22:59:00.429Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-14T22:59:00.429Z] ---> Running in ad8d2f34a65b [2021-01-14T22:59:00.707Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-14T22:59:00.983Z] Removing intermediate container ad8d2f34a65b [2021-01-14T22:59:00.983Z] ---> 0587abccd1fa [2021-01-14T22:59:00.983Z] Step 13/22 : WORKDIR / [2021-01-14T22:59:01.255Z] ---> Running in dc528b72b730 [2021-01-14T22:59:01.535Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-14T22:59:01.535Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-14T22:59:01.535Z] (3/3) Installing curl (7.69.1-r3) [2021-01-14T22:59:01.535Z] Executing busybox-1.31.1-r19.trigger [2021-01-14T22:59:01.535Z] OK: 71 MiB in 58 packages [2021-01-14T22:59:02.162Z] Removing intermediate container dc528b72b730 [2021-01-14T22:59:02.162Z] ---> 4902ca743851 [2021-01-14T22:59:02.162Z] Step 14/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-14T22:59:03.614Z] ---> 31227ef185ea [2021-01-14T22:59:03.614Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2021-01-14T22:59:03.889Z] Removing intermediate container 3ddc138bfc5c [2021-01-14T22:59:03.889Z] ---> 56dd3be874d8 [2021-01-14T22:59:03.889Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-14T22:59:04.164Z] ---> Running in 9f1d20c5d5ca [2021-01-14T22:59:05.155Z] Removing intermediate container 9f1d20c5d5ca [2021-01-14T22:59:05.155Z] ---> 016276821417 [2021-01-14T22:59:05.155Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-14T22:59:05.430Z] ---> Running in 14c3f2608223 [2021-01-14T22:59:05.430Z] ---> c865818ed37b [2021-01-14T22:59:05.430Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2021-01-14T22:59:06.034Z] Removing intermediate container 14c3f2608223 [2021-01-14T22:59:06.034Z] ---> 1bc0b4404628 [2021-01-14T22:59:06.034Z] Step 24/26 : LABEL arch=arm64 [2021-01-14T22:59:06.308Z] ---> Running in a402fd6ce064 [2021-01-14T22:59:06.904Z] ---> f2acb5af4127 [2021-01-14T22:59:06.904Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2021-01-14T22:59:06.904Z] Removing intermediate container a402fd6ce064 [2021-01-14T22:59:06.904Z] ---> 15be93b75399 [2021-01-14T22:59:06.904Z] Step 25/26 : LABEL git_sha=7bf9428fc8b174909a95a12a3c8181a378f1c5e7 [2021-01-14T22:59:07.506Z] ---> Running in 5bd1d1804fda [2021-01-14T22:59:08.103Z] ---> 26260cdf6536 [2021-01-14T22:59:08.103Z] Step 18/22 : RUN chmod +x entrypoint.sh [2021-01-14T22:59:08.103Z] Removing intermediate container 5bd1d1804fda [2021-01-14T22:59:08.103Z] ---> 223b8063620c [2021-01-14T22:59:08.103Z] Step 26/26 : LABEL version=0.0.0 [2021-01-14T22:59:08.389Z] ---> Running in 124f734c3343 [2021-01-14T22:59:08.389Z] ---> Running in 64280e570767 [2021-01-14T22:59:09.390Z] Removing intermediate container 64280e570767 [2021-01-14T22:59:09.390Z] ---> fd3f44931ea0 [2021-01-14T22:59:09.390Z] [2021-01-14T22:59:09.992Z] Successfully built fd3f44931ea0 [2021-01-14T22:59:09.992Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-01-14T22:59:12.162Z]  Building docker-sys-mgmt-agent-go ... done Removing intermediate container 124f734c3343 [2021-01-14T22:59:12.162Z] ---> 564da50b970d [2021-01-14T22:59:12.162Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-14T22:59:12.547Z] ---> Running in c81d5b878977 [2021-01-14T22:59:13.157Z] Removing intermediate container c81d5b878977 [2021-01-14T22:59:13.157Z] ---> 58bf7236a76d [2021-01-14T22:59:13.157Z] Step 20/22 : LABEL arch=arm64 [2021-01-14T22:59:13.157Z] ---> Running in 43a3bb124e36 [2021-01-14T22:59:13.760Z] Removing intermediate container 43a3bb124e36 [2021-01-14T22:59:13.760Z] ---> a4ffe23a77e3 [2021-01-14T22:59:13.760Z] Step 21/22 : LABEL git_sha=7bf9428fc8b174909a95a12a3c8181a378f1c5e7 [2021-01-14T22:59:14.038Z] ---> Running in 9c05857732cd [2021-01-14T22:59:14.649Z] Removing intermediate container 9c05857732cd [2021-01-14T22:59:14.649Z] ---> 31b4b36d8150 [2021-01-14T22:59:14.649Z] Step 22/22 : LABEL version=0.0.0 [2021-01-14T22:59:14.927Z] ---> Running in c5d0c2ec2abf [2021-01-14T22:59:15.529Z] Removing intermediate container c5d0c2ec2abf [2021-01-14T22:59:15.529Z] ---> acd7ee39ab2b [2021-01-14T22:59:15.529Z] [2021-01-14T22:59:16.141Z] Successfully built acd7ee39ab2b [2021-01-14T22:59:16.141Z] Successfully tagged docker-security-bootstrap-redis-go-arm64:latest [2021-01-14T22:59:16.743Z]  Building docker-security-bootstrap-redis-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-14T22:59:29.177Z] Removing intermediate container c9e0c459838a [2021-01-14T22:59:29.177Z] ---> 6b34a57a46f1 [2021-01-14T22:59:29.177Z] [2021-01-14T22:59:29.177Z] Step 10/24 : FROM alpine:3.12 [2021-01-14T22:59:29.177Z] ---> afeebe901d6b [2021-01-14T22:59:29.177Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-14T22:59:29.177Z] ---> Using cache [2021-01-14T22:59:29.177Z] ---> 3d5436ab7bdc [2021-01-14T22:59:29.177Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-14T22:59:29.177Z] ---> Running in c4b33ed8dbaa [2021-01-14T22:59:29.780Z] Removing intermediate container c4b33ed8dbaa [2021-01-14T22:59:29.780Z] ---> 3cbebb170b1e [2021-01-14T22:59:29.780Z] Step 13/24 : WORKDIR / [2021-01-14T22:59:30.067Z] ---> Running in 2391a06bcd45 [2021-01-14T22:59:30.672Z] Removing intermediate container 2391a06bcd45 [2021-01-14T22:59:30.672Z] ---> 64de67c6a032 [2021-01-14T22:59:30.672Z] 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-14T22:59:32.120Z] ---> c86474d6476a [2021-01-14T22:59:32.120Z] 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-14T22:59:33.114Z] ---> 617802016068 [2021-01-14T22:59:33.114Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-14T22:59:34.559Z] ---> 3b42c97e6436 [2021-01-14T22:59:34.559Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-14T22:59:36.012Z] ---> 143544c28e0d [2021-01-14T22:59:36.012Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-14T22:59:37.466Z] ---> df2e9160af55 [2021-01-14T22:59:37.466Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-14T22:59:38.451Z] ---> aada69db30ef [2021-01-14T22:59:38.451Z] 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-14T22:59:38.737Z] ---> Running in 451065f94b64 [2021-01-14T22:59:42.161Z] Removing intermediate container 451065f94b64 [2021-01-14T22:59:42.161Z] ---> bcc892685438 [2021-01-14T22:59:42.161Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-14T22:59:42.435Z] ---> Running in 1af3318a9d2d [2021-01-14T22:59:43.036Z] Removing intermediate container 1af3318a9d2d [2021-01-14T22:59:43.036Z] ---> c3932ec184c4 [2021-01-14T22:59:43.036Z] Step 22/24 : LABEL arch=arm64 [2021-01-14T22:59:43.311Z] ---> Running in 187f563ea38b [2021-01-14T22:59:43.311Z] Removing intermediate container b2aff8094a0a [2021-01-14T22:59:43.311Z] ---> ea34fdd0ab74 [2021-01-14T22:59:43.311Z] [2021-01-14T22:59:43.311Z] Step 10/24 : FROM scratch [2021-01-14T22:59:43.311Z] ---> [2021-01-14T22:59:43.311Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2021-01-14T22:59:43.905Z] ---> Running in 91ebc790c245 [2021-01-14T22:59:43.905Z] Removing intermediate container 187f563ea38b [2021-01-14T22:59:43.905Z] ---> c07ad7420a9c [2021-01-14T22:59:43.905Z] Step 23/24 : LABEL git_sha=7bf9428fc8b174909a95a12a3c8181a378f1c5e7 [2021-01-14T22:59:44.180Z] ---> Running in 0ffe430e5e00 [2021-01-14T22:59:44.180Z] Removing intermediate container 91ebc790c245 [2021-01-14T22:59:44.180Z] ---> 0103c84867de [2021-01-14T22:59:44.180Z] Step 12/24 : ENV APP_PORT=48060 [2021-01-14T22:59:44.180Z] ---> Running in a872c6364687 [2021-01-14T22:59:44.458Z] Removing intermediate container 0ffe430e5e00 [2021-01-14T22:59:44.458Z] ---> ea8853170755 [2021-01-14T22:59:44.458Z] Step 24/24 : LABEL version=0.0.0 [2021-01-14T22:59:44.735Z] ---> Running in 9d47d6180a07 [2021-01-14T22:59:45.022Z] Removing intermediate container a872c6364687 [2021-01-14T22:59:45.022Z] ---> ca2ea65d2690 [2021-01-14T22:59:45.022Z] Step 13/24 : EXPOSE $APP_PORT [2021-01-14T22:59:45.022Z] ---> Running in 6cfaf963d011 [2021-01-14T22:59:45.306Z] Removing intermediate container 9d47d6180a07 [2021-01-14T22:59:45.306Z] ---> fd125da4b6dc [2021-01-14T22:59:45.306Z] [2021-01-14T22:59:45.597Z] Successfully built fd125da4b6dc [2021-01-14T22:59:45.597Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-01-14T22:59:45.597Z] Removing intermediate container 6cfaf963d011 [2021-01-14T22:59:45.597Z] ---> 709e218e6625 [2021-01-14T22:59:45.597Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2021-01-14T22:59:46.580Z]  Building docker-security-secretstore-setup-go ... done  ---> 94cab4a04dd5 [2021-01-14T22:59:46.580Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2021-01-14T22:59:48.012Z] ---> 15a983a715d1 [2021-01-14T22:59:48.012Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2021-01-14T22:59:49.465Z] Removing intermediate container 94e699eae313 [2021-01-14T22:59:49.465Z] ---> 856fe42009c9 [2021-01-14T22:59:49.465Z] [2021-01-14T22:59:49.465Z] Step 10/22 : FROM scratch [2021-01-14T22:59:49.465Z] ---> [2021-01-14T22:59:49.465Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-14T22:59:49.465Z] ---> 6984af7dfe56 [2021-01-14T22:59:49.465Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-14T22:59:49.465Z] ---> Using cache [2021-01-14T22:59:49.465Z] ---> 6d5fc80bd82f [2021-01-14T22:59:49.465Z] Step 12/22 : ENV APP_PORT=48081 [2021-01-14T22:59:49.465Z] ---> Running in b7646c93240f [2021-01-14T22:59:50.089Z] Removing intermediate container b7646c93240f [2021-01-14T22:59:50.089Z] ---> c878b3f4db02 [2021-01-14T22:59:50.089Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-14T22:59:50.089Z] ---> Running in 2ad4fc578b1c [2021-01-14T22:59:50.089Z] ---> e3042d71481d [2021-01-14T22:59:50.089Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-14T22:59:50.685Z] Removing intermediate container 2ad4fc578b1c [2021-01-14T22:59:50.685Z] ---> 021e8ee8166f [2021-01-14T22:59:50.685Z] Step 14/22 : WORKDIR / [2021-01-14T22:59:50.973Z] ---> Running in 20e1326c7d41 [2021-01-14T22:59:51.565Z] ---> f4087c2e332f [2021-01-14T22:59:51.565Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-14T22:59:51.565Z] Removing intermediate container 20e1326c7d41 [2021-01-14T22:59:51.565Z] ---> 6bb05afbc131 [2021-01-14T22:59:51.565Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-14T22:59:52.561Z] ---> c35450b177bb [2021-01-14T22:59:52.561Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-14T22:59:52.561Z] ---> c2dea240fbe1 [2021-01-14T22:59:52.561Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2021-01-14T22:59:52.561Z] ---> Running in 7eebe80ea86c [2021-01-14T22:59:53.156Z] Removing intermediate container 7eebe80ea86c [2021-01-14T22:59:53.156Z] ---> 48d89c3ad14b [2021-01-14T22:59:53.156Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-14T22:59:53.428Z] ---> Running in ac7998a8c6ff [2021-01-14T22:59:53.699Z] ---> 5739366be985 [2021-01-14T22:59:53.699Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-14T22:59:53.973Z] Removing intermediate container ac7998a8c6ff [2021-01-14T22:59:53.973Z] ---> 8ca5d386d224 [2021-01-14T22:59:53.973Z] Step 22/24 : LABEL arch=arm64 [2021-01-14T22:59:54.246Z] ---> Running in 2053bb8d70e7 [2021-01-14T22:59:54.519Z] ---> 97368046a6ed [2021-01-14T22:59:54.519Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2021-01-14T22:59:54.519Z] ---> Running in d7751fa7fdff [2021-01-14T22:59:54.790Z] Removing intermediate container 2053bb8d70e7 [2021-01-14T22:59:54.790Z] ---> 229285aed219 [2021-01-14T22:59:54.790Z] Step 23/24 : LABEL git_sha=7bf9428fc8b174909a95a12a3c8181a378f1c5e7 [2021-01-14T22:59:54.790Z] ---> Running in 50923d293642 [2021-01-14T22:59:55.063Z] Removing intermediate container d7751fa7fdff [2021-01-14T22:59:55.063Z] ---> d6024c8ed24c [2021-01-14T22:59:55.063Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-14T22:59:55.335Z] ---> Running in 64a104b0cb70 [2021-01-14T22:59:55.335Z] Removing intermediate container 50923d293642 [2021-01-14T22:59:55.335Z] ---> 55b0500b314a [2021-01-14T22:59:55.335Z] Step 24/24 : LABEL version=0.0.0 [2021-01-14T22:59:55.609Z] ---> Running in 4d7175ab6971 [2021-01-14T22:59:55.609Z] Removing intermediate container 64a104b0cb70 [2021-01-14T22:59:55.609Z] ---> 2361c111df80 [2021-01-14T22:59:55.609Z] Step 20/22 : LABEL arch=arm64 [2021-01-14T22:59:55.880Z] ---> Running in 80bb5a0e5818 [2021-01-14T22:59:56.152Z] Removing intermediate container 4d7175ab6971 [2021-01-14T22:59:56.152Z] ---> 8066a3c388bd [2021-01-14T22:59:56.152Z] [2021-01-14T22:59:56.427Z] Successfully built 8066a3c388bd [2021-01-14T22:59:56.427Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-01-14T22:59:56.427Z]  Building docker-support-notifications-go ... done Removing intermediate container 80bb5a0e5818 [2021-01-14T22:59:56.427Z] ---> c42b6ef23e3a [2021-01-14T22:59:56.427Z] Step 21/22 : LABEL git_sha=7bf9428fc8b174909a95a12a3c8181a378f1c5e7 [2021-01-14T22:59:56.697Z] ---> Running in 45a8be93e870 [2021-01-14T22:59:57.297Z] Removing intermediate container 45a8be93e870 [2021-01-14T22:59:57.297Z] ---> d7c48dc05a5d [2021-01-14T22:59:57.297Z] Step 22/22 : LABEL version=0.0.0 [2021-01-14T22:59:57.297Z] ---> Running in 622010a1a035 [2021-01-14T22:59:57.892Z] Removing intermediate container 622010a1a035 [2021-01-14T22:59:57.892Z] ---> 7e7ed8739eaa [2021-01-14T22:59:57.892Z] [2021-01-14T22:59:58.171Z] Successfully built 7e7ed8739eaa [2021-01-14T22:59:58.171Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-01-14T22:59:58.454Z]  Building docker-core-metadata-go ... done  [Pipeline] } [2021-01-14T22:59:58.462Z] $ docker stop --time=1 485864981d61e84e5f16b02a72da5fb652cdbc5bd73e222e8ffccf53739ad114 [2021-01-14T23:00:00.396Z] $ docker rm -f 485864981d61e84e5f16b02a72da5fb652cdbc5bd73e222e8ffccf53739ad114 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-14T23:00:01.159Z] + grep docker [2021-01-14T23:00:01.159Z] + docker images [2021-01-14T23:00:01.432Z] docker-core-metadata-go-arm64 latest 7e7ed8739eaa 4 seconds ago 12.3MB [2021-01-14T23:00:01.432Z] docker-support-notifications-go-arm64 latest 8066a3c388bd 6 seconds ago 11.4MB [2021-01-14T23:00:01.432Z] docker-security-secretstore-setup-go-arm64 latest fd125da4b6dc 17 seconds ago 23.4MB [2021-01-14T23:00:01.432Z] docker-security-bootstrap-redis-go-arm64 latest acd7ee39ab2b 46 seconds ago 15.1MB [2021-01-14T23:00:01.432Z] docker-sys-mgmt-agent-go-arm64 latest fd3f44931ea0 52 seconds ago 300MB [2021-01-14T23:00:01.432Z] docker-core-data-go-arm64 latest aad5164de051 2 minutes ago 21MB [2021-01-14T23:00:01.432Z] docker-security-proxy-setup-go-arm64 latest aeda05b78299 2 minutes ago 23.2MB [2021-01-14T23:00:01.432Z] docker-core-command-go-arm64 latest 0ae3663b9e12 2 minutes ago 9.98MB [2021-01-14T23:00:01.432Z] docker-support-scheduler-go-arm64 latest 0c47437b9ab3 2 minutes ago 10MB [2021-01-14T23:00:01.432Z] docker 20.10.0 eeaf43b92773 4 weeks ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2021-01-14T23:00:03.731Z] provisioning config files... [2021-01-14T23:00:03.746Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/5@tmp/config5258272815294007429tmp [Pipeline] { [Pipeline] sh [2021-01-14T23:00:04.153Z] + set +x [2021-01-14T23:00:04.153Z] + curl -s https://codecov.io/bash [2021-01-14T23:00:04.153Z] + bash -s -- [2021-01-14T23:00:04.732Z] [2021-01-14T23:00:04.732Z] _____ _ [2021-01-14T23:00:04.732Z] / ____| | | [2021-01-14T23:00:04.732Z] | | ___ __| | ___ ___ _____ __ [2021-01-14T23:00:04.732Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-01-14T23:00:04.732Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-01-14T23:00:04.732Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-01-14T23:00:04.732Z] Bash-20201231-23d4836 [2021-01-14T23:00:04.732Z] [2021-01-14T23:00:04.732Z] [2021-01-14T23:00:04.732Z] ==> git version 2.24.3 found [2021-01-14T23:00:04.732Z] ==> 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-14T23:00:04.732Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-01-14T23:00:04.732Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-01-14T23:00:04.732Z] ==> Jenkins CI detected. [2021-01-14T23:00:04.732Z] project root: . [2021-01-14T23:00:04.732Z] --> token set from env [2021-01-14T23:00:04.732Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-01-14T23:00:04.732Z] ==> Running gcov in . (disable via -X gcov) [2021-01-14T23:00:04.732Z] ==> Python coveragepy not found [2021-01-14T23:00:04.732Z] ==> Searching for coverage reports in: [2021-01-14T23:00:04.732Z] + . [2021-01-14T23:00:04.732Z] -> Found 1 reports [2021-01-14T23:00:04.732Z] ==> Detecting git/mercurial file structure [2021-01-14T23:00:04.732Z] ==> Reading reports [2021-01-14T23:00:04.732Z] + ./coverage.out bytes=550321 [2021-01-14T23:00:04.732Z] ==> Appending adjustments [2021-01-14T23:00:04.732Z] https://docs.codecov.io/docs/fixing-reports [2021-01-14T23:00:08.040Z] + Found adjustments [2021-01-14T23:00:08.040Z] ==> Gzipping contents [2021-01-14T23:00:08.040Z] 84K /tmp/codecov.XoevB4.gz [2021-01-14T23:00:08.040Z] ==> Uploading reports [2021-01-14T23:00:08.040Z] url: https://codecov.io [2021-01-14T23:00:08.040Z] query: branch=PR-3032&commit=7bf9428fc8b174909a95a12a3c8181a378f1c5e7&build=5&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3032%2F5%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3032&job=&cmd_args= [2021-01-14T23:00:08.040Z] -> Pinging Codecov [2021-01-14T23:00:08.040Z] https://codecov.io/upload/v4?package=bash-20201231-23d4836&token=secret&branch=PR-3032&commit=7bf9428fc8b174909a95a12a3c8181a378f1c5e7&build=5&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3032%2F5%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3032&job=&cmd_args= [2021-01-14T23:00:09.425Z] -> Uploading to [2021-01-14T23:00:09.425Z] https://storage.googleapis.com/codecov/v4/raw/2021-01-14/00271124DB129430A58F1EEE437C3FCB/7bf9428fc8b174909a95a12a3c8181a378f1c5e7/f0f2e208-f161-44ce-9faf-3109c32a49bb.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210114%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210114T230009Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=a67cb9581e50193cebe25d2b1ce4082ec49e9b4b9285838a3d4f116130a068b6 [2021-01-14T23:00:09.425Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-14T23:00:09.425Z] Dload Upload Total Spent Left Speed [2021-01-14T23:00:09.688Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 83292 0 0 100 83292 0 149k --:--:-- --:--:-- --:--:-- 149k [2021-01-14T23:00:09.688Z] -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/7bf9428fc8b174909a95a12a3c8181a378f1c5e7 [Pipeline] } [2021-01-14T23:00:09.698Z] 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-14T23:00:11.790Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-14T23:00:12.680Z] ---> package-listing.sh [2021-01-14T23:00:12.680Z] ++ facter osfamily [2021-01-14T23:00:12.680Z] ++ tr '[:upper:]' '[:lower:]' [2021-01-14T23:00:12.680Z] + OS_FAMILY=redhat [2021-01-14T23:00:12.680Z] + workspace=/w/workspace/edgex-go/5 [2021-01-14T23:00:12.680Z] + START_PACKAGES=/tmp/packages_start.txt [2021-01-14T23:00:12.680Z] + END_PACKAGES=/tmp/packages_end.txt [2021-01-14T23:00:12.680Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-01-14T23:00:12.680Z] + PACKAGES=/tmp/packages_start.txt [2021-01-14T23:00:12.680Z] + '[' /w/workspace/edgex-go/5 ']' [2021-01-14T23:00:12.680Z] + PACKAGES=/tmp/packages_end.txt [2021-01-14T23:00:12.680Z] + case "${OS_FAMILY}" in [2021-01-14T23:00:12.680Z] + rpm -qa [2021-01-14T23:00:12.680Z] + sort [2021-01-14T23:00:18.004Z] + '[' -f /tmp/packages_start.txt ']' [2021-01-14T23:00:18.004Z] + '[' -f /tmp/packages_end.txt ']' [2021-01-14T23:00:18.004Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-01-14T23:00:18.004Z] + '[' /w/workspace/edgex-go/5 ']' [2021-01-14T23:00:18.004Z] + mkdir -p /w/workspace/edgex-go/5/archives/ [2021-01-14T23:00:18.004Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/5/archives/ [Pipeline] echo [2021-01-14T23:00:18.017Z] 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/5/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-01-14T23:00:18.310Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-01-14T23:00:18.618Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-14T23:00:18.618Z] [2021-01-14T23:00:18.618Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-01-14T23:00:18.975Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-14T23:00:18.975Z] alpine: Pulling from edgex-lftools-log-publisher [2021-01-14T23:00:18.975Z] df20fa9351a1: Pulling fs layer [2021-01-14T23:00:18.975Z] 36b3adc4ff6f: Pulling fs layer [2021-01-14T23:00:18.975Z] 8ad3a11d3b57: Pulling fs layer [2021-01-14T23:00:18.975Z] 46f8f816bc3b: Pulling fs layer [2021-01-14T23:00:18.975Z] 93b61091891f: Pulling fs layer [2021-01-14T23:00:18.975Z] 93b9cdb0e59b: Pulling fs layer [2021-01-14T23:00:18.975Z] 5e14af77c1be: Pulling fs layer [2021-01-14T23:00:18.975Z] 01666e4c0597: Pulling fs layer [2021-01-14T23:00:18.975Z] aa168da1d23b: Pulling fs layer [2021-01-14T23:00:18.975Z] 93b9cdb0e59b: Waiting [2021-01-14T23:00:18.975Z] 5e14af77c1be: Waiting [2021-01-14T23:00:18.975Z] 01666e4c0597: Waiting [2021-01-14T23:00:18.975Z] aa168da1d23b: Waiting [2021-01-14T23:00:18.975Z] 93b61091891f: Waiting [2021-01-14T23:00:18.975Z] 46f8f816bc3b: Waiting [2021-01-14T23:00:18.975Z] 36b3adc4ff6f: Verifying Checksum [2021-01-14T23:00:18.975Z] 36b3adc4ff6f: Download complete [2021-01-14T23:00:18.975Z] 46f8f816bc3b: Verifying Checksum [2021-01-14T23:00:18.975Z] 46f8f816bc3b: Download complete [2021-01-14T23:00:18.975Z] df20fa9351a1: Verifying Checksum [2021-01-14T23:00:18.975Z] df20fa9351a1: Download complete [2021-01-14T23:00:19.244Z] 93b9cdb0e59b: Verifying Checksum [2021-01-14T23:00:19.244Z] 93b9cdb0e59b: Download complete [2021-01-14T23:00:19.244Z] 5e14af77c1be: Verifying Checksum [2021-01-14T23:00:19.244Z] 5e14af77c1be: Download complete [2021-01-14T23:00:19.244Z] 93b61091891f: Verifying Checksum [2021-01-14T23:00:19.244Z] 93b61091891f: Download complete [2021-01-14T23:00:19.244Z] 01666e4c0597: Verifying Checksum [2021-01-14T23:00:19.244Z] 01666e4c0597: Download complete [2021-01-14T23:00:19.506Z] 8ad3a11d3b57: Verifying Checksum [2021-01-14T23:00:19.506Z] 8ad3a11d3b57: Download complete [2021-01-14T23:00:19.506Z] df20fa9351a1: Pull complete [2021-01-14T23:00:19.769Z] 36b3adc4ff6f: Pull complete [2021-01-14T23:00:20.722Z] 8ad3a11d3b57: Pull complete [2021-01-14T23:00:20.722Z] 46f8f816bc3b: Pull complete [2021-01-14T23:00:21.298Z] aa168da1d23b: Verifying Checksum [2021-01-14T23:00:21.298Z] aa168da1d23b: Download complete [2021-01-14T23:00:21.878Z] 93b61091891f: Pull complete [2021-01-14T23:00:21.878Z] 93b9cdb0e59b: Pull complete [2021-01-14T23:00:22.154Z] 5e14af77c1be: Pull complete [2021-01-14T23:00:22.154Z] 01666e4c0597: Pull complete [2021-01-14T23:00:30.330Z] aa168da1d23b: Pull complete [2021-01-14T23:00:30.330Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-01-14T23:00:30.330Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-14T23:00:30.330Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-01-14T23:00:30.563Z] prd-centos7-docker-4c-2g-20320 does not seem to be running inside a container [2021-01-14T23:00:30.615Z] $ 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/5/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/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-01-14T23:00:41.066Z] $ docker top e50f72e1ae8791a7396a24c90a5a6dfff60ace163a5cd6f77376cc227f7df289 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-14T23:00:41.674Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-01-14T23:00:41.973Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-01-14T23:00:42.274Z] + ls /var/log/sa-host [2021-01-14T23:00:42.274Z] + sadf -c /var/log/sa-host/sa14 [2021-01-14T23:00:42.274Z] file_magic: OK [2021-01-14T23:00:42.274Z] HZ: Using current value: 100 [2021-01-14T23:00:42.274Z] file_header: OK [2021-01-14T23:00:42.274Z] 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-14T23:00:42.274Z] Statistics: [2021-01-14T23:00:42.274Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-01-14T23:00:42.274Z] File successfully converted to sysstat format version 12.2.1 [2021-01-14T23:00:42.274Z] + sadf -c /var/log/sa-host/sa23 [2021-01-14T23:00:42.274Z] file_magic: OK [2021-01-14T23:00:42.274Z] HZ: Using current value: 100 [2021-01-14T23:00:42.274Z] file_header: OK [2021-01-14T23:00:42.274Z] 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-14T23:00:42.274Z] Statistics: [2021-01-14T23:00:42.274Z] Hnuu...uuuununununu... [2021-01-14T23:00:42.274Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-01-14T23:00:42.584Z] provisioning config files... [2021-01-14T23:00:42.612Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/5@tmp/config2981909877846628970tmp [Pipeline] { [Pipeline] echo [2021-01-14T23:00:42.717Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-14T23:00:43.012Z] ---> create-netrc.sh [Pipeline] } [2021-01-14T23:00:43.021Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-01-14T23:00:43.143Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-14T23:00:43.436Z] ---> python-tools-install.sh [Pipeline] echo [2021-01-14T23:00:43.448Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-14T23:00:43.752Z] ---> sudo-logs.sh [2021-01-14T23:00:43.753Z] Archiving 'sudo' log.. [Pipeline] echo [2021-01-14T23:00:43.762Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-14T23:00:44.054Z] ---> job-cost.sh [2021-01-14T23:00:44.054Z] lf-activate-venv: SKIPPING [2021-01-14T23:00:44.054Z] INFO: No Stack... [2021-01-14T23:00:44.995Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-01-14T23:00:45.256Z] INFO: Archiving Costs [Pipeline] echo [2021-01-14T23:00:45.269Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-14T23:00:45.563Z] ---> logs-deploy.sh [2021-01-14T23:00:45.563Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3032/5 [2021-01-14T23:00:45.563Z] INFO: archiving workspace using pattern(s): [2021-01-14T23:00:46.948Z] Archives upload complete. [2021-01-14T23:00:46.948Z] INFO: archiving logs to Nexus