Pull request #3273 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of jim-wang-intel for edgexfoundry/edgex-go Obtained Jenkinsfile from c15de42b2ff48f9c2b69ff3dca3fa97eec97bb1f+cd35e82189541566d340af614e7b672e1779e95b (584ac86cb80038912bf3177a320855df8af5a88d) 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 57ded3389ef25720063a8030e5c426a6b7ea5b20 # timeout=10 Commit message: "Merge pull request #323 from siggiskulason/update-snap-build" > 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 46d8313d362d7075c0f562900eedc504c24ea18a 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 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > 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 BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-30606 in /w/workspace/edgexfoundry_edgex-go_PR-3273 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/2 [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/2 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit cd35e82189541566d340af614e7b672e1779e95b into PR head commit c15de42b2ff48f9c2b69ff3dca3fa97eec97bb1f Merge succeeded, producing c15de42b2ff48f9c2b69ff3dca3fa97eec97bb1f Checking out Revision c15de42b2ff48f9c2b69ff3dca3fa97eec97bb1f (PR-3273) > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3273/head:refs/remotes/origin/PR-3273 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f c15de42b2ff48f9c2b69ff3dca3fa97eec97bb1f # 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 cd35e82189541566d340af614e7b672e1779e95b # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f c15de42b2ff48f9c2b69ff3dca3fa97eec97bb1f # timeout=10 Commit message: "fix: Reduce the complexity of Execute()" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-03-19T19:13:10.975Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-03-19T19:13:11.242Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-03-19T19:13:11.333Z] ========================================================= [2021-03-19T19:13:11.333Z] EdgeX Global Pipelines Version Info [2021-03-19T19:13:11.333Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk 1563183a39e1034c19714a8c0bb5c559455af12f # timeout=10 [2021-03-19T19:13:12.773Z] ------------------- [2021-03-19T19:13:12.773Z] stable info: [2021-03-19T19:13:12.773Z] ------------------- [2021-03-19T19:13:12.773Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-03-19T19:13:12.773Z] Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 [2021-03-19T19:13:12.773Z] Message: update stable to v1.0.186 [2021-03-19T19:13:13.724Z] ------------------- [2021-03-19T19:13:13.724Z] experimental info: [2021-03-19T19:13:13.724Z] ------------------- [2021-03-19T19:13:13.724Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-03-19T19:13:13.724Z] Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 [2021-03-19T19:13:13.724Z] Message: update experimental to v1.0.186 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-03-19T19:13:14.043Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-03-19T19:13:14.155Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-03-19T19:13:14.277Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-03-19T19:13:14.420Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-03-19T19:13:14.508Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-03-19T19:13:14.589Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-03-19T19:13:14.678Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-03-19T19:13:14.776Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-03-19T19:13:14.881Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-03-19T19:13:14.971Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-03-19T19:13:15.057Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-03-19T19:13:15.141Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-03-19T19:13:15.226Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-03-19T19:13:15.324Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-03-19T19:13:15.426Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-03-19T19:13:15.525Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-03-19T19:13:15.618Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-03-19T19:13:15.734Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-03-19T19:13:15.824Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-03-19T19:13:15.922Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-03-19T19:13:16.006Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-03-19T19:13:16.089Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-03-19T19:13:16.168Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3273 [Pipeline] echo [2021-03-19T19:13:16.251Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3273 [Pipeline] echo [2021-03-19T19:13:16.335Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3273 [Pipeline] echo [2021-03-19T19:13:16.422Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = c15de42b2ff48f9c2b69ff3dca3fa97eec97bb1f [Pipeline] echo [2021-03-19T19:13:16.533Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = c15de42 [Pipeline] echo [2021-03-19T19:13:16.621Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-19T19:13:16.783Z] provisioning config files... [2021-03-19T19:13:16.820Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/2@tmp/config1854442111702372336tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-19T19:13:17.189Z] ---> docker-login.sh [2021-03-19T19:13:17.189Z] nexus3.edgexfoundry.org:10001 [2021-03-19T19:13:17.453Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-19T19:13:17.720Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-19T19:13:17.720Z] Configure a credential helper to remove this warning. See [2021-03-19T19:13:17.720Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-19T19:13:17.720Z] [2021-03-19T19:13:17.720Z] Login Succeeded [2021-03-19T19:13:17.720Z] nexus3.edgexfoundry.org:10002 [2021-03-19T19:13:17.720Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-19T19:13:17.720Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-19T19:13:17.720Z] Configure a credential helper to remove this warning. See [2021-03-19T19:13:17.720Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-19T19:13:17.720Z] [2021-03-19T19:13:17.720Z] Login Succeeded [2021-03-19T19:13:17.720Z] nexus3.edgexfoundry.org:10003 [2021-03-19T19:13:17.983Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-19T19:13:17.983Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-19T19:13:17.983Z] Configure a credential helper to remove this warning. See [2021-03-19T19:13:17.983Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-19T19:13:17.983Z] [2021-03-19T19:13:17.983Z] Login Succeeded [2021-03-19T19:13:17.983Z] nexus3.edgexfoundry.org:10004 [2021-03-19T19:13:17.983Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-19T19:13:18.246Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-19T19:13:18.246Z] Configure a credential helper to remove this warning. See [2021-03-19T19:13:18.246Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-19T19:13:18.246Z] [2021-03-19T19:13:18.246Z] Login Succeeded [2021-03-19T19:13:18.246Z] docker.io [2021-03-19T19:13:18.510Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-19T19:13:18.773Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-19T19:13:18.773Z] Configure a credential helper to remove this warning. See [2021-03-19T19:13:18.773Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-19T19:13:18.773Z] [2021-03-19T19:13:18.773Z] Login Succeeded [2021-03-19T19:13:18.773Z] ---> docker-login.sh ends [Pipeline] } [2021-03-19T19:13:18.783Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-19T19:13:19.247Z] ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile [2021-03-19T19:13:19.248Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-19T19:13:19.248Z] ++ dirname cmd/core-command/Dockerfile [2021-03-19T19:13:19.248Z] ++ cut -d/ -f2 [2021-03-19T19:13:19.248Z] + echo core-command,cmd/core-command/Dockerfile [2021-03-19T19:13:19.248Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-19T19:13:19.248Z] ++ dirname cmd/core-data/Dockerfile [2021-03-19T19:13:19.248Z] ++ cut -d/ -f2 [2021-03-19T19:13:19.248Z] + echo core-data,cmd/core-data/Dockerfile [2021-03-19T19:13:19.248Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-19T19:13:19.248Z] ++ dirname cmd/core-metadata/Dockerfile [2021-03-19T19:13:19.248Z] ++ cut -d/ -f2 [2021-03-19T19:13:19.248Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-03-19T19:13:19.248Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-19T19:13:19.248Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-03-19T19:13:19.248Z] ++ cut -d/ -f2 [2021-03-19T19:13:19.248Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-03-19T19:13:19.248Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-19T19:13:19.248Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-03-19T19:13:19.248Z] ++ cut -d/ -f2 [2021-03-19T19:13:19.248Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-03-19T19:13:19.248Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-19T19:13:19.248Z] ++ cut -d/ -f2 [2021-03-19T19:13:19.248Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-03-19T19:13:19.248Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-03-19T19:13:19.248Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-19T19:13:19.248Z] ++ dirname cmd/support-notifications/Dockerfile [2021-03-19T19:13:19.248Z] ++ cut -d/ -f2 [2021-03-19T19:13:19.248Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-03-19T19:13:19.248Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-19T19:13:19.248Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-03-19T19:13:19.248Z] ++ cut -d/ -f2 [2021-03-19T19:13:19.248Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-03-19T19:13:19.248Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-19T19:13:19.248Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-03-19T19:13:19.248Z] ++ cut -d/ -f2 [2021-03-19T19:13:19.248Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-03-19T19:13:19.323Z] Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-bootstrapper-go, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2021-03-19T19:13:20.191Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-19T19:13:20.192Z] [2021-03-19T19:13:20.192Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-03-19T19:13:20.546Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-19T19:13:20.546Z] latest: Pulling from edgex-devops/git-semver [2021-03-19T19:13:20.546Z] 31603596830f: Pulling fs layer [2021-03-19T19:13:20.546Z] 2a8b12db71e7: Pulling fs layer [2021-03-19T19:13:20.546Z] 6ca5941a6612: Pulling fs layer [2021-03-19T19:13:20.546Z] ecc8261a40a4: Pulling fs layer [2021-03-19T19:13:20.546Z] ecc8261a40a4: Waiting [2021-03-19T19:13:20.546Z] 2a8b12db71e7: Verifying Checksum [2021-03-19T19:13:20.546Z] 2a8b12db71e7: Download complete [2021-03-19T19:13:20.546Z] 31603596830f: Verifying Checksum [2021-03-19T19:13:20.546Z] 31603596830f: Download complete [2021-03-19T19:13:20.810Z] ecc8261a40a4: Verifying Checksum [2021-03-19T19:13:20.810Z] ecc8261a40a4: Download complete [2021-03-19T19:13:20.810Z] 6ca5941a6612: Verifying Checksum [2021-03-19T19:13:20.810Z] 6ca5941a6612: Download complete [2021-03-19T19:13:21.076Z] 31603596830f: Pull complete [2021-03-19T19:13:21.076Z] 2a8b12db71e7: Pull complete [2021-03-19T19:13:22.028Z] 6ca5941a6612: Pull complete [2021-03-19T19:13:22.290Z] ecc8261a40a4: Pull complete [2021-03-19T19:13:22.290Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-03-19T19:13:22.290Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-19T19:13:22.290Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-03-19T19:13:22.394Z] prd-centos7-docker-4c-2g-30606 does not seem to be running inside a container [2021-03-19T19:13:22.452Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-03-19T19:13:25.091Z] $ docker top 70e1defc230203cde1491e6db67d8b0107c3e670e2f58c47522d48197f733847 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-19T19:13:25.388Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-19T19:13:25.388Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-19T19:13:25.630Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-19T19:13:25.636Z] $ docker exec 70e1defc230203cde1491e6db67d8b0107c3e670e2f58c47522d48197f733847 ssh-agent [2021-03-19T19:13:25.815Z] SSH_AUTH_SOCK=/tmp/ssh-VZuJXIeLGUJH/agent.12 [2021-03-19T19:13:25.815Z] SSH_AGENT_PID=17 [2021-03-19T19:13:25.826Z] Running ssh-add (command line suppressed) [2021-03-19T19:13:25.945Z] Identity added: /w/workspace/edgex-go/2@tmp/private_key_518410931878722791.key (/w/workspace/edgex-go/2@tmp/private_key_518410931878722791.key) [2021-03-19T19:13:25.995Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-19T19:13:26.344Z] + git tag --points-at HEAD [Pipeline] } [2021-03-19T19:13:26.369Z] $ docker exec --env ******** --env ******** 70e1defc230203cde1491e6db67d8b0107c3e670e2f58c47522d48197f733847 ssh-agent -k [2021-03-19T19:13:26.483Z] unset SSH_AUTH_SOCK; [2021-03-19T19:13:26.483Z] unset SSH_AGENT_PID; [2021-03-19T19:13:26.483Z] echo Agent pid 17 killed; [2021-03-19T19:13:26.532Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-03-19T19:13:26.669Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-19T19:13:26.669Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-19T19:13:26.835Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-19T19:13:26.840Z] $ docker exec 70e1defc230203cde1491e6db67d8b0107c3e670e2f58c47522d48197f733847 ssh-agent [2021-03-19T19:13:27.008Z] SSH_AUTH_SOCK=/tmp/ssh-Boq5zOHsuG2l/agent.47 [2021-03-19T19:13:27.008Z] SSH_AGENT_PID=52 [2021-03-19T19:13:27.016Z] Running ssh-add (command line suppressed) [2021-03-19T19:13:27.137Z] Identity added: /w/workspace/edgex-go/2@tmp/private_key_3845613288653457969.key (/w/workspace/edgex-go/2@tmp/private_key_3845613288653457969.key) [2021-03-19T19:13:27.192Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-19T19:13:27.524Z] + git semver init [2021-03-19T19:13:27.524Z] # -> Open(): unable to determine branch for HEAD [2021-03-19T19:13:27.524Z] # $GIT_DIR = /w/workspace/edgex-go/2/.git [2021-03-19T19:13:27.524Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/2 [2021-03-19T19:13:27.524Z] # $SEMVER_REMOTE_NAME = origin [2021-03-19T19:13:27.524Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-19T19:13:27.524Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-19T19:13:27.524Z] # $SEMVER_BRANCH = PR-3273 [2021-03-19T19:13:27.524Z] # $SEMVER_TEMP = /tmp/semver-879395264 [2021-03-19T19:13:27.524Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-03-19T19:13:45.833Z] # '/tmp/semver-879395264' -> '/w/workspace/edgex-go/2/.semver' [2021-03-19T19:13:45.833Z] # -> Force: false [2021-03-19T19:13:45.833Z] # $SEMVER_DIR = /w/workspace/edgex-go/2/.semver [Pipeline] } [2021-03-19T19:13:45.849Z] $ docker exec --env ******** --env ******** 70e1defc230203cde1491e6db67d8b0107c3e670e2f58c47522d48197f733847 ssh-agent -k [2021-03-19T19:13:46.118Z] unset SSH_AUTH_SOCK; [2021-03-19T19:13:46.119Z] unset SSH_AGENT_PID; [2021-03-19T19:13:46.119Z] echo Agent pid 52 killed; [2021-03-19T19:13:46.216Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-19T19:13:46.750Z] + git semver [Pipeline] } [2021-03-19T19:13:46.770Z] $ docker stop --time=1 70e1defc230203cde1491e6db67d8b0107c3e670e2f58c47522d48197f733847 [2021-03-19T19:13:48.429Z] $ docker rm -f 70e1defc230203cde1491e6db67d8b0107c3e670e2f58c47522d48197f733847 [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-19T19:13:48.992Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-03-19T19:13:49.547Z] Stashed 1 file(s) [Pipeline] echo [2021-03-19T19:13:49.551Z] [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-03-19T19:13:50.465Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-03-19T19:13:50.770Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-19T19:13:51.073Z] + sudo service docker restart [2021-03-19T19:13:51.073Z] + true [2021-03-19T19:13:51.073Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-03-19T19:13:51.665Z] ========================================================= [2021-03-19T19:13:51.665Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-03-19T19:13:51.665Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-19T19:13:52.009Z] + 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-03-19T19:13:55.337Z] Sending build context to Docker daemon 328.8MB [2021-03-19T19:13:55.337Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-03-19T19:13:55.337Z] Step 2/6 : FROM ${BASE} [2021-03-19T19:13:55.600Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-03-19T19:13:55.600Z] 188c0c94c7c5: Pulling fs layer [2021-03-19T19:13:55.600Z] 0ef7d3d256c8: Pulling fs layer [2021-03-19T19:13:55.600Z] de9db76c5a1d: Pulling fs layer [2021-03-19T19:13:55.600Z] bca2f99d35d6: Pulling fs layer [2021-03-19T19:13:55.600Z] 93359f2a8cfa: Pulling fs layer [2021-03-19T19:13:55.600Z] 7c6f9722023f: Pulling fs layer [2021-03-19T19:13:55.600Z] a35cf1a2eb13: Pulling fs layer [2021-03-19T19:13:55.600Z] 7c6f9722023f: Waiting [2021-03-19T19:13:55.600Z] 93359f2a8cfa: Waiting [2021-03-19T19:13:55.600Z] bca2f99d35d6: Waiting [2021-03-19T19:13:55.600Z] a35cf1a2eb13: Waiting [2021-03-19T19:13:55.600Z] de9db76c5a1d: Download complete [2021-03-19T19:13:55.600Z] 0ef7d3d256c8: Download complete [2021-03-19T19:13:55.600Z] 93359f2a8cfa: Verifying Checksum [2021-03-19T19:13:55.600Z] 93359f2a8cfa: Download complete [2021-03-19T19:13:55.600Z] 188c0c94c7c5: Verifying Checksum [2021-03-19T19:13:55.600Z] 188c0c94c7c5: Download complete [2021-03-19T19:13:55.600Z] 7c6f9722023f: Verifying Checksum [2021-03-19T19:13:55.600Z] 7c6f9722023f: Download complete [2021-03-19T19:13:55.865Z] 188c0c94c7c5: Pull complete [2021-03-19T19:13:56.127Z] 0ef7d3d256c8: Pull complete [2021-03-19T19:13:56.127Z] de9db76c5a1d: Pull complete [2021-03-19T19:13:58.057Z] a35cf1a2eb13: Verifying Checksum [2021-03-19T19:13:58.057Z] a35cf1a2eb13: Download complete [2021-03-19T19:13:58.327Z] bca2f99d35d6: Verifying Checksum [2021-03-19T19:13:58.327Z] bca2f99d35d6: Download complete [2021-03-19T19:14:04.904Z] Still waiting to schedule task [2021-03-19T19:14:04.904Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2021-03-19T19:14:04.974Z] bca2f99d35d6: Pull complete [2021-03-19T19:14:04.974Z] 93359f2a8cfa: Pull complete [2021-03-19T19:14:04.974Z] 7c6f9722023f: Pull complete [2021-03-19T19:14:09.202Z] a35cf1a2eb13: Pull complete [2021-03-19T19:14:09.202Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-03-19T19:14:09.202Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-03-19T19:14:09.202Z] ---> a62c8e92a672 [2021-03-19T19:14:09.202Z] Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2021-03-19T19:14:09.202Z] ---> Running in d0d0067b951a [2021-03-19T19:14:09.777Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-19T19:14:10.725Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-19T19:14:11.673Z] (1/12) Installing libmagic (5.38-r0) [2021-03-19T19:14:11.935Z] (2/12) Installing file (5.38-r0) [2021-03-19T19:14:12.197Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-03-19T19:14:12.197Z] (4/12) Installing g++ (9.3.0-r2) [2021-03-19T19:14:22.220Z] (5/12) Installing fortify-headers (1.1-r0) [2021-03-19T19:14:22.220Z] (6/12) Installing patch (2.7.6-r6) [2021-03-19T19:14:22.220Z] (7/12) Installing build-base (0.5-r2) [2021-03-19T19:14:22.220Z] (8/12) Installing libsodium (1.0.18-r0) [2021-03-19T19:14:22.220Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-03-19T19:14:22.220Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-03-19T19:14:22.220Z] (11/12) Installing libzmq (4.3.3-r0) [2021-03-19T19:14:22.220Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-03-19T19:14:22.220Z] Executing busybox-1.31.1-r19.trigger [2021-03-19T19:14:22.220Z] OK: 233 MiB in 51 packages [2021-03-19T19:14:25.542Z] Removing intermediate container d0d0067b951a [2021-03-19T19:14:25.542Z] ---> 420cca2f8a31 [2021-03-19T19:14:25.542Z] Step 4/6 : WORKDIR /edgex-go [2021-03-19T19:14:25.542Z] ---> Running in 1985afc61026 [2021-03-19T19:14:25.542Z] Removing intermediate container 1985afc61026 [2021-03-19T19:14:25.542Z] ---> 39a230986bc4 [2021-03-19T19:14:25.542Z] Step 5/6 : COPY go.mod . [2021-03-19T19:14:25.806Z] ---> ce4da7e976a5 [2021-03-19T19:14:25.806Z] Step 6/6 : RUN go mod download [2021-03-19T19:14:25.806Z] ---> Running in b426582464a8 [2021-03-19T19:14:52.449Z] Removing intermediate container b426582464a8 [2021-03-19T19:14:52.449Z] ---> f69921ffe267 [2021-03-19T19:14:52.449Z] Successfully built f69921ffe267 [2021-03-19T19:14:52.449Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-19T19:14:52.769Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-19T19:14:52.769Z] . [Pipeline] withDockerContainer [2021-03-19T19:14:52.879Z] prd-centos7-docker-4c-2g-30606 does not seem to be running inside a container [2021-03-19T19:14:52.935Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-03-19T19:14:53.899Z] $ docker top c1f8f799d3991e7b3a367871d0b2efaf0cd1ef82a4b307fca45a2930e6145b54 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-19T19:14:54.462Z] + go version [2021-03-19T19:14:54.463Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-03-19T19:14:54.480Z] $ docker stop --time=1 c1f8f799d3991e7b3a367871d0b2efaf0cd1ef82a4b307fca45a2930e6145b54 [2021-03-19T19:14:55.866Z] $ docker rm -f c1f8f799d3991e7b3a367871d0b2efaf0cd1ef82a4b307fca45a2930e6145b54 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-19T19:14:56.759Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-19T19:14:56.759Z] . [Pipeline] withDockerContainer [2021-03-19T19:14:56.899Z] prd-centos7-docker-4c-2g-30606 does not seem to be running inside a container [2021-03-19T19:14:57.012Z] $ 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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-03-19T19:14:58.134Z] $ docker top fa18e975a3a723f9474b3c42d46f30e1c74bc9716897e66d868479d525ee6f02 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-03-19T19:14:58.320Z] ========================================================= [2021-03-19T19:14:58.320Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-03-19T19:14:58.320Z] ========================================================= [Pipeline] sh [2021-03-19T19:14:58.612Z] + make test [2021-03-19T19:14:58.612Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-03-19T19:15:08.673Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-03-19T19:15:26.995Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-03-19T19:15:28.965Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-03-19T19:15:31.600Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-03-19T19:15:31.600Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-03-19T19:15:32.563Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-03-19T19:15:32.563Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-03-19T19:15:32.563Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-03-19T19:15:32.563Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-03-19T19:15:33.998Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-03-19T19:15:33.998Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-03-19T19:15:36.625Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-03-19T19:15:36.625Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-03-19T19:15:36.625Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-03-19T19:15:39.996Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.130s coverage: 45.9% of statements [2021-03-19T19:15:39.996Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-03-19T19:15:39.996Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-03-19T19:15:39.996Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-03-19T19:15:39.996Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-03-19T19:15:39.996Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-03-19T19:15:39.996Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-03-19T19:15:39.996Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.054s coverage: 19.8% of statements [2021-03-19T19:15:39.996Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.096s coverage: 100.0% of statements [2021-03-19T19:15:40.974Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.171s coverage: 27.1% of statements [2021-03-19T19:15:40.974Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-03-19T19:15:40.974Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-03-19T19:15:40.974Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-03-19T19:15:40.974Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-03-19T19:15:40.974Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-03-19T19:15:40.974Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-03-19T19:15:40.974Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.052s coverage: 100.0% of statements [2021-03-19T19:15:40.974Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-03-19T19:15:40.974Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.051s coverage: 100.0% of statements [2021-03-19T19:15:40.974Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-03-19T19:15:40.974Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-03-19T19:15:41.964Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.117s coverage: 71.3% of statements [2021-03-19T19:15:41.964Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-03-19T19:15:41.964Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-03-19T19:15:42.924Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.238s coverage: 82.9% of statements [2021-03-19T19:15:42.924Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-03-19T19:15:42.924Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-03-19T19:15:42.924Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.061s coverage: 78.9% of statements [2021-03-19T19:15:42.924Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-03-19T19:15:44.929Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.361s coverage: 28.6% of statements [2021-03-19T19:15:44.929Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-03-19T19:15:44.929Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-03-19T19:15:44.929Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-03-19T19:15:44.929Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-03-19T19:15:44.929Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-03-19T19:15:44.929Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.065s coverage: 100.0% of statements [2021-03-19T19:15:44.929Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-03-19T19:15:44.929Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.036s coverage: 100.0% of statements [2021-03-19T19:15:44.929Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-03-19T19:15:44.929Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.107s coverage: 86.7% of statements [2021-03-19T19:15:44.929Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-03-19T19:15:45.209Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.141s coverage: 97.5% of statements [2021-03-19T19:15:45.209Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-03-19T19:15:45.493Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.069s coverage: 78.3% of statements [2021-03-19T19:15:45.493Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-03-19T19:15:45.493Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-03-19T19:15:45.493Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-03-19T19:15:45.493Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-03-19T19:15:48.213Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.389s coverage: 92.8% of statements [2021-03-19T19:15:48.213Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-03-19T19:15:48.213Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-03-19T19:15:48.213Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-03-19T19:15:48.213Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-03-19T19:15:48.213Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-03-19T19:15:48.213Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-03-19T19:15:48.213Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-03-19T19:15:48.213Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-03-19T19:15:48.213Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-03-19T19:15:48.213Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-03-19T19:15:48.213Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-03-19T19:15:48.213Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-03-19T19:15:48.213Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-03-19T19:15:48.213Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-03-19T19:15:48.213Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-03-19T19:15:48.213Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-03-19T19:15:48.213Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-03-19T19:15:48.213Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-03-19T19:15:48.213Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.033s coverage: 58.8% of statements [2021-03-19T19:15:48.213Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-03-19T19:15:48.213Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-03-19T19:15:48.213Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.090s coverage: 0.1% of statements [2021-03-19T19:15:48.213Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-03-19T19:15:48.213Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-03-19T19:15:48.213Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-03-19T19:15:48.213Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.031s coverage: 47.1% of statements [2021-03-19T19:15:48.213Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.040s coverage: 79.5% of statements [2021-03-19T19:15:48.213Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.053s coverage: 94.1% of statements [2021-03-19T19:15:48.213Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.057s coverage: 96.3% of statements [2021-03-19T19:15:48.213Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.035s coverage: 87.5% of statements [2021-03-19T19:16:00.506Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.040s coverage: 94.4% of statements [2021-03-19T19:16:00.506Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.035s coverage: 44.8% of statements [2021-03-19T19:16:03.827Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 14.167s coverage: 81.0% of statements [2021-03-19T19:16:12.526Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.071s coverage: 92.9% of statements [2021-03-19T19:16:12.526Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-03-19T19:16:12.526Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-03-19T19:16:12.526Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-03-19T19:16:12.526Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.033s coverage: 77.8% of statements [2021-03-19T19:16:12.526Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-03-19T19:16:12.526Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-03-19T19:16:12.526Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-03-19T19:16:12.526Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-03-19T19:16:12.526Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-03-19T19:16:12.526Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.044s coverage: 87.2% of statements [2021-03-19T19:16:12.526Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-03-19T19:16:12.526Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-03-19T19:16:12.526Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.033s coverage: 100.0% of statements [2021-03-19T19:16:12.526Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-03-19T19:16:12.526Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.045s coverage: 75.5% of statements [2021-03-19T19:16:12.526Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-03-19T19:16:12.526Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.035s coverage: 80.8% of statements [2021-03-19T19:16:12.526Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.069s coverage: 87.2% of statements [2021-03-19T19:16:12.526Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.044s coverage: 84.6% of statements [2021-03-19T19:16:12.526Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.077s coverage: 91.6% of statements [2021-03-19T19:16:12.526Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-03-19T19:16:12.526Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.169s coverage: 64.4% of statements [2021-03-19T19:16:12.526Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-03-19T19:16:12.526Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-03-19T19:16:12.526Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.034s coverage: 100.0% of statements [2021-03-19T19:16:12.526Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.041s coverage: 91.3% of statements [2021-03-19T19:16:12.526Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.034s coverage: 100.0% of statements [2021-03-19T19:16:12.526Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.029s coverage: 73.7% of statements [2021-03-19T19:16:12.526Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.033s coverage: 100.0% of statements [2021-03-19T19:16:12.526Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.364s coverage: 69.0% of statements [2021-03-19T19:16:12.526Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-03-19T19:16:12.526Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-03-19T19:16:12.526Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-03-19T19:16:12.526Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.144s coverage: 38.4% of statements [2021-03-19T19:16:12.526Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-03-19T19:16:12.526Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-03-19T19:16:12.526Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.064s coverage: 89.5% of statements [2021-03-19T19:16:12.526Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-03-19T19:16:12.526Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.036s coverage: 84.8% of statements [2021-03-19T19:16:12.526Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.149s coverage: 47.0% of statements [2021-03-19T19:16:12.526Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-03-19T19:16:12.526Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-03-19T19:16:12.526Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-03-19T19:16:12.526Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-03-19T19:16:12.526Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-03-19T19:16:12.526Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.070s coverage: 100.0% of statements [2021-03-19T19:16:12.526Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-03-19T19:16:12.526Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.048s coverage: 100.0% of statements [2021-03-19T19:16:12.526Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-03-19T19:16:12.526Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-03-19T19:16:12.526Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-03-19T19:16:12.526Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-03-19T19:16:12.526Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.137s coverage: 87.1% of statements [2021-03-19T19:16:12.526Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-03-19T19:16:12.526Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-03-19T19:16:12.526Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-03-19T19:16:12.796Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.756s coverage: 29.1% of statements [2021-03-19T19:16:12.796Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-03-19T19:16:12.796Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-03-19T19:16:12.796Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-03-19T19:16:12.796Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-03-19T19:16:12.796Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-03-19T19:16:12.796Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.079s coverage: 99.0% of statements [2021-03-19T19:16:12.796Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-03-19T19:16:12.796Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.053s coverage: 100.0% of statements [2021-03-19T19:16:12.796Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-03-19T19:16:12.796Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-03-19T19:16:12.796Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-03-19T19:16:12.796Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-03-19T19:16:12.796Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.109s coverage: 96.5% of statements [2021-03-19T19:16:12.796Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-03-19T19:16:12.796Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-03-19T19:16:12.796Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-03-19T19:16:12.796Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.040s coverage: 0.0% of statements [2021-03-19T19:16:12.796Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-03-19T19:16:12.796Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.029s coverage: 100.0% of statements [2021-03-19T19:16:12.796Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-03-19T19:16:12.796Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-03-19T19:16:12.796Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-03-19T19:16:12.796Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-03-19T19:16:12.796Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.045s coverage: 87.9% of statements [2021-03-19T19:16:12.796Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-03-19T19:16:12.796Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-03-19T19:16:12.796Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.027s coverage: 100.0% of statements [2021-03-19T19:16:13.373Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.038s coverage: 32.1% of statements [2021-03-19T19:16:13.635Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.044s coverage: 100.0% of statements [2021-03-19T19:16:13.897Z] GO111MODULE=on go vet ./... [2021-03-19T19:16:40.600Z] gofmt -l . [2021-03-19T19:16:41.175Z] [ "`gofmt -l .`" = "" ] [2021-03-19T19:16:41.749Z] ./bin/test-go-mod-tidy.sh [2021-03-19T19:16:42.326Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-03-19T19:16:43.216Z] + ls -al . [2021-03-19T19:16:43.216Z] total 772 [2021-03-19T19:16:43.216Z] drwxrwxr-x 10 1001 1001 4096 Mar 19 19:16 . [2021-03-19T19:16:43.216Z] drwxr-xr-x 4 root root 28 Mar 19 19:14 .. [2021-03-19T19:16:43.216Z] -rw-rw-r-- 1 1001 1001 11 Mar 19 19:13 .dockerignore [2021-03-19T19:16:43.216Z] drwxrwxr-x 8 1001 1001 179 Mar 19 19:13 .git [2021-03-19T19:16:43.216Z] drwxrwxr-x 3 1001 1001 125 Mar 19 19:13 .github [2021-03-19T19:16:43.216Z] -rw-rw-r-- 1 1001 1001 818 Mar 19 19:13 .gitignore [2021-03-19T19:16:43.216Z] drwx------ 3 1001 1001 60 Mar 19 19:13 .semver [2021-03-19T19:16:43.216Z] -rw-rw-r-- 1 1001 1001 166 Mar 19 19:13 .sonarcloud.properties [2021-03-19T19:16:43.216Z] -rw-rw-r-- 1 1001 1001 8607 Mar 19 19:13 Attribution.txt [2021-03-19T19:16:43.216Z] -rw-rw-r-- 1 1001 1001 3804 Mar 19 19:13 CONTRIBUTING.md [2021-03-19T19:16:43.216Z] -rw-rw-r-- 1 1001 1001 931 Mar 19 19:13 Dockerfile.build [2021-03-19T19:16:43.216Z] -rw-rw-r-- 1 1001 1001 863 Mar 19 19:13 Jenkinsfile [2021-03-19T19:16:43.216Z] -rw-rw-r-- 1 1001 1001 10775 Mar 19 19:13 LICENSE [2021-03-19T19:16:43.216Z] -rw-rw-r-- 1 1001 1001 5774 Mar 19 19:13 Makefile [2021-03-19T19:16:43.216Z] -rw-rw-r-- 1 1001 1001 6548 Mar 19 19:13 README.md [2021-03-19T19:16:43.216Z] -rw-rw-r-- 1 1001 1001 6755 Mar 19 19:13 SECURITY.md [2021-03-19T19:16:43.216Z] -rw-rw-r-- 1 1001 1001 5 Mar 19 19:13 VERSION [2021-03-19T19:16:43.216Z] -rw-rw-r-- 1 1001 1001 4131 Mar 19 19:13 ZMQWindows.md [2021-03-19T19:16:43.216Z] drwxrwxr-x 2 1001 1001 117 Mar 19 19:13 bin [2021-03-19T19:16:43.216Z] drwxrwxr-x 14 1001 1001 4096 Mar 19 19:13 cmd [2021-03-19T19:16:43.216Z] -rw-r--r-- 1 root root 662612 Mar 19 19:16 coverage.out [2021-03-19T19:16:43.216Z] -rw-r--r-- 1 root root 1055 Mar 19 19:16 go.mod [2021-03-19T19:16:43.216Z] -rw-r--r-- 1 root root 21981 Mar 19 19:16 go.sum [2021-03-19T19:16:43.216Z] drwxrwxr-x 8 1001 1001 127 Mar 19 19:13 internal [2021-03-19T19:16:43.216Z] drwxrwxr-x 4 1001 1001 26 Mar 19 19:13 openapi [2021-03-19T19:16:43.216Z] drwxrwxr-x 4 1001 1001 71 Mar 19 19:13 snap [2021-03-19T19:16:43.216Z] -rw-rw-r-- 1 1001 1001 168 Mar 19 19:13 version.go [Pipeline] sh [2021-03-19T19:16:43.519Z] + '[' -e coverage.out ] [2021-03-19T19:16:43.519Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-03-19T19:16:43.752Z] Stashed 1 file(s) [Pipeline] sh [2021-03-19T19:16:44.051Z] + make build [2021-03-19T19:16:44.051Z] 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-03-19T19:16:49.355Z] 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-03-19T19:16:56.013Z] 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-03-19T19:16:57.947Z] 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-03-19T19:16:59.361Z] 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-03-19T19:16:59.624Z] 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-03-19T19:17:01.561Z] 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-03-19T19:17:02.995Z] 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-03-19T19:17:03.946Z] 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-03-19T19:17:05.351Z] 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-03-19T19:17:06.303Z] 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-03-19T19:17:07.699Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } [2021-03-19T19:17:10.298Z] $ docker stop --time=1 fa18e975a3a723f9474b3c42d46f30e1c74bc9716897e66d868479d525ee6f02 [2021-03-19T19:17:12.022Z] $ docker rm -f fa18e975a3a723f9474b3c42d46f30e1c74bc9716897e66d868479d525ee6f02 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-19T19:17:14.002Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-19T19:17:14.002Z] [2021-03-19T19:17:14.002Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-03-19T19:17:14.370Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-19T19:17:14.370Z] latest: Pulling from edgex-devops/edgex-compose [2021-03-19T19:17:14.370Z] cbdbe7a5bc2a: Pulling fs layer [2021-03-19T19:17:14.370Z] ca9280d653b3: Pulling fs layer [2021-03-19T19:17:14.370Z] 7e9c9ca2126c: Pulling fs layer [2021-03-19T19:17:14.370Z] cbdbe7a5bc2a: Download complete [2021-03-19T19:17:14.947Z] cbdbe7a5bc2a: Pull complete [2021-03-19T19:17:14.947Z] ca9280d653b3: Verifying Checksum [2021-03-19T19:17:14.947Z] ca9280d653b3: Download complete [2021-03-19T19:17:15.897Z] ca9280d653b3: Pull complete [2021-03-19T19:17:16.476Z] 7e9c9ca2126c: Verifying Checksum [2021-03-19T19:17:16.476Z] 7e9c9ca2126c: Download complete [2021-03-19T19:17:23.107Z] 7e9c9ca2126c: Pull complete [2021-03-19T19:17:23.107Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-03-19T19:17:23.107Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-19T19:17:23.107Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-03-19T19:17:23.247Z] prd-centos7-docker-4c-2g-30606 does not seem to be running inside a container [2021-03-19T19:17:23.303Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-03-19T19:17:25.970Z] $ docker top 6fcf6def4bf7661c93d402c9213da77ea5bc7c8196dde22e5104ab32d52e91d8 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-19T19:17:26.537Z] + docker-compose build --help [2021-03-19T19:17:26.537Z] + grep parallel [2021-03-19T19:17:27.484Z] --parallel Build images in parallel. [Pipeline] } [2021-03-19T19:17:27.499Z] $ docker stop --time=1 6fcf6def4bf7661c93d402c9213da77ea5bc7c8196dde22e5104ab32d52e91d8 [2021-03-19T19:17:28.871Z] $ docker rm -f 6fcf6def4bf7661c93d402c9213da77ea5bc7c8196dde22e5104ab32d52e91d8 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-19T19:17:29.504Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-19T19:17:29.504Z] . [Pipeline] withDockerContainer [2021-03-19T19:17:29.635Z] prd-centos7-docker-4c-2g-30606 does not seem to be running inside a container [2021-03-19T19:17:29.690Z] $ 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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@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-03-19T19:17:30.520Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-30609 in /w/workspace/edgexfoundry_edgex-go_PR-3273 [2021-03-19T19:17:30.552Z] $ docker top 22ed1bde46e331d8c2ad3a2bb965c6b8da3a80dcb5e74e10e658c287f46ba1c8 -eo pid,comm [Pipeline] { [Pipeline] { [Pipeline] sh [Pipeline] ws [2021-03-19T19:17:32.323Z] Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] checkout [2021-03-19T19:17:32.575Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-03-19T19:17:33.522Z] Building docker-core-command-go ... [2021-03-19T19:17:33.522Z] Building docker-core-data-go ... [2021-03-19T19:17:33.522Z] Building docker-core-metadata-go ... [2021-03-19T19:17:33.522Z] Building docker-security-bootstrapper-go ... [2021-03-19T19:17:33.522Z] Building docker-security-proxy-setup-go ... [2021-03-19T19:17:33.522Z] Building docker-security-secretstore-setup-go ... [2021-03-19T19:17:33.522Z] Building docker-support-notifications-go ... [2021-03-19T19:17:33.522Z] Building docker-support-scheduler-go ... [2021-03-19T19:17:33.522Z] Building docker-sys-mgmt-agent-go ... [2021-03-19T19:17:33.522Z] Building docker-security-bootstrapper-go [2021-03-19T19:17:33.522Z] Building docker-core-metadata-go [2021-03-19T19:17:33.522Z] Building docker-core-command-go [2021-03-19T19:17:33.522Z] Building docker-security-secretstore-setup-go [2021-03-19T19:17:33.522Z] Building docker-sys-mgmt-agent-go [2021-03-19T19:17:37.294Z] using credential edgex-jenkins-ssh [2021-03-19T19:17:37.367Z] Cloning the remote Git repository [2021-03-19T19:17:37.419Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-03-19T19:17:37.530Z] > git init /w/workspace/edgex-go/2 # timeout=10 [2021-03-19T19:17:37.606Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-19T19:17:37.607Z] > git --version # timeout=10 [2021-03-19T19:17:37.625Z] > git --version # 'git version 2.17.1' [2021-03-19T19:17:37.627Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-19T19:17:37.707Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-19T19:17:54.161Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-19T19:17:54.182Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-19T19:17:54.209Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-19T19:17:54.254Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-19T19:17:54.255Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-19T19:17:54.272Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3273/head:refs/remotes/origin/PR-3273 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-19T19:17:55.201Z] Merging remotes/origin/master commit cd35e82189541566d340af614e7b672e1779e95b into PR head commit c15de42b2ff48f9c2b69ff3dca3fa97eec97bb1f [2021-03-19T19:17:55.761Z] Merge succeeded, producing c15de42b2ff48f9c2b69ff3dca3fa97eec97bb1f [2021-03-19T19:17:55.762Z] Checking out Revision c15de42b2ff48f9c2b69ff3dca3fa97eec97bb1f (PR-3273) [2021-03-19T19:17:55.221Z] > git config core.sparsecheckout # timeout=10 [2021-03-19T19:17:55.247Z] > git checkout -f c15de42b2ff48f9c2b69ff3dca3fa97eec97bb1f # timeout=10 [2021-03-19T19:17:55.593Z] > git remote # timeout=10 [2021-03-19T19:17:55.617Z] > git config --get remote.origin.url # timeout=10 [2021-03-19T19:17:55.638Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-19T19:17:55.655Z] > git merge cd35e82189541566d340af614e7b672e1779e95b # timeout=10 [2021-03-19T19:17:55.720Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-03-19T19:17:55.769Z] > git config core.sparsecheckout # timeout=10 [2021-03-19T19:17:55.792Z] > git checkout -f c15de42b2ff48f9c2b69ff3dca3fa97eec97bb1f # timeout=10 [2021-03-19T19:18:00.544Z] Commit message: "fix: Reduce the complexity of Execute()" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-03-19T19:18:02.276Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-03-19T19:18:02.713Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-19T19:18:03.061Z] + true [2021-03-19T19:18:03.061Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-19T19:18:05.179Z] provisioning config files... [2021-03-19T19:18:05.231Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/2@tmp/config2799379307348169053tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-19T19:18:05.694Z] ---> docker-login.sh [2021-03-19T19:18:05.694Z] nexus3.edgexfoundry.org:10001 [2021-03-19T19:18:05.771Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-19T19:18:05.772Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-03-19T19:18:05.772Z] ---> f69921ffe267 [2021-03-19T19:18:05.772Z] Step 3/24 : WORKDIR /edgex-go [2021-03-19T19:18:05.772Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-19T19:18:05.772Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-19T19:18:05.772Z] ---> f69921ffe267 [2021-03-19T19:18:05.772Z] Step 3/23 : WORKDIR /edgex-go [2021-03-19T19:18:05.772Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-19T19:18:05.772Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-03-19T19:18:05.772Z] ---> f69921ffe267 [2021-03-19T19:18:05.772Z] Step 3/31 : WORKDIR /edgex-go [2021-03-19T19:18:06.037Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-19T19:18:06.037Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-19T19:18:06.037Z] ---> f69921ffe267 [2021-03-19T19:18:06.037Z] Step 3/23 : WORKDIR /edgex-go [2021-03-19T19:18:06.037Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-19T19:18:06.037Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-03-19T19:18:06.037Z] ---> f69921ffe267 [2021-03-19T19:18:06.037Z] Step 3/26 : WORKDIR /edgex-go [2021-03-19T19:18:06.685Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-19T19:18:06.960Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-19T19:18:06.960Z] Configure a credential helper to remove this warning. See [2021-03-19T19:18:06.960Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-19T19:18:06.960Z] [2021-03-19T19:18:06.960Z] Login Succeeded [2021-03-19T19:18:06.960Z] nexus3.edgexfoundry.org:10002 [2021-03-19T19:18:06.998Z] ---> Running in 3dc90114f417 [2021-03-19T19:18:06.998Z] ---> Running in b4686cd10112 [2021-03-19T19:18:06.998Z] ---> Running in 5f593c4aa89c [2021-03-19T19:18:06.998Z] ---> Running in d8acee52b97e [2021-03-19T19:18:06.998Z] ---> Running in 960c1f142bef [2021-03-19T19:18:07.567Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-19T19:18:07.567Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-19T19:18:07.567Z] Configure a credential helper to remove this warning. See [2021-03-19T19:18:07.567Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-19T19:18:07.567Z] [2021-03-19T19:18:07.567Z] Login Succeeded [2021-03-19T19:18:07.567Z] nexus3.edgexfoundry.org:10003 [2021-03-19T19:18:07.606Z] Removing intermediate container b4686cd10112 [2021-03-19T19:18:07.606Z] ---> f154c1b969b0 [2021-03-19T19:18:07.606Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-19T19:18:07.606Z] Removing intermediate container 3dc90114f417 [2021-03-19T19:18:07.606Z] ---> e4aad5dea28e [2021-03-19T19:18:07.606Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-19T19:18:07.606Z] Removing intermediate container d8acee52b97e [2021-03-19T19:18:07.606Z] ---> a3074ed38096 [2021-03-19T19:18:07.606Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-19T19:18:07.606Z] Removing intermediate container 5f593c4aa89c [2021-03-19T19:18:07.606Z] ---> dfcc8d5c2de4 [2021-03-19T19:18:07.606Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-19T19:18:07.606Z] Removing intermediate container 960c1f142bef [2021-03-19T19:18:07.606Z] ---> fb82280248cf [2021-03-19T19:18:07.606Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-19T19:18:07.606Z] ---> Running in 49d703ec7d76 [2021-03-19T19:18:07.606Z] ---> Running in 510af5468c41 [2021-03-19T19:18:07.606Z] ---> Running in 5d0b874aeb3d [2021-03-19T19:18:07.606Z] ---> Running in 8084953759fe [2021-03-19T19:18:07.606Z] ---> Running in b99445561ed6 [2021-03-19T19:18:08.164Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-19T19:18:08.164Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-19T19:18:08.164Z] Configure a credential helper to remove this warning. See [2021-03-19T19:18:08.164Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-19T19:18:08.164Z] [2021-03-19T19:18:08.164Z] Login Succeeded [2021-03-19T19:18:08.164Z] nexus3.edgexfoundry.org:10004 [2021-03-19T19:18:08.767Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-19T19:18:08.767Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-19T19:18:08.767Z] Configure a credential helper to remove this warning. See [2021-03-19T19:18:08.767Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-19T19:18:08.767Z] [2021-03-19T19:18:08.767Z] Login Succeeded [2021-03-19T19:18:08.767Z] docker.io [2021-03-19T19:18:09.370Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-19T19:18:09.644Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-19T19:18:09.644Z] Configure a credential helper to remove this warning. See [2021-03-19T19:18:09.644Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-19T19:18:09.644Z] [2021-03-19T19:18:09.644Z] Login Succeeded [2021-03-19T19:18:09.644Z] ---> docker-login.sh ends [Pipeline] } [2021-03-19T19:18:09.662Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-03-19T19:18:10.402Z] ========================================================= [2021-03-19T19:18:10.403Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-03-19T19:18:10.403Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-19T19:18:10.793Z] + 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-03-19T19:18:10.938Z] Removing intermediate container 510af5468c41 [2021-03-19T19:18:10.938Z] ---> 1622cb0a57e1 [2021-03-19T19:18:10.938Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-03-19T19:18:10.938Z] Removing intermediate container 49d703ec7d76 [2021-03-19T19:18:10.938Z] ---> 6e2e9c1b576f [2021-03-19T19:18:10.938Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-19T19:18:10.938Z] Removing intermediate container 8084953759fe [2021-03-19T19:18:10.938Z] ---> 8ff915ac6a6a [2021-03-19T19:18:10.938Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-03-19T19:18:10.938Z] Removing intermediate container 5d0b874aeb3d [2021-03-19T19:18:10.938Z] ---> 3254aaab55d5 [2021-03-19T19:18:10.938Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-19T19:18:10.938Z] ---> Running in 87b9c0061d2a [2021-03-19T19:18:10.938Z] Removing intermediate container b99445561ed6 [2021-03-19T19:18:10.938Z] ---> 504699d62994 [2021-03-19T19:18:10.938Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-03-19T19:18:10.938Z] ---> Running in 8e0906ab9797 [2021-03-19T19:18:10.938Z] ---> Running in b2bc682fbe82 [2021-03-19T19:18:10.938Z] ---> Running in a0582b047984 [2021-03-19T19:18:10.938Z] ---> Running in 62872177a9d5 [2021-03-19T19:18:11.513Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-19T19:18:11.781Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-19T19:18:12.044Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-19T19:18:12.045Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-19T19:18:12.045Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-19T19:18:12.306Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-19T19:18:12.306Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-19T19:18:12.572Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-19T19:18:12.838Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-19T19:18:12.838Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-19T19:18:12.838Z] OK: 233 MiB in 51 packages [2021-03-19T19:18:13.099Z] OK: 233 MiB in 51 packages [2021-03-19T19:18:13.099Z] OK: 233 MiB in 51 packages [2021-03-19T19:18:13.375Z] OK: 233 MiB in 51 packages [2021-03-19T19:18:13.375Z] Removing intermediate container 87b9c0061d2a [2021-03-19T19:18:13.375Z] ---> 785ff6344d6c [2021-03-19T19:18:13.375Z] Step 6/26 : COPY go.mod . [2021-03-19T19:18:13.375Z] OK: 233 MiB in 51 packages [2021-03-19T19:18:13.444Z] Sending build context to Docker daemon 166.9MB [2021-03-19T19:18:13.444Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-03-19T19:18:13.444Z] Step 2/6 : FROM ${BASE} [2021-03-19T19:18:13.444Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-03-19T19:18:13.444Z] 5f621e34cdf4: Pulling fs layer [2021-03-19T19:18:13.444Z] a4357932f1b6: Pulling fs layer [2021-03-19T19:18:13.444Z] 18c013af1878: Pulling fs layer [2021-03-19T19:18:13.444Z] 00ac8860ef70: Pulling fs layer [2021-03-19T19:18:13.444Z] 63d7cb157983: Pulling fs layer [2021-03-19T19:18:13.444Z] b116817d02f9: Pulling fs layer [2021-03-19T19:18:13.444Z] 745a02a5169b: Pulling fs layer [2021-03-19T19:18:13.444Z] 00ac8860ef70: Waiting [2021-03-19T19:18:13.444Z] 63d7cb157983: Waiting [2021-03-19T19:18:13.444Z] b116817d02f9: Waiting [2021-03-19T19:18:13.444Z] 745a02a5169b: Waiting [2021-03-19T19:18:13.444Z] 18c013af1878: Verifying Checksum [2021-03-19T19:18:13.444Z] 18c013af1878: Download complete [2021-03-19T19:18:13.444Z] a4357932f1b6: Verifying Checksum [2021-03-19T19:18:13.444Z] a4357932f1b6: Download complete [2021-03-19T19:18:13.444Z] 63d7cb157983: Download complete [2021-03-19T19:18:13.444Z] b116817d02f9: Verifying Checksum [2021-03-19T19:18:13.444Z] b116817d02f9: Download complete [2021-03-19T19:18:13.444Z] 5f621e34cdf4: Verifying Checksum [2021-03-19T19:18:13.444Z] 5f621e34cdf4: Download complete [2021-03-19T19:18:13.642Z] Removing intermediate container 8e0906ab9797 [2021-03-19T19:18:13.642Z] ---> 28834aff6f9d [2021-03-19T19:18:13.642Z] Step 6/23 : COPY go.mod . [2021-03-19T19:18:13.906Z] ---> 486a36b464ae [2021-03-19T19:18:13.906Z] Step 7/26 : RUN go mod download [2021-03-19T19:18:13.906Z] ---> Running in c7936d0d51de [2021-03-19T19:18:14.059Z] 5f621e34cdf4: Pull complete [2021-03-19T19:18:14.168Z] ---> a11fad96f4c3 [2021-03-19T19:18:14.168Z] Step 7/23 : RUN go mod download [2021-03-19T19:18:14.430Z] Removing intermediate container b2bc682fbe82 [2021-03-19T19:18:14.430Z] ---> cb403cf7f436 [2021-03-19T19:18:14.430Z] Step 6/23 : COPY go.mod . [2021-03-19T19:18:14.430Z] ---> Running in 06164f0f0c21 [2021-03-19T19:18:14.667Z] a4357932f1b6: Pull complete [2021-03-19T19:18:14.699Z] Removing intermediate container 62872177a9d5 [2021-03-19T19:18:14.699Z] ---> 2d4703f074b5 [2021-03-19T19:18:14.699Z] Step 6/31 : COPY go.mod . [2021-03-19T19:18:14.699Z] Removing intermediate container a0582b047984 [2021-03-19T19:18:14.699Z] ---> af2300a1c6f6 [2021-03-19T19:18:14.699Z] Step 6/24 : COPY go.mod . [2021-03-19T19:18:14.962Z] ---> 42c76bd6e302 [2021-03-19T19:18:14.962Z] Step 7/23 : RUN go mod download [2021-03-19T19:18:14.962Z] ---> Running in 47141678836b [2021-03-19T19:18:14.962Z] ---> e67d35d61595 [2021-03-19T19:18:14.962Z] Step 7/31 : RUN go mod download [2021-03-19T19:18:15.224Z] ---> Running in 9861165b0fd6 [2021-03-19T19:18:15.224Z] ---> 3de4f92b9809 [2021-03-19T19:18:15.224Z] Step 7/24 : RUN go mod download [2021-03-19T19:18:15.274Z] 18c013af1878: Pull complete [2021-03-19T19:18:15.489Z] ---> Running in 6aa79ca566da [2021-03-19T19:18:15.878Z] 745a02a5169b: Verifying Checksum [2021-03-19T19:18:15.878Z] 745a02a5169b: Download complete [2021-03-19T19:18:16.450Z] Removing intermediate container c7936d0d51de [2021-03-19T19:18:16.450Z] ---> 3ba18175c25c [2021-03-19T19:18:16.450Z] Step 8/26 : COPY . . [2021-03-19T19:18:16.450Z] Removing intermediate container 06164f0f0c21 [2021-03-19T19:18:16.450Z] ---> 36ac2ac79a3e [2021-03-19T19:18:16.450Z] Step 8/23 : COPY . . [2021-03-19T19:18:16.860Z] 00ac8860ef70: Verifying Checksum [2021-03-19T19:18:16.860Z] 00ac8860ef70: Download complete [2021-03-19T19:18:17.042Z] Removing intermediate container 47141678836b [2021-03-19T19:18:17.042Z] ---> d0bccabcd006 [2021-03-19T19:18:17.042Z] Step 8/23 : COPY . . [2021-03-19T19:18:25.257Z] Removing intermediate container 9861165b0fd6 [2021-03-19T19:18:25.257Z] ---> 9315eaa68681 [2021-03-19T19:18:25.257Z] Step 8/31 : COPY . . [2021-03-19T19:18:25.836Z] Removing intermediate container 6aa79ca566da [2021-03-19T19:18:25.836Z] ---> 368b96b0fbdc [2021-03-19T19:18:25.836Z] Step 8/24 : COPY . . [2021-03-19T19:18:27.037Z] 00ac8860ef70: Pull complete [2021-03-19T19:18:27.037Z] 63d7cb157983: Pull complete [2021-03-19T19:18:27.037Z] b116817d02f9: Pull complete [2021-03-19T19:18:31.360Z] 745a02a5169b: Pull complete [2021-03-19T19:18:31.360Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-03-19T19:18:31.360Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-03-19T19:18:31.360Z] ---> b7e6874047d6 [2021-03-19T19:18:31.360Z] 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-03-19T19:18:34.767Z] ---> Running in d1ae679c735d [2021-03-19T19:18:35.769Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-19T19:18:36.368Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-19T19:18:37.347Z] (1/12) Installing libmagic (5.38-r0) [2021-03-19T19:18:37.621Z] (2/12) Installing file (5.38-r0) [2021-03-19T19:18:37.893Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-03-19T19:18:37.893Z] (4/12) Installing g++ (9.3.0-r2) [2021-03-19T19:18:56.177Z] (5/12) Installing fortify-headers (1.1-r0) [2021-03-19T19:18:56.178Z] (6/12) Installing patch (2.7.6-r6) [2021-03-19T19:18:56.178Z] (7/12) Installing build-base (0.5-r2) [2021-03-19T19:18:56.178Z] (8/12) Installing libsodium (1.0.18-r0) [2021-03-19T19:18:56.178Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-03-19T19:18:56.178Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-03-19T19:18:56.450Z] (11/12) Installing libzmq (4.3.3-r0) [2021-03-19T19:18:56.450Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-03-19T19:18:56.723Z] Executing busybox-1.31.1-r19.trigger [2021-03-19T19:18:56.723Z] OK: 217 MiB in 51 packages [2021-03-19T19:18:58.415Z] ---> de1035964edb [2021-03-19T19:18:58.415Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-03-19T19:19:00.973Z] ---> ae4fad1d7fe7 [2021-03-19T19:19:00.973Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-03-19T19:19:01.053Z] Removing intermediate container d1ae679c735d [2021-03-19T19:19:01.053Z] ---> 60d12586462d [2021-03-19T19:19:01.053Z] Step 4/6 : WORKDIR /edgex-go [2021-03-19T19:19:01.053Z] ---> Running in 4760c0ddd902 [2021-03-19T19:19:01.326Z] Removing intermediate container 4760c0ddd902 [2021-03-19T19:19:01.326Z] ---> 00dbaa6842a0 [2021-03-19T19:19:01.326Z] Step 5/6 : COPY go.mod . [2021-03-19T19:19:01.930Z] ---> 172b815b5661 [2021-03-19T19:19:01.930Z] Step 6/6 : RUN go mod download [2021-03-19T19:19:01.931Z] ---> Running in 74d92f72e29e [2021-03-19T19:19:02.202Z] ---> Running in 780215d70891 [2021-03-19T19:19:03.855Z] ---> Running in 46291b9a860a [2021-03-19T19:19:03.855Z] ---> b9a984b259bf [2021-03-19T19:19:03.855Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-03-19T19:19:04.431Z] ---> Running in a33bdb2fbb17 [2021-03-19T19:19:04.431Z] ---> e7d610e0d3d3 [2021-03-19T19:19:04.431Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-03-19T19:19:04.431Z] ---> 960e50db02e4 [2021-03-19T19:19:04.431Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-03-19T19:19:04.694Z] ---> Running in 34bc917b6988 [2021-03-19T19:19:04.694Z] ---> Running in 7d0ed7f4c81f [2021-03-19T19:19:04.960Z] 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-03-19T19:19:04.960Z] 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-03-19T19:19:05.234Z] 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-03-19T19:19:05.503Z] 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-03-19T19:19:05.775Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-03-19T19:19:29.116Z] Removing intermediate container 780215d70891 [2021-03-19T19:19:29.116Z] ---> a74f436ff28d [2021-03-19T19:19:29.116Z] Successfully built a74f436ff28d [2021-03-19T19:19:29.116Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-19T19:19:29.464Z] + docker inspect -f . ci-base-image-arm64 [2021-03-19T19:19:29.464Z] . [Pipeline] withDockerContainer [2021-03-19T19:19:29.698Z] prd-ubuntu18.04-docker-arm64-4c-16g-30609 does not seem to be running inside a container [2021-03-19T19:19:29.787Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-03-19T19:19:31.220Z] $ docker top 3d303681d42013dcf6a10d4e3446b21d4c12544a6f98c417035e0978306c3081 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-19T19:19:32.273Z] + go version [2021-03-19T19:19:32.273Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-03-19T19:19:32.300Z] $ docker stop --time=1 3d303681d42013dcf6a10d4e3446b21d4c12544a6f98c417035e0978306c3081 [2021-03-19T19:19:32.479Z] 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-03-19T19:19:34.269Z] $ docker rm -f 3d303681d42013dcf6a10d4e3446b21d4c12544a6f98c417035e0978306c3081 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-19T19:19:35.313Z] + docker inspect -f . ci-base-image-arm64 [2021-03-19T19:19:35.313Z] . [Pipeline] withDockerContainer [2021-03-19T19:19:35.587Z] prd-ubuntu18.04-docker-arm64-4c-16g-30609 does not seem to be running inside a container [2021-03-19T19:19:35.664Z] $ 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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-03-19T19:19:37.077Z] $ docker top 4536fef328c20e14994cf29a50c5495f7edcd1ef952e42a368299f68996b7eb0 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-03-19T19:19:37.462Z] ========================================================= [2021-03-19T19:19:37.462Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-03-19T19:19:37.462Z] ========================================================= [Pipeline] sh [2021-03-19T19:19:38.114Z] + make test [2021-03-19T19:19:38.114Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-03-19T19:19:44.847Z] Removing intermediate container 46291b9a860a [2021-03-19T19:19:44.848Z] ---> f76e8b5f5d8f [2021-03-19T19:19:44.848Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-03-19T19:19:44.848Z] Removing intermediate container 7d0ed7f4c81f [2021-03-19T19:19:44.848Z] ---> bfc4fc36e169 [2021-03-19T19:19:44.848Z] [2021-03-19T19:19:44.848Z] Step 10/31 : FROM alpine:3.12 [2021-03-19T19:19:44.848Z] Removing intermediate container 34bc917b6988 [2021-03-19T19:19:44.848Z] ---> b90a2a4b9380 [2021-03-19T19:19:44.848Z] [2021-03-19T19:19:44.848Z] Step 10/24 : FROM alpine:3.12 [2021-03-19T19:19:44.848Z] Removing intermediate container 74d92f72e29e [2021-03-19T19:19:44.848Z] ---> 060434a1e5ca [2021-03-19T19:19:44.848Z] [2021-03-19T19:19:44.848Z] Step 10/23 : FROM alpine:3.12 [2021-03-19T19:19:44.848Z] ---> Running in 94d3f67cbf78 [2021-03-19T19:19:44.848Z] 3.12: Pulling from library/alpine [2021-03-19T19:19:44.848Z] 3.12: Pulling from library/alpine [2021-03-19T19:19:44.848Z] 3.12: Pulling from library/alpine [2021-03-19T19:19:45.114Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-19T19:19:45.391Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-19T19:19:45.391Z] Status: Downloaded newer image for alpine:3.12 [2021-03-19T19:19:45.391Z] Status: Image is up to date for alpine:3.12 [2021-03-19T19:19:45.391Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-19T19:19:45.391Z] Status: Image is up to date for alpine:3.12 [2021-03-19T19:19:45.391Z] ---> 88dd2752d2ea [2021-03-19T19:19:45.391Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-03-19T19:19:45.391Z] ---> 88dd2752d2ea [2021-03-19T19:19:45.391Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-03-19T19:19:45.391Z] ---> 88dd2752d2ea [2021-03-19T19:19:45.391Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-19T19:19:45.391Z] 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-03-19T19:19:47.963Z] ---> Running in c7be0e349082 [2021-03-19T19:19:47.963Z] ---> Running in fdd5ffbd0f7c [2021-03-19T19:19:47.963Z] ---> Running in c7ee271f13a6 [2021-03-19T19:19:47.963Z] Removing intermediate container a33bdb2fbb17 [2021-03-19T19:19:47.963Z] ---> 8c036e07f9c5 [2021-03-19T19:19:47.963Z] [2021-03-19T19:19:47.963Z] Step 10/23 : FROM alpine:3.12 [2021-03-19T19:19:47.963Z] ---> 88dd2752d2ea [2021-03-19T19:19:47.963Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-19T19:19:47.963Z] ---> Running in e8704a42a99e [2021-03-19T19:19:48.227Z] Removing intermediate container fdd5ffbd0f7c [2021-03-19T19:19:48.227Z] ---> 111c86ee38b8 [2021-03-19T19:19:48.227Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-03-19T19:19:48.227Z] Removing intermediate container 94d3f67cbf78 [2021-03-19T19:19:48.227Z] ---> f9c34f69bc00 [2021-03-19T19:19:48.227Z] [2021-03-19T19:19:48.227Z] Step 11/26 : FROM docker:20.10.0 [2021-03-19T19:19:48.501Z] 20.10.0: Pulling from library/docker [2021-03-19T19:19:48.501Z] ---> Running in 623c1f246003 [2021-03-19T19:19:49.122Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-19T19:19:49.122Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-19T19:19:49.122Z] (1/5) Installing ca-certificates (20191127-r4) [2021-03-19T19:19:49.421Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-03-19T19:19:49.421Z] (3/5) Installing libcurl (7.69.1-r3) [2021-03-19T19:19:49.421Z] (4/5) Installing curl (7.69.1-r3) [2021-03-19T19:19:49.421Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-03-19T19:19:49.421Z] Executing busybox-1.31.1-r19.trigger [2021-03-19T19:19:49.421Z] Executing ca-certificates-20191127-r4.trigger [2021-03-19T19:19:49.421Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-19T19:19:49.421Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-19T19:19:49.421Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-19T19:19:49.421Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-19T19:19:49.421Z] OK: 7 MiB in 19 packages [2021-03-19T19:19:49.421Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-19T19:19:49.421Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-19T19:19:49.705Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-19T19:19:49.705Z] Executing busybox-1.31.1-r19.trigger [2021-03-19T19:19:49.705Z] OK: 6 MiB in 15 packages [2021-03-19T19:19:49.705Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-19T19:19:49.705Z] Executing busybox-1.31.1-r19.trigger [2021-03-19T19:19:49.705Z] OK: 6 MiB in 15 packages [2021-03-19T19:19:49.705Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-03-19T19:19:49.705Z] (2/2) Installing su-exec (0.2-r1) [2021-03-19T19:19:49.705Z] Executing busybox-1.31.1-r19.trigger [2021-03-19T19:19:49.705Z] OK: 6 MiB in 16 packages [2021-03-19T19:19:52.292Z] Removing intermediate container c7ee271f13a6 [2021-03-19T19:19:52.292Z] ---> 1b0a04987a4c [2021-03-19T19:19:52.292Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-19T19:19:52.292Z] Removing intermediate container c7be0e349082 [2021-03-19T19:19:52.292Z] ---> c2b1846fde46 [2021-03-19T19:19:52.292Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-19T19:19:52.292Z] Removing intermediate container e8704a42a99e [2021-03-19T19:19:52.292Z] ---> e8c4a810702b [2021-03-19T19:19:52.292Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-19T19:19:52.557Z] ---> Running in 268963defc94 [2021-03-19T19:19:52.557Z] Removing intermediate container 623c1f246003 [2021-03-19T19:19:52.557Z] ---> 4e7240433777 [2021-03-19T19:19:52.557Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-03-19T19:19:52.557Z] ---> Running in 702ffaf69a9b [2021-03-19T19:19:52.557Z] ---> Running in 07587eee3e29 [2021-03-19T19:19:52.557Z] ---> Running in bfd2ab3f4025 [2021-03-19T19:19:52.820Z] Removing intermediate container 702ffaf69a9b [2021-03-19T19:19:52.820Z] ---> 961329952bfe [2021-03-19T19:19:52.820Z] Step 13/24 : WORKDIR / [2021-03-19T19:19:52.820Z] Removing intermediate container 268963defc94 [2021-03-19T19:19:52.820Z] ---> df91b382e821 [2021-03-19T19:19:52.820Z] Step 13/23 : ENV APP_PORT=48082 [2021-03-19T19:19:52.820Z] Removing intermediate container 07587eee3e29 [2021-03-19T19:19:52.820Z] ---> e9798c2c277f [2021-03-19T19:19:52.820Z] Step 13/23 : ENV APP_PORT=48081 [2021-03-19T19:19:53.085Z] Removing intermediate container bfd2ab3f4025 [2021-03-19T19:19:53.085Z] ---> 70a7b2198226 [2021-03-19T19:19:53.085Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-03-19T19:19:53.085Z] ---> Running in c428083e8e49 [2021-03-19T19:19:53.085Z] ---> Running in 09946612db7d [2021-03-19T19:19:54.043Z] ---> Running in dd973f146f7b [2021-03-19T19:19:54.043Z] ---> Running in ce426cf26e83 [2021-03-19T19:19:54.043Z] Removing intermediate container 09946612db7d [2021-03-19T19:19:54.043Z] ---> 3460d1d4dc48 [2021-03-19T19:19:54.043Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-19T19:19:54.307Z] Removing intermediate container dd973f146f7b [2021-03-19T19:19:54.307Z] ---> 896f0fac39b9 [2021-03-19T19:19:54.307Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-19T19:19:54.307Z] Removing intermediate container c428083e8e49 [2021-03-19T19:19:54.307Z] ---> cb51dd5abaa0 [2021-03-19T19:19:54.307Z] 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-03-19T19:19:54.307Z] ---> Running in c1919666a89b [2021-03-19T19:19:54.307Z] Removing intermediate container ce426cf26e83 [2021-03-19T19:19:54.307Z] ---> cc6d6d4383e9 [2021-03-19T19:19:54.307Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-03-19T19:19:54.307Z] ---> Running in 6a0501e723fd [2021-03-19T19:19:54.307Z] ---> Running in 70ed859beed5 [2021-03-19T19:19:54.575Z] Removing intermediate container c1919666a89b [2021-03-19T19:19:54.575Z] ---> bcb0b73beea7 [2021-03-19T19:19:54.575Z] Step 15/23 : WORKDIR / [2021-03-19T19:19:54.837Z] Removing intermediate container 6a0501e723fd [2021-03-19T19:19:54.837Z] ---> 7341f36a54fa [2021-03-19T19:19:54.837Z] Step 15/23 : WORKDIR / [2021-03-19T19:19:55.107Z] ---> Running in 2cc9477f5fe5 [2021-03-19T19:19:55.107Z] ---> 5e72bc8d8ed1 [2021-03-19T19:19:55.107Z] 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-03-19T19:19:55.107Z] ---> Running in f45f0e1999b3 [2021-03-19T19:19:55.375Z] Removing intermediate container 2cc9477f5fe5 [2021-03-19T19:19:55.375Z] ---> 956543c2f083 [2021-03-19T19:19:55.375Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-19T19:19:55.637Z] ---> 8cd618f0f11b [2021-03-19T19:19:55.637Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-03-19T19:19:55.638Z] Removing intermediate container f45f0e1999b3 [2021-03-19T19:19:55.638Z] ---> 6e4df31299f1 [2021-03-19T19:19:55.638Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-19T19:19:55.902Z] ---> 4ecbd2cabb66 [2021-03-19T19:19:55.902Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-03-19T19:19:56.189Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-03-19T19:19:56.189Z] ---> 184c705e628a [2021-03-19T19:19:56.189Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-03-19T19:19:56.189Z] Status: Downloaded newer image for docker:20.10.0 [2021-03-19T19:19:56.189Z] ---> aefe523efa57 [2021-03-19T19:19:56.189Z] Step 12/26 : RUN apk add --no-cache bash [2021-03-19T19:19:56.189Z] ---> 004638f2efa0 [2021-03-19T19:19:56.189Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-03-19T19:19:56.189Z] ---> Running in ab7aeda3bc9d [2021-03-19T19:19:56.455Z] Removing intermediate container 70ed859beed5 [2021-03-19T19:19:56.455Z] ---> 8af100f87b59 [2021-03-19T19:19:56.455Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-03-19T19:19:56.724Z] ---> Running in 6fd2d9126a66 [2021-03-19T19:19:56.724Z] ---> f55127b96757 [2021-03-19T19:19:56.724Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-03-19T19:19:56.724Z] ---> 5c619b8d2d77 [2021-03-19T19:19:56.724Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-03-19T19:19:56.724Z] ---> f5104d1ba17b [2021-03-19T19:19:56.724Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-03-19T19:19:56.994Z] Removing intermediate container 6fd2d9126a66 [2021-03-19T19:19:56.994Z] ---> 42ca9f6396b6 [2021-03-19T19:19:56.994Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-03-19T19:19:56.994Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-19T19:19:56.994Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-19T19:19:57.264Z] (1/2) Installing readline (8.0.4-r0) [2021-03-19T19:19:57.264Z] (2/2) Installing bash (5.0.17-r0) [2021-03-19T19:19:57.264Z] Executing bash-5.0.17-r0.post-install [2021-03-19T19:19:57.264Z] Executing busybox-1.31.1-r19.trigger [2021-03-19T19:19:57.264Z] OK: 12 MiB in 22 packages [2021-03-19T19:19:57.264Z] ---> 3d13d6d47b5d [2021-03-19T19:19:57.264Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-03-19T19:19:57.859Z] ---> Running in 56f9f172ebce [2021-03-19T19:19:57.859Z] ---> bb7003cc193a [2021-03-19T19:19:57.859Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-03-19T19:19:57.859Z] ---> 6ee2e5d16cf8 [2021-03-19T19:19:57.859Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-03-19T19:19:58.123Z] ---> 502343f4349d [2021-03-19T19:19:58.123Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-03-19T19:19:58.123Z] ---> Running in 825b841448e2 [2021-03-19T19:19:58.389Z] ---> Running in e9cdb5688482 [2021-03-19T19:19:58.389Z] Removing intermediate container 56f9f172ebce [2021-03-19T19:19:58.389Z] ---> 40652bdd1b2b [2021-03-19T19:19:58.389Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-19T19:19:58.656Z] Removing intermediate container ab7aeda3bc9d [2021-03-19T19:19:58.656Z] ---> 37d85b037169 [2021-03-19T19:19:58.656Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-03-19T19:19:58.656Z] ---> 7cd68276e8d5 [2021-03-19T19:19:58.656Z] 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-03-19T19:19:58.656Z] ---> Running in 5b0a0d9f4c83 [2021-03-19T19:19:58.656Z] ---> Running in 89686bea1d20 [2021-03-19T19:19:58.656Z] Removing intermediate container e9cdb5688482 [2021-03-19T19:19:58.656Z] ---> 4081579ee812 [2021-03-19T19:19:58.656Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-19T19:19:58.922Z] ---> Running in 9f3a928dd966 [2021-03-19T19:19:59.505Z] ---> Running in 6299a5d7bb75 [2021-03-19T19:19:59.779Z] Removing intermediate container 89686bea1d20 [2021-03-19T19:19:59.779Z] ---> e2d4e79e5d78 [2021-03-19T19:19:59.779Z] Step 14/26 : ENV APP_PORT=48090 [2021-03-19T19:19:59.779Z] Removing intermediate container 5b0a0d9f4c83 [2021-03-19T19:19:59.779Z] ---> 755e40f50fc6 [2021-03-19T19:19:59.779Z] Step 21/23 : LABEL arch=x86_64 [2021-03-19T19:20:00.064Z] ---> Running in f86acb8c431c [2021-03-19T19:20:00.064Z] ---> Running in d3efce81d27c [2021-03-19T19:20:00.064Z] Removing intermediate container 6299a5d7bb75 [2021-03-19T19:20:00.064Z] ---> b726d45ba770 [2021-03-19T19:20:00.064Z] Step 21/23 : LABEL arch=x86_64 [2021-03-19T19:20:00.359Z] ---> Running in f5bc47d4bf84 [2021-03-19T19:20:00.359Z] Removing intermediate container f86acb8c431c [2021-03-19T19:20:00.359Z] ---> e1393b2dc9af [2021-03-19T19:20:00.359Z] Step 15/26 : EXPOSE $APP_PORT [2021-03-19T19:20:00.446Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-03-19T19:20:00.637Z] Removing intermediate container d3efce81d27c [2021-03-19T19:20:00.637Z] ---> 1781232f823d [2021-03-19T19:20:00.637Z] Step 22/23 : LABEL git_sha=c15de42b2ff48f9c2b69ff3dca3fa97eec97bb1f [2021-03-19T19:20:00.637Z] ---> Running in 896ec211235d [2021-03-19T19:20:00.907Z] ---> Running in f451c97f5b8c [2021-03-19T19:20:00.907Z] Removing intermediate container 825b841448e2 [2021-03-19T19:20:00.907Z] ---> 5f5e0fe84020 [2021-03-19T19:20:00.907Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-19T19:20:00.907Z] Removing intermediate container f5bc47d4bf84 [2021-03-19T19:20:00.907Z] ---> 90b1a099202e [2021-03-19T19:20:00.907Z] Step 22/23 : LABEL git_sha=c15de42b2ff48f9c2b69ff3dca3fa97eec97bb1f [2021-03-19T19:20:00.907Z] ---> Running in 288e407d2d9e [2021-03-19T19:20:01.177Z] Removing intermediate container f451c97f5b8c [2021-03-19T19:20:01.177Z] ---> 63b566c8c702 [2021-03-19T19:20:01.177Z] Step 23/23 : LABEL version=0.0.0 [2021-03-19T19:20:01.178Z] Removing intermediate container 896ec211235d [2021-03-19T19:20:01.178Z] ---> 0aeba7f17891 [2021-03-19T19:20:01.178Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-03-19T19:20:01.178Z] Removing intermediate container 9f3a928dd966 [2021-03-19T19:20:01.178Z] ---> 367fd2a2dc38 [2021-03-19T19:20:01.178Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-03-19T19:20:01.178Z] ---> 5dea05d91a0c [2021-03-19T19:20:01.178Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-03-19T19:20:01.458Z] ---> Running in e8c348792493 [2021-03-19T19:20:01.458Z] Removing intermediate container 288e407d2d9e [2021-03-19T19:20:01.458Z] ---> 8f8e5a5f9968 [2021-03-19T19:20:01.458Z] Step 23/23 : LABEL version=0.0.0 [2021-03-19T19:20:01.458Z] ---> Running in dcb9890a5960 [2021-03-19T19:20:01.732Z] ---> Running in 3e2b4c1dc864 [2021-03-19T19:20:01.732Z] Removing intermediate container e8c348792493 [2021-03-19T19:20:01.732Z] ---> 5fe88710579e [2021-03-19T19:20:01.732Z] [2021-03-19T19:20:01.732Z] Removing intermediate container dcb9890a5960 [2021-03-19T19:20:01.732Z] ---> 3cc376a0a777 [2021-03-19T19:20:01.732Z] Step 22/24 : LABEL arch=x86_64 [2021-03-19T19:20:02.003Z] ---> c1ce1b690042 [2021-03-19T19:20:02.003Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-03-19T19:20:02.003Z] Successfully built 5fe88710579e [2021-03-19T19:20:02.003Z] ---> Running in 8a9c36f7439f [2021-03-19T19:20:02.003Z] ---> a0dc588d2cdd [2021-03-19T19:20:02.003Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-03-19T19:20:02.003Z] Successfully tagged docker-core-command-go:latest [2021-03-19T19:20:02.003Z] Building docker-core-data-go [2021-03-19T19:20:02.281Z]  Building docker-core-command-go ... done Removing intermediate container 3e2b4c1dc864 [2021-03-19T19:20:02.281Z] ---> 43e70f1f9f68 [2021-03-19T19:20:02.281Z] [2021-03-19T19:20:02.281Z] ---> c89bce8ce9f6 [2021-03-19T19:20:02.281Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-03-19T19:20:02.281Z] Removing intermediate container 8a9c36f7439f [2021-03-19T19:20:02.281Z] ---> cf478129cf03 [2021-03-19T19:20:02.281Z] Step 23/24 : LABEL git_sha=c15de42b2ff48f9c2b69ff3dca3fa97eec97bb1f [2021-03-19T19:20:02.554Z] Successfully built 43e70f1f9f68 [2021-03-19T19:20:02.555Z] ---> 3ca2b0d4d2a6 [2021-03-19T19:20:02.555Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-03-19T19:20:02.555Z] Successfully tagged docker-core-metadata-go:latest [2021-03-19T19:20:02.555Z]  Building docker-core-metadata-go ... done Building docker-support-notifications-go [2021-03-19T19:20:02.555Z] ---> Running in 80ae31756781 [2021-03-19T19:20:02.821Z] ---> fc8068b41010 [2021-03-19T19:20:02.821Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-03-19T19:20:02.821Z] ---> c96b601e557b [2021-03-19T19:20:02.821Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-03-19T19:20:02.821Z] ---> Running in 559d54037ed4 [2021-03-19T19:20:02.821Z] Removing intermediate container 80ae31756781 [2021-03-19T19:20:02.821Z] ---> b170a96c7ca2 [2021-03-19T19:20:02.821Z] Step 24/24 : LABEL version=0.0.0 [2021-03-19T19:20:03.085Z] ---> Running in 744e3c40e523 [2021-03-19T19:20:06.436Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-19T19:20:06.436Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-19T19:20:06.704Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-03-19T19:20:06.705Z] (2/33) Installing expat (2.2.9-r1) [2021-03-19T19:20:06.705Z] (3/33) Installing libffi (3.3-r2) [2021-03-19T19:20:06.705Z] (4/33) Installing gdbm (1.13-r1) [2021-03-19T19:20:06.969Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-03-19T19:20:06.969Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-03-19T19:20:06.969Z] (7/33) Installing python3 (3.8.8-r0) [2021-03-19T19:20:11.198Z] ---> 35183c5c6727 [2021-03-19T19:20:11.198Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-03-19T19:20:13.763Z] Removing intermediate container 744e3c40e523 [2021-03-19T19:20:13.763Z] ---> f6ef2baa0937 [2021-03-19T19:20:13.763Z] [2021-03-19T19:20:13.763Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-03-19T19:20:13.763Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-03-19T19:20:13.763Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-03-19T19:20:13.763Z] (11/33) Installing py3-six (1.15.0-r0) [2021-03-19T19:20:13.763Z] (12/33) Installing py3-packaging (20.4-r0) [2021-03-19T19:20:13.763Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-03-19T19:20:13.763Z] ---> Running in a8d521ee484d [2021-03-19T19:20:13.763Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-03-19T19:20:13.763Z] (15/33) Installing py3-idna (2.9-r0) [2021-03-19T19:20:13.763Z] Successfully built f6ef2baa0937 [2021-03-19T19:20:13.763Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-03-19T19:20:13.763Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-03-19T19:20:13.763Z]  Building docker-security-secretstore-setup-go ... done Building docker-support-scheduler-go [2021-03-19T19:20:13.763Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-03-19T19:20:14.338Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-03-19T19:20:14.338Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-03-19T19:20:14.338Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-03-19T19:20:14.338Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-03-19T19:20:14.338Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-03-19T19:20:15.740Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-03-19T19:20:16.335Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-03-19T19:20:16.614Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-03-19T19:20:16.888Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-03-19T19:20:20.262Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-03-19T19:20:21.075Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-03-19T19:20:21.075Z] (29/33) Installing py3-progress (1.5-r0) [2021-03-19T19:20:21.075Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-03-19T19:20:21.075Z] Removing intermediate container a8d521ee484d [2021-03-19T19:20:21.075Z] ---> 84944836de15 [2021-03-19T19:20:21.075Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-03-19T19:20:21.075Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-03-19T19:20:21.075Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-03-19T19:20:21.075Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-03-19T19:20:25.018Z] Executing busybox-1.31.1-r19.trigger [2021-03-19T19:20:25.018Z] OK: 71 MiB in 55 packages [2021-03-19T19:20:28.453Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-19T19:20:28.453Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-19T19:20:28.453Z] ---> f69921ffe267 [2021-03-19T19:20:28.453Z] Step 3/23 : WORKDIR /edgex-go [2021-03-19T19:20:28.453Z] ---> Using cache [2021-03-19T19:20:28.453Z] ---> fb82280248cf [2021-03-19T19:20:28.453Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-19T19:20:28.453Z] ---> Using cache [2021-03-19T19:20:28.453Z] ---> 504699d62994 [2021-03-19T19:20:28.453Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-03-19T19:20:28.453Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-19T19:20:28.453Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-19T19:20:28.453Z] ---> f69921ffe267 [2021-03-19T19:20:28.453Z] Step 3/22 : WORKDIR /edgex-go [2021-03-19T19:20:28.453Z] ---> Using cache [2021-03-19T19:20:28.453Z] ---> fb82280248cf [2021-03-19T19:20:28.453Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-19T19:20:28.453Z] ---> Using cache [2021-03-19T19:20:28.453Z] ---> 504699d62994 [2021-03-19T19:20:28.453Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-03-19T19:20:29.035Z] ---> 428a41e6caf5 [2021-03-19T19:20:29.035Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-03-19T19:20:32.404Z] ---> Running in 66655025752f [2021-03-19T19:20:32.404Z] ---> Running in a028d6749090 [2021-03-19T19:20:32.404Z] ---> Running in afd954885ee9 [2021-03-19T19:20:35.017Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-19T19:20:35.288Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-19T19:20:35.288Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-19T19:20:35.288Z] ---> f69921ffe267 [2021-03-19T19:20:35.288Z] Step 3/22 : WORKDIR /edgex-go [2021-03-19T19:20:35.288Z] ---> Using cache [2021-03-19T19:20:35.288Z] ---> fb82280248cf [2021-03-19T19:20:35.288Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-19T19:20:35.288Z] ---> Using cache [2021-03-19T19:20:35.288Z] ---> 504699d62994 [2021-03-19T19:20:35.288Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-03-19T19:20:35.288Z] ---> Using cache [2021-03-19T19:20:35.288Z] ---> 2d4703f074b5 [2021-03-19T19:20:35.288Z] Step 6/22 : COPY go.mod . [2021-03-19T19:20:35.288Z] ---> Using cache [2021-03-19T19:20:35.288Z] ---> e67d35d61595 [2021-03-19T19:20:35.288Z] Step 7/22 : RUN go mod download [2021-03-19T19:20:35.288Z] ---> Using cache [2021-03-19T19:20:35.288Z] ---> 9315eaa68681 [2021-03-19T19:20:35.288Z] Step 8/22 : COPY . . [2021-03-19T19:20:35.288Z] ---> Using cache [2021-03-19T19:20:35.288Z] ---> e7d610e0d3d3 [2021-03-19T19:20:35.288Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-03-19T19:20:35.868Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-19T19:20:36.444Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-19T19:20:36.708Z] OK: 233 MiB in 51 packages [2021-03-19T19:20:36.975Z] ---> Running in 5d67218adf08 [2021-03-19T19:20:37.241Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-19T19:20:38.222Z] OK: 233 MiB in 51 packages [2021-03-19T19:20:38.488Z] 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-03-19T19:20:38.752Z] Removing intermediate container 66655025752f [2021-03-19T19:20:38.752Z] ---> 1f899031595f [2021-03-19T19:20:38.752Z] Step 6/22 : COPY go.mod . [2021-03-19T19:20:39.746Z] Removing intermediate container afd954885ee9 [2021-03-19T19:20:39.746Z] ---> 4e30cd95e798 [2021-03-19T19:20:39.746Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-03-19T19:20:40.712Z] ---> 2e8ff3d3b08f [2021-03-19T19:20:40.712Z] Step 7/22 : RUN go mod download [2021-03-19T19:20:41.687Z] ---> Running in 6b8f38535078 [2021-03-19T19:20:41.959Z] Removing intermediate container a028d6749090 [2021-03-19T19:20:41.959Z] ---> c4d89d3652fe [2021-03-19T19:20:41.959Z] Step 6/23 : COPY go.mod . [2021-03-19T19:20:41.959Z] ---> Running in 9ce1b14fd872 [2021-03-19T19:20:43.940Z] Removing intermediate container 6b8f38535078 [2021-03-19T19:20:43.940Z] ---> de93da510a14 [2021-03-19T19:20:43.940Z] Step 28/31 : CMD ["gate"] [2021-03-19T19:20:43.940Z] ---> 38fc57fe2303 [2021-03-19T19:20:43.940Z] Step 7/23 : RUN go mod download [2021-03-19T19:20:44.228Z] ---> Running in c86aff2306f0 [2021-03-19T19:20:44.228Z] ---> Running in 7edb0e501068 [2021-03-19T19:20:44.228Z] Removing intermediate container 559d54037ed4 [2021-03-19T19:20:44.228Z] ---> a1772f87ae41 [2021-03-19T19:20:44.228Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-03-19T19:20:44.534Z] ---> Running in e07d70bebf45 [2021-03-19T19:20:46.572Z] Removing intermediate container 7edb0e501068 [2021-03-19T19:20:46.572Z] ---> c52e31e43890 [2021-03-19T19:20:46.572Z] Step 29/31 : LABEL arch=x86_64 [2021-03-19T19:20:46.572Z] ---> Running in c74bc31348cd [2021-03-19T19:20:47.181Z] Removing intermediate container c74bc31348cd [2021-03-19T19:20:47.182Z] ---> e2d96ae25be6 [2021-03-19T19:20:47.182Z] Step 30/31 : LABEL git_sha=c15de42b2ff48f9c2b69ff3dca3fa97eec97bb1f [2021-03-19T19:20:47.459Z] ---> Running in 8e67b42a3129 [2021-03-19T19:20:47.459Z] Removing intermediate container 9ce1b14fd872 [2021-03-19T19:20:47.459Z] ---> d1a39ea49ac1 [2021-03-19T19:20:47.459Z] Step 8/22 : COPY . . [2021-03-19T19:20:47.459Z] Removing intermediate container c86aff2306f0 [2021-03-19T19:20:47.459Z] ---> b8ee45b82c51 [2021-03-19T19:20:47.459Z] Step 8/23 : COPY . . [2021-03-19T19:20:47.591Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-03-19T19:20:47.750Z] Removing intermediate container 8e67b42a3129 [2021-03-19T19:20:47.750Z] ---> 1440d4fbff64 [2021-03-19T19:20:47.750Z] Step 31/31 : LABEL version=0.0.0 [2021-03-19T19:20:48.729Z] ---> Running in d655830d670c [2021-03-19T19:20:48.729Z] Collecting docker-compose==1.23.2 [2021-03-19T19:20:48.991Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-03-19T19:20:50.936Z] Collecting docopt<0.7,>=0.6.1 [2021-03-19T19:20:50.936Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-03-19T19:20:51.279Z] Removing intermediate container d655830d670c [2021-03-19T19:20:51.279Z] ---> 6cc7373c1bc9 [2021-03-19T19:20:51.279Z] [2021-03-19T19:20:55.577Z] Collecting cached-property<2,>=1.2.0 [2021-03-19T19:20:55.577Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-03-19T19:20:55.577Z] Successfully built 6cc7373c1bc9 [2021-03-19T19:20:55.577Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-03-19T19:20:55.577Z]  Building docker-security-bootstrapper-go ... done Building docker-security-proxy-setup-go [2021-03-19T19:20:56.166Z] Collecting websocket-client<1.0,>=0.32.0 [2021-03-19T19:20:56.166Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-03-19T19:20:58.135Z] Collecting dockerpty<0.5,>=0.4.1 [2021-03-19T19:20:58.135Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-03-19T19:21:01.593Z] Collecting PyYAML<4,>=3.10 [2021-03-19T19:21:01.593Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-03-19T19:21:06.031Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-03-19T19:21:06.031Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-03-19T19:21:06.031Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-03-19T19:21:06.031Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-03-19T19:21:06.031Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-03-19T19:21:06.031Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-03-19T19:21:06.031Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-03-19T19:21:07.041Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-03-19T19:21:07.041Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-03-19T19:21:07.041Z] 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-03-19T19:21:07.646Z] Collecting docker<4.0,>=3.6.0 [2021-03-19T19:21:07.646Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-03-19T19:21:08.059Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-03-19T19:21:08.559Z] Collecting jsonschema<3,>=2.5.1 [2021-03-19T19:21:08.559Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-03-19T19:21:09.056Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-03-19T19:21:09.999Z] Collecting texttable<0.10,>=0.9.0 [2021-03-19T19:21:09.999Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-03-19T19:21:11.432Z] 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-03-19T19:21:11.432Z] 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-03-19T19:21:11.432Z] Collecting idna<2.8,>=2.5 [2021-03-19T19:21:11.432Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-03-19T19:21:12.406Z] Collecting urllib3<1.25,>=1.21.1 [2021-03-19T19:21:12.406Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-03-19T19:21:13.001Z] Collecting docker-pycreds>=0.4.0 [2021-03-19T19:21:13.001Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-03-19T19:21:13.269Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-03-19T19:21:13.269Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-03-19T19:21:13.269Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-03-19T19:21:13.269Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-03-19T19:21:13.862Z] Installing collected packages: docopt, cached-property, websocket-client, dockerpty, PyYAML, idna, urllib3, requests, docker-pycreds, docker, jsonschema, texttable, docker-compose [2021-03-19T19:21:13.862Z] Running setup.py install for docopt: started [2021-03-19T19:21:15.602Z] Running setup.py install for docopt: finished with status 'done' [2021-03-19T19:21:17.055Z] Running setup.py install for dockerpty: started [2021-03-19T19:21:17.409Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-03-19T19:21:17.409Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-03-19T19:21:17.409Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-03-19T19:21:18.044Z] Running setup.py install for dockerpty: finished with status 'done' [2021-03-19T19:21:18.044Z] Running setup.py install for PyYAML: started [2021-03-19T19:21:19.052Z] Running setup.py install for PyYAML: finished with status 'done' [2021-03-19T19:21:19.052Z] Attempting uninstall: idna [2021-03-19T19:21:19.052Z] Found existing installation: idna 2.9 [2021-03-19T19:21:19.052Z] Uninstalling idna-2.9: [2021-03-19T19:21:19.699Z] Successfully uninstalled idna-2.9 [2021-03-19T19:21:21.674Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-19T19:21:21.674Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-03-19T19:21:21.674Z] ---> f69921ffe267 [2021-03-19T19:21:21.674Z] Step 3/21 : WORKDIR /edgex-go [2021-03-19T19:21:21.674Z] ---> Using cache [2021-03-19T19:21:21.674Z] ---> fb82280248cf [2021-03-19T19:21:21.674Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-19T19:21:21.674Z] ---> Using cache [2021-03-19T19:21:21.674Z] ---> 504699d62994 [2021-03-19T19:21:21.674Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-03-19T19:21:21.674Z] ---> Using cache [2021-03-19T19:21:21.674Z] ---> 2d4703f074b5 [2021-03-19T19:21:21.674Z] Step 6/21 : COPY go.mod . [2021-03-19T19:21:21.674Z] ---> Using cache [2021-03-19T19:21:21.674Z] ---> e67d35d61595 [2021-03-19T19:21:21.674Z] Step 7/21 : RUN go mod download [2021-03-19T19:21:21.674Z] ---> Using cache [2021-03-19T19:21:21.674Z] ---> 9315eaa68681 [2021-03-19T19:21:21.674Z] Step 8/21 : COPY . . [2021-03-19T19:21:21.947Z] ---> Using cache [2021-03-19T19:21:21.947Z] ---> e7d610e0d3d3 [2021-03-19T19:21:21.947Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-03-19T19:21:22.925Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.273s coverage: 45.9% of statements [2021-03-19T19:21:22.925Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-03-19T19:21:22.925Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-03-19T19:21:22.925Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-03-19T19:21:22.925Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-03-19T19:21:22.925Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-03-19T19:21:22.925Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-03-19T19:21:22.925Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.112s coverage: 19.8% of statements [2021-03-19T19:21:22.925Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.210s coverage: 100.0% of statements [2021-03-19T19:21:23.384Z] Attempting uninstall: urllib3 [2021-03-19T19:21:23.384Z] Found existing installation: urllib3 1.25.9 [2021-03-19T19:21:23.384Z] Uninstalling urllib3-1.25.9: [2021-03-19T19:21:23.384Z] Successfully uninstalled urllib3-1.25.9 [2021-03-19T19:21:23.384Z] ---> Running in 492de9cff22c [2021-03-19T19:21:23.657Z] Attempting uninstall: requests [2021-03-19T19:21:23.657Z] Found existing installation: requests 2.23.0 [2021-03-19T19:21:23.657Z] Uninstalling requests-2.23.0: [2021-03-19T19:21:23.657Z] Removing intermediate container 5d67218adf08 [2021-03-19T19:21:23.657Z] ---> 19275cc43a57 [2021-03-19T19:21:23.657Z] [2021-03-19T19:21:23.657Z] Step 10/22 : FROM alpine:3.12 [2021-03-19T19:21:23.657Z] ---> 88dd2752d2ea [2021-03-19T19:21:23.657Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-03-19T19:21:23.657Z] ---> 5a4c6b13f902 [2021-03-19T19:21:23.657Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-03-19T19:21:23.657Z] Successfully uninstalled requests-2.23.0 [2021-03-19T19:21:23.657Z] ---> af81014bd9a5 [2021-03-19T19:21:23.657Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-03-19T19:21:23.657Z] ---> Using cache [2021-03-19T19:21:23.657Z] ---> e8c4a810702b [2021-03-19T19:21:23.657Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-19T19:21:23.657Z] ---> Using cache [2021-03-19T19:21:23.657Z] ---> e9798c2c277f [2021-03-19T19:21:23.657Z] Step 13/22 : ENV APP_PORT=48085 [2021-03-19T19:21:24.268Z] ---> Running in efd2daedc17c [2021-03-19T19:21:24.268Z] ---> Running in 8274d264d533 [2021-03-19T19:21:24.268Z] ---> Running in dca818db42c6 [2021-03-19T19:21:24.876Z] 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-03-19T19:21:24.876Z] Removing intermediate container efd2daedc17c [2021-03-19T19:21:24.876Z] ---> 94804726535f [2021-03-19T19:21:24.876Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-19T19:21:25.527Z] Running setup.py install for texttable: started [2021-03-19T19:21:25.864Z] ---> Running in a83a3af31cde [2021-03-19T19:21:26.175Z] Removing intermediate container a83a3af31cde [2021-03-19T19:21:26.175Z] ---> 444c0f842294 [2021-03-19T19:21:26.175Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-19T19:21:26.175Z] Running setup.py install for texttable: finished with status 'done' [2021-03-19T19:21:26.454Z] 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-03-19T19:21:26.454Z] 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-03-19T19:21:27.060Z] 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.58.0 [2021-03-19T19:21:27.665Z] ---> 6b904aa44c23 [2021-03-19T19:21:27.665Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-03-19T19:21:29.132Z] ---> 4f8eb0e5ec1c [2021-03-19T19:21:29.132Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-03-19T19:21:29.424Z] ---> 07a0bea13450 [2021-03-19T19:21:29.424Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-03-19T19:21:29.729Z] ---> Running in 1f416f8a7418 [2021-03-19T19:21:30.019Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.601s coverage: 27.1% of statements [2021-03-19T19:21:30.019Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-03-19T19:21:30.019Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-03-19T19:21:30.019Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-03-19T19:21:30.019Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-03-19T19:21:30.019Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-03-19T19:21:30.019Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-03-19T19:21:30.019Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.133s coverage: 100.0% of statements [2021-03-19T19:21:30.019Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-03-19T19:21:30.019Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.157s coverage: 100.0% of statements [2021-03-19T19:21:30.019Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-03-19T19:21:30.019Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-03-19T19:21:30.327Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.213s coverage: 71.3% of statements [2021-03-19T19:21:30.327Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-03-19T19:21:30.327Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-03-19T19:21:31.780Z] Removing intermediate container 1f416f8a7418 [2021-03-19T19:21:31.780Z] ---> 300029b577a7 [2021-03-19T19:21:31.780Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-19T19:21:32.066Z] ---> Running in b5743e7ee8ca [2021-03-19T19:21:32.360Z] Removing intermediate container e07d70bebf45 [2021-03-19T19:21:32.360Z] ---> 26f7ff5ee780 [2021-03-19T19:21:32.360Z] Step 21/26 : RUN apk --no-cache add curl [2021-03-19T19:21:32.360Z] ---> Running in f346c591b387 [2021-03-19T19:21:32.387Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.518s coverage: 82.9% of statements [2021-03-19T19:21:32.387Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-03-19T19:21:32.387Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-03-19T19:21:32.387Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.188s coverage: 78.9% of statements [2021-03-19T19:21:32.387Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-03-19T19:21:32.650Z] Removing intermediate container b5743e7ee8ca [2021-03-19T19:21:32.651Z] ---> b96037bacc53 [2021-03-19T19:21:32.651Z] Step 20/22 : LABEL arch=x86_64 [2021-03-19T19:21:32.930Z] ---> Running in 942dad7594c2 [2021-03-19T19:21:33.203Z] Removing intermediate container 942dad7594c2 [2021-03-19T19:21:33.203Z] ---> 7f1eaf899df4 [2021-03-19T19:21:33.203Z] Step 21/22 : LABEL git_sha=c15de42b2ff48f9c2b69ff3dca3fa97eec97bb1f [2021-03-19T19:21:33.203Z] ---> Running in 420dce011f19 [2021-03-19T19:21:33.807Z] Removing intermediate container 420dce011f19 [2021-03-19T19:21:33.807Z] ---> dd12d50809f9 [2021-03-19T19:21:33.807Z] Step 22/22 : LABEL version=0.0.0 [2021-03-19T19:21:33.807Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-19T19:21:33.807Z] ---> Running in 8d436e9e213a [2021-03-19T19:21:33.807Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-19T19:21:34.081Z] Removing intermediate container 8d436e9e213a [2021-03-19T19:21:34.081Z] ---> dd1089573a18 [2021-03-19T19:21:34.081Z] [2021-03-19T19:21:34.081Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-03-19T19:21:34.081Z] (2/3) Installing libcurl (7.69.1-r3) [2021-03-19T19:21:34.081Z] (3/3) Installing curl (7.69.1-r3) [2021-03-19T19:21:34.081Z] Executing busybox-1.31.1-r19.trigger [2021-03-19T19:21:34.081Z] OK: 72 MiB in 58 packages [2021-03-19T19:21:35.257Z] Successfully built dd1089573a18 [2021-03-19T19:21:35.257Z] Successfully tagged docker-support-scheduler-go:latest [2021-03-19T19:21:37.773Z]  Building docker-support-scheduler-go ... done Removing intermediate container f346c591b387 [2021-03-19T19:21:37.773Z] ---> d9ebf7114a18 [2021-03-19T19:21:37.773Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-03-19T19:21:37.773Z] ---> Running in 931058d67627 [2021-03-19T19:21:38.751Z] Removing intermediate container 931058d67627 [2021-03-19T19:21:38.751Z] ---> 439e5c5466f7 [2021-03-19T19:21:38.751Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-19T19:21:38.751Z] ---> Running in 8d12c2faa9da [2021-03-19T19:21:39.054Z] Removing intermediate container 8d12c2faa9da [2021-03-19T19:21:39.054Z] ---> 1cbc6b153aa6 [2021-03-19T19:21:39.054Z] Step 24/26 : LABEL arch=x86_64 [2021-03-19T19:21:39.334Z] ---> Running in 35443acae798 [2021-03-19T19:21:39.613Z] Removing intermediate container 35443acae798 [2021-03-19T19:21:39.613Z] ---> 2ccbaf3bcdcd [2021-03-19T19:21:39.613Z] Step 25/26 : LABEL git_sha=c15de42b2ff48f9c2b69ff3dca3fa97eec97bb1f [2021-03-19T19:21:39.613Z] ---> Running in e55d76930e35 [2021-03-19T19:21:39.890Z] Removing intermediate container e55d76930e35 [2021-03-19T19:21:39.890Z] ---> aabe159f11d4 [2021-03-19T19:21:39.890Z] Step 26/26 : LABEL version=0.0.0 [2021-03-19T19:21:40.174Z] ---> Running in ec0164f895c6 [2021-03-19T19:21:40.772Z] Removing intermediate container ec0164f895c6 [2021-03-19T19:21:40.772Z] ---> e2d448accf53 [2021-03-19T19:21:40.772Z] [2021-03-19T19:21:41.369Z] Successfully built e2d448accf53 [2021-03-19T19:21:41.369Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-03-19T19:21:42.617Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.152s coverage: 28.6% of statements [2021-03-19T19:21:42.617Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-03-19T19:21:42.617Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-03-19T19:21:42.617Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-03-19T19:21:42.617Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-03-19T19:21:42.617Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-03-19T19:21:42.617Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.143s coverage: 100.0% of statements [2021-03-19T19:21:42.617Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-03-19T19:21:42.617Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.078s coverage: 100.0% of statements [2021-03-19T19:21:42.617Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-03-19T19:21:42.617Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.302s coverage: 86.7% of statements [2021-03-19T19:21:42.617Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-03-19T19:21:42.617Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.421s coverage: 97.5% of statements [2021-03-19T19:21:42.617Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-03-19T19:21:42.617Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.144s coverage: 78.3% of statements [2021-03-19T19:21:42.617Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-03-19T19:21:42.617Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-03-19T19:21:42.617Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-03-19T19:21:42.617Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-03-19T19:21:46.777Z]  Building docker-sys-mgmt-agent-go ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-03-19T19:21:52.877Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.243s coverage: 92.8% of statements [2021-03-19T19:21:52.877Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-03-19T19:21:52.877Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-03-19T19:21:52.877Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-03-19T19:21:52.877Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-03-19T19:21:52.877Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-03-19T19:21:52.877Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-03-19T19:21:52.877Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-03-19T19:21:52.877Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-03-19T19:21:52.877Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-03-19T19:21:52.877Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-03-19T19:21:52.877Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-03-19T19:21:52.877Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-03-19T19:21:52.877Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-03-19T19:21:52.877Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-03-19T19:21:52.877Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-03-19T19:21:52.877Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-03-19T19:21:52.877Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-03-19T19:21:52.877Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-03-19T19:21:52.877Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.061s coverage: 58.8% of statements [2021-03-19T19:21:52.877Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-03-19T19:21:52.877Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-03-19T19:21:52.877Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.200s coverage: 0.1% of statements [2021-03-19T19:21:52.877Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-03-19T19:21:52.877Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-03-19T19:21:52.877Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-03-19T19:21:52.877Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.099s coverage: 47.1% of statements [2021-03-19T19:21:52.877Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.084s coverage: 79.5% of statements [2021-03-19T19:21:52.877Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.060s coverage: 94.1% of statements [2021-03-19T19:21:52.877Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.077s coverage: 96.3% of statements [2021-03-19T19:21:52.877Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.077s coverage: 87.5% of statements [2021-03-19T19:21:55.295Z] Removing intermediate container 492de9cff22c [2021-03-19T19:21:55.295Z] ---> 4e15f9e2cd12 [2021-03-19T19:21:55.295Z] [2021-03-19T19:21:55.295Z] Step 10/21 : FROM alpine:3.12 [2021-03-19T19:21:55.295Z] ---> 88dd2752d2ea [2021-03-19T19:21:55.295Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-03-19T19:21:55.295Z] Removing intermediate container dca818db42c6 [2021-03-19T19:21:55.295Z] ---> 863257f76611 [2021-03-19T19:21:55.295Z] [2021-03-19T19:21:55.295Z] Step 10/22 : FROM alpine:3.12 [2021-03-19T19:21:55.295Z] ---> 88dd2752d2ea [2021-03-19T19:21:55.295Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-03-19T19:21:55.295Z] ---> Running in 24a01dc28dba [2021-03-19T19:21:55.295Z] ---> Running in c69bfef1a236 [2021-03-19T19:21:55.295Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-19T19:21:55.295Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-19T19:21:55.295Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-19T19:21:55.295Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-19T19:21:55.295Z] (1/4) Installing ca-certificates (20191127-r4) [2021-03-19T19:21:55.295Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-03-19T19:21:55.295Z] (3/4) Installing libcurl (7.69.1-r3) [2021-03-19T19:21:55.295Z] (4/4) Installing curl (7.69.1-r3) [2021-03-19T19:21:55.295Z] Executing busybox-1.31.1-r19.trigger [2021-03-19T19:21:55.295Z] Executing ca-certificates-20191127-r4.trigger [2021-03-19T19:21:55.600Z] (1/2) Installing ca-certificates (20191127-r4) [2021-03-19T19:21:55.600Z] OK: 7 MiB in 18 packages [2021-03-19T19:21:55.600Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-03-19T19:21:55.600Z] Executing busybox-1.31.1-r19.trigger [2021-03-19T19:21:55.600Z] Executing ca-certificates-20191127-r4.trigger [2021-03-19T19:21:55.600Z] OK: 6 MiB in 16 packages [2021-03-19T19:21:59.028Z] Removing intermediate container 8274d264d533 [2021-03-19T19:21:59.028Z] ---> a52e8957d98e [2021-03-19T19:21:59.028Z] [2021-03-19T19:21:59.028Z] Step 10/23 : FROM alpine:3.12 [2021-03-19T19:21:59.028Z] ---> 88dd2752d2ea [2021-03-19T19:21:59.028Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-03-19T19:21:59.617Z] ---> Running in 0d7c4e001828 [2021-03-19T19:21:59.617Z] Removing intermediate container 24a01dc28dba [2021-03-19T19:21:59.617Z] ---> 24fb06b613ac [2021-03-19T19:21:59.617Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-19T19:21:59.617Z] Removing intermediate container c69bfef1a236 [2021-03-19T19:21:59.617Z] ---> 5a69c3263277 [2021-03-19T19:21:59.617Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-19T19:21:59.893Z] ---> Running in d4fcf80b6fd3 [2021-03-19T19:21:59.893Z] ---> Running in be27feb6ee4b [2021-03-19T19:21:59.893Z] Removing intermediate container 0d7c4e001828 [2021-03-19T19:21:59.893Z] ---> 009b1aea27a1 [2021-03-19T19:21:59.893Z] Step 12/23 : ENV APP_PORT=48080 [2021-03-19T19:21:59.893Z] ---> Running in 0c74447a58ed [2021-03-19T19:21:59.893Z] Removing intermediate container be27feb6ee4b [2021-03-19T19:21:59.893Z] Removing intermediate container d4fcf80b6fd3 [2021-03-19T19:21:59.893Z] ---> d96157dc018d [2021-03-19T19:21:59.893Z] ---> 59aaee8a207c [2021-03-19T19:21:59.893Z] Step 13/22 : ENV APP_PORT=48060Step 13/21 : WORKDIR /edgex [2021-03-19T19:21:59.893Z] [2021-03-19T19:22:00.178Z] ---> Running in 5b2fc03b028d [2021-03-19T19:22:00.178Z] ---> Running in 83b80175c6cd [2021-03-19T19:22:00.178Z] Removing intermediate container 0c74447a58ed [2021-03-19T19:22:00.178Z] ---> 9e2b5bf1829c [2021-03-19T19:22:00.178Z] Step 13/23 : EXPOSE $APP_PORT [2021-03-19T19:22:00.178Z] ---> Running in e840d03d3980 [2021-03-19T19:22:00.455Z] Removing intermediate container 83b80175c6cd [2021-03-19T19:22:00.455Z] ---> e474b3882d8c [2021-03-19T19:22:00.455Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-19T19:22:00.455Z] Removing intermediate container 5b2fc03b028d [2021-03-19T19:22:00.455Z] ---> 782065732306 [2021-03-19T19:22:00.455Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-03-19T19:22:00.455Z] ---> Running in a435603fec0e [2021-03-19T19:22:00.455Z] Removing intermediate container e840d03d3980 [2021-03-19T19:22:00.455Z] ---> 49b68236d731 [2021-03-19T19:22:00.455Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-19T19:22:00.733Z] ---> Running in 9f268cbf3d68 [2021-03-19T19:22:00.733Z] Removing intermediate container a435603fec0e [2021-03-19T19:22:00.733Z] ---> ad796ce67488 [2021-03-19T19:22:00.733Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-19T19:22:01.001Z] ---> c3edcef50b5d [2021-03-19T19:22:01.001Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-03-19T19:22:01.001Z] ---> 38bf9b3cf9e0 [2021-03-19T19:22:01.001Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-03-19T19:22:01.961Z] ---> 0fd80a3ed647 [2021-03-19T19:22:01.961Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-03-19T19:22:02.244Z] ---> 2e797ecdfe32 [2021-03-19T19:22:02.244Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-03-19T19:22:02.534Z] Removing intermediate container 9f268cbf3d68 [2021-03-19T19:22:02.534Z] ---> cfe3959a3eeb [2021-03-19T19:22:02.534Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-03-19T19:22:02.534Z] ---> 30ce16150bbd [2021-03-19T19:22:02.534Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-03-19T19:22:02.534Z] ---> Running in f942a7cc6980 [2021-03-19T19:22:02.534Z] ---> f7df7f1e8e67 [2021-03-19T19:22:02.534Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-03-19T19:22:02.534Z] ---> Running in 3ccd9867eee9 [2021-03-19T19:22:02.846Z] ---> Running in af95e8d258a3 [2021-03-19T19:22:02.846Z] Removing intermediate container 3ccd9867eee9 [2021-03-19T19:22:02.846Z] ---> 2a5a64ab1ff9 [2021-03-19T19:22:02.846Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-19T19:22:03.129Z] Removing intermediate container af95e8d258a3 [2021-03-19T19:22:03.129Z] ---> 5036e2c61270 [2021-03-19T19:22:03.129Z] Step 18/21 : CMD ["--init=true"] [2021-03-19T19:22:03.129Z] ---> Running in 1d59a65d9505 [2021-03-19T19:22:03.129Z] ---> Running in e54e974658ff [2021-03-19T19:22:03.129Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-19T19:22:03.129Z] Removing intermediate container 1d59a65d9505 [2021-03-19T19:22:03.129Z] ---> 0bc3ef5d4729 [2021-03-19T19:22:03.129Z] Step 20/22 : LABEL arch=x86_64 [2021-03-19T19:22:03.407Z] ---> Running in 7d560725e5fb [2021-03-19T19:22:03.407Z] Removing intermediate container e54e974658ff [2021-03-19T19:22:03.407Z] ---> 3f8c2a8ec2f7 [2021-03-19T19:22:03.407Z] Step 19/21 : LABEL arch=x86_64 [2021-03-19T19:22:03.407Z] ---> Running in 90c85a5f8492 [2021-03-19T19:22:03.407Z] Removing intermediate container 7d560725e5fb [2021-03-19T19:22:03.407Z] ---> de400a9045bd [2021-03-19T19:22:03.407Z] Step 21/22 : LABEL git_sha=c15de42b2ff48f9c2b69ff3dca3fa97eec97bb1f [2021-03-19T19:22:03.685Z] ---> Running in 17b28d0a1cb9 [2021-03-19T19:22:03.685Z] Removing intermediate container 90c85a5f8492 [2021-03-19T19:22:03.685Z] ---> 9c1cc9da6348 [2021-03-19T19:22:03.685Z] Step 20/21 : LABEL git_sha=c15de42b2ff48f9c2b69ff3dca3fa97eec97bb1f [2021-03-19T19:22:03.685Z] ---> Running in 831632c0ae51 [2021-03-19T19:22:03.967Z] Removing intermediate container 17b28d0a1cb9 [2021-03-19T19:22:03.967Z] ---> 8e6d5bcfd840 [2021-03-19T19:22:03.967Z] Step 22/22 : LABEL version=0.0.0 [2021-03-19T19:22:03.967Z] ---> Running in d3d3e1f35274 [2021-03-19T19:22:03.967Z] Removing intermediate container 831632c0ae51 [2021-03-19T19:22:03.967Z] ---> 4d7e41f0bc4f [2021-03-19T19:22:03.967Z] Step 21/21 : LABEL version=0.0.0 [2021-03-19T19:22:03.967Z] ---> Running in 05e172055282 [2021-03-19T19:22:04.260Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-19T19:22:04.260Z] Removing intermediate container d3d3e1f35274 [2021-03-19T19:22:04.260Z] ---> 4f0508b9fb8c [2021-03-19T19:22:04.260Z] [2021-03-19T19:22:04.863Z] Removing intermediate container 05e172055282 [2021-03-19T19:22:04.863Z] ---> 9390a59aca39 [2021-03-19T19:22:04.863Z] [2021-03-19T19:22:04.863Z] Successfully built 4f0508b9fb8c [2021-03-19T19:22:04.863Z] Successfully tagged docker-support-notifications-go:latest [2021-03-19T19:22:05.128Z]  Building docker-support-notifications-go ... done Successfully built 9390a59aca39 [2021-03-19T19:22:05.128Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-03-19T19:22:05.128Z]  Building docker-security-proxy-setup-go ... done (1/6) Installing dumb-init (1.2.2-r1) [2021-03-19T19:22:05.128Z] (2/6) Installing libgcc (9.3.0-r2) [2021-03-19T19:22:05.391Z] (3/6) Installing libsodium (1.0.18-r0) [2021-03-19T19:22:05.391Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-03-19T19:22:05.584Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.079s coverage: 94.4% of statements [2021-03-19T19:22:05.584Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.057s coverage: 44.8% of statements [2021-03-19T19:22:05.967Z] (5/6) Installing libzmq (4.3.3-r0) [2021-03-19T19:22:05.967Z] (6/6) Installing zeromq (4.3.3-r0) [2021-03-19T19:22:05.967Z] Executing busybox-1.31.1-r19.trigger [2021-03-19T19:22:05.967Z] OK: 8 MiB in 20 packages [2021-03-19T19:22:06.925Z] Removing intermediate container f942a7cc6980 [2021-03-19T19:22:06.925Z] ---> 220cb5c28e30 [2021-03-19T19:22:06.925Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-19T19:22:06.926Z] ---> a027dccc1d33 [2021-03-19T19:22:06.926Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-03-19T19:22:07.514Z] ---> b20d5a864b96 [2021-03-19T19:22:07.514Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-03-19T19:22:07.794Z] ---> cd267c71b475 [2021-03-19T19:22:07.794Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-03-19T19:22:08.094Z] ---> Running in 97e08c147e41 [2021-03-19T19:22:08.094Z] Removing intermediate container 97e08c147e41 [2021-03-19T19:22:08.094Z] ---> 4ac7bc1a13d8 [2021-03-19T19:22:08.094Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-19T19:22:08.094Z] ---> Running in 59317e826185 [2021-03-19T19:22:08.774Z] Removing intermediate container 59317e826185 [2021-03-19T19:22:08.774Z] ---> 5e1a52a32c6b [2021-03-19T19:22:08.774Z] Step 21/23 : LABEL arch=x86_64 [2021-03-19T19:22:08.774Z] ---> Running in 5519997d5fda [2021-03-19T19:22:08.774Z] Removing intermediate container 5519997d5fda [2021-03-19T19:22:08.774Z] ---> 137d36a6bba5 [2021-03-19T19:22:08.774Z] Step 22/23 : LABEL git_sha=c15de42b2ff48f9c2b69ff3dca3fa97eec97bb1f [2021-03-19T19:22:08.774Z] ---> Running in 8dc84cdcef1f [2021-03-19T19:22:09.045Z] Removing intermediate container 8dc84cdcef1f [2021-03-19T19:22:09.045Z] ---> 14ae1e8a89bb [2021-03-19T19:22:09.045Z] Step 23/23 : LABEL version=0.0.0 [2021-03-19T19:22:09.045Z] ---> Running in 3397e5310cd0 [2021-03-19T19:22:09.160Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.300s coverage: 81.0% of statements [2021-03-19T19:22:09.314Z] Removing intermediate container 3397e5310cd0 [2021-03-19T19:22:09.314Z] ---> 410dc7553224 [2021-03-19T19:22:09.314Z] [2021-03-19T19:22:09.580Z] Successfully built 410dc7553224 [2021-03-19T19:22:09.580Z] Successfully tagged docker-core-data-go:latest [2021-03-19T19:22:09.878Z]  Building docker-core-data-go ... done  [Pipeline] } [2021-03-19T19:22:09.898Z] $ docker stop --time=1 22ed1bde46e331d8c2ad3a2bb965c6b8da3a80dcb5e74e10e658c287f46ba1c8 [2021-03-19T19:22:11.520Z] $ docker rm -f 22ed1bde46e331d8c2ad3a2bb965c6b8da3a80dcb5e74e10e658c287f46ba1c8 [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-19T19:22:12.097Z] + docker images [2021-03-19T19:22:12.097Z] + grep docker [2021-03-19T19:22:13.530Z] docker-core-data-go latest 410dc7553224 4 seconds ago 22.6MB [2021-03-19T19:22:13.530Z] docker-security-proxy-setup-go latest 9390a59aca39 9 seconds ago 24.7MB [2021-03-19T19:22:13.530Z] docker-support-notifications-go latest 4f0508b9fb8c 10 seconds ago 17.8MB [2021-03-19T19:22:13.530Z] docker-sys-mgmt-agent-go latest e2d448accf53 33 seconds ago 313MB [2021-03-19T19:22:13.530Z] docker-support-scheduler-go latest dd1089573a18 40 seconds ago 17.3MB [2021-03-19T19:22:13.530Z] docker-security-bootstrapper-go latest 6cc7373c1bc9 About a minute ago 18.8MB [2021-03-19T19:22:13.530Z] docker-security-secretstore-setup-go latest f6ef2baa0937 2 minutes ago 24.9MB [2021-03-19T19:22:13.530Z] docker-core-metadata-go latest 43e70f1f9f68 2 minutes ago 19MB [2021-03-19T19:22:13.530Z] docker-core-command-go latest 5fe88710579e 2 minutes ago 17.2MB [2021-03-19T19:22:13.530Z] docker 20.10.0 aefe523efa57 3 months 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-03-19T19:22:17.611Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 23.139s coverage: 92.9% of statements [2021-03-19T19:22:17.611Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-03-19T19:22:17.611Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-03-19T19:22:17.611Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-03-19T19:22:17.611Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.055s coverage: 77.8% of statements [2021-03-19T19:22:17.611Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-03-19T19:22:17.611Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-03-19T19:22:17.611Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-03-19T19:22:17.611Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-03-19T19:22:17.611Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-03-19T19:22:17.611Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.075s coverage: 87.2% of statements [2021-03-19T19:22:17.611Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-03-19T19:22:17.611Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-03-19T19:22:17.611Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.045s coverage: 100.0% of statements [2021-03-19T19:22:17.611Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-03-19T19:22:17.611Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.103s coverage: 75.5% of statements [2021-03-19T19:22:17.611Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-03-19T19:22:17.611Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.058s coverage: 80.8% of statements [2021-03-19T19:22:17.611Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.133s coverage: 87.2% of statements [2021-03-19T19:22:17.611Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.132s coverage: 84.6% of statements [2021-03-19T19:22:17.611Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.178s coverage: 91.6% of statements [2021-03-19T19:22:17.611Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-03-19T19:22:19.147Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.637s coverage: 64.4% of statements [2021-03-19T19:22:19.147Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-03-19T19:22:19.147Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-03-19T19:22:19.147Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.059s coverage: 100.0% of statements [2021-03-19T19:22:19.147Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.080s coverage: 91.3% of statements [2021-03-19T19:22:19.772Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.070s coverage: 100.0% of statements [2021-03-19T19:22:19.772Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.080s coverage: 73.7% of statements [2021-03-19T19:22:21.851Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.049s coverage: 100.0% of statements [2021-03-19T19:22:24.661Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.853s coverage: 69.0% of statements [2021-03-19T19:22:24.661Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-03-19T19:22:24.661Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-03-19T19:22:24.661Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-03-19T19:22:26.138Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.391s coverage: 38.4% of statements [2021-03-19T19:22:26.138Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-03-19T19:22:26.138Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-03-19T19:22:26.138Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.144s coverage: 89.5% of statements [2021-03-19T19:22:26.139Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-03-19T19:22:26.139Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.118s coverage: 84.8% of statements [2021-03-19T19:22:29.280Z] Still waiting to schedule task [2021-03-19T19:22:29.281Z] Waiting for next available executor on ‘prd-ubuntu18.04-docker-8c-8g-30610’ [2021-03-19T19:22:32.919Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.409s coverage: 47.0% of statements [2021-03-19T19:22:32.919Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-03-19T19:22:32.919Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-03-19T19:22:32.919Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-03-19T19:22:32.919Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-03-19T19:22:32.919Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-03-19T19:22:32.919Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.192s coverage: 100.0% of statements [2021-03-19T19:22:32.919Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-03-19T19:22:32.919Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.102s coverage: 100.0% of statements [2021-03-19T19:22:32.919Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-03-19T19:22:32.919Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-03-19T19:22:32.919Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-03-19T19:22:32.919Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-03-19T19:22:32.919Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.400s coverage: 87.1% of statements [2021-03-19T19:22:32.919Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-03-19T19:22:32.919Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-03-19T19:22:32.919Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-03-19T19:22:41.405Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.173s coverage: 29.1% of statements [2021-03-19T19:22:41.405Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-03-19T19:22:41.405Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-03-19T19:22:41.405Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-03-19T19:22:41.405Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-03-19T19:22:41.406Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-03-19T19:22:41.406Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.178s coverage: 99.0% of statements [2021-03-19T19:22:41.406Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-03-19T19:22:41.406Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.095s coverage: 100.0% of statements [2021-03-19T19:22:41.406Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-03-19T19:22:41.406Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-03-19T19:22:41.406Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-03-19T19:22:41.406Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-03-19T19:22:41.406Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.214s coverage: 96.5% of statements [2021-03-19T19:22:41.406Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-03-19T19:22:41.406Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-03-19T19:22:41.406Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-03-19T19:22:41.406Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.055s coverage: 0.0% of statements [2021-03-19T19:22:41.406Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-03-19T19:22:41.406Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.048s coverage: 100.0% of statements [2021-03-19T19:22:41.406Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-03-19T19:22:41.406Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-03-19T19:22:41.406Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-03-19T19:22:41.406Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-03-19T19:22:41.406Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.085s coverage: 87.9% of statements [2021-03-19T19:22:41.406Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-03-19T19:22:41.406Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-03-19T19:22:41.406Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.078s coverage: 100.0% of statements [2021-03-19T19:22:41.406Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.056s coverage: 32.1% of statements [2021-03-19T19:22:41.706Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.077s coverage: 100.0% of statements [2021-03-19T19:22:42.745Z] GO111MODULE=on go vet ./... [2021-03-19T19:24:04.850Z] gofmt -l . [2021-03-19T19:24:04.850Z] [ "`gofmt -l .`" = "" ] [2021-03-19T19:24:04.850Z] ./bin/test-go-mod-tidy.sh [2021-03-19T19:24:04.850Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-03-19T19:24:05.519Z] + ls -al . [2021-03-19T19:24:05.519Z] total 800 [2021-03-19T19:24:05.519Z] drwxrwxr-x 9 1001 1001 4096 Mar 19 19:24 . [2021-03-19T19:24:05.519Z] drwxr-xr-x 4 root root 4096 Mar 19 19:19 .. [2021-03-19T19:24:05.519Z] -rw-rw-r-- 1 1001 1001 11 Mar 19 19:17 .dockerignore [2021-03-19T19:24:05.519Z] drwxrwxr-x 8 1001 1001 4096 Mar 19 19:17 .git [2021-03-19T19:24:05.519Z] drwxrwxr-x 3 1001 1001 4096 Mar 19 19:17 .github [2021-03-19T19:24:05.519Z] -rw-rw-r-- 1 1001 1001 818 Mar 19 19:17 .gitignore [2021-03-19T19:24:05.519Z] -rw-rw-r-- 1 1001 1001 166 Mar 19 19:17 .sonarcloud.properties [2021-03-19T19:24:05.519Z] -rw-rw-r-- 1 1001 1001 8607 Mar 19 19:17 Attribution.txt [2021-03-19T19:24:05.519Z] -rw-rw-r-- 1 1001 1001 3804 Mar 19 19:17 CONTRIBUTING.md [2021-03-19T19:24:05.519Z] -rw-rw-r-- 1 1001 1001 931 Mar 19 19:17 Dockerfile.build [2021-03-19T19:24:05.519Z] -rw-rw-r-- 1 1001 1001 863 Mar 19 19:17 Jenkinsfile [2021-03-19T19:24:05.519Z] -rw-rw-r-- 1 1001 1001 10775 Mar 19 19:17 LICENSE [2021-03-19T19:24:05.519Z] -rw-rw-r-- 1 1001 1001 5774 Mar 19 19:17 Makefile [2021-03-19T19:24:05.519Z] -rw-rw-r-- 1 1001 1001 6548 Mar 19 19:17 README.md [2021-03-19T19:24:05.519Z] -rw-rw-r-- 1 1001 1001 6755 Mar 19 19:17 SECURITY.md [2021-03-19T19:24:05.519Z] -rw-rw-r-- 1 1001 1001 5 Mar 19 19:13 VERSION [2021-03-19T19:24:05.520Z] -rw-rw-r-- 1 1001 1001 4131 Mar 19 19:17 ZMQWindows.md [2021-03-19T19:24:05.520Z] drwxrwxr-x 2 1001 1001 4096 Mar 19 19:17 bin [2021-03-19T19:24:05.520Z] drwxrwxr-x 14 1001 1001 4096 Mar 19 19:17 cmd [2021-03-19T19:24:05.520Z] -rw-r--r-- 1 root root 662611 Mar 19 19:22 coverage.out [2021-03-19T19:24:05.520Z] -rw-r--r-- 1 root root 1055 Mar 19 19:24 go.mod [2021-03-19T19:24:05.520Z] -rw-r--r-- 1 root root 21981 Mar 19 19:24 go.sum [2021-03-19T19:24:05.520Z] drwxrwxr-x 8 1001 1001 4096 Mar 19 19:17 internal [2021-03-19T19:24:05.520Z] drwxrwxr-x 4 1001 1001 4096 Mar 19 19:17 openapi [2021-03-19T19:24:05.520Z] drwxrwxr-x 4 1001 1001 4096 Mar 19 19:17 snap [2021-03-19T19:24:05.520Z] -rw-rw-r-- 1 1001 1001 168 Mar 19 19:17 version.go [Pipeline] sh [2021-03-19T19:24:06.182Z] + '[' -e coverage.out ] [2021-03-19T19:24:06.182Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-03-19T19:24:06.243Z] Warning: overwriting stash ‘coverage-report’ [2021-03-19T19:24:07.389Z] Stashed 1 file(s) [Pipeline] sh [2021-03-19T19:24:08.039Z] + make build [2021-03-19T19:24:08.039Z] 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-03-19T19:24:18.221Z] 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-03-19T19:24:40.432Z] 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-03-19T19:24:45.854Z] 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-03-19T19:24:51.359Z] 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-03-19T19:24:51.970Z] 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-03-19T19:24:56.390Z] 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-03-19T19:24:57.458Z] Running on prd-ubuntu18.04-docker-8c-8g-30611 in /w/workspace/edgexfoundry_edgex-go_PR-3273 [Pipeline] { [Pipeline] ws [2021-03-19T19:24:57.520Z] Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] checkout [2021-03-19T19:25:01.428Z] using credential edgex-jenkins-ssh [2021-03-19T19:25:01.497Z] Cloning the remote Git repository [2021-03-19T19:25:01.905Z] 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-03-19T19:25:01.530Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-03-19T19:25:01.620Z] > git init /w/workspace/edgex-go/2 # timeout=10 [2021-03-19T19:25:01.676Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-19T19:25:01.676Z] > git --version # timeout=10 [2021-03-19T19:25:01.682Z] > git --version # 'git version 2.17.1' [2021-03-19T19:25:01.683Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-19T19:25:01.726Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-19T19:25:05.470Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-03-19T19:25:10.045Z] 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-03-19T19:25:13.599Z] 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-03-19T19:25:17.134Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-03-19T19:25:23.664Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-19T19:25:23.673Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-19T19:25:23.684Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-19T19:25:23.696Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-19T19:25:23.697Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-19T19:25:23.702Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3273/head:refs/remotes/origin/PR-3273 +refs/heads/master:refs/remotes/origin/master # timeout=10 [Pipeline] } [2021-03-19T19:25:23.941Z] $ docker stop --time=1 4536fef328c20e14994cf29a50c5495f7edcd1ef952e42a368299f68996b7eb0 [2021-03-19T19:25:24.375Z] Merging remotes/origin/master commit cd35e82189541566d340af614e7b672e1779e95b into PR head commit c15de42b2ff48f9c2b69ff3dca3fa97eec97bb1f [2021-03-19T19:25:24.574Z] Merge succeeded, producing c15de42b2ff48f9c2b69ff3dca3fa97eec97bb1f [2021-03-19T19:25:24.574Z] Checking out Revision c15de42b2ff48f9c2b69ff3dca3fa97eec97bb1f (PR-3273) [2021-03-19T19:25:24.395Z] > git config core.sparsecheckout # timeout=10 [2021-03-19T19:25:24.401Z] > git checkout -f c15de42b2ff48f9c2b69ff3dca3fa97eec97bb1f # timeout=10 [2021-03-19T19:25:24.545Z] > git remote # timeout=10 [2021-03-19T19:25:24.551Z] > git config --get remote.origin.url # timeout=10 [2021-03-19T19:25:24.557Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-19T19:25:24.561Z] > git merge cd35e82189541566d340af614e7b672e1779e95b # timeout=10 [2021-03-19T19:25:24.571Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-03-19T19:25:24.581Z] > git config core.sparsecheckout # timeout=10 [2021-03-19T19:25:24.585Z] > git checkout -f c15de42b2ff48f9c2b69ff3dca3fa97eec97bb1f # timeout=10 [2021-03-19T19:25:26.657Z] $ docker rm -f 4536fef328c20e14994cf29a50c5495f7edcd1ef952e42a368299f68996b7eb0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [2021-03-19T19:25:28.417Z] Commit message: "fix: Reduce the complexity of Execute()" [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [Pipeline] withEnv [Pipeline] { [2021-03-19T19:25:28.836Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-19T19:25:28.836Z] [2021-03-19T19:25:28.836Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] libraryResource [Pipeline] sh [Pipeline] isUnix [Pipeline] sh [2021-03-19T19:25:29.762Z] + echo snap-build.sh [2021-03-19T19:25:29.762Z] snap-build.sh [2021-03-19T19:25:29.762Z] + SNAP_BASE_DIR=. [2021-03-19T19:25:29.762Z] + '[' '!' -z /w/workspace/edgex-go/2 ']' [2021-03-19T19:25:29.762Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/2 [2021-03-19T19:25:29.762Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/2]' [2021-03-19T19:25:29.762Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/2] [2021-03-19T19:25:29.762Z] + cd /w/workspace/edgex-go/2 [2021-03-19T19:25:29.762Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-03-19T19:25:29.762Z] Reading package lists... [2021-03-19T19:25:29.926Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-19T19:25:30.038Z] Building dependency tree... [2021-03-19T19:25:30.038Z] Reading state information... [2021-03-19T19:25:30.038Z] The following packages were automatically installed and are no longer required: [2021-03-19T19:25:30.038Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-03-19T19:25:30.038Z] uidmap xdelta3 [2021-03-19T19:25:30.038Z] Use 'sudo apt autoremove' to remove them. [2021-03-19T19:25:30.209Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-03-19T19:25:30.209Z] 29e5d40040c1: Pulling fs layer [2021-03-19T19:25:30.209Z] 1ce36da41761: Pulling fs layer [2021-03-19T19:25:30.209Z] 25b303627fd3: Pulling fs layer [2021-03-19T19:25:30.303Z] The following packages will be REMOVED: [2021-03-19T19:25:30.303Z] lxd* lxd-client* [2021-03-19T19:25:30.566Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-03-19T19:25:30.566Z] After this operation, 31.7 MB disk space will be freed. [2021-03-19T19:25:30.804Z] 29e5d40040c1: Verifying Checksum [2021-03-19T19:25:30.804Z] 29e5d40040c1: Download complete [2021-03-19T19:25:31.402Z] 1ce36da41761: Verifying Checksum [2021-03-19T19:25:31.402Z] 1ce36da41761: Download complete [2021-03-19T19:25:31.402Z] 29e5d40040c1: Pull complete [2021-03-19T19:25:31.891Z] (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-03-19T19:25:31.891Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-03-19T19:25:32.846Z] Removing lxd dnsmasq configuration [2021-03-19T19:25:32.846Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-03-19T19:25:32.846Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-03-19T19:25:32.871Z] 1ce36da41761: Pull complete [2021-03-19T19:25:32.871Z] 25b303627fd3: Verifying Checksum [2021-03-19T19:25:32.872Z] 25b303627fd3: Download complete [2021-03-19T19:25:33.800Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-03-19T19:25:33.801Z] (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-03-19T19:25:33.801Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-03-19T19:25:35.193Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-03-19T19:25:35.456Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-03-19T19:25:37.424Z] + sudo snap remove --purge lxd [2021-03-19T19:25:37.424Z] snap "lxd" is not installed [2021-03-19T19:25:37.424Z] + sudo groupadd --force --system lxd [2021-03-19T19:25:37.424Z] ++ whoami [2021-03-19T19:25:37.424Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-03-19T19:25:37.424Z] + newgrp - lxd [2021-03-19T19:25:37.424Z] + sudo snap install lxd [2021-03-19T19:25:43.078Z] 25b303627fd3: Pull complete [2021-03-19T19:25:43.078Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-03-19T19:25:43.078Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-19T19:25:43.078Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-03-19T19:25:43.320Z] prd-ubuntu18.04-docker-arm64-4c-16g-30609 does not seem to be running inside a container [2021-03-19T19:25:43.395Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-03-19T19:25:45.591Z] 2021-03-19T19:25:43Z INFO Waiting for automatic snapd restart... [2021-03-19T19:25:46.429Z] $ docker top fa686d27af162023943ef1f3e4ba133f14f8d72cdfe7ea0b57e58fbb08cce7cf -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-19T19:25:47.584Z] + docker-compose build --help [2021-03-19T19:25:47.584Z] + grep parallel [2021-03-19T19:25:50.985Z] --parallel Build images in parallel. [Pipeline] } [2021-03-19T19:25:51.279Z] $ docker stop --time=1 fa686d27af162023943ef1f3e4ba133f14f8d72cdfe7ea0b57e58fbb08cce7cf [2021-03-19T19:25:53.256Z] $ docker rm -f fa686d27af162023943ef1f3e4ba133f14f8d72cdfe7ea0b57e58fbb08cce7cf [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-19T19:25:54.135Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-19T19:25:54.135Z] . [Pipeline] withDockerContainer [2021-03-19T19:25:54.459Z] prd-ubuntu18.04-docker-arm64-4c-16g-30609 does not seem to be running inside a container [2021-03-19T19:25:54.643Z] $ 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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-03-19T19:25:56.118Z] $ docker top cb24d88524ce97e7bfe98844e8748c11e2e511658b5386a8dc590b90bb2a87e5 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-19T19:25:57.215Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-03-19T19:26:00.584Z] lxd 4.12 from Canonical* installed [2021-03-19T19:26:00.584Z] + sudo lxd init --auto [2021-03-19T19:26:00.651Z] Building docker-core-command-go ... [2021-03-19T19:26:00.651Z] Building docker-core-data-go ... [2021-03-19T19:26:00.651Z] Building docker-core-metadata-go ... [2021-03-19T19:26:00.651Z] Building docker-security-bootstrapper-go ... [2021-03-19T19:26:00.651Z] Building docker-security-proxy-setup-go ... [2021-03-19T19:26:00.651Z] Building docker-security-secretstore-setup-go ... [2021-03-19T19:26:00.651Z] Building docker-support-notifications-go ... [2021-03-19T19:26:00.651Z] Building docker-support-scheduler-go ... [2021-03-19T19:26:00.651Z] Building docker-sys-mgmt-agent-go ... [2021-03-19T19:26:00.651Z] Building docker-support-scheduler-go [2021-03-19T19:26:00.651Z] Building docker-security-bootstrapper-go [2021-03-19T19:26:00.651Z] Building docker-core-command-go [2021-03-19T19:26:00.651Z] Building docker-support-notifications-go [2021-03-19T19:26:00.651Z] Building docker-core-metadata-go [2021-03-19T19:26:10.663Z] + sudo snap install --classic snapcraft [2021-03-19T19:26:17.288Z] snapcraft 4.5.4 from Canonical* installed [2021-03-19T19:26:17.288Z] + '[' -f snap/local/build-helpers/bin/minimal-snap-build.sh ']' [2021-03-19T19:26:17.289Z] + ./snap/local/build-helpers/bin/minimal-snap-build.sh [2021-03-19T19:26:17.289Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-19T19:26:17.289Z] Dload Upload Total Spent Left Speed [2021-03-19T19:26:17.289Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 627 100 627 0 0 4679 0 --:--:-- --:--:-- --:--:-- 4679 [2021-03-19T19:26:17.289Z] 100 3325k 100 3325k 0 0 11.7M 0 --:--:-- --:--:-- --:--:-- 11.7M [2021-03-19T19:26:17.289Z] ./yq_linux_amd64 [2021-03-19T19:26:17.289Z] + sudo snapcraft prime --use-lxd [2021-03-19T19:26:19.202Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-03-19T19:26:19.202Z] 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-03-19T19:26:19.202Z] - README.md [2021-03-19T19:26:19.202Z] [2021-03-19T19:26:19.202Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-03-19T19:26:20.154Z] Launching a container. [2021-03-19T19:26:32.463Z] Waiting for container to be ready [2021-03-19T19:26:33.040Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-03-19T19:26:33.040Z] [2021-03-19T19:26:37.297Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-03-19T19:26:37.592Z] Waiting for network to be ready... [2021-03-19T19:26:38.190Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-03-19T19:26:38.190Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-03-19T19:26:38.463Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1598 kB] [2021-03-19T19:26:38.739Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-03-19T19:26:38.739Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-03-19T19:26:39.009Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-03-19T19:26:39.009Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-03-19T19:26:39.009Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-03-19T19:26:39.009Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-03-19T19:26:39.009Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-03-19T19:26:39.009Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-03-19T19:26:39.009Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [305 kB] [2021-03-19T19:26:39.009Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] [2021-03-19T19:26:39.009Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-03-19T19:26:39.009Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [253 kB] [2021-03-19T19:26:39.010Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [32.9 kB] [2021-03-19T19:26:39.010Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1114 kB] [2021-03-19T19:26:39.010Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [250 kB] [2021-03-19T19:26:39.281Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-03-19T19:26:39.551Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1948 kB] [2021-03-19T19:26:39.829Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [398 kB] [2021-03-19T19:26:39.829Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] [2021-03-19T19:26:39.829Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-03-19T19:26:39.829Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [278 kB] [2021-03-19T19:26:39.829Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [37.1 kB] [2021-03-19T19:26:39.829Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1720 kB] [2021-03-19T19:26:39.829Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [364 kB] [2021-03-19T19:26:44.058Z] Fetched 24.1 MB in 6s (4299 kB/s) [2021-03-19T19:26:44.642Z] Reading package lists... [2021-03-19T19:26:44.940Z] Reading package lists... [2021-03-19T19:26:45.228Z] Building dependency tree... [2021-03-19T19:26:45.228Z] Reading state information... [2021-03-19T19:26:45.228Z] The following additional packages will be installed: [2021-03-19T19:26:45.228Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-03-19T19:26:45.228Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-03-19T19:26:45.228Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-03-19T19:26:45.228Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-03-19T19:26:45.228Z] Suggested packages: [2021-03-19T19:26:45.228Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-03-19T19:26:45.228Z] Recommended packages: [2021-03-19T19:26:45.228Z] gnupg libsasl2-modules [2021-03-19T19:26:45.228Z] The following NEW packages will be installed: [2021-03-19T19:26:45.228Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-03-19T19:26:45.228Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-03-19T19:26:45.228Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-03-19T19:26:45.228Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-03-19T19:26:45.228Z] The following packages will be upgraded: [2021-03-19T19:26:45.228Z] gpg gpg-agent gpgconf libudev1 [2021-03-19T19:26:45.491Z] 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. [2021-03-19T19:26:45.491Z] Need to get 3530 kB of archives. [2021-03-19T19:26:45.491Z] After this operation, 13.3 MB of additional disk space will be used. [2021-03-19T19:26:45.491Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.45 [59.0 kB] [2021-03-19T19:26:45.491Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] [2021-03-19T19:26:45.751Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] [2021-03-19T19:26:45.751Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.45 [1101 kB] [2021-03-19T19:26:45.751Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB] [2021-03-19T19:26:45.751Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.10 [154 kB] [2021-03-19T19:26:46.012Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-03-19T19:26:46.012Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-03-19T19:26:46.012Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] [2021-03-19T19:26:46.273Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] [2021-03-19T19:26:46.273Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] [2021-03-19T19:26:46.273Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-03-19T19:26:46.273Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-03-19T19:26:46.273Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-03-19T19:26:46.273Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-03-19T19:26:46.273Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-03-19T19:26:46.273Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-03-19T19:26:46.273Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-03-19T19:26:46.274Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-03-19T19:26:46.274Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-03-19T19:26:46.274Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-03-19T19:26:46.274Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] [2021-03-19T19:26:46.537Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-19T19:26:46.537Z] Fetched 3530 kB in 1s (3404 kB/s) [2021-03-19T19:26:46.537Z] (Reading database ... 12511 files and directories currently installed.) [2021-03-19T19:26:46.537Z] Preparing to unpack .../libudev1_237-3ubuntu10.45_amd64.deb ... [2021-03-19T19:26:46.537Z] Unpacking libudev1:amd64 (237-3ubuntu10.45) over (237-3ubuntu10) ... [2021-03-19T19:26:46.797Z] Setting up libudev1:amd64 (237-3ubuntu10.45) ... [2021-03-19T19:26:46.797Z] Selecting previously unselected package udev. [2021-03-19T19:26:46.797Z] (Reading database ... 12511 files and directories currently installed.) [2021-03-19T19:26:46.797Z] Preparing to unpack .../00-udev_237-3ubuntu10.45_amd64.deb ... [2021-03-19T19:26:46.797Z] Unpacking udev (237-3ubuntu10.45) ... [2021-03-19T19:26:47.369Z] Selecting previously unselected package libfuse2:amd64. [2021-03-19T19:26:47.369Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-03-19T19:26:47.369Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-03-19T19:26:47.369Z] Selecting previously unselected package fuse. [2021-03-19T19:26:47.369Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-03-19T19:26:47.369Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-03-19T19:26:47.369Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-19T19:26:47.369Z] Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-19T19:26:47.630Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-19T19:26:47.630Z] Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-19T19:26:47.890Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-19T19:26:47.890Z] Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-19T19:26:47.890Z] Selecting previously unselected package libksba8:amd64. [2021-03-19T19:26:47.891Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-03-19T19:26:47.891Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-03-19T19:26:48.151Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-03-19T19:26:48.151Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-19T19:26:48.151Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-19T19:26:48.151Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-03-19T19:26:48.151Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-19T19:26:48.151Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-19T19:26:48.410Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-03-19T19:26:48.410Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-19T19:26:48.410Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-19T19:26:48.410Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-03-19T19:26:48.410Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-19T19:26:48.410Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-19T19:26:48.694Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-03-19T19:26:48.694Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-19T19:26:48.694Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-19T19:26:48.694Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-03-19T19:26:48.694Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-19T19:26:48.694Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-19T19:26:48.694Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-03-19T19:26:48.694Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-19T19:26:48.694Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-19T19:26:48.954Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-03-19T19:26:48.955Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-19T19:26:48.955Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-19T19:26:48.955Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-03-19T19:26:48.955Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-19T19:26:48.955Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-19T19:26:48.955Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-03-19T19:26:48.955Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-03-19T19:26:48.955Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-19T19:26:49.215Z] Selecting previously unselected package libsasl2-2:amd64. [2021-03-19T19:26:49.215Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-03-19T19:26:49.215Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-19T19:26:49.215Z] Selecting previously unselected package libldap-common. [2021-03-19T19:26:49.215Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... [2021-03-19T19:26:49.215Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-19T19:26:49.215Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-03-19T19:26:49.215Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... [2021-03-19T19:26:49.215Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-19T19:26:49.476Z] Selecting previously unselected package dirmngr. [2021-03-19T19:26:49.476Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-19T19:26:49.476Z] Unpacking dirmngr (2.2.4-1ubuntu1.4) ... [2021-03-19T19:26:49.476Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-19T19:26:49.476Z] Setting up gpgconf (2.2.4-1ubuntu1.4) ... [2021-03-19T19:26:49.476Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-03-19T19:26:49.476Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-19T19:26:49.737Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-19T19:26:49.737Z] Setting up gpg-agent (2.2.4-1ubuntu1.4) ... [2021-03-19T19:26:49.737Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-19T19:26:49.737Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-03-19T19:26:49.737Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-19T19:26:49.999Z] Setting up udev (237-3ubuntu10.45) ... [2021-03-19T19:26:50.260Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-03-19T19:26:50.260Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-19T19:26:50.521Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-03-19T19:26:50.521Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-03-19T19:26:50.521Z] Setting up gpg (2.2.4-1ubuntu1.4) ... [2021-03-19T19:26:50.521Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-19T19:26:50.521Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-19T19:26:50.521Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-19T19:26:50.521Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-19T19:26:50.784Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-19T19:26:50.784Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-19T19:26:50.784Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-19T19:26:50.784Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-19T19:26:50.784Z] Setting up dirmngr (2.2.4-1ubuntu1.4) ... [2021-03-19T19:26:50.784Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-19T19:26:51.356Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-03-19T19:26:51.356Z] settings in the [Install] section, and DefaultInstance for template units). [2021-03-19T19:26:51.356Z] This means they are not meant to be enabled using systemctl. [2021-03-19T19:26:51.356Z] Possible reasons for having this kind of units are: [2021-03-19T19:26:51.356Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-03-19T19:26:51.356Z] .wants/ or .requires/ directory. [2021-03-19T19:26:51.356Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-03-19T19:26:51.356Z] a requirement dependency on it. [2021-03-19T19:26:51.356Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-03-19T19:26:51.356Z] D-Bus, udev, scripted systemctl call, ...). [2021-03-19T19:26:51.356Z] 4) In case of template units, the unit is meant to be enabled with some [2021-03-19T19:26:51.356Z] instance name specified. [2021-03-19T19:26:51.619Z] Reading package lists... [2021-03-19T19:26:51.881Z] Building dependency tree... [2021-03-19T19:26:51.881Z] Reading state information... [2021-03-19T19:26:51.881Z] The following additional packages will be installed: [2021-03-19T19:26:51.881Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-03-19T19:26:51.881Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-03-19T19:26:51.881Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-03-19T19:26:51.881Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-03-19T19:26:51.881Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-03-19T19:26:51.881Z] Suggested packages: [2021-03-19T19:26:51.881Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-03-19T19:26:51.881Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-03-19T19:26:51.881Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-03-19T19:26:51.881Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-03-19T19:26:51.881Z] systemd-container policykit-1 [2021-03-19T19:26:51.881Z] Recommended packages: [2021-03-19T19:26:51.881Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-03-19T19:26:51.881Z] The following NEW packages will be installed: [2021-03-19T19:26:51.881Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-03-19T19:26:51.881Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-03-19T19:26:51.881Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-03-19T19:26:51.881Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-03-19T19:26:51.881Z] python3.6-minimal snapd squashfs-tools sudo [2021-03-19T19:26:51.881Z] The following packages will be upgraded: [2021-03-19T19:26:51.881Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-03-19T19:26:52.143Z] 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. [2021-03-19T19:26:52.143Z] Need to get 35.2 MB of archives. [2021-03-19T19:26:52.143Z] After this operation, 141 MB of additional disk space will be used. [2021-03-19T19:26:52.143Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] [2021-03-19T19:26:52.143Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.45 [2913 kB] [2021-03-19T19:26:52.714Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] [2021-03-19T19:26:52.977Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.8 [1301 kB] [2021-03-19T19:26:52.977Z] Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.45 [210 kB] [2021-03-19T19:26:52.977Z] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2021-03-19T19:26:52.977Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-03-19T19:26:52.977Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-03-19T19:26:52.977Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-03-19T19:26:52.977Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-03-19T19:26:52.977Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-03-19T19:26:52.977Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-03-19T19:26:52.977Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-03-19T19:26:52.977Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [534 kB] [2021-03-19T19:26:52.977Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-03-19T19:26:52.977Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [1610 kB] [2021-03-19T19:26:52.977Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-03-19T19:26:52.977Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.4 [1712 kB] [2021-03-19T19:26:53.239Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.4 [203 kB] [2021-03-19T19:26:53.239Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-03-19T19:26:53.239Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] [2021-03-19T19:26:53.239Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] [2021-03-19T19:26:53.239Z] Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-03-19T19:26:53.239Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-03-19T19:26:53.239Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-03-19T19:26:53.239Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-03-19T19:26:53.239Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-03-19T19:26:53.239Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] [2021-03-19T19:26:53.239Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-03-19T19:26:53.239Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] [2021-03-19T19:26:54.626Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-19T19:26:54.626Z] Fetched 35.2 MB in 2s (15.7 MB/s) [2021-03-19T19:26:54.626Z] (Reading database ... 12757 files and directories currently installed.) [2021-03-19T19:26:54.626Z] Preparing to unpack .../systemd_237-3ubuntu10.45_amd64.deb ... [2021-03-19T19:26:54.626Z] Unpacking systemd (237-3ubuntu10.45) over (237-3ubuntu10) ... [2021-03-19T19:26:55.575Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.45_amd64.deb ... [2021-03-19T19:26:55.575Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.45) over (237-3ubuntu10) ... [2021-03-19T19:26:55.575Z] Setting up libsystemd0:amd64 (237-3ubuntu10.45) ... [2021-03-19T19:26:55.837Z] (Reading database ... 12757 files and directories currently installed.) [2021-03-19T19:26:55.837Z] Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... [2021-03-19T19:26:55.837Z] Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... [2021-03-19T19:26:55.837Z] Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... [2021-03-19T19:26:56.099Z] (Reading database ... 12757 files and directories currently installed.) [2021-03-19T19:26:56.099Z] Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... [2021-03-19T19:26:56.099Z] Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... [2021-03-19T19:26:56.362Z] Setting up apt (1.6.12ubuntu0.2) ... [2021-03-19T19:26:56.624Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-03-19T19:26:56.884Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-03-19T19:26:57.146Z] (Reading database ... 12764 files and directories currently installed.) [2021-03-19T19:26:57.146Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.8_amd64.deb ... [2021-03-19T19:26:57.146Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.8) over (1.1.0g-2ubuntu4) ... [2021-03-19T19:26:57.411Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-03-19T19:26:57.411Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-19T19:26:57.411Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-19T19:26:57.677Z] Selecting previously unselected package libexpat1:amd64. [2021-03-19T19:26:57.677Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-03-19T19:26:57.677Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-03-19T19:26:57.677Z] Selecting previously unselected package python3.6-minimal. [2021-03-19T19:26:57.677Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-19T19:26:57.677Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-03-19T19:26:57.938Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.8) ... [2021-03-19T19:26:58.200Z] Checking for services that may need to be restarted...done. [2021-03-19T19:26:58.200Z] Checking for services that may need to be restarted...done. [2021-03-19T19:26:58.200Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-19T19:26:58.200Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-03-19T19:26:58.200Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-03-19T19:26:58.772Z] Selecting previously unselected package python3-minimal. [2021-03-19T19:26:58.772Z] (Reading database ... 13012 files and directories currently installed.) [2021-03-19T19:26:58.772Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-03-19T19:26:59.033Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-03-19T19:26:59.033Z] Selecting previously unselected package mime-support. [2021-03-19T19:26:59.033Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-03-19T19:26:59.033Z] Unpacking mime-support (3.60ubuntu1) ... [2021-03-19T19:26:59.033Z] Selecting previously unselected package libmpdec2:amd64. [2021-03-19T19:26:59.033Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-03-19T19:26:59.033Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-03-19T19:26:59.296Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-03-19T19:26:59.296Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-19T19:26:59.296Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-19T19:26:59.558Z] Selecting previously unselected package python3.6. [2021-03-19T19:26:59.558Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-19T19:26:59.558Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-19T19:26:59.558Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-03-19T19:26:59.558Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-03-19T19:26:59.558Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-03-19T19:26:59.558Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-03-19T19:26:59.820Z] Selecting previously unselected package python3. [2021-03-19T19:26:59.820Z] (Reading database ... 13442 files and directories currently installed.) [2021-03-19T19:26:59.820Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-03-19T19:26:59.820Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-03-19T19:27:00.086Z] Selecting previously unselected package multiarch-support. [2021-03-19T19:27:00.087Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-03-19T19:27:00.087Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-03-19T19:27:00.087Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-03-19T19:27:00.666Z] Selecting previously unselected package liblzo2-2:amd64. [2021-03-19T19:27:00.667Z] (Reading database ... 13479 files and directories currently installed.) [2021-03-19T19:27:00.667Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-03-19T19:27:00.933Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-03-19T19:27:01.206Z] Selecting previously unselected package libbsd0:amd64. [2021-03-19T19:27:01.206Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-03-19T19:27:01.206Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-03-19T19:27:01.468Z] Selecting previously unselected package sudo. [2021-03-19T19:27:01.468Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... [2021-03-19T19:27:01.468Z] Unpacking sudo (1.8.21p2-3ubuntu1.4) ... [2021-03-19T19:27:01.732Z] Selecting previously unselected package apparmor. [2021-03-19T19:27:01.732Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-03-19T19:27:01.732Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-03-19T19:27:01.732Z] Selecting previously unselected package libedit2:amd64. [2021-03-19T19:27:01.732Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-03-19T19:27:01.732Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-03-19T19:27:01.995Z] Selecting previously unselected package libkrb5support0:amd64. [2021-03-19T19:27:01.995Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-03-19T19:27:01.995Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-03-19T19:27:01.995Z] Selecting previously unselected package libk5crypto3:amd64. [2021-03-19T19:27:01.995Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-03-19T19:27:01.995Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-03-19T19:27:01.995Z] Selecting previously unselected package libkeyutils1:amd64. [2021-03-19T19:27:01.995Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-03-19T19:27:02.260Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-03-19T19:27:02.260Z] Selecting previously unselected package libkrb5-3:amd64. [2021-03-19T19:27:02.260Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-03-19T19:27:02.260Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-03-19T19:27:02.260Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-03-19T19:27:02.260Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-03-19T19:27:02.260Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-03-19T19:27:02.524Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-03-19T19:27:02.524Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... [2021-03-19T19:27:02.524Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-03-19T19:27:02.786Z] Selecting previously unselected package openssh-client. [2021-03-19T19:27:02.786Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-03-19T19:27:02.786Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-03-19T19:27:03.049Z] Selecting previously unselected package squashfs-tools. [2021-03-19T19:27:03.049Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-03-19T19:27:03.049Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-03-19T19:27:03.049Z] Selecting previously unselected package snapd. [2021-03-19T19:27:03.049Z] Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... [2021-03-19T19:27:03.049Z] Unpacking snapd (2.48.3+18.04) ... [2021-03-19T19:27:05.625Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-03-19T19:27:05.625Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-03-19T19:27:05.625Z] Setting up mime-support (3.60ubuntu1) ... [2021-03-19T19:27:05.625Z] Setting up sudo (1.8.21p2-3ubuntu1.4) ... [2021-03-19T19:27:05.625Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-03-19T19:27:05.625Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-03-19T19:27:05.625Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-19T19:27:05.625Z] Setting up systemd (237-3ubuntu10.45) ... [2021-03-19T19:27:05.625Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-03-19T19:27:07.026Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-03-19T19:27:07.027Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-03-19T19:27:07.027Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-03-19T19:27:07.027Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-19T19:27:07.027Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-03-19T19:27:07.027Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-19T19:27:07.976Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-03-19T19:27:07.976Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-03-19T19:27:07.976Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-03-19T19:27:07.976Z] Setting up python3 (3.6.7-1~18.04) ... [2021-03-19T19:27:07.976Z] running python rtupdate hooks for python3.6... [2021-03-19T19:27:07.976Z] running python post-rtupdate hooks for python3.6... [2021-03-19T19:27:07.976Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-03-19T19:27:09.362Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-03-19T19:27:09.624Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-03-19T19:27:09.624Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-03-19T19:27:09.888Z] Setting up snapd (2.48.3+18.04) ... [2021-03-19T19:27:10.463Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-03-19T19:27:10.726Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-03-19T19:27:10.726Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-03-19T19:27:10.989Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-03-19T19:27:11.253Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-03-19T19:27:11.253Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-03-19T19:27:11.521Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-03-19T19:27:11.798Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-03-19T19:27:12.064Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-03-19T19:27:12.064Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-03-19T19:27:12.329Z] /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-03-19T19:27:12.329Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-19T19:27:12.329Z] Processing triggers for systemd (237-3ubuntu10.45) ... [2021-03-19T19:27:13.721Z] Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-03-19T19:27:13.721Z] Hit:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-03-19T19:27:13.721Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-03-19T19:27:15.382Z] Reading package lists... [2021-03-19T19:27:15.382Z] Reading package lists... [2021-03-19T19:27:15.654Z] Building dependency tree... [2021-03-19T19:27:15.654Z] Reading state information... [2021-03-19T19:27:15.654Z] Calculating upgrade... [2021-03-19T19:27:15.922Z] The following packages will be upgraded: [2021-03-19T19:27:15.922Z] advancecomp base-files bash binutils binutils-common [2021-03-19T19:27:15.922Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-03-19T19:27:15.922Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-03-19T19:27:15.922Z] grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils [2021-03-19T19:27:15.922Z] libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 [2021-03-19T19:27:15.922Z] libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 [2021-03-19T19:27:15.922Z] libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 [2021-03-19T19:27:15.922Z] libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 [2021-03-19T19:27:15.922Z] libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules [2021-03-19T19:27:15.922Z] libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 [2021-03-19T19:27:15.922Z] libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 [2021-03-19T19:27:15.922Z] libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 [2021-03-19T19:27:15.922Z] libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin [2021-03-19T19:27:15.922Z] openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler [2021-03-19T19:27:15.922Z] procps systemd-sysv tar tzdata ubuntu-keyring util-linux [2021-03-19T19:27:16.191Z] 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-03-19T19:27:16.191Z] Need to get 63.8 MB of archives. [2021-03-19T19:27:16.191Z] After this operation, 5207 kB of additional disk space will be used. [2021-03-19T19:27:16.191Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-03-19T19:27:16.191Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-03-19T19:27:16.772Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-03-19T19:27:16.773Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-03-19T19:27:16.773Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-03-19T19:27:16.773Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-03-19T19:27:16.773Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-03-19T19:27:16.773Z] 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-03-19T19:27:16.773Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] [2021-03-19T19:27:16.773Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] [2021-03-19T19:27:16.773Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-03-19T19:27:16.773Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-03-19T19:27:16.773Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2021-03-19T19:27:16.773Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-03-19T19:27:16.773Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-03-19T19:27:16.773Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-03-19T19:27:16.773Z] Get:17 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-03-19T19:27:16.773Z] Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 linux-libc-dev amd64 4.15.0-139.143 [993 kB] [2021-03-19T19:27:17.037Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-03-19T19:27:17.037Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-03-19T19:27:17.037Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-03-19T19:27:17.037Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-03-19T19:27:17.037Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-03-19T19:27:17.299Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-03-19T19:27:17.299Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-03-19T19:27:17.299Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-03-19T19:27:17.299Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-03-19T19:27:17.299Z] Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-03-19T19:27:17.299Z] Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-03-19T19:27:17.300Z] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-03-19T19:27:17.300Z] Get:31 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-03-19T19:27:17.300Z] Get:32 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-03-19T19:27:17.300Z] Get:33 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-03-19T19:27:17.300Z] Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-03-19T19:27:17.300Z] Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-03-19T19:27:17.300Z] Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-03-19T19:27:17.300Z] Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2021-03-19T19:27:17.300Z] Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-03-19T19:27:17.300Z] Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-03-19T19:27:17.300Z] Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-03-19T19:27:17.300Z] Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-03-19T19:27:17.300Z] Get:42 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] [2021-03-19T19:27:17.300Z] Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-03-19T19:27:17.300Z] Get:44 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] [2021-03-19T19:27:17.300Z] Get:45 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] [2021-03-19T19:27:17.300Z] Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-03-19T19:27:17.300Z] Get:47 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-03-19T19:27:17.300Z] Get:48 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] [2021-03-19T19:27:17.300Z] Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-03-19T19:27:17.300Z] Get:50 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.45 [16.7 kB] [2021-03-19T19:27:17.300Z] Get:51 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] [2021-03-19T19:27:17.300Z] Get:52 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-03-19T19:27:17.562Z] Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-03-19T19:27:17.562Z] Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-03-19T19:27:17.562Z] Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-03-19T19:27:17.562Z] Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-03-19T19:27:17.562Z] Get:57 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] [2021-03-19T19:27:17.562Z] Get:58 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-03-19T19:27:17.562Z] Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-03-19T19:27:17.562Z] Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.2 [189 kB] [2021-03-19T19:27:17.562Z] Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-03-19T19:27:17.562Z] Get:62 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-03-19T19:27:17.562Z] Get:63 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] [2021-03-19T19:27:17.562Z] Get:64 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-03-19T19:27:17.562Z] Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-03-19T19:27:17.562Z] Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-03-19T19:27:17.562Z] Get:67 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] [2021-03-19T19:27:17.562Z] Get:68 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.8 [614 kB] [2021-03-19T19:27:17.562Z] Get:69 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-03-19T19:27:17.562Z] Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-03-19T19:27:17.562Z] Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-03-19T19:27:17.562Z] Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-03-19T19:27:17.562Z] Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-03-19T19:27:17.562Z] Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-03-19T19:27:17.562Z] Get:75 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] [2021-03-19T19:27:17.562Z] Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-03-19T19:27:17.562Z] Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2021-03-19T19:27:17.562Z] Get:78 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-03-19T19:27:17.562Z] Get:79 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] [2021-03-19T19:27:17.562Z] Get:80 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2021-03-19T19:27:17.562Z] Get:81 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-03-19T19:27:17.562Z] Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-03-19T19:27:17.826Z] Get:83 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.5 [1839 kB] [2021-03-19T19:27:17.826Z] Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] [2021-03-19T19:27:17.826Z] Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] [2021-03-19T19:27:17.826Z] Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] [2021-03-19T19:27:17.826Z] Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-03-19T19:27:17.826Z] Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-03-19T19:27:17.826Z] Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-03-19T19:27:17.826Z] Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-03-19T19:27:18.099Z] Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-03-19T19:27:18.375Z] Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2021-03-19T19:27:18.661Z] Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2021-03-19T19:27:18.661Z] Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-03-19T19:27:18.939Z] Get:95 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2021-03-19T19:27:18.939Z] Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-03-19T19:27:18.939Z] Get:97 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-03-19T19:27:18.939Z] Get:98 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-03-19T19:27:18.939Z] Get:99 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-03-19T19:27:19.205Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-19T19:27:19.205Z] Fetched 63.8 MB in 3s (21.0 MB/s) [2021-03-19T19:27:19.205Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-19T19:27:19.205Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-03-19T19:27:19.205Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-19T19:27:20.179Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-03-19T19:27:20.179Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-19T19:27:20.179Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-139.143_amd64.deb ... [2021-03-19T19:27:20.179Z] Unpacking linux-libc-dev:amd64 (4.15.0-139.143) over (4.15.0-20.21) ... [2021-03-19T19:27:21.149Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-19T19:27:21.149Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-19T19:27:21.149Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-19T19:27:21.149Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-19T19:27:21.149Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-19T19:27:21.428Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-19T19:27:21.428Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-19T19:27:21.428Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-19T19:27:21.428Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-19T19:27:21.694Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-19T19:27:21.694Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-19T19:27:21.694Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-19T19:27:21.694Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-19T19:27:21.694Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-19T19:27:21.960Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-19T19:27:21.960Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-19T19:27:21.960Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-19T19:27:21.960Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-03-19T19:27:21.960Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-03-19T19:27:22.238Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-19T19:27:22.238Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-19T19:27:22.238Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-19T19:27:22.238Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-19T19:27:22.238Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-19T19:27:22.462Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-19T19:27:22.463Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-19T19:27:22.463Z] ---> a74f436ff28d [2021-03-19T19:27:22.463Z] Step 3/23 : WORKDIR /edgex-go [2021-03-19T19:27:22.463Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-19T19:27:22.463Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-19T19:27:22.463Z] ---> a74f436ff28d [2021-03-19T19:27:22.463Z] Step 3/22 : WORKDIR /edgex-go [2021-03-19T19:27:22.463Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-19T19:27:22.463Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-03-19T19:27:22.463Z] ---> a74f436ff28d [2021-03-19T19:27:22.463Z] Step 3/31 : WORKDIR /edgex-go [2021-03-19T19:27:22.463Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-19T19:27:22.463Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-19T19:27:22.463Z] ---> a74f436ff28d [2021-03-19T19:27:22.463Z] Step 3/23 : WORKDIR /edgex-go [2021-03-19T19:27:22.463Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-19T19:27:22.463Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-19T19:27:22.463Z] ---> a74f436ff28d [2021-03-19T19:27:22.463Z] Step 3/22 : WORKDIR /edgex-go [2021-03-19T19:27:22.463Z] ---> Running in 3fee23c35169 [2021-03-19T19:27:22.463Z] ---> Running in b1201f7fd53a [2021-03-19T19:27:22.463Z] ---> Running in 6c56537142db [2021-03-19T19:27:22.463Z] ---> Running in 09a1fa90b5a7 [2021-03-19T19:27:22.463Z] ---> Running in 280b706a08bc [2021-03-19T19:27:22.463Z] Removing intermediate container 09a1fa90b5a7 [2021-03-19T19:27:22.463Z] ---> 3fb27dbf4550 [2021-03-19T19:27:22.463Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-19T19:27:22.463Z] Removing intermediate container 6c56537142db [2021-03-19T19:27:22.463Z] ---> 0ea0bc8839c3 [2021-03-19T19:27:22.463Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-19T19:27:22.463Z] Removing intermediate container b1201f7fd53a [2021-03-19T19:27:22.463Z] ---> 06ec1d8f105c [2021-03-19T19:27:22.463Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-19T19:27:22.463Z] Removing intermediate container 280b706a08bc [2021-03-19T19:27:22.463Z] ---> b94691ca2d2d [2021-03-19T19:27:22.463Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-19T19:27:22.463Z] Removing intermediate container 3fee23c35169 [2021-03-19T19:27:22.463Z] ---> 9b3a972b2049 [2021-03-19T19:27:22.463Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-19T19:27:22.463Z] ---> Running in 360b4ed26c5b [2021-03-19T19:27:22.463Z] ---> Running in 00219e2d320e [2021-03-19T19:27:22.463Z] ---> Running in 911b7864dd10 [2021-03-19T19:27:22.463Z] ---> Running in bec947c17194 [2021-03-19T19:27:22.463Z] ---> Running in 74d0c9fde911 [2021-03-19T19:27:22.463Z] Removing intermediate container 360b4ed26c5b [2021-03-19T19:27:22.463Z] ---> aa3a8aa839aa [2021-03-19T19:27:22.463Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-03-19T19:27:22.463Z] ---> Running in cd4cf4bb5427 [2021-03-19T19:27:22.463Z] Removing intermediate container 00219e2d320e [2021-03-19T19:27:22.463Z] ---> f4088f31b58c [2021-03-19T19:27:22.463Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-19T19:27:22.463Z] ---> Running in da35021b1106 [2021-03-19T19:27:22.463Z] Removing intermediate container 911b7864dd10 [2021-03-19T19:27:22.463Z] ---> 14a5178414a0 [2021-03-19T19:27:22.463Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-03-19T19:27:22.463Z] Removing intermediate container 74d0c9fde911 [2021-03-19T19:27:22.463Z] ---> e5a80e1f1768 [2021-03-19T19:27:22.463Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-19T19:27:22.463Z] Removing intermediate container bec947c17194 [2021-03-19T19:27:22.463Z] ---> e4a7efa67586 [2021-03-19T19:27:22.463Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-03-19T19:27:22.463Z] ---> Running in 34ebca6d3d39 [2021-03-19T19:27:22.463Z] ---> Running in ada79e39294b [2021-03-19T19:27:22.463Z] ---> Running in 5af2c00c436d [2021-03-19T19:27:22.463Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-19T19:27:22.463Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-19T19:27:22.463Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-19T19:27:22.463Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-19T19:27:22.463Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-19T19:27:22.463Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-19T19:27:22.463Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-19T19:27:22.522Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-19T19:27:22.522Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-19T19:27:22.522Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-19T19:27:22.737Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-19T19:27:22.737Z] OK: 217 MiB in 51 packages [2021-03-19T19:27:22.792Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-19T19:27:22.792Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-03-19T19:27:22.792Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-19T19:27:23.020Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-19T19:27:23.020Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-19T19:27:23.367Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-03-19T19:27:23.615Z] OK: 217 MiB in 51 packages [2021-03-19T19:27:23.615Z] OK: 217 MiB in 51 packages [2021-03-19T19:27:23.627Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-19T19:27:23.627Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-03-19T19:27:23.627Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-03-19T19:27:23.627Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-03-19T19:27:23.627Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-03-19T19:27:23.888Z] Setting up base-files (10.1ubuntu2.10) ... [2021-03-19T19:27:23.888Z] Installing new version of config file /etc/issue ... [2021-03-19T19:27:23.888Z] Installing new version of config file /etc/issue.net ... [2021-03-19T19:27:23.888Z] Installing new version of config file /etc/lsb-release ... [2021-03-19T19:27:24.150Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-03-19T19:27:24.226Z] OK: 217 MiB in 51 packages [2021-03-19T19:27:24.226Z] Removing intermediate container cd4cf4bb5427 [2021-03-19T19:27:24.226Z] ---> dab495309188 [2021-03-19T19:27:24.226Z] Step 6/22 : COPY go.mod . [2021-03-19T19:27:24.413Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-03-19T19:27:24.413Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-03-19T19:27:24.413Z] Removing obsolete conffile /etc/default/motd-news ... [2021-03-19T19:27:24.413Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-19T19:27:24.413Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-03-19T19:27:24.413Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-03-19T19:27:24.511Z] OK: 217 MiB in 51 packages [2021-03-19T19:27:24.675Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-03-19T19:27:24.675Z] 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-03-19T19:27:24.675Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-19T19:27:24.675Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-19T19:27:24.937Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-03-19T19:27:24.937Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-03-19T19:27:24.937Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-19T19:27:24.937Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-03-19T19:27:24.937Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-03-19T19:27:25.198Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-03-19T19:27:25.198Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-19T19:27:25.198Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-03-19T19:27:25.198Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-03-19T19:27:25.459Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-03-19T19:27:25.492Z] Removing intermediate container da35021b1106 [2021-03-19T19:27:25.492Z] ---> fd436d9ef392 [2021-03-19T19:27:25.492Z] Step 6/23 : COPY go.mod . [2021-03-19T19:27:25.492Z] ---> 6cc1ad4c83e3 [2021-03-19T19:27:25.492Z] Step 7/22 : RUN go mod download [2021-03-19T19:27:25.492Z] Removing intermediate container 34ebca6d3d39 [2021-03-19T19:27:25.492Z] ---> 8ee467507bfa [2021-03-19T19:27:25.492Z] Step 6/31 : COPY go.mod . [2021-03-19T19:27:25.720Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-19T19:27:25.720Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-19T19:27:25.720Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-19T19:27:25.720Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-03-19T19:27:25.766Z] ---> Running in 42d9207538ab [2021-03-19T19:27:25.767Z] Removing intermediate container ada79e39294b [2021-03-19T19:27:25.767Z] ---> 52ad35cf9b68 [2021-03-19T19:27:25.767Z] Step 6/23 : COPY go.mod . [2021-03-19T19:27:25.982Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-19T19:27:25.982Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-19T19:27:25.982Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-19T19:27:25.982Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-03-19T19:27:26.039Z] Removing intermediate container 5af2c00c436d [2021-03-19T19:27:26.039Z] ---> 712b7d9ce3a9 [2021-03-19T19:27:26.039Z] Step 6/22 : COPY go.mod . [2021-03-19T19:27:26.243Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-19T19:27:26.243Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-03-19T19:27:26.243Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-03-19T19:27:26.243Z] Setting up grep (3.1-2build1) ... [2021-03-19T19:27:26.243Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-19T19:27:26.243Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-03-19T19:27:26.312Z] ---> 16c61a8f1831 [2021-03-19T19:27:26.312Z] Step 7/23 : RUN go mod download [2021-03-19T19:27:26.504Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-03-19T19:27:26.504Z] Setting up login (1:4.5-1ubuntu2) ... [2021-03-19T19:27:26.588Z] ---> Running in d063dc36e086 [2021-03-19T19:27:26.767Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-19T19:27:26.767Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-19T19:27:26.767Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-19T19:27:26.864Z] ---> 02097cb95850 [2021-03-19T19:27:26.864Z] Step 7/31 : RUN go mod download [2021-03-19T19:27:27.028Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-03-19T19:27:27.028Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-19T19:27:27.028Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-03-19T19:27:27.028Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-19T19:27:27.142Z] ---> e9032c4ca0a3 [2021-03-19T19:27:27.142Z] Step 7/23 : RUN go mod download [2021-03-19T19:27:27.142Z] ---> Running in 7b05e7d667e3 [2021-03-19T19:27:27.142Z] ---> 14862870b944 [2021-03-19T19:27:27.142Z] Step 7/22 : RUN go mod download [2021-03-19T19:27:27.417Z] ---> Running in c1e12185ff02 [2021-03-19T19:27:27.417Z] ---> Running in 5780549417b7 [2021-03-19T19:27:27.634Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-03-19T19:27:27.634Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-19T19:27:27.910Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-03-19T19:27:27.910Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-19T19:27:28.501Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-03-19T19:27:28.501Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-19T19:27:28.501Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-03-19T19:27:28.501Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-19T19:27:29.895Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-03-19T19:27:29.895Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-03-19T19:27:29.895Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-03-19T19:27:29.895Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-03-19T19:27:29.895Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-03-19T19:27:30.124Z] Removing intermediate container 42d9207538ab [2021-03-19T19:27:30.124Z] ---> c7998da3312b [2021-03-19T19:27:30.124Z] Step 8/22 : COPY . . [2021-03-19T19:27:30.156Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-19T19:27:30.156Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-03-19T19:27:30.156Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-03-19T19:27:30.417Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-03-19T19:27:30.417Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-19T19:27:30.417Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-19T19:27:30.417Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-19T19:27:30.417Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-19T19:27:30.679Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-19T19:27:30.679Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-19T19:27:30.679Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-19T19:27:30.679Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-19T19:27:30.941Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-19T19:27:30.941Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-19T19:27:30.941Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-19T19:27:30.941Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-19T19:27:31.205Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-19T19:27:31.205Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-19T19:27:31.205Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-19T19:27:31.468Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-19T19:27:31.468Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-19T19:27:31.468Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-19T19:27:31.468Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-19T19:27:31.581Z] Removing intermediate container d063dc36e086 [2021-03-19T19:27:31.581Z] ---> 7fb6efe35011 [2021-03-19T19:27:31.581Z] Step 8/23 : COPY . . [2021-03-19T19:27:31.730Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-19T19:27:31.731Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-19T19:27:31.731Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-03-19T19:27:31.731Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-19T19:27:31.731Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-19T19:27:31.993Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-19T19:27:31.993Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-03-19T19:27:31.993Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-19T19:27:31.993Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-19T19:27:32.188Z] Removing intermediate container 7b05e7d667e3 [2021-03-19T19:27:32.188Z] ---> 828087a7d9c9 [2021-03-19T19:27:32.188Z] Step 8/31 : COPY . . [2021-03-19T19:27:32.279Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-19T19:27:32.279Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-19T19:27:32.279Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-19T19:27:32.279Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-19T19:27:32.279Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-19T19:27:32.478Z] Removing intermediate container 5780549417b7 [2021-03-19T19:27:32.478Z] ---> 4367bb936553 [2021-03-19T19:27:32.478Z] Step 8/22 : COPY . . [2021-03-19T19:27:32.547Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-03-19T19:27:32.547Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-19T19:27:32.547Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-19T19:27:32.818Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-19T19:27:33.085Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-03-19T19:27:33.086Z] Removing intermediate container c1e12185ff02 [2021-03-19T19:27:33.086Z] ---> 1d5a1d21fddc [2021-03-19T19:27:33.086Z] Step 8/23 : COPY . . [2021-03-19T19:27:33.352Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-03-19T19:27:33.960Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-03-19T19:27:33.960Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-19T19:27:33.960Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-03-19T19:27:33.960Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-19T19:27:34.237Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-03-19T19:27:34.554Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-19T19:27:34.554Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-03-19T19:27:34.554Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-19T19:27:34.554Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-03-19T19:27:34.850Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-19T19:27:34.850Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-03-19T19:27:34.850Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-03-19T19:27:34.850Z] Setting up debconf (1.5.66ubuntu1) ... [2021-03-19T19:27:35.110Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-19T19:27:35.110Z] Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... [2021-03-19T19:27:35.110Z] Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-03-19T19:27:35.393Z] Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... [2021-03-19T19:27:35.393Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-19T19:27:35.393Z] Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... [2021-03-19T19:27:35.393Z] Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-03-19T19:27:35.653Z] Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... [2021-03-19T19:27:35.653Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-19T19:27:35.653Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-03-19T19:27:35.653Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-19T19:27:35.914Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-19T19:27:35.914Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-19T19:27:35.914Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-03-19T19:27:36.175Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-19T19:27:36.175Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-19T19:27:36.175Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-19T19:27:36.175Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-03-19T19:27:36.462Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-19T19:27:36.722Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-19T19:27:36.722Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-19T19:27:36.722Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-19T19:27:36.722Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-19T19:27:36.993Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.45_amd64.deb ... [2021-03-19T19:27:36.993Z] Unpacking systemd-sysv (237-3ubuntu10.45) over (237-3ubuntu10) ... [2021-03-19T19:27:36.993Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-19T19:27:36.993Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-19T19:27:37.255Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-03-19T19:27:37.255Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-19T19:27:37.255Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-03-19T19:27:37.844Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-03-19T19:27:37.844Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-03-19T19:27:38.117Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-19T19:27:38.117Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-03-19T19:27:38.117Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-19T19:27:38.117Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-19T19:27:38.380Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-19T19:27:38.380Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-19T19:27:38.380Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-19T19:27:38.648Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-03-19T19:27:38.648Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-19T19:27:38.648Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.2_amd64.deb ... [2021-03-19T19:27:38.648Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) over (1.3.3+dfsg-2ubuntu1) ... [2021-03-19T19:27:38.916Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) ... [2021-03-19T19:27:38.916Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-19T19:27:38.916Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-03-19T19:27:38.916Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-03-19T19:27:39.197Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-03-19T19:27:39.466Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-19T19:27:39.466Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-19T19:27:39.466Z] Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-19T19:27:39.466Z] Setting up gpgv (2.2.4-1ubuntu1.4) ... [2021-03-19T19:27:39.740Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-19T19:27:39.740Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-03-19T19:27:39.740Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-03-19T19:27:39.740Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-03-19T19:27:40.009Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-19T19:27:40.009Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-03-19T19:27:40.009Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-03-19T19:27:40.009Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-03-19T19:27:40.278Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-19T19:27:40.278Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-03-19T19:27:40.278Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-03-19T19:27:40.278Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-03-19T19:27:40.543Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-19T19:27:40.543Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-03-19T19:27:40.543Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-03-19T19:27:40.543Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-03-19T19:27:40.807Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-19T19:27:40.807Z] Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... [2021-03-19T19:27:40.807Z] Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... [2021-03-19T19:27:40.807Z] Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... [2021-03-19T19:27:40.807Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-19T19:27:40.807Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... [2021-03-19T19:27:40.807Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... [2021-03-19T19:27:41.068Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... [2021-03-19T19:27:41.068Z] (Reading database ... 13915 files and directories currently installed.) [2021-03-19T19:27:41.068Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-03-19T19:27:41.068Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-03-19T19:27:41.329Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-03-19T19:27:41.329Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-03-19T19:27:41.329Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.8_amd64.deb ... [2021-03-19T19:27:41.329Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.8) over (1.1.0g-2ubuntu4) ... [2021-03-19T19:27:41.590Z] Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... [2021-03-19T19:27:41.590Z] Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... [2021-03-19T19:27:41.853Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-03-19T19:27:41.853Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-03-19T19:27:42.114Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-03-19T19:27:42.114Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-03-19T19:27:42.114Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-03-19T19:27:42.114Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-03-19T19:27:42.374Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-03-19T19:27:42.375Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-03-19T19:27:42.375Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-03-19T19:27:42.375Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-03-19T19:27:42.636Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-03-19T19:27:42.636Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-03-19T19:27:42.636Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-03-19T19:27:42.636Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-03-19T19:27:42.897Z] Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... [2021-03-19T19:27:42.897Z] Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... [2021-03-19T19:27:43.840Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-03-19T19:27:43.840Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-03-19T19:27:43.840Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-03-19T19:27:43.840Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-03-19T19:27:44.102Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-19T19:27:44.102Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-19T19:27:44.365Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-19T19:27:44.365Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-19T19:27:44.627Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-19T19:27:44.627Z] Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-19T19:27:44.627Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-19T19:27:44.627Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-19T19:27:44.888Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-19T19:27:44.888Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-19T19:27:44.888Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-19T19:27:44.888Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-19T19:27:45.149Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-19T19:27:45.149Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-19T19:27:45.411Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-19T19:27:45.411Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-19T19:27:46.361Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-19T19:27:46.361Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-19T19:27:47.327Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-19T19:27:47.327Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-19T19:27:48.273Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-19T19:27:48.273Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-19T19:27:48.851Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-19T19:27:48.851Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-19T19:27:49.797Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-19T19:27:49.797Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-19T19:27:49.797Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-03-19T19:27:49.797Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-03-19T19:27:49.797Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-03-19T19:27:49.797Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-03-19T19:27:50.060Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-03-19T19:27:50.060Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-03-19T19:27:50.326Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-03-19T19:27:50.326Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-03-19T19:27:50.326Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-03-19T19:27:50.326Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-03-19T19:27:50.588Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-03-19T19:27:50.588Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-03-19T19:27:50.588Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-03-19T19:27:50.588Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-03-19T19:27:50.851Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-19T19:27:50.851Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-03-19T19:27:50.851Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-19T19:27:50.851Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-19T19:27:50.851Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-19T19:27:51.115Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-03-19T19:27:51.115Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-03-19T19:27:51.115Z] Setting up tzdata (2021a-0ubuntu0.18.04) ... [2021-03-19T19:27:51.115Z] [2021-03-19T19:27:51.115Z] Current default time zone: 'Etc/UTC' [2021-03-19T19:27:51.115Z] Local time is now: Fri Mar 19 19:27:51 UTC 2021. [2021-03-19T19:27:51.115Z] Universal Time is now: Fri Mar 19 19:27:51 UTC 2021. [2021-03-19T19:27:51.115Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-03-19T19:27:51.115Z] [2021-03-19T19:27:51.377Z] Setting up systemd-sysv (237-3ubuntu10.45) ... [2021-03-19T19:27:51.377Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-19T19:27:51.377Z] Setting up linux-libc-dev:amd64 (4.15.0-139.143) ... [2021-03-19T19:27:51.377Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-03-19T19:27:51.377Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-03-19T19:27:51.377Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-03-19T19:27:51.377Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-03-19T19:27:51.643Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-03-19T19:27:51.643Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-03-19T19:27:51.643Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-03-19T19:27:51.643Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-19T19:27:51.643Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-03-19T19:27:51.906Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-19T19:27:51.906Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-03-19T19:27:51.906Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-19T19:27:51.906Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-03-19T19:27:52.174Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-03-19T19:27:52.174Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-03-19T19:27:52.174Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.8) ... [2021-03-19T19:27:52.174Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-03-19T19:27:52.174Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-03-19T19:27:52.174Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-03-19T19:27:52.174Z] Setting up ca-certificates (20210119~18.04.1) ... [2021-03-19T19:27:54.101Z] Updating certificates in /etc/ssl/certs... [2021-03-19T19:27:54.686Z] 23 added, 27 removed; done. [2021-03-19T19:27:54.971Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-03-19T19:27:54.971Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-19T19:27:54.971Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-03-19T19:27:54.971Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-03-19T19:27:54.971Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-03-19T19:27:54.971Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-19T19:27:54.971Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-03-19T19:27:55.233Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-19T19:27:55.233Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-19T19:27:55.233Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-19T19:27:55.233Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-03-19T19:27:55.233Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-19T19:27:55.233Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-03-19T19:27:55.233Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... [2021-03-19T19:27:55.233Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-03-19T19:27:55.233Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-03-19T19:27:55.495Z] Setting up binutils (2.30-21ubuntu1~18.04.5) ... [2021-03-19T19:27:55.495Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-03-19T19:27:55.495Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-03-19T19:27:55.495Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-03-19T19:27:55.495Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-03-19T19:27:55.495Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-03-19T19:27:55.495Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-03-19T19:27:55.495Z] Processing triggers for systemd (237-3ubuntu10.45) ... [2021-03-19T19:27:55.758Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-03-19T19:27:55.758Z] Processing triggers for ca-certificates (20210119~18.04.1) ... [2021-03-19T19:27:55.758Z] Updating certificates in /etc/ssl/certs... [2021-03-19T19:27:56.334Z] 0 added, 0 removed; done. [2021-03-19T19:27:56.334Z] Running hooks in /etc/ca-certificates/update.d... [2021-03-19T19:27:56.334Z] done. [2021-03-19T19:27:56.913Z] Reading package lists... [2021-03-19T19:27:57.181Z] Building dependency tree... [2021-03-19T19:27:57.181Z] Reading state information... [2021-03-19T19:27:57.181Z] The following NEW packages will be installed: [2021-03-19T19:27:57.181Z] apt-transport-https [2021-03-19T19:27:57.443Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-03-19T19:27:57.443Z] Need to get 1696 B of archives. [2021-03-19T19:27:57.443Z] After this operation, 153 kB of additional disk space will be used. [2021-03-19T19:27:57.443Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] [2021-03-19T19:27:57.707Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-19T19:27:57.707Z] Fetched 1696 B in 0s (8371 B/s) [2021-03-19T19:27:57.707Z] Selecting previously unselected package apt-transport-https. [2021-03-19T19:27:57.707Z] (Reading database ... 13920 files and directories currently installed.) [2021-03-19T19:27:57.707Z] Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... [2021-03-19T19:27:57.707Z] Unpacking apt-transport-https (1.6.12ubuntu0.2) ... [2021-03-19T19:27:57.707Z] Setting up apt-transport-https (1.6.12ubuntu0.2) ... [2021-03-19T19:27:57.975Z] Waiting for network to be ready... [2021-03-19T19:28:00.007Z] ---> 75c13cb38afd [2021-03-19T19:28:00.007Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-03-19T19:28:00.007Z] ---> 7fc765902148 [2021-03-19T19:28:00.007Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-03-19T19:28:00.007Z] ---> 7258b6add10a [2021-03-19T19:28:00.007Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-03-19T19:28:00.007Z] ---> 977add9d0e22 [2021-03-19T19:28:00.007Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-03-19T19:28:00.007Z] ---> Running in 11bf8c10e8d6 [2021-03-19T19:28:00.007Z] ---> Running in f166015c50c7 [2021-03-19T19:28:00.007Z] ---> Running in 7f914b194d98 [2021-03-19T19:28:00.007Z] ---> Running in 790480849b0c [2021-03-19T19:28:00.007Z] ---> a234c3378bd2 [2021-03-19T19:28:00.007Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-03-19T19:28:00.007Z] ---> Running in 038bc1e17b29 [2021-03-19T19:28:00.007Z] 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-03-19T19:28:00.007Z] 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-03-19T19:28:00.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-03-19T19:28:00.599Z] 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-03-19T19:28:00.599Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-03-19T19:28:06.138Z] 2021-03-19T19:28:01Z INFO Waiting for automatic snapd restart... [2021-03-19T19:28:06.138Z] snapd 2.49 from Canonical* installed [2021-03-19T19:28:06.400Z] "snapd" switched to the "latest/stable" channel [2021-03-19T19:28:06.400Z] [2021-03-19T19:28:10.628Z] core18 20210128 from Canonical* installed [2021-03-19T19:28:10.899Z] "core18" switched to the "latest/stable" channel [2021-03-19T19:28:10.899Z] [2021-03-19T19:28:17.554Z] snapcraft 4.5.4 from Canonical* installed [2021-03-19T19:28:17.554Z] "snapcraft" switched to the "latest/stable" channel [2021-03-19T19:28:17.554Z] [2021-03-19T19:28:20.874Z] 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-03-19T19:28:20.874Z] - README.md [2021-03-19T19:28:20.874Z] [2021-03-19T19:28:20.874Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-03-19T19:28:27.491Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-19T19:28:27.492Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-03-19T19:28:27.492Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-03-19T19:28:27.492Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-03-19T19:28:28.886Z] Reading package lists... [2021-03-19T19:28:29.148Z] Installing build dependencies: git=1:2.17.1-1ubuntu0.8 git-man=1:2.17.1-1ubuntu0.8 libcurl3-gnutls=7.58.0-2ubuntu3.12 liberror-perl=0.17025-1 libglib2.0-0=2.56.4-0ubuntu0.18.04.8 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-03-19T19:28:35.733Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-19T19:28:35.733Z] Reading package lists... [2021-03-19T19:28:35.733Z] Building dependency tree... [2021-03-19T19:28:35.733Z] Reading state information... [2021-03-19T19:28:35.733Z] Suggested packages: [2021-03-19T19:28:35.733Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-03-19T19:28:35.733Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-03-19T19:28:35.733Z] Recommended packages: [2021-03-19T19:28:35.733Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-03-19T19:28:35.733Z] The following NEW packages will be installed: [2021-03-19T19:28:35.733Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-03-19T19:28:35.733Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-03-19T19:28:35.733Z] pkg-config zip [2021-03-19T19:28:35.733Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-03-19T19:28:35.733Z] Need to get 7657 kB of archives. [2021-03-19T19:28:35.733Z] After this operation, 43.8 MB of additional disk space will be used. [2021-03-19T19:28:35.733Z] Get:1 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-03-19T19:28:35.733Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.8 [1171 kB] [2021-03-19T19:28:35.994Z] Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-03-19T19:28:35.994Z] Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-03-19T19:28:35.994Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-03-19T19:28:35.994Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-03-19T19:28:36.255Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-03-19T19:28:36.255Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-03-19T19:28:36.255Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-03-19T19:28:36.255Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-03-19T19:28:36.255Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] [2021-03-19T19:28:36.255Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.8 [804 kB] [2021-03-19T19:28:36.516Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.8 [3916 kB] [2021-03-19T19:28:36.516Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-03-19T19:28:36.516Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-03-19T19:28:36.819Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-19T19:28:36.819Z] Fetched 7657 kB in 1s (7310 kB/s) [2021-03-19T19:28:36.819Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-03-19T19:28:36.819Z] (Reading database ... 13924 files and directories currently installed.) [2021-03-19T19:28:36.819Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.8_amd64.deb ... [2021-03-19T19:28:36.819Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... [2021-03-19T19:28:37.130Z] Selecting previously unselected package libpsl5:amd64. [2021-03-19T19:28:37.130Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-03-19T19:28:37.130Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-03-19T19:28:37.130Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-03-19T19:28:37.130Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-03-19T19:28:37.428Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-03-19T19:28:37.428Z] Selecting previously unselected package librtmp1:amd64. [2021-03-19T19:28:37.428Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-03-19T19:28:37.428Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-03-19T19:28:37.428Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-03-19T19:28:37.428Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... [2021-03-19T19:28:37.428Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-03-19T19:28:37.428Z] Selecting previously unselected package liberror-perl. [2021-03-19T19:28:37.428Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-03-19T19:28:37.726Z] Unpacking liberror-perl (0.17025-1) ... [2021-03-19T19:28:37.726Z] Selecting previously unselected package git-man. [2021-03-19T19:28:37.726Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.8_all.deb ... [2021-03-19T19:28:37.726Z] Unpacking git-man (1:2.17.1-1ubuntu0.8) ... [2021-03-19T19:28:37.726Z] Selecting previously unselected package git. [2021-03-19T19:28:37.726Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.8_amd64.deb ... [2021-03-19T19:28:37.726Z] Unpacking git (1:2.17.1-1ubuntu0.8) ... [2021-03-19T19:28:38.669Z] Selecting previously unselected package libnorm1:amd64. [2021-03-19T19:28:38.669Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-03-19T19:28:38.669Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-03-19T19:28:38.930Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-03-19T19:28:38.930Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-03-19T19:28:38.930Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-03-19T19:28:38.930Z] Selecting previously unselected package libsodium23:amd64. [2021-03-19T19:28:38.930Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-03-19T19:28:38.930Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-03-19T19:28:38.930Z] Selecting previously unselected package libzmq5:amd64. [2021-03-19T19:28:38.930Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-03-19T19:28:38.930Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-19T19:28:39.190Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-03-19T19:28:39.190Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-03-19T19:28:39.190Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-19T19:28:39.190Z] Selecting previously unselected package pkg-config. [2021-03-19T19:28:39.190Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-03-19T19:28:39.190Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-03-19T19:28:39.451Z] Selecting previously unselected package zip. [2021-03-19T19:28:39.451Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-03-19T19:28:39.452Z] Unpacking zip (3.0-11build1) ... [2021-03-19T19:28:39.452Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-03-19T19:28:39.452Z] Setting up git-man (1:2.17.1-1ubuntu0.8) ... [2021-03-19T19:28:39.712Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-03-19T19:28:39.712Z] Setting up liberror-perl (0.17025-1) ... [2021-03-19T19:28:39.712Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-03-19T19:28:39.712Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... [2021-03-19T19:28:39.712Z] No schema files found: doing nothing. [2021-03-19T19:28:39.712Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-03-19T19:28:39.712Z] Setting up zip (3.0-11build1) ... [2021-03-19T19:28:39.712Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-03-19T19:28:39.972Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-03-19T19:28:39.972Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-03-19T19:28:39.972Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-19T19:28:39.972Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-03-19T19:28:39.972Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-19T19:28:39.972Z] Setting up git (1:2.17.1-1ubuntu0.8) ... [2021-03-19T19:28:40.233Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-03-19T19:28:46.836Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-19T19:28:46.836Z] git set to automatically installed. [2021-03-19T19:28:46.836Z] git-man set to automatically installed. [2021-03-19T19:28:46.836Z] libcurl3-gnutls set to automatically installed. [2021-03-19T19:28:46.836Z] liberror-perl set to automatically installed. [2021-03-19T19:28:46.836Z] libglib2.0-0 set to automatically installed. [2021-03-19T19:28:46.836Z] libnghttp2-14 set to automatically installed. [2021-03-19T19:28:46.836Z] libnorm1 set to automatically installed. [2021-03-19T19:28:46.836Z] libpgm-5.2-0 set to automatically installed. [2021-03-19T19:28:46.836Z] libpsl5 set to automatically installed. [2021-03-19T19:28:46.836Z] librtmp1 set to automatically installed. [2021-03-19T19:28:46.836Z] libsodium23 set to automatically installed. [2021-03-19T19:28:46.836Z] libzmq3-dev set to automatically installed. [2021-03-19T19:28:46.836Z] libzmq5 set to automatically installed. [2021-03-19T19:28:46.836Z] pkg-config set to automatically installed. [2021-03-19T19:28:46.836Z] zip set to automatically installed. [2021-03-19T19:28:48.747Z] snapd is not logged in, snap install commands will use sudo [2021-03-19T19:28:55.344Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-19T19:29:10.314Z] go (1.15/stable) 1.15.10 from Michael Hudson-Doyle (mwhudson) installed [2021-03-19T19:29:10.314Z] snapd is not logged in, snap install commands will use sudo [2021-03-19T19:29:15.619Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-19T19:29:15.619Z] snap "core18" has no updates available [2021-03-19T19:29:16.201Z] Pulling go-build-helper [2021-03-19T19:29:16.201Z] + snapcraftctl pull [2021-03-19T19:29:17.613Z] 'app-service-config' has dependencies that need to be staged: go-build-helper [2021-03-19T19:29:17.613Z] Skipping pull go-build-helper (already ran) [2021-03-19T19:29:17.613Z] Building go-build-helper [2021-03-19T19:29:17.613Z] + snapcraftctl build [2021-03-19T19:29:20.184Z] Staging go-build-helper [2021-03-19T19:29:20.184Z] + snapcraftctl stage [2021-03-19T19:29:32.457Z] Get:1 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-03-19T19:29:32.457Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-03-19T19:29:32.457Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-03-19T19:29:32.457Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1598 kB] [2021-03-19T19:29:32.457Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-03-19T19:29:32.457Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-03-19T19:29:32.457Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-03-19T19:29:32.457Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-03-19T19:29:32.457Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-03-19T19:29:32.457Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-03-19T19:29:32.457Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-03-19T19:29:32.457Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [305 kB] [2021-03-19T19:29:32.457Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] [2021-03-19T19:29:32.457Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-03-19T19:29:32.457Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [253 kB] [2021-03-19T19:29:32.457Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [32.9 kB] [2021-03-19T19:29:32.457Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1114 kB] [2021-03-19T19:29:32.457Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [250 kB] [2021-03-19T19:29:32.457Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-03-19T19:29:32.457Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1948 kB] [2021-03-19T19:29:32.457Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [398 kB] [2021-03-19T19:29:32.457Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] [2021-03-19T19:29:32.457Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-03-19T19:29:32.457Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [278 kB] [2021-03-19T19:29:32.457Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [37.1 kB] [2021-03-19T19:29:32.457Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1720 kB] [2021-03-19T19:29:32.457Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [364 kB] [2021-03-19T19:29:32.457Z] Fetched 24.1 MB in 0s (0 B/s) [2021-03-19T19:29:32.457Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-03-19T19:29:32.457Z] Fetched 224 kB in 0s (0 B/s) [2021-03-19T19:29:32.457Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-03-19T19:29:32.457Z] Fetched 157 kB in 0s (0 B/s) [2021-03-19T19:29:32.457Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-03-19T19:29:32.457Z] Fetched 221 kB in 0s (0 B/s) [2021-03-19T19:29:32.457Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-03-19T19:29:32.457Z] Fetched 143 kB in 0s (0 B/s) [2021-03-19T19:29:32.457Z] Pulling app-service-config [2021-03-19T19:29:32.457Z] + snapcraftctl pull [2021-03-19T19:29:33.028Z] Cloning into '/root/parts/app-service-config/src'... [2021-03-19T19:29:33.601Z] Pulling config-common [2021-03-19T19:29:33.601Z] + snapcraftctl pull [2021-03-19T19:29:38.922Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-03-19T19:29:38.922Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-03-19T19:29:38.922Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-03-19T19:29:38.922Z] Fetched 0 B in 0s (0 B/s) [2021-03-19T19:29:38.922Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-03-19T19:29:38.922Z] Fetched 0 B in 0s (0 B/s) [2021-03-19T19:29:38.922Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-03-19T19:29:38.922Z] Fetched 0 B in 0s (0 B/s) [2021-03-19T19:29:38.922Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-03-19T19:29:38.922Z] Fetched 0 B in 0s (0 B/s) [2021-03-19T19:29:38.922Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-03-19T19:29:38.922Z] Fetched 0 B in 0s (0 B/s) [2021-03-19T19:29:38.922Z] Pulling edgex-go [2021-03-19T19:29:38.922Z] + snapcraftctl pull [2021-03-19T19:29:52.599Z] Removing intermediate container 038bc1e17b29 [2021-03-19T19:29:52.599Z] ---> fa77b72f8b52 [2021-03-19T19:29:52.599Z] [2021-03-19T19:29:52.599Z] Step 10/31 : FROM alpine:3.12 [2021-03-19T19:29:52.599Z] 3.12: Pulling from library/alpine [2021-03-19T19:29:52.599Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-19T19:29:52.599Z] Status: Downloaded newer image for alpine:3.12 [2021-03-19T19:29:52.599Z] ---> d10569e2745f [2021-03-19T19:29:52.599Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-03-19T19:29:52.599Z] ---> Running in 47a07192778e [2021-03-19T19:29:52.599Z] Removing intermediate container 47a07192778e [2021-03-19T19:29:52.599Z] ---> 4c23bab88cfa [2021-03-19T19:29:52.599Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-03-19T19:29:52.599Z] ---> Running in bae8e8d0f245 [2021-03-19T19:29:53.600Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-19T19:29:53.881Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-19T19:29:54.497Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-03-19T19:29:54.497Z] (2/2) Installing su-exec (0.2-r1) [2021-03-19T19:29:54.497Z] Executing busybox-1.31.1-r19.trigger [2021-03-19T19:29:54.780Z] OK: 5 MiB in 16 packages [2021-03-19T19:29:56.308Z] Removing intermediate container f166015c50c7 [2021-03-19T19:29:56.308Z] ---> 8d10d12e0993 [2021-03-19T19:29:56.308Z] [2021-03-19T19:29:56.308Z] Step 10/23 : FROM alpine:3.12 [2021-03-19T19:29:56.308Z] ---> d10569e2745f [2021-03-19T19:29:56.308Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-19T19:29:56.915Z] ---> Running in 7424263f80af [2021-03-19T19:29:57.551Z] Removing intermediate container bae8e8d0f245 [2021-03-19T19:29:57.551Z] ---> 49655efacdb0 [2021-03-19T19:29:57.551Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-03-19T19:29:57.831Z] ---> Running in 157bdb74f82a [2021-03-19T19:29:59.284Z] Removing intermediate container 157bdb74f82a [2021-03-19T19:29:59.284Z] ---> 2549a9d9ef22 [2021-03-19T19:29:59.284Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-03-19T19:29:59.567Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-19T19:29:59.567Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-19T19:30:00.167Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-19T19:30:00.167Z] Executing busybox-1.31.1-r19.trigger [2021-03-19T19:30:00.167Z] OK: 5 MiB in 15 packages [2021-03-19T19:30:00.167Z] ---> Running in 37d9ad53c6c7 [2021-03-19T19:30:00.903Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-03-19T19:30:00.903Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-03-19T19:30:00.903Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-03-19T19:30:00.903Z] Fetched 0 B in 0s (0 B/s) [2021-03-19T19:30:00.903Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-03-19T19:30:00.903Z] Fetched 96.5 kB in 0s (0 B/s) [2021-03-19T19:30:00.903Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-03-19T19:30:00.903Z] Fetched 279 kB in 0s (0 B/s) [2021-03-19T19:30:00.903Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-03-19T19:30:00.903Z] Fetched 122 kB in 0s (0 B/s) [2021-03-19T19:30:00.903Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-03-19T19:30:00.903Z] Fetched 77.8 kB in 0s (0 B/s) [2021-03-19T19:30:00.903Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-03-19T19:30:00.903Z] Fetched 8848 B in 0s (0 B/s) [2021-03-19T19:30:00.903Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-03-19T19:30:00.903Z] Fetched 47.8 kB in 0s (0 B/s) [2021-03-19T19:30:00.903Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-03-19T19:30:00.903Z] Fetched 45.6 kB in 0s (0 B/s) [2021-03-19T19:30:00.903Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-03-19T19:30:00.903Z] Fetched 15.0 kB in 0s (0 B/s) [2021-03-19T19:30:00.903Z] Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] [2021-03-19T19:30:00.903Z] Fetched 214 kB in 0s (0 B/s) [2021-03-19T19:30:00.903Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] [2021-03-19T19:30:00.903Z] Fetched 154 kB in 0s (0 B/s) [2021-03-19T19:30:00.903Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-03-19T19:30:00.903Z] Fetched 50.6 kB in 0s (0 B/s) [2021-03-19T19:30:00.903Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-03-19T19:30:00.903Z] Fetched 14.8 kB in 0s (0 B/s) [2021-03-19T19:30:00.903Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-03-19T19:30:00.903Z] Fetched 41.8 kB in 0s (0 B/s) [2021-03-19T19:30:00.903Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-03-19T19:30:00.903Z] Fetched 499 kB in 0s (0 B/s) [2021-03-19T19:30:00.903Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-03-19T19:30:00.903Z] Fetched 111 kB in 0s (0 B/s) [2021-03-19T19:30:00.903Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-03-19T19:30:00.903Z] Fetched 240 kB in 0s (0 B/s) [2021-03-19T19:30:00.903Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-03-19T19:30:00.903Z] Fetched 29.3 kB in 0s (0 B/s) [2021-03-19T19:30:00.903Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-03-19T19:30:00.903Z] Fetched 85.5 kB in 0s (0 B/s) [2021-03-19T19:30:00.903Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-03-19T19:30:00.903Z] Fetched 24.5 kB in 0s (0 B/s) [2021-03-19T19:30:00.903Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-03-19T19:30:00.903Z] Fetched 49.2 kB in 0s (0 B/s) [2021-03-19T19:30:00.903Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-03-19T19:30:00.903Z] Fetched 54.2 kB in 0s (0 B/s) [2021-03-19T19:30:00.903Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-03-19T19:30:00.903Z] Fetched 30.8 kB in 0s (0 B/s) [2021-03-19T19:30:00.903Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] [2021-03-19T19:30:00.903Z] Fetched 15.8 kB in 0s (0 B/s) [2021-03-19T19:30:00.903Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-03-19T19:30:00.903Z] Fetched 85.9 kB in 0s (0 B/s) [2021-03-19T19:30:00.903Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-03-19T19:30:00.903Z] Fetched 8720 B in 0s (0 B/s) [2021-03-19T19:30:00.903Z] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] [2021-03-19T19:30:00.903Z] Fetched 137 kB in 0s (0 B/s) [2021-03-19T19:30:00.903Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-03-19T19:30:00.903Z] Fetched 119 kB in 0s (0 B/s) [2021-03-19T19:30:00.903Z] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] [2021-03-19T19:30:00.903Z] Fetched 109 kB in 0s (0 B/s) [2021-03-19T19:30:00.903Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-03-19T19:30:00.903Z] Fetched 11.1 kB in 0s (0 B/s) [2021-03-19T19:30:00.903Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-03-19T19:30:00.903Z] Fetched 645 kB in 0s (0 B/s) [2021-03-19T19:30:00.903Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-03-19T19:30:00.903Z] Fetched 41.3 kB in 0s (0 B/s) [2021-03-19T19:30:00.903Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-03-19T19:30:00.903Z] Fetched 17.9 kB in 0s (0 B/s) [2021-03-19T19:30:00.903Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-03-19T19:30:00.903Z] Fetched 368 kB in 0s (0 B/s) [2021-03-19T19:30:00.903Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-03-19T19:30:00.903Z] Fetched 187 kB in 0s (0 B/s) [2021-03-19T19:30:00.903Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-03-19T19:30:00.903Z] Fetched 175 kB in 0s (0 B/s) [2021-03-19T19:30:00.903Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-03-19T19:30:00.903Z] Fetched 206 kB in 0s (0 B/s) [2021-03-19T19:30:00.903Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.8_amd64.deb [1301 kB] [2021-03-19T19:30:00.903Z] Fetched 1301 kB in 0s (0 B/s) [2021-03-19T19:30:00.903Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-03-19T19:30:00.903Z] Fetched 36.2 kB in 0s (0 B/s) [2021-03-19T19:30:00.903Z] Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] [2021-03-19T19:30:00.903Z] Fetched 159 kB in 0s (0 B/s) [2021-03-19T19:30:00.903Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-03-19T19:30:00.903Z] Fetched 107 kB in 0s (0 B/s) [2021-03-19T19:30:00.903Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-03-19T19:30:00.903Z] Fetched 48.7 kB in 0s (0 B/s) [2021-03-19T19:30:00.903Z] Pulling static-packages [2021-03-19T19:30:00.903Z] + snapcraftctl pull [2021-03-19T19:30:01.851Z] Pulling version [2021-03-19T19:30:01.851Z] + cd /root/project [2021-03-19T19:30:01.851Z] + [ -f VERSION ] [2021-03-19T19:30:01.851Z] + PROJECT_VERSION=local-dev [2021-03-19T19:30:01.851Z] + git rev-parse --short HEAD [2021-03-19T19:30:01.851Z] + GIT_REVISION=c15de42b [2021-03-19T19:30:01.851Z] + snapcraftctl set-version local-dev [2021-03-19T19:30:02.181Z] Removing intermediate container 37d9ad53c6c7 [2021-03-19T19:30:02.182Z] ---> f62f5aa757b4 [2021-03-19T19:30:02.182Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-03-19T19:30:02.788Z] Removing intermediate container 790480849b0c [2021-03-19T19:30:02.788Z] ---> 540180ce085b [2021-03-19T19:30:02.788Z] [2021-03-19T19:30:02.788Z] Step 10/22 : FROM alpine:3.12 [2021-03-19T19:30:02.788Z] ---> d10569e2745f [2021-03-19T19:30:02.788Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-03-19T19:30:02.788Z] ---> Using cache [2021-03-19T19:30:02.788Z] ---> c41e5b841a99 [2021-03-19T19:30:02.788Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-19T19:30:02.788Z] Removing intermediate container 7f914b194d98 [2021-03-19T19:30:02.788Z] ---> ffc79c7ed511 [2021-03-19T19:30:02.788Z] [2021-03-19T19:30:02.788Z] Step 10/22 : FROM alpine:3.12 [2021-03-19T19:30:02.788Z] ---> d10569e2745f [2021-03-19T19:30:02.788Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-03-19T19:30:03.063Z] ---> Running in 0e89cdc2000f [2021-03-19T19:30:03.063Z] Removing intermediate container 7424263f80af [2021-03-19T19:30:03.063Z] ---> c41e5b841a99 [2021-03-19T19:30:03.063Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-19T19:30:03.241Z] Skipping build go-build-helper (already ran) [2021-03-19T19:30:03.241Z] Building app-service-config [2021-03-19T19:30:03.241Z] + make build [2021-03-19T19:30:03.241Z] CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.0.0-dev.31 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=0.0.0" -o app-service-configurable [2021-03-19T19:30:03.341Z] ---> Running in ad7eb1b83b6c [2021-03-19T19:30:03.341Z] ---> Running in 72c412762900 [2021-03-19T19:30:03.341Z] ---> Running in db568b10f460 [2021-03-19T19:30:03.949Z] Removing intermediate container ad7eb1b83b6c [2021-03-19T19:30:03.949Z] ---> 84c0facb85f9 [2021-03-19T19:30:03.949Z] Step 13/22 : ENV APP_PORT=48085 [2021-03-19T19:30:04.230Z] Removing intermediate container db568b10f460 [2021-03-19T19:30:04.230Z] ---> 4bca3d0e31cd [2021-03-19T19:30:04.230Z] Step 13/23 : ENV APP_PORT=48082 [2021-03-19T19:30:04.230Z] ---> Running in 08cfa47ce893 [2021-03-19T19:30:04.511Z] ---> Running in 57d66743372f [2021-03-19T19:30:05.121Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-19T19:30:05.159Z] go: downloading github.com/edgexfoundry/app-functions-sdk-go/v2 v2.0.0-dev.31 [2021-03-19T19:30:05.159Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.14 [2021-03-19T19:30:05.406Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-19T19:30:05.406Z] Removing intermediate container 08cfa47ce893 [2021-03-19T19:30:05.406Z] ---> ff251437bed2 [2021-03-19T19:30:05.406Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-19T19:30:05.426Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.3 [2021-03-19T19:30:05.426Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.54 [2021-03-19T19:30:05.426Z] go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.3 [2021-03-19T19:30:05.427Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.7 [2021-03-19T19:30:05.427Z] go: downloading github.com/google/uuid v1.2.0 [2021-03-19T19:30:05.427Z] go: downloading github.com/go-playground/validator/v10 v10.3.0 [2021-03-19T19:30:05.427Z] go: downloading github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 [2021-03-19T19:30:05.427Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-03-19T19:30:05.686Z] Removing intermediate container 57d66743372f [2021-03-19T19:30:05.686Z] ---> b234f53cf95c [2021-03-19T19:30:05.686Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-19T19:30:05.688Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-03-19T19:30:05.950Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-03-19T19:30:05.951Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-03-19T19:30:05.971Z] (1/2) Installing ca-certificates (20191127-r4) [2021-03-19T19:30:05.971Z] ---> Running in 84037399cad0 [2021-03-19T19:30:05.971Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-03-19T19:30:06.212Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-03-19T19:30:06.212Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2021-03-19T19:30:06.212Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.3 [2021-03-19T19:30:06.261Z] Executing busybox-1.31.1-r19.trigger [2021-03-19T19:30:06.261Z] Executing ca-certificates-20191127-r4.trigger [2021-03-19T19:30:06.261Z] OK: 6 MiB in 16 packages [2021-03-19T19:30:06.474Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-03-19T19:30:06.475Z] go: downloading github.com/pebbe/zmq4 v1.2.5 [2021-03-19T19:30:06.475Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-03-19T19:30:06.539Z] ---> Running in 1ee19164b8b3 [2021-03-19T19:30:06.748Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 [2021-03-19T19:30:06.748Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-03-19T19:30:06.748Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-03-19T19:30:06.748Z] go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2021-03-19T19:30:06.748Z] go: downloading github.com/hashicorp/consul/api v1.8.1 [2021-03-19T19:30:06.748Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-03-19T19:30:07.038Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-03-19T19:30:07.038Z] go: downloading github.com/x448/float16 v0.8.4 [2021-03-19T19:30:07.038Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2021-03-19T19:30:07.038Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-03-19T19:30:07.038Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-03-19T19:30:07.038Z] go: downloading github.com/hashicorp/go-hclog v0.12.0 [2021-03-19T19:30:07.038Z] go: downloading github.com/hashicorp/serf v0.9.5 [2021-03-19T19:30:07.038Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-03-19T19:30:07.038Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-03-19T19:30:07.038Z] go: downloading github.com/fatih/color v1.9.0 [2021-03-19T19:30:07.038Z] go: downloading github.com/mattn/go-isatty v0.0.12 [2021-03-19T19:30:07.038Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.2 [2021-03-19T19:30:07.038Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-03-19T19:30:07.038Z] go: downloading github.com/mattn/go-colorable v0.1.6 [2021-03-19T19:30:07.038Z] go: downloading golang.org/x/sys v0.0.0-20200223170610-d5e6a3e2c0ae [2021-03-19T19:30:07.038Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-03-19T19:30:07.155Z] Removing intermediate container 84037399cad0 [2021-03-19T19:30:07.155Z] ---> d70ebf6bf037 [2021-03-19T19:30:07.155Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-19T19:30:07.304Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-03-19T19:30:07.305Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-03-19T19:30:07.432Z] Removing intermediate container 0e89cdc2000f [2021-03-19T19:30:07.432Z] ---> 071722cbe72c [2021-03-19T19:30:07.432Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-03-19T19:30:07.432Z] Removing intermediate container 1ee19164b8b3 [2021-03-19T19:30:07.432Z] ---> 266e4282f9f4 [2021-03-19T19:30:07.432Z] Step 15/23 : WORKDIR / [2021-03-19T19:30:07.711Z] Removing intermediate container 11bf8c10e8d6 [2021-03-19T19:30:07.711Z] ---> d6969815a45b [2021-03-19T19:30:07.711Z] [2021-03-19T19:30:07.711Z] Step 10/23 : FROM alpine:3.12 [2021-03-19T19:30:07.711Z] ---> d10569e2745f [2021-03-19T19:30:07.711Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-19T19:30:07.711Z] ---> Using cache [2021-03-19T19:30:07.711Z] ---> c41e5b841a99 [2021-03-19T19:30:07.711Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-19T19:30:07.711Z] ---> Using cache [2021-03-19T19:30:07.711Z] ---> 4bca3d0e31cd [2021-03-19T19:30:07.711Z] Step 13/23 : ENV APP_PORT=48081 [2021-03-19T19:30:07.987Z] ---> Running in 43ea0c8876f7 [2021-03-19T19:30:08.266Z] ---> Running in adf864ee790d [2021-03-19T19:30:08.266Z] ---> Running in da4b76184437 [2021-03-19T19:30:08.266Z] ---> 9684f6e006ec [2021-03-19T19:30:08.266Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-03-19T19:30:08.542Z] Removing intermediate container 72c412762900 [2021-03-19T19:30:08.542Z] ---> d3e80546e0c0 [2021-03-19T19:30:08.542Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-19T19:30:08.823Z] ---> Running in 4511bc8f188f [2021-03-19T19:30:08.823Z] Removing intermediate container 43ea0c8876f7 [2021-03-19T19:30:08.823Z] ---> d5c13437a5cf [2021-03-19T19:30:08.823Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-03-19T19:30:08.823Z] Removing intermediate container da4b76184437 [2021-03-19T19:30:08.823Z] ---> 89ccb48a9f5a [2021-03-19T19:30:08.823Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-19T19:30:09.103Z] Removing intermediate container adf864ee790d [2021-03-19T19:30:09.103Z] ---> daad9e8bcaf6 [2021-03-19T19:30:09.103Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-19T19:30:09.103Z] ---> Running in 52a2cb6e481b [2021-03-19T19:30:09.381Z] Removing intermediate container 4511bc8f188f [2021-03-19T19:30:09.381Z] ---> 424439ee7b24 [2021-03-19T19:30:09.381Z] Step 13/22 : ENV APP_PORT=48060 [2021-03-19T19:30:09.657Z] ---> Running in 3d3343610487 [2021-03-19T19:30:09.930Z] Removing intermediate container 52a2cb6e481b [2021-03-19T19:30:09.930Z] ---> ba99ddb0abe8 [2021-03-19T19:30:09.930Z] Step 15/23 : WORKDIR / ---> 19dc496afc17 [2021-03-19T19:30:09.930Z] [2021-03-19T19:30:09.930Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-03-19T19:30:10.214Z] ---> Running in 5a0c2f9ccedb [2021-03-19T19:30:10.214Z] ---> Running in ae29b93fb7b5 [2021-03-19T19:30:10.214Z] ---> 25f34a045d12 [2021-03-19T19:30:10.214Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-03-19T19:30:10.214Z] Removing intermediate container 3d3343610487 [2021-03-19T19:30:10.214Z] ---> 92fa23b73cfd [2021-03-19T19:30:10.214Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-19T19:30:10.214Z] ---> 1f32b225e402 [2021-03-19T19:30:10.214Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-03-19T19:30:10.496Z] ---> Running in f4fc0b7a12a2 [2021-03-19T19:30:11.127Z] Removing intermediate container 5a0c2f9ccedb [2021-03-19T19:30:11.127Z] ---> fb1c6ae9e640 [2021-03-19T19:30:11.127Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-19T19:30:11.461Z] ---> dde2d79001ee [2021-03-19T19:30:11.461Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-03-19T19:30:11.461Z] Removing intermediate container f4fc0b7a12a2 [2021-03-19T19:30:11.461Z] ---> 083bfdeb2064 [2021-03-19T19:30:11.461Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-19T19:30:11.746Z] ---> Running in c2b357c41bb1 [2021-03-19T19:30:12.755Z] ---> a5fc831a9f45 [2021-03-19T19:30:12.755Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-03-19T19:30:12.755Z] ---> e7f558e1b7f6 [2021-03-19T19:30:12.755Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-03-19T19:30:12.755Z] Removing intermediate container c2b357c41bb1 [2021-03-19T19:30:12.755Z] ---> fc0d7445e56f [2021-03-19T19:30:12.755Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-19T19:30:13.042Z] ---> d115a5765d87 [2021-03-19T19:30:13.042Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-03-19T19:30:13.042Z] ---> Running in a3c238db73b1 [2021-03-19T19:30:14.031Z] ---> 1aa3cc5875ce [2021-03-19T19:30:14.031Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-03-19T19:30:14.031Z] Removing intermediate container ae29b93fb7b5 [2021-03-19T19:30:14.031Z] ---> 01c19ed4c123 [2021-03-19T19:30:14.031Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-19T19:30:14.303Z] Removing intermediate container a3c238db73b1 [2021-03-19T19:30:14.303Z] ---> 11fb4e6c97eb [2021-03-19T19:30:14.303Z] Step 20/22 : LABEL arch=arm64 [2021-03-19T19:30:14.610Z] ---> Running in 4c2c27d7c655 [2021-03-19T19:30:14.610Z] ---> Running in 3829dee5539f [2021-03-19T19:30:14.884Z] ---> 483404f41754 [2021-03-19T19:30:14.884Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-03-19T19:30:14.884Z] ---> 7ff0760db2ea [2021-03-19T19:30:14.884Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-03-19T19:30:14.884Z] ---> 534fae448133 [2021-03-19T19:30:14.884Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-03-19T19:30:15.162Z] Removing intermediate container 3829dee5539f [2021-03-19T19:30:15.162Z] ---> 3ae932194fa0 [2021-03-19T19:30:15.162Z] Step 21/22 : LABEL git_sha=c15de42b2ff48f9c2b69ff3dca3fa97eec97bb1f [2021-03-19T19:30:15.162Z] Removing intermediate container 4c2c27d7c655 [2021-03-19T19:30:15.162Z] ---> 72217c634a34 [2021-03-19T19:30:15.162Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-19T19:30:15.440Z] ---> Running in 75f298c6028b [2021-03-19T19:30:15.440Z] ---> Running in 5aa22e661cdf [2021-03-19T19:30:16.041Z] ---> c0115ab0542c [2021-03-19T19:30:16.041Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-03-19T19:30:16.318Z] ---> caa0482ec909 [2021-03-19T19:30:16.318Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-03-19T19:30:16.318Z] Removing intermediate container 75f298c6028b [2021-03-19T19:30:16.318Z] ---> eddb5ddcf700 [2021-03-19T19:30:16.318Z] Step 22/22 : LABEL version=0.0.0 [2021-03-19T19:30:16.598Z] Removing intermediate container 5aa22e661cdf [2021-03-19T19:30:16.598Z] ---> 10ca97927147 [2021-03-19T19:30:16.598Z] Step 21/23 : LABEL arch=arm64 [2021-03-19T19:30:16.598Z] ---> Running in d6f3df10c72c [2021-03-19T19:30:16.598Z] ---> Running in 8f01371e4184 [2021-03-19T19:30:16.598Z] ---> Running in d3b761c3052e [2021-03-19T19:30:16.598Z] ---> 9bfd7fe22dfa [2021-03-19T19:30:16.598Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-03-19T19:30:16.877Z] ---> Running in 7fd352dd01e5 [2021-03-19T19:30:17.152Z] Removing intermediate container d6f3df10c72c [2021-03-19T19:30:17.152Z] ---> 78d739e06f22 [2021-03-19T19:30:17.152Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-19T19:30:17.436Z] Removing intermediate container d3b761c3052e [2021-03-19T19:30:17.436Z] ---> f3bcaf14bf8b [2021-03-19T19:30:17.436Z] [2021-03-19T19:30:17.436Z] Removing intermediate container 8f01371e4184 [2021-03-19T19:30:17.436Z] ---> ad8bf242f7be [2021-03-19T19:30:17.436Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-19T19:30:17.436Z] ---> Running in 0b39fbbf9b2b [2021-03-19T19:30:17.436Z] Removing intermediate container 7fd352dd01e5 [2021-03-19T19:30:17.436Z] ---> 734a7517d216 [2021-03-19T19:30:17.436Z] Step 22/23 : LABEL git_sha=c15de42b2ff48f9c2b69ff3dca3fa97eec97bb1f [2021-03-19T19:30:17.722Z] ---> Running in cfbb8566141e [2021-03-19T19:30:17.722Z] ---> 3a5293221715 [2021-03-19T19:30:17.722Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-03-19T19:30:17.722Z] ---> Running in 31b754e80cac [2021-03-19T19:30:18.006Z] Successfully built f3bcaf14bf8b [2021-03-19T19:30:18.006Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-03-19T19:30:18.006Z]  Building docker-support-scheduler-go ... done Building docker-security-proxy-setup-go [2021-03-19T19:30:18.006Z] Removing intermediate container 0b39fbbf9b2b [2021-03-19T19:30:18.006Z] ---> 41eff8a99052 [2021-03-19T19:30:18.006Z] Step 20/22 : LABEL arch=arm64 [2021-03-19T19:30:18.295Z] ---> Running in 5e4e10cfe9e1 [2021-03-19T19:30:18.295Z] Removing intermediate container cfbb8566141e [2021-03-19T19:30:18.295Z] ---> 48b60f534a8e [2021-03-19T19:30:18.295Z] Step 21/23 : LABEL arch=arm64 [2021-03-19T19:30:18.579Z] Removing intermediate container 31b754e80cac [2021-03-19T19:30:18.579Z] ---> acb33bc59ccc [2021-03-19T19:30:18.579Z] Step 23/23 : LABEL version=0.0.0 [2021-03-19T19:30:18.579Z] ---> Running in fbfa72eca827 [2021-03-19T19:30:18.862Z] ---> Running in e2848110c9ea [2021-03-19T19:30:18.862Z] Removing intermediate container 5e4e10cfe9e1 [2021-03-19T19:30:18.862Z] ---> 984aa8b75e0a [2021-03-19T19:30:18.862Z] Step 21/22 : LABEL git_sha=c15de42b2ff48f9c2b69ff3dca3fa97eec97bb1f [2021-03-19T19:30:18.862Z] ---> 12605413a746 [2021-03-19T19:30:18.862Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-03-19T19:30:19.148Z] ---> Running in 28c3aac8c04e [2021-03-19T19:30:19.425Z] Removing intermediate container fbfa72eca827 [2021-03-19T19:30:19.425Z] ---> 7f094a58caa6 [2021-03-19T19:30:19.425Z] Step 22/23 : LABEL git_sha=c15de42b2ff48f9c2b69ff3dca3fa97eec97bb1f [2021-03-19T19:30:19.596Z] + install -DT ./app-service-configurable /root/parts/app-service-config/install/bin/app-service-configurable [2021-03-19T19:30:19.596Z] + install -DT ./res/rules-engine/configuration.toml /root/parts/app-service-config/install/config/app-service-configurable/res/rules-engine/configuration.toml [2021-03-19T19:30:19.596Z] + install -DT ./Attribution.txt /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/Attribution.txt [2021-03-19T19:30:19.596Z] + install -DT ./LICENSE /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/LICENSE [2021-03-19T19:30:19.701Z] ---> Running in a63d94352950 [2021-03-19T19:30:19.701Z] Removing intermediate container e2848110c9ea [2021-03-19T19:30:19.701Z] ---> 58f54d7296bf [2021-03-19T19:30:19.701Z] [2021-03-19T19:30:20.172Z] Building config-common [2021-03-19T19:30:20.172Z] + snapcraftctl build [2021-03-19T19:30:20.306Z] Removing intermediate container 28c3aac8c04e [2021-03-19T19:30:20.306Z] ---> 207a228da681 [2021-03-19T19:30:20.306Z] Step 22/22 : LABEL version=0.0.0 [2021-03-19T19:30:20.306Z] Successfully built 58f54d7296bf [2021-03-19T19:30:20.584Z] ---> b13b6732f803 [2021-03-19T19:30:20.584Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-03-19T19:30:20.584Z] Successfully tagged docker-core-command-go-arm64:latest [2021-03-19T19:30:20.584Z]  Building docker-core-command-go ... done Building docker-security-secretstore-setup-go [2021-03-19T19:30:20.857Z] ---> Running in d6483c4f85e5 [2021-03-19T19:30:20.857Z] Removing intermediate container a63d94352950 [2021-03-19T19:30:20.857Z] ---> 5797eaa19f29 [2021-03-19T19:30:20.857Z] Step 23/23 : LABEL version=0.0.0 [2021-03-19T19:30:21.133Z] ---> Running in d5faeeddfbcb [2021-03-19T19:30:21.409Z] ---> Running in 1c2e623bd14f [2021-03-19T19:30:21.409Z] Removing intermediate container d6483c4f85e5 [2021-03-19T19:30:21.409Z] ---> f9f04ac7a982 [2021-03-19T19:30:21.409Z] [2021-03-19T19:30:22.017Z] Removing intermediate container d5faeeddfbcb [2021-03-19T19:30:22.018Z] ---> 43903193a4f0 [2021-03-19T19:30:22.018Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-03-19T19:30:22.018Z] Successfully built f9f04ac7a982 [2021-03-19T19:30:22.018Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-03-19T19:30:22.018Z] Building docker-core-data-go [2021-03-19T19:30:22.018Z]  Building docker-support-notifications-go ... done Removing intermediate container 1c2e623bd14f [2021-03-19T19:30:22.018Z] ---> 5b822c97e260 [2021-03-19T19:30:22.018Z] [2021-03-19T19:30:22.626Z] Successfully built 5b822c97e260 [2021-03-19T19:30:22.626Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-03-19T19:30:22.626Z]  Building docker-core-metadata-go ... done Building docker-sys-mgmt-agent-go [2021-03-19T19:30:22.738Z] Building edgex-go [2021-03-19T19:30:23.614Z] ---> f70709c099b4 [2021-03-19T19:30:23.614Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-03-19T19:30:23.687Z] + cd /root/parts/edgex-go/src [2021-03-19T19:30:23.687Z] + make build [2021-03-19T19:30:23.687Z] 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-03-19T19:30:23.889Z] ---> Running in b29ad4b7daf8 [2021-03-19T19:30:23.950Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.13 [2021-03-19T19:30:23.950Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.6 [2021-03-19T19:30:23.950Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.51 [2021-03-19T19:30:23.950Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-03-19T19:30:23.950Z] go: downloading github.com/pkg/errors v0.8.1 [2021-03-19T19:30:23.951Z] go: downloading github.com/imdario/mergo v0.3.12 [2021-03-19T19:30:24.215Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.3.2 [2021-03-19T19:30:24.215Z] go: downloading golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd [2021-03-19T19:30:24.215Z] go: downloading github.com/gorilla/websocket v1.4.2 [2021-03-19T19:30:24.215Z] go: downloading golang.org/x/net v0.0.0-20200425230154-ff2c4b7c35a0 [2021-03-19T19:30:27.295Z] Removing intermediate container b29ad4b7daf8 [2021-03-19T19:30:27.295Z] ---> dad1d899470c [2021-03-19T19:30:27.295Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-03-19T19:30:27.892Z] ---> Running in d66ff8d41b7c [2021-03-19T19:30:28.484Z] Removing intermediate container d66ff8d41b7c [2021-03-19T19:30:28.484Z] ---> dfc38fba297b [2021-03-19T19:30:28.484Z] Step 28/31 : CMD ["gate"] [2021-03-19T19:30:29.078Z] ---> Running in f12690b33491 [2021-03-19T19:30:29.558Z] 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-03-19T19:30:29.558Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-03-19T19:30:29.695Z] Removing intermediate container f12690b33491 [2021-03-19T19:30:29.695Z] ---> 1f108bd2466e [2021-03-19T19:30:29.695Z] Step 29/31 : LABEL arch=arm64 [2021-03-19T19:30:30.296Z] ---> Running in 817e20b7d9b2 [2021-03-19T19:30:31.280Z] Removing intermediate container 817e20b7d9b2 [2021-03-19T19:30:31.280Z] ---> fe5180bfee5c [2021-03-19T19:30:31.280Z] Step 30/31 : LABEL git_sha=c15de42b2ff48f9c2b69ff3dca3fa97eec97bb1f [2021-03-19T19:30:31.872Z] ---> Running in a9447fae57b3 [2021-03-19T19:30:32.478Z] Removing intermediate container a9447fae57b3 [2021-03-19T19:30:32.478Z] ---> 948e6759fb6e [2021-03-19T19:30:32.478Z] Step 31/31 : LABEL version=0.0.0 [2021-03-19T19:30:32.753Z] ---> Running in 5a236c2512cb [2021-03-19T19:30:33.356Z] Removing intermediate container 5a236c2512cb [2021-03-19T19:30:33.356Z] ---> 28de51e83817 [2021-03-19T19:30:33.356Z] [2021-03-19T19:30:33.953Z] Successfully built 28de51e83817 [2021-03-19T19:30:33.953Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-03-19T19:30:34.903Z] 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-03-19T19:30:36.828Z] 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-03-19T19:30:38.753Z] 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-03-19T19:30:39.017Z] 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-03-19T19:30:39.281Z] go: downloading github.com/stretchr/testify v1.7.0 [2021-03-19T19:30:39.544Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-03-19T19:30:39.544Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-03-19T19:30:39.544Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-03-19T19:30:41.474Z] 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-03-19T19:30:41.474Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-03-19T19:30:41.474Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-03-19T19:30:43.461Z] 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-03-19T19:30:44.544Z] 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-03-19T19:30:44.544Z] go: downloading golang.org/x/crypto v0.0.0-20190923035154-9ee001bba392 [2021-03-19T19:30:46.495Z] 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-03-19T19:30:47.444Z] 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-03-19T19:30:47.444Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-03-19T19:30:48.841Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-03-19T19:30:49.104Z] go: downloading github.com/lib/pq v1.9.0 [2021-03-19T19:30:51.025Z] + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command [2021-03-19T19:30:51.314Z] + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml [2021-03-19T19:30:51.314Z] + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data [2021-03-19T19:30:51.314Z] + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml [2021-03-19T19:30:51.314Z] + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata [2021-03-19T19:30:51.314Z] + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml [2021-03-19T19:30:51.314Z] + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications [2021-03-19T19:30:51.314Z] + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml [2021-03-19T19:30:51.314Z] + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler [2021-03-19T19:30:51.314Z] + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml [2021-03-19T19:30:51.314Z] + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent [2021-03-19T19:30:51.314Z] + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml [2021-03-19T19:30:51.314Z] + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup [2021-03-19T19:30:51.577Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml [2021-03-19T19:30:51.577Z] + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup [2021-03-19T19:30:51.577Z] + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml [2021-03-19T19:30:51.577Z] + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider [2021-03-19T19:30:51.577Z] + install -DT ./cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /root/parts/edgex-go/install/config/security-file-token-provider/res/configuration.toml [2021-03-19T19:30:51.577Z] + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper [2021-03-19T19:30:51.577Z] + install -DT ./cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res-bootstrap-redis/configuration.toml [2021-03-19T19:30:51.577Z] + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config [2021-03-19T19:30:51.577Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml [2021-03-19T19:30:51.577Z] + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt [2021-03-19T19:30:51.577Z] + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE [2021-03-19T19:30:51.577Z] + cp ./cmd/security-file-token-provider/res/token-config.json /root/parts/edgex-go/install/config/security-file-token-provider/res/token-config.json [2021-03-19T19:30:54.899Z] Building static-packages [2021-03-19T19:30:54.899Z] + snapcraftctl build [2021-03-19T19:30:57.454Z] Building version [2021-03-19T19:30:57.454Z] + snapcraftctl build [2021-03-19T19:31:00.010Z] Skipping stage go-build-helper (already ran) [2021-03-19T19:31:00.010Z] Staging app-service-config [2021-03-19T19:31:00.010Z] + snapcraftctl stage [2021-03-19T19:31:00.955Z] Staging config-common [2021-03-19T19:31:00.955Z] + snapcraftctl stage [2021-03-19T19:31:01.906Z] Staging edgex-go [2021-03-19T19:31:01.906Z] + snapcraftctl stage [2021-03-19T19:31:03.323Z] Staging static-packages [2021-03-19T19:31:03.323Z] + snapcraftctl stage [2021-03-19T19:31:04.270Z] Staging version [2021-03-19T19:31:04.271Z] + snapcraftctl stage [2021-03-19T19:31:05.661Z] Priming go-build-helper [2021-03-19T19:31:05.661Z] + snapcraftctl prime [2021-03-19T19:31:06.611Z] Priming app-service-config [2021-03-19T19:31:06.611Z] + snapcraftctl prime [2021-03-19T19:31:08.006Z] Priming config-common [2021-03-19T19:31:08.006Z] + snapcraftctl prime [2021-03-19T19:31:08.954Z] Priming edgex-go [2021-03-19T19:31:08.954Z] + snapcraftctl prime [2021-03-19T19:31:10.345Z] Priming static-packages [2021-03-19T19:31:10.346Z] + snapcraftctl prime [2021-03-19T19:31:12.903Z] Priming version [2021-03-19T19:31:12.903Z] + snapcraftctl prime [2021-03-19T19:31:12.987Z]  Building docker-security-bootstrapper-go ... done Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-19T19:31:12.987Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-03-19T19:31:12.987Z] ---> a74f436ff28d [2021-03-19T19:31:12.987Z] Step 3/21 : WORKDIR /edgex-go [2021-03-19T19:31:12.987Z] ---> Using cache [2021-03-19T19:31:12.987Z] ---> 9b3a972b2049 [2021-03-19T19:31:12.987Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-19T19:31:12.987Z] ---> Using cache [2021-03-19T19:31:12.987Z] ---> e5a80e1f1768 [2021-03-19T19:31:12.987Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-03-19T19:31:12.987Z] ---> Using cache [2021-03-19T19:31:12.987Z] ---> 52ad35cf9b68 [2021-03-19T19:31:12.987Z] Step 6/21 : COPY go.mod . [2021-03-19T19:31:12.987Z] ---> Using cache [2021-03-19T19:31:12.987Z] ---> e9032c4ca0a3 [2021-03-19T19:31:12.987Z] Step 7/21 : RUN go mod download [2021-03-19T19:31:12.987Z] ---> Using cache [2021-03-19T19:31:12.987Z] ---> 1d5a1d21fddc [2021-03-19T19:31:12.987Z] Step 8/21 : COPY . . [2021-03-19T19:31:12.987Z] ---> Using cache [2021-03-19T19:31:12.987Z] ---> 7258b6add10a [2021-03-19T19:31:13.263Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-03-19T19:31:13.852Z] The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-03-19T19:31:16.719Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-19T19:31:16.720Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-03-19T19:31:16.720Z] ---> a74f436ff28d [2021-03-19T19:31:16.720Z] Step 3/24 : WORKDIR /edgex-go [2021-03-19T19:31:16.720Z] ---> Using cache [2021-03-19T19:31:16.720Z] ---> 9b3a972b2049 [2021-03-19T19:31:16.720Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-19T19:31:16.720Z] ---> Using cache [2021-03-19T19:31:16.720Z] ---> e5a80e1f1768 [2021-03-19T19:31:16.720Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-03-19T19:31:16.720Z] ---> Using cache [2021-03-19T19:31:16.720Z] ---> 52ad35cf9b68 [2021-03-19T19:31:16.720Z] Step 6/24 : COPY go.mod . [2021-03-19T19:31:16.720Z] ---> Using cache [2021-03-19T19:31:16.720Z] ---> e9032c4ca0a3 [2021-03-19T19:31:16.720Z] Step 7/24 : RUN go mod download [2021-03-19T19:31:16.720Z] ---> Using cache [2021-03-19T19:31:16.720Z] ---> 1d5a1d21fddc [2021-03-19T19:31:16.720Z] Step 8/24 : COPY . . [2021-03-19T19:31:16.720Z] ---> Using cache [2021-03-19T19:31:16.720Z] ---> 7258b6add10a [2021-03-19T19:31:16.720Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-03-19T19:31:17.007Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-19T19:31:17.007Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-03-19T19:31:17.007Z] ---> a74f436ff28d [2021-03-19T19:31:17.007Z] Step 3/26 : WORKDIR /edgex-go [2021-03-19T19:31:17.007Z] ---> Using cache [2021-03-19T19:31:17.007Z] ---> 9b3a972b2049 [2021-03-19T19:31:17.007Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-19T19:31:17.007Z] ---> Using cache [2021-03-19T19:31:17.283Z] ---> e5a80e1f1768 [2021-03-19T19:31:17.283Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-03-19T19:31:17.283Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-19T19:31:17.283Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-19T19:31:17.283Z] ---> a74f436ff28d [2021-03-19T19:31:17.283Z] Step 3/23 : WORKDIR /edgex-go [2021-03-19T19:31:17.283Z] ---> Using cache [2021-03-19T19:31:17.283Z] ---> 9b3a972b2049 [2021-03-19T19:31:17.283Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-19T19:31:17.283Z] ---> Using cache [2021-03-19T19:31:17.283Z] ---> e5a80e1f1768 [2021-03-19T19:31:17.283Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-03-19T19:31:17.563Z] ---> Running in 2d7d8ba4d2be [2021-03-19T19:31:17.563Z] ---> Running in 6dc4dad8577f [2021-03-19T19:31:17.563Z] ---> Running in c365d87cf53e [2021-03-19T19:31:17.563Z] ---> Running in 063e2e6ae9ef [2021-03-19T19:31:19.556Z] 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-03-19T19:31:19.556Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-19T19:31:19.556Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-19T19:31:19.831Z] 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-03-19T19:31:20.434Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-19T19:31:20.434Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-19T19:31:21.040Z] OK: 217 MiB in 51 packages [2021-03-19T19:31:21.318Z] OK: 217 MiB in 51 packages [2021-03-19T19:31:23.328Z] Removing intermediate container 063e2e6ae9ef [2021-03-19T19:31:23.328Z] ---> 1d5dc4548cd0 [2021-03-19T19:31:23.328Z] Step 6/23 : COPY go.mod . [2021-03-19T19:31:23.328Z] Removing intermediate container 6dc4dad8577f [2021-03-19T19:31:23.328Z] ---> b6143c9a73e3 [2021-03-19T19:31:23.328Z] Step 6/26 : COPY go.mod . [2021-03-19T19:31:24.324Z] ---> a5b5799d4e5b [2021-03-19T19:31:24.324Z] Step 7/26 : RUN go mod download [2021-03-19T19:31:24.324Z] ---> d7bf7d0359cd [2021-03-19T19:31:24.324Z] Step 7/23 : RUN go mod download [2021-03-19T19:31:24.604Z] ---> Running in b6a17e3ed93f [2021-03-19T19:31:24.604Z] ---> Running in 998f616a2b6b [2021-03-19T19:31:30.061Z] Removing intermediate container b6a17e3ed93f [2021-03-19T19:31:30.061Z] ---> abe88b1b9d4d [2021-03-19T19:31:30.061Z] Step 8/26 : COPY . . [2021-03-19T19:31:30.340Z] Removing intermediate container 998f616a2b6b [2021-03-19T19:31:30.340Z] ---> 878f7c8a3cbb [2021-03-19T19:31:30.340Z] Step 8/23 : COPY . . [2021-03-19T19:32:02.776Z] ---> 8b175145bda4 [2021-03-19T19:32:02.776Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-03-19T19:32:02.776Z] ---> ccf86108c526 [2021-03-19T19:32:02.776Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-03-19T19:32:02.776Z] ---> Running in 365c04fafcc1 [2021-03-19T19:32:02.776Z] ---> Running in c14961272f13 [2021-03-19T19:32:02.776Z] 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-03-19T19:32:02.776Z] 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-03-19T19:32:09.553Z] 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-03-19T19:32:11.011Z] 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-03-19T19:32:26.245Z] Removing intermediate container 2d7d8ba4d2be [2021-03-19T19:32:26.245Z] ---> 489133e1696e [2021-03-19T19:32:26.245Z] [2021-03-19T19:32:26.245Z] Step 10/24 : FROM alpine:3.12 [2021-03-19T19:32:26.519Z] ---> d10569e2745f [2021-03-19T19:32:26.519Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-03-19T19:32:26.799Z] ---> Running in 41a16fce1b08 [2021-03-19T19:32:27.077Z] Removing intermediate container c365d87cf53e [2021-03-19T19:32:27.077Z] ---> 0d9091ee6a4a [2021-03-19T19:32:27.077Z] [2021-03-19T19:32:27.077Z] Step 10/21 : FROM alpine:3.12 [2021-03-19T19:32:27.077Z] ---> d10569e2745f [2021-03-19T19:32:27.077Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-03-19T19:32:27.363Z] ---> Running in 6edaf500bcd3 [2021-03-19T19:32:29.373Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-19T19:32:29.373Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-19T19:32:29.651Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-19T19:32:29.932Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-19T19:32:30.211Z] (1/5) Installing ca-certificates (20191127-r4) [2021-03-19T19:32:30.211Z] (1/4) Installing ca-certificates (20191127-r4) [2021-03-19T19:32:30.491Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-03-19T19:32:30.491Z] (3/5) Installing libcurl (7.69.1-r3) [2021-03-19T19:32:30.491Z] (4/5) Installing curl (7.69.1-r3) [2021-03-19T19:32:30.491Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-03-19T19:32:30.491Z] Executing busybox-1.31.1-r19.trigger [2021-03-19T19:32:30.491Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-03-19T19:32:30.491Z] (3/4) Installing libcurl (7.69.1-r3) [2021-03-19T19:32:30.491Z] Executing ca-certificates-20191127-r4.trigger [2021-03-19T19:32:30.491Z] (4/4) Installing curl (7.69.1-r3) [2021-03-19T19:32:30.491Z] Executing busybox-1.31.1-r19.trigger [2021-03-19T19:32:30.491Z] Executing ca-certificates-20191127-r4.trigger [2021-03-19T19:32:30.770Z] OK: 7 MiB in 19 packages [2021-03-19T19:32:30.770Z] OK: 7 MiB in 18 packages [2021-03-19T19:32:34.240Z] Removing intermediate container 41a16fce1b08 [2021-03-19T19:32:34.241Z] ---> 1eda39c788e9 [2021-03-19T19:32:34.241Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-19T19:32:34.241Z] Removing intermediate container 6edaf500bcd3 [2021-03-19T19:32:34.241Z] ---> dfb2ae3f6122 [2021-03-19T19:32:34.241Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-19T19:32:34.241Z] ---> Running in b4d5b5eada0c [2021-03-19T19:32:34.520Z] ---> Running in b39bf0f1fb4e [2021-03-19T19:32:35.131Z] Removing intermediate container b4d5b5eada0c [2021-03-19T19:32:35.132Z] ---> 3b9b43e0c396 [2021-03-19T19:32:35.132Z] Step 13/24 : WORKDIR / [2021-03-19T19:32:35.420Z] ---> Running in 2151c104202b [2021-03-19T19:32:35.420Z] Removing intermediate container b39bf0f1fb4e [2021-03-19T19:32:35.420Z] ---> c3fc296c4357 [2021-03-19T19:32:35.420Z] Step 13/21 : WORKDIR /edgex [2021-03-19T19:32:35.701Z] ---> Running in 847286c3b3e9 [2021-03-19T19:32:36.307Z] Removing intermediate container 2151c104202b [2021-03-19T19:32:36.307Z] ---> b7973a497829 [2021-03-19T19:32:36.307Z] 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-03-19T19:32:36.586Z] Removing intermediate container 847286c3b3e9 [2021-03-19T19:32:36.586Z] ---> 37a43039b0a6 [2021-03-19T19:32:36.586Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-03-19T19:32:37.587Z] ---> cb3ad0d343e3 [2021-03-19T19:32:37.587Z] 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-03-19T19:32:37.869Z] ---> 2e9aa289ac1d [2021-03-19T19:32:37.869Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-03-19T19:32:39.336Z] ---> bda1f51edcd4 [2021-03-19T19:32:39.336Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-03-19T19:32:39.947Z] ---> e90363b70dfe [2021-03-19T19:32:39.947Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-03-19T19:32:40.227Z] ---> 993b6d0dbd36 [2021-03-19T19:32:40.227Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-03-19T19:32:42.231Z] ---> 8e8df5a1a449 [2021-03-19T19:32:42.231Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-03-19T19:32:42.231Z] ---> Running in aaddfd3d31ed [2021-03-19T19:32:42.231Z] ---> 2c52ce19d92c [2021-03-19T19:32:42.231Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-03-19T19:32:42.836Z] Removing intermediate container aaddfd3d31ed [2021-03-19T19:32:42.836Z] ---> 1395faf56b72 [2021-03-19T19:32:42.836Z] Step 18/21 : CMD ["--init=true"] [2021-03-19T19:32:43.114Z] ---> Running in 520619379eff [2021-03-19T19:32:44.106Z] Removing intermediate container 520619379eff [2021-03-19T19:32:44.106Z] ---> 2e6ce75742a9 [2021-03-19T19:32:44.106Z] Step 19/21 : LABEL arch=arm64 [2021-03-19T19:32:44.383Z] ---> Running in 4d7345c9c4b4 [2021-03-19T19:32:44.383Z] ---> b98dcb6bc329 [2021-03-19T19:32:44.383Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-03-19T19:32:44.984Z] Removing intermediate container 4d7345c9c4b4 [2021-03-19T19:32:44.984Z] ---> b183713f973a [2021-03-19T19:32:44.984Z] Step 20/21 : LABEL git_sha=c15de42b2ff48f9c2b69ff3dca3fa97eec97bb1f [2021-03-19T19:32:45.264Z] ---> Running in 7ec470bd3a9f [2021-03-19T19:32:45.568Z] ---> 4ecc234727ea [2021-03-19T19:32:45.568Z] 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-03-19T19:32:46.168Z] ---> Running in d807fe641315 [2021-03-19T19:32:46.168Z] Removing intermediate container 7ec470bd3a9f [2021-03-19T19:32:46.168Z] ---> 6ee86c8dd7a0 [2021-03-19T19:32:46.168Z] Step 21/21 : LABEL version=0.0.0 [2021-03-19T19:32:46.444Z] ---> Running in fa848f9a405c [2021-03-19T19:32:47.047Z] Removing intermediate container fa848f9a405c [2021-03-19T19:32:47.047Z] ---> 01679065cf60 [2021-03-19T19:32:47.047Z] [2021-03-19T19:32:48.041Z] Successfully built 01679065cf60 [2021-03-19T19:32:48.041Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-03-19T19:32:49.495Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container d807fe641315 [2021-03-19T19:32:49.495Z] ---> 5e3fb4c4e044 [2021-03-19T19:32:49.495Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-03-19T19:32:49.794Z] ---> Running in bd53b5f4f85b [2021-03-19T19:32:50.395Z] Removing intermediate container bd53b5f4f85b [2021-03-19T19:32:50.395Z] ---> 7c1f07b7d074 [2021-03-19T19:32:50.395Z] Step 22/24 : LABEL arch=arm64 [2021-03-19T19:32:50.671Z] ---> Running in 2de769691d35 [2021-03-19T19:32:51.318Z] Removing intermediate container 2de769691d35 [2021-03-19T19:32:51.318Z] ---> 84b525912db7 [2021-03-19T19:32:51.318Z] Step 23/24 : LABEL git_sha=c15de42b2ff48f9c2b69ff3dca3fa97eec97bb1f [2021-03-19T19:32:51.606Z] ---> Running in 923a8cb818a9 [2021-03-19T19:32:52.249Z] Removing intermediate container 923a8cb818a9 [2021-03-19T19:32:52.249Z] ---> 878a4eed92b5 [2021-03-19T19:32:52.249Z] Step 24/24 : LABEL version=0.0.0 [2021-03-19T19:32:52.249Z] ---> Running in 8707332c3328 [2021-03-19T19:32:53.235Z] Removing intermediate container 8707332c3328 [2021-03-19T19:32:53.235Z] ---> a7a2c72fc99c [2021-03-19T19:32:53.235Z] [2021-03-19T19:32:53.508Z] Successfully built a7a2c72fc99c [2021-03-19T19:32:53.508Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-03-19T19:33:08.880Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container 365c04fafcc1 [2021-03-19T19:33:08.880Z] ---> fe6d83624f68 [2021-03-19T19:33:08.880Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-03-19T19:33:08.880Z] ---> Running in d8f3352c52e8 [2021-03-19T19:33:09.154Z] 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-03-19T19:33:12.544Z] Removing intermediate container d8f3352c52e8 [2021-03-19T19:33:12.544Z] ---> a1895a6138de [2021-03-19T19:33:12.544Z] [2021-03-19T19:33:12.544Z] Step 11/26 : FROM docker:20.10.0 [2021-03-19T19:33:12.544Z] 20.10.0: Pulling from library/docker [2021-03-19T19:33:22.691Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-03-19T19:33:22.691Z] Status: Downloaded newer image for docker:20.10.0 [2021-03-19T19:33:22.691Z] ---> eeaf43b92773 [2021-03-19T19:33:22.691Z] Step 12/26 : RUN apk add --no-cache bash [2021-03-19T19:33:22.691Z] ---> Running in bec614126cd7 [2021-03-19T19:33:22.691Z] Removing intermediate container c14961272f13 [2021-03-19T19:33:22.691Z] ---> d3e804da5ac8 [2021-03-19T19:33:22.691Z] [2021-03-19T19:33:22.691Z] Step 10/23 : FROM alpine:3.12 [2021-03-19T19:33:22.691Z] ---> d10569e2745f [2021-03-19T19:33:22.691Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-03-19T19:33:22.964Z] ---> Running in cc427625fb0e [2021-03-19T19:33:23.234Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-19T19:33:23.234Z] Removing intermediate container cc427625fb0e [2021-03-19T19:33:23.234Z] ---> 2bd266783c21 [2021-03-19T19:33:23.234Z] Step 12/23 : ENV APP_PORT=48080 [2021-03-19T19:33:23.504Z] ---> Running in 602c62d67552 [2021-03-19T19:33:23.504Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-19T19:33:23.778Z] Removing intermediate container 602c62d67552 [2021-03-19T19:33:23.778Z] ---> 98b35f292740 [2021-03-19T19:33:23.778Z] Step 13/23 : EXPOSE $APP_PORT [2021-03-19T19:33:23.778Z] ---> Running in aa3432ad7398 [2021-03-19T19:33:24.057Z] (1/2) Installing readline (8.0.4-r0) [2021-03-19T19:33:24.057Z] (2/2) Installing bash (5.0.17-r0) [2021-03-19T19:33:24.057Z] Executing bash-5.0.17-r0.post-install [2021-03-19T19:33:24.057Z] Executing busybox-1.31.1-r19.trigger [2021-03-19T19:33:24.057Z] OK: 12 MiB in 22 packages [2021-03-19T19:33:24.334Z] Removing intermediate container aa3432ad7398 [2021-03-19T19:33:24.334Z] ---> d3a78e4d8e77 [2021-03-19T19:33:24.334Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-19T19:33:25.923Z] ---> Running in ef4d2af92e34 [2021-03-19T19:33:25.923Z] Removing intermediate container bec614126cd7 [2021-03-19T19:33:25.923Z] ---> cc1c486e729f [2021-03-19T19:33:25.923Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-03-19T19:33:25.923Z] ---> Running in 60588ada326c [2021-03-19T19:33:26.198Z] Removing intermediate container 60588ada326c [2021-03-19T19:33:26.198Z] ---> 96f48d6639ea [2021-03-19T19:33:26.198Z] Step 14/26 : ENV APP_PORT=48090 [2021-03-19T19:33:26.198Z] ---> Running in 712679015dcb [2021-03-19T19:33:26.797Z] Removing intermediate container 712679015dcb [2021-03-19T19:33:26.797Z] ---> 7596309c41ce [2021-03-19T19:33:26.797Z] Step 15/26 : EXPOSE $APP_PORT [2021-03-19T19:33:27.067Z] ---> Running in 3cd7ce7132bb [2021-03-19T19:33:27.067Z] Removing intermediate container ef4d2af92e34 [2021-03-19T19:33:27.067Z] ---> 9be695d4caa4 [2021-03-19T19:33:27.067Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-03-19T19:33:27.067Z] ---> Running in 3596d21724e2 [2021-03-19T19:33:27.349Z] Removing intermediate container 3cd7ce7132bb [2021-03-19T19:33:27.349Z] ---> 9770ccb3c753 [2021-03-19T19:33:27.349Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-03-19T19:33:28.325Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-19T19:33:28.596Z] ---> 3a8a7c1f7b06 [2021-03-19T19:33:28.596Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-03-19T19:33:29.188Z] ---> c41fe65fa497 [2021-03-19T19:33:29.188Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-03-19T19:33:29.461Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-19T19:33:30.052Z] ---> 8dbbe1090a02 [2021-03-19T19:33:30.052Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-03-19T19:33:30.326Z] ---> Running in e6cc90e9ab9a [2021-03-19T19:33:31.301Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-19T19:33:31.573Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-19T19:33:31.844Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-03-19T19:33:31.844Z] (2/33) Installing expat (2.2.9-r1) [2021-03-19T19:33:31.844Z] (3/33) Installing libffi (3.3-r2) [2021-03-19T19:33:31.844Z] (4/33) Installing gdbm (1.13-r1) [2021-03-19T19:33:31.844Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-03-19T19:33:31.844Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-03-19T19:33:32.118Z] (7/33) Installing python3 (3.8.8-r0) [2021-03-19T19:33:32.391Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-03-19T19:33:32.661Z] (2/6) Installing libgcc (9.3.0-r2) [2021-03-19T19:33:32.661Z] (3/6) Installing libsodium (1.0.18-r0) [2021-03-19T19:33:33.253Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-03-19T19:33:33.524Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-03-19T19:33:33.524Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-03-19T19:33:33.524Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-03-19T19:33:33.524Z] (11/33) Installing py3-six (1.15.0-r0) [2021-03-19T19:33:33.524Z] (12/33) Installing py3-packaging (20.4-r0) [2021-03-19T19:33:33.796Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-03-19T19:33:33.796Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-03-19T19:33:33.796Z] (15/33) Installing py3-idna (2.9-r0) [2021-03-19T19:33:33.796Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-03-19T19:33:33.796Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-03-19T19:33:33.796Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-03-19T19:33:33.796Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-03-19T19:33:33.796Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-03-19T19:33:33.796Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-03-19T19:33:34.068Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-03-19T19:33:34.068Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-03-19T19:33:34.068Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-03-19T19:33:34.068Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-03-19T19:33:34.068Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-03-19T19:33:34.068Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-03-19T19:33:34.068Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-03-19T19:33:34.068Z] (29/33) Installing py3-progress (1.5-r0) [2021-03-19T19:33:34.068Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-03-19T19:33:34.068Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-03-19T19:33:34.068Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-03-19T19:33:34.068Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-03-19T19:33:34.068Z] (5/6) Installing libzmq (4.3.3-r0) [2021-03-19T19:33:34.340Z] Executing busybox-1.31.1-r19.trigger [2021-03-19T19:33:34.340Z] OK: 71 MiB in 55 packages [2021-03-19T19:33:34.619Z] (6/6) Installing zeromq (4.3.3-r0) [2021-03-19T19:33:34.619Z] Executing busybox-1.31.1-r19.trigger [2021-03-19T19:33:34.619Z] OK: 8 MiB in 20 packages [2021-03-19T19:33:36.665Z] Removing intermediate container 3596d21724e2 [2021-03-19T19:33:36.665Z] ---> 4daa96d59da6 [2021-03-19T19:33:36.665Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-19T19:33:37.646Z] ---> 77104a6e2ad1 [2021-03-19T19:33:37.646Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-03-19T19:33:39.620Z] ---> 4c93afc42181 [2021-03-19T19:33:39.620Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-03-19T19:33:40.601Z] ---> 9f965fa69a37 [2021-03-19T19:33:40.601Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-03-19T19:33:40.871Z] ---> Running in cc26634f6ac6 [2021-03-19T19:33:40.871Z] Removing intermediate container e6cc90e9ab9a [2021-03-19T19:33:40.871Z] ---> dd01469140b9 [2021-03-19T19:33:40.871Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-03-19T19:33:41.145Z] ---> Running in fe92fb56cf05 [2021-03-19T19:33:41.416Z] Removing intermediate container cc26634f6ac6 [2021-03-19T19:33:41.416Z] ---> d3452bb8bf73 [2021-03-19T19:33:41.416Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-19T19:33:41.687Z] ---> Running in 2b7d3d5373e3 [2021-03-19T19:33:41.959Z] Removing intermediate container 2b7d3d5373e3 [2021-03-19T19:33:41.959Z] ---> bcdf4596d0c7 [2021-03-19T19:33:41.959Z] Step 21/23 : LABEL arch=arm64 [2021-03-19T19:33:42.230Z] ---> Running in e6cb51da59e8 [2021-03-19T19:33:42.821Z] Removing intermediate container e6cb51da59e8 [2021-03-19T19:33:42.821Z] ---> 3b5ce5f32f08 [2021-03-19T19:33:42.821Z] Step 22/23 : LABEL git_sha=c15de42b2ff48f9c2b69ff3dca3fa97eec97bb1f [2021-03-19T19:33:42.821Z] ---> Running in 486d2ae04c19 [2021-03-19T19:33:43.414Z] Removing intermediate container 486d2ae04c19 [2021-03-19T19:33:43.414Z] ---> f37b451c055e [2021-03-19T19:33:43.414Z] Step 23/23 : LABEL version=0.0.0 [2021-03-19T19:33:43.414Z] ---> Running in 2fb805bc2287 [2021-03-19T19:33:44.009Z] Removing intermediate container 2fb805bc2287 [2021-03-19T19:33:44.009Z] ---> f78886a8d0c8 [2021-03-19T19:33:44.009Z] [2021-03-19T19:33:44.281Z] Successfully built f78886a8d0c8 [2021-03-19T19:33:44.281Z] Successfully tagged docker-core-data-go-arm64:latest [2021-03-19T19:33:46.248Z]  Building docker-core-data-go ... done Collecting docker-compose==1.23.2 [2021-03-19T19:33:46.248Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-03-19T19:33:46.840Z] Collecting dockerpty<0.5,>=0.4.1 [2021-03-19T19:33:46.840Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-03-19T19:33:49.456Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-03-19T19:33:49.456Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-03-19T19:33:49.726Z] Collecting docopt<0.7,>=0.6.1 [2021-03-19T19:33:49.726Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-03-19T19:33:51.686Z] Collecting docker<4.0,>=3.6.0 [2021-03-19T19:33:51.954Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-03-19T19:33:52.541Z] Collecting cached-property<2,>=1.2.0 [2021-03-19T19:33:52.541Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-03-19T19:33:52.808Z] Collecting websocket-client<1.0,>=0.32.0 [2021-03-19T19:33:52.809Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-03-19T19:33:53.076Z] 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-03-19T19:33:53.345Z] Collecting jsonschema<3,>=2.5.1 [2021-03-19T19:33:53.345Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-03-19T19:33:54.314Z] Collecting PyYAML<4,>=3.10 [2021-03-19T19:33:54.314Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-03-19T19:33:56.912Z] Collecting texttable<0.10,>=0.9.0 [2021-03-19T19:33:56.912Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-03-19T19:33:58.874Z] 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-03-19T19:33:59.144Z] Collecting urllib3<1.25,>=1.21.1 [2021-03-19T19:33:59.144Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-03-19T19:33:59.414Z] Collecting idna<2.8,>=2.5 [2021-03-19T19:33:59.414Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-03-19T19:33:59.684Z] 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-03-19T19:33:59.684Z] Collecting docker-pycreds>=0.4.0 [2021-03-19T19:33:59.684Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-03-19T19:33:59.955Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-03-19T19:33:59.955Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-03-19T19:33:59.955Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-03-19T19:33:59.955Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-03-19T19:34:00.546Z] Installing collected packages: dockerpty, urllib3, idna, requests, docopt, docker-pycreds, websocket-client, docker, cached-property, jsonschema, PyYAML, texttable, docker-compose [2021-03-19T19:34:00.546Z] Running setup.py install for dockerpty: started [2021-03-19T19:34:02.508Z] Running setup.py install for dockerpty: finished with status 'done' [2021-03-19T19:34:02.508Z] Attempting uninstall: urllib3 [2021-03-19T19:34:02.508Z] Found existing installation: urllib3 1.25.9 [2021-03-19T19:34:02.508Z] Uninstalling urllib3-1.25.9: [2021-03-19T19:34:02.508Z] Successfully uninstalled urllib3-1.25.9 [2021-03-19T19:34:03.147Z] Attempting uninstall: idna [2021-03-19T19:34:03.147Z] Found existing installation: idna 2.9 [2021-03-19T19:34:03.147Z] Uninstalling idna-2.9: [2021-03-19T19:34:03.147Z] Successfully uninstalled idna-2.9 [2021-03-19T19:34:04.127Z] Attempting uninstall: requests [2021-03-19T19:34:04.127Z] Found existing installation: requests 2.23.0 [2021-03-19T19:34:04.127Z] Uninstalling requests-2.23.0: [2021-03-19T19:34:04.127Z] Successfully uninstalled requests-2.23.0 [2021-03-19T19:34:04.398Z] Running setup.py install for docopt: started [2021-03-19T19:34:06.363Z] Running setup.py install for docopt: finished with status 'done' [2021-03-19T19:34:07.333Z] Running setup.py install for PyYAML: started [2021-03-19T19:34:09.290Z] Running setup.py install for PyYAML: finished with status 'done' [2021-03-19T19:34:09.290Z] Running setup.py install for texttable: started [2021-03-19T19:34:11.250Z] Running setup.py install for texttable: finished with status 'done' [2021-03-19T19:34:11.838Z] 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.58.0 [2021-03-19T19:34:16.125Z] Removing intermediate container fe92fb56cf05 [2021-03-19T19:34:16.125Z] ---> b8f599c829b5 [2021-03-19T19:34:16.125Z] Step 21/26 : RUN apk --no-cache add curl [2021-03-19T19:34:16.125Z] ---> Running in edb0f0954a78 [2021-03-19T19:34:16.717Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-19T19:34:16.989Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-19T19:34:17.580Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-03-19T19:34:17.580Z] (2/3) Installing libcurl (7.69.1-r3) [2021-03-19T19:34:17.580Z] (3/3) Installing curl (7.69.1-r3) [2021-03-19T19:34:17.580Z] Executing busybox-1.31.1-r19.trigger [2021-03-19T19:34:17.580Z] OK: 72 MiB in 58 packages [2021-03-19T19:34:19.005Z] Removing intermediate container edb0f0954a78 [2021-03-19T19:34:19.005Z] ---> 19901c1c050a [2021-03-19T19:34:19.005Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-03-19T19:34:19.005Z] ---> Running in c94db26683ff [2021-03-19T19:34:19.276Z] Removing intermediate container c94db26683ff [2021-03-19T19:34:19.276Z] ---> e7e6ebbeeab8 [2021-03-19T19:34:19.276Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-19T19:34:19.548Z] ---> Running in df00335a0436 [2021-03-19T19:34:20.140Z] Removing intermediate container df00335a0436 [2021-03-19T19:34:20.140Z] ---> a54794b46353 [2021-03-19T19:34:20.140Z] Step 24/26 : LABEL arch=arm64 [2021-03-19T19:34:20.140Z] ---> Running in d555b9c6f933 [2021-03-19T19:34:20.732Z] Removing intermediate container d555b9c6f933 [2021-03-19T19:34:20.732Z] ---> 0d441cfeb884 [2021-03-19T19:34:20.732Z] Step 25/26 : LABEL git_sha=c15de42b2ff48f9c2b69ff3dca3fa97eec97bb1f [2021-03-19T19:34:20.732Z] ---> Running in 5e7579e1e419 [2021-03-19T19:34:21.325Z] Removing intermediate container 5e7579e1e419 [2021-03-19T19:34:21.325Z] ---> bc86b4698fd1 [2021-03-19T19:34:21.325Z] Step 26/26 : LABEL version=0.0.0 [2021-03-19T19:34:21.325Z] ---> Running in 6e666b301561 [2021-03-19T19:34:21.916Z] Removing intermediate container 6e666b301561 [2021-03-19T19:34:21.916Z] ---> e7e6fbd31efd [2021-03-19T19:34:21.916Z] [2021-03-19T19:34:22.188Z] Successfully built e7e6fbd31efd [2021-03-19T19:34:22.188Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-03-19T19:34:22.476Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-03-19T19:34:22.471Z] $ docker stop --time=1 cb24d88524ce97e7bfe98844e8748c11e2e511658b5386a8dc590b90bb2a87e5 [2021-03-19T19:34:24.443Z] $ docker rm -f cb24d88524ce97e7bfe98844e8748c11e2e511658b5386a8dc590b90bb2a87e5 [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-19T19:34:25.168Z] + docker images [2021-03-19T19:34:25.168Z] + grep docker [2021-03-19T19:34:25.439Z] docker-sys-mgmt-agent-go-arm64 latest e7e6fbd31efd 4 seconds ago 300MB [2021-03-19T19:34:25.439Z] docker-core-data-go-arm64 latest f78886a8d0c8 42 seconds ago 21.3MB [2021-03-19T19:34:25.439Z] docker-security-secretstore-setup-go-arm64 latest a7a2c72fc99c About a minute ago 23.7MB [2021-03-19T19:34:25.439Z] docker-security-proxy-setup-go-arm64 latest 01679065cf60 About a minute ago 23.4MB [2021-03-19T19:34:25.439Z] docker-security-bootstrapper-go-arm64 latest 28de51e83817 3 minutes ago 17.8MB [2021-03-19T19:34:25.439Z] docker-support-notifications-go-arm64 latest f9f04ac7a982 4 minutes ago 16.9MB [2021-03-19T19:34:25.439Z] docker-core-metadata-go-arm64 latest 5b822c97e260 4 minutes ago 17.9MB [2021-03-19T19:34:25.439Z] docker-core-command-go-arm64 latest 58f54d7296bf 4 minutes ago 16.2MB [2021-03-19T19:34:25.439Z] docker-support-scheduler-go-arm64 latest f3bcaf14bf8b 4 minutes ago 16.3MB [2021-03-19T19:34:25.439Z] docker 20.10.0 eeaf43b92773 3 months ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh [2021-03-19T19:34:26.572Z] ---> job-cost.sh [2021-03-19T19:34:26.572Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-SyLD [2021-03-19T19:35:05.511Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-03-19T19:36:42.239Z] lf-activate-venv(): INFO: Adding /tmp/venv-SyLD/bin to PATH [2021-03-19T19:36:42.239Z] INFO: No Stack... [2021-03-19T19:36:42.239Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-03-19T19:36:42.239Z] INFO: Archiving Costs [Pipeline] sh [2021-03-19T19:36:42.575Z] + cat /w/workspace/edgex-go/2/archives/cost.csv [2021-03-19T19:36:42.575Z] + cut -d, -f6 [Pipeline] lock [2021-03-19T19:36:42.688Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3273-2-stack-cost] [2021-03-19T19:36:42.698Z] Resource [jenkins-edgexfoundry-edgex-go-PR-3273-2-stack-cost] did not exist. Created. [2021-03-19T19:36:42.698Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3273-2-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-03-19T19:36:43.176Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-03-19T19:36:43.497Z] Stashed 1 file(s) [Pipeline] } [2021-03-19T19:36:43.508Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3273-2-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2021-03-19T19:36:45.015Z] provisioning config files... [2021-03-19T19:36:45.032Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/2@tmp/config6404801115688090796tmp [Pipeline] { [Pipeline] sh [2021-03-19T19:36:45.449Z] + set +x [2021-03-19T19:36:45.449Z] + curl -s https://codecov.io/bash [2021-03-19T19:36:45.449Z] + bash -s -- [2021-03-19T19:36:46.028Z] [2021-03-19T19:36:46.028Z] _____ _ [2021-03-19T19:36:46.028Z] / ____| | | [2021-03-19T19:36:46.028Z] | | ___ __| | ___ ___ _____ __ [2021-03-19T19:36:46.028Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-03-19T19:36:46.028Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-03-19T19:36:46.028Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-03-19T19:36:46.028Z] Bash-20210309-2b87ace [2021-03-19T19:36:46.028Z] [2021-03-19T19:36:46.028Z] [2021-03-19T19:36:46.028Z] ==> git version 2.24.3 found [2021-03-19T19:36:46.028Z] ==> 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-03-19T19:36:46.028Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-03-19T19:36:46.028Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-03-19T19:36:46.028Z] ==> Jenkins CI detected. [2021-03-19T19:36:46.028Z] project root: . [2021-03-19T19:36:46.028Z] --> token set from env [2021-03-19T19:36:46.028Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-03-19T19:36:46.028Z] ==> Running gcov in . (disable via -X gcov) [2021-03-19T19:36:46.028Z] ==> Python coveragepy not found [2021-03-19T19:36:46.028Z] ==> Searching for coverage reports in: [2021-03-19T19:36:46.028Z] + . [2021-03-19T19:36:46.028Z] -> Found 1 reports [2021-03-19T19:36:46.028Z] ==> Detecting git/mercurial file structure [2021-03-19T19:36:46.292Z] ==> Reading reports [2021-03-19T19:36:46.292Z] + ./coverage.out bytes=662611 [2021-03-19T19:36:46.292Z] ==> Appending adjustments [2021-03-19T19:36:46.292Z] https://docs.codecov.io/docs/fixing-reports [2021-03-19T19:36:49.609Z] + Found adjustments [2021-03-19T19:36:49.609Z] ==> Gzipping contents [2021-03-19T19:36:49.609Z] 96K /tmp/codecov.0J90zD.gz [2021-03-19T19:36:49.609Z] ==> Uploading reports [2021-03-19T19:36:49.609Z] url: https://codecov.io [2021-03-19T19:36:49.609Z] query: branch=PR-3273&commit=c15de42b2ff48f9c2b69ff3dca3fa97eec97bb1f&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3273%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3273&job=&cmd_args= [2021-03-19T19:36:49.609Z] -> Pinging Codecov [2021-03-19T19:36:49.609Z] https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=PR-3273&commit=c15de42b2ff48f9c2b69ff3dca3fa97eec97bb1f&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3273%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3273&job=&cmd_args= [2021-03-19T19:36:50.183Z] -> Uploading to [2021-03-19T19:36:50.183Z] https://storage.googleapis.com/codecov/v4/raw/2021-03-19/00271124DB129430A58F1EEE437C3FCB/c15de42b2ff48f9c2b69ff3dca3fa97eec97bb1f/acd8ada2-755c-432e-821a-a81b33b29ff2.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210319%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210319T193649Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=97cb1df49e18ba2ab87938f119607e0384cc62fff1aa864b0194676225a672e9 [2021-03-19T19:36:50.183Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-19T19:36:50.183Z] Dload Upload Total Spent Left Speed [2021-03-19T19:36:50.759Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 96169 0 0 100 96169 0 176k --:--:-- --:--:-- --:--:-- 176k [2021-03-19T19:36:50.759Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/c15de42b2ff48f9c2b69ff3dca3fa97eec97bb1f [Pipeline] } [2021-03-19T19:36:50.770Z] 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] { (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-03-19T19:36:52.759Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-19T19:36:53.660Z] ---> package-listing.sh [2021-03-19T19:36:53.660Z] ++ facter osfamily [2021-03-19T19:36:53.660Z] ++ tr '[:upper:]' '[:lower:]' [2021-03-19T19:36:53.660Z] + OS_FAMILY=redhat [2021-03-19T19:36:53.660Z] + workspace=/w/workspace/edgex-go/2 [2021-03-19T19:36:53.660Z] + START_PACKAGES=/tmp/packages_start.txt [2021-03-19T19:36:53.660Z] + END_PACKAGES=/tmp/packages_end.txt [2021-03-19T19:36:53.660Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-03-19T19:36:53.660Z] + PACKAGES=/tmp/packages_start.txt [2021-03-19T19:36:53.660Z] + '[' /w/workspace/edgex-go/2 ']' [2021-03-19T19:36:53.660Z] + PACKAGES=/tmp/packages_end.txt [2021-03-19T19:36:53.660Z] + case "${OS_FAMILY}" in [2021-03-19T19:36:53.660Z] + rpm -qa [2021-03-19T19:36:53.660Z] + sort [2021-03-19T19:36:58.967Z] + '[' -f /tmp/packages_start.txt ']' [2021-03-19T19:36:58.967Z] + '[' -f /tmp/packages_end.txt ']' [2021-03-19T19:36:58.967Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-03-19T19:36:58.967Z] + '[' /w/workspace/edgex-go/2 ']' [2021-03-19T19:36:58.967Z] + mkdir -p /w/workspace/edgex-go/2/archives/ [2021-03-19T19:36:58.967Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/2/archives/ [Pipeline] echo [2021-03-19T19:36:58.981Z] 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/2/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-03-19T19:36:59.275Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-03-19T19:36:59.592Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-19T19:36:59.592Z] [2021-03-19T19:36:59.592Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-03-19T19:36:59.970Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-19T19:36:59.970Z] alpine: Pulling from edgex-lftools-log-publisher [2021-03-19T19:36:59.970Z] df20fa9351a1: Pulling fs layer [2021-03-19T19:36:59.970Z] 36b3adc4ff6f: Pulling fs layer [2021-03-19T19:36:59.970Z] 8ad3a11d3b57: Pulling fs layer [2021-03-19T19:36:59.970Z] 46f8f816bc3b: Pulling fs layer [2021-03-19T19:36:59.970Z] 93b61091891f: Pulling fs layer [2021-03-19T19:36:59.970Z] 93b9cdb0e59b: Pulling fs layer [2021-03-19T19:36:59.970Z] 5e14af77c1be: Pulling fs layer [2021-03-19T19:36:59.970Z] 01666e4c0597: Pulling fs layer [2021-03-19T19:36:59.970Z] aa168da1d23b: Pulling fs layer [2021-03-19T19:36:59.970Z] 93b9cdb0e59b: Waiting [2021-03-19T19:36:59.970Z] 5e14af77c1be: Waiting [2021-03-19T19:36:59.970Z] 01666e4c0597: Waiting [2021-03-19T19:36:59.970Z] aa168da1d23b: Waiting [2021-03-19T19:36:59.970Z] 46f8f816bc3b: Waiting [2021-03-19T19:36:59.970Z] 93b61091891f: Waiting [2021-03-19T19:36:59.970Z] 36b3adc4ff6f: Verifying Checksum [2021-03-19T19:36:59.970Z] 36b3adc4ff6f: Download complete [2021-03-19T19:36:59.970Z] 46f8f816bc3b: Verifying Checksum [2021-03-19T19:36:59.970Z] 46f8f816bc3b: Download complete [2021-03-19T19:37:00.236Z] df20fa9351a1: Verifying Checksum [2021-03-19T19:37:00.236Z] df20fa9351a1: Download complete [2021-03-19T19:37:00.236Z] 93b9cdb0e59b: Verifying Checksum [2021-03-19T19:37:00.236Z] 93b9cdb0e59b: Download complete [2021-03-19T19:37:00.236Z] 5e14af77c1be: Verifying Checksum [2021-03-19T19:37:00.236Z] 5e14af77c1be: Download complete [2021-03-19T19:37:00.236Z] 93b61091891f: Verifying Checksum [2021-03-19T19:37:00.236Z] 93b61091891f: Download complete [2021-03-19T19:37:00.236Z] 01666e4c0597: Verifying Checksum [2021-03-19T19:37:00.236Z] 01666e4c0597: Download complete [2021-03-19T19:37:00.502Z] df20fa9351a1: Pull complete [2021-03-19T19:37:00.764Z] 36b3adc4ff6f: Pull complete [2021-03-19T19:37:01.029Z] 8ad3a11d3b57: Verifying Checksum [2021-03-19T19:37:01.029Z] 8ad3a11d3b57: Download complete [2021-03-19T19:37:01.985Z] 8ad3a11d3b57: Pull complete [2021-03-19T19:37:01.985Z] 46f8f816bc3b: Pull complete [2021-03-19T19:37:02.932Z] aa168da1d23b: Verifying Checksum [2021-03-19T19:37:02.932Z] aa168da1d23b: Download complete [2021-03-19T19:37:03.884Z] 93b61091891f: Pull complete [2021-03-19T19:37:04.147Z] 93b9cdb0e59b: Pull complete [2021-03-19T19:37:04.147Z] 5e14af77c1be: Pull complete [2021-03-19T19:37:04.410Z] 01666e4c0597: Pull complete [2021-03-19T19:37:12.705Z] aa168da1d23b: Pull complete [2021-03-19T19:37:12.705Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-03-19T19:37:12.705Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-19T19:37:12.705Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-03-19T19:37:13.010Z] prd-centos7-docker-4c-2g-30606 does not seem to be running inside a container [2021-03-19T19:37:13.074Z] $ 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/2/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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-03-19T19:37:18.360Z] $ docker top 4a3f960856d53d0a8cc32ab5117554528f4103d823b745b245d669b2a5e5cdf1 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-19T19:37:19.023Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-03-19T19:37:19.326Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-03-19T19:37:19.629Z] + ls /var/log/sa-host [2021-03-19T19:37:19.629Z] + sadf -c /var/log/sa-host/sa19 [2021-03-19T19:37:19.629Z] file_magic: OK [2021-03-19T19:37:19.629Z] HZ: Using current value: 100 [2021-03-19T19:37:19.629Z] file_header: OK [2021-03-19T19:37:19.629Z] 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-03-19T19:37:19.629Z] Statistics: [2021-03-19T19:37:19.629Z] 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-03-19T19:37:19.629Z] File successfully converted to sysstat format version 12.2.1 [2021-03-19T19:37:19.629Z] + sadf -c /var/log/sa-host/sa23 [2021-03-19T19:37:19.629Z] file_magic: OK [2021-03-19T19:37:19.629Z] HZ: Using current value: 100 [2021-03-19T19:37:19.629Z] file_header: OK [2021-03-19T19:37:19.629Z] 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-03-19T19:37:19.629Z] Statistics: [2021-03-19T19:37:19.629Z] Hnuu...uuuununununu... [2021-03-19T19:37:19.629Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-03-19T19:37:19.880Z] provisioning config files... [2021-03-19T19:37:19.900Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/2@tmp/config4394602657769719322tmp [Pipeline] { [Pipeline] echo [2021-03-19T19:37:19.976Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-19T19:37:20.277Z] ---> create-netrc.sh [Pipeline] } [2021-03-19T19:37:20.288Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-03-19T19:37:20.409Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-19T19:37:20.716Z] ---> python-tools-install.sh [Pipeline] echo [2021-03-19T19:37:20.728Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-19T19:37:21.029Z] ---> sudo-logs.sh [2021-03-19T19:37:21.029Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-03-19T19:37:21.128Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-19T19:37:21.426Z] ---> job-cost.sh [2021-03-19T19:37:21.426Z] lf-activate-venv: SKIPPING [2021-03-19T19:37:21.426Z] DEBUG: total: 0.20999999344348907 [2021-03-19T19:37:21.426Z] INFO: Retrieving Stack Cost... [2021-03-19T19:37:22.817Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-03-19T19:37:23.079Z] INFO: Archiving Costs [Pipeline] echo [2021-03-19T19:37:23.093Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-19T19:37:23.398Z] ---> logs-deploy.sh [2021-03-19T19:37:23.398Z] lf-activate-venv: SKIPPING [2021-03-19T19:37:23.398Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3273/2 [2021-03-19T19:37:23.398Z] INFO: archiving workspace using pattern(s): [2021-03-19T19:37:25.335Z] Archives upload complete. [2021-03-19T19:37:25.335Z] INFO: archiving logs to Nexus