Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of bnevis-i for edgexfoundry/edgex-go Obtained Jenkinsfile from 59bc2ed946616d982be073a2be53f8ce9b7f1f6c+c7191a90c07787dda31e3868df4c5f33b5de22f9 (d3f56bbbfdda6f277f8d96aa0fcccf006db726cb) 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 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 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 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 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 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd # timeout=10 Commit message: "Merge pull request #306 from ernestojeda/disable-snyk-scan" > 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-19653 in /w/workspace/edgexfoundry_edgex-go_PR-2924 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/20 [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/20 # 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 Merging remotes/origin/master commit c7191a90c07787dda31e3868df4c5f33b5de22f9 into PR head commit 59bc2ed946616d982be073a2be53f8ce9b7f1f6c Merge succeeded, producing 88c774f5ef87baacffc33e0aeaf896ceb091dbde Checking out Revision 88c774f5ef87baacffc33e0aeaf896ceb091dbde (PR-2924) 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/2924/head:refs/remotes/origin/PR-2924 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 59bc2ed946616d982be073a2be53f8ce9b7f1f6c # 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 c7191a90c07787dda31e3868df4c5f33b5de22f9 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 88c774f5ef87baacffc33e0aeaf896ceb091dbde # timeout=10 Commit message: "Merge commit 'c7191a90c07787dda31e3868df4c5f33b5de22f9' into HEAD" First time build. Skipping changelog. > git rev-list --no-walk 7bf8c5ae6410052ec21eabf579ae336e2e2e99ca # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-01-12T00:32:01.642Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-01-12T00:32:01.876Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-01-12T00:32:01.971Z] ========================================================= [2021-01-12T00:32:01.971Z] EdgeX Global Pipelines Version Info [2021-01-12T00:32:01.971Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-01-12T00:32:04.723Z] ------------------- [2021-01-12T00:32:04.723Z] stable info: [2021-01-12T00:32:04.723Z] ------------------- [2021-01-12T00:32:04.723Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-12T00:32:04.723Z] Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd [2021-01-12T00:32:04.723Z] Message: update stable to v1.0.173 [2021-01-12T00:32:05.730Z] ------------------- [2021-01-12T00:32:05.730Z] experimental info: [2021-01-12T00:32:05.730Z] ------------------- [2021-01-12T00:32:05.730Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-01-12T00:32:05.730Z] Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd [2021-01-12T00:32:05.730Z] Message: update experimental to v1.0.173 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-01-12T00:32:05.999Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-01-12T00:32:06.091Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-01-12T00:32:06.176Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-01-12T00:32:06.259Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-01-12T00:32:06.337Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-01-12T00:32:06.417Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-01-12T00:32:06.502Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-01-12T00:32:06.581Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-01-12T00:32:06.660Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-01-12T00:32:06.745Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-01-12T00:32:06.830Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-01-12T00:32:06.909Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-01-12T00:32:07.022Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-01-12T00:32:07.102Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-01-12T00:32:07.182Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-01-12T00:32:07.503Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-01-12T00:32:07.583Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-01-12T00:32:07.664Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-01-12T00:32:07.766Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-01-12T00:32:07.851Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-01-12T00:32:07.933Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-01-12T00:32:08.011Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-01-12T00:32:08.089Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-01-12T00:32:08.182Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-2924 [Pipeline] echo [2021-01-12T00:32:08.267Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-2924 [Pipeline] echo [2021-01-12T00:32:08.349Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-2924 [Pipeline] echo [2021-01-12T00:32:08.428Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 88c774f5ef87baacffc33e0aeaf896ceb091dbde [Pipeline] echo [2021-01-12T00:32:08.506Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 88c774f [Pipeline] echo [2021-01-12T00:32:08.610Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-12T00:32:08.764Z] provisioning config files... [2021-01-12T00:32:08.800Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/20@tmp/config1039490674766619970tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-12T00:32:09.315Z] ---> docker-login.sh [2021-01-12T00:32:09.315Z] nexus3.edgexfoundry.org:10001 [2021-01-12T00:32:09.930Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-12T00:32:10.261Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-12T00:32:10.261Z] Configure a credential helper to remove this warning. See [2021-01-12T00:32:10.261Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-12T00:32:10.261Z] [2021-01-12T00:32:10.261Z] Login Succeeded [2021-01-12T00:32:10.261Z] nexus3.edgexfoundry.org:10002 [2021-01-12T00:32:10.895Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-12T00:32:10.895Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-12T00:32:10.895Z] Configure a credential helper to remove this warning. See [2021-01-12T00:32:10.895Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-12T00:32:10.895Z] [2021-01-12T00:32:10.895Z] Login Succeeded [2021-01-12T00:32:10.895Z] nexus3.edgexfoundry.org:10003 [2021-01-12T00:32:11.211Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-12T00:32:11.211Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-12T00:32:11.211Z] Configure a credential helper to remove this warning. See [2021-01-12T00:32:11.211Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-12T00:32:11.211Z] [2021-01-12T00:32:11.211Z] Login Succeeded [2021-01-12T00:32:11.211Z] nexus3.edgexfoundry.org:10004 [2021-01-12T00:32:11.548Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-12T00:32:11.855Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-12T00:32:11.855Z] Configure a credential helper to remove this warning. See [2021-01-12T00:32:11.855Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-12T00:32:11.855Z] [2021-01-12T00:32:11.855Z] Login Succeeded [2021-01-12T00:32:11.855Z] docker.io [2021-01-12T00:32:12.133Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-12T00:32:12.410Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-12T00:32:12.410Z] Configure a credential helper to remove this warning. See [2021-01-12T00:32:12.410Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-12T00:32:12.410Z] [2021-01-12T00:32:12.410Z] Login Succeeded [2021-01-12T00:32:12.410Z] ---> docker-login.sh ends [Pipeline] } [2021-01-12T00:32:12.441Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-12T00:32:12.977Z] ++ 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-12T00:32:12.977Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-12T00:32:12.977Z] ++ cut -d/ -f2 [2021-01-12T00:32:12.977Z] ++ dirname cmd/core-command/Dockerfile [2021-01-12T00:32:12.977Z] + echo core-command,cmd/core-command/Dockerfile [2021-01-12T00:32:12.977Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-12T00:32:12.977Z] ++ cut -d/ -f2 [2021-01-12T00:32:12.977Z] ++ dirname cmd/core-data/Dockerfile [2021-01-12T00:32:12.977Z] + echo core-data,cmd/core-data/Dockerfile [2021-01-12T00:32:12.977Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-12T00:32:12.977Z] ++ dirname cmd/core-metadata/Dockerfile [2021-01-12T00:32:12.977Z] ++ cut -d/ -f2 [2021-01-12T00:32:12.977Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-01-12T00:32:12.977Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-12T00:32:12.977Z] ++ dirname cmd/security-bootstrap-redis/Dockerfile [2021-01-12T00:32:12.977Z] ++ cut -d/ -f2 [2021-01-12T00:32:12.977Z] + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile [2021-01-12T00:32:12.977Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-12T00:32:12.977Z] ++ cut -d/ -f2 [2021-01-12T00:32:12.977Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-01-12T00:32:12.977Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-01-12T00:32:12.977Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-12T00:32:12.977Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-01-12T00:32:12.977Z] ++ cut -d/ -f2 [2021-01-12T00:32:12.977Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-01-12T00:32:12.977Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-12T00:32:12.977Z] ++ dirname cmd/support-notifications/Dockerfile [2021-01-12T00:32:12.977Z] ++ cut -d/ -f2 [2021-01-12T00:32:12.977Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-01-12T00:32:12.977Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-12T00:32:12.977Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-01-12T00:32:12.977Z] ++ cut -d/ -f2 [2021-01-12T00:32:12.977Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-01-12T00:32:12.977Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-12T00:32:12.977Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-01-12T00:32:12.977Z] ++ cut -d/ -f2 [2021-01-12T00:32:12.977Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-01-12T00:32:13.164Z] 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-12T00:32:14.016Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-12T00:32:14.016Z] [2021-01-12T00:32:14.016Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-01-12T00:32:14.468Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-12T00:32:14.468Z] latest: Pulling from edgex-devops/git-semver [2021-01-12T00:32:14.468Z] 31603596830f: Pulling fs layer [2021-01-12T00:32:14.468Z] 2a8b12db71e7: Pulling fs layer [2021-01-12T00:32:14.468Z] 6ca5941a6612: Pulling fs layer [2021-01-12T00:32:14.468Z] ecc8261a40a4: Pulling fs layer [2021-01-12T00:32:14.468Z] ecc8261a40a4: Waiting [2021-01-12T00:32:14.468Z] 2a8b12db71e7: Verifying Checksum [2021-01-12T00:32:14.468Z] 2a8b12db71e7: Download complete [2021-01-12T00:32:14.747Z] 31603596830f: Download complete [2021-01-12T00:32:15.049Z] ecc8261a40a4: Verifying Checksum [2021-01-12T00:32:15.049Z] ecc8261a40a4: Download complete [2021-01-12T00:32:15.317Z] 6ca5941a6612: Download complete [2021-01-12T00:32:15.317Z] 31603596830f: Pull complete [2021-01-12T00:32:15.596Z] 2a8b12db71e7: Pull complete [2021-01-12T00:32:17.042Z] 6ca5941a6612: Pull complete [2021-01-12T00:32:17.667Z] ecc8261a40a4: Pull complete [2021-01-12T00:32:17.667Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-01-12T00:32:17.667Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-12T00:32:17.667Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-01-12T00:32:17.991Z] prd-centos7-docker-4c-2g-19653 does not seem to be running inside a container [2021-01-12T00:32:18.109Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/20 -v /w/workspace/edgex-go/20:/w/workspace/edgex-go/20:rw,z -v /w/workspace/edgex-go/20@tmp:/w/workspace/edgex-go/20@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:10004/edgex-devops/git-semver:latest cat [2021-01-12T00:32:20.961Z] $ docker top f9dacb801a705fed233d6a4aa5f44247d49974f0a3721177718de480bb0865fc -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-12T00:32:21.535Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-12T00:32:21.535Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-12T00:32:21.948Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-12T00:32:21.955Z] $ docker exec f9dacb801a705fed233d6a4aa5f44247d49974f0a3721177718de480bb0865fc ssh-agent [2021-01-12T00:32:22.250Z] SSH_AUTH_SOCK=/tmp/ssh-zsPaItnsIpy2/agent.12 [2021-01-12T00:32:22.250Z] SSH_AGENT_PID=17 [2021-01-12T00:32:22.276Z] Running ssh-add (command line suppressed) [2021-01-12T00:32:22.564Z] Identity added: /w/workspace/edgex-go/20@tmp/private_key_8317123276957985599.key (/w/workspace/edgex-go/20@tmp/private_key_8317123276957985599.key) [2021-01-12T00:32:22.668Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-12T00:32:23.069Z] + git tag --points-at HEAD [Pipeline] } [2021-01-12T00:32:23.171Z] $ docker exec --env ******** --env ******** f9dacb801a705fed233d6a4aa5f44247d49974f0a3721177718de480bb0865fc ssh-agent -k [2021-01-12T00:32:23.380Z] unset SSH_AUTH_SOCK; [2021-01-12T00:32:23.381Z] unset SSH_AGENT_PID; [2021-01-12T00:32:23.381Z] echo Agent pid 17 killed; [2021-01-12T00:32:23.456Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-01-12T00:32:23.593Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-12T00:32:23.593Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-12T00:32:23.854Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-12T00:32:23.861Z] $ docker exec f9dacb801a705fed233d6a4aa5f44247d49974f0a3721177718de480bb0865fc ssh-agent [2021-01-12T00:32:24.148Z] SSH_AUTH_SOCK=/tmp/ssh-SQvf9vlPjhXU/agent.45 [2021-01-12T00:32:24.148Z] SSH_AGENT_PID=51 [2021-01-12T00:32:24.160Z] Running ssh-add (command line suppressed) [2021-01-12T00:32:24.426Z] Identity added: /w/workspace/edgex-go/20@tmp/private_key_367212179077912094.key (/w/workspace/edgex-go/20@tmp/private_key_367212179077912094.key) [2021-01-12T00:32:24.606Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-12T00:32:24.977Z] + git semver init [2021-01-12T00:32:24.977Z] # -> Open(): unable to determine branch for HEAD [2021-01-12T00:32:24.978Z] # $GIT_DIR = /w/workspace/edgex-go/20/.git [2021-01-12T00:32:24.978Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/20 [2021-01-12T00:32:24.978Z] # $SEMVER_REMOTE_NAME = origin [2021-01-12T00:32:24.978Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-12T00:32:24.978Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-12T00:32:24.978Z] # $SEMVER_BRANCH = PR-2924 [2021-01-12T00:32:24.978Z] # $SEMVER_TEMP = /tmp/semver-820739604 [2021-01-12T00:32:24.978Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-01-12T00:33:05.097Z] # '/tmp/semver-820739604' -> '/w/workspace/edgex-go/20/.semver' [2021-01-12T00:33:05.369Z] # -> Force: false [2021-01-12T00:33:05.370Z] # $SEMVER_DIR = /w/workspace/edgex-go/20/.semver [Pipeline] } [2021-01-12T00:33:05.398Z] $ docker exec --env ******** --env ******** f9dacb801a705fed233d6a4aa5f44247d49974f0a3721177718de480bb0865fc ssh-agent -k [2021-01-12T00:33:05.823Z] unset SSH_AUTH_SOCK; [2021-01-12T00:33:05.823Z] unset SSH_AGENT_PID; [2021-01-12T00:33:05.823Z] echo Agent pid 51 killed; [2021-01-12T00:33:05.939Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-12T00:33:06.426Z] + git semver [Pipeline] } [2021-01-12T00:33:06.714Z] $ docker stop --time=1 f9dacb801a705fed233d6a4aa5f44247d49974f0a3721177718de480bb0865fc [2021-01-12T00:33:08.631Z] $ docker rm -f f9dacb801a705fed233d6a4aa5f44247d49974f0a3721177718de480bb0865fc [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-12T00:33:09.255Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-01-12T00:33:10.045Z] Stashed 1 file(s) [Pipeline] echo [2021-01-12T00:33:10.048Z] [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-12T00:33:11.327Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-01-12T00:33:11.669Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-12T00:33:12.017Z] + sudo service docker restart [2021-01-12T00:33:12.017Z] + true [2021-01-12T00:33:12.017Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-01-12T00:33:13.021Z] ========================================================= [2021-01-12T00:33:13.021Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-01-12T00:33:13.021Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-12T00:33:13.409Z] + 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-12T00:33:20.188Z] Sending build context to Docker daemon 326.3MB [2021-01-12T00:33:20.188Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-12T00:33:20.188Z] Step 2/6 : FROM ${BASE} [2021-01-12T00:33:20.188Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-01-12T00:33:20.188Z] 188c0c94c7c5: Pulling fs layer [2021-01-12T00:33:20.188Z] 0ef7d3d256c8: Pulling fs layer [2021-01-12T00:33:20.188Z] de9db76c5a1d: Pulling fs layer [2021-01-12T00:33:20.188Z] bca2f99d35d6: Pulling fs layer [2021-01-12T00:33:20.188Z] 93359f2a8cfa: Pulling fs layer [2021-01-12T00:33:20.189Z] 7c6f9722023f: Pulling fs layer [2021-01-12T00:33:20.189Z] a35cf1a2eb13: Pulling fs layer [2021-01-12T00:33:20.189Z] 93359f2a8cfa: Waiting [2021-01-12T00:33:20.189Z] 7c6f9722023f: Waiting [2021-01-12T00:33:20.189Z] a35cf1a2eb13: Waiting [2021-01-12T00:33:20.189Z] bca2f99d35d6: Waiting [2021-01-12T00:33:20.189Z] de9db76c5a1d: Verifying Checksum [2021-01-12T00:33:20.189Z] de9db76c5a1d: Download complete [2021-01-12T00:33:20.189Z] 0ef7d3d256c8: Verifying Checksum [2021-01-12T00:33:20.189Z] 0ef7d3d256c8: Download complete [2021-01-12T00:33:20.189Z] 93359f2a8cfa: Verifying Checksum [2021-01-12T00:33:20.189Z] 93359f2a8cfa: Download complete [2021-01-12T00:33:20.189Z] 7c6f9722023f: Verifying Checksum [2021-01-12T00:33:20.189Z] 7c6f9722023f: Download complete [2021-01-12T00:33:20.464Z] 188c0c94c7c5: Verifying Checksum [2021-01-12T00:33:20.464Z] 188c0c94c7c5: Download complete [2021-01-12T00:33:21.498Z] 188c0c94c7c5: Pull complete [2021-01-12T00:33:22.235Z] 0ef7d3d256c8: Pull complete [2021-01-12T00:33:22.235Z] de9db76c5a1d: Pull complete [2021-01-12T00:33:25.741Z] Still waiting to schedule task [2021-01-12T00:33:25.741Z] ‘prd-centos7-blackbox-4c-2g-19234’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-15505’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-19655’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-18207’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-19658’ is offline [2021-01-12T00:33:25.889Z] a35cf1a2eb13: Verifying Checksum [2021-01-12T00:33:25.890Z] a35cf1a2eb13: Download complete [2021-01-12T00:33:26.474Z] bca2f99d35d6: Verifying Checksum [2021-01-12T00:33:26.474Z] bca2f99d35d6: Download complete [2021-01-12T00:33:38.990Z] bca2f99d35d6: Pull complete [2021-01-12T00:33:38.990Z] 93359f2a8cfa: Pull complete [2021-01-12T00:33:38.990Z] 7c6f9722023f: Pull complete [2021-01-12T00:33:43.585Z] a35cf1a2eb13: Pull complete [2021-01-12T00:33:43.585Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-01-12T00:33:43.585Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-01-12T00:33:43.585Z] ---> a62c8e92a672 [2021-01-12T00:33:43.585Z] 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-12T00:33:43.585Z] ---> Running in 2242347bc292 [2021-01-12T00:33:44.578Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-12T00:33:45.566Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-12T00:33:46.180Z] (1/12) Installing libmagic (5.38-r0) [2021-01-12T00:33:46.448Z] (2/12) Installing file (5.38-r0) [2021-01-12T00:33:46.448Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-12T00:33:46.448Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-12T00:33:56.598Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-12T00:33:56.598Z] (6/12) Installing patch (2.7.6-r6) [2021-01-12T00:33:56.598Z] (7/12) Installing build-base (0.5-r2) [2021-01-12T00:33:56.598Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-12T00:33:56.598Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-12T00:33:56.598Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-12T00:33:56.598Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-12T00:33:56.598Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-12T00:33:56.598Z] Executing busybox-1.31.1-r19.trigger [2021-01-12T00:33:56.598Z] OK: 233 MiB in 51 packages [2021-01-12T00:34:01.041Z] Removing intermediate container 2242347bc292 [2021-01-12T00:34:01.041Z] ---> bd5ea20c7f94 [2021-01-12T00:34:01.041Z] Step 4/6 : WORKDIR /edgex-go [2021-01-12T00:34:01.041Z] ---> Running in ace3c2eff16c [2021-01-12T00:34:01.041Z] Removing intermediate container ace3c2eff16c [2021-01-12T00:34:01.041Z] ---> d64b9241500a [2021-01-12T00:34:01.041Z] Step 5/6 : COPY go.mod . [2021-01-12T00:34:01.666Z] ---> 3c8bb53e84a3 [2021-01-12T00:34:01.666Z] Step 6/6 : RUN go mod download [2021-01-12T00:34:01.666Z] ---> Running in 81f47e89fc68 [2021-01-12T00:34:28.695Z] Removing intermediate container 81f47e89fc68 [2021-01-12T00:34:28.695Z] ---> fbf792557021 [2021-01-12T00:34:28.695Z] Successfully built fbf792557021 [2021-01-12T00:34:28.695Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-12T00:34:29.069Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-12T00:34:29.343Z] . [Pipeline] withDockerContainer [2021-01-12T00:34:29.710Z] prd-centos7-docker-4c-2g-19653 does not seem to be running inside a container [2021-01-12T00:34:30.058Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/20 -v /w/workspace/edgex-go/20:/w/workspace/edgex-go/20:rw,z -v /w/workspace/edgex-go/20@tmp:/w/workspace/edgex-go/20@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-01-12T00:34:32.120Z] $ docker top 8522992686b94448d896a2a412d6881e249044f09adaf3edbd3df224d7c425a0 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-12T00:34:33.283Z] + go version [2021-01-12T00:34:33.283Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-01-12T00:34:33.316Z] $ docker stop --time=1 8522992686b94448d896a2a412d6881e249044f09adaf3edbd3df224d7c425a0 [2021-01-12T00:34:34.958Z] $ docker rm -f 8522992686b94448d896a2a412d6881e249044f09adaf3edbd3df224d7c425a0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-12T00:34:36.042Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-12T00:34:36.042Z] . [Pipeline] withDockerContainer [2021-01-12T00:34:36.204Z] prd-centos7-docker-4c-2g-19653 does not seem to be running inside a container [2021-01-12T00:34:36.303Z] $ 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/20 -v /w/workspace/edgex-go/20:/w/workspace/edgex-go/20:rw,z -v /w/workspace/edgex-go/20@tmp:/w/workspace/edgex-go/20@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-01-12T00:34:37.463Z] $ docker top 2b6f389293b16f9452fd4f93ec2ac92a4157efb4bb343ef1ef824860ced93d2b -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-12T00:34:37.680Z] ========================================================= [2021-01-12T00:34:37.680Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-01-12T00:34:37.680Z] ========================================================= [Pipeline] sh [2021-01-12T00:34:38.035Z] + make test [2021-01-12T00:34:38.035Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-12T00:34:56.537Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-01-12T00:35:29.676Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-01-12T00:35:34.338Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-01-12T00:35:36.996Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-01-12T00:35:36.996Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-01-12T00:35:36.996Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-01-12T00:35:36.996Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-01-12T00:35:36.996Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-01-12T00:35:37.619Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-01-12T00:35:38.277Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-01-12T00:35:40.391Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-01-12T00:35:44.180Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-01-12T00:35:44.180Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-01-12T00:35:44.180Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-01-12T00:35:47.901Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.112s coverage: 46.6% of statements [2021-01-12T00:35:47.901Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-01-12T00:35:47.901Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-01-12T00:35:47.901Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-01-12T00:35:47.901Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-01-12T00:35:47.901Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-01-12T00:35:53.717Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.479s coverage: 27.0% of statements [2021-01-12T00:35:53.717Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-01-12T00:35:53.717Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-01-12T00:35:53.717Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-01-12T00:35:53.717Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-01-12T00:35:53.717Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-01-12T00:35:53.717Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-01-12T00:35:53.717Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.102s coverage: 100.0% of statements [2021-01-12T00:35:53.717Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-01-12T00:35:53.717Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.112s coverage: 100.0% of statements [2021-01-12T00:35:53.717Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-01-12T00:35:53.717Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-01-12T00:35:53.717Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.408s coverage: 77.1% of statements [2021-01-12T00:35:53.717Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-01-12T00:35:53.717Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-01-12T00:35:56.029Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.960s coverage: 82.4% of statements [2021-01-12T00:35:56.029Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-01-12T00:35:56.029Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-01-12T00:35:56.029Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-01-12T00:35:56.029Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-01-12T00:36:00.583Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.981s coverage: 28.6% of statements [2021-01-12T00:36:00.583Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-01-12T00:36:00.584Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-01-12T00:36:00.584Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-01-12T00:36:00.584Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-01-12T00:36:00.584Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-01-12T00:36:00.584Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.186s coverage: 100.0% of statements [2021-01-12T00:36:00.584Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-01-12T00:36:00.584Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.110s coverage: 100.0% of statements [2021-01-12T00:36:00.584Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-01-12T00:36:00.584Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.261s coverage: 86.7% of statements [2021-01-12T00:36:00.584Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-01-12T00:36:00.584Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.186s coverage: 97.5% of statements [2021-01-12T00:36:00.584Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-01-12T00:36:02.553Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.176s coverage: 78.3% of statements [2021-01-12T00:36:02.553Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-01-12T00:36:02.553Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-01-12T00:36:02.553Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-01-12T00:36:02.553Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-01-12T00:36:06.357Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.752s coverage: 94.1% of statements [2021-01-12T00:36:06.357Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-01-12T00:36:06.357Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-01-12T00:36:06.357Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-01-12T00:36:06.357Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-01-12T00:36:06.357Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-01-12T00:36:06.357Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-01-12T00:36:06.357Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-01-12T00:36:06.357Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-01-12T00:36:06.357Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-01-12T00:36:06.357Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-01-12T00:36:06.357Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-01-12T00:36:06.357Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-01-12T00:36:06.357Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-01-12T00:36:06.357Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-01-12T00:36:06.357Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-01-12T00:36:06.357Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-01-12T00:36:06.357Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-01-12T00:36:06.357Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-01-12T00:36:06.357Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.083s coverage: 58.8% of statements [2021-01-12T00:36:06.357Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-01-12T00:36:06.357Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-01-12T00:36:06.357Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.168s coverage: 0.1% of statements [2021-01-12T00:36:06.357Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-01-12T00:36:06.357Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-01-12T00:36:06.357Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-01-12T00:36:06.357Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-01-12T00:36:06.357Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.044s coverage: 100.0% of statements [2021-01-12T00:36:06.357Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-01-12T00:36:06.358Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.122s coverage: 75.5% of statements [2021-01-12T00:36:06.358Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-01-12T00:36:06.678Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.088s coverage: 80.8% of statements [2021-01-12T00:36:08.254Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.111s coverage: 87.2% of statements [2021-01-12T00:36:08.254Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.097s coverage: 84.2% of statements [2021-01-12T00:36:09.362Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.201s coverage: 91.4% of statements [2021-01-12T00:36:09.362Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-01-12T00:36:11.630Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.418s coverage: 63.5% of statements [2021-01-12T00:36:11.630Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-01-12T00:36:11.630Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-01-12T00:36:11.630Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.091s coverage: 100.0% of statements [2021-01-12T00:36:11.630Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.129s coverage: 91.3% of statements [2021-01-12T00:36:11.630Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.064s coverage: 100.0% of statements [2021-01-12T00:36:11.986Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.144s coverage: 73.7% of statements [2021-01-12T00:36:12.302Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.060s coverage: 100.0% of statements [2021-01-12T00:36:15.925Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.688s coverage: 68.9% of statements [2021-01-12T00:36:15.925Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-01-12T00:36:15.925Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-01-12T00:36:15.925Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-01-12T00:36:15.925Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-01-12T00:36:15.925Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-01-12T00:36:17.056Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.242s coverage: 37.0% of statements [2021-01-12T00:36:17.056Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-01-12T00:36:17.056Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-01-12T00:36:17.056Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.883s coverage: 84.0% of statements [2021-01-12T00:36:17.056Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.222s coverage: 100.0% of statements [2021-01-12T00:36:21.464Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-19664 in /w/workspace/edgexfoundry_edgex-go_PR-2924 [Pipeline] { [Pipeline] ws [2021-01-12T00:36:21.515Z] Running in /w/workspace/edgex-go/20 [Pipeline] { [Pipeline] checkout [2021-01-12T00:36:22.815Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.170s coverage: 47.1% of statements [2021-01-12T00:36:22.815Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-01-12T00:36:22.815Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-01-12T00:36:22.815Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-01-12T00:36:22.815Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-01-12T00:36:22.815Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-01-12T00:36:22.815Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.113s coverage: 100.0% of statements [2021-01-12T00:36:22.815Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-01-12T00:36:22.815Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.077s coverage: 100.0% of statements [2021-01-12T00:36:22.815Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-01-12T00:36:25.026Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 1.365s coverage: 29.1% of statements [2021-01-12T00:36:25.026Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-01-12T00:36:25.026Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-01-12T00:36:25.026Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-01-12T00:36:25.026Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-01-12T00:36:25.026Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-01-12T00:36:25.026Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.205s coverage: 99.0% of statements [2021-01-12T00:36:25.026Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-01-12T00:36:25.026Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.059s coverage: 100.0% of statements [2021-01-12T00:36:25.026Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-01-12T00:36:25.026Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.124s coverage: 0.0% of statements [2021-01-12T00:36:25.026Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-01-12T00:36:25.026Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.107s coverage: 100.0% of statements [2021-01-12T00:36:25.026Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-01-12T00:36:25.026Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-01-12T00:36:25.026Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-01-12T00:36:25.026Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-01-12T00:36:25.026Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.107s coverage: 87.9% of statements [2021-01-12T00:36:25.026Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-01-12T00:36:25.026Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-01-12T00:36:25.770Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.077s coverage: 100.0% of statements [2021-01-12T00:36:26.443Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.080s coverage: 32.1% of statements [2021-01-12T00:36:26.733Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.075s coverage: 100.0% of statements [2021-01-12T00:36:26.971Z] using credential edgex-jenkins-ssh [2021-01-12T00:36:27.037Z] Cloning the remote Git repository [2021-01-12T00:36:27.416Z] GO111MODULE=on go vet ./... [2021-01-12T00:36:27.105Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-01-12T00:36:27.222Z] > git init /w/workspace/edgex-go/20 # timeout=10 [2021-01-12T00:36:27.293Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-12T00:36:27.294Z] > git --version # timeout=10 [2021-01-12T00:36:27.312Z] > git --version # 'git version 2.17.1' [2021-01-12T00:36:27.314Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-12T00:36:27.378Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-12T00:36:47.421Z] Merging remotes/origin/master commit c7191a90c07787dda31e3868df4c5f33b5de22f9 into PR head commit 59bc2ed946616d982be073a2be53f8ce9b7f1f6c [2021-01-12T00:36:46.556Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-12T00:36:46.576Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-12T00:36:46.599Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-12T00:36:46.638Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-12T00:36:46.639Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-12T00:36:46.650Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2924/head:refs/remotes/origin/PR-2924 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-12T00:36:47.447Z] > git config core.sparsecheckout # timeout=10 [2021-01-12T00:36:47.465Z] > git checkout -f 59bc2ed946616d982be073a2be53f8ce9b7f1f6c # timeout=10 [2021-01-12T00:36:47.820Z] > git remote # timeout=10 [2021-01-12T00:36:47.839Z] > git config --get remote.origin.url # timeout=10 [2021-01-12T00:36:47.865Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-12T00:36:47.875Z] > git merge c7191a90c07787dda31e3868df4c5f33b5de22f9 # timeout=10 [2021-01-12T00:36:48.200Z] Merge succeeded, producing 870aa3b0163b6d6a853d220fc09f138c9b41d3f9 [2021-01-12T00:36:48.200Z] Checking out Revision 870aa3b0163b6d6a853d220fc09f138c9b41d3f9 (PR-2924) [2021-01-12T00:36:48.181Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-12T00:36:48.216Z] > git config core.sparsecheckout # timeout=10 [2021-01-12T00:36:48.237Z] > git checkout -f 870aa3b0163b6d6a853d220fc09f138c9b41d3f9 # timeout=10 [2021-01-12T00:36:52.716Z] Commit message: "Merge commit 'c7191a90c07787dda31e3868df4c5f33b5de22f9' into HEAD" [2021-01-12T00:36:52.737Z] First time build. Skipping changelog. [2021-01-12T00:36:52.727Z] > git rev-list --no-walk 7bf8c5ae6410052ec21eabf579ae336e2e2e99ca # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-12T00:36:54.434Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-01-12T00:36:54.872Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-12T00:36:55.221Z] + sudo service docker restart [2021-01-12T00:36:55.221Z] + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-12T00:36:57.942Z] provisioning config files... [2021-01-12T00:36:57.983Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/20@tmp/config1066203116420249314tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-12T00:36:58.398Z] ---> docker-login.sh [2021-01-12T00:36:58.398Z] nexus3.edgexfoundry.org:10001 [2021-01-12T00:36:59.391Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-12T00:36:59.669Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-12T00:36:59.669Z] Configure a credential helper to remove this warning. See [2021-01-12T00:36:59.669Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-12T00:36:59.669Z] [2021-01-12T00:36:59.670Z] Login Succeeded [2021-01-12T00:36:59.670Z] nexus3.edgexfoundry.org:10002 [2021-01-12T00:37:00.271Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-12T00:37:00.271Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-12T00:37:00.271Z] Configure a credential helper to remove this warning. See [2021-01-12T00:37:00.271Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-12T00:37:00.271Z] [2021-01-12T00:37:00.271Z] Login Succeeded [2021-01-12T00:37:00.271Z] nexus3.edgexfoundry.org:10003 [2021-01-12T00:37:00.545Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-12T00:37:00.826Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-12T00:37:00.826Z] Configure a credential helper to remove this warning. See [2021-01-12T00:37:00.826Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-12T00:37:00.826Z] [2021-01-12T00:37:00.826Z] Login Succeeded [2021-01-12T00:37:00.826Z] nexus3.edgexfoundry.org:10004 [2021-01-12T00:37:01.098Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-12T00:37:01.369Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-12T00:37:01.369Z] Configure a credential helper to remove this warning. See [2021-01-12T00:37:01.369Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-12T00:37:01.369Z] [2021-01-12T00:37:01.369Z] Login Succeeded [2021-01-12T00:37:01.369Z] docker.io [2021-01-12T00:37:01.641Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-12T00:37:01.913Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-12T00:37:01.913Z] Configure a credential helper to remove this warning. See [2021-01-12T00:37:01.913Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-12T00:37:01.913Z] [2021-01-12T00:37:01.913Z] Login Succeeded [2021-01-12T00:37:01.913Z] ---> docker-login.sh ends [Pipeline] } [2021-01-12T00:37:01.930Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-01-12T00:37:02.365Z] ========================================================= [2021-01-12T00:37:02.365Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-01-12T00:37:02.365Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-12T00:37:02.735Z] + 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-12T00:37:05.369Z] Sending build context to Docker daemon 165.4MB [2021-01-12T00:37:05.369Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-12T00:37:05.369Z] Step 2/6 : FROM ${BASE} [2021-01-12T00:37:05.369Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-01-12T00:37:05.369Z] 5f621e34cdf4: Pulling fs layer [2021-01-12T00:37:05.369Z] a4357932f1b6: Pulling fs layer [2021-01-12T00:37:05.369Z] 18c013af1878: Pulling fs layer [2021-01-12T00:37:05.369Z] 00ac8860ef70: Pulling fs layer [2021-01-12T00:37:05.369Z] 63d7cb157983: Pulling fs layer [2021-01-12T00:37:05.369Z] b116817d02f9: Pulling fs layer [2021-01-12T00:37:05.369Z] 745a02a5169b: Pulling fs layer [2021-01-12T00:37:05.369Z] 00ac8860ef70: Waiting [2021-01-12T00:37:05.369Z] 63d7cb157983: Waiting [2021-01-12T00:37:05.369Z] b116817d02f9: Waiting [2021-01-12T00:37:05.369Z] 745a02a5169b: Waiting [2021-01-12T00:37:05.369Z] 18c013af1878: Verifying Checksum [2021-01-12T00:37:05.369Z] 18c013af1878: Download complete [2021-01-12T00:37:05.369Z] a4357932f1b6: Verifying Checksum [2021-01-12T00:37:05.369Z] a4357932f1b6: Download complete [2021-01-12T00:37:05.369Z] 63d7cb157983: Verifying Checksum [2021-01-12T00:37:05.369Z] 63d7cb157983: Download complete [2021-01-12T00:37:05.369Z] b116817d02f9: Verifying Checksum [2021-01-12T00:37:05.369Z] b116817d02f9: Download complete [2021-01-12T00:37:05.369Z] 5f621e34cdf4: Verifying Checksum [2021-01-12T00:37:05.369Z] 5f621e34cdf4: Download complete [2021-01-12T00:37:05.973Z] 5f621e34cdf4: Pull complete [2021-01-12T00:37:06.576Z] a4357932f1b6: Pull complete [2021-01-12T00:37:06.851Z] 18c013af1878: Pull complete [2021-01-12T00:37:08.837Z] 745a02a5169b: Verifying Checksum [2021-01-12T00:37:08.837Z] 745a02a5169b: Download complete [2021-01-12T00:37:10.291Z] 00ac8860ef70: Verifying Checksum [2021-01-12T00:37:10.292Z] 00ac8860ef70: Download complete [2021-01-12T00:37:15.716Z] gofmt -l . [2021-01-12T00:37:15.716Z] [ "`gofmt -l .`" = "" ] [2021-01-12T00:37:15.716Z] ./bin/test-go-mod-tidy.sh [2021-01-12T00:37:15.716Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-01-12T00:37:17.941Z] + ls -al . [2021-01-12T00:37:17.942Z] total 644 [2021-01-12T00:37:17.942Z] drwxrwxr-x 10 1001 1001 4096 Jan 12 00:37 . [2021-01-12T00:37:17.942Z] drwxr-xr-x 4 root root 30 Jan 12 00:34 .. [2021-01-12T00:37:17.942Z] -rw-rw-r-- 1 1001 1001 11 Jan 12 00:31 .dockerignore [2021-01-12T00:37:17.942Z] drwxrwxr-x 8 1001 1001 179 Jan 12 00:32 .git [2021-01-12T00:37:17.942Z] drwxrwxr-x 3 1001 1001 125 Jan 12 00:31 .github [2021-01-12T00:37:17.942Z] -rw-rw-r-- 1 1001 1001 824 Jan 12 00:31 .gitignore [2021-01-12T00:37:17.942Z] drwx------ 3 1001 1001 47 Jan 12 00:33 .semver [2021-01-12T00:37:17.942Z] -rw-rw-r-- 1 1001 1001 166 Jan 12 00:31 .sonarcloud.properties [2021-01-12T00:37:17.942Z] -rw-rw-r-- 1 1001 1001 7741 Jan 12 00:31 Attribution.txt [2021-01-12T00:37:17.942Z] -rw-rw-r-- 1 1001 1001 3804 Jan 12 00:31 CONTRIBUTING.md [2021-01-12T00:37:17.942Z] -rw-rw-r-- 1 1001 1001 931 Jan 12 00:31 Dockerfile.build [2021-01-12T00:37:17.942Z] -rw-rw-r-- 1 1001 1001 863 Jan 12 00:31 Jenkinsfile [2021-01-12T00:37:17.942Z] -rw-rw-r-- 1 1001 1001 10775 Jan 12 00:31 LICENSE [2021-01-12T00:37:17.942Z] -rw-rw-r-- 1 1001 1001 5750 Jan 12 00:31 Makefile [2021-01-12T00:37:17.942Z] -rw-rw-r-- 1 1001 1001 6524 Jan 12 00:31 README.md [2021-01-12T00:37:17.942Z] -rw-rw-r-- 1 1001 1001 6744 Jan 12 00:31 SECURITY.md [2021-01-12T00:37:17.942Z] -rw-rw-r-- 1 1001 1001 5 Jan 12 00:33 VERSION [2021-01-12T00:37:17.942Z] -rw-rw-r-- 1 1001 1001 4131 Jan 12 00:31 ZMQWindows.md [2021-01-12T00:37:17.942Z] drwxrwxr-x 2 1001 1001 117 Jan 12 00:31 bin [2021-01-12T00:37:17.942Z] drwxrwxr-x 14 1001 1001 4096 Jan 12 00:31 cmd [2021-01-12T00:37:17.942Z] -rw-r--r-- 1 root root 540302 Jan 12 00:36 coverage.out [2021-01-12T00:37:17.942Z] -rw-r--r-- 1 root root 979 Jan 12 00:37 go.mod [2021-01-12T00:37:17.942Z] -rw-r--r-- 1 root root 19019 Jan 12 00:37 go.sum [2021-01-12T00:37:17.942Z] drwxrwxr-x 8 1001 1001 127 Jan 12 00:31 internal [2021-01-12T00:37:17.942Z] drwxrwxr-x 4 1001 1001 26 Jan 12 00:31 openapi [2021-01-12T00:37:17.942Z] drwxrwxr-x 4 1001 1001 71 Jan 12 00:31 snap [2021-01-12T00:37:17.942Z] -rw-rw-r-- 1 1001 1001 168 Jan 12 00:31 version.go [Pipeline] sh [2021-01-12T00:37:18.630Z] + '[' -e coverage.out ] [2021-01-12T00:37:18.630Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-01-12T00:37:19.056Z] Stashed 1 file(s) [Pipeline] sh [2021-01-12T00:37:19.757Z] + make build [2021-01-12T00:37:19.757Z] 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-12T00:37:20.503Z] 00ac8860ef70: Pull complete [2021-01-12T00:37:20.778Z] 63d7cb157983: Pull complete [2021-01-12T00:37:21.069Z] b116817d02f9: Pull complete [2021-01-12T00:37:25.275Z] 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-12T00:37:25.414Z] 745a02a5169b: Pull complete [2021-01-12T00:37:25.414Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-01-12T00:37:25.414Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-01-12T00:37:25.414Z] ---> b7e6874047d6 [2021-01-12T00:37:25.414Z] 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-12T00:37:28.836Z] ---> Running in 85e2e2a737db [2021-01-12T00:37:29.814Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-12T00:37:30.792Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-12T00:37:32.224Z] (1/12) Installing libmagic (5.38-r0) [2021-01-12T00:37:32.819Z] (2/12) Installing file (5.38-r0) [2021-01-12T00:37:32.819Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-12T00:37:32.819Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-12T00:37:44.186Z] 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-12T00:37:44.186Z] 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-12T00:37:46.208Z] 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-12T00:37:47.748Z] 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-12T00:37:51.114Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-12T00:37:51.115Z] (6/12) Installing patch (2.7.6-r6) [2021-01-12T00:37:51.115Z] (7/12) Installing build-base (0.5-r2) [2021-01-12T00:37:51.115Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-12T00:37:51.115Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-12T00:37:51.115Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-12T00:37:51.115Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-12T00:37:51.115Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-12T00:37:51.115Z] Executing busybox-1.31.1-r19.trigger [2021-01-12T00:37:51.115Z] OK: 217 MiB in 51 packages [2021-01-12T00:37:51.234Z] 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-12T00:37:53.931Z] 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-12T00:37:55.459Z] Removing intermediate container 85e2e2a737db [2021-01-12T00:37:55.460Z] ---> f3f504c27cf0 [2021-01-12T00:37:55.460Z] Step 4/6 : WORKDIR /edgex-go [2021-01-12T00:37:55.460Z] ---> Running in c468c607bca3 [2021-01-12T00:37:55.460Z] Removing intermediate container c468c607bca3 [2021-01-12T00:37:55.460Z] ---> 092c2625da19 [2021-01-12T00:37:55.460Z] Step 5/6 : COPY go.mod . [2021-01-12T00:37:56.067Z] ---> c12cb460a88f [2021-01-12T00:37:56.068Z] Step 6/6 : RUN go mod download [2021-01-12T00:37:56.346Z] ---> Running in f1d5c07707a5 [2021-01-12T00:37:56.635Z] 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-12T00:37:59.301Z] 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-12T00:38:01.348Z] 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-12T00:38:04.062Z] 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-12T00:38:06.771Z] $ docker stop --time=1 2b6f389293b16f9452fd4f93ec2ac92a4157efb4bb343ef1ef824860ced93d2b [2021-01-12T00:38:08.857Z] $ docker rm -f 2b6f389293b16f9452fd4f93ec2ac92a4157efb4bb343ef1ef824860ced93d2b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-12T00:38:10.902Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-12T00:38:10.902Z] [2021-01-12T00:38:10.902Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-01-12T00:38:11.290Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-12T00:38:11.564Z] latest: Pulling from edgex-devops/edgex-compose [2021-01-12T00:38:11.564Z] cbdbe7a5bc2a: Pulling fs layer [2021-01-12T00:38:11.564Z] ca9280d653b3: Pulling fs layer [2021-01-12T00:38:11.564Z] 7e9c9ca2126c: Pulling fs layer [2021-01-12T00:38:11.564Z] cbdbe7a5bc2a: Verifying Checksum [2021-01-12T00:38:11.564Z] cbdbe7a5bc2a: Download complete [2021-01-12T00:38:12.954Z] cbdbe7a5bc2a: Pull complete [2021-01-12T00:38:13.751Z] ca9280d653b3: Verifying Checksum [2021-01-12T00:38:13.751Z] ca9280d653b3: Download complete [2021-01-12T00:38:17.296Z] 7e9c9ca2126c: Verifying Checksum [2021-01-12T00:38:17.297Z] 7e9c9ca2126c: Download complete [2021-01-12T00:38:17.297Z] ca9280d653b3: Pull complete [2021-01-12T00:38:23.170Z] Removing intermediate container f1d5c07707a5 [2021-01-12T00:38:23.170Z] ---> a2a900cea009 [2021-01-12T00:38:23.170Z] Successfully built a2a900cea009 [2021-01-12T00:38:23.170Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-12T00:38:23.521Z] + docker inspect -f . ci-base-image-arm64 [2021-01-12T00:38:23.521Z] . [Pipeline] withDockerContainer [2021-01-12T00:38:23.827Z] prd-ubuntu18.04-docker-arm64-4c-16g-19664 does not seem to be running inside a container [2021-01-12T00:38:23.924Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/20 -v /w/workspace/edgex-go/20:/w/workspace/edgex-go/20:rw,z -v /w/workspace/edgex-go/20@tmp:/w/workspace/edgex-go/20@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-01-12T00:38:25.575Z] $ docker top 4b90ce7e49fcbb805274406fb3d14010990a704d6d23b4ed6fce469c6da02bd0 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-12T00:38:26.682Z] + go version [2021-01-12T00:38:26.682Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-01-12T00:38:26.711Z] $ docker stop --time=1 4b90ce7e49fcbb805274406fb3d14010990a704d6d23b4ed6fce469c6da02bd0 [2021-01-12T00:38:28.772Z] $ docker rm -f 4b90ce7e49fcbb805274406fb3d14010990a704d6d23b4ed6fce469c6da02bd0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-12T00:38:29.910Z] + docker inspect -f . ci-base-image-arm64 [2021-01-12T00:38:29.910Z] . [Pipeline] withDockerContainer [2021-01-12T00:38:30.027Z] 7e9c9ca2126c: Pull complete [2021-01-12T00:38:30.028Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-01-12T00:38:30.028Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-12T00:38:30.028Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-12T00:38:30.227Z] prd-ubuntu18.04-docker-arm64-4c-16g-19664 does not seem to be running inside a container [2021-01-12T00:38:30.323Z] $ 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/20 -v /w/workspace/edgex-go/20:/w/workspace/edgex-go/20:rw,z -v /w/workspace/edgex-go/20@tmp:/w/workspace/edgex-go/20@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-01-12T00:38:31.928Z] $ docker top 84faed35ac88bb68834e5d749c6becbe38c585d56c81caf3a619eca8625f5a51 -eo pid,comm [Pipeline] { [Pipeline] withDockerContainer [2021-01-12T00:38:32.604Z] prd-centos7-docker-4c-2g-19653 does not seem to be running inside a container [2021-01-12T00:38:32.720Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/20 -v /w/workspace/edgex-go/20:/w/workspace/edgex-go/20:rw,z -v /w/workspace/edgex-go/20@tmp:/w/workspace/edgex-go/20@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-01-12T00:38:35.347Z] $ docker top 6cf49958ef9ed2aabfdb5fc938cac173fdc2b92d284e3fb097f7e2453f7d35e7 -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] echo [2021-01-12T00:38:35.870Z] ========================================================= [2021-01-12T00:38:35.870Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-01-12T00:38:35.870Z] ========================================================= [Pipeline] sh [2021-01-12T00:38:36.461Z] + + docker-compose buildgrep --help parallel [2021-01-12T00:38:36.461Z] [2021-01-12T00:38:36.549Z] + make test [2021-01-12T00:38:36.549Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-12T00:38:37.691Z] --parallel Build images in parallel. [Pipeline] } [2021-01-12T00:38:38.075Z] $ docker stop --time=1 6cf49958ef9ed2aabfdb5fc938cac173fdc2b92d284e3fb097f7e2453f7d35e7 [2021-01-12T00:38:39.889Z] $ docker rm -f 6cf49958ef9ed2aabfdb5fc938cac173fdc2b92d284e3fb097f7e2453f7d35e7 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-12T00:38:40.582Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-12T00:38:40.582Z] . [Pipeline] withDockerContainer [2021-01-12T00:38:40.871Z] prd-centos7-docker-4c-2g-19653 does not seem to be running inside a container [2021-01-12T00:38:40.958Z] $ 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/20 -v /w/workspace/edgex-go/20:/w/workspace/edgex-go/20:rw,z -v /w/workspace/edgex-go/20@tmp:/w/workspace/edgex-go/20@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-01-12T00:38:42.282Z] $ docker top 9e50d6946285a62c8f81292c5feb2ac27efcd9176d66f08527513e682d2a0806 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-12T00:38:43.077Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-12T00:38:45.185Z] Building docker-core-command-go ... [2021-01-12T00:38:45.185Z] Building docker-core-data-go ... [2021-01-12T00:38:45.185Z] Building docker-core-metadata-go ... [2021-01-12T00:38:45.185Z] Building docker-security-bootstrap-redis-go ... [2021-01-12T00:38:45.185Z] Building docker-security-proxy-setup-go ... [2021-01-12T00:38:45.185Z] Building docker-security-secretstore-setup-go ... [2021-01-12T00:38:45.185Z] Building docker-support-notifications-go ... [2021-01-12T00:38:45.185Z] Building docker-support-scheduler-go ... [2021-01-12T00:38:45.185Z] Building docker-sys-mgmt-agent-go ... [2021-01-12T00:38:45.185Z] Building docker-support-scheduler-go [2021-01-12T00:38:45.185Z] Building docker-security-bootstrap-redis-go [2021-01-12T00:38:45.185Z] Building docker-core-command-go [2021-01-12T00:38:45.186Z] Building docker-support-notifications-go [2021-01-12T00:38:45.186Z] Building docker-core-metadata-go [2021-01-12T00:39:03.393Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-01-12T00:39:43.615Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-12T00:39:43.615Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-12T00:39:43.615Z] ---> fbf792557021 [2021-01-12T00:39:43.615Z] Step 3/22 : WORKDIR /edgex-go [2021-01-12T00:39:43.615Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-12T00:39:43.615Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-12T00:39:43.615Z] ---> fbf792557021 [2021-01-12T00:39:43.615Z] Step 3/21 : WORKDIR /edgex-go [2021-01-12T00:39:43.615Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-12T00:39:43.615Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-12T00:39:43.615Z] ---> fbf792557021 [2021-01-12T00:39:43.615Z] Step 3/22 : WORKDIR /edgex-go [2021-01-12T00:39:43.615Z] [2021-01-12T00:39:43.615Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-12T00:39:43.615Z] ---> fbf792557021 [2021-01-12T00:39:43.615Z] Step 3/22 : WORKDIR /edgex-go [2021-01-12T00:39:43.615Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-12T00:39:43.615Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-12T00:39:43.615Z] ---> fbf792557021 [2021-01-12T00:39:43.615Z] Step 3/24 : WORKDIR /edgex-go [2021-01-12T00:39:43.615Z] ---> Running in 082a9a0aa1a2 [2021-01-12T00:39:43.615Z] ---> Running in e93c9dc16830 [2021-01-12T00:39:43.615Z] ---> Running in f90bfa044572 [2021-01-12T00:39:43.615Z] ---> Running in f77fafc6ee86 [2021-01-12T00:39:43.615Z] ---> Running in bdb2336e0f77 [2021-01-12T00:39:43.615Z] Removing intermediate container f90bfa044572 [2021-01-12T00:39:43.615Z] ---> 52f337667e5d [2021-01-12T00:39:43.615Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-12T00:39:43.615Z] Removing intermediate container e93c9dc16830 [2021-01-12T00:39:43.615Z] ---> 7d873a090630 [2021-01-12T00:39:43.615Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-12T00:39:43.615Z] Removing intermediate container bdb2336e0f77 [2021-01-12T00:39:43.615Z] ---> e1d5eca23718 [2021-01-12T00:39:43.615Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-12T00:39:43.615Z] Removing intermediate container f77fafc6ee86 [2021-01-12T00:39:43.615Z] ---> b90d1a26778b [2021-01-12T00:39:43.615Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-12T00:39:43.615Z] Removing intermediate container 082a9a0aa1a2 [2021-01-12T00:39:43.615Z] ---> 99746218532d [2021-01-12T00:39:43.615Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-12T00:39:43.615Z] ---> Running in 69ecb06df1cd [2021-01-12T00:39:43.615Z] ---> Running in 3a6b091e9904 [2021-01-12T00:39:43.615Z] ---> Running in bd9eb743a8e6 [2021-01-12T00:39:43.615Z] ---> Running in d4dafe6ff7e4 [2021-01-12T00:39:43.615Z] ---> Running in cfac87f13f5b [2021-01-12T00:39:45.862Z] Removing intermediate container 3a6b091e9904 [2021-01-12T00:39:45.862Z] ---> 68becb52f923 [2021-01-12T00:39:45.862Z] Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates [2021-01-12T00:39:45.862Z] Removing intermediate container cfac87f13f5b [2021-01-12T00:39:45.862Z] ---> 48d93c2a2b24 [2021-01-12T00:39:45.862Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-12T00:39:46.134Z] Removing intermediate container bd9eb743a8e6 [2021-01-12T00:39:46.134Z] ---> fb4299836464 [2021-01-12T00:39:46.134Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-12T00:39:46.134Z] ---> Running in a0f278dd2af4 [2021-01-12T00:39:46.134Z] ---> Running in e098bc5c77b3 [2021-01-12T00:39:46.134Z] Removing intermediate container 69ecb06df1cd [2021-01-12T00:39:46.134Z] ---> 54bb23678540 [2021-01-12T00:39:46.134Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-12T00:39:46.404Z] ---> Running in 8353b1ccf7f3 [2021-01-12T00:39:46.404Z] Removing intermediate container d4dafe6ff7e4 [2021-01-12T00:39:46.404Z] ---> 64c700e0b858 [2021-01-12T00:39:46.404Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-12T00:39:46.404Z] ---> Running in e39d68cf57a2 [2021-01-12T00:39:46.998Z] ---> Running in 38a3738d75f7 [2021-01-12T00:39:48.613Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-12T00:39:48.613Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-12T00:39:49.236Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-12T00:39:49.236Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-12T00:39:49.236Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-12T00:39:49.533Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-12T00:39:49.533Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-12T00:39:50.144Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-12T00:39:50.145Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-12T00:39:50.145Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-12T00:39:50.145Z] OK: 233 MiB in 51 packages [2021-01-12T00:39:50.478Z] OK: 233 MiB in 51 packages [2021-01-12T00:39:50.784Z] OK: 233 MiB in 51 packages [2021-01-12T00:39:50.785Z] OK: 233 MiB in 51 packages [2021-01-12T00:39:51.069Z] OK: 233 MiB in 51 packages [2021-01-12T00:39:51.394Z] Removing intermediate container e098bc5c77b3 [2021-01-12T00:39:51.394Z] ---> c25a9b00d039 [2021-01-12T00:39:51.394Z] Step 6/22 : COPY go.mod . [2021-01-12T00:39:51.721Z] Removing intermediate container a0f278dd2af4 [2021-01-12T00:39:51.721Z] ---> 0f3b9cd77203 [2021-01-12T00:39:51.721Z] Step 6/24 : COPY go.mod . [2021-01-12T00:39:52.439Z] ---> 2200706b4ed0 [2021-01-12T00:39:52.439Z] Step 7/22 : RUN go mod download [2021-01-12T00:39:52.439Z] Removing intermediate container 8353b1ccf7f3 [2021-01-12T00:39:52.439Z] ---> 04299d345840 [2021-01-12T00:39:52.439Z] Step 7/24 : RUN go mod download [2021-01-12T00:39:52.439Z] Removing intermediate container 38a3738d75f7 [2021-01-12T00:39:52.439Z] ---> 9d366e23b690 [2021-01-12T00:39:52.439Z] Step 6/21 : COPY go.mod . [2021-01-12T00:39:52.439Z] ---> 77fe0cd9a9c5 [2021-01-12T00:39:52.439Z] Step 6/22 : COPY go.mod . [2021-01-12T00:39:52.439Z] ---> Running in aa9b7074b050 [2021-01-12T00:39:52.785Z] ---> Running in 7151e295d474 [2021-01-12T00:39:52.785Z] Removing intermediate container e39d68cf57a2 [2021-01-12T00:39:52.785Z] ---> 2eb120bdc371 [2021-01-12T00:39:52.785Z] Step 6/22 : COPY go.mod . [2021-01-12T00:39:53.527Z] ---> db13de22e04b [2021-01-12T00:39:53.527Z] Step 7/22 : RUN go mod download [2021-01-12T00:39:53.527Z] ---> 73d273f78965 [2021-01-12T00:39:53.527Z] Step 7/21 : RUN go mod download [2021-01-12T00:39:53.527Z] ---> acc1dd50a5e8 [2021-01-12T00:39:53.527Z] Step 7/22 : RUN go mod download [2021-01-12T00:39:53.527Z] ---> Running in aaadabacbce1 [2021-01-12T00:39:53.527Z] ---> Running in 4dea0bf74b17 [2021-01-12T00:39:53.808Z] ---> Running in 1b603782dc37 [2021-01-12T00:39:59.733Z] Removing intermediate container aaadabacbce1 [2021-01-12T00:39:59.733Z] ---> c1af7a183fb7 [2021-01-12T00:39:59.733Z] Step 8/21 : COPY . . [2021-01-12T00:39:59.733Z] Removing intermediate container aa9b7074b050 [2021-01-12T00:39:59.733Z] ---> 7da0e5d96c51 [2021-01-12T00:39:59.733Z] Step 8/22 : COPY . . [2021-01-12T00:39:59.733Z] Removing intermediate container 1b603782dc37 [2021-01-12T00:39:59.733Z] ---> a05e92e38bf1 [2021-01-12T00:39:59.733Z] Step 8/22 : COPY . . [2021-01-12T00:39:59.733Z] Removing intermediate container 4dea0bf74b17 [2021-01-12T00:39:59.733Z] ---> e494daf9adb7 [2021-01-12T00:39:59.733Z] Step 8/22 : COPY . . [2021-01-12T00:39:59.733Z] Removing intermediate container 7151e295d474 [2021-01-12T00:39:59.733Z] ---> 0c89f4d205d8 [2021-01-12T00:39:59.733Z] Step 8/24 : COPY . . [2021-01-12T00:40:01.157Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-01-12T00:40:05.517Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-01-12T00:40:12.256Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-01-12T00:40:12.256Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-01-12T00:40:12.256Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-01-12T00:40:12.256Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-01-12T00:40:12.256Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-01-12T00:40:12.256Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-01-12T00:40:13.712Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-01-12T00:40:15.706Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-01-12T00:40:24.028Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-01-12T00:40:24.029Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-01-12T00:40:24.029Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-01-12T00:40:30.778Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.241s coverage: 46.6% of statements [2021-01-12T00:40:30.778Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-01-12T00:40:30.778Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-01-12T00:40:30.778Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-01-12T00:40:30.778Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-01-12T00:40:30.778Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-01-12T00:40:39.113Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.609s coverage: 27.0% of statements [2021-01-12T00:40:39.113Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-01-12T00:40:39.113Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-01-12T00:40:39.113Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-01-12T00:40:39.113Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-01-12T00:40:39.113Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-01-12T00:40:39.113Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-01-12T00:40:39.113Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.061s coverage: 100.0% of statements [2021-01-12T00:40:39.113Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-01-12T00:40:39.113Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.115s coverage: 100.0% of statements [2021-01-12T00:40:39.113Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-01-12T00:40:39.113Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-01-12T00:40:39.113Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.607s coverage: 77.8% of statements [2021-01-12T00:40:39.113Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-01-12T00:40:39.114Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-01-12T00:40:41.768Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.721s coverage: 82.4% of statements [2021-01-12T00:40:41.768Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-01-12T00:40:41.768Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-01-12T00:40:41.768Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-01-12T00:40:41.768Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-01-12T00:40:48.639Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.450s coverage: 28.6% of statements [2021-01-12T00:40:48.639Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-01-12T00:40:48.639Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-01-12T00:40:48.639Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-01-12T00:40:48.639Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-01-12T00:40:48.639Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-01-12T00:40:48.639Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.168s coverage: 100.0% of statements [2021-01-12T00:40:48.639Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-01-12T00:40:48.639Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.117s coverage: 100.0% of statements [2021-01-12T00:40:48.639Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-01-12T00:40:48.919Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.340s coverage: 86.7% of statements [2021-01-12T00:40:48.919Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-01-12T00:40:51.575Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.448s coverage: 97.5% of statements [2021-01-12T00:40:51.575Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-01-12T00:40:51.575Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.155s coverage: 78.3% of statements [2021-01-12T00:40:51.575Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-01-12T00:40:51.575Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-01-12T00:40:51.575Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-01-12T00:40:51.575Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-01-12T00:41:01.827Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.288s coverage: 94.1% of statements [2021-01-12T00:41:01.827Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-01-12T00:41:01.827Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-01-12T00:41:01.827Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-01-12T00:41:01.827Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-01-12T00:41:01.827Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-01-12T00:41:01.827Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-01-12T00:41:01.827Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-01-12T00:41:01.827Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-01-12T00:41:01.827Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-01-12T00:41:01.827Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-01-12T00:41:01.827Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-01-12T00:41:01.827Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-01-12T00:41:01.827Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-01-12T00:41:01.827Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-01-12T00:41:01.827Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-01-12T00:41:01.827Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-01-12T00:41:01.827Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-01-12T00:41:01.827Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-01-12T00:41:01.827Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.055s coverage: 58.8% of statements [2021-01-12T00:41:01.827Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-01-12T00:41:01.827Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-01-12T00:41:01.827Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.223s coverage: 0.1% of statements [2021-01-12T00:41:01.827Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-01-12T00:41:01.827Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-01-12T00:41:01.827Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-01-12T00:41:01.827Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-01-12T00:41:01.827Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.114s coverage: 100.0% of statements [2021-01-12T00:41:01.827Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-01-12T00:41:01.827Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.136s coverage: 75.5% of statements [2021-01-12T00:41:01.827Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-01-12T00:41:01.827Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.097s coverage: 80.8% of statements [2021-01-12T00:41:01.827Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.182s coverage: 87.2% of statements [2021-01-12T00:41:01.827Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.194s coverage: 84.2% of statements [2021-01-12T00:41:02.435Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.214s coverage: 91.4% of statements [2021-01-12T00:41:02.435Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-01-12T00:41:05.876Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.764s coverage: 63.5% of statements [2021-01-12T00:41:05.876Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-01-12T00:41:05.876Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-01-12T00:41:05.876Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.067s coverage: 100.0% of statements [2021-01-12T00:41:05.876Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.083s coverage: 91.3% of statements [2021-01-12T00:41:06.151Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.052s coverage: 100.0% of statements [2021-01-12T00:41:06.436Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.060s coverage: 73.7% of statements [2021-01-12T00:41:08.448Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.075s coverage: 100.0% of statements [2021-01-12T00:41:11.885Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.967s coverage: 68.9% of statements [2021-01-12T00:41:11.885Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-01-12T00:41:11.885Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-01-12T00:41:11.885Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-01-12T00:41:11.885Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-01-12T00:41:11.885Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-01-12T00:41:13.335Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.346s coverage: 37.0% of statements [2021-01-12T00:41:13.335Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-01-12T00:41:13.335Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-01-12T00:41:13.335Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.914s coverage: 84.0% of statements [2021-01-12T00:41:13.335Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.093s coverage: 100.0% of statements [2021-01-12T00:41:21.623Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.449s coverage: 47.1% of statements [2021-01-12T00:41:21.623Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-01-12T00:41:21.623Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-01-12T00:41:21.623Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-01-12T00:41:21.623Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-01-12T00:41:21.623Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-01-12T00:41:21.623Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.134s coverage: 100.0% of statements [2021-01-12T00:41:21.623Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-01-12T00:41:21.623Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.157s coverage: 100.0% of statements [2021-01-12T00:41:21.623Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-01-12T00:41:22.247Z] ---> a6c38a23ccd1 [2021-01-12T00:41:22.247Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-01-12T00:41:22.247Z] ---> d106bf61a3fe [2021-01-12T00:41:22.247Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2021-01-12T00:41:22.247Z] ---> b8c5c5c87f0d [2021-01-12T00:41:22.247Z] Step 9/22 : RUN make cmd/core-command/core-command [2021-01-12T00:41:22.247Z] ---> Running in 8f4c1eeba4be [2021-01-12T00:41:22.247Z] ---> Running in 2cf10713acf1 [2021-01-12T00:41:22.247Z] ---> Running in a530bbcbd38a [2021-01-12T00:41:22.247Z] ---> 86acfb4e0378 [2021-01-12T00:41:22.247Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2021-01-12T00:41:22.247Z] ---> 242fc20b6d48 [2021-01-12T00:41:22.247Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2021-01-12T00:41:22.247Z] ---> Running in 04b70bd43015 [2021-01-12T00:41:22.247Z] ---> Running in 4b0db4b3871e [2021-01-12T00:41:22.247Z] 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-12T00:41:22.247Z] 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-12T00:41:22.247Z] 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-12T00:41:22.247Z] 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-12T00:41:22.247Z] 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-12T00:41:25.961Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.897s coverage: 29.1% of statements [2021-01-12T00:41:25.961Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-01-12T00:41:25.961Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-01-12T00:41:25.961Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-01-12T00:41:25.961Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-01-12T00:41:25.961Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-01-12T00:41:25.961Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.207s coverage: 99.0% of statements [2021-01-12T00:41:25.961Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-01-12T00:41:25.961Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.130s coverage: 100.0% of statements [2021-01-12T00:41:25.961Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-01-12T00:41:25.961Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.056s coverage: 0.0% of statements [2021-01-12T00:41:25.961Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-01-12T00:41:25.961Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.051s coverage: 100.0% of statements [2021-01-12T00:41:25.961Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-01-12T00:41:25.961Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-01-12T00:41:25.961Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-01-12T00:41:25.961Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-01-12T00:41:26.559Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.109s coverage: 87.9% of statements [2021-01-12T00:41:26.559Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-01-12T00:41:26.559Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-01-12T00:41:26.559Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.059s coverage: 100.0% of statements [2021-01-12T00:41:27.158Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.085s coverage: 32.1% of statements [2021-01-12T00:41:29.141Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.089s coverage: 100.0% of statements [2021-01-12T00:41:30.123Z] GO111MODULE=on go vet ./... [2021-01-12T00:42:09.688Z] Removing intermediate container 8f4c1eeba4be [2021-01-12T00:42:09.689Z] ---> 82d03de75000 [2021-01-12T00:42:09.689Z] [2021-01-12T00:42:09.689Z] Step 10/22 : FROM alpine:3.12 [2021-01-12T00:42:09.689Z] Removing intermediate container 04b70bd43015 [2021-01-12T00:42:09.689Z] ---> 710bda892db1 [2021-01-12T00:42:09.689Z] [2021-01-12T00:42:09.689Z] Step 10/21 : FROM scratch [2021-01-12T00:42:09.689Z] ---> [2021-01-12T00:42:09.689Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-12T00:42:09.689Z] 3.12: Pulling from library/alpine [2021-01-12T00:42:10.814Z] ---> Running in 4244581703f0 [2021-01-12T00:42:12.934Z] Removing intermediate container 4244581703f0 [2021-01-12T00:42:12.934Z] ---> cb9e5e342f65 [2021-01-12T00:42:12.934Z] Step 12/21 : ENV APP_PORT=48085 [2021-01-12T00:42:13.593Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-12T00:42:13.593Z] ---> Running in 930d3fa23442 [2021-01-12T00:42:13.593Z] Status: Downloaded newer image for alpine:3.12 [2021-01-12T00:42:13.593Z] ---> 389fef711851 [2021-01-12T00:42:13.593Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-12T00:42:13.593Z] Removing intermediate container 4b0db4b3871e [2021-01-12T00:42:13.593Z] ---> 58aad5551a07 [2021-01-12T00:42:13.593Z] [2021-01-12T00:42:13.593Z] Step 10/24 : FROM scratch [2021-01-12T00:42:13.593Z] ---> [2021-01-12T00:42:13.593Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2021-01-12T00:42:13.593Z] Removing intermediate container a530bbcbd38a [2021-01-12T00:42:13.593Z] ---> 1ac2d97938fd [2021-01-12T00:42:13.593Z] [2021-01-12T00:42:13.593Z] Step 10/22 : FROM scratch [2021-01-12T00:42:13.593Z] ---> [2021-01-12T00:42:13.593Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-12T00:42:13.965Z] ---> Using cache [2021-01-12T00:42:13.965Z] ---> cb9e5e342f65 [2021-01-12T00:42:13.965Z] Step 12/22 : ENV APP_PORT=48082 [2021-01-12T00:42:13.965Z] ---> Running in bc9b956be3bd [2021-01-12T00:42:13.965Z] ---> Running in 0058e98d2dc4 [2021-01-12T00:42:13.965Z] ---> Running in 86af090abaf5 [2021-01-12T00:42:14.317Z] Removing intermediate container 930d3fa23442 [2021-01-12T00:42:14.317Z] ---> d0f444ee5ed7 [2021-01-12T00:42:14.317Z] Step 13/21 : EXPOSE $APP_PORT [2021-01-12T00:42:14.672Z] ---> Running in 5d8e3594d4db [2021-01-12T00:42:15.012Z] Removing intermediate container 0058e98d2dc4 [2021-01-12T00:42:15.012Z] ---> 1c0b2f50363c [2021-01-12T00:42:15.012Z] Step 12/24 : ENV APP_PORT=48060 [2021-01-12T00:42:15.012Z] Removing intermediate container 86af090abaf5 [2021-01-12T00:42:15.012Z] ---> 8eecf248f932 [2021-01-12T00:42:15.012Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-12T00:42:16.046Z] ---> Running in 453e11b8a72d [2021-01-12T00:42:16.046Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-12T00:42:16.046Z] ---> Running in ab7884b30438 [2021-01-12T00:42:16.378Z] Removing intermediate container 5d8e3594d4db [2021-01-12T00:42:16.378Z] ---> 8c25c32d261c [2021-01-12T00:42:16.378Z] Step 14/21 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-12T00:42:16.378Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-12T00:42:17.030Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-12T00:42:17.030Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-12T00:42:17.030Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-12T00:42:17.030Z] (4/5) Installing curl (7.69.1-r3) [2021-01-12T00:42:17.030Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-12T00:42:17.630Z] Executing busybox-1.31.1-r19.trigger [2021-01-12T00:42:17.630Z] Executing ca-certificates-20191127-r4.trigger [2021-01-12T00:42:17.630Z] OK: 7 MiB in 19 packages [2021-01-12T00:42:18.239Z] Removing intermediate container 453e11b8a72d [2021-01-12T00:42:18.239Z] ---> aecb9ca0ffe9 [2021-01-12T00:42:18.239Z] Step 13/24 : EXPOSE $APP_PORT [2021-01-12T00:42:18.534Z] Removing intermediate container ab7884b30438 [2021-01-12T00:42:18.534Z] ---> d4b6f6e31a98 [2021-01-12T00:42:18.534Z] Step 14/22 : WORKDIR / [2021-01-12T00:42:18.534Z] ---> Running in 41be416b5a2b [2021-01-12T00:42:18.534Z] ---> f718ebd5b945 [2021-01-12T00:42:18.534Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-12T00:42:18.534Z] ---> Running in 42908cbe4711 [2021-01-12T00:42:19.182Z] Removing intermediate container 2cf10713acf1 [2021-01-12T00:42:19.182Z] ---> c98c8478f776 [2021-01-12T00:42:19.182Z] [2021-01-12T00:42:19.182Z] Step 10/22 : FROM scratch [2021-01-12T00:42:19.182Z] ---> [2021-01-12T00:42:19.182Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-12T00:42:19.182Z] ---> Using cache [2021-01-12T00:42:19.182Z] ---> cb9e5e342f65 [2021-01-12T00:42:19.182Z] Step 12/22 : ENV APP_PORT=48081 [2021-01-12T00:42:19.811Z] ---> Running in eac8921dcb04 [2021-01-12T00:42:19.811Z] Removing intermediate container 41be416b5a2b [2021-01-12T00:42:19.811Z] ---> e3e5f19d3ca8 [2021-01-12T00:42:19.811Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2021-01-12T00:42:19.811Z] Removing intermediate container 42908cbe4711 [2021-01-12T00:42:19.811Z] ---> 985ec5047c3b [2021-01-12T00:42:19.811Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-12T00:42:20.096Z] Removing intermediate container bc9b956be3bd [2021-01-12T00:42:20.096Z] ---> 01e6ccfc465e [2021-01-12T00:42:20.096Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2021-01-12T00:42:20.096Z] ---> 2d86e0749bcc [2021-01-12T00:42:20.096Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-12T00:42:20.410Z] ---> Running in 90859b1294d1 [2021-01-12T00:42:20.410Z] Removing intermediate container eac8921dcb04 [2021-01-12T00:42:20.410Z] ---> f97835e06e64 [2021-01-12T00:42:20.410Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-12T00:42:20.410Z] ---> Running in e7d70d2f477c [2021-01-12T00:42:20.410Z] ---> 8b778e74c475 [2021-01-12T00:42:20.410Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2021-01-12T00:42:20.703Z] ---> 5c348d38a2dd [2021-01-12T00:42:20.704Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-12T00:42:20.983Z] Removing intermediate container 90859b1294d1 [2021-01-12T00:42:20.983Z] ---> 7172c3c84b2a [2021-01-12T00:42:20.983Z] Step 13/22 : WORKDIR / [2021-01-12T00:42:20.983Z] ---> a78b40eaa674 [2021-01-12T00:42:20.983Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2021-01-12T00:42:20.983Z] Removing intermediate container e7d70d2f477c [2021-01-12T00:42:20.983Z] ---> c45fdb77e1cf [2021-01-12T00:42:20.983Z] Step 14/22 : WORKDIR / [2021-01-12T00:42:20.983Z] ---> Running in 684f11212ae4 [2021-01-12T00:42:21.283Z] ---> Running in 15f5c52ac72d [2021-01-12T00:42:21.283Z] ---> Running in f8476aa73441 [2021-01-12T00:42:21.605Z] Removing intermediate container 684f11212ae4 [2021-01-12T00:42:21.605Z] ---> 16748db3c0b6 [2021-01-12T00:42:21.605Z] Step 14/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-12T00:42:22.043Z] Removing intermediate container 15f5c52ac72d [2021-01-12T00:42:22.043Z] ---> 50323b860fa1 [2021-01-12T00:42:22.043Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-12T00:42:22.043Z] Removing intermediate container f8476aa73441 [2021-01-12T00:42:22.043Z] ---> f05ad2017b0b [2021-01-12T00:42:22.043Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-12T00:42:23.082Z] ---> Running in ac7d8f52f803 [2021-01-12T00:42:23.082Z] ---> bfd0cfeac49d [2021-01-12T00:42:23.082Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-12T00:42:23.082Z] ---> 21306f465e9f [2021-01-12T00:42:23.082Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2021-01-12T00:42:23.082Z] Removing intermediate container ac7d8f52f803 [2021-01-12T00:42:23.082Z] ---> b6d7a2c607df [2021-01-12T00:42:23.082Z] Step 19/21 : LABEL arch=x86_64 [2021-01-12T00:42:23.082Z] ---> 88274772d705 [2021-01-12T00:42:23.082Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2021-01-12T00:42:23.082Z] ---> Running in 25dd43a72442 [2021-01-12T00:42:23.082Z] ---> 4deab5e806d8 [2021-01-12T00:42:23.082Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-12T00:42:23.613Z] ---> 341daf4b4935 [2021-01-12T00:42:23.613Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2021-01-12T00:42:24.094Z] Removing intermediate container 25dd43a72442 [2021-01-12T00:42:24.094Z] ---> c5bad2c8e105 [2021-01-12T00:42:24.094Z] Step 20/21 : LABEL git_sha=88c774f5ef87baacffc33e0aeaf896ceb091dbde [2021-01-12T00:42:24.094Z] ---> Running in 2495f850c96a [2021-01-12T00:42:24.433Z] ---> 3f5029b76868 [2021-01-12T00:42:24.433Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-12T00:42:24.433Z] ---> Running in 51e598aba231 [2021-01-12T00:42:24.433Z] ---> 4b64ed434520 [2021-01-12T00:42:24.433Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2021-01-12T00:42:24.762Z] Removing intermediate container 2495f850c96a [2021-01-12T00:42:24.762Z] ---> fe8442bae2d0 [2021-01-12T00:42:24.762Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-12T00:42:24.762Z] Removing intermediate container 51e598aba231 [2021-01-12T00:42:24.762Z] ---> 5d837bb61234 [2021-01-12T00:42:24.762Z] Step 21/21 : LABEL version=0.0.0 [2021-01-12T00:42:25.363Z] ---> Running in 8934887991d4 [2021-01-12T00:42:25.363Z] ---> Running in 7a1d2e0d45ff [2021-01-12T00:42:25.363Z] ---> ca2e9bcb1fa7 [2021-01-12T00:42:25.363Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-12T00:42:25.648Z] ---> 4f403e2ad160 [2021-01-12T00:42:25.648Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-12T00:42:25.648Z] ---> a9f18ea882d3 [2021-01-12T00:42:25.648Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2021-01-12T00:42:25.920Z] Removing intermediate container 8934887991d4 [2021-01-12T00:42:25.920Z] ---> 8c8097994e00 [2021-01-12T00:42:25.920Z] Step 20/22 : LABEL arch=x86_64 [2021-01-12T00:42:26.240Z] ---> Running in 28b7c3860d3f [2021-01-12T00:42:26.240Z] Removing intermediate container 7a1d2e0d45ff [2021-01-12T00:42:26.240Z] ---> 8d9a86399f4f [2021-01-12T00:42:26.240Z] [2021-01-12T00:42:26.240Z] ---> c21aeb41f12c [2021-01-12T00:42:26.587Z] Step 18/22 : RUN chmod +x entrypoint.sh [2021-01-12T00:42:26.587Z] ---> 0986dbf50142 [2021-01-12T00:42:26.587Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2021-01-12T00:42:26.587Z] ---> Running in 7f433a77452b [2021-01-12T00:42:26.587Z] Removing intermediate container 28b7c3860d3f [2021-01-12T00:42:26.587Z] ---> 3828b5c6e29b [2021-01-12T00:42:26.587Z] Step 21/22 : LABEL git_sha=88c774f5ef87baacffc33e0aeaf896ceb091dbde [2021-01-12T00:42:26.587Z] ---> d224eac1b3e4 [2021-01-12T00:42:26.587Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-12T00:42:26.587Z] ---> Running in 7c3059434ed2 [2021-01-12T00:42:26.587Z] Successfully built 8d9a86399f4f [2021-01-12T00:42:26.867Z] Successfully tagged docker-support-scheduler-go:latest [2021-01-12T00:42:26.867Z]  Building docker-support-scheduler-go ... done Building docker-security-proxy-setup-go [2021-01-12T00:42:26.867Z] ---> Running in c27c5caadc2e [2021-01-12T00:42:26.867Z] Removing intermediate container 7c3059434ed2 [2021-01-12T00:42:26.867Z] ---> ba1c54d45202 [2021-01-12T00:42:26.867Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-12T00:42:27.173Z] ---> 6790da07a3d5 [2021-01-12T00:42:27.173Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2021-01-12T00:42:27.173Z] ---> Running in 63f8169936f9 [2021-01-12T00:42:27.455Z] ---> Running in d826af1b132a [2021-01-12T00:42:27.754Z] Removing intermediate container c27c5caadc2e [2021-01-12T00:42:27.754Z] ---> 7828d85fab2f [2021-01-12T00:42:27.754Z] Step 22/22 : LABEL version=0.0.0 [2021-01-12T00:42:27.754Z] ---> Running in e1a58f9ef5e2 [2021-01-12T00:42:27.754Z] Removing intermediate container 63f8169936f9 [2021-01-12T00:42:27.754Z] ---> f8467de675cc [2021-01-12T00:42:27.754Z] Step 20/22 : LABEL arch=x86_64 [2021-01-12T00:42:28.085Z] Removing intermediate container d826af1b132a [2021-01-12T00:42:28.085Z] ---> 3115919cd24b [2021-01-12T00:42:28.085Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-12T00:42:28.426Z] ---> Running in 46c1eed65e91 [2021-01-12T00:42:29.137Z] ---> Running in ab8a52050c45 [2021-01-12T00:42:29.137Z] Removing intermediate container e1a58f9ef5e2 [2021-01-12T00:42:29.137Z] ---> 0be6ae133ab3 [2021-01-12T00:42:29.137Z] [2021-01-12T00:42:29.473Z] Removing intermediate container 46c1eed65e91 [2021-01-12T00:42:29.473Z] ---> 326d3d04e9b6 [2021-01-12T00:42:29.473Z] Step 21/22 : LABEL git_sha=88c774f5ef87baacffc33e0aeaf896ceb091dbde [2021-01-12T00:42:29.822Z] Successfully built 0be6ae133ab3 [2021-01-12T00:42:29.822Z] ---> Running in a242cdf89392 [2021-01-12T00:42:30.280Z] Removing intermediate container ab8a52050c45 [2021-01-12T00:42:30.280Z] ---> 07149272194d [2021-01-12T00:42:30.280Z] Step 22/24 : LABEL arch=x86_64 [2021-01-12T00:42:30.280Z] Successfully tagged docker-core-command-go:latest [2021-01-12T00:42:30.280Z]  Building docker-core-command-go ... done Building docker-security-secretstore-setup-go [2021-01-12T00:42:30.280Z] Removing intermediate container 7f433a77452b [2021-01-12T00:42:30.280Z] ---> 4b9c30ef0d9a [2021-01-12T00:42:30.280Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-12T00:42:30.280Z] ---> Running in bdab8cc8914a [2021-01-12T00:42:30.720Z] ---> Running in 18dc60ee3141 [2021-01-12T00:42:31.801Z] Removing intermediate container a242cdf89392 [2021-01-12T00:42:31.801Z] ---> 34bfbbbc6ebe [2021-01-12T00:42:31.801Z] Step 22/22 : LABEL version=0.0.0 [2021-01-12T00:42:33.296Z] Removing intermediate container bdab8cc8914a [2021-01-12T00:42:33.296Z] ---> f27e9cd8b83b [2021-01-12T00:42:33.296Z] Step 23/24 : LABEL git_sha=88c774f5ef87baacffc33e0aeaf896ceb091dbde [2021-01-12T00:42:33.296Z] ---> Running in 986d7d65fd47 [2021-01-12T00:42:33.588Z] Removing intermediate container 18dc60ee3141 [2021-01-12T00:42:33.588Z] ---> 40eb8336d33d [2021-01-12T00:42:33.588Z] Step 20/22 : LABEL arch=x86_64 [2021-01-12T00:42:34.711Z] ---> Running in 8556a46b9b7c [2021-01-12T00:42:34.711Z] ---> Running in 929a91881f5c [2021-01-12T00:42:35.399Z] Removing intermediate container 986d7d65fd47 [2021-01-12T00:42:35.399Z] ---> b20707acc709 [2021-01-12T00:42:35.399Z] [2021-01-12T00:42:35.999Z] Removing intermediate container 929a91881f5c [2021-01-12T00:42:35.999Z] ---> 81f7a28a5d7d [2021-01-12T00:42:35.999Z] Step 21/22 : LABEL git_sha=88c774f5ef87baacffc33e0aeaf896ceb091dbde [2021-01-12T00:42:36.277Z] Removing intermediate container 8556a46b9b7c [2021-01-12T00:42:36.277Z] ---> 074137e86a1e [2021-01-12T00:42:36.277Z] Step 24/24 : LABEL version=0.0.0 [2021-01-12T00:42:36.277Z] Successfully built b20707acc709 [2021-01-12T00:42:36.568Z] Successfully tagged docker-core-metadata-go:latest [2021-01-12T00:42:36.568Z] Building docker-core-data-go [2021-01-12T00:42:37.266Z]  Building docker-core-metadata-go ... done  ---> Running in 527db792669e [2021-01-12T00:42:37.641Z] ---> Running in 1e85df1972de [2021-01-12T00:42:38.266Z] Removing intermediate container 527db792669e [2021-01-12T00:42:38.266Z] ---> ec7db540d736 [2021-01-12T00:42:38.266Z] [2021-01-12T00:42:38.920Z] Successfully built ec7db540d736 [2021-01-12T00:42:38.920Z] Successfully tagged docker-support-notifications-go:latest [2021-01-12T00:42:38.920Z]  Building docker-support-notifications-go ... done Building docker-sys-mgmt-agent-go [2021-01-12T00:42:38.920Z] Removing intermediate container 1e85df1972de [2021-01-12T00:42:38.920Z] ---> 91845defbca0 [2021-01-12T00:42:38.920Z] Step 22/22 : LABEL version=0.0.0 [2021-01-12T00:42:38.920Z] ---> Running in 02e7d2842c9f [2021-01-12T00:42:40.008Z] Removing intermediate container 02e7d2842c9f [2021-01-12T00:42:40.009Z] ---> 591717ea92e5 [2021-01-12T00:42:40.009Z] [2021-01-12T00:42:40.009Z] Successfully built 591717ea92e5 [2021-01-12T00:42:40.304Z] Successfully tagged docker-security-bootstrap-redis-go:latest [2021-01-12T00:42:51.996Z] gofmt -l . [2021-01-12T00:42:51.997Z] [ "`gofmt -l .`" = "" ] [2021-01-12T00:42:51.997Z] ./bin/test-go-mod-tidy.sh [2021-01-12T00:42:51.997Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-01-12T00:42:52.655Z] + ls -al . [2021-01-12T00:42:52.655Z] total 672 [2021-01-12T00:42:52.655Z] drwxrwxr-x 9 1001 1001 4096 Jan 12 00:42 . [2021-01-12T00:42:52.655Z] drwxr-xr-x 4 root root 4096 Jan 12 00:38 .. [2021-01-12T00:42:52.655Z] -rw-rw-r-- 1 1001 1001 11 Jan 12 00:36 .dockerignore [2021-01-12T00:42:52.655Z] drwxrwxr-x 8 1001 1001 4096 Jan 12 00:36 .git [2021-01-12T00:42:52.655Z] drwxrwxr-x 3 1001 1001 4096 Jan 12 00:36 .github [2021-01-12T00:42:52.655Z] -rw-rw-r-- 1 1001 1001 824 Jan 12 00:36 .gitignore [2021-01-12T00:42:52.655Z] -rw-rw-r-- 1 1001 1001 166 Jan 12 00:36 .sonarcloud.properties [2021-01-12T00:42:52.655Z] -rw-rw-r-- 1 1001 1001 7741 Jan 12 00:36 Attribution.txt [2021-01-12T00:42:52.655Z] -rw-rw-r-- 1 1001 1001 3804 Jan 12 00:36 CONTRIBUTING.md [2021-01-12T00:42:52.655Z] -rw-rw-r-- 1 1001 1001 931 Jan 12 00:36 Dockerfile.build [2021-01-12T00:42:52.655Z] -rw-rw-r-- 1 1001 1001 863 Jan 12 00:36 Jenkinsfile [2021-01-12T00:42:52.655Z] -rw-rw-r-- 1 1001 1001 10775 Jan 12 00:36 LICENSE [2021-01-12T00:42:52.655Z] -rw-rw-r-- 1 1001 1001 5750 Jan 12 00:36 Makefile [2021-01-12T00:42:52.655Z] -rw-rw-r-- 1 1001 1001 6524 Jan 12 00:36 README.md [2021-01-12T00:42:52.655Z] -rw-rw-r-- 1 1001 1001 6744 Jan 12 00:36 SECURITY.md [2021-01-12T00:42:52.655Z] -rw-rw-r-- 1 1001 1001 5 Jan 12 00:33 VERSION [2021-01-12T00:42:52.655Z] -rw-rw-r-- 1 1001 1001 4131 Jan 12 00:36 ZMQWindows.md [2021-01-12T00:42:52.655Z] drwxrwxr-x 2 1001 1001 4096 Jan 12 00:36 bin [2021-01-12T00:42:52.655Z] drwxrwxr-x 14 1001 1001 4096 Jan 12 00:36 cmd [2021-01-12T00:42:52.655Z] -rw-r--r-- 1 root root 540302 Jan 12 00:41 coverage.out [2021-01-12T00:42:52.655Z] -rw-r--r-- 1 root root 979 Jan 12 00:42 go.mod [2021-01-12T00:42:52.655Z] -rw-r--r-- 1 root root 19019 Jan 12 00:42 go.sum [2021-01-12T00:42:52.655Z] drwxrwxr-x 8 1001 1001 4096 Jan 12 00:36 internal [2021-01-12T00:42:52.655Z] drwxrwxr-x 4 1001 1001 4096 Jan 12 00:36 openapi [2021-01-12T00:42:52.655Z] drwxrwxr-x 4 1001 1001 4096 Jan 12 00:36 snap [2021-01-12T00:42:52.655Z] -rw-rw-r-- 1 1001 1001 168 Jan 12 00:36 version.go [Pipeline] sh [2021-01-12T00:42:53.386Z] + '[' -e coverage.out ] [2021-01-12T00:42:53.386Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-01-12T00:42:53.410Z] Warning: overwriting stash ‘coverage-report’ [2021-01-12T00:42:54.556Z] Stashed 1 file(s) [Pipeline] sh [2021-01-12T00:42:55.203Z] + make build [2021-01-12T00:42:55.203Z] 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-12T00:43:05.369Z] 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-12T00:43:13.797Z]  Building docker-security-bootstrap-redis-go ... done Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-12T00:43:13.798Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-12T00:43:13.798Z] ---> fbf792557021 [2021-01-12T00:43:13.798Z] Step 3/21 : WORKDIR /edgex-go [2021-01-12T00:43:13.798Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-12T00:43:13.798Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-12T00:43:13.798Z] ---> fbf792557021 [2021-01-12T00:43:13.798Z] Step 3/24 : WORKDIR /edgex-go [2021-01-12T00:43:13.798Z] ---> Using cache [2021-01-12T00:43:13.798Z] ---> 99746218532d [2021-01-12T00:43:13.798Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-12T00:43:13.798Z] ---> Using cache [2021-01-12T00:43:13.798Z] ---> 99746218532d [2021-01-12T00:43:13.798Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-12T00:43:13.798Z] ---> Using cache [2021-01-12T00:43:13.798Z] ---> 48d93c2a2b24 [2021-01-12T00:43:13.798Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-12T00:43:13.798Z] ---> Using cache [2021-01-12T00:43:13.798Z] ---> 48d93c2a2b24 [2021-01-12T00:43:13.798Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-01-12T00:43:13.798Z] ---> Using cache [2021-01-12T00:43:13.798Z] ---> c25a9b00d039 [2021-01-12T00:43:13.798Z] Step 6/24 : COPY go.mod . [2021-01-12T00:43:13.798Z] ---> Using cache [2021-01-12T00:43:13.798Z] ---> c25a9b00d039 [2021-01-12T00:43:13.798Z] Step 6/21 : COPY go.mod . [2021-01-12T00:43:13.798Z] ---> Using cache [2021-01-12T00:43:13.798Z] ---> 2200706b4ed0 [2021-01-12T00:43:13.798Z] Step 7/24 : RUN go mod download [2021-01-12T00:43:13.798Z] ---> Using cache [2021-01-12T00:43:13.798Z] ---> 2200706b4ed0 [2021-01-12T00:43:13.798Z] Step 7/21 : RUN go mod download [2021-01-12T00:43:13.798Z] ---> Using cache [2021-01-12T00:43:13.798Z] ---> 7da0e5d96c51 [2021-01-12T00:43:13.798Z] Step 8/21 : COPY . . [2021-01-12T00:43:13.798Z] ---> Using cache [2021-01-12T00:43:13.798Z] ---> 7da0e5d96c51 [2021-01-12T00:43:13.798Z] Step 8/24 : COPY . . [2021-01-12T00:43:13.798Z] ---> Using cache [2021-01-12T00:43:13.798Z] ---> b8c5c5c87f0d [2021-01-12T00:43:13.798Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-12T00:43:13.798Z] ---> Using cache [2021-01-12T00:43:13.798Z] ---> b8c5c5c87f0d [2021-01-12T00:43:13.798Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-12T00:43:16.882Z] ---> Running in ed369ed4b5a3 [2021-01-12T00:43:16.882Z] ---> Running in 095e30a72d42 [2021-01-12T00:43:21.202Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-12T00:43:21.202Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-12T00:43:21.202Z] ---> fbf792557021 [2021-01-12T00:43:21.202Z] Step 3/23 : WORKDIR /edgex-go [2021-01-12T00:43:21.202Z] ---> Using cache [2021-01-12T00:43:21.202Z] ---> 99746218532d [2021-01-12T00:43:21.202Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-12T00:43:21.202Z] ---> Using cache [2021-01-12T00:43:21.202Z] ---> 48d93c2a2b24 [2021-01-12T00:43:21.202Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-12T00:43:21.489Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-12T00:43:21.489Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-12T00:43:21.489Z] ---> fbf792557021 [2021-01-12T00:43:21.489Z] Step 3/26 : WORKDIR /edgex-go [2021-01-12T00:43:21.489Z] ---> Using cache [2021-01-12T00:43:21.489Z] ---> 99746218532d [2021-01-12T00:43:21.489Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-12T00:43:21.489Z] ---> Using cache [2021-01-12T00:43:21.489Z] ---> 48d93c2a2b24 [2021-01-12T00:43:21.489Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-01-12T00:43:22.130Z] ---> Running in acf033cbc802 [2021-01-12T00:43:22.130Z] ---> Running in 19f122585707 [2021-01-12T00:43:22.430Z] 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-12T00:43:22.430Z] 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-12T00:43:25.162Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-12T00:43:25.162Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-12T00:43:26.675Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-12T00:43:26.675Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-12T00:43:28.169Z] OK: 233 MiB in 51 packages [2021-01-12T00:43:28.169Z] OK: 233 MiB in 51 packages [2021-01-12T00:43:30.449Z] Removing intermediate container acf033cbc802 [2021-01-12T00:43:30.449Z] ---> d65febaf7f15 [2021-01-12T00:43:30.449Z] Step 6/26 : COPY go.mod . [2021-01-12T00:43:30.765Z] Removing intermediate container 19f122585707 [2021-01-12T00:43:30.765Z] ---> 9abc35f0a735 [2021-01-12T00:43:30.765Z] Step 6/23 : COPY go.mod . [2021-01-12T00:43:31.390Z] ---> a69629d96e41 [2021-01-12T00:43:31.390Z] Step 7/26 : RUN go mod download [2021-01-12T00:43:31.682Z] ---> d0eba9890b0b [2021-01-12T00:43:31.683Z] Step 7/23 : RUN go mod download [2021-01-12T00:43:31.683Z] ---> Running in 1c5890cd1ebe [2021-01-12T00:43:31.967Z] ---> Running in 7be84a9b226e [2021-01-12T00:43:32.927Z] 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-12T00:43:36.311Z] 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-12T00:43:38.030Z] Removing intermediate container 1c5890cd1ebe [2021-01-12T00:43:38.030Z] ---> f3b6aeb4bb6f [2021-01-12T00:43:38.030Z] Step 8/26 : COPY . . [2021-01-12T00:43:38.030Z] Removing intermediate container 7be84a9b226e [2021-01-12T00:43:38.030Z] ---> 5eb8d98d5f68 [2021-01-12T00:43:38.030Z] Step 8/23 : COPY . . [2021-01-12T00:43:44.588Z] 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-12T00:43:45.187Z] 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-12T00:43:51.905Z] 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-12T00:43:57.335Z] 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-12T00:43:59.059Z] 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-12T00:43:59.059Z] 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-12T00:44:02.764Z] 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-12T00:44:09.496Z] 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-12T00:44:13.809Z] 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-12T00:44:20.573Z] 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-12T00:44:21.787Z] Removing intermediate container 095e30a72d42 [2021-01-12T00:44:21.788Z] ---> d9b8be44e7eb [2021-01-12T00:44:21.788Z] [2021-01-12T00:44:21.788Z] Step 10/24 : FROM alpine:3.12 [2021-01-12T00:44:21.788Z] ---> 389fef711851 [2021-01-12T00:44:21.788Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-12T00:44:21.788Z] ---> Using cache [2021-01-12T00:44:21.788Z] ---> 01e6ccfc465e [2021-01-12T00:44:21.788Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-12T00:44:21.788Z] Removing intermediate container ed369ed4b5a3 [2021-01-12T00:44:21.788Z] ---> fa2a5dac07f9 [2021-01-12T00:44:21.788Z] [2021-01-12T00:44:21.788Z] Step 10/21 : FROM alpine:3.12 [2021-01-12T00:44:21.788Z] ---> 389fef711851 [2021-01-12T00:44:21.788Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-01-12T00:44:21.788Z] ---> Running in 771c874f7525 [2021-01-12T00:44:21.788Z] ---> Running in 01b75c6c85b2 [2021-01-12T00:44:22.974Z] Removing intermediate container 771c874f7525 [2021-01-12T00:44:22.974Z] ---> 12b38fefa8c0 [2021-01-12T00:44:22.974Z] Step 13/24 : WORKDIR / [2021-01-12T00:44:23.263Z] ---> Running in cc1d7489806b [2021-01-12T00:44:24.807Z] Removing intermediate container cc1d7489806b [2021-01-12T00:44:24.807Z] ---> 23439c73affd [2021-01-12T00:44:24.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-12T00:44:25.094Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-12T00:44:25.768Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-12T00:44:25.768Z] (1/4) Installing ca-certificates (20191127-r4) [Pipeline] } [2021-01-12T00:44:26.024Z] $ docker stop --time=1 84faed35ac88bb68834e5d749c6becbe38c585d56c81caf3a619eca8625f5a51 [2021-01-12T00:44:26.076Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-12T00:44:26.077Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-12T00:44:26.077Z] (4/4) Installing curl (7.69.1-r3) [2021-01-12T00:44:26.077Z] Executing busybox-1.31.1-r19.trigger [2021-01-12T00:44:26.077Z] Executing ca-certificates-20191127-r4.trigger [2021-01-12T00:44:26.373Z] OK: 7 MiB in 18 packages [2021-01-12T00:44:26.672Z] ---> 8ee5ff34c750 [2021-01-12T00:44:26.672Z] 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-12T00:44:28.743Z] $ docker rm -f 84faed35ac88bb68834e5d749c6becbe38c585d56c81caf3a619eca8625f5a51 [2021-01-12T00:44:29.418Z] ---> f107ddd06a8f [2021-01-12T00:44:29.418Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-12T00:44:29.418Z] Removing intermediate container 01b75c6c85b2 [2021-01-12T00:44:29.418Z] ---> 1e1e7d085364 [2021-01-12T00:44:29.418Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-12T00:44:29.780Z] ---> 0505ed3080b1 [2021-01-12T00:44:29.780Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-12T00:44:29.780Z] ---> f4de0eb6380d [2021-01-12T00:44:29.780Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-12T00:44:29.780Z] ---> Running in e3ddab2597dd [2021-01-12T00:44:30.068Z] ---> Running in dc4ad0ef4542 [2021-01-12T00:44:30.069Z] ---> Running in 0c53c9971625 [2021-01-12T00:44:30.069Z] ---> 2df24f478b32 [2021-01-12T00:44:30.069Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-12T00:44:30.982Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-12T00:44:31.039Z] Removing intermediate container e3ddab2597dd [2021-01-12T00:44:31.039Z] ---> 112f7357b51b [2021-01-12T00:44:31.039Z] Step 13/21 : WORKDIR /edgex [2021-01-12T00:44:31.039Z] ---> Running in a62e8212b8d2 [2021-01-12T00:44:31.256Z] [2021-01-12T00:44:31.256Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-12T00:44:31.654Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-12T00:44:31.896Z] ---> b44dabad1107 [2021-01-12T00:44:31.896Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-12T00:44:31.896Z] Removing intermediate container a62e8212b8d2 [2021-01-12T00:44:31.896Z] ---> 606a5c0642da [2021-01-12T00:44:31.896Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-12T00:44:31.931Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-01-12T00:44:31.931Z] 29e5d40040c1: Pulling fs layer [2021-01-12T00:44:31.931Z] 1ce36da41761: Pulling fs layer [2021-01-12T00:44:31.931Z] 25b303627fd3: Pulling fs layer [2021-01-12T00:44:31.931Z] 29e5d40040c1: Verifying Checksum [2021-01-12T00:44:31.931Z] 29e5d40040c1: Download complete [2021-01-12T00:44:32.917Z] 1ce36da41761: Verifying Checksum [2021-01-12T00:44:32.917Z] 1ce36da41761: Download complete [2021-01-12T00:44:32.917Z] 29e5d40040c1: Pull complete [2021-01-12T00:44:33.163Z] 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-12T00:44:33.163Z] 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-12T00:44:33.163Z] ---> 844d78ce8e2c [2021-01-12T00:44:33.163Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-12T00:44:33.445Z] ---> e910946d9913 [2021-01-12T00:44:33.445Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-12T00:44:34.061Z] ---> 96179b82d8ac [2021-01-12T00:44:34.061Z] 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-12T00:44:34.061Z] ---> c9b4b582ba6f [2021-01-12T00:44:34.061Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-12T00:44:34.356Z] ---> Running in 73b59bb04c3f [2021-01-12T00:44:34.360Z] 1ce36da41761: Pull complete [2021-01-12T00:44:34.631Z] 25b303627fd3: Verifying Checksum [2021-01-12T00:44:34.631Z] 25b303627fd3: Download complete [2021-01-12T00:44:35.907Z] ---> 3419a65af82c [2021-01-12T00:44:35.907Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-12T00:44:36.198Z] ---> Running in 097ba2ab3fd2 [2021-01-12T00:44:36.825Z] Removing intermediate container 097ba2ab3fd2 [2021-01-12T00:44:36.825Z] ---> ca55a76a87e3 [2021-01-12T00:44:36.825Z] Step 18/21 : CMD ["--init=true"] [2021-01-12T00:44:37.120Z] ---> Running in 9ae8327ee7a5 [2021-01-12T00:44:38.005Z] Removing intermediate container 9ae8327ee7a5 [2021-01-12T00:44:38.005Z] ---> 76e20bcd7829 [2021-01-12T00:44:38.005Z] Step 19/21 : LABEL arch=x86_64 [2021-01-12T00:44:38.005Z] Removing intermediate container 73b59bb04c3f [2021-01-12T00:44:38.005Z] ---> dc446bde143e [2021-01-12T00:44:38.005Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-12T00:44:38.005Z] ---> Running in 537d191f789c [2021-01-12T00:44:38.005Z] ---> Running in aacf27bbb2fe [2021-01-12T00:44:39.018Z] Removing intermediate container 537d191f789c [2021-01-12T00:44:39.018Z] ---> ccffd190a228 [2021-01-12T00:44:39.018Z] Step 20/21 : LABEL git_sha=88c774f5ef87baacffc33e0aeaf896ceb091dbde [2021-01-12T00:44:39.018Z] Removing intermediate container aacf27bbb2fe [2021-01-12T00:44:39.018Z] ---> 8040df28b7e4 [2021-01-12T00:44:39.018Z] Step 22/24 : LABEL arch=x86_64 [2021-01-12T00:44:40.012Z] ---> Running in 791eef79e2d6 [2021-01-12T00:44:40.012Z] ---> Running in f26557366212 [2021-01-12T00:44:40.324Z] Removing intermediate container 791eef79e2d6 [2021-01-12T00:44:40.324Z] ---> ee4b0d75ba76 [2021-01-12T00:44:40.324Z] Step 21/21 : LABEL version=0.0.0 [2021-01-12T00:44:40.627Z] ---> Running in 053649eee75f [2021-01-12T00:44:40.627Z] Removing intermediate container f26557366212 [2021-01-12T00:44:40.627Z] ---> 773912f8c036 [2021-01-12T00:44:40.627Z] Step 23/24 : LABEL git_sha=88c774f5ef87baacffc33e0aeaf896ceb091dbde [2021-01-12T00:44:40.923Z] ---> Running in bed143aa5522 [2021-01-12T00:44:40.923Z] Removing intermediate container 053649eee75f [2021-01-12T00:44:40.923Z] ---> ac28f5748812 [2021-01-12T00:44:40.923Z] [2021-01-12T00:44:41.222Z] Removing intermediate container bed143aa5522 [2021-01-12T00:44:41.222Z] ---> 24893d6ba5e2 [2021-01-12T00:44:41.222Z] Step 24/24 : LABEL version=0.0.0 [2021-01-12T00:44:41.550Z] ---> Running in 4b6df6777489 [2021-01-12T00:44:41.550Z] Successfully built ac28f5748812 [2021-01-12T00:44:41.550Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-01-12T00:44:41.852Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container 4b6df6777489 [2021-01-12T00:44:41.852Z] ---> 40bb057e652d [2021-01-12T00:44:41.852Z] [2021-01-12T00:44:42.482Z] Successfully built 40bb057e652d [2021-01-12T00:44:42.812Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-01-12T00:44:44.795Z] 25b303627fd3: Pull complete [2021-01-12T00:44:44.795Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-01-12T00:44:44.795Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-12T00:44:44.795Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-01-12T00:44:45.040Z] prd-ubuntu18.04-docker-arm64-4c-16g-19664 does not seem to be running inside a container [2021-01-12T00:44:45.121Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/20 -v /w/workspace/edgex-go/20:/w/workspace/edgex-go/20:rw,z -v /w/workspace/edgex-go/20@tmp:/w/workspace/edgex-go/20@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-01-12T00:44:48.425Z] $ docker top 5e845eb4f234658e209cab9d3f359edc63fe95ae4e6e374e2c3c7e68f1d25e01 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-12T00:44:49.422Z] + grep parallel [2021-01-12T00:44:49.422Z] + docker-compose build --help [2021-01-12T00:44:56.124Z] --parallel Build images in parallel. [Pipeline] } [2021-01-12T00:44:56.155Z] $ docker stop --time=1 5e845eb4f234658e209cab9d3f359edc63fe95ae4e6e374e2c3c7e68f1d25e01 [2021-01-12T00:44:58.135Z] $ docker rm -f 5e845eb4f234658e209cab9d3f359edc63fe95ae4e6e374e2c3c7e68f1d25e01 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-12T00:44:59.029Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-12T00:44:59.029Z] . [Pipeline] withDockerContainer [2021-01-12T00:44:59.272Z] prd-ubuntu18.04-docker-arm64-4c-16g-19664 does not seem to be running inside a container [2021-01-12T00:44:59.355Z] $ 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/20 -v /w/workspace/edgex-go/20:/w/workspace/edgex-go/20:rw,z -v /w/workspace/edgex-go/20@tmp:/w/workspace/edgex-go/20@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-01-12T00:45:00.814Z] $ docker top c90dee3530d1c4620c3f622fca38d2243de18d4f44a888a5dbeb5e21dc9a4da6 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-12T00:45:01.873Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-12T00:45:05.333Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container 0c53c9971625 [2021-01-12T00:45:05.333Z] ---> 0291fb5c7467 [2021-01-12T00:45:05.333Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-12T00:45:05.333Z] ---> Running in fabfa4553de2 [2021-01-12T00:45:05.333Z] 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-12T00:45:06.772Z] Removing intermediate container fabfa4553de2 [2021-01-12T00:45:06.772Z] ---> e89f9b54a25b [2021-01-12T00:45:06.772Z] [2021-01-12T00:45:06.772Z] Step 11/26 : FROM docker:20.10.0 [2021-01-12T00:45:07.054Z] 20.10.0: Pulling from library/docker [2021-01-12T00:45:07.727Z] Removing intermediate container dc4ad0ef4542 [2021-01-12T00:45:07.727Z] ---> ce70125d37b5 [2021-01-12T00:45:07.727Z] [2021-01-12T00:45:07.727Z] Step 10/23 : FROM alpine:3.12 [2021-01-12T00:45:07.727Z] ---> 389fef711851 [2021-01-12T00:45:07.727Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-12T00:45:08.088Z] ---> Running in 0e577d6f190e [2021-01-12T00:45:08.414Z] Removing intermediate container 0e577d6f190e [2021-01-12T00:45:08.414Z] ---> 40d5c3dfdfa3 [2021-01-12T00:45:08.414Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-12T00:45:08.697Z] Building docker-core-command-go ... [2021-01-12T00:45:08.697Z] Building docker-core-data-go ... [2021-01-12T00:45:08.697Z] Building docker-core-metadata-go ... [2021-01-12T00:45:08.697Z] Building docker-security-bootstrap-redis-go ... [2021-01-12T00:45:08.697Z] Building docker-security-proxy-setup-go ... [2021-01-12T00:45:08.697Z] Building docker-security-secretstore-setup-go ... [2021-01-12T00:45:08.697Z] Building docker-support-notifications-go ... [2021-01-12T00:45:08.697Z] Building docker-support-scheduler-go ... [2021-01-12T00:45:08.697Z] Building docker-sys-mgmt-agent-go ... [2021-01-12T00:45:08.697Z] Building docker-core-data-go [2021-01-12T00:45:08.697Z] Building docker-security-secretstore-setup-go [2021-01-12T00:45:08.697Z] Building docker-support-notifications-go [2021-01-12T00:45:08.697Z] Building docker-support-scheduler-go [2021-01-12T00:45:08.697Z] Building docker-security-bootstrap-redis-go [2021-01-12T00:45:08.748Z] ---> Running in 2881f8c376fc [2021-01-12T00:45:09.042Z] Removing intermediate container 2881f8c376fc [2021-01-12T00:45:09.042Z] ---> a0dc8dbf92bd [2021-01-12T00:45:09.042Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-12T00:45:09.042Z] ---> Running in 136ba51b5fc9 [2021-01-12T00:45:09.813Z] Removing intermediate container 136ba51b5fc9 [2021-01-12T00:45:09.813Z] ---> 64a00c13538f [2021-01-12T00:45:09.813Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-12T00:45:09.813Z] ---> Running in e4680fabe8f4 [2021-01-12T00:45:12.535Z] Removing intermediate container e4680fabe8f4 [2021-01-12T00:45:12.535Z] ---> 73713c12b9e6 [2021-01-12T00:45:12.535Z] Step 15/23 : RUN apk add --update --no-cache zeromq [2021-01-12T00:45:12.535Z] ---> Running in a4956b03e3d5 [2021-01-12T00:45:13.538Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-12T00:45:14.504Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-12T00:45:17.154Z] (1/5) Installing libgcc (9.3.0-r2) [2021-01-12T00:45:17.154Z] (2/5) Installing libsodium (1.0.18-r0) [2021-01-12T00:45:17.753Z] (3/5) Installing libstdc++ (9.3.0-r2) [2021-01-12T00:45:18.332Z] (4/5) Installing libzmq (4.3.3-r0) [2021-01-12T00:45:18.925Z] (5/5) Installing zeromq (4.3.3-r0) [2021-01-12T00:45:18.925Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-12T00:45:18.925Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-12T00:45:18.925Z] ---> aefe523efa57 [2021-01-12T00:45:18.925Z] Step 12/26 : RUN apk add --no-cache bash [2021-01-12T00:45:18.925Z] Executing busybox-1.31.1-r19.trigger [2021-01-12T00:45:18.925Z] OK: 8 MiB in 19 packages [2021-01-12T00:45:19.194Z] ---> Running in 92bd6b157e6b [2021-01-12T00:45:19.825Z] Removing intermediate container a4956b03e3d5 [2021-01-12T00:45:19.825Z] ---> 32f6fca8b44d [2021-01-12T00:45:19.825Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-12T00:45:19.825Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-12T00:45:20.115Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-12T00:45:20.416Z] ---> 4760c2ebc6c5 [2021-01-12T00:45:20.416Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-12T00:45:20.416Z] (1/2) Installing readline (8.0.4-r0) [2021-01-12T00:45:20.416Z] (2/2) Installing bash (5.0.17-r0) [2021-01-12T00:45:20.416Z] Executing bash-5.0.17-r0.post-install [2021-01-12T00:45:20.416Z] Executing busybox-1.31.1-r19.trigger [2021-01-12T00:45:20.416Z] OK: 12 MiB in 22 packages [2021-01-12T00:45:21.424Z] ---> 4d4ff4f03d47 [2021-01-12T00:45:21.424Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-12T00:45:21.703Z] Removing intermediate container 92bd6b157e6b [2021-01-12T00:45:21.703Z] ---> fb7330c99ceb [2021-01-12T00:45:21.703Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-12T00:45:21.703Z] ---> Running in 32f598121d12 [2021-01-12T00:45:21.975Z] ---> 1c19c1413f26 [2021-01-12T00:45:21.975Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-12T00:45:22.255Z] ---> Running in 7ab134240bd3 [2021-01-12T00:45:22.255Z] Removing intermediate container 32f598121d12 [2021-01-12T00:45:22.255Z] ---> 826729f47137 [2021-01-12T00:45:22.255Z] Step 14/26 : ENV APP_PORT=48090 [2021-01-12T00:45:22.525Z] ---> Running in 26d84712faab [2021-01-12T00:45:22.804Z] Removing intermediate container 7ab134240bd3 [2021-01-12T00:45:22.804Z] ---> 274d85cec4ab [2021-01-12T00:45:22.804Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-12T00:45:22.804Z] Removing intermediate container 26d84712faab [2021-01-12T00:45:22.804Z] ---> 1d2f3a7592fb [2021-01-12T00:45:22.804Z] Step 15/26 : EXPOSE $APP_PORT [2021-01-12T00:45:22.804Z] ---> Running in 30398db19a28 [2021-01-12T00:45:22.804Z] ---> Running in c931cf932add [2021-01-12T00:45:23.084Z] Removing intermediate container 30398db19a28 [2021-01-12T00:45:23.084Z] ---> 587e59eccb99 [2021-01-12T00:45:23.084Z] Step 21/23 : LABEL arch=x86_64 [2021-01-12T00:45:23.084Z] Removing intermediate container c931cf932add [2021-01-12T00:45:23.084Z] ---> efb380a9a600 [2021-01-12T00:45:23.084Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-12T00:45:23.084Z] ---> Running in a8f289f0ecf6 [2021-01-12T00:45:23.687Z] Removing intermediate container a8f289f0ecf6 [2021-01-12T00:45:23.687Z] ---> b6bfacc1d19e [2021-01-12T00:45:23.687Z] Step 22/23 : LABEL git_sha=88c774f5ef87baacffc33e0aeaf896ceb091dbde [2021-01-12T00:45:23.687Z] ---> Running in efbb484992bb [2021-01-12T00:45:23.980Z] ---> 6838e577e401 [2021-01-12T00:45:23.980Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-12T00:45:23.980Z] Removing intermediate container efbb484992bb [2021-01-12T00:45:23.980Z] ---> e1e2bb5b9460 [2021-01-12T00:45:23.980Z] Step 23/23 : LABEL version=0.0.0 [2021-01-12T00:45:24.255Z] ---> Running in 55cbe06c22cf [2021-01-12T00:45:24.255Z] ---> 243f5ef02d02 [2021-01-12T00:45:24.255Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-12T00:45:24.255Z] Removing intermediate container 55cbe06c22cf [2021-01-12T00:45:24.255Z] ---> add512ec5325 [2021-01-12T00:45:24.255Z] [2021-01-12T00:45:24.841Z] Successfully built add512ec5325 [2021-01-12T00:45:24.841Z] Successfully tagged docker-core-data-go:latest [2021-01-12T00:45:24.841Z]  Building docker-core-data-go ... done  ---> fd8a3264fce0 [2021-01-12T00:45:24.841Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-12T00:45:24.841Z] ---> Running in 8f9be2611101 [2021-01-12T00:45:25.887Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-12T00:45:25.887Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-12T00:45:26.157Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-12T00:45:26.157Z] (2/33) Installing expat (2.2.9-r1) [2021-01-12T00:45:26.157Z] (3/33) Installing libffi (3.3-r2) [2021-01-12T00:45:26.442Z] (4/33) Installing gdbm (1.13-r1) [2021-01-12T00:45:26.442Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-12T00:45:26.442Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-12T00:45:26.442Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-12T00:45:27.901Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-12T00:45:27.901Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-12T00:45:27.901Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-12T00:45:27.901Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-12T00:45:27.901Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-12T00:45:27.901Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-12T00:45:27.901Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-12T00:45:27.901Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-12T00:45:27.901Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-12T00:45:27.901Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-12T00:45:27.901Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-12T00:45:27.901Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-12T00:45:28.167Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-12T00:45:28.167Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-12T00:45:28.167Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-12T00:45:28.167Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-12T00:45:28.167Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-12T00:45:28.167Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-12T00:45:28.167Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-12T00:45:28.167Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-12T00:45:28.167Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-12T00:45:28.167Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-12T00:45:28.433Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-12T00:45:28.433Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-12T00:45:28.433Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-12T00:45:28.433Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-12T00:45:28.433Z] Executing busybox-1.31.1-r19.trigger [2021-01-12T00:45:28.433Z] OK: 71 MiB in 55 packages [2021-01-12T00:45:38.612Z] Removing intermediate container 8f9be2611101 [2021-01-12T00:45:38.612Z] ---> e8c9475df6ae [2021-01-12T00:45:38.612Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-01-12T00:45:38.612Z] ---> Running in d5d3f45ee21d [2021-01-12T00:45:40.034Z] Collecting docker-compose==1.23.2 [2021-01-12T00:45:40.034Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-12T00:45:40.318Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-12T00:45:40.588Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-12T00:45:40.588Z] Collecting jsonschema<3,>=2.5.1 [2021-01-12T00:45:40.588Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-12T00:45:40.852Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-12T00:45:40.852Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-12T00:45:41.435Z] Collecting docopt<0.7,>=0.6.1 [2021-01-12T00:45:41.435Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-12T00:45:42.433Z] 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-12T00:45:42.433Z] Collecting cached-property<2,>=1.2.0 [2021-01-12T00:45:42.433Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-12T00:45:42.433Z] Collecting docker<4.0,>=3.6.0 [2021-01-12T00:45:42.433Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-12T00:45:42.701Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-12T00:45:42.701Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-12T00:45:42.972Z] Collecting texttable<0.10,>=0.9.0 [2021-01-12T00:45:42.972Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-12T00:45:43.959Z] Collecting PyYAML<4,>=3.10 [2021-01-12T00:45:43.959Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-12T00:45:44.947Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-12T00:45:44.947Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-12T00:45:44.947Z] 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-12T00:45:44.947Z] 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-12T00:45:45.222Z] Collecting idna<2.8,>=2.5 [2021-01-12T00:45:45.222Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-12T00:45:45.222Z] Collecting docker-pycreds>=0.4.0 [2021-01-12T00:45:45.222Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-12T00:45:45.222Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-12T00:45:45.222Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-12T00:45:45.222Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-12T00:45:45.222Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-12T00:45:45.491Z] Installing collected packages: urllib3, idna, requests, jsonschema, dockerpty, docopt, cached-property, websocket-client, docker-pycreds, docker, texttable, PyYAML, docker-compose [2021-01-12T00:45:45.491Z] Attempting uninstall: urllib3 [2021-01-12T00:45:45.491Z] Found existing installation: urllib3 1.25.9 [2021-01-12T00:45:45.491Z] Uninstalling urllib3-1.25.9: [2021-01-12T00:45:45.491Z] Successfully uninstalled urllib3-1.25.9 [2021-01-12T00:45:45.760Z] Attempting uninstall: idna [2021-01-12T00:45:45.760Z] Found existing installation: idna 2.9 [2021-01-12T00:45:45.760Z] Uninstalling idna-2.9: [2021-01-12T00:45:45.760Z] Successfully uninstalled idna-2.9 [2021-01-12T00:45:46.038Z] Attempting uninstall: requests [2021-01-12T00:45:46.038Z] Found existing installation: requests 2.23.0 [2021-01-12T00:45:46.038Z] Uninstalling requests-2.23.0: [2021-01-12T00:45:46.308Z] Successfully uninstalled requests-2.23.0 [2021-01-12T00:45:46.576Z] Running setup.py install for dockerpty: started [2021-01-12T00:45:47.174Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-12T00:45:47.174Z] Running setup.py install for docopt: started [2021-01-12T00:45:48.166Z] Running setup.py install for docopt: finished with status 'done' [2021-01-12T00:45:49.608Z] Running setup.py install for texttable: started [2021-01-12T00:45:50.888Z] Running setup.py install for texttable: finished with status 'done' [2021-01-12T00:45:50.888Z] Running setup.py install for PyYAML: started [2021-01-12T00:45:51.871Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-12T00:45:52.506Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 [2021-01-12T00:45:55.987Z] Removing intermediate container d5d3f45ee21d [2021-01-12T00:45:55.987Z] ---> d061f28fbdd9 [2021-01-12T00:45:55.987Z] Step 21/26 : RUN apk --no-cache add curl [2021-01-12T00:45:55.987Z] ---> Running in 9009ddc74e6f [2021-01-12T00:45:57.872Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-12T00:45:57.872Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-12T00:45:58.159Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-12T00:45:58.159Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-12T00:45:58.159Z] (3/3) Installing curl (7.69.1-r3) [2021-01-12T00:45:58.159Z] Executing busybox-1.31.1-r19.trigger [2021-01-12T00:45:58.159Z] OK: 72 MiB in 58 packages [2021-01-12T00:45:59.153Z] Removing intermediate container 9009ddc74e6f [2021-01-12T00:45:59.153Z] ---> cdfb8132a916 [2021-01-12T00:45:59.153Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-12T00:45:59.153Z] ---> Running in 194781edc8dc [2021-01-12T00:45:59.767Z] Removing intermediate container 194781edc8dc [2021-01-12T00:45:59.767Z] ---> 5677619fbb07 [2021-01-12T00:45:59.767Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-12T00:45:59.767Z] ---> Running in f6dd01a1a498 [2021-01-12T00:46:00.802Z] Removing intermediate container f6dd01a1a498 [2021-01-12T00:46:00.802Z] ---> bc0e2c1a4c44 [2021-01-12T00:46:00.802Z] Step 24/26 : LABEL arch=x86_64 [2021-01-12T00:46:00.802Z] ---> Running in d7edb98ff673 [2021-01-12T00:46:01.072Z] Removing intermediate container d7edb98ff673 [2021-01-12T00:46:01.073Z] ---> 26f360f6874d [2021-01-12T00:46:01.073Z] Step 25/26 : LABEL git_sha=88c774f5ef87baacffc33e0aeaf896ceb091dbde [2021-01-12T00:46:01.073Z] ---> Running in e0415d379c3f [2021-01-12T00:46:01.351Z] Removing intermediate container e0415d379c3f [2021-01-12T00:46:01.351Z] ---> cd19f8fb4150 [2021-01-12T00:46:01.351Z] Step 26/26 : LABEL version=0.0.0 [2021-01-12T00:46:01.646Z] ---> Running in 580fac99d3e5 [2021-01-12T00:46:01.942Z] Removing intermediate container 580fac99d3e5 [2021-01-12T00:46:01.942Z] ---> aea083238b3e [2021-01-12T00:46:01.942Z] [2021-01-12T00:46:02.274Z] Successfully built aea083238b3e [2021-01-12T00:46:02.753Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-01-12T00:46:03.101Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-01-12T00:46:03.182Z] $ docker stop --time=1 9e50d6946285a62c8f81292c5feb2ac27efcd9176d66f08527513e682d2a0806 [2021-01-12T00:46:06.053Z] $ docker rm -f 9e50d6946285a62c8f81292c5feb2ac27efcd9176d66f08527513e682d2a0806 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-12T00:46:06.806Z] + docker images [2021-01-12T00:46:06.806Z] + grep docker [2021-01-12T00:46:07.411Z] docker-sys-mgmt-agent-go latest aea083238b3e 6 seconds ago 313MB [2021-01-12T00:46:07.411Z] docker-core-data-go latest add512ec5325 43 seconds ago 22.3MB [2021-01-12T00:46:07.411Z] docker-security-secretstore-setup-go latest 40bb057e652d About a minute ago 24.6MB [2021-01-12T00:46:07.411Z] docker-security-proxy-setup-go latest ac28f5748812 About a minute ago 24.4MB [2021-01-12T00:46:07.411Z] docker-security-bootstrap-redis-go latest 591717ea92e5 3 minutes ago 15.8MB [2021-01-12T00:46:07.411Z] docker-support-notifications-go latest ec7db540d736 3 minutes ago 12MB [2021-01-12T00:46:07.411Z] docker-core-metadata-go latest b20707acc709 3 minutes ago 13MB [2021-01-12T00:46:07.411Z] docker-core-command-go latest 0be6ae133ab3 3 minutes ago 10.6MB [2021-01-12T00:46:07.411Z] docker-support-scheduler-go latest 8d9a86399f4f 3 minutes ago 10.7MB [2021-01-12T00:46:07.411Z] docker 20.10.0 aefe523efa57 4 weeks ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node [2021-01-12T00:46:16.826Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-12T00:46:16.826Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-12T00:46:16.826Z] ---> a2a900cea009 [2021-01-12T00:46:16.826Z] Step 3/24 : WORKDIR /edgex-go [2021-01-12T00:46:16.826Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-12T00:46:16.826Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-12T00:46:16.826Z] ---> a2a900cea009 [2021-01-12T00:46:16.826Z] Step 3/21 : WORKDIR /edgex-go [2021-01-12T00:46:16.826Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-12T00:46:16.826Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-12T00:46:16.826Z] ---> a2a900cea009 [2021-01-12T00:46:16.826Z] Step 3/24 : WORKDIR /edgex-go [2021-01-12T00:46:16.826Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-12T00:46:16.826Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-12T00:46:16.826Z] ---> a2a900cea009 [2021-01-12T00:46:16.826Z] Step 3/22 : WORKDIR /edgex-go [2021-01-12T00:46:16.826Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-12T00:46:16.826Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-12T00:46:16.826Z] ---> a2a900cea009 [2021-01-12T00:46:16.826Z] Step 3/23 : WORKDIR /edgex-go [2021-01-12T00:46:20.219Z] ---> Running in 470a2eacaea9 [2021-01-12T00:46:20.219Z] ---> Running in ccabff911d96 [2021-01-12T00:46:20.219Z] ---> Running in f7da9c90baa4 [2021-01-12T00:46:20.219Z] ---> Running in d39b56b2b662 [2021-01-12T00:46:20.219Z] ---> Running in 85543c10578e [2021-01-12T00:46:20.814Z] Removing intermediate container f7da9c90baa4 [2021-01-12T00:46:20.814Z] ---> 4deaef91d4d2 [2021-01-12T00:46:20.814Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-12T00:46:20.814Z] Removing intermediate container ccabff911d96 [2021-01-12T00:46:20.814Z] ---> 56279fe241af [2021-01-12T00:46:20.814Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-12T00:46:20.814Z] Removing intermediate container 470a2eacaea9 [2021-01-12T00:46:20.814Z] ---> bfae586aa25b [2021-01-12T00:46:20.814Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-12T00:46:20.814Z] Removing intermediate container d39b56b2b662 [2021-01-12T00:46:20.814Z] ---> 7f4cb5f8cbf3 [2021-01-12T00:46:20.814Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-12T00:46:20.814Z] Removing intermediate container 85543c10578e [2021-01-12T00:46:20.814Z] ---> 04299351aa07 [2021-01-12T00:46:20.814Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-12T00:46:21.086Z] ---> Running in 22b187507efa [2021-01-12T00:46:21.086Z] ---> Running in 4300b7a96d64 [2021-01-12T00:46:21.086Z] ---> Running in 7a40560b459e [2021-01-12T00:46:21.086Z] ---> Running in 3a9aa91b9826 [2021-01-12T00:46:21.086Z] ---> Running in 4fbf8eb585de [2021-01-12T00:46:23.118Z] Still waiting to schedule task [2021-01-12T00:46:23.118Z] Waiting for next available executor on ‘ubuntu18.04-docker-8c-8g’ [2021-01-12T00:46:25.414Z] Removing intermediate container 7a40560b459e [2021-01-12T00:46:25.414Z] ---> 408f7f9c48b5 [2021-01-12T00:46:25.414Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-12T00:46:25.414Z] ---> Running in 87d4d548fbf0 [2021-01-12T00:46:25.414Z] Removing intermediate container 22b187507efa [2021-01-12T00:46:25.414Z] ---> d68501a5f10f [2021-01-12T00:46:25.414Z] Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates [2021-01-12T00:46:25.414Z] ---> Running in cd53ed5c2813 [2021-01-12T00:46:25.414Z] Removing intermediate container 3a9aa91b9826 [2021-01-12T00:46:25.414Z] ---> de3cd8241e9c [2021-01-12T00:46:25.414Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-12T00:46:25.686Z] Removing intermediate container 4300b7a96d64 [2021-01-12T00:46:25.686Z] ---> 634277c49f7b [2021-01-12T00:46:25.686Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-12T00:46:25.686Z] Removing intermediate container 4fbf8eb585de [2021-01-12T00:46:25.686Z] ---> dc44c2405974 [2021-01-12T00:46:25.686Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-01-12T00:46:25.686Z] ---> Running in bb660ea94d8b [2021-01-12T00:46:25.967Z] ---> Running in fb3c87d22e41 [2021-01-12T00:46:25.967Z] ---> Running in 6d77ed26453b [2021-01-12T00:46:26.942Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-12T00:46:27.214Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-12T00:46:27.491Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-12T00:46:27.764Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-12T00:46:27.764Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-12T00:46:27.764Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-12T00:46:28.033Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-12T00:46:28.623Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-12T00:46:28.623Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-12T00:46:28.623Z] OK: 217 MiB in 51 packages [2021-01-12T00:46:28.894Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-12T00:46:29.168Z] OK: 217 MiB in 51 packages [2021-01-12T00:46:30.151Z] OK: 217 MiB in 51 packages [2021-01-12T00:46:30.151Z] Removing intermediate container 87d4d548fbf0 [2021-01-12T00:46:30.151Z] ---> 11cda4c636c7 [2021-01-12T00:46:30.151Z] Step 6/23 : COPY go.mod . [2021-01-12T00:46:30.455Z] OK: 217 MiB in 51 packages [2021-01-12T00:46:30.741Z] OK: 217 MiB in 51 packages [2021-01-12T00:46:31.016Z] Removing intermediate container cd53ed5c2813 [2021-01-12T00:46:31.016Z] ---> 1012540c017c [2021-01-12T00:46:31.016Z] Step 6/24 : COPY go.mod . [2021-01-12T00:46:31.623Z] ---> a342dadde7ca [2021-01-12T00:46:31.624Z] Step 7/23 : RUN go mod download [2021-01-12T00:46:31.624Z] Removing intermediate container 6d77ed26453b [2021-01-12T00:46:31.624Z] ---> ed7f9d0d4f06 [2021-01-12T00:46:31.624Z] Step 6/24 : COPY go.mod . [2021-01-12T00:46:31.624Z] ---> Running in c96472ae2f14 [2021-01-12T00:46:31.911Z] Removing intermediate container fb3c87d22e41 [2021-01-12T00:46:31.911Z] ---> 238ba93f3890 [2021-01-12T00:46:31.911Z] Step 6/22 : COPY go.mod . [2021-01-12T00:46:32.192Z] ---> 73b9c443a614 [2021-01-12T00:46:32.192Z] Step 7/24 : RUN go mod download [2021-01-12T00:46:32.475Z] ---> Running in 0f3471fceeae [2021-01-12T00:46:32.475Z] Removing intermediate container bb660ea94d8b [2021-01-12T00:46:32.475Z] ---> 60385a7413d1 [2021-01-12T00:46:32.475Z] Step 6/21 : COPY go.mod . [2021-01-12T00:46:33.076Z] ---> 8f12ee18082b [2021-01-12T00:46:33.076Z] Step 7/24 : RUN go mod download [2021-01-12T00:46:33.076Z] ---> Running in 0d96b1c305ff [2021-01-12T00:46:33.367Z] ---> 3ee71aab0d20 [2021-01-12T00:46:33.367Z] Step 7/22 : RUN go mod download [2021-01-12T00:46:33.648Z] ---> Running in a23682a537f2 [2021-01-12T00:46:33.648Z] ---> 6d02a99d704b [2021-01-12T00:46:33.648Z] Step 7/21 : RUN go mod download [2021-01-12T00:46:33.921Z] ---> Running in e789a9610c96 [2021-01-12T00:46:35.926Z] Removing intermediate container c96472ae2f14 [2021-01-12T00:46:35.926Z] ---> 2024c79ec7a8 [2021-01-12T00:46:35.926Z] Step 8/23 : COPY . . [2021-01-12T00:46:36.918Z] Removing intermediate container 0f3471fceeae [2021-01-12T00:46:36.918Z] ---> cfced546b2e0 [2021-01-12T00:46:36.918Z] Step 8/24 : COPY . . [2021-01-12T00:46:37.915Z] Removing intermediate container 0d96b1c305ff [2021-01-12T00:46:37.915Z] ---> ef0ba412c5f0 [2021-01-12T00:46:37.915Z] Step 8/24 : COPY . . [2021-01-12T00:46:39.893Z] Removing intermediate container a23682a537f2 [2021-01-12T00:46:39.893Z] ---> e27b422aedba [2021-01-12T00:46:39.893Z] Step 8/22 : COPY . . [2021-01-12T00:46:40.169Z] Removing intermediate container e789a9610c96 [2021-01-12T00:46:40.169Z] ---> 3138150f3f2e [2021-01-12T00:46:40.169Z] Step 8/21 : COPY . . [2021-01-12T00:47:06.984Z] ---> 26ca14ebbbd4 [2021-01-12T00:47:06.984Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-12T00:47:06.984Z] ---> 2673194e5523 [2021-01-12T00:47:06.984Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2021-01-12T00:47:06.984Z] ---> c6e1c29d746c [2021-01-12T00:47:06.984Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-12T00:47:06.984Z] ---> 11616db52659 [2021-01-12T00:47:06.984Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-01-12T00:47:06.984Z] ---> 340c8ec19497 [2021-01-12T00:47:06.984Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2021-01-12T00:47:06.984Z] ---> Running in 3ab8aa88fd87 [2021-01-12T00:47:06.984Z] ---> Running in 1935f4714023 [2021-01-12T00:47:06.984Z] ---> Running in eb074038cbe1 [2021-01-12T00:47:06.984Z] ---> Running in 721a619b70e4 [2021-01-12T00:47:06.984Z] ---> Running in b438e0e1fff3 [2021-01-12T00:47:06.984Z] 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-12T00:47:06.984Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-01-12T00:47:06.984Z] 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-12T00:47:06.984Z] 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-12T00:47:06.984Z] 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-12T00:48:44.469Z] 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-12T00:48:52.825Z] Removing intermediate container 721a619b70e4 [2021-01-12T00:48:52.825Z] ---> c52e15f83e76 [2021-01-12T00:48:52.825Z] [2021-01-12T00:48:52.825Z] Step 10/22 : FROM alpine:3.12 [2021-01-12T00:48:52.825Z] 3.12: Pulling from library/alpine [2021-01-12T00:48:52.825Z] Removing intermediate container 3ab8aa88fd87 [2021-01-12T00:48:52.825Z] ---> e58117fdde62 [2021-01-12T00:48:52.825Z] [2021-01-12T00:48:52.825Z] Step 10/24 : FROM alpine:3.12 [2021-01-12T00:48:52.825Z] 3.12: Pulling from library/alpine [2021-01-12T00:48:54.271Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-12T00:48:54.272Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-12T00:48:54.272Z] Status: Downloaded newer image for alpine:3.12 [2021-01-12T00:48:54.272Z] ---> afeebe901d6b [2021-01-12T00:48:54.272Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curlStatus: Image is up to date for alpine:3.12 [2021-01-12T00:48:54.272Z] [2021-01-12T00:48:54.272Z] ---> afeebe901d6b [2021-01-12T00:48:54.272Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-12T00:48:55.271Z] ---> Running in 0fa314c6b70e [2021-01-12T00:48:55.271Z] ---> Running in 8ff5ee324d40 [2021-01-12T00:48:58.703Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-12T00:48:58.703Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-12T00:48:58.703Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-12T00:48:58.986Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-12T00:48:59.594Z] Removing intermediate container eb074038cbe1 [2021-01-12T00:48:59.594Z] ---> 546ac4842e70 [2021-01-12T00:48:59.594Z] [2021-01-12T00:48:59.594Z] Step 10/24 : FROM scratch [2021-01-12T00:48:59.594Z] ---> [2021-01-12T00:48:59.594Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2021-01-12T00:48:59.594Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-12T00:48:59.594Z] Removing intermediate container b438e0e1fff3 [2021-01-12T00:48:59.594Z] ---> 0a901d5bce32 [2021-01-12T00:48:59.594Z] [2021-01-12T00:48:59.594Z] Step 10/21 : FROM scratch [2021-01-12T00:48:59.594Z] ---> [2021-01-12T00:48:59.594Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-12T00:48:59.594Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-12T00:48:59.594Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-12T00:48:59.594Z] (4/5) Installing curl (7.69.1-r3) [2021-01-12T00:48:59.870Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-12T00:48:59.870Z] Executing busybox-1.31.1-r19.trigger [2021-01-12T00:48:59.870Z] Executing ca-certificates-20191127-r4.trigger [2021-01-12T00:48:59.870Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-12T00:49:00.149Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-12T00:49:00.149Z] OK: 7 MiB in 19 packages [2021-01-12T00:49:00.149Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-12T00:49:00.149Z] (4/5) Installing curl (7.69.1-r3) [2021-01-12T00:49:00.149Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-12T00:49:00.149Z] Executing busybox-1.31.1-r19.trigger [2021-01-12T00:49:00.149Z] Executing ca-certificates-20191127-r4.trigger [2021-01-12T00:49:00.427Z] OK: 7 MiB in 19 packages [2021-01-12T00:49:00.427Z] ---> Running in b5bf7088ee41 [2021-01-12T00:49:00.427Z] ---> Running in 373b1bfee23e [2021-01-12T00:49:01.884Z] Removing intermediate container 373b1bfee23e [2021-01-12T00:49:01.884Z] ---> d4bfd310597c [2021-01-12T00:49:01.884Z] Step 12/21 : ENV APP_PORT=48085 [2021-01-12T00:49:01.884Z] Removing intermediate container b5bf7088ee41 [2021-01-12T00:49:01.884Z] ---> 61a3496c6a00 [2021-01-12T00:49:01.884Z] Step 12/24 : ENV APP_PORT=48060 [2021-01-12T00:49:02.487Z] ---> Running in f1e6b83a9d10 [2021-01-12T00:49:02.487Z] ---> Running in 4c9496a067da [2021-01-12T00:49:03.089Z] Removing intermediate container 8ff5ee324d40 [2021-01-12T00:49:03.089Z] ---> b14ed07107a9 [2021-01-12T00:49:03.433Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-12T00:49:03.433Z] Removing intermediate container 4c9496a067da [2021-01-12T00:49:03.433Z] ---> 7efb8173ebfa [2021-01-12T00:49:03.433Z] Step 13/24 : EXPOSE $APP_PORT [2021-01-12T00:49:03.433Z] Removing intermediate container f1e6b83a9d10 [2021-01-12T00:49:03.433Z] ---> 13b3449ea2eb [2021-01-12T00:49:03.433Z] Step 13/21 : EXPOSE $APP_PORT [2021-01-12T00:49:03.433Z] Removing intermediate container 0fa314c6b70e [2021-01-12T00:49:03.433Z] ---> 1ed7b54ec0be [2021-01-12T00:49:03.433Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2021-01-12T00:49:03.886Z] ---> Running in 481601dbe7b6 [2021-01-12T00:49:03.886Z] ---> Running in 13f9ce9a9368 [2021-01-12T00:49:03.886Z] ---> Running in 8ff33c65ebc6 [2021-01-12T00:49:03.886Z] ---> Running in de22e3a39969 [2021-01-12T00:49:04.980Z] Removing intermediate container 8ff33c65ebc6 [2021-01-12T00:49:04.980Z] ---> 160c4f88f77d [2021-01-12T00:49:04.980Z] Step 14/21 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-12T00:49:04.980Z] Removing intermediate container 13f9ce9a9368 [2021-01-12T00:49:04.980Z] ---> e5796ed6c8c5 [2021-01-12T00:49:04.980Z] Step 13/24 : WORKDIR /Removing intermediate container 481601dbe7b6 [2021-01-12T00:49:04.980Z] ---> c0a53f77a7f7 [2021-01-12T00:49:04.980Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2021-01-12T00:49:04.980Z] [2021-01-12T00:49:04.980Z] ---> Running in 2ab53a036b7f [2021-01-12T00:49:04.980Z] Removing intermediate container de22e3a39969 [2021-01-12T00:49:04.980Z] ---> 92c68fccc12e [2021-01-12T00:49:04.980Z] Step 13/22 : WORKDIR / [2021-01-12T00:49:05.326Z] ---> Running in 494fd0fd100c [2021-01-12T00:49:06.339Z] Removing intermediate container 2ab53a036b7f [2021-01-12T00:49:06.339Z] ---> c0aac4d1e967 [2021-01-12T00:49:06.339Z] 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-12T00:49:06.339Z] ---> fda34da398b0 [2021-01-12T00:49:06.339Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-12T00:49:06.339Z] Removing intermediate container 494fd0fd100c [2021-01-12T00:49:06.339Z] ---> 73a80a783c90 [2021-01-12T00:49:06.613Z] Step 14/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-12T00:49:06.613Z] ---> 34b1067bf32f [2021-01-12T00:49:06.613Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2021-01-12T00:49:07.591Z] ---> ce639c743e87 [2021-01-12T00:49:07.591Z] 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-12T00:49:08.207Z] ---> c7dcdb7ca3c1 [2021-01-12T00:49:08.207Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2021-01-12T00:49:08.207Z] ---> a828ed4e3e02 [2021-01-12T00:49:08.207Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-12T00:49:08.484Z] ---> 2142a5464fe6 [2021-01-12T00:49:08.484Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2021-01-12T00:49:09.092Z] ---> 33919f47db0f [2021-01-12T00:49:09.092Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-12T00:49:10.096Z] ---> f26dafcdf8bf [2021-01-12T00:49:10.097Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2021-01-12T00:49:10.742Z] ---> ef61313f4d79 [2021-01-12T00:49:10.742Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2021-01-12T00:49:10.742Z] ---> 00c11408d4de [2021-01-12T00:49:10.742Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-12T00:49:10.742Z] ---> Running in 338e18609552 [2021-01-12T00:49:11.021Z] ---> 0e7f36f8a888 [2021-01-12T00:49:11.021Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-12T00:49:12.481Z] Removing intermediate container 338e18609552 [2021-01-12T00:49:12.481Z] ---> effc991152df [2021-01-12T00:49:12.481Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-12T00:49:12.481Z] ---> 6b215df5e68e [2021-01-12T00:49:12.481Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2021-01-12T00:49:12.760Z] ---> 13bf8aee03dd [2021-01-12T00:49:12.760Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-12T00:49:12.760Z] ---> Running in a69d57a1babe [2021-01-12T00:49:13.050Z] ---> 2366fc446f63 [2021-01-12T00:49:13.050Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-12T00:49:13.655Z] Removing intermediate container a69d57a1babe [2021-01-12T00:49:13.655Z] ---> 7e6458c34505 [2021-01-12T00:49:13.655Z] Step 19/21 : LABEL arch=arm64 [2021-01-12T00:49:14.258Z] ---> Running in 98aca2009bd5 [2021-01-12T00:49:14.258Z] ---> e8b8ee27e288 [2021-01-12T00:49:14.258Z] Step 18/22 : RUN chmod +x entrypoint.sh [2021-01-12T00:49:14.858Z] ---> Running in 2bb912be2905 [2021-01-12T00:49:15.138Z] ---> 1c8f35a0dda0 [2021-01-12T00:49:15.138Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-12T00:49:15.138Z] Removing intermediate container 98aca2009bd5 [2021-01-12T00:49:15.138Z] ---> 0ba9412a6aa1 [2021-01-12T00:49:15.138Z] Step 20/21 : LABEL git_sha=88c774f5ef87baacffc33e0aeaf896ceb091dbde [2021-01-12T00:49:15.138Z] ---> d4c9a199b909 [2021-01-12T00:49:15.138Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-12T00:49:15.421Z] ---> Running in c95b4445dd69 [2021-01-12T00:49:16.412Z] Removing intermediate container c95b4445dd69 [2021-01-12T00:49:16.412Z] ---> 948c38689e5a [2021-01-12T00:49:16.412Z] Step 21/21 : LABEL version=0.0.0 [2021-01-12T00:49:16.412Z] ---> c148165acd86 [2021-01-12T00:49:16.412Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2021-01-12T00:49:16.693Z] ---> 4ea018a06d16 [2021-01-12T00:49:16.693Z] 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-12T00:49:16.693Z] ---> Running in 200e0978f43c [2021-01-12T00:49:16.693Z] ---> Running in 586c080d6339 [2021-01-12T00:49:16.973Z] ---> Running in 0949a40a3808 [2021-01-12T00:49:17.579Z] Removing intermediate container 200e0978f43c [2021-01-12T00:49:17.579Z] ---> 2cc00f98675e [2021-01-12T00:49:17.579Z] [2021-01-12T00:49:17.579Z] Removing intermediate container 586c080d6339 [2021-01-12T00:49:17.579Z] ---> 370e83588123 [2021-01-12T00:49:17.579Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-12T00:49:17.854Z] ---> Running in 5bbb6f7b174c [2021-01-12T00:49:18.134Z] Successfully built 2cc00f98675e [2021-01-12T00:49:18.443Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-01-12T00:49:18.443Z] Building docker-sys-mgmt-agent-go [2021-01-12T00:49:18.718Z]  Building docker-support-scheduler-go ... done Removing intermediate container 5bbb6f7b174c [2021-01-12T00:49:18.718Z] ---> b185a986369c [2021-01-12T00:49:18.718Z] Step 22/24 : LABEL arch=arm64 [2021-01-12T00:49:19.003Z] Removing intermediate container 2bb912be2905 [2021-01-12T00:49:19.003Z] ---> d85f170bd78a [2021-01-12T00:49:19.003Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-12T00:49:19.003Z] ---> Running in ac383d12b526 [2021-01-12T00:49:19.280Z] ---> Running in 7915b0c923a1 [2021-01-12T00:49:20.263Z] Removing intermediate container ac383d12b526 [2021-01-12T00:49:20.263Z] ---> 608ce41abf31 [2021-01-12T00:49:20.263Z] Step 23/24 : LABEL git_sha=88c774f5ef87baacffc33e0aeaf896ceb091dbde [2021-01-12T00:49:22.266Z] Removing intermediate container 7915b0c923a1 [2021-01-12T00:49:22.266Z] ---> 5a7a601c97f6 [2021-01-12T00:49:22.266Z] Step 20/22 : LABEL arch=arm64 [2021-01-12T00:49:22.266Z] Removing intermediate container 0949a40a3808 [2021-01-12T00:49:22.266Z] ---> 83b7f390a022 [2021-01-12T00:49:22.266Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-12T00:49:22.266Z] ---> Running in 5942a6504023 [2021-01-12T00:49:22.548Z] ---> Running in 6ab64b7abaf6 [2021-01-12T00:49:22.548Z] ---> Running in 7b00a199bc5c [2021-01-12T00:49:22.831Z] Removing intermediate container 1935f4714023 [2021-01-12T00:49:22.831Z] ---> 49c01af5c338 [2021-01-12T00:49:22.831Z] [2021-01-12T00:49:22.831Z] Step 10/23 : FROM alpine:3.12 [2021-01-12T00:49:22.831Z] ---> afeebe901d6b [2021-01-12T00:49:23.108Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-12T00:49:23.379Z] Removing intermediate container 5942a6504023 [2021-01-12T00:49:23.379Z] ---> c4f7f8fa45e1 [2021-01-12T00:49:23.379Z] Step 24/24 : LABEL version=0.0.0 [2021-01-12T00:49:23.653Z] ---> Running in 1061f493cbfd [2021-01-12T00:49:24.629Z] Removing intermediate container 7b00a199bc5c [2021-01-12T00:49:24.629Z] ---> f29f7c738c0f [2021-01-12T00:49:24.629Z] Step 22/24 : LABEL arch=arm64 [2021-01-12T00:49:24.629Z] ---> Running in 685a41cee6db [2021-01-12T00:49:24.629Z] Removing intermediate container 6ab64b7abaf6 [2021-01-12T00:49:24.629Z] ---> 8a8ae904757d [2021-01-12T00:49:24.629Z] Step 21/22 : LABEL git_sha=88c774f5ef87baacffc33e0aeaf896ceb091dbde [2021-01-12T00:49:24.908Z] ---> Running in a417d216e400 [2021-01-12T00:49:24.908Z] ---> Running in d23c7de6d7d4 [2021-01-12T00:49:24.908Z] Removing intermediate container 1061f493cbfd [2021-01-12T00:49:24.908Z] ---> e04393d27cd9 [2021-01-12T00:49:24.908Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-12T00:49:25.182Z] Removing intermediate container 685a41cee6db [2021-01-12T00:49:25.182Z] ---> d1a898ed2538 [2021-01-12T00:49:25.182Z] [2021-01-12T00:49:25.182Z] ---> Running in 6b4859997af7 [2021-01-12T00:49:25.459Z] Removing intermediate container a417d216e400 [2021-01-12T00:49:25.459Z] ---> 35bce8220548 [2021-01-12T00:49:25.459Z] Step 23/24 : LABEL git_sha=88c774f5ef87baacffc33e0aeaf896ceb091dbde [2021-01-12T00:49:25.733Z] Removing intermediate container d23c7de6d7d4 [2021-01-12T00:49:25.733Z] ---> f4cab1a082b8 [2021-01-12T00:49:25.733Z] Step 22/22 : LABEL version=0.0.0 [2021-01-12T00:49:25.733Z] Successfully built d1a898ed2538 [2021-01-12T00:49:25.733Z] ---> Running in ad915ae0471b [2021-01-12T00:49:25.733Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-01-12T00:49:25.733Z]  Building docker-support-notifications-go ... done Building docker-security-proxy-setup-go [2021-01-12T00:49:26.011Z] ---> Running in b2f333537347 [2021-01-12T00:49:26.011Z] Removing intermediate container 6b4859997af7 [2021-01-12T00:49:26.011Z] ---> 98c3d639bc39 [2021-01-12T00:49:26.011Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-12T00:49:26.288Z] ---> Running in d0dbd9b7184d [2021-01-12T00:49:26.567Z] Removing intermediate container ad915ae0471b [2021-01-12T00:49:26.567Z] ---> db7f6f505a14 [2021-01-12T00:49:26.567Z] Step 24/24 : LABEL version=0.0.0 [2021-01-12T00:49:26.567Z] Removing intermediate container b2f333537347 [2021-01-12T00:49:26.567Z] ---> 7ace9f328571 [2021-01-12T00:49:26.567Z] [2021-01-12T00:49:26.844Z] ---> Running in b21f0637657a [2021-01-12T00:49:26.844Z] Removing intermediate container d0dbd9b7184d [2021-01-12T00:49:26.845Z] ---> 6396f45e3bb3 [2021-01-12T00:49:26.845Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-12T00:49:27.121Z] Successfully built 7ace9f328571 [2021-01-12T00:49:27.121Z] Successfully tagged docker-security-bootstrap-redis-go-arm64:latest [2021-01-12T00:49:27.121Z] Building docker-core-metadata-go [2021-01-12T00:49:27.394Z]  Building docker-security-bootstrap-redis-go ... done  ---> Running in beb18476ee25 [2021-01-12T00:49:27.670Z] Removing intermediate container b21f0637657a [2021-01-12T00:49:27.670Z] ---> bdc5eaaca585 [2021-01-12T00:49:27.670Z] [2021-01-12T00:49:28.279Z] Successfully built bdc5eaaca585 [2021-01-12T00:49:28.279Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-01-12T00:49:28.279Z] Building docker-core-command-go [2021-01-12T00:49:30.907Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container beb18476ee25 [2021-01-12T00:49:30.907Z] ---> 956dc95d9d5b [2021-01-12T00:49:30.907Z] Step 15/23 : RUN apk add --update --no-cache zeromq [2021-01-12T00:49:30.907Z] ---> Running in de71915c3107 [2021-01-12T00:49:32.340Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-12T00:49:32.937Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-12T00:49:33.923Z] (1/5) Installing libgcc (9.3.0-r2) [2021-01-12T00:49:33.923Z] (2/5) Installing libsodium (1.0.18-r0) [2021-01-12T00:49:33.923Z] (3/5) Installing libstdc++ (9.3.0-r2) [2021-01-12T00:49:34.203Z] (4/5) Installing libzmq (4.3.3-r0) [2021-01-12T00:49:34.479Z] (5/5) Installing zeromq (4.3.3-r0) [2021-01-12T00:49:34.479Z] Executing busybox-1.31.1-r19.trigger [2021-01-12T00:49:34.479Z] OK: 8 MiB in 19 packages [2021-01-12T00:49:35.704Z] Running on prd-ubuntu18.04-docker-8c-8g-19678 in /w/workspace/edgexfoundry_edgex-go_PR-2924 [Pipeline] { [Pipeline] ws [2021-01-12T00:49:35.763Z] Running in /w/workspace/edgex-go/20 [Pipeline] { [Pipeline] checkout [2021-01-12T00:49:37.867Z] using credential edgex-jenkins-ssh [2021-01-12T00:49:37.922Z] Cloning the remote Git repository [2021-01-12T00:49:37.944Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-01-12T00:49:38.009Z] > git init /w/workspace/edgex-go/20 # timeout=10 [2021-01-12T00:49:38.041Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-12T00:49:38.041Z] > git --version # timeout=10 [2021-01-12T00:49:38.047Z] > git --version # 'git version 2.17.1' [2021-01-12T00:49:38.048Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-12T00:49:38.070Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-12T00:49:39.910Z] Removing intermediate container de71915c3107 [2021-01-12T00:49:39.910Z] ---> 0368cb36e476 [2021-01-12T00:49:39.910Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-12T00:49:40.502Z] ---> b69e2c049845 [2021-01-12T00:49:40.502Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-12T00:49:42.461Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-12T00:49:42.466Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-12T00:49:42.479Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-12T00:49:42.491Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-12T00:49:42.491Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-12T00:49:42.494Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2924/head:refs/remotes/origin/PR-2924 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-12T00:49:43.096Z] Merging remotes/origin/master commit c7191a90c07787dda31e3868df4c5f33b5de22f9 into PR head commit 59bc2ed946616d982be073a2be53f8ce9b7f1f6c [2021-01-12T00:49:43.124Z] ---> ebfc6f724b54 [2021-01-12T00:49:43.124Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-12T00:49:43.271Z] Merge succeeded, producing dfefb2b1fb58023233c2cbcacc0bac440be42505 [2021-01-12T00:49:43.272Z] Checking out Revision dfefb2b1fb58023233c2cbcacc0bac440be42505 (PR-2924) [2021-01-12T00:49:44.109Z] ---> 57942e136148 [2021-01-12T00:49:44.109Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-12T00:49:43.106Z] > git config core.sparsecheckout # timeout=10 [2021-01-12T00:49:43.111Z] > git checkout -f 59bc2ed946616d982be073a2be53f8ce9b7f1f6c # timeout=10 [2021-01-12T00:49:43.185Z] > git remote # timeout=10 [2021-01-12T00:49:43.192Z] > git config --get remote.origin.url # timeout=10 [2021-01-12T00:49:43.197Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-12T00:49:43.200Z] > git merge c7191a90c07787dda31e3868df4c5f33b5de22f9 # timeout=10 [2021-01-12T00:49:43.265Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-12T00:49:43.274Z] > git config core.sparsecheckout # timeout=10 [2021-01-12T00:49:43.278Z] > git checkout -f dfefb2b1fb58023233c2cbcacc0bac440be42505 # timeout=10 [2021-01-12T00:49:44.722Z] ---> Running in 4bd54ef3ef49 [2021-01-12T00:49:45.703Z] Removing intermediate container 4bd54ef3ef49 [2021-01-12T00:49:45.703Z] ---> 1b094cce1647 [2021-01-12T00:49:45.703Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-12T00:49:46.303Z] ---> Running in ca729e14a3c8 [2021-01-12T00:49:46.897Z] Removing intermediate container ca729e14a3c8 [2021-01-12T00:49:46.897Z] ---> 05499b43c25a [2021-01-12T00:49:46.897Z] Step 21/23 : LABEL arch=arm64 [2021-01-12T00:49:46.909Z] Commit message: "Merge commit 'c7191a90c07787dda31e3868df4c5f33b5de22f9' into HEAD" [2021-01-12T00:49:46.917Z] First time build. Skipping changelog. [2021-01-12T00:49:47.175Z] ---> Running in 6f079460d552 [2021-01-12T00:49:46.912Z] > git rev-list --no-walk 7bf8c5ae6410052ec21eabf579ae336e2e2e99ca # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-12T00:49:47.774Z] Removing intermediate container 6f079460d552 [2021-01-12T00:49:47.774Z] ---> 64b4e0cf0c8d [2021-01-12T00:49:47.774Z] Step 22/23 : LABEL git_sha=88c774f5ef87baacffc33e0aeaf896ceb091dbde [2021-01-12T00:49:48.058Z] ---> Running in 20d4313c6042 [2021-01-12T00:49:48.184Z] + echo snap-build.sh [2021-01-12T00:49:48.184Z] snap-build.sh [2021-01-12T00:49:48.184Z] + SNAP_BASE_DIR=. [2021-01-12T00:49:48.184Z] + '[' '!' -z /w/workspace/edgex-go/20 ']' [2021-01-12T00:49:48.184Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/20 [2021-01-12T00:49:48.184Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/20]' [2021-01-12T00:49:48.184Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/20] [2021-01-12T00:49:48.184Z] + cd /w/workspace/edgex-go/20 [2021-01-12T00:49:48.184Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-01-12T00:49:48.184Z] Reading package lists... [2021-01-12T00:49:48.184Z] Building dependency tree... [2021-01-12T00:49:48.184Z] Reading state information... [2021-01-12T00:49:48.447Z] The following packages were automatically installed and are no longer required: [2021-01-12T00:49:48.447Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-01-12T00:49:48.447Z] uidmap xdelta3 [2021-01-12T00:49:48.447Z] Use 'sudo apt autoremove' to remove them. [2021-01-12T00:49:48.447Z] The following packages will be REMOVED: [2021-01-12T00:49:48.447Z] lxd* lxd-client* [2021-01-12T00:49:48.671Z] Removing intermediate container 20d4313c6042 [2021-01-12T00:49:48.671Z] ---> aa8eaee7392d [2021-01-12T00:49:48.671Z] Step 23/23 : LABEL version=0.0.0 [2021-01-12T00:49:48.671Z] ---> Running in 0a52513b00d3 [2021-01-12T00:49:48.719Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-01-12T00:49:48.719Z] After this operation, 31.7 MB disk space will be freed. [2021-01-12T00:49:49.266Z] Removing intermediate container 0a52513b00d3 [2021-01-12T00:49:49.266Z] ---> f9b7372df1fa [2021-01-12T00:49:49.266Z] [2021-01-12T00:49:49.537Z] Successfully built f9b7372df1fa [2021-01-12T00:49:49.537Z] Successfully tagged docker-core-data-go-arm64:latest [2021-01-12T00:49:49.768Z] (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-12T00:49:49.768Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-01-12T00:49:50.708Z] Removing lxd dnsmasq configuration [2021-01-12T00:49:50.708Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-01-12T00:49:50.968Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-01-12T00:49:51.912Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-01-12T00:49:51.912Z] (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-12T00:49:51.912Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-01-12T00:49:53.298Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-01-12T00:49:53.298Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-01-12T00:49:54.241Z] + sudo snap remove --purge lxd [2021-01-12T00:49:54.501Z] snap "lxd" is not installed [2021-01-12T00:49:54.501Z] + sudo groupadd --force --system lxd [2021-01-12T00:49:54.501Z] ++ whoami [2021-01-12T00:49:54.501Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-01-12T00:49:54.501Z] + newgrp - lxd [2021-01-12T00:49:54.770Z] + sudo snap install lxd [2021-01-12T00:50:01.936Z]  Building docker-core-data-go ... done Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-12T00:50:01.936Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-12T00:50:01.936Z] ---> a2a900cea009 [2021-01-12T00:50:01.936Z] Step 3/26 : WORKDIR /edgex-go [2021-01-12T00:50:01.936Z] ---> Using cache [2021-01-12T00:50:01.936Z] ---> 04299351aa07 [2021-01-12T00:50:01.936Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-12T00:50:01.936Z] ---> Using cache [2021-01-12T00:50:01.936Z] ---> dc44c2405974 [2021-01-12T00:50:01.936Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-01-12T00:50:02.963Z] 2021-01-12T00:49:59Z INFO Waiting for automatic snapd restart... [2021-01-12T00:50:05.352Z] ---> Running in abbcfc90625c [2021-01-12T00:50:06.334Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-12T00:50:06.941Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-12T00:50:07.545Z] OK: 217 MiB in 51 packages [2021-01-12T00:50:10.960Z] Removing intermediate container abbcfc90625c [2021-01-12T00:50:10.960Z] ---> eb022081d1c3 [2021-01-12T00:50:10.960Z] Step 6/26 : COPY go.mod . [2021-01-12T00:50:12.421Z] ---> f8370674192a [2021-01-12T00:50:12.421Z] Step 7/26 : RUN go mod download [2021-01-12T00:50:13.034Z] ---> Running in 0385c601b968 [2021-01-12T00:50:15.281Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-12T00:50:15.281Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-12T00:50:15.281Z] ---> a2a900cea009 [2021-01-12T00:50:15.281Z] Step 3/21 : WORKDIR /edgex-go [2021-01-12T00:50:15.281Z] ---> Using cache [2021-01-12T00:50:15.281Z] ---> 04299351aa07 [2021-01-12T00:50:15.281Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-12T00:50:15.281Z] ---> Using cache [2021-01-12T00:50:15.281Z] ---> dc44c2405974 [2021-01-12T00:50:15.281Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-12T00:50:15.281Z] ---> Using cache [2021-01-12T00:50:15.281Z] ---> ed7f9d0d4f06 [2021-01-12T00:50:15.281Z] Step 6/21 : COPY go.mod . [2021-01-12T00:50:15.281Z] ---> Using cache [2021-01-12T00:50:15.281Z] ---> 8f12ee18082b [2021-01-12T00:50:15.281Z] Step 7/21 : RUN go mod download [2021-01-12T00:50:15.281Z] ---> Using cache [2021-01-12T00:50:15.281Z] ---> ef0ba412c5f0 [2021-01-12T00:50:15.281Z] Step 8/21 : COPY . . [2021-01-12T00:50:15.556Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-12T00:50:15.556Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-12T00:50:15.556Z] ---> a2a900cea009 [2021-01-12T00:50:15.556Z] Step 3/22 : WORKDIR /edgex-go [2021-01-12T00:50:15.556Z] ---> Using cache [2021-01-12T00:50:15.556Z] ---> 04299351aa07 [2021-01-12T00:50:15.556Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-12T00:50:15.556Z] ---> Using cache [2021-01-12T00:50:15.556Z] ---> dc44c2405974 [2021-01-12T00:50:15.556Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-12T00:50:15.556Z] ---> Using cache [2021-01-12T00:50:15.556Z] ---> ed7f9d0d4f06 [2021-01-12T00:50:15.556Z] Step 6/22 : COPY go.mod . [2021-01-12T00:50:15.556Z] ---> Using cache [2021-01-12T00:50:15.556Z] ---> 8f12ee18082b [2021-01-12T00:50:15.556Z] Step 7/22 : RUN go mod download [2021-01-12T00:50:15.556Z] ---> Using cache [2021-01-12T00:50:15.556Z] ---> ef0ba412c5f0 [2021-01-12T00:50:15.556Z] Step 8/22 : COPY . . [2021-01-12T00:50:15.833Z] ---> Using cache [2021-01-12T00:50:15.833Z] ---> c6e1c29d746c [2021-01-12T00:50:15.833Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-12T00:50:15.833Z] ---> Using cache [2021-01-12T00:50:15.833Z] ---> c6e1c29d746c [2021-01-12T00:50:15.833Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2021-01-12T00:50:16.156Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-12T00:50:16.156Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-12T00:50:16.156Z] ---> a2a900cea009 [2021-01-12T00:50:16.156Z] Step 3/22 : WORKDIR /edgex-go [2021-01-12T00:50:16.156Z] ---> Using cache [2021-01-12T00:50:16.156Z] ---> 04299351aa07 [2021-01-12T00:50:16.156Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-12T00:50:16.156Z] ---> Using cache [2021-01-12T00:50:16.156Z] ---> dc44c2405974 [2021-01-12T00:50:16.156Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-12T00:50:16.156Z] ---> Using cache [2021-01-12T00:50:16.156Z] ---> ed7f9d0d4f06 [2021-01-12T00:50:16.156Z] Step 6/22 : COPY go.mod . [2021-01-12T00:50:16.156Z] ---> Using cache [2021-01-12T00:50:16.156Z] ---> 8f12ee18082b [2021-01-12T00:50:16.156Z] Step 7/22 : RUN go mod download [2021-01-12T00:50:16.156Z] ---> Using cache [2021-01-12T00:50:16.156Z] ---> ef0ba412c5f0 [2021-01-12T00:50:16.156Z] Step 8/22 : COPY . . [2021-01-12T00:50:16.156Z] ---> Using cache [2021-01-12T00:50:16.156Z] ---> c6e1c29d746c [2021-01-12T00:50:16.156Z] Step 9/22 : RUN make cmd/core-command/core-command [2021-01-12T00:50:16.761Z] ---> Running in 6d58acea75ad [2021-01-12T00:50:16.761Z] ---> Running in c567c2d23f58 [2021-01-12T00:50:16.761Z] ---> Running in 00c98e52ca05 [2021-01-12T00:50:17.749Z] Removing intermediate container 0385c601b968 [2021-01-12T00:50:17.749Z] ---> 335c1e521c8d [2021-01-12T00:50:17.749Z] Step 8/26 : COPY . . [2021-01-12T00:50:18.745Z] 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-12T00:50:18.745Z] 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-12T00:50:19.019Z] 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-12T00:50:21.089Z] lxd 4.10 from Canonical* installed [2021-01-12T00:50:21.089Z] + sudo lxd init --auto [2021-01-12T00:50:27.682Z] + sudo snap install --classic snapcraft [2021-01-12T00:50:34.273Z] snapcraft 4.4.4 from Canonical* installed [2021-01-12T00:50:34.273Z] + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' [2021-01-12T00:50:34.273Z] + patch --verbose -p1 [2021-01-12T00:50:34.273Z] Hmm... Looks like a unified diff to me... [2021-01-12T00:50:34.273Z] The text leading up to this was: [2021-01-12T00:50:34.273Z] -------------------------- [2021-01-12T00:50:34.273Z] |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 [2021-01-12T00:50:34.273Z] |From: Tony Espy [2021-01-12T00:50:34.273Z] |Date: Wed, 16 Dec 2020 16:34:55 -0500 [2021-01-12T00:50:34.273Z] |Subject: [PATCH] optimize snap build for pipeline CI check [2021-01-12T00:50:34.273Z] | [2021-01-12T00:50:34.273Z] |This patch is used by the EdgeX CI pipeline builds to [2021-01-12T00:50:34.273Z] |optimize the snap CI check run for pull requests. When [2021-01-12T00:50:34.273Z] |applied, it essentially strips out everything (apps and [2021-01-12T00:50:34.273Z] |parts) from the snapcraft.yaml file except those required [2021-01-12T00:50:34.273Z] |to build edgex-go, as the whole idea of the CI check is to [2021-01-12T00:50:34.273Z] |catch changes to edgex-go that break the snap build. [2021-01-12T00:50:34.273Z] | [2021-01-12T00:50:34.273Z] |In general, anyone updating snapcraft.yaml will also need [2021-01-12T00:50:34.273Z] |to update this patch file, otherwise it may fail to apply, [2021-01-12T00:50:34.273Z] |resulting in a failed snap build CI check in the associated [2021-01-12T00:50:34.273Z] |pull request. [2021-01-12T00:50:34.273Z] | [2021-01-12T00:50:34.273Z] |Note - in addition to applying this patch, the pipeline also [2021-01-12T00:50:34.273Z] |only primes the snap (e.g. `snapcraft prime`), as there's no [2021-01-12T00:50:34.273Z] |need to build the finally binary .snap file (and it won't [2021-01-12T00:50:34.273Z] |work with the patch applied). This further reduces the build [2021-01-12T00:50:34.273Z] |time. [2021-01-12T00:50:34.273Z] |--- [2021-01-12T00:50:34.273Z] | snap/snapcraft.yaml | 461 +------------------------------------------- [2021-01-12T00:50:34.273Z] | 1 file changed, 2 insertions(+), 459 deletions(-) [2021-01-12T00:50:34.273Z] | [2021-01-12T00:50:34.273Z] |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml [2021-01-12T00:50:34.273Z] |index 1e537489..faf42425 100644 [2021-01-12T00:50:34.273Z] |--- a/snap/snapcraft.yaml [2021-01-12T00:50:34.273Z] |+++ b/snap/snapcraft.yaml [2021-01-12T00:50:34.273Z] -------------------------- [2021-01-12T00:50:34.273Z] patching file snap/snapcraft.yaml [2021-01-12T00:50:34.273Z] Using Plan A... [2021-01-12T00:50:34.273Z] Hunk #1 succeeded at 73. [2021-01-12T00:50:34.273Z] Hunk #2 succeeded at 202 with fuzz 1. [2021-01-12T00:50:34.273Z] Hunk #3 succeeded at 214. [2021-01-12T00:50:34.274Z] Hunk #4 succeeded at 222. [2021-01-12T00:50:34.274Z] Hunk #5 succeeded at 229. [2021-01-12T00:50:34.274Z] Hunk #6 succeeded at 256. [2021-01-12T00:50:34.274Z] Hunk #7 succeeded at 290. [2021-01-12T00:50:34.274Z] Hunk #8 succeeded at 342 (offset 1 line). [2021-01-12T00:50:34.274Z] Hmm... Ignoring the trailing garbage. [2021-01-12T00:50:34.274Z] done [2021-01-12T00:50:34.274Z] + sudo snapcraft prime --use-lxd [2021-01-12T00:50:35.660Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-01-12T00:50:35.660Z] 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-12T00:50:35.660Z] - README.md [2021-01-12T00:50:35.660Z] - snapcraft.yaml.orig [2021-01-12T00:50:35.660Z] [2021-01-12T00:50:35.660Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-01-12T00:50:36.229Z] Launching a container. [2021-01-12T00:50:41.328Z] ---> 1e46efffb390 [2021-01-12T00:50:41.328Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-12T00:50:41.328Z] ---> Running in 7d13c6fd0855 [2021-01-12T00:50:41.328Z] 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-12T00:50:48.477Z] Waiting for container to be ready [2021-01-12T00:50:48.477Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-01-12T00:50:48.477Z] [2021-01-12T00:50:50.407Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-01-12T00:50:50.979Z] Waiting for network to be ready... [2021-01-12T00:50:51.239Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-01-12T00:50:51.239Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-01-12T00:50:51.239Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1499 kB] [2021-01-12T00:50:51.498Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [290 kB] [2021-01-12T00:50:51.498Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [12.5 kB] [2021-01-12T00:50:51.498Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2644 B] [2021-01-12T00:50:51.498Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [214 kB] [2021-01-12T00:50:51.498Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [28.2 kB] [2021-01-12T00:50:51.498Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1097 kB] [2021-01-12T00:50:51.498Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [245 kB] [2021-01-12T00:50:51.758Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-01-12T00:50:51.758Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-01-12T00:50:52.018Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-01-12T00:50:52.296Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-01-12T00:50:52.296Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-01-12T00:50:52.297Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-01-12T00:50:52.297Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-01-12T00:50:52.297Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-01-12T00:50:52.868Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-01-12T00:50:53.128Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1835 kB] [2021-01-12T00:50:53.128Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [382 kB] [2021-01-12T00:50:53.128Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.7 kB] [2021-01-12T00:50:53.128Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6696 B] [2021-01-12T00:50:53.128Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [232 kB] [2021-01-12T00:50:53.128Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [31.2 kB] [2021-01-12T00:50:53.128Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1700 kB] [2021-01-12T00:50:53.388Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [358 kB] [2021-01-12T00:50:55.312Z] Fetched 23.7 MB in 4s (5738 kB/s) [2021-01-12T00:50:55.883Z] Reading package lists... [2021-01-12T00:50:56.145Z] Reading package lists... [2021-01-12T00:50:56.405Z] Building dependency tree... [2021-01-12T00:50:56.405Z] Reading state information... [2021-01-12T00:50:56.405Z] The following additional packages will be installed: [2021-01-12T00:50:56.405Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-01-12T00:50:56.405Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-01-12T00:50:56.405Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-01-12T00:50:56.405Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-01-12T00:50:56.405Z] Suggested packages: [2021-01-12T00:50:56.405Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-01-12T00:50:56.405Z] Recommended packages: [2021-01-12T00:50:56.405Z] gnupg libsasl2-modules [2021-01-12T00:50:56.405Z] The following NEW packages will be installed: [2021-01-12T00:50:56.405Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-01-12T00:50:56.405Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-01-12T00:50:56.405Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-01-12T00:50:56.405Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-01-12T00:50:56.405Z] The following packages will be upgraded: [2021-01-12T00:50:56.405Z] gpg gpg-agent gpgconf libudev1 [2021-01-12T00:50:56.666Z] 4 upgraded, 18 newly installed, 0 to remove and 102 not upgraded. [2021-01-12T00:50:56.666Z] Need to get 3532 kB of archives. [2021-01-12T00:50:56.666Z] After this operation, 13.3 MB of additional disk space will be used. [2021-01-12T00:50:56.666Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.43 [57.8 kB] [2021-01-12T00:50:56.666Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] [2021-01-12T00:50:56.926Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.43 [1102 kB] [2021-01-12T00:50:57.187Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] [2021-01-12T00:50:57.187Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] [2021-01-12T00:50:57.187Z] 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-12T00:50:57.187Z] 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-12T00:50:57.187Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] [2021-01-12T00:50:57.447Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-01-12T00:50:57.447Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-01-12T00:50:57.447Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-01-12T00:50:57.447Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-01-12T00:50:57.447Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-01-12T00:50:57.447Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-01-12T00:50:57.447Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-01-12T00:50:57.447Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-01-12T00:50:57.447Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-01-12T00:50:57.447Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-01-12T00:50:57.447Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-01-12T00:50:57.447Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-01-12T00:50:57.447Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] [2021-01-12T00:50:57.447Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] [2021-01-12T00:50:57.707Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-12T00:50:57.707Z] Fetched 3532 kB in 1s (3525 kB/s) [2021-01-12T00:50:57.707Z] (Reading database ... 12511 files and directories currently installed.) [2021-01-12T00:50:57.707Z] Preparing to unpack .../libudev1_237-3ubuntu10.43_amd64.deb ... [2021-01-12T00:50:57.707Z] Unpacking libudev1:amd64 (237-3ubuntu10.43) over (237-3ubuntu10) ... [2021-01-12T00:50:57.968Z] Setting up libudev1:amd64 (237-3ubuntu10.43) ... [2021-01-12T00:50:57.968Z] Selecting previously unselected package udev. [2021-01-12T00:50:57.968Z] (Reading database ... 12511 files and directories currently installed.) [2021-01-12T00:50:57.968Z] Preparing to unpack .../00-udev_237-3ubuntu10.43_amd64.deb ... [2021-01-12T00:50:57.968Z] Unpacking udev (237-3ubuntu10.43) ... [2021-01-12T00:50:58.229Z] Selecting previously unselected package libfuse2:amd64. [2021-01-12T00:50:58.229Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-01-12T00:50:58.229Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-01-12T00:50:58.489Z] Selecting previously unselected package fuse. [2021-01-12T00:50:58.489Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-01-12T00:50:58.489Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-01-12T00:50:58.489Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-12T00:50:58.489Z] Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-12T00:50:58.751Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-12T00:50:58.751Z] Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-12T00:50:58.751Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-12T00:50:58.751Z] Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-12T00:50:59.011Z] Selecting previously unselected package libksba8:amd64. [2021-01-12T00:50:59.011Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-01-12T00:50:59.011Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-01-12T00:50:59.011Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-01-12T00:50:59.011Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-12T00:50:59.011Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-12T00:50:59.274Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-01-12T00:50:59.274Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-12T00:50:59.274Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-12T00:50:59.274Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-01-12T00:50:59.274Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-12T00:50:59.274Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-12T00:50:59.274Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-01-12T00:50:59.274Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-12T00:50:59.534Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-12T00:50:59.534Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-01-12T00:50:59.534Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-12T00:50:59.534Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-12T00:50:59.535Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-01-12T00:50:59.535Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-12T00:50:59.535Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-12T00:50:59.795Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-01-12T00:50:59.796Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-12T00:50:59.796Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-12T00:50:59.796Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-01-12T00:50:59.796Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-12T00:50:59.796Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-12T00:50:59.796Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-01-12T00:50:59.796Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-12T00:50:59.796Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-12T00:51:00.057Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-01-12T00:51:00.057Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-01-12T00:51:00.057Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-12T00:51:00.057Z] Selecting previously unselected package libsasl2-2:amd64. [2021-01-12T00:51:00.057Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-01-12T00:51:00.057Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-12T00:51:00.325Z] Selecting previously unselected package libldap-common. [2021-01-12T00:51:00.325Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... [2021-01-12T00:51:00.325Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-12T00:51:00.325Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-01-12T00:51:00.325Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... [2021-01-12T00:51:00.325Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-12T00:51:00.325Z] Selecting previously unselected package dirmngr. [2021-01-12T00:51:00.325Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-12T00:51:00.590Z] Unpacking dirmngr (2.2.4-1ubuntu1.3) ... [2021-01-12T00:51:00.590Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-12T00:51:00.590Z] Setting up gpgconf (2.2.4-1ubuntu1.3) ... [2021-01-12T00:51:00.590Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-01-12T00:51:00.590Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-12T00:51:00.590Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-12T00:51:00.590Z] Setting up gpg-agent (2.2.4-1ubuntu1.3) ... [2021-01-12T00:51:00.849Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-12T00:51:00.849Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-01-12T00:51:00.849Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-12T00:51:00.849Z] Setting up udev (237-3ubuntu10.43) ... [2021-01-12T00:51:01.110Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-01-12T00:51:01.371Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-12T00:51:01.371Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-01-12T00:51:01.371Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-01-12T00:51:01.638Z] Setting up gpg (2.2.4-1ubuntu1.3) ... [2021-01-12T00:51:01.638Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-12T00:51:01.638Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-12T00:51:01.638Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-12T00:51:01.638Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-12T00:51:01.639Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-12T00:51:01.639Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-12T00:51:01.639Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-12T00:51:01.639Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-12T00:51:01.911Z] Setting up dirmngr (2.2.4-1ubuntu1.3) ... [2021-01-12T00:51:01.911Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-12T00:51:02.178Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-01-12T00:51:02.178Z] settings in the [Install] section, and DefaultInstance for template units). [2021-01-12T00:51:02.178Z] This means they are not meant to be enabled using systemctl. [2021-01-12T00:51:02.178Z] Possible reasons for having this kind of units are: [2021-01-12T00:51:02.178Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-01-12T00:51:02.178Z] .wants/ or .requires/ directory. [2021-01-12T00:51:02.178Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-01-12T00:51:02.178Z] a requirement dependency on it. [2021-01-12T00:51:02.178Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-01-12T00:51:02.178Z] D-Bus, udev, scripted systemctl call, ...). [2021-01-12T00:51:02.178Z] 4) In case of template units, the unit is meant to be enabled with some [2021-01-12T00:51:02.178Z] instance name specified. [2021-01-12T00:51:02.443Z] Reading package lists... [2021-01-12T00:51:02.706Z] Building dependency tree... [2021-01-12T00:51:02.706Z] Reading state information... [2021-01-12T00:51:02.706Z] The following additional packages will be installed: [2021-01-12T00:51:02.706Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-01-12T00:51:02.706Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-01-12T00:51:02.706Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-01-12T00:51:02.706Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-01-12T00:51:02.706Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-01-12T00:51:02.706Z] Suggested packages: [2021-01-12T00:51:02.706Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-01-12T00:51:02.706Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-01-12T00:51:02.706Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-01-12T00:51:02.706Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-01-12T00:51:02.706Z] systemd-container policykit-1 [2021-01-12T00:51:02.706Z] Recommended packages: [2021-01-12T00:51:02.706Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-01-12T00:51:02.706Z] The following NEW packages will be installed: [2021-01-12T00:51:02.706Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-01-12T00:51:02.706Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-01-12T00:51:02.706Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-01-12T00:51:02.706Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-01-12T00:51:02.706Z] python3.6-minimal snapd squashfs-tools sudo [2021-01-12T00:51:02.706Z] The following packages will be upgraded: [2021-01-12T00:51:02.706Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-01-12T00:51:02.978Z] 5 upgraded, 25 newly installed, 0 to remove and 97 not upgraded. [2021-01-12T00:51:02.978Z] Need to get 35.2 MB of archives. [2021-01-12T00:51:02.978Z] After this operation, 141 MB of additional disk space will be used. [2021-01-12T00:51:02.978Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] [2021-01-12T00:51:02.978Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] [2021-01-12T00:51:02.978Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.43 [2913 kB] [2021-01-12T00:51:02.978Z] 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-12T00:51:02.978Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [533 kB] [2021-01-12T00:51:02.978Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-01-12T00:51:02.978Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [1609 kB] [2021-01-12T00:51:02.978Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] [2021-01-12T00:51:03.240Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] [2021-01-12T00:51:03.240Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-01-12T00:51:03.240Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-01-12T00:51:03.240Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-01-12T00:51:03.240Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-01-12T00:51:03.240Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-01-12T00:51:03.240Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-01-12T00:51:03.240Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] [2021-01-12T00:51:03.240Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-01-12T00:51:03.817Z] Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.43 [208 kB] [2021-01-12T00:51:03.817Z] Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2021-01-12T00:51:03.817Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-01-12T00:51:03.817Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-01-12T00:51:03.817Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-01-12T00:51:03.817Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-01-12T00:51:03.817Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-01-12T00:51:03.817Z] Get:25 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-01-12T00:51:03.817Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 sudo amd64 1.8.21p2-3ubuntu1.3 [428 kB] [2021-01-12T00:51:03.817Z] Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-01-12T00:51:03.817Z] Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-01-12T00:51:03.817Z] Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] [2021-01-12T00:51:03.817Z] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] [2021-01-12T00:51:05.230Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-12T00:51:05.230Z] Fetched 35.2 MB in 2s (16.2 MB/s) [2021-01-12T00:51:05.230Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-12T00:51:05.230Z] Preparing to unpack .../systemd_237-3ubuntu10.43_amd64.deb ... [2021-01-12T00:51:05.230Z] Unpacking systemd (237-3ubuntu10.43) over (237-3ubuntu10) ... [2021-01-12T00:51:05.809Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.43_amd64.deb ... [2021-01-12T00:51:05.809Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.43) over (237-3ubuntu10) ... [2021-01-12T00:51:06.077Z] Setting up libsystemd0:amd64 (237-3ubuntu10.43) ... [2021-01-12T00:51:06.077Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-12T00:51:06.077Z] Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... [2021-01-12T00:51:06.077Z] Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... [2021-01-12T00:51:06.345Z] Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... [2021-01-12T00:51:06.345Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-12T00:51:06.345Z] Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... [2021-01-12T00:51:06.634Z] Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... [2021-01-12T00:51:06.898Z] Setting up apt (1.6.12ubuntu0.2) ... [2021-01-12T00:51:06.898Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-01-12T00:51:07.161Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-01-12T00:51:07.421Z] (Reading database ... 12764 files and directories currently installed.) [2021-01-12T00:51:07.421Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-01-12T00:51:07.421Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-01-12T00:51:07.421Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-01-12T00:51:07.421Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-12T00:51:07.683Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-12T00:51:07.683Z] Selecting previously unselected package libexpat1:amd64. [2021-01-12T00:51:07.683Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-01-12T00:51:07.683Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-01-12T00:51:07.943Z] Selecting previously unselected package python3.6-minimal. [2021-01-12T00:51:07.943Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-12T00:51:07.943Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-01-12T00:51:08.321Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... [2021-01-12T00:51:08.321Z] Checking for services that may need to be restarted...done. [2021-01-12T00:51:08.321Z] Checking for services that may need to be restarted...done. [2021-01-12T00:51:08.321Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-12T00:51:08.321Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-01-12T00:51:08.584Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-01-12T00:51:08.846Z] Selecting previously unselected package python3-minimal. [2021-01-12T00:51:08.846Z] (Reading database ... 13012 files and directories currently installed.) [2021-01-12T00:51:08.846Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-01-12T00:51:08.846Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-01-12T00:51:10.298Z] Selecting previously unselected package mime-support. [2021-01-12T00:51:10.298Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-01-12T00:51:10.298Z] Unpacking mime-support (3.60ubuntu1) ... [2021-01-12T00:51:10.298Z] Selecting previously unselected package libmpdec2:amd64. [2021-01-12T00:51:10.298Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-01-12T00:51:10.298Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-01-12T00:51:10.298Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-01-12T00:51:10.298Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-12T00:51:10.298Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-12T00:51:10.298Z] Selecting previously unselected package python3.6. [2021-01-12T00:51:10.298Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-12T00:51:10.298Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-12T00:51:10.298Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-01-12T00:51:10.298Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-01-12T00:51:10.298Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-01-12T00:51:10.298Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-01-12T00:51:10.298Z] Selecting previously unselected package python3. [2021-01-12T00:51:10.298Z] (Reading database ... 13442 files and directories currently installed.) [2021-01-12T00:51:10.298Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-01-12T00:51:10.298Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-01-12T00:51:10.298Z] Selecting previously unselected package multiarch-support. [2021-01-12T00:51:10.298Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-01-12T00:51:10.298Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-01-12T00:51:10.570Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-01-12T00:51:10.570Z] Selecting previously unselected package liblzo2-2:amd64. [2021-01-12T00:51:10.570Z] (Reading database ... 13479 files and directories currently installed.) [2021-01-12T00:51:10.570Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-01-12T00:51:10.570Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-01-12T00:51:10.570Z] Selecting previously unselected package libbsd0:amd64. [2021-01-12T00:51:10.570Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-01-12T00:51:10.570Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-01-12T00:51:10.840Z] Selecting previously unselected package sudo. [2021-01-12T00:51:10.840Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.3_amd64.deb ... [2021-01-12T00:51:10.840Z] Unpacking sudo (1.8.21p2-3ubuntu1.3) ... [2021-01-12T00:51:10.840Z] Selecting previously unselected package apparmor. [2021-01-12T00:51:10.840Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-01-12T00:51:10.840Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-01-12T00:51:11.104Z] Selecting previously unselected package libedit2:amd64. [2021-01-12T00:51:11.104Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-01-12T00:51:11.104Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-01-12T00:51:11.104Z] Selecting previously unselected package libkrb5support0:amd64. [2021-01-12T00:51:11.104Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-01-12T00:51:11.104Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-01-12T00:51:11.365Z] Selecting previously unselected package libk5crypto3:amd64. [2021-01-12T00:51:11.365Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-01-12T00:51:11.365Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-01-12T00:51:11.365Z] Selecting previously unselected package libkeyutils1:amd64. [2021-01-12T00:51:11.365Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-01-12T00:51:11.365Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-01-12T00:51:11.626Z] Selecting previously unselected package libkrb5-3:amd64. [2021-01-12T00:51:11.626Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-01-12T00:51:11.626Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-01-12T00:51:11.626Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-01-12T00:51:11.626Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-01-12T00:51:11.626Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-01-12T00:51:11.888Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-01-12T00:51:11.888Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... [2021-01-12T00:51:11.888Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-01-12T00:51:11.888Z] Selecting previously unselected package openssh-client. [2021-01-12T00:51:11.888Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-01-12T00:51:11.888Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-01-12T00:51:12.167Z] Selecting previously unselected package squashfs-tools. [2021-01-12T00:51:12.167Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-01-12T00:51:12.167Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-01-12T00:51:12.167Z] Selecting previously unselected package snapd. [2021-01-12T00:51:12.167Z] Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... [2021-01-12T00:51:12.432Z] Unpacking snapd (2.48+18.04) ... [2021-01-12T00:51:14.397Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-01-12T00:51:14.397Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-01-12T00:51:14.397Z] Setting up mime-support (3.60ubuntu1) ... [2021-01-12T00:51:14.397Z] Setting up sudo (1.8.21p2-3ubuntu1.3) ... [2021-01-12T00:51:14.667Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-01-12T00:51:14.667Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-01-12T00:51:14.667Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-12T00:51:14.667Z] Setting up systemd (237-3ubuntu10.43) ... [2021-01-12T00:51:14.667Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-01-12T00:51:16.620Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-01-12T00:51:16.620Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-01-12T00:51:16.620Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-01-12T00:51:16.620Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-12T00:51:16.620Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-01-12T00:51:16.620Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-12T00:51:17.200Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-01-12T00:51:17.200Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-01-12T00:51:17.200Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-01-12T00:51:17.200Z] Setting up python3 (3.6.7-1~18.04) ... [2021-01-12T00:51:17.200Z] running python rtupdate hooks for python3.6... [2021-01-12T00:51:17.200Z] running python post-rtupdate hooks for python3.6... [2021-01-12T00:51:17.477Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-01-12T00:51:18.864Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-01-12T00:51:18.864Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-01-12T00:51:18.864Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-01-12T00:51:18.864Z] Setting up snapd (2.48+18.04) ... [2021-01-12T00:51:19.436Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-01-12T00:51:19.436Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-01-12T00:51:19.697Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-01-12T00:51:19.957Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-01-12T00:51:19.957Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-01-12T00:51:19.957Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-01-12T00:51:20.219Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-01-12T00:51:20.478Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-01-12T00:51:20.478Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-01-12T00:51:20.739Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-01-12T00:51:21.001Z] /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-12T00:51:21.001Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-12T00:51:21.001Z] Processing triggers for systemd (237-3ubuntu10.43) ... [2021-01-12T00:51:21.944Z] Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-12T00:51:21.944Z] Hit:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-01-12T00:51:22.204Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-12T00:51:23.049Z] Reading package lists... [2021-01-12T00:51:23.309Z] Reading package lists... [2021-01-12T00:51:23.570Z] Building dependency tree... [2021-01-12T00:51:23.570Z] Reading state information... [2021-01-12T00:51:23.570Z] Calculating upgrade... [2021-01-12T00:51:23.834Z] The following packages will be upgraded: [2021-01-12T00:51:23.834Z] advancecomp base-files bash binutils binutils-common [2021-01-12T00:51:23.834Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-01-12T00:51:23.834Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-01-12T00:51:23.834Z] grep libapparmor1 libasan4 libatomic1 libbinutils libblkid1 libbz2-1.0 [2021-01-12T00:51:23.834Z] libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 libcilkrts5 libcom-err2 [2021-01-12T00:51:23.834Z] libcryptsetup12 libdb5.3 libdevmapper1.02.1 libdpkg-perl libext2fs2 [2021-01-12T00:51:23.834Z] libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 libgnutls30 libgomp1 libidn11 [2021-01-12T00:51:23.834Z] libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 libmount1 libmpx2 libncurses5 [2021-01-12T00:51:23.834Z] libncursesw5 libp11-kit0 libpam-modules libpam-modules-bin libpam-runtime [2021-01-12T00:51:23.834Z] libpam0g libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 [2021-01-12T00:51:23.834Z] libsmartcols1 libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 [2021-01-12T00:51:23.834Z] libtsan0 libubsan0 libunistring2 libuuid1 libzstd1 linux-libc-dev login [2021-01-12T00:51:23.834Z] mount ncurses-base ncurses-bin openssl passwd patch perl perl-base [2021-01-12T00:51:23.834Z] perl-modules-5.26 pkgbinarymangler procps systemd-sysv tar tzdata [2021-01-12T00:51:23.834Z] ubuntu-keyring util-linux [2021-01-12T00:51:23.834Z] 97 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-01-12T00:51:23.834Z] Need to get 63.7 MB of archives. [2021-01-12T00:51:23.834Z] After this operation, 5203 kB of additional disk space will be used. [2021-01-12T00:51:23.834Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-130.134 [988 kB] [2021-01-12T00:51:23.834Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-01-12T00:51:23.834Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-01-12T00:51:23.834Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-01-12T00:51:23.834Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-01-12T00:51:23.834Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-01-12T00:51:23.834Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-01-12T00:51:23.834Z] 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-12T00:51:23.834Z] 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-12T00:51:23.834Z] 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-12T00:51:23.834Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-01-12T00:51:23.834Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-01-12T00:51:23.834Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2021-01-12T00:51:23.834Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-01-12T00:51:23.834Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-01-12T00:51:23.834Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-01-12T00:51:24.095Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-01-12T00:51:24.095Z] Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-01-12T00:51:24.095Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-01-12T00:51:24.095Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-01-12T00:51:24.095Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-01-12T00:51:24.095Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2021-01-12T00:51:24.095Z] Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-01-12T00:51:24.095Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-01-12T00:51:24.095Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-01-12T00:51:24.095Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-01-12T00:51:24.095Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-01-12T00:51:24.095Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-01-12T00:51:24.095Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-01-12T00:51:24.095Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-01-12T00:51:24.095Z] Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-01-12T00:51:24.095Z] Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-01-12T00:51:24.095Z] Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-01-12T00:51:24.095Z] Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-01-12T00:51:24.095Z] Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] [2021-01-12T00:51:24.095Z] Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] [2021-01-12T00:51:24.095Z] Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-01-12T00:51:24.095Z] Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-01-12T00:51:24.095Z] Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] [2021-01-12T00:51:24.095Z] Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] [2021-01-12T00:51:24.095Z] Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20201027ubuntu0.18.04.1 [153 kB] [2021-01-12T00:51:24.095Z] Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-01-12T00:51:24.095Z] Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2021-01-12T00:51:24.095Z] Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-01-12T00:51:24.095Z] Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2020f-0ubuntu0.18.04 [190 kB] [2021-01-12T00:51:24.095Z] Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2021-01-12T00:51:24.095Z] Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-01-12T00:51:24.095Z] Get:48 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-12T00:51:24.355Z] Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] [2021-01-12T00:51:24.355Z] Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] [2021-01-12T00:51:24.355Z] Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] [2021-01-12T00:51:24.355Z] Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-01-12T00:51:24.355Z] Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-01-12T00:51:24.355Z] Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-01-12T00:51:24.355Z] Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-01-12T00:51:24.355Z] Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-01-12T00:51:24.615Z] Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2021-01-12T00:51:24.615Z] Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2021-01-12T00:51:24.615Z] Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-01-12T00:51:24.874Z] Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2021-01-12T00:51:24.874Z] Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-01-12T00:51:24.874Z] Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-01-12T00:51:24.874Z] Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-01-12T00:51:24.874Z] Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-01-12T00:51:25.135Z] Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-01-12T00:51:25.135Z] Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-01-12T00:51:25.394Z] Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-01-12T00:51:25.394Z] Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-01-12T00:51:25.394Z] Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 tar amd64 1.29b-2ubuntu0.1 [234 kB] [2021-01-12T00:51:25.394Z] Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-01-12T00:51:25.394Z] Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-01-12T00:51:25.394Z] Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-01-12T00:51:25.394Z] Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-01-12T00:51:25.394Z] Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-01-12T00:51:25.394Z] Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-01-12T00:51:25.394Z] Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-01-12T00:51:25.394Z] Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-01-12T00:51:25.394Z] Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-01-12T00:51:25.394Z] Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-01-12T00:51:25.394Z] 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-12T00:51:25.394Z] 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-12T00:51:25.394Z] 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-12T00:51:25.394Z] Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.43 [15.7 kB] [2021-01-12T00:51:25.394Z] 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-12T00:51:25.394Z] Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-01-12T00:51:25.654Z] Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-01-12T00:51:25.654Z] Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-01-12T00:51:25.654Z] 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-12T00:51:25.654Z] Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-01-12T00:51:25.654Z] Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-01-12T00:51:25.654Z] 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-12T00:51:25.654Z] Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-01-12T00:51:25.654Z] Get:93 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-01-12T00:51:25.654Z] Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-01-12T00:51:25.654Z] Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-01-12T00:51:25.654Z] Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-01-12T00:51:25.654Z] Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-01-12T00:51:25.914Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-12T00:51:25.914Z] Fetched 63.7 MB in 2s (31.2 MB/s) [2021-01-12T00:51:25.914Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-12T00:51:25.914Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-01-12T00:51:25.914Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-12T00:51:26.857Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-01-12T00:51:26.857Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-12T00:51:27.118Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-130.134_amd64.deb ... [2021-01-12T00:51:27.118Z] Unpacking linux-libc-dev:amd64 (4.15.0-130.134) over (4.15.0-20.21) ... [2021-01-12T00:51:27.688Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-12T00:51:27.949Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-12T00:51:27.949Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-12T00:51:27.949Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-12T00:51:28.210Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-12T00:51:28.210Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-12T00:51:28.210Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-12T00:51:28.210Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-12T00:51:28.470Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-12T00:51:28.470Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-12T00:51:28.470Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-12T00:51:28.470Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-12T00:51:28.731Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-12T00:51:28.731Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-12T00:51:28.731Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-12T00:51:28.991Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-12T00:51:28.992Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-12T00:51:28.992Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-01-12T00:51:28.992Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-01-12T00:51:29.252Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-12T00:51:29.252Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-12T00:51:29.252Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-12T00:51:29.252Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-12T00:51:29.252Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-12T00:51:29.512Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-12T00:51:29.512Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-12T00:51:29.774Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-12T00:51:29.774Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-12T00:51:29.774Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-01-12T00:51:30.033Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-12T00:51:30.294Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-01-12T00:51:30.555Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-12T00:51:30.555Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-01-12T00:51:30.555Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-01-12T00:51:30.555Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-01-12T00:51:30.816Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-01-12T00:51:30.816Z] Setting up base-files (10.1ubuntu2.10) ... [2021-01-12T00:51:31.077Z] Installing new version of config file /etc/issue ... [2021-01-12T00:51:31.077Z] Installing new version of config file /etc/issue.net ... [2021-01-12T00:51:31.077Z] Installing new version of config file /etc/lsb-release ... [2021-01-12T00:51:31.077Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-01-12T00:51:31.339Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-01-12T00:51:31.339Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-01-12T00:51:31.339Z] Removing obsolete conffile /etc/default/motd-news ... [2021-01-12T00:51:31.601Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-12T00:51:31.601Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-01-12T00:51:31.601Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-01-12T00:51:31.601Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-01-12T00:51:31.867Z] 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-12T00:51:31.867Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-12T00:51:31.867Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-12T00:51:31.867Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-01-12T00:51:31.867Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-01-12T00:51:32.128Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-12T00:51:32.128Z] Preparing to unpack .../tar_1.29b-2ubuntu0.1_amd64.deb ... [2021-01-12T00:51:32.128Z] Unpacking tar (1.29b-2ubuntu0.1) over (1.29b-2) ... [2021-01-12T00:51:32.128Z] Setting up tar (1.29b-2ubuntu0.1) ... [2021-01-12T00:51:32.388Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-12T00:51:32.388Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-01-12T00:51:32.388Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-12T00:51:32.649Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-01-12T00:51:32.649Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-12T00:51:32.649Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-12T00:51:32.649Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-12T00:51:32.909Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-12T00:51:32.909Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-12T00:51:32.909Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-12T00:51:33.174Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-12T00:51:33.174Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-01-12T00:51:33.436Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-12T00:51:33.437Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-01-12T00:51:33.437Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-01-12T00:51:33.437Z] Setting up grep (3.1-2build1) ... [2021-01-12T00:51:33.698Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-12T00:51:33.698Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-01-12T00:51:33.698Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-01-12T00:51:33.959Z] Setting up login (1:4.5-1ubuntu2) ... [2021-01-12T00:51:33.959Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-12T00:51:33.959Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-12T00:51:33.959Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-12T00:51:34.219Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-01-12T00:51:34.219Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-12T00:51:34.219Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-12T00:51:34.219Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-12T00:51:34.791Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-12T00:51:34.791Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-12T00:51:34.791Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-12T00:51:35.051Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-12T00:51:35.621Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-01-12T00:51:35.621Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-12T00:51:35.621Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-01-12T00:51:35.621Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-12T00:51:36.563Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-01-12T00:51:36.840Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-01-12T00:51:36.840Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-01-12T00:51:36.840Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-01-12T00:51:37.101Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-01-12T00:51:37.101Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-12T00:51:37.101Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-01-12T00:51:37.101Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-01-12T00:51:37.361Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-01-12T00:51:37.621Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-12T00:51:37.621Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-12T00:51:37.621Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-12T00:51:37.621Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-12T00:51:37.621Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-12T00:51:37.621Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-12T00:51:37.622Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-12T00:51:37.882Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-12T00:51:37.882Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-12T00:51:37.882Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-12T00:51:37.882Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-12T00:51:37.993Z] 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-12T00:51:38.150Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-12T00:51:38.151Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-12T00:51:38.151Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-12T00:51:38.151Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-12T00:51:38.410Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-12T00:51:38.410Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-12T00:51:38.410Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-12T00:51:38.410Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-12T00:51:38.671Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-12T00:51:38.671Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-12T00:51:38.671Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-12T00:51:38.937Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-12T00:51:38.937Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-12T00:51:38.937Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-12T00:51:38.937Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-12T00:51:38.937Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-12T00:51:38.937Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-12T00:51:39.197Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-12T00:51:39.197Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-12T00:51:39.197Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-12T00:51:39.197Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-12T00:51:39.197Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-12T00:51:39.463Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-01-12T00:51:39.463Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-12T00:51:39.463Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-12T00:51:39.463Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-12T00:51:40.033Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-01-12T00:51:40.294Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-01-12T00:51:40.554Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-01-12T00:51:40.554Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-12T00:51:40.554Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-01-12T00:51:40.554Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-12T00:51:40.822Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-01-12T00:51:41.084Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-12T00:51:41.084Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-01-12T00:51:41.084Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-12T00:51:41.084Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-01-12T00:51:41.346Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-12T00:51:41.346Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-01-12T00:51:41.346Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-01-12T00:51:41.610Z] Setting up debconf (1.5.66ubuntu1) ... [2021-01-12T00:51:41.883Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-12T00:51:41.883Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-12T00:51:41.883Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-12T00:51:41.883Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-12T00:51:42.145Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-12T00:51:42.145Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-12T00:51:42.145Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-12T00:51:42.415Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-12T00:51:42.415Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-12T00:51:42.415Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-12T00:51:42.674Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-12T00:51:42.674Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-12T00:51:42.935Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-12T00:51:42.935Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-12T00:51:42.935Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-12T00:51:42.935Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.43_amd64.deb ... [2021-01-12T00:51:42.935Z] Unpacking systemd-sysv (237-3ubuntu10.43) over (237-3ubuntu10) ... [2021-01-12T00:51:43.196Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-12T00:51:43.196Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-12T00:51:43.463Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-12T00:51:43.463Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-12T00:51:43.463Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-01-12T00:51:43.463Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-01-12T00:51:43.723Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-01-12T00:51:43.723Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-12T00:51:43.723Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-01-12T00:51:43.723Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-12T00:51:43.984Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-12T00:51:44.245Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-12T00:51:44.245Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-12T00:51:44.245Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-12T00:51:44.245Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-12T00:51:44.507Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-12T00:51:44.507Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... [2021-01-12T00:51:44.507Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... [2021-01-12T00:51:44.507Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... [2021-01-12T00:51:44.767Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-12T00:51:44.767Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-01-12T00:51:44.767Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-01-12T00:51:45.028Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-01-12T00:51:45.289Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-12T00:51:45.289Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-12T00:51:45.289Z] Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-12T00:51:45.548Z] Setting up gpgv (2.2.4-1ubuntu1.3) ... [2021-01-12T00:51:45.548Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-12T00:51:45.548Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-01-12T00:51:45.548Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-01-12T00:51:45.809Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-01-12T00:51:45.809Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-12T00:51:45.809Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-01-12T00:51:46.070Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-01-12T00:51:46.070Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-01-12T00:51:46.070Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-12T00:51:46.070Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-01-12T00:51:46.318Z] Removing intermediate container 6d58acea75ad [2021-01-12T00:51:46.318Z] ---> 921692eafbbc [2021-01-12T00:51:46.318Z] [2021-01-12T00:51:46.318Z] Step 10/22 : FROM scratch [2021-01-12T00:51:46.318Z] ---> [2021-01-12T00:51:46.318Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-12T00:51:46.318Z] ---> Using cache [2021-01-12T00:51:46.318Z] ---> d4bfd310597c [2021-01-12T00:51:46.318Z] Step 12/22 : ENV APP_PORT=48082 [2021-01-12T00:51:46.318Z] ---> Running in cbff9ccab519 [2021-01-12T00:51:46.332Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-01-12T00:51:46.332Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-01-12T00:51:46.592Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-12T00:51:46.592Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-01-12T00:51:46.592Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-01-12T00:51:46.592Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-01-12T00:51:46.852Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-12T00:51:46.852Z] Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... [2021-01-12T00:51:46.852Z] Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... [2021-01-12T00:51:46.852Z] Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... [2021-01-12T00:51:46.852Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-12T00:51:46.852Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... [2021-01-12T00:51:46.924Z] Removing intermediate container cbff9ccab519 [2021-01-12T00:51:46.924Z] ---> 4cd4a1c49975 [2021-01-12T00:51:46.924Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-12T00:51:47.113Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... [2021-01-12T00:51:47.113Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... [2021-01-12T00:51:47.113Z] (Reading database ... 13915 files and directories currently installed.) [2021-01-12T00:51:47.113Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-01-12T00:51:47.113Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-01-12T00:51:47.203Z] ---> Running in 20d0362e81df [2021-01-12T00:51:47.682Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-01-12T00:51:47.682Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-01-12T00:51:47.943Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-01-12T00:51:47.943Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-01-12T00:51:47.943Z] Preparing to unpack .../03-ca-certificates_20201027ubuntu0.18.04.1_all.deb ... [2021-01-12T00:51:47.943Z] Unpacking ca-certificates (20201027ubuntu0.18.04.1) over (20180409) ... [2021-01-12T00:51:48.230Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-01-12T00:51:48.230Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-01-12T00:51:48.235Z] Removing intermediate container 20d0362e81df [2021-01-12T00:51:48.235Z] ---> 0c2a84c8afe4 [2021-01-12T00:51:48.235Z] Step 14/22 : WORKDIR / [2021-01-12T00:51:48.235Z] Removing intermediate container c567c2d23f58 [2021-01-12T00:51:48.235Z] ---> 5adbf625cfe6 [2021-01-12T00:51:48.235Z] [2021-01-12T00:51:48.235Z] Step 10/21 : FROM alpine:3.12 [2021-01-12T00:51:48.235Z] ---> afeebe901d6b [2021-01-12T00:51:48.235Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-01-12T00:51:48.235Z] ---> Running in bd280f7634e5 [2021-01-12T00:51:48.490Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-01-12T00:51:48.490Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-01-12T00:51:48.490Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-01-12T00:51:48.490Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-01-12T00:51:48.521Z] ---> Running in a243764e5267 [2021-01-12T00:51:48.751Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-01-12T00:51:48.751Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-01-12T00:51:48.751Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-01-12T00:51:48.751Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-01-12T00:51:49.011Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-01-12T00:51:49.011Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-01-12T00:51:49.011Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-01-12T00:51:49.011Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-01-12T00:51:49.131Z] Removing intermediate container bd280f7634e5 [2021-01-12T00:51:49.131Z] ---> 75f20848c38b [2021-01-12T00:51:49.131Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-12T00:51:49.271Z] Preparing to unpack .../11-tzdata_2020f-0ubuntu0.18.04_all.deb ... [2021-01-12T00:51:49.271Z] Unpacking tzdata (2020f-0ubuntu0.18.04) over (2018d-1) ... [2021-01-12T00:51:50.210Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-01-12T00:51:50.210Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-01-12T00:51:50.210Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-01-12T00:51:50.210Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-01-12T00:51:50.471Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-12T00:51:50.471Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-12T00:51:50.598Z] ---> 4abd8196e714 [2021-01-12T00:51:50.598Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-12T00:51:50.598Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-12T00:51:50.732Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-12T00:51:50.732Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-12T00:51:50.875Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-12T00:51:50.993Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-12T00:51:50.993Z] Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-12T00:51:50.993Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-12T00:51:50.993Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-12T00:51:51.253Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-12T00:51:51.253Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-12T00:51:51.253Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-12T00:51:51.253Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-12T00:51:51.490Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-12T00:51:51.513Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-12T00:51:51.513Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-12T00:51:51.513Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-12T00:51:51.513Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-12T00:51:51.768Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-12T00:51:51.768Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-12T00:51:51.768Z] (4/4) Installing curl (7.69.1-r3) [2021-01-12T00:51:51.768Z] Executing busybox-1.31.1-r19.trigger [2021-01-12T00:51:51.768Z] Executing ca-certificates-20191127-r4.trigger [2021-01-12T00:51:52.060Z] OK: 7 MiB in 18 packages [2021-01-12T00:51:52.453Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-12T00:51:52.454Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-12T00:51:52.663Z] ---> 6b43db8f6ad1 [2021-01-12T00:51:52.664Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-12T00:51:53.395Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-12T00:51:53.395Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-12T00:51:53.967Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-12T00:51:53.967Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-12T00:51:54.108Z] ---> ff46fc891dba [2021-01-12T00:51:54.109Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2021-01-12T00:51:54.109Z] ---> Running in 048615b0a62d [2021-01-12T00:51:54.227Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-12T00:51:54.227Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-12T00:51:54.390Z] Removing intermediate container a243764e5267 [2021-01-12T00:51:54.390Z] ---> bfaba2cb5c37 [2021-01-12T00:51:54.390Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-12T00:51:54.670Z] ---> Running in 52c4345f4d98 [2021-01-12T00:51:54.670Z] Removing intermediate container 048615b0a62d [2021-01-12T00:51:54.670Z] ---> ffad4349dc36 [2021-01-12T00:51:54.670Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-12T00:51:54.946Z] ---> Running in 0e70ab5dabd0 [2021-01-12T00:51:55.170Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-12T00:51:55.170Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-12T00:51:55.170Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-12T00:51:55.170Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-12T00:51:55.230Z] Removing intermediate container 52c4345f4d98 [2021-01-12T00:51:55.230Z] ---> 0612bb27b589 [2021-01-12T00:51:55.230Z] Step 13/21 : WORKDIR /edgex [2021-01-12T00:51:55.430Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-01-12T00:51:55.430Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-12T00:51:55.505Z] ---> Running in fc1e9bce174d [2021-01-12T00:51:55.505Z] Removing intermediate container 0e70ab5dabd0 [2021-01-12T00:51:55.505Z] ---> 0681da70fa6e [2021-01-12T00:51:55.505Z] Step 20/22 : LABEL arch=arm64 [2021-01-12T00:51:55.691Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-01-12T00:51:55.691Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-12T00:51:55.691Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-01-12T00:51:55.691Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-01-12T00:51:55.691Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-12T00:51:55.787Z] ---> Running in 7467478be5f3 [2021-01-12T00:51:55.952Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-12T00:51:55.952Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-12T00:51:55.952Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-12T00:51:55.952Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-01-12T00:51:56.063Z] Removing intermediate container fc1e9bce174d [2021-01-12T00:51:56.063Z] ---> 04d6ce3238c4 [2021-01-12T00:51:56.063Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-12T00:51:56.213Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-01-12T00:51:56.213Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-12T00:51:56.213Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-12T00:51:56.213Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-12T00:51:56.213Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-12T00:51:56.213Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-12T00:51:56.474Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-01-12T00:51:56.474Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-01-12T00:51:56.474Z] Setting up tzdata (2020f-0ubuntu0.18.04) ... [2021-01-12T00:51:56.474Z] [2021-01-12T00:51:56.474Z] Current default time zone: 'Etc/UTC' [2021-01-12T00:51:56.474Z] Local time is now: Tue Jan 12 00:51:56 UTC 2021. [2021-01-12T00:51:56.474Z] Universal Time is now: Tue Jan 12 00:51:56 UTC 2021. [2021-01-12T00:51:56.474Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-01-12T00:51:56.474Z] [2021-01-12T00:51:56.474Z] Setting up systemd-sysv (237-3ubuntu10.43) ... [2021-01-12T00:51:56.734Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-12T00:51:56.734Z] Setting up linux-libc-dev:amd64 (4.15.0-130.134) ... [2021-01-12T00:51:56.734Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-01-12T00:51:56.734Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-01-12T00:51:56.734Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-01-12T00:51:56.734Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-01-12T00:51:56.734Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-01-12T00:51:56.734Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-01-12T00:51:56.734Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-01-12T00:51:56.994Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-12T00:51:56.994Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-01-12T00:51:57.055Z] Removing intermediate container 7467478be5f3 [2021-01-12T00:51:57.055Z] ---> 3fff577c63e1 [2021-01-12T00:51:57.055Z] Step 21/22 : LABEL git_sha=88c774f5ef87baacffc33e0aeaf896ceb091dbde [2021-01-12T00:51:57.254Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-12T00:51:57.254Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-01-12T00:51:57.254Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-12T00:51:57.254Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-01-12T00:51:57.254Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-01-12T00:51:57.254Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-01-12T00:51:57.254Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... [2021-01-12T00:51:57.254Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-01-12T00:51:57.334Z] ---> 715f608393f0 [2021-01-12T00:51:57.334Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-12T00:51:57.334Z] ---> Running in feaf36133bb5 [2021-01-12T00:51:57.514Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-01-12T00:51:57.515Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-01-12T00:51:57.515Z] Setting up ca-certificates (20201027ubuntu0.18.04.1) ... [2021-01-12T00:51:58.766Z] Removing intermediate container feaf36133bb5 [2021-01-12T00:51:58.766Z] ---> 5076d8151e79 [2021-01-12T00:51:58.766Z] Step 22/22 : LABEL version=0.0.0 [2021-01-12T00:51:59.044Z] Removing intermediate container 7d13c6fd0855 [2021-01-12T00:51:59.044Z] ---> b4c733f3f48b [2021-01-12T00:51:59.044Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-12T00:51:59.044Z] ---> Running in 468cd0d020a9 [2021-01-12T00:51:59.321Z] ---> 4e8537325b8f [2021-01-12T00:51:59.321Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-12T00:51:59.427Z] Updating certificates in /etc/ssl/certs... [2021-01-12T00:51:59.596Z] ---> Running in f228b70ff145 [2021-01-12T00:51:59.998Z] 22 added, 17 removed; done. [2021-01-12T00:51:59.998Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-01-12T00:51:59.998Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-12T00:51:59.998Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-01-12T00:51:59.998Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-01-12T00:51:59.998Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-01-12T00:52:00.191Z] Removing intermediate container 468cd0d020a9 [2021-01-12T00:52:00.191Z] ---> 78ed6377c650 [2021-01-12T00:52:00.191Z] [2021-01-12T00:52:00.261Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-12T00:52:00.261Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-01-12T00:52:00.261Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-12T00:52:00.261Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-12T00:52:00.261Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-12T00:52:00.261Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-12T00:52:00.261Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-12T00:52:00.261Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-01-12T00:52:00.261Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... [2021-01-12T00:52:00.261Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-01-12T00:52:00.521Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-01-12T00:52:00.521Z] Setting up binutils (2.30-21ubuntu1~18.04.4) ... [2021-01-12T00:52:00.521Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-12T00:52:00.521Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-12T00:52:00.521Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-01-12T00:52:00.521Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-01-12T00:52:00.781Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-01-12T00:52:00.781Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-01-12T00:52:00.781Z] Processing triggers for systemd (237-3ubuntu10.43) ... [2021-01-12T00:52:00.781Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-01-12T00:52:00.781Z] Processing triggers for ca-certificates (20201027ubuntu0.18.04.1) ... [2021-01-12T00:52:00.792Z] Successfully built 78ed6377c650 [2021-01-12T00:52:00.792Z] Successfully tagged docker-core-command-go-arm64:latest [2021-01-12T00:52:01.042Z] Updating certificates in /etc/ssl/certs... [2021-01-12T00:52:01.065Z]  Building docker-core-command-go ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-01-12T00:52:01.347Z] ---> 8341b646dd9c [2021-01-12T00:52:01.347Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-12T00:52:01.347Z] ---> Running in 4e83100674ac [2021-01-12T00:52:01.614Z] 0 added, 0 removed; done. [2021-01-12T00:52:01.614Z] Running hooks in /etc/ca-certificates/update.d... [2021-01-12T00:52:01.614Z] done. [2021-01-12T00:52:01.875Z] Reading package lists... [2021-01-12T00:52:01.951Z] Removing intermediate container 00c98e52ca05 [2021-01-12T00:52:01.951Z] ---> e5da0ff175aa [2021-01-12T00:52:01.951Z] [2021-01-12T00:52:01.951Z] Step 10/22 : FROM scratch [2021-01-12T00:52:01.951Z] ---> [2021-01-12T00:52:01.951Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-12T00:52:01.951Z] ---> Using cache [2021-01-12T00:52:01.951Z] ---> d4bfd310597c [2021-01-12T00:52:01.951Z] Step 12/22 : ENV APP_PORT=48081 [2021-01-12T00:52:02.136Z] Building dependency tree... [2021-01-12T00:52:02.136Z] Reading state information... [2021-01-12T00:52:02.136Z] The following NEW packages will be installed: [2021-01-12T00:52:02.136Z] apt-transport-https [2021-01-12T00:52:02.222Z] Removing intermediate container 4e83100674ac [2021-01-12T00:52:02.222Z] ---> 1679106e62ad [2021-01-12T00:52:02.222Z] Step 18/21 : CMD ["--init=true"] [2021-01-12T00:52:02.222Z] ---> Running in 4a9a77dbc841 [2021-01-12T00:52:02.222Z] ---> Running in 0d4b9ab2f92e [2021-01-12T00:52:02.406Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-01-12T00:52:02.406Z] Need to get 1696 B of archives. [2021-01-12T00:52:02.406Z] After this operation, 153 kB of additional disk space will be used. [2021-01-12T00:52:02.406Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] [2021-01-12T00:52:02.406Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-12T00:52:02.406Z] Fetched 1696 B in 0s (7397 B/s) [2021-01-12T00:52:02.492Z] Removing intermediate container 4a9a77dbc841 [2021-01-12T00:52:02.492Z] ---> cd24973dd1a2 [2021-01-12T00:52:02.492Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-12T00:52:02.667Z] Selecting previously unselected package apt-transport-https. [2021-01-12T00:52:02.667Z] (Reading database ... 13929 files and directories currently installed.) [2021-01-12T00:52:02.667Z] Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... [2021-01-12T00:52:02.667Z] Unpacking apt-transport-https (1.6.12ubuntu0.2) ... [2021-01-12T00:52:02.667Z] Setting up apt-transport-https (1.6.12ubuntu0.2) ... [2021-01-12T00:52:02.764Z] ---> Running in 9f5145c1c0cb [2021-01-12T00:52:02.764Z] Removing intermediate container 0d4b9ab2f92e [2021-01-12T00:52:02.764Z] ---> e2a599ad0b5c [2021-01-12T00:52:02.764Z] Step 19/21 : LABEL arch=arm64 [2021-01-12T00:52:02.927Z] Waiting for network to be ready... [2021-01-12T00:52:03.037Z] ---> Running in d0a04170f9f6 [2021-01-12T00:52:03.308Z] Removing intermediate container 9f5145c1c0cb [2021-01-12T00:52:03.308Z] ---> 344ea50701fa [2021-01-12T00:52:03.308Z] Step 14/22 : WORKDIR / [2021-01-12T00:52:03.308Z] ---> Running in 699da35fe8fd [2021-01-12T00:52:03.578Z] Removing intermediate container d0a04170f9f6 [2021-01-12T00:52:03.578Z] ---> 7d617bf71dbb [2021-01-12T00:52:03.578Z] Step 20/21 : LABEL git_sha=88c774f5ef87baacffc33e0aeaf896ceb091dbde [2021-01-12T00:52:03.852Z] ---> Running in 9067068ba81c [2021-01-12T00:52:03.852Z] Removing intermediate container f228b70ff145 [2021-01-12T00:52:03.852Z] ---> 5240dd02d0d2 [2021-01-12T00:52:03.852Z] [2021-01-12T00:52:03.852Z] Step 11/26 : FROM docker:20.10.0 [2021-01-12T00:52:04.122Z] 20.10.0: Pulling from library/docker [2021-01-12T00:52:04.122Z] Removing intermediate container 699da35fe8fd [2021-01-12T00:52:04.122Z] ---> f220865e194b [2021-01-12T00:52:04.122Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-12T00:52:04.122Z] Removing intermediate container 9067068ba81c [2021-01-12T00:52:04.122Z] ---> 1470359b6fd9 [2021-01-12T00:52:04.122Z] Step 21/21 : LABEL version=0.0.0 [2021-01-12T00:52:04.397Z] ---> Running in ed08ef0390b2 [2021-01-12T00:52:05.380Z] ---> dcc545ceb82e [2021-01-12T00:52:05.380Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-12T00:52:05.380Z] Removing intermediate container ed08ef0390b2 [2021-01-12T00:52:05.380Z] ---> a2b78edf4e77 [2021-01-12T00:52:05.380Z] [2021-01-12T00:52:05.984Z] Successfully built a2b78edf4e77 [2021-01-12T00:52:05.984Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-01-12T00:52:07.413Z]  Building docker-security-proxy-setup-go ... done  ---> 55468b84d065 [2021-01-12T00:52:07.413Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-12T00:52:08.389Z] ---> 9fc4535a9f35 [2021-01-12T00:52:08.389Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2021-01-12T00:52:09.365Z] ---> Running in 108fea38dfd7 [2021-01-12T00:52:09.515Z] 2021-01-12T00:52:07Z INFO Waiting for automatic snapd restart... [2021-01-12T00:52:09.775Z] snapd 2.48.2 from Canonical* installed [2021-01-12T00:52:09.955Z] Removing intermediate container 108fea38dfd7 [2021-01-12T00:52:09.955Z] ---> a9dfb5f66d71 [2021-01-12T00:52:09.955Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-12T00:52:10.552Z] ---> Running in dbee9ed12ea6 [2021-01-12T00:52:10.719Z] "snapd" switched to the "latest/stable" channel [2021-01-12T00:52:10.719Z] [2021-01-12T00:52:11.542Z] Removing intermediate container dbee9ed12ea6 [2021-01-12T00:52:11.542Z] ---> 37ed20f2ec43 [2021-01-12T00:52:11.542Z] Step 20/22 : LABEL arch=arm64 [2021-01-12T00:52:11.812Z] ---> Running in 21c629775a37 [2021-01-12T00:52:12.403Z] Removing intermediate container 21c629775a37 [2021-01-12T00:52:12.403Z] ---> f9e367c0205c [2021-01-12T00:52:12.403Z] Step 21/22 : LABEL git_sha=88c774f5ef87baacffc33e0aeaf896ceb091dbde [2021-01-12T00:52:12.684Z] ---> Running in 1afa69c0afe3 [2021-01-12T00:52:12.684Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-12T00:52:12.684Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-12T00:52:12.684Z] ---> eeaf43b92773 [2021-01-12T00:52:12.684Z] Step 12/26 : RUN apk add --no-cache bash [2021-01-12T00:52:12.955Z] ---> Running in 12b5fc03b5a1 [2021-01-12T00:52:12.955Z] Removing intermediate container 1afa69c0afe3 [2021-01-12T00:52:12.955Z] ---> d7026a83d5f9 [2021-01-12T00:52:12.955Z] Step 22/22 : LABEL version=0.0.0 [2021-01-12T00:52:13.228Z] ---> Running in 5922437e61fc [2021-01-12T00:52:13.268Z] core18 20201210 from Canonical* installed [2021-01-12T00:52:13.528Z] "core18" switched to the "latest/stable" channel [2021-01-12T00:52:13.528Z] [2021-01-12T00:52:13.824Z] Removing intermediate container 5922437e61fc [2021-01-12T00:52:13.824Z] ---> 4e395c31f055 [2021-01-12T00:52:13.824Z] [2021-01-12T00:52:14.097Z] Successfully built 4e395c31f055 [2021-01-12T00:52:14.097Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-01-12T00:52:14.370Z]  Building docker-core-metadata-go ... done fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-12T00:52:14.370Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-12T00:52:14.967Z] (1/2) Installing readline (8.0.4-r0) [2021-01-12T00:52:14.967Z] (2/2) Installing bash (5.0.17-r0) [2021-01-12T00:52:14.967Z] Executing bash-5.0.17-r0.post-install [2021-01-12T00:52:14.967Z] Executing busybox-1.31.1-r19.trigger [2021-01-12T00:52:14.967Z] OK: 12 MiB in 22 packages [2021-01-12T00:52:16.398Z] Removing intermediate container 12b5fc03b5a1 [2021-01-12T00:52:16.398Z] ---> b76e552f316b [2021-01-12T00:52:16.399Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-12T00:52:16.399Z] ---> Running in dc6a7d03632d [2021-01-12T00:52:16.828Z] snapcraft 4.4.4 from Canonical* installed [2021-01-12T00:52:16.828Z] "snapcraft" switched to the "latest/stable" channel [2021-01-12T00:52:16.828Z] [2021-01-12T00:52:17.018Z] Removing intermediate container dc6a7d03632d [2021-01-12T00:52:17.018Z] ---> c777de77e6c8 [2021-01-12T00:52:17.018Z] Step 14/26 : ENV APP_PORT=48090 [2021-01-12T00:52:17.018Z] ---> Running in af57ba9bbb62 [2021-01-12T00:52:17.648Z] Removing intermediate container af57ba9bbb62 [2021-01-12T00:52:17.648Z] ---> 7be8125033bb [2021-01-12T00:52:17.648Z] Step 15/26 : EXPOSE $APP_PORT [2021-01-12T00:52:17.648Z] ---> Running in 95f6f6fc25b8 [2021-01-12T00:52:18.249Z] Removing intermediate container 95f6f6fc25b8 [2021-01-12T00:52:18.249Z] ---> 652409b43253 [2021-01-12T00:52:18.249Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-12T00:52:19.702Z] ---> 5962a4cd559b [2021-01-12T00:52:19.702Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-12T00:52:20.124Z] 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-12T00:52:20.124Z] - README.md [2021-01-12T00:52:20.124Z] - snapcraft.yaml.orig [2021-01-12T00:52:20.124Z] [2021-01-12T00:52:20.124Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-01-12T00:52:20.299Z] ---> 6c5ed15e6188 [2021-01-12T00:52:20.299Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-12T00:52:21.293Z] ---> 7abf1aa1790e [2021-01-12T00:52:21.293Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-12T00:52:21.293Z] ---> Running in 57f7bd216f4a [2021-01-12T00:52:22.271Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-12T00:52:22.542Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-12T00:52:23.133Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-12T00:52:23.133Z] (2/33) Installing expat (2.2.9-r1) [2021-01-12T00:52:23.133Z] (3/33) Installing libffi (3.3-r2) [2021-01-12T00:52:23.133Z] (4/33) Installing gdbm (1.13-r1) [2021-01-12T00:52:23.133Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-12T00:52:23.133Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-12T00:52:23.133Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-12T00:52:25.104Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-12T00:52:25.104Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-12T00:52:25.104Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-12T00:52:25.104Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-12T00:52:25.104Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-12T00:52:25.104Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-12T00:52:25.104Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-12T00:52:25.104Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-12T00:52:25.104Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-12T00:52:25.104Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-12T00:52:25.104Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-12T00:52:25.104Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-12T00:52:25.104Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-12T00:52:25.104Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-12T00:52:25.104Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-12T00:52:25.104Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-12T00:52:25.373Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-12T00:52:25.373Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-12T00:52:25.373Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-12T00:52:25.373Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-12T00:52:25.373Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-12T00:52:25.373Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-12T00:52:25.373Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-12T00:52:25.373Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-12T00:52:25.373Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-12T00:52:25.373Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-12T00:52:25.654Z] Executing busybox-1.31.1-r19.trigger [2021-01-12T00:52:25.654Z] OK: 71 MiB in 55 packages [2021-01-12T00:52:26.708Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-12T00:52:26.708Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-01-12T00:52:26.708Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-12T00:52:26.708Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-12T00:52:27.542Z] Reading package lists... [2021-01-12T00:52:28.115Z] 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-12T00:52:32.365Z] Removing intermediate container 57f7bd216f4a [2021-01-12T00:52:32.366Z] ---> 28753e1d5d51 [2021-01-12T00:52:32.366Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-01-12T00:52:32.646Z] ---> Running in 79ebd86e4c29 [2021-01-12T00:52:34.721Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-12T00:52:34.721Z] Reading package lists... [2021-01-12T00:52:34.721Z] Building dependency tree... [2021-01-12T00:52:34.721Z] Reading state information... [2021-01-12T00:52:34.721Z] Suggested packages: [2021-01-12T00:52:34.721Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-01-12T00:52:34.721Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-01-12T00:52:34.721Z] Recommended packages: [2021-01-12T00:52:34.721Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-01-12T00:52:34.721Z] The following NEW packages will be installed: [2021-01-12T00:52:34.721Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-01-12T00:52:34.721Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-01-12T00:52:34.721Z] pkg-config zip [2021-01-12T00:52:34.721Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-01-12T00:52:34.721Z] Need to get 7655 kB of archives. [2021-01-12T00:52:34.721Z] After this operation, 43.7 MB of additional disk space will be used. [2021-01-12T00:52:34.721Z] 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-12T00:52:34.721Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] [2021-01-12T00:52:34.721Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] [2021-01-12T00:52:34.721Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] [2021-01-12T00:52:34.721Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-01-12T00:52:34.721Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-01-12T00:52:34.721Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-01-12T00:52:34.982Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-01-12T00:52:34.982Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-01-12T00:52:34.982Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-01-12T00:52:34.982Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-01-12T00:52:35.242Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-01-12T00:52:35.242Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-01-12T00:52:35.242Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-01-12T00:52:35.242Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-01-12T00:52:35.242Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-12T00:52:35.503Z] Fetched 7655 kB in 1s (8578 kB/s) [2021-01-12T00:52:35.503Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-01-12T00:52:35.503Z] (Reading database ... 13933 files and directories currently installed.) [2021-01-12T00:52:35.503Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... [2021-01-12T00:52:35.503Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-01-12T00:52:35.763Z] Selecting previously unselected package libpsl5:amd64. [2021-01-12T00:52:35.763Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-01-12T00:52:35.763Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-01-12T00:52:35.763Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-01-12T00:52:35.763Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-01-12T00:52:35.763Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-01-12T00:52:36.024Z] Selecting previously unselected package librtmp1:amd64. [2021-01-12T00:52:36.024Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-01-12T00:52:36.024Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-01-12T00:52:36.024Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-01-12T00:52:36.024Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... [2021-01-12T00:52:36.024Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-01-12T00:52:36.284Z] Selecting previously unselected package liberror-perl. [2021-01-12T00:52:36.284Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-01-12T00:52:36.284Z] Unpacking liberror-perl (0.17025-1) ... [2021-01-12T00:52:36.284Z] Selecting previously unselected package git-man. [2021-01-12T00:52:36.284Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2021-01-12T00:52:36.284Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2021-01-12T00:52:36.545Z] Selecting previously unselected package git. [2021-01-12T00:52:36.545Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... [2021-01-12T00:52:36.545Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2021-01-12T00:52:37.117Z] Selecting previously unselected package libnorm1:amd64. [2021-01-12T00:52:37.117Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-01-12T00:52:37.117Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-01-12T00:52:37.378Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-01-12T00:52:37.379Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-01-12T00:52:37.379Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-01-12T00:52:37.379Z] Selecting previously unselected package libsodium23:amd64. [2021-01-12T00:52:37.379Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-01-12T00:52:37.379Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-01-12T00:52:37.641Z] Selecting previously unselected package libzmq5:amd64. [2021-01-12T00:52:37.641Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-01-12T00:52:37.641Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-12T00:52:37.641Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-01-12T00:52:37.641Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-01-12T00:52:37.641Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-12T00:52:37.641Z] Selecting previously unselected package pkg-config. [2021-01-12T00:52:37.641Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-01-12T00:52:37.901Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-01-12T00:52:37.901Z] Selecting previously unselected package zip. [2021-01-12T00:52:37.901Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-01-12T00:52:37.901Z] Unpacking zip (3.0-11build1) ... [2021-01-12T00:52:37.901Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-01-12T00:52:37.901Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2021-01-12T00:52:37.901Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-01-12T00:52:38.043Z] Collecting docker-compose==1.23.2 [2021-01-12T00:52:38.043Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-12T00:52:38.043Z] Collecting docker<4.0,>=3.6.0 [2021-01-12T00:52:38.043Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-12T00:52:38.161Z] Setting up liberror-perl (0.17025-1) ... [2021-01-12T00:52:38.161Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-01-12T00:52:38.161Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-01-12T00:52:38.161Z] No schema files found: doing nothing. [2021-01-12T00:52:38.161Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-01-12T00:52:38.161Z] Setting up zip (3.0-11build1) ... [2021-01-12T00:52:38.161Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-01-12T00:52:38.161Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-01-12T00:52:38.161Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-01-12T00:52:38.161Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-12T00:52:38.421Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-01-12T00:52:38.421Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-12T00:52:38.421Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2021-01-12T00:52:38.421Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-01-12T00:52:38.635Z] Collecting texttable<0.10,>=0.9.0 [2021-01-12T00:52:38.635Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-12T00:52:41.243Z] Collecting PyYAML<4,>=3.10 [2021-01-12T00:52:41.243Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-12T00:52:44.619Z] Collecting jsonschema<3,>=2.5.1 [2021-01-12T00:52:44.619Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-12T00:52:44.619Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-12T00:52:44.619Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-12T00:52:45.009Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-12T00:52:45.010Z] git set to automatically installed. [2021-01-12T00:52:45.010Z] git-man set to automatically installed. [2021-01-12T00:52:45.010Z] libcurl3-gnutls set to automatically installed. [2021-01-12T00:52:45.010Z] liberror-perl set to automatically installed. [2021-01-12T00:52:45.010Z] libglib2.0-0 set to automatically installed. [2021-01-12T00:52:45.010Z] libnghttp2-14 set to automatically installed. [2021-01-12T00:52:45.010Z] libnorm1 set to automatically installed. [2021-01-12T00:52:45.010Z] libpgm-5.2-0 set to automatically installed. [2021-01-12T00:52:45.010Z] libpsl5 set to automatically installed. [2021-01-12T00:52:45.010Z] librtmp1 set to automatically installed. [2021-01-12T00:52:45.010Z] libsodium23 set to automatically installed. [2021-01-12T00:52:45.010Z] libzmq3-dev set to automatically installed. [2021-01-12T00:52:45.010Z] libzmq5 set to automatically installed. [2021-01-12T00:52:45.010Z] pkg-config set to automatically installed. [2021-01-12T00:52:45.010Z] zip set to automatically installed. [2021-01-12T00:52:46.041Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-12T00:52:46.041Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-12T00:52:46.313Z] Collecting cached-property<2,>=1.2.0 [2021-01-12T00:52:46.313Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-12T00:52:46.313Z] 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-12T00:52:46.586Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-12T00:52:46.586Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-12T00:52:46.923Z] snapd is not logged in, snap install commands will use sudo [2021-01-12T00:52:48.545Z] Collecting docopt<0.7,>=0.6.1 [2021-01-12T00:52:48.545Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-12T00:52:50.501Z] Collecting docker-pycreds>=0.4.0 [2021-01-12T00:52:50.501Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-12T00:52:50.772Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-12T00:52:51.045Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-12T00:52:51.318Z] Collecting idna<2.8,>=2.5 [2021-01-12T00:52:51.318Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-12T00:52:51.318Z] 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-12T00:52:51.318Z] 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-12T00:52:51.318Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-12T00:52:51.318Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-12T00:52:51.318Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-12T00:52:51.318Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-12T00:52:52.294Z] Installing collected packages: websocket-client, urllib3, idna, requests, docker-pycreds, docker, texttable, PyYAML, jsonschema, cached-property, dockerpty, docopt, docker-compose [2021-01-12T00:52:52.294Z] Attempting uninstall: urllib3 [2021-01-12T00:52:52.294Z] Found existing installation: urllib3 1.25.9 [2021-01-12T00:52:52.567Z] Uninstalling urllib3-1.25.9: [2021-01-12T00:52:52.567Z] Successfully uninstalled urllib3-1.25.9 [2021-01-12T00:52:53.160Z] Attempting uninstall: idna [2021-01-12T00:52:53.160Z] Found existing installation: idna 2.9 [2021-01-12T00:52:53.160Z] Uninstalling idna-2.9: [2021-01-12T00:52:53.160Z] Successfully uninstalled idna-2.9 [2021-01-12T00:52:53.506Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-12T00:52:53.506Z] snap "core18" has no updates available [2021-01-12T00:52:53.754Z] Attempting uninstall: requests [2021-01-12T00:52:53.754Z] Found existing installation: requests 2.23.0 [2021-01-12T00:52:53.754Z] Uninstalling requests-2.23.0: [2021-01-12T00:52:54.027Z] Successfully uninstalled requests-2.23.0 [2021-01-12T00:52:54.446Z] Pulling config-common [2021-01-12T00:52:54.999Z] Running setup.py install for texttable: started [2021-01-12T00:52:55.390Z] Pulling go-build-helper [2021-01-12T00:52:56.964Z] Running setup.py install for texttable: finished with status 'done' [2021-01-12T00:52:56.964Z] Running setup.py install for PyYAML: started [2021-01-12T00:52:58.938Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-12T00:52:59.212Z] Running setup.py install for dockerpty: started [2021-01-12T00:53:01.182Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-12T00:53:01.182Z] Running setup.py install for docopt: started [2021-01-12T00:53:02.611Z] Running setup.py install for docopt: finished with status 'done' [2021-01-12T00:53:03.587Z] 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-12T00:53:07.882Z] Removing intermediate container 79ebd86e4c29 [2021-01-12T00:53:07.882Z] ---> fc61827e560c [2021-01-12T00:53:07.882Z] Step 21/26 : RUN apk --no-cache add curl [2021-01-12T00:53:07.882Z] ---> Running in 977871d48011 [2021-01-12T00:53:08.879Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-12T00:53:08.879Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-12T00:53:09.472Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-12T00:53:09.472Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-12T00:53:09.472Z] (3/3) Installing curl (7.69.1-r3) [2021-01-12T00:53:09.472Z] Executing busybox-1.31.1-r19.trigger [2021-01-12T00:53:09.472Z] OK: 71 MiB in 58 packages [2021-01-12T00:53:10.911Z] Removing intermediate container 977871d48011 [2021-01-12T00:53:10.911Z] ---> 17582aa4dc7e [2021-01-12T00:53:10.911Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-12T00:53:10.911Z] ---> Running in 00156b6b4bfa [2021-01-12T00:53:11.502Z] Removing intermediate container 00156b6b4bfa [2021-01-12T00:53:11.502Z] ---> 83522ee0b844 [2021-01-12T00:53:11.502Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-12T00:53:11.502Z] ---> Running in 96295b42fb03 [2021-01-12T00:53:12.098Z] Removing intermediate container 96295b42fb03 [2021-01-12T00:53:12.098Z] ---> 88c56ae4325d [2021-01-12T00:53:12.098Z] Step 24/26 : LABEL arch=arm64 [2021-01-12T00:53:12.098Z] ---> Running in 29b92ba47cc9 [2021-01-12T00:53:12.694Z] Removing intermediate container 29b92ba47cc9 [2021-01-12T00:53:12.694Z] ---> 1e37910d30b7 [2021-01-12T00:53:12.694Z] Step 25/26 : LABEL git_sha=88c774f5ef87baacffc33e0aeaf896ceb091dbde [2021-01-12T00:53:12.694Z] ---> Running in 0939e7d28630 [2021-01-12T00:53:13.287Z] Removing intermediate container 0939e7d28630 [2021-01-12T00:53:13.287Z] ---> bb65e32990a3 [2021-01-12T00:53:13.287Z] Step 26/26 : LABEL version=0.0.0 [2021-01-12T00:53:13.287Z] ---> Running in b2ee5527cccf [2021-01-12T00:53:13.880Z] Removing intermediate container b2ee5527cccf [2021-01-12T00:53:13.880Z] ---> abb976b24e90 [2021-01-12T00:53:13.880Z] [2021-01-12T00:53:14.153Z] Successfully built abb976b24e90 [2021-01-12T00:53:14.153Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-01-12T00:53:14.439Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-01-12T00:53:14.435Z] $ docker stop --time=1 c90dee3530d1c4620c3f622fca38d2243de18d4f44a888a5dbeb5e21dc9a4da6 [2021-01-12T00:53:16.337Z] $ docker rm -f c90dee3530d1c4620c3f622fca38d2243de18d4f44a888a5dbeb5e21dc9a4da6 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-12T00:53:16.975Z] + grep docker [2021-01-12T00:53:16.975Z] + docker images [2021-01-12T00:53:17.246Z] docker-sys-mgmt-agent-go-arm64 latest abb976b24e90 3 seconds ago 300MB [2021-01-12T00:53:17.246Z] docker-core-metadata-go-arm64 latest 4e395c31f055 About a minute ago 12.3MB [2021-01-12T00:53:17.246Z] docker-security-proxy-setup-go-arm64 latest a2b78edf4e77 About a minute ago 23.2MB [2021-01-12T00:53:17.246Z] docker-core-command-go-arm64 latest 78ed6377c650 About a minute ago 9.98MB [2021-01-12T00:53:17.246Z] docker-core-data-go-arm64 latest f9b7372df1fa 3 minutes ago 21MB [2021-01-12T00:53:17.246Z] docker-security-secretstore-setup-go-arm64 latest bdc5eaaca585 3 minutes ago 23.4MB [2021-01-12T00:53:17.246Z] docker-security-bootstrap-redis-go-arm64 latest 7ace9f328571 3 minutes ago 15.1MB [2021-01-12T00:53:17.246Z] docker-support-notifications-go-arm64 latest d1a898ed2538 3 minutes ago 11.4MB [2021-01-12T00:53:17.246Z] docker-support-scheduler-go-arm64 latest 2cc00f98675e 4 minutes ago 10MB [2021-01-12T00:53:17.246Z] docker 20.10.0 eeaf43b92773 4 weeks ago 228MB [Pipeline] } [Pipeline] // withEnv [2021-01-12T00:53:17.364Z] Get:1 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-01-12T00:53:17.364Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-01-12T00:53:17.364Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-01-12T00:53:17.364Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1499 kB] [2021-01-12T00:53:17.364Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-01-12T00:53:17.364Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-01-12T00:53:17.364Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-01-12T00:53:17.364Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-01-12T00:53:17.364Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-01-12T00:53:17.364Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-01-12T00:53:17.364Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-01-12T00:53:17.364Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [290 kB] [2021-01-12T00:53:17.364Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [12.5 kB] [2021-01-12T00:53:17.364Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2644 B] [2021-01-12T00:53:17.364Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [214 kB] [2021-01-12T00:53:17.364Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [28.2 kB] [2021-01-12T00:53:17.364Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1097 kB] [2021-01-12T00:53:17.364Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [245 kB] [2021-01-12T00:53:17.364Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-01-12T00:53:17.364Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1835 kB] [2021-01-12T00:53:17.364Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [382 kB] [2021-01-12T00:53:17.364Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.7 kB] [2021-01-12T00:53:17.364Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6696 B] [2021-01-12T00:53:17.364Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [232 kB] [2021-01-12T00:53:17.364Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [31.2 kB] [2021-01-12T00:53:17.364Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1700 kB] [2021-01-12T00:53:17.365Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [358 kB] [2021-01-12T00:53:17.365Z] Fetched 23.7 MB in 0s (0 B/s) [2021-01-12T00:53:17.365Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-01-12T00:53:17.365Z] Fetched 96.5 kB in 0s (0 B/s) [2021-01-12T00:53:17.365Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-01-12T00:53:17.365Z] Fetched 279 kB in 0s (0 B/s) [2021-01-12T00:53:17.365Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-01-12T00:53:17.365Z] Fetched 122 kB in 0s (0 B/s) [2021-01-12T00:53:17.365Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-01-12T00:53:17.365Z] Fetched 77.8 kB in 0s (0 B/s) [2021-01-12T00:53:17.365Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-01-12T00:53:17.365Z] Fetched 8848 B in 0s (0 B/s) [2021-01-12T00:53:17.365Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-01-12T00:53:17.365Z] Fetched 47.8 kB in 0s (0 B/s) [2021-01-12T00:53:17.365Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-01-12T00:53:17.365Z] Fetched 45.6 kB in 0s (0 B/s) [2021-01-12T00:53:17.365Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-01-12T00:53:17.365Z] Fetched 15.0 kB in 0s (0 B/s) [2021-01-12T00:53:17.365Z] Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] [2021-01-12T00:53:17.365Z] Fetched 214 kB in 0s (0 B/s) [2021-01-12T00:53:17.365Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] [2021-01-12T00:53:17.365Z] Fetched 155 kB in 0s (0 B/s) [2021-01-12T00:53:17.365Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-01-12T00:53:17.365Z] Fetched 50.6 kB in 0s (0 B/s) [2021-01-12T00:53:17.365Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-01-12T00:53:17.365Z] Fetched 14.8 kB in 0s (0 B/s) [2021-01-12T00:53:17.365Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-01-12T00:53:17.365Z] Fetched 41.8 kB in 0s (0 B/s) [2021-01-12T00:53:17.365Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-01-12T00:53:17.365Z] Fetched 499 kB in 0s (0 B/s) [2021-01-12T00:53:17.365Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-01-12T00:53:17.365Z] Fetched 111 kB in 0s (0 B/s) [2021-01-12T00:53:17.365Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-01-12T00:53:17.365Z] Fetched 240 kB in 0s (0 B/s) [2021-01-12T00:53:17.365Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-01-12T00:53:17.365Z] Fetched 29.3 kB in 0s (0 B/s) [2021-01-12T00:53:17.365Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-01-12T00:53:17.365Z] Fetched 85.5 kB in 0s (0 B/s) [2021-01-12T00:53:17.365Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-01-12T00:53:17.365Z] Fetched 24.5 kB in 0s (0 B/s) [2021-01-12T00:53:17.365Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-01-12T00:53:17.365Z] Fetched 49.2 kB in 0s (0 B/s) [2021-01-12T00:53:17.365Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-01-12T00:53:17.365Z] Fetched 54.2 kB in 0s (0 B/s) [2021-01-12T00:53:17.365Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-01-12T00:53:17.365Z] Fetched 30.8 kB in 0s (0 B/s) [2021-01-12T00:53:17.365Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] [2021-01-12T00:53:17.365Z] Fetched 17.0 kB in 0s (0 B/s) [2021-01-12T00:53:17.365Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-01-12T00:53:17.365Z] Fetched 85.9 kB in 0s (0 B/s) [2021-01-12T00:53:17.365Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-01-12T00:53:17.365Z] Fetched 8720 B in 0s (0 B/s) [2021-01-12T00:53:17.365Z] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] [2021-01-12T00:53:17.365Z] Fetched 137 kB in 0s (0 B/s) [2021-01-12T00:53:17.365Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-01-12T00:53:17.365Z] Fetched 119 kB in 0s (0 B/s) [2021-01-12T00:53:17.365Z] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] [2021-01-12T00:53:17.365Z] Fetched 109 kB in 0s (0 B/s) [2021-01-12T00:53:17.365Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-01-12T00:53:17.365Z] Fetched 11.1 kB in 0s (0 B/s) [2021-01-12T00:53:17.365Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-01-12T00:53:17.365Z] Fetched 645 kB in 0s (0 B/s) [2021-01-12T00:53:17.365Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-01-12T00:53:17.365Z] Fetched 41.3 kB in 0s (0 B/s) [2021-01-12T00:53:17.365Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-01-12T00:53:17.365Z] Fetched 17.9 kB in 0s (0 B/s) [2021-01-12T00:53:17.365Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-01-12T00:53:17.365Z] Fetched 368 kB in 0s (0 B/s) [2021-01-12T00:53:17.365Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-01-12T00:53:17.365Z] Fetched 187 kB in 0s (0 B/s) [2021-01-12T00:53:17.365Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-01-12T00:53:17.365Z] Fetched 175 kB in 0s (0 B/s) [2021-01-12T00:53:17.365Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [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] } [2021-01-12T00:53:19.927Z] Fetched 206 kB in 0s (0 B/s) [2021-01-12T00:53:19.927Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] [2021-01-12T00:53:19.927Z] Fetched 1301 kB in 0s (0 B/s) [2021-01-12T00:53:19.927Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-01-12T00:53:19.927Z] Fetched 36.2 kB in 0s (0 B/s) [2021-01-12T00:53:19.927Z] Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] [2021-01-12T00:53:19.927Z] Fetched 159 kB in 0s (0 B/s) [2021-01-12T00:53:19.927Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-01-12T00:53:19.927Z] Fetched 107 kB in 0s (0 B/s) [2021-01-12T00:53:19.927Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-01-12T00:53:19.927Z] Fetched 48.7 kB in 0s (0 B/s) [2021-01-12T00:53:19.927Z] Pulling static-packages [2021-01-12T00:53:20.535Z] 'go115' has dependencies that need to be staged: go-build-helper static-packages [2021-01-12T00:53:20.535Z] Skipping pull go-build-helper (already ran) [2021-01-12T00:53:20.535Z] Skipping pull static-packages (already ran) [2021-01-12T00:53:20.535Z] Building go-build-helper [2021-01-12T00:53:24.741Z] Building static-packages [2021-01-12T00:53:26.130Z] Staging go-build-helper [2021-01-12T00:53:26.701Z] Staging static-packages [2021-01-12T00:53:27.654Z] Pulling go115 [2021-01-12T00:53:28.616Z] 'edgex-go' has dependencies that need to be staged: go115 [2021-01-12T00:53:28.616Z] Skipping pull go115 (already ran) [2021-01-12T00:53:28.616Z] Building go115 [2021-01-12T00:53:28.616Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-12T00:53:28.616Z] Dload Upload Total Spent Left Speed [2021-01-12T00:53:31.788Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 25 115M 25 29.0M 0 0 32.0M 0 0:00:03 --:--:-- 0:00:03 31.9M 62 115M 62 71.9M 0 0 37.7M 0 0:00:03 0:00:01 0:00:02 37.7M 95 115M 95 110M 0 0 37.9M 0 0:00:03 0:00:02 0:00:01 37.8M 100 115M 100 115M 0 0 37.2M 0 0:00:03 0:00:03 --:--:-- 37.2M [2021-01-12T00:53:32.361Z] go1.15.2.linux-amd64.tar.gz: OK [2021-01-12T00:53:36.577Z] Staging go115 [2021-01-12T00:53:41.866Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-01-12T00:53:41.866Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-12T00:53:41.866Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-12T00:53:41.866Z] Fetched 0 B in 0s (0 B/s) [2021-01-12T00:53:41.866Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-01-12T00:53:41.866Z] Fetched 224 kB in 0s (0 B/s) [2021-01-12T00:53:41.866Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-01-12T00:53:41.866Z] Fetched 157 kB in 0s (0 B/s) [2021-01-12T00:53:41.866Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-01-12T00:53:41.866Z] Fetched 221 kB in 0s (0 B/s) [2021-01-12T00:53:41.866Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-01-12T00:53:41.866Z] Fetched 143 kB in 0s (0 B/s) [2021-01-12T00:53:41.866Z] Pulling edgex-go [2021-01-12T00:53:42.127Z] Pulling version [2021-01-12T00:53:43.069Z] Building config-common [2021-01-12T00:53:44.985Z] Skipping build go-build-helper (already ran) [2021-01-12T00:53:44.985Z] Skipping build static-packages (already ran) [2021-01-12T00:53:44.985Z] Skipping build go115 (already ran) [2021-01-12T00:53:45.244Z] Building edgex-go [2021-01-12T00:53:45.245Z] 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-12T00:53:46.629Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-01-12T00:53:46.629Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.68 [2021-01-12T00:53:46.629Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.141 [2021-01-12T00:53:46.629Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-01-12T00:53:46.629Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-01-12T00:53:46.629Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-01-12T00:53:46.629Z] go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.29 [2021-01-12T00:53:46.629Z] go: downloading github.com/google/uuid v1.1.4 [2021-01-12T00:53:46.629Z] go: downloading github.com/x448/float16 v0.8.4 [2021-01-12T00:53:46.629Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-01-12T00:53:46.629Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-01-12T00:53:46.629Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2021-01-12T00:53:46.629Z] go: downloading github.com/edgexfoundry/go-mod-messaging v0.1.30 [2021-01-12T00:53:46.629Z] go: downloading github.com/imdario/mergo v0.3.11 [2021-01-12T00:53:46.629Z] go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.8 [2021-01-12T00:53:46.629Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-01-12T00:53:46.629Z] go: downloading github.com/pkg/errors v0.8.1 [2021-01-12T00:53:46.629Z] go: downloading github.com/edgexfoundry/go-mod-registry v0.1.27 [2021-01-12T00:53:46.629Z] go: downloading github.com/go-playground/validator/v10 v10.3.0 [2021-01-12T00:53:46.629Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2021-01-12T00:53:46.629Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-01-12T00:53:46.629Z] go: downloading github.com/hashicorp/consul/api v1.1.0 [2021-01-12T00:53:46.889Z] go: downloading github.com/pebbe/zmq4 v1.2.2 [2021-01-12T00:53:46.889Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 [2021-01-12T00:53:46.889Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-01-12T00:53:46.889Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-01-12T00:53:46.889Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-01-12T00:53:46.889Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-01-12T00:53:46.889Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-01-12T00:53:46.889Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-01-12T00:53:46.889Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-01-12T00:53:46.889Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.0 [2021-01-12T00:53:46.889Z] go: downloading github.com/hashicorp/serf v0.8.2 [2021-01-12T00:53:46.889Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-01-12T00:53:46.889Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-01-12T00:53:46.889Z] go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2021-01-12T00:53:46.889Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-01-12T00:53:46.889Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-01-12T00:53:47.154Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-01-12T00:53:47.154Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-01-12T00:53:53.737Z] 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-12T00:53:57.939Z] 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-12T00:53:58.510Z] 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-12T00:53:59.906Z] 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-12T00:53:59.906Z] 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-12T00:53:59.906Z] go: downloading github.com/stretchr/testify v1.6.1 [2021-01-12T00:54:00.165Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-01-12T00:54:00.165Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-01-12T00:54:00.165Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-01-12T00:54:01.552Z] 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-12T00:54:01.552Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-01-12T00:54:01.552Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-01-12T00:54:02.934Z] 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-12T00:54:03.508Z] 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-12T00:54:03.508Z] go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-01-12T00:54:04.888Z] 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-12T00:54:05.832Z] 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-12T00:54:06.404Z] 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-12T00:54:06.404Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-01-12T00:54:08.963Z] Building version [2021-01-12T00:54:10.373Z] Staging config-common [2021-01-12T00:54:11.324Z] Skipping stage go-build-helper (already ran) [2021-01-12T00:54:11.324Z] Skipping stage static-packages (already ran) [2021-01-12T00:54:11.324Z] Skipping stage go115 (already ran) [2021-01-12T00:54:11.324Z] Staging edgex-go [2021-01-12T00:54:12.290Z] Staging version [2021-01-12T00:54:13.246Z] Priming config-common [2021-01-12T00:54:13.819Z] Priming go-build-helper [2021-01-12T00:54:14.766Z] Priming static-packages [2021-01-12T00:54:17.332Z] Priming go115 [2021-01-12T00:54:17.904Z] Priming edgex-go [2021-01-12T00:54:18.846Z] Priming version [2021-01-12T00:54:19.787Z] 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] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2021-01-12T00:54:22.765Z] provisioning config files... [2021-01-12T00:54:22.793Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/20@tmp/config7286862047883276190tmp [Pipeline] { [Pipeline] sh [2021-01-12T00:54:23.189Z] + set +x [2021-01-12T00:54:23.190Z] + bash -s -- [2021-01-12T00:54:23.190Z] + curl -s https://codecov.io/bash [2021-01-12T00:54:23.809Z] [2021-01-12T00:54:23.810Z] _____ _ [2021-01-12T00:54:23.810Z] / ____| | | [2021-01-12T00:54:23.810Z] | | ___ __| | ___ ___ _____ __ [2021-01-12T00:54:23.810Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-01-12T00:54:23.810Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-01-12T00:54:23.810Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-01-12T00:54:23.810Z] Bash-20201231-23d4836 [2021-01-12T00:54:23.810Z] [2021-01-12T00:54:23.810Z] [2021-01-12T00:54:23.810Z] ==> git version 2.24.3 found [2021-01-12T00:54:23.810Z] ==> 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-12T00:54:23.810Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-01-12T00:54:23.810Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-01-12T00:54:23.810Z] ==> Jenkins CI detected. [2021-01-12T00:54:23.810Z] project root: . [2021-01-12T00:54:23.810Z] --> token set from env [2021-01-12T00:54:23.810Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-01-12T00:54:24.088Z] ==> Running gcov in . (disable via -X gcov) [2021-01-12T00:54:24.088Z] ==> Python coveragepy not found [2021-01-12T00:54:24.088Z] ==> Searching for coverage reports in: [2021-01-12T00:54:24.088Z] + . [2021-01-12T00:54:24.088Z] -> Found 1 reports [2021-01-12T00:54:24.088Z] ==> Detecting git/mercurial file structure [2021-01-12T00:54:24.088Z] ==> Reading reports [2021-01-12T00:54:24.088Z] + ./coverage.out bytes=540302 [2021-01-12T00:54:24.088Z] ==> Appending adjustments [2021-01-12T00:54:24.088Z] https://docs.codecov.io/docs/fixing-reports [2021-01-12T00:54:29.501Z] + Found adjustments [2021-01-12T00:54:29.501Z] ==> Gzipping contents [2021-01-12T00:54:29.501Z] 84K /tmp/codecov.sWmX95.gz [2021-01-12T00:54:29.501Z] ==> Uploading reports [2021-01-12T00:54:29.501Z] url: https://codecov.io [2021-01-12T00:54:29.501Z] query: branch=PR-2924&commit=88c774f5ef87baacffc33e0aeaf896ceb091dbde&build=20&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-2924%2F20%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=2924&job=&cmd_args= [2021-01-12T00:54:29.501Z] -> Pinging Codecov [2021-01-12T00:54:29.501Z] https://codecov.io/upload/v4?package=bash-20201231-23d4836&token=secret&branch=PR-2924&commit=88c774f5ef87baacffc33e0aeaf896ceb091dbde&build=20&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-2924%2F20%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=2924&job=&cmd_args= [2021-01-12T00:54:29.785Z] -> Uploading to [2021-01-12T00:54:29.785Z] https://storage.googleapis.com/codecov/v4/raw/2021-01-12/00271124DB129430A58F1EEE437C3FCB/88c774f5ef87baacffc33e0aeaf896ceb091dbde/be4f4486-7041-47fe-9ee8-20fa4144490d.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210112%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210112T005429Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=8e1547ede30ed365a64d9fbcbbdac29544180f5716798d0e6799d65de05771c5 [2021-01-12T00:54:29.785Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-12T00:54:29.785Z] Dload Upload Total Spent Left Speed [2021-01-12T00:54:30.638Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 82129 0 0 100 82129 0 124k --:--:-- --:--:-- --:--:-- 124k [2021-01-12T00:54:30.638Z] -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/88c774f5ef87baacffc33e0aeaf896ceb091dbde [Pipeline] } [2021-01-12T00:54:30.653Z] 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-12T00:54:32.519Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-12T00:54:33.865Z] ---> package-listing.sh [2021-01-12T00:54:33.865Z] ++ facter osfamily [2021-01-12T00:54:33.865Z] ++ tr '[:upper:]' '[:lower:]' [2021-01-12T00:54:34.143Z] + OS_FAMILY=redhat [2021-01-12T00:54:34.143Z] + workspace=/w/workspace/edgex-go/20 [2021-01-12T00:54:34.143Z] + START_PACKAGES=/tmp/packages_start.txt [2021-01-12T00:54:34.143Z] + END_PACKAGES=/tmp/packages_end.txt [2021-01-12T00:54:34.143Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-01-12T00:54:34.143Z] + PACKAGES=/tmp/packages_start.txt [2021-01-12T00:54:34.143Z] + '[' /w/workspace/edgex-go/20 ']' [2021-01-12T00:54:34.143Z] + PACKAGES=/tmp/packages_end.txt [2021-01-12T00:54:34.143Z] + case "${OS_FAMILY}" in [2021-01-12T00:54:34.143Z] + rpm -qa [2021-01-12T00:54:34.143Z] + sort [2021-01-12T00:54:40.836Z] + '[' -f /tmp/packages_start.txt ']' [2021-01-12T00:54:40.836Z] + '[' -f /tmp/packages_end.txt ']' [2021-01-12T00:54:40.836Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-01-12T00:54:40.836Z] + '[' /w/workspace/edgex-go/20 ']' [2021-01-12T00:54:40.836Z] + mkdir -p /w/workspace/edgex-go/20/archives/ [2021-01-12T00:54:40.836Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/20/archives/ [Pipeline] echo [2021-01-12T00:54:40.851Z] 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/20/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-01-12T00:54:41.204Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-01-12T00:54:41.824Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-12T00:54:42.099Z] [2021-01-12T00:54:42.099Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-01-12T00:54:42.518Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-12T00:54:42.794Z] alpine: Pulling from edgex-lftools-log-publisher [2021-01-12T00:54:42.794Z] df20fa9351a1: Pulling fs layer [2021-01-12T00:54:42.794Z] 36b3adc4ff6f: Pulling fs layer [2021-01-12T00:54:42.794Z] 8ad3a11d3b57: Pulling fs layer [2021-01-12T00:54:42.794Z] 46f8f816bc3b: Pulling fs layer [2021-01-12T00:54:42.794Z] 93b61091891f: Pulling fs layer [2021-01-12T00:54:42.794Z] 93b9cdb0e59b: Pulling fs layer [2021-01-12T00:54:42.794Z] 5e14af77c1be: Pulling fs layer [2021-01-12T00:54:42.794Z] 01666e4c0597: Pulling fs layer [2021-01-12T00:54:42.794Z] aa168da1d23b: Pulling fs layer [2021-01-12T00:54:42.794Z] 46f8f816bc3b: Waiting [2021-01-12T00:54:42.794Z] 93b61091891f: Waiting [2021-01-12T00:54:42.794Z] 93b9cdb0e59b: Waiting [2021-01-12T00:54:42.794Z] 5e14af77c1be: Waiting [2021-01-12T00:54:42.794Z] 01666e4c0597: Waiting [2021-01-12T00:54:42.794Z] aa168da1d23b: Waiting [2021-01-12T00:54:42.794Z] 36b3adc4ff6f: Verifying Checksum [2021-01-12T00:54:42.794Z] 36b3adc4ff6f: Download complete [2021-01-12T00:54:42.794Z] 46f8f816bc3b: Verifying Checksum [2021-01-12T00:54:42.794Z] 46f8f816bc3b: Download complete [2021-01-12T00:54:43.089Z] df20fa9351a1: Verifying Checksum [2021-01-12T00:54:43.089Z] df20fa9351a1: Download complete [2021-01-12T00:54:43.089Z] 93b9cdb0e59b: Download complete [2021-01-12T00:54:43.089Z] 5e14af77c1be: Verifying Checksum [2021-01-12T00:54:43.089Z] 5e14af77c1be: Download complete [2021-01-12T00:54:43.089Z] 01666e4c0597: Verifying Checksum [2021-01-12T00:54:43.089Z] 01666e4c0597: Download complete [2021-01-12T00:54:43.089Z] 93b61091891f: Verifying Checksum [2021-01-12T00:54:43.089Z] 93b61091891f: Download complete [2021-01-12T00:54:43.693Z] df20fa9351a1: Pull complete [2021-01-12T00:54:44.429Z] 8ad3a11d3b57: Verifying Checksum [2021-01-12T00:54:44.429Z] 8ad3a11d3b57: Download complete [2021-01-12T00:54:44.429Z] 36b3adc4ff6f: Pull complete [2021-01-12T00:54:46.506Z] 8ad3a11d3b57: Pull complete [2021-01-12T00:54:46.800Z] 46f8f816bc3b: Pull complete [2021-01-12T00:54:48.832Z] aa168da1d23b: Verifying Checksum [2021-01-12T00:54:48.832Z] aa168da1d23b: Download complete [2021-01-12T00:54:50.834Z] 93b61091891f: Pull complete [2021-01-12T00:54:51.102Z] 93b9cdb0e59b: Pull complete [2021-01-12T00:54:51.505Z] 5e14af77c1be: Pull complete [2021-01-12T00:54:51.904Z] 01666e4c0597: Pull complete [2021-01-12T00:55:07.217Z] aa168da1d23b: Pull complete [2021-01-12T00:55:07.217Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-01-12T00:55:07.217Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-12T00:55:07.217Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-01-12T00:55:07.508Z] prd-centos7-docker-4c-2g-19653 does not seem to be running inside a container [2021-01-12T00:55:07.613Z] $ 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/20/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/20 -v /w/workspace/edgex-go/20:/w/workspace/edgex-go/20:rw,z -v /w/workspace/edgex-go/20@tmp:/w/workspace/edgex-go/20@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-01-12T00:55:11.210Z] $ docker top afb25b4ce5b166bab399c7e8066f6bc2986e1491beb565ef13905c8009bacbda -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-12T00:55:12.200Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-01-12T00:55:12.530Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-01-12T00:55:12.857Z] + ls /var/log/sa-host [2021-01-12T00:55:12.857Z] + sadf -c /var/log/sa-host/sa12 [2021-01-12T00:55:12.857Z] file_magic: OK [2021-01-12T00:55:12.857Z] HZ: Using current value: 100 [2021-01-12T00:55:12.857Z] file_header: OK [2021-01-12T00:55:12.857Z] 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-12T00:55:12.857Z] Statistics: [2021-01-12T00:55:12.857Z] 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...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-01-12T00:55:12.857Z] File successfully converted to sysstat format version 12.2.1 [2021-01-12T00:55:12.857Z] + sadf -c /var/log/sa-host/sa23 [2021-01-12T00:55:12.857Z] file_magic: OK [2021-01-12T00:55:12.857Z] HZ: Using current value: 100 [2021-01-12T00:55:12.857Z] file_header: OK [2021-01-12T00:55:12.857Z] 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-12T00:55:12.857Z] Statistics: [2021-01-12T00:55:12.857Z] Hnuu...uuuununununu... [2021-01-12T00:55:12.857Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-01-12T00:55:13.067Z] provisioning config files... [2021-01-12T00:55:13.094Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/20@tmp/config8468669976191692478tmp [Pipeline] { [Pipeline] echo [2021-01-12T00:55:13.179Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-12T00:55:13.520Z] ---> create-netrc.sh [Pipeline] } [2021-01-12T00:55:13.538Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-01-12T00:55:13.623Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-12T00:55:13.944Z] ---> python-tools-install.sh [Pipeline] echo [2021-01-12T00:55:13.958Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-12T00:55:14.631Z] ---> sudo-logs.sh [2021-01-12T00:55:14.631Z] Archiving 'sudo' log.. [Pipeline] echo [2021-01-12T00:55:14.649Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-12T00:55:15.371Z] ---> job-cost.sh [2021-01-12T00:55:15.371Z] lf-activate-venv: SKIPPING [2021-01-12T00:55:15.371Z] INFO: No Stack... [2021-01-12T00:55:16.363Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-01-12T00:55:16.954Z] INFO: Archiving Costs [Pipeline] echo [2021-01-12T00:55:16.970Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-12T00:55:17.612Z] ---> logs-deploy.sh [2021-01-12T00:55:17.612Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2924/20 [2021-01-12T00:55:17.612Z] INFO: archiving workspace using pattern(s): [2021-01-12T00:55:19.579Z] Archives upload complete. [2021-01-12T00:55:19.844Z] INFO: archiving logs to Nexus