Pull request #3047 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 4eede83b347e2a8135ae116df4b6f6a339fa8317+250a43ed1e9b8198fb10735cc1ab2371f89d298c (5b966dd24a25ef2d89685feae7b39b8dd476247b) 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-21231 in /w/workspace/edgexfoundry_edgex-go_PR-3047 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/3 [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/3 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3047/head:refs/remotes/origin/PR-3047 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 250a43ed1e9b8198fb10735cc1ab2371f89d298c into PR head commit 4eede83b347e2a8135ae116df4b6f6a339fa8317 Merge succeeded, producing 4eede83b347e2a8135ae116df4b6f6a339fa8317 Checking out Revision 4eede83b347e2a8135ae116df4b6f6a339fa8317 (PR-3047) > git config core.sparsecheckout # timeout=10 > git checkout -f 4eede83b347e2a8135ae116df4b6f6a339fa8317 # 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 250a43ed1e9b8198fb10735cc1ab2371f89d298c # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 4eede83b347e2a8135ae116df4b6f6a339fa8317 # timeout=10 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-core-contracts" First time build. Skipping changelog. > git rev-list --no-walk d707ed14ba15382bf66b3c900daff4306a3b24c5 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-01-19T17:09:48.881Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-01-19T17:09:49.121Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-01-19T17:09:49.210Z] ========================================================= [2021-01-19T17:09:49.210Z] EdgeX Global Pipelines Version Info [2021-01-19T17:09:49.210Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-01-19T17:09:50.797Z] ------------------- [2021-01-19T17:09:50.797Z] stable info: [2021-01-19T17:09:50.797Z] ------------------- [2021-01-19T17:09:50.797Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-19T17:09:50.797Z] Commit SHA: f82e9360b4159668f7e3e090307a6179e9a8e48d [2021-01-19T17:09:50.797Z] Message: update stable to v1.0.177 [2021-01-19T17:09:51.746Z] ------------------- [2021-01-19T17:09:51.746Z] experimental info: [2021-01-19T17:09:51.746Z] ------------------- [2021-01-19T17:09:51.746Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-01-19T17:09:51.746Z] Commit SHA: e10e8b1c2921d3c8fd668fd9f38a05cab6ea93a3 [2021-01-19T17:09:51.746Z] Message: update experimental to v1.0.178 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-01-19T17:09:52.018Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-01-19T17:09:52.095Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-01-19T17:09:52.183Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-01-19T17:09:52.260Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-01-19T17:09:52.370Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-01-19T17:09:52.451Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-01-19T17:09:52.560Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-01-19T17:09:52.657Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-01-19T17:09:52.784Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-01-19T17:09:52.869Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-01-19T17:09:52.949Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-01-19T17:09:53.026Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-01-19T17:09:53.140Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-01-19T17:09:53.228Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-01-19T17:09:53.320Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-01-19T17:09:53.405Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-01-19T17:09:53.484Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-01-19T17:09:53.562Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-01-19T17:09:53.643Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-01-19T17:09:53.766Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-01-19T17:09:53.851Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-01-19T17:09:53.933Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-01-19T17:09:54.024Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-01-19T17:09:54.109Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3047 [Pipeline] echo [2021-01-19T17:09:54.194Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3047 [Pipeline] echo [2021-01-19T17:09:54.283Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3047 [Pipeline] echo [2021-01-19T17:09:54.367Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 4eede83b347e2a8135ae116df4b6f6a339fa8317 [Pipeline] echo [2021-01-19T17:09:54.453Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 4eede83 [Pipeline] echo [2021-01-19T17:09:54.569Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-19T17:09:54.758Z] provisioning config files... [2021-01-19T17:09:54.793Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/3@tmp/config245110560454688773tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-19T17:09:55.177Z] ---> docker-login.sh [2021-01-19T17:09:55.177Z] nexus3.edgexfoundry.org:10001 [2021-01-19T17:09:55.444Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-19T17:09:55.717Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-19T17:09:55.717Z] Configure a credential helper to remove this warning. See [2021-01-19T17:09:55.717Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-19T17:09:55.717Z] [2021-01-19T17:09:55.717Z] Login Succeeded [2021-01-19T17:09:55.717Z] nexus3.edgexfoundry.org:10002 [2021-01-19T17:09:55.983Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-19T17:09:55.983Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-19T17:09:55.983Z] Configure a credential helper to remove this warning. See [2021-01-19T17:09:55.983Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-19T17:09:55.983Z] [2021-01-19T17:09:55.983Z] Login Succeeded [2021-01-19T17:09:55.983Z] nexus3.edgexfoundry.org:10003 [2021-01-19T17:09:56.259Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-19T17:09:56.259Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-19T17:09:56.259Z] Configure a credential helper to remove this warning. See [2021-01-19T17:09:56.259Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-19T17:09:56.259Z] [2021-01-19T17:09:56.259Z] Login Succeeded [2021-01-19T17:09:56.259Z] nexus3.edgexfoundry.org:10004 [2021-01-19T17:09:56.524Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-19T17:09:56.789Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-19T17:09:56.789Z] Configure a credential helper to remove this warning. See [2021-01-19T17:09:56.789Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-19T17:09:56.789Z] [2021-01-19T17:09:56.789Z] Login Succeeded [2021-01-19T17:09:56.789Z] docker.io [2021-01-19T17:09:56.789Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-19T17:09:57.052Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-19T17:09:57.052Z] Configure a credential helper to remove this warning. See [2021-01-19T17:09:57.052Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-19T17:09:57.052Z] [2021-01-19T17:09:57.052Z] Login Succeeded [2021-01-19T17:09:57.052Z] ---> docker-login.sh ends [Pipeline] } [2021-01-19T17:09:57.063Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-19T17:09:57.531Z] ++ 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-19T17:09:57.531Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-19T17:09:57.531Z] ++ dirname cmd/core-command/Dockerfile [2021-01-19T17:09:57.531Z] ++ cut -d/ -f2 [2021-01-19T17:09:57.531Z] + echo core-command,cmd/core-command/Dockerfile [2021-01-19T17:09:57.531Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-19T17:09:57.531Z] ++ dirname cmd/core-data/Dockerfile [2021-01-19T17:09:57.531Z] ++ cut -d/ -f2 [2021-01-19T17:09:57.531Z] + echo core-data,cmd/core-data/Dockerfile [2021-01-19T17:09:57.531Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-19T17:09:57.531Z] ++ dirname cmd/core-metadata/Dockerfile [2021-01-19T17:09:57.531Z] ++ cut -d/ -f2 [2021-01-19T17:09:57.531Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-01-19T17:09:57.531Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-19T17:09:57.531Z] ++ dirname cmd/security-bootstrap-redis/Dockerfile [2021-01-19T17:09:57.531Z] ++ cut -d/ -f2 [2021-01-19T17:09:57.531Z] + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile [2021-01-19T17:09:57.531Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-19T17:09:57.531Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-01-19T17:09:57.531Z] ++ cut -d/ -f2 [2021-01-19T17:09:57.531Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-01-19T17:09:57.531Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-19T17:09:57.531Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-01-19T17:09:57.531Z] ++ cut -d/ -f2 [2021-01-19T17:09:57.531Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-01-19T17:09:57.531Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-19T17:09:57.531Z] ++ dirname cmd/support-notifications/Dockerfile [2021-01-19T17:09:57.531Z] ++ cut -d/ -f2 [2021-01-19T17:09:57.531Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-01-19T17:09:57.531Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-19T17:09:57.531Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-01-19T17:09:57.531Z] ++ cut -d/ -f2 [2021-01-19T17:09:57.531Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-01-19T17:09:57.531Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-19T17:09:57.531Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-01-19T17:09:57.531Z] ++ cut -d/ -f2 [2021-01-19T17:09:57.531Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-01-19T17:09:57.614Z] 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-19T17:09:58.559Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-19T17:09:58.559Z] [2021-01-19T17:09:58.559Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-01-19T17:09:58.916Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-19T17:09:58.916Z] latest: Pulling from edgex-devops/git-semver [2021-01-19T17:09:58.916Z] 31603596830f: Pulling fs layer [2021-01-19T17:09:58.916Z] 2a8b12db71e7: Pulling fs layer [2021-01-19T17:09:58.916Z] 6ca5941a6612: Pulling fs layer [2021-01-19T17:09:58.916Z] ecc8261a40a4: Pulling fs layer [2021-01-19T17:09:58.916Z] ecc8261a40a4: Waiting [2021-01-19T17:09:58.916Z] 2a8b12db71e7: Verifying Checksum [2021-01-19T17:09:58.916Z] 2a8b12db71e7: Download complete [2021-01-19T17:09:58.916Z] 31603596830f: Download complete [2021-01-19T17:09:59.181Z] ecc8261a40a4: Verifying Checksum [2021-01-19T17:09:59.181Z] ecc8261a40a4: Download complete [2021-01-19T17:09:59.181Z] 6ca5941a6612: Verifying Checksum [2021-01-19T17:09:59.181Z] 6ca5941a6612: Download complete [2021-01-19T17:09:59.451Z] 31603596830f: Pull complete [2021-01-19T17:09:59.723Z] 2a8b12db71e7: Pull complete [2021-01-19T17:10:00.721Z] 6ca5941a6612: Pull complete [2021-01-19T17:10:00.986Z] ecc8261a40a4: Pull complete [2021-01-19T17:10:00.986Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-01-19T17:10:00.986Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-19T17:10:00.986Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-01-19T17:10:01.121Z] prd-centos7-docker-4c-2g-21231 does not seem to be running inside a container [2021-01-19T17:10:01.189Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-01-19T17:10:03.811Z] $ docker top 767bd6d58a0ce24697cefd081d185db815f787f13a583495dcd8aeea59576154 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-19T17:10:04.229Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-19T17:10:04.229Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-19T17:10:04.521Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-19T17:10:04.527Z] $ docker exec 767bd6d58a0ce24697cefd081d185db815f787f13a583495dcd8aeea59576154 ssh-agent [2021-01-19T17:10:04.721Z] SSH_AUTH_SOCK=/tmp/ssh-3PC0sjfD6c9H/agent.12 [2021-01-19T17:10:04.721Z] SSH_AGENT_PID=18 [2021-01-19T17:10:04.735Z] Running ssh-add (command line suppressed) [2021-01-19T17:10:04.868Z] Identity added: /w/workspace/edgex-go/3@tmp/private_key_671240563881446982.key (/w/workspace/edgex-go/3@tmp/private_key_671240563881446982.key) [2021-01-19T17:10:04.926Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-19T17:10:05.273Z] + git tag --points-at HEAD [Pipeline] } [2021-01-19T17:10:05.299Z] $ docker exec --env ******** --env ******** 767bd6d58a0ce24697cefd081d185db815f787f13a583495dcd8aeea59576154 ssh-agent -k [2021-01-19T17:10:05.427Z] unset SSH_AUTH_SOCK; [2021-01-19T17:10:05.428Z] unset SSH_AGENT_PID; [2021-01-19T17:10:05.428Z] echo Agent pid 18 killed; [2021-01-19T17:10:05.477Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-01-19T17:10:05.624Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-19T17:10:05.624Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-19T17:10:05.802Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-19T17:10:05.808Z] $ docker exec 767bd6d58a0ce24697cefd081d185db815f787f13a583495dcd8aeea59576154 ssh-agent [2021-01-19T17:10:05.986Z] SSH_AUTH_SOCK=/tmp/ssh-zTqiTos9AozX/agent.50 [2021-01-19T17:10:05.986Z] SSH_AGENT_PID=55 [2021-01-19T17:10:05.993Z] Running ssh-add (command line suppressed) [2021-01-19T17:10:06.172Z] Identity added: /w/workspace/edgex-go/3@tmp/private_key_6316673270091260470.key (/w/workspace/edgex-go/3@tmp/private_key_6316673270091260470.key) [2021-01-19T17:10:06.237Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-19T17:10:06.613Z] + git semver init [2021-01-19T17:10:06.613Z] # -> Open(): unable to determine branch for HEAD [2021-01-19T17:10:06.613Z] # $GIT_DIR = /w/workspace/edgex-go/3/.git [2021-01-19T17:10:06.613Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/3 [2021-01-19T17:10:06.613Z] # $SEMVER_REMOTE_NAME = origin [2021-01-19T17:10:06.613Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-19T17:10:06.613Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-19T17:10:06.613Z] # $SEMVER_BRANCH = PR-3047 [2021-01-19T17:10:06.613Z] # $SEMVER_TEMP = /tmp/semver-141780499 [2021-01-19T17:10:06.613Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-01-19T17:10:45.435Z] # '/tmp/semver-141780499' -> '/w/workspace/edgex-go/3/.semver' [2021-01-19T17:10:45.435Z] # -> Force: false [2021-01-19T17:10:45.435Z] # $SEMVER_DIR = /w/workspace/edgex-go/3/.semver [Pipeline] } [2021-01-19T17:10:45.450Z] $ docker exec --env ******** --env ******** 767bd6d58a0ce24697cefd081d185db815f787f13a583495dcd8aeea59576154 ssh-agent -k [2021-01-19T17:10:45.714Z] unset SSH_AUTH_SOCK; [2021-01-19T17:10:45.715Z] unset SSH_AGENT_PID; [2021-01-19T17:10:45.715Z] echo Agent pid 55 killed; [2021-01-19T17:10:45.828Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-19T17:10:46.387Z] + git semver [Pipeline] } [2021-01-19T17:10:46.410Z] $ docker stop --time=1 767bd6d58a0ce24697cefd081d185db815f787f13a583495dcd8aeea59576154 [2021-01-19T17:10:48.001Z] $ docker rm -f 767bd6d58a0ce24697cefd081d185db815f787f13a583495dcd8aeea59576154 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-19T17:10:48.614Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-01-19T17:10:49.215Z] Stashed 1 file(s) [Pipeline] echo [2021-01-19T17:10:49.218Z] [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-19T17:10:50.155Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-01-19T17:10:50.460Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-19T17:10:50.766Z] + sudo service docker restart [2021-01-19T17:10:50.766Z] + true [2021-01-19T17:10:50.766Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-01-19T17:10:51.364Z] ========================================================= [2021-01-19T17:10:51.364Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-01-19T17:10:51.364Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-19T17:10:51.722Z] + 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-19T17:10:55.964Z] Sending build context to Docker daemon 326.6MB [2021-01-19T17:10:55.964Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-19T17:10:55.964Z] Step 2/6 : FROM ${BASE} [2021-01-19T17:10:55.964Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-01-19T17:10:55.964Z] 188c0c94c7c5: Pulling fs layer [2021-01-19T17:10:55.964Z] 0ef7d3d256c8: Pulling fs layer [2021-01-19T17:10:55.964Z] de9db76c5a1d: Pulling fs layer [2021-01-19T17:10:55.964Z] bca2f99d35d6: Pulling fs layer [2021-01-19T17:10:55.965Z] 93359f2a8cfa: Pulling fs layer [2021-01-19T17:10:55.965Z] 7c6f9722023f: Pulling fs layer [2021-01-19T17:10:55.965Z] a35cf1a2eb13: Pulling fs layer [2021-01-19T17:10:55.965Z] bca2f99d35d6: Waiting [2021-01-19T17:10:55.965Z] 93359f2a8cfa: Waiting [2021-01-19T17:10:55.965Z] 7c6f9722023f: Waiting [2021-01-19T17:10:55.965Z] a35cf1a2eb13: Waiting [2021-01-19T17:10:55.965Z] de9db76c5a1d: Verifying Checksum [2021-01-19T17:10:55.965Z] de9db76c5a1d: Download complete [2021-01-19T17:10:55.965Z] 0ef7d3d256c8: Download complete [2021-01-19T17:10:55.965Z] 93359f2a8cfa: Verifying Checksum [2021-01-19T17:10:55.965Z] 93359f2a8cfa: Download complete [2021-01-19T17:10:55.965Z] 7c6f9722023f: Verifying Checksum [2021-01-19T17:10:55.965Z] 7c6f9722023f: Download complete [2021-01-19T17:10:55.965Z] 188c0c94c7c5: Verifying Checksum [2021-01-19T17:10:55.965Z] 188c0c94c7c5: Download complete [2021-01-19T17:10:55.965Z] 188c0c94c7c5: Pull complete [2021-01-19T17:10:56.229Z] 0ef7d3d256c8: Pull complete [2021-01-19T17:10:56.229Z] de9db76c5a1d: Pull complete [2021-01-19T17:10:57.193Z] a35cf1a2eb13: Verifying Checksum [2021-01-19T17:10:57.193Z] a35cf1a2eb13: Download complete [2021-01-19T17:10:57.772Z] bca2f99d35d6: Verifying Checksum [2021-01-19T17:10:57.772Z] bca2f99d35d6: Download complete [2021-01-19T17:11:03.110Z] bca2f99d35d6: Pull complete [2021-01-19T17:11:03.110Z] 93359f2a8cfa: Pull complete [2021-01-19T17:11:03.385Z] 7c6f9722023f: Pull complete [2021-01-19T17:11:04.622Z] Still waiting to schedule task [2021-01-19T17:11:04.622Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2021-01-19T17:11:08.785Z] a35cf1a2eb13: Pull complete [2021-01-19T17:11:08.786Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-01-19T17:11:08.786Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-01-19T17:11:08.786Z] ---> a62c8e92a672 [2021-01-19T17:11:08.786Z] 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-19T17:11:08.786Z] ---> Running in 2e1c83291473 [2021-01-19T17:11:09.737Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-19T17:11:10.000Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-19T17:11:10.576Z] (1/12) Installing libmagic (5.38-r0) [2021-01-19T17:11:11.522Z] (2/12) Installing file (5.38-r0) [2021-01-19T17:11:11.523Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-19T17:11:11.523Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-19T17:11:15.759Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-19T17:11:15.760Z] (6/12) Installing patch (2.7.6-r6) [2021-01-19T17:11:15.760Z] (7/12) Installing build-base (0.5-r2) [2021-01-19T17:11:15.760Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-19T17:11:15.760Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-19T17:11:15.760Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-19T17:11:15.760Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-19T17:11:15.760Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-19T17:11:16.023Z] Executing busybox-1.31.1-r19.trigger [2021-01-19T17:11:16.023Z] OK: 233 MiB in 51 packages [2021-01-19T17:11:18.660Z] Removing intermediate container 2e1c83291473 [2021-01-19T17:11:18.660Z] ---> a90904c09f40 [2021-01-19T17:11:18.660Z] Step 4/6 : WORKDIR /edgex-go [2021-01-19T17:11:18.660Z] ---> Running in e42245f9dd05 [2021-01-19T17:11:18.924Z] Removing intermediate container e42245f9dd05 [2021-01-19T17:11:18.924Z] ---> 3db9705efcae [2021-01-19T17:11:18.924Z] Step 5/6 : COPY go.mod . [2021-01-19T17:11:19.191Z] ---> a5020ea8aa47 [2021-01-19T17:11:19.191Z] Step 6/6 : RUN go mod download [2021-01-19T17:11:19.191Z] ---> Running in e9cb4c923880 [2021-01-19T17:11:41.258Z] Removing intermediate container e9cb4c923880 [2021-01-19T17:11:41.258Z] ---> 3d5cc912073c [2021-01-19T17:11:41.258Z] Successfully built 3d5cc912073c [2021-01-19T17:11:41.258Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-19T17:11:41.585Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-19T17:11:41.586Z] . [Pipeline] withDockerContainer [2021-01-19T17:11:41.724Z] prd-centos7-docker-4c-2g-21231 does not seem to be running inside a container [2021-01-19T17:11:41.785Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-01-19T17:11:42.750Z] $ docker top 40902ab6c27f064622ff0a9a4650d4c94dc6f79cab7b9f4acda4f6255260ea0c -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-19T17:11:43.283Z] + go version [2021-01-19T17:11:43.283Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-01-19T17:11:43.319Z] $ docker stop --time=1 40902ab6c27f064622ff0a9a4650d4c94dc6f79cab7b9f4acda4f6255260ea0c [2021-01-19T17:11:44.757Z] $ docker rm -f 40902ab6c27f064622ff0a9a4650d4c94dc6f79cab7b9f4acda4f6255260ea0c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-19T17:11:45.595Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-19T17:11:45.596Z] . [Pipeline] withDockerContainer [2021-01-19T17:11:45.757Z] prd-centos7-docker-4c-2g-21231 does not seem to be running inside a container [2021-01-19T17:11:45.831Z] $ 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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-01-19T17:11:46.595Z] $ docker top c7bb19feae8efe417d8ff594ba9025f5add7941b1a6655e4092af81cb440b001 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-19T17:11:46.847Z] ========================================================= [2021-01-19T17:11:46.847Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-01-19T17:11:46.847Z] ========================================================= [Pipeline] sh [2021-01-19T17:11:47.158Z] + make test [2021-01-19T17:11:47.158Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-19T17:11:57.252Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-01-19T17:12:12.361Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-01-19T17:12:22.560Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-01-19T17:12:22.560Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-01-19T17:12:22.560Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-01-19T17:12:22.560Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-01-19T17:12:22.560Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-01-19T17:12:22.845Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-01-19T17:12:23.444Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-01-19T17:12:24.042Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-01-19T17:12:24.647Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-01-19T17:12:27.287Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-01-19T17:12:27.287Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-01-19T17:12:27.287Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-01-19T17:12:29.234Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.133s coverage: 46.6% of statements [2021-01-19T17:12:29.234Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-01-19T17:12:29.234Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-01-19T17:12:29.234Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-01-19T17:12:29.234Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-01-19T17:12:29.234Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-01-19T17:12:34.711Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.243s coverage: 27.0% of statements [2021-01-19T17:12:34.711Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-01-19T17:12:34.711Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-01-19T17:12:34.711Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-01-19T17:12:34.711Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-01-19T17:12:34.711Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-01-19T17:12:34.711Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-01-19T17:12:34.711Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.048s coverage: 100.0% of statements [2021-01-19T17:12:34.711Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-01-19T17:12:34.711Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.044s coverage: 100.0% of statements [2021-01-19T17:12:34.711Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-01-19T17:12:34.711Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-01-19T17:12:34.711Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.147s coverage: 67.9% of statements [2021-01-19T17:12:34.711Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-01-19T17:12:34.711Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-01-19T17:12:34.711Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.592s coverage: 82.3% of statements [2021-01-19T17:12:34.711Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-01-19T17:12:34.711Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-01-19T17:12:34.711Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-01-19T17:12:34.711Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-01-19T17:12:36.672Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.382s coverage: 28.6% of statements [2021-01-19T17:12:36.672Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-01-19T17:12:36.672Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-01-19T17:12:36.672Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-01-19T17:12:36.672Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-01-19T17:12:36.672Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-01-19T17:12:36.672Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.076s coverage: 100.0% of statements [2021-01-19T17:12:36.672Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-01-19T17:12:36.672Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.048s coverage: 100.0% of statements [2021-01-19T17:12:36.672Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-01-19T17:12:36.672Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.113s coverage: 86.7% of statements [2021-01-19T17:12:36.672Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-01-19T17:12:36.672Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.150s coverage: 97.5% of statements [2021-01-19T17:12:36.672Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-01-19T17:12:36.937Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.067s coverage: 78.3% of statements [2021-01-19T17:12:36.937Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-01-19T17:12:36.937Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-01-19T17:12:36.937Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-01-19T17:12:36.937Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-01-19T17:12:40.350Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.449s coverage: 92.8% of statements [2021-01-19T17:12:40.350Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-01-19T17:12:40.350Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-01-19T17:12:40.350Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-01-19T17:12:40.350Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-01-19T17:12:40.350Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-01-19T17:12:40.350Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-01-19T17:12:40.350Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-01-19T17:12:40.350Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-01-19T17:12:40.350Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-01-19T17:12:40.350Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-01-19T17:12:40.350Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-01-19T17:12:40.350Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-01-19T17:12:40.350Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-01-19T17:12:40.350Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-01-19T17:12:40.350Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-01-19T17:12:40.350Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-01-19T17:12:40.350Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-01-19T17:12:40.350Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-01-19T17:12:40.350Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.033s coverage: 58.8% of statements [2021-01-19T17:12:40.350Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-01-19T17:12:40.350Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-01-19T17:12:40.350Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.063s coverage: 0.1% of statements [2021-01-19T17:12:40.350Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-01-19T17:12:40.350Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-01-19T17:12:40.350Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-01-19T17:12:40.350Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-01-19T17:12:40.350Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.041s coverage: 100.0% of statements [2021-01-19T17:12:40.350Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-01-19T17:12:40.350Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.081s coverage: 75.5% of statements [2021-01-19T17:12:40.350Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-01-19T17:12:40.350Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.039s coverage: 80.8% of statements [2021-01-19T17:12:40.350Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.090s coverage: 87.2% of statements [2021-01-19T17:12:40.350Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.067s coverage: 84.2% of statements [2021-01-19T17:12:40.637Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.110s coverage: 91.4% of statements [2021-01-19T17:12:40.637Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-01-19T17:12:41.606Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.255s coverage: 63.5% of statements [2021-01-19T17:12:41.606Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-01-19T17:12:41.606Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-01-19T17:12:41.606Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.051s coverage: 100.0% of statements [2021-01-19T17:12:41.606Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.049s coverage: 91.3% of statements [2021-01-19T17:12:41.606Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.035s coverage: 100.0% of statements [2021-01-19T17:12:41.879Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.063s coverage: 73.7% of statements [2021-01-19T17:12:42.158Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.025s coverage: 100.0% of statements [2021-01-19T17:12:43.574Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.379s coverage: 68.9% of statements [2021-01-19T17:12:43.574Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-01-19T17:12:43.574Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-01-19T17:12:43.574Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-01-19T17:12:43.574Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-01-19T17:12:43.574Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-01-19T17:12:43.840Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.091s coverage: 37.0% of statements [2021-01-19T17:12:43.840Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-01-19T17:12:43.840Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-01-19T17:12:43.840Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.329s coverage: 84.0% of statements [2021-01-19T17:12:43.840Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.054s coverage: 100.0% of statements [2021-01-19T17:12:46.341Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.121s coverage: 47.1% of statements [2021-01-19T17:12:46.341Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-01-19T17:12:46.341Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-01-19T17:12:46.341Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-01-19T17:12:46.341Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-01-19T17:12:46.341Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-01-19T17:12:46.341Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.095s coverage: 100.0% of statements [2021-01-19T17:12:46.341Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-01-19T17:12:46.341Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.051s coverage: 100.0% of statements [2021-01-19T17:12:46.341Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-01-19T17:12:47.903Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.758s coverage: 29.1% of statements [2021-01-19T17:12:47.903Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-01-19T17:12:47.903Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-01-19T17:12:47.903Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-01-19T17:12:47.903Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-01-19T17:12:47.903Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-01-19T17:12:47.903Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.094s coverage: 99.0% of statements [2021-01-19T17:12:47.903Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-01-19T17:12:47.903Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.044s coverage: 100.0% of statements [2021-01-19T17:12:47.903Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-01-19T17:12:47.903Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.042s coverage: 0.0% of statements [2021-01-19T17:12:47.903Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-01-19T17:12:47.903Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.038s coverage: 100.0% of statements [2021-01-19T17:12:47.903Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-01-19T17:12:47.903Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-01-19T17:12:47.903Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-01-19T17:12:47.903Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-01-19T17:12:47.903Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.056s coverage: 87.9% of statements [2021-01-19T17:12:47.903Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-01-19T17:12:47.903Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-01-19T17:12:48.174Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.040s coverage: 100.0% of statements [2021-01-19T17:12:48.443Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.038s coverage: 32.1% of statements [2021-01-19T17:12:48.443Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements [2021-01-19T17:12:49.018Z] GO111MODULE=on go vet ./... [2021-01-19T17:13:15.790Z] gofmt -l . [2021-01-19T17:13:15.790Z] [ "`gofmt -l .`" = "" ] [2021-01-19T17:13:15.790Z] ./bin/test-go-mod-tidy.sh [2021-01-19T17:13:15.790Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-01-19T17:13:16.691Z] + ls -al . [2021-01-19T17:13:16.691Z] total 656 [2021-01-19T17:13:16.691Z] drwxrwxr-x 10 1001 1001 4096 Jan 19 17:13 . [2021-01-19T17:13:16.691Z] drwxr-xr-x 4 root root 28 Jan 19 17:11 .. [2021-01-19T17:13:16.691Z] -rw-rw-r-- 1 1001 1001 11 Jan 19 17:09 .dockerignore [2021-01-19T17:13:16.691Z] drwxrwxr-x 8 1001 1001 179 Jan 19 17:09 .git [2021-01-19T17:13:16.691Z] drwxrwxr-x 3 1001 1001 125 Jan 19 17:09 .github [2021-01-19T17:13:16.691Z] -rw-rw-r-- 1 1001 1001 824 Jan 19 17:09 .gitignore [2021-01-19T17:13:16.691Z] drwx------ 3 1001 1001 47 Jan 19 17:10 .semver [2021-01-19T17:13:16.691Z] -rw-rw-r-- 1 1001 1001 166 Jan 19 17:09 .sonarcloud.properties [2021-01-19T17:13:16.691Z] -rw-rw-r-- 1 1001 1001 7744 Jan 19 17:09 Attribution.txt [2021-01-19T17:13:16.691Z] -rw-rw-r-- 1 1001 1001 3804 Jan 19 17:09 CONTRIBUTING.md [2021-01-19T17:13:16.691Z] -rw-rw-r-- 1 1001 1001 931 Jan 19 17:09 Dockerfile.build [2021-01-19T17:13:16.691Z] -rw-rw-r-- 1 1001 1001 863 Jan 19 17:09 Jenkinsfile [2021-01-19T17:13:16.691Z] -rw-rw-r-- 1 1001 1001 10775 Jan 19 17:09 LICENSE [2021-01-19T17:13:16.691Z] -rw-rw-r-- 1 1001 1001 5750 Jan 19 17:09 Makefile [2021-01-19T17:13:16.691Z] -rw-rw-r-- 1 1001 1001 6524 Jan 19 17:09 README.md [2021-01-19T17:13:16.691Z] -rw-rw-r-- 1 1001 1001 6744 Jan 19 17:09 SECURITY.md [2021-01-19T17:13:16.691Z] -rw-rw-r-- 1 1001 1001 5 Jan 19 17:10 VERSION [2021-01-19T17:13:16.691Z] -rw-rw-r-- 1 1001 1001 4131 Jan 19 17:09 ZMQWindows.md [2021-01-19T17:13:16.691Z] drwxrwxr-x 2 1001 1001 117 Jan 19 17:09 bin [2021-01-19T17:13:16.691Z] drwxrwxr-x 14 1001 1001 4096 Jan 19 17:09 cmd [2021-01-19T17:13:16.691Z] -rw-r--r-- 1 root root 550280 Jan 19 17:12 coverage.out [2021-01-19T17:13:16.691Z] -rw-r--r-- 1 root root 981 Jan 19 17:13 go.mod [2021-01-19T17:13:16.691Z] -rw-r--r-- 1 root root 19241 Jan 19 17:13 go.sum [2021-01-19T17:13:16.691Z] drwxrwxr-x 8 1001 1001 127 Jan 19 17:09 internal [2021-01-19T17:13:16.691Z] drwxrwxr-x 4 1001 1001 26 Jan 19 17:09 openapi [2021-01-19T17:13:16.691Z] drwxrwxr-x 4 1001 1001 71 Jan 19 17:09 snap [2021-01-19T17:13:16.691Z] -rw-rw-r-- 1 1001 1001 168 Jan 19 17:09 version.go [Pipeline] sh [2021-01-19T17:13:17.040Z] + '[' -e coverage.out ] [2021-01-19T17:13:17.040Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-01-19T17:13:17.355Z] Stashed 1 file(s) [Pipeline] sh [2021-01-19T17:13:17.648Z] + make build [2021-01-19T17:13:17.648Z] 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-19T17:13:20.982Z] 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-19T17:13:31.135Z] 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-19T17:13:31.135Z] 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-19T17:13:33.075Z] 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-19T17:13:33.343Z] 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-19T17:13:34.778Z] 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-19T17:13:36.180Z] 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-19T17:13:37.575Z] 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-19T17:13:38.986Z] 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-19T17:13:40.398Z] 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-19T17:13:41.796Z] 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-19T17:13:43.218Z] $ docker stop --time=1 c7bb19feae8efe417d8ff594ba9025f5add7941b1a6655e4092af81cb440b001 [2021-01-19T17:13:45.008Z] $ docker rm -f c7bb19feae8efe417d8ff594ba9025f5add7941b1a6655e4092af81cb440b001 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-19T17:13:46.957Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-19T17:13:46.958Z] [2021-01-19T17:13:46.958Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-01-19T17:13:47.337Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-19T17:13:47.337Z] latest: Pulling from edgex-devops/edgex-compose [2021-01-19T17:13:47.337Z] cbdbe7a5bc2a: Pulling fs layer [2021-01-19T17:13:47.337Z] ca9280d653b3: Pulling fs layer [2021-01-19T17:13:47.337Z] 7e9c9ca2126c: Pulling fs layer [2021-01-19T17:13:47.601Z] cbdbe7a5bc2a: Verifying Checksum [2021-01-19T17:13:47.601Z] cbdbe7a5bc2a: Download complete [2021-01-19T17:13:47.868Z] cbdbe7a5bc2a: Pull complete [2021-01-19T17:13:48.140Z] ca9280d653b3: Verifying Checksum [2021-01-19T17:13:48.140Z] ca9280d653b3: Download complete [2021-01-19T17:13:49.112Z] ca9280d653b3: Pull complete [2021-01-19T17:13:49.377Z] 7e9c9ca2126c: Download complete [2021-01-19T17:13:57.584Z] 7e9c9ca2126c: Pull complete [2021-01-19T17:13:57.584Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-01-19T17:13:57.584Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-19T17:13:57.584Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-01-19T17:13:57.822Z] prd-centos7-docker-4c-2g-21231 does not seem to be running inside a container [2021-01-19T17:13:57.873Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-01-19T17:14:00.698Z] $ docker top 009869e331792b56f504406d6bdffafccae7117b3701a4bdd63e3339e93aed6f -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-19T17:14:01.291Z] + docker-compose build --help [2021-01-19T17:14:01.291Z] + grep parallel [2021-01-19T17:14:02.688Z] --parallel Build images in parallel. [Pipeline] } [2021-01-19T17:14:02.707Z] $ docker stop --time=1 009869e331792b56f504406d6bdffafccae7117b3701a4bdd63e3339e93aed6f [2021-01-19T17:14:04.369Z] $ docker rm -f 009869e331792b56f504406d6bdffafccae7117b3701a4bdd63e3339e93aed6f [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-19T17:14:05.003Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-19T17:14:05.003Z] . [Pipeline] withDockerContainer [2021-01-19T17:14:05.138Z] prd-centos7-docker-4c-2g-21231 does not seem to be running inside a container [2021-01-19T17:14:05.197Z] $ 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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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-19T17:14:06.062Z] $ docker top ff05206851824582ac611d4f9097508827d447646472d2f0fee4d672b45e9d15 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-19T17:14:06.666Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-19T17:14:08.446Z] Building docker-core-command-go ... [2021-01-19T17:14:08.446Z] Building docker-core-data-go ... [2021-01-19T17:14:08.446Z] Building docker-core-metadata-go ... [2021-01-19T17:14:08.446Z] Building docker-security-bootstrap-redis-go ... [2021-01-19T17:14:08.446Z] Building docker-security-proxy-setup-go ... [2021-01-19T17:14:08.446Z] Building docker-security-secretstore-setup-go ... [2021-01-19T17:14:08.446Z] Building docker-support-notifications-go ... [2021-01-19T17:14:08.446Z] Building docker-support-scheduler-go ... [2021-01-19T17:14:08.446Z] Building docker-sys-mgmt-agent-go ... [2021-01-19T17:14:08.446Z] Building docker-security-bootstrap-redis-go [2021-01-19T17:14:08.446Z] Building docker-support-scheduler-go [2021-01-19T17:14:08.446Z] Building docker-core-command-go [2021-01-19T17:14:08.446Z] Building docker-support-notifications-go [2021-01-19T17:14:08.446Z] Building docker-security-secretstore-setup-go [2021-01-19T17:14:41.006Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T17:14:41.006Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-19T17:14:41.006Z] ---> 3d5cc912073c [2021-01-19T17:14:41.006Z] Step 3/21 : WORKDIR /edgex-go [2021-01-19T17:14:41.975Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T17:14:41.975Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-19T17:14:41.975Z] ---> 3d5cc912073c [2021-01-19T17:14:41.975Z] Step 3/24 : WORKDIR /edgex-go [2021-01-19T17:14:42.570Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T17:14:42.570Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-19T17:14:42.570Z] ---> 3d5cc912073c [2021-01-19T17:14:42.570Z] Step 3/24 : WORKDIR /edgex-go [2021-01-19T17:14:42.570Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T17:14:42.570Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-19T17:14:42.570Z] ---> 3d5cc912073c [2021-01-19T17:14:42.570Z] Step 3/22 : WORKDIR /edgex-go [2021-01-19T17:14:42.570Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T17:14:42.570Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-19T17:14:42.570Z] ---> 3d5cc912073c [2021-01-19T17:14:42.570Z] Step 3/22 : WORKDIR /edgex-go [2021-01-19T17:14:43.531Z] ---> Running in 57c0e737e999 [2021-01-19T17:14:43.531Z] ---> Running in a404e7037aa7 [2021-01-19T17:14:43.531Z] ---> Running in 73c0a7eba372 [2021-01-19T17:14:43.531Z] ---> Running in 2a50c4cdf6e0 [2021-01-19T17:14:43.531Z] ---> Running in 33c53e316953 [2021-01-19T17:14:44.112Z] Removing intermediate container 2a50c4cdf6e0 [2021-01-19T17:14:44.112Z] ---> 9f05ed7ee8f7 [2021-01-19T17:14:44.112Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T17:14:44.112Z] Removing intermediate container 33c53e316953 [2021-01-19T17:14:44.112Z] ---> 44f1d793dd4d [2021-01-19T17:14:44.112Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T17:14:44.112Z] Removing intermediate container 73c0a7eba372 [2021-01-19T17:14:44.112Z] ---> b5aea24df046 [2021-01-19T17:14:44.112Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T17:14:44.112Z] Removing intermediate container 57c0e737e999 [2021-01-19T17:14:44.112Z] ---> 5dbcc218adc8 [2021-01-19T17:14:44.112Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T17:14:44.112Z] Removing intermediate container a404e7037aa7 [2021-01-19T17:14:44.112Z] ---> f0517a1a0c4d [2021-01-19T17:14:44.112Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T17:14:44.112Z] ---> Running in a6c139ba0679 [2021-01-19T17:14:44.112Z] ---> Running in 92e289d9f843 [2021-01-19T17:14:44.112Z] ---> Running in 00d8d12dbb6e [2021-01-19T17:14:44.112Z] ---> Running in 0cb488141d2f [2021-01-19T17:14:44.378Z] ---> Running in 348276bc7c3a [2021-01-19T17:14:46.326Z] Removing intermediate container 0cb488141d2f [2021-01-19T17:14:46.326Z] ---> 385172f939c3 [2021-01-19T17:14:46.326Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-19T17:14:46.326Z] ---> Running in a399d9cc3263 [2021-01-19T17:14:46.326Z] Removing intermediate container 92e289d9f843 [2021-01-19T17:14:46.326Z] ---> a717c0431852 [2021-01-19T17:14:46.326Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-19T17:14:46.591Z] ---> Running in b9307f6db610 [2021-01-19T17:14:46.591Z] Removing intermediate container a6c139ba0679 [2021-01-19T17:14:46.591Z] ---> b4b0db36b9a3 [2021-01-19T17:14:46.591Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-19T17:14:46.856Z] Removing intermediate container 348276bc7c3a [2021-01-19T17:14:46.856Z] ---> 8353a1c41d1c [2021-01-19T17:14:46.856Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-01-19T17:14:46.856Z] Removing intermediate container 00d8d12dbb6e [2021-01-19T17:14:46.856Z] ---> 9266031d0801 [2021-01-19T17:14:46.856Z] Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates [2021-01-19T17:14:46.856Z] ---> Running in c471a0307ddf [2021-01-19T17:14:47.126Z] ---> Running in 3999fb7bb886 [2021-01-19T17:14:47.126Z] ---> Running in 5cfc01da266c [2021-01-19T17:14:47.126Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-19T17:14:47.395Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-19T17:14:47.976Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-19T17:14:47.976Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-19T17:14:47.976Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-19T17:14:47.976Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-19T17:14:48.275Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-19T17:14:48.856Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-19T17:14:48.856Z] OK: 233 MiB in 51 packages [2021-01-19T17:14:48.856Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-19T17:14:48.856Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-19T17:14:49.119Z] OK: 233 MiB in 51 packages [2021-01-19T17:14:49.395Z] Removing intermediate container a399d9cc3263 [2021-01-19T17:14:49.395Z] ---> 76f08328a7e5 [2021-01-19T17:14:49.395Z] Step 6/21 : COPY go.mod . [2021-01-19T17:14:49.395Z] OK: 233 MiB in 51 packages [2021-01-19T17:14:49.662Z] OK: 233 MiB in 51 packages [2021-01-19T17:14:49.662Z] ---> 57718ec03cfb [2021-01-19T17:14:49.662Z] Step 7/21 : RUN go mod download [2021-01-19T17:14:49.930Z] Removing intermediate container b9307f6db610 [2021-01-19T17:14:49.930Z] ---> 4f7f664abbe8 [2021-01-19T17:14:49.930Z] Step 6/22 : COPY go.mod . [2021-01-19T17:14:49.930Z] OK: 233 MiB in 51 packages [2021-01-19T17:14:49.930Z] ---> Running in 9d08c1d8160d [2021-01-19T17:14:50.509Z] ---> 718b090848d1 [2021-01-19T17:14:50.509Z] Step 7/22 : RUN go mod download [2021-01-19T17:14:50.509Z] Removing intermediate container c471a0307ddf [2021-01-19T17:14:50.509Z] ---> 1cd48e739ae6 [2021-01-19T17:14:50.509Z] Step 6/22 : COPY go.mod . [2021-01-19T17:14:50.780Z] ---> Running in 99d0606e06c2 [2021-01-19T17:14:50.780Z] Removing intermediate container 5cfc01da266c [2021-01-19T17:14:50.780Z] ---> bfadacd34cda [2021-01-19T17:14:50.780Z] Step 6/24 : COPY go.mod . [2021-01-19T17:14:51.065Z] ---> 133ab1126671 [2021-01-19T17:14:51.065Z] Step 7/22 : RUN go mod download [2021-01-19T17:14:51.065Z] Removing intermediate container 3999fb7bb886 [2021-01-19T17:14:51.065Z] ---> a3781b37e80f [2021-01-19T17:14:51.065Z] Step 6/24 : COPY go.mod . [2021-01-19T17:14:51.328Z] ---> Running in 8227a1309b4d [2021-01-19T17:14:51.328Z] ---> 776c73c16e8a [2021-01-19T17:14:51.328Z] Step 7/24 : RUN go mod download [2021-01-19T17:14:51.602Z] ---> Running in 50d2497908e3 [2021-01-19T17:14:51.602Z] ---> a3d0ea38c8dd [2021-01-19T17:14:51.602Z] Step 7/24 : RUN go mod download [2021-01-19T17:14:51.871Z] ---> Running in 0e15e4453718 [2021-01-19T17:14:53.286Z] Removing intermediate container 9d08c1d8160d [2021-01-19T17:14:53.286Z] ---> 86ab5a802a0f [2021-01-19T17:14:53.286Z] Step 8/21 : COPY . . [2021-01-19T17:14:53.286Z] Removing intermediate container 99d0606e06c2 [2021-01-19T17:14:53.286Z] ---> 2e6345dfad03 [2021-01-19T17:14:53.286Z] Step 8/22 : COPY . . [2021-01-19T17:14:55.265Z] Removing intermediate container 8227a1309b4d [2021-01-19T17:14:55.265Z] ---> 49328e316b0e [2021-01-19T17:14:55.265Z] Step 8/22 : COPY . . [2021-01-19T17:14:55.856Z] Removing intermediate container 50d2497908e3 [2021-01-19T17:14:55.856Z] ---> b9c0579f68a7 [2021-01-19T17:14:55.856Z] Step 8/24 : COPY . . [2021-01-19T17:14:57.291Z] Removing intermediate container 0e15e4453718 [2021-01-19T17:14:57.291Z] ---> 278e9a040a8f [2021-01-19T17:14:57.291Z] Step 8/24 : COPY . . [2021-01-19T17:15:36.450Z] ---> 1a1c30b7eaca [2021-01-19T17:15:36.450Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2021-01-19T17:15:36.450Z] ---> c090dba70d44 [2021-01-19T17:15:36.450Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-01-19T17:15:36.450Z] ---> 1f13cdd4d47b [2021-01-19T17:15:36.450Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2021-01-19T17:15:36.450Z] ---> f86f45ff717a [2021-01-19T17:15:36.450Z] Step 9/22 : RUN make cmd/core-command/core-command [2021-01-19T17:15:36.450Z] ---> 5d39aa2fc565 [2021-01-19T17:15:36.450Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-19T17:15:36.450Z] ---> Running in d5e1ceb0da35 [2021-01-19T17:15:36.450Z] ---> Running in 04b16a54ff31 [2021-01-19T17:15:36.450Z] ---> Running in 0624c2529374 [2021-01-19T17:15:36.450Z] ---> Running in 3e937c463837 [2021-01-19T17:15:36.450Z] ---> Running in 7343bdc95d12 [2021-01-19T17:15:36.450Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-01-19T17:15:36.450Z] 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-19T17:15:36.450Z] 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-19T17:15:36.450Z] 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-19T17:15:36.451Z] 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-19T17:16:08.784Z] 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-19T17:16:14.139Z] Removing intermediate container 0624c2529374 [2021-01-19T17:16:14.139Z] ---> 9dd950653dcd [2021-01-19T17:16:14.139Z] [2021-01-19T17:16:14.139Z] Step 10/22 : FROM alpine:3.12 [2021-01-19T17:16:14.139Z] 3.12: Pulling from library/alpine [2021-01-19T17:16:15.093Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-19T17:16:16.059Z] Status: Downloaded newer image for alpine:3.12 [2021-01-19T17:16:16.059Z] ---> 389fef711851 [2021-01-19T17:16:16.059Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-19T17:16:16.326Z] Removing intermediate container 3e937c463837 [2021-01-19T17:16:16.326Z] ---> 37e66b4d0023 [2021-01-19T17:16:16.326Z] [2021-01-19T17:16:16.326Z] Step 10/21 : FROM scratch [2021-01-19T17:16:16.326Z] ---> [2021-01-19T17:16:16.326Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-19T17:16:16.922Z] ---> Running in 011addd49c26 [2021-01-19T17:16:16.922Z] ---> Running in 2d501eeb4c68 [2021-01-19T17:16:16.922Z] Removing intermediate container 7343bdc95d12 [2021-01-19T17:16:16.922Z] ---> 6f20e68700d6 [2021-01-19T17:16:16.922Z] [2021-01-19T17:16:16.922Z] Step 10/22 : FROM scratch [2021-01-19T17:16:16.922Z] ---> [2021-01-19T17:16:16.922Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-19T17:16:17.194Z] Removing intermediate container 04b16a54ff31 [2021-01-19T17:16:17.194Z] ---> f6ab33dd858d [2021-01-19T17:16:17.194Z] [2021-01-19T17:16:17.194Z] Step 10/24 : FROM scratch [2021-01-19T17:16:17.194Z] ---> [2021-01-19T17:16:17.194Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2021-01-19T17:16:17.194Z] ---> Running in 2cd5fc3a66c1 [2021-01-19T17:16:17.465Z] Removing intermediate container 011addd49c26 [2021-01-19T17:16:17.465Z] ---> 519c6d72600b [2021-01-19T17:16:17.465Z] Step 12/21 : ENV APP_PORT=48085 [2021-01-19T17:16:17.465Z] ---> Running in 03932d5807cf [2021-01-19T17:16:17.737Z] ---> Running in a6205569ad0f [2021-01-19T17:16:18.010Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-19T17:16:18.010Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-19T17:16:18.273Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-19T17:16:18.273Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-19T17:16:18.273Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-19T17:16:18.273Z] (4/5) Installing curl (7.69.1-r3) [2021-01-19T17:16:18.273Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-19T17:16:18.273Z] Executing busybox-1.31.1-r19.trigger [2021-01-19T17:16:18.537Z] Executing ca-certificates-20191127-r4.trigger [2021-01-19T17:16:18.537Z] Removing intermediate container 2cd5fc3a66c1 [2021-01-19T17:16:18.537Z] ---> 95f24a7d95ce [2021-01-19T17:16:18.537Z] Step 12/24 : ENV APP_PORT=48060 [2021-01-19T17:16:18.537Z] Removing intermediate container 03932d5807cf [2021-01-19T17:16:18.537Z] ---> 5f42b4809ed1 [2021-01-19T17:16:18.537Z] Step 12/22 : ENV APP_PORT=48082 [2021-01-19T17:16:18.537Z] OK: 7 MiB in 19 packages [2021-01-19T17:16:19.501Z] ---> Running in 2ad8acb17557 [2021-01-19T17:16:19.501Z] ---> Running in da3b952e971f [2021-01-19T17:16:19.774Z] Removing intermediate container a6205569ad0f [2021-01-19T17:16:19.774Z] ---> f5ee8721add6 [2021-01-19T17:16:19.774Z] Step 13/21 : EXPOSE $APP_PORT [2021-01-19T17:16:19.774Z] ---> Running in 13ff15c83470 [2021-01-19T17:16:19.774Z] Removing intermediate container d5e1ceb0da35 [2021-01-19T17:16:19.774Z] ---> 53379e8c8bd6 [2021-01-19T17:16:19.774Z] [2021-01-19T17:16:19.774Z] Step 10/24 : FROM alpine:3.12 [2021-01-19T17:16:19.774Z] ---> 389fef711851 [2021-01-19T17:16:19.774Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-19T17:16:20.040Z] ---> Running in d6734929865e [2021-01-19T17:16:20.040Z] Removing intermediate container 2ad8acb17557 [2021-01-19T17:16:20.040Z] ---> 8609864c229c [2021-01-19T17:16:20.040Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-19T17:16:20.040Z] Removing intermediate container da3b952e971f [2021-01-19T17:16:20.040Z] ---> c0a17a438324 [2021-01-19T17:16:20.040Z] Step 13/24 : EXPOSE $APP_PORT [2021-01-19T17:16:20.619Z] ---> Running in b7893c74130d [2021-01-19T17:16:20.619Z] ---> Running in 4d62a6a0b0d8 [2021-01-19T17:16:20.619Z] Removing intermediate container 13ff15c83470 [2021-01-19T17:16:20.619Z] ---> 3b6ecc10d899 [2021-01-19T17:16:20.619Z] Step 14/21 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-19T17:16:20.893Z] Removing intermediate container 2d501eeb4c68 [2021-01-19T17:16:20.893Z] ---> cbe3e9b9d6f1 [2021-01-19T17:16:20.893Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2021-01-19T17:16:20.893Z] ---> Running in db171f0d0ee4 [2021-01-19T17:16:21.166Z] Removing intermediate container b7893c74130d [2021-01-19T17:16:21.166Z] ---> c31d0b7ecb2a [2021-01-19T17:16:21.166Z] Step 14/22 : WORKDIR / [2021-01-19T17:16:21.166Z] Removing intermediate container 4d62a6a0b0d8 [2021-01-19T17:16:21.166Z] ---> c8f27fbffe54 [2021-01-19T17:16:21.166Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2021-01-19T17:16:21.166Z] ---> 56bb41d46d68 [2021-01-19T17:16:21.166Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-19T17:16:21.166Z] ---> Running in d46994ab930c [2021-01-19T17:16:21.442Z] Removing intermediate container db171f0d0ee4 [2021-01-19T17:16:21.442Z] ---> 5e1d66873e7b [2021-01-19T17:16:21.442Z] Step 13/22 : WORKDIR / [2021-01-19T17:16:21.442Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-19T17:16:21.442Z] ---> Running in fd183d41b550 [2021-01-19T17:16:21.442Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-19T17:16:21.705Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-19T17:16:21.705Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-19T17:16:21.705Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-19T17:16:21.705Z] (4/5) Installing curl (7.69.1-r3) [2021-01-19T17:16:21.705Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-19T17:16:21.705Z] Executing busybox-1.31.1-r19.trigger [2021-01-19T17:16:21.705Z] Executing ca-certificates-20191127-r4.trigger [2021-01-19T17:16:21.705Z] OK: 7 MiB in 19 packages [2021-01-19T17:16:21.970Z] Removing intermediate container d46994ab930c [2021-01-19T17:16:21.970Z] ---> 9d7ef489680c [2021-01-19T17:16:21.970Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-19T17:16:22.550Z] ---> 37652aaf6e62 [2021-01-19T17:16:22.550Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2021-01-19T17:16:22.550Z] Removing intermediate container fd183d41b550 [2021-01-19T17:16:22.550Z] ---> f78f573e1ead [2021-01-19T17:16:22.550Z] Step 14/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-19T17:16:22.821Z] ---> 1baace779c02 [2021-01-19T17:16:22.821Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-19T17:16:22.821Z] ---> 1123ca262056 [2021-01-19T17:16:22.821Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-19T17:16:23.804Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-21237 in /w/workspace/edgexfoundry_edgex-go_PR-3047 [Pipeline] { [Pipeline] ws [2021-01-19T17:16:23.858Z] Running in /w/workspace/edgex-go/3 [Pipeline] { [Pipeline] checkout [2021-01-19T17:16:24.234Z] ---> c4827a994121 [2021-01-19T17:16:24.234Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2021-01-19T17:16:24.234Z] ---> cd5864c3cc07 [2021-01-19T17:16:24.234Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2021-01-19T17:16:24.234Z] Removing intermediate container d6734929865e [2021-01-19T17:16:24.234Z] ---> 68a9e58da216 [2021-01-19T17:16:24.234Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-19T17:16:24.234Z] ---> 85510f027589 [2021-01-19T17:16:24.234Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2021-01-19T17:16:24.234Z] ---> Running in 0370c97200a6 [2021-01-19T17:16:24.234Z] ---> f0f17320efe6 [2021-01-19T17:16:24.234Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-19T17:16:24.234Z] ---> Running in f41d4b3b02a4 [2021-01-19T17:16:24.511Z] Removing intermediate container 0370c97200a6 [2021-01-19T17:16:24.511Z] ---> 4e822d40fb53 [2021-01-19T17:16:24.511Z] Step 13/24 : WORKDIR / [2021-01-19T17:16:24.511Z] ---> Running in b33a801a9bf9 [2021-01-19T17:16:24.777Z] Removing intermediate container f41d4b3b02a4 [2021-01-19T17:16:24.777Z] ---> 3fe81f9769c6 [2021-01-19T17:16:24.777Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-19T17:16:24.777Z] ---> 02b4d7f08480 [2021-01-19T17:16:24.777Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2021-01-19T17:16:24.777Z] ---> 4f676fd01786 [2021-01-19T17:16:24.777Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2021-01-19T17:16:24.777Z] ---> 6e7329f92983 [2021-01-19T17:16:24.777Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-19T17:16:24.777Z] ---> Running in e56bfea522df [2021-01-19T17:16:25.050Z] ---> Running in 4fb266ae677b [2021-01-19T17:16:25.050Z] Removing intermediate container b33a801a9bf9 [2021-01-19T17:16:25.050Z] ---> ff3d378835c9 [2021-01-19T17:16:25.050Z] 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-19T17:16:25.050Z] ---> 5de47b00f805 [2021-01-19T17:16:25.050Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-19T17:16:25.322Z] ---> 117245747469 [2021-01-19T17:16:25.322Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2021-01-19T17:16:25.322Z] Removing intermediate container e56bfea522df [2021-01-19T17:16:25.322Z] ---> 695998ae004f [2021-01-19T17:16:25.322Z] Step 19/21 : LABEL arch=x86_64 [2021-01-19T17:16:25.322Z] Removing intermediate container 4fb266ae677b [2021-01-19T17:16:25.322Z] ---> 8e9701b4a6a6 [2021-01-19T17:16:25.322Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-19T17:16:25.653Z] ---> Running in 65948aa17aeb [2021-01-19T17:16:25.653Z] ---> Running in bf7fa6a98f49 [2021-01-19T17:16:25.942Z] ---> 20851ab57cfc [2021-01-19T17:16:25.942Z] 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-19T17:16:25.942Z] ---> f0bc76b4115c [2021-01-19T17:16:25.942Z] Step 18/22 : RUN chmod +x entrypoint.sh [2021-01-19T17:16:26.209Z] ---> bf9e3167c980 [2021-01-19T17:16:26.209Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-19T17:16:26.209Z] ---> Running in 660180ea6511 [2021-01-19T17:16:26.209Z] Removing intermediate container 65948aa17aeb [2021-01-19T17:16:26.209Z] ---> 02a5e5e50be2 [2021-01-19T17:16:26.209Z] Step 20/21 : LABEL git_sha=4eede83b347e2a8135ae116df4b6f6a339fa8317 [2021-01-19T17:16:26.478Z] Removing intermediate container bf7fa6a98f49 [2021-01-19T17:16:26.478Z] ---> 8b2c19ff0927 [2021-01-19T17:16:26.478Z] Step 20/22 : LABEL arch=x86_64 [2021-01-19T17:16:26.478Z] ---> 52e94e640ac9 [2021-01-19T17:16:26.478Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-19T17:16:26.478Z] ---> Running in 1b3cbe615dd1 [2021-01-19T17:16:26.478Z] ---> Running in fe2004e2b029 [2021-01-19T17:16:26.746Z] ---> fa9bc8255c19 [2021-01-19T17:16:26.746Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2021-01-19T17:16:26.746Z] Removing intermediate container 1b3cbe615dd1 [2021-01-19T17:16:26.746Z] ---> 1a021f14d4e5 [2021-01-19T17:16:26.746Z] Step 21/21 : LABEL version=0.0.0 [2021-01-19T17:16:27.015Z] ---> Running in 93f154be2f60 [2021-01-19T17:16:27.015Z] ---> 22743bc81066 [2021-01-19T17:16:27.015Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-19T17:16:27.015Z] ---> Running in 14436d97e2a0 [2021-01-19T17:16:27.015Z] Removing intermediate container fe2004e2b029 [2021-01-19T17:16:27.015Z] ---> 90fc64b5542f [2021-01-19T17:16:27.015Z] Step 21/22 : LABEL git_sha=4eede83b347e2a8135ae116df4b6f6a339fa8317 [2021-01-19T17:16:27.282Z] ---> Running in da12f01b83e6 [2021-01-19T17:16:27.282Z] Removing intermediate container 93f154be2f60 [2021-01-19T17:16:27.282Z] ---> f2840d73d950 [2021-01-19T17:16:27.282Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-19T17:16:27.282Z] Removing intermediate container 14436d97e2a0 [2021-01-19T17:16:27.282Z] ---> 09da259d99b5 [2021-01-19T17:16:27.282Z] [2021-01-19T17:16:27.556Z] Removing intermediate container da12f01b83e6 [2021-01-19T17:16:27.557Z] ---> 2f35cd4b1fd2 [2021-01-19T17:16:27.557Z] Step 22/22 : LABEL version=0.0.0 [2021-01-19T17:16:27.557Z] ---> Running in 6c9dd6c0a1e3 [2021-01-19T17:16:27.557Z] Successfully built 09da259d99b5 [2021-01-19T17:16:28.141Z] Successfully tagged docker-support-scheduler-go:latest [2021-01-19T17:16:28.141Z]  Building docker-support-scheduler-go ... done Building docker-sys-mgmt-agent-go [2021-01-19T17:16:28.141Z] ---> Running in bbdb638fc71a [2021-01-19T17:16:28.141Z] ---> e3e9b8b663b3 [2021-01-19T17:16:28.141Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-19T17:16:28.141Z] Removing intermediate container 6c9dd6c0a1e3 [2021-01-19T17:16:28.141Z] ---> 30487e618372 [2021-01-19T17:16:28.141Z] Step 22/24 : LABEL arch=x86_64 [2021-01-19T17:16:28.409Z] ---> Running in bcefee686c94 [2021-01-19T17:16:28.409Z] Removing intermediate container 660180ea6511 [2021-01-19T17:16:28.410Z] ---> 6e005c992644 [2021-01-19T17:16:28.410Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-19T17:16:28.410Z] Removing intermediate container bbdb638fc71a [2021-01-19T17:16:28.410Z] ---> d10c93c1fa6b [2021-01-19T17:16:28.410Z] [2021-01-19T17:16:28.410Z] ---> Running in 35848084f62e [2021-01-19T17:16:28.682Z] Successfully built d10c93c1fa6b [2021-01-19T17:16:28.682Z] Successfully tagged docker-core-command-go:latest [2021-01-19T17:16:28.682Z] Removing intermediate container bcefee686c94 [2021-01-19T17:16:28.682Z] ---> 1ec085b6d75d [2021-01-19T17:16:28.682Z] Building docker-core-metadata-go [2021-01-19T17:16:28.682Z] Step 23/24 : LABEL git_sha=4eede83b347e2a8135ae116df4b6f6a339fa8317 Building docker-core-command-go ... done  [2021-01-19T17:16:28.682Z] ---> Running in 05c9ef919826 [2021-01-19T17:16:28.910Z] using credential edgex-jenkins-ssh [2021-01-19T17:16:28.948Z] ---> 7eb6ccbcff90 [2021-01-19T17:16:28.948Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-19T17:16:28.948Z] Removing intermediate container 35848084f62e [2021-01-19T17:16:28.948Z] ---> 73fc8e086695 [2021-01-19T17:16:28.948Z] Step 20/22 : LABEL arch=x86_64 [2021-01-19T17:16:28.972Z] Cloning the remote Git repository [2021-01-19T17:16:29.524Z] ---> Running in 49fe4542a4be [2021-01-19T17:16:29.524Z] Removing intermediate container 05c9ef919826 [2021-01-19T17:16:29.524Z] ---> de9ac0213b54 [2021-01-19T17:16:29.524Z] Step 24/24 : LABEL version=0.0.0 [2021-01-19T17:16:29.815Z] ---> 88baf3fdfb85 [2021-01-19T17:16:29.815Z] 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-19T17:16:29.815Z] ---> Running in f57af4a20efa [2021-01-19T17:16:29.043Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-01-19T17:16:29.141Z] > git init /w/workspace/edgex-go/3 # timeout=10 [2021-01-19T17:16:29.201Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-19T17:16:29.201Z] > git --version # timeout=10 [2021-01-19T17:16:29.232Z] > git --version # 'git version 2.17.1' [2021-01-19T17:16:29.234Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-19T17:16:29.332Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-19T17:16:31.234Z] ---> Running in 661409af0668 [2021-01-19T17:16:31.234Z] Removing intermediate container 49fe4542a4be [2021-01-19T17:16:31.234Z] ---> fadca6b03c28 [2021-01-19T17:16:31.234Z] Step 21/22 : LABEL git_sha=4eede83b347e2a8135ae116df4b6f6a339fa8317 [2021-01-19T17:16:33.214Z] ---> Running in 2b60795df711 [2021-01-19T17:16:33.214Z] Removing intermediate container f57af4a20efa [2021-01-19T17:16:33.214Z] ---> d4744e2cc63c [2021-01-19T17:16:33.214Z] [2021-01-19T17:16:33.801Z] Successfully built d4744e2cc63c [2021-01-19T17:16:34.069Z] Successfully tagged docker-support-notifications-go:latest [2021-01-19T17:16:34.069Z] Building docker-security-proxy-setup-go [2021-01-19T17:16:35.029Z]  Building docker-support-notifications-go ... done Removing intermediate container 2b60795df711 [2021-01-19T17:16:35.029Z] ---> 6cea79ba6d58 [2021-01-19T17:16:35.029Z] Step 22/22 : LABEL version=0.0.0 [2021-01-19T17:16:36.439Z] ---> Running in b75df5c6fa54 [2021-01-19T17:16:39.831Z] Removing intermediate container b75df5c6fa54 [2021-01-19T17:16:39.831Z] ---> 698e0f211c77 [2021-01-19T17:16:39.831Z] [2021-01-19T17:16:39.831Z] Successfully built 698e0f211c77 [2021-01-19T17:16:40.105Z] Successfully tagged docker-security-bootstrap-redis-go:latest [2021-01-19T17:16:40.105Z]  Building docker-security-bootstrap-redis-go ... done Building docker-core-data-go [2021-01-19T17:16:41.071Z] Removing intermediate container 661409af0668 [2021-01-19T17:16:41.071Z] ---> fffe7063514e [2021-01-19T17:16:41.071Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-19T17:16:42.044Z] ---> Running in cfa44bbe1f99 [2021-01-19T17:16:42.640Z] Removing intermediate container cfa44bbe1f99 [2021-01-19T17:16:42.640Z] ---> bbd1bca6334f [2021-01-19T17:16:42.640Z] Step 22/24 : LABEL arch=x86_64 [2021-01-19T17:16:42.917Z] ---> Running in edc74067b818 [2021-01-19T17:16:43.501Z] Removing intermediate container edc74067b818 [2021-01-19T17:16:43.501Z] ---> e9e6e4785811 [2021-01-19T17:16:43.501Z] Step 23/24 : LABEL git_sha=4eede83b347e2a8135ae116df4b6f6a339fa8317 [2021-01-19T17:16:43.771Z] ---> Running in d6d5ce202f54 [2021-01-19T17:16:44.762Z] Removing intermediate container d6d5ce202f54 [2021-01-19T17:16:44.762Z] ---> e44eba36b843 [2021-01-19T17:16:44.762Z] Step 24/24 : LABEL version=0.0.0 [2021-01-19T17:16:44.762Z] ---> Running in 07d40dfe5717 [2021-01-19T17:16:45.734Z] Removing intermediate container 07d40dfe5717 [2021-01-19T17:16:45.734Z] ---> bfd895351983 [2021-01-19T17:16:45.734Z] [2021-01-19T17:16:46.318Z] Successfully built bfd895351983 [2021-01-19T17:16:46.318Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-01-19T17:16:50.682Z]  Building docker-security-secretstore-setup-go ... done Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T17:16:50.682Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-19T17:16:50.682Z] ---> 3d5cc912073c [2021-01-19T17:16:50.682Z] Step 3/22 : WORKDIR /edgex-go [2021-01-19T17:16:50.682Z] ---> Using cache [2021-01-19T17:16:50.682Z] ---> f0517a1a0c4d [2021-01-19T17:16:50.682Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T17:16:50.682Z] ---> Using cache [2021-01-19T17:16:50.682Z] ---> 8353a1c41d1c [2021-01-19T17:16:50.682Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-19T17:16:50.682Z] ---> Using cache [2021-01-19T17:16:50.682Z] ---> a3781b37e80f [2021-01-19T17:16:50.682Z] Step 6/22 : COPY go.mod . [2021-01-19T17:16:50.682Z] ---> Using cache [2021-01-19T17:16:50.682Z] ---> a3d0ea38c8dd [2021-01-19T17:16:50.682Z] Step 7/22 : RUN go mod download [2021-01-19T17:16:50.682Z] ---> Using cache [2021-01-19T17:16:50.682Z] ---> 278e9a040a8f [2021-01-19T17:16:50.682Z] Step 8/22 : COPY . . [2021-01-19T17:16:50.682Z] ---> Using cache [2021-01-19T17:16:50.682Z] ---> 5d39aa2fc565 [2021-01-19T17:16:50.682Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2021-01-19T17:16:50.682Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T17:16:50.682Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-19T17:16:50.682Z] ---> 3d5cc912073c [2021-01-19T17:16:50.682Z] Step 3/26 : WORKDIR /edgex-go [2021-01-19T17:16:50.682Z] ---> Using cache [2021-01-19T17:16:50.682Z] ---> f0517a1a0c4d [2021-01-19T17:16:50.682Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T17:16:50.682Z] ---> Using cache [2021-01-19T17:16:50.682Z] ---> 8353a1c41d1c [2021-01-19T17:16:50.682Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-01-19T17:16:52.221Z] ---> Running in 58c535eb4838 [2021-01-19T17:16:52.221Z] ---> Running in 95692f2abd32 [2021-01-19T17:16:54.845Z] 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-19T17:16:55.145Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-19T17:16:55.746Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-19T17:16:56.322Z] OK: 233 MiB in 51 packages [2021-01-19T17:16:59.209Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T17:16:59.209Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-19T17:16:59.209Z] ---> 3d5cc912073c [2021-01-19T17:16:59.209Z] Step 3/21 : WORKDIR /edgex-go [2021-01-19T17:16:59.209Z] ---> Using cache [2021-01-19T17:16:59.209Z] ---> f0517a1a0c4d [2021-01-19T17:16:59.209Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T17:16:59.209Z] ---> Using cache [2021-01-19T17:16:59.209Z] ---> 8353a1c41d1c [2021-01-19T17:16:59.209Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-19T17:16:59.209Z] ---> Using cache [2021-01-19T17:16:59.209Z] ---> a3781b37e80f [2021-01-19T17:16:59.209Z] Step 6/21 : COPY go.mod . [2021-01-19T17:16:59.209Z] ---> Using cache [2021-01-19T17:16:59.209Z] ---> a3d0ea38c8dd [2021-01-19T17:16:59.209Z] Step 7/21 : RUN go mod download [2021-01-19T17:16:59.209Z] ---> Using cache [2021-01-19T17:16:59.209Z] ---> 278e9a040a8f [2021-01-19T17:16:59.209Z] Step 8/21 : COPY . . [2021-01-19T17:16:59.209Z] ---> Using cache [2021-01-19T17:16:59.209Z] ---> 5d39aa2fc565 [2021-01-19T17:16:59.209Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-19T17:16:59.209Z] Removing intermediate container 58c535eb4838 [2021-01-19T17:16:59.209Z] ---> a56f9614b084 [2021-01-19T17:16:59.209Z] Step 6/26 : COPY go.mod . [2021-01-19T17:16:59.496Z] ---> Running in 173097c04808 [2021-01-19T17:17:00.112Z] ---> 3f72ddc72cb4 [2021-01-19T17:17:00.112Z] Step 7/26 : RUN go mod download [2021-01-19T17:17:00.393Z] ---> Running in 32107f6e88c7 [2021-01-19T17:17:01.376Z] 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-19T17:17:01.701Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-19T17:17:01.768Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-19T17:17:01.800Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-19T17:17:01.859Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-19T17:17:01.860Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-19T17:17:01.878Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3047/head:refs/remotes/origin/PR-3047 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-19T17:17:03.840Z] Merging remotes/origin/master commit 250a43ed1e9b8198fb10735cc1ab2371f89d298c into PR head commit 4eede83b347e2a8135ae116df4b6f6a339fa8317 [2021-01-19T17:17:04.248Z] Merge succeeded, producing 4eede83b347e2a8135ae116df4b6f6a339fa8317 [2021-01-19T17:17:04.249Z] Checking out Revision 4eede83b347e2a8135ae116df4b6f6a339fa8317 (PR-3047) [2021-01-19T17:17:05.726Z] Removing intermediate container 32107f6e88c7 [2021-01-19T17:17:05.726Z] ---> 81501790d2ce [2021-01-19T17:17:05.726Z] Step 8/26 : COPY . . [2021-01-19T17:17:03.869Z] > git config core.sparsecheckout # timeout=10 [2021-01-19T17:17:03.887Z] > git checkout -f 4eede83b347e2a8135ae116df4b6f6a339fa8317 # timeout=10 [2021-01-19T17:17:04.176Z] > git remote # timeout=10 [2021-01-19T17:17:04.194Z] > git config --get remote.origin.url # timeout=10 [2021-01-19T17:17:04.209Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-19T17:17:04.219Z] > git merge 250a43ed1e9b8198fb10735cc1ab2371f89d298c # timeout=10 [2021-01-19T17:17:04.240Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-19T17:17:04.261Z] > git config core.sparsecheckout # timeout=10 [2021-01-19T17:17:04.270Z] > git checkout -f 4eede83b347e2a8135ae116df4b6f6a339fa8317 # timeout=10 [2021-01-19T17:17:08.409Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T17:17:08.409Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-19T17:17:08.409Z] ---> 3d5cc912073c [2021-01-19T17:17:08.409Z] Step 3/23 : WORKDIR /edgex-go [2021-01-19T17:17:08.409Z] ---> Using cache [2021-01-19T17:17:08.409Z] ---> f0517a1a0c4d [2021-01-19T17:17:08.409Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T17:17:08.409Z] ---> Using cache [2021-01-19T17:17:08.409Z] ---> 8353a1c41d1c [2021-01-19T17:17:08.409Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-19T17:17:08.527Z] Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-core-contracts" [2021-01-19T17:17:08.680Z] ---> Running in cae3a73eca7d [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-19T17:17:10.081Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-01-19T17:17:10.168Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-19T17:17:10.500Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-19T17:17:10.849Z] + true [2021-01-19T17:17:10.849Z] + sudo service docker restart [2021-01-19T17:17:11.183Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-19T17:17:11.766Z] OK: 233 MiB in 51 packages [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-19T17:17:12.905Z] provisioning config files... [2021-01-19T17:17:12.942Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/3@tmp/config6077703541596090949tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-19T17:17:13.342Z] ---> docker-login.sh [2021-01-19T17:17:13.342Z] nexus3.edgexfoundry.org:10001 [2021-01-19T17:17:14.326Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-19T17:17:14.600Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-19T17:17:14.600Z] Configure a credential helper to remove this warning. See [2021-01-19T17:17:14.600Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-19T17:17:14.600Z] [2021-01-19T17:17:14.600Z] Login Succeeded [2021-01-19T17:17:14.600Z] nexus3.edgexfoundry.org:10002 [2021-01-19T17:17:14.873Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-19T17:17:15.147Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-19T17:17:15.147Z] Configure a credential helper to remove this warning. See [2021-01-19T17:17:15.147Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-19T17:17:15.147Z] [2021-01-19T17:17:15.147Z] Login Succeeded [2021-01-19T17:17:15.148Z] nexus3.edgexfoundry.org:10003 [2021-01-19T17:17:15.164Z] Removing intermediate container cae3a73eca7d [2021-01-19T17:17:15.164Z] ---> 2f6a7fcb2f2d [2021-01-19T17:17:15.164Z] Step 6/23 : COPY go.mod . [2021-01-19T17:17:15.427Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-19T17:17:15.699Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-19T17:17:15.699Z] Configure a credential helper to remove this warning. See [2021-01-19T17:17:15.699Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-19T17:17:15.699Z] [2021-01-19T17:17:15.699Z] Login Succeeded [2021-01-19T17:17:15.699Z] nexus3.edgexfoundry.org:10004 [2021-01-19T17:17:15.973Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-19T17:17:16.182Z] ---> 35e6e0cb9fb4 [2021-01-19T17:17:16.182Z] Step 7/23 : RUN go mod download [2021-01-19T17:17:16.258Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-19T17:17:16.258Z] Configure a credential helper to remove this warning. See [2021-01-19T17:17:16.258Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-19T17:17:16.258Z] [2021-01-19T17:17:16.258Z] Login Succeeded [2021-01-19T17:17:16.258Z] docker.io [2021-01-19T17:17:16.550Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-19T17:17:16.797Z] ---> Running in 270ba812e560 [2021-01-19T17:17:16.821Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-19T17:17:16.821Z] Configure a credential helper to remove this warning. See [2021-01-19T17:17:16.821Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-19T17:17:16.821Z] [2021-01-19T17:17:16.821Z] Login Succeeded [2021-01-19T17:17:16.821Z] ---> docker-login.sh ends [Pipeline] } [2021-01-19T17:17:16.838Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-01-19T17:17:17.232Z] ========================================================= [2021-01-19T17:17:17.232Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-01-19T17:17:17.232Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-19T17:17:17.605Z] + 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-19T17:17:19.598Z] Sending build context to Docker daemon 165.5MB [2021-01-19T17:17:19.869Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-19T17:17:19.869Z] Step 2/6 : FROM ${BASE} [2021-01-19T17:17:19.869Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-01-19T17:17:19.869Z] 5f621e34cdf4: Pulling fs layer [2021-01-19T17:17:19.869Z] a4357932f1b6: Pulling fs layer [2021-01-19T17:17:19.869Z] 18c013af1878: Pulling fs layer [2021-01-19T17:17:19.869Z] 00ac8860ef70: Pulling fs layer [2021-01-19T17:17:19.869Z] 63d7cb157983: Pulling fs layer [2021-01-19T17:17:19.869Z] b116817d02f9: Pulling fs layer [2021-01-19T17:17:19.869Z] 745a02a5169b: Pulling fs layer [2021-01-19T17:17:19.869Z] 00ac8860ef70: Waiting [2021-01-19T17:17:19.869Z] 63d7cb157983: Waiting [2021-01-19T17:17:19.869Z] b116817d02f9: Waiting [2021-01-19T17:17:19.869Z] 745a02a5169b: Waiting [2021-01-19T17:17:19.869Z] 18c013af1878: Verifying Checksum [2021-01-19T17:17:19.869Z] 18c013af1878: Download complete [2021-01-19T17:17:19.869Z] a4357932f1b6: Verifying Checksum [2021-01-19T17:17:19.869Z] a4357932f1b6: Download complete [2021-01-19T17:17:19.869Z] 63d7cb157983: Verifying Checksum [2021-01-19T17:17:19.869Z] 63d7cb157983: Download complete [2021-01-19T17:17:19.869Z] b116817d02f9: Verifying Checksum [2021-01-19T17:17:19.869Z] b116817d02f9: Download complete [2021-01-19T17:17:19.869Z] 5f621e34cdf4: Verifying Checksum [2021-01-19T17:17:19.869Z] 5f621e34cdf4: Download complete [2021-01-19T17:17:20.468Z] 5f621e34cdf4: Pull complete [2021-01-19T17:17:21.066Z] a4357932f1b6: Pull complete [2021-01-19T17:17:21.668Z] 18c013af1878: Pull complete [2021-01-19T17:17:22.263Z] 745a02a5169b: Verifying Checksum [2021-01-19T17:17:22.263Z] 745a02a5169b: Download complete [2021-01-19T17:17:22.263Z] Removing intermediate container 270ba812e560 [2021-01-19T17:17:22.263Z] ---> f0a2bc7c2bdb [2021-01-19T17:17:22.263Z] Step 8/23 : COPY . . [2021-01-19T17:17:23.690Z] 00ac8860ef70: Verifying Checksum [2021-01-19T17:17:23.691Z] 00ac8860ef70: Download complete [2021-01-19T17:17:25.145Z] 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-19T17:17:33.483Z] ---> ed84c3677845 [2021-01-19T17:17:33.483Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-19T17:17:33.849Z] 00ac8860ef70: Pull complete [2021-01-19T17:17:34.125Z] 63d7cb157983: Pull complete [2021-01-19T17:17:34.396Z] b116817d02f9: Pull complete [2021-01-19T17:17:34.451Z] ---> Running in 5b56eaac32c9 [2021-01-19T17:17:36.417Z] 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-19T17:17:37.773Z] 745a02a5169b: Pull complete [2021-01-19T17:17:37.773Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-01-19T17:17:37.773Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-01-19T17:17:37.773Z] ---> b7e6874047d6 [2021-01-19T17:17:37.773Z] 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-19T17:17:40.714Z] Removing intermediate container 173097c04808 [2021-01-19T17:17:40.714Z] ---> 3f04f01236e8 [2021-01-19T17:17:40.714Z] [2021-01-19T17:17:40.714Z] Step 10/21 : FROM alpine:3.12 [2021-01-19T17:17:40.714Z] ---> 389fef711851 [2021-01-19T17:17:40.714Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-01-19T17:17:41.016Z] Removing intermediate container 95692f2abd32 [2021-01-19T17:17:41.016Z] ---> 2f73549128cd [2021-01-19T17:17:41.016Z] [2021-01-19T17:17:41.016Z] Step 10/22 : FROM scratch [2021-01-19T17:17:41.016Z] ---> [2021-01-19T17:17:41.016Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-19T17:17:41.159Z] ---> Running in 5c4bb8720e0c [2021-01-19T17:17:42.069Z] ---> Running in e0c1fc0dd004 [2021-01-19T17:17:42.602Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-19T17:17:43.092Z] ---> Using cache [2021-01-19T17:17:43.092Z] ---> 5f42b4809ed1 [2021-01-19T17:17:43.092Z] Step 12/22 : ENV APP_PORT=48081 [2021-01-19T17:17:43.192Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-19T17:17:43.780Z] (1/12) Installing libmagic (5.38-r0) [2021-01-19T17:17:44.053Z] (2/12) Installing file (5.38-r0) [2021-01-19T17:17:44.053Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-19T17:17:44.053Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-19T17:17:44.056Z] ---> Running in 93230f202572 [2021-01-19T17:17:44.335Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-19T17:17:44.335Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-19T17:17:44.943Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-19T17:17:44.943Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-19T17:17:44.943Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-19T17:17:44.943Z] (4/4) Installing curl (7.69.1-r3) [2021-01-19T17:17:44.943Z] Executing busybox-1.31.1-r19.trigger [2021-01-19T17:17:45.562Z] Executing ca-certificates-20191127-r4.trigger [2021-01-19T17:17:45.852Z] Removing intermediate container 93230f202572 [2021-01-19T17:17:45.852Z] ---> b88aa6ce0ab7 [2021-01-19T17:17:45.852Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-19T17:17:45.852Z] OK: 7 MiB in 18 packages [2021-01-19T17:17:46.445Z] ---> Running in e235824f2d12 [2021-01-19T17:17:47.421Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-19T17:17:47.422Z] (6/12) Installing patch (2.7.6-r6) [2021-01-19T17:17:47.422Z] (7/12) Installing build-base (0.5-r2) [2021-01-19T17:17:47.422Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-19T17:17:47.422Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-19T17:17:47.422Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-19T17:17:47.697Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-19T17:17:47.697Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-19T17:17:47.697Z] Executing busybox-1.31.1-r19.trigger [2021-01-19T17:17:47.697Z] OK: 217 MiB in 51 packages [2021-01-19T17:17:49.029Z] Removing intermediate container e235824f2d12 [2021-01-19T17:17:49.030Z] ---> 34f3ecdc6394 [2021-01-19T17:17:49.030Z] Step 14/22 : WORKDIR / [2021-01-19T17:17:49.030Z] ---> Running in 6fb2b0a7797e [2021-01-19T17:17:49.030Z] Removing intermediate container e0c1fc0dd004 [2021-01-19T17:17:49.030Z] ---> 25a87f1cc642 [2021-01-19T17:17:49.030Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-19T17:17:49.030Z] ---> 8b4f27b57b6b [2021-01-19T17:17:49.030Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-19T17:17:49.030Z] ---> Running in 4af147ab0d3d [2021-01-19T17:17:49.333Z] ---> Running in dece7fe96504 [2021-01-19T17:17:49.333Z] Removing intermediate container 6fb2b0a7797e [2021-01-19T17:17:49.333Z] ---> 2a27003feced [2021-01-19T17:17:49.333Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-19T17:17:49.613Z] Removing intermediate container 4af147ab0d3d [2021-01-19T17:17:49.613Z] ---> 0217a43bd8c8 [2021-01-19T17:17:49.613Z] Step 13/21 : WORKDIR /edgex [2021-01-19T17:17:49.613Z] ---> Running in 319b9b12bf36 [2021-01-19T17:17:49.902Z] ---> a6f638c47baf [2021-01-19T17:17:49.902Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-19T17:17:50.180Z] Removing intermediate container 319b9b12bf36 [2021-01-19T17:17:50.180Z] ---> b58e1e60c956 [2021-01-19T17:17:50.180Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-19T17:17:50.180Z] 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-19T17:17:50.793Z] ---> 3220479a9dcb [2021-01-19T17:17:50.793Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-19T17:17:51.062Z] ---> cb0d5471afef [2021-01-19T17:17:51.062Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-19T17:17:51.658Z] ---> 1d2413f224fe [2021-01-19T17:17:51.658Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2021-01-19T17:17:51.658Z] ---> 84d9970635ab [2021-01-19T17:17:51.658Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-19T17:17:51.658Z] ---> Running in 8172c5155ec0 [2021-01-19T17:17:52.009Z] Removing intermediate container 5c4bb8720e0c [2021-01-19T17:17:52.009Z] ---> e819627a1b05 [2021-01-19T17:17:52.009Z] Step 4/6 : WORKDIR /edgex-go [2021-01-19T17:17:52.009Z] ---> Running in 04a02336e000 [2021-01-19T17:17:52.267Z] Removing intermediate container 8172c5155ec0 [2021-01-19T17:17:52.267Z] ---> 6fa49b91abe3 [2021-01-19T17:17:52.267Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-19T17:17:52.267Z] ---> Running in 8d65790b3fa7 [2021-01-19T17:17:52.280Z] Removing intermediate container 04a02336e000 [2021-01-19T17:17:52.280Z] ---> 8082aa5a0940 [2021-01-19T17:17:52.280Z] Step 5/6 : COPY go.mod . [2021-01-19T17:17:52.562Z] ---> 452cab523586 [2021-01-19T17:17:52.562Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-19T17:17:52.562Z] Removing intermediate container 8d65790b3fa7 [2021-01-19T17:17:52.562Z] ---> e31a98250cf7 [2021-01-19T17:17:52.562Z] Step 20/22 : LABEL arch=x86_64 [2021-01-19T17:17:52.840Z] ---> Running in d29f0236c438 [2021-01-19T17:17:52.840Z] ---> Running in c77292616c5a [2021-01-19T17:17:52.898Z] ---> 1fa7037ae82d [2021-01-19T17:17:52.898Z] Step 6/6 : RUN go mod download [2021-01-19T17:17:53.121Z] Removing intermediate container d29f0236c438 [2021-01-19T17:17:53.121Z] ---> dee4046a5b6d [2021-01-19T17:17:53.121Z] Step 18/21 : CMD ["--init=true"] [2021-01-19T17:17:53.172Z] ---> Running in 5ad0c373cb34 [2021-01-19T17:17:53.404Z] ---> Running in 027e8fa974b0 [2021-01-19T17:17:53.404Z] Removing intermediate container c77292616c5a [2021-01-19T17:17:53.404Z] ---> dae2af7dd7db [2021-01-19T17:17:53.404Z] Step 21/22 : LABEL git_sha=4eede83b347e2a8135ae116df4b6f6a339fa8317 [2021-01-19T17:17:53.686Z] ---> Running in 2e755da36fe1 [2021-01-19T17:17:53.686Z] Removing intermediate container 027e8fa974b0 [2021-01-19T17:17:53.686Z] ---> ecf6946d26bb [2021-01-19T17:17:53.686Z] Step 19/21 : LABEL arch=x86_64 [2021-01-19T17:17:53.964Z] ---> Running in 735fc5966098 [2021-01-19T17:17:53.964Z] Removing intermediate container 2e755da36fe1 [2021-01-19T17:17:53.964Z] ---> 01cfeeab7dba [2021-01-19T17:17:53.964Z] Step 22/22 : LABEL version=0.0.0 [2021-01-19T17:17:54.232Z] ---> Running in f3bd857a1d07 [2021-01-19T17:17:55.203Z] Removing intermediate container 735fc5966098 [2021-01-19T17:17:55.203Z] ---> a150e3770fd4 [2021-01-19T17:17:55.203Z] Step 20/21 : LABEL git_sha=4eede83b347e2a8135ae116df4b6f6a339fa8317 [2021-01-19T17:17:56.650Z] Removing intermediate container f3bd857a1d07 [2021-01-19T17:17:56.650Z] ---> e54b205de78f [2021-01-19T17:17:56.650Z] [2021-01-19T17:17:56.650Z] ---> Running in a90512e3bea8 [2021-01-19T17:17:56.650Z] Removing intermediate container 5b56eaac32c9 [2021-01-19T17:17:56.650Z] ---> 13efa24002da [2021-01-19T17:17:56.650Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-19T17:17:56.650Z] Successfully built e54b205de78f [2021-01-19T17:17:56.650Z] Successfully tagged docker-core-metadata-go:latest [2021-01-19T17:17:56.921Z]  Building docker-core-metadata-go ... done  ---> Running in 1be955528f73 [2021-01-19T17:17:56.921Z] Removing intermediate container a90512e3bea8 [2021-01-19T17:17:56.921Z] ---> 13f94aa80b42 [2021-01-19T17:17:56.921Z] Step 21/21 : LABEL version=0.0.0 [2021-01-19T17:17:57.194Z] ---> Running in b80250faea16 [2021-01-19T17:17:57.470Z] Removing intermediate container b80250faea16 [2021-01-19T17:17:57.470Z] ---> 53b41c6fcbf9 [2021-01-19T17:17:57.470Z] [2021-01-19T17:17:57.742Z] Successfully built 53b41c6fcbf9 [2021-01-19T17:17:57.742Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-01-19T17:17:57.742Z]  Building docker-security-proxy-setup-go ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-01-19T17:18:00.404Z] Removing intermediate container 1be955528f73 [2021-01-19T17:18:00.404Z] ---> 6bc2f545c045 [2021-01-19T17:18:00.404Z] [2021-01-19T17:18:00.404Z] Step 11/26 : FROM docker:20.10.0 [2021-01-19T17:18:00.404Z] 20.10.0: Pulling from library/docker [2021-01-19T17:18:10.578Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-19T17:18:10.578Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-19T17:18:10.578Z] ---> aefe523efa57 [2021-01-19T17:18:10.578Z] Step 12/26 : RUN apk add --no-cache bash [2021-01-19T17:18:10.578Z] ---> Running in ef0cc1f5f83e [2021-01-19T17:18:10.578Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-19T17:18:10.578Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-19T17:18:10.578Z] (1/2) Installing readline (8.0.4-r0) [2021-01-19T17:18:10.578Z] (2/2) Installing bash (5.0.17-r0) [2021-01-19T17:18:10.578Z] Executing bash-5.0.17-r0.post-install [2021-01-19T17:18:10.578Z] Executing busybox-1.31.1-r19.trigger [2021-01-19T17:18:10.578Z] OK: 12 MiB in 22 packages [2021-01-19T17:18:13.166Z] Removing intermediate container dece7fe96504 [2021-01-19T17:18:13.166Z] ---> 5bd62210aad0 [2021-01-19T17:18:13.166Z] [2021-01-19T17:18:13.166Z] Step 10/23 : FROM alpine:3.12 [2021-01-19T17:18:13.166Z] ---> 389fef711851 [2021-01-19T17:18:13.166Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-19T17:18:13.166Z] Removing intermediate container ef0cc1f5f83e [2021-01-19T17:18:13.166Z] ---> 570b12c3cfc2 [2021-01-19T17:18:13.166Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-19T17:18:13.166Z] ---> Running in 9054d84dbf43 [2021-01-19T17:18:13.166Z] ---> Running in 1d33415c1cb0 [2021-01-19T17:18:13.166Z] Removing intermediate container 9054d84dbf43 [2021-01-19T17:18:13.166Z] ---> 713c51902966 [2021-01-19T17:18:13.166Z] Step 14/26 : ENV APP_PORT=48090 [2021-01-19T17:18:13.166Z] Removing intermediate container 1d33415c1cb0 [2021-01-19T17:18:13.166Z] ---> 49f68a52d92f [2021-01-19T17:18:13.166Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-19T17:18:13.166Z] ---> Running in 9d45b5b3779a [2021-01-19T17:18:13.166Z] ---> Running in e6da56de1374 [2021-01-19T17:18:13.430Z] Removing intermediate container 9d45b5b3779a [2021-01-19T17:18:13.430Z] ---> a2e50ee9ede2 [2021-01-19T17:18:13.430Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-19T17:18:13.430Z] Removing intermediate container e6da56de1374 [2021-01-19T17:18:13.430Z] ---> e61f77bf8d5c [2021-01-19T17:18:13.430Z] Step 15/26 : EXPOSE $APP_PORT [2021-01-19T17:18:13.430Z] ---> Running in e20cb10dc388 [2021-01-19T17:18:13.430Z] ---> Running in 0aa482818d26 [2021-01-19T17:18:13.701Z] Removing intermediate container e20cb10dc388 [2021-01-19T17:18:13.701Z] ---> 6ad6c9b042e8 [2021-01-19T17:18:13.701Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T17:18:13.701Z] Removing intermediate container 0aa482818d26 [2021-01-19T17:18:13.701Z] ---> 407f80b9840a [2021-01-19T17:18:13.701Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-19T17:18:13.701Z] ---> Running in 516e1b9c0bf9 [2021-01-19T17:18:14.464Z] ---> dc797ebeddf6 [2021-01-19T17:18:14.464Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-19T17:18:14.747Z] ---> 367db195d623 [2021-01-19T17:18:14.747Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-19T17:18:15.027Z] Removing intermediate container 516e1b9c0bf9 [2021-01-19T17:18:15.027Z] ---> be89709d607c [2021-01-19T17:18:15.027Z] Step 15/23 : RUN apk add --update --no-cache zeromq [2021-01-19T17:18:15.296Z] ---> Running in f02062b09fe7 [2021-01-19T17:18:15.296Z] ---> d23ba820bd52 [2021-01-19T17:18:15.296Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-19T17:18:15.296Z] ---> Running in 8016f0a3743c [2021-01-19T17:18:15.884Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-19T17:18:15.884Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-19T17:18:15.884Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-19T17:18:16.149Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-19T17:18:16.149Z] (2/33) Installing expat (2.2.9-r1) [2021-01-19T17:18:16.149Z] (3/33) Installing libffi (3.3-r2) [2021-01-19T17:18:16.149Z] (4/33) Installing gdbm (1.13-r1) [2021-01-19T17:18:16.149Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-19T17:18:16.149Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-19T17:18:16.415Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-19T17:18:16.996Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-19T17:18:18.935Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-19T17:18:18.935Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-19T17:18:18.935Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-19T17:18:18.935Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-19T17:18:18.935Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-19T17:18:18.935Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-19T17:18:19.198Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-19T17:18:19.198Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-19T17:18:19.198Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-19T17:18:19.198Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-19T17:18:19.198Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-19T17:18:19.199Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-19T17:18:19.199Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-19T17:18:19.463Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-19T17:18:19.463Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-19T17:18:19.463Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-19T17:18:19.463Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-19T17:18:19.463Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-19T17:18:19.463Z] (1/5) Installing libgcc (9.3.0-r2) [2021-01-19T17:18:19.463Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-19T17:18:19.463Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-19T17:18:19.463Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-19T17:18:19.463Z] (2/5) Installing libsodium (1.0.18-r0) [2021-01-19T17:18:19.463Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-19T17:18:19.463Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-19T17:18:19.727Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-19T17:18:19.727Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-19T17:18:19.727Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-19T17:18:19.727Z] Executing busybox-1.31.1-r19.trigger [2021-01-19T17:18:19.727Z] OK: 71 MiB in 55 packages [2021-01-19T17:18:19.961Z] Removing intermediate container 5ad0c373cb34 [2021-01-19T17:18:19.961Z] ---> 2da791c54f2c [2021-01-19T17:18:19.961Z] Successfully built 2da791c54f2c [2021-01-19T17:18:19.961Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-19T17:18:19.991Z] (3/5) Installing libstdc++ (9.3.0-r2) [2021-01-19T17:18:20.300Z] + docker inspect -f . ci-base-image-arm64 [2021-01-19T17:18:20.300Z] . [Pipeline] withDockerContainer [2021-01-19T17:18:20.536Z] prd-ubuntu18.04-docker-arm64-4c-16g-21237 does not seem to be running inside a container [2021-01-19T17:18:20.622Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-01-19T17:18:21.046Z] (4/5) Installing libzmq (4.3.3-r0) [2021-01-19T17:18:22.000Z] $ docker top d9e43d19338b5ce005e5a9bf3b75f13a0727b9f60797c26b6381f6fc457f2063 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-19T17:18:22.979Z] + go version [2021-01-19T17:18:22.980Z] go version go1.15.5 linux/arm64 [2021-01-19T17:18:22.982Z] (5/5) Installing zeromq (4.3.3-r0) [Pipeline] } [2021-01-19T17:18:23.007Z] $ docker stop --time=1 d9e43d19338b5ce005e5a9bf3b75f13a0727b9f60797c26b6381f6fc457f2063 [2021-01-19T17:18:23.248Z] Executing busybox-1.31.1-r19.trigger [2021-01-19T17:18:23.248Z] OK: 8 MiB in 19 packages [2021-01-19T17:18:24.666Z] Removing intermediate container f02062b09fe7 [2021-01-19T17:18:24.666Z] ---> f2da8563bc68 [2021-01-19T17:18:24.666Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-19T17:18:24.950Z] $ docker rm -f d9e43d19338b5ce005e5a9bf3b75f13a0727b9f60797c26b6381f6fc457f2063 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-19T17:18:26.030Z] + docker inspect -f . ci-base-image-arm64 [2021-01-19T17:18:26.030Z] . [Pipeline] withDockerContainer [2021-01-19T17:18:26.286Z] prd-ubuntu18.04-docker-arm64-4c-16g-21237 does not seem to be running inside a container [2021-01-19T17:18:26.367Z] $ 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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-01-19T17:18:27.840Z] $ docker top 096c22e96b066d1da9c99be814a321b8f8bb9ec0f490721d21aa9d0c76774b04 -eo pid,comm [2021-01-19T17:18:28.011Z] ---> 70652b77161e [2021-01-19T17:18:28.011Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [Pipeline] { [Pipeline] echo [2021-01-19T17:18:28.212Z] ========================================================= [2021-01-19T17:18:28.212Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-01-19T17:18:28.212Z] ========================================================= [Pipeline] sh [2021-01-19T17:18:28.607Z] Removing intermediate container 8016f0a3743c [2021-01-19T17:18:28.607Z] ---> a8cc9a54c344 [2021-01-19T17:18:28.607Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-01-19T17:18:28.607Z] ---> Running in 2eb2fbcae47d [2021-01-19T17:18:28.859Z] + make test [2021-01-19T17:18:28.859Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-19T17:18:28.875Z] ---> 7f95c56c31bc [2021-01-19T17:18:28.875Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-19T17:18:29.140Z] ---> faed54b29c2b [2021-01-19T17:18:29.140Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-19T17:18:29.405Z] ---> Running in 5b3a41998f12 [2021-01-19T17:18:29.405Z] Removing intermediate container 5b3a41998f12 [2021-01-19T17:18:29.405Z] ---> eb6f03f39de8 [2021-01-19T17:18:29.405Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-19T17:18:29.672Z] ---> Running in d60055ab5e22 [2021-01-19T17:18:29.672Z] Removing intermediate container d60055ab5e22 [2021-01-19T17:18:29.672Z] ---> 48839f74a570 [2021-01-19T17:18:29.672Z] Step 21/23 : LABEL arch=x86_64 [2021-01-19T17:18:29.672Z] ---> Running in b486e965cc34 [2021-01-19T17:18:29.938Z] Removing intermediate container b486e965cc34 [2021-01-19T17:18:29.938Z] ---> ef86c89965e0 [2021-01-19T17:18:29.938Z] Step 22/23 : LABEL git_sha=4eede83b347e2a8135ae116df4b6f6a339fa8317 [2021-01-19T17:18:29.938Z] ---> Running in 6d9c16c997fc [2021-01-19T17:18:30.208Z] Removing intermediate container 6d9c16c997fc [2021-01-19T17:18:30.208Z] ---> 9feee9ca4a49 [2021-01-19T17:18:30.208Z] Step 23/23 : LABEL version=0.0.0 [2021-01-19T17:18:30.208Z] ---> Running in 15e42b791a93 [2021-01-19T17:18:30.208Z] Collecting docker-compose==1.23.2 [2021-01-19T17:18:30.477Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-19T17:18:30.477Z] Removing intermediate container 15e42b791a93 [2021-01-19T17:18:30.477Z] ---> 1d4eaa5b0d90 [2021-01-19T17:18:30.477Z] [2021-01-19T17:18:30.477Z] Collecting cached-property<2,>=1.2.0 [2021-01-19T17:18:30.477Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-19T17:18:30.757Z] Successfully built 1d4eaa5b0d90 [2021-01-19T17:18:30.757Z] Successfully tagged docker-core-data-go:latest [2021-01-19T17:18:30.757Z]  Building docker-core-data-go ... done Collecting docopt<0.7,>=0.6.1 [2021-01-19T17:18:30.757Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-19T17:18:31.336Z] Collecting PyYAML<4,>=3.10 [2021-01-19T17:18:31.336Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-19T17:18:32.300Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-19T17:18:32.300Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-19T17:18:32.564Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-19T17:18:32.564Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-19T17:18:33.141Z] Collecting texttable<0.10,>=0.9.0 [2021-01-19T17:18:33.141Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-19T17:18:33.405Z] 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-19T17:18:33.669Z] Collecting docker<4.0,>=3.6.0 [2021-01-19T17:18:33.669Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-19T17:18:33.935Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-19T17:18:33.935Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-19T17:18:34.199Z] Collecting jsonschema<3,>=2.5.1 [2021-01-19T17:18:34.199Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-19T17:18:34.199Z] Collecting docker-pycreds>=0.4.0 [2021-01-19T17:18:34.199Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-19T17:18:34.464Z] 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-19T17:18:34.464Z] 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-19T17:18:34.464Z] Collecting idna<2.8,>=2.5 [2021-01-19T17:18:34.464Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-19T17:18:34.464Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-19T17:18:34.729Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-19T17:18:34.995Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-19T17:18:34.995Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-19T17:18:34.995Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-19T17:18:34.995Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-19T17:18:35.261Z] Installing collected packages: cached-property, docopt, PyYAML, websocket-client, dockerpty, texttable, docker-pycreds, idna, urllib3, requests, docker, jsonschema, docker-compose [2021-01-19T17:18:35.261Z] Running setup.py install for docopt: started [2021-01-19T17:18:35.841Z] Running setup.py install for docopt: finished with status 'done' [2021-01-19T17:18:35.841Z] Running setup.py install for PyYAML: started [2021-01-19T17:18:36.418Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-19T17:18:36.418Z] Running setup.py install for dockerpty: started [2021-01-19T17:18:36.997Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-19T17:18:36.997Z] Running setup.py install for texttable: started [2021-01-19T17:18:37.577Z] Running setup.py install for texttable: finished with status 'done' [2021-01-19T17:18:37.577Z] Attempting uninstall: idna [2021-01-19T17:18:37.577Z] Found existing installation: idna 2.9 [2021-01-19T17:18:37.577Z] Uninstalling idna-2.9: [2021-01-19T17:18:37.577Z] Successfully uninstalled idna-2.9 [2021-01-19T17:18:37.577Z] Attempting uninstall: urllib3 [2021-01-19T17:18:37.577Z] Found existing installation: urllib3 1.25.9 [2021-01-19T17:18:37.577Z] Uninstalling urllib3-1.25.9: [2021-01-19T17:18:37.846Z] Successfully uninstalled urllib3-1.25.9 [2021-01-19T17:18:38.112Z] Attempting uninstall: requests [2021-01-19T17:18:38.112Z] Found existing installation: requests 2.23.0 [2021-01-19T17:18:38.112Z] Uninstalling requests-2.23.0: [2021-01-19T17:18:38.112Z] Successfully uninstalled requests-2.23.0 [2021-01-19T17:18:39.078Z] 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-19T17:18:43.331Z] Removing intermediate container 2eb2fbcae47d [2021-01-19T17:18:43.331Z] ---> a71281121a1c [2021-01-19T17:18:43.331Z] Step 21/26 : RUN apk --no-cache add curl [2021-01-19T17:18:43.331Z] ---> Running in 2348c215ac3f [2021-01-19T17:18:43.934Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-19T17:18:43.934Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-19T17:18:44.200Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-19T17:18:44.200Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-19T17:18:44.200Z] (3/3) Installing curl (7.69.1-r3) [2021-01-19T17:18:44.200Z] Executing busybox-1.31.1-r19.trigger [2021-01-19T17:18:44.200Z] OK: 72 MiB in 58 packages [2021-01-19T17:18:44.790Z] Removing intermediate container 2348c215ac3f [2021-01-19T17:18:44.790Z] ---> 8a85fce27c08 [2021-01-19T17:18:44.790Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-19T17:18:44.790Z] ---> Running in 7d4729172a7f [2021-01-19T17:18:45.084Z] Removing intermediate container 7d4729172a7f [2021-01-19T17:18:45.085Z] ---> 69466cb76c3e [2021-01-19T17:18:45.085Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-19T17:18:45.085Z] ---> Running in 573d4fb4909e [2021-01-19T17:18:45.352Z] Removing intermediate container 573d4fb4909e [2021-01-19T17:18:45.352Z] ---> b1b6e9cdc8d2 [2021-01-19T17:18:45.352Z] Step 24/26 : LABEL arch=x86_64 [2021-01-19T17:18:45.352Z] ---> Running in d9df1409c747 [2021-01-19T17:18:45.352Z] Removing intermediate container d9df1409c747 [2021-01-19T17:18:45.352Z] ---> bb73894a227b [2021-01-19T17:18:45.352Z] Step 25/26 : LABEL git_sha=4eede83b347e2a8135ae116df4b6f6a339fa8317 [2021-01-19T17:18:45.618Z] ---> Running in 6bb20f99bb80 [2021-01-19T17:18:45.618Z] Removing intermediate container 6bb20f99bb80 [2021-01-19T17:18:45.618Z] ---> a592b87e3eae [2021-01-19T17:18:45.618Z] Step 26/26 : LABEL version=0.0.0 [2021-01-19T17:18:45.884Z] ---> Running in 6d7f2f161739 [2021-01-19T17:18:45.884Z] Removing intermediate container 6d7f2f161739 [2021-01-19T17:18:45.884Z] ---> 5da15dd84ce8 [2021-01-19T17:18:45.884Z] [2021-01-19T17:18:46.150Z] Successfully built 5da15dd84ce8 [2021-01-19T17:18:46.150Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-01-19T17:18:46.746Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-01-19T17:18:46.788Z] $ docker stop --time=1 ff05206851824582ac611d4f9097508827d447646472d2f0fee4d672b45e9d15 [2021-01-19T17:18:48.479Z] $ docker rm -f ff05206851824582ac611d4f9097508827d447646472d2f0fee4d672b45e9d15 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-19T17:18:49.056Z] + docker images [2021-01-19T17:18:49.056Z] + grep docker [2021-01-19T17:18:49.320Z] docker-sys-mgmt-agent-go latest 5da15dd84ce8 4 seconds ago 313MB [2021-01-19T17:18:49.320Z] docker-core-data-go latest 1d4eaa5b0d90 19 seconds ago 22.3MB [2021-01-19T17:18:49.320Z] docker-security-proxy-setup-go latest 53b41c6fcbf9 52 seconds ago 24.4MB [2021-01-19T17:18:49.320Z] docker-core-metadata-go latest e54b205de78f 54 seconds ago 13.1MB [2021-01-19T17:18:49.320Z] docker-security-secretstore-setup-go latest bfd895351983 2 minutes ago 24.6MB [2021-01-19T17:18:49.320Z] docker-security-bootstrap-redis-go latest 698e0f211c77 2 minutes ago 15.8MB [2021-01-19T17:18:49.320Z] docker-support-notifications-go latest d4744e2cc63c 2 minutes ago 12MB [2021-01-19T17:18:49.320Z] docker-core-command-go latest d10c93c1fa6b 2 minutes ago 10.6MB [2021-01-19T17:18:49.320Z] docker-support-scheduler-go latest 09da259d99b5 2 minutes ago 10.7MB [2021-01-19T17:18:49.320Z] docker 20.10.0 aefe523efa57 5 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-19T17:18:51.078Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-01-19T17:19:04.969Z] Still waiting to schedule task [2021-01-19T17:19:04.970Z] Waiting for next available executor on ‘prd-ubuntu18.04-docker-8c-8g-21240’ [2021-01-19T17:19:30.290Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-01-19T17:19:52.491Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-01-19T17:19:52.491Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-01-19T17:19:52.491Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-01-19T17:19:52.491Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-01-19T17:19:52.491Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-01-19T17:19:52.491Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-01-19T17:19:52.491Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-01-19T17:19:52.491Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-01-19T17:19:52.491Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-01-19T17:19:55.891Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-01-19T17:19:55.891Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-01-19T17:19:55.891Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-01-19T17:20:02.635Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.233s coverage: 46.6% of statements [2021-01-19T17:20:02.635Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-01-19T17:20:02.635Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-01-19T17:20:02.635Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-01-19T17:20:02.635Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-01-19T17:20:02.635Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-01-19T17:20:09.420Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.494s coverage: 27.0% of statements [2021-01-19T17:20:09.420Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-01-19T17:20:09.420Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-01-19T17:20:09.420Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-01-19T17:20:09.420Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-01-19T17:20:09.420Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-01-19T17:20:09.420Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-01-19T17:20:09.420Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.062s coverage: 100.0% of statements [2021-01-19T17:20:09.420Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-01-19T17:20:09.420Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.065s coverage: 100.0% of statements [2021-01-19T17:20:09.420Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-01-19T17:20:09.420Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-01-19T17:20:09.420Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.229s coverage: 67.9% of statements [2021-01-19T17:20:09.420Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-01-19T17:20:09.420Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-01-19T17:20:09.701Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.709s coverage: 82.3% of statements [2021-01-19T17:20:09.701Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-01-19T17:20:09.701Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-01-19T17:20:09.701Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-01-19T17:20:09.701Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-01-19T17:20:18.041Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.138s coverage: 28.6% of statements [2021-01-19T17:20:18.041Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-01-19T17:20:18.041Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-01-19T17:20:18.041Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-01-19T17:20:18.041Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-01-19T17:20:18.042Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-01-19T17:20:18.042Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.147s coverage: 100.0% of statements [2021-01-19T17:20:18.042Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-01-19T17:20:18.042Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.119s coverage: 100.0% of statements [2021-01-19T17:20:18.042Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-01-19T17:20:18.042Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.306s coverage: 86.7% of statements [2021-01-19T17:20:18.042Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-01-19T17:20:18.042Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.329s coverage: 97.5% of statements [2021-01-19T17:20:18.042Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-01-19T17:20:18.321Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.136s coverage: 78.3% of statements [2021-01-19T17:20:18.321Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-01-19T17:20:18.321Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-01-19T17:20:18.321Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-01-19T17:20:18.321Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-01-19T17:20:28.511Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.213s coverage: 92.8% of statements [2021-01-19T17:20:28.511Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-01-19T17:20:28.511Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-01-19T17:20:28.511Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-01-19T17:20:28.511Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-01-19T17:20:28.511Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-01-19T17:20:28.511Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-01-19T17:20:28.511Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-01-19T17:20:28.511Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-01-19T17:20:28.511Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-01-19T17:20:28.511Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-01-19T17:20:28.511Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-01-19T17:20:28.511Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-01-19T17:20:28.511Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-01-19T17:20:28.511Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-01-19T17:20:28.511Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-01-19T17:20:28.511Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-01-19T17:20:28.511Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-01-19T17:20:28.511Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-01-19T17:20:28.511Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.056s coverage: 58.8% of statements [2021-01-19T17:20:28.511Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-01-19T17:20:28.511Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-01-19T17:20:28.511Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.185s coverage: 0.1% of statements [2021-01-19T17:20:28.511Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-01-19T17:20:28.511Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-01-19T17:20:28.511Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-01-19T17:20:28.511Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-01-19T17:20:28.511Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.051s coverage: 100.0% of statements [2021-01-19T17:20:28.511Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-01-19T17:20:28.511Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.103s coverage: 75.5% of statements [2021-01-19T17:20:28.511Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-01-19T17:20:28.511Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.064s coverage: 80.8% of statements [2021-01-19T17:20:28.511Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.147s coverage: 87.2% of statements [2021-01-19T17:20:28.511Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.164s coverage: 84.2% of statements [2021-01-19T17:20:28.788Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.183s coverage: 91.4% of statements [2021-01-19T17:20:28.788Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-01-19T17:20:32.205Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.605s coverage: 63.5% of statements [2021-01-19T17:20:32.205Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-01-19T17:20:32.205Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-01-19T17:20:32.205Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.073s coverage: 100.0% of statements [2021-01-19T17:20:32.205Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.124s coverage: 91.3% of statements [2021-01-19T17:20:32.205Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.075s coverage: 100.0% of statements [2021-01-19T17:20:32.807Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.096s coverage: 73.7% of statements [2021-01-19T17:20:33.084Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.079s coverage: 100.0% of statements [2021-01-19T17:20:37.443Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.818s coverage: 68.9% of statements [2021-01-19T17:20:37.443Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-01-19T17:20:37.443Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-01-19T17:20:37.443Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-01-19T17:20:37.443Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-01-19T17:20:37.443Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-01-19T17:20:38.436Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.377s coverage: 37.0% of statements [2021-01-19T17:20:38.436Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-01-19T17:20:38.436Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-01-19T17:20:38.436Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.526s coverage: 84.0% of statements [2021-01-19T17:20:38.436Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.111s coverage: 100.0% of statements [2021-01-19T17:20:41.472Z] Running on prd-ubuntu18.04-docker-8c-8g-21243 in /w/workspace/edgexfoundry_edgex-go_PR-3047 [Pipeline] { [Pipeline] ws [2021-01-19T17:20:41.526Z] Running in /w/workspace/edgex-go/3 [Pipeline] { [Pipeline] checkout [2021-01-19T17:20:43.788Z] using credential edgex-jenkins-ssh [2021-01-19T17:20:43.843Z] Cloning the remote Git repository [2021-01-19T17:20:43.868Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-01-19T17:20:43.938Z] > git init /w/workspace/edgex-go/3 # timeout=10 [2021-01-19T17:20:43.974Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-19T17:20:43.974Z] > git --version # timeout=10 [2021-01-19T17:20:43.981Z] > git --version # 'git version 2.17.1' [2021-01-19T17:20:43.982Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-19T17:20:44.008Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-19T17:20:45.242Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.348s coverage: 47.1% of statements [2021-01-19T17:20:45.243Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-01-19T17:20:45.243Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-01-19T17:20:45.243Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-01-19T17:20:45.243Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-01-19T17:20:45.243Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-01-19T17:20:45.243Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.110s coverage: 100.0% of statements [2021-01-19T17:20:45.243Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-01-19T17:20:45.243Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.100s coverage: 100.0% of statements [2021-01-19T17:20:45.243Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-01-19T17:20:49.577Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 2.978s coverage: 29.1% of statements [2021-01-19T17:20:49.577Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-01-19T17:20:49.577Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-01-19T17:20:49.577Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-01-19T17:20:49.577Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-01-19T17:20:49.577Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-01-19T17:20:49.577Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.217s coverage: 99.0% of statements [2021-01-19T17:20:49.577Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-01-19T17:20:49.577Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.114s coverage: 100.0% of statements [2021-01-19T17:20:49.577Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-01-19T17:20:49.577Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.044s coverage: 0.0% of statements [2021-01-19T17:20:49.577Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-01-19T17:20:49.577Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.051s coverage: 100.0% of statements [2021-01-19T17:20:49.577Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-01-19T17:20:49.577Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-01-19T17:20:49.577Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-01-19T17:20:49.577Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-01-19T17:20:49.577Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.076s coverage: 87.9% of statements [2021-01-19T17:20:49.577Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-01-19T17:20:49.577Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-01-19T17:20:50.575Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.070s coverage: 100.0% of statements [2021-01-19T17:20:50.849Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.055s coverage: 32.1% of statements [2021-01-19T17:20:51.447Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.076s coverage: 100.0% of statements [2021-01-19T17:20:52.426Z] GO111MODULE=on go vet ./... [2021-01-19T17:21:28.464Z] Merging remotes/origin/master commit 250a43ed1e9b8198fb10735cc1ab2371f89d298c into PR head commit 4eede83b347e2a8135ae116df4b6f6a339fa8317 [2021-01-19T17:21:28.579Z] Merge succeeded, producing 4eede83b347e2a8135ae116df4b6f6a339fa8317 [2021-01-19T17:21:28.579Z] Checking out Revision 4eede83b347e2a8135ae116df4b6f6a339fa8317 (PR-3047) [2021-01-19T17:21:27.951Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-19T17:21:27.958Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-19T17:21:27.966Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-19T17:21:27.975Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-19T17:21:27.975Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-19T17:21:27.978Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3047/head:refs/remotes/origin/PR-3047 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-19T17:21:28.477Z] > git config core.sparsecheckout # timeout=10 [2021-01-19T17:21:28.483Z] > git checkout -f 4eede83b347e2a8135ae116df4b6f6a339fa8317 # timeout=10 [2021-01-19T17:21:28.555Z] > git remote # timeout=10 [2021-01-19T17:21:28.561Z] > git config --get remote.origin.url # timeout=10 [2021-01-19T17:21:28.566Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-19T17:21:28.569Z] > git merge 250a43ed1e9b8198fb10735cc1ab2371f89d298c # timeout=10 [2021-01-19T17:21:28.577Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-19T17:21:28.586Z] > git config core.sparsecheckout # timeout=10 [2021-01-19T17:21:28.590Z] > git checkout -f 4eede83b347e2a8135ae116df4b6f6a339fa8317 # timeout=10 [2021-01-19T17:21:32.274Z] Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-core-contracts" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-19T17:21:33.413Z] + echo snap-build.sh [2021-01-19T17:21:33.414Z] snap-build.sh [2021-01-19T17:21:33.414Z] + SNAP_BASE_DIR=. [2021-01-19T17:21:33.414Z] + '[' '!' -z /w/workspace/edgex-go/3 ']' [2021-01-19T17:21:33.414Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/3 [2021-01-19T17:21:33.414Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/3]' [2021-01-19T17:21:33.414Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/3] [2021-01-19T17:21:33.414Z] + cd /w/workspace/edgex-go/3 [2021-01-19T17:21:33.414Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-01-19T17:21:33.414Z] Reading package lists... [2021-01-19T17:21:33.414Z] Building dependency tree... [2021-01-19T17:21:33.414Z] Reading state information... [2021-01-19T17:21:33.675Z] The following packages were automatically installed and are no longer required: [2021-01-19T17:21:33.675Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-01-19T17:21:33.675Z] uidmap xdelta3 [2021-01-19T17:21:33.675Z] Use 'sudo apt autoremove' to remove them. [2021-01-19T17:21:33.675Z] The following packages will be REMOVED: [2021-01-19T17:21:33.675Z] lxd* lxd-client* [2021-01-19T17:21:33.937Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-01-19T17:21:33.937Z] After this operation, 31.7 MB disk space will be freed. [2021-01-19T17:21:34.984Z] (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-19T17:21:34.984Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-01-19T17:21:35.929Z] Removing lxd dnsmasq configuration [2021-01-19T17:21:35.929Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-01-19T17:21:35.929Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-01-19T17:21:36.872Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-01-19T17:21:37.132Z] (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-19T17:21:37.132Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-01-19T17:21:38.520Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-01-19T17:21:38.520Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-01-19T17:21:39.462Z] + sudo snap remove --purge lxd [2021-01-19T17:21:39.722Z] snap "lxd" is not installed [2021-01-19T17:21:39.722Z] + sudo groupadd --force --system lxd [2021-01-19T17:21:39.722Z] ++ whoami [2021-01-19T17:21:39.722Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-01-19T17:21:39.984Z] + newgrp - lxd [2021-01-19T17:21:39.984Z] + sudo snap install lxd [2021-01-19T17:21:48.142Z] 2021-01-19T17:21:45Z INFO Waiting for automatic snapd restart... [2021-01-19T17:22:00.448Z] lxd 4.10 from Canonical* installed [2021-01-19T17:22:00.448Z] + sudo lxd init --auto [2021-01-19T17:22:00.454Z] gofmt -l . [2021-01-19T17:22:00.454Z] [ "`gofmt -l .`" = "" ] [2021-01-19T17:22:00.454Z] ./bin/test-go-mod-tidy.sh [2021-01-19T17:22:00.454Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-01-19T17:22:02.084Z] + ls -al . [2021-01-19T17:22:02.084Z] total 684 [2021-01-19T17:22:02.084Z] drwxrwxr-x 9 1001 1001 4096 Jan 19 17:22 . [2021-01-19T17:22:02.084Z] drwxr-xr-x 4 root root 4096 Jan 19 17:18 .. [2021-01-19T17:22:02.084Z] -rw-rw-r-- 1 1001 1001 11 Jan 19 17:17 .dockerignore [2021-01-19T17:22:02.084Z] drwxrwxr-x 8 1001 1001 4096 Jan 19 17:17 .git [2021-01-19T17:22:02.084Z] drwxrwxr-x 3 1001 1001 4096 Jan 19 17:17 .github [2021-01-19T17:22:02.084Z] -rw-rw-r-- 1 1001 1001 824 Jan 19 17:17 .gitignore [2021-01-19T17:22:02.084Z] -rw-rw-r-- 1 1001 1001 166 Jan 19 17:17 .sonarcloud.properties [2021-01-19T17:22:02.084Z] -rw-rw-r-- 1 1001 1001 7744 Jan 19 17:17 Attribution.txt [2021-01-19T17:22:02.084Z] -rw-rw-r-- 1 1001 1001 3804 Jan 19 17:17 CONTRIBUTING.md [2021-01-19T17:22:02.084Z] -rw-rw-r-- 1 1001 1001 931 Jan 19 17:17 Dockerfile.build [2021-01-19T17:22:02.084Z] -rw-rw-r-- 1 1001 1001 863 Jan 19 17:17 Jenkinsfile [2021-01-19T17:22:02.084Z] -rw-rw-r-- 1 1001 1001 10775 Jan 19 17:17 LICENSE [2021-01-19T17:22:02.084Z] -rw-rw-r-- 1 1001 1001 5750 Jan 19 17:17 Makefile [2021-01-19T17:22:02.084Z] -rw-rw-r-- 1 1001 1001 6524 Jan 19 17:17 README.md [2021-01-19T17:22:02.084Z] -rw-rw-r-- 1 1001 1001 6744 Jan 19 17:17 SECURITY.md [2021-01-19T17:22:02.084Z] -rw-rw-r-- 1 1001 1001 5 Jan 19 17:10 VERSION [2021-01-19T17:22:02.084Z] -rw-rw-r-- 1 1001 1001 4131 Jan 19 17:17 ZMQWindows.md [2021-01-19T17:22:02.084Z] drwxrwxr-x 2 1001 1001 4096 Jan 19 17:17 bin [2021-01-19T17:22:02.084Z] drwxrwxr-x 14 1001 1001 4096 Jan 19 17:17 cmd [2021-01-19T17:22:02.084Z] -rw-r--r-- 1 root root 550280 Jan 19 17:20 coverage.out [2021-01-19T17:22:02.084Z] -rw-r--r-- 1 root root 981 Jan 19 17:21 go.mod [2021-01-19T17:22:02.084Z] -rw-r--r-- 1 root root 19241 Jan 19 17:22 go.sum [2021-01-19T17:22:02.084Z] drwxrwxr-x 8 1001 1001 4096 Jan 19 17:17 internal [2021-01-19T17:22:02.084Z] drwxrwxr-x 4 1001 1001 4096 Jan 19 17:17 openapi [2021-01-19T17:22:02.084Z] drwxrwxr-x 4 1001 1001 4096 Jan 19 17:17 snap [2021-01-19T17:22:02.084Z] -rw-rw-r-- 1 1001 1001 168 Jan 19 17:17 version.go [Pipeline] sh [2021-01-19T17:22:02.434Z] + '[' -e coverage.out ] [2021-01-19T17:22:02.434Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-01-19T17:22:02.453Z] Warning: overwriting stash ‘coverage-report’ [2021-01-19T17:22:03.500Z] Stashed 1 file(s) [Pipeline] sh [2021-01-19T17:22:04.211Z] + make build [2021-01-19T17:22:04.211Z] 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-19T17:22:08.596Z] + sudo snap install --classic snapcraft [2021-01-19T17:22:12.808Z] snapcraft 4.4.4 from Canonical* installed [2021-01-19T17:22:12.808Z] + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' [2021-01-19T17:22:12.808Z] + patch --verbose -p1 [2021-01-19T17:22:12.808Z] Hmm... Looks like a unified diff to me... [2021-01-19T17:22:12.808Z] The text leading up to this was: [2021-01-19T17:22:12.808Z] -------------------------- [2021-01-19T17:22:12.808Z] |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 [2021-01-19T17:22:12.808Z] |From: Tony Espy [2021-01-19T17:22:12.808Z] |Date: Wed, 16 Dec 2020 16:34:55 -0500 [2021-01-19T17:22:12.808Z] |Subject: [PATCH] optimize snap build for pipeline CI check [2021-01-19T17:22:12.808Z] | [2021-01-19T17:22:12.808Z] |This patch is used by the EdgeX CI pipeline builds to [2021-01-19T17:22:12.808Z] |optimize the snap CI check run for pull requests. When [2021-01-19T17:22:12.808Z] |applied, it essentially strips out everything (apps and [2021-01-19T17:22:12.808Z] |parts) from the snapcraft.yaml file except those required [2021-01-19T17:22:12.808Z] |to build edgex-go, as the whole idea of the CI check is to [2021-01-19T17:22:12.808Z] |catch changes to edgex-go that break the snap build. [2021-01-19T17:22:12.808Z] | [2021-01-19T17:22:12.808Z] |In general, anyone updating snapcraft.yaml will also need [2021-01-19T17:22:12.808Z] |to update this patch file, otherwise it may fail to apply, [2021-01-19T17:22:12.808Z] |resulting in a failed snap build CI check in the associated [2021-01-19T17:22:12.808Z] |pull request. [2021-01-19T17:22:12.808Z] | [2021-01-19T17:22:12.808Z] |Note - in addition to applying this patch, the pipeline also [2021-01-19T17:22:12.808Z] |only primes the snap (e.g. `snapcraft prime`), as there's no [2021-01-19T17:22:12.808Z] |need to build the finally binary .snap file (and it won't [2021-01-19T17:22:12.808Z] |work with the patch applied). This further reduces the build [2021-01-19T17:22:12.808Z] |time. [2021-01-19T17:22:12.808Z] |--- [2021-01-19T17:22:12.808Z] | snap/snapcraft.yaml | 461 +------------------------------------------- [2021-01-19T17:22:12.808Z] | 1 file changed, 2 insertions(+), 459 deletions(-) [2021-01-19T17:22:12.808Z] | [2021-01-19T17:22:12.808Z] |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml [2021-01-19T17:22:12.808Z] |index 1e537489..faf42425 100644 [2021-01-19T17:22:12.808Z] |--- a/snap/snapcraft.yaml [2021-01-19T17:22:12.808Z] |+++ b/snap/snapcraft.yaml [2021-01-19T17:22:12.808Z] -------------------------- [2021-01-19T17:22:12.808Z] patching file snap/snapcraft.yaml [2021-01-19T17:22:12.808Z] Using Plan A... [2021-01-19T17:22:12.808Z] Hunk #1 succeeded at 73. [2021-01-19T17:22:12.808Z] Hunk #2 succeeded at 202 with fuzz 1 (offset 2 lines). [2021-01-19T17:22:12.808Z] Hunk #3 succeeded at 214 (offset -1 lines). [2021-01-19T17:22:12.808Z] Hunk #4 succeeded at 222 (offset -1 lines). [2021-01-19T17:22:12.808Z] Hunk #5 succeeded at 229 (offset -1 lines). [2021-01-19T17:22:12.808Z] Hunk #6 succeeded at 256 (offset -1 lines). [2021-01-19T17:22:12.808Z] Hunk #7 succeeded at 290 (offset -1 lines). [2021-01-19T17:22:12.808Z] Hunk #8 succeeded at 342. [2021-01-19T17:22:12.808Z] Hmm... Ignoring the trailing garbage. [2021-01-19T17:22:12.808Z] done [2021-01-19T17:22:12.808Z] + sudo snapcraft prime --use-lxd [2021-01-19T17:22:14.193Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-01-19T17:22:14.193Z] 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-19T17:22:14.193Z] - README.md [2021-01-19T17:22:14.193Z] - snapcraft.yaml.orig [2021-01-19T17:22:14.193Z] [2021-01-19T17:22:14.193Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-01-19T17:22:14.352Z] 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-19T17:22:15.139Z] Launching a container. [2021-01-19T17:22:27.376Z] Waiting for container to be ready [2021-01-19T17:22:27.376Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-01-19T17:22:27.376Z] [2021-01-19T17:22:30.674Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-01-19T17:22:30.934Z] Waiting for network to be ready... [2021-01-19T17:22:31.504Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-01-19T17:22:31.504Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-01-19T17:22:31.764Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1513 kB] [2021-01-19T17:22:31.764Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-01-19T17:22:32.026Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-01-19T17:22:32.026Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-01-19T17:22:32.287Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-01-19T17:22:32.287Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-01-19T17:22:32.287Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-01-19T17:22:32.287Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-01-19T17:22:32.287Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-01-19T17:22:32.287Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [293 kB] [2021-01-19T17:22:32.287Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [12.5 kB] [2021-01-19T17:22:32.287Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2644 B] [2021-01-19T17:22:32.287Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [219 kB] [2021-01-19T17:22:32.287Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [28.8 kB] [2021-01-19T17:22:32.287Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1101 kB] [2021-01-19T17:22:32.287Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [246 kB] [2021-01-19T17:22:32.549Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-01-19T17:22:32.811Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1844 kB] [2021-01-19T17:22:32.811Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [384 kB] [2021-01-19T17:22:32.811Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.7 kB] [2021-01-19T17:22:32.811Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6696 B] [2021-01-19T17:22:32.811Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [237 kB] [2021-01-19T17:22:33.073Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [31.8 kB] [2021-01-19T17:22:33.073Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1706 kB] [2021-01-19T17:22:33.073Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [360 kB] [2021-01-19T17:22:35.617Z] Fetched 23.8 MB in 4s (5656 kB/s) [2021-01-19T17:22:36.186Z] Reading package lists... [2021-01-19T17:22:36.446Z] Reading package lists... [2021-01-19T17:22:36.525Z] 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-19T17:22:36.708Z] Building dependency tree... [2021-01-19T17:22:36.708Z] Reading state information... [2021-01-19T17:22:36.708Z] The following additional packages will be installed: [2021-01-19T17:22:36.708Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-01-19T17:22:36.708Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-01-19T17:22:36.708Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-01-19T17:22:36.708Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-01-19T17:22:36.708Z] Suggested packages: [2021-01-19T17:22:36.708Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-01-19T17:22:36.708Z] Recommended packages: [2021-01-19T17:22:36.708Z] gnupg libsasl2-modules [2021-01-19T17:22:36.708Z] The following NEW packages will be installed: [2021-01-19T17:22:36.708Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-01-19T17:22:36.708Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-01-19T17:22:36.708Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-01-19T17:22:36.708Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-01-19T17:22:36.708Z] The following packages will be upgraded: [2021-01-19T17:22:36.708Z] gpg gpg-agent gpgconf libudev1 [2021-01-19T17:22:36.968Z] 4 upgraded, 18 newly installed, 0 to remove and 102 not upgraded. [2021-01-19T17:22:36.968Z] Need to get 3533 kB of archives. [2021-01-19T17:22:36.968Z] After this operation, 13.3 MB of additional disk space will be used. [2021-01-19T17:22:36.968Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] [2021-01-19T17:22:36.968Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] [2021-01-19T17:22:36.968Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] [2021-01-19T17:22:36.968Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] [2021-01-19T17:22:36.968Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] [2021-01-19T17:22:36.968Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.8 [17.0 kB] [2021-01-19T17:22:36.968Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.8 [155 kB] [2021-01-19T17:22:36.968Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] [2021-01-19T17:22:36.968Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.44 [58.3 kB] [2021-01-19T17:22:37.228Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.44 [1103 kB] [2021-01-19T17:22:37.799Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-01-19T17:22:37.799Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-01-19T17:22:37.799Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-01-19T17:22:37.799Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-01-19T17:22:37.799Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-01-19T17:22:37.799Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-01-19T17:22:37.799Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-01-19T17:22:37.799Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-01-19T17:22:37.799Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-01-19T17:22:37.799Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-01-19T17:22:37.799Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-01-19T17:22:37.799Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-01-19T17:22:37.799Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-19T17:22:38.059Z] Fetched 3533 kB in 1s (3596 kB/s) [2021-01-19T17:22:38.059Z] (Reading database ... 12511 files and directories currently installed.) [2021-01-19T17:22:38.059Z] Preparing to unpack .../libudev1_237-3ubuntu10.44_amd64.deb ... [2021-01-19T17:22:38.059Z] Unpacking libudev1:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-01-19T17:22:38.059Z] Setting up libudev1:amd64 (237-3ubuntu10.44) ... [2021-01-19T17:22:38.319Z] Selecting previously unselected package udev. [2021-01-19T17:22:38.319Z] (Reading database ... 12511 files and directories currently installed.) [2021-01-19T17:22:38.319Z] Preparing to unpack .../00-udev_237-3ubuntu10.44_amd64.deb ... [2021-01-19T17:22:38.319Z] Unpacking udev (237-3ubuntu10.44) ... [2021-01-19T17:22:38.579Z] Selecting previously unselected package libfuse2:amd64. [2021-01-19T17:22:38.579Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-01-19T17:22:38.579Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-01-19T17:22:38.838Z] Selecting previously unselected package fuse. [2021-01-19T17:22:38.838Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-01-19T17:22:38.838Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-01-19T17:22:38.838Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-19T17:22:38.838Z] Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-19T17:22:39.099Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-19T17:22:39.099Z] Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-19T17:22:39.099Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-19T17:22:39.099Z] Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-19T17:22:39.099Z] Selecting previously unselected package libksba8:amd64. [2021-01-19T17:22:39.099Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-01-19T17:22:39.359Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-01-19T17:22:39.359Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-01-19T17:22:39.359Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-19T17:22:39.359Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-19T17:22:39.359Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-01-19T17:22:39.359Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-19T17:22:39.359Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-19T17:22:39.625Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-01-19T17:22:39.625Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-19T17:22:39.625Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-19T17:22:39.625Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-01-19T17:22:39.625Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-19T17:22:39.625Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-19T17:22:39.885Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-01-19T17:22:39.885Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-19T17:22:39.885Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-19T17:22:39.885Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-01-19T17:22:39.885Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-19T17:22:39.885Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-19T17:22:39.885Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-01-19T17:22:39.885Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-19T17:22:39.885Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-19T17:22:39.904Z] 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-19T17:22:40.148Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-01-19T17:22:40.148Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-19T17:22:40.148Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-19T17:22:40.148Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-01-19T17:22:40.148Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-19T17:22:40.148Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-19T17:22:40.408Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-01-19T17:22:40.408Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-01-19T17:22:40.408Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-19T17:22:40.408Z] Selecting previously unselected package libsasl2-2:amd64. [2021-01-19T17:22:40.409Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-01-19T17:22:40.409Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-19T17:22:40.409Z] Selecting previously unselected package libldap-common. [2021-01-19T17:22:40.409Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... [2021-01-19T17:22:40.409Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-19T17:22:40.669Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-01-19T17:22:40.669Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... [2021-01-19T17:22:40.669Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-19T17:22:40.669Z] Selecting previously unselected package dirmngr. [2021-01-19T17:22:40.669Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-19T17:22:40.669Z] Unpacking dirmngr (2.2.4-1ubuntu1.3) ... [2021-01-19T17:22:40.931Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-19T17:22:40.931Z] Setting up gpgconf (2.2.4-1ubuntu1.3) ... [2021-01-19T17:22:40.931Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-01-19T17:22:40.931Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-19T17:22:40.931Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-19T17:22:40.931Z] Setting up gpg-agent (2.2.4-1ubuntu1.3) ... [2021-01-19T17:22:40.931Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-19T17:22:41.190Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-01-19T17:22:41.190Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-19T17:22:41.190Z] Setting up udev (237-3ubuntu10.44) ... [2021-01-19T17:22:41.454Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-01-19T17:22:41.716Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-19T17:22:41.716Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-01-19T17:22:41.716Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-01-19T17:22:41.977Z] Setting up gpg (2.2.4-1ubuntu1.3) ... [2021-01-19T17:22:41.977Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-19T17:22:41.977Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-19T17:22:41.977Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-19T17:22:41.977Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-19T17:22:41.977Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-19T17:22:41.977Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-19T17:22:41.977Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-19T17:22:41.977Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-19T17:22:42.237Z] Setting up dirmngr (2.2.4-1ubuntu1.3) ... [2021-01-19T17:22:42.237Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-19T17:22:42.498Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-01-19T17:22:42.498Z] settings in the [Install] section, and DefaultInstance for template units). [2021-01-19T17:22:42.498Z] This means they are not meant to be enabled using systemctl. [2021-01-19T17:22:42.498Z] Possible reasons for having this kind of units are: [2021-01-19T17:22:42.498Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-01-19T17:22:42.498Z] .wants/ or .requires/ directory. [2021-01-19T17:22:42.498Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-01-19T17:22:42.498Z] a requirement dependency on it. [2021-01-19T17:22:42.498Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-01-19T17:22:42.498Z] D-Bus, udev, scripted systemctl call, ...). [2021-01-19T17:22:42.498Z] 4) In case of template units, the unit is meant to be enabled with some [2021-01-19T17:22:42.498Z] instance name specified. [2021-01-19T17:22:43.019Z] Reading package lists... [2021-01-19T17:22:43.019Z] Building dependency tree... [2021-01-19T17:22:43.019Z] Reading state information... [2021-01-19T17:22:43.280Z] The following additional packages will be installed: [2021-01-19T17:22:43.280Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-01-19T17:22:43.280Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-01-19T17:22:43.280Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-01-19T17:22:43.280Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-01-19T17:22:43.280Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-01-19T17:22:43.280Z] Suggested packages: [2021-01-19T17:22:43.280Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-01-19T17:22:43.280Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-01-19T17:22:43.280Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-01-19T17:22:43.280Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-01-19T17:22:43.280Z] systemd-container policykit-1 [2021-01-19T17:22:43.280Z] Recommended packages: [2021-01-19T17:22:43.280Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-01-19T17:22:43.280Z] The following NEW packages will be installed: [2021-01-19T17:22:43.280Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-01-19T17:22:43.280Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-01-19T17:22:43.280Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-01-19T17:22:43.280Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-01-19T17:22:43.280Z] python3.6-minimal snapd squashfs-tools sudo [2021-01-19T17:22:43.280Z] The following packages will be upgraded: [2021-01-19T17:22:43.280Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-01-19T17:22:43.280Z] 5 upgraded, 25 newly installed, 0 to remove and 97 not upgraded. [2021-01-19T17:22:43.280Z] Need to get 35.2 MB of archives. [2021-01-19T17:22:43.280Z] After this operation, 141 MB of additional disk space will be used. [2021-01-19T17:22:43.280Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.44 [2913 kB] [2021-01-19T17:22:43.280Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] [2021-01-19T17:22:44.222Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] [2021-01-19T17:22:44.222Z] 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-19T17:22:44.222Z] Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.44 [209 kB] [2021-01-19T17:22:44.222Z] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2021-01-19T17:22:44.222Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-01-19T17:22:44.222Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-01-19T17:22:44.222Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-01-19T17:22:44.223Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-01-19T17:22:44.223Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-01-19T17:22:44.223Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-01-19T17:22:44.223Z] Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 sudo amd64 1.8.21p2-3ubuntu1.3 [428 kB] [2021-01-19T17:22:44.223Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [533 kB] [2021-01-19T17:22:44.223Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-01-19T17:22:44.223Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [1609 kB] [2021-01-19T17:22:44.223Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-01-19T17:22:44.223Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] [2021-01-19T17:22:44.223Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-01-19T17:22:44.223Z] 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-19T17:22:44.223Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] [2021-01-19T17:22:44.483Z] 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-19T17:22:44.483Z] Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-01-19T17:22:44.483Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-01-19T17:22:44.483Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-01-19T17:22:44.483Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-01-19T17:22:44.483Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-01-19T17:22:44.483Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-01-19T17:22:44.483Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] [2021-01-19T17:22:44.483Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-01-19T17:22:45.326Z] 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-19T17:22:45.427Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-19T17:22:45.427Z] Fetched 35.2 MB in 2s (16.1 MB/s) [2021-01-19T17:22:45.688Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-19T17:22:45.688Z] Preparing to unpack .../systemd_237-3ubuntu10.44_amd64.deb ... [2021-01-19T17:22:45.688Z] Unpacking systemd (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-01-19T17:22:46.259Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.44_amd64.deb ... [2021-01-19T17:22:46.259Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-01-19T17:22:46.300Z] 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-19T17:22:46.520Z] Setting up libsystemd0:amd64 (237-3ubuntu10.44) ... [2021-01-19T17:22:46.781Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-19T17:22:46.781Z] Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... [2021-01-19T17:22:46.781Z] Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... [2021-01-19T17:22:47.042Z] Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... [2021-01-19T17:22:47.042Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-19T17:22:47.042Z] Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... [2021-01-19T17:22:47.042Z] Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... [2021-01-19T17:22:47.302Z] Setting up apt (1.6.12ubuntu0.2) ... [2021-01-19T17:22:47.565Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-01-19T17:22:47.826Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-01-19T17:22:48.087Z] (Reading database ... 12764 files and directories currently installed.) [2021-01-19T17:22:48.087Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-01-19T17:22:48.087Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-01-19T17:22:48.348Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-01-19T17:22:48.348Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-19T17:22:48.348Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-19T17:22:48.348Z] Selecting previously unselected package libexpat1:amd64. [2021-01-19T17:22:48.348Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-01-19T17:22:48.348Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-01-19T17:22:48.608Z] Selecting previously unselected package python3.6-minimal. [2021-01-19T17:22:48.608Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-19T17:22:48.608Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-01-19T17:22:48.869Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... [2021-01-19T17:22:48.869Z] Checking for services that may need to be restarted...done. [2021-01-19T17:22:48.869Z] Checking for services that may need to be restarted...done. [2021-01-19T17:22:49.130Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-19T17:22:49.130Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-01-19T17:22:49.130Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-01-19T17:22:49.699Z] Selecting previously unselected package python3-minimal. [2021-01-19T17:22:49.699Z] (Reading database ... 13012 files and directories currently installed.) [2021-01-19T17:22:49.699Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-01-19T17:22:49.699Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-01-19T17:22:49.699Z] Selecting previously unselected package mime-support. [2021-01-19T17:22:49.699Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-01-19T17:22:49.699Z] Unpacking mime-support (3.60ubuntu1) ... [2021-01-19T17:22:49.961Z] Selecting previously unselected package libmpdec2:amd64. [2021-01-19T17:22:49.961Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-01-19T17:22:49.961Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-01-19T17:22:49.961Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-01-19T17:22:49.961Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-19T17:22:49.961Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-19T17:22:50.222Z] Selecting previously unselected package python3.6. [2021-01-19T17:22:50.222Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-19T17:22:50.222Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-19T17:22:50.222Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-01-19T17:22:50.222Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-01-19T17:22:50.222Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-01-19T17:22:50.481Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-01-19T17:22:50.603Z] 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-19T17:22:50.743Z] Selecting previously unselected package python3. [2021-01-19T17:22:50.743Z] (Reading database ... 13442 files and directories currently installed.) [2021-01-19T17:22:50.743Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-01-19T17:22:50.743Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-01-19T17:22:50.743Z] Selecting previously unselected package multiarch-support. [2021-01-19T17:22:50.743Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-01-19T17:22:50.743Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-01-19T17:22:50.743Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-01-19T17:22:51.004Z] Selecting previously unselected package liblzo2-2:amd64. [2021-01-19T17:22:51.004Z] (Reading database ... 13479 files and directories currently installed.) [2021-01-19T17:22:51.004Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-01-19T17:22:51.004Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-01-19T17:22:51.004Z] Selecting previously unselected package libbsd0:amd64. [2021-01-19T17:22:51.004Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-01-19T17:22:51.004Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-01-19T17:22:51.267Z] Selecting previously unselected package sudo. [2021-01-19T17:22:51.267Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.3_amd64.deb ... [2021-01-19T17:22:51.267Z] Unpacking sudo (1.8.21p2-3ubuntu1.3) ... [2021-01-19T17:22:51.267Z] Selecting previously unselected package apparmor. [2021-01-19T17:22:51.267Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-01-19T17:22:51.267Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-01-19T17:22:51.529Z] Selecting previously unselected package libedit2:amd64. [2021-01-19T17:22:51.529Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-01-19T17:22:51.529Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-01-19T17:22:51.529Z] Selecting previously unselected package libkrb5support0:amd64. [2021-01-19T17:22:51.529Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-01-19T17:22:51.529Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-01-19T17:22:51.789Z] Selecting previously unselected package libk5crypto3:amd64. [2021-01-19T17:22:51.789Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-01-19T17:22:51.789Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-01-19T17:22:51.789Z] Selecting previously unselected package libkeyutils1:amd64. [2021-01-19T17:22:51.789Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-01-19T17:22:51.789Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-01-19T17:22:51.789Z] Selecting previously unselected package libkrb5-3:amd64. [2021-01-19T17:22:51.789Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-01-19T17:22:51.789Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-01-19T17:22:52.049Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-01-19T17:22:52.049Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-01-19T17:22:52.050Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-01-19T17:22:52.309Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-01-19T17:22:52.309Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... [2021-01-19T17:22:52.309Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-01-19T17:22:52.309Z] Selecting previously unselected package openssh-client. [2021-01-19T17:22:52.310Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-01-19T17:22:52.310Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-01-19T17:22:52.570Z] Selecting previously unselected package squashfs-tools. [2021-01-19T17:22:52.570Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-01-19T17:22:52.570Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-01-19T17:22:52.570Z] Selecting previously unselected package snapd. [2021-01-19T17:22:52.570Z] Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... [2021-01-19T17:22:52.570Z] Unpacking snapd (2.48+18.04) ... [2021-01-19T17:22:54.487Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-01-19T17:22:54.748Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-01-19T17:22:54.748Z] Setting up mime-support (3.60ubuntu1) ... [2021-01-19T17:22:54.748Z] Setting up sudo (1.8.21p2-3ubuntu1.3) ... [2021-01-19T17:22:55.009Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-01-19T17:22:55.009Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-01-19T17:22:55.009Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-19T17:22:55.009Z] Setting up systemd (237-3ubuntu10.44) ... [2021-01-19T17:22:55.009Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-01-19T17:22:55.951Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-01-19T17:22:55.951Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-01-19T17:22:55.951Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-01-19T17:22:55.951Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-19T17:22:55.951Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-01-19T17:22:55.951Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-19T17:22:55.999Z] 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-19T17:22:56.522Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-01-19T17:22:56.522Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-01-19T17:22:56.522Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-01-19T17:22:56.522Z] Setting up python3 (3.6.7-1~18.04) ... [2021-01-19T17:22:56.783Z] running python rtupdate hooks for python3.6... [2021-01-19T17:22:56.783Z] running python post-rtupdate hooks for python3.6... [2021-01-19T17:22:56.783Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-01-19T17:22:59.333Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-01-19T17:22:59.333Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-01-19T17:22:59.333Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-01-19T17:22:59.333Z] Setting up snapd (2.48+18.04) ... [2021-01-19T17:22:59.383Z] 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-19T17:22:59.596Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-01-19T17:22:59.858Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-01-19T17:22:59.858Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-01-19T17:23:00.118Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-01-19T17:23:00.379Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-01-19T17:23:00.379Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-01-19T17:23:00.379Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-01-19T17:23:00.640Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-01-19T17:23:00.640Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-01-19T17:23:00.901Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-01-19T17:23:01.161Z] /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-19T17:23:01.161Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-19T17:23:01.161Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-01-19T17:23:02.104Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-01-19T17:23:02.676Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-19T17:23:02.676Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-19T17:23:03.620Z] Reading package lists... [2021-01-19T17:23:03.695Z] 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-19T17:23:03.881Z] Reading package lists... [2021-01-19T17:23:03.881Z] Building dependency tree... [2021-01-19T17:23:03.881Z] Reading state information... [2021-01-19T17:23:04.142Z] Calculating upgrade... [2021-01-19T17:23:04.142Z] The following packages will be upgraded: [2021-01-19T17:23:04.142Z] advancecomp base-files bash binutils binutils-common [2021-01-19T17:23:04.142Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-01-19T17:23:04.142Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-01-19T17:23:04.142Z] grep libapparmor1 libasan4 libatomic1 libbinutils libblkid1 libbz2-1.0 [2021-01-19T17:23:04.142Z] libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 libcilkrts5 libcom-err2 [2021-01-19T17:23:04.142Z] libcryptsetup12 libdb5.3 libdevmapper1.02.1 libdpkg-perl libext2fs2 [2021-01-19T17:23:04.142Z] libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 libgnutls30 libgomp1 libidn11 [2021-01-19T17:23:04.142Z] libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 libmount1 libmpx2 libncurses5 [2021-01-19T17:23:04.142Z] libncursesw5 libp11-kit0 libpam-modules libpam-modules-bin libpam-runtime [2021-01-19T17:23:04.142Z] libpam0g libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 [2021-01-19T17:23:04.142Z] libsmartcols1 libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 [2021-01-19T17:23:04.142Z] libtsan0 libubsan0 libunistring2 libuuid1 libzstd1 linux-libc-dev login [2021-01-19T17:23:04.142Z] mount ncurses-base ncurses-bin openssl passwd patch perl perl-base [2021-01-19T17:23:04.142Z] perl-modules-5.26 pkgbinarymangler procps systemd-sysv tar tzdata [2021-01-19T17:23:04.142Z] ubuntu-keyring util-linux [2021-01-19T17:23:04.142Z] 97 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-01-19T17:23:04.142Z] Need to get 63.7 MB of archives. [2021-01-19T17:23:04.142Z] After this operation, 5203 kB of additional disk space will be used. [2021-01-19T17:23:04.142Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-132.136 [987 kB] [2021-01-19T17:23:04.404Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-01-19T17:23:04.404Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-01-19T17:23:04.404Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-01-19T17:23:04.404Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-01-19T17:23:04.404Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-01-19T17:23:04.404Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-01-19T17:23:04.404Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] [2021-01-19T17:23:04.404Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] [2021-01-19T17:23:04.404Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] [2021-01-19T17:23:04.404Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-01-19T17:23:04.404Z] Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-01-19T17:23:04.404Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-01-19T17:23:04.404Z] 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-19T17:23:04.404Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-01-19T17:23:04.404Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-01-19T17:23:04.404Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-01-19T17:23:04.404Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-01-19T17:23:04.404Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-01-19T17:23:04.404Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-01-19T17:23:04.405Z] 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-19T17:23:04.405Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-01-19T17:23:04.405Z] 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-19T17:23:04.405Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-01-19T17:23:04.405Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-01-19T17:23:04.405Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-01-19T17:23:04.405Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-01-19T17:23:04.405Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-01-19T17:23:04.405Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-01-19T17:23:04.405Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-01-19T17:23:04.405Z] Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-01-19T17:23:04.680Z] Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-01-19T17:23:04.680Z] Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-01-19T17:23:04.680Z] Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-01-19T17:23:04.680Z] Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-01-19T17:23:04.680Z] Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] [2021-01-19T17:23:04.680Z] Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] [2021-01-19T17:23:04.680Z] 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-19T17:23:04.680Z] Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-01-19T17:23:04.680Z] 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-19T17:23:04.680Z] 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-19T17:23:04.680Z] Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20201027ubuntu0.18.04.1 [153 kB] [2021-01-19T17:23:04.680Z] Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-01-19T17:23:04.680Z] 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-19T17:23:04.680Z] Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-01-19T17:23:04.680Z] Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2020f-0ubuntu0.18.04 [190 kB] [2021-01-19T17:23:04.680Z] 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-19T17:23:04.680Z] Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-01-19T17:23:04.680Z] 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-19T17:23:04.680Z] Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] [2021-01-19T17:23:04.680Z] Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] [2021-01-19T17:23:04.680Z] Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] [2021-01-19T17:23:04.680Z] Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-01-19T17:23:04.680Z] Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-01-19T17:23:04.680Z] Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-01-19T17:23:04.680Z] Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-01-19T17:23:04.976Z] Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-01-19T17:23:04.976Z] 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-19T17:23:04.976Z] 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-19T17:23:04.976Z] Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-01-19T17:23:05.236Z] 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-19T17:23:05.236Z] Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-01-19T17:23:05.236Z] Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-01-19T17:23:05.236Z] Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-01-19T17:23:05.236Z] Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-01-19T17:23:05.498Z] Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-01-19T17:23:05.498Z] Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-01-19T17:23:05.498Z] Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-01-19T17:23:05.498Z] Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-01-19T17:23:05.498Z] Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-01-19T17:23:05.498Z] Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-01-19T17:23:05.498Z] Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-01-19T17:23:05.498Z] Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-01-19T17:23:05.498Z] Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-01-19T17:23:05.758Z] Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-01-19T17:23:05.758Z] Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-01-19T17:23:05.758Z] Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-01-19T17:23:05.758Z] Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-01-19T17:23:05.758Z] Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-01-19T17:23:05.758Z] 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-19T17:23:05.758Z] 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-19T17:23:05.758Z] 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-19T17:23:05.758Z] Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.44 [16.1 kB] [2021-01-19T17:23:05.758Z] 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-19T17:23:05.758Z] Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-01-19T17:23:06.020Z] Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-01-19T17:23:06.020Z] Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-01-19T17:23:06.020Z] 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-19T17:23:06.020Z] Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-01-19T17:23:06.020Z] Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-01-19T17:23:06.020Z] 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-19T17:23:06.020Z] Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-01-19T17:23:06.020Z] Get:93 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-01-19T17:23:06.020Z] Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-01-19T17:23:06.020Z] Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-01-19T17:23:06.020Z] Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-01-19T17:23:06.281Z] Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-01-19T17:23:06.281Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-19T17:23:06.281Z] Fetched 63.7 MB in 2s (30.7 MB/s) [2021-01-19T17:23:06.541Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-19T17:23:06.541Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-01-19T17:23:06.541Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-19T17:23:07.086Z] 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-19T17:23:07.120Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-01-19T17:23:07.120Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-19T17:23:07.120Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-132.136_amd64.deb ... [2021-01-19T17:23:07.381Z] Unpacking linux-libc-dev:amd64 (4.15.0-132.136) over (4.15.0-20.21) ... [2021-01-19T17:23:08.321Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-19T17:23:08.321Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-19T17:23:08.321Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-19T17:23:08.321Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-19T17:23:08.581Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-19T17:23:08.581Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-19T17:23:08.842Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-19T17:23:08.842Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-19T17:23:08.842Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-19T17:23:08.842Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-19T17:23:09.102Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-19T17:23:09.102Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-19T17:23:09.102Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-19T17:23:09.363Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-19T17:23:09.363Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-19T17:23:09.363Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-19T17:23:09.363Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-19T17:23:09.363Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-01-19T17:23:09.623Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-01-19T17:23:09.623Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-19T17:23:09.623Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-19T17:23:09.883Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-19T17:23:09.883Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-19T17:23:09.883Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-19T17:23:10.143Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-19T17:23:10.143Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-19T17:23:10.143Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-19T17:23:10.403Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-19T17:23:10.403Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-01-19T17:23:10.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-19T17:23:10.662Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-19T17:23:10.922Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-01-19T17:23:11.184Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-19T17:23:11.184Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-01-19T17:23:11.184Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-01-19T17:23:11.184Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-01-19T17:23:11.444Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-01-19T17:23:11.444Z] Setting up base-files (10.1ubuntu2.10) ... [2021-01-19T17:23:11.707Z] Installing new version of config file /etc/issue ... [2021-01-19T17:23:11.707Z] Installing new version of config file /etc/issue.net ... [2021-01-19T17:23:11.707Z] Installing new version of config file /etc/lsb-release ... [2021-01-19T17:23:11.707Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-01-19T17:23:11.968Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-01-19T17:23:11.968Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-01-19T17:23:11.968Z] Removing obsolete conffile /etc/default/motd-news ... [2021-01-19T17:23:11.968Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-19T17:23:11.968Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-01-19T17:23:11.968Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-01-19T17:23:12.229Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-01-19T17:23:12.229Z] 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-19T17:23:12.490Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-19T17:23:12.490Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-19T17:23:12.490Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-01-19T17:23:12.490Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-01-19T17:23:12.752Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-19T17:23:12.752Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-01-19T17:23:12.752Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-01-19T17:23:12.752Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-01-19T17:23:13.012Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-19T17:23:13.012Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-01-19T17:23:13.012Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-19T17:23:13.273Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-01-19T17:23:13.534Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-19T17:23:13.534Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-19T17:23:13.534Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-19T17:23:13.534Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-19T17:23:13.794Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-19T17:23:13.794Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-19T17:23:13.794Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [Pipeline] } [2021-01-19T17:23:13.896Z] $ docker stop --time=1 096c22e96b066d1da9c99be814a321b8f8bb9ec0f490721d21aa9d0c76774b04 [2021-01-19T17:23:14.059Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-01-19T17:23:14.059Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-19T17:23:14.059Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-01-19T17:23:14.059Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-01-19T17:23:14.059Z] Setting up grep (3.1-2build1) ... [2021-01-19T17:23:14.320Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-19T17:23:14.320Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-01-19T17:23:14.320Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-01-19T17:23:14.320Z] Setting up login (1:4.5-1ubuntu2) ... [2021-01-19T17:23:14.581Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-19T17:23:14.581Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-19T17:23:14.581Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-19T17:23:14.840Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-01-19T17:23:14.840Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-19T17:23:14.840Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-19T17:23:14.840Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-19T17:23:15.411Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-19T17:23:15.411Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-19T17:23:15.411Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-19T17:23:15.411Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-19T17:23:15.982Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-01-19T17:23:15.982Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-19T17:23:15.982Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-01-19T17:23:15.982Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-19T17:23:16.377Z] $ docker rm -f 096c22e96b066d1da9c99be814a321b8f8bb9ec0f490721d21aa9d0c76774b04 [2021-01-19T17:23:17.366Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-01-19T17:23:17.366Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-01-19T17:23:17.366Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-01-19T17:23:17.366Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-01-19T17:23:17.366Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-01-19T17:23:17.366Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-19T17:23:17.366Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [2021-01-19T17:23:17.627Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-01-19T17:23:17.627Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [2021-01-19T17:23:17.888Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-19T17:23:17.888Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-19T17:23:17.888Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-19T17:23:17.888Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-19T17:23:17.888Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-19T17:23:17.888Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [Pipeline] isUnix [Pipeline] sh [2021-01-19T17:23:18.149Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-19T17:23:18.149Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-19T17:23:18.149Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-19T17:23:18.149Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-19T17:23:18.210Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-19T17:23:18.210Z] [2021-01-19T17:23:18.210Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-19T17:23:18.411Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-19T17:23:18.411Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-19T17:23:18.411Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-19T17:23:18.411Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-19T17:23:18.595Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-19T17:23:18.595Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-01-19T17:23:18.595Z] 29e5d40040c1: Pulling fs layer [2021-01-19T17:23:18.595Z] 1ce36da41761: Pulling fs layer [2021-01-19T17:23:18.595Z] 25b303627fd3: Pulling fs layer [2021-01-19T17:23:18.672Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-19T17:23:18.672Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-19T17:23:18.672Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-19T17:23:18.672Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-19T17:23:18.672Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-19T17:23:18.867Z] 29e5d40040c1: Verifying Checksum [2021-01-19T17:23:18.867Z] 29e5d40040c1: Download complete [2021-01-19T17:23:18.967Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-19T17:23:18.967Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-19T17:23:18.967Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-19T17:23:19.229Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-19T17:23:19.229Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-19T17:23:19.229Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-19T17:23:19.229Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-19T17:23:19.462Z] 1ce36da41761: Verifying Checksum [2021-01-19T17:23:19.462Z] 1ce36da41761: Download complete [2021-01-19T17:23:19.462Z] 29e5d40040c1: Pull complete [2021-01-19T17:23:19.491Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-19T17:23:19.491Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-19T17:23:19.491Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-19T17:23:19.491Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-19T17:23:19.752Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-19T17:23:19.752Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-19T17:23:19.752Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-19T17:23:19.752Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-01-19T17:23:20.013Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-19T17:23:20.013Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-19T17:23:20.013Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-19T17:23:20.273Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-01-19T17:23:20.534Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-01-19T17:23:20.794Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-01-19T17:23:20.891Z] 1ce36da41761: Pull complete [2021-01-19T17:23:20.891Z] 25b303627fd3: Verifying Checksum [2021-01-19T17:23:20.891Z] 25b303627fd3: Download complete [2021-01-19T17:23:21.055Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-19T17:23:21.055Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-01-19T17:23:21.055Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-19T17:23:21.055Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-01-19T17:23:21.315Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-19T17:23:21.315Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-01-19T17:23:21.315Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-19T17:23:21.576Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-01-19T17:23:21.576Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-19T17:23:21.576Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-01-19T17:23:21.576Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-01-19T17:23:21.837Z] Setting up debconf (1.5.66ubuntu1) ... [2021-01-19T17:23:22.097Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-19T17:23:22.097Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-19T17:23:22.097Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-19T17:23:22.097Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-19T17:23:22.358Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-19T17:23:22.358Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-19T17:23:22.358Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-19T17:23:22.358Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-19T17:23:22.619Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-19T17:23:22.619Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-19T17:23:22.619Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-19T17:23:22.879Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-19T17:23:23.142Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-19T17:23:23.142Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-19T17:23:23.142Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-19T17:23:23.142Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.44_amd64.deb ... [2021-01-19T17:23:23.142Z] Unpacking systemd-sysv (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-01-19T17:23:23.403Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-19T17:23:23.403Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-19T17:23:23.403Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-19T17:23:23.663Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-19T17:23:23.663Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-01-19T17:23:23.663Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-01-19T17:23:23.924Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-01-19T17:23:23.924Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-19T17:23:23.924Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-01-19T17:23:23.924Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-19T17:23:24.185Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-19T17:23:24.447Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-19T17:23:24.447Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-19T17:23:24.447Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-19T17:23:24.447Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-19T17:23:24.707Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-19T17:23:24.707Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... [2021-01-19T17:23:24.707Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... [2021-01-19T17:23:24.968Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... [2021-01-19T17:23:24.968Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-19T17:23:24.968Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-01-19T17:23:24.968Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-01-19T17:23:25.229Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-01-19T17:23:25.511Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-19T17:23:25.511Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-19T17:23:25.511Z] Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-19T17:23:25.773Z] Setting up gpgv (2.2.4-1ubuntu1.3) ... [2021-01-19T17:23:25.773Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-19T17:23:25.773Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-01-19T17:23:25.773Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-01-19T17:23:26.034Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-01-19T17:23:26.034Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-19T17:23:26.034Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-01-19T17:23:26.034Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-01-19T17:23:26.300Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-01-19T17:23:26.300Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-19T17:23:26.300Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-01-19T17:23:26.300Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-01-19T17:23:26.562Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-01-19T17:23:26.562Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-19T17:23:26.562Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-01-19T17:23:26.562Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-01-19T17:23:26.828Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-01-19T17:23:26.828Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-19T17:23:26.828Z] Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... [2021-01-19T17:23:26.828Z] Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... [2021-01-19T17:23:27.097Z] Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... [2021-01-19T17:23:27.097Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-19T17:23:27.097Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... [2021-01-19T17:23:27.097Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... [2021-01-19T17:23:27.097Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... [2021-01-19T17:23:27.357Z] (Reading database ... 13915 files and directories currently installed.) [2021-01-19T17:23:27.357Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-01-19T17:23:27.357Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-01-19T17:23:27.357Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-01-19T17:23:27.616Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-01-19T17:23:27.616Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-01-19T17:23:27.616Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-01-19T17:23:27.883Z] Preparing to unpack .../03-ca-certificates_20201027ubuntu0.18.04.1_all.deb ... [2021-01-19T17:23:27.883Z] Unpacking ca-certificates (20201027ubuntu0.18.04.1) over (20180409) ... [2021-01-19T17:23:28.145Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-01-19T17:23:28.145Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-01-19T17:23:28.145Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-01-19T17:23:28.426Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-01-19T17:23:28.426Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-01-19T17:23:28.426Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-01-19T17:23:28.687Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-01-19T17:23:28.687Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-01-19T17:23:28.687Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-01-19T17:23:28.687Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-01-19T17:23:28.948Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-01-19T17:23:28.948Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-01-19T17:23:28.948Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-01-19T17:23:28.948Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-01-19T17:23:29.134Z] 25b303627fd3: Pull complete [2021-01-19T17:23:29.134Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-01-19T17:23:29.134Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-19T17:23:29.134Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-01-19T17:23:29.209Z] Preparing to unpack .../11-tzdata_2020f-0ubuntu0.18.04_all.deb ... [2021-01-19T17:23:29.209Z] Unpacking tzdata (2020f-0ubuntu0.18.04) over (2018d-1) ... [2021-01-19T17:23:29.360Z] prd-ubuntu18.04-docker-arm64-4c-16g-21237 does not seem to be running inside a container [2021-01-19T17:23:29.443Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-01-19T17:23:30.148Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-01-19T17:23:30.148Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-01-19T17:23:30.148Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-01-19T17:23:30.148Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-01-19T17:23:30.407Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-19T17:23:30.407Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-19T17:23:30.667Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-19T17:23:30.667Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-19T17:23:30.933Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-19T17:23:30.933Z] Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-19T17:23:30.933Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-19T17:23:30.933Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-19T17:23:31.194Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-19T17:23:31.194Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-19T17:23:31.194Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-19T17:23:31.194Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-19T17:23:31.455Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-19T17:23:31.455Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-19T17:23:31.455Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-19T17:23:31.723Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-19T17:23:32.326Z] $ docker top 028ca869fa872b3328869030233ce2b94560c9fcb6d32a23e4ce6b85782f958d -eo pid,comm [Pipeline] { [2021-01-19T17:23:32.665Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-19T17:23:32.665Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [Pipeline] sh [2021-01-19T17:23:33.302Z] + + docker-composegrep build parallel --help [2021-01-19T17:23:33.302Z] [2021-01-19T17:23:33.610Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-19T17:23:33.610Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-19T17:23:34.284Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-19T17:23:34.558Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-19T17:23:34.834Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-19T17:23:34.834Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-19T17:23:35.469Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-19T17:23:35.801Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-19T17:23:35.801Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-19T17:23:35.801Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-19T17:23:35.801Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-01-19T17:23:35.801Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-19T17:23:36.170Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-01-19T17:23:36.170Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-19T17:23:36.170Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-01-19T17:23:36.170Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-01-19T17:23:36.431Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-19T17:23:36.431Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-19T17:23:36.431Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-19T17:23:36.431Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-19T17:23:36.673Z] --parallel Build images in parallel. [Pipeline] } [2021-01-19T17:23:36.697Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-01-19T17:23:36.697Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-01-19T17:23:36.697Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-19T17:23:36.700Z] $ docker stop --time=1 028ca869fa872b3328869030233ce2b94560c9fcb6d32a23e4ce6b85782f958d [2021-01-19T17:23:36.958Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-19T17:23:36.959Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-19T17:23:36.959Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-19T17:23:36.959Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-19T17:23:36.959Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-01-19T17:23:36.959Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-01-19T17:23:36.959Z] Setting up tzdata (2020f-0ubuntu0.18.04) ... [2021-01-19T17:23:37.218Z] [2021-01-19T17:23:37.218Z] Current default time zone: 'Etc/UTC' [2021-01-19T17:23:37.218Z] Local time is now: Tue Jan 19 17:23:37 UTC 2021. [2021-01-19T17:23:37.218Z] Universal Time is now: Tue Jan 19 17:23:37 UTC 2021. [2021-01-19T17:23:37.218Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-01-19T17:23:37.218Z] [2021-01-19T17:23:37.218Z] Setting up systemd-sysv (237-3ubuntu10.44) ... [2021-01-19T17:23:37.218Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-19T17:23:37.218Z] Setting up linux-libc-dev:amd64 (4.15.0-132.136) ... [2021-01-19T17:23:37.478Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-01-19T17:23:37.478Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-01-19T17:23:37.478Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-01-19T17:23:37.478Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-01-19T17:23:37.478Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-01-19T17:23:37.478Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-01-19T17:23:37.478Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-01-19T17:23:37.739Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-19T17:23:37.739Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-01-19T17:23:37.999Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-19T17:23:37.999Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-01-19T17:23:37.999Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-19T17:23:37.999Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-01-19T17:23:37.999Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-01-19T17:23:37.999Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-01-19T17:23:38.262Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... [2021-01-19T17:23:38.262Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-01-19T17:23:38.262Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-01-19T17:23:38.262Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-01-19T17:23:38.262Z] Setting up ca-certificates (20201027ubuntu0.18.04.1) ... [2021-01-19T17:23:38.583Z] $ docker rm -f 028ca869fa872b3328869030233ce2b94560c9fcb6d32a23e4ce6b85782f958d [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-19T17:23:39.321Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-19T17:23:39.321Z] . [Pipeline] withDockerContainer [2021-01-19T17:23:39.604Z] prd-ubuntu18.04-docker-arm64-4c-16g-21237 does not seem to be running inside a container [2021-01-19T17:23:39.708Z] $ 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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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-19T17:23:40.181Z] Updating certificates in /etc/ssl/certs... [2021-01-19T17:23:41.100Z] $ docker top 0c87aff4d34f22cc106976d1573c0c7e017dd33ba50a7d48ac44c147448904de -eo pid,comm [2021-01-19T17:23:41.124Z] 22 added, 17 removed; done. [2021-01-19T17:23:41.124Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-01-19T17:23:41.124Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-19T17:23:41.124Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-01-19T17:23:41.124Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-01-19T17:23:41.124Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-01-19T17:23:41.124Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-19T17:23:41.385Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-01-19T17:23:41.385Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-19T17:23:41.385Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-19T17:23:41.385Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-19T17:23:41.385Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-19T17:23:41.385Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-19T17:23:41.385Z] Setting up perl (5.26.1-6ubuntu0.5) ... [Pipeline] { [Pipeline] sh [2021-01-19T17:23:41.649Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... [2021-01-19T17:23:41.649Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-01-19T17:23:41.649Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-01-19T17:23:41.649Z] Setting up binutils (2.30-21ubuntu1~18.04.4) ... [2021-01-19T17:23:41.649Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-19T17:23:41.649Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-19T17:23:41.649Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-01-19T17:23:41.649Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-01-19T17:23:41.909Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-01-19T17:23:41.909Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-01-19T17:23:41.909Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-01-19T17:23:41.909Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-01-19T17:23:41.909Z] Processing triggers for ca-certificates (20201027ubuntu0.18.04.1) ... [2021-01-19T17:23:42.120Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-19T17:23:42.170Z] Updating certificates in /etc/ssl/certs... [2021-01-19T17:23:42.741Z] 0 added, 0 removed; done. [2021-01-19T17:23:42.741Z] Running hooks in /etc/ca-certificates/update.d... [2021-01-19T17:23:42.741Z] done. [2021-01-19T17:23:43.000Z] Reading package lists... [2021-01-19T17:23:43.261Z] Building dependency tree... [2021-01-19T17:23:43.261Z] Reading state information... [2021-01-19T17:23:43.261Z] The following NEW packages will be installed: [2021-01-19T17:23:43.261Z] apt-transport-https [2021-01-19T17:23:43.261Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-01-19T17:23:43.261Z] Need to get 1696 B of archives. [2021-01-19T17:23:43.261Z] After this operation, 153 kB of additional disk space will be used. [2021-01-19T17:23:43.261Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] [2021-01-19T17:23:43.521Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-19T17:23:43.521Z] Fetched 1696 B in 0s (44.5 kB/s) [2021-01-19T17:23:43.521Z] Selecting previously unselected package apt-transport-https. [2021-01-19T17:23:43.521Z] (Reading database ... 13929 files and directories currently installed.) [2021-01-19T17:23:43.521Z] Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... [2021-01-19T17:23:43.521Z] Unpacking apt-transport-https (1.6.12ubuntu0.2) ... [2021-01-19T17:23:43.521Z] Setting up apt-transport-https (1.6.12ubuntu0.2) ... [2021-01-19T17:23:43.783Z] Waiting for network to be ready... [2021-01-19T17:23:45.496Z] Building docker-core-command-go ... [2021-01-19T17:23:45.496Z] Building docker-core-data-go ... [2021-01-19T17:23:45.496Z] Building docker-core-metadata-go ... [2021-01-19T17:23:45.496Z] Building docker-security-bootstrap-redis-go ... [2021-01-19T17:23:45.496Z] Building docker-security-proxy-setup-go ... [2021-01-19T17:23:45.496Z] Building docker-security-secretstore-setup-go ... [2021-01-19T17:23:45.496Z] Building docker-support-notifications-go ... [2021-01-19T17:23:45.496Z] Building docker-support-scheduler-go ... [2021-01-19T17:23:45.496Z] Building docker-sys-mgmt-agent-go ... [2021-01-19T17:23:45.496Z] Building docker-support-notifications-go [2021-01-19T17:23:45.496Z] Building docker-sys-mgmt-agent-go [2021-01-19T17:23:45.496Z] Building docker-core-metadata-go [2021-01-19T17:23:45.496Z] Building docker-security-proxy-setup-go [2021-01-19T17:23:45.496Z] Building docker-support-scheduler-go [2021-01-19T17:23:49.079Z] 2021-01-19T17:23:47Z INFO Waiting for automatic snapd restart... [2021-01-19T17:23:49.079Z] snapd 2.48.2 from Canonical* installed [2021-01-19T17:23:50.020Z] "snapd" switched to the "latest/stable" channel [2021-01-19T17:23:50.021Z] [2021-01-19T17:23:52.565Z] core18 20201210 from Canonical* installed [2021-01-19T17:23:52.565Z] "core18" switched to the "latest/stable" channel [2021-01-19T17:23:52.565Z] [2021-01-19T17:23:55.857Z] snapcraft 4.4.4 from Canonical* installed [2021-01-19T17:23:55.857Z] "snapcraft" switched to the "latest/stable" channel [2021-01-19T17:23:55.857Z] [2021-01-19T17:23:59.155Z] 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-19T17:23:59.155Z] - README.md [2021-01-19T17:23:59.155Z] - snapcraft.yaml.orig [2021-01-19T17:23:59.155Z] [2021-01-19T17:23:59.155Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-01-19T17:24:05.739Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-19T17:24:05.739Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-01-19T17:24:05.739Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-19T17:24:06.000Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-19T17:24:06.831Z] Reading package lists... [2021-01-19T17:24:07.429Z] 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-19T17:24:14.018Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-19T17:24:14.018Z] Reading package lists... [2021-01-19T17:24:14.018Z] Building dependency tree... [2021-01-19T17:24:14.018Z] Reading state information... [2021-01-19T17:24:14.018Z] Suggested packages: [2021-01-19T17:24:14.018Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-01-19T17:24:14.018Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-01-19T17:24:14.018Z] Recommended packages: [2021-01-19T17:24:14.018Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-01-19T17:24:14.018Z] The following NEW packages will be installed: [2021-01-19T17:24:14.018Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-01-19T17:24:14.018Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-01-19T17:24:14.018Z] pkg-config zip [2021-01-19T17:24:14.018Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-01-19T17:24:14.018Z] Need to get 7655 kB of archives. [2021-01-19T17:24:14.018Z] After this operation, 43.7 MB of additional disk space will be used. [2021-01-19T17:24:14.018Z] 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-19T17:24:14.018Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] [2021-01-19T17:24:14.018Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] [2021-01-19T17:24:14.018Z] Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-01-19T17:24:14.018Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] [2021-01-19T17:24:14.018Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-01-19T17:24:14.018Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-01-19T17:24:14.018Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-01-19T17:24:14.278Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-01-19T17:24:14.278Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-01-19T17:24:14.278Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-01-19T17:24:14.278Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-01-19T17:24:14.278Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-01-19T17:24:14.538Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-01-19T17:24:14.538Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-01-19T17:24:14.538Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-19T17:24:14.538Z] Fetched 7655 kB in 1s (10.2 MB/s) [2021-01-19T17:24:14.538Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-01-19T17:24:14.538Z] (Reading database ... 13933 files and directories currently installed.) [2021-01-19T17:24:14.538Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... [2021-01-19T17:24:14.538Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-01-19T17:24:14.800Z] Selecting previously unselected package libpsl5:amd64. [2021-01-19T17:24:14.800Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-01-19T17:24:14.800Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-01-19T17:24:15.060Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-01-19T17:24:15.060Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-01-19T17:24:15.060Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-01-19T17:24:15.060Z] Selecting previously unselected package librtmp1:amd64. [2021-01-19T17:24:15.060Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-01-19T17:24:15.060Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-01-19T17:24:15.060Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-01-19T17:24:15.060Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... [2021-01-19T17:24:15.060Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-01-19T17:24:15.320Z] Selecting previously unselected package liberror-perl. [2021-01-19T17:24:15.320Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-01-19T17:24:15.320Z] Unpacking liberror-perl (0.17025-1) ... [2021-01-19T17:24:15.320Z] Selecting previously unselected package git-man. [2021-01-19T17:24:15.320Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2021-01-19T17:24:15.320Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2021-01-19T17:24:15.579Z] Selecting previously unselected package git. [2021-01-19T17:24:15.579Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... [2021-01-19T17:24:15.579Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2021-01-19T17:24:16.517Z] Selecting previously unselected package libnorm1:amd64. [2021-01-19T17:24:16.517Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-01-19T17:24:16.517Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-01-19T17:24:16.517Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-01-19T17:24:16.517Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-01-19T17:24:16.517Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-01-19T17:24:16.517Z] Selecting previously unselected package libsodium23:amd64. [2021-01-19T17:24:16.517Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-01-19T17:24:16.517Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-01-19T17:24:16.517Z] Selecting previously unselected package libzmq5:amd64. [2021-01-19T17:24:16.517Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-01-19T17:24:16.517Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-19T17:24:16.777Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-01-19T17:24:16.777Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-01-19T17:24:16.777Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-19T17:24:16.777Z] Selecting previously unselected package pkg-config. [2021-01-19T17:24:16.777Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-01-19T17:24:16.777Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-01-19T17:24:17.037Z] Selecting previously unselected package zip. [2021-01-19T17:24:17.037Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-01-19T17:24:17.037Z] Unpacking zip (3.0-11build1) ... [2021-01-19T17:24:17.037Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-01-19T17:24:17.037Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2021-01-19T17:24:17.037Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-01-19T17:24:17.037Z] Setting up liberror-perl (0.17025-1) ... [2021-01-19T17:24:17.037Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-01-19T17:24:17.037Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-01-19T17:24:17.298Z] No schema files found: doing nothing. [2021-01-19T17:24:17.299Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-01-19T17:24:17.299Z] Setting up zip (3.0-11build1) ... [2021-01-19T17:24:17.299Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-01-19T17:24:17.299Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-01-19T17:24:17.299Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-01-19T17:24:17.299Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-19T17:24:17.299Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-01-19T17:24:17.299Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-19T17:24:17.562Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2021-01-19T17:24:17.562Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-01-19T17:24:24.143Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-19T17:24:24.143Z] git set to automatically installed. [2021-01-19T17:24:24.143Z] git-man set to automatically installed. [2021-01-19T17:24:24.143Z] libcurl3-gnutls set to automatically installed. [2021-01-19T17:24:24.143Z] liberror-perl set to automatically installed. [2021-01-19T17:24:24.143Z] libglib2.0-0 set to automatically installed. [2021-01-19T17:24:24.143Z] libnghttp2-14 set to automatically installed. [2021-01-19T17:24:24.143Z] libnorm1 set to automatically installed. [2021-01-19T17:24:24.143Z] libpgm-5.2-0 set to automatically installed. [2021-01-19T17:24:24.143Z] libpsl5 set to automatically installed. [2021-01-19T17:24:24.143Z] librtmp1 set to automatically installed. [2021-01-19T17:24:24.143Z] libsodium23 set to automatically installed. [2021-01-19T17:24:24.143Z] libzmq3-dev set to automatically installed. [2021-01-19T17:24:24.143Z] libzmq5 set to automatically installed. [2021-01-19T17:24:24.143Z] pkg-config set to automatically installed. [2021-01-19T17:24:24.143Z] zip set to automatically installed. [2021-01-19T17:24:26.128Z] snapd is not logged in, snap install commands will use sudo [2021-01-19T17:24:32.720Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-19T17:24:32.720Z] snap "core18" has no updates available [2021-01-19T17:24:33.290Z] Pulling config-common [2021-01-19T17:24:34.227Z] Pulling go-build-helper [2021-01-19T17:24:53.467Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T17:24:53.467Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-19T17:24:53.467Z] ---> 2da791c54f2c [2021-01-19T17:24:53.467Z] Step 3/21 : WORKDIR /edgex-go [2021-01-19T17:24:53.467Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T17:24:53.467Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-19T17:24:53.467Z] ---> 2da791c54f2c [2021-01-19T17:24:53.467Z] Step 3/26 : WORKDIR /edgex-go [2021-01-19T17:24:53.467Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T17:24:53.467Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-19T17:24:53.467Z] ---> 2da791c54f2c [2021-01-19T17:24:53.467Z] Step 3/24 : WORKDIR /edgex-go [2021-01-19T17:24:53.467Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T17:24:53.467Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-19T17:24:53.467Z] ---> 2da791c54f2c [2021-01-19T17:24:53.467Z] Step 3/21 : WORKDIR /edgex-go [2021-01-19T17:24:53.467Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T17:24:53.467Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-19T17:24:53.467Z] ---> 2da791c54f2c [2021-01-19T17:24:53.467Z] Step 3/22 : WORKDIR /edgex-go [2021-01-19T17:24:54.898Z] ---> Running in 2e546bc6a98f [2021-01-19T17:24:54.899Z] ---> Running in 56a12eea6450 [2021-01-19T17:24:54.899Z] ---> Running in 2edf0de9aa9c [2021-01-19T17:24:55.177Z] ---> Running in e9f09e4062c7 [2021-01-19T17:24:55.177Z] ---> Running in bfd13d2809dc [2021-01-19T17:24:55.792Z] Removing intermediate container 2e546bc6a98f [2021-01-19T17:24:55.792Z] ---> 21e54a01b759 [2021-01-19T17:24:55.792Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T17:24:55.792Z] Removing intermediate container 56a12eea6450 [2021-01-19T17:24:55.792Z] ---> 5bc78ef62912 [2021-01-19T17:24:55.792Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T17:24:55.792Z] Removing intermediate container e9f09e4062c7 [2021-01-19T17:24:55.792Z] ---> 1b878c954c50 [2021-01-19T17:24:55.792Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T17:24:55.792Z] Removing intermediate container 2edf0de9aa9c [2021-01-19T17:24:55.792Z] ---> c5e929cfd074 [2021-01-19T17:24:55.792Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T17:24:55.792Z] Removing intermediate container bfd13d2809dc [2021-01-19T17:24:56.071Z] ---> c033e16f225c [2021-01-19T17:24:56.071Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T17:24:56.071Z] ---> Running in 0a663b8a71b9 [2021-01-19T17:24:56.071Z] ---> Running in d6579ba88704 [2021-01-19T17:24:56.071Z] ---> Running in b2fcf3136eea [2021-01-19T17:24:56.071Z] ---> Running in ec0ee58ebcf3 [2021-01-19T17:24:56.071Z] ---> Running in fc5850a3846d [2021-01-19T17:24:57.352Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-01-19T17:24:57.352Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-01-19T17:24:57.352Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1513 kB] [2021-01-19T17:24:57.352Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [293 kB] [2021-01-19T17:24:57.352Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [12.5 kB] [2021-01-19T17:24:57.352Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2644 B] [2021-01-19T17:24:57.352Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [219 kB] [2021-01-19T17:24:57.352Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [28.8 kB] [2021-01-19T17:24:57.352Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1101 kB] [2021-01-19T17:24:57.352Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [246 kB] [2021-01-19T17:24:57.352Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-01-19T17:24:57.352Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-01-19T17:24:57.352Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-01-19T17:24:57.352Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-01-19T17:24:57.352Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-01-19T17:24:57.352Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-01-19T17:24:57.352Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-01-19T17:24:57.352Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-01-19T17:24:57.352Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-01-19T17:24:57.352Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1844 kB] [2021-01-19T17:24:57.352Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [384 kB] [2021-01-19T17:24:57.352Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.7 kB] [2021-01-19T17:24:57.352Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6696 B] [2021-01-19T17:24:57.352Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [237 kB] [2021-01-19T17:24:57.352Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [31.8 kB] [2021-01-19T17:24:57.352Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1706 kB] [2021-01-19T17:24:57.352Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [360 kB] [2021-01-19T17:24:57.352Z] Fetched 23.8 MB in 0s (0 B/s) [2021-01-19T17:24:57.352Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-01-19T17:24:57.352Z] Fetched 96.5 kB in 0s (0 B/s) [2021-01-19T17:24:57.352Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-01-19T17:24:57.352Z] Fetched 279 kB in 0s (0 B/s) [2021-01-19T17:24:57.352Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-01-19T17:24:57.352Z] Fetched 122 kB in 0s (0 B/s) [2021-01-19T17:24:57.352Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-01-19T17:24:57.352Z] Fetched 77.8 kB in 0s (0 B/s) [2021-01-19T17:24:57.352Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-01-19T17:24:57.352Z] Fetched 8848 B in 0s (0 B/s) [2021-01-19T17:24:57.352Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-01-19T17:24:57.352Z] Fetched 47.8 kB in 0s (0 B/s) [2021-01-19T17:24:57.352Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-01-19T17:24:57.352Z] Fetched 45.6 kB in 0s (0 B/s) [2021-01-19T17:24:57.352Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-01-19T17:24:57.352Z] Fetched 15.0 kB in 0s (0 B/s) [2021-01-19T17:24:57.352Z] Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] [2021-01-19T17:24:57.352Z] Fetched 214 kB in 0s (0 B/s) [2021-01-19T17:24:57.352Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] [2021-01-19T17:24:57.352Z] Fetched 155 kB in 0s (0 B/s) [2021-01-19T17:24:57.352Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-01-19T17:24:57.352Z] Fetched 50.6 kB in 0s (0 B/s) [2021-01-19T17:24:57.352Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-01-19T17:24:57.352Z] Fetched 14.8 kB in 0s (0 B/s) [2021-01-19T17:24:57.352Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-01-19T17:24:57.352Z] Fetched 41.8 kB in 0s (0 B/s) [2021-01-19T17:24:57.352Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-01-19T17:24:57.352Z] Fetched 499 kB in 0s (0 B/s) [2021-01-19T17:24:57.352Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-01-19T17:24:57.352Z] Fetched 111 kB in 0s (0 B/s) [2021-01-19T17:24:57.352Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-01-19T17:24:57.352Z] Fetched 240 kB in 0s (0 B/s) [2021-01-19T17:24:57.352Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-01-19T17:24:57.352Z] Fetched 29.3 kB in 0s (0 B/s) [2021-01-19T17:24:57.352Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-01-19T17:24:57.352Z] Fetched 85.5 kB in 0s (0 B/s) [2021-01-19T17:24:57.352Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-01-19T17:24:57.352Z] Fetched 24.5 kB in 0s (0 B/s) [2021-01-19T17:24:57.352Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-01-19T17:24:57.352Z] Fetched 49.2 kB in 0s (0 B/s) [2021-01-19T17:24:57.352Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-01-19T17:24:57.352Z] Fetched 54.2 kB in 0s (0 B/s) [2021-01-19T17:24:57.352Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-01-19T17:24:57.352Z] Fetched 30.8 kB in 0s (0 B/s) [2021-01-19T17:24:57.352Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] [2021-01-19T17:24:57.352Z] Fetched 17.0 kB in 0s (0 B/s) [2021-01-19T17:24:57.352Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-01-19T17:24:57.352Z] Fetched 85.9 kB in 0s (0 B/s) [2021-01-19T17:24:57.352Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-01-19T17:24:57.352Z] Fetched 8720 B in 0s (0 B/s) [2021-01-19T17:24:57.352Z] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] [2021-01-19T17:24:57.352Z] Fetched 137 kB in 0s (0 B/s) [2021-01-19T17:24:57.352Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-01-19T17:24:57.352Z] Fetched 119 kB in 0s (0 B/s) [2021-01-19T17:24:57.352Z] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] [2021-01-19T17:24:57.352Z] Fetched 109 kB in 0s (0 B/s) [2021-01-19T17:24:57.352Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-01-19T17:24:57.352Z] Fetched 11.1 kB in 0s (0 B/s) [2021-01-19T17:24:57.352Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-01-19T17:24:57.352Z] Fetched 645 kB in 0s (0 B/s) [2021-01-19T17:24:57.352Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-01-19T17:24:57.352Z] Fetched 41.3 kB in 0s (0 B/s) [2021-01-19T17:24:57.352Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-01-19T17:24:57.352Z] Fetched 17.9 kB in 0s (0 B/s) [2021-01-19T17:24:57.352Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-01-19T17:24:57.352Z] Fetched 368 kB in 0s (0 B/s) [2021-01-19T17:24:57.352Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-01-19T17:24:57.352Z] Fetched 187 kB in 0s (0 B/s) [2021-01-19T17:24:57.352Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-01-19T17:24:57.352Z] Fetched 175 kB in 0s (0 B/s) [2021-01-19T17:24:57.352Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-01-19T17:24:58.303Z] Fetched 206 kB in 0s (0 B/s) [2021-01-19T17:24:58.303Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] [2021-01-19T17:24:58.303Z] Fetched 1301 kB in 0s (0 B/s) [2021-01-19T17:24:58.303Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-01-19T17:24:58.303Z] Fetched 36.2 kB in 0s (0 B/s) [2021-01-19T17:24:58.303Z] Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] [2021-01-19T17:24:58.303Z] Fetched 159 kB in 0s (0 B/s) [2021-01-19T17:24:58.303Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-01-19T17:24:58.303Z] Fetched 107 kB in 0s (0 B/s) [2021-01-19T17:24:58.303Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-01-19T17:24:58.303Z] Fetched 48.7 kB in 0s (0 B/s) [2021-01-19T17:24:58.303Z] Pulling static-packages [2021-01-19T17:24:59.246Z] 'go115' has dependencies that need to be staged: go-build-helper static-packages [2021-01-19T17:24:59.246Z] Skipping pull go-build-helper (already ran) [2021-01-19T17:24:59.246Z] Skipping pull static-packages (already ran) [2021-01-19T17:24:59.246Z] Building go-build-helper [2021-01-19T17:24:59.497Z] Removing intermediate container 0a663b8a71b9 [2021-01-19T17:24:59.497Z] ---> 38b20f9a3169 [2021-01-19T17:24:59.497Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-19T17:24:59.767Z] Removing intermediate container d6579ba88704 [2021-01-19T17:24:59.767Z] ---> 043555374867 [2021-01-19T17:24:59.767Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-19T17:24:59.767Z] ---> Running in f849e9f3b4f2 [2021-01-19T17:25:00.041Z] ---> Running in da1f01610060 [2021-01-19T17:25:00.648Z] Removing intermediate container fc5850a3846d [2021-01-19T17:25:00.648Z] ---> ee085da94f19 [2021-01-19T17:25:00.648Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-01-19T17:25:00.648Z] Removing intermediate container b2fcf3136eea [2021-01-19T17:25:00.648Z] ---> 7205918d78a1 [2021-01-19T17:25:00.648Z] Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates [2021-01-19T17:25:00.648Z] ---> Running in 0167a82dbefb [2021-01-19T17:25:00.924Z] Removing intermediate container ec0ee58ebcf3 [2021-01-19T17:25:00.924Z] ---> 5d334bdccccd [2021-01-19T17:25:00.924Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-19T17:25:00.924Z] ---> Running in 01addde61f65 [2021-01-19T17:25:01.196Z] ---> Running in 52482393e2be [2021-01-19T17:25:01.471Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-19T17:25:01.751Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-19T17:25:02.349Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-19T17:25:02.349Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-19T17:25:02.621Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-19T17:25:02.621Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-19T17:25:02.621Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-19T17:25:03.224Z] OK: 217 MiB in 51 packages [2021-01-19T17:25:03.224Z] OK: 217 MiB in 51 packages [2021-01-19T17:25:03.454Z] Building static-packages [2021-01-19T17:25:03.510Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-19T17:25:03.510Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-19T17:25:03.510Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-19T17:25:04.109Z] OK: 217 MiB in 51 packages [2021-01-19T17:25:04.391Z] OK: 217 MiB in 51 packages [2021-01-19T17:25:04.678Z] OK: 217 MiB in 51 packages [2021-01-19T17:25:04.915Z] Staging go-build-helper [2021-01-19T17:25:04.952Z] Removing intermediate container da1f01610060 [2021-01-19T17:25:04.952Z] ---> 677f3475fe09 [2021-01-19T17:25:04.952Z] Step 6/21 : COPY go.mod . [2021-01-19T17:25:05.228Z] Removing intermediate container f849e9f3b4f2 [2021-01-19T17:25:05.228Z] ---> 4aca00f111db [2021-01-19T17:25:05.228Z] Step 6/22 : COPY go.mod . [2021-01-19T17:25:05.645Z] Staging static-packages [2021-01-19T17:25:05.834Z] Removing intermediate container 01addde61f65 [2021-01-19T17:25:05.834Z] ---> 4c84a128751a [2021-01-19T17:25:05.834Z] Step 6/24 : COPY go.mod . [2021-01-19T17:25:06.106Z] ---> 3d0678e6069d [2021-01-19T17:25:06.106Z] Step 7/21 : RUN go mod download [2021-01-19T17:25:06.381Z] ---> Running in c5a0521864bc [2021-01-19T17:25:06.382Z] ---> 0eaeda460aaf [2021-01-19T17:25:06.382Z] Step 7/22 : RUN go mod download [2021-01-19T17:25:06.382Z] Removing intermediate container 0167a82dbefb [2021-01-19T17:25:06.382Z] ---> 7ddc274c4171 [2021-01-19T17:25:06.382Z] Step 6/26 : COPY go.mod . [2021-01-19T17:25:06.590Z] Pulling go115 [2021-01-19T17:25:06.655Z] Removing intermediate container 52482393e2be [2021-01-19T17:25:06.655Z] ---> efa599e13d96 [2021-01-19T17:25:06.655Z] Step 6/21 : COPY go.mod . [2021-01-19T17:25:06.655Z] ---> Running in 6965458db204 [2021-01-19T17:25:06.944Z] ---> 601ebc48d5a8 [2021-01-19T17:25:06.944Z] Step 7/24 : RUN go mod download [2021-01-19T17:25:07.221Z] ---> Running in 6426dfd1dd77 [2021-01-19T17:25:07.529Z] 'edgex-go' has dependencies that need to be staged: go115 [2021-01-19T17:25:07.530Z] Skipping pull go115 (already ran) [2021-01-19T17:25:07.530Z] Building go115 [2021-01-19T17:25:07.530Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-19T17:25:07.530Z] Dload Upload Total Spent Left Speed [2021-01-19T17:25:07.831Z] ---> 1abe8e24d709 [2021-01-19T17:25:07.831Z] Step 7/26 : RUN go mod download [2021-01-19T17:25:07.831Z] ---> e6d1e9c789ce [2021-01-19T17:25:07.831Z] Step 7/21 : RUN go mod download [2021-01-19T17:25:08.105Z] ---> Running in 7f363e3ea736 [2021-01-19T17:25:08.105Z] ---> Running in bacb3ac703a2 [2021-01-19T17:25:10.666Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 115M 0 156k 0 0 696k 0 0:02:49 --:--:-- 0:02:49 693k 28 115M 28 32.9M 0 0 27.0M 0 0:00:04 0:00:01 0:00:03 26.9M 65 115M 65 76.1M 0 0 34.2M 0 0:00:03 0:00:02 0:00:01 34.2M 100 115M 100 115M 0 0 38.1M 0 0:00:03 0:00:03 --:--:-- 38.1M [2021-01-19T17:25:10.732Z] Removing intermediate container c5a0521864bc [2021-01-19T17:25:10.733Z] ---> 264c14b873e1 [2021-01-19T17:25:10.733Z] Step 8/21 : COPY . . [2021-01-19T17:25:11.236Z] go1.15.2.linux-amd64.tar.gz: OK [2021-01-19T17:25:11.328Z] Removing intermediate container 6965458db204 [2021-01-19T17:25:11.328Z] ---> 30d1ccd8fe59 [2021-01-19T17:25:11.328Z] Step 8/22 : COPY . . [2021-01-19T17:25:11.328Z] Removing intermediate container 6426dfd1dd77 [2021-01-19T17:25:11.328Z] ---> a9b6d8006949 [2021-01-19T17:25:11.328Z] Step 8/24 : COPY . . [2021-01-19T17:25:12.764Z] Removing intermediate container bacb3ac703a2 [2021-01-19T17:25:12.764Z] ---> e29a1dc668d8 [2021-01-19T17:25:12.764Z] Step 8/21 : COPY . . [2021-01-19T17:25:13.363Z] Removing intermediate container 7f363e3ea736 [2021-01-19T17:25:13.363Z] ---> ee4c1818e192 [2021-01-19T17:25:13.363Z] Step 8/26 : COPY . . [2021-01-19T17:25:15.434Z] Staging go115 [2021-01-19T17:25:20.718Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-01-19T17:25:20.718Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-19T17:25:20.718Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-19T17:25:20.718Z] Fetched 0 B in 0s (0 B/s) [2021-01-19T17:25:20.718Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-01-19T17:25:20.718Z] Fetched 224 kB in 0s (0 B/s) [2021-01-19T17:25:20.718Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-01-19T17:25:20.718Z] Fetched 157 kB in 0s (0 B/s) [2021-01-19T17:25:20.718Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-01-19T17:25:20.718Z] Fetched 221 kB in 0s (0 B/s) [2021-01-19T17:25:20.718Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-01-19T17:25:20.718Z] Fetched 143 kB in 0s (0 B/s) [2021-01-19T17:25:20.718Z] Pulling edgex-go [2021-01-19T17:25:20.979Z] Pulling version [2021-01-19T17:25:21.919Z] Building config-common [2021-01-19T17:25:23.829Z] Skipping build go-build-helper (already ran) [2021-01-19T17:25:23.829Z] Skipping build static-packages (already ran) [2021-01-19T17:25:23.829Z] Skipping build go115 (already ran) [2021-01-19T17:25:23.829Z] Building edgex-go [2021-01-19T17:25:24.090Z] 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-19T17:25:25.476Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-01-19T17:25:25.476Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.149 [2021-01-19T17:25:25.476Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.70 [2021-01-19T17:25:25.476Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-01-19T17:25:25.476Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-01-19T17:25:25.476Z] go: downloading github.com/google/uuid v1.1.5 [2021-01-19T17:25:25.476Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-01-19T17:25:25.476Z] go: downloading github.com/edgexfoundry/go-mod-messaging v0.1.30 [2021-01-19T17:25:25.476Z] go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.32 [2021-01-19T17:25:25.476Z] go: downloading github.com/pkg/errors v0.8.1 [2021-01-19T17:25:25.476Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0 [2021-01-19T17:25:25.476Z] go: downloading github.com/imdario/mergo v0.3.11 [2021-01-19T17:25:25.476Z] go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.8 [2021-01-19T17:25:25.476Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2021-01-19T17:25:25.476Z] go: downloading github.com/x448/float16 v0.8.4 [2021-01-19T17:25:25.476Z] go: downloading github.com/go-playground/validator/v10 v10.3.0 [2021-01-19T17:25:25.476Z] go: downloading github.com/edgexfoundry/go-mod-registry v0.1.27 [2021-01-19T17:25:25.476Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-01-19T17:25:25.476Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-01-19T17:25:25.740Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-01-19T17:25:25.740Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 [2021-01-19T17:25:25.740Z] go: downloading github.com/pebbe/zmq4 v1.2.2 [2021-01-19T17:25:25.740Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-01-19T17:25:25.740Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2021-01-19T17:25:25.740Z] go: downloading github.com/hashicorp/consul/api v1.1.0 [2021-01-19T17:25:25.740Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-01-19T17:25:25.740Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-01-19T17:25:25.740Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-01-19T17:25:25.740Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-01-19T17:25:25.740Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-01-19T17:25:25.740Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-01-19T17:25:25.740Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-01-19T17:25:25.740Z] go: downloading github.com/hashicorp/serf v0.8.2 [2021-01-19T17:25:25.740Z] go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2021-01-19T17:25:25.740Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.0 [2021-01-19T17:25:25.740Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-01-19T17:25:25.740Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-01-19T17:25:25.740Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-01-19T17:25:25.740Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-01-19T17:25:26.000Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-01-19T17:25:26.000Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-01-19T17:25:32.575Z] 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-19T17:25:35.550Z] ---> 2d3cba6e3250 [2021-01-19T17:25:35.550Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2021-01-19T17:25:35.550Z] ---> 341af0798ade [2021-01-19T17:25:35.550Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2021-01-19T17:25:35.550Z] ---> 10418d6ecfbb [2021-01-19T17:25:35.550Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-19T17:25:35.550Z] ---> bae6af343d83 [2021-01-19T17:25:35.550Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2021-01-19T17:25:35.824Z] ---> 78f5e3752ae4 [2021-01-19T17:25:35.824Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-19T17:25:35.824Z] ---> Running in e2c3c62906e8 [2021-01-19T17:25:35.824Z] ---> Running in d37c8fe622f5 [2021-01-19T17:25:35.824Z] ---> Running in 056c4d683e1f [2021-01-19T17:25:35.824Z] ---> Running in 9ebdaf8d22b8 [2021-01-19T17:25:36.096Z] ---> Running in 1410110fbb65 [2021-01-19T17:25:36.772Z] 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-19T17:25:37.031Z] 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-19T17:25:37.971Z] 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-19T17:25:38.083Z] 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-19T17:25:38.083Z] 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-19T17:25:38.083Z] 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-19T17:25:38.232Z] 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-19T17:25:38.356Z] 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-19T17:25:38.492Z] go: downloading github.com/stretchr/testify v1.6.1 [2021-01-19T17:25:38.630Z] 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-19T17:25:38.752Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-01-19T17:25:38.752Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-01-19T17:25:38.752Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-01-19T17:25:40.138Z] 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-19T17:25:40.138Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-01-19T17:25:40.138Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-01-19T17:25:41.518Z] 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-19T17:25:42.088Z] 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-19T17:25:42.088Z] go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-01-19T17:25:43.472Z] 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-19T17:25:44.414Z] 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-19T17:25:44.985Z] 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-19T17:25:44.985Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-01-19T17:25:47.528Z] Building version [2021-01-19T17:25:49.440Z] Staging config-common [2021-01-19T17:25:50.011Z] Skipping stage go-build-helper (already ran) [2021-01-19T17:25:50.011Z] Skipping stage static-packages (already ran) [2021-01-19T17:25:50.011Z] Skipping stage go115 (already ran) [2021-01-19T17:25:50.011Z] Staging edgex-go [2021-01-19T17:25:50.952Z] Staging version [2021-01-19T17:25:51.892Z] Priming config-common [2021-01-19T17:25:52.831Z] Priming go-build-helper [2021-01-19T17:25:53.767Z] Priming static-packages [2021-01-19T17:25:56.308Z] Priming go115 [2021-01-19T17:25:56.877Z] Priming edgex-go [2021-01-19T17:25:57.817Z] Priming version [2021-01-19T17:25:58.769Z] 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-19T17:27:00.428Z] 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-19T17:27:15.540Z] Removing intermediate container 1410110fbb65 [2021-01-19T17:27:15.541Z] ---> 9e7b52bde540 [2021-01-19T17:27:15.541Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-19T17:27:16.136Z] Removing intermediate container d37c8fe622f5 [2021-01-19T17:27:16.136Z] ---> 200d15ce8b5f [2021-01-19T17:27:16.136Z] [2021-01-19T17:27:16.136Z] Step 10/21 : FROM scratch [2021-01-19T17:27:16.136Z] ---> [2021-01-19T17:27:16.136Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-19T17:27:16.136Z] Removing intermediate container 9ebdaf8d22b8 [2021-01-19T17:27:16.136Z] ---> 985515467a00 [2021-01-19T17:27:16.136Z] [2021-01-19T17:27:16.136Z] Step 10/24 : FROM scratch [2021-01-19T17:27:16.136Z] ---> [2021-01-19T17:27:16.136Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2021-01-19T17:27:16.136Z] ---> Running in 218d013354b4 [2021-01-19T17:27:16.136Z] Removing intermediate container 056c4d683e1f [2021-01-19T17:27:16.136Z] ---> 50c6c0daf79f [2021-01-19T17:27:16.136Z] [2021-01-19T17:27:16.136Z] Step 10/21 : FROM alpine:3.12 [2021-01-19T17:27:16.408Z] 3.12: Pulling from library/alpine [2021-01-19T17:27:16.408Z] ---> Running in d37c02f845a4 [2021-01-19T17:27:16.408Z] ---> Running in 57ab97e9485a [2021-01-19T17:27:17.388Z] Removing intermediate container d37c02f845a4 [2021-01-19T17:27:17.388Z] ---> 2e6312300176 [2021-01-19T17:27:17.388Z] Step 12/21 : ENV APP_PORT=48085 [2021-01-19T17:27:17.388Z] Removing intermediate container 57ab97e9485a [2021-01-19T17:27:17.388Z] ---> 5bc76aa39277 [2021-01-19T17:27:17.388Z] Step 12/24 : ENV APP_PORT=48060 [2021-01-19T17:27:17.388Z] ---> Running in bb0ae23e9f17 [2021-01-19T17:27:17.662Z] ---> Running in f2075f1f8413 [2021-01-19T17:27:17.933Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-19T17:27:17.933Z] Status: Downloaded newer image for alpine:3.12 [2021-01-19T17:27:17.933Z] ---> afeebe901d6b [2021-01-19T17:27:17.933Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-01-19T17:27:17.933Z] 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-19T17:27:18.204Z] ---> Running in 8a17144f0724 [2021-01-19T17:27:18.205Z] Removing intermediate container bb0ae23e9f17 [2021-01-19T17:27:18.205Z] ---> 5ea05b8598c7 [2021-01-19T17:27:18.205Z] Step 13/21 : EXPOSE $APP_PORT [2021-01-19T17:27:18.205Z] Removing intermediate container f2075f1f8413 [2021-01-19T17:27:18.205Z] ---> ed3847fc58b0 [2021-01-19T17:27:18.205Z] Step 13/24 : EXPOSE $APP_PORT [2021-01-19T17:27:18.482Z] ---> Running in ee9f7c8d83db [2021-01-19T17:27:18.482Z] ---> Running in e67c1f9a4578 [2021-01-19T17:27:19.467Z] Removing intermediate container ee9f7c8d83db [2021-01-19T17:27:19.467Z] ---> 6ebee390f56c [2021-01-19T17:27:19.467Z] Step 14/21 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-19T17:27:19.467Z] Removing intermediate container e67c1f9a4578 [2021-01-19T17:27:19.467Z] ---> dd0c949ccce3 [2021-01-19T17:27:19.467Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2021-01-19T17:27:20.077Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-19T17:27:20.358Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-19T17:27:20.646Z] ---> acd93d95b044 [2021-01-19T17:27:20.646Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-19T17:27:20.932Z] ---> 169942e4c51a [2021-01-19T17:27:20.932Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2021-01-19T17:27:21.211Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-19T17:27:21.211Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-19T17:27:21.211Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-19T17:27:21.211Z] (4/4) Installing curl (7.69.1-r3) [2021-01-19T17:27:21.211Z] Executing busybox-1.31.1-r19.trigger [2021-01-19T17:27:21.211Z] Executing ca-certificates-20191127-r4.trigger [2021-01-19T17:27:21.590Z] OK: 7 MiB in 18 packages [2021-01-19T17:27:23.143Z] ---> 2d3c36e4cbf5 [2021-01-19T17:27:23.143Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-19T17:27:23.423Z] Removing intermediate container 218d013354b4 [2021-01-19T17:27:23.423Z] ---> b28325fa292c [2021-01-19T17:27:23.423Z] [2021-01-19T17:27:23.423Z] Step 11/26 : FROM docker:20.10.0 [2021-01-19T17:27:23.423Z] ---> 084bf5fe3c78 [2021-01-19T17:27:23.423Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2021-01-19T17:27:23.423Z] 20.10.0: Pulling from library/docker [2021-01-19T17:27:24.886Z] Removing intermediate container 8a17144f0724 [2021-01-19T17:27:24.886Z] ---> 2f4ad27a6641 [2021-01-19T17:27:24.886Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-19T17:27:25.160Z] ---> 188d2aa23c8c [2021-01-19T17:27:25.160Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2021-01-19T17:27:25.753Z] ---> Running in 7e062c67098a [2021-01-19T17:27:25.753Z] ---> Running in ca3015710590 [2021-01-19T17:27:26.342Z] ---> 42ea2357479d [2021-01-19T17:27:26.342Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-19T17:27:26.935Z] Removing intermediate container ca3015710590 [2021-01-19T17:27:26.935Z] ---> 48d565896e68 [2021-01-19T17:27:26.935Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-19T17:27:26.935Z] Removing intermediate container 7e062c67098a [2021-01-19T17:27:26.935Z] ---> 6865f618cb9d [2021-01-19T17:27:26.935Z] Step 13/21 : WORKDIR /edgex [2021-01-19T17:27:27.535Z] ---> Running in ea1457664aa3 [2021-01-19T17:27:27.535Z] ---> Running in 7ebbb74b84ad [2021-01-19T17:27:27.535Z] ---> ea02572341c2 [2021-01-19T17:27:27.535Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-19T17:27:27.535Z] Removing intermediate container e2c3c62906e8 [2021-01-19T17:27:27.535Z] ---> 4abe77e8d873 [2021-01-19T17:27:27.535Z] [2021-01-19T17:27:27.812Z] Step 10/22 : FROM scratch [2021-01-19T17:27:27.812Z] ---> [2021-01-19T17:27:27.812Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-19T17:27:27.812Z] ---> Using cache [2021-01-19T17:27:27.812Z] ---> 2e6312300176 [2021-01-19T17:27:27.812Z] Step 12/22 : ENV APP_PORT=48081 [2021-01-19T17:27:28.089Z] ---> Running in 76a55f5d0def [2021-01-19T17:27:28.368Z] Removing intermediate container ea1457664aa3 [2021-01-19T17:27:28.368Z] ---> 968ed6316f91 [2021-01-19T17:27:28.368Z] Step 19/21 : LABEL arch=arm64 [2021-01-19T17:27:28.368Z] Removing intermediate container 7ebbb74b84ad [2021-01-19T17:27:28.368Z] ---> 3fa2c3666ab4 [2021-01-19T17:27:28.368Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-19T17:27:28.646Z] ---> Running in c5a8058e891f [2021-01-19T17:27:28.920Z] Removing intermediate container 76a55f5d0def [2021-01-19T17:27:28.920Z] ---> 9b3514689673 [2021-01-19T17:27:28.920Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-19T17:27:29.202Z] ---> Running in 1fbd9b8bf0cf [2021-01-19T17:27:29.477Z] ---> 462364b8d466 [2021-01-19T17:27:29.477Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-19T17:27:29.748Z] Removing intermediate container c5a8058e891f [2021-01-19T17:27:29.748Z] ---> 31c1e0304f2b [2021-01-19T17:27:29.748Z] Step 20/21 : LABEL git_sha=4eede83b347e2a8135ae116df4b6f6a339fa8317 [2021-01-19T17:27:29.748Z] ---> 2b57b23b9c43 [2021-01-19T17:27:29.748Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-19T17:27:29.748Z] Removing intermediate container 1fbd9b8bf0cf [2021-01-19T17:27:29.748Z] ---> 8943306c8005 [2021-01-19T17:27:29.748Z] Step 14/22 : WORKDIR / [2021-01-19T17:27:30.025Z] ---> Running in dc443ba6eb91 [2021-01-19T17:27:30.025Z] ---> Running in 630d5dc88780 [2021-01-19T17:27:31.058Z] ---> 2a9cf777cc2f [2021-01-19T17:27:31.059Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2021-01-19T17:27:31.336Z] Removing intermediate container dc443ba6eb91 [2021-01-19T17:27:31.336Z] ---> 9f40e597d4cb [2021-01-19T17:27:31.336Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-19T17:27:31.336Z] Removing intermediate container 630d5dc88780 [2021-01-19T17:27:31.336Z] ---> 486d017a50e4 [2021-01-19T17:27:31.336Z] Step 21/21 : LABEL version=0.0.0 [2021-01-19T17:27:31.610Z] ---> Running in e2e626bf2ace [2021-01-19T17:27:31.886Z] ---> Running in c569898f2e8a [2021-01-19T17:27:31.886Z] ---> ca6f53aa3e59 [2021-01-19T17:27:31.886Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-19T17:27:32.478Z] Removing intermediate container e2e626bf2ace [2021-01-19T17:27:32.478Z] ---> 45e2233c1440 [2021-01-19T17:27:32.478Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-19T17:27:32.478Z] ---> fc47dc13e475 [2021-01-19T17:27:32.478Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-19T17:27:32.752Z] ---> Running in 990525c43846 [2021-01-19T17:27:32.752Z] Removing intermediate container c569898f2e8a [2021-01-19T17:27:32.752Z] ---> 0f7e6847591b [2021-01-19T17:27:32.752Z] [2021-01-19T17:27:33.740Z] Successfully built 0f7e6847591b [2021-01-19T17:27:34.015Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-01-19T17:27:34.015Z] Building docker-core-command-go [2021-01-19T17:27:34.291Z]  Building docker-support-scheduler-go ... done  ---> 345a9faa3236 [2021-01-19T17:27:34.291Z] Removing intermediate container 990525c43846 [2021-01-19T17:27:34.291Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-19T17:27:34.291Z] ---> 5a2136fd5b33 [2021-01-19T17:27:34.291Z] Step 22/24 : LABEL arch=arm64 [2021-01-19T17:27:34.564Z] ---> 2a862a500bfb [2021-01-19T17:27:34.564Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-19T17:27:34.840Z] ---> Running in 7b32cc0b615a [2021-01-19T17:27:34.840Z] ---> Running in 1b51eddbd82f [2021-01-19T17:27:36.268Z] Removing intermediate container 1b51eddbd82f [2021-01-19T17:27:36.269Z] Removing intermediate container 7b32cc0b615a [2021-01-19T17:27:36.269Z] ---> cb44bb6f2c6f [2021-01-19T17:27:36.269Z] Step 18/21 : CMD ["--init=true"] [2021-01-19T17:27:36.269Z] ---> 40f567d6730c [2021-01-19T17:27:36.269Z] Step 23/24 : LABEL git_sha=4eede83b347e2a8135ae116df4b6f6a339fa8317 [2021-01-19T17:27:37.240Z] ---> d8920082ba3f [2021-01-19T17:27:37.240Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2021-01-19T17:27:37.240Z] ---> Running in caf1fb74f2d2 [2021-01-19T17:27:37.240Z] ---> Running in 0960ce070467 [2021-01-19T17:27:37.240Z] ---> Running in a31f64cb49a6 [2021-01-19T17:27:37.835Z] Removing intermediate container 0960ce070467 [2021-01-19T17:27:37.835Z] ---> 39b88dec82c8 [2021-01-19T17:27:37.835Z] Step 19/21 : LABEL arch=arm64 [2021-01-19T17:27:37.835Z] Removing intermediate container caf1fb74f2d2 [2021-01-19T17:27:37.835Z] ---> f338b8d99d3a [2021-01-19T17:27:37.835Z] Step 24/24 : LABEL version=0.0.0 [2021-01-19T17:27:38.824Z] ---> Running in d99a17348911 [2021-01-19T17:27:38.824Z] ---> Running in 5c690e315d21 [2021-01-19T17:27:38.824Z] Removing intermediate container a31f64cb49a6 [2021-01-19T17:27:38.824Z] ---> 95477dae5363 [2021-01-19T17:27:38.824Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-19T17:27:38.824Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-19T17:27:38.824Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-19T17:27:38.824Z] ---> eeaf43b92773 [2021-01-19T17:27:38.824Z] Step 12/26 : RUN apk add --no-cache bash [2021-01-19T17:27:39.105Z] ---> Running in 032abec7a037 [2021-01-19T17:27:39.105Z] ---> Running in 1bd1fa61e36c [2021-01-19T17:27:39.377Z] Removing intermediate container d99a17348911 [2021-01-19T17:27:39.377Z] ---> 85a73bdbb571 [2021-01-19T17:27:39.377Z] Step 20/21 : LABEL git_sha=4eede83b347e2a8135ae116df4b6f6a339fa8317 [2021-01-19T17:27:39.377Z] Removing intermediate container 5c690e315d21 [2021-01-19T17:27:39.377Z] ---> 09f178261a2e [2021-01-19T17:27:39.377Z] [2021-01-19T17:27:39.652Z] ---> Running in 4fc3294bf6c1 [2021-01-19T17:27:39.929Z] Removing intermediate container 1bd1fa61e36c [2021-01-19T17:27:39.929Z] ---> c02a6aa06e74 [2021-01-19T17:27:39.929Z] Step 20/22 : LABEL arch=arm64 [2021-01-19T17:27:39.929Z] Successfully built 09f178261a2e [2021-01-19T17:27:39.929Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-01-19T17:27:40.217Z]  Building docker-support-notifications-go ... done Building docker-core-data-go [2021-01-19T17:27:40.217Z] ---> Running in a8498de682e2 [2021-01-19T17:27:40.488Z] Removing intermediate container 4fc3294bf6c1 [2021-01-19T17:27:40.488Z] ---> aa2929b27961 [2021-01-19T17:27:40.488Z] Step 21/21 : LABEL version=0.0.0 [2021-01-19T17:27:40.488Z] ---> Running in e014c78f8484 [2021-01-19T17:27:40.759Z] Removing intermediate container a8498de682e2 [2021-01-19T17:27:40.759Z] ---> 3486acb2b512 [2021-01-19T17:27:40.759Z] Step 21/22 : LABEL git_sha=4eede83b347e2a8135ae116df4b6f6a339fa8317 [2021-01-19T17:27:40.759Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-19T17:27:41.045Z] ---> Running in 08e8af617266 [2021-01-19T17:27:41.045Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-19T17:27:41.316Z] Removing intermediate container e014c78f8484 [2021-01-19T17:27:41.316Z] ---> 01d826e528d4 [2021-01-19T17:27:41.316Z] [2021-01-19T17:27:41.594Z] (1/2) Installing readline (8.0.4-r0) [2021-01-19T17:27:41.594Z] (2/2) Installing bash (5.0.17-r0) [2021-01-19T17:27:41.594Z] Executing bash-5.0.17-r0.post-install [2021-01-19T17:27:41.594Z] Executing busybox-1.31.1-r19.trigger [2021-01-19T17:27:41.594Z] Successfully built 01d826e528d4 [2021-01-19T17:27:41.594Z] OK: 12 MiB in 22 packages [2021-01-19T17:27:41.874Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-01-19T17:27:41.874Z]  Building docker-security-proxy-setup-go ... done Building docker-security-secretstore-setup-go [2021-01-19T17:27:41.874Z] Removing intermediate container 08e8af617266 [2021-01-19T17:27:41.874Z] ---> 658682334e09 [2021-01-19T17:27:41.874Z] Step 22/22 : LABEL version=0.0.0 [2021-01-19T17:27:42.465Z] ---> Running in feee9f172ae0 [2021-01-19T17:27:43.058Z] Removing intermediate container feee9f172ae0 [2021-01-19T17:27:43.058Z] ---> 7b0790a1478c [2021-01-19T17:27:43.058Z] [2021-01-19T17:27:43.654Z] Successfully built 7b0790a1478c [2021-01-19T17:27:43.654Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-01-19T17:27:43.654Z]  Building docker-core-metadata-go ... done Building docker-security-bootstrap-redis-go [2021-01-19T17:27:43.654Z] Removing intermediate container 032abec7a037 [2021-01-19T17:27:43.654Z] ---> a3cb39d3768d [2021-01-19T17:27:43.654Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-19T17:27:44.254Z] ---> Running in e4e21868fd93 [2021-01-19T17:27:44.842Z] Removing intermediate container e4e21868fd93 [2021-01-19T17:27:44.843Z] ---> 67a08f6d2302 [2021-01-19T17:27:44.843Z] Step 14/26 : ENV APP_PORT=48090 [2021-01-19T17:27:45.434Z] ---> Running in 8b2e2c864c0a [2021-01-19T17:27:46.415Z] Removing intermediate container 8b2e2c864c0a [2021-01-19T17:27:46.415Z] ---> 7adbfb7bd239 [2021-01-19T17:27:46.415Z] Step 15/26 : EXPOSE $APP_PORT [2021-01-19T17:27:47.007Z] ---> Running in 742227aab11e [2021-01-19T17:27:47.602Z] Removing intermediate container 742227aab11e [2021-01-19T17:27:47.602Z] ---> f773eda7ff1e [2021-01-19T17:27:47.602Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-19T17:27:49.579Z] ---> 7210e05e123a [2021-01-19T17:27:49.579Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-19T17:27:51.013Z] ---> f3445b2ece34 [2021-01-19T17:27:51.013Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-19T17:27:52.448Z] ---> 1ea733a82c40 [2021-01-19T17:27:52.448Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-19T17:27:52.448Z] ---> Running in d1df78e5798b [2021-01-19T17:27:53.882Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-19T17:27:53.882Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-19T17:27:54.475Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-19T17:27:54.475Z] (2/33) Installing expat (2.2.9-r1) [2021-01-19T17:27:54.475Z] (3/33) Installing libffi (3.3-r2) [2021-01-19T17:27:54.475Z] (4/33) Installing gdbm (1.13-r1) [2021-01-19T17:27:54.475Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-19T17:27:54.475Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-19T17:27:54.475Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-19T17:27:56.444Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-19T17:27:56.444Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-19T17:27:56.444Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-19T17:27:56.444Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-19T17:27:56.444Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-19T17:27:56.444Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-19T17:27:56.444Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-19T17:27:56.717Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-19T17:27:56.717Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-19T17:27:56.717Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-19T17:27:56.717Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-19T17:27:56.717Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-19T17:27:56.717Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-19T17:27:56.717Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-19T17:27:56.717Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-19T17:27:56.992Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-19T17:27:56.992Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-19T17:27:56.992Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-19T17:27:56.992Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-19T17:27:56.992Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-19T17:27:56.992Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-19T17:27:56.992Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-19T17:27:56.992Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-19T17:27:56.992Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-19T17:27:56.992Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-19T17:27:56.992Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-19T17:27:57.267Z] Executing busybox-1.31.1-r19.trigger [2021-01-19T17:27:57.267Z] OK: 71 MiB in 55 packages [2021-01-19T17:28:07.411Z] Removing intermediate container d1df78e5798b [2021-01-19T17:28:07.411Z] ---> 171a0b8cf87d [2021-01-19T17:28:07.411Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-01-19T17:28:08.012Z] ---> Running in 73102bc3957a [2021-01-19T17:28:10.646Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T17:28:10.646Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-19T17:28:10.646Z] ---> 2da791c54f2c [2021-01-19T17:28:10.646Z] Step 3/22 : WORKDIR /edgex-go [2021-01-19T17:28:10.646Z] ---> Using cache [2021-01-19T17:28:10.646Z] ---> c033e16f225c [2021-01-19T17:28:10.646Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T17:28:10.646Z] ---> Using cache [2021-01-19T17:28:10.646Z] ---> ee085da94f19 [2021-01-19T17:28:10.646Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-19T17:28:11.244Z] ---> Running in 1286861d7174 [2021-01-19T17:28:13.228Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-19T17:28:13.829Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-19T17:28:13.829Z] Collecting docker-compose==1.23.2 [2021-01-19T17:28:13.829Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-19T17:28:14.427Z] OK: 217 MiB in 51 packages [2021-01-19T17:28:14.701Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-19T17:28:14.701Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-19T17:28:17.332Z] Collecting jsonschema<3,>=2.5.1 [2021-01-19T17:28:17.605Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-19T17:28:17.881Z] Removing intermediate container 1286861d7174 [2021-01-19T17:28:17.881Z] ---> ef603d1b88aa [2021-01-19T17:28:17.881Z] Step 6/22 : COPY go.mod . [2021-01-19T17:28:17.881Z] 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-19T17:28:19.327Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-19T17:28:19.327Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-19T17:28:19.602Z] ---> a027af987116 [2021-01-19T17:28:19.602Z] Step 7/22 : RUN go mod download [2021-01-19T17:28:20.199Z] ---> Running in cde9f83a48e0 [2021-01-19T17:28:20.472Z] Collecting docker<4.0,>=3.6.0 [2021-01-19T17:28:20.472Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-19T17:28:21.912Z] Collecting PyYAML<4,>=3.10 [2021-01-19T17:28:21.912Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-19T17:28:22.923Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T17:28:22.923Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-19T17:28:22.923Z] ---> 2da791c54f2c [2021-01-19T17:28:22.923Z] Step 3/23 : WORKDIR /edgex-go [2021-01-19T17:28:22.923Z] ---> Using cache [2021-01-19T17:28:22.923Z] ---> c033e16f225c [2021-01-19T17:28:22.923Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T17:28:22.923Z] ---> Using cache [2021-01-19T17:28:22.923Z] ---> ee085da94f19 [2021-01-19T17:28:22.923Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-19T17:28:23.925Z] ---> Running in a940a0778c98 [2021-01-19T17:28:24.524Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T17:28:24.524Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-19T17:28:24.524Z] ---> 2da791c54f2c [2021-01-19T17:28:24.524Z] Step 3/24 : WORKDIR /edgex-go [2021-01-19T17:28:24.524Z] ---> Using cache [2021-01-19T17:28:24.524Z] ---> c033e16f225c [2021-01-19T17:28:24.524Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T17:28:24.524Z] ---> Using cache [2021-01-19T17:28:24.524Z] ---> ee085da94f19 [2021-01-19T17:28:24.524Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-01-19T17:28:24.524Z] ---> Using cache [2021-01-19T17:28:24.524Z] ---> ef603d1b88aa [2021-01-19T17:28:24.524Z] Step 6/24 : COPY go.mod . [2021-01-19T17:28:24.524Z] ---> Using cache [2021-01-19T17:28:24.524Z] ---> a027af987116 [2021-01-19T17:28:24.524Z] Step 7/24 : RUN go mod download [2021-01-19T17:28:24.524Z] ---> Running in 1f5af778fa31 [2021-01-19T17:28:25.148Z] Removing intermediate container cde9f83a48e0 [2021-01-19T17:28:25.148Z] ---> 374af296bab2 [2021-01-19T17:28:25.148Z] Step 8/22 : COPY . . [2021-01-19T17:28:25.752Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T17:28:25.752Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-19T17:28:25.752Z] ---> 2da791c54f2c [2021-01-19T17:28:25.752Z] Step 3/22 : WORKDIR /edgex-go [2021-01-19T17:28:25.752Z] ---> Using cache [2021-01-19T17:28:25.752Z] ---> c033e16f225c [2021-01-19T17:28:25.752Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T17:28:25.752Z] ---> Using cache [2021-01-19T17:28:25.752Z] ---> ee085da94f19 [2021-01-19T17:28:25.752Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-19T17:28:25.752Z] ---> Using cache [2021-01-19T17:28:25.752Z] ---> ef603d1b88aa [2021-01-19T17:28:25.752Z] Step 6/22 : COPY go.mod . [2021-01-19T17:28:25.752Z] ---> Using cache [2021-01-19T17:28:25.752Z] ---> a027af987116 [2021-01-19T17:28:25.752Z] Step 7/22 : RUN go mod download [2021-01-19T17:28:25.752Z] ---> Using cache [2021-01-19T17:28:25.752Z] ---> 374af296bab2 [2021-01-19T17:28:25.752Z] Step 8/22 : COPY . . [2021-01-19T17:28:26.026Z] Collecting cached-property<2,>=1.2.0 [2021-01-19T17:28:26.026Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-19T17:28:26.026Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-19T17:28:26.619Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-19T17:28:26.619Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-19T17:28:27.002Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-19T17:28:27.682Z] Collecting texttable<0.10,>=0.9.0 [2021-01-19T17:28:27.682Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-19T17:28:27.682Z] OK: 217 MiB in 51 packages [2021-01-19T17:28:31.162Z] Collecting docopt<0.7,>=0.6.1 [2021-01-19T17:28:31.162Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-19T17:28:33.185Z] Removing intermediate container 1f5af778fa31 [2021-01-19T17:28:33.185Z] ---> efdb7221aadd [2021-01-19T17:28:33.185Z] Step 8/24 : COPY . . [2021-01-19T17:28:33.462Z] Removing intermediate container a940a0778c98 [2021-01-19T17:28:33.462Z] ---> c72f24e1d224 [2021-01-19T17:28:33.462Z] Step 6/23 : COPY go.mod . [2021-01-19T17:28:34.448Z] 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-19T17:28:34.722Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-19T17:28:34.722Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-19T17:28:35.318Z] ---> a2ebb65e32f7 [2021-01-19T17:28:35.318Z] Step 7/23 : RUN go mod download [2021-01-19T17:28:36.318Z] Collecting idna<2.8,>=2.5 [2021-01-19T17:28:36.318Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-19T17:28:36.318Z] ---> Running in c31c9572561d [2021-01-19T17:28:36.592Z] 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-19T17:28:36.592Z] Collecting docker-pycreds>=0.4.0 [2021-01-19T17:28:36.866Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-19T17:28:36.866Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-19T17:28:36.866Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-19T17:28:36.866Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-19T17:28:36.866Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-19T17:28:37.848Z] Installing collected packages: dockerpty, jsonschema, urllib3, idna, requests, docker-pycreds, websocket-client, docker, PyYAML, cached-property, texttable, docopt, docker-compose [2021-01-19T17:28:37.848Z] Running setup.py install for dockerpty: started [2021-01-19T17:28:40.465Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-19T17:28:41.898Z] Attempting uninstall: urllib3 [2021-01-19T17:28:41.898Z] Found existing installation: urllib3 1.25.9 [2021-01-19T17:28:41.898Z] Uninstalling urllib3-1.25.9: [2021-01-19T17:28:42.180Z] Successfully uninstalled urllib3-1.25.9 [2021-01-19T17:28:43.608Z] Attempting uninstall: idna [2021-01-19T17:28:43.608Z] Found existing installation: idna 2.9 [2021-01-19T17:28:43.608Z] Uninstalling idna-2.9: [2021-01-19T17:28:43.608Z] Successfully uninstalled idna-2.9 [2021-01-19T17:28:43.608Z] Removing intermediate container c31c9572561d [2021-01-19T17:28:43.608Z] ---> d56a1df927bd [2021-01-19T17:28:43.608Z] Step 8/23 : COPY . . [2021-01-19T17:28:44.217Z] Attempting uninstall: requests [2021-01-19T17:28:44.217Z] Found existing installation: requests 2.23.0 [2021-01-19T17:28:44.217Z] Uninstalling requests-2.23.0: [2021-01-19T17:28:44.491Z] Successfully uninstalled requests-2.23.0 [2021-01-19T17:28:44.771Z] ---> 6042cfaf16ea [2021-01-19T17:28:44.772Z] Step 9/22 : RUN make cmd/core-command/core-command [2021-01-19T17:28:45.762Z] ---> 3e1b4441c427 [2021-01-19T17:28:45.763Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-01-19T17:28:46.740Z] ---> Running in e7aacbfa8368 [2021-01-19T17:28:47.343Z] ---> Running in 555ca52edc97 [2021-01-19T17:28:47.343Z] Running setup.py install for PyYAML: started [2021-01-19T17:28:49.314Z] 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-19T17:28:49.314Z] 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-19T17:28:50.297Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-19T17:28:50.578Z] Running setup.py install for texttable: started [2021-01-19T17:28:53.229Z] Running setup.py install for texttable: finished with status 'done' [2021-01-19T17:28:53.229Z] Running setup.py install for docopt: started [2021-01-19T17:28:53.509Z] ---> 448e5ad9479d [2021-01-19T17:28:53.509Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-19T17:28:54.509Z] ---> Running in 14533fc1dada [2021-01-19T17:28:55.499Z] Running setup.py install for docopt: finished with status 'done' [2021-01-19T17:28:56.487Z] 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-19T17:28:57.091Z] 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-19T17:29:03.829Z] ---> bb6bf1e711e4 [2021-01-19T17:29:03.829Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-19T17:29:03.829Z] Removing intermediate container 73102bc3957a [2021-01-19T17:29:03.829Z] ---> 79876612d7d6 [2021-01-19T17:29:03.829Z] Step 21/26 : RUN apk --no-cache add curl [2021-01-19T17:29:04.108Z] ---> Running in d0e25be43fed [2021-01-19T17:29:04.108Z] ---> Running in a0e5868eb8b1 [2021-01-19T17:29:06.744Z] 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-19T17:29:06.744Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-19T17:29:07.343Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-19T17:29:07.945Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-19T17:29:07.945Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-19T17:29:07.945Z] (3/3) Installing curl (7.69.1-r3) [2021-01-19T17:29:07.945Z] Executing busybox-1.31.1-r19.trigger [2021-01-19T17:29:07.945Z] OK: 71 MiB in 58 packages [2021-01-19T17:29:09.939Z] Removing intermediate container a0e5868eb8b1 [2021-01-19T17:29:09.939Z] ---> f21d6e17a751 [2021-01-19T17:29:09.939Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-19T17:29:09.939Z] ---> Running in 4dbbbd1fe228 [2021-01-19T17:29:10.920Z] Removing intermediate container 4dbbbd1fe228 [2021-01-19T17:29:10.920Z] ---> cc42f555c606 [2021-01-19T17:29:10.920Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-19T17:29:10.920Z] ---> Running in a156904ead71 [2021-01-19T17:29:11.519Z] Removing intermediate container a156904ead71 [2021-01-19T17:29:11.519Z] ---> 4d2c6f355146 [2021-01-19T17:29:11.519Z] Step 24/26 : LABEL arch=arm64 [2021-01-19T17:29:11.797Z] ---> Running in 369d027d475e [2021-01-19T17:29:12.396Z] Removing intermediate container 369d027d475e [2021-01-19T17:29:12.396Z] ---> d43b02f94355 [2021-01-19T17:29:12.396Z] Step 25/26 : LABEL git_sha=4eede83b347e2a8135ae116df4b6f6a339fa8317 [2021-01-19T17:29:12.673Z] ---> Running in 89d00fef5443 [2021-01-19T17:29:13.661Z] Removing intermediate container 89d00fef5443 [2021-01-19T17:29:13.661Z] ---> 1d6c60374e06 [2021-01-19T17:29:13.661Z] Step 26/26 : LABEL version=0.0.0 [2021-01-19T17:29:13.661Z] ---> Running in 0d2a32bcd68b [2021-01-19T17:29:14.654Z] Removing intermediate container 0d2a32bcd68b [2021-01-19T17:29:14.654Z] ---> 99363408c6f3 [2021-01-19T17:29:14.654Z] [2021-01-19T17:29:15.254Z] Successfully built 99363408c6f3 [2021-01-19T17:29:15.254Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-01-19T17:30:02.251Z]  Building docker-sys-mgmt-agent-go ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-01-19T17:30:09.004Z] Removing intermediate container 555ca52edc97 [2021-01-19T17:30:09.004Z] ---> d2e0f219daa9 [2021-01-19T17:30:09.004Z] [2021-01-19T17:30:09.004Z] Step 10/22 : FROM alpine:3.12 [2021-01-19T17:30:09.004Z] ---> afeebe901d6b [2021-01-19T17:30:09.004Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-19T17:30:09.004Z] ---> Running in f319eb6285b3 [2021-01-19T17:30:10.445Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-19T17:30:10.720Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-19T17:30:11.319Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-19T17:30:11.593Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-19T17:30:11.593Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-19T17:30:11.593Z] (4/5) Installing curl (7.69.1-r3) [2021-01-19T17:30:11.593Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-19T17:30:11.593Z] Executing busybox-1.31.1-r19.trigger [2021-01-19T17:30:11.593Z] Executing ca-certificates-20191127-r4.trigger [2021-01-19T17:30:11.871Z] OK: 7 MiB in 19 packages [2021-01-19T17:30:12.150Z] Removing intermediate container e7aacbfa8368 [2021-01-19T17:30:12.150Z] ---> e3fff464380b [2021-01-19T17:30:12.150Z] [2021-01-19T17:30:12.150Z] Step 10/22 : FROM scratch [2021-01-19T17:30:12.150Z] ---> [2021-01-19T17:30:12.150Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-19T17:30:12.150Z] ---> Using cache [2021-01-19T17:30:12.150Z] ---> 2e6312300176 [2021-01-19T17:30:12.150Z] Step 12/22 : ENV APP_PORT=48082 [2021-01-19T17:30:12.428Z] ---> Running in 528c888a09f3 [2021-01-19T17:30:13.885Z] Removing intermediate container 528c888a09f3 [2021-01-19T17:30:13.885Z] ---> e6a86aab6383 [2021-01-19T17:30:13.885Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-19T17:30:14.219Z] ---> Running in c3db87265ae4 [2021-01-19T17:30:15.457Z] Removing intermediate container c3db87265ae4 [2021-01-19T17:30:15.457Z] ---> 05c1e43f136d [2021-01-19T17:30:15.457Z] Step 14/22 : WORKDIR / [2021-01-19T17:30:15.791Z] ---> Running in f1f88ca8dcf1 [2021-01-19T17:30:15.791Z] Removing intermediate container f319eb6285b3 [2021-01-19T17:30:15.791Z] ---> d3df97ee8a52 [2021-01-19T17:30:15.791Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2021-01-19T17:30:16.098Z] ---> Running in 0da43fa8e167 [2021-01-19T17:30:16.788Z] Removing intermediate container 14533fc1dada [2021-01-19T17:30:16.788Z] ---> 5b6d1def6dcc [2021-01-19T17:30:16.788Z] [2021-01-19T17:30:16.788Z] Step 10/24 : FROM alpine:3.12 [2021-01-19T17:30:16.788Z] ---> afeebe901d6b [2021-01-19T17:30:16.788Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-19T17:30:16.788Z] ---> Using cache [2021-01-19T17:30:16.788Z] ---> d3df97ee8a52 [2021-01-19T17:30:16.788Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-19T17:30:16.788Z] Removing intermediate container f1f88ca8dcf1 [2021-01-19T17:30:16.788Z] ---> 485b508c807d [2021-01-19T17:30:16.788Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-19T17:30:16.788Z] ---> Running in 30cf935a3e2b [2021-01-19T17:30:17.392Z] Removing intermediate container 0da43fa8e167 [2021-01-19T17:30:17.392Z] ---> 3ea141711e4d [2021-01-19T17:30:17.392Z] Step 13/22 : WORKDIR / [2021-01-19T17:30:17.392Z] ---> Running in b20609e8276f [2021-01-19T17:30:17.990Z] Removing intermediate container 30cf935a3e2b [2021-01-19T17:30:17.990Z] ---> ac79b87e3d6e [2021-01-19T17:30:17.990Z] Step 13/24 : WORKDIR / [2021-01-19T17:30:17.990Z] ---> Running in 2b685253aae9 [2021-01-19T17:30:18.263Z] ---> 1fc592fcfc10 [2021-01-19T17:30:18.263Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-19T17:30:18.535Z] Removing intermediate container b20609e8276f [2021-01-19T17:30:18.535Z] ---> ea4e0b4b14d6 [2021-01-19T17:30:18.535Z] Step 14/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-19T17:30:18.807Z] Removing intermediate container 2b685253aae9 [2021-01-19T17:30:18.807Z] ---> d9bfe754167e [2021-01-19T17:30:18.807Z] 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-19T17:30:20.248Z] ---> 0fad2d83b7f3 [2021-01-19T17:30:20.248Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2021-01-19T17:30:20.525Z] ---> 03c6e6e2a3ad [2021-01-19T17:30:20.804Z] 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-19T17:30:21.080Z] ---> 285a920ccc17 [2021-01-19T17:30:21.080Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-19T17:30:22.524Z] ---> 1bffdbd64d4b [2021-01-19T17:30:22.525Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2021-01-19T17:30:22.525Z] ---> 4b09c36e8035 [2021-01-19T17:30:22.525Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-19T17:30:22.525Z] ---> 69892c34eeb7 [2021-01-19T17:30:22.525Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2021-01-19T17:30:22.525Z] ---> Running in 7979cd7e64ef [2021-01-19T17:30:23.515Z] Removing intermediate container 7979cd7e64ef [2021-01-19T17:30:23.515Z] ---> e965793a6b84 [2021-01-19T17:30:23.515Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-19T17:30:23.788Z] ---> 199ff024f28f [2021-01-19T17:30:23.788Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2021-01-19T17:30:23.788Z] ---> Running in 3deb9ecca973 [2021-01-19T17:30:23.788Z] ---> abc20463ed5f [2021-01-19T17:30:23.788Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-19T17:30:24.785Z] Removing intermediate container 3deb9ecca973 [2021-01-19T17:30:24.785Z] ---> 3aa2985787d1 [2021-01-19T17:30:24.785Z] Step 20/22 : LABEL arch=arm64 [2021-01-19T17:30:24.785Z] ---> fcf51f943037 [2021-01-19T17:30:24.785Z] Step 18/22 : RUN chmod +x entrypoint.sh [2021-01-19T17:30:24.785Z] ---> Running in 5f2b24cb8ca7 [2021-01-19T17:30:25.059Z] ---> Running in 04811ab57192 [2021-01-19T17:30:25.335Z] ---> 333e2e1d3de4 [2021-01-19T17:30:25.335Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-19T17:30:25.335Z] Removing intermediate container 5f2b24cb8ca7 [2021-01-19T17:30:25.335Z] ---> de500a070b3d [2021-01-19T17:30:25.335Z] Step 21/22 : LABEL git_sha=4eede83b347e2a8135ae116df4b6f6a339fa8317 [2021-01-19T17:30:25.609Z] ---> Running in 65f9f88522bc [2021-01-19T17:30:26.585Z] Removing intermediate container 65f9f88522bc [2021-01-19T17:30:26.585Z] ---> f8820e8694ba [2021-01-19T17:30:26.585Z] Step 22/22 : LABEL version=0.0.0 [2021-01-19T17:30:26.869Z] ---> Running in 78444be4601a [2021-01-19T17:30:27.465Z] ---> e78b013282c1 [2021-01-19T17:30:27.465Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-19T17:30:27.465Z] Removing intermediate container 78444be4601a [2021-01-19T17:30:27.465Z] ---> 6be14e35e06d [2021-01-19T17:30:27.465Z] [2021-01-19T17:30:28.450Z] Successfully built 6be14e35e06d [2021-01-19T17:30:28.450Z] Successfully tagged docker-core-command-go-arm64:latest [2021-01-19T17:30:28.450Z]  Building docker-core-command-go ... done Removing intermediate container 04811ab57192 [2021-01-19T17:30:28.450Z] ---> b4219851c8d6 [2021-01-19T17:30:28.450Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-19T17:30:29.054Z] ---> ffb493f90151 [2021-01-19T17:30:29.054Z] 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-19T17:30:29.054Z] ---> Running in 5e5903ecc957 [2021-01-19T17:30:29.324Z] ---> Running in 95594897e2ca [2021-01-19T17:30:29.594Z] Removing intermediate container 5e5903ecc957 [2021-01-19T17:30:29.594Z] ---> 5429a63234a8 [2021-01-19T17:30:29.594Z] Step 20/22 : LABEL arch=arm64 [2021-01-19T17:30:29.867Z] ---> Running in 193c07529285 [2021-01-19T17:30:30.466Z] Removing intermediate container 193c07529285 [2021-01-19T17:30:30.466Z] ---> 5189e2d442d8 [2021-01-19T17:30:30.466Z] Step 21/22 : LABEL git_sha=4eede83b347e2a8135ae116df4b6f6a339fa8317 [2021-01-19T17:30:30.737Z] ---> Running in e316e7e5b32c [2021-01-19T17:30:31.335Z] Removing intermediate container e316e7e5b32c [2021-01-19T17:30:31.335Z] ---> 742884b560d7 [2021-01-19T17:30:31.335Z] Step 22/22 : LABEL version=0.0.0 [2021-01-19T17:30:31.335Z] ---> Running in 2e575d934190 [2021-01-19T17:30:31.611Z] Removing intermediate container 95594897e2ca [2021-01-19T17:30:31.611Z] ---> f727456402fd [2021-01-19T17:30:31.611Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-19T17:30:31.887Z] ---> Running in 3fd0e261a189 [2021-01-19T17:30:31.887Z] Removing intermediate container 2e575d934190 [2021-01-19T17:30:31.887Z] ---> bb2c05a42ab8 [2021-01-19T17:30:31.887Z] [2021-01-19T17:30:32.485Z] Successfully built bb2c05a42ab8 [2021-01-19T17:30:32.485Z] Successfully tagged docker-security-bootstrap-redis-go-arm64:latest [2021-01-19T17:30:32.485Z]  Building docker-security-bootstrap-redis-go ... done Removing intermediate container 3fd0e261a189 [2021-01-19T17:30:32.485Z] ---> e916ee415a3e [2021-01-19T17:30:32.485Z] Step 22/24 : LABEL arch=arm64 [2021-01-19T17:30:32.757Z] ---> Running in 8986b4ef0a82 [2021-01-19T17:30:33.359Z] Removing intermediate container 8986b4ef0a82 [2021-01-19T17:30:33.359Z] ---> 8c5e53d4286c [2021-01-19T17:30:33.359Z] Step 23/24 : LABEL git_sha=4eede83b347e2a8135ae116df4b6f6a339fa8317 [2021-01-19T17:30:33.359Z] ---> Running in 42fc8e84be9d [2021-01-19T17:30:33.955Z] Removing intermediate container 42fc8e84be9d [2021-01-19T17:30:33.955Z] ---> 8937a82aad8f [2021-01-19T17:30:33.955Z] Step 24/24 : LABEL version=0.0.0 [2021-01-19T17:30:34.548Z] ---> Running in ea56900c8bab [2021-01-19T17:30:35.139Z] Removing intermediate container ea56900c8bab [2021-01-19T17:30:35.139Z] ---> 55e73caa7ecb [2021-01-19T17:30:35.139Z] [2021-01-19T17:30:35.729Z] Successfully built 55e73caa7ecb [2021-01-19T17:30:35.729Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-01-19T17:30:35.999Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container d0e25be43fed [2021-01-19T17:30:35.999Z] ---> 6412613283bb [2021-01-19T17:30:35.999Z] [2021-01-19T17:30:35.999Z] Step 10/23 : FROM alpine:3.12 [2021-01-19T17:30:35.999Z] ---> afeebe901d6b [2021-01-19T17:30:35.999Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-19T17:30:36.273Z] ---> Running in 5fdd46f33e98 [2021-01-19T17:30:36.543Z] Removing intermediate container 5fdd46f33e98 [2021-01-19T17:30:36.543Z] ---> d2da3ebce7c6 [2021-01-19T17:30:36.543Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-19T17:30:36.816Z] ---> Running in 13a6c41a7a67 [2021-01-19T17:30:37.409Z] Removing intermediate container 13a6c41a7a67 [2021-01-19T17:30:37.409Z] ---> ff80bbbe63fc [2021-01-19T17:30:37.409Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-19T17:30:37.409Z] ---> Running in 6df35c7883da [2021-01-19T17:30:38.002Z] Removing intermediate container 6df35c7883da [2021-01-19T17:30:38.002Z] ---> 45125d934678 [2021-01-19T17:30:38.002Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T17:30:38.002Z] ---> Running in 8a6127d60bd1 [2021-01-19T17:30:40.607Z] Removing intermediate container 8a6127d60bd1 [2021-01-19T17:30:40.607Z] ---> fd1d5f7ab893 [2021-01-19T17:30:40.607Z] Step 15/23 : RUN apk add --update --no-cache zeromq [2021-01-19T17:30:40.607Z] ---> Running in 47205b655e4c [2021-01-19T17:30:41.579Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-19T17:30:42.166Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-19T17:30:43.136Z] (1/5) Installing libgcc (9.3.0-r2) [2021-01-19T17:30:43.136Z] (2/5) Installing libsodium (1.0.18-r0) [2021-01-19T17:30:43.136Z] (3/5) Installing libstdc++ (9.3.0-r2) [2021-01-19T17:30:43.405Z] (4/5) Installing libzmq (4.3.3-r0) [2021-01-19T17:30:43.675Z] (5/5) Installing zeromq (4.3.3-r0) [2021-01-19T17:30:43.675Z] Executing busybox-1.31.1-r19.trigger [2021-01-19T17:30:43.675Z] OK: 8 MiB in 19 packages [2021-01-19T17:30:45.109Z] Removing intermediate container 47205b655e4c [2021-01-19T17:30:45.109Z] ---> 16f2da904869 [2021-01-19T17:30:45.109Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-19T17:30:45.701Z] ---> 8d66837dc81d [2021-01-19T17:30:45.701Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-19T17:30:47.161Z] ---> 3a8134c317c6 [2021-01-19T17:30:47.161Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-19T17:30:47.756Z] ---> 6092757d8c34 [2021-01-19T17:30:47.756Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-19T17:30:47.756Z] ---> Running in 32bfbcf6306f [2021-01-19T17:30:48.349Z] Removing intermediate container 32bfbcf6306f [2021-01-19T17:30:48.349Z] ---> 245b91860d90 [2021-01-19T17:30:48.349Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-19T17:30:48.349Z] ---> Running in 38bf1ae30d72 [2021-01-19T17:30:48.940Z] Removing intermediate container 38bf1ae30d72 [2021-01-19T17:30:48.940Z] ---> 5719e497cc56 [2021-01-19T17:30:48.940Z] Step 21/23 : LABEL arch=arm64 [2021-01-19T17:30:48.940Z] ---> Running in b3bd47659c11 [2021-01-19T17:30:49.532Z] Removing intermediate container b3bd47659c11 [2021-01-19T17:30:49.532Z] ---> ca5d32923ebe [2021-01-19T17:30:49.532Z] Step 22/23 : LABEL git_sha=4eede83b347e2a8135ae116df4b6f6a339fa8317 [2021-01-19T17:30:49.532Z] ---> Running in e23f4c7e7228 [2021-01-19T17:30:50.125Z] Removing intermediate container e23f4c7e7228 [2021-01-19T17:30:50.125Z] ---> 03cadee3e5d5 [2021-01-19T17:30:50.125Z] Step 23/23 : LABEL version=0.0.0 [2021-01-19T17:30:50.125Z] ---> Running in 23f9881849ea [2021-01-19T17:30:50.715Z] Removing intermediate container 23f9881849ea [2021-01-19T17:30:50.715Z] ---> c6e71e7035c3 [2021-01-19T17:30:50.715Z] [2021-01-19T17:30:50.985Z] Successfully built c6e71e7035c3 [2021-01-19T17:30:50.985Z] Successfully tagged docker-core-data-go-arm64:latest [2021-01-19T17:30:51.270Z]  Building docker-core-data-go ... done  [Pipeline] } [2021-01-19T17:30:51.281Z] $ docker stop --time=1 0c87aff4d34f22cc106976d1573c0c7e017dd33ba50a7d48ac44c147448904de [2021-01-19T17:30:53.204Z] $ docker rm -f 0c87aff4d34f22cc106976d1573c0c7e017dd33ba50a7d48ac44c147448904de [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-19T17:30:53.875Z] + grep docker [2021-01-19T17:30:53.875Z] + docker images [2021-01-19T17:30:54.150Z] docker-core-data-go-arm64 latest c6e71e7035c3 3 seconds ago 21MB [2021-01-19T17:30:54.150Z] docker-security-secretstore-setup-go-arm64 latest 55e73caa7ecb 19 seconds ago 23.4MB [2021-01-19T17:30:54.150Z] docker-security-bootstrap-redis-go-arm64 latest bb2c05a42ab8 22 seconds ago 15.1MB [2021-01-19T17:30:54.150Z] docker-core-command-go-arm64 latest 6be14e35e06d 26 seconds ago 9.98MB [2021-01-19T17:30:54.150Z] docker-sys-mgmt-agent-go-arm64 latest 99363408c6f3 About a minute ago 300MB [2021-01-19T17:30:54.150Z] docker-core-metadata-go-arm64 latest 7b0790a1478c 3 minutes ago 12.3MB [2021-01-19T17:30:54.150Z] docker-security-proxy-setup-go-arm64 latest 01d826e528d4 3 minutes ago 23.2MB [2021-01-19T17:30:54.150Z] docker-support-notifications-go-arm64 latest 09f178261a2e 3 minutes ago 11.4MB [2021-01-19T17:30:54.150Z] docker-support-scheduler-go-arm64 latest 0f7e6847591b 3 minutes ago 10MB [2021-01-19T17:30:54.150Z] docker 20.10.0 eeaf43b92773 5 weeks ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2021-01-19T17:30:55.890Z] provisioning config files... [2021-01-19T17:30:55.905Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/3@tmp/config4625076735644398064tmp [Pipeline] { [Pipeline] sh [2021-01-19T17:30:56.310Z] + set +x [2021-01-19T17:30:56.310Z] + curl -s https://codecov.io/bash [2021-01-19T17:30:56.310Z] + bash -s -- [2021-01-19T17:30:56.890Z] [2021-01-19T17:30:56.890Z] _____ _ [2021-01-19T17:30:56.890Z] / ____| | | [2021-01-19T17:30:56.890Z] | | ___ __| | ___ ___ _____ __ [2021-01-19T17:30:56.890Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-01-19T17:30:56.890Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-01-19T17:30:56.890Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-01-19T17:30:56.890Z] Bash-20210115-cec3c92 [2021-01-19T17:30:56.890Z] [2021-01-19T17:30:56.890Z] [2021-01-19T17:30:56.890Z] ==> git version 2.24.3 found [2021-01-19T17:30:56.890Z] ==> 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-19T17:30:56.890Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-01-19T17:30:56.890Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-01-19T17:30:56.890Z] ==> Jenkins CI detected. [2021-01-19T17:30:56.890Z] project root: . [2021-01-19T17:30:56.890Z] --> token set from env [2021-01-19T17:30:56.890Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-01-19T17:30:56.890Z] ==> Running gcov in . (disable via -X gcov) [2021-01-19T17:30:56.890Z] ==> Python coveragepy not found [2021-01-19T17:30:56.890Z] ==> Searching for coverage reports in: [2021-01-19T17:30:56.890Z] + . [2021-01-19T17:30:56.890Z] -> Found 1 reports [2021-01-19T17:30:56.890Z] ==> Detecting git/mercurial file structure [2021-01-19T17:30:56.890Z] ==> Reading reports [2021-01-19T17:30:56.890Z] + ./coverage.out bytes=550280 [2021-01-19T17:30:57.153Z] ==> Appending adjustments [2021-01-19T17:30:57.153Z] https://docs.codecov.io/docs/fixing-reports [2021-01-19T17:31:00.486Z] + Found adjustments [2021-01-19T17:31:00.486Z] ==> Gzipping contents [2021-01-19T17:31:00.486Z] 84K /tmp/codecov.oHETnj.gz [2021-01-19T17:31:00.486Z] ==> Uploading reports [2021-01-19T17:31:00.486Z] url: https://codecov.io [2021-01-19T17:31:00.486Z] query: branch=PR-3047&commit=4eede83b347e2a8135ae116df4b6f6a339fa8317&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3047%2F3%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3047&job=&cmd_args= [2021-01-19T17:31:00.486Z] -> Pinging Codecov [2021-01-19T17:31:00.486Z] https://codecov.io/upload/v4?package=bash-20210115-cec3c92&token=secret&branch=PR-3047&commit=4eede83b347e2a8135ae116df4b6f6a339fa8317&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3047%2F3%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3047&job=&cmd_args= [2021-01-19T17:31:01.063Z] -> Uploading to [2021-01-19T17:31:01.063Z] https://storage.googleapis.com/codecov/v4/raw/2021-01-19/00271124DB129430A58F1EEE437C3FCB/4eede83b347e2a8135ae116df4b6f6a339fa8317/edbbb2b5-5871-4653-b02b-ec01f2656c2c.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210119%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210119T173100Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=b127f91f6032ab22636e32e01f8bae35fe8e47370f01b1173b7b14abe4b3afef [2021-01-19T17:31:01.063Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-19T17:31:01.063Z] Dload Upload Total Spent Left Speed [2021-01-19T17:31:01.326Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 83319 0 0 100 83319 0 163k --:--:-- --:--:-- --:--:-- 163k [2021-01-19T17:31:01.326Z] -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/4eede83b347e2a8135ae116df4b6f6a339fa8317 [Pipeline] } [2021-01-19T17:31:01.340Z] 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-19T17:31:03.564Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-19T17:31:04.459Z] ---> package-listing.sh [2021-01-19T17:31:04.459Z] ++ facter osfamily [2021-01-19T17:31:04.459Z] ++ tr '[:upper:]' '[:lower:]' [2021-01-19T17:31:04.459Z] + OS_FAMILY=redhat [2021-01-19T17:31:04.459Z] + workspace=/w/workspace/edgex-go/3 [2021-01-19T17:31:04.459Z] + START_PACKAGES=/tmp/packages_start.txt [2021-01-19T17:31:04.459Z] + END_PACKAGES=/tmp/packages_end.txt [2021-01-19T17:31:04.459Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-01-19T17:31:04.459Z] + PACKAGES=/tmp/packages_start.txt [2021-01-19T17:31:04.459Z] + '[' /w/workspace/edgex-go/3 ']' [2021-01-19T17:31:04.459Z] + PACKAGES=/tmp/packages_end.txt [2021-01-19T17:31:04.459Z] + case "${OS_FAMILY}" in [2021-01-19T17:31:04.459Z] + rpm -qa [2021-01-19T17:31:04.459Z] + sort [2021-01-19T17:31:09.795Z] + '[' -f /tmp/packages_start.txt ']' [2021-01-19T17:31:09.795Z] + '[' -f /tmp/packages_end.txt ']' [2021-01-19T17:31:09.795Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-01-19T17:31:09.795Z] + '[' /w/workspace/edgex-go/3 ']' [2021-01-19T17:31:09.795Z] + mkdir -p /w/workspace/edgex-go/3/archives/ [2021-01-19T17:31:09.795Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/3/archives/ [Pipeline] echo [2021-01-19T17:31:09.812Z] 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/3/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-01-19T17:31:10.128Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-01-19T17:31:10.714Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-19T17:31:10.977Z] [2021-01-19T17:31:10.977Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-01-19T17:31:11.340Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-19T17:31:11.340Z] alpine: Pulling from edgex-lftools-log-publisher [2021-01-19T17:31:11.340Z] df20fa9351a1: Pulling fs layer [2021-01-19T17:31:11.340Z] 36b3adc4ff6f: Pulling fs layer [2021-01-19T17:31:11.340Z] 8ad3a11d3b57: Pulling fs layer [2021-01-19T17:31:11.340Z] 46f8f816bc3b: Pulling fs layer [2021-01-19T17:31:11.340Z] 93b61091891f: Pulling fs layer [2021-01-19T17:31:11.340Z] 93b9cdb0e59b: Pulling fs layer [2021-01-19T17:31:11.340Z] 5e14af77c1be: Pulling fs layer [2021-01-19T17:31:11.340Z] 01666e4c0597: Pulling fs layer [2021-01-19T17:31:11.340Z] aa168da1d23b: Pulling fs layer [2021-01-19T17:31:11.340Z] 46f8f816bc3b: Waiting [2021-01-19T17:31:11.340Z] 93b61091891f: Waiting [2021-01-19T17:31:11.340Z] 93b9cdb0e59b: Waiting [2021-01-19T17:31:11.340Z] 5e14af77c1be: Waiting [2021-01-19T17:31:11.340Z] 01666e4c0597: Waiting [2021-01-19T17:31:11.340Z] aa168da1d23b: Waiting [2021-01-19T17:31:11.340Z] 36b3adc4ff6f: Download complete [2021-01-19T17:31:11.340Z] 46f8f816bc3b: Verifying Checksum [2021-01-19T17:31:11.340Z] 46f8f816bc3b: Download complete [2021-01-19T17:31:11.604Z] df20fa9351a1: Download complete [2021-01-19T17:31:11.604Z] 93b61091891f: Verifying Checksum [2021-01-19T17:31:11.604Z] 93b61091891f: Download complete [2021-01-19T17:31:11.604Z] 93b9cdb0e59b: Verifying Checksum [2021-01-19T17:31:11.604Z] 93b9cdb0e59b: Download complete [2021-01-19T17:31:11.604Z] 5e14af77c1be: Verifying Checksum [2021-01-19T17:31:11.604Z] 5e14af77c1be: Download complete [2021-01-19T17:31:11.604Z] 01666e4c0597: Verifying Checksum [2021-01-19T17:31:11.604Z] 01666e4c0597: Download complete [2021-01-19T17:31:11.987Z] df20fa9351a1: Pull complete [2021-01-19T17:31:12.312Z] 36b3adc4ff6f: Pull complete [2021-01-19T17:31:12.312Z] 8ad3a11d3b57: Verifying Checksum [2021-01-19T17:31:12.312Z] 8ad3a11d3b57: Download complete [2021-01-19T17:31:14.365Z] aa168da1d23b: Download complete [2021-01-19T17:31:14.942Z] 8ad3a11d3b57: Pull complete [2021-01-19T17:31:15.211Z] 46f8f816bc3b: Pull complete [2021-01-19T17:31:16.160Z] 93b61091891f: Pull complete [2021-01-19T17:31:16.433Z] 93b9cdb0e59b: Pull complete [2021-01-19T17:31:16.433Z] 5e14af77c1be: Pull complete [2021-01-19T17:31:16.699Z] 01666e4c0597: Pull complete [2021-01-19T17:31:28.992Z] aa168da1d23b: Pull complete [2021-01-19T17:31:28.992Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-01-19T17:31:28.992Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-19T17:31:28.992Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-01-19T17:31:29.230Z] prd-centos7-docker-4c-2g-21231 does not seem to be running inside a container [2021-01-19T17:31:29.290Z] $ 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/3/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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-01-19T17:31:31.833Z] $ docker top c07eabf04e7a5f4470f9211742680bd5aa22bd410bf4c19cb7ce61b1ca44ed4f -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-19T17:31:32.341Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-01-19T17:31:32.647Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-01-19T17:31:32.952Z] + ls /var/log/sa-host [2021-01-19T17:31:32.952Z] + sadf -c /var/log/sa-host/sa19 [2021-01-19T17:31:32.952Z] file_magic: OK [2021-01-19T17:31:32.952Z] HZ: Using current value: 100 [2021-01-19T17:31:32.952Z] file_header: OK [2021-01-19T17:31:32.952Z] 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-19T17:31:32.952Z] Statistics: [2021-01-19T17:31:32.952Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-01-19T17:31:32.952Z] File successfully converted to sysstat format version 12.2.1 [2021-01-19T17:31:32.952Z] + sadf -c /var/log/sa-host/sa23 [2021-01-19T17:31:32.952Z] file_magic: OK [2021-01-19T17:31:32.952Z] HZ: Using current value: 100 [2021-01-19T17:31:32.952Z] file_header: OK [2021-01-19T17:31:32.952Z] 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-19T17:31:32.952Z] Statistics: [2021-01-19T17:31:32.952Z] Hnuu...uuuununununu... [2021-01-19T17:31:32.952Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-01-19T17:31:33.148Z] provisioning config files... [2021-01-19T17:31:33.168Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/3@tmp/config7207384821628330343tmp [Pipeline] { [Pipeline] echo [2021-01-19T17:31:33.235Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-19T17:31:33.534Z] ---> create-netrc.sh [Pipeline] } [2021-01-19T17:31:33.546Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-01-19T17:31:33.660Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-19T17:31:33.958Z] ---> python-tools-install.sh [Pipeline] echo [2021-01-19T17:31:33.969Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-19T17:31:34.268Z] ---> sudo-logs.sh [2021-01-19T17:31:34.268Z] Archiving 'sudo' log.. [Pipeline] echo [2021-01-19T17:31:34.278Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-19T17:31:34.580Z] ---> job-cost.sh [2021-01-19T17:31:34.580Z] lf-activate-venv: SKIPPING [2021-01-19T17:31:34.580Z] INFO: No Stack... [2021-01-19T17:31:35.527Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-01-19T17:31:35.791Z] INFO: Archiving Costs [Pipeline] echo [2021-01-19T17:31:35.804Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-19T17:31:36.101Z] ---> logs-deploy.sh [2021-01-19T17:31:36.101Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3047/3 [2021-01-19T17:31:36.101Z] INFO: archiving workspace using pattern(s): [2021-01-19T17:31:37.492Z] Archives upload complete. [2021-01-19T17:31:37.755Z] INFO: archiving logs to Nexus