Pull request #3322 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 weichou1229 for edgexfoundry/edgex-go Loading trusted files from base branch master at f2bd0815c0e73667d07e5744b61daa5be38d8f92 rather than 03959d18d1ddb09d08d2fce729251ed877b5097a Obtained Jenkinsfile from f2bd0815c0e73667d07e5744b61daa5be38d8f92 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 All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-32384 in /w/workspace/edgexfoundry_edgex-go_PR-3322 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/4 [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/4 # 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 f2bd0815c0e73667d07e5744b61daa5be38d8f92 into PR head commit 03959d18d1ddb09d08d2fce729251ed877b5097a Merge succeeded, producing 03959d18d1ddb09d08d2fce729251ed877b5097a Checking out Revision 03959d18d1ddb09d08d2fce729251ed877b5097a (PR-3322) > 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/3322/head:refs/remotes/origin/PR-3322 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 03959d18d1ddb09d08d2fce729251ed877b5097a # 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 f2bd0815c0e73667d07e5744b61daa5be38d8f92 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 03959d18d1ddb09d08d2fce729251ed877b5097a # timeout=10 Commit message: "feat(scheduler): Implement Patch /intervalaction V2 API" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-04-01T01:50:10.978Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-04-01T01:50:11.319Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-04-01T01:50:11.410Z] ========================================================= [2021-04-01T01:50:11.410Z] EdgeX Global Pipelines Version Info [2021-04-01T01:50:11.410Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk d9eae9228d1cdab44e59710f7e61038a8f28f00b # timeout=10 [2021-04-01T01:50:12.907Z] ------------------- [2021-04-01T01:50:12.907Z] stable info: [2021-04-01T01:50:12.907Z] ------------------- [2021-04-01T01:50:12.907Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-04-01T01:50:12.907Z] Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 [2021-04-01T01:50:12.907Z] Message: update stable to v1.0.186 [2021-04-01T01:50:14.306Z] ------------------- [2021-04-01T01:50:14.306Z] experimental info: [2021-04-01T01:50:14.306Z] ------------------- [2021-04-01T01:50:14.306Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-04-01T01:50:14.306Z] Commit SHA: d990d252097850d5d490fbb59df25296f5300d79 [2021-04-01T01:50:14.306Z] Message: update experimental to v1.0.188 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-04-01T01:50:14.579Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-04-01T01:50:14.667Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-04-01T01:50:14.773Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-04-01T01:50:14.866Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-04-01T01:50:14.966Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-04-01T01:50:15.056Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-04-01T01:50:15.177Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-04-01T01:50:15.267Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-04-01T01:50:15.361Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-04-01T01:50:15.457Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-04-01T01:50:15.551Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-04-01T01:50:15.658Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-04-01T01:50:15.743Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-04-01T01:50:15.849Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-04-01T01:50:15.956Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-04-01T01:50:16.043Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-04-01T01:50:16.147Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-04-01T01:50:16.231Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-04-01T01:50:16.320Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-04-01T01:50:16.407Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-04-01T01:50:16.492Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-04-01T01:50:16.574Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-04-01T01:50:16.689Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3322 [Pipeline] echo [2021-04-01T01:50:16.811Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3322 [Pipeline] echo [2021-04-01T01:50:16.936Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3322 [Pipeline] echo [2021-04-01T01:50:17.040Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 03959d18d1ddb09d08d2fce729251ed877b5097a [Pipeline] echo [2021-04-01T01:50:17.148Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 03959d1 [Pipeline] echo [2021-04-01T01:50:17.232Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-01T01:50:17.462Z] provisioning config files... [2021-04-01T01:50:17.496Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/4@tmp/config1886306335544730286tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-01T01:50:17.856Z] ---> docker-login.sh [2021-04-01T01:50:17.856Z] nexus3.edgexfoundry.org:10001 [2021-04-01T01:50:18.119Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-01T01:50:18.387Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-01T01:50:18.387Z] Configure a credential helper to remove this warning. See [2021-04-01T01:50:18.387Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-01T01:50:18.387Z] [2021-04-01T01:50:18.387Z] Login Succeeded [2021-04-01T01:50:18.387Z] nexus3.edgexfoundry.org:10002 [2021-04-01T01:50:18.387Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-01T01:50:18.649Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-01T01:50:18.649Z] Configure a credential helper to remove this warning. See [2021-04-01T01:50:18.649Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-01T01:50:18.649Z] [2021-04-01T01:50:18.649Z] Login Succeeded [2021-04-01T01:50:18.649Z] nexus3.edgexfoundry.org:10003 [2021-04-01T01:50:18.649Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-01T01:50:18.649Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-01T01:50:18.649Z] Configure a credential helper to remove this warning. See [2021-04-01T01:50:18.649Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-01T01:50:18.649Z] [2021-04-01T01:50:18.649Z] Login Succeeded [2021-04-01T01:50:18.649Z] nexus3.edgexfoundry.org:10004 [2021-04-01T01:50:18.919Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-01T01:50:18.919Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-01T01:50:18.919Z] Configure a credential helper to remove this warning. See [2021-04-01T01:50:18.919Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-01T01:50:18.919Z] [2021-04-01T01:50:18.919Z] Login Succeeded [2021-04-01T01:50:18.919Z] docker.io [2021-04-01T01:50:18.919Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-01T01:50:19.183Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-01T01:50:19.183Z] Configure a credential helper to remove this warning. See [2021-04-01T01:50:19.183Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-01T01:50:19.183Z] [2021-04-01T01:50:19.183Z] Login Succeeded [2021-04-01T01:50:19.183Z] ---> docker-login.sh ends [Pipeline] } [2021-04-01T01:50:19.192Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-01T01:50:19.660Z] ++ 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-04-01T01:50:19.660Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-01T01:50:19.660Z] ++ dirname cmd/core-command/Dockerfile [2021-04-01T01:50:19.660Z] ++ cut -d/ -f2 [2021-04-01T01:50:19.660Z] + echo core-command,cmd/core-command/Dockerfile [2021-04-01T01:50:19.660Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-01T01:50:19.660Z] ++ dirname cmd/core-data/Dockerfile [2021-04-01T01:50:19.660Z] ++ cut -d/ -f2 [2021-04-01T01:50:19.660Z] + echo core-data,cmd/core-data/Dockerfile [2021-04-01T01:50:19.660Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-01T01:50:19.660Z] ++ dirname cmd/core-metadata/Dockerfile [2021-04-01T01:50:19.660Z] ++ cut -d/ -f2 [2021-04-01T01:50:19.660Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-04-01T01:50:19.660Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-01T01:50:19.660Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-04-01T01:50:19.660Z] ++ cut -d/ -f2 [2021-04-01T01:50:19.660Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-04-01T01:50:19.660Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-01T01:50:19.660Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-04-01T01:50:19.660Z] ++ cut -d/ -f2 [2021-04-01T01:50:19.660Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-04-01T01:50:19.660Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-01T01:50:19.660Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-04-01T01:50:19.660Z] ++ cut -d/ -f2 [2021-04-01T01:50:19.660Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-04-01T01:50:19.660Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-01T01:50:19.660Z] ++ dirname cmd/support-notifications/Dockerfile [2021-04-01T01:50:19.660Z] ++ cut -d/ -f2 [2021-04-01T01:50:19.660Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-04-01T01:50:19.660Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-01T01:50:19.660Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-04-01T01:50:19.660Z] ++ cut -d/ -f2 [2021-04-01T01:50:19.660Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-04-01T01:50:19.660Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-01T01:50:19.660Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-04-01T01:50:19.660Z] ++ cut -d/ -f2 [2021-04-01T01:50:19.660Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-04-01T01:50:19.729Z] 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-04-01T01:50:21.334Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-01T01:50:21.334Z] [2021-04-01T01:50:21.334Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-04-01T01:50:21.676Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-01T01:50:21.676Z] latest: Pulling from edgex-devops/git-semver [2021-04-01T01:50:21.676Z] 31603596830f: Pulling fs layer [2021-04-01T01:50:21.676Z] 2a8b12db71e7: Pulling fs layer [2021-04-01T01:50:21.676Z] 6ca5941a6612: Pulling fs layer [2021-04-01T01:50:21.676Z] ecc8261a40a4: Pulling fs layer [2021-04-01T01:50:21.676Z] ecc8261a40a4: Waiting [2021-04-01T01:50:21.676Z] 2a8b12db71e7: Verifying Checksum [2021-04-01T01:50:21.676Z] 2a8b12db71e7: Download complete [2021-04-01T01:50:21.941Z] 31603596830f: Verifying Checksum [2021-04-01T01:50:21.941Z] 31603596830f: Download complete [2021-04-01T01:50:21.941Z] ecc8261a40a4: Verifying Checksum [2021-04-01T01:50:21.941Z] ecc8261a40a4: Download complete [2021-04-01T01:50:21.941Z] 6ca5941a6612: Verifying Checksum [2021-04-01T01:50:21.941Z] 6ca5941a6612: Download complete [2021-04-01T01:50:22.203Z] 31603596830f: Pull complete [2021-04-01T01:50:22.466Z] 2a8b12db71e7: Pull complete [2021-04-01T01:50:23.413Z] 6ca5941a6612: Pull complete [2021-04-01T01:50:23.413Z] ecc8261a40a4: Pull complete [2021-04-01T01:50:23.413Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-04-01T01:50:23.413Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-01T01:50:23.413Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-04-01T01:50:23.523Z] prd-centos7-docker-4c-2g-32384 does not seem to be running inside a container [2021-04-01T01:50:23.571Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-04-01T01:50:26.053Z] $ docker top b2e285ca894bc102cbc80d13c240d0477d10a71fb25c787b90061398e36a085a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-01T01:50:26.412Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-01T01:50:26.412Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-01T01:50:26.649Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-01T01:50:26.652Z] $ docker exec b2e285ca894bc102cbc80d13c240d0477d10a71fb25c787b90061398e36a085a ssh-agent [2021-04-01T01:50:26.851Z] SSH_AUTH_SOCK=/tmp/ssh-BSgxD7U0KpxG/agent.12 [2021-04-01T01:50:26.851Z] SSH_AGENT_PID=17 [2021-04-01T01:50:26.862Z] Running ssh-add (command line suppressed) [2021-04-01T01:50:26.993Z] Identity added: /w/workspace/edgex-go/4@tmp/private_key_7511976676536442838.key (/w/workspace/edgex-go/4@tmp/private_key_7511976676536442838.key) [2021-04-01T01:50:27.051Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-01T01:50:27.387Z] + git tag --points-at HEAD [Pipeline] } [2021-04-01T01:50:27.409Z] $ docker exec --env ******** --env ******** b2e285ca894bc102cbc80d13c240d0477d10a71fb25c787b90061398e36a085a ssh-agent -k [2021-04-01T01:50:27.524Z] unset SSH_AUTH_SOCK; [2021-04-01T01:50:27.525Z] unset SSH_AGENT_PID; [2021-04-01T01:50:27.525Z] echo Agent pid 17 killed; [2021-04-01T01:50:27.577Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-04-01T01:50:27.712Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-01T01:50:27.713Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-01T01:50:27.896Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-01T01:50:27.898Z] $ docker exec b2e285ca894bc102cbc80d13c240d0477d10a71fb25c787b90061398e36a085a ssh-agent [2021-04-01T01:50:28.075Z] SSH_AUTH_SOCK=/tmp/ssh-mwwtIFhyGiIX/agent.47 [2021-04-01T01:50:28.075Z] SSH_AGENT_PID=52 [2021-04-01T01:50:28.082Z] Running ssh-add (command line suppressed) [2021-04-01T01:50:28.207Z] Identity added: /w/workspace/edgex-go/4@tmp/private_key_3567302592912112888.key (/w/workspace/edgex-go/4@tmp/private_key_3567302592912112888.key) [2021-04-01T01:50:28.267Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-01T01:50:28.605Z] + git semver init [2021-04-01T01:50:28.605Z] # -> Open(): unable to determine branch for HEAD [2021-04-01T01:50:28.605Z] # $GIT_DIR = /w/workspace/edgex-go/4/.git [2021-04-01T01:50:28.605Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/4 [2021-04-01T01:50:28.605Z] # $SEMVER_REMOTE_NAME = origin [2021-04-01T01:50:28.605Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-01T01:50:28.605Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-01T01:50:28.605Z] # $SEMVER_BRANCH = PR-3322 [2021-04-01T01:50:28.605Z] # $SEMVER_TEMP = /tmp/semver-953827756 [2021-04-01T01:50:28.605Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-04-01T01:50:50.661Z] # '/tmp/semver-953827756' -> '/w/workspace/edgex-go/4/.semver' [2021-04-01T01:50:50.661Z] # -> Force: false [2021-04-01T01:50:50.661Z] # $SEMVER_DIR = /w/workspace/edgex-go/4/.semver [Pipeline] } [2021-04-01T01:50:50.673Z] $ docker exec --env ******** --env ******** b2e285ca894bc102cbc80d13c240d0477d10a71fb25c787b90061398e36a085a ssh-agent -k [2021-04-01T01:50:50.979Z] unset SSH_AUTH_SOCK; [2021-04-01T01:50:50.979Z] unset SSH_AGENT_PID; [2021-04-01T01:50:50.979Z] echo Agent pid 52 killed; [2021-04-01T01:50:51.082Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-01T01:50:51.632Z] + git semver [Pipeline] } [2021-04-01T01:50:51.648Z] $ docker stop --time=1 b2e285ca894bc102cbc80d13c240d0477d10a71fb25c787b90061398e36a085a [2021-04-01T01:50:53.235Z] $ docker rm -f b2e285ca894bc102cbc80d13c240d0477d10a71fb25c787b90061398e36a085a [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-01T01:50:53.779Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-04-01T01:50:54.330Z] Stashed 1 file(s) [Pipeline] echo [2021-04-01T01:50:54.334Z] [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-04-01T01:50:55.256Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-04-01T01:50:55.555Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-04-01T01:50:55.862Z] + sudo service docker restart [2021-04-01T01:50:55.862Z] + true [2021-04-01T01:50:55.862Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-04-01T01:50:56.457Z] ========================================================= [2021-04-01T01:50:56.457Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-04-01T01:50:56.457Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-04-01T01:50:56.797Z] + 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-04-01T01:51:01.038Z] Sending build context to Docker daemon 329MB [2021-04-01T01:51:01.038Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-04-01T01:51:01.038Z] Step 2/6 : FROM ${BASE} [2021-04-01T01:51:01.038Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-04-01T01:51:01.038Z] 188c0c94c7c5: Pulling fs layer [2021-04-01T01:51:01.038Z] 0ef7d3d256c8: Pulling fs layer [2021-04-01T01:51:01.038Z] de9db76c5a1d: Pulling fs layer [2021-04-01T01:51:01.038Z] bca2f99d35d6: Pulling fs layer [2021-04-01T01:51:01.038Z] 93359f2a8cfa: Pulling fs layer [2021-04-01T01:51:01.038Z] 7c6f9722023f: Pulling fs layer [2021-04-01T01:51:01.038Z] a35cf1a2eb13: Pulling fs layer [2021-04-01T01:51:01.038Z] bca2f99d35d6: Waiting [2021-04-01T01:51:01.038Z] 93359f2a8cfa: Waiting [2021-04-01T01:51:01.038Z] 7c6f9722023f: Waiting [2021-04-01T01:51:01.038Z] a35cf1a2eb13: Waiting [2021-04-01T01:51:01.038Z] de9db76c5a1d: Verifying Checksum [2021-04-01T01:51:01.038Z] de9db76c5a1d: Download complete [2021-04-01T01:51:01.038Z] 0ef7d3d256c8: Verifying Checksum [2021-04-01T01:51:01.038Z] 0ef7d3d256c8: Download complete [2021-04-01T01:51:01.038Z] 93359f2a8cfa: Download complete [2021-04-01T01:51:01.038Z] 7c6f9722023f: Verifying Checksum [2021-04-01T01:51:01.038Z] 7c6f9722023f: Download complete [2021-04-01T01:51:01.038Z] 188c0c94c7c5: Download complete [2021-04-01T01:51:01.622Z] 188c0c94c7c5: Pull complete [2021-04-01T01:51:01.884Z] 0ef7d3d256c8: Pull complete [2021-04-01T01:51:01.884Z] de9db76c5a1d: Pull complete [2021-04-01T01:51:03.284Z] a35cf1a2eb13: Verifying Checksum [2021-04-01T01:51:04.680Z] bca2f99d35d6: Verifying Checksum [2021-04-01T01:51:04.680Z] bca2f99d35d6: Download complete [2021-04-01T01:51:09.738Z] Still waiting to schedule task [2021-04-01T01:51:09.738Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2021-04-01T01:51:10.020Z] bca2f99d35d6: Pull complete [2021-04-01T01:51:10.020Z] 93359f2a8cfa: Pull complete [2021-04-01T01:51:10.020Z] 7c6f9722023f: Pull complete [2021-04-01T01:51:15.336Z] a35cf1a2eb13: Pull complete [2021-04-01T01:51:15.336Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-04-01T01:51:15.336Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-04-01T01:51:15.336Z] ---> a62c8e92a672 [2021-04-01T01:51:15.336Z] 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-04-01T01:51:15.336Z] ---> Running in 391db1dc0b12 [2021-04-01T01:51:15.604Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-01T01:51:16.554Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-01T01:51:16.827Z] (1/12) Installing libmagic (5.38-r0) [2021-04-01T01:51:17.089Z] (2/12) Installing file (5.38-r0) [2021-04-01T01:51:17.089Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-04-01T01:51:17.355Z] (4/12) Installing g++ (9.3.0-r2) [2021-04-01T01:51:20.665Z] (5/12) Installing fortify-headers (1.1-r0) [2021-04-01T01:51:20.665Z] (6/12) Installing patch (2.7.6-r6) [2021-04-01T01:51:20.927Z] (7/12) Installing build-base (0.5-r2) [2021-04-01T01:51:20.927Z] (8/12) Installing libsodium (1.0.18-r0) [2021-04-01T01:51:20.927Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-04-01T01:51:21.190Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-04-01T01:51:21.190Z] (11/12) Installing libzmq (4.3.3-r0) [2021-04-01T01:51:21.452Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-04-01T01:51:21.452Z] Executing busybox-1.31.1-r19.trigger [2021-04-01T01:51:21.452Z] OK: 233 MiB in 51 packages [2021-04-01T01:51:25.668Z] Removing intermediate container 391db1dc0b12 [2021-04-01T01:51:25.668Z] ---> 69a69076adfd [2021-04-01T01:51:25.668Z] Step 4/6 : WORKDIR /edgex-go [2021-04-01T01:51:25.668Z] ---> Running in e3adc15ddc43 [2021-04-01T01:51:25.668Z] Removing intermediate container e3adc15ddc43 [2021-04-01T01:51:25.668Z] ---> 04223d88eeec [2021-04-01T01:51:25.668Z] Step 5/6 : COPY go.mod . [2021-04-01T01:51:25.668Z] ---> 215e1a3d7cf6 [2021-04-01T01:51:25.668Z] Step 6/6 : RUN go mod download [2021-04-01T01:51:25.668Z] ---> Running in d0f296620601 [2021-04-01T01:51:47.688Z] Removing intermediate container d0f296620601 [2021-04-01T01:51:47.688Z] ---> b35026497b1d [2021-04-01T01:51:47.688Z] Successfully built b35026497b1d [2021-04-01T01:51:47.688Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-01T01:51:48.001Z] + docker inspect -f . ci-base-image-x86_64 [2021-04-01T01:51:48.001Z] . [Pipeline] withDockerContainer [2021-04-01T01:51:48.102Z] prd-centos7-docker-4c-2g-32384 does not seem to be running inside a container [2021-04-01T01:51:48.152Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-04-01T01:51:49.417Z] $ docker top 146e5ce435751422fa169f7b83cdee55e1031557714f278a7ef2b0408b62fe02 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-01T01:51:49.921Z] + go version [2021-04-01T01:51:49.921Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-04-01T01:51:49.934Z] $ docker stop --time=1 146e5ce435751422fa169f7b83cdee55e1031557714f278a7ef2b0408b62fe02 [2021-04-01T01:51:51.310Z] $ docker rm -f 146e5ce435751422fa169f7b83cdee55e1031557714f278a7ef2b0408b62fe02 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-01T01:51:52.153Z] + docker inspect -f . ci-base-image-x86_64 [2021-04-01T01:51:52.153Z] . [Pipeline] withDockerContainer [2021-04-01T01:51:52.249Z] prd-centos7-docker-4c-2g-32384 does not seem to be running inside a container [2021-04-01T01:51:52.290Z] $ 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/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-04-01T01:51:53.002Z] $ docker top 47c6ae3e7b1a99f75e8557267c94d07f2328ce1d969ad28237a07696afb9d99f -eo pid,comm [Pipeline] { [Pipeline] echo [2021-04-01T01:51:53.289Z] ========================================================= [2021-04-01T01:51:53.289Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-04-01T01:51:53.289Z] ========================================================= [Pipeline] sh [2021-04-01T01:51:53.584Z] + make test [2021-04-01T01:51:53.584Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-04-01T01:52:03.698Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-04-01T01:52:25.861Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-04-01T01:52:25.861Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-04-01T01:52:27.810Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-04-01T01:52:27.810Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-04-01T01:52:28.800Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-04-01T01:52:28.800Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-04-01T01:52:28.800Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-04-01T01:52:29.773Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-04-01T01:52:30.368Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-04-01T01:52:30.649Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-04-01T01:52:33.241Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-04-01T01:52:33.241Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-04-01T01:52:33.241Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-04-01T01:52:36.606Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.104s coverage: 45.9% of statements [2021-04-01T01:52:36.606Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-04-01T01:52:36.606Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-04-01T01:52:36.606Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-04-01T01:52:36.606Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-04-01T01:52:36.606Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-04-01T01:52:36.606Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-04-01T01:52:36.606Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.055s coverage: 19.8% of statements [2021-04-01T01:52:36.606Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.094s coverage: 100.0% of statements [2021-04-01T01:52:39.729Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.231s coverage: 27.1% of statements [2021-04-01T01:52:39.729Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-04-01T01:52:39.729Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-04-01T01:52:39.729Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-04-01T01:52:39.729Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-04-01T01:52:39.729Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-04-01T01:52:39.729Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-04-01T01:52:39.729Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.055s coverage: 100.0% of statements [2021-04-01T01:52:39.729Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-04-01T01:52:39.729Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.077s coverage: 100.0% of statements [2021-04-01T01:52:39.729Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-04-01T01:52:39.729Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-04-01T01:52:39.729Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.089s coverage: 71.3% of statements [2021-04-01T01:52:39.729Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-04-01T01:52:39.729Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-04-01T01:52:40.317Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.160s coverage: 82.9% of statements [2021-04-01T01:52:40.317Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-04-01T01:52:40.317Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-04-01T01:52:40.317Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.062s coverage: 78.9% of statements [2021-04-01T01:52:40.317Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-04-01T01:52:43.696Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.320s coverage: 28.6% of statements [2021-04-01T01:52:43.696Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-04-01T01:52:43.696Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-04-01T01:52:43.696Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-04-01T01:52:43.696Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-04-01T01:52:43.696Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-04-01T01:52:43.696Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.123s coverage: 100.0% of statements [2021-04-01T01:52:43.696Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-04-01T01:52:43.696Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.079s coverage: 100.0% of statements [2021-04-01T01:52:43.696Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-04-01T01:52:43.696Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.152s coverage: 86.7% of statements [2021-04-01T01:52:43.696Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-04-01T01:52:43.696Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.164s coverage: 97.5% of statements [2021-04-01T01:52:43.696Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-04-01T01:52:43.696Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.086s coverage: 78.3% of statements [2021-04-01T01:52:43.696Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-04-01T01:52:43.696Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-04-01T01:52:43.696Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-04-01T01:52:43.696Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-04-01T01:52:47.110Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.416s coverage: 92.8% of statements [2021-04-01T01:52:47.110Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-04-01T01:52:47.110Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-04-01T01:52:47.110Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-04-01T01:52:47.110Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-04-01T01:52:47.110Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-04-01T01:52:47.110Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-04-01T01:52:47.110Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-04-01T01:52:47.110Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-04-01T01:52:47.110Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-04-01T01:52:47.110Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-04-01T01:52:47.110Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-04-01T01:52:47.110Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-04-01T01:52:47.110Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-04-01T01:52:47.110Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-04-01T01:52:47.110Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-04-01T01:52:47.110Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-04-01T01:52:47.110Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-04-01T01:52:47.110Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-04-01T01:52:47.110Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.055s coverage: 58.8% of statements [2021-04-01T01:52:47.110Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-04-01T01:52:47.110Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-04-01T01:52:47.110Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.103s coverage: 1.0% of statements [2021-04-01T01:52:47.110Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-04-01T01:52:47.110Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-04-01T01:52:47.110Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-04-01T01:52:47.110Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.065s coverage: 47.1% of statements [2021-04-01T01:52:47.110Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.070s coverage: 79.5% of statements [2021-04-01T01:52:47.110Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.061s coverage: 94.1% of statements [2021-04-01T01:52:47.110Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.072s coverage: 96.3% of statements [2021-04-01T01:52:47.110Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.085s coverage: 87.5% of statements [2021-04-01T01:52:59.208Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-32386 in /w/workspace/edgexfoundry_edgex-go_PR-3322 [Pipeline] { [Pipeline] ws [2021-04-01T01:52:59.280Z] Running in /w/workspace/edgex-go/4 [Pipeline] { [Pipeline] checkout [2021-04-01T01:52:59.386Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.061s coverage: 94.4% of statements [2021-04-01T01:52:59.386Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.065s coverage: 44.8% of statements [2021-04-01T01:53:01.950Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.271s coverage: 82.6% of statements [2021-04-01T01:53:04.489Z] using credential edgex-jenkins-ssh [2021-04-01T01:53:04.558Z] Cloning the remote Git repository [2021-04-01T01:53:04.619Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-04-01T01:53:04.726Z] > git init /w/workspace/edgex-go/4 # timeout=10 [2021-04-01T01:53:04.815Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-04-01T01:53:04.815Z] > git --version # timeout=10 [2021-04-01T01:53:04.836Z] > git --version # 'git version 2.17.1' [2021-04-01T01:53:04.837Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-01T01:53:04.895Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-01T01:53:10.170Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.094s coverage: 92.9% of statements [2021-04-01T01:53:10.170Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-04-01T01:53:10.170Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-04-01T01:53:10.170Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-04-01T01:53:10.170Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.032s coverage: 77.8% of statements [2021-04-01T01:53:10.170Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-04-01T01:53:10.170Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-04-01T01:53:10.170Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-04-01T01:53:10.170Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-04-01T01:53:10.170Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-04-01T01:53:10.170Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.044s coverage: 87.2% of statements [2021-04-01T01:53:10.170Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-04-01T01:53:10.170Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-04-01T01:53:10.170Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.055s coverage: 100.0% of statements [2021-04-01T01:53:10.170Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-04-01T01:53:10.170Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.065s coverage: 75.5% of statements [2021-04-01T01:53:10.170Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-04-01T01:53:10.170Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.085s coverage: 80.8% of statements [2021-04-01T01:53:10.170Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.120s coverage: 87.2% of statements [2021-04-01T01:53:10.170Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.065s coverage: 84.6% of statements [2021-04-01T01:53:10.170Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.106s coverage: 91.6% of statements [2021-04-01T01:53:10.170Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-04-01T01:53:10.170Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.211s coverage: 64.4% of statements [2021-04-01T01:53:10.170Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-04-01T01:53:10.170Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-04-01T01:53:10.170Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.061s coverage: 100.0% of statements [2021-04-01T01:53:10.170Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.047s coverage: 91.3% of statements [2021-04-01T01:53:10.170Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.030s coverage: 100.0% of statements [2021-04-01T01:53:10.170Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.036s coverage: 73.7% of statements [2021-04-01T01:53:10.170Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.034s coverage: 100.0% of statements [2021-04-01T01:53:10.170Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.330s coverage: 69.0% of statements [2021-04-01T01:53:10.170Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-04-01T01:53:10.170Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-04-01T01:53:10.170Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-04-01T01:53:10.170Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.119s coverage: 38.4% of statements [2021-04-01T01:53:10.170Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-04-01T01:53:10.170Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-04-01T01:53:10.170Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.055s coverage: 89.5% of statements [2021-04-01T01:53:10.170Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-04-01T01:53:10.170Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.034s coverage: 84.8% of statements [2021-04-01T01:53:10.170Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.131s coverage: 47.0% of statements [2021-04-01T01:53:10.170Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-04-01T01:53:10.170Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-04-01T01:53:10.170Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-04-01T01:53:10.170Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-04-01T01:53:10.170Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-04-01T01:53:10.170Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.048s coverage: 100.0% of statements [2021-04-01T01:53:10.170Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-04-01T01:53:10.170Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.041s coverage: 100.0% of statements [2021-04-01T01:53:10.170Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-04-01T01:53:10.170Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-04-01T01:53:10.170Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-04-01T01:53:10.170Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-04-01T01:53:10.170Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.150s coverage: 87.1% of statements [2021-04-01T01:53:10.170Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-04-01T01:53:10.170Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-04-01T01:53:10.170Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-04-01T01:53:11.597Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.777s coverage: 29.1% of statements [2021-04-01T01:53:11.597Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-04-01T01:53:11.597Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-04-01T01:53:11.597Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-04-01T01:53:11.597Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-04-01T01:53:11.597Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-04-01T01:53:11.597Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.092s coverage: 99.0% of statements [2021-04-01T01:53:11.597Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-04-01T01:53:11.597Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.063s coverage: 100.0% of statements [2021-04-01T01:53:11.597Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-04-01T01:53:11.597Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-04-01T01:53:11.597Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-04-01T01:53:11.597Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-04-01T01:53:12.193Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.132s coverage: 95.6% of statements [2021-04-01T01:53:12.193Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-04-01T01:53:12.193Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-04-01T01:53:12.193Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-04-01T01:53:12.193Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.026s coverage: 0.0% of statements [2021-04-01T01:53:12.193Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-04-01T01:53:12.193Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.043s coverage: 100.0% of statements [2021-04-01T01:53:12.193Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-04-01T01:53:12.193Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-04-01T01:53:12.193Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-04-01T01:53:12.193Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-04-01T01:53:12.193Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.053s coverage: 87.9% of statements [2021-04-01T01:53:12.193Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-04-01T01:53:12.193Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-04-01T01:53:12.454Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.034s coverage: 100.0% of statements [2021-04-01T01:53:12.454Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.047s coverage: 32.1% of statements [2021-04-01T01:53:13.026Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements [2021-04-01T01:53:13.288Z] GO111MODULE=on go vet ./... [2021-04-01T01:53:22.720Z] Merging remotes/origin/master commit f2bd0815c0e73667d07e5744b61daa5be38d8f92 into PR head commit 03959d18d1ddb09d08d2fce729251ed877b5097a [2021-04-01T01:53:23.280Z] Merge succeeded, producing 03959d18d1ddb09d08d2fce729251ed877b5097a [2021-04-01T01:53:23.281Z] Checking out Revision 03959d18d1ddb09d08d2fce729251ed877b5097a (PR-3322) [2021-04-01T01:53:21.753Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-04-01T01:53:21.772Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-01T01:53:21.801Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-04-01T01:53:21.847Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-04-01T01:53:21.848Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-01T01:53:21.861Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3322/head:refs/remotes/origin/PR-3322 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-01T01:53:22.742Z] > git config core.sparsecheckout # timeout=10 [2021-04-01T01:53:22.762Z] > git checkout -f 03959d18d1ddb09d08d2fce729251ed877b5097a # timeout=10 [2021-04-01T01:53:23.121Z] > git remote # timeout=10 [2021-04-01T01:53:23.143Z] > git config --get remote.origin.url # timeout=10 [2021-04-01T01:53:23.166Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-01T01:53:23.176Z] > git merge f2bd0815c0e73667d07e5744b61daa5be38d8f92 # timeout=10 [2021-04-01T01:53:23.254Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-04-01T01:53:23.285Z] > git config core.sparsecheckout # timeout=10 [2021-04-01T01:53:23.330Z] > git checkout -f 03959d18d1ddb09d08d2fce729251ed877b5097a # timeout=10 [2021-04-01T01:53:27.698Z] Commit message: "feat(scheduler): Implement Patch /intervalaction V2 API" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-04-01T01:53:29.008Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-04-01T01:53:29.415Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-04-01T01:53:29.755Z] + sudo service docker restart [2021-04-01T01:53:29.755Z] + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-01T01:53:31.803Z] provisioning config files... [2021-04-01T01:53:31.846Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/4@tmp/config3088758033905089582tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-01T01:53:32.247Z] ---> docker-login.sh [2021-04-01T01:53:32.247Z] nexus3.edgexfoundry.org:10001 [2021-04-01T01:53:33.228Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-01T01:53:33.501Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-01T01:53:33.501Z] Configure a credential helper to remove this warning. See [2021-04-01T01:53:33.501Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-01T01:53:33.501Z] [2021-04-01T01:53:33.501Z] Login Succeeded [2021-04-01T01:53:33.501Z] nexus3.edgexfoundry.org:10002 [2021-04-01T01:53:33.774Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-01T01:53:33.774Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-01T01:53:33.774Z] Configure a credential helper to remove this warning. See [2021-04-01T01:53:33.774Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-01T01:53:33.774Z] [2021-04-01T01:53:33.774Z] Login Succeeded [2021-04-01T01:53:33.774Z] nexus3.edgexfoundry.org:10003 [2021-04-01T01:53:34.374Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-01T01:53:34.374Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-01T01:53:34.374Z] Configure a credential helper to remove this warning. See [2021-04-01T01:53:34.374Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-01T01:53:34.374Z] [2021-04-01T01:53:34.374Z] Login Succeeded [2021-04-01T01:53:34.374Z] nexus3.edgexfoundry.org:10004 [2021-04-01T01:53:34.648Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-01T01:53:34.922Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-01T01:53:34.922Z] Configure a credential helper to remove this warning. See [2021-04-01T01:53:34.922Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-01T01:53:34.922Z] [2021-04-01T01:53:34.922Z] Login Succeeded [2021-04-01T01:53:34.922Z] docker.io [2021-04-01T01:53:35.195Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-01T01:53:35.468Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-01T01:53:35.468Z] Configure a credential helper to remove this warning. See [2021-04-01T01:53:35.468Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-01T01:53:35.468Z] [2021-04-01T01:53:35.468Z] Login Succeeded [2021-04-01T01:53:35.468Z] ---> docker-login.sh ends [Pipeline] } [2021-04-01T01:53:35.487Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-04-01T01:53:35.887Z] ========================================================= [2021-04-01T01:53:35.887Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-04-01T01:53:35.887Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-04-01T01:53:36.273Z] + 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-04-01T01:53:38.917Z] Sending build context to Docker daemon 167.1MB [2021-04-01T01:53:38.917Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-04-01T01:53:38.917Z] Step 2/6 : FROM ${BASE} [2021-04-01T01:53:38.917Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-04-01T01:53:38.917Z] 5f621e34cdf4: Pulling fs layer [2021-04-01T01:53:38.917Z] a4357932f1b6: Pulling fs layer [2021-04-01T01:53:38.917Z] 18c013af1878: Pulling fs layer [2021-04-01T01:53:38.917Z] 00ac8860ef70: Pulling fs layer [2021-04-01T01:53:38.917Z] 63d7cb157983: Pulling fs layer [2021-04-01T01:53:38.917Z] b116817d02f9: Pulling fs layer [2021-04-01T01:53:38.917Z] 745a02a5169b: Pulling fs layer [2021-04-01T01:53:38.917Z] 00ac8860ef70: Waiting [2021-04-01T01:53:38.917Z] 63d7cb157983: Waiting [2021-04-01T01:53:38.917Z] b116817d02f9: Waiting [2021-04-01T01:53:38.917Z] 745a02a5169b: Waiting [2021-04-01T01:53:38.917Z] 18c013af1878: Download complete [2021-04-01T01:53:38.917Z] a4357932f1b6: Download complete [2021-04-01T01:53:38.917Z] 63d7cb157983: Verifying Checksum [2021-04-01T01:53:38.917Z] 63d7cb157983: Download complete [2021-04-01T01:53:38.917Z] b116817d02f9: Verifying Checksum [2021-04-01T01:53:38.917Z] b116817d02f9: Download complete [2021-04-01T01:53:38.917Z] 5f621e34cdf4: Verifying Checksum [2021-04-01T01:53:38.917Z] 5f621e34cdf4: Download complete [2021-04-01T01:53:39.516Z] 5f621e34cdf4: Pull complete [2021-04-01T01:53:40.513Z] a4357932f1b6: Pull complete [2021-04-01T01:53:40.784Z] 18c013af1878: Pull complete [2021-04-01T01:53:41.390Z] 745a02a5169b: Verifying Checksum [2021-04-01T01:53:41.390Z] 745a02a5169b: Download complete [2021-04-01T01:53:42.830Z] 00ac8860ef70: Verifying Checksum [2021-04-01T01:53:42.830Z] 00ac8860ef70: Download complete [2021-04-01T01:53:45.630Z] gofmt -l . [2021-04-01T01:53:45.630Z] [ "`gofmt -l .`" = "" ] [2021-04-01T01:53:45.630Z] ./bin/test-go-mod-tidy.sh [2021-04-01T01:53:45.630Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-04-01T01:53:45.939Z] + ls -al . [2021-04-01T01:53:45.939Z] total 784 [2021-04-01T01:53:45.939Z] drwxrwxr-x 10 1001 1001 4096 Apr 1 01:53 . [2021-04-01T01:53:45.939Z] drwxr-xr-x 4 root root 28 Apr 1 01:51 .. [2021-04-01T01:53:45.939Z] -rw-rw-r-- 1 1001 1001 11 Apr 1 01:50 .dockerignore [2021-04-01T01:53:45.939Z] drwxrwxr-x 8 1001 1001 179 Apr 1 01:50 .git [2021-04-01T01:53:45.939Z] drwxrwxr-x 3 1001 1001 125 Apr 1 01:50 .github [2021-04-01T01:53:45.939Z] -rw-rw-r-- 1 1001 1001 818 Apr 1 01:50 .gitignore [2021-04-01T01:53:45.939Z] drwx------ 3 1001 1001 60 Apr 1 01:50 .semver [2021-04-01T01:53:45.939Z] -rw-rw-r-- 1 1001 1001 166 Apr 1 01:50 .sonarcloud.properties [2021-04-01T01:53:45.939Z] -rw-rw-r-- 1 1001 1001 8607 Apr 1 01:50 Attribution.txt [2021-04-01T01:53:45.939Z] -rw-rw-r-- 1 1001 1001 3804 Apr 1 01:50 CONTRIBUTING.md [2021-04-01T01:53:45.939Z] -rw-rw-r-- 1 1001 1001 931 Apr 1 01:50 Dockerfile.build [2021-04-01T01:53:45.939Z] -rw-rw-r-- 1 1001 1001 863 Apr 1 01:50 Jenkinsfile [2021-04-01T01:53:45.939Z] -rw-rw-r-- 1 1001 1001 10775 Apr 1 01:50 LICENSE [2021-04-01T01:53:45.939Z] -rw-rw-r-- 1 1001 1001 5774 Apr 1 01:50 Makefile [2021-04-01T01:53:45.939Z] -rw-rw-r-- 1 1001 1001 6548 Apr 1 01:50 README.md [2021-04-01T01:53:45.939Z] -rw-rw-r-- 1 1001 1001 6755 Apr 1 01:50 SECURITY.md [2021-04-01T01:53:45.939Z] -rw-rw-r-- 1 1001 1001 5 Apr 1 01:50 VERSION [2021-04-01T01:53:45.939Z] -rw-rw-r-- 1 1001 1001 4131 Apr 1 01:50 ZMQWindows.md [2021-04-01T01:53:45.939Z] drwxrwxr-x 2 1001 1001 117 Apr 1 01:50 bin [2021-04-01T01:53:45.939Z] drwxrwxr-x 14 1001 1001 4096 Apr 1 01:50 cmd [2021-04-01T01:53:45.939Z] -rw-r--r-- 1 root root 672489 Apr 1 01:53 coverage.out [2021-04-01T01:53:45.939Z] -rw-r--r-- 1 root root 1056 Apr 1 01:53 go.mod [2021-04-01T01:53:45.939Z] -rw-r--r-- 1 root root 22360 Apr 1 01:53 go.sum [2021-04-01T01:53:45.939Z] drwxrwxr-x 8 1001 1001 127 Apr 1 01:50 internal [2021-04-01T01:53:45.939Z] drwxrwxr-x 4 1001 1001 26 Apr 1 01:50 openapi [2021-04-01T01:53:45.939Z] drwxrwxr-x 4 1001 1001 71 Apr 1 01:50 snap [2021-04-01T01:53:45.939Z] -rw-rw-r-- 1 1001 1001 168 Apr 1 01:50 version.go [Pipeline] sh [2021-04-01T01:53:46.239Z] + '[' -e coverage.out ] [2021-04-01T01:53:46.239Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-04-01T01:53:46.492Z] Stashed 1 file(s) [Pipeline] sh [2021-04-01T01:53:46.788Z] + make build [2021-04-01T01:53:46.788Z] 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-04-01T01:53:51.014Z] 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-04-01T01:53:52.999Z] 00ac8860ef70: Pull complete [2021-04-01T01:53:53.272Z] 63d7cb157983: Pull complete [2021-04-01T01:53:53.544Z] b116817d02f9: Pull complete [2021-04-01T01:53:56.934Z] 745a02a5169b: Pull complete [2021-04-01T01:53:56.934Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-04-01T01:53:56.934Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-04-01T01:53:56.934Z] ---> b7e6874047d6 [2021-04-01T01:53:56.934Z] 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-04-01T01:54:00.358Z] ---> Running in 645ef28b0332 [2021-04-01T01:54:01.116Z] 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-04-01T01:54:01.116Z] 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-04-01T01:54:01.804Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-01T01:54:02.399Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-01T01:54:02.996Z] (1/12) Installing libmagic (5.38-r0) [2021-04-01T01:54:03.055Z] 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-04-01T01:54:03.281Z] (2/12) Installing file (5.38-r0) [2021-04-01T01:54:03.281Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-04-01T01:54:03.281Z] (4/12) Installing g++ (9.3.0-r2) [2021-04-01T01:54:03.317Z] 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-04-01T01:54:05.249Z] 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-04-01T01:54:06.649Z] 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-04-01T01:54:06.673Z] (5/12) Installing fortify-headers (1.1-r0) [2021-04-01T01:54:06.673Z] (6/12) Installing patch (2.7.6-r6) [2021-04-01T01:54:06.673Z] (7/12) Installing build-base (0.5-r2) [2021-04-01T01:54:06.673Z] (8/12) Installing libsodium (1.0.18-r0) [2021-04-01T01:54:06.673Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-04-01T01:54:06.673Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-04-01T01:54:06.946Z] (11/12) Installing libzmq (4.3.3-r0) [2021-04-01T01:54:06.946Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-04-01T01:54:06.946Z] Executing busybox-1.31.1-r19.trigger [2021-04-01T01:54:06.946Z] OK: 217 MiB in 51 packages [2021-04-01T01:54:08.052Z] 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-04-01T01:54:09.448Z] 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-04-01T01:54:10.851Z] 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-04-01T01:54:11.254Z] Removing intermediate container 645ef28b0332 [2021-04-01T01:54:11.254Z] ---> 11186f718a6e [2021-04-01T01:54:11.254Z] Step 4/6 : WORKDIR /edgex-go [2021-04-01T01:54:11.254Z] ---> Running in a49cfc96b09f [2021-04-01T01:54:11.528Z] Removing intermediate container a49cfc96b09f [2021-04-01T01:54:11.528Z] ---> b1dea51ecf63 [2021-04-01T01:54:11.528Z] Step 5/6 : COPY go.mod . [2021-04-01T01:54:12.241Z] 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-04-01T01:54:12.509Z] ---> 972ecb7e7ba2 [2021-04-01T01:54:12.509Z] Step 6/6 : RUN go mod download [2021-04-01T01:54:12.509Z] ---> Running in c62a9b7fc9df [Pipeline] } [2021-04-01T01:54:14.179Z] $ docker stop --time=1 47c6ae3e7b1a99f75e8557267c94d07f2328ce1d969ad28237a07696afb9d99f [2021-04-01T01:54:15.835Z] $ docker rm -f 47c6ae3e7b1a99f75e8557267c94d07f2328ce1d969ad28237a07696afb9d99f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-01T01:54:19.411Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-04-01T01:54:19.411Z] [2021-04-01T01:54:19.411Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-04-01T01:54:19.761Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-04-01T01:54:19.761Z] latest: Pulling from edgex-devops/edgex-compose [2021-04-01T01:54:19.761Z] cbdbe7a5bc2a: Pulling fs layer [2021-04-01T01:54:19.761Z] ca9280d653b3: Pulling fs layer [2021-04-01T01:54:19.761Z] 7e9c9ca2126c: Pulling fs layer [2021-04-01T01:54:20.026Z] cbdbe7a5bc2a: Download complete [2021-04-01T01:54:20.292Z] cbdbe7a5bc2a: Pull complete [2021-04-01T01:54:20.554Z] ca9280d653b3: Verifying Checksum [2021-04-01T01:54:20.554Z] ca9280d653b3: Download complete [2021-04-01T01:54:21.510Z] ca9280d653b3: Pull complete [2021-04-01T01:54:21.774Z] 7e9c9ca2126c: Verifying Checksum [2021-04-01T01:54:21.774Z] 7e9c9ca2126c: Download complete [2021-04-01T01:54:28.405Z] 7e9c9ca2126c: Pull complete [2021-04-01T01:54:28.405Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-04-01T01:54:28.405Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-04-01T01:54:28.405Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-04-01T01:54:28.521Z] prd-centos7-docker-4c-2g-32384 does not seem to be running inside a container [2021-04-01T01:54:28.566Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@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-04-01T01:54:30.327Z] $ docker top 77a314ee279b473f382c873bd56fe1ee0e414cc701a989976a26b79e60430da2 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-01T01:54:30.930Z] + docker-compose build --help [2021-04-01T01:54:30.930Z] + grep parallel [2021-04-01T01:54:31.911Z] --parallel Build images in parallel. [Pipeline] } [2021-04-01T01:54:32.185Z] $ docker stop --time=1 77a314ee279b473f382c873bd56fe1ee0e414cc701a989976a26b79e60430da2 [2021-04-01T01:54:33.566Z] $ docker rm -f 77a314ee279b473f382c873bd56fe1ee0e414cc701a989976a26b79e60430da2 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-01T01:54:34.309Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-04-01T01:54:34.309Z] . [Pipeline] withDockerContainer [2021-04-01T01:54:34.419Z] prd-centos7-docker-4c-2g-32384 does not seem to be running inside a container [2021-04-01T01:54:34.468Z] $ 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/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-04-01T01:54:35.307Z] $ docker top bbd2c79fd16cea224e657ab2add4e81f867d5e80f0488d941db39d0abcaf9eb5 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-01T01:54:35.874Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-04-01T01:54:36.826Z] Building docker-core-command-go ... [2021-04-01T01:54:36.826Z] Building docker-core-data-go ... [2021-04-01T01:54:36.826Z] Building docker-core-metadata-go ... [2021-04-01T01:54:36.826Z] Building docker-security-bootstrapper-go ... [2021-04-01T01:54:36.826Z] Building docker-security-proxy-setup-go ... [2021-04-01T01:54:36.826Z] Building docker-security-secretstore-setup-go ... [2021-04-01T01:54:36.826Z] Building docker-support-notifications-go ... [2021-04-01T01:54:36.826Z] Building docker-support-scheduler-go ... [2021-04-01T01:54:36.826Z] Building docker-sys-mgmt-agent-go ... [2021-04-01T01:54:36.826Z] Building docker-support-scheduler-go [2021-04-01T01:54:36.826Z] Building docker-security-bootstrapper-go [2021-04-01T01:54:36.826Z] Building docker-core-command-go [2021-04-01T01:54:36.826Z] Building docker-support-notifications-go [2021-04-01T01:54:36.826Z] Building docker-core-metadata-go [2021-04-01T01:54:39.339Z] Removing intermediate container c62a9b7fc9df [2021-04-01T01:54:39.339Z] ---> 60f706151110 [2021-04-01T01:54:39.339Z] Successfully built 60f706151110 [2021-04-01T01:54:39.339Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-01T01:54:39.678Z] + docker inspect -f . ci-base-image-arm64 [2021-04-01T01:54:39.678Z] . [Pipeline] withDockerContainer [2021-04-01T01:54:39.963Z] prd-ubuntu18.04-docker-arm64-4c-16g-32386 does not seem to be running inside a container [2021-04-01T01:54:40.050Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@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-arm64 cat [2021-04-01T01:54:41.618Z] $ docker top 6f05af0ab97a195e7320cbe0d9016085130f82c5af08e3a76e0ba2907478d498 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-01T01:54:42.660Z] + go version [2021-04-01T01:54:42.660Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-04-01T01:54:42.678Z] $ docker stop --time=1 6f05af0ab97a195e7320cbe0d9016085130f82c5af08e3a76e0ba2907478d498 [2021-04-01T01:54:44.556Z] $ docker rm -f 6f05af0ab97a195e7320cbe0d9016085130f82c5af08e3a76e0ba2907478d498 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-01T01:54:45.533Z] + docker inspect -f . ci-base-image-arm64 [2021-04-01T01:54:45.533Z] . [Pipeline] withDockerContainer [2021-04-01T01:54:45.767Z] prd-ubuntu18.04-docker-arm64-4c-16g-32386 does not seem to be running inside a container [2021-04-01T01:54:45.845Z] $ 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/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@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-arm64 cat [2021-04-01T01:54:47.274Z] $ docker top aa4ea7eb57d9ca11d21d10863145f9a8b67d45f3a4233b2802f857f488a170d3 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-04-01T01:54:47.624Z] ========================================================= [2021-04-01T01:54:47.624Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-04-01T01:54:47.624Z] ========================================================= [Pipeline] sh [2021-04-01T01:54:48.266Z] + make test [2021-04-01T01:54:48.266Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-04-01T01:55:10.435Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-04-01T01:55:15.764Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-01T01:55:15.764Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-04-01T01:55:15.764Z] ---> b35026497b1d [2021-04-01T01:55:15.764Z] Step 3/31 : WORKDIR /edgex-go [2021-04-01T01:55:15.764Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-01T01:55:15.764Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-01T01:55:15.764Z] ---> b35026497b1d [2021-04-01T01:55:15.764Z] Step 3/23 : WORKDIR /edgex-go [2021-04-01T01:55:15.764Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-01T01:55:15.764Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-04-01T01:55:15.764Z] ---> b35026497b1d [2021-04-01T01:55:15.764Z] Step 3/22 : WORKDIR /edgex-go [2021-04-01T01:55:15.764Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-01T01:55:15.764Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-01T01:55:15.764Z] ---> b35026497b1d [2021-04-01T01:55:15.764Z] Step 3/23 : WORKDIR /edgex-go [2021-04-01T01:55:15.764Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-01T01:55:15.764Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-04-01T01:55:15.764Z] ---> b35026497b1d [2021-04-01T01:55:15.764Z] Step 3/22 : WORKDIR /edgex-go [2021-04-01T01:55:15.764Z] ---> Running in b25502b5f9c1 [2021-04-01T01:55:15.764Z] ---> Running in 7aa2d1e5fc6b [2021-04-01T01:55:15.764Z] ---> Running in 749c1121cc09 [2021-04-01T01:55:15.764Z] ---> Running in 6541f8ce6ff4 [2021-04-01T01:55:15.764Z] ---> Running in 1c31d984995f [2021-04-01T01:55:15.764Z] Removing intermediate container 1c31d984995f [2021-04-01T01:55:15.764Z] ---> af94033c9b33 [2021-04-01T01:55:15.764Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-01T01:55:15.764Z] Removing intermediate container 6541f8ce6ff4 [2021-04-01T01:55:15.764Z] ---> 7d77367f054b [2021-04-01T01:55:15.764Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-01T01:55:15.764Z] Removing intermediate container 749c1121cc09 [2021-04-01T01:55:15.764Z] ---> 929925c216c3 [2021-04-01T01:55:15.764Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-01T01:55:15.764Z] Removing intermediate container b25502b5f9c1 [2021-04-01T01:55:15.764Z] ---> 99e7987c1d9c [2021-04-01T01:55:15.764Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-01T01:55:15.764Z] Removing intermediate container 7aa2d1e5fc6b [2021-04-01T01:55:15.764Z] ---> e0d136420889 [2021-04-01T01:55:15.764Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-01T01:55:15.764Z] ---> Running in 33415ee51990 [2021-04-01T01:55:15.764Z] ---> Running in 40f194b36ad3 [2021-04-01T01:55:15.764Z] ---> Running in 4d1997c3f46f [2021-04-01T01:55:15.764Z] ---> Running in 7bd9a97b5344 [2021-04-01T01:55:15.764Z] ---> Running in fa96e0f049c0 [2021-04-01T01:55:15.764Z] Removing intermediate container 40f194b36ad3 [2021-04-01T01:55:15.764Z] ---> 5c29597c0247 [2021-04-01T01:55:15.764Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-04-01T01:55:15.764Z] Removing intermediate container 33415ee51990 [2021-04-01T01:55:15.764Z] ---> b9bdc001f978 [2021-04-01T01:55:15.764Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-04-01T01:55:15.764Z] ---> Running in 5edb35e97ea3 [2021-04-01T01:55:15.764Z] ---> Running in 0b3e63452496 [2021-04-01T01:55:15.764Z] Removing intermediate container 4d1997c3f46f [2021-04-01T01:55:15.764Z] ---> 968a5097913b [2021-04-01T01:55:15.764Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-04-01T01:55:15.764Z] Removing intermediate container fa96e0f049c0 [2021-04-01T01:55:15.764Z] ---> 46f1836c5ea2 [2021-04-01T01:55:15.764Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-04-01T01:55:15.764Z] Removing intermediate container 7bd9a97b5344 [2021-04-01T01:55:15.764Z] ---> bd869e6b959a [2021-04-01T01:55:15.764Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-04-01T01:55:15.764Z] ---> Running in 9e8ad94088d5 [2021-04-01T01:55:15.764Z] ---> Running in 445f739daf16 [2021-04-01T01:55:15.764Z] ---> Running in 265d2a5bb6e5 [2021-04-01T01:55:16.344Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-01T01:55:16.344Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-01T01:55:16.612Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-01T01:55:16.613Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-01T01:55:16.613Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-01T01:55:17.185Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-01T01:55:17.185Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-01T01:55:17.185Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-01T01:55:17.449Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-01T01:55:17.449Z] OK: 233 MiB in 51 packages [2021-04-01T01:55:17.725Z] OK: 233 MiB in 51 packages [2021-04-01T01:55:17.725Z] OK: 233 MiB in 51 packages [2021-04-01T01:55:17.996Z] Removing intermediate container 0b3e63452496 [2021-04-01T01:55:17.996Z] ---> 115bfaf5dbd3 [2021-04-01T01:55:17.996Z] Step 6/31 : COPY go.mod . [2021-04-01T01:55:18.286Z] OK: 233 MiB in 51 packages [2021-04-01T01:55:18.286Z] ---> 83208f5b2cb4 [2021-04-01T01:55:18.286Z] Step 7/31 : RUN go mod download [2021-04-01T01:55:18.286Z] Removing intermediate container 5edb35e97ea3 [2021-04-01T01:55:18.286Z] ---> 7ee2bd6f04d7 [2021-04-01T01:55:18.286Z] Step 6/23 : COPY go.mod . [2021-04-01T01:55:18.286Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-01T01:55:18.548Z] Removing intermediate container 445f739daf16 [2021-04-01T01:55:18.548Z] ---> e1ec8f79f19b [2021-04-01T01:55:18.548Z] Step 6/22 : COPY go.mod . [2021-04-01T01:55:18.548Z] ---> Running in 0b1bf0cb8af5 [2021-04-01T01:55:19.499Z] ---> 93761032181b [2021-04-01T01:55:19.499Z] Step 7/23 : RUN go mod download [2021-04-01T01:55:19.499Z] ---> 26ae524a7634 [2021-04-01T01:55:19.499Z] Step 7/22 : RUN go mod download [2021-04-01T01:55:19.499Z] ---> Running in 05abd4bfed56 [2021-04-01T01:55:19.765Z] ---> Running in 5cfd785c8a5f [2021-04-01T01:55:19.765Z] Removing intermediate container 9e8ad94088d5 [2021-04-01T01:55:19.765Z] ---> 21837d21ce90 [2021-04-01T01:55:19.765Z] Step 6/23 : COPY go.mod . [2021-04-01T01:55:20.345Z] ---> 58e7327afa45 [2021-04-01T01:55:20.345Z] Step 7/23 : RUN go mod download [2021-04-01T01:55:20.345Z] ---> Running in d9f7ac9aeed5 [2021-04-01T01:55:20.613Z] OK: 233 MiB in 51 packages [2021-04-01T01:55:21.193Z] Removing intermediate container 265d2a5bb6e5 [2021-04-01T01:55:21.193Z] ---> af19498dcb0d [2021-04-01T01:55:21.193Z] Step 6/22 : COPY go.mod . [2021-04-01T01:55:21.766Z] Removing intermediate container 0b1bf0cb8af5 [2021-04-01T01:55:21.766Z] ---> 0a6ef119db3a [2021-04-01T01:55:21.766Z] Step 8/31 : COPY . . [2021-04-01T01:55:21.766Z] ---> d18f60d955d4 [2021-04-01T01:55:21.766Z] Step 7/22 : RUN go mod download [2021-04-01T01:55:21.766Z] Removing intermediate container 5cfd785c8a5f [2021-04-01T01:55:21.766Z] ---> 1502ec91bbb8 [2021-04-01T01:55:21.766Z] Step 8/22 : COPY . . [2021-04-01T01:55:22.031Z] ---> Running in 4ca1e302cf86 [2021-04-01T01:55:22.614Z] Removing intermediate container 05abd4bfed56 [2021-04-01T01:55:22.614Z] ---> 98e0621fe6cc [2021-04-01T01:55:22.614Z] Step 8/23 : COPY . . [2021-04-01T01:55:22.614Z] Removing intermediate container d9f7ac9aeed5 [2021-04-01T01:55:22.614Z] ---> 9271b67ebb20 [2021-04-01T01:55:22.614Z] Step 8/23 : COPY . . [2021-04-01T01:55:40.799Z] Removing intermediate container 4ca1e302cf86 [2021-04-01T01:55:40.799Z] ---> 6f90a0f6c2b2 [2021-04-01T01:55:40.799Z] Step 8/22 : COPY . . [2021-04-01T01:55:57.468Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-04-01T01:55:59.018Z] ---> f48273350967 [2021-04-01T01:55:59.018Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-04-01T01:55:59.018Z] ---> a8f093262565 [2021-04-01T01:55:59.018Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-04-01T01:55:59.972Z] ---> 980eb5430308 [2021-04-01T01:55:59.972Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-04-01T01:56:01.367Z] ---> Running in 5890580f226c [2021-04-01T01:56:01.367Z] ---> Running in 1dad22d0e60e [2021-04-01T01:56:02.086Z] ---> Running in cbde11ec7999 [2021-04-01T01:56:03.490Z] ---> 0580256a4207 [2021-04-01T01:56:03.490Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-04-01T01:56:04.224Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-04-01T01:56:04.898Z] ---> Running in d26efd2931a9 [2021-04-01T01:56:05.924Z] 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-04-01T01:56:05.924Z] 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-04-01T01:56:05.924Z] 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-04-01T01:56:06.199Z] 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-04-01T01:56:08.198Z] ---> a9dba77f35f2 [2021-04-01T01:56:08.198Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-04-01T01:56:08.198Z] ---> Running in ea4b85f75e23 [2021-04-01T01:56:09.656Z] 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-04-01T01:56:12.538Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-04-01T01:56:12.539Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-04-01T01:56:13.996Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-04-01T01:56:13.996Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-04-01T01:56:13.996Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-04-01T01:56:15.437Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-04-01T01:56:18.089Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-04-01T01:56:18.690Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-04-01T01:56:26.990Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-04-01T01:56:26.991Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-04-01T01:56:26.991Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-04-01T01:56:32.447Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.350s coverage: 45.9% of statements [2021-04-01T01:56:32.447Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-04-01T01:56:32.447Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-04-01T01:56:32.447Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-04-01T01:56:32.447Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-04-01T01:56:32.447Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-04-01T01:56:32.447Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-04-01T01:56:32.447Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.140s coverage: 19.8% of statements [2021-04-01T01:56:32.737Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.321s coverage: 100.0% of statements [2021-04-01T01:56:39.486Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.551s coverage: 27.1% of statements [2021-04-01T01:56:39.486Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-04-01T01:56:39.486Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-04-01T01:56:39.486Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-04-01T01:56:39.486Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-04-01T01:56:39.486Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-04-01T01:56:39.486Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-04-01T01:56:39.486Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.180s coverage: 100.0% of statements [2021-04-01T01:56:39.486Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-04-01T01:56:39.486Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.150s coverage: 100.0% of statements [2021-04-01T01:56:39.486Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-04-01T01:56:39.486Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-04-01T01:56:41.490Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.250s coverage: 71.3% of statements [2021-04-01T01:56:41.490Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-04-01T01:56:41.490Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-04-01T01:56:42.942Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.500s coverage: 82.9% of statements [2021-04-01T01:56:42.942Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-04-01T01:56:42.942Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-04-01T01:56:42.942Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.148s coverage: 78.9% of statements [2021-04-01T01:56:42.942Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-04-01T01:56:53.153Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.237s coverage: 28.6% of statements [2021-04-01T01:56:53.153Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-04-01T01:56:53.153Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-04-01T01:56:53.153Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-04-01T01:56:53.153Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-04-01T01:56:53.153Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-04-01T01:56:53.153Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.198s coverage: 100.0% of statements [2021-04-01T01:56:53.153Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-04-01T01:56:53.153Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.132s coverage: 100.0% of statements [2021-04-01T01:56:53.153Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-04-01T01:56:53.153Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.373s coverage: 86.7% of statements [2021-04-01T01:56:53.153Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-04-01T01:56:53.153Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.412s coverage: 97.5% of statements [2021-04-01T01:56:53.153Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-04-01T01:56:53.153Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.208s coverage: 78.3% of statements [2021-04-01T01:56:53.153Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-04-01T01:56:53.153Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-04-01T01:56:53.153Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-04-01T01:56:53.153Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-04-01T01:56:56.594Z] Removing intermediate container 1dad22d0e60e [2021-04-01T01:56:56.594Z] ---> d694152576ac [2021-04-01T01:56:56.595Z] [2021-04-01T01:56:56.595Z] Step 10/31 : FROM alpine:3.12 [2021-04-01T01:56:56.595Z] 3.12: Pulling from library/alpine [2021-04-01T01:56:56.595Z] Digest: sha256:d1eaae2a6814b4b10a722fa75e8a6b53db42d1bf531395a107fea0458bfbf1d8 [2021-04-01T01:56:56.595Z] Status: Downloaded newer image for alpine:3.12 [2021-04-01T01:56:56.595Z] ---> 42cb162f0360 [2021-04-01T01:56:56.595Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-04-01T01:56:56.595Z] Removing intermediate container d26efd2931a9 [2021-04-01T01:56:56.595Z] ---> 1511009ba677 [2021-04-01T01:56:56.595Z] [2021-04-01T01:56:56.595Z] Step 10/23 : FROM alpine:3.12 [2021-04-01T01:56:56.595Z] ---> 42cb162f0360 [2021-04-01T01:56:56.595Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-04-01T01:56:56.595Z] Removing intermediate container 5890580f226c [2021-04-01T01:56:56.595Z] ---> 2b18636af8dc [2021-04-01T01:56:56.595Z] [2021-04-01T01:56:56.595Z] Step 10/22 : FROM alpine:3.12 [2021-04-01T01:56:56.595Z] ---> 42cb162f0360 [2021-04-01T01:56:56.595Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-04-01T01:56:56.595Z] ---> Running in 772b5a3bdbbf [2021-04-01T01:56:56.595Z] Removing intermediate container cbde11ec7999 [2021-04-01T01:56:56.595Z] ---> e36cf8225870 [2021-04-01T01:56:56.595Z] [2021-04-01T01:56:56.595Z] Step 10/23 : FROM alpine:3.12 [2021-04-01T01:56:56.595Z] ---> 42cb162f0360 [2021-04-01T01:56:56.595Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-04-01T01:56:56.595Z] ---> Running in 84454d0c9ea8 [2021-04-01T01:56:56.595Z] ---> Running in 352ef6e0d6d6 [2021-04-01T01:56:56.595Z] ---> Running in efd828171c55 [2021-04-01T01:56:56.595Z] Removing intermediate container 772b5a3bdbbf [2021-04-01T01:56:56.595Z] ---> 93a1fe570975 [2021-04-01T01:56:56.595Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-04-01T01:56:56.595Z] ---> Running in 180c6a3e7ef0 [2021-04-01T01:56:56.595Z] Removing intermediate container ea4b85f75e23 [2021-04-01T01:56:56.595Z] ---> 1e7537109054 [2021-04-01T01:56:56.595Z] [2021-04-01T01:56:56.595Z] Step 10/22 : FROM alpine:3.12 [2021-04-01T01:56:56.595Z] ---> 42cb162f0360 [2021-04-01T01:56:56.595Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-04-01T01:56:56.595Z] ---> Running in 125aaecce2d6 [2021-04-01T01:56:56.595Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-01T01:56:56.595Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-01T01:56:56.595Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-01T01:56:56.595Z] (1/2) Installing ca-certificates (20191127-r4) [2021-04-01T01:56:56.595Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-01T01:56:56.595Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-01T01:56:56.595Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-04-01T01:56:56.595Z] Executing busybox-1.31.1-r19.trigger [2021-04-01T01:56:56.595Z] Executing ca-certificates-20191127-r4.trigger [2021-04-01T01:56:56.595Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-01T01:56:56.864Z] OK: 6 MiB in 16 packages [2021-04-01T01:56:56.864Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-04-01T01:56:56.864Z] Executing busybox-1.31.1-r19.trigger [2021-04-01T01:56:56.864Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-01T01:56:56.864Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-04-01T01:56:56.864Z] Executing busybox-1.31.1-r19.trigger [2021-04-01T01:56:56.864Z] OK: 6 MiB in 15 packages [2021-04-01T01:56:56.864Z] OK: 6 MiB in 15 packages [2021-04-01T01:56:56.864Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-01T01:56:57.137Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-01T01:56:57.137Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-04-01T01:56:57.137Z] (2/2) Installing su-exec (0.2-r1) [2021-04-01T01:56:57.138Z] Executing busybox-1.31.1-r19.trigger [2021-04-01T01:56:57.138Z] OK: 6 MiB in 16 packages [2021-04-01T01:56:57.138Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-01T01:56:57.411Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-04-01T01:56:57.411Z] Executing busybox-1.31.1-r19.trigger [2021-04-01T01:56:57.986Z] OK: 6 MiB in 15 packages [2021-04-01T01:56:59.909Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.186s coverage: 92.8% of statements [2021-04-01T01:56:59.909Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-04-01T01:56:59.909Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-04-01T01:56:59.909Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-04-01T01:56:59.909Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-04-01T01:56:59.909Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-04-01T01:56:59.909Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-04-01T01:56:59.909Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-04-01T01:56:59.909Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-04-01T01:56:59.909Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-04-01T01:56:59.909Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-04-01T01:56:59.909Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-04-01T01:56:59.909Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-04-01T01:56:59.909Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-04-01T01:56:59.909Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-04-01T01:56:59.909Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-04-01T01:56:59.909Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-04-01T01:56:59.909Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-04-01T01:56:59.909Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-04-01T01:56:59.909Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.108s coverage: 58.8% of statements [2021-04-01T01:56:59.909Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-04-01T01:56:59.909Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-04-01T01:56:59.909Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.190s coverage: 1.0% of statements [2021-04-01T01:56:59.909Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-04-01T01:56:59.909Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-04-01T01:56:59.909Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-04-01T01:56:59.909Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.214s coverage: 47.1% of statements [2021-04-01T01:56:59.909Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.175s coverage: 79.5% of statements [2021-04-01T01:56:59.909Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.144s coverage: 94.1% of statements [2021-04-01T01:56:59.918Z] Removing intermediate container 84454d0c9ea8 [2021-04-01T01:56:59.918Z] ---> 5cee0858e481 [2021-04-01T01:56:59.918Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-01T01:56:59.918Z] Removing intermediate container efd828171c55 [2021-04-01T01:56:59.918Z] ---> bb4f5a8c9c06 [2021-04-01T01:56:59.918Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-01T01:56:59.918Z] Removing intermediate container 352ef6e0d6d6 [2021-04-01T01:56:59.918Z] ---> e1abe41a9e5d [2021-04-01T01:56:59.918Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-01T01:56:59.918Z] ---> Running in b438bcf2367f [2021-04-01T01:57:00.182Z] ---> Running in c3a6a276205b [2021-04-01T01:57:00.182Z] Removing intermediate container 180c6a3e7ef0 [2021-04-01T01:57:00.182Z] ---> 60eeed8d03be [2021-04-01T01:57:00.182Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-04-01T01:57:00.182Z] ---> Running in 314f0179b9f7 [2021-04-01T01:57:00.182Z] Removing intermediate container 125aaecce2d6 [2021-04-01T01:57:00.182Z] ---> 48324eb37b45 [2021-04-01T01:57:00.182Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-01T01:57:00.182Z] ---> Running in 87790cc5e26a [2021-04-01T01:57:00.182Z] ---> Running in 2e21c09140e3 [2021-04-01T01:57:00.446Z] Removing intermediate container b438bcf2367f [2021-04-01T01:57:00.446Z] ---> c968fbe95706 [2021-04-01T01:57:00.446Z] Step 13/22 : ENV APP_PORT=48060 [2021-04-01T01:57:00.446Z] Removing intermediate container c3a6a276205b [2021-04-01T01:57:00.446Z] ---> 001664763f6e [2021-04-01T01:57:00.446Z] Step 13/23 : ENV APP_PORT=48081 [2021-04-01T01:57:00.446Z] Removing intermediate container 314f0179b9f7 [2021-04-01T01:57:00.446Z] ---> 094c3263c534 [2021-04-01T01:57:00.446Z] Step 13/23 : ENV APP_PORT=48082 [2021-04-01T01:57:00.905Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.160s coverage: 96.3% of statements [2021-04-01T01:57:01.028Z] Removing intermediate container 87790cc5e26a [2021-04-01T01:57:01.029Z] ---> d36c8628e6f0 [2021-04-01T01:57:01.029Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-04-01T01:57:01.029Z] ---> Running in 46964b1123ad [2021-04-01T01:57:01.029Z] ---> Running in 896ae0088ea5 [2021-04-01T01:57:01.029Z] ---> Running in 2e86f1757349 [2021-04-01T01:57:01.029Z] Removing intermediate container 2e21c09140e3 [2021-04-01T01:57:01.029Z] ---> 007b07f3fcdf [2021-04-01T01:57:01.029Z] Step 13/22 : ENV APP_PORT=48085 [2021-04-01T01:57:01.029Z] ---> Running in f298aa5e8c4e [2021-04-01T01:57:01.293Z] ---> Running in 496b494e97bb [2021-04-01T01:57:01.294Z] Removing intermediate container 896ae0088ea5 [2021-04-01T01:57:01.294Z] ---> 92ad827adb35 [2021-04-01T01:57:01.294Z] Step 14/23 : EXPOSE $APP_PORT [2021-04-01T01:57:01.508Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.125s coverage: 87.5% of statements [2021-04-01T01:57:01.556Z] Removing intermediate container 2e86f1757349 [2021-04-01T01:57:01.556Z] ---> 2cbcc920d314 [2021-04-01T01:57:01.556Z] Step 14/23 : EXPOSE $APP_PORT [2021-04-01T01:57:01.556Z] Removing intermediate container 46964b1123ad [2021-04-01T01:57:01.556Z] ---> 1998b16ab381 [2021-04-01T01:57:01.556Z] Step 14/22 : EXPOSE $APP_PORT [2021-04-01T01:57:01.556Z] Removing intermediate container f298aa5e8c4e [2021-04-01T01:57:01.556Z] ---> ae941eaa6a6c [2021-04-01T01:57:01.556Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-04-01T01:57:01.556Z] Removing intermediate container 496b494e97bb [2021-04-01T01:57:01.556Z] ---> 23e7afe0a2d0 [2021-04-01T01:57:01.556Z] Step 14/22 : EXPOSE $APP_PORT [2021-04-01T01:57:01.824Z] ---> Running in 44da016c0df8 [2021-04-01T01:57:01.824Z] ---> Running in 16b7534e6cf1 [2021-04-01T01:57:01.824Z] ---> Running in abc76ba8795b [2021-04-01T01:57:01.824Z] ---> Running in 6548a2a4e192 [2021-04-01T01:57:01.824Z] ---> Running in cc70684c6319 [2021-04-01T01:57:02.090Z] Removing intermediate container 16b7534e6cf1 [2021-04-01T01:57:02.090Z] ---> 265ec797ef02 [2021-04-01T01:57:02.090Z] Step 15/23 : WORKDIR / [2021-04-01T01:57:02.360Z] Removing intermediate container 44da016c0df8 [2021-04-01T01:57:02.360Z] ---> c6e6de2afc51 [2021-04-01T01:57:02.360Z] Step 15/23 : WORKDIR / [2021-04-01T01:57:02.360Z] Removing intermediate container abc76ba8795b [2021-04-01T01:57:02.360Z] ---> 24b46a8e5141 [2021-04-01T01:57:02.360Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-01T01:57:02.360Z] Removing intermediate container cc70684c6319 [2021-04-01T01:57:02.360Z] ---> a34d0bd493ad [2021-04-01T01:57:02.360Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-01T01:57:02.360Z] ---> Running in cb2d69251416 [2021-04-01T01:57:02.360Z] ---> Running in a5e68acccd2e [2021-04-01T01:57:02.631Z] ---> 1dd2cd3ae595 [2021-04-01T01:57:02.631Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-04-01T01:57:02.904Z] Removing intermediate container cb2d69251416 [2021-04-01T01:57:02.904Z] ---> 3ec1a7568d5b [2021-04-01T01:57:02.904Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-01T01:57:02.904Z] Removing intermediate container a5e68acccd2e [2021-04-01T01:57:02.904Z] ---> bc0df4b189f3 [2021-04-01T01:57:02.904Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-01T01:57:02.904Z] ---> 4febead9341f [2021-04-01T01:57:02.904Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-04-01T01:57:03.484Z] ---> 21e064b62ad1 [2021-04-01T01:57:03.484Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-04-01T01:57:03.484Z] Removing intermediate container 6548a2a4e192 [2021-04-01T01:57:03.484Z] ---> 3ce295cee28d [2021-04-01T01:57:03.484Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-04-01T01:57:03.752Z] ---> ccfba041225c [2021-04-01T01:57:03.752Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-04-01T01:57:04.019Z] ---> Running in 3c5e4cfed6d7 [2021-04-01T01:57:04.019Z] ---> c6945d7b3e29 [2021-04-01T01:57:04.019Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-04-01T01:57:04.019Z] ---> a86e9b9b1dc1 [2021-04-01T01:57:04.019Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-04-01T01:57:04.019Z] ---> 22e90f8cded3 [2021-04-01T01:57:04.019Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-04-01T01:57:04.285Z] Removing intermediate container 3c5e4cfed6d7 [2021-04-01T01:57:04.285Z] ---> 62d6e6b89ee1 [2021-04-01T01:57:04.285Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-04-01T01:57:04.562Z] ---> 61de7a70cee2 [2021-04-01T01:57:04.562Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-04-01T01:57:04.562Z] ---> bf2f3cc57a6d [2021-04-01T01:57:04.562Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-04-01T01:57:04.562Z] ---> c43757399e45 [2021-04-01T01:57:04.562Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-04-01T01:57:04.562Z] ---> d72208987595 [2021-04-01T01:57:04.562Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-04-01T01:57:04.834Z] ---> 079aadc6f97f [2021-04-01T01:57:04.834Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-04-01T01:57:04.834Z] ---> Running in 2eb5aac1e2c6 [2021-04-01T01:57:04.834Z] ---> Running in ba63374b19e3 [2021-04-01T01:57:04.834Z] ---> Running in bb7e6213c032 [2021-04-01T01:57:04.834Z] ---> Running in ff386ae25c2b [2021-04-01T01:57:05.104Z] ---> a04c22ec1bdf [2021-04-01T01:57:05.104Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-04-01T01:57:05.367Z] Removing intermediate container 2eb5aac1e2c6 [2021-04-01T01:57:05.367Z] ---> 5c269b6da3d2 [2021-04-01T01:57:05.367Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-01T01:57:05.367Z] ---> Running in f2f4d71a997c [2021-04-01T01:57:05.367Z] Removing intermediate container ba63374b19e3 [2021-04-01T01:57:05.367Z] ---> f61423c39809 [2021-04-01T01:57:05.367Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-01T01:57:05.367Z] Removing intermediate container bb7e6213c032 [2021-04-01T01:57:05.367Z] ---> b70dc113f79b [2021-04-01T01:57:05.367Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-01T01:57:05.629Z] ---> Running in f1e6398a10ff [2021-04-01T01:57:05.629Z] ---> Running in 2043383c56c3 [2021-04-01T01:57:05.629Z] ---> Running in 440ee9efe599 [2021-04-01T01:57:05.629Z] Removing intermediate container f2f4d71a997c [2021-04-01T01:57:05.629Z] ---> e1a7f497b9af [2021-04-01T01:57:05.629Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-01T01:57:05.895Z] Removing intermediate container f1e6398a10ff [2021-04-01T01:57:05.895Z] ---> e509d915a46e [2021-04-01T01:57:05.895Z] Step 20/22 : LABEL arch=x86_64 [2021-04-01T01:57:05.895Z] ---> Running in c4158134a79d [2021-04-01T01:57:06.159Z] Removing intermediate container 2043383c56c3 [2021-04-01T01:57:06.159Z] ---> d9a6c4ce963e [2021-04-01T01:57:06.159Z] Step 20/22 : LABEL arch=x86_64 [2021-04-01T01:57:06.159Z] Removing intermediate container 440ee9efe599 [2021-04-01T01:57:06.159Z] ---> 34e90c358c5e [2021-04-01T01:57:06.159Z] Step 21/23 : LABEL arch=x86_64 [2021-04-01T01:57:06.159Z] ---> Running in d2301a66236e [2021-04-01T01:57:06.422Z] ---> Running in 13043c09a33b [2021-04-01T01:57:06.422Z] ---> Running in 4409a9bd610f [2021-04-01T01:57:06.422Z] Removing intermediate container c4158134a79d [2021-04-01T01:57:06.422Z] ---> 8f5ac5836a17 [2021-04-01T01:57:06.422Z] Step 21/23 : LABEL arch=x86_64 [2021-04-01T01:57:06.691Z] ---> Running in 4e11a880905f [2021-04-01T01:57:06.692Z] Removing intermediate container d2301a66236e [2021-04-01T01:57:06.692Z] ---> 45d8fb1cbbb3 [2021-04-01T01:57:06.692Z] Step 21/22 : LABEL git_sha=03959d18d1ddb09d08d2fce729251ed877b5097a [2021-04-01T01:57:06.692Z] Removing intermediate container 13043c09a33b [2021-04-01T01:57:06.692Z] ---> 23d39000a37a [2021-04-01T01:57:06.692Z] Step 21/22 : LABEL git_sha=03959d18d1ddb09d08d2fce729251ed877b5097a [2021-04-01T01:57:06.692Z] Removing intermediate container 4409a9bd610f [2021-04-01T01:57:06.692Z] ---> 2f86522b0b94 [2021-04-01T01:57:06.692Z] Step 22/23 : LABEL git_sha=03959d18d1ddb09d08d2fce729251ed877b5097a [2021-04-01T01:57:06.965Z] ---> Running in 477714ddbe33 [2021-04-01T01:57:06.965Z] ---> Running in 9e9890e232a4 [2021-04-01T01:57:06.965Z] ---> Running in 533e2d70b77c [2021-04-01T01:57:06.965Z] Removing intermediate container ff386ae25c2b [2021-04-01T01:57:06.965Z] ---> 554989258d11 [2021-04-01T01:57:06.965Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-01T01:57:07.240Z] Removing intermediate container 4e11a880905f [2021-04-01T01:57:07.240Z] ---> a44238546867 [2021-04-01T01:57:07.240Z] Step 22/23 : LABEL git_sha=03959d18d1ddb09d08d2fce729251ed877b5097a [2021-04-01T01:57:07.240Z] ---> Running in c9c9a28efc20 [2021-04-01T01:57:07.240Z] Removing intermediate container 477714ddbe33 [2021-04-01T01:57:07.240Z] ---> 64048a510cea [2021-04-01T01:57:07.240Z] Step 22/22 : LABEL version=0.0.0 [2021-04-01T01:57:07.541Z] Removing intermediate container 9e9890e232a4 [2021-04-01T01:57:07.541Z] ---> b9eaccc988c5 [2021-04-01T01:57:07.541Z] Step 22/22 : LABEL version=0.0.0 [2021-04-01T01:57:07.541Z] Removing intermediate container 533e2d70b77c [2021-04-01T01:57:07.541Z] ---> cb339a45b0ee [2021-04-01T01:57:07.541Z] Step 23/23 : LABEL version=0.0.0 [2021-04-01T01:57:07.822Z] ---> 26d4fcb04b7b [2021-04-01T01:57:07.822Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-04-01T01:57:07.822Z] ---> Running in 467f74826fc7 [2021-04-01T01:57:07.822Z] ---> Running in 76836466deaf [2021-04-01T01:57:07.822Z] ---> Running in ec0b7727b348 [2021-04-01T01:57:07.822Z] Removing intermediate container c9c9a28efc20 [2021-04-01T01:57:07.822Z] ---> 4a7894e5bc09 [2021-04-01T01:57:07.822Z] Step 23/23 : LABEL version=0.0.0 [2021-04-01T01:57:08.144Z] ---> Running in 10a78eb260a0 [2021-04-01T01:57:08.144Z] Removing intermediate container 467f74826fc7 [2021-04-01T01:57:08.144Z] ---> 4b23819877d6 [2021-04-01T01:57:08.144Z] [2021-04-01T01:57:08.144Z] Removing intermediate container 76836466deaf [2021-04-01T01:57:08.144Z] ---> 5ee794402125 [2021-04-01T01:57:08.144Z] [2021-04-01T01:57:08.144Z] Removing intermediate container ec0b7727b348 [2021-04-01T01:57:08.144Z] ---> 11611476e62d [2021-04-01T01:57:08.144Z] [2021-04-01T01:57:08.509Z] Removing intermediate container 10a78eb260a0 [2021-04-01T01:57:08.509Z] ---> 661d4a2ec7f9 [2021-04-01T01:57:08.509Z] [2021-04-01T01:57:08.509Z] ---> 0742afcee85d [2021-04-01T01:57:08.509Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-04-01T01:57:08.509Z] Successfully built 4b23819877d6 [2021-04-01T01:57:08.509Z] Successfully built 5ee794402125 [2021-04-01T01:57:08.509Z] Successfully tagged docker-support-scheduler-go:latest [2021-04-01T01:57:08.799Z]  Building docker-support-scheduler-go ... done Building docker-security-proxy-setup-go [2021-04-01T01:57:08.799Z] Successfully tagged docker-support-notifications-go:latest [2021-04-01T01:57:08.799Z]  Building docker-support-notifications-go ... done Building docker-security-secretstore-setup-go [2021-04-01T01:57:08.799Z] Successfully built 661d4a2ec7f9 [2021-04-01T01:57:08.799Z] Successfully built 11611476e62d [2021-04-01T01:57:08.799Z] Successfully tagged docker-core-metadata-go:latest [2021-04-01T01:57:08.799Z]  Building docker-core-metadata-go ... done Building docker-core-data-go [2021-04-01T01:57:08.799Z] Successfully tagged docker-core-command-go:latest [2021-04-01T01:57:08.799Z] Building docker-sys-mgmt-agent-go [2021-04-01T01:57:08.799Z]  Building docker-core-command-go ... done  ---> 71f77d10e3a1 [2021-04-01T01:57:08.799Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-04-01T01:57:09.099Z] ---> b5052b3f2cbe [2021-04-01T01:57:09.099Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-04-01T01:57:09.370Z] ---> 38a79e4af90b [2021-04-01T01:57:09.370Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-04-01T01:57:09.635Z] ---> Running in 3b8a04aa10f8 [2021-04-01T01:57:09.909Z] Removing intermediate container 3b8a04aa10f8 [2021-04-01T01:57:09.909Z] ---> 229438bff94e [2021-04-01T01:57:09.909Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-04-01T01:57:10.493Z] ---> 98aaf10678d4 [2021-04-01T01:57:10.493Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-04-01T01:57:10.760Z] ---> Running in e3aea8f8c78d [2021-04-01T01:57:15.006Z] Removing intermediate container e3aea8f8c78d [2021-04-01T01:57:15.006Z] ---> ee66cfb43d5e [2021-04-01T01:57:15.006Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-04-01T01:57:16.662Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.171s coverage: 94.4% of statements [2021-04-01T01:57:16.662Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.136s coverage: 44.8% of statements [2021-04-01T01:57:19.255Z] ---> Running in b72c027d03b9 [2021-04-01T01:57:19.255Z] Removing intermediate container b72c027d03b9 [2021-04-01T01:57:19.255Z] ---> 7d4999a27b29 [2021-04-01T01:57:19.255Z] Step 28/31 : CMD ["gate"] [2021-04-01T01:57:20.092Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 14.486s coverage: 82.6% of statements [2021-04-01T01:57:20.209Z] ---> Running in d99e4958d830 [2021-04-01T01:57:22.781Z] Removing intermediate container d99e4958d830 [2021-04-01T01:57:22.781Z] ---> 3eb0d26f9e73 [2021-04-01T01:57:22.781Z] Step 29/31 : LABEL arch=x86_64 [2021-04-01T01:57:22.781Z] ---> Running in c531b8421f23 [2021-04-01T01:57:23.057Z] Removing intermediate container c531b8421f23 [2021-04-01T01:57:23.057Z] ---> 722e75090a19 [2021-04-01T01:57:23.057Z] Step 30/31 : LABEL git_sha=03959d18d1ddb09d08d2fce729251ed877b5097a [2021-04-01T01:57:23.057Z] ---> Running in a2647c5c7a16 [2021-04-01T01:57:23.326Z] Removing intermediate container a2647c5c7a16 [2021-04-01T01:57:23.326Z] ---> e08ef13ba155 [2021-04-01T01:57:23.326Z] Step 31/31 : LABEL version=0.0.0 [2021-04-01T01:57:23.591Z] ---> Running in 24264f14acde [2021-04-01T01:57:23.864Z] Removing intermediate container 24264f14acde [2021-04-01T01:57:23.864Z] ---> 3682fdc80af4 [2021-04-01T01:57:23.864Z] [2021-04-01T01:57:24.131Z] Successfully built 3682fdc80af4 [2021-04-01T01:57:24.131Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-04-01T01:57:30.289Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.195s coverage: 92.9% of statements [2021-04-01T01:57:30.290Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-04-01T01:57:30.290Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-04-01T01:57:30.290Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-04-01T01:57:30.290Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.054s coverage: 77.8% of statements [2021-04-01T01:57:30.290Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-04-01T01:57:30.290Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-04-01T01:57:30.290Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-04-01T01:57:30.290Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-04-01T01:57:30.290Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-04-01T01:57:30.290Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.069s coverage: 87.2% of statements [2021-04-01T01:57:30.290Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-04-01T01:57:30.290Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-04-01T01:57:30.290Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.109s coverage: 100.0% of statements [2021-04-01T01:57:30.290Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-04-01T01:57:30.290Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.146s coverage: 75.5% of statements [2021-04-01T01:57:30.290Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-04-01T01:57:30.290Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.123s coverage: 80.8% of statements [2021-04-01T01:57:30.290Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.175s coverage: 87.2% of statements [2021-04-01T01:57:30.290Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.210s coverage: 84.6% of statements [2021-04-01T01:57:30.290Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.271s coverage: 91.6% of statements [2021-04-01T01:57:30.290Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-04-01T01:57:30.290Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.615s coverage: 64.4% of statements [2021-04-01T01:57:30.290Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-04-01T01:57:30.290Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-04-01T01:57:30.290Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.129s coverage: 100.0% of statements [2021-04-01T01:57:30.290Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.095s coverage: 91.3% of statements [2021-04-01T01:57:30.290Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.062s coverage: 100.0% of statements [2021-04-01T01:57:30.290Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.059s coverage: 73.7% of statements [2021-04-01T01:57:31.286Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.048s coverage: 100.0% of statements [2021-04-01T01:57:34.704Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.903s coverage: 69.0% of statements [2021-04-01T01:57:34.704Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-04-01T01:57:34.704Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-04-01T01:57:34.704Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-04-01T01:57:36.142Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.464s coverage: 38.4% of statements [2021-04-01T01:57:36.142Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-04-01T01:57:36.142Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-04-01T01:57:36.142Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.094s coverage: 89.5% of statements [2021-04-01T01:57:36.142Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-04-01T01:57:36.142Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.080s coverage: 84.8% of statements [2021-04-01T01:57:39.252Z]  Building docker-security-bootstrapper-go ... done Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-01T01:57:39.252Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-04-01T01:57:39.252Z] ---> b35026497b1d [2021-04-01T01:57:39.252Z] Step 3/21 : WORKDIR /edgex-go [2021-04-01T01:57:39.252Z] ---> Using cache [2021-04-01T01:57:39.252Z] ---> e0d136420889 [2021-04-01T01:57:39.252Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-01T01:57:39.252Z] ---> Using cache [2021-04-01T01:57:39.252Z] ---> 46f1836c5ea2 [2021-04-01T01:57:39.252Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-04-01T01:57:39.252Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-01T01:57:39.252Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-01T01:57:39.252Z] ---> b35026497b1d [2021-04-01T01:57:39.252Z] Step 3/23 : WORKDIR /edgex-go [2021-04-01T01:57:39.252Z] ---> Using cache [2021-04-01T01:57:39.252Z] ---> e0d136420889 [2021-04-01T01:57:39.252Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-01T01:57:39.252Z] ---> Using cache [2021-04-01T01:57:39.252Z] ---> 46f1836c5ea2 [2021-04-01T01:57:39.252Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-04-01T01:57:39.252Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-01T01:57:39.252Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-04-01T01:57:39.252Z] ---> b35026497b1d [2021-04-01T01:57:39.252Z] Step 3/26 : WORKDIR /edgex-go [2021-04-01T01:57:39.252Z] ---> Using cache [2021-04-01T01:57:39.252Z] ---> e0d136420889 [2021-04-01T01:57:39.252Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-01T01:57:39.252Z] ---> Using cache [2021-04-01T01:57:39.252Z] ---> 46f1836c5ea2 [2021-04-01T01:57:39.252Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-04-01T01:57:39.252Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-01T01:57:39.252Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-04-01T01:57:39.252Z] ---> b35026497b1d [2021-04-01T01:57:39.252Z] Step 3/24 : WORKDIR /edgex-go [2021-04-01T01:57:39.252Z] ---> Using cache [2021-04-01T01:57:39.252Z] ---> e0d136420889 [2021-04-01T01:57:39.252Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-01T01:57:39.252Z] ---> Using cache [2021-04-01T01:57:39.252Z] ---> 46f1836c5ea2 [2021-04-01T01:57:39.252Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-04-01T01:57:40.194Z] ---> Running in 6d27dce4454c [2021-04-01T01:57:40.194Z] ---> Running in 0a746e2a535e [2021-04-01T01:57:40.194Z] ---> Running in 69328a77bb01 [2021-04-01T01:57:40.194Z] ---> Running in 879800481e53 [2021-04-01T01:57:41.156Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-01T01:57:41.156Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-01T01:57:41.156Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-01T01:57:41.156Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-01T01:57:42.098Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-01T01:57:42.098Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-01T01:57:42.098Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-01T01:57:42.359Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-01T01:57:42.622Z] OK: 233 MiB in 51 packages [2021-04-01T01:57:42.622Z] OK: 233 MiB in 51 packages [2021-04-01T01:57:42.865Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.435s coverage: 47.0% of statements [2021-04-01T01:57:42.865Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-04-01T01:57:42.865Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-04-01T01:57:42.865Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-04-01T01:57:42.865Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-04-01T01:57:42.865Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-04-01T01:57:42.865Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.150s coverage: 100.0% of statements [2021-04-01T01:57:42.865Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-04-01T01:57:42.865Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.093s coverage: 100.0% of statements [2021-04-01T01:57:42.865Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-04-01T01:57:42.865Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-04-01T01:57:42.865Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-04-01T01:57:42.865Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-04-01T01:57:42.865Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.412s coverage: 87.1% of statements [2021-04-01T01:57:42.865Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-04-01T01:57:42.865Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-04-01T01:57:42.865Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-04-01T01:57:42.890Z] OK: 233 MiB in 51 packages [2021-04-01T01:57:43.156Z] OK: 233 MiB in 51 packages [2021-04-01T01:57:43.419Z] Removing intermediate container 879800481e53 [2021-04-01T01:57:43.419Z] ---> 41db28fcd383 [2021-04-01T01:57:43.419Z] Step 6/24 : COPY go.mod . [2021-04-01T01:57:43.419Z] Removing intermediate container 0a746e2a535e [2021-04-01T01:57:43.419Z] ---> 03010da86463 [2021-04-01T01:57:43.419Z] Step 6/23 : COPY go.mod . [2021-04-01T01:57:43.684Z] Removing intermediate container 69328a77bb01 [2021-04-01T01:57:43.684Z] ---> 068b421fcf79 [2021-04-01T01:57:43.684Z] Step 6/26 : COPY go.mod . [2021-04-01T01:57:43.684Z] ---> 322c21aba53f [2021-04-01T01:57:43.684Z] Step 7/24 : RUN go mod download [2021-04-01T01:57:43.948Z] Removing intermediate container 6d27dce4454c [2021-04-01T01:57:43.948Z] ---> 715c05e27d8c [2021-04-01T01:57:43.948Z] Step 6/21 : COPY go.mod . [2021-04-01T01:57:43.948Z] ---> 6100f7c814eb [2021-04-01T01:57:43.948Z] Step 7/23 : RUN go mod download [2021-04-01T01:57:43.948Z] ---> Running in a3d9583d6ca6 [2021-04-01T01:57:43.948Z] ---> 8d1edebd7b05 [2021-04-01T01:57:43.948Z] Step 7/26 : RUN go mod download [2021-04-01T01:57:44.211Z] ---> Running in 22ed504fcd9b [2021-04-01T01:57:44.211Z] ---> Running in fa6675506d6e [2021-04-01T01:57:44.484Z] ---> a8d6a32aa1d2 [2021-04-01T01:57:44.484Z] Step 7/21 : RUN go mod download [2021-04-01T01:57:44.484Z] ---> Running in 0c2deb718e8a [2021-04-01T01:57:46.445Z] Removing intermediate container 0c2deb718e8a [2021-04-01T01:57:46.445Z] ---> 689d8e7c1fa0 [2021-04-01T01:57:46.445Z] Step 8/21 : COPY . . [2021-04-01T01:57:46.445Z] Removing intermediate container fa6675506d6e [2021-04-01T01:57:46.445Z] ---> 7b425d2dda92 [2021-04-01T01:57:46.445Z] Step 8/26 : COPY . . [2021-04-01T01:57:46.715Z] Removing intermediate container a3d9583d6ca6 [2021-04-01T01:57:46.715Z] ---> 1e2b0ad3c187 [2021-04-01T01:57:46.715Z] Step 8/24 : COPY . . [2021-04-01T01:57:46.715Z] Removing intermediate container 22ed504fcd9b [2021-04-01T01:57:46.715Z] ---> 74512d24fe82 [2021-04-01T01:57:46.715Z] Step 8/23 : COPY . . [2021-04-01T01:57:51.202Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.472s coverage: 29.1% of statements [2021-04-01T01:57:51.202Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-04-01T01:57:51.202Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-04-01T01:57:51.202Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-04-01T01:57:51.202Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-04-01T01:57:51.202Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-04-01T01:57:51.202Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.181s coverage: 99.0% of statements [2021-04-01T01:57:51.202Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-04-01T01:57:51.202Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.211s coverage: 100.0% of statements [2021-04-01T01:57:51.202Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-04-01T01:57:51.202Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-04-01T01:57:51.202Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-04-01T01:57:51.202Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-04-01T01:57:51.202Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.350s coverage: 95.6% of statements [2021-04-01T01:57:51.202Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-04-01T01:57:51.202Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-04-01T01:57:51.202Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-04-01T01:57:51.202Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.038s coverage: 0.0% of statements [2021-04-01T01:57:51.202Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-04-01T01:57:51.202Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.062s coverage: 100.0% of statements [2021-04-01T01:57:51.202Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-04-01T01:57:51.202Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-04-01T01:57:51.202Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-04-01T01:57:51.202Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-04-01T01:57:51.202Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.086s coverage: 87.9% of statements [2021-04-01T01:57:51.202Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-04-01T01:57:51.202Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-04-01T01:57:51.202Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.051s coverage: 100.0% of statements [2021-04-01T01:57:51.202Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.111s coverage: 32.1% of statements [2021-04-01T01:57:52.186Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.076s coverage: 100.0% of statements [2021-04-01T01:57:52.782Z] GO111MODULE=on go vet ./... [2021-04-01T01:58:18.980Z] ---> 499c483ad1d6 [2021-04-01T01:58:18.980Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-04-01T01:58:18.980Z] ---> 9515e93281ea [2021-04-01T01:58:18.980Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-04-01T01:58:18.980Z] ---> Running in f90396b7fb49 [2021-04-01T01:58:18.980Z] ---> Running in ca15503463e4 [2021-04-01T01:58:18.980Z] ---> b8b0f51a2b64 [2021-04-01T01:58:18.980Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-04-01T01:58:18.980Z] ---> Running in 905a49a86150 [2021-04-01T01:58:18.980Z] ---> fde299e3b635 [2021-04-01T01:58:18.980Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-04-01T01:58:18.980Z] ---> Running in f59faaa91631 [2021-04-01T01:58:18.980Z] 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-04-01T01:58:18.980Z] 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-04-01T01:58:18.980Z] 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-04-01T01:58:18.980Z] 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-04-01T01:58:45.714Z] 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-04-01T01:58:45.714Z] 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-04-01T01:58:47.153Z] Removing intermediate container ca15503463e4 [2021-04-01T01:58:47.153Z] ---> cc11abba5d84 [2021-04-01T01:58:47.153Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-04-01T01:58:47.153Z] ---> Running in 1faf551e9107 [2021-04-01T01:58:48.116Z] 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-04-01T01:58:53.435Z] Removing intermediate container f59faaa91631 [2021-04-01T01:58:53.435Z] ---> 2f77284776f1 [2021-04-01T01:58:53.435Z] [2021-04-01T01:58:53.435Z] Step 10/24 : FROM alpine:3.12 [2021-04-01T01:58:53.435Z] ---> 42cb162f0360 [2021-04-01T01:58:53.435Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec [2021-04-01T01:58:53.435Z] Removing intermediate container f90396b7fb49 [2021-04-01T01:58:53.435Z] ---> 7562e2f29f70 [2021-04-01T01:58:53.435Z] [2021-04-01T01:58:53.435Z] Step 10/21 : FROM alpine:3.12 [2021-04-01T01:58:53.435Z] ---> 42cb162f0360 [2021-04-01T01:58:53.435Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-04-01T01:58:53.435Z] ---> Running in bc5a04a50e70 [2021-04-01T01:58:53.435Z] ---> Running in 68dd549f6e7b [2021-04-01T01:58:53.435Z] Removing intermediate container 1faf551e9107 [2021-04-01T01:58:53.435Z] ---> 4fefb1e8f935 [2021-04-01T01:58:53.435Z] [2021-04-01T01:58:53.435Z] Step 11/26 : FROM docker:20.10.0 [2021-04-01T01:58:53.435Z] 20.10.0: Pulling from library/docker [2021-04-01T01:58:54.419Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-01T01:58:54.419Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-01T01:58:54.419Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-01T01:58:54.419Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-01T01:58:54.694Z] (1/4) Installing ca-certificates (20191127-r4) [2021-04-01T01:58:54.694Z] (1/6) Installing ca-certificates (20191127-r4) [2021-04-01T01:58:54.694Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-04-01T01:58:54.694Z] (2/6) Installing nghttp2-libs (1.41.0-r0) [2021-04-01T01:58:54.694Z] (3/4) Installing libcurl (7.69.1-r3) [2021-04-01T01:58:54.694Z] (3/6) Installing libcurl (7.69.1-r3) [2021-04-01T01:58:54.694Z] (4/4) Installing curl (7.69.1-r3) [2021-04-01T01:58:54.694Z] Executing busybox-1.31.1-r19.trigger [2021-04-01T01:58:54.694Z] (4/6) Installing curl (7.69.1-r3) [2021-04-01T01:58:54.694Z] (5/6) Installing dumb-init (1.2.2-r1) [2021-04-01T01:58:54.694Z] (6/6) Installing su-exec (0.2-r1) [2021-04-01T01:58:54.694Z] Executing busybox-1.31.1-r19.trigger [2021-04-01T01:58:54.694Z] Executing ca-certificates-20191127-r4.trigger [2021-04-01T01:58:54.694Z] Executing ca-certificates-20191127-r4.trigger [2021-04-01T01:58:54.972Z] OK: 7 MiB in 18 packages [2021-04-01T01:58:54.972Z] OK: 7 MiB in 20 packages [2021-04-01T01:58:57.532Z] Removing intermediate container 905a49a86150 [2021-04-01T01:58:57.532Z] ---> 7371406b4b19 [2021-04-01T01:58:57.532Z] [2021-04-01T01:58:57.532Z] Step 10/23 : FROM alpine:3.12 [2021-04-01T01:58:57.532Z] ---> 42cb162f0360 [2021-04-01T01:58:57.532Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-04-01T01:58:57.532Z] ---> Running in 9b737746d2c4 [2021-04-01T01:58:57.802Z] Removing intermediate container 9b737746d2c4 [2021-04-01T01:58:57.802Z] ---> 9d0e4dfd3ac2 [2021-04-01T01:58:57.802Z] Step 12/23 : ENV APP_PORT=48080 [2021-04-01T01:58:58.073Z] Removing intermediate container 68dd549f6e7b [2021-04-01T01:58:58.073Z] ---> babd6b6d3410 [2021-04-01T01:58:58.073Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-04-01T01:58:58.073Z] Removing intermediate container bc5a04a50e70 [2021-04-01T01:58:58.073Z] ---> 9c9b66021e73 [2021-04-01T01:58:58.073Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-04-01T01:58:58.073Z] ---> Running in ef742af9b5f1 [2021-04-01T01:58:58.073Z] ---> Running in 977881a44355 [2021-04-01T01:58:59.023Z] ---> Running in a98286bd5527 [2021-04-01T01:58:59.023Z] Removing intermediate container 977881a44355 [2021-04-01T01:58:59.023Z] Removing intermediate container ef742af9b5f1 [2021-04-01T01:58:59.023Z] ---> ddddb2d46674 [2021-04-01T01:58:59.023Z] Step 13/23 : EXPOSE $APP_PORT [2021-04-01T01:58:59.023Z] ---> ff9c3419872a [2021-04-01T01:58:59.023Z] Step 13/24 : WORKDIR / [2021-04-01T01:58:59.292Z] ---> Running in 8d0713329548 [2021-04-01T01:58:59.292Z] ---> Running in 25f183623dd6 [2021-04-01T01:58:59.292Z] Removing intermediate container a98286bd5527 [2021-04-01T01:58:59.292Z] ---> 8d6030ef4638 [2021-04-01T01:58:59.292Z] Step 13/21 : WORKDIR /edgex [2021-04-01T01:58:59.292Z] ---> Running in 47060e3df261 [2021-04-01T01:58:59.557Z] Removing intermediate container 25f183623dd6 [2021-04-01T01:58:59.557Z] ---> b53a001cd4bb [2021-04-01T01:58:59.557Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-01T01:58:59.845Z] ---> Running in 45fe96e34243 [2021-04-01T01:58:59.845Z] Removing intermediate container 8d0713329548 [2021-04-01T01:58:59.845Z] ---> d6910893baaf [2021-04-01T01:58:59.845Z] 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-04-01T01:58:59.845Z] Removing intermediate container 47060e3df261 [2021-04-01T01:58:59.845Z] ---> 6f7576ca6eaf [2021-04-01T01:58:59.845Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-04-01T01:59:00.117Z] ---> 697591a16a35 [2021-04-01T01:59:00.117Z] 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-04-01T01:59:00.383Z] ---> d42fc1fa9c94 [2021-04-01T01:59:00.383Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-04-01T01:59:00.647Z] ---> 54cc08194679 [2021-04-01T01:59:00.647Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-04-01T01:59:00.924Z] ---> 898eba6b44b3 [2021-04-01T01:59:00.924Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-04-01T01:59:01.189Z] Removing intermediate container 45fe96e34243 [2021-04-01T01:59:01.189Z] ---> 625be206f2ae [2021-04-01T01:59:01.189Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-04-01T01:59:01.189Z] ---> dd811a618377 [2021-04-01T01:59:01.189Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-04-01T01:59:01.189Z] ---> Running in db9f8f4384e9 [2021-04-01T01:59:01.458Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-04-01T01:59:01.458Z] Status: Downloaded newer image for docker:20.10.0 [2021-04-01T01:59:01.458Z] ---> aefe523efa57 [2021-04-01T01:59:01.458Z] Step 12/26 : RUN apk add --no-cache bash [2021-04-01T01:59:01.732Z] ---> e42e41945626 [2021-04-01T01:59:01.732Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-04-01T01:59:01.732Z] ---> Running in 6e05ca7f7969 [2021-04-01T01:59:01.732Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-01T01:59:02.000Z] ---> 95759de9ab0d [2021-04-01T01:59:02.000Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-04-01T01:59:02.000Z] ---> Running in 96f1c6a7135b [2021-04-01T01:59:02.263Z] Removing intermediate container 96f1c6a7135b [2021-04-01T01:59:02.263Z] ---> fa241ebdd6fc [2021-04-01T01:59:02.263Z] Step 18/21 : CMD ["--init=true"] [2021-04-01T01:59:02.529Z] ---> Running in 990efc76dad7 [2021-04-01T01:59:02.529Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-01T01:59:02.529Z] ---> 40bd63033c05 [2021-04-01T01:59:02.529Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-04-01T01:59:02.529Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-01T01:59:02.529Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-01T01:59:02.791Z] (1/2) Installing readline (8.0.4-r0) [2021-04-01T01:59:02.791Z] (2/2) Installing bash (5.0.17-r0) [2021-04-01T01:59:02.791Z] Executing bash-5.0.17-r0.post-install [2021-04-01T01:59:02.791Z] Executing busybox-1.31.1-r19.trigger [2021-04-01T01:59:02.791Z] OK: 12 MiB in 22 packages [2021-04-01T01:59:02.791Z] Removing intermediate container 990efc76dad7 [2021-04-01T01:59:02.791Z] ---> 507670b4d86e [2021-04-01T01:59:02.791Z] Step 19/21 : LABEL arch=x86_64 [2021-04-01T01:59:03.063Z] ---> Running in cc7f78376864 [2021-04-01T01:59:03.063Z] ---> 07d47b9dd6c9 [2021-04-01T01:59:03.063Z] 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-04-01T01:59:03.063Z] ---> Running in cbdf6f1c1ac8 [2021-04-01T01:59:03.325Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-04-01T01:59:03.325Z] Removing intermediate container cc7f78376864 [2021-04-01T01:59:03.325Z] ---> 86d809ba6893 [2021-04-01T01:59:03.325Z] Step 20/21 : LABEL git_sha=03959d18d1ddb09d08d2fce729251ed877b5097a [2021-04-01T01:59:03.325Z] (2/6) Installing libgcc (9.3.0-r2) [2021-04-01T01:59:03.325Z] (3/6) Installing libsodium (1.0.18-r0) [2021-04-01T01:59:03.593Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-04-01T01:59:03.593Z] ---> Running in 8f738c11e95c [2021-04-01T01:59:03.594Z] Removing intermediate container 6e05ca7f7969 [2021-04-01T01:59:03.594Z] ---> 33cec72b3bb9 [2021-04-01T01:59:03.594Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-04-01T01:59:03.857Z] ---> Running in c8b88bf503b4 [2021-04-01T01:59:03.857Z] (5/6) Installing libzmq (4.3.3-r0) [2021-04-01T01:59:03.857Z] Removing intermediate container 8f738c11e95c [2021-04-01T01:59:03.857Z] ---> 81a686afa8c8 [2021-04-01T01:59:03.857Z] Step 21/21 : LABEL version=0.0.0 [2021-04-01T01:59:03.857Z] (6/6) Installing zeromq (4.3.3-r0) [2021-04-01T01:59:03.857Z] Removing intermediate container c8b88bf503b4 [2021-04-01T01:59:03.857Z] ---> 06419548fbf4 [2021-04-01T01:59:03.857Z] Step 14/26 : ENV APP_PORT=48090 [2021-04-01T01:59:03.857Z] Executing busybox-1.31.1-r19.trigger [2021-04-01T01:59:03.857Z] OK: 8 MiB in 20 packages [2021-04-01T01:59:04.119Z] ---> Running in 245f039de925 [2021-04-01T01:59:04.119Z] ---> Running in 120cc384ea00 [2021-04-01T01:59:04.381Z] Removing intermediate container 245f039de925 [2021-04-01T01:59:04.381Z] ---> 5bdb0ab7d8d2 [2021-04-01T01:59:04.381Z] [2021-04-01T01:59:04.381Z] Removing intermediate container 120cc384ea00 [2021-04-01T01:59:04.381Z] ---> 0aeb36391977 [2021-04-01T01:59:04.381Z] Step 15/26 : EXPOSE $APP_PORT [2021-04-01T01:59:04.643Z] Successfully built 5bdb0ab7d8d2 [2021-04-01T01:59:04.643Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-04-01T01:59:04.643Z]  Building docker-security-proxy-setup-go ... done  ---> Running in 878698fde26f [2021-04-01T01:59:04.910Z] Removing intermediate container db9f8f4384e9 [2021-04-01T01:59:04.910Z] ---> 93cf7bc4b1cf [2021-04-01T01:59:04.910Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-01T01:59:05.180Z] Removing intermediate container cbdf6f1c1ac8 [2021-04-01T01:59:05.180Z] ---> 2ec3c7745e38 [2021-04-01T01:59:05.180Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-04-01T01:59:05.180Z] Removing intermediate container 878698fde26f [2021-04-01T01:59:05.180Z] ---> c5ce48246163 [2021-04-01T01:59:05.180Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-04-01T01:59:05.180Z] ---> Running in 3dbe30073733 [2021-04-01T01:59:05.455Z] ---> 6eff5296ffde [2021-04-01T01:59:05.455Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-04-01T01:59:05.455Z] Removing intermediate container 3dbe30073733 [2021-04-01T01:59:05.455Z] ---> 60b639756e69 [2021-04-01T01:59:05.455Z] Step 22/24 : LABEL arch=x86_64 [2021-04-01T01:59:05.455Z] ---> Running in bdaad0bc9346 [2021-04-01T01:59:05.721Z] ---> 675efbc75db2 [2021-04-01T01:59:05.721Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-04-01T01:59:05.721Z] Removing intermediate container bdaad0bc9346 [2021-04-01T01:59:05.721Z] ---> e35d83d82f5b [2021-04-01T01:59:05.721Z] Step 23/24 : LABEL git_sha=03959d18d1ddb09d08d2fce729251ed877b5097a [2021-04-01T01:59:05.986Z] ---> 12dd152e7124 [2021-04-01T01:59:05.986Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-04-01T01:59:05.986Z] ---> Running in 78b5326fbc16 [2021-04-01T01:59:05.986Z] ---> fd81c964dfce [2021-04-01T01:59:05.986Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-04-01T01:59:06.252Z] Removing intermediate container 78b5326fbc16 [2021-04-01T01:59:06.252Z] ---> 5d8d286f44e2 [2021-04-01T01:59:06.252Z] Step 24/24 : LABEL version=0.0.0 [2021-04-01T01:59:06.252Z] ---> Running in 50674a614399 [2021-04-01T01:59:06.531Z] ---> 0ebbb6491e24 [2021-04-01T01:59:06.532Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-04-01T01:59:06.532Z] ---> 9d29bf80791a [2021-04-01T01:59:06.532Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-04-01T01:59:06.532Z] ---> Running in c2c2cd823244 [2021-04-01T01:59:06.532Z] Removing intermediate container 50674a614399 [2021-04-01T01:59:06.532Z] ---> d16f8759986c [2021-04-01T01:59:06.532Z] [2021-04-01T01:59:06.532Z] ---> Running in 4f345f54e53c [2021-04-01T01:59:06.802Z] Removing intermediate container c2c2cd823244 [2021-04-01T01:59:06.802Z] ---> f455c507d7d9 [2021-04-01T01:59:06.802Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-01T01:59:06.802Z] Successfully built d16f8759986c [2021-04-01T01:59:07.064Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-04-01T01:59:07.065Z]  Building docker-security-secretstore-setup-go ... done  ---> Running in 8e09f1de4f7f [2021-04-01T01:59:07.327Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-01T01:59:07.327Z] Removing intermediate container 8e09f1de4f7f [2021-04-01T01:59:07.327Z] ---> fbe6bf9a6d40 [2021-04-01T01:59:07.327Z] Step 21/23 : LABEL arch=x86_64 [2021-04-01T01:59:07.327Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-01T01:59:07.587Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-04-01T01:59:07.587Z] (2/33) Installing expat (2.2.9-r1) [2021-04-01T01:59:07.587Z] (3/33) Installing libffi (3.3-r2) [2021-04-01T01:59:07.587Z] (4/33) Installing gdbm (1.13-r1) [2021-04-01T01:59:07.587Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-04-01T01:59:07.587Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-04-01T01:59:07.587Z] (7/33) Installing python3 (3.8.8-r0) [2021-04-01T01:59:07.587Z] ---> Running in 7563e9914387 [2021-04-01T01:59:08.533Z] Removing intermediate container 7563e9914387 [2021-04-01T01:59:08.533Z] ---> 2f55a98898a4 [2021-04-01T01:59:08.533Z] Step 22/23 : LABEL git_sha=03959d18d1ddb09d08d2fce729251ed877b5097a [2021-04-01T01:59:11.857Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-04-01T01:59:11.857Z] ---> Running in d8dcbce1faf5 [2021-04-01T01:59:11.857Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-04-01T01:59:11.857Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-04-01T01:59:11.857Z] (11/33) Installing py3-six (1.15.0-r0) [2021-04-01T01:59:11.857Z] (12/33) Installing py3-packaging (20.4-r0) [2021-04-01T01:59:11.857Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-04-01T01:59:11.857Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-04-01T01:59:11.857Z] (15/33) Installing py3-idna (2.9-r0) [2021-04-01T01:59:11.857Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-04-01T01:59:11.857Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-04-01T01:59:11.857Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-04-01T01:59:11.857Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-04-01T01:59:11.857Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-04-01T01:59:11.857Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-04-01T01:59:12.816Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-04-01T01:59:12.816Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-04-01T01:59:12.816Z] Removing intermediate container d8dcbce1faf5 [2021-04-01T01:59:12.816Z] ---> 37f4428993a5 [2021-04-01T01:59:12.816Z] Step 23/23 : LABEL version=0.0.0 [2021-04-01T01:59:12.816Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-04-01T01:59:12.816Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-04-01T01:59:12.816Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-04-01T01:59:13.092Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-04-01T01:59:13.092Z] ---> Running in 69d69a4f653f [2021-04-01T01:59:13.092Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-04-01T01:59:13.092Z] (29/33) Installing py3-progress (1.5-r0) [2021-04-01T01:59:13.092Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-04-01T01:59:13.092Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-04-01T01:59:13.092Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-04-01T01:59:13.092Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-04-01T01:59:13.666Z] Executing busybox-1.31.1-r19.trigger [2021-04-01T01:59:13.932Z] Removing intermediate container 69d69a4f653f [2021-04-01T01:59:13.932Z] ---> a8327c8d43b0 [2021-04-01T01:59:13.932Z] [2021-04-01T01:59:13.932Z] OK: 71 MiB in 55 packages [2021-04-01T01:59:14.199Z] Successfully built a8327c8d43b0 [2021-04-01T01:59:14.199Z] Successfully tagged docker-core-data-go:latest [2021-04-01T01:59:14.593Z] gofmt -l . [2021-04-01T01:59:14.593Z] [ "`gofmt -l .`" = "" ] [2021-04-01T01:59:14.593Z] ./bin/test-go-mod-tidy.sh [2021-04-01T01:59:14.593Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-04-01T01:59:15.528Z] + ls -al . [2021-04-01T01:59:15.528Z] total 812 [2021-04-01T01:59:15.528Z] drwxrwxr-x 9 1001 1001 4096 Apr 1 01:59 . [2021-04-01T01:59:15.528Z] drwxr-xr-x 4 root root 4096 Apr 1 01:54 .. [2021-04-01T01:59:15.528Z] -rw-rw-r-- 1 1001 1001 11 Apr 1 01:53 .dockerignore [2021-04-01T01:59:15.528Z] drwxrwxr-x 8 1001 1001 4096 Apr 1 01:53 .git [2021-04-01T01:59:15.528Z] drwxrwxr-x 3 1001 1001 4096 Apr 1 01:53 .github [2021-04-01T01:59:15.528Z] -rw-rw-r-- 1 1001 1001 818 Apr 1 01:53 .gitignore [2021-04-01T01:59:15.528Z] -rw-rw-r-- 1 1001 1001 166 Apr 1 01:53 .sonarcloud.properties [2021-04-01T01:59:15.528Z] -rw-rw-r-- 1 1001 1001 8607 Apr 1 01:53 Attribution.txt [2021-04-01T01:59:15.528Z] -rw-rw-r-- 1 1001 1001 3804 Apr 1 01:53 CONTRIBUTING.md [2021-04-01T01:59:15.528Z] -rw-rw-r-- 1 1001 1001 931 Apr 1 01:53 Dockerfile.build [2021-04-01T01:59:15.528Z] -rw-rw-r-- 1 1001 1001 863 Apr 1 01:53 Jenkinsfile [2021-04-01T01:59:15.528Z] -rw-rw-r-- 1 1001 1001 10775 Apr 1 01:53 LICENSE [2021-04-01T01:59:15.528Z] -rw-rw-r-- 1 1001 1001 5774 Apr 1 01:53 Makefile [2021-04-01T01:59:15.528Z] -rw-rw-r-- 1 1001 1001 6548 Apr 1 01:53 README.md [2021-04-01T01:59:15.528Z] -rw-rw-r-- 1 1001 1001 6755 Apr 1 01:53 SECURITY.md [2021-04-01T01:59:15.528Z] -rw-rw-r-- 1 1001 1001 5 Apr 1 01:50 VERSION [2021-04-01T01:59:15.528Z] -rw-rw-r-- 1 1001 1001 4131 Apr 1 01:53 ZMQWindows.md [2021-04-01T01:59:15.528Z] drwxrwxr-x 2 1001 1001 4096 Apr 1 01:53 bin [2021-04-01T01:59:15.528Z] drwxrwxr-x 14 1001 1001 4096 Apr 1 01:53 cmd [2021-04-01T01:59:15.528Z] -rw-r--r-- 1 root root 672489 Apr 1 01:57 coverage.out [2021-04-01T01:59:15.528Z] -rw-r--r-- 1 root root 1056 Apr 1 01:59 go.mod [2021-04-01T01:59:15.528Z] -rw-r--r-- 1 root root 22360 Apr 1 01:59 go.sum [2021-04-01T01:59:15.528Z] drwxrwxr-x 8 1001 1001 4096 Apr 1 01:53 internal [2021-04-01T01:59:15.528Z] drwxrwxr-x 4 1001 1001 4096 Apr 1 01:53 openapi [2021-04-01T01:59:15.528Z] drwxrwxr-x 4 1001 1001 4096 Apr 1 01:53 snap [2021-04-01T01:59:15.528Z] -rw-rw-r-- 1 1001 1001 168 Apr 1 01:53 version.go [Pipeline] sh [2021-04-01T01:59:16.191Z] + '[' -e coverage.out ] [2021-04-01T01:59:16.191Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-04-01T01:59:16.215Z] Warning: overwriting stash ‘coverage-report’ [2021-04-01T01:59:17.573Z] Stashed 1 file(s) [Pipeline] sh [2021-04-01T01:59:18.245Z] + make build [2021-04-01T01:59:18.245Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-04-01T01:59:19.795Z]  Building docker-core-data-go ... done Removing intermediate container 4f345f54e53c [2021-04-01T01:59:19.795Z] ---> 3e74b693663f [2021-04-01T01:59:19.795Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-04-01T01:59:20.390Z] ---> Running in 14947d0fd6a9 [2021-04-01T01:59:22.330Z] Collecting docker-compose==1.23.2 [2021-04-01T01:59:22.330Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-04-01T01:59:22.330Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-04-01T01:59:22.330Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-04-01T01:59:22.330Z] Collecting texttable<0.10,>=0.9.0 [2021-04-01T01:59:22.592Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-04-01T01:59:22.853Z] Collecting cached-property<2,>=1.2.0 [2021-04-01T01:59:23.116Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-04-01T01:59:23.116Z] Collecting PyYAML<4,>=3.10 [2021-04-01T01:59:23.116Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-04-01T01:59:24.058Z] Collecting docker<4.0,>=3.6.0 [2021-04-01T01:59:24.058Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-04-01T01:59:24.320Z] Collecting websocket-client<1.0,>=0.32.0 [2021-04-01T01:59:24.320Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-04-01T01:59:24.320Z] 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-04-01T01:59:24.583Z] Collecting jsonschema<3,>=2.5.1 [2021-04-01T01:59:24.583Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-04-01T01:59:24.583Z] Collecting docopt<0.7,>=0.6.1 [2021-04-01T01:59:24.583Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-04-01T01:59:25.159Z] Collecting dockerpty<0.5,>=0.4.1 [2021-04-01T01:59:25.159Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-04-01T01:59:25.730Z] 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-04-01T01:59:25.730Z] Collecting urllib3<1.25,>=1.21.1 [2021-04-01T01:59:25.730Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-04-01T01:59:25.730Z] 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-04-01T01:59:25.730Z] Collecting idna<2.8,>=2.5 [2021-04-01T01:59:25.730Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-04-01T01:59:25.995Z] Collecting docker-pycreds>=0.4.0 [2021-04-01T01:59:25.995Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-04-01T01:59:25.995Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-04-01T01:59:25.995Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-04-01T01:59:25.995Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-04-01T01:59:25.995Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-04-01T01:59:25.995Z] Installing collected packages: urllib3, idna, requests, texttable, cached-property, PyYAML, websocket-client, docker-pycreds, docker, jsonschema, docopt, dockerpty, docker-compose [2021-04-01T01:59:25.995Z] Attempting uninstall: urllib3 [2021-04-01T01:59:25.995Z] Found existing installation: urllib3 1.25.9 [2021-04-01T01:59:25.995Z] Uninstalling urllib3-1.25.9: [2021-04-01T01:59:26.258Z] Successfully uninstalled urllib3-1.25.9 [2021-04-01T01:59:26.258Z] Attempting uninstall: idna [2021-04-01T01:59:26.258Z] Found existing installation: idna 2.9 [2021-04-01T01:59:26.258Z] Uninstalling idna-2.9: [2021-04-01T01:59:26.518Z] Successfully uninstalled idna-2.9 [2021-04-01T01:59:26.518Z] Attempting uninstall: requests [2021-04-01T01:59:26.518Z] Found existing installation: requests 2.23.0 [2021-04-01T01:59:26.518Z] Uninstalling requests-2.23.0: [2021-04-01T01:59:26.785Z] Successfully uninstalled requests-2.23.0 [2021-04-01T01:59:26.785Z] Running setup.py install for texttable: started [2021-04-01T01:59:27.364Z] Running setup.py install for texttable: finished with status 'done' [2021-04-01T01:59:27.364Z] Running setup.py install for PyYAML: started [2021-04-01T01:59:27.940Z] Running setup.py install for PyYAML: finished with status 'done' [2021-04-01T01:59:28.516Z] Running setup.py install for docopt: started [2021-04-01T01:59:28.525Z] 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-04-01T01:59:28.777Z] Running setup.py install for docopt: finished with status 'done' [2021-04-01T01:59:28.777Z] Running setup.py install for dockerpty: started [2021-04-01T01:59:29.351Z] Running setup.py install for dockerpty: finished with status 'done' [2021-04-01T01:59:29.613Z] 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-04-01T01:59:32.168Z] Removing intermediate container 14947d0fd6a9 [2021-04-01T01:59:32.168Z] ---> 5b5649cbc96e [2021-04-01T01:59:32.168Z] Step 21/26 : RUN apk --no-cache add curl [2021-04-01T01:59:32.168Z] ---> Running in 0cc864fea51a [2021-04-01T01:59:32.741Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-01T01:59:32.741Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-01T01:59:33.002Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-04-01T01:59:33.002Z] (2/3) Installing libcurl (7.69.1-r3) [2021-04-01T01:59:33.002Z] (3/3) Installing curl (7.69.1-r3) [2021-04-01T01:59:33.002Z] Executing busybox-1.31.1-r19.trigger [2021-04-01T01:59:33.002Z] OK: 72 MiB in 58 packages [2021-04-01T01:59:33.575Z] Removing intermediate container 0cc864fea51a [2021-04-01T01:59:33.575Z] ---> 0c87c15b7dfc [2021-04-01T01:59:33.575Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-04-01T01:59:33.575Z] ---> Running in 68b7a485012d [2021-04-01T01:59:33.575Z] Removing intermediate container 68b7a485012d [2021-04-01T01:59:33.575Z] ---> c98695e427e2 [2021-04-01T01:59:33.575Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-01T01:59:33.835Z] ---> Running in 725d548386aa [2021-04-01T01:59:33.835Z] Removing intermediate container 725d548386aa [2021-04-01T01:59:33.835Z] ---> b889abded575 [2021-04-01T01:59:33.835Z] Step 24/26 : LABEL arch=x86_64 [2021-04-01T01:59:33.835Z] ---> Running in 67321ed2ee7f [2021-04-01T01:59:34.098Z] Removing intermediate container 67321ed2ee7f [2021-04-01T01:59:34.098Z] ---> dcd5e500119a [2021-04-01T01:59:34.098Z] Step 25/26 : LABEL git_sha=03959d18d1ddb09d08d2fce729251ed877b5097a [2021-04-01T01:59:34.098Z] ---> Running in 51f5f263c4bf [2021-04-01T01:59:34.360Z] Removing intermediate container 51f5f263c4bf [2021-04-01T01:59:34.360Z] ---> 3358b7a1d2f5 [2021-04-01T01:59:34.360Z] Step 26/26 : LABEL version=0.0.0 [2021-04-01T01:59:34.360Z] ---> Running in cad1546534c1 [2021-04-01T01:59:34.621Z] Removing intermediate container cad1546534c1 [2021-04-01T01:59:34.621Z] ---> b7265c552e97 [2021-04-01T01:59:34.621Z] [2021-04-01T01:59:34.882Z] Successfully built b7265c552e97 [2021-04-01T01:59:34.882Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-04-01T01:59:35.155Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-04-01T01:59:35.161Z] $ docker stop --time=1 bbd2c79fd16cea224e657ab2add4e81f867d5e80f0488d941db39d0abcaf9eb5 [2021-04-01T01:59:37.623Z] $ docker rm -f bbd2c79fd16cea224e657ab2add4e81f867d5e80f0488d941db39d0abcaf9eb5 [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-01T01:59:38.169Z] + docker images [2021-04-01T01:59:38.169Z] + grep docker [2021-04-01T01:59:38.746Z] docker-sys-mgmt-agent-go latest b7265c552e97 4 seconds ago 314MB [2021-04-01T01:59:38.746Z] docker-core-data-go latest a8327c8d43b0 25 seconds ago 22.7MB [2021-04-01T01:59:38.746Z] docker-security-secretstore-setup-go latest d16f8759986c 32 seconds ago 25.7MB [2021-04-01T01:59:38.746Z] docker-security-proxy-setup-go latest 5bdb0ab7d8d2 34 seconds ago 25.4MB [2021-04-01T01:59:38.746Z] docker-security-bootstrapper-go latest 3682fdc80af4 2 minutes ago 18.9MB [2021-04-01T01:59:38.746Z] docker-core-command-go latest 661d4a2ec7f9 2 minutes ago 17.3MB [2021-04-01T01:59:38.746Z] docker-support-scheduler-go latest 4b23819877d6 2 minutes ago 17.4MB [2021-04-01T01:59:38.746Z] docker-support-notifications-go latest 5ee794402125 2 minutes ago 17.9MB [2021-04-01T01:59:38.746Z] docker-core-metadata-go latest 11611476e62d 2 minutes ago 19MB [2021-04-01T01:59:38.746Z] 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-04-01T01:59:39.483Z] Running on prd-ubuntu18.04-docker-8c-8g-32377 in /w/workspace/edgexfoundry_edgex-go_PR-3322 [Pipeline] { [Pipeline] ws [2021-04-01T01:59:39.534Z] Running in /w/workspace/edgex-go/4 [Pipeline] { [Pipeline] checkout [2021-04-01T01:59:41.554Z] using credential edgex-jenkins-ssh [2021-04-01T01:59:41.607Z] Cloning the remote Git repository [2021-04-01T01:59:41.622Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-04-01T01:59:41.683Z] > git init /w/workspace/edgex-go/4 # timeout=10 [2021-04-01T01:59:41.707Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-04-01T01:59:41.707Z] > git --version # timeout=10 [2021-04-01T01:59:41.736Z] > git --version # 'git version 2.17.1' [2021-04-01T01:59:41.737Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-01T01:59:41.787Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-01T01:59:47.481Z] Merging remotes/origin/master commit f2bd0815c0e73667d07e5744b61daa5be38d8f92 into PR head commit 03959d18d1ddb09d08d2fce729251ed877b5097a [2021-04-01T01:59:47.599Z] Merge succeeded, producing 03959d18d1ddb09d08d2fce729251ed877b5097a [2021-04-01T01:59:47.599Z] Checking out Revision 03959d18d1ddb09d08d2fce729251ed877b5097a (PR-3322) [2021-04-01T01:59:46.767Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-04-01T01:59:46.773Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-01T01:59:46.784Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-04-01T01:59:46.794Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-04-01T01:59:46.794Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-01T01:59:46.797Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3322/head:refs/remotes/origin/PR-3322 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-01T01:59:47.482Z] > git config core.sparsecheckout # timeout=10 [2021-04-01T01:59:47.489Z] > git checkout -f 03959d18d1ddb09d08d2fce729251ed877b5097a # timeout=10 [2021-04-01T01:59:47.566Z] > git remote # timeout=10 [2021-04-01T01:59:47.572Z] > git config --get remote.origin.url # timeout=10 [2021-04-01T01:59:47.576Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-01T01:59:47.579Z] > git merge f2bd0815c0e73667d07e5744b61daa5be38d8f92 # timeout=10 [2021-04-01T01:59:47.587Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-04-01T01:59:47.595Z] > git config core.sparsecheckout # timeout=10 [2021-04-01T01:59:47.600Z] > git checkout -f 03959d18d1ddb09d08d2fce729251ed877b5097a # timeout=10 [2021-04-01T01:59:51.214Z] Commit message: "feat(scheduler): Implement Patch /intervalaction V2 API" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-01T01:59:52.285Z] + echo snap-build.sh [2021-04-01T01:59:52.285Z] snap-build.sh [2021-04-01T01:59:52.285Z] + SNAP_BASE_DIR=. [2021-04-01T01:59:52.285Z] + '[' '!' -z /w/workspace/edgex-go/4 ']' [2021-04-01T01:59:52.285Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/4 [2021-04-01T01:59:52.285Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/4]' [2021-04-01T01:59:52.285Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/4] [2021-04-01T01:59:52.285Z] + cd /w/workspace/edgex-go/4 [2021-04-01T01:59:52.285Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-04-01T01:59:52.285Z] Reading package lists... [2021-04-01T01:59:52.285Z] Building dependency tree... [2021-04-01T01:59:52.285Z] Reading state information... [2021-04-01T01:59:52.547Z] The following packages were automatically installed and are no longer required: [2021-04-01T01:59:52.547Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-04-01T01:59:52.547Z] uidmap xdelta3 [2021-04-01T01:59:52.547Z] Use 'sudo apt autoremove' to remove them. [2021-04-01T01:59:52.547Z] The following packages will be REMOVED: [2021-04-01T01:59:52.547Z] lxd* lxd-client* [2021-04-01T01:59:52.809Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-04-01T01:59:52.809Z] After this operation, 31.7 MB disk space will be freed. [2021-04-01T01:59:53.854Z] (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-04-01T01:59:53.854Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-04-01T01:59:54.427Z] Removing lxd dnsmasq configuration [2021-04-01T01:59:54.688Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-04-01T01:59:54.949Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-04-01T01:59:55.335Z] 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-04-01T01:59:56.763Z] 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-04-01T02:00:03.480Z] 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-04-01T02:00:03.755Z] 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-04-01T02:00:09.169Z] 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-04-01T02:00:14.576Z] 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-04-01T02:00:18.881Z] 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-04-01T02:00:24.284Z] 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-04-01T02:00:28.590Z] 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-04-01T02:00:32.897Z] 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-04-01T02:00:41.196Z] $ docker stop --time=1 aa4ea7eb57d9ca11d21d10863145f9a8b67d45f3a4233b2802f857f488a170d3 [2021-04-01T02:00:43.665Z] $ docker rm -f aa4ea7eb57d9ca11d21d10863145f9a8b67d45f3a4233b2802f857f488a170d3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-01T02:00:45.830Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-04-01T02:00:45.831Z] [2021-04-01T02:00:45.831Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-01T02:00:46.242Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-04-01T02:00:46.515Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-04-01T02:00:46.515Z] 29e5d40040c1: Pulling fs layer [2021-04-01T02:00:46.515Z] 1ce36da41761: Pulling fs layer [2021-04-01T02:00:46.515Z] 25b303627fd3: Pulling fs layer [2021-04-01T02:00:46.789Z] 29e5d40040c1: Verifying Checksum [2021-04-01T02:00:46.789Z] 29e5d40040c1: Download complete [2021-04-01T02:00:47.390Z] 29e5d40040c1: Pull complete [2021-04-01T02:00:47.390Z] 1ce36da41761: Verifying Checksum [2021-04-01T02:00:47.390Z] 1ce36da41761: Download complete [2021-04-01T02:00:48.828Z] 1ce36da41761: Pull complete [2021-04-01T02:00:49.099Z] 25b303627fd3: Verifying Checksum [2021-04-01T02:00:49.100Z] 25b303627fd3: Download complete [2021-04-01T02:00:59.254Z] 25b303627fd3: Pull complete [2021-04-01T02:00:59.254Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-04-01T02:00:59.254Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-04-01T02:00:59.254Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-04-01T02:00:59.519Z] prd-ubuntu18.04-docker-arm64-4c-16g-32386 does not seem to be running inside a container [2021-04-01T02:00:59.591Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@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-04-01T02:01:02.854Z] $ docker top 6096e6bcad9a374853746a27fc1644386024d6ec312022183f4c22dcedde05fa -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-01T02:01:03.912Z] + docker-compose build --help [2021-04-01T02:01:03.912Z] + grep parallel [2021-04-01T02:01:07.278Z] --parallel Build images in parallel. [Pipeline] } [2021-04-01T02:01:07.556Z] $ docker stop --time=1 6096e6bcad9a374853746a27fc1644386024d6ec312022183f4c22dcedde05fa [2021-04-01T02:01:09.510Z] $ docker rm -f 6096e6bcad9a374853746a27fc1644386024d6ec312022183f4c22dcedde05fa [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-01T02:01:10.369Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-04-01T02:01:10.369Z] . [Pipeline] withDockerContainer [2021-04-01T02:01:10.634Z] prd-ubuntu18.04-docker-arm64-4c-16g-32386 does not seem to be running inside a container [2021-04-01T02:01:10.700Z] $ 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/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-04-01T02:01:12.039Z] $ docker top 1d66e56099c0eac47565cd3c6e0a77bb99b5fae5974ca07f980e5ec6de9b4202 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-01T02:01:13.086Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-04-01T02:01:17.377Z] Building docker-core-command-go ... [2021-04-01T02:01:17.377Z] Building docker-core-data-go ... [2021-04-01T02:01:17.377Z] Building docker-core-metadata-go ... [2021-04-01T02:01:17.377Z] Building docker-security-bootstrapper-go ... [2021-04-01T02:01:17.377Z] Building docker-security-proxy-setup-go ... [2021-04-01T02:01:17.377Z] Building docker-security-secretstore-setup-go ... [2021-04-01T02:01:17.377Z] Building docker-support-notifications-go ... [2021-04-01T02:01:17.377Z] Building docker-support-scheduler-go ... [2021-04-01T02:01:17.377Z] Building docker-sys-mgmt-agent-go ... [2021-04-01T02:01:17.377Z] Building docker-support-scheduler-go [2021-04-01T02:01:17.377Z] Building docker-security-bootstrapper-go [2021-04-01T02:01:17.377Z] Building docker-core-data-go [2021-04-01T02:01:17.377Z] Building docker-support-notifications-go [2021-04-01T02:01:17.377Z] Building docker-security-secretstore-setup-go [2021-04-01T02:01:46.463Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-04-01T02:01:46.463Z] (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-04-01T02:01:46.463Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-04-01T02:01:46.463Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-04-01T02:01:46.463Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-04-01T02:01:46.463Z] + sudo snap remove --purge lxd [2021-04-01T02:01:46.463Z] snap "lxd" is not installed [2021-04-01T02:01:46.463Z] + sudo groupadd --force --system lxd [2021-04-01T02:01:46.463Z] ++ whoami [2021-04-01T02:01:46.463Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-04-01T02:01:46.463Z] + newgrp - lxd [2021-04-01T02:01:46.464Z] + sudo snap install lxd [2021-04-01T02:02:13.051Z] 2021-04-01T02:02:08Z INFO Waiting for automatic snapd restart... [2021-04-01T02:02:39.155Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-01T02:02:39.156Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-04-01T02:02:39.156Z] ---> 60f706151110 [2021-04-01T02:02:39.156Z] Step 3/22 : WORKDIR /edgex-go [2021-04-01T02:02:39.156Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-01T02:02:39.156Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-04-01T02:02:39.156Z] ---> 60f706151110 [2021-04-01T02:02:39.156Z] Step 3/31 : WORKDIR /edgex-go [2021-04-01T02:02:39.156Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-01T02:02:39.156Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-01T02:02:39.156Z] ---> 60f706151110 [2021-04-01T02:02:39.156Z] Step 3/23 : WORKDIR /edgex-go [2021-04-01T02:02:39.156Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-01T02:02:39.156Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-04-01T02:02:39.156Z] ---> 60f706151110 [2021-04-01T02:02:39.156Z] Step 3/24 : WORKDIR /edgex-go [2021-04-01T02:02:39.156Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-01T02:02:39.156Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-04-01T02:02:39.156Z] ---> 60f706151110 [2021-04-01T02:02:39.156Z] Step 3/22 : WORKDIR /edgex-go [2021-04-01T02:02:39.156Z] ---> Running in 3f298e4c9bae [2021-04-01T02:02:39.156Z] ---> Running in 0139c764d18b [2021-04-01T02:02:39.156Z] ---> Running in 45624fdb5d6e [2021-04-01T02:02:39.156Z] ---> Running in f5ba0afeaf93 [2021-04-01T02:02:39.156Z] ---> Running in 400df9f3b583 [2021-04-01T02:02:39.156Z] Removing intermediate container f5ba0afeaf93 [2021-04-01T02:02:39.156Z] ---> 3de8301ee96a [2021-04-01T02:02:39.156Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-01T02:02:39.156Z] Removing intermediate container 45624fdb5d6e [2021-04-01T02:02:39.156Z] ---> 09b5e1470d63 [2021-04-01T02:02:39.156Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-01T02:02:39.156Z] Removing intermediate container 0139c764d18b [2021-04-01T02:02:39.156Z] ---> e2689753eddc [2021-04-01T02:02:39.156Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-01T02:02:39.156Z] Removing intermediate container 400df9f3b583 [2021-04-01T02:02:39.156Z] ---> db5c659c7a05 [2021-04-01T02:02:39.156Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-01T02:02:39.156Z] Removing intermediate container 3f298e4c9bae [2021-04-01T02:02:39.156Z] ---> 7bf8ed10a6e7 [2021-04-01T02:02:39.156Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-01T02:02:39.156Z] ---> Running in ce11a68dfe4d [2021-04-01T02:02:39.156Z] ---> Running in 939b75e0f162 [2021-04-01T02:02:39.156Z] ---> Running in c1885bd997e3 [2021-04-01T02:02:39.156Z] ---> Running in 2be3f6509557 [2021-04-01T02:02:39.156Z] ---> Running in 7dc086018342 [2021-04-01T02:02:39.156Z] Removing intermediate container ce11a68dfe4d [2021-04-01T02:02:39.156Z] ---> b8793a567958 [2021-04-01T02:02:39.156Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-04-01T02:02:39.156Z] ---> Running in 770e804f9ad4 [2021-04-01T02:02:39.156Z] Removing intermediate container c1885bd997e3 [2021-04-01T02:02:39.156Z] ---> 298f6a254a07 [2021-04-01T02:02:39.156Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-04-01T02:02:39.156Z] ---> Running in a1b30c0f05ac [2021-04-01T02:02:39.156Z] Removing intermediate container 939b75e0f162 [2021-04-01T02:02:39.156Z] ---> c122be46504d [2021-04-01T02:02:39.156Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-04-01T02:02:39.156Z] Removing intermediate container 2be3f6509557 [2021-04-01T02:02:39.156Z] ---> 74eb7d78ddaa [2021-04-01T02:02:39.156Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-04-01T02:02:39.156Z] Removing intermediate container 7dc086018342 [2021-04-01T02:02:39.156Z] ---> 5548c98cd57e [2021-04-01T02:02:39.156Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-04-01T02:02:39.156Z] ---> Running in 9723eee1b4e0 [2021-04-01T02:02:39.156Z] ---> Running in 66f48a3562f0 [2021-04-01T02:02:39.156Z] ---> Running in ca592f390567 [2021-04-01T02:02:39.156Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-01T02:02:39.156Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-01T02:02:39.156Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-01T02:02:39.156Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-01T02:02:39.156Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-01T02:02:39.426Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-01T02:02:39.426Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-01T02:02:39.629Z] lxd 4.12 from Canonical* installed [2021-04-01T02:02:39.629Z] + sudo lxd init --auto [2021-04-01T02:02:40.034Z] OK: 217 MiB in 51 packages [2021-04-01T02:02:40.034Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-01T02:02:40.034Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-01T02:02:40.035Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-01T02:02:40.313Z] OK: 217 MiB in 51 packages [2021-04-01T02:02:40.917Z] OK: 217 MiB in 51 packages [2021-04-01T02:02:40.917Z] OK: 217 MiB in 51 packages [2021-04-01T02:02:40.917Z] OK: 217 MiB in 51 packages [2021-04-01T02:02:41.514Z] Removing intermediate container 770e804f9ad4 [2021-04-01T02:02:41.514Z] ---> 679dc9e5d67f [2021-04-01T02:02:41.514Z] Step 6/22 : COPY go.mod . [2021-04-01T02:02:42.133Z] Removing intermediate container a1b30c0f05ac [2021-04-01T02:02:42.133Z] ---> 2b998d0afd0e [2021-04-01T02:02:42.133Z] Step 6/31 : COPY go.mod . [2021-04-01T02:02:42.406Z] ---> b8baebb17f35 [2021-04-01T02:02:42.406Z] Step 7/22 : RUN go mod download [2021-04-01T02:02:42.686Z] Removing intermediate container 9723eee1b4e0 [2021-04-01T02:02:42.686Z] ---> c5dd344e3d03 [2021-04-01T02:02:42.686Z] Step 6/22 : COPY go.mod . [2021-04-01T02:02:42.686Z] ---> Running in 243d7e98a6c0 [2021-04-01T02:02:42.959Z] Removing intermediate container 66f48a3562f0 [2021-04-01T02:02:42.959Z] ---> dad309c04181 [2021-04-01T02:02:42.959Z] Step 6/24 : COPY go.mod . [2021-04-01T02:02:42.959Z] Removing intermediate container ca592f390567 [2021-04-01T02:02:42.959Z] ---> 03ccf26012ab [2021-04-01T02:02:42.959Z] Step 6/23 : COPY go.mod . [2021-04-01T02:02:43.236Z] ---> 7b340f0c5e6c [2021-04-01T02:02:43.236Z] Step 7/31 : RUN go mod download [2021-04-01T02:02:43.516Z] ---> Running in e1c111b66e36 [2021-04-01T02:02:44.128Z] ---> f1e6396ddd3b [2021-04-01T02:02:44.128Z] Step 7/22 : RUN go mod download [2021-04-01T02:02:44.128Z] ---> 96da7fa62e97 [2021-04-01T02:02:44.128Z] Step 7/24 : RUN go mod download [2021-04-01T02:02:44.128Z] ---> Running in e554fda99198 [2021-04-01T02:02:44.409Z] ---> 11a0d4a733b6 [2021-04-01T02:02:44.409Z] Step 7/23 : RUN go mod download [2021-04-01T02:02:44.409Z] ---> Running in 4a6ffdd1fa01 [2021-04-01T02:02:44.683Z] ---> Running in f2963d8d9897 [2021-04-01T02:02:44.913Z] + sudo snap install --classic snapcraft [2021-04-01T02:02:47.321Z] Removing intermediate container 243d7e98a6c0 [2021-04-01T02:02:47.321Z] ---> fcd247c1fad0 [2021-04-01T02:02:47.321Z] Step 8/22 : COPY . . [2021-04-01T02:02:47.593Z] Removing intermediate container e1c111b66e36 [2021-04-01T02:02:47.593Z] ---> 68112aa5ff3a [2021-04-01T02:02:47.593Z] Step 8/31 : COPY . . [2021-04-01T02:02:49.579Z] Removing intermediate container e554fda99198 [2021-04-01T02:02:49.579Z] ---> b09bdf0bf551 [2021-04-01T02:02:49.579Z] Step 8/22 : COPY . . [2021-04-01T02:02:50.185Z] Removing intermediate container 4a6ffdd1fa01 [2021-04-01T02:02:50.185Z] ---> ffd05d4cb596 [2021-04-01T02:02:50.185Z] Step 8/24 : COPY . . [2021-04-01T02:02:50.782Z] Removing intermediate container f2963d8d9897 [2021-04-01T02:02:50.782Z] ---> d5f70c66b275 [2021-04-01T02:02:50.782Z] Step 8/23 : COPY . . [2021-04-01T02:02:57.137Z] snapcraft 4.6 from Canonical* installed [2021-04-01T02:02:57.137Z] + '[' -f snap/local/build-helpers/bin/minimal-snap-build.sh ']' [2021-04-01T02:02:57.137Z] + ./snap/local/build-helpers/bin/minimal-snap-build.sh [2021-04-01T02:02:57.137Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-01T02:02:57.137Z] Dload Upload Total Spent Left Speed [2021-04-01T02:02:57.137Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 627 100 627 0 0 4294 0 --:--:-- --:--:-- --:--:-- 4294 [2021-04-01T02:02:57.137Z] 100 3325k 100 3325k 0 0 6443k 0 --:--:-- --:--:-- --:--:-- 6443k [2021-04-01T02:02:57.137Z] ./yq_linux_amd64 [2021-04-01T02:02:57.137Z] + sudo snapcraft prime --use-lxd [2021-04-01T02:02:58.522Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-04-01T02:02:58.522Z] 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-04-01T02:02:58.522Z] - README.md [2021-04-01T02:02:58.522Z] [2021-04-01T02:02:58.522Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-04-01T02:02:59.097Z] Launching a container. [2021-04-01T02:03:09.114Z] Waiting for container to be ready [2021-04-01T02:03:09.684Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-04-01T02:03:09.684Z] [2021-04-01T02:03:13.899Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-04-01T02:03:13.899Z] Waiting for network to be ready... [2021-04-01T02:03:13.899Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-04-01T02:03:14.171Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1639 kB] [2021-04-01T02:03:14.171Z] Get:3 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-04-01T02:03:14.171Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [310 kB] [2021-04-01T02:03:14.171Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] [2021-04-01T02:03:14.171Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-04-01T02:03:14.171Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [265 kB] [2021-04-01T02:03:14.171Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [34.6 kB] [2021-04-01T02:03:14.171Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1118 kB] [2021-04-01T02:03:14.171Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [251 kB] [2021-04-01T02:03:14.741Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-04-01T02:03:14.741Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-04-01T02:03:15.007Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-04-01T02:03:15.007Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-04-01T02:03:15.007Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-04-01T02:03:15.007Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-04-01T02:03:15.007Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-04-01T02:03:15.007Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-04-01T02:03:15.269Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-04-01T02:03:15.529Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1978 kB] [2021-04-01T02:03:15.529Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [402 kB] [2021-04-01T02:03:15.529Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] [2021-04-01T02:03:15.529Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-04-01T02:03:15.529Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [286 kB] [2021-04-01T02:03:15.529Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [38.2 kB] [2021-04-01T02:03:15.529Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1724 kB] [2021-04-01T02:03:15.789Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [365 kB] [2021-04-01T02:03:17.589Z] ---> 468e4988ae3a [2021-04-01T02:03:17.589Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-04-01T02:03:17.589Z] ---> 3950352a66d7 [2021-04-01T02:03:17.589Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-04-01T02:03:17.589Z] ---> 93392ef2c40e [2021-04-01T02:03:17.589Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-04-01T02:03:17.589Z] ---> 4da499092b86 [2021-04-01T02:03:17.589Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-04-01T02:03:17.589Z] ---> dfb9656c6d5f [2021-04-01T02:03:17.589Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-04-01T02:03:17.589Z] ---> Running in 7523cf55790d [2021-04-01T02:03:17.589Z] ---> Running in f6d917a4562d [2021-04-01T02:03:17.589Z] ---> Running in 432388a86b1b [2021-04-01T02:03:17.589Z] ---> Running in 505bc1037662 [2021-04-01T02:03:17.589Z] ---> Running in c39fc2e33c23 [2021-04-01T02:03:17.589Z] 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-04-01T02:03:17.589Z] 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-04-01T02:03:17.589Z] 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-04-01T02:03:17.589Z] 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-04-01T02:03:17.702Z] Fetched 24.2 MB in 4s (6184 kB/s) [2021-04-01T02:03:17.862Z] 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-04-01T02:03:18.642Z] Reading package lists... [2021-04-01T02:03:18.902Z] Reading package lists... [2021-04-01T02:03:18.902Z] Building dependency tree... [2021-04-01T02:03:18.902Z] Reading state information... [2021-04-01T02:03:19.163Z] The following additional packages will be installed: [2021-04-01T02:03:19.163Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-04-01T02:03:19.163Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-04-01T02:03:19.163Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-04-01T02:03:19.163Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-04-01T02:03:19.163Z] Suggested packages: [2021-04-01T02:03:19.163Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-04-01T02:03:19.163Z] Recommended packages: [2021-04-01T02:03:19.163Z] gnupg libsasl2-modules [2021-04-01T02:03:19.163Z] The following NEW packages will be installed: [2021-04-01T02:03:19.163Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-04-01T02:03:19.163Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-04-01T02:03:19.163Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-04-01T02:03:19.163Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-04-01T02:03:19.163Z] The following packages will be upgraded: [2021-04-01T02:03:19.163Z] gpg gpg-agent gpgconf libudev1 [2021-04-01T02:03:19.163Z] 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. [2021-04-01T02:03:19.163Z] Need to get 3530 kB of archives. [2021-04-01T02:03:19.163Z] After this operation, 13.3 MB of additional disk space will be used. [2021-04-01T02:03:19.163Z] Get:1 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-04-01T02:03:19.163Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] [2021-04-01T02:03:19.164Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB] [2021-04-01T02:03:19.164Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.10 [154 kB] [2021-04-01T02:03:19.424Z] Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.45 [59.0 kB] [2021-04-01T02:03:19.684Z] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.45 [1101 kB] [2021-04-01T02:03:19.946Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-04-01T02:03:19.946Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-04-01T02:03:19.946Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] [2021-04-01T02:03:20.210Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] [2021-04-01T02:03:20.210Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] [2021-04-01T02:03:20.210Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-04-01T02:03:20.210Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-04-01T02:03:20.210Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-04-01T02:03:20.210Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-04-01T02:03:20.210Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-04-01T02:03:20.210Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-04-01T02:03:20.210Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-04-01T02:03:20.210Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-04-01T02:03:20.210Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-04-01T02:03:20.210Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-04-01T02:03:20.210Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] [2021-04-01T02:03:20.210Z] debconf: delaying package configuration, since apt-utils is not installed [2021-04-01T02:03:20.210Z] Fetched 3530 kB in 1s (3199 kB/s) [2021-04-01T02:03:20.469Z] (Reading database ... 12511 files and directories currently installed.) [2021-04-01T02:03:20.469Z] Preparing to unpack .../libudev1_237-3ubuntu10.45_amd64.deb ... [2021-04-01T02:03:20.469Z] Unpacking libudev1:amd64 (237-3ubuntu10.45) over (237-3ubuntu10) ... [2021-04-01T02:03:20.469Z] Setting up libudev1:amd64 (237-3ubuntu10.45) ... [2021-04-01T02:03:20.729Z] Selecting previously unselected package udev. [2021-04-01T02:03:20.730Z] (Reading database ... 12511 files and directories currently installed.) [2021-04-01T02:03:20.730Z] Preparing to unpack .../00-udev_237-3ubuntu10.45_amd64.deb ... [2021-04-01T02:03:20.730Z] Unpacking udev (237-3ubuntu10.45) ... [2021-04-01T02:03:20.991Z] Selecting previously unselected package libfuse2:amd64. [2021-04-01T02:03:20.991Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-04-01T02:03:20.991Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-04-01T02:03:20.991Z] Selecting previously unselected package fuse. [2021-04-01T02:03:20.991Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-04-01T02:03:20.991Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-04-01T02:03:21.251Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... [2021-04-01T02:03:21.251Z] Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-04-01T02:03:21.251Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... [2021-04-01T02:03:21.251Z] Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-04-01T02:03:21.511Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... [2021-04-01T02:03:21.511Z] Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-04-01T02:03:21.511Z] Selecting previously unselected package libksba8:amd64. [2021-04-01T02:03:21.511Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-04-01T02:03:21.511Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-04-01T02:03:21.772Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-04-01T02:03:21.772Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-01T02:03:21.772Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-01T02:03:21.772Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-04-01T02:03:21.772Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-01T02:03:21.772Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-01T02:03:21.772Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-04-01T02:03:21.772Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-01T02:03:21.772Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-01T02:03:22.032Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-04-01T02:03:22.032Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-01T02:03:22.032Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-01T02:03:22.032Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-04-01T02:03:22.032Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-01T02:03:22.032Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-01T02:03:22.292Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-04-01T02:03:22.292Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-01T02:03:22.292Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-01T02:03:22.292Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-04-01T02:03:22.292Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-01T02:03:22.292Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-01T02:03:22.552Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-04-01T02:03:22.552Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-01T02:03:22.552Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-01T02:03:22.552Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-04-01T02:03:22.552Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-01T02:03:22.552Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-01T02:03:22.552Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-04-01T02:03:22.552Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-04-01T02:03:22.552Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-04-01T02:03:22.812Z] Selecting previously unselected package libsasl2-2:amd64. [2021-04-01T02:03:22.812Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-04-01T02:03:22.812Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-04-01T02:03:22.812Z] Selecting previously unselected package libldap-common. [2021-04-01T02:03:22.812Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... [2021-04-01T02:03:22.812Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-04-01T02:03:22.812Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-04-01T02:03:22.812Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... [2021-04-01T02:03:22.812Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-04-01T02:03:23.073Z] Selecting previously unselected package dirmngr. [2021-04-01T02:03:23.073Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... [2021-04-01T02:03:23.073Z] Unpacking dirmngr (2.2.4-1ubuntu1.4) ... [2021-04-01T02:03:23.073Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-04-01T02:03:23.073Z] Setting up gpgconf (2.2.4-1ubuntu1.4) ... [2021-04-01T02:03:23.073Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-04-01T02:03:23.333Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-04-01T02:03:23.333Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-04-01T02:03:23.333Z] Setting up gpg-agent (2.2.4-1ubuntu1.4) ... [2021-04-01T02:03:23.333Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-01T02:03:23.333Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-04-01T02:03:23.333Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-04-01T02:03:23.333Z] Setting up udev (237-3ubuntu10.45) ... [2021-04-01T02:03:23.593Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-04-01T02:03:23.853Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-01T02:03:23.853Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-04-01T02:03:23.853Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-04-01T02:03:24.114Z] Setting up gpg (2.2.4-1ubuntu1.4) ... [2021-04-01T02:03:24.114Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-01T02:03:24.114Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-01T02:03:24.114Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-01T02:03:24.114Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-01T02:03:24.114Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-01T02:03:24.114Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-01T02:03:24.114Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-01T02:03:24.114Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-04-01T02:03:24.376Z] Setting up dirmngr (2.2.4-1ubuntu1.4) ... [2021-04-01T02:03:24.376Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-04-01T02:03:24.947Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-04-01T02:03:24.947Z] settings in the [Install] section, and DefaultInstance for template units). [2021-04-01T02:03:24.947Z] This means they are not meant to be enabled using systemctl. [2021-04-01T02:03:24.947Z] Possible reasons for having this kind of units are: [2021-04-01T02:03:24.947Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-04-01T02:03:24.947Z] .wants/ or .requires/ directory. [2021-04-01T02:03:24.947Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-04-01T02:03:24.947Z] a requirement dependency on it. [2021-04-01T02:03:24.947Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-04-01T02:03:24.947Z] D-Bus, udev, scripted systemctl call, ...). [2021-04-01T02:03:24.947Z] 4) In case of template units, the unit is meant to be enabled with some [2021-04-01T02:03:24.947Z] instance name specified. [2021-04-01T02:03:25.212Z] Reading package lists... [2021-04-01T02:03:25.212Z] Building dependency tree... [2021-04-01T02:03:25.212Z] Reading state information... [2021-04-01T02:03:25.473Z] The following additional packages will be installed: [2021-04-01T02:03:25.473Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-04-01T02:03:25.473Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-04-01T02:03:25.473Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-04-01T02:03:25.473Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-04-01T02:03:25.473Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-04-01T02:03:25.473Z] Suggested packages: [2021-04-01T02:03:25.473Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-04-01T02:03:25.473Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-04-01T02:03:25.473Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-04-01T02:03:25.473Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-04-01T02:03:25.473Z] systemd-container policykit-1 [2021-04-01T02:03:25.473Z] Recommended packages: [2021-04-01T02:03:25.473Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-04-01T02:03:25.473Z] The following NEW packages will be installed: [2021-04-01T02:03:25.473Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-04-01T02:03:25.473Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-04-01T02:03:25.473Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-04-01T02:03:25.473Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-04-01T02:03:25.473Z] python3.6-minimal snapd squashfs-tools sudo [2021-04-01T02:03:25.473Z] The following packages will be upgraded: [2021-04-01T02:03:25.473Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-04-01T02:03:25.473Z] 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. [2021-04-01T02:03:25.473Z] Need to get 35.2 MB of archives. [2021-04-01T02:03:25.473Z] After this operation, 141 MB of additional disk space will be used. [2021-04-01T02:03:25.473Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] [2021-04-01T02:03:25.473Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] [2021-04-01T02:03:25.733Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.9 [1301 kB] [2021-04-01T02:03:25.733Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.45 [2913 kB] [2021-04-01T02:03:25.733Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [534 kB] [2021-04-01T02:03:25.733Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-04-01T02:03:25.733Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [1610 kB] [2021-04-01T02:03:25.733Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.4 [1712 kB] [2021-04-01T02:03:25.733Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.4 [203 kB] [2021-04-01T02:03:25.733Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-04-01T02:03:25.733Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] [2021-04-01T02:03:25.733Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-04-01T02:03:25.733Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-04-01T02:03:25.733Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-04-01T02:03:25.733Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-04-01T02:03:25.733Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-04-01T02:03:25.733Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] [2021-04-01T02:03:25.733Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-04-01T02:03:25.733Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] [2021-04-01T02:03:26.676Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.45 [210 kB] [2021-04-01T02:03:26.676Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2021-04-01T02:03:26.676Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-04-01T02:03:26.676Z] Get:23 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-04-01T02:03:26.676Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-04-01T02:03:26.676Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-04-01T02:03:26.676Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-04-01T02:03:26.676Z] Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-04-01T02:03:26.676Z] Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-04-01T02:03:26.676Z] Get:29 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-04-01T02:03:26.936Z] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] [2021-04-01T02:03:26.936Z] debconf: delaying package configuration, since apt-utils is not installed [2021-04-01T02:03:26.936Z] Fetched 35.2 MB in 1s (25.0 MB/s) [2021-04-01T02:03:26.936Z] (Reading database ... 12757 files and directories currently installed.) [2021-04-01T02:03:26.936Z] Preparing to unpack .../systemd_237-3ubuntu10.45_amd64.deb ... [2021-04-01T02:03:27.197Z] Unpacking systemd (237-3ubuntu10.45) over (237-3ubuntu10) ... [2021-04-01T02:03:27.767Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.45_amd64.deb ... [2021-04-01T02:03:27.767Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.45) over (237-3ubuntu10) ... [2021-04-01T02:03:27.767Z] Setting up libsystemd0:amd64 (237-3ubuntu10.45) ... [2021-04-01T02:03:28.027Z] (Reading database ... 12757 files and directories currently installed.) [2021-04-01T02:03:28.027Z] Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... [2021-04-01T02:03:28.027Z] Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... [2021-04-01T02:03:28.287Z] Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... [2021-04-01T02:03:28.287Z] (Reading database ... 12757 files and directories currently installed.) [2021-04-01T02:03:28.287Z] Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... [2021-04-01T02:03:28.287Z] Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... [2021-04-01T02:03:28.859Z] Setting up apt (1.6.12ubuntu0.2) ... [2021-04-01T02:03:28.859Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-04-01T02:03:29.431Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-04-01T02:03:29.692Z] (Reading database ... 12764 files and directories currently installed.) [2021-04-01T02:03:29.693Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... [2021-04-01T02:03:30.264Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... [2021-04-01T02:03:31.209Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-04-01T02:03:31.209Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-04-01T02:03:31.209Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-01T02:03:31.470Z] Selecting previously unselected package libexpat1:amd64. [2021-04-01T02:03:31.470Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-04-01T02:03:31.470Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-04-01T02:03:31.470Z] Selecting previously unselected package python3.6-minimal. [2021-04-01T02:03:31.470Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-04-01T02:03:31.470Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-04-01T02:03:31.730Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) ... [2021-04-01T02:03:31.990Z] Checking for services that may need to be restarted...done. [2021-04-01T02:03:31.990Z] Checking for services that may need to be restarted...done. [2021-04-01T02:03:31.990Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-01T02:03:31.990Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-04-01T02:03:31.990Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-04-01T02:03:32.561Z] Selecting previously unselected package python3-minimal. [2021-04-01T02:03:32.561Z] (Reading database ... 13012 files and directories currently installed.) [2021-04-01T02:03:32.561Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-04-01T02:03:32.561Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-04-01T02:03:32.561Z] Selecting previously unselected package mime-support. [2021-04-01T02:03:32.561Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-04-01T02:03:32.561Z] Unpacking mime-support (3.60ubuntu1) ... [2021-04-01T02:03:32.823Z] Selecting previously unselected package libmpdec2:amd64. [2021-04-01T02:03:32.823Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-04-01T02:03:32.823Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-04-01T02:03:32.823Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-04-01T02:03:32.823Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-04-01T02:03:32.823Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-01T02:03:33.083Z] Selecting previously unselected package python3.6. [2021-04-01T02:03:33.083Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-04-01T02:03:33.083Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-01T02:03:33.083Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-04-01T02:03:33.083Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-04-01T02:03:33.083Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-04-01T02:03:33.083Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-04-01T02:03:33.343Z] Selecting previously unselected package python3. [2021-04-01T02:03:33.343Z] (Reading database ... 13442 files and directories currently installed.) [2021-04-01T02:03:33.343Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-04-01T02:03:33.343Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-04-01T02:03:33.605Z] Selecting previously unselected package multiarch-support. [2021-04-01T02:03:33.605Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-04-01T02:03:33.605Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-04-01T02:03:33.605Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-04-01T02:03:33.605Z] Selecting previously unselected package liblzo2-2:amd64. [2021-04-01T02:03:33.605Z] (Reading database ... 13479 files and directories currently installed.) [2021-04-01T02:03:33.605Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-04-01T02:03:33.605Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-04-01T02:03:33.866Z] Selecting previously unselected package libbsd0:amd64. [2021-04-01T02:03:33.866Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-04-01T02:03:33.866Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-04-01T02:03:33.866Z] Selecting previously unselected package sudo. [2021-04-01T02:03:33.866Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... [2021-04-01T02:03:33.866Z] Unpacking sudo (1.8.21p2-3ubuntu1.4) ... [2021-04-01T02:03:34.128Z] Selecting previously unselected package apparmor. [2021-04-01T02:03:34.128Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-04-01T02:03:34.128Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-04-01T02:03:34.388Z] Selecting previously unselected package libedit2:amd64. [2021-04-01T02:03:34.388Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-04-01T02:03:34.388Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-04-01T02:03:34.388Z] Selecting previously unselected package libkrb5support0:amd64. [2021-04-01T02:03:34.388Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-04-01T02:03:34.388Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-04-01T02:03:34.388Z] Selecting previously unselected package libk5crypto3:amd64. [2021-04-01T02:03:34.388Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-04-01T02:03:34.388Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-04-01T02:03:34.648Z] Selecting previously unselected package libkeyutils1:amd64. [2021-04-01T02:03:34.648Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-04-01T02:03:34.648Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-04-01T02:03:34.648Z] Selecting previously unselected package libkrb5-3:amd64. [2021-04-01T02:03:34.648Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-04-01T02:03:34.648Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-04-01T02:03:34.648Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-04-01T02:03:34.649Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-04-01T02:03:34.649Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-04-01T02:03:34.910Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-04-01T02:03:34.910Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... [2021-04-01T02:03:34.910Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-04-01T02:03:34.910Z] Selecting previously unselected package openssh-client. [2021-04-01T02:03:34.910Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-04-01T02:03:35.172Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-04-01T02:03:35.173Z] Selecting previously unselected package squashfs-tools. [2021-04-01T02:03:35.173Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-04-01T02:03:35.173Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-04-01T02:03:35.173Z] Selecting previously unselected package snapd. [2021-04-01T02:03:35.173Z] Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... [2021-04-01T02:03:35.432Z] Unpacking snapd (2.48.3+18.04) ... [2021-04-01T02:03:37.339Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-04-01T02:03:37.339Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-04-01T02:03:37.339Z] Setting up mime-support (3.60ubuntu1) ... [2021-04-01T02:03:37.339Z] Setting up sudo (1.8.21p2-3ubuntu1.4) ... [2021-04-01T02:03:37.599Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-04-01T02:03:37.599Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-04-01T02:03:37.599Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-04-01T02:03:37.599Z] Setting up systemd (237-3ubuntu10.45) ... [2021-04-01T02:03:37.599Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-04-01T02:03:38.170Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-04-01T02:03:38.170Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-04-01T02:03:38.430Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-04-01T02:03:38.430Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-01T02:03:38.430Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-04-01T02:03:38.430Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-01T02:03:39.001Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-04-01T02:03:39.001Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-04-01T02:03:39.001Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-04-01T02:03:39.001Z] Setting up python3 (3.6.7-1~18.04) ... [2021-04-01T02:03:39.001Z] running python rtupdate hooks for python3.6... [2021-04-01T02:03:39.001Z] running python post-rtupdate hooks for python3.6... [2021-04-01T02:03:39.001Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-04-01T02:03:40.384Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-04-01T02:03:40.384Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-04-01T02:03:40.384Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-04-01T02:03:40.384Z] Setting up snapd (2.48.3+18.04) ... [2021-04-01T02:03:42.312Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-04-01T02:03:42.312Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-04-01T02:03:42.312Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-04-01T02:03:42.312Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-04-01T02:03:42.312Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-04-01T02:03:42.312Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-04-01T02:03:42.312Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-04-01T02:03:42.312Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-04-01T02:03:42.312Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-04-01T02:03:42.312Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-04-01T02:03:42.312Z] /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-04-01T02:03:42.312Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-04-01T02:03:42.312Z] Processing triggers for systemd (237-3ubuntu10.45) ... [2021-04-01T02:03:43.253Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-04-01T02:03:43.253Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-04-01T02:03:43.514Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-04-01T02:03:44.713Z] Reading package lists... [2021-04-01T02:03:44.713Z] Reading package lists... [2021-04-01T02:03:44.972Z] Building dependency tree... [2021-04-01T02:03:44.972Z] Reading state information... [2021-04-01T02:03:44.972Z] Calculating upgrade... [2021-04-01T02:03:45.233Z] The following packages will be upgraded: [2021-04-01T02:03:45.233Z] advancecomp base-files bash binutils binutils-common [2021-04-01T02:03:45.233Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-04-01T02:03:45.233Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-04-01T02:03:45.233Z] grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils [2021-04-01T02:03:45.233Z] libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 [2021-04-01T02:03:45.233Z] libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 [2021-04-01T02:03:45.233Z] libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 [2021-04-01T02:03:45.233Z] libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 [2021-04-01T02:03:45.233Z] libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules [2021-04-01T02:03:45.233Z] libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 [2021-04-01T02:03:45.233Z] libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 [2021-04-01T02:03:45.233Z] libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 [2021-04-01T02:03:45.233Z] libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin [2021-04-01T02:03:45.233Z] openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler [2021-04-01T02:03:45.233Z] procps systemd-sysv tar tzdata ubuntu-keyring util-linux [2021-04-01T02:03:45.233Z] 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-04-01T02:03:45.233Z] Need to get 63.8 MB of archives. [2021-04-01T02:03:45.233Z] After this operation, 5208 kB of additional disk space will be used. [2021-04-01T02:03:45.233Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-140.144 [993 kB] [2021-04-01T02:03:45.233Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-04-01T02:03:46.172Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-04-01T02:03:46.172Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-04-01T02:03:46.172Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-04-01T02:03:46.172Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-04-01T02:03:46.172Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-04-01T02:03:46.172Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-04-01T02:03:46.172Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] [2021-04-01T02:03:46.172Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] [2021-04-01T02:03:46.172Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] [2021-04-01T02:03:46.172Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-04-01T02:03:46.172Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-04-01T02:03:46.172Z] Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-04-01T02:03:46.172Z] Get:15 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-04-01T02:03:46.172Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2021-04-01T02:03:46.172Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-04-01T02:03:46.172Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-04-01T02:03:46.172Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-04-01T02:03:46.172Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-04-01T02:03:46.172Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-04-01T02:03:46.172Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-04-01T02:03:46.172Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-04-01T02:03:46.432Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-04-01T02:03:46.432Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-04-01T02:03:46.432Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-04-01T02:03:46.432Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-04-01T02:03:46.432Z] Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-04-01T02:03:46.432Z] Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-04-01T02:03:46.432Z] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-04-01T02:03:46.432Z] Get:31 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-04-01T02:03:46.432Z] Get:32 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-04-01T02:03:46.432Z] Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-04-01T02:03:46.432Z] Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-04-01T02:03:46.432Z] Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-04-01T02:03:46.432Z] Get:36 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] [2021-04-01T02:03:46.432Z] Get:37 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] [2021-04-01T02:03:46.432Z] Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-04-01T02:03:46.432Z] Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2021-04-01T02:03:46.432Z] Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-04-01T02:03:46.432Z] Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-04-01T02:03:46.432Z] Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-04-01T02:03:46.432Z] Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-04-01T02:03:46.432Z] Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-04-01T02:03:46.432Z] Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-04-01T02:03:46.432Z] Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-04-01T02:03:46.432Z] Get:47 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] [2021-04-01T02:03:46.432Z] Get:48 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-04-01T02:03:46.432Z] Get:49 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] [2021-04-01T02:03:46.432Z] Get:50 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.45 [16.7 kB] [2021-04-01T02:03:46.432Z] 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-04-01T02:03:46.432Z] Get:52 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-04-01T02:03:46.432Z] Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-04-01T02:03:46.692Z] Get:54 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] [2021-04-01T02:03:46.692Z] Get:55 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-04-01T02:03:46.692Z] Get:56 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-04-01T02:03:46.692Z] Get:57 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.2 [22.3 kB] [2021-04-01T02:03:46.692Z] Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-04-01T02:03:46.692Z] Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-04-01T02:03:46.692Z] Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-04-01T02:03:46.692Z] Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-04-01T02:03:46.692Z] Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.2 [189 kB] [2021-04-01T02:03:46.692Z] Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-04-01T02:03:46.692Z] Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-04-01T02:03:46.692Z] Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] [2021-04-01T02:03:46.692Z] Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.9 [614 kB] [2021-04-01T02:03:46.692Z] Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-04-01T02:03:46.692Z] Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-04-01T02:03:46.692Z] Get:69 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] [2021-04-01T02:03:46.692Z] Get:70 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-04-01T02:03:46.692Z] Get:71 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2021-04-01T02:03:46.692Z] Get:72 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-04-01T02:03:46.692Z] Get:73 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] [2021-04-01T02:03:46.692Z] Get:74 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2021-04-01T02:03:46.953Z] Get:75 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-04-01T02:03:46.953Z] Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-04-01T02:03:46.953Z] Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-04-01T02:03:46.953Z] Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-04-01T02:03:46.953Z] Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-04-01T02:03:46.953Z] Get:80 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-04-01T02:03:46.953Z] Get:81 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.5 [1839 kB] [2021-04-01T02:03:46.953Z] Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-04-01T02:03:46.953Z] Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-04-01T02:03:46.953Z] Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] [2021-04-01T02:03:46.953Z] Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] [2021-04-01T02:03:46.953Z] Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] [2021-04-01T02:03:46.953Z] Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-04-01T02:03:46.953Z] Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-04-01T02:03:46.953Z] Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-04-01T02:03:46.953Z] Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-04-01T02:03:47.521Z] Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-04-01T02:03:47.781Z] Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2021-04-01T02:03:48.042Z] Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2021-04-01T02:03:48.042Z] Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-04-01T02:03:48.616Z] 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-04-01T02:03:48.616Z] Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-04-01T02:03:48.616Z] Get:97 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-04-01T02:03:48.616Z] Get:98 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-04-01T02:03:48.616Z] Get:99 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-04-01T02:03:48.616Z] debconf: delaying package configuration, since apt-utils is not installed [2021-04-01T02:03:48.616Z] Fetched 63.8 MB in 3s (19.4 MB/s) [2021-04-01T02:03:48.616Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-01T02:03:48.616Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-04-01T02:03:48.616Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-04-01T02:03:49.186Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-04-01T02:03:49.186Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-04-01T02:03:49.452Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-140.144_amd64.deb ... [2021-04-01T02:03:49.452Z] Unpacking linux-libc-dev:amd64 (4.15.0-140.144) over (4.15.0-20.21) ... [2021-04-01T02:03:50.393Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-01T02:03:50.393Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-01T02:03:50.393Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-01T02:03:50.393Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-01T02:03:50.662Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-01T02:03:50.662Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-01T02:03:50.662Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-01T02:03:50.662Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-01T02:03:50.923Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-01T02:03:50.923Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-01T02:03:50.923Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-01T02:03:50.923Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-01T02:03:50.923Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-01T02:03:50.923Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-01T02:03:51.183Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-01T02:03:51.184Z] (Reading database ... 13911 files and directories currently installed.) [2021-04-01T02:03:51.184Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-01T02:03:51.184Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-04-01T02:03:51.444Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-04-01T02:03:51.444Z] (Reading database ... 13911 files and directories currently installed.) [2021-04-01T02:03:51.444Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-01T02:03:51.444Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-01T02:03:51.704Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-01T02:03:51.704Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-01T02:03:51.704Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-01T02:03:51.970Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-01T02:03:51.970Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-01T02:03:52.230Z] (Reading database ... 13911 files and directories currently installed.) [2021-04-01T02:03:52.230Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-04-01T02:03:52.230Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-04-01T02:03:52.800Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-04-01T02:03:53.061Z] (Reading database ... 13911 files and directories currently installed.) [2021-04-01T02:03:53.061Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-04-01T02:03:53.061Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-04-01T02:03:53.061Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-04-01T02:03:53.061Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-04-01T02:03:53.323Z] Setting up base-files (10.1ubuntu2.10) ... [2021-04-01T02:03:53.323Z] Installing new version of config file /etc/issue ... [2021-04-01T02:03:53.323Z] Installing new version of config file /etc/issue.net ... [2021-04-01T02:03:53.323Z] Installing new version of config file /etc/lsb-release ... [2021-04-01T02:03:53.323Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-04-01T02:03:53.586Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-04-01T02:03:53.586Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-04-01T02:03:53.586Z] Removing obsolete conffile /etc/default/motd-news ... [2021-04-01T02:03:53.846Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-01T02:03:53.846Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-04-01T02:03:53.846Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-04-01T02:03:53.846Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-04-01T02:03:54.107Z] 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-04-01T02:03:54.107Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-01T02:03:54.107Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-01T02:03:54.107Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-04-01T02:03:54.368Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-04-01T02:03:54.368Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-01T02:03:54.368Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-04-01T02:03:54.368Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-04-01T02:03:54.629Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-04-01T02:03:54.630Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-01T02:03:54.630Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-04-01T02:03:54.891Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-04-01T02:03:55.175Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-04-01T02:03:55.434Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-01T02:03:55.434Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-04-01T02:03:55.695Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-04-01T02:03:55.956Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-04-01T02:03:55.956Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-01T02:03:55.956Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-04-01T02:03:55.956Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-04-01T02:03:56.218Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-04-01T02:03:56.218Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-01T02:03:56.218Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-04-01T02:03:56.218Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-04-01T02:03:56.518Z] Setting up grep (3.1-2build1) ... [2021-04-01T02:03:56.518Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-01T02:03:56.518Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-04-01T02:03:56.518Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-04-01T02:03:56.779Z] Setting up login (1:4.5-1ubuntu2) ... [2021-04-01T02:03:57.040Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-01T02:03:57.040Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-04-01T02:03:57.040Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-04-01T02:03:57.040Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-04-01T02:03:57.301Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-01T02:03:57.301Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-04-01T02:03:57.301Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-04-01T02:03:57.870Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-04-01T02:03:57.870Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-04-01T02:03:57.870Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-04-01T02:03:57.870Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-04-01T02:03:58.439Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-04-01T02:03:58.439Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-01T02:03:58.439Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-04-01T02:03:58.439Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-04-01T02:03:59.381Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-04-01T02:03:59.381Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-04-01T02:03:59.644Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-04-01T02:03:59.644Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-04-01T02:03:59.644Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-04-01T02:03:59.905Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-01T02:03:59.905Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-04-01T02:03:59.905Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-04-01T02:03:59.905Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-04-01T02:04:00.166Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-01T02:04:00.166Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-01T02:04:00.166Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-01T02:04:00.166Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-04-01T02:04:00.426Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-01T02:04:00.426Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-01T02:04:00.426Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-01T02:04:00.426Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-04-01T02:04:00.426Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-01T02:04:00.426Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-01T02:04:00.686Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-01T02:04:00.686Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-04-01T02:04:00.686Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-01T02:04:00.686Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-01T02:04:00.686Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-01T02:04:00.946Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-04-01T02:04:00.946Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-01T02:04:00.946Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-04-01T02:04:00.946Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-04-01T02:04:00.946Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-04-01T02:04:00.946Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-04-01T02:04:01.208Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-04-01T02:04:01.208Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-01T02:04:01.208Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-04-01T02:04:01.208Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-04-01T02:04:01.470Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-04-01T02:04:01.470Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-01T02:04:01.470Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-01T02:04:01.470Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-01T02:04:01.470Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-04-01T02:04:01.732Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-01T02:04:01.732Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-01T02:04:01.732Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-01T02:04:01.732Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-04-01T02:04:01.732Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-01T02:04:01.732Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-01T02:04:01.992Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-01T02:04:02.253Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-04-01T02:04:02.513Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-04-01T02:04:02.775Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-04-01T02:04:02.775Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-01T02:04:02.775Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-04-01T02:04:03.036Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-04-01T02:04:03.036Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-04-01T02:04:03.299Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-01T02:04:03.299Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-04-01T02:04:03.299Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-04-01T02:04:03.299Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-04-01T02:04:03.560Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-01T02:04:03.560Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-04-01T02:04:03.560Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-04-01T02:04:03.822Z] Setting up debconf (1.5.66ubuntu1) ... [2021-04-01T02:04:03.822Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-01T02:04:03.822Z] Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... [2021-04-01T02:04:04.083Z] Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-04-01T02:04:04.083Z] Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... [2021-04-01T02:04:04.083Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-01T02:04:04.083Z] Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... [2021-04-01T02:04:04.083Z] Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-04-01T02:04:04.344Z] Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... [2021-04-01T02:04:04.344Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-01T02:04:04.344Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-04-01T02:04:04.344Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-04-01T02:04:04.606Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-04-01T02:04:04.606Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-01T02:04:04.606Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-04-01T02:04:04.606Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-04-01T02:04:04.866Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-04-01T02:04:04.866Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-01T02:04:04.866Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-04-01T02:04:04.866Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-04-01T02:04:05.128Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-04-01T02:04:05.128Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-01T02:04:05.389Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-01T02:04:05.389Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-01T02:04:05.389Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.45_amd64.deb ... [2021-04-01T02:04:05.389Z] Unpacking systemd-sysv (237-3ubuntu10.45) over (237-3ubuntu10) ... [2021-04-01T02:04:05.389Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-04-01T02:04:05.389Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-04-01T02:04:05.649Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-04-01T02:04:05.649Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-01T02:04:05.649Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-04-01T02:04:05.649Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-04-01T02:04:05.909Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-04-01T02:04:05.909Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-01T02:04:05.909Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-04-01T02:04:05.909Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-04-01T02:04:06.169Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-04-01T02:04:06.429Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-01T02:04:06.429Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-04-01T02:04:06.429Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-04-01T02:04:06.429Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-04-01T02:04:06.690Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-01T02:04:06.690Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.2_amd64.deb ... [2021-04-01T02:04:06.690Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) over (1.3.3+dfsg-2ubuntu1) ... [2021-04-01T02:04:06.690Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) ... [2021-04-01T02:04:06.690Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-01T02:04:06.690Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-04-01T02:04:06.993Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-04-01T02:04:07.253Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-04-01T02:04:07.253Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-01T02:04:07.253Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... [2021-04-01T02:04:07.514Z] Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-04-01T02:04:07.514Z] Setting up gpgv (2.2.4-1ubuntu1.4) ... [2021-04-01T02:04:07.514Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-01T02:04:07.514Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-04-01T02:04:07.774Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-04-01T02:04:07.774Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-04-01T02:04:08.035Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-01T02:04:08.035Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-04-01T02:04:08.035Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-04-01T02:04:08.296Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-04-01T02:04:08.296Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-01T02:04:08.296Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-04-01T02:04:08.557Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-04-01T02:04:08.836Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-04-01T02:04:09.097Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-01T02:04:09.097Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-04-01T02:04:09.097Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-04-01T02:04:09.358Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-04-01T02:04:09.619Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-01T02:04:09.619Z] Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... [2021-04-01T02:04:09.619Z] Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... [2021-04-01T02:04:09.882Z] Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... [2021-04-01T02:04:09.882Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-01T02:04:09.882Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.2_all.deb ... [2021-04-01T02:04:10.143Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.2) over (2018.02.28) ... [2021-04-01T02:04:10.143Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.2) ... [2021-04-01T02:04:10.143Z] (Reading database ... 13915 files and directories currently installed.) [2021-04-01T02:04:10.143Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-04-01T02:04:10.143Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-04-01T02:04:10.404Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-04-01T02:04:10.404Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-04-01T02:04:10.665Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... [2021-04-01T02:04:10.665Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... [2021-04-01T02:04:10.665Z] Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... [2021-04-01T02:04:10.928Z] Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... [2021-04-01T02:04:10.928Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-04-01T02:04:10.928Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-04-01T02:04:10.929Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-04-01T02:04:11.189Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-04-01T02:04:11.189Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-04-01T02:04:11.189Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-04-01T02:04:11.456Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-04-01T02:04:11.456Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-04-01T02:04:11.456Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-04-01T02:04:11.456Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-04-01T02:04:11.726Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-04-01T02:04:11.726Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-04-01T02:04:11.726Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-04-01T02:04:11.726Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-04-01T02:04:11.988Z] Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... [2021-04-01T02:04:11.988Z] Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... [2021-04-01T02:04:13.380Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-04-01T02:04:13.380Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-04-01T02:04:13.380Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-04-01T02:04:13.380Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-04-01T02:04:13.380Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-04-01T02:04:13.380Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-04-01T02:04:13.639Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-04-01T02:04:13.639Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-04-01T02:04:13.900Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-04-01T02:04:13.900Z] Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-04-01T02:04:13.900Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-04-01T02:04:14.164Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-04-01T02:04:14.164Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-01T02:04:14.164Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-01T02:04:14.425Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-01T02:04:14.425Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-01T02:04:14.425Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-01T02:04:14.425Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-01T02:04:14.425Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-01T02:04:14.685Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-01T02:04:15.625Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-01T02:04:15.625Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-01T02:04:16.196Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-01T02:04:16.196Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-01T02:04:17.149Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-01T02:04:17.149Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-01T02:04:17.149Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-01T02:04:17.149Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-01T02:04:18.102Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-01T02:04:18.102Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-01T02:04:18.364Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-04-01T02:04:18.364Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-04-01T02:04:18.364Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-04-01T02:04:18.629Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-04-01T02:04:18.629Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-04-01T02:04:18.629Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-04-01T02:04:18.896Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-04-01T02:04:18.896Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-04-01T02:04:18.896Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-04-01T02:04:18.896Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-04-01T02:04:19.158Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-04-01T02:04:19.158Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-04-01T02:04:19.158Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-04-01T02:04:19.421Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-04-01T02:04:19.421Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-01T02:04:19.421Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-04-01T02:04:19.421Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-01T02:04:19.421Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-01T02:04:19.421Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-01T02:04:19.682Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-04-01T02:04:19.682Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-04-01T02:04:19.682Z] Setting up tzdata (2021a-0ubuntu0.18.04) ... [2021-04-01T02:04:19.682Z] [2021-04-01T02:04:19.682Z] Current default time zone: 'Etc/UTC' [2021-04-01T02:04:19.682Z] Local time is now: Thu Apr 1 02:04:19 UTC 2021. [2021-04-01T02:04:19.682Z] Universal Time is now: Thu Apr 1 02:04:19 UTC 2021. [2021-04-01T02:04:19.682Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-04-01T02:04:19.682Z] [2021-04-01T02:04:19.682Z] Setting up systemd-sysv (237-3ubuntu10.45) ... [2021-04-01T02:04:19.944Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-01T02:04:19.944Z] Setting up linux-libc-dev:amd64 (4.15.0-140.144) ... [2021-04-01T02:04:19.944Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-04-01T02:04:19.944Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-04-01T02:04:19.944Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-04-01T02:04:19.944Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-04-01T02:04:19.944Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-04-01T02:04:19.944Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-04-01T02:04:20.204Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-04-01T02:04:20.204Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-01T02:04:20.204Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-04-01T02:04:20.465Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-01T02:04:20.465Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-04-01T02:04:20.465Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-01T02:04:20.465Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-04-01T02:04:20.465Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-04-01T02:04:20.465Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-04-01T02:04:20.726Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.9) ... [2021-04-01T02:04:20.726Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-04-01T02:04:20.726Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-04-01T02:04:20.726Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-04-01T02:04:20.726Z] Setting up ca-certificates (20210119~18.04.1) ... [2021-04-01T02:04:22.637Z] Updating certificates in /etc/ssl/certs... [2021-04-01T02:04:23.208Z] 23 added, 27 removed; done. [2021-04-01T02:04:23.208Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-04-01T02:04:23.208Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-01T02:04:23.208Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-04-01T02:04:23.469Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-04-01T02:04:23.469Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-04-01T02:04:23.469Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-01T02:04:23.469Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-04-01T02:04:23.469Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-01T02:04:23.469Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-01T02:04:23.469Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-01T02:04:23.729Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-04-01T02:04:23.729Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-01T02:04:23.729Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-04-01T02:04:23.729Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... [2021-04-01T02:04:23.729Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-04-01T02:04:23.729Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-04-01T02:04:23.729Z] Setting up binutils (2.30-21ubuntu1~18.04.5) ... [2021-04-01T02:04:23.729Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-04-01T02:04:23.729Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-04-01T02:04:23.990Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-04-01T02:04:23.990Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-04-01T02:04:23.990Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-04-01T02:04:23.990Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-04-01T02:04:23.990Z] Processing triggers for systemd (237-3ubuntu10.45) ... [2021-04-01T02:04:24.250Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-04-01T02:04:24.250Z] Processing triggers for ca-certificates (20210119~18.04.1) ... [2021-04-01T02:04:24.250Z] Updating certificates in /etc/ssl/certs... [2021-04-01T02:04:24.820Z] 0 added, 0 removed; done. [2021-04-01T02:04:24.820Z] Running hooks in /etc/ca-certificates/update.d... [2021-04-01T02:04:24.820Z] done. [2021-04-01T02:04:25.081Z] Reading package lists... [2021-04-01T02:04:25.342Z] Building dependency tree... [2021-04-01T02:04:25.342Z] Reading state information... [2021-04-01T02:04:25.342Z] The following NEW packages will be installed: [2021-04-01T02:04:25.342Z] apt-transport-https [2021-04-01T02:04:25.603Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-04-01T02:04:25.603Z] Need to get 1696 B of archives. [2021-04-01T02:04:25.603Z] After this operation, 153 kB of additional disk space will be used. [2021-04-01T02:04:25.603Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] [2021-04-01T02:04:25.603Z] debconf: delaying package configuration, since apt-utils is not installed [2021-04-01T02:04:25.603Z] Fetched 1696 B in 0s (29.5 kB/s) [2021-04-01T02:04:25.603Z] Selecting previously unselected package apt-transport-https. [2021-04-01T02:04:25.603Z] (Reading database ... 13920 files and directories currently installed.) [2021-04-01T02:04:25.603Z] Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... [2021-04-01T02:04:25.603Z] Unpacking apt-transport-https (1.6.12ubuntu0.2) ... [2021-04-01T02:04:25.862Z] Setting up apt-transport-https (1.6.12ubuntu0.2) ... [2021-04-01T02:04:25.863Z] Waiting for network to be ready... [2021-04-01T02:04:32.479Z] 2021-04-01T02:04:28Z INFO Waiting for automatic snapd restart... [2021-04-01T02:04:32.479Z] snapd 2.49.1 from Canonical* installed [2021-04-01T02:04:32.739Z] "snapd" switched to the "latest/stable" channel [2021-04-01T02:04:32.739Z] [2021-04-01T02:04:35.283Z] core18 20210309 from Canonical* installed [2021-04-01T02:04:35.544Z] "core18" switched to the "latest/stable" channel [2021-04-01T02:04:35.544Z] [2021-04-01T02:04:38.844Z] snapcraft 4.6 from Canonical* installed [2021-04-01T02:04:38.844Z] "snapcraft" switched to the "latest/stable" channel [2021-04-01T02:04:38.844Z] [2021-04-01T02:04:43.057Z] 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-04-01T02:04:43.057Z] - README.md [2021-04-01T02:04:43.057Z] [2021-04-01T02:04:43.057Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-04-01T02:04:49.660Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-04-01T02:04:49.660Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-04-01T02:04:49.660Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-04-01T02:04:49.660Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-04-01T02:04:50.230Z] Reading package lists... [2021-04-01T02:04:50.803Z] Installing build dependencies: git=1:2.17.1-1ubuntu0.8 git-man=1:2.17.1-1ubuntu0.8 libcurl3-gnutls=7.58.0-2ubuntu3.13 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-04-01T02:04:54.695Z] 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-04-01T02:04:57.393Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-04-01T02:04:57.393Z] Reading package lists... [2021-04-01T02:04:57.393Z] Building dependency tree... [2021-04-01T02:04:57.393Z] Reading state information... [2021-04-01T02:04:57.393Z] Suggested packages: [2021-04-01T02:04:57.393Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-04-01T02:04:57.393Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-04-01T02:04:57.393Z] Recommended packages: [2021-04-01T02:04:57.393Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-04-01T02:04:57.393Z] The following NEW packages will be installed: [2021-04-01T02:04:57.393Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-04-01T02:04:57.393Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-04-01T02:04:57.393Z] pkg-config zip [2021-04-01T02:04:57.393Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-04-01T02:04:57.393Z] Need to get 7663 kB of archives. [2021-04-01T02:04:57.393Z] After this operation, 43.8 MB of additional disk space will be used. [2021-04-01T02:04:57.393Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.8 [1171 kB] [2021-04-01T02:04:57.393Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.13 [218 kB] [2021-04-01T02:04:57.393Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.8 [804 kB] [2021-04-01T02:04:57.393Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.8 [3916 kB] [2021-04-01T02:04:57.393Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-04-01T02:04:57.393Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-04-01T02:04:57.393Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-04-01T02:04:57.393Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-04-01T02:04:57.654Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-04-01T02:04:57.654Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-04-01T02:04:57.654Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-04-01T02:04:57.654Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-04-01T02:04:57.654Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-04-01T02:04:57.914Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-04-01T02:04:57.914Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-04-01T02:04:57.914Z] debconf: delaying package configuration, since apt-utils is not installed [2021-04-01T02:04:57.914Z] Fetched 7663 kB in 1s (8380 kB/s) [2021-04-01T02:04:58.485Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-04-01T02:04:58.485Z] (Reading database ... 13924 files and directories currently installed.) [2021-04-01T02:04:58.485Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.8_amd64.deb ... [2021-04-01T02:04:58.746Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... [2021-04-01T02:04:59.692Z] Selecting previously unselected package libpsl5:amd64. [2021-04-01T02:04:59.692Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-04-01T02:04:59.692Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-04-01T02:04:59.952Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-04-01T02:04:59.953Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-04-01T02:04:59.953Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-04-01T02:05:00.214Z] Selecting previously unselected package librtmp1:amd64. [2021-04-01T02:05:00.214Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-04-01T02:05:00.214Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-04-01T02:05:00.475Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-04-01T02:05:00.475Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.13_amd64.deb ... [2021-04-01T02:05:00.475Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.13) ... [2021-04-01T02:05:00.475Z] Selecting previously unselected package liberror-perl. [2021-04-01T02:05:00.475Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-04-01T02:05:00.475Z] Unpacking liberror-perl (0.17025-1) ... [2021-04-01T02:05:00.475Z] Selecting previously unselected package git-man. [2021-04-01T02:05:00.475Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.8_all.deb ... [2021-04-01T02:05:00.475Z] Unpacking git-man (1:2.17.1-1ubuntu0.8) ... [2021-04-01T02:05:00.735Z] Selecting previously unselected package git. [2021-04-01T02:05:00.735Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.8_amd64.deb ... [2021-04-01T02:05:00.735Z] Unpacking git (1:2.17.1-1ubuntu0.8) ... [2021-04-01T02:05:01.688Z] Selecting previously unselected package libnorm1:amd64. [2021-04-01T02:05:01.688Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-04-01T02:05:01.688Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-04-01T02:05:01.688Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-04-01T02:05:01.688Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-04-01T02:05:01.688Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-04-01T02:05:01.688Z] Selecting previously unselected package libsodium23:amd64. [2021-04-01T02:05:01.688Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-04-01T02:05:01.688Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-04-01T02:05:01.950Z] Selecting previously unselected package libzmq5:amd64. [2021-04-01T02:05:01.950Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-04-01T02:05:01.950Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-04-01T02:05:01.950Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-04-01T02:05:01.950Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-04-01T02:05:01.950Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-04-01T02:05:01.950Z] Selecting previously unselected package pkg-config. [2021-04-01T02:05:01.950Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-04-01T02:05:01.950Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-04-01T02:05:02.210Z] Selecting previously unselected package zip. [2021-04-01T02:05:02.210Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-04-01T02:05:02.210Z] Unpacking zip (3.0-11build1) ... [2021-04-01T02:05:02.210Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-04-01T02:05:02.210Z] Setting up git-man (1:2.17.1-1ubuntu0.8) ... [2021-04-01T02:05:02.210Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-04-01T02:05:02.210Z] Setting up liberror-perl (0.17025-1) ... [2021-04-01T02:05:02.472Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-04-01T02:05:02.472Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... [2021-04-01T02:05:02.472Z] No schema files found: doing nothing. [2021-04-01T02:05:02.472Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-04-01T02:05:02.472Z] Setting up zip (3.0-11build1) ... [2021-04-01T02:05:02.472Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-04-01T02:05:02.472Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-04-01T02:05:02.472Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-04-01T02:05:02.472Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-04-01T02:05:02.472Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.13) ... [2021-04-01T02:05:02.732Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-04-01T02:05:02.732Z] Setting up git (1:2.17.1-1ubuntu0.8) ... [2021-04-01T02:05:02.732Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-04-01T02:05:09.399Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-04-01T02:05:09.399Z] git set to automatically installed. [2021-04-01T02:05:09.399Z] git-man set to automatically installed. [2021-04-01T02:05:09.399Z] libcurl3-gnutls set to automatically installed. [2021-04-01T02:05:09.399Z] liberror-perl set to automatically installed. [2021-04-01T02:05:09.399Z] libglib2.0-0 set to automatically installed. [2021-04-01T02:05:09.399Z] libnghttp2-14 set to automatically installed. [2021-04-01T02:05:09.399Z] libnorm1 set to automatically installed. [2021-04-01T02:05:09.399Z] libpgm-5.2-0 set to automatically installed. [2021-04-01T02:05:09.399Z] libpsl5 set to automatically installed. [2021-04-01T02:05:09.399Z] librtmp1 set to automatically installed. [2021-04-01T02:05:09.399Z] libsodium23 set to automatically installed. [2021-04-01T02:05:09.399Z] libzmq3-dev set to automatically installed. [2021-04-01T02:05:09.399Z] libzmq5 set to automatically installed. [2021-04-01T02:05:09.399Z] pkg-config set to automatically installed. [2021-04-01T02:05:09.399Z] zip set to automatically installed. [2021-04-01T02:05:11.956Z] snapd is not logged in, snap install commands will use sudo [2021-04-01T02:05:16.934Z] Removing intermediate container 432388a86b1b [2021-04-01T02:05:16.934Z] ---> f6ee26d0d9c0 [2021-04-01T02:05:16.934Z] [2021-04-01T02:05:16.934Z] Step 10/31 : FROM alpine:3.12 [2021-04-01T02:05:16.934Z] Removing intermediate container c39fc2e33c23 [2021-04-01T02:05:16.934Z] ---> 158a8f1bf088 [2021-04-01T02:05:16.934Z] [2021-04-01T02:05:16.934Z] Step 10/24 : FROM alpine:3.12 [2021-04-01T02:05:16.934Z] 3.12: Pulling from library/alpine [2021-04-01T02:05:16.934Z] 3.12: Pulling from library/alpine [2021-04-01T02:05:16.934Z] Digest: sha256:d1eaae2a6814b4b10a722fa75e8a6b53db42d1bf531395a107fea0458bfbf1d8 [2021-04-01T02:05:16.934Z] Digest: sha256:d1eaae2a6814b4b10a722fa75e8a6b53db42d1bf531395a107fea0458bfbf1d8 [2021-04-01T02:05:16.934Z] Status: Downloaded newer image for alpine:3.12 [2021-04-01T02:05:16.934Z] Status: Image is up to date for alpine:3.12 [2021-04-01T02:05:16.934Z] ---> e47305ac9786 [2021-04-01T02:05:16.934Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-04-01T02:05:16.934Z] ---> e47305ac9786 [2021-04-01T02:05:16.934Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec [2021-04-01T02:05:16.934Z] ---> Running in bd8a7a5f3d3d [2021-04-01T02:05:16.934Z] ---> Running in 64fdd950a383 [2021-04-01T02:05:18.578Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-04-01T02:05:18.959Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-01T02:05:19.234Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-01T02:05:20.212Z] (1/6) Installing ca-certificates (20191127-r4) [2021-04-01T02:05:20.212Z] (2/6) Installing nghttp2-libs (1.41.0-r0) [2021-04-01T02:05:20.212Z] (3/6) Installing libcurl (7.69.1-r3) [2021-04-01T02:05:20.212Z] (4/6) Installing curl (7.69.1-r3) [2021-04-01T02:05:20.212Z] (5/6) Installing dumb-init (1.2.2-r1) [2021-04-01T02:05:20.212Z] (6/6) Installing su-exec (0.2-r1) [2021-04-01T02:05:20.212Z] Executing busybox-1.31.1-r19.trigger [2021-04-01T02:05:20.212Z] Executing ca-certificates-20191127-r4.trigger [2021-04-01T02:05:20.485Z] OK: 7 MiB in 20 packages [2021-04-01T02:05:20.779Z] Removing intermediate container 64fdd950a383 [2021-04-01T02:05:20.779Z] ---> c2bda745ef11 [2021-04-01T02:05:20.779Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-04-01T02:05:23.408Z] Removing intermediate container 7523cf55790d [2021-04-01T02:05:23.408Z] ---> 72d78a06fb40 [2021-04-01T02:05:23.408Z] [2021-04-01T02:05:23.408Z] Step 10/22 : FROM alpine:3.12 [2021-04-01T02:05:23.408Z] ---> e47305ac9786 [2021-04-01T02:05:23.408Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-04-01T02:05:23.408Z] Removing intermediate container f6d917a4562d [2021-04-01T02:05:23.408Z] ---> d4bafb5b6d70 [2021-04-01T02:05:23.408Z] [2021-04-01T02:05:23.408Z] Step 10/22 : FROM alpine:3.12 [2021-04-01T02:05:23.408Z] ---> e47305ac9786 [2021-04-01T02:05:23.408Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-04-01T02:05:23.408Z] ---> Running in c65a654cd337 [2021-04-01T02:05:24.857Z] ---> Running in 1fcf15e56bbf [2021-04-01T02:05:24.857Z] ---> Running in aa84b5435d6d [2021-04-01T02:05:25.840Z] Removing intermediate container bd8a7a5f3d3d [2021-04-01T02:05:25.840Z] ---> 74528fc3ec26 [2021-04-01T02:05:25.840Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-04-01T02:05:25.840Z] ---> Running in 3788f45acfec [2021-04-01T02:05:26.831Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-01T02:05:26.831Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-01T02:05:26.831Z] Removing intermediate container 3788f45acfec [2021-04-01T02:05:26.831Z] ---> 290c665b1241 [2021-04-01T02:05:26.831Z] Step 13/24 : WORKDIR / [2021-04-01T02:05:27.436Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-04-01T02:05:27.436Z] (2/2) Installing su-exec (0.2-r1) [2021-04-01T02:05:27.436Z] Executing busybox-1.31.1-r19.trigger [2021-04-01T02:05:27.436Z] OK: 5 MiB in 16 packages [2021-04-01T02:05:27.436Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-01T02:05:27.709Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-01T02:05:28.310Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-04-01T02:05:28.310Z] Executing busybox-1.31.1-r19.trigger [2021-04-01T02:05:28.310Z] OK: 5 MiB in 15 packages [2021-04-01T02:05:28.598Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-01T02:05:28.928Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-01T02:05:29.548Z] (1/2) Installing ca-certificates (20191127-r4) [2021-04-01T02:05:29.548Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-04-01T02:05:29.548Z] Executing busybox-1.31.1-r19.trigger [2021-04-01T02:05:29.548Z] Executing ca-certificates-20191127-r4.trigger [2021-04-01T02:05:29.548Z] OK: 6 MiB in 16 packages [2021-04-01T02:05:31.539Z] ---> Running in 278b69bcb8dd [2021-04-01T02:05:32.597Z] Removing intermediate container 505bc1037662 [2021-04-01T02:05:32.597Z] ---> 4435cf2f9f32 [2021-04-01T02:05:32.597Z] [2021-04-01T02:05:32.597Z] Step 10/23 : FROM alpine:3.12 [2021-04-01T02:05:32.597Z] ---> e47305ac9786 [2021-04-01T02:05:32.597Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-04-01T02:05:38.002Z] ---> Running in a9d7d2525e46 [2021-04-01T02:05:38.002Z] Removing intermediate container 278b69bcb8dd [2021-04-01T02:05:38.002Z] ---> 25df8fcee654 [2021-04-01T02:05:38.002Z] 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-04-01T02:05:38.002Z] Removing intermediate container c65a654cd337 [2021-04-01T02:05:38.002Z] ---> 8057152372af [2021-04-01T02:05:38.002Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-04-01T02:05:38.002Z] Removing intermediate container 1fcf15e56bbf [2021-04-01T02:05:38.002Z] ---> 2506be57f381 [2021-04-01T02:05:38.002Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-01T02:05:38.002Z] ---> Running in 743638d4e57d [2021-04-01T02:05:38.002Z] ---> Running in 856331f44c20 [2021-04-01T02:05:40.608Z] Removing intermediate container a9d7d2525e46 [2021-04-01T02:05:40.608Z] ---> d61e7cb17ec7 [2021-04-01T02:05:40.608Z] Step 12/23 : ENV APP_PORT=48080 [2021-04-01T02:05:41.576Z] Removing intermediate container 743638d4e57d [2021-04-01T02:05:41.576Z] ---> 965f5217438c [2021-04-01T02:05:41.576Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-04-01T02:05:41.576Z] Removing intermediate container 856331f44c20 [2021-04-01T02:05:41.576Z] ---> aa173918505f [2021-04-01T02:05:41.576Z] Step 13/22 : ENV APP_PORT=48085 [2021-04-01T02:05:41.576Z] Removing intermediate container aa84b5435d6d [2021-04-01T02:05:41.576Z] ---> 3ed2623203f4 [2021-04-01T02:05:41.576Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-01T02:05:41.849Z] ---> b2ea393d233f [2021-04-01T02:05:41.849Z] 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-04-01T02:05:42.824Z] ---> Running in 9eb72642a95b [2021-04-01T02:05:43.800Z] ---> Running in 02cc63817663 [2021-04-01T02:05:43.800Z] ---> Running in 48fcd0310245 [2021-04-01T02:05:43.800Z] ---> Running in 4a472be845f3 [2021-04-01T02:05:44.395Z] ---> dbfa840c534e [2021-04-01T02:05:44.395Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-04-01T02:05:45.180Z] go (1.15/stable) 1.15.10 from Michael Hudson-Doyle (mwhudson) installed [2021-04-01T02:05:45.180Z] snapd is not logged in, snap install commands will use sudo [2021-04-01T02:05:45.370Z] Removing intermediate container 9eb72642a95b [2021-04-01T02:05:45.370Z] ---> 699939ff0842 [2021-04-01T02:05:45.370Z] Step 13/23 : EXPOSE $APP_PORT [2021-04-01T02:05:45.974Z] Removing intermediate container 02cc63817663 [2021-04-01T02:05:46.245Z] ---> 63366261b606 [2021-04-01T02:05:46.245Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-04-01T02:05:46.245Z] Removing intermediate container 48fcd0310245 [2021-04-01T02:05:46.245Z] ---> 6c21f8978e9b [2021-04-01T02:05:46.245Z] Step 14/22 : EXPOSE $APP_PORT [2021-04-01T02:05:46.245Z] Removing intermediate container 4a472be845f3 [2021-04-01T02:05:46.245Z] ---> 25e25079f7c9 [2021-04-01T02:05:46.245Z] Step 13/22 : ENV APP_PORT=48060 [2021-04-01T02:05:46.839Z] ---> b5d2d72ad407 [2021-04-01T02:05:46.839Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-04-01T02:05:47.813Z] ---> Running in 448e360ab82f [2021-04-01T02:05:47.813Z] ---> Running in 54ae2ad03370 [2021-04-01T02:05:48.406Z] ---> Running in 57b97d3f77f1 [2021-04-01T02:05:48.406Z] ---> Running in 7592f547229f [2021-04-01T02:05:48.484Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-04-01T02:05:48.745Z] snap "core18" has no updates available [2021-04-01T02:05:49.002Z] ---> 01623e4d463c [2021-04-01T02:05:49.002Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-04-01T02:05:49.291Z] Removing intermediate container 448e360ab82f [2021-04-01T02:05:49.291Z] ---> c68d74278cb7 [2021-04-01T02:05:49.291Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt /Removing intermediate container 54ae2ad03370 [2021-04-01T02:05:49.291Z] ---> 8fc8545b9282 [2021-04-01T02:05:49.291Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-01T02:05:49.291Z] [2021-04-01T02:05:49.316Z] Pulling go-build-helper [2021-04-01T02:05:49.316Z] + snapcraftctl pull [2021-04-01T02:05:50.256Z] 'app-service-config' has dependencies that need to be staged: go-build-helper [2021-04-01T02:05:50.256Z] Skipping pull go-build-helper (already ran) [2021-04-01T02:05:50.256Z] Building go-build-helper [2021-04-01T02:05:50.256Z] + snapcraftctl build [2021-04-01T02:05:50.263Z] Removing intermediate container 7592f547229f [2021-04-01T02:05:50.263Z] ---> 1194bff8b2a4 [2021-04-01T02:05:50.263Z] Step 14/22 : EXPOSE $APP_PORT [2021-04-01T02:05:51.237Z] ---> Running in 8c261354ff7d [2021-04-01T02:05:51.834Z] ---> 0f26335ce297 [2021-04-01T02:05:51.834Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-04-01T02:05:51.834Z] ---> 45825cf258bb [2021-04-01T02:05:51.834Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-04-01T02:05:52.108Z] ---> Running in 2bd442dd297d [2021-04-01T02:05:52.170Z] Staging go-build-helper [2021-04-01T02:05:52.170Z] + snapcraftctl stage [2021-04-01T02:05:54.100Z] ---> 556f610a59aa [2021-04-01T02:05:54.100Z] 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-04-01T02:05:54.100Z] Removing intermediate container 2bd442dd297d [2021-04-01T02:05:54.100Z] ---> edad1e20a736 [2021-04-01T02:05:54.100Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-01T02:05:55.531Z] ---> Running in c5de9753334d [2021-04-01T02:05:55.532Z] Removing intermediate container 57b97d3f77f1 [2021-04-01T02:05:55.532Z] ---> ada6c8da5243 [2021-04-01T02:05:55.532Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-04-01T02:05:55.532Z] ---> 757a757ca4df [2021-04-01T02:05:55.532Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-04-01T02:05:56.517Z] ---> Running in 8c7d7f67db9e [2021-04-01T02:05:56.517Z] ---> 8b135aba74d8 [2021-04-01T02:05:56.517Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-04-01T02:05:56.796Z] ---> cbeba75140bd [2021-04-01T02:05:56.796Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-04-01T02:05:57.785Z] Removing intermediate container 8c261354ff7d [2021-04-01T02:05:57.785Z] ---> 9c4702ec0885 [2021-04-01T02:05:57.785Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-04-01T02:05:58.764Z] ---> Running in 2087d9c20eaf [2021-04-01T02:05:58.764Z] Removing intermediate container 8c7d7f67db9e [2021-04-01T02:05:58.764Z] ---> f5b066cde9e1 [2021-04-01T02:05:58.764Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-04-01T02:05:59.040Z] ---> Running in 9029c1df326d [2021-04-01T02:05:59.040Z] ---> dd82a90dffdb [2021-04-01T02:05:59.040Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-04-01T02:06:00.019Z] Removing intermediate container 2087d9c20eaf [2021-04-01T02:06:00.019Z] ---> d2b3fab9db89 [2021-04-01T02:06:00.019Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-01T02:06:00.609Z] ---> c6c0628b1380 [2021-04-01T02:06:00.610Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-04-01T02:06:00.880Z] ---> b1833ac17f09 [2021-04-01T02:06:00.880Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-04-01T02:06:00.880Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-01T02:06:01.475Z] Removing intermediate container c5de9753334d [2021-04-01T02:06:01.475Z] ---> 448e038cd110 [2021-04-01T02:06:01.475Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-04-01T02:06:01.748Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-01T02:06:01.748Z] ---> Running in 031b412203f1 [2021-04-01T02:06:01.748Z] ---> Running in a7b9534f3385 [2021-04-01T02:06:01.748Z] ---> Running in c05a2f940923 [2021-04-01T02:06:02.045Z] ---> Running in 11914bea198d [2021-04-01T02:06:02.186Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-04-01T02:06:02.186Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-04-01T02:06:02.186Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1639 kB] [2021-04-01T02:06:02.186Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [310 kB] [2021-04-01T02:06:02.186Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] [2021-04-01T02:06:02.186Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-04-01T02:06:02.186Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [265 kB] [2021-04-01T02:06:02.186Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [34.6 kB] [2021-04-01T02:06:02.186Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1118 kB] [2021-04-01T02:06:02.186Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [251 kB] [2021-04-01T02:06:02.186Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-04-01T02:06:02.186Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-04-01T02:06:02.186Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-04-01T02:06:02.186Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-04-01T02:06:02.186Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-04-01T02:06:02.186Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-04-01T02:06:02.186Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-04-01T02:06:02.186Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-04-01T02:06:02.186Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-04-01T02:06:02.186Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1978 kB] [2021-04-01T02:06:02.186Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [402 kB] [2021-04-01T02:06:02.186Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] [2021-04-01T02:06:02.186Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-04-01T02:06:02.186Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [286 kB] [2021-04-01T02:06:02.186Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [38.2 kB] [2021-04-01T02:06:02.186Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1724 kB] [2021-04-01T02:06:02.186Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [365 kB] [2021-04-01T02:06:02.186Z] Fetched 24.2 MB in 0s (0 B/s) [2021-04-01T02:06:02.186Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-04-01T02:06:02.186Z] Fetched 224 kB in 0s (0 B/s) [2021-04-01T02:06:02.186Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-04-01T02:06:02.186Z] Fetched 157 kB in 0s (0 B/s) [2021-04-01T02:06:02.186Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-04-01T02:06:02.186Z] Fetched 221 kB in 0s (0 B/s) [2021-04-01T02:06:02.186Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-04-01T02:06:02.186Z] Fetched 143 kB in 0s (0 B/s) [2021-04-01T02:06:02.186Z] Pulling app-service-config [2021-04-01T02:06:02.186Z] + snapcraftctl pull [2021-04-01T02:06:02.186Z] Cloning into '/root/parts/app-service-config/src'... [2021-04-01T02:06:02.653Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-04-01T02:06:02.653Z] (2/6) Installing libgcc (9.3.0-r2) [2021-04-01T02:06:02.653Z] (3/6) Installing libsodium (1.0.18-r0) [2021-04-01T02:06:02.653Z] Removing intermediate container 031b412203f1 [2021-04-01T02:06:02.653Z] ---> 44a5101b8a71 [2021-04-01T02:06:02.653Z] Step 20/22 : LABEL arch=arm64 [2021-04-01T02:06:02.653Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-04-01T02:06:02.765Z] Pulling config-common [2021-04-01T02:06:02.765Z] + snapcraftctl pull [2021-04-01T02:06:02.927Z] (5/6) Installing libzmq (4.3.3-r0) [2021-04-01T02:06:03.203Z] (6/6) Installing zeromq (4.3.3-r0) [2021-04-01T02:06:03.203Z] Executing busybox-1.31.1-r19.trigger [2021-04-01T02:06:03.203Z] OK: 8 MiB in 20 packages [2021-04-01T02:06:03.810Z] Removing intermediate container a7b9534f3385 [2021-04-01T02:06:03.810Z] ---> b246ce931d43 [2021-04-01T02:06:03.810Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-01T02:06:04.085Z] ---> Running in ae1a086d67d7 [2021-04-01T02:06:04.085Z] Removing intermediate container 11914bea198d [2021-04-01T02:06:04.085Z] ---> 44646766ac6d [2021-04-01T02:06:04.085Z] Step 22/24 : LABEL arch=arm64 [2021-04-01T02:06:05.515Z] ---> Running in 65adbb07af3c [2021-04-01T02:06:05.515Z] ---> Running in f8452e4099c8 [2021-04-01T02:06:05.515Z] Removing intermediate container ae1a086d67d7 [2021-04-01T02:06:05.515Z] ---> 944d16c25ae0 [2021-04-01T02:06:05.516Z] Step 21/22 : LABEL git_sha=03959d18d1ddb09d08d2fce729251ed877b5097a [2021-04-01T02:06:06.117Z] ---> Running in 3eee3fa1e9d0 [2021-04-01T02:06:06.969Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-04-01T02:06:06.969Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-04-01T02:06:06.969Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-04-01T02:06:06.969Z] Fetched 0 B in 0s (0 B/s) [2021-04-01T02:06:06.969Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-04-01T02:06:06.969Z] Fetched 0 B in 0s (0 B/s) [2021-04-01T02:06:06.969Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-04-01T02:06:06.969Z] Fetched 0 B in 0s (0 B/s) [2021-04-01T02:06:06.969Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-04-01T02:06:06.969Z] Fetched 0 B in 0s (0 B/s) [2021-04-01T02:06:06.969Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-04-01T02:06:06.969Z] Fetched 0 B in 0s (0 B/s) [2021-04-01T02:06:06.969Z] Pulling edgex-go [2021-04-01T02:06:06.969Z] + snapcraftctl pull [2021-04-01T02:06:07.091Z] Removing intermediate container 65adbb07af3c [2021-04-01T02:06:07.091Z] Removing intermediate container c05a2f940923 [2021-04-01T02:06:07.091Z] ---> d8e501c1eee3 [2021-04-01T02:06:07.091Z] ---> de8e1d046e41 [2021-04-01T02:06:07.091Z] Step 20/22 : LABEL arch=arm64Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-01T02:06:07.091Z] [2021-04-01T02:06:07.091Z] Removing intermediate container f8452e4099c8 [2021-04-01T02:06:07.091Z] ---> 4f1c6872a85e [2021-04-01T02:06:07.091Z] Step 23/24 : LABEL git_sha=03959d18d1ddb09d08d2fce729251ed877b5097a [2021-04-01T02:06:07.091Z] Removing intermediate container 9029c1df326d [2021-04-01T02:06:07.091Z] ---> 55a2117bbef7 [2021-04-01T02:06:07.091Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-01T02:06:08.517Z] Removing intermediate container 3eee3fa1e9d0 [2021-04-01T02:06:08.517Z] ---> c5bc216de788 [2021-04-01T02:06:08.517Z] Step 22/22 : LABEL version=0.0.0 [2021-04-01T02:06:09.124Z] ---> Running in 134092a8c4a9 [2021-04-01T02:06:09.124Z] ---> Running in 5d6ee6c1869c [2021-04-01T02:06:10.100Z] ---> 26eb7d33318b [2021-04-01T02:06:10.100Z] ---> 8154053d583b [2021-04-01T02:06:10.100Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper .Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-04-01T02:06:10.100Z] [2021-04-01T02:06:11.531Z] ---> Running in 46da9d299cdc [2021-04-01T02:06:11.531Z] Removing intermediate container 5d6ee6c1869c [2021-04-01T02:06:11.531Z] ---> c1b6577379f5 [2021-04-01T02:06:11.531Z] Step 24/24 : LABEL version=0.0.0 [2021-04-01T02:06:12.123Z] Removing intermediate container 134092a8c4a9 [2021-04-01T02:06:12.123Z] ---> a0be51698ca4 [2021-04-01T02:06:12.123Z] Step 21/22 : LABEL git_sha=03959d18d1ddb09d08d2fce729251ed877b5097a [2021-04-01T02:06:12.715Z] ---> 823e404d4cc8 [2021-04-01T02:06:12.715Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-04-01T02:06:13.322Z] ---> Running in c0d05ae109aa [2021-04-01T02:06:13.322Z] ---> ac5692637b2f [2021-04-01T02:06:13.322Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-04-01T02:06:13.322Z] ---> Running in fa6e2828d83d [2021-04-01T02:06:13.597Z] Removing intermediate container 46da9d299cdc [2021-04-01T02:06:13.597Z] ---> d2fbfd79a9e7 [2021-04-01T02:06:13.597Z] [2021-04-01T02:06:13.597Z] ---> 70be241ea5cd [2021-04-01T02:06:13.597Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-04-01T02:06:14.202Z] ---> Running in c6cec3c0a18a [2021-04-01T02:06:14.202Z] Removing intermediate container c0d05ae109aa [2021-04-01T02:06:14.202Z] ---> 63d82aa30207 [2021-04-01T02:06:14.202Z] [2021-04-01T02:06:14.202Z] Successfully built d2fbfd79a9e7 [2021-04-01T02:06:14.473Z] Successfully built 63d82aa30207 [2021-04-01T02:06:14.756Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-04-01T02:06:14.756Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-04-01T02:06:14.756Z] Removing intermediate container fa6e2828d83d [2021-04-01T02:06:14.756Z] Building docker-sys-mgmt-agent-go [2021-04-01T02:06:14.756Z] ---> 5b569b60af53 [2021-04-01T02:06:14.756Z]  Building docker-support-scheduler-go ... done Step 22/22 : LABEL version=0.0.0 [2021-04-01T02:06:14.756Z] Building docker-security-proxy-setup-go [2021-04-01T02:06:16.198Z]  Building docker-security-secretstore-setup-go ... done  ---> Running in dc31723f7af5 [2021-04-01T02:06:16.198Z] ---> b715856ccd66 [2021-04-01T02:06:16.198Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-04-01T02:06:16.198Z] Removing intermediate container c6cec3c0a18a [2021-04-01T02:06:16.198Z] ---> 475ce552aba0 [2021-04-01T02:06:16.198Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-01T02:06:16.810Z] ---> Running in d362990b0c87 [2021-04-01T02:06:17.087Z] Removing intermediate container dc31723f7af5 [2021-04-01T02:06:17.087Z] ---> 313fc90f402a [2021-04-01T02:06:17.087Z] [2021-04-01T02:06:17.702Z] Successfully built 313fc90f402a [2021-04-01T02:06:17.702Z] ---> 0c2080bd12ca [2021-04-01T02:06:17.702Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-04-01T02:06:17.976Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-04-01T02:06:17.977Z]  Building docker-support-notifications-go ... done Building docker-core-metadata-go [2021-04-01T02:06:18.570Z] Removing intermediate container d362990b0c87 [2021-04-01T02:06:18.570Z] ---> 52a4df4d7222 [2021-04-01T02:06:18.570Z] Step 21/23 : LABEL arch=arm64 [2021-04-01T02:06:19.566Z] ---> c260952ecac5 [2021-04-01T02:06:19.566Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-04-01T02:06:20.171Z] ---> Running in 0eddb6bc93df [2021-04-01T02:06:21.168Z] ---> Running in 7fa8770c6fc8 [2021-04-01T02:06:22.151Z] Removing intermediate container 0eddb6bc93df [2021-04-01T02:06:22.151Z] ---> 0962e7b02c17 [2021-04-01T02:06:22.151Z] Step 22/23 : LABEL git_sha=03959d18d1ddb09d08d2fce729251ed877b5097a [2021-04-01T02:06:23.131Z] Removing intermediate container 7fa8770c6fc8 [2021-04-01T02:06:23.131Z] ---> ff53eacc2c30 [2021-04-01T02:06:23.131Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-04-01T02:06:23.131Z] ---> Running in d386dbe7e5e3 [2021-04-01T02:06:24.144Z] Removing intermediate container d386dbe7e5e3 [2021-04-01T02:06:24.144Z] ---> b23592ad42e9 [2021-04-01T02:06:24.144Z] Step 23/23 : LABEL version=0.0.0 [2021-04-01T02:06:26.116Z] ---> 1c594f15eb6f [2021-04-01T02:06:26.116Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-04-01T02:06:26.390Z] ---> Running in c757959c7b62 [2021-04-01T02:06:27.827Z] Removing intermediate container c757959c7b62 [2021-04-01T02:06:27.827Z] ---> 3f32e86de385 [2021-04-01T02:06:27.827Z] [2021-04-01T02:06:27.827Z] ---> Running in f3891159bc71 [2021-04-01T02:06:28.103Z] Successfully built 3f32e86de385 [2021-04-01T02:06:28.103Z] Successfully tagged docker-core-data-go-arm64:latest [2021-04-01T02:06:28.103Z]  Building docker-core-data-go ... done Building docker-core-command-go [2021-04-01T02:06:28.941Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-04-01T02:06:28.941Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-04-01T02:06:28.941Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-04-01T02:06:28.941Z] Fetched 0 B in 0s (0 B/s) [2021-04-01T02:06:28.941Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-04-01T02:06:28.941Z] Fetched 96.5 kB in 0s (0 B/s) [2021-04-01T02:06:28.941Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-04-01T02:06:28.941Z] Fetched 279 kB in 0s (0 B/s) [2021-04-01T02:06:28.941Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-04-01T02:06:28.941Z] Fetched 122 kB in 0s (0 B/s) [2021-04-01T02:06:28.941Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-04-01T02:06:28.941Z] Fetched 77.8 kB in 0s (0 B/s) [2021-04-01T02:06:28.941Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-04-01T02:06:28.941Z] Fetched 8848 B in 0s (0 B/s) [2021-04-01T02:06:28.941Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-04-01T02:06:28.941Z] Fetched 47.8 kB in 0s (0 B/s) [2021-04-01T02:06:28.941Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-04-01T02:06:28.941Z] Fetched 45.6 kB in 0s (0 B/s) [2021-04-01T02:06:28.941Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-04-01T02:06:28.941Z] Fetched 15.0 kB in 0s (0 B/s) [2021-04-01T02:06:28.941Z] Get:1 libcurl4_7.58.0-2ubuntu3.13_amd64.deb [219 kB] [2021-04-01T02:06:28.941Z] Fetched 219 kB in 0s (0 B/s) [2021-04-01T02:06:28.941Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] [2021-04-01T02:06:28.941Z] Fetched 154 kB in 0s (0 B/s) [2021-04-01T02:06:28.941Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-04-01T02:06:28.941Z] Fetched 50.6 kB in 0s (0 B/s) [2021-04-01T02:06:28.941Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-04-01T02:06:28.941Z] Fetched 14.8 kB in 0s (0 B/s) [2021-04-01T02:06:28.941Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-04-01T02:06:28.941Z] Fetched 41.8 kB in 0s (0 B/s) [2021-04-01T02:06:28.941Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-04-01T02:06:28.941Z] Fetched 499 kB in 0s (0 B/s) [2021-04-01T02:06:28.941Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-04-01T02:06:28.941Z] Fetched 111 kB in 0s (0 B/s) [2021-04-01T02:06:28.941Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-04-01T02:06:28.941Z] Fetched 240 kB in 0s (0 B/s) [2021-04-01T02:06:28.941Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-04-01T02:06:28.941Z] Fetched 29.3 kB in 0s (0 B/s) [2021-04-01T02:06:28.941Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-04-01T02:06:28.941Z] Fetched 85.5 kB in 0s (0 B/s) [2021-04-01T02:06:28.941Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-04-01T02:06:28.941Z] Fetched 24.5 kB in 0s (0 B/s) [2021-04-01T02:06:28.941Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-04-01T02:06:28.941Z] Fetched 49.2 kB in 0s (0 B/s) [2021-04-01T02:06:28.941Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-04-01T02:06:28.941Z] Fetched 54.2 kB in 0s (0 B/s) [2021-04-01T02:06:28.941Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-04-01T02:06:28.941Z] Fetched 30.8 kB in 0s (0 B/s) [2021-04-01T02:06:28.941Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] [2021-04-01T02:06:28.941Z] Fetched 15.8 kB in 0s (0 B/s) [2021-04-01T02:06:28.941Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-04-01T02:06:28.941Z] Fetched 85.9 kB in 0s (0 B/s) [2021-04-01T02:06:28.941Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-04-01T02:06:28.941Z] Fetched 8720 B in 0s (0 B/s) [2021-04-01T02:06:28.941Z] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] [2021-04-01T02:06:28.941Z] Fetched 137 kB in 0s (0 B/s) [2021-04-01T02:06:28.941Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-04-01T02:06:28.941Z] Fetched 119 kB in 0s (0 B/s) [2021-04-01T02:06:28.941Z] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] [2021-04-01T02:06:28.941Z] Fetched 109 kB in 0s (0 B/s) [2021-04-01T02:06:28.941Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-04-01T02:06:28.941Z] Fetched 11.1 kB in 0s (0 B/s) [2021-04-01T02:06:28.941Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-04-01T02:06:28.941Z] Fetched 645 kB in 0s (0 B/s) [2021-04-01T02:06:28.941Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-04-01T02:06:28.941Z] Fetched 41.3 kB in 0s (0 B/s) [2021-04-01T02:06:28.941Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-04-01T02:06:28.941Z] Fetched 17.9 kB in 0s (0 B/s) [2021-04-01T02:06:28.941Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-04-01T02:06:28.941Z] Fetched 368 kB in 0s (0 B/s) [2021-04-01T02:06:28.941Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-04-01T02:06:28.941Z] Fetched 187 kB in 0s (0 B/s) [2021-04-01T02:06:28.941Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-04-01T02:06:28.941Z] Fetched 175 kB in 0s (0 B/s) [2021-04-01T02:06:28.941Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-04-01T02:06:28.941Z] Fetched 206 kB in 0s (0 B/s) [2021-04-01T02:06:28.941Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb [1301 kB] [2021-04-01T02:06:28.941Z] Fetched 1301 kB in 0s (0 B/s) [2021-04-01T02:06:28.941Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-04-01T02:06:28.941Z] Fetched 36.2 kB in 0s (0 B/s) [2021-04-01T02:06:28.941Z] Get:1 curl_7.58.0-2ubuntu3.13_amd64.deb [159 kB] [2021-04-01T02:06:28.941Z] Fetched 159 kB in 0s (0 B/s) [2021-04-01T02:06:28.941Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-04-01T02:06:28.941Z] Fetched 107 kB in 0s (0 B/s) [2021-04-01T02:06:28.941Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-04-01T02:06:28.941Z] Fetched 48.7 kB in 0s (0 B/s) [2021-04-01T02:06:28.941Z] Pulling static-packages [2021-04-01T02:06:28.941Z] + snapcraftctl pull [2021-04-01T02:06:28.941Z] Pulling version [2021-04-01T02:06:28.941Z] + cd /root/project [2021-04-01T02:06:28.941Z] + [ -f VERSION ] [2021-04-01T02:06:28.941Z] + PROJECT_VERSION=local-dev [2021-04-01T02:06:28.941Z] + git rev-parse --short HEAD [2021-04-01T02:06:28.941Z] + GIT_REVISION=03959d18 [2021-04-01T02:06:28.941Z] + snapcraftctl set-version local-dev [2021-04-01T02:06:29.203Z] Skipping build go-build-helper (already ran) [2021-04-01T02:06:29.464Z] Building app-service-config [2021-04-01T02:06:29.464Z] + make build [2021-04-01T02:06:29.464Z] CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.0.0-dev.37 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=0.0.0" -o app-service-configurable [2021-04-01T02:06:31.482Z] Removing intermediate container f3891159bc71 [2021-04-01T02:06:31.482Z] ---> 006098dd964e [2021-04-01T02:06:31.482Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-04-01T02:06:32.007Z] go: downloading github.com/edgexfoundry/app-functions-sdk-go/v2 v2.0.0-dev.37 [2021-04-01T02:06:32.266Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.27 [2021-04-01T02:06:32.266Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.62 [2021-04-01T02:06:32.266Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.3.2 [2021-04-01T02:06:32.453Z] ---> Running in 8aa486d6b885 [2021-04-01T02:06:32.526Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.10 [2021-04-01T02:06:32.526Z] go: downloading golang.org/x/net v0.0.0-20200425230154-ff2c4b7c35a0 [2021-04-01T02:06:32.526Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.5 [2021-04-01T02:06:32.526Z] go: downloading github.com/gorilla/websocket v1.4.2 [2021-04-01T02:06:32.526Z] go: downloading github.com/google/uuid v1.2.0 [2021-04-01T02:06:32.526Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.6 [2021-04-01T02:06:32.786Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-04-01T02:06:32.786Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-04-01T02:06:32.786Z] go: downloading github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 [2021-04-01T02:06:32.786Z] go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.4 [2021-04-01T02:06:32.786Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-04-01T02:06:33.046Z] go: downloading github.com/hashicorp/consul/api v1.8.1 [2021-04-01T02:06:33.046Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2021-04-01T02:06:33.046Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-04-01T02:06:33.307Z] go: downloading github.com/go-playground/validator/v10 v10.4.1 [2021-04-01T02:06:33.307Z] go: downloading github.com/x448/float16 v0.8.4 [2021-04-01T02:06:33.307Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-04-01T02:06:33.307Z] go: downloading github.com/hashicorp/go-hclog v0.12.0 [2021-04-01T02:06:33.307Z] go: downloading github.com/hashicorp/serf v0.9.5 [2021-04-01T02:06:33.307Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-04-01T02:06:33.428Z] Removing intermediate container 8aa486d6b885 [2021-04-01T02:06:33.428Z] ---> 07de415515b1 [2021-04-01T02:06:33.428Z] Step 28/31 : CMD ["gate"] [2021-04-01T02:06:33.566Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-04-01T02:06:33.566Z] go: downloading github.com/fatih/color v1.9.0 [2021-04-01T02:06:33.566Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-04-01T02:06:33.566Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2021-04-01T02:06:33.567Z] go: downloading golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 [2021-04-01T02:06:33.567Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.2 [2021-04-01T02:06:33.567Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-04-01T02:06:33.567Z] go: downloading github.com/mattn/go-colorable v0.1.6 [2021-04-01T02:06:33.567Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-04-01T02:06:33.567Z] go: downloading github.com/mattn/go-isatty v0.0.12 [2021-04-01T02:06:33.567Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-04-01T02:06:33.567Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-04-01T02:06:33.567Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-04-01T02:06:33.567Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-04-01T02:06:33.827Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-04-01T02:06:33.827Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-04-01T02:06:33.827Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-04-01T02:06:33.827Z] go: downloading github.com/pebbe/zmq4 v1.2.5 [2021-04-01T02:06:33.827Z] go: downloading golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd [2021-04-01T02:06:33.827Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-04-01T02:06:33.827Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-04-01T02:06:34.870Z] ---> Running in de8e5674fef4 [2021-04-01T02:06:35.473Z] Removing intermediate container de8e5674fef4 [2021-04-01T02:06:35.473Z] ---> 72f7be350aca [2021-04-01T02:06:35.473Z] Step 29/31 : LABEL arch=arm64 [2021-04-01T02:06:36.906Z] ---> Running in f35cddbf691b [2021-04-01T02:06:37.525Z] Removing intermediate container f35cddbf691b [2021-04-01T02:06:37.525Z] ---> 512b7d1d44e8 [2021-04-01T02:06:37.525Z] Step 30/31 : LABEL git_sha=03959d18d1ddb09d08d2fce729251ed877b5097a [2021-04-01T02:06:38.122Z] ---> Running in 6790b05f96e0 [2021-04-01T02:06:39.099Z] Removing intermediate container 6790b05f96e0 [2021-04-01T02:06:39.100Z] ---> d853768f221c [2021-04-01T02:06:39.100Z] Step 31/31 : LABEL version=0.0.0 [2021-04-01T02:06:40.538Z] ---> Running in 920284b50f1f [2021-04-01T02:06:41.521Z] Removing intermediate container 920284b50f1f [2021-04-01T02:06:41.521Z] ---> 6089ea321832 [2021-04-01T02:06:41.521Z] [2021-04-01T02:06:42.118Z] Successfully built 6089ea321832 [2021-04-01T02:06:42.118Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-04-01T02:06:44.322Z] + install -DT ./app-service-configurable /root/parts/app-service-config/install/bin/app-service-configurable [2021-04-01T02:06:44.322Z] + install -DT ./res/rules-engine/configuration.toml /root/parts/app-service-config/install/config/app-service-configurable/res/rules-engine/configuration.toml [2021-04-01T02:06:44.322Z] + install -DT ./Attribution.txt /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/Attribution.txt [2021-04-01T02:06:44.322Z] + install -DT ./LICENSE /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/LICENSE [2021-04-01T02:06:44.322Z] Building config-common [2021-04-01T02:06:44.322Z] + snapcraftctl build [2021-04-01T02:06:46.395Z] Building edgex-go [2021-04-01T02:06:46.656Z] + cd /root/parts/edgex-go/src [2021-04-01T02:06:46.656Z] + make build [2021-04-01T02:06:46.656Z] 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-04-01T02:06:46.916Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.28 [2021-04-01T02:06:46.916Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-04-01T02:06:46.916Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.7 [2021-04-01T02:06:46.916Z] go: downloading github.com/imdario/mergo v0.3.12 [2021-04-01T02:06:46.916Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.11 [2021-04-01T02:06:46.916Z] go: downloading github.com/pkg/errors v0.8.1 [2021-04-01T02:06:46.916Z] go: downloading github.com/pebbe/zmq4 v1.2.7 [2021-04-01T02:06:51.110Z] 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-04-01T02:06:51.110Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-04-01T02:06:56.396Z] 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-04-01T02:06:57.339Z] 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-04-01T02:06:58.726Z] 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-04-01T02:06:59.296Z] 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-04-01T02:06:59.556Z] go: downloading github.com/stretchr/testify v1.7.0 [2021-04-01T02:06:59.817Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-04-01T02:06:59.817Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-04-01T02:06:59.817Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-04-01T02:07:01.725Z] 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-04-01T02:07:01.725Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-04-01T02:07:01.725Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-04-01T02:07:03.108Z] 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-04-01T02:07:04.487Z] 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-04-01T02:07:05.866Z] 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-04-01T02:07:06.807Z] 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-04-01T02:07:07.067Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-04-01T02:07:08.452Z] 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-04-01T02:07:08.452Z] go: downloading github.com/lib/pq v1.9.0 [2021-04-01T02:07:08.912Z]  Building docker-security-bootstrapper-go ... done Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-01T02:07:08.912Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-04-01T02:07:08.912Z] ---> 60f706151110 [2021-04-01T02:07:08.912Z] Step 3/21 : WORKDIR /edgex-go [2021-04-01T02:07:08.912Z] ---> Using cache [2021-04-01T02:07:08.912Z] ---> 7bf8ed10a6e7 [2021-04-01T02:07:08.912Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-01T02:07:08.912Z] ---> Using cache [2021-04-01T02:07:08.912Z] ---> 5548c98cd57e [2021-04-01T02:07:08.912Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-04-01T02:07:08.912Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-01T02:07:08.912Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-04-01T02:07:08.912Z] ---> 60f706151110 [2021-04-01T02:07:08.912Z] Step 3/26 : WORKDIR /edgex-go [2021-04-01T02:07:08.912Z] ---> Using cache [2021-04-01T02:07:08.912Z] ---> 7bf8ed10a6e7 [2021-04-01T02:07:08.912Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-01T02:07:08.912Z] ---> Using cache [2021-04-01T02:07:08.912Z] ---> 5548c98cd57e [2021-04-01T02:07:08.912Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-04-01T02:07:10.368Z] + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command [2021-04-01T02:07:10.368Z] + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml [2021-04-01T02:07:10.368Z] + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data [2021-04-01T02:07:10.368Z] + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml [2021-04-01T02:07:10.368Z] + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata [2021-04-01T02:07:10.368Z] + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml [2021-04-01T02:07:10.368Z] + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications [2021-04-01T02:07:10.368Z] + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml [2021-04-01T02:07:10.368Z] + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler [2021-04-01T02:07:10.368Z] + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml [2021-04-01T02:07:10.368Z] + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent [2021-04-01T02:07:10.368Z] + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml [2021-04-01T02:07:10.368Z] + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup [2021-04-01T02:07:10.368Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml [2021-04-01T02:07:10.368Z] + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup [2021-04-01T02:07:10.368Z] + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml [2021-04-01T02:07:10.368Z] + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider [2021-04-01T02:07:10.368Z] + 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-04-01T02:07:10.368Z] + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper [2021-04-01T02:07:10.368Z] + install -DT ./cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res-bootstrap-redis/configuration.toml [2021-04-01T02:07:10.368Z] + install -DT ./cmd/security-bootstrapper/res/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res/configuration.toml [2021-04-01T02:07:10.368Z] + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config [2021-04-01T02:07:10.368Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml [2021-04-01T02:07:10.368Z] + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt [2021-04-01T02:07:10.368Z] + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE [2021-04-01T02:07:10.368Z] + 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-04-01T02:07:10.888Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-01T02:07:10.888Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-01T02:07:10.888Z] ---> 60f706151110 [2021-04-01T02:07:10.888Z] Step 3/23 : WORKDIR /edgex-go [2021-04-01T02:07:10.888Z] ---> Using cache [2021-04-01T02:07:10.888Z] ---> 7bf8ed10a6e7 [2021-04-01T02:07:10.888Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-01T02:07:10.888Z] ---> Using cache [2021-04-01T02:07:10.888Z] ---> 5548c98cd57e [2021-04-01T02:07:10.888Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-04-01T02:07:12.876Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-01T02:07:12.876Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-01T02:07:12.876Z] ---> 60f706151110 [2021-04-01T02:07:12.876Z] Step 3/23 : WORKDIR /edgex-go [2021-04-01T02:07:12.876Z] ---> Using cache [2021-04-01T02:07:12.876Z] ---> 7bf8ed10a6e7 [2021-04-01T02:07:12.876Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-01T02:07:12.876Z] ---> Using cache [2021-04-01T02:07:12.876Z] ---> 5548c98cd57e [2021-04-01T02:07:12.876Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-04-01T02:07:13.668Z] Building static-packages [2021-04-01T02:07:13.668Z] + snapcraftctl build [2021-04-01T02:07:14.309Z] ---> Running in bf471f1173bb [2021-04-01T02:07:14.309Z] ---> Running in b59d655fdccb [2021-04-01T02:07:14.309Z] ---> Running in 436d470ba995 [2021-04-01T02:07:14.309Z] ---> Running in e90cf01acd3d [2021-04-01T02:07:15.059Z] Building version [2021-04-01T02:07:15.059Z] + snapcraftctl build [2021-04-01T02:07:16.337Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-01T02:07:16.337Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-01T02:07:16.337Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-01T02:07:16.337Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-01T02:07:16.932Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-01T02:07:16.932Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-01T02:07:16.932Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-01T02:07:16.969Z] Skipping stage go-build-helper (already ran) [2021-04-01T02:07:16.969Z] Staging app-service-config [2021-04-01T02:07:16.969Z] + snapcraftctl stage [2021-04-01T02:07:17.212Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-01T02:07:17.537Z] Staging config-common [2021-04-01T02:07:17.537Z] + snapcraftctl stage [2021-04-01T02:07:17.816Z] OK: 217 MiB in 51 packages [2021-04-01T02:07:17.816Z] OK: 217 MiB in 51 packages [2021-04-01T02:07:18.102Z] OK: 217 MiB in 51 packages [2021-04-01T02:07:18.477Z] Staging edgex-go [2021-04-01T02:07:18.477Z] + snapcraftctl stage [2021-04-01T02:07:18.707Z] OK: 217 MiB in 51 packages [2021-04-01T02:07:19.305Z] Removing intermediate container 436d470ba995 [2021-04-01T02:07:19.305Z] ---> d73ee29e46a0 [2021-04-01T02:07:19.305Z] Step 6/23 : COPY go.mod . [2021-04-01T02:07:19.860Z] Staging static-packages [2021-04-01T02:07:19.860Z] + snapcraftctl stage [2021-04-01T02:07:19.908Z] Removing intermediate container b59d655fdccb [2021-04-01T02:07:19.908Z] ---> a9b1dee24f36 [2021-04-01T02:07:19.908Z] Step 6/26 : COPY go.mod . [2021-04-01T02:07:19.908Z] Removing intermediate container bf471f1173bb [2021-04-01T02:07:19.908Z] ---> 82e0fb2db7b3 [2021-04-01T02:07:19.908Z] Step 6/21 : COPY go.mod . [2021-04-01T02:07:20.189Z] Removing intermediate container e90cf01acd3d [2021-04-01T02:07:20.189Z] ---> c68724a89149 [2021-04-01T02:07:20.189Z] Step 6/23 : COPY go.mod . [2021-04-01T02:07:20.189Z] ---> 11f364821898 [2021-04-01T02:07:20.189Z] Step 7/23 : RUN go mod download [2021-04-01T02:07:20.468Z] ---> Running in 027c3a146752 [2021-04-01T02:07:20.745Z] ---> 9fab87909425 [2021-04-01T02:07:20.745Z] Step 7/26 : RUN go mod download [2021-04-01T02:07:20.745Z] ---> c77ab8b162bb [2021-04-01T02:07:20.745Z] Step 7/21 : RUN go mod download [2021-04-01T02:07:20.801Z] Staging version [2021-04-01T02:07:20.801Z] + snapcraftctl stage [2021-04-01T02:07:21.024Z] ---> Running in 16918c389a6f [2021-04-01T02:07:21.024Z] ---> Running in 54dfa556e9eb [2021-04-01T02:07:21.024Z] ---> d7f79c63af9c [2021-04-01T02:07:21.024Z] Step 7/23 : RUN go mod download [2021-04-01T02:07:21.309Z] ---> Running in 07982a10f4fb [2021-04-01T02:07:21.742Z] Priming go-build-helper [2021-04-01T02:07:21.742Z] + snapcraftctl prime [2021-04-01T02:07:22.682Z] Priming app-service-config [2021-04-01T02:07:22.682Z] + snapcraftctl prime [2021-04-01T02:07:23.952Z] Removing intermediate container 027c3a146752 [2021-04-01T02:07:23.952Z] ---> 35dc1d7b67c7 [2021-04-01T02:07:23.952Z] Step 8/23 : COPY . . [2021-04-01T02:07:24.067Z] Priming config-common [2021-04-01T02:07:24.067Z] + snapcraftctl prime [2021-04-01T02:07:24.938Z] Removing intermediate container 16918c389a6f [2021-04-01T02:07:24.938Z] ---> 12bc2069f131 [2021-04-01T02:07:24.938Z] Step 8/26 : COPY . . [2021-04-01T02:07:25.007Z] Priming edgex-go [2021-04-01T02:07:25.007Z] + snapcraftctl prime [2021-04-01T02:07:25.539Z] Removing intermediate container 07982a10f4fb [2021-04-01T02:07:25.539Z] ---> 1f6b4b0f0176 [2021-04-01T02:07:25.539Z] Step 8/23 : COPY . . [2021-04-01T02:07:25.817Z] Removing intermediate container 54dfa556e9eb [2021-04-01T02:07:25.817Z] ---> a5f7eca2f72c [2021-04-01T02:07:25.817Z] Step 8/21 : COPY . . [2021-04-01T02:07:25.948Z] Priming static-packages [2021-04-01T02:07:25.948Z] + snapcraftctl prime [2021-04-01T02:07:28.493Z] Priming version [2021-04-01T02:07:28.493Z] + snapcraftctl prime [2021-04-01T02:07:29.063Z] 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-04-01T02:07:48.038Z] ---> c6d08ad63205 [2021-04-01T02:07:48.038Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-04-01T02:07:48.038Z] ---> b432ab41ca10 [2021-04-01T02:07:48.038Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-04-01T02:07:48.038Z] ---> 56407401ce70 [2021-04-01T02:07:48.038Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-04-01T02:07:48.038Z] ---> d55ff9461825 [2021-04-01T02:07:48.038Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-04-01T02:07:48.038Z] ---> Running in 9b6259a55cae [2021-04-01T02:07:48.038Z] ---> Running in 8a4f2a3db789 [2021-04-01T02:07:48.038Z] ---> Running in d5057d288586 [2021-04-01T02:07:48.038Z] ---> Running in e2791047dc63 [2021-04-01T02:07:49.032Z] 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-04-01T02:07:49.308Z] 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-04-01T02:07:49.308Z] 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-04-01T02:07:49.586Z] 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-04-01T02:09:11.457Z] 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-04-01T02:09:19.897Z] Removing intermediate container 8a4f2a3db789 [2021-04-01T02:09:19.897Z] ---> d96d30637570 [2021-04-01T02:09:19.897Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-04-01T02:09:19.897Z] Removing intermediate container d5057d288586 [2021-04-01T02:09:19.897Z] ---> bbb7171095d1 [2021-04-01T02:09:19.897Z] [2021-04-01T02:09:19.897Z] Step 10/21 : FROM alpine:3.12 [2021-04-01T02:09:19.897Z] ---> e47305ac9786 [2021-04-01T02:09:19.897Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-04-01T02:09:19.897Z] ---> Running in 52ac1e4d2b60 [2021-04-01T02:09:19.897Z] ---> Running in 521554d98ccf [2021-04-01T02:09:20.894Z] 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-04-01T02:09:21.501Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-01T02:09:21.501Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-01T02:09:22.109Z] (1/4) Installing ca-certificates (20191127-r4) [2021-04-01T02:09:22.109Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-04-01T02:09:22.109Z] (3/4) Installing libcurl (7.69.1-r3) [2021-04-01T02:09:22.386Z] (4/4) Installing curl (7.69.1-r3) [2021-04-01T02:09:22.386Z] Executing busybox-1.31.1-r19.trigger [2021-04-01T02:09:22.386Z] Executing ca-certificates-20191127-r4.trigger [2021-04-01T02:09:22.667Z] OK: 7 MiB in 18 packages [2021-04-01T02:09:24.671Z] Removing intermediate container 9b6259a55cae [2021-04-01T02:09:24.671Z] ---> 768dcd9b6558 [2021-04-01T02:09:24.671Z] [2021-04-01T02:09:24.671Z] Step 10/23 : FROM alpine:3.12 [2021-04-01T02:09:24.671Z] ---> e47305ac9786 [2021-04-01T02:09:24.671Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-04-01T02:09:24.671Z] ---> Using cache [2021-04-01T02:09:24.671Z] ---> 2506be57f381 [2021-04-01T02:09:24.671Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-01T02:09:24.671Z] ---> Using cache [2021-04-01T02:09:24.671Z] ---> aa173918505f [2021-04-01T02:09:24.671Z] Step 13/23 : ENV APP_PORT=48082 [2021-04-01T02:09:24.950Z] ---> Running in 6fe4bd35a85d [2021-04-01T02:09:25.227Z] Removing intermediate container 521554d98ccf [2021-04-01T02:09:25.227Z] ---> 62ac1dcaf78f [2021-04-01T02:09:25.227Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-04-01T02:09:25.499Z] ---> Running in e5461c6b4a47 [2021-04-01T02:09:25.499Z] Removing intermediate container 52ac1e4d2b60 [2021-04-01T02:09:25.499Z] ---> 21b365673a43 [2021-04-01T02:09:25.499Z] [2021-04-01T02:09:25.499Z] Step 11/26 : FROM docker:20.10.0 [2021-04-01T02:09:25.774Z] Removing intermediate container 6fe4bd35a85d [2021-04-01T02:09:25.774Z] ---> 4a8bbb203891 [2021-04-01T02:09:25.774Z] Step 14/23 : EXPOSE $APP_PORT [2021-04-01T02:09:25.774Z] 20.10.0: Pulling from library/docker [2021-04-01T02:09:25.774Z] ---> Running in a16ebd3339b4 [2021-04-01T02:09:26.378Z] Removing intermediate container e5461c6b4a47 [2021-04-01T02:09:26.378Z] ---> 645f2cd20876 [2021-04-01T02:09:26.378Z] Step 13/21 : WORKDIR /edgex [2021-04-01T02:09:26.378Z] ---> Running in ecd71488c534 [2021-04-01T02:09:26.697Z] Removing intermediate container a16ebd3339b4 [2021-04-01T02:09:26.697Z] ---> 25e0b66cc556 [2021-04-01T02:09:26.697Z] Step 15/23 : WORKDIR / [2021-04-01T02:09:26.697Z] ---> Running in cf6d1dc4d256 [2021-04-01T02:09:27.695Z] Removing intermediate container ecd71488c534 [2021-04-01T02:09:27.695Z] ---> ae6b8d8bf816 [2021-04-01T02:09:27.695Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-04-01T02:09:27.695Z] Removing intermediate container cf6d1dc4d256 [2021-04-01T02:09:27.695Z] ---> 989ed782b175 [2021-04-01T02:09:27.695Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-01T02:09:29.693Z] ---> 1a2d6468f0c6 [2021-04-01T02:09:29.693Z] ---> b56676618d74 [2021-04-01T02:09:29.693Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-04-01T02:09:29.693Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-04-01T02:09:30.681Z] Removing intermediate container e2791047dc63 [2021-04-01T02:09:30.681Z] ---> 210f3511bf49 [2021-04-01T02:09:30.681Z] [2021-04-01T02:09:30.681Z] Step 10/23 : FROM alpine:3.12 [2021-04-01T02:09:30.681Z] ---> e47305ac9786 [2021-04-01T02:09:30.681Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-04-01T02:09:30.681Z] ---> Using cache [2021-04-01T02:09:30.681Z] ---> 2506be57f381 [2021-04-01T02:09:30.681Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-01T02:09:30.681Z] ---> Using cache [2021-04-01T02:09:30.681Z] ---> aa173918505f [2021-04-01T02:09:30.681Z] Step 13/23 : ENV APP_PORT=48081 [2021-04-01T02:09:31.286Z] ---> 2d3e27fd6f5e [2021-04-01T02:09:31.286Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-04-01T02:09:31.286Z] ---> Running in c71f44a1c135 [2021-04-01T02:09:31.561Z] ---> 36f084168ab3 [2021-04-01T02:09:31.561Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-04-01T02:09:31.848Z] Removing intermediate container c71f44a1c135 [2021-04-01T02:09:31.849Z] ---> c92186d54e67 [2021-04-01T02:09:31.849Z] Step 14/23 : EXPOSE $APP_PORT [2021-04-01T02:09:32.143Z] ---> Running in 90db2ceb7c7a [2021-04-01T02:09:32.747Z] ---> 6167e9c1acdb [2021-04-01T02:09:32.747Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-04-01T02:09:32.747Z] ---> 2a83435e3366 [2021-04-01T02:09:32.747Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-04-01T02:09:32.747Z] ---> Running in 80ac4c093c03 [2021-04-01T02:09:32.747Z] Removing intermediate container 90db2ceb7c7a [2021-04-01T02:09:32.747Z] ---> 2876439a0ab4 [2021-04-01T02:09:32.747Z] Step 15/23 : WORKDIR / [2021-04-01T02:09:33.027Z] ---> Running in d0982d3ff06b [2021-04-01T02:09:33.027Z] ---> Running in c32d7ae5d8db [2021-04-01T02:09:33.635Z] Removing intermediate container 80ac4c093c03 [2021-04-01T02:09:33.635Z] ---> b982f3961b24 [2021-04-01T02:09:33.635Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-01T02:09:33.635Z] Removing intermediate container c32d7ae5d8db [2021-04-01T02:09:33.635Z] ---> fadda9a8e6de [2021-04-01T02:09:33.635Z] Step 18/21 : CMD ["--init=true"] [2021-04-01T02:09:33.635Z] ---> Running in a9735a10300d [2021-04-01T02:09:33.910Z] Removing intermediate container d0982d3ff06b [2021-04-01T02:09:33.910Z] ---> 119ed8222770 [2021-04-01T02:09:33.910Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-01T02:09:33.910Z] ---> Running in 67bfc7fc0186 [2021-04-01T02:09:34.521Z] Removing intermediate container a9735a10300d [2021-04-01T02:09:34.521Z] ---> 3e4410f0234e [2021-04-01T02:09:34.521Z] Step 21/23 : LABEL arch=arm64 [2021-04-01T02:09:34.521Z] ---> Running in e3afc20df238 [2021-04-01T02:09:34.792Z] Removing intermediate container 67bfc7fc0186 [2021-04-01T02:09:34.792Z] ---> ddcb3861883b [2021-04-01T02:09:34.792Z] Step 19/21 : LABEL arch=arm64 [2021-04-01T02:09:35.068Z] ---> 423c815f1f26 [2021-04-01T02:09:35.068Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-04-01T02:09:35.068Z] ---> Running in a45f53e6314c [2021-04-01T02:09:35.344Z] Removing intermediate container e3afc20df238 [2021-04-01T02:09:35.344Z] ---> d044e264db93 [2021-04-01T02:09:35.344Z] Step 22/23 : LABEL git_sha=03959d18d1ddb09d08d2fce729251ed877b5097a [2021-04-01T02:09:35.621Z] ---> Running in b132c785908f [2021-04-01T02:09:35.895Z] Removing intermediate container a45f53e6314c [2021-04-01T02:09:35.895Z] ---> d6c90bc6f11b [2021-04-01T02:09:35.895Z] Step 20/21 : LABEL git_sha=03959d18d1ddb09d08d2fce729251ed877b5097a [2021-04-01T02:09:37.880Z] ---> Running in 28fad6771055 [2021-04-01T02:09:37.880Z] Removing intermediate container b132c785908f [2021-04-01T02:09:37.880Z] ---> 1f992960499b [2021-04-01T02:09:37.880Z] Step 23/23 : LABEL version=0.0.0 [2021-04-01T02:09:38.162Z] ---> 48cea45c16a4 [2021-04-01T02:09:38.162Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-04-01T02:09:38.162Z] ---> Running in 378fafd65987 [2021-04-01T02:09:38.439Z] Removing intermediate container 28fad6771055 [2021-04-01T02:09:38.439Z] ---> be9b387c56ab [2021-04-01T02:09:38.439Z] Step 21/21 : LABEL version=0.0.0 [2021-04-01T02:09:38.736Z] ---> Running in 82e76c35884c [2021-04-01T02:09:38.736Z] Removing intermediate container 378fafd65987 [2021-04-01T02:09:38.736Z] ---> eb05b7e6c3a1 [2021-04-01T02:09:38.736Z] [2021-04-01T02:09:39.345Z] ---> 69c2aaa6f612 [2021-04-01T02:09:39.345Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-04-01T02:09:39.346Z] Successfully built eb05b7e6c3a1 [2021-04-01T02:09:39.346Z] Successfully tagged docker-core-command-go-arm64:latest [2021-04-01T02:09:39.346Z]  Building docker-core-command-go ... done  ---> Running in 338bdcaa7093 [2021-04-01T02:09:39.346Z] Removing intermediate container 82e76c35884c [2021-04-01T02:09:39.346Z] ---> a193e74bbb50 [2021-04-01T02:09:39.346Z] [2021-04-01T02:09:39.621Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-04-01T02:09:39.621Z] Status: Downloaded newer image for docker:20.10.0 [2021-04-01T02:09:39.621Z] ---> eeaf43b92773 [2021-04-01T02:09:39.621Z] Step 12/26 : RUN apk add --no-cache bash [2021-04-01T02:09:39.897Z] ---> Running in 07865fc7e5ea [2021-04-01T02:09:39.897Z] Successfully built a193e74bbb50 [2021-04-01T02:09:39.897Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-04-01T02:09:40.175Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container 338bdcaa7093 [2021-04-01T02:09:40.175Z] ---> 8ac97feb067f [2021-04-01T02:09:40.175Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-01T02:09:40.175Z] ---> Running in a32f61b75458 [2021-04-01T02:09:40.783Z] Removing intermediate container a32f61b75458 [2021-04-01T02:09:40.783Z] ---> 26c1e68b94de [2021-04-01T02:09:40.783Z] Step 21/23 : LABEL arch=arm64 [2021-04-01T02:09:40.783Z] ---> Running in a744532f0e4a [2021-04-01T02:09:41.058Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-01T02:09:41.332Z] Removing intermediate container a744532f0e4a [2021-04-01T02:09:41.332Z] ---> 4f196c145824 [2021-04-01T02:09:41.332Z] Step 22/23 : LABEL git_sha=03959d18d1ddb09d08d2fce729251ed877b5097a [2021-04-01T02:09:41.332Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-01T02:09:41.332Z] ---> Running in 5b09e72f603e [2021-04-01T02:09:41.938Z] (1/2) Installing readline (8.0.4-r0) [2021-04-01T02:09:41.938Z] (2/2) Installing bash (5.0.17-r0) [2021-04-01T02:09:41.938Z] Executing bash-5.0.17-r0.post-install [2021-04-01T02:09:41.938Z] Removing intermediate container 5b09e72f603e [2021-04-01T02:09:41.938Z] ---> 59f2f041a6f6 [2021-04-01T02:09:41.938Z] Executing busybox-1.31.1-r19.trigger [2021-04-01T02:09:41.938Z] Step 23/23 : LABEL version=0.0.0 [2021-04-01T02:09:41.938Z] OK: 12 MiB in 22 packages [2021-04-01T02:09:42.214Z] ---> Running in 037aef231e38 [2021-04-01T02:09:42.492Z] Removing intermediate container 037aef231e38 [2021-04-01T02:09:42.492Z] ---> 57d838ef37a5 [2021-04-01T02:09:42.492Z] [2021-04-01T02:09:43.109Z] Successfully built 57d838ef37a5 [2021-04-01T02:09:43.109Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-04-01T02:09:43.383Z]  Building docker-core-metadata-go ... done Removing intermediate container 07865fc7e5ea [2021-04-01T02:09:43.383Z] ---> ff5b296c70ac [2021-04-01T02:09:43.383Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-04-01T02:09:43.383Z] ---> Running in e03dcd2f8c1e [2021-04-01T02:09:43.982Z] Removing intermediate container e03dcd2f8c1e [2021-04-01T02:09:43.982Z] ---> 071985ca092e [2021-04-01T02:09:43.982Z] Step 14/26 : ENV APP_PORT=48090 [2021-04-01T02:09:43.982Z] ---> Running in ce8da7fd5f2d [2021-04-01T02:09:44.258Z] Removing intermediate container ce8da7fd5f2d [2021-04-01T02:09:44.258Z] ---> edec52c65e0a [2021-04-01T02:09:44.258Z] Step 15/26 : EXPOSE $APP_PORT [2021-04-01T02:09:44.530Z] ---> Running in ebc3ebeb4f62 [2021-04-01T02:09:45.132Z] Removing intermediate container ebc3ebeb4f62 [2021-04-01T02:09:45.132Z] ---> 30b5e6cea6ee [2021-04-01T02:09:45.132Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-04-01T02:09:46.137Z] ---> 446166974fa9 [2021-04-01T02:09:46.137Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-04-01T02:09:46.746Z] ---> 49320cf5587e [2021-04-01T02:09:46.746Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-04-01T02:09:47.767Z] ---> 87e65509fdd1 [2021-04-01T02:09:47.768Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-04-01T02:09:48.047Z] ---> Running in 1b57b73b4f1d [2021-04-01T02:09:49.061Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-01T02:09:49.336Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-01T02:09:49.942Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-04-01T02:09:49.942Z] (2/33) Installing expat (2.2.9-r1) [2021-04-01T02:09:49.942Z] (3/33) Installing libffi (3.3-r2) [2021-04-01T02:09:49.942Z] (4/33) Installing gdbm (1.13-r1) [2021-04-01T02:09:49.942Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-04-01T02:09:49.942Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-04-01T02:09:49.942Z] (7/33) Installing python3 (3.8.8-r0) [2021-04-01T02:09:51.931Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-04-01T02:09:51.931Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-04-01T02:09:51.931Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-04-01T02:09:51.932Z] (11/33) Installing py3-six (1.15.0-r0) [2021-04-01T02:09:51.932Z] (12/33) Installing py3-packaging (20.4-r0) [2021-04-01T02:09:51.932Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-04-01T02:09:51.932Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-04-01T02:09:51.932Z] (15/33) Installing py3-idna (2.9-r0) [2021-04-01T02:09:51.932Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-04-01T02:09:51.932Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-04-01T02:09:51.932Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-04-01T02:09:52.212Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-04-01T02:09:52.212Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-04-01T02:09:52.212Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-04-01T02:09:52.212Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-04-01T02:09:52.212Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-04-01T02:09:52.212Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-04-01T02:09:52.212Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-04-01T02:09:52.212Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-04-01T02:09:52.212Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-04-01T02:09:52.212Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-04-01T02:09:52.212Z] (29/33) Installing py3-progress (1.5-r0) [2021-04-01T02:09:52.212Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-04-01T02:09:52.212Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-04-01T02:09:52.212Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-04-01T02:09:52.212Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-04-01T02:09:52.498Z] Executing busybox-1.31.1-r19.trigger [2021-04-01T02:09:52.498Z] OK: 71 MiB in 55 packages [2021-04-01T02:09:59.254Z] Removing intermediate container 1b57b73b4f1d [2021-04-01T02:09:59.254Z] ---> df470deff5d2 [2021-04-01T02:09:59.254Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-04-01T02:09:59.254Z] ---> Running in ab2853050fad [2021-04-01T02:10:03.563Z] Collecting docker-compose==1.23.2 [2021-04-01T02:10:03.563Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-04-01T02:10:04.161Z] Collecting docopt<0.7,>=0.6.1 [2021-04-01T02:10:04.161Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-04-01T02:10:06.139Z] Collecting cached-property<2,>=1.2.0 [2021-04-01T02:10:06.139Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-04-01T02:10:07.571Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-04-01T02:10:07.571Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-04-01T02:10:07.843Z] Collecting websocket-client<1.0,>=0.32.0 [2021-04-01T02:10:07.843Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-04-01T02:10:08.116Z] Collecting dockerpty<0.5,>=0.4.1 [2021-04-01T02:10:08.116Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-04-01T02:10:10.733Z] Collecting docker<4.0,>=3.6.0 [2021-04-01T02:10:10.733Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-04-01T02:10:10.733Z] 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-04-01T02:10:11.005Z] Collecting texttable<0.10,>=0.9.0 [2021-04-01T02:10:11.005Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-04-01T02:10:13.624Z] Collecting PyYAML<4,>=3.10 [2021-04-01T02:10:13.624Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-04-01T02:10:16.246Z] Collecting jsonschema<3,>=2.5.1 [2021-04-01T02:10:16.246Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-04-01T02:10:16.519Z] 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-04-01T02:10:16.792Z] Collecting idna<2.8,>=2.5 [2021-04-01T02:10:16.792Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-04-01T02:10:16.792Z] 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-04-01T02:10:17.384Z] Collecting urllib3<1.25,>=1.21.1 [2021-04-01T02:10:17.384Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-04-01T02:10:17.657Z] Collecting docker-pycreds>=0.4.0 [2021-04-01T02:10:17.657Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-04-01T02:10:17.657Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-04-01T02:10:17.657Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-04-01T02:10:17.657Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-04-01T02:10:17.657Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-04-01T02:10:18.636Z] Installing collected packages: docopt, cached-property, idna, urllib3, requests, websocket-client, dockerpty, docker-pycreds, docker, texttable, PyYAML, jsonschema, docker-compose [2021-04-01T02:10:18.636Z] Running setup.py install for docopt: started [2021-04-01T02:10:20.613Z] Running setup.py install for docopt: finished with status 'done' [2021-04-01T02:10:20.613Z] Attempting uninstall: idna [2021-04-01T02:10:20.613Z] Found existing installation: idna 2.9 [2021-04-01T02:10:20.613Z] Uninstalling idna-2.9: [2021-04-01T02:10:20.613Z] Successfully uninstalled idna-2.9 [2021-04-01T02:10:21.204Z] Attempting uninstall: urllib3 [2021-04-01T02:10:21.204Z] Found existing installation: urllib3 1.25.9 [2021-04-01T02:10:21.204Z] Uninstalling urllib3-1.25.9: [2021-04-01T02:10:21.204Z] Successfully uninstalled urllib3-1.25.9 [2021-04-01T02:10:21.797Z] Attempting uninstall: requests [2021-04-01T02:10:21.797Z] Found existing installation: requests 2.23.0 [2021-04-01T02:10:21.797Z] Uninstalling requests-2.23.0: [2021-04-01T02:10:21.797Z] Successfully uninstalled requests-2.23.0 [2021-04-01T02:10:22.393Z] Running setup.py install for dockerpty: started [2021-04-01T02:10:24.368Z] Running setup.py install for dockerpty: finished with status 'done' [2021-04-01T02:10:24.961Z] Running setup.py install for texttable: started [2021-04-01T02:10:26.930Z] Running setup.py install for texttable: finished with status 'done' [2021-04-01T02:10:26.931Z] Running setup.py install for PyYAML: started [2021-04-01T02:10:28.898Z] Running setup.py install for PyYAML: finished with status 'done' [2021-04-01T02:10:29.874Z] 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-04-01T02:10:34.182Z] Removing intermediate container ab2853050fad [2021-04-01T02:10:34.182Z] ---> b3d05516a064 [2021-04-01T02:10:34.182Z] Step 21/26 : RUN apk --no-cache add curl [2021-04-01T02:10:34.182Z] ---> Running in 9d7e308ace19 [2021-04-01T02:10:34.461Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-01T02:10:34.741Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-01T02:10:35.342Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-04-01T02:10:35.342Z] (2/3) Installing libcurl (7.69.1-r3) [2021-04-01T02:10:35.342Z] (3/3) Installing curl (7.69.1-r3) [2021-04-01T02:10:35.342Z] Executing busybox-1.31.1-r19.trigger [2021-04-01T02:10:35.342Z] OK: 72 MiB in 58 packages [2021-04-01T02:10:36.776Z] Removing intermediate container 9d7e308ace19 [2021-04-01T02:10:36.776Z] ---> 0368422caa86 [2021-04-01T02:10:36.776Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-04-01T02:10:36.776Z] ---> Running in f942d663abbb [2021-04-01T02:10:37.373Z] Removing intermediate container f942d663abbb [2021-04-01T02:10:37.373Z] ---> 24f14fe3d5a6 [2021-04-01T02:10:37.373Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-01T02:10:37.373Z] ---> Running in 5bec37941cc7 [2021-04-01T02:10:37.647Z] Removing intermediate container 5bec37941cc7 [2021-04-01T02:10:37.647Z] ---> de49593d6342 [2021-04-01T02:10:37.647Z] Step 24/26 : LABEL arch=arm64 [2021-04-01T02:10:37.924Z] ---> Running in 39e348aa0a0a [2021-04-01T02:10:38.197Z] Removing intermediate container 39e348aa0a0a [2021-04-01T02:10:38.197Z] ---> 3f383cea607b [2021-04-01T02:10:38.197Z] Step 25/26 : LABEL git_sha=03959d18d1ddb09d08d2fce729251ed877b5097a [2021-04-01T02:10:38.472Z] ---> Running in 6179b8bed8d8 [2021-04-01T02:10:38.746Z] Removing intermediate container 6179b8bed8d8 [2021-04-01T02:10:38.746Z] ---> 3c5fc2ce3f9f [2021-04-01T02:10:38.746Z] Step 26/26 : LABEL version=0.0.0 [2021-04-01T02:10:39.020Z] ---> Running in bd8a659e52c0 [2021-04-01T02:10:39.294Z] Removing intermediate container bd8a659e52c0 [2021-04-01T02:10:39.294Z] ---> d3f22a65869f [2021-04-01T02:10:39.294Z] [2021-04-01T02:10:39.890Z] Successfully built d3f22a65869f [2021-04-01T02:10:39.890Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-04-01T02:10:39.907Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-04-01T02:10:39.895Z] $ docker stop --time=1 1d66e56099c0eac47565cd3c6e0a77bb99b5fae5974ca07f980e5ec6de9b4202 [2021-04-01T02:10:41.844Z] $ docker rm -f 1d66e56099c0eac47565cd3c6e0a77bb99b5fae5974ca07f980e5ec6de9b4202 [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-01T02:10:42.570Z] + docker images [2021-04-01T02:10:42.570Z] + grep docker [2021-04-01T02:10:42.840Z] docker-sys-mgmt-agent-go-arm64 latest d3f22a65869f 3 seconds ago 301MB [2021-04-01T02:10:42.840Z] docker-core-metadata-go-arm64 latest 57d838ef37a5 About a minute ago 17.9MB [2021-04-01T02:10:42.840Z] docker-security-proxy-setup-go-arm64 latest a193e74bbb50 About a minute ago 24.1MB [2021-04-01T02:10:42.840Z] docker-core-command-go-arm64 latest eb05b7e6c3a1 About a minute ago 16.3MB [2021-04-01T02:10:42.840Z] docker-security-bootstrapper-go-arm64 latest 6089ea321832 4 minutes ago 17.9MB [2021-04-01T02:10:42.840Z] docker-core-data-go-arm64 latest 3f32e86de385 4 minutes ago 21.4MB [2021-04-01T02:10:42.840Z] docker-support-notifications-go-arm64 latest 313fc90f402a 4 minutes ago 16.9MB [2021-04-01T02:10:42.840Z] docker-security-secretstore-setup-go-arm64 latest 63d82aa30207 4 minutes ago 24.4MB [2021-04-01T02:10:42.840Z] docker-support-scheduler-go-arm64 latest d2fbfd79a9e7 4 minutes ago 16.4MB [2021-04-01T02:10:42.840Z] 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-04-01T02:10:43.908Z] ---> job-cost.sh [2021-04-01T02:10:43.908Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-MrA0 [2021-04-01T02:11:22.842Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-04-01T02:12:59.552Z] lf-activate-venv(): INFO: Adding /tmp/venv-MrA0/bin to PATH [2021-04-01T02:12:59.552Z] INFO: No Stack... [2021-04-01T02:12:59.552Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-04-01T02:12:59.552Z] INFO: Archiving Costs [Pipeline] sh [2021-04-01T02:12:59.885Z] + cat /w/workspace/edgex-go/4/archives/cost.csv [2021-04-01T02:12:59.885Z] + cut -d, -f6 [Pipeline] lock [2021-04-01T02:12:59.993Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3322-4-stack-cost] [2021-04-01T02:13:00.002Z] Resource [jenkins-edgexfoundry-edgex-go-PR-3322-4-stack-cost] did not exist. Created. [2021-04-01T02:13:00.003Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3322-4-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-04-01T02:13:00.478Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-04-01T02:13:00.843Z] Stashed 1 file(s) [Pipeline] } [2021-04-01T02:13:00.861Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3322-4-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-04-01T02:13:02.252Z] provisioning config files... [2021-04-01T02:13:02.269Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/4@tmp/config7972876600572885856tmp [Pipeline] { [Pipeline] sh [2021-04-01T02:13:02.635Z] + set +x [2021-04-01T02:13:02.635Z] + curl -s https://codecov.io/bash [2021-04-01T02:13:02.635Z] + bash -s -- [2021-04-01T02:13:03.212Z] [2021-04-01T02:13:03.212Z] _____ _ [2021-04-01T02:13:03.212Z] / ____| | | [2021-04-01T02:13:03.212Z] | | ___ __| | ___ ___ _____ __ [2021-04-01T02:13:03.212Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-04-01T02:13:03.212Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-04-01T02:13:03.212Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-04-01T02:13:03.212Z] Bash-20210309-2b87ace [2021-04-01T02:13:03.212Z] [2021-04-01T02:13:03.212Z] [2021-04-01T02:13:03.212Z] ==> git version 2.24.3 found [2021-04-01T02:13:03.212Z] ==> 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-04-01T02:13:03.212Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-04-01T02:13:03.212Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-04-01T02:13:03.212Z] ==> Jenkins CI detected. [2021-04-01T02:13:03.212Z] project root: . [2021-04-01T02:13:03.212Z] --> token set from env [2021-04-01T02:13:03.212Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-04-01T02:13:03.212Z] ==> Running gcov in . (disable via -X gcov) [2021-04-01T02:13:03.212Z] ==> Python coveragepy not found [2021-04-01T02:13:03.212Z] ==> Searching for coverage reports in: [2021-04-01T02:13:03.212Z] + . [2021-04-01T02:13:03.212Z] -> Found 1 reports [2021-04-01T02:13:03.212Z] ==> Detecting git/mercurial file structure [2021-04-01T02:13:03.212Z] ==> Reading reports [2021-04-01T02:13:03.212Z] + ./coverage.out bytes=672489 [2021-04-01T02:13:03.477Z] ==> Appending adjustments [2021-04-01T02:13:03.477Z] https://docs.codecov.io/docs/fixing-reports [2021-04-01T02:13:07.687Z] + Found adjustments [2021-04-01T02:13:07.687Z] ==> Gzipping contents [2021-04-01T02:13:07.687Z] 96K /tmp/codecov.mPpRbW.gz [2021-04-01T02:13:07.687Z] ==> Uploading reports [2021-04-01T02:13:07.687Z] url: https://codecov.io [2021-04-01T02:13:07.687Z] query: branch=PR-3322&commit=03959d18d1ddb09d08d2fce729251ed877b5097a&build=4&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3322%2F4%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3322&job=&cmd_args= [2021-04-01T02:13:07.687Z] -> Pinging Codecov [2021-04-01T02:13:07.687Z] https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=PR-3322&commit=03959d18d1ddb09d08d2fce729251ed877b5097a&build=4&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3322%2F4%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3322&job=&cmd_args= [2021-04-01T02:13:07.687Z] -> Uploading to [2021-04-01T02:13:07.687Z] https://storage.googleapis.com/codecov/v4/raw/2021-04-01/00271124DB129430A58F1EEE437C3FCB/03959d18d1ddb09d08d2fce729251ed877b5097a/c83daa24-0432-4346-a3a2-1d71f9060d4f.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210401%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210401T021307Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=f30ae4dda9b7831358123ba8efba6782778e5a5c34f1793d35a81b8563730ac0 [2021-04-01T02:13:07.687Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-01T02:13:07.687Z] Dload Upload Total Spent Left Speed [2021-04-01T02:13:07.949Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 97467 0 0 100 97467 0 214k --:--:-- --:--:-- --:--:-- 213k 100 97467 0 0 100 97467 0 214k --:--:-- --:--:-- --:--:-- 213k [2021-04-01T02:13:07.949Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/03959d18d1ddb09d08d2fce729251ed877b5097a [Pipeline] } [2021-04-01T02:13:07.958Z] 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-04-01T02:13:09.780Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-01T02:13:10.657Z] ---> package-listing.sh [2021-04-01T02:13:10.657Z] ++ facter osfamily [2021-04-01T02:13:10.657Z] ++ tr '[:upper:]' '[:lower:]' [2021-04-01T02:13:10.657Z] + OS_FAMILY=redhat [2021-04-01T02:13:10.657Z] + workspace=/w/workspace/edgex-go/4 [2021-04-01T02:13:10.657Z] + START_PACKAGES=/tmp/packages_start.txt [2021-04-01T02:13:10.657Z] + END_PACKAGES=/tmp/packages_end.txt [2021-04-01T02:13:10.657Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-04-01T02:13:10.657Z] + PACKAGES=/tmp/packages_start.txt [2021-04-01T02:13:10.657Z] + '[' /w/workspace/edgex-go/4 ']' [2021-04-01T02:13:10.657Z] + PACKAGES=/tmp/packages_end.txt [2021-04-01T02:13:10.657Z] + case "${OS_FAMILY}" in [2021-04-01T02:13:10.657Z] + rpm -qa [2021-04-01T02:13:10.657Z] + sort [2021-04-01T02:13:15.971Z] + '[' -f /tmp/packages_start.txt ']' [2021-04-01T02:13:15.971Z] + '[' -f /tmp/packages_end.txt ']' [2021-04-01T02:13:15.971Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-04-01T02:13:15.971Z] + '[' /w/workspace/edgex-go/4 ']' [2021-04-01T02:13:15.971Z] + mkdir -p /w/workspace/edgex-go/4/archives/ [2021-04-01T02:13:15.971Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/4/archives/ [Pipeline] echo [2021-04-01T02:13:15.985Z] 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/4/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-04-01T02:13:16.311Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-04-01T02:13:16.643Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-01T02:13:16.911Z] [2021-04-01T02:13:16.911Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-04-01T02:13:17.416Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-01T02:13:17.416Z] alpine: Pulling from edgex-lftools-log-publisher [2021-04-01T02:13:17.416Z] df20fa9351a1: Pulling fs layer [2021-04-01T02:13:17.416Z] 36b3adc4ff6f: Pulling fs layer [2021-04-01T02:13:17.416Z] 8ad3a11d3b57: Pulling fs layer [2021-04-01T02:13:17.416Z] 46f8f816bc3b: Pulling fs layer [2021-04-01T02:13:17.416Z] 93b61091891f: Pulling fs layer [2021-04-01T02:13:17.416Z] 93b9cdb0e59b: Pulling fs layer [2021-04-01T02:13:17.416Z] 5e14af77c1be: Pulling fs layer [2021-04-01T02:13:17.416Z] 01666e4c0597: Pulling fs layer [2021-04-01T02:13:17.416Z] aa168da1d23b: Pulling fs layer [2021-04-01T02:13:17.416Z] 93b61091891f: Waiting [2021-04-01T02:13:17.416Z] 93b9cdb0e59b: Waiting [2021-04-01T02:13:17.416Z] 5e14af77c1be: Waiting [2021-04-01T02:13:17.416Z] 46f8f816bc3b: Waiting [2021-04-01T02:13:17.416Z] 01666e4c0597: Waiting [2021-04-01T02:13:17.416Z] aa168da1d23b: Waiting [2021-04-01T02:13:17.416Z] 36b3adc4ff6f: Download complete [2021-04-01T02:13:17.682Z] 46f8f816bc3b: Verifying Checksum [2021-04-01T02:13:17.682Z] 46f8f816bc3b: Download complete [2021-04-01T02:13:17.682Z] df20fa9351a1: Verifying Checksum [2021-04-01T02:13:17.682Z] 93b9cdb0e59b: Verifying Checksum [2021-04-01T02:13:17.682Z] 93b9cdb0e59b: Download complete [2021-04-01T02:13:17.682Z] 93b61091891f: Verifying Checksum [2021-04-01T02:13:17.682Z] 93b61091891f: Download complete [2021-04-01T02:13:17.682Z] 5e14af77c1be: Verifying Checksum [2021-04-01T02:13:17.682Z] 5e14af77c1be: Download complete [2021-04-01T02:13:17.682Z] 01666e4c0597: Verifying Checksum [2021-04-01T02:13:17.682Z] 01666e4c0597: Download complete [2021-04-01T02:13:17.944Z] 8ad3a11d3b57: Verifying Checksum [2021-04-01T02:13:17.944Z] 8ad3a11d3b57: Download complete [2021-04-01T02:13:18.207Z] df20fa9351a1: Pull complete [2021-04-01T02:13:18.469Z] 36b3adc4ff6f: Pull complete [2021-04-01T02:13:19.428Z] 8ad3a11d3b57: Pull complete [2021-04-01T02:13:19.428Z] 46f8f816bc3b: Pull complete [2021-04-01T02:13:20.381Z] aa168da1d23b: Verifying Checksum [2021-04-01T02:13:20.381Z] aa168da1d23b: Download complete [2021-04-01T02:13:21.331Z] 93b61091891f: Pull complete [2021-04-01T02:13:21.331Z] 93b9cdb0e59b: Pull complete [2021-04-01T02:13:21.593Z] 5e14af77c1be: Pull complete [2021-04-01T02:13:21.593Z] 01666e4c0597: Pull complete [2021-04-01T02:13:31.679Z] aa168da1d23b: Pull complete [2021-04-01T02:13:31.679Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-04-01T02:13:31.679Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-01T02:13:31.680Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-04-01T02:13:31.990Z] prd-centos7-docker-4c-2g-32384 does not seem to be running inside a container [2021-04-01T02:13:32.059Z] $ 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/4/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/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-04-01T02:13:36.075Z] $ docker top 59a960975274a187d429514f73a7d533349a071c98879e1ba72a6e4e2cb7f78f -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-01T02:13:36.633Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-04-01T02:13:36.943Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-04-01T02:13:37.243Z] + ls /var/log/sa-host [2021-04-01T02:13:37.243Z] + sadf -c /var/log/sa-host/sa01 [2021-04-01T02:13:37.243Z] file_magic: OK [2021-04-01T02:13:37.243Z] HZ: Using current value: 100 [2021-04-01T02:13:37.243Z] file_header: OK [2021-04-01T02:13:37.243Z] 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-04-01T02:13:37.243Z] Statistics: [2021-04-01T02:13:37.243Z] 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... [2021-04-01T02:13:37.243Z] File successfully converted to sysstat format version 12.2.1 [2021-04-01T02:13:37.243Z] + sadf -c /var/log/sa-host/sa23 [2021-04-01T02:13:37.243Z] file_magic: OK [2021-04-01T02:13:37.243Z] HZ: Using current value: 100 [2021-04-01T02:13:37.243Z] file_header: OK [2021-04-01T02:13:37.243Z] 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-04-01T02:13:37.243Z] Statistics: [2021-04-01T02:13:37.243Z] Hnuu...uuuununununu... [2021-04-01T02:13:37.243Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-04-01T02:13:37.859Z] provisioning config files... [2021-04-01T02:13:37.874Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/4@tmp/config4610570750481558733tmp [Pipeline] { [Pipeline] echo [2021-04-01T02:13:37.964Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-01T02:13:38.262Z] ---> create-netrc.sh [Pipeline] } [2021-04-01T02:13:38.272Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-04-01T02:13:38.358Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-01T02:13:38.660Z] ---> python-tools-install.sh [Pipeline] echo [2021-04-01T02:13:38.670Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-01T02:13:38.969Z] ---> sudo-logs.sh [2021-04-01T02:13:38.969Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-04-01T02:13:39.028Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-01T02:13:39.330Z] ---> job-cost.sh [2021-04-01T02:13:39.330Z] lf-activate-venv: SKIPPING [2021-04-01T02:13:39.330Z] DEBUG: total: 0.20999999344348907 [2021-04-01T02:13:39.330Z] INFO: Retrieving Stack Cost... [2021-04-01T02:13:40.277Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-04-01T02:13:40.850Z] INFO: Archiving Costs [Pipeline] echo [2021-04-01T02:13:40.863Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-01T02:13:41.156Z] ---> logs-deploy.sh [2021-04-01T02:13:41.156Z] lf-activate-venv: SKIPPING [2021-04-01T02:13:41.156Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3322/4 [2021-04-01T02:13:41.156Z] INFO: archiving workspace using pattern(s): [2021-04-01T02:13:43.077Z] Archives upload complete. [2021-04-01T02:13:43.077Z] INFO: archiving logs to Nexus