Pull request #3373 opened Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 94b9d4dbb121687aa959c989a31be590d863cb3b+c419618f783e51adc3e0be9d68d8defacfb69d2d (c3bfb62f73bd536ba5f5c06a54e2388753d915d4) Running in Durability level: MAX_SURVIVABILITY 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 Cloning the remote Git repository Cloning with configured refspecs honoured and with tags Cloning repository git@github.com:edgexfoundry/edgex-global-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/PR-3373/workspace@libs/edgex-global-pipelines # timeout=10 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 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > 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 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 > git --version # timeout=10 > git --version # 'git version 2.16.6' 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 Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:lfit/releng-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/PR-3373/workspace@libs/lf-pipelines # timeout=10 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 > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > 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 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 > git --version # timeout=10 > git --version # 'git version 2.16.6' fatal: bad object 57ded3389ef25720063a8030e5c426a6b7ea5b20 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 ‘prd-centos7-docker-4c-2g-428’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-427’ doesn’t have label ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-433 in /w/workspace/edgexfoundry_edgex-go_PR-3373 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/1 [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/1 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3373/head:refs/remotes/origin/PR-3373 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit c419618f783e51adc3e0be9d68d8defacfb69d2d into PR head commit 94b9d4dbb121687aa959c989a31be590d863cb3b Merge succeeded, producing 94b9d4dbb121687aa959c989a31be590d863cb3b Checking out Revision 94b9d4dbb121687aa959c989a31be590d863cb3b (PR-3373) > git config core.sparsecheckout # timeout=10 > git checkout -f 94b9d4dbb121687aa959c989a31be590d863cb3b # 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 c419618f783e51adc3e0be9d68d8defacfb69d2d # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 94b9d4dbb121687aa959c989a31be590d863cb3b # timeout=10 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-bootstrap/v2" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.24.3' fatal: bad object 57ded3389ef25720063a8030e5c426a6b7ea5b20 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-04-16T06:03:03.003Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-04-16T06:03:03.211Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-04-16T06:03:03.349Z] ========================================================= [2021-04-16T06:03:03.349Z] EdgeX Global Pipelines Version Info [2021-04-16T06:03:03.349Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-04-16T06:03:05.459Z] ------------------- [2021-04-16T06:03:05.459Z] stable info: [2021-04-16T06:03:05.459Z] ------------------- [2021-04-16T06:03:05.459Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-04-16T06:03:05.459Z] Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 [2021-04-16T06:03:05.459Z] Message: update stable to v1.0.186 [2021-04-16T06:03:06.036Z] ------------------- [2021-04-16T06:03:06.036Z] experimental info: [2021-04-16T06:03:06.036Z] ------------------- [2021-04-16T06:03:06.036Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-04-16T06:03:06.036Z] Commit SHA: d990d252097850d5d490fbb59df25296f5300d79 [2021-04-16T06:03:06.036Z] Message: update experimental to v1.0.188 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-04-16T06:03:06.248Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-04-16T06:03:06.298Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-04-16T06:03:06.349Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-04-16T06:03:06.404Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-04-16T06:03:06.470Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-04-16T06:03:06.525Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-04-16T06:03:06.584Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-04-16T06:03:06.652Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-04-16T06:03:06.709Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-04-16T06:03:06.765Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-04-16T06:03:06.822Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-04-16T06:03:06.875Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-04-16T06:03:06.933Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-04-16T06:03:07.000Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-04-16T06:03:07.052Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-04-16T06:03:07.116Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-04-16T06:03:07.173Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-04-16T06:03:07.224Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-04-16T06:03:07.278Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-04-16T06:03:07.346Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-04-16T06:03:07.406Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-04-16T06:03:07.464Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-04-16T06:03:07.521Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3373 [Pipeline] echo [2021-04-16T06:03:07.575Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3373 [Pipeline] echo [2021-04-16T06:03:07.645Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3373 [Pipeline] echo [2021-04-16T06:03:07.701Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 94b9d4dbb121687aa959c989a31be590d863cb3b [Pipeline] echo [2021-04-16T06:03:07.766Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 94b9d4d [Pipeline] echo [2021-04-16T06:03:07.819Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-16T06:03:08.014Z] provisioning config files... [2021-04-16T06:03:08.058Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config2795279727675631431tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-16T06:03:08.430Z] ---> docker-login.sh [2021-04-16T06:03:08.430Z] nexus3.edgexfoundry.org:10001 [2021-04-16T06:03:08.693Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-16T06:03:08.956Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-16T06:03:08.956Z] Configure a credential helper to remove this warning. See [2021-04-16T06:03:08.956Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-16T06:03:08.956Z] [2021-04-16T06:03:08.956Z] Login Succeeded [2021-04-16T06:03:08.956Z] nexus3.edgexfoundry.org:10002 [2021-04-16T06:03:08.956Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-16T06:03:08.956Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-16T06:03:08.956Z] Configure a credential helper to remove this warning. See [2021-04-16T06:03:08.956Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-16T06:03:08.956Z] [2021-04-16T06:03:08.956Z] Login Succeeded [2021-04-16T06:03:09.222Z] nexus3.edgexfoundry.org:10003 [2021-04-16T06:03:09.222Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-16T06:03:09.222Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-16T06:03:09.222Z] Configure a credential helper to remove this warning. See [2021-04-16T06:03:09.222Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-16T06:03:09.222Z] [2021-04-16T06:03:09.222Z] Login Succeeded [2021-04-16T06:03:09.222Z] nexus3.edgexfoundry.org:10004 [2021-04-16T06:03:09.485Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-16T06:03:09.485Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-16T06:03:09.485Z] Configure a credential helper to remove this warning. See [2021-04-16T06:03:09.485Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-16T06:03:09.485Z] [2021-04-16T06:03:09.485Z] Login Succeeded [2021-04-16T06:03:09.485Z] docker.io [2021-04-16T06:03:09.485Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-16T06:03:09.746Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-16T06:03:09.746Z] Configure a credential helper to remove this warning. See [2021-04-16T06:03:09.746Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-16T06:03:09.746Z] [2021-04-16T06:03:09.746Z] Login Succeeded [2021-04-16T06:03:09.746Z] ---> docker-login.sh ends [Pipeline] } [2021-04-16T06:03:09.766Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-16T06:03:10.245Z] ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile [2021-04-16T06:03:10.245Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-16T06:03:10.245Z] ++ dirname cmd/core-command/Dockerfile [2021-04-16T06:03:10.245Z] ++ cut -d/ -f2 [2021-04-16T06:03:10.245Z] + echo core-command,cmd/core-command/Dockerfile [2021-04-16T06:03:10.245Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-16T06:03:10.245Z] ++ dirname cmd/core-data/Dockerfile [2021-04-16T06:03:10.245Z] ++ cut -d/ -f2 [2021-04-16T06:03:10.245Z] + echo core-data,cmd/core-data/Dockerfile [2021-04-16T06:03:10.245Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-16T06:03:10.245Z] ++ dirname cmd/core-metadata/Dockerfile [2021-04-16T06:03:10.245Z] ++ cut -d/ -f2 [2021-04-16T06:03:10.245Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-04-16T06:03:10.245Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-16T06:03:10.245Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-04-16T06:03:10.245Z] ++ cut -d/ -f2 [2021-04-16T06:03:10.245Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-04-16T06:03:10.245Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-16T06:03:10.245Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-04-16T06:03:10.245Z] ++ cut -d/ -f2 [2021-04-16T06:03:10.245Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-04-16T06:03:10.245Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-16T06:03:10.245Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-04-16T06:03:10.245Z] ++ cut -d/ -f2 [2021-04-16T06:03:10.245Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-04-16T06:03:10.245Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-16T06:03:10.245Z] ++ dirname cmd/support-notifications/Dockerfile [2021-04-16T06:03:10.245Z] ++ cut -d/ -f2 [2021-04-16T06:03:10.245Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-04-16T06:03:10.245Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-16T06:03:10.245Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-04-16T06:03:10.245Z] ++ cut -d/ -f2 [2021-04-16T06:03:10.245Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-04-16T06:03:10.245Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-16T06:03:10.245Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-04-16T06:03:10.245Z] ++ cut -d/ -f2 [2021-04-16T06:03:10.245Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-04-16T06:03:10.360Z] Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-bootstrapper-go, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2021-04-16T06:03:11.128Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-16T06:03:11.128Z] [2021-04-16T06:03:11.128Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-04-16T06:03:11.494Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-16T06:03:11.494Z] latest: Pulling from edgex-devops/git-semver [2021-04-16T06:03:11.494Z] 31603596830f: Pulling fs layer [2021-04-16T06:03:11.494Z] 2a8b12db71e7: Pulling fs layer [2021-04-16T06:03:11.494Z] 6ca5941a6612: Pulling fs layer [2021-04-16T06:03:11.494Z] ecc8261a40a4: Pulling fs layer [2021-04-16T06:03:11.494Z] ecc8261a40a4: Waiting [2021-04-16T06:03:11.494Z] 2a8b12db71e7: Verifying Checksum [2021-04-16T06:03:11.494Z] 2a8b12db71e7: Download complete [2021-04-16T06:03:11.494Z] 31603596830f: Verifying Checksum [2021-04-16T06:03:11.494Z] 31603596830f: Download complete [2021-04-16T06:03:11.775Z] ecc8261a40a4: Verifying Checksum [2021-04-16T06:03:11.775Z] ecc8261a40a4: Download complete [2021-04-16T06:03:11.775Z] 6ca5941a6612: Verifying Checksum [2021-04-16T06:03:11.775Z] 6ca5941a6612: Download complete [2021-04-16T06:03:12.040Z] 31603596830f: Pull complete [2021-04-16T06:03:12.040Z] 2a8b12db71e7: Pull complete [2021-04-16T06:03:13.443Z] 6ca5941a6612: Pull complete [2021-04-16T06:03:13.443Z] ecc8261a40a4: Pull complete [2021-04-16T06:03:13.443Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-04-16T06:03:13.443Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-16T06:03:13.443Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-04-16T06:03:13.585Z] prd-centos7-docker-4c-2g-433 does not seem to be running inside a container [2021-04-16T06:03:13.648Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-04-16T06:03:15.615Z] $ docker top 0085ff6b589947648700b621cf750d26a4faaf5b709ff6c6cf00113cd0704fd4 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-16T06:03:15.891Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-16T06:03:15.891Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-16T06:03:16.132Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-16T06:03:16.137Z] $ docker exec 0085ff6b589947648700b621cf750d26a4faaf5b709ff6c6cf00113cd0704fd4 ssh-agent [2021-04-16T06:03:16.308Z] SSH_AUTH_SOCK=/tmp/ssh-K5NaV7TT8UKs/agent.13 [2021-04-16T06:03:16.308Z] SSH_AGENT_PID=19 [2021-04-16T06:03:16.326Z] Running ssh-add (command line suppressed) [2021-04-16T06:03:16.453Z] Identity added: /w/workspace/edgex-go/1@tmp/private_key_9101341296219072202.key (/w/workspace/edgex-go/1@tmp/private_key_9101341296219072202.key) [2021-04-16T06:03:16.506Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-16T06:03:16.877Z] + git tag --points-at HEAD [Pipeline] } [2021-04-16T06:03:16.907Z] $ docker exec --env ******** --env ******** 0085ff6b589947648700b621cf750d26a4faaf5b709ff6c6cf00113cd0704fd4 ssh-agent -k [2021-04-16T06:03:17.020Z] unset SSH_AUTH_SOCK; [2021-04-16T06:03:17.020Z] unset SSH_AGENT_PID; [2021-04-16T06:03:17.020Z] echo Agent pid 19 killed; [2021-04-16T06:03:17.077Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-04-16T06:03:17.242Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-16T06:03:17.242Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-16T06:03:17.408Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-16T06:03:17.413Z] $ docker exec 0085ff6b589947648700b621cf750d26a4faaf5b709ff6c6cf00113cd0704fd4 ssh-agent [2021-04-16T06:03:17.579Z] SSH_AUTH_SOCK=/tmp/ssh-QyiyTRqxYLST/agent.49 [2021-04-16T06:03:17.579Z] SSH_AGENT_PID=55 [2021-04-16T06:03:17.586Z] Running ssh-add (command line suppressed) [2021-04-16T06:03:17.702Z] Identity added: /w/workspace/edgex-go/1@tmp/private_key_2905526987580445256.key (/w/workspace/edgex-go/1@tmp/private_key_2905526987580445256.key) [2021-04-16T06:03:17.751Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-16T06:03:18.110Z] + git semver init [2021-04-16T06:03:18.111Z] # -> Open(): unable to determine branch for HEAD [2021-04-16T06:03:18.111Z] # $GIT_DIR = /w/workspace/edgex-go/1/.git [2021-04-16T06:03:18.111Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/1 [2021-04-16T06:03:18.111Z] # $SEMVER_REMOTE_NAME = origin [2021-04-16T06:03:18.111Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-16T06:03:18.111Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-16T06:03:18.111Z] # $SEMVER_BRANCH = PR-3373 [2021-04-16T06:03:18.111Z] # $SEMVER_TEMP = /tmp/semver-393820251 [2021-04-16T06:03:18.111Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-04-16T06:03:50.283Z] # '/tmp/semver-393820251' -> '/w/workspace/edgex-go/1/.semver' [2021-04-16T06:03:50.283Z] # -> Force: false [2021-04-16T06:03:50.283Z] # $SEMVER_DIR = /w/workspace/edgex-go/1/.semver [Pipeline] } [2021-04-16T06:03:50.307Z] $ docker exec --env ******** --env ******** 0085ff6b589947648700b621cf750d26a4faaf5b709ff6c6cf00113cd0704fd4 ssh-agent -k [2021-04-16T06:03:50.640Z] unset SSH_AUTH_SOCK; [2021-04-16T06:03:50.641Z] unset SSH_AGENT_PID; [2021-04-16T06:03:50.641Z] echo Agent pid 55 killed; [2021-04-16T06:03:50.771Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-16T06:03:51.201Z] + git semver [Pipeline] } [2021-04-16T06:03:51.236Z] $ docker stop --time=1 0085ff6b589947648700b621cf750d26a4faaf5b709ff6c6cf00113cd0704fd4 [2021-04-16T06:03:53.172Z] $ docker rm -f 0085ff6b589947648700b621cf750d26a4faaf5b709ff6c6cf00113cd0704fd4 [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-16T06:03:53.701Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-04-16T06:03:54.205Z] Stashed 1 file(s) [Pipeline] echo [2021-04-16T06:03:54.268Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-04-16T06:03:55.136Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-04-16T06:03:55.459Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-04-16T06:03:55.787Z] + sudo service docker restart [2021-04-16T06:03:55.787Z] + true [2021-04-16T06:03:55.787Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-04-16T06:03:56.399Z] ========================================================= [2021-04-16T06:03:56.399Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-04-16T06:03:56.399Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-04-16T06:03:56.750Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2021-04-16T06:04:00.072Z] Sending build context to Docker daemon 329.4MB [2021-04-16T06:04:00.072Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-04-16T06:04:00.072Z] Step 2/6 : FROM ${BASE} [2021-04-16T06:04:00.344Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-04-16T06:04:00.344Z] 188c0c94c7c5: Pulling fs layer [2021-04-16T06:04:00.344Z] 0ef7d3d256c8: Pulling fs layer [2021-04-16T06:04:00.344Z] de9db76c5a1d: Pulling fs layer [2021-04-16T06:04:00.344Z] bca2f99d35d6: Pulling fs layer [2021-04-16T06:04:00.344Z] 93359f2a8cfa: Pulling fs layer [2021-04-16T06:04:00.344Z] 7c6f9722023f: Pulling fs layer [2021-04-16T06:04:00.344Z] a35cf1a2eb13: Pulling fs layer [2021-04-16T06:04:00.344Z] 93359f2a8cfa: Waiting [2021-04-16T06:04:00.344Z] 7c6f9722023f: Waiting [2021-04-16T06:04:00.344Z] a35cf1a2eb13: Waiting [2021-04-16T06:04:00.344Z] bca2f99d35d6: Waiting [2021-04-16T06:04:00.344Z] de9db76c5a1d: Verifying Checksum [2021-04-16T06:04:00.344Z] de9db76c5a1d: Download complete [2021-04-16T06:04:00.344Z] 0ef7d3d256c8: Verifying Checksum [2021-04-16T06:04:00.344Z] 0ef7d3d256c8: Download complete [2021-04-16T06:04:00.344Z] 93359f2a8cfa: Verifying Checksum [2021-04-16T06:04:00.344Z] 93359f2a8cfa: Download complete [2021-04-16T06:04:00.344Z] 188c0c94c7c5: Verifying Checksum [2021-04-16T06:04:00.344Z] 188c0c94c7c5: Download complete [2021-04-16T06:04:00.344Z] 7c6f9722023f: Verifying Checksum [2021-04-16T06:04:00.344Z] 7c6f9722023f: Download complete [2021-04-16T06:04:01.035Z] 188c0c94c7c5: Pull complete [2021-04-16T06:04:01.035Z] 0ef7d3d256c8: Pull complete [2021-04-16T06:04:02.067Z] a35cf1a2eb13: Verifying Checksum [2021-04-16T06:04:02.067Z] a35cf1a2eb13: Download complete [2021-04-16T06:04:02.330Z] de9db76c5a1d: Pull complete [2021-04-16T06:04:02.595Z] bca2f99d35d6: Verifying Checksum [2021-04-16T06:04:02.595Z] bca2f99d35d6: Download complete [2021-04-16T06:04:07.929Z] bca2f99d35d6: Pull complete [2021-04-16T06:04:07.929Z] 93359f2a8cfa: Pull complete [2021-04-16T06:04:07.929Z] 7c6f9722023f: Pull complete [2021-04-16T06:04:09.633Z] Still waiting to schedule task [2021-04-16T06:04:09.633Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2021-04-16T06:04:12.173Z] a35cf1a2eb13: Pull complete [2021-04-16T06:04:12.174Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-04-16T06:04:12.174Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-04-16T06:04:12.174Z] ---> a62c8e92a672 [2021-04-16T06:04:12.174Z] Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2021-04-16T06:04:12.437Z] ---> Running in 5443c11a874b [2021-04-16T06:04:13.012Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-16T06:04:13.594Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-16T06:04:14.169Z] (1/12) Installing libmagic (5.38-r0) [2021-04-16T06:04:14.750Z] (2/12) Installing file (5.38-r0) [2021-04-16T06:04:14.750Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-04-16T06:04:14.750Z] (4/12) Installing g++ (9.3.0-r2) [2021-04-16T06:04:18.994Z] (5/12) Installing fortify-headers (1.1-r0) [2021-04-16T06:04:18.994Z] (6/12) Installing patch (2.7.6-r6) [2021-04-16T06:04:19.257Z] (7/12) Installing build-base (0.5-r2) [2021-04-16T06:04:19.257Z] (8/12) Installing libsodium (1.0.18-r0) [2021-04-16T06:04:19.257Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-04-16T06:04:19.518Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-04-16T06:04:19.518Z] (11/12) Installing libzmq (4.3.3-r0) [2021-04-16T06:04:19.518Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-04-16T06:04:19.780Z] Executing busybox-1.31.1-r19.trigger [2021-04-16T06:04:19.780Z] OK: 233 MiB in 51 packages [2021-04-16T06:04:24.022Z] Removing intermediate container 5443c11a874b [2021-04-16T06:04:24.022Z] ---> 8f5c5efc756d [2021-04-16T06:04:24.023Z] Step 4/6 : WORKDIR /edgex-go [2021-04-16T06:04:24.023Z] ---> Running in 79f2315eb485 [2021-04-16T06:04:24.023Z] Removing intermediate container 79f2315eb485 [2021-04-16T06:04:24.023Z] ---> cc18aa653fdb [2021-04-16T06:04:24.023Z] Step 5/6 : COPY go.mod . [2021-04-16T06:04:24.288Z] ---> 860648a7a49a [2021-04-16T06:04:24.288Z] Step 6/6 : RUN go mod download [2021-04-16T06:04:24.288Z] ---> Running in 9787e0c3b668 [2021-04-16T06:04:46.337Z] Removing intermediate container 9787e0c3b668 [2021-04-16T06:04:46.337Z] ---> d861d393596f [2021-04-16T06:04:46.337Z] Successfully built d861d393596f [2021-04-16T06:04:46.337Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-16T06:04:46.686Z] + docker inspect -f . ci-base-image-x86_64 [2021-04-16T06:04:46.686Z] . [Pipeline] withDockerContainer [2021-04-16T06:04:46.846Z] prd-centos7-docker-4c-2g-433 does not seem to be running inside a container [2021-04-16T06:04:46.906Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@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 ******** ci-base-image-x86_64 cat [2021-04-16T06:04:47.999Z] $ docker top 1b46bd476a6fb49a45c391bbf4582c1e6b863e242124d215b8dbde4a9ebcb60b -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-16T06:04:48.552Z] + go version [2021-04-16T06:04:48.552Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-04-16T06:04:48.604Z] $ docker stop --time=1 1b46bd476a6fb49a45c391bbf4582c1e6b863e242124d215b8dbde4a9ebcb60b [2021-04-16T06:04:50.042Z] $ docker rm -f 1b46bd476a6fb49a45c391bbf4582c1e6b863e242124d215b8dbde4a9ebcb60b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-16T06:04:50.777Z] + docker inspect -f . ci-base-image-x86_64 [2021-04-16T06:04:50.777Z] . [Pipeline] withDockerContainer [2021-04-16T06:04:50.907Z] prd-centos7-docker-4c-2g-433 does not seem to be running inside a container [2021-04-16T06:04:50.958Z] $ 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/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@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 ******** ci-base-image-x86_64 cat [2021-04-16T06:04:51.818Z] $ docker top a6895a2f23470efe58a17c5779329755ceb4315c091dcd36907562b689f54892 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-04-16T06:04:52.038Z] ========================================================= [2021-04-16T06:04:52.038Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-04-16T06:04:52.038Z] ========================================================= [Pipeline] sh [2021-04-16T06:04:52.401Z] + make test [2021-04-16T06:04:52.401Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-04-16T06:05:04.812Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-04-16T06:05:27.208Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-04-16T06:05:35.546Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-04-16T06:05:35.546Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-04-16T06:05:35.546Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-04-16T06:05:38.177Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-04-16T06:05:38.177Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-04-16T06:05:38.177Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-04-16T06:05:38.177Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-04-16T06:05:39.182Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-04-16T06:05:39.794Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-04-16T06:05:43.169Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-04-16T06:05:43.169Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-04-16T06:05:43.169Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-04-16T06:05:45.797Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.143s coverage: 45.9% of statements [2021-04-16T06:05:45.797Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-04-16T06:05:45.797Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-04-16T06:05:45.797Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-04-16T06:05:45.797Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-04-16T06:05:45.797Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-04-16T06:05:45.797Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-04-16T06:05:45.797Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.073s coverage: 19.8% of statements [2021-04-16T06:05:45.797Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.110s coverage: 100.0% of statements [2021-04-16T06:05:51.230Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.248s coverage: 27.1% of statements [2021-04-16T06:05:51.230Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-04-16T06:05:51.230Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-04-16T06:05:51.230Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-04-16T06:05:51.230Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-04-16T06:05:51.230Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-04-16T06:05:51.230Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-04-16T06:05:51.230Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.100s coverage: 100.0% of statements [2021-04-16T06:05:51.230Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-04-16T06:05:51.230Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.123s coverage: 100.0% of statements [2021-04-16T06:05:51.230Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-04-16T06:05:51.230Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-04-16T06:05:51.230Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.132s coverage: 71.3% of statements [2021-04-16T06:05:51.230Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-04-16T06:05:51.230Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-04-16T06:05:51.230Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.218s coverage: 82.9% of statements [2021-04-16T06:05:51.230Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-04-16T06:05:51.230Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-04-16T06:05:51.230Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.063s coverage: 78.9% of statements [2021-04-16T06:05:51.230Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-04-16T06:05:54.628Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.386s coverage: 28.6% of statements [2021-04-16T06:05:54.628Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-04-16T06:05:54.628Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-04-16T06:05:54.628Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-04-16T06:05:54.628Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-04-16T06:05:54.628Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-04-16T06:05:54.628Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.090s coverage: 100.0% of statements [2021-04-16T06:05:54.628Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-04-16T06:05:54.628Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.049s coverage: 100.0% of statements [2021-04-16T06:05:54.628Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-04-16T06:05:54.628Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.203s coverage: 86.7% of statements [2021-04-16T06:05:54.628Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-04-16T06:05:54.628Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.179s coverage: 97.5% of statements [2021-04-16T06:05:54.628Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-04-16T06:05:54.628Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.082s coverage: 78.3% of statements [2021-04-16T06:05:54.628Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-04-16T06:05:54.628Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-04-16T06:05:54.628Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-04-16T06:05:54.628Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-04-16T06:05:57.245Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.465s coverage: 92.8% of statements [2021-04-16T06:05:57.245Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-04-16T06:05:57.245Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-04-16T06:05:57.245Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-04-16T06:05:57.245Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-04-16T06:05:57.245Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-04-16T06:05:57.245Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-04-16T06:05:57.245Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-04-16T06:05:57.245Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-04-16T06:05:57.245Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-04-16T06:05:57.245Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-04-16T06:05:57.245Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-04-16T06:05:57.245Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-04-16T06:05:57.245Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-04-16T06:05:57.245Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-04-16T06:05:57.245Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-04-16T06:05:57.245Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-04-16T06:05:57.245Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-04-16T06:05:57.245Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-04-16T06:05:57.245Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.073s coverage: 58.8% of statements [2021-04-16T06:05:57.245Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-04-16T06:05:57.245Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-04-16T06:05:57.245Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.059s coverage: 0.9% of statements [2021-04-16T06:05:57.245Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-04-16T06:05:57.245Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-04-16T06:05:57.245Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-04-16T06:05:57.245Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.055s coverage: 47.1% of statements [2021-04-16T06:05:57.245Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.091s coverage: 79.5% of statements [2021-04-16T06:05:57.245Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.070s coverage: 94.1% of statements [2021-04-16T06:05:57.245Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.072s coverage: 96.3% of statements [2021-04-16T06:05:57.245Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.086s coverage: 87.5% of statements [2021-04-16T06:06:09.556Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.064s coverage: 94.4% of statements [2021-04-16T06:06:09.556Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.058s coverage: 44.8% of statements [2021-04-16T06:06:13.841Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 14.399s coverage: 81.9% of statements [2021-04-16T06:06:13.842Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2021-04-16T06:06:20.617Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.107s coverage: 92.9% of statements [2021-04-16T06:06:20.617Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-04-16T06:06:20.617Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-04-16T06:06:20.617Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-04-16T06:06:20.617Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.033s coverage: 77.8% of statements [2021-04-16T06:06:20.617Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-04-16T06:06:20.617Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-04-16T06:06:20.617Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-04-16T06:06:20.617Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-04-16T06:06:20.617Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-04-16T06:06:20.617Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.061s coverage: 87.2% of statements [2021-04-16T06:06:20.617Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-04-16T06:06:20.617Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-04-16T06:06:20.617Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.057s coverage: 100.0% of statements [2021-04-16T06:06:20.617Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-04-16T06:06:20.617Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.078s coverage: 75.5% of statements [2021-04-16T06:06:20.617Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-04-16T06:06:20.617Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.079s coverage: 80.8% of statements [2021-04-16T06:06:20.617Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.100s coverage: 87.2% of statements [2021-04-16T06:06:20.617Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.126s coverage: 84.6% of statements [2021-04-16T06:06:20.617Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.201s coverage: 91.6% of statements [2021-04-16T06:06:20.617Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-04-16T06:06:20.617Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.258s coverage: 64.4% of statements [2021-04-16T06:06:20.617Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-04-16T06:06:20.617Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-04-16T06:06:20.617Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.074s coverage: 100.0% of statements [2021-04-16T06:06:20.617Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.042s coverage: 91.3% of statements [2021-04-16T06:06:20.617Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.035s coverage: 100.0% of statements [2021-04-16T06:06:20.617Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.045s coverage: 73.7% of statements [2021-04-16T06:06:20.617Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.035s coverage: 100.0% of statements [2021-04-16T06:06:20.617Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.466s coverage: 69.0% of statements [2021-04-16T06:06:20.617Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-04-16T06:06:20.617Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-04-16T06:06:20.617Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-04-16T06:06:20.617Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.139s coverage: 38.4% of statements [2021-04-16T06:06:20.617Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-04-16T06:06:20.617Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-04-16T06:06:20.617Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.048s coverage: 89.5% of statements [2021-04-16T06:06:20.617Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-04-16T06:06:20.617Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.053s coverage: 84.8% of statements [2021-04-16T06:06:21.615Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.167s coverage: 47.0% of statements [2021-04-16T06:06:21.615Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-04-16T06:06:21.615Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-04-16T06:06:21.615Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-04-16T06:06:21.615Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-04-16T06:06:21.615Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-04-16T06:06:21.615Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.079s coverage: 100.0% of statements [2021-04-16T06:06:21.615Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-04-16T06:06:21.615Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.043s coverage: 100.0% of statements [2021-04-16T06:06:21.615Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-04-16T06:06:21.615Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-04-16T06:06:22.251Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 0.100s coverage: 10.5% of statements [2021-04-16T06:06:22.251Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-04-16T06:06:23.270Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.232s coverage: 87.7% of statements [2021-04-16T06:06:23.270Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-04-16T06:06:23.270Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-04-16T06:06:23.270Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-04-16T06:06:26.656Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 1.138s coverage: 29.1% of statements [2021-04-16T06:06:26.656Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-04-16T06:06:26.656Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-04-16T06:06:26.656Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-04-16T06:06:26.656Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-04-16T06:06:26.656Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-04-16T06:06:26.656Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.112s coverage: 99.0% of statements [2021-04-16T06:06:26.656Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-04-16T06:06:26.656Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.103s coverage: 100.0% of statements [2021-04-16T06:06:26.656Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-04-16T06:06:26.656Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-04-16T06:06:26.656Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-04-16T06:06:26.656Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-04-16T06:06:26.656Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.174s coverage: 95.6% of statements [2021-04-16T06:06:26.656Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-04-16T06:06:26.656Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-04-16T06:06:26.656Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-04-16T06:06:26.656Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.030s coverage: 0.0% of statements [2021-04-16T06:06:26.656Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-04-16T06:06:26.656Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.063s coverage: 100.0% of statements [2021-04-16T06:06:26.656Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-04-16T06:06:26.656Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-04-16T06:06:26.656Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-04-16T06:06:26.656Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-04-16T06:06:26.656Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.047s coverage: 87.9% of statements [2021-04-16T06:06:26.656Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-04-16T06:06:26.656Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-04-16T06:06:26.656Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.041s coverage: 100.0% of statements [2021-04-16T06:06:26.923Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.064s coverage: 28.1% of statements [2021-04-16T06:06:27.188Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.048s coverage: 100.0% of statements [2021-04-16T06:06:28.155Z] GO111MODULE=on go vet ./... [2021-04-16T06:07:07.705Z] gofmt -l . [2021-04-16T06:07:07.969Z] [ "`gofmt -l .`" = "" ] [2021-04-16T06:07:08.933Z] ./bin/test-go-mod-tidy.sh [2021-04-16T06:07:09.900Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-04-16T06:07:11.549Z] + ls -al . [2021-04-16T06:07:11.549Z] total 796 [2021-04-16T06:07:11.549Z] drwxrwxr-x 10 1001 1001 4096 Apr 16 06:07 . [2021-04-16T06:07:11.550Z] drwxr-xr-x 4 root root 28 Apr 16 06:04 .. [2021-04-16T06:07:11.550Z] -rw-rw-r-- 1 1001 1001 11 Apr 16 06:02 .dockerignore [2021-04-16T06:07:11.550Z] drwxrwxr-x 8 1001 1001 179 Apr 16 06:03 .git [2021-04-16T06:07:11.550Z] drwxrwxr-x 3 1001 1001 125 Apr 16 06:02 .github [2021-04-16T06:07:11.550Z] -rw-rw-r-- 1 1001 1001 818 Apr 16 06:02 .gitignore [2021-04-16T06:07:11.550Z] drwx------ 3 1001 1001 60 Apr 16 06:03 .semver [2021-04-16T06:07:11.550Z] -rw-rw-r-- 1 1001 1001 166 Apr 16 06:02 .sonarcloud.properties [2021-04-16T06:07:11.550Z] -rw-rw-r-- 1 1001 1001 8494 Apr 16 06:02 Attribution.txt [2021-04-16T06:07:11.550Z] -rw-rw-r-- 1 1001 1001 3804 Apr 16 06:02 CONTRIBUTING.md [2021-04-16T06:07:11.550Z] -rw-rw-r-- 1 1001 1001 931 Apr 16 06:02 Dockerfile.build [2021-04-16T06:07:11.550Z] -rw-rw-r-- 1 1001 1001 863 Apr 16 06:02 Jenkinsfile [2021-04-16T06:07:11.550Z] -rw-rw-r-- 1 1001 1001 10775 Apr 16 06:02 LICENSE [2021-04-16T06:07:11.550Z] -rw-rw-r-- 1 1001 1001 5774 Apr 16 06:02 Makefile [2021-04-16T06:07:11.550Z] -rw-rw-r-- 1 1001 1001 6548 Apr 16 06:02 README.md [2021-04-16T06:07:11.550Z] -rw-rw-r-- 1 1001 1001 6755 Apr 16 06:02 SECURITY.md [2021-04-16T06:07:11.550Z] -rw-rw-r-- 1 1001 1001 5 Apr 16 06:03 VERSION [2021-04-16T06:07:11.550Z] -rw-rw-r-- 1 1001 1001 4131 Apr 16 06:02 ZMQWindows.md [2021-04-16T06:07:11.550Z] drwxrwxr-x 2 1001 1001 117 Apr 16 06:02 bin [2021-04-16T06:07:11.550Z] drwxrwxr-x 14 1001 1001 4096 Apr 16 06:02 cmd [2021-04-16T06:07:11.550Z] -rw-r--r-- 1 root root 686607 Apr 16 06:06 coverage.out [2021-04-16T06:07:11.550Z] -rw-r--r-- 1 root root 1058 Apr 16 06:07 go.mod [2021-04-16T06:07:11.550Z] -rw-r--r-- 1 root root 22036 Apr 16 06:07 go.sum [2021-04-16T06:07:11.550Z] drwxrwxr-x 8 1001 1001 127 Apr 16 06:02 internal [2021-04-16T06:07:11.550Z] drwxrwxr-x 4 1001 1001 26 Apr 16 06:02 openapi [2021-04-16T06:07:11.550Z] drwxrwxr-x 4 1001 1001 71 Apr 16 06:02 snap [2021-04-16T06:07:11.550Z] -rw-rw-r-- 1 1001 1001 168 Apr 16 06:02 version.go [Pipeline] sh [2021-04-16T06:07:11.903Z] + '[' -e coverage.out ] [2021-04-16T06:07:11.903Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-04-16T06:07:12.214Z] Stashed 1 file(s) [Pipeline] sh [2021-04-16T06:07:12.541Z] + make build [2021-04-16T06:07:12.541Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-04-16T06:07:13.902Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-442 in /w/workspace/edgexfoundry_edgex-go_PR-3373 [Pipeline] { [Pipeline] ws [2021-04-16T06:07:13.957Z] Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] checkout [2021-04-16T06:07:16.852Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-04-16T06:07:19.809Z] using credential edgex-jenkins-ssh [2021-04-16T06:07:19.827Z] Cloning the remote Git repository [2021-04-16T06:07:19.900Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-04-16T06:07:20.004Z] > git init /w/workspace/edgex-go/1 # timeout=10 [2021-04-16T06:07:20.082Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-04-16T06:07:20.083Z] > git --version # timeout=10 [2021-04-16T06:07:20.113Z] > git --version # 'git version 2.17.1' [2021-04-16T06:07:20.115Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-16T06:07:20.224Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-16T06:07:31.973Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-04-16T06:07:31.973Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-04-16T06:07:34.569Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-04-16T06:07:35.189Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-04-16T06:07:37.181Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-04-16T06:07:39.805Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-04-16T06:07:40.786Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-04-16T06:07:42.776Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-04-16T06:07:44.204Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-04-16T06:07:45.628Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-04-16T06:07:46.701Z] Merging remotes/origin/master commit c419618f783e51adc3e0be9d68d8defacfb69d2d into PR head commit 94b9d4dbb121687aa959c989a31be590d863cb3b [2021-04-16T06:07:47.123Z] Merge succeeded, producing 94b9d4dbb121687aa959c989a31be590d863cb3b [2021-04-16T06:07:47.123Z] Checking out Revision 94b9d4dbb121687aa959c989a31be590d863cb3b (PR-3373) [2021-04-16T06:07:45.909Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-04-16T06:07:45.926Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-16T06:07:45.949Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-04-16T06:07:45.985Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-04-16T06:07:45.985Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-16T06:07:45.996Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3373/head:refs/remotes/origin/PR-3373 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-16T06:07:46.715Z] > git config core.sparsecheckout # timeout=10 [2021-04-16T06:07:46.725Z] > git checkout -f 94b9d4dbb121687aa959c989a31be590d863cb3b # timeout=10 [2021-04-16T06:07:47.033Z] > git remote # timeout=10 [2021-04-16T06:07:47.051Z] > git config --get remote.origin.url # timeout=10 [2021-04-16T06:07:47.067Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-16T06:07:47.081Z] > git merge c419618f783e51adc3e0be9d68d8defacfb69d2d # timeout=10 [2021-04-16T06:07:47.103Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-04-16T06:07:47.126Z] > git config core.sparsecheckout # timeout=10 [2021-04-16T06:07:47.144Z] > git checkout -f 94b9d4dbb121687aa959c989a31be590d863cb3b # timeout=10 [Pipeline] } [2021-04-16T06:07:48.253Z] $ docker stop --time=1 a6895a2f23470efe58a17c5779329755ceb4315c091dcd36907562b689f54892 [2021-04-16T06:07:49.938Z] $ docker rm -f a6895a2f23470efe58a17c5779329755ceb4315c091dcd36907562b689f54892 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-16T06:07:51.528Z] Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-bootstrap/v2" [2021-04-16T06:07:51.575Z] > git --version # timeout=10 [2021-04-16T06:07:51.582Z] > git --version # 'git version 2.17.1' [2021-04-16T06:07:51.590Z] fatal: bad object 57ded3389ef25720063a8030e5c426a6b7ea5b20 [2021-04-16T06:07:51.748Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-04-16T06:07:51.748Z] [2021-04-16T06:07:51.748Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [2021-04-16T06:07:52.116Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-04-16T06:07:52.116Z] latest: Pulling from edgex-devops/edgex-compose [2021-04-16T06:07:52.116Z] cbdbe7a5bc2a: Pulling fs layer [2021-04-16T06:07:52.116Z] ca9280d653b3: Pulling fs layer [2021-04-16T06:07:52.116Z] 7e9c9ca2126c: Pulling fs layer [2021-04-16T06:07:52.116Z] cbdbe7a5bc2a: Verifying Checksum [2021-04-16T06:07:52.116Z] cbdbe7a5bc2a: Download complete [Pipeline] script [Pipeline] { [Pipeline] sh [2021-04-16T06:07:52.721Z] cbdbe7a5bc2a: Pull complete [2021-04-16T06:07:52.721Z] ca9280d653b3: Download complete [2021-04-16T06:07:53.244Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-04-16T06:07:53.657Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-04-16T06:07:54.019Z] + sudo service docker restart [2021-04-16T06:07:54.020Z] + true [2021-04-16T06:07:54.130Z] 7e9c9ca2126c: Verifying Checksum [2021-04-16T06:07:54.130Z] 7e9c9ca2126c: Download complete [2021-04-16T06:07:54.130Z] ca9280d653b3: Pull complete [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-16T06:07:56.112Z] provisioning config files... [2021-04-16T06:07:56.156Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config2831436880819421874tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-16T06:07:56.594Z] ---> docker-login.sh [2021-04-16T06:07:56.594Z] nexus3.edgexfoundry.org:10001 [2021-04-16T06:07:57.581Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-16T06:07:57.858Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-16T06:07:57.858Z] Configure a credential helper to remove this warning. See [2021-04-16T06:07:57.858Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-16T06:07:57.858Z] [2021-04-16T06:07:57.858Z] Login Succeeded [2021-04-16T06:07:57.858Z] nexus3.edgexfoundry.org:10002 [2021-04-16T06:07:58.131Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-16T06:07:58.401Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-16T06:07:58.401Z] Configure a credential helper to remove this warning. See [2021-04-16T06:07:58.401Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-16T06:07:58.401Z] [2021-04-16T06:07:58.401Z] Login Succeeded [2021-04-16T06:07:58.401Z] nexus3.edgexfoundry.org:10003 [2021-04-16T06:07:58.674Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-16T06:07:58.947Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-16T06:07:58.947Z] Configure a credential helper to remove this warning. See [2021-04-16T06:07:58.947Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-16T06:07:58.947Z] [2021-04-16T06:07:58.947Z] Login Succeeded [2021-04-16T06:07:58.947Z] nexus3.edgexfoundry.org:10004 [2021-04-16T06:07:59.221Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-16T06:07:59.495Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-16T06:07:59.495Z] Configure a credential helper to remove this warning. See [2021-04-16T06:07:59.495Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-16T06:07:59.495Z] [2021-04-16T06:07:59.495Z] Login Succeeded [2021-04-16T06:07:59.495Z] docker.io [2021-04-16T06:07:59.768Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-16T06:08:00.041Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-16T06:08:00.041Z] Configure a credential helper to remove this warning. See [2021-04-16T06:08:00.041Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-16T06:08:00.041Z] [2021-04-16T06:08:00.041Z] Login Succeeded [2021-04-16T06:08:00.041Z] ---> docker-login.sh ends [Pipeline] } [2021-04-16T06:08:00.073Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-04-16T06:08:00.491Z] ========================================================= [2021-04-16T06:08:00.491Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-04-16T06:08:00.491Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-04-16T06:08:00.884Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2021-04-16T06:08:02.317Z] 7e9c9ca2126c: Pull complete [2021-04-16T06:08:02.317Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-04-16T06:08:02.317Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-04-16T06:08:02.317Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-04-16T06:08:02.542Z] prd-centos7-docker-4c-2g-433 does not seem to be running inside a container [2021-04-16T06:08:02.597Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-04-16T06:08:03.245Z] Sending build context to Docker daemon 167.2MB [2021-04-16T06:08:03.248Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-04-16T06:08:03.248Z] Step 2/6 : FROM ${BASE} [2021-04-16T06:08:03.523Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-04-16T06:08:03.523Z] 5f621e34cdf4: Pulling fs layer [2021-04-16T06:08:03.523Z] a4357932f1b6: Pulling fs layer [2021-04-16T06:08:03.523Z] 18c013af1878: Pulling fs layer [2021-04-16T06:08:03.523Z] 00ac8860ef70: Pulling fs layer [2021-04-16T06:08:03.523Z] 63d7cb157983: Pulling fs layer [2021-04-16T06:08:03.523Z] b116817d02f9: Pulling fs layer [2021-04-16T06:08:03.523Z] 00ac8860ef70: Waiting [2021-04-16T06:08:03.523Z] 63d7cb157983: Waiting [2021-04-16T06:08:03.523Z] 745a02a5169b: Pulling fs layer [2021-04-16T06:08:03.523Z] b116817d02f9: Waiting [2021-04-16T06:08:03.523Z] 745a02a5169b: Waiting [2021-04-16T06:08:03.523Z] 18c013af1878: Verifying Checksum [2021-04-16T06:08:03.523Z] 18c013af1878: Download complete [2021-04-16T06:08:03.523Z] a4357932f1b6: Verifying Checksum [2021-04-16T06:08:03.523Z] a4357932f1b6: Download complete [2021-04-16T06:08:03.523Z] 63d7cb157983: Verifying Checksum [2021-04-16T06:08:03.523Z] 63d7cb157983: Download complete [2021-04-16T06:08:03.523Z] b116817d02f9: Verifying Checksum [2021-04-16T06:08:03.523Z] b116817d02f9: Download complete [2021-04-16T06:08:03.523Z] 5f621e34cdf4: Verifying Checksum [2021-04-16T06:08:03.523Z] 5f621e34cdf4: Download complete [2021-04-16T06:08:03.731Z] $ docker top 49d4071a0ca0a5a9e53c61d537537df560f8eec4bb842056600f60337f584a5e -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-16T06:08:04.274Z] + docker-compose build --help [2021-04-16T06:08:04.275Z] + grep parallel [2021-04-16T06:08:04.512Z] 5f621e34cdf4: Pull complete [2021-04-16T06:08:04.794Z] a4357932f1b6: Pull complete [2021-04-16T06:08:05.071Z] 18c013af1878: Pull complete [2021-04-16T06:08:05.228Z] --parallel Build images in parallel. [Pipeline] } [2021-04-16T06:08:05.288Z] $ docker stop --time=1 49d4071a0ca0a5a9e53c61d537537df560f8eec4bb842056600f60337f584a5e [2021-04-16T06:08:05.359Z] 745a02a5169b: Verifying Checksum [2021-04-16T06:08:05.359Z] 745a02a5169b: Download complete [2021-04-16T06:08:06.797Z] $ docker rm -f 49d4071a0ca0a5a9e53c61d537537df560f8eec4bb842056600f60337f584a5e [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-16T06:08:07.339Z] 00ac8860ef70: Download complete [2021-04-16T06:08:07.489Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-04-16T06:08:07.489Z] . [Pipeline] withDockerContainer [2021-04-16T06:08:07.649Z] prd-centos7-docker-4c-2g-433 does not seem to be running inside a container [2021-04-16T06:08:07.706Z] $ 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/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-04-16T06:08:08.508Z] $ docker top 4a7d98ab168b2f861834d6877596608e4f8621439cae2bff0625da0c8523f81d -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-16T06:08:09.208Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-04-16T06:08:10.236Z] Building docker-core-command-go ... [2021-04-16T06:08:10.236Z] Building docker-core-data-go ... [2021-04-16T06:08:10.236Z] Building docker-core-metadata-go ... [2021-04-16T06:08:10.236Z] Building docker-security-bootstrapper-go ... [2021-04-16T06:08:10.236Z] Building docker-security-proxy-setup-go ... [2021-04-16T06:08:10.236Z] Building docker-security-secretstore-setup-go ... [2021-04-16T06:08:10.236Z] Building docker-support-notifications-go ... [2021-04-16T06:08:10.236Z] Building docker-support-scheduler-go ... [2021-04-16T06:08:10.236Z] Building docker-sys-mgmt-agent-go ... [2021-04-16T06:08:10.236Z] Building docker-core-command-go [2021-04-16T06:08:10.236Z] Building docker-support-scheduler-go [2021-04-16T06:08:10.236Z] Building docker-core-metadata-go [2021-04-16T06:08:10.236Z] Building docker-security-bootstrapper-go [2021-04-16T06:08:10.236Z] Building docker-sys-mgmt-agent-go [2021-04-16T06:08:17.546Z] 00ac8860ef70: Pull complete [2021-04-16T06:08:17.546Z] 63d7cb157983: Pull complete [2021-04-16T06:08:17.825Z] b116817d02f9: Pull complete [2021-04-16T06:08:22.163Z] 745a02a5169b: Pull complete [2021-04-16T06:08:22.163Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-04-16T06:08:22.163Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-04-16T06:08:22.163Z] ---> b7e6874047d6 [2021-04-16T06:08:22.163Z] Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2021-04-16T06:08:25.545Z] ---> Running in 65383b2adad7 [2021-04-16T06:08:26.575Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-16T06:08:26.848Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-16T06:08:27.832Z] (1/12) Installing libmagic (5.38-r0) [2021-04-16T06:08:28.103Z] (2/12) Installing file (5.38-r0) [2021-04-16T06:08:28.103Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-04-16T06:08:28.377Z] (4/12) Installing g++ (9.3.0-r2) [2021-04-16T06:08:32.662Z] (5/12) Installing fortify-headers (1.1-r0) [2021-04-16T06:08:32.662Z] (6/12) Installing patch (2.7.6-r6) [2021-04-16T06:08:32.662Z] (7/12) Installing build-base (0.5-r2) [2021-04-16T06:08:32.662Z] (8/12) Installing libsodium (1.0.18-r0) [2021-04-16T06:08:32.662Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-04-16T06:08:32.662Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-04-16T06:08:32.662Z] (11/12) Installing libzmq (4.3.3-r0) [2021-04-16T06:08:32.663Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-04-16T06:08:32.934Z] Executing busybox-1.31.1-r19.trigger [2021-04-16T06:08:32.934Z] OK: 217 MiB in 51 packages [2021-04-16T06:08:37.267Z] Removing intermediate container 65383b2adad7 [2021-04-16T06:08:37.267Z] ---> 7fbb149797fa [2021-04-16T06:08:37.267Z] Step 4/6 : WORKDIR /edgex-go [2021-04-16T06:08:37.267Z] ---> Running in 9f772df9bfeb [2021-04-16T06:08:37.267Z] Removing intermediate container 9f772df9bfeb [2021-04-16T06:08:37.267Z] ---> a7f69c8c1103 [2021-04-16T06:08:37.267Z] Step 5/6 : COPY go.mod . [2021-04-16T06:08:37.865Z] ---> dea5374637a9 [2021-04-16T06:08:37.865Z] Step 6/6 : RUN go mod download [2021-04-16T06:08:38.136Z] ---> Running in 413f043840dd [2021-04-16T06:08:57.368Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-16T06:08:57.368Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-04-16T06:08:57.368Z] ---> d861d393596f [2021-04-16T06:08:57.368Z] Step 3/22 : WORKDIR /edgex-go [2021-04-16T06:08:57.368Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-16T06:08:57.368Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-16T06:08:57.368Z] ---> d861d393596f [2021-04-16T06:08:57.368Z] Step 3/23 : WORKDIR /edgex-go [2021-04-16T06:08:57.368Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-16T06:08:57.368Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-16T06:08:57.368Z] ---> d861d393596f [2021-04-16T06:08:57.368Z] Step 3/23 : WORKDIR /edgex-go [2021-04-16T06:08:57.368Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-16T06:08:57.368Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-04-16T06:08:57.368Z] ---> d861d393596f [2021-04-16T06:08:57.368Z] Step 3/31 : WORKDIR /edgex-go [2021-04-16T06:08:57.368Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-16T06:08:57.368Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-16T06:08:57.368Z] ---> d861d393596f [2021-04-16T06:08:57.368Z] Step 3/23 : WORKDIR /edgex-go [2021-04-16T06:08:57.368Z] ---> Running in fc7829388b37 [2021-04-16T06:08:57.368Z] ---> Running in 2291e1bc4314 [2021-04-16T06:08:57.368Z] ---> Running in 0f31a1d503cb [2021-04-16T06:08:57.368Z] ---> Running in 950d5c14ba4a [2021-04-16T06:08:57.368Z] ---> Running in ea8e0160b7e9 [2021-04-16T06:08:57.368Z] Removing intermediate container fc7829388b37 [2021-04-16T06:08:57.368Z] ---> 3d16b06b9376 [2021-04-16T06:08:57.368Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-16T06:08:57.368Z] Removing intermediate container 2291e1bc4314 [2021-04-16T06:08:57.368Z] ---> 1731f4a5a9eb [2021-04-16T06:08:57.368Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-16T06:08:57.368Z] Removing intermediate container 0f31a1d503cb [2021-04-16T06:08:57.368Z] ---> 28a6a43cfe24 [2021-04-16T06:08:57.368Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-16T06:08:57.368Z] Removing intermediate container 950d5c14ba4a [2021-04-16T06:08:57.368Z] ---> 2b334f1860b6 [2021-04-16T06:08:57.368Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-16T06:08:57.368Z] Removing intermediate container ea8e0160b7e9 [2021-04-16T06:08:57.368Z] ---> 104644efe125 [2021-04-16T06:08:57.368Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-16T06:08:57.368Z] ---> Running in 648e412ad6dc [2021-04-16T06:08:57.368Z] ---> Running in 1bbba20492c8 [2021-04-16T06:08:57.368Z] ---> Running in 9b939dd0e779 [2021-04-16T06:08:57.368Z] ---> Running in 933ff4f26b08 [2021-04-16T06:08:57.368Z] ---> Running in 0a790174e5f6 [2021-04-16T06:08:57.368Z] Removing intermediate container 1bbba20492c8 [2021-04-16T06:08:57.368Z] ---> b83490cad8b6 [2021-04-16T06:08:57.368Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-04-16T06:08:57.368Z] Removing intermediate container 933ff4f26b08 [2021-04-16T06:08:57.368Z] ---> f37f2e489bba [2021-04-16T06:08:57.368Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-04-16T06:08:57.368Z] ---> Running in 45dff8206764 [2021-04-16T06:08:57.632Z] Removing intermediate container 648e412ad6dc [2021-04-16T06:08:57.632Z] ---> 93f184279c04 [2021-04-16T06:08:57.632Z] Step 5/23 : RUN apk add --update --no-cache make bash git [2021-04-16T06:08:57.632Z] ---> Running in af1955a0561c [2021-04-16T06:08:57.632Z] Removing intermediate container 0a790174e5f6 [2021-04-16T06:08:57.632Z] ---> 10451c5862c2 [2021-04-16T06:08:57.632Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-04-16T06:08:57.632Z] Removing intermediate container 9b939dd0e779 [2021-04-16T06:08:57.632Z] ---> 0ea72bc866fb [2021-04-16T06:08:57.632Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-04-16T06:08:57.896Z] ---> Running in 3b0eb9fb0eae [2021-04-16T06:08:57.896Z] ---> Running in 5a70cdcec8fb [2021-04-16T06:08:58.161Z] ---> Running in 5bfc802ac7f8 [2021-04-16T06:08:58.428Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-16T06:08:58.724Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-16T06:08:58.724Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-16T06:08:59.323Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-16T06:08:59.323Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-16T06:08:59.323Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-16T06:08:59.605Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-16T06:08:59.605Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-16T06:08:59.872Z] OK: 233 MiB in 51 packages [2021-04-16T06:08:59.872Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-16T06:08:59.872Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-16T06:09:00.142Z] OK: 233 MiB in 51 packages [2021-04-16T06:09:00.420Z] OK: 233 MiB in 51 packages [2021-04-16T06:09:00.420Z] OK: 233 MiB in 51 packages [2021-04-16T06:09:00.695Z] Removing intermediate container 3b0eb9fb0eae [2021-04-16T06:09:00.695Z] ---> 18abc72ed762 [2021-04-16T06:09:00.695Z] Step 6/23 : COPY go.mod . [2021-04-16T06:09:00.695Z] OK: 233 MiB in 51 packages [2021-04-16T06:09:00.961Z] Removing intermediate container af1955a0561c [2021-04-16T06:09:00.961Z] ---> 62190c723ce7 [2021-04-16T06:09:00.961Z] Step 6/23 : COPY go.mod . [2021-04-16T06:09:01.242Z] ---> 667f45638bf6 [2021-04-16T06:09:01.242Z] Step 7/23 : RUN go mod download [2021-04-16T06:09:01.518Z] ---> d5397c197e46 [2021-04-16T06:09:01.518Z] Step 7/23 : RUN go mod download [2021-04-16T06:09:01.518Z] ---> Running in 174ed3e7ec73 [2021-04-16T06:09:01.518Z] Removing intermediate container 5bfc802ac7f8 [2021-04-16T06:09:01.518Z] ---> 464f556fc447 [2021-04-16T06:09:01.518Z] Step 6/31 : COPY go.mod . [2021-04-16T06:09:01.783Z] ---> Running in 601e22eb5250 [2021-04-16T06:09:01.783Z] Removing intermediate container 5a70cdcec8fb [2021-04-16T06:09:01.783Z] ---> 5e222cb8b1d8 [2021-04-16T06:09:01.783Z] Step 6/22 : COPY go.mod . [2021-04-16T06:09:02.061Z] Removing intermediate container 45dff8206764 [2021-04-16T06:09:02.061Z] ---> e01eb3839c81 [2021-04-16T06:09:02.061Z] Step 6/23 : COPY go.mod . [2021-04-16T06:09:02.061Z] ---> 482db2207089 [2021-04-16T06:09:02.061Z] Step 7/31 : RUN go mod download [2021-04-16T06:09:02.335Z] ---> 5b9a62fb8c67 [2021-04-16T06:09:02.335Z] Step 7/22 : RUN go mod download [2021-04-16T06:09:02.335Z] ---> Running in d841cf90b410 [2021-04-16T06:09:02.335Z] ---> Running in d395a91db3de [2021-04-16T06:09:02.617Z] ---> 99ffd8bcc2c1 [2021-04-16T06:09:02.617Z] Step 7/23 : RUN go mod download [2021-04-16T06:09:02.617Z] ---> Running in 6c8e1a0d7d7a [2021-04-16T06:09:04.971Z] Removing intermediate container 413f043840dd [2021-04-16T06:09:04.971Z] ---> 35e0523521b1 [2021-04-16T06:09:04.971Z] Successfully built 35e0523521b1 [2021-04-16T06:09:04.971Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-16T06:09:05.249Z] Removing intermediate container 601e22eb5250 [2021-04-16T06:09:05.249Z] ---> 6a839c9dae13 [2021-04-16T06:09:05.249Z] Step 8/23 : COPY . . [2021-04-16T06:09:05.249Z] Removing intermediate container d841cf90b410 [2021-04-16T06:09:05.249Z] ---> 715e3229295b [2021-04-16T06:09:05.249Z] Step 8/31 : COPY . . [2021-04-16T06:09:05.249Z] Removing intermediate container 6c8e1a0d7d7a [2021-04-16T06:09:05.249Z] ---> 6e47024adb64 [2021-04-16T06:09:05.249Z] Step 8/23 : COPY . . [2021-04-16T06:09:05.375Z] + docker inspect -f . ci-base-image-arm64 [2021-04-16T06:09:05.375Z] . [Pipeline] withDockerContainer [2021-04-16T06:09:05.520Z] Removing intermediate container 174ed3e7ec73 [2021-04-16T06:09:05.520Z] ---> 524e3cefc624 [2021-04-16T06:09:05.520Z] Step 8/23 : COPY . . [2021-04-16T06:09:05.648Z] prd-ubuntu18.04-docker-arm64-4c-16g-442 does not seem to be running inside a container [2021-04-16T06:09:05.733Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@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 ******** ci-base-image-arm64 cat [2021-04-16T06:09:07.160Z] $ docker top eada8aa3ab340835e4ba4401a2e5d9bcca42c4721a2a19bd3b69df3347dbf31e -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-16T06:09:08.178Z] + go version [2021-04-16T06:09:08.178Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-04-16T06:09:08.211Z] $ docker stop --time=1 eada8aa3ab340835e4ba4401a2e5d9bcca42c4721a2a19bd3b69df3347dbf31e [2021-04-16T06:09:08.968Z] Removing intermediate container d395a91db3de [2021-04-16T06:09:08.968Z] ---> fde24a0ab017 [2021-04-16T06:09:08.968Z] Step 8/22 : COPY . . [2021-04-16T06:09:10.028Z] $ docker rm -f eada8aa3ab340835e4ba4401a2e5d9bcca42c4721a2a19bd3b69df3347dbf31e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-16T06:09:10.979Z] + docker inspect -f . ci-base-image-arm64 [2021-04-16T06:09:10.979Z] . [Pipeline] withDockerContainer [2021-04-16T06:09:11.210Z] prd-ubuntu18.04-docker-arm64-4c-16g-442 does not seem to be running inside a container [2021-04-16T06:09:11.284Z] $ 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/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@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 ******** ci-base-image-arm64 cat [2021-04-16T06:09:12.617Z] $ docker top 88e020dda2c963b5d29eab648da8afed7548129cf1ec1811c56c16bcbcdcc78b -eo pid,comm [Pipeline] { [Pipeline] echo [2021-04-16T06:09:12.973Z] ========================================================= [2021-04-16T06:09:12.973Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-04-16T06:09:12.973Z] ========================================================= [Pipeline] sh [2021-04-16T06:09:13.665Z] + make test [2021-04-16T06:09:13.665Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-04-16T06:09:36.718Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-04-16T06:09:48.270Z] ---> 67c0736d16ea [2021-04-16T06:09:48.270Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-04-16T06:09:48.270Z] ---> Running in de16685e8aa0 [2021-04-16T06:09:48.270Z] ---> 9046759a93fb [2021-04-16T06:09:48.270Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-04-16T06:09:48.270Z] ---> 16c53423d51e [2021-04-16T06:09:48.270Z] Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-04-16T06:09:48.270Z] ---> 0046c16602f9 [2021-04-16T06:09:48.270Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-04-16T06:09:48.270Z] ---> 46f699a56cc4 [2021-04-16T06:09:48.270Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-04-16T06:09:48.270Z] ---> Running in 941d80632d36 [2021-04-16T06:09:48.270Z] ---> Running in 192c73d124df [2021-04-16T06:09:48.539Z] ---> Running in 03c0c949a00a [2021-04-16T06:09:48.539Z] ---> Running in 12ff4b43587c [2021-04-16T06:09:49.556Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-04-16T06:09:49.556Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-04-16T06:09:49.556Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-04-16T06:09:49.829Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-04-16T06:09:49.829Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-04-16T06:10:23.759Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-04-16T06:10:30.534Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-04-16T06:10:37.308Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-04-16T06:10:37.308Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-04-16T06:10:39.951Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-04-16T06:10:39.951Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-04-16T06:10:39.951Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-04-16T06:10:40.227Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-04-16T06:10:43.639Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-04-16T06:10:44.243Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-04-16T06:10:46.705Z] Removing intermediate container 03c0c949a00a [2021-04-16T06:10:46.705Z] ---> 96be14f31400 [2021-04-16T06:10:46.705Z] [2021-04-16T06:10:46.705Z] Step 10/31 : FROM alpine:3.12 [2021-04-16T06:10:46.705Z] 3.12: Pulling from library/alpine [2021-04-16T06:10:46.705Z] Removing intermediate container 192c73d124df [2021-04-16T06:10:46.705Z] ---> d6747be34421 [2021-04-16T06:10:46.705Z] Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-04-16T06:10:47.653Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-04-16T06:10:48.607Z] Status: Downloaded newer image for alpine:3.12 [2021-04-16T06:10:48.607Z] ---> 13621d1b12d4 [2021-04-16T06:10:48.607Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-04-16T06:10:49.569Z] ---> Running in 95105f9d6dd0 [2021-04-16T06:10:50.525Z] ---> Running in 98803021f4bc [2021-04-16T06:10:51.100Z] Removing intermediate container 941d80632d36 [2021-04-16T06:10:51.100Z] ---> 21e14d8dd873 [2021-04-16T06:10:51.100Z] [2021-04-16T06:10:51.100Z] Step 10/23 : FROM alpine:3.12 [2021-04-16T06:10:51.100Z] ---> 13621d1b12d4 [2021-04-16T06:10:51.100Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-04-16T06:10:51.100Z] Removing intermediate container 12ff4b43587c [2021-04-16T06:10:51.100Z] ---> 8f76af4efdec [2021-04-16T06:10:51.100Z] [2021-04-16T06:10:51.100Z] Step 10/22 : FROM alpine:3.12 [2021-04-16T06:10:51.100Z] ---> 13621d1b12d4 [2021-04-16T06:10:51.100Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-04-16T06:10:51.372Z] Removing intermediate container 98803021f4bc [2021-04-16T06:10:51.372Z] ---> b2df52597527 [2021-04-16T06:10:51.372Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-04-16T06:10:51.372Z] Removing intermediate container de16685e8aa0 [2021-04-16T06:10:51.372Z] ---> 6df4cfa32756 [2021-04-16T06:10:51.372Z] [2021-04-16T06:10:51.372Z] Step 10/23 : FROM alpine:3.12 [2021-04-16T06:10:51.372Z] ---> 13621d1b12d4 [2021-04-16T06:10:51.372Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-04-16T06:10:51.372Z] ---> Running in b258beab991e [2021-04-16T06:10:51.372Z] ---> Running in c68ad9c88845 [2021-04-16T06:10:51.372Z] ---> Running in 2c50fb7a8cf1 [2021-04-16T06:10:51.641Z] ---> Running in bc23450ee102 [2021-04-16T06:10:51.641Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-04-16T06:10:52.550Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-04-16T06:10:52.550Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-04-16T06:10:52.550Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-04-16T06:10:52.606Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-16T06:10:52.606Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-16T06:10:52.606Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-16T06:10:52.606Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-16T06:10:52.606Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-16T06:10:52.606Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-16T06:10:52.888Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-16T06:10:52.888Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-16T06:10:52.888Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-04-16T06:10:52.888Z] Executing busybox-1.31.1-r20.trigger [2021-04-16T06:10:52.888Z] OK: 6 MiB in 15 packages [2021-04-16T06:10:52.888Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-04-16T06:10:52.888Z] Executing busybox-1.31.1-r20.trigger [2021-04-16T06:10:52.888Z] OK: 6 MiB in 15 packages [2021-04-16T06:10:52.888Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-04-16T06:10:52.888Z] (2/2) Installing su-exec (0.2-r1) [2021-04-16T06:10:52.888Z] Executing busybox-1.31.1-r20.trigger [2021-04-16T06:10:52.888Z] OK: 6 MiB in 16 packages [2021-04-16T06:10:53.172Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-04-16T06:10:53.172Z] Executing busybox-1.31.1-r20.trigger [2021-04-16T06:10:53.172Z] OK: 6 MiB in 15 packages [2021-04-16T06:10:54.132Z] Removing intermediate container b258beab991e [2021-04-16T06:10:54.132Z] ---> e96e7e135c04 [2021-04-16T06:10:54.132Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-16T06:10:54.132Z] Removing intermediate container 2c50fb7a8cf1 [2021-04-16T06:10:54.132Z] ---> 4934b8571bf4 [2021-04-16T06:10:54.132Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-04-16T06:10:54.406Z] ---> Running in 8a76047ca926 [2021-04-16T06:10:54.406Z] Removing intermediate container c68ad9c88845 [2021-04-16T06:10:54.406Z] ---> 1c7a1b9786df [2021-04-16T06:10:54.406Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-16T06:10:54.406Z] ---> Running in 5c9ce1074ac8 [2021-04-16T06:10:54.406Z] Removing intermediate container bc23450ee102 [2021-04-16T06:10:54.406Z] ---> fb69dd42a4db [2021-04-16T06:10:54.406Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-16T06:10:54.669Z] ---> Running in 36e8a44d536d [2021-04-16T06:10:54.669Z] ---> Running in a0b3a410fd86 [2021-04-16T06:10:54.669Z] Removing intermediate container 95105f9d6dd0 [2021-04-16T06:10:54.669Z] ---> b433132dacd3 [2021-04-16T06:10:54.669Z] [2021-04-16T06:10:54.669Z] Step 11/23 : FROM docker:20.10.0 [2021-04-16T06:10:54.669Z] Removing intermediate container 8a76047ca926 [2021-04-16T06:10:54.669Z] ---> f8181a4e7e00 [2021-04-16T06:10:54.669Z] Step 13/23 : ENV APP_PORT=48082 [2021-04-16T06:10:54.669Z] 20.10.0: Pulling from library/docker [2021-04-16T06:10:54.937Z] Removing intermediate container 5c9ce1074ac8 [2021-04-16T06:10:54.937Z] ---> bfbe6408685e [2021-04-16T06:10:54.937Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-04-16T06:10:54.937Z] ---> Running in 5a5084e184b9 [2021-04-16T06:10:54.937Z] Removing intermediate container 36e8a44d536d [2021-04-16T06:10:54.937Z] ---> f9b0e3fa1f05 [2021-04-16T06:10:54.937Z] Step 13/22 : ENV APP_PORT=48085 [2021-04-16T06:10:55.892Z] Removing intermediate container a0b3a410fd86 [2021-04-16T06:10:55.892Z] ---> 482c3d50d40f [2021-04-16T06:10:55.892Z] Step 13/23 : ENV APP_PORT=48081 [2021-04-16T06:10:56.479Z] ---> Running in da15d9b9cb1a [2021-04-16T06:10:56.479Z] ---> Running in c51111b2c55f [2021-04-16T06:10:56.479Z] ---> Running in 3490fce25653 [2021-04-16T06:10:56.479Z] Removing intermediate container 5a5084e184b9 [2021-04-16T06:10:56.479Z] ---> b35263800038 [2021-04-16T06:10:56.479Z] Step 14/23 : EXPOSE $APP_PORT [2021-04-16T06:10:56.745Z] ---> Running in 3850bfb09d21 [2021-04-16T06:10:57.009Z] Removing intermediate container da15d9b9cb1a [2021-04-16T06:10:57.010Z] ---> 6634eee56be2 [2021-04-16T06:10:57.010Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-04-16T06:10:57.591Z] Removing intermediate container c51111b2c55f [2021-04-16T06:10:57.591Z] ---> 716aab2d625f [2021-04-16T06:10:57.591Z] Step 14/22 : EXPOSE $APP_PORT [2021-04-16T06:10:57.591Z] Removing intermediate container 3490fce25653 [2021-04-16T06:10:57.591Z] ---> c0ae18f92750 [2021-04-16T06:10:57.591Z] Step 14/23 : EXPOSE $APP_PORT [2021-04-16T06:10:57.591Z] Removing intermediate container 3850bfb09d21 [2021-04-16T06:10:57.591Z] ---> 609cb5f76eea [2021-04-16T06:10:57.591Z] Step 15/23 : WORKDIR / [2021-04-16T06:10:57.591Z] ---> Running in 249e1dfefaec [2021-04-16T06:10:57.591Z] ---> Running in c4e538fc27ba [2021-04-16T06:10:57.854Z] ---> Running in a4ed9c268791 [2021-04-16T06:10:57.854Z] ---> Running in 932e91befd5c [2021-04-16T06:10:57.976Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.314s coverage: 45.9% of statements [2021-04-16T06:10:57.976Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-04-16T06:10:57.976Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-04-16T06:10:57.976Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-04-16T06:10:57.976Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-04-16T06:10:57.976Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-04-16T06:10:57.976Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-04-16T06:10:57.976Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.117s coverage: 19.8% of statements [2021-04-16T06:10:57.976Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.235s coverage: 100.0% of statements [2021-04-16T06:10:58.438Z] Removing intermediate container 249e1dfefaec [2021-04-16T06:10:58.438Z] ---> 12c2505c3c3e [2021-04-16T06:10:58.438Z] Step 15/23 : WORKDIR / [2021-04-16T06:10:58.438Z] Removing intermediate container c4e538fc27ba [2021-04-16T06:10:58.438Z] ---> cc204149bf24 [2021-04-16T06:10:58.438Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-16T06:10:58.438Z] ---> Running in 2c861ee02202 [2021-04-16T06:10:58.438Z] Removing intermediate container 932e91befd5c [2021-04-16T06:10:58.438Z] ---> 175ed0d45d36 [2021-04-16T06:10:58.438Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-16T06:10:59.021Z] Removing intermediate container 2c861ee02202 [2021-04-16T06:10:59.021Z] ---> f706a55a35fd [2021-04-16T06:10:59.022Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-16T06:10:59.301Z] ---> 829cdc4c2bf4 [2021-04-16T06:10:59.301Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-04-16T06:10:59.301Z] ---> 17bf0ceec155 [2021-04-16T06:10:59.301Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-04-16T06:10:59.301Z] ---> 12b49a7a8151 [2021-04-16T06:10:59.301Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-04-16T06:10:59.916Z] Removing intermediate container a4ed9c268791 [2021-04-16T06:10:59.916Z] ---> 5a88ef46e6b0 [2021-04-16T06:10:59.916Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-04-16T06:11:00.182Z] ---> Running in 716179bb5bea [2021-04-16T06:11:00.450Z] ---> 07a29059864c [2021-04-16T06:11:00.450Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-04-16T06:11:00.450Z] ---> daa9cd1d79b5 [2021-04-16T06:11:00.450Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-04-16T06:11:00.450Z] ---> 337658df72cb [2021-04-16T06:11:00.450Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-04-16T06:11:00.722Z] Removing intermediate container 716179bb5bea [2021-04-16T06:11:00.722Z] ---> 2cb0d0bebe0c [2021-04-16T06:11:00.722Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-04-16T06:11:00.722Z] ---> 6328844c626a [2021-04-16T06:11:00.722Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-04-16T06:11:01.001Z] ---> 618a70d49d19 [2021-04-16T06:11:01.002Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-04-16T06:11:01.002Z] ---> 26c5972cfc4c [2021-04-16T06:11:01.002Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-04-16T06:11:01.002Z] ---> Running in 47263ab61135 [2021-04-16T06:11:01.002Z] ---> Running in 4a6e90dc55ec [2021-04-16T06:11:01.285Z] ---> Running in 9e0018549c2e [2021-04-16T06:11:01.285Z] ---> dd7b37415167 [2021-04-16T06:11:01.285Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-04-16T06:11:01.285Z] ---> Running in 725a0c16c420 [2021-04-16T06:11:01.557Z] Removing intermediate container 47263ab61135 [2021-04-16T06:11:01.557Z] ---> fd5d1669846b [2021-04-16T06:11:01.557Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-16T06:11:01.557Z] Removing intermediate container 4a6e90dc55ec [2021-04-16T06:11:01.557Z] ---> ad507556019c [2021-04-16T06:11:01.557Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-16T06:11:01.826Z] Removing intermediate container 9e0018549c2e [2021-04-16T06:11:01.826Z] ---> 0d9a68136487 [2021-04-16T06:11:01.826Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-16T06:11:02.424Z] ---> Running in dc66bf0ebab8 [2021-04-16T06:11:02.424Z] ---> Running in 7f88e32fbfcf [2021-04-16T06:11:02.424Z] ---> Running in 7084ee62868a [2021-04-16T06:11:03.394Z] Removing intermediate container 7084ee62868a [2021-04-16T06:11:03.394Z] ---> 30b4ec737e90 [2021-04-16T06:11:03.394Z] Step 21/23 : LABEL arch=x86_64 [2021-04-16T06:11:03.394Z] Removing intermediate container 7f88e32fbfcf [2021-04-16T06:11:03.394Z] ---> d2c272dbf932 [2021-04-16T06:11:03.394Z] Step 21/23 : LABEL arch=x86_64 [2021-04-16T06:11:03.394Z] Removing intermediate container dc66bf0ebab8 [2021-04-16T06:11:03.394Z] ---> 7d0bce69652d [2021-04-16T06:11:03.394Z] Step 20/22 : LABEL arch=x86_64 [2021-04-16T06:11:03.666Z] ---> Running in 98b59d3c889b [2021-04-16T06:11:03.666Z] ---> Running in 7b687d7559c6 [2021-04-16T06:11:03.666Z] ---> Running in 2c22acda372e [2021-04-16T06:11:03.935Z] Removing intermediate container 2c22acda372e [2021-04-16T06:11:03.935Z] ---> 6cd23a41707d [2021-04-16T06:11:03.935Z] Step 22/23 : LABEL git_sha=94b9d4dbb121687aa959c989a31be590d863cb3b [2021-04-16T06:11:03.935Z] Removing intermediate container 98b59d3c889b [2021-04-16T06:11:03.935Z] ---> 26ddf37f757b [2021-04-16T06:11:03.935Z] Step 22/23 : LABEL git_sha=94b9d4dbb121687aa959c989a31be590d863cb3b [2021-04-16T06:11:03.935Z] Removing intermediate container 7b687d7559c6 [2021-04-16T06:11:03.935Z] ---> 16cd97b65d14 [2021-04-16T06:11:03.935Z] Step 21/22 : LABEL git_sha=94b9d4dbb121687aa959c989a31be590d863cb3b [2021-04-16T06:11:04.211Z] ---> Running in 2407dc8c7fa2 [2021-04-16T06:11:04.211Z] Removing intermediate container 725a0c16c420 [2021-04-16T06:11:04.211Z] ---> c3f5abff2a8d [2021-04-16T06:11:04.211Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-16T06:11:04.211Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-04-16T06:11:04.211Z] Status: Downloaded newer image for docker:20.10.0 [2021-04-16T06:11:04.211Z] ---> aefe523efa57 [2021-04-16T06:11:04.211Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' [2021-04-16T06:11:04.211Z] ---> Running in af6b94fc8a91 [2021-04-16T06:11:04.211Z] ---> Running in 3d731fc327f4 [2021-04-16T06:11:04.476Z] ---> Running in a50b3e175a79 [2021-04-16T06:11:04.476Z] Removing intermediate container 2407dc8c7fa2 [2021-04-16T06:11:04.476Z] ---> 530cabe7ed03 [2021-04-16T06:11:04.476Z] Step 23/23 : LABEL version=0.0.0 [2021-04-16T06:11:04.476Z] Removing intermediate container af6b94fc8a91 [2021-04-16T06:11:04.476Z] ---> 82a9a7f64c58 [2021-04-16T06:11:04.476Z] Step 23/23 : LABEL version=0.0.0 [2021-04-16T06:11:04.741Z] Removing intermediate container 3d731fc327f4 [2021-04-16T06:11:04.741Z] ---> aafec1f43e25 [2021-04-16T06:11:04.741Z] Step 22/22 : LABEL version=0.0.0 [2021-04-16T06:11:04.741Z] ---> Running in 84616e2cec44 [2021-04-16T06:11:04.741Z] ---> Running in 8692ecbae590 [2021-04-16T06:11:04.741Z] ---> 396676bfb178 [2021-04-16T06:11:04.741Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-04-16T06:11:04.741Z] Removing intermediate container a50b3e175a79 [2021-04-16T06:11:04.741Z] ---> 9187a5a918d3 [2021-04-16T06:11:04.741Z] Step 13/23 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 [2021-04-16T06:11:05.005Z] ---> Running in 3ad370067fe2 [2021-04-16T06:11:05.005Z] ---> Running in c9dab07a5280 [2021-04-16T06:11:05.274Z] Removing intermediate container 84616e2cec44 [2021-04-16T06:11:05.274Z] ---> 2a853af9b8aa [2021-04-16T06:11:05.274Z] [2021-04-16T06:11:05.274Z] Removing intermediate container 8692ecbae590 [2021-04-16T06:11:05.274Z] ---> b19cca092602 [2021-04-16T06:11:05.274Z] [2021-04-16T06:11:05.551Z] Removing intermediate container 3ad370067fe2 [2021-04-16T06:11:05.551Z] ---> af9d8c6861bb [2021-04-16T06:11:05.551Z] [2021-04-16T06:11:05.551Z] Successfully built 2a853af9b8aa [2021-04-16T06:11:05.551Z] ---> 43ad32e90f60 [2021-04-16T06:11:05.551Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-04-16T06:11:05.551Z] Successfully built b19cca092602 [2021-04-16T06:11:05.831Z] Successfully tagged docker-core-command-go:latest [2021-04-16T06:11:05.831Z] Building docker-security-secretstore-setup-go [2021-04-16T06:11:05.831Z]  Building docker-core-command-go ... done Successfully tagged docker-core-metadata-go:latest [2021-04-16T06:11:05.831Z]  Building docker-core-metadata-go ... done Building docker-support-notifications-go [2021-04-16T06:11:05.831Z] Successfully built af9d8c6861bb [2021-04-16T06:11:05.831Z] Successfully tagged docker-support-scheduler-go:latest [2021-04-16T06:11:05.831Z] Building docker-core-data-go [2021-04-16T06:11:06.097Z]  Building docker-support-scheduler-go ... done fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-16T06:11:06.097Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-16T06:11:06.097Z] ---> 7ee1dba10a3e [2021-04-16T06:11:06.097Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-04-16T06:11:06.097Z] (1/39) Installing readline (8.0.4-r0) [2021-04-16T06:11:06.288Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.516s coverage: 27.1% of statements [2021-04-16T06:11:06.288Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-04-16T06:11:06.289Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-04-16T06:11:06.289Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-04-16T06:11:06.289Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-04-16T06:11:06.289Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-04-16T06:11:06.289Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-04-16T06:11:06.289Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.162s coverage: 100.0% of statements [2021-04-16T06:11:06.289Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-04-16T06:11:06.289Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.199s coverage: 100.0% of statements [2021-04-16T06:11:06.289Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-04-16T06:11:06.289Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-04-16T06:11:06.289Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.283s coverage: 71.3% of statements [2021-04-16T06:11:06.289Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-04-16T06:11:06.289Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-04-16T06:11:06.364Z] (2/39) Installing bash (5.0.17-r0) [2021-04-16T06:11:06.364Z] Executing bash-5.0.17-r0.post-install [2021-04-16T06:11:06.364Z] (3/39) Installing nghttp2-libs (1.41.0-r0) [2021-04-16T06:11:06.364Z] (4/39) Installing libcurl (7.76.1-r0) [2021-04-16T06:11:06.364Z] (5/39) Installing curl (7.76.1-r0) [2021-04-16T06:11:06.364Z] (6/39) Installing dumb-init (1.2.2-r1) [2021-04-16T06:11:06.364Z] (7/39) Installing libbz2 (1.0.8-r1) [2021-04-16T06:11:06.364Z] (8/39) Installing expat (2.2.9-r1) [2021-04-16T06:11:06.364Z] (9/39) Installing libffi (3.3-r2) [2021-04-16T06:11:06.364Z] (10/39) Installing gdbm (1.13-r1) [2021-04-16T06:11:06.364Z] (11/39) Installing xz-libs (5.2.5-r0) [2021-04-16T06:11:06.364Z] (12/39) Installing sqlite-libs (3.32.1-r0) [2021-04-16T06:11:06.364Z] (13/39) Installing python3 (3.8.8-r0) [2021-04-16T06:11:06.364Z] ---> a95bfda4436a [2021-04-16T06:11:06.364Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-04-16T06:11:07.745Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.426s coverage: 82.9% of statements [2021-04-16T06:11:07.745Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-04-16T06:11:07.745Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-04-16T06:11:07.745Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.130s coverage: 78.9% of statements [2021-04-16T06:11:07.745Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-04-16T06:11:16.466Z] ---> ac892f03bf45 [2021-04-16T06:11:16.466Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-04-16T06:11:16.466Z] (14/39) Installing py3-appdirs (1.4.4-r1) [2021-04-16T06:11:16.466Z] (15/39) Installing py3-ordered-set (4.0.1-r0) [2021-04-16T06:11:16.466Z] (16/39) Installing py3-parsing (2.4.7-r0) [2021-04-16T06:11:16.466Z] (17/39) Installing py3-six (1.15.0-r0) [2021-04-16T06:11:16.466Z] (18/39) Installing py3-packaging (20.4-r0) [2021-04-16T06:11:16.466Z] (19/39) Installing py3-setuptools (47.0.0-r0) [2021-04-16T06:11:16.466Z] (20/39) Installing py3-chardet (3.0.4-r4) [2021-04-16T06:11:17.425Z] (21/39) Installing py3-idna (2.9-r0) [2021-04-16T06:11:17.970Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.073s coverage: 28.6% of statements [2021-04-16T06:11:17.970Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-04-16T06:11:17.970Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-04-16T06:11:17.970Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-04-16T06:11:17.970Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-04-16T06:11:17.970Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-04-16T06:11:17.970Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.294s coverage: 100.0% of statements [2021-04-16T06:11:17.970Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-04-16T06:11:17.970Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.199s coverage: 100.0% of statements [2021-04-16T06:11:17.970Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-04-16T06:11:17.970Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.370s coverage: 86.7% of statements [2021-04-16T06:11:17.970Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-04-16T06:11:17.970Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.425s coverage: 97.5% of statements [2021-04-16T06:11:17.970Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-04-16T06:11:17.970Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.247s coverage: 78.3% of statements [2021-04-16T06:11:17.970Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-04-16T06:11:17.970Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-04-16T06:11:17.970Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-04-16T06:11:17.970Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-04-16T06:11:18.012Z] (22/39) Installing py3-certifi (2020.4.5.1-r0) [2021-04-16T06:11:18.279Z] (23/39) Installing py3-urllib3 (1.25.9-r0) [2021-04-16T06:11:18.867Z] (24/39) Installing py3-requests (2.23.0-r0) [2021-04-16T06:11:18.867Z] (25/39) Installing py3-msgpack (1.0.0-r0) [2021-04-16T06:11:19.454Z] (26/39) Installing py3-lockfile (0.12.2-r3) [2021-04-16T06:11:19.722Z] (27/39) Installing py3-cachecontrol (0.12.6-r0) [2021-04-16T06:11:19.998Z] ---> Running in 70e2a6268087 [2021-04-16T06:11:19.998Z] (28/39) Installing py3-colorama (0.4.3-r0) [2021-04-16T06:11:19.998Z] (29/39) Installing py3-distlib (0.3.0-r0) [2021-04-16T06:11:19.998Z] (30/39) Installing py3-distro (1.5.0-r1) [2021-04-16T06:11:19.998Z] (31/39) Installing py3-webencodings (0.5.1-r3) [2021-04-16T06:11:20.270Z] (32/39) Installing py3-html5lib (1.0.1-r4) [2021-04-16T06:11:20.270Z] (33/39) Installing py3-pytoml (0.1.21-r0) [2021-04-16T06:11:20.270Z] (34/39) Installing py3-pep517 (0.8.2-r0) [2021-04-16T06:11:20.270Z] (35/39) Installing py3-progress (1.5-r0) [2021-04-16T06:11:20.270Z] (36/39) Installing py3-toml (0.10.1-r0) [2021-04-16T06:11:20.537Z] (37/39) Installing py3-retrying (1.3.3-r0) [2021-04-16T06:11:20.537Z] (38/39) Installing py3-contextlib2 (0.6.0-r0) [2021-04-16T06:11:20.537Z] (39/39) Installing py3-pip (20.1.1-r0) [2021-04-16T06:11:21.501Z] Removing intermediate container 70e2a6268087 [2021-04-16T06:11:21.501Z] ---> 1cf1596a2471 [2021-04-16T06:11:21.501Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-04-16T06:11:21.501Z] Executing busybox-1.31.1-r19.trigger [2021-04-16T06:11:21.501Z] OK: 72 MiB in 59 packages [2021-04-16T06:11:24.101Z] ---> da3b1d003d9a [2021-04-16T06:11:24.102Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-04-16T06:11:26.297Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.189s coverage: 92.8% of statements [2021-04-16T06:11:26.297Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-04-16T06:11:26.297Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-04-16T06:11:26.297Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-04-16T06:11:26.297Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-04-16T06:11:26.297Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-04-16T06:11:26.297Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-04-16T06:11:26.297Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-04-16T06:11:26.297Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-04-16T06:11:26.297Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-04-16T06:11:26.297Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-04-16T06:11:26.297Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-04-16T06:11:26.297Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-04-16T06:11:26.297Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-04-16T06:11:26.297Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-04-16T06:11:26.297Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-04-16T06:11:26.297Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-04-16T06:11:26.297Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-04-16T06:11:26.297Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-04-16T06:11:26.297Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.126s coverage: 58.8% of statements [2021-04-16T06:11:26.297Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-04-16T06:11:26.297Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-04-16T06:11:26.297Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.178s coverage: 0.9% of statements [2021-04-16T06:11:26.297Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-04-16T06:11:26.297Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-04-16T06:11:26.297Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-04-16T06:11:26.297Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.123s coverage: 47.1% of statements [2021-04-16T06:11:26.297Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.155s coverage: 79.5% of statements [2021-04-16T06:11:26.297Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.117s coverage: 94.1% of statements [2021-04-16T06:11:26.297Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.181s coverage: 96.3% of statements [2021-04-16T06:11:26.297Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.139s coverage: 87.5% of statements [2021-04-16T06:11:30.808Z] ---> Running in 3486c208706b [2021-04-16T06:11:31.777Z] Collecting docker-compose==1.23.2 [2021-04-16T06:11:31.777Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-04-16T06:11:32.403Z] Collecting dockerpty<0.5,>=0.4.1 [2021-04-16T06:11:32.403Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-04-16T06:11:36.746Z] Collecting cached-property<2,>=1.2.0 [2021-04-16T06:11:36.746Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-04-16T06:11:37.721Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-16T06:11:37.721Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-04-16T06:11:37.721Z] ---> d861d393596f [2021-04-16T06:11:37.721Z] Step 3/22 : WORKDIR /edgex-go [2021-04-16T06:11:37.721Z] ---> Using cache [2021-04-16T06:11:37.721Z] ---> 104644efe125 [2021-04-16T06:11:37.721Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-16T06:11:37.721Z] ---> Using cache [2021-04-16T06:11:37.721Z] ---> 10451c5862c2 [2021-04-16T06:11:37.721Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-04-16T06:11:37.987Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-16T06:11:37.987Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-04-16T06:11:37.987Z] ---> d861d393596f [2021-04-16T06:11:37.987Z] Step 3/24 : WORKDIR /edgex-go [2021-04-16T06:11:37.987Z] ---> Using cache [2021-04-16T06:11:37.987Z] ---> 104644efe125 [2021-04-16T06:11:37.988Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-16T06:11:37.988Z] ---> Using cache [2021-04-16T06:11:37.988Z] ---> 10451c5862c2 [2021-04-16T06:11:37.988Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-04-16T06:11:37.988Z] ---> Using cache [2021-04-16T06:11:37.988Z] ---> 5e222cb8b1d8 [2021-04-16T06:11:37.988Z] Step 6/24 : COPY go.mod . [2021-04-16T06:11:37.988Z] ---> Using cache [2021-04-16T06:11:37.988Z] ---> 5b9a62fb8c67 [2021-04-16T06:11:37.988Z] Step 7/24 : RUN go mod download [2021-04-16T06:11:37.988Z] ---> Using cache [2021-04-16T06:11:37.988Z] ---> fde24a0ab017 [2021-04-16T06:11:37.988Z] Step 8/24 : COPY . . [2021-04-16T06:11:37.988Z] ---> Using cache [2021-04-16T06:11:37.988Z] ---> 46f699a56cc4 [2021-04-16T06:11:37.988Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-04-16T06:11:38.254Z] Collecting websocket-client<1.0,>=0.32.0 [2021-04-16T06:11:38.254Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-04-16T06:11:38.841Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-16T06:11:38.841Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-16T06:11:38.841Z] ---> d861d393596f [2021-04-16T06:11:38.841Z] Step 3/23 : WORKDIR /edgex-go [2021-04-16T06:11:38.841Z] ---> Using cache [2021-04-16T06:11:38.841Z] ---> 104644efe125 [2021-04-16T06:11:38.841Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-16T06:11:38.841Z] ---> Using cache [2021-04-16T06:11:38.841Z] ---> 10451c5862c2 [2021-04-16T06:11:38.841Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-04-16T06:11:39.434Z] Removing intermediate container 3486c208706b [2021-04-16T06:11:39.434Z] ---> dc3158c758bc [2021-04-16T06:11:39.434Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-04-16T06:11:39.434Z] ---> Running in a64b7945c36d [2021-04-16T06:11:39.434Z] ---> Running in 944ac2bf7dc3 [2021-04-16T06:11:39.434Z] Collecting jsonschema<3,>=2.5.1 [2021-04-16T06:11:39.434Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-04-16T06:11:39.701Z] ---> Running in d107d84fb73f [2021-04-16T06:11:39.971Z] Collecting docopt<0.7,>=0.6.1 [2021-04-16T06:11:39.971Z] ---> Running in 3f067022b7b1 [2021-04-16T06:11:39.971Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-04-16T06:11:40.241Z] Removing intermediate container 3f067022b7b1 [2021-04-16T06:11:40.241Z] ---> a2d7496bed16 [2021-04-16T06:11:40.241Z] Step 28/31 : CMD ["gate"] [2021-04-16T06:11:40.525Z] ---> Running in f94399de1523 [2021-04-16T06:11:40.800Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-04-16T06:11:40.800Z] Removing intermediate container f94399de1523 [2021-04-16T06:11:40.800Z] ---> 74226ddef4df [2021-04-16T06:11:40.800Z] Step 29/31 : LABEL arch=x86_64 [2021-04-16T06:11:40.800Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-16T06:11:40.800Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-16T06:11:40.800Z] Collecting PyYAML<4,>=3.10 [2021-04-16T06:11:40.800Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-04-16T06:11:41.072Z] ---> Running in 63bdba9d26f9 [2021-04-16T06:11:41.356Z] Removing intermediate container 63bdba9d26f9 [2021-04-16T06:11:41.356Z] ---> 5e0c1d854980 [2021-04-16T06:11:41.356Z] Step 30/31 : LABEL git_sha=94b9d4dbb121687aa959c989a31be590d863cb3b [2021-04-16T06:11:41.356Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-16T06:11:41.623Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-16T06:11:41.672Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.140s coverage: 94.4% of statements [2021-04-16T06:11:41.672Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.165s coverage: 44.8% of statements [2021-04-16T06:11:42.155Z] OK: 233 MiB in 51 packages [2021-04-16T06:11:42.155Z] ---> Running in 60ff9700e40a [2021-04-16T06:11:42.155Z] Collecting docker<4.0,>=3.6.0 [2021-04-16T06:11:42.155Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-04-16T06:11:42.155Z] OK: 233 MiB in 51 packages [2021-04-16T06:11:42.616Z] Collecting texttable<0.10,>=0.9.0 [2021-04-16T06:11:42.616Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-04-16T06:11:42.616Z] Removing intermediate container 60ff9700e40a [2021-04-16T06:11:42.616Z] ---> 82cfc5c73e01 [2021-04-16T06:11:42.616Z] Step 31/31 : LABEL version=0.0.0 [2021-04-16T06:11:43.033Z] ---> Running in fdf00c9e4b97 [2021-04-16T06:11:43.762Z] Removing intermediate container a64b7945c36d [2021-04-16T06:11:43.762Z] ---> 96b8595b51bf [2021-04-16T06:11:43.762Z] Step 6/22 : COPY go.mod . [2021-04-16T06:11:43.762Z] Removing intermediate container d107d84fb73f [2021-04-16T06:11:43.762Z] ---> f259375b36d7 [2021-04-16T06:11:43.762Z] Step 6/23 : COPY go.mod . [2021-04-16T06:11:43.762Z] Removing intermediate container fdf00c9e4b97 [2021-04-16T06:11:43.762Z] ---> dc17772679b9 [2021-04-16T06:11:43.762Z] [2021-04-16T06:11:44.171Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-04-16T06:11:44.171Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-04-16T06:11:44.171Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2021-04-16T06:11:44.171Z] Collecting docker-pycreds>=0.4.0 [2021-04-16T06:11:44.171Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-04-16T06:11:44.482Z] ---> 035d52197595 [2021-04-16T06:11:44.482Z] Step 7/23 : RUN go mod download [2021-04-16T06:11:44.482Z] ---> 773a896daee4 [2021-04-16T06:11:44.482Z] Step 7/22 : RUN go mod download [2021-04-16T06:11:44.482Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2021-04-16T06:11:44.482Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2021-04-16T06:11:44.482Z] Successfully built dc17772679b9 [2021-04-16T06:11:44.482Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-04-16T06:11:44.482Z] Building docker-security-proxy-setup-go [2021-04-16T06:11:44.482Z]  Building docker-security-bootstrapper-go ... done  ---> Running in 7d7f42c4f773 [2021-04-16T06:11:44.482Z] ---> Running in 3d7ac43d5149 [2021-04-16T06:11:44.482Z] Collecting idna<2.8,>=2.5 [2021-04-16T06:11:44.482Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-04-16T06:11:45.047Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.496s coverage: 81.9% of statements [2021-04-16T06:11:45.048Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2021-04-16T06:11:45.101Z] Collecting urllib3<1.25,>=1.21.1 [2021-04-16T06:11:45.101Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-04-16T06:11:45.101Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-04-16T06:11:45.101Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-04-16T06:11:45.101Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-04-16T06:11:45.101Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-04-16T06:11:45.732Z] Installing collected packages: dockerpty, cached-property, websocket-client, jsonschema, docopt, PyYAML, docker-pycreds, idna, urllib3, requests, docker, texttable, docker-compose [2021-04-16T06:11:45.732Z] Running setup.py install for dockerpty: started [2021-04-16T06:11:47.692Z] Running setup.py install for dockerpty: finished with status 'done' [2021-04-16T06:11:47.978Z] Running setup.py install for docopt: started [2021-04-16T06:11:49.463Z] Running setup.py install for docopt: finished with status 'done' [2021-04-16T06:11:49.463Z] Running setup.py install for PyYAML: started [2021-04-16T06:11:50.079Z] Removing intermediate container 7d7f42c4f773 [2021-04-16T06:11:50.079Z] ---> e519bec4fa42 [2021-04-16T06:11:50.079Z] Step 8/22 : COPY . . [2021-04-16T06:11:50.350Z] Running setup.py install for PyYAML: finished with status 'done' [2021-04-16T06:11:51.809Z] Attempting uninstall: idna [2021-04-16T06:11:51.809Z] Found existing installation: idna 2.9 [2021-04-16T06:11:51.809Z] Uninstalling idna-2.9: [2021-04-16T06:11:52.093Z] Successfully uninstalled idna-2.9 [2021-04-16T06:11:53.539Z] Attempting uninstall: urllib3 [2021-04-16T06:11:53.539Z] Found existing installation: urllib3 1.25.9 [2021-04-16T06:11:53.539Z] Uninstalling urllib3-1.25.9: [2021-04-16T06:11:53.539Z] Successfully uninstalled urllib3-1.25.9 [2021-04-16T06:11:54.515Z] Removing intermediate container 3d7ac43d5149 [2021-04-16T06:11:54.515Z] ---> d5d82e884f94 [2021-04-16T06:11:54.515Z] Step 8/23 : COPY . . [2021-04-16T06:11:54.515Z] Attempting uninstall: requests [2021-04-16T06:11:54.515Z] Found existing installation: requests 2.23.0 [2021-04-16T06:11:54.515Z] Uninstalling requests-2.23.0: [2021-04-16T06:11:54.823Z] Successfully uninstalled requests-2.23.0 [2021-04-16T06:11:55.216Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.190s coverage: 92.9% of statements [2021-04-16T06:11:55.216Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-04-16T06:11:55.216Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-04-16T06:11:55.216Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-04-16T06:11:55.216Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.056s coverage: 77.8% of statements [2021-04-16T06:11:55.216Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-04-16T06:11:55.216Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-04-16T06:11:55.216Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-04-16T06:11:55.216Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-04-16T06:11:55.216Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-04-16T06:11:55.216Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.072s coverage: 87.2% of statements [2021-04-16T06:11:55.216Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-04-16T06:11:55.216Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-04-16T06:11:55.216Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.109s coverage: 100.0% of statements [2021-04-16T06:11:55.216Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-04-16T06:11:55.216Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.151s coverage: 75.5% of statements [2021-04-16T06:11:55.216Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-04-16T06:11:55.216Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.123s coverage: 80.8% of statements [2021-04-16T06:11:55.216Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.192s coverage: 87.2% of statements [2021-04-16T06:11:55.216Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.189s coverage: 84.6% of statements [2021-04-16T06:11:55.216Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.260s coverage: 91.6% of statements [2021-04-16T06:11:55.216Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-04-16T06:11:55.216Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.592s coverage: 64.4% of statements [2021-04-16T06:11:55.216Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-04-16T06:11:55.216Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-04-16T06:11:55.216Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.124s coverage: 100.0% of statements [2021-04-16T06:11:55.216Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.084s coverage: 91.3% of statements [2021-04-16T06:11:55.216Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.057s coverage: 100.0% of statements [2021-04-16T06:11:55.817Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.077s coverage: 73.7% of statements [2021-04-16T06:11:55.817Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.068s coverage: 100.0% of statements [2021-04-16T06:11:59.116Z] Running setup.py install for texttable: started [2021-04-16T06:12:00.137Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.919s coverage: 69.0% of statements [2021-04-16T06:12:00.137Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-04-16T06:12:00.137Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-04-16T06:12:00.137Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-04-16T06:12:00.733Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.435s coverage: 38.4% of statements [2021-04-16T06:12:00.733Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-04-16T06:12:00.733Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-04-16T06:12:00.733Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.154s coverage: 89.5% of statements [2021-04-16T06:12:00.733Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-04-16T06:12:00.733Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.104s coverage: 84.8% of statements [2021-04-16T06:12:04.578Z] Running setup.py install for texttable: finished with status 'done' [2021-04-16T06:12:08.210Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.58.0 [2021-04-16T06:12:09.046Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.436s coverage: 47.0% of statements [2021-04-16T06:12:09.046Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-04-16T06:12:09.046Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-04-16T06:12:09.046Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-04-16T06:12:09.046Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-04-16T06:12:09.046Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-04-16T06:12:09.046Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.110s coverage: 100.0% of statements [2021-04-16T06:12:09.046Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-04-16T06:12:09.046Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.107s coverage: 100.0% of statements [2021-04-16T06:12:09.046Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-04-16T06:12:09.046Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-04-16T06:12:09.046Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 0.120s coverage: 10.5% of statements [2021-04-16T06:12:09.046Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-04-16T06:12:09.188Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-16T06:12:09.188Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-04-16T06:12:09.188Z] ---> d861d393596f [2021-04-16T06:12:09.188Z] Step 3/21 : WORKDIR /edgex-go [2021-04-16T06:12:09.188Z] ---> Using cache [2021-04-16T06:12:09.188Z] ---> 104644efe125 [2021-04-16T06:12:09.188Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-16T06:12:09.188Z] ---> Using cache [2021-04-16T06:12:09.188Z] ---> 10451c5862c2 [2021-04-16T06:12:09.188Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-04-16T06:12:09.188Z] ---> Using cache [2021-04-16T06:12:09.188Z] ---> 5e222cb8b1d8 [2021-04-16T06:12:09.188Z] Step 6/21 : COPY go.mod . [2021-04-16T06:12:09.188Z] ---> Using cache [2021-04-16T06:12:09.188Z] ---> 5b9a62fb8c67 [2021-04-16T06:12:09.188Z] Step 7/21 : RUN go mod download [2021-04-16T06:12:09.188Z] ---> Using cache [2021-04-16T06:12:09.188Z] ---> fde24a0ab017 [2021-04-16T06:12:09.188Z] Step 8/21 : COPY . . [2021-04-16T06:12:09.325Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.477s coverage: 87.7% of statements [2021-04-16T06:12:09.325Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-04-16T06:12:09.325Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-04-16T06:12:09.325Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-04-16T06:12:09.459Z] ---> Using cache [2021-04-16T06:12:09.459Z] ---> 46f699a56cc4 [2021-04-16T06:12:09.459Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-04-16T06:12:10.054Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-04-16T06:12:10.663Z] ---> Running in 4d008578c943 [2021-04-16T06:12:14.050Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-04-16T06:12:16.066Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.294s coverage: 29.1% of statements [2021-04-16T06:12:16.066Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-04-16T06:12:16.066Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-04-16T06:12:16.066Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-04-16T06:12:16.066Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-04-16T06:12:16.066Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-04-16T06:12:16.066Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.161s coverage: 99.0% of statements [2021-04-16T06:12:16.066Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-04-16T06:12:16.066Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.203s coverage: 100.0% of statements [2021-04-16T06:12:16.066Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-04-16T06:12:16.066Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-04-16T06:12:16.066Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-04-16T06:12:16.066Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-04-16T06:12:16.066Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.321s coverage: 95.6% of statements [2021-04-16T06:12:16.066Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-04-16T06:12:16.066Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-04-16T06:12:16.066Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-04-16T06:12:16.066Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.045s coverage: 0.0% of statements [2021-04-16T06:12:16.066Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-04-16T06:12:16.066Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.063s coverage: 100.0% of statements [2021-04-16T06:12:16.066Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-04-16T06:12:16.066Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-04-16T06:12:16.066Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-04-16T06:12:16.066Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-04-16T06:12:16.066Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.083s coverage: 87.9% of statements [2021-04-16T06:12:16.066Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-04-16T06:12:16.066Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-04-16T06:12:16.342Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.073s coverage: 100.0% of statements [2021-04-16T06:12:18.323Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.117s coverage: 28.1% of statements [2021-04-16T06:12:18.323Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.075s coverage: 100.0% of statements [2021-04-16T06:12:19.293Z] GO111MODULE=on go vet ./... [2021-04-16T06:12:29.172Z] Removing intermediate container 944ac2bf7dc3 [2021-04-16T06:12:29.172Z] ---> e9034df12841 [2021-04-16T06:12:29.172Z] [2021-04-16T06:12:29.172Z] Step 10/24 : FROM alpine:3.12 [2021-04-16T06:12:29.172Z] ---> 13621d1b12d4 [2021-04-16T06:12:29.172Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec [2021-04-16T06:12:30.129Z] ---> 4ede7344d1f9 [2021-04-16T06:12:30.129Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-04-16T06:12:30.720Z] ---> Running in a7e0e5bb55b2 [2021-04-16T06:12:31.312Z] ---> Running in 0b64469e2f62 [2021-04-16T06:12:31.312Z] ---> bea0f6bb087e [2021-04-16T06:12:31.312Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-04-16T06:12:32.345Z] ---> Running in 13cc4a33dedd [2021-04-16T06:12:32.946Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-16T06:12:32.946Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-04-16T06:12:32.946Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-16T06:12:33.547Z] (1/6) Installing ca-certificates (20191127-r4) [2021-04-16T06:12:33.547Z] (2/6) Installing nghttp2-libs (1.41.0-r0) [2021-04-16T06:12:33.547Z] (3/6) Installing libcurl (7.76.1-r0) [2021-04-16T06:12:33.547Z] (4/6) Installing curl (7.76.1-r0) [2021-04-16T06:12:33.547Z] (5/6) Installing dumb-init (1.2.2-r1) [2021-04-16T06:12:33.547Z] (6/6) Installing su-exec (0.2-r1) [2021-04-16T06:12:33.547Z] Executing busybox-1.31.1-r20.trigger [2021-04-16T06:12:33.547Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-04-16T06:12:33.547Z] Executing ca-certificates-20191127-r4.trigger [2021-04-16T06:12:33.547Z] OK: 7 MiB in 20 packages [2021-04-16T06:12:34.955Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-04-16T06:12:34.955Z] Removing intermediate container c9dab07a5280 [2021-04-16T06:12:34.955Z] ---> cd33e073c7c6 [2021-04-16T06:12:34.955Z] Step 14/23 : ENV APP_PORT=48090 [2021-04-16T06:12:35.230Z] ---> Running in 014a9d4efe64 [2021-04-16T06:12:36.248Z] Removing intermediate container 014a9d4efe64 [2021-04-16T06:12:36.248Z] ---> c7009127b5cf [2021-04-16T06:12:36.248Z] Step 15/23 : EXPOSE $APP_PORT [2021-04-16T06:12:36.846Z] ---> Running in 7de25fcbbd62 [2021-04-16T06:12:36.846Z] Removing intermediate container a7e0e5bb55b2 [2021-04-16T06:12:36.846Z] ---> 7c305fadd535 [2021-04-16T06:12:36.846Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-04-16T06:12:37.130Z] ---> Running in a76299f03463 [2021-04-16T06:12:37.408Z] Removing intermediate container 7de25fcbbd62 [2021-04-16T06:12:37.408Z] ---> 48a0198f79b7 [2021-04-16T06:12:37.408Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-04-16T06:12:37.408Z] Removing intermediate container a76299f03463 [2021-04-16T06:12:37.408Z] ---> 8ed7e4be66a7 [2021-04-16T06:12:37.408Z] Step 13/24 : WORKDIR / [2021-04-16T06:12:37.683Z] ---> Running in d3498b7f23ae [2021-04-16T06:12:38.300Z] Removing intermediate container d3498b7f23ae [2021-04-16T06:12:38.300Z] ---> 8571314818b8 [2021-04-16T06:12:38.300Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-04-16T06:12:40.279Z] ---> 03b64f5e43d2 [2021-04-16T06:12:40.280Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-04-16T06:12:40.280Z] ---> 039ca054c683 [2021-04-16T06:12:40.280Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-04-16T06:12:40.903Z] ---> 0f1c05d65ddf [2021-04-16T06:12:40.903Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-04-16T06:12:41.182Z] ---> 64c27ef6da1a [2021-04-16T06:12:41.182Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-04-16T06:12:43.818Z] ---> 4b4382a3f9a1 [2021-04-16T06:12:43.818Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-04-16T06:12:43.818Z] ---> e0694199a968 [2021-04-16T06:12:43.819Z] Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-04-16T06:12:43.819Z] ---> Running in 4a8e1470a195 [2021-04-16T06:12:44.091Z] Removing intermediate container 4d008578c943 [2021-04-16T06:12:44.091Z] ---> 4acb5711e673 [2021-04-16T06:12:44.091Z] [2021-04-16T06:12:44.091Z] Step 10/21 : FROM alpine:3.12 [2021-04-16T06:12:44.091Z] ---> 13621d1b12d4 [2021-04-16T06:12:44.091Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-04-16T06:12:44.365Z] ---> Running in 1b17c5d4df3a [2021-04-16T06:12:44.365Z] Removing intermediate container 4a8e1470a195 [2021-04-16T06:12:44.365Z] ---> 38d2b090c843 [2021-04-16T06:12:44.365Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-16T06:12:44.642Z] ---> ad74d2f0283a [2021-04-16T06:12:44.642Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-04-16T06:12:44.642Z] ---> Running in 551aff0e560e [2021-04-16T06:12:46.129Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-16T06:12:46.409Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-16T06:12:46.409Z] (1/4) Installing ca-certificates (20191127-r4) [2021-04-16T06:12:46.698Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-04-16T06:12:46.698Z] (3/4) Installing libcurl (7.76.1-r0) [2021-04-16T06:12:46.698Z] (4/4) Installing curl (7.76.1-r0) [2021-04-16T06:12:46.698Z] Executing busybox-1.31.1-r20.trigger [2021-04-16T06:12:46.698Z] Executing ca-certificates-20191127-r4.trigger [2021-04-16T06:12:46.983Z] OK: 7 MiB in 18 packages [2021-04-16T06:12:47.269Z] Removing intermediate container 551aff0e560e [2021-04-16T06:12:47.269Z] ---> 8f48c1a4d6a4 [2021-04-16T06:12:47.269Z] Step 21/23 : LABEL arch=x86_64 [2021-04-16T06:12:47.269Z] ---> 859e97cd4d48 [2021-04-16T06:12:47.269Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-04-16T06:12:47.558Z] ---> Running in 9ffd277896a9 [2021-04-16T06:12:48.166Z] Removing intermediate container 9ffd277896a9 [2021-04-16T06:12:48.166Z] ---> 8bfe4da4e012 [2021-04-16T06:12:48.166Z] Step 22/23 : LABEL git_sha=94b9d4dbb121687aa959c989a31be590d863cb3b [2021-04-16T06:12:48.456Z] ---> Running in 6125bc5229d4 [2021-04-16T06:12:48.736Z] ---> 86e34e87bb2a [2021-04-16T06:12:48.736Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-04-16T06:12:48.736Z] ---> Running in cf4a9379f130 [2021-04-16T06:12:49.333Z] Removing intermediate container 6125bc5229d4 [2021-04-16T06:12:49.333Z] ---> 163be90cf9f8 [2021-04-16T06:12:49.333Z] Step 23/23 : LABEL version=0.0.0 [2021-04-16T06:12:49.932Z] ---> Running in 26655caea06b [2021-04-16T06:12:49.932Z] Removing intermediate container 1b17c5d4df3a [2021-04-16T06:12:49.932Z] ---> 2b09fc8ace0d [2021-04-16T06:12:49.932Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-04-16T06:12:50.206Z] ---> Running in a7a62c1cd505 [2021-04-16T06:12:50.476Z] Removing intermediate container 26655caea06b [2021-04-16T06:12:50.476Z] ---> 211a1bb00d45 [2021-04-16T06:12:50.476Z] [2021-04-16T06:12:50.754Z] Removing intermediate container a7a62c1cd505 [2021-04-16T06:12:50.754Z] ---> 19aeb910d784 [2021-04-16T06:12:50.754Z] Step 13/21 : WORKDIR /edgex [2021-04-16T06:12:50.754Z] Successfully built 211a1bb00d45 [2021-04-16T06:12:51.034Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-04-16T06:12:51.034Z]  Building docker-sys-mgmt-agent-go ... done  ---> Running in 90be0dc79bdc [2021-04-16T06:12:51.307Z] Removing intermediate container 90be0dc79bdc [2021-04-16T06:12:51.307Z] ---> c8ace2e83801 [2021-04-16T06:12:51.307Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-04-16T06:12:51.307Z] Removing intermediate container cf4a9379f130 [2021-04-16T06:12:51.307Z] ---> 87c9f9625233 [2021-04-16T06:12:51.307Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-04-16T06:12:51.575Z] ---> Running in c4b67afa7a53 [2021-04-16T06:12:51.844Z] ---> 97242e6e1874 [2021-04-16T06:12:51.844Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-04-16T06:12:51.844Z] Removing intermediate container c4b67afa7a53 [2021-04-16T06:12:51.844Z] ---> daf08215ea70 [2021-04-16T06:12:51.844Z] Step 22/24 : LABEL arch=x86_64 [2021-04-16T06:12:52.120Z] ---> Running in d77dc7b290ec [2021-04-16T06:12:52.394Z] Removing intermediate container d77dc7b290ec [2021-04-16T06:12:52.394Z] ---> 54770ba01dcf [2021-04-16T06:12:52.394Z] Step 23/24 : LABEL git_sha=94b9d4dbb121687aa959c989a31be590d863cb3b [2021-04-16T06:12:52.664Z] ---> 9f03838e6147 [2021-04-16T06:12:52.664Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-04-16T06:12:52.664Z] ---> Running in 3d4b3989265f [2021-04-16T06:12:52.943Z] Removing intermediate container 3d4b3989265f [2021-04-16T06:12:52.943Z] ---> 6a0c654b778d [2021-04-16T06:12:52.943Z] Step 24/24 : LABEL version=0.0.0 [2021-04-16T06:12:53.220Z] ---> Running in bd6f5f48b3c6 [2021-04-16T06:12:53.491Z] ---> e98d6e31e6e9 [2021-04-16T06:12:53.492Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-04-16T06:12:53.492Z] Removing intermediate container bd6f5f48b3c6 [2021-04-16T06:12:53.492Z] ---> 8b9dd5bf3de5 [2021-04-16T06:12:53.492Z] [2021-04-16T06:12:53.763Z] ---> Running in cea3e4e91165 [2021-04-16T06:12:54.347Z] Successfully built 8b9dd5bf3de5 [2021-04-16T06:12:54.623Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-04-16T06:12:54.623Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container cea3e4e91165 [2021-04-16T06:12:54.623Z] ---> 51e573f5733e [2021-04-16T06:12:54.623Z] Step 18/21 : CMD ["--init=true"] [2021-04-16T06:12:55.225Z] ---> Running in e737265da4c9 [2021-04-16T06:12:55.496Z] Removing intermediate container e737265da4c9 [2021-04-16T06:12:55.496Z] ---> bf668a519738 [2021-04-16T06:12:55.496Z] Step 19/21 : LABEL arch=x86_64 [2021-04-16T06:12:55.496Z] ---> Running in a66ac4d113da [2021-04-16T06:12:56.087Z] Removing intermediate container a66ac4d113da [2021-04-16T06:12:56.087Z] ---> 213a9f2e1b42 [2021-04-16T06:12:56.087Z] Step 20/21 : LABEL git_sha=94b9d4dbb121687aa959c989a31be590d863cb3b [2021-04-16T06:12:56.087Z] ---> Running in 40a1a0c9dcaa [2021-04-16T06:12:56.357Z] Removing intermediate container 40a1a0c9dcaa [2021-04-16T06:12:56.357Z] ---> 6314c7ec23b3 [2021-04-16T06:12:56.357Z] Step 21/21 : LABEL version=0.0.0 [2021-04-16T06:12:56.626Z] ---> Running in 78147b33bc37 [2021-04-16T06:12:56.908Z] Removing intermediate container 78147b33bc37 [2021-04-16T06:12:56.908Z] ---> 3209ac59b60c [2021-04-16T06:12:56.908Z] [2021-04-16T06:12:56.908Z] Successfully built 3209ac59b60c [2021-04-16T06:12:56.908Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-04-16T06:13:00.262Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container 0b64469e2f62 [2021-04-16T06:13:00.262Z] ---> b2fceade4749 [2021-04-16T06:13:00.262Z] [2021-04-16T06:13:00.262Z] Step 10/22 : FROM alpine:3.12 [2021-04-16T06:13:00.262Z] ---> 13621d1b12d4 [2021-04-16T06:13:00.262Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-04-16T06:13:00.262Z] ---> Running in d59cbbbef02c [2021-04-16T06:13:00.849Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-16T06:13:00.849Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-16T06:13:01.120Z] (1/2) Installing ca-certificates (20191127-r4) [2021-04-16T06:13:01.120Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-04-16T06:13:01.120Z] Executing busybox-1.31.1-r20.trigger [2021-04-16T06:13:01.120Z] Executing ca-certificates-20191127-r4.trigger [2021-04-16T06:13:01.385Z] OK: 6 MiB in 16 packages [2021-04-16T06:13:04.118Z] Removing intermediate container 13cc4a33dedd [2021-04-16T06:13:04.118Z] ---> cd0f296e563e [2021-04-16T06:13:04.118Z] [2021-04-16T06:13:04.118Z] Step 10/23 : FROM alpine:3.12 [2021-04-16T06:13:04.118Z] ---> 13621d1b12d4 [2021-04-16T06:13:04.118Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-04-16T06:13:04.118Z] Removing intermediate container d59cbbbef02c [2021-04-16T06:13:04.118Z] ---> eaa08f04e491 [2021-04-16T06:13:04.118Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-16T06:13:04.118Z] ---> Running in e9efb15d5ee2 [2021-04-16T06:13:04.385Z] ---> Running in 080d848ecda9 [2021-04-16T06:13:04.385Z] Removing intermediate container e9efb15d5ee2 [2021-04-16T06:13:04.385Z] ---> ad5874b00823 [2021-04-16T06:13:04.385Z] Step 12/23 : ENV APP_PORT=48080 [2021-04-16T06:13:04.385Z] Removing intermediate container 080d848ecda9 [2021-04-16T06:13:04.385Z] ---> 21bc4e51ace5 [2021-04-16T06:13:04.385Z] Step 13/22 : ENV APP_PORT=48060 [2021-04-16T06:13:04.650Z] ---> Running in d8046a48f9ee [2021-04-16T06:13:04.650Z] ---> Running in a22a8444d3b1 [2021-04-16T06:13:04.650Z] Removing intermediate container d8046a48f9ee [2021-04-16T06:13:04.650Z] ---> 51c2e1fa3377 [2021-04-16T06:13:04.650Z] Step 13/23 : EXPOSE $APP_PORT [2021-04-16T06:13:04.650Z] Removing intermediate container a22a8444d3b1 [2021-04-16T06:13:04.650Z] ---> a67d9ef4b19f [2021-04-16T06:13:04.650Z] Step 14/22 : EXPOSE $APP_PORT [2021-04-16T06:13:04.916Z] ---> Running in d8385d067d8b [2021-04-16T06:13:04.916Z] ---> Running in c903ea756760 [2021-04-16T06:13:04.916Z] Removing intermediate container d8385d067d8b [2021-04-16T06:13:04.916Z] ---> 1fcc070df465 [2021-04-16T06:13:04.916Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-16T06:13:04.916Z] Removing intermediate container c903ea756760 [2021-04-16T06:13:04.916Z] ---> 0dcad9b0a0ae [2021-04-16T06:13:04.916Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-16T06:13:05.196Z] ---> Running in 00bbe5baad75 [2021-04-16T06:13:05.463Z] ---> d759d371c420 [2021-04-16T06:13:05.463Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-04-16T06:13:06.059Z] ---> da3b69aea3e0 [2021-04-16T06:13:06.059Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-04-16T06:13:06.323Z] Removing intermediate container 00bbe5baad75 [2021-04-16T06:13:06.323Z] ---> abc6f368c734 [2021-04-16T06:13:06.323Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-04-16T06:13:07.287Z] ---> 33cefd86fc4b [2021-04-16T06:13:07.287Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-04-16T06:13:07.287Z] ---> Running in e0bcb396705a [2021-04-16T06:13:07.287Z] ---> Running in 875eed643dc8 [2021-04-16T06:13:07.552Z] Removing intermediate container 875eed643dc8 [2021-04-16T06:13:07.552Z] ---> 28b04dfeb1ca [2021-04-16T06:13:07.552Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-16T06:13:07.552Z] ---> Running in ccf779deb9fe [2021-04-16T06:13:07.819Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-16T06:13:07.819Z] Removing intermediate container ccf779deb9fe [2021-04-16T06:13:07.819Z] ---> 8d0d1115c7af [2021-04-16T06:13:07.819Z] Step 20/22 : LABEL arch=x86_64 [2021-04-16T06:13:07.819Z] ---> Running in b292be3985f8 [2021-04-16T06:13:08.083Z] Removing intermediate container b292be3985f8 [2021-04-16T06:13:08.083Z] ---> 1d7889f152c9 [2021-04-16T06:13:08.083Z] Step 21/22 : LABEL git_sha=94b9d4dbb121687aa959c989a31be590d863cb3b [2021-04-16T06:13:08.083Z] ---> Running in a5d6cc40abd5 [2021-04-16T06:13:08.083Z] Removing intermediate container a5d6cc40abd5 [2021-04-16T06:13:08.083Z] ---> 6ed39c773253 [2021-04-16T06:13:08.083Z] Step 22/22 : LABEL version=0.0.0 [2021-04-16T06:13:08.349Z] ---> Running in fe74ee97904d [2021-04-16T06:13:08.349Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-16T06:13:08.349Z] Removing intermediate container fe74ee97904d [2021-04-16T06:13:08.349Z] ---> 065c89a3bd59 [2021-04-16T06:13:08.349Z] [2021-04-16T06:13:08.613Z] Successfully built 065c89a3bd59 [2021-04-16T06:13:08.613Z] Successfully tagged docker-support-notifications-go:latest [2021-04-16T06:13:08.878Z]  Building docker-support-notifications-go ... done (1/6) Installing dumb-init (1.2.2-r1) [2021-04-16T06:13:08.878Z] (2/6) Installing libgcc (9.3.0-r2) [2021-04-16T06:13:08.878Z] (3/6) Installing libsodium (1.0.18-r0) [2021-04-16T06:13:09.144Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-04-16T06:13:10.106Z] (5/6) Installing libzmq (4.3.3-r0) [2021-04-16T06:13:10.106Z] (6/6) Installing zeromq (4.3.3-r0) [2021-04-16T06:13:10.372Z] Executing busybox-1.31.1-r20.trigger [2021-04-16T06:13:10.372Z] OK: 8 MiB in 20 packages [2021-04-16T06:13:10.637Z] Removing intermediate container e0bcb396705a [2021-04-16T06:13:10.637Z] ---> 4b1b074748c3 [2021-04-16T06:13:10.637Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-16T06:13:10.902Z] ---> 0233c1c2c014 [2021-04-16T06:13:10.902Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-04-16T06:13:11.857Z] ---> 7a10a1f2b9ea [2021-04-16T06:13:11.857Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-04-16T06:13:11.857Z] ---> 7bf9f71ff86b [2021-04-16T06:13:11.857Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-04-16T06:13:12.124Z] ---> Running in 52d413372df0 [2021-04-16T06:13:12.124Z] Removing intermediate container 52d413372df0 [2021-04-16T06:13:12.124Z] ---> 2775bfccc38d [2021-04-16T06:13:12.124Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-16T06:13:12.705Z] ---> Running in 4f40c102c1e2 [2021-04-16T06:13:12.970Z] Removing intermediate container 4f40c102c1e2 [2021-04-16T06:13:12.970Z] ---> f4808e51c0e4 [2021-04-16T06:13:12.970Z] Step 21/23 : LABEL arch=x86_64 [2021-04-16T06:13:12.970Z] ---> Running in 20a31760debe [2021-04-16T06:13:13.234Z] Removing intermediate container 20a31760debe [2021-04-16T06:13:13.234Z] ---> e8966da698d5 [2021-04-16T06:13:13.234Z] Step 22/23 : LABEL git_sha=94b9d4dbb121687aa959c989a31be590d863cb3b [2021-04-16T06:13:13.234Z] ---> Running in 27dc87d5aaf5 [2021-04-16T06:13:13.498Z] Removing intermediate container 27dc87d5aaf5 [2021-04-16T06:13:13.498Z] ---> d9aff071943a [2021-04-16T06:13:13.498Z] Step 23/23 : LABEL version=0.0.0 [2021-04-16T06:13:13.498Z] ---> Running in 8f2d32e138f9 [2021-04-16T06:13:13.763Z] Removing intermediate container 8f2d32e138f9 [2021-04-16T06:13:13.763Z] ---> 33c51b0b4671 [2021-04-16T06:13:13.763Z] [2021-04-16T06:13:13.763Z] Successfully built 33c51b0b4671 [2021-04-16T06:13:13.763Z] Successfully tagged docker-core-data-go:latest [2021-04-16T06:13:14.048Z]  Building docker-core-data-go ... done  [Pipeline] } [2021-04-16T06:13:14.072Z] $ docker stop --time=1 4a7d98ab168b2f861834d6877596608e4f8621439cae2bff0625da0c8523f81d [2021-04-16T06:13:15.709Z] $ docker rm -f 4a7d98ab168b2f861834d6877596608e4f8621439cae2bff0625da0c8523f81d [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-16T06:13:16.220Z] + docker images [2021-04-16T06:13:16.220Z] + grep docker [2021-04-16T06:13:17.173Z] docker-core-data-go latest 33c51b0b4671 4 seconds ago 22.7MB [2021-04-16T06:13:17.173Z] docker-support-notifications-go latest 065c89a3bd59 9 seconds ago 18MB [2021-04-16T06:13:17.173Z] docker-security-proxy-setup-go latest 3209ac59b60c 21 seconds ago 25.6MB [2021-04-16T06:13:17.173Z] docker-security-secretstore-setup-go latest 8b9dd5bf3de5 24 seconds ago 25.9MB [2021-04-16T06:13:17.173Z] docker-sys-mgmt-agent-go latest 211a1bb00d45 27 seconds ago 312MB [2021-04-16T06:13:17.173Z] docker-security-bootstrapper-go latest dc17772679b9 About a minute ago 19.1MB [2021-04-16T06:13:17.173Z] docker-support-scheduler-go latest af9d8c6861bb 2 minutes ago 17.4MB [2021-04-16T06:13:17.173Z] docker-core-command-go latest 2a853af9b8aa 2 minutes ago 17.3MB [2021-04-16T06:13:17.173Z] docker-core-metadata-go latest b19cca092602 2 minutes ago 19MB [2021-04-16T06:13:17.173Z] docker 20.10.0 aefe523efa57 4 months ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node [2021-04-16T06:13:32.745Z] Still waiting to schedule task [2021-04-16T06:13:32.745Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2021-04-16T06:13:41.089Z] gofmt -l . [2021-04-16T06:13:41.089Z] [ "`gofmt -l .`" = "" ] [2021-04-16T06:13:41.089Z] ./bin/test-go-mod-tidy.sh [2021-04-16T06:13:41.089Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-04-16T06:13:41.780Z] + ls -al . [2021-04-16T06:13:41.780Z] total 824 [2021-04-16T06:13:41.780Z] drwxrwxr-x 9 1001 1001 4096 Apr 16 06:13 . [2021-04-16T06:13:41.780Z] drwxr-xr-x 4 root root 4096 Apr 16 06:09 .. [2021-04-16T06:13:41.780Z] -rw-rw-r-- 1 1001 1001 11 Apr 16 06:07 .dockerignore [2021-04-16T06:13:41.780Z] drwxrwxr-x 8 1001 1001 4096 Apr 16 06:07 .git [2021-04-16T06:13:41.780Z] drwxrwxr-x 3 1001 1001 4096 Apr 16 06:07 .github [2021-04-16T06:13:41.780Z] -rw-rw-r-- 1 1001 1001 818 Apr 16 06:07 .gitignore [2021-04-16T06:13:41.780Z] -rw-rw-r-- 1 1001 1001 166 Apr 16 06:07 .sonarcloud.properties [2021-04-16T06:13:41.780Z] -rw-rw-r-- 1 1001 1001 8494 Apr 16 06:07 Attribution.txt [2021-04-16T06:13:41.780Z] -rw-rw-r-- 1 1001 1001 3804 Apr 16 06:07 CONTRIBUTING.md [2021-04-16T06:13:41.780Z] -rw-rw-r-- 1 1001 1001 931 Apr 16 06:07 Dockerfile.build [2021-04-16T06:13:41.780Z] -rw-rw-r-- 1 1001 1001 863 Apr 16 06:07 Jenkinsfile [2021-04-16T06:13:41.780Z] -rw-rw-r-- 1 1001 1001 10775 Apr 16 06:07 LICENSE [2021-04-16T06:13:41.780Z] -rw-rw-r-- 1 1001 1001 5774 Apr 16 06:07 Makefile [2021-04-16T06:13:41.780Z] -rw-rw-r-- 1 1001 1001 6548 Apr 16 06:07 README.md [2021-04-16T06:13:41.780Z] -rw-rw-r-- 1 1001 1001 6755 Apr 16 06:07 SECURITY.md [2021-04-16T06:13:41.780Z] -rw-rw-r-- 1 1001 1001 5 Apr 16 06:03 VERSION [2021-04-16T06:13:41.780Z] -rw-rw-r-- 1 1001 1001 4131 Apr 16 06:07 ZMQWindows.md [2021-04-16T06:13:41.780Z] drwxrwxr-x 2 1001 1001 4096 Apr 16 06:07 bin [2021-04-16T06:13:41.780Z] drwxrwxr-x 14 1001 1001 4096 Apr 16 06:07 cmd [2021-04-16T06:13:41.780Z] -rw-r--r-- 1 root root 686607 Apr 16 06:12 coverage.out [2021-04-16T06:13:41.780Z] -rw-r--r-- 1 root root 1058 Apr 16 06:13 go.mod [2021-04-16T06:13:41.780Z] -rw-r--r-- 1 root root 22036 Apr 16 06:13 go.sum [2021-04-16T06:13:41.780Z] drwxrwxr-x 8 1001 1001 4096 Apr 16 06:07 internal [2021-04-16T06:13:41.780Z] drwxrwxr-x 4 1001 1001 4096 Apr 16 06:07 openapi [2021-04-16T06:13:41.780Z] drwxrwxr-x 4 1001 1001 4096 Apr 16 06:07 snap [2021-04-16T06:13:41.780Z] -rw-rw-r-- 1 1001 1001 168 Apr 16 06:07 version.go [Pipeline] sh [2021-04-16T06:13:42.456Z] + '[' -e coverage.out ] [2021-04-16T06:13:42.456Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-04-16T06:13:42.518Z] Warning: overwriting stash ‘coverage-report’ [2021-04-16T06:13:43.397Z] Stashed 1 file(s) [Pipeline] sh [2021-04-16T06:13:44.057Z] + make build [2021-04-16T06:13:44.057Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-04-16T06:13:54.195Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-04-16T06:14:19.958Z] Running on prd-ubuntu18.04-docker-8c-8g-449 in /w/workspace/edgexfoundry_edgex-go_PR-3373 [Pipeline] { [Pipeline] ws [2021-04-16T06:14:20.015Z] Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] checkout [2021-04-16T06:14:21.004Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-04-16T06:14:22.280Z] using credential edgex-jenkins-ssh [2021-04-16T06:14:22.294Z] Cloning the remote Git repository [2021-04-16T06:14:22.315Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-04-16T06:14:22.385Z] > git init /w/workspace/edgex-go/1 # timeout=10 [2021-04-16T06:14:22.414Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-04-16T06:14:22.414Z] > git --version # timeout=10 [2021-04-16T06:14:22.428Z] > git --version # 'git version 2.17.1' [2021-04-16T06:14:22.429Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-16T06:14:22.456Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-16T06:14:23.623Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-04-16T06:14:26.769Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-04-16T06:14:26.774Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-16T06:14:26.783Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-04-16T06:14:26.809Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-04-16T06:14:26.809Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-16T06:14:26.814Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3373/head:refs/remotes/origin/PR-3373 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-16T06:14:27.374Z] Merging remotes/origin/master commit c419618f783e51adc3e0be9d68d8defacfb69d2d into PR head commit 94b9d4dbb121687aa959c989a31be590d863cb3b [2021-04-16T06:14:27.507Z] Merge succeeded, producing 94b9d4dbb121687aa959c989a31be590d863cb3b [2021-04-16T06:14:27.507Z] Checking out Revision 94b9d4dbb121687aa959c989a31be590d863cb3b (PR-3373) [2021-04-16T06:14:27.382Z] > git config core.sparsecheckout # timeout=10 [2021-04-16T06:14:27.386Z] > git checkout -f 94b9d4dbb121687aa959c989a31be590d863cb3b # timeout=10 [2021-04-16T06:14:27.466Z] > git remote # timeout=10 [2021-04-16T06:14:27.473Z] > git config --get remote.origin.url # timeout=10 [2021-04-16T06:14:27.487Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-16T06:14:27.491Z] > git merge c419618f783e51adc3e0be9d68d8defacfb69d2d # timeout=10 [2021-04-16T06:14:27.500Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-04-16T06:14:27.509Z] > git config core.sparsecheckout # timeout=10 [2021-04-16T06:14:27.513Z] > git checkout -f 94b9d4dbb121687aa959c989a31be590d863cb3b # timeout=10 [2021-04-16T06:14:30.392Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-04-16T06:14:31.126Z] Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-bootstrap/v2" [2021-04-16T06:14:31.144Z] > git --version # timeout=10 [2021-04-16T06:14:31.152Z] > git --version # 'git version 2.17.1' [2021-04-16T06:14:31.156Z] fatal: bad object 57ded3389ef25720063a8030e5c426a6b7ea5b20 [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-16T06:14:31.829Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-04-16T06:14:32.299Z] + echo snap-build.sh [2021-04-16T06:14:32.299Z] snap-build.sh [2021-04-16T06:14:32.299Z] + SNAP_BASE_DIR=. [2021-04-16T06:14:32.299Z] + '[' '!' -z /w/workspace/edgex-go/1 ']' [2021-04-16T06:14:32.299Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/1 [2021-04-16T06:14:32.299Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/1]' [2021-04-16T06:14:32.299Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/1] [2021-04-16T06:14:32.299Z] + cd /w/workspace/edgex-go/1 [2021-04-16T06:14:32.299Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-04-16T06:14:32.299Z] Reading package lists... [2021-04-16T06:14:32.299Z] Building dependency tree... [2021-04-16T06:14:32.299Z] Reading state information... [2021-04-16T06:14:32.564Z] The following packages were automatically installed and are no longer required: [2021-04-16T06:14:32.564Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-04-16T06:14:32.564Z] uidmap xdelta3 [2021-04-16T06:14:32.564Z] Use 'sudo apt autoremove' to remove them. [2021-04-16T06:14:32.564Z] The following packages will be REMOVED: [2021-04-16T06:14:32.564Z] lxd* lxd-client* [2021-04-16T06:14:32.825Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-04-16T06:14:32.825Z] After this operation, 31.7 MB disk space will be freed. [2021-04-16T06:14:34.131Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 190027 files and directories currently installed.) [2021-04-16T06:14:34.131Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-04-16T06:14:35.095Z] Removing lxd dnsmasq configuration [2021-04-16T06:14:35.095Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-04-16T06:14:35.095Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-04-16T06:14:36.039Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-04-16T06:14:36.300Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 189852 files and directories currently installed.) [2021-04-16T06:14:36.300Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-04-16T06:14:37.251Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-04-16T06:14:37.695Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-04-16T06:14:37.957Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-04-16T06:14:39.343Z] + sudo snap remove --purge lxd [2021-04-16T06:14:39.603Z] snap "lxd" is not installed [2021-04-16T06:14:39.603Z] + sudo groupadd --force --system lxd [2021-04-16T06:14:39.603Z] ++ whoami [2021-04-16T06:14:39.603Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-04-16T06:14:39.603Z] + newgrp - lxd [2021-04-16T06:14:39.603Z] + sudo snap install lxd [2021-04-16T06:14:42.643Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-04-16T06:14:46.959Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-04-16T06:14:52.406Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-04-16T06:14:55.795Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-04-16T06:15:01.197Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-04-16T06:15:06.193Z] 2021-04-16T06:15:03Z INFO Waiting for automatic snapd restart... [Pipeline] } [2021-04-16T06:15:07.944Z] $ docker stop --time=1 88e020dda2c963b5d29eab648da8afed7548129cf1ec1811c56c16bcbcdcc78b [2021-04-16T06:15:10.409Z] $ docker rm -f 88e020dda2c963b5d29eab648da8afed7548129cf1ec1811c56c16bcbcdcc78b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-16T06:15:12.367Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-04-16T06:15:12.367Z] [2021-04-16T06:15:12.367Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-16T06:15:12.755Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-04-16T06:15:13.033Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-04-16T06:15:13.033Z] 29e5d40040c1: Pulling fs layer [2021-04-16T06:15:13.033Z] 1ce36da41761: Pulling fs layer [2021-04-16T06:15:13.033Z] 25b303627fd3: Pulling fs layer [2021-04-16T06:15:13.033Z] 29e5d40040c1: Verifying Checksum [2021-04-16T06:15:13.033Z] 29e5d40040c1: Download complete [2021-04-16T06:15:13.631Z] 1ce36da41761: Verifying Checksum [2021-04-16T06:15:13.631Z] 1ce36da41761: Download complete [2021-04-16T06:15:13.631Z] 29e5d40040c1: Pull complete [2021-04-16T06:15:15.097Z] 1ce36da41761: Pull complete [2021-04-16T06:15:15.368Z] 25b303627fd3: Verifying Checksum [2021-04-16T06:15:15.368Z] 25b303627fd3: Download complete [2021-04-16T06:15:24.330Z] lxd 4.13 from Canonical* installed [2021-04-16T06:15:24.330Z] + sudo lxd init --auto [2021-04-16T06:15:25.519Z] 25b303627fd3: Pull complete [2021-04-16T06:15:25.519Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-04-16T06:15:25.519Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-04-16T06:15:25.519Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-04-16T06:15:25.797Z] prd-ubuntu18.04-docker-arm64-4c-16g-442 does not seem to be running inside a container [2021-04-16T06:15:25.878Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-04-16T06:15:28.812Z] $ docker top f192ba3a63b627854d3d3634ae0267da8f3d8afef18ee25cf18d0635a3993a5c -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-16T06:15:29.806Z] + docker-compose build --help [2021-04-16T06:15:29.806Z] + grep parallel [2021-04-16T06:15:32.470Z] + sudo snap install --classic snapcraft [2021-04-16T06:15:33.167Z] --parallel Build images in parallel. [Pipeline] } [2021-04-16T06:15:33.487Z] $ docker stop --time=1 f192ba3a63b627854d3d3634ae0267da8f3d8afef18ee25cf18d0635a3993a5c [2021-04-16T06:15:35.443Z] $ docker rm -f f192ba3a63b627854d3d3634ae0267da8f3d8afef18ee25cf18d0635a3993a5c [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-16T06:15:36.331Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-04-16T06:15:36.332Z] . [Pipeline] withDockerContainer [2021-04-16T06:15:36.623Z] prd-ubuntu18.04-docker-arm64-4c-16g-442 does not seem to be running inside a container [2021-04-16T06:15:36.699Z] $ 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/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-04-16T06:15:38.085Z] $ docker top 901d867a2660bcbf0ca553af8e4f19ba502f221805ef7a23c596b33b1969e69b -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-16T06:15:39.097Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-04-16T06:15:42.464Z] Building docker-core-command-go ... [2021-04-16T06:15:42.464Z] Building docker-core-data-go ... [2021-04-16T06:15:42.464Z] Building docker-core-metadata-go ... [2021-04-16T06:15:42.464Z] Building docker-security-bootstrapper-go ... [2021-04-16T06:15:42.464Z] Building docker-security-proxy-setup-go ... [2021-04-16T06:15:42.464Z] Building docker-security-secretstore-setup-go ... [2021-04-16T06:15:42.464Z] Building docker-support-notifications-go ... [2021-04-16T06:15:42.464Z] Building docker-support-scheduler-go ... [2021-04-16T06:15:42.464Z] Building docker-sys-mgmt-agent-go ... [2021-04-16T06:15:42.464Z] Building docker-sys-mgmt-agent-go [2021-04-16T06:15:42.464Z] Building docker-support-notifications-go [2021-04-16T06:15:42.464Z] Building docker-core-command-go [2021-04-16T06:15:42.464Z] Building docker-core-metadata-go [2021-04-16T06:15:42.464Z] Building docker-security-proxy-setup-go [2021-04-16T06:15:50.594Z] snapcraft 4.6.2 from Canonical* installed [2021-04-16T06:15:50.594Z] + '[' -f snap/local/build-helpers/bin/minimal-snap-build.sh ']' [2021-04-16T06:15:50.594Z] + ./snap/local/build-helpers/bin/minimal-snap-build.sh [2021-04-16T06:15:50.594Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-16T06:15:50.594Z] Dload Upload Total Spent Left Speed [2021-04-16T06:15:50.594Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 627 100 627 0 0 4786 0 --:--:-- --:--:-- --:--:-- 4786 [2021-04-16T06:15:50.594Z] 100 3325k 100 3325k 0 0 10.5M 0 --:--:-- --:--:-- --:--:-- 10.5M [2021-04-16T06:15:50.594Z] ./yq_linux_amd64 [2021-04-16T06:15:50.594Z] + sudo snapcraft prime --use-lxd [2021-04-16T06:15:50.594Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-04-16T06:15:50.594Z] The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: [2021-04-16T06:15:50.594Z] - README.md [2021-04-16T06:15:50.594Z] [2021-04-16T06:15:50.594Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-04-16T06:15:50.594Z] Launching a container. [2021-04-16T06:16:02.825Z] Waiting for container to be ready [2021-04-16T06:16:02.825Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-04-16T06:16:02.825Z] [2021-04-16T06:16:05.388Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-04-16T06:16:05.958Z] Waiting for network to be ready... [2021-04-16T06:16:06.219Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-04-16T06:16:06.219Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1693 kB] [2021-04-16T06:16:06.480Z] Get:3 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-04-16T06:16:06.480Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [317 kB] [2021-04-16T06:16:06.480Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] [2021-04-16T06:16:06.480Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-04-16T06:16:06.480Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [302 kB] [2021-04-16T06:16:06.480Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [40.4 kB] [2021-04-16T06:16:06.480Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1122 kB] [2021-04-16T06:16:06.480Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [253 kB] [2021-04-16T06:16:06.740Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-04-16T06:16:07.001Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-04-16T06:16:07.262Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-04-16T06:16:07.262Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-04-16T06:16:07.262Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-04-16T06:16:07.262Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-04-16T06:16:07.262Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-04-16T06:16:07.262Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-04-16T06:16:07.527Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-04-16T06:16:07.786Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2035 kB] [2021-04-16T06:16:07.786Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [409 kB] [2021-04-16T06:16:07.786Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] [2021-04-16T06:16:07.786Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-04-16T06:16:07.786Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [323 kB] [2021-04-16T06:16:07.786Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [43.8 kB] [2021-04-16T06:16:07.786Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1732 kB] [2021-04-16T06:16:08.046Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [368 kB] [2021-04-16T06:16:09.959Z] Fetched 24.4 MB in 4s (6203 kB/s) [2021-04-16T06:16:10.904Z] Reading package lists... [2021-04-16T06:16:11.166Z] Reading package lists... [2021-04-16T06:16:11.166Z] Building dependency tree... [2021-04-16T06:16:11.166Z] Reading state information... [2021-04-16T06:16:11.427Z] The following additional packages will be installed: [2021-04-16T06:16:11.427Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-04-16T06:16:11.427Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-04-16T06:16:11.427Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-04-16T06:16:11.427Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-04-16T06:16:11.427Z] Suggested packages: [2021-04-16T06:16:11.427Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-04-16T06:16:11.427Z] Recommended packages: [2021-04-16T06:16:11.427Z] gnupg libsasl2-modules [2021-04-16T06:16:11.427Z] The following NEW packages will be installed: [2021-04-16T06:16:11.427Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-04-16T06:16:11.427Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-04-16T06:16:11.427Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-04-16T06:16:11.427Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-04-16T06:16:11.427Z] The following packages will be upgraded: [2021-04-16T06:16:11.427Z] gpg gpg-agent gpgconf libudev1 [2021-04-16T06:16:11.427Z] 4 upgraded, 18 newly installed, 0 to remove and 106 not upgraded. [2021-04-16T06:16:11.427Z] Need to get 3529 kB of archives. [2021-04-16T06:16:11.427Z] After this operation, 13.3 MB of additional disk space will be used. [2021-04-16T06:16:11.427Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] [2021-04-16T06:16:11.427Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] [2021-04-16T06:16:11.427Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB] [2021-04-16T06:16:11.427Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.10 [154 kB] [2021-04-16T06:16:11.687Z] Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.46 [58.4 kB] [2021-04-16T06:16:11.947Z] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.46 [1102 kB] [2021-04-16T06:16:12.517Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-04-16T06:16:12.517Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-04-16T06:16:12.517Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] [2021-04-16T06:16:12.517Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] [2021-04-16T06:16:12.517Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] [2021-04-16T06:16:12.517Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-04-16T06:16:12.517Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-04-16T06:16:12.517Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-04-16T06:16:12.517Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-04-16T06:16:12.517Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-04-16T06:16:12.517Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-04-16T06:16:12.517Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-04-16T06:16:12.517Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-04-16T06:16:12.517Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-04-16T06:16:12.517Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-04-16T06:16:12.517Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] [2021-04-16T06:16:12.517Z] debconf: delaying package configuration, since apt-utils is not installed [2021-04-16T06:16:12.777Z] Fetched 3529 kB in 1s (3049 kB/s) [2021-04-16T06:16:12.777Z] (Reading database ... 12511 files and directories currently installed.) [2021-04-16T06:16:12.777Z] Preparing to unpack .../libudev1_237-3ubuntu10.46_amd64.deb ... [2021-04-16T06:16:12.777Z] Unpacking libudev1:amd64 (237-3ubuntu10.46) over (237-3ubuntu10) ... [2021-04-16T06:16:12.777Z] Setting up libudev1:amd64 (237-3ubuntu10.46) ... [2021-04-16T06:16:13.037Z] Selecting previously unselected package udev. [2021-04-16T06:16:13.037Z] (Reading database ... 12511 files and directories currently installed.) [2021-04-16T06:16:13.037Z] Preparing to unpack .../00-udev_237-3ubuntu10.46_amd64.deb ... [2021-04-16T06:16:13.037Z] Unpacking udev (237-3ubuntu10.46) ... [2021-04-16T06:16:13.298Z] Selecting previously unselected package libfuse2:amd64. [2021-04-16T06:16:13.298Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-04-16T06:16:13.298Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-04-16T06:16:13.298Z] Selecting previously unselected package fuse. [2021-04-16T06:16:13.298Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-04-16T06:16:13.298Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-04-16T06:16:13.558Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... [2021-04-16T06:16:13.558Z] Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-04-16T06:16:13.558Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... [2021-04-16T06:16:13.558Z] Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-04-16T06:16:13.818Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... [2021-04-16T06:16:13.818Z] Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-04-16T06:16:13.818Z] Selecting previously unselected package libksba8:amd64. [2021-04-16T06:16:13.818Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-04-16T06:16:13.818Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-04-16T06:16:13.818Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-04-16T06:16:13.818Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-16T06:16:13.818Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-16T06:16:14.080Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-04-16T06:16:14.080Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-16T06:16:14.080Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-16T06:16:14.080Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-04-16T06:16:14.080Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-16T06:16:14.080Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-16T06:16:14.080Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-04-16T06:16:14.080Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-16T06:16:14.080Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-16T06:16:14.340Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-04-16T06:16:14.340Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-16T06:16:14.340Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-16T06:16:14.340Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-04-16T06:16:14.340Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-16T06:16:14.340Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-16T06:16:14.601Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-04-16T06:16:14.601Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-16T06:16:14.601Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-16T06:16:14.601Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-04-16T06:16:14.601Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-16T06:16:14.601Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-16T06:16:14.601Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-04-16T06:16:14.601Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-16T06:16:14.601Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-16T06:16:14.861Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-04-16T06:16:14.861Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-04-16T06:16:14.861Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-04-16T06:16:14.861Z] Selecting previously unselected package libsasl2-2:amd64. [2021-04-16T06:16:14.861Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-04-16T06:16:14.861Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-04-16T06:16:15.122Z] Selecting previously unselected package libldap-common. [2021-04-16T06:16:15.122Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... [2021-04-16T06:16:15.122Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-04-16T06:16:15.122Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-04-16T06:16:15.122Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... [2021-04-16T06:16:15.122Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-04-16T06:16:15.384Z] Selecting previously unselected package dirmngr. [2021-04-16T06:16:15.384Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... [2021-04-16T06:16:15.384Z] Unpacking dirmngr (2.2.4-1ubuntu1.4) ... [2021-04-16T06:16:15.384Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-04-16T06:16:15.384Z] Setting up gpgconf (2.2.4-1ubuntu1.4) ... [2021-04-16T06:16:15.384Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-04-16T06:16:15.384Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-04-16T06:16:15.645Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-04-16T06:16:15.646Z] Setting up gpg-agent (2.2.4-1ubuntu1.4) ... [2021-04-16T06:16:15.646Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-16T06:16:15.646Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-04-16T06:16:15.646Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-04-16T06:16:15.646Z] Setting up udev (237-3ubuntu10.46) ... [2021-04-16T06:16:15.906Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-04-16T06:16:16.168Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-16T06:16:16.168Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-04-16T06:16:16.168Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-04-16T06:16:16.430Z] Setting up gpg (2.2.4-1ubuntu1.4) ... [2021-04-16T06:16:16.430Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-16T06:16:16.430Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-16T06:16:16.430Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-16T06:16:16.430Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-16T06:16:16.430Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-16T06:16:16.430Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-16T06:16:16.430Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-16T06:16:16.690Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-04-16T06:16:16.690Z] Setting up dirmngr (2.2.4-1ubuntu1.4) ... [2021-04-16T06:16:16.690Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-04-16T06:16:17.263Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-04-16T06:16:17.263Z] settings in the [Install] section, and DefaultInstance for template units). [2021-04-16T06:16:17.263Z] This means they are not meant to be enabled using systemctl. [2021-04-16T06:16:17.263Z] Possible reasons for having this kind of units are: [2021-04-16T06:16:17.263Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-04-16T06:16:17.263Z] .wants/ or .requires/ directory. [2021-04-16T06:16:17.263Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-04-16T06:16:17.263Z] a requirement dependency on it. [2021-04-16T06:16:17.263Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-04-16T06:16:17.263Z] D-Bus, udev, scripted systemctl call, ...). [2021-04-16T06:16:17.263Z] 4) In case of template units, the unit is meant to be enabled with some [2021-04-16T06:16:17.263Z] instance name specified. [2021-04-16T06:16:17.524Z] Reading package lists... [2021-04-16T06:16:17.524Z] Building dependency tree... [2021-04-16T06:16:17.524Z] Reading state information... [2021-04-16T06:16:17.785Z] The following additional packages will be installed: [2021-04-16T06:16:17.785Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-04-16T06:16:17.785Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-04-16T06:16:17.785Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-04-16T06:16:17.785Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-04-16T06:16:17.785Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-04-16T06:16:17.785Z] Suggested packages: [2021-04-16T06:16:17.785Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-04-16T06:16:17.785Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-04-16T06:16:17.785Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-04-16T06:16:17.785Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-04-16T06:16:17.785Z] systemd-container policykit-1 [2021-04-16T06:16:17.785Z] Recommended packages: [2021-04-16T06:16:17.785Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-04-16T06:16:17.785Z] The following NEW packages will be installed: [2021-04-16T06:16:17.785Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-04-16T06:16:17.785Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-04-16T06:16:17.785Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-04-16T06:16:17.785Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-04-16T06:16:17.785Z] python3.6-minimal snapd squashfs-tools sudo [2021-04-16T06:16:17.785Z] The following packages will be upgraded: [2021-04-16T06:16:17.785Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-04-16T06:16:17.785Z] 5 upgraded, 25 newly installed, 0 to remove and 101 not upgraded. [2021-04-16T06:16:17.785Z] Need to get 35.2 MB of archives. [2021-04-16T06:16:17.785Z] After this operation, 141 MB of additional disk space will be used. [2021-04-16T06:16:17.785Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.9 [1301 kB] [2021-04-16T06:16:18.049Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.46 [2914 kB] [2021-04-16T06:16:18.049Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [534 kB] [2021-04-16T06:16:18.049Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-04-16T06:16:18.049Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [1610 kB] [2021-04-16T06:16:18.049Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.4 [1712 kB] [2021-04-16T06:16:18.049Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.4 [203 kB] [2021-04-16T06:16:18.049Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-04-16T06:16:18.049Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] [2021-04-16T06:16:18.049Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-04-16T06:16:18.049Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-04-16T06:16:18.049Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-04-16T06:16:18.049Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-04-16T06:16:18.049Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-04-16T06:16:18.049Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] [2021-04-16T06:16:18.049Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-04-16T06:16:18.049Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] [2021-04-16T06:16:18.990Z] Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.46 [209 kB] [2021-04-16T06:16:18.990Z] Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libapt-pkg5.0 amd64 1.6.13 [808 kB] [2021-04-16T06:16:18.990Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 apt amd64 1.6.13 [1201 kB] [2021-04-16T06:16:18.990Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2021-04-16T06:16:18.990Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-04-16T06:16:18.990Z] Get:23 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-04-16T06:16:18.990Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-04-16T06:16:18.990Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-04-16T06:16:18.990Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-04-16T06:16:18.990Z] Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-04-16T06:16:19.252Z] Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-04-16T06:16:19.252Z] Get:29 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-04-16T06:16:19.252Z] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] [2021-04-16T06:16:19.252Z] debconf: delaying package configuration, since apt-utils is not installed [2021-04-16T06:16:19.252Z] Fetched 35.2 MB in 1s (25.1 MB/s) [2021-04-16T06:16:19.252Z] (Reading database ... 12757 files and directories currently installed.) [2021-04-16T06:16:19.252Z] Preparing to unpack .../systemd_237-3ubuntu10.46_amd64.deb ... [2021-04-16T06:16:19.511Z] Unpacking systemd (237-3ubuntu10.46) over (237-3ubuntu10) ... [2021-04-16T06:16:20.084Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.46_amd64.deb ... [2021-04-16T06:16:20.084Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.46) over (237-3ubuntu10) ... [2021-04-16T06:16:20.346Z] Setting up libsystemd0:amd64 (237-3ubuntu10.46) ... [2021-04-16T06:16:20.346Z] (Reading database ... 12757 files and directories currently installed.) [2021-04-16T06:16:20.346Z] Preparing to unpack .../libapt-pkg5.0_1.6.13_amd64.deb ... [2021-04-16T06:16:20.346Z] Unpacking libapt-pkg5.0:amd64 (1.6.13) over (1.6.1) ... [2021-04-16T06:16:20.608Z] Setting up libapt-pkg5.0:amd64 (1.6.13) ... [2021-04-16T06:16:20.608Z] (Reading database ... 12757 files and directories currently installed.) [2021-04-16T06:16:20.608Z] Preparing to unpack .../archives/apt_1.6.13_amd64.deb ... [2021-04-16T06:16:20.608Z] Unpacking apt (1.6.13) over (1.6.1) ... [2021-04-16T06:16:21.178Z] Setting up apt (1.6.13) ... [2021-04-16T06:16:21.178Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-04-16T06:16:21.439Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-04-16T06:16:21.439Z] (Reading database ... 12764 files and directories currently installed.) [2021-04-16T06:16:21.439Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... [2021-04-16T06:16:21.439Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... [2021-04-16T06:16:21.699Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-04-16T06:16:21.699Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-04-16T06:16:21.699Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-16T06:16:21.964Z] Selecting previously unselected package libexpat1:amd64. [2021-04-16T06:16:21.964Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-04-16T06:16:21.964Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-04-16T06:16:23.354Z] Selecting previously unselected package python3.6-minimal. [2021-04-16T06:16:23.354Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-04-16T06:16:23.613Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-04-16T06:16:23.875Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) ... [2021-04-16T06:16:23.875Z] Checking for services that may need to be restarted...done. [2021-04-16T06:16:23.875Z] Checking for services that may need to be restarted...done. [2021-04-16T06:16:23.875Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-16T06:16:24.136Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-04-16T06:16:24.136Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-04-16T06:16:24.398Z] Selecting previously unselected package python3-minimal. [2021-04-16T06:16:24.398Z] (Reading database ... 13012 files and directories currently installed.) [2021-04-16T06:16:24.398Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-04-16T06:16:24.398Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-04-16T06:16:24.661Z] Selecting previously unselected package mime-support. [2021-04-16T06:16:24.661Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-04-16T06:16:24.661Z] Unpacking mime-support (3.60ubuntu1) ... [2021-04-16T06:16:24.661Z] Selecting previously unselected package libmpdec2:amd64. [2021-04-16T06:16:24.661Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-04-16T06:16:24.661Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-04-16T06:16:24.661Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-04-16T06:16:24.661Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-04-16T06:16:24.661Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-16T06:16:24.921Z] Selecting previously unselected package python3.6. [2021-04-16T06:16:24.921Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-04-16T06:16:24.921Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-16T06:16:25.182Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-04-16T06:16:25.182Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-04-16T06:16:25.182Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-04-16T06:16:25.182Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-04-16T06:16:25.444Z] Selecting previously unselected package python3. [2021-04-16T06:16:25.444Z] (Reading database ... 13442 files and directories currently installed.) [2021-04-16T06:16:25.444Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-04-16T06:16:25.444Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-04-16T06:16:25.444Z] Selecting previously unselected package multiarch-support. [2021-04-16T06:16:25.444Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-04-16T06:16:25.444Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-04-16T06:16:25.444Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-04-16T06:16:25.705Z] Selecting previously unselected package liblzo2-2:amd64. [2021-04-16T06:16:25.705Z] (Reading database ... 13479 files and directories currently installed.) [2021-04-16T06:16:25.705Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-04-16T06:16:25.705Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-04-16T06:16:25.705Z] Selecting previously unselected package libbsd0:amd64. [2021-04-16T06:16:25.705Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-04-16T06:16:25.705Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-04-16T06:16:25.967Z] Selecting previously unselected package sudo. [2021-04-16T06:16:25.967Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... [2021-04-16T06:16:25.967Z] Unpacking sudo (1.8.21p2-3ubuntu1.4) ... [2021-04-16T06:16:25.967Z] Selecting previously unselected package apparmor. [2021-04-16T06:16:25.967Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-04-16T06:16:25.967Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-04-16T06:16:26.228Z] Selecting previously unselected package libedit2:amd64. [2021-04-16T06:16:26.228Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-04-16T06:16:26.228Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-04-16T06:16:26.228Z] Selecting previously unselected package libkrb5support0:amd64. [2021-04-16T06:16:26.228Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-04-16T06:16:26.228Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-04-16T06:16:26.491Z] Selecting previously unselected package libk5crypto3:amd64. [2021-04-16T06:16:26.491Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-04-16T06:16:26.491Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-04-16T06:16:26.491Z] Selecting previously unselected package libkeyutils1:amd64. [2021-04-16T06:16:26.491Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-04-16T06:16:26.491Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-04-16T06:16:26.752Z] Selecting previously unselected package libkrb5-3:amd64. [2021-04-16T06:16:26.752Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-04-16T06:16:26.752Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-04-16T06:16:26.752Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-04-16T06:16:26.752Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-04-16T06:16:27.013Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-04-16T06:16:27.013Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-04-16T06:16:27.013Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... [2021-04-16T06:16:27.013Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-04-16T06:16:27.277Z] Selecting previously unselected package openssh-client. [2021-04-16T06:16:27.277Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-04-16T06:16:27.277Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-04-16T06:16:27.277Z] Selecting previously unselected package squashfs-tools. [2021-04-16T06:16:27.277Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-04-16T06:16:27.539Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-04-16T06:16:27.539Z] Selecting previously unselected package snapd. [2021-04-16T06:16:27.539Z] Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... [2021-04-16T06:16:27.539Z] Unpacking snapd (2.48.3+18.04) ... [2021-04-16T06:16:29.448Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-04-16T06:16:29.448Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-04-16T06:16:29.715Z] Setting up mime-support (3.60ubuntu1) ... [2021-04-16T06:16:29.715Z] Setting up sudo (1.8.21p2-3ubuntu1.4) ... [2021-04-16T06:16:29.715Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-04-16T06:16:29.715Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-04-16T06:16:29.715Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-04-16T06:16:29.715Z] Setting up systemd (237-3ubuntu10.46) ... [2021-04-16T06:16:29.715Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-04-16T06:16:30.659Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-04-16T06:16:30.659Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-04-16T06:16:30.659Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-04-16T06:16:30.659Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-16T06:16:30.659Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-04-16T06:16:30.659Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-16T06:16:31.233Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-04-16T06:16:31.233Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-04-16T06:16:31.233Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-04-16T06:16:31.233Z] Setting up python3 (3.6.7-1~18.04) ... [2021-04-16T06:16:31.233Z] running python rtupdate hooks for python3.6... [2021-04-16T06:16:31.233Z] running python post-rtupdate hooks for python3.6... [2021-04-16T06:16:31.496Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-04-16T06:16:32.885Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-04-16T06:16:33.146Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-04-16T06:16:33.146Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-04-16T06:16:33.146Z] Setting up snapd (2.48.3+18.04) ... [2021-04-16T06:16:33.717Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-04-16T06:16:33.717Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-04-16T06:16:33.977Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-04-16T06:16:34.239Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-04-16T06:16:34.239Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-04-16T06:16:34.239Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-04-16T06:16:34.499Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-04-16T06:16:34.759Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-04-16T06:16:34.759Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-04-16T06:16:35.020Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-04-16T06:16:35.020Z] /usr/sbin/policy-rc.d returned 101, not running 'start snapd.apparmor.service snapd.autoimport.service snapd.core-fixup.service snapd.failure.service snapd.recovery-chooser-trigger.service snapd.seeded.service snapd.service snapd.snap-repair.service snapd.snap-repair.timer snapd.socket snapd.system-shutdown.service' [2021-04-16T06:16:35.288Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-04-16T06:16:35.288Z] Processing triggers for systemd (237-3ubuntu10.46) ... [2021-04-16T06:16:36.232Z] Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-04-16T06:16:36.232Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-04-16T06:16:36.232Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-04-16T06:16:36.495Z] Fetched 88.7 kB in 1s (171 kB/s) [2021-04-16T06:16:37.436Z] Reading package lists... [2021-04-16T06:16:37.700Z] Reading package lists... [2021-04-16T06:16:37.700Z] Building dependency tree... [2021-04-16T06:16:37.700Z] Reading state information... [2021-04-16T06:16:37.700Z] Calculating upgrade... [2021-04-16T06:16:37.962Z] The following packages will be upgraded: [2021-04-16T06:16:37.962Z] advancecomp base-files bash binutils binutils-common [2021-04-16T06:16:37.962Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-04-16T06:16:37.962Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-04-16T06:16:37.962Z] grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils [2021-04-16T06:16:37.962Z] libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 [2021-04-16T06:16:37.962Z] libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 [2021-04-16T06:16:37.962Z] libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 [2021-04-16T06:16:37.962Z] libgnutls30 libgomp1 libhogweed4 libidn11 libidn2-0 libitm1 libjson-c3 [2021-04-16T06:16:37.962Z] libkmod2 liblsan0 libmount1 libmpx2 libncurses5 libncursesw5 libnettle6 [2021-04-16T06:16:37.962Z] libp11-kit0 libpam-modules libpam-modules-bin libpam-runtime libpam0g [2021-04-16T06:16:37.962Z] libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 libsmartcols1 [2021-04-16T06:16:37.962Z] libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 [2021-04-16T06:16:37.962Z] libunistring2 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base [2021-04-16T06:16:37.962Z] ncurses-bin openssl passwd patch perl perl-base perl-modules-5.26 [2021-04-16T06:16:37.962Z] pkgbinarymangler procps systemd-sysv tar tzdata ubuntu-keyring util-linux [2021-04-16T06:16:38.223Z] 101 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-04-16T06:16:38.223Z] Need to get 64.0 MB of archives. [2021-04-16T06:16:38.223Z] After this operation, 5034 kB of additional disk space will be used. [2021-04-16T06:16:38.223Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-04-16T06:16:38.223Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-142.146 [987 kB] [2021-04-16T06:16:38.793Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-04-16T06:16:38.793Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-04-16T06:16:38.793Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-04-16T06:16:38.793Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-04-16T06:16:38.793Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-04-16T06:16:38.793Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-04-16T06:16:38.793Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] [2021-04-16T06:16:38.793Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] [2021-04-16T06:16:38.793Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] [2021-04-16T06:16:38.793Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-04-16T06:16:38.793Z] Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-04-16T06:16:38.793Z] Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-04-16T06:16:39.054Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-04-16T06:16:39.054Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2021-04-16T06:16:39.054Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-04-16T06:16:39.054Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-04-16T06:16:39.054Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-04-16T06:16:39.054Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-04-16T06:16:39.054Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-04-16T06:16:39.054Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-04-16T06:16:39.054Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-04-16T06:16:39.054Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-04-16T06:16:39.054Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-04-16T06:16:39.054Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-04-16T06:16:39.054Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-04-16T06:16:39.054Z] Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-04-16T06:16:39.054Z] Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-04-16T06:16:39.054Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-04-16T06:16:39.054Z] Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-04-16T06:16:39.054Z] Get:32 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-04-16T06:16:39.315Z] Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-04-16T06:16:39.315Z] Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-04-16T06:16:39.315Z] Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-04-16T06:16:39.315Z] Get:36 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] [2021-04-16T06:16:39.315Z] Get:37 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] [2021-04-16T06:16:39.315Z] Get:38 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] [2021-04-16T06:16:39.315Z] Get:39 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] [2021-04-16T06:16:39.315Z] Get:40 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] [2021-04-16T06:16:39.315Z] Get:41 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.46 [16.0 kB] [2021-04-16T06:16:39.315Z] Get:42 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] [2021-04-16T06:16:39.315Z] Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-04-16T06:16:39.315Z] Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2021-04-16T06:16:39.315Z] Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-04-16T06:16:39.315Z] Get:46 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-04-16T06:16:39.576Z] Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-04-16T06:16:39.576Z] Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-04-16T06:16:39.576Z] Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-04-16T06:16:39.576Z] Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-04-16T06:16:39.576Z] Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-04-16T06:16:39.576Z] Get:52 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] [2021-04-16T06:16:39.576Z] Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-04-16T06:16:39.576Z] Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-04-16T06:16:39.576Z] Get:55 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-04-16T06:16:39.576Z] Get:56 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-04-16T06:16:39.576Z] Get:57 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libseccomp2 amd64 2.5.1-1ubuntu1~18.04.1 [43.1 kB] [2021-04-16T06:16:39.576Z] Get:58 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.2 [22.3 kB] [2021-04-16T06:16:39.576Z] Get:59 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-04-16T06:16:39.576Z] Get:60 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-04-16T06:16:39.576Z] Get:61 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] [2021-04-16T06:16:39.576Z] Get:62 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-04-16T06:16:39.576Z] Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-04-16T06:16:39.576Z] Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-04-16T06:16:39.576Z] Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-04-16T06:16:39.576Z] Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-04-16T06:16:39.576Z] Get:67 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-04-16T06:16:39.576Z] Get:68 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.2 [189 kB] [2021-04-16T06:16:39.576Z] Get:69 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libnettle6 amd64 3.4-1ubuntu0.1 [110 kB] [2021-04-16T06:16:39.576Z] Get:70 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libhogweed4 amd64 3.4-1ubuntu0.1 [137 kB] [2021-04-16T06:16:39.576Z] Get:71 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-04-16T06:16:39.576Z] Get:72 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-04-16T06:16:39.576Z] Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-04-16T06:16:39.576Z] Get:74 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.9 [614 kB] [2021-04-16T06:16:39.836Z] Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-04-16T06:16:39.836Z] Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] [2021-04-16T06:16:39.836Z] Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-04-16T06:16:39.836Z] Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-04-16T06:16:39.836Z] Get:79 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2021-04-16T06:16:39.836Z] Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-04-16T06:16:39.836Z] Get:81 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-04-16T06:16:39.836Z] Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] [2021-04-16T06:16:39.836Z] Get:83 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2021-04-16T06:16:39.836Z] Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-04-16T06:16:39.836Z] Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.5 [1839 kB] [2021-04-16T06:16:39.836Z] Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] [2021-04-16T06:16:39.836Z] Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] [2021-04-16T06:16:39.836Z] Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] [2021-04-16T06:16:39.836Z] Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-04-16T06:16:39.836Z] Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-04-16T06:16:40.096Z] Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-04-16T06:16:40.096Z] Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-04-16T06:16:40.356Z] Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-04-16T06:16:40.616Z] Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2021-04-16T06:16:40.616Z] Get:95 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2021-04-16T06:16:40.877Z] Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-04-16T06:16:41.139Z] Get:97 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2021-04-16T06:16:41.139Z] Get:98 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-04-16T06:16:41.139Z] Get:99 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-04-16T06:16:41.139Z] Get:100 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-04-16T06:16:41.139Z] Get:101 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-04-16T06:16:41.139Z] debconf: delaying package configuration, since apt-utils is not installed [2021-04-16T06:16:41.139Z] Fetched 64.0 MB in 3s (21.0 MB/s) [2021-04-16T06:16:41.139Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-16T06:16:41.139Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-04-16T06:16:41.401Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-04-16T06:16:41.973Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-04-16T06:16:41.973Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-04-16T06:16:41.973Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-142.146_amd64.deb ... [2021-04-16T06:16:41.973Z] Unpacking linux-libc-dev:amd64 (4.15.0-142.146) over (4.15.0-20.21) ... [2021-04-16T06:16:42.917Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-16T06:16:42.918Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-16T06:16:42.918Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-16T06:16:42.918Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-16T06:16:43.179Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-16T06:16:43.179Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-16T06:16:43.179Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-16T06:16:43.179Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-16T06:16:43.441Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-16T06:16:43.441Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-16T06:16:43.441Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-16T06:16:43.441Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-16T06:16:43.704Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-16T06:16:43.704Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-16T06:16:43.704Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-16T06:16:43.967Z] (Reading database ... 13911 files and directories currently installed.) [2021-04-16T06:16:43.967Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-16T06:16:43.967Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-04-16T06:16:43.967Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-04-16T06:16:43.967Z] (Reading database ... 13911 files and directories currently installed.) [2021-04-16T06:16:43.967Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-16T06:16:44.245Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-16T06:16:44.245Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-16T06:16:44.245Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-16T06:16:44.506Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-16T06:16:44.506Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-16T06:16:44.506Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-16T06:16:44.767Z] (Reading database ... 13911 files and directories currently installed.) [2021-04-16T06:16:44.767Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-04-16T06:16:45.027Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-04-16T06:16:45.287Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-04-16T06:16:45.548Z] (Reading database ... 13911 files and directories currently installed.) [2021-04-16T06:16:45.548Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-04-16T06:16:45.548Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-04-16T06:16:45.548Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-04-16T06:16:45.809Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-04-16T06:16:45.809Z] Setting up base-files (10.1ubuntu2.10) ... [2021-04-16T06:16:46.100Z] Installing new version of config file /etc/issue ... [2021-04-16T06:16:46.100Z] Installing new version of config file /etc/issue.net ... [2021-04-16T06:16:46.100Z] Installing new version of config file /etc/lsb-release ... [2021-04-16T06:16:46.100Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-04-16T06:16:46.360Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-04-16T06:16:46.360Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-04-16T06:16:46.360Z] Removing obsolete conffile /etc/default/motd-news ... [2021-04-16T06:16:46.360Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-16T06:16:46.360Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-04-16T06:16:46.360Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-04-16T06:16:46.620Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-04-16T06:16:46.620Z] update-alternatives: using /usr/share/man/man7/bash-builtins.7.gz to provide /usr/share/man/man7/builtins.7.gz (builtins.7.gz) in auto mode [2021-04-16T06:16:46.880Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-16T06:16:46.880Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-16T06:16:46.880Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-04-16T06:16:46.880Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-04-16T06:16:46.880Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-16T06:16:46.880Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-04-16T06:16:47.140Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-04-16T06:16:47.140Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-04-16T06:16:47.401Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-16T06:16:47.401Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-04-16T06:16:47.401Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-04-16T06:16:47.401Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-04-16T06:16:47.661Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-16T06:16:47.661Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-04-16T06:16:47.661Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-04-16T06:16:47.661Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-04-16T06:16:47.926Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-16T06:16:47.926Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-04-16T06:16:47.926Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-04-16T06:16:47.926Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-04-16T06:16:48.197Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-16T06:16:48.197Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-04-16T06:16:48.197Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-04-16T06:16:48.457Z] Setting up grep (3.1-2build1) ... [2021-04-16T06:16:48.457Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-16T06:16:48.457Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-04-16T06:16:48.457Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-04-16T06:16:48.717Z] Setting up login (1:4.5-1ubuntu2) ... [2021-04-16T06:16:48.717Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-16T06:16:48.717Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-04-16T06:16:48.717Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-04-16T06:16:48.717Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-04-16T06:16:48.978Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-16T06:16:48.978Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-04-16T06:16:48.978Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-04-16T06:16:49.550Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-04-16T06:16:49.550Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-04-16T06:16:49.550Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-04-16T06:16:49.550Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-04-16T06:16:50.121Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-04-16T06:16:50.381Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-16T06:16:50.381Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-04-16T06:16:50.381Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-04-16T06:16:51.769Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-04-16T06:16:51.769Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-04-16T06:16:51.769Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-04-16T06:16:51.769Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-04-16T06:16:51.769Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-04-16T06:16:51.769Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-16T06:16:51.769Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-04-16T06:16:51.769Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-04-16T06:16:52.029Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-04-16T06:16:52.292Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-16T06:16:52.292Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-16T06:16:52.292Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-16T06:16:52.292Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-04-16T06:16:52.553Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-16T06:16:52.553Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-16T06:16:52.553Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-16T06:16:52.553Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-04-16T06:16:52.812Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-16T06:16:52.812Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-16T06:16:52.812Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-16T06:16:52.812Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-04-16T06:16:53.073Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-16T06:16:53.073Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-16T06:16:53.073Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-16T06:16:53.073Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-04-16T06:16:53.073Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-16T06:16:53.073Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-04-16T06:16:53.337Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-04-16T06:16:53.337Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-04-16T06:16:53.337Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-04-16T06:16:53.597Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-04-16T06:16:53.598Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-16T06:16:53.598Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-04-16T06:16:53.598Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-04-16T06:16:53.864Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-04-16T06:16:53.864Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-16T06:16:53.864Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-16T06:16:53.864Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-16T06:16:53.864Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-04-16T06:16:54.124Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-16T06:16:54.124Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-16T06:16:54.124Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-16T06:16:54.124Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-04-16T06:16:54.386Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-16T06:16:54.386Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-16T06:16:54.647Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-16T06:16:54.909Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-04-16T06:16:55.171Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-04-16T06:16:55.432Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-04-16T06:16:55.692Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-16T06:16:55.692Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-04-16T06:16:55.692Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-04-16T06:16:55.953Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-04-16T06:16:55.953Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-16T06:16:55.953Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-04-16T06:16:55.953Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-04-16T06:16:56.212Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-04-16T06:16:56.212Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-16T06:16:56.212Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-04-16T06:16:56.212Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-04-16T06:16:56.510Z] Setting up debconf (1.5.66ubuntu1) ... [2021-04-16T06:16:56.510Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-16T06:16:56.510Z] Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... [2021-04-16T06:16:56.782Z] Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-04-16T06:16:56.782Z] Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... [2021-04-16T06:16:56.782Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-16T06:16:56.782Z] Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... [2021-04-16T06:16:56.782Z] Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-04-16T06:16:57.071Z] Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... [2021-04-16T06:16:57.071Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-16T06:16:57.071Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-04-16T06:16:57.071Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-04-16T06:16:57.071Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-04-16T06:16:57.334Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-16T06:16:57.335Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-04-16T06:16:57.335Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-04-16T06:16:57.641Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-04-16T06:16:57.641Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-16T06:16:57.641Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-04-16T06:16:57.641Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-04-16T06:16:57.968Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-04-16T06:16:57.968Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-16T06:16:57.968Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-16T06:16:57.968Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-16T06:16:58.256Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.46_amd64.deb ... [2021-04-16T06:16:58.256Z] Unpacking systemd-sysv (237-3ubuntu10.46) over (237-3ubuntu10) ... [2021-04-16T06:16:58.256Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-04-16T06:16:58.256Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-04-16T06:16:58.523Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-04-16T06:16:58.523Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-16T06:16:58.523Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-04-16T06:16:58.523Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-04-16T06:16:58.809Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-04-16T06:16:58.809Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-16T06:16:58.809Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-04-16T06:16:58.809Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-04-16T06:16:58.809Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-04-16T06:16:59.076Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-16T06:16:59.076Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-04-16T06:16:59.076Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-04-16T06:16:59.338Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-04-16T06:16:59.338Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-16T06:16:59.338Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.2_amd64.deb ... [2021-04-16T06:16:59.338Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) over (1.3.3+dfsg-2ubuntu1) ... [2021-04-16T06:16:59.598Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) ... [2021-04-16T06:16:59.598Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-16T06:16:59.598Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-04-16T06:16:59.598Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-04-16T06:16:59.858Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-04-16T06:17:00.118Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-16T06:17:00.118Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... [2021-04-16T06:17:00.118Z] Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-04-16T06:17:00.118Z] Setting up gpgv (2.2.4-1ubuntu1.4) ... [2021-04-16T06:17:00.384Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-16T06:17:00.384Z] Preparing to unpack .../libnettle6_3.4-1ubuntu0.1_amd64.deb ... [2021-04-16T06:17:00.384Z] Unpacking libnettle6:amd64 (3.4-1ubuntu0.1) over (3.4-1) ... [2021-04-16T06:17:00.384Z] Setting up libnettle6:amd64 (3.4-1ubuntu0.1) ... [2021-04-16T06:17:00.384Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-16T06:17:00.384Z] Preparing to unpack .../libhogweed4_3.4-1ubuntu0.1_amd64.deb ... [2021-04-16T06:17:00.384Z] Unpacking libhogweed4:amd64 (3.4-1ubuntu0.1) over (3.4-1) ... [2021-04-16T06:17:00.644Z] Setting up libhogweed4:amd64 (3.4-1ubuntu0.1) ... [2021-04-16T06:17:00.644Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-16T06:17:00.644Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-04-16T06:17:00.644Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-04-16T06:17:00.906Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-04-16T06:17:00.906Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-16T06:17:00.906Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-04-16T06:17:00.906Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-04-16T06:17:00.906Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-04-16T06:17:01.172Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-16T06:17:01.172Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-04-16T06:17:01.172Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-04-16T06:17:01.172Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-04-16T06:17:01.434Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-16T06:17:01.434Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-04-16T06:17:01.434Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-04-16T06:17:01.434Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-04-16T06:17:01.695Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-16T06:17:01.695Z] Preparing to unpack .../libseccomp2_2.5.1-1ubuntu1~18.04.1_amd64.deb ... [2021-04-16T06:17:01.695Z] Unpacking libseccomp2:amd64 (2.5.1-1ubuntu1~18.04.1) over (2.3.1-2.1ubuntu4) ... [2021-04-16T06:17:01.695Z] Setting up libseccomp2:amd64 (2.5.1-1ubuntu1~18.04.1) ... [2021-04-16T06:17:01.955Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-16T06:17:01.955Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.2_all.deb ... [2021-04-16T06:17:01.955Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.2) over (2018.02.28) ... [2021-04-16T06:17:01.955Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.2) ... [2021-04-16T06:17:01.955Z] (Reading database ... 13915 files and directories currently installed.) [2021-04-16T06:17:01.955Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-04-16T06:17:01.955Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-04-16T06:17:02.215Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-04-16T06:17:02.216Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-04-16T06:17:02.216Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... [2021-04-16T06:17:02.216Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... [2021-04-16T06:17:02.476Z] Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... [2021-04-16T06:17:02.476Z] Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... [2021-04-16T06:17:02.736Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-04-16T06:17:02.736Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-04-16T06:17:02.736Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-04-16T06:17:02.736Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-04-16T06:17:02.998Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-04-16T06:17:02.998Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-04-16T06:17:02.998Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-04-16T06:17:03.260Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-04-16T06:17:03.260Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-04-16T06:17:03.260Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-04-16T06:17:03.260Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-04-16T06:17:03.521Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-04-16T06:17:03.521Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-04-16T06:17:03.521Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-04-16T06:17:03.781Z] Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... [2021-04-16T06:17:03.781Z] Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... [2021-04-16T06:17:04.351Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-16T06:17:04.351Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-16T06:17:04.351Z] ---> 35e0523521b1 [2021-04-16T06:17:04.351Z] Step 3/23 : WORKDIR /edgex-go [2021-04-16T06:17:04.351Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-16T06:17:04.351Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-04-16T06:17:04.351Z] ---> 35e0523521b1 [2021-04-16T06:17:04.351Z] Step 3/21 : WORKDIR /edgex-go [2021-04-16T06:17:04.351Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-16T06:17:04.351Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-16T06:17:04.351Z] ---> 35e0523521b1 [2021-04-16T06:17:04.351Z] Step 3/23 : WORKDIR /edgex-go [2021-04-16T06:17:04.351Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-16T06:17:04.351Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-16T06:17:04.351Z] ---> 35e0523521b1 [2021-04-16T06:17:04.351Z] Step 3/23 : WORKDIR /edgex-go [2021-04-16T06:17:04.351Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-16T06:17:04.351Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-04-16T06:17:04.351Z] ---> 35e0523521b1 [2021-04-16T06:17:04.351Z] Step 3/22 : WORKDIR /edgex-go [2021-04-16T06:17:04.351Z] ---> Running in 7c6615bad240 [2021-04-16T06:17:04.351Z] ---> Running in 756da08912aa [2021-04-16T06:17:04.351Z] ---> Running in 953c20c136ce [2021-04-16T06:17:04.351Z] ---> Running in fb2dd5ebef0b [2021-04-16T06:17:04.351Z] ---> Running in b4a4b3342b55 [2021-04-16T06:17:04.351Z] Removing intermediate container fb2dd5ebef0b [2021-04-16T06:17:04.351Z] Removing intermediate container 756da08912aa [2021-04-16T06:17:04.351Z] ---> 7a2ffef47073 [2021-04-16T06:17:04.351Z] ---> 461b2fca3dc1 [2021-04-16T06:17:04.351Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-16T06:17:04.351Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-16T06:17:04.351Z] Removing intermediate container 7c6615bad240 [2021-04-16T06:17:04.351Z] ---> bedf60c4e5d8 [2021-04-16T06:17:04.351Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-16T06:17:04.352Z] Removing intermediate container b4a4b3342b55 [2021-04-16T06:17:04.352Z] ---> 7f2162ee928e [2021-04-16T06:17:04.352Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-16T06:17:04.352Z] Removing intermediate container 953c20c136ce [2021-04-16T06:17:04.352Z] ---> f5a7b3024be6 [2021-04-16T06:17:04.352Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-16T06:17:04.352Z] ---> Running in 14ff9d883517 [2021-04-16T06:17:04.352Z] ---> Running in 2a71c73cccc9 [2021-04-16T06:17:04.352Z] ---> Running in 9872f63bdf51 [2021-04-16T06:17:04.352Z] ---> Running in 14a786c413ad [2021-04-16T06:17:04.352Z] ---> Running in 42bd58a73d7c [2021-04-16T06:17:04.624Z] Removing intermediate container 14ff9d883517 [2021-04-16T06:17:04.624Z] ---> 47fad1366b57 [2021-04-16T06:17:04.624Z] Step 5/23 : RUN apk add --update --no-cache make bash git [2021-04-16T06:17:04.722Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-04-16T06:17:04.722Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-04-16T06:17:04.722Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-04-16T06:17:04.722Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-04-16T06:17:04.909Z] ---> Running in a3c2f1b57f31 [2021-04-16T06:17:05.182Z] Removing intermediate container 9872f63bdf51 [2021-04-16T06:17:05.182Z] ---> f13da9176230 [2021-04-16T06:17:05.182Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-04-16T06:17:05.182Z] Removing intermediate container 2a71c73cccc9 [2021-04-16T06:17:05.182Z] ---> 83f03646ce67 [2021-04-16T06:17:05.182Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-04-16T06:17:05.292Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-04-16T06:17:05.292Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-04-16T06:17:05.455Z] ---> Running in 4628ee4c9b8e [2021-04-16T06:17:05.455Z] ---> Running in 73c10fb24bb7 [2021-04-16T06:17:05.552Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-04-16T06:17:05.552Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-04-16T06:17:05.728Z] Removing intermediate container 14a786c413ad [2021-04-16T06:17:05.728Z] ---> 89af8b8e78cb [2021-04-16T06:17:05.728Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-04-16T06:17:05.728Z] Removing intermediate container 42bd58a73d7c [2021-04-16T06:17:05.728Z] ---> 5ffff5f60f42 [2021-04-16T06:17:05.728Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-04-16T06:17:05.815Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-04-16T06:17:05.815Z] Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-04-16T06:17:05.815Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-04-16T06:17:05.815Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-04-16T06:17:06.006Z] ---> Running in 0217175d392e [2021-04-16T06:17:06.006Z] ---> Running in a1fe76e44221 [2021-04-16T06:17:06.078Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-16T06:17:06.078Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-16T06:17:06.078Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-16T06:17:06.078Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-16T06:17:06.338Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-16T06:17:06.338Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-16T06:17:06.597Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-16T06:17:06.598Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-16T06:17:06.607Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-16T06:17:07.537Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-16T06:17:07.537Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-16T06:17:07.625Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-16T06:17:07.625Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-16T06:17:07.625Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-16T06:17:07.625Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-16T06:17:07.897Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-16T06:17:08.109Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-16T06:17:08.172Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-16T06:17:08.368Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-16T06:17:08.470Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-16T06:17:08.470Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-16T06:17:08.470Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-16T06:17:08.747Z] OK: 217 MiB in 51 packages [2021-04-16T06:17:08.941Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-16T06:17:08.941Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-16T06:17:09.030Z] OK: 217 MiB in 51 packages [2021-04-16T06:17:09.204Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-16T06:17:09.204Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-16T06:17:09.648Z] OK: 217 MiB in 51 packages [2021-04-16T06:17:09.648Z] OK: 217 MiB in 51 packages [2021-04-16T06:17:10.590Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-16T06:17:10.590Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-16T06:17:10.590Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-04-16T06:17:10.590Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-04-16T06:17:10.590Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-04-16T06:17:10.590Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-04-16T06:17:10.641Z] OK: 217 MiB in 51 packages [2021-04-16T06:17:10.641Z] Removing intermediate container a3c2f1b57f31 [2021-04-16T06:17:10.641Z] ---> 26b5a4d88671 [2021-04-16T06:17:10.641Z] Step 6/23 : COPY go.mod . [2021-04-16T06:17:10.850Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-04-16T06:17:10.850Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-04-16T06:17:10.850Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-04-16T06:17:10.920Z] Removing intermediate container 73c10fb24bb7 [2021-04-16T06:17:10.920Z] ---> fdf8450040da [2021-04-16T06:17:10.920Z] Step 6/21 : COPY go.mod . [2021-04-16T06:17:11.120Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-04-16T06:17:11.120Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-04-16T06:17:11.120Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-04-16T06:17:11.120Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-04-16T06:17:11.120Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-04-16T06:17:11.195Z] Removing intermediate container a1fe76e44221 [2021-04-16T06:17:11.195Z] ---> a166807e00e6 [2021-04-16T06:17:11.195Z] Step 6/23 : COPY go.mod . [2021-04-16T06:17:11.381Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-04-16T06:17:11.381Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-04-16T06:17:11.381Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-16T06:17:11.381Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-04-16T06:17:11.381Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-16T06:17:11.473Z] Removing intermediate container 0217175d392e [2021-04-16T06:17:11.473Z] ---> 5d529b755365 [2021-04-16T06:17:11.473Z] Step 6/23 : COPY go.mod . [2021-04-16T06:17:11.641Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-16T06:17:11.642Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-16T06:17:11.642Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-04-16T06:17:11.642Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-04-16T06:17:11.642Z] Setting up tzdata (2021a-0ubuntu0.18.04) ... [2021-04-16T06:17:11.642Z] [2021-04-16T06:17:11.642Z] Current default time zone: 'Etc/UTC' [2021-04-16T06:17:11.756Z] ---> 86a9658fd88a [2021-04-16T06:17:11.756Z] Step 7/23 : RUN go mod download [2021-04-16T06:17:11.903Z] Local time is now: Fri Apr 16 06:17:11 UTC 2021. [2021-04-16T06:17:11.903Z] Universal Time is now: Fri Apr 16 06:17:11 UTC 2021. [2021-04-16T06:17:11.903Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-04-16T06:17:11.903Z] [2021-04-16T06:17:11.903Z] Setting up systemd-sysv (237-3ubuntu10.46) ... [2021-04-16T06:17:11.903Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-16T06:17:11.903Z] Setting up linux-libc-dev:amd64 (4.15.0-142.146) ... [2021-04-16T06:17:11.903Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-04-16T06:17:11.903Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-04-16T06:17:11.903Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-04-16T06:17:11.903Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-04-16T06:17:12.032Z] ---> Running in 20281172ef34 [2021-04-16T06:17:12.032Z] ---> d3d5026c76e3 [2021-04-16T06:17:12.032Z] Step 7/21 : RUN go mod download [2021-04-16T06:17:12.164Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-04-16T06:17:12.165Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-04-16T06:17:12.165Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-04-16T06:17:12.165Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-16T06:17:12.165Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-04-16T06:17:12.317Z] Removing intermediate container 4628ee4c9b8e [2021-04-16T06:17:12.317Z] ---> e2bfc395c35f [2021-04-16T06:17:12.317Z] Step 6/22 : COPY go.mod . [2021-04-16T06:17:12.317Z] ---> Running in b29b262b57d8 [2021-04-16T06:17:12.424Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-16T06:17:12.424Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-04-16T06:17:12.424Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-16T06:17:12.424Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-04-16T06:17:12.424Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-04-16T06:17:12.424Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-04-16T06:17:12.593Z] ---> a5d6dc057003 [2021-04-16T06:17:12.593Z] Step 7/23 : RUN go mod download [2021-04-16T06:17:12.685Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.9) ... [2021-04-16T06:17:12.685Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-04-16T06:17:12.685Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-04-16T06:17:12.685Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-04-16T06:17:12.685Z] Setting up ca-certificates (20210119~18.04.1) ... [2021-04-16T06:17:12.873Z] ---> 890dbcc48f3a [2021-04-16T06:17:12.873Z] Step 7/23 : RUN go mod download [2021-04-16T06:17:12.873Z] ---> Running in 52bb2e112b6b [2021-04-16T06:17:13.146Z] ---> Running in b44484f386b7 [2021-04-16T06:17:13.428Z] ---> 42e8ed6e2c05 [2021-04-16T06:17:13.428Z] Step 7/22 : RUN go mod download [2021-04-16T06:17:13.701Z] ---> Running in 4f425945a5a3 [2021-04-16T06:17:14.598Z] Updating certificates in /etc/ssl/certs... [2021-04-16T06:17:15.175Z] 23 added, 27 removed; done. [2021-04-16T06:17:15.175Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-04-16T06:17:15.175Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-16T06:17:15.175Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-04-16T06:17:15.435Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-04-16T06:17:15.435Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-04-16T06:17:15.435Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-16T06:17:15.435Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-04-16T06:17:15.435Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-16T06:17:15.435Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-16T06:17:15.435Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-16T06:17:15.713Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-04-16T06:17:15.713Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-16T06:17:15.713Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-04-16T06:17:15.713Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... [2021-04-16T06:17:15.713Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-04-16T06:17:15.713Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-04-16T06:17:15.713Z] Setting up binutils (2.30-21ubuntu1~18.04.5) ... [2021-04-16T06:17:15.974Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-04-16T06:17:15.974Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-04-16T06:17:15.974Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-04-16T06:17:15.974Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-04-16T06:17:15.974Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-04-16T06:17:16.233Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-04-16T06:17:16.233Z] Processing triggers for systemd (237-3ubuntu10.46) ... [2021-04-16T06:17:16.233Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-04-16T06:17:16.233Z] Processing triggers for ca-certificates (20210119~18.04.1) ... [2021-04-16T06:17:16.233Z] Updating certificates in /etc/ssl/certs... [2021-04-16T06:17:16.367Z] Removing intermediate container 20281172ef34 [2021-04-16T06:17:16.367Z] ---> a10bdd3da343 [2021-04-16T06:17:16.367Z] Step 8/23 : COPY . . [2021-04-16T06:17:16.804Z] 0 added, 0 removed; done. [2021-04-16T06:17:16.804Z] Running hooks in /etc/ca-certificates/update.d... [2021-04-16T06:17:16.804Z] done. [2021-04-16T06:17:16.968Z] Removing intermediate container b29b262b57d8 [2021-04-16T06:17:16.968Z] ---> 8bcd4bbcba55 [2021-04-16T06:17:16.968Z] Step 8/21 : COPY . . [2021-04-16T06:17:17.379Z] Reading package lists... [2021-04-16T06:17:17.379Z] Building dependency tree... [2021-04-16T06:17:17.379Z] Reading state information... [2021-04-16T06:17:17.644Z] The following NEW packages will be installed: [2021-04-16T06:17:17.644Z] apt-transport-https [2021-04-16T06:17:17.644Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-04-16T06:17:17.644Z] Need to get 1692 B of archives. [2021-04-16T06:17:17.644Z] After this operation, 154 kB of additional disk space will be used. [2021-04-16T06:17:17.644Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 apt-transport-https all 1.6.13 [1692 B] [2021-04-16T06:17:17.904Z] debconf: delaying package configuration, since apt-utils is not installed [2021-04-16T06:17:17.904Z] Fetched 1692 B in 0s (8350 B/s) [2021-04-16T06:17:17.904Z] Selecting previously unselected package apt-transport-https. [2021-04-16T06:17:17.904Z] (Reading database ... 13920 files and directories currently installed.) [2021-04-16T06:17:17.904Z] Preparing to unpack .../apt-transport-https_1.6.13_all.deb ... [2021-04-16T06:17:17.904Z] Unpacking apt-transport-https (1.6.13) ... [2021-04-16T06:17:17.904Z] Setting up apt-transport-https (1.6.13) ... [2021-04-16T06:17:17.952Z] Removing intermediate container b44484f386b7 [2021-04-16T06:17:17.952Z] ---> 4c0b25aa4e11 [2021-04-16T06:17:17.952Z] Step 8/23 : COPY . . [2021-04-16T06:17:18.163Z] Waiting for network to be ready... [2021-04-16T06:17:18.553Z] Removing intermediate container 52bb2e112b6b [2021-04-16T06:17:18.553Z] ---> a39638a0b5a9 [2021-04-16T06:17:18.553Z] Step 8/23 : COPY . . [2021-04-16T06:17:19.154Z] Removing intermediate container 4f425945a5a3 [2021-04-16T06:17:19.154Z] ---> 1c1fd582f47b [2021-04-16T06:17:19.154Z] Step 8/22 : COPY . . [2021-04-16T06:17:33.068Z] 2021-04-16T06:17:21Z INFO Waiting for automatic snapd restart... [2021-04-16T06:17:33.068Z] snapd 2.49.2 from Canonical* installed [2021-04-16T06:17:33.068Z] "snapd" switched to the "latest/stable" channel [2021-04-16T06:17:33.068Z] [2021-04-16T06:17:34.983Z] core18 20210309 from Canonical* installed [2021-04-16T06:17:34.983Z] "core18" switched to the "latest/stable" channel [2021-04-16T06:17:34.983Z] [2021-04-16T06:17:38.286Z] snapcraft 4.6.2 from Canonical* installed [2021-04-16T06:17:38.286Z] "snapcraft" switched to the "latest/stable" channel [2021-04-16T06:17:38.286Z] [2021-04-16T06:17:42.491Z] The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: [2021-04-16T06:17:42.491Z] - README.md [2021-04-16T06:17:42.491Z] [2021-04-16T06:17:42.491Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-04-16T06:17:45.935Z] ---> f112e2dbbda0 [2021-04-16T06:17:45.935Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-04-16T06:17:45.935Z] ---> 9e1677069386 [2021-04-16T06:17:45.935Z] Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-04-16T06:17:45.935Z] ---> 395cfebf31e8 [2021-04-16T06:17:45.935Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-04-16T06:17:45.935Z] ---> 58e40b04fd4d [2021-04-16T06:17:45.935Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-04-16T06:17:45.935Z] ---> 102d8c3f3eca [2021-04-16T06:17:45.935Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-04-16T06:17:45.935Z] ---> Running in 9642a69daaaf [2021-04-16T06:17:45.935Z] ---> Running in b1d50828c5ac [2021-04-16T06:17:45.935Z] ---> Running in d653d0549b27 [2021-04-16T06:17:45.935Z] ---> Running in c6d61898170c [2021-04-16T06:17:45.935Z] ---> Running in 4f48068f2725 [2021-04-16T06:17:46.212Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-04-16T06:17:46.487Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-04-16T06:17:46.487Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-04-16T06:17:46.487Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-04-16T06:17:46.487Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-04-16T06:17:49.080Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-04-16T06:17:49.080Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-04-16T06:17:49.080Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-04-16T06:17:49.080Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-04-16T06:17:49.080Z] Fetched 88.7 kB in 0s (193 kB/s) [2021-04-16T06:17:49.340Z] Reading package lists... [2021-04-16T06:17:49.911Z] Installing build dependencies: git=1:2.17.1-1ubuntu0.8 git-man=1:2.17.1-1ubuntu0.8 libcurl3-gnutls=7.58.0-2ubuntu3.13 liberror-perl=0.17025-1 libglib2.0-0=2.56.4-0ubuntu0.18.04.8 libnghttp2-14=1.30.0-1ubuntu1 libnorm1=1.5r6+dfsg1-6 libpgm-5.2-0=5.2.122~dfsg-2 libpsl5=0.19.1-5build1 librtmp1=2.4+20151223.gitfa8646d.1-1 libsodium23=1.0.16-2 libzmq3-dev=4.2.5-1ubuntu0.2 libzmq5=4.2.5-1ubuntu0.2 pkg-config=0.29.1-0ubuntu2 zip=3.0-11build1 [2021-04-16T06:17:56.505Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-04-16T06:17:56.505Z] Reading package lists... [2021-04-16T06:17:56.505Z] Building dependency tree... [2021-04-16T06:17:56.505Z] Reading state information... [2021-04-16T06:17:56.505Z] Suggested packages: [2021-04-16T06:17:56.505Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-04-16T06:17:56.505Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-04-16T06:17:56.505Z] Recommended packages: [2021-04-16T06:17:56.505Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-04-16T06:17:56.505Z] The following NEW packages will be installed: [2021-04-16T06:17:56.505Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-04-16T06:17:56.505Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-04-16T06:17:56.505Z] pkg-config zip [2021-04-16T06:17:56.505Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-04-16T06:17:56.505Z] Need to get 7663 kB of archives. [2021-04-16T06:17:56.505Z] After this operation, 43.8 MB of additional disk space will be used. [2021-04-16T06:17:56.505Z] Get:1 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-04-16T06:17:56.505Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.8 [1171 kB] [2021-04-16T06:17:56.765Z] Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-04-16T06:17:56.765Z] Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-04-16T06:17:56.765Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-04-16T06:17:56.765Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-04-16T06:17:57.025Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-04-16T06:17:57.025Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-04-16T06:17:57.025Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-04-16T06:17:57.025Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-04-16T06:17:57.025Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.13 [218 kB] [2021-04-16T06:17:57.025Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.8 [804 kB] [2021-04-16T06:17:57.285Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.8 [3916 kB] [2021-04-16T06:17:57.285Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-04-16T06:17:57.285Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-04-16T06:17:57.546Z] debconf: delaying package configuration, since apt-utils is not installed [2021-04-16T06:17:57.546Z] Fetched 7663 kB in 1s (6963 kB/s) [2021-04-16T06:17:57.546Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-04-16T06:17:57.546Z] (Reading database ... 13924 files and directories currently installed.) [2021-04-16T06:17:57.546Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.8_amd64.deb ... [2021-04-16T06:17:57.546Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... [2021-04-16T06:17:57.806Z] Selecting previously unselected package libpsl5:amd64. [2021-04-16T06:17:57.806Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-04-16T06:17:57.806Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-04-16T06:17:57.806Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-04-16T06:17:57.806Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-04-16T06:17:57.806Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-04-16T06:17:57.806Z] Selecting previously unselected package librtmp1:amd64. [2021-04-16T06:17:57.806Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-04-16T06:17:58.068Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-04-16T06:17:58.068Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-04-16T06:17:58.068Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.13_amd64.deb ... [2021-04-16T06:17:58.068Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.13) ... [2021-04-16T06:17:58.068Z] Selecting previously unselected package liberror-perl. [2021-04-16T06:17:58.068Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-04-16T06:17:58.068Z] Unpacking liberror-perl (0.17025-1) ... [2021-04-16T06:17:58.329Z] Selecting previously unselected package git-man. [2021-04-16T06:17:58.329Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.8_all.deb ... [2021-04-16T06:17:58.329Z] Unpacking git-man (1:2.17.1-1ubuntu0.8) ... [2021-04-16T06:17:58.329Z] Selecting previously unselected package git. [2021-04-16T06:17:58.329Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.8_amd64.deb ... [2021-04-16T06:17:58.589Z] Unpacking git (1:2.17.1-1ubuntu0.8) ... [2021-04-16T06:17:59.161Z] Selecting previously unselected package libnorm1:amd64. [2021-04-16T06:17:59.161Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-04-16T06:17:59.161Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-04-16T06:17:59.421Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-04-16T06:17:59.421Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-04-16T06:17:59.421Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-04-16T06:17:59.421Z] Selecting previously unselected package libsodium23:amd64. [2021-04-16T06:17:59.421Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-04-16T06:17:59.421Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-04-16T06:17:59.704Z] Selecting previously unselected package libzmq5:amd64. [2021-04-16T06:17:59.704Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-04-16T06:17:59.704Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-04-16T06:17:59.704Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-04-16T06:17:59.704Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-04-16T06:17:59.704Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-04-16T06:17:59.966Z] Selecting previously unselected package pkg-config. [2021-04-16T06:17:59.966Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-04-16T06:17:59.966Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-04-16T06:17:59.966Z] Selecting previously unselected package zip. [2021-04-16T06:17:59.966Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-04-16T06:17:59.966Z] Unpacking zip (3.0-11build1) ... [2021-04-16T06:17:59.966Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-04-16T06:18:00.226Z] Setting up git-man (1:2.17.1-1ubuntu0.8) ... [2021-04-16T06:18:00.226Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-04-16T06:18:00.226Z] Setting up liberror-perl (0.17025-1) ... [2021-04-16T06:18:00.226Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-04-16T06:18:00.226Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... [2021-04-16T06:18:00.226Z] No schema files found: doing nothing. [2021-04-16T06:18:00.226Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-04-16T06:18:00.226Z] Setting up zip (3.0-11build1) ... [2021-04-16T06:18:00.226Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-04-16T06:18:00.486Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-04-16T06:18:00.486Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-04-16T06:18:00.486Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-04-16T06:18:00.486Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.13) ... [2021-04-16T06:18:00.486Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-04-16T06:18:00.486Z] Setting up git (1:2.17.1-1ubuntu0.8) ... [2021-04-16T06:18:00.746Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-04-16T06:18:07.327Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-04-16T06:18:07.327Z] git set to automatically installed. [2021-04-16T06:18:07.327Z] git-man set to automatically installed. [2021-04-16T06:18:07.327Z] libcurl3-gnutls set to automatically installed. [2021-04-16T06:18:07.327Z] liberror-perl set to automatically installed. [2021-04-16T06:18:07.327Z] libglib2.0-0 set to automatically installed. [2021-04-16T06:18:07.327Z] libnghttp2-14 set to automatically installed. [2021-04-16T06:18:07.327Z] libnorm1 set to automatically installed. [2021-04-16T06:18:07.327Z] libpgm-5.2-0 set to automatically installed. [2021-04-16T06:18:07.327Z] libpsl5 set to automatically installed. [2021-04-16T06:18:07.327Z] librtmp1 set to automatically installed. [2021-04-16T06:18:07.327Z] libsodium23 set to automatically installed. [2021-04-16T06:18:07.327Z] libzmq3-dev set to automatically installed. [2021-04-16T06:18:07.327Z] libzmq5 set to automatically installed. [2021-04-16T06:18:07.327Z] pkg-config set to automatically installed. [2021-04-16T06:18:07.327Z] zip set to automatically installed. [2021-04-16T06:19:23.318Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-04-16T06:19:29.012Z] snapd is not logged in, snap install commands will use sudo [2021-04-16T06:19:30.923Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-04-16T06:19:38.453Z] Removing intermediate container 9642a69daaaf [2021-04-16T06:19:38.453Z] ---> f4070dbc9715 [2021-04-16T06:19:38.454Z] [2021-04-16T06:19:38.454Z] Step 10/21 : FROM alpine:3.12 [2021-04-16T06:19:38.454Z] 3.12: Pulling from library/alpine [2021-04-16T06:19:38.454Z] Removing intermediate container b1d50828c5ac [2021-04-16T06:19:38.454Z] ---> 95b4d3c3e3ba [2021-04-16T06:19:38.454Z] Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-04-16T06:19:38.736Z] ---> Running in b8eca9c2d84f [2021-04-16T06:19:40.757Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-04-16T06:19:40.758Z] Status: Downloaded newer image for alpine:3.12 [2021-04-16T06:19:40.758Z] ---> 9852663dfa18 [2021-04-16T06:19:40.758Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-04-16T06:19:41.040Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-04-16T06:19:41.320Z] ---> Running in 6fb9242bbc25 [2021-04-16T06:19:43.980Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-16T06:19:43.980Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-16T06:19:44.583Z] (1/4) Installing ca-certificates (20191127-r4) [2021-04-16T06:19:44.583Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-04-16T06:19:44.583Z] (3/4) Installing libcurl (7.76.1-r0) [2021-04-16T06:19:44.583Z] (4/4) Installing curl (7.76.1-r0) [2021-04-16T06:19:44.583Z] Executing busybox-1.31.1-r20.trigger [2021-04-16T06:19:44.583Z] Executing ca-certificates-20191127-r4.trigger [2021-04-16T06:19:44.862Z] OK: 7 MiB in 18 packages [2021-04-16T06:19:45.464Z] Removing intermediate container d653d0549b27 [2021-04-16T06:19:45.464Z] ---> 6425d9dc6b76 [2021-04-16T06:19:45.464Z] [2021-04-16T06:19:45.464Z] Step 10/23 : FROM alpine:3.12 [2021-04-16T06:19:45.464Z] ---> 9852663dfa18 [2021-04-16T06:19:45.464Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-04-16T06:19:46.081Z] ---> Running in e91104721b63 [2021-04-16T06:19:46.693Z] Removing intermediate container b8eca9c2d84f [2021-04-16T06:19:46.693Z] ---> 45c0d0d928b8 [2021-04-16T06:19:46.693Z] [2021-04-16T06:19:46.693Z] Step 11/23 : FROM docker:20.10.0 [2021-04-16T06:19:46.693Z] 20.10.0: Pulling from library/docker [2021-04-16T06:19:46.975Z] Removing intermediate container 4f48068f2725 [2021-04-16T06:19:46.975Z] ---> f9bba64d00b8 [2021-04-16T06:19:46.975Z] [2021-04-16T06:19:46.975Z] Step 10/22 : FROM alpine:3.12 [2021-04-16T06:19:46.975Z] ---> 9852663dfa18 [2021-04-16T06:19:46.975Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-04-16T06:19:47.264Z] ---> Running in ee5e4fa7505b [2021-04-16T06:19:48.729Z] Removing intermediate container 6fb9242bbc25 [2021-04-16T06:19:48.729Z] ---> 4e804b87c766 [2021-04-16T06:19:48.729Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-04-16T06:19:49.010Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-16T06:19:49.010Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-16T06:19:49.010Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-16T06:19:49.035Z] snap "core18" has no updates available [2021-04-16T06:19:49.287Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-16T06:19:49.564Z] ---> Running in a21268bb763e [2021-04-16T06:19:49.842Z] (1/2) Installing ca-certificates (20191127-r4) [2021-04-16T06:19:49.842Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-04-16T06:19:49.842Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-04-16T06:19:49.842Z] Executing busybox-1.31.1-r20.trigger [2021-04-16T06:19:49.842Z] Executing busybox-1.31.1-r20.trigger [2021-04-16T06:19:49.842Z] OK: 5 MiB in 15 packages [2021-04-16T06:19:49.842Z] Executing ca-certificates-20191127-r4.trigger [2021-04-16T06:19:50.121Z] OK: 6 MiB in 16 packages [2021-04-16T06:19:51.136Z] Removing intermediate container a21268bb763e [2021-04-16T06:19:51.136Z] ---> 8e41d01aafdb [2021-04-16T06:19:51.136Z] Step 13/21 : WORKDIR /edgex [2021-04-16T06:19:51.415Z] ---> Running in e10ea16ef849 [2021-04-16T06:19:52.037Z] Removing intermediate container e91104721b63 [2021-04-16T06:19:52.037Z] ---> 0772b7e2250e [2021-04-16T06:19:52.037Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-16T06:19:52.666Z] Removing intermediate container e10ea16ef849 [2021-04-16T06:19:52.666Z] ---> 5e016b6f6a58 [2021-04-16T06:19:52.666Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-04-16T06:19:52.666Z] ---> Running in 752c38434708 [2021-04-16T06:19:53.268Z] Removing intermediate container ee5e4fa7505b [2021-04-16T06:19:53.268Z] ---> 48ecffcf754b [2021-04-16T06:19:53.268Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-16T06:19:53.544Z] ---> Running in 6de2f6ee29a0 [2021-04-16T06:19:53.544Z] Removing intermediate container c6d61898170c [2021-04-16T06:19:53.544Z] ---> 8b90cc1180ad [2021-04-16T06:19:53.544Z] [2021-04-16T06:19:53.544Z] Step 10/23 : FROM alpine:3.12 [2021-04-16T06:19:53.823Z] ---> 9852663dfa18 [2021-04-16T06:19:53.823Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-04-16T06:19:53.823Z] ---> Using cache [2021-04-16T06:19:53.823Z] ---> 0772b7e2250e [2021-04-16T06:19:53.823Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-16T06:19:53.823Z] ---> Using cache [2021-04-16T06:19:53.823Z] ---> 5372273473ae [2021-04-16T06:19:53.823Z] Step 13/23 : ENV APP_PORT=48081 [2021-04-16T06:19:53.823Z] Removing intermediate container 752c38434708 [2021-04-16T06:19:53.823Z] ---> 5372273473ae [2021-04-16T06:19:53.823Z] Step 13/23 : ENV APP_PORT=48082 [2021-04-16T06:19:53.823Z] ---> 59d92b8d33be [2021-04-16T06:19:53.823Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-04-16T06:19:54.099Z] ---> Running in 4a9f9872db70 [2021-04-16T06:19:54.099Z] ---> Running in 49f7daf8783b [2021-04-16T06:19:54.099Z] Removing intermediate container 6de2f6ee29a0 [2021-04-16T06:19:54.099Z] ---> 5490441576d2 [2021-04-16T06:19:54.099Z] Step 13/22 : ENV APP_PORT=48060 [2021-04-16T06:19:54.376Z] ---> Running in d5a758910232 [2021-04-16T06:19:54.652Z] Removing intermediate container 49f7daf8783b [2021-04-16T06:19:54.652Z] ---> 1626e9f77bda [2021-04-16T06:19:54.652Z] Step 14/23 : EXPOSE $APP_PORT [2021-04-16T06:19:54.653Z] Removing intermediate container 4a9f9872db70 [2021-04-16T06:19:54.653Z] ---> 71fe5bfe7b48 [2021-04-16T06:19:54.653Z] Step 14/23 : EXPOSE $APP_PORT [2021-04-16T06:19:54.931Z] ---> Running in 92c44c8ffdde [2021-04-16T06:19:54.931Z] ---> Running in f86cc2fa3935 [2021-04-16T06:19:55.208Z] Removing intermediate container d5a758910232 [2021-04-16T06:19:55.208Z] ---> 297c30ada251 [2021-04-16T06:19:55.208Z] Step 14/22 : EXPOSE $APP_PORT [2021-04-16T06:19:55.208Z] ---> 4d8cd135519d [2021-04-16T06:19:55.208Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-04-16T06:19:55.208Z] ---> Running in c7f25a51318a [2021-04-16T06:19:55.488Z] Removing intermediate container 92c44c8ffdde [2021-04-16T06:19:55.488Z] ---> 497ae76dd145 [2021-04-16T06:19:55.488Z] Step 15/23 : WORKDIR / [2021-04-16T06:19:55.488Z] Removing intermediate container f86cc2fa3935 [2021-04-16T06:19:55.488Z] ---> f5fbef106dbd [2021-04-16T06:19:55.488Z] Step 15/23 : WORKDIR / [2021-04-16T06:19:56.091Z] ---> Running in 57c17286af14 [2021-04-16T06:19:56.091Z] ---> Running in a1e486f5782b [2021-04-16T06:19:56.091Z] Removing intermediate container c7f25a51318a [2021-04-16T06:19:56.091Z] ---> 2bc12a4ba6a8 [2021-04-16T06:19:56.091Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-16T06:19:56.694Z] ---> 25a371019237 [2021-04-16T06:19:56.694Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-04-16T06:19:56.694Z] Removing intermediate container a1e486f5782b [2021-04-16T06:19:56.694Z] ---> 8a19bb63098d [2021-04-16T06:19:56.694Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-16T06:19:56.973Z] Removing intermediate container 57c17286af14 [2021-04-16T06:19:56.973Z] ---> 45d68d5dfc56 [2021-04-16T06:19:56.973Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-16T06:19:56.973Z] ---> Running in 1a718fbd4c05 [2021-04-16T06:19:56.973Z] ---> 9e71168f6421 [2021-04-16T06:19:56.973Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-04-16T06:19:57.580Z] Removing intermediate container 1a718fbd4c05 [2021-04-16T06:19:57.580Z] ---> 8b8d80a08f50 [2021-04-16T06:19:57.580Z] Step 18/21 : CMD ["--init=true"] [2021-04-16T06:19:57.855Z] ---> d19fd81b1ff3 [2021-04-16T06:19:57.855Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-04-16T06:19:57.855Z] ---> Running in 4a211f595f7d [2021-04-16T06:19:58.134Z] ---> efb06ac4a346 [2021-04-16T06:19:58.134Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-04-16T06:19:58.737Z] Removing intermediate container 4a211f595f7d [2021-04-16T06:19:58.737Z] ---> e2bd50d34923 [2021-04-16T06:19:58.737Z] Step 19/21 : LABEL arch=arm64 [2021-04-16T06:19:59.011Z] ---> fe10b708450b [2021-04-16T06:19:59.011Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-04-16T06:19:59.287Z] ---> Running in 4469fef2d386 [2021-04-16T06:19:59.563Z] ---> e1879d7da3bb [2021-04-16T06:19:59.563Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml ---> 1f63f5481826 [2021-04-16T06:19:59.563Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-04-16T06:19:59.563Z] [2021-04-16T06:19:59.845Z] Removing intermediate container 4469fef2d386 [2021-04-16T06:19:59.845Z] ---> ab542cba2767 [2021-04-16T06:19:59.845Z] Step 20/21 : LABEL git_sha=94b9d4dbb121687aa959c989a31be590d863cb3b [2021-04-16T06:19:59.845Z] ---> 05951b194b24 [2021-04-16T06:19:59.845Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-04-16T06:20:00.120Z] ---> Running in 51ed63424473 [2021-04-16T06:20:00.120Z] ---> Running in b5a9d86e3b5f [2021-04-16T06:20:00.398Z] ---> a1d46cee1243 [2021-04-16T06:20:00.398Z] ---> a3c6e1608981 [2021-04-16T06:20:00.398Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-04-16T06:20:00.398Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-04-16T06:20:01.634Z] ---> Running in 1a3c6cce56ef [2021-04-16T06:20:01.634Z] ---> Running in 2b08f2a696cc [2021-04-16T06:20:01.634Z] Removing intermediate container 51ed63424473 [2021-04-16T06:20:01.634Z] ---> 277b58d30228 [2021-04-16T06:20:01.634Z] Removing intermediate container b5a9d86e3b5f [2021-04-16T06:20:01.634Z] ---> ac5d19aa1b75 [2021-04-16T06:20:01.634Z] Step 21/21 : LABEL version=0.0.0 [2021-04-16T06:20:01.634Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-16T06:20:01.634Z] ---> Running in d7e89edc7683 [2021-04-16T06:20:01.634Z] ---> Running in d4b73fc4b300 [2021-04-16T06:20:01.634Z] Removing intermediate container 2b08f2a696cc [2021-04-16T06:20:01.634Z] ---> b3946a0fcf7f [2021-04-16T06:20:01.634Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-16T06:20:01.634Z] Removing intermediate container 1a3c6cce56ef [2021-04-16T06:20:01.634Z] ---> 3b2f82d6feb1 [2021-04-16T06:20:01.634Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-16T06:20:01.634Z] ---> Running in 7ad4da25421c [2021-04-16T06:20:01.634Z] ---> Running in 4ab3924c2598 [2021-04-16T06:20:01.634Z] Removing intermediate container d7e89edc7683 [2021-04-16T06:20:01.634Z] ---> e171f9177b98 [2021-04-16T06:20:01.634Z] Step 20/22 : LABEL arch=arm64 [2021-04-16T06:20:01.634Z] Removing intermediate container d4b73fc4b300 [2021-04-16T06:20:01.634Z] ---> 675ec5d01b80 [2021-04-16T06:20:01.634Z] [2021-04-16T06:20:01.915Z] ---> Running in 1deb61c3d387 [2021-04-16T06:20:02.192Z] Successfully built 675ec5d01b80 [2021-04-16T06:20:02.470Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-04-16T06:20:02.470Z]  Building docker-security-proxy-setup-go ... done Building docker-core-data-go [2021-04-16T06:20:02.470Z] Removing intermediate container 7ad4da25421c [2021-04-16T06:20:02.470Z] ---> 5aeb44901d0e [2021-04-16T06:20:02.470Z] Step 21/23 : LABEL arch=arm64 [2021-04-16T06:20:02.470Z] Removing intermediate container 4ab3924c2598 [2021-04-16T06:20:02.470Z] ---> a1119223232c [2021-04-16T06:20:02.470Z] Step 21/23 : LABEL arch=arm64 [2021-04-16T06:20:02.470Z] Removing intermediate container 1deb61c3d387 [2021-04-16T06:20:02.470Z] ---> 968594a08f16 [2021-04-16T06:20:02.470Z] Step 21/22 : LABEL git_sha=94b9d4dbb121687aa959c989a31be590d863cb3b [2021-04-16T06:20:03.072Z] ---> Running in 6367d567659d [2021-04-16T06:20:03.072Z] ---> Running in c6ab5269bf22 [2021-04-16T06:20:03.072Z] ---> Running in 1761e98c6522 [2021-04-16T06:20:03.671Z] Removing intermediate container c6ab5269bf22 [2021-04-16T06:20:03.671Z] ---> bf246523e106 [2021-04-16T06:20:03.671Z] Step 22/23 : LABEL git_sha=94b9d4dbb121687aa959c989a31be590d863cb3b [2021-04-16T06:20:03.945Z] ---> Running in 6db04efe6d6f [2021-04-16T06:20:04.222Z] Removing intermediate container 6367d567659d [2021-04-16T06:20:04.222Z] ---> ea9d4373744c [2021-04-16T06:20:04.222Z] Step 22/23 : LABEL git_sha=94b9d4dbb121687aa959c989a31be590d863cb3b [2021-04-16T06:20:04.222Z] Removing intermediate container 1761e98c6522 [2021-04-16T06:20:04.222Z] ---> 69eda624bd1e [2021-04-16T06:20:04.222Z] Step 22/22 : LABEL version=0.0.0 [2021-04-16T06:20:05.395Z] ---> Running in e2eefe5d0a47 [2021-04-16T06:20:05.395Z] ---> Running in f284eeea73da [2021-04-16T06:20:05.395Z] Removing intermediate container 6db04efe6d6f [2021-04-16T06:20:05.395Z] ---> 35f9c7432592 [2021-04-16T06:20:05.395Z] Step 23/23 : LABEL version=0.0.0 [2021-04-16T06:20:06.122Z] ---> Running in ae29b3aa3980 [2021-04-16T06:20:06.488Z] Removing intermediate container e2eefe5d0a47 [2021-04-16T06:20:06.488Z] ---> fb3d8b064eb2 [2021-04-16T06:20:06.488Z] Step 23/23 : LABEL version=0.0.0 [2021-04-16T06:20:06.488Z] Removing intermediate container f284eeea73da [2021-04-16T06:20:06.488Z] ---> 0454712a03ef [2021-04-16T06:20:06.488Z] [2021-04-16T06:20:07.168Z] ---> Running in 6c84cea21fe6 [2021-04-16T06:20:07.552Z] Removing intermediate container ae29b3aa3980 [2021-04-16T06:20:07.552Z] ---> f01bcd54d888 [2021-04-16T06:20:07.552Z] [2021-04-16T06:20:07.827Z] Successfully built 0454712a03ef [2021-04-16T06:20:07.827Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-04-16T06:20:07.827Z]  Building docker-support-notifications-go ... done Building docker-security-secretstore-setup-go [2021-04-16T06:20:08.104Z] Successfully built f01bcd54d888 [2021-04-16T06:20:08.382Z] Successfully tagged docker-core-command-go-arm64:latest [2021-04-16T06:20:08.382Z] Building docker-security-bootstrapper-go [2021-04-16T06:20:08.382Z]  Building docker-core-command-go ... done Removing intermediate container 6c84cea21fe6 [2021-04-16T06:20:08.382Z] ---> 654d09628255 [2021-04-16T06:20:08.382Z] [2021-04-16T06:20:08.985Z] Successfully built 654d09628255 [2021-04-16T06:20:08.985Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-04-16T06:20:08.985Z] Building docker-support-scheduler-go [2021-04-16T06:20:11.109Z] snapd is not logged in, snap install commands will use sudo [2021-04-16T06:20:13.314Z]  Building docker-core-metadata-go ... done Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-04-16T06:20:13.314Z] Status: Downloaded newer image for docker:20.10.0 [2021-04-16T06:20:13.314Z] ---> eeaf43b92773 [2021-04-16T06:20:13.314Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' [2021-04-16T06:20:13.650Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-04-16T06:20:15.329Z] ---> Running in 9a34b155d279 [2021-04-16T06:20:15.924Z] Removing intermediate container 9a34b155d279 [2021-04-16T06:20:15.924Z] ---> e3beb25347f8 [2021-04-16T06:20:15.924Z] Step 13/23 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 [2021-04-16T06:20:16.197Z] ---> Running in 753a1a27c664 [2021-04-16T06:20:17.648Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-16T06:20:17.648Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-16T06:20:18.245Z] (1/39) Installing readline (8.0.4-r0) [2021-04-16T06:20:18.245Z] (2/39) Installing bash (5.0.17-r0) [2021-04-16T06:20:18.245Z] Executing bash-5.0.17-r0.post-install [2021-04-16T06:20:18.245Z] (3/39) Installing nghttp2-libs (1.41.0-r0) [2021-04-16T06:20:18.245Z] (4/39) Installing libcurl (7.76.1-r0) [2021-04-16T06:20:18.245Z] (5/39) Installing curl (7.76.1-r0) [2021-04-16T06:20:18.245Z] (6/39) Installing dumb-init (1.2.2-r1) [2021-04-16T06:20:18.245Z] (7/39) Installing libbz2 (1.0.8-r1) [2021-04-16T06:20:18.245Z] (8/39) Installing expat (2.2.9-r1) [2021-04-16T06:20:18.245Z] (9/39) Installing libffi (3.3-r2) [2021-04-16T06:20:18.245Z] (10/39) Installing gdbm (1.13-r1) [2021-04-16T06:20:18.245Z] (11/39) Installing xz-libs (5.2.5-r0) [2021-04-16T06:20:18.245Z] (12/39) Installing sqlite-libs (3.32.1-r0) [2021-04-16T06:20:18.245Z] (13/39) Installing python3 (3.8.8-r0) [2021-04-16T06:20:20.224Z] (14/39) Installing py3-appdirs (1.4.4-r1) [2021-04-16T06:20:20.224Z] (15/39) Installing py3-ordered-set (4.0.1-r0) [2021-04-16T06:20:20.224Z] (16/39) Installing py3-parsing (2.4.7-r0) [2021-04-16T06:20:20.224Z] (17/39) Installing py3-six (1.15.0-r0) [2021-04-16T06:20:20.224Z] (18/39) Installing py3-packaging (20.4-r0) [2021-04-16T06:20:20.224Z] (19/39) Installing py3-setuptools (47.0.0-r0) [2021-04-16T06:20:20.224Z] (20/39) Installing py3-chardet (3.0.4-r4) [2021-04-16T06:20:20.224Z] (21/39) Installing py3-idna (2.9-r0) [2021-04-16T06:20:20.224Z] (22/39) Installing py3-certifi (2020.4.5.1-r0) [2021-04-16T06:20:20.224Z] (23/39) Installing py3-urllib3 (1.25.9-r0) [2021-04-16T06:20:20.500Z] (24/39) Installing py3-requests (2.23.0-r0) [2021-04-16T06:20:20.500Z] (25/39) Installing py3-msgpack (1.0.0-r0) [2021-04-16T06:20:20.500Z] (26/39) Installing py3-lockfile (0.12.2-r3) [2021-04-16T06:20:20.500Z] (27/39) Installing py3-cachecontrol (0.12.6-r0) [2021-04-16T06:20:20.500Z] (28/39) Installing py3-colorama (0.4.3-r0) [2021-04-16T06:20:20.500Z] (29/39) Installing py3-distlib (0.3.0-r0) [2021-04-16T06:20:20.500Z] (30/39) Installing py3-distro (1.5.0-r1) [2021-04-16T06:20:20.500Z] (31/39) Installing py3-webencodings (0.5.1-r3) [2021-04-16T06:20:20.500Z] (32/39) Installing py3-html5lib (1.0.1-r4) [2021-04-16T06:20:20.500Z] (33/39) Installing py3-pytoml (0.1.21-r0) [2021-04-16T06:20:20.500Z] (34/39) Installing py3-pep517 (0.8.2-r0) [2021-04-16T06:20:20.500Z] (35/39) Installing py3-progress (1.5-r0) [2021-04-16T06:20:20.500Z] (36/39) Installing py3-toml (0.10.1-r0) [2021-04-16T06:20:20.500Z] (37/39) Installing py3-retrying (1.3.3-r0) [2021-04-16T06:20:20.500Z] (38/39) Installing py3-contextlib2 (0.6.0-r0) [2021-04-16T06:20:20.500Z] (39/39) Installing py3-pip (20.1.1-r0) [2021-04-16T06:20:20.777Z] Executing busybox-1.31.1-r19.trigger [2021-04-16T06:20:20.778Z] OK: 72 MiB in 59 packages [2021-04-16T06:20:25.081Z] Collecting docker-compose==1.23.2 [2021-04-16T06:20:25.081Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-04-16T06:20:25.676Z] Collecting texttable<0.10,>=0.9.0 [2021-04-16T06:20:25.676Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-04-16T06:20:28.302Z] Collecting cached-property<2,>=1.2.0 [2021-04-16T06:20:28.302Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-04-16T06:20:28.574Z] Collecting websocket-client<1.0,>=0.32.0 [2021-04-16T06:20:28.574Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-04-16T06:20:29.554Z] Collecting docker<4.0,>=3.6.0 [2021-04-16T06:20:29.554Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-04-16T06:20:30.989Z] Collecting PyYAML<4,>=3.10 [2021-04-16T06:20:30.989Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-04-16T06:20:34.366Z] Collecting dockerpty<0.5,>=0.4.1 [2021-04-16T06:20:34.366Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-04-16T06:20:36.997Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-04-16T06:20:36.997Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-04-16T06:20:37.595Z] Collecting jsonschema<3,>=2.5.1 [2021-04-16T06:20:37.595Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-04-16T06:20:37.871Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2021-04-16T06:20:37.871Z] Collecting docopt<0.7,>=0.6.1 [2021-04-16T06:20:37.871Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-04-16T06:20:40.511Z] Collecting docker-pycreds>=0.4.0 [2021-04-16T06:20:40.511Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-04-16T06:20:41.109Z] Collecting urllib3<1.25,>=1.21.1 [2021-04-16T06:20:41.109Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-04-16T06:20:41.383Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2021-04-16T06:20:41.383Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2021-04-16T06:20:41.662Z] Collecting idna<2.8,>=2.5 [2021-04-16T06:20:41.662Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-04-16T06:20:41.934Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-04-16T06:20:41.934Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-04-16T06:20:41.934Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-04-16T06:20:41.934Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-04-16T06:20:42.922Z] Installing collected packages: texttable, cached-property, websocket-client, docker-pycreds, urllib3, idna, requests, docker, PyYAML, dockerpty, jsonschema, docopt, docker-compose [2021-04-16T06:20:42.923Z] Running setup.py install for texttable: started [2021-04-16T06:20:44.902Z] Running setup.py install for texttable: finished with status 'done' [2021-04-16T06:20:45.503Z] Attempting uninstall: urllib3 [2021-04-16T06:20:45.503Z] Found existing installation: urllib3 1.25.9 [2021-04-16T06:20:45.503Z] Uninstalling urllib3-1.25.9: [2021-04-16T06:20:45.503Z] Successfully uninstalled urllib3-1.25.9 [2021-04-16T06:20:45.761Z] error: cannot install "go": cannot query the store for updates: got unexpected [2021-04-16T06:20:45.761Z] HTTP status code 408 via POST to [2021-04-16T06:20:45.761Z] "https://api.snapcraft.io/v2/snaps/refresh" [2021-04-16T06:20:45.761Z] Error while installing snap 'go' from channel '1.15/stable' [2021-04-16T06:20:45.761Z] Run the same command again with --debug to shell into the environment if you wish to introspect this failure. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [2021-04-16T06:20:46.103Z] Attempting uninstall: idna [2021-04-16T06:20:46.103Z] Found existing installation: idna 2.9 [2021-04-16T06:20:46.103Z] Uninstalling idna-2.9: [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-04-16T06:20:46.356Z] Failed in branch amd64 [2021-04-16T06:20:46.375Z] Successfully uninstalled idna-2.9 [2021-04-16T06:20:48.354Z] Attempting uninstall: requests [2021-04-16T06:20:48.354Z] Found existing installation: requests 2.23.0 [2021-04-16T06:20:48.354Z] Uninstalling requests-2.23.0: [2021-04-16T06:20:48.354Z] Successfully uninstalled requests-2.23.0 [2021-04-16T06:20:50.350Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-16T06:20:50.350Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-16T06:20:50.350Z] ---> 35e0523521b1 [2021-04-16T06:20:50.350Z] Step 3/23 : WORKDIR /edgex-go [2021-04-16T06:20:50.350Z] ---> Using cache [2021-04-16T06:20:50.350Z] ---> 7f2162ee928e [2021-04-16T06:20:50.350Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-16T06:20:50.350Z] ---> Using cache [2021-04-16T06:20:50.350Z] ---> 89af8b8e78cb [2021-04-16T06:20:50.350Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-04-16T06:20:51.333Z] Running setup.py install for PyYAML: started [2021-04-16T06:20:53.968Z] Running setup.py install for PyYAML: finished with status 'done' [2021-04-16T06:20:53.968Z] Running setup.py install for dockerpty: started [2021-04-16T06:20:55.964Z] ---> Running in d828185bda8f [2021-04-16T06:20:56.241Z] Running setup.py install for dockerpty: finished with status 'done' [2021-04-16T06:20:56.843Z] Running setup.py install for docopt: started [2021-04-16T06:20:57.826Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-16T06:20:58.805Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-16T06:20:58.805Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-16T06:20:58.805Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-04-16T06:20:58.805Z] ---> 35e0523521b1 [2021-04-16T06:20:58.805Z] Step 3/31 : WORKDIR /edgex-go [2021-04-16T06:20:58.805Z] ---> Using cache [2021-04-16T06:20:58.805Z] ---> 7f2162ee928e [2021-04-16T06:20:58.806Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-16T06:20:58.806Z] ---> Using cache [2021-04-16T06:20:58.806Z] ---> 89af8b8e78cb [2021-04-16T06:20:58.806Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-04-16T06:20:58.806Z] ---> Using cache [2021-04-16T06:20:58.806Z] ---> 5d529b755365 [2021-04-16T06:20:58.806Z] Step 6/31 : COPY go.mod . [2021-04-16T06:20:58.806Z] ---> Using cache [2021-04-16T06:20:58.806Z] ---> 890dbcc48f3a [2021-04-16T06:20:58.806Z] Step 7/31 : RUN go mod download [2021-04-16T06:20:58.806Z] ---> Using cache [2021-04-16T06:20:58.806Z] ---> 4c0b25aa4e11 [2021-04-16T06:20:58.806Z] Step 8/31 : COPY . . [2021-04-16T06:20:59.076Z] Running setup.py install for docopt: finished with status 'done' [2021-04-16T06:20:59.076Z] ---> Using cache [2021-04-16T06:20:59.076Z] ---> 58e40b04fd4d [2021-04-16T06:20:59.076Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-04-16T06:20:59.353Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-16T06:20:59.353Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-04-16T06:20:59.353Z] ---> 35e0523521b1 [2021-04-16T06:20:59.353Z] Step 3/24 : WORKDIR /edgex-go [2021-04-16T06:20:59.353Z] ---> Using cache [2021-04-16T06:20:59.353Z] ---> 7f2162ee928e [2021-04-16T06:20:59.353Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-16T06:20:59.353Z] ---> Using cache [2021-04-16T06:20:59.353Z] ---> 89af8b8e78cb [2021-04-16T06:20:59.353Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-04-16T06:20:59.353Z] ---> Using cache [2021-04-16T06:20:59.353Z] ---> 5d529b755365 [2021-04-16T06:20:59.353Z] Step 6/24 : COPY go.mod . [2021-04-16T06:20:59.353Z] ---> Using cache [2021-04-16T06:20:59.353Z] ---> 890dbcc48f3a [2021-04-16T06:20:59.353Z] Step 7/24 : RUN go mod download [2021-04-16T06:20:59.353Z] ---> Using cache [2021-04-16T06:20:59.353Z] ---> 4c0b25aa4e11 [2021-04-16T06:20:59.353Z] Step 8/24 : COPY . . [2021-04-16T06:20:59.353Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-16T06:20:59.353Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-04-16T06:20:59.353Z] ---> 35e0523521b1 [2021-04-16T06:20:59.353Z] ---> Using cache [2021-04-16T06:20:59.353Z] ---> 58e40b04fd4d [2021-04-16T06:20:59.353Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-04-16T06:20:59.353Z] Step 3/22 : WORKDIR /edgex-go [2021-04-16T06:20:59.353Z] ---> Using cache [2021-04-16T06:20:59.353Z] ---> 7f2162ee928e [2021-04-16T06:20:59.353Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-16T06:20:59.353Z] ---> Using cache [2021-04-16T06:20:59.353Z] ---> 89af8b8e78cb [2021-04-16T06:20:59.353Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-04-16T06:20:59.353Z] ---> Using cache [2021-04-16T06:20:59.353Z] ---> 5d529b755365 [2021-04-16T06:20:59.353Z] Step 6/22 : COPY go.mod . [2021-04-16T06:20:59.353Z] ---> Using cache [2021-04-16T06:20:59.353Z] ---> 890dbcc48f3a [2021-04-16T06:20:59.353Z] Step 7/22 : RUN go mod download [2021-04-16T06:20:59.353Z] ---> Using cache [2021-04-16T06:20:59.353Z] ---> 4c0b25aa4e11 [2021-04-16T06:20:59.353Z] Step 8/22 : COPY . . [2021-04-16T06:20:59.353Z] ---> Using cache [2021-04-16T06:20:59.353Z] ---> 58e40b04fd4d [2021-04-16T06:20:59.627Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-04-16T06:20:59.627Z] OK: 217 MiB in 51 packages [2021-04-16T06:21:00.238Z] ---> Running in dd5253fbf4ae [2021-04-16T06:21:00.238Z] ---> Running in 14c14fb13da9 [2021-04-16T06:21:00.238Z] ---> Running in 8de6568f67c2 [2021-04-16T06:21:00.238Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.58.0 [2021-04-16T06:21:01.680Z] Removing intermediate container d828185bda8f [2021-04-16T06:21:01.680Z] ---> 0515e7e35fbf [2021-04-16T06:21:01.680Z] Step 6/23 : COPY go.mod . [2021-04-16T06:21:01.954Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-04-16T06:21:02.559Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-04-16T06:21:02.559Z] ---> 3b01081c8661 [2021-04-16T06:21:02.559Z] Step 7/23 : RUN go mod download [2021-04-16T06:21:02.559Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-04-16T06:21:02.837Z] ---> Running in 3629131bee32 [2021-04-16T06:21:08.235Z] Removing intermediate container 3629131bee32 [2021-04-16T06:21:08.235Z] ---> 4bc6d3db61ac [2021-04-16T06:21:08.235Z] Step 8/23 : COPY . . [2021-04-16T06:21:18.401Z] Removing intermediate container 753a1a27c664 [2021-04-16T06:21:18.401Z] ---> 31bf603a6757 [2021-04-16T06:21:18.401Z] Step 14/23 : ENV APP_PORT=48090 [2021-04-16T06:21:18.401Z] ---> Running in 996e8147b27e [2021-04-16T06:21:19.568Z] Removing intermediate container 996e8147b27e [2021-04-16T06:21:19.569Z] ---> a42186c00ca7 [2021-04-16T06:21:19.569Z] Step 15/23 : EXPOSE $APP_PORT [2021-04-16T06:21:19.569Z] ---> Running in 3452e8e9a834 [2021-04-16T06:21:21.112Z] Removing intermediate container 3452e8e9a834 [2021-04-16T06:21:21.112Z] ---> 933247479353 [2021-04-16T06:21:21.112Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-04-16T06:21:24.506Z] ---> a94b564edb7a [2021-04-16T06:21:24.506Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-04-16T06:21:26.494Z] ---> 21816de3161e [2021-04-16T06:21:26.494Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-04-16T06:21:28.479Z] ---> 166c255fad95 [2021-04-16T06:21:28.479Z] Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-04-16T06:21:29.079Z] ---> Running in ac2fa9f7b03a [2021-04-16T06:21:30.526Z] Removing intermediate container ac2fa9f7b03a [2021-04-16T06:21:30.526Z] ---> 3352ac7851b0 [2021-04-16T06:21:30.526Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-16T06:21:30.802Z] ---> Running in 7395f29aac50 [2021-04-16T06:21:31.791Z] ---> 6dbf740cfb95 [2021-04-16T06:21:31.791Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-04-16T06:21:31.791Z] Removing intermediate container 7395f29aac50 [2021-04-16T06:21:31.791Z] ---> 256903884b46 [2021-04-16T06:21:31.791Z] Step 21/23 : LABEL arch=arm64 [2021-04-16T06:21:31.791Z] ---> Running in bddafdb473bd [2021-04-16T06:21:32.067Z] ---> Running in a6a61003303a [2021-04-16T06:21:33.055Z] Removing intermediate container a6a61003303a [2021-04-16T06:21:33.055Z] ---> d8cbaf7f3f29 [2021-04-16T06:21:33.055Z] Step 22/23 : LABEL git_sha=94b9d4dbb121687aa959c989a31be590d863cb3b [2021-04-16T06:21:33.335Z] ---> Running in f998267fa9ae [2021-04-16T06:21:33.945Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-04-16T06:21:33.945Z] Removing intermediate container f998267fa9ae [2021-04-16T06:21:33.945Z] ---> 1b825b3bd112 [2021-04-16T06:21:33.945Z] Step 23/23 : LABEL version=0.0.0 [2021-04-16T06:21:34.219Z] ---> Running in 028867830a77 [2021-04-16T06:21:35.206Z] Removing intermediate container 028867830a77 [2021-04-16T06:21:35.206Z] ---> 284d3eb53890 [2021-04-16T06:21:35.206Z] [2021-04-16T06:21:35.491Z] Successfully built 284d3eb53890 [2021-04-16T06:21:35.771Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-04-16T06:22:32.332Z]  Building docker-sys-mgmt-agent-go ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-04-16T06:22:36.660Z] Removing intermediate container 8de6568f67c2 [2021-04-16T06:22:36.660Z] ---> 4ceb71bf8f20 [2021-04-16T06:22:36.660Z] [2021-04-16T06:22:36.660Z] Step 10/31 : FROM alpine:3.12 [2021-04-16T06:22:36.660Z] ---> 9852663dfa18 [2021-04-16T06:22:36.660Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-04-16T06:22:37.652Z] ---> Running in 60bab7ea4a9e [2021-04-16T06:22:39.099Z] Removing intermediate container 60bab7ea4a9e [2021-04-16T06:22:39.099Z] ---> f8edd89a4b21 [2021-04-16T06:22:39.099Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-04-16T06:22:39.380Z] ---> Running in 3a54b3aac31e [2021-04-16T06:22:40.826Z] Removing intermediate container 14c14fb13da9 [2021-04-16T06:22:40.826Z] ---> f4d071a4f301 [2021-04-16T06:22:40.826Z] [2021-04-16T06:22:40.826Z] Step 10/24 : FROM alpine:3.12 [2021-04-16T06:22:40.826Z] ---> 9852663dfa18 [2021-04-16T06:22:40.826Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec [2021-04-16T06:22:41.108Z] ---> Running in 7235c16b6481 [2021-04-16T06:22:42.103Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-16T06:22:42.103Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-16T06:22:42.707Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-04-16T06:22:42.707Z] (2/2) Installing su-exec (0.2-r1) [2021-04-16T06:22:42.707Z] Executing busybox-1.31.1-r20.trigger [2021-04-16T06:22:42.707Z] OK: 5 MiB in 16 packages [2021-04-16T06:22:43.707Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-16T06:22:43.707Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-16T06:22:44.305Z] (1/6) Installing ca-certificates (20191127-r4) [2021-04-16T06:22:44.305Z] (2/6) Installing nghttp2-libs (1.41.0-r0) [2021-04-16T06:22:44.305Z] (3/6) Installing libcurl (7.76.1-r0) [2021-04-16T06:22:44.305Z] (4/6) Installing curl (7.76.1-r0) [2021-04-16T06:22:44.305Z] (5/6) Installing dumb-init (1.2.2-r1) [2021-04-16T06:22:44.305Z] (6/6) Installing su-exec (0.2-r1) [2021-04-16T06:22:44.305Z] Executing busybox-1.31.1-r20.trigger [2021-04-16T06:22:44.305Z] Executing ca-certificates-20191127-r4.trigger [2021-04-16T06:22:44.584Z] Removing intermediate container dd5253fbf4ae [2021-04-16T06:22:44.584Z] ---> 6def4bb5ff29 [2021-04-16T06:22:44.584Z] [2021-04-16T06:22:44.584Z] Step 10/22 : FROM alpine:3.12 [2021-04-16T06:22:44.584Z] ---> 9852663dfa18 [2021-04-16T06:22:44.584Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-04-16T06:22:44.584Z] ---> Using cache [2021-04-16T06:22:44.584Z] ---> 0772b7e2250e [2021-04-16T06:22:44.584Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-16T06:22:44.584Z] ---> Using cache [2021-04-16T06:22:44.584Z] ---> 5372273473ae [2021-04-16T06:22:44.584Z] Step 13/22 : ENV APP_PORT=48085 [2021-04-16T06:22:44.584Z] OK: 7 MiB in 20 packages [2021-04-16T06:22:44.870Z] ---> Running in e4353f27cca5 [2021-04-16T06:22:45.148Z] Removing intermediate container 3a54b3aac31e [2021-04-16T06:22:45.148Z] ---> fed911f4f70b [2021-04-16T06:22:45.148Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-04-16T06:22:45.423Z] ---> Running in e51347a20e52 [2021-04-16T06:22:46.025Z] Removing intermediate container e4353f27cca5 [2021-04-16T06:22:46.025Z] ---> c2276ede7455 [2021-04-16T06:22:46.025Z] Step 14/22 : EXPOSE $APP_PORT [2021-04-16T06:22:46.311Z] Removing intermediate container e51347a20e52 [2021-04-16T06:22:46.311Z] ---> adcca9ba39c9 [2021-04-16T06:22:46.311Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-04-16T06:22:46.311Z] ---> Running in 38e20ac5953e [2021-04-16T06:22:46.585Z] ---> Running in fd72c344ec6b [2021-04-16T06:22:47.687Z] Removing intermediate container fd72c344ec6b [2021-04-16T06:22:47.688Z] ---> 4dd703b45897 [2021-04-16T06:22:47.688Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-04-16T06:22:47.688Z] Removing intermediate container 38e20ac5953e [2021-04-16T06:22:47.688Z] ---> 6a2dc2a3f136 [2021-04-16T06:22:47.688Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-16T06:22:47.688Z] Removing intermediate container 7235c16b6481 [2021-04-16T06:22:47.688Z] ---> 59fd456df50d [2021-04-16T06:22:47.688Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-04-16T06:22:47.965Z] ---> Running in eaa1d0bddc1e [2021-04-16T06:22:48.239Z] ---> Running in b732fdcab7c1 [2021-04-16T06:22:48.876Z] Removing intermediate container b732fdcab7c1 [2021-04-16T06:22:48.876Z] ---> 7f9dcd6945d0 [2021-04-16T06:22:48.876Z] Step 13/24 : WORKDIR / [2021-04-16T06:22:49.179Z] ---> Running in 61058006924d [2021-04-16T06:22:49.179Z] ---> 8b0553981bda [2021-04-16T06:22:49.179Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-04-16T06:22:50.180Z] Removing intermediate container 61058006924d [2021-04-16T06:22:50.181Z] ---> 4109f28e5c6c [2021-04-16T06:22:50.181Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-04-16T06:22:51.196Z] ---> b30a46fabc79 [2021-04-16T06:22:51.196Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-04-16T06:22:51.477Z] ---> b084b05cb8ed [2021-04-16T06:22:51.477Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-04-16T06:22:52.086Z] Removing intermediate container eaa1d0bddc1e [2021-04-16T06:22:52.086Z] ---> 04978e061db4 [2021-04-16T06:22:52.086Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-04-16T06:22:52.086Z] ---> Running in 4f663c278f34 [2021-04-16T06:22:52.723Z] ---> c63eb7db441d [2021-04-16T06:22:52.723Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-04-16T06:22:52.723Z] ---> 062935833b93 [2021-04-16T06:22:52.723Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-04-16T06:22:52.723Z] ---> Running in 5651c3c85609 [2021-04-16T06:22:53.003Z] Removing intermediate container 4f663c278f34 [2021-04-16T06:22:53.003Z] ---> ae6c75fbb3f8 [2021-04-16T06:22:53.003Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-04-16T06:22:53.605Z] Removing intermediate container 5651c3c85609 [2021-04-16T06:22:53.605Z] ---> f018bc249524 [2021-04-16T06:22:53.605Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-16T06:22:53.605Z] ---> Running in a2178b4e6e01 [2021-04-16T06:22:53.880Z] ---> 9d058d7793f1 [2021-04-16T06:22:53.880Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-04-16T06:22:53.880Z] ---> 88dae39cce04 [2021-04-16T06:22:53.880Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-04-16T06:22:54.153Z] ---> Running in 8207c895fc19 [2021-04-16T06:22:54.153Z] Removing intermediate container a2178b4e6e01 [2021-04-16T06:22:54.461Z] ---> 85f38ba88e9c [2021-04-16T06:22:54.461Z] Step 20/22 : LABEL arch=arm64 [2021-04-16T06:22:54.461Z] ---> Running in 0a63cb5517f0 [2021-04-16T06:22:55.444Z] Removing intermediate container 0a63cb5517f0 [2021-04-16T06:22:55.444Z] ---> 16932a7e79b0 [2021-04-16T06:22:55.444Z] Step 21/22 : LABEL git_sha=94b9d4dbb121687aa959c989a31be590d863cb3b [2021-04-16T06:22:55.444Z] ---> b3d1d1aea84c [2021-04-16T06:22:55.444Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-04-16T06:22:55.444Z] ---> Running in 41689b038f05 [2021-04-16T06:22:56.439Z] Removing intermediate container 41689b038f05 [2021-04-16T06:22:56.439Z] ---> bb247ac14f46 [2021-04-16T06:22:56.439Z] Step 22/22 : LABEL version=0.0.0 [2021-04-16T06:22:56.712Z] ---> Running in ef8557d14a9e [2021-04-16T06:22:56.987Z] ---> d7b6943c972d [2021-04-16T06:22:56.987Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-04-16T06:22:57.979Z] Removing intermediate container ef8557d14a9e [2021-04-16T06:22:57.979Z] ---> 4864881fc3b5 [2021-04-16T06:22:57.979Z] [2021-04-16T06:22:57.979Z] Removing intermediate container 8207c895fc19 [2021-04-16T06:22:57.979Z] ---> 90a0959f7119 [2021-04-16T06:22:57.979Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-16T06:22:58.258Z] Successfully built 4864881fc3b5 [2021-04-16T06:22:58.258Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-04-16T06:22:58.529Z]  Building docker-support-scheduler-go ... done  ---> acb1e57fa375 [2021-04-16T06:22:58.530Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-04-16T06:22:58.802Z] ---> Running in abdeee2f9b5d [2021-04-16T06:22:58.803Z] ---> d2b3b403518d [2021-04-16T06:22:58.803Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-04-16T06:23:00.258Z] ---> 0e523065fe69 [2021-04-16T06:23:00.258Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-04-16T06:23:01.236Z] Removing intermediate container abdeee2f9b5d [2021-04-16T06:23:01.236Z] ---> 669cb682c7d9 [2021-04-16T06:23:01.236Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-04-16T06:23:01.236Z] ---> dfe6bf7b0d37 [2021-04-16T06:23:01.236Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-04-16T06:23:01.508Z] ---> Running in d9832164ec52 [2021-04-16T06:23:02.105Z] Removing intermediate container d9832164ec52 [2021-04-16T06:23:02.105Z] ---> 3f2d68d0e3c1 [2021-04-16T06:23:02.105Z] Step 22/24 : LABEL arch=arm64 [2021-04-16T06:23:02.377Z] ---> 4760ddaf22ee [2021-04-16T06:23:02.377Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-04-16T06:23:02.377Z] ---> Running in b9812e7bcd6f [2021-04-16T06:23:02.976Z] Removing intermediate container b9812e7bcd6f [2021-04-16T06:23:02.976Z] ---> 993cbcfad574 [2021-04-16T06:23:02.976Z] Step 23/24 : LABEL git_sha=94b9d4dbb121687aa959c989a31be590d863cb3b [2021-04-16T06:23:03.247Z] ---> Running in 4fd967870ce7 [2021-04-16T06:23:03.247Z] ---> 15bc38e3e4c4 [2021-04-16T06:23:03.247Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-04-16T06:23:03.840Z] ---> Running in dadbd55dc349 [2021-04-16T06:23:03.840Z] Removing intermediate container 4fd967870ce7 [2021-04-16T06:23:03.840Z] ---> d5b6e03d1060 [2021-04-16T06:23:03.840Z] Step 24/24 : LABEL version=0.0.0 [2021-04-16T06:23:04.111Z] ---> Running in 1cf503427887 [2021-04-16T06:23:04.390Z] Removing intermediate container dadbd55dc349 [2021-04-16T06:23:04.390Z] ---> cdd9c12631d5 [2021-04-16T06:23:04.390Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-04-16T06:23:04.993Z] Removing intermediate container 1cf503427887 [2021-04-16T06:23:04.993Z] ---> 83edc3dcc58c [2021-04-16T06:23:04.993Z] [2021-04-16T06:23:05.266Z] Successfully built 83edc3dcc58c [2021-04-16T06:23:05.266Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-04-16T06:23:05.860Z]  Building docker-security-secretstore-setup-go ... done  ---> af83b1258100 [2021-04-16T06:23:05.860Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-04-16T06:23:06.462Z] ---> Running in aab5bf42b500 [2021-04-16T06:23:06.462Z] Removing intermediate container bddafdb473bd [2021-04-16T06:23:06.462Z] ---> 6566c0777008 [2021-04-16T06:23:06.462Z] [2021-04-16T06:23:06.462Z] Step 10/23 : FROM alpine:3.12 [2021-04-16T06:23:06.462Z] ---> 9852663dfa18 [2021-04-16T06:23:06.462Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-04-16T06:23:06.735Z] ---> Running in 0888613600b7 [2021-04-16T06:23:07.333Z] Removing intermediate container 0888613600b7 [2021-04-16T06:23:07.333Z] ---> 0cd9a446a8ed [2021-04-16T06:23:07.333Z] Step 12/23 : ENV APP_PORT=48080 [2021-04-16T06:23:07.333Z] ---> Running in 75cd4cd22db9 [2021-04-16T06:23:07.938Z] Removing intermediate container 75cd4cd22db9 [2021-04-16T06:23:07.938Z] ---> 9eddda3b3fd9 [2021-04-16T06:23:07.938Z] Step 13/23 : EXPOSE $APP_PORT [2021-04-16T06:23:07.938Z] ---> Running in 4ea501e37bed [2021-04-16T06:23:08.578Z] Removing intermediate container 4ea501e37bed [2021-04-16T06:23:08.578Z] ---> f95215bf4cca [2021-04-16T06:23:08.578Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-16T06:23:08.578Z] Removing intermediate container aab5bf42b500 [2021-04-16T06:23:08.578Z] ---> 0a2b80e88ee5 [2021-04-16T06:23:08.578Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-04-16T06:23:08.854Z] ---> Running in 7fa9c39405d6 [2021-04-16T06:23:09.138Z] ---> Running in 92f8203d45d0 [2021-04-16T06:23:09.820Z] Removing intermediate container 92f8203d45d0 [2021-04-16T06:23:09.820Z] ---> b56cd319ca52 [2021-04-16T06:23:09.820Z] Step 28/31 : CMD ["gate"] [2021-04-16T06:23:10.095Z] ---> Running in fa039b465aff [2021-04-16T06:23:10.699Z] Removing intermediate container fa039b465aff [2021-04-16T06:23:10.699Z] ---> de947e8aa4f8 [2021-04-16T06:23:10.699Z] Step 29/31 : LABEL arch=arm64 [2021-04-16T06:23:10.972Z] ---> Running in 5896152f7456 [2021-04-16T06:23:11.564Z] Removing intermediate container 5896152f7456 [2021-04-16T06:23:11.564Z] ---> 08b62aa9944a [2021-04-16T06:23:11.564Z] Step 30/31 : LABEL git_sha=94b9d4dbb121687aa959c989a31be590d863cb3b [2021-04-16T06:23:11.564Z] Removing intermediate container 7fa9c39405d6 [2021-04-16T06:23:11.564Z] ---> 3a04a4575b9c [2021-04-16T06:23:11.564Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-04-16T06:23:11.838Z] ---> Running in 27da898ef986 [2021-04-16T06:23:11.838Z] ---> Running in 46957b28f55f [2021-04-16T06:23:12.439Z] Removing intermediate container 27da898ef986 [2021-04-16T06:23:12.439Z] ---> 47107c68a0dd [2021-04-16T06:23:12.439Z] Step 31/31 : LABEL version=0.0.0 [2021-04-16T06:23:12.713Z] ---> Running in 1fe2e4c210c8 [2021-04-16T06:23:12.982Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-16T06:23:13.254Z] Removing intermediate container 1fe2e4c210c8 [2021-04-16T06:23:13.254Z] ---> a8c1e1f801c6 [2021-04-16T06:23:13.254Z] [2021-04-16T06:23:13.523Z] Successfully built a8c1e1f801c6 [2021-04-16T06:23:13.800Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-04-16T06:23:13.800Z]  Building docker-security-bootstrapper-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-16T06:23:14.395Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-04-16T06:23:14.395Z] (2/6) Installing libgcc (9.3.0-r2) [2021-04-16T06:23:14.669Z] (3/6) Installing libsodium (1.0.18-r0) [2021-04-16T06:23:14.669Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-04-16T06:23:14.940Z] (5/6) Installing libzmq (4.3.3-r0) [2021-04-16T06:23:15.209Z] (6/6) Installing zeromq (4.3.3-r0) [2021-04-16T06:23:15.209Z] Executing busybox-1.31.1-r20.trigger [2021-04-16T06:23:15.209Z] OK: 8 MiB in 20 packages [2021-04-16T06:23:16.652Z] Removing intermediate container 46957b28f55f [2021-04-16T06:23:16.652Z] ---> 4a9dada10f0a [2021-04-16T06:23:16.652Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-16T06:23:17.247Z] ---> f901ead3b0b6 [2021-04-16T06:23:17.247Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-04-16T06:23:18.674Z] ---> d4b921383f52 [2021-04-16T06:23:18.674Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-04-16T06:23:19.267Z] ---> 2c81222ad712 [2021-04-16T06:23:19.267Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-04-16T06:23:19.267Z] ---> Running in 34885b4858fa [2021-04-16T06:23:19.863Z] Removing intermediate container 34885b4858fa [2021-04-16T06:23:19.863Z] ---> 1a78b0a8a597 [2021-04-16T06:23:19.863Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-16T06:23:19.863Z] ---> Running in 68b79340f5b4 [2021-04-16T06:23:20.457Z] Removing intermediate container 68b79340f5b4 [2021-04-16T06:23:20.457Z] ---> 58009304080a [2021-04-16T06:23:20.457Z] Step 21/23 : LABEL arch=arm64 [2021-04-16T06:23:20.457Z] ---> Running in f1801a09ae3c [2021-04-16T06:23:21.048Z] Removing intermediate container f1801a09ae3c [2021-04-16T06:23:21.048Z] ---> f01767ed82a5 [2021-04-16T06:23:21.048Z] Step 22/23 : LABEL git_sha=94b9d4dbb121687aa959c989a31be590d863cb3b [2021-04-16T06:23:21.048Z] ---> Running in 47d83f60af55 [2021-04-16T06:23:21.641Z] Removing intermediate container 47d83f60af55 [2021-04-16T06:23:21.641Z] ---> abb15e2fef5c [2021-04-16T06:23:21.641Z] Step 23/23 : LABEL version=0.0.0 [2021-04-16T06:23:21.641Z] ---> Running in 32d8feb7cbd4 [2021-04-16T06:23:22.232Z] Removing intermediate container 32d8feb7cbd4 [2021-04-16T06:23:22.232Z] ---> 613bd8afec66 [2021-04-16T06:23:22.232Z] [2021-04-16T06:23:22.502Z] Successfully built 613bd8afec66 [2021-04-16T06:23:22.502Z] Successfully tagged docker-core-data-go-arm64:latest [2021-04-16T06:23:23.106Z]  Building docker-core-data-go ... done  [Pipeline] } [2021-04-16T06:23:23.124Z] $ docker stop --time=1 901d867a2660bcbf0ca553af8e4f19ba502f221805ef7a23c596b33b1969e69b [2021-04-16T06:23:25.032Z] $ docker rm -f 901d867a2660bcbf0ca553af8e4f19ba502f221805ef7a23c596b33b1969e69b [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-16T06:23:25.712Z] + + grep dockerdocker images [2021-04-16T06:23:25.712Z] [2021-04-16T06:23:25.983Z] docker-core-data-go-arm64 latest 613bd8afec66 4 seconds ago 21.4MB [2021-04-16T06:23:25.983Z] docker-security-bootstrapper-go-arm64 latest a8c1e1f801c6 13 seconds ago 17.9MB [2021-04-16T06:23:25.983Z] docker-security-secretstore-setup-go-arm64 latest 83edc3dcc58c 21 seconds ago 24.6MB [2021-04-16T06:23:25.983Z] docker-support-scheduler-go-arm64 latest 4864881fc3b5 28 seconds ago 16.4MB [2021-04-16T06:23:25.983Z] docker-sys-mgmt-agent-go-arm64 latest 284d3eb53890 About a minute ago 299MB [2021-04-16T06:23:25.983Z] docker-core-metadata-go-arm64 latest 654d09628255 3 minutes ago 17.9MB [2021-04-16T06:23:25.983Z] docker-core-command-go-arm64 latest f01bcd54d888 3 minutes ago 16.3MB [2021-04-16T06:23:25.983Z] docker-support-notifications-go-arm64 latest 0454712a03ef 3 minutes ago 17MB [2021-04-16T06:23:25.983Z] docker-security-proxy-setup-go-arm64 latest 675ec5d01b80 3 minutes ago 24.3MB [2021-04-16T06:23:25.983Z] docker 20.10.0 eeaf43b92773 4 months ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh [2021-04-16T06:23:26.964Z] ---> job-cost.sh [2021-04-16T06:23:26.964Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-QjnJ [2021-04-16T06:24:05.888Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-04-16T06:25:57.651Z] lf-activate-venv(): INFO: Adding /tmp/venv-QjnJ/bin to PATH [2021-04-16T06:25:57.651Z] INFO: No Stack... [2021-04-16T06:25:57.651Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-04-16T06:25:57.651Z] INFO: Archiving Costs [Pipeline] sh [2021-04-16T06:25:58.016Z] + cut -d, -f6 [2021-04-16T06:25:58.016Z] + cat /w/workspace/edgex-go/1/archives/cost.csv [Pipeline] lock [2021-04-16T06:25:58.174Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3373-1-stack-cost] [2021-04-16T06:25:58.180Z] Resource [jenkins-edgexfoundry-edgex-go-PR-3373-1-stack-cost] did not exist. Created. [2021-04-16T06:25:58.180Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3373-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-04-16T06:25:58.671Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-04-16T06:25:59.023Z] Stashed 1 file(s) [Pipeline] } [2021-04-16T06:25:59.045Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3373-1-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) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2021-04-16T06:26:01.368Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-16T06:26:02.300Z] ---> package-listing.sh [2021-04-16T06:26:02.300Z] ++ facter osfamily [2021-04-16T06:26:02.300Z] ++ tr '[:upper:]' '[:lower:]' [2021-04-16T06:26:02.300Z] + OS_FAMILY=redhat [2021-04-16T06:26:02.300Z] + workspace=/w/workspace/edgex-go/1 [2021-04-16T06:26:02.300Z] + START_PACKAGES=/tmp/packages_start.txt [2021-04-16T06:26:02.300Z] + END_PACKAGES=/tmp/packages_end.txt [2021-04-16T06:26:02.300Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-04-16T06:26:02.300Z] + PACKAGES=/tmp/packages_start.txt [2021-04-16T06:26:02.300Z] + '[' /w/workspace/edgex-go/1 ']' [2021-04-16T06:26:02.300Z] + PACKAGES=/tmp/packages_end.txt [2021-04-16T06:26:02.300Z] + case "${OS_FAMILY}" in [2021-04-16T06:26:02.300Z] + rpm -qa [2021-04-16T06:26:02.300Z] + sort [2021-04-16T06:26:07.616Z] + '[' -f /tmp/packages_start.txt ']' [2021-04-16T06:26:07.616Z] + '[' -f /tmp/packages_end.txt ']' [2021-04-16T06:26:07.616Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-04-16T06:26:07.616Z] + '[' /w/workspace/edgex-go/1 ']' [2021-04-16T06:26:07.616Z] + mkdir -p /w/workspace/edgex-go/1/archives/ [2021-04-16T06:26:07.616Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/1/archives/ [Pipeline] echo [2021-04-16T06:26:07.650Z] 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/1/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-04-16T06:26:07.965Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-04-16T06:26:08.306Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-16T06:26:08.306Z] [2021-04-16T06:26:08.306Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-04-16T06:26:08.677Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-16T06:26:08.677Z] alpine: Pulling from edgex-lftools-log-publisher [2021-04-16T06:26:08.677Z] df20fa9351a1: Pulling fs layer [2021-04-16T06:26:08.677Z] 36b3adc4ff6f: Pulling fs layer [2021-04-16T06:26:08.677Z] 8ad3a11d3b57: Pulling fs layer [2021-04-16T06:26:08.677Z] 46f8f816bc3b: Pulling fs layer [2021-04-16T06:26:08.677Z] 93b61091891f: Pulling fs layer [2021-04-16T06:26:08.677Z] 93b9cdb0e59b: Pulling fs layer [2021-04-16T06:26:08.677Z] 5e14af77c1be: Pulling fs layer [2021-04-16T06:26:08.677Z] 01666e4c0597: Pulling fs layer [2021-04-16T06:26:08.677Z] aa168da1d23b: Pulling fs layer [2021-04-16T06:26:08.677Z] 93b9cdb0e59b: Waiting [2021-04-16T06:26:08.677Z] 5e14af77c1be: Waiting [2021-04-16T06:26:08.677Z] 01666e4c0597: Waiting [2021-04-16T06:26:08.677Z] aa168da1d23b: Waiting [2021-04-16T06:26:08.677Z] 46f8f816bc3b: Waiting [2021-04-16T06:26:08.677Z] 93b61091891f: Waiting [2021-04-16T06:26:08.677Z] 36b3adc4ff6f: Verifying Checksum [2021-04-16T06:26:08.677Z] 36b3adc4ff6f: Download complete [2021-04-16T06:26:08.943Z] 46f8f816bc3b: Verifying Checksum [2021-04-16T06:26:08.943Z] 46f8f816bc3b: Download complete [2021-04-16T06:26:08.943Z] df20fa9351a1: Download complete [2021-04-16T06:26:08.943Z] 93b9cdb0e59b: Verifying Checksum [2021-04-16T06:26:08.943Z] 93b9cdb0e59b: Download complete [2021-04-16T06:26:08.943Z] 5e14af77c1be: Verifying Checksum [2021-04-16T06:26:08.943Z] 5e14af77c1be: Download complete [2021-04-16T06:26:08.943Z] 01666e4c0597: Verifying Checksum [2021-04-16T06:26:08.943Z] 01666e4c0597: Download complete [2021-04-16T06:26:08.943Z] 93b61091891f: Download complete [2021-04-16T06:26:08.943Z] 8ad3a11d3b57: Verifying Checksum [2021-04-16T06:26:08.943Z] 8ad3a11d3b57: Download complete [2021-04-16T06:26:09.212Z] df20fa9351a1: Pull complete [2021-04-16T06:26:09.480Z] 36b3adc4ff6f: Pull complete [2021-04-16T06:26:10.430Z] 8ad3a11d3b57: Pull complete [2021-04-16T06:26:10.431Z] 46f8f816bc3b: Pull complete [2021-04-16T06:26:11.013Z] aa168da1d23b: Verifying Checksum [2021-04-16T06:26:11.013Z] aa168da1d23b: Download complete [2021-04-16T06:26:12.945Z] 93b61091891f: Pull complete [2021-04-16T06:26:13.207Z] 93b9cdb0e59b: Pull complete [2021-04-16T06:26:13.207Z] 5e14af77c1be: Pull complete [2021-04-16T06:26:13.474Z] 01666e4c0597: Pull complete [2021-04-16T06:26:23.505Z] aa168da1d23b: Pull complete [2021-04-16T06:26:23.505Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-04-16T06:26:23.505Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-16T06:26:23.505Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-04-16T06:26:23.754Z] prd-centos7-docker-4c-2g-433 does not seem to be running inside a container [2021-04-16T06:26:23.817Z] $ 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/1/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/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-04-16T06:26:31.633Z] $ docker top 06c3499a44ec8cfe1b5b6af95bf83e9a482c18d47f39c085d60fc4491ecf247e -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-16T06:26:32.191Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-04-16T06:26:32.521Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-04-16T06:26:32.856Z] + ls /var/log/sa-host [2021-04-16T06:26:32.856Z] + sadf -c /var/log/sa-host/sa16 [2021-04-16T06:26:32.856Z] file_magic: OK [2021-04-16T06:26:32.856Z] HZ: Using current value: 100 [2021-04-16T06:26:32.856Z] file_header: OK [2021-04-16T06:26:32.856Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-04-16T06:26:32.856Z] Statistics: [2021-04-16T06:26:32.856Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-04-16T06:26:32.856Z] File successfully converted to sysstat format version 12.2.1 [2021-04-16T06:26:32.856Z] + sadf -c /var/log/sa-host/sa23 [2021-04-16T06:26:32.856Z] file_magic: OK [2021-04-16T06:26:32.856Z] HZ: Using current value: 100 [2021-04-16T06:26:32.856Z] file_header: OK [2021-04-16T06:26:32.856Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-04-16T06:26:32.856Z] Statistics: [2021-04-16T06:26:32.856Z] Hnuu...uuuununununu... [2021-04-16T06:26:32.856Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-04-16T06:26:33.485Z] provisioning config files... [2021-04-16T06:26:33.507Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/1@tmp/config7664263321855425569tmp [Pipeline] { [Pipeline] echo [2021-04-16T06:26:33.561Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-16T06:26:33.904Z] ---> create-netrc.sh [Pipeline] } [2021-04-16T06:26:33.932Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-04-16T06:26:34.013Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-16T06:26:34.360Z] ---> python-tools-install.sh [Pipeline] echo [2021-04-16T06:26:34.394Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-16T06:26:34.740Z] ---> sudo-logs.sh [2021-04-16T06:26:34.740Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-04-16T06:26:34.928Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-16T06:26:35.292Z] ---> job-cost.sh [2021-04-16T06:26:35.292Z] lf-activate-venv: SKIPPING [2021-04-16T06:26:35.292Z] DEBUG: total: 0.20999999344348907 [2021-04-16T06:26:35.292Z] INFO: Retrieving Stack Cost... [2021-04-16T06:26:36.728Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-04-16T06:26:37.325Z] INFO: Archiving Costs [Pipeline] echo [2021-04-16T06:26:37.364Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-16T06:26:37.726Z] ---> logs-deploy.sh [2021-04-16T06:26:37.726Z] lf-activate-venv: SKIPPING [2021-04-16T06:26:37.726Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3373/1 [2021-04-16T06:26:37.726Z] INFO: archiving workspace using pattern(s): [2021-04-16T06:26:39.117Z] Archives upload complete. [2021-04-16T06:26:39.380Z] INFO: archiving logs to Nexus