Pull request #3381 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 soda480 for edgexfoundry/edgex-go Obtained Jenkinsfile from 2d718ae38af5677d2ecb37db5b545b28beba233c+95928816a7d3351701d43cfae6e5bb9ec9c35404 (9a53888036d96dda68b03b54c4b7dbce8fb035f4) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 57ded3389ef25720063a8030e5c426a6b7ea5b20 # timeout=10 Commit message: "Merge pull request #323 from siggiskulason/update-snap-build" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-933 in /w/workspace/edgexfoundry_edgex-go_PR-3381 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/2 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit 95928816a7d3351701d43cfae6e5bb9ec9c35404 into PR head commit 2d718ae38af5677d2ecb37db5b545b28beba233c Merge succeeded, producing 2d718ae38af5677d2ecb37db5b545b28beba233c Checking out Revision 2d718ae38af5677d2ecb37db5b545b28beba233c (PR-3381) > 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/3381/head:refs/remotes/origin/PR-3381 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 2d718ae38af5677d2ecb37db5b545b28beba233c # 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 95928816a7d3351701d43cfae6e5bb9ec9c35404 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 2d718ae38af5677d2ecb37db5b545b28beba233c # timeout=10 Commit message: "docs: Add badges to readme" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-04-19T20:50:14.767Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-04-19T20:50:14.852Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-04-19T20:50:14.879Z] ========================================================= [2021-04-19T20:50:14.879Z] EdgeX Global Pipelines Version Info [2021-04-19T20:50:14.879Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-04-19T20:50:16.498Z] ------------------- [2021-04-19T20:50:16.498Z] stable info: [2021-04-19T20:50:16.498Z] ------------------- [2021-04-19T20:50:16.498Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-04-19T20:50:16.498Z] Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 [2021-04-19T20:50:16.498Z] Message: update stable to v1.0.186 > git rev-list --no-walk cf636624737cc5f70e8e9162c2f14abe0487c23b # timeout=10 [2021-04-19T20:50:17.453Z] ------------------- [2021-04-19T20:50:17.453Z] experimental info: [2021-04-19T20:50:17.453Z] ------------------- [2021-04-19T20:50:17.453Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-04-19T20:50:17.453Z] Commit SHA: d990d252097850d5d490fbb59df25296f5300d79 [2021-04-19T20:50:17.453Z] Message: update experimental to v1.0.188 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-04-19T20:50:17.592Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-04-19T20:50:17.614Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-04-19T20:50:17.634Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-04-19T20:50:17.654Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-04-19T20:50:17.678Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-04-19T20:50:17.717Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-04-19T20:50:17.736Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-04-19T20:50:17.756Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-04-19T20:50:17.776Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-04-19T20:50:17.812Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-04-19T20:50:17.833Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-04-19T20:50:17.854Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-04-19T20:50:17.875Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-04-19T20:50:17.915Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-04-19T20:50:17.937Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-04-19T20:50:17.960Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-04-19T20:50:17.982Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-04-19T20:50:18.016Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-04-19T20:50:18.044Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-04-19T20:50:18.069Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-04-19T20:50:18.091Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-04-19T20:50:18.133Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-04-19T20:50:18.155Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3381 [Pipeline] echo [2021-04-19T20:50:18.177Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3381 [Pipeline] echo [2021-04-19T20:50:18.199Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3381 [Pipeline] echo [2021-04-19T20:50:18.236Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 2d718ae38af5677d2ecb37db5b545b28beba233c [Pipeline] echo [2021-04-19T20:50:18.259Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 2d718ae [Pipeline] echo [2021-04-19T20:50:18.281Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-19T20:50:18.367Z] provisioning config files... [2021-04-19T20:50:18.414Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/2@tmp/config3816477321675856994tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-19T20:50:18.806Z] ---> docker-login.sh [2021-04-19T20:50:18.806Z] nexus3.edgexfoundry.org:10001 [2021-04-19T20:50:19.076Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-19T20:50:19.355Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-19T20:50:19.355Z] Configure a credential helper to remove this warning. See [2021-04-19T20:50:19.355Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-19T20:50:19.355Z] [2021-04-19T20:50:19.355Z] Login Succeeded [2021-04-19T20:50:19.355Z] nexus3.edgexfoundry.org:10002 [2021-04-19T20:50:19.656Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-19T20:50:19.656Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-19T20:50:19.656Z] Configure a credential helper to remove this warning. See [2021-04-19T20:50:19.656Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-19T20:50:19.656Z] [2021-04-19T20:50:19.656Z] Login Succeeded [2021-04-19T20:50:19.656Z] nexus3.edgexfoundry.org:10003 [2021-04-19T20:50:19.936Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-19T20:50:19.936Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-19T20:50:19.936Z] Configure a credential helper to remove this warning. See [2021-04-19T20:50:19.936Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-19T20:50:19.936Z] [2021-04-19T20:50:19.936Z] Login Succeeded [2021-04-19T20:50:19.936Z] nexus3.edgexfoundry.org:10004 [2021-04-19T20:50:20.220Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-19T20:50:20.221Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-19T20:50:20.221Z] Configure a credential helper to remove this warning. See [2021-04-19T20:50:20.221Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-19T20:50:20.221Z] [2021-04-19T20:50:20.221Z] Login Succeeded [2021-04-19T20:50:20.221Z] docker.io [2021-04-19T20:50:20.485Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-19T20:50:20.747Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-19T20:50:20.747Z] Configure a credential helper to remove this warning. See [2021-04-19T20:50:20.747Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-19T20:50:20.747Z] [2021-04-19T20:50:20.747Z] Login Succeeded [2021-04-19T20:50:20.747Z] ---> docker-login.sh ends [Pipeline] } [2021-04-19T20:50:20.757Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-19T20:50:21.113Z] ++ 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-19T20:50:21.113Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-19T20:50:21.113Z] ++ dirname cmd/core-command/Dockerfile [2021-04-19T20:50:21.113Z] ++ cut -d/ -f2 [2021-04-19T20:50:21.113Z] + echo core-command,cmd/core-command/Dockerfile [2021-04-19T20:50:21.113Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-19T20:50:21.113Z] ++ dirname cmd/core-data/Dockerfile [2021-04-19T20:50:21.113Z] ++ cut -d/ -f2 [2021-04-19T20:50:21.113Z] + echo core-data,cmd/core-data/Dockerfile [2021-04-19T20:50:21.113Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-19T20:50:21.113Z] ++ dirname cmd/core-metadata/Dockerfile [2021-04-19T20:50:21.113Z] ++ cut -d/ -f2 [2021-04-19T20:50:21.113Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-04-19T20:50:21.113Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-19T20:50:21.113Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-04-19T20:50:21.113Z] ++ cut -d/ -f2 [2021-04-19T20:50:21.113Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-04-19T20:50:21.113Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-19T20:50:21.113Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-04-19T20:50:21.113Z] ++ cut -d/ -f2 [2021-04-19T20:50:21.113Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-04-19T20:50:21.113Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-19T20:50:21.113Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-04-19T20:50:21.113Z] ++ cut -d/ -f2 [2021-04-19T20:50:21.113Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-04-19T20:50:21.113Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-19T20:50:21.113Z] ++ cut -d/ -f2 [2021-04-19T20:50:21.113Z] ++ dirname cmd/support-notifications/Dockerfile [2021-04-19T20:50:21.113Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-04-19T20:50:21.113Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-19T20:50:21.113Z] ++ cut -d/ -f2 [2021-04-19T20:50:21.113Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-04-19T20:50:21.113Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-04-19T20:50:21.113Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-19T20:50:21.113Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-04-19T20:50:21.113Z] ++ cut -d/ -f2 [2021-04-19T20:50:21.113Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-04-19T20:50:21.255Z] 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-19T20:50:21.939Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-19T20:50:21.939Z] [2021-04-19T20:50:21.939Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-04-19T20:50:22.282Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-19T20:50:22.282Z] latest: Pulling from edgex-devops/git-semver [2021-04-19T20:50:22.282Z] 31603596830f: Pulling fs layer [2021-04-19T20:50:22.282Z] 2a8b12db71e7: Pulling fs layer [2021-04-19T20:50:22.282Z] 6ca5941a6612: Pulling fs layer [2021-04-19T20:50:22.282Z] ecc8261a40a4: Pulling fs layer [2021-04-19T20:50:22.282Z] ecc8261a40a4: Waiting [2021-04-19T20:50:22.282Z] 2a8b12db71e7: Verifying Checksum [2021-04-19T20:50:22.282Z] 2a8b12db71e7: Download complete [2021-04-19T20:50:22.567Z] 31603596830f: Verifying Checksum [2021-04-19T20:50:22.567Z] 31603596830f: Download complete [2021-04-19T20:50:22.853Z] ecc8261a40a4: Verifying Checksum [2021-04-19T20:50:22.853Z] ecc8261a40a4: Download complete [2021-04-19T20:50:22.853Z] 6ca5941a6612: Verifying Checksum [2021-04-19T20:50:22.853Z] 6ca5941a6612: Download complete [2021-04-19T20:50:22.853Z] 31603596830f: Pull complete [2021-04-19T20:50:23.119Z] 2a8b12db71e7: Pull complete [2021-04-19T20:50:24.129Z] 6ca5941a6612: Pull complete [2021-04-19T20:50:24.714Z] ecc8261a40a4: Pull complete [2021-04-19T20:50:24.714Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-04-19T20:50:24.714Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-19T20:50:24.714Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-04-19T20:50:24.881Z] prd-centos7-docker-4c-2g-933 does not seem to be running inside a container [2021-04-19T20:50:24.962Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-04-19T20:50:27.619Z] $ docker top 8f8479bca52396ba17a5305ef59525d77f7805e69717910cef87e04ff7a9e844 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-19T20:50:27.830Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-19T20:50:27.830Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-19T20:50:28.088Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-19T20:50:28.094Z] $ docker exec 8f8479bca52396ba17a5305ef59525d77f7805e69717910cef87e04ff7a9e844 ssh-agent [2021-04-19T20:50:28.321Z] SSH_AUTH_SOCK=/tmp/ssh-wf8lLHOvg2Fv/agent.11 [2021-04-19T20:50:28.321Z] SSH_AGENT_PID=16 [2021-04-19T20:50:28.340Z] Running ssh-add (command line suppressed) [2021-04-19T20:50:28.520Z] Identity added: /w/workspace/edgex-go/2@tmp/private_key_1247318262971971790.key (/w/workspace/edgex-go/2@tmp/private_key_1247318262971971790.key) [2021-04-19T20:50:28.590Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-19T20:50:28.924Z] + git tag --points-at HEAD [Pipeline] } [2021-04-19T20:50:28.955Z] $ docker exec --env ******** --env ******** 8f8479bca52396ba17a5305ef59525d77f7805e69717910cef87e04ff7a9e844 ssh-agent -k [2021-04-19T20:50:29.106Z] unset SSH_AUTH_SOCK; [2021-04-19T20:50:29.107Z] unset SSH_AGENT_PID; [2021-04-19T20:50:29.107Z] echo Agent pid 16 killed; [2021-04-19T20:50:29.162Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-04-19T20:50:29.200Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-19T20:50:29.200Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-19T20:50:29.460Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-19T20:50:29.468Z] $ docker exec 8f8479bca52396ba17a5305ef59525d77f7805e69717910cef87e04ff7a9e844 ssh-agent [2021-04-19T20:50:29.659Z] SSH_AUTH_SOCK=/tmp/ssh-kmhAFWW3NI82/agent.45 [2021-04-19T20:50:29.659Z] SSH_AGENT_PID=50 [2021-04-19T20:50:29.669Z] Running ssh-add (command line suppressed) [2021-04-19T20:50:29.818Z] Identity added: /w/workspace/edgex-go/2@tmp/private_key_4534118101646947823.key (/w/workspace/edgex-go/2@tmp/private_key_4534118101646947823.key) [2021-04-19T20:50:29.877Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-19T20:50:30.185Z] + git semver init [2021-04-19T20:50:30.186Z] # -> Open(): unable to determine branch for HEAD [2021-04-19T20:50:30.186Z] # $GIT_DIR = /w/workspace/edgex-go/2/.git [2021-04-19T20:50:30.186Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/2 [2021-04-19T20:50:30.186Z] # $SEMVER_REMOTE_NAME = origin [2021-04-19T20:50:30.186Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-19T20:50:30.186Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-19T20:50:30.186Z] # $SEMVER_BRANCH = PR-3381 [2021-04-19T20:50:30.186Z] # $SEMVER_TEMP = /tmp/semver-088802174 [2021-04-19T20:50:30.186Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-04-19T20:51:02.406Z] # '/tmp/semver-088802174' -> '/w/workspace/edgex-go/2/.semver' [2021-04-19T20:51:02.992Z] # -> Force: false [2021-04-19T20:51:02.992Z] # $SEMVER_DIR = /w/workspace/edgex-go/2/.semver [Pipeline] } [2021-04-19T20:51:03.007Z] $ docker exec --env ******** --env ******** 8f8479bca52396ba17a5305ef59525d77f7805e69717910cef87e04ff7a9e844 ssh-agent -k [2021-04-19T20:51:03.261Z] unset SSH_AUTH_SOCK; [2021-04-19T20:51:03.262Z] unset SSH_AGENT_PID; [2021-04-19T20:51:03.262Z] echo Agent pid 50 killed; [2021-04-19T20:51:03.357Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-19T20:51:03.692Z] + git semver [Pipeline] } [2021-04-19T20:51:03.718Z] $ docker stop --time=1 8f8479bca52396ba17a5305ef59525d77f7805e69717910cef87e04ff7a9e844 [2021-04-19T20:51:05.353Z] $ docker rm -f 8f8479bca52396ba17a5305ef59525d77f7805e69717910cef87e04ff7a9e844 [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-19T20:51:05.846Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-04-19T20:51:06.309Z] Stashed 1 file(s) [Pipeline] echo [2021-04-19T20:51:06.313Z] [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-19T20:51:06.827Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-04-19T20:51:07.128Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-04-19T20:51:07.424Z] + sudo service docker restart [2021-04-19T20:51:07.425Z] + true [2021-04-19T20:51:07.425Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-04-19T20:51:08.013Z] ========================================================= [2021-04-19T20:51:08.013Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-04-19T20:51:08.013Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-04-19T20:51:08.336Z] + 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-19T20:51:12.584Z] Sending build context to Docker daemon 329.6MB [2021-04-19T20:51:12.584Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-04-19T20:51:12.584Z] Step 2/6 : FROM ${BASE} [2021-04-19T20:51:12.584Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-04-19T20:51:12.584Z] 188c0c94c7c5: Pulling fs layer [2021-04-19T20:51:12.584Z] 0ef7d3d256c8: Pulling fs layer [2021-04-19T20:51:12.584Z] de9db76c5a1d: Pulling fs layer [2021-04-19T20:51:12.584Z] bca2f99d35d6: Pulling fs layer [2021-04-19T20:51:12.584Z] 93359f2a8cfa: Pulling fs layer [2021-04-19T20:51:12.584Z] 7c6f9722023f: Pulling fs layer [2021-04-19T20:51:12.584Z] a35cf1a2eb13: Pulling fs layer [2021-04-19T20:51:12.584Z] 93359f2a8cfa: Waiting [2021-04-19T20:51:12.584Z] 7c6f9722023f: Waiting [2021-04-19T20:51:12.584Z] a35cf1a2eb13: Waiting [2021-04-19T20:51:12.584Z] bca2f99d35d6: Waiting [2021-04-19T20:51:12.584Z] de9db76c5a1d: Verifying Checksum [2021-04-19T20:51:12.584Z] de9db76c5a1d: Download complete [2021-04-19T20:51:12.584Z] 0ef7d3d256c8: Verifying Checksum [2021-04-19T20:51:12.584Z] 0ef7d3d256c8: Download complete [2021-04-19T20:51:12.584Z] 93359f2a8cfa: Verifying Checksum [2021-04-19T20:51:12.584Z] 93359f2a8cfa: Download complete [2021-04-19T20:51:12.584Z] 7c6f9722023f: Verifying Checksum [2021-04-19T20:51:12.584Z] 7c6f9722023f: Download complete [2021-04-19T20:51:12.584Z] 188c0c94c7c5: Verifying Checksum [2021-04-19T20:51:12.584Z] 188c0c94c7c5: Download complete [2021-04-19T20:51:13.209Z] 188c0c94c7c5: Pull complete [2021-04-19T20:51:13.550Z] 0ef7d3d256c8: Pull complete [2021-04-19T20:51:13.550Z] de9db76c5a1d: Pull complete [2021-04-19T20:51:15.620Z] a35cf1a2eb13: Verifying Checksum [2021-04-19T20:51:15.620Z] a35cf1a2eb13: Download complete [2021-04-19T20:51:17.033Z] bca2f99d35d6: Verifying Checksum [2021-04-19T20:51:17.033Z] bca2f99d35d6: Download complete [2021-04-19T20:51:21.457Z] Still waiting to schedule task [2021-04-19T20:51:21.457Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2021-04-19T20:51:22.360Z] bca2f99d35d6: Pull complete [2021-04-19T20:51:22.360Z] 93359f2a8cfa: Pull complete [2021-04-19T20:51:22.360Z] 7c6f9722023f: Pull complete [2021-04-19T20:51:28.998Z] a35cf1a2eb13: Pull complete [2021-04-19T20:51:28.998Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-04-19T20:51:28.998Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-04-19T20:51:28.998Z] ---> a62c8e92a672 [2021-04-19T20:51:28.998Z] 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-19T20:51:28.998Z] ---> Running in ec4e44e2b45c [2021-04-19T20:51:29.262Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-19T20:51:30.206Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-19T20:51:30.778Z] (1/12) Installing libmagic (5.38-r0) [2021-04-19T20:51:30.778Z] (2/12) Installing file (5.38-r0) [2021-04-19T20:51:30.778Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-04-19T20:51:31.038Z] (4/12) Installing g++ (9.3.0-r2) [2021-04-19T20:51:39.198Z] (5/12) Installing fortify-headers (1.1-r0) [2021-04-19T20:51:39.198Z] (6/12) Installing patch (2.7.6-r6) [2021-04-19T20:51:39.465Z] (7/12) Installing build-base (0.5-r2) [2021-04-19T20:51:39.465Z] (8/12) Installing libsodium (1.0.18-r0) [2021-04-19T20:51:39.727Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-04-19T20:51:39.727Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-04-19T20:51:39.727Z] (11/12) Installing libzmq (4.3.3-r0) [2021-04-19T20:51:39.992Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-04-19T20:51:39.992Z] Executing busybox-1.31.1-r19.trigger [2021-04-19T20:51:39.992Z] OK: 233 MiB in 51 packages [2021-04-19T20:51:43.350Z] Removing intermediate container ec4e44e2b45c [2021-04-19T20:51:43.350Z] ---> f6cba30bbf8f [2021-04-19T20:51:43.350Z] Step 4/6 : WORKDIR /edgex-go [2021-04-19T20:51:43.350Z] ---> Running in 80bc99108f31 [2021-04-19T20:51:43.350Z] Removing intermediate container 80bc99108f31 [2021-04-19T20:51:43.350Z] ---> c9bcbb100701 [2021-04-19T20:51:43.350Z] Step 5/6 : COPY go.mod . [2021-04-19T20:51:43.613Z] ---> 2ddb38980fe9 [2021-04-19T20:51:43.613Z] Step 6/6 : RUN go mod download [2021-04-19T20:51:43.885Z] ---> Running in 84bb0827fb4a [2021-04-19T20:52:00.926Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-939 in /w/workspace/edgexfoundry_edgex-go_PR-3381 [Pipeline] { [Pipeline] ws [2021-04-19T20:52:00.945Z] Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] checkout [2021-04-19T20:52:05.931Z] Removing intermediate container 84bb0827fb4a [2021-04-19T20:52:05.931Z] ---> 7defafb1fe61 [2021-04-19T20:52:05.931Z] Successfully built 7defafb1fe61 [2021-04-19T20:52:05.931Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-19T20:52:06.255Z] + docker inspect -f . ci-base-image-x86_64 [2021-04-19T20:52:06.255Z] . [Pipeline] withDockerContainer [2021-04-19T20:52:06.395Z] prd-centos7-docker-4c-2g-933 does not seem to be running inside a container [2021-04-19T20:52:06.456Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-04-19T20:52:06.868Z] using credential edgex-jenkins-ssh [2021-04-19T20:52:06.887Z] Cloning the remote Git repository [2021-04-19T20:52:06.935Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-04-19T20:52:07.049Z] > git init /w/workspace/edgex-go/2 # timeout=10 [2021-04-19T20:52:07.114Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-04-19T20:52:07.115Z] > git --version # timeout=10 [2021-04-19T20:52:07.130Z] > git --version # 'git version 2.17.1' [2021-04-19T20:52:07.131Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-19T20:52:07.201Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-19T20:52:07.714Z] $ docker top b1e6f9991dcdbb08eb62a226b800530b719e916954f96bfe13e74fe46f172dd0 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-19T20:52:08.142Z] + go version [2021-04-19T20:52:08.142Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-04-19T20:52:08.158Z] $ docker stop --time=1 b1e6f9991dcdbb08eb62a226b800530b719e916954f96bfe13e74fe46f172dd0 [2021-04-19T20:52:09.591Z] $ docker rm -f b1e6f9991dcdbb08eb62a226b800530b719e916954f96bfe13e74fe46f172dd0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-19T20:52:10.146Z] + docker inspect -f . ci-base-image-x86_64 [2021-04-19T20:52:10.146Z] . [Pipeline] withDockerContainer [2021-04-19T20:52:10.259Z] prd-centos7-docker-4c-2g-933 does not seem to be running inside a container [2021-04-19T20:52:10.313Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-04-19T20:52:11.118Z] $ docker top cb6ac571f4f4f252aa6c613ecabd7648e655184d2f5ec0d8176b23476377313d -eo pid,comm [Pipeline] { [Pipeline] echo [2021-04-19T20:52:11.272Z] ========================================================= [2021-04-19T20:52:11.272Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-04-19T20:52:11.272Z] ========================================================= [Pipeline] sh [2021-04-19T20:52:11.572Z] + make test [2021-04-19T20:52:11.572Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-04-19T20:52:21.664Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-04-19T20:52:23.089Z] Merging remotes/origin/master commit 95928816a7d3351701d43cfae6e5bb9ec9c35404 into PR head commit 2d718ae38af5677d2ecb37db5b545b28beba233c [2021-04-19T20:52:22.213Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-04-19T20:52:22.224Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-19T20:52:22.249Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-04-19T20:52:22.288Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-04-19T20:52:22.288Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-19T20:52:22.299Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3381/head:refs/remotes/origin/PR-3381 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-19T20:52:23.107Z] > git config core.sparsecheckout # timeout=10 [2021-04-19T20:52:23.124Z] > git checkout -f 2d718ae38af5677d2ecb37db5b545b28beba233c # timeout=10 [2021-04-19T20:52:23.425Z] > git remote # timeout=10 [2021-04-19T20:52:23.439Z] > git config --get remote.origin.url # timeout=10 [2021-04-19T20:52:23.458Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-19T20:52:23.467Z] > git merge 95928816a7d3351701d43cfae6e5bb9ec9c35404 # timeout=10 [2021-04-19T20:52:23.491Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-04-19T20:52:23.506Z] Merge succeeded, producing 2d718ae38af5677d2ecb37db5b545b28beba233c [2021-04-19T20:52:23.507Z] Checking out Revision 2d718ae38af5677d2ecb37db5b545b28beba233c (PR-3381) [2021-04-19T20:52:23.515Z] > git config core.sparsecheckout # timeout=10 [2021-04-19T20:52:23.524Z] > git checkout -f 2d718ae38af5677d2ecb37db5b545b28beba233c # timeout=10 [2021-04-19T20:52:27.867Z] Commit message: "docs: Add badges to readme" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-04-19T20:52:29.276Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-04-19T20:52:29.670Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-04-19T20:52:30.002Z] + true [2021-04-19T20:52:30.002Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-19T20:52:32.678Z] provisioning config files... [2021-04-19T20:52:32.725Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/2@tmp/config105379336805053772tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-19T20:52:33.114Z] ---> docker-login.sh [2021-04-19T20:52:33.114Z] nexus3.edgexfoundry.org:10001 [2021-04-19T20:52:33.718Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-19T20:52:34.325Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-19T20:52:34.325Z] Configure a credential helper to remove this warning. See [2021-04-19T20:52:34.325Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-19T20:52:34.325Z] [2021-04-19T20:52:34.325Z] Login Succeeded [2021-04-19T20:52:34.325Z] nexus3.edgexfoundry.org:10002 [2021-04-19T20:52:34.597Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-19T20:52:34.869Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-19T20:52:34.869Z] Configure a credential helper to remove this warning. See [2021-04-19T20:52:34.869Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-19T20:52:34.869Z] [2021-04-19T20:52:34.869Z] Login Succeeded [2021-04-19T20:52:34.869Z] nexus3.edgexfoundry.org:10003 [2021-04-19T20:52:35.141Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-19T20:52:35.414Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-19T20:52:35.414Z] Configure a credential helper to remove this warning. See [2021-04-19T20:52:35.414Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-19T20:52:35.414Z] [2021-04-19T20:52:35.414Z] Login Succeeded [2021-04-19T20:52:35.414Z] nexus3.edgexfoundry.org:10004 [2021-04-19T20:52:35.691Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-19T20:52:35.691Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-19T20:52:35.691Z] Configure a credential helper to remove this warning. See [2021-04-19T20:52:35.691Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-19T20:52:35.691Z] [2021-04-19T20:52:35.691Z] Login Succeeded [2021-04-19T20:52:35.691Z] docker.io [2021-04-19T20:52:36.288Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-19T20:52:36.567Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-19T20:52:36.567Z] Configure a credential helper to remove this warning. See [2021-04-19T20:52:36.567Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-19T20:52:36.567Z] [2021-04-19T20:52:36.567Z] Login Succeeded [2021-04-19T20:52:36.567Z] ---> docker-login.sh ends [Pipeline] } [2021-04-19T20:52:36.585Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [2021-04-19T20:52:36.704Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [Pipeline] echo [2021-04-19T20:52:36.886Z] ========================================================= [2021-04-19T20:52:36.886Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-04-19T20:52:36.886Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-04-19T20:52:37.226Z] + 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-19T20:52:39.862Z] Sending build context to Docker daemon 167.4MB [2021-04-19T20:52:39.862Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-04-19T20:52:39.862Z] Step 2/6 : FROM ${BASE} [2021-04-19T20:52:39.862Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-04-19T20:52:39.862Z] 5f621e34cdf4: Pulling fs layer [2021-04-19T20:52:39.862Z] a4357932f1b6: Pulling fs layer [2021-04-19T20:52:39.862Z] 18c013af1878: Pulling fs layer [2021-04-19T20:52:39.862Z] 00ac8860ef70: Pulling fs layer [2021-04-19T20:52:39.862Z] 63d7cb157983: Pulling fs layer [2021-04-19T20:52:39.862Z] b116817d02f9: Pulling fs layer [2021-04-19T20:52:39.862Z] 745a02a5169b: Pulling fs layer [2021-04-19T20:52:39.862Z] 00ac8860ef70: Waiting [2021-04-19T20:52:39.862Z] 63d7cb157983: Waiting [2021-04-19T20:52:39.862Z] b116817d02f9: Waiting [2021-04-19T20:52:39.862Z] 745a02a5169b: Waiting [2021-04-19T20:52:39.862Z] 18c013af1878: Verifying Checksum [2021-04-19T20:52:39.862Z] 18c013af1878: Download complete [2021-04-19T20:52:39.862Z] a4357932f1b6: Download complete [2021-04-19T20:52:39.862Z] 63d7cb157983: Verifying Checksum [2021-04-19T20:52:39.862Z] 63d7cb157983: Download complete [2021-04-19T20:52:39.862Z] b116817d02f9: Verifying Checksum [2021-04-19T20:52:39.862Z] b116817d02f9: Download complete [2021-04-19T20:52:39.862Z] 5f621e34cdf4: Verifying Checksum [2021-04-19T20:52:39.862Z] 5f621e34cdf4: Download complete [2021-04-19T20:52:40.481Z] 5f621e34cdf4: Pull complete [2021-04-19T20:52:41.083Z] a4357932f1b6: Pull complete [2021-04-19T20:52:41.358Z] 18c013af1878: Pull complete [2021-04-19T20:52:42.338Z] 745a02a5169b: Verifying Checksum [2021-04-19T20:52:42.338Z] 745a02a5169b: Download complete [2021-04-19T20:52:43.316Z] 00ac8860ef70: Verifying Checksum [2021-04-19T20:52:43.316Z] 00ac8860ef70: Download complete [2021-04-19T20:52:44.965Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-04-19T20:52:44.965Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-04-19T20:52:44.965Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-04-19T20:52:47.599Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-04-19T20:52:47.599Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-04-19T20:52:47.599Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-04-19T20:52:47.599Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-04-19T20:52:47.599Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-04-19T20:52:48.574Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-04-19T20:52:51.180Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-04-19T20:52:51.180Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-04-19T20:52:51.180Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-04-19T20:52:53.135Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.159s coverage: 45.9% of statements [2021-04-19T20:52:53.135Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-04-19T20:52:53.135Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-04-19T20:52:53.135Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-04-19T20:52:53.135Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-04-19T20:52:53.135Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-04-19T20:52:53.135Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-04-19T20:52:53.135Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.072s coverage: 19.8% of statements [2021-04-19T20:52:53.135Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.103s coverage: 100.0% of statements [2021-04-19T20:52:53.462Z] 00ac8860ef70: Pull complete [2021-04-19T20:52:53.462Z] 63d7cb157983: Pull complete [2021-04-19T20:52:53.462Z] b116817d02f9: Pull complete [2021-04-19T20:52:56.526Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.192s coverage: 27.1% of statements [2021-04-19T20:52:56.526Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-04-19T20:52:56.526Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-04-19T20:52:56.526Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-04-19T20:52:56.526Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-04-19T20:52:56.526Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-04-19T20:52:56.526Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-04-19T20:52:56.526Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.105s coverage: 100.0% of statements [2021-04-19T20:52:56.526Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-04-19T20:52:56.526Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.064s coverage: 100.0% of statements [2021-04-19T20:52:56.526Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-04-19T20:52:56.526Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-04-19T20:52:56.526Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.081s coverage: 71.3% of statements [2021-04-19T20:52:56.526Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-04-19T20:52:56.526Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-04-19T20:52:56.853Z] 745a02a5169b: Pull complete [2021-04-19T20:52:56.853Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-04-19T20:52:56.853Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-04-19T20:52:56.853Z] ---> b7e6874047d6 [2021-04-19T20:52:56.853Z] 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-19T20:52:57.974Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.206s coverage: 82.9% of statements [2021-04-19T20:52:57.974Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-04-19T20:52:57.974Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-04-19T20:52:57.974Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.064s coverage: 78.9% of statements [2021-04-19T20:52:57.974Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-04-19T20:53:00.231Z] ---> Running in 6768b97e2329 [2021-04-19T20:53:00.572Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.316s coverage: 28.6% of statements [2021-04-19T20:53:00.572Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-04-19T20:53:00.572Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-04-19T20:53:00.572Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-04-19T20:53:00.572Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-04-19T20:53:00.572Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-04-19T20:53:00.572Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.106s coverage: 100.0% of statements [2021-04-19T20:53:00.572Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-04-19T20:53:00.572Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.058s coverage: 100.0% of statements [2021-04-19T20:53:00.572Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-04-19T20:53:00.572Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.119s coverage: 86.7% of statements [2021-04-19T20:53:00.572Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-04-19T20:53:00.572Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.143s coverage: 97.5% of statements [2021-04-19T20:53:00.572Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-04-19T20:53:00.572Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.080s coverage: 78.3% of statements [2021-04-19T20:53:00.572Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-04-19T20:53:00.572Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-04-19T20:53:00.572Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-04-19T20:53:00.572Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-04-19T20:53:01.688Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-19T20:53:02.287Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-19T20:53:02.895Z] (1/12) Installing libmagic (5.38-r0) [2021-04-19T20:53:03.167Z] (2/12) Installing file (5.38-r0) [2021-04-19T20:53:03.167Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-04-19T20:53:03.167Z] (4/12) Installing g++ (9.3.0-r2) [2021-04-19T20:53:03.169Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.402s coverage: 93.0% of statements [2021-04-19T20:53:03.169Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-04-19T20:53:03.169Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-04-19T20:53:03.169Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-04-19T20:53:03.169Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-04-19T20:53:03.169Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-04-19T20:53:03.169Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-04-19T20:53:03.169Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-04-19T20:53:03.169Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-04-19T20:53:03.169Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-04-19T20:53:03.169Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-04-19T20:53:03.169Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-04-19T20:53:03.169Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-04-19T20:53:03.169Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-04-19T20:53:03.169Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-04-19T20:53:03.169Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-04-19T20:53:03.169Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-04-19T20:53:03.169Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-04-19T20:53:03.169Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-04-19T20:53:03.169Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.059s coverage: 58.8% of statements [2021-04-19T20:53:03.169Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-04-19T20:53:03.169Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-04-19T20:53:03.169Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.068s coverage: 0.9% of statements [2021-04-19T20:53:03.169Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-04-19T20:53:03.169Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-04-19T20:53:03.169Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-04-19T20:53:03.169Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.075s coverage: 47.1% of statements [2021-04-19T20:53:03.169Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.076s coverage: 79.5% of statements [2021-04-19T20:53:03.169Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.058s coverage: 94.1% of statements [2021-04-19T20:53:03.438Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.073s coverage: 96.3% of statements [2021-04-19T20:53:03.438Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.060s coverage: 87.5% of statements [2021-04-19T20:53:06.556Z] (5/12) Installing fortify-headers (1.1-r0) [2021-04-19T20:53:06.556Z] (6/12) Installing patch (2.7.6-r6) [2021-04-19T20:53:06.556Z] (7/12) Installing build-base (0.5-r2) [2021-04-19T20:53:06.833Z] (8/12) Installing libsodium (1.0.18-r0) [2021-04-19T20:53:06.833Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-04-19T20:53:06.833Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-04-19T20:53:07.107Z] (11/12) Installing libzmq (4.3.3-r0) [2021-04-19T20:53:07.107Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-04-19T20:53:07.107Z] Executing busybox-1.31.1-r19.trigger [2021-04-19T20:53:07.107Z] OK: 217 MiB in 51 packages [2021-04-19T20:53:11.410Z] Removing intermediate container 6768b97e2329 [2021-04-19T20:53:11.410Z] ---> 793280a3afa3 [2021-04-19T20:53:11.410Z] Step 4/6 : WORKDIR /edgex-go [2021-04-19T20:53:11.410Z] ---> Running in 8ac9873267e4 [2021-04-19T20:53:12.006Z] Removing intermediate container 8ac9873267e4 [2021-04-19T20:53:12.006Z] ---> 7bd7cac2108e [2021-04-19T20:53:12.006Z] Step 5/6 : COPY go.mod . [2021-04-19T20:53:12.603Z] ---> fc102bc56b41 [2021-04-19T20:53:12.603Z] Step 6/6 : RUN go mod download [2021-04-19T20:53:12.603Z] ---> Running in 19eadd5f0bbf [2021-04-19T20:53:15.706Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.063s coverage: 94.4% of statements [2021-04-19T20:53:15.706Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.048s coverage: 44.8% of statements [2021-04-19T20:53:19.069Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 14.267s coverage: 81.9% of statements [2021-04-19T20:53:19.069Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2021-04-19T20:53:29.183Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.103s coverage: 92.9% of statements [2021-04-19T20:53:29.183Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-04-19T20:53:29.183Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-04-19T20:53:29.183Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-04-19T20:53:29.183Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.034s coverage: 77.8% of statements [2021-04-19T20:53:29.183Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-04-19T20:53:29.183Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-04-19T20:53:29.183Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-04-19T20:53:29.183Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-04-19T20:53:29.183Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-04-19T20:53:29.183Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.042s coverage: 87.2% of statements [2021-04-19T20:53:29.183Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-04-19T20:53:29.183Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-04-19T20:53:29.183Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.056s coverage: 100.0% of statements [2021-04-19T20:53:29.183Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-04-19T20:53:29.183Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.065s coverage: 75.5% of statements [2021-04-19T20:53:29.183Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-04-19T20:53:29.183Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.056s coverage: 80.8% of statements [2021-04-19T20:53:29.183Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.110s coverage: 87.2% of statements [2021-04-19T20:53:29.183Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.068s coverage: 84.6% of statements [2021-04-19T20:53:29.183Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.107s coverage: 91.6% of statements [2021-04-19T20:53:29.183Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-04-19T20:53:29.183Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.203s coverage: 64.4% of statements [2021-04-19T20:53:29.183Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-04-19T20:53:29.183Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-04-19T20:53:29.183Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.056s coverage: 100.0% of statements [2021-04-19T20:53:29.183Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.046s coverage: 91.3% of statements [2021-04-19T20:53:29.183Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.025s coverage: 100.0% of statements [2021-04-19T20:53:29.183Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.033s coverage: 73.7% of statements [2021-04-19T20:53:29.183Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.025s coverage: 100.0% of statements [2021-04-19T20:53:29.183Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.354s coverage: 69.0% of statements [2021-04-19T20:53:29.183Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-04-19T20:53:29.183Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-04-19T20:53:29.183Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-04-19T20:53:29.183Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.112s coverage: 38.4% of statements [2021-04-19T20:53:29.183Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-04-19T20:53:29.183Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-04-19T20:53:29.183Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.044s coverage: 89.5% of statements [2021-04-19T20:53:29.183Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-04-19T20:53:29.183Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.034s coverage: 84.8% of statements [2021-04-19T20:53:29.183Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.128s coverage: 47.0% of statements [2021-04-19T20:53:29.183Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-04-19T20:53:29.183Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-04-19T20:53:29.183Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-04-19T20:53:29.183Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-04-19T20:53:29.183Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-04-19T20:53:29.183Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.075s coverage: 100.0% of statements [2021-04-19T20:53:29.183Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-04-19T20:53:29.183Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.041s coverage: 100.0% of statements [2021-04-19T20:53:29.183Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-04-19T20:53:29.183Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-04-19T20:53:29.183Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 0.059s coverage: 9.6% of statements [2021-04-19T20:53:29.183Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-04-19T20:53:29.183Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.164s coverage: 88.6% of statements [2021-04-19T20:53:29.183Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-04-19T20:53:29.183Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-04-19T20:53:29.183Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-04-19T20:53:29.183Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.802s coverage: 28.7% of statements [2021-04-19T20:53:29.183Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-04-19T20:53:29.183Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-04-19T20:53:29.183Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-04-19T20:53:29.183Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-04-19T20:53:29.183Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-04-19T20:53:29.183Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.072s coverage: 99.0% of statements [2021-04-19T20:53:29.183Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-04-19T20:53:29.183Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.065s coverage: 100.0% of statements [2021-04-19T20:53:29.183Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-04-19T20:53:29.183Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-04-19T20:53:29.183Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-04-19T20:53:29.183Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application/scheduler 0.061s coverage: 64.6% of statements [2021-04-19T20:53:29.183Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-04-19T20:53:29.775Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.122s coverage: 95.6% of statements [2021-04-19T20:53:29.775Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-04-19T20:53:29.775Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-04-19T20:53:29.775Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-04-19T20:53:29.775Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.031s coverage: 0.0% of statements [2021-04-19T20:53:29.775Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-04-19T20:53:29.775Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.050s coverage: 100.0% of statements [2021-04-19T20:53:29.775Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-04-19T20:53:29.775Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-04-19T20:53:29.775Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-04-19T20:53:29.775Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-04-19T20:53:29.775Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.055s coverage: 87.9% of statements [2021-04-19T20:53:29.776Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-04-19T20:53:29.776Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-04-19T20:53:29.776Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.030s coverage: 100.0% of statements [2021-04-19T20:53:30.038Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.057s coverage: 28.1% of statements [2021-04-19T20:53:30.299Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements [2021-04-19T20:53:30.562Z] GO111MODULE=on go vet ./... [2021-04-19T20:53:39.396Z] Removing intermediate container 19eadd5f0bbf [2021-04-19T20:53:39.396Z] ---> bafb97b13daf [2021-04-19T20:53:39.396Z] Successfully built bafb97b13daf [2021-04-19T20:53:39.396Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-19T20:53:39.739Z] + docker inspect -f . ci-base-image-arm64 [2021-04-19T20:53:39.739Z] . [Pipeline] withDockerContainer [2021-04-19T20:53:39.993Z] prd-ubuntu18.04-docker-arm64-4c-16g-939 does not seem to be running inside a container [2021-04-19T20:53:40.084Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-04-19T20:53:41.651Z] $ docker top adbb7a526dffd0529cc35122f62f1160c3d70e554a709803392c2cbd6573d042 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-19T20:53:42.625Z] + go version [2021-04-19T20:53:42.625Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-04-19T20:53:42.655Z] $ docker stop --time=1 adbb7a526dffd0529cc35122f62f1160c3d70e554a709803392c2cbd6573d042 [2021-04-19T20:53:44.611Z] $ docker rm -f adbb7a526dffd0529cc35122f62f1160c3d70e554a709803392c2cbd6573d042 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-19T20:53:45.278Z] + docker inspect -f . ci-base-image-arm64 [2021-04-19T20:53:45.278Z] . [Pipeline] withDockerContainer [2021-04-19T20:53:45.542Z] prd-ubuntu18.04-docker-arm64-4c-16g-939 does not seem to be running inside a container [2021-04-19T20:53:45.629Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-04-19T20:53:47.068Z] $ docker top 34641b4d18093ea3d96f98156f5b9fab4fc36f057b32c7fece63538fdc7702ee -eo pid,comm [Pipeline] { [Pipeline] echo [2021-04-19T20:53:47.386Z] ========================================================= [2021-04-19T20:53:47.387Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-04-19T20:53:47.387Z] ========================================================= [Pipeline] sh [2021-04-19T20:53:48.028Z] + make test [2021-04-19T20:53:48.029Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-04-19T20:54:02.814Z] gofmt -l . [2021-04-19T20:54:02.814Z] [ "`gofmt -l .`" = "" ] [2021-04-19T20:54:02.814Z] ./bin/test-go-mod-tidy.sh [2021-04-19T20:54:02.814Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-04-19T20:54:03.123Z] + ls -al . [2021-04-19T20:54:03.124Z] total 812 [2021-04-19T20:54:03.124Z] drwxrwxr-x 10 1001 1001 4096 Apr 19 20:54 . [2021-04-19T20:54:03.124Z] drwxr-xr-x 4 root root 28 Apr 19 20:52 .. [2021-04-19T20:54:03.124Z] -rw-rw-r-- 1 1001 1001 11 Apr 19 20:50 .dockerignore [2021-04-19T20:54:03.124Z] drwxrwxr-x 8 1001 1001 179 Apr 19 20:50 .git [2021-04-19T20:54:03.124Z] drwxrwxr-x 3 1001 1001 125 Apr 19 20:50 .github [2021-04-19T20:54:03.124Z] -rw-rw-r-- 1 1001 1001 818 Apr 19 20:50 .gitignore [2021-04-19T20:54:03.124Z] drwx------ 3 1001 1001 60 Apr 19 20:51 .semver [2021-04-19T20:54:03.124Z] -rw-rw-r-- 1 1001 1001 166 Apr 19 20:50 .sonarcloud.properties [2021-04-19T20:54:03.124Z] -rw-rw-r-- 1 1001 1001 8609 Apr 19 20:50 Attribution.txt [2021-04-19T20:54:03.124Z] -rw-rw-r-- 1 1001 1001 3804 Apr 19 20:50 CONTRIBUTING.md [2021-04-19T20:54:03.124Z] -rw-rw-r-- 1 1001 1001 931 Apr 19 20:50 Dockerfile.build [2021-04-19T20:54:03.124Z] -rw-rw-r-- 1 1001 1001 863 Apr 19 20:50 Jenkinsfile [2021-04-19T20:54:03.124Z] -rw-rw-r-- 1 1001 1001 10775 Apr 19 20:50 LICENSE [2021-04-19T20:54:03.124Z] -rw-rw-r-- 1 1001 1001 5774 Apr 19 20:50 Makefile [2021-04-19T20:54:03.124Z] -rw-rw-r-- 1 1001 1001 7978 Apr 19 20:50 README.md [2021-04-19T20:54:03.124Z] -rw-rw-r-- 1 1001 1001 6755 Apr 19 20:50 SECURITY.md [2021-04-19T20:54:03.124Z] -rw-rw-r-- 1 1001 1001 5 Apr 19 20:51 VERSION [2021-04-19T20:54:03.124Z] -rw-rw-r-- 1 1001 1001 4131 Apr 19 20:50 ZMQWindows.md [2021-04-19T20:54:03.124Z] drwxrwxr-x 2 1001 1001 117 Apr 19 20:50 bin [2021-04-19T20:54:03.124Z] drwxrwxr-x 14 1001 1001 4096 Apr 19 20:50 cmd [2021-04-19T20:54:03.124Z] -rw-r--r-- 1 root root 703598 Apr 19 20:53 coverage.out [2021-04-19T20:54:03.124Z] -rw-r--r-- 1 root root 1058 Apr 19 20:53 go.mod [2021-04-19T20:54:03.124Z] -rw-r--r-- 1 root root 22256 Apr 19 20:54 go.sum [2021-04-19T20:54:03.124Z] drwxrwxr-x 8 1001 1001 127 Apr 19 20:50 internal [2021-04-19T20:54:03.124Z] drwxrwxr-x 4 1001 1001 26 Apr 19 20:50 openapi [2021-04-19T20:54:03.124Z] drwxrwxr-x 4 1001 1001 71 Apr 19 20:50 snap [2021-04-19T20:54:03.124Z] -rw-rw-r-- 1 1001 1001 168 Apr 19 20:50 version.go [Pipeline] sh [2021-04-19T20:54:03.454Z] + '[' -e coverage.out ] [2021-04-19T20:54:03.454Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-04-19T20:54:03.736Z] Stashed 1 file(s) [Pipeline] sh [2021-04-19T20:54:04.084Z] + make build [2021-04-19T20:54:04.084Z] 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-19T20:54:07.590Z] 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-19T20:54:10.243Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-04-19T20:54:15.816Z] 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-19T20:54:17.749Z] 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-19T20:54:19.702Z] 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-19T20:54:19.974Z] 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-19T20:54:21.947Z] 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-19T20:54:23.883Z] 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-19T20:54:24.836Z] 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-19T20:54:26.235Z] 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-19T20:54:27.755Z] 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-19T20:54:29.162Z] 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-19T20:54:31.770Z] $ docker stop --time=1 cb6ac571f4f4f252aa6c613ecabd7648e655184d2f5ec0d8176b23476377313d [2021-04-19T20:54:33.831Z] $ docker rm -f cb6ac571f4f4f252aa6c613ecabd7648e655184d2f5ec0d8176b23476377313d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-19T20:54:35.385Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-04-19T20:54:35.386Z] [2021-04-19T20:54:35.386Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-04-19T20:54:35.704Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-04-19T20:54:35.704Z] latest: Pulling from edgex-devops/edgex-compose [2021-04-19T20:54:35.704Z] cbdbe7a5bc2a: Pulling fs layer [2021-04-19T20:54:35.704Z] ca9280d653b3: Pulling fs layer [2021-04-19T20:54:35.704Z] 7e9c9ca2126c: Pulling fs layer [2021-04-19T20:54:35.704Z] cbdbe7a5bc2a: Download complete [2021-04-19T20:54:36.291Z] ca9280d653b3: Verifying Checksum [2021-04-19T20:54:36.291Z] ca9280d653b3: Download complete [2021-04-19T20:54:36.291Z] cbdbe7a5bc2a: Pull complete [2021-04-19T20:54:37.244Z] ca9280d653b3: Pull complete [2021-04-19T20:54:37.244Z] 7e9c9ca2126c: Verifying Checksum [2021-04-19T20:54:37.244Z] 7e9c9ca2126c: Download complete [2021-04-19T20:54:45.448Z] 7e9c9ca2126c: Pull complete [2021-04-19T20:54:45.448Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-04-19T20:54:45.448Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-04-19T20:54:45.448Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-04-19T20:54:45.623Z] prd-centos7-docker-4c-2g-933 does not seem to be running inside a container [2021-04-19T20:54:45.676Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-04-19T20:54:47.964Z] $ docker top 38b6c0f929769919a944c9ad4fa2847e5f3ae88bb3caafb4a2d6cb3b85e7e4bf -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-19T20:54:48.421Z] + docker-compose build --help [2021-04-19T20:54:48.422Z] + grep parallel [2021-04-19T20:54:49.367Z] --parallel Build images in parallel. [Pipeline] } [2021-04-19T20:54:49.643Z] $ docker stop --time=1 38b6c0f929769919a944c9ad4fa2847e5f3ae88bb3caafb4a2d6cb3b85e7e4bf [2021-04-19T20:54:51.002Z] $ docker rm -f 38b6c0f929769919a944c9ad4fa2847e5f3ae88bb3caafb4a2d6cb3b85e7e4bf [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-19T20:54:51.493Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-04-19T20:54:51.493Z] . [Pipeline] withDockerContainer [2021-04-19T20:54:51.621Z] prd-centos7-docker-4c-2g-933 does not seem to be running inside a container [2021-04-19T20:54:51.679Z] $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-04-19T20:54:52.380Z] $ docker top 30d5c6614233f149646d6717c3f6dd549f70419d701352493df4c82bbc6d16fc -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-19T20:54:52.811Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-04-19T20:54:53.772Z] Building docker-core-command-go ... [2021-04-19T20:54:53.772Z] Building docker-core-data-go ... [2021-04-19T20:54:53.772Z] Building docker-core-metadata-go ... [2021-04-19T20:54:53.772Z] Building docker-security-bootstrapper-go ... [2021-04-19T20:54:53.772Z] Building docker-security-proxy-setup-go ... [2021-04-19T20:54:53.772Z] Building docker-security-secretstore-setup-go ... [2021-04-19T20:54:53.772Z] Building docker-support-notifications-go ... [2021-04-19T20:54:53.772Z] Building docker-support-scheduler-go ... [2021-04-19T20:54:53.772Z] Building docker-sys-mgmt-agent-go ... [2021-04-19T20:54:53.772Z] Building docker-security-secretstore-setup-go [2021-04-19T20:54:53.772Z] Building docker-core-metadata-go [2021-04-19T20:54:53.772Z] Building docker-core-command-go [2021-04-19T20:54:53.772Z] Building docker-support-scheduler-go [2021-04-19T20:54:53.772Z] Building docker-security-bootstrapper-go [2021-04-19T20:55:06.835Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-04-19T20:55:06.835Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-04-19T20:55:13.598Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-04-19T20:55:13.598Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-04-19T20:55:16.242Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-04-19T20:55:16.242Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-04-19T20:55:16.242Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-04-19T20:55:16.242Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-04-19T20:55:19.658Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-04-19T20:55:20.257Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-04-19T20:55:28.559Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-04-19T20:55:28.559Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-04-19T20:55:28.559Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-04-19T20:55:32.821Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-19T20:55:32.821Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-04-19T20:55:32.821Z] ---> 7defafb1fe61 [2021-04-19T20:55:32.821Z] Step 3/22 : WORKDIR /edgex-go [2021-04-19T20:55:32.821Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-19T20:55:32.821Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-19T20:55:32.821Z] ---> 7defafb1fe61 [2021-04-19T20:55:32.821Z] Step 3/23 : WORKDIR /edgex-go [2021-04-19T20:55:32.821Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-19T20:55:32.821Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-04-19T20:55:32.821Z] ---> 7defafb1fe61 [2021-04-19T20:55:32.821Z] Step 3/24 : WORKDIR /edgex-go [2021-04-19T20:55:32.821Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-19T20:55:32.821Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-19T20:55:32.821Z] ---> 7defafb1fe61 [2021-04-19T20:55:32.821Z] Step 3/23 : WORKDIR /edgex-go [2021-04-19T20:55:32.821Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-19T20:55:32.821Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-04-19T20:55:32.821Z] ---> 7defafb1fe61 [2021-04-19T20:55:32.821Z] Step 3/31 : WORKDIR /edgex-go [2021-04-19T20:55:32.821Z] ---> Running in aeda4f5bc06b [2021-04-19T20:55:32.821Z] ---> Running in 7bb902e6d8db [2021-04-19T20:55:32.821Z] ---> Running in c41e93d29189 [2021-04-19T20:55:32.821Z] ---> Running in 25ec6d6f1e1d [2021-04-19T20:55:32.821Z] ---> Running in 2ffb7d527fdc [2021-04-19T20:55:32.821Z] Removing intermediate container c41e93d29189 [2021-04-19T20:55:32.821Z] ---> d2a85dd8f1c0 [2021-04-19T20:55:32.821Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-19T20:55:32.821Z] Removing intermediate container 25ec6d6f1e1d [2021-04-19T20:55:32.821Z] ---> c2334108a0a3 [2021-04-19T20:55:32.821Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-19T20:55:32.821Z] Removing intermediate container aeda4f5bc06b [2021-04-19T20:55:32.821Z] ---> 287ce55f63f9 [2021-04-19T20:55:32.821Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-19T20:55:32.821Z] Removing intermediate container 7bb902e6d8db [2021-04-19T20:55:32.821Z] ---> d00d47f7c812 [2021-04-19T20:55:32.821Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-19T20:55:32.821Z] Removing intermediate container 2ffb7d527fdc [2021-04-19T20:55:32.821Z] ---> 20f1f72cefb5 [2021-04-19T20:55:32.821Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-19T20:55:32.821Z] ---> Running in 30e5d0cb2bb6 [2021-04-19T20:55:32.821Z] ---> Running in f220b17de71e [2021-04-19T20:55:32.821Z] ---> Running in eafef3c88ce2 [2021-04-19T20:55:32.821Z] ---> Running in 560365d8a414 [2021-04-19T20:55:32.821Z] ---> Running in fb55cf5a49c1 [2021-04-19T20:55:32.821Z] Removing intermediate container f220b17de71e [2021-04-19T20:55:32.821Z] ---> a0e1638303d6 [2021-04-19T20:55:32.821Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-04-19T20:55:32.821Z] Removing intermediate container 30e5d0cb2bb6 [2021-04-19T20:55:32.821Z] ---> 3b765be20a19 [2021-04-19T20:55:32.821Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-04-19T20:55:32.821Z] Removing intermediate container fb55cf5a49c1 [2021-04-19T20:55:32.821Z] ---> 7ac615eff1a1 [2021-04-19T20:55:32.821Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-04-19T20:55:32.821Z] Removing intermediate container 560365d8a414 [2021-04-19T20:55:32.821Z] ---> c9b2e32a0701 [2021-04-19T20:55:32.821Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-04-19T20:55:32.821Z] ---> Running in 6082f564a9cc [2021-04-19T20:55:32.821Z] ---> Running in 637636d0c469 [2021-04-19T20:55:32.821Z] ---> Running in f35dc50b3102 [2021-04-19T20:55:32.821Z] Removing intermediate container eafef3c88ce2 [2021-04-19T20:55:32.821Z] ---> 27cf732226d3 [2021-04-19T20:55:32.821Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-04-19T20:55:32.821Z] ---> Running in 602c78fefc12 [2021-04-19T20:55:33.085Z] ---> Running in 3ec6df67e485 [2021-04-19T20:55:34.007Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.311s coverage: 45.9% of statements [2021-04-19T20:55:34.007Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-04-19T20:55:34.007Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-04-19T20:55:34.007Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-04-19T20:55:34.007Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-04-19T20:55:34.007Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-04-19T20:55:34.007Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-04-19T20:55:34.007Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.132s coverage: 19.8% of statements [2021-04-19T20:55:34.007Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.254s coverage: 100.0% of statements [2021-04-19T20:55:34.063Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-19T20:55:34.063Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-19T20:55:34.063Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-19T20:55:34.324Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-19T20:55:34.324Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-19T20:55:34.898Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-19T20:55:34.898Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-19T20:55:34.898Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-19T20:55:35.160Z] OK: 233 MiB in 51 packages [2021-04-19T20:55:35.425Z] OK: 233 MiB in 51 packages [2021-04-19T20:55:35.425Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-19T20:55:35.686Z] OK: 233 MiB in 51 packages [2021-04-19T20:55:35.950Z] Removing intermediate container f35dc50b3102 [2021-04-19T20:55:35.950Z] ---> 8cf3865391e7 [2021-04-19T20:55:35.950Z] Step 6/31 : COPY go.mod . [2021-04-19T20:55:35.950Z] Removing intermediate container 602c78fefc12 [2021-04-19T20:55:35.950Z] ---> cd5d253d9167 [2021-04-19T20:55:35.950Z] Step 6/23 : COPY go.mod . [2021-04-19T20:55:36.217Z] ---> 29ff2c832088 [2021-04-19T20:55:36.217Z] Step 7/31 : RUN go mod download [2021-04-19T20:55:36.217Z] Removing intermediate container 3ec6df67e485 [2021-04-19T20:55:36.217Z] ---> c663f9a5c08a [2021-04-19T20:55:36.217Z] Step 6/24 : COPY go.mod . [2021-04-19T20:55:36.217Z] ---> 0cd8afa71107 [2021-04-19T20:55:36.217Z] Step 7/23 : RUN go mod download [2021-04-19T20:55:36.217Z] ---> Running in 49b9b4bd27b4 [2021-04-19T20:55:36.217Z] ---> Running in bc406eebe46b [2021-04-19T20:55:36.482Z] ---> bfd309b687e2 [2021-04-19T20:55:36.482Z] Step 7/24 : RUN go mod download [2021-04-19T20:55:36.745Z] ---> Running in 77760cf89cb2 [2021-04-19T20:55:36.745Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-19T20:55:37.332Z] OK: 233 MiB in 51 packages [2021-04-19T20:55:37.913Z] Removing intermediate container 6082f564a9cc [2021-04-19T20:55:37.913Z] ---> b5fad70a89f4 [2021-04-19T20:55:37.913Z] Step 6/23 : COPY go.mod . [2021-04-19T20:55:38.177Z] ---> faf93f8664a7 [2021-04-19T20:55:38.177Z] Step 7/23 : RUN go mod download [2021-04-19T20:55:38.438Z] ---> Running in a2a666cf3b34 [2021-04-19T20:55:38.702Z] Removing intermediate container 49b9b4bd27b4 [2021-04-19T20:55:38.703Z] ---> e63b7695aaee [2021-04-19T20:55:38.703Z] Step 8/31 : COPY . . [2021-04-19T20:55:38.703Z] Removing intermediate container bc406eebe46b [2021-04-19T20:55:38.703Z] ---> 6e1fe2489a09 [2021-04-19T20:55:38.703Z] Step 8/23 : COPY . . [2021-04-19T20:55:38.971Z] Removing intermediate container 77760cf89cb2 [2021-04-19T20:55:38.971Z] ---> 1221e45d295b [2021-04-19T20:55:38.971Z] Step 8/24 : COPY . . [2021-04-19T20:55:39.556Z] OK: 233 MiB in 51 packages [2021-04-19T20:55:42.318Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.581s coverage: 27.1% of statements [2021-04-19T20:55:42.318Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-04-19T20:55:42.318Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-04-19T20:55:42.318Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-04-19T20:55:42.318Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-04-19T20:55:42.318Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-04-19T20:55:42.318Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-04-19T20:55:42.318Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.179s coverage: 100.0% of statements [2021-04-19T20:55:42.318Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-04-19T20:55:42.318Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.158s coverage: 100.0% of statements [2021-04-19T20:55:42.318Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-04-19T20:55:42.318Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-04-19T20:55:42.593Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.258s coverage: 71.3% of statements [2021-04-19T20:55:42.593Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-04-19T20:55:42.593Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-04-19T20:55:44.607Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.492s coverage: 82.9% of statements [2021-04-19T20:55:44.607Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-04-19T20:55:44.607Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-04-19T20:55:44.607Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.171s coverage: 78.9% of statements [2021-04-19T20:55:44.607Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-04-19T20:55:49.603Z] Removing intermediate container a2a666cf3b34 [2021-04-19T20:55:49.603Z] ---> 4ba19a8fc091 [2021-04-19T20:55:49.603Z] Step 8/23 : COPY . . [2021-04-19T20:55:49.603Z] Removing intermediate container 637636d0c469 [2021-04-19T20:55:49.603Z] ---> fc2cf75ed633 [2021-04-19T20:55:49.603Z] Step 6/22 : COPY go.mod . [2021-04-19T20:55:54.838Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.178s coverage: 28.6% of statements [2021-04-19T20:55:54.838Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-04-19T20:55:54.838Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-04-19T20:55:54.838Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-04-19T20:55:54.838Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-04-19T20:55:54.838Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-04-19T20:55:54.838Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.221s coverage: 100.0% of statements [2021-04-19T20:55:54.838Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-04-19T20:55:54.838Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.168s coverage: 100.0% of statements [2021-04-19T20:55:54.838Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-04-19T20:55:54.838Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.468s coverage: 86.7% of statements [2021-04-19T20:55:54.838Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-04-19T20:55:54.838Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.378s coverage: 97.5% of statements [2021-04-19T20:55:54.838Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-04-19T20:55:54.838Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.198s coverage: 78.3% of statements [2021-04-19T20:55:54.838Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-04-19T20:55:54.838Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-04-19T20:55:54.838Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-04-19T20:55:54.838Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-04-19T20:55:57.095Z] ---> bb0354687d37 [2021-04-19T20:55:57.095Z] Step 7/22 : RUN go mod download [2021-04-19T20:55:59.040Z] ---> Running in 127aef5476ae [2021-04-19T20:56:03.191Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.196s coverage: 93.0% of statements [2021-04-19T20:56:03.191Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-04-19T20:56:03.191Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-04-19T20:56:03.191Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-04-19T20:56:03.191Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-04-19T20:56:03.191Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-04-19T20:56:03.191Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-04-19T20:56:03.191Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-04-19T20:56:03.191Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-04-19T20:56:03.191Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-04-19T20:56:03.191Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-04-19T20:56:03.191Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-04-19T20:56:03.191Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-04-19T20:56:03.191Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-04-19T20:56:03.191Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-04-19T20:56:03.191Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-04-19T20:56:03.191Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-04-19T20:56:03.191Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-04-19T20:56:03.191Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-04-19T20:56:03.191Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.110s coverage: 58.8% of statements [2021-04-19T20:56:03.191Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-04-19T20:56:03.191Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-04-19T20:56:03.191Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.221s coverage: 0.9% of statements [2021-04-19T20:56:03.191Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-04-19T20:56:03.191Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-04-19T20:56:03.191Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-04-19T20:56:03.191Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.141s coverage: 47.1% of statements [2021-04-19T20:56:03.192Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.218s coverage: 79.5% of statements [2021-04-19T20:56:03.192Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.141s coverage: 94.1% of statements [2021-04-19T20:56:03.192Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.196s coverage: 96.3% of statements [2021-04-19T20:56:03.192Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.124s coverage: 87.5% of statements [2021-04-19T20:56:14.034Z] Removing intermediate container 127aef5476ae [2021-04-19T20:56:14.034Z] ---> 669d370dbd8a [2021-04-19T20:56:14.034Z] Step 8/22 : COPY . . [2021-04-19T20:56:18.333Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.147s coverage: 94.4% of statements [2021-04-19T20:56:18.333Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.112s coverage: 44.8% of statements [2021-04-19T20:56:20.660Z] ---> 8d03940af783 [2021-04-19T20:56:20.660Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-04-19T20:56:20.954Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.512s coverage: 81.9% of statements [2021-04-19T20:56:20.954Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2021-04-19T20:56:21.031Z] ---> b7356a7574bc [2021-04-19T20:56:21.031Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-04-19T20:56:21.031Z] ---> 2e137005ba6f [2021-04-19T20:56:21.031Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-04-19T20:56:21.984Z] ---> Running in bd09096b4f31 [2021-04-19T20:56:21.984Z] ---> Running in 47bec3a736d5 [2021-04-19T20:56:21.984Z] ---> Running in 8a2220fbdd31 [2021-04-19T20:56:21.984Z] ---> 1a1f82aa650f [2021-04-19T20:56:21.984Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-04-19T20:56:22.246Z] ---> Running in eaa0f4f0e58c [2021-04-19T20:56:24.221Z] 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-19T20:56:24.221Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-04-19T20:56:24.824Z] 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-19T20:56:25.417Z] 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-19T20:56:31.146Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 23.194s coverage: 92.9% of statements [2021-04-19T20:56:31.146Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-04-19T20:56:31.146Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-04-19T20:56:31.146Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-04-19T20:56:31.146Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.056s coverage: 77.8% of statements [2021-04-19T20:56:31.146Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-04-19T20:56:31.146Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-04-19T20:56:31.146Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-04-19T20:56:31.146Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-04-19T20:56:31.146Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-04-19T20:56:31.146Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.074s coverage: 87.2% of statements [2021-04-19T20:56:31.146Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-04-19T20:56:31.146Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-04-19T20:56:31.146Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.108s coverage: 100.0% of statements [2021-04-19T20:56:31.146Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-04-19T20:56:31.146Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.147s coverage: 75.5% of statements [2021-04-19T20:56:31.146Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-04-19T20:56:31.146Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.147s coverage: 80.8% of statements [2021-04-19T20:56:31.146Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.188s coverage: 87.2% of statements [2021-04-19T20:56:31.146Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.196s coverage: 84.6% of statements [2021-04-19T20:56:31.146Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.246s coverage: 91.6% of statements [2021-04-19T20:56:31.146Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-04-19T20:56:32.139Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.682s coverage: 64.4% of statements [2021-04-19T20:56:32.139Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-04-19T20:56:32.139Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-04-19T20:56:32.139Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.114s coverage: 100.0% of statements [2021-04-19T20:56:32.139Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.118s coverage: 91.3% of statements [2021-04-19T20:56:32.139Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.062s coverage: 100.0% of statements [2021-04-19T20:56:32.743Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.097s coverage: 73.7% of statements [2021-04-19T20:56:33.350Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.052s coverage: 100.0% of statements [2021-04-19T20:56:33.731Z] ---> b2e4b5d794b4 [2021-04-19T20:56:33.731Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-04-19T20:56:33.731Z] ---> Running in 5433e732a18e [2021-04-19T20:56:34.701Z] 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-19T20:56:38.780Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.962s coverage: 69.0% of statements [2021-04-19T20:56:38.780Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-04-19T20:56:38.780Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-04-19T20:56:38.780Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-04-19T20:56:39.060Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.406s coverage: 38.4% of statements [2021-04-19T20:56:39.060Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-04-19T20:56:39.060Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-04-19T20:56:39.060Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.120s coverage: 89.5% of statements [2021-04-19T20:56:39.060Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-04-19T20:56:39.060Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.078s coverage: 84.8% of statements [2021-04-19T20:56:45.834Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.459s coverage: 47.0% of statements [2021-04-19T20:56:45.834Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-04-19T20:56:45.834Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-04-19T20:56:45.834Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-04-19T20:56:45.834Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-04-19T20:56:45.834Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-04-19T20:56:45.834Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.132s coverage: 100.0% of statements [2021-04-19T20:56:45.834Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-04-19T20:56:45.834Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.144s coverage: 100.0% of statements [2021-04-19T20:56:45.834Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-04-19T20:56:45.834Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-04-19T20:56:45.834Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 0.164s coverage: 9.6% of statements [2021-04-19T20:56:45.834Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-04-19T20:56:47.831Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.486s coverage: 88.6% of statements [2021-04-19T20:56:47.831Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-04-19T20:56:47.831Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-04-19T20:56:47.831Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-04-19T20:56:54.585Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.380s coverage: 28.7% of statements [2021-04-19T20:56:54.586Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-04-19T20:56:54.586Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-04-19T20:56:54.586Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-04-19T20:56:54.586Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-04-19T20:56:54.586Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-04-19T20:56:54.586Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.187s coverage: 99.0% of statements [2021-04-19T20:56:54.586Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-04-19T20:56:54.586Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.212s coverage: 100.0% of statements [2021-04-19T20:56:54.586Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-04-19T20:56:54.586Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-04-19T20:56:54.586Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-04-19T20:56:54.586Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application/scheduler 0.144s coverage: 64.6% of statements [2021-04-19T20:56:54.586Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-04-19T20:56:54.586Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.355s coverage: 95.6% of statements [2021-04-19T20:56:54.586Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-04-19T20:56:54.586Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-04-19T20:56:54.586Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-04-19T20:56:54.586Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.036s coverage: 0.0% of statements [2021-04-19T20:56:54.586Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-04-19T20:56:54.586Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.074s coverage: 100.0% of statements [2021-04-19T20:56:54.586Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-04-19T20:56:54.586Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-04-19T20:56:54.586Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-04-19T20:56:54.586Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-04-19T20:56:54.863Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.079s coverage: 87.9% of statements [2021-04-19T20:56:54.863Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-04-19T20:56:54.863Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-04-19T20:56:54.863Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.069s coverage: 100.0% of statements [2021-04-19T20:56:56.807Z] 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-19T20:56:56.856Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.119s coverage: 28.1% of statements [2021-04-19T20:56:57.128Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.077s coverage: 100.0% of statements [2021-04-19T20:56:58.106Z] GO111MODULE=on go vet ./... [2021-04-19T20:57:03.467Z] Removing intermediate container 8a2220fbdd31 [2021-04-19T20:57:03.467Z] ---> b1759be862d7 [2021-04-19T20:57:03.467Z] [2021-04-19T20:57:03.467Z] Step 10/31 : FROM alpine:3.12 [2021-04-19T20:57:03.467Z] 3.12: Pulling from library/alpine [2021-04-19T20:57:04.424Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-04-19T20:57:04.424Z] Status: Downloaded newer image for alpine:3.12 [2021-04-19T20:57:04.424Z] ---> 13621d1b12d4 [2021-04-19T20:57:04.424Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-04-19T20:57:07.748Z] ---> Running in 922e7608a1f0 [2021-04-19T20:57:08.016Z] Removing intermediate container bd09096b4f31 [2021-04-19T20:57:08.016Z] ---> 8101873ecb08 [2021-04-19T20:57:08.016Z] [2021-04-19T20:57:08.016Z] Step 10/24 : FROM alpine:3.12 [2021-04-19T20:57:08.016Z] ---> 13621d1b12d4 [2021-04-19T20:57:08.016Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec [2021-04-19T20:57:08.016Z] Removing intermediate container eaa0f4f0e58c [2021-04-19T20:57:08.016Z] ---> 75145c040749 [2021-04-19T20:57:08.016Z] [2021-04-19T20:57:08.016Z] Step 10/23 : FROM alpine:3.12 [2021-04-19T20:57:08.016Z] ---> 13621d1b12d4 [2021-04-19T20:57:08.016Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-04-19T20:57:08.016Z] Removing intermediate container 922e7608a1f0 [2021-04-19T20:57:08.016Z] ---> f8156c8519c6 [2021-04-19T20:57:08.016Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-04-19T20:57:08.284Z] ---> Running in e669a02411d7 [2021-04-19T20:57:08.284Z] ---> Running in 3e39e586e9c4 [2021-04-19T20:57:08.553Z] ---> Running in 839a77bd3075 [2021-04-19T20:57:09.532Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-19T20:57:09.532Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-19T20:57:09.532Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-04-19T20:57:09.532Z] Executing busybox-1.31.1-r20.trigger [2021-04-19T20:57:09.532Z] OK: 6 MiB in 15 packages [2021-04-19T20:57:10.926Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-19T20:57:10.926Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-19T20:57:10.926Z] Removing intermediate container 47bec3a736d5 [2021-04-19T20:57:10.926Z] ---> 3cfa848abdda [2021-04-19T20:57:10.926Z] [2021-04-19T20:57:10.926Z] Step 10/23 : FROM alpine:3.12 [2021-04-19T20:57:10.926Z] ---> 13621d1b12d4 [2021-04-19T20:57:10.926Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-04-19T20:57:10.926Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-19T20:57:10.926Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-19T20:57:11.195Z] ---> Running in dd8ce067d77f [2021-04-19T20:57:11.195Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-04-19T20:57:11.195Z] (2/2) Installing su-exec (0.2-r1) [2021-04-19T20:57:11.195Z] Executing busybox-1.31.1-r20.trigger [2021-04-19T20:57:11.195Z] OK: 6 MiB in 16 packages [2021-04-19T20:57:11.195Z] (1/6) Installing ca-certificates (20191127-r4) [2021-04-19T20:57:11.195Z] (2/6) Installing nghttp2-libs (1.41.0-r0) [2021-04-19T20:57:11.195Z] (3/6) Installing libcurl (7.76.1-r0) [2021-04-19T20:57:11.195Z] (4/6) Installing curl (7.76.1-r0) [2021-04-19T20:57:11.195Z] (5/6) Installing dumb-init (1.2.2-r1) [2021-04-19T20:57:11.195Z] (6/6) Installing su-exec (0.2-r1) [2021-04-19T20:57:11.195Z] Executing busybox-1.31.1-r20.trigger [2021-04-19T20:57:11.195Z] Executing ca-certificates-20191127-r4.trigger [2021-04-19T20:57:11.195Z] OK: 7 MiB in 20 packages [2021-04-19T20:57:13.125Z] Removing intermediate container e669a02411d7 [2021-04-19T20:57:13.125Z] ---> 342c3dce9803 [2021-04-19T20:57:13.125Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-19T20:57:13.125Z] ---> Running in 502928fa40e9 [2021-04-19T20:57:13.396Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-19T20:57:13.396Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-19T20:57:13.658Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-04-19T20:57:13.658Z] Executing busybox-1.31.1-r20.trigger [2021-04-19T20:57:13.658Z] OK: 6 MiB in 15 packages [2021-04-19T20:57:15.049Z] Removing intermediate container 839a77bd3075 [2021-04-19T20:57:15.050Z] ---> 4f0cfe9c0fd1 [2021-04-19T20:57:15.050Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-04-19T20:57:15.622Z] Removing intermediate container 502928fa40e9 [2021-04-19T20:57:15.622Z] ---> 09a1acb52673 [2021-04-19T20:57:15.622Z] Step 13/23 : ENV APP_PORT=48082 [2021-04-19T20:57:16.195Z] Removing intermediate container 5433e732a18e [2021-04-19T20:57:16.195Z] ---> 6500f00cf6a1 [2021-04-19T20:57:16.195Z] [2021-04-19T20:57:16.195Z] Step 10/22 : FROM alpine:3.12 [2021-04-19T20:57:16.195Z] ---> 13621d1b12d4 [2021-04-19T20:57:16.195Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-04-19T20:57:16.195Z] ---> Using cache [2021-04-19T20:57:16.195Z] ---> 342c3dce9803 [2021-04-19T20:57:16.195Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-19T20:57:16.195Z] ---> Using cache [2021-04-19T20:57:16.195Z] ---> 09a1acb52673 [2021-04-19T20:57:16.195Z] Step 13/22 : ENV APP_PORT=48085 [2021-04-19T20:57:16.195Z] ---> Running in be1a4d235e18 [2021-04-19T20:57:16.195Z] ---> Running in 7b42481a4f69 [2021-04-19T20:57:16.195Z] Removing intermediate container 3e39e586e9c4 [2021-04-19T20:57:16.195Z] ---> 729f325161dc [2021-04-19T20:57:16.195Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-04-19T20:57:16.195Z] ---> Running in 7d940a19b695 [2021-04-19T20:57:16.457Z] ---> Running in c245cd907229 [2021-04-19T20:57:16.457Z] Removing intermediate container dd8ce067d77f [2021-04-19T20:57:16.457Z] ---> 9ae7557aeb8a [2021-04-19T20:57:16.457Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-19T20:57:16.724Z] Removing intermediate container be1a4d235e18 [2021-04-19T20:57:16.724Z] ---> 18d6853ff166 [2021-04-19T20:57:16.724Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-04-19T20:57:16.724Z] Removing intermediate container 7b42481a4f69 [2021-04-19T20:57:16.724Z] ---> 52e69f985d7a [2021-04-19T20:57:16.724Z] Step 14/23 : EXPOSE $APP_PORT [2021-04-19T20:57:16.724Z] Removing intermediate container 7d940a19b695 [2021-04-19T20:57:16.724Z] ---> e5221be9dae3 [2021-04-19T20:57:16.724Z] Step 14/22 : EXPOSE $APP_PORT [2021-04-19T20:57:16.724Z] ---> Running in 811b78499d76 [2021-04-19T20:57:16.725Z] Removing intermediate container c245cd907229 [2021-04-19T20:57:16.725Z] ---> 7a23bfb65e16 [2021-04-19T20:57:16.725Z] Step 13/24 : WORKDIR / [2021-04-19T20:57:16.725Z] ---> Running in ca147cf05d88 [2021-04-19T20:57:16.986Z] ---> Running in 5486df030e16 [2021-04-19T20:57:16.986Z] ---> Running in ee22c80e3350 [2021-04-19T20:57:16.986Z] ---> Running in e4fcd22aa793 [2021-04-19T20:57:17.248Z] Removing intermediate container 811b78499d76 [2021-04-19T20:57:17.248Z] ---> d04d8fc3dac8 [2021-04-19T20:57:17.248Z] Step 13/23 : ENV APP_PORT=48081 [2021-04-19T20:57:17.248Z] Removing intermediate container ca147cf05d88 [2021-04-19T20:57:17.248Z] ---> a1ece9f9cc04 [2021-04-19T20:57:17.248Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-04-19T20:57:17.248Z] Removing intermediate container 5486df030e16 [2021-04-19T20:57:17.248Z] ---> 491ca2a5bd7a [2021-04-19T20:57:17.248Z] Step 15/23 : WORKDIR / [2021-04-19T20:57:17.834Z] Removing intermediate container ee22c80e3350 [2021-04-19T20:57:17.834Z] ---> 3709cf97e739 [2021-04-19T20:57:17.834Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-19T20:57:17.834Z] ---> Running in c453a39c1a6a [2021-04-19T20:57:17.834Z] ---> Running in fc6e77517ac9 [2021-04-19T20:57:18.099Z] ---> Running in 6d29de900fc2 [2021-04-19T20:57:18.099Z] Removing intermediate container e4fcd22aa793 [2021-04-19T20:57:18.099Z] ---> 529a03e483f2 [2021-04-19T20:57:18.099Z] 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-19T20:57:18.369Z] Removing intermediate container c453a39c1a6a [2021-04-19T20:57:18.369Z] ---> 7b4948c240a2 [2021-04-19T20:57:18.369Z] Step 14/23 : EXPOSE $APP_PORT [2021-04-19T20:57:18.369Z] ---> ba0205ca5361 [2021-04-19T20:57:18.369Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-04-19T20:57:18.369Z] Removing intermediate container 6d29de900fc2 [2021-04-19T20:57:18.369Z] ---> dc5cfc1d05e6 [2021-04-19T20:57:18.369Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-19T20:57:18.637Z] ---> 5c273c8ec60c [2021-04-19T20:57:18.637Z] 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-19T20:57:18.637Z] ---> Running in 170fa3b18ae3 [2021-04-19T20:57:18.902Z] Removing intermediate container 170fa3b18ae3 [2021-04-19T20:57:18.902Z] ---> 30e515d593f0 [2021-04-19T20:57:18.902Z] Step 15/23 : WORKDIR / [2021-04-19T20:57:18.902Z] ---> 972aa0ad6b86 [2021-04-19T20:57:18.902Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-04-19T20:57:19.171Z] ---> 77fa30841249 [2021-04-19T20:57:19.171Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-04-19T20:57:19.171Z] ---> Running in f0d234dcc23d [2021-04-19T20:57:19.435Z] ---> bc85774bebf5 [2021-04-19T20:57:19.435Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-04-19T20:57:19.435Z] ---> 472753abf410 [2021-04-19T20:57:19.435Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-04-19T20:57:19.703Z] Removing intermediate container f0d234dcc23d [2021-04-19T20:57:19.703Z] ---> 85c3fdc5869e [2021-04-19T20:57:19.703Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-19T20:57:19.703Z] ---> a3dda77ad7e6 [2021-04-19T20:57:19.703Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-04-19T20:57:19.703Z] Removing intermediate container fc6e77517ac9 [2021-04-19T20:57:19.703Z] ---> cdf72ed13576 [2021-04-19T20:57:19.703Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-04-19T20:57:19.966Z] ---> 314c40c48b24 [2021-04-19T20:57:19.966Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-04-19T20:57:19.966Z] ---> Running in 42acf8a874be [2021-04-19T20:57:20.230Z] ---> f7863979d0f6 [2021-04-19T20:57:20.230Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-04-19T20:57:20.230Z] ---> Running in b7f365219041 [2021-04-19T20:57:20.230Z] ---> dd0e709a3aac [2021-04-19T20:57:20.230Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-04-19T20:57:20.230Z] ---> c516674457b9 [2021-04-19T20:57:20.230Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-04-19T20:57:20.804Z] ---> Running in c3831c4acdf4 [2021-04-19T20:57:20.804Z] Removing intermediate container 42acf8a874be [2021-04-19T20:57:20.804Z] ---> b119a031b8bd [2021-04-19T20:57:20.804Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-04-19T20:57:21.065Z] ---> 33166f8d4ab6 [2021-04-19T20:57:21.066Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-04-19T20:57:21.066Z] Removing intermediate container b7f365219041 [2021-04-19T20:57:21.066Z] ---> 93ca3cc6357d [2021-04-19T20:57:21.066Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-19T20:57:21.066Z] ---> e4fabe2a1a44 [2021-04-19T20:57:21.066Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-04-19T20:57:21.066Z] ---> Running in 3eb892c16394 [2021-04-19T20:57:21.327Z] Removing intermediate container c3831c4acdf4 [2021-04-19T20:57:21.327Z] ---> 4aff297728dc [2021-04-19T20:57:21.327Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-19T20:57:21.327Z] ---> 96d5e71418a8 [2021-04-19T20:57:21.327Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-04-19T20:57:21.327Z] ---> 23803bd0624c [2021-04-19T20:57:21.327Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-04-19T20:57:21.602Z] ---> fc9cdb94abfe [2021-04-19T20:57:21.602Z] 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-19T20:57:21.602Z] Removing intermediate container 3eb892c16394 [2021-04-19T20:57:21.602Z] ---> 66192c274f84 [2021-04-19T20:57:21.602Z] Step 20/22 : LABEL arch=x86_64 [2021-04-19T20:57:21.602Z] ---> Running in 945e5571b9ac [2021-04-19T20:57:21.602Z] ---> Running in 6728d0ccbe9a [2021-04-19T20:57:21.602Z] ---> Running in 19ac3cc44b64 [2021-04-19T20:57:21.874Z] ---> Running in 7aa65ede3244 [2021-04-19T20:57:21.874Z] ---> Running in 77226a0dd7a7 [2021-04-19T20:57:22.137Z] Removing intermediate container 945e5571b9ac [2021-04-19T20:57:22.137Z] ---> 0d55aa96e41e [2021-04-19T20:57:22.137Z] Step 21/23 : LABEL arch=x86_64 [2021-04-19T20:57:22.137Z] Removing intermediate container 19ac3cc44b64 [2021-04-19T20:57:22.137Z] ---> a66a60b8a63d [2021-04-19T20:57:22.137Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-19T20:57:22.408Z] Removing intermediate container 77226a0dd7a7 [2021-04-19T20:57:22.408Z] ---> 2765bf7bd7ac [2021-04-19T20:57:22.408Z] Step 21/22 : LABEL git_sha=2d718ae38af5677d2ecb37db5b545b28beba233c [2021-04-19T20:57:22.408Z] ---> Running in 4825ac899be4 [2021-04-19T20:57:22.408Z] ---> Running in 3d1b079332fe [2021-04-19T20:57:22.672Z] ---> Running in 6af36f86b00d [2021-04-19T20:57:22.672Z] Removing intermediate container 4825ac899be4 [2021-04-19T20:57:22.672Z] ---> f4e70bf4f10b [2021-04-19T20:57:22.672Z] Step 22/23 : LABEL git_sha=2d718ae38af5677d2ecb37db5b545b28beba233c [2021-04-19T20:57:22.944Z] Removing intermediate container 3d1b079332fe [2021-04-19T20:57:22.944Z] ---> 0c2e2fa99401 [2021-04-19T20:57:22.944Z] Step 21/23 : LABEL arch=x86_64 [2021-04-19T20:57:22.944Z] ---> Running in 81db4ab80dd9 [2021-04-19T20:57:22.944Z] Removing intermediate container 6af36f86b00d [2021-04-19T20:57:22.944Z] ---> 14b1af022c28 [2021-04-19T20:57:22.944Z] Step 22/22 : LABEL version=0.0.0 [2021-04-19T20:57:22.944Z] ---> Running in 7e1ed1c77c7e [2021-04-19T20:57:22.944Z] ---> Running in ae5c063f29e3 [2021-04-19T20:57:23.207Z] Removing intermediate container 81db4ab80dd9 [2021-04-19T20:57:23.207Z] ---> c936b2bf72c4 [2021-04-19T20:57:23.207Z] Step 23/23 : LABEL version=0.0.0 [2021-04-19T20:57:23.468Z] Removing intermediate container 7e1ed1c77c7e [2021-04-19T20:57:23.468Z] ---> a977f044ebf3 [2021-04-19T20:57:23.468Z] Step 22/23 : LABEL git_sha=2d718ae38af5677d2ecb37db5b545b28beba233c [2021-04-19T20:57:23.468Z] Removing intermediate container ae5c063f29e3 [2021-04-19T20:57:23.468Z] ---> 49ffa40c836f [2021-04-19T20:57:23.468Z] [2021-04-19T20:57:23.729Z] ---> Running in 0497e1e03953 [2021-04-19T20:57:23.729Z] ---> Running in cca3c032342c [2021-04-19T20:57:23.729Z] Successfully built 49ffa40c836f [2021-04-19T20:57:23.729Z] Successfully tagged docker-support-scheduler-go:latest [2021-04-19T20:57:23.729Z]  Building docker-support-scheduler-go ... done Building docker-support-notifications-go [2021-04-19T20:57:23.991Z] Removing intermediate container 0497e1e03953 [2021-04-19T20:57:23.991Z] ---> 2374e817078d [2021-04-19T20:57:23.991Z] [2021-04-19T20:57:24.258Z] Removing intermediate container cca3c032342c [2021-04-19T20:57:24.258Z] ---> e7b9c17a5f81 [2021-04-19T20:57:24.258Z] Step 23/23 : LABEL version=0.0.0 [2021-04-19T20:57:24.258Z] Successfully built 2374e817078d [2021-04-19T20:57:24.258Z] Removing intermediate container 6728d0ccbe9a [2021-04-19T20:57:24.258Z] ---> c102368b6a94 [2021-04-19T20:57:24.258Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-19T20:57:24.258Z] Successfully tagged docker-core-command-go:latest [2021-04-19T20:57:24.258Z] Building docker-security-proxy-setup-go [2021-04-19T20:57:24.533Z]  Building docker-core-command-go ... done Removing intermediate container 7aa65ede3244 [2021-04-19T20:57:24.533Z] ---> 1c3370af2f3b [2021-04-19T20:57:24.533Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-04-19T20:57:24.533Z] ---> Running in bfb355b06563 [2021-04-19T20:57:24.533Z] ---> Running in 2e60d92c569a [2021-04-19T20:57:24.805Z] ---> 86f9a34e6882 [2021-04-19T20:57:24.805Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-04-19T20:57:24.805Z] Removing intermediate container bfb355b06563 [2021-04-19T20:57:24.805Z] ---> 1b09734e4ceb [2021-04-19T20:57:24.805Z] [2021-04-19T20:57:25.072Z] Removing intermediate container 2e60d92c569a [2021-04-19T20:57:25.072Z] ---> 736867c6827c [2021-04-19T20:57:25.072Z] Step 22/24 : LABEL arch=x86_64 [2021-04-19T20:57:26.993Z] Successfully built 1b09734e4ceb [2021-04-19T20:57:28.922Z] Successfully tagged docker-core-metadata-go:latest [2021-04-19T20:57:28.922Z] Building docker-sys-mgmt-agent-go [2021-04-19T20:57:29.187Z]  Building docker-core-metadata-go ... done  ---> Running in af512b519861 [2021-04-19T20:57:29.448Z] ---> 9add5f4ea274 [2021-04-19T20:57:29.448Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-04-19T20:57:33.667Z] Removing intermediate container af512b519861 [2021-04-19T20:57:33.667Z] ---> cb987b84be8e [2021-04-19T20:57:33.667Z] Step 23/24 : LABEL git_sha=2d718ae38af5677d2ecb37db5b545b28beba233c [2021-04-19T20:57:33.667Z] ---> ef382f8d06d4 [2021-04-19T20:57:33.667Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-04-19T20:57:33.667Z] ---> Running in d3bd88f84654 [2021-04-19T20:57:34.241Z] ---> bb8117e67fff [2021-04-19T20:57:34.241Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-04-19T20:57:34.241Z] Removing intermediate container d3bd88f84654 [2021-04-19T20:57:34.241Z] ---> 3eb4113cedec [2021-04-19T20:57:34.241Z] Step 24/24 : LABEL version=0.0.0 [2021-04-19T20:57:34.819Z] ---> Running in 701e836fb4f7 [2021-04-19T20:57:34.819Z] ---> de352f37747e [2021-04-19T20:57:34.819Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-04-19T20:57:36.759Z] ---> Running in d19e1e7adba7 [2021-04-19T20:57:36.759Z] Removing intermediate container 701e836fb4f7 [2021-04-19T20:57:36.759Z] ---> 3144ef92c29f [2021-04-19T20:57:36.759Z] [2021-04-19T20:57:37.034Z] Successfully built 3144ef92c29f [2021-04-19T20:57:37.633Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-04-19T20:57:37.633Z]  Building docker-security-secretstore-setup-go ... done Building docker-core-data-go [2021-04-19T20:57:38.214Z] Removing intermediate container d19e1e7adba7 [2021-04-19T20:57:38.214Z] ---> 4e06dc6ea090 [2021-04-19T20:57:38.214Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-04-19T20:57:42.458Z] ---> d1abb4e3b206 [2021-04-19T20:57:42.458Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-04-19T20:57:45.796Z] ---> Running in 509d34808c2d [2021-04-19T20:57:47.849Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-19T20:57:47.850Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-04-19T20:57:47.850Z] ---> 7defafb1fe61 [2021-04-19T20:57:47.850Z] Step 3/22 : WORKDIR /edgex-go [2021-04-19T20:57:47.850Z] ---> Using cache [2021-04-19T20:57:47.850Z] ---> 20f1f72cefb5 [2021-04-19T20:57:47.850Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-19T20:57:47.850Z] ---> Using cache [2021-04-19T20:57:47.850Z] ---> 7ac615eff1a1 [2021-04-19T20:57:47.850Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-04-19T20:57:47.850Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-19T20:57:47.850Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-04-19T20:57:47.850Z] ---> 7defafb1fe61 [2021-04-19T20:57:47.850Z] Step 3/21 : WORKDIR /edgex-go [2021-04-19T20:57:47.850Z] ---> Using cache [2021-04-19T20:57:47.850Z] ---> 20f1f72cefb5 [2021-04-19T20:57:47.850Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-19T20:57:47.850Z] ---> Using cache [2021-04-19T20:57:47.850Z] ---> 7ac615eff1a1 [2021-04-19T20:57:47.850Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-04-19T20:57:48.111Z] ---> Using cache [2021-04-19T20:57:48.111Z] ---> 8cf3865391e7 [2021-04-19T20:57:48.111Z] Step 6/21 : COPY go.mod . [2021-04-19T20:57:48.111Z] ---> Using cache [2021-04-19T20:57:48.111Z] ---> 29ff2c832088 [2021-04-19T20:57:48.111Z] Step 7/21 : RUN go mod download [2021-04-19T20:57:48.111Z] ---> Using cache [2021-04-19T20:57:48.111Z] ---> e63b7695aaee [2021-04-19T20:57:48.111Z] Step 8/21 : COPY . . [2021-04-19T20:57:48.694Z] ---> Using cache [2021-04-19T20:57:48.694Z] ---> 2e137005ba6f [2021-04-19T20:57:48.694Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-04-19T20:57:50.095Z] ---> Running in 7e05e325f275 [2021-04-19T20:57:50.095Z] ---> Running in b4ff05dbdc15 [2021-04-19T20:57:50.357Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-19T20:57:50.357Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-19T20:57:50.357Z] ---> 7defafb1fe61 [2021-04-19T20:57:50.357Z] Step 3/23 : WORKDIR /edgex-go [2021-04-19T20:57:50.357Z] ---> Using cache [2021-04-19T20:57:50.357Z] ---> 20f1f72cefb5 [2021-04-19T20:57:50.357Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-19T20:57:50.357Z] ---> Using cache [2021-04-19T20:57:50.357Z] ---> 7ac615eff1a1 [2021-04-19T20:57:50.357Z] Step 5/23 : RUN apk add --update --no-cache make bash git [2021-04-19T20:57:51.759Z] ---> Running in aa163737832d [2021-04-19T20:57:52.708Z] Removing intermediate container 509d34808c2d [2021-04-19T20:57:52.708Z] ---> cee2d73ee696 [2021-04-19T20:57:52.708Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-04-19T20:57:53.289Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-19T20:57:53.871Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-19T20:57:53.871Z] ---> Running in b21991d204eb [2021-04-19T20:57:53.871Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-19T20:57:53.871Z] 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-19T20:57:54.456Z] OK: 233 MiB in 51 packages [2021-04-19T20:57:54.456Z] Removing intermediate container b21991d204eb [2021-04-19T20:57:54.456Z] ---> 624c4e186cb6 [2021-04-19T20:57:54.456Z] Step 28/31 : CMD ["gate"] [2021-04-19T20:57:54.456Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-19T20:57:55.042Z] OK: 233 MiB in 51 packages [2021-04-19T20:57:55.306Z] ---> Running in e9a22fe025d5 [2021-04-19T20:57:57.243Z] Removing intermediate container e9a22fe025d5 [2021-04-19T20:57:57.243Z] ---> 1ace8f49021e [2021-04-19T20:57:57.243Z] Step 29/31 : LABEL arch=x86_64 [2021-04-19T20:57:59.188Z] Removing intermediate container 7e05e325f275 [2021-04-19T20:57:59.188Z] ---> 5275b0208b4d [2021-04-19T20:57:59.188Z] Step 6/22 : COPY go.mod . [2021-04-19T20:57:59.188Z] ---> Running in 577a576d7b54 [2021-04-19T20:57:59.449Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-19T20:57:59.449Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-19T20:57:59.449Z] ---> 7defafb1fe61 [2021-04-19T20:57:59.449Z] Step 3/23 : WORKDIR /edgex-go [2021-04-19T20:57:59.449Z] ---> Using cache [2021-04-19T20:57:59.449Z] ---> 20f1f72cefb5 [2021-04-19T20:57:59.449Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-19T20:57:59.449Z] ---> Using cache [2021-04-19T20:57:59.449Z] ---> 7ac615eff1a1 [2021-04-19T20:57:59.449Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-04-19T20:58:00.030Z] Removing intermediate container aa163737832d [2021-04-19T20:58:00.030Z] ---> 83e97e2ab3a4 [2021-04-19T20:58:00.030Z] Step 6/23 : COPY go.mod . [2021-04-19T20:58:00.303Z] ---> Running in 3aeb8f846c79 [2021-04-19T20:58:00.303Z] ---> d8e332ae1547 [2021-04-19T20:58:00.303Z] Step 7/22 : RUN go mod download [2021-04-19T20:58:00.578Z] Removing intermediate container 577a576d7b54 [2021-04-19T20:58:00.578Z] ---> 5edff1b5a7f8 [2021-04-19T20:58:00.578Z] Step 30/31 : LABEL git_sha=2d718ae38af5677d2ecb37db5b545b28beba233c [2021-04-19T20:58:00.578Z] ---> Running in 771730155c2c [2021-04-19T20:58:00.851Z] ---> Running in b66f4443ffcd [2021-04-19T20:58:00.851Z] ---> d07cd22095c1 [2021-04-19T20:58:00.851Z] Step 7/23 : RUN go mod download [2021-04-19T20:58:01.132Z] ---> Running in 33bbf51de917 [2021-04-19T20:58:01.442Z] Removing intermediate container b66f4443ffcd [2021-04-19T20:58:01.442Z] ---> 1024d79f5977 [2021-04-19T20:58:01.442Z] Step 31/31 : LABEL version=0.0.0 [2021-04-19T20:58:01.718Z] ---> Running in fe7e5a5aae4e [2021-04-19T20:58:01.993Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-19T20:58:02.270Z] Removing intermediate container fe7e5a5aae4e [2021-04-19T20:58:02.270Z] ---> 7f711da6d640 [2021-04-19T20:58:02.270Z] [2021-04-19T20:58:02.539Z] Successfully built 7f711da6d640 [2021-04-19T20:58:02.539Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-04-19T20:58:02.821Z]  Building docker-security-bootstrapper-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-19T20:58:03.598Z] OK: 233 MiB in 51 packages [2021-04-19T20:58:04.913Z] Removing intermediate container 771730155c2c [2021-04-19T20:58:04.913Z] ---> fc2e83c5428a [2021-04-19T20:58:04.913Z] Step 8/22 : COPY . . [2021-04-19T20:58:04.913Z] Removing intermediate container 33bbf51de917 [2021-04-19T20:58:04.913Z] ---> 894c29b2b984 [2021-04-19T20:58:04.913Z] Step 8/23 : COPY . . [2021-04-19T20:58:04.913Z] Removing intermediate container 3aeb8f846c79 [2021-04-19T20:58:04.913Z] ---> a9f35921ed8a [2021-04-19T20:58:04.913Z] Step 6/23 : COPY go.mod . [2021-04-19T20:58:07.712Z] ---> d097f1e24a70 [2021-04-19T20:58:07.712Z] Step 7/23 : RUN go mod download [2021-04-19T20:58:11.052Z] ---> Running in 5240dfd6872b [2021-04-19T20:58:16.382Z] 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-19T20:58:19.932Z] gofmt -l . [2021-04-19T20:58:19.933Z] [ "`gofmt -l .`" = "" ] [2021-04-19T20:58:19.933Z] ./bin/test-go-mod-tidy.sh [2021-04-19T20:58:20.915Z] ./bin/test-attribution-txt.sh [2021-04-19T20:58:21.750Z] Removing intermediate container 5240dfd6872b [2021-04-19T20:58:21.750Z] ---> d7a66a137804 [2021-04-19T20:58:21.750Z] Step 8/23 : COPY . . [Pipeline] sh [2021-04-19T20:58:23.038Z] + ls -al . [2021-04-19T20:58:23.038Z] total 840 [2021-04-19T20:58:23.038Z] drwxrwxr-x 9 1001 1001 4096 Apr 19 20:58 . [2021-04-19T20:58:23.038Z] drwxr-xr-x 4 root root 4096 Apr 19 20:53 .. [2021-04-19T20:58:23.038Z] -rw-rw-r-- 1 1001 1001 11 Apr 19 20:52 .dockerignore [2021-04-19T20:58:23.038Z] drwxrwxr-x 8 1001 1001 4096 Apr 19 20:52 .git [2021-04-19T20:58:23.038Z] drwxrwxr-x 3 1001 1001 4096 Apr 19 20:52 .github [2021-04-19T20:58:23.038Z] -rw-rw-r-- 1 1001 1001 818 Apr 19 20:52 .gitignore [2021-04-19T20:58:23.038Z] -rw-rw-r-- 1 1001 1001 166 Apr 19 20:52 .sonarcloud.properties [2021-04-19T20:58:23.038Z] -rw-rw-r-- 1 1001 1001 8609 Apr 19 20:52 Attribution.txt [2021-04-19T20:58:23.038Z] -rw-rw-r-- 1 1001 1001 3804 Apr 19 20:52 CONTRIBUTING.md [2021-04-19T20:58:23.038Z] -rw-rw-r-- 1 1001 1001 931 Apr 19 20:52 Dockerfile.build [2021-04-19T20:58:23.038Z] -rw-rw-r-- 1 1001 1001 863 Apr 19 20:52 Jenkinsfile [2021-04-19T20:58:23.038Z] -rw-rw-r-- 1 1001 1001 10775 Apr 19 20:52 LICENSE [2021-04-19T20:58:23.038Z] -rw-rw-r-- 1 1001 1001 5774 Apr 19 20:52 Makefile [2021-04-19T20:58:23.038Z] -rw-rw-r-- 1 1001 1001 7978 Apr 19 20:52 README.md [2021-04-19T20:58:23.038Z] -rw-rw-r-- 1 1001 1001 6755 Apr 19 20:52 SECURITY.md [2021-04-19T20:58:23.038Z] -rw-rw-r-- 1 1001 1001 5 Apr 19 20:51 VERSION [2021-04-19T20:58:23.038Z] -rw-rw-r-- 1 1001 1001 4131 Apr 19 20:52 ZMQWindows.md [2021-04-19T20:58:23.038Z] drwxrwxr-x 2 1001 1001 4096 Apr 19 20:52 bin [2021-04-19T20:58:23.038Z] drwxrwxr-x 14 1001 1001 4096 Apr 19 20:52 cmd [2021-04-19T20:58:23.038Z] -rw-r--r-- 1 root root 703598 Apr 19 20:56 coverage.out [2021-04-19T20:58:23.038Z] -rw-r--r-- 1 root root 1058 Apr 19 20:58 go.mod [2021-04-19T20:58:23.038Z] -rw-r--r-- 1 root root 22256 Apr 19 20:58 go.sum [2021-04-19T20:58:23.038Z] drwxrwxr-x 8 1001 1001 4096 Apr 19 20:52 internal [2021-04-19T20:58:23.038Z] drwxrwxr-x 4 1001 1001 4096 Apr 19 20:52 openapi [2021-04-19T20:58:23.038Z] drwxrwxr-x 4 1001 1001 4096 Apr 19 20:52 snap [2021-04-19T20:58:23.038Z] -rw-rw-r-- 1 1001 1001 168 Apr 19 20:52 version.go [Pipeline] sh [2021-04-19T20:58:23.703Z] + '[' -e coverage.out ] [2021-04-19T20:58:23.703Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-04-19T20:58:23.733Z] Warning: overwriting stash ‘coverage-report’ [2021-04-19T20:58:25.189Z] Stashed 1 file(s) [Pipeline] sh [2021-04-19T20:58:25.904Z] + make build [2021-04-19T20:58:25.904Z] 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-19T20:58:36.223Z] 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-19T20:58:36.730Z] ---> 88cce42072c2 [2021-04-19T20:58:36.730Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-04-19T20:58:36.730Z] ---> 8eec82512988 [2021-04-19T20:58:36.730Z] Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-04-19T20:58:38.663Z] Removing intermediate container b4ff05dbdc15 [2021-04-19T20:58:38.663Z] ---> a17dc2b27420 [2021-04-19T20:58:38.663Z] [2021-04-19T20:58:38.663Z] Step 10/21 : FROM alpine:3.12 [2021-04-19T20:58:38.663Z] ---> 13621d1b12d4 [2021-04-19T20:58:38.663Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-04-19T20:58:38.663Z] ---> Running in 7473a66e2df9 [2021-04-19T20:58:38.663Z] ---> Running in d357a600c700 [2021-04-19T20:58:40.604Z] ---> Running in 54b7fdc76023 [2021-04-19T20:58:42.017Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-04-19T20:58:42.017Z] 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-19T20:58:42.282Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-19T20:58:42.282Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-19T20:58:42.547Z] (1/4) Installing ca-certificates (20191127-r4) [2021-04-19T20:58:42.547Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-04-19T20:58:42.547Z] (3/4) Installing libcurl (7.76.1-r0) [2021-04-19T20:58:42.547Z] (4/4) Installing curl (7.76.1-r0) [2021-04-19T20:58:42.547Z] Executing busybox-1.31.1-r20.trigger [2021-04-19T20:58:42.547Z] Executing ca-certificates-20191127-r4.trigger [2021-04-19T20:58:42.547Z] OK: 7 MiB in 18 packages [2021-04-19T20:58:45.124Z] ---> 030717e5a6b6 [2021-04-19T20:58:45.124Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-04-19T20:58:45.396Z] Removing intermediate container 54b7fdc76023 [2021-04-19T20:58:45.396Z] ---> 20975249b24d [2021-04-19T20:58:45.396Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-04-19T20:58:45.396Z] ---> Running in b4acb787a5f4 [2021-04-19T20:58:45.662Z] ---> Running in 80836c11e10e [2021-04-19T20:58:45.931Z] Removing intermediate container 80836c11e10e [2021-04-19T20:58:45.931Z] ---> 498eaee930ae [2021-04-19T20:58:45.931Z] Step 13/21 : WORKDIR /edgex [2021-04-19T20:58:46.196Z] ---> Running in 21d30ec13293 [2021-04-19T20:58:46.473Z] 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-19T20:58:46.744Z] Removing intermediate container 21d30ec13293 [2021-04-19T20:58:46.744Z] ---> c55a78eeca5e [2021-04-19T20:58:46.744Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-04-19T20:58:47.034Z] ---> f33e9622599d [2021-04-19T20:58:47.034Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-04-19T20:58:48.468Z] ---> d42ee1a3be94 [2021-04-19T20:58:48.468Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-04-19T20:58:49.063Z] ---> 53144b7ec648 [2021-04-19T20:58:49.063Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-04-19T20:58:49.063Z] ---> Running in 0e0ace37ee0c [2021-04-19T20:58:49.330Z] Removing intermediate container 0e0ace37ee0c [2021-04-19T20:58:49.330Z] ---> ff1209647dd4 [2021-04-19T20:58:49.330Z] Step 18/21 : CMD ["--init=true"] [2021-04-19T20:58:49.600Z] ---> Running in 6af0b6993369 [2021-04-19T20:58:49.600Z] Removing intermediate container 6af0b6993369 [2021-04-19T20:58:49.600Z] ---> 9a31aa043907 [2021-04-19T20:58:49.600Z] Step 19/21 : LABEL arch=x86_64 [2021-04-19T20:58:49.869Z] ---> Running in 35f5e880dfa3 [2021-04-19T20:58:51.292Z] Removing intermediate container 35f5e880dfa3 [2021-04-19T20:58:51.292Z] ---> f36511851144 [2021-04-19T20:58:51.292Z] Step 20/21 : LABEL git_sha=2d718ae38af5677d2ecb37db5b545b28beba233c [2021-04-19T20:58:51.292Z] ---> Running in 95ee47719dd1 [2021-04-19T20:58:51.563Z] Removing intermediate container 95ee47719dd1 [2021-04-19T20:58:51.563Z] ---> eb7c4a090e0c [2021-04-19T20:58:51.563Z] Step 21/21 : LABEL version=0.0.0 [2021-04-19T20:58:51.865Z] ---> Running in 42eff231ef87 [2021-04-19T20:58:51.865Z] Removing intermediate container 42eff231ef87 [2021-04-19T20:58:51.865Z] ---> 93256c8be3e6 [2021-04-19T20:58:51.865Z] [2021-04-19T20:58:52.451Z] Successfully built 93256c8be3e6 [2021-04-19T20:58:52.451Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-04-19T20:59:03.048Z] 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-19T20:59:07.348Z] 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-19T20:59:10.717Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container d357a600c700 [2021-04-19T20:59:10.717Z] ---> 6e83d14e2f8f [2021-04-19T20:59:10.717Z] Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-04-19T20:59:10.717Z] ---> Running in 19d8202ef2ea [2021-04-19T20:59:10.717Z] 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-19T20:59:12.684Z] Removing intermediate container 7473a66e2df9 [2021-04-19T20:59:12.684Z] ---> f38ea8520c8f [2021-04-19T20:59:12.684Z] [2021-04-19T20:59:12.684Z] Step 10/22 : FROM alpine:3.12 [2021-04-19T20:59:12.684Z] ---> 13621d1b12d4 [2021-04-19T20:59:12.684Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-04-19T20:59:12.684Z] ---> Running in 68729b055b97 [2021-04-19T20:59:12.751Z] 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-19T20:59:12.952Z] Removing intermediate container 19d8202ef2ea [2021-04-19T20:59:12.952Z] ---> efbb6a470221 [2021-04-19T20:59:12.952Z] [2021-04-19T20:59:12.952Z] Step 11/23 : FROM docker:20.10.0 [2021-04-19T20:59:13.219Z] 20.10.0: Pulling from library/docker [2021-04-19T20:59:13.486Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-19T20:59:14.194Z] 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-19T20:59:14.878Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-19T20:59:14.878Z] (1/2) Installing ca-certificates (20191127-r4) [2021-04-19T20:59:14.878Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-04-19T20:59:14.878Z] Executing busybox-1.31.1-r20.trigger [2021-04-19T20:59:15.467Z] Executing ca-certificates-20191127-r4.trigger [2021-04-19T20:59:15.467Z] OK: 6 MiB in 16 packages [2021-04-19T20:59:20.769Z] Removing intermediate container b4acb787a5f4 [2021-04-19T20:59:20.769Z] ---> 3bd222d105de [2021-04-19T20:59:20.769Z] [2021-04-19T20:59:20.769Z] Step 10/23 : FROM alpine:3.12 [2021-04-19T20:59:20.769Z] ---> 13621d1b12d4 [2021-04-19T20:59:20.769Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-04-19T20:59:20.769Z] ---> Running in 4fd7480b4abf [2021-04-19T20:59:20.914Z] 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-19T20:59:21.034Z] Removing intermediate container 68729b055b97 [2021-04-19T20:59:21.034Z] ---> c4b6373bd8f4 [2021-04-19T20:59:21.034Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-19T20:59:21.034Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-04-19T20:59:21.034Z] Status: Downloaded newer image for docker:20.10.0 [2021-04-19T20:59:21.034Z] ---> aefe523efa57 [2021-04-19T20:59:21.034Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' [2021-04-19T20:59:21.034Z] Removing intermediate container 4fd7480b4abf [2021-04-19T20:59:21.034Z] ---> f7ca6738fd4f [2021-04-19T20:59:21.034Z] Step 12/23 : ENV APP_PORT=48080 [2021-04-19T20:59:21.034Z] ---> Running in 7a73767ee643 [2021-04-19T20:59:21.034Z] ---> Running in 01007b1f6f37 [2021-04-19T20:59:21.303Z] ---> Running in 4128416e013d [2021-04-19T20:59:21.303Z] Removing intermediate container 7a73767ee643 [2021-04-19T20:59:21.303Z] ---> cde921dbd5bf [2021-04-19T20:59:21.303Z] Step 13/22 : ENV APP_PORT=48060 [2021-04-19T20:59:21.303Z] Removing intermediate container 01007b1f6f37 [2021-04-19T20:59:21.303Z] ---> 613a4ea78d97 [2021-04-19T20:59:21.303Z] Step 13/23 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 [2021-04-19T20:59:21.566Z] Removing intermediate container 4128416e013d [2021-04-19T20:59:21.566Z] ---> f88787d5bd4c [2021-04-19T20:59:21.566Z] Step 13/23 : EXPOSE $APP_PORT [2021-04-19T20:59:21.566Z] ---> Running in a80c8009e441 [2021-04-19T20:59:21.566Z] ---> Running in 2e80ad114b28 [2021-04-19T20:59:21.566Z] ---> Running in 7e8240afc20d [2021-04-19T20:59:21.828Z] Removing intermediate container a80c8009e441 [2021-04-19T20:59:21.828Z] ---> e3f52de0fbce [2021-04-19T20:59:21.828Z] Step 14/22 : EXPOSE $APP_PORT [2021-04-19T20:59:21.828Z] Removing intermediate container 7e8240afc20d [2021-04-19T20:59:21.828Z] ---> f7684d030b5d [2021-04-19T20:59:21.828Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-19T20:59:22.090Z] ---> Running in 97451d8cc7b2 [2021-04-19T20:59:22.090Z] ---> Running in c1f14e07281d [2021-04-19T20:59:22.090Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-19T20:59:22.361Z] Removing intermediate container 97451d8cc7b2 [2021-04-19T20:59:22.361Z] ---> 270077b63d29 [2021-04-19T20:59:22.361Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-19T20:59:22.361Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-19T20:59:22.625Z] (1/39) Installing readline (8.0.4-r0) [2021-04-19T20:59:22.625Z] (2/39) Installing bash (5.0.17-r0) [2021-04-19T20:59:22.625Z] Executing bash-5.0.17-r0.post-install [2021-04-19T20:59:22.625Z] (3/39) Installing nghttp2-libs (1.41.0-r0) [2021-04-19T20:59:22.625Z] (4/39) Installing libcurl (7.76.1-r0) [2021-04-19T20:59:22.625Z] (5/39) Installing curl (7.76.1-r0) [2021-04-19T20:59:22.625Z] (6/39) Installing dumb-init (1.2.2-r1) [2021-04-19T20:59:22.625Z] (7/39) Installing libbz2 (1.0.8-r1) [2021-04-19T20:59:22.625Z] (8/39) Installing expat (2.2.9-r1) [2021-04-19T20:59:22.625Z] ---> fa2b13de90a7 [2021-04-19T20:59:22.625Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-04-19T20:59:22.625Z] (9/39) Installing libffi (3.3-r2) [2021-04-19T20:59:22.625Z] (10/39) Installing gdbm (1.13-r1) [2021-04-19T20:59:22.625Z] (11/39) Installing xz-libs (5.2.5-r0) [2021-04-19T20:59:22.625Z] (12/39) Installing sqlite-libs (3.32.1-r0) [2021-04-19T20:59:22.625Z] (13/39) Installing python3 (3.8.8-r0) [2021-04-19T20:59:25.221Z] 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-19T20:59:27.953Z] ---> 864b65b37024 [2021-04-19T20:59:27.953Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-04-19T20:59:27.953Z] Removing intermediate container c1f14e07281d [2021-04-19T20:59:27.953Z] ---> 67654bbb2c2e [2021-04-19T20:59:27.953Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-04-19T20:59:27.954Z] (14/39) Installing py3-appdirs (1.4.4-r1) [2021-04-19T20:59:27.954Z] (15/39) Installing py3-ordered-set (4.0.1-r0) [2021-04-19T20:59:27.954Z] (16/39) Installing py3-parsing (2.4.7-r0) [2021-04-19T20:59:27.954Z] (17/39) Installing py3-six (1.15.0-r0) [2021-04-19T20:59:27.954Z] (18/39) Installing py3-packaging (20.4-r0) [2021-04-19T20:59:27.954Z] (19/39) Installing py3-setuptools (47.0.0-r0) [2021-04-19T20:59:27.954Z] ---> Running in aa6af4dfc901 [2021-04-19T20:59:27.954Z] (20/39) Installing py3-chardet (3.0.4-r4) [2021-04-19T20:59:27.954Z] (21/39) Installing py3-idna (2.9-r0) [2021-04-19T20:59:27.954Z] (22/39) Installing py3-certifi (2020.4.5.1-r0) [2021-04-19T20:59:27.954Z] (23/39) Installing py3-urllib3 (1.25.9-r0) [2021-04-19T20:59:28.215Z] (24/39) Installing py3-requests (2.23.0-r0) [2021-04-19T20:59:28.215Z] (25/39) Installing py3-msgpack (1.0.0-r0) [2021-04-19T20:59:28.483Z] (26/39) Installing py3-lockfile (0.12.2-r3) [2021-04-19T20:59:28.484Z] ---> bd3d6279bc15 [2021-04-19T20:59:28.484Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-04-19T20:59:28.484Z] (27/39) Installing py3-cachecontrol (0.12.6-r0) [2021-04-19T20:59:28.484Z] (28/39) Installing py3-colorama (0.4.3-r0) [2021-04-19T20:59:28.484Z] (29/39) Installing py3-distlib (0.3.0-r0) [2021-04-19T20:59:28.749Z] (30/39) Installing py3-distro (1.5.0-r1) [2021-04-19T20:59:29.012Z] (31/39) Installing py3-webencodings (0.5.1-r3) [2021-04-19T20:59:29.012Z] ---> Running in 5bf5fc38caa7 [2021-04-19T20:59:29.012Z] (32/39) Installing py3-html5lib (1.0.1-r4) [2021-04-19T20:59:29.012Z] (33/39) Installing py3-pytoml (0.1.21-r0) [2021-04-19T20:59:29.012Z] (34/39) Installing py3-pep517 (0.8.2-r0) [2021-04-19T20:59:29.012Z] (35/39) Installing py3-progress (1.5-r0) [2021-04-19T20:59:29.012Z] (36/39) Installing py3-toml (0.10.1-r0) [2021-04-19T20:59:29.012Z] (37/39) Installing py3-retrying (1.3.3-r0) [2021-04-19T20:59:29.012Z] (38/39) Installing py3-contextlib2 (0.6.0-r0) [2021-04-19T20:59:29.012Z] (39/39) Installing py3-pip (20.1.1-r0) [2021-04-19T20:59:29.012Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-19T20:59:29.530Z] 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-19T20:59:29.593Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-19T20:59:30.175Z] Executing busybox-1.31.1-r19.trigger [2021-04-19T20:59:30.175Z] Removing intermediate container 5bf5fc38caa7 [2021-04-19T20:59:30.175Z] ---> 03a270c80551 [2021-04-19T20:59:30.175Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-19T20:59:30.175Z] OK: 72 MiB in 59 packages [2021-04-19T20:59:30.175Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-04-19T20:59:30.175Z] ---> Running in f05c5f77e470 [2021-04-19T20:59:30.175Z] (2/6) Installing libgcc (9.3.0-r2) [2021-04-19T20:59:30.175Z] (3/6) Installing libsodium (1.0.18-r0) [2021-04-19T20:59:30.175Z] Removing intermediate container f05c5f77e470 [2021-04-19T20:59:30.175Z] ---> 784f169f1a14 [2021-04-19T20:59:30.175Z] Step 20/22 : LABEL arch=x86_64 [2021-04-19T20:59:30.439Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-04-19T20:59:30.439Z] ---> Running in 7840815967ea [2021-04-19T20:59:30.439Z] Removing intermediate container 7840815967ea [2021-04-19T20:59:30.439Z] ---> 14e4bc3f49ab [2021-04-19T20:59:30.439Z] Step 21/22 : LABEL git_sha=2d718ae38af5677d2ecb37db5b545b28beba233c [2021-04-19T20:59:30.701Z] ---> Running in d3950b2a1f41 [2021-04-19T20:59:30.701Z] Removing intermediate container d3950b2a1f41 [2021-04-19T20:59:30.701Z] ---> deb3c2c05b62 [2021-04-19T20:59:30.701Z] Step 22/22 : LABEL version=0.0.0 [2021-04-19T20:59:31.272Z] (5/6) Installing libzmq (4.3.3-r0) [2021-04-19T20:59:31.272Z] (6/6) Installing zeromq (4.3.3-r0) [2021-04-19T20:59:31.544Z] Executing busybox-1.31.1-r20.trigger [2021-04-19T20:59:31.544Z] OK: 8 MiB in 20 packages [2021-04-19T20:59:31.544Z] ---> Running in 7156c93ba6f9 [2021-04-19T20:59:31.544Z] Collecting docker-compose==1.23.2 [2021-04-19T20:59:31.544Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-04-19T20:59:31.810Z] Removing intermediate container 7156c93ba6f9 [2021-04-19T20:59:31.810Z] ---> 84b9d54cfd52 [2021-04-19T20:59:31.810Z] [2021-04-19T20:59:31.810Z] Successfully built 84b9d54cfd52 [2021-04-19T20:59:31.810Z] Successfully tagged docker-support-notifications-go:latest [2021-04-19T20:59:31.810Z]  Building docker-support-notifications-go ... done Collecting texttable<0.10,>=0.9.0 [2021-04-19T20:59:31.810Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-04-19T20:59:32.384Z] Removing intermediate container aa6af4dfc901 [2021-04-19T20:59:32.384Z] ---> 5137450b9d88 [2021-04-19T20:59:32.384Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-19T20:59:32.384Z] Collecting websocket-client<1.0,>=0.32.0 [2021-04-19T20:59:32.384Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-04-19T20:59:32.384Z] ---> ad2a73e88181 [2021-04-19T20:59:32.384Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-04-19T20:59:32.916Z] 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-19T20:59:32.958Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-04-19T20:59:32.958Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-04-19T20:59:33.908Z] Collecting jsonschema<3,>=2.5.1 [2021-04-19T20:59:33.908Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-04-19T20:59:34.483Z] ---> 70fb3adec01b [2021-04-19T20:59:34.483Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-04-19T20:59:34.483Z] Collecting dockerpty<0.5,>=0.4.1 [2021-04-19T20:59:34.483Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-04-19T20:59:34.746Z] ---> cfe73035385d [2021-04-19T20:59:34.746Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-04-19T20:59:34.746Z] ---> Running in aaa471650558 [2021-04-19T20:59:35.008Z] Removing intermediate container aaa471650558 [2021-04-19T20:59:35.008Z] ---> 4503ee786165 [2021-04-19T20:59:35.008Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-19T20:59:35.008Z] Collecting docopt<0.7,>=0.6.1 [2021-04-19T20:59:35.008Z] ---> Running in 527114ab3ea1 [2021-04-19T20:59:35.008Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-04-19T20:59:35.271Z] Removing intermediate container 527114ab3ea1 [2021-04-19T20:59:35.271Z] ---> c3fcf68119e6 [2021-04-19T20:59:35.271Z] Step 21/23 : LABEL arch=x86_64 [2021-04-19T20:59:35.271Z] ---> Running in 87c69381450c [2021-04-19T20:59:35.532Z] Removing intermediate container 87c69381450c [2021-04-19T20:59:35.532Z] ---> 01f26134c9e3 [2021-04-19T20:59:35.532Z] Step 22/23 : LABEL git_sha=2d718ae38af5677d2ecb37db5b545b28beba233c [2021-04-19T20:59:35.532Z] ---> Running in fc9c946ab5dd [2021-04-19T20:59:35.532Z] 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-19T20:59:35.532Z] Collecting cached-property<2,>=1.2.0 [2021-04-19T20:59:35.532Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-04-19T20:59:35.793Z] Removing intermediate container fc9c946ab5dd [2021-04-19T20:59:35.793Z] ---> fa72e44b94dc [2021-04-19T20:59:35.793Z] Step 23/23 : LABEL version=0.0.0 [2021-04-19T20:59:35.793Z] ---> Running in 125493a48a30 [2021-04-19T20:59:35.793Z] Collecting PyYAML<4,>=3.10 [2021-04-19T20:59:35.793Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-04-19T20:59:35.793Z] Removing intermediate container 125493a48a30 [2021-04-19T20:59:35.793Z] ---> 571619375140 [2021-04-19T20:59:35.793Z] [2021-04-19T20:59:36.054Z] Successfully built 571619375140 [2021-04-19T20:59:36.054Z] Successfully tagged docker-core-data-go:latest [2021-04-19T20:59:36.998Z]  Building docker-core-data-go ... done Collecting docker<4.0,>=3.6.0 [2021-04-19T20:59:36.998Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-04-19T20:59:36.998Z] Collecting urllib3<1.25,>=1.21.1 [2021-04-19T20:59:36.998Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-04-19T20:59:36.998Z] 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-19T20:59:37.221Z] 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-19T20:59:37.264Z] Collecting idna<2.8,>=2.5 [2021-04-19T20:59:37.264Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-04-19T20:59:37.264Z] 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-19T20:59:37.264Z] Collecting docker-pycreds>=0.4.0 [2021-04-19T20:59:37.264Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-04-19T20:59:37.531Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-04-19T20:59:37.531Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-04-19T20:59:37.531Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-04-19T20:59:37.531Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-04-19T20:59:37.798Z] Installing collected packages: texttable, websocket-client, urllib3, idna, requests, jsonschema, dockerpty, docopt, cached-property, PyYAML, docker-pycreds, docker, docker-compose [2021-04-19T20:59:37.798Z] Running setup.py install for texttable: started [2021-04-19T20:59:38.372Z] Running setup.py install for texttable: finished with status 'done' [2021-04-19T20:59:38.372Z] Attempting uninstall: urllib3 [2021-04-19T20:59:38.372Z] Found existing installation: urllib3 1.25.9 [2021-04-19T20:59:38.372Z] Uninstalling urllib3-1.25.9: [2021-04-19T20:59:38.634Z] Successfully uninstalled urllib3-1.25.9 [2021-04-19T20:59:38.634Z] Attempting uninstall: idna [2021-04-19T20:59:38.634Z] Found existing installation: idna 2.9 [2021-04-19T20:59:38.634Z] Uninstalling idna-2.9: [2021-04-19T20:59:38.634Z] Successfully uninstalled idna-2.9 [2021-04-19T20:59:38.895Z] Attempting uninstall: requests [2021-04-19T20:59:38.895Z] Found existing installation: requests 2.23.0 [2021-04-19T20:59:38.895Z] Uninstalling requests-2.23.0: [2021-04-19T20:59:38.895Z] Successfully uninstalled requests-2.23.0 [2021-04-19T20:59:39.155Z] Running setup.py install for dockerpty: started [2021-04-19T20:59:39.728Z] Running setup.py install for dockerpty: finished with status 'done' [2021-04-19T20:59:39.728Z] Running setup.py install for docopt: started [2021-04-19T20:59:40.304Z] Running setup.py install for docopt: finished with status 'done' [2021-04-19T20:59:40.304Z] Running setup.py install for PyYAML: started [2021-04-19T20:59:40.620Z] 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-19T20:59:40.877Z] Running setup.py install for PyYAML: finished with status 'done' [2021-04-19T20:59:41.449Z] 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 [Pipeline] } [2021-04-19T20:59:47.386Z] $ docker stop --time=1 34641b4d18093ea3d96f98156f5b9fab4fc36f057b32c7fece63538fdc7702ee [2021-04-19T20:59:49.786Z] Removing intermediate container 2e80ad114b28 [2021-04-19T20:59:49.786Z] ---> 9076d959f17e [2021-04-19T20:59:49.786Z] Step 14/23 : ENV APP_PORT=48090 [2021-04-19T20:59:49.786Z] ---> Running in 5a8aebf05d61 [2021-04-19T20:59:49.786Z] Removing intermediate container 5a8aebf05d61 [2021-04-19T20:59:49.786Z] ---> 60e4decf18f5 [2021-04-19T20:59:49.786Z] Step 15/23 : EXPOSE $APP_PORT [2021-04-19T20:59:49.786Z] ---> Running in f60eff8dd1eb [2021-04-19T20:59:49.786Z] Removing intermediate container f60eff8dd1eb [2021-04-19T20:59:49.786Z] ---> 3d94a3b337ac [2021-04-19T20:59:49.786Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-04-19T20:59:49.786Z] ---> 6e48c1f660f0 [2021-04-19T20:59:49.786Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-04-19T20:59:49.839Z] $ docker rm -f 34641b4d18093ea3d96f98156f5b9fab4fc36f057b32c7fece63538fdc7702ee [2021-04-19T20:59:50.053Z] ---> 81fde8ef3ea4 [2021-04-19T20:59:50.053Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-04-19T20:59:50.316Z] ---> 7ab8ded5602c [2021-04-19T20:59:50.316Z] Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-04-19T20:59:50.578Z] ---> Running in 85019df9be35 [2021-04-19T20:59:50.578Z] Removing intermediate container 85019df9be35 [2021-04-19T20:59:50.578Z] ---> 9ed0b32a4b88 [2021-04-19T20:59:50.578Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-19T20:59:50.839Z] ---> Running in 859c043cc916 [2021-04-19T20:59:50.839Z] Removing intermediate container 859c043cc916 [2021-04-19T20:59:50.839Z] ---> 7c5f23f3be9f [2021-04-19T20:59:50.839Z] Step 21/23 : LABEL arch=x86_64 [2021-04-19T20:59:50.839Z] ---> Running in 25a850355d3c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [2021-04-19T20:59:51.102Z] Removing intermediate container 25a850355d3c [2021-04-19T20:59:51.102Z] ---> 25c3b55c462c [2021-04-19T20:59:51.102Z] Step 22/23 : LABEL git_sha=2d718ae38af5677d2ecb37db5b545b28beba233c [2021-04-19T20:59:51.102Z] ---> Running in e73113840445 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-19T20:59:51.366Z] Removing intermediate container e73113840445 [2021-04-19T20:59:51.366Z] ---> caa0c780cfd5 [2021-04-19T20:59:51.366Z] Step 23/23 : LABEL version=0.0.0 [2021-04-19T20:59:51.366Z] ---> Running in 7c2d2a7d2cea [2021-04-19T20:59:51.494Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-04-19T20:59:51.494Z] [2021-04-19T20:59:51.494Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-19T20:59:51.627Z] Removing intermediate container 7c2d2a7d2cea [2021-04-19T20:59:51.627Z] ---> 8c24fb306642 [2021-04-19T20:59:51.627Z] [2021-04-19T20:59:51.855Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-04-19T20:59:52.133Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-04-19T20:59:52.133Z] 29e5d40040c1: Pulling fs layer [2021-04-19T20:59:52.133Z] 1ce36da41761: Pulling fs layer [2021-04-19T20:59:52.133Z] 25b303627fd3: Pulling fs layer [2021-04-19T20:59:52.133Z] 29e5d40040c1: Verifying Checksum [2021-04-19T20:59:52.133Z] 29e5d40040c1: Download complete [2021-04-19T20:59:52.572Z] Successfully built 8c24fb306642 [2021-04-19T20:59:52.572Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-04-19T20:59:52.727Z] 1ce36da41761: Verifying Checksum [2021-04-19T20:59:52.727Z] 1ce36da41761: Download complete [2021-04-19T20:59:52.727Z] 29e5d40040c1: Pull complete [2021-04-19T20:59:52.846Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-04-19T20:59:52.864Z] $ docker stop --time=1 30d5c6614233f149646d6717c3f6dd549f70419d701352493df4c82bbc6d16fc [2021-04-19T20:59:54.162Z] 1ce36da41761: Pull complete [2021-04-19T20:59:54.162Z] 25b303627fd3: Download complete [2021-04-19T20:59:54.501Z] $ docker rm -f 30d5c6614233f149646d6717c3f6dd549f70419d701352493df4c82bbc6d16fc [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-19T20:59:54.938Z] + docker images [2021-04-19T20:59:54.938Z] + grep docker [2021-04-19T20:59:55.203Z] docker-sys-mgmt-agent-go latest 8c24fb306642 4 seconds ago 312MB [2021-04-19T20:59:55.203Z] docker-core-data-go latest 571619375140 20 seconds ago 22.9MB [2021-04-19T20:59:55.203Z] docker-support-notifications-go latest 84b9d54cfd52 24 seconds ago 18.2MB [2021-04-19T20:59:55.203Z] docker-security-proxy-setup-go latest 93256c8be3e6 About a minute ago 26MB [2021-04-19T20:59:55.203Z] docker-security-bootstrapper-go latest 7f711da6d640 About a minute ago 19.3MB [2021-04-19T20:59:55.203Z] docker-security-secretstore-setup-go latest 3144ef92c29f 2 minutes ago 26.3MB [2021-04-19T20:59:55.203Z] docker-core-metadata-go latest 1b09734e4ceb 2 minutes ago 19.2MB [2021-04-19T20:59:55.203Z] docker-support-scheduler-go latest 49ffa40c836f 2 minutes ago 17.7MB [2021-04-19T20:59:55.203Z] docker-core-command-go latest 2374e817078d 2 minutes ago 17.5MB [2021-04-19T20:59:55.203Z] docker 20.10.0 aefe523efa57 4 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-19T21:00:04.394Z] 25b303627fd3: Pull complete [2021-04-19T21:00:04.394Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-04-19T21:00:04.394Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-04-19T21:00:04.394Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-04-19T21:00:04.627Z] prd-ubuntu18.04-docker-arm64-4c-16g-939 does not seem to be running inside a container [2021-04-19T21:00:04.722Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-04-19T21:00:07.812Z] $ docker top 2c9dfaab0d480f752d6a9f22e16c72af2e34fd01d00933d76945b433574511b3 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-19T21:00:08.750Z] + docker-compose build --help [2021-04-19T21:00:08.750Z] + grep parallel [2021-04-19T21:00:10.473Z] Still waiting to schedule task [2021-04-19T21:00:10.473Z] Waiting for next available executor on ‘ubuntu18.04-docker-8c-8g’ [2021-04-19T21:00:12.139Z] --parallel Build images in parallel. [Pipeline] } [2021-04-19T21:00:12.446Z] $ docker stop --time=1 2c9dfaab0d480f752d6a9f22e16c72af2e34fd01d00933d76945b433574511b3 [2021-04-19T21:00:14.456Z] $ docker rm -f 2c9dfaab0d480f752d6a9f22e16c72af2e34fd01d00933d76945b433574511b3 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-19T21:00:15.106Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-04-19T21:00:15.106Z] . [Pipeline] withDockerContainer [2021-04-19T21:00:15.375Z] prd-ubuntu18.04-docker-arm64-4c-16g-939 does not seem to be running inside a container [2021-04-19T21:00:15.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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-04-19T21:00:16.896Z] $ docker top f1e454bf2cc3afc0115b44c9c6890aa5a041a94684db19590d5251d1c852314d -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-19T21:00:17.846Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-04-19T21:00:22.134Z] Building docker-core-command-go ... [2021-04-19T21:00:22.134Z] Building docker-core-data-go ... [2021-04-19T21:00:22.134Z] Building docker-core-metadata-go ... [2021-04-19T21:00:22.134Z] Building docker-security-bootstrapper-go ... [2021-04-19T21:00:22.134Z] Building docker-security-proxy-setup-go ... [2021-04-19T21:00:22.134Z] Building docker-security-secretstore-setup-go ... [2021-04-19T21:00:22.134Z] Building docker-support-notifications-go ... [2021-04-19T21:00:22.134Z] Building docker-support-scheduler-go ... [2021-04-19T21:00:22.134Z] Building docker-sys-mgmt-agent-go ... [2021-04-19T21:00:22.134Z] Building docker-support-notifications-go [2021-04-19T21:00:22.134Z] Building docker-support-scheduler-go [2021-04-19T21:00:22.134Z] Building docker-security-secretstore-setup-go [2021-04-19T21:00:22.134Z] Building docker-core-metadata-go [2021-04-19T21:00:22.134Z] Building docker-security-proxy-setup-go [2021-04-19T21:01:43.898Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-19T21:01:43.898Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-04-19T21:01:43.898Z] ---> bafb97b13daf [2021-04-19T21:01:43.898Z] Step 3/24 : WORKDIR /edgex-go [2021-04-19T21:01:43.898Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-19T21:01:43.898Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-04-19T21:01:43.898Z] ---> bafb97b13daf [2021-04-19T21:01:43.898Z] Step 3/21 : WORKDIR /edgex-go [2021-04-19T21:01:43.898Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-19T21:01:43.898Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-04-19T21:01:43.898Z] ---> bafb97b13daf [2021-04-19T21:01:43.898Z] Step 3/22 : WORKDIR /edgex-go [2021-04-19T21:01:43.898Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-19T21:01:43.898Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-04-19T21:01:43.898Z] ---> bafb97b13daf [2021-04-19T21:01:43.898Z] Step 3/22 : WORKDIR /edgex-go [2021-04-19T21:01:43.898Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-19T21:01:43.898Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-19T21:01:43.898Z] ---> bafb97b13daf [2021-04-19T21:01:43.898Z] Step 3/23 : WORKDIR /edgex-go [2021-04-19T21:01:43.898Z] ---> Running in b52121443a33 [2021-04-19T21:01:43.898Z] ---> Running in 1f93f567ee0e [2021-04-19T21:01:43.898Z] ---> Running in 089163da0d94 [2021-04-19T21:01:43.898Z] ---> Running in d616795b92de [2021-04-19T21:01:43.898Z] ---> Running in 6a3cd400a576 [2021-04-19T21:01:43.898Z] Removing intermediate container 089163da0d94 [2021-04-19T21:01:43.898Z] Removing intermediate container 1f93f567ee0e [2021-04-19T21:01:43.898Z] ---> 510356c82f28 [2021-04-19T21:01:43.898Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-19T21:01:43.898Z] ---> c2aa43c096be [2021-04-19T21:01:43.898Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-19T21:01:43.898Z] Removing intermediate container b52121443a33 [2021-04-19T21:01:43.898Z] ---> 004372acc00d [2021-04-19T21:01:43.898Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-19T21:01:43.898Z] Removing intermediate container 6a3cd400a576 [2021-04-19T21:01:43.898Z] ---> 4ed294fdca4f [2021-04-19T21:01:43.898Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-19T21:01:43.898Z] Removing intermediate container d616795b92de [2021-04-19T21:01:43.898Z] ---> cab01d2d6d10 [2021-04-19T21:01:43.898Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-19T21:01:43.898Z] ---> Running in 25b9cde1875c [2021-04-19T21:01:43.898Z] ---> Running in 7099c5fb002c [2021-04-19T21:01:43.898Z] ---> Running in 61497e28ac30 [2021-04-19T21:01:43.898Z] ---> Running in 4ce7d212c9a8 [2021-04-19T21:01:43.898Z] ---> Running in 8025e6db6acc [2021-04-19T21:01:43.898Z] Removing intermediate container 25b9cde1875c [2021-04-19T21:01:43.898Z] ---> 2dadc4172bff [2021-04-19T21:01:43.898Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-04-19T21:01:43.898Z] ---> Running in 177046eeb033 [2021-04-19T21:01:43.898Z] Removing intermediate container 7099c5fb002c [2021-04-19T21:01:43.898Z] Removing intermediate container 61497e28ac30 [2021-04-19T21:01:43.898Z] ---> c1e0f8b43fc6 [2021-04-19T21:01:43.898Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates ---> d811bce980a1 [2021-04-19T21:01:43.898Z] [2021-04-19T21:01:43.898Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-04-19T21:01:43.898Z] ---> Running in 62520aac7f00 [2021-04-19T21:01:43.898Z] ---> Running in 0243d89c0409 [2021-04-19T21:01:43.898Z] Removing intermediate container 8025e6db6acc [2021-04-19T21:01:43.898Z] ---> 341c8a4c5825 [2021-04-19T21:01:43.898Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-04-19T21:01:43.898Z] Removing intermediate container 4ce7d212c9a8 [2021-04-19T21:01:43.898Z] ---> 679bf7556271 [2021-04-19T21:01:43.898Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-04-19T21:01:43.898Z] ---> Running in d5e7839a3eb4 [2021-04-19T21:01:43.898Z] ---> Running in 1030e766ef32 [2021-04-19T21:01:43.898Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-19T21:01:43.898Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-19T21:01:44.173Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-19T21:01:44.173Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-19T21:01:44.445Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-19T21:01:44.445Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-19T21:01:44.718Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-19T21:01:44.719Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-19T21:01:45.000Z] OK: 217 MiB in 51 packages [2021-04-19T21:01:45.608Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-19T21:01:45.608Z] OK: 217 MiB in 51 packages [2021-04-19T21:01:45.608Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-19T21:01:46.212Z] OK: 217 MiB in 51 packages [2021-04-19T21:01:46.816Z] Removing intermediate container 177046eeb033 [2021-04-19T21:01:46.816Z] ---> 052c988beb6e [2021-04-19T21:01:46.816Z] Step 6/24 : COPY go.mod . [2021-04-19T21:01:47.090Z] Removing intermediate container 62520aac7f00 [2021-04-19T21:01:47.090Z] ---> 1f20d348132b [2021-04-19T21:01:47.090Z] Step 6/21 : COPY go.mod . [2021-04-19T21:01:47.375Z] OK: 217 MiB in 51 packages [2021-04-19T21:01:47.375Z] OK: 217 MiB in 51 packages [2021-04-19T21:01:47.651Z] ---> ce4d9ab2b028 [2021-04-19T21:01:47.651Z] Step 7/24 : RUN go mod download [2021-04-19T21:01:47.924Z] Removing intermediate container 0243d89c0409 [2021-04-19T21:01:47.924Z] ---> 758875c992a6 [2021-04-19T21:01:47.924Z] Step 6/22 : COPY go.mod . [2021-04-19T21:01:47.924Z] ---> Running in db05d1b986dc [2021-04-19T21:01:48.527Z] ---> 5d4781f39100 [2021-04-19T21:01:48.527Z] Step 7/21 : RUN go mod download [2021-04-19T21:01:48.803Z] ---> Running in 854b49d4dfea [2021-04-19T21:01:49.077Z] ---> cd7321107998 [2021-04-19T21:01:49.077Z] Step 7/22 : RUN go mod download [2021-04-19T21:01:49.077Z] Removing intermediate container 1030e766ef32 [2021-04-19T21:01:49.077Z] ---> 14e1baadc9a6 [2021-04-19T21:01:49.077Z] Step 6/22 : COPY go.mod . [2021-04-19T21:01:49.358Z] ---> Running in 3e2be877fb8a [2021-04-19T21:01:49.960Z] Removing intermediate container d5e7839a3eb4 [2021-04-19T21:01:49.960Z] ---> 86c82a3eaa1f [2021-04-19T21:01:49.960Z] Step 6/23 : COPY go.mod . [2021-04-19T21:01:50.560Z] ---> 140598374fd5 [2021-04-19T21:01:50.560Z] Step 7/22 : RUN go mod download [2021-04-19T21:01:50.839Z] ---> Running in b641714032c6 [2021-04-19T21:01:51.116Z] ---> 34dd6c09fec9 [2021-04-19T21:01:51.116Z] Step 7/23 : RUN go mod download [2021-04-19T21:01:51.394Z] ---> Running in 784656dd4e6d [2021-04-19T21:01:53.394Z] Removing intermediate container db05d1b986dc [2021-04-19T21:01:53.394Z] ---> 72ea06129914 [2021-04-19T21:01:53.394Z] Step 8/24 : COPY . . [2021-04-19T21:01:53.394Z] Removing intermediate container 854b49d4dfea [2021-04-19T21:01:53.394Z] ---> 44fc32119367 [2021-04-19T21:01:53.394Z] Step 8/21 : COPY . . [2021-04-19T21:01:54.377Z] Removing intermediate container 3e2be877fb8a [2021-04-19T21:01:54.377Z] ---> 63c7c2a8109d [2021-04-19T21:01:54.377Z] Step 8/22 : COPY . . [2021-04-19T21:01:57.009Z] Removing intermediate container b641714032c6 [2021-04-19T21:01:57.009Z] ---> a975ee238c66 [2021-04-19T21:01:57.009Z] Step 8/22 : COPY . . [2021-04-19T21:01:57.282Z] Removing intermediate container 784656dd4e6d [2021-04-19T21:01:57.282Z] ---> 73bcf2f94024 [2021-04-19T21:01:57.282Z] Step 8/23 : COPY . . [2021-04-19T21:02:24.133Z] ---> d82dbcefed04 [2021-04-19T21:02:24.133Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-04-19T21:02:24.133Z] ---> 974406a426ff [2021-04-19T21:02:24.133Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-04-19T21:02:24.133Z] ---> b34d306f1953 [2021-04-19T21:02:24.133Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-04-19T21:02:24.133Z] ---> a10e924ef87b [2021-04-19T21:02:24.133Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-04-19T21:02:24.133Z] ---> c512bec85fe4 [2021-04-19T21:02:24.133Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-04-19T21:02:24.133Z] ---> Running in 7be4293b414f [2021-04-19T21:02:24.133Z] ---> Running in b56b7366d506 [2021-04-19T21:02:24.133Z] ---> Running in 273c33888a49 [2021-04-19T21:02:24.133Z] ---> Running in c491d087c74c [2021-04-19T21:02:24.133Z] ---> Running in 855dec877213 [2021-04-19T21:02:24.133Z] 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-19T21:02:24.133Z] 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-19T21:02:24.133Z] 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-19T21:02:24.411Z] 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-19T21:02:24.411Z] 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-19T21:02:42.131Z] Running on prd-ubuntu18.04-docker-8c-8g-945 in /w/workspace/edgexfoundry_edgex-go_PR-3381 [Pipeline] { [Pipeline] ws [2021-04-19T21:02:42.148Z] Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] checkout [2021-04-19T21:02:44.448Z] using credential edgex-jenkins-ssh [2021-04-19T21:02:44.462Z] Cloning the remote Git repository [2021-04-19T21:02:44.487Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-04-19T21:02:44.552Z] > git init /w/workspace/edgex-go/2 # timeout=10 [2021-04-19T21:02:44.583Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-04-19T21:02:44.584Z] > git --version # timeout=10 [2021-04-19T21:02:44.591Z] > git --version # 'git version 2.17.1' [2021-04-19T21:02:44.591Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-19T21:02:44.618Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-19T21:03:07.902Z] Merging remotes/origin/master commit 95928816a7d3351701d43cfae6e5bb9ec9c35404 into PR head commit 2d718ae38af5677d2ecb37db5b545b28beba233c [2021-04-19T21:03:08.023Z] Merge succeeded, producing 2d718ae38af5677d2ecb37db5b545b28beba233c [2021-04-19T21:03:08.024Z] Checking out Revision 2d718ae38af5677d2ecb37db5b545b28beba233c (PR-3381) [2021-04-19T21:03:07.196Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-04-19T21:03:07.209Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-19T21:03:07.232Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-04-19T21:03:07.248Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-04-19T21:03:07.249Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-19T21:03:07.253Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3381/head:refs/remotes/origin/PR-3381 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-19T21:03:07.916Z] > git config core.sparsecheckout # timeout=10 [2021-04-19T21:03:07.921Z] > git checkout -f 2d718ae38af5677d2ecb37db5b545b28beba233c # timeout=10 [2021-04-19T21:03:07.998Z] > git remote # timeout=10 [2021-04-19T21:03:08.004Z] > git config --get remote.origin.url # timeout=10 [2021-04-19T21:03:08.011Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-19T21:03:08.014Z] > git merge 95928816a7d3351701d43cfae6e5bb9ec9c35404 # timeout=10 [2021-04-19T21:03:08.023Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-04-19T21:03:08.030Z] > git config core.sparsecheckout # timeout=10 [2021-04-19T21:03:08.036Z] > git checkout -f 2d718ae38af5677d2ecb37db5b545b28beba233c # timeout=10 [2021-04-19T21:03:11.623Z] Commit message: "docs: Add badges to readme" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-19T21:03:12.684Z] + echo snap-build.sh [2021-04-19T21:03:12.684Z] snap-build.sh [2021-04-19T21:03:12.684Z] + SNAP_BASE_DIR=. [2021-04-19T21:03:12.684Z] + '[' '!' -z /w/workspace/edgex-go/2 ']' [2021-04-19T21:03:12.684Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/2 [2021-04-19T21:03:12.684Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/2]' [2021-04-19T21:03:12.684Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/2] [2021-04-19T21:03:12.684Z] + cd /w/workspace/edgex-go/2 [2021-04-19T21:03:12.684Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-04-19T21:03:12.684Z] Reading package lists... [2021-04-19T21:03:12.684Z] Building dependency tree... [2021-04-19T21:03:12.684Z] Reading state information... [2021-04-19T21:03:12.946Z] The following packages were automatically installed and are no longer required: [2021-04-19T21:03:12.946Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-04-19T21:03:12.946Z] uidmap xdelta3 [2021-04-19T21:03:12.946Z] Use 'sudo apt autoremove' to remove them. [2021-04-19T21:03:12.946Z] The following packages will be REMOVED: [2021-04-19T21:03:12.946Z] lxd* lxd-client* [2021-04-19T21:03:13.519Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-04-19T21:03:13.519Z] After this operation, 31.7 MB disk space will be freed. [2021-04-19T21:03:14.313Z] (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-19T21:03:14.313Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-04-19T21:03:15.255Z] Removing lxd dnsmasq configuration [2021-04-19T21:03:15.255Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-04-19T21:03:15.517Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-04-19T21:03:16.461Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-04-19T21:03:16.461Z] (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-19T21:03:16.461Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-04-19T21:03:17.855Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-04-19T21:03:17.855Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-04-19T21:03:19.239Z] + sudo snap remove --purge lxd [2021-04-19T21:03:19.501Z] snap "lxd" is not installed [2021-04-19T21:03:19.501Z] + sudo groupadd --force --system lxd [2021-04-19T21:03:19.501Z] ++ whoami [2021-04-19T21:03:19.501Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-04-19T21:03:19.501Z] + newgrp - lxd [2021-04-19T21:03:19.501Z] + sudo snap install lxd [2021-04-19T21:03:29.512Z] 2021-04-19T21:03:26Z INFO Waiting for automatic snapd restart... [2021-04-19T21:03:41.770Z] lxd 4.13 from Canonical* installed [2021-04-19T21:03:42.045Z] + sudo lxd init --auto [2021-04-19T21:03:52.055Z] + sudo snap install --classic snapcraft [2021-04-19T21:03:56.270Z] snapcraft 4.6.2 from Canonical* installed [2021-04-19T21:03:56.270Z] + '[' -f snap/local/build-helpers/bin/minimal-snap-build.sh ']' [2021-04-19T21:03:56.270Z] + ./snap/local/build-helpers/bin/minimal-snap-build.sh [2021-04-19T21:03:56.271Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-19T21:03:56.271Z] Dload Upload Total Spent Left Speed [2021-04-19T21:03:56.271Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 627 100 627 0 0 4898 0 --:--:-- --:--:-- --:--:-- 4898 [2021-04-19T21:03:56.271Z] 100 3325k 100 3325k 0 0 11.9M 0 --:--:-- --:--:-- --:--:-- 11.9M [2021-04-19T21:03:56.271Z] ./yq_linux_amd64 [2021-04-19T21:03:56.271Z] + sudo snapcraft prime --use-lxd [2021-04-19T21:03:58.182Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-04-19T21:03:58.182Z] 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-19T21:03:58.182Z] - README.md [2021-04-19T21:03:58.182Z] [2021-04-19T21:03:58.182Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-04-19T21:03:58.752Z] Launching a container. [2021-04-19T21:04:01.265Z] 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-19T21:04:01.265Z] 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-19T21:04:11.010Z] Waiting for container to be ready [2021-04-19T21:04:11.010Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-04-19T21:04:11.010Z] [2021-04-19T21:04:15.227Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-04-19T21:04:15.227Z] Waiting for network to be ready... [2021-04-19T21:04:15.834Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-04-19T21:04:15.834Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-04-19T21:04:15.834Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1693 kB] [2021-04-19T21:04:15.834Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [317 kB] [2021-04-19T21:04:15.834Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] [2021-04-19T21:04:15.834Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-04-19T21:04:15.834Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [302 kB] [2021-04-19T21:04:15.834Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [40.4 kB] [2021-04-19T21:04:15.834Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1122 kB] [2021-04-19T21:04:16.095Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [253 kB] [2021-04-19T21:04:16.357Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-04-19T21:04:16.357Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-04-19T21:04:16.618Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-04-19T21:04:16.618Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-04-19T21:04:16.618Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-04-19T21:04:16.618Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-04-19T21:04:16.618Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-04-19T21:04:16.618Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-04-19T21:04:17.191Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-04-19T21:04:17.452Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2036 kB] [2021-04-19T21:04:17.452Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [409 kB] [2021-04-19T21:04:17.452Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] [2021-04-19T21:04:17.452Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-04-19T21:04:17.452Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [323 kB] [2021-04-19T21:04:17.452Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [43.8 kB] [2021-04-19T21:04:17.452Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1732 kB] [2021-04-19T21:04:17.452Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [369 kB] [2021-04-19T21:04:20.008Z] Fetched 24.4 MB in 4s (6039 kB/s) [2021-04-19T21:04:20.581Z] Reading package lists... [2021-04-19T21:04:20.844Z] Reading package lists... [2021-04-19T21:04:21.117Z] Building dependency tree... [2021-04-19T21:04:21.117Z] Reading state information... [2021-04-19T21:04:21.117Z] The following additional packages will be installed: [2021-04-19T21:04:21.117Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-04-19T21:04:21.117Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-04-19T21:04:21.117Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-04-19T21:04:21.117Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-04-19T21:04:21.117Z] Suggested packages: [2021-04-19T21:04:21.117Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-04-19T21:04:21.117Z] Recommended packages: [2021-04-19T21:04:21.117Z] gnupg libsasl2-modules [2021-04-19T21:04:21.117Z] The following NEW packages will be installed: [2021-04-19T21:04:21.117Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-04-19T21:04:21.117Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-04-19T21:04:21.117Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-04-19T21:04:21.117Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-04-19T21:04:21.117Z] The following packages will be upgraded: [2021-04-19T21:04:21.117Z] gpg gpg-agent gpgconf libudev1 [2021-04-19T21:04:21.382Z] 4 upgraded, 18 newly installed, 0 to remove and 106 not upgraded. [2021-04-19T21:04:21.382Z] Need to get 3529 kB of archives. [2021-04-19T21:04:21.382Z] After this operation, 13.3 MB of additional disk space will be used. [2021-04-19T21:04:21.382Z] 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-19T21:04:21.382Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.46 [58.4 kB] [2021-04-19T21:04:21.644Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] [2021-04-19T21:04:21.645Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.46 [1102 kB] [2021-04-19T21:04:21.645Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB] [2021-04-19T21:04:21.645Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.10 [154 kB] [2021-04-19T21:04:22.217Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-04-19T21:04:22.217Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-04-19T21:04:22.217Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] [2021-04-19T21:04:22.217Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] [2021-04-19T21:04:22.217Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] [2021-04-19T21:04:22.217Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-04-19T21:04:22.217Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-04-19T21:04:22.217Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-04-19T21:04:22.217Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-04-19T21:04:22.217Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-04-19T21:04:22.217Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-04-19T21:04:22.217Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-04-19T21:04:22.217Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-04-19T21:04:22.217Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-04-19T21:04:22.217Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-04-19T21:04:22.217Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] [2021-04-19T21:04:22.478Z] debconf: delaying package configuration, since apt-utils is not installed [2021-04-19T21:04:22.478Z] Fetched 3529 kB in 1s (3491 kB/s) [2021-04-19T21:04:22.478Z] (Reading database ... 12511 files and directories currently installed.) [2021-04-19T21:04:22.478Z] Preparing to unpack .../libudev1_237-3ubuntu10.46_amd64.deb ... [2021-04-19T21:04:22.478Z] Unpacking libudev1:amd64 (237-3ubuntu10.46) over (237-3ubuntu10) ... [2021-04-19T21:04:22.478Z] Setting up libudev1:amd64 (237-3ubuntu10.46) ... [2021-04-19T21:04:22.740Z] Selecting previously unselected package udev. [2021-04-19T21:04:22.740Z] (Reading database ... 12511 files and directories currently installed.) [2021-04-19T21:04:22.740Z] Preparing to unpack .../00-udev_237-3ubuntu10.46_amd64.deb ... [2021-04-19T21:04:22.740Z] Unpacking udev (237-3ubuntu10.46) ... [2021-04-19T21:04:23.001Z] Selecting previously unselected package libfuse2:amd64. [2021-04-19T21:04:23.001Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-04-19T21:04:23.001Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-04-19T21:04:23.001Z] Selecting previously unselected package fuse. [2021-04-19T21:04:23.001Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-04-19T21:04:23.263Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-04-19T21:04:23.263Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... [2021-04-19T21:04:23.263Z] Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-04-19T21:04:23.263Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... [2021-04-19T21:04:23.495Z] Removing intermediate container 7be4293b414f [2021-04-19T21:04:23.495Z] ---> 53ddf59ffeb4 [2021-04-19T21:04:23.495Z] [2021-04-19T21:04:23.495Z] Step 10/21 : FROM alpine:3.12 [2021-04-19T21:04:23.495Z] 3.12: Pulling from library/alpine [2021-04-19T21:04:23.495Z] Removing intermediate container 273c33888a49 [2021-04-19T21:04:23.495Z] ---> 6b01f92372ae [2021-04-19T21:04:23.495Z] [2021-04-19T21:04:23.495Z] Step 10/24 : FROM alpine:3.12 [2021-04-19T21:04:23.495Z] 3.12: Pulling from library/alpine [2021-04-19T21:04:23.495Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-04-19T21:04:23.495Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-04-19T21:04:23.495Z] Status: Image is up to date for alpine:3.12 [2021-04-19T21:04:23.495Z] ---> 9852663dfa18 [2021-04-19T21:04:23.495Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-04-19T21:04:23.495Z] Status: Downloaded newer image for alpine:3.12 [2021-04-19T21:04:23.495Z] ---> 9852663dfa18 [2021-04-19T21:04:23.495Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec [2021-04-19T21:04:23.495Z] ---> Running in 1592c2a4f12d [2021-04-19T21:04:23.495Z] ---> Running in fdd8fd909a64 [2021-04-19T21:04:23.523Z] Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-04-19T21:04:23.523Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... [2021-04-19T21:04:23.523Z] Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-04-19T21:04:23.784Z] Selecting previously unselected package libksba8:amd64. [2021-04-19T21:04:23.784Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-04-19T21:04:23.784Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-04-19T21:04:23.784Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-04-19T21:04:23.784Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-19T21:04:23.784Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-19T21:04:24.044Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-04-19T21:04:24.044Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-19T21:04:24.044Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-19T21:04:24.044Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-04-19T21:04:24.044Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-19T21:04:24.044Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-19T21:04:24.044Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-04-19T21:04:24.044Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-19T21:04:24.044Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-19T21:04:24.304Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-04-19T21:04:24.304Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-19T21:04:24.304Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-19T21:04:24.304Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-04-19T21:04:24.304Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-19T21:04:24.304Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-19T21:04:24.564Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-04-19T21:04:24.564Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-19T21:04:24.564Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-19T21:04:24.564Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-04-19T21:04:24.564Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-19T21:04:24.564Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-19T21:04:24.826Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-04-19T21:04:24.826Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-19T21:04:24.826Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-19T21:04:24.826Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-04-19T21:04:24.826Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-04-19T21:04:24.826Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-04-19T21:04:24.826Z] Selecting previously unselected package libsasl2-2:amd64. [2021-04-19T21:04:24.826Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-04-19T21:04:24.826Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-04-19T21:04:25.087Z] Selecting previously unselected package libldap-common. [2021-04-19T21:04:25.087Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... [2021-04-19T21:04:25.087Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-04-19T21:04:25.087Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-04-19T21:04:25.087Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... [2021-04-19T21:04:25.087Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-04-19T21:04:25.348Z] Selecting previously unselected package dirmngr. [2021-04-19T21:04:25.348Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... [2021-04-19T21:04:25.348Z] Unpacking dirmngr (2.2.4-1ubuntu1.4) ... [2021-04-19T21:04:25.348Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-04-19T21:04:25.348Z] Setting up gpgconf (2.2.4-1ubuntu1.4) ... [2021-04-19T21:04:25.348Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-04-19T21:04:25.348Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-04-19T21:04:25.551Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-19T21:04:25.551Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-19T21:04:25.609Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-04-19T21:04:25.609Z] Setting up gpg-agent (2.2.4-1ubuntu1.4) ... [2021-04-19T21:04:25.609Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-19T21:04:25.609Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-04-19T21:04:25.609Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-04-19T21:04:25.609Z] Setting up udev (237-3ubuntu10.46) ... [2021-04-19T21:04:25.867Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-19T21:04:25.867Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-19T21:04:26.181Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-04-19T21:04:26.181Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-19T21:04:26.181Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-04-19T21:04:26.181Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-04-19T21:04:26.443Z] Setting up gpg (2.2.4-1ubuntu1.4) ... [2021-04-19T21:04:26.443Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-19T21:04:26.443Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-19T21:04:26.443Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-19T21:04:26.443Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-19T21:04:26.443Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-19T21:04:26.443Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-19T21:04:26.443Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-19T21:04:26.703Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-04-19T21:04:26.703Z] Setting up dirmngr (2.2.4-1ubuntu1.4) ... [2021-04-19T21:04:26.703Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-04-19T21:04:26.941Z] (1/4) Installing ca-certificates (20191127-r4) [2021-04-19T21:04:26.941Z] (1/6) Installing ca-certificates (20191127-r4) [2021-04-19T21:04:26.941Z] (2/6) Installing nghttp2-libs (1.41.0-r0) [2021-04-19T21:04:27.239Z] (3/6) Installing libcurl (7.76.1-r0) [2021-04-19T21:04:27.239Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-04-19T21:04:27.240Z] (3/4) Installing libcurl (7.76.1-r0) [2021-04-19T21:04:27.240Z] (4/6) Installing curl (7.76.1-r0) [2021-04-19T21:04:27.240Z] (5/6) Installing dumb-init (1.2.2-r1) [2021-04-19T21:04:27.240Z] (4/4) Installing curl (7.76.1-r0) [2021-04-19T21:04:27.240Z] (6/6) Installing su-exec (0.2-r1) [2021-04-19T21:04:27.240Z] Executing busybox-1.31.1-r20.trigger [2021-04-19T21:04:27.240Z] Executing busybox-1.31.1-r20.trigger [2021-04-19T21:04:27.240Z] Executing ca-certificates-20191127-r4.trigger [2021-04-19T21:04:27.240Z] Executing ca-certificates-20191127-r4.trigger [2021-04-19T21:04:27.275Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-04-19T21:04:27.276Z] settings in the [Install] section, and DefaultInstance for template units). [2021-04-19T21:04:27.276Z] This means they are not meant to be enabled using systemctl. [2021-04-19T21:04:27.276Z] Possible reasons for having this kind of units are: [2021-04-19T21:04:27.276Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-04-19T21:04:27.276Z] .wants/ or .requires/ directory. [2021-04-19T21:04:27.276Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-04-19T21:04:27.276Z] a requirement dependency on it. [2021-04-19T21:04:27.276Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-04-19T21:04:27.276Z] D-Bus, udev, scripted systemctl call, ...). [2021-04-19T21:04:27.276Z] 4) In case of template units, the unit is meant to be enabled with some [2021-04-19T21:04:27.276Z] instance name specified. [2021-04-19T21:04:27.533Z] OK: 7 MiB in 20 packages [2021-04-19T21:04:27.533Z] OK: 7 MiB in 18 packages [2021-04-19T21:04:27.536Z] Reading package lists... [2021-04-19T21:04:27.797Z] Building dependency tree... [2021-04-19T21:04:27.797Z] Reading state information... [2021-04-19T21:04:27.797Z] The following additional packages will be installed: [2021-04-19T21:04:27.797Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-04-19T21:04:27.797Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-04-19T21:04:27.797Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-04-19T21:04:27.797Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-04-19T21:04:27.797Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-04-19T21:04:27.797Z] Suggested packages: [2021-04-19T21:04:27.797Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-04-19T21:04:27.797Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-04-19T21:04:27.797Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-04-19T21:04:27.797Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-04-19T21:04:27.797Z] systemd-container policykit-1 [2021-04-19T21:04:27.797Z] Recommended packages: [2021-04-19T21:04:27.797Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-04-19T21:04:27.797Z] The following NEW packages will be installed: [2021-04-19T21:04:27.797Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-04-19T21:04:27.797Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-04-19T21:04:27.797Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-04-19T21:04:27.797Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-04-19T21:04:27.797Z] python3.6-minimal snapd squashfs-tools sudo [2021-04-19T21:04:27.797Z] The following packages will be upgraded: [2021-04-19T21:04:27.797Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-04-19T21:04:28.062Z] 5 upgraded, 25 newly installed, 0 to remove and 101 not upgraded. [2021-04-19T21:04:28.062Z] Need to get 35.2 MB of archives. [2021-04-19T21:04:28.062Z] After this operation, 141 MB of additional disk space will be used. [2021-04-19T21:04:28.062Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.9 [1301 kB] [2021-04-19T21:04:28.062Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.46 [2914 kB] [2021-04-19T21:04:28.062Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [534 kB] [2021-04-19T21:04:28.062Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-04-19T21:04:28.062Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [1610 kB] [2021-04-19T21:04:28.062Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.4 [1712 kB] [2021-04-19T21:04:28.325Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.4 [203 kB] [2021-04-19T21:04:28.325Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-04-19T21:04:28.325Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] [2021-04-19T21:04:28.325Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-04-19T21:04:28.325Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-04-19T21:04:28.325Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-04-19T21:04:28.325Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-04-19T21:04:28.325Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-04-19T21:04:28.325Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] [2021-04-19T21:04:28.325Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-04-19T21:04:28.325Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] [2021-04-19T21:04:29.269Z] Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.46 [209 kB] [2021-04-19T21:04:29.269Z] Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libapt-pkg5.0 amd64 1.6.13 [808 kB] [2021-04-19T21:04:29.269Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 apt amd64 1.6.13 [1201 kB] [2021-04-19T21:04:29.269Z] 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-19T21:04:29.269Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-04-19T21:04:29.269Z] Get:23 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-04-19T21:04:29.269Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-04-19T21:04:29.269Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-04-19T21:04:29.269Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-04-19T21:04:29.269Z] Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-04-19T21:04:29.269Z] Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-04-19T21:04:29.531Z] Get:29 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-04-19T21:04:29.531Z] 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-19T21:04:29.531Z] debconf: delaying package configuration, since apt-utils is not installed [2021-04-19T21:04:29.531Z] Fetched 35.2 MB in 1s (24.1 MB/s) [2021-04-19T21:04:29.531Z] (Reading database ... 12757 files and directories currently installed.) [2021-04-19T21:04:29.531Z] Preparing to unpack .../systemd_237-3ubuntu10.46_amd64.deb ... [2021-04-19T21:04:29.792Z] Unpacking systemd (237-3ubuntu10.46) over (237-3ubuntu10) ... [2021-04-19T21:04:30.361Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.46_amd64.deb ... [2021-04-19T21:04:30.362Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.46) over (237-3ubuntu10) ... [2021-04-19T21:04:30.362Z] Setting up libsystemd0:amd64 (237-3ubuntu10.46) ... [2021-04-19T21:04:30.622Z] (Reading database ... 12757 files and directories currently installed.) [2021-04-19T21:04:30.622Z] Preparing to unpack .../libapt-pkg5.0_1.6.13_amd64.deb ... [2021-04-19T21:04:30.622Z] Unpacking libapt-pkg5.0:amd64 (1.6.13) over (1.6.1) ... [2021-04-19T21:04:30.883Z] Setting up libapt-pkg5.0:amd64 (1.6.13) ... [2021-04-19T21:04:30.883Z] (Reading database ... 12757 files and directories currently installed.) [2021-04-19T21:04:30.883Z] Preparing to unpack .../archives/apt_1.6.13_amd64.deb ... [2021-04-19T21:04:30.883Z] Unpacking apt (1.6.13) over (1.6.1) ... [2021-04-19T21:04:31.102Z] Removing intermediate container b56b7366d506 [2021-04-19T21:04:31.102Z] ---> 5665fbe636cd [2021-04-19T21:04:31.102Z] [2021-04-19T21:04:31.103Z] Step 10/22 : FROM alpine:3.12 [2021-04-19T21:04:31.103Z] ---> 9852663dfa18 [2021-04-19T21:04:31.103Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-04-19T21:04:31.386Z] Removing intermediate container c491d087c74c [2021-04-19T21:04:31.386Z] ---> 7773a357f9bc [2021-04-19T21:04:31.386Z] [2021-04-19T21:04:31.386Z] Step 10/22 : FROM alpine:3.12 [2021-04-19T21:04:31.386Z] ---> 9852663dfa18 [2021-04-19T21:04:31.386Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-04-19T21:04:31.453Z] Setting up apt (1.6.13) ... [2021-04-19T21:04:31.453Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-04-19T21:04:31.659Z] ---> Running in 8e7fcc32d4ec [2021-04-19T21:04:31.659Z] ---> Running in 49dac9df52b8 [2021-04-19T21:04:31.715Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-04-19T21:04:31.715Z] (Reading database ... 12764 files and directories currently installed.) [2021-04-19T21:04:31.715Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... [2021-04-19T21:04:31.715Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... [2021-04-19T21:04:31.931Z] Removing intermediate container 1592c2a4f12d [2021-04-19T21:04:31.931Z] ---> 57351e2d773c [2021-04-19T21:04:31.931Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-04-19T21:04:31.931Z] Removing intermediate container fdd8fd909a64 [2021-04-19T21:04:31.931Z] ---> 36018c6261d1 [2021-04-19T21:04:31.931Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-04-19T21:04:31.974Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-04-19T21:04:31.974Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-04-19T21:04:31.974Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-19T21:04:32.212Z] ---> Running in e931556b08b6 [2021-04-19T21:04:32.212Z] ---> Running in 6306ef425a2e [2021-04-19T21:04:32.919Z] Selecting previously unselected package libexpat1:amd64. [2021-04-19T21:04:32.919Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-04-19T21:04:32.919Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-04-19T21:04:33.212Z] Removing intermediate container 6306ef425a2e [2021-04-19T21:04:33.212Z] ---> bf70634aad31 [2021-04-19T21:04:33.212Z] Step 13/21 : WORKDIR /edgex [2021-04-19T21:04:33.212Z] Removing intermediate container e931556b08b6 [2021-04-19T21:04:33.212Z] ---> 15a7a9799142 [2021-04-19T21:04:33.212Z] Step 13/24 : WORKDIR / [2021-04-19T21:04:33.487Z] ---> Running in 23c1a0aea056 [2021-04-19T21:04:33.487Z] ---> Running in 73f5ce4d3edd [2021-04-19T21:04:33.871Z] Selecting previously unselected package python3.6-minimal. [2021-04-19T21:04:33.871Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-04-19T21:04:33.871Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-04-19T21:04:34.088Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-19T21:04:34.088Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-19T21:04:34.088Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-19T21:04:34.133Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) ... [2021-04-19T21:04:34.133Z] Checking for services that may need to be restarted...done. [2021-04-19T21:04:34.133Z] Checking for services that may need to be restarted...done. [2021-04-19T21:04:34.364Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-19T21:04:34.364Z] Removing intermediate container 73f5ce4d3edd [2021-04-19T21:04:34.364Z] ---> 3b9bfdbe56c1 [2021-04-19T21:04:34.364Z] 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-19T21:04:34.393Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-19T21:04:34.393Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-04-19T21:04:34.393Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-04-19T21:04:34.641Z] Removing intermediate container 23c1a0aea056 [2021-04-19T21:04:34.641Z] ---> be3359b06249 [2021-04-19T21:04:34.641Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-04-19T21:04:34.641Z] (1/2) Installing ca-certificates (20191127-r4) [2021-04-19T21:04:34.924Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-04-19T21:04:34.924Z] Executing busybox-1.31.1-r20.trigger [2021-04-19T21:04:34.924Z] Executing ca-certificates-20191127-r4.trigger [2021-04-19T21:04:34.924Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-04-19T21:04:34.924Z] Executing busybox-1.31.1-r20.trigger [2021-04-19T21:04:34.924Z] OK: 5 MiB in 15 packages [2021-04-19T21:04:34.962Z] Selecting previously unselected package python3-minimal. [2021-04-19T21:04:34.962Z] (Reading database ... 13012 files and directories currently installed.) [2021-04-19T21:04:34.962Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-04-19T21:04:34.962Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-04-19T21:04:34.962Z] Selecting previously unselected package mime-support. [2021-04-19T21:04:34.962Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-04-19T21:04:34.962Z] Unpacking mime-support (3.60ubuntu1) ... [2021-04-19T21:04:34.962Z] Selecting previously unselected package libmpdec2:amd64. [2021-04-19T21:04:34.962Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-04-19T21:04:34.962Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-04-19T21:04:35.198Z] OK: 6 MiB in 16 packages [2021-04-19T21:04:35.223Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-04-19T21:04:35.223Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-04-19T21:04:35.223Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-19T21:04:35.483Z] Selecting previously unselected package python3.6. [2021-04-19T21:04:35.483Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-04-19T21:04:35.483Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-19T21:04:35.483Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-04-19T21:04:35.483Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-04-19T21:04:35.483Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-04-19T21:04:35.483Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-04-19T21:04:35.744Z] Selecting previously unselected package python3. [2021-04-19T21:04:35.744Z] (Reading database ... 13442 files and directories currently installed.) [2021-04-19T21:04:35.744Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-04-19T21:04:35.744Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-04-19T21:04:36.005Z] Selecting previously unselected package multiarch-support. [2021-04-19T21:04:36.005Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-04-19T21:04:36.005Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-04-19T21:04:36.005Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-04-19T21:04:36.266Z] Selecting previously unselected package liblzo2-2:amd64. [2021-04-19T21:04:36.266Z] (Reading database ... 13479 files and directories currently installed.) [2021-04-19T21:04:36.266Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-04-19T21:04:36.266Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-04-19T21:04:36.266Z] Selecting previously unselected package libbsd0:amd64. [2021-04-19T21:04:36.266Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-04-19T21:04:36.266Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-04-19T21:04:36.266Z] Selecting previously unselected package sudo. [2021-04-19T21:04:36.266Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... [2021-04-19T21:04:36.526Z] Unpacking sudo (1.8.21p2-3ubuntu1.4) ... [2021-04-19T21:04:36.526Z] Selecting previously unselected package apparmor. [2021-04-19T21:04:36.526Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-04-19T21:04:36.526Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-04-19T21:04:36.653Z] ---> f05a02fd51cd [2021-04-19T21:04:36.653Z] 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-19T21:04:36.653Z] ---> 93fbb62bf784 [2021-04-19T21:04:36.653Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-04-19T21:04:36.785Z] Selecting previously unselected package libedit2:amd64. [2021-04-19T21:04:36.786Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-04-19T21:04:36.786Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-04-19T21:04:36.786Z] Selecting previously unselected package libkrb5support0:amd64. [2021-04-19T21:04:36.786Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-04-19T21:04:36.786Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-04-19T21:04:37.046Z] Selecting previously unselected package libk5crypto3:amd64. [2021-04-19T21:04:37.046Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-04-19T21:04:37.046Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-04-19T21:04:37.046Z] Selecting previously unselected package libkeyutils1:amd64. [2021-04-19T21:04:37.046Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-04-19T21:04:37.046Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-04-19T21:04:37.046Z] Selecting previously unselected package libkrb5-3:amd64. [2021-04-19T21:04:37.046Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-04-19T21:04:37.046Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-04-19T21:04:37.309Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-04-19T21:04:37.309Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-04-19T21:04:37.309Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-04-19T21:04:37.570Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-04-19T21:04:37.570Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... [2021-04-19T21:04:37.570Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-04-19T21:04:37.570Z] Selecting previously unselected package openssh-client. [2021-04-19T21:04:37.570Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-04-19T21:04:37.570Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-04-19T21:04:37.629Z] Removing intermediate container 8e7fcc32d4ec [2021-04-19T21:04:37.629Z] ---> e4fcfd1755b7 [2021-04-19T21:04:37.629Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-19T21:04:37.830Z] Selecting previously unselected package squashfs-tools. [2021-04-19T21:04:37.830Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-04-19T21:04:37.830Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-04-19T21:04:37.830Z] Selecting previously unselected package snapd. [2021-04-19T21:04:37.830Z] Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... [2021-04-19T21:04:37.830Z] Unpacking snapd (2.48.3+18.04) ... [2021-04-19T21:04:37.902Z] ---> 1d7809cfa103 [2021-04-19T21:04:37.902Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-04-19T21:04:38.178Z] Removing intermediate container 855dec877213 [2021-04-19T21:04:38.178Z] ---> 81e8e9cbe6f6 [2021-04-19T21:04:38.178Z] [2021-04-19T21:04:38.178Z] Step 10/23 : FROM alpine:3.12 [2021-04-19T21:04:38.178Z] ---> 9852663dfa18 [2021-04-19T21:04:38.178Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-04-19T21:04:38.178Z] ---> Using cache [2021-04-19T21:04:38.178Z] ---> e4fcfd1755b7 [2021-04-19T21:04:38.178Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-19T21:04:38.178Z] ---> Running in 4daba9257842 [2021-04-19T21:04:38.458Z] Removing intermediate container 49dac9df52b8 [2021-04-19T21:04:38.458Z] ---> 1859e45aeb30 [2021-04-19T21:04:38.458Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-19T21:04:38.458Z] ---> Running in be0cca9bb0ae [2021-04-19T21:04:38.738Z] ---> Running in 24db8ae4fa82 [2021-04-19T21:04:38.739Z] ---> 250a1d651c6d [2021-04-19T21:04:38.739Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-04-19T21:04:39.026Z] Removing intermediate container 4daba9257842 [2021-04-19T21:04:39.026Z] ---> 6693ee8e74c7 [2021-04-19T21:04:39.026Z] Step 13/22 : ENV APP_PORT=48085 [2021-04-19T21:04:39.026Z] ---> ee4ef5efffb2 [2021-04-19T21:04:39.026Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-04-19T21:04:39.026Z] ---> Running in 42591a744e22 [2021-04-19T21:04:39.298Z] Removing intermediate container be0cca9bb0ae [2021-04-19T21:04:39.298Z] ---> 344ca183d52f [2021-04-19T21:04:39.298Z] Step 13/23 : ENV APP_PORT=48081 [2021-04-19T21:04:39.580Z] Removing intermediate container 24db8ae4fa82 [2021-04-19T21:04:39.580Z] ---> 491b15779e51 [2021-04-19T21:04:39.580Z] Step 13/22 : ENV APP_PORT=48060 [2021-04-19T21:04:39.580Z] ---> Running in 7db946c2e9d2 [2021-04-19T21:04:39.743Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-04-19T21:04:39.743Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-04-19T21:04:39.853Z] ---> Running in 4f1fac162967 [2021-04-19T21:04:40.005Z] Setting up mime-support (3.60ubuntu1) ... [2021-04-19T21:04:40.005Z] Setting up sudo (1.8.21p2-3ubuntu1.4) ... [2021-04-19T21:04:40.005Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-04-19T21:04:40.005Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-04-19T21:04:40.005Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-04-19T21:04:40.005Z] Setting up systemd (237-3ubuntu10.46) ... [2021-04-19T21:04:40.005Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-04-19T21:04:40.128Z] Removing intermediate container 42591a744e22 [2021-04-19T21:04:40.128Z] ---> ac4cce027fa5 [2021-04-19T21:04:40.128Z] Step 14/22 : EXPOSE $APP_PORT [2021-04-19T21:04:40.401Z] ---> Running in 6ab2e56097d9 [2021-04-19T21:04:40.401Z] Removing intermediate container 7db946c2e9d2 [2021-04-19T21:04:40.401Z] ---> d0534ff63170 [2021-04-19T21:04:40.401Z] Step 14/23 : EXPOSE $APP_PORT [2021-04-19T21:04:40.677Z] ---> 439acdc5234e [2021-04-19T21:04:40.677Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-04-19T21:04:40.677Z] Removing intermediate container 4f1fac162967 [2021-04-19T21:04:40.677Z] ---> 4adbcb692650 [2021-04-19T21:04:40.677Z] Step 14/22 : EXPOSE $APP_PORT [2021-04-19T21:04:40.677Z] ---> 6e182d023d14 [2021-04-19T21:04:40.677Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-04-19T21:04:40.677Z] ---> Running in c37afe7610f2 [2021-04-19T21:04:40.947Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-04-19T21:04:40.947Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-04-19T21:04:40.947Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-04-19T21:04:40.947Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-19T21:04:40.947Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-04-19T21:04:40.947Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-19T21:04:40.955Z] ---> Running in cff74ed0da61 [2021-04-19T21:04:40.955Z] ---> Running in ac482f4bf08f [2021-04-19T21:04:41.227Z] Removing intermediate container 6ab2e56097d9 [2021-04-19T21:04:41.227Z] ---> 09f55c96cf0d [2021-04-19T21:04:41.227Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-19T21:04:41.500Z] Removing intermediate container c37afe7610f2 [2021-04-19T21:04:41.500Z] ---> 73ce7a7c9d81 [2021-04-19T21:04:41.500Z] Step 15/23 : WORKDIR / [2021-04-19T21:04:41.519Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-04-19T21:04:41.519Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-04-19T21:04:41.519Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-04-19T21:04:41.519Z] Setting up python3 (3.6.7-1~18.04) ... [2021-04-19T21:04:41.519Z] running python rtupdate hooks for python3.6... [2021-04-19T21:04:41.519Z] running python post-rtupdate hooks for python3.6... [2021-04-19T21:04:41.774Z] ---> Running in ee0fa5c03f22 [2021-04-19T21:04:41.774Z] Removing intermediate container ac482f4bf08f [2021-04-19T21:04:41.774Z] ---> a6fd82af4d4e [2021-04-19T21:04:41.774Z] Removing intermediate container cff74ed0da61 [2021-04-19T21:04:41.774Z] ---> e7c6d044c296 [2021-04-19T21:04:41.774Z] Step 18/21 : CMD ["--init=true"] [2021-04-19T21:04:41.774Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-19T21:04:41.782Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-04-19T21:04:42.048Z] ---> Running in ed74addc2cb2 [2021-04-19T21:04:42.048Z] ---> 960fee1a489a [2021-04-19T21:04:42.048Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-04-19T21:04:42.321Z] ---> 5f5ccacd2181 [2021-04-19T21:04:42.321Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-04-19T21:04:42.321Z] Removing intermediate container ee0fa5c03f22 [2021-04-19T21:04:42.321Z] ---> d85899280513 [2021-04-19T21:04:42.321Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-19T21:04:42.927Z] ---> 19a2c4ea19c3 [2021-04-19T21:04:42.927Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-04-19T21:04:42.927Z] Removing intermediate container ed74addc2cb2 [2021-04-19T21:04:42.927Z] ---> ed2d535b92c0 [2021-04-19T21:04:42.927Z] Step 19/21 : LABEL arch=arm64 [2021-04-19T21:04:43.165Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-04-19T21:04:43.217Z] ---> Running in 3e7768672a8f [2021-04-19T21:04:43.425Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-04-19T21:04:43.425Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-04-19T21:04:43.425Z] Setting up snapd (2.48.3+18.04) ... [2021-04-19T21:04:43.490Z] ---> f337ae6550c4 [2021-04-19T21:04:43.490Z] 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-19T21:04:43.761Z] ---> a3675e1df94e [2021-04-19T21:04:43.761Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-04-19T21:04:43.761Z] ---> Running in 7ad4861b79e5 [2021-04-19T21:04:43.997Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-04-19T21:04:43.997Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-04-19T21:04:44.035Z] ---> 750160522d14 [2021-04-19T21:04:44.035Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-04-19T21:04:44.035Z] Removing intermediate container 3e7768672a8f [2021-04-19T21:04:44.035Z] ---> 280f7333a050 [2021-04-19T21:04:44.035Z] Step 20/21 : LABEL git_sha=2d718ae38af5677d2ecb37db5b545b28beba233c [2021-04-19T21:04:44.258Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-04-19T21:04:44.258Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-04-19T21:04:44.518Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-04-19T21:04:44.518Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-04-19T21:04:44.639Z] ---> Running in 8b53acb1c977 [2021-04-19T21:04:44.639Z] ---> f1faf9701f5f [2021-04-19T21:04:44.639Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-04-19T21:04:44.778Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-04-19T21:04:44.778Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-04-19T21:04:45.038Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-04-19T21:04:45.237Z] ---> 592810e8e6be [2021-04-19T21:04:45.237Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-04-19T21:04:45.298Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-04-19T21:04:45.298Z] /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-19T21:04:45.298Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-04-19T21:04:45.298Z] Processing triggers for systemd (237-3ubuntu10.46) ... [2021-04-19T21:04:45.512Z] Removing intermediate container 8b53acb1c977 [2021-04-19T21:04:45.512Z] ---> a8ab3ab384e4 [2021-04-19T21:04:45.512Z] Step 21/21 : LABEL version=0.0.0 [2021-04-19T21:04:45.512Z] ---> 2e8afa45d931 [2021-04-19T21:04:45.512Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-04-19T21:04:45.512Z] ---> Running in ea5a89be2a23 [2021-04-19T21:04:45.785Z] ---> Running in be5cc1ea9856 [2021-04-19T21:04:45.785Z] ---> fb9f22df2a56 [2021-04-19T21:04:45.785Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-04-19T21:04:46.058Z] ---> Running in 45bf04122706 [2021-04-19T21:04:46.258Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-04-19T21:04:46.336Z] Removing intermediate container ea5a89be2a23 [2021-04-19T21:04:46.336Z] ---> e77ef38fe8b5 [2021-04-19T21:04:46.336Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-19T21:04:46.518Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-04-19T21:04:46.518Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-04-19T21:04:46.608Z] Removing intermediate container be5cc1ea9856 [2021-04-19T21:04:46.609Z] ---> 34d08e091c8b [2021-04-19T21:04:46.609Z] [2021-04-19T21:04:46.609Z] ---> Running in 922663a6711e [2021-04-19T21:04:46.884Z] Removing intermediate container 45bf04122706 [2021-04-19T21:04:46.884Z] ---> 08329a95d79b [2021-04-19T21:04:46.884Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-19T21:04:46.884Z] ---> 7e47f20bb9f3 [2021-04-19T21:04:46.884Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-04-19T21:04:47.156Z] ---> Running in 4c291b0fc0d0 [2021-04-19T21:04:47.156Z] ---> Running in e62477ecf7da [2021-04-19T21:04:47.156Z] Successfully built 34d08e091c8b [2021-04-19T21:04:47.156Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-04-19T21:04:47.156Z] Building docker-sys-mgmt-agent-go [2021-04-19T21:04:47.428Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container 922663a6711e [2021-04-19T21:04:47.428Z] ---> 232eb244d758 [2021-04-19T21:04:47.428Z] Step 20/22 : LABEL arch=arm64 [2021-04-19T21:04:47.428Z] Removing intermediate container 7ad4861b79e5 [2021-04-19T21:04:47.428Z] ---> 644c65efcb11 [2021-04-19T21:04:47.428Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-04-19T21:04:47.701Z] ---> Running in 711502808b51 [2021-04-19T21:04:47.701Z] ---> Running in e903cf05b7b0 [2021-04-19T21:04:47.701Z] Removing intermediate container 4c291b0fc0d0 [2021-04-19T21:04:47.701Z] ---> 682fa3675f5b [2021-04-19T21:04:47.701Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-19T21:04:47.701Z] Removing intermediate container e62477ecf7da [2021-04-19T21:04:47.701Z] ---> 3db28090ae85 [2021-04-19T21:04:47.701Z] Step 20/22 : LABEL arch=arm64 [2021-04-19T21:04:47.730Z] Reading package lists... [2021-04-19T21:04:47.979Z] ---> Running in 04fccea9a65a [2021-04-19T21:04:47.979Z] ---> Running in 0ad104634fdc [2021-04-19T21:04:47.991Z] Reading package lists... [2021-04-19T21:04:48.252Z] Building dependency tree... [2021-04-19T21:04:48.252Z] Reading state information... [2021-04-19T21:04:48.252Z] Calculating upgrade... [2021-04-19T21:04:48.259Z] Removing intermediate container 711502808b51 [2021-04-19T21:04:48.259Z] ---> 7bf30e7deb21 [2021-04-19T21:04:48.259Z] Step 22/24 : LABEL arch=arm64 [2021-04-19T21:04:48.259Z] Removing intermediate container e903cf05b7b0 [2021-04-19T21:04:48.259Z] ---> 2697745e7c26 [2021-04-19T21:04:48.259Z] Step 21/22 : LABEL git_sha=2d718ae38af5677d2ecb37db5b545b28beba233c [2021-04-19T21:04:48.516Z] The following packages will be upgraded: [2021-04-19T21:04:48.516Z] advancecomp base-files bash binutils binutils-common [2021-04-19T21:04:48.516Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-04-19T21:04:48.516Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-04-19T21:04:48.516Z] grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils [2021-04-19T21:04:48.516Z] libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 [2021-04-19T21:04:48.516Z] libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 [2021-04-19T21:04:48.516Z] libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 [2021-04-19T21:04:48.516Z] libgnutls30 libgomp1 libhogweed4 libidn11 libidn2-0 libitm1 libjson-c3 [2021-04-19T21:04:48.516Z] libkmod2 liblsan0 libmount1 libmpx2 libncurses5 libncursesw5 libnettle6 [2021-04-19T21:04:48.516Z] libp11-kit0 libpam-modules libpam-modules-bin libpam-runtime libpam0g [2021-04-19T21:04:48.516Z] libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 libsmartcols1 [2021-04-19T21:04:48.516Z] libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 [2021-04-19T21:04:48.516Z] libunistring2 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base [2021-04-19T21:04:48.516Z] ncurses-bin openssl passwd patch perl perl-base perl-modules-5.26 [2021-04-19T21:04:48.516Z] pkgbinarymangler procps systemd-sysv tar tzdata ubuntu-keyring util-linux [2021-04-19T21:04:48.536Z] ---> Running in ee8e156c16c5 [2021-04-19T21:04:49.476Z] 101 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-04-19T21:04:49.476Z] Need to get 64.0 MB of archives. [2021-04-19T21:04:49.476Z] After this operation, 5034 kB of additional disk space will be used. [2021-04-19T21:04:49.476Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-04-19T21:04:49.476Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-142.146 [987 kB] [2021-04-19T21:04:49.476Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-04-19T21:04:49.476Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-04-19T21:04:49.476Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-04-19T21:04:49.476Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-04-19T21:04:49.476Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-04-19T21:04:49.476Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-04-19T21:04:49.476Z] 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-19T21:04:49.476Z] 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-19T21:04:49.476Z] 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-19T21:04:49.476Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-04-19T21:04:49.476Z] Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-04-19T21:04:49.476Z] Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-04-19T21:04:49.476Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-04-19T21:04:49.480Z] ---> Running in 99b2f4ae783e [2021-04-19T21:04:49.480Z] Removing intermediate container 04fccea9a65a [2021-04-19T21:04:49.480Z] ---> 9561342b9fbe [2021-04-19T21:04:49.480Z] Step 21/23 : LABEL arch=arm64 [2021-04-19T21:04:49.480Z] Removing intermediate container 0ad104634fdc [2021-04-19T21:04:49.480Z] ---> 2d87307619ab [2021-04-19T21:04:49.480Z] Step 21/22 : LABEL git_sha=2d718ae38af5677d2ecb37db5b545b28beba233c [2021-04-19T21:04:49.480Z] ---> Running in 9fb680090db4 [2021-04-19T21:04:49.480Z] Removing intermediate container ee8e156c16c5 [2021-04-19T21:04:49.480Z] ---> ad34c49e1966 [2021-04-19T21:04:49.480Z] Step 23/24 : LABEL git_sha=2d718ae38af5677d2ecb37db5b545b28beba233c [2021-04-19T21:04:49.739Z] 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-19T21:04:49.739Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-04-19T21:04:49.739Z] Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-04-19T21:04:49.739Z] Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-04-19T21:04:49.739Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-04-19T21:04:49.739Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-04-19T21:04:49.739Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-04-19T21:04:49.739Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-04-19T21:04:49.739Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-04-19T21:04:49.739Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-04-19T21:04:49.739Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-04-19T21:04:49.739Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-04-19T21:04:49.739Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-04-19T21:04:49.739Z] Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-04-19T21:04:49.739Z] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-04-19T21:04:49.739Z] Get:31 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-04-19T21:04:49.739Z] Get:32 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-04-19T21:04:49.739Z] Get:33 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] [2021-04-19T21:04:49.739Z] Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] [2021-04-19T21:04:49.739Z] Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] [2021-04-19T21:04:49.739Z] Get:36 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-19T21:04:49.739Z] Get:37 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] [2021-04-19T21:04:49.739Z] Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-04-19T21:04:49.739Z] Get:39 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.46 [16.0 kB] [2021-04-19T21:04:49.739Z] Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-04-19T21:04:49.739Z] Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-04-19T21:04:49.752Z] ---> Running in e320c4fff9c7 [2021-04-19T21:04:49.999Z] Get:42 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-19T21:04:49.999Z] Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-04-19T21:04:49.999Z] Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2021-04-19T21:04:49.999Z] Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-04-19T21:04:49.999Z] Get:46 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-04-19T21:04:49.999Z] Get:47 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] [2021-04-19T21:04:49.999Z] Get:48 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-04-19T21:04:49.999Z] Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-04-19T21:04:49.999Z] Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-04-19T21:04:49.999Z] Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-04-19T21:04:49.999Z] Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-04-19T21:04:49.999Z] Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-04-19T21:04:49.999Z] Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-04-19T21:04:49.999Z] Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-04-19T21:04:49.999Z] Get:56 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-04-19T21:04:49.999Z] Get:57 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libseccomp2 amd64 2.5.1-1ubuntu1~18.04.1 [43.1 kB] [2021-04-19T21:04:49.999Z] Get:58 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.2 [22.3 kB] [2021-04-19T21:04:50.000Z] Get:59 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-04-19T21:04:50.000Z] Get:60 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-04-19T21:04:50.000Z] Get:61 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-19T21:04:50.000Z] Get:62 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-04-19T21:04:50.025Z] Removing intermediate container 99b2f4ae783e [2021-04-19T21:04:50.025Z] ---> 0a850eaafae2 [2021-04-19T21:04:50.025Z] Step 22/22 : LABEL version=0.0.0 [2021-04-19T21:04:50.260Z] Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-04-19T21:04:50.260Z] Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-04-19T21:04:50.260Z] Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-04-19T21:04:50.260Z] Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-04-19T21:04:50.260Z] Get:67 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.2 [189 kB] [2021-04-19T21:04:50.260Z] Get:68 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libnettle6 amd64 3.4-1ubuntu0.1 [110 kB] [2021-04-19T21:04:50.260Z] Get:69 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libhogweed4 amd64 3.4-1ubuntu0.1 [137 kB] [2021-04-19T21:04:50.260Z] Get:70 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-04-19T21:04:50.260Z] Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-04-19T21:04:50.260Z] Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-04-19T21:04:50.260Z] Get:73 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-04-19T21:04:50.260Z] Get:74 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.9 [614 kB] [2021-04-19T21:04:50.260Z] Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-04-19T21:04:50.260Z] Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-04-19T21:04:50.260Z] Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-04-19T21:04:50.260Z] Get:78 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] [2021-04-19T21:04:50.260Z] Get:79 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-04-19T21:04:50.260Z] Get:80 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2021-04-19T21:04:50.260Z] Get:81 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-04-19T21:04:50.260Z] Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] [2021-04-19T21:04:50.297Z] ---> Running in e51c74f43e69 [2021-04-19T21:04:50.297Z] Removing intermediate container 9fb680090db4 [2021-04-19T21:04:50.297Z] ---> c93c36077bce [2021-04-19T21:04:50.297Z] Step 22/23 : LABEL git_sha=2d718ae38af5677d2ecb37db5b545b28beba233c [2021-04-19T21:04:50.521Z] Get:83 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2021-04-19T21:04:50.521Z] Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-04-19T21:04:50.521Z] Get:85 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-19T21:04:50.521Z] Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] [2021-04-19T21:04:50.521Z] Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] [2021-04-19T21:04:50.521Z] Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] [2021-04-19T21:04:50.521Z] Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-04-19T21:04:50.521Z] Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-04-19T21:04:50.521Z] Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-04-19T21:04:50.521Z] Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-04-19T21:04:50.573Z] ---> Running in 36a5dae404fe [2021-04-19T21:04:50.856Z] Removing intermediate container e320c4fff9c7 [2021-04-19T21:04:50.856Z] ---> 006a45b7f3c0 [2021-04-19T21:04:50.856Z] Step 22/22 : LABEL version=0.0.0 [2021-04-19T21:04:50.856Z] ---> Running in eab281ac6a9c [2021-04-19T21:04:50.856Z] Removing intermediate container e51c74f43e69 [2021-04-19T21:04:50.856Z] ---> e0c80593cee8 [2021-04-19T21:04:50.856Z] Step 24/24 : LABEL version=0.0.0 [2021-04-19T21:04:51.091Z] Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-04-19T21:04:51.129Z] ---> Running in 703495e3700e [2021-04-19T21:04:51.129Z] ---> Running in 74de4f112e41 [2021-04-19T21:04:51.406Z] Removing intermediate container 36a5dae404fe [2021-04-19T21:04:51.406Z] ---> 5a8da54aef0c [2021-04-19T21:04:51.406Z] [2021-04-19T21:04:51.661Z] Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2021-04-19T21:04:51.661Z] Get:95 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2021-04-19T21:04:51.680Z] Removing intermediate container eab281ac6a9c [2021-04-19T21:04:51.681Z] ---> 51f280bf8644 [2021-04-19T21:04:51.681Z] Step 23/23 : LABEL version=0.0.0 [2021-04-19T21:04:51.922Z] Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-04-19T21:04:51.952Z] Successfully built 5a8da54aef0c [2021-04-19T21:04:51.952Z] Removing intermediate container 703495e3700e [2021-04-19T21:04:51.952Z] ---> a43c62b2ad0c [2021-04-19T21:04:51.952Z] [2021-04-19T21:04:51.952Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-04-19T21:04:51.952Z] Building docker-core-command-go [2021-04-19T21:04:52.189Z] Get:97 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2021-04-19T21:04:52.189Z] Get:98 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-04-19T21:04:52.189Z] Get:99 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-04-19T21:04:52.189Z] Get:100 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-04-19T21:04:52.189Z] Get:101 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-04-19T21:04:52.189Z] debconf: delaying package configuration, since apt-utils is not installed [2021-04-19T21:04:52.189Z] Fetched 64.0 MB in 4s (18.0 MB/s) [2021-04-19T21:04:52.226Z]  Building docker-support-scheduler-go ... done  ---> Running in 9a407cbad714 [2021-04-19T21:04:52.226Z] Removing intermediate container 74de4f112e41 [2021-04-19T21:04:52.226Z] ---> b6b5a4928379 [2021-04-19T21:04:52.226Z] [2021-04-19T21:04:52.449Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-19T21:04:52.449Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-04-19T21:04:52.449Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-04-19T21:04:52.498Z] Successfully built a43c62b2ad0c [2021-04-19T21:04:52.498Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-04-19T21:04:52.498Z]  Building docker-support-notifications-go ... done Building docker-core-data-go [2021-04-19T21:04:52.769Z] Successfully built b6b5a4928379 [2021-04-19T21:04:52.769Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-04-19T21:04:52.769Z]  Building docker-security-secretstore-setup-go ... done Building docker-security-bootstrapper-go [2021-04-19T21:04:52.769Z] Removing intermediate container 9a407cbad714 [2021-04-19T21:04:52.769Z] ---> bd88ad23d303 [2021-04-19T21:04:52.769Z] [2021-04-19T21:04:53.019Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-04-19T21:04:53.019Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-04-19T21:04:53.019Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-142.146_amd64.deb ... [2021-04-19T21:04:53.019Z] Unpacking linux-libc-dev:amd64 (4.15.0-142.146) over (4.15.0-20.21) ... [2021-04-19T21:04:53.365Z] Successfully built bd88ad23d303 [2021-04-19T21:04:53.365Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-04-19T21:04:53.960Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-19T21:04:53.960Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-19T21:04:53.960Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-19T21:04:53.960Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-19T21:04:54.220Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-19T21:04:54.220Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-19T21:04:54.220Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-19T21:04:54.481Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-19T21:04:54.481Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-19T21:04:54.481Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-19T21:04:54.742Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-19T21:04:54.742Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-19T21:04:54.742Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-19T21:04:54.742Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-19T21:04:55.003Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-19T21:04:55.003Z] (Reading database ... 13911 files and directories currently installed.) [2021-04-19T21:04:55.003Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-19T21:04:55.003Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-04-19T21:04:55.263Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-04-19T21:04:55.263Z] (Reading database ... 13911 files and directories currently installed.) [2021-04-19T21:04:55.263Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-19T21:04:55.263Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-19T21:04:55.524Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-19T21:04:55.524Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-19T21:04:55.524Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-19T21:04:55.524Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-19T21:04:55.786Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-19T21:04:55.786Z] (Reading database ... 13911 files and directories currently installed.) [2021-04-19T21:04:55.786Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-04-19T21:04:56.047Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-04-19T21:04:56.618Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-04-19T21:04:56.879Z] (Reading database ... 13911 files and directories currently installed.) [2021-04-19T21:04:56.879Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-04-19T21:04:56.879Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-04-19T21:04:56.879Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-04-19T21:04:56.879Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-04-19T21:04:57.140Z] Setting up base-files (10.1ubuntu2.10) ... [2021-04-19T21:04:57.140Z] Installing new version of config file /etc/issue ... [2021-04-19T21:04:57.400Z] Installing new version of config file /etc/issue.net ... [2021-04-19T21:04:57.400Z] Installing new version of config file /etc/lsb-release ... [2021-04-19T21:04:57.400Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-04-19T21:04:57.660Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-04-19T21:04:57.660Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-04-19T21:04:57.660Z] Removing obsolete conffile /etc/default/motd-news ... [2021-04-19T21:04:57.660Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-19T21:04:57.660Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-04-19T21:04:57.921Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-04-19T21:04:57.921Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-04-19T21:04:57.921Z] 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-19T21:04:58.181Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-19T21:04:58.181Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-19T21:04:58.181Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-04-19T21:04:58.443Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-04-19T21:04:58.443Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-19T21:04:58.443Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-04-19T21:04:58.443Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-04-19T21:04:58.703Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-04-19T21:04:58.703Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-19T21:04:58.704Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-04-19T21:04:58.704Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-04-19T21:04:58.964Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-04-19T21:04:59.226Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-19T21:04:59.226Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-04-19T21:04:59.226Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-04-19T21:04:59.487Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-04-19T21:04:59.487Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-19T21:04:59.487Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-04-19T21:04:59.487Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-04-19T21:04:59.748Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-04-19T21:04:59.748Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-19T21:04:59.748Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-04-19T21:04:59.748Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-04-19T21:05:00.020Z] Setting up grep (3.1-2build1) ... [2021-04-19T21:05:00.020Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-19T21:05:00.020Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-04-19T21:05:00.020Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-04-19T21:05:00.280Z] Setting up login (1:4.5-1ubuntu2) ... [2021-04-19T21:05:00.280Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-19T21:05:00.280Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-04-19T21:05:00.280Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-04-19T21:05:00.541Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-04-19T21:05:00.541Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-19T21:05:00.541Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-04-19T21:05:00.541Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-04-19T21:05:01.115Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-04-19T21:05:01.115Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-04-19T21:05:01.376Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-04-19T21:05:01.376Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-04-19T21:05:01.944Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-04-19T21:05:01.944Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-19T21:05:01.944Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-04-19T21:05:01.944Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-04-19T21:05:03.331Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-04-19T21:05:03.331Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-04-19T21:05:03.331Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-04-19T21:05:03.331Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-04-19T21:05:03.331Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-04-19T21:05:03.598Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-19T21:05:03.598Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-04-19T21:05:03.598Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-04-19T21:05:03.598Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-04-19T21:05:03.860Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-19T21:05:03.860Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-19T21:05:03.860Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-19T21:05:03.860Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-04-19T21:05:04.124Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-19T21:05:04.124Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-19T21:05:04.124Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-19T21:05:04.124Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-04-19T21:05:04.391Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-19T21:05:04.391Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-19T21:05:04.391Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-19T21:05:04.391Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-04-19T21:05:04.652Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-19T21:05:04.652Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-19T21:05:04.912Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-19T21:05:04.913Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-04-19T21:05:04.913Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-19T21:05:04.913Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-04-19T21:05:05.172Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-04-19T21:05:05.172Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-04-19T21:05:05.172Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-04-19T21:05:05.172Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-04-19T21:05:05.432Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-19T21:05:05.432Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-04-19T21:05:05.432Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-04-19T21:05:05.432Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-04-19T21:05:05.693Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-19T21:05:05.693Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-19T21:05:05.693Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-19T21:05:05.693Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-04-19T21:05:05.952Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-19T21:05:05.952Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-19T21:05:05.952Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-19T21:05:05.952Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-04-19T21:05:06.212Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-19T21:05:06.212Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-19T21:05:06.212Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-19T21:05:06.473Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-04-19T21:05:06.733Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-04-19T21:05:06.995Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-04-19T21:05:07.256Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-19T21:05:07.256Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-04-19T21:05:07.256Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-04-19T21:05:07.517Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-04-19T21:05:07.517Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-19T21:05:07.517Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-04-19T21:05:07.517Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-04-19T21:05:07.777Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-04-19T21:05:07.777Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-19T21:05:07.777Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-04-19T21:05:07.777Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-04-19T21:05:08.041Z] Setting up debconf (1.5.66ubuntu1) ... [2021-04-19T21:05:08.302Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-19T21:05:08.302Z] Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... [2021-04-19T21:05:08.302Z] Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-04-19T21:05:08.302Z] Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... [2021-04-19T21:05:08.563Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-19T21:05:08.563Z] Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... [2021-04-19T21:05:08.563Z] Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-04-19T21:05:08.563Z] Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... [2021-04-19T21:05:08.824Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-19T21:05:08.824Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-04-19T21:05:08.824Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-04-19T21:05:08.824Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-04-19T21:05:09.084Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-19T21:05:09.084Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-04-19T21:05:09.084Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-04-19T21:05:09.345Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-04-19T21:05:09.345Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-19T21:05:09.345Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-04-19T21:05:09.605Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-04-19T21:05:09.605Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-04-19T21:05:09.864Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-19T21:05:09.864Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-19T21:05:09.864Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-19T21:05:09.864Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.46_amd64.deb ... [2021-04-19T21:05:09.864Z] Unpacking systemd-sysv (237-3ubuntu10.46) over (237-3ubuntu10) ... [2021-04-19T21:05:10.125Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-04-19T21:05:10.125Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-04-19T21:05:10.125Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-04-19T21:05:10.125Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-19T21:05:10.125Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-04-19T21:05:10.385Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-04-19T21:05:10.385Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-04-19T21:05:10.645Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-19T21:05:10.645Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-04-19T21:05:10.645Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-04-19T21:05:10.645Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-04-19T21:05:10.905Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-19T21:05:10.905Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-04-19T21:05:10.905Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-04-19T21:05:11.165Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-04-19T21:05:11.165Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-19T21:05:11.165Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.2_amd64.deb ... [2021-04-19T21:05:11.165Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) over (1.3.3+dfsg-2ubuntu1) ... [2021-04-19T21:05:11.425Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) ... [2021-04-19T21:05:11.425Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-19T21:05:11.425Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-04-19T21:05:11.425Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-04-19T21:05:11.686Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-04-19T21:05:11.947Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-19T21:05:11.947Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... [2021-04-19T21:05:11.947Z] Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-04-19T21:05:12.208Z] Setting up gpgv (2.2.4-1ubuntu1.4) ... [2021-04-19T21:05:12.208Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-19T21:05:12.208Z] Preparing to unpack .../libnettle6_3.4-1ubuntu0.1_amd64.deb ... [2021-04-19T21:05:12.208Z] Unpacking libnettle6:amd64 (3.4-1ubuntu0.1) over (3.4-1) ... [2021-04-19T21:05:12.469Z] Setting up libnettle6:amd64 (3.4-1ubuntu0.1) ... [2021-04-19T21:05:12.469Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-19T21:05:12.469Z] Preparing to unpack .../libhogweed4_3.4-1ubuntu0.1_amd64.deb ... [2021-04-19T21:05:12.469Z] Unpacking libhogweed4:amd64 (3.4-1ubuntu0.1) over (3.4-1) ... [2021-04-19T21:05:12.730Z] Setting up libhogweed4:amd64 (3.4-1ubuntu0.1) ... [2021-04-19T21:05:12.730Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-19T21:05:12.730Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-04-19T21:05:12.730Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-04-19T21:05:12.992Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-04-19T21:05:12.992Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-19T21:05:12.992Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-04-19T21:05:12.992Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-04-19T21:05:13.253Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-04-19T21:05:13.253Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-19T21:05:13.253Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-04-19T21:05:13.253Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-04-19T21:05:13.253Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-04-19T21:05:13.515Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-19T21:05:13.515Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-04-19T21:05:13.515Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-04-19T21:05:13.515Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-04-19T21:05:13.776Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-19T21:05:13.776Z] Preparing to unpack .../libseccomp2_2.5.1-1ubuntu1~18.04.1_amd64.deb ... [2021-04-19T21:05:13.776Z] Unpacking libseccomp2:amd64 (2.5.1-1ubuntu1~18.04.1) over (2.3.1-2.1ubuntu4) ... [2021-04-19T21:05:13.776Z] Setting up libseccomp2:amd64 (2.5.1-1ubuntu1~18.04.1) ... [2021-04-19T21:05:13.776Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-19T21:05:13.776Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.2_all.deb ... [2021-04-19T21:05:14.044Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.2) over (2018.02.28) ... [2021-04-19T21:05:14.045Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.2) ... [2021-04-19T21:05:14.045Z] (Reading database ... 13915 files and directories currently installed.) [2021-04-19T21:05:14.045Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-04-19T21:05:14.304Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-04-19T21:05:14.304Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-04-19T21:05:14.304Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-04-19T21:05:14.566Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... [2021-04-19T21:05:14.566Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... [2021-04-19T21:05:14.829Z] Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... [2021-04-19T21:05:14.829Z] Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... [2021-04-19T21:05:15.400Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-04-19T21:05:15.400Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-04-19T21:05:15.662Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-04-19T21:05:15.662Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-04-19T21:05:15.662Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-04-19T21:05:15.662Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-04-19T21:05:15.922Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-04-19T21:05:15.922Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-04-19T21:05:16.183Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-04-19T21:05:16.183Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-04-19T21:05:16.183Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-04-19T21:05:16.183Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-04-19T21:05:16.446Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-04-19T21:05:16.446Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-04-19T21:05:16.706Z] Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... [2021-04-19T21:05:16.706Z] Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... [2021-04-19T21:05:17.280Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-04-19T21:05:17.280Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-04-19T21:05:17.542Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-04-19T21:05:17.542Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-04-19T21:05:17.542Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-04-19T21:05:17.815Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-04-19T21:05:18.076Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-04-19T21:05:18.076Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-04-19T21:05:18.337Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-04-19T21:05:18.337Z] Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-04-19T21:05:18.337Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-04-19T21:05:18.337Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-04-19T21:05:18.608Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-19T21:05:18.608Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-19T21:05:18.608Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-19T21:05:18.871Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-19T21:05:18.871Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-19T21:05:18.871Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-19T21:05:19.131Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-19T21:05:19.132Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-19T21:05:20.071Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-19T21:05:20.071Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-19T21:05:21.016Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-19T21:05:21.017Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-19T21:05:21.589Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-19T21:05:21.850Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-19T21:05:22.111Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-19T21:05:22.111Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-19T21:05:23.054Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-19T21:05:23.054Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-19T21:05:23.054Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-04-19T21:05:23.054Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-04-19T21:05:23.314Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-04-19T21:05:23.314Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-04-19T21:05:23.574Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-04-19T21:05:23.574Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-04-19T21:05:23.574Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-04-19T21:05:23.574Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-04-19T21:05:23.835Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-04-19T21:05:23.835Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-04-19T21:05:23.835Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-04-19T21:05:24.096Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-04-19T21:05:24.096Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-04-19T21:05:24.096Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-04-19T21:05:24.356Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-19T21:05:24.356Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-04-19T21:05:24.356Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-19T21:05:24.356Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-19T21:05:24.356Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-19T21:05:24.356Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-04-19T21:05:24.356Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-04-19T21:05:24.356Z] Setting up tzdata (2021a-0ubuntu0.18.04) ... [2021-04-19T21:05:24.617Z] [2021-04-19T21:05:24.617Z] Current default time zone: 'Etc/UTC' [2021-04-19T21:05:24.617Z] Local time is now: Mon Apr 19 21:05:24 UTC 2021. [2021-04-19T21:05:24.617Z] Universal Time is now: Mon Apr 19 21:05:24 UTC 2021. [2021-04-19T21:05:24.617Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-04-19T21:05:24.617Z] [2021-04-19T21:05:24.617Z] Setting up systemd-sysv (237-3ubuntu10.46) ... [2021-04-19T21:05:24.617Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-19T21:05:24.617Z] Setting up linux-libc-dev:amd64 (4.15.0-142.146) ... [2021-04-19T21:05:24.617Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-04-19T21:05:24.889Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-04-19T21:05:24.889Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-04-19T21:05:24.889Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-04-19T21:05:24.889Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-04-19T21:05:24.889Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-04-19T21:05:24.889Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-04-19T21:05:24.889Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-19T21:05:24.889Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-04-19T21:05:25.150Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-19T21:05:25.150Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-04-19T21:05:25.411Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-19T21:05:25.411Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-04-19T21:05:25.411Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-04-19T21:05:25.411Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-04-19T21:05:25.411Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.9) ... [2021-04-19T21:05:25.411Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-04-19T21:05:25.411Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-04-19T21:05:25.411Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-04-19T21:05:25.411Z] Setting up ca-certificates (20210119~18.04.1) ... [2021-04-19T21:05:27.318Z] Updating certificates in /etc/ssl/certs... [2021-04-19T21:05:28.268Z] 23 added, 27 removed; done. [2021-04-19T21:05:28.529Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-04-19T21:05:28.529Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-19T21:05:28.529Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-04-19T21:05:28.529Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-04-19T21:05:28.529Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-04-19T21:05:28.790Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-19T21:05:28.790Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-04-19T21:05:28.790Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-19T21:05:28.790Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-19T21:05:28.790Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-19T21:05:28.790Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-04-19T21:05:28.790Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-19T21:05:28.790Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-04-19T21:05:29.053Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... [2021-04-19T21:05:29.053Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-04-19T21:05:29.053Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-04-19T21:05:29.053Z] Setting up binutils (2.30-21ubuntu1~18.04.5) ... [2021-04-19T21:05:29.053Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-04-19T21:05:29.053Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-04-19T21:05:29.053Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-04-19T21:05:29.053Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-04-19T21:05:29.313Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-04-19T21:05:29.313Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-04-19T21:05:29.313Z] Processing triggers for systemd (237-3ubuntu10.46) ... [2021-04-19T21:05:29.313Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-04-19T21:05:29.573Z] Processing triggers for ca-certificates (20210119~18.04.1) ... [2021-04-19T21:05:29.573Z] Updating certificates in /etc/ssl/certs... [2021-04-19T21:05:30.144Z] 0 added, 0 removed; done. [2021-04-19T21:05:30.144Z] Running hooks in /etc/ca-certificates/update.d... [2021-04-19T21:05:30.144Z] done. [2021-04-19T21:05:30.670Z] Reading package lists... [2021-04-19T21:05:30.670Z] Building dependency tree... [2021-04-19T21:05:30.670Z] Reading state information... [2021-04-19T21:05:30.931Z] The following NEW packages will be installed: [2021-04-19T21:05:30.931Z] apt-transport-https [2021-04-19T21:05:30.931Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-04-19T21:05:30.931Z] Need to get 1692 B of archives. [2021-04-19T21:05:30.931Z] After this operation, 154 kB of additional disk space will be used. [2021-04-19T21:05:30.931Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 apt-transport-https all 1.6.13 [1692 B] [2021-04-19T21:05:31.192Z] debconf: delaying package configuration, since apt-utils is not installed [2021-04-19T21:05:31.192Z] Fetched 1692 B in 0s (8511 B/s) [2021-04-19T21:05:31.192Z] Selecting previously unselected package apt-transport-https. [2021-04-19T21:05:31.192Z] (Reading database ... 13920 files and directories currently installed.) [2021-04-19T21:05:31.192Z] Preparing to unpack .../apt-transport-https_1.6.13_all.deb ... [2021-04-19T21:05:31.192Z] Unpacking apt-transport-https (1.6.13) ... [2021-04-19T21:05:31.192Z] Setting up apt-transport-https (1.6.13) ... [2021-04-19T21:05:31.761Z] Waiting for network to be ready... [2021-04-19T21:05:37.061Z] 2021-04-19T21:05:34Z INFO Waiting for automatic snapd restart... [2021-04-19T21:05:37.633Z] snapd 2.49.2 from Canonical* installed [2021-04-19T21:05:38.574Z] "snapd" switched to the "latest/stable" channel [2021-04-19T21:05:38.574Z] [2021-04-19T21:05:40.309Z]  Building docker-core-metadata-go ... done Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-19T21:05:40.309Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-19T21:05:40.309Z] ---> bafb97b13daf [2021-04-19T21:05:40.309Z] Step 3/23 : WORKDIR /edgex-go [2021-04-19T21:05:40.309Z] ---> Using cache [2021-04-19T21:05:40.309Z] ---> cab01d2d6d10 [2021-04-19T21:05:40.309Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-19T21:05:40.309Z] ---> Using cache [2021-04-19T21:05:40.309Z] ---> 341c8a4c5825 [2021-04-19T21:05:40.309Z] Step 5/23 : RUN apk add --update --no-cache make bash git [2021-04-19T21:05:41.126Z] core18 20210309 from Canonical* installed [2021-04-19T21:05:41.307Z] ---> Running in b65f380fb384 [2021-04-19T21:05:41.387Z] "core18" switched to the "latest/stable" channel [2021-04-19T21:05:41.387Z] [2021-04-19T21:05:42.750Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-19T21:05:43.346Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-19T21:05:44.693Z] snapcraft 4.6.2 from Canonical* installed [2021-04-19T21:05:44.693Z] "snapcraft" switched to the "latest/stable" channel [2021-04-19T21:05:44.693Z] [2021-04-19T21:05:44.782Z] OK: 217 MiB in 51 packages [2021-04-19T21:05:46.240Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-19T21:05:46.240Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-19T21:05:46.240Z] ---> bafb97b13daf [2021-04-19T21:05:46.240Z] Step 3/23 : WORKDIR /edgex-go [2021-04-19T21:05:46.240Z] ---> Using cache [2021-04-19T21:05:46.240Z] ---> cab01d2d6d10 [2021-04-19T21:05:46.240Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-19T21:05:46.240Z] ---> Using cache [2021-04-19T21:05:46.240Z] ---> 341c8a4c5825 [2021-04-19T21:05:46.240Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-04-19T21:05:46.240Z] ---> Using cache [2021-04-19T21:05:46.240Z] ---> 86c82a3eaa1f [2021-04-19T21:05:46.240Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-19T21:05:46.240Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-04-19T21:05:46.240Z] ---> bafb97b13daf [2021-04-19T21:05:46.240Z] Step 3/31 : WORKDIR /edgex-go [2021-04-19T21:05:46.240Z] ---> Using cache [2021-04-19T21:05:46.240Z] ---> cab01d2d6d10 [2021-04-19T21:05:46.240Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-19T21:05:46.240Z] ---> Using cache [2021-04-19T21:05:46.240Z] ---> 341c8a4c5825 [2021-04-19T21:05:46.240Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-04-19T21:05:46.240Z] ---> Using cache [2021-04-19T21:05:46.240Z] ---> 86c82a3eaa1f [2021-04-19T21:05:46.240Z] Step 6/31 : COPY go.mod . [2021-04-19T21:05:46.240Z] ---> Using cache [2021-04-19T21:05:46.240Z] ---> 34dd6c09fec9 [2021-04-19T21:05:46.240Z] Step 6/23 : COPY go.mod . [2021-04-19T21:05:46.240Z] ---> Using cache [2021-04-19T21:05:46.240Z] ---> 34dd6c09fec9 [2021-04-19T21:05:46.240Z] Step 7/23 : RUN go mod download [2021-04-19T21:05:46.240Z] Step 7/31 : RUN go mod download ---> Using cache [2021-04-19T21:05:46.240Z] [2021-04-19T21:05:46.512Z] ---> Using cache [2021-04-19T21:05:46.512Z] ---> 73bcf2f94024 [2021-04-19T21:05:46.512Z] Step 8/31 : COPY . . [2021-04-19T21:05:46.512Z] ---> 73bcf2f94024 [2021-04-19T21:05:46.512Z] Step 8/23 : COPY . . [2021-04-19T21:05:46.512Z] ---> Using cache [2021-04-19T21:05:46.512Z] ---> c512bec85fe4 [2021-04-19T21:05:46.512Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-04-19T21:05:46.512Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-19T21:05:46.512Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-19T21:05:46.512Z] ---> bafb97b13daf [2021-04-19T21:05:46.512Z] Step 3/23 : WORKDIR /edgex-go [2021-04-19T21:05:46.512Z] ---> Using cache [2021-04-19T21:05:46.512Z] ---> cab01d2d6d10 [2021-04-19T21:05:46.512Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-19T21:05:46.512Z] ---> Using cache [2021-04-19T21:05:46.512Z] ---> 341c8a4c5825 [2021-04-19T21:05:46.512Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-04-19T21:05:46.512Z] ---> Using cache [2021-04-19T21:05:46.512Z] ---> c512bec85fe4 [2021-04-19T21:05:46.512Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-04-19T21:05:46.512Z] ---> Running in 68b689c540d7 [2021-04-19T21:05:46.784Z] ---> Running in aa24cdc2441d [2021-04-19T21:05:46.784Z] ---> Running in d6117f1272d8 [2021-04-19T21:05:47.058Z] Removing intermediate container b65f380fb384 [2021-04-19T21:05:47.058Z] ---> 4862ba2a4caf [2021-04-19T21:05:47.058Z] Step 6/23 : COPY go.mod . [2021-04-19T21:05:48.056Z] ---> 716f880d8abb [2021-04-19T21:05:48.056Z] Step 7/23 : RUN go mod download [2021-04-19T21:05:48.329Z] ---> Running in d35ca71d8bf2 [2021-04-19T21:05:48.604Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-19T21:05:48.604Z] 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-19T21:05:48.604Z] 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-19T21:05:48.900Z] 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-19T21:05:48.900Z] - README.md [2021-04-19T21:05:48.900Z] [2021-04-19T21:05:48.900Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-04-19T21:05:49.199Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-19T21:05:50.178Z] OK: 217 MiB in 51 packages [2021-04-19T21:05:52.167Z] Removing intermediate container 68b689c540d7 [2021-04-19T21:05:52.167Z] ---> 6d8de8a715e6 [2021-04-19T21:05:52.167Z] Step 6/23 : COPY go.mod . [2021-04-19T21:05:52.768Z] Removing intermediate container d35ca71d8bf2 [2021-04-19T21:05:52.768Z] ---> dbe9a25807c3 [2021-04-19T21:05:52.768Z] Step 8/23 : COPY . . [2021-04-19T21:05:53.370Z] ---> d373587e4c8b [2021-04-19T21:05:53.370Z] Step 7/23 : RUN go mod download [2021-04-19T21:05:53.370Z] ---> Running in f1485d34318f [2021-04-19T21:05:55.499Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-04-19T21:05:55.499Z] Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-04-19T21:05:55.499Z] Hit:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-04-19T21:05:55.499Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-04-19T21:05:56.442Z] Reading package lists... [2021-04-19T21:05:56.701Z] 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-19T21:06:00.089Z] Removing intermediate container f1485d34318f [2021-04-19T21:06:00.089Z] ---> a1424324f850 [2021-04-19T21:06:00.089Z] Step 8/23 : COPY . . [2021-04-19T21:06:03.291Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-04-19T21:06:03.291Z] Reading package lists... [2021-04-19T21:06:03.291Z] Building dependency tree... [2021-04-19T21:06:03.291Z] Reading state information... [2021-04-19T21:06:03.291Z] Suggested packages: [2021-04-19T21:06:03.291Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-04-19T21:06:03.291Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-04-19T21:06:03.291Z] Recommended packages: [2021-04-19T21:06:03.291Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-04-19T21:06:03.291Z] The following NEW packages will be installed: [2021-04-19T21:06:03.291Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-04-19T21:06:03.291Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-04-19T21:06:03.291Z] pkg-config zip [2021-04-19T21:06:03.291Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-04-19T21:06:03.291Z] Need to get 7663 kB of archives. [2021-04-19T21:06:03.291Z] After this operation, 43.8 MB of additional disk space will be used. [2021-04-19T21:06:03.291Z] 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-19T21:06:03.291Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.13 [218 kB] [2021-04-19T21:06:03.291Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.8 [804 kB] [2021-04-19T21:06:03.291Z] Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-04-19T21:06:03.291Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.8 [3916 kB] [2021-04-19T21:06:03.552Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-04-19T21:06:03.552Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-04-19T21:06:03.552Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-04-19T21:06:03.812Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-04-19T21:06:03.812Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-04-19T21:06:03.812Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-04-19T21:06:03.812Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-04-19T21:06:03.812Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-04-19T21:06:03.812Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-04-19T21:06:03.813Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-04-19T21:06:04.076Z] debconf: delaying package configuration, since apt-utils is not installed [2021-04-19T21:06:04.076Z] Fetched 7663 kB in 1s (10.6 MB/s) [2021-04-19T21:06:04.076Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-04-19T21:06:04.076Z] (Reading database ... 13924 files and directories currently installed.) [2021-04-19T21:06:04.076Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.8_amd64.deb ... [2021-04-19T21:06:04.076Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... [2021-04-19T21:06:04.336Z] Selecting previously unselected package libpsl5:amd64. [2021-04-19T21:06:04.336Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-04-19T21:06:04.336Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-04-19T21:06:04.336Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-04-19T21:06:04.336Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-04-19T21:06:04.595Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-04-19T21:06:04.595Z] Selecting previously unselected package librtmp1:amd64. [2021-04-19T21:06:04.595Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-04-19T21:06:04.595Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-04-19T21:06:04.595Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-04-19T21:06:04.595Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.13_amd64.deb ... [2021-04-19T21:06:04.595Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.13) ... [2021-04-19T21:06:04.857Z] Selecting previously unselected package liberror-perl. [2021-04-19T21:06:04.857Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-04-19T21:06:04.857Z] Unpacking liberror-perl (0.17025-1) ... [2021-04-19T21:06:04.857Z] Selecting previously unselected package git-man. [2021-04-19T21:06:04.857Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.8_all.deb ... [2021-04-19T21:06:04.857Z] Unpacking git-man (1:2.17.1-1ubuntu0.8) ... [2021-04-19T21:06:05.118Z] Selecting previously unselected package git. [2021-04-19T21:06:05.118Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.8_amd64.deb ... [2021-04-19T21:06:05.118Z] Unpacking git (1:2.17.1-1ubuntu0.8) ... [2021-04-19T21:06:06.060Z] Selecting previously unselected package libnorm1:amd64. [2021-04-19T21:06:06.060Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-04-19T21:06:06.060Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-04-19T21:06:06.060Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-04-19T21:06:06.060Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-04-19T21:06:06.060Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-04-19T21:06:06.060Z] Selecting previously unselected package libsodium23:amd64. [2021-04-19T21:06:06.060Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-04-19T21:06:06.060Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-04-19T21:06:06.060Z] Selecting previously unselected package libzmq5:amd64. [2021-04-19T21:06:06.320Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-04-19T21:06:06.320Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-04-19T21:06:06.320Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-04-19T21:06:06.320Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-04-19T21:06:06.320Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-04-19T21:06:06.582Z] Selecting previously unselected package pkg-config. [2021-04-19T21:06:06.582Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-04-19T21:06:06.582Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-04-19T21:06:06.582Z] Selecting previously unselected package zip. [2021-04-19T21:06:06.582Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-04-19T21:06:06.582Z] Unpacking zip (3.0-11build1) ... [2021-04-19T21:06:06.844Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-04-19T21:06:06.844Z] Setting up git-man (1:2.17.1-1ubuntu0.8) ... [2021-04-19T21:06:06.844Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-04-19T21:06:06.844Z] Setting up liberror-perl (0.17025-1) ... [2021-04-19T21:06:06.844Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-04-19T21:06:06.844Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... [2021-04-19T21:06:06.844Z] No schema files found: doing nothing. [2021-04-19T21:06:06.844Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-04-19T21:06:06.844Z] Setting up zip (3.0-11build1) ... [2021-04-19T21:06:07.104Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-04-19T21:06:07.104Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-04-19T21:06:07.104Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-04-19T21:06:07.104Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-04-19T21:06:07.104Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.13) ... [2021-04-19T21:06:07.104Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-04-19T21:06:07.104Z] Setting up git (1:2.17.1-1ubuntu0.8) ... [2021-04-19T21:06:07.104Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-04-19T21:06:13.694Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-04-19T21:06:13.694Z] git set to automatically installed. [2021-04-19T21:06:13.694Z] git-man set to automatically installed. [2021-04-19T21:06:13.694Z] libcurl3-gnutls set to automatically installed. [2021-04-19T21:06:13.694Z] liberror-perl set to automatically installed. [2021-04-19T21:06:13.694Z] libglib2.0-0 set to automatically installed. [2021-04-19T21:06:13.694Z] libnghttp2-14 set to automatically installed. [2021-04-19T21:06:13.694Z] libnorm1 set to automatically installed. [2021-04-19T21:06:13.694Z] libpgm-5.2-0 set to automatically installed. [2021-04-19T21:06:13.694Z] libpsl5 set to automatically installed. [2021-04-19T21:06:13.694Z] librtmp1 set to automatically installed. [2021-04-19T21:06:13.694Z] libsodium23 set to automatically installed. [2021-04-19T21:06:13.694Z] libzmq3-dev set to automatically installed. [2021-04-19T21:06:13.695Z] libzmq5 set to automatically installed. [2021-04-19T21:06:13.695Z] pkg-config set to automatically installed. [2021-04-19T21:06:13.695Z] zip set to automatically installed. [2021-04-19T21:06:15.610Z] snapd is not logged in, snap install commands will use sudo [2021-04-19T21:06:22.199Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-04-19T21:06:22.275Z] ---> ddf94fb67dac [2021-04-19T21:06:22.275Z] Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-04-19T21:06:22.275Z] ---> Running in fd49802cb494 [2021-04-19T21:06:22.460Z] snap "core18" has no updates available [2021-04-19T21:06:23.722Z] 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-19T21:06:23.722Z] ---> c50f5f69817f [2021-04-19T21:06:23.722Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-04-19T21:06:23.848Z] snapd is not logged in, snap install commands will use sudo [2021-04-19T21:06:24.006Z] ---> Running in df3f30061277 [2021-04-19T21:06:25.992Z] 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-19T21:06:30.453Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-04-19T21:06:48.569Z] go (1.15/stable) 1.15.10 from Michael Hudson-Doyle (mwhudson) installed [2021-04-19T21:06:48.569Z] Pulling go-build-helper [2021-04-19T21:06:48.569Z] + snapcraftctl pull [2021-04-19T21:06:48.569Z] 'app-service-config' has dependencies that need to be staged: go-build-helper [2021-04-19T21:06:48.569Z] Skipping pull go-build-helper (already ran) [2021-04-19T21:06:48.569Z] Building go-build-helper [2021-04-19T21:06:48.569Z] + snapcraftctl build [2021-04-19T21:06:49.953Z] Staging go-build-helper [2021-04-19T21:06:49.953Z] + snapcraftctl stage [2021-04-19T21:07:02.197Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-04-19T21:07:02.197Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-04-19T21:07:02.197Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-04-19T21:07:02.197Z] Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-04-19T21:07:02.197Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1693 kB] [2021-04-19T21:07:02.197Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-04-19T21:07:02.197Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-04-19T21:07:02.197Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-04-19T21:07:02.197Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-04-19T21:07:02.197Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-04-19T21:07:02.197Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-04-19T21:07:02.197Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [317 kB] [2021-04-19T21:07:02.197Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] [2021-04-19T21:07:02.197Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-04-19T21:07:02.197Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [302 kB] [2021-04-19T21:07:02.197Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [40.4 kB] [2021-04-19T21:07:02.197Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1122 kB] [2021-04-19T21:07:02.197Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [253 kB] [2021-04-19T21:07:02.197Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-04-19T21:07:02.197Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2036 kB] [2021-04-19T21:07:02.197Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [409 kB] [2021-04-19T21:07:02.197Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] [2021-04-19T21:07:02.197Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-04-19T21:07:02.197Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [323 kB] [2021-04-19T21:07:02.197Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [43.8 kB] [2021-04-19T21:07:02.197Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1732 kB] [2021-04-19T21:07:02.197Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [369 kB] [2021-04-19T21:07:02.197Z] Fetched 24.4 MB in 0s (0 B/s) [2021-04-19T21:07:02.197Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-04-19T21:07:02.197Z] Fetched 224 kB in 0s (0 B/s) [2021-04-19T21:07:02.197Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-04-19T21:07:02.197Z] Fetched 157 kB in 0s (0 B/s) [2021-04-19T21:07:02.197Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-04-19T21:07:02.197Z] Fetched 221 kB in 0s (0 B/s) [2021-04-19T21:07:02.197Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-04-19T21:07:02.197Z] Fetched 143 kB in 0s (0 B/s) [2021-04-19T21:07:02.197Z] Pulling app-service-config [2021-04-19T21:07:02.197Z] + snapcraftctl pull [2021-04-19T21:07:02.197Z] Cloning into '/root/parts/app-service-config/src'... [2021-04-19T21:07:02.197Z] Pulling config-common [2021-04-19T21:07:02.197Z] + snapcraftctl pull [2021-04-19T21:07:06.402Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-04-19T21:07:06.402Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-04-19T21:07:06.402Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-04-19T21:07:06.402Z] Fetched 0 B in 0s (0 B/s) [2021-04-19T21:07:06.402Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-04-19T21:07:06.402Z] Fetched 0 B in 0s (0 B/s) [2021-04-19T21:07:06.403Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-04-19T21:07:06.403Z] Fetched 0 B in 0s (0 B/s) [2021-04-19T21:07:06.403Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-04-19T21:07:06.403Z] Fetched 0 B in 0s (0 B/s) [2021-04-19T21:07:06.403Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-04-19T21:07:06.403Z] Fetched 0 B in 0s (0 B/s) [2021-04-19T21:07:06.403Z] Pulling edgex-go [2021-04-19T21:07:06.403Z] + snapcraftctl pull [2021-04-19T21:07:12.984Z] Removing intermediate container d6117f1272d8 [2021-04-19T21:07:12.984Z] ---> 70b0994853f3 [2021-04-19T21:07:12.984Z] [2021-04-19T21:07:12.984Z] Step 10/31 : FROM alpine:3.12 [2021-04-19T21:07:12.984Z] ---> 9852663dfa18 [2021-04-19T21:07:12.984Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-04-19T21:07:12.984Z] ---> Running in 523e8116b19c [2021-04-19T21:07:13.610Z] Removing intermediate container 523e8116b19c [2021-04-19T21:07:13.610Z] ---> 3440e83f4cc4 [2021-04-19T21:07:13.610Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-04-19T21:07:13.910Z] ---> Running in ae41cd3220cc [2021-04-19T21:07:16.548Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-19T21:07:16.548Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-19T21:07:17.155Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-04-19T21:07:17.155Z] (2/2) Installing su-exec (0.2-r1) [2021-04-19T21:07:17.155Z] Executing busybox-1.31.1-r20.trigger [2021-04-19T21:07:17.433Z] OK: 5 MiB in 16 packages [2021-04-19T21:07:19.438Z] Removing intermediate container aa24cdc2441d [2021-04-19T21:07:19.438Z] ---> 749b5b5770fe [2021-04-19T21:07:19.438Z] [2021-04-19T21:07:19.438Z] Step 10/23 : FROM alpine:3.12 [2021-04-19T21:07:19.438Z] ---> 9852663dfa18 [2021-04-19T21:07:19.438Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-04-19T21:07:19.439Z] ---> Using cache [2021-04-19T21:07:19.439Z] ---> e4fcfd1755b7 [2021-04-19T21:07:19.439Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-19T21:07:19.439Z] ---> Using cache [2021-04-19T21:07:19.439Z] ---> 344ca183d52f [2021-04-19T21:07:19.439Z] Step 13/23 : ENV APP_PORT=48082 [2021-04-19T21:07:19.439Z] ---> Running in 7d7b7d131432 [2021-04-19T21:07:19.718Z] Removing intermediate container ae41cd3220cc [2021-04-19T21:07:19.718Z] ---> 34a32dbd8c1d [2021-04-19T21:07:19.718Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-04-19T21:07:20.006Z] ---> Running in e27d88fefb95 [2021-04-19T21:07:20.285Z] Removing intermediate container 7d7b7d131432 [2021-04-19T21:07:20.285Z] ---> d72f27e54269 [2021-04-19T21:07:20.285Z] Step 14/23 : EXPOSE $APP_PORT [2021-04-19T21:07:20.566Z] ---> Running in 46bbf9496f56 [2021-04-19T21:07:20.566Z] Removing intermediate container e27d88fefb95 [2021-04-19T21:07:20.566Z] ---> ed502e0bb25c [2021-04-19T21:07:20.566Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-04-19T21:07:20.842Z] ---> Running in 9a122b50847d [2021-04-19T21:07:21.116Z] Removing intermediate container 46bbf9496f56 [2021-04-19T21:07:21.116Z] ---> a0ed8d99ae6d [2021-04-19T21:07:21.116Z] Step 15/23 : WORKDIR / [2021-04-19T21:07:21.401Z] ---> Running in edac321bd2f5 [2021-04-19T21:07:21.679Z] Removing intermediate container 9a122b50847d [2021-04-19T21:07:21.679Z] ---> 6d30a611f612 [2021-04-19T21:07:21.679Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-04-19T21:07:21.955Z] ---> Running in 636685dfb58c [2021-04-19T21:07:21.955Z] Removing intermediate container edac321bd2f5 [2021-04-19T21:07:21.955Z] ---> 41b2b0ca5353 [2021-04-19T21:07:21.955Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-19T21:07:23.409Z] ---> d6956c42624a [2021-04-19T21:07:23.409Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-04-19T21:07:26.043Z] ---> 832c37d14eb7 [2021-04-19T21:07:26.043Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-04-19T21:07:26.043Z] Removing intermediate container 636685dfb58c [2021-04-19T21:07:26.043Z] ---> 589718ea19a6 [2021-04-19T21:07:26.043Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-04-19T21:07:26.043Z] ---> Running in e9d63c84cbd4 [2021-04-19T21:07:27.030Z] Removing intermediate container e9d63c84cbd4 [2021-04-19T21:07:27.030Z] ---> ed0521df7952 [2021-04-19T21:07:27.030Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-04-19T21:07:27.302Z] ---> 23476ea771c4 [2021-04-19T21:07:27.302Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-04-19T21:07:27.576Z] ---> Running in 818bb850aea0 [2021-04-19T21:07:28.172Z] Removing intermediate container 818bb850aea0 [2021-04-19T21:07:28.172Z] ---> 1f9545409dc4 [2021-04-19T21:07:28.172Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-19T21:07:28.374Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-04-19T21:07:28.374Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-04-19T21:07:28.374Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-04-19T21:07:28.374Z] Fetched 0 B in 0s (0 B/s) [2021-04-19T21:07:28.374Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-04-19T21:07:28.374Z] Fetched 96.5 kB in 0s (0 B/s) [2021-04-19T21:07:28.374Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-04-19T21:07:28.374Z] Fetched 279 kB in 0s (0 B/s) [2021-04-19T21:07:28.374Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-04-19T21:07:28.374Z] Fetched 122 kB in 0s (0 B/s) [2021-04-19T21:07:28.374Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-04-19T21:07:28.374Z] Fetched 77.8 kB in 0s (0 B/s) [2021-04-19T21:07:28.374Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-04-19T21:07:28.374Z] Fetched 8848 B in 0s (0 B/s) [2021-04-19T21:07:28.374Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-04-19T21:07:28.374Z] Fetched 47.8 kB in 0s (0 B/s) [2021-04-19T21:07:28.374Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-04-19T21:07:28.374Z] Fetched 45.6 kB in 0s (0 B/s) [2021-04-19T21:07:28.374Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-04-19T21:07:28.374Z] Fetched 15.0 kB in 0s (0 B/s) [2021-04-19T21:07:28.374Z] Get:1 libcurl4_7.58.0-2ubuntu3.13_amd64.deb [219 kB] [2021-04-19T21:07:28.374Z] Fetched 219 kB in 0s (0 B/s) [2021-04-19T21:07:28.374Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] [2021-04-19T21:07:28.374Z] Fetched 154 kB in 0s (0 B/s) [2021-04-19T21:07:28.374Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-04-19T21:07:28.374Z] Fetched 50.6 kB in 0s (0 B/s) [2021-04-19T21:07:28.374Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-04-19T21:07:28.374Z] Fetched 14.8 kB in 0s (0 B/s) [2021-04-19T21:07:28.374Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-04-19T21:07:28.374Z] Fetched 41.8 kB in 0s (0 B/s) [2021-04-19T21:07:28.374Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-04-19T21:07:28.374Z] Fetched 499 kB in 0s (0 B/s) [2021-04-19T21:07:28.374Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-04-19T21:07:28.374Z] Fetched 111 kB in 0s (0 B/s) [2021-04-19T21:07:28.374Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-04-19T21:07:28.374Z] Fetched 240 kB in 0s (0 B/s) [2021-04-19T21:07:28.374Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-04-19T21:07:28.374Z] Fetched 29.3 kB in 0s (0 B/s) [2021-04-19T21:07:28.374Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-04-19T21:07:28.374Z] Fetched 85.5 kB in 0s (0 B/s) [2021-04-19T21:07:28.374Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-04-19T21:07:28.374Z] Fetched 24.5 kB in 0s (0 B/s) [2021-04-19T21:07:28.374Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-04-19T21:07:28.374Z] Fetched 49.2 kB in 0s (0 B/s) [2021-04-19T21:07:28.374Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-04-19T21:07:28.374Z] Fetched 54.2 kB in 0s (0 B/s) [2021-04-19T21:07:28.374Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-04-19T21:07:28.374Z] Fetched 30.8 kB in 0s (0 B/s) [2021-04-19T21:07:28.374Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] [2021-04-19T21:07:28.374Z] Fetched 15.8 kB in 0s (0 B/s) [2021-04-19T21:07:28.374Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-04-19T21:07:28.374Z] Fetched 85.9 kB in 0s (0 B/s) [2021-04-19T21:07:28.374Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-04-19T21:07:28.374Z] Fetched 8720 B in 0s (0 B/s) [2021-04-19T21:07:28.374Z] Get:1 libhogweed4_3.4-1ubuntu0.1_amd64.deb [137 kB] [2021-04-19T21:07:28.374Z] Fetched 137 kB in 0s (0 B/s) [2021-04-19T21:07:28.374Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-04-19T21:07:28.374Z] Fetched 119 kB in 0s (0 B/s) [2021-04-19T21:07:28.374Z] Get:1 libnettle6_3.4-1ubuntu0.1_amd64.deb [110 kB] [2021-04-19T21:07:28.374Z] Fetched 110 kB in 0s (0 B/s) [2021-04-19T21:07:28.374Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-04-19T21:07:28.374Z] Fetched 11.1 kB in 0s (0 B/s) [2021-04-19T21:07:28.374Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-04-19T21:07:28.374Z] Fetched 645 kB in 0s (0 B/s) [2021-04-19T21:07:28.374Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-04-19T21:07:28.374Z] Fetched 41.3 kB in 0s (0 B/s) [2021-04-19T21:07:28.374Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-04-19T21:07:28.374Z] Fetched 17.9 kB in 0s (0 B/s) [2021-04-19T21:07:28.374Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-04-19T21:07:28.374Z] Fetched 368 kB in 0s (0 B/s) [2021-04-19T21:07:28.374Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-04-19T21:07:28.374Z] Fetched 187 kB in 0s (0 B/s) [2021-04-19T21:07:28.374Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-04-19T21:07:28.374Z] Fetched 175 kB in 0s (0 B/s) [2021-04-19T21:07:28.374Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-04-19T21:07:28.374Z] Fetched 206 kB in 0s (0 B/s) [2021-04-19T21:07:28.374Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb [1301 kB] [2021-04-19T21:07:28.374Z] Fetched 1301 kB in 0s (0 B/s) [2021-04-19T21:07:28.374Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-04-19T21:07:28.374Z] Fetched 36.2 kB in 0s (0 B/s) [2021-04-19T21:07:28.374Z] Get:1 curl_7.58.0-2ubuntu3.13_amd64.deb [159 kB] [2021-04-19T21:07:28.374Z] Fetched 159 kB in 0s (0 B/s) [2021-04-19T21:07:28.374Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-04-19T21:07:28.374Z] Fetched 107 kB in 0s (0 B/s) [2021-04-19T21:07:28.374Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-04-19T21:07:28.374Z] Fetched 48.7 kB in 0s (0 B/s) [2021-04-19T21:07:28.374Z] Pulling static-packages [2021-04-19T21:07:28.374Z] + snapcraftctl pull [2021-04-19T21:07:28.374Z] Pulling version [2021-04-19T21:07:28.374Z] + cd /root/project [2021-04-19T21:07:28.374Z] + [ -f VERSION ] [2021-04-19T21:07:28.374Z] + PROJECT_VERSION=local-dev [2021-04-19T21:07:28.374Z] + git rev-parse --short HEAD [2021-04-19T21:07:28.375Z] + GIT_REVISION=2d718ae3 [2021-04-19T21:07:28.375Z] + snapcraftctl set-version local-dev [2021-04-19T21:07:28.375Z] Skipping build go-build-helper (already ran) [2021-04-19T21:07:28.375Z] Building app-service-config [2021-04-19T21:07:28.375Z] + make build [2021-04-19T21:07:28.375Z] CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.0.0-dev.43 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=0.0.0" -o app-service-configurable [2021-04-19T21:07:28.449Z] ---> f0f6869b8fb9 [2021-04-19T21:07:28.449Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-04-19T21:07:28.449Z] ---> Running in a05f054c7714 [2021-04-19T21:07:28.724Z] ---> Running in e14d13169c9f [2021-04-19T21:07:29.703Z] Removing intermediate container a05f054c7714 [2021-04-19T21:07:29.703Z] ---> 32470a07327a [2021-04-19T21:07:29.703Z] Step 21/23 : LABEL arch=arm64 [2021-04-19T21:07:29.703Z] ---> Running in 2d5eb2d4bda1 [2021-04-19T21:07:30.289Z] go: downloading github.com/edgexfoundry/app-functions-sdk-go/v2 v2.0.0-dev.43 [2021-04-19T21:07:30.289Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.32 [2021-04-19T21:07:30.289Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.8 [2021-04-19T21:07:30.549Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.64 [2021-04-19T21:07:30.549Z] go: downloading github.com/google/uuid v1.2.0 [2021-04-19T21:07:30.549Z] go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.4 [2021-04-19T21:07:30.549Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-04-19T21:07:30.549Z] go: downloading github.com/x448/float16 v0.8.4 [2021-04-19T21:07:30.688Z] Removing intermediate container 2d5eb2d4bda1 [2021-04-19T21:07:30.688Z] ---> 3d13d1ff79cc [2021-04-19T21:07:30.688Z] Step 22/23 : LABEL git_sha=2d718ae38af5677d2ecb37db5b545b28beba233c [2021-04-19T21:07:30.824Z] go: downloading github.com/go-playground/validator/v10 v10.4.1 [2021-04-19T21:07:30.824Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-04-19T21:07:30.824Z] go: downloading github.com/hashicorp/consul/api v1.8.1 [2021-04-19T21:07:30.824Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-04-19T21:07:30.824Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.5 [2021-04-19T21:07:30.960Z] ---> Running in ca3d1a917739 [2021-04-19T21:07:31.085Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-04-19T21:07:31.085Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2021-04-19T21:07:31.085Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.14 [2021-04-19T21:07:31.085Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-04-19T21:07:31.085Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.2 [2021-04-19T21:07:31.085Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-04-19T21:07:31.345Z] go: downloading golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 [2021-04-19T21:07:31.345Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-04-19T21:07:31.604Z] go: downloading github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 [2021-04-19T21:07:31.604Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.3.3 [2021-04-19T21:07:31.604Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-04-19T21:07:31.604Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-04-19T21:07:31.604Z] go: downloading golang.org/x/net v0.0.0-20200425230154-ff2c4b7c35a0 [2021-04-19T21:07:31.604Z] go: downloading github.com/gorilla/websocket v1.4.2 [2021-04-19T21:07:31.604Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-04-19T21:07:31.604Z] go: downloading github.com/hashicorp/go-hclog v0.12.0 [2021-04-19T21:07:31.864Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-04-19T21:07:31.864Z] go: downloading github.com/hashicorp/serf v0.9.5 [2021-04-19T21:07:31.864Z] go: downloading github.com/mattn/go-isatty v0.0.12 [2021-04-19T21:07:31.864Z] go: downloading github.com/pebbe/zmq4 v1.2.7 [2021-04-19T21:07:31.864Z] go: downloading github.com/fatih/color v1.9.0 [2021-04-19T21:07:31.864Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-04-19T21:07:31.864Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-04-19T21:07:31.864Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-04-19T21:07:31.864Z] go: downloading github.com/mattn/go-colorable v0.1.6 [2021-04-19T21:07:31.864Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2021-04-19T21:07:31.864Z] go: downloading golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd [2021-04-19T21:07:31.864Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-04-19T21:07:31.864Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-04-19T21:07:31.864Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-04-19T21:07:31.864Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-04-19T21:07:31.938Z] Removing intermediate container ca3d1a917739 [2021-04-19T21:07:31.938Z] ---> 03de8c128eb9 [2021-04-19T21:07:31.938Z] Step 23/23 : LABEL version=0.0.0 [2021-04-19T21:07:32.123Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-04-19T21:07:32.217Z] ---> Running in a79ffd411386 [2021-04-19T21:07:32.812Z] Removing intermediate container e14d13169c9f [2021-04-19T21:07:32.812Z] ---> 0e8a1dbd4a4e [2021-04-19T21:07:32.812Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-19T21:07:33.086Z] Removing intermediate container a79ffd411386 [2021-04-19T21:07:33.086Z] ---> 8df454549b71 [2021-04-19T21:07:33.086Z] [2021-04-19T21:07:34.066Z] Successfully built 8df454549b71 [2021-04-19T21:07:34.066Z] Successfully tagged docker-core-command-go-arm64:latest [2021-04-19T21:07:34.066Z]  Building docker-core-command-go ... done  ---> 2baa7df24294 [2021-04-19T21:07:34.066Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-04-19T21:07:36.053Z] ---> 055d78a3013b [2021-04-19T21:07:36.053Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-04-19T21:07:37.506Z] ---> beecf41705b0 [2021-04-19T21:07:37.506Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-04-19T21:07:38.494Z] ---> b74878e84279 [2021-04-19T21:07:38.494Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-04-19T21:07:39.940Z] ---> 6d4834a56323 [2021-04-19T21:07:39.940Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-04-19T21:07:40.218Z] ---> Running in e29d39ae399c [2021-04-19T21:07:40.817Z] Removing intermediate container e29d39ae399c [2021-04-19T21:07:40.817Z] ---> 0a4310b92e8a [2021-04-19T21:07:40.817Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-04-19T21:07:42.138Z] + install -DT ./app-service-configurable /root/parts/app-service-config/install/bin/app-service-configurable [2021-04-19T21:07:42.138Z] + install -DT ./res/rules-engine/configuration.toml /root/parts/app-service-config/install/config/app-service-configurable/res/rules-engine/configuration.toml [2021-04-19T21:07:42.138Z] + install -DT ./Attribution.txt /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/Attribution.txt [2021-04-19T21:07:42.138Z] + install -DT ./LICENSE /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/LICENSE [2021-04-19T21:07:42.138Z] Building config-common [2021-04-19T21:07:42.138Z] + snapcraftctl build [2021-04-19T21:07:42.292Z] ---> c2f462b35b51 [2021-04-19T21:07:42.292Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-04-19T21:07:42.569Z] ---> Running in 2731416cba2c [2021-04-19T21:07:44.064Z] Building edgex-go [2021-04-19T21:07:44.364Z] + cd /root/parts/edgex-go/src [2021-04-19T21:07:44.364Z] + make build [2021-04-19T21:07:44.364Z] 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-19T21:07:44.625Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.34 [2021-04-19T21:07:44.625Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.71 [2021-04-19T21:07:44.625Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.9 [2021-04-19T21:07:44.625Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-04-19T21:07:44.625Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.6 [2021-04-19T21:07:44.885Z] go: downloading github.com/pelletier/go-toml v1.9.0 [2021-04-19T21:07:44.885Z] go: downloading github.com/go-playground/validator/v10 v10.5.0 [2021-04-19T21:07:44.885Z] go: downloading github.com/imdario/mergo v0.3.12 [2021-04-19T21:07:44.885Z] go: downloading github.com/pkg/errors v0.8.1 [2021-04-19T21:07:44.885Z] go: downloading golang.org/x/text v0.3.2 [2021-04-19T21:07:46.920Z] Removing intermediate container 2731416cba2c [2021-04-19T21:07:46.920Z] ---> 3828a19e498e [2021-04-19T21:07:46.920Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-04-19T21:07:47.194Z] ---> Running in 2330ad8c6ff6 [2021-04-19T21:07:47.477Z] Removing intermediate container fd49802cb494 [2021-04-19T21:07:47.477Z] ---> caedfe6f107d [2021-04-19T21:07:47.477Z] Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-04-19T21:07:47.477Z] ---> Running in 5fc41afd61c8 [2021-04-19T21:07:47.759Z] Removing intermediate container 2330ad8c6ff6 [2021-04-19T21:07:47.759Z] ---> 93a12932c1c0 [2021-04-19T21:07:47.759Z] Step 28/31 : CMD ["gate"] [2021-04-19T21:07:48.358Z] ---> Running in 4b4aa48a4dd8 [2021-04-19T21:07:48.952Z] Removing intermediate container 4b4aa48a4dd8 [2021-04-19T21:07:48.952Z] ---> 8295e9ac8c47 [2021-04-19T21:07:48.952Z] Step 29/31 : LABEL arch=arm64 [2021-04-19T21:07:48.952Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-04-19T21:07:49.086Z] 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-19T21:07:49.086Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-04-19T21:07:49.228Z] ---> Running in 7d41418141a1 [2021-04-19T21:07:49.835Z] Removing intermediate container 7d41418141a1 [2021-04-19T21:07:49.835Z] ---> ef7727420c6e [2021-04-19T21:07:49.835Z] Step 30/31 : LABEL git_sha=2d718ae38af5677d2ecb37db5b545b28beba233c [2021-04-19T21:07:50.107Z] ---> Running in 3ccde5a078c4 [2021-04-19T21:07:50.709Z] Removing intermediate container 3ccde5a078c4 [2021-04-19T21:07:50.709Z] ---> 1ce302c5bc3e [2021-04-19T21:07:50.709Z] Step 31/31 : LABEL version=0.0.0 [2021-04-19T21:07:50.980Z] ---> Running in 211782f71413 [2021-04-19T21:07:51.961Z] Removing intermediate container 211782f71413 [2021-04-19T21:07:51.961Z] ---> 6da2b7b484f2 [2021-04-19T21:07:51.961Z] [2021-04-19T21:07:52.557Z] Successfully built 6da2b7b484f2 [2021-04-19T21:07:52.557Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-04-19T21:07:54.387Z] 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-19T21:07:54.518Z]  Building docker-security-bootstrapper-go ... done Removing intermediate container 5fc41afd61c8 [2021-04-19T21:07:54.518Z] ---> ee4d1fee7ce9 [2021-04-19T21:07:54.518Z] [2021-04-19T21:07:54.518Z] Step 11/23 : FROM docker:20.10.0 [2021-04-19T21:07:55.489Z] 20.10.0: Pulling from library/docker [2021-04-19T21:07:55.781Z] 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-19T21:07:57.694Z] 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-19T21:07:58.267Z] 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-19T21:07:58.268Z] go: downloading github.com/stretchr/testify v1.7.0 [2021-04-19T21:07:58.527Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-04-19T21:07:58.527Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-04-19T21:07:58.527Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-04-19T21:08:00.436Z] 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-19T21:08:00.436Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-04-19T21:08:00.436Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-04-19T21:08:01.821Z] 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-19T21:08:02.914Z] 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-19T21:08:04.374Z] 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-19T21:08:05.390Z] 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-19T21:08:05.636Z] Removing intermediate container df3f30061277 [2021-04-19T21:08:05.636Z] ---> 4914bef40f5a [2021-04-19T21:08:05.636Z] [2021-04-19T21:08:05.636Z] Step 10/23 : FROM alpine:3.12 [2021-04-19T21:08:05.636Z] ---> 9852663dfa18 [2021-04-19T21:08:05.636Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-04-19T21:08:05.636Z] ---> Running in d75fdd22f278 [2021-04-19T21:08:05.636Z] Removing intermediate container d75fdd22f278 [2021-04-19T21:08:05.636Z] ---> 74050b18e93f [2021-04-19T21:08:05.636Z] Step 12/23 : ENV APP_PORT=48080 [2021-04-19T21:08:05.636Z] ---> Running in 90ac6f3b0917 [2021-04-19T21:08:05.636Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-04-19T21:08:05.636Z] Status: Downloaded newer image for docker:20.10.0 [2021-04-19T21:08:05.636Z] ---> eeaf43b92773 [2021-04-19T21:08:05.636Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' [2021-04-19T21:08:05.636Z] ---> Running in 818c4d714c77 [2021-04-19T21:08:05.636Z] Removing intermediate container 90ac6f3b0917 [2021-04-19T21:08:05.636Z] ---> 8a5001645e3b [2021-04-19T21:08:05.636Z] Step 13/23 : EXPOSE $APP_PORT [2021-04-19T21:08:05.636Z] ---> Running in 36353d623ae1 [2021-04-19T21:08:05.636Z] Removing intermediate container 818c4d714c77 [2021-04-19T21:08:05.636Z] ---> b26b570f4792 [2021-04-19T21:08:05.636Z] Step 13/23 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 [2021-04-19T21:08:05.636Z] ---> Running in c613e1f54f1e [2021-04-19T21:08:05.687Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-04-19T21:08:06.234Z] Removing intermediate container 36353d623ae1 [2021-04-19T21:08:06.234Z] ---> 9c2d44f97af4 [2021-04-19T21:08:06.234Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-19T21:08:06.234Z] ---> Running in f5f7d62e60df [2021-04-19T21:08:07.215Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-19T21:08:07.215Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-19T21:08:07.366Z] 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-19T21:08:07.366Z] go: downloading github.com/lib/pq v1.9.0 [2021-04-19T21:08:07.814Z] (1/39) Installing readline (8.0.4-r0) [2021-04-19T21:08:07.814Z] (2/39) Installing bash (5.0.17-r0) [2021-04-19T21:08:07.814Z] Executing bash-5.0.17-r0.post-install [2021-04-19T21:08:07.814Z] (3/39) Installing nghttp2-libs (1.41.0-r0) [2021-04-19T21:08:07.814Z] (4/39) Installing libcurl (7.76.1-r0) [2021-04-19T21:08:07.814Z] (5/39) Installing curl (7.76.1-r0) [2021-04-19T21:08:07.814Z] (6/39) Installing dumb-init (1.2.2-r1) [2021-04-19T21:08:07.814Z] (7/39) Installing libbz2 (1.0.8-r1) [2021-04-19T21:08:07.814Z] (8/39) Installing expat (2.2.9-r1) [2021-04-19T21:08:07.814Z] (9/39) Installing libffi (3.3-r2) [2021-04-19T21:08:07.814Z] (10/39) Installing gdbm (1.13-r1) [2021-04-19T21:08:07.814Z] (11/39) Installing xz-libs (5.2.5-r0) [2021-04-19T21:08:07.814Z] (12/39) Installing sqlite-libs (3.32.1-r0) [2021-04-19T21:08:07.814Z] (13/39) Installing python3 (3.8.8-r0) [2021-04-19T21:08:08.811Z] + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command [2021-04-19T21:08:08.812Z] + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml [2021-04-19T21:08:08.812Z] + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data [2021-04-19T21:08:08.812Z] + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml [2021-04-19T21:08:08.812Z] + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata [2021-04-19T21:08:08.812Z] + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml [2021-04-19T21:08:08.812Z] + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications [2021-04-19T21:08:08.812Z] + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml [2021-04-19T21:08:08.812Z] + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler [2021-04-19T21:08:08.812Z] + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml [2021-04-19T21:08:08.812Z] + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent [2021-04-19T21:08:08.812Z] + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml [2021-04-19T21:08:08.812Z] + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup [2021-04-19T21:08:08.812Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml [2021-04-19T21:08:08.812Z] + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup [2021-04-19T21:08:08.812Z] + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml [2021-04-19T21:08:08.812Z] + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider [2021-04-19T21:08:08.812Z] + 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-19T21:08:08.812Z] + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper [2021-04-19T21:08:09.071Z] + 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-19T21:08:09.071Z] + install -DT ./cmd/security-bootstrapper/res/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res/configuration.toml [2021-04-19T21:08:09.071Z] + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config [2021-04-19T21:08:09.071Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml [2021-04-19T21:08:09.071Z] + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt [2021-04-19T21:08:09.071Z] + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE [2021-04-19T21:08:09.071Z] + 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-19T21:08:09.259Z] Removing intermediate container f5f7d62e60df [2021-04-19T21:08:09.259Z] ---> 4ac1d8a40042 [2021-04-19T21:08:09.259Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-04-19T21:08:09.259Z] ---> Running in 7b2c4f6adedf [2021-04-19T21:08:09.533Z] (14/39) Installing py3-appdirs (1.4.4-r1) [2021-04-19T21:08:09.533Z] (15/39) Installing py3-ordered-set (4.0.1-r0) [2021-04-19T21:08:09.533Z] (16/39) Installing py3-parsing (2.4.7-r0) [2021-04-19T21:08:09.533Z] (17/39) Installing py3-six (1.15.0-r0) [2021-04-19T21:08:09.533Z] (18/39) Installing py3-packaging (20.4-r0) [2021-04-19T21:08:09.533Z] (19/39) Installing py3-setuptools (47.0.0-r0) [2021-04-19T21:08:09.811Z] (20/39) Installing py3-chardet (3.0.4-r4) [2021-04-19T21:08:09.811Z] (21/39) Installing py3-idna (2.9-r0) [2021-04-19T21:08:09.811Z] (22/39) Installing py3-certifi (2020.4.5.1-r0) [2021-04-19T21:08:09.811Z] (23/39) Installing py3-urllib3 (1.25.9-r0) [2021-04-19T21:08:09.811Z] (24/39) Installing py3-requests (2.23.0-r0) [2021-04-19T21:08:09.811Z] (25/39) Installing py3-msgpack (1.0.0-r0) [2021-04-19T21:08:09.811Z] (26/39) Installing py3-lockfile (0.12.2-r3) [2021-04-19T21:08:09.811Z] (27/39) Installing py3-cachecontrol (0.12.6-r0) [2021-04-19T21:08:10.080Z] (28/39) Installing py3-colorama (0.4.3-r0) [2021-04-19T21:08:10.080Z] (29/39) Installing py3-distlib (0.3.0-r0) [2021-04-19T21:08:10.080Z] (30/39) Installing py3-distro (1.5.0-r1) [2021-04-19T21:08:10.080Z] (31/39) Installing py3-webencodings (0.5.1-r3) [2021-04-19T21:08:10.080Z] (32/39) Installing py3-html5lib (1.0.1-r4) [2021-04-19T21:08:10.080Z] (33/39) Installing py3-pytoml (0.1.21-r0) [2021-04-19T21:08:10.080Z] (34/39) Installing py3-pep517 (0.8.2-r0) [2021-04-19T21:08:10.080Z] (35/39) Installing py3-progress (1.5-r0) [2021-04-19T21:08:10.080Z] (36/39) Installing py3-toml (0.10.1-r0) [2021-04-19T21:08:10.080Z] (37/39) Installing py3-retrying (1.3.3-r0) [2021-04-19T21:08:10.080Z] (38/39) Installing py3-contextlib2 (0.6.0-r0) [2021-04-19T21:08:10.080Z] (39/39) Installing py3-pip (20.1.1-r0) [2021-04-19T21:08:10.359Z] Executing busybox-1.31.1-r19.trigger [2021-04-19T21:08:10.359Z] OK: 72 MiB in 59 packages [2021-04-19T21:08:10.635Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-19T21:08:11.614Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-19T21:08:12.374Z] Building static-packages [2021-04-19T21:08:12.374Z] + snapcraftctl build [2021-04-19T21:08:12.590Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-04-19T21:08:12.590Z] (2/6) Installing libgcc (9.3.0-r2) [2021-04-19T21:08:12.590Z] (3/6) Installing libsodium (1.0.18-r0) [2021-04-19T21:08:12.590Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-04-19T21:08:12.862Z] (5/6) Installing libzmq (4.3.3-r0) [2021-04-19T21:08:12.863Z] (6/6) Installing zeromq (4.3.3-r0) [2021-04-19T21:08:13.131Z] Executing busybox-1.31.1-r20.trigger [2021-04-19T21:08:13.131Z] OK: 8 MiB in 20 packages [2021-04-19T21:08:14.287Z] Building version [2021-04-19T21:08:14.287Z] + snapcraftctl build [2021-04-19T21:08:14.563Z] Collecting docker-compose==1.23.2 [2021-04-19T21:08:14.563Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-04-19T21:08:14.563Z] Removing intermediate container 7b2c4f6adedf [2021-04-19T21:08:14.563Z] ---> 6a47f0f40634 [2021-04-19T21:08:14.563Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-19T21:08:15.158Z] ---> c12dfeb0e2e9 [2021-04-19T21:08:15.158Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-04-19T21:08:16.132Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-04-19T21:08:16.132Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-04-19T21:08:16.199Z] Skipping stage go-build-helper (already ran) [2021-04-19T21:08:16.199Z] Staging app-service-config [2021-04-19T21:08:16.199Z] + snapcraftctl stage [2021-04-19T21:08:16.411Z] ---> c6553f80e23b [2021-04-19T21:08:16.411Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-04-19T21:08:16.685Z] Collecting docopt<0.7,>=0.6.1 [2021-04-19T21:08:16.685Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-04-19T21:08:17.145Z] Staging config-common [2021-04-19T21:08:17.145Z] + snapcraftctl stage [2021-04-19T21:08:17.283Z] ---> c9e127427e16 [2021-04-19T21:08:17.283Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-04-19T21:08:17.556Z] ---> Running in 93bfab085989 [2021-04-19T21:08:17.826Z] Removing intermediate container 93bfab085989 [2021-04-19T21:08:17.826Z] ---> 86175d236c13 [2021-04-19T21:08:17.826Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-19T21:08:18.087Z] Staging edgex-go [2021-04-19T21:08:18.097Z] ---> Running in 10300ff66aab [2021-04-19T21:08:18.347Z] + snapcraftctl stage [2021-04-19T21:08:18.376Z] Removing intermediate container 10300ff66aab [2021-04-19T21:08:18.376Z] ---> 094d665e42eb [2021-04-19T21:08:18.376Z] Step 21/23 : LABEL arch=arm64 [2021-04-19T21:08:18.649Z] ---> Running in f61250e7920f [2021-04-19T21:08:18.924Z] Collecting texttable<0.10,>=0.9.0 [2021-04-19T21:08:18.924Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-04-19T21:08:19.198Z] Removing intermediate container f61250e7920f [2021-04-19T21:08:19.198Z] ---> 7daa0a80ba84 [2021-04-19T21:08:19.198Z] Step 22/23 : LABEL git_sha=2d718ae38af5677d2ecb37db5b545b28beba233c [2021-04-19T21:08:19.198Z] ---> Running in 2d3d0d0ade14 [2021-04-19T21:08:19.286Z] Staging static-packages [2021-04-19T21:08:19.286Z] + snapcraftctl stage [2021-04-19T21:08:19.796Z] Removing intermediate container 2d3d0d0ade14 [2021-04-19T21:08:19.797Z] ---> f36218c1b258 [2021-04-19T21:08:19.797Z] Step 23/23 : LABEL version=0.0.0 [2021-04-19T21:08:19.797Z] ---> Running in 9bb9d945bb19 [2021-04-19T21:08:20.389Z] Removing intermediate container 9bb9d945bb19 [2021-04-19T21:08:20.389Z] ---> 1b8b3b8ea028 [2021-04-19T21:08:20.389Z] [2021-04-19T21:08:20.673Z] Staging version [2021-04-19T21:08:20.673Z] + snapcraftctl stage [2021-04-19T21:08:20.986Z] Successfully built 1b8b3b8ea028 [2021-04-19T21:08:20.986Z] Successfully tagged docker-core-data-go-arm64:latest [2021-04-19T21:08:21.254Z]  Building docker-core-data-go ... done Collecting websocket-client<1.0,>=0.32.0 [2021-04-19T21:08:21.254Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-04-19T21:08:21.615Z] Priming go-build-helper [2021-04-19T21:08:21.615Z] + snapcraftctl prime [2021-04-19T21:08:21.844Z] Collecting cached-property<2,>=1.2.0 [2021-04-19T21:08:21.844Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-04-19T21:08:22.432Z] Collecting docker<4.0,>=3.6.0 [2021-04-19T21:08:22.432Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-04-19T21:08:22.554Z] Priming app-service-config [2021-04-19T21:08:22.554Z] + snapcraftctl prime [2021-04-19T21:08:22.702Z] 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-19T21:08:23.674Z] Collecting PyYAML<4,>=3.10 [2021-04-19T21:08:23.674Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-04-19T21:08:23.939Z] Priming config-common [2021-04-19T21:08:23.939Z] + snapcraftctl prime [2021-04-19T21:08:24.883Z] Priming edgex-go [2021-04-19T21:08:24.883Z] + snapcraftctl prime [2021-04-19T21:08:26.270Z] Priming static-packages [2021-04-19T21:08:26.270Z] + snapcraftctl prime [2021-04-19T21:08:26.283Z] Collecting jsonschema<3,>=2.5.1 [2021-04-19T21:08:26.552Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-04-19T21:08:26.821Z] Collecting dockerpty<0.5,>=0.4.1 [2021-04-19T21:08:26.821Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-04-19T21:08:28.812Z] Priming version [2021-04-19T21:08:28.812Z] + snapcraftctl prime [2021-04-19T21:08:29.418Z] Collecting urllib3<1.25,>=1.21.1 [2021-04-19T21:08:29.418Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-04-19T21:08:29.418Z] 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-19T21:08:29.418Z] 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-19T21:08:29.418Z] Collecting idna<2.8,>=2.5 [2021-04-19T21:08:29.418Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-04-19T21:08:29.418Z] Collecting docker-pycreds>=0.4.0 [2021-04-19T21:08:29.691Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-04-19T21:08:29.691Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-04-19T21:08:29.691Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-04-19T21:08:29.691Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-04-19T21:08:29.691Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-04-19T21:08:29.752Z] The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [2021-04-19T21:08:30.658Z] Installing collected packages: urllib3, idna, requests, docopt, texttable, websocket-client, cached-property, docker-pycreds, docker, PyYAML, jsonschema, dockerpty, docker-compose [2021-04-19T21:08:30.658Z] Attempting uninstall: urllib3 [2021-04-19T21:08:30.658Z] Found existing installation: urllib3 1.25.9 [2021-04-19T21:08:30.658Z] Uninstalling urllib3-1.25.9: [2021-04-19T21:08:30.658Z] Successfully uninstalled urllib3-1.25.9 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [2021-04-19T21:08:31.252Z] Attempting uninstall: idna [2021-04-19T21:08:31.252Z] Found existing installation: idna 2.9 [2021-04-19T21:08:31.252Z] Uninstalling idna-2.9: [2021-04-19T21:08:31.252Z] Successfully uninstalled idna-2.9 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-04-19T21:08:31.842Z] Attempting uninstall: requests [2021-04-19T21:08:31.842Z] Found existing installation: requests 2.23.0 [2021-04-19T21:08:31.842Z] Uninstalling requests-2.23.0: [2021-04-19T21:08:31.842Z] Successfully uninstalled requests-2.23.0 [2021-04-19T21:08:32.115Z] Running setup.py install for docopt: started [2021-04-19T21:08:34.075Z] Running setup.py install for docopt: finished with status 'done' [2021-04-19T21:08:34.075Z] Running setup.py install for texttable: started [2021-04-19T21:08:36.039Z] Running setup.py install for texttable: finished with status 'done' [2021-04-19T21:08:37.081Z] Running setup.py install for PyYAML: started [2021-04-19T21:08:39.070Z] Running setup.py install for PyYAML: finished with status 'done' [2021-04-19T21:08:39.701Z] Running setup.py install for dockerpty: started [2021-04-19T21:08:41.699Z] Running setup.py install for dockerpty: finished with status 'done' [2021-04-19T21:08:42.687Z] 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-19T21:08:50.957Z] Removing intermediate container c613e1f54f1e [2021-04-19T21:08:50.957Z] ---> 1f1656792c44 [2021-04-19T21:08:50.957Z] Step 14/23 : ENV APP_PORT=48090 [2021-04-19T21:08:50.957Z] ---> Running in 1c4c654468a8 [2021-04-19T21:08:51.227Z] Removing intermediate container 1c4c654468a8 [2021-04-19T21:08:51.227Z] ---> a39abd6942e5 [2021-04-19T21:08:51.227Z] Step 15/23 : EXPOSE $APP_PORT [2021-04-19T21:08:51.502Z] ---> Running in cf05737cfeb4 [2021-04-19T21:08:52.094Z] Removing intermediate container cf05737cfeb4 [2021-04-19T21:08:52.094Z] ---> eb82381d8d50 [2021-04-19T21:08:52.094Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-04-19T21:08:53.075Z] ---> f0c4d37ebdb2 [2021-04-19T21:08:53.075Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-04-19T21:08:54.051Z] ---> 058534813542 [2021-04-19T21:08:54.051Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-04-19T21:08:54.647Z] ---> 7633ab59e0da [2021-04-19T21:08:54.647Z] Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-04-19T21:08:54.925Z] ---> Running in edfd69d4fede [2021-04-19T21:08:55.532Z] Removing intermediate container edfd69d4fede [2021-04-19T21:08:55.532Z] ---> 337cc97e6a1d [2021-04-19T21:08:55.532Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-19T21:08:55.532Z] ---> Running in 3432fc9a2cbc [2021-04-19T21:08:55.806Z] Removing intermediate container 3432fc9a2cbc [2021-04-19T21:08:55.806Z] ---> 9de7cae8d88e [2021-04-19T21:08:55.806Z] Step 21/23 : LABEL arch=arm64 [2021-04-19T21:08:56.079Z] ---> Running in 14d97489f9f1 [2021-04-19T21:08:56.351Z] Removing intermediate container 14d97489f9f1 [2021-04-19T21:08:56.351Z] ---> 209385ab7cd6 [2021-04-19T21:08:56.351Z] Step 22/23 : LABEL git_sha=2d718ae38af5677d2ecb37db5b545b28beba233c [2021-04-19T21:08:56.623Z] ---> Running in 9fbdb66bae9b [2021-04-19T21:08:56.897Z] Removing intermediate container 9fbdb66bae9b [2021-04-19T21:08:56.897Z] ---> cba4229cd2c0 [2021-04-19T21:08:56.897Z] Step 23/23 : LABEL version=0.0.0 [2021-04-19T21:08:57.176Z] ---> Running in 1fb01ce2545e [2021-04-19T21:08:57.766Z] Removing intermediate container 1fb01ce2545e [2021-04-19T21:08:57.766Z] ---> e93bc6bec961 [2021-04-19T21:08:57.766Z] [2021-04-19T21:08:58.036Z] Successfully built e93bc6bec961 [2021-04-19T21:08:58.037Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-04-19T21:08:58.640Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-04-19T21:08:58.655Z] $ docker stop --time=1 f1e454bf2cc3afc0115b44c9c6890aa5a041a94684db19590d5251d1c852314d [2021-04-19T21:09:00.585Z] $ docker rm -f f1e454bf2cc3afc0115b44c9c6890aa5a041a94684db19590d5251d1c852314d [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-19T21:09:01.144Z] + docker images [2021-04-19T21:09:01.144Z] + grep docker [2021-04-19T21:09:01.413Z] docker-sys-mgmt-agent-go-arm64 latest e93bc6bec961 4 seconds ago 299MB [2021-04-19T21:09:01.413Z] docker-core-data-go-arm64 latest 1b8b3b8ea028 41 seconds ago 21.6MB [2021-04-19T21:09:01.413Z] docker-security-bootstrapper-go-arm64 latest 6da2b7b484f2 About a minute ago 18.1MB [2021-04-19T21:09:01.413Z] docker-core-command-go-arm64 latest 8df454549b71 About a minute ago 16.5MB [2021-04-19T21:09:01.413Z] docker-core-metadata-go-arm64 latest bd88ad23d303 4 minutes ago 18.1MB [2021-04-19T21:09:01.413Z] docker-support-scheduler-go-arm64 latest 5a8da54aef0c 4 minutes ago 16.6MB [2021-04-19T21:09:01.413Z] docker-security-secretstore-setup-go-arm64 latest b6b5a4928379 4 minutes ago 24.9MB [2021-04-19T21:09:01.413Z] docker-support-notifications-go-arm64 latest a43c62b2ad0c 4 minutes ago 17.2MB [2021-04-19T21:09:01.413Z] docker-security-proxy-setup-go-arm64 latest 34d08e091c8b 4 minutes ago 24.6MB [2021-04-19T21:09:01.413Z] docker 20.10.0 eeaf43b92773 4 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-19T21:09:01.962Z] ---> job-cost.sh [2021-04-19T21:09:01.962Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-iSwl [2021-04-19T21:09:40.925Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-04-19T21:11:17.669Z] lf-activate-venv(): INFO: Adding /tmp/venv-iSwl/bin to PATH [2021-04-19T21:11:17.669Z] INFO: No Stack... [2021-04-19T21:11:17.669Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-04-19T21:11:17.669Z] INFO: Archiving Costs [Pipeline] sh [2021-04-19T21:11:18.004Z] + cat /w/workspace/edgex-go/2/archives/cost.csv [2021-04-19T21:11:18.004Z] + cut -d, -f6 [Pipeline] lock [2021-04-19T21:11:18.116Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3381-2-stack-cost] [2021-04-19T21:11:18.126Z] Resource [jenkins-edgexfoundry-edgex-go-PR-3381-2-stack-cost] did not exist. Created. [2021-04-19T21:11:18.127Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3381-2-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-04-19T21:11:18.481Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-04-19T21:11:18.755Z] Stashed 1 file(s) [Pipeline] } [2021-04-19T21:11:18.771Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3381-2-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2021-04-19T21:11:19.473Z] provisioning config files... [2021-04-19T21:11:19.485Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/2@tmp/config3322033005556473035tmp [Pipeline] { [Pipeline] sh [2021-04-19T21:11:19.828Z] + set +x [2021-04-19T21:11:19.828Z] + curl -s https://codecov.io/bash [2021-04-19T21:11:19.828Z] + bash -s -- [2021-04-19T21:11:20.090Z] [2021-04-19T21:11:20.090Z] _____ _ [2021-04-19T21:11:20.090Z] / ____| | | [2021-04-19T21:11:20.090Z] | | ___ __| | ___ ___ _____ __ [2021-04-19T21:11:20.090Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-04-19T21:11:20.090Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-04-19T21:11:20.090Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-04-19T21:11:20.090Z] Bash-1.0.1 [2021-04-19T21:11:20.090Z] [2021-04-19T21:11:20.090Z] [2021-04-19T21:11:20.090Z] ==> git version 2.24.3 found [2021-04-19T21:11:20.091Z] ==> 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-19T21:11:20.091Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-04-19T21:11:20.091Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-04-19T21:11:20.091Z] ==> Jenkins CI detected. [2021-04-19T21:11:20.091Z] project root: . [2021-04-19T21:11:20.091Z] --> token set from env [2021-04-19T21:11:20.091Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-04-19T21:11:20.353Z] ==> Running gcov in . (disable via -X gcov) [2021-04-19T21:11:20.353Z] ==> Python coveragepy not found [2021-04-19T21:11:20.353Z] ==> Searching for coverage reports in: [2021-04-19T21:11:20.353Z] + . [2021-04-19T21:11:20.353Z] -> Found 1 reports [2021-04-19T21:11:20.353Z] ==> Detecting git/mercurial file structure [2021-04-19T21:11:20.353Z] ==> Reading reports [2021-04-19T21:11:20.353Z] + ./coverage.out bytes=703598 [2021-04-19T21:11:20.353Z] ==> Appending adjustments [2021-04-19T21:11:20.353Z] https://docs.codecov.io/docs/fixing-reports [2021-04-19T21:11:24.579Z] + Found adjustments [2021-04-19T21:11:24.579Z] ==> Gzipping contents [2021-04-19T21:11:24.579Z] 100K /tmp/codecov.RhLY0p.gz [2021-04-19T21:11:24.579Z] ==> Uploading reports [2021-04-19T21:11:24.579Z] url: https://codecov.io [2021-04-19T21:11:24.579Z] query: branch=PR-3381&commit=2d718ae38af5677d2ecb37db5b545b28beba233c&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3381%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3381&job=&cmd_args= [2021-04-19T21:11:24.579Z] -> Pinging Codecov [2021-04-19T21:11:24.579Z] https://codecov.io/upload/v4?package=bash-1.0.1&token=secret&branch=PR-3381&commit=2d718ae38af5677d2ecb37db5b545b28beba233c&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3381%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3381&job=&cmd_args= [2021-04-19T21:11:24.579Z] -> Uploading to [2021-04-19T21:11:24.579Z] https://storage.googleapis.com/codecov/v4/raw/2021-04-19/00271124DB129430A58F1EEE437C3FCB/2d718ae38af5677d2ecb37db5b545b28beba233c/9ef9a2f4-3039-4bd6-95d4-5f07a31269d5.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210419%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210419T211124Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=6523cfb6e0194ebfed4153025654f303df17fb0faa8a13e8c80a2aa01006c2e6 [2021-04-19T21:11:24.579Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-19T21:11:24.579Z] Dload Upload Total Spent Left Speed [2021-04-19T21:11:24.841Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 98k 0 0 100 98k 0 219k --:--:-- --:--:-- --:--:-- 219k 100 98k 0 0 100 98k 0 219k --:--:-- --:--:-- --:--:-- 219k [2021-04-19T21:11:24.841Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/2d718ae38af5677d2ecb37db5b545b28beba233c [Pipeline] } [2021-04-19T21:11:24.850Z] 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-19T21:11:25.671Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-19T21:11:26.563Z] ---> package-listing.sh [2021-04-19T21:11:26.563Z] ++ facter osfamily [2021-04-19T21:11:26.563Z] ++ tr '[:upper:]' '[:lower:]' [2021-04-19T21:11:26.563Z] + OS_FAMILY=redhat [2021-04-19T21:11:26.563Z] + workspace=/w/workspace/edgex-go/2 [2021-04-19T21:11:26.563Z] + START_PACKAGES=/tmp/packages_start.txt [2021-04-19T21:11:26.563Z] + END_PACKAGES=/tmp/packages_end.txt [2021-04-19T21:11:26.563Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-04-19T21:11:26.563Z] + PACKAGES=/tmp/packages_start.txt [2021-04-19T21:11:26.563Z] + '[' /w/workspace/edgex-go/2 ']' [2021-04-19T21:11:26.563Z] + PACKAGES=/tmp/packages_end.txt [2021-04-19T21:11:26.563Z] + case "${OS_FAMILY}" in [2021-04-19T21:11:26.563Z] + rpm -qa [2021-04-19T21:11:26.563Z] + sort [2021-04-19T21:11:31.868Z] + '[' -f /tmp/packages_start.txt ']' [2021-04-19T21:11:31.868Z] + '[' -f /tmp/packages_end.txt ']' [2021-04-19T21:11:31.868Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-04-19T21:11:31.868Z] + '[' /w/workspace/edgex-go/2 ']' [2021-04-19T21:11:31.869Z] + mkdir -p /w/workspace/edgex-go/2/archives/ [2021-04-19T21:11:31.869Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/2/archives/ [Pipeline] echo [2021-04-19T21:11:31.886Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/2/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-04-19T21:11:32.178Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-04-19T21:11:32.482Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-19T21:11:32.482Z] [2021-04-19T21:11:32.482Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-04-19T21:11:32.800Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-19T21:11:32.800Z] alpine: Pulling from edgex-lftools-log-publisher [2021-04-19T21:11:32.800Z] df20fa9351a1: Pulling fs layer [2021-04-19T21:11:32.800Z] 36b3adc4ff6f: Pulling fs layer [2021-04-19T21:11:32.800Z] 8ad3a11d3b57: Pulling fs layer [2021-04-19T21:11:32.800Z] 46f8f816bc3b: Pulling fs layer [2021-04-19T21:11:32.800Z] 93b61091891f: Pulling fs layer [2021-04-19T21:11:32.800Z] 93b9cdb0e59b: Pulling fs layer [2021-04-19T21:11:32.800Z] 5e14af77c1be: Pulling fs layer [2021-04-19T21:11:32.800Z] 01666e4c0597: Pulling fs layer [2021-04-19T21:11:32.800Z] aa168da1d23b: Pulling fs layer [2021-04-19T21:11:32.800Z] 93b9cdb0e59b: Waiting [2021-04-19T21:11:32.800Z] 5e14af77c1be: Waiting [2021-04-19T21:11:32.800Z] aa168da1d23b: Waiting [2021-04-19T21:11:32.800Z] 46f8f816bc3b: Waiting [2021-04-19T21:11:32.800Z] 93b61091891f: Waiting [2021-04-19T21:11:32.800Z] 01666e4c0597: Waiting [2021-04-19T21:11:32.800Z] 36b3adc4ff6f: Verifying Checksum [2021-04-19T21:11:32.800Z] 36b3adc4ff6f: Download complete [2021-04-19T21:11:32.800Z] 46f8f816bc3b: Download complete [2021-04-19T21:11:33.067Z] df20fa9351a1: Verifying Checksum [2021-04-19T21:11:33.067Z] df20fa9351a1: Download complete [2021-04-19T21:11:33.067Z] 93b9cdb0e59b: Verifying Checksum [2021-04-19T21:11:33.067Z] 93b9cdb0e59b: Download complete [2021-04-19T21:11:33.067Z] 93b61091891f: Verifying Checksum [2021-04-19T21:11:33.067Z] 93b61091891f: Download complete [2021-04-19T21:11:33.067Z] 5e14af77c1be: Verifying Checksum [2021-04-19T21:11:33.067Z] 5e14af77c1be: Download complete [2021-04-19T21:11:33.067Z] 01666e4c0597: Verifying Checksum [2021-04-19T21:11:33.067Z] 01666e4c0597: Download complete [2021-04-19T21:11:33.332Z] 8ad3a11d3b57: Verifying Checksum [2021-04-19T21:11:33.332Z] 8ad3a11d3b57: Download complete [2021-04-19T21:11:33.332Z] df20fa9351a1: Pull complete [2021-04-19T21:11:33.595Z] 36b3adc4ff6f: Pull complete [2021-04-19T21:11:34.987Z] aa168da1d23b: Verifying Checksum [2021-04-19T21:11:34.987Z] aa168da1d23b: Download complete [2021-04-19T21:11:36.381Z] 8ad3a11d3b57: Pull complete [2021-04-19T21:11:36.381Z] 46f8f816bc3b: Pull complete [2021-04-19T21:11:36.956Z] 93b61091891f: Pull complete [2021-04-19T21:11:36.956Z] 93b9cdb0e59b: Pull complete [2021-04-19T21:11:36.956Z] 5e14af77c1be: Pull complete [2021-04-19T21:11:37.221Z] 01666e4c0597: Pull complete [2021-04-19T21:11:45.390Z] aa168da1d23b: Pull complete [2021-04-19T21:11:45.390Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-04-19T21:11:45.390Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-19T21:11:45.390Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-04-19T21:11:45.561Z] prd-centos7-docker-4c-2g-933 does not seem to be running inside a container [2021-04-19T21:11:45.609Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/2/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-04-19T21:11:53.884Z] $ docker top f3e0297fd4c47886c687e8b5e62b8c88c56b9a0e6cb4569fe2d954dc8507c32e -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-19T21:11:54.331Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-04-19T21:11:54.627Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-04-19T21:11:54.927Z] + ls /var/log/sa-host [2021-04-19T21:11:54.927Z] + sadf -c /var/log/sa-host/sa19 [2021-04-19T21:11:54.927Z] file_magic: OK [2021-04-19T21:11:54.927Z] HZ: Using current value: 100 [2021-04-19T21:11:54.927Z] file_header: OK [2021-04-19T21:11:54.927Z] 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-19T21:11:54.927Z] Statistics: [2021-04-19T21:11:54.927Z] 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... [2021-04-19T21:11:54.927Z] File successfully converted to sysstat format version 12.2.1 [2021-04-19T21:11:54.927Z] + sadf -c /var/log/sa-host/sa23 [2021-04-19T21:11:54.927Z] file_magic: OK [2021-04-19T21:11:54.927Z] HZ: Using current value: 100 [2021-04-19T21:11:54.927Z] file_header: OK [2021-04-19T21:11:54.927Z] 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-19T21:11:54.927Z] Statistics: [2021-04-19T21:11:54.927Z] Hnuu...uuuununununu... [2021-04-19T21:11:54.927Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-04-19T21:11:55.110Z] provisioning config files... [2021-04-19T21:11:55.126Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/2@tmp/config7994346395220129197tmp [Pipeline] { [Pipeline] echo [2021-04-19T21:11:55.148Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-19T21:11:55.448Z] ---> create-netrc.sh [Pipeline] } [2021-04-19T21:11:55.457Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-04-19T21:11:55.484Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-19T21:11:55.784Z] ---> python-tools-install.sh [Pipeline] echo [2021-04-19T21:11:55.795Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-19T21:11:56.091Z] ---> sudo-logs.sh [2021-04-19T21:11:56.091Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-04-19T21:11:56.117Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-19T21:11:56.412Z] ---> job-cost.sh [2021-04-19T21:11:56.412Z] lf-activate-venv: SKIPPING [2021-04-19T21:11:56.412Z] DEBUG: total: 0.20999999344348907 [2021-04-19T21:11:56.412Z] INFO: Retrieving Stack Cost... [2021-04-19T21:11:58.325Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-04-19T21:11:58.586Z] INFO: Archiving Costs [Pipeline] echo [2021-04-19T21:11:58.600Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-19T21:11:59.018Z] ---> logs-deploy.sh [2021-04-19T21:11:59.018Z] lf-activate-venv: SKIPPING [2021-04-19T21:11:59.018Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3381/2 [2021-04-19T21:11:59.018Z] INFO: archiving workspace using pattern(s): [2021-04-19T21:12:00.453Z] Archives upload complete. [2021-04-19T21:12:00.453Z] INFO: archiving logs to Nexus [2021-04-19T21:12:01.398Z] ---> uname -a: [2021-04-19T21:12:01.398Z] Linux prd-centos7-docker-4c-2g-933.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux [2021-04-19T21:12:01.398Z] [2021-04-19T21:12:01.398Z] [2021-04-19T21:12:01.398Z] ---> lscpu: [2021-04-19T21:12:01.398Z] Architecture: x86_64 [2021-04-19T21:12:01.398Z] CPU op-mode(s): 32-bit, 64-bit [2021-04-19T21:12:01.398Z] Byte Order: Little Endian [2021-04-19T21:12:01.398Z] Address sizes: 40 bits physical, 48 bits virtual [2021-04-19T21:12:01.398Z] CPU(s): 4 [2021-04-19T21:12:01.398Z] On-line CPU(s) list: 0-3 [2021-04-19T21:12:01.398Z] Thread(s) per core: 1 [2021-04-19T21:12:01.398Z] Core(s) per socket: 1 [2021-04-19T21:12:01.398Z] Socket(s): 4 [2021-04-19T21:12:01.398Z] NUMA node(s): 1 [2021-04-19T21:12:01.398Z] Vendor ID: GenuineIntel [2021-04-19T21:12:01.398Z] CPU family: 6 [2021-04-19T21:12:01.398Z] Model: 44 [2021-04-19T21:12:01.398Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2021-04-19T21:12:01.398Z] Stepping: 1 [2021-04-19T21:12:01.398Z] CPU MHz: 2933.438 [2021-04-19T21:12:01.398Z] BogoMIPS: 5866.87 [2021-04-19T21:12:01.398Z] Virtualization: VT-x [2021-04-19T21:12:01.398Z] Hypervisor vendor: KVM [2021-04-19T21:12:01.398Z] Virtualization type: full [2021-04-19T21:12:01.398Z] L1d cache: 128 KiB [2021-04-19T21:12:01.398Z] L1i cache: 128 KiB [2021-04-19T21:12:01.398Z] L2 cache: 16 MiB [2021-04-19T21:12:01.398Z] L3 cache: 64 MiB [2021-04-19T21:12:01.398Z] NUMA node0 CPU(s): 0-3 [2021-04-19T21:12:01.398Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2021-04-19T21:12:01.398Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2021-04-19T21:12:01.398Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2021-04-19T21:12:01.398Z] Vulnerability Meltdown: Mitigation; PTI [2021-04-19T21:12:01.398Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2021-04-19T21:12:01.398Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2021-04-19T21:12:01.398Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2021-04-19T21:12:01.398Z] Vulnerability Srbds: Not affected [2021-04-19T21:12:01.398Z] Vulnerability Tsx async abort: Not affected [2021-04-19T21:12:01.398Z] Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp [2021-04-19T21:12:01.398Z] [2021-04-19T21:12:01.398Z] [2021-04-19T21:12:01.398Z] ---> nproc: [2021-04-19T21:12:01.398Z] 4 [2021-04-19T21:12:01.398Z] [2021-04-19T21:12:01.398Z] [2021-04-19T21:12:01.398Z] ---> df -h: [2021-04-19T21:12:01.398Z] Filesystem Size Used Available Use% Mounted on [2021-04-19T21:12:01.398Z] overlay 50.0G 12.7G 37.3G 25% / [2021-04-19T21:12:01.398Z] tmpfs 64.0M 0 64.0M 0% /dev [2021-04-19T21:12:01.398Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2021-04-19T21:12:01.398Z] shm 64.0M 0 64.0M 0% /dev/shm [2021-04-19T21:12:01.398Z] /dev/vda1 50.0G 12.7G 37.3G 25% /facter-os [2021-04-19T21:12:01.398Z] /dev/vda1 50.0G 12.7G 37.3G 25% /etc/resolv.conf [2021-04-19T21:12:01.398Z] /dev/vda1 50.0G 12.7G 37.3G 25% /etc/hostname [2021-04-19T21:12:01.398Z] /dev/vda1 50.0G 12.7G 37.3G 25% /etc/hosts [2021-04-19T21:12:01.398Z] /dev/vda1 50.0G 12.7G 37.3G 25% /run/cloud-init/result.json [2021-04-19T21:12:01.398Z] /dev/vda1 50.0G 12.7G 37.3G 25% /var/log/sa-host [2021-04-19T21:12:01.398Z] /dev/vda1 50.0G 12.7G 37.3G 25% /var/log/secure [2021-04-19T21:12:01.398Z] /dev/vda1 50.0G 12.7G 37.3G 25% /var/log/auth.log [2021-04-19T21:12:01.398Z] /dev/vda1 50.0G 12.7G 37.3G 25% /w/workspace/edgex-go/2 [2021-04-19T21:12:01.398Z] /dev/vda1 50.0G 12.7G 37.3G 25% /w/workspace/edgex-go/2@tmp [2021-04-19T21:12:01.398Z] [2021-04-19T21:12:01.398Z] [2021-04-19T21:12:01.398Z] ---> free -m: [2021-04-19T21:12:01.398Z] total used free shared buff/cache available [2021-04-19T21:12:01.398Z] Mem: 1837 825 245 0 766 943 [2021-04-19T21:12:01.398Z] Swap: 1023 66 957 [2021-04-19T21:12:01.398Z] [2021-04-19T21:12:01.398Z] [2021-04-19T21:12:01.398Z] ---> ip addr: [2021-04-19T21:12:01.398Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2021-04-19T21:12:01.398Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2021-04-19T21:12:01.398Z] inet 127.0.0.1/8 scope host lo [2021-04-19T21:12:01.398Z] valid_lft forever preferred_lft forever [2021-04-19T21:12:01.398Z] inet6 ::1/128 scope host [2021-04-19T21:12:01.398Z] valid_lft forever preferred_lft forever [2021-04-19T21:12:01.398Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2021-04-19T21:12:01.398Z] link/ether fa:16:3e:7a:66:d5 brd ff:ff:ff:ff:ff:ff [2021-04-19T21:12:01.398Z] inet 10.30.122.28/23 brd 10.30.123.255 scope global dynamic eth0 [2021-04-19T21:12:01.398Z] valid_lft 85032sec preferred_lft 85032sec [2021-04-19T21:12:01.398Z] inet6 fe80::f816:3eff:fe7a:66d5/64 scope link [2021-04-19T21:12:01.398Z] valid_lft forever preferred_lft forever [2021-04-19T21:12:01.398Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2021-04-19T21:12:01.398Z] link/ether 02:42:11:5a:9c:9a brd ff:ff:ff:ff:ff:ff [2021-04-19T21:12:01.398Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2021-04-19T21:12:01.398Z] valid_lft forever preferred_lft forever [2021-04-19T21:12:01.398Z] inet6 fe80::42:11ff:fe5a:9c9a/64 scope link [2021-04-19T21:12:01.398Z] valid_lft forever preferred_lft forever [2021-04-19T21:12:01.398Z] [2021-04-19T21:12:01.398Z] [2021-04-19T21:12:01.398Z] ---> sar -b -r -n DEV: [2021-04-19T21:12:01.398Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 04/19/21 _x86_64_ (4 CPU) [2021-04-19T21:12:01.398Z] [2021-04-19T21:12:01.398Z] 20:49:02 LINUX RESTART (4 CPU) [2021-04-19T21:12:01.398Z] [2021-04-19T21:12:01.398Z] 20:50:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2021-04-19T21:12:01.398Z] 20:51:01 72.56 22.62 49.94 0.00 5272.89 13498.15 0.00 [2021-04-19T21:12:01.398Z] 20:52:02 319.95 120.25 199.70 0.00 8135.37 53755.95 0.00 [2021-04-19T21:12:01.398Z] 20:53:01 212.07 104.21 107.86 0.00 3861.88 13179.54 0.00 [2021-04-19T21:12:01.398Z] 20:54:01 122.25 61.78 60.47 0.00 1937.82 6201.45 0.00 [2021-04-19T21:12:01.398Z] 20:55:02 166.68 32.37 134.31 0.00 9834.97 57535.64 0.00 [2021-04-19T21:12:01.398Z] 20:56:01 2365.44 2020.87 344.56 0.00 168290.87 201696.28 0.00 [2021-04-19T21:12:01.398Z] 20:57:02 1330.07 1089.51 240.56 0.00 77356.41 89071.45 0.00 [2021-04-19T21:12:01.398Z] 20:58:01 1778.82 1405.49 373.32 0.00 94603.46 142295.50 0.00 [2021-04-19T21:12:01.398Z] 20:59:02 2007.29 1712.40 294.89 0.00 102487.12 103303.70 0.00 [2021-04-19T21:12:01.398Z] 21:00:01 243.31 38.51 204.81 0.00 6496.41 32933.84 0.00 [2021-04-19T21:12:01.398Z] 21:01:01 7.33 0.35 6.98 0.00 8.39 241.23 0.00 [2021-04-19T21:12:01.398Z] 21:02:01 2.31 1.63 0.68 0.00 123.02 7.51 0.00 [2021-04-19T21:12:01.398Z] 21:03:01 0.65 0.00 0.65 0.00 0.00 6.50 0.00 [2021-04-19T21:12:01.398Z] 21:04:01 0.58 0.00 0.58 0.00 0.00 5.23 0.00 [2021-04-19T21:12:01.398Z] 21:05:01 2.56 1.78 0.78 0.00 184.62 14.47 0.00 [2021-04-19T21:12:01.398Z] 21:06:01 0.28 0.00 0.28 0.00 0.00 3.88 0.00 [2021-04-19T21:12:01.398Z] 21:07:01 2.13 1.70 0.43 0.00 43.30 7.26 0.00 [2021-04-19T21:12:01.398Z] 21:08:01 332.43 306.98 25.45 0.00 4611.02 923.09 0.00 [2021-04-19T21:12:01.398Z] 21:09:01 2.96 2.25 0.72 0.00 159.63 257.64 0.00 [2021-04-19T21:12:01.398Z] 21:10:01 0.43 0.08 0.35 0.00 2.00 5.21 0.00 [2021-04-19T21:12:01.398Z] 21:11:01 0.22 0.00 0.22 0.00 0.00 3.17 0.00 [2021-04-19T21:12:01.398Z] Average: 426.62 329.28 97.33 0.00 22980.83 33985.48 0.00 [2021-04-19T21:12:01.398Z] [2021-04-19T21:12:01.398Z] 20:50:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2021-04-19T21:12:01.398Z] 20:51:01 73904 0 838052 44.54 2620 966968 1533720 52.34 669564 934420 9396 [2021-04-19T21:12:01.398Z] 20:52:02 111368 0 771096 40.98 1512 997568 1323908 45.18 632628 835704 52764 [2021-04-19T21:12:01.398Z] 20:53:01 133012 0 862480 45.84 740 885312 1775692 60.60 726580 736216 56636 [2021-04-19T21:12:01.398Z] 20:54:01 310364 0 727488 38.66 684 843008 1212972 41.40 524788 748768 45528 [2021-04-19T21:12:01.398Z] 20:55:02 65332 0 735568 39.09 396 1080248 1275932 43.55 710724 838200 79092 [2021-04-19T21:12:01.398Z] 20:56:01 77624 0 860928 45.76 104 942888 2743208 93.62 759580 814520 57432 [2021-04-19T21:12:01.398Z] 20:57:02 287800 0 865568 46.00 104 728072 2508672 85.62 643504 686260 1492 [2021-04-19T21:12:01.398Z] 20:58:01 232480 0 899616 47.81 104 749344 3099812 105.79 752264 662456 32 [2021-04-19T21:12:01.398Z] 20:59:02 67964 0 1106988 58.83 104 706488 3046700 103.98 823528 729284 46356 [2021-04-19T21:12:01.398Z] 21:00:01 125392 0 651112 34.61 104 1104936 1204740 41.12 572128 922324 20 [2021-04-19T21:12:01.398Z] 21:01:01 135244 0 641284 34.08 104 1104912 1172872 40.03 571404 920060 12 [2021-04-19T21:12:01.398Z] 21:02:01 132124 0 640724 34.05 104 1108592 1171036 39.97 570928 923604 8 [2021-04-19T21:12:01.398Z] 21:03:01 131672 0 641156 34.08 104 1108612 1171120 39.97 571380 923620 8 [2021-04-19T21:12:01.398Z] 21:04:01 132560 0 640260 34.03 104 1108620 1190392 40.63 571184 923620 8 [2021-04-19T21:12:01.398Z] 21:05:01 123940 0 644120 34.23 104 1113380 1171120 39.97 576932 925548 16 [2021-04-19T21:12:01.398Z] 21:06:01 124056 0 643992 34.23 104 1113392 1171036 39.97 576720 925548 12 [2021-04-19T21:12:01.398Z] 21:07:01 120512 0 646808 34.38 104 1114120 1174196 40.07 578500 925672 12 [2021-04-19T21:12:01.398Z] 21:08:01 135676 0 767692 40.80 8 978168 1171068 39.97 514804 851820 7508 [2021-04-19T21:12:01.398Z] 21:09:01 144768 0 768276 40.83 8 968492 1171212 39.97 514204 843272 16 [2021-04-19T21:12:01.398Z] 21:10:01 164516 0 768112 40.82 8 948908 1171184 39.97 505272 832852 8 [2021-04-19T21:12:01.398Z] 21:11:01 164672 0 768400 40.84 8 948464 1171224 39.97 505268 832428 8 [2021-04-19T21:12:01.398Z] Average: 142618 0 756653 40.21 344 981928 1553896 53.03 612947 844581 16970 [2021-04-19T21:12:01.398Z] [2021-04-19T21:12:01.398Z] 20:50:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2021-04-19T21:12:01.398Z] 20:51:01 veth7a98570 870.98 670.39 84.09 2686.07 0.00 0.00 0.00 0.00 [2021-04-19T21:12:01.398Z] 20:51:01 eth0 1141.94 1243.04 4691.77 129.98 0.00 0.00 0.00 0.00 [2021-04-19T21:12:01.398Z] 20:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-19T21:12:01.398Z] 20:51:01 docker0 870.98 670.26 72.18 2686.06 0.00 0.00 0.00 0.00 [2021-04-19T21:12:01.398Z] 20:52:02 eth0 608.53 476.72 3670.56 84.89 0.00 0.00 0.00 0.00 [2021-04-19T21:12:01.398Z] 20:52:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-19T21:12:01.398Z] 20:52:02 docker0 196.72 258.09 13.49 833.15 0.00 0.00 0.00 0.00 [2021-04-19T21:12:01.399Z] 20:53:01 veth5dd7a04 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2021-04-19T21:12:01.399Z] 20:53:01 eth0 35.53 20.99 35.34 14.85 0.00 0.00 0.00 0.00 [2021-04-19T21:12:01.399Z] 20:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-19T21:12:01.399Z] 20:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-19T21:12:01.399Z] 20:54:01 veth5dd7a04 1.93 1.93 0.15 0.15 0.00 0.00 0.00 0.00 [2021-04-19T21:12:01.399Z] 20:54:01 eth0 17.79 10.04 13.37 7.27 0.00 0.00 0.00 0.00 [2021-04-19T21:12:01.399Z] 20:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-19T21:12:01.399Z] 20:54:01 docker0 1.93 1.93 0.13 0.15 0.00 0.00 0.00 0.00 [2021-04-19T21:12:01.399Z] 20:55:02 vethd88285f 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 [2021-04-19T21:12:01.399Z] 20:55:02 eth0 222.56 176.03 1704.20 103.77 0.00 0.00 0.00 0.00 [2021-04-19T21:12:01.399Z] 20:55:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-19T21:12:01.399Z] 20:55:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-19T21:12:01.399Z] 20:56:01 veth63f9e74 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-19T21:12:01.399Z] 20:56:01 vethd88285f 0.00 0.29 0.00 0.01 0.00 0.00 0.00 0.00 [2021-04-19T21:12:01.399Z] 20:56:01 eth0 96.29 69.71 166.23 65.47 0.00 0.00 0.00 0.00 [2021-04-19T21:12:01.399Z] 20:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-19T21:12:01.399Z] 20:57:02 vethd88285f 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-19T21:12:01.399Z] 20:57:02 vethfc54df9 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2021-04-19T21:12:01.399Z] 20:57:02 eth0 20.57 10.28 16.50 8.66 0.00 0.00 0.00 0.00 [2021-04-19T21:12:01.399Z] 20:57:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-19T21:12:01.399Z] 20:58:01 veth39b78d4 0.07 0.10 0.00 0.01 0.00 0.00 0.00 0.00 [2021-04-19T21:12:01.399Z] 20:58:01 vethd88285f 0.00 0.37 0.00 0.02 0.00 0.00 0.00 0.00 [2021-04-19T21:12:01.399Z] 20:58:01 veth1580646 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-19T21:12:01.399Z] 20:58:01 veth1b2c654 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-19T21:12:01.399Z] 20:59:02 vethb21a3dc 0.02 0.15 0.00 0.01 0.00 0.00 0.00 0.00 [2021-04-19T21:12:01.399Z] 20:59:02 vethd88285f 0.00 0.08 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-19T21:12:01.399Z] 20:59:02 eth0 2873.60 2487.30 12414.83 593.64 0.00 0.00 0.00 0.00 [2021-04-19T21:12:01.399Z] 20:59:02 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 [2021-04-19T21:12:01.399Z] 21:00:01 eth0 253.11 179.49 1700.24 89.64 0.00 0.00 0.00 0.00 [2021-04-19T21:12:01.399Z] 21:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-19T21:12:01.399Z] 21:00:01 docker0 1222.75 1148.97 95.71 4425.02 0.00 0.00 0.00 0.00 [2021-04-19T21:12:01.399Z] 21:01:01 eth0 0.08 0.08 0.01 0.02 0.00 0.00 0.00 0.00 [2021-04-19T21:12:01.399Z] 21:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-19T21:12:01.399Z] 21:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-19T21:12:01.399Z] 21:02:01 eth0 0.13 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2021-04-19T21:12:01.399Z] 21:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-19T21:12:01.399Z] 21:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-19T21:12:01.399Z] 21:03:01 eth0 1.02 0.32 0.32 0.20 0.00 0.00 0.00 0.00 [2021-04-19T21:12:01.399Z] 21:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-19T21:12:01.399Z] 21:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-19T21:12:01.399Z] 21:04:01 eth0 0.68 0.08 0.06 0.01 0.00 0.00 0.00 0.00 [2021-04-19T21:12:01.399Z] 21:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-19T21:12:01.399Z] 21:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-19T21:12:01.399Z] 21:05:01 eth0 0.82 0.45 0.41 0.27 0.00 0.00 0.00 0.00 [2021-04-19T21:12:01.399Z] 21:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-19T21:12:01.399Z] 21:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-19T21:12:01.399Z] 21:06:01 eth0 0.13 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2021-04-19T21:12:01.399Z] 21:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-19T21:12:01.399Z] 21:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-19T21:12:01.399Z] 21:07:01 eth0 0.20 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2021-04-19T21:12:01.399Z] 21:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-19T21:12:01.399Z] 21:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-19T21:12:01.399Z] 21:08:01 eth0 0.97 0.08 0.07 0.01 0.00 0.00 0.00 0.00 [2021-04-19T21:12:01.399Z] 21:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-19T21:12:01.399Z] 21:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-19T21:12:01.399Z] 21:09:01 eth0 1.00 0.33 0.32 0.20 0.00 0.00 0.00 0.00 [2021-04-19T21:12:01.399Z] 21:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-19T21:12:01.399Z] 21:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-19T21:12:01.399Z] 21:10:01 eth0 1.20 0.45 0.46 0.27 0.00 0.00 0.00 0.00 [2021-04-19T21:12:01.399Z] 21:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-19T21:12:01.399Z] 21:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-19T21:12:01.399Z] 21:11:01 eth0 0.55 0.35 0.31 0.17 0.00 0.00 0.00 0.00 [2021-04-19T21:12:01.399Z] 21:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-19T21:12:01.399Z] 21:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-19T21:12:01.399Z] Average: eth0 121.93 108.98 589.39 29.53 0.00 0.00 0.00 0.00 [2021-04-19T21:12:01.399Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-19T21:12:01.399Z] Average: docker0 57.32 53.87 4.49 207.45 0.00 0.00 0.00 0.00 [2021-04-19T21:12:01.399Z] [2021-04-19T21:12:01.399Z] [2021-04-19T21:12:01.399Z] ---> sar -P ALL: [2021-04-19T21:12:01.399Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 04/19/21 _x86_64_ (4 CPU) [2021-04-19T21:12:01.399Z] [2021-04-19T21:12:01.399Z] 20:49:02 LINUX RESTART (4 CPU) [2021-04-19T21:12:01.399Z] [2021-04-19T21:12:01.399Z] 20:50:01 CPU %user %nice %system %iowait %steal %idle [2021-04-19T21:12:01.399Z] 20:51:01 all 12.65 0.00 5.43 1.27 1.89 78.77 [2021-04-19T21:12:01.399Z] 20:51:01 0 15.34 0.00 6.84 0.70 2.06 75.05 [2021-04-19T21:12:01.399Z] 20:51:01 1 13.44 0.00 5.01 1.11 1.84 78.61 [2021-04-19T21:12:01.399Z] 20:51:01 2 9.61 0.00 4.86 1.97 1.85 81.71 [2021-04-19T21:12:01.399Z] 20:51:01 3 12.25 0.00 5.02 1.27 1.80 79.66 [2021-04-19T21:12:01.399Z] 20:52:02 all 12.12 0.00 9.75 5.09 1.19 71.84 [2021-04-19T21:12:01.399Z] 20:52:02 0 12.73 0.00 9.98 2.45 1.15 73.69 [2021-04-19T21:12:01.399Z] 20:52:02 1 11.63 0.00 8.86 5.95 1.29 72.27 [2021-04-19T21:12:01.399Z] 20:52:02 2 11.74 0.00 10.52 4.76 1.19 71.78 [2021-04-19T21:12:01.399Z] 20:52:02 3 12.39 0.00 9.64 7.19 1.14 69.64 [2021-04-19T21:12:01.399Z] 20:53:01 all 52.50 0.00 12.91 4.66 0.54 29.39 [2021-04-19T21:12:01.399Z] 20:53:01 0 50.54 0.00 12.93 5.10 0.63 30.79 [2021-04-19T21:12:01.399Z] 20:53:01 1 50.81 0.00 13.39 6.24 0.40 29.16 [2021-04-19T21:12:01.399Z] 20:53:01 2 53.74 0.00 12.97 4.05 0.53 28.72 [2021-04-19T21:12:01.399Z] 20:53:01 3 54.93 0.00 12.37 3.25 0.58 28.88 [2021-04-19T21:12:01.399Z] 20:54:01 all 46.44 0.00 13.43 3.01 0.34 36.78 [2021-04-19T21:12:01.399Z] 20:54:01 0 46.18 0.00 13.74 2.91 0.30 36.88 [2021-04-19T21:12:01.399Z] 20:54:01 1 45.59 0.00 13.72 3.22 0.38 37.09 [2021-04-19T21:12:01.399Z] 20:54:01 2 47.73 0.00 12.60 2.32 0.37 36.99 [2021-04-19T21:12:01.399Z] 20:54:01 3 46.28 0.00 13.64 3.60 0.33 36.15 [2021-04-19T21:12:01.399Z] 20:55:02 all 25.50 0.00 12.70 5.04 1.05 55.71 [2021-04-19T21:12:01.399Z] 20:55:02 0 27.04 0.00 12.98 6.60 0.97 52.40 [2021-04-19T21:12:01.399Z] 20:55:02 1 24.81 0.00 13.12 5.85 1.00 55.21 [2021-04-19T21:12:01.399Z] 20:55:02 2 26.03 0.00 12.93 3.30 1.09 56.65 [2021-04-19T21:12:01.399Z] 20:55:02 3 24.12 0.00 11.76 4.42 1.13 58.56 [2021-04-19T21:12:01.399Z] 20:56:01 all 21.79 0.00 28.26 19.88 0.68 29.40 [2021-04-19T21:12:01.399Z] 20:56:01 0 21.79 0.00 28.63 19.83 0.76 28.99 [2021-04-19T21:12:01.399Z] 20:56:01 1 20.42 0.00 26.10 18.81 0.71 33.95 [2021-04-19T21:12:01.399Z] 20:56:01 2 23.20 0.00 28.45 20.21 0.65 27.49 [2021-04-19T21:12:01.399Z] 20:56:01 3 21.73 0.00 29.88 20.69 0.58 27.11 [2021-04-19T21:12:01.399Z] 20:57:02 all 57.98 0.00 17.97 13.17 0.08 10.80 [2021-04-19T21:12:01.399Z] 20:57:02 0 58.19 0.00 18.50 11.99 0.07 11.25 [2021-04-19T21:12:01.399Z] 20:57:02 1 57.23 0.00 16.88 13.56 0.11 12.22 [2021-04-19T21:12:01.399Z] 20:57:02 2 57.08 0.00 18.59 12.78 0.09 11.46 [2021-04-19T21:12:01.399Z] 20:57:02 3 59.40 0.00 17.88 14.37 0.07 8.28 [2021-04-19T21:12:01.399Z] 20:58:01 all 23.69 0.00 21.32 27.92 0.08 26.98 [2021-04-19T21:12:01.399Z] 20:58:01 0 22.22 0.00 21.30 26.34 0.09 30.05 [2021-04-19T21:12:01.399Z] 20:58:01 1 22.86 0.00 19.83 23.13 0.07 34.12 [2021-04-19T21:12:01.399Z] 20:58:01 2 24.44 0.00 21.94 29.14 0.09 24.39 [2021-04-19T21:12:01.399Z] 20:58:01 3 25.26 0.00 22.23 33.13 0.07 19.31 [2021-04-19T21:12:01.399Z] 20:59:02 all 40.41 0.00 19.94 22.34 0.10 17.22 [2021-04-19T21:12:01.399Z] 20:59:02 0 40.24 0.00 20.63 21.40 0.10 17.62 [2021-04-19T21:12:01.399Z] 20:59:02 1 40.39 0.00 18.94 23.45 0.12 17.10 [2021-04-19T21:12:01.399Z] 20:59:02 2 40.00 0.00 19.97 22.72 0.09 17.22 [2021-04-19T21:12:01.399Z] 20:59:02 3 40.99 0.00 20.21 21.78 0.07 16.95 [2021-04-19T21:12:01.399Z] 21:00:01 all 17.79 0.00 9.42 14.15 0.14 58.49 [2021-04-19T21:12:01.399Z] 21:00:01 0 18.90 0.00 10.19 12.04 0.14 58.73 [2021-04-19T21:12:01.399Z] 21:00:01 1 17.01 0.00 8.97 14.73 0.17 59.11 [2021-04-19T21:12:01.399Z] 21:00:01 2 19.28 0.00 9.43 16.30 0.14 54.85 [2021-04-19T21:12:01.399Z] 21:00:01 3 15.97 0.00 9.09 13.53 0.12 61.28 [2021-04-19T21:12:01.399Z] 21:01:01 all 0.16 0.00 0.05 0.06 0.00 99.73 [2021-04-19T21:12:01.399Z] 21:01:01 0 0.03 0.00 0.03 0.02 0.00 99.92 [2021-04-19T21:12:01.399Z] 21:01:01 1 0.33 0.00 0.03 0.00 0.00 99.63 [2021-04-19T21:12:01.399Z] 21:01:01 2 0.22 0.00 0.05 0.23 0.00 99.50 [2021-04-19T21:12:01.399Z] 21:01:01 3 0.07 0.00 0.07 0.00 0.00 99.87 [2021-04-19T21:12:01.399Z] [2021-04-19T21:12:01.399Z] 21:01:01 CPU %user %nice %system %iowait %steal %idle [2021-04-19T21:12:01.399Z] 21:02:01 all 0.10 0.00 0.07 0.01 0.03 99.79 [2021-04-19T21:12:01.399Z] 21:02:01 0 0.02 0.00 0.03 0.00 0.02 99.93 [2021-04-19T21:12:01.399Z] 21:02:01 1 0.35 0.00 0.10 0.02 0.03 99.50 [2021-04-19T21:12:01.399Z] 21:02:01 2 0.03 0.00 0.08 0.02 0.03 99.83 [2021-04-19T21:12:01.399Z] 21:02:01 3 0.02 0.00 0.07 0.00 0.02 99.90 [2021-04-19T21:12:01.399Z] 21:03:01 all 0.15 0.00 0.03 0.00 0.00 99.82 [2021-04-19T21:12:01.399Z] 21:03:01 0 0.53 0.00 0.02 0.00 0.00 99.45 [2021-04-19T21:12:01.399Z] 21:03:01 1 0.02 0.00 0.05 0.00 0.00 99.93 [2021-04-19T21:12:01.399Z] 21:03:01 2 0.03 0.00 0.03 0.00 0.00 99.93 [2021-04-19T21:12:01.399Z] 21:03:01 3 0.00 0.00 0.03 0.00 0.00 99.97 [2021-04-19T21:12:01.399Z] 21:04:01 all 0.14 0.00 0.03 0.00 0.01 99.81 [2021-04-19T21:12:01.399Z] 21:04:01 0 0.50 0.00 0.03 0.00 0.00 99.47 [2021-04-19T21:12:01.399Z] 21:04:01 1 0.03 0.00 0.05 0.00 0.02 99.90 [2021-04-19T21:12:01.399Z] 21:04:01 2 0.02 0.00 0.03 0.00 0.00 99.95 [2021-04-19T21:12:01.399Z] 21:04:01 3 0.02 0.00 0.02 0.00 0.03 99.93 [2021-04-19T21:12:01.399Z] 21:05:01 all 0.17 0.00 0.07 0.02 0.00 99.74 [2021-04-19T21:12:01.399Z] 21:05:01 0 0.55 0.00 0.12 0.10 0.00 99.23 [2021-04-19T21:12:01.399Z] 21:05:01 1 0.03 0.00 0.05 0.00 0.00 99.92 [2021-04-19T21:12:01.399Z] 21:05:01 2 0.07 0.00 0.07 0.00 0.00 99.87 [2021-04-19T21:12:01.399Z] 21:05:01 3 0.03 0.00 0.03 0.00 0.00 99.93 [2021-04-19T21:12:01.399Z] 21:06:01 all 0.15 0.00 0.03 0.00 0.00 99.82 [2021-04-19T21:12:01.399Z] 21:06:01 0 0.50 0.00 0.03 0.00 0.00 99.47 [2021-04-19T21:12:01.399Z] 21:06:01 1 0.03 0.00 0.03 0.00 0.00 99.93 [2021-04-19T21:12:01.400Z] 21:06:01 2 0.02 0.00 0.02 0.00 0.00 99.97 [2021-04-19T21:12:01.400Z] 21:06:01 3 0.03 0.00 0.05 0.00 0.00 99.92 [2021-04-19T21:12:01.400Z] 21:07:01 all 0.15 0.00 0.07 0.04 0.00 99.73 [2021-04-19T21:12:01.400Z] 21:07:01 0 0.50 0.00 0.07 0.05 0.00 99.38 [2021-04-19T21:12:01.400Z] 21:07:01 1 0.03 0.00 0.05 0.00 0.00 99.92 [2021-04-19T21:12:01.400Z] 21:07:01 2 0.03 0.00 0.08 0.05 0.00 99.83 [2021-04-19T21:12:01.400Z] 21:07:01 3 0.05 0.00 0.08 0.07 0.02 99.78 [2021-04-19T21:12:01.400Z] 21:08:01 all 0.15 2.69 12.58 5.51 0.07 79.00 [2021-04-19T21:12:01.400Z] 21:08:01 0 0.12 2.53 11.83 4.53 0.07 80.92 [2021-04-19T21:12:01.400Z] 21:08:01 1 0.05 2.79 12.86 6.39 0.07 77.84 [2021-04-19T21:12:01.400Z] 21:08:01 2 0.23 2.69 12.33 5.05 0.08 79.61 [2021-04-19T21:12:01.400Z] 21:08:01 3 0.19 2.76 13.31 6.05 0.07 77.61 [2021-04-19T21:12:01.400Z] 21:09:01 all 0.16 0.00 0.04 0.00 0.00 99.80 [2021-04-19T21:12:01.400Z] 21:09:01 0 0.00 0.00 0.03 0.00 0.00 99.97 [2021-04-19T21:12:01.400Z] 21:09:01 1 0.07 0.00 0.07 0.00 0.00 99.87 [2021-04-19T21:12:01.400Z] 21:09:01 2 0.52 0.00 0.03 0.02 0.00 99.43 [2021-04-19T21:12:01.400Z] 21:09:01 3 0.05 0.00 0.03 0.00 0.00 99.92 [2021-04-19T21:12:01.400Z] 21:10:01 all 0.15 0.00 0.03 0.00 0.00 99.82 [2021-04-19T21:12:01.400Z] 21:10:01 0 0.02 0.00 0.02 0.00 0.02 99.95 [2021-04-19T21:12:01.400Z] 21:10:01 1 0.03 0.00 0.02 0.00 0.00 99.95 [2021-04-19T21:12:01.400Z] 21:10:01 2 0.52 0.00 0.05 0.00 0.00 99.43 [2021-04-19T21:12:01.400Z] 21:10:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2021-04-19T21:12:01.400Z] 21:11:01 all 0.15 0.00 0.03 0.00 0.00 99.83 [2021-04-19T21:12:01.400Z] 21:11:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2021-04-19T21:12:01.400Z] 21:11:01 1 0.03 0.00 0.03 0.00 0.00 99.93 [2021-04-19T21:12:01.400Z] 21:11:01 2 0.48 0.00 0.05 0.00 0.00 99.47 [2021-04-19T21:12:01.400Z] 21:11:01 3 0.05 0.00 0.02 0.00 0.00 99.93 [2021-04-19T21:12:01.400Z] Average: all 14.49 0.13 7.61 5.65 0.29 71.83 [2021-04-19T21:12:01.400Z] Average: 0 14.70 0.12 7.80 5.28 0.30 71.80 [2021-04-19T21:12:01.400Z] Average: 1 14.14 0.13 7.35 5.68 0.29 72.41 [2021-04-19T21:12:01.400Z] Average: 2 14.58 0.13 7.65 5.68 0.29 71.67 [2021-04-19T21:12:01.400Z] Average: 3 14.55 0.13 7.65 5.96 0.28 71.43 [2021-04-19T21:12:01.400Z] [2021-04-19T21:12:01.400Z] [2021-04-19T21:12:01.400Z]