jpwhitemn commented: recheck Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 49fe07c0865b4f764a46dfa194199239fc0884ee+26d77b84fb2d9fed3cb020dc876dcb0bb8438935 (85182d03ea5d1d4088a9bc713f631b1c6fcd52cc) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 57ded3389ef25720063a8030e5c426a6b7ea5b20 # timeout=10 Commit message: "Merge pull request #323 from siggiskulason/update-snap-build" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-31843 in /w/workspace/edgexfoundry_edgex-go_PR-3300 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/4 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/4 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit 26d77b84fb2d9fed3cb020dc876dcb0bb8438935 into PR head commit 49fe07c0865b4f764a46dfa194199239fc0884ee Merge succeeded, producing 49fe07c0865b4f764a46dfa194199239fc0884ee Checking out Revision 49fe07c0865b4f764a46dfa194199239fc0884ee (PR-3300) > 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/3300/head:refs/remotes/origin/PR-3300 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 49fe07c0865b4f764a46dfa194199239fc0884ee # 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 26d77b84fb2d9fed3cb020dc876dcb0bb8438935 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 49fe07c0865b4f764a46dfa194199239fc0884ee # timeout=10 Commit message: "Merge branch 'master' into dependabot/go_modules/github.com/edgexfoundry/go-mod-configuration/v2-2.0.0-dev.5" > git rev-list --no-walk 49fe07c0865b4f764a46dfa194199239fc0884ee # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-03-29T20:54:01.706Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-03-29T20:54:02.116Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-03-29T20:54:02.219Z] ========================================================= [2021-03-29T20:54:02.219Z] EdgeX Global Pipelines Version Info [2021-03-29T20:54:02.219Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-03-29T20:54:03.833Z] ------------------- [2021-03-29T20:54:03.833Z] stable info: [2021-03-29T20:54:03.833Z] ------------------- [2021-03-29T20:54:03.833Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-03-29T20:54:03.833Z] Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 [2021-03-29T20:54:03.833Z] Message: update stable to v1.0.186 [2021-03-29T20:54:04.777Z] ------------------- [2021-03-29T20:54:04.777Z] experimental info: [2021-03-29T20:54:04.777Z] ------------------- [2021-03-29T20:54:04.777Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-03-29T20:54:04.777Z] Commit SHA: d990d252097850d5d490fbb59df25296f5300d79 [2021-03-29T20:54:04.777Z] Message: update experimental to v1.0.188 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-03-29T20:54:05.043Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-03-29T20:54:05.131Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-03-29T20:54:05.220Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-03-29T20:54:05.346Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-03-29T20:54:05.434Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-03-29T20:54:05.524Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-03-29T20:54:05.613Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-03-29T20:54:05.713Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-03-29T20:54:05.802Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-03-29T20:54:05.898Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-03-29T20:54:06.008Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-03-29T20:54:06.097Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-03-29T20:54:06.183Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-03-29T20:54:06.268Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-03-29T20:54:06.355Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-03-29T20:54:06.439Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-03-29T20:54:06.524Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-03-29T20:54:06.610Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-03-29T20:54:06.697Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-03-29T20:54:06.798Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-03-29T20:54:06.903Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-03-29T20:54:07.008Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-03-29T20:54:07.121Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3300 [Pipeline] echo [2021-03-29T20:54:07.213Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3300 [Pipeline] echo [2021-03-29T20:54:07.308Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3300 [Pipeline] echo [2021-03-29T20:54:07.404Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 49fe07c0865b4f764a46dfa194199239fc0884ee [Pipeline] echo [2021-03-29T20:54:07.488Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 49fe07c [Pipeline] echo [2021-03-29T20:54:07.572Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-29T20:54:07.743Z] provisioning config files... [2021-03-29T20:54:07.776Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/4@tmp/config7292373824657577365tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-29T20:54:08.153Z] ---> docker-login.sh [2021-03-29T20:54:08.153Z] nexus3.edgexfoundry.org:10001 [2021-03-29T20:54:08.414Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-29T20:54:08.677Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-29T20:54:08.677Z] Configure a credential helper to remove this warning. See [2021-03-29T20:54:08.677Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-29T20:54:08.677Z] [2021-03-29T20:54:08.677Z] Login Succeeded [2021-03-29T20:54:08.677Z] nexus3.edgexfoundry.org:10002 [2021-03-29T20:54:08.677Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-29T20:54:08.677Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-29T20:54:08.677Z] Configure a credential helper to remove this warning. See [2021-03-29T20:54:08.677Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-29T20:54:08.677Z] [2021-03-29T20:54:08.677Z] Login Succeeded [2021-03-29T20:54:08.677Z] nexus3.edgexfoundry.org:10003 [2021-03-29T20:54:08.941Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-29T20:54:08.941Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-29T20:54:08.941Z] Configure a credential helper to remove this warning. See [2021-03-29T20:54:08.941Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-29T20:54:08.941Z] [2021-03-29T20:54:08.941Z] Login Succeeded [2021-03-29T20:54:08.941Z] nexus3.edgexfoundry.org:10004 [2021-03-29T20:54:09.201Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-29T20:54:09.201Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-29T20:54:09.201Z] Configure a credential helper to remove this warning. See [2021-03-29T20:54:09.201Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-29T20:54:09.201Z] [2021-03-29T20:54:09.201Z] Login Succeeded [2021-03-29T20:54:09.201Z] docker.io [2021-03-29T20:54:09.201Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-29T20:54:09.463Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-29T20:54:09.463Z] Configure a credential helper to remove this warning. See [2021-03-29T20:54:09.463Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-29T20:54:09.463Z] [2021-03-29T20:54:09.463Z] Login Succeeded [2021-03-29T20:54:09.463Z] ---> docker-login.sh ends [Pipeline] } [2021-03-29T20:54:09.472Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-29T20:54:09.927Z] ++ 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-29T20:54:09.927Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-29T20:54:09.927Z] ++ dirname cmd/core-command/Dockerfile [2021-03-29T20:54:09.927Z] ++ cut -d/ -f2 [2021-03-29T20:54:09.927Z] + echo core-command,cmd/core-command/Dockerfile [2021-03-29T20:54:09.927Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-29T20:54:09.927Z] ++ dirname cmd/core-data/Dockerfile [2021-03-29T20:54:09.927Z] ++ cut -d/ -f2 [2021-03-29T20:54:09.927Z] + echo core-data,cmd/core-data/Dockerfile [2021-03-29T20:54:09.927Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-29T20:54:09.927Z] ++ dirname cmd/core-metadata/Dockerfile [2021-03-29T20:54:09.927Z] ++ cut -d/ -f2 [2021-03-29T20:54:09.927Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-03-29T20:54:09.927Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-29T20:54:09.927Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-03-29T20:54:09.927Z] ++ cut -d/ -f2 [2021-03-29T20:54:09.927Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-03-29T20:54:09.927Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-29T20:54:09.927Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-03-29T20:54:09.927Z] ++ cut -d/ -f2 [2021-03-29T20:54:09.927Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-03-29T20:54:09.927Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-29T20:54:09.927Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-03-29T20:54:09.927Z] ++ cut -d/ -f2 [2021-03-29T20:54:09.927Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-03-29T20:54:09.927Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-29T20:54:09.927Z] ++ dirname cmd/support-notifications/Dockerfile [2021-03-29T20:54:09.927Z] ++ cut -d/ -f2 [2021-03-29T20:54:09.927Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-03-29T20:54:09.927Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-29T20:54:09.927Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-03-29T20:54:09.927Z] ++ cut -d/ -f2 [2021-03-29T20:54:09.927Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-03-29T20:54:09.927Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-29T20:54:09.927Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-03-29T20:54:09.927Z] ++ cut -d/ -f2 [2021-03-29T20:54:09.927Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-03-29T20:54:09.995Z] 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-29T20:54:11.428Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-29T20:54:11.428Z] [2021-03-29T20:54:11.428Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-03-29T20:54:11.813Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-29T20:54:11.813Z] latest: Pulling from edgex-devops/git-semver [2021-03-29T20:54:11.813Z] 31603596830f: Pulling fs layer [2021-03-29T20:54:11.813Z] 2a8b12db71e7: Pulling fs layer [2021-03-29T20:54:11.813Z] 6ca5941a6612: Pulling fs layer [2021-03-29T20:54:11.813Z] ecc8261a40a4: Pulling fs layer [2021-03-29T20:54:11.813Z] ecc8261a40a4: Waiting [2021-03-29T20:54:11.813Z] 2a8b12db71e7: Verifying Checksum [2021-03-29T20:54:11.813Z] 2a8b12db71e7: Download complete [2021-03-29T20:54:12.078Z] 31603596830f: Verifying Checksum [2021-03-29T20:54:12.078Z] 31603596830f: Download complete [2021-03-29T20:54:12.078Z] ecc8261a40a4: Verifying Checksum [2021-03-29T20:54:12.078Z] ecc8261a40a4: Download complete [2021-03-29T20:54:12.078Z] 6ca5941a6612: Verifying Checksum [2021-03-29T20:54:12.078Z] 6ca5941a6612: Download complete [2021-03-29T20:54:12.339Z] 31603596830f: Pull complete [2021-03-29T20:54:12.339Z] 2a8b12db71e7: Pull complete [2021-03-29T20:54:13.299Z] 6ca5941a6612: Pull complete [2021-03-29T20:54:13.299Z] ecc8261a40a4: Pull complete [2021-03-29T20:54:13.561Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-03-29T20:54:13.561Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-29T20:54:13.561Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-03-29T20:54:13.655Z] prd-centos7-docker-4c-2g-31843 does not seem to be running inside a container [2021-03-29T20:54:13.702Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-03-29T20:54:16.231Z] $ docker top af6c95c621de8926b32f387e9e513579b38b7d9accf1ea7246610bf167375ebb -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-29T20:54:16.524Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-29T20:54:16.524Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-29T20:54:16.732Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-29T20:54:16.734Z] $ docker exec af6c95c621de8926b32f387e9e513579b38b7d9accf1ea7246610bf167375ebb ssh-agent [2021-03-29T20:54:16.889Z] SSH_AUTH_SOCK=/tmp/ssh-JhhMai0HZaTh/agent.11 [2021-03-29T20:54:16.889Z] SSH_AGENT_PID=16 [2021-03-29T20:54:16.900Z] Running ssh-add (command line suppressed) [2021-03-29T20:54:17.015Z] Identity added: /w/workspace/edgex-go/4@tmp/private_key_5488425404266514832.key (/w/workspace/edgex-go/4@tmp/private_key_5488425404266514832.key) [2021-03-29T20:54:17.068Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-29T20:54:17.423Z] + git tag --points-at HEAD [Pipeline] } [2021-03-29T20:54:17.443Z] $ docker exec --env ******** --env ******** af6c95c621de8926b32f387e9e513579b38b7d9accf1ea7246610bf167375ebb ssh-agent -k [2021-03-29T20:54:17.556Z] unset SSH_AUTH_SOCK; [2021-03-29T20:54:17.557Z] unset SSH_AGENT_PID; [2021-03-29T20:54:17.557Z] echo Agent pid 16 killed; [2021-03-29T20:54:17.610Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-03-29T20:54:17.760Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-29T20:54:17.761Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-29T20:54:17.912Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-29T20:54:17.914Z] $ docker exec af6c95c621de8926b32f387e9e513579b38b7d9accf1ea7246610bf167375ebb ssh-agent [2021-03-29T20:54:18.061Z] SSH_AUTH_SOCK=/tmp/ssh-UhEXD6i5PnFN/agent.47 [2021-03-29T20:54:18.061Z] SSH_AGENT_PID=52 [2021-03-29T20:54:18.067Z] Running ssh-add (command line suppressed) [2021-03-29T20:54:18.178Z] Identity added: /w/workspace/edgex-go/4@tmp/private_key_2767104504957507379.key (/w/workspace/edgex-go/4@tmp/private_key_2767104504957507379.key) [2021-03-29T20:54:18.228Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-29T20:54:18.556Z] + git semver init [2021-03-29T20:54:18.556Z] # -> Open(): unable to determine branch for HEAD [2021-03-29T20:54:18.556Z] # $GIT_DIR = /w/workspace/edgex-go/4/.git [2021-03-29T20:54:18.556Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/4 [2021-03-29T20:54:18.556Z] # $SEMVER_REMOTE_NAME = origin [2021-03-29T20:54:18.556Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-29T20:54:18.556Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-29T20:54:18.556Z] # $SEMVER_BRANCH = PR-3300 [2021-03-29T20:54:18.556Z] # $SEMVER_TEMP = /tmp/semver-123921707 [2021-03-29T20:54:18.556Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-03-29T20:54:36.694Z] # '/tmp/semver-123921707' -> '/w/workspace/edgex-go/4/.semver' [2021-03-29T20:54:36.694Z] # -> Force: false [2021-03-29T20:54:36.959Z] # $SEMVER_DIR = /w/workspace/edgex-go/4/.semver [Pipeline] } [2021-03-29T20:54:36.974Z] $ docker exec --env ******** --env ******** af6c95c621de8926b32f387e9e513579b38b7d9accf1ea7246610bf167375ebb ssh-agent -k [2021-03-29T20:54:37.203Z] unset SSH_AUTH_SOCK; [2021-03-29T20:54:37.204Z] unset SSH_AGENT_PID; [2021-03-29T20:54:37.204Z] echo Agent pid 52 killed; [2021-03-29T20:54:37.295Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-29T20:54:37.756Z] + git semver [Pipeline] } [2021-03-29T20:54:37.772Z] $ docker stop --time=1 af6c95c621de8926b32f387e9e513579b38b7d9accf1ea7246610bf167375ebb [2021-03-29T20:54:39.340Z] $ docker rm -f af6c95c621de8926b32f387e9e513579b38b7d9accf1ea7246610bf167375ebb [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-29T20:54:40.005Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-03-29T20:54:40.618Z] Stashed 1 file(s) [Pipeline] echo [2021-03-29T20:54:40.621Z] [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-29T20:54:41.473Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-03-29T20:54:41.772Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-29T20:54:42.069Z] + sudo service docker restart [2021-03-29T20:54:42.069Z] + true [2021-03-29T20:54:42.069Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-03-29T20:54:42.667Z] ========================================================= [2021-03-29T20:54:42.668Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-03-29T20:54:42.668Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-29T20:54:43.020Z] + 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-29T20:54:46.362Z] Sending build context to Docker daemon 328.9MB [2021-03-29T20:54:46.362Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-03-29T20:54:46.362Z] Step 2/6 : FROM ${BASE} [2021-03-29T20:54:46.362Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-03-29T20:54:46.362Z] 188c0c94c7c5: Pulling fs layer [2021-03-29T20:54:46.362Z] 0ef7d3d256c8: Pulling fs layer [2021-03-29T20:54:46.362Z] de9db76c5a1d: Pulling fs layer [2021-03-29T20:54:46.362Z] bca2f99d35d6: Pulling fs layer [2021-03-29T20:54:46.362Z] 93359f2a8cfa: Pulling fs layer [2021-03-29T20:54:46.362Z] 7c6f9722023f: Pulling fs layer [2021-03-29T20:54:46.362Z] a35cf1a2eb13: Pulling fs layer [2021-03-29T20:54:46.362Z] 93359f2a8cfa: Waiting [2021-03-29T20:54:46.362Z] 7c6f9722023f: Waiting [2021-03-29T20:54:46.362Z] a35cf1a2eb13: Waiting [2021-03-29T20:54:46.362Z] bca2f99d35d6: Waiting [2021-03-29T20:54:46.362Z] de9db76c5a1d: Verifying Checksum [2021-03-29T20:54:46.362Z] de9db76c5a1d: Download complete [2021-03-29T20:54:46.362Z] 0ef7d3d256c8: Verifying Checksum [2021-03-29T20:54:46.362Z] 0ef7d3d256c8: Download complete [2021-03-29T20:54:46.362Z] 93359f2a8cfa: Verifying Checksum [2021-03-29T20:54:46.362Z] 93359f2a8cfa: Download complete [2021-03-29T20:54:46.362Z] 188c0c94c7c5: Verifying Checksum [2021-03-29T20:54:46.362Z] 188c0c94c7c5: Download complete [2021-03-29T20:54:46.362Z] 7c6f9722023f: Verifying Checksum [2021-03-29T20:54:46.362Z] 7c6f9722023f: Download complete [2021-03-29T20:54:46.936Z] 188c0c94c7c5: Pull complete [2021-03-29T20:54:46.936Z] 0ef7d3d256c8: Pull complete [2021-03-29T20:54:47.206Z] de9db76c5a1d: Pull complete [2021-03-29T20:54:48.645Z] a35cf1a2eb13: Verifying Checksum [2021-03-29T20:54:48.645Z] a35cf1a2eb13: Download complete [2021-03-29T20:54:49.605Z] bca2f99d35d6: Verifying Checksum [2021-03-29T20:54:49.605Z] bca2f99d35d6: Download complete [2021-03-29T20:54:54.922Z] bca2f99d35d6: Pull complete [2021-03-29T20:54:54.922Z] 93359f2a8cfa: Pull complete [2021-03-29T20:54:54.922Z] 7c6f9722023f: Pull complete [2021-03-29T20:54:55.973Z] Still waiting to schedule task [2021-03-29T20:54:55.973Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2021-03-29T20:54:59.148Z] a35cf1a2eb13: Pull complete [2021-03-29T20:54:59.149Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-03-29T20:54:59.149Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-03-29T20:54:59.149Z] ---> a62c8e92a672 [2021-03-29T20:54:59.149Z] 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-29T20:54:59.149Z] ---> Running in ba9a77391d5f [2021-03-29T20:55:00.100Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-29T20:55:00.679Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-29T20:55:01.252Z] (1/12) Installing libmagic (5.38-r0) [2021-03-29T20:55:01.518Z] (2/12) Installing file (5.38-r0) [2021-03-29T20:55:01.518Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-03-29T20:55:01.518Z] (4/12) Installing g++ (9.3.0-r2) [2021-03-29T20:55:05.747Z] (5/12) Installing fortify-headers (1.1-r0) [2021-03-29T20:55:05.747Z] (6/12) Installing patch (2.7.6-r6) [2021-03-29T20:55:05.747Z] (7/12) Installing build-base (0.5-r2) [2021-03-29T20:55:05.747Z] (8/12) Installing libsodium (1.0.18-r0) [2021-03-29T20:55:05.747Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-03-29T20:55:05.747Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-03-29T20:55:05.747Z] (11/12) Installing libzmq (4.3.3-r0) [2021-03-29T20:55:05.747Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-03-29T20:55:05.747Z] Executing busybox-1.31.1-r19.trigger [2021-03-29T20:55:05.747Z] OK: 233 MiB in 51 packages [2021-03-29T20:55:09.965Z] Removing intermediate container ba9a77391d5f [2021-03-29T20:55:09.965Z] ---> 854fd89c4910 [2021-03-29T20:55:09.965Z] Step 4/6 : WORKDIR /edgex-go [2021-03-29T20:55:09.965Z] ---> Running in 1317f479e212 [2021-03-29T20:55:09.965Z] Removing intermediate container 1317f479e212 [2021-03-29T20:55:09.965Z] ---> 874459fa3a65 [2021-03-29T20:55:09.965Z] Step 5/6 : COPY go.mod . [2021-03-29T20:55:09.965Z] ---> 0f3f0ec3b51c [2021-03-29T20:55:09.965Z] Step 6/6 : RUN go mod download [2021-03-29T20:55:09.965Z] ---> Running in 6c56bb716f7c [2021-03-29T20:55:31.980Z] Removing intermediate container 6c56bb716f7c [2021-03-29T20:55:31.980Z] ---> 3bc0c13f30ed [2021-03-29T20:55:31.980Z] Successfully built 3bc0c13f30ed [2021-03-29T20:55:31.980Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-29T20:55:32.302Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-29T20:55:32.302Z] . [Pipeline] withDockerContainer [2021-03-29T20:55:32.398Z] prd-centos7-docker-4c-2g-31843 does not seem to be running inside a container [2021-03-29T20:55:32.445Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-03-29T20:55:33.209Z] $ docker top d1bb98ef87f8c14ff0e5bc1766f4e0b465a6457b427e8462eb55939564be2510 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-29T20:55:33.713Z] + go version [2021-03-29T20:55:33.713Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-03-29T20:55:33.726Z] $ docker stop --time=1 d1bb98ef87f8c14ff0e5bc1766f4e0b465a6457b427e8462eb55939564be2510 [2021-03-29T20:55:35.076Z] $ docker rm -f d1bb98ef87f8c14ff0e5bc1766f4e0b465a6457b427e8462eb55939564be2510 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-29T20:55:35.870Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-29T20:55:35.870Z] . [Pipeline] withDockerContainer [2021-03-29T20:55:35.963Z] prd-centos7-docker-4c-2g-31843 does not seem to be running inside a container [2021-03-29T20:55:36.007Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-03-29T20:55:36.639Z] $ docker top 7762dba8e353283434ada256353a076f70ba204fbd9a6d57152905e44eda4ef8 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-03-29T20:55:36.804Z] ========================================================= [2021-03-29T20:55:36.804Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-03-29T20:55:36.804Z] ========================================================= [Pipeline] sh [2021-03-29T20:55:37.096Z] + make test [2021-03-29T20:55:37.096Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-03-29T20:55:45.292Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-03-29T20:56:03.634Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-03-29T20:56:05.615Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-03-29T20:56:08.962Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-03-29T20:56:08.963Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-03-29T20:56:08.963Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-03-29T20:56:08.963Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-03-29T20:56:09.225Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-03-29T20:56:09.812Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-03-29T20:56:10.772Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-03-29T20:56:11.367Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-03-29T20:56:13.959Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-03-29T20:56:13.959Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-03-29T20:56:13.959Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-03-29T20:56:16.595Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.125s coverage: 45.9% of statements [2021-03-29T20:56:16.595Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-03-29T20:56:16.595Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-03-29T20:56:16.595Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-03-29T20:56:16.595Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-03-29T20:56:16.595Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-03-29T20:56:16.595Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-03-29T20:56:16.595Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.071s coverage: 19.8% of statements [2021-03-29T20:56:16.595Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.091s coverage: 100.0% of statements [2021-03-29T20:56:19.958Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.198s coverage: 27.1% of statements [2021-03-29T20:56:19.958Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-03-29T20:56:19.958Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-03-29T20:56:19.958Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-03-29T20:56:19.958Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-03-29T20:56:19.958Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-03-29T20:56:19.958Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-03-29T20:56:19.958Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.045s coverage: 100.0% of statements [2021-03-29T20:56:19.958Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-03-29T20:56:19.958Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.355s coverage: 100.0% of statements [2021-03-29T20:56:19.958Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-03-29T20:56:19.958Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-03-29T20:56:19.958Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.094s coverage: 71.3% of statements [2021-03-29T20:56:19.958Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-03-29T20:56:19.958Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-03-29T20:56:20.920Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.147s coverage: 82.9% of statements [2021-03-29T20:56:20.920Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-03-29T20:56:20.920Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-03-29T20:56:20.920Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.070s coverage: 78.9% of statements [2021-03-29T20:56:20.920Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-03-29T20:56:22.904Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.336s coverage: 28.6% of statements [2021-03-29T20:56:22.904Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-03-29T20:56:22.904Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-03-29T20:56:22.904Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-03-29T20:56:22.904Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-03-29T20:56:22.904Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-03-29T20:56:22.904Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.083s coverage: 100.0% of statements [2021-03-29T20:56:22.904Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-03-29T20:56:22.904Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.063s coverage: 100.0% of statements [2021-03-29T20:56:22.904Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-03-29T20:56:22.905Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.114s coverage: 86.7% of statements [2021-03-29T20:56:22.905Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-03-29T20:56:22.905Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.148s coverage: 97.5% of statements [2021-03-29T20:56:22.905Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-03-29T20:56:23.497Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.109s coverage: 78.3% of statements [2021-03-29T20:56:23.497Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-03-29T20:56:23.497Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-03-29T20:56:23.497Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-03-29T20:56:23.497Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-03-29T20:56:26.117Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.347s coverage: 92.8% of statements [2021-03-29T20:56:26.117Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-03-29T20:56:26.117Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-03-29T20:56:26.117Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-03-29T20:56:26.117Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-03-29T20:56:26.117Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-03-29T20:56:26.117Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-03-29T20:56:26.117Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-03-29T20:56:26.117Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-03-29T20:56:26.117Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-03-29T20:56:26.117Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-03-29T20:56:26.117Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-03-29T20:56:26.117Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-03-29T20:56:26.117Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-03-29T20:56:26.117Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-03-29T20:56:26.117Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-03-29T20:56:26.117Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-03-29T20:56:26.117Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-03-29T20:56:26.117Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-03-29T20:56:26.117Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.043s coverage: 58.8% of statements [2021-03-29T20:56:26.117Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-03-29T20:56:26.117Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-03-29T20:56:26.117Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.070s coverage: 1.0% of statements [2021-03-29T20:56:26.117Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-03-29T20:56:26.117Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-03-29T20:56:26.117Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-03-29T20:56:26.117Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.088s coverage: 47.1% of statements [2021-03-29T20:56:26.117Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.076s coverage: 79.5% of statements [2021-03-29T20:56:26.117Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.069s coverage: 94.1% of statements [2021-03-29T20:56:26.117Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.091s coverage: 96.3% of statements [2021-03-29T20:56:26.387Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.045s coverage: 87.5% of statements [2021-03-29T20:56:38.824Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.074s coverage: 94.4% of statements [2021-03-29T20:56:38.824Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.059s coverage: 44.8% of statements [2021-03-29T20:56:40.281Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-31846 in /w/workspace/edgexfoundry_edgex-go_PR-3300 [Pipeline] { [Pipeline] ws [2021-03-29T20:56:40.357Z] Running in /w/workspace/edgex-go/4 [Pipeline] { [Pipeline] checkout [2021-03-29T20:56:40.764Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.216s coverage: 82.6% of statements [2021-03-29T20:56:45.581Z] using credential edgex-jenkins-ssh [2021-03-29T20:56:45.642Z] Cloning the remote Git repository [2021-03-29T20:56:45.700Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-03-29T20:56:45.815Z] > git init /w/workspace/edgex-go/4 # timeout=10 [2021-03-29T20:56:45.886Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-29T20:56:45.886Z] > git --version # timeout=10 [2021-03-29T20:56:45.904Z] > git --version # 'git version 2.17.1' [2021-03-29T20:56:45.906Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-29T20:56:45.998Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-29T20:56:53.089Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.086s coverage: 92.9% of statements [2021-03-29T20:56:53.089Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-03-29T20:56:53.089Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-03-29T20:56:53.089Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-03-29T20:56:53.089Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.033s coverage: 77.8% of statements [2021-03-29T20:56:53.089Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-03-29T20:56:53.089Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-03-29T20:56:53.089Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-03-29T20:56:53.089Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-03-29T20:56:53.089Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-03-29T20:56:53.089Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.035s coverage: 87.2% of statements [2021-03-29T20:56:53.089Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-03-29T20:56:53.089Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-03-29T20:56:53.089Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.053s coverage: 100.0% of statements [2021-03-29T20:56:53.089Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-03-29T20:56:53.089Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.064s coverage: 75.5% of statements [2021-03-29T20:56:53.089Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-03-29T20:56:53.089Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.150s coverage: 80.8% of statements [2021-03-29T20:56:53.089Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.084s coverage: 87.2% of statements [2021-03-29T20:56:53.089Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.055s coverage: 84.6% of statements [2021-03-29T20:56:53.089Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.127s coverage: 91.6% of statements [2021-03-29T20:56:53.089Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-03-29T20:56:53.089Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.243s coverage: 64.4% of statements [2021-03-29T20:56:53.089Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-03-29T20:56:53.089Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-03-29T20:56:53.089Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.046s coverage: 100.0% of statements [2021-03-29T20:56:53.089Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.037s coverage: 91.3% of statements [2021-03-29T20:56:53.089Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.049s coverage: 100.0% of statements [2021-03-29T20:56:53.089Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.056s coverage: 73.7% of statements [2021-03-29T20:56:53.089Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.040s coverage: 100.0% of statements [2021-03-29T20:56:53.089Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.390s coverage: 69.0% of statements [2021-03-29T20:56:53.089Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-03-29T20:56:53.089Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-03-29T20:56:53.089Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-03-29T20:56:53.089Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.118s coverage: 38.4% of statements [2021-03-29T20:56:53.089Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-03-29T20:56:53.089Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-03-29T20:56:53.089Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.039s coverage: 89.5% of statements [2021-03-29T20:56:53.089Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-03-29T20:56:53.089Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.038s coverage: 84.8% of statements [2021-03-29T20:56:53.089Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.142s coverage: 47.0% of statements [2021-03-29T20:56:53.089Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-03-29T20:56:53.089Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-03-29T20:56:53.089Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-03-29T20:56:53.089Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-03-29T20:56:53.089Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-03-29T20:56:53.089Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.046s coverage: 100.0% of statements [2021-03-29T20:56:53.089Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-03-29T20:56:53.089Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.046s coverage: 100.0% of statements [2021-03-29T20:56:53.089Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-03-29T20:56:53.089Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-03-29T20:56:53.089Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-03-29T20:56:53.089Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-03-29T20:56:53.089Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.160s coverage: 87.1% of statements [2021-03-29T20:56:53.089Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-03-29T20:56:53.089Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-03-29T20:56:53.089Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-03-29T20:56:53.089Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.796s coverage: 29.1% of statements [2021-03-29T20:56:53.089Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-03-29T20:56:53.089Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-03-29T20:56:53.089Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-03-29T20:56:53.089Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-03-29T20:56:53.089Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-03-29T20:56:53.089Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.070s coverage: 99.0% of statements [2021-03-29T20:56:53.089Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-03-29T20:56:53.089Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.070s coverage: 100.0% of statements [2021-03-29T20:56:53.089Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-03-29T20:56:53.089Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-03-29T20:56:53.089Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-03-29T20:56:53.089Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-03-29T20:56:53.089Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.103s coverage: 94.6% of statements [2021-03-29T20:56:53.090Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-03-29T20:56:53.090Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-03-29T20:56:53.090Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-03-29T20:56:53.090Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.037s coverage: 0.0% of statements [2021-03-29T20:56:53.090Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-03-29T20:56:53.090Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.033s coverage: 100.0% of statements [2021-03-29T20:56:53.090Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-03-29T20:56:53.090Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-03-29T20:56:53.090Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-03-29T20:56:53.090Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-03-29T20:56:53.090Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.045s coverage: 87.9% of statements [2021-03-29T20:56:53.090Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-03-29T20:56:53.090Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-03-29T20:56:53.090Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.045s coverage: 100.0% of statements [2021-03-29T20:56:53.090Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.043s coverage: 32.1% of statements [2021-03-29T20:56:53.090Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.042s coverage: 100.0% of statements [2021-03-29T20:56:53.090Z] GO111MODULE=on go vet ./... [2021-03-29T20:57:02.126Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-29T20:57:02.151Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-29T20:57:02.188Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-29T20:57:02.257Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-29T20:57:02.257Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-29T20:57:02.269Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3300/head:refs/remotes/origin/PR-3300 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-29T20:57:03.581Z] Merging remotes/origin/master commit 26d77b84fb2d9fed3cb020dc876dcb0bb8438935 into PR head commit 49fe07c0865b4f764a46dfa194199239fc0884ee [2021-03-29T20:57:04.002Z] Merge succeeded, producing 49fe07c0865b4f764a46dfa194199239fc0884ee [2021-03-29T20:57:04.003Z] Checking out Revision 49fe07c0865b4f764a46dfa194199239fc0884ee (PR-3300) [2021-03-29T20:57:03.596Z] > git config core.sparsecheckout # timeout=10 [2021-03-29T20:57:03.622Z] > git checkout -f 49fe07c0865b4f764a46dfa194199239fc0884ee # timeout=10 [2021-03-29T20:57:03.921Z] > git remote # timeout=10 [2021-03-29T20:57:03.940Z] > git config --get remote.origin.url # timeout=10 [2021-03-29T20:57:03.961Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-29T20:57:03.970Z] > git merge 26d77b84fb2d9fed3cb020dc876dcb0bb8438935 # timeout=10 [2021-03-29T20:57:03.990Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-03-29T20:57:04.008Z] > git config core.sparsecheckout # timeout=10 [2021-03-29T20:57:04.017Z] > git checkout -f 49fe07c0865b4f764a46dfa194199239fc0884ee # timeout=10 [2021-03-29T20:57:08.348Z] Commit message: "Merge branch 'master' into dependabot/go_modules/github.com/edgexfoundry/go-mod-configuration/v2-2.0.0-dev.5" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-03-29T20:57:09.722Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-03-29T20:57:10.128Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-29T20:57:10.528Z] + + truesudo [2021-03-29T20:57:10.528Z] service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-29T20:57:12.621Z] provisioning config files... [2021-03-29T20:57:12.668Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/4@tmp/config4288694027876476251tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-29T20:57:13.114Z] ---> docker-login.sh [2021-03-29T20:57:13.114Z] nexus3.edgexfoundry.org:10001 [2021-03-29T20:57:13.710Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-29T20:57:14.314Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-29T20:57:14.314Z] Configure a credential helper to remove this warning. See [2021-03-29T20:57:14.314Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-29T20:57:14.314Z] [2021-03-29T20:57:14.314Z] Login Succeeded [2021-03-29T20:57:14.314Z] nexus3.edgexfoundry.org:10002 [2021-03-29T20:57:14.586Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-29T20:57:14.860Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-29T20:57:14.860Z] Configure a credential helper to remove this warning. See [2021-03-29T20:57:14.860Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-29T20:57:14.860Z] [2021-03-29T20:57:14.860Z] Login Succeeded [2021-03-29T20:57:14.860Z] nexus3.edgexfoundry.org:10003 [2021-03-29T20:57:15.132Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-29T20:57:15.132Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-29T20:57:15.132Z] Configure a credential helper to remove this warning. See [2021-03-29T20:57:15.132Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-29T20:57:15.132Z] [2021-03-29T20:57:15.132Z] Login Succeeded [2021-03-29T20:57:15.132Z] nexus3.edgexfoundry.org:10004 [2021-03-29T20:57:15.734Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-29T20:57:15.734Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-29T20:57:15.734Z] Configure a credential helper to remove this warning. See [2021-03-29T20:57:15.734Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-29T20:57:15.734Z] [2021-03-29T20:57:15.734Z] Login Succeeded [2021-03-29T20:57:15.734Z] docker.io [2021-03-29T20:57:16.004Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-29T20:57:16.279Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-29T20:57:16.279Z] Configure a credential helper to remove this warning. See [2021-03-29T20:57:16.279Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-29T20:57:16.279Z] [2021-03-29T20:57:16.279Z] Login Succeeded [2021-03-29T20:57:16.279Z] ---> docker-login.sh ends [Pipeline] } [2021-03-29T20:57:16.296Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-03-29T20:57:16.752Z] ========================================================= [2021-03-29T20:57:16.753Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-03-29T20:57:16.753Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-29T20:57:17.177Z] + 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-29T20:57:19.814Z] Sending build context to Docker daemon 167MB [2021-03-29T20:57:19.814Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-03-29T20:57:19.814Z] Step 2/6 : FROM ${BASE} [2021-03-29T20:57:19.814Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-03-29T20:57:19.814Z] 5f621e34cdf4: Pulling fs layer [2021-03-29T20:57:19.814Z] a4357932f1b6: Pulling fs layer [2021-03-29T20:57:19.814Z] 18c013af1878: Pulling fs layer [2021-03-29T20:57:19.814Z] 00ac8860ef70: Pulling fs layer [2021-03-29T20:57:19.814Z] 63d7cb157983: Pulling fs layer [2021-03-29T20:57:19.814Z] b116817d02f9: Pulling fs layer [2021-03-29T20:57:19.814Z] 745a02a5169b: Pulling fs layer [2021-03-29T20:57:19.814Z] 00ac8860ef70: Waiting [2021-03-29T20:57:19.814Z] b116817d02f9: Waiting [2021-03-29T20:57:19.814Z] 745a02a5169b: Waiting [2021-03-29T20:57:19.814Z] 63d7cb157983: Waiting [2021-03-29T20:57:19.814Z] 18c013af1878: Download complete [2021-03-29T20:57:19.814Z] a4357932f1b6: Verifying Checksum [2021-03-29T20:57:19.814Z] 63d7cb157983: Download complete [2021-03-29T20:57:19.814Z] b116817d02f9: Verifying Checksum [2021-03-29T20:57:19.814Z] 5f621e34cdf4: Download complete [2021-03-29T20:57:19.869Z] gofmt -l . [2021-03-29T20:57:19.869Z] [ "`gofmt -l .`" = "" ] [2021-03-29T20:57:20.418Z] 5f621e34cdf4: Pull complete [2021-03-29T20:57:20.445Z] ./bin/test-go-mod-tidy.sh [2021-03-29T20:57:21.020Z] ./bin/test-attribution-txt.sh [2021-03-29T20:57:21.026Z] a4357932f1b6: Pull complete [2021-03-29T20:57:21.298Z] 18c013af1878: Pull complete [Pipeline] sh [2021-03-29T20:57:21.897Z] 745a02a5169b: Verifying Checksum [2021-03-29T20:57:21.897Z] 745a02a5169b: Download complete [2021-03-29T20:57:21.903Z] + ls -al . [2021-03-29T20:57:21.903Z] total 780 [2021-03-29T20:57:21.903Z] drwxrwxr-x 10 1001 1001 4096 Mar 29 20:57 . [2021-03-29T20:57:21.903Z] drwxr-xr-x 4 root root 28 Mar 29 20:55 .. [2021-03-29T20:57:21.903Z] -rw-rw-r-- 1 1001 1001 11 Mar 29 20:53 .dockerignore [2021-03-29T20:57:21.903Z] drwxrwxr-x 8 1001 1001 179 Mar 29 20:54 .git [2021-03-29T20:57:21.903Z] drwxrwxr-x 3 1001 1001 125 Mar 29 20:53 .github [2021-03-29T20:57:21.903Z] -rw-rw-r-- 1 1001 1001 818 Mar 29 20:53 .gitignore [2021-03-29T20:57:21.903Z] drwx------ 3 1001 1001 60 Mar 29 20:54 .semver [2021-03-29T20:57:21.903Z] -rw-rw-r-- 1 1001 1001 166 Mar 29 20:53 .sonarcloud.properties [2021-03-29T20:57:21.903Z] -rw-rw-r-- 1 1001 1001 8607 Mar 29 20:53 Attribution.txt [2021-03-29T20:57:21.903Z] -rw-rw-r-- 1 1001 1001 3804 Mar 29 20:53 CONTRIBUTING.md [2021-03-29T20:57:21.903Z] -rw-rw-r-- 1 1001 1001 931 Mar 29 20:53 Dockerfile.build [2021-03-29T20:57:21.903Z] -rw-rw-r-- 1 1001 1001 863 Mar 29 20:53 Jenkinsfile [2021-03-29T20:57:21.903Z] -rw-rw-r-- 1 1001 1001 10775 Mar 29 20:53 LICENSE [2021-03-29T20:57:21.903Z] -rw-rw-r-- 1 1001 1001 5774 Mar 29 20:53 Makefile [2021-03-29T20:57:21.903Z] -rw-rw-r-- 1 1001 1001 6548 Mar 29 20:53 README.md [2021-03-29T20:57:21.903Z] -rw-rw-r-- 1 1001 1001 6755 Mar 29 20:53 SECURITY.md [2021-03-29T20:57:21.903Z] -rw-rw-r-- 1 1001 1001 5 Mar 29 20:54 VERSION [2021-03-29T20:57:21.903Z] -rw-rw-r-- 1 1001 1001 4131 Mar 29 20:53 ZMQWindows.md [2021-03-29T20:57:21.903Z] drwxrwxr-x 2 1001 1001 117 Mar 29 20:53 bin [2021-03-29T20:57:21.903Z] drwxrwxr-x 14 1001 1001 4096 Mar 29 20:53 cmd [2021-03-29T20:57:21.903Z] -rw-r--r-- 1 root root 668090 Mar 29 20:56 coverage.out [2021-03-29T20:57:21.904Z] -rw-r--r-- 1 root root 1056 Mar 29 20:57 go.mod [2021-03-29T20:57:21.904Z] -rw-r--r-- 1 root root 22646 Mar 29 20:57 go.sum [2021-03-29T20:57:21.904Z] drwxrwxr-x 8 1001 1001 127 Mar 29 20:53 internal [2021-03-29T20:57:21.904Z] drwxrwxr-x 4 1001 1001 26 Mar 29 20:53 openapi [2021-03-29T20:57:21.904Z] drwxrwxr-x 4 1001 1001 71 Mar 29 20:53 snap [2021-03-29T20:57:21.904Z] -rw-rw-r-- 1 1001 1001 168 Mar 29 20:53 version.go [Pipeline] sh [2021-03-29T20:57:22.207Z] + '[' -e coverage.out ] [2021-03-29T20:57:22.207Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-03-29T20:57:22.418Z] Stashed 1 file(s) [Pipeline] sh [2021-03-29T20:57:22.720Z] + make build [2021-03-29T20:57:22.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-29T20:57:23.337Z] 00ac8860ef70: Verifying Checksum [2021-03-29T20:57:23.337Z] 00ac8860ef70: Download complete [2021-03-29T20:57:26.946Z] 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-29T20:57:33.525Z] 00ac8860ef70: Pull complete [2021-03-29T20:57:33.525Z] 63d7cb157983: Pull complete [2021-03-29T20:57:33.525Z] b116817d02f9: Pull complete [2021-03-29T20:57:35.156Z] 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-29T20:57:37.138Z] 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-29T20:57:37.840Z] 745a02a5169b: Pull complete [2021-03-29T20:57:37.840Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-03-29T20:57:37.840Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-03-29T20:57:37.840Z] ---> b7e6874047d6 [2021-03-29T20:57:37.840Z] 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-29T20:57:39.086Z] 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-29T20:57:39.353Z] 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-29T20:57:41.231Z] ---> Running in b3936a9e8519 [2021-03-29T20:57:41.281Z] 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-29T20:57:41.826Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-29T20:57:42.673Z] 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-29T20:57:42.799Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-29T20:57:43.394Z] (1/12) Installing libmagic (5.38-r0) [2021-03-29T20:57:43.669Z] (2/12) Installing file (5.38-r0) [2021-03-29T20:57:43.669Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-03-29T20:57:43.669Z] (4/12) Installing g++ (9.3.0-r2) [2021-03-29T20:57:44.074Z] 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-29T20:57:45.019Z] 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-29T20:57:46.423Z] 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-29T20:57:47.047Z] (5/12) Installing fortify-headers (1.1-r0) [2021-03-29T20:57:47.047Z] (6/12) Installing patch (2.7.6-r6) [2021-03-29T20:57:47.047Z] (7/12) Installing build-base (0.5-r2) [2021-03-29T20:57:47.047Z] (8/12) Installing libsodium (1.0.18-r0) [2021-03-29T20:57:47.331Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-03-29T20:57:47.331Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-03-29T20:57:47.331Z] (11/12) Installing libzmq (4.3.3-r0) [2021-03-29T20:57:47.371Z] 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-29T20:57:47.603Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-03-29T20:57:47.603Z] Executing busybox-1.31.1-r19.trigger [2021-03-29T20:57:47.603Z] OK: 217 MiB in 51 packages [Pipeline] } [2021-03-29T20:57:49.315Z] $ docker stop --time=1 7762dba8e353283434ada256353a076f70ba204fbd9a6d57152905e44eda4ef8 [2021-03-29T20:57:50.890Z] $ docker rm -f 7762dba8e353283434ada256353a076f70ba204fbd9a6d57152905e44eda4ef8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [2021-03-29T20:57:51.977Z] Removing intermediate container b3936a9e8519 [2021-03-29T20:57:51.977Z] ---> a271e373834b [2021-03-29T20:57:51.977Z] Step 4/6 : WORKDIR /edgex-go [2021-03-29T20:57:51.977Z] ---> Running in 9253b8539fd2 [2021-03-29T20:57:52.576Z] Removing intermediate container 9253b8539fd2 [2021-03-29T20:57:52.576Z] ---> 8881f416234b [2021-03-29T20:57:52.576Z] Step 5/6 : COPY go.mod . [2021-03-29T20:57:53.189Z] ---> 375b65884afe [2021-03-29T20:57:53.189Z] Step 6/6 : RUN go mod download [2021-03-29T20:57:53.189Z] ---> Running in 70dd1be3beec [Pipeline] isUnix [Pipeline] sh [2021-03-29T20:57:54.186Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-29T20:57:54.186Z] [2021-03-29T20:57:54.186Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-03-29T20:57:54.527Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-29T20:57:54.527Z] latest: Pulling from edgex-devops/edgex-compose [2021-03-29T20:57:54.527Z] cbdbe7a5bc2a: Pulling fs layer [2021-03-29T20:57:54.527Z] ca9280d653b3: Pulling fs layer [2021-03-29T20:57:54.527Z] 7e9c9ca2126c: Pulling fs layer [2021-03-29T20:57:54.790Z] cbdbe7a5bc2a: Verifying Checksum [2021-03-29T20:57:54.790Z] cbdbe7a5bc2a: Download complete [2021-03-29T20:57:55.052Z] cbdbe7a5bc2a: Pull complete [2021-03-29T20:57:55.052Z] ca9280d653b3: Verifying Checksum [2021-03-29T20:57:55.052Z] ca9280d653b3: Download complete [2021-03-29T20:57:56.474Z] 7e9c9ca2126c: Verifying Checksum [2021-03-29T20:57:56.474Z] 7e9c9ca2126c: Download complete [2021-03-29T20:57:56.474Z] ca9280d653b3: Pull complete [2021-03-29T20:58:03.125Z] 7e9c9ca2126c: Pull complete [2021-03-29T20:58:03.125Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-03-29T20:58:03.125Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-29T20:58:03.125Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-03-29T20:58:03.252Z] prd-centos7-docker-4c-2g-31843 does not seem to be running inside a container [2021-03-29T20:58:03.298Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-03-29T20:58:05.633Z] $ docker top 2f466464ebaef72701fc419e62abb2981c02c26824bf216d2ca4017b6af772d0 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-29T20:58:06.247Z] + docker-compose build --help [2021-03-29T20:58:06.247Z] + grep parallel [2021-03-29T20:58:07.197Z] --parallel Build images in parallel. [Pipeline] } [2021-03-29T20:58:07.209Z] $ docker stop --time=1 2f466464ebaef72701fc419e62abb2981c02c26824bf216d2ca4017b6af772d0 [2021-03-29T20:58:08.570Z] $ docker rm -f 2f466464ebaef72701fc419e62abb2981c02c26824bf216d2ca4017b6af772d0 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-29T20:58:09.186Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-29T20:58:09.186Z] . [Pipeline] withDockerContainer [2021-03-29T20:58:09.296Z] prd-centos7-docker-4c-2g-31843 does not seem to be running inside a container [2021-03-29T20:58:09.356Z] $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-03-29T20:58:10.507Z] $ docker top ebd4561fd12ee5ac181c04dfb7a8a26a8bda68a35700079729b5ef810a7ee246 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-29T20:58:11.112Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-03-29T20:58:12.067Z] Building docker-core-command-go ... [2021-03-29T20:58:12.067Z] Building docker-core-data-go ... [2021-03-29T20:58:12.067Z] Building docker-core-metadata-go ... [2021-03-29T20:58:12.067Z] Building docker-security-bootstrapper-go ... [2021-03-29T20:58:12.067Z] Building docker-security-proxy-setup-go ... [2021-03-29T20:58:12.067Z] Building docker-security-secretstore-setup-go ... [2021-03-29T20:58:12.067Z] Building docker-support-notifications-go ... [2021-03-29T20:58:12.067Z] Building docker-support-scheduler-go ... [2021-03-29T20:58:12.067Z] Building docker-sys-mgmt-agent-go ... [2021-03-29T20:58:12.067Z] Building docker-security-secretstore-setup-go [2021-03-29T20:58:12.067Z] Building docker-core-metadata-go [2021-03-29T20:58:12.067Z] Building docker-security-proxy-setup-go [2021-03-29T20:58:12.067Z] Building docker-support-scheduler-go [2021-03-29T20:58:12.067Z] Building docker-sys-mgmt-agent-go [2021-03-29T20:58:20.062Z] Removing intermediate container 70dd1be3beec [2021-03-29T20:58:20.062Z] ---> 0351c2ef5566 [2021-03-29T20:58:20.062Z] Successfully built 0351c2ef5566 [2021-03-29T20:58:20.062Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-29T20:58:20.409Z] + docker inspect -f . ci-base-image-arm64 [2021-03-29T20:58:20.410Z] . [Pipeline] withDockerContainer [2021-03-29T20:58:20.650Z] prd-ubuntu18.04-docker-arm64-4c-16g-31846 does not seem to be running inside a container [2021-03-29T20:58:20.736Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-03-29T20:58:22.071Z] $ docker top af50695a2c34d9519b8ef3168daebcd48275c239aa79fe39f320767dc3278b9e -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-29T20:58:23.089Z] + go version [2021-03-29T20:58:23.089Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-03-29T20:58:23.115Z] $ docker stop --time=1 af50695a2c34d9519b8ef3168daebcd48275c239aa79fe39f320767dc3278b9e [2021-03-29T20:58:25.049Z] $ docker rm -f af50695a2c34d9519b8ef3168daebcd48275c239aa79fe39f320767dc3278b9e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-29T20:58:26.010Z] + docker inspect -f . ci-base-image-arm64 [2021-03-29T20:58:26.010Z] . [Pipeline] withDockerContainer [2021-03-29T20:58:26.266Z] prd-ubuntu18.04-docker-arm64-4c-16g-31846 does not seem to be running inside a container [2021-03-29T20:58:26.350Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-03-29T20:58:27.819Z] $ docker top 6411739a39b77f6a8a0bf01d19ff5f9529f4eec09650b92387919f8390a6a292 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-03-29T20:58:28.146Z] ========================================================= [2021-03-29T20:58:28.146Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-03-29T20:58:28.146Z] ========================================================= [Pipeline] sh [2021-03-29T20:58:28.788Z] + make test [2021-03-29T20:58:28.788Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-03-29T20:58:44.522Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-29T20:58:44.522Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-29T20:58:44.522Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-29T20:58:44.522Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-03-29T20:58:44.522Z] ---> 3bc0c13f30ed [2021-03-29T20:58:44.522Z] Step 3/26 : WORKDIR /edgex-go [2021-03-29T20:58:44.522Z] ---> 3bc0c13f30ed [2021-03-29T20:58:44.522Z] Step 3/23 : WORKDIR /edgex-go [2021-03-29T20:58:44.522Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-29T20:58:44.522Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-03-29T20:58:44.522Z] ---> 3bc0c13f30ed [2021-03-29T20:58:44.522Z] Step 3/24 : WORKDIR /edgex-go [2021-03-29T20:58:44.522Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-29T20:58:44.522Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-03-29T20:58:44.522Z] ---> 3bc0c13f30ed [2021-03-29T20:58:44.522Z] Step 3/21 : WORKDIR /edgex-go [2021-03-29T20:58:44.522Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-29T20:58:44.522Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-29T20:58:44.522Z] ---> 3bc0c13f30ed [2021-03-29T20:58:44.522Z] Step 3/22 : WORKDIR /edgex-go [2021-03-29T20:58:44.522Z] ---> Running in 3bb486c6d61e [2021-03-29T20:58:44.522Z] ---> Running in 8e2d88bd2ef4 [2021-03-29T20:58:44.522Z] ---> Running in 1bd2eea1570a [2021-03-29T20:58:44.522Z] ---> Running in 105a2f4b2091 [2021-03-29T20:58:44.522Z] ---> Running in 7bec37b2332f [2021-03-29T20:58:44.522Z] Removing intermediate container 8e2d88bd2ef4 [2021-03-29T20:58:44.522Z] ---> ecd84eef1e57 [2021-03-29T20:58:44.522Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-29T20:58:44.522Z] Removing intermediate container 7bec37b2332f [2021-03-29T20:58:44.522Z] ---> 72f3703e3d87 [2021-03-29T20:58:44.522Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-29T20:58:44.522Z] Removing intermediate container 3bb486c6d61e [2021-03-29T20:58:44.522Z] ---> 91f20c8bf76e [2021-03-29T20:58:44.522Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-29T20:58:44.522Z] Removing intermediate container 105a2f4b2091 [2021-03-29T20:58:44.522Z] ---> 95fa3dafdb94 [2021-03-29T20:58:44.522Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-29T20:58:44.522Z] Removing intermediate container 1bd2eea1570a [2021-03-29T20:58:44.522Z] ---> 8d02995f20d8 [2021-03-29T20:58:44.522Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-29T20:58:44.522Z] ---> Running in 6f8497fa08e3 [2021-03-29T20:58:44.522Z] ---> Running in 04b0b8215b1c [2021-03-29T20:58:44.522Z] ---> Running in aa1e5df357b7 [2021-03-29T20:58:44.522Z] ---> Running in b0541581c846 [2021-03-29T20:58:44.522Z] ---> Running in b9f50059cd13 [2021-03-29T20:58:45.920Z] Removing intermediate container 6f8497fa08e3 [2021-03-29T20:58:45.920Z] ---> 3ac36b0b686c [2021-03-29T20:58:45.920Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-03-29T20:58:45.920Z] ---> Running in fb4d37abcec0 [2021-03-29T20:58:45.920Z] Removing intermediate container 04b0b8215b1c [2021-03-29T20:58:45.920Z] ---> c6389574f15a [2021-03-29T20:58:45.920Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-03-29T20:58:46.183Z] ---> Running in 9411e605ff9b [2021-03-29T20:58:46.446Z] Removing intermediate container aa1e5df357b7 [2021-03-29T20:58:46.446Z] ---> 4c5f4b5c2374 [2021-03-29T20:58:46.446Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-03-29T20:58:46.446Z] Removing intermediate container b0541581c846 [2021-03-29T20:58:46.446Z] ---> e7e37e95dadb [2021-03-29T20:58:46.446Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-29T20:58:46.713Z] ---> Running in 4fa53e97df89 [2021-03-29T20:58:46.713Z] Removing intermediate container b9f50059cd13 [2021-03-29T20:58:46.713Z] ---> e90837a4b903 [2021-03-29T20:58:46.713Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-03-29T20:58:46.713Z] ---> Running in 309cb55fec02 [2021-03-29T20:58:46.975Z] ---> Running in 479b881166a1 [2021-03-29T20:58:47.242Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-29T20:58:47.242Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-29T20:58:47.506Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-29T20:58:47.506Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-29T20:58:47.772Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-29T20:58:47.772Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-29T20:58:47.772Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-29T20:58:48.037Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-29T20:58:48.301Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-29T20:58:48.301Z] OK: 233 MiB in 51 packages [2021-03-29T20:58:48.301Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-29T20:58:48.566Z] OK: 233 MiB in 51 packages [2021-03-29T20:58:48.566Z] OK: 233 MiB in 51 packages [2021-03-29T20:58:48.566Z] Removing intermediate container fb4d37abcec0 [2021-03-29T20:58:48.566Z] ---> c546806357c3 [2021-03-29T20:58:48.566Z] Step 6/21 : COPY go.mod . [2021-03-29T20:58:48.835Z] OK: 233 MiB in 51 packages [2021-03-29T20:58:49.102Z] Removing intermediate container 4fa53e97df89 [2021-03-29T20:58:49.102Z] ---> 55db05bb5f20 [2021-03-29T20:58:49.102Z] Step 6/22 : COPY go.mod . [2021-03-29T20:58:49.102Z] ---> 1dca3d76b56c [2021-03-29T20:58:49.102Z] Step 7/21 : RUN go mod download [2021-03-29T20:58:49.102Z] OK: 233 MiB in 51 packages [2021-03-29T20:58:49.102Z] ---> Running in da7112e0b06e [2021-03-29T20:58:49.363Z] Removing intermediate container 309cb55fec02 [2021-03-29T20:58:49.363Z] ---> 337b738c3063 [2021-03-29T20:58:49.363Z] Step 6/23 : COPY go.mod . [2021-03-29T20:58:49.363Z] ---> b85da8a16e01 [2021-03-29T20:58:49.363Z] Step 7/22 : RUN go mod download [2021-03-29T20:58:49.626Z] ---> Running in f8ec6e633e38 [2021-03-29T20:58:49.626Z] ---> 5ee6c9a634ff [2021-03-29T20:58:49.626Z] Step 7/23 : RUN go mod download [2021-03-29T20:58:49.888Z] ---> Running in c4cd8ad933f8 [2021-03-29T20:58:50.151Z] Removing intermediate container 479b881166a1 [2021-03-29T20:58:50.151Z] ---> 27b7d899648f [2021-03-29T20:58:50.151Z] Step 6/26 : COPY go.mod . [2021-03-29T20:58:50.422Z] Removing intermediate container 9411e605ff9b [2021-03-29T20:58:50.422Z] ---> 4109e479b5c3 [2021-03-29T20:58:50.422Z] Step 6/24 : COPY go.mod . [2021-03-29T20:58:50.690Z] ---> db5f6042bd68 [2021-03-29T20:58:50.690Z] Step 7/26 : RUN go mod download [2021-03-29T20:58:50.690Z] ---> Running in 4b6bbfe3e642 [2021-03-29T20:58:50.690Z] ---> b4a3600b6ada [2021-03-29T20:58:50.690Z] Step 7/24 : RUN go mod download [2021-03-29T20:58:50.951Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-03-29T20:58:50.958Z] ---> Running in 5d78b1ea83da [2021-03-29T20:58:52.349Z] Removing intermediate container c4cd8ad933f8 [2021-03-29T20:58:52.349Z] ---> 5b0574ee6c65 [2021-03-29T20:58:52.349Z] Step 8/23 : COPY . . [2021-03-29T20:58:52.349Z] Removing intermediate container da7112e0b06e [2021-03-29T20:58:52.349Z] ---> 4edc4ef4d1eb [2021-03-29T20:58:52.349Z] Step 8/21 : COPY . . [2021-03-29T20:58:54.300Z] Removing intermediate container f8ec6e633e38 [2021-03-29T20:58:54.300Z] ---> 43ac5ef68596 [2021-03-29T20:58:54.300Z] Step 8/22 : COPY . . [2021-03-29T20:58:58.544Z] Removing intermediate container 4b6bbfe3e642 [2021-03-29T20:58:58.544Z] ---> 44145097bf0d [2021-03-29T20:58:58.544Z] Step 8/26 : COPY . . [2021-03-29T20:58:58.809Z] Removing intermediate container 5d78b1ea83da [2021-03-29T20:58:58.809Z] ---> 1846e5eb6f14 [2021-03-29T20:58:58.809Z] Step 8/24 : COPY . . [2021-03-29T20:59:37.765Z] ---> 2f9d9e629049 [2021-03-29T20:59:37.765Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-03-29T20:59:37.765Z] ---> 60c60e8c0a29 [2021-03-29T20:59:37.765Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-03-29T20:59:37.765Z] ---> Running in 80e8fa84cbf8 [2021-03-29T20:59:37.765Z] ---> Running in 7502e8631713 [2021-03-29T20:59:37.765Z] ---> 12bd615974da [2021-03-29T20:59:37.765Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-03-29T20:59:37.765Z] ---> ff24caf419f6 [2021-03-29T20:59:37.765Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-03-29T20:59:37.765Z] ---> c87827428627 [2021-03-29T20:59:37.765Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-03-29T20:59:37.765Z] ---> Running in 9d43119b7b84 [2021-03-29T20:59:37.765Z] ---> Running in a90dcf043366 [2021-03-29T20:59:37.765Z] ---> Running in 58959b13b56a [2021-03-29T20:59:37.765Z] 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-29T20:59:37.765Z] 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-29T20:59:37.765Z] 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-29T20:59:37.765Z] 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-29T20:59:37.765Z] 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-29T20:59:38.032Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-03-29T20:59:44.791Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-03-29T20:59:53.126Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-03-29T20:59:53.126Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-03-29T20:59:55.151Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-03-29T20:59:55.151Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-03-29T20:59:55.151Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-03-29T20:59:55.151Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-03-29T21:00:00.046Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-03-29T21:00:00.046Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-03-29T21:00:08.382Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-03-29T21:00:08.382Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-03-29T21:00:08.382Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-03-29T21:00:10.024Z] 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-29T21:00:10.024Z] 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-29T21:00:13.854Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.290s coverage: 45.9% of statements [2021-03-29T21:00:13.854Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-03-29T21:00:13.854Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-03-29T21:00:13.854Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-03-29T21:00:13.854Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-03-29T21:00:13.854Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-03-29T21:00:13.854Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-03-29T21:00:13.854Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.174s coverage: 19.8% of statements [2021-03-29T21:00:13.854Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.210s coverage: 100.0% of statements [2021-03-29T21:00:16.708Z] Removing intermediate container 58959b13b56a [2021-03-29T21:00:16.708Z] ---> 9b3f71052052 [2021-03-29T21:00:16.708Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-03-29T21:00:16.708Z] Removing intermediate container 7502e8631713 [2021-03-29T21:00:16.708Z] ---> a5c9015cc165 [2021-03-29T21:00:16.708Z] [2021-03-29T21:00:16.708Z] Step 10/21 : FROM alpine:3.12 [2021-03-29T21:00:16.708Z] 3.12: Pulling from library/alpine [2021-03-29T21:00:16.708Z] ---> Running in f774e4d33d67 [2021-03-29T21:00:16.708Z] Removing intermediate container a90dcf043366 [2021-03-29T21:00:16.708Z] ---> 9c154db70e36 [2021-03-29T21:00:16.708Z] [2021-03-29T21:00:16.708Z] Step 10/24 : FROM alpine:3.12 [2021-03-29T21:00:16.708Z] 3.12: Pulling from library/alpine [2021-03-29T21:00:16.708Z] Digest: sha256:d1eaae2a6814b4b10a722fa75e8a6b53db42d1bf531395a107fea0458bfbf1d8 [2021-03-29T21:00:16.708Z] Status: Downloaded newer image for alpine:3.12 [2021-03-29T21:00:16.708Z] Digest: sha256:d1eaae2a6814b4b10a722fa75e8a6b53db42d1bf531395a107fea0458bfbf1d8 [2021-03-29T21:00:16.708Z] Status: Image is up to date for alpine:3.12 [2021-03-29T21:00:16.708Z] ---> 42cb162f0360 [2021-03-29T21:00:16.708Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec [2021-03-29T21:00:16.708Z] ---> 42cb162f0360 [2021-03-29T21:00:16.708Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-03-29T21:00:17.302Z] 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-29T21:00:19.864Z] ---> Running in 2310ac3e9619 [2021-03-29T21:00:19.864Z] ---> Running in 3ffe69e95fb8 [2021-03-29T21:00:19.864Z] Removing intermediate container 9d43119b7b84 [2021-03-29T21:00:19.864Z] ---> 45d337aa04b9 [2021-03-29T21:00:19.864Z] [2021-03-29T21:00:19.864Z] Step 10/22 : FROM alpine:3.12 [2021-03-29T21:00:19.865Z] ---> 42cb162f0360 [2021-03-29T21:00:19.865Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-03-29T21:00:19.865Z] Removing intermediate container 80e8fa84cbf8 [2021-03-29T21:00:19.865Z] ---> 6a87b4a78cf6 [2021-03-29T21:00:19.865Z] [2021-03-29T21:00:19.865Z] Step 10/23 : FROM alpine:3.12 [2021-03-29T21:00:19.865Z] ---> 42cb162f0360 [2021-03-29T21:00:19.865Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-29T21:00:20.127Z] ---> Running in 35102b9b8eaa [2021-03-29T21:00:20.127Z] ---> Running in 4c95eaf1e434 [2021-03-29T21:00:20.734Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-29T21:00:20.734Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-29T21:00:20.734Z] Removing intermediate container f774e4d33d67 [2021-03-29T21:00:20.734Z] ---> 1a92b7cdd0b6 [2021-03-29T21:00:20.734Z] [2021-03-29T21:00:20.734Z] Step 11/26 : FROM docker:20.10.0 [2021-03-29T21:00:21.016Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-29T21:00:21.016Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-29T21:00:21.016Z] 20.10.0: Pulling from library/docker [2021-03-29T21:00:21.016Z] (1/6) Installing ca-certificates (20191127-r4) [2021-03-29T21:00:21.016Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-29T21:00:21.016Z] (1/4) Installing ca-certificates (20191127-r4) [2021-03-29T21:00:21.016Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-29T21:00:21.293Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-03-29T21:00:21.293Z] (2/6) Installing nghttp2-libs (1.41.0-r0) [2021-03-29T21:00:21.293Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-29T21:00:21.293Z] (3/4) Installing libcurl (7.69.1-r3) [2021-03-29T21:00:21.293Z] (3/6) Installing libcurl (7.69.1-r3) [2021-03-29T21:00:21.293Z] (4/4) Installing curl (7.69.1-r3) [2021-03-29T21:00:21.293Z] (4/6) Installing curl (7.69.1-r3) [2021-03-29T21:00:21.293Z] Executing busybox-1.31.1-r19.trigger [2021-03-29T21:00:21.293Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-29T21:00:21.293Z] (5/6) Installing dumb-init (1.2.2-r1) [2021-03-29T21:00:21.293Z] Executing ca-certificates-20191127-r4.trigger [2021-03-29T21:00:21.293Z] (6/6) Installing su-exec (0.2-r1) [2021-03-29T21:00:21.293Z] Executing busybox-1.31.1-r19.trigger [2021-03-29T21:00:21.293Z] Executing ca-certificates-20191127-r4.trigger [2021-03-29T21:00:21.293Z] OK: 7 MiB in 18 packages [2021-03-29T21:00:21.293Z] OK: 7 MiB in 20 packages [2021-03-29T21:00:21.293Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-29T21:00:21.293Z] Executing busybox-1.31.1-r19.trigger [2021-03-29T21:00:21.564Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-29T21:00:21.564Z] Executing busybox-1.31.1-r19.trigger [2021-03-29T21:00:21.564Z] OK: 6 MiB in 15 packages [2021-03-29T21:00:21.564Z] OK: 6 MiB in 15 packages [2021-03-29T21:00:22.198Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.512s coverage: 27.1% of statements [2021-03-29T21:00:22.198Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-03-29T21:00:22.198Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-03-29T21:00:22.198Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-03-29T21:00:22.198Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-03-29T21:00:22.198Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-03-29T21:00:22.198Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-03-29T21:00:22.198Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.154s coverage: 100.0% of statements [2021-03-29T21:00:22.198Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-03-29T21:00:22.198Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.136s coverage: 100.0% of statements [2021-03-29T21:00:22.198Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-03-29T21:00:22.198Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-03-29T21:00:22.801Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.270s coverage: 71.3% of statements [2021-03-29T21:00:22.801Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-03-29T21:00:22.801Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-03-29T21:00:24.137Z] Removing intermediate container 2310ac3e9619 [2021-03-29T21:00:24.137Z] ---> 36f1b64a5ba2 [2021-03-29T21:00:24.137Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-29T21:00:24.137Z] Removing intermediate container 3ffe69e95fb8 [2021-03-29T21:00:24.137Z] ---> d7afe4b73e8a [2021-03-29T21:00:24.137Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-29T21:00:24.406Z] ---> Running in 463d6ac8598a [2021-03-29T21:00:24.406Z] ---> Running in c5135b32b832 [2021-03-29T21:00:24.674Z] Removing intermediate container 35102b9b8eaa [2021-03-29T21:00:24.674Z] ---> 710df65211e8 [2021-03-29T21:00:24.674Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-29T21:00:24.674Z] Removing intermediate container 4c95eaf1e434 [2021-03-29T21:00:24.674Z] ---> 339b3c23d367 [2021-03-29T21:00:24.674Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-29T21:00:24.788Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.464s coverage: 82.9% of statements [2021-03-29T21:00:24.788Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-03-29T21:00:24.788Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-03-29T21:00:24.788Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.200s coverage: 78.9% of statements [2021-03-29T21:00:24.788Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-03-29T21:00:24.950Z] Removing intermediate container 463d6ac8598a [2021-03-29T21:00:24.950Z] ---> c364ceefd55d [2021-03-29T21:00:24.950Z] Step 13/21 : WORKDIR /edgex [2021-03-29T21:00:24.950Z] ---> Running in 5dc4ec3d1a82 [2021-03-29T21:00:24.950Z] ---> Running in 09840002409a [2021-03-29T21:00:24.950Z] Removing intermediate container c5135b32b832 [2021-03-29T21:00:24.950Z] ---> fe5f1da20bc7 [2021-03-29T21:00:24.950Z] Step 13/24 : WORKDIR / [2021-03-29T21:00:25.218Z] ---> Running in 3d1e83a2f805 [2021-03-29T21:00:25.218Z] ---> Running in 43c18db732b4 [2021-03-29T21:00:25.482Z] Removing intermediate container 5dc4ec3d1a82 [2021-03-29T21:00:25.483Z] ---> 553069343de3 [2021-03-29T21:00:25.483Z] Step 13/22 : ENV APP_PORT=48085 [2021-03-29T21:00:25.483Z] Removing intermediate container 09840002409a [2021-03-29T21:00:25.483Z] ---> 93d2d9861d9a [2021-03-29T21:00:25.483Z] Step 13/23 : ENV APP_PORT=48081 [2021-03-29T21:00:25.767Z] ---> Running in 1f535b3a4c17 [2021-03-29T21:00:25.767Z] Removing intermediate container 3d1e83a2f805 [2021-03-29T21:00:25.767Z] ---> 4a4d75a7f80b [2021-03-29T21:00:25.767Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-03-29T21:00:25.767Z] ---> Running in 23d6145d4bf6 [2021-03-29T21:00:25.767Z] Removing intermediate container 43c18db732b4 [2021-03-29T21:00:25.767Z] ---> 5c2ad7d9f771 [2021-03-29T21:00:25.767Z] 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-29T21:00:26.727Z] ---> 9a18daa76d72 [2021-03-29T21:00:26.727Z] 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-29T21:00:26.727Z] Removing intermediate container 1f535b3a4c17 [2021-03-29T21:00:26.727Z] ---> 791d878d4817 [2021-03-29T21:00:26.727Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-29T21:00:26.727Z] ---> 3e91f8b85e27 [2021-03-29T21:00:26.727Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-03-29T21:00:26.727Z] Removing intermediate container 23d6145d4bf6 [2021-03-29T21:00:26.727Z] ---> 7cc517f0b8d0 [2021-03-29T21:00:26.727Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-29T21:00:26.727Z] ---> Running in f1291b2d23d2 [2021-03-29T21:00:27.019Z] ---> Running in 6bf0b3479810 [2021-03-29T21:00:27.020Z] ---> 5ac9b915b19d [2021-03-29T21:00:27.020Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-03-29T21:00:27.303Z] Removing intermediate container f1291b2d23d2 [2021-03-29T21:00:27.303Z] ---> a406bf54d397 [2021-03-29T21:00:27.303Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-29T21:00:27.303Z] Removing intermediate container 6bf0b3479810 [2021-03-29T21:00:27.303Z] ---> 6e4dee8ae0f7 [2021-03-29T21:00:27.303Z] Step 15/23 : WORKDIR / [2021-03-29T21:00:28.283Z] ---> Running in b228112ccb9b [2021-03-29T21:00:28.283Z] ---> 969cb3f08805 [2021-03-29T21:00:28.283Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-03-29T21:00:28.283Z] ---> 6c588478af99 [2021-03-29T21:00:28.283Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-03-29T21:00:28.283Z] ---> 6e46ee68df71 [2021-03-29T21:00:28.283Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-03-29T21:00:28.554Z] Removing intermediate container b228112ccb9b [2021-03-29T21:00:28.554Z] ---> e5ebdd690769 [2021-03-29T21:00:28.554Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-29T21:00:29.143Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-03-29T21:00:29.143Z] ---> e44f383ddc67 [2021-03-29T21:00:29.143Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-03-29T21:00:29.143Z] Status: Downloaded newer image for docker:20.10.0 [2021-03-29T21:00:29.143Z] ---> aefe523efa57 [2021-03-29T21:00:29.143Z] Step 12/26 : RUN apk add --no-cache bash [2021-03-29T21:00:29.143Z] ---> Running in 29293722b344 [2021-03-29T21:00:29.143Z] ---> Running in 74a43d3f7994 [2021-03-29T21:00:29.143Z] ---> 95b4e8c4a1ed [2021-03-29T21:00:29.143Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-03-29T21:00:29.143Z] ---> af1cc9b99649 [2021-03-29T21:00:29.143Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-03-29T21:00:29.442Z] ---> 7e1699c820cd [2021-03-29T21:00:29.443Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-03-29T21:00:29.710Z] Removing intermediate container 29293722b344 [2021-03-29T21:00:29.710Z] ---> b158ba1bdfd4 [2021-03-29T21:00:29.710Z] Step 18/21 : CMD ["--init=true"] [2021-03-29T21:00:30.288Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-29T21:00:30.288Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-29T21:00:30.288Z] ---> Running in 113e3fc4a5e6 [2021-03-29T21:00:30.288Z] ---> 71c6d6d01edb [2021-03-29T21:00:30.288Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-03-29T21:00:30.552Z] ---> Running in a9fc26e960d0 [2021-03-29T21:00:30.552Z] ---> 57aefaff8e23 [2021-03-29T21:00:30.552Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-03-29T21:00:30.552Z] ---> b1ea12b6254f [2021-03-29T21:00:30.552Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-03-29T21:00:30.552Z] (1/2) Installing readline (8.0.4-r0) [2021-03-29T21:00:30.552Z] (2/2) Installing bash (5.0.17-r0) [2021-03-29T21:00:30.552Z] Executing bash-5.0.17-r0.post-install [2021-03-29T21:00:30.552Z] Executing busybox-1.31.1-r19.trigger [2021-03-29T21:00:30.552Z] OK: 12 MiB in 22 packages [2021-03-29T21:00:30.552Z] Removing intermediate container 113e3fc4a5e6 [2021-03-29T21:00:30.552Z] ---> d5d5175d6e54 [2021-03-29T21:00:30.552Z] Step 19/21 : LABEL arch=x86_64 [2021-03-29T21:00:30.816Z] ---> Running in a990ff99b307 [2021-03-29T21:00:30.816Z] Removing intermediate container a9fc26e960d0 [2021-03-29T21:00:30.816Z] ---> d5cdf158fa83 [2021-03-29T21:00:30.816Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-29T21:00:31.111Z] ---> ff30ead85a88 [2021-03-29T21:00:31.111Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-03-29T21:00:31.111Z] ---> Running in c9523314b11d [2021-03-29T21:00:31.111Z] ---> Running in 33c86e7e750d [2021-03-29T21:00:31.111Z] ---> dcc9f822c6fd [2021-03-29T21:00:31.111Z] 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-29T21:00:31.395Z] Removing intermediate container a990ff99b307 [2021-03-29T21:00:31.395Z] ---> 24ada81c3d99 [2021-03-29T21:00:31.395Z] Step 20/21 : LABEL git_sha=49fe07c0865b4f764a46dfa194199239fc0884ee [2021-03-29T21:00:31.395Z] ---> Running in abb7753461c4 [2021-03-29T21:00:31.395Z] ---> Running in 1a830c88e585 [2021-03-29T21:00:31.665Z] Removing intermediate container c9523314b11d [2021-03-29T21:00:31.665Z] ---> 7a8cedfbf4e7 [2021-03-29T21:00:31.665Z] Step 20/22 : LABEL arch=x86_64 [2021-03-29T21:00:31.665Z] Removing intermediate container 33c86e7e750d [2021-03-29T21:00:31.665Z] ---> b8a85925e259 [2021-03-29T21:00:31.665Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-29T21:00:31.665Z] Removing intermediate container 74a43d3f7994 [2021-03-29T21:00:31.665Z] ---> 7d0d7732bd82 [2021-03-29T21:00:31.665Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-03-29T21:00:31.937Z] ---> Running in 4e7af6d503eb [2021-03-29T21:00:31.937Z] ---> Running in 8e36f5bfde30 [2021-03-29T21:00:31.937Z] ---> Running in ef7f43732a37 [2021-03-29T21:00:31.937Z] Removing intermediate container 1a830c88e585 [2021-03-29T21:00:31.937Z] ---> 35751aa64ddf [2021-03-29T21:00:31.937Z] Step 21/21 : LABEL version=0.0.0 [2021-03-29T21:00:32.203Z] ---> Running in d2a78a74d87c [2021-03-29T21:00:32.203Z] Removing intermediate container 8e36f5bfde30 [2021-03-29T21:00:32.203Z] ---> 61771767c556 [2021-03-29T21:00:32.203Z] Step 21/23 : LABEL arch=x86_64 [2021-03-29T21:00:32.203Z] Removing intermediate container 4e7af6d503eb [2021-03-29T21:00:32.203Z] ---> 94021098e725 [2021-03-29T21:00:32.203Z] Step 21/22 : LABEL git_sha=49fe07c0865b4f764a46dfa194199239fc0884ee [2021-03-29T21:00:32.466Z] Removing intermediate container ef7f43732a37 [2021-03-29T21:00:32.466Z] ---> 0ed9ecbad816 [2021-03-29T21:00:32.466Z] Step 14/26 : ENV APP_PORT=48090 [2021-03-29T21:00:32.466Z] ---> Running in b789022c00d6 [2021-03-29T21:00:32.466Z] ---> Running in 043f6f40c56b [2021-03-29T21:00:32.728Z] ---> Running in 48cc183f9f7a [2021-03-29T21:00:32.728Z] Removing intermediate container d2a78a74d87c [2021-03-29T21:00:32.728Z] ---> fa2cdd4cc033 [2021-03-29T21:00:32.728Z] [2021-03-29T21:00:32.728Z] Removing intermediate container 043f6f40c56b [2021-03-29T21:00:32.728Z] ---> 84fb2cc9c789 [2021-03-29T21:00:32.728Z] Step 22/22 : LABEL version=0.0.0 [2021-03-29T21:00:32.992Z] Removing intermediate container b789022c00d6 [2021-03-29T21:00:32.992Z] ---> 2349e28f704c [2021-03-29T21:00:32.992Z] Step 22/23 : LABEL git_sha=49fe07c0865b4f764a46dfa194199239fc0884ee [2021-03-29T21:00:32.992Z] Successfully built fa2cdd4cc033 [2021-03-29T21:00:32.992Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-03-29T21:00:32.992Z]  Building docker-security-proxy-setup-go ... done Building docker-core-data-go [2021-03-29T21:00:32.992Z] ---> Running in 1bc42cc0986e [2021-03-29T21:00:32.992Z] Removing intermediate container 48cc183f9f7a [2021-03-29T21:00:32.992Z] ---> 34c16ad9d6fa [2021-03-29T21:00:32.992Z] Step 15/26 : EXPOSE $APP_PORT [2021-03-29T21:00:32.992Z] Removing intermediate container abb7753461c4 [2021-03-29T21:00:32.992Z] ---> b7370a77269b [2021-03-29T21:00:32.992Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-03-29T21:00:33.258Z] ---> Running in 90eeeb0519f8 [2021-03-29T21:00:33.258Z] ---> Running in 094b99911f71 [2021-03-29T21:00:33.258Z] ---> Running in 80776ac4d636 [2021-03-29T21:00:33.258Z] Removing intermediate container 1bc42cc0986e [2021-03-29T21:00:33.258Z] ---> a8944d6838f9 [2021-03-29T21:00:33.258Z] [2021-03-29T21:00:33.546Z] Successfully built a8944d6838f9 [2021-03-29T21:00:33.546Z] Removing intermediate container 90eeeb0519f8 [2021-03-29T21:00:33.546Z] ---> b95d24d9838e [2021-03-29T21:00:33.546Z] Step 23/23 : LABEL version=0.0.0 [2021-03-29T21:00:33.546Z] Successfully tagged docker-support-scheduler-go:latest [2021-03-29T21:00:33.546Z] Building docker-security-bootstrapper-go [2021-03-29T21:00:33.546Z] Removing intermediate container 094b99911f71 [2021-03-29T21:00:33.546Z] ---> 61f46e54158a [2021-03-29T21:00:33.546Z] Step 22/24 : LABEL arch=x86_64 [2021-03-29T21:00:33.546Z]  Building docker-support-scheduler-go ... done Removing intermediate container 80776ac4d636 [2021-03-29T21:00:33.546Z] ---> 05d5140315ef [2021-03-29T21:00:33.546Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-03-29T21:00:33.811Z] ---> Running in 98ac92749a62 [2021-03-29T21:00:33.811Z] ---> Running in 9e2192e9934a [2021-03-29T21:00:35.006Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.071s coverage: 28.6% of statements [2021-03-29T21:00:35.006Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-03-29T21:00:35.006Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-03-29T21:00:35.006Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-03-29T21:00:35.006Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-03-29T21:00:35.006Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-03-29T21:00:35.006Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.200s coverage: 100.0% of statements [2021-03-29T21:00:35.006Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-03-29T21:00:35.006Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.179s coverage: 100.0% of statements [2021-03-29T21:00:35.006Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-03-29T21:00:35.006Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.439s coverage: 86.7% of statements [2021-03-29T21:00:35.006Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-03-29T21:00:35.006Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.426s coverage: 97.5% of statements [2021-03-29T21:00:35.006Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-03-29T21:00:35.006Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.236s coverage: 78.3% of statements [2021-03-29T21:00:35.006Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-03-29T21:00:35.006Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-03-29T21:00:35.006Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-03-29T21:00:35.006Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-03-29T21:00:36.383Z] Removing intermediate container 9e2192e9934a [2021-03-29T21:00:36.383Z] ---> 01dc79005121 [2021-03-29T21:00:36.383Z] [2021-03-29T21:00:36.383Z] Successfully built 01dc79005121 [2021-03-29T21:00:37.345Z] Removing intermediate container 98ac92749a62 [2021-03-29T21:00:37.345Z] ---> 0a094b1b500b [2021-03-29T21:00:37.345Z] Step 23/24 : LABEL git_sha=49fe07c0865b4f764a46dfa194199239fc0884ee [2021-03-29T21:00:37.345Z] Successfully tagged docker-core-metadata-go:latest [2021-03-29T21:00:37.345Z] Building docker-support-notifications-go [2021-03-29T21:00:37.345Z]  Building docker-core-metadata-go ... done  ---> 6a1a3418c054 [2021-03-29T21:00:37.345Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-03-29T21:00:37.345Z] ---> Running in 8b1b58a5a642 [2021-03-29T21:00:39.279Z] Removing intermediate container 8b1b58a5a642 [2021-03-29T21:00:39.279Z] ---> 122dfbbd7716 [2021-03-29T21:00:39.279Z] Step 24/24 : LABEL version=0.0.0 [2021-03-29T21:00:39.542Z] ---> ad48ed587192 [2021-03-29T21:00:39.542Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-03-29T21:00:41.467Z] ---> Running in 2b8fe8c609c5 [2021-03-29T21:00:42.412Z] ---> 14cd35caff78 [2021-03-29T21:00:42.412Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-03-29T21:00:42.689Z] Removing intermediate container 2b8fe8c609c5 [2021-03-29T21:00:42.689Z] ---> 7f2b09c4ab05 [2021-03-29T21:00:42.689Z] [2021-03-29T21:00:42.689Z] ---> Running in c1a9efd6dc45 [2021-03-29T21:00:42.689Z] Successfully built 7f2b09c4ab05 [2021-03-29T21:00:42.689Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-03-29T21:00:42.965Z] Building docker-core-command-go [2021-03-29T21:00:43.337Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.251s coverage: 92.8% of statements [2021-03-29T21:00:43.337Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-03-29T21:00:43.337Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-03-29T21:00:43.337Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-03-29T21:00:43.337Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-03-29T21:00:43.337Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-03-29T21:00:43.337Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-03-29T21:00:43.337Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-03-29T21:00:43.337Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-03-29T21:00:43.337Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-03-29T21:00:43.337Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-03-29T21:00:43.337Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-03-29T21:00:43.337Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-03-29T21:00:43.337Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-03-29T21:00:43.337Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-03-29T21:00:43.337Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-03-29T21:00:43.337Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-03-29T21:00:43.337Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-03-29T21:00:43.337Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-03-29T21:00:43.337Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.114s coverage: 58.8% of statements [2021-03-29T21:00:43.337Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-03-29T21:00:43.337Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-03-29T21:00:43.337Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.195s coverage: 1.0% of statements [2021-03-29T21:00:43.337Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-03-29T21:00:43.337Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-03-29T21:00:43.337Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-03-29T21:00:43.337Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.160s coverage: 47.1% of statements [2021-03-29T21:00:43.337Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.200s coverage: 79.5% of statements [2021-03-29T21:00:43.337Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.118s coverage: 94.1% of statements [2021-03-29T21:00:43.337Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.228s coverage: 96.3% of statements [2021-03-29T21:00:43.337Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.159s coverage: 87.5% of statements [2021-03-29T21:00:43.547Z]  Building docker-security-secretstore-setup-go ... done fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-29T21:00:43.825Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-29T21:00:43.825Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-03-29T21:00:44.091Z] (2/33) Installing expat (2.2.9-r1) [2021-03-29T21:00:44.091Z] (3/33) Installing libffi (3.3-r2) [2021-03-29T21:00:44.091Z] (4/33) Installing gdbm (1.13-r1) [2021-03-29T21:00:44.091Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-03-29T21:00:44.091Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-03-29T21:00:44.091Z] (7/33) Installing python3 (3.8.8-r0) [2021-03-29T21:00:55.763Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.159s coverage: 94.4% of statements [2021-03-29T21:00:55.763Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.125s coverage: 44.8% of statements [2021-03-29T21:00:56.388Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-03-29T21:00:56.388Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-03-29T21:00:56.388Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-03-29T21:00:56.388Z] (11/33) Installing py3-six (1.15.0-r0) [2021-03-29T21:00:56.388Z] (12/33) Installing py3-packaging (20.4-r0) [2021-03-29T21:00:56.663Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-03-29T21:00:56.935Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-03-29T21:00:58.330Z] (15/33) Installing py3-idna (2.9-r0) [2021-03-29T21:00:58.594Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-03-29T21:01:01.159Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.528s coverage: 82.6% of statements [2021-03-29T21:01:02.353Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-03-29T21:01:02.353Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-03-29T21:01:02.353Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-03-29T21:01:02.353Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-03-29T21:01:02.353Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-03-29T21:01:02.353Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-03-29T21:01:02.353Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-03-29T21:01:02.353Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-03-29T21:01:02.353Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-03-29T21:01:02.353Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-03-29T21:01:02.353Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-03-29T21:01:02.353Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-03-29T21:01:02.353Z] (29/33) Installing py3-progress (1.5-r0) [2021-03-29T21:01:02.353Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-03-29T21:01:02.353Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-03-29T21:01:02.353Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-03-29T21:01:02.353Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-03-29T21:01:03.153Z] Executing busybox-1.31.1-r19.trigger [2021-03-29T21:01:04.037Z] OK: 71 MiB in 55 packages [2021-03-29T21:01:04.700Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-29T21:01:04.700Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-03-29T21:01:04.700Z] ---> 3bc0c13f30ed [2021-03-29T21:01:04.700Z] Step 3/31 : WORKDIR /edgex-go [2021-03-29T21:01:04.701Z] ---> Using cache [2021-03-29T21:01:04.701Z] ---> 8d02995f20d8 [2021-03-29T21:01:04.701Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-29T21:01:04.701Z] ---> Using cache [2021-03-29T21:01:04.701Z] ---> e90837a4b903 [2021-03-29T21:01:04.701Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-03-29T21:01:04.965Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-29T21:01:04.965Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-29T21:01:04.965Z] ---> 3bc0c13f30ed [2021-03-29T21:01:04.965Z] Step 3/23 : WORKDIR /edgex-go [2021-03-29T21:01:04.965Z] ---> Using cache [2021-03-29T21:01:04.965Z] ---> 8d02995f20d8 [2021-03-29T21:01:04.965Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-29T21:01:04.965Z] ---> Using cache [2021-03-29T21:01:04.965Z] ---> e90837a4b903 [2021-03-29T21:01:04.965Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-03-29T21:01:06.486Z] ---> Running in 730afcc14c57 [2021-03-29T21:01:06.486Z] ---> Running in 7860f6a67fdf [2021-03-29T21:01:08.434Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-29T21:01:08.434Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-29T21:01:08.434Z] ---> 3bc0c13f30ed [2021-03-29T21:01:08.434Z] Step 3/22 : WORKDIR /edgex-go [2021-03-29T21:01:08.434Z] ---> Using cache [2021-03-29T21:01:08.434Z] ---> 8d02995f20d8 [2021-03-29T21:01:08.434Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-29T21:01:08.434Z] ---> Using cache [2021-03-29T21:01:08.434Z] ---> e90837a4b903 [2021-03-29T21:01:08.434Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-03-29T21:01:09.018Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-29T21:01:09.018Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-29T21:01:09.018Z] ---> Running in f88ac7ae924e [2021-03-29T21:01:09.601Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-29T21:01:09.866Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-29T21:01:09.866Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-29T21:01:10.825Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-29T21:01:10.825Z] OK: 233 MiB in 51 packages [2021-03-29T21:01:11.350Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 23.191s coverage: 92.9% of statements [2021-03-29T21:01:11.350Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-03-29T21:01:11.350Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-03-29T21:01:11.350Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-03-29T21:01:11.350Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.064s coverage: 77.8% of statements [2021-03-29T21:01:11.350Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-03-29T21:01:11.350Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-03-29T21:01:11.350Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-03-29T21:01:11.350Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-03-29T21:01:11.350Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-03-29T21:01:11.350Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.070s coverage: 87.2% of statements [2021-03-29T21:01:11.350Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-03-29T21:01:11.350Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-03-29T21:01:11.350Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.109s coverage: 100.0% of statements [2021-03-29T21:01:11.350Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-03-29T21:01:11.350Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.144s coverage: 75.5% of statements [2021-03-29T21:01:11.350Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-03-29T21:01:11.350Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.126s coverage: 80.8% of statements [2021-03-29T21:01:11.350Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.197s coverage: 87.2% of statements [2021-03-29T21:01:11.350Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.196s coverage: 84.6% of statements [2021-03-29T21:01:11.350Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.211s coverage: 91.6% of statements [2021-03-29T21:01:11.350Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-03-29T21:01:11.350Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.555s coverage: 64.4% of statements [2021-03-29T21:01:11.350Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-03-29T21:01:11.350Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-03-29T21:01:11.350Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.119s coverage: 100.0% of statements [2021-03-29T21:01:11.350Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.075s coverage: 91.3% of statements [2021-03-29T21:01:11.350Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.049s coverage: 100.0% of statements [2021-03-29T21:01:11.625Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.089s coverage: 73.7% of statements [2021-03-29T21:01:12.609Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.061s coverage: 100.0% of statements [2021-03-29T21:01:12.776Z] OK: 233 MiB in 51 packages [2021-03-29T21:01:12.776Z] OK: 233 MiB in 51 packages [2021-03-29T21:01:16.021Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.879s coverage: 69.0% of statements [2021-03-29T21:01:16.021Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-03-29T21:01:16.021Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-03-29T21:01:16.021Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-03-29T21:01:16.100Z] Removing intermediate container 7860f6a67fdf [2021-03-29T21:01:16.100Z] ---> edeece4e88e2 [2021-03-29T21:01:16.100Z] Step 6/23 : COPY go.mod . [2021-03-29T21:01:16.369Z] Removing intermediate container 730afcc14c57 [2021-03-29T21:01:16.369Z] ---> 8d66b92653be [2021-03-29T21:01:16.369Z] Step 6/31 : COPY go.mod . [2021-03-29T21:01:16.958Z] ---> 5fb01160746a [2021-03-29T21:01:16.958Z] Step 7/23 : RUN go mod download [2021-03-29T21:01:16.958Z] Removing intermediate container f88ac7ae924e [2021-03-29T21:01:16.958Z] ---> 91ed9657acb2 [2021-03-29T21:01:16.958Z] Step 6/22 : COPY go.mod . [2021-03-29T21:01:17.469Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.457s coverage: 38.4% of statements [2021-03-29T21:01:17.469Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-03-29T21:01:17.469Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-03-29T21:01:17.469Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.090s coverage: 89.5% of statements [2021-03-29T21:01:17.469Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-03-29T21:01:17.469Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.080s coverage: 84.8% of statements [2021-03-29T21:01:17.541Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-29T21:01:17.541Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-29T21:01:17.541Z] ---> 3bc0c13f30ed [2021-03-29T21:01:17.541Z] Step 3/23 : WORKDIR /edgex-go [2021-03-29T21:01:17.541Z] ---> Using cache [2021-03-29T21:01:17.541Z] ---> 8d02995f20d8 [2021-03-29T21:01:17.541Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-29T21:01:17.541Z] ---> Using cache [2021-03-29T21:01:17.541Z] ---> e90837a4b903 [2021-03-29T21:01:17.541Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-29T21:01:17.541Z] ---> Using cache [2021-03-29T21:01:17.541Z] ---> 8d66b92653be [2021-03-29T21:01:17.541Z] Step 6/23 : COPY go.mod . [2021-03-29T21:01:18.485Z] ---> 85e403fe1851 [2021-03-29T21:01:18.485Z] Step 7/31 : RUN go mod download [2021-03-29T21:01:19.058Z] ---> Running in cc35e2b8cb3a [2021-03-29T21:01:19.633Z] ---> a2b8e2fd64b4 [2021-03-29T21:01:19.633Z] Step 7/22 : RUN go mod download [2021-03-29T21:01:20.206Z] ---> 7dc9bf7cc4df [2021-03-29T21:01:20.206Z] Step 7/23 : RUN go mod download [2021-03-29T21:01:20.783Z] ---> Running in 474f070f5c70 [2021-03-29T21:01:20.783Z] ---> Running in 469ff3fdf3cb [2021-03-29T21:01:21.047Z] ---> Running in 5d684814e878 [2021-03-29T21:01:21.312Z] Removing intermediate container c1a9efd6dc45 [2021-03-29T21:01:21.312Z] ---> 625478e5a3c9 [2021-03-29T21:01:21.312Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-03-29T21:01:21.578Z] ---> Running in be6b276e5f1d [2021-03-29T21:01:22.984Z] Removing intermediate container 474f070f5c70 [2021-03-29T21:01:22.984Z] ---> 283ffb371b5a [2021-03-29T21:01:22.984Z] Step 8/31 : COPY . . [2021-03-29T21:01:22.984Z] Removing intermediate container cc35e2b8cb3a [2021-03-29T21:01:22.984Z] ---> 6e7b83163d65 [2021-03-29T21:01:22.984Z] Step 8/23 : COPY . . [2021-03-29T21:01:23.592Z] Removing intermediate container 469ff3fdf3cb [2021-03-29T21:01:23.592Z] ---> 2df284f7953c [2021-03-29T21:01:23.592Z] Step 8/22 : COPY . . [2021-03-29T21:01:24.214Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.421s coverage: 47.0% of statements [2021-03-29T21:01:24.214Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-03-29T21:01:24.214Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-03-29T21:01:24.214Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-03-29T21:01:24.214Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-03-29T21:01:24.214Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-03-29T21:01:24.214Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.121s coverage: 100.0% of statements [2021-03-29T21:01:24.214Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-03-29T21:01:24.214Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.122s coverage: 100.0% of statements [2021-03-29T21:01:24.214Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-03-29T21:01:24.214Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-03-29T21:01:24.214Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-03-29T21:01:24.214Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-03-29T21:01:24.214Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.389s coverage: 87.1% of statements [2021-03-29T21:01:24.214Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-03-29T21:01:24.214Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-03-29T21:01:24.214Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-03-29T21:01:24.557Z] Collecting docker-compose==1.23.2 [2021-03-29T21:01:24.818Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-03-29T21:01:27.376Z] Collecting docker<4.0,>=3.6.0 [2021-03-29T21:01:27.961Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-03-29T21:01:27.961Z] Removing intermediate container 5d684814e878 [2021-03-29T21:01:27.961Z] ---> 7c2207223bd1 [2021-03-29T21:01:27.961Z] Step 8/23 : COPY . . [2021-03-29T21:01:28.227Z] Collecting PyYAML<4,>=3.10 [2021-03-29T21:01:28.227Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-03-29T21:01:30.955Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.289s coverage: 29.1% of statements [2021-03-29T21:01:30.955Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-03-29T21:01:30.955Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-03-29T21:01:30.955Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-03-29T21:01:30.955Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-03-29T21:01:30.955Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-03-29T21:01:30.955Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.240s coverage: 99.0% of statements [2021-03-29T21:01:30.955Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-03-29T21:01:30.955Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.154s coverage: 100.0% of statements [2021-03-29T21:01:30.955Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-03-29T21:01:30.955Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-03-29T21:01:30.955Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-03-29T21:01:30.955Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-03-29T21:01:30.955Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.272s coverage: 94.6% of statements [2021-03-29T21:01:30.955Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-03-29T21:01:30.955Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-03-29T21:01:30.955Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-03-29T21:01:30.955Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.049s coverage: 0.0% of statements [2021-03-29T21:01:30.955Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-03-29T21:01:30.955Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.073s coverage: 100.0% of statements [2021-03-29T21:01:30.955Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-03-29T21:01:30.955Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-03-29T21:01:30.955Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-03-29T21:01:30.955Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-03-29T21:01:31.231Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.122s coverage: 87.9% of statements [2021-03-29T21:01:31.231Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-03-29T21:01:31.231Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-03-29T21:01:31.231Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.081s coverage: 100.0% of statements [2021-03-29T21:01:32.215Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.118s coverage: 32.1% of statements [2021-03-29T21:01:33.648Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.077s coverage: 100.0% of statements [2021-03-29T21:01:34.243Z] GO111MODULE=on go vet ./... [2021-03-29T21:01:36.653Z] Collecting docopt<0.7,>=0.6.1 [2021-03-29T21:01:36.653Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-03-29T21:01:37.233Z] Collecting texttable<0.10,>=0.9.0 [2021-03-29T21:01:37.233Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-03-29T21:01:38.645Z] 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-29T21:01:40.315Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-03-29T21:01:40.315Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-03-29T21:01:40.591Z] Collecting dockerpty<0.5,>=0.4.1 [2021-03-29T21:01:40.591Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-03-29T21:01:43.167Z] Collecting cached-property<2,>=1.2.0 [2021-03-29T21:01:43.167Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-03-29T21:01:45.751Z] Collecting jsonschema<3,>=2.5.1 [2021-03-29T21:01:45.751Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-03-29T21:01:47.163Z] Collecting websocket-client<1.0,>=0.32.0 [2021-03-29T21:01:47.163Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-03-29T21:01:48.136Z] Collecting docker-pycreds>=0.4.0 [2021-03-29T21:01:48.136Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-03-29T21:01:48.136Z] 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-29T21:01:48.136Z] 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-29T21:01:48.401Z] Collecting urllib3<1.25,>=1.21.1 [2021-03-29T21:01:48.401Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-03-29T21:01:48.671Z] Collecting idna<2.8,>=2.5 [2021-03-29T21:01:48.671Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-03-29T21:01:48.671Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-03-29T21:01:48.671Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-03-29T21:01:48.671Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-03-29T21:01:48.671Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-03-29T21:01:48.946Z] Installing collected packages: docker-pycreds, urllib3, idna, requests, websocket-client, docker, PyYAML, docopt, texttable, dockerpty, cached-property, jsonschema, docker-compose [2021-03-29T21:01:49.526Z] Attempting uninstall: urllib3 [2021-03-29T21:01:49.526Z] Found existing installation: urllib3 1.25.9 [2021-03-29T21:01:49.526Z] Uninstalling urllib3-1.25.9: [2021-03-29T21:01:52.899Z] Successfully uninstalled urllib3-1.25.9 [2021-03-29T21:01:53.495Z] Attempting uninstall: idna [2021-03-29T21:01:53.495Z] Found existing installation: idna 2.9 [2021-03-29T21:01:53.495Z] Uninstalling idna-2.9: [2021-03-29T21:01:53.783Z] Successfully uninstalled idna-2.9 [2021-03-29T21:01:54.077Z] Attempting uninstall: requests [2021-03-29T21:01:54.077Z] Found existing installation: requests 2.23.0 [2021-03-29T21:01:54.077Z] Uninstalling requests-2.23.0: [2021-03-29T21:01:54.388Z] Successfully uninstalled requests-2.23.0 [2021-03-29T21:01:55.858Z] Running setup.py install for PyYAML: started [2021-03-29T21:02:01.212Z] Running setup.py install for PyYAML: finished with status 'done' [2021-03-29T21:02:01.212Z] Running setup.py install for docopt: started [2021-03-29T21:02:01.212Z] Running setup.py install for docopt: finished with status 'done' [2021-03-29T21:02:01.212Z] Running setup.py install for texttable: started [2021-03-29T21:02:01.553Z] Running setup.py install for texttable: finished with status 'done' [2021-03-29T21:02:01.816Z] Running setup.py install for dockerpty: started [2021-03-29T21:02:02.402Z] Running setup.py install for dockerpty: finished with status 'done' [2021-03-29T21:02:02.995Z] ---> ff957d2a910e [2021-03-29T21:02:02.995Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-03-29T21:02:02.995Z] ---> 96fc186ee3a5 [2021-03-29T21:02:02.995Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-03-29T21:02:02.995Z] ---> ff013c78fc33 [2021-03-29T21:02:02.995Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-03-29T21:02:03.584Z] ---> 2e8c3d1ae5f7 [2021-03-29T21:02:03.584Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-03-29T21:02:03.859Z] ---> Running in 9ef9c4720992 [2021-03-29T21:02:03.859Z] ---> Running in 7d9755f853b6 [2021-03-29T21:02:03.859Z] ---> Running in 436721f64b9b [2021-03-29T21:02:03.859Z] ---> Running in 2b738c7e3131 [2021-03-29T21:02:04.129Z] 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-29T21:02:05.138Z] 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-29T21:02:05.138Z] 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-29T21:02:05.138Z] 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-29T21:02:05.410Z] 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-29T21:02:08.797Z] Removing intermediate container be6b276e5f1d [2021-03-29T21:02:08.797Z] ---> 77a49cfa8c4d [2021-03-29T21:02:08.797Z] Step 21/26 : RUN apk --no-cache add curl [2021-03-29T21:02:08.797Z] ---> Running in c9fa8aa9d7b2 [2021-03-29T21:02:10.263Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-29T21:02:10.263Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-29T21:02:10.263Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-03-29T21:02:10.538Z] (2/3) Installing libcurl (7.69.1-r3) [2021-03-29T21:02:10.538Z] (3/3) Installing curl (7.69.1-r3) [2021-03-29T21:02:10.538Z] Executing busybox-1.31.1-r19.trigger [2021-03-29T21:02:10.538Z] OK: 72 MiB in 58 packages [2021-03-29T21:02:13.142Z] Removing intermediate container c9fa8aa9d7b2 [2021-03-29T21:02:13.142Z] ---> 407e4fd93a8a [2021-03-29T21:02:13.142Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-03-29T21:02:13.427Z] ---> Running in bc407f87cdee [2021-03-29T21:02:13.697Z] Removing intermediate container bc407f87cdee [2021-03-29T21:02:13.697Z] ---> 68e659dfe170 [2021-03-29T21:02:13.697Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-29T21:02:13.973Z] ---> Running in 9eca93ab8927 [2021-03-29T21:02:14.251Z] Removing intermediate container 9eca93ab8927 [2021-03-29T21:02:14.251Z] ---> d131858648ee [2021-03-29T21:02:14.251Z] Step 24/26 : LABEL arch=x86_64 [2021-03-29T21:02:14.519Z] ---> Running in 635110ec5da9 [2021-03-29T21:02:15.116Z] Removing intermediate container 635110ec5da9 [2021-03-29T21:02:15.116Z] ---> 7fab451e02a8 [2021-03-29T21:02:15.116Z] Step 25/26 : LABEL git_sha=49fe07c0865b4f764a46dfa194199239fc0884ee [2021-03-29T21:02:15.116Z] ---> Running in 0d8c8e0bf2a0 [2021-03-29T21:02:15.386Z] Removing intermediate container 0d8c8e0bf2a0 [2021-03-29T21:02:15.386Z] ---> a3c21ad1c6c9 [2021-03-29T21:02:15.386Z] Step 26/26 : LABEL version=0.0.0 [2021-03-29T21:02:15.386Z] ---> Running in 234ac2e183a6 [2021-03-29T21:02:15.655Z] Removing intermediate container 234ac2e183a6 [2021-03-29T21:02:15.655Z] ---> fd07419ceb33 [2021-03-29T21:02:15.655Z] [2021-03-29T21:02:15.925Z] Successfully built fd07419ceb33 [2021-03-29T21:02:16.191Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-03-29T21:02:43.775Z]  Building docker-sys-mgmt-agent-go ... done Removing intermediate container 2b738c7e3131 [2021-03-29T21:02:43.775Z] ---> 408716a70ec5 [2021-03-29T21:02:43.775Z] [2021-03-29T21:02:43.775Z] Step 10/31 : FROM alpine:3.12 [2021-03-29T21:02:43.775Z] ---> 42cb162f0360 [2021-03-29T21:02:43.775Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-03-29T21:02:43.775Z] ---> Running in e518a23b4154 [2021-03-29T21:02:43.775Z] Removing intermediate container e518a23b4154 [2021-03-29T21:02:43.775Z] ---> 107b1df05de2 [2021-03-29T21:02:43.775Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-03-29T21:02:43.775Z] ---> Running in 93ca46f5d826 [2021-03-29T21:02:45.727Z] Removing intermediate container 9ef9c4720992 [2021-03-29T21:02:45.727Z] ---> 597871e3dc26 [2021-03-29T21:02:45.727Z] [2021-03-29T21:02:45.727Z] Step 10/22 : FROM alpine:3.12 [2021-03-29T21:02:45.727Z] ---> 42cb162f0360 [2021-03-29T21:02:45.727Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-03-29T21:02:45.727Z] Removing intermediate container 436721f64b9b [2021-03-29T21:02:45.727Z] ---> 9f758607db78 [2021-03-29T21:02:45.727Z] [2021-03-29T21:02:45.727Z] Step 10/23 : FROM alpine:3.12 [2021-03-29T21:02:45.727Z] ---> 42cb162f0360 [2021-03-29T21:02:45.727Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-29T21:02:45.727Z] ---> Using cache [2021-03-29T21:02:45.727Z] ---> 339b3c23d367 [2021-03-29T21:02:45.727Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-29T21:02:45.727Z] ---> Using cache [2021-03-29T21:02:45.727Z] ---> 93d2d9861d9a [2021-03-29T21:02:45.727Z] Step 13/23 : ENV APP_PORT=48082 [2021-03-29T21:02:46.327Z] ---> Running in 599d16340a85 [2021-03-29T21:02:46.595Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-29T21:02:46.595Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-29T21:02:46.870Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-03-29T21:02:46.870Z] (2/2) Installing su-exec (0.2-r1) [2021-03-29T21:02:46.870Z] Executing busybox-1.31.1-r19.trigger [2021-03-29T21:02:46.870Z] OK: 6 MiB in 16 packages [2021-03-29T21:02:46.870Z] ---> Running in 98a911e7d2cf [2021-03-29T21:02:48.275Z] Removing intermediate container 7d9755f853b6 [2021-03-29T21:02:48.275Z] ---> 32e61d121339 [2021-03-29T21:02:48.275Z] [2021-03-29T21:02:48.275Z] Step 10/23 : FROM alpine:3.12 [2021-03-29T21:02:48.275Z] ---> 42cb162f0360 [2021-03-29T21:02:48.275Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-03-29T21:02:48.275Z] Removing intermediate container 98a911e7d2cf [2021-03-29T21:02:48.275Z] ---> ae06cfdea9a2 [2021-03-29T21:02:48.275Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-29T21:02:48.275Z] ---> Running in 528d9aee3eec [2021-03-29T21:02:48.275Z] ---> Running in 7fba4cdc1c85 [2021-03-29T21:02:48.275Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-29T21:02:48.543Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-29T21:02:48.543Z] Removing intermediate container 93ca46f5d826 [2021-03-29T21:02:48.543Z] ---> b3e8bf6b4e47 [2021-03-29T21:02:48.543Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-03-29T21:02:48.543Z] Removing intermediate container 528d9aee3eec [2021-03-29T21:02:48.543Z] ---> be7191711fa6 [2021-03-29T21:02:48.543Z] Step 12/23 : ENV APP_PORT=48080 [2021-03-29T21:02:48.543Z] ---> Running in a4f892cf2c29 [2021-03-29T21:02:48.543Z] (1/2) Installing ca-certificates (20191127-r4) [2021-03-29T21:02:48.543Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-03-29T21:02:48.806Z] Executing busybox-1.31.1-r19.trigger [2021-03-29T21:02:48.806Z] Executing ca-certificates-20191127-r4.trigger [2021-03-29T21:02:48.806Z] OK: 6 MiB in 16 packages [2021-03-29T21:02:48.806Z] Removing intermediate container 7fba4cdc1c85 [2021-03-29T21:02:48.806Z] ---> ebbb0d0b8d91 [2021-03-29T21:02:48.806Z] Step 15/23 : WORKDIR / [2021-03-29T21:02:48.806Z] ---> Running in 0140d51b0f6d [2021-03-29T21:02:49.072Z] ---> Running in eff063472535 [2021-03-29T21:02:49.072Z] Removing intermediate container a4f892cf2c29 [2021-03-29T21:02:49.072Z] ---> abcb72ced65f [2021-03-29T21:02:49.072Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-03-29T21:02:49.354Z] Removing intermediate container 0140d51b0f6d [2021-03-29T21:02:49.354Z] ---> 1b37b871a6cc [2021-03-29T21:02:49.354Z] Step 13/23 : EXPOSE $APP_PORT [2021-03-29T21:02:49.354Z] ---> Running in cc0d69cd1814 [2021-03-29T21:02:49.354Z] ---> Running in 2bad84cf630a [2021-03-29T21:02:49.619Z] Removing intermediate container eff063472535 [2021-03-29T21:02:49.619Z] ---> ae8903242ebd [2021-03-29T21:02:49.619Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-29T21:02:49.882Z] Removing intermediate container 599d16340a85 [2021-03-29T21:02:49.882Z] ---> 8f7360e434c5 [2021-03-29T21:02:49.882Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-29T21:02:49.882Z] Removing intermediate container cc0d69cd1814 [2021-03-29T21:02:49.882Z] ---> 30bd950983bc [2021-03-29T21:02:49.882Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-03-29T21:02:49.882Z] Removing intermediate container 2bad84cf630a [2021-03-29T21:02:49.882Z] ---> dad0fc717924 [2021-03-29T21:02:49.882Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-29T21:02:50.844Z] ---> Running in f6260af9060d [2021-03-29T21:02:50.845Z] ---> Running in 85aa4c9c7cd5 [2021-03-29T21:02:50.845Z] ---> Running in 75d9a8fc2c0c [2021-03-29T21:02:50.845Z] ---> 94cba7ab5814 [2021-03-29T21:02:50.845Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-03-29T21:02:51.109Z] Removing intermediate container f6260af9060d [2021-03-29T21:02:51.109Z] ---> 845a408714f5 [2021-03-29T21:02:51.109Z] Step 13/22 : ENV APP_PORT=48060 [2021-03-29T21:02:51.376Z] ---> Running in 22b8f8011561 [2021-03-29T21:02:51.649Z] ---> d6f4854441cb [2021-03-29T21:02:51.649Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-03-29T21:02:51.649Z] Removing intermediate container 22b8f8011561 [2021-03-29T21:02:51.649Z] ---> 15bee5af5287 [2021-03-29T21:02:51.649Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-29T21:02:51.649Z] ---> Running in 6cf9c9e8ea09 [2021-03-29T21:02:51.919Z] Removing intermediate container 6cf9c9e8ea09 [2021-03-29T21:02:51.919Z] ---> 45bd804c76a7 [2021-03-29T21:02:51.919Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-29T21:02:51.919Z] ---> bea9497d8876 [2021-03-29T21:02:51.919Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-03-29T21:02:52.181Z] ---> Running in 1dc92709220a [2021-03-29T21:02:52.447Z] ---> d38f9ec63414 [2021-03-29T21:02:52.447Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-03-29T21:02:52.447Z] Removing intermediate container 1dc92709220a [2021-03-29T21:02:52.447Z] ---> baeec81b5a83 [2021-03-29T21:02:52.447Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-29T21:02:52.710Z] ---> Running in 3b33476383e4 [2021-03-29T21:02:52.710Z] Removing intermediate container 75d9a8fc2c0c [2021-03-29T21:02:52.710Z] ---> 1724768e1f7a [2021-03-29T21:02:52.710Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-03-29T21:02:52.710Z] Removing intermediate container 85aa4c9c7cd5 [2021-03-29T21:02:52.710Z] ---> d7d6780210e3 [2021-03-29T21:02:52.710Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-03-29T21:02:52.971Z] ---> Running in 5e89bc503896 [2021-03-29T21:02:52.971Z] ---> Running in a74c1307680d [2021-03-29T21:02:52.971Z] Removing intermediate container 3b33476383e4 [2021-03-29T21:02:52.971Z] ---> f28ce275f204 [2021-03-29T21:02:52.971Z] Step 21/23 : LABEL arch=x86_64 [2021-03-29T21:02:52.971Z] ---> baab8082daa7 [2021-03-29T21:02:52.971Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-03-29T21:02:53.233Z] ---> Running in 751c26b23f60 [2021-03-29T21:02:53.495Z] Removing intermediate container a74c1307680d [2021-03-29T21:02:53.495Z] ---> 818675025570 [2021-03-29T21:02:53.495Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-03-29T21:02:53.495Z] ---> 26b3fb54fc63 [2021-03-29T21:02:53.495Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-03-29T21:02:54.067Z] ---> Running in 2da25257a543 [2021-03-29T21:02:54.067Z] Removing intermediate container 751c26b23f60 [2021-03-29T21:02:54.067Z] ---> c80f3e9456e8 [2021-03-29T21:02:54.067Z] Step 22/23 : LABEL git_sha=49fe07c0865b4f764a46dfa194199239fc0884ee [2021-03-29T21:02:54.067Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-29T21:02:54.067Z] ---> Running in 6dff49aac042 [2021-03-29T21:02:54.067Z] ---> 3612b11f5862 [2021-03-29T21:02:54.067Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-03-29T21:02:54.331Z] ---> Running in 9d00589d27c6 [2021-03-29T21:02:54.331Z] Removing intermediate container 2da25257a543 [2021-03-29T21:02:54.331Z] ---> 07716223bc00 [2021-03-29T21:02:54.331Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-29T21:02:54.595Z] Removing intermediate container 6dff49aac042 [2021-03-29T21:02:54.595Z] ---> 4d507e237e85 [2021-03-29T21:02:54.595Z] Step 23/23 : LABEL version=0.0.0 [2021-03-29T21:02:54.595Z] ---> Running in bf65760372ee [2021-03-29T21:02:54.595Z] ---> Running in 59a1eddc0db2 [2021-03-29T21:02:54.595Z] Removing intermediate container bf65760372ee [2021-03-29T21:02:54.595Z] ---> 450adda35730 [2021-03-29T21:02:54.595Z] Step 20/22 : LABEL arch=x86_64 [2021-03-29T21:02:54.857Z] ---> Running in 9e71b4ce5be5 [2021-03-29T21:02:54.857Z] Removing intermediate container 59a1eddc0db2 [2021-03-29T21:02:54.857Z] ---> 5a6543c29890 [2021-03-29T21:02:54.857Z] [2021-03-29T21:02:55.144Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-29T21:02:55.144Z] Removing intermediate container 9e71b4ce5be5 [2021-03-29T21:02:55.144Z] ---> 7466dac1d923 [2021-03-29T21:02:55.144Z] Step 21/22 : LABEL git_sha=49fe07c0865b4f764a46dfa194199239fc0884ee [2021-03-29T21:02:55.144Z] Successfully built 5a6543c29890 [2021-03-29T21:02:55.144Z] ---> Running in 43de33fc43a9 [2021-03-29T21:02:55.144Z] Successfully tagged docker-core-command-go:latest [2021-03-29T21:02:55.407Z]  Building docker-core-command-go ... done Removing intermediate container 43de33fc43a9 [2021-03-29T21:02:55.407Z] ---> 50be476b188d [2021-03-29T21:02:55.407Z] Step 22/22 : LABEL version=0.0.0 [2021-03-29T21:02:55.407Z] ---> Running in fac2c33da450 [2021-03-29T21:02:55.675Z] Removing intermediate container 9d00589d27c6 [2021-03-29T21:02:55.675Z] ---> dd60dbed7e95 [2021-03-29T21:02:55.675Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-29T21:02:55.942Z] Removing intermediate container fac2c33da450 [2021-03-29T21:02:55.942Z] ---> 833939021940 [2021-03-29T21:02:55.942Z] [2021-03-29T21:02:55.942Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-03-29T21:02:55.942Z] (2/6) Installing libgcc (9.3.0-r2) [2021-03-29T21:02:55.942Z] ---> edf7a09e616c [2021-03-29T21:02:55.942Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-03-29T21:02:55.942Z] (3/6) Installing libsodium (1.0.18-r0) [2021-03-29T21:02:56.079Z] gofmt -l . [2021-03-29T21:02:56.079Z] [ "`gofmt -l .`" = "" ] [2021-03-29T21:02:56.079Z] ./bin/test-go-mod-tidy.sh [2021-03-29T21:02:56.079Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-03-29T21:02:56.206Z] Successfully built 833939021940 [2021-03-29T21:02:56.206Z] Successfully tagged docker-support-notifications-go:latest [2021-03-29T21:02:56.206Z]  Building docker-support-notifications-go ... done (4/6) Installing libstdc++ (9.3.0-r2) [2021-03-29T21:02:56.744Z] + ls -al . [2021-03-29T21:02:56.744Z] total 808 [2021-03-29T21:02:56.744Z] drwxrwxr-x 9 1001 1001 4096 Mar 29 21:02 . [2021-03-29T21:02:56.744Z] drwxr-xr-x 4 root root 4096 Mar 29 20:58 .. [2021-03-29T21:02:56.744Z] -rw-rw-r-- 1 1001 1001 11 Mar 29 20:57 .dockerignore [2021-03-29T21:02:56.744Z] drwxrwxr-x 8 1001 1001 4096 Mar 29 20:57 .git [2021-03-29T21:02:56.744Z] drwxrwxr-x 3 1001 1001 4096 Mar 29 20:57 .github [2021-03-29T21:02:56.744Z] -rw-rw-r-- 1 1001 1001 818 Mar 29 20:57 .gitignore [2021-03-29T21:02:56.744Z] -rw-rw-r-- 1 1001 1001 166 Mar 29 20:57 .sonarcloud.properties [2021-03-29T21:02:56.744Z] -rw-rw-r-- 1 1001 1001 8607 Mar 29 20:57 Attribution.txt [2021-03-29T21:02:56.744Z] -rw-rw-r-- 1 1001 1001 3804 Mar 29 20:57 CONTRIBUTING.md [2021-03-29T21:02:56.744Z] -rw-rw-r-- 1 1001 1001 931 Mar 29 20:57 Dockerfile.build [2021-03-29T21:02:56.744Z] -rw-rw-r-- 1 1001 1001 863 Mar 29 20:57 Jenkinsfile [2021-03-29T21:02:56.744Z] -rw-rw-r-- 1 1001 1001 10775 Mar 29 20:57 LICENSE [2021-03-29T21:02:56.744Z] -rw-rw-r-- 1 1001 1001 5774 Mar 29 20:57 Makefile [2021-03-29T21:02:56.744Z] -rw-rw-r-- 1 1001 1001 6548 Mar 29 20:57 README.md [2021-03-29T21:02:56.744Z] -rw-rw-r-- 1 1001 1001 6755 Mar 29 20:57 SECURITY.md [2021-03-29T21:02:56.744Z] -rw-rw-r-- 1 1001 1001 5 Mar 29 20:54 VERSION [2021-03-29T21:02:56.744Z] -rw-rw-r-- 1 1001 1001 4131 Mar 29 20:57 ZMQWindows.md [2021-03-29T21:02:56.744Z] drwxrwxr-x 2 1001 1001 4096 Mar 29 20:57 bin [2021-03-29T21:02:56.744Z] drwxrwxr-x 14 1001 1001 4096 Mar 29 20:57 cmd [2021-03-29T21:02:56.744Z] -rw-r--r-- 1 root root 668090 Mar 29 21:01 coverage.out [2021-03-29T21:02:56.744Z] -rw-r--r-- 1 root root 1056 Mar 29 21:02 go.mod [2021-03-29T21:02:56.744Z] -rw-r--r-- 1 root root 22646 Mar 29 21:02 go.sum [2021-03-29T21:02:56.744Z] drwxrwxr-x 8 1001 1001 4096 Mar 29 20:57 internal [2021-03-29T21:02:56.744Z] drwxrwxr-x 4 1001 1001 4096 Mar 29 20:57 openapi [2021-03-29T21:02:56.744Z] drwxrwxr-x 4 1001 1001 4096 Mar 29 20:57 snap [2021-03-29T21:02:56.744Z] -rw-rw-r-- 1 1001 1001 168 Mar 29 20:57 version.go [Pipeline] sh [2021-03-29T21:02:56.781Z] (5/6) Installing libzmq (4.3.3-r0) [2021-03-29T21:02:56.781Z] ---> 83299b2a7385 [2021-03-29T21:02:56.781Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-03-29T21:02:56.781Z] (6/6) Installing zeromq (4.3.3-r0) [2021-03-29T21:02:56.781Z] Executing busybox-1.31.1-r19.trigger [2021-03-29T21:02:56.781Z] OK: 8 MiB in 20 packages [2021-03-29T21:02:57.045Z] ---> b6e5097c41df [2021-03-29T21:02:57.045Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-03-29T21:02:57.309Z] ---> 21f9e1297f52 [2021-03-29T21:02:57.309Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-03-29T21:02:57.420Z] + '[' -e coverage.out ] [2021-03-29T21:02:57.420Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-03-29T21:02:57.490Z] Warning: overwriting stash ‘coverage-report’ [2021-03-29T21:02:57.575Z] Removing intermediate container 5e89bc503896 [2021-03-29T21:02:57.575Z] ---> a9a597b297a8 [2021-03-29T21:02:57.575Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-29T21:02:57.575Z] ---> 17a51f436320 [2021-03-29T21:02:57.575Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-03-29T21:02:57.836Z] ---> Running in 12f0fbd7fa20 [2021-03-29T21:02:57.836Z] ---> 4fb6bddaae85 [2021-03-29T21:02:57.836Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-03-29T21:02:58.104Z] Removing intermediate container 12f0fbd7fa20 [2021-03-29T21:02:58.104Z] ---> 82269c1a890e [2021-03-29T21:02:58.104Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-03-29T21:02:58.368Z] ---> 7966df240891 [2021-03-29T21:02:58.369Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-03-29T21:02:58.369Z] ---> 47147dcc66cb [2021-03-29T21:02:58.369Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-03-29T21:02:58.634Z] ---> Running in bbc8a04792cc [2021-03-29T21:02:58.763Z] Stashed 1 file(s) [Pipeline] sh [2021-03-29T21:02:58.904Z] ---> c8c7ffe55720 [2021-03-29T21:02:58.904Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-03-29T21:02:58.904Z] ---> Running in 72257963e4e4 [2021-03-29T21:02:59.172Z] Removing intermediate container 72257963e4e4 [2021-03-29T21:02:59.172Z] ---> 4214c57179ce [2021-03-29T21:02:59.172Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-29T21:02:59.172Z] ---> Running in 5b2d8a366961 [2021-03-29T21:02:59.440Z] Removing intermediate container 5b2d8a366961 [2021-03-29T21:02:59.440Z] ---> b4f9386329cd [2021-03-29T21:02:59.440Z] Step 21/23 : LABEL arch=x86_64 [2021-03-29T21:02:59.511Z] + make build [2021-03-29T21:02:59.511Z] 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-29T21:02:59.707Z] ---> Running in 35d4822d3ee8 [2021-03-29T21:02:59.708Z] Removing intermediate container 35d4822d3ee8 [2021-03-29T21:02:59.708Z] ---> ba20faec1ed6 [2021-03-29T21:02:59.708Z] Step 22/23 : LABEL git_sha=49fe07c0865b4f764a46dfa194199239fc0884ee [2021-03-29T21:02:59.708Z] Removing intermediate container bbc8a04792cc [2021-03-29T21:02:59.708Z] ---> f2607a5cfd92 [2021-03-29T21:02:59.708Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-03-29T21:02:59.708Z] ---> Running in c6b6113d2855 [2021-03-29T21:02:59.975Z] ---> Running in 12418dc42842 [2021-03-29T21:03:00.244Z] Removing intermediate container c6b6113d2855 [2021-03-29T21:03:00.244Z] ---> ed65c36a1bc2 [2021-03-29T21:03:00.244Z] Step 23/23 : LABEL version=0.0.0 [2021-03-29T21:03:00.244Z] ---> Running in e4996df6024a [2021-03-29T21:03:00.244Z] Removing intermediate container 12418dc42842 [2021-03-29T21:03:00.244Z] ---> dabc9ed497fb [2021-03-29T21:03:00.244Z] Step 28/31 : CMD ["gate"] [2021-03-29T21:03:00.506Z] ---> Running in f30d6d832e16 [2021-03-29T21:03:00.506Z] Removing intermediate container e4996df6024a [2021-03-29T21:03:00.506Z] ---> 864174d9efb9 [2021-03-29T21:03:00.506Z] [2021-03-29T21:03:00.770Z] Successfully built 864174d9efb9 [2021-03-29T21:03:01.034Z] Removing intermediate container f30d6d832e16 [2021-03-29T21:03:01.034Z] ---> 829c3cff5078 [2021-03-29T21:03:01.034Z] Step 29/31 : LABEL arch=x86_64 [2021-03-29T21:03:01.034Z] Successfully tagged docker-core-data-go:latest [2021-03-29T21:03:01.314Z]  Building docker-core-data-go ... done  ---> Running in 0dbf97ba6019 [2021-03-29T21:03:01.578Z] Removing intermediate container 0dbf97ba6019 [2021-03-29T21:03:01.578Z] ---> ee03918959ad [2021-03-29T21:03:01.578Z] Step 30/31 : LABEL git_sha=49fe07c0865b4f764a46dfa194199239fc0884ee [2021-03-29T21:03:01.578Z] ---> Running in 04bb8b6d4b2d [2021-03-29T21:03:01.842Z] Removing intermediate container 04bb8b6d4b2d [2021-03-29T21:03:01.842Z] ---> a5b7771afffd [2021-03-29T21:03:01.842Z] Step 31/31 : LABEL version=0.0.0 [2021-03-29T21:03:02.108Z] ---> Running in e39adfcb5851 [2021-03-29T21:03:02.108Z] Removing intermediate container e39adfcb5851 [2021-03-29T21:03:02.108Z] ---> 88c8f016ae29 [2021-03-29T21:03:02.108Z] [2021-03-29T21:03:02.373Z] Successfully built 88c8f016ae29 [2021-03-29T21:03:02.373Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-03-29T21:03:02.975Z]  Building docker-security-bootstrapper-go ... done  [Pipeline] } [2021-03-29T21:03:03.030Z] $ docker stop --time=1 ebd4561fd12ee5ac181c04dfb7a8a26a8bda68a35700079729b5ef810a7ee246 [2021-03-29T21:03:04.633Z] $ docker rm -f ebd4561fd12ee5ac181c04dfb7a8a26a8bda68a35700079729b5ef810a7ee246 [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-29T21:03:05.220Z] + docker images [2021-03-29T21:03:05.220Z] + grep docker [2021-03-29T21:03:05.483Z] docker-security-bootstrapper-go latest 88c8f016ae29 3 seconds ago 18.9MB [2021-03-29T21:03:05.483Z] docker-core-data-go latest 864174d9efb9 5 seconds ago 22.7MB [2021-03-29T21:03:05.483Z] docker-support-notifications-go latest 833939021940 10 seconds ago 17.9MB [2021-03-29T21:03:05.483Z] docker-core-command-go latest 5a6543c29890 11 seconds ago 17.3MB [2021-03-29T21:03:05.483Z] docker-sys-mgmt-agent-go latest fd07419ceb33 50 seconds ago 314MB [2021-03-29T21:03:05.483Z] docker-security-secretstore-setup-go latest 7f2b09c4ab05 2 minutes ago 25.7MB [2021-03-29T21:03:05.483Z] docker-core-metadata-go latest 01dc79005121 2 minutes ago 19MB [2021-03-29T21:03:05.483Z] docker-support-scheduler-go latest a8944d6838f9 2 minutes ago 17.4MB [2021-03-29T21:03:05.483Z] docker-security-proxy-setup-go latest fa2cdd4cc033 2 minutes ago 25.4MB [2021-03-29T21:03:05.483Z] 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-29T21:03:09.686Z] 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-29T21:03:21.318Z] Still waiting to schedule task [2021-03-29T21:03:21.318Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2021-03-29T21:03:36.504Z] 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-29T21:03:39.120Z] 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-29T21:03:44.522Z] 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-29T21:03:45.504Z] 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-29T21:03:50.913Z] 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-29T21:03:56.310Z] 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-29T21:04:00.610Z] 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-29T21:04:04.915Z] 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-29T21:04:07.528Z] 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-29T21:04:12.951Z] 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-29T21:04:13.133Z] Running on prd-ubuntu18.04-docker-8c-8g-31860 in /w/workspace/edgexfoundry_edgex-go_PR-3300 [Pipeline] { [Pipeline] ws [2021-03-29T21:04:13.218Z] Running in /w/workspace/edgex-go/4 [Pipeline] { [Pipeline] checkout [2021-03-29T21:04:15.569Z] using credential edgex-jenkins-ssh [2021-03-29T21:04:15.630Z] Cloning the remote Git repository [2021-03-29T21:04:15.648Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-03-29T21:04:15.714Z] > git init /w/workspace/edgex-go/4 # timeout=10 [2021-03-29T21:04:15.774Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-29T21:04:15.774Z] > git --version # timeout=10 [2021-03-29T21:04:15.783Z] > git --version # 'git version 2.17.1' [2021-03-29T21:04:15.783Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-29T21:04:15.810Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [Pipeline] } [2021-03-29T21:04:18.399Z] $ docker stop --time=1 6411739a39b77f6a8a0bf01d19ff5f9529f4eec09650b92387919f8390a6a292 [2021-03-29T21:04:20.781Z] $ docker rm -f 6411739a39b77f6a8a0bf01d19ff5f9529f4eec09650b92387919f8390a6a292 [2021-03-29T21:04:21.698Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-29T21:04:21.703Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-29T21:04:21.712Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-29T21:04:21.724Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-29T21:04:21.724Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-29T21:04:21.728Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3300/head:refs/remotes/origin/PR-3300 +refs/heads/master:refs/remotes/origin/master # timeout=10 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [2021-03-29T21:04:22.182Z] Merging remotes/origin/master commit 26d77b84fb2d9fed3cb020dc876dcb0bb8438935 into PR head commit 49fe07c0865b4f764a46dfa194199239fc0884ee [Pipeline] } [Pipeline] // stage [2021-03-29T21:04:22.345Z] Merge succeeded, producing 49fe07c0865b4f764a46dfa194199239fc0884ee [2021-03-29T21:04:22.346Z] Checking out Revision 49fe07c0865b4f764a46dfa194199239fc0884ee (PR-3300) [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-29T21:04:22.934Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-29T21:04:22.934Z] [2021-03-29T21:04:22.934Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-29T21:04:22.187Z] > git config core.sparsecheckout # timeout=10 [2021-03-29T21:04:22.191Z] > git checkout -f 49fe07c0865b4f764a46dfa194199239fc0884ee # timeout=10 [2021-03-29T21:04:22.308Z] > git remote # timeout=10 [2021-03-29T21:04:22.313Z] > git config --get remote.origin.url # timeout=10 [2021-03-29T21:04:22.318Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-29T21:04:22.322Z] > git merge 26d77b84fb2d9fed3cb020dc876dcb0bb8438935 # timeout=10 [2021-03-29T21:04:22.338Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-03-29T21:04:22.346Z] > git config core.sparsecheckout # timeout=10 [2021-03-29T21:04:22.349Z] > git checkout -f 49fe07c0865b4f764a46dfa194199239fc0884ee # timeout=10 [Pipeline] isUnix [Pipeline] sh [2021-03-29T21:04:23.587Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-29T21:04:23.860Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-03-29T21:04:23.860Z] 29e5d40040c1: Pulling fs layer [2021-03-29T21:04:23.860Z] 1ce36da41761: Pulling fs layer [2021-03-29T21:04:23.860Z] 25b303627fd3: Pulling fs layer [2021-03-29T21:04:23.860Z] 29e5d40040c1: Download complete [2021-03-29T21:04:24.456Z] 1ce36da41761: Verifying Checksum [2021-03-29T21:04:24.456Z] 1ce36da41761: Download complete [2021-03-29T21:04:24.456Z] 29e5d40040c1: Pull complete [2021-03-29T21:04:25.927Z] 1ce36da41761: Pull complete [2021-03-29T21:04:25.927Z] 25b303627fd3: Verifying Checksum [2021-03-29T21:04:25.927Z] 25b303627fd3: Download complete [2021-03-29T21:04:26.076Z] Commit message: "Merge branch 'master' into dependabot/go_modules/github.com/edgexfoundry/go-mod-configuration/v2-2.0.0-dev.5" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-29T21:04:27.114Z] + echo snap-build.sh [2021-03-29T21:04:27.114Z] snap-build.sh [2021-03-29T21:04:27.114Z] + SNAP_BASE_DIR=. [2021-03-29T21:04:27.114Z] + '[' '!' -z /w/workspace/edgex-go/4 ']' [2021-03-29T21:04:27.114Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/4 [2021-03-29T21:04:27.114Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/4]' [2021-03-29T21:04:27.114Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/4] [2021-03-29T21:04:27.114Z] + cd /w/workspace/edgex-go/4 [2021-03-29T21:04:27.114Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-03-29T21:04:27.114Z] Reading package lists... [2021-03-29T21:04:27.375Z] Building dependency tree... [2021-03-29T21:04:27.375Z] Reading state information... [2021-03-29T21:04:27.375Z] The following packages were automatically installed and are no longer required: [2021-03-29T21:04:27.375Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-03-29T21:04:27.375Z] uidmap xdelta3 [2021-03-29T21:04:27.375Z] Use 'sudo apt autoremove' to remove them. [2021-03-29T21:04:27.375Z] The following packages will be REMOVED: [2021-03-29T21:04:27.375Z] lxd* lxd-client* [2021-03-29T21:04:27.948Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-03-29T21:04:27.948Z] After this operation, 31.7 MB disk space will be freed. [2021-03-29T21:04:28.994Z] (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-29T21:04:28.994Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-03-29T21:04:29.937Z] Removing lxd dnsmasq configuration [2021-03-29T21:04:29.937Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-03-29T21:04:29.937Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-03-29T21:04:30.881Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-03-29T21:04:31.142Z] (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-29T21:04:31.142Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-03-29T21:04:32.527Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-03-29T21:04:32.789Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-03-29T21:04:34.175Z] + sudo snap remove --purge lxd [2021-03-29T21:04:34.175Z] snap "lxd" is not installed [2021-03-29T21:04:34.175Z] + sudo groupadd --force --system lxd [2021-03-29T21:04:34.175Z] ++ whoami [2021-03-29T21:04:34.175Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-03-29T21:04:34.435Z] + newgrp - lxd [2021-03-29T21:04:34.436Z] + sudo snap install lxd [2021-03-29T21:04:36.085Z] 25b303627fd3: Pull complete [2021-03-29T21:04:36.085Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-03-29T21:04:36.085Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-29T21:04:36.085Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-03-29T21:04:36.312Z] prd-ubuntu18.04-docker-arm64-4c-16g-31846 does not seem to be running inside a container [2021-03-29T21:04:36.388Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-03-29T21:04:39.374Z] $ docker top 530875cf6166220178d7e816923ea2c547b569726a5f3f36164a043b4a0a65c2 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-29T21:04:40.384Z] + docker-compose build --help [2021-03-29T21:04:40.385Z] + grep parallel [2021-03-29T21:04:42.597Z] 2021-03-29T21:04:40Z INFO Waiting for automatic snapd restart... [2021-03-29T21:04:43.771Z] --parallel Build images in parallel. [Pipeline] } [2021-03-29T21:04:44.056Z] $ docker stop --time=1 530875cf6166220178d7e816923ea2c547b569726a5f3f36164a043b4a0a65c2 [2021-03-29T21:04:45.914Z] $ docker rm -f 530875cf6166220178d7e816923ea2c547b569726a5f3f36164a043b4a0a65c2 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-29T21:04:46.717Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-29T21:04:46.717Z] . [Pipeline] withDockerContainer [2021-03-29T21:04:46.945Z] prd-ubuntu18.04-docker-arm64-4c-16g-31846 does not seem to be running inside a container [2021-03-29T21:04:47.016Z] $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-03-29T21:04:48.334Z] $ docker top 3f1ec54a2347c8763275c8288fbce6c7c38aec0f8a2917171dfa0efc115575d7 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-29T21:04:49.322Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-03-29T21:04:52.699Z] Building docker-core-command-go ... [2021-03-29T21:04:52.699Z] Building docker-core-data-go ... [2021-03-29T21:04:52.699Z] Building docker-core-metadata-go ... [2021-03-29T21:04:52.699Z] Building docker-security-bootstrapper-go ... [2021-03-29T21:04:52.699Z] Building docker-security-proxy-setup-go ... [2021-03-29T21:04:52.699Z] Building docker-security-secretstore-setup-go ... [2021-03-29T21:04:52.699Z] Building docker-support-notifications-go ... [2021-03-29T21:04:52.699Z] Building docker-support-scheduler-go ... [2021-03-29T21:04:52.699Z] Building docker-sys-mgmt-agent-go ... [2021-03-29T21:04:52.699Z] Building docker-sys-mgmt-agent-go [2021-03-29T21:04:52.699Z] Building docker-support-notifications-go [2021-03-29T21:04:52.699Z] Building docker-core-command-go [2021-03-29T21:04:52.699Z] Building docker-security-secretstore-setup-go [2021-03-29T21:04:52.699Z] Building docker-security-bootstrapper-go [2021-03-29T21:04:57.520Z] lxd 4.12 from Canonical* installed [2021-03-29T21:04:57.520Z] + sudo lxd init --auto [2021-03-29T21:05:04.105Z] + sudo snap install --classic snapcraft [2021-03-29T21:05:09.398Z] snapcraft 4.5.4 from Canonical* installed [2021-03-29T21:05:09.398Z] + '[' -f snap/local/build-helpers/bin/minimal-snap-build.sh ']' [2021-03-29T21:05:09.398Z] + ./snap/local/build-helpers/bin/minimal-snap-build.sh [2021-03-29T21:05:09.398Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-29T21:05:09.398Z] Dload Upload Total Spent Left Speed [2021-03-29T21:05:09.658Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 627 100 627 0 0 4384 0 --:--:-- --:--:-- --:--:-- 4384 [2021-03-29T21:05:09.919Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 3325k 100 3325k 0 0 7916k 0 --:--:-- --:--:-- --:--:-- 11.9M [2021-03-29T21:05:09.919Z] ./yq_linux_amd64 [2021-03-29T21:05:09.919Z] + sudo snapcraft prime --use-lxd [2021-03-29T21:05:11.829Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-03-29T21:05:11.829Z] 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-29T21:05:11.829Z] - README.md [2021-03-29T21:05:11.829Z] [2021-03-29T21:05:11.829Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-03-29T21:05:12.400Z] Launching a container. [2021-03-29T21:05:24.656Z] Waiting for container to be ready [2021-03-29T21:05:24.656Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-03-29T21:05:24.656Z] [2021-03-29T21:05:28.859Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-03-29T21:05:29.123Z] Waiting for network to be ready... [2021-03-29T21:05:29.386Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-03-29T21:05:29.649Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1640 kB] [2021-03-29T21:05:29.649Z] Get:3 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-03-29T21:05:29.649Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [310 kB] [2021-03-29T21:05:29.649Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] [2021-03-29T21:05:29.649Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-03-29T21:05:29.649Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [265 kB] [2021-03-29T21:05:29.649Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [34.6 kB] [2021-03-29T21:05:29.649Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1118 kB] [2021-03-29T21:05:29.649Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [251 kB] [2021-03-29T21:05:30.228Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-03-29T21:05:30.228Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-03-29T21:05:30.489Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-03-29T21:05:30.489Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-03-29T21:05:30.489Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-03-29T21:05:30.489Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-03-29T21:05:30.489Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-03-29T21:05:30.489Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-03-29T21:05:30.750Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-03-29T21:05:31.017Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1978 kB] [2021-03-29T21:05:31.017Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [402 kB] [2021-03-29T21:05:31.017Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] [2021-03-29T21:05:31.017Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-03-29T21:05:31.017Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [286 kB] [2021-03-29T21:05:31.017Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [38.2 kB] [2021-03-29T21:05:31.017Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1724 kB] [2021-03-29T21:05:31.017Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [365 kB] [2021-03-29T21:05:34.316Z] Fetched 24.2 MB in 5s (4910 kB/s) [2021-03-29T21:05:35.700Z] Reading package lists... [2021-03-29T21:05:35.700Z] Reading package lists... [2021-03-29T21:05:35.961Z] Building dependency tree... [2021-03-29T21:05:35.961Z] Reading state information... [2021-03-29T21:05:35.961Z] The following additional packages will be installed: [2021-03-29T21:05:35.961Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-03-29T21:05:35.961Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-03-29T21:05:35.961Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-03-29T21:05:35.961Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-03-29T21:05:35.961Z] Suggested packages: [2021-03-29T21:05:35.961Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-03-29T21:05:35.961Z] Recommended packages: [2021-03-29T21:05:35.961Z] gnupg libsasl2-modules [2021-03-29T21:05:35.961Z] The following NEW packages will be installed: [2021-03-29T21:05:35.961Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-03-29T21:05:35.961Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-03-29T21:05:35.961Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-03-29T21:05:35.961Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-03-29T21:05:35.961Z] The following packages will be upgraded: [2021-03-29T21:05:35.961Z] gpg gpg-agent gpgconf libudev1 [2021-03-29T21:05:36.222Z] 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. [2021-03-29T21:05:36.222Z] Need to get 3530 kB of archives. [2021-03-29T21:05:36.222Z] After this operation, 13.3 MB of additional disk space will be used. [2021-03-29T21:05:36.222Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.45 [59.0 kB] [2021-03-29T21:05:36.222Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] [2021-03-29T21:05:36.483Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] [2021-03-29T21:05:36.483Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB] [2021-03-29T21:05:36.483Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.10 [154 kB] [2021-03-29T21:05:36.483Z] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.45 [1101 kB] [2021-03-29T21:05:37.059Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-03-29T21:05:37.059Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-03-29T21:05:37.059Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] [2021-03-29T21:05:37.059Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] [2021-03-29T21:05:37.059Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] [2021-03-29T21:05:37.059Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-03-29T21:05:37.059Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-03-29T21:05:37.059Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-03-29T21:05:37.059Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-03-29T21:05:37.059Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-03-29T21:05:37.059Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-03-29T21:05:37.059Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-03-29T21:05:37.059Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-03-29T21:05:37.059Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-03-29T21:05:37.059Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-03-29T21:05:37.059Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] [2021-03-29T21:05:37.319Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-29T21:05:37.319Z] Fetched 3530 kB in 1s (3178 kB/s) [2021-03-29T21:05:37.319Z] (Reading database ... 12511 files and directories currently installed.) [2021-03-29T21:05:37.319Z] Preparing to unpack .../libudev1_237-3ubuntu10.45_amd64.deb ... [2021-03-29T21:05:37.319Z] Unpacking libudev1:amd64 (237-3ubuntu10.45) over (237-3ubuntu10) ... [2021-03-29T21:05:37.579Z] Setting up libudev1:amd64 (237-3ubuntu10.45) ... [2021-03-29T21:05:37.579Z] Selecting previously unselected package udev. [2021-03-29T21:05:37.579Z] (Reading database ... 12511 files and directories currently installed.) [2021-03-29T21:05:37.579Z] Preparing to unpack .../00-udev_237-3ubuntu10.45_amd64.deb ... [2021-03-29T21:05:37.579Z] Unpacking udev (237-3ubuntu10.45) ... [2021-03-29T21:05:37.839Z] Selecting previously unselected package libfuse2:amd64. [2021-03-29T21:05:37.839Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-03-29T21:05:37.839Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-03-29T21:05:37.839Z] Selecting previously unselected package fuse. [2021-03-29T21:05:38.100Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-03-29T21:05:38.100Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-03-29T21:05:38.100Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-29T21:05:38.100Z] Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-29T21:05:38.100Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-29T21:05:38.100Z] Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-29T21:05:38.359Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-29T21:05:38.359Z] Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-29T21:05:38.359Z] Selecting previously unselected package libksba8:amd64. [2021-03-29T21:05:38.359Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-03-29T21:05:38.359Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-03-29T21:05:38.619Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-03-29T21:05:38.619Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-29T21:05:38.619Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-29T21:05:38.619Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-03-29T21:05:38.619Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-29T21:05:38.619Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-29T21:05:38.619Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-03-29T21:05:38.619Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-29T21:05:38.619Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-29T21:05:38.881Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-03-29T21:05:38.881Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-29T21:05:38.881Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-29T21:05:38.881Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-03-29T21:05:38.881Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-29T21:05:38.881Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-29T21:05:39.141Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-03-29T21:05:39.141Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-29T21:05:39.141Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-29T21:05:39.141Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-03-29T21:05:39.141Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-29T21:05:39.141Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-29T21:05:39.141Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-03-29T21:05:39.141Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-29T21:05:39.141Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-29T21:05:39.401Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-03-29T21:05:39.401Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-29T21:05:39.401Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-29T21:05:39.401Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-03-29T21:05:39.401Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-03-29T21:05:39.401Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-29T21:05:39.401Z] Selecting previously unselected package libsasl2-2:amd64. [2021-03-29T21:05:39.401Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-03-29T21:05:39.401Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-29T21:05:41.254Z] Selecting previously unselected package libldap-common. [2021-03-29T21:05:41.254Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... [2021-03-29T21:05:41.254Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-29T21:05:41.254Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-03-29T21:05:41.254Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... [2021-03-29T21:05:41.254Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-29T21:05:41.254Z] Selecting previously unselected package dirmngr. [2021-03-29T21:05:41.254Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-29T21:05:41.254Z] Unpacking dirmngr (2.2.4-1ubuntu1.4) ... [2021-03-29T21:05:41.254Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-29T21:05:41.254Z] Setting up gpgconf (2.2.4-1ubuntu1.4) ... [2021-03-29T21:05:41.254Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-03-29T21:05:41.254Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-29T21:05:41.254Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-29T21:05:41.254Z] Setting up gpg-agent (2.2.4-1ubuntu1.4) ... [2021-03-29T21:05:41.254Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-29T21:05:41.254Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-03-29T21:05:41.254Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-29T21:05:41.254Z] Setting up udev (237-3ubuntu10.45) ... [2021-03-29T21:05:41.254Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-03-29T21:05:41.254Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-29T21:05:41.254Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-03-29T21:05:41.254Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-03-29T21:05:41.254Z] Setting up gpg (2.2.4-1ubuntu1.4) ... [2021-03-29T21:05:41.254Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-29T21:05:41.254Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-29T21:05:41.254Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-29T21:05:41.254Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-29T21:05:41.254Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-29T21:05:41.254Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-29T21:05:41.254Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-29T21:05:41.254Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-29T21:05:41.254Z] Setting up dirmngr (2.2.4-1ubuntu1.4) ... [2021-03-29T21:05:41.254Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-29T21:05:41.837Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-03-29T21:05:41.837Z] settings in the [Install] section, and DefaultInstance for template units). [2021-03-29T21:05:41.837Z] This means they are not meant to be enabled using systemctl. [2021-03-29T21:05:41.837Z] Possible reasons for having this kind of units are: [2021-03-29T21:05:41.837Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-03-29T21:05:41.837Z] .wants/ or .requires/ directory. [2021-03-29T21:05:41.837Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-03-29T21:05:41.837Z] a requirement dependency on it. [2021-03-29T21:05:41.837Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-03-29T21:05:41.837Z] D-Bus, udev, scripted systemctl call, ...). [2021-03-29T21:05:41.837Z] 4) In case of template units, the unit is meant to be enabled with some [2021-03-29T21:05:41.837Z] instance name specified. [2021-03-29T21:05:42.098Z] Reading package lists... [2021-03-29T21:05:42.098Z] Building dependency tree... [2021-03-29T21:05:42.098Z] Reading state information... [2021-03-29T21:05:42.360Z] The following additional packages will be installed: [2021-03-29T21:05:42.360Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-03-29T21:05:42.360Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-03-29T21:05:42.360Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-03-29T21:05:42.360Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-03-29T21:05:42.360Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-03-29T21:05:42.360Z] Suggested packages: [2021-03-29T21:05:42.360Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-03-29T21:05:42.360Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-03-29T21:05:42.360Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-03-29T21:05:42.360Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-03-29T21:05:42.360Z] systemd-container policykit-1 [2021-03-29T21:05:42.360Z] Recommended packages: [2021-03-29T21:05:42.360Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-03-29T21:05:42.360Z] The following NEW packages will be installed: [2021-03-29T21:05:42.360Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-03-29T21:05:42.360Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-03-29T21:05:42.361Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-03-29T21:05:42.361Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-03-29T21:05:42.361Z] python3.6-minimal snapd squashfs-tools sudo [2021-03-29T21:05:42.361Z] The following packages will be upgraded: [2021-03-29T21:05:42.361Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-03-29T21:05:42.361Z] 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. [2021-03-29T21:05:42.361Z] Need to get 35.2 MB of archives. [2021-03-29T21:05:42.361Z] After this operation, 141 MB of additional disk space will be used. [2021-03-29T21:05:42.361Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] [2021-03-29T21:05:42.628Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] [2021-03-29T21:05:42.628Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.45 [2913 kB] [2021-03-29T21:05:42.628Z] 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-29T21:05:42.628Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [534 kB] [2021-03-29T21:05:42.628Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-03-29T21:05:42.628Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [1610 kB] [2021-03-29T21:05:42.628Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.4 [1712 kB] [2021-03-29T21:05:42.628Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.4 [203 kB] [2021-03-29T21:05:42.628Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-03-29T21:05:42.628Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] [2021-03-29T21:05:42.628Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-03-29T21:05:42.628Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-03-29T21:05:42.628Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-03-29T21:05:42.628Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-03-29T21:05:42.893Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-03-29T21:05:42.893Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] [2021-03-29T21:05:42.893Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-03-29T21:05:42.893Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] [2021-03-29T21:05:43.469Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.45 [210 kB] [2021-03-29T21:05:43.469Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2021-03-29T21:05:43.469Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-03-29T21:05:43.469Z] Get:23 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-03-29T21:05:43.469Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-03-29T21:05:43.469Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-03-29T21:05:43.469Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-03-29T21:05:43.469Z] Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-03-29T21:05:43.469Z] Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-03-29T21:05:43.469Z] Get:29 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-03-29T21:05:43.729Z] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] [2021-03-29T21:05:43.729Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-29T21:05:43.729Z] Fetched 35.2 MB in 1s (28.7 MB/s) [2021-03-29T21:05:44.303Z] (Reading database ... 12757 files and directories currently installed.) [2021-03-29T21:05:44.303Z] Preparing to unpack .../systemd_237-3ubuntu10.45_amd64.deb ... [2021-03-29T21:05:44.303Z] Unpacking systemd (237-3ubuntu10.45) over (237-3ubuntu10) ... [2021-03-29T21:05:44.873Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.45_amd64.deb ... [2021-03-29T21:05:44.873Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.45) over (237-3ubuntu10) ... [2021-03-29T21:05:45.134Z] Setting up libsystemd0:amd64 (237-3ubuntu10.45) ... [2021-03-29T21:05:45.134Z] (Reading database ... 12757 files and directories currently installed.) [2021-03-29T21:05:45.134Z] Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... [2021-03-29T21:05:45.134Z] Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... [2021-03-29T21:05:45.396Z] Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... [2021-03-29T21:05:45.396Z] (Reading database ... 12757 files and directories currently installed.) [2021-03-29T21:05:45.397Z] Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... [2021-03-29T21:05:45.657Z] Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... [2021-03-29T21:05:45.917Z] Setting up apt (1.6.12ubuntu0.2) ... [2021-03-29T21:05:45.917Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-03-29T21:05:46.489Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-03-29T21:05:46.489Z] (Reading database ... 12764 files and directories currently installed.) [2021-03-29T21:05:46.489Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... [2021-03-29T21:05:46.489Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... [2021-03-29T21:05:46.751Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-03-29T21:05:46.751Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-29T21:05:46.751Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-29T21:05:47.012Z] Selecting previously unselected package libexpat1:amd64. [2021-03-29T21:05:47.012Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-03-29T21:05:47.012Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-03-29T21:05:47.012Z] Selecting previously unselected package python3.6-minimal. [2021-03-29T21:05:47.012Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-29T21:05:47.012Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-03-29T21:05:47.273Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) ... [2021-03-29T21:05:47.533Z] Checking for services that may need to be restarted...done. [2021-03-29T21:05:47.533Z] Checking for services that may need to be restarted...done. [2021-03-29T21:05:47.533Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-29T21:05:47.533Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-03-29T21:05:47.533Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-03-29T21:05:48.104Z] Selecting previously unselected package python3-minimal. [2021-03-29T21:05:48.104Z] (Reading database ... 13012 files and directories currently installed.) [2021-03-29T21:05:48.104Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-03-29T21:05:48.104Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-03-29T21:05:48.104Z] Selecting previously unselected package mime-support. [2021-03-29T21:05:48.104Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-03-29T21:05:48.104Z] Unpacking mime-support (3.60ubuntu1) ... [2021-03-29T21:05:48.364Z] Selecting previously unselected package libmpdec2:amd64. [2021-03-29T21:05:48.364Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-03-29T21:05:48.364Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-03-29T21:05:48.364Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-03-29T21:05:48.364Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-29T21:05:48.364Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-29T21:05:48.624Z] Selecting previously unselected package python3.6. [2021-03-29T21:05:48.624Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-29T21:05:48.624Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-29T21:05:48.886Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-03-29T21:05:48.886Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-03-29T21:05:48.886Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-03-29T21:05:48.886Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-03-29T21:05:49.152Z] Selecting previously unselected package python3. [2021-03-29T21:05:49.152Z] (Reading database ... 13442 files and directories currently installed.) [2021-03-29T21:05:49.152Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-03-29T21:05:49.152Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-03-29T21:05:49.152Z] Selecting previously unselected package multiarch-support. [2021-03-29T21:05:49.152Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-03-29T21:05:49.152Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-03-29T21:05:49.414Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-03-29T21:05:49.414Z] Selecting previously unselected package liblzo2-2:amd64. [2021-03-29T21:05:49.414Z] (Reading database ... 13479 files and directories currently installed.) [2021-03-29T21:05:49.414Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-03-29T21:05:49.414Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-03-29T21:05:49.414Z] Selecting previously unselected package libbsd0:amd64. [2021-03-29T21:05:49.414Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-03-29T21:05:49.414Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-03-29T21:05:49.675Z] Selecting previously unselected package sudo. [2021-03-29T21:05:49.675Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... [2021-03-29T21:05:49.675Z] Unpacking sudo (1.8.21p2-3ubuntu1.4) ... [2021-03-29T21:05:49.675Z] Selecting previously unselected package apparmor. [2021-03-29T21:05:49.675Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-03-29T21:05:49.675Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-03-29T21:05:49.936Z] Selecting previously unselected package libedit2:amd64. [2021-03-29T21:05:49.936Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-03-29T21:05:49.936Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-03-29T21:05:50.195Z] Selecting previously unselected package libkrb5support0:amd64. [2021-03-29T21:05:50.195Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-03-29T21:05:50.195Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-03-29T21:05:50.195Z] Selecting previously unselected package libk5crypto3:amd64. [2021-03-29T21:05:50.195Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-03-29T21:05:50.195Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-03-29T21:05:50.195Z] Selecting previously unselected package libkeyutils1:amd64. [2021-03-29T21:05:50.195Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-03-29T21:05:50.195Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-03-29T21:05:50.455Z] Selecting previously unselected package libkrb5-3:amd64. [2021-03-29T21:05:50.455Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-03-29T21:05:50.455Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-03-29T21:05:50.455Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-03-29T21:05:50.455Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-03-29T21:05:50.455Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-03-29T21:05:50.716Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-03-29T21:05:50.716Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... [2021-03-29T21:05:50.716Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-03-29T21:05:50.716Z] Selecting previously unselected package openssh-client. [2021-03-29T21:05:50.716Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-03-29T21:05:50.716Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-03-29T21:05:50.976Z] Selecting previously unselected package squashfs-tools. [2021-03-29T21:05:50.976Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-03-29T21:05:50.976Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-03-29T21:05:50.976Z] Selecting previously unselected package snapd. [2021-03-29T21:05:50.977Z] Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... [2021-03-29T21:05:51.238Z] Unpacking snapd (2.48.3+18.04) ... [2021-03-29T21:05:53.787Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-03-29T21:05:53.787Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-03-29T21:05:53.787Z] Setting up mime-support (3.60ubuntu1) ... [2021-03-29T21:05:53.787Z] Setting up sudo (1.8.21p2-3ubuntu1.4) ... [2021-03-29T21:05:53.787Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-03-29T21:05:53.787Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-03-29T21:05:53.787Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-29T21:05:53.787Z] Setting up systemd (237-3ubuntu10.45) ... [2021-03-29T21:05:53.787Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-03-29T21:05:55.170Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-03-29T21:05:55.170Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-03-29T21:05:55.170Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-03-29T21:05:55.430Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-29T21:05:55.430Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-03-29T21:05:55.430Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-29T21:05:56.370Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-03-29T21:05:56.370Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-03-29T21:05:56.370Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-03-29T21:05:56.370Z] Setting up python3 (3.6.7-1~18.04) ... [2021-03-29T21:05:56.370Z] running python rtupdate hooks for python3.6... [2021-03-29T21:05:56.370Z] running python post-rtupdate hooks for python3.6... [2021-03-29T21:05:56.370Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-03-29T21:05:57.752Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-03-29T21:05:58.013Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-03-29T21:05:58.013Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-03-29T21:05:58.277Z] Setting up snapd (2.48.3+18.04) ... [2021-03-29T21:05:58.849Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-03-29T21:05:59.108Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-03-29T21:05:59.108Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-03-29T21:05:59.369Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-03-29T21:05:59.628Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-03-29T21:05:59.628Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-03-29T21:05:59.888Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-03-29T21:06:00.146Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-03-29T21:06:00.406Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-03-29T21:06:00.666Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-03-29T21:06:00.666Z] /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-29T21:06:00.666Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-29T21:06:00.666Z] Processing triggers for systemd (237-3ubuntu10.45) ... [2021-03-29T21:06:01.609Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-03-29T21:06:01.872Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-03-29T21:06:01.872Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-03-29T21:06:03.515Z] Reading package lists... [2021-03-29T21:06:03.515Z] Reading package lists... [2021-03-29T21:06:03.775Z] Building dependency tree... [2021-03-29T21:06:03.775Z] Reading state information... [2021-03-29T21:06:03.775Z] Calculating upgrade... [2021-03-29T21:06:04.039Z] The following packages will be upgraded: [2021-03-29T21:06:04.039Z] advancecomp base-files bash binutils binutils-common [2021-03-29T21:06:04.039Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-03-29T21:06:04.039Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-03-29T21:06:04.039Z] grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils [2021-03-29T21:06:04.039Z] libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 [2021-03-29T21:06:04.039Z] libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 [2021-03-29T21:06:04.039Z] libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 [2021-03-29T21:06:04.039Z] libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 [2021-03-29T21:06:04.039Z] libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules [2021-03-29T21:06:04.039Z] libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 [2021-03-29T21:06:04.039Z] libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 [2021-03-29T21:06:04.039Z] libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 [2021-03-29T21:06:04.039Z] libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin [2021-03-29T21:06:04.039Z] openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler [2021-03-29T21:06:04.039Z] procps systemd-sysv tar tzdata ubuntu-keyring util-linux [2021-03-29T21:06:04.299Z] 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-03-29T21:06:04.299Z] Need to get 63.8 MB of archives. [2021-03-29T21:06:04.299Z] After this operation, 5208 kB of additional disk space will be used. [2021-03-29T21:06:04.299Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-03-29T21:06:04.299Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-140.144 [993 kB] [2021-03-29T21:06:04.870Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-03-29T21:06:04.870Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-03-29T21:06:04.870Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-03-29T21:06:04.870Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-03-29T21:06:04.870Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-03-29T21:06:04.870Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-03-29T21:06:04.870Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] [2021-03-29T21:06:04.870Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] [2021-03-29T21:06:04.870Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] [2021-03-29T21:06:04.870Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-03-29T21:06:04.870Z] Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-03-29T21:06:04.870Z] Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-03-29T21:06:04.870Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-03-29T21:06:04.870Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2021-03-29T21:06:04.870Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-03-29T21:06:04.870Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-03-29T21:06:04.870Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-03-29T21:06:04.870Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-03-29T21:06:05.131Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-03-29T21:06:05.131Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-03-29T21:06:05.131Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-03-29T21:06:05.131Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-03-29T21:06:05.131Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-03-29T21:06:05.131Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-03-29T21:06:05.131Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-03-29T21:06:05.131Z] Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-03-29T21:06:05.131Z] Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-03-29T21:06:05.131Z] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-03-29T21:06:05.131Z] Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-03-29T21:06:05.131Z] Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-03-29T21:06:05.131Z] Get:33 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-03-29T21:06:05.131Z] Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-03-29T21:06:05.131Z] Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] [2021-03-29T21:06:05.131Z] Get:36 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] [2021-03-29T21:06:05.131Z] Get:37 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] [2021-03-29T21:06:05.131Z] Get:38 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-29T21:06:05.131Z] Get:39 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] [2021-03-29T21:06:05.131Z] Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-03-29T21:06:05.131Z] Get:41 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.45 [16.7 kB] [2021-03-29T21:06:05.131Z] Get:42 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] [2021-03-29T21:06:05.131Z] Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-03-29T21:06:05.131Z] Get:44 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-03-29T21:06:05.131Z] Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2021-03-29T21:06:05.131Z] Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-03-29T21:06:05.392Z] Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-03-29T21:06:05.392Z] Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-03-29T21:06:05.392Z] Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-03-29T21:06:05.392Z] Get:50 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] [2021-03-29T21:06:05.392Z] Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-03-29T21:06:05.392Z] Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-03-29T21:06:05.392Z] Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-03-29T21:06:05.392Z] Get:54 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-03-29T21:06:05.392Z] Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-03-29T21:06:05.654Z] Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-03-29T21:06:05.654Z] Get:57 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-03-29T21:06:05.654Z] Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-03-29T21:06:05.654Z] Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-03-29T21:06:05.654Z] Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-03-29T21:06:05.654Z] Get:61 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] [2021-03-29T21:06:05.654Z] Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.2 [189 kB] [2021-03-29T21:06:05.654Z] Get:63 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-03-29T21:06:05.654Z] Get:64 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-03-29T21:06:05.654Z] Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-03-29T21:06:05.654Z] Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-03-29T21:06:05.654Z] Get:67 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-29T21:06:05.654Z] Get:68 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] [2021-03-29T21:06:05.654Z] Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-03-29T21:06:05.654Z] Get:70 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.9 [614 kB] [2021-03-29T21:06:05.654Z] Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-03-29T21:06:05.654Z] Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-03-29T21:06:05.654Z] Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-03-29T21:06:05.654Z] Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-03-29T21:06:05.654Z] Get:75 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] [2021-03-29T21:06:05.654Z] Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-03-29T21:06:05.654Z] Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2021-03-29T21:06:05.654Z] Get:78 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-03-29T21:06:05.654Z] Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-03-29T21:06:05.914Z] Get:80 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] [2021-03-29T21:06:05.914Z] Get:81 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2021-03-29T21:06:05.915Z] Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-03-29T21:06:05.915Z] Get:83 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.5 [1839 kB] [2021-03-29T21:06:05.915Z] Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] [2021-03-29T21:06:05.915Z] Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] [2021-03-29T21:06:05.915Z] Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] [2021-03-29T21:06:05.915Z] Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-03-29T21:06:05.915Z] Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-03-29T21:06:05.915Z] Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-03-29T21:06:05.915Z] Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-03-29T21:06:06.486Z] Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-03-29T21:06:06.746Z] Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2021-03-29T21:06:06.746Z] Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2021-03-29T21:06:07.007Z] Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-03-29T21:06:07.268Z] Get:95 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2021-03-29T21:06:07.268Z] Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-03-29T21:06:07.268Z] Get:97 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-03-29T21:06:07.268Z] Get:98 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-03-29T21:06:07.268Z] Get:99 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-03-29T21:06:07.529Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-29T21:06:07.529Z] Fetched 63.8 MB in 3s (19.1 MB/s) [2021-03-29T21:06:07.529Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-29T21:06:07.529Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-03-29T21:06:07.529Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-29T21:06:08.472Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-03-29T21:06:08.472Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-29T21:06:08.472Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-140.144_amd64.deb ... [2021-03-29T21:06:08.472Z] Unpacking linux-libc-dev:amd64 (4.15.0-140.144) over (4.15.0-20.21) ... [2021-03-29T21:06:09.413Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-29T21:06:09.413Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-29T21:06:09.413Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-29T21:06:09.413Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-29T21:06:09.673Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-29T21:06:09.673Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-29T21:06:09.673Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-29T21:06:09.673Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-29T21:06:09.933Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-29T21:06:09.933Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-29T21:06:09.933Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-29T21:06:09.933Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-29T21:06:10.195Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-29T21:06:10.195Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-29T21:06:10.195Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-29T21:06:10.195Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-29T21:06:10.195Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-29T21:06:10.195Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-03-29T21:06:10.460Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-03-29T21:06:10.460Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-29T21:06:10.460Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-29T21:06:10.460Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-29T21:06:10.722Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-29T21:06:10.722Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-29T21:06:10.983Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-29T21:06:10.983Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-29T21:06:10.983Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-29T21:06:11.246Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-29T21:06:11.246Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-03-29T21:06:11.507Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-29T21:06:11.769Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-03-29T21:06:12.032Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-29T21:06:12.032Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-03-29T21:06:12.032Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-03-29T21:06:12.032Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-03-29T21:06:12.294Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-03-29T21:06:12.555Z] Setting up base-files (10.1ubuntu2.10) ... [2021-03-29T21:06:12.555Z] Installing new version of config file /etc/issue ... [2021-03-29T21:06:12.555Z] Installing new version of config file /etc/issue.net ... [2021-03-29T21:06:12.555Z] Installing new version of config file /etc/lsb-release ... [2021-03-29T21:06:12.555Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-03-29T21:06:12.815Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-03-29T21:06:12.815Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-03-29T21:06:12.815Z] Removing obsolete conffile /etc/default/motd-news ... [2021-03-29T21:06:13.080Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-29T21:06:13.080Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-03-29T21:06:13.080Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-03-29T21:06:13.080Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-03-29T21:06:13.341Z] 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-29T21:06:13.341Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-29T21:06:13.341Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-29T21:06:13.341Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-03-29T21:06:13.341Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-03-29T21:06:13.602Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-29T21:06:13.603Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-03-29T21:06:13.603Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-03-29T21:06:13.603Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-03-29T21:06:13.862Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-29T21:06:13.862Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-03-29T21:06:13.862Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-03-29T21:06:14.122Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-03-29T21:06:14.122Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-29T21:06:14.122Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-29T21:06:14.122Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-29T21:06:14.382Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-03-29T21:06:14.382Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-29T21:06:14.382Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-29T21:06:14.382Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-29T21:06:14.641Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-03-29T21:06:14.641Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-29T21:06:14.641Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-03-29T21:06:14.641Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-03-29T21:06:14.900Z] Setting up grep (3.1-2build1) ... [2021-03-29T21:06:14.900Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-29T21:06:14.900Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-03-29T21:06:14.900Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-03-29T21:06:14.900Z] Setting up login (1:4.5-1ubuntu2) ... [2021-03-29T21:06:15.162Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-29T21:06:15.162Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-29T21:06:15.162Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-29T21:06:15.162Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-03-29T21:06:15.427Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-29T21:06:15.427Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-03-29T21:06:15.427Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-29T21:06:15.998Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-03-29T21:06:15.998Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-29T21:06:15.998Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-03-29T21:06:15.998Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-29T21:06:16.045Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-29T21:06:16.045Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-29T21:06:16.045Z] ---> 0351c2ef5566 [2021-03-29T21:06:16.045Z] Step 3/23 : WORKDIR /edgex-go [2021-03-29T21:06:16.045Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-29T21:06:16.045Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-03-29T21:06:16.045Z] ---> 0351c2ef5566 [2021-03-29T21:06:16.045Z] Step 3/24 : WORKDIR /edgex-go [2021-03-29T21:06:16.045Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-29T21:06:16.045Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-29T21:06:16.045Z] ---> 0351c2ef5566 [2021-03-29T21:06:16.045Z] Step 3/22 : WORKDIR /edgex-go [2021-03-29T21:06:16.045Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-29T21:06:16.045Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-03-29T21:06:16.045Z] ---> 0351c2ef5566 [2021-03-29T21:06:16.045Z] Step 3/26 : WORKDIR /edgex-go [2021-03-29T21:06:16.045Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-29T21:06:16.045Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-03-29T21:06:16.045Z] ---> 0351c2ef5566 [2021-03-29T21:06:16.045Z] Step 3/31 : WORKDIR /edgex-go [2021-03-29T21:06:16.045Z] ---> Running in 71cc3481619b [2021-03-29T21:06:16.045Z] ---> Running in f3c38f52666a [2021-03-29T21:06:16.045Z] ---> Running in fa6a8d8c16fc [2021-03-29T21:06:16.045Z] ---> Running in 13f235896bbb [2021-03-29T21:06:16.045Z] ---> Running in d2b97935a4ee [2021-03-29T21:06:16.045Z] Removing intermediate container f3c38f52666a [2021-03-29T21:06:16.045Z] ---> 6cc30fdf1909 [2021-03-29T21:06:16.045Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-29T21:06:16.045Z] Removing intermediate container d2b97935a4ee [2021-03-29T21:06:16.045Z] ---> b3ee70fff5fa [2021-03-29T21:06:16.045Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-29T21:06:16.045Z] Removing intermediate container 13f235896bbb [2021-03-29T21:06:16.045Z] ---> 1376d680ccfc [2021-03-29T21:06:16.045Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-29T21:06:16.045Z] Removing intermediate container 71cc3481619b [2021-03-29T21:06:16.045Z] ---> e5a6d2ce1552 [2021-03-29T21:06:16.045Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-29T21:06:16.045Z] Removing intermediate container fa6a8d8c16fc [2021-03-29T21:06:16.046Z] ---> fa5c1ab74a5f [2021-03-29T21:06:16.046Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-29T21:06:16.046Z] ---> Running in f16dd7df2395 [2021-03-29T21:06:16.046Z] ---> Running in 398e5bf9c0b1 [2021-03-29T21:06:16.046Z] ---> Running in 545be3781a41 [2021-03-29T21:06:16.046Z] ---> Running in c3258dc47687 [2021-03-29T21:06:16.046Z] ---> Running in 765113dcecc3 [2021-03-29T21:06:16.046Z] Removing intermediate container f16dd7df2395 [2021-03-29T21:06:16.046Z] ---> c586d6312952 [2021-03-29T21:06:16.046Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-03-29T21:06:16.046Z] ---> Running in 23df4dc4a3ae [2021-03-29T21:06:16.046Z] Removing intermediate container 545be3781a41 [2021-03-29T21:06:16.046Z] ---> d0c814021762 [2021-03-29T21:06:16.046Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-03-29T21:06:16.046Z] Removing intermediate container 398e5bf9c0b1 [2021-03-29T21:06:16.046Z] ---> f2c9897f565a [2021-03-29T21:06:16.046Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-03-29T21:06:16.046Z] ---> Running in 91aa49c954e0 [2021-03-29T21:06:16.046Z] Removing intermediate container 765113dcecc3 [2021-03-29T21:06:16.046Z] ---> 53d70a62f4c8 [2021-03-29T21:06:16.046Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-29T21:06:16.046Z] ---> Running in 25ffd09530f1 [2021-03-29T21:06:16.046Z] Removing intermediate container c3258dc47687 [2021-03-29T21:06:16.046Z] ---> 34b8b0a3147f [2021-03-29T21:06:16.046Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-03-29T21:06:16.046Z] ---> Running in be2d26b54491 [2021-03-29T21:06:16.046Z] ---> Running in dc41deb30dc0 [2021-03-29T21:06:16.046Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-29T21:06:16.046Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-29T21:06:16.046Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-29T21:06:16.046Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-29T21:06:16.046Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-29T21:06:16.046Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-29T21:06:16.046Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-29T21:06:16.046Z] OK: 217 MiB in 51 packages [2021-03-29T21:06:16.326Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-29T21:06:16.326Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-29T21:06:16.326Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-29T21:06:16.568Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-03-29T21:06:16.829Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-29T21:06:16.829Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-03-29T21:06:16.829Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-29T21:06:16.940Z] OK: 217 MiB in 51 packages [2021-03-29T21:06:17.215Z] OK: 217 MiB in 51 packages [2021-03-29T21:06:17.215Z] OK: 217 MiB in 51 packages [2021-03-29T21:06:17.490Z] OK: 217 MiB in 51 packages [2021-03-29T21:06:17.490Z] Removing intermediate container 23df4dc4a3ae [2021-03-29T21:06:17.490Z] ---> ce5cd895bd08 [2021-03-29T21:06:17.490Z] Step 6/31 : COPY go.mod . [2021-03-29T21:06:17.774Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-03-29T21:06:17.774Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-03-29T21:06:17.774Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-03-29T21:06:18.034Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-03-29T21:06:18.034Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-03-29T21:06:18.034Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-29T21:06:18.034Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-03-29T21:06:18.034Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-03-29T21:06:18.296Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-03-29T21:06:18.296Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-29T21:06:18.296Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-29T21:06:18.296Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-29T21:06:18.477Z] Removing intermediate container 91aa49c954e0 [2021-03-29T21:06:18.477Z] ---> 98c6e5148194 [2021-03-29T21:06:18.477Z] Step 6/26 : COPY go.mod . [2021-03-29T21:06:18.558Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-29T21:06:18.559Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-29T21:06:18.559Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-29T21:06:18.559Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-29T21:06:18.559Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-29T21:06:18.753Z] ---> 4a8e3715bd50 [2021-03-29T21:06:18.753Z] Step 7/31 : RUN go mod download [2021-03-29T21:06:18.753Z] Removing intermediate container 25ffd09530f1 [2021-03-29T21:06:18.753Z] ---> bfd0348b2aea [2021-03-29T21:06:18.753Z] Step 6/24 : COPY go.mod . [2021-03-29T21:06:18.820Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-29T21:06:18.820Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-29T21:06:18.820Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-29T21:06:18.820Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-29T21:06:19.034Z] ---> Running in ab991a534867 [2021-03-29T21:06:19.034Z] Removing intermediate container be2d26b54491 [2021-03-29T21:06:19.082Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-29T21:06:19.082Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-29T21:06:19.082Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-29T21:06:19.082Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-29T21:06:19.082Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-29T21:06:19.082Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-29T21:06:19.330Z] ---> c6f1616b0189 [2021-03-29T21:06:19.330Z] Step 6/23 : COPY go.mod . [2021-03-29T21:06:19.330Z] Removing intermediate container dc41deb30dc0 [2021-03-29T21:06:19.330Z] ---> 01e04560a70c [2021-03-29T21:06:19.330Z] Step 6/22 : COPY go.mod . [2021-03-29T21:06:19.342Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-29T21:06:19.342Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-29T21:06:19.342Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-29T21:06:19.342Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-03-29T21:06:19.601Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-29T21:06:19.601Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-29T21:06:19.601Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-29T21:06:19.601Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-03-29T21:06:19.601Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-29T21:06:19.601Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-29T21:06:19.603Z] ---> b62374962c70 [2021-03-29T21:06:19.603Z] Step 7/26 : RUN go mod download [2021-03-29T21:06:19.861Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-29T21:06:19.861Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-29T21:06:19.861Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-29T21:06:19.861Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-29T21:06:19.861Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-29T21:06:19.875Z] ---> Running in 5f841751aa07 [2021-03-29T21:06:20.123Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-03-29T21:06:20.123Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-29T21:06:20.123Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-29T21:06:20.123Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-29T21:06:20.163Z] ---> d3776cea10e3 [2021-03-29T21:06:20.163Z] Step 7/24 : RUN go mod download [2021-03-29T21:06:20.435Z] ---> 1aa8e8a30cff [2021-03-29T21:06:20.435Z] Step 7/23 : RUN go mod download [2021-03-29T21:06:20.435Z] ---> Running in ffee01a84ae7 [2021-03-29T21:06:20.698Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-03-29T21:06:20.710Z] ---> f0ec3ae61778 [2021-03-29T21:06:20.710Z] Step 7/22 : RUN go mod download [2021-03-29T21:06:20.710Z] ---> Running in c3cdb5db3b82 [2021-03-29T21:06:20.958Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-03-29T21:06:20.987Z] ---> Running in e1bc86d8d1dd [2021-03-29T21:06:21.225Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-03-29T21:06:21.225Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-29T21:06:21.225Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-03-29T21:06:21.487Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-29T21:06:21.488Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-03-29T21:06:21.782Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-29T21:06:21.782Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-03-29T21:06:21.782Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-29T21:06:21.782Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-03-29T21:06:22.041Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-29T21:06:22.041Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-03-29T21:06:22.041Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-03-29T21:06:22.041Z] Setting up debconf (1.5.66ubuntu1) ... [2021-03-29T21:06:22.300Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-29T21:06:22.300Z] Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... [2021-03-29T21:06:22.300Z] Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-03-29T21:06:22.560Z] Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... [2021-03-29T21:06:22.560Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-29T21:06:22.560Z] Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... [2021-03-29T21:06:22.560Z] Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-03-29T21:06:22.560Z] Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... [2021-03-29T21:06:22.825Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-29T21:06:22.825Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-03-29T21:06:22.825Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-29T21:06:22.825Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-29T21:06:23.085Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-29T21:06:23.085Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-03-29T21:06:23.085Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-29T21:06:23.085Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-29T21:06:23.374Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-29T21:06:23.375Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-03-29T21:06:23.375Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-29T21:06:23.619Z] Removing intermediate container ab991a534867 [2021-03-29T21:06:23.619Z] ---> fa780b69b8e2 [2021-03-29T21:06:23.619Z] Step 8/31 : COPY . . [2021-03-29T21:06:23.634Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-29T21:06:23.634Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-29T21:06:23.634Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-29T21:06:23.893Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-29T21:06:23.893Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.45_amd64.deb ... [2021-03-29T21:06:23.893Z] Unpacking systemd-sysv (237-3ubuntu10.45) over (237-3ubuntu10) ... [2021-03-29T21:06:23.893Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-29T21:06:24.163Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-29T21:06:24.163Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-03-29T21:06:24.163Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-29T21:06:24.163Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-03-29T21:06:24.163Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-03-29T21:06:24.217Z] Removing intermediate container 5f841751aa07 [2021-03-29T21:06:24.217Z] ---> c75c1cbd5fe2 [2021-03-29T21:06:24.217Z] Step 8/26 : COPY . . [2021-03-29T21:06:24.423Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-03-29T21:06:24.423Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-29T21:06:24.423Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-03-29T21:06:24.423Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-29T21:06:24.683Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-29T21:06:24.942Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-29T21:06:24.942Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-29T21:06:24.942Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-29T21:06:24.942Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-03-29T21:06:25.202Z] Removing intermediate container ffee01a84ae7 [2021-03-29T21:06:25.202Z] ---> c88228ebda73 [2021-03-29T21:06:25.202Z] Step 8/24 : COPY . . [2021-03-29T21:06:25.203Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-29T21:06:25.203Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.2_amd64.deb ... [2021-03-29T21:06:25.203Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) over (1.3.3+dfsg-2ubuntu1) ... [2021-03-29T21:06:25.203Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) ... [2021-03-29T21:06:25.463Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-29T21:06:25.463Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-03-29T21:06:25.463Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-03-29T21:06:25.725Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-03-29T21:06:25.803Z] Removing intermediate container c3cdb5db3b82 [2021-03-29T21:06:25.803Z] ---> 6a02ae983069 [2021-03-29T21:06:25.803Z] Step 8/23 : COPY . . [2021-03-29T21:06:25.986Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-29T21:06:25.986Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-29T21:06:25.986Z] Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-29T21:06:25.986Z] Setting up gpgv (2.2.4-1ubuntu1.4) ... [2021-03-29T21:06:26.078Z] Removing intermediate container e1bc86d8d1dd [2021-03-29T21:06:26.078Z] ---> f5335e307b65 [2021-03-29T21:06:26.078Z] Step 8/22 : COPY . . [2021-03-29T21:06:26.556Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-29T21:06:26.556Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-03-29T21:06:26.556Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-03-29T21:06:26.556Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-03-29T21:06:26.817Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-29T21:06:26.817Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-03-29T21:06:26.817Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-03-29T21:06:26.817Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-03-29T21:06:26.817Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-29T21:06:26.817Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-03-29T21:06:27.078Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-03-29T21:06:27.078Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-03-29T21:06:27.078Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-29T21:06:27.078Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-03-29T21:06:27.078Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-03-29T21:06:27.339Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-03-29T21:06:27.339Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-29T21:06:27.339Z] Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... [2021-03-29T21:06:27.339Z] Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... [2021-03-29T21:06:27.600Z] Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... [2021-03-29T21:06:27.600Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-29T21:06:27.600Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... [2021-03-29T21:06:27.600Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... [2021-03-29T21:06:27.600Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... [2021-03-29T21:06:27.860Z] (Reading database ... 13915 files and directories currently installed.) [2021-03-29T21:06:27.860Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-03-29T21:06:27.860Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-03-29T21:06:27.860Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-03-29T21:06:27.860Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-03-29T21:06:28.121Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... [2021-03-29T21:06:28.121Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... [2021-03-29T21:06:28.382Z] Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... [2021-03-29T21:06:28.382Z] Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... [2021-03-29T21:06:28.382Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-03-29T21:06:28.382Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-03-29T21:06:28.649Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-03-29T21:06:28.649Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-03-29T21:06:28.649Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-03-29T21:06:28.649Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-03-29T21:06:28.649Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-03-29T21:06:28.649Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-03-29T21:06:28.910Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-03-29T21:06:28.910Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-03-29T21:06:28.910Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-03-29T21:06:28.910Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-03-29T21:06:29.171Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-03-29T21:06:29.171Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-03-29T21:06:29.431Z] Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... [2021-03-29T21:06:29.431Z] Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... [2021-03-29T21:06:30.373Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-03-29T21:06:30.373Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-03-29T21:06:30.373Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-03-29T21:06:30.373Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-03-29T21:06:30.373Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-29T21:06:30.373Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-29T21:06:31.001Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-29T21:06:31.001Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-29T21:06:31.001Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-29T21:06:31.001Z] Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-29T21:06:31.313Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-29T21:06:31.313Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-29T21:06:31.581Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-29T21:06:31.581Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-29T21:06:31.581Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-29T21:06:31.581Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-29T21:06:31.848Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-29T21:06:31.848Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-29T21:06:32.141Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-29T21:06:32.141Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-29T21:06:33.148Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-29T21:06:33.148Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-29T21:06:34.088Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-29T21:06:34.088Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-29T21:06:35.028Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-29T21:06:35.028Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-29T21:06:35.288Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-29T21:06:35.288Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-29T21:06:36.227Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-29T21:06:36.227Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-29T21:06:36.227Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-03-29T21:06:36.227Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-03-29T21:06:36.487Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-03-29T21:06:36.487Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-03-29T21:06:36.487Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-03-29T21:06:37.056Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-03-29T21:06:37.056Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-03-29T21:06:37.056Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-03-29T21:06:37.056Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-03-29T21:06:37.056Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-03-29T21:06:37.320Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-03-29T21:06:37.320Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-03-29T21:06:37.320Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-03-29T21:06:37.320Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-03-29T21:06:37.582Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-29T21:06:37.582Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-03-29T21:06:37.582Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-29T21:06:37.582Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-29T21:06:37.582Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-29T21:06:37.582Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-03-29T21:06:37.582Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-03-29T21:06:37.582Z] Setting up tzdata (2021a-0ubuntu0.18.04) ... [2021-03-29T21:06:37.842Z] [2021-03-29T21:06:37.842Z] Current default time zone: 'Etc/UTC' [2021-03-29T21:06:37.842Z] Local time is now: Mon Mar 29 21:06:37 UTC 2021. [2021-03-29T21:06:37.842Z] Universal Time is now: Mon Mar 29 21:06:37 UTC 2021. [2021-03-29T21:06:37.842Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-03-29T21:06:37.842Z] [2021-03-29T21:06:37.842Z] Setting up systemd-sysv (237-3ubuntu10.45) ... [2021-03-29T21:06:37.842Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-29T21:06:37.842Z] Setting up linux-libc-dev:amd64 (4.15.0-140.144) ... [2021-03-29T21:06:37.842Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-03-29T21:06:37.842Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-03-29T21:06:38.103Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-03-29T21:06:38.103Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-03-29T21:06:38.103Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-03-29T21:06:38.103Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-03-29T21:06:38.103Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-03-29T21:06:38.104Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-29T21:06:38.104Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-03-29T21:06:38.364Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-29T21:06:38.364Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-03-29T21:06:38.625Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-29T21:06:38.626Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-03-29T21:06:38.626Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-03-29T21:06:38.626Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-03-29T21:06:38.626Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.9) ... [2021-03-29T21:06:38.626Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-03-29T21:06:38.626Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-03-29T21:06:38.626Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-03-29T21:06:38.626Z] Setting up ca-certificates (20210119~18.04.1) ... [2021-03-29T21:06:40.540Z] Updating certificates in /etc/ssl/certs... [2021-03-29T21:06:41.114Z] 23 added, 27 removed; done. [2021-03-29T21:06:41.114Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-03-29T21:06:41.375Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-29T21:06:41.375Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-03-29T21:06:41.375Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-03-29T21:06:41.375Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-03-29T21:06:41.375Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-29T21:06:41.375Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-03-29T21:06:41.375Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-29T21:06:41.375Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-29T21:06:41.375Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-29T21:06:41.634Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-03-29T21:06:41.634Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-29T21:06:41.634Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-03-29T21:06:41.634Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... [2021-03-29T21:06:41.634Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-03-29T21:06:41.634Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-03-29T21:06:41.892Z] Setting up binutils (2.30-21ubuntu1~18.04.5) ... [2021-03-29T21:06:41.892Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-03-29T21:06:41.892Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-03-29T21:06:41.892Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-03-29T21:06:41.892Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-03-29T21:06:41.892Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-03-29T21:06:42.152Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-03-29T21:06:42.152Z] Processing triggers for systemd (237-3ubuntu10.45) ... [2021-03-29T21:06:42.152Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-03-29T21:06:42.152Z] Processing triggers for ca-certificates (20210119~18.04.1) ... [2021-03-29T21:06:42.152Z] Updating certificates in /etc/ssl/certs... [2021-03-29T21:06:42.722Z] 0 added, 0 removed; done. [2021-03-29T21:06:42.722Z] Running hooks in /etc/ca-certificates/update.d... [2021-03-29T21:06:42.722Z] done. [2021-03-29T21:06:43.292Z] Reading package lists... [2021-03-29T21:06:43.292Z] Building dependency tree... [2021-03-29T21:06:43.292Z] Reading state information... [2021-03-29T21:06:43.551Z] The following NEW packages will be installed: [2021-03-29T21:06:43.551Z] apt-transport-https [2021-03-29T21:06:43.551Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-03-29T21:06:43.551Z] Need to get 1696 B of archives. [2021-03-29T21:06:43.551Z] After this operation, 153 kB of additional disk space will be used. [2021-03-29T21:06:43.551Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] [2021-03-29T21:06:43.811Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-29T21:06:43.811Z] Fetched 1696 B in 0s (22.4 kB/s) [2021-03-29T21:06:43.811Z] Selecting previously unselected package apt-transport-https. [2021-03-29T21:06:43.811Z] (Reading database ... 13920 files and directories currently installed.) [2021-03-29T21:06:43.811Z] Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... [2021-03-29T21:06:43.811Z] Unpacking apt-transport-https (1.6.12ubuntu0.2) ... [2021-03-29T21:06:43.811Z] Setting up apt-transport-https (1.6.12ubuntu0.2) ... [2021-03-29T21:06:44.073Z] Waiting for network to be ready... [2021-03-29T21:06:52.219Z] 2021-03-29T21:06:48Z INFO Waiting for automatic snapd restart... [2021-03-29T21:06:52.938Z] ---> 29ef8935d988 [2021-03-29T21:06:52.938Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-03-29T21:06:52.938Z] ---> f48b13507259 [2021-03-29T21:06:52.938Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-03-29T21:06:52.938Z] ---> 071839d3c08c [2021-03-29T21:06:52.938Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-03-29T21:06:52.938Z] ---> 840f1a94aa06 [2021-03-29T21:06:52.938Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-03-29T21:06:52.938Z] ---> Running in f9b7a6522934 [2021-03-29T21:06:52.938Z] ---> Running in 2deb4dbb6d73 [2021-03-29T21:06:52.938Z] ---> 24f0efc14bf1 [2021-03-29T21:06:52.938Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-03-29T21:06:52.938Z] ---> Running in 4479021f2032 [2021-03-29T21:06:52.938Z] ---> Running in ad5e18da8cc9 [2021-03-29T21:06:52.938Z] ---> Running in ce4b7b301ed1 [2021-03-29T21:06:52.938Z] 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-29T21:06:52.938Z] 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-29T21:06:52.938Z] 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-29T21:06:53.157Z] snapd 2.49.1 from Canonical* installed [2021-03-29T21:06:53.214Z] 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-29T21:06:53.214Z] 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-29T21:06:54.103Z] "snapd" switched to the "latest/stable" channel [2021-03-29T21:06:54.103Z] [2021-03-29T21:06:59.388Z] core18 20210128 from Canonical* installed [2021-03-29T21:06:59.388Z] "core18" switched to the "latest/stable" channel [2021-03-29T21:06:59.388Z] [2021-03-29T21:07:04.668Z] snapcraft 4.5.4 from Canonical* installed [2021-03-29T21:07:04.668Z] "snapcraft" switched to the "latest/stable" channel [2021-03-29T21:07:04.668Z] [2021-03-29T21:07:08.871Z] 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-29T21:07:08.871Z] - README.md [2021-03-29T21:07:08.871Z] [2021-03-29T21:07:08.871Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-03-29T21:07:15.452Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-29T21:07:15.452Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-03-29T21:07:15.452Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-03-29T21:07:15.452Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-03-29T21:07:16.393Z] Reading package lists... [2021-03-29T21:07:16.654Z] 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-29T21:07:23.238Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-29T21:07:23.238Z] Reading package lists... [2021-03-29T21:07:23.238Z] Building dependency tree... [2021-03-29T21:07:23.238Z] Reading state information... [2021-03-29T21:07:23.238Z] Suggested packages: [2021-03-29T21:07:23.238Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-03-29T21:07:23.238Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-03-29T21:07:23.238Z] Recommended packages: [2021-03-29T21:07:23.238Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-03-29T21:07:23.238Z] The following NEW packages will be installed: [2021-03-29T21:07:23.238Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-03-29T21:07:23.238Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-03-29T21:07:23.238Z] pkg-config zip [2021-03-29T21:07:23.238Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-03-29T21:07:23.238Z] Need to get 7657 kB of archives. [2021-03-29T21:07:23.238Z] After this operation, 43.8 MB of additional disk space will be used. [2021-03-29T21:07:23.238Z] 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-29T21:07:23.238Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] [2021-03-29T21:07:23.238Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.8 [804 kB] [2021-03-29T21:07:23.238Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.8 [3916 kB] [2021-03-29T21:07:23.238Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-03-29T21:07:23.500Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-03-29T21:07:23.500Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-03-29T21:07:23.500Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-03-29T21:07:23.761Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-03-29T21:07:23.761Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-03-29T21:07:23.761Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-03-29T21:07:24.022Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-03-29T21:07:24.022Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-03-29T21:07:24.022Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-03-29T21:07:24.022Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-03-29T21:07:24.022Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-29T21:07:24.285Z] Fetched 7657 kB in 1s (8739 kB/s) [2021-03-29T21:07:24.285Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-03-29T21:07:24.285Z] (Reading database ... 13924 files and directories currently installed.) [2021-03-29T21:07:24.285Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.8_amd64.deb ... [2021-03-29T21:07:24.285Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... [2021-03-29T21:07:24.544Z] Selecting previously unselected package libpsl5:amd64. [2021-03-29T21:07:24.544Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-03-29T21:07:24.544Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-03-29T21:07:24.544Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-03-29T21:07:24.544Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-03-29T21:07:24.544Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-03-29T21:07:24.544Z] Selecting previously unselected package librtmp1:amd64. [2021-03-29T21:07:24.544Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-03-29T21:07:24.544Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-03-29T21:07:24.804Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-03-29T21:07:24.804Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... [2021-03-29T21:07:24.804Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-03-29T21:07:24.804Z] Selecting previously unselected package liberror-perl. [2021-03-29T21:07:24.804Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-03-29T21:07:24.804Z] Unpacking liberror-perl (0.17025-1) ... [2021-03-29T21:07:24.804Z] Selecting previously unselected package git-man. [2021-03-29T21:07:24.804Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.8_all.deb ... [2021-03-29T21:07:24.804Z] Unpacking git-man (1:2.17.1-1ubuntu0.8) ... [2021-03-29T21:07:25.065Z] Selecting previously unselected package git. [2021-03-29T21:07:25.065Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.8_amd64.deb ... [2021-03-29T21:07:25.065Z] Unpacking git (1:2.17.1-1ubuntu0.8) ... [2021-03-29T21:07:26.008Z] Selecting previously unselected package libnorm1:amd64. [2021-03-29T21:07:26.009Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-03-29T21:07:26.009Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-03-29T21:07:26.009Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-03-29T21:07:26.009Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-03-29T21:07:26.009Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-03-29T21:07:26.009Z] Selecting previously unselected package libsodium23:amd64. [2021-03-29T21:07:26.009Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-03-29T21:07:26.009Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-03-29T21:07:26.271Z] Selecting previously unselected package libzmq5:amd64. [2021-03-29T21:07:26.271Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-03-29T21:07:26.271Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-29T21:07:26.271Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-03-29T21:07:26.271Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-03-29T21:07:26.271Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-29T21:07:26.531Z] Selecting previously unselected package pkg-config. [2021-03-29T21:07:26.531Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-03-29T21:07:26.531Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-03-29T21:07:26.531Z] Selecting previously unselected package zip. [2021-03-29T21:07:26.531Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-03-29T21:07:26.531Z] Unpacking zip (3.0-11build1) ... [2021-03-29T21:07:26.792Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-03-29T21:07:26.792Z] Setting up git-man (1:2.17.1-1ubuntu0.8) ... [2021-03-29T21:07:26.792Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-03-29T21:07:26.792Z] Setting up liberror-perl (0.17025-1) ... [2021-03-29T21:07:26.792Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-03-29T21:07:26.792Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... [2021-03-29T21:07:26.792Z] No schema files found: doing nothing. [2021-03-29T21:07:26.792Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-03-29T21:07:26.792Z] Setting up zip (3.0-11build1) ... [2021-03-29T21:07:26.792Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-03-29T21:07:26.792Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-03-29T21:07:27.051Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-03-29T21:07:27.052Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-29T21:07:27.052Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-03-29T21:07:27.052Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-29T21:07:27.052Z] Setting up git (1:2.17.1-1ubuntu0.8) ... [2021-03-29T21:07:27.052Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-03-29T21:07:33.630Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-29T21:07:33.630Z] git set to automatically installed. [2021-03-29T21:07:33.630Z] git-man set to automatically installed. [2021-03-29T21:07:33.630Z] libcurl3-gnutls set to automatically installed. [2021-03-29T21:07:33.630Z] liberror-perl set to automatically installed. [2021-03-29T21:07:33.630Z] libglib2.0-0 set to automatically installed. [2021-03-29T21:07:33.630Z] libnghttp2-14 set to automatically installed. [2021-03-29T21:07:33.630Z] libnorm1 set to automatically installed. [2021-03-29T21:07:33.630Z] libpgm-5.2-0 set to automatically installed. [2021-03-29T21:07:33.630Z] libpsl5 set to automatically installed. [2021-03-29T21:07:33.630Z] librtmp1 set to automatically installed. [2021-03-29T21:07:33.630Z] libsodium23 set to automatically installed. [2021-03-29T21:07:33.630Z] libzmq3-dev set to automatically installed. [2021-03-29T21:07:33.630Z] libzmq5 set to automatically installed. [2021-03-29T21:07:33.630Z] pkg-config set to automatically installed. [2021-03-29T21:07:33.630Z] zip set to automatically installed. [2021-03-29T21:07:35.543Z] snapd is not logged in, snap install commands will use sudo [2021-03-29T21:07:42.300Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-29T21:07:57.363Z] go (1.15/stable) 1.15.10 from Michael Hudson-Doyle (mwhudson) installed [2021-03-29T21:07:57.363Z] snapd is not logged in, snap install commands will use sudo [2021-03-29T21:08:03.941Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-29T21:08:03.941Z] snap "core18" has no updates available [2021-03-29T21:08:04.512Z] Pulling go-build-helper [2021-03-29T21:08:04.512Z] + snapcraftctl pull [2021-03-29T21:08:05.896Z] 'app-service-config' has dependencies that need to be staged: go-build-helper [2021-03-29T21:08:05.896Z] Skipping pull go-build-helper (already ran) [2021-03-29T21:08:05.896Z] Building go-build-helper [2021-03-29T21:08:05.896Z] + snapcraftctl build [2021-03-29T21:08:08.437Z] Staging go-build-helper [2021-03-29T21:08:08.437Z] + snapcraftctl stage [2021-03-29T21:08:20.663Z] Get:1 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-03-29T21:08:20.663Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-03-29T21:08:20.663Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-03-29T21:08:20.663Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1640 kB] [2021-03-29T21:08:20.663Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-03-29T21:08:20.663Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-03-29T21:08:20.663Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-03-29T21:08:20.663Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-03-29T21:08:20.663Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-03-29T21:08:20.663Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-03-29T21:08:20.663Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-03-29T21:08:20.663Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [310 kB] [2021-03-29T21:08:20.663Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] [2021-03-29T21:08:20.663Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-03-29T21:08:20.663Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [265 kB] [2021-03-29T21:08:20.663Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [34.6 kB] [2021-03-29T21:08:20.663Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1118 kB] [2021-03-29T21:08:20.663Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [251 kB] [2021-03-29T21:08:20.663Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-03-29T21:08:20.663Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1978 kB] [2021-03-29T21:08:20.663Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [402 kB] [2021-03-29T21:08:20.663Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] [2021-03-29T21:08:20.663Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-03-29T21:08:20.663Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [286 kB] [2021-03-29T21:08:20.663Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [38.2 kB] [2021-03-29T21:08:20.663Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1724 kB] [2021-03-29T21:08:20.663Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [365 kB] [2021-03-29T21:08:20.663Z] Fetched 24.2 MB in 0s (0 B/s) [2021-03-29T21:08:20.663Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-03-29T21:08:20.663Z] Fetched 224 kB in 0s (0 B/s) [2021-03-29T21:08:20.663Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-03-29T21:08:20.663Z] Fetched 157 kB in 0s (0 B/s) [2021-03-29T21:08:20.663Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-03-29T21:08:20.663Z] Fetched 221 kB in 0s (0 B/s) [2021-03-29T21:08:20.663Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-03-29T21:08:20.663Z] Fetched 143 kB in 0s (0 B/s) [2021-03-29T21:08:20.663Z] Pulling app-service-config [2021-03-29T21:08:20.663Z] + snapcraftctl pull [2021-03-29T21:08:21.599Z] Cloning into '/root/parts/app-service-config/src'... [2021-03-29T21:08:22.168Z] Pulling config-common [2021-03-29T21:08:22.168Z] + snapcraftctl pull [2021-03-29T21:08:27.453Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-03-29T21:08:27.453Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-03-29T21:08:27.453Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-03-29T21:08:27.453Z] Fetched 0 B in 0s (0 B/s) [2021-03-29T21:08:27.453Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-03-29T21:08:27.453Z] Fetched 0 B in 0s (0 B/s) [2021-03-29T21:08:27.453Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-03-29T21:08:27.453Z] Fetched 0 B in 0s (0 B/s) [2021-03-29T21:08:27.453Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-03-29T21:08:27.453Z] Fetched 0 B in 0s (0 B/s) [2021-03-29T21:08:27.453Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-03-29T21:08:27.453Z] Fetched 0 B in 0s (0 B/s) [2021-03-29T21:08:27.453Z] Pulling edgex-go [2021-03-29T21:08:27.453Z] + snapcraftctl pull [2021-03-29T21:08:30.083Z] 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-29T21:08:45.205Z] Removing intermediate container 2deb4dbb6d73 [2021-03-29T21:08:45.205Z] ---> 74206732e888 [2021-03-29T21:08:45.205Z] [2021-03-29T21:08:45.205Z] Step 10/31 : FROM alpine:3.12 [2021-03-29T21:08:45.205Z] 3.12: Pulling from library/alpine [2021-03-29T21:08:45.205Z] Removing intermediate container f9b7a6522934 [2021-03-29T21:08:45.205Z] ---> 2f296b939d0c [2021-03-29T21:08:45.205Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-03-29T21:08:45.205Z] Removing intermediate container ad5e18da8cc9 [2021-03-29T21:08:45.205Z] ---> 1ab5f38ee615 [2021-03-29T21:08:45.205Z] [2021-03-29T21:08:45.205Z] Step 10/24 : FROM alpine:3.12 [2021-03-29T21:08:45.205Z] 3.12: Pulling from library/alpine [2021-03-29T21:08:45.205Z] ---> Running in c87a2569bcce [2021-03-29T21:08:45.205Z] Digest: sha256:d1eaae2a6814b4b10a722fa75e8a6b53db42d1bf531395a107fea0458bfbf1d8 [2021-03-29T21:08:45.205Z] Digest: sha256:d1eaae2a6814b4b10a722fa75e8a6b53db42d1bf531395a107fea0458bfbf1d8 [2021-03-29T21:08:45.205Z] Status: Downloaded newer image for alpine:3.12 [2021-03-29T21:08:45.205Z] ---> e47305ac9786 [2021-03-29T21:08:45.205Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-03-29T21:08:45.205Z] Status: Image is up to date for alpine:3.12 [2021-03-29T21:08:45.205Z] ---> e47305ac9786 [2021-03-29T21:08:45.205Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec [2021-03-29T21:08:45.809Z] ---> Running in 5fcefa0839be [2021-03-29T21:08:45.809Z] ---> Running in 809f3318d770 [2021-03-29T21:08:46.423Z] 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-29T21:08:46.704Z] Removing intermediate container 5fcefa0839be [2021-03-29T21:08:46.704Z] ---> a9f2d569c8e2 [2021-03-29T21:08:46.704Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-03-29T21:08:47.304Z] ---> Running in b7c44aaf0bb0 [2021-03-29T21:08:47.585Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-29T21:08:47.868Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-29T21:08:48.486Z] (1/6) Installing ca-certificates (20191127-r4) [2021-03-29T21:08:48.486Z] (2/6) Installing nghttp2-libs (1.41.0-r0) [2021-03-29T21:08:48.486Z] (3/6) Installing libcurl (7.69.1-r3) [2021-03-29T21:08:48.486Z] (4/6) Installing curl (7.69.1-r3) [2021-03-29T21:08:48.486Z] (5/6) Installing dumb-init (1.2.2-r1) [2021-03-29T21:08:48.486Z] (6/6) Installing su-exec (0.2-r1) [2021-03-29T21:08:48.486Z] Executing busybox-1.31.1-r19.trigger [2021-03-29T21:08:48.765Z] Executing ca-certificates-20191127-r4.trigger [2021-03-29T21:08:48.765Z] OK: 7 MiB in 20 packages [2021-03-29T21:08:49.051Z] Removing intermediate container ce4b7b301ed1 [2021-03-29T21:08:49.051Z] ---> b6f37c0f1e7c [2021-03-29T21:08:49.051Z] [2021-03-29T21:08:49.051Z] Step 10/23 : FROM alpine:3.12 [2021-03-29T21:08:49.051Z] ---> e47305ac9786 [2021-03-29T21:08:49.051Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-29T21:08:49.051Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-29T21:08:49.330Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-29T21:08:49.405Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-03-29T21:08:49.405Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-03-29T21:08:49.405Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-03-29T21:08:49.405Z] Fetched 0 B in 0s (0 B/s) [2021-03-29T21:08:49.405Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-03-29T21:08:49.405Z] Fetched 96.5 kB in 0s (0 B/s) [2021-03-29T21:08:49.405Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-03-29T21:08:49.405Z] Fetched 279 kB in 0s (0 B/s) [2021-03-29T21:08:49.405Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-03-29T21:08:49.405Z] Fetched 122 kB in 0s (0 B/s) [2021-03-29T21:08:49.405Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-03-29T21:08:49.405Z] Fetched 77.8 kB in 0s (0 B/s) [2021-03-29T21:08:49.405Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-03-29T21:08:49.405Z] Fetched 8848 B in 0s (0 B/s) [2021-03-29T21:08:49.405Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-03-29T21:08:49.405Z] Fetched 47.8 kB in 0s (0 B/s) [2021-03-29T21:08:49.405Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-03-29T21:08:49.405Z] Fetched 45.6 kB in 0s (0 B/s) [2021-03-29T21:08:49.405Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-03-29T21:08:49.405Z] Fetched 15.0 kB in 0s (0 B/s) [2021-03-29T21:08:49.405Z] Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] [2021-03-29T21:08:49.405Z] Fetched 214 kB in 0s (0 B/s) [2021-03-29T21:08:49.405Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] [2021-03-29T21:08:49.405Z] Fetched 154 kB in 0s (0 B/s) [2021-03-29T21:08:49.405Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-03-29T21:08:49.405Z] Fetched 50.6 kB in 0s (0 B/s) [2021-03-29T21:08:49.405Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-03-29T21:08:49.405Z] Fetched 14.8 kB in 0s (0 B/s) [2021-03-29T21:08:49.405Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-03-29T21:08:49.405Z] Fetched 41.8 kB in 0s (0 B/s) [2021-03-29T21:08:49.405Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-03-29T21:08:49.405Z] Fetched 499 kB in 0s (0 B/s) [2021-03-29T21:08:49.405Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-03-29T21:08:49.405Z] Fetched 111 kB in 0s (0 B/s) [2021-03-29T21:08:49.405Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-03-29T21:08:49.405Z] Fetched 240 kB in 0s (0 B/s) [2021-03-29T21:08:49.405Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-03-29T21:08:49.405Z] Fetched 29.3 kB in 0s (0 B/s) [2021-03-29T21:08:49.405Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-03-29T21:08:49.405Z] Fetched 85.5 kB in 0s (0 B/s) [2021-03-29T21:08:49.405Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-03-29T21:08:49.405Z] Fetched 24.5 kB in 0s (0 B/s) [2021-03-29T21:08:49.405Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-03-29T21:08:49.405Z] Fetched 49.2 kB in 0s (0 B/s) [2021-03-29T21:08:49.405Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-03-29T21:08:49.405Z] Fetched 54.2 kB in 0s (0 B/s) [2021-03-29T21:08:49.405Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-03-29T21:08:49.405Z] Fetched 30.8 kB in 0s (0 B/s) [2021-03-29T21:08:49.405Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] [2021-03-29T21:08:49.405Z] Fetched 15.8 kB in 0s (0 B/s) [2021-03-29T21:08:49.405Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-03-29T21:08:49.405Z] Fetched 85.9 kB in 0s (0 B/s) [2021-03-29T21:08:49.405Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-03-29T21:08:49.405Z] Fetched 8720 B in 0s (0 B/s) [2021-03-29T21:08:49.405Z] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] [2021-03-29T21:08:49.405Z] Fetched 137 kB in 0s (0 B/s) [2021-03-29T21:08:49.405Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-03-29T21:08:49.405Z] Fetched 119 kB in 0s (0 B/s) [2021-03-29T21:08:49.405Z] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] [2021-03-29T21:08:49.405Z] Fetched 109 kB in 0s (0 B/s) [2021-03-29T21:08:49.405Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-03-29T21:08:49.405Z] Fetched 11.1 kB in 0s (0 B/s) [2021-03-29T21:08:49.405Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-03-29T21:08:49.405Z] Fetched 645 kB in 0s (0 B/s) [2021-03-29T21:08:49.405Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-03-29T21:08:49.405Z] Fetched 41.3 kB in 0s (0 B/s) [2021-03-29T21:08:49.405Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-03-29T21:08:49.405Z] Fetched 17.9 kB in 0s (0 B/s) [2021-03-29T21:08:49.405Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-03-29T21:08:49.405Z] Fetched 368 kB in 0s (0 B/s) [2021-03-29T21:08:49.405Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-03-29T21:08:49.405Z] Fetched 187 kB in 0s (0 B/s) [2021-03-29T21:08:49.405Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-03-29T21:08:49.405Z] Fetched 175 kB in 0s (0 B/s) [2021-03-29T21:08:49.405Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-03-29T21:08:49.405Z] Fetched 206 kB in 0s (0 B/s) [2021-03-29T21:08:49.405Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb [1301 kB] [2021-03-29T21:08:49.405Z] Fetched 1301 kB in 0s (0 B/s) [2021-03-29T21:08:49.405Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-03-29T21:08:49.405Z] Fetched 36.2 kB in 0s (0 B/s) [2021-03-29T21:08:49.405Z] Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] [2021-03-29T21:08:49.405Z] Fetched 159 kB in 0s (0 B/s) [2021-03-29T21:08:49.405Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-03-29T21:08:49.405Z] Fetched 107 kB in 0s (0 B/s) [2021-03-29T21:08:49.405Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-03-29T21:08:49.405Z] Fetched 48.7 kB in 0s (0 B/s) [2021-03-29T21:08:49.405Z] Pulling static-packages [2021-03-29T21:08:49.405Z] + snapcraftctl pull [2021-03-29T21:08:49.665Z] Pulling version [2021-03-29T21:08:49.665Z] + cd /root/project [2021-03-29T21:08:49.665Z] + [ -f VERSION ] [2021-03-29T21:08:49.665Z] + PROJECT_VERSION=local-dev [2021-03-29T21:08:49.665Z] + git rev-parse --short HEAD [2021-03-29T21:08:49.665Z] + GIT_REVISION=49fe07c0 [2021-03-29T21:08:49.665Z] + snapcraftctl set-version local-dev [2021-03-29T21:08:49.946Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-03-29T21:08:49.946Z] (2/2) Installing su-exec (0.2-r1) [2021-03-29T21:08:49.946Z] Executing busybox-1.31.1-r19.trigger [2021-03-29T21:08:49.946Z] OK: 5 MiB in 16 packages [2021-03-29T21:08:49.946Z] ---> Running in 94a55309a0f2 [2021-03-29T21:08:50.546Z] Removing intermediate container 4479021f2032 [2021-03-29T21:08:50.546Z] ---> 051521e886c5 [2021-03-29T21:08:50.546Z] [2021-03-29T21:08:50.546Z] Step 10/22 : FROM alpine:3.12 [2021-03-29T21:08:50.546Z] ---> e47305ac9786 [2021-03-29T21:08:50.546Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-03-29T21:08:50.822Z] ---> Running in ee90deefb3b1 [2021-03-29T21:08:51.043Z] Skipping build go-build-helper (already ran) [2021-03-29T21:08:51.043Z] Building app-service-config [2021-03-29T21:08:51.043Z] + make build [2021-03-29T21:08:51.043Z] 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-29T21:08:51.429Z] Removing intermediate container c87a2569bcce [2021-03-29T21:08:51.429Z] ---> 37541bdecef2 [2021-03-29T21:08:51.429Z] [2021-03-29T21:08:51.429Z] Step 11/26 : FROM docker:20.10.0 [2021-03-29T21:08:51.710Z] 20.10.0: Pulling from library/docker [2021-03-29T21:08:51.994Z] Removing intermediate container 809f3318d770 [2021-03-29T21:08:51.994Z] ---> 45fcd305c318 [2021-03-29T21:08:51.994Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-29T21:08:52.275Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-29T21:08:52.275Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-29T21:08:52.614Z] Removing intermediate container b7c44aaf0bb0 [2021-03-29T21:08:52.614Z] ---> 98ef0675bb67 [2021-03-29T21:08:52.614Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-03-29T21:08:52.953Z] go: downloading github.com/edgexfoundry/app-functions-sdk-go/v2 v2.0.0-dev.35 [2021-03-29T21:08:52.953Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.22 [2021-03-29T21:08:52.953Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.56 [2021-03-29T21:08:52.953Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.9 [2021-03-29T21:08:52.953Z] go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.3 [2021-03-29T21:08:52.953Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.6 [2021-03-29T21:08:52.953Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-03-29T21:08:52.953Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.4 [2021-03-29T21:08:52.953Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.3.2 [2021-03-29T21:08:52.953Z] go: downloading github.com/x448/float16 v0.8.4 [2021-03-29T21:08:52.979Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-29T21:08:52.979Z] ---> Running in 79b0d193788e [2021-03-29T21:08:52.979Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-29T21:08:53.220Z] go: downloading github.com/hashicorp/consul/api v1.8.1 [2021-03-29T21:08:53.220Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-03-29T21:08:53.220Z] go: downloading github.com/hashicorp/serf v0.9.5 [2021-03-29T21:08:53.220Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-03-29T21:08:53.220Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2021-03-29T21:08:53.220Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2021-03-29T21:08:53.220Z] go: downloading github.com/go-playground/validator/v10 v10.3.0 [2021-03-29T21:08:53.220Z] go: downloading golang.org/x/net v0.0.0-20200425230154-ff2c4b7c35a0 [2021-03-29T21:08:53.354Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-29T21:08:53.354Z] Executing busybox-1.31.1-r19.trigger [2021-03-29T21:08:53.354Z] ---> Running in ddb835a219c3 [2021-03-29T21:08:53.354Z] OK: 5 MiB in 15 packages [2021-03-29T21:08:53.482Z] go: downloading github.com/gorilla/websocket v1.4.2 [2021-03-29T21:08:53.482Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-03-29T21:08:53.482Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-03-29T21:08:53.482Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-03-29T21:08:53.482Z] go: downloading github.com/pebbe/zmq4 v1.2.5 [2021-03-29T21:08:53.482Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-03-29T21:08:53.482Z] go: downloading github.com/hashicorp/go-hclog v0.12.0 [2021-03-29T21:08:53.482Z] go: downloading github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 [2021-03-29T21:08:53.648Z] (1/2) Installing ca-certificates (20191127-r4) [2021-03-29T21:08:53.648Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-03-29T21:08:53.648Z] Executing busybox-1.31.1-r19.trigger [2021-03-29T21:08:53.648Z] Executing ca-certificates-20191127-r4.trigger [2021-03-29T21:08:53.743Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-03-29T21:08:53.743Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-03-29T21:08:53.743Z] go: downloading github.com/mattn/go-isatty v0.0.12 [2021-03-29T21:08:53.743Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-03-29T21:08:53.743Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-03-29T21:08:53.960Z] OK: 6 MiB in 16 packages [2021-03-29T21:08:54.009Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-03-29T21:08:54.009Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-03-29T21:08:54.009Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.2 [2021-03-29T21:08:54.009Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-03-29T21:08:54.009Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-03-29T21:08:54.009Z] go: downloading github.com/google/uuid v1.2.0 [2021-03-29T21:08:54.009Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-03-29T21:08:54.270Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-03-29T21:08:54.270Z] go: downloading golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd [2021-03-29T21:08:54.270Z] go: downloading github.com/fatih/color v1.9.0 [2021-03-29T21:08:54.270Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-03-29T21:08:54.270Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-03-29T21:08:54.270Z] go: downloading github.com/mattn/go-colorable v0.1.6 [2021-03-29T21:08:54.586Z] Removing intermediate container 79b0d193788e [2021-03-29T21:08:54.586Z] ---> 2845e33695c5 [2021-03-29T21:08:54.586Z] Step 13/24 : WORKDIR / [2021-03-29T21:08:55.212Z] Removing intermediate container ddb835a219c3 [2021-03-29T21:08:55.212Z] ---> 2ddcee2bf61c [2021-03-29T21:08:55.212Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-03-29T21:08:55.212Z] ---> Running in 25b41f8d10a5 [2021-03-29T21:08:55.909Z] ---> Running in 0fe7aac4cb9f [2021-03-29T21:08:56.192Z] Removing intermediate container 94a55309a0f2 [2021-03-29T21:08:56.192Z] ---> a47ca8de785a [2021-03-29T21:08:56.192Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-29T21:08:56.488Z] Removing intermediate container 25b41f8d10a5 [2021-03-29T21:08:56.488Z] ---> c9560e4bfa63 [2021-03-29T21:08:56.488Z] 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-29T21:08:56.771Z] ---> Running in ce7a4f7e2153 [2021-03-29T21:08:57.044Z] Removing intermediate container 0fe7aac4cb9f [2021-03-29T21:08:57.044Z] ---> b427d1c0fcfa [2021-03-29T21:08:57.044Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-03-29T21:08:57.316Z] Removing intermediate container ee90deefb3b1 [2021-03-29T21:08:57.316Z] ---> 5326b373de3c [2021-03-29T21:08:57.316Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-29T21:08:57.316Z] ---> Running in 7db69dd38a9b [2021-03-29T21:08:57.590Z] ---> Running in ba030941f8f2 [2021-03-29T21:08:57.864Z] Removing intermediate container ce7a4f7e2153 [2021-03-29T21:08:57.864Z] ---> d4881c676d7c [2021-03-29T21:08:57.864Z] Step 13/23 : ENV APP_PORT=48082 [2021-03-29T21:08:58.140Z] ---> 58d8033c79c0 [2021-03-29T21:08:58.140Z] 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-29T21:08:58.741Z] ---> Running in b90b9c9eab2d [2021-03-29T21:08:58.741Z] Removing intermediate container ba030941f8f2 [2021-03-29T21:08:58.741Z] ---> b7e06e69a7b7 [2021-03-29T21:08:58.741Z] Step 13/22 : ENV APP_PORT=48060 [2021-03-29T21:08:59.338Z] ---> Running in 8f3e37e606fe [2021-03-29T21:08:59.338Z] ---> 1274d5ae9b7b [2021-03-29T21:08:59.338Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-03-29T21:08:59.612Z] Removing intermediate container b90b9c9eab2d [2021-03-29T21:08:59.612Z] ---> 629b8c0ffcf9 [2021-03-29T21:08:59.612Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-29T21:09:00.217Z] ---> Running in 4793a61da980 [2021-03-29T21:09:00.813Z] Removing intermediate container 8f3e37e606fe [2021-03-29T21:09:00.813Z] ---> df3e41dc52c2 [2021-03-29T21:09:00.813Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-29T21:09:01.423Z] ---> 7e67e30d4d8b [2021-03-29T21:09:01.423Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-03-29T21:09:01.710Z] Removing intermediate container 7db69dd38a9b [2021-03-29T21:09:01.710Z] ---> 9514a36540ea [2021-03-29T21:09:01.710Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-03-29T21:09:01.710Z] ---> Running in 1ec62e6c4167 [2021-03-29T21:09:01.710Z] Removing intermediate container 4793a61da980 [2021-03-29T21:09:01.710Z] ---> ac328c6df165 [2021-03-29T21:09:01.710Z] Step 15/23 : WORKDIR / [2021-03-29T21:09:01.994Z] ---> Running in fc89ac363708 [2021-03-29T21:09:01.994Z] ---> Running in fe97ec5349e7 [2021-03-29T21:09:02.270Z] Removing intermediate container 1ec62e6c4167 [2021-03-29T21:09:02.550Z] ---> 8810d5a7549e [2021-03-29T21:09:02.550Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-29T21:09:03.152Z] Removing intermediate container fc89ac363708 [2021-03-29T21:09:03.152Z] ---> d2cd67ad6d29 [2021-03-29T21:09:03.152Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-03-29T21:09:03.152Z] Removing intermediate container fe97ec5349e7 [2021-03-29T21:09:03.152Z] ---> 48dbeb0cb69c [2021-03-29T21:09:03.152Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-29T21:09:03.749Z] ---> 2d39e8251467 [2021-03-29T21:09:03.749Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-03-29T21:09:04.351Z] ---> 4a342a71c624 [2021-03-29T21:09:04.351Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-03-29T21:09:04.955Z] ---> 8f567f73165b [2021-03-29T21:09:04.955Z] ---> 80dc06483ce2 [2021-03-29T21:09:04.955Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.shStep 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-03-29T21:09:04.955Z] [2021-03-29T21:09:05.556Z] ---> Running in cfd83babe975 [2021-03-29T21:09:05.556Z] ---> 8b038ddeb46f [2021-03-29T21:09:05.556Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-03-29T21:09:06.507Z] + install -DT ./app-service-configurable /root/parts/app-service-config/install/bin/app-service-configurable [2021-03-29T21:09:06.507Z] + install -DT ./res/rules-engine/configuration.toml /root/parts/app-service-config/install/config/app-service-configurable/res/rules-engine/configuration.toml [2021-03-29T21:09:06.507Z] + install -DT ./Attribution.txt /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/Attribution.txt [2021-03-29T21:09:06.507Z] + install -DT ./LICENSE /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/LICENSE [2021-03-29T21:09:06.507Z] Building config-common [2021-03-29T21:09:06.507Z] + snapcraftctl build [2021-03-29T21:09:06.536Z] ---> 5986de41e127 [2021-03-29T21:09:06.537Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-03-29T21:09:07.129Z] ---> 0a76ad4bd18f [2021-03-29T21:09:07.129Z] ---> 8cf629616f25 [2021-03-29T21:09:07.129Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-03-29T21:09:07.129Z] 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-29T21:09:07.726Z] ---> Running in 34550331a871 [2021-03-29T21:09:07.726Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-03-29T21:09:07.726Z] Status: Downloaded newer image for docker:20.10.0 [2021-03-29T21:09:07.726Z] ---> eeaf43b92773 [2021-03-29T21:09:07.726Z] Step 12/26 : RUN apk add --no-cache bash [2021-03-29T21:09:07.726Z] ---> 4d5dc20f6bec [2021-03-29T21:09:07.726Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-03-29T21:09:08.016Z] ---> Running in 0da8198bf31f [2021-03-29T21:09:08.016Z] ---> Running in a0cadce8fc41 [2021-03-29T21:09:08.294Z] ---> 53a1eabbb3d2 [2021-03-29T21:09:08.294Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-03-29T21:09:08.568Z] ---> Running in b98de45f9dc0 [2021-03-29T21:09:08.842Z] Removing intermediate container a0cadce8fc41 [2021-03-29T21:09:08.842Z] ---> b4524573d616 [2021-03-29T21:09:08.842Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-29T21:09:09.050Z] Building edgex-go [2021-03-29T21:09:09.446Z] ---> Running in d49a69905452 [2021-03-29T21:09:09.446Z] Removing intermediate container b98de45f9dc0 [2021-03-29T21:09:09.446Z] ---> dc21220b0373 [2021-03-29T21:09:09.446Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-29T21:09:09.446Z] Removing intermediate container cfd83babe975 [2021-03-29T21:09:09.446Z] ---> 3f1af55fec73 [2021-03-29T21:09:09.446Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-29T21:09:09.624Z] + cd /root/parts/edgex-go/src [2021-03-29T21:09:09.624Z] + make build [2021-03-29T21:09:09.624Z] 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-29T21:09:09.738Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-29T21:09:09.887Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.60 [2021-03-29T21:09:10.013Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-29T21:09:10.156Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.5 [2021-03-29T21:09:10.156Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.10 [2021-03-29T21:09:10.156Z] go: downloading github.com/pkg/errors v0.8.1 [2021-03-29T21:09:10.156Z] go: downloading github.com/imdario/mergo v0.3.12 [2021-03-29T21:09:10.156Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-03-29T21:09:10.156Z] go: downloading github.com/go-playground/validator/v10 v10.4.1 [2021-03-29T21:09:10.156Z] go: downloading golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 [2021-03-29T21:09:10.294Z] ---> Running in b21bbc97ce26 [2021-03-29T21:09:10.566Z] (1/2) Installing readline (8.0.4-r0) [2021-03-29T21:09:10.566Z] (2/2) Installing bash (5.0.17-r0) [2021-03-29T21:09:10.566Z] Executing bash-5.0.17-r0.post-install [2021-03-29T21:09:10.566Z] Executing busybox-1.31.1-r19.trigger [2021-03-29T21:09:10.566Z] OK: 12 MiB in 22 packages [2021-03-29T21:09:10.566Z] Removing intermediate container d49a69905452 [2021-03-29T21:09:10.566Z] ---> 979681a1c07a [2021-03-29T21:09:10.566Z] Step 20/22 : LABEL arch=arm64 [2021-03-29T21:09:11.164Z] ---> Running in 9f706e5b49e4 [2021-03-29T21:09:11.164Z] ---> c91a9af64662 [2021-03-29T21:09:11.164Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-03-29T21:09:11.164Z] Removing intermediate container b21bbc97ce26 [2021-03-29T21:09:11.164Z] ---> ba3ab5cc0e98 [2021-03-29T21:09:11.164Z] Step 21/23 : LABEL arch=arm64 [2021-03-29T21:09:11.436Z] ---> Running in 7765ce1694da [2021-03-29T21:09:11.710Z] Removing intermediate container 34550331a871 [2021-03-29T21:09:11.710Z] ---> 57529c8f5a07 [2021-03-29T21:09:11.710Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-03-29T21:09:11.710Z] Removing intermediate container 9f706e5b49e4 [2021-03-29T21:09:11.710Z] ---> 68ac43fbae65 [2021-03-29T21:09:11.710Z] Step 21/22 : LABEL git_sha=49fe07c0865b4f764a46dfa194199239fc0884ee [2021-03-29T21:09:11.986Z] ---> Running in 2d5e3c791153 [2021-03-29T21:09:11.986Z] ---> Running in 9d355b5d8c67 [2021-03-29T21:09:12.260Z] Removing intermediate container 7765ce1694da [2021-03-29T21:09:12.260Z] ---> 8161b5a9a2c3 [2021-03-29T21:09:12.260Z] Step 22/23 : LABEL git_sha=49fe07c0865b4f764a46dfa194199239fc0884ee [2021-03-29T21:09:12.260Z] Removing intermediate container 0da8198bf31f [2021-03-29T21:09:12.260Z] ---> ddadf9c61ad1 [2021-03-29T21:09:12.260Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-03-29T21:09:12.854Z] ---> Running in 7c0c45fe98dd [2021-03-29T21:09:12.854Z] ---> Running in e58428ac0770 [2021-03-29T21:09:12.854Z] Removing intermediate container 2d5e3c791153 [2021-03-29T21:09:12.854Z] ---> 513e3be5ab41 [2021-03-29T21:09:12.854Z] Step 22/24 : LABEL arch=arm64 [2021-03-29T21:09:13.444Z] Removing intermediate container 9d355b5d8c67 [2021-03-29T21:09:13.444Z] ---> 673394a3e557 [2021-03-29T21:09:13.444Z] ---> a53b19740c2e [2021-03-29T21:09:13.444Z] Step 22/22 : LABEL version=0.0.0 [2021-03-29T21:09:13.444Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-03-29T21:09:13.716Z] ---> Running in 06c6fe911337 [2021-03-29T21:09:13.988Z] ---> Running in 8354b0008763 [2021-03-29T21:09:13.988Z] Removing intermediate container 7c0c45fe98dd [2021-03-29T21:09:13.988Z] ---> ac767788d1c9 [2021-03-29T21:09:13.988Z] Step 23/23 : LABEL version=0.0.0 [2021-03-29T21:09:14.261Z] Removing intermediate container e58428ac0770 [2021-03-29T21:09:14.261Z] ---> fecfc519cb40 [2021-03-29T21:09:14.261Z] Step 14/26 : ENV APP_PORT=48090 [2021-03-29T21:09:14.373Z] 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-29T21:09:14.534Z] ---> Running in bd0434e78402 [2021-03-29T21:09:14.534Z] ---> Running in 3d197d9a5da3 [2021-03-29T21:09:14.534Z] Removing intermediate container 06c6fe911337 [2021-03-29T21:09:14.534Z] ---> e613f3295bd3 [2021-03-29T21:09:14.534Z] Step 23/24 : LABEL git_sha=49fe07c0865b4f764a46dfa194199239fc0884ee [2021-03-29T21:09:14.633Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-03-29T21:09:14.816Z] ---> 9cf974b97845 [2021-03-29T21:09:14.816Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-03-29T21:09:14.816Z] Removing intermediate container 8354b0008763 [2021-03-29T21:09:14.816Z] ---> 3e6d5f76f9ad [2021-03-29T21:09:14.816Z] [2021-03-29T21:09:14.816Z] ---> Running in 1300f7b59df8 [2021-03-29T21:09:15.093Z] Removing intermediate container bd0434e78402 [2021-03-29T21:09:15.093Z] ---> 768660b57bcc [2021-03-29T21:09:15.093Z] [2021-03-29T21:09:15.367Z] Removing intermediate container 3d197d9a5da3 [2021-03-29T21:09:15.367Z] ---> 74829ef4bf45 [2021-03-29T21:09:15.367Z] Step 15/26 : EXPOSE $APP_PORT [2021-03-29T21:09:15.367Z] Successfully built 3e6d5f76f9ad [2021-03-29T21:09:15.636Z] Successfully built 768660b57bcc [2021-03-29T21:09:16.609Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-03-29T21:09:16.609Z] Successfully tagged docker-core-command-go-arm64:latest [2021-03-29T21:09:16.609Z] Removing intermediate container 1300f7b59df8 [2021-03-29T21:09:16.609Z]  Building docker-core-command-go ... done Building docker-core-data-go [2021-03-29T21:09:16.609Z] ---> cc9ac61d5bc2 [2021-03-29T21:09:16.609Z] Step 24/24 : LABEL version=0.0.0 Building docker-support-notifications-go ... done Building docker-support-scheduler-go [2021-03-29T21:09:16.609Z] [2021-03-29T21:09:16.609Z] ---> Running in 2893db4134f5 [2021-03-29T21:09:16.893Z] ---> 695f843913e1 [2021-03-29T21:09:16.893Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-03-29T21:09:16.893Z] ---> Running in a6c5f2fb6e63 [2021-03-29T21:09:17.517Z] Removing intermediate container 2893db4134f5 [2021-03-29T21:09:17.517Z] ---> ff83715f1e76 [2021-03-29T21:09:17.517Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-03-29T21:09:17.517Z] Removing intermediate container a6c5f2fb6e63 [2021-03-29T21:09:17.517Z] ---> 8b2b8f2153cc [2021-03-29T21:09:17.517Z] [2021-03-29T21:09:17.795Z] ---> 98490b11b7d4 [2021-03-29T21:09:17.795Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-03-29T21:09:18.069Z] Successfully built 8b2b8f2153cc [2021-03-29T21:09:18.354Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-03-29T21:09:18.354Z]  Building docker-security-secretstore-setup-go ... done Building docker-security-proxy-setup-go [2021-03-29T21:09:18.354Z] ---> Running in dfd3000b7b76 [2021-03-29T21:09:18.949Z] ---> bb2ca60964ff [2021-03-29T21:09:18.949Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-03-29T21:09:19.232Z] Removing intermediate container dfd3000b7b76 [2021-03-29T21:09:19.232Z] ---> 9ccd09aa66a4 [2021-03-29T21:09:19.232Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-03-29T21:09:20.213Z] ---> cdbfad04b707 [2021-03-29T21:09:20.213Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-03-29T21:09:20.810Z] ---> 8588e611e2fd [2021-03-29T21:09:20.810Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-03-29T21:09:21.244Z] 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-29T21:09:21.411Z] ---> Running in 85363bda9b0c [2021-03-29T21:09:21.411Z] ---> 2169f1b668a0 [2021-03-29T21:09:21.411Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-03-29T21:09:22.014Z] ---> Running in 4c23e3ee1e77 [2021-03-29T21:09:22.185Z] 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-29T21:09:23.455Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-29T21:09:23.456Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-29T21:09:24.051Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-03-29T21:09:24.096Z] 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-29T21:09:24.330Z] (2/33) Installing expat (2.2.9-r1) [2021-03-29T21:09:24.330Z] (3/33) Installing libffi (3.3-r2) [2021-03-29T21:09:24.330Z] (4/33) Installing gdbm (1.13-r1) [2021-03-29T21:09:24.330Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-03-29T21:09:24.330Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-03-29T21:09:24.330Z] (7/33) Installing python3 (3.8.8-r0) [2021-03-29T21:09:24.357Z] 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-29T21:09:24.616Z] go: downloading github.com/stretchr/testify v1.7.0 [2021-03-29T21:09:24.616Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-03-29T21:09:24.616Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-03-29T21:09:24.616Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-03-29T21:09:26.306Z] Removing intermediate container 85363bda9b0c [2021-03-29T21:09:26.306Z] ---> f10d921edf53 [2021-03-29T21:09:26.306Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-03-29T21:09:26.306Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-03-29T21:09:26.306Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-03-29T21:09:26.306Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-03-29T21:09:26.306Z] (11/33) Installing py3-six (1.15.0-r0) [2021-03-29T21:09:26.306Z] (12/33) Installing py3-packaging (20.4-r0) [2021-03-29T21:09:26.306Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-03-29T21:09:26.306Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-03-29T21:09:26.306Z] (15/33) Installing py3-idna (2.9-r0) [2021-03-29T21:09:26.306Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-03-29T21:09:26.306Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-03-29T21:09:26.306Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-03-29T21:09:26.526Z] 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-29T21:09:26.580Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-03-29T21:09:26.580Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-03-29T21:09:26.580Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-03-29T21:09:26.580Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-03-29T21:09:26.580Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-03-29T21:09:26.580Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-03-29T21:09:26.580Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-03-29T21:09:26.580Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-03-29T21:09:26.580Z] ---> Running in b92dc18a36da [2021-03-29T21:09:26.580Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-03-29T21:09:26.580Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-03-29T21:09:26.580Z] (29/33) Installing py3-progress (1.5-r0) [2021-03-29T21:09:26.580Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-03-29T21:09:26.580Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-03-29T21:09:26.580Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-03-29T21:09:26.580Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-03-29T21:09:26.787Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-03-29T21:09:26.788Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-03-29T21:09:26.858Z] Executing busybox-1.31.1-r19.trigger [2021-03-29T21:09:26.858Z] OK: 71 MiB in 55 packages [2021-03-29T21:09:27.457Z] Removing intermediate container b92dc18a36da [2021-03-29T21:09:27.457Z] ---> 3b75d1a0b0b1 [2021-03-29T21:09:27.457Z] Step 28/31 : CMD ["gate"] [2021-03-29T21:09:28.436Z] ---> Running in 196bfc94ceff [2021-03-29T21:09:28.701Z] 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-29T21:09:29.414Z] Removing intermediate container 196bfc94ceff [2021-03-29T21:09:29.414Z] ---> 0f427a4b5fb5 [2021-03-29T21:09:29.414Z] Step 29/31 : LABEL arch=arm64 [2021-03-29T21:09:30.015Z] ---> Running in f4afc1d672ac [2021-03-29T21:09:30.087Z] 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-29T21:09:31.457Z] Removing intermediate container f4afc1d672ac [2021-03-29T21:09:31.457Z] ---> a5e92bb36b74 [2021-03-29T21:09:31.457Z] Step 30/31 : LABEL git_sha=49fe07c0865b4f764a46dfa194199239fc0884ee [2021-03-29T21:09:31.487Z] 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-29T21:09:32.059Z] ---> Running in d5188fc40299 [2021-03-29T21:09:32.885Z] 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-29T21:09:32.885Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-03-29T21:09:33.032Z] Removing intermediate container d5188fc40299 [2021-03-29T21:09:33.032Z] ---> 00454e4686c9 [2021-03-29T21:09:33.032Z] Step 31/31 : LABEL version=0.0.0 [2021-03-29T21:09:33.629Z] ---> Running in d7af70928f60 [2021-03-29T21:09:33.629Z] Removing intermediate container 4c23e3ee1e77 [2021-03-29T21:09:33.629Z] ---> 4cbddb042ae6 [2021-03-29T21:09:33.629Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-03-29T21:09:33.903Z] ---> Running in 244c1a4d0258 [2021-03-29T21:09:34.267Z] 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-29T21:09:34.267Z] go: downloading github.com/lib/pq v1.9.0 [2021-03-29T21:09:34.504Z] Removing intermediate container d7af70928f60 [2021-03-29T21:09:34.504Z] ---> 692165684717 [2021-03-29T21:09:34.504Z] [2021-03-29T21:09:34.778Z] Successfully built 692165684717 [2021-03-29T21:09:35.049Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-03-29T21:09:35.049Z] Building docker-core-metadata-go [2021-03-29T21:09:36.836Z] + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command [2021-03-29T21:09:36.836Z] + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml [2021-03-29T21:09:36.836Z] + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data [2021-03-29T21:09:36.836Z] + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml [2021-03-29T21:09:36.836Z] + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata [2021-03-29T21:09:36.836Z] + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml [2021-03-29T21:09:36.836Z] + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications [2021-03-29T21:09:36.836Z] + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml [2021-03-29T21:09:36.836Z] + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler [2021-03-29T21:09:36.836Z] + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml [2021-03-29T21:09:36.836Z] + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent [2021-03-29T21:09:36.836Z] + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml [2021-03-29T21:09:36.836Z] + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup [2021-03-29T21:09:36.836Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml [2021-03-29T21:09:36.836Z] + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup [2021-03-29T21:09:36.836Z] + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml [2021-03-29T21:09:36.836Z] + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider [2021-03-29T21:09:36.836Z] + 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-29T21:09:36.836Z] + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper [2021-03-29T21:09:36.836Z] + 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-29T21:09:36.836Z] + install -DT ./cmd/security-bootstrapper/res/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res/configuration.toml [2021-03-29T21:09:36.836Z] + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config [2021-03-29T21:09:36.836Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml [2021-03-29T21:09:36.836Z] + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt [2021-03-29T21:09:36.836Z] + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE [2021-03-29T21:09:36.836Z] + 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-29T21:09:39.359Z]  Building docker-security-bootstrapper-go ... done Collecting docker-compose==1.23.2 [2021-03-29T21:09:39.359Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-03-29T21:09:39.973Z] Collecting docopt<0.7,>=0.6.1 [2021-03-29T21:09:39.973Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-03-29T21:09:40.146Z] Building static-packages [2021-03-29T21:09:40.146Z] + snapcraftctl build [2021-03-29T21:09:42.062Z] Building version [2021-03-29T21:09:42.062Z] + snapcraftctl build [2021-03-29T21:09:42.608Z] Collecting texttable<0.10,>=0.9.0 [2021-03-29T21:09:42.608Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-03-29T21:09:44.586Z] Collecting cached-property<2,>=1.2.0 [2021-03-29T21:09:44.586Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-03-29T21:09:44.605Z] Skipping stage go-build-helper (already ran) [2021-03-29T21:09:44.605Z] Staging app-service-config [2021-03-29T21:09:44.605Z] + snapcraftctl stage [2021-03-29T21:09:45.567Z] Collecting websocket-client<1.0,>=0.32.0 [2021-03-29T21:09:45.567Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-03-29T21:09:45.987Z] Staging config-common [2021-03-29T21:09:45.987Z] + snapcraftctl stage [2021-03-29T21:09:46.172Z] Collecting jsonschema<3,>=2.5.1 [2021-03-29T21:09:46.172Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-03-29T21:09:47.003Z] Staging edgex-go [2021-03-29T21:09:47.003Z] + snapcraftctl stage [2021-03-29T21:09:47.155Z] Collecting docker<4.0,>=3.6.0 [2021-03-29T21:09:47.155Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-03-29T21:09:47.433Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2021-03-29T21:09:47.709Z] Collecting dockerpty<0.5,>=0.4.1 [2021-03-29T21:09:47.709Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-03-29T21:09:48.039Z] Staging static-packages [2021-03-29T21:09:48.039Z] + snapcraftctl stage [2021-03-29T21:09:49.485Z] Staging version [2021-03-29T21:09:49.485Z] + snapcraftctl stage [2021-03-29T21:09:50.429Z] Priming go-build-helper [2021-03-29T21:09:50.429Z] + snapcraftctl prime [2021-03-29T21:09:51.136Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-03-29T21:09:51.136Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-03-29T21:09:51.371Z] Priming app-service-config [2021-03-29T21:09:51.371Z] + snapcraftctl prime [2021-03-29T21:09:52.121Z] Collecting PyYAML<4,>=3.10 [2021-03-29T21:09:52.121Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-03-29T21:09:52.760Z] Priming config-common [2021-03-29T21:09:52.760Z] + snapcraftctl prime [2021-03-29T21:09:53.700Z] Priming edgex-go [2021-03-29T21:09:53.700Z] + snapcraftctl prime [2021-03-29T21:09:55.104Z] Priming static-packages [2021-03-29T21:09:55.104Z] + snapcraftctl prime [2021-03-29T21:09:55.523Z] Collecting docker-pycreds>=0.4.0 [2021-03-29T21:09:55.523Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-03-29T21:09:55.523Z] 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-29T21:09:55.523Z] 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-29T21:09:55.799Z] Collecting idna<2.8,>=2.5 [2021-03-29T21:09:55.799Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-03-29T21:09:56.782Z] Collecting urllib3<1.25,>=1.21.1 [2021-03-29T21:09:56.782Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-03-29T21:09:56.782Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-03-29T21:09:56.782Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-03-29T21:09:56.782Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-03-29T21:09:56.782Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-03-29T21:09:57.650Z] Priming version [2021-03-29T21:09:57.650Z] + snapcraftctl prime [2021-03-29T21:09:57.767Z] Installing collected packages: docopt, texttable, cached-property, websocket-client, jsonschema, idna, urllib3, requests, docker-pycreds, docker, dockerpty, PyYAML, docker-compose [2021-03-29T21:09:57.768Z] Running setup.py install for docopt: started [2021-03-29T21:09:58.590Z] The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [2021-03-29T21:09:59.756Z] Running setup.py install for docopt: finished with status 'done' [2021-03-29T21:09:59.756Z] Running setup.py install for texttable: started [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-03-29T21:10:01.759Z] Running setup.py install for texttable: finished with status 'done' [2021-03-29T21:10:02.749Z] Attempting uninstall: idna [2021-03-29T21:10:02.749Z] Found existing installation: idna 2.9 [2021-03-29T21:10:02.749Z] Uninstalling idna-2.9: [2021-03-29T21:10:02.749Z] Successfully uninstalled idna-2.9 [2021-03-29T21:10:03.374Z] Attempting uninstall: urllib3 [2021-03-29T21:10:03.374Z] Found existing installation: urllib3 1.25.9 [2021-03-29T21:10:03.374Z] Uninstalling urllib3-1.25.9: [2021-03-29T21:10:03.655Z] Successfully uninstalled urllib3-1.25.9 [2021-03-29T21:10:04.261Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-29T21:10:04.261Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-29T21:10:04.261Z] ---> 0351c2ef5566 [2021-03-29T21:10:04.261Z] Step 3/22 : WORKDIR /edgex-go [2021-03-29T21:10:04.261Z] ---> Using cache [2021-03-29T21:10:04.261Z] ---> fa5c1ab74a5f [2021-03-29T21:10:04.261Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-29T21:10:04.261Z] ---> Using cache [2021-03-29T21:10:04.261Z] ---> 53d70a62f4c8 [2021-03-29T21:10:04.261Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-03-29T21:10:04.261Z] ---> Using cache [2021-03-29T21:10:04.261Z] ---> c6f1616b0189 [2021-03-29T21:10:04.261Z] Step 6/22 : COPY go.mod . [2021-03-29T21:10:04.261Z] ---> Using cache [2021-03-29T21:10:04.261Z] ---> 1aa8e8a30cff [2021-03-29T21:10:04.261Z] Step 7/22 : RUN go mod download [2021-03-29T21:10:04.261Z] ---> Using cache [2021-03-29T21:10:04.261Z] ---> 6a02ae983069 [2021-03-29T21:10:04.261Z] Step 8/22 : COPY . . [2021-03-29T21:10:04.261Z] ---> Using cache [2021-03-29T21:10:04.261Z] ---> 24f0efc14bf1 [2021-03-29T21:10:04.261Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-03-29T21:10:04.261Z] Attempting uninstall: requests [2021-03-29T21:10:04.261Z] Found existing installation: requests 2.23.0 [2021-03-29T21:10:04.261Z] Uninstalling requests-2.23.0: [2021-03-29T21:10:04.543Z] Successfully uninstalled requests-2.23.0 [2021-03-29T21:10:04.820Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-29T21:10:04.820Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-29T21:10:04.820Z] ---> 0351c2ef5566 [2021-03-29T21:10:04.820Z] Step 3/23 : WORKDIR /edgex-go [2021-03-29T21:10:04.821Z] ---> Using cache [2021-03-29T21:10:04.821Z] ---> fa5c1ab74a5f [2021-03-29T21:10:04.821Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-29T21:10:04.821Z] ---> Using cache [2021-03-29T21:10:04.821Z] ---> 53d70a62f4c8 [2021-03-29T21:10:04.821Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-03-29T21:10:06.274Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-29T21:10:06.274Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-03-29T21:10:06.274Z] ---> 0351c2ef5566 [2021-03-29T21:10:06.274Z] Step 3/21 : WORKDIR /edgex-go [2021-03-29T21:10:06.274Z] ---> Using cache [2021-03-29T21:10:06.274Z] ---> fa5c1ab74a5f [2021-03-29T21:10:06.274Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-29T21:10:06.274Z] ---> Using cache [2021-03-29T21:10:06.274Z] ---> 53d70a62f4c8 [2021-03-29T21:10:06.274Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-03-29T21:10:06.274Z] ---> Using cache [2021-03-29T21:10:06.274Z] ---> c6f1616b0189 [2021-03-29T21:10:06.274Z] Step 6/21 : COPY go.mod . [2021-03-29T21:10:06.274Z] ---> Using cache [2021-03-29T21:10:06.274Z] ---> 1aa8e8a30cff [2021-03-29T21:10:06.274Z] Step 7/21 : RUN go mod download [2021-03-29T21:10:06.274Z] ---> Using cache [2021-03-29T21:10:06.274Z] ---> 6a02ae983069 [2021-03-29T21:10:06.274Z] Step 8/21 : COPY . . [2021-03-29T21:10:06.549Z] ---> Using cache [2021-03-29T21:10:06.549Z] ---> 24f0efc14bf1 [2021-03-29T21:10:06.549Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-03-29T21:10:08.559Z] Running setup.py install for dockerpty: started [2021-03-29T21:10:10.547Z] ---> Running in f8090c02a7aa [2021-03-29T21:10:10.547Z] ---> Running in a6bdaa312b8a [2021-03-29T21:10:10.547Z] ---> Running in fbd863d2d48f [2021-03-29T21:10:10.547Z] Running setup.py install for dockerpty: finished with status 'done' [2021-03-29T21:10:10.547Z] Running setup.py install for PyYAML: started [2021-03-29T21:10:12.007Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-29T21:10:12.007Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-29T21:10:12.007Z] ---> 0351c2ef5566 [2021-03-29T21:10:12.007Z] Step 3/23 : WORKDIR /edgex-go [2021-03-29T21:10:12.007Z] ---> Using cache [2021-03-29T21:10:12.007Z] ---> fa5c1ab74a5f [2021-03-29T21:10:12.007Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-29T21:10:12.007Z] ---> Using cache [2021-03-29T21:10:12.007Z] ---> 53d70a62f4c8 [2021-03-29T21:10:12.007Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-29T21:10:12.007Z] ---> Using cache [2021-03-29T21:10:12.007Z] ---> c6f1616b0189 [2021-03-29T21:10:12.007Z] Step 6/23 : COPY go.mod . [2021-03-29T21:10:12.007Z] ---> Using cache [2021-03-29T21:10:12.007Z] ---> 1aa8e8a30cff [2021-03-29T21:10:12.007Z] Step 7/23 : RUN go mod download [2021-03-29T21:10:12.007Z] ---> Using cache [2021-03-29T21:10:12.007Z] ---> 6a02ae983069 [2021-03-29T21:10:12.007Z] Step 8/23 : COPY . . [2021-03-29T21:10:12.007Z] ---> Using cache [2021-03-29T21:10:12.007Z] ---> 24f0efc14bf1 [2021-03-29T21:10:12.007Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-03-29T21:10:12.286Z] 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-29T21:10:12.891Z] ---> Running in f983a5645556 [2021-03-29T21:10:12.891Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-29T21:10:13.171Z] 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-29T21:10:13.774Z] Running setup.py install for PyYAML: finished with status 'done' [2021-03-29T21:10:14.053Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-29T21:10:14.659Z] 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-29T21:10:14.934Z] 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-29T21:10:16.917Z] OK: 217 MiB in 51 packages [2021-03-29T21:10:18.914Z] Removing intermediate container f8090c02a7aa [2021-03-29T21:10:18.914Z] ---> 3db951ad19fb [2021-03-29T21:10:18.914Z] Step 6/23 : COPY go.mod . [2021-03-29T21:10:20.373Z] ---> fb947a8e4d4b [2021-03-29T21:10:20.373Z] Step 7/23 : RUN go mod download [2021-03-29T21:10:20.652Z] ---> Running in c98281915cd4 [2021-03-29T21:10:20.930Z] Removing intermediate container 244c1a4d0258 [2021-03-29T21:10:20.930Z] ---> 8ea6ba13f1bb [2021-03-29T21:10:20.930Z] Step 21/26 : RUN apk --no-cache add curl [2021-03-29T21:10:21.206Z] ---> Running in aa2475dd3654 [2021-03-29T21:10:23.861Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-29T21:10:23.861Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-29T21:10:24.852Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-03-29T21:10:24.852Z] (2/3) Installing libcurl (7.69.1-r3) [2021-03-29T21:10:24.852Z] (3/3) Installing curl (7.69.1-r3) [2021-03-29T21:10:24.852Z] Executing busybox-1.31.1-r19.trigger [2021-03-29T21:10:24.852Z] OK: 72 MiB in 58 packages [2021-03-29T21:10:25.848Z] Removing intermediate container c98281915cd4 [2021-03-29T21:10:25.848Z] ---> a09f12d59739 [2021-03-29T21:10:25.848Z] Step 8/23 : COPY . . [2021-03-29T21:10:27.294Z] Removing intermediate container aa2475dd3654 [2021-03-29T21:10:27.294Z] ---> 0ac2580194ec [2021-03-29T21:10:27.294Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-03-29T21:10:27.915Z] ---> Running in 4a2d50e31571 [2021-03-29T21:10:28.901Z] Removing intermediate container 4a2d50e31571 [2021-03-29T21:10:28.901Z] ---> caf3341e420a [2021-03-29T21:10:28.901Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-29T21:10:29.180Z] ---> Running in 9c819f0ac412 [2021-03-29T21:10:30.636Z] Removing intermediate container 9c819f0ac412 [2021-03-29T21:10:30.636Z] ---> 86d7bb9c3970 [2021-03-29T21:10:30.636Z] Step 24/26 : LABEL arch=arm64 [2021-03-29T21:10:30.918Z] ---> Running in af16cba01f6d [2021-03-29T21:10:31.904Z] Removing intermediate container af16cba01f6d [2021-03-29T21:10:31.904Z] ---> 16f99e547309 [2021-03-29T21:10:31.904Z] Step 25/26 : LABEL git_sha=49fe07c0865b4f764a46dfa194199239fc0884ee [2021-03-29T21:10:32.182Z] ---> Running in 2251edd1c698 [2021-03-29T21:10:33.632Z] Removing intermediate container 2251edd1c698 [2021-03-29T21:10:33.632Z] ---> 0cc954d17ce2 [2021-03-29T21:10:33.632Z] Step 26/26 : LABEL version=0.0.0 [2021-03-29T21:10:33.632Z] ---> Running in d1321e30efd5 [2021-03-29T21:10:34.625Z] Removing intermediate container d1321e30efd5 [2021-03-29T21:10:34.625Z] ---> 6e7a503d62d3 [2021-03-29T21:10:34.625Z] [2021-03-29T21:10:35.616Z] Successfully built 6e7a503d62d3 [2021-03-29T21:10:35.616Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-03-29T21:10:48.061Z]  Building docker-sys-mgmt-agent-go ... done  ---> bc54a44180ee [2021-03-29T21:10:48.061Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-03-29T21:10:48.061Z] ---> Running in c5bf8d2ccff5 [2021-03-29T21:10:49.522Z] 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-29T21:11:36.528Z] 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-29T21:11:46.722Z] Removing intermediate container a6bdaa312b8a [2021-03-29T21:11:46.722Z] ---> bba739809d17 [2021-03-29T21:11:46.722Z] [2021-03-29T21:11:46.722Z] Step 10/21 : FROM alpine:3.12 [2021-03-29T21:11:46.722Z] ---> e47305ac9786 [2021-03-29T21:11:46.722Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-03-29T21:11:46.997Z] ---> Running in a9ec9690db91 [2021-03-29T21:11:48.986Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-29T21:11:48.986Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-29T21:11:49.614Z] (1/4) Installing ca-certificates (20191127-r4) [2021-03-29T21:11:49.614Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-03-29T21:11:49.614Z] (3/4) Installing libcurl (7.69.1-r3) [2021-03-29T21:11:49.894Z] (4/4) Installing curl (7.69.1-r3) [2021-03-29T21:11:49.894Z] Executing busybox-1.31.1-r19.trigger [2021-03-29T21:11:49.894Z] Executing ca-certificates-20191127-r4.trigger [2021-03-29T21:11:50.174Z] OK: 7 MiB in 18 packages [2021-03-29T21:11:53.593Z] Removing intermediate container a9ec9690db91 [2021-03-29T21:11:53.593Z] ---> dc45898f9125 [2021-03-29T21:11:53.593Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-29T21:11:53.872Z] ---> Running in f7afd0678477 [2021-03-29T21:11:53.872Z] Removing intermediate container fbd863d2d48f [2021-03-29T21:11:53.872Z] ---> 20f2140eb93a [2021-03-29T21:11:53.872Z] [2021-03-29T21:11:53.872Z] Step 10/22 : FROM alpine:3.12 [2021-03-29T21:11:53.872Z] ---> e47305ac9786 [2021-03-29T21:11:53.872Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-03-29T21:11:53.872Z] ---> Using cache [2021-03-29T21:11:53.872Z] ---> a47ca8de785a [2021-03-29T21:11:53.872Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-29T21:11:53.872Z] ---> Using cache [2021-03-29T21:11:53.872Z] ---> d4881c676d7c [2021-03-29T21:11:53.872Z] Step 13/22 : ENV APP_PORT=48085 [2021-03-29T21:11:54.149Z] ---> Running in ba0da2c6e231 [2021-03-29T21:11:54.759Z] Removing intermediate container f7afd0678477 [2021-03-29T21:11:54.759Z] ---> 3c629e77a7bd [2021-03-29T21:11:54.759Z] Step 13/21 : WORKDIR /edgex [2021-03-29T21:11:54.759Z] ---> Running in 45929cc7773f [2021-03-29T21:11:55.039Z] Removing intermediate container ba0da2c6e231 [2021-03-29T21:11:55.039Z] ---> 97323ff123da [2021-03-29T21:11:55.039Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-29T21:11:55.039Z] ---> Running in 5809a43a9437 [2021-03-29T21:11:55.643Z] Removing intermediate container 45929cc7773f [2021-03-29T21:11:55.643Z] ---> 8e3e737ce2b0 [2021-03-29T21:11:55.643Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-03-29T21:11:55.919Z] Removing intermediate container 5809a43a9437 [2021-03-29T21:11:55.919Z] ---> d4b76ff0c190 [2021-03-29T21:11:55.919Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-29T21:11:56.916Z] ---> 3741ee333935 [2021-03-29T21:11:56.916Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-03-29T21:11:57.188Z] ---> 5d19fa69ea49 [2021-03-29T21:11:57.188Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-03-29T21:11:59.187Z] ---> f20c1d2fc2b2 [2021-03-29T21:11:59.187Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-03-29T21:11:59.187Z] ---> 83f6823413cf [2021-03-29T21:11:59.187Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-03-29T21:12:00.663Z] ---> 57b05e0e01b7 [2021-03-29T21:12:00.663Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-03-29T21:12:01.288Z] ---> Running in 27565dfa4dea [2021-03-29T21:12:01.288Z] ---> ec98b2dd89f9 [2021-03-29T21:12:01.288Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-03-29T21:12:01.569Z] ---> Running in 5dfdec6d3d2d [2021-03-29T21:12:02.182Z] Removing intermediate container 27565dfa4dea [2021-03-29T21:12:02.182Z] ---> b9a0165e10db [2021-03-29T21:12:02.182Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-29T21:12:02.460Z] ---> Running in cac0a71acc1a [2021-03-29T21:12:02.460Z] Removing intermediate container 5dfdec6d3d2d [2021-03-29T21:12:02.460Z] ---> 1006f0180e83 [2021-03-29T21:12:02.460Z] Step 18/21 : CMD ["--init=true"] [2021-03-29T21:12:02.736Z] ---> Running in 46b071eab153 [2021-03-29T21:12:03.011Z] Removing intermediate container cac0a71acc1a [2021-03-29T21:12:03.011Z] ---> 778111760aed [2021-03-29T21:12:03.011Z] Step 20/22 : LABEL arch=arm64 [2021-03-29T21:12:03.299Z] ---> Running in 00542d53dafc [2021-03-29T21:12:03.586Z] Removing intermediate container 46b071eab153 [2021-03-29T21:12:03.586Z] ---> 9dabdb55031e [2021-03-29T21:12:03.586Z] Step 19/21 : LABEL arch=arm64 [2021-03-29T21:12:03.883Z] ---> Running in 93e6fcd9c70a [2021-03-29T21:12:04.497Z] Removing intermediate container 00542d53dafc [2021-03-29T21:12:04.497Z] ---> 898534ce4376 [2021-03-29T21:12:04.497Z] Step 21/22 : LABEL git_sha=49fe07c0865b4f764a46dfa194199239fc0884ee [2021-03-29T21:12:04.784Z] ---> Running in da0829dc9605 [2021-03-29T21:12:05.062Z] Removing intermediate container 93e6fcd9c70a [2021-03-29T21:12:05.062Z] ---> 06db77f1449a [2021-03-29T21:12:05.062Z] Step 20/21 : LABEL git_sha=49fe07c0865b4f764a46dfa194199239fc0884ee [2021-03-29T21:12:05.681Z] ---> Running in 1f8b691d60dd [2021-03-29T21:12:05.681Z] Removing intermediate container da0829dc9605 [2021-03-29T21:12:05.681Z] ---> 026687802283 [2021-03-29T21:12:05.681Z] Step 22/22 : LABEL version=0.0.0 [2021-03-29T21:12:05.966Z] ---> Running in 71455f49df36 [2021-03-29T21:12:06.570Z] Removing intermediate container 1f8b691d60dd [2021-03-29T21:12:06.570Z] ---> d69a9bf09c73 [2021-03-29T21:12:06.570Z] Step 21/21 : LABEL version=0.0.0 [2021-03-29T21:12:07.207Z] ---> Running in 69619b6b2865 [2021-03-29T21:12:07.207Z] Removing intermediate container 71455f49df36 [2021-03-29T21:12:07.207Z] ---> 0f585fe57c7f [2021-03-29T21:12:07.207Z] [2021-03-29T21:12:07.823Z] Removing intermediate container f983a5645556 [2021-03-29T21:12:07.823Z] ---> f11fa64e418a [2021-03-29T21:12:07.823Z] [2021-03-29T21:12:07.823Z] Step 10/23 : FROM alpine:3.12 [2021-03-29T21:12:07.823Z] ---> e47305ac9786 [2021-03-29T21:12:07.823Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-29T21:12:07.823Z] ---> Using cache [2021-03-29T21:12:07.823Z] ---> a47ca8de785a [2021-03-29T21:12:07.823Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-29T21:12:07.823Z] ---> Using cache [2021-03-29T21:12:07.823Z] ---> d4881c676d7c [2021-03-29T21:12:07.823Z] Step 13/23 : ENV APP_PORT=48081 [2021-03-29T21:12:07.823Z] Successfully built 0f585fe57c7f [2021-03-29T21:12:07.823Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-03-29T21:12:07.823Z]  Building docker-support-scheduler-go ... done Removing intermediate container 69619b6b2865 [2021-03-29T21:12:07.823Z] ---> 3f8a40269c38 [2021-03-29T21:12:07.823Z] [2021-03-29T21:12:08.108Z] ---> Running in 066beb5f3065 [2021-03-29T21:12:08.389Z] Successfully built 3f8a40269c38 [2021-03-29T21:12:08.389Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-03-29T21:12:08.670Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container 066beb5f3065 [2021-03-29T21:12:08.670Z] ---> f9d075158a27 [2021-03-29T21:12:08.670Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-29T21:12:08.968Z] ---> Running in 78f4a505ad98 [2021-03-29T21:12:09.247Z] Removing intermediate container 78f4a505ad98 [2021-03-29T21:12:09.247Z] ---> c973ee89a6c0 [2021-03-29T21:12:09.247Z] Step 15/23 : WORKDIR / [2021-03-29T21:12:09.560Z] ---> Running in ea87d0820325 [2021-03-29T21:12:09.843Z] Removing intermediate container ea87d0820325 [2021-03-29T21:12:09.843Z] ---> 223a947383d4 [2021-03-29T21:12:09.843Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-29T21:12:10.823Z] ---> 1348c2da43c0 [2021-03-29T21:12:10.823Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-03-29T21:12:12.268Z] ---> e7c8b001b89d [2021-03-29T21:12:12.268Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-03-29T21:12:12.965Z] ---> 7c47430b9143 [2021-03-29T21:12:12.965Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-03-29T21:12:13.253Z] ---> Running in 793cc307233e [2021-03-29T21:12:14.293Z] Removing intermediate container 793cc307233e [2021-03-29T21:12:14.293Z] ---> 2fc2a9ad8772 [2021-03-29T21:12:14.293Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-29T21:12:14.293Z] ---> Running in 3030a776fafd [2021-03-29T21:12:14.941Z] Removing intermediate container 3030a776fafd [2021-03-29T21:12:14.941Z] ---> a390b874c9e1 [2021-03-29T21:12:14.941Z] Step 21/23 : LABEL arch=arm64 [2021-03-29T21:12:15.234Z] ---> Running in 50749f884c9c [2021-03-29T21:12:15.880Z] Removing intermediate container 50749f884c9c [2021-03-29T21:12:15.880Z] ---> e856a64c8a78 [2021-03-29T21:12:15.880Z] Step 22/23 : LABEL git_sha=49fe07c0865b4f764a46dfa194199239fc0884ee [2021-03-29T21:12:16.190Z] ---> Running in 51928526b6f9 [2021-03-29T21:12:16.480Z] Removing intermediate container 51928526b6f9 [2021-03-29T21:12:16.480Z] ---> bfd91eebc27b [2021-03-29T21:12:16.480Z] Step 23/23 : LABEL version=0.0.0 [2021-03-29T21:12:16.786Z] ---> Running in 75214f852340 [2021-03-29T21:12:17.457Z] Removing intermediate container 75214f852340 [2021-03-29T21:12:17.457Z] ---> a21ab8969a69 [2021-03-29T21:12:17.457Z] [2021-03-29T21:12:17.732Z] Successfully built a21ab8969a69 [2021-03-29T21:12:17.732Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-03-29T21:12:23.116Z]  Building docker-core-metadata-go ... done Removing intermediate container c5bf8d2ccff5 [2021-03-29T21:12:23.116Z] ---> 520396885051 [2021-03-29T21:12:23.116Z] [2021-03-29T21:12:23.116Z] Step 10/23 : FROM alpine:3.12 [2021-03-29T21:12:23.116Z] ---> e47305ac9786 [2021-03-29T21:12:23.116Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-03-29T21:12:23.116Z] ---> Running in f18f36c8437e [2021-03-29T21:12:23.116Z] Removing intermediate container f18f36c8437e [2021-03-29T21:12:23.116Z] ---> b05148b25401 [2021-03-29T21:12:23.116Z] Step 12/23 : ENV APP_PORT=48080 [2021-03-29T21:12:23.116Z] ---> Running in d7f14d24a73c [2021-03-29T21:12:23.388Z] Removing intermediate container d7f14d24a73c [2021-03-29T21:12:23.388Z] ---> c5ff735785d9 [2021-03-29T21:12:23.388Z] Step 13/23 : EXPOSE $APP_PORT [2021-03-29T21:12:23.658Z] ---> Running in 033f19ac261f [2021-03-29T21:12:24.249Z] Removing intermediate container 033f19ac261f [2021-03-29T21:12:24.249Z] ---> a6c4050857af [2021-03-29T21:12:24.249Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-29T21:12:24.249Z] ---> Running in 3117cff7281f [2021-03-29T21:12:26.220Z] Removing intermediate container 3117cff7281f [2021-03-29T21:12:26.220Z] ---> 842912547b2b [2021-03-29T21:12:26.220Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-03-29T21:12:26.501Z] ---> Running in 715a5bceb1d5 [2021-03-29T21:12:27.481Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-29T21:12:28.452Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-29T21:12:29.876Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-03-29T21:12:30.148Z] (2/6) Installing libgcc (9.3.0-r2) [2021-03-29T21:12:30.148Z] (3/6) Installing libsodium (1.0.18-r0) [2021-03-29T21:12:30.417Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-03-29T21:12:31.006Z] (5/6) Installing libzmq (4.3.3-r0) [2021-03-29T21:12:31.276Z] (6/6) Installing zeromq (4.3.3-r0) [2021-03-29T21:12:31.276Z] Executing busybox-1.31.1-r19.trigger [2021-03-29T21:12:31.276Z] OK: 8 MiB in 20 packages [2021-03-29T21:12:32.707Z] Removing intermediate container 715a5bceb1d5 [2021-03-29T21:12:32.707Z] ---> ac16eb72d156 [2021-03-29T21:12:32.707Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-29T21:12:33.300Z] ---> 8e1a82d962e6 [2021-03-29T21:12:33.300Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-03-29T21:12:34.730Z] ---> 8ce96ee15b5d [2021-03-29T21:12:34.730Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-03-29T21:12:35.323Z] ---> e7671eb90957 [2021-03-29T21:12:35.323Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-03-29T21:12:35.324Z] ---> Running in 45fcac173a23 [2021-03-29T21:12:35.919Z] Removing intermediate container 45fcac173a23 [2021-03-29T21:12:35.919Z] ---> 3d8728a00bc6 [2021-03-29T21:12:35.919Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-29T21:12:35.919Z] ---> Running in ef0f9589d369 [2021-03-29T21:12:36.515Z] Removing intermediate container ef0f9589d369 [2021-03-29T21:12:36.515Z] ---> ce4b0dcfa76b [2021-03-29T21:12:36.515Z] Step 21/23 : LABEL arch=arm64 [2021-03-29T21:12:37.110Z] ---> Running in 6828726055ff [2021-03-29T21:12:37.382Z] Removing intermediate container 6828726055ff [2021-03-29T21:12:37.382Z] ---> 70bf3a096f3b [2021-03-29T21:12:37.382Z] Step 22/23 : LABEL git_sha=49fe07c0865b4f764a46dfa194199239fc0884ee [2021-03-29T21:12:37.659Z] ---> Running in 77e390498abd [2021-03-29T21:12:37.935Z] Removing intermediate container 77e390498abd [2021-03-29T21:12:37.935Z] ---> 8adb1f37867a [2021-03-29T21:12:37.935Z] Step 23/23 : LABEL version=0.0.0 [2021-03-29T21:12:38.209Z] ---> Running in 9c1af40684cc [2021-03-29T21:12:38.481Z] Removing intermediate container 9c1af40684cc [2021-03-29T21:12:38.481Z] ---> 719d52396bbb [2021-03-29T21:12:38.481Z] [2021-03-29T21:12:39.073Z] Successfully built 719d52396bbb [2021-03-29T21:12:39.073Z] Successfully tagged docker-core-data-go-arm64:latest [2021-03-29T21:12:39.357Z]  Building docker-core-data-go ... done  [Pipeline] } [2021-03-29T21:12:39.355Z] $ docker stop --time=1 3f1ec54a2347c8763275c8288fbce6c7c38aec0f8a2917171dfa0efc115575d7 [2021-03-29T21:12:41.250Z] $ docker rm -f 3f1ec54a2347c8763275c8288fbce6c7c38aec0f8a2917171dfa0efc115575d7 [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-29T21:12:41.945Z] + + docker imagesgrep [2021-03-29T21:12:41.945Z] docker [2021-03-29T21:12:42.216Z] docker-core-data-go-arm64 latest 719d52396bbb 4 seconds ago 21.4MB [2021-03-29T21:12:42.216Z] docker-core-metadata-go-arm64 latest a21ab8969a69 26 seconds ago 17.9MB [2021-03-29T21:12:42.216Z] docker-security-proxy-setup-go-arm64 latest 3f8a40269c38 35 seconds ago 24.1MB [2021-03-29T21:12:42.216Z] docker-support-scheduler-go-arm64 latest 0f585fe57c7f 36 seconds ago 16.4MB [2021-03-29T21:12:42.216Z] docker-sys-mgmt-agent-go-arm64 latest 6e7a503d62d3 2 minutes ago 301MB [2021-03-29T21:12:42.216Z] docker-security-bootstrapper-go-arm64 latest 692165684717 3 minutes ago 17.9MB [2021-03-29T21:12:42.216Z] docker-security-secretstore-setup-go-arm64 latest 8b2b8f2153cc 3 minutes ago 24.4MB [2021-03-29T21:12:42.216Z] docker-support-notifications-go-arm64 latest 3e6d5f76f9ad 3 minutes ago 16.9MB [2021-03-29T21:12:42.216Z] docker-core-command-go-arm64 latest 768660b57bcc 3 minutes ago 16.3MB [2021-03-29T21:12:42.216Z] 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-29T21:12:43.125Z] ---> job-cost.sh [2021-03-29T21:12:43.125Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-N4ur [2021-03-29T21:13:22.075Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-03-29T21:14:58.921Z] lf-activate-venv(): INFO: Adding /tmp/venv-N4ur/bin to PATH [2021-03-29T21:14:58.921Z] INFO: No Stack... [2021-03-29T21:14:58.921Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-03-29T21:14:58.921Z] INFO: Archiving Costs [Pipeline] sh [2021-03-29T21:14:59.253Z] + cat /w/workspace/edgex-go/4/archives/cost.csv [2021-03-29T21:14:59.253Z] + cut -d, -f6 [Pipeline] lock [2021-03-29T21:14:59.364Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3300-4-stack-cost] [2021-03-29T21:14:59.375Z] Resource [jenkins-edgexfoundry-edgex-go-PR-3300-4-stack-cost] did not exist. Created. [2021-03-29T21:14:59.375Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3300-4-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-03-29T21:14:59.795Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-03-29T21:15:00.110Z] Stashed 1 file(s) [Pipeline] } [2021-03-29T21:15:00.120Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3300-4-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2021-03-29T21:15:01.650Z] provisioning config files... [2021-03-29T21:15:01.671Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/4@tmp/config3752479205771110765tmp [Pipeline] { [Pipeline] sh [2021-03-29T21:15:02.072Z] + set +x [2021-03-29T21:15:02.072Z] + curl -s https://codecov.io/bash [2021-03-29T21:15:02.072Z] + bash -s -- [2021-03-29T21:15:02.335Z] [2021-03-29T21:15:02.335Z] _____ _ [2021-03-29T21:15:02.335Z] / ____| | | [2021-03-29T21:15:02.335Z] | | ___ __| | ___ ___ _____ __ [2021-03-29T21:15:02.335Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-03-29T21:15:02.335Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-03-29T21:15:02.335Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-03-29T21:15:02.335Z] Bash-20210309-2b87ace [2021-03-29T21:15:02.335Z] [2021-03-29T21:15:02.335Z] [2021-03-29T21:15:02.335Z] ==> git version 2.24.3 found [2021-03-29T21:15:02.335Z] ==> 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-29T21:15:02.335Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-03-29T21:15:02.335Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-03-29T21:15:02.335Z] ==> Jenkins CI detected. [2021-03-29T21:15:02.335Z] project root: . [2021-03-29T21:15:02.335Z] --> token set from env [2021-03-29T21:15:02.598Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-03-29T21:15:02.598Z] ==> Running gcov in . (disable via -X gcov) [2021-03-29T21:15:02.598Z] ==> Python coveragepy not found [2021-03-29T21:15:02.598Z] ==> Searching for coverage reports in: [2021-03-29T21:15:02.598Z] + . [2021-03-29T21:15:02.598Z] -> Found 1 reports [2021-03-29T21:15:02.598Z] ==> Detecting git/mercurial file structure [2021-03-29T21:15:02.598Z] ==> Reading reports [2021-03-29T21:15:02.598Z] + ./coverage.out bytes=668090 [2021-03-29T21:15:02.598Z] ==> Appending adjustments [2021-03-29T21:15:02.598Z] https://docs.codecov.io/docs/fixing-reports [2021-03-29T21:15:05.934Z] + Found adjustments [2021-03-29T21:15:05.934Z] ==> Gzipping contents [2021-03-29T21:15:05.934Z] 96K /tmp/codecov.c7r0lK.gz [2021-03-29T21:15:05.934Z] ==> Uploading reports [2021-03-29T21:15:05.934Z] url: https://codecov.io [2021-03-29T21:15:05.934Z] query: branch=PR-3300&commit=49fe07c0865b4f764a46dfa194199239fc0884ee&build=4&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3300%2F4%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3300&job=&cmd_args= [2021-03-29T21:15:05.934Z] -> Pinging Codecov [2021-03-29T21:15:05.934Z] https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=PR-3300&commit=49fe07c0865b4f764a46dfa194199239fc0884ee&build=4&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3300%2F4%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3300&job=&cmd_args= [2021-03-29T21:15:06.507Z] -> Uploading to [2021-03-29T21:15:06.507Z] https://storage.googleapis.com/codecov/v4/raw/2021-03-29/00271124DB129430A58F1EEE437C3FCB/49fe07c0865b4f764a46dfa194199239fc0884ee/bec1de01-a7ee-435f-ad04-89576ac308d4.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210329%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210329T211506Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=e6ee51a4b752d76a1c9d1c48a6e9e50ce7b29dc6441f373a908f4f666ba04e60 [2021-03-29T21:15:06.507Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-29T21:15:06.507Z] Dload Upload Total Spent Left Speed [2021-03-29T21:15:07.112Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 96706 0 0 100 96706 0 196k --:--:-- --:--:-- --:--:-- 196k 100 96706 0 0 100 96706 0 196k --:--:-- --:--:-- --:--:-- 196k [2021-03-29T21:15:07.112Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/49fe07c0865b4f764a46dfa194199239fc0884ee [Pipeline] } [2021-03-29T21:15:07.121Z] 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-29T21:15:08.697Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-29T21:15:09.574Z] ---> package-listing.sh [2021-03-29T21:15:09.574Z] ++ facter osfamily [2021-03-29T21:15:09.574Z] ++ tr '[:upper:]' '[:lower:]' [2021-03-29T21:15:09.574Z] + OS_FAMILY=redhat [2021-03-29T21:15:09.574Z] + workspace=/w/workspace/edgex-go/4 [2021-03-29T21:15:09.574Z] + START_PACKAGES=/tmp/packages_start.txt [2021-03-29T21:15:09.574Z] + END_PACKAGES=/tmp/packages_end.txt [2021-03-29T21:15:09.574Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-03-29T21:15:09.574Z] + PACKAGES=/tmp/packages_start.txt [2021-03-29T21:15:09.574Z] + '[' /w/workspace/edgex-go/4 ']' [2021-03-29T21:15:09.574Z] + PACKAGES=/tmp/packages_end.txt [2021-03-29T21:15:09.574Z] + case "${OS_FAMILY}" in [2021-03-29T21:15:09.574Z] + rpm -qa [2021-03-29T21:15:09.574Z] + sort [2021-03-29T21:15:14.873Z] + '[' -f /tmp/packages_start.txt ']' [2021-03-29T21:15:14.873Z] + '[' -f /tmp/packages_end.txt ']' [2021-03-29T21:15:14.873Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-03-29T21:15:14.873Z] + '[' /w/workspace/edgex-go/4 ']' [2021-03-29T21:15:14.873Z] + mkdir -p /w/workspace/edgex-go/4/archives/ [2021-03-29T21:15:14.873Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/4/archives/ [Pipeline] echo [2021-03-29T21:15:14.887Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/4/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-03-29T21:15:15.181Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-03-29T21:15:15.492Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-29T21:15:15.492Z] [2021-03-29T21:15:15.492Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-03-29T21:15:15.845Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-29T21:15:15.845Z] alpine: Pulling from edgex-lftools-log-publisher [2021-03-29T21:15:15.845Z] df20fa9351a1: Pulling fs layer [2021-03-29T21:15:15.845Z] 36b3adc4ff6f: Pulling fs layer [2021-03-29T21:15:15.845Z] 8ad3a11d3b57: Pulling fs layer [2021-03-29T21:15:15.845Z] 46f8f816bc3b: Pulling fs layer [2021-03-29T21:15:15.845Z] 93b61091891f: Pulling fs layer [2021-03-29T21:15:15.845Z] 93b9cdb0e59b: Pulling fs layer [2021-03-29T21:15:15.845Z] 5e14af77c1be: Pulling fs layer [2021-03-29T21:15:15.845Z] 01666e4c0597: Pulling fs layer [2021-03-29T21:15:15.846Z] aa168da1d23b: Pulling fs layer [2021-03-29T21:15:15.846Z] 93b9cdb0e59b: Waiting [2021-03-29T21:15:15.846Z] 5e14af77c1be: Waiting [2021-03-29T21:15:15.846Z] 01666e4c0597: Waiting [2021-03-29T21:15:15.846Z] aa168da1d23b: Waiting [2021-03-29T21:15:15.846Z] 46f8f816bc3b: Waiting [2021-03-29T21:15:15.846Z] 93b61091891f: Waiting [2021-03-29T21:15:15.846Z] 36b3adc4ff6f: Download complete [2021-03-29T21:15:15.846Z] 46f8f816bc3b: Download complete [2021-03-29T21:15:15.846Z] df20fa9351a1: Verifying Checksum [2021-03-29T21:15:15.846Z] df20fa9351a1: Download complete [2021-03-29T21:15:16.115Z] 93b9cdb0e59b: Verifying Checksum [2021-03-29T21:15:16.115Z] 93b9cdb0e59b: Download complete [2021-03-29T21:15:16.115Z] 5e14af77c1be: Verifying Checksum [2021-03-29T21:15:16.115Z] 5e14af77c1be: Download complete [2021-03-29T21:15:16.115Z] 93b61091891f: Verifying Checksum [2021-03-29T21:15:16.115Z] 93b61091891f: Download complete [2021-03-29T21:15:16.115Z] 01666e4c0597: Verifying Checksum [2021-03-29T21:15:16.115Z] 01666e4c0597: Download complete [2021-03-29T21:15:16.115Z] 8ad3a11d3b57: Verifying Checksum [2021-03-29T21:15:16.115Z] 8ad3a11d3b57: Download complete [2021-03-29T21:15:16.385Z] df20fa9351a1: Pull complete [2021-03-29T21:15:16.652Z] 36b3adc4ff6f: Pull complete [2021-03-29T21:15:18.053Z] aa168da1d23b: Verifying Checksum [2021-03-29T21:15:18.053Z] aa168da1d23b: Download complete [2021-03-29T21:15:18.318Z] 8ad3a11d3b57: Pull complete [2021-03-29T21:15:18.596Z] 46f8f816bc3b: Pull complete [2021-03-29T21:15:19.231Z] 93b61091891f: Pull complete [2021-03-29T21:15:19.495Z] 93b9cdb0e59b: Pull complete [2021-03-29T21:15:19.495Z] 5e14af77c1be: Pull complete [2021-03-29T21:15:19.758Z] 01666e4c0597: Pull complete [2021-03-29T21:15:27.936Z] aa168da1d23b: Pull complete [2021-03-29T21:15:27.936Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-03-29T21:15:27.936Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-29T21:15:27.936Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-03-29T21:15:28.144Z] prd-centos7-docker-4c-2g-31843 does not seem to be running inside a container [2021-03-29T21:15:28.189Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/4/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-03-29T21:15:36.667Z] $ docker top bd243d10cb84be0ced223902ed279ba25b0af07891234900ad89849b8d582057 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-29T21:15:37.247Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-03-29T21:15:37.549Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-03-29T21:15:37.849Z] + ls /var/log/sa-host [2021-03-29T21:15:37.849Z] + sadf -c /var/log/sa-host/sa23 [2021-03-29T21:15:37.849Z] file_magic: OK [2021-03-29T21:15:37.849Z] HZ: Using current value: 100 [2021-03-29T21:15:37.849Z] file_header: OK [2021-03-29T21:15:37.849Z] 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-29T21:15:37.849Z] Statistics: [2021-03-29T21:15:37.849Z] Hnuu...uuuununununu... [2021-03-29T21:15:37.849Z] File successfully converted to sysstat format version 12.2.1 [2021-03-29T21:15:37.849Z] + sadf -c /var/log/sa-host/sa29 [2021-03-29T21:15:37.849Z] file_magic: OK [2021-03-29T21:15:37.849Z] HZ: Using current value: 100 [2021-03-29T21:15:37.849Z] file_header: OK [2021-03-29T21:15:37.849Z] 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-29T21:15:37.849Z] Statistics: [2021-03-29T21:15:37.849Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-03-29T21:15:37.849Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-03-29T21:15:38.045Z] provisioning config files... [2021-03-29T21:15:38.066Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/4@tmp/config2366543942114655552tmp [Pipeline] { [Pipeline] echo [2021-03-29T21:15:38.152Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-29T21:15:38.454Z] ---> create-netrc.sh [Pipeline] } [2021-03-29T21:15:38.463Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-03-29T21:15:38.549Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-29T21:15:38.847Z] ---> python-tools-install.sh [Pipeline] echo [2021-03-29T21:15:38.858Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-29T21:15:39.155Z] ---> sudo-logs.sh [2021-03-29T21:15:39.156Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-03-29T21:15:39.247Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-29T21:15:39.555Z] ---> job-cost.sh [2021-03-29T21:15:39.555Z] lf-activate-venv: SKIPPING [2021-03-29T21:15:39.555Z] DEBUG: total: 0.20999999344348907 [2021-03-29T21:15:39.555Z] INFO: Retrieving Stack Cost... [2021-03-29T21:15:40.497Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-03-29T21:15:41.074Z] INFO: Archiving Costs [Pipeline] echo [2021-03-29T21:15:41.088Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-29T21:15:41.400Z] ---> logs-deploy.sh [2021-03-29T21:15:41.400Z] lf-activate-venv: SKIPPING [2021-03-29T21:15:41.400Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3300/4 [2021-03-29T21:15:41.400Z] INFO: archiving workspace using pattern(s): [2021-03-29T21:15:42.794Z] Archives upload complete. [2021-03-29T21:15:43.056Z] INFO: archiving logs to Nexus [2021-03-29T21:15:44.006Z] ---> uname -a: [2021-03-29T21:15:44.006Z] Linux prd-centos7-docker-4c-2g-31843.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux [2021-03-29T21:15:44.006Z] [2021-03-29T21:15:44.006Z] [2021-03-29T21:15:44.006Z] ---> lscpu: [2021-03-29T21:15:44.006Z] Architecture: x86_64 [2021-03-29T21:15:44.006Z] CPU op-mode(s): 32-bit, 64-bit [2021-03-29T21:15:44.006Z] Byte Order: Little Endian [2021-03-29T21:15:44.006Z] Address sizes: 40 bits physical, 48 bits virtual [2021-03-29T21:15:44.006Z] CPU(s): 4 [2021-03-29T21:15:44.006Z] On-line CPU(s) list: 0-3 [2021-03-29T21:15:44.006Z] Thread(s) per core: 1 [2021-03-29T21:15:44.006Z] Core(s) per socket: 1 [2021-03-29T21:15:44.006Z] Socket(s): 4 [2021-03-29T21:15:44.006Z] NUMA node(s): 1 [2021-03-29T21:15:44.006Z] Vendor ID: GenuineIntel [2021-03-29T21:15:44.006Z] CPU family: 6 [2021-03-29T21:15:44.006Z] Model: 44 [2021-03-29T21:15:44.006Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2021-03-29T21:15:44.006Z] Stepping: 1 [2021-03-29T21:15:44.006Z] CPU MHz: 2933.436 [2021-03-29T21:15:44.006Z] BogoMIPS: 5866.87 [2021-03-29T21:15:44.006Z] Virtualization: VT-x [2021-03-29T21:15:44.006Z] Hypervisor vendor: KVM [2021-03-29T21:15:44.006Z] Virtualization type: full [2021-03-29T21:15:44.006Z] L1d cache: 128 KiB [2021-03-29T21:15:44.006Z] L1i cache: 128 KiB [2021-03-29T21:15:44.006Z] L2 cache: 16 MiB [2021-03-29T21:15:44.006Z] L3 cache: 64 MiB [2021-03-29T21:15:44.006Z] NUMA node0 CPU(s): 0-3 [2021-03-29T21:15:44.006Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2021-03-29T21:15:44.006Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2021-03-29T21:15:44.006Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2021-03-29T21:15:44.006Z] Vulnerability Meltdown: Mitigation; PTI [2021-03-29T21:15:44.006Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2021-03-29T21:15:44.006Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2021-03-29T21:15:44.006Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2021-03-29T21:15:44.006Z] Vulnerability Srbds: Not affected [2021-03-29T21:15:44.006Z] Vulnerability Tsx async abort: Not affected [2021-03-29T21:15:44.006Z] Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp [2021-03-29T21:15:44.006Z] [2021-03-29T21:15:44.006Z] [2021-03-29T21:15:44.006Z] ---> nproc: [2021-03-29T21:15:44.006Z] 4 [2021-03-29T21:15:44.006Z] [2021-03-29T21:15:44.006Z] [2021-03-29T21:15:44.006Z] ---> df -h: [2021-03-29T21:15:44.006Z] Filesystem Size Used Available Use% Mounted on [2021-03-29T21:15:44.006Z] overlay 50.0G 13.1G 36.9G 26% / [2021-03-29T21:15:44.006Z] tmpfs 64.0M 0 64.0M 0% /dev [2021-03-29T21:15:44.006Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2021-03-29T21:15:44.006Z] shm 64.0M 0 64.0M 0% /dev/shm [2021-03-29T21:15:44.006Z] /dev/vda1 50.0G 13.1G 36.9G 26% /facter-os [2021-03-29T21:15:44.006Z] /dev/vda1 50.0G 13.1G 36.9G 26% /etc/resolv.conf [2021-03-29T21:15:44.006Z] /dev/vda1 50.0G 13.1G 36.9G 26% /etc/hostname [2021-03-29T21:15:44.006Z] /dev/vda1 50.0G 13.1G 36.9G 26% /etc/hosts [2021-03-29T21:15:44.006Z] /dev/vda1 50.0G 13.1G 36.9G 26% /run/cloud-init/result.json [2021-03-29T21:15:44.006Z] /dev/vda1 50.0G 13.1G 36.9G 26% /var/log/sa-host [2021-03-29T21:15:44.006Z] /dev/vda1 50.0G 13.1G 36.9G 26% /var/log/secure [2021-03-29T21:15:44.006Z] /dev/vda1 50.0G 13.1G 36.9G 26% /var/log/auth.log [2021-03-29T21:15:44.006Z] /dev/vda1 50.0G 13.1G 36.9G 26% /w/workspace/edgex-go/4@tmp [2021-03-29T21:15:44.006Z] /dev/vda1 50.0G 13.1G 36.9G 26% /w/workspace/edgex-go/4 [2021-03-29T21:15:44.006Z] [2021-03-29T21:15:44.006Z] [2021-03-29T21:15:44.006Z] ---> free -m: [2021-03-29T21:15:44.006Z] total used free shared buff/cache available [2021-03-29T21:15:44.006Z] Mem: 1837 714 131 0 992 1041 [2021-03-29T21:15:44.006Z] Swap: 1023 76 947 [2021-03-29T21:15:44.006Z] [2021-03-29T21:15:44.006Z] [2021-03-29T21:15:44.006Z] ---> ip addr: [2021-03-29T21:15:44.006Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2021-03-29T21:15:44.006Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2021-03-29T21:15:44.006Z] inet 127.0.0.1/8 scope host lo [2021-03-29T21:15:44.006Z] valid_lft forever preferred_lft forever [2021-03-29T21:15:44.006Z] inet6 ::1/128 scope host [2021-03-29T21:15:44.006Z] valid_lft forever preferred_lft forever [2021-03-29T21:15:44.006Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2021-03-29T21:15:44.006Z] link/ether fa:16:3e:10:2c:f9 brd ff:ff:ff:ff:ff:ff [2021-03-29T21:15:44.006Z] inet 10.30.123.37/23 brd 10.30.123.255 scope global dynamic eth0 [2021-03-29T21:15:44.006Z] valid_lft 85056sec preferred_lft 85056sec [2021-03-29T21:15:44.006Z] inet6 fe80::f816:3eff:fe10:2cf9/64 scope link [2021-03-29T21:15:44.006Z] valid_lft forever preferred_lft forever [2021-03-29T21:15:44.006Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2021-03-29T21:15:44.006Z] link/ether 02:42:b6:b1:dd:a5 brd ff:ff:ff:ff:ff:ff [2021-03-29T21:15:44.006Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2021-03-29T21:15:44.006Z] valid_lft forever preferred_lft forever [2021-03-29T21:15:44.006Z] inet6 fe80::42:b6ff:feb1:dda5/64 scope link [2021-03-29T21:15:44.006Z] valid_lft forever preferred_lft forever [2021-03-29T21:15:44.006Z] [2021-03-29T21:15:44.006Z]