Pull request #3299 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of weichou1229 for edgexfoundry/edgex-go Loading trusted files from base branch master at ebfae9bf1c69030f223d824c55fa5330fb79db8d rather than 241a7c3479784cd79e79abb99437b7eaa15f4b64 Obtained Jenkinsfile from ebfae9bf1c69030f223d824c55fa5330fb79db8d 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 Running on prd-centos7-docker-4c-2g-31508 in /w/workspace/edgexfoundry_edgex-go_PR-3299 [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 > 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/3299/head:refs/remotes/origin/PR-3299 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit ebfae9bf1c69030f223d824c55fa5330fb79db8d into PR head commit 241a7c3479784cd79e79abb99437b7eaa15f4b64 Merge succeeded, producing 241a7c3479784cd79e79abb99437b7eaa15f4b64 Checking out Revision 241a7c3479784cd79e79abb99437b7eaa15f4b64 (PR-3299) > git config core.sparsecheckout # timeout=10 > git checkout -f 241a7c3479784cd79e79abb99437b7eaa15f4b64 # 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 ebfae9bf1c69030f223d824c55fa5330fb79db8d # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 241a7c3479784cd79e79abb99437b7eaa15f4b64 # timeout=10 Commit message: "build: Upgrade go-mod-core-contracts lib to v2.0.0-dev.60" > git rev-list --no-walk 1bcce9ebbbebe6ac312e2edc534838793706e042 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-03-26T06:02:10.264Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-03-26T06:02:10.616Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-03-26T06:02:10.719Z] ========================================================= [2021-03-26T06:02:10.720Z] EdgeX Global Pipelines Version Info [2021-03-26T06:02:10.720Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-03-26T06:02:12.165Z] ------------------- [2021-03-26T06:02:12.165Z] stable info: [2021-03-26T06:02:12.165Z] ------------------- [2021-03-26T06:02:12.165Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-03-26T06:02:12.165Z] Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 [2021-03-26T06:02:12.165Z] Message: update stable to v1.0.186 [2021-03-26T06:02:13.113Z] ------------------- [2021-03-26T06:02:13.113Z] experimental info: [2021-03-26T06:02:13.113Z] ------------------- [2021-03-26T06:02:13.113Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-03-26T06:02:13.113Z] Commit SHA: d990d252097850d5d490fbb59df25296f5300d79 [2021-03-26T06:02:13.113Z] Message: update experimental to v1.0.188 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-03-26T06:02:13.377Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-03-26T06:02:13.463Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-03-26T06:02:13.549Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-03-26T06:02:13.641Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-03-26T06:02:13.727Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-03-26T06:02:13.843Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-03-26T06:02:13.960Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-03-26T06:02:14.066Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-03-26T06:02:14.152Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-03-26T06:02:14.233Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-03-26T06:02:14.333Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-03-26T06:02:14.419Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-03-26T06:02:14.506Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-03-26T06:02:14.615Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-03-26T06:02:14.698Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-03-26T06:02:14.781Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-03-26T06:02:14.869Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-03-26T06:02:14.954Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-03-26T06:02:15.043Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-03-26T06:02:15.132Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-03-26T06:02:15.222Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-03-26T06:02:15.320Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-03-26T06:02:15.425Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3299 [Pipeline] echo [2021-03-26T06:02:15.507Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3299 [Pipeline] echo [2021-03-26T06:02:15.590Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3299 [Pipeline] echo [2021-03-26T06:02:15.674Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 241a7c3479784cd79e79abb99437b7eaa15f4b64 [Pipeline] echo [2021-03-26T06:02:15.759Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 241a7c3 [Pipeline] echo [2021-03-26T06:02:15.840Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-26T06:02:16.003Z] provisioning config files... [2021-03-26T06:02:16.032Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/2@tmp/config1357931775079549951tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-26T06:02:16.382Z] ---> docker-login.sh [2021-03-26T06:02:16.383Z] nexus3.edgexfoundry.org:10001 [2021-03-26T06:02:16.645Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-26T06:02:16.645Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-26T06:02:16.645Z] Configure a credential helper to remove this warning. See [2021-03-26T06:02:16.645Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-26T06:02:16.645Z] [2021-03-26T06:02:16.645Z] Login Succeeded [2021-03-26T06:02:16.645Z] nexus3.edgexfoundry.org:10002 [2021-03-26T06:02:16.909Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-26T06:02:16.909Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-26T06:02:16.909Z] Configure a credential helper to remove this warning. See [2021-03-26T06:02:16.909Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-26T06:02:16.909Z] [2021-03-26T06:02:16.909Z] Login Succeeded [2021-03-26T06:02:16.909Z] nexus3.edgexfoundry.org:10003 [2021-03-26T06:02:16.909Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-26T06:02:17.173Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-26T06:02:17.173Z] Configure a credential helper to remove this warning. See [2021-03-26T06:02:17.173Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-26T06:02:17.173Z] [2021-03-26T06:02:17.173Z] Login Succeeded [2021-03-26T06:02:17.173Z] nexus3.edgexfoundry.org:10004 [2021-03-26T06:02:17.173Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-26T06:02:17.173Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-26T06:02:17.173Z] Configure a credential helper to remove this warning. See [2021-03-26T06:02:17.173Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-26T06:02:17.173Z] [2021-03-26T06:02:17.173Z] Login Succeeded [2021-03-26T06:02:17.173Z] docker.io [2021-03-26T06:02:17.438Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-26T06:02:17.700Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-26T06:02:17.701Z] Configure a credential helper to remove this warning. See [2021-03-26T06:02:17.701Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-26T06:02:17.701Z] [2021-03-26T06:02:17.701Z] Login Succeeded [2021-03-26T06:02:17.701Z] ---> docker-login.sh ends [Pipeline] } [2021-03-26T06:02:17.711Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-26T06:02:18.194Z] ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile [2021-03-26T06:02:18.195Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-26T06:02:18.195Z] ++ dirname cmd/core-command/Dockerfile [2021-03-26T06:02:18.195Z] ++ cut -d/ -f2 [2021-03-26T06:02:18.195Z] + echo core-command,cmd/core-command/Dockerfile [2021-03-26T06:02:18.195Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-26T06:02:18.195Z] ++ dirname cmd/core-data/Dockerfile [2021-03-26T06:02:18.195Z] ++ cut -d/ -f2 [2021-03-26T06:02:18.195Z] + echo core-data,cmd/core-data/Dockerfile [2021-03-26T06:02:18.195Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-26T06:02:18.195Z] ++ dirname cmd/core-metadata/Dockerfile [2021-03-26T06:02:18.195Z] ++ cut -d/ -f2 [2021-03-26T06:02:18.195Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-03-26T06:02:18.195Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-26T06:02:18.195Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-03-26T06:02:18.195Z] ++ cut -d/ -f2 [2021-03-26T06:02:18.195Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-03-26T06:02:18.195Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-26T06:02:18.195Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-03-26T06:02:18.195Z] ++ cut -d/ -f2 [2021-03-26T06:02:18.195Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-03-26T06:02:18.195Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-26T06:02:18.195Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-03-26T06:02:18.195Z] ++ cut -d/ -f2 [2021-03-26T06:02:18.195Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-03-26T06:02:18.195Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-26T06:02:18.195Z] ++ dirname cmd/support-notifications/Dockerfile [2021-03-26T06:02:18.195Z] ++ cut -d/ -f2 [2021-03-26T06:02:18.195Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-03-26T06:02:18.195Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-26T06:02:18.195Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-03-26T06:02:18.195Z] ++ cut -d/ -f2 [2021-03-26T06:02:18.195Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-03-26T06:02:18.195Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-26T06:02:18.195Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-03-26T06:02:18.195Z] ++ cut -d/ -f2 [2021-03-26T06:02:18.195Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-03-26T06:02:18.266Z] Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-bootstrapper-go, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2021-03-26T06:02:19.127Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-26T06:02:19.127Z] [2021-03-26T06:02:19.127Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-03-26T06:02:19.467Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-26T06:02:19.467Z] latest: Pulling from edgex-devops/git-semver [2021-03-26T06:02:19.467Z] 31603596830f: Pulling fs layer [2021-03-26T06:02:19.467Z] 2a8b12db71e7: Pulling fs layer [2021-03-26T06:02:19.467Z] 6ca5941a6612: Pulling fs layer [2021-03-26T06:02:19.467Z] ecc8261a40a4: Pulling fs layer [2021-03-26T06:02:19.467Z] ecc8261a40a4: Waiting [2021-03-26T06:02:19.467Z] 2a8b12db71e7: Download complete [2021-03-26T06:02:19.730Z] 31603596830f: Verifying Checksum [2021-03-26T06:02:19.730Z] 31603596830f: Download complete [2021-03-26T06:02:19.730Z] ecc8261a40a4: Verifying Checksum [2021-03-26T06:02:19.730Z] ecc8261a40a4: Download complete [2021-03-26T06:02:19.730Z] 6ca5941a6612: Verifying Checksum [2021-03-26T06:02:19.730Z] 6ca5941a6612: Download complete [2021-03-26T06:02:19.991Z] 31603596830f: Pull complete [2021-03-26T06:02:19.991Z] 2a8b12db71e7: Pull complete [2021-03-26T06:02:20.939Z] 6ca5941a6612: Pull complete [2021-03-26T06:02:20.939Z] ecc8261a40a4: Pull complete [2021-03-26T06:02:21.201Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-03-26T06:02:21.201Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-26T06:02:21.201Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-03-26T06:02:21.305Z] prd-centos7-docker-4c-2g-31508 does not seem to be running inside a container [2021-03-26T06:02:21.350Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-03-26T06:02:23.793Z] $ docker top 86929f24d78b843f47a70b50a0739b1684cd0b4b3237e094f6a6490e5a026cc3 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-26T06:02:24.070Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-26T06:02:24.070Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-26T06:02:24.264Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-26T06:02:24.266Z] $ docker exec 86929f24d78b843f47a70b50a0739b1684cd0b4b3237e094f6a6490e5a026cc3 ssh-agent [2021-03-26T06:02:24.438Z] SSH_AUTH_SOCK=/tmp/ssh-9r405vyjegRj/agent.12 [2021-03-26T06:02:24.438Z] SSH_AGENT_PID=17 [2021-03-26T06:02:24.450Z] Running ssh-add (command line suppressed) [2021-03-26T06:02:24.569Z] Identity added: /w/workspace/edgex-go/2@tmp/private_key_3335835390390921437.key (/w/workspace/edgex-go/2@tmp/private_key_3335835390390921437.key) [2021-03-26T06:02:24.638Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-26T06:02:24.969Z] + git tag --points-at HEAD [Pipeline] } [2021-03-26T06:02:24.988Z] $ docker exec --env ******** --env ******** 86929f24d78b843f47a70b50a0739b1684cd0b4b3237e094f6a6490e5a026cc3 ssh-agent -k [2021-03-26T06:02:25.099Z] unset SSH_AUTH_SOCK; [2021-03-26T06:02:25.099Z] unset SSH_AGENT_PID; [2021-03-26T06:02:25.099Z] echo Agent pid 17 killed; [2021-03-26T06:02:25.150Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-03-26T06:02:25.309Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-26T06:02:25.309Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-26T06:02:25.467Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-26T06:02:25.471Z] $ docker exec 86929f24d78b843f47a70b50a0739b1684cd0b4b3237e094f6a6490e5a026cc3 ssh-agent [2021-03-26T06:02:25.637Z] SSH_AUTH_SOCK=/tmp/ssh-d5eiYZpYMZ6D/agent.47 [2021-03-26T06:02:25.637Z] SSH_AGENT_PID=52 [2021-03-26T06:02:25.645Z] Running ssh-add (command line suppressed) [2021-03-26T06:02:25.769Z] Identity added: /w/workspace/edgex-go/2@tmp/private_key_4577243271920920892.key (/w/workspace/edgex-go/2@tmp/private_key_4577243271920920892.key) [2021-03-26T06:02:25.820Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-26T06:02:26.150Z] + git semver init [2021-03-26T06:02:26.150Z] # -> Open(): unable to determine branch for HEAD [2021-03-26T06:02:26.150Z] # $GIT_DIR = /w/workspace/edgex-go/2/.git [2021-03-26T06:02:26.150Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/2 [2021-03-26T06:02:26.150Z] # $SEMVER_REMOTE_NAME = origin [2021-03-26T06:02:26.150Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-26T06:02:26.150Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-26T06:02:26.150Z] # $SEMVER_BRANCH = PR-3299 [2021-03-26T06:02:26.150Z] # $SEMVER_TEMP = /tmp/semver-743631064 [2021-03-26T06:02:26.150Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-03-26T06:02:44.303Z] # '/tmp/semver-743631064' -> '/w/workspace/edgex-go/2/.semver' [2021-03-26T06:02:44.303Z] # -> Force: false [2021-03-26T06:02:44.303Z] # $SEMVER_DIR = /w/workspace/edgex-go/2/.semver [Pipeline] } [2021-03-26T06:02:44.315Z] $ docker exec --env ******** --env ******** 86929f24d78b843f47a70b50a0739b1684cd0b4b3237e094f6a6490e5a026cc3 ssh-agent -k [2021-03-26T06:02:44.520Z] unset SSH_AUTH_SOCK; [2021-03-26T06:02:44.520Z] unset SSH_AGENT_PID; [2021-03-26T06:02:44.520Z] echo Agent pid 52 killed; [2021-03-26T06:02:44.597Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-26T06:02:45.059Z] + git semver [Pipeline] } [2021-03-26T06:02:45.076Z] $ docker stop --time=1 86929f24d78b843f47a70b50a0739b1684cd0b4b3237e094f6a6490e5a026cc3 [2021-03-26T06:02:46.664Z] $ docker rm -f 86929f24d78b843f47a70b50a0739b1684cd0b4b3237e094f6a6490e5a026cc3 [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-26T06:02:47.152Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-03-26T06:02:47.697Z] Stashed 1 file(s) [Pipeline] echo [2021-03-26T06:02:47.700Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-03-26T06:02:48.520Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-03-26T06:02:48.814Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-26T06:02:49.110Z] + sudo service docker restart [2021-03-26T06:02:49.110Z] + true [2021-03-26T06:02:49.110Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-03-26T06:02:49.699Z] ========================================================= [2021-03-26T06:02:49.699Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-03-26T06:02:49.699Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-26T06:02:50.036Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2021-03-26T06:02:53.351Z] Sending build context to Docker daemon 328.9MB [2021-03-26T06:02:53.351Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-03-26T06:02:53.351Z] Step 2/6 : FROM ${BASE} [2021-03-26T06:02:53.351Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-03-26T06:02:53.351Z] 188c0c94c7c5: Pulling fs layer [2021-03-26T06:02:53.351Z] 0ef7d3d256c8: Pulling fs layer [2021-03-26T06:02:53.351Z] de9db76c5a1d: Pulling fs layer [2021-03-26T06:02:53.351Z] bca2f99d35d6: Pulling fs layer [2021-03-26T06:02:53.351Z] 93359f2a8cfa: Pulling fs layer [2021-03-26T06:02:53.351Z] 7c6f9722023f: Pulling fs layer [2021-03-26T06:02:53.351Z] a35cf1a2eb13: Pulling fs layer [2021-03-26T06:02:53.351Z] 93359f2a8cfa: Waiting [2021-03-26T06:02:53.351Z] 7c6f9722023f: Waiting [2021-03-26T06:02:53.351Z] a35cf1a2eb13: Waiting [2021-03-26T06:02:53.351Z] bca2f99d35d6: Waiting [2021-03-26T06:02:53.351Z] de9db76c5a1d: Verifying Checksum [2021-03-26T06:02:53.351Z] de9db76c5a1d: Download complete [2021-03-26T06:02:53.351Z] 0ef7d3d256c8: Download complete [2021-03-26T06:02:53.351Z] 93359f2a8cfa: Verifying Checksum [2021-03-26T06:02:53.351Z] 93359f2a8cfa: Download complete [2021-03-26T06:02:53.351Z] 188c0c94c7c5: Verifying Checksum [2021-03-26T06:02:53.351Z] 188c0c94c7c5: Download complete [2021-03-26T06:02:53.351Z] 7c6f9722023f: Verifying Checksum [2021-03-26T06:02:53.351Z] 7c6f9722023f: Download complete [2021-03-26T06:02:53.620Z] 188c0c94c7c5: Pull complete [2021-03-26T06:02:53.882Z] 0ef7d3d256c8: Pull complete [2021-03-26T06:02:53.882Z] de9db76c5a1d: Pull complete [2021-03-26T06:02:55.272Z] a35cf1a2eb13: Verifying Checksum [2021-03-26T06:02:55.272Z] a35cf1a2eb13: Download complete [2021-03-26T06:02:55.844Z] bca2f99d35d6: Verifying Checksum [2021-03-26T06:02:55.844Z] bca2f99d35d6: Download complete [2021-03-26T06:03:02.456Z] bca2f99d35d6: Pull complete [2021-03-26T06:03:02.456Z] 93359f2a8cfa: Pull complete [2021-03-26T06:03:02.456Z] 7c6f9722023f: Pull complete [2021-03-26T06:03:03.040Z] Still waiting to schedule task [2021-03-26T06:03:03.040Z] ‘prd-centos7-blackbox-4c-2g-30704’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-31496’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-31498’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-31501’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-31503’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-26577’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-27930’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-30485’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-30654’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-31497’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-31509’ is offline [2021-03-26T06:03:06.680Z] a35cf1a2eb13: Pull complete [2021-03-26T06:03:06.680Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-03-26T06:03:06.680Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-03-26T06:03:06.680Z] ---> a62c8e92a672 [2021-03-26T06:03:06.680Z] Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2021-03-26T06:03:06.680Z] ---> Running in dd2f4e27c9b0 [2021-03-26T06:03:06.942Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-26T06:03:08.330Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-26T06:03:09.716Z] (1/12) Installing libmagic (5.38-r0) [2021-03-26T06:03:09.978Z] (2/12) Installing file (5.38-r0) [2021-03-26T06:03:09.978Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-03-26T06:03:10.238Z] (4/12) Installing g++ (9.3.0-r2) [2021-03-26T06:03:18.389Z] (5/12) Installing fortify-headers (1.1-r0) [2021-03-26T06:03:18.389Z] (6/12) Installing patch (2.7.6-r6) [2021-03-26T06:03:18.389Z] (7/12) Installing build-base (0.5-r2) [2021-03-26T06:03:18.389Z] (8/12) Installing libsodium (1.0.18-r0) [2021-03-26T06:03:18.389Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-03-26T06:03:18.389Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-03-26T06:03:18.389Z] (11/12) Installing libzmq (4.3.3-r0) [2021-03-26T06:03:18.649Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-03-26T06:03:18.912Z] Executing busybox-1.31.1-r19.trigger [2021-03-26T06:03:18.912Z] OK: 233 MiB in 51 packages [2021-03-26T06:03:23.126Z] Removing intermediate container dd2f4e27c9b0 [2021-03-26T06:03:23.126Z] ---> 0da3826d84a3 [2021-03-26T06:03:23.126Z] Step 4/6 : WORKDIR /edgex-go [2021-03-26T06:03:23.126Z] ---> Running in 6503fb24f979 [2021-03-26T06:03:23.126Z] Removing intermediate container 6503fb24f979 [2021-03-26T06:03:23.126Z] ---> 021514e4f3e7 [2021-03-26T06:03:23.126Z] Step 5/6 : COPY go.mod . [2021-03-26T06:03:23.126Z] ---> b7db93b61ddd [2021-03-26T06:03:23.126Z] Step 6/6 : RUN go mod download [2021-03-26T06:03:23.126Z] ---> Running in de647f680bac [2021-03-26T06:03:45.134Z] Removing intermediate container de647f680bac [2021-03-26T06:03:45.134Z] ---> 38ed903ba4b1 [2021-03-26T06:03:45.134Z] Successfully built 38ed903ba4b1 [2021-03-26T06:03:45.134Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-26T06:03:45.441Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-26T06:03:45.441Z] . [Pipeline] withDockerContainer [2021-03-26T06:03:45.535Z] prd-centos7-docker-4c-2g-31508 does not seem to be running inside a container [2021-03-26T06:03:45.576Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-03-26T06:03:46.347Z] $ docker top 1c876fb73cf22c107e18a9892d8a6a4cfe73082a6b2a70fd2afcdf13fe055714 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-26T06:03:46.841Z] + go version [2021-03-26T06:03:46.841Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-03-26T06:03:46.855Z] $ docker stop --time=1 1c876fb73cf22c107e18a9892d8a6a4cfe73082a6b2a70fd2afcdf13fe055714 [2021-03-26T06:03:48.281Z] $ docker rm -f 1c876fb73cf22c107e18a9892d8a6a4cfe73082a6b2a70fd2afcdf13fe055714 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-26T06:03:49.035Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-26T06:03:49.035Z] . [Pipeline] withDockerContainer [2021-03-26T06:03:49.127Z] prd-centos7-docker-4c-2g-31508 does not seem to be running inside a container [2021-03-26T06:03:49.169Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-03-26T06:03:49.997Z] $ docker top 10e590aaba4fb2a2aa687990b688cbb47f89ac4a92c33e1c79cdef5f40888650 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-03-26T06:03:50.173Z] ========================================================= [2021-03-26T06:03:50.173Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-03-26T06:03:50.173Z] ========================================================= [Pipeline] sh [2021-03-26T06:03:50.459Z] + make test [2021-03-26T06:03:50.460Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-03-26T06:03:58.678Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-03-26T06:04:17.094Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-03-26T06:04:20.682Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-03-26T06:04:20.682Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-03-26T06:04:20.682Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-03-26T06:04:23.270Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-03-26T06:04:23.270Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-03-26T06:04:23.270Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-03-26T06:04:23.270Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-03-26T06:04:24.226Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-03-26T06:04:24.490Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-03-26T06:04:27.830Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-03-26T06:04:27.830Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-03-26T06:04:27.830Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-03-26T06:04:29.250Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.124s coverage: 45.9% of statements [2021-03-26T06:04:29.250Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-03-26T06:04:29.250Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-03-26T06:04:29.250Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-03-26T06:04:29.250Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-03-26T06:04:29.250Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-03-26T06:04:29.250Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-03-26T06:04:29.250Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.051s coverage: 19.8% of statements [2021-03-26T06:04:29.250Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.082s coverage: 100.0% of statements [2021-03-26T06:04:32.652Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.151s coverage: 27.1% of statements [2021-03-26T06:04:32.652Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-03-26T06:04:32.652Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-03-26T06:04:32.652Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-03-26T06:04:32.652Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-03-26T06:04:32.652Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-03-26T06:04:32.652Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-03-26T06:04:32.652Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.031s coverage: 100.0% of statements [2021-03-26T06:04:32.652Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-03-26T06:04:32.652Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.037s coverage: 100.0% of statements [2021-03-26T06:04:32.652Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-03-26T06:04:32.652Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-03-26T06:04:32.652Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.078s coverage: 71.3% of statements [2021-03-26T06:04:32.652Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-03-26T06:04:32.652Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-03-26T06:04:32.932Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.169s coverage: 82.9% of statements [2021-03-26T06:04:32.932Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-03-26T06:04:32.932Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-03-26T06:04:32.932Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.058s coverage: 78.9% of statements [2021-03-26T06:04:32.932Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-03-26T06:04:36.336Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.426s coverage: 28.6% of statements [2021-03-26T06:04:36.336Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-03-26T06:04:36.336Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-03-26T06:04:36.336Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-03-26T06:04:36.336Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-03-26T06:04:36.336Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-03-26T06:04:36.336Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.067s coverage: 100.0% of statements [2021-03-26T06:04:36.336Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-03-26T06:04:36.336Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.042s coverage: 100.0% of statements [2021-03-26T06:04:36.336Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-03-26T06:04:36.336Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.135s coverage: 86.7% of statements [2021-03-26T06:04:36.336Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-03-26T06:04:36.336Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.102s coverage: 97.5% of statements [2021-03-26T06:04:36.336Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-03-26T06:04:36.336Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.045s coverage: 78.3% of statements [2021-03-26T06:04:36.336Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-03-26T06:04:36.336Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-03-26T06:04:36.336Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-03-26T06:04:36.336Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-03-26T06:04:38.286Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.392s coverage: 92.8% of statements [2021-03-26T06:04:38.286Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-03-26T06:04:38.286Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-03-26T06:04:38.286Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-03-26T06:04:38.286Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-03-26T06:04:38.286Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-03-26T06:04:38.286Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-03-26T06:04:38.286Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-03-26T06:04:38.286Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-03-26T06:04:38.286Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-03-26T06:04:38.286Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-03-26T06:04:38.286Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-03-26T06:04:38.286Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-03-26T06:04:38.286Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-03-26T06:04:38.286Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-03-26T06:04:38.286Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-03-26T06:04:38.286Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-03-26T06:04:38.286Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-03-26T06:04:38.286Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-03-26T06:04:38.286Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.029s coverage: 58.8% of statements [2021-03-26T06:04:38.286Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-03-26T06:04:38.286Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-03-26T06:04:38.286Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.082s coverage: 0.1% of statements [2021-03-26T06:04:38.286Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-03-26T06:04:38.287Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-03-26T06:04:38.287Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-03-26T06:04:38.287Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.034s coverage: 47.1% of statements [2021-03-26T06:04:38.287Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.048s coverage: 79.5% of statements [2021-03-26T06:04:38.287Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.027s coverage: 94.1% of statements [2021-03-26T06:04:38.287Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.052s coverage: 96.3% of statements [2021-03-26T06:04:38.561Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.068s coverage: 87.5% of statements [2021-03-26T06:04:50.812Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.048s coverage: 94.4% of statements [2021-03-26T06:04:50.812Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.044s coverage: 44.8% of statements [2021-03-26T06:04:54.143Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 14.197s coverage: 82.6% of statements [2021-03-26T06:05:04.195Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.070s coverage: 92.9% of statements [2021-03-26T06:05:04.195Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-03-26T06:05:04.195Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-03-26T06:05:04.195Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-03-26T06:05:04.195Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.031s coverage: 77.8% of statements [2021-03-26T06:05:04.195Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-03-26T06:05:04.195Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-03-26T06:05:04.195Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-03-26T06:05:04.195Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-03-26T06:05:04.195Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-03-26T06:05:04.195Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.043s coverage: 87.2% of statements [2021-03-26T06:05:04.195Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-03-26T06:05:04.195Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-03-26T06:05:04.195Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.032s coverage: 100.0% of statements [2021-03-26T06:05:04.195Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-03-26T06:05:04.195Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.042s coverage: 75.5% of statements [2021-03-26T06:05:04.195Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-03-26T06:05:04.195Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.032s coverage: 80.8% of statements [2021-03-26T06:05:04.195Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.060s coverage: 87.2% of statements [2021-03-26T06:05:04.195Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.043s coverage: 84.6% of statements [2021-03-26T06:05:04.195Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.078s coverage: 91.6% of statements [2021-03-26T06:05:04.195Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-03-26T06:05:04.195Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.193s coverage: 64.4% of statements [2021-03-26T06:05:04.195Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-03-26T06:05:04.195Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-03-26T06:05:04.195Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.040s coverage: 100.0% of statements [2021-03-26T06:05:04.195Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.048s coverage: 91.3% of statements [2021-03-26T06:05:04.195Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.034s coverage: 100.0% of statements [2021-03-26T06:05:04.195Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.035s coverage: 73.7% of statements [2021-03-26T06:05:04.195Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.026s coverage: 100.0% of statements [2021-03-26T06:05:04.195Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.312s coverage: 69.0% of statements [2021-03-26T06:05:04.195Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-03-26T06:05:04.195Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-03-26T06:05:04.195Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-03-26T06:05:04.195Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.080s coverage: 38.4% of statements [2021-03-26T06:05:04.195Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-03-26T06:05:04.195Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-03-26T06:05:04.195Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.048s coverage: 89.5% of statements [2021-03-26T06:05:04.195Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-03-26T06:05:04.195Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.041s coverage: 84.8% of statements [2021-03-26T06:05:04.195Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.133s coverage: 47.0% of statements [2021-03-26T06:05:04.195Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-03-26T06:05:04.195Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-03-26T06:05:04.195Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-03-26T06:05:04.195Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-03-26T06:05:04.196Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-03-26T06:05:04.196Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.045s coverage: 100.0% of statements [2021-03-26T06:05:04.196Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-03-26T06:05:04.196Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.045s coverage: 100.0% of statements [2021-03-26T06:05:04.196Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-03-26T06:05:04.196Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-03-26T06:05:04.196Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-03-26T06:05:04.196Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-03-26T06:05:04.196Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.147s coverage: 87.1% of statements [2021-03-26T06:05:04.196Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-03-26T06:05:04.196Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-03-26T06:05:04.196Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-03-26T06:05:04.196Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.690s coverage: 29.1% of statements [2021-03-26T06:05:04.196Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-03-26T06:05:04.196Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-03-26T06:05:04.196Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-03-26T06:05:04.196Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-03-26T06:05:04.196Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-03-26T06:05:04.196Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.082s coverage: 99.0% of statements [2021-03-26T06:05:04.196Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-03-26T06:05:04.196Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.043s coverage: 100.0% of statements [2021-03-26T06:05:04.196Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-03-26T06:05:04.196Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-03-26T06:05:04.196Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-03-26T06:05:04.196Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-03-26T06:05:04.196Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.091s coverage: 94.0% of statements [2021-03-26T06:05:04.196Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-03-26T06:05:04.196Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-03-26T06:05:04.196Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-03-26T06:05:04.196Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.051s coverage: 0.0% of statements [2021-03-26T06:05:04.196Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-03-26T06:05:04.196Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.033s coverage: 100.0% of statements [2021-03-26T06:05:04.196Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-03-26T06:05:04.196Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-03-26T06:05:04.196Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-03-26T06:05:04.196Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-03-26T06:05:04.196Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.036s coverage: 87.9% of statements [2021-03-26T06:05:04.196Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-03-26T06:05:04.196Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-03-26T06:05:04.196Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.031s coverage: 100.0% of statements [2021-03-26T06:05:04.196Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.033s coverage: 32.1% of statements [2021-03-26T06:05:04.196Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements [2021-03-26T06:05:04.196Z] GO111MODULE=on go vet ./... [2021-03-26T06:05:30.872Z] gofmt -l . [2021-03-26T06:05:30.872Z] [ "`gofmt -l .`" = "" ] [2021-03-26T06:05:30.872Z] ./bin/test-go-mod-tidy.sh [2021-03-26T06:05:30.872Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-03-26T06:05:31.178Z] + ls -al . [2021-03-26T06:05:31.178Z] total 776 [2021-03-26T06:05:31.178Z] drwxrwxr-x 10 1001 1001 4096 Mar 26 06:05 . [2021-03-26T06:05:31.178Z] drwxr-xr-x 4 root root 28 Mar 26 06:03 .. [2021-03-26T06:05:31.178Z] -rw-rw-r-- 1 1001 1001 11 Mar 26 06:02 .dockerignore [2021-03-26T06:05:31.178Z] drwxrwxr-x 8 1001 1001 179 Mar 26 06:02 .git [2021-03-26T06:05:31.178Z] drwxrwxr-x 3 1001 1001 125 Mar 26 06:02 .github [2021-03-26T06:05:31.178Z] -rw-rw-r-- 1 1001 1001 818 Mar 26 06:02 .gitignore [2021-03-26T06:05:31.178Z] drwx------ 3 1001 1001 60 Mar 26 06:02 .semver [2021-03-26T06:05:31.178Z] -rw-rw-r-- 1 1001 1001 166 Mar 26 06:02 .sonarcloud.properties [2021-03-26T06:05:31.178Z] -rw-rw-r-- 1 1001 1001 8607 Mar 26 06:02 Attribution.txt [2021-03-26T06:05:31.178Z] -rw-rw-r-- 1 1001 1001 3804 Mar 26 06:02 CONTRIBUTING.md [2021-03-26T06:05:31.178Z] -rw-rw-r-- 1 1001 1001 931 Mar 26 06:02 Dockerfile.build [2021-03-26T06:05:31.178Z] -rw-rw-r-- 1 1001 1001 863 Mar 26 06:02 Jenkinsfile [2021-03-26T06:05:31.178Z] -rw-rw-r-- 1 1001 1001 10775 Mar 26 06:02 LICENSE [2021-03-26T06:05:31.178Z] -rw-rw-r-- 1 1001 1001 5774 Mar 26 06:02 Makefile [2021-03-26T06:05:31.178Z] -rw-rw-r-- 1 1001 1001 6548 Mar 26 06:02 README.md [2021-03-26T06:05:31.178Z] -rw-rw-r-- 1 1001 1001 6755 Mar 26 06:02 SECURITY.md [2021-03-26T06:05:31.178Z] -rw-rw-r-- 1 1001 1001 5 Mar 26 06:02 VERSION [2021-03-26T06:05:31.178Z] -rw-rw-r-- 1 1001 1001 4131 Mar 26 06:02 ZMQWindows.md [2021-03-26T06:05:31.178Z] drwxrwxr-x 2 1001 1001 117 Mar 26 06:02 bin [2021-03-26T06:05:31.178Z] drwxrwxr-x 14 1001 1001 4096 Mar 26 06:02 cmd [2021-03-26T06:05:31.178Z] -rw-r--r-- 1 root root 666212 Mar 26 06:05 coverage.out [2021-03-26T06:05:31.178Z] -rw-r--r-- 1 root root 1056 Mar 26 06:05 go.mod [2021-03-26T06:05:31.178Z] -rw-r--r-- 1 root root 22530 Mar 26 06:05 go.sum [2021-03-26T06:05:31.178Z] drwxrwxr-x 8 1001 1001 127 Mar 26 06:02 internal [2021-03-26T06:05:31.178Z] drwxrwxr-x 4 1001 1001 26 Mar 26 06:02 openapi [2021-03-26T06:05:31.178Z] drwxrwxr-x 4 1001 1001 71 Mar 26 06:02 snap [2021-03-26T06:05:31.178Z] -rw-rw-r-- 1 1001 1001 168 Mar 26 06:02 version.go [Pipeline] sh [2021-03-26T06:05:31.493Z] + '[' -e coverage.out ] [2021-03-26T06:05:31.493Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-03-26T06:05:32.749Z] Stashed 1 file(s) [Pipeline] sh [2021-03-26T06:05:33.049Z] + make build [2021-03-26T06:05:33.049Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-03-26T06:05:36.129Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-31513 in /w/workspace/edgexfoundry_edgex-go_PR-3299 [Pipeline] { [Pipeline] ws [2021-03-26T06:05:36.194Z] Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] checkout [2021-03-26T06:05:37.269Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-03-26T06:05:41.452Z] using credential edgex-jenkins-ssh [2021-03-26T06:05:41.541Z] Cloning the remote Git repository [2021-03-26T06:05:41.607Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-03-26T06:05:41.745Z] > git init /w/workspace/edgex-go/2 # timeout=10 [2021-03-26T06:05:41.828Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-26T06:05:41.829Z] > git --version # timeout=10 [2021-03-26T06:05:41.858Z] > git --version # 'git version 2.17.1' [2021-03-26T06:05:41.860Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-26T06:05:41.920Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-26T06:05:45.464Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-03-26T06:05:46.856Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-03-26T06:05:48.265Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-03-26T06:05:48.529Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-03-26T06:05:50.449Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-03-26T06:05:51.835Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-03-26T06:05:52.780Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-03-26T06:05:54.170Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-03-26T06:05:55.127Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-03-26T06:05:56.079Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } [2021-03-26T06:05:58.052Z] $ docker stop --time=1 10e590aaba4fb2a2aa687990b688cbb47f89ac4a92c33e1c79cdef5f40888650 [2021-03-26T06:05:59.635Z] $ docker rm -f 10e590aaba4fb2a2aa687990b688cbb47f89ac4a92c33e1c79cdef5f40888650 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-26T06:06:01.579Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-26T06:06:01.579Z] [2021-03-26T06:06:01.579Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-03-26T06:06:01.926Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-26T06:06:01.926Z] latest: Pulling from edgex-devops/edgex-compose [2021-03-26T06:06:01.926Z] cbdbe7a5bc2a: Pulling fs layer [2021-03-26T06:06:01.926Z] ca9280d653b3: Pulling fs layer [2021-03-26T06:06:01.926Z] 7e9c9ca2126c: Pulling fs layer [2021-03-26T06:06:01.926Z] cbdbe7a5bc2a: Verifying Checksum [2021-03-26T06:06:01.926Z] cbdbe7a5bc2a: Download complete [2021-03-26T06:06:02.502Z] cbdbe7a5bc2a: Pull complete [2021-03-26T06:06:02.502Z] ca9280d653b3: Verifying Checksum [2021-03-26T06:06:02.502Z] ca9280d653b3: Download complete [2021-03-26T06:06:02.484Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-26T06:06:02.512Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-26T06:06:02.540Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-26T06:06:02.577Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-26T06:06:02.578Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-26T06:06:02.596Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3299/head:refs/remotes/origin/PR-3299 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-26T06:06:03.453Z] 7e9c9ca2126c: Download complete [2021-03-26T06:06:03.719Z] ca9280d653b3: Pull complete [2021-03-26T06:06:04.148Z] Merging remotes/origin/master commit ebfae9bf1c69030f223d824c55fa5330fb79db8d into PR head commit 241a7c3479784cd79e79abb99437b7eaa15f4b64 [2021-03-26T06:06:04.716Z] Merge succeeded, producing 241a7c3479784cd79e79abb99437b7eaa15f4b64 [2021-03-26T06:06:04.717Z] Checking out Revision 241a7c3479784cd79e79abb99437b7eaa15f4b64 (PR-3299) [2021-03-26T06:06:04.168Z] > git config core.sparsecheckout # timeout=10 [2021-03-26T06:06:04.192Z] > git checkout -f 241a7c3479784cd79e79abb99437b7eaa15f4b64 # timeout=10 [2021-03-26T06:06:04.575Z] > git remote # timeout=10 [2021-03-26T06:06:04.608Z] > git config --get remote.origin.url # timeout=10 [2021-03-26T06:06:04.650Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-26T06:06:04.663Z] > git merge ebfae9bf1c69030f223d824c55fa5330fb79db8d # timeout=10 [2021-03-26T06:06:04.699Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-03-26T06:06:04.724Z] > git config core.sparsecheckout # timeout=10 [2021-03-26T06:06:04.748Z] > git checkout -f 241a7c3479784cd79e79abb99437b7eaa15f4b64 # timeout=10 [2021-03-26T06:06:09.218Z] Commit message: "build: Upgrade go-mod-core-contracts lib to v2.0.0-dev.60" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-03-26T06:06:10.320Z] 7e9c9ca2126c: Pull complete [2021-03-26T06:06:10.320Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-03-26T06:06:10.320Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-26T06:06:10.320Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-03-26T06:06:10.553Z] prd-centos7-docker-4c-2g-31508 does not seem to be running inside a container [2021-03-26T06:06:10.589Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-03-26T06:06:10.723Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [2021-03-26T06:06:13.011Z] $ docker top 6d6b06919dccda823571e3d79439b3ac23338d6adb81e65f5e3059774cf64c98 -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] sh [2021-03-26T06:06:13.556Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-26T06:06:13.688Z] + docker-compose build --help [2021-03-26T06:06:13.688Z] + grep parallel [2021-03-26T06:06:13.903Z] + true [2021-03-26T06:06:13.903Z] + sudo service docker restart [2021-03-26T06:06:14.691Z] --parallel Build images in parallel. [Pipeline] } [2021-03-26T06:06:14.703Z] $ docker stop --time=1 6d6b06919dccda823571e3d79439b3ac23338d6adb81e65f5e3059774cf64c98 [2021-03-26T06:06:16.070Z] $ docker rm -f 6d6b06919dccda823571e3d79439b3ac23338d6adb81e65f5e3059774cf64c98 [Pipeline] // withDockerContainer [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-26T06:06:16.294Z] provisioning config files... [2021-03-26T06:06:16.341Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/2@tmp/config2418194977546442480tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-26T06:06:16.698Z] ---> docker-login.sh [2021-03-26T06:06:16.698Z] nexus3.edgexfoundry.org:10001 [2021-03-26T06:06:16.889Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-26T06:06:16.889Z] . [Pipeline] withDockerContainer [2021-03-26T06:06:16.983Z] prd-centos7-docker-4c-2g-31508 does not seem to be running inside a container [2021-03-26T06:06:17.020Z] $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-03-26T06:06:17.292Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-26T06:06:17.564Z] $ docker top 84bcf6c9f552edad9b3e4c802f8b7fcd674839521c07d20f0741280d4e4e8a91 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-26T06:06:17.889Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-26T06:06:17.889Z] Configure a credential helper to remove this warning. See [2021-03-26T06:06:17.889Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-26T06:06:17.889Z] [2021-03-26T06:06:17.889Z] Login Succeeded [2021-03-26T06:06:17.889Z] nexus3.edgexfoundry.org:10002 [2021-03-26T06:06:18.037Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-03-26T06:06:18.160Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-26T06:06:18.160Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-26T06:06:18.160Z] Configure a credential helper to remove this warning. See [2021-03-26T06:06:18.160Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-26T06:06:18.160Z] [2021-03-26T06:06:18.160Z] Login Succeeded [2021-03-26T06:06:18.160Z] nexus3.edgexfoundry.org:10003 [2021-03-26T06:06:18.755Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-26T06:06:18.755Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-26T06:06:18.755Z] Configure a credential helper to remove this warning. See [2021-03-26T06:06:18.755Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-26T06:06:18.755Z] [2021-03-26T06:06:18.755Z] Login Succeeded [2021-03-26T06:06:18.755Z] nexus3.edgexfoundry.org:10004 [2021-03-26T06:06:18.980Z] Building docker-core-command-go ... [2021-03-26T06:06:18.980Z] Building docker-core-data-go ... [2021-03-26T06:06:18.980Z] Building docker-core-metadata-go ... [2021-03-26T06:06:18.980Z] Building docker-security-bootstrapper-go ... [2021-03-26T06:06:18.980Z] Building docker-security-proxy-setup-go ... [2021-03-26T06:06:18.980Z] Building docker-security-secretstore-setup-go ... [2021-03-26T06:06:18.980Z] Building docker-support-notifications-go ... [2021-03-26T06:06:18.981Z] Building docker-support-scheduler-go ... [2021-03-26T06:06:18.981Z] Building docker-sys-mgmt-agent-go ... [2021-03-26T06:06:18.981Z] Building docker-core-command-go [2021-03-26T06:06:18.981Z] Building docker-security-secretstore-setup-go [2021-03-26T06:06:18.981Z] Building docker-support-scheduler-go [2021-03-26T06:06:18.981Z] Building docker-security-bootstrapper-go [2021-03-26T06:06:18.981Z] Building docker-core-data-go [2021-03-26T06:06:19.026Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-26T06:06:19.303Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-26T06:06:19.303Z] Configure a credential helper to remove this warning. See [2021-03-26T06:06:19.303Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-26T06:06:19.303Z] [2021-03-26T06:06:19.303Z] Login Succeeded [2021-03-26T06:06:19.303Z] docker.io [2021-03-26T06:06:19.575Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-26T06:06:19.846Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-26T06:06:19.846Z] Configure a credential helper to remove this warning. See [2021-03-26T06:06:19.846Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-26T06:06:19.846Z] [2021-03-26T06:06:19.846Z] Login Succeeded [2021-03-26T06:06:19.846Z] ---> docker-login.sh ends [Pipeline] } [2021-03-26T06:06:19.864Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-03-26T06:06:20.355Z] ========================================================= [2021-03-26T06:06:20.355Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-03-26T06:06:20.355Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-26T06:06:20.774Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2021-03-26T06:06:23.407Z] Sending build context to Docker daemon 167MB [2021-03-26T06:06:23.407Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-03-26T06:06:23.408Z] Step 2/6 : FROM ${BASE} [2021-03-26T06:06:23.408Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-03-26T06:06:23.408Z] 5f621e34cdf4: Pulling fs layer [2021-03-26T06:06:23.408Z] a4357932f1b6: Pulling fs layer [2021-03-26T06:06:23.408Z] 18c013af1878: Pulling fs layer [2021-03-26T06:06:23.408Z] 00ac8860ef70: Pulling fs layer [2021-03-26T06:06:23.408Z] 63d7cb157983: Pulling fs layer [2021-03-26T06:06:23.408Z] b116817d02f9: Pulling fs layer [2021-03-26T06:06:23.408Z] 745a02a5169b: Pulling fs layer [2021-03-26T06:06:23.408Z] b116817d02f9: Waiting [2021-03-26T06:06:23.408Z] 745a02a5169b: Waiting [2021-03-26T06:06:23.408Z] 63d7cb157983: Waiting [2021-03-26T06:06:23.408Z] 00ac8860ef70: Waiting [2021-03-26T06:06:23.408Z] 18c013af1878: Verifying Checksum [2021-03-26T06:06:23.408Z] 18c013af1878: Download complete [2021-03-26T06:06:23.408Z] a4357932f1b6: Verifying Checksum [2021-03-26T06:06:23.408Z] a4357932f1b6: Download complete [2021-03-26T06:06:23.408Z] 63d7cb157983: Verifying Checksum [2021-03-26T06:06:23.408Z] 63d7cb157983: Download complete [2021-03-26T06:06:23.408Z] b116817d02f9: Verifying Checksum [2021-03-26T06:06:23.408Z] b116817d02f9: Download complete [2021-03-26T06:06:23.682Z] 5f621e34cdf4: Verifying Checksum [2021-03-26T06:06:23.682Z] 5f621e34cdf4: Download complete [2021-03-26T06:06:24.704Z] 5f621e34cdf4: Pull complete [2021-03-26T06:06:24.983Z] a4357932f1b6: Pull complete [2021-03-26T06:06:25.581Z] 18c013af1878: Pull complete [2021-03-26T06:06:26.177Z] 745a02a5169b: Verifying Checksum [2021-03-26T06:06:26.177Z] 745a02a5169b: Download complete [2021-03-26T06:06:27.156Z] 00ac8860ef70: Verifying Checksum [2021-03-26T06:06:27.156Z] 00ac8860ef70: Download complete [2021-03-26T06:06:37.314Z] 00ac8860ef70: Pull complete [2021-03-26T06:06:37.589Z] 63d7cb157983: Pull complete [2021-03-26T06:06:37.862Z] b116817d02f9: Pull complete [2021-03-26T06:06:42.188Z] 745a02a5169b: Pull complete [2021-03-26T06:06:42.188Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-03-26T06:06:42.188Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-03-26T06:06:42.188Z] ---> b7e6874047d6 [2021-03-26T06:06:42.188Z] Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2021-03-26T06:06:45.610Z] ---> Running in 6857ecc203c7 [2021-03-26T06:06:46.599Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-26T06:06:50.008Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-26T06:06:51.182Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-26T06:06:51.182Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-26T06:06:51.182Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-26T06:06:51.182Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-03-26T06:06:51.182Z] ---> 38ed903ba4b1 [2021-03-26T06:06:51.182Z] Step 3/24 : WORKDIR /edgex-go [2021-03-26T06:06:51.182Z] ---> 38ed903ba4b1 [2021-03-26T06:06:51.182Z] Step 3/22 : WORKDIR /edgex-go [2021-03-26T06:06:51.182Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-26T06:06:51.182Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-26T06:06:51.182Z] ---> 38ed903ba4b1 [2021-03-26T06:06:51.182Z] Step 3/23 : WORKDIR /edgex-go [2021-03-26T06:06:51.182Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-26T06:06:51.182Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-26T06:06:51.182Z] ---> 38ed903ba4b1 [2021-03-26T06:06:51.182Z] Step 3/23 : WORKDIR /edgex-go [2021-03-26T06:06:51.182Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-26T06:06:51.182Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-03-26T06:06:51.182Z] ---> 38ed903ba4b1 [2021-03-26T06:06:51.182Z] Step 3/31 : WORKDIR /edgex-go [2021-03-26T06:06:51.182Z] ---> Running in 26b3a29554c8 [2021-03-26T06:06:51.182Z] ---> Running in efb8635ec397 [2021-03-26T06:06:51.182Z] ---> Running in 2102dd868a02 [2021-03-26T06:06:51.182Z] ---> Running in 835376e6ea03 [2021-03-26T06:06:51.182Z] ---> Running in 26b4bfe4a63a [2021-03-26T06:06:51.182Z] Removing intermediate container 26b4bfe4a63a [2021-03-26T06:06:51.182Z] ---> 2958e5f7f9fa [2021-03-26T06:06:51.182Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-26T06:06:51.182Z] Removing intermediate container efb8635ec397 [2021-03-26T06:06:51.182Z] ---> acfc070b4966 [2021-03-26T06:06:51.182Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-26T06:06:51.182Z] Removing intermediate container 835376e6ea03 [2021-03-26T06:06:51.182Z] Removing intermediate container 2102dd868a02 [2021-03-26T06:06:51.182Z] ---> 826b274522c1 [2021-03-26T06:06:51.182Z] ---> 7d1ace1d2d1f [2021-03-26T06:06:51.182Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositoriesStep 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-26T06:06:51.182Z] [2021-03-26T06:06:51.182Z] Removing intermediate container 26b3a29554c8 [2021-03-26T06:06:51.182Z] ---> 6f49a6897e21 [2021-03-26T06:06:51.182Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-26T06:06:51.182Z] ---> Running in 2a1b9294daa2 [2021-03-26T06:06:51.182Z] ---> Running in 6be8819efa95 [2021-03-26T06:06:51.182Z] ---> Running in 31f8217a09c8 [2021-03-26T06:06:51.182Z] ---> Running in 861735bfe43e [2021-03-26T06:06:51.182Z] ---> Running in 091543b43e04 [2021-03-26T06:06:51.182Z] Removing intermediate container 6be8819efa95 [2021-03-26T06:06:51.182Z] ---> 12976fdb4e73 [2021-03-26T06:06:51.182Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-03-26T06:06:51.182Z] ---> Running in fc6c764c2118 [2021-03-26T06:06:51.182Z] Removing intermediate container 2a1b9294daa2 [2021-03-26T06:06:51.182Z] ---> e2067d0f5a63 [2021-03-26T06:06:51.182Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-03-26T06:06:51.182Z] Removing intermediate container 31f8217a09c8 [2021-03-26T06:06:51.182Z] ---> c11864d39a23 [2021-03-26T06:06:51.182Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-03-26T06:06:51.182Z] Removing intermediate container 861735bfe43e [2021-03-26T06:06:51.182Z] ---> 13ce2512583d [2021-03-26T06:06:51.182Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-26T06:06:51.182Z] ---> Running in e6cd1bd45ada [2021-03-26T06:06:51.182Z] ---> Running in 0bf6668a31d0 [2021-03-26T06:06:51.182Z] ---> Running in 16bbeb7a3fad [2021-03-26T06:06:51.182Z] Removing intermediate container 091543b43e04 [2021-03-26T06:06:51.182Z] ---> 1231c6a1da10 [2021-03-26T06:06:51.182Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-03-26T06:06:51.182Z] ---> Running in 9711b6ca7782 [2021-03-26T06:06:51.442Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-26T06:06:52.027Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-26T06:06:52.027Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-26T06:06:52.027Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-26T06:06:52.027Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-26T06:06:52.618Z] (1/12) Installing libmagic (5.38-r0) [2021-03-26T06:06:52.890Z] (2/12) Installing file (5.38-r0) [2021-03-26T06:06:53.161Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-03-26T06:06:53.431Z] (4/12) Installing g++ (9.3.0-r2) [2021-03-26T06:06:54.572Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-26T06:06:54.831Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-26T06:06:55.091Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-26T06:06:55.091Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-26T06:06:55.661Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-26T06:06:57.052Z] OK: 233 MiB in 51 packages [2021-03-26T06:06:57.316Z] OK: 233 MiB in 51 packages [2021-03-26T06:06:57.316Z] OK: 233 MiB in 51 packages [2021-03-26T06:06:57.579Z] OK: 233 MiB in 51 packages [2021-03-26T06:06:57.579Z] Removing intermediate container fc6c764c2118 [2021-03-26T06:06:57.579Z] ---> 7ddfce7b365c [2021-03-26T06:06:57.579Z] Step 6/23 : COPY go.mod . [2021-03-26T06:06:58.154Z] ---> 5106b96b1fec [2021-03-26T06:06:58.154Z] Step 7/23 : RUN go mod download [2021-03-26T06:06:58.154Z] Removing intermediate container 0bf6668a31d0 [2021-03-26T06:06:58.154Z] ---> 8f31b118ca41 [2021-03-26T06:06:58.154Z] Step 6/24 : COPY go.mod . [2021-03-26T06:06:58.154Z] ---> Running in f41f544abb1c [2021-03-26T06:06:58.154Z] Removing intermediate container 9711b6ca7782 [2021-03-26T06:06:58.154Z] ---> 44a462b5db9f [2021-03-26T06:06:58.154Z] Step 6/22 : COPY go.mod . [2021-03-26T06:06:58.422Z] Removing intermediate container 16bbeb7a3fad [2021-03-26T06:06:58.422Z] ---> 7dea1016836a [2021-03-26T06:06:58.422Z] Step 6/23 : COPY go.mod . [2021-03-26T06:06:58.422Z] ---> 4e0f89b9efe2 [2021-03-26T06:06:58.422Z] Step 7/24 : RUN go mod download [2021-03-26T06:06:58.683Z] ---> 52c625bbe6a8 [2021-03-26T06:06:58.683Z] Step 7/22 : RUN go mod download [2021-03-26T06:06:58.683Z] ---> Running in 32e7bbe6b62e [2021-03-26T06:06:58.943Z] ---> c30f3e17f995 [2021-03-26T06:06:58.943Z] Step 7/23 : RUN go mod download [2021-03-26T06:06:58.943Z] ---> Running in 6388471b3463 [2021-03-26T06:06:58.944Z] ---> Running in 3759207a0ef0 [2021-03-26T06:06:59.210Z] OK: 233 MiB in 51 packages [2021-03-26T06:07:00.621Z] Removing intermediate container f41f544abb1c [2021-03-26T06:07:00.621Z] ---> 48e3761c1c30 [2021-03-26T06:07:00.621Z] Step 8/23 : COPY . . [2021-03-26T06:07:00.621Z] Removing intermediate container e6cd1bd45ada [2021-03-26T06:07:00.621Z] ---> 8ccd20dc2bc2 [2021-03-26T06:07:00.621Z] Step 6/31 : COPY go.mod . [2021-03-26T06:07:01.691Z] (5/12) Installing fortify-headers (1.1-r0) [2021-03-26T06:07:01.691Z] (6/12) Installing patch (2.7.6-r6) [2021-03-26T06:07:01.691Z] (7/12) Installing build-base (0.5-r2) [2021-03-26T06:07:01.691Z] (8/12) Installing libsodium (1.0.18-r0) [2021-03-26T06:07:01.691Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-03-26T06:07:01.691Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-03-26T06:07:01.966Z] (11/12) Installing libzmq (4.3.3-r0) [2021-03-26T06:07:02.249Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-03-26T06:07:02.250Z] Executing busybox-1.31.1-r19.trigger [2021-03-26T06:07:02.250Z] OK: 217 MiB in 51 packages [2021-03-26T06:07:03.937Z] ---> fff985fbfc5f [2021-03-26T06:07:03.937Z] Step 7/31 : RUN go mod download [2021-03-26T06:07:03.937Z] Removing intermediate container 32e7bbe6b62e [2021-03-26T06:07:03.937Z] ---> 1aa70bbd6b9f [2021-03-26T06:07:03.937Z] Step 8/24 : COPY . . [2021-03-26T06:07:04.886Z] Removing intermediate container 6388471b3463 [2021-03-26T06:07:04.886Z] ---> 63e8c3eccd5a [2021-03-26T06:07:04.886Z] Step 8/22 : COPY . . [2021-03-26T06:07:05.835Z] ---> Running in 283f4ecec8ec [2021-03-26T06:07:05.835Z] Removing intermediate container 3759207a0ef0 [2021-03-26T06:07:05.835Z] ---> 7f331058e3a9 [2021-03-26T06:07:05.835Z] Step 8/23 : COPY . . [2021-03-26T06:07:06.580Z] Removing intermediate container 6857ecc203c7 [2021-03-26T06:07:06.580Z] ---> e154a91908f3 [2021-03-26T06:07:06.580Z] Step 4/6 : WORKDIR /edgex-go [2021-03-26T06:07:06.580Z] ---> Running in 140efd2192ec [2021-03-26T06:07:07.174Z] Removing intermediate container 140efd2192ec [2021-03-26T06:07:07.174Z] ---> 84d30faff3c1 [2021-03-26T06:07:07.174Z] Step 5/6 : COPY go.mod . [2021-03-26T06:07:07.782Z] ---> da9f76f4f533 [2021-03-26T06:07:07.782Z] Step 6/6 : RUN go mod download [2021-03-26T06:07:08.067Z] ---> Running in bf6806d6286d [2021-03-26T06:07:27.908Z] Removing intermediate container 283f4ecec8ec [2021-03-26T06:07:27.908Z] ---> 478365c06f56 [2021-03-26T06:07:27.908Z] Step 8/31 : COPY . . [2021-03-26T06:07:34.860Z] Removing intermediate container bf6806d6286d [2021-03-26T06:07:34.860Z] ---> 7b7fa18021ad [2021-03-26T06:07:34.860Z] Successfully built 7b7fa18021ad [2021-03-26T06:07:35.133Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-26T06:07:35.481Z] + docker inspect -f . ci-base-image-arm64 [2021-03-26T06:07:35.481Z] . [Pipeline] withDockerContainer [2021-03-26T06:07:35.783Z] prd-ubuntu18.04-docker-arm64-4c-16g-31513 does not seem to be running inside a container [2021-03-26T06:07:35.876Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-03-26T06:07:37.630Z] $ docker top 6dfd6d51795d02748594ad22f98756462e314a68ab7e31aa4b4b768f7388158b -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-26T06:07:38.725Z] + go version [2021-03-26T06:07:38.725Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-03-26T06:07:38.747Z] $ docker stop --time=1 6dfd6d51795d02748594ad22f98756462e314a68ab7e31aa4b4b768f7388158b [2021-03-26T06:07:40.218Z] ---> ca720e36bee3 [2021-03-26T06:07:40.218Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-03-26T06:07:40.218Z] ---> 90b17c8900f3 [2021-03-26T06:07:40.218Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-03-26T06:07:40.780Z] $ docker rm -f 6dfd6d51795d02748594ad22f98756462e314a68ab7e31aa4b4b768f7388158b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-26T06:07:41.866Z] + docker inspect -f . ci-base-image-arm64 [2021-03-26T06:07:41.866Z] . [Pipeline] withDockerContainer [2021-03-26T06:07:42.154Z] ---> Running in 1791c1bd8546 [2021-03-26T06:07:42.154Z] ---> Running in 99fd11a4cb51 [2021-03-26T06:07:42.154Z] ---> 78522109e802 [2021-03-26T06:07:42.154Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-03-26T06:07:42.154Z] ---> e7b8c118d583 [2021-03-26T06:07:42.154Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-03-26T06:07:42.169Z] prd-ubuntu18.04-docker-arm64-4c-16g-31513 does not seem to be running inside a container [2021-03-26T06:07:42.268Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-03-26T06:07:43.544Z] ---> Running in 192b7cea9ce9 [2021-03-26T06:07:43.774Z] $ docker top abfc5a281c72dfad85f3fb001e74cc0d70ed3f2ea23525b58efbe015406e9d77 -eo pid,comm [2021-03-26T06:07:43.816Z] ---> Running in 8b67e70d38d1 [Pipeline] { [Pipeline] echo [2021-03-26T06:07:44.178Z] ========================================================= [2021-03-26T06:07:44.178Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-03-26T06:07:44.178Z] ========================================================= [Pipeline] sh [2021-03-26T06:07:44.822Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-03-26T06:07:44.822Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-03-26T06:07:44.824Z] + make test [2021-03-26T06:07:44.824Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-03-26T06:07:46.238Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-03-26T06:07:46.238Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-03-26T06:07:50.505Z] ---> f8e56dc69cf6 [2021-03-26T06:07:50.505Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-03-26T06:07:50.505Z] ---> Running in d763784e93d3 [2021-03-26T06:07:51.105Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-03-26T06:08:11.636Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-03-26T06:08:13.215Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-03-26T06:08:21.399Z] Removing intermediate container 1791c1bd8546 [2021-03-26T06:08:21.400Z] ---> eea11a997f6f [2021-03-26T06:08:21.400Z] [2021-03-26T06:08:21.400Z] Step 10/24 : FROM alpine:3.12 [2021-03-26T06:08:21.400Z] 3.12: Pulling from library/alpine [2021-03-26T06:08:21.987Z] Digest: sha256:d1eaae2a6814b4b10a722fa75e8a6b53db42d1bf531395a107fea0458bfbf1d8 [2021-03-26T06:08:21.987Z] Status: Downloaded newer image for alpine:3.12 [2021-03-26T06:08:21.987Z] ---> 42cb162f0360 [2021-03-26T06:08:21.987Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec [2021-03-26T06:08:27.288Z] ---> Running in adbf10beaf9f [2021-03-26T06:08:27.288Z] Removing intermediate container 192b7cea9ce9 [2021-03-26T06:08:27.288Z] ---> b39d99ad9e19 [2021-03-26T06:08:27.288Z] [2021-03-26T06:08:27.288Z] Step 10/22 : FROM alpine:3.12 [2021-03-26T06:08:27.288Z] ---> 42cb162f0360 [2021-03-26T06:08:27.288Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-03-26T06:08:27.288Z] Removing intermediate container 8b67e70d38d1 [2021-03-26T06:08:27.288Z] ---> e03d8b0dd39e [2021-03-26T06:08:27.288Z] [2021-03-26T06:08:27.288Z] Step 10/23 : FROM alpine:3.12 [2021-03-26T06:08:27.288Z] ---> 42cb162f0360 [2021-03-26T06:08:27.288Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-26T06:08:27.555Z] ---> Running in 56857bf6f605 [2021-03-26T06:08:27.555Z] ---> Running in 8b96d15ef8b2 [2021-03-26T06:08:28.143Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-26T06:08:28.143Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-26T06:08:28.421Z] (1/6) Installing ca-certificates (20191127-r4) [2021-03-26T06:08:28.421Z] (2/6) Installing nghttp2-libs (1.41.0-r0) [2021-03-26T06:08:28.421Z] (3/6) Installing libcurl (7.69.1-r3) [2021-03-26T06:08:28.421Z] (4/6) Installing curl (7.69.1-r3) [2021-03-26T06:08:28.421Z] (5/6) Installing dumb-init (1.2.2-r1) [2021-03-26T06:08:28.421Z] (6/6) Installing su-exec (0.2-r1) [2021-03-26T06:08:28.421Z] Executing busybox-1.31.1-r19.trigger [2021-03-26T06:08:28.421Z] Executing ca-certificates-20191127-r4.trigger [2021-03-26T06:08:28.421Z] OK: 7 MiB in 20 packages [2021-03-26T06:08:28.700Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-26T06:08:28.700Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-26T06:08:28.700Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-26T06:08:28.700Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-26T06:08:28.959Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-26T06:08:28.959Z] Executing busybox-1.31.1-r19.trigger [2021-03-26T06:08:28.959Z] OK: 6 MiB in 15 packages [2021-03-26T06:08:28.959Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-26T06:08:28.959Z] Executing busybox-1.31.1-r19.trigger [2021-03-26T06:08:28.959Z] OK: 6 MiB in 15 packages [2021-03-26T06:08:30.873Z] Removing intermediate container d763784e93d3 [2021-03-26T06:08:30.873Z] ---> cfdf33c597e9 [2021-03-26T06:08:30.873Z] [2021-03-26T06:08:30.873Z] Step 10/31 : FROM alpine:3.12 [2021-03-26T06:08:30.873Z] ---> 42cb162f0360 [2021-03-26T06:08:30.873Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-03-26T06:08:33.427Z] ---> Running in df3b8e7aebe5 [2021-03-26T06:08:33.427Z] Removing intermediate container adbf10beaf9f [2021-03-26T06:08:33.427Z] ---> 471979b770c3 [2021-03-26T06:08:33.427Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-26T06:08:33.427Z] Removing intermediate container 99fd11a4cb51 [2021-03-26T06:08:33.427Z] ---> 806b65a23047 [2021-03-26T06:08:33.427Z] [2021-03-26T06:08:33.427Z] Step 10/23 : FROM alpine:3.12 [2021-03-26T06:08:33.427Z] ---> 42cb162f0360 [2021-03-26T06:08:33.427Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-03-26T06:08:33.427Z] ---> Running in 43ae9c7d3215 [2021-03-26T06:08:33.688Z] ---> Running in 4cbadda18f70 [2021-03-26T06:08:33.688Z] Removing intermediate container df3b8e7aebe5 [2021-03-26T06:08:33.688Z] ---> 42f82eb2853e [2021-03-26T06:08:33.688Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-03-26T06:08:33.688Z] Removing intermediate container 56857bf6f605 [2021-03-26T06:08:33.688Z] ---> d8c0babc0738 [2021-03-26T06:08:33.688Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-26T06:08:33.949Z] ---> Running in 48f9a5525eac [2021-03-26T06:08:33.949Z] Removing intermediate container 8b96d15ef8b2 [2021-03-26T06:08:33.949Z] ---> 45133c21886d [2021-03-26T06:08:33.949Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-26T06:08:33.949Z] ---> Running in 42081b42506b [2021-03-26T06:08:34.209Z] Removing intermediate container 43ae9c7d3215 [2021-03-26T06:08:34.209Z] ---> 3ab37edee0fc [2021-03-26T06:08:34.209Z] Step 13/24 : WORKDIR / [2021-03-26T06:08:34.209Z] Removing intermediate container 4cbadda18f70 [2021-03-26T06:08:34.209Z] ---> 81aef13d77e0 [2021-03-26T06:08:34.209Z] Step 12/23 : ENV APP_PORT=48080 [2021-03-26T06:08:34.523Z] ---> Running in e438afda2ae1 [2021-03-26T06:08:34.523Z] ---> Running in af75c7e59f64 [2021-03-26T06:08:34.523Z] ---> Running in d36ce80c0752 [2021-03-26T06:08:34.523Z] Removing intermediate container 42081b42506b [2021-03-26T06:08:34.523Z] ---> 49cb449adb09 [2021-03-26T06:08:34.523Z] Step 13/23 : ENV APP_PORT=48082 [2021-03-26T06:08:34.523Z] ---> Running in e320751c42cb [2021-03-26T06:08:34.847Z] Removing intermediate container af75c7e59f64 [2021-03-26T06:08:34.847Z] ---> 78664a1bd254 [2021-03-26T06:08:34.847Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-03-26T06:08:34.847Z] Removing intermediate container e438afda2ae1 [2021-03-26T06:08:34.847Z] ---> 2969cd0075f8 [2021-03-26T06:08:34.847Z] Step 13/22 : ENV APP_PORT=48085 [2021-03-26T06:08:34.847Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-26T06:08:34.847Z] Removing intermediate container d36ce80c0752 [2021-03-26T06:08:34.847Z] ---> 82f9eeaded40 [2021-03-26T06:08:34.847Z] Step 13/23 : EXPOSE $APP_PORT [2021-03-26T06:08:34.847Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-26T06:08:35.126Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-03-26T06:08:35.126Z] (2/2) Installing su-exec (0.2-r1) [2021-03-26T06:08:35.126Z] Executing busybox-1.31.1-r19.trigger [2021-03-26T06:08:35.126Z] OK: 6 MiB in 16 packages [2021-03-26T06:08:35.442Z] Removing intermediate container e320751c42cb [2021-03-26T06:08:35.442Z] ---> 48a63ec1084e [2021-03-26T06:08:35.442Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-26T06:08:35.442Z] ---> Running in fb849bd980f9 [2021-03-26T06:08:35.705Z] ---> Running in f25baea7f910 [2021-03-26T06:08:35.705Z] ---> 92defe2146af [2021-03-26T06:08:35.705Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-03-26T06:08:35.705Z] ---> Running in 51802b0d100b [2021-03-26T06:08:35.705Z] Removing intermediate container fb849bd980f9 [2021-03-26T06:08:35.705Z] ---> cf95d6a2f57e [2021-03-26T06:08:35.705Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-26T06:08:35.966Z] Removing intermediate container f25baea7f910 [2021-03-26T06:08:35.966Z] ---> 2cc21d8e9a84 [2021-03-26T06:08:35.966Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-26T06:08:35.966Z] ---> Running in 9694355c1a8e [2021-03-26T06:08:35.966Z] Removing intermediate container 48f9a5525eac [2021-03-26T06:08:35.966Z] ---> cdf5e52ca255 [2021-03-26T06:08:35.966Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-03-26T06:08:36.230Z] ---> 65c18ce9a0ca [2021-03-26T06:08:36.230Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-03-26T06:08:36.230Z] Removing intermediate container 51802b0d100b [2021-03-26T06:08:36.230Z] ---> 6b0a51be2447 [2021-03-26T06:08:36.230Z] Step 15/23 : WORKDIR / [2021-03-26T06:08:36.230Z] ---> Running in ede824a39afe [2021-03-26T06:08:36.230Z] ---> Running in 1b952793a96b [2021-03-26T06:08:36.493Z] ---> Running in 71440bc0cbf7 [2021-03-26T06:08:36.493Z] Removing intermediate container 9694355c1a8e [2021-03-26T06:08:36.493Z] ---> 496e581338e4 [2021-03-26T06:08:36.493Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-26T06:08:36.819Z] ---> 6e3574e61774 [2021-03-26T06:08:36.819Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-03-26T06:08:36.819Z] Removing intermediate container 1b952793a96b [2021-03-26T06:08:36.819Z] ---> 7c50e880168d [2021-03-26T06:08:36.819Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-03-26T06:08:36.819Z] Removing intermediate container 71440bc0cbf7 [2021-03-26T06:08:36.819Z] ---> 4bf684091ab6 [2021-03-26T06:08:36.819Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-26T06:08:37.092Z] ---> 2c4f96186bfe [2021-03-26T06:08:37.092Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-03-26T06:08:37.092Z] ---> Running in 0a5e63e1a22e [2021-03-26T06:08:37.363Z] ---> 1cfb9e31ef58 [2021-03-26T06:08:37.363Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-03-26T06:08:37.363Z] ---> 6fbce8ed5ae2 [2021-03-26T06:08:37.363Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-03-26T06:08:38.746Z] Removing intermediate container 0a5e63e1a22e [2021-03-26T06:08:38.746Z] ---> af4929667df7 [2021-03-26T06:08:38.746Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-03-26T06:08:38.746Z] ---> 81e21eb80aeb [2021-03-26T06:08:38.746Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-03-26T06:08:39.010Z] ---> e0df7354a564 [2021-03-26T06:08:39.010Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-03-26T06:08:39.010Z] Removing intermediate container ede824a39afe [2021-03-26T06:08:39.010Z] ---> c435d7308cec [2021-03-26T06:08:39.010Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-03-26T06:08:39.010Z] ---> 984248466cba [2021-03-26T06:08:39.010Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-03-26T06:08:39.010Z] ---> Running in 3a0025865709 [2021-03-26T06:08:39.272Z] ---> Running in 8857b9e9d288 [2021-03-26T06:08:39.272Z] ---> e4711c5e5d76 [2021-03-26T06:08:39.272Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-03-26T06:08:39.532Z] ---> dc06b4e5597a [2021-03-26T06:08:39.532Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-03-26T06:08:39.532Z] ---> 72abc5619f6e [2021-03-26T06:08:39.532Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-03-26T06:08:39.796Z] ---> Running in d1936b001273 [2021-03-26T06:08:39.796Z] ---> Running in a080052fedc4 [2021-03-26T06:08:39.796Z] ---> Running in 735069d6de5f [2021-03-26T06:08:40.059Z] Removing intermediate container d1936b001273 [2021-03-26T06:08:40.059Z] ---> 64b18f93748d [2021-03-26T06:08:40.059Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-26T06:08:40.323Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-26T06:08:40.323Z] Removing intermediate container a080052fedc4 [2021-03-26T06:08:40.323Z] ---> 94124a71772c [2021-03-26T06:08:40.323Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-26T06:08:40.323Z] ---> Running in 17f76eaa59fa [2021-03-26T06:08:40.323Z] ---> Running in ec01996d50b0 [2021-03-26T06:08:40.584Z] Removing intermediate container 17f76eaa59fa [2021-03-26T06:08:40.585Z] ---> 65ef1fd80c0b [2021-03-26T06:08:40.585Z] Step 20/22 : LABEL arch=x86_64 [2021-03-26T06:08:40.846Z] ---> Running in 00b58fe5a29b [2021-03-26T06:08:40.846Z] Removing intermediate container ec01996d50b0 [2021-03-26T06:08:40.846Z] ---> 30697c862c53 [2021-03-26T06:08:40.846Z] Step 21/23 : LABEL arch=x86_64 [2021-03-26T06:08:40.846Z] Removing intermediate container 3a0025865709 [2021-03-26T06:08:40.846Z] ---> 7b8f5a7bcd60 [2021-03-26T06:08:40.846Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-03-26T06:08:41.117Z] ---> Running in 7fb4dbcd1a4c [2021-03-26T06:08:41.117Z] ---> Running in 3e44364340d2 [2021-03-26T06:08:41.380Z] Removing intermediate container 00b58fe5a29b [2021-03-26T06:08:41.380Z] ---> 0598a8b69be3 [2021-03-26T06:08:41.380Z] Step 21/22 : LABEL git_sha=241a7c3479784cd79e79abb99437b7eaa15f4b64 [2021-03-26T06:08:41.380Z] ---> Running in a3e282eb1de7 [2021-03-26T06:08:41.380Z] Removing intermediate container 7fb4dbcd1a4c [2021-03-26T06:08:41.380Z] ---> 9bb43c8448a2 [2021-03-26T06:08:41.380Z] Step 22/23 : LABEL git_sha=241a7c3479784cd79e79abb99437b7eaa15f4b64 [2021-03-26T06:08:41.651Z] Removing intermediate container 735069d6de5f [2021-03-26T06:08:41.651Z] ---> ac4cdcb092cd [2021-03-26T06:08:41.651Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-03-26T06:08:41.651Z] Removing intermediate container 3e44364340d2 [2021-03-26T06:08:41.651Z] ---> a0396ac4e436 [2021-03-26T06:08:41.651Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-03-26T06:08:41.651Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-26T06:08:41.651Z] ---> Running in 03852776b3f4 [2021-03-26T06:08:41.651Z] ---> Running in fe104b0d45bd [2021-03-26T06:08:41.912Z] Removing intermediate container a3e282eb1de7 [2021-03-26T06:08:41.912Z] ---> 23691f1a892e [2021-03-26T06:08:41.912Z] Step 22/22 : LABEL version=0.0.0 [2021-03-26T06:08:41.912Z] ---> Running in 7eb6c17f5e93 [2021-03-26T06:08:41.912Z] Removing intermediate container 03852776b3f4 [2021-03-26T06:08:41.912Z] ---> fde7a916c1d6 [2021-03-26T06:08:41.912Z] Step 23/23 : LABEL version=0.0.0 [2021-03-26T06:08:42.171Z] ---> 47a9e0c5ea31 [2021-03-26T06:08:42.171Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-03-26T06:08:42.171Z] Removing intermediate container fe104b0d45bd [2021-03-26T06:08:42.171Z] ---> 043db65af268 [2021-03-26T06:08:42.172Z] Step 22/24 : LABEL arch=x86_64 [2021-03-26T06:08:42.172Z] ---> Running in f7d57873259c [2021-03-26T06:08:42.172Z] ---> Running in 4e7a61358330 [2021-03-26T06:08:42.172Z] ---> Running in a2f701b5722e [2021-03-26T06:08:42.431Z] Removing intermediate container 7eb6c17f5e93 [2021-03-26T06:08:42.431Z] ---> 0ff710914c24 [2021-03-26T06:08:42.431Z] [2021-03-26T06:08:42.693Z] Successfully built 0ff710914c24 [2021-03-26T06:08:42.954Z] Removing intermediate container f7d57873259c [2021-03-26T06:08:42.954Z] ---> 8242c01557f5 [2021-03-26T06:08:42.954Z] [2021-03-26T06:08:42.954Z] Successfully tagged docker-support-scheduler-go:latest [2021-03-26T06:08:42.954Z]  Building docker-support-scheduler-go ... done Building docker-support-notifications-go [2021-03-26T06:08:42.954Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-03-26T06:08:42.954Z] Removing intermediate container 4e7a61358330 [2021-03-26T06:08:42.954Z] ---> ceb642e29fd8 [2021-03-26T06:08:42.954Z] Step 23/24 : LABEL git_sha=241a7c3479784cd79e79abb99437b7eaa15f4b64 [2021-03-26T06:08:42.954Z] ---> Running in a0ce4f709dcf [2021-03-26T06:08:42.954Z] (2/6) Installing libgcc (9.3.0-r2) [2021-03-26T06:08:43.214Z] (3/6) Installing libsodium (1.0.18-r0) [2021-03-26T06:08:43.214Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-03-26T06:08:43.785Z] Successfully built 8242c01557f5 [2021-03-26T06:08:43.785Z] Successfully tagged docker-core-command-go:latest [2021-03-26T06:08:43.785Z]  Building docker-core-command-go ... done Building docker-core-metadata-go [2021-03-26T06:08:43.785Z] Removing intermediate container a0ce4f709dcf [2021-03-26T06:08:43.785Z] ---> 313fe99eb982 [2021-03-26T06:08:43.785Z] Step 24/24 : LABEL version=0.0.0 [2021-03-26T06:08:43.785Z] ---> Running in 642c8685ba8c [2021-03-26T06:08:43.785Z] (5/6) Installing libzmq (4.3.3-r0) [2021-03-26T06:08:44.047Z] Removing intermediate container 642c8685ba8c [2021-03-26T06:08:44.047Z] ---> c9b77af840b6 [2021-03-26T06:08:44.047Z] [2021-03-26T06:08:44.047Z] (6/6) Installing zeromq (4.3.3-r0) [2021-03-26T06:08:44.307Z] Successfully built c9b77af840b6 [2021-03-26T06:08:44.307Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-03-26T06:08:44.307Z] Building docker-security-proxy-setup-go [2021-03-26T06:08:44.307Z]  Building docker-security-secretstore-setup-go ... done Executing busybox-1.31.1-r19.trigger [2021-03-26T06:08:44.307Z] OK: 8 MiB in 20 packages [2021-03-26T06:08:44.307Z] Removing intermediate container a2f701b5722e [2021-03-26T06:08:44.307Z] ---> de119fad9290 [2021-03-26T06:08:44.307Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-26T06:08:44.881Z] ---> 35e7b85eef03 [2021-03-26T06:08:44.881Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-03-26T06:08:47.434Z] Removing intermediate container 8857b9e9d288 [2021-03-26T06:08:47.434Z] ---> e6b441170f90 [2021-03-26T06:08:47.434Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-26T06:08:50.739Z] ---> 76a7c9de39b6 [2021-03-26T06:08:50.739Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-03-26T06:08:50.739Z] ---> f724d759a2d2 [2021-03-26T06:08:50.739Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-03-26T06:08:54.951Z] ---> b5cfe570dec5 [2021-03-26T06:08:54.951Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-03-26T06:08:54.951Z] ---> b4c932c0034f [2021-03-26T06:08:54.951Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-03-26T06:08:54.951Z] ---> 1822814722c3 [2021-03-26T06:08:54.951Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-03-26T06:08:54.951Z] ---> 332a1ee8ea65 [2021-03-26T06:08:54.951Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-03-26T06:08:54.951Z] ---> Running in 63bd6be9f7e2 [2021-03-26T06:09:00.596Z] Removing intermediate container 63bd6be9f7e2 [2021-03-26T06:09:00.596Z] ---> 98aa219cf24c [2021-03-26T06:09:00.596Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-26T06:09:01.179Z] ---> 878b83a03f4d [2021-03-26T06:09:01.179Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-03-26T06:09:01.774Z] ---> Running in 4656b4757fca [2021-03-26T06:09:02.739Z] ---> Running in 0b52753e1210 [2021-03-26T06:09:03.703Z] Removing intermediate container 4656b4757fca [2021-03-26T06:09:03.703Z] ---> b4d82c02cefd [2021-03-26T06:09:03.703Z] Step 21/23 : LABEL arch=x86_64 [2021-03-26T06:09:04.661Z] ---> Running in 5e2ff50b956e [2021-03-26T06:09:04.661Z] Removing intermediate container 0b52753e1210 [2021-03-26T06:09:04.661Z] ---> 08696f3d8cd9 [2021-03-26T06:09:04.661Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-03-26T06:09:06.084Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-26T06:09:06.084Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-26T06:09:06.084Z] ---> 38ed903ba4b1 [2021-03-26T06:09:06.084Z] Step 3/23 : WORKDIR /edgex-go [2021-03-26T06:09:06.084Z] ---> Using cache [2021-03-26T06:09:06.084Z] ---> 6f49a6897e21 [2021-03-26T06:09:06.084Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-26T06:09:06.084Z] ---> Using cache [2021-03-26T06:09:06.084Z] ---> 1231c6a1da10 [2021-03-26T06:09:06.084Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-26T06:09:06.084Z] ---> Using cache [2021-03-26T06:09:06.084Z] ---> 44a462b5db9f [2021-03-26T06:09:06.084Z] Step 6/23 : COPY go.mod . [2021-03-26T06:09:06.084Z] ---> Using cache [2021-03-26T06:09:06.084Z] ---> 52c625bbe6a8 [2021-03-26T06:09:06.084Z] Step 7/23 : RUN go mod download [2021-03-26T06:09:06.365Z] ---> Using cache [2021-03-26T06:09:06.365Z] ---> 63e8c3eccd5a [2021-03-26T06:09:06.365Z] Step 8/23 : COPY . . [2021-03-26T06:09:06.365Z] ---> Using cache [2021-03-26T06:09:06.365Z] ---> e7b8c118d583 [2021-03-26T06:09:06.365Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-03-26T06:09:06.365Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-26T06:09:06.365Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-03-26T06:09:06.365Z] ---> 38ed903ba4b1 [2021-03-26T06:09:06.365Z] Step 3/21 : WORKDIR /edgex-go [2021-03-26T06:09:06.365Z] ---> Using cache [2021-03-26T06:09:06.365Z] ---> 6f49a6897e21 [2021-03-26T06:09:06.365Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-26T06:09:06.365Z] ---> Using cache [2021-03-26T06:09:06.365Z] ---> 1231c6a1da10 [2021-03-26T06:09:06.365Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-03-26T06:09:06.365Z] ---> Using cache [2021-03-26T06:09:06.365Z] ---> 44a462b5db9f [2021-03-26T06:09:06.365Z] Step 6/21 : COPY go.mod . [2021-03-26T06:09:06.365Z] ---> Using cache [2021-03-26T06:09:06.365Z] ---> 52c625bbe6a8 [2021-03-26T06:09:06.365Z] Step 7/21 : RUN go mod download [2021-03-26T06:09:06.365Z] ---> Using cache [2021-03-26T06:09:06.365Z] ---> 63e8c3eccd5a [2021-03-26T06:09:06.365Z] Step 8/21 : COPY . . [2021-03-26T06:09:06.626Z] ---> Using cache [2021-03-26T06:09:06.626Z] ---> e7b8c118d583 [2021-03-26T06:09:06.626Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-03-26T06:09:06.626Z] Removing intermediate container 5e2ff50b956e [2021-03-26T06:09:06.626Z] ---> 39161f310e4f [2021-03-26T06:09:06.626Z] Step 22/23 : LABEL git_sha=241a7c3479784cd79e79abb99437b7eaa15f4b64 [2021-03-26T06:09:07.199Z] ---> 72607e13e6c3 [2021-03-26T06:09:07.199Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-03-26T06:09:07.199Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-26T06:09:07.199Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-26T06:09:07.199Z] ---> 38ed903ba4b1 [2021-03-26T06:09:07.199Z] Step 3/22 : WORKDIR /edgex-go [2021-03-26T06:09:07.199Z] ---> Using cache [2021-03-26T06:09:07.199Z] ---> 6f49a6897e21 [2021-03-26T06:09:07.199Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-26T06:09:07.199Z] ---> Using cache [2021-03-26T06:09:07.199Z] ---> 1231c6a1da10 [2021-03-26T06:09:07.199Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-03-26T06:09:08.155Z] ---> Running in 11bced4f4c7c [2021-03-26T06:09:08.155Z] ---> Running in 87200df9c3fc [2021-03-26T06:09:08.155Z] ---> Running in 70d2c5b23ce2 [2021-03-26T06:09:08.155Z] ---> Running in c05ea0a66d19 [2021-03-26T06:09:08.364Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-03-26T06:09:08.416Z] ---> Running in aeef43d6aff3 [2021-03-26T06:09:08.416Z] Removing intermediate container 11bced4f4c7c [2021-03-26T06:09:08.416Z] ---> c6b52cffc5fe [2021-03-26T06:09:08.416Z] Step 23/23 : LABEL version=0.0.0 [2021-03-26T06:09:08.678Z] ---> Running in 84d5d63dbec5 [2021-03-26T06:09:09.253Z] Removing intermediate container 84d5d63dbec5 [2021-03-26T06:09:09.253Z] ---> 4b5be7afe17d [2021-03-26T06:09:09.253Z] [2021-03-26T06:09:09.253Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-03-26T06:09:09.253Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-03-26T06:09:09.253Z] Successfully built 4b5be7afe17d [2021-03-26T06:09:09.253Z] Successfully tagged docker-core-data-go:latest [2021-03-26T06:09:09.253Z]  Building docker-core-data-go ... done Building docker-sys-mgmt-agent-go [2021-03-26T06:09:09.521Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-26T06:09:10.476Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-26T06:09:11.435Z] OK: 233 MiB in 51 packages [2021-03-26T06:09:11.772Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-03-26T06:09:13.410Z] Removing intermediate container aeef43d6aff3 [2021-03-26T06:09:13.410Z] ---> cbeb2137f2bc [2021-03-26T06:09:13.410Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-03-26T06:09:15.387Z] ---> Running in bc0e6fc2b85f [2021-03-26T06:09:15.655Z] Removing intermediate container bc0e6fc2b85f [2021-03-26T06:09:15.655Z] ---> a5124d3ee477 [2021-03-26T06:09:15.655Z] Step 28/31 : CMD ["gate"] [2021-03-26T06:09:15.655Z] Removing intermediate container c05ea0a66d19 [2021-03-26T06:09:15.655Z] ---> cb72608892d0 [2021-03-26T06:09:15.655Z] Step 6/22 : COPY go.mod . [2021-03-26T06:09:17.093Z] ---> Running in 7972babeba50 [2021-03-26T06:09:17.366Z] ---> a018bfea58d0 [2021-03-26T06:09:17.634Z] Step 7/22 : RUN go mod download [2021-03-26T06:09:17.905Z] ---> Running in 6274a1cb9ce1 [2021-03-26T06:09:18.876Z] Removing intermediate container 7972babeba50 [2021-03-26T06:09:18.876Z] ---> 122c7d160cdc [2021-03-26T06:09:18.876Z] Step 29/31 : LABEL arch=x86_64 [2021-03-26T06:09:19.487Z] ---> Running in 8d655adf8499 [2021-03-26T06:09:20.085Z] Removing intermediate container 8d655adf8499 [2021-03-26T06:09:20.085Z] ---> 90044dd8e0d4 [2021-03-26T06:09:20.085Z] Step 30/31 : LABEL git_sha=241a7c3479784cd79e79abb99437b7eaa15f4b64 [2021-03-26T06:09:20.137Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-03-26T06:09:20.137Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-03-26T06:09:21.053Z] ---> Running in 937592cc01c1 [2021-03-26T06:09:21.652Z] Removing intermediate container 937592cc01c1 [2021-03-26T06:09:21.652Z] ---> c03c14fc78ef [2021-03-26T06:09:21.652Z] Step 31/31 : LABEL version=0.0.0 [2021-03-26T06:09:21.920Z] ---> Running in 0e999f4cc0f8 [2021-03-26T06:09:22.138Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-03-26T06:09:22.138Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-03-26T06:09:22.138Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-03-26T06:09:22.416Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-03-26T06:09:23.347Z] Removing intermediate container 0e999f4cc0f8 [2021-03-26T06:09:23.347Z] ---> a2734704546f [2021-03-26T06:09:23.347Z] [2021-03-26T06:09:23.948Z] Successfully built a2734704546f [2021-03-26T06:09:24.233Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-03-26T06:09:24.844Z]  Building docker-security-bootstrapper-go ... done Removing intermediate container 6274a1cb9ce1 [2021-03-26T06:09:24.844Z] ---> 5c4f3ce70f79 [2021-03-26T06:09:24.844Z] Step 8/22 : COPY . . [2021-03-26T06:09:26.735Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-03-26T06:09:26.736Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-03-26T06:09:29.071Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-26T06:09:29.071Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-03-26T06:09:29.071Z] ---> 38ed903ba4b1 [2021-03-26T06:09:29.071Z] Step 3/26 : WORKDIR /edgex-go [2021-03-26T06:09:29.071Z] ---> Using cache [2021-03-26T06:09:29.071Z] ---> 6f49a6897e21 [2021-03-26T06:09:29.071Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-26T06:09:29.071Z] ---> Using cache [2021-03-26T06:09:29.071Z] ---> 1231c6a1da10 [2021-03-26T06:09:29.071Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-03-26T06:09:29.653Z] ---> Running in 9e88291af7da [2021-03-26T06:09:31.586Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-26T06:09:32.167Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-03-26T06:09:33.118Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-26T06:09:33.715Z] OK: 233 MiB in 51 packages [2021-03-26T06:09:35.014Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-03-26T06:09:35.014Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-03-26T06:09:35.014Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-03-26T06:09:40.427Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.265s coverage: 45.9% of statements [2021-03-26T06:09:40.427Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-03-26T06:09:40.427Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-03-26T06:09:40.427Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-03-26T06:09:40.427Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-03-26T06:09:40.427Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-03-26T06:09:40.427Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-03-26T06:09:40.427Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.111s coverage: 19.8% of statements [2021-03-26T06:09:40.427Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.234s coverage: 100.0% of statements [2021-03-26T06:09:41.920Z] Removing intermediate container 9e88291af7da [2021-03-26T06:09:41.920Z] ---> 252028d71cba [2021-03-26T06:09:41.920Z] Step 6/26 : COPY go.mod . [2021-03-26T06:09:42.491Z] ---> b3928881ba1e [2021-03-26T06:09:42.491Z] Step 7/26 : RUN go mod download [2021-03-26T06:09:47.812Z] ---> Running in baef4424ec67 [2021-03-26T06:09:47.812Z] Removing intermediate container 70d2c5b23ce2 [2021-03-26T06:09:47.812Z] ---> f4f6d63c45c4 [2021-03-26T06:09:47.812Z] [2021-03-26T06:09:47.812Z] Step 10/21 : FROM alpine:3.12 [2021-03-26T06:09:47.812Z] ---> 42cb162f0360 [2021-03-26T06:09:47.812Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-03-26T06:09:48.080Z] ---> b95d6ce57f61 [2021-03-26T06:09:48.080Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-03-26T06:09:48.080Z] ---> Running in 45d3949937e0 [2021-03-26T06:09:48.341Z] Removing intermediate container 87200df9c3fc [2021-03-26T06:09:48.341Z] ---> cf7cd551e0c9 [2021-03-26T06:09:48.341Z] [2021-03-26T06:09:48.341Z] Step 10/23 : FROM alpine:3.12 [2021-03-26T06:09:48.341Z] ---> 42cb162f0360 [2021-03-26T06:09:48.341Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-26T06:09:48.341Z] ---> Using cache [2021-03-26T06:09:48.341Z] ---> 45133c21886d [2021-03-26T06:09:48.341Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-26T06:09:48.341Z] ---> Using cache [2021-03-26T06:09:48.341Z] ---> 2969cd0075f8 [2021-03-26T06:09:48.341Z] Step 13/23 : ENV APP_PORT=48081 [2021-03-26T06:09:48.341Z] ---> Running in 5b663fc3123c [2021-03-26T06:09:48.615Z] ---> Running in aab21b62d6ab [2021-03-26T06:09:48.744Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.584s coverage: 27.1% of statements [2021-03-26T06:09:48.744Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-03-26T06:09:48.744Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-03-26T06:09:48.744Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-03-26T06:09:48.744Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-03-26T06:09:48.744Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-03-26T06:09:48.744Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-03-26T06:09:48.744Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.084s coverage: 100.0% of statements [2021-03-26T06:09:48.744Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-03-26T06:09:48.744Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.105s coverage: 100.0% of statements [2021-03-26T06:09:48.744Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-03-26T06:09:48.744Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-03-26T06:09:48.877Z] Removing intermediate container aab21b62d6ab [2021-03-26T06:09:48.877Z] ---> 0df89ff3440b [2021-03-26T06:09:48.877Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-26T06:09:48.877Z] ---> Running in 6ae48824b1b1 [2021-03-26T06:09:49.019Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.266s coverage: 71.3% of statements [2021-03-26T06:09:49.019Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-03-26T06:09:49.019Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-03-26T06:09:49.149Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-26T06:09:49.149Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-26T06:09:49.149Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-03-26T06:09:49.149Z] Removing intermediate container 6ae48824b1b1 [2021-03-26T06:09:49.149Z] ---> e6c149451656 [2021-03-26T06:09:49.149Z] Step 15/23 : WORKDIR / [2021-03-26T06:09:49.149Z] (1/4) Installing ca-certificates (20191127-r4) [2021-03-26T06:09:49.427Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-03-26T06:09:49.427Z] (3/4) Installing libcurl (7.69.1-r3) [2021-03-26T06:09:49.427Z] ---> Running in 27b7ee63ccde [2021-03-26T06:09:49.427Z] (4/4) Installing curl (7.69.1-r3) [2021-03-26T06:09:49.427Z] Executing busybox-1.31.1-r19.trigger [2021-03-26T06:09:49.697Z] Executing ca-certificates-20191127-r4.trigger [2021-03-26T06:09:49.697Z] OK: 7 MiB in 18 packages [2021-03-26T06:09:49.697Z] Removing intermediate container baef4424ec67 [2021-03-26T06:09:49.697Z] ---> 1b340cc07c2c [2021-03-26T06:09:49.697Z] Step 8/26 : COPY . . [2021-03-26T06:09:49.970Z] Removing intermediate container 27b7ee63ccde [2021-03-26T06:09:49.970Z] ---> 585cf5636594 [2021-03-26T06:09:49.970Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-26T06:09:51.684Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.488s coverage: 82.9% of statements [2021-03-26T06:09:51.684Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-03-26T06:09:51.684Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-03-26T06:09:51.684Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.153s coverage: 78.9% of statements [2021-03-26T06:09:51.684Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-03-26T06:09:54.239Z] ---> d2172ff3e6fe [2021-03-26T06:09:54.239Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-03-26T06:09:54.518Z] Removing intermediate container 45d3949937e0 [2021-03-26T06:09:54.518Z] ---> 0f3918439df0 [2021-03-26T06:09:54.518Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-26T06:09:54.797Z] ---> Running in 6021d4f604b2 [2021-03-26T06:09:56.779Z] Removing intermediate container 6021d4f604b2 [2021-03-26T06:09:56.779Z] ---> 7e28f52bb751 [2021-03-26T06:09:56.779Z] Step 13/21 : WORKDIR /edgex [2021-03-26T06:09:57.380Z] ---> eb85f1b9584b [2021-03-26T06:09:57.380Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-03-26T06:09:57.970Z] ---> Running in 1412065f8184 [2021-03-26T06:09:59.904Z] ---> 2505359a2b25 [2021-03-26T06:09:59.904Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-03-26T06:09:59.904Z] Removing intermediate container 1412065f8184 [2021-03-26T06:09:59.904Z] ---> 220fac3956ec [2021-03-26T06:09:59.904Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-03-26T06:10:00.831Z] ---> Running in 051a2701efa8 [2021-03-26T06:10:01.616Z] ---> ed8b1b64d79c [2021-03-26T06:10:01.616Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-03-26T06:10:02.267Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.113s coverage: 28.6% of statements [2021-03-26T06:10:02.267Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-03-26T06:10:02.267Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-03-26T06:10:02.267Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-03-26T06:10:02.267Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-03-26T06:10:02.267Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-03-26T06:10:02.267Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.252s coverage: 100.0% of statements [2021-03-26T06:10:02.267Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-03-26T06:10:02.267Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.092s coverage: 100.0% of statements [2021-03-26T06:10:02.267Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-03-26T06:10:02.267Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.334s coverage: 86.7% of statements [2021-03-26T06:10:02.267Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-03-26T06:10:02.267Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.340s coverage: 97.5% of statements [2021-03-26T06:10:02.267Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-03-26T06:10:02.267Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.155s coverage: 78.3% of statements [2021-03-26T06:10:02.267Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-03-26T06:10:02.267Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-03-26T06:10:02.267Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-03-26T06:10:02.267Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-03-26T06:10:02.409Z] Removing intermediate container 051a2701efa8 [2021-03-26T06:10:02.409Z] ---> 4b4e44057d04 [2021-03-26T06:10:02.409Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-26T06:10:04.971Z] ---> Running in 54babb9e0d9c [2021-03-26T06:10:04.971Z] ---> 27404b08215a [2021-03-26T06:10:04.971Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-03-26T06:10:06.383Z] Removing intermediate container 54babb9e0d9c [2021-03-26T06:10:06.383Z] ---> 939c19648aa8 [2021-03-26T06:10:06.383Z] Step 21/23 : LABEL arch=x86_64 [2021-03-26T06:10:06.970Z] ---> ca2139e58797 [2021-03-26T06:10:06.970Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-03-26T06:10:06.970Z] ---> Running in 0e5ea6e446c8 [2021-03-26T06:10:07.549Z] ---> Running in db3bb76a499b [2021-03-26T06:10:07.811Z] Removing intermediate container 0e5ea6e446c8 [2021-03-26T06:10:07.811Z] ---> cfa424750aef [2021-03-26T06:10:07.811Z] Step 22/23 : LABEL git_sha=241a7c3479784cd79e79abb99437b7eaa15f4b64 [2021-03-26T06:10:08.752Z] Removing intermediate container db3bb76a499b [2021-03-26T06:10:08.752Z] ---> 4258a62a6c7a [2021-03-26T06:10:08.752Z] Step 18/21 : CMD ["--init=true"] [2021-03-26T06:10:08.752Z] ---> Running in e464c4b86325 [2021-03-26T06:10:08.994Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.234s coverage: 92.8% of statements [2021-03-26T06:10:08.995Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-03-26T06:10:08.995Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-03-26T06:10:08.995Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-03-26T06:10:08.995Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-03-26T06:10:08.995Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-03-26T06:10:08.995Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-03-26T06:10:08.995Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-03-26T06:10:08.995Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-03-26T06:10:08.995Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-03-26T06:10:08.995Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-03-26T06:10:08.995Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-03-26T06:10:08.995Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-03-26T06:10:08.995Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-03-26T06:10:08.995Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-03-26T06:10:08.995Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-03-26T06:10:08.995Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-03-26T06:10:08.995Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-03-26T06:10:08.995Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-03-26T06:10:08.995Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.055s coverage: 58.8% of statements [2021-03-26T06:10:08.995Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-03-26T06:10:08.995Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-03-26T06:10:08.995Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.231s coverage: 0.1% of statements [2021-03-26T06:10:08.995Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-03-26T06:10:08.995Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-03-26T06:10:08.995Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-03-26T06:10:08.995Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.082s coverage: 47.1% of statements [2021-03-26T06:10:08.995Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.081s coverage: 79.5% of statements [2021-03-26T06:10:08.995Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.121s coverage: 94.1% of statements [2021-03-26T06:10:08.995Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.100s coverage: 96.3% of statements [2021-03-26T06:10:08.995Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.069s coverage: 87.5% of statements [2021-03-26T06:10:09.695Z] ---> Running in 2127c2e1aad1 [2021-03-26T06:10:09.695Z] Removing intermediate container e464c4b86325 [2021-03-26T06:10:09.695Z] ---> 35f0087c3a79 [2021-03-26T06:10:09.695Z] Step 23/23 : LABEL version=0.0.0 [2021-03-26T06:10:09.695Z] ---> 6f6c71e7c9e3 [2021-03-26T06:10:09.695Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-03-26T06:10:09.695Z] ---> Running in e935b1844b03 [2021-03-26T06:10:09.959Z] ---> Running in b8814ad827bf [2021-03-26T06:10:10.221Z] Removing intermediate container 2127c2e1aad1 [2021-03-26T06:10:10.221Z] ---> 5fc046a746cb [2021-03-26T06:10:10.221Z] Step 19/21 : LABEL arch=x86_64 [2021-03-26T06:10:11.603Z] Removing intermediate container e935b1844b03 [2021-03-26T06:10:11.603Z] ---> 9438f2dfa635 [2021-03-26T06:10:11.603Z] [2021-03-26T06:10:11.603Z] Successfully built 9438f2dfa635 [2021-03-26T06:10:11.865Z] ---> Running in 78087ba54335 [2021-03-26T06:10:11.865Z] Successfully tagged docker-core-metadata-go:latest [2021-03-26T06:10:12.132Z]  Building docker-core-metadata-go ... done Removing intermediate container 5b663fc3123c [2021-03-26T06:10:12.132Z] ---> 70f1582276f7 [2021-03-26T06:10:12.132Z] [2021-03-26T06:10:12.132Z] Step 10/22 : FROM alpine:3.12 [2021-03-26T06:10:12.132Z] ---> 42cb162f0360 [2021-03-26T06:10:12.132Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-03-26T06:10:12.132Z] ---> Running in 84cb54d462cb [2021-03-26T06:10:12.132Z] Removing intermediate container 78087ba54335 [2021-03-26T06:10:12.132Z] ---> f001ba67d5bb [2021-03-26T06:10:12.132Z] Step 20/21 : LABEL git_sha=241a7c3479784cd79e79abb99437b7eaa15f4b64 [2021-03-26T06:10:12.132Z] ---> Running in 56acb8e52296 [2021-03-26T06:10:12.400Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-03-26T06:10:12.401Z] Removing intermediate container 56acb8e52296 [2021-03-26T06:10:12.401Z] ---> 007fe50f1de1 [2021-03-26T06:10:12.401Z] Step 21/21 : LABEL version=0.0.0 [2021-03-26T06:10:12.677Z] ---> Running in 331394f07c18 [2021-03-26T06:10:12.677Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-26T06:10:12.677Z] Removing intermediate container 331394f07c18 [2021-03-26T06:10:12.677Z] ---> aea0536df17c [2021-03-26T06:10:12.677Z] [2021-03-26T06:10:12.944Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-26T06:10:12.944Z] Successfully built aea0536df17c [2021-03-26T06:10:12.944Z] (1/2) Installing ca-certificates (20191127-r4) [2021-03-26T06:10:12.944Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-03-26T06:10:12.944Z] Executing busybox-1.31.1-r19.trigger [2021-03-26T06:10:12.944Z] Executing ca-certificates-20191127-r4.trigger [2021-03-26T06:10:12.944Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-03-26T06:10:13.206Z]  Building docker-security-proxy-setup-go ... done OK: 6 MiB in 16 packages [2021-03-26T06:10:15.787Z] Removing intermediate container 84cb54d462cb [2021-03-26T06:10:15.787Z] ---> 9564677f21b7 [2021-03-26T06:10:15.787Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-26T06:10:15.787Z] ---> Running in 81dd731215c2 [2021-03-26T06:10:16.056Z] Removing intermediate container 81dd731215c2 [2021-03-26T06:10:16.056Z] ---> 108ebaf0f6eb [2021-03-26T06:10:16.056Z] Step 13/22 : ENV APP_PORT=48060 [2021-03-26T06:10:16.056Z] ---> Running in d4392d6609d5 [2021-03-26T06:10:16.332Z] Removing intermediate container d4392d6609d5 [2021-03-26T06:10:16.332Z] ---> 5b48db63a96e [2021-03-26T06:10:16.332Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-26T06:10:16.332Z] ---> Running in ac0b90b073ff [2021-03-26T06:10:16.916Z] Removing intermediate container ac0b90b073ff [2021-03-26T06:10:16.916Z] ---> 8999e9c366ee [2021-03-26T06:10:16.916Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-26T06:10:17.186Z] ---> e5b8be41d558 [2021-03-26T06:10:17.186Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-03-26T06:10:18.173Z] ---> 6d7d9b36d124 [2021-03-26T06:10:18.173Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-03-26T06:10:18.778Z] ---> 6dee6c4f9646 [2021-03-26T06:10:18.778Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-03-26T06:10:18.778Z] ---> Running in d144780f9578 [2021-03-26T06:10:19.053Z] Removing intermediate container d144780f9578 [2021-03-26T06:10:19.053Z] ---> d87fa55c1300 [2021-03-26T06:10:19.053Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-26T06:10:19.053Z] ---> Running in 924a0fd50162 [2021-03-26T06:10:19.322Z] Removing intermediate container 924a0fd50162 [2021-03-26T06:10:19.322Z] ---> c8762b277057 [2021-03-26T06:10:19.322Z] Step 20/22 : LABEL arch=x86_64 [2021-03-26T06:10:19.322Z] ---> Running in 842070a28ee2 [2021-03-26T06:10:19.595Z] Removing intermediate container 842070a28ee2 [2021-03-26T06:10:19.595Z] ---> 64f16dc3dd5d [2021-03-26T06:10:19.595Z] Step 21/22 : LABEL git_sha=241a7c3479784cd79e79abb99437b7eaa15f4b64 [2021-03-26T06:10:19.595Z] ---> Running in 1061db500d24 [2021-03-26T06:10:19.893Z] Removing intermediate container 1061db500d24 [2021-03-26T06:10:19.893Z] ---> 76224d74ff77 [2021-03-26T06:10:19.893Z] Step 22/22 : LABEL version=0.0.0 [2021-03-26T06:10:19.893Z] ---> Running in bd47d7490678 [2021-03-26T06:10:20.180Z] Removing intermediate container bd47d7490678 [2021-03-26T06:10:20.180Z] ---> c5dd61817d20 [2021-03-26T06:10:20.180Z] [2021-03-26T06:10:20.461Z] Successfully built c5dd61817d20 [2021-03-26T06:10:20.461Z] Successfully tagged docker-support-notifications-go:latest [2021-03-26T06:10:21.388Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.098s coverage: 94.4% of statements [2021-03-26T06:10:21.388Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.056s coverage: 44.8% of statements [2021-03-26T06:10:23.796Z]  Building docker-support-notifications-go ... done Removing intermediate container b8814ad827bf [2021-03-26T06:10:23.796Z] ---> 7bc8412171aa [2021-03-26T06:10:23.796Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-03-26T06:10:23.796Z] ---> Running in cca354245533 [2021-03-26T06:10:24.367Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-03-26T06:10:25.310Z] Removing intermediate container cca354245533 [2021-03-26T06:10:25.310Z] ---> d84229edd688 [2021-03-26T06:10:25.310Z] [2021-03-26T06:10:25.310Z] Step 11/26 : FROM docker:20.10.0 [2021-03-26T06:10:25.310Z] 20.10.0: Pulling from library/docker [2021-03-26T06:10:28.083Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 14.457s coverage: 82.6% of statements [2021-03-26T06:10:30.628Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-03-26T06:10:30.628Z] Status: Downloaded newer image for docker:20.10.0 [2021-03-26T06:10:30.628Z] ---> aefe523efa57 [2021-03-26T06:10:30.628Z] Step 12/26 : RUN apk add --no-cache bash [2021-03-26T06:10:30.628Z] ---> Running in 69c817b19b28 [2021-03-26T06:10:30.628Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-26T06:10:30.628Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-26T06:10:30.893Z] (1/2) Installing readline (8.0.4-r0) [2021-03-26T06:10:30.893Z] (2/2) Installing bash (5.0.17-r0) [2021-03-26T06:10:30.893Z] Executing bash-5.0.17-r0.post-install [2021-03-26T06:10:30.893Z] Executing busybox-1.31.1-r19.trigger [2021-03-26T06:10:30.893Z] OK: 12 MiB in 22 packages [2021-03-26T06:10:31.468Z] Removing intermediate container 69c817b19b28 [2021-03-26T06:10:31.468Z] ---> 9d38d45a9f35 [2021-03-26T06:10:31.468Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-03-26T06:10:31.468Z] ---> Running in 4f248547592a [2021-03-26T06:10:31.468Z] Removing intermediate container 4f248547592a [2021-03-26T06:10:31.468Z] ---> 077a8a4aaaef [2021-03-26T06:10:31.468Z] Step 14/26 : ENV APP_PORT=48090 [2021-03-26T06:10:31.729Z] ---> Running in e0eb086ad341 [2021-03-26T06:10:31.729Z] Removing intermediate container e0eb086ad341 [2021-03-26T06:10:31.729Z] ---> cdcbe8f5b406 [2021-03-26T06:10:31.729Z] Step 15/26 : EXPOSE $APP_PORT [2021-03-26T06:10:31.990Z] ---> Running in 506e2453bbce [2021-03-26T06:10:31.990Z] Removing intermediate container 506e2453bbce [2021-03-26T06:10:31.990Z] ---> 1804fe7ca49c [2021-03-26T06:10:31.990Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-03-26T06:10:32.560Z] ---> dec7c0542ae3 [2021-03-26T06:10:32.560Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-03-26T06:10:32.821Z] ---> d62fe3081105 [2021-03-26T06:10:32.821Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-03-26T06:10:33.083Z] ---> a377f2aba6b0 [2021-03-26T06:10:33.083Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-03-26T06:10:33.083Z] ---> Running in 7d8c4fd9e529 [2021-03-26T06:10:33.654Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-26T06:10:33.654Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-26T06:10:33.654Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-03-26T06:10:33.654Z] (2/33) Installing expat (2.2.9-r1) [2021-03-26T06:10:33.654Z] (3/33) Installing libffi (3.3-r2) [2021-03-26T06:10:33.654Z] (4/33) Installing gdbm (1.13-r1) [2021-03-26T06:10:33.654Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-03-26T06:10:33.654Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-03-26T06:10:33.654Z] (7/33) Installing python3 (3.8.8-r0) [2021-03-26T06:10:34.597Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-03-26T06:10:34.597Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-03-26T06:10:34.597Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-03-26T06:10:34.597Z] (11/33) Installing py3-six (1.15.0-r0) [2021-03-26T06:10:34.597Z] (12/33) Installing py3-packaging (20.4-r0) [2021-03-26T06:10:34.597Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-03-26T06:10:34.597Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-03-26T06:10:34.597Z] (15/33) Installing py3-idna (2.9-r0) [2021-03-26T06:10:34.597Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-03-26T06:10:34.597Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-03-26T06:10:34.856Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-03-26T06:10:34.856Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-03-26T06:10:34.856Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-03-26T06:10:34.856Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-03-26T06:10:34.856Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-03-26T06:10:34.856Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-03-26T06:10:34.856Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-03-26T06:10:34.856Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-03-26T06:10:34.856Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-03-26T06:10:34.857Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-03-26T06:10:34.857Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-03-26T06:10:34.857Z] (29/33) Installing py3-progress (1.5-r0) [2021-03-26T06:10:34.857Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-03-26T06:10:34.857Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-03-26T06:10:35.428Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-03-26T06:10:35.428Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-03-26T06:10:35.428Z] Executing busybox-1.31.1-r19.trigger [2021-03-26T06:10:35.428Z] OK: 71 MiB in 55 packages [2021-03-26T06:10:36.379Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.122s coverage: 92.9% of statements [2021-03-26T06:10:36.379Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-03-26T06:10:36.379Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-03-26T06:10:36.379Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-03-26T06:10:36.379Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.055s coverage: 77.8% of statements [2021-03-26T06:10:36.379Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-03-26T06:10:36.379Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-03-26T06:10:36.379Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-03-26T06:10:36.379Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-03-26T06:10:36.379Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-03-26T06:10:36.379Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.074s coverage: 87.2% of statements [2021-03-26T06:10:36.380Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-03-26T06:10:36.380Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-03-26T06:10:36.380Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.045s coverage: 100.0% of statements [2021-03-26T06:10:36.380Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-03-26T06:10:36.380Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.088s coverage: 75.5% of statements [2021-03-26T06:10:36.380Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-03-26T06:10:36.380Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.067s coverage: 80.8% of statements [2021-03-26T06:10:36.380Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.127s coverage: 87.2% of statements [2021-03-26T06:10:36.380Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.125s coverage: 84.6% of statements [2021-03-26T06:10:36.380Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.176s coverage: 91.6% of statements [2021-03-26T06:10:36.380Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-03-26T06:10:36.380Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.496s coverage: 64.4% of statements [2021-03-26T06:10:36.380Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-03-26T06:10:36.380Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-03-26T06:10:36.380Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.056s coverage: 100.0% of statements [2021-03-26T06:10:36.380Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.091s coverage: 91.3% of statements [2021-03-26T06:10:36.979Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.089s coverage: 100.0% of statements [2021-03-26T06:10:38.426Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.069s coverage: 73.7% of statements [2021-03-26T06:10:38.707Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.049s coverage: 100.0% of statements [2021-03-26T06:10:42.114Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.850s coverage: 69.0% of statements [2021-03-26T06:10:42.114Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-03-26T06:10:42.114Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-03-26T06:10:42.114Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-03-26T06:10:43.099Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.416s coverage: 38.4% of statements [2021-03-26T06:10:43.099Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-03-26T06:10:43.099Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-03-26T06:10:43.099Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.102s coverage: 89.5% of statements [2021-03-26T06:10:43.099Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-03-26T06:10:43.099Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.076s coverage: 84.8% of statements [2021-03-26T06:10:43.581Z] Removing intermediate container 7d8c4fd9e529 [2021-03-26T06:10:43.581Z] ---> 44c07917731c [2021-03-26T06:10:43.581Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-03-26T06:10:43.581Z] ---> Running in 098638b2330d [2021-03-26T06:10:45.508Z] Collecting docker-compose==1.23.2 [2021-03-26T06:10:45.508Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-03-26T06:10:45.508Z] Collecting cached-property<2,>=1.2.0 [2021-03-26T06:10:45.508Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-03-26T06:10:45.768Z] Collecting PyYAML<4,>=3.10 [2021-03-26T06:10:45.768Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-03-26T06:10:46.789Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-03-26T06:10:46.789Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-03-26T06:10:46.789Z] Collecting docopt<0.7,>=0.6.1 [2021-03-26T06:10:46.789Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-03-26T06:10:47.371Z] Collecting websocket-client<1.0,>=0.32.0 [2021-03-26T06:10:47.371Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-03-26T06:10:47.371Z] Collecting dockerpty<0.5,>=0.4.1 [2021-03-26T06:10:47.371Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-03-26T06:10:47.942Z] Collecting texttable<0.10,>=0.9.0 [2021-03-26T06:10:47.942Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-03-26T06:10:48.529Z] Collecting jsonschema<3,>=2.5.1 [2021-03-26T06:10:48.529Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-03-26T06:10:48.529Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2021-03-26T06:10:48.529Z] Collecting docker<4.0,>=3.6.0 [2021-03-26T06:10:48.529Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-03-26T06:10:48.794Z] Collecting urllib3<1.25,>=1.21.1 [2021-03-26T06:10:48.794Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-03-26T06:10:48.794Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2021-03-26T06:10:48.794Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2021-03-26T06:10:49.058Z] Collecting idna<2.8,>=2.5 [2021-03-26T06:10:49.058Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-03-26T06:10:49.058Z] Collecting docker-pycreds>=0.4.0 [2021-03-26T06:10:49.058Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-03-26T06:10:49.058Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-03-26T06:10:49.058Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-03-26T06:10:49.058Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-03-26T06:10:49.058Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-03-26T06:10:49.319Z] Installing collected packages: cached-property, PyYAML, urllib3, idna, requests, docopt, websocket-client, dockerpty, texttable, jsonschema, docker-pycreds, docker, docker-compose [2021-03-26T06:10:49.319Z] Running setup.py install for PyYAML: started [2021-03-26T06:10:49.862Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.398s coverage: 47.0% of statements [2021-03-26T06:10:49.862Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-03-26T06:10:49.862Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-03-26T06:10:49.862Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-03-26T06:10:49.862Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-03-26T06:10:49.862Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-03-26T06:10:49.862Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.104s coverage: 100.0% of statements [2021-03-26T06:10:49.862Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-03-26T06:10:49.862Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.099s coverage: 100.0% of statements [2021-03-26T06:10:49.862Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-03-26T06:10:49.862Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-03-26T06:10:49.862Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-03-26T06:10:49.862Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-03-26T06:10:49.862Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.438s coverage: 87.1% of statements [2021-03-26T06:10:49.862Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-03-26T06:10:49.862Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-03-26T06:10:49.862Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-03-26T06:10:49.895Z] Running setup.py install for PyYAML: finished with status 'done' [2021-03-26T06:10:49.895Z] Attempting uninstall: urllib3 [2021-03-26T06:10:49.895Z] Found existing installation: urllib3 1.25.9 [2021-03-26T06:10:49.895Z] Uninstalling urllib3-1.25.9: [2021-03-26T06:10:49.895Z] Successfully uninstalled urllib3-1.25.9 [2021-03-26T06:10:49.895Z] Attempting uninstall: idna [2021-03-26T06:10:49.895Z] Found existing installation: idna 2.9 [2021-03-26T06:10:49.895Z] Uninstalling idna-2.9: [2021-03-26T06:10:50.156Z] Successfully uninstalled idna-2.9 [2021-03-26T06:10:50.156Z] Attempting uninstall: requests [2021-03-26T06:10:50.156Z] Found existing installation: requests 2.23.0 [2021-03-26T06:10:50.156Z] Uninstalling requests-2.23.0: [2021-03-26T06:10:50.156Z] Successfully uninstalled requests-2.23.0 [2021-03-26T06:10:50.416Z] Running setup.py install for docopt: started [2021-03-26T06:10:50.988Z] Running setup.py install for docopt: finished with status 'done' [2021-03-26T06:10:50.988Z] Running setup.py install for dockerpty: started [2021-03-26T06:10:51.250Z] Running setup.py install for dockerpty: finished with status 'done' [2021-03-26T06:10:51.250Z] Running setup.py install for texttable: started [2021-03-26T06:10:51.824Z] Running setup.py install for texttable: finished with status 'done' [2021-03-26T06:10:52.396Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.58.0 [2021-03-26T06:10:54.939Z] Removing intermediate container 098638b2330d [2021-03-26T06:10:54.939Z] ---> c37e52383088 [2021-03-26T06:10:54.939Z] Step 21/26 : RUN apk --no-cache add curl [2021-03-26T06:10:55.202Z] ---> Running in d07dcda3866a [2021-03-26T06:10:55.465Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-26T06:10:55.726Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-26T06:10:55.726Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-03-26T06:10:55.726Z] (2/3) Installing libcurl (7.69.1-r3) [2021-03-26T06:10:55.726Z] (3/3) Installing curl (7.69.1-r3) [2021-03-26T06:10:55.726Z] Executing busybox-1.31.1-r19.trigger [2021-03-26T06:10:55.726Z] OK: 72 MiB in 58 packages [2021-03-26T06:10:56.298Z] Removing intermediate container d07dcda3866a [2021-03-26T06:10:56.298Z] ---> 1253cdba96f7 [2021-03-26T06:10:56.298Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-03-26T06:10:56.298Z] ---> Running in f2a3d2d65db5 [2021-03-26T06:10:56.558Z] Removing intermediate container f2a3d2d65db5 [2021-03-26T06:10:56.558Z] ---> 48d3518931a0 [2021-03-26T06:10:56.558Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-26T06:10:56.558Z] ---> Running in 52605d9f0ee0 [2021-03-26T06:10:56.823Z] Removing intermediate container 52605d9f0ee0 [2021-03-26T06:10:56.823Z] ---> 5395e4e8f3b1 [2021-03-26T06:10:56.823Z] Step 24/26 : LABEL arch=x86_64 [2021-03-26T06:10:56.823Z] ---> Running in 505b7efb8737 [2021-03-26T06:10:57.083Z] Removing intermediate container 505b7efb8737 [2021-03-26T06:10:57.083Z] ---> e224ab777d62 [2021-03-26T06:10:57.083Z] Step 25/26 : LABEL git_sha=241a7c3479784cd79e79abb99437b7eaa15f4b64 [2021-03-26T06:10:57.083Z] ---> Running in 03a923e3e6f4 [2021-03-26T06:10:57.083Z] Removing intermediate container 03a923e3e6f4 [2021-03-26T06:10:57.083Z] ---> e987608b73e1 [2021-03-26T06:10:57.083Z] Step 26/26 : LABEL version=0.0.0 [2021-03-26T06:10:57.348Z] ---> Running in 07991e29b3be [2021-03-26T06:10:57.348Z] Removing intermediate container 07991e29b3be [2021-03-26T06:10:57.348Z] ---> 8f8bd1a6389d [2021-03-26T06:10:57.348Z] [2021-03-26T06:10:57.609Z] Successfully built 8f8bd1a6389d [2021-03-26T06:10:57.609Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-03-26T06:10:57.882Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-03-26T06:10:57.891Z] $ docker stop --time=1 84bcf6c9f552edad9b3e4c802f8b7fcd674839521c07d20f0741280d4e4e8a91 [2021-03-26T06:10:58.170Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.316s coverage: 29.1% of statements [2021-03-26T06:10:58.170Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-03-26T06:10:58.170Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-03-26T06:10:58.170Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-03-26T06:10:58.170Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-03-26T06:10:58.170Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-03-26T06:10:58.170Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.211s coverage: 99.0% of statements [2021-03-26T06:10:58.170Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-03-26T06:10:58.170Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.115s coverage: 100.0% of statements [2021-03-26T06:10:58.170Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-03-26T06:10:58.170Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-03-26T06:10:58.170Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-03-26T06:10:58.170Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-03-26T06:10:58.170Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.236s coverage: 94.0% of statements [2021-03-26T06:10:58.170Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-03-26T06:10:58.170Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-03-26T06:10:58.170Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-03-26T06:10:58.170Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.055s coverage: 0.0% of statements [2021-03-26T06:10:58.170Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-03-26T06:10:58.170Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.050s coverage: 100.0% of statements [2021-03-26T06:10:58.170Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-03-26T06:10:58.170Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-03-26T06:10:58.170Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-03-26T06:10:58.170Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-03-26T06:10:58.170Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.087s coverage: 87.9% of statements [2021-03-26T06:10:58.170Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-03-26T06:10:58.170Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-03-26T06:10:58.170Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.089s coverage: 100.0% of statements [2021-03-26T06:10:58.170Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.049s coverage: 32.1% of statements [2021-03-26T06:10:58.764Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.077s coverage: 100.0% of statements [2021-03-26T06:10:59.364Z] GO111MODULE=on go vet ./... [2021-03-26T06:10:59.432Z] $ docker rm -f 84bcf6c9f552edad9b3e4c802f8b7fcd674839521c07d20f0741280d4e4e8a91 [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-26T06:11:00.000Z] + docker images [2021-03-26T06:11:00.000Z] + grep docker [2021-03-26T06:11:00.261Z] docker-sys-mgmt-agent-go latest 8f8bd1a6389d 3 seconds ago 313MB [2021-03-26T06:11:00.261Z] docker-support-notifications-go latest c5dd61817d20 40 seconds ago 17.9MB [2021-03-26T06:11:00.261Z] docker-security-proxy-setup-go latest aea0536df17c 48 seconds ago 24.7MB [2021-03-26T06:11:00.261Z] docker-core-metadata-go latest 9438f2dfa635 51 seconds ago 19MB [2021-03-26T06:11:00.261Z] docker-security-bootstrapper-go latest a2734704546f About a minute ago 18.9MB [2021-03-26T06:11:00.261Z] docker-core-data-go latest 4b5be7afe17d About a minute ago 22.7MB [2021-03-26T06:11:00.261Z] docker-security-secretstore-setup-go latest c9b77af840b6 2 minutes ago 25MB [2021-03-26T06:11:00.261Z] docker-support-scheduler-go latest 0ff710914c24 2 minutes ago 17.4MB [2021-03-26T06:11:00.261Z] docker-core-command-go latest 8242c01557f5 2 minutes ago 17.3MB [2021-03-26T06:11:00.261Z] docker 20.10.0 aefe523efa57 3 months ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node [2021-03-26T06:11:15.974Z] Still waiting to schedule task [2021-03-26T06:11:15.974Z] Waiting for next available executor on ‘prd-ubuntu18.04-docker-8c-8g-31514’ [2021-03-26T06:12:21.269Z] gofmt -l . [2021-03-26T06:12:21.269Z] [ "`gofmt -l .`" = "" ] [2021-03-26T06:12:21.269Z] ./bin/test-go-mod-tidy.sh [2021-03-26T06:12:22.252Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-03-26T06:12:24.338Z] + ls -al . [2021-03-26T06:12:24.338Z] total 804 [2021-03-26T06:12:24.338Z] drwxrwxr-x 9 1001 1001 4096 Mar 26 06:12 . [2021-03-26T06:12:24.338Z] drwxr-xr-x 4 root root 4096 Mar 26 06:07 .. [2021-03-26T06:12:24.338Z] -rw-rw-r-- 1 1001 1001 11 Mar 26 06:06 .dockerignore [2021-03-26T06:12:24.338Z] drwxrwxr-x 8 1001 1001 4096 Mar 26 06:06 .git [2021-03-26T06:12:24.338Z] drwxrwxr-x 3 1001 1001 4096 Mar 26 06:06 .github [2021-03-26T06:12:24.338Z] -rw-rw-r-- 1 1001 1001 818 Mar 26 06:06 .gitignore [2021-03-26T06:12:24.338Z] -rw-rw-r-- 1 1001 1001 166 Mar 26 06:06 .sonarcloud.properties [2021-03-26T06:12:24.338Z] -rw-rw-r-- 1 1001 1001 8607 Mar 26 06:06 Attribution.txt [2021-03-26T06:12:24.338Z] -rw-rw-r-- 1 1001 1001 3804 Mar 26 06:06 CONTRIBUTING.md [2021-03-26T06:12:24.338Z] -rw-rw-r-- 1 1001 1001 931 Mar 26 06:06 Dockerfile.build [2021-03-26T06:12:24.338Z] -rw-rw-r-- 1 1001 1001 863 Mar 26 06:06 Jenkinsfile [2021-03-26T06:12:24.338Z] -rw-rw-r-- 1 1001 1001 10775 Mar 26 06:06 LICENSE [2021-03-26T06:12:24.338Z] -rw-rw-r-- 1 1001 1001 5774 Mar 26 06:06 Makefile [2021-03-26T06:12:24.338Z] -rw-rw-r-- 1 1001 1001 6548 Mar 26 06:06 README.md [2021-03-26T06:12:24.338Z] -rw-rw-r-- 1 1001 1001 6755 Mar 26 06:06 SECURITY.md [2021-03-26T06:12:24.338Z] -rw-rw-r-- 1 1001 1001 5 Mar 26 06:02 VERSION [2021-03-26T06:12:24.338Z] -rw-rw-r-- 1 1001 1001 4131 Mar 26 06:06 ZMQWindows.md [2021-03-26T06:12:24.338Z] drwxrwxr-x 2 1001 1001 4096 Mar 26 06:06 bin [2021-03-26T06:12:24.338Z] drwxrwxr-x 14 1001 1001 4096 Mar 26 06:06 cmd [2021-03-26T06:12:24.338Z] -rw-r--r-- 1 root root 666212 Mar 26 06:10 coverage.out [2021-03-26T06:12:24.338Z] -rw-r--r-- 1 root root 1056 Mar 26 06:12 go.mod [2021-03-26T06:12:24.338Z] -rw-r--r-- 1 root root 22530 Mar 26 06:12 go.sum [2021-03-26T06:12:24.338Z] drwxrwxr-x 8 1001 1001 4096 Mar 26 06:06 internal [2021-03-26T06:12:24.338Z] drwxrwxr-x 4 1001 1001 4096 Mar 26 06:06 openapi [2021-03-26T06:12:24.338Z] drwxrwxr-x 4 1001 1001 4096 Mar 26 06:06 snap [2021-03-26T06:12:24.338Z] -rw-rw-r-- 1 1001 1001 168 Mar 26 06:06 version.go [Pipeline] sh [2021-03-26T06:12:25.006Z] + '[' -e coverage.out ] [2021-03-26T06:12:25.006Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-03-26T06:12:25.024Z] Warning: overwriting stash ‘coverage-report’ [2021-03-26T06:12:26.076Z] Stashed 1 file(s) [Pipeline] sh [2021-03-26T06:12:26.720Z] + make build [2021-03-26T06:12:26.720Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-03-26T06:12:39.127Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-03-26T06:13:01.314Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-03-26T06:13:02.777Z] Running on prd-ubuntu18.04-docker-8c-8g-31516 in /w/workspace/edgexfoundry_edgex-go_PR-3299 [Pipeline] { [Pipeline] ws [2021-03-26T06:13:02.860Z] Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] checkout [2021-03-26T06:13:05.161Z] using credential edgex-jenkins-ssh [2021-03-26T06:13:05.211Z] Cloning the remote Git repository [2021-03-26T06:13:05.245Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-03-26T06:13:05.308Z] > git init /w/workspace/edgex-go/2 # timeout=10 [2021-03-26T06:13:05.344Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-26T06:13:05.344Z] > git --version # timeout=10 [2021-03-26T06:13:05.350Z] > git --version # 'git version 2.17.1' [2021-03-26T06:13:05.350Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-26T06:13:05.379Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-26T06:13:06.709Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-03-26T06:13:12.108Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-03-26T06:13:13.537Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-03-26T06:13:13.793Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-26T06:13:13.801Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-26T06:13:13.809Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-26T06:13:13.820Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-26T06:13:13.820Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-26T06:13:13.823Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3299/head:refs/remotes/origin/PR-3299 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-26T06:13:14.432Z] Merging remotes/origin/master commit ebfae9bf1c69030f223d824c55fa5330fb79db8d into PR head commit 241a7c3479784cd79e79abb99437b7eaa15f4b64 [2021-03-26T06:13:14.586Z] Merge succeeded, producing 241a7c3479784cd79e79abb99437b7eaa15f4b64 [2021-03-26T06:13:14.587Z] Checking out Revision 241a7c3479784cd79e79abb99437b7eaa15f4b64 (PR-3299) [2021-03-26T06:13:14.443Z] > git config core.sparsecheckout # timeout=10 [2021-03-26T06:13:14.447Z] > git checkout -f 241a7c3479784cd79e79abb99437b7eaa15f4b64 # timeout=10 [2021-03-26T06:13:14.558Z] > git remote # timeout=10 [2021-03-26T06:13:14.564Z] > git config --get remote.origin.url # timeout=10 [2021-03-26T06:13:14.573Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-26T06:13:14.576Z] > git merge ebfae9bf1c69030f223d824c55fa5330fb79db8d # timeout=10 [2021-03-26T06:13:14.586Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-03-26T06:13:14.594Z] > git config core.sparsecheckout # timeout=10 [2021-03-26T06:13:14.600Z] > git checkout -f 241a7c3479784cd79e79abb99437b7eaa15f4b64 # timeout=10 [2021-03-26T06:13:18.253Z] Commit message: "build: Upgrade go-mod-core-contracts lib to v2.0.0-dev.60" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-26T06:13:18.949Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-03-26T06:13:19.147Z] + echo snap-build.sh [2021-03-26T06:13:19.147Z] snap-build.sh [2021-03-26T06:13:19.147Z] + SNAP_BASE_DIR=. [2021-03-26T06:13:19.147Z] + '[' '!' -z /w/workspace/edgex-go/2 ']' [2021-03-26T06:13:19.147Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/2 [2021-03-26T06:13:19.147Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/2]' [2021-03-26T06:13:19.147Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/2] [2021-03-26T06:13:19.147Z] + cd /w/workspace/edgex-go/2 [2021-03-26T06:13:19.147Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-03-26T06:13:19.147Z] Reading package lists... [2021-03-26T06:13:19.409Z] Building dependency tree... [2021-03-26T06:13:19.409Z] Reading state information... [2021-03-26T06:13:19.409Z] The following packages were automatically installed and are no longer required: [2021-03-26T06:13:19.409Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-03-26T06:13:19.409Z] uidmap xdelta3 [2021-03-26T06:13:19.409Z] Use 'sudo apt autoremove' to remove them. [2021-03-26T06:13:19.409Z] The following packages will be REMOVED: [2021-03-26T06:13:19.409Z] lxd* lxd-client* [2021-03-26T06:13:19.980Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-03-26T06:13:19.980Z] After this operation, 31.7 MB disk space will be freed. [2021-03-26T06:13:21.026Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 190027 files and directories currently installed.) [2021-03-26T06:13:21.026Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-03-26T06:13:21.972Z] Removing lxd dnsmasq configuration [2021-03-26T06:13:21.972Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-03-26T06:13:22.234Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-03-26T06:13:23.187Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-03-26T06:13:23.449Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 189852 files and directories currently installed.) [2021-03-26T06:13:23.449Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-03-26T06:13:24.838Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-03-26T06:13:25.102Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-03-26T06:13:25.656Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-03-26T06:13:26.491Z] + sudo snap remove --purge lxd [2021-03-26T06:13:26.753Z] snap "lxd" is not installed [2021-03-26T06:13:26.753Z] + sudo groupadd --force --system lxd [2021-03-26T06:13:26.753Z] ++ whoami [2021-03-26T06:13:26.753Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-03-26T06:13:26.753Z] + newgrp - lxd [2021-03-26T06:13:27.015Z] + sudo snap install lxd [2021-03-26T06:13:29.960Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-03-26T06:13:35.203Z] 2021-03-26T06:13:32Z INFO Waiting for automatic snapd restart... [2021-03-26T06:13:35.347Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-03-26T06:13:39.644Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-03-26T06:13:45.056Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } [2021-03-26T06:13:51.800Z] $ docker stop --time=1 abfc5a281c72dfad85f3fb001e74cc0d70ed3f2ea23525b58efbe015406e9d77 [2021-03-26T06:13:54.233Z] $ docker rm -f abfc5a281c72dfad85f3fb001e74cc0d70ed3f2ea23525b58efbe015406e9d77 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-26T06:13:56.227Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-26T06:13:56.227Z] [2021-03-26T06:13:56.227Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-26T06:13:56.623Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-26T06:13:56.623Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-03-26T06:13:56.623Z] 29e5d40040c1: Pulling fs layer [2021-03-26T06:13:56.623Z] 1ce36da41761: Pulling fs layer [2021-03-26T06:13:56.623Z] 25b303627fd3: Pulling fs layer [2021-03-26T06:13:57.218Z] 29e5d40040c1: Verifying Checksum [2021-03-26T06:13:57.218Z] 29e5d40040c1: Download complete [2021-03-26T06:13:57.816Z] 29e5d40040c1: Pull complete [2021-03-26T06:13:57.817Z] 1ce36da41761: Verifying Checksum [2021-03-26T06:13:57.817Z] 1ce36da41761: Download complete [2021-03-26T06:13:59.248Z] 1ce36da41761: Pull complete [2021-03-26T06:13:59.248Z] 25b303627fd3: Verifying Checksum [2021-03-26T06:13:59.248Z] 25b303627fd3: Download complete [2021-03-26T06:14:09.401Z] 25b303627fd3: Pull complete [2021-03-26T06:14:09.401Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-03-26T06:14:09.401Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-26T06:14:09.401Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-03-26T06:14:09.616Z] prd-ubuntu18.04-docker-arm64-4c-16g-31513 does not seem to be running inside a container [2021-03-26T06:14:09.679Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-03-26T06:14:12.717Z] $ docker top 27803df27400da8a1115898e3561bac4aa71c2f0f461434176a0b12d996cff6a -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-26T06:14:13.716Z] + + grep parallel [2021-03-26T06:14:13.716Z] docker-compose build --help [2021-03-26T06:14:17.088Z] --parallel Build images in parallel. [Pipeline] } [2021-03-26T06:14:17.368Z] $ docker stop --time=1 27803df27400da8a1115898e3561bac4aa71c2f0f461434176a0b12d996cff6a [2021-03-26T06:14:19.312Z] $ docker rm -f 27803df27400da8a1115898e3561bac4aa71c2f0f461434176a0b12d996cff6a [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-26T06:14:20.146Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-26T06:14:20.146Z] . [Pipeline] withDockerContainer [2021-03-26T06:14:20.406Z] prd-ubuntu18.04-docker-arm64-4c-16g-31513 does not seem to be running inside a container [2021-03-26T06:14:20.481Z] $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-03-26T06:14:21.912Z] $ docker top 833d8dd9b98ebe496061e36f250e9159afd1692a134058cb13b1c7767184212c -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-26T06:14:22.936Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-03-26T06:14:27.250Z] Building docker-core-command-go ... [2021-03-26T06:14:27.250Z] Building docker-core-data-go ... [2021-03-26T06:14:27.250Z] Building docker-core-metadata-go ... [2021-03-26T06:14:27.250Z] Building docker-security-bootstrapper-go ... [2021-03-26T06:14:27.250Z] Building docker-security-proxy-setup-go ... [2021-03-26T06:14:27.250Z] Building docker-security-secretstore-setup-go ... [2021-03-26T06:14:27.250Z] Building docker-support-notifications-go ... [2021-03-26T06:14:27.250Z] Building docker-support-scheduler-go ... [2021-03-26T06:14:27.250Z] Building docker-sys-mgmt-agent-go ... [2021-03-26T06:14:27.250Z] Building docker-support-notifications-go [2021-03-26T06:14:27.250Z] Building docker-core-command-go [2021-03-26T06:14:27.250Z] Building docker-core-data-go [2021-03-26T06:14:27.250Z] Building docker-support-scheduler-go [2021-03-26T06:14:27.250Z] Building docker-sys-mgmt-agent-go [2021-03-26T06:15:26.749Z] lxd 4.12 from Canonical* installed [2021-03-26T06:15:26.750Z] + sudo lxd init --auto [2021-03-26T06:15:30.973Z] + sudo snap install --classic snapcraft [2021-03-26T06:15:36.279Z] snapcraft 4.5.4 from Canonical* installed [2021-03-26T06:15:36.279Z] + '[' -f snap/local/build-helpers/bin/minimal-snap-build.sh ']' [2021-03-26T06:15:36.279Z] + ./snap/local/build-helpers/bin/minimal-snap-build.sh [2021-03-26T06:15:36.279Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-26T06:15:36.279Z] Dload Upload Total Spent Left Speed [2021-03-26T06:15:36.279Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 627 100 627 0 0 4823 0 --:--:-- --:--:-- --:--:-- 4823 [2021-03-26T06:15:36.540Z] 67 3325k 67 2249k 0 0 3960k 0 --:--:-- --:--:-- --:--:-- 3960k 100 3325k 100 3325k 0 0 5147k 0 --:--:-- --:--:-- --:--:-- 13.4M [2021-03-26T06:15:36.540Z] ./yq_linux_amd64 [2021-03-26T06:15:36.540Z] + sudo snapcraft prime --use-lxd [2021-03-26T06:15:38.456Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-03-26T06:15:38.456Z] The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: [2021-03-26T06:15:38.456Z] - README.md [2021-03-26T06:15:38.456Z] [2021-03-26T06:15:38.456Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-03-26T06:15:39.029Z] Launching a container. [2021-03-26T06:15:49.065Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-26T06:15:49.065Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-26T06:15:49.065Z] ---> 7b7fa18021ad [2021-03-26T06:15:49.065Z] Step 3/23 : WORKDIR /edgex-go [2021-03-26T06:15:49.065Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-26T06:15:49.065Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-03-26T06:15:49.065Z] ---> 7b7fa18021ad [2021-03-26T06:15:49.065Z] Step 3/26 : WORKDIR /edgex-go [2021-03-26T06:15:49.065Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-26T06:15:49.065Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-26T06:15:49.065Z] ---> 7b7fa18021ad [2021-03-26T06:15:49.065Z] Step 3/22 : WORKDIR /edgex-go [2021-03-26T06:15:49.065Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-26T06:15:49.065Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-26T06:15:49.065Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 ---> 7b7fa18021ad [2021-03-26T06:15:49.065Z] [2021-03-26T06:15:49.065Z] Step 3/23 : WORKDIR /edgex-goStep 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-26T06:15:49.065Z] [2021-03-26T06:15:49.065Z] ---> 7b7fa18021ad [2021-03-26T06:15:49.065Z] Step 3/22 : WORKDIR /edgex-go [2021-03-26T06:15:49.065Z] ---> Running in 32d993970e9f [2021-03-26T06:15:49.065Z] ---> Running in 12d0805ba8c5 [2021-03-26T06:15:49.065Z] ---> Running in e9433eeedc3f [2021-03-26T06:15:49.065Z] ---> Running in 376fda6a432c [2021-03-26T06:15:49.065Z] ---> Running in e5481e370298 [2021-03-26T06:15:49.065Z] Removing intermediate container e5481e370298 [2021-03-26T06:15:49.065Z] ---> bd6c082067ed [2021-03-26T06:15:49.065Z] Removing intermediate container 12d0805ba8c5 [2021-03-26T06:15:49.065Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories ---> b9363cd755c4 [2021-03-26T06:15:49.065Z] [2021-03-26T06:15:49.065Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-26T06:15:49.065Z] Removing intermediate container e9433eeedc3f [2021-03-26T06:15:49.065Z] ---> 57f5ab61be8a [2021-03-26T06:15:49.065Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-26T06:15:49.065Z] Removing intermediate container 32d993970e9f [2021-03-26T06:15:49.065Z] ---> 482bda04c88d [2021-03-26T06:15:49.065Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-26T06:15:49.065Z] Removing intermediate container 376fda6a432c [2021-03-26T06:15:49.065Z] ---> 73f76c4df2e4 [2021-03-26T06:15:49.065Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-26T06:15:49.065Z] ---> Running in 1ba33776a5a1 [2021-03-26T06:15:49.065Z] ---> Running in 010eeb9ac5d0 [2021-03-26T06:15:49.065Z] ---> Running in 99a249708d12 [2021-03-26T06:15:49.065Z] ---> Running in d69963497fbc [2021-03-26T06:15:49.065Z] ---> Running in c95491609f68 [2021-03-26T06:15:49.065Z] Removing intermediate container 010eeb9ac5d0 [2021-03-26T06:15:49.065Z] ---> 393e48aef4c3 [2021-03-26T06:15:49.065Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-03-26T06:15:49.065Z] ---> Running in 7a7580f97dfe [2021-03-26T06:15:49.065Z] Removing intermediate container 1ba33776a5a1 [2021-03-26T06:15:49.065Z] ---> 10c61cdb32c4 [2021-03-26T06:15:49.065Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-26T06:15:49.065Z] ---> Running in 6f821e987118 [2021-03-26T06:15:49.065Z] Removing intermediate container c95491609f68 [2021-03-26T06:15:49.065Z] ---> 693c13b9f278 [2021-03-26T06:15:49.065Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-03-26T06:15:49.065Z] Removing intermediate container 99a249708d12 [2021-03-26T06:15:49.065Z] Removing intermediate container d69963497fbc [2021-03-26T06:15:49.065Z] ---> 974f5a945ebe [2021-03-26T06:15:49.065Z] ---> 8c22a4b0e88f [2021-03-26T06:15:49.065Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-03-26T06:15:49.065Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-03-26T06:15:49.065Z] ---> Running in 465538dae726 [2021-03-26T06:15:49.065Z] ---> Running in d71564bb868e [2021-03-26T06:15:49.065Z] ---> Running in cd1a3248c2ed [2021-03-26T06:15:49.065Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-26T06:15:49.658Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-26T06:15:49.929Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-26T06:15:50.199Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-26T06:15:50.200Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-26T06:15:50.469Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-26T06:15:50.739Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-26T06:15:51.278Z] Waiting for container to be ready [2021-03-26T06:15:51.278Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-03-26T06:15:51.278Z] [2021-03-26T06:15:51.332Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-26T06:15:51.332Z] OK: 217 MiB in 51 packages [2021-03-26T06:15:51.605Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-26T06:15:51.936Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-26T06:15:51.936Z] OK: 217 MiB in 51 packages [2021-03-26T06:15:52.229Z] OK: 217 MiB in 51 packages [2021-03-26T06:15:52.834Z] OK: 217 MiB in 51 packages [2021-03-26T06:15:53.108Z] Removing intermediate container 7a7580f97dfe [2021-03-26T06:15:53.108Z] ---> e6f7651222b5 [2021-03-26T06:15:53.108Z] Step 6/22 : COPY go.mod . [2021-03-26T06:15:53.383Z] OK: 217 MiB in 51 packages [2021-03-26T06:15:53.662Z] Removing intermediate container 6f821e987118 [2021-03-26T06:15:53.662Z] ---> 43fbcd2aca4a [2021-03-26T06:15:53.662Z] Step 6/23 : COPY go.mod . [2021-03-26T06:15:54.264Z] Removing intermediate container 465538dae726 [2021-03-26T06:15:54.264Z] ---> 77cc4e47c76d [2021-03-26T06:15:54.264Z] Step 6/23 : COPY go.mod . [2021-03-26T06:15:54.264Z] ---> 5b15986b1501 [2021-03-26T06:15:54.264Z] Step 7/22 : RUN go mod download [2021-03-26T06:15:54.540Z] ---> Running in e7b9facfb087 [2021-03-26T06:15:54.540Z] Removing intermediate container cd1a3248c2ed [2021-03-26T06:15:54.540Z] ---> 0e4f6db09757 [2021-03-26T06:15:54.540Z] Step 6/26 : COPY go.mod . [2021-03-26T06:15:54.580Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-03-26T06:15:54.824Z] ---> dd0e3df52b6c [2021-03-26T06:15:54.824Z] Step 7/23 : RUN go mod download [2021-03-26T06:15:54.824Z] ---> Running in 878e33e603a1 [2021-03-26T06:15:54.841Z] Waiting for network to be ready... [2021-03-26T06:15:55.105Z] Removing intermediate container d71564bb868e [2021-03-26T06:15:55.105Z] ---> 128a43a00757 [2021-03-26T06:15:55.105Z] Step 6/22 : COPY go.mod . [2021-03-26T06:15:55.380Z] ---> 3bd8c38352ae [2021-03-26T06:15:55.380Z] Step 7/23 : RUN go mod download [2021-03-26T06:15:55.380Z] ---> Running in b2fe6bb563c8 [2021-03-26T06:15:55.420Z] Get:1 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-03-26T06:15:55.421Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-03-26T06:15:55.685Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1639 kB] [2021-03-26T06:15:55.685Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-03-26T06:15:55.947Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-03-26T06:15:55.947Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-03-26T06:15:55.947Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-03-26T06:15:55.976Z] ---> 17c5fc1d2db9 [2021-03-26T06:15:55.976Z] Step 7/26 : RUN go mod download [2021-03-26T06:15:56.209Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-03-26T06:15:56.210Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-03-26T06:15:56.210Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-03-26T06:15:56.210Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-03-26T06:15:56.210Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [310 kB] [2021-03-26T06:15:56.210Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] [2021-03-26T06:15:56.210Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-03-26T06:15:56.210Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [265 kB] [2021-03-26T06:15:56.210Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [34.6 kB] [2021-03-26T06:15:56.210Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1118 kB] [2021-03-26T06:15:56.210Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [251 kB] [2021-03-26T06:15:56.263Z] ---> Running in e593f2ed9f4d [2021-03-26T06:15:56.263Z] ---> 3ced4d253d67 [2021-03-26T06:15:56.263Z] Step 7/22 : RUN go mod download [2021-03-26T06:15:56.472Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-03-26T06:15:56.537Z] ---> Running in 3c94fbdbf7d9 [2021-03-26T06:15:56.752Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1978 kB] [2021-03-26T06:15:56.752Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [402 kB] [2021-03-26T06:15:56.752Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] [2021-03-26T06:15:56.752Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-03-26T06:15:56.752Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [286 kB] [2021-03-26T06:15:56.752Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [38.2 kB] [2021-03-26T06:15:56.752Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1724 kB] [2021-03-26T06:15:56.752Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [365 kB] [2021-03-26T06:15:59.183Z] Removing intermediate container e7b9facfb087 [2021-03-26T06:15:59.183Z] ---> cce88c68bd76 [2021-03-26T06:15:59.183Z] Step 8/22 : COPY . . [2021-03-26T06:15:59.462Z] Removing intermediate container 878e33e603a1 [2021-03-26T06:15:59.462Z] ---> cf5e50bf8dbe [2021-03-26T06:15:59.462Z] Step 8/23 : COPY . . [2021-03-26T06:16:00.064Z] Removing intermediate container b2fe6bb563c8 [2021-03-26T06:16:00.064Z] ---> 04587d08c6aa [2021-03-26T06:16:00.064Z] Step 8/23 : COPY . . [2021-03-26T06:16:00.660Z] Removing intermediate container e593f2ed9f4d [2021-03-26T06:16:00.660Z] ---> 799f7c2b801d [2021-03-26T06:16:00.660Z] Step 8/26 : COPY . . [2021-03-26T06:16:00.966Z] Fetched 24.2 MB in 6s (4269 kB/s) [2021-03-26T06:16:01.650Z] Removing intermediate container 3c94fbdbf7d9 [2021-03-26T06:16:01.650Z] ---> afafc05a4ad8 [2021-03-26T06:16:01.650Z] Step 8/22 : COPY . . [2021-03-26T06:16:02.356Z] Reading package lists... [2021-03-26T06:16:02.356Z] Reading package lists... [2021-03-26T06:16:02.356Z] Building dependency tree... [2021-03-26T06:16:02.356Z] Reading state information... [2021-03-26T06:16:02.618Z] The following additional packages will be installed: [2021-03-26T06:16:02.618Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-03-26T06:16:02.618Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-03-26T06:16:02.618Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-03-26T06:16:02.618Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-03-26T06:16:02.618Z] Suggested packages: [2021-03-26T06:16:02.618Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-03-26T06:16:02.618Z] Recommended packages: [2021-03-26T06:16:02.618Z] gnupg libsasl2-modules [2021-03-26T06:16:02.618Z] The following NEW packages will be installed: [2021-03-26T06:16:02.618Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-03-26T06:16:02.618Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-03-26T06:16:02.618Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-03-26T06:16:02.618Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-03-26T06:16:02.618Z] The following packages will be upgraded: [2021-03-26T06:16:02.618Z] gpg gpg-agent gpgconf libudev1 [2021-03-26T06:16:03.191Z] 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. [2021-03-26T06:16:03.191Z] Need to get 3530 kB of archives. [2021-03-26T06:16:03.191Z] After this operation, 13.3 MB of additional disk space will be used. [2021-03-26T06:16:03.191Z] 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-03-26T06:16:03.191Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] [2021-03-26T06:16:03.191Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB] [2021-03-26T06:16:03.191Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.10 [154 kB] [2021-03-26T06:16:03.453Z] Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.45 [59.0 kB] [2021-03-26T06:16:03.715Z] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.45 [1101 kB] [2021-03-26T06:16:03.976Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-03-26T06:16:03.976Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-03-26T06:16:03.976Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] [2021-03-26T06:16:03.976Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] [2021-03-26T06:16:03.976Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] [2021-03-26T06:16:03.976Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-03-26T06:16:03.976Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-03-26T06:16:03.976Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-03-26T06:16:03.976Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-03-26T06:16:03.976Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-03-26T06:16:04.237Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-03-26T06:16:04.237Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-03-26T06:16:04.237Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-03-26T06:16:04.237Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-03-26T06:16:04.237Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-03-26T06:16:04.237Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] [2021-03-26T06:16:04.237Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-26T06:16:04.237Z] Fetched 3530 kB in 2s (2337 kB/s) [2021-03-26T06:16:04.498Z] (Reading database ... 12511 files and directories currently installed.) [2021-03-26T06:16:04.498Z] Preparing to unpack .../libudev1_237-3ubuntu10.45_amd64.deb ... [2021-03-26T06:16:04.498Z] Unpacking libudev1:amd64 (237-3ubuntu10.45) over (237-3ubuntu10) ... [2021-03-26T06:16:04.759Z] Setting up libudev1:amd64 (237-3ubuntu10.45) ... [2021-03-26T06:16:04.759Z] Selecting previously unselected package udev. [2021-03-26T06:16:04.759Z] (Reading database ... 12511 files and directories currently installed.) [2021-03-26T06:16:04.759Z] Preparing to unpack .../00-udev_237-3ubuntu10.45_amd64.deb ... [2021-03-26T06:16:04.759Z] Unpacking udev (237-3ubuntu10.45) ... [2021-03-26T06:16:05.021Z] Selecting previously unselected package libfuse2:amd64. [2021-03-26T06:16:05.021Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-03-26T06:16:05.021Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-03-26T06:16:05.283Z] Selecting previously unselected package fuse. [2021-03-26T06:16:05.283Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-03-26T06:16:05.283Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-03-26T06:16:05.283Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-26T06:16:05.283Z] Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-26T06:16:05.545Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-26T06:16:05.545Z] Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-26T06:16:05.545Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-26T06:16:05.545Z] Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-26T06:16:05.808Z] Selecting previously unselected package libksba8:amd64. [2021-03-26T06:16:05.808Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-03-26T06:16:05.808Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-03-26T06:16:05.808Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-03-26T06:16:05.808Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-26T06:16:05.808Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-26T06:16:06.071Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-03-26T06:16:06.071Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-26T06:16:06.071Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-26T06:16:06.071Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-03-26T06:16:06.071Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-26T06:16:06.071Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-26T06:16:06.333Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-03-26T06:16:06.333Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-26T06:16:06.333Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-26T06:16:06.333Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-03-26T06:16:06.333Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-26T06:16:06.333Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-26T06:16:06.594Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-03-26T06:16:06.594Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-26T06:16:06.594Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-26T06:16:06.594Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-03-26T06:16:06.594Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-26T06:16:06.594Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-26T06:16:06.856Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-03-26T06:16:06.856Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-26T06:16:06.856Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-26T06:16:06.856Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-03-26T06:16:06.856Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-26T06:16:06.856Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-26T06:16:06.856Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-03-26T06:16:06.856Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-03-26T06:16:06.856Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-26T06:16:07.117Z] Selecting previously unselected package libsasl2-2:amd64. [2021-03-26T06:16:07.117Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-03-26T06:16:07.117Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-26T06:16:07.117Z] Selecting previously unselected package libldap-common. [2021-03-26T06:16:07.117Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... [2021-03-26T06:16:07.117Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-26T06:16:07.380Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-03-26T06:16:07.380Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... [2021-03-26T06:16:07.380Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-26T06:16:07.380Z] Selecting previously unselected package dirmngr. [2021-03-26T06:16:07.380Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-26T06:16:07.380Z] Unpacking dirmngr (2.2.4-1ubuntu1.4) ... [2021-03-26T06:16:07.642Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-26T06:16:07.642Z] Setting up gpgconf (2.2.4-1ubuntu1.4) ... [2021-03-26T06:16:07.642Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-03-26T06:16:07.642Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-26T06:16:07.642Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-26T06:16:07.642Z] Setting up gpg-agent (2.2.4-1ubuntu1.4) ... [2021-03-26T06:16:07.642Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-26T06:16:07.905Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-03-26T06:16:07.905Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-26T06:16:07.905Z] Setting up udev (237-3ubuntu10.45) ... [2021-03-26T06:16:08.167Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-03-26T06:16:08.429Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-26T06:16:08.429Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-03-26T06:16:08.429Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-03-26T06:16:08.429Z] Setting up gpg (2.2.4-1ubuntu1.4) ... [2021-03-26T06:16:08.429Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-26T06:16:08.691Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-26T06:16:08.691Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-26T06:16:08.691Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-26T06:16:08.691Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-26T06:16:08.691Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-26T06:16:08.691Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-26T06:16:08.691Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-26T06:16:08.691Z] Setting up dirmngr (2.2.4-1ubuntu1.4) ... [2021-03-26T06:16:08.953Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-26T06:16:09.215Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-03-26T06:16:09.215Z] settings in the [Install] section, and DefaultInstance for template units). [2021-03-26T06:16:09.215Z] This means they are not meant to be enabled using systemctl. [2021-03-26T06:16:09.215Z] Possible reasons for having this kind of units are: [2021-03-26T06:16:09.215Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-03-26T06:16:09.215Z] .wants/ or .requires/ directory. [2021-03-26T06:16:09.215Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-03-26T06:16:09.215Z] a requirement dependency on it. [2021-03-26T06:16:09.215Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-03-26T06:16:09.215Z] D-Bus, udev, scripted systemctl call, ...). [2021-03-26T06:16:09.215Z] 4) In case of template units, the unit is meant to be enabled with some [2021-03-26T06:16:09.215Z] instance name specified. [2021-03-26T06:16:09.738Z] Reading package lists... [2021-03-26T06:16:09.738Z] Building dependency tree... [2021-03-26T06:16:09.738Z] Reading state information... [2021-03-26T06:16:10.000Z] The following additional packages will be installed: [2021-03-26T06:16:10.000Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-03-26T06:16:10.000Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-03-26T06:16:10.000Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-03-26T06:16:10.000Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-03-26T06:16:10.000Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-03-26T06:16:10.000Z] Suggested packages: [2021-03-26T06:16:10.000Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-03-26T06:16:10.000Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-03-26T06:16:10.000Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-03-26T06:16:10.000Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-03-26T06:16:10.000Z] systemd-container policykit-1 [2021-03-26T06:16:10.000Z] Recommended packages: [2021-03-26T06:16:10.000Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-03-26T06:16:10.000Z] The following NEW packages will be installed: [2021-03-26T06:16:10.000Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-03-26T06:16:10.000Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-03-26T06:16:10.000Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-03-26T06:16:10.000Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-03-26T06:16:10.000Z] python3.6-minimal snapd squashfs-tools sudo [2021-03-26T06:16:10.000Z] The following packages will be upgraded: [2021-03-26T06:16:10.000Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-03-26T06:16:10.261Z] 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. [2021-03-26T06:16:10.261Z] Need to get 35.2 MB of archives. [2021-03-26T06:16:10.261Z] After this operation, 141 MB of additional disk space will be used. [2021-03-26T06:16:10.261Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.45 [2913 kB] [2021-03-26T06:16:10.261Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] [2021-03-26T06:16:10.834Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] [2021-03-26T06:16:11.096Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.9 [1301 kB] [2021-03-26T06:16:11.096Z] Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.45 [210 kB] [2021-03-26T06:16:11.096Z] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2021-03-26T06:16:11.096Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-03-26T06:16:11.096Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-03-26T06:16:11.096Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-03-26T06:16:11.096Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-03-26T06:16:11.096Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-03-26T06:16:11.096Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-03-26T06:16:11.096Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-03-26T06:16:11.096Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [534 kB] [2021-03-26T06:16:11.096Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-03-26T06:16:11.096Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [1610 kB] [2021-03-26T06:16:11.096Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-03-26T06:16:11.096Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.4 [1712 kB] [2021-03-26T06:16:11.365Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.4 [203 kB] [2021-03-26T06:16:11.365Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-03-26T06:16:11.365Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] [2021-03-26T06:16:11.365Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] [2021-03-26T06:16:11.365Z] Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-03-26T06:16:11.365Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-03-26T06:16:11.365Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-03-26T06:16:11.365Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-03-26T06:16:11.365Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-03-26T06:16:11.365Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] [2021-03-26T06:16:11.365Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-03-26T06:16:11.365Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] [2021-03-26T06:16:12.761Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-26T06:16:12.761Z] Fetched 35.2 MB in 3s (13.9 MB/s) [2021-03-26T06:16:12.761Z] (Reading database ... 12757 files and directories currently installed.) [2021-03-26T06:16:12.761Z] Preparing to unpack .../systemd_237-3ubuntu10.45_amd64.deb ... [2021-03-26T06:16:13.028Z] Unpacking systemd (237-3ubuntu10.45) over (237-3ubuntu10) ... [2021-03-26T06:16:13.601Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.45_amd64.deb ... [2021-03-26T06:16:13.601Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.45) over (237-3ubuntu10) ... [2021-03-26T06:16:13.601Z] Setting up libsystemd0:amd64 (237-3ubuntu10.45) ... [2021-03-26T06:16:13.601Z] (Reading database ... 12757 files and directories currently installed.) [2021-03-26T06:16:13.601Z] Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... [2021-03-26T06:16:13.863Z] Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... [2021-03-26T06:16:13.863Z] Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... [2021-03-26T06:16:14.125Z] (Reading database ... 12757 files and directories currently installed.) [2021-03-26T06:16:14.125Z] Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... [2021-03-26T06:16:14.125Z] Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... [2021-03-26T06:16:14.389Z] Setting up apt (1.6.12ubuntu0.2) ... [2021-03-26T06:16:14.389Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-03-26T06:16:14.963Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-03-26T06:16:14.963Z] (Reading database ... 12764 files and directories currently installed.) [2021-03-26T06:16:14.963Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... [2021-03-26T06:16:14.963Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... [2021-03-26T06:16:15.226Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-03-26T06:16:15.226Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-26T06:16:15.226Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-26T06:16:15.489Z] Selecting previously unselected package libexpat1:amd64. [2021-03-26T06:16:15.489Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-03-26T06:16:15.489Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-03-26T06:16:15.489Z] Selecting previously unselected package python3.6-minimal. [2021-03-26T06:16:15.489Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-26T06:16:15.489Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-03-26T06:16:15.751Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) ... [2021-03-26T06:16:15.751Z] Checking for services that may need to be restarted...done. [2021-03-26T06:16:15.751Z] Checking for services that may need to be restarted...done. [2021-03-26T06:16:16.013Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-26T06:16:16.013Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-03-26T06:16:16.013Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-03-26T06:16:16.585Z] Selecting previously unselected package python3-minimal. [2021-03-26T06:16:16.585Z] (Reading database ... 13012 files and directories currently installed.) [2021-03-26T06:16:16.585Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-03-26T06:16:16.585Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-03-26T06:16:16.845Z] Selecting previously unselected package mime-support. [2021-03-26T06:16:16.845Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-03-26T06:16:16.845Z] Unpacking mime-support (3.60ubuntu1) ... [2021-03-26T06:16:16.845Z] Selecting previously unselected package libmpdec2:amd64. [2021-03-26T06:16:16.845Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-03-26T06:16:16.845Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-03-26T06:16:16.845Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-03-26T06:16:16.845Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-26T06:16:16.845Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-26T06:16:18.233Z] Selecting previously unselected package python3.6. [2021-03-26T06:16:18.233Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-26T06:16:18.233Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-26T06:16:18.233Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-03-26T06:16:18.233Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-03-26T06:16:18.233Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-03-26T06:16:18.233Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-03-26T06:16:18.494Z] Selecting previously unselected package python3. [2021-03-26T06:16:18.494Z] (Reading database ... 13442 files and directories currently installed.) [2021-03-26T06:16:18.494Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-03-26T06:16:18.494Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-03-26T06:16:18.755Z] Selecting previously unselected package multiarch-support. [2021-03-26T06:16:18.755Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-03-26T06:16:18.755Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-03-26T06:16:18.755Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-03-26T06:16:18.755Z] Selecting previously unselected package liblzo2-2:amd64. [2021-03-26T06:16:18.755Z] (Reading database ... 13479 files and directories currently installed.) [2021-03-26T06:16:18.755Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-03-26T06:16:18.755Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-03-26T06:16:19.015Z] Selecting previously unselected package libbsd0:amd64. [2021-03-26T06:16:19.015Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-03-26T06:16:19.015Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-03-26T06:16:19.015Z] Selecting previously unselected package sudo. [2021-03-26T06:16:19.015Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... [2021-03-26T06:16:19.015Z] Unpacking sudo (1.8.21p2-3ubuntu1.4) ... [2021-03-26T06:16:19.276Z] Selecting previously unselected package apparmor. [2021-03-26T06:16:19.276Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-03-26T06:16:19.276Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-03-26T06:16:19.276Z] Selecting previously unselected package libedit2:amd64. [2021-03-26T06:16:19.276Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-03-26T06:16:19.276Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-03-26T06:16:19.538Z] Selecting previously unselected package libkrb5support0:amd64. [2021-03-26T06:16:19.538Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-03-26T06:16:19.538Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-03-26T06:16:19.538Z] Selecting previously unselected package libk5crypto3:amd64. [2021-03-26T06:16:19.538Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-03-26T06:16:19.538Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-03-26T06:16:19.538Z] Selecting previously unselected package libkeyutils1:amd64. [2021-03-26T06:16:19.538Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-03-26T06:16:19.538Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-03-26T06:16:19.800Z] Selecting previously unselected package libkrb5-3:amd64. [2021-03-26T06:16:19.800Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-03-26T06:16:19.800Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-03-26T06:16:19.800Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-03-26T06:16:19.800Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-03-26T06:16:19.800Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-03-26T06:16:20.063Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-03-26T06:16:20.063Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... [2021-03-26T06:16:20.063Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-03-26T06:16:20.063Z] Selecting previously unselected package openssh-client. [2021-03-26T06:16:20.063Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-03-26T06:16:20.325Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-03-26T06:16:20.325Z] Selecting previously unselected package squashfs-tools. [2021-03-26T06:16:20.325Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-03-26T06:16:20.325Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-03-26T06:16:20.325Z] Selecting previously unselected package snapd. [2021-03-26T06:16:20.325Z] Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... [2021-03-26T06:16:20.588Z] Unpacking snapd (2.48.3+18.04) ... [2021-03-26T06:16:22.523Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-03-26T06:16:22.784Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-03-26T06:16:22.784Z] Setting up mime-support (3.60ubuntu1) ... [2021-03-26T06:16:22.784Z] Setting up sudo (1.8.21p2-3ubuntu1.4) ... [2021-03-26T06:16:23.045Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-03-26T06:16:23.045Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-03-26T06:16:23.045Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-26T06:16:23.045Z] Setting up systemd (237-3ubuntu10.45) ... [2021-03-26T06:16:23.045Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-03-26T06:16:23.989Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-03-26T06:16:23.989Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-03-26T06:16:23.989Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-03-26T06:16:23.989Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-26T06:16:23.989Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-03-26T06:16:23.989Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-26T06:16:24.933Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-03-26T06:16:24.933Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-03-26T06:16:24.933Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-03-26T06:16:24.933Z] Setting up python3 (3.6.7-1~18.04) ... [2021-03-26T06:16:24.933Z] running python rtupdate hooks for python3.6... [2021-03-26T06:16:24.933Z] running python post-rtupdate hooks for python3.6... [2021-03-26T06:16:25.195Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-03-26T06:16:26.584Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-03-26T06:16:26.845Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-03-26T06:16:26.845Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-03-26T06:16:26.845Z] Setting up snapd (2.48.3+18.04) ... [2021-03-26T06:16:27.418Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-03-26T06:16:27.679Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-03-26T06:16:27.679Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-03-26T06:16:27.941Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-03-26T06:16:28.203Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-03-26T06:16:28.203Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-03-26T06:16:28.466Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-03-26T06:16:28.466Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-03-26T06:16:28.470Z] ---> 3640b2de2960 [2021-03-26T06:16:28.470Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-03-26T06:16:28.470Z] ---> Running in 07966947fa6a [2021-03-26T06:16:28.470Z] ---> dcb24fa46912 [2021-03-26T06:16:28.470Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-03-26T06:16:28.470Z] ---> 5f01a44d0e8d [2021-03-26T06:16:28.470Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-03-26T06:16:28.470Z] ---> 3f8f447f31e7 [2021-03-26T06:16:28.470Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-03-26T06:16:28.470Z] ---> 907722b0bb05 [2021-03-26T06:16:28.470Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-03-26T06:16:28.470Z] ---> Running in 2024e6cb254b [2021-03-26T06:16:28.470Z] ---> Running in bf48a896cc12 [2021-03-26T06:16:28.470Z] ---> Running in 6dd34d0ad04e [2021-03-26T06:16:28.470Z] ---> Running in 55661525bedb [2021-03-26T06:16:28.470Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-03-26T06:16:28.470Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-03-26T06:16:28.470Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-03-26T06:16:28.470Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-03-26T06:16:28.727Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-03-26T06:16:28.745Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-03-26T06:16:28.988Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-03-26T06:16:28.989Z] /usr/sbin/policy-rc.d returned 101, not running 'start snapd.apparmor.service snapd.autoimport.service snapd.core-fixup.service snapd.failure.service snapd.recovery-chooser-trigger.service snapd.seeded.service snapd.service snapd.snap-repair.service snapd.snap-repair.timer snapd.socket snapd.system-shutdown.service' [2021-03-26T06:16:29.251Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-26T06:16:29.251Z] Processing triggers for systemd (237-3ubuntu10.45) ... [2021-03-26T06:16:30.195Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-03-26T06:16:30.456Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-03-26T06:16:30.456Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-03-26T06:16:31.846Z] Reading package lists... [2021-03-26T06:16:31.846Z] Reading package lists... [2021-03-26T06:16:32.107Z] Building dependency tree... [2021-03-26T06:16:32.107Z] Reading state information... [2021-03-26T06:16:32.107Z] Calculating upgrade... [2021-03-26T06:16:32.368Z] The following packages will be upgraded: [2021-03-26T06:16:32.368Z] advancecomp base-files bash binutils binutils-common [2021-03-26T06:16:32.368Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-03-26T06:16:32.368Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-03-26T06:16:32.368Z] grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils [2021-03-26T06:16:32.368Z] libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 [2021-03-26T06:16:32.369Z] libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 [2021-03-26T06:16:32.369Z] libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 [2021-03-26T06:16:32.369Z] libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 [2021-03-26T06:16:32.369Z] libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules [2021-03-26T06:16:32.369Z] libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 [2021-03-26T06:16:32.369Z] libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 [2021-03-26T06:16:32.369Z] libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 [2021-03-26T06:16:32.369Z] libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin [2021-03-26T06:16:32.369Z] openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler [2021-03-26T06:16:32.369Z] procps systemd-sysv tar tzdata ubuntu-keyring util-linux [2021-03-26T06:16:32.369Z] 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-03-26T06:16:32.369Z] Need to get 63.8 MB of archives. [2021-03-26T06:16:32.369Z] After this operation, 5208 kB of additional disk space will be used. [2021-03-26T06:16:32.369Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-140.144 [993 kB] [2021-03-26T06:16:32.632Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-03-26T06:16:32.632Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-03-26T06:16:32.632Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-03-26T06:16:32.632Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-03-26T06:16:32.632Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-03-26T06:16:32.632Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-03-26T06:16:32.632Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] [2021-03-26T06:16:32.632Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] [2021-03-26T06:16:32.632Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] [2021-03-26T06:16:32.632Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-03-26T06:16:32.632Z] Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-03-26T06:16:32.632Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-03-26T06:16:32.632Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2021-03-26T06:16:32.632Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-03-26T06:16:32.632Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-03-26T06:16:32.632Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-03-26T06:16:32.632Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-03-26T06:16:32.632Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-03-26T06:16:32.632Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-03-26T06:16:32.632Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-03-26T06:16:32.894Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-03-26T06:16:32.894Z] Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2021-03-26T06:16:32.894Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-03-26T06:16:32.894Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-03-26T06:16:32.894Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-03-26T06:16:32.894Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-03-26T06:16:32.894Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-03-26T06:16:32.894Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-03-26T06:16:32.894Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-03-26T06:16:32.894Z] Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-03-26T06:16:32.894Z] Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-03-26T06:16:32.894Z] Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-03-26T06:16:32.894Z] Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-03-26T06:16:32.894Z] Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-03-26T06:16:32.894Z] Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.2 [189 kB] [2021-03-26T06:16:32.894Z] Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-03-26T06:16:32.894Z] Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-03-26T06:16:32.894Z] Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] [2021-03-26T06:16:32.894Z] Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.9 [614 kB] [2021-03-26T06:16:32.894Z] Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] [2021-03-26T06:16:32.894Z] Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-03-26T06:16:32.894Z] Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2021-03-26T06:16:32.894Z] Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-03-26T06:16:32.894Z] Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] [2021-03-26T06:16:32.894Z] Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2021-03-26T06:16:32.894Z] Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-03-26T06:16:32.894Z] Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.5 [1839 kB] [2021-03-26T06:16:32.894Z] Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] [2021-03-26T06:16:32.894Z] Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] [2021-03-26T06:16:32.894Z] Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] [2021-03-26T06:16:32.894Z] Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-03-26T06:16:32.894Z] Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-03-26T06:16:32.894Z] Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-03-26T06:16:32.894Z] Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-03-26T06:16:33.156Z] Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-03-26T06:16:33.421Z] Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2021-03-26T06:16:33.421Z] Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2021-03-26T06:16:33.421Z] Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-03-26T06:16:33.421Z] Get:60 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-03-26T06:16:33.421Z] Get:61 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-03-26T06:16:33.683Z] Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2021-03-26T06:16:33.683Z] Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-03-26T06:16:33.683Z] Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-03-26T06:16:33.683Z] Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-03-26T06:16:33.683Z] Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-03-26T06:16:33.683Z] Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-03-26T06:16:33.683Z] Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-03-26T06:16:33.683Z] Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-03-26T06:16:33.683Z] Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-03-26T06:16:33.683Z] Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-03-26T06:16:33.683Z] Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-03-26T06:16:33.683Z] Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-03-26T06:16:33.683Z] Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-03-26T06:16:33.683Z] Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-03-26T06:16:33.683Z] Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-03-26T06:16:33.683Z] Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-03-26T06:16:33.683Z] Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-03-26T06:16:33.945Z] Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] [2021-03-26T06:16:33.945Z] Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] [2021-03-26T06:16:33.945Z] Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] [2021-03-26T06:16:33.945Z] Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] [2021-03-26T06:16:33.945Z] Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] [2021-03-26T06:16:33.945Z] Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.45 [16.7 kB] [2021-03-26T06:16:33.945Z] Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] [2021-03-26T06:16:33.945Z] Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-03-26T06:16:33.945Z] Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] [2021-03-26T06:16:33.945Z] Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-03-26T06:16:33.945Z] Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-03-26T06:16:34.206Z] Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] [2021-03-26T06:16:34.206Z] Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-03-26T06:16:34.206Z] Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-03-26T06:16:34.206Z] Get:93 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] [2021-03-26T06:16:34.206Z] Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-03-26T06:16:34.206Z] Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-03-26T06:16:34.206Z] Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-03-26T06:16:34.206Z] Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-03-26T06:16:34.206Z] Get:98 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-03-26T06:16:34.206Z] Get:99 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-03-26T06:16:34.468Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-26T06:16:34.468Z] Fetched 63.8 MB in 2s (35.2 MB/s) [2021-03-26T06:16:34.468Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-26T06:16:34.468Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-03-26T06:16:34.468Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-26T06:16:35.411Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-03-26T06:16:35.411Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-26T06:16:35.411Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-140.144_amd64.deb ... [2021-03-26T06:16:35.411Z] Unpacking linux-libc-dev:amd64 (4.15.0-140.144) over (4.15.0-20.21) ... [2021-03-26T06:16:36.356Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-26T06:16:36.356Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-26T06:16:36.356Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-26T06:16:36.356Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-26T06:16:36.356Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-26T06:16:36.356Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-26T06:16:36.617Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-26T06:16:36.617Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-26T06:16:36.617Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-26T06:16:36.617Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-26T06:16:36.878Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-26T06:16:36.878Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-26T06:16:36.878Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-26T06:16:36.878Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-26T06:16:37.138Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-26T06:16:37.138Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-26T06:16:37.138Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-26T06:16:37.138Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-03-26T06:16:37.399Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-03-26T06:16:37.399Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-26T06:16:37.399Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-26T06:16:37.399Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-26T06:16:37.399Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-26T06:16:37.702Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-26T06:16:37.702Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-26T06:16:37.702Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-26T06:16:37.963Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-26T06:16:37.963Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-26T06:16:37.963Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-03-26T06:16:38.224Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-26T06:16:38.798Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-03-26T06:16:39.060Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-26T06:16:39.060Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-03-26T06:16:39.060Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-03-26T06:16:39.060Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-03-26T06:16:39.060Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-03-26T06:16:39.324Z] Setting up base-files (10.1ubuntu2.10) ... [2021-03-26T06:16:39.324Z] Installing new version of config file /etc/issue ... [2021-03-26T06:16:39.324Z] Installing new version of config file /etc/issue.net ... [2021-03-26T06:16:39.324Z] Installing new version of config file /etc/lsb-release ... [2021-03-26T06:16:39.324Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-03-26T06:16:39.585Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-03-26T06:16:39.848Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-03-26T06:16:39.848Z] Removing obsolete conffile /etc/default/motd-news ... [2021-03-26T06:16:39.848Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-26T06:16:39.848Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-03-26T06:16:40.109Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-03-26T06:16:40.109Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-03-26T06:16:40.109Z] update-alternatives: using /usr/share/man/man7/bash-builtins.7.gz to provide /usr/share/man/man7/builtins.7.gz (builtins.7.gz) in auto mode [2021-03-26T06:16:40.370Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-26T06:16:40.370Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-26T06:16:40.370Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-03-26T06:16:40.370Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-03-26T06:16:40.631Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-26T06:16:40.631Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-03-26T06:16:40.631Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-03-26T06:16:40.631Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-03-26T06:16:40.893Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-26T06:16:40.893Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-03-26T06:16:40.893Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-03-26T06:16:41.156Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-03-26T06:16:41.156Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-26T06:16:41.156Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-26T06:16:41.156Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-26T06:16:41.418Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-03-26T06:16:41.418Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-26T06:16:41.418Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-26T06:16:41.418Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-26T06:16:41.703Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-03-26T06:16:41.703Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-26T06:16:41.703Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-03-26T06:16:41.703Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-03-26T06:16:41.966Z] Setting up grep (3.1-2build1) ... [2021-03-26T06:16:41.966Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-26T06:16:41.966Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-03-26T06:16:41.966Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-03-26T06:16:42.227Z] Setting up login (1:4.5-1ubuntu2) ... [2021-03-26T06:16:42.227Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-26T06:16:42.227Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-26T06:16:42.227Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-26T06:16:42.488Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-03-26T06:16:42.488Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-26T06:16:42.488Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-03-26T06:16:42.488Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-26T06:16:43.062Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-03-26T06:16:43.062Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-26T06:16:43.322Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-03-26T06:16:43.322Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-26T06:16:43.895Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-03-26T06:16:43.895Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-26T06:16:43.895Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-03-26T06:16:43.895Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-26T06:16:45.281Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-03-26T06:16:45.281Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-03-26T06:16:45.281Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-03-26T06:16:45.281Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-03-26T06:16:45.281Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-03-26T06:16:45.557Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-26T06:16:45.557Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-03-26T06:16:45.557Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-03-26T06:16:45.821Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-03-26T06:16:45.821Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-26T06:16:45.821Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-26T06:16:45.821Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-26T06:16:46.083Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-26T06:16:46.083Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-26T06:16:46.083Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-26T06:16:46.083Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-26T06:16:46.344Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-26T06:16:46.344Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-26T06:16:46.344Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-26T06:16:46.344Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-26T06:16:46.606Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-26T06:16:46.606Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-26T06:16:46.606Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-26T06:16:46.606Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-26T06:16:46.867Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-26T06:16:46.867Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-26T06:16:46.867Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-26T06:16:46.867Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-26T06:16:47.127Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-26T06:16:47.127Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-26T06:16:47.127Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-03-26T06:16:47.127Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-26T06:16:47.127Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-26T06:16:47.390Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-26T06:16:47.390Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-03-26T06:16:47.390Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-26T06:16:47.390Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-26T06:16:47.651Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-26T06:16:47.651Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-26T06:16:47.651Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-26T06:16:47.651Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-26T06:16:47.651Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-26T06:16:47.912Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-03-26T06:16:47.912Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-26T06:16:47.912Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-26T06:16:48.173Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-26T06:16:48.435Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-03-26T06:16:48.696Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-03-26T06:16:48.957Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-03-26T06:16:49.540Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-26T06:16:49.540Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-03-26T06:16:49.540Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-26T06:16:49.801Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-03-26T06:16:50.063Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-26T06:16:50.063Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-03-26T06:16:50.063Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-26T06:16:50.063Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-03-26T06:16:50.325Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-26T06:16:50.325Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-03-26T06:16:50.325Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-03-26T06:16:50.325Z] Setting up debconf (1.5.66ubuntu1) ... [2021-03-26T06:16:50.586Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-26T06:16:50.586Z] Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... [2021-03-26T06:16:50.866Z] Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-03-26T06:16:50.867Z] Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... [2021-03-26T06:16:50.867Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-26T06:16:50.867Z] Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... [2021-03-26T06:16:51.157Z] Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-03-26T06:16:51.157Z] Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... [2021-03-26T06:16:51.157Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-26T06:16:51.157Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-03-26T06:16:51.157Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-26T06:16:51.481Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-26T06:16:51.481Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-26T06:16:51.481Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-03-26T06:16:51.481Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-26T06:16:51.753Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-26T06:16:51.753Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-26T06:16:51.753Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-03-26T06:16:52.022Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-26T06:16:52.022Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-26T06:16:52.290Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-26T06:16:52.290Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-26T06:16:52.290Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-26T06:16:52.290Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.45_amd64.deb ... [2021-03-26T06:16:52.290Z] Unpacking systemd-sysv (237-3ubuntu10.45) over (237-3ubuntu10) ... [2021-03-26T06:16:52.553Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-26T06:16:52.553Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-26T06:16:52.553Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-03-26T06:16:52.819Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-26T06:16:52.819Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-03-26T06:16:52.819Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-03-26T06:16:52.819Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-03-26T06:16:53.096Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-26T06:16:53.096Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-03-26T06:16:53.096Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-26T06:16:53.096Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-26T06:16:53.376Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-26T06:16:53.376Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-26T06:16:53.376Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-26T06:16:53.376Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-03-26T06:16:53.668Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-26T06:16:53.668Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.2_amd64.deb ... [2021-03-26T06:16:53.668Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) over (1.3.3+dfsg-2ubuntu1) ... [2021-03-26T06:16:53.668Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) ... [2021-03-26T06:16:53.950Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-26T06:16:53.950Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-03-26T06:16:53.950Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-03-26T06:16:54.212Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-03-26T06:16:54.212Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-26T06:16:54.212Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-26T06:16:54.472Z] Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-26T06:16:54.472Z] Setting up gpgv (2.2.4-1ubuntu1.4) ... [2021-03-26T06:16:54.472Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-26T06:16:54.472Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-03-26T06:16:54.733Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-03-26T06:16:54.993Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-03-26T06:16:55.253Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-26T06:16:55.253Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-03-26T06:16:55.253Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-03-26T06:16:55.253Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-03-26T06:16:55.253Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-26T06:16:55.253Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-03-26T06:16:55.253Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-03-26T06:16:55.513Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-03-26T06:16:55.513Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-26T06:16:55.513Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-03-26T06:16:55.513Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-03-26T06:16:55.773Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-03-26T06:16:55.773Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-26T06:16:55.773Z] Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... [2021-03-26T06:16:55.773Z] Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... [2021-03-26T06:16:56.033Z] Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... [2021-03-26T06:16:56.033Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-26T06:16:56.033Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... [2021-03-26T06:16:56.033Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... [2021-03-26T06:16:56.033Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... [2021-03-26T06:16:56.033Z] (Reading database ... 13915 files and directories currently installed.) [2021-03-26T06:16:56.033Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-03-26T06:16:56.293Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-03-26T06:16:56.293Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-03-26T06:16:56.555Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-03-26T06:16:56.815Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... [2021-03-26T06:16:57.076Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... [2021-03-26T06:16:57.336Z] Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... [2021-03-26T06:16:57.596Z] Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... [2021-03-26T06:16:57.857Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-03-26T06:16:57.857Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-03-26T06:16:58.118Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-03-26T06:16:58.118Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-03-26T06:16:58.118Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-03-26T06:16:58.118Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-03-26T06:16:58.379Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-03-26T06:16:58.379Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-03-26T06:16:58.379Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-03-26T06:16:58.379Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-03-26T06:16:58.640Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-03-26T06:16:58.640Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-03-26T06:16:58.640Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-03-26T06:16:58.640Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-03-26T06:16:58.901Z] Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... [2021-03-26T06:16:58.901Z] Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... [2021-03-26T06:16:59.843Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-03-26T06:16:59.843Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-03-26T06:16:59.843Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-03-26T06:16:59.843Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-03-26T06:17:00.104Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-26T06:17:00.104Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-26T06:17:00.676Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-26T06:17:00.676Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-26T06:17:00.938Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-26T06:17:00.938Z] Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-26T06:17:00.938Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-26T06:17:00.938Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-26T06:17:01.199Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-26T06:17:01.199Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-26T06:17:01.199Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-26T06:17:01.199Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-26T06:17:01.459Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-26T06:17:01.459Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-26T06:17:01.459Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-26T06:17:01.459Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-26T06:17:02.408Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-26T06:17:02.408Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-26T06:17:03.349Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-26T06:17:03.349Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-26T06:17:04.289Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-26T06:17:04.289Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-26T06:17:04.548Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-26T06:17:04.548Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-26T06:17:05.489Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-26T06:17:05.489Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-26T06:17:05.749Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-03-26T06:17:05.749Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-03-26T06:17:05.749Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-03-26T06:17:05.749Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-03-26T06:17:06.009Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-03-26T06:17:06.009Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-03-26T06:17:06.269Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-03-26T06:17:06.269Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-03-26T06:17:06.269Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-03-26T06:17:06.269Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-03-26T06:17:06.528Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-03-26T06:17:06.528Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-03-26T06:17:06.528Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-03-26T06:17:06.788Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-03-26T06:17:06.788Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-26T06:17:06.788Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-03-26T06:17:06.788Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-26T06:17:07.050Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-26T06:17:07.050Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-26T06:17:07.050Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-03-26T06:17:07.050Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-03-26T06:17:07.050Z] Setting up tzdata (2021a-0ubuntu0.18.04) ... [2021-03-26T06:17:07.312Z] [2021-03-26T06:17:07.312Z] Current default time zone: 'Etc/UTC' [2021-03-26T06:17:07.312Z] Local time is now: Fri Mar 26 06:17:07 UTC 2021. [2021-03-26T06:17:07.312Z] Universal Time is now: Fri Mar 26 06:17:07 UTC 2021. [2021-03-26T06:17:07.312Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-03-26T06:17:07.312Z] [2021-03-26T06:17:07.312Z] Setting up systemd-sysv (237-3ubuntu10.45) ... [2021-03-26T06:17:07.312Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-26T06:17:07.312Z] Setting up linux-libc-dev:amd64 (4.15.0-140.144) ... [2021-03-26T06:17:07.312Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-03-26T06:17:07.312Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-03-26T06:17:07.312Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-03-26T06:17:07.592Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-03-26T06:17:07.592Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-03-26T06:17:07.592Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-03-26T06:17:07.592Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-03-26T06:17:07.592Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-26T06:17:07.592Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-03-26T06:17:07.855Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-26T06:17:08.115Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-03-26T06:17:08.115Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-26T06:17:08.115Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-03-26T06:17:08.115Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-03-26T06:17:08.115Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-03-26T06:17:08.115Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.9) ... [2021-03-26T06:17:08.115Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-03-26T06:17:08.115Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-03-26T06:17:08.375Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-03-26T06:17:08.375Z] Setting up ca-certificates (20210119~18.04.1) ... [2021-03-26T06:17:09.759Z] Updating certificates in /etc/ssl/certs... [2021-03-26T06:17:10.330Z] 23 added, 27 removed; done. [2021-03-26T06:17:10.330Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-03-26T06:17:10.330Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-26T06:17:10.591Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-03-26T06:17:10.591Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-03-26T06:17:10.591Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-03-26T06:17:10.591Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-26T06:17:10.591Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-03-26T06:17:10.591Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-26T06:17:10.859Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-26T06:17:10.859Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-26T06:17:10.859Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-03-26T06:17:10.859Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-26T06:17:10.859Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-03-26T06:17:10.859Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... [2021-03-26T06:17:11.125Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-03-26T06:17:11.125Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-03-26T06:17:11.125Z] Setting up binutils (2.30-21ubuntu1~18.04.5) ... [2021-03-26T06:17:11.125Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-03-26T06:17:11.125Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-03-26T06:17:11.125Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-03-26T06:17:11.385Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-03-26T06:17:11.385Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-03-26T06:17:11.385Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-03-26T06:17:11.385Z] Processing triggers for systemd (237-3ubuntu10.45) ... [2021-03-26T06:17:11.647Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-03-26T06:17:11.647Z] Processing triggers for ca-certificates (20210119~18.04.1) ... [2021-03-26T06:17:11.647Z] Updating certificates in /etc/ssl/certs... [2021-03-26T06:17:12.247Z] 0 added, 0 removed; done. [2021-03-26T06:17:12.247Z] Running hooks in /etc/ca-certificates/update.d... [2021-03-26T06:17:12.247Z] done. [2021-03-26T06:17:12.819Z] Reading package lists... [2021-03-26T06:17:12.819Z] Building dependency tree... [2021-03-26T06:17:12.819Z] Reading state information... [2021-03-26T06:17:13.080Z] The following NEW packages will be installed: [2021-03-26T06:17:13.080Z] apt-transport-https [2021-03-26T06:17:13.342Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-03-26T06:17:13.342Z] Need to get 1696 B of archives. [2021-03-26T06:17:13.342Z] After this operation, 153 kB of additional disk space will be used. [2021-03-26T06:17:13.342Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] [2021-03-26T06:17:13.342Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-26T06:17:13.342Z] Fetched 1696 B in 0s (9374 B/s) [2021-03-26T06:17:13.342Z] Selecting previously unselected package apt-transport-https. [2021-03-26T06:17:13.342Z] (Reading database ... 13920 files and directories currently installed.) [2021-03-26T06:17:13.342Z] Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... [2021-03-26T06:17:13.608Z] Unpacking apt-transport-https (1.6.12ubuntu0.2) ... [2021-03-26T06:17:13.608Z] Setting up apt-transport-https (1.6.12ubuntu0.2) ... [2021-03-26T06:17:13.870Z] Waiting for network to be ready... [2021-03-26T06:17:20.462Z] 2021-03-26T06:17:17Z INFO Waiting for automatic snapd restart... [2021-03-26T06:17:20.462Z] snapd 2.49.1 from Canonical* installed [2021-03-26T06:17:21.036Z] "snapd" switched to the "latest/stable" channel [2021-03-26T06:17:21.036Z] [2021-03-26T06:17:25.247Z] core18 20210128 from Canonical* installed [2021-03-26T06:17:25.508Z] "core18" switched to the "latest/stable" channel [2021-03-26T06:17:25.508Z] [2021-03-26T06:17:30.795Z] snapcraft 4.5.4 from Canonical* installed [2021-03-26T06:17:30.795Z] "snapcraft" switched to the "latest/stable" channel [2021-03-26T06:17:30.795Z] [2021-03-26T06:17:35.017Z] The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: [2021-03-26T06:17:35.017Z] - README.md [2021-03-26T06:17:35.017Z] [2021-03-26T06:17:35.017Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-03-26T06:17:41.606Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-26T06:17:41.606Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-03-26T06:17:41.606Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-03-26T06:17:41.606Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-03-26T06:17:42.991Z] Reading package lists... [2021-03-26T06:17:42.992Z] Installing build dependencies: git=1:2.17.1-1ubuntu0.8 git-man=1:2.17.1-1ubuntu0.8 libcurl3-gnutls=7.58.0-2ubuntu3.12 liberror-perl=0.17025-1 libglib2.0-0=2.56.4-0ubuntu0.18.04.8 libnghttp2-14=1.30.0-1ubuntu1 libnorm1=1.5r6+dfsg1-6 libpgm-5.2-0=5.2.122~dfsg-2 libpsl5=0.19.1-5build1 librtmp1=2.4+20151223.gitfa8646d.1-1 libsodium23=1.0.16-2 libzmq3-dev=4.2.5-1ubuntu0.2 libzmq5=4.2.5-1ubuntu0.2 pkg-config=0.29.1-0ubuntu2 zip=3.0-11build1 [2021-03-26T06:17:49.578Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-26T06:17:49.578Z] Reading package lists... [2021-03-26T06:17:49.578Z] Building dependency tree... [2021-03-26T06:17:49.578Z] Reading state information... [2021-03-26T06:17:49.578Z] Suggested packages: [2021-03-26T06:17:49.578Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-03-26T06:17:49.578Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-03-26T06:17:49.578Z] Recommended packages: [2021-03-26T06:17:49.578Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-03-26T06:17:49.578Z] The following NEW packages will be installed: [2021-03-26T06:17:49.578Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-03-26T06:17:49.578Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-03-26T06:17:49.578Z] pkg-config zip [2021-03-26T06:17:49.839Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-03-26T06:17:49.839Z] Need to get 7657 kB of archives. [2021-03-26T06:17:49.839Z] After this operation, 43.8 MB of additional disk space will be used. [2021-03-26T06:17:49.839Z] 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-03-26T06:17:49.839Z] Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-03-26T06:17:49.839Z] Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-03-26T06:17:50.099Z] Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-03-26T06:17:50.099Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-03-26T06:17:50.099Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-03-26T06:17:50.099Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-03-26T06:17:50.099Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-03-26T06:17:50.360Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-03-26T06:17:50.360Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-03-26T06:17:50.360Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] [2021-03-26T06:17:50.360Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.8 [804 kB] [2021-03-26T06:17:50.621Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.8 [3916 kB] [2021-03-26T06:17:50.882Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-03-26T06:17:50.882Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-03-26T06:17:50.882Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-26T06:17:50.882Z] Fetched 7657 kB in 1s (6204 kB/s) [2021-03-26T06:17:51.143Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-03-26T06:17:51.144Z] (Reading database ... 13924 files and directories currently installed.) [2021-03-26T06:17:51.144Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.8_amd64.deb ... [2021-03-26T06:17:51.405Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... [2021-03-26T06:17:51.665Z] Selecting previously unselected package libpsl5:amd64. [2021-03-26T06:17:51.665Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-03-26T06:17:51.927Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-03-26T06:17:51.927Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-03-26T06:17:51.927Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-03-26T06:17:52.188Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-03-26T06:17:52.450Z] Selecting previously unselected package librtmp1:amd64. [2021-03-26T06:17:52.450Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-03-26T06:17:52.450Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-03-26T06:17:52.712Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-03-26T06:17:52.712Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... [2021-03-26T06:17:52.712Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-03-26T06:17:52.973Z] Selecting previously unselected package liberror-perl. [2021-03-26T06:17:52.973Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-03-26T06:17:52.973Z] Unpacking liberror-perl (0.17025-1) ... [2021-03-26T06:17:53.261Z] Selecting previously unselected package git-man. [2021-03-26T06:17:53.261Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.8_all.deb ... [2021-03-26T06:17:53.261Z] Unpacking git-man (1:2.17.1-1ubuntu0.8) ... [2021-03-26T06:17:53.556Z] Selecting previously unselected package git. [2021-03-26T06:17:53.556Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.8_amd64.deb ... [2021-03-26T06:17:53.556Z] Unpacking git (1:2.17.1-1ubuntu0.8) ... [2021-03-26T06:17:54.519Z] Selecting previously unselected package libnorm1:amd64. [2021-03-26T06:17:54.519Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-03-26T06:17:54.519Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-03-26T06:17:54.519Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-03-26T06:17:54.519Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-03-26T06:17:54.519Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-03-26T06:17:54.519Z] Selecting previously unselected package libsodium23:amd64. [2021-03-26T06:17:54.519Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-03-26T06:17:54.519Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-03-26T06:17:54.781Z] Selecting previously unselected package libzmq5:amd64. [2021-03-26T06:17:54.781Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-03-26T06:17:54.781Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-26T06:17:54.781Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-03-26T06:17:54.781Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-03-26T06:17:54.781Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-26T06:17:55.041Z] Selecting previously unselected package pkg-config. [2021-03-26T06:17:55.041Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-03-26T06:17:55.041Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-03-26T06:17:55.041Z] Selecting previously unselected package zip. [2021-03-26T06:17:55.041Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-03-26T06:17:55.041Z] Unpacking zip (3.0-11build1) ... [2021-03-26T06:17:55.041Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-03-26T06:17:55.041Z] Setting up git-man (1:2.17.1-1ubuntu0.8) ... [2021-03-26T06:17:55.301Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-03-26T06:17:55.301Z] Setting up liberror-perl (0.17025-1) ... [2021-03-26T06:17:55.301Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-03-26T06:17:55.301Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... [2021-03-26T06:17:55.301Z] No schema files found: doing nothing. [2021-03-26T06:17:55.301Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-03-26T06:17:55.301Z] Setting up zip (3.0-11build1) ... [2021-03-26T06:17:55.301Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-03-26T06:17:55.301Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-03-26T06:17:55.301Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-03-26T06:17:55.562Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-26T06:17:55.562Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-03-26T06:17:55.562Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-26T06:17:55.562Z] Setting up git (1:2.17.1-1ubuntu0.8) ... [2021-03-26T06:17:55.562Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-03-26T06:18:02.152Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-26T06:18:02.414Z] git set to automatically installed. [2021-03-26T06:18:02.414Z] git-man set to automatically installed. [2021-03-26T06:18:02.414Z] libcurl3-gnutls set to automatically installed. [2021-03-26T06:18:02.414Z] liberror-perl set to automatically installed. [2021-03-26T06:18:02.414Z] libglib2.0-0 set to automatically installed. [2021-03-26T06:18:02.414Z] libnghttp2-14 set to automatically installed. [2021-03-26T06:18:02.414Z] libnorm1 set to automatically installed. [2021-03-26T06:18:02.414Z] libpgm-5.2-0 set to automatically installed. [2021-03-26T06:18:02.414Z] libpsl5 set to automatically installed. [2021-03-26T06:18:02.414Z] librtmp1 set to automatically installed. [2021-03-26T06:18:02.414Z] libsodium23 set to automatically installed. [2021-03-26T06:18:02.414Z] libzmq3-dev set to automatically installed. [2021-03-26T06:18:02.414Z] libzmq5 set to automatically installed. [2021-03-26T06:18:02.414Z] pkg-config set to automatically installed. [2021-03-26T06:18:02.414Z] zip set to automatically installed. [2021-03-26T06:18:04.325Z] snapd is not logged in, snap install commands will use sudo [2021-03-26T06:18:10.906Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-26T06:18:10.906Z] snap "core18" has no updates available [2021-03-26T06:18:11.848Z] snapd is not logged in, snap install commands will use sudo [2021-03-26T06:18:18.444Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-26T06:18:20.612Z] Removing intermediate container 6dd34d0ad04e [2021-03-26T06:18:20.612Z] ---> 9e28b2efde48 [2021-03-26T06:18:20.612Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-03-26T06:18:20.612Z] ---> Running in d548cd7243fd [2021-03-26T06:18:20.612Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-03-26T06:18:20.888Z] Removing intermediate container d548cd7243fd [2021-03-26T06:18:20.888Z] ---> 8f95265779d4 [2021-03-26T06:18:20.888Z] [2021-03-26T06:18:20.888Z] Step 11/26 : FROM docker:20.10.0 [2021-03-26T06:18:20.888Z] 20.10.0: Pulling from library/docker [2021-03-26T06:18:31.156Z] Removing intermediate container 55661525bedb [2021-03-26T06:18:31.156Z] ---> 7a526b3e0e99 [2021-03-26T06:18:31.156Z] [2021-03-26T06:18:31.156Z] Step 10/23 : FROM alpine:3.12 [2021-03-26T06:18:31.156Z] 3.12: Pulling from library/alpine [2021-03-26T06:18:31.156Z] Removing intermediate container 07966947fa6a [2021-03-26T06:18:31.156Z] ---> 80f529fe2fe1 [2021-03-26T06:18:31.156Z] [2021-03-26T06:18:31.156Z] Step 10/22 : FROM alpine:3.12 [2021-03-26T06:18:31.430Z] 3.12: Pulling from library/alpine [2021-03-26T06:18:31.707Z] Removing intermediate container 2024e6cb254b [2021-03-26T06:18:31.707Z] ---> 635940355518 [2021-03-26T06:18:31.707Z] [2021-03-26T06:18:31.707Z] Step 10/22 : FROM alpine:3.12 [2021-03-26T06:18:31.707Z] 3.12: Pulling from library/alpine [2021-03-26T06:18:31.995Z] Digest: sha256:d1eaae2a6814b4b10a722fa75e8a6b53db42d1bf531395a107fea0458bfbf1d8 [2021-03-26T06:18:31.995Z] Digest: sha256:d1eaae2a6814b4b10a722fa75e8a6b53db42d1bf531395a107fea0458bfbf1d8 [2021-03-26T06:18:31.995Z] Status: Downloaded newer image for alpine:3.12 [2021-03-26T06:18:31.995Z] Status: Image is up to date for alpine:3.12 [2021-03-26T06:18:31.995Z] Digest: sha256:d1eaae2a6814b4b10a722fa75e8a6b53db42d1bf531395a107fea0458bfbf1d8 [2021-03-26T06:18:31.995Z] Status: Image is up to date for alpine:3.12 [2021-03-26T06:18:31.995Z] ---> e47305ac9786 [2021-03-26T06:18:31.995Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-03-26T06:18:31.995Z] ---> e47305ac9786 [2021-03-26T06:18:31.995Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-03-26T06:18:31.995Z] ---> e47305ac9786 [2021-03-26T06:18:31.995Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-26T06:18:33.008Z] ---> Running in 2d47a15a3d48 [2021-03-26T06:18:33.008Z] ---> Running in 50e9129154c2 [2021-03-26T06:18:33.008Z] ---> Running in 3254d25d1e01 [2021-03-26T06:18:35.643Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-26T06:18:35.643Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-26T06:18:35.643Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-26T06:18:35.643Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-26T06:18:35.643Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-26T06:18:35.643Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-26T06:18:35.923Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-26T06:18:35.924Z] Executing busybox-1.31.1-r19.trigger [2021-03-26T06:18:36.202Z] OK: 5 MiB in 15 packages [2021-03-26T06:18:36.202Z] (1/2) Installing ca-certificates (20191127-r4) [2021-03-26T06:18:36.489Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-26T06:18:36.489Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-03-26T06:18:36.489Z] Executing busybox-1.31.1-r19.trigger [2021-03-26T06:18:36.489Z] Executing busybox-1.31.1-r19.trigger [2021-03-26T06:18:36.489Z] OK: 5 MiB in 15 packages [2021-03-26T06:18:36.489Z] Executing ca-certificates-20191127-r4.trigger [2021-03-26T06:18:36.763Z] OK: 6 MiB in 16 packages [2021-03-26T06:18:39.387Z] Removing intermediate container 3254d25d1e01 [2021-03-26T06:18:39.387Z] ---> a920f1a47a08 [2021-03-26T06:18:39.388Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-26T06:18:39.662Z] ---> Running in 054c61f4912e [2021-03-26T06:18:39.940Z] Removing intermediate container 50e9129154c2 [2021-03-26T06:18:39.940Z] ---> ef65929fb73c [2021-03-26T06:18:39.940Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-26T06:18:39.940Z] Removing intermediate container 2d47a15a3d48 [2021-03-26T06:18:39.940Z] ---> cc0fda20df8e [2021-03-26T06:18:39.940Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-26T06:18:39.940Z] ---> Running in c1fc9353f4e2 [2021-03-26T06:18:40.213Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-03-26T06:18:40.213Z] ---> Running in 41ca72aad754 [2021-03-26T06:18:40.488Z] Status: Downloaded newer image for docker:20.10.0 [2021-03-26T06:18:40.488Z] ---> eeaf43b92773 [2021-03-26T06:18:40.488Z] Step 12/26 : RUN apk add --no-cache bash [2021-03-26T06:18:40.488Z] Removing intermediate container 054c61f4912e [2021-03-26T06:18:40.488Z] ---> 34f4b491c664 [2021-03-26T06:18:40.488Z] Step 13/23 : ENV APP_PORT=48082 [2021-03-26T06:18:40.488Z] ---> Running in e4e9b4ae0bfd [2021-03-26T06:18:40.761Z] ---> Running in 7a1792064624 [2021-03-26T06:18:40.761Z] Removing intermediate container c1fc9353f4e2 [2021-03-26T06:18:40.761Z] ---> 08a9e7ea9f98 [2021-03-26T06:18:40.761Z] Step 13/22 : ENV APP_PORT=48085 [2021-03-26T06:18:41.037Z] Removing intermediate container 41ca72aad754 [2021-03-26T06:18:41.037Z] ---> c58ab7d6ceb7 [2021-03-26T06:18:41.037Z] Step 13/22 : ENV APP_PORT=48060 [2021-03-26T06:18:41.316Z] ---> Running in 96c86357f82e [2021-03-26T06:18:41.592Z] Removing intermediate container 7a1792064624 [2021-03-26T06:18:41.592Z] ---> b1907b8b7739 [2021-03-26T06:18:41.592Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-26T06:18:41.867Z] ---> Running in 2da6b5525cef [2021-03-26T06:18:42.137Z] ---> Running in bee035d1f436 [2021-03-26T06:18:42.137Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-26T06:18:42.410Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-26T06:18:42.410Z] Removing intermediate container 96c86357f82e [2021-03-26T06:18:42.410Z] ---> cc3c0550267a [2021-03-26T06:18:42.410Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-26T06:18:42.687Z] Removing intermediate container 2da6b5525cef [2021-03-26T06:18:42.687Z] ---> f096340f2ad9 [2021-03-26T06:18:42.687Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-26T06:18:42.962Z] (1/2) Installing readline (8.0.4-r0) [2021-03-26T06:18:42.962Z] (2/2) Installing bash (5.0.17-r0) [2021-03-26T06:18:42.962Z] Executing bash-5.0.17-r0.post-install [2021-03-26T06:18:42.962Z] Executing busybox-1.31.1-r19.trigger [2021-03-26T06:18:42.962Z] ---> Running in eff92f137113 [2021-03-26T06:18:42.962Z] OK: 12 MiB in 22 packages [2021-03-26T06:18:42.962Z] Removing intermediate container bee035d1f436 [2021-03-26T06:18:42.962Z] ---> e078465f0244 [2021-03-26T06:18:42.962Z] Step 15/23 : WORKDIR / [2021-03-26T06:18:43.235Z] ---> Running in f61e553a6a1a [2021-03-26T06:18:43.510Z] ---> Running in f8e287e84e2d [2021-03-26T06:18:43.510Z] Removing intermediate container bf48a896cc12 [2021-03-26T06:18:43.510Z] ---> 82b90197edbe [2021-03-26T06:18:43.510Z] [2021-03-26T06:18:43.510Z] Step 10/23 : FROM alpine:3.12 [2021-03-26T06:18:43.510Z] ---> e47305ac9786 [2021-03-26T06:18:43.510Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-03-26T06:18:44.112Z] ---> Running in 08732c8e1d73 [2021-03-26T06:18:44.112Z] Removing intermediate container eff92f137113 [2021-03-26T06:18:44.112Z] ---> 25b16bc20c99 [2021-03-26T06:18:44.112Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-26T06:18:44.112Z] Removing intermediate container f61e553a6a1a [2021-03-26T06:18:44.112Z] ---> fa0955bd69d4 [2021-03-26T06:18:44.112Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-26T06:18:44.386Z] Removing intermediate container f8e287e84e2d [2021-03-26T06:18:44.386Z] ---> 2f28b3051457 [2021-03-26T06:18:44.386Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-26T06:18:44.661Z] Removing intermediate container 08732c8e1d73 [2021-03-26T06:18:44.661Z] ---> a0710fc51eed [2021-03-26T06:18:44.661Z] Step 12/23 : ENV APP_PORT=48080 [2021-03-26T06:18:44.936Z] ---> Running in 001be01cfd65 [2021-03-26T06:18:44.936Z] Removing intermediate container e4e9b4ae0bfd [2021-03-26T06:18:44.936Z] ---> f567864b68d3 [2021-03-26T06:18:44.936Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-03-26T06:18:45.209Z] ---> Running in 038828f1c6da [2021-03-26T06:18:45.209Z] ---> fa959c87ca3d [2021-03-26T06:18:45.209Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-03-26T06:18:45.487Z] ---> e0da8389b45e [2021-03-26T06:18:45.487Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-03-26T06:18:45.487Z] ---> 7f1936f15005 [2021-03-26T06:18:45.487Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-03-26T06:18:45.487Z] Removing intermediate container 001be01cfd65 [2021-03-26T06:18:45.487Z] ---> 0177802a6b84 [2021-03-26T06:18:45.487Z] Step 13/23 : EXPOSE $APP_PORT [2021-03-26T06:18:45.772Z] Removing intermediate container 038828f1c6da [2021-03-26T06:18:45.772Z] ---> 237328039f6b [2021-03-26T06:18:45.772Z] Step 14/26 : ENV APP_PORT=48090 [2021-03-26T06:18:45.772Z] ---> Running in 0c06351a812a [2021-03-26T06:18:46.044Z] ---> Running in e5084ea16232 [2021-03-26T06:18:47.030Z] Removing intermediate container 0c06351a812a [2021-03-26T06:18:47.030Z] ---> 356d695a8355 [2021-03-26T06:18:47.030Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-26T06:18:47.303Z] ---> 9e59b8451491 [2021-03-26T06:18:47.303Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-03-26T06:18:47.303Z] Removing intermediate container e5084ea16232 [2021-03-26T06:18:47.303Z] ---> edbfbe845075 [2021-03-26T06:18:47.303Z] Step 15/26 : EXPOSE $APP_PORT [2021-03-26T06:18:47.303Z] ---> Running in f6d979c384f0 [2021-03-26T06:18:47.576Z] ---> 3d3b8c8669d4 [2021-03-26T06:18:47.576Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-03-26T06:18:47.576Z] ---> e3a73a1ecca1 [2021-03-26T06:18:47.576Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-03-26T06:18:47.576Z] ---> Running in 5124578ba71a [2021-03-26T06:18:48.221Z] ---> 0064a8a4fdc7 [2021-03-26T06:18:48.221Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-03-26T06:18:48.552Z] ---> Running in 517c26dbcdf2 [2021-03-26T06:18:48.552Z] ---> 490d7a8e6218 [2021-03-26T06:18:48.552Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-03-26T06:18:48.552Z] Removing intermediate container 5124578ba71a [2021-03-26T06:18:48.552Z] ---> 251aa94337f5 [2021-03-26T06:18:48.552Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-03-26T06:18:48.837Z] ---> 1f8e17d413d2 [2021-03-26T06:18:48.837Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-03-26T06:18:48.837Z] ---> Running in 28f765446d31 [2021-03-26T06:18:49.237Z] ---> Running in 487295b704d2 [2021-03-26T06:18:49.237Z] Removing intermediate container 517c26dbcdf2 [2021-03-26T06:18:49.237Z] ---> 46cfc9ddb930 [2021-03-26T06:18:49.237Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-26T06:18:49.536Z] ---> Running in 5c4ce9000a64 [2021-03-26T06:18:49.818Z] Removing intermediate container 28f765446d31 [2021-03-26T06:18:49.818Z] ---> 6c9e560118ef [2021-03-26T06:18:49.818Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-26T06:18:50.100Z] Removing intermediate container 487295b704d2 [2021-03-26T06:18:50.100Z] ---> 82cbb9ea5ec6 [2021-03-26T06:18:50.100Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-26T06:18:50.371Z] ---> Running in 6d584eedee30 [2021-03-26T06:18:50.568Z] go (1.15/stable) 1.15.10 from Michael Hudson-Doyle (mwhudson) installed [2021-03-26T06:18:50.568Z] Pulling go-build-helper [2021-03-26T06:18:50.568Z] + snapcraftctl pull [2021-03-26T06:18:50.568Z] 'app-service-config' has dependencies that need to be staged: go-build-helper [2021-03-26T06:18:50.568Z] Skipping pull go-build-helper (already ran) [2021-03-26T06:18:50.568Z] Building go-build-helper [2021-03-26T06:18:50.568Z] + snapcraftctl build [2021-03-26T06:18:50.643Z] ---> Running in 3ff8c4157d1f [2021-03-26T06:18:50.644Z] Removing intermediate container 5c4ce9000a64 [2021-03-26T06:18:50.644Z] ---> dff703a35ac1 [2021-03-26T06:18:50.644Z] Step 20/22 : LABEL arch=arm64 [2021-03-26T06:18:50.644Z] ---> 0916138eae14 [2021-03-26T06:18:50.644Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-03-26T06:18:50.644Z] Removing intermediate container f6d979c384f0 [2021-03-26T06:18:50.921Z] ---> ff068b075e92 [2021-03-26T06:18:50.921Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-03-26T06:18:50.921Z] ---> Running in eb58d128c1bb [2021-03-26T06:18:50.921Z] Removing intermediate container 6d584eedee30 [2021-03-26T06:18:50.921Z] ---> 5de701ca522f [2021-03-26T06:18:50.921Z] Step 21/23 : LABEL arch=arm64 [2021-03-26T06:18:51.196Z] ---> Running in 56f258af32c1 [2021-03-26T06:18:51.196Z] ---> Running in 6035c28287e1 [2021-03-26T06:18:51.196Z] Removing intermediate container 3ff8c4157d1f [2021-03-26T06:18:51.196Z] ---> e8e15b7e83c0 [2021-03-26T06:18:51.196Z] Step 20/22 : LABEL arch=arm64 [2021-03-26T06:18:51.474Z] Removing intermediate container eb58d128c1bb [2021-03-26T06:18:51.474Z] ---> 6a22d3b2f7ea [2021-03-26T06:18:51.474Z] Step 21/22 : LABEL git_sha=241a7c3479784cd79e79abb99437b7eaa15f4b64 [2021-03-26T06:18:51.754Z] ---> Running in 64e07a57e055 [2021-03-26T06:18:51.754Z] ---> e64286d8e2a1 [2021-03-26T06:18:51.754Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-03-26T06:18:51.754Z] ---> Running in 2f867cd83e17 [2021-03-26T06:18:52.029Z] Removing intermediate container 6035c28287e1 [2021-03-26T06:18:52.029Z] ---> 1c3b2dbb2ed7 [2021-03-26T06:18:52.029Z] Step 22/23 : LABEL git_sha=241a7c3479784cd79e79abb99437b7eaa15f4b64 [2021-03-26T06:18:52.301Z] ---> Running in 35b86bffd7af [2021-03-26T06:18:52.301Z] Removing intermediate container 64e07a57e055 [2021-03-26T06:18:52.301Z] ---> dbd06ff62925 [2021-03-26T06:18:52.301Z] Step 21/22 : LABEL git_sha=241a7c3479784cd79e79abb99437b7eaa15f4b64 [2021-03-26T06:18:52.572Z] Removing intermediate container 2f867cd83e17 [2021-03-26T06:18:52.572Z] ---> 54fe8e549dd4 [2021-03-26T06:18:52.572Z] Step 22/22 : LABEL version=0.0.0 [2021-03-26T06:18:52.572Z] ---> Running in 293f114facfb [2021-03-26T06:18:52.572Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-26T06:18:52.842Z] ---> Running in fcc8b4e7e8bd [2021-03-26T06:18:52.842Z] Removing intermediate container 35b86bffd7af [2021-03-26T06:18:52.842Z] ---> 668b859f79d7 [2021-03-26T06:18:52.842Z] Step 23/23 : LABEL version=0.0.0 [2021-03-26T06:18:53.115Z] Staging go-build-helper [2021-03-26T06:18:53.115Z] + snapcraftctl stage [2021-03-26T06:18:53.115Z] ---> 9a0b0145e114 [2021-03-26T06:18:53.115Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-03-26T06:18:53.115Z] ---> Running in 372be9f09899 [2021-03-26T06:18:53.115Z] ---> Running in bddf53675688 [2021-03-26T06:18:53.384Z] Removing intermediate container 293f114facfb [2021-03-26T06:18:53.384Z] ---> 9e8de3fd61a3 [2021-03-26T06:18:53.384Z] Step 22/22 : LABEL version=0.0.0 [2021-03-26T06:18:53.384Z] Removing intermediate container fcc8b4e7e8bd [2021-03-26T06:18:53.384Z] ---> 3df4f51fb7a0 [2021-03-26T06:18:53.384Z] [2021-03-26T06:18:53.657Z] ---> Running in 9bf2052b96a5 [2021-03-26T06:18:53.657Z] Removing intermediate container 372be9f09899 [2021-03-26T06:18:53.657Z] ---> 86135dec7e30 [2021-03-26T06:18:53.657Z] [2021-03-26T06:18:53.929Z] Successfully built 3df4f51fb7a0 [2021-03-26T06:18:54.201Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-03-26T06:18:54.201Z]  Building docker-support-scheduler-go ... done Building docker-security-bootstrapper-go [2021-03-26T06:18:54.201Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-26T06:18:54.201Z] Successfully built 86135dec7e30 [2021-03-26T06:18:54.472Z] Successfully tagged docker-core-command-go-arm64:latest [2021-03-26T06:18:54.472Z] Building docker-security-proxy-setup-go [2021-03-26T06:18:54.472Z]  Building docker-core-command-go ... done Removing intermediate container 9bf2052b96a5 [2021-03-26T06:18:54.472Z] ---> f63a774b5e65 [2021-03-26T06:18:54.472Z] [2021-03-26T06:18:54.751Z] Successfully built f63a774b5e65 [2021-03-26T06:18:54.751Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-03-26T06:18:54.751Z] Building docker-security-secretstore-setup-go [2021-03-26T06:18:54.751Z]  Building docker-support-notifications-go ... done fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-26T06:18:55.023Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-26T06:18:55.298Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-03-26T06:18:55.299Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-03-26T06:18:55.568Z] (2/33) Installing expat (2.2.9-r1) [2021-03-26T06:18:55.568Z] (3/33) Installing libffi (3.3-r2) [2021-03-26T06:18:55.568Z] (4/33) Installing gdbm (1.13-r1) [2021-03-26T06:18:55.568Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-03-26T06:18:55.568Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-03-26T06:18:55.568Z] (7/33) Installing python3 (3.8.8-r0) [2021-03-26T06:18:55.568Z] (2/6) Installing libgcc (9.3.0-r2) [2021-03-26T06:18:55.837Z] (3/6) Installing libsodium (1.0.18-r0) [2021-03-26T06:18:56.107Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-03-26T06:18:56.698Z] (5/6) Installing libzmq (4.3.3-r0) [2021-03-26T06:18:56.969Z] (6/6) Installing zeromq (4.3.3-r0) [2021-03-26T06:18:57.241Z] Executing busybox-1.31.1-r19.trigger [2021-03-26T06:18:57.241Z] OK: 8 MiB in 20 packages [2021-03-26T06:18:57.241Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-03-26T06:18:57.241Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-03-26T06:18:57.241Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-03-26T06:18:57.241Z] (11/33) Installing py3-six (1.15.0-r0) [2021-03-26T06:18:57.241Z] (12/33) Installing py3-packaging (20.4-r0) [2021-03-26T06:18:57.241Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-03-26T06:18:57.515Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-03-26T06:18:57.515Z] (15/33) Installing py3-idna (2.9-r0) [2021-03-26T06:18:57.515Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-03-26T06:18:57.515Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-03-26T06:18:57.515Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-03-26T06:18:57.515Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-03-26T06:18:57.515Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-03-26T06:18:57.515Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-03-26T06:18:57.515Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-03-26T06:18:57.799Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-03-26T06:18:57.799Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-03-26T06:18:57.799Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-03-26T06:18:57.799Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-03-26T06:18:57.799Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-03-26T06:18:57.799Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-03-26T06:18:57.799Z] (29/33) Installing py3-progress (1.5-r0) [2021-03-26T06:18:57.799Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-03-26T06:18:57.799Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-03-26T06:18:57.799Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-03-26T06:18:57.799Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-03-26T06:18:58.082Z] Executing busybox-1.31.1-r19.trigger [2021-03-26T06:18:58.082Z] OK: 71 MiB in 55 packages [2021-03-26T06:19:01.923Z] Removing intermediate container 56f258af32c1 [2021-03-26T06:19:01.923Z] ---> 1452e33e9afd [2021-03-26T06:19:01.923Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-26T06:19:03.924Z] ---> 968f0bbd6f2c [2021-03-26T06:19:03.924Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-03-26T06:19:06.366Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-03-26T06:19:06.366Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-03-26T06:19:06.366Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1639 kB] [2021-03-26T06:19:06.366Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-03-26T06:19:06.366Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-03-26T06:19:06.366Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-03-26T06:19:06.366Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-03-26T06:19:06.366Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-03-26T06:19:06.366Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-03-26T06:19:06.366Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-03-26T06:19:06.366Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-03-26T06:19:06.366Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [310 kB] [2021-03-26T06:19:06.366Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] [2021-03-26T06:19:06.366Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-03-26T06:19:06.366Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [265 kB] [2021-03-26T06:19:06.366Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [34.6 kB] [2021-03-26T06:19:06.366Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1118 kB] [2021-03-26T06:19:06.366Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [251 kB] [2021-03-26T06:19:06.366Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-03-26T06:19:06.366Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1978 kB] [2021-03-26T06:19:06.366Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [402 kB] [2021-03-26T06:19:06.366Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] [2021-03-26T06:19:06.366Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-03-26T06:19:06.366Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [286 kB] [2021-03-26T06:19:06.366Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [38.2 kB] [2021-03-26T06:19:06.366Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1724 kB] [2021-03-26T06:19:06.366Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [365 kB] [2021-03-26T06:19:06.366Z] Fetched 24.2 MB in 0s (0 B/s) [2021-03-26T06:19:06.366Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-03-26T06:19:06.366Z] Fetched 224 kB in 0s (0 B/s) [2021-03-26T06:19:06.366Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-03-26T06:19:06.366Z] Fetched 157 kB in 0s (0 B/s) [2021-03-26T06:19:06.366Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-03-26T06:19:06.366Z] Fetched 221 kB in 0s (0 B/s) [2021-03-26T06:19:06.366Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-03-26T06:19:06.366Z] Fetched 143 kB in 0s (0 B/s) [2021-03-26T06:19:06.366Z] Pulling app-service-config [2021-03-26T06:19:06.366Z] + snapcraftctl pull [2021-03-26T06:19:06.366Z] Cloning into '/root/parts/app-service-config/src'... [2021-03-26T06:19:06.546Z] ---> 230d3bb4f80c [2021-03-26T06:19:06.546Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-03-26T06:19:06.627Z] Pulling config-common [2021-03-26T06:19:06.889Z] + snapcraftctl pull [2021-03-26T06:19:07.141Z] Removing intermediate container bddf53675688 [2021-03-26T06:19:07.141Z] ---> 62feb44fe93f [2021-03-26T06:19:07.141Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-03-26T06:19:09.134Z] ---> Running in 92913605a44d [2021-03-26T06:19:09.134Z] ---> 43cace755b80 [2021-03-26T06:19:09.134Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-03-26T06:19:09.134Z] ---> Running in e14d65dd93eb [2021-03-26T06:19:10.113Z] Removing intermediate container e14d65dd93eb [2021-03-26T06:19:10.113Z] ---> edcf889f5de6 [2021-03-26T06:19:10.114Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-26T06:19:10.114Z] ---> Running in 80e14c0a561b [2021-03-26T06:19:10.708Z] Removing intermediate container 80e14c0a561b [2021-03-26T06:19:10.709Z] ---> 36de0d77ae44 [2021-03-26T06:19:10.709Z] Step 21/23 : LABEL arch=arm64 [2021-03-26T06:19:10.982Z] ---> Running in 96a10fd2c238 [2021-03-26T06:19:11.252Z] Removing intermediate container 96a10fd2c238 [2021-03-26T06:19:11.252Z] ---> a555a2911953 [2021-03-26T06:19:11.252Z] Step 22/23 : LABEL git_sha=241a7c3479784cd79e79abb99437b7eaa15f4b64 [2021-03-26T06:19:11.528Z] ---> Running in 10982402030f [2021-03-26T06:19:12.128Z] Removing intermediate container 10982402030f [2021-03-26T06:19:12.128Z] ---> eb8fe521d7b5 [2021-03-26T06:19:12.128Z] Step 23/23 : LABEL version=0.0.0 [2021-03-26T06:19:12.128Z] ---> Running in 06fedcd1c393 [2021-03-26T06:19:12.181Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-03-26T06:19:12.181Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-03-26T06:19:12.181Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-03-26T06:19:12.181Z] Fetched 0 B in 0s (0 B/s) [2021-03-26T06:19:12.181Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-03-26T06:19:12.181Z] Fetched 0 B in 0s (0 B/s) [2021-03-26T06:19:12.181Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-03-26T06:19:12.181Z] Fetched 0 B in 0s (0 B/s) [2021-03-26T06:19:12.181Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-03-26T06:19:12.181Z] Fetched 0 B in 0s (0 B/s) [2021-03-26T06:19:12.181Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-03-26T06:19:12.181Z] Fetched 0 B in 0s (0 B/s) [2021-03-26T06:19:12.181Z] Pulling edgex-go [2021-03-26T06:19:12.181Z] + snapcraftctl pull [2021-03-26T06:19:12.722Z] Removing intermediate container 06fedcd1c393 [2021-03-26T06:19:12.722Z] ---> 32bcf482409e [2021-03-26T06:19:12.722Z] [2021-03-26T06:19:12.998Z] Successfully built 32bcf482409e [2021-03-26T06:19:12.998Z] Successfully tagged docker-core-data-go-arm64:latest [2021-03-26T06:19:12.998Z]  Building docker-core-data-go ... done Building docker-core-metadata-go [2021-03-26T06:19:14.427Z] Collecting docker-compose==1.23.2 [2021-03-26T06:19:14.701Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-03-26T06:19:15.296Z] Collecting docopt<0.7,>=0.6.1 [2021-03-26T06:19:15.296Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-03-26T06:19:17.921Z] Collecting jsonschema<3,>=2.5.1 [2021-03-26T06:19:17.921Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-03-26T06:19:18.902Z] Collecting websocket-client<1.0,>=0.32.0 [2021-03-26T06:19:18.902Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-03-26T06:19:20.352Z] Collecting PyYAML<4,>=3.10 [2021-03-26T06:19:20.352Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-03-26T06:19:23.755Z] Collecting cached-property<2,>=1.2.0 [2021-03-26T06:19:23.755Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-03-26T06:19:24.026Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2021-03-26T06:19:24.301Z] Collecting dockerpty<0.5,>=0.4.1 [2021-03-26T06:19:24.301Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-03-26T06:19:27.700Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-03-26T06:19:27.700Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-03-26T06:19:28.674Z] Collecting docker<4.0,>=3.6.0 [2021-03-26T06:19:28.674Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-03-26T06:19:29.655Z] Collecting texttable<0.10,>=0.9.0 [2021-03-26T06:19:29.655Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-03-26T06:19:32.279Z] Collecting idna<2.8,>=2.5 [2021-03-26T06:19:32.279Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-03-26T06:19:32.279Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2021-03-26T06:19:32.551Z] Collecting urllib3<1.25,>=1.21.1 [2021-03-26T06:19:32.829Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-03-26T06:19:33.100Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2021-03-26T06:19:33.100Z] Collecting docker-pycreds>=0.4.0 [2021-03-26T06:19:33.100Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-03-26T06:19:33.370Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-03-26T06:19:33.370Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-03-26T06:19:33.370Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-03-26T06:19:33.370Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-03-26T06:19:34.185Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-03-26T06:19:34.185Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-03-26T06:19:34.185Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-03-26T06:19:34.185Z] Fetched 0 B in 0s (0 B/s) [2021-03-26T06:19:34.185Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-03-26T06:19:34.185Z] Fetched 96.5 kB in 0s (0 B/s) [2021-03-26T06:19:34.185Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-03-26T06:19:34.185Z] Fetched 279 kB in 0s (0 B/s) [2021-03-26T06:19:34.185Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-03-26T06:19:34.185Z] Fetched 122 kB in 0s (0 B/s) [2021-03-26T06:19:34.185Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-03-26T06:19:34.185Z] Fetched 77.8 kB in 0s (0 B/s) [2021-03-26T06:19:34.185Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-03-26T06:19:34.185Z] Fetched 8848 B in 0s (0 B/s) [2021-03-26T06:19:34.185Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-03-26T06:19:34.185Z] Fetched 47.8 kB in 0s (0 B/s) [2021-03-26T06:19:34.185Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-03-26T06:19:34.185Z] Fetched 45.6 kB in 0s (0 B/s) [2021-03-26T06:19:34.185Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-03-26T06:19:34.185Z] Fetched 15.0 kB in 0s (0 B/s) [2021-03-26T06:19:34.185Z] Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] [2021-03-26T06:19:34.185Z] Fetched 214 kB in 0s (0 B/s) [2021-03-26T06:19:34.185Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] [2021-03-26T06:19:34.185Z] Fetched 154 kB in 0s (0 B/s) [2021-03-26T06:19:34.185Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-03-26T06:19:34.185Z] Fetched 50.6 kB in 0s (0 B/s) [2021-03-26T06:19:34.185Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-03-26T06:19:34.185Z] Fetched 14.8 kB in 0s (0 B/s) [2021-03-26T06:19:34.185Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-03-26T06:19:34.185Z] Fetched 41.8 kB in 0s (0 B/s) [2021-03-26T06:19:34.185Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-03-26T06:19:34.185Z] Fetched 499 kB in 0s (0 B/s) [2021-03-26T06:19:34.185Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-03-26T06:19:34.185Z] Fetched 111 kB in 0s (0 B/s) [2021-03-26T06:19:34.185Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-03-26T06:19:34.185Z] Fetched 240 kB in 0s (0 B/s) [2021-03-26T06:19:34.185Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-03-26T06:19:34.185Z] Fetched 29.3 kB in 0s (0 B/s) [2021-03-26T06:19:34.185Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-03-26T06:19:34.185Z] Fetched 85.5 kB in 0s (0 B/s) [2021-03-26T06:19:34.185Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-03-26T06:19:34.185Z] Fetched 24.5 kB in 0s (0 B/s) [2021-03-26T06:19:34.185Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-03-26T06:19:34.185Z] Fetched 49.2 kB in 0s (0 B/s) [2021-03-26T06:19:34.185Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-03-26T06:19:34.185Z] Fetched 54.2 kB in 0s (0 B/s) [2021-03-26T06:19:34.185Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-03-26T06:19:34.185Z] Fetched 30.8 kB in 0s (0 B/s) [2021-03-26T06:19:34.185Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] [2021-03-26T06:19:34.185Z] Fetched 15.8 kB in 0s (0 B/s) [2021-03-26T06:19:34.185Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-03-26T06:19:34.185Z] Fetched 85.9 kB in 0s (0 B/s) [2021-03-26T06:19:34.185Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-03-26T06:19:34.185Z] Fetched 8720 B in 0s (0 B/s) [2021-03-26T06:19:34.185Z] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] [2021-03-26T06:19:34.185Z] Fetched 137 kB in 0s (0 B/s) [2021-03-26T06:19:34.185Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-03-26T06:19:34.185Z] Fetched 119 kB in 0s (0 B/s) [2021-03-26T06:19:34.185Z] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] [2021-03-26T06:19:34.185Z] Fetched 109 kB in 0s (0 B/s) [2021-03-26T06:19:34.185Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-03-26T06:19:34.185Z] Fetched 11.1 kB in 0s (0 B/s) [2021-03-26T06:19:34.185Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-03-26T06:19:34.185Z] Fetched 645 kB in 0s (0 B/s) [2021-03-26T06:19:34.185Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-03-26T06:19:34.185Z] Fetched 41.3 kB in 0s (0 B/s) [2021-03-26T06:19:34.185Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-03-26T06:19:34.185Z] Fetched 17.9 kB in 0s (0 B/s) [2021-03-26T06:19:34.185Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-03-26T06:19:34.185Z] Fetched 368 kB in 0s (0 B/s) [2021-03-26T06:19:34.185Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-03-26T06:19:34.185Z] Fetched 187 kB in 0s (0 B/s) [2021-03-26T06:19:34.185Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-03-26T06:19:34.186Z] Fetched 175 kB in 0s (0 B/s) [2021-03-26T06:19:34.186Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-03-26T06:19:34.186Z] Fetched 206 kB in 0s (0 B/s) [2021-03-26T06:19:34.186Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb [1301 kB] [2021-03-26T06:19:34.186Z] Fetched 1301 kB in 0s (0 B/s) [2021-03-26T06:19:34.186Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-03-26T06:19:34.186Z] Fetched 36.2 kB in 0s (0 B/s) [2021-03-26T06:19:34.186Z] Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] [2021-03-26T06:19:34.186Z] Fetched 159 kB in 0s (0 B/s) [2021-03-26T06:19:34.186Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-03-26T06:19:34.186Z] Fetched 107 kB in 0s (0 B/s) [2021-03-26T06:19:34.186Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-03-26T06:19:34.186Z] Fetched 48.7 kB in 0s (0 B/s) [2021-03-26T06:19:34.186Z] Pulling static-packages [2021-03-26T06:19:34.186Z] + snapcraftctl pull [2021-03-26T06:19:34.471Z] Pulling version [2021-03-26T06:19:34.471Z] + cd /root/project [2021-03-26T06:19:34.471Z] + [ -f VERSION ] [2021-03-26T06:19:34.471Z] + PROJECT_VERSION=local-dev [2021-03-26T06:19:34.471Z] + git rev-parse --short HEAD [2021-03-26T06:19:34.471Z] + GIT_REVISION=241a7c34 [2021-03-26T06:19:34.471Z] + snapcraftctl set-version local-dev [2021-03-26T06:19:34.801Z] Installing collected packages: docopt, jsonschema, websocket-client, PyYAML, cached-property, dockerpty, idna, urllib3, requests, docker-pycreds, docker, texttable, docker-compose [2021-03-26T06:19:34.801Z] Running setup.py install for docopt: started [2021-03-26T06:19:35.415Z] Skipping build go-build-helper (already ran) [2021-03-26T06:19:35.677Z] Building app-service-config [2021-03-26T06:19:35.677Z] + make build [2021-03-26T06:19:35.677Z] CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.0.0-dev.35 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=0.0.0" -o app-service-configurable [2021-03-26T06:19:36.780Z] Running setup.py install for docopt: finished with status 'done' [2021-03-26T06:19:37.375Z] Running setup.py install for PyYAML: started [2021-03-26T06:19:38.221Z] go: downloading github.com/edgexfoundry/app-functions-sdk-go/v2 v2.0.0-dev.35 [2021-03-26T06:19:38.222Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.56 [2021-03-26T06:19:38.222Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.22 [2021-03-26T06:19:38.481Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.6 [2021-03-26T06:19:38.481Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.9 [2021-03-26T06:19:38.481Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.4 [2021-03-26T06:19:38.481Z] go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.3 [2021-03-26T06:19:38.741Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.3.2 [2021-03-26T06:19:38.741Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-03-26T06:19:38.741Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-03-26T06:19:38.741Z] go: downloading golang.org/x/net v0.0.0-20200425230154-ff2c4b7c35a0 [2021-03-26T06:19:39.002Z] go: downloading github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 [2021-03-26T06:19:39.002Z] go: downloading github.com/pebbe/zmq4 v1.2.5 [2021-03-26T06:19:39.262Z] go: downloading github.com/gorilla/websocket v1.4.2 [2021-03-26T06:19:39.262Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-03-26T06:19:39.262Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-03-26T06:19:39.524Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2021-03-26T06:19:39.524Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-03-26T06:19:39.524Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2021-03-26T06:19:39.524Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-03-26T06:19:39.524Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-03-26T06:19:39.524Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-03-26T06:19:39.784Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-03-26T06:19:39.784Z] go: downloading github.com/x448/float16 v0.8.4 [2021-03-26T06:19:39.784Z] go: downloading github.com/hashicorp/consul/api v1.8.1 [2021-03-26T06:19:39.784Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-03-26T06:19:39.784Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-03-26T06:19:39.784Z] go: downloading github.com/go-playground/validator/v10 v10.3.0 [2021-03-26T06:19:39.784Z] go: downloading github.com/google/uuid v1.2.0 [2021-03-26T06:19:39.784Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.2 [2021-03-26T06:19:39.784Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-03-26T06:19:39.998Z] Running setup.py install for PyYAML: finished with status 'done' [2021-03-26T06:19:39.998Z] Running setup.py install for dockerpty: started [2021-03-26T06:19:40.060Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-03-26T06:19:40.060Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-03-26T06:19:40.060Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-03-26T06:19:40.060Z] go: downloading github.com/hashicorp/serf v0.9.5 [2021-03-26T06:19:40.060Z] go: downloading github.com/hashicorp/go-hclog v0.12.0 [2021-03-26T06:19:40.060Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-03-26T06:19:40.060Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-03-26T06:19:40.060Z] go: downloading github.com/fatih/color v1.9.0 [2021-03-26T06:19:40.060Z] go: downloading github.com/mattn/go-isatty v0.0.12 [2021-03-26T06:19:40.060Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-03-26T06:19:40.325Z] go: downloading github.com/mattn/go-colorable v0.1.6 [2021-03-26T06:19:40.325Z] go: downloading golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd [2021-03-26T06:19:40.325Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-03-26T06:19:41.999Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-26T06:19:41.999Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-03-26T06:19:41.999Z] ---> 7b7fa18021ad [2021-03-26T06:19:41.999Z] Step 3/24 : WORKDIR /edgex-go [2021-03-26T06:19:41.999Z] ---> Using cache [2021-03-26T06:19:41.999Z] ---> 73f76c4df2e4 [2021-03-26T06:19:41.999Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-26T06:19:41.999Z] ---> Using cache [2021-03-26T06:19:41.999Z] ---> 693c13b9f278 [2021-03-26T06:19:41.999Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-03-26T06:19:41.999Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-26T06:19:41.999Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-03-26T06:19:41.999Z] ---> 7b7fa18021ad [2021-03-26T06:19:41.999Z] Step 3/21 : WORKDIR /edgex-go [2021-03-26T06:19:41.999Z] ---> Using cache [2021-03-26T06:19:41.999Z] ---> 73f76c4df2e4 [2021-03-26T06:19:41.999Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-26T06:19:41.999Z] ---> Using cache [2021-03-26T06:19:41.999Z] ---> 693c13b9f278 [2021-03-26T06:19:41.999Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-03-26T06:19:42.275Z] Running setup.py install for dockerpty: finished with status 'done' [2021-03-26T06:19:42.275Z] Attempting uninstall: idna [2021-03-26T06:19:42.275Z] Found existing installation: idna 2.9 [2021-03-26T06:19:42.275Z] Uninstalling idna-2.9: [2021-03-26T06:19:42.275Z] Successfully uninstalled idna-2.9 [2021-03-26T06:19:42.275Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-26T06:19:42.275Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-03-26T06:19:42.275Z] ---> 7b7fa18021ad [2021-03-26T06:19:42.275Z] Step 3/31 : WORKDIR /edgex-go [2021-03-26T06:19:42.275Z] ---> Using cache [2021-03-26T06:19:42.275Z] ---> 73f76c4df2e4 [2021-03-26T06:19:42.275Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-26T06:19:42.275Z] ---> Using cache [2021-03-26T06:19:42.275Z] ---> 693c13b9f278 [2021-03-26T06:19:42.275Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-03-26T06:19:44.281Z] Attempting uninstall: urllib3 [2021-03-26T06:19:44.281Z] Found existing installation: urllib3 1.25.9 [2021-03-26T06:19:44.281Z] Uninstalling urllib3-1.25.9: [2021-03-26T06:19:44.557Z] Successfully uninstalled urllib3-1.25.9 [2021-03-26T06:19:46.531Z] Attempting uninstall: requests [2021-03-26T06:19:46.531Z] Found existing installation: requests 2.23.0 [2021-03-26T06:19:46.531Z] Uninstalling requests-2.23.0: [2021-03-26T06:19:46.805Z] Successfully uninstalled requests-2.23.0 [2021-03-26T06:19:47.798Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-26T06:19:47.798Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-26T06:19:47.798Z] ---> 7b7fa18021ad [2021-03-26T06:19:47.798Z] Step 3/23 : WORKDIR /edgex-go [2021-03-26T06:19:47.798Z] ---> Using cache [2021-03-26T06:19:47.798Z] ---> 73f76c4df2e4 [2021-03-26T06:19:47.798Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-26T06:19:47.798Z] ---> Using cache [2021-03-26T06:19:47.798Z] ---> 693c13b9f278 [2021-03-26T06:19:47.798Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-26T06:19:49.244Z] ---> Running in d9c1ba74ad29 [2021-03-26T06:19:49.244Z] ---> Running in 62f8c1c611ce [2021-03-26T06:19:49.244Z] ---> Running in 8283e552cc45 [2021-03-26T06:19:49.244Z] ---> Running in a0b603657d14 [2021-03-26T06:19:50.235Z] Running setup.py install for texttable: started [2021-03-26T06:19:51.222Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-26T06:19:51.495Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-26T06:19:51.495Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-26T06:19:51.766Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-26T06:19:52.404Z] Running setup.py install for texttable: finished with status 'done' [2021-03-26T06:19:52.571Z] + install -DT ./app-service-configurable /root/parts/app-service-config/install/bin/app-service-configurable [2021-03-26T06:19:52.571Z] + install -DT ./res/rules-engine/configuration.toml /root/parts/app-service-config/install/config/app-service-configurable/res/rules-engine/configuration.toml [2021-03-26T06:19:52.571Z] + install -DT ./Attribution.txt /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/Attribution.txt [2021-03-26T06:19:52.571Z] + install -DT ./LICENSE /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/LICENSE [2021-03-26T06:19:52.571Z] Building config-common [2021-03-26T06:19:52.571Z] + snapcraftctl build [2021-03-26T06:19:52.701Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-26T06:19:52.993Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-26T06:19:52.993Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-26T06:19:53.285Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-26T06:19:53.285Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.58.0 [2021-03-26T06:19:54.303Z] OK: 217 MiB in 51 packages [2021-03-26T06:19:54.573Z] OK: 217 MiB in 51 packages [2021-03-26T06:19:54.573Z] OK: 217 MiB in 51 packages [2021-03-26T06:19:54.573Z] OK: 217 MiB in 51 packages [2021-03-26T06:19:55.894Z] Building edgex-go [2021-03-26T06:19:55.894Z] + cd /root/parts/edgex-go/src [2021-03-26T06:19:55.894Z] + make build [2021-03-26T06:19:55.894Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-03-26T06:19:56.024Z] Removing intermediate container 62f8c1c611ce [2021-03-26T06:19:56.024Z] ---> bfabc2ac8550 [2021-03-26T06:19:56.024Z] Step 6/31 : COPY go.mod . [2021-03-26T06:19:56.488Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.20 [2021-03-26T06:19:56.488Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.60 [2021-03-26T06:19:56.488Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.10 [2021-03-26T06:19:56.624Z] Removing intermediate container a0b603657d14 [2021-03-26T06:19:56.624Z] ---> 9bfabf6d125f [2021-03-26T06:19:56.624Z] Step 6/23 : COPY go.mod . [2021-03-26T06:19:56.749Z] go: downloading github.com/pkg/errors v0.8.1 [2021-03-26T06:19:56.750Z] go: downloading github.com/imdario/mergo v0.3.12 [2021-03-26T06:19:56.750Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-03-26T06:19:56.750Z] go: downloading github.com/go-playground/validator/v10 v10.4.1 [2021-03-26T06:19:56.750Z] go: downloading golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 [2021-03-26T06:19:56.913Z] Removing intermediate container 8283e552cc45 [2021-03-26T06:19:56.913Z] ---> 0718eeee6f20 [2021-03-26T06:19:56.913Z] Step 6/21 : COPY go.mod . [2021-03-26T06:19:56.913Z] Removing intermediate container d9c1ba74ad29 [2021-03-26T06:19:56.913Z] ---> 0192a65caa2f [2021-03-26T06:19:56.913Z] Step 6/24 : COPY go.mod . [2021-03-26T06:19:57.189Z] ---> 660f89dc463a [2021-03-26T06:19:57.189Z] Step 7/31 : RUN go mod download [2021-03-26T06:19:57.792Z] ---> Running in 9959b2fe24af [2021-03-26T06:19:57.792Z] ---> deac52489d26 [2021-03-26T06:19:57.792Z] Step 7/23 : RUN go mod download [2021-03-26T06:19:58.065Z] ---> a16b88d097a6 [2021-03-26T06:19:58.065Z] Step 7/21 : RUN go mod download [2021-03-26T06:19:58.065Z] ---> Running in 8dbfa0dbe9f3 [2021-03-26T06:19:58.338Z] ---> 6af65c084d45 [2021-03-26T06:19:58.338Z] Step 7/24 : RUN go mod download [2021-03-26T06:19:58.338Z] ---> Running in 3291233063dc [2021-03-26T06:19:58.613Z] ---> Running in 328b8cc91acf [2021-03-26T06:19:58.907Z] Removing intermediate container 92913605a44d [2021-03-26T06:19:58.907Z] ---> 6ad9abad0506 [2021-03-26T06:19:58.907Z] Step 21/26 : RUN apk --no-cache add curl [2021-03-26T06:19:59.185Z] ---> Running in 5141677b1b0d [2021-03-26T06:20:00.958Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-03-26T06:20:01.168Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-26T06:20:01.218Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-03-26T06:20:01.445Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-26T06:20:02.048Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-03-26T06:20:02.324Z] (2/3) Installing libcurl (7.69.1-r3) [2021-03-26T06:20:02.324Z] (3/3) Installing curl (7.69.1-r3) [2021-03-26T06:20:02.324Z] Executing busybox-1.31.1-r19.trigger [2021-03-26T06:20:02.324Z] OK: 72 MiB in 58 packages [2021-03-26T06:20:02.324Z] Removing intermediate container 9959b2fe24af [2021-03-26T06:20:02.324Z] ---> f44b2f5a5683 [2021-03-26T06:20:02.324Z] Step 8/31 : COPY . . [2021-03-26T06:20:02.919Z] Removing intermediate container 8dbfa0dbe9f3 [2021-03-26T06:20:02.919Z] ---> 0f9baeae5289 [2021-03-26T06:20:02.919Z] Step 8/23 : COPY . . [2021-03-26T06:20:03.193Z] Removing intermediate container 3291233063dc [2021-03-26T06:20:03.193Z] ---> a6e54243e51f [2021-03-26T06:20:03.193Z] Step 8/21 : COPY . . [2021-03-26T06:20:03.791Z] Removing intermediate container 328b8cc91acf [2021-03-26T06:20:03.791Z] ---> d774e6970ecb [2021-03-26T06:20:03.791Z] Step 8/24 : COPY . . [2021-03-26T06:20:04.389Z] Removing intermediate container 5141677b1b0d [2021-03-26T06:20:04.389Z] ---> d9c694225893 [2021-03-26T06:20:04.389Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-03-26T06:20:04.987Z] ---> Running in d44e3c515381 [2021-03-26T06:20:06.430Z] Removing intermediate container d44e3c515381 [2021-03-26T06:20:06.430Z] ---> 2217961041f6 [2021-03-26T06:20:06.430Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-26T06:20:07.416Z] ---> Running in 24306af37194 [2021-03-26T06:20:07.811Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-03-26T06:20:08.756Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-03-26T06:20:08.881Z] Removing intermediate container 24306af37194 [2021-03-26T06:20:08.881Z] ---> cc3bbf0bc08b [2021-03-26T06:20:08.881Z] Step 24/26 : LABEL arch=arm64 [2021-03-26T06:20:09.156Z] ---> Running in 0c1f98a42afa [2021-03-26T06:20:10.590Z] Removing intermediate container 0c1f98a42afa [2021-03-26T06:20:10.590Z] ---> 5cd12f353bd2 [2021-03-26T06:20:10.590Z] Step 25/26 : LABEL git_sha=241a7c3479784cd79e79abb99437b7eaa15f4b64 [2021-03-26T06:20:10.672Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-03-26T06:20:10.935Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-03-26T06:20:10.935Z] go: downloading github.com/stretchr/testify v1.7.0 [2021-03-26T06:20:11.197Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-03-26T06:20:11.197Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-03-26T06:20:11.197Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-03-26T06:20:11.572Z] ---> Running in d106967ad4df [2021-03-26T06:20:12.561Z] Removing intermediate container d106967ad4df [2021-03-26T06:20:12.561Z] ---> 1c61d1c21e91 [2021-03-26T06:20:12.561Z] Step 26/26 : LABEL version=0.0.0 [2021-03-26T06:20:12.837Z] ---> Running in fcb42105dd4d [2021-03-26T06:20:13.118Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-03-26T06:20:13.118Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-03-26T06:20:13.379Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-03-26T06:20:14.313Z] Removing intermediate container fcb42105dd4d [2021-03-26T06:20:14.313Z] ---> c09ff99c7e30 [2021-03-26T06:20:14.313Z] [2021-03-26T06:20:14.591Z] Successfully built c09ff99c7e30 [2021-03-26T06:20:14.869Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-03-26T06:20:15.301Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-03-26T06:20:16.243Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-03-26T06:20:17.629Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-03-26T06:20:19.083Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-03-26T06:20:19.083Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-03-26T06:20:20.482Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-03-26T06:20:20.482Z] go: downloading github.com/lib/pq v1.9.0 [2021-03-26T06:20:23.030Z] + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command [2021-03-26T06:20:23.030Z] + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml [2021-03-26T06:20:23.030Z] + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data [2021-03-26T06:20:23.030Z] + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml [2021-03-26T06:20:23.030Z] + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata [2021-03-26T06:20:23.030Z] + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml [2021-03-26T06:20:23.030Z] + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications [2021-03-26T06:20:23.030Z] + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml [2021-03-26T06:20:23.030Z] + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler [2021-03-26T06:20:23.030Z] + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml [2021-03-26T06:20:23.030Z] + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent [2021-03-26T06:20:23.030Z] + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml [2021-03-26T06:20:23.030Z] + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup [2021-03-26T06:20:23.030Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml [2021-03-26T06:20:23.030Z] + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup [2021-03-26T06:20:23.030Z] + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml [2021-03-26T06:20:23.030Z] + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider [2021-03-26T06:20:23.030Z] + install -DT ./cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /root/parts/edgex-go/install/config/security-file-token-provider/res/configuration.toml [2021-03-26T06:20:23.030Z] + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper [2021-03-26T06:20:23.030Z] + install -DT ./cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res-bootstrap-redis/configuration.toml [2021-03-26T06:20:23.030Z] + install -DT ./cmd/security-bootstrapper/res/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res/configuration.toml [2021-03-26T06:20:23.030Z] + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config [2021-03-26T06:20:23.030Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml [2021-03-26T06:20:23.030Z] + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt [2021-03-26T06:20:23.030Z] + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE [2021-03-26T06:20:23.030Z] + cp ./cmd/security-file-token-provider/res/token-config.json /root/parts/edgex-go/install/config/security-file-token-provider/res/token-config.json [2021-03-26T06:20:26.330Z] Building static-packages [2021-03-26T06:20:26.331Z] + snapcraftctl build [2021-03-26T06:20:27.318Z]  Building docker-sys-mgmt-agent-go ... done  ---> 7b63341fcbd8 [2021-03-26T06:20:27.318Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-03-26T06:20:27.318Z] ---> 5f6916210f41 [2021-03-26T06:20:27.318Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-03-26T06:20:27.318Z] ---> 1d6840197571 [2021-03-26T06:20:27.318Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-03-26T06:20:27.318Z] ---> Running in 05551c2add88 [2021-03-26T06:20:27.318Z] ---> Running in 7219cb839c85 [2021-03-26T06:20:27.318Z] ---> Running in 246bb08cca39 [2021-03-26T06:20:27.318Z] ---> df78228fa31b [2021-03-26T06:20:27.318Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-03-26T06:20:27.318Z] ---> Running in 47075e21ef25 [2021-03-26T06:20:27.923Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-03-26T06:20:28.877Z] Building version [2021-03-26T06:20:28.877Z] + snapcraftctl build [2021-03-26T06:20:28.919Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-03-26T06:20:28.919Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-03-26T06:20:28.919Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-03-26T06:20:30.820Z] Skipping stage go-build-helper (already ran) [2021-03-26T06:20:30.820Z] Staging app-service-config [2021-03-26T06:20:30.820Z] + snapcraftctl stage [2021-03-26T06:20:32.204Z] Staging config-common [2021-03-26T06:20:32.204Z] + snapcraftctl stage [2021-03-26T06:20:33.145Z] Staging edgex-go [2021-03-26T06:20:33.145Z] + snapcraftctl stage [2021-03-26T06:20:34.088Z] Staging static-packages [2021-03-26T06:20:34.088Z] + snapcraftctl stage [2021-03-26T06:20:35.031Z] Staging version [2021-03-26T06:20:35.031Z] + snapcraftctl stage [2021-03-26T06:20:36.418Z] Priming go-build-helper [2021-03-26T06:20:36.418Z] + snapcraftctl prime [2021-03-26T06:20:37.360Z] Priming app-service-config [2021-03-26T06:20:37.360Z] + snapcraftctl prime [2021-03-26T06:20:38.746Z] Priming config-common [2021-03-26T06:20:38.746Z] + snapcraftctl prime [2021-03-26T06:20:39.692Z] Priming edgex-go [2021-03-26T06:20:39.692Z] + snapcraftctl prime [2021-03-26T06:20:40.646Z] Priming static-packages [2021-03-26T06:20:40.646Z] + snapcraftctl prime [2021-03-26T06:20:43.193Z] Priming version [2021-03-26T06:20:43.193Z] + snapcraftctl prime [2021-03-26T06:20:44.136Z] The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-03-26T06:21:37.013Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-03-26T06:21:37.014Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-03-26T06:21:55.402Z] Removing intermediate container 7219cb839c85 [2021-03-26T06:21:55.402Z] ---> 3c9d10c02230 [2021-03-26T06:21:55.402Z] [2021-03-26T06:21:55.402Z] Step 10/21 : FROM alpine:3.12 [2021-03-26T06:21:55.402Z] ---> e47305ac9786 [2021-03-26T06:21:55.402Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-03-26T06:21:55.402Z] Removing intermediate container 47075e21ef25 [2021-03-26T06:21:55.402Z] ---> b584548b180a [2021-03-26T06:21:55.402Z] [2021-03-26T06:21:55.402Z] Step 10/24 : FROM alpine:3.12 [2021-03-26T06:21:55.402Z] ---> e47305ac9786 [2021-03-26T06:21:55.402Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec [2021-03-26T06:21:55.402Z] ---> Running in c02320166f96 [2021-03-26T06:21:55.402Z] Removing intermediate container 05551c2add88 [2021-03-26T06:21:55.402Z] ---> 3ac91b10dfc4 [2021-03-26T06:21:55.402Z] [2021-03-26T06:21:55.402Z] Step 10/31 : FROM alpine:3.12 [2021-03-26T06:21:55.402Z] ---> e47305ac9786 [2021-03-26T06:21:55.402Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-03-26T06:21:55.402Z] ---> Running in 152cb6b275fe [2021-03-26T06:21:55.402Z] ---> Running in 59cf9c9fa7c7 [2021-03-26T06:21:55.402Z] Removing intermediate container 59cf9c9fa7c7 [2021-03-26T06:21:55.402Z] ---> 4327d7cdc55f [2021-03-26T06:21:55.402Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-03-26T06:21:55.402Z] ---> Running in 2de61bfa4dc7 [2021-03-26T06:21:55.402Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-26T06:21:55.402Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-26T06:21:55.402Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-26T06:21:55.402Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-26T06:21:55.679Z] (1/6) Installing ca-certificates (20191127-r4) [2021-03-26T06:21:55.679Z] (1/4) Installing ca-certificates (20191127-r4) [2021-03-26T06:21:55.679Z] (2/6) Installing nghttp2-libs (1.41.0-r0) [2021-03-26T06:21:55.679Z] (3/6) Installing libcurl (7.69.1-r3) [2021-03-26T06:21:55.679Z] (4/6) Installing curl (7.69.1-r3) [2021-03-26T06:21:55.679Z] (5/6) Installing dumb-init (1.2.2-r1) [2021-03-26T06:21:55.679Z] (6/6) Installing su-exec (0.2-r1) [2021-03-26T06:21:55.679Z] Executing busybox-1.31.1-r19.trigger [2021-03-26T06:21:55.969Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-03-26T06:21:55.969Z] (3/4) Installing libcurl (7.69.1-r3) [2021-03-26T06:21:55.969Z] Executing ca-certificates-20191127-r4.trigger [2021-03-26T06:21:55.969Z] (4/4) Installing curl (7.69.1-r3) [2021-03-26T06:21:55.969Z] Executing busybox-1.31.1-r19.trigger [2021-03-26T06:21:55.969Z] Executing ca-certificates-20191127-r4.trigger [2021-03-26T06:21:55.969Z] OK: 7 MiB in 20 packages [2021-03-26T06:21:55.969Z] OK: 7 MiB in 18 packages [2021-03-26T06:21:56.251Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-26T06:21:56.251Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-26T06:21:56.868Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-03-26T06:21:56.868Z] (2/2) Installing su-exec (0.2-r1) [2021-03-26T06:21:56.868Z] Executing busybox-1.31.1-r19.trigger [2021-03-26T06:21:56.868Z] OK: 5 MiB in 16 packages [2021-03-26T06:21:58.882Z] Removing intermediate container 152cb6b275fe [2021-03-26T06:21:58.882Z] ---> 0c08a65ca813 [2021-03-26T06:21:58.882Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-26T06:21:58.882Z] Removing intermediate container c02320166f96 [2021-03-26T06:21:58.882Z] ---> 1bb293266a7a [2021-03-26T06:21:58.882Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-26T06:21:58.882Z] ---> Running in bd1a76a389b6 [2021-03-26T06:21:59.163Z] Removing intermediate container 2de61bfa4dc7 [2021-03-26T06:21:59.163Z] ---> 916896660ee2 [2021-03-26T06:21:59.163Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-03-26T06:21:59.163Z] ---> Running in b0c5aec61baa [2021-03-26T06:21:59.443Z] ---> Running in dbe1c5597514 [2021-03-26T06:21:59.718Z] Removing intermediate container bd1a76a389b6 [2021-03-26T06:21:59.718Z] ---> 8e849186116d [2021-03-26T06:21:59.718Z] Step 13/24 : WORKDIR / [2021-03-26T06:22:00.005Z] ---> Running in 2bfd9f567146 [2021-03-26T06:22:00.005Z] Removing intermediate container b0c5aec61baa [2021-03-26T06:22:00.005Z] ---> ae64377a4de2 [2021-03-26T06:22:00.005Z] Step 13/21 : WORKDIR /edgex [2021-03-26T06:22:00.005Z] Removing intermediate container dbe1c5597514 [2021-03-26T06:22:00.005Z] ---> 94fec613d2ed [2021-03-26T06:22:00.005Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-03-26T06:22:00.284Z] ---> Running in 38d2d0b614b7 [2021-03-26T06:22:00.284Z] ---> Running in 86a6bea7749c [2021-03-26T06:22:00.565Z] Removing intermediate container 2bfd9f567146 [2021-03-26T06:22:00.565Z] ---> 738ef443741f [2021-03-26T06:22:00.565Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-03-26T06:22:00.855Z] Removing intermediate container 38d2d0b614b7 [2021-03-26T06:22:00.855Z] ---> 9d201224e083 [2021-03-26T06:22:00.855Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-03-26T06:22:01.139Z] Removing intermediate container 86a6bea7749c [2021-03-26T06:22:01.139Z] ---> 7a1637fc6db9 [2021-03-26T06:22:01.139Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-03-26T06:22:01.419Z] ---> Running in 3e3a4c35deba [2021-03-26T06:22:02.035Z] ---> 19ab58ad3b4b [2021-03-26T06:22:02.035Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-03-26T06:22:02.312Z] ---> e3285d024da6 [2021-03-26T06:22:02.312Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-03-26T06:22:03.309Z] ---> 7cfbde659897 [2021-03-26T06:22:03.309Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-03-26T06:22:03.309Z] Removing intermediate container 246bb08cca39 [2021-03-26T06:22:03.309Z] ---> 6a680595ea69 [2021-03-26T06:22:03.309Z] [2021-03-26T06:22:03.309Z] Step 10/23 : FROM alpine:3.12 [2021-03-26T06:22:03.309Z] ---> e47305ac9786 [2021-03-26T06:22:03.309Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-26T06:22:03.309Z] ---> Using cache [2021-03-26T06:22:03.309Z] ---> ef65929fb73c [2021-03-26T06:22:03.309Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-26T06:22:03.309Z] ---> Using cache [2021-03-26T06:22:03.309Z] ---> 08a9e7ea9f98 [2021-03-26T06:22:03.309Z] Step 13/23 : ENV APP_PORT=48081 [2021-03-26T06:22:03.583Z] ---> Running in d4c8fae3eae2 [2021-03-26T06:22:03.869Z] ---> bce65ac6b88f [2021-03-26T06:22:03.869Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-03-26T06:22:04.153Z] ---> daa2eecd3a8d [2021-03-26T06:22:04.153Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-03-26T06:22:04.424Z] Removing intermediate container d4c8fae3eae2 [2021-03-26T06:22:04.424Z] ---> 554190638ddd [2021-03-26T06:22:04.424Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-26T06:22:04.695Z] ---> Running in 55b6aad7438a [2021-03-26T06:22:04.695Z] Removing intermediate container 3e3a4c35deba [2021-03-26T06:22:04.695Z] ---> 818902e9e58d [2021-03-26T06:22:04.695Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-03-26T06:22:04.973Z] ---> Running in d854a5dee523 [2021-03-26T06:22:05.244Z] Removing intermediate container 55b6aad7438a [2021-03-26T06:22:05.244Z] ---> 60a4d32f1cb3 [2021-03-26T06:22:05.244Z] Step 15/23 : WORKDIR / [2021-03-26T06:22:05.518Z] ---> 364a1528452c [2021-03-26T06:22:05.518Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-03-26T06:22:05.518Z] ---> Running in 672bc6cc9608 [2021-03-26T06:22:05.518Z] ---> Running in d9816be1a19a [2021-03-26T06:22:05.518Z] ---> 8ed0165c8d4f [2021-03-26T06:22:05.790Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-03-26T06:22:05.790Z] Removing intermediate container d854a5dee523 [2021-03-26T06:22:05.790Z] ---> e6058f5d1a46 [2021-03-26T06:22:05.790Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-03-26T06:22:06.072Z] Removing intermediate container 672bc6cc9608 [2021-03-26T06:22:06.072Z] ---> 2c1abba50da2 [2021-03-26T06:22:06.072Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-26T06:22:06.350Z] Removing intermediate container d9816be1a19a [2021-03-26T06:22:06.350Z] ---> 76e8bab5647a [2021-03-26T06:22:06.350Z] Step 18/21 : CMD ["--init=true"] [2021-03-26T06:22:06.350Z] ---> Running in df82f5abff54 [2021-03-26T06:22:06.623Z] ---> 05f06a8691f3 [2021-03-26T06:22:06.623Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-03-26T06:22:06.895Z] ---> Running in d40c6fe4cc93 [2021-03-26T06:22:07.165Z] Removing intermediate container df82f5abff54 [2021-03-26T06:22:07.165Z] ---> e7d3a4977252 [2021-03-26T06:22:07.165Z] Step 19/21 : LABEL arch=arm64 [2021-03-26T06:22:07.166Z] ---> c5b7ed1050db [2021-03-26T06:22:07.166Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-03-26T06:22:07.166Z] ---> 06515727926f [2021-03-26T06:22:07.166Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-03-26T06:22:07.437Z] ---> Running in 7c9915705d40 [2021-03-26T06:22:08.054Z] Removing intermediate container 7c9915705d40 [2021-03-26T06:22:08.054Z] ---> 3d347fcda254 [2021-03-26T06:22:08.054Z] Step 20/21 : LABEL git_sha=241a7c3479784cd79e79abb99437b7eaa15f4b64 [2021-03-26T06:22:08.054Z] ---> 7fc32dff85ea [2021-03-26T06:22:08.054Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-03-26T06:22:08.405Z] ---> Running in 2de3fb62c9ad [2021-03-26T06:22:08.405Z] ---> Running in ad4385979abb [2021-03-26T06:22:08.686Z] ---> a565975dd5ff [2021-03-26T06:22:08.686Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-03-26T06:22:09.418Z] Removing intermediate container 2de3fb62c9ad [2021-03-26T06:22:09.418Z] ---> fabded1d68b5 [2021-03-26T06:22:09.418Z] Step 21/21 : LABEL version=0.0.0 [2021-03-26T06:22:09.739Z] ---> Running in 45d28dff618c [2021-03-26T06:22:10.012Z] ---> def871176d5f [2021-03-26T06:22:10.012Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-03-26T06:22:10.012Z] Removing intermediate container d40c6fe4cc93 [2021-03-26T06:22:10.012Z] ---> 34aa544ada10 [2021-03-26T06:22:10.012Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-26T06:22:10.285Z] ---> Running in b97c71892f14 [2021-03-26T06:22:10.285Z] Removing intermediate container 45d28dff618c [2021-03-26T06:22:10.285Z] ---> de198178ef1e [2021-03-26T06:22:10.285Z] [2021-03-26T06:22:10.882Z] Successfully built de198178ef1e [2021-03-26T06:22:10.882Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-03-26T06:22:10.882Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container b97c71892f14 [2021-03-26T06:22:10.882Z] ---> b05d84d673f0 [2021-03-26T06:22:10.882Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-26T06:22:11.154Z] ---> Running in f6c14b5009f9 [2021-03-26T06:22:11.154Z] ---> 850f294e43f3 [2021-03-26T06:22:11.154Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-03-26T06:22:11.424Z] Removing intermediate container ad4385979abb [2021-03-26T06:22:11.425Z] ---> f2bf2d52c268 [2021-03-26T06:22:11.425Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-03-26T06:22:11.696Z] ---> Running in 2b400cea96f7 [2021-03-26T06:22:11.696Z] Removing intermediate container f6c14b5009f9 [2021-03-26T06:22:11.696Z] ---> 59d24a20801f [2021-03-26T06:22:11.696Z] Step 21/23 : LABEL arch=arm64 [2021-03-26T06:22:11.993Z] ---> Running in 57ceb49e8978 [2021-03-26T06:22:12.264Z] Removing intermediate container 2b400cea96f7 [2021-03-26T06:22:12.264Z] ---> f792122f6ed5 [2021-03-26T06:22:12.264Z] Step 22/24 : LABEL arch=arm64 [2021-03-26T06:22:12.541Z] ---> 75d03f9b300a [2021-03-26T06:22:12.541Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-03-26T06:22:12.541Z] ---> Running in e6267f3e8e66 [2021-03-26T06:22:12.541Z] Removing intermediate container 57ceb49e8978 [2021-03-26T06:22:12.541Z] ---> 152d74413272 [2021-03-26T06:22:12.541Z] Step 22/23 : LABEL git_sha=241a7c3479784cd79e79abb99437b7eaa15f4b64 [2021-03-26T06:22:12.828Z] ---> Running in 861c277d0069 [2021-03-26T06:22:12.828Z] Removing intermediate container e6267f3e8e66 [2021-03-26T06:22:12.828Z] ---> 3a9fd0c4141a [2021-03-26T06:22:12.828Z] Step 23/24 : LABEL git_sha=241a7c3479784cd79e79abb99437b7eaa15f4b64 [2021-03-26T06:22:13.108Z] ---> Running in a73069d8b4cb [2021-03-26T06:22:13.381Z] ---> d80db0798af0 [2021-03-26T06:22:13.381Z] Removing intermediate container 861c277d0069 [2021-03-26T06:22:13.381Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-03-26T06:22:13.381Z] ---> 25fb290e6c01 [2021-03-26T06:22:13.381Z] Step 23/23 : LABEL version=0.0.0 [2021-03-26T06:22:13.654Z] ---> Running in b252390d6c10 [2021-03-26T06:22:13.654Z] Removing intermediate container a73069d8b4cb [2021-03-26T06:22:13.654Z] ---> 25dd20ceb15b [2021-03-26T06:22:13.654Z] Step 24/24 : LABEL version=0.0.0 [2021-03-26T06:22:13.933Z] ---> Running in 7a98f64711c7 [2021-03-26T06:22:14.206Z] Removing intermediate container b252390d6c10 [2021-03-26T06:22:14.206Z] ---> 6504078481e5 [2021-03-26T06:22:14.206Z] [2021-03-26T06:22:14.480Z] ---> 0a4febbd7fe2 [2021-03-26T06:22:14.480Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-03-26T06:22:14.753Z] Successfully built 6504078481e5 [2021-03-26T06:22:14.753Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-03-26T06:22:14.753Z] Removing intermediate container 7a98f64711c7 [2021-03-26T06:22:14.753Z] ---> c2b0a38944d9 [2021-03-26T06:22:14.753Z]  Building docker-core-metadata-go ... done  [2021-03-26T06:22:15.026Z] Successfully built c2b0a38944d9 [2021-03-26T06:22:15.026Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-03-26T06:22:15.299Z]  Building docker-security-secretstore-setup-go ... done  ---> ac2bb27b482f [2021-03-26T06:22:15.299Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-03-26T06:22:15.900Z] ---> Running in a15ccd7e79f6 [2021-03-26T06:22:16.490Z] Removing intermediate container a15ccd7e79f6 [2021-03-26T06:22:16.490Z] ---> 76e0c482b22b [2021-03-26T06:22:16.490Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-03-26T06:22:17.110Z] ---> 21a312c9e94c [2021-03-26T06:22:17.110Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-03-26T06:22:17.379Z] ---> Running in e4e674e92bf6 [2021-03-26T06:22:19.984Z] Removing intermediate container e4e674e92bf6 [2021-03-26T06:22:19.984Z] ---> e20bf3ab55f3 [2021-03-26T06:22:19.984Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-03-26T06:22:19.984Z] ---> Running in 334cedc42e88 [2021-03-26T06:22:20.257Z] Removing intermediate container 334cedc42e88 [2021-03-26T06:22:20.257Z] ---> 9085886ccfdd [2021-03-26T06:22:20.257Z] Step 28/31 : CMD ["gate"] [2021-03-26T06:22:20.530Z] ---> Running in f794c23bf9c3 [2021-03-26T06:22:21.143Z] Removing intermediate container f794c23bf9c3 [2021-03-26T06:22:21.143Z] ---> 61165b7013d4 [2021-03-26T06:22:21.143Z] Step 29/31 : LABEL arch=arm64 [2021-03-26T06:22:21.416Z] ---> Running in 551cbde194f5 [2021-03-26T06:22:22.011Z] Removing intermediate container 551cbde194f5 [2021-03-26T06:22:22.011Z] ---> 8d16a4b9d9e6 [2021-03-26T06:22:22.011Z] Step 30/31 : LABEL git_sha=241a7c3479784cd79e79abb99437b7eaa15f4b64 [2021-03-26T06:22:22.283Z] ---> Running in 76880b07a9e0 [2021-03-26T06:22:22.555Z] Removing intermediate container 76880b07a9e0 [2021-03-26T06:22:22.555Z] ---> 5a408b3b4354 [2021-03-26T06:22:22.555Z] Step 31/31 : LABEL version=0.0.0 [2021-03-26T06:22:22.829Z] ---> Running in b423a256a98b [2021-03-26T06:22:23.422Z] Removing intermediate container b423a256a98b [2021-03-26T06:22:23.422Z] ---> d3e569360a4e [2021-03-26T06:22:23.422Z] [2021-03-26T06:22:23.694Z] Successfully built d3e569360a4e [2021-03-26T06:22:23.694Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-03-26T06:22:23.980Z]  Building docker-security-bootstrapper-go ... done  [Pipeline] } [2021-03-26T06:22:23.971Z] $ docker stop --time=1 833d8dd9b98ebe496061e36f250e9159afd1692a134058cb13b1c7767184212c [2021-03-26T06:22:25.844Z] $ docker rm -f 833d8dd9b98ebe496061e36f250e9159afd1692a134058cb13b1c7767184212c [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-26T06:22:26.580Z] + grep docker [2021-03-26T06:22:26.580Z] + docker images [2021-03-26T06:22:26.850Z] docker-security-bootstrapper-go-arm64 latest d3e569360a4e 3 seconds ago 17.9MB [2021-03-26T06:22:26.850Z] docker-security-secretstore-setup-go-arm64 latest c2b0a38944d9 12 seconds ago 23.7MB [2021-03-26T06:22:26.850Z] docker-core-metadata-go-arm64 latest 6504078481e5 13 seconds ago 17.9MB [2021-03-26T06:22:26.850Z] docker-security-proxy-setup-go-arm64 latest de198178ef1e 17 seconds ago 23.4MB [2021-03-26T06:22:26.850Z] docker-sys-mgmt-agent-go-arm64 latest c09ff99c7e30 2 minutes ago 300MB [2021-03-26T06:22:26.850Z] docker-core-data-go-arm64 latest 32bcf482409e 3 minutes ago 21.4MB [2021-03-26T06:22:26.850Z] docker-support-notifications-go-arm64 latest f63a774b5e65 3 minutes ago 16.9MB [2021-03-26T06:22:26.850Z] docker-support-scheduler-go-arm64 latest 3df4f51fb7a0 3 minutes ago 16.4MB [2021-03-26T06:22:26.850Z] docker-core-command-go-arm64 latest 86135dec7e30 3 minutes ago 16.3MB [2021-03-26T06:22:26.850Z] docker 20.10.0 eeaf43b92773 3 months ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh [2021-03-26T06:22:27.964Z] ---> job-cost.sh [2021-03-26T06:22:27.965Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-2tfD [2021-03-26T06:23:06.903Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-03-26T06:24:43.630Z] lf-activate-venv(): INFO: Adding /tmp/venv-2tfD/bin to PATH [2021-03-26T06:24:43.630Z] INFO: No Stack... [2021-03-26T06:24:43.630Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-03-26T06:24:43.630Z] INFO: Archiving Costs [Pipeline] sh [2021-03-26T06:24:43.963Z] + cut -d, -f6 [2021-03-26T06:24:43.964Z] + cat /w/workspace/edgex-go/2/archives/cost.csv [Pipeline] lock [2021-03-26T06:24:44.068Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3299-2-stack-cost] [2021-03-26T06:24:44.078Z] Resource [jenkins-edgexfoundry-edgex-go-PR-3299-2-stack-cost] did not exist. Created. [2021-03-26T06:24:44.078Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3299-2-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-03-26T06:24:44.501Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-03-26T06:24:44.823Z] Stashed 1 file(s) [Pipeline] } [2021-03-26T06:24:44.837Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3299-2-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2021-03-26T06:24:46.116Z] provisioning config files... [2021-03-26T06:24:46.132Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/2@tmp/config2211252518488399682tmp [Pipeline] { [Pipeline] sh [2021-03-26T06:24:46.657Z] + set +x [2021-03-26T06:24:46.657Z] + curl -s https://codecov.io/bash [2021-03-26T06:24:46.657Z] + bash -s -- [2021-03-26T06:24:46.926Z] [2021-03-26T06:24:46.926Z] _____ _ [2021-03-26T06:24:46.926Z] / ____| | | [2021-03-26T06:24:46.926Z] | | ___ __| | ___ ___ _____ __ [2021-03-26T06:24:46.926Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-03-26T06:24:46.926Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-03-26T06:24:46.926Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-03-26T06:24:46.926Z] Bash-20210309-2b87ace [2021-03-26T06:24:46.926Z] [2021-03-26T06:24:46.926Z] [2021-03-26T06:24:46.926Z] ==> git version 2.24.3 found [2021-03-26T06:24:46.926Z] ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 [2021-03-26T06:24:46.926Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-03-26T06:24:46.926Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-03-26T06:24:46.926Z] ==> Jenkins CI detected. [2021-03-26T06:24:46.926Z] project root: . [2021-03-26T06:24:46.926Z] --> token set from env [2021-03-26T06:24:46.926Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-03-26T06:24:46.926Z] ==> Running gcov in . (disable via -X gcov) [2021-03-26T06:24:46.926Z] ==> Python coveragepy not found [2021-03-26T06:24:46.926Z] ==> Searching for coverage reports in: [2021-03-26T06:24:46.926Z] + . [2021-03-26T06:24:46.926Z] -> Found 1 reports [2021-03-26T06:24:46.926Z] ==> Detecting git/mercurial file structure [2021-03-26T06:24:46.926Z] ==> Reading reports [2021-03-26T06:24:46.926Z] + ./coverage.out bytes=666212 [2021-03-26T06:24:46.926Z] ==> Appending adjustments [2021-03-26T06:24:46.926Z] https://docs.codecov.io/docs/fixing-reports [2021-03-26T06:24:50.311Z] + Found adjustments [2021-03-26T06:24:50.311Z] ==> Gzipping contents [2021-03-26T06:24:50.311Z] 96K /tmp/codecov.fya3yE.gz [2021-03-26T06:24:50.311Z] ==> Uploading reports [2021-03-26T06:24:50.311Z] url: https://codecov.io [2021-03-26T06:24:50.311Z] query: branch=PR-3299&commit=241a7c3479784cd79e79abb99437b7eaa15f4b64&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3299%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3299&job=&cmd_args= [2021-03-26T06:24:50.311Z] -> Pinging Codecov [2021-03-26T06:24:50.311Z] https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=PR-3299&commit=241a7c3479784cd79e79abb99437b7eaa15f4b64&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3299%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3299&job=&cmd_args= [2021-03-26T06:24:50.882Z] -> Uploading to [2021-03-26T06:24:50.882Z] https://storage.googleapis.com/codecov/v4/raw/2021-03-26/00271124DB129430A58F1EEE437C3FCB/241a7c3479784cd79e79abb99437b7eaa15f4b64/118d58d9-2222-4e6e-9875-cbcfa46a8aa8.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210326%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210326T062450Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=e3ac34058c9496cda9566531eef12ad53d5f6c0b1a146bfcfc6801502fb76e60 [2021-03-26T06:24:50.882Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-26T06:24:50.882Z] Dload Upload Total Spent Left Speed [2021-03-26T06:24:51.142Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 84 96748 0 0 84 81920 0 343k --:--:-- --:--:-- --:--:-- 343k 100 96748 0 0 100 96748 0 206k --:--:-- --:--:-- --:--:-- 206k [2021-03-26T06:24:51.142Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/241a7c3479784cd79e79abb99437b7eaa15f4b64 [Pipeline] } [2021-03-26T06:24:51.151Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2021-03-26T06:24:52.863Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-26T06:24:53.436Z] ---> package-listing.sh [2021-03-26T06:24:53.436Z] ++ facter osfamily [2021-03-26T06:24:53.436Z] ++ tr '[:upper:]' '[:lower:]' [2021-03-26T06:24:53.436Z] + OS_FAMILY=redhat [2021-03-26T06:24:53.436Z] + workspace=/w/workspace/edgex-go/2 [2021-03-26T06:24:53.436Z] + START_PACKAGES=/tmp/packages_start.txt [2021-03-26T06:24:53.436Z] + END_PACKAGES=/tmp/packages_end.txt [2021-03-26T06:24:53.436Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-03-26T06:24:53.436Z] + PACKAGES=/tmp/packages_start.txt [2021-03-26T06:24:53.436Z] + '[' /w/workspace/edgex-go/2 ']' [2021-03-26T06:24:53.436Z] + PACKAGES=/tmp/packages_end.txt [2021-03-26T06:24:53.436Z] + case "${OS_FAMILY}" in [2021-03-26T06:24:53.436Z] + rpm -qa [2021-03-26T06:24:53.436Z] + sort [2021-03-26T06:24:58.747Z] + '[' -f /tmp/packages_start.txt ']' [2021-03-26T06:24:58.747Z] + '[' -f /tmp/packages_end.txt ']' [2021-03-26T06:24:58.747Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-03-26T06:24:58.747Z] + '[' /w/workspace/edgex-go/2 ']' [2021-03-26T06:24:58.747Z] + mkdir -p /w/workspace/edgex-go/2/archives/ [2021-03-26T06:24:58.747Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/2/archives/ [Pipeline] echo [2021-03-26T06:24:58.775Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/2/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-03-26T06:25:00.499Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-03-26T06:25:00.888Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-26T06:25:00.888Z] [2021-03-26T06:25:00.888Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-03-26T06:25:01.247Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-26T06:25:01.248Z] alpine: Pulling from edgex-lftools-log-publisher [2021-03-26T06:25:01.248Z] df20fa9351a1: Pulling fs layer [2021-03-26T06:25:01.248Z] 36b3adc4ff6f: Pulling fs layer [2021-03-26T06:25:01.248Z] 8ad3a11d3b57: Pulling fs layer [2021-03-26T06:25:01.248Z] 46f8f816bc3b: Pulling fs layer [2021-03-26T06:25:01.248Z] 93b61091891f: Pulling fs layer [2021-03-26T06:25:01.248Z] 93b9cdb0e59b: Pulling fs layer [2021-03-26T06:25:01.248Z] 5e14af77c1be: Pulling fs layer [2021-03-26T06:25:01.248Z] 01666e4c0597: Pulling fs layer [2021-03-26T06:25:01.248Z] aa168da1d23b: Pulling fs layer [2021-03-26T06:25:01.248Z] 46f8f816bc3b: Waiting [2021-03-26T06:25:01.248Z] 93b61091891f: Waiting [2021-03-26T06:25:01.248Z] 93b9cdb0e59b: Waiting [2021-03-26T06:25:01.248Z] 5e14af77c1be: Waiting [2021-03-26T06:25:01.248Z] 01666e4c0597: Waiting [2021-03-26T06:25:01.248Z] aa168da1d23b: Waiting [2021-03-26T06:25:01.248Z] 36b3adc4ff6f: Verifying Checksum [2021-03-26T06:25:01.248Z] 36b3adc4ff6f: Download complete [2021-03-26T06:25:01.248Z] 46f8f816bc3b: Verifying Checksum [2021-03-26T06:25:01.248Z] 46f8f816bc3b: Download complete [2021-03-26T06:25:01.248Z] df20fa9351a1: Verifying Checksum [2021-03-26T06:25:01.248Z] df20fa9351a1: Download complete [2021-03-26T06:25:01.248Z] 93b9cdb0e59b: Verifying Checksum [2021-03-26T06:25:01.248Z] 93b9cdb0e59b: Download complete [2021-03-26T06:25:01.510Z] 5e14af77c1be: Download complete [2021-03-26T06:25:01.510Z] 93b61091891f: Verifying Checksum [2021-03-26T06:25:01.510Z] 93b61091891f: Download complete [2021-03-26T06:25:01.510Z] 01666e4c0597: Verifying Checksum [2021-03-26T06:25:01.510Z] 01666e4c0597: Download complete [2021-03-26T06:25:01.510Z] 8ad3a11d3b57: Verifying Checksum [2021-03-26T06:25:01.510Z] 8ad3a11d3b57: Download complete [2021-03-26T06:25:01.771Z] df20fa9351a1: Pull complete [2021-03-26T06:25:01.771Z] 36b3adc4ff6f: Pull complete [2021-03-26T06:25:03.704Z] aa168da1d23b: Verifying Checksum [2021-03-26T06:25:03.704Z] aa168da1d23b: Download complete [2021-03-26T06:25:04.649Z] 8ad3a11d3b57: Pull complete [2021-03-26T06:25:05.593Z] 46f8f816bc3b: Pull complete [2021-03-26T06:25:05.855Z] 93b61091891f: Pull complete [2021-03-26T06:25:05.855Z] 93b9cdb0e59b: Pull complete [2021-03-26T06:25:06.115Z] 5e14af77c1be: Pull complete [2021-03-26T06:25:06.115Z] 01666e4c0597: Pull complete [2021-03-26T06:25:16.192Z] aa168da1d23b: Pull complete [2021-03-26T06:25:16.192Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-03-26T06:25:16.192Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-26T06:25:16.192Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-03-26T06:25:16.358Z] prd-centos7-docker-4c-2g-31508 does not seem to be running inside a container [2021-03-26T06:25:16.404Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/2/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-03-26T06:25:18.683Z] $ docker top 0d879f6d533f54a1675bce9714627511816f93432a071d0622a5c185b597b7d1 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-26T06:25:19.226Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-03-26T06:25:19.521Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-03-26T06:25:19.816Z] + ls /var/log/sa-host [2021-03-26T06:25:19.816Z] + sadf -c /var/log/sa-host/sa23 [2021-03-26T06:25:19.816Z] file_magic: OK [2021-03-26T06:25:19.816Z] HZ: Using current value: 100 [2021-03-26T06:25:19.816Z] file_header: OK [2021-03-26T06:25:19.816Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-03-26T06:25:19.816Z] Statistics: [2021-03-26T06:25:19.816Z] Hnuu...uuuununununu... [2021-03-26T06:25:19.816Z] File successfully converted to sysstat format version 12.2.1 [2021-03-26T06:25:19.816Z] + sadf -c /var/log/sa-host/sa26 [2021-03-26T06:25:19.816Z] file_magic: OK [2021-03-26T06:25:19.816Z] HZ: Using current value: 100 [2021-03-26T06:25:19.816Z] file_header: OK [2021-03-26T06:25:19.816Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-03-26T06:25:19.816Z] Statistics: [2021-03-26T06:25:19.816Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-03-26T06:25:19.816Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-03-26T06:25:20.020Z] provisioning config files... [2021-03-26T06:25:20.034Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/2@tmp/config9020792412892786684tmp [Pipeline] { [Pipeline] echo [2021-03-26T06:25:20.113Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-26T06:25:20.411Z] ---> create-netrc.sh [Pipeline] } [2021-03-26T06:25:20.421Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-03-26T06:25:20.520Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-26T06:25:20.828Z] ---> python-tools-install.sh [Pipeline] echo [2021-03-26T06:25:20.838Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-26T06:25:21.176Z] ---> sudo-logs.sh [2021-03-26T06:25:21.176Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-03-26T06:25:21.233Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-26T06:25:21.541Z] ---> job-cost.sh [2021-03-26T06:25:21.541Z] lf-activate-venv: SKIPPING [2021-03-26T06:25:21.541Z] DEBUG: total: 0.20999999344348907 [2021-03-26T06:25:21.541Z] INFO: Retrieving Stack Cost... [2021-03-26T06:25:22.484Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-03-26T06:25:23.058Z] INFO: Archiving Costs [Pipeline] echo [2021-03-26T06:25:23.076Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-26T06:25:23.374Z] ---> logs-deploy.sh [2021-03-26T06:25:23.374Z] lf-activate-venv: SKIPPING [2021-03-26T06:25:23.374Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3299/2 [2021-03-26T06:25:23.374Z] INFO: archiving workspace using pattern(s): [2021-03-26T06:25:24.766Z] Archives upload complete. [2021-03-26T06:25:24.766Z] INFO: archiving logs to Nexus