Pull request #3314 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 230efa915a5a331c14751e0f7925e6b0f52b8528+26d77b84fb2d9fed3cb020dc876dcb0bb8438935 (0aaff46cca0f5d367daccea55bdc511adcc4c2a5) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 57ded3389ef25720063a8030e5c426a6b7ea5b20 # timeout=10 Commit message: "Merge pull request #323 from siggiskulason/update-snap-build" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Executor slot already in use; ‘prd-centos7-docker-4c-2g-31817’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-26577’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-27930’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-30485’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-30654’ doesn’t have label ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-31827 in /w/workspace/edgexfoundry_edgex-go_PR-3314 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/3 [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/3 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit 26d77b84fb2d9fed3cb020dc876dcb0bb8438935 into PR head commit 230efa915a5a331c14751e0f7925e6b0f52b8528 Merge succeeded, producing 230efa915a5a331c14751e0f7925e6b0f52b8528 Checking out Revision 230efa915a5a331c14751e0f7925e6b0f52b8528 (PR-3314) > 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/3314/head:refs/remotes/origin/PR-3314 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 230efa915a5a331c14751e0f7925e6b0f52b8528 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 26d77b84fb2d9fed3cb020dc876dcb0bb8438935 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 230efa915a5a331c14751e0f7925e6b0f52b8528 # timeout=10 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-core-contracts/v2" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-03-29T19:32:59.024Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-03-29T19:32:59.276Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-03-29T19:32:59.371Z] ========================================================= [2021-03-29T19:32:59.371Z] EdgeX Global Pipelines Version Info [2021-03-29T19:32:59.371Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk 3bfca1cd62533e13c63a2c650612c7fcb1c5b241 # timeout=10 [2021-03-29T19:33:00.814Z] ------------------- [2021-03-29T19:33:00.814Z] stable info: [2021-03-29T19:33:00.814Z] ------------------- [2021-03-29T19:33:00.814Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-03-29T19:33:00.814Z] Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 [2021-03-29T19:33:00.814Z] Message: update stable to v1.0.186 [2021-03-29T19:33:01.770Z] ------------------- [2021-03-29T19:33:01.770Z] experimental info: [2021-03-29T19:33:01.771Z] ------------------- [2021-03-29T19:33:01.771Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-03-29T19:33:01.771Z] Commit SHA: d990d252097850d5d490fbb59df25296f5300d79 [2021-03-29T19:33:01.771Z] Message: update experimental to v1.0.188 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-03-29T19:33:02.037Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-03-29T19:33:02.127Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-03-29T19:33:02.217Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-03-29T19:33:02.297Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-03-29T19:33:02.379Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-03-29T19:33:02.471Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-03-29T19:33:02.600Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-03-29T19:33:02.730Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-03-29T19:33:02.815Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-03-29T19:33:02.899Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-03-29T19:33:02.987Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-03-29T19:33:03.070Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-03-29T19:33:03.154Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-03-29T19:33:03.242Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-03-29T19:33:03.324Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-03-29T19:33:03.406Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-03-29T19:33:03.490Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-03-29T19:33:03.578Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-03-29T19:33:03.664Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-03-29T19:33:03.750Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-03-29T19:33:03.855Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-03-29T19:33:03.974Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-03-29T19:33:04.065Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3314 [Pipeline] echo [2021-03-29T19:33:04.153Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3314 [Pipeline] echo [2021-03-29T19:33:04.239Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3314 [Pipeline] echo [2021-03-29T19:33:04.323Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 230efa915a5a331c14751e0f7925e6b0f52b8528 [Pipeline] echo [2021-03-29T19:33:04.411Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 230efa9 [Pipeline] echo [2021-03-29T19:33:04.495Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-29T19:33:04.699Z] provisioning config files... [2021-03-29T19:33:04.742Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/3@tmp/config5528687385233177813tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-29T19:33:05.100Z] ---> docker-login.sh [2021-03-29T19:33:05.100Z] nexus3.edgexfoundry.org:10001 [2021-03-29T19:33:05.367Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-29T19:33:05.635Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-29T19:33:05.635Z] Configure a credential helper to remove this warning. See [2021-03-29T19:33:05.635Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-29T19:33:05.635Z] [2021-03-29T19:33:05.635Z] Login Succeeded [2021-03-29T19:33:05.635Z] nexus3.edgexfoundry.org:10002 [2021-03-29T19:33:05.635Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-29T19:33:05.635Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-29T19:33:05.635Z] Configure a credential helper to remove this warning. See [2021-03-29T19:33:05.635Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-29T19:33:05.635Z] [2021-03-29T19:33:05.635Z] Login Succeeded [2021-03-29T19:33:05.635Z] nexus3.edgexfoundry.org:10003 [2021-03-29T19:33:05.900Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-29T19:33:05.900Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-29T19:33:05.900Z] Configure a credential helper to remove this warning. See [2021-03-29T19:33:05.900Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-29T19:33:05.900Z] [2021-03-29T19:33:05.900Z] Login Succeeded [2021-03-29T19:33:05.900Z] nexus3.edgexfoundry.org:10004 [2021-03-29T19:33:06.164Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-29T19:33:06.164Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-29T19:33:06.164Z] Configure a credential helper to remove this warning. See [2021-03-29T19:33:06.164Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-29T19:33:06.164Z] [2021-03-29T19:33:06.164Z] Login Succeeded [2021-03-29T19:33:06.164Z] docker.io [2021-03-29T19:33:06.164Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-29T19:33:06.427Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-29T19:33:06.427Z] Configure a credential helper to remove this warning. See [2021-03-29T19:33:06.427Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-29T19:33:06.427Z] [2021-03-29T19:33:06.427Z] Login Succeeded [2021-03-29T19:33:06.427Z] ---> docker-login.sh ends [Pipeline] } [2021-03-29T19:33:06.437Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-29T19:33:06.916Z] ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile [2021-03-29T19:33:06.916Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-29T19:33:06.916Z] ++ dirname cmd/core-command/Dockerfile [2021-03-29T19:33:06.916Z] ++ cut -d/ -f2 [2021-03-29T19:33:06.916Z] + echo core-command,cmd/core-command/Dockerfile [2021-03-29T19:33:06.916Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-29T19:33:06.916Z] ++ dirname cmd/core-data/Dockerfile [2021-03-29T19:33:06.916Z] ++ cut -d/ -f2 [2021-03-29T19:33:06.916Z] + echo core-data,cmd/core-data/Dockerfile [2021-03-29T19:33:06.916Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-29T19:33:06.916Z] ++ dirname cmd/core-metadata/Dockerfile [2021-03-29T19:33:06.916Z] ++ cut -d/ -f2 [2021-03-29T19:33:06.916Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-03-29T19:33:06.916Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-29T19:33:06.916Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-03-29T19:33:06.916Z] ++ cut -d/ -f2 [2021-03-29T19:33:06.916Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-03-29T19:33:06.916Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-29T19:33:06.916Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-03-29T19:33:06.916Z] ++ cut -d/ -f2 [2021-03-29T19:33:06.916Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-03-29T19:33:06.916Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-29T19:33:06.916Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-03-29T19:33:06.917Z] ++ cut -d/ -f2 [2021-03-29T19:33:06.917Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-03-29T19:33:06.917Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-29T19:33:06.917Z] ++ dirname cmd/support-notifications/Dockerfile [2021-03-29T19:33:06.917Z] ++ cut -d/ -f2 [2021-03-29T19:33:06.917Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-03-29T19:33:06.917Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-29T19:33:06.917Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-03-29T19:33:06.917Z] ++ cut -d/ -f2 [2021-03-29T19:33:06.917Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-03-29T19:33:06.917Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-29T19:33:06.917Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-03-29T19:33:06.917Z] ++ cut -d/ -f2 [2021-03-29T19:33:06.917Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-03-29T19:33:06.998Z] Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-bootstrapper-go, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2021-03-29T19:33:07.832Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-29T19:33:07.832Z] [2021-03-29T19:33:07.832Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-03-29T19:33:08.184Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-29T19:33:08.184Z] latest: Pulling from edgex-devops/git-semver [2021-03-29T19:33:08.184Z] 31603596830f: Pulling fs layer [2021-03-29T19:33:08.184Z] 2a8b12db71e7: Pulling fs layer [2021-03-29T19:33:08.184Z] 6ca5941a6612: Pulling fs layer [2021-03-29T19:33:08.184Z] ecc8261a40a4: Pulling fs layer [2021-03-29T19:33:08.184Z] ecc8261a40a4: Waiting [2021-03-29T19:33:08.184Z] 2a8b12db71e7: Verifying Checksum [2021-03-29T19:33:08.184Z] 2a8b12db71e7: Download complete [2021-03-29T19:33:08.447Z] 31603596830f: Download complete [2021-03-29T19:33:08.447Z] ecc8261a40a4: Verifying Checksum [2021-03-29T19:33:08.447Z] ecc8261a40a4: Download complete [2021-03-29T19:33:08.447Z] 6ca5941a6612: Verifying Checksum [2021-03-29T19:33:08.447Z] 6ca5941a6612: Download complete [2021-03-29T19:33:08.709Z] 31603596830f: Pull complete [2021-03-29T19:33:08.709Z] 2a8b12db71e7: Pull complete [2021-03-29T19:33:09.662Z] 6ca5941a6612: Pull complete [2021-03-29T19:33:09.925Z] ecc8261a40a4: Pull complete [2021-03-29T19:33:09.925Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-03-29T19:33:09.925Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-29T19:33:09.925Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-03-29T19:33:10.035Z] prd-centos7-docker-4c-2g-31827 does not seem to be running inside a container [2021-03-29T19:33:10.112Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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:10004/edgex-devops/git-semver:latest cat [2021-03-29T19:33:12.725Z] $ docker top 8cc1d7d868c3843c0dd124523a6b70ca593aad127af6393789bee757c83817d5 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-29T19:33:13.030Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-29T19:33:13.030Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-29T19:33:13.266Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-29T19:33:13.269Z] $ docker exec 8cc1d7d868c3843c0dd124523a6b70ca593aad127af6393789bee757c83817d5 ssh-agent [2021-03-29T19:33:13.435Z] SSH_AUTH_SOCK=/tmp/ssh-1gTCb3mLnvHP/agent.12 [2021-03-29T19:33:13.435Z] SSH_AGENT_PID=17 [2021-03-29T19:33:13.448Z] Running ssh-add (command line suppressed) [2021-03-29T19:33:13.568Z] Identity added: /w/workspace/edgex-go/3@tmp/private_key_1710138984317718046.key (/w/workspace/edgex-go/3@tmp/private_key_1710138984317718046.key) [2021-03-29T19:33:13.619Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-29T19:33:13.958Z] + git tag --points-at HEAD [Pipeline] } [2021-03-29T19:33:13.982Z] $ docker exec --env ******** --env ******** 8cc1d7d868c3843c0dd124523a6b70ca593aad127af6393789bee757c83817d5 ssh-agent -k [2021-03-29T19:33:14.092Z] unset SSH_AUTH_SOCK; [2021-03-29T19:33:14.092Z] unset SSH_AGENT_PID; [2021-03-29T19:33:14.092Z] echo Agent pid 17 killed; [2021-03-29T19:33:14.143Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-03-29T19:33:14.299Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-29T19:33:14.299Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-29T19:33:14.469Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-29T19:33:14.472Z] $ docker exec 8cc1d7d868c3843c0dd124523a6b70ca593aad127af6393789bee757c83817d5 ssh-agent [2021-03-29T19:33:14.635Z] SSH_AUTH_SOCK=/tmp/ssh-9f9rkZ9cmUuE/agent.46 [2021-03-29T19:33:14.635Z] SSH_AGENT_PID=51 [2021-03-29T19:33:14.644Z] Running ssh-add (command line suppressed) [2021-03-29T19:33:14.773Z] Identity added: /w/workspace/edgex-go/3@tmp/private_key_9111961318802609822.key (/w/workspace/edgex-go/3@tmp/private_key_9111961318802609822.key) [2021-03-29T19:33:14.843Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-29T19:33:15.197Z] + git semver init [2021-03-29T19:33:15.197Z] # -> Open(): unable to determine branch for HEAD [2021-03-29T19:33:15.197Z] # $GIT_DIR = /w/workspace/edgex-go/3/.git [2021-03-29T19:33:15.197Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/3 [2021-03-29T19:33:15.197Z] # $SEMVER_REMOTE_NAME = origin [2021-03-29T19:33:15.197Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-29T19:33:15.197Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-29T19:33:15.197Z] # $SEMVER_BRANCH = PR-3314 [2021-03-29T19:33:15.197Z] # $SEMVER_TEMP = /tmp/semver-929084991 [2021-03-29T19:33:15.197Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-03-29T19:33:41.957Z] # '/tmp/semver-929084991' -> '/w/workspace/edgex-go/3/.semver' [2021-03-29T19:33:41.957Z] # -> Force: false [2021-03-29T19:33:41.957Z] # $SEMVER_DIR = /w/workspace/edgex-go/3/.semver [Pipeline] } [2021-03-29T19:33:41.971Z] $ docker exec --env ******** --env ******** 8cc1d7d868c3843c0dd124523a6b70ca593aad127af6393789bee757c83817d5 ssh-agent -k [2021-03-29T19:33:42.213Z] unset SSH_AUTH_SOCK; [2021-03-29T19:33:42.213Z] unset SSH_AGENT_PID; [2021-03-29T19:33:42.213Z] echo Agent pid 51 killed; [2021-03-29T19:33:42.278Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-29T19:33:42.819Z] + git semver [Pipeline] } [2021-03-29T19:33:42.840Z] $ docker stop --time=1 8cc1d7d868c3843c0dd124523a6b70ca593aad127af6393789bee757c83817d5 [2021-03-29T19:33:44.389Z] $ docker rm -f 8cc1d7d868c3843c0dd124523a6b70ca593aad127af6393789bee757c83817d5 [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-29T19:33:44.959Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-03-29T19:33:45.568Z] Stashed 1 file(s) [Pipeline] echo [2021-03-29T19:33:45.572Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-03-29T19:33:46.411Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-03-29T19:33:46.739Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-29T19:33:47.052Z] + sudo service docker restart [2021-03-29T19:33:47.052Z] + true [2021-03-29T19:33:47.052Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-03-29T19:33:47.648Z] ========================================================= [2021-03-29T19:33:47.649Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-03-29T19:33:47.649Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-29T19:33:48.011Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2021-03-29T19:33:51.345Z] Sending build context to Docker daemon 328.9MB [2021-03-29T19:33:51.618Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-03-29T19:33:51.618Z] Step 2/6 : FROM ${BASE} [2021-03-29T19:33:51.618Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-03-29T19:33:51.618Z] 188c0c94c7c5: Pulling fs layer [2021-03-29T19:33:51.618Z] 0ef7d3d256c8: Pulling fs layer [2021-03-29T19:33:51.618Z] de9db76c5a1d: Pulling fs layer [2021-03-29T19:33:51.618Z] bca2f99d35d6: Pulling fs layer [2021-03-29T19:33:51.618Z] 93359f2a8cfa: Pulling fs layer [2021-03-29T19:33:51.618Z] 7c6f9722023f: Pulling fs layer [2021-03-29T19:33:51.618Z] a35cf1a2eb13: Pulling fs layer [2021-03-29T19:33:51.618Z] 93359f2a8cfa: Waiting [2021-03-29T19:33:51.618Z] 7c6f9722023f: Waiting [2021-03-29T19:33:51.618Z] a35cf1a2eb13: Waiting [2021-03-29T19:33:51.618Z] bca2f99d35d6: Waiting [2021-03-29T19:33:51.618Z] de9db76c5a1d: Verifying Checksum [2021-03-29T19:33:51.618Z] de9db76c5a1d: Download complete [2021-03-29T19:33:51.618Z] 0ef7d3d256c8: Verifying Checksum [2021-03-29T19:33:51.618Z] 0ef7d3d256c8: Download complete [2021-03-29T19:33:51.618Z] 93359f2a8cfa: Verifying Checksum [2021-03-29T19:33:51.618Z] 93359f2a8cfa: Download complete [2021-03-29T19:33:51.618Z] 188c0c94c7c5: Download complete [2021-03-29T19:33:51.618Z] 7c6f9722023f: Verifying Checksum [2021-03-29T19:33:51.618Z] 7c6f9722023f: Download complete [2021-03-29T19:33:52.193Z] 188c0c94c7c5: Pull complete [2021-03-29T19:33:52.457Z] 0ef7d3d256c8: Pull complete [2021-03-29T19:33:52.723Z] de9db76c5a1d: Pull complete [2021-03-29T19:33:53.679Z] a35cf1a2eb13: Verifying Checksum [2021-03-29T19:33:53.679Z] a35cf1a2eb13: Download complete [2021-03-29T19:33:54.631Z] bca2f99d35d6: Verifying Checksum [2021-03-29T19:33:54.631Z] bca2f99d35d6: Download complete [2021-03-29T19:33:59.973Z] bca2f99d35d6: Pull complete [2021-03-29T19:33:59.973Z] 93359f2a8cfa: Pull complete [2021-03-29T19:33:59.973Z] 7c6f9722023f: Pull complete [2021-03-29T19:34:00.927Z] Still waiting to schedule task [2021-03-29T19:34:00.927Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-26577’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-27930’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-30485’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-30654’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-31829’ is offline [2021-03-29T19:34:05.305Z] a35cf1a2eb13: Pull complete [2021-03-29T19:34:05.305Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-03-29T19:34:05.305Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-03-29T19:34:05.305Z] ---> a62c8e92a672 [2021-03-29T19:34:05.305Z] Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2021-03-29T19:34:05.305Z] ---> Running in 849af7bc2718 [2021-03-29T19:34:05.895Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-29T19:34:06.471Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-29T19:34:07.045Z] (1/12) Installing libmagic (5.38-r0) [2021-03-29T19:34:07.618Z] (2/12) Installing file (5.38-r0) [2021-03-29T19:34:07.618Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-03-29T19:34:07.618Z] (4/12) Installing g++ (9.3.0-r2) [2021-03-29T19:34:29.628Z] (5/12) Installing fortify-headers (1.1-r0) [2021-03-29T19:34:29.628Z] (6/12) Installing patch (2.7.6-r6) [2021-03-29T19:34:29.628Z] (7/12) Installing build-base (0.5-r2) [2021-03-29T19:34:29.628Z] (8/12) Installing libsodium (1.0.18-r0) [2021-03-29T19:34:29.628Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-03-29T19:34:29.628Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-03-29T19:34:29.628Z] (11/12) Installing libzmq (4.3.3-r0) [2021-03-29T19:34:29.628Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-03-29T19:34:29.892Z] Executing busybox-1.31.1-r19.trigger [2021-03-29T19:34:29.892Z] OK: 233 MiB in 51 packages [2021-03-29T19:34:33.218Z] Removing intermediate container 849af7bc2718 [2021-03-29T19:34:33.218Z] ---> 0b2af31847d5 [2021-03-29T19:34:33.218Z] Step 4/6 : WORKDIR /edgex-go [2021-03-29T19:34:33.218Z] ---> Running in f76caf9e6ac1 [2021-03-29T19:34:33.218Z] Removing intermediate container f76caf9e6ac1 [2021-03-29T19:34:33.218Z] ---> 682444978ba4 [2021-03-29T19:34:33.218Z] Step 5/6 : COPY go.mod . [2021-03-29T19:34:33.483Z] ---> fc591b0900bf [2021-03-29T19:34:33.483Z] Step 6/6 : RUN go mod download [2021-03-29T19:34:33.747Z] ---> Running in 07984f1f792d [2021-03-29T19:34:51.928Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-31830 in /w/workspace/edgexfoundry_edgex-go_PR-3314 [Pipeline] { [Pipeline] ws [2021-03-29T19:34:51.981Z] Running in /w/workspace/edgex-go/3 [Pipeline] { [Pipeline] checkout [2021-03-29T19:34:55.770Z] Removing intermediate container 07984f1f792d [2021-03-29T19:34:55.770Z] ---> d61a5f01b949 [2021-03-29T19:34:55.770Z] Successfully built d61a5f01b949 [2021-03-29T19:34:55.770Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-29T19:34:56.103Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-29T19:34:56.103Z] . [Pipeline] withDockerContainer [2021-03-29T19:34:56.240Z] prd-centos7-docker-4c-2g-31827 does not seem to be running inside a container [2021-03-29T19:34:56.290Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-03-29T19:34:57.111Z] $ docker top d8626c1516c266c0abed255daecce39a3843f8b04190b4740165ec86fe61f9e5 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-29T19:34:57.500Z] using credential edgex-jenkins-ssh [2021-03-29T19:34:57.570Z] Cloning the remote Git repository [2021-03-29T19:34:57.628Z] + go version [2021-03-29T19:34:57.629Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-03-29T19:34:57.651Z] $ docker stop --time=1 d8626c1516c266c0abed255daecce39a3843f8b04190b4740165ec86fe61f9e5 [2021-03-29T19:34:57.652Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-03-29T19:34:57.953Z] > git init /w/workspace/edgex-go/3 # timeout=10 [2021-03-29T19:34:58.058Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-29T19:34:58.060Z] > git --version # timeout=10 [2021-03-29T19:34:58.086Z] > git --version # 'git version 2.17.1' [2021-03-29T19:34:58.091Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-29T19:34:58.166Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-29T19:34:58.988Z] $ docker rm -f d8626c1516c266c0abed255daecce39a3843f8b04190b4740165ec86fe61f9e5 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-29T19:34:59.837Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-29T19:34:59.837Z] . [Pipeline] withDockerContainer [2021-03-29T19:34:59.933Z] prd-centos7-docker-4c-2g-31827 does not seem to be running inside a container [2021-03-29T19:34:59.990Z] $ 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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-03-29T19:35:00.734Z] $ docker top a6d27ecaa22988e25cc714dc812bead38a72093ce4e8afedb71848a37d8b4d79 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-03-29T19:35:00.914Z] ========================================================= [2021-03-29T19:35:00.914Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-03-29T19:35:00.914Z] ========================================================= [Pipeline] sh [2021-03-29T19:35:01.207Z] + make test [2021-03-29T19:35:01.207Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-03-29T19:35:13.602Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-03-29T19:35:27.858Z] Merging remotes/origin/master commit 26d77b84fb2d9fed3cb020dc876dcb0bb8438935 into PR head commit 230efa915a5a331c14751e0f7925e6b0f52b8528 [2021-03-29T19:35:28.364Z] Merge succeeded, producing 230efa915a5a331c14751e0f7925e6b0f52b8528 [2021-03-29T19:35:28.365Z] Checking out Revision 230efa915a5a331c14751e0f7925e6b0f52b8528 (PR-3314) [2021-03-29T19:35:27.053Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-29T19:35:27.069Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-29T19:35:27.100Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-29T19:35:27.129Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-29T19:35:27.130Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-29T19:35:27.142Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3314/head:refs/remotes/origin/PR-3314 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-29T19:35:27.877Z] > git config core.sparsecheckout # timeout=10 [2021-03-29T19:35:27.893Z] > git checkout -f 230efa915a5a331c14751e0f7925e6b0f52b8528 # timeout=10 [2021-03-29T19:35:28.252Z] > git remote # timeout=10 [2021-03-29T19:35:28.282Z] > git config --get remote.origin.url # timeout=10 [2021-03-29T19:35:28.306Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-29T19:35:28.317Z] > git merge 26d77b84fb2d9fed3cb020dc876dcb0bb8438935 # timeout=10 [2021-03-29T19:35:28.349Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-03-29T19:35:28.371Z] > git config core.sparsecheckout # timeout=10 [2021-03-29T19:35:28.387Z] > git checkout -f 230efa915a5a331c14751e0f7925e6b0f52b8528 # timeout=10 [2021-03-29T19:35:31.968Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-03-29T19:35:32.767Z] Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-core-contracts/v2" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-03-29T19:35:34.248Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-03-29T19:35:34.646Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-29T19:35:34.978Z] + + sudo servicetrue docker [2021-03-29T19:35:34.978Z] restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-29T19:35:37.069Z] provisioning config files... [2021-03-29T19:35:37.114Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/3@tmp/config844506129281284799tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-29T19:35:37.529Z] ---> docker-login.sh [2021-03-29T19:35:37.529Z] nexus3.edgexfoundry.org:10001 [2021-03-29T19:35:38.122Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-29T19:35:38.729Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-29T19:35:38.730Z] Configure a credential helper to remove this warning. See [2021-03-29T19:35:38.730Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-29T19:35:38.730Z] [2021-03-29T19:35:38.730Z] Login Succeeded [2021-03-29T19:35:38.730Z] nexus3.edgexfoundry.org:10002 [2021-03-29T19:35:39.329Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-29T19:35:39.329Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-29T19:35:39.329Z] Configure a credential helper to remove this warning. See [2021-03-29T19:35:39.329Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-29T19:35:39.329Z] [2021-03-29T19:35:39.329Z] Login Succeeded [2021-03-29T19:35:39.329Z] nexus3.edgexfoundry.org:10003 [2021-03-29T19:35:39.619Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-29T19:35:39.893Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-29T19:35:39.893Z] Configure a credential helper to remove this warning. See [2021-03-29T19:35:39.893Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-29T19:35:39.893Z] [2021-03-29T19:35:39.893Z] Login Succeeded [2021-03-29T19:35:39.893Z] nexus3.edgexfoundry.org:10004 [2021-03-29T19:35:40.168Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-29T19:35:40.273Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-03-29T19:35:40.273Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-03-29T19:35:40.273Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-03-29T19:35:40.447Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-29T19:35:40.447Z] Configure a credential helper to remove this warning. See [2021-03-29T19:35:40.447Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-29T19:35:40.447Z] [2021-03-29T19:35:40.447Z] Login Succeeded [2021-03-29T19:35:40.447Z] docker.io [2021-03-29T19:35:40.721Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-29T19:35:41.318Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-29T19:35:41.318Z] Configure a credential helper to remove this warning. See [2021-03-29T19:35:41.318Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-29T19:35:41.318Z] [2021-03-29T19:35:41.318Z] Login Succeeded [2021-03-29T19:35:41.318Z] ---> docker-login.sh ends [Pipeline] } [2021-03-29T19:35:41.335Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-03-29T19:35:41.857Z] ========================================================= [2021-03-29T19:35:41.857Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-03-29T19:35:41.857Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-29T19:35:42.274Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2021-03-29T19:35:43.656Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-03-29T19:35:43.656Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-03-29T19:35:43.656Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-03-29T19:35:43.656Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-03-29T19:35:43.930Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-03-29T19:35:44.525Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-03-29T19:35:44.940Z] Sending build context to Docker daemon 166.9MB [2021-03-29T19:35:44.940Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-03-29T19:35:44.940Z] Step 2/6 : FROM ${BASE} [2021-03-29T19:35:44.940Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-03-29T19:35:44.940Z] 5f621e34cdf4: Pulling fs layer [2021-03-29T19:35:44.940Z] a4357932f1b6: Pulling fs layer [2021-03-29T19:35:44.940Z] 18c013af1878: Pulling fs layer [2021-03-29T19:35:44.940Z] 00ac8860ef70: Pulling fs layer [2021-03-29T19:35:44.940Z] 63d7cb157983: Pulling fs layer [2021-03-29T19:35:44.940Z] b116817d02f9: Pulling fs layer [2021-03-29T19:35:44.940Z] 745a02a5169b: Pulling fs layer [2021-03-29T19:35:44.940Z] 63d7cb157983: Waiting [2021-03-29T19:35:44.940Z] b116817d02f9: Waiting [2021-03-29T19:35:44.940Z] 745a02a5169b: Waiting [2021-03-29T19:35:44.940Z] 00ac8860ef70: Waiting [2021-03-29T19:35:44.940Z] 18c013af1878: Download complete [2021-03-29T19:35:44.940Z] a4357932f1b6: Download complete [2021-03-29T19:35:44.940Z] 63d7cb157983: Verifying Checksum [2021-03-29T19:35:44.940Z] 63d7cb157983: Download complete [2021-03-29T19:35:44.940Z] b116817d02f9: Verifying Checksum [2021-03-29T19:35:44.940Z] 5f621e34cdf4: Download complete [2021-03-29T19:35:45.550Z] 5f621e34cdf4: Pull complete [2021-03-29T19:35:46.151Z] a4357932f1b6: Pull complete [2021-03-29T19:35:46.427Z] 18c013af1878: Pull complete [2021-03-29T19:35:47.171Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-03-29T19:35:47.171Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-03-29T19:35:47.171Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-03-29T19:35:47.411Z] 745a02a5169b: Verifying Checksum [2021-03-29T19:35:47.411Z] 745a02a5169b: Download complete [2021-03-29T19:35:48.396Z] 00ac8860ef70: Verifying Checksum [2021-03-29T19:35:48.396Z] 00ac8860ef70: Download complete [2021-03-29T19:35:50.551Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.146s coverage: 45.9% of statements [2021-03-29T19:35:50.551Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-03-29T19:35:50.551Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-03-29T19:35:50.551Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-03-29T19:35:50.551Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-03-29T19:35:50.551Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-03-29T19:35:50.551Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-03-29T19:35:50.551Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.057s coverage: 19.8% of statements [2021-03-29T19:35:50.551Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.106s coverage: 100.0% of statements [2021-03-29T19:35:53.207Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.308s coverage: 27.1% of statements [2021-03-29T19:35:53.207Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-03-29T19:35:53.207Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-03-29T19:35:53.207Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-03-29T19:35:53.207Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-03-29T19:35:53.207Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-03-29T19:35:53.207Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-03-29T19:35:53.207Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.063s coverage: 100.0% of statements [2021-03-29T19:35:53.207Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-03-29T19:35:53.207Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.049s coverage: 100.0% of statements [2021-03-29T19:35:53.207Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-03-29T19:35:53.207Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-03-29T19:35:53.797Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.098s coverage: 71.3% of statements [2021-03-29T19:35:53.797Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-03-29T19:35:53.797Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-03-29T19:35:54.066Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.169s coverage: 82.9% of statements [2021-03-29T19:35:54.066Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-03-29T19:35:54.066Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-03-29T19:35:54.066Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.068s coverage: 78.9% of statements [2021-03-29T19:35:54.066Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-03-29T19:35:57.646Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.361s coverage: 28.6% of statements [2021-03-29T19:35:57.646Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-03-29T19:35:57.646Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-03-29T19:35:57.646Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-03-29T19:35:57.646Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-03-29T19:35:57.646Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-03-29T19:35:57.646Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.073s coverage: 100.0% of statements [2021-03-29T19:35:57.646Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-03-29T19:35:57.646Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.057s coverage: 100.0% of statements [2021-03-29T19:35:57.646Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-03-29T19:35:57.646Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.119s coverage: 86.7% of statements [2021-03-29T19:35:57.646Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-03-29T19:35:57.646Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.175s coverage: 97.5% of statements [2021-03-29T19:35:57.646Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-03-29T19:35:57.646Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.094s coverage: 78.3% of statements [2021-03-29T19:35:57.646Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-03-29T19:35:57.646Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-03-29T19:35:57.646Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-03-29T19:35:57.646Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-03-29T19:35:58.569Z] 00ac8860ef70: Pull complete [2021-03-29T19:35:59.170Z] 63d7cb157983: Pull complete [2021-03-29T19:35:59.444Z] b116817d02f9: Pull complete [2021-03-29T19:36:00.055Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.404s coverage: 92.8% of statements [2021-03-29T19:36:00.055Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-03-29T19:36:00.055Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-03-29T19:36:00.055Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-03-29T19:36:00.055Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-03-29T19:36:00.055Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-03-29T19:36:00.055Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-03-29T19:36:00.055Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-03-29T19:36:00.055Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-03-29T19:36:00.055Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-03-29T19:36:00.055Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-03-29T19:36:00.055Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-03-29T19:36:00.055Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-03-29T19:36:00.055Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-03-29T19:36:00.055Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-03-29T19:36:00.055Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-03-29T19:36:00.055Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-03-29T19:36:00.055Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-03-29T19:36:00.055Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-03-29T19:36:00.055Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.054s coverage: 58.8% of statements [2021-03-29T19:36:00.055Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-03-29T19:36:00.055Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-03-29T19:36:00.055Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.067s coverage: 1.0% of statements [2021-03-29T19:36:00.055Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-03-29T19:36:00.055Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-03-29T19:36:00.055Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-03-29T19:36:00.055Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.053s coverage: 47.1% of statements [2021-03-29T19:36:00.055Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.069s coverage: 79.5% of statements [2021-03-29T19:36:00.055Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.088s coverage: 94.1% of statements [2021-03-29T19:36:00.055Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.071s coverage: 96.3% of statements [2021-03-29T19:36:00.324Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.051s coverage: 87.5% of statements [2021-03-29T19:36:03.778Z] 745a02a5169b: Pull complete [2021-03-29T19:36:03.778Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-03-29T19:36:03.778Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-03-29T19:36:03.778Z] ---> b7e6874047d6 [2021-03-29T19:36:03.778Z] Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2021-03-29T19:36:06.409Z] ---> Running in 109b4097e424 [2021-03-29T19:36:07.393Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-29T19:36:08.368Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-29T19:36:09.346Z] (1/12) Installing libmagic (5.38-r0) [2021-03-29T19:36:09.936Z] (2/12) Installing file (5.38-r0) [2021-03-29T19:36:09.936Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-03-29T19:36:09.936Z] (4/12) Installing g++ (9.3.0-r2) [2021-03-29T19:36:12.603Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.089s coverage: 94.4% of statements [2021-03-29T19:36:12.603Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.051s coverage: 44.8% of statements [2021-03-29T19:36:14.262Z] (5/12) Installing fortify-headers (1.1-r0) [2021-03-29T19:36:14.262Z] (6/12) Installing patch (2.7.6-r6) [2021-03-29T19:36:14.262Z] (7/12) Installing build-base (0.5-r2) [2021-03-29T19:36:14.262Z] (8/12) Installing libsodium (1.0.18-r0) [2021-03-29T19:36:14.262Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-03-29T19:36:14.262Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-03-29T19:36:14.262Z] (11/12) Installing libzmq (4.3.3-r0) [2021-03-29T19:36:14.262Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-03-29T19:36:14.535Z] Executing busybox-1.31.1-r19.trigger [2021-03-29T19:36:14.535Z] OK: 217 MiB in 51 packages [2021-03-29T19:36:14.540Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.214s coverage: 82.6% of statements [2021-03-29T19:36:18.838Z] Removing intermediate container 109b4097e424 [2021-03-29T19:36:18.838Z] ---> 1f0b756aa3aa [2021-03-29T19:36:18.838Z] Step 4/6 : WORKDIR /edgex-go [2021-03-29T19:36:18.838Z] ---> Running in 11a4b057439e [2021-03-29T19:36:19.117Z] Removing intermediate container 11a4b057439e [2021-03-29T19:36:19.117Z] ---> 9599e2446fc7 [2021-03-29T19:36:19.117Z] Step 5/6 : COPY go.mod . [2021-03-29T19:36:19.720Z] ---> c10b60328422 [2021-03-29T19:36:19.720Z] Step 6/6 : RUN go mod download [2021-03-29T19:36:19.994Z] ---> Running in 773060843f11 [2021-03-29T19:36:24.685Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 23.096s coverage: 92.9% of statements [2021-03-29T19:36:24.686Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-03-29T19:36:24.686Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-03-29T19:36:24.686Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-03-29T19:36:24.686Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.034s coverage: 77.8% of statements [2021-03-29T19:36:24.686Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-03-29T19:36:24.686Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-03-29T19:36:24.686Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-03-29T19:36:24.686Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-03-29T19:36:24.686Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-03-29T19:36:24.686Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 12.044s coverage: 87.2% of statements [2021-03-29T19:36:24.686Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-03-29T19:36:24.686Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-03-29T19:36:24.686Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.046s coverage: 100.0% of statements [2021-03-29T19:36:24.686Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-03-29T19:36:24.686Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.064s coverage: 75.5% of statements [2021-03-29T19:36:24.686Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-03-29T19:36:24.686Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.065s coverage: 80.8% of statements [2021-03-29T19:36:24.686Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.115s coverage: 87.2% of statements [2021-03-29T19:36:24.686Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.090s coverage: 84.6% of statements [2021-03-29T19:36:24.686Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.106s coverage: 91.6% of statements [2021-03-29T19:36:24.686Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-03-29T19:36:24.686Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.201s coverage: 64.4% of statements [2021-03-29T19:36:24.686Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-03-29T19:36:24.686Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-03-29T19:36:24.686Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.065s coverage: 100.0% of statements [2021-03-29T19:36:24.686Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.048s coverage: 91.3% of statements [2021-03-29T19:36:24.686Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.049s coverage: 100.0% of statements [2021-03-29T19:36:24.686Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.044s coverage: 73.7% of statements [2021-03-29T19:36:24.686Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.035s coverage: 100.0% of statements [2021-03-29T19:36:24.686Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.376s coverage: 69.0% of statements [2021-03-29T19:36:24.686Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-03-29T19:36:24.686Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-03-29T19:36:24.686Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-03-29T19:36:24.686Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.127s coverage: 38.4% of statements [2021-03-29T19:36:24.686Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-03-29T19:36:24.686Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-03-29T19:36:24.686Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.042s coverage: 89.5% of statements [2021-03-29T19:36:24.686Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-03-29T19:36:24.686Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.044s coverage: 84.8% of statements [2021-03-29T19:36:24.686Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.132s coverage: 47.0% of statements [2021-03-29T19:36:24.686Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-03-29T19:36:24.686Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-03-29T19:36:24.686Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-03-29T19:36:24.686Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-03-29T19:36:24.686Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-03-29T19:36:24.686Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.050s coverage: 100.0% of statements [2021-03-29T19:36:24.686Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-03-29T19:36:24.686Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.044s coverage: 100.0% of statements [2021-03-29T19:36:24.686Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-03-29T19:36:24.686Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-03-29T19:36:24.686Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-03-29T19:36:24.686Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-03-29T19:36:24.686Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.151s coverage: 87.1% of statements [2021-03-29T19:36:24.686Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-03-29T19:36:24.686Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-03-29T19:36:24.686Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-03-29T19:36:26.172Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 1.174s coverage: 29.1% of statements [2021-03-29T19:36:26.172Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-03-29T19:36:26.172Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-03-29T19:36:26.172Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-03-29T19:36:26.172Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-03-29T19:36:26.172Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-03-29T19:36:26.172Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.097s coverage: 99.0% of statements [2021-03-29T19:36:26.172Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-03-29T19:36:26.172Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.075s coverage: 100.0% of statements [2021-03-29T19:36:26.172Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-03-29T19:36:26.172Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-03-29T19:36:26.172Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-03-29T19:36:26.172Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-03-29T19:36:26.172Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.114s coverage: 94.6% of statements [2021-03-29T19:36:26.172Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-03-29T19:36:26.172Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-03-29T19:36:26.172Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-03-29T19:36:26.172Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.033s coverage: 0.0% of statements [2021-03-29T19:36:26.172Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-03-29T19:36:26.172Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.051s coverage: 100.0% of statements [2021-03-29T19:36:26.172Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-03-29T19:36:26.172Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-03-29T19:36:26.172Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-03-29T19:36:26.172Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-03-29T19:36:27.159Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.045s coverage: 87.9% of statements [2021-03-29T19:36:27.159Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-03-29T19:36:27.159Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-03-29T19:36:27.159Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.032s coverage: 100.0% of statements [2021-03-29T19:36:27.430Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.097s coverage: 32.1% of statements [2021-03-29T19:36:27.430Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements [2021-03-29T19:36:28.013Z] GO111MODULE=on go vet ./... [2021-03-29T19:36:46.812Z] Removing intermediate container 773060843f11 [2021-03-29T19:36:46.812Z] ---> d3c15c409b57 [2021-03-29T19:36:46.812Z] Successfully built d3c15c409b57 [2021-03-29T19:36:46.812Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-29T19:36:47.168Z] + docker inspect -f . ci-base-image-arm64 [2021-03-29T19:36:47.168Z] . [Pipeline] withDockerContainer [2021-03-29T19:36:47.420Z] prd-ubuntu18.04-docker-arm64-4c-16g-31830 does not seem to be running inside a container [2021-03-29T19:36:47.512Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-03-29T19:36:49.117Z] $ docker top 808b2593264880c70868f6213985c0daf9412d8cd785bca0e85cac0b6bd5edce -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-29T19:36:50.141Z] + go version [2021-03-29T19:36:50.141Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-03-29T19:36:50.169Z] $ docker stop --time=1 808b2593264880c70868f6213985c0daf9412d8cd785bca0e85cac0b6bd5edce [2021-03-29T19:36:52.197Z] $ docker rm -f 808b2593264880c70868f6213985c0daf9412d8cd785bca0e85cac0b6bd5edce [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-29T19:36:53.191Z] + docker inspect -f . ci-base-image-arm64 [2021-03-29T19:36:53.191Z] . [Pipeline] withDockerContainer [2021-03-29T19:36:53.474Z] prd-ubuntu18.04-docker-arm64-4c-16g-31830 does not seem to be running inside a container [2021-03-29T19:36:53.557Z] $ 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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-03-29T19:36:55.071Z] $ docker top 0b8aaea6f374e8089ff4405654d046e2f1741378ca35acb8870f795b71cbcba5 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-03-29T19:36:55.478Z] ========================================================= [2021-03-29T19:36:55.479Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-03-29T19:36:55.479Z] ========================================================= [Pipeline] sh [2021-03-29T19:36:56.137Z] + make test [2021-03-29T19:36:56.137Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-03-29T19:37:07.064Z] gofmt -l . [2021-03-29T19:37:07.064Z] [ "`gofmt -l .`" = "" ] [2021-03-29T19:37:07.064Z] ./bin/test-go-mod-tidy.sh [2021-03-29T19:37:07.064Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-03-29T19:37:07.724Z] + ls -al . [2021-03-29T19:37:07.724Z] total 780 [2021-03-29T19:37:07.724Z] drwxrwxr-x 10 1001 1001 4096 Mar 29 19:37 . [2021-03-29T19:37:07.724Z] drwxr-xr-x 4 root root 28 Mar 29 19:35 .. [2021-03-29T19:37:07.724Z] -rw-rw-r-- 1 1001 1001 11 Mar 29 19:32 .dockerignore [2021-03-29T19:37:07.724Z] drwxrwxr-x 8 1001 1001 179 Mar 29 19:32 .git [2021-03-29T19:37:07.724Z] drwxrwxr-x 3 1001 1001 125 Mar 29 19:32 .github [2021-03-29T19:37:07.724Z] -rw-rw-r-- 1 1001 1001 818 Mar 29 19:32 .gitignore [2021-03-29T19:37:07.724Z] drwx------ 3 1001 1001 60 Mar 29 19:33 .semver [2021-03-29T19:37:07.724Z] -rw-rw-r-- 1 1001 1001 166 Mar 29 19:32 .sonarcloud.properties [2021-03-29T19:37:07.724Z] -rw-rw-r-- 1 1001 1001 8607 Mar 29 19:32 Attribution.txt [2021-03-29T19:37:07.724Z] -rw-rw-r-- 1 1001 1001 3804 Mar 29 19:32 CONTRIBUTING.md [2021-03-29T19:37:07.724Z] -rw-rw-r-- 1 1001 1001 931 Mar 29 19:32 Dockerfile.build [2021-03-29T19:37:07.724Z] -rw-rw-r-- 1 1001 1001 863 Mar 29 19:32 Jenkinsfile [2021-03-29T19:37:07.724Z] -rw-rw-r-- 1 1001 1001 10775 Mar 29 19:32 LICENSE [2021-03-29T19:37:07.724Z] -rw-rw-r-- 1 1001 1001 5774 Mar 29 19:32 Makefile [2021-03-29T19:37:07.724Z] -rw-rw-r-- 1 1001 1001 6548 Mar 29 19:32 README.md [2021-03-29T19:37:07.724Z] -rw-rw-r-- 1 1001 1001 6755 Mar 29 19:32 SECURITY.md [2021-03-29T19:37:07.724Z] -rw-rw-r-- 1 1001 1001 5 Mar 29 19:33 VERSION [2021-03-29T19:37:07.724Z] -rw-rw-r-- 1 1001 1001 4131 Mar 29 19:32 ZMQWindows.md [2021-03-29T19:37:07.724Z] drwxrwxr-x 2 1001 1001 117 Mar 29 19:32 bin [2021-03-29T19:37:07.724Z] drwxrwxr-x 14 1001 1001 4096 Mar 29 19:32 cmd [2021-03-29T19:37:07.724Z] -rw-r--r-- 1 root root 668090 Mar 29 19:36 coverage.out [2021-03-29T19:37:07.724Z] -rw-r--r-- 1 root root 1056 Mar 29 19:37 go.mod [2021-03-29T19:37:07.724Z] -rw-r--r-- 1 root root 22530 Mar 29 19:37 go.sum [2021-03-29T19:37:07.724Z] drwxrwxr-x 8 1001 1001 127 Mar 29 19:32 internal [2021-03-29T19:37:07.724Z] drwxrwxr-x 4 1001 1001 26 Mar 29 19:32 openapi [2021-03-29T19:37:07.724Z] drwxrwxr-x 4 1001 1001 71 Mar 29 19:32 snap [2021-03-29T19:37:07.724Z] -rw-rw-r-- 1 1001 1001 168 Mar 29 19:32 version.go [Pipeline] sh [2021-03-29T19:37:08.052Z] + '[' -e coverage.out ] [2021-03-29T19:37:08.052Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-03-29T19:37:08.392Z] Stashed 1 file(s) [Pipeline] sh [2021-03-29T19:37:08.710Z] + make build [2021-03-29T19:37:08.710Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-03-29T19:37:15.436Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-03-29T19:37:22.951Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-03-29T19:37:25.616Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-03-29T19:37:28.199Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-03-29T19:37:29.632Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-03-29T19:37:30.239Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-03-29T19:37:32.178Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-03-29T19:37:34.132Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-03-29T19:37:36.086Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-03-29T19:37:37.487Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-03-29T19:37:38.446Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-03-29T19:37:41.044Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } [2021-03-29T19:37:41.637Z] $ docker stop --time=1 a6d27ecaa22988e25cc714dc812bead38a72093ce4e8afedb71848a37d8b4d79 [2021-03-29T19:37:43.400Z] $ docker rm -f a6d27ecaa22988e25cc714dc812bead38a72093ce4e8afedb71848a37d8b4d79 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-29T19:37:45.272Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-29T19:37:45.272Z] [2021-03-29T19:37:45.272Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-03-29T19:37:45.623Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-29T19:37:45.623Z] latest: Pulling from edgex-devops/edgex-compose [2021-03-29T19:37:45.623Z] cbdbe7a5bc2a: Pulling fs layer [2021-03-29T19:37:45.623Z] ca9280d653b3: Pulling fs layer [2021-03-29T19:37:45.623Z] 7e9c9ca2126c: Pulling fs layer [2021-03-29T19:37:45.892Z] cbdbe7a5bc2a: Verifying Checksum [2021-03-29T19:37:45.892Z] cbdbe7a5bc2a: Download complete [2021-03-29T19:37:46.154Z] cbdbe7a5bc2a: Pull complete [2021-03-29T19:37:47.103Z] ca9280d653b3: Verifying Checksum [2021-03-29T19:37:47.103Z] ca9280d653b3: Download complete [2021-03-29T19:37:48.065Z] ca9280d653b3: Pull complete [2021-03-29T19:37:49.014Z] 7e9c9ca2126c: Download complete [2021-03-29T19:37:55.663Z] 7e9c9ca2126c: Pull complete [2021-03-29T19:37:55.663Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-03-29T19:37:55.663Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-29T19:37:55.663Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-03-29T19:37:55.848Z] prd-centos7-docker-4c-2g-31827 does not seem to be running inside a container [2021-03-29T19:37:56.004Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-03-29T19:37:58.944Z] $ docker top ec6567b558cac76ec619c4ca078ec8738d61a154fea9f7f8209bb107edd5c09a -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-29T19:37:59.556Z] + docker-compose build --help [2021-03-29T19:37:59.556Z] + grep parallel [2021-03-29T19:38:00.504Z] --parallel Build images in parallel. [Pipeline] } [2021-03-29T19:38:00.782Z] $ docker stop --time=1 ec6567b558cac76ec619c4ca078ec8738d61a154fea9f7f8209bb107edd5c09a [2021-03-29T19:38:02.146Z] $ docker rm -f ec6567b558cac76ec619c4ca078ec8738d61a154fea9f7f8209bb107edd5c09a [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-29T19:38:02.786Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-29T19:38:02.786Z] . [Pipeline] withDockerContainer [2021-03-29T19:38:02.887Z] prd-centos7-docker-4c-2g-31827 does not seem to be running inside a container [2021-03-29T19:38:02.933Z] $ 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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-03-29T19:38:03.618Z] $ docker top e78806d33648e09e82753af870dba8dbbc420c3602548674e9291a5f019c7f93 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-29T19:38:04.142Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-03-29T19:38:05.101Z] Building docker-core-command-go ... [2021-03-29T19:38:05.101Z] Building docker-core-data-go ... [2021-03-29T19:38:05.101Z] Building docker-core-metadata-go ... [2021-03-29T19:38:05.101Z] Building docker-security-bootstrapper-go ... [2021-03-29T19:38:05.101Z] Building docker-security-proxy-setup-go ... [2021-03-29T19:38:05.101Z] Building docker-security-secretstore-setup-go ... [2021-03-29T19:38:05.101Z] Building docker-support-notifications-go ... [2021-03-29T19:38:05.101Z] Building docker-support-scheduler-go ... [2021-03-29T19:38:05.101Z] Building docker-sys-mgmt-agent-go ... [2021-03-29T19:38:05.101Z] Building docker-core-data-go [2021-03-29T19:38:05.101Z] Building docker-security-bootstrapper-go [2021-03-29T19:38:05.101Z] Building docker-core-command-go [2021-03-29T19:38:05.101Z] Building docker-security-secretstore-setup-go [2021-03-29T19:38:05.101Z] Building docker-security-proxy-setup-go [2021-03-29T19:38:10.165Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-03-29T19:38:32.525Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-03-29T19:38:32.525Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-03-29T19:38:32.525Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-03-29T19:38:32.525Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-03-29T19:38:32.525Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-03-29T19:38:32.525Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-03-29T19:38:32.525Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-03-29T19:38:35.185Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-03-29T19:38:36.174Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-03-29T19:38:44.140Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-29T19:38:44.140Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-03-29T19:38:44.141Z] ---> d61a5f01b949 [2021-03-29T19:38:44.141Z] Step 3/31 : WORKDIR /edgex-go [2021-03-29T19:38:44.141Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-29T19:38:44.141Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-03-29T19:38:44.141Z] ---> d61a5f01b949 [2021-03-29T19:38:44.141Z] Step 3/24 : WORKDIR /edgex-go [2021-03-29T19:38:44.141Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-29T19:38:44.141Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-29T19:38:44.141Z] ---> d61a5f01b949 [2021-03-29T19:38:44.141Z] Step 3/23 : WORKDIR /edgex-go [2021-03-29T19:38:44.141Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-29T19:38:44.141Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-03-29T19:38:44.141Z] ---> d61a5f01b949 [2021-03-29T19:38:44.141Z] Step 3/21 : WORKDIR /edgex-go [2021-03-29T19:38:44.141Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-29T19:38:44.141Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-29T19:38:44.141Z] ---> d61a5f01b949 [2021-03-29T19:38:44.141Z] Step 3/23 : WORKDIR /edgex-go [2021-03-29T19:38:44.407Z] ---> Running in 824f01c5032e [2021-03-29T19:38:44.407Z] ---> Running in d103acc6a1f1 [2021-03-29T19:38:44.407Z] ---> Running in 2cda6a66dfe6 [2021-03-29T19:38:44.407Z] ---> Running in 1269cf5099f2 [2021-03-29T19:38:44.407Z] ---> Running in 3860e15e25a5 [2021-03-29T19:38:44.488Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-03-29T19:38:44.488Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-03-29T19:38:44.488Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-03-29T19:38:45.015Z] Removing intermediate container 2cda6a66dfe6 [2021-03-29T19:38:45.015Z] ---> 153338ec765a [2021-03-29T19:38:45.015Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-29T19:38:45.015Z] Removing intermediate container 1269cf5099f2 [2021-03-29T19:38:45.015Z] ---> e1705a304b79 [2021-03-29T19:38:45.015Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositoriesRemoving intermediate container 824f01c5032e [2021-03-29T19:38:45.015Z] [2021-03-29T19:38:45.015Z] ---> eaaa03afdc9e [2021-03-29T19:38:45.015Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-29T19:38:45.015Z] Removing intermediate container d103acc6a1f1 [2021-03-29T19:38:45.015Z] ---> d7ee31bd203a [2021-03-29T19:38:45.015Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-29T19:38:45.279Z] Removing intermediate container 3860e15e25a5 [2021-03-29T19:38:45.279Z] ---> 649bee2cfb32 [2021-03-29T19:38:45.279Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-29T19:38:45.279Z] ---> Running in 936e65869b23 [2021-03-29T19:38:45.279Z] ---> Running in 3b41343fbf91 [2021-03-29T19:38:45.279Z] ---> Running in 739a5a851ff3 [2021-03-29T19:38:45.279Z] ---> Running in 6e4db09f026f [2021-03-29T19:38:45.279Z] ---> Running in 41a6bf587586 [2021-03-29T19:38:47.882Z] Removing intermediate container 3b41343fbf91 [2021-03-29T19:38:47.882Z] ---> 0ebb3db210f4 [2021-03-29T19:38:47.882Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-29T19:38:47.882Z] Removing intermediate container 936e65869b23 [2021-03-29T19:38:47.882Z] ---> a34bb8fc4e3e [2021-03-29T19:38:47.882Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-03-29T19:38:47.882Z] ---> Running in 8030f55992c9 [2021-03-29T19:38:47.882Z] Removing intermediate container 739a5a851ff3 [2021-03-29T19:38:47.882Z] ---> d3080176509d [2021-03-29T19:38:47.882Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-03-29T19:38:47.882Z] Removing intermediate container 6e4db09f026f [2021-03-29T19:38:47.882Z] ---> 9633626a60b0 [2021-03-29T19:38:47.882Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-03-29T19:38:47.882Z] ---> Running in 6254a359d4db [2021-03-29T19:38:47.882Z] Removing intermediate container 41a6bf587586 [2021-03-29T19:38:47.882Z] ---> 5c2d7a71001d [2021-03-29T19:38:47.882Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-03-29T19:38:47.882Z] ---> Running in b11cc141c0ed [2021-03-29T19:38:48.155Z] ---> Running in c5b84bd233da [2021-03-29T19:38:48.155Z] ---> Running in df1f72438f8a [2021-03-29T19:38:48.756Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-29T19:38:48.756Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-29T19:38:49.019Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-29T19:38:49.019Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-29T19:38:49.019Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-29T19:38:49.284Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-29T19:38:49.551Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-29T19:38:49.551Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-29T19:38:49.830Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-29T19:38:49.830Z] OK: 233 MiB in 51 packages [2021-03-29T19:38:50.106Z] OK: 233 MiB in 51 packages [2021-03-29T19:38:50.380Z] OK: 233 MiB in 51 packages [2021-03-29T19:38:50.380Z] OK: 233 MiB in 51 packages [2021-03-29T19:38:50.677Z] Removing intermediate container 8030f55992c9 [2021-03-29T19:38:50.677Z] ---> 8a2f81bcc40e [2021-03-29T19:38:50.677Z] Step 6/23 : COPY go.mod . [2021-03-29T19:38:50.966Z] ---> 79ab330863f8 [2021-03-29T19:38:50.966Z] Step 7/23 : RUN go mod download [2021-03-29T19:38:51.229Z] Removing intermediate container df1f72438f8a [2021-03-29T19:38:51.230Z] ---> 9095f7588081 [2021-03-29T19:38:51.230Z] Step 6/23 : COPY go.mod . [2021-03-29T19:38:51.230Z] ---> Running in a72ddb7fd102 [2021-03-29T19:38:51.230Z] Removing intermediate container 6254a359d4db [2021-03-29T19:38:51.230Z] ---> de7453883c93 [2021-03-29T19:38:51.230Z] Step 6/21 : COPY go.mod . [2021-03-29T19:38:51.234Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.300s coverage: 45.9% of statements [2021-03-29T19:38:51.234Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-03-29T19:38:51.234Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-03-29T19:38:51.234Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-03-29T19:38:51.234Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-03-29T19:38:51.234Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-03-29T19:38:51.234Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-03-29T19:38:51.234Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.271s coverage: 19.8% of statements [2021-03-29T19:38:51.234Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.262s coverage: 100.0% of statements [2021-03-29T19:38:51.499Z] Removing intermediate container b11cc141c0ed [2021-03-29T19:38:51.499Z] ---> 8697b8fb81ad [2021-03-29T19:38:51.499Z] Step 6/24 : COPY go.mod . [2021-03-29T19:38:51.499Z] ---> 1eed6c68683e [2021-03-29T19:38:51.499Z] Step 7/23 : RUN go mod download [2021-03-29T19:38:51.774Z] ---> 0a789e286d40 [2021-03-29T19:38:51.774Z] Step 7/21 : RUN go mod download [2021-03-29T19:38:51.774Z] ---> Running in 1f4730ea2598 [2021-03-29T19:38:51.774Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-29T19:38:51.774Z] ---> Running in e047994be3c3 [2021-03-29T19:38:51.774Z] ---> 8a992b51679d [2021-03-29T19:38:51.774Z] Step 7/24 : RUN go mod download [2021-03-29T19:38:52.073Z] ---> Running in 14ca4583a35d [2021-03-29T19:38:54.069Z] Removing intermediate container a72ddb7fd102 [2021-03-29T19:38:54.069Z] ---> ebd9a47c7d66 [2021-03-29T19:38:54.069Z] Step 8/23 : COPY . . [2021-03-29T19:38:54.069Z] Removing intermediate container e047994be3c3 [2021-03-29T19:38:54.069Z] ---> 707e19e3d724 [2021-03-29T19:38:54.069Z] Step 8/21 : COPY . . [2021-03-29T19:38:54.069Z] OK: 233 MiB in 51 packages [2021-03-29T19:38:54.334Z] Removing intermediate container 1f4730ea2598 [2021-03-29T19:38:54.334Z] ---> 85f8af60315a [2021-03-29T19:38:54.334Z] Step 8/23 : COPY . . [2021-03-29T19:38:55.764Z] Removing intermediate container 14ca4583a35d [2021-03-29T19:38:55.764Z] ---> ca674ea5fe52 [2021-03-29T19:38:55.764Z] Step 8/24 : COPY . . [2021-03-29T19:38:59.598Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.537s coverage: 27.1% of statements [2021-03-29T19:38:59.598Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-03-29T19:38:59.598Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-03-29T19:38:59.598Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-03-29T19:38:59.598Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-03-29T19:38:59.598Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-03-29T19:38:59.598Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-03-29T19:38:59.598Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.172s coverage: 100.0% of statements [2021-03-29T19:38:59.598Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-03-29T19:38:59.598Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.140s coverage: 100.0% of statements [2021-03-29T19:38:59.598Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-03-29T19:38:59.598Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-03-29T19:39:00.203Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.265s coverage: 71.3% of statements [2021-03-29T19:39:00.203Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-03-29T19:39:00.203Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-03-29T19:39:02.211Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.647s coverage: 82.9% of statements [2021-03-29T19:39:02.211Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-03-29T19:39:02.211Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-03-29T19:39:02.211Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.149s coverage: 78.9% of statements [2021-03-29T19:39:02.211Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-03-29T19:39:03.997Z] Removing intermediate container c5b84bd233da [2021-03-29T19:39:03.997Z] ---> c4f8bc51f8fe [2021-03-29T19:39:03.997Z] Step 6/31 : COPY go.mod . [2021-03-29T19:39:05.946Z] ---> 291c2ee02272 [2021-03-29T19:39:05.946Z] Step 7/31 : RUN go mod download [2021-03-29T19:39:07.404Z] ---> Running in f7fa9b6ea0d6 [2021-03-29T19:39:14.663Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.250s coverage: 28.6% of statements [2021-03-29T19:39:14.663Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-03-29T19:39:14.663Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-03-29T19:39:14.663Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-03-29T19:39:14.663Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-03-29T19:39:14.663Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-03-29T19:39:14.663Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.259s coverage: 100.0% of statements [2021-03-29T19:39:14.663Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-03-29T19:39:14.663Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.183s coverage: 100.0% of statements [2021-03-29T19:39:14.663Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-03-29T19:39:14.663Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.409s coverage: 86.7% of statements [2021-03-29T19:39:14.663Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-03-29T19:39:14.663Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.551s coverage: 97.5% of statements [2021-03-29T19:39:14.663Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-03-29T19:39:14.663Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.255s coverage: 78.3% of statements [2021-03-29T19:39:14.663Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-03-29T19:39:14.663Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-03-29T19:39:14.663Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-03-29T19:39:14.663Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-03-29T19:39:19.824Z] Removing intermediate container f7fa9b6ea0d6 [2021-03-29T19:39:19.824Z] ---> 407d9159ff19 [2021-03-29T19:39:19.824Z] Step 8/31 : COPY . . [2021-03-29T19:39:22.993Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.317s coverage: 92.8% of statements [2021-03-29T19:39:22.993Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-03-29T19:39:22.993Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-03-29T19:39:22.993Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-03-29T19:39:22.993Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-03-29T19:39:22.993Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-03-29T19:39:22.993Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-03-29T19:39:22.993Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-03-29T19:39:22.993Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-03-29T19:39:22.993Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-03-29T19:39:22.993Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-03-29T19:39:22.993Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-03-29T19:39:22.993Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-03-29T19:39:22.993Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-03-29T19:39:22.993Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-03-29T19:39:22.993Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-03-29T19:39:22.993Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-03-29T19:39:22.993Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-03-29T19:39:22.993Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-03-29T19:39:22.993Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.150s coverage: 58.8% of statements [2021-03-29T19:39:22.993Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-03-29T19:39:22.993Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-03-29T19:39:22.993Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.218s coverage: 1.0% of statements [2021-03-29T19:39:22.993Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-03-29T19:39:22.993Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-03-29T19:39:22.993Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-03-29T19:39:22.993Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.177s coverage: 47.1% of statements [2021-03-29T19:39:22.993Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.148s coverage: 79.5% of statements [2021-03-29T19:39:22.993Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.216s coverage: 94.1% of statements [2021-03-29T19:39:22.993Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.200s coverage: 96.3% of statements [2021-03-29T19:39:22.993Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.147s coverage: 87.5% of statements [2021-03-29T19:39:35.415Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.152s coverage: 94.4% of statements [2021-03-29T19:39:35.415Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.123s coverage: 44.8% of statements [2021-03-29T19:39:38.278Z] ---> d2375f136a27 [2021-03-29T19:39:38.278Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-03-29T19:39:38.278Z] ---> 0cdff82fbcd8 [2021-03-29T19:39:38.278Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-03-29T19:39:38.278Z] ---> 9d6d84935963 [2021-03-29T19:39:38.278Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-03-29T19:39:38.278Z] ---> Running in 337612bd92dd [2021-03-29T19:39:38.278Z] ---> Running in e0a01a30e0ab [2021-03-29T19:39:38.278Z] ---> Running in 9644a414e64f [2021-03-29T19:39:38.278Z] ---> bb2c992fe303 [2021-03-29T19:39:38.278Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-03-29T19:39:38.278Z] ---> Running in fdbbbb665581 [2021-03-29T19:39:39.689Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-03-29T19:39:39.689Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-03-29T19:39:39.689Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-03-29T19:39:39.689Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-03-29T19:39:39.714Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.492s coverage: 82.6% of statements [2021-03-29T19:39:49.931Z] ---> 49ece9b123dc [2021-03-29T19:39:49.931Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-03-29T19:39:49.931Z] ---> Running in ae866894f4fb [2021-03-29T19:39:49.946Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.247s coverage: 92.9% of statements [2021-03-29T19:39:49.946Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-03-29T19:39:49.946Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-03-29T19:39:49.946Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-03-29T19:39:49.946Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.052s coverage: 77.8% of statements [2021-03-29T19:39:49.946Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-03-29T19:39:49.946Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-03-29T19:39:49.946Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-03-29T19:39:49.946Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-03-29T19:39:49.946Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-03-29T19:39:49.946Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.077s coverage: 87.2% of statements [2021-03-29T19:39:49.946Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-03-29T19:39:49.946Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-03-29T19:39:49.946Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.110s coverage: 100.0% of statements [2021-03-29T19:39:49.946Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-03-29T19:39:49.946Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.150s coverage: 75.5% of statements [2021-03-29T19:39:49.946Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-03-29T19:39:49.946Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.145s coverage: 80.8% of statements [2021-03-29T19:39:49.946Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.211s coverage: 87.2% of statements [2021-03-29T19:39:49.946Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.233s coverage: 84.6% of statements [2021-03-29T19:39:49.946Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.274s coverage: 91.6% of statements [2021-03-29T19:39:49.946Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-03-29T19:39:50.913Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-03-29T19:39:51.402Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.867s coverage: 64.4% of statements [2021-03-29T19:39:51.402Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-03-29T19:39:51.402Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-03-29T19:39:51.402Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.148s coverage: 100.0% of statements [2021-03-29T19:39:51.402Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.092s coverage: 91.3% of statements [2021-03-29T19:39:52.862Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.062s coverage: 100.0% of statements [2021-03-29T19:39:53.140Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.086s coverage: 73.7% of statements [2021-03-29T19:39:54.135Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.062s coverage: 100.0% of statements [2021-03-29T19:39:58.466Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 1.091s coverage: 69.0% of statements [2021-03-29T19:39:58.466Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-03-29T19:39:58.466Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-03-29T19:39:58.466Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-03-29T19:40:00.459Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.505s coverage: 38.4% of statements [2021-03-29T19:40:00.459Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-03-29T19:40:00.459Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-03-29T19:40:00.459Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.113s coverage: 89.5% of statements [2021-03-29T19:40:00.459Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-03-29T19:40:00.459Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.085s coverage: 84.8% of statements [2021-03-29T19:40:07.241Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.502s coverage: 47.0% of statements [2021-03-29T19:40:07.241Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-03-29T19:40:07.241Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-03-29T19:40:07.241Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-03-29T19:40:07.241Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-03-29T19:40:07.241Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-03-29T19:40:07.241Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.141s coverage: 100.0% of statements [2021-03-29T19:40:07.241Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-03-29T19:40:07.241Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.119s coverage: 100.0% of statements [2021-03-29T19:40:07.241Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-03-29T19:40:07.241Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-03-29T19:40:07.241Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-03-29T19:40:07.241Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-03-29T19:40:07.241Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.497s coverage: 87.1% of statements [2021-03-29T19:40:07.241Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-03-29T19:40:07.241Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-03-29T19:40:07.241Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-03-29T19:40:15.568Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.736s coverage: 29.1% of statements [2021-03-29T19:40:15.568Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-03-29T19:40:15.568Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-03-29T19:40:15.568Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-03-29T19:40:15.568Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-03-29T19:40:15.568Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-03-29T19:40:15.568Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.225s coverage: 99.0% of statements [2021-03-29T19:40:15.568Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-03-29T19:40:15.568Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.165s coverage: 100.0% of statements [2021-03-29T19:40:15.568Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-03-29T19:40:15.568Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-03-29T19:40:15.568Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-03-29T19:40:15.568Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-03-29T19:40:15.568Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.289s coverage: 94.6% of statements [2021-03-29T19:40:15.568Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-03-29T19:40:15.568Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-03-29T19:40:15.568Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-03-29T19:40:15.568Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.042s coverage: 0.0% of statements [2021-03-29T19:40:15.568Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-03-29T19:40:15.568Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.065s coverage: 100.0% of statements [2021-03-29T19:40:15.568Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-03-29T19:40:15.568Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-03-29T19:40:15.568Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-03-29T19:40:15.568Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-03-29T19:40:15.568Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.074s coverage: 87.9% of statements [2021-03-29T19:40:15.568Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-03-29T19:40:15.568Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-03-29T19:40:15.568Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.053s coverage: 100.0% of statements [2021-03-29T19:40:15.840Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.134s coverage: 32.1% of statements [2021-03-29T19:40:18.483Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.075s coverage: 100.0% of statements [2021-03-29T19:40:19.456Z] GO111MODULE=on go vet ./... [2021-03-29T19:40:23.322Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-03-29T19:40:23.322Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-03-29T19:40:35.772Z] Removing intermediate container fdbbbb665581 [2021-03-29T19:40:35.772Z] ---> b239207c55db [2021-03-29T19:40:35.772Z] [2021-03-29T19:40:35.772Z] Step 10/24 : FROM alpine:3.12 [2021-03-29T19:40:35.772Z] Removing intermediate container 9644a414e64f [2021-03-29T19:40:35.772Z] ---> 04d0a6d4a621 [2021-03-29T19:40:35.772Z] [2021-03-29T19:40:35.772Z] Step 10/23 : FROM alpine:3.12 [2021-03-29T19:40:35.772Z] 3.12: Pulling from library/alpine [2021-03-29T19:40:35.772Z] 3.12: Pulling from library/alpine [2021-03-29T19:40:35.772Z] Removing intermediate container e0a01a30e0ab [2021-03-29T19:40:35.772Z] ---> 5941d5e50c03 [2021-03-29T19:40:35.772Z] [2021-03-29T19:40:35.772Z] Step 10/21 : FROM alpine:3.12 [2021-03-29T19:40:35.772Z] 3.12: Pulling from library/alpine [2021-03-29T19:40:36.833Z] Digest: sha256:d1eaae2a6814b4b10a722fa75e8a6b53db42d1bf531395a107fea0458bfbf1d8 [2021-03-29T19:40:36.833Z] Digest: sha256:d1eaae2a6814b4b10a722fa75e8a6b53db42d1bf531395a107fea0458bfbf1d8 [2021-03-29T19:40:36.833Z] Digest: sha256:d1eaae2a6814b4b10a722fa75e8a6b53db42d1bf531395a107fea0458bfbf1d8 [2021-03-29T19:40:36.833Z] Status: Downloaded newer image for alpine:3.12 [2021-03-29T19:40:36.833Z] ---> 42cb162f0360 [2021-03-29T19:40:36.833Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-29T19:40:36.833Z] Status: Downloaded newer image for alpine:3.12 [2021-03-29T19:40:36.833Z] ---> 42cb162f0360 [2021-03-29T19:40:36.833Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-03-29T19:40:36.833Z] Status: Image is up to date for alpine:3.12 [2021-03-29T19:40:36.833Z] ---> 42cb162f0360 [2021-03-29T19:40:36.833Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec [2021-03-29T19:40:39.481Z] ---> Running in 2ba51c0e747d [2021-03-29T19:40:39.481Z] ---> Running in f83dc92e2b03 [2021-03-29T19:40:39.481Z] ---> Running in f62ca84a0b98 [2021-03-29T19:40:39.481Z] Removing intermediate container ae866894f4fb [2021-03-29T19:40:39.481Z] ---> 7a13ad9f7651 [2021-03-29T19:40:39.481Z] [2021-03-29T19:40:39.481Z] Step 10/31 : FROM alpine:3.12 [2021-03-29T19:40:39.481Z] ---> 42cb162f0360 [2021-03-29T19:40:39.481Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-03-29T19:40:39.747Z] Removing intermediate container 337612bd92dd [2021-03-29T19:40:39.747Z] ---> 18804ec96440 [2021-03-29T19:40:39.747Z] [2021-03-29T19:40:39.747Z] Step 10/23 : FROM alpine:3.12 [2021-03-29T19:40:39.747Z] ---> 42cb162f0360 [2021-03-29T19:40:39.747Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-03-29T19:40:39.747Z] ---> Running in bdc713b3b60f [2021-03-29T19:40:40.014Z] ---> Running in 2f5d2cf4c881 [2021-03-29T19:40:40.291Z] Removing intermediate container bdc713b3b60f [2021-03-29T19:40:40.291Z] ---> 10cbded54438 [2021-03-29T19:40:40.291Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-03-29T19:40:40.291Z] Removing intermediate container 2f5d2cf4c881 [2021-03-29T19:40:40.291Z] ---> cdbda51f6f0b [2021-03-29T19:40:40.291Z] Step 12/23 : ENV APP_PORT=48080 [2021-03-29T19:40:40.566Z] ---> Running in 8bd4fd646924 [2021-03-29T19:40:40.566Z] ---> Running in fbc7eea00ca0 [2021-03-29T19:40:40.566Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-29T19:40:40.566Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-29T19:40:40.566Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-29T19:40:40.840Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-29T19:40:40.840Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-29T19:40:40.840Z] Removing intermediate container fbc7eea00ca0 [2021-03-29T19:40:40.840Z] ---> e5ff3514ce6a [2021-03-29T19:40:40.840Z] Step 13/23 : EXPOSE $APP_PORT [2021-03-29T19:40:40.840Z] ---> Running in 1eac58b94a57 [2021-03-29T19:40:40.840Z] (1/4) Installing ca-certificates (20191127-r4) [2021-03-29T19:40:40.840Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-03-29T19:40:40.840Z] (3/4) Installing libcurl (7.69.1-r3) [2021-03-29T19:40:40.840Z] (1/6) Installing ca-certificates (20191127-r4) [2021-03-29T19:40:40.840Z] (4/4) Installing curl (7.69.1-r3) [2021-03-29T19:40:40.840Z] Executing busybox-1.31.1-r19.trigger [2021-03-29T19:40:40.840Z] (2/6) Installing nghttp2-libs (1.41.0-r0) [2021-03-29T19:40:40.840Z] Executing ca-certificates-20191127-r4.trigger [2021-03-29T19:40:40.840Z] (3/6) Installing libcurl (7.69.1-r3) [2021-03-29T19:40:41.105Z] (4/6) Installing curl (7.69.1-r3) [2021-03-29T19:40:41.105Z] (5/6) Installing dumb-init (1.2.2-r1) [2021-03-29T19:40:41.105Z] (6/6) Installing su-exec (0.2-r1) [2021-03-29T19:40:41.105Z] Executing busybox-1.31.1-r19.trigger [2021-03-29T19:40:41.105Z] Executing ca-certificates-20191127-r4.trigger [2021-03-29T19:40:41.105Z] OK: 7 MiB in 18 packages [2021-03-29T19:40:41.105Z] OK: 7 MiB in 20 packages [2021-03-29T19:40:41.693Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-29T19:40:41.693Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-29T19:40:41.693Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-29T19:40:41.959Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-03-29T19:40:41.959Z] (2/2) Installing su-exec (0.2-r1) [2021-03-29T19:40:41.959Z] Executing busybox-1.31.1-r19.trigger [2021-03-29T19:40:41.959Z] OK: 6 MiB in 16 packages [2021-03-29T19:40:41.959Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-29T19:40:41.959Z] Executing busybox-1.31.1-r19.trigger [2021-03-29T19:40:41.959Z] OK: 6 MiB in 15 packages [2021-03-29T19:40:42.225Z] Removing intermediate container 1eac58b94a57 [2021-03-29T19:40:42.225Z] ---> 1bebf0493adc [2021-03-29T19:40:42.225Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-29T19:40:42.486Z] ---> Running in ff7b7d475be7 [2021-03-29T19:40:43.927Z] Removing intermediate container 2ba51c0e747d [2021-03-29T19:40:43.927Z] ---> 825dee1aef1d [2021-03-29T19:40:43.927Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-29T19:40:43.927Z] Removing intermediate container f83dc92e2b03 [2021-03-29T19:40:43.927Z] ---> 6726b0123242 [2021-03-29T19:40:43.927Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-29T19:40:43.927Z] Removing intermediate container f62ca84a0b98 [2021-03-29T19:40:43.928Z] ---> a26ca3eae514 [2021-03-29T19:40:43.928Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-29T19:40:44.513Z] ---> Running in 5d90883979df [2021-03-29T19:40:44.513Z] Removing intermediate container 8bd4fd646924 [2021-03-29T19:40:44.513Z] ---> dffefdbcf27a [2021-03-29T19:40:44.514Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-03-29T19:40:44.777Z] ---> Running in 5d5f7b9204c6 [2021-03-29T19:40:44.777Z] ---> Running in f55eb440ae07 [2021-03-29T19:40:44.777Z] ---> Running in 637c57f70196 [2021-03-29T19:40:45.042Z] Removing intermediate container 5d90883979df [2021-03-29T19:40:45.042Z] ---> 05e4be111ec6 [2021-03-29T19:40:45.042Z] Step 13/24 : WORKDIR / [2021-03-29T19:40:45.042Z] ---> Running in 11930efe700d [2021-03-29T19:40:45.042Z] Removing intermediate container f55eb440ae07 [2021-03-29T19:40:45.042Z] ---> 94246972bdda [2021-03-29T19:40:45.042Z] Step 13/23 : ENV APP_PORT=48082 [2021-03-29T19:40:45.320Z] Removing intermediate container 5d5f7b9204c6 [2021-03-29T19:40:45.320Z] ---> 413e1ec08572 [2021-03-29T19:40:45.320Z] Step 13/21 : WORKDIR /edgex [2021-03-29T19:40:45.320Z] Removing intermediate container 637c57f70196 [2021-03-29T19:40:45.320Z] ---> 94a23a026b1e [2021-03-29T19:40:45.320Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-03-29T19:40:45.320Z] Removing intermediate container ff7b7d475be7 [2021-03-29T19:40:45.320Z] ---> e9e526e09233 [2021-03-29T19:40:45.320Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-03-29T19:40:45.320Z] ---> Running in d0db90b7793d [2021-03-29T19:40:45.320Z] ---> Running in 769f1dc81c95 [2021-03-29T19:40:45.320Z] ---> Running in e0b0e12f697e [2021-03-29T19:40:45.605Z] ---> Running in 89bad3e27100 [2021-03-29T19:40:45.605Z] Removing intermediate container 11930efe700d [2021-03-29T19:40:45.605Z] ---> 0d6a4bd26c7e [2021-03-29T19:40:45.605Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-03-29T19:40:45.880Z] Removing intermediate container d0db90b7793d [2021-03-29T19:40:45.880Z] ---> 0d5cb403258f [2021-03-29T19:40:45.880Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-29T19:40:45.880Z] Removing intermediate container 89bad3e27100 [2021-03-29T19:40:45.880Z] ---> 722ec942cf2f [2021-03-29T19:40:45.880Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-03-29T19:40:45.880Z] ---> Running in 33eda69b7e2b [2021-03-29T19:40:45.880Z] Removing intermediate container 769f1dc81c95 [2021-03-29T19:40:45.880Z] ---> d8d2f1a0fcfe [2021-03-29T19:40:45.880Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-03-29T19:40:46.146Z] ---> 0334179fa6c5 [2021-03-29T19:40:46.146Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-03-29T19:40:46.146Z] ---> Running in ac1a1893a0a1 [2021-03-29T19:40:46.413Z] Removing intermediate container 33eda69b7e2b [2021-03-29T19:40:46.413Z] ---> 5c4a85ecc625 [2021-03-29T19:40:46.413Z] Step 15/23 : WORKDIR / [2021-03-29T19:40:46.413Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-29T19:40:46.413Z] ---> 2b347e0b29be [2021-03-29T19:40:46.413Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-03-29T19:40:46.691Z] ---> Running in 3ec62c1400d4 [2021-03-29T19:40:46.691Z] ---> 171d36c09b6c [2021-03-29T19:40:46.691Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-03-29T19:40:46.959Z] Removing intermediate container 3ec62c1400d4 [2021-03-29T19:40:46.959Z] ---> b823f1381e9d [2021-03-29T19:40:46.959Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-29T19:40:46.959Z] ---> 01f389a3b222 [2021-03-29T19:40:46.959Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-03-29T19:40:47.236Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-29T19:40:47.236Z] ---> f1f1862d0419 [2021-03-29T19:40:47.236Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-03-29T19:40:47.520Z] ---> 6f7e05a4658d [2021-03-29T19:40:47.520Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-03-29T19:40:47.520Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-03-29T19:40:47.520Z] (2/6) Installing libgcc (9.3.0-r2) [2021-03-29T19:40:47.793Z] Removing intermediate container ac1a1893a0a1 [2021-03-29T19:40:47.793Z] ---> 9d0e60a89f78 [2021-03-29T19:40:47.793Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-03-29T19:40:47.793Z] (3/6) Installing libsodium (1.0.18-r0) [2021-03-29T19:40:47.793Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-03-29T19:40:47.793Z] ---> ccef0e78a26f [2021-03-29T19:40:47.793Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-03-29T19:40:47.793Z] ---> Running in 4d548bb2eab1 [2021-03-29T19:40:48.059Z] (5/6) Installing libzmq (4.3.3-r0) [2021-03-29T19:40:48.059Z] ---> c491c319046f [2021-03-29T19:40:48.059Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-03-29T19:40:48.059Z] (6/6) Installing zeromq (4.3.3-r0) [2021-03-29T19:40:48.325Z] Executing busybox-1.31.1-r19.trigger [2021-03-29T19:40:48.325Z] OK: 8 MiB in 20 packages [2021-03-29T19:40:48.325Z] ---> Running in 483d5d77aa92 [2021-03-29T19:40:48.325Z] Removing intermediate container 4d548bb2eab1 [2021-03-29T19:40:48.325Z] ---> c51c3857e85b [2021-03-29T19:40:48.325Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-03-29T19:40:48.325Z] ---> 1339536d47f2 [2021-03-29T19:40:48.325Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-03-29T19:40:48.594Z] ---> d836f5d3f62b [2021-03-29T19:40:48.594Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-03-29T19:40:48.594Z] Removing intermediate container 483d5d77aa92 [2021-03-29T19:40:48.594Z] ---> 0fa17767978a [2021-03-29T19:40:48.594Z] Step 18/21 : CMD ["--init=true"] [2021-03-29T19:40:48.864Z] ---> Running in 3306a309cd10 [2021-03-29T19:40:48.864Z] ---> 32a964bdafbe [2021-03-29T19:40:48.864Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-03-29T19:40:49.129Z] ---> c655c00422b9 [2021-03-29T19:40:49.129Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-03-29T19:40:49.129Z] ---> Running in 932369e15a5e [2021-03-29T19:40:49.129Z] ---> 2b24e13d7f66 [2021-03-29T19:40:49.129Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-03-29T19:40:49.129Z] Removing intermediate container e0b0e12f697e [2021-03-29T19:40:49.129Z] ---> dca7c41bd4a9 [2021-03-29T19:40:49.129Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-29T19:40:49.719Z] Removing intermediate container 3306a309cd10 [2021-03-29T19:40:49.719Z] ---> abf41b836e72 [2021-03-29T19:40:49.719Z] Step 19/21 : LABEL arch=x86_64 [2021-03-29T19:40:49.719Z] ---> Running in e1a156dbada5 [2021-03-29T19:40:49.719Z] ---> Running in 15cc912b4188 [2021-03-29T19:40:49.719Z] ---> Running in 9b74b92239be [2021-03-29T19:40:49.991Z] ---> b2989ea3cc0e [2021-03-29T19:40:49.991Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-03-29T19:40:50.255Z] Removing intermediate container e1a156dbada5 [2021-03-29T19:40:50.255Z] ---> bbb7bd10924b [2021-03-29T19:40:50.255Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-29T19:40:50.255Z] Removing intermediate container 9b74b92239be [2021-03-29T19:40:50.255Z] ---> 971fa34e7399 [2021-03-29T19:40:50.256Z] Step 20/21 : LABEL git_sha=230efa915a5a331c14751e0f7925e6b0f52b8528 [2021-03-29T19:40:50.524Z] ---> Running in 300d960e60e9 [2021-03-29T19:40:50.524Z] ---> Running in 1117c9c8d643 [2021-03-29T19:40:50.524Z] ---> f4eb0eee47d3 [2021-03-29T19:40:50.524Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-03-29T19:40:50.788Z] Removing intermediate container 300d960e60e9 [2021-03-29T19:40:50.788Z] ---> f1a001a94c66 [2021-03-29T19:40:50.788Z] Step 21/23 : LABEL arch=x86_64 [2021-03-29T19:40:50.788Z] Removing intermediate container 1117c9c8d643 [2021-03-29T19:40:50.788Z] ---> 190b70781517 [2021-03-29T19:40:50.788Z] Step 21/21 : LABEL version=0.0.0 [2021-03-29T19:40:51.056Z] ---> Running in 884afc6bf8fc [2021-03-29T19:40:51.056Z] ---> Running in 6ab17549287d [2021-03-29T19:40:51.322Z] ---> 3928b211c7dc [2021-03-29T19:40:51.322Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-03-29T19:40:51.322Z] Removing intermediate container 884afc6bf8fc [2021-03-29T19:40:51.322Z] ---> b7df658b384d [2021-03-29T19:40:51.322Z] Step 22/23 : LABEL git_sha=230efa915a5a331c14751e0f7925e6b0f52b8528 [2021-03-29T19:40:51.322Z] ---> Running in 744272a6d950 [2021-03-29T19:40:51.588Z] Removing intermediate container 932369e15a5e [2021-03-29T19:40:51.588Z] ---> c4b13d92b705 [2021-03-29T19:40:51.588Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-29T19:40:51.588Z] Removing intermediate container 6ab17549287d [2021-03-29T19:40:51.588Z] ---> 785cbf0e3059 [2021-03-29T19:40:51.588Z] [2021-03-29T19:40:51.852Z] ---> Running in 1de062d2e1f2 [2021-03-29T19:40:51.852Z] Removing intermediate container 15cc912b4188 [2021-03-29T19:40:51.852Z] ---> 039fe2bc5e54 [2021-03-29T19:40:51.852Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-03-29T19:40:51.852Z] Successfully built 785cbf0e3059 [2021-03-29T19:40:51.852Z] Removing intermediate container 744272a6d950 [2021-03-29T19:40:51.852Z] ---> 222de9b66b86 [2021-03-29T19:40:51.852Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-29T19:40:52.115Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-03-29T19:40:52.115Z]  Building docker-security-proxy-setup-go ... done Building docker-sys-mgmt-agent-go [2021-03-29T19:40:52.115Z] ---> 21a5afa5a831 [2021-03-29T19:40:52.115Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-03-29T19:40:52.115Z] ---> Running in 34d76c46879d [2021-03-29T19:40:52.115Z] ---> Running in 7271890d580c [2021-03-29T19:40:52.115Z] Removing intermediate container 1de062d2e1f2 [2021-03-29T19:40:52.115Z] ---> a1fae07a6409 [2021-03-29T19:40:52.115Z] Step 23/23 : LABEL version=0.0.0 [2021-03-29T19:40:52.379Z] ---> Running in b70bbd21c839 [2021-03-29T19:40:52.650Z] Removing intermediate container 34d76c46879d [2021-03-29T19:40:52.650Z] ---> bcb02fd329af [2021-03-29T19:40:52.650Z] Step 22/24 : LABEL arch=x86_64 [2021-03-29T19:40:52.650Z] Removing intermediate container 7271890d580c [2021-03-29T19:40:52.650Z] ---> 321201bbf295 [2021-03-29T19:40:52.650Z] Step 21/23 : LABEL arch=x86_64 [2021-03-29T19:40:52.650Z] ---> Running in 11d946b8d189 [2021-03-29T19:40:52.650Z] ---> 14cc9fbdc743 [2021-03-29T19:40:52.650Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-03-29T19:40:52.650Z] ---> Running in 56dc8c5d55c6 [2021-03-29T19:40:52.952Z] Removing intermediate container b70bbd21c839 [2021-03-29T19:40:52.952Z] ---> 609a0308b730 [2021-03-29T19:40:52.952Z] [2021-03-29T19:40:53.234Z] Removing intermediate container 11d946b8d189 [2021-03-29T19:40:53.235Z] ---> 9a08093a36dc [2021-03-29T19:40:53.235Z] Step 23/24 : LABEL git_sha=230efa915a5a331c14751e0f7925e6b0f52b8528 [2021-03-29T19:40:53.235Z] Successfully built 609a0308b730 [2021-03-29T19:40:53.513Z] Successfully tagged docker-core-command-go:latest [2021-03-29T19:40:53.513Z]  Building docker-core-command-go ... done Building docker-support-notifications-go [2021-03-29T19:40:53.513Z] Removing intermediate container 56dc8c5d55c6 [2021-03-29T19:40:53.513Z] ---> 1523bd4ac0ca [2021-03-29T19:40:53.513Z] Step 22/23 : LABEL git_sha=230efa915a5a331c14751e0f7925e6b0f52b8528 [2021-03-29T19:40:53.513Z] ---> Running in f7285d1b8a20 [2021-03-29T19:40:53.513Z] ---> cfa0581bfb96 [2021-03-29T19:40:53.513Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-03-29T19:40:53.513Z] ---> Running in e1b837fb5b57 [2021-03-29T19:40:54.117Z] Removing intermediate container f7285d1b8a20 [2021-03-29T19:40:54.118Z] ---> 49fee0c439df [2021-03-29T19:40:54.118Z] Step 24/24 : LABEL version=0.0.0 [2021-03-29T19:40:55.069Z] Removing intermediate container e1b837fb5b57 [2021-03-29T19:40:55.069Z] ---> e3f11271d7ee [2021-03-29T19:40:55.069Z] Step 23/23 : LABEL version=0.0.0 [2021-03-29T19:40:58.418Z] ---> 965bf592f7f7 [2021-03-29T19:40:58.418Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-03-29T19:40:58.418Z] ---> Running in 3e31e10c8af3 [2021-03-29T19:40:58.418Z] ---> Running in abb6e152ee43 [2021-03-29T19:40:59.823Z] Removing intermediate container 3e31e10c8af3 [2021-03-29T19:40:59.823Z] ---> f14ddae1e21c [2021-03-29T19:40:59.823Z] [2021-03-29T19:41:00.092Z] Successfully built f14ddae1e21c [2021-03-29T19:41:00.092Z] Successfully tagged docker-core-data-go:latest [2021-03-29T19:41:00.092Z]  Building docker-core-data-go ... done Building docker-support-scheduler-go [2021-03-29T19:41:00.092Z] Removing intermediate container abb6e152ee43 [2021-03-29T19:41:00.092Z] ---> c7a96aafa8c7 [2021-03-29T19:41:00.092Z] [2021-03-29T19:41:00.366Z] Successfully built c7a96aafa8c7 [2021-03-29T19:41:00.632Z] ---> 438d140fb7c9 [2021-03-29T19:41:00.632Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-03-29T19:41:00.632Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-03-29T19:41:00.632Z]  Building docker-security-secretstore-setup-go ... done Building docker-core-metadata-go [2021-03-29T19:41:01.220Z] ---> Running in 1d6795c27c36 [2021-03-29T19:41:01.822Z] Removing intermediate container 1d6795c27c36 [2021-03-29T19:41:01.823Z] ---> 419acb8d29e0 [2021-03-29T19:41:01.823Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-03-29T19:41:03.805Z] ---> de4cd0960e1c [2021-03-29T19:41:03.805Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-03-29T19:41:04.808Z] ---> Running in e8691909ca85 [2021-03-29T19:41:09.138Z] Removing intermediate container e8691909ca85 [2021-03-29T19:41:09.138Z] ---> e9b7f66861f8 [2021-03-29T19:41:09.138Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-03-29T19:41:10.563Z] ---> Running in 4e87ee6261ed [2021-03-29T19:41:11.242Z] Removing intermediate container 4e87ee6261ed [2021-03-29T19:41:11.242Z] ---> ffc665f64687 [2021-03-29T19:41:11.242Z] Step 28/31 : CMD ["gate"] [2021-03-29T19:41:12.220Z] ---> Running in cceb75f53de8 [2021-03-29T19:41:13.208Z] Removing intermediate container cceb75f53de8 [2021-03-29T19:41:13.208Z] ---> e12963b9d42d [2021-03-29T19:41:13.208Z] Step 29/31 : LABEL arch=x86_64 [2021-03-29T19:41:14.201Z] ---> Running in 5712de270a2c [2021-03-29T19:41:14.811Z] Removing intermediate container 5712de270a2c [2021-03-29T19:41:14.811Z] ---> 2a2a4d460a10 [2021-03-29T19:41:14.811Z] Step 30/31 : LABEL git_sha=230efa915a5a331c14751e0f7925e6b0f52b8528 [2021-03-29T19:41:14.811Z] ---> Running in 6aaf0bd93e01 [2021-03-29T19:41:16.263Z] Removing intermediate container 6aaf0bd93e01 [2021-03-29T19:41:16.263Z] ---> 36049b369be5 [2021-03-29T19:41:16.263Z] Step 31/31 : LABEL version=0.0.0 [2021-03-29T19:41:16.866Z] ---> Running in 9a8034469552 [2021-03-29T19:41:17.138Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-29T19:41:17.138Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-29T19:41:17.138Z] ---> d61a5f01b949 [2021-03-29T19:41:17.138Z] Step 3/22 : WORKDIR /edgex-go [2021-03-29T19:41:17.401Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-29T19:41:17.401Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-03-29T19:41:17.401Z] ---> d61a5f01b949 [2021-03-29T19:41:17.401Z] Step 3/26 : WORKDIR /edgex-go [2021-03-29T19:41:17.401Z] ---> Using cache [2021-03-29T19:41:17.401Z] ---> 649bee2cfb32 [2021-03-29T19:41:17.401Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-29T19:41:17.401Z] ---> Using cache [2021-03-29T19:41:17.401Z] ---> Using cache [2021-03-29T19:41:17.401Z] ---> 5c2d7a71001d [2021-03-29T19:41:17.401Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-03-29T19:41:17.401Z] ---> 649bee2cfb32 [2021-03-29T19:41:17.401Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-29T19:41:17.401Z] ---> Using cache [2021-03-29T19:41:17.401Z] ---> 5c2d7a71001d [2021-03-29T19:41:17.401Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-03-29T19:41:18.356Z] Removing intermediate container 9a8034469552 [2021-03-29T19:41:18.356Z] ---> 3dfbabb551f7 [2021-03-29T19:41:18.356Z] [2021-03-29T19:41:18.356Z] ---> Running in 9a363b989af0 [2021-03-29T19:41:18.356Z] ---> Running in fdc0b2957051 [2021-03-29T19:41:18.946Z] Successfully built 3dfbabb551f7 [2021-03-29T19:41:18.946Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-03-29T19:41:22.333Z]  Building docker-security-bootstrapper-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-29T19:41:22.333Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-29T19:41:23.321Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-29T19:41:23.321Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-29T19:41:24.291Z] OK: 233 MiB in 51 packages [2021-03-29T19:41:24.291Z] OK: 233 MiB in 51 packages [2021-03-29T19:41:27.642Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-29T19:41:27.642Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-29T19:41:27.642Z] ---> d61a5f01b949 [2021-03-29T19:41:27.642Z] Step 3/23 : WORKDIR /edgex-go [2021-03-29T19:41:27.642Z] ---> Using cache [2021-03-29T19:41:27.642Z] ---> 649bee2cfb32 [2021-03-29T19:41:27.642Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-29T19:41:27.642Z] ---> Using cache [2021-03-29T19:41:27.642Z] ---> 5c2d7a71001d [2021-03-29T19:41:27.642Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-29T19:41:27.908Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-29T19:41:27.908Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-29T19:41:27.908Z] ---> d61a5f01b949 [2021-03-29T19:41:27.908Z] Step 3/22 : WORKDIR /edgex-go [2021-03-29T19:41:27.908Z] ---> Using cache [2021-03-29T19:41:27.908Z] ---> 649bee2cfb32 [2021-03-29T19:41:27.908Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-29T19:41:27.908Z] ---> Using cache [2021-03-29T19:41:27.908Z] ---> 5c2d7a71001d [2021-03-29T19:41:27.908Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-03-29T19:41:28.874Z] ---> Running in f4c9da1b8ade [2021-03-29T19:41:28.874Z] ---> Running in 112e9632b798 [2021-03-29T19:41:28.874Z] Removing intermediate container 9a363b989af0 [2021-03-29T19:41:28.874Z] ---> 535bc4b4b20d [2021-03-29T19:41:28.874Z] Step 6/22 : COPY go.mod . [2021-03-29T19:41:28.874Z] Removing intermediate container fdc0b2957051 [2021-03-29T19:41:28.874Z] ---> 3af50e92f608 [2021-03-29T19:41:28.874Z] Step 6/26 : COPY go.mod . [2021-03-29T19:41:29.138Z] ---> 27acb0a9f7cf [2021-03-29T19:41:29.138Z] Step 7/22 : RUN go mod download [2021-03-29T19:41:29.400Z] ---> 2ff654e20727 [2021-03-29T19:41:29.400Z] Step 7/26 : RUN go mod download [2021-03-29T19:41:29.400Z] ---> Running in f0d20d4862fd [2021-03-29T19:41:29.400Z] ---> Running in e49e0a8b4d44 [2021-03-29T19:41:29.663Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-29T19:41:29.663Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-29T19:41:30.634Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-29T19:41:30.634Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-29T19:41:31.599Z] Removing intermediate container f0d20d4862fd [2021-03-29T19:41:31.600Z] ---> fd504c54a003 [2021-03-29T19:41:31.600Z] Step 8/22 : COPY . . [2021-03-29T19:41:31.600Z] Removing intermediate container e49e0a8b4d44 [2021-03-29T19:41:31.600Z] ---> 58b0dcd2f2eb [2021-03-29T19:41:31.600Z] Step 8/26 : COPY . . [2021-03-29T19:41:32.568Z] OK: 233 MiB in 51 packages [2021-03-29T19:41:33.020Z] OK: 233 MiB in 51 packages [2021-03-29T19:41:38.374Z] Removing intermediate container f4c9da1b8ade [2021-03-29T19:41:38.374Z] ---> a5034f900e00 [2021-03-29T19:41:38.374Z] Step 6/23 : COPY go.mod . [2021-03-29T19:41:38.646Z] Removing intermediate container 112e9632b798 [2021-03-29T19:41:38.646Z] ---> 3469fb71369a [2021-03-29T19:41:38.646Z] Step 6/22 : COPY go.mod . [2021-03-29T19:41:40.595Z] ---> f0c0621c0148 [2021-03-29T19:41:40.595Z] Step 7/23 : RUN go mod download [2021-03-29T19:41:40.595Z] ---> 1b53faa59446 [2021-03-29T19:41:40.595Z] Step 7/22 : RUN go mod download [2021-03-29T19:41:40.898Z] ---> Running in 5ee3ace3b9df [2021-03-29T19:41:40.898Z] ---> Running in 89eaae27834e [2021-03-29T19:41:51.055Z] Removing intermediate container 89eaae27834e [2021-03-29T19:41:51.055Z] ---> f9f9b28605b7 [2021-03-29T19:41:51.055Z] Step 8/22 : COPY . . [2021-03-29T19:41:51.055Z] Removing intermediate container 5ee3ace3b9df [2021-03-29T19:41:51.055Z] ---> d6f042f0dff2 [2021-03-29T19:41:51.055Z] Step 8/23 : COPY . . [2021-03-29T19:41:56.396Z] gofmt -l . [2021-03-29T19:41:56.397Z] [ "`gofmt -l .`" = "" ] [2021-03-29T19:41:56.397Z] ./bin/test-go-mod-tidy.sh [2021-03-29T19:41:56.397Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-03-29T19:41:57.052Z] + ls -al . [2021-03-29T19:41:57.052Z] total 808 [2021-03-29T19:41:57.052Z] drwxrwxr-x 9 1001 1001 4096 Mar 29 19:41 . [2021-03-29T19:41:57.052Z] drwxr-xr-x 4 root root 4096 Mar 29 19:36 .. [2021-03-29T19:41:57.052Z] -rw-rw-r-- 1 1001 1001 11 Mar 29 19:35 .dockerignore [2021-03-29T19:41:57.052Z] drwxrwxr-x 8 1001 1001 4096 Mar 29 19:35 .git [2021-03-29T19:41:57.052Z] drwxrwxr-x 3 1001 1001 4096 Mar 29 19:35 .github [2021-03-29T19:41:57.052Z] -rw-rw-r-- 1 1001 1001 818 Mar 29 19:35 .gitignore [2021-03-29T19:41:57.052Z] -rw-rw-r-- 1 1001 1001 166 Mar 29 19:35 .sonarcloud.properties [2021-03-29T19:41:57.052Z] -rw-rw-r-- 1 1001 1001 8607 Mar 29 19:35 Attribution.txt [2021-03-29T19:41:57.052Z] -rw-rw-r-- 1 1001 1001 3804 Mar 29 19:35 CONTRIBUTING.md [2021-03-29T19:41:57.052Z] -rw-rw-r-- 1 1001 1001 931 Mar 29 19:35 Dockerfile.build [2021-03-29T19:41:57.052Z] -rw-rw-r-- 1 1001 1001 863 Mar 29 19:35 Jenkinsfile [2021-03-29T19:41:57.052Z] -rw-rw-r-- 1 1001 1001 10775 Mar 29 19:35 LICENSE [2021-03-29T19:41:57.052Z] -rw-rw-r-- 1 1001 1001 5774 Mar 29 19:35 Makefile [2021-03-29T19:41:57.052Z] -rw-rw-r-- 1 1001 1001 6548 Mar 29 19:35 README.md [2021-03-29T19:41:57.052Z] -rw-rw-r-- 1 1001 1001 6755 Mar 29 19:35 SECURITY.md [2021-03-29T19:41:57.052Z] -rw-rw-r-- 1 1001 1001 5 Mar 29 19:33 VERSION [2021-03-29T19:41:57.052Z] -rw-rw-r-- 1 1001 1001 4131 Mar 29 19:35 ZMQWindows.md [2021-03-29T19:41:57.052Z] drwxrwxr-x 2 1001 1001 4096 Mar 29 19:35 bin [2021-03-29T19:41:57.052Z] drwxrwxr-x 14 1001 1001 4096 Mar 29 19:35 cmd [2021-03-29T19:41:57.052Z] -rw-r--r-- 1 root root 668090 Mar 29 19:40 coverage.out [2021-03-29T19:41:57.052Z] -rw-r--r-- 1 root root 1056 Mar 29 19:41 go.mod [2021-03-29T19:41:57.052Z] -rw-r--r-- 1 root root 22530 Mar 29 19:41 go.sum [2021-03-29T19:41:57.052Z] drwxrwxr-x 8 1001 1001 4096 Mar 29 19:35 internal [2021-03-29T19:41:57.052Z] drwxrwxr-x 4 1001 1001 4096 Mar 29 19:35 openapi [2021-03-29T19:41:57.052Z] drwxrwxr-x 4 1001 1001 4096 Mar 29 19:35 snap [2021-03-29T19:41:57.052Z] -rw-rw-r-- 1 1001 1001 168 Mar 29 19:35 version.go [Pipeline] sh [2021-03-29T19:41:57.714Z] + '[' -e coverage.out ] [2021-03-29T19:41:57.714Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-03-29T19:41:57.775Z] Warning: overwriting stash ‘coverage-report’ [2021-03-29T19:41:59.020Z] Stashed 1 file(s) [Pipeline] sh [2021-03-29T19:41:59.665Z] + make build [2021-03-29T19:41:59.665Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-03-29T19:42:03.459Z] ---> 02db0bfd8328 [2021-03-29T19:42:03.459Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-03-29T19:42:04.259Z] ---> Running in ff88f7756267 [2021-03-29T19:42:06.685Z] ---> db73b75315e4 [2021-03-29T19:42:06.685Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-03-29T19:42:07.042Z] ---> Running in 73d7a2c94b05 [2021-03-29T19:42:09.010Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-03-29T19:42:09.010Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-03-29T19:42:09.841Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-03-29T19:42:25.225Z] ---> d3046282bf13 [2021-03-29T19:42:25.225Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-03-29T19:42:26.196Z] ---> Running in 4a9c05bb2bb2 [2021-03-29T19:42:27.188Z] ---> 639204fb7c93 [2021-03-29T19:42:27.188Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-03-29T19:42:27.188Z] ---> Running in b821e0785e90 [2021-03-29T19:42:27.475Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-03-29T19:42:28.554Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-03-29T19:42:36.915Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-03-29T19:42:41.247Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-03-29T19:42:47.957Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-03-29T19:42:48.939Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-03-29T19:42:50.862Z] Removing intermediate container ff88f7756267 [2021-03-29T19:42:50.862Z] ---> 7f260a03cd58 [2021-03-29T19:42:50.862Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-03-29T19:42:50.862Z] Removing intermediate container 73d7a2c94b05 [2021-03-29T19:42:50.862Z] ---> ea5886f51ac5 [2021-03-29T19:42:50.862Z] [2021-03-29T19:42:50.862Z] Step 10/22 : FROM alpine:3.12 [2021-03-29T19:42:50.862Z] ---> 42cb162f0360 [2021-03-29T19:42:50.862Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-03-29T19:42:50.862Z] ---> Running in e232dae3dda7 [2021-03-29T19:42:50.862Z] ---> Running in 718f9c8e8996 [2021-03-29T19:42:51.141Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-03-29T19:42:51.418Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-29T19:42:51.418Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-29T19:42:51.692Z] (1/2) Installing ca-certificates (20191127-r4) [2021-03-29T19:42:51.692Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-03-29T19:42:51.692Z] Executing busybox-1.31.1-r19.trigger [2021-03-29T19:42:51.968Z] Executing ca-certificates-20191127-r4.trigger [2021-03-29T19:42:51.968Z] OK: 6 MiB in 16 packages [2021-03-29T19:42:54.077Z] Removing intermediate container 718f9c8e8996 [2021-03-29T19:42:54.077Z] ---> 605182c84a09 [2021-03-29T19:42:54.077Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-29T19:42:54.325Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-03-29T19:42:54.352Z] ---> Running in ae1106840c08 [2021-03-29T19:42:54.657Z] Removing intermediate container e232dae3dda7 [2021-03-29T19:42:54.657Z] ---> 2fcb0dd894dd [2021-03-29T19:42:54.657Z] [2021-03-29T19:42:54.657Z] Step 11/26 : FROM docker:20.10.0 [2021-03-29T19:42:54.657Z] 20.10.0: Pulling from library/docker [2021-03-29T19:42:54.657Z] Removing intermediate container ae1106840c08 [2021-03-29T19:42:54.657Z] ---> f2576b264c2d [2021-03-29T19:42:54.657Z] Step 13/22 : ENV APP_PORT=48060 [2021-03-29T19:42:54.959Z] ---> Running in 06183fdbd974 [2021-03-29T19:42:56.935Z] Removing intermediate container 06183fdbd974 [2021-03-29T19:42:56.935Z] ---> a288df0cb77e [2021-03-29T19:42:56.935Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-29T19:42:57.211Z] ---> Running in e1370d90797b [2021-03-29T19:42:57.817Z] Removing intermediate container e1370d90797b [2021-03-29T19:42:57.817Z] ---> 08289001e805 [2021-03-29T19:42:57.817Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-29T19:42:59.819Z] ---> 0c8c93ded6aa [2021-03-29T19:42:59.819Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-03-29T19:43:00.840Z] ---> 7d95588f6a68 [2021-03-29T19:43:00.840Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-03-29T19:43:01.041Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-03-29T19:43:01.461Z] ---> 0b4da0174ab5 [2021-03-29T19:43:01.461Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-03-29T19:43:01.461Z] ---> Running in 9a8c7d4eb496 [2021-03-29T19:43:02.065Z] Removing intermediate container 9a8c7d4eb496 [2021-03-29T19:43:02.065Z] ---> 337c71f14b8d [2021-03-29T19:43:02.065Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-29T19:43:02.065Z] ---> Running in ea86db8b25b1 [2021-03-29T19:43:02.661Z] Removing intermediate container ea86db8b25b1 [2021-03-29T19:43:02.661Z] ---> 1ca91aff5b24 [2021-03-29T19:43:02.661Z] Step 20/22 : LABEL arch=x86_64 [2021-03-29T19:43:02.661Z] ---> Running in 8fe9547fb9aa [2021-03-29T19:43:02.935Z] Removing intermediate container 8fe9547fb9aa [2021-03-29T19:43:02.935Z] ---> 0db17f0c2ed0 [2021-03-29T19:43:02.935Z] Step 21/22 : LABEL git_sha=230efa915a5a331c14751e0f7925e6b0f52b8528 [2021-03-29T19:43:03.553Z] ---> Running in 63fba6060820 [2021-03-29T19:43:05.332Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-03-29T19:43:07.211Z] Removing intermediate container 63fba6060820 [2021-03-29T19:43:07.211Z] ---> 272fa16dbe04 [2021-03-29T19:43:07.211Z] Step 22/22 : LABEL version=0.0.0 [2021-03-29T19:43:07.211Z] ---> Running in 14dab7c5d17a [2021-03-29T19:43:07.211Z] Removing intermediate container 4a9c05bb2bb2 [2021-03-29T19:43:07.211Z] ---> edb7369835d0 [2021-03-29T19:43:07.211Z] [2021-03-29T19:43:07.211Z] Step 10/22 : FROM alpine:3.12 [2021-03-29T19:43:07.211Z] ---> 42cb162f0360 [2021-03-29T19:43:07.211Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-03-29T19:43:07.211Z] ---> Using cache [2021-03-29T19:43:07.211Z] ---> a26ca3eae514 [2021-03-29T19:43:07.211Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-29T19:43:07.211Z] ---> Using cache [2021-03-29T19:43:07.211Z] ---> 94246972bdda [2021-03-29T19:43:07.211Z] Step 13/22 : ENV APP_PORT=48085 [2021-03-29T19:43:07.211Z] ---> Running in 80d5c60f026b [2021-03-29T19:43:07.480Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-03-29T19:43:07.480Z] Removing intermediate container 14dab7c5d17a [2021-03-29T19:43:07.480Z] ---> 3bf2c9fc4bec [2021-03-29T19:43:07.480Z] [2021-03-29T19:43:07.480Z] Status: Downloaded newer image for docker:20.10.0 [2021-03-29T19:43:07.480Z] ---> aefe523efa57 [2021-03-29T19:43:07.480Z] Step 12/26 : RUN apk add --no-cache bash [2021-03-29T19:43:07.749Z] Removing intermediate container 80d5c60f026b [2021-03-29T19:43:07.749Z] ---> d1caed3c61ee [2021-03-29T19:43:07.749Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-29T19:43:08.013Z] Successfully built 3bf2c9fc4bec [2021-03-29T19:43:08.597Z] Successfully tagged docker-support-notifications-go:latest [2021-03-29T19:43:08.597Z]  Building docker-support-notifications-go ... done  ---> Running in 28c7e0490ec0 [2021-03-29T19:43:09.573Z] ---> Running in 5688fd2c7366 [2021-03-29T19:43:09.573Z] Removing intermediate container b821e0785e90 [2021-03-29T19:43:09.573Z] ---> ea8bf024552c [2021-03-29T19:43:09.573Z] [2021-03-29T19:43:09.573Z] Step 10/23 : FROM alpine:3.12 [2021-03-29T19:43:09.573Z] ---> 42cb162f0360 [2021-03-29T19:43:09.573Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-29T19:43:09.573Z] ---> Using cache [2021-03-29T19:43:09.573Z] ---> a26ca3eae514 [2021-03-29T19:43:09.573Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-29T19:43:09.573Z] ---> Using cache [2021-03-29T19:43:09.573Z] ---> 94246972bdda [2021-03-29T19:43:09.573Z] Step 13/23 : ENV APP_PORT=48081 [2021-03-29T19:43:09.573Z] ---> Running in 4dff33002993 [2021-03-29T19:43:09.573Z] Removing intermediate container 5688fd2c7366 [2021-03-29T19:43:09.573Z] ---> e4794e024271 [2021-03-29T19:43:09.573Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-29T19:43:09.865Z] Removing intermediate container 4dff33002993 [2021-03-29T19:43:09.865Z] ---> 53288b9cd573 [2021-03-29T19:43:09.865Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-29T19:43:09.865Z] ---> Running in e31b25da05e1 [2021-03-29T19:43:09.865Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-29T19:43:09.865Z] ---> a99d9b547af5 [2021-03-29T19:43:09.865Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-03-29T19:43:10.166Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-29T19:43:10.166Z] Removing intermediate container e31b25da05e1 [2021-03-29T19:43:10.166Z] ---> 2a3c951f9fc5 [2021-03-29T19:43:10.166Z] Step 15/23 : WORKDIR / [2021-03-29T19:43:10.166Z] (1/2) Installing readline (8.0.4-r0) [2021-03-29T19:43:10.166Z] (2/2) Installing bash (5.0.17-r0) [2021-03-29T19:43:10.166Z] Executing bash-5.0.17-r0.post-install [2021-03-29T19:43:10.166Z] Executing busybox-1.31.1-r19.trigger [2021-03-29T19:43:10.166Z] OK: 12 MiB in 22 packages [2021-03-29T19:43:10.434Z] ---> Running in e8325d213a85 [2021-03-29T19:43:10.434Z] ---> e568205de3c0 [2021-03-29T19:43:10.434Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-03-29T19:43:10.700Z] Removing intermediate container e8325d213a85 [2021-03-29T19:43:10.700Z] ---> 5266eab234db [2021-03-29T19:43:10.700Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-29T19:43:10.762Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-03-29T19:43:11.011Z] ---> eb8543401155 [2021-03-29T19:43:11.011Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-03-29T19:43:11.011Z] Removing intermediate container 28c7e0490ec0 [2021-03-29T19:43:11.011Z] ---> a9cce7f3a735 [2021-03-29T19:43:11.011Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-03-29T19:43:11.011Z] ---> 7dc767ed103f [2021-03-29T19:43:11.011Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-03-29T19:43:11.011Z] ---> Running in b19d84a9467d [2021-03-29T19:43:11.288Z] ---> Running in 97d848090494 [2021-03-29T19:43:11.288Z] Removing intermediate container b19d84a9467d [2021-03-29T19:43:11.288Z] ---> 9cc1ca0b75eb [2021-03-29T19:43:11.288Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-29T19:43:11.576Z] Removing intermediate container 97d848090494 [2021-03-29T19:43:11.576Z] ---> 834a9145ad3a [2021-03-29T19:43:11.576Z] Step 14/26 : ENV APP_PORT=48090 [2021-03-29T19:43:11.576Z] ---> Running in 1793b6989945 [2021-03-29T19:43:11.576Z] ---> Running in 59d16fff7b1e [2021-03-29T19:43:11.867Z] Removing intermediate container 59d16fff7b1e [2021-03-29T19:43:11.867Z] ---> bf64a366519f [2021-03-29T19:43:11.867Z] Step 15/26 : EXPOSE $APP_PORT [2021-03-29T19:43:12.865Z] ---> 672f6f88fabd [2021-03-29T19:43:12.865Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-03-29T19:43:12.865Z] Removing intermediate container 1793b6989945 [2021-03-29T19:43:12.865Z] ---> 1830250620d4 [2021-03-29T19:43:12.865Z] Step 20/22 : LABEL arch=x86_64 [2021-03-29T19:43:12.865Z] ---> Running in 6ac271396caf [2021-03-29T19:43:12.865Z] ---> Running in 0cbb1a7ac9dc [2021-03-29T19:43:13.158Z] Removing intermediate container 6ac271396caf [2021-03-29T19:43:13.158Z] ---> 0e822e022efb [2021-03-29T19:43:13.158Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-03-29T19:43:13.158Z] Removing intermediate container 0cbb1a7ac9dc [2021-03-29T19:43:13.158Z] ---> 1056dfd70b30 [2021-03-29T19:43:13.158Z] Step 21/22 : LABEL git_sha=230efa915a5a331c14751e0f7925e6b0f52b8528 [2021-03-29T19:43:13.158Z] ---> 976ec3db328a [2021-03-29T19:43:13.158Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-03-29T19:43:13.158Z] ---> Running in 002229ebf6c6 [2021-03-29T19:43:13.158Z] ---> Running in 26860c83dc87 [2021-03-29T19:43:13.760Z] Removing intermediate container 002229ebf6c6 [2021-03-29T19:43:13.760Z] ---> 25e0e079fcd2 [2021-03-29T19:43:13.760Z] Step 22/22 : LABEL version=0.0.0 [2021-03-29T19:43:13.760Z] Removing intermediate container 26860c83dc87 [2021-03-29T19:43:13.760Z] ---> ae15d21865bc [2021-03-29T19:43:13.760Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-29T19:43:13.760Z] ---> Running in 8f659381b5f2 [2021-03-29T19:43:13.760Z] ---> Running in 22b4524f05b7 [2021-03-29T19:43:13.760Z] ---> d4b216b93f25 [2021-03-29T19:43:13.760Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-03-29T19:43:14.038Z] Removing intermediate container 8f659381b5f2 [2021-03-29T19:43:14.038Z] ---> 722bda2908c3 [2021-03-29T19:43:14.038Z] [2021-03-29T19:43:14.038Z] Removing intermediate container 22b4524f05b7 [2021-03-29T19:43:14.038Z] ---> 13936bb5abbb [2021-03-29T19:43:14.038Z] Step 21/23 : LABEL arch=x86_64 [2021-03-29T19:43:14.038Z] ---> Running in c04e57c65f93 [2021-03-29T19:43:14.038Z] ---> 38917b14a380 [2021-03-29T19:43:14.038Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-03-29T19:43:14.175Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-03-29T19:43:14.331Z] Successfully built 722bda2908c3 [2021-03-29T19:43:14.599Z] Successfully tagged docker-support-scheduler-go:latest [2021-03-29T19:43:14.599Z]  Building docker-support-scheduler-go ... done Removing intermediate container c04e57c65f93 [2021-03-29T19:43:14.599Z] ---> 4817aa9b7c4b [2021-03-29T19:43:14.599Z] Step 22/23 : LABEL git_sha=230efa915a5a331c14751e0f7925e6b0f52b8528 [2021-03-29T19:43:14.599Z] ---> 474c57dd842a [2021-03-29T19:43:14.599Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-03-29T19:43:14.884Z] ---> Running in ec5771a645dd [2021-03-29T19:43:14.884Z] ---> Running in 364eb37a1029 [2021-03-29T19:43:14.884Z] Removing intermediate container ec5771a645dd [2021-03-29T19:43:14.884Z] ---> a76698786c9b [2021-03-29T19:43:14.884Z] Step 23/23 : LABEL version=0.0.0 [2021-03-29T19:43:15.167Z] ---> Running in f329cca645ea [2021-03-29T19:43:15.167Z] Removing intermediate container f329cca645ea [2021-03-29T19:43:15.167Z] ---> e63df5a9dbf1 [2021-03-29T19:43:15.167Z] [2021-03-29T19:43:15.441Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-29T19:43:15.441Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-29T19:43:15.441Z] Successfully built e63df5a9dbf1 [2021-03-29T19:43:15.441Z] Successfully tagged docker-core-metadata-go:latest [2021-03-29T19:43:15.707Z]  Building docker-core-metadata-go ... done (1/33) Installing libbz2 (1.0.8-r1) [2021-03-29T19:43:15.707Z] (2/33) Installing expat (2.2.9-r1) [2021-03-29T19:43:15.707Z] (3/33) Installing libffi (3.3-r2) [2021-03-29T19:43:15.707Z] (4/33) Installing gdbm (1.13-r1) [2021-03-29T19:43:15.707Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-03-29T19:43:15.707Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-03-29T19:43:15.707Z] (7/33) Installing python3 (3.8.8-r0) [2021-03-29T19:43:16.668Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-03-29T19:43:16.668Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-03-29T19:43:16.668Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-03-29T19:43:16.668Z] (11/33) Installing py3-six (1.15.0-r0) [2021-03-29T19:43:16.668Z] (12/33) Installing py3-packaging (20.4-r0) [2021-03-29T19:43:16.668Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-03-29T19:43:16.668Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-03-29T19:43:16.668Z] (15/33) Installing py3-idna (2.9-r0) [2021-03-29T19:43:16.668Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-03-29T19:43:16.939Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-03-29T19:43:16.939Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-03-29T19:43:16.939Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-03-29T19:43:16.939Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-03-29T19:43:16.939Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-03-29T19:43:16.939Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-03-29T19:43:16.939Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-03-29T19:43:16.939Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-03-29T19:43:16.939Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-03-29T19:43:16.939Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-03-29T19:43:16.939Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-03-29T19:43:16.939Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-03-29T19:43:16.939Z] (29/33) Installing py3-progress (1.5-r0) [2021-03-29T19:43:16.939Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-03-29T19:43:16.939Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-03-29T19:43:16.939Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-03-29T19:43:16.939Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-03-29T19:43:17.214Z] Executing busybox-1.31.1-r19.trigger [2021-03-29T19:43:17.214Z] OK: 71 MiB in 55 packages [2021-03-29T19:43:19.708Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } [2021-03-29T19:43:26.427Z] $ docker stop --time=1 0b8aaea6f374e8089ff4405654d046e2f1741378ca35acb8870f795b71cbcba5 [2021-03-29T19:43:27.286Z] Removing intermediate container 364eb37a1029 [2021-03-29T19:43:27.286Z] ---> ac0b8143badd [2021-03-29T19:43:27.286Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-03-29T19:43:27.286Z] ---> Running in 959de22ef641 [2021-03-29T19:43:28.684Z] Collecting docker-compose==1.23.2 [2021-03-29T19:43:28.684Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-03-29T19:43:28.684Z] Collecting PyYAML<4,>=3.10 [2021-03-29T19:43:28.684Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-03-29T19:43:28.834Z] $ docker rm -f 0b8aaea6f374e8089ff4405654d046e2f1741378ca35acb8870f795b71cbcba5 [2021-03-29T19:43:29.642Z] Collecting docopt<0.7,>=0.6.1 [2021-03-29T19:43:29.642Z] Downloading docopt-0.6.2.tar.gz (25 kB) [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [2021-03-29T19:43:30.220Z] Collecting texttable<0.10,>=0.9.0 [2021-03-29T19:43:30.221Z] Downloading texttable-0.9.1.tar.gz (11 kB) [Pipeline] } [Pipeline] // stage [2021-03-29T19:43:30.487Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2021-03-29T19:43:30.487Z] Collecting cached-property<2,>=1.2.0 [2021-03-29T19:43:30.487Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-29T19:43:30.749Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-03-29T19:43:30.934Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-29T19:43:30.935Z] [2021-03-29T19:43:30.935Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [2021-03-29T19:43:31.012Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-03-29T19:43:31.012Z] Collecting jsonschema<3,>=2.5.1 [2021-03-29T19:43:31.012Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-03-29T19:43:31.012Z] Collecting dockerpty<0.5,>=0.4.1 [2021-03-29T19:43:31.012Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [Pipeline] sh [2021-03-29T19:43:31.370Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-29T19:43:31.370Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-03-29T19:43:31.370Z] 29e5d40040c1: Pulling fs layer [2021-03-29T19:43:31.370Z] 1ce36da41761: Pulling fs layer [2021-03-29T19:43:31.370Z] 25b303627fd3: Pulling fs layer [2021-03-29T19:43:31.587Z] Collecting docker<4.0,>=3.6.0 [2021-03-29T19:43:31.587Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-03-29T19:43:31.849Z] Collecting websocket-client<1.0,>=0.32.0 [2021-03-29T19:43:31.849Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-03-29T19:43:31.961Z] 29e5d40040c1: Verifying Checksum [2021-03-29T19:43:31.962Z] 29e5d40040c1: Download complete [2021-03-29T19:43:32.111Z] Collecting idna<2.8,>=2.5 [2021-03-29T19:43:32.111Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-03-29T19:43:32.233Z] 1ce36da41761: Verifying Checksum [2021-03-29T19:43:32.233Z] 1ce36da41761: Download complete [2021-03-29T19:43:32.374Z] Collecting urllib3<1.25,>=1.21.1 [2021-03-29T19:43:32.374Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-03-29T19:43:32.374Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2021-03-29T19:43:32.374Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2021-03-29T19:43:32.505Z] 29e5d40040c1: Pull complete [2021-03-29T19:43:32.637Z] Collecting docker-pycreds>=0.4.0 [2021-03-29T19:43:32.637Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-03-29T19:43:32.637Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-03-29T19:43:32.637Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-03-29T19:43:32.637Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-03-29T19:43:32.637Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-03-29T19:43:32.637Z] Installing collected packages: PyYAML, docopt, texttable, cached-property, idna, urllib3, requests, jsonschema, dockerpty, websocket-client, docker-pycreds, docker, docker-compose [2021-03-29T19:43:32.637Z] Running setup.py install for PyYAML: started [2021-03-29T19:43:33.212Z] Running setup.py install for PyYAML: finished with status 'done' [2021-03-29T19:43:33.212Z] Running setup.py install for docopt: started [2021-03-29T19:43:33.480Z] 1ce36da41761: Pull complete [2021-03-29T19:43:33.789Z] Running setup.py install for docopt: finished with status 'done' [2021-03-29T19:43:33.789Z] Running setup.py install for texttable: started [2021-03-29T19:43:34.070Z] 25b303627fd3: Verifying Checksum [2021-03-29T19:43:34.070Z] 25b303627fd3: Download complete [2021-03-29T19:43:34.364Z] Running setup.py install for texttable: finished with status 'done' [2021-03-29T19:43:34.364Z] Attempting uninstall: idna [2021-03-29T19:43:34.364Z] Found existing installation: idna 2.9 [2021-03-29T19:43:34.364Z] Uninstalling idna-2.9: [2021-03-29T19:43:34.364Z] Successfully uninstalled idna-2.9 [2021-03-29T19:43:34.629Z] Attempting uninstall: urllib3 [2021-03-29T19:43:34.629Z] Found existing installation: urllib3 1.25.9 [2021-03-29T19:43:34.629Z] Uninstalling urllib3-1.25.9: [2021-03-29T19:43:34.629Z] Successfully uninstalled urllib3-1.25.9 [2021-03-29T19:43:34.891Z] Attempting uninstall: requests [2021-03-29T19:43:34.891Z] Found existing installation: requests 2.23.0 [2021-03-29T19:43:34.891Z] Uninstalling requests-2.23.0: [2021-03-29T19:43:35.156Z] Successfully uninstalled requests-2.23.0 [2021-03-29T19:43:35.156Z] Running setup.py install for dockerpty: started [2021-03-29T19:43:35.730Z] Running setup.py install for dockerpty: finished with status 'done' [2021-03-29T19:43:36.303Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.58.0 [2021-03-29T19:43:39.609Z] Removing intermediate container 959de22ef641 [2021-03-29T19:43:39.609Z] ---> 9e63b3b11618 [2021-03-29T19:43:39.609Z] Step 21/26 : RUN apk --no-cache add curl [2021-03-29T19:43:39.609Z] ---> Running in 0a0d9e0b0492 [2021-03-29T19:43:39.904Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-29T19:43:39.904Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-29T19:43:39.904Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-03-29T19:43:39.904Z] (2/3) Installing libcurl (7.69.1-r3) [2021-03-29T19:43:39.904Z] (3/3) Installing curl (7.69.1-r3) [2021-03-29T19:43:39.904Z] Executing busybox-1.31.1-r19.trigger [2021-03-29T19:43:40.174Z] OK: 72 MiB in 58 packages [2021-03-29T19:43:40.442Z] Removing intermediate container 0a0d9e0b0492 [2021-03-29T19:43:40.442Z] ---> 16df97f0db15 [2021-03-29T19:43:40.442Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-03-29T19:43:40.724Z] ---> Running in 3cc969301afd [2021-03-29T19:43:40.724Z] Removing intermediate container 3cc969301afd [2021-03-29T19:43:40.724Z] ---> eef7795b2381 [2021-03-29T19:43:40.724Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-29T19:43:41.010Z] ---> Running in fd7e10e3f8ac [2021-03-29T19:43:41.010Z] Removing intermediate container fd7e10e3f8ac [2021-03-29T19:43:41.010Z] ---> 7c2e54c8eda2 [2021-03-29T19:43:41.010Z] Step 24/26 : LABEL arch=x86_64 [2021-03-29T19:43:41.010Z] ---> Running in 0936e3858636 [2021-03-29T19:43:41.277Z] Removing intermediate container 0936e3858636 [2021-03-29T19:43:41.277Z] ---> 42f7ed2bbc3a [2021-03-29T19:43:41.277Z] Step 25/26 : LABEL git_sha=230efa915a5a331c14751e0f7925e6b0f52b8528 [2021-03-29T19:43:41.540Z] ---> Running in eaf310a980cf [2021-03-29T19:43:41.540Z] Removing intermediate container eaf310a980cf [2021-03-29T19:43:41.540Z] ---> 8aa555ba472e [2021-03-29T19:43:41.540Z] Step 26/26 : LABEL version=0.0.0 [2021-03-29T19:43:41.804Z] ---> Running in 3e92d26289d3 [2021-03-29T19:43:41.804Z] Removing intermediate container 3e92d26289d3 [2021-03-29T19:43:41.804Z] ---> 7c69e56070e4 [2021-03-29T19:43:41.804Z] [2021-03-29T19:43:42.066Z] Successfully built 7c69e56070e4 [2021-03-29T19:43:42.066Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-03-29T19:43:42.320Z] 25b303627fd3: Pull complete [2021-03-29T19:43:42.320Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-03-29T19:43:42.339Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-03-29T19:43:42.376Z] $ docker stop --time=1 e78806d33648e09e82753af870dba8dbbc420c3602548674e9291a5f019c7f93 [2021-03-29T19:43:42.596Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-29T19:43:42.596Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-29T19:43:44.067Z] $ docker rm -f e78806d33648e09e82753af870dba8dbbc420c3602548674e9291a5f019c7f93 [Pipeline] // withDockerContainer [Pipeline] sh [Pipeline] withDockerContainer [2021-03-29T19:43:44.593Z] prd-ubuntu18.04-docker-arm64-4c-16g-31830 does not seem to be running inside a container [2021-03-29T19:43:44.649Z] + docker images [2021-03-29T19:43:44.649Z] + grep docker [2021-03-29T19:43:44.663Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-03-29T19:43:45.221Z] docker-sys-mgmt-agent-go latest 7c69e56070e4 3 seconds ago 314MB [2021-03-29T19:43:45.221Z] docker-core-metadata-go latest e63df5a9dbf1 29 seconds ago 19MB [2021-03-29T19:43:45.221Z] docker-support-scheduler-go latest 722bda2908c3 31 seconds ago 17.4MB [2021-03-29T19:43:45.221Z] docker-support-notifications-go latest 3bf2c9fc4bec 37 seconds ago 17.9MB [2021-03-29T19:43:45.221Z] docker-security-bootstrapper-go latest 3dfbabb551f7 2 minutes ago 18.9MB [2021-03-29T19:43:45.221Z] docker-core-data-go latest f14ddae1e21c 2 minutes ago 22.7MB [2021-03-29T19:43:45.221Z] docker-security-secretstore-setup-go latest c7a96aafa8c7 2 minutes ago 25.7MB [2021-03-29T19:43:45.221Z] docker-core-command-go latest 609a0308b730 2 minutes ago 17.3MB [2021-03-29T19:43:45.221Z] docker-security-proxy-setup-go latest 785cbf0e3059 2 minutes ago 25.4MB [2021-03-29T19:43:45.221Z] docker 20.10.0 aefe523efa57 3 months ago 240MB [2021-03-29T19:43:47.722Z] $ docker top 79f4cba476bb786af17cd02999b5977c2847b4d009de4c3e67ccd7aba941cf15 -eo pid,comm [Pipeline] { [Pipeline] } [Pipeline] sh [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) [2021-03-29T19:43:48.704Z] + docker-compose build --help [2021-03-29T19:43:48.704Z] + grep parallel [Pipeline] findFiles [Pipeline] node [2021-03-29T19:43:53.064Z] --parallel Build images in parallel. [Pipeline] } [2021-03-29T19:43:53.073Z] $ docker stop --time=1 79f4cba476bb786af17cd02999b5977c2847b4d009de4c3e67ccd7aba941cf15 [2021-03-29T19:43:54.994Z] $ docker rm -f 79f4cba476bb786af17cd02999b5977c2847b4d009de4c3e67ccd7aba941cf15 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-29T19:43:55.765Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-29T19:43:55.765Z] . [Pipeline] withDockerContainer [2021-03-29T19:43:55.982Z] prd-ubuntu18.04-docker-arm64-4c-16g-31830 does not seem to be running inside a container [2021-03-29T19:43:56.045Z] $ 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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-03-29T19:43:57.410Z] $ docker top b13cc8521349b20a7fdc52f5745a66215cbe3ef1b7d149f066e07e85a72aa922 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-29T19:43:58.414Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-03-29T19:44:02.700Z] Building docker-core-command-go ... [2021-03-29T19:44:02.700Z] Building docker-core-data-go ... [2021-03-29T19:44:02.700Z] Building docker-core-metadata-go ... [2021-03-29T19:44:02.700Z] Building docker-security-bootstrapper-go ... [2021-03-29T19:44:02.700Z] Building docker-security-proxy-setup-go ... [2021-03-29T19:44:02.700Z] Building docker-security-secretstore-setup-go ... [2021-03-29T19:44:02.700Z] Building docker-support-notifications-go ... [2021-03-29T19:44:02.700Z] Building docker-support-scheduler-go ... [2021-03-29T19:44:02.700Z] Building docker-sys-mgmt-agent-go ... [2021-03-29T19:44:02.700Z] Building docker-support-notifications-go [2021-03-29T19:44:02.700Z] Building docker-security-bootstrapper-go [2021-03-29T19:44:02.700Z] Building docker-security-proxy-setup-go [2021-03-29T19:44:02.700Z] Building docker-core-command-go [2021-03-29T19:44:02.700Z] Building docker-sys-mgmt-agent-go [2021-03-29T19:44:03.869Z] Still waiting to schedule task [2021-03-29T19:44:03.869Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2021-03-29T19:45:24.538Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-29T19:45:24.538Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-03-29T19:45:24.538Z] ---> d3c15c409b57 [2021-03-29T19:45:24.538Z] Step 3/26 : WORKDIR /edgex-go [2021-03-29T19:45:24.538Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-29T19:45:24.538Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-03-29T19:45:24.538Z] ---> d3c15c409b57 [2021-03-29T19:45:24.538Z] Step 3/21 : WORKDIR /edgex-go [2021-03-29T19:45:24.538Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-29T19:45:24.538Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-03-29T19:45:24.538Z] ---> d3c15c409b57 [2021-03-29T19:45:24.538Z] Step 3/31 : WORKDIR /edgex-go [2021-03-29T19:45:24.538Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-29T19:45:24.538Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-29T19:45:24.538Z] ---> d3c15c409b57 [2021-03-29T19:45:24.538Z] Step 3/23 : WORKDIR /edgex-go [2021-03-29T19:45:24.538Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-29T19:45:24.538Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-29T19:45:24.538Z] ---> d3c15c409b57 [2021-03-29T19:45:24.538Z] Step 3/22 : WORKDIR /edgex-go [2021-03-29T19:45:24.538Z] ---> Running in 8181a8f2e274 [2021-03-29T19:45:24.538Z] ---> Running in 37e7f86cc135 [2021-03-29T19:45:24.538Z] ---> Running in eb5328b99f3b [2021-03-29T19:45:24.538Z] ---> Running in 768e01aa0985 [2021-03-29T19:45:24.538Z] ---> Running in 0d493b08aeae [2021-03-29T19:45:24.538Z] Removing intermediate container 0d493b08aeae [2021-03-29T19:45:24.538Z] ---> ffbc70dd00dc [2021-03-29T19:45:24.538Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-29T19:45:24.538Z] Removing intermediate container eb5328b99f3b [2021-03-29T19:45:24.538Z] ---> 3ea7855dede6 [2021-03-29T19:45:24.538Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-29T19:45:24.538Z] ---> Running in 2ec2d158646e [2021-03-29T19:45:24.538Z] Removing intermediate container 37e7f86cc135 [2021-03-29T19:45:24.538Z] ---> 85faf5c51a93 [2021-03-29T19:45:24.538Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-29T19:45:24.538Z] Removing intermediate container 768e01aa0985 [2021-03-29T19:45:24.538Z] ---> 37d4d89c9fea [2021-03-29T19:45:24.538Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-29T19:45:24.538Z] Removing intermediate container 8181a8f2e274 [2021-03-29T19:45:24.538Z] ---> ab30fd7a99ea [2021-03-29T19:45:24.538Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-29T19:45:24.538Z] ---> Running in b31394b9fce8 [2021-03-29T19:45:24.538Z] ---> Running in 0dbea25e91da [2021-03-29T19:45:24.538Z] ---> Running in cd9c0f0a0304 [2021-03-29T19:45:24.538Z] ---> Running in d5f131a8b917 [2021-03-29T19:45:24.538Z] Removing intermediate container 2ec2d158646e [2021-03-29T19:45:24.538Z] ---> 5af8768378db [2021-03-29T19:45:24.538Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-03-29T19:45:24.538Z] ---> Running in 47a122e6a0c8 [2021-03-29T19:45:24.538Z] Removing intermediate container b31394b9fce8 [2021-03-29T19:45:24.538Z] ---> 9d3c0d447e32 [2021-03-29T19:45:24.538Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-03-29T19:45:24.538Z] Removing intermediate container cd9c0f0a0304 [2021-03-29T19:45:24.538Z] ---> 882b698f4354 [2021-03-29T19:45:24.538Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-03-29T19:45:24.538Z] ---> Running in 25538106c5ea [2021-03-29T19:45:24.538Z] ---> Running in 6477beea8f00 [2021-03-29T19:45:24.538Z] Removing intermediate container 0dbea25e91da [2021-03-29T19:45:24.538Z] ---> f16bc70ba7b1 [2021-03-29T19:45:24.538Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-29T19:45:24.538Z] Removing intermediate container d5f131a8b917 [2021-03-29T19:45:24.538Z] ---> e7d47d487a52 [2021-03-29T19:45:24.538Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-03-29T19:45:24.538Z] ---> Running in e66024386fc1 [2021-03-29T19:45:24.538Z] ---> Running in a9dd6b919f0a [2021-03-29T19:45:24.538Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-29T19:45:24.538Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-29T19:45:24.538Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-29T19:45:24.538Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-29T19:45:24.538Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-29T19:45:24.538Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-29T19:45:24.538Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-29T19:45:24.538Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-29T19:45:24.538Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-29T19:45:24.538Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-29T19:45:24.538Z] OK: 217 MiB in 51 packages [2021-03-29T19:45:24.538Z] OK: 217 MiB in 51 packages [2021-03-29T19:45:24.538Z] OK: 217 MiB in 51 packages [2021-03-29T19:45:24.814Z] OK: 217 MiB in 51 packages [2021-03-29T19:45:24.814Z] OK: 217 MiB in 51 packages [2021-03-29T19:45:25.788Z] Removing intermediate container 47a122e6a0c8 [2021-03-29T19:45:25.788Z] ---> f0bef9038dbd [2021-03-29T19:45:25.788Z] Step 6/21 : COPY go.mod . [2021-03-29T19:45:25.788Z] Removing intermediate container 25538106c5ea [2021-03-29T19:45:25.788Z] ---> 81739da1b1c5 [2021-03-29T19:45:25.788Z] Step 6/31 : COPY go.mod . [2021-03-29T19:45:26.066Z] Removing intermediate container 6477beea8f00 [2021-03-29T19:45:26.066Z] ---> b0a612a741e8 [2021-03-29T19:45:26.066Z] Step 6/22 : COPY go.mod . [2021-03-29T19:45:26.665Z] Removing intermediate container a9dd6b919f0a [2021-03-29T19:45:26.665Z] ---> 5ce0c05ecce0 [2021-03-29T19:45:26.665Z] Step 6/26 : COPY go.mod . [2021-03-29T19:45:26.665Z] ---> 31c25a053a3d [2021-03-29T19:45:26.665Z] Step 7/21 : RUN go mod download [2021-03-29T19:45:26.665Z] Removing intermediate container e66024386fc1 [2021-03-29T19:45:26.665Z] ---> c5bfe2111899 [2021-03-29T19:45:26.665Z] Step 6/23 : COPY go.mod . [2021-03-29T19:45:26.665Z] ---> e6f673974e5f [2021-03-29T19:45:26.665Z] Step 7/31 : RUN go mod download [2021-03-29T19:45:26.937Z] ---> Running in b9a4bbd2a1ce [2021-03-29T19:45:26.937Z] ---> Running in 15b9e49dc2a3 [2021-03-29T19:45:27.208Z] ---> 002e88100afe [2021-03-29T19:45:27.208Z] Step 7/22 : RUN go mod download [2021-03-29T19:45:27.479Z] ---> f3e57fdad6fe [2021-03-29T19:45:27.479Z] Step 7/26 : RUN go mod download [2021-03-29T19:45:27.479Z] ---> Running in 909b120c26d5 [2021-03-29T19:45:27.759Z] ---> Running in 3c5c96924e60 [2021-03-29T19:45:27.759Z] ---> 0abc6aea0ed0 [2021-03-29T19:45:27.759Z] Step 7/23 : RUN go mod download [2021-03-29T19:45:28.033Z] ---> Running in 4513c887ed8c [2021-03-29T19:45:32.346Z] Removing intermediate container 15b9e49dc2a3 [2021-03-29T19:45:32.346Z] ---> 82c02c1856c6 [2021-03-29T19:45:32.346Z] Step 8/31 : COPY . . [2021-03-29T19:45:32.346Z] Removing intermediate container b9a4bbd2a1ce [2021-03-29T19:45:32.346Z] ---> 64557fb13718 [2021-03-29T19:45:32.346Z] Step 8/21 : COPY . . [2021-03-29T19:45:32.346Z] Removing intermediate container 3c5c96924e60 [2021-03-29T19:45:32.346Z] ---> 1dfa98a69c4d [2021-03-29T19:45:32.346Z] Step 8/26 : COPY . .Removing intermediate container 909b120c26d5 [2021-03-29T19:45:32.346Z] ---> 9b9664fe965e [2021-03-29T19:45:32.346Z] Step 8/22 : COPY . . [2021-03-29T19:45:32.346Z] [2021-03-29T19:45:32.346Z] Removing intermediate container 4513c887ed8c [2021-03-29T19:45:32.346Z] ---> 7acb36f9f2e7 [2021-03-29T19:45:32.346Z] Step 8/23 : COPY . . [2021-03-29T19:45:39.124Z] Running on prd-ubuntu18.04-docker-8c-8g-31838 in /w/workspace/edgexfoundry_edgex-go_PR-3314 [Pipeline] { [Pipeline] ws [2021-03-29T19:45:39.181Z] Running in /w/workspace/edgex-go/3 [Pipeline] { [Pipeline] checkout [2021-03-29T19:45:41.260Z] using credential edgex-jenkins-ssh [2021-03-29T19:45:41.366Z] Cloning the remote Git repository [2021-03-29T19:45:41.394Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-03-29T19:45:41.458Z] > git init /w/workspace/edgex-go/3 # timeout=10 [2021-03-29T19:45:41.484Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-29T19:45:41.484Z] > git --version # timeout=10 [2021-03-29T19:45:41.497Z] > git --version # 'git version 2.17.1' [2021-03-29T19:45:41.498Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-29T19:45:41.525Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-29T19:45:47.440Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-29T19:45:47.446Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-29T19:45:47.455Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-29T19:45:47.465Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-29T19:45:47.466Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-29T19:45:47.469Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3314/head:refs/remotes/origin/PR-3314 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-29T19:45:47.912Z] Merging remotes/origin/master commit 26d77b84fb2d9fed3cb020dc876dcb0bb8438935 into PR head commit 230efa915a5a331c14751e0f7925e6b0f52b8528 [2021-03-29T19:45:48.035Z] Merge succeeded, producing 230efa915a5a331c14751e0f7925e6b0f52b8528 [2021-03-29T19:45:48.036Z] Checking out Revision 230efa915a5a331c14751e0f7925e6b0f52b8528 (PR-3314) [2021-03-29T19:45:47.924Z] > git config core.sparsecheckout # timeout=10 [2021-03-29T19:45:47.929Z] > git checkout -f 230efa915a5a331c14751e0f7925e6b0f52b8528 # timeout=10 [2021-03-29T19:45:48.002Z] > git remote # timeout=10 [2021-03-29T19:45:48.008Z] > git config --get remote.origin.url # timeout=10 [2021-03-29T19:45:48.020Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-29T19:45:48.024Z] > git merge 26d77b84fb2d9fed3cb020dc876dcb0bb8438935 # timeout=10 [2021-03-29T19:45:48.033Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-03-29T19:45:48.040Z] > git config core.sparsecheckout # timeout=10 [2021-03-29T19:45:48.044Z] > git checkout -f 230efa915a5a331c14751e0f7925e6b0f52b8528 # timeout=10 [2021-03-29T19:45:51.678Z] Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-core-contracts/v2" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-29T19:45:52.842Z] + echo snap-build.sh [2021-03-29T19:45:52.842Z] snap-build.sh [2021-03-29T19:45:52.842Z] + SNAP_BASE_DIR=. [2021-03-29T19:45:52.842Z] + '[' '!' -z /w/workspace/edgex-go/3 ']' [2021-03-29T19:45:52.842Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/3 [2021-03-29T19:45:52.842Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/3]' [2021-03-29T19:45:52.842Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/3] [2021-03-29T19:45:52.842Z] + cd /w/workspace/edgex-go/3 [2021-03-29T19:45:52.842Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-03-29T19:45:52.842Z] Reading package lists... [2021-03-29T19:45:52.842Z] Building dependency tree... [2021-03-29T19:45:52.842Z] Reading state information... [2021-03-29T19:45:53.106Z] The following packages were automatically installed and are no longer required: [2021-03-29T19:45:53.106Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-03-29T19:45:53.106Z] uidmap xdelta3 [2021-03-29T19:45:53.106Z] Use 'sudo apt autoremove' to remove them. [2021-03-29T19:45:53.106Z] The following packages will be REMOVED: [2021-03-29T19:45:53.106Z] lxd* lxd-client* [2021-03-29T19:45:53.371Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-03-29T19:45:53.371Z] After this operation, 31.7 MB disk space will be freed. [2021-03-29T19:45:54.417Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 190027 files and directories currently installed.) [2021-03-29T19:45:54.417Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-03-29T19:45:55.361Z] Removing lxd dnsmasq configuration [2021-03-29T19:45:55.361Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-03-29T19:45:55.361Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-03-29T19:45:56.308Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-03-29T19:45:56.569Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 189852 files and directories currently installed.) [2021-03-29T19:45:56.569Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-03-29T19:45:57.953Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-03-29T19:45:57.953Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-03-29T19:45:59.150Z] ---> 88b3650b32c8 [2021-03-29T19:45:59.150Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-03-29T19:45:59.150Z] ---> f17911d42654 [2021-03-29T19:45:59.150Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-03-29T19:45:59.150Z] ---> f9bd5e218c96 [2021-03-29T19:45:59.150Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-03-29T19:45:59.150Z] ---> be03603552e6 [2021-03-29T19:45:59.150Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-03-29T19:45:59.150Z] ---> ab80a6db2357 [2021-03-29T19:45:59.150Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-03-29T19:45:59.150Z] ---> Running in 75e1adf509fd [2021-03-29T19:45:59.150Z] ---> Running in 0576df2421d6 [2021-03-29T19:45:59.150Z] ---> Running in 1790cb312577 [2021-03-29T19:45:59.150Z] ---> Running in ae174a05f11c [2021-03-29T19:45:59.151Z] ---> Running in fccfb89df489 [2021-03-29T19:45:59.151Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-03-29T19:45:59.151Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-03-29T19:45:59.151Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-03-29T19:45:59.151Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-03-29T19:45:59.151Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-03-29T19:45:59.337Z] + sudo snap remove --purge lxd [2021-03-29T19:45:59.337Z] snap "lxd" is not installed [2021-03-29T19:45:59.337Z] + sudo groupadd --force --system lxd [2021-03-29T19:45:59.337Z] ++ whoami [2021-03-29T19:45:59.337Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-03-29T19:45:59.337Z] + newgrp - lxd [2021-03-29T19:45:59.337Z] + sudo snap install lxd [2021-03-29T19:46:05.938Z] 2021-03-29T19:46:04Z INFO Waiting for automatic snapd restart... [2021-03-29T19:46:20.864Z] lxd 4.12 from Canonical* installed [2021-03-29T19:46:20.864Z] + sudo lxd init --auto [2021-03-29T19:46:30.893Z] + sudo snap install --classic snapcraft [2021-03-29T19:46:36.183Z] snapcraft 4.5.4 from Canonical* installed [2021-03-29T19:46:36.183Z] + '[' -f snap/local/build-helpers/bin/minimal-snap-build.sh ']' [2021-03-29T19:46:36.183Z] + ./snap/local/build-helpers/bin/minimal-snap-build.sh [2021-03-29T19:46:36.183Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-29T19:46:36.183Z] Dload Upload Total Spent Left Speed [2021-03-29T19:46:36.444Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 627 100 627 0 0 4384 0 --:--:-- --:--:-- --:--:-- 4384 [2021-03-29T19:46:37.015Z] 57 3325k 57 1918k 0 0 3463k 0 --:--:-- --:--:-- --:--:-- 3463k 100 3325k 100 3325k 0 0 5833k 0 --:--:-- --:--:-- --:--:-- 91.5M [2021-03-29T19:46:37.015Z] ./yq_linux_amd64 [2021-03-29T19:46:37.016Z] + sudo snapcraft prime --use-lxd [2021-03-29T19:46:38.404Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-03-29T19:46:38.404Z] The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: [2021-03-29T19:46:38.404Z] - README.md [2021-03-29T19:46:38.404Z] [2021-03-29T19:46:38.404Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-03-29T19:46:38.977Z] Launching a container. [2021-03-29T19:46:51.207Z] Waiting for container to be ready [2021-03-29T19:46:51.207Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-03-29T19:46:51.207Z] [2021-03-29T19:46:53.749Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-03-29T19:46:54.010Z] Waiting for network to be ready... [2021-03-29T19:46:54.270Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-03-29T19:46:54.270Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-03-29T19:46:54.530Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1640 kB] [2021-03-29T19:46:54.530Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [310 kB] [2021-03-29T19:46:54.530Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] [2021-03-29T19:46:54.530Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-03-29T19:46:54.530Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [265 kB] [2021-03-29T19:46:54.530Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [34.6 kB] [2021-03-29T19:46:54.530Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1118 kB] [2021-03-29T19:46:54.530Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [251 kB] [2021-03-29T19:46:54.789Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-03-29T19:46:55.049Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-03-29T19:46:55.049Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-03-29T19:46:55.310Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-03-29T19:46:55.310Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-03-29T19:46:55.310Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-03-29T19:46:55.310Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-03-29T19:46:55.310Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-03-29T19:46:55.570Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-03-29T19:46:55.832Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1978 kB] [2021-03-29T19:46:55.832Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [402 kB] [2021-03-29T19:46:55.832Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] [2021-03-29T19:46:55.832Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-03-29T19:46:55.832Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [286 kB] [2021-03-29T19:46:55.832Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [38.2 kB] [2021-03-29T19:46:55.832Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1724 kB] [2021-03-29T19:46:56.093Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [365 kB] [2021-03-29T19:46:58.005Z] Fetched 24.2 MB in 4s (6440 kB/s) [2021-03-29T19:46:58.947Z] Reading package lists... [2021-03-29T19:46:58.947Z] Reading package lists... [2021-03-29T19:46:59.208Z] Building dependency tree... [2021-03-29T19:46:59.208Z] Reading state information... [2021-03-29T19:46:59.208Z] The following additional packages will be installed: [2021-03-29T19:46:59.208Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-03-29T19:46:59.208Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-03-29T19:46:59.208Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-03-29T19:46:59.208Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-03-29T19:46:59.208Z] Suggested packages: [2021-03-29T19:46:59.208Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-03-29T19:46:59.208Z] Recommended packages: [2021-03-29T19:46:59.208Z] gnupg libsasl2-modules [2021-03-29T19:46:59.208Z] The following NEW packages will be installed: [2021-03-29T19:46:59.208Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-03-29T19:46:59.208Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-03-29T19:46:59.208Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-03-29T19:46:59.208Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-03-29T19:46:59.208Z] The following packages will be upgraded: [2021-03-29T19:46:59.208Z] gpg gpg-agent gpgconf libudev1 [2021-03-29T19:46:59.469Z] 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. [2021-03-29T19:46:59.469Z] Need to get 3530 kB of archives. [2021-03-29T19:46:59.469Z] After this operation, 13.3 MB of additional disk space will be used. [2021-03-29T19:46:59.469Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.45 [59.0 kB] [2021-03-29T19:46:59.469Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] [2021-03-29T19:46:59.729Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] [2021-03-29T19:46:59.730Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.45 [1101 kB] [2021-03-29T19:46:59.730Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB] [2021-03-29T19:46:59.730Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.10 [154 kB] [2021-03-29T19:47:00.301Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-03-29T19:47:00.301Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-03-29T19:47:00.301Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] [2021-03-29T19:47:00.301Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] [2021-03-29T19:47:00.301Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] [2021-03-29T19:47:00.301Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-03-29T19:47:00.301Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-03-29T19:47:00.301Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-03-29T19:47:00.301Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-03-29T19:47:00.301Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-03-29T19:47:00.301Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-03-29T19:47:00.301Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-03-29T19:47:00.301Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-03-29T19:47:00.301Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-03-29T19:47:00.301Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-03-29T19:47:00.301Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] [2021-03-29T19:47:00.563Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-29T19:47:00.563Z] Fetched 3530 kB in 1s (3476 kB/s) [2021-03-29T19:47:00.563Z] (Reading database ... 12511 files and directories currently installed.) [2021-03-29T19:47:00.563Z] Preparing to unpack .../libudev1_237-3ubuntu10.45_amd64.deb ... [2021-03-29T19:47:00.563Z] Unpacking libudev1:amd64 (237-3ubuntu10.45) over (237-3ubuntu10) ... [2021-03-29T19:47:00.563Z] Setting up libudev1:amd64 (237-3ubuntu10.45) ... [2021-03-29T19:47:00.825Z] Selecting previously unselected package udev. [2021-03-29T19:47:00.825Z] (Reading database ... 12511 files and directories currently installed.) [2021-03-29T19:47:00.825Z] Preparing to unpack .../00-udev_237-3ubuntu10.45_amd64.deb ... [2021-03-29T19:47:00.825Z] Unpacking udev (237-3ubuntu10.45) ... [2021-03-29T19:47:01.085Z] Selecting previously unselected package libfuse2:amd64. [2021-03-29T19:47:01.085Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-03-29T19:47:01.085Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-03-29T19:47:01.085Z] Selecting previously unselected package fuse. [2021-03-29T19:47:01.085Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-03-29T19:47:01.085Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-03-29T19:47:01.085Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-29T19:47:01.085Z] Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-29T19:47:01.348Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-29T19:47:01.348Z] Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-29T19:47:01.348Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-29T19:47:01.348Z] Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-29T19:47:01.623Z] Selecting previously unselected package libksba8:amd64. [2021-03-29T19:47:01.623Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-03-29T19:47:01.623Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-03-29T19:47:01.623Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-03-29T19:47:01.623Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-29T19:47:01.623Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-29T19:47:01.891Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-03-29T19:47:01.891Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-29T19:47:01.891Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-29T19:47:01.891Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-03-29T19:47:01.891Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-29T19:47:01.891Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-29T19:47:01.891Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-03-29T19:47:01.891Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-29T19:47:01.891Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-29T19:47:02.162Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-03-29T19:47:02.162Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-29T19:47:02.162Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-29T19:47:02.162Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-03-29T19:47:02.162Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-29T19:47:02.162Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-29T19:47:02.427Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-03-29T19:47:02.427Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-29T19:47:02.427Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-29T19:47:02.427Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-03-29T19:47:02.427Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-29T19:47:02.427Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-29T19:47:02.688Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-03-29T19:47:02.688Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-29T19:47:02.688Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-29T19:47:02.688Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-03-29T19:47:02.688Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-03-29T19:47:02.688Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-29T19:47:02.688Z] Selecting previously unselected package libsasl2-2:amd64. [2021-03-29T19:47:02.688Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-03-29T19:47:02.688Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-29T19:47:02.952Z] Selecting previously unselected package libldap-common. [2021-03-29T19:47:02.953Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... [2021-03-29T19:47:02.953Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-29T19:47:02.953Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-03-29T19:47:02.953Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... [2021-03-29T19:47:02.953Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-29T19:47:02.953Z] Selecting previously unselected package dirmngr. [2021-03-29T19:47:02.953Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-29T19:47:02.953Z] Unpacking dirmngr (2.2.4-1ubuntu1.4) ... [2021-03-29T19:47:03.214Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-29T19:47:03.214Z] Setting up gpgconf (2.2.4-1ubuntu1.4) ... [2021-03-29T19:47:03.214Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-03-29T19:47:03.214Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-29T19:47:03.214Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-29T19:47:03.475Z] Setting up gpg-agent (2.2.4-1ubuntu1.4) ... [2021-03-29T19:47:03.475Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-29T19:47:03.475Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-03-29T19:47:03.475Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-29T19:47:03.475Z] Setting up udev (237-3ubuntu10.45) ... [2021-03-29T19:47:03.735Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-03-29T19:47:03.996Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-29T19:47:03.996Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-03-29T19:47:03.996Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-03-29T19:47:04.257Z] Setting up gpg (2.2.4-1ubuntu1.4) ... [2021-03-29T19:47:04.257Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-29T19:47:04.257Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-29T19:47:04.257Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-29T19:47:04.257Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-29T19:47:04.257Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-29T19:47:04.257Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-29T19:47:04.257Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-29T19:47:04.257Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-29T19:47:04.257Z] Setting up dirmngr (2.2.4-1ubuntu1.4) ... [2021-03-29T19:47:04.517Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-29T19:47:04.778Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-03-29T19:47:04.778Z] settings in the [Install] section, and DefaultInstance for template units). [2021-03-29T19:47:04.778Z] This means they are not meant to be enabled using systemctl. [2021-03-29T19:47:04.778Z] Possible reasons for having this kind of units are: [2021-03-29T19:47:04.778Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-03-29T19:47:04.778Z] .wants/ or .requires/ directory. [2021-03-29T19:47:04.778Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-03-29T19:47:04.778Z] a requirement dependency on it. [2021-03-29T19:47:04.778Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-03-29T19:47:04.778Z] D-Bus, udev, scripted systemctl call, ...). [2021-03-29T19:47:04.778Z] 4) In case of template units, the unit is meant to be enabled with some [2021-03-29T19:47:04.778Z] instance name specified. [2021-03-29T19:47:05.298Z] Reading package lists... [2021-03-29T19:47:05.299Z] Building dependency tree... [2021-03-29T19:47:05.299Z] Reading state information... [2021-03-29T19:47:05.560Z] The following additional packages will be installed: [2021-03-29T19:47:05.560Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-03-29T19:47:05.560Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-03-29T19:47:05.560Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-03-29T19:47:05.560Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-03-29T19:47:05.560Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-03-29T19:47:05.560Z] Suggested packages: [2021-03-29T19:47:05.560Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-03-29T19:47:05.560Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-03-29T19:47:05.560Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-03-29T19:47:05.560Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-03-29T19:47:05.560Z] systemd-container policykit-1 [2021-03-29T19:47:05.560Z] Recommended packages: [2021-03-29T19:47:05.560Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-03-29T19:47:05.560Z] The following NEW packages will be installed: [2021-03-29T19:47:05.560Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-03-29T19:47:05.560Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-03-29T19:47:05.560Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-03-29T19:47:05.560Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-03-29T19:47:05.560Z] python3.6-minimal snapd squashfs-tools sudo [2021-03-29T19:47:05.560Z] The following packages will be upgraded: [2021-03-29T19:47:05.560Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-03-29T19:47:05.560Z] 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. [2021-03-29T19:47:05.560Z] Need to get 35.2 MB of archives. [2021-03-29T19:47:05.560Z] After this operation, 141 MB of additional disk space will be used. [2021-03-29T19:47:05.560Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] [2021-03-29T19:47:05.821Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] [2021-03-29T19:47:05.821Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.45 [2913 kB] [2021-03-29T19:47:05.821Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.9 [1301 kB] [2021-03-29T19:47:05.821Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [534 kB] [2021-03-29T19:47:05.821Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-03-29T19:47:05.821Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [1610 kB] [2021-03-29T19:47:05.821Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.4 [1712 kB] [2021-03-29T19:47:05.821Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.4 [203 kB] [2021-03-29T19:47:05.821Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-03-29T19:47:05.821Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] [2021-03-29T19:47:05.821Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-03-29T19:47:05.821Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-03-29T19:47:05.821Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-03-29T19:47:05.821Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-03-29T19:47:05.821Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-03-29T19:47:05.821Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] [2021-03-29T19:47:05.821Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-03-29T19:47:05.821Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] [2021-03-29T19:47:08.366Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.45 [210 kB] [2021-03-29T19:47:08.366Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2021-03-29T19:47:08.366Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-03-29T19:47:08.366Z] Get:23 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-03-29T19:47:08.366Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-03-29T19:47:08.366Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-03-29T19:47:08.367Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-03-29T19:47:08.367Z] Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-03-29T19:47:08.367Z] Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-03-29T19:47:08.367Z] Get:29 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-03-29T19:47:08.367Z] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] [2021-03-29T19:47:08.367Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-29T19:47:08.367Z] Fetched 35.2 MB in 3s (13.1 MB/s) [2021-03-29T19:47:08.367Z] (Reading database ... 12757 files and directories currently installed.) [2021-03-29T19:47:08.367Z] Preparing to unpack .../systemd_237-3ubuntu10.45_amd64.deb ... [2021-03-29T19:47:08.628Z] Unpacking systemd (237-3ubuntu10.45) over (237-3ubuntu10) ... [2021-03-29T19:47:09.203Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.45_amd64.deb ... [2021-03-29T19:47:09.203Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.45) over (237-3ubuntu10) ... [2021-03-29T19:47:09.203Z] Setting up libsystemd0:amd64 (237-3ubuntu10.45) ... [2021-03-29T19:47:09.203Z] (Reading database ... 12757 files and directories currently installed.) [2021-03-29T19:47:09.203Z] Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... [2021-03-29T19:47:09.203Z] Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... [2021-03-29T19:47:09.464Z] Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... [2021-03-29T19:47:09.464Z] (Reading database ... 12757 files and directories currently installed.) [2021-03-29T19:47:09.464Z] Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... [2021-03-29T19:47:09.727Z] Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... [2021-03-29T19:47:11.131Z] Setting up apt (1.6.12ubuntu0.2) ... [2021-03-29T19:47:11.394Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-03-29T19:47:11.653Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-03-29T19:47:11.916Z] (Reading database ... 12764 files and directories currently installed.) [2021-03-29T19:47:11.916Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... [2021-03-29T19:47:11.916Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... [2021-03-29T19:47:12.176Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-03-29T19:47:12.176Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-29T19:47:12.176Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-29T19:47:12.176Z] Selecting previously unselected package libexpat1:amd64. [2021-03-29T19:47:12.176Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-03-29T19:47:12.176Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-03-29T19:47:12.437Z] Selecting previously unselected package python3.6-minimal. [2021-03-29T19:47:12.437Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-29T19:47:12.437Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-03-29T19:47:12.700Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) ... [2021-03-29T19:47:12.700Z] Checking for services that may need to be restarted...done. [2021-03-29T19:47:12.700Z] Checking for services that may need to be restarted...done. [2021-03-29T19:47:12.700Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-29T19:47:12.700Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-03-29T19:47:12.700Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-03-29T19:47:13.271Z] Selecting previously unselected package python3-minimal. [2021-03-29T19:47:13.271Z] (Reading database ... 13012 files and directories currently installed.) [2021-03-29T19:47:13.271Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-03-29T19:47:13.271Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-03-29T19:47:13.271Z] Selecting previously unselected package mime-support. [2021-03-29T19:47:13.271Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-03-29T19:47:13.271Z] Unpacking mime-support (3.60ubuntu1) ... [2021-03-29T19:47:13.532Z] Selecting previously unselected package libmpdec2:amd64. [2021-03-29T19:47:13.532Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-03-29T19:47:13.532Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-03-29T19:47:13.532Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-03-29T19:47:13.532Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-29T19:47:13.532Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-29T19:47:13.793Z] Selecting previously unselected package python3.6. [2021-03-29T19:47:13.793Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-29T19:47:13.793Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-29T19:47:13.793Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-03-29T19:47:13.793Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-03-29T19:47:13.793Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-03-29T19:47:14.054Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-03-29T19:47:14.054Z] Selecting previously unselected package python3. [2021-03-29T19:47:14.316Z] (Reading database ... 13442 files and directories currently installed.) [2021-03-29T19:47:14.316Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-03-29T19:47:14.316Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-03-29T19:47:14.316Z] Selecting previously unselected package multiarch-support. [2021-03-29T19:47:14.316Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-03-29T19:47:14.316Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-03-29T19:47:14.316Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-03-29T19:47:14.577Z] Selecting previously unselected package liblzo2-2:amd64. [2021-03-29T19:47:14.577Z] (Reading database ... 13479 files and directories currently installed.) [2021-03-29T19:47:14.577Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-03-29T19:47:14.577Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-03-29T19:47:14.577Z] Selecting previously unselected package libbsd0:amd64. [2021-03-29T19:47:14.577Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-03-29T19:47:14.577Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-03-29T19:47:14.577Z] Selecting previously unselected package sudo. [2021-03-29T19:47:14.577Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... [2021-03-29T19:47:14.577Z] Unpacking sudo (1.8.21p2-3ubuntu1.4) ... [2021-03-29T19:47:14.839Z] Selecting previously unselected package apparmor. [2021-03-29T19:47:14.839Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-03-29T19:47:14.839Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-03-29T19:47:15.100Z] Selecting previously unselected package libedit2:amd64. [2021-03-29T19:47:15.100Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-03-29T19:47:15.100Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-03-29T19:47:15.100Z] Selecting previously unselected package libkrb5support0:amd64. [2021-03-29T19:47:15.100Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-03-29T19:47:15.100Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-03-29T19:47:15.100Z] Selecting previously unselected package libk5crypto3:amd64. [2021-03-29T19:47:15.100Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-03-29T19:47:15.100Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-03-29T19:47:15.362Z] Selecting previously unselected package libkeyutils1:amd64. [2021-03-29T19:47:15.362Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-03-29T19:47:15.362Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-03-29T19:47:15.362Z] Selecting previously unselected package libkrb5-3:amd64. [2021-03-29T19:47:15.362Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-03-29T19:47:15.362Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-03-29T19:47:15.362Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-03-29T19:47:15.362Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-03-29T19:47:15.622Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-03-29T19:47:15.622Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-03-29T19:47:15.622Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... [2021-03-29T19:47:15.622Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-03-29T19:47:15.884Z] Selecting previously unselected package openssh-client. [2021-03-29T19:47:15.884Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-03-29T19:47:15.884Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-03-29T19:47:15.884Z] Selecting previously unselected package squashfs-tools. [2021-03-29T19:47:15.884Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-03-29T19:47:15.884Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-03-29T19:47:16.144Z] Selecting previously unselected package snapd. [2021-03-29T19:47:16.144Z] Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... [2021-03-29T19:47:16.144Z] Unpacking snapd (2.48.3+18.04) ... [2021-03-29T19:47:18.057Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-03-29T19:47:18.057Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-03-29T19:47:18.057Z] Setting up mime-support (3.60ubuntu1) ... [2021-03-29T19:47:18.057Z] Setting up sudo (1.8.21p2-3ubuntu1.4) ... [2021-03-29T19:47:18.318Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-03-29T19:47:18.318Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-03-29T19:47:18.318Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-29T19:47:18.318Z] Setting up systemd (237-3ubuntu10.45) ... [2021-03-29T19:47:18.318Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-03-29T19:47:19.259Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-03-29T19:47:19.259Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-03-29T19:47:19.259Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-03-29T19:47:19.259Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-29T19:47:19.259Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-03-29T19:47:19.259Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-29T19:47:19.829Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-03-29T19:47:19.829Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-03-29T19:47:19.829Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-03-29T19:47:19.829Z] Setting up python3 (3.6.7-1~18.04) ... [2021-03-29T19:47:19.829Z] running python rtupdate hooks for python3.6... [2021-03-29T19:47:19.829Z] running python post-rtupdate hooks for python3.6... [2021-03-29T19:47:20.091Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-03-29T19:47:21.034Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-03-29T19:47:21.295Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-03-29T19:47:21.295Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-03-29T19:47:21.555Z] Setting up snapd (2.48.3+18.04) ... [2021-03-29T19:47:21.815Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-03-29T19:47:22.075Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-03-29T19:47:22.335Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-03-29T19:47:22.335Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-03-29T19:47:22.595Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-03-29T19:47:22.595Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-03-29T19:47:22.856Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-03-29T19:47:22.856Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-03-29T19:47:23.116Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-03-29T19:47:23.377Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-03-29T19:47:23.377Z] /usr/sbin/policy-rc.d returned 101, not running 'start snapd.apparmor.service snapd.autoimport.service snapd.core-fixup.service snapd.failure.service snapd.recovery-chooser-trigger.service snapd.seeded.service snapd.service snapd.snap-repair.service snapd.snap-repair.timer snapd.socket snapd.system-shutdown.service' [2021-03-29T19:47:23.377Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-29T19:47:23.377Z] Processing triggers for systemd (237-3ubuntu10.45) ... [2021-03-29T19:47:24.318Z] Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-03-29T19:47:24.318Z] Hit:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-03-29T19:47:24.579Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-03-29T19:47:25.776Z] Reading package lists... [2021-03-29T19:47:25.776Z] Reading package lists... [2021-03-29T19:47:26.037Z] Building dependency tree... [2021-03-29T19:47:26.037Z] Reading state information... [2021-03-29T19:47:26.037Z] Calculating upgrade... [2021-03-29T19:47:26.298Z] The following packages will be upgraded: [2021-03-29T19:47:26.298Z] advancecomp base-files bash binutils binutils-common [2021-03-29T19:47:26.298Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-03-29T19:47:26.298Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-03-29T19:47:26.298Z] grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils [2021-03-29T19:47:26.298Z] libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 [2021-03-29T19:47:26.298Z] libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 [2021-03-29T19:47:26.298Z] libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 [2021-03-29T19:47:26.298Z] libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 [2021-03-29T19:47:26.298Z] libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules [2021-03-29T19:47:26.298Z] libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 [2021-03-29T19:47:26.298Z] libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 [2021-03-29T19:47:26.298Z] libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 [2021-03-29T19:47:26.298Z] libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin [2021-03-29T19:47:26.298Z] openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler [2021-03-29T19:47:26.298Z] procps systemd-sysv tar tzdata ubuntu-keyring util-linux [2021-03-29T19:47:26.298Z] 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-03-29T19:47:26.298Z] Need to get 63.8 MB of archives. [2021-03-29T19:47:26.298Z] After this operation, 5208 kB of additional disk space will be used. [2021-03-29T19:47:26.298Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-140.144 [993 kB] [2021-03-29T19:47:26.298Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-03-29T19:47:26.298Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-03-29T19:47:26.298Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-03-29T19:47:26.298Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-03-29T19:47:26.298Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-03-29T19:47:26.298Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-03-29T19:47:26.298Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] [2021-03-29T19:47:26.298Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] [2021-03-29T19:47:26.298Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] [2021-03-29T19:47:26.298Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-03-29T19:47:26.298Z] Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-03-29T19:47:26.298Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-03-29T19:47:26.298Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2021-03-29T19:47:26.298Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-03-29T19:47:26.558Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-03-29T19:47:26.558Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-03-29T19:47:26.558Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-03-29T19:47:26.558Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-03-29T19:47:26.558Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-03-29T19:47:26.558Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-03-29T19:47:26.558Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-03-29T19:47:26.559Z] Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2021-03-29T19:47:26.559Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-03-29T19:47:26.559Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-03-29T19:47:26.559Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-03-29T19:47:26.559Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-03-29T19:47:26.559Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-03-29T19:47:26.559Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-03-29T19:47:26.559Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-03-29T19:47:26.559Z] Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-03-29T19:47:26.559Z] Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-03-29T19:47:26.559Z] Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-03-29T19:47:26.559Z] Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-03-29T19:47:26.559Z] Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-03-29T19:47:26.559Z] Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.2 [189 kB] [2021-03-29T19:47:26.559Z] Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-03-29T19:47:26.559Z] Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-03-29T19:47:26.559Z] Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] [2021-03-29T19:47:26.559Z] Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.9 [614 kB] [2021-03-29T19:47:26.559Z] Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] [2021-03-29T19:47:26.559Z] Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-03-29T19:47:26.559Z] Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2021-03-29T19:47:26.559Z] Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-03-29T19:47:26.559Z] Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] [2021-03-29T19:47:26.559Z] Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2021-03-29T19:47:26.559Z] Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-03-29T19:47:26.559Z] Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.5 [1839 kB] [2021-03-29T19:47:26.822Z] Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] [2021-03-29T19:47:26.822Z] Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] [2021-03-29T19:47:26.822Z] Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] [2021-03-29T19:47:26.822Z] Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-03-29T19:47:26.822Z] Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-03-29T19:47:26.822Z] Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-03-29T19:47:26.822Z] Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-03-29T19:47:26.822Z] Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-03-29T19:47:27.085Z] Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2021-03-29T19:47:27.085Z] Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2021-03-29T19:47:27.085Z] Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-03-29T19:47:27.345Z] Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2021-03-29T19:47:27.345Z] Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-03-29T19:47:27.345Z] Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-03-29T19:47:27.345Z] Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-03-29T19:47:27.345Z] Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-03-29T19:47:27.345Z] Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-03-29T19:47:27.345Z] Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-03-29T19:47:27.605Z] Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-03-29T19:47:27.606Z] Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-03-29T19:47:27.606Z] Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-03-29T19:47:27.606Z] Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-03-29T19:47:27.606Z] Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-03-29T19:47:27.606Z] Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-03-29T19:47:27.606Z] Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-03-29T19:47:27.606Z] Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-03-29T19:47:27.606Z] Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-03-29T19:47:27.606Z] Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-03-29T19:47:27.868Z] Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-03-29T19:47:27.868Z] Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-03-29T19:47:27.868Z] Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] [2021-03-29T19:47:27.868Z] Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] [2021-03-29T19:47:27.868Z] Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] [2021-03-29T19:47:27.868Z] Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] [2021-03-29T19:47:27.868Z] Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] [2021-03-29T19:47:27.868Z] Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.45 [16.7 kB] [2021-03-29T19:47:27.868Z] Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] [2021-03-29T19:47:27.868Z] Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-03-29T19:47:27.868Z] Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] [2021-03-29T19:47:28.129Z] Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-03-29T19:47:28.129Z] Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-03-29T19:47:28.129Z] Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] [2021-03-29T19:47:28.129Z] Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-03-29T19:47:28.129Z] Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-03-29T19:47:28.129Z] Get:93 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] [2021-03-29T19:47:28.129Z] Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-03-29T19:47:28.129Z] Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-03-29T19:47:28.129Z] Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-03-29T19:47:28.129Z] Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-03-29T19:47:28.392Z] Get:98 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-03-29T19:47:28.392Z] Get:99 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-03-29T19:47:28.392Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-29T19:47:28.392Z] Fetched 63.8 MB in 2s (30.1 MB/s) [2021-03-29T19:47:28.392Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-29T19:47:28.653Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-03-29T19:47:28.653Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-29T19:47:29.226Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-03-29T19:47:29.226Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-29T19:47:29.487Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-140.144_amd64.deb ... [2021-03-29T19:47:29.487Z] Unpacking linux-libc-dev:amd64 (4.15.0-140.144) over (4.15.0-20.21) ... [2021-03-29T19:47:30.430Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-29T19:47:30.430Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-29T19:47:30.430Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-29T19:47:30.430Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-29T19:47:30.430Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-29T19:47:30.691Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-29T19:47:30.692Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-29T19:47:30.692Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-29T19:47:30.953Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-29T19:47:30.953Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-29T19:47:30.953Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-29T19:47:30.953Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-29T19:47:31.214Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-29T19:47:31.214Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-29T19:47:31.214Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-29T19:47:31.475Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-29T19:47:31.475Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-29T19:47:31.475Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-03-29T19:47:31.475Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-03-29T19:47:31.737Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-29T19:47:31.737Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-29T19:47:31.737Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-29T19:47:31.999Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-29T19:47:31.999Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-29T19:47:31.999Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-29T19:47:32.261Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-29T19:47:32.261Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-29T19:47:32.523Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-29T19:47:32.523Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-03-29T19:47:32.782Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-29T19:47:33.043Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-03-29T19:47:33.303Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-29T19:47:33.303Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-03-29T19:47:33.303Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-03-29T19:47:33.303Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-03-29T19:47:33.303Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-03-29T19:47:33.564Z] Setting up base-files (10.1ubuntu2.10) ... [2021-03-29T19:47:33.825Z] Installing new version of config file /etc/issue ... [2021-03-29T19:47:33.825Z] Installing new version of config file /etc/issue.net ... [2021-03-29T19:47:33.825Z] Installing new version of config file /etc/lsb-release ... [2021-03-29T19:47:33.825Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-03-29T19:47:34.086Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-03-29T19:47:34.086Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-03-29T19:47:34.086Z] Removing obsolete conffile /etc/default/motd-news ... [2021-03-29T19:47:34.086Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-29T19:47:34.086Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-03-29T19:47:34.347Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-03-29T19:47:34.347Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-03-29T19:47:34.347Z] update-alternatives: using /usr/share/man/man7/bash-builtins.7.gz to provide /usr/share/man/man7/builtins.7.gz (builtins.7.gz) in auto mode [2021-03-29T19:47:34.607Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-29T19:47:34.607Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-29T19:47:34.607Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-03-29T19:47:34.607Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-03-29T19:47:34.876Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-29T19:47:34.876Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-03-29T19:47:34.876Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-03-29T19:47:34.876Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-03-29T19:47:35.142Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-29T19:47:35.142Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-03-29T19:47:35.142Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-03-29T19:47:35.485Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-03-29T19:47:35.485Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-29T19:47:35.485Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-29T19:47:35.485Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-29T19:47:35.745Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-03-29T19:47:35.746Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-29T19:47:35.746Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-29T19:47:35.746Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-29T19:47:35.947Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-03-29T19:47:36.006Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-03-29T19:47:36.006Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-29T19:47:36.006Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-03-29T19:47:36.006Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-03-29T19:47:36.271Z] Setting up grep (3.1-2build1) ... [2021-03-29T19:47:36.271Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-29T19:47:36.271Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-03-29T19:47:36.532Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-03-29T19:47:36.532Z] Setting up login (1:4.5-1ubuntu2) ... [2021-03-29T19:47:36.792Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-29T19:47:36.792Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-29T19:47:36.792Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-29T19:47:36.792Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-03-29T19:47:37.052Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-29T19:47:37.052Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-03-29T19:47:37.052Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-29T19:47:37.622Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-03-29T19:47:37.622Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-29T19:47:37.622Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-03-29T19:47:37.622Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-29T19:47:38.195Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-03-29T19:47:38.454Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-29T19:47:38.454Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-03-29T19:47:38.454Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-29T19:47:39.397Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-03-29T19:47:39.397Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-03-29T19:47:39.659Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-03-29T19:47:39.659Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-03-29T19:47:39.659Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-03-29T19:47:39.919Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-29T19:47:39.919Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-03-29T19:47:39.919Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-03-29T19:47:40.180Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-03-29T19:47:40.180Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-29T19:47:40.180Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-29T19:47:40.180Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-29T19:47:40.180Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-29T19:47:40.440Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-29T19:47:40.440Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-29T19:47:40.440Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-29T19:47:40.440Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-29T19:47:40.703Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-29T19:47:40.703Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-29T19:47:40.703Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-29T19:47:40.703Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-29T19:47:40.966Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-29T19:47:40.966Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-29T19:47:40.966Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-29T19:47:40.966Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-29T19:47:41.235Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-29T19:47:41.235Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-29T19:47:41.235Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-29T19:47:41.235Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-29T19:47:41.235Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-29T19:47:41.502Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-03-29T19:47:41.502Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-29T19:47:41.502Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-29T19:47:41.502Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-29T19:47:41.502Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-03-29T19:47:41.772Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-29T19:47:41.772Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-29T19:47:41.772Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-29T19:47:41.772Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-29T19:47:41.772Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-29T19:47:41.772Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-29T19:47:41.772Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-29T19:47:42.035Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-03-29T19:47:42.296Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-29T19:47:42.296Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-29T19:47:42.296Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-29T19:47:42.865Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-03-29T19:47:43.126Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-03-29T19:47:43.387Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-03-29T19:47:43.387Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-29T19:47:43.387Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-03-29T19:47:43.387Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-29T19:47:43.648Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-03-29T19:47:43.913Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-29T19:47:43.913Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-03-29T19:47:43.913Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-29T19:47:43.913Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-03-29T19:47:43.913Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-29T19:47:43.913Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-03-29T19:47:44.175Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-03-29T19:47:44.175Z] Setting up debconf (1.5.66ubuntu1) ... [2021-03-29T19:47:44.449Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-29T19:47:44.449Z] Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... [2021-03-29T19:47:44.449Z] Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-03-29T19:47:44.449Z] Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... [2021-03-29T19:47:44.713Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-29T19:47:44.713Z] Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... [2021-03-29T19:47:44.713Z] Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-03-29T19:47:44.713Z] Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... [2021-03-29T19:47:44.974Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-29T19:47:44.974Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-03-29T19:47:44.974Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-29T19:47:44.974Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-29T19:47:45.236Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-29T19:47:45.236Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-03-29T19:47:45.236Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-29T19:47:45.236Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-29T19:47:45.502Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-29T19:47:45.502Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-03-29T19:47:45.502Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-29T19:47:45.763Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-29T19:47:45.763Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-29T19:47:45.763Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-29T19:47:45.763Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-29T19:47:46.023Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.45_amd64.deb ... [2021-03-29T19:47:46.023Z] Unpacking systemd-sysv (237-3ubuntu10.45) over (237-3ubuntu10) ... [2021-03-29T19:47:46.023Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-29T19:47:46.023Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-29T19:47:46.290Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-03-29T19:47:46.290Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-29T19:47:46.290Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-03-29T19:47:46.290Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-03-29T19:47:46.559Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-03-29T19:47:46.559Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-29T19:47:46.559Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-03-29T19:47:46.559Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-29T19:47:46.818Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-29T19:47:47.081Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-29T19:47:47.081Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-29T19:47:47.081Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-29T19:47:47.081Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-03-29T19:47:47.344Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-29T19:47:47.344Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.2_amd64.deb ... [2021-03-29T19:47:47.344Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) over (1.3.3+dfsg-2ubuntu1) ... [2021-03-29T19:47:47.344Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) ... [2021-03-29T19:47:47.606Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-29T19:47:47.606Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-03-29T19:47:47.606Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-03-29T19:47:47.866Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-03-29T19:47:48.127Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-29T19:47:48.127Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-29T19:47:48.127Z] Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-29T19:47:48.127Z] Setting up gpgv (2.2.4-1ubuntu1.4) ... [2021-03-29T19:47:48.388Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-29T19:47:48.388Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-03-29T19:47:48.388Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-03-29T19:47:48.388Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-03-29T19:47:48.649Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-29T19:47:48.649Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-03-29T19:47:48.649Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-03-29T19:47:48.649Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-03-29T19:47:48.649Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-29T19:47:48.649Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-03-29T19:47:48.649Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-03-29T19:47:48.910Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-03-29T19:47:48.910Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-29T19:47:48.910Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-03-29T19:47:48.910Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-03-29T19:47:49.184Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-03-29T19:47:49.184Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-29T19:47:49.184Z] Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... [2021-03-29T19:47:49.184Z] Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... [2021-03-29T19:47:49.445Z] Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... [2021-03-29T19:47:49.445Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-29T19:47:49.445Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... [2021-03-29T19:47:49.445Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... [2021-03-29T19:47:49.706Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... [2021-03-29T19:47:49.706Z] (Reading database ... 13915 files and directories currently installed.) [2021-03-29T19:47:49.706Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-03-29T19:47:49.706Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-03-29T19:47:49.967Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-03-29T19:47:49.967Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-03-29T19:47:50.227Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... [2021-03-29T19:47:50.227Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... [2021-03-29T19:47:50.227Z] Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... [2021-03-29T19:47:50.227Z] Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... [2021-03-29T19:47:50.488Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-03-29T19:47:50.488Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-03-29T19:47:50.749Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-03-29T19:47:50.749Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-03-29T19:47:50.749Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-03-29T19:47:50.749Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-03-29T19:47:51.010Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-03-29T19:47:51.010Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-03-29T19:47:51.010Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-03-29T19:47:51.010Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-03-29T19:47:51.274Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-03-29T19:47:51.274Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-03-29T19:47:51.274Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-03-29T19:47:51.274Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-03-29T19:47:51.534Z] Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... [2021-03-29T19:47:51.534Z] Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... [2021-03-29T19:47:52.483Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-03-29T19:47:52.483Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-03-29T19:47:52.746Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-03-29T19:47:52.746Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-03-29T19:47:52.746Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-29T19:47:52.746Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-29T19:47:53.320Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-29T19:47:53.320Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-29T19:47:53.320Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-29T19:47:53.320Z] Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-29T19:47:53.579Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-29T19:47:53.579Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-29T19:47:53.579Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-29T19:47:53.579Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-29T19:47:53.841Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-29T19:47:53.841Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-29T19:47:53.841Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-29T19:47:54.100Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-29T19:47:54.100Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-29T19:47:54.100Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-29T19:47:54.303Z] Removing intermediate container ae174a05f11c [2021-03-29T19:47:54.303Z] ---> 1b53fd4ec1d9 [2021-03-29T19:47:54.303Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-03-29T19:47:54.303Z] Removing intermediate container 75e1adf509fd [2021-03-29T19:47:54.303Z] ---> 02c6bf0d0f3e [2021-03-29T19:47:54.303Z] [2021-03-29T19:47:54.303Z] Step 10/31 : FROM alpine:3.12 [2021-03-29T19:47:54.303Z] 3.12: Pulling from library/alpine [2021-03-29T19:47:54.303Z] Removing intermediate container 0576df2421d6 [2021-03-29T19:47:54.303Z] ---> 485f4045ca45 [2021-03-29T19:47:54.303Z] [2021-03-29T19:47:54.303Z] Step 10/21 : FROM alpine:3.12 [2021-03-29T19:47:54.303Z] ---> Running in 75a338b81e4a [2021-03-29T19:47:54.303Z] 3.12: Pulling from library/alpine [2021-03-29T19:47:54.303Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-03-29T19:47:54.303Z] Digest: sha256:d1eaae2a6814b4b10a722fa75e8a6b53db42d1bf531395a107fea0458bfbf1d8 [2021-03-29T19:47:54.303Z] Digest: sha256:d1eaae2a6814b4b10a722fa75e8a6b53db42d1bf531395a107fea0458bfbf1d8 [2021-03-29T19:47:54.576Z] Status: Downloaded newer image for alpine:3.12 [2021-03-29T19:47:54.576Z] Status: Downloaded newer image for alpine:3.12 [2021-03-29T19:47:54.576Z] ---> e47305ac9786 [2021-03-29T19:47:54.576Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-03-29T19:47:54.576Z] ---> e47305ac9786 [2021-03-29T19:47:54.576Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-03-29T19:47:55.043Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-29T19:47:55.043Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-29T19:47:55.583Z] ---> Running in 2ec659a91ae1 [2021-03-29T19:47:55.583Z] ---> Running in 337a6a5ef542 [2021-03-29T19:47:55.987Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-29T19:47:55.987Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-29T19:47:56.576Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-29T19:47:56.576Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-29T19:47:56.579Z] Removing intermediate container 1790cb312577 [2021-03-29T19:47:56.579Z] ---> f8f2f9ca2dec [2021-03-29T19:47:56.579Z] [2021-03-29T19:47:56.579Z] Step 10/23 : FROM alpine:3.12 [2021-03-29T19:47:56.579Z] ---> e47305ac9786 [2021-03-29T19:47:56.579Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-29T19:47:56.842Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-29T19:47:56.842Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-29T19:47:56.863Z] Removing intermediate container 337a6a5ef542 [2021-03-29T19:47:56.863Z] ---> a26ce0a7ce07 [2021-03-29T19:47:56.863Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-03-29T19:47:56.863Z] ---> Running in 572960ad9b6c [2021-03-29T19:47:57.132Z] Removing intermediate container fccfb89df489 [2021-03-29T19:47:57.132Z] ---> d825d8220e11 [2021-03-29T19:47:57.132Z] [2021-03-29T19:47:57.132Z] Step 10/22 : FROM alpine:3.12 [2021-03-29T19:47:57.132Z] ---> e47305ac9786 [2021-03-29T19:47:57.132Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init ---> Running in 0d29242113b2 [2021-03-29T19:47:57.132Z] [2021-03-29T19:47:57.404Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-29T19:47:57.679Z] ---> Running in 2e624b1fe6bb [2021-03-29T19:47:57.679Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-29T19:47:57.784Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-29T19:47:57.784Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-29T19:47:58.060Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-03-29T19:47:58.061Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-03-29T19:47:58.061Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-03-29T19:47:58.061Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-03-29T19:47:58.287Z] Removing intermediate container 75a338b81e4a [2021-03-29T19:47:58.287Z] ---> 2727be6436fb [2021-03-29T19:47:58.287Z] [2021-03-29T19:47:58.287Z] Step 11/26 : FROM docker:20.10.0 [2021-03-29T19:47:58.287Z] 20.10.0: Pulling from library/docker [2021-03-29T19:47:58.329Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-03-29T19:47:58.329Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-03-29T19:47:58.329Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-03-29T19:47:58.329Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-03-29T19:47:58.569Z] (1/4) Installing ca-certificates (20191127-r4) [2021-03-29T19:47:58.569Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-03-29T19:47:58.569Z] (3/4) Installing libcurl (7.69.1-r3) [2021-03-29T19:47:58.569Z] (4/4) Installing curl (7.69.1-r3) [2021-03-29T19:47:58.569Z] Executing busybox-1.31.1-r19.trigger [2021-03-29T19:47:58.569Z] Executing ca-certificates-20191127-r4.trigger [2021-03-29T19:47:58.589Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-03-29T19:47:58.589Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-03-29T19:47:58.589Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-03-29T19:47:58.589Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-03-29T19:47:58.589Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-03-29T19:47:58.850Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-03-29T19:47:58.850Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-29T19:47:58.850Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-03-29T19:47:58.850Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-29T19:47:58.850Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-29T19:47:58.850Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-29T19:47:58.852Z] OK: 7 MiB in 18 packages [2021-03-29T19:47:59.111Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-03-29T19:47:59.111Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-03-29T19:47:59.111Z] Setting up tzdata (2021a-0ubuntu0.18.04) ... [2021-03-29T19:47:59.111Z] [2021-03-29T19:47:59.111Z] Current default time zone: 'Etc/UTC' [2021-03-29T19:47:59.111Z] Local time is now: Mon Mar 29 19:47:59 UTC 2021. [2021-03-29T19:47:59.111Z] Universal Time is now: Mon Mar 29 19:47:59 UTC 2021. [2021-03-29T19:47:59.111Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-03-29T19:47:59.111Z] [2021-03-29T19:47:59.374Z] Setting up systemd-sysv (237-3ubuntu10.45) ... [2021-03-29T19:47:59.374Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-29T19:47:59.374Z] Setting up linux-libc-dev:amd64 (4.15.0-140.144) ... [2021-03-29T19:47:59.374Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-03-29T19:47:59.374Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-03-29T19:47:59.374Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-03-29T19:47:59.374Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-03-29T19:47:59.374Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-03-29T19:47:59.374Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-03-29T19:47:59.454Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-29T19:47:59.640Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-03-29T19:47:59.640Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-29T19:47:59.641Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-03-29T19:47:59.729Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-29T19:47:59.729Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-29T19:47:59.729Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-29T19:47:59.904Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-29T19:47:59.904Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-03-29T19:47:59.904Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-29T19:47:59.904Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-03-29T19:47:59.904Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-03-29T19:47:59.904Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-03-29T19:48:00.167Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.9) ... [2021-03-29T19:48:00.167Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-03-29T19:48:00.167Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-03-29T19:48:00.167Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-03-29T19:48:00.167Z] Setting up ca-certificates (20210119~18.04.1) ... [2021-03-29T19:48:00.325Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-29T19:48:00.326Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-29T19:48:00.326Z] Executing busybox-1.31.1-r19.trigger [2021-03-29T19:48:00.326Z] OK: 5 MiB in 15 packages [2021-03-29T19:48:00.326Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-29T19:48:00.601Z] (1/2) Installing ca-certificates (20191127-r4) [2021-03-29T19:48:00.601Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-03-29T19:48:00.601Z] Executing busybox-1.31.1-r19.trigger [2021-03-29T19:48:00.601Z] Executing ca-certificates-20191127-r4.trigger [2021-03-29T19:48:00.880Z] OK: 6 MiB in 16 packages [2021-03-29T19:48:00.880Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-03-29T19:48:00.880Z] (2/2) Installing su-exec (0.2-r1) [2021-03-29T19:48:00.880Z] Executing busybox-1.31.1-r19.trigger [2021-03-29T19:48:00.880Z] OK: 5 MiB in 16 packages [2021-03-29T19:48:02.079Z] Updating certificates in /etc/ssl/certs... [2021-03-29T19:48:02.332Z] Removing intermediate container 2ec659a91ae1 [2021-03-29T19:48:02.333Z] ---> 37a1121b6c33 [2021-03-29T19:48:02.333Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-29T19:48:02.603Z] ---> Running in 7b318466274e [2021-03-29T19:48:02.657Z] 23 added, 27 removed; done. [2021-03-29T19:48:02.884Z] Removing intermediate container 572960ad9b6c [2021-03-29T19:48:02.884Z] ---> 6faea9301231 [2021-03-29T19:48:02.884Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-29T19:48:02.917Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-03-29T19:48:02.917Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-29T19:48:02.917Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-03-29T19:48:02.917Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-03-29T19:48:02.917Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-03-29T19:48:02.917Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-29T19:48:03.165Z] ---> Running in 90ce7093f6f2 [2021-03-29T19:48:03.165Z] Removing intermediate container 0d29242113b2 [2021-03-29T19:48:03.165Z] ---> 1311d8d403c7 [2021-03-29T19:48:03.165Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-03-29T19:48:03.179Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-03-29T19:48:03.179Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-29T19:48:03.179Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-29T19:48:03.179Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-29T19:48:03.179Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-03-29T19:48:03.179Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-29T19:48:03.179Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-03-29T19:48:03.179Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... [2021-03-29T19:48:03.439Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-03-29T19:48:03.439Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-03-29T19:48:03.439Z] Setting up binutils (2.30-21ubuntu1~18.04.5) ... [2021-03-29T19:48:03.439Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-03-29T19:48:03.439Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-03-29T19:48:03.439Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-03-29T19:48:03.439Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-03-29T19:48:03.439Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-03-29T19:48:03.698Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-03-29T19:48:03.698Z] Processing triggers for systemd (237-3ubuntu10.45) ... [2021-03-29T19:48:03.698Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-03-29T19:48:03.698Z] Processing triggers for ca-certificates (20210119~18.04.1) ... [2021-03-29T19:48:03.761Z] Removing intermediate container 7b318466274e [2021-03-29T19:48:03.762Z] ---> d6e350b3c32f [2021-03-29T19:48:03.762Z] Step 13/21 : WORKDIR /edgex [2021-03-29T19:48:03.762Z] ---> Running in defc2fecb3a6 [2021-03-29T19:48:03.762Z] Removing intermediate container 2e624b1fe6bb [2021-03-29T19:48:03.762Z] ---> dd317a91ba06 [2021-03-29T19:48:03.762Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-29T19:48:03.762Z] ---> Running in 535c90b42212 [2021-03-29T19:48:03.959Z] Updating certificates in /etc/ssl/certs... [2021-03-29T19:48:04.038Z] Removing intermediate container 90ce7093f6f2 [2021-03-29T19:48:04.038Z] ---> e9c162b209c4 [2021-03-29T19:48:04.038Z] Step 13/23 : ENV APP_PORT=48082 [2021-03-29T19:48:04.038Z] ---> Running in 0213358fe327 [2021-03-29T19:48:04.311Z] ---> Running in 1c1672f9a6fa [2021-03-29T19:48:04.530Z] 0 added, 0 removed; done. [2021-03-29T19:48:04.530Z] Running hooks in /etc/ca-certificates/update.d... [2021-03-29T19:48:04.530Z] done. [2021-03-29T19:48:04.589Z] Removing intermediate container defc2fecb3a6 [2021-03-29T19:48:04.589Z] ---> 31e26b8d94ee [2021-03-29T19:48:04.589Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-03-29T19:48:04.790Z] Reading package lists... [2021-03-29T19:48:04.860Z] Removing intermediate container 535c90b42212 [2021-03-29T19:48:04.860Z] ---> 465cd05c313e [2021-03-29T19:48:04.860Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-03-29T19:48:04.860Z] ---> Running in f27a4abd6a37 [2021-03-29T19:48:04.860Z] Removing intermediate container 0213358fe327 [2021-03-29T19:48:04.860Z] ---> c34fb9f5b968 [2021-03-29T19:48:04.860Z] Step 13/22 : ENV APP_PORT=48060 [2021-03-29T19:48:05.051Z] Building dependency tree... [2021-03-29T19:48:05.051Z] Reading state information... [2021-03-29T19:48:05.051Z] The following NEW packages will be installed: [2021-03-29T19:48:05.051Z] apt-transport-https [2021-03-29T19:48:05.131Z] Removing intermediate container 1c1672f9a6fa [2021-03-29T19:48:05.131Z] ---> c02033f8fcc8 [2021-03-29T19:48:05.131Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-29T19:48:05.312Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-03-29T19:48:05.312Z] Need to get 1696 B of archives. [2021-03-29T19:48:05.312Z] After this operation, 153 kB of additional disk space will be used. [2021-03-29T19:48:05.312Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] [2021-03-29T19:48:05.312Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-29T19:48:05.312Z] Fetched 1696 B in 0s (30.7 kB/s) [2021-03-29T19:48:05.312Z] Selecting previously unselected package apt-transport-https. [2021-03-29T19:48:05.312Z] (Reading database ... 13920 files and directories currently installed.) [2021-03-29T19:48:05.312Z] Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... [2021-03-29T19:48:05.312Z] Unpacking apt-transport-https (1.6.12ubuntu0.2) ... [2021-03-29T19:48:05.401Z] ---> Running in 5a992455f82f [2021-03-29T19:48:05.401Z] ---> Running in 83b510d6833f [2021-03-29T19:48:05.573Z] Setting up apt-transport-https (1.6.12ubuntu0.2) ... [2021-03-29T19:48:05.677Z] Removing intermediate container f27a4abd6a37 [2021-03-29T19:48:05.677Z] ---> ce6e765435d1 [2021-03-29T19:48:05.677Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-03-29T19:48:05.833Z] Waiting for network to be ready... [2021-03-29T19:48:05.950Z] ---> 8ac0905c0e40 [2021-03-29T19:48:05.950Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-03-29T19:48:05.950Z] ---> Running in 463b974bf541 [2021-03-29T19:48:06.546Z] Removing intermediate container 5a992455f82f [2021-03-29T19:48:06.546Z] ---> 604385358f84 [2021-03-29T19:48:06.546Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-29T19:48:06.546Z] Removing intermediate container 83b510d6833f [2021-03-29T19:48:06.546Z] ---> eedb9c18c7af [2021-03-29T19:48:06.546Z] Step 15/23 : WORKDIR / [2021-03-29T19:48:06.820Z] ---> Running in 16c21a2c0997 [2021-03-29T19:48:06.820Z] ---> Running in e64fd945b26a [2021-03-29T19:48:07.802Z] ---> 1f375404f067 [2021-03-29T19:48:07.802Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-03-29T19:48:07.802Z] Removing intermediate container e64fd945b26a [2021-03-29T19:48:07.802Z] ---> d657801dda9c [2021-03-29T19:48:07.802Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-29T19:48:08.400Z] Removing intermediate container 16c21a2c0997 [2021-03-29T19:48:08.400Z] ---> 0a619262ff56 [2021-03-29T19:48:08.400Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-29T19:48:09.863Z] ---> bf2d2eb4ab52 [2021-03-29T19:48:09.863Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-03-29T19:48:09.863Z] ---> 5a5489d4efa6 [2021-03-29T19:48:09.863Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-03-29T19:48:10.136Z] Removing intermediate container 463b974bf541 [2021-03-29T19:48:10.136Z] ---> 095024791317 [2021-03-29T19:48:10.136Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-03-29T19:48:10.136Z] ---> 4e2a7d31cdc1 [2021-03-29T19:48:10.136Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-03-29T19:48:12.273Z] ---> Running in 43774caf2704 [2021-03-29T19:48:12.273Z] ---> Running in 95816757cd38 [2021-03-29T19:48:12.273Z] Removing intermediate container 95816757cd38 [2021-03-29T19:48:12.273Z] ---> 6a32dc802e77 [2021-03-29T19:48:12.273Z] Step 18/21 : CMD ["--init=true"] [2021-03-29T19:48:12.273Z] ---> 232de5524232 [2021-03-29T19:48:12.273Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-03-29T19:48:12.273Z] ---> Running in f31c67f4c685 [2021-03-29T19:48:12.273Z] Removing intermediate container 43774caf2704 [2021-03-29T19:48:12.273Z] ---> 1996b915a1d8 [2021-03-29T19:48:12.273Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-03-29T19:48:12.285Z] 2021-03-29T19:48:09Z INFO Waiting for automatic snapd restart... [2021-03-29T19:48:12.285Z] snapd 2.49.1 from Canonical* installed [2021-03-29T19:48:12.558Z] ---> e17ad7c96a3d [2021-03-29T19:48:12.558Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-03-29T19:48:12.838Z] Removing intermediate container f31c67f4c685 [2021-03-29T19:48:12.838Z] ---> 745bb820e95f [2021-03-29T19:48:12.838Z] Step 19/21 : LABEL arch=arm64 [2021-03-29T19:48:12.857Z] "snapd" switched to the "latest/stable" channel [2021-03-29T19:48:12.857Z] [2021-03-29T19:48:13.113Z] ---> Running in 4d96d270606d [2021-03-29T19:48:13.113Z] ---> 6ea040edb734 [2021-03-29T19:48:13.113Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-03-29T19:48:13.392Z] ---> 77f3ab5c439c [2021-03-29T19:48:13.392Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-03-29T19:48:13.392Z] ---> 790db634f7e1 [2021-03-29T19:48:13.392Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-03-29T19:48:13.392Z] ---> Running in ed6a3a36a2a2 [2021-03-29T19:48:13.392Z] ---> Running in e1e16acfce22 [2021-03-29T19:48:13.677Z] ---> Running in 8c6d95fd0f74 [2021-03-29T19:48:13.677Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-03-29T19:48:13.677Z] Removing intermediate container 4d96d270606d [2021-03-29T19:48:13.677Z] ---> 69ff3a194e73 [2021-03-29T19:48:13.677Z] Step 20/21 : LABEL git_sha=230efa915a5a331c14751e0f7925e6b0f52b8528 [2021-03-29T19:48:13.677Z] Status: Downloaded newer image for docker:20.10.0 [2021-03-29T19:48:13.677Z] ---> eeaf43b92773 [2021-03-29T19:48:13.677Z] Step 12/26 : RUN apk add --no-cache bash [2021-03-29T19:48:13.952Z] ---> Running in f7b8da262ea4 [2021-03-29T19:48:13.952Z] ---> Running in d451107c30a4 [2021-03-29T19:48:14.224Z] Removing intermediate container e1e16acfce22 [2021-03-29T19:48:14.224Z] ---> c0ea93b5c388 [2021-03-29T19:48:14.224Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-29T19:48:14.513Z] Removing intermediate container 8c6d95fd0f74 [2021-03-29T19:48:14.513Z] ---> d6c8c36e30cd [2021-03-29T19:48:14.513Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-29T19:48:14.513Z] ---> Running in fcfd1e836929 [2021-03-29T19:48:14.513Z] ---> Running in 9d11d120c214 [2021-03-29T19:48:14.810Z] Removing intermediate container d451107c30a4 [2021-03-29T19:48:14.810Z] ---> 4f22936f20d6 [2021-03-29T19:48:14.810Z] Step 21/21 : LABEL version=0.0.0 [2021-03-29T19:48:15.086Z] ---> Running in 082359ed58cc [2021-03-29T19:48:15.362Z] Removing intermediate container 9d11d120c214 [2021-03-29T19:48:15.362Z] ---> 9d4c719457eb [2021-03-29T19:48:15.362Z] Step 20/22 : LABEL arch=arm64 [2021-03-29T19:48:15.362Z] Removing intermediate container fcfd1e836929 [2021-03-29T19:48:15.362Z] ---> a8f1e4478d70 [2021-03-29T19:48:15.362Z] Step 21/23 : LABEL arch=arm64 [2021-03-29T19:48:15.362Z] ---> Running in af736cd41187 [2021-03-29T19:48:15.362Z] ---> Running in 36e24fc9f43b [2021-03-29T19:48:15.404Z] core18 20210128 from Canonical* installed [2021-03-29T19:48:15.404Z] "core18" switched to the "latest/stable" channel [2021-03-29T19:48:15.404Z] [2021-03-29T19:48:15.641Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-29T19:48:15.641Z] Removing intermediate container 082359ed58cc [2021-03-29T19:48:15.641Z] ---> 3cc5f7e7672c [2021-03-29T19:48:15.641Z] [2021-03-29T19:48:15.913Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-29T19:48:16.186Z] Removing intermediate container 36e24fc9f43b [2021-03-29T19:48:16.186Z] ---> 53bac6be7390 [2021-03-29T19:48:16.186Z] Step 22/23 : LABEL git_sha=230efa915a5a331c14751e0f7925e6b0f52b8528 [2021-03-29T19:48:16.186Z] Successfully built 3cc5f7e7672c [2021-03-29T19:48:16.486Z] (1/2) Installing readline (8.0.4-r0) [2021-03-29T19:48:16.487Z] Removing intermediate container af736cd41187 [2021-03-29T19:48:16.487Z] ---> f96184b22be4 [2021-03-29T19:48:16.487Z] Step 21/22 : LABEL git_sha=230efa915a5a331c14751e0f7925e6b0f52b8528 [2021-03-29T19:48:16.487Z] (2/2) Installing bash (5.0.17-r0) [2021-03-29T19:48:16.487Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-03-29T19:48:16.487Z]  Building docker-security-proxy-setup-go ... done Building docker-security-secretstore-setup-go [2021-03-29T19:48:16.487Z] Executing bash-5.0.17-r0.post-install [2021-03-29T19:48:16.487Z] Executing busybox-1.31.1-r19.trigger [2021-03-29T19:48:16.487Z] OK: 12 MiB in 22 packages [2021-03-29T19:48:16.487Z] ---> Running in 600c8513adca [2021-03-29T19:48:16.861Z] ---> Running in 66460529f8dc [2021-03-29T19:48:16.861Z] Removing intermediate container ed6a3a36a2a2 [2021-03-29T19:48:16.861Z] ---> 2a6fcb0832af [2021-03-29T19:48:16.861Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-29T19:48:17.509Z] Removing intermediate container 600c8513adca [2021-03-29T19:48:17.509Z] ---> eba8b07a0990 [2021-03-29T19:48:17.509Z] Step 23/23 : LABEL version=0.0.0 [2021-03-29T19:48:17.797Z] ---> Running in 80ad20c1dc69 [2021-03-29T19:48:17.797Z] Removing intermediate container 66460529f8dc [2021-03-29T19:48:17.797Z] ---> e36841ceb467 [2021-03-29T19:48:17.797Z] Step 22/22 : LABEL version=0.0.0 [2021-03-29T19:48:18.419Z] ---> Running in 6e6367558dea [2021-03-29T19:48:18.692Z] ---> 41317b9d9263 [2021-03-29T19:48:18.692Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-03-29T19:48:18.706Z] snapcraft 4.5.4 from Canonical* installed [2021-03-29T19:48:18.706Z] "snapcraft" switched to the "latest/stable" channel [2021-03-29T19:48:18.706Z] [2021-03-29T19:48:19.300Z] Removing intermediate container 80ad20c1dc69 [2021-03-29T19:48:19.300Z] ---> 36f9f356f2d7 [2021-03-29T19:48:19.300Z] [2021-03-29T19:48:19.300Z] Removing intermediate container f7b8da262ea4 [2021-03-29T19:48:19.300Z] ---> 19c9fb1ab570 [2021-03-29T19:48:19.300Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-03-29T19:48:19.901Z] Successfully built 36f9f356f2d7 [2021-03-29T19:48:19.901Z] Removing intermediate container 6e6367558dea [2021-03-29T19:48:19.901Z] ---> 90e3fbd33fcf [2021-03-29T19:48:19.901Z] [2021-03-29T19:48:19.901Z] Successfully tagged docker-core-command-go-arm64:latest [2021-03-29T19:48:19.901Z]  Building docker-core-command-go ... done Building docker-core-data-go [2021-03-29T19:48:20.175Z] Successfully built 90e3fbd33fcf [2021-03-29T19:48:20.175Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-03-29T19:48:20.175Z]  Building docker-support-notifications-go ... done  ---> Running in 7ef3bf9e2df0 [2021-03-29T19:48:20.175Z] Building docker-core-metadata-go [2021-03-29T19:48:20.445Z] ---> 598ea89d60f7 [2021-03-29T19:48:20.445Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-03-29T19:48:20.723Z] Removing intermediate container 7ef3bf9e2df0 [2021-03-29T19:48:20.723Z] ---> bb0886a47a4f [2021-03-29T19:48:20.723Z] Step 14/26 : ENV APP_PORT=48090 [2021-03-29T19:48:21.002Z] ---> Running in 0e1dc084a655 [2021-03-29T19:48:21.277Z] ---> e4e14cf8eef4 [2021-03-29T19:48:21.277Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-03-29T19:48:21.554Z] Removing intermediate container 0e1dc084a655 [2021-03-29T19:48:21.554Z] ---> fe0c85ba79f6 [2021-03-29T19:48:21.554Z] Step 15/26 : EXPOSE $APP_PORT [2021-03-29T19:48:21.825Z] ---> Running in e02dffee67f2 [2021-03-29T19:48:22.011Z] The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: [2021-03-29T19:48:22.011Z] - README.md [2021-03-29T19:48:22.011Z] [2021-03-29T19:48:22.011Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-03-29T19:48:22.097Z] ---> ac3fa0ca44e3 [2021-03-29T19:48:22.097Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-03-29T19:48:22.370Z] Removing intermediate container e02dffee67f2 [2021-03-29T19:48:22.370Z] ---> 7cdb9cd0464f [2021-03-29T19:48:22.370Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-03-29T19:48:23.340Z] ---> 1e4dffa779e8 [2021-03-29T19:48:23.340Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-03-29T19:48:23.958Z] ---> Running in 942c0c286599 [2021-03-29T19:48:24.234Z] ---> b225e48be733 [2021-03-29T19:48:24.234Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-03-29T19:48:24.837Z] Removing intermediate container 942c0c286599 [2021-03-29T19:48:24.837Z] ---> eba127e1459f [2021-03-29T19:48:24.837Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-03-29T19:48:25.825Z] ---> 4c2ed3a246c1 [2021-03-29T19:48:25.825Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-03-29T19:48:26.818Z] ---> dc4bcbcf53b9 [2021-03-29T19:48:26.818Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-03-29T19:48:27.427Z] ---> Running in 8d09da232d99 [2021-03-29T19:48:27.707Z] ---> b558bd5b3cae [2021-03-29T19:48:27.707Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-03-29T19:48:27.977Z] ---> Running in c3c4b9c2e3e4 [2021-03-29T19:48:28.619Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-29T19:48:28.619Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-03-29T19:48:28.619Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-03-29T19:48:28.619Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-03-29T19:48:29.410Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-29T19:48:29.410Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-29T19:48:29.820Z] Reading package lists... [2021-03-29T19:48:30.003Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-03-29T19:48:30.003Z] (2/33) Installing expat (2.2.9-r1) [2021-03-29T19:48:30.003Z] (3/33) Installing libffi (3.3-r2) [2021-03-29T19:48:30.003Z] (4/33) Installing gdbm (1.13-r1) [2021-03-29T19:48:30.003Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-03-29T19:48:30.003Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-03-29T19:48:30.003Z] (7/33) Installing python3 (3.8.8-r0) [2021-03-29T19:48:30.082Z] Installing build dependencies: git=1:2.17.1-1ubuntu0.8 git-man=1:2.17.1-1ubuntu0.8 libcurl3-gnutls=7.58.0-2ubuntu3.12 liberror-perl=0.17025-1 libglib2.0-0=2.56.4-0ubuntu0.18.04.8 libnghttp2-14=1.30.0-1ubuntu1 libnorm1=1.5r6+dfsg1-6 libpgm-5.2-0=5.2.122~dfsg-2 libpsl5=0.19.1-5build1 librtmp1=2.4+20151223.gitfa8646d.1-1 libsodium23=1.0.16-2 libzmq3-dev=4.2.5-1ubuntu0.2 libzmq5=4.2.5-1ubuntu0.2 pkg-config=0.29.1-0ubuntu2 zip=3.0-11build1 [2021-03-29T19:48:30.985Z] Removing intermediate container 8d09da232d99 [2021-03-29T19:48:30.985Z] ---> 4bee011523f0 [2021-03-29T19:48:30.985Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-03-29T19:48:31.588Z] ---> Running in 9bc8952cdcee [2021-03-29T19:48:31.865Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-03-29T19:48:31.865Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-03-29T19:48:31.865Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-03-29T19:48:31.865Z] (11/33) Installing py3-six (1.15.0-r0) [2021-03-29T19:48:31.865Z] (12/33) Installing py3-packaging (20.4-r0) [2021-03-29T19:48:31.865Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-03-29T19:48:32.138Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-03-29T19:48:32.138Z] (15/33) Installing py3-idna (2.9-r0) [2021-03-29T19:48:32.138Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-03-29T19:48:32.138Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-03-29T19:48:32.409Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-03-29T19:48:32.409Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-03-29T19:48:32.409Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-03-29T19:48:32.410Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-03-29T19:48:32.410Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-03-29T19:48:32.410Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-03-29T19:48:32.410Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-03-29T19:48:32.410Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-03-29T19:48:32.410Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-03-29T19:48:32.682Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-03-29T19:48:32.682Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-03-29T19:48:32.682Z] (29/33) Installing py3-progress (1.5-r0) [2021-03-29T19:48:32.682Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-03-29T19:48:32.682Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-03-29T19:48:32.682Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-03-29T19:48:32.682Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-03-29T19:48:32.682Z] Removing intermediate container 9bc8952cdcee [2021-03-29T19:48:32.682Z] ---> 183c9c5d653f [2021-03-29T19:48:32.682Z] Step 28/31 : CMD ["gate"] [2021-03-29T19:48:32.682Z] Executing busybox-1.31.1-r19.trigger [2021-03-29T19:48:32.959Z] OK: 71 MiB in 55 packages [2021-03-29T19:48:33.562Z] ---> Running in 98375881406c [2021-03-29T19:48:34.549Z] Removing intermediate container 98375881406c [2021-03-29T19:48:34.549Z] ---> 885802777132 [2021-03-29T19:48:34.549Z] Step 29/31 : LABEL arch=arm64 [2021-03-29T19:48:35.531Z] ---> Running in d480ac055429 [2021-03-29T19:48:36.664Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-29T19:48:36.664Z] Reading package lists... [2021-03-29T19:48:36.664Z] Building dependency tree... [2021-03-29T19:48:36.664Z] Reading state information... [2021-03-29T19:48:36.664Z] Suggested packages: [2021-03-29T19:48:36.664Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-03-29T19:48:36.664Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-03-29T19:48:36.664Z] Recommended packages: [2021-03-29T19:48:36.664Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-03-29T19:48:36.664Z] The following NEW packages will be installed: [2021-03-29T19:48:36.664Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-03-29T19:48:36.664Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-03-29T19:48:36.664Z] pkg-config zip [2021-03-29T19:48:36.664Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-03-29T19:48:36.664Z] Need to get 7657 kB of archives. [2021-03-29T19:48:36.664Z] After this operation, 43.8 MB of additional disk space will be used. [2021-03-29T19:48:36.664Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.8 [1171 kB] [2021-03-29T19:48:36.664Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] [2021-03-29T19:48:36.664Z] Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-03-29T19:48:36.664Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.8 [804 kB] [2021-03-29T19:48:36.664Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.8 [3916 kB] [2021-03-29T19:48:36.664Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-03-29T19:48:36.664Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-03-29T19:48:36.925Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-03-29T19:48:36.925Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-03-29T19:48:36.925Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-03-29T19:48:36.925Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-03-29T19:48:36.975Z] Removing intermediate container d480ac055429 [2021-03-29T19:48:36.976Z] ---> ab06da06b520 [2021-03-29T19:48:36.976Z] Step 30/31 : LABEL git_sha=230efa915a5a331c14751e0f7925e6b0f52b8528 [2021-03-29T19:48:37.185Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-03-29T19:48:37.186Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-03-29T19:48:37.186Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-03-29T19:48:37.186Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-03-29T19:48:37.445Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-29T19:48:37.445Z] Fetched 7657 kB in 1s (8765 kB/s) [2021-03-29T19:48:37.445Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-03-29T19:48:37.445Z] (Reading database ... 13924 files and directories currently installed.) [2021-03-29T19:48:37.445Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.8_amd64.deb ... [2021-03-29T19:48:37.445Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... [2021-03-29T19:48:37.574Z] ---> Running in d33117a0b6aa [2021-03-29T19:48:37.706Z] Selecting previously unselected package libpsl5:amd64. [2021-03-29T19:48:37.706Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-03-29T19:48:37.706Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-03-29T19:48:37.706Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-03-29T19:48:37.706Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-03-29T19:48:37.706Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-03-29T19:48:37.965Z] Selecting previously unselected package librtmp1:amd64. [2021-03-29T19:48:37.965Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-03-29T19:48:37.965Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-03-29T19:48:37.965Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-03-29T19:48:37.965Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... [2021-03-29T19:48:37.965Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-03-29T19:48:38.225Z] Selecting previously unselected package liberror-perl. [2021-03-29T19:48:38.225Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-03-29T19:48:38.225Z] Unpacking liberror-perl (0.17025-1) ... [2021-03-29T19:48:38.225Z] Selecting previously unselected package git-man. [2021-03-29T19:48:38.225Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.8_all.deb ... [2021-03-29T19:48:38.225Z] Unpacking git-man (1:2.17.1-1ubuntu0.8) ... [2021-03-29T19:48:38.485Z] Selecting previously unselected package git. [2021-03-29T19:48:38.485Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.8_amd64.deb ... [2021-03-29T19:48:38.485Z] Unpacking git (1:2.17.1-1ubuntu0.8) ... [2021-03-29T19:48:38.568Z] Removing intermediate container d33117a0b6aa [2021-03-29T19:48:38.568Z] ---> 8186e8c37de3 [2021-03-29T19:48:38.568Z] Step 31/31 : LABEL version=0.0.0 [2021-03-29T19:48:39.053Z] Selecting previously unselected package libnorm1:amd64. [2021-03-29T19:48:39.053Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-03-29T19:48:39.053Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-03-29T19:48:39.173Z] ---> Running in 5b5bd8100421 [2021-03-29T19:48:39.314Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-03-29T19:48:39.314Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-03-29T19:48:39.314Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-03-29T19:48:39.314Z] Selecting previously unselected package libsodium23:amd64. [2021-03-29T19:48:39.314Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-03-29T19:48:39.314Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-03-29T19:48:39.574Z] Selecting previously unselected package libzmq5:amd64. [2021-03-29T19:48:39.574Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-03-29T19:48:39.574Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-29T19:48:39.574Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-03-29T19:48:39.574Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-03-29T19:48:39.574Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-29T19:48:39.772Z] Removing intermediate container 5b5bd8100421 [2021-03-29T19:48:39.772Z] ---> 2f5a1d06171c [2021-03-29T19:48:39.772Z] [2021-03-29T19:48:39.834Z] Selecting previously unselected package pkg-config. [2021-03-29T19:48:39.834Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-03-29T19:48:39.834Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-03-29T19:48:39.834Z] Selecting previously unselected package zip. [2021-03-29T19:48:39.834Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-03-29T19:48:39.834Z] Unpacking zip (3.0-11build1) ... [2021-03-29T19:48:39.834Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-03-29T19:48:39.834Z] Setting up git-man (1:2.17.1-1ubuntu0.8) ... [2021-03-29T19:48:40.095Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-03-29T19:48:40.095Z] Setting up liberror-perl (0.17025-1) ... [2021-03-29T19:48:40.095Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-03-29T19:48:40.095Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... [2021-03-29T19:48:40.095Z] No schema files found: doing nothing. [2021-03-29T19:48:40.095Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-03-29T19:48:40.095Z] Setting up zip (3.0-11build1) ... [2021-03-29T19:48:40.095Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-03-29T19:48:40.095Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-03-29T19:48:40.095Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-03-29T19:48:40.095Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-29T19:48:40.355Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-03-29T19:48:40.355Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-29T19:48:40.355Z] Setting up git (1:2.17.1-1ubuntu0.8) ... [2021-03-29T19:48:40.355Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-03-29T19:48:40.366Z] Successfully built 2f5a1d06171c [2021-03-29T19:48:40.366Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-03-29T19:48:40.366Z]  Building docker-security-bootstrapper-go ... done Building docker-support-scheduler-go [2021-03-29T19:48:40.366Z] Removing intermediate container c3c4b9c2e3e4 [2021-03-29T19:48:40.366Z] ---> b57d42c5fdac [2021-03-29T19:48:40.366Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-03-29T19:48:40.650Z] ---> Running in 65e139d4bea8 [2021-03-29T19:48:46.946Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-29T19:48:46.946Z] git set to automatically installed. [2021-03-29T19:48:46.946Z] git-man set to automatically installed. [2021-03-29T19:48:46.946Z] libcurl3-gnutls set to automatically installed. [2021-03-29T19:48:46.946Z] liberror-perl set to automatically installed. [2021-03-29T19:48:46.946Z] libglib2.0-0 set to automatically installed. [2021-03-29T19:48:46.946Z] libnghttp2-14 set to automatically installed. [2021-03-29T19:48:46.946Z] libnorm1 set to automatically installed. [2021-03-29T19:48:46.946Z] libpgm-5.2-0 set to automatically installed. [2021-03-29T19:48:46.946Z] libpsl5 set to automatically installed. [2021-03-29T19:48:46.946Z] librtmp1 set to automatically installed. [2021-03-29T19:48:46.946Z] libsodium23 set to automatically installed. [2021-03-29T19:48:46.946Z] libzmq3-dev set to automatically installed. [2021-03-29T19:48:46.946Z] libzmq5 set to automatically installed. [2021-03-29T19:48:46.946Z] pkg-config set to automatically installed. [2021-03-29T19:48:46.946Z] zip set to automatically installed. [2021-03-29T19:48:47.392Z] Collecting docker-compose==1.23.2 [2021-03-29T19:48:47.392Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-03-29T19:48:48.328Z] snapd is not logged in, snap install commands will use sudo [2021-03-29T19:48:48.367Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-03-29T19:48:48.367Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-03-29T19:48:48.964Z] Collecting docopt<0.7,>=0.6.1 [2021-03-29T19:48:48.964Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-03-29T19:48:51.583Z] Collecting texttable<0.10,>=0.9.0 [2021-03-29T19:48:51.583Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-03-29T19:48:53.565Z] Collecting websocket-client<1.0,>=0.32.0 [2021-03-29T19:48:53.565Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-03-29T19:48:54.160Z] Collecting cached-property<2,>=1.2.0 [2021-03-29T19:48:54.161Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-03-29T19:48:54.755Z] Collecting jsonschema<3,>=2.5.1 [2021-03-29T19:48:54.755Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-03-29T19:48:54.914Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-29T19:48:54.914Z] snap "core18" has no updates available [2021-03-29T19:48:55.738Z] Collecting PyYAML<4,>=3.10 [2021-03-29T19:48:55.738Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-03-29T19:48:56.306Z] snapd is not logged in, snap install commands will use sudo [2021-03-29T19:48:57.723Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-29T19:48:57.723Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-03-29T19:48:57.723Z] ---> d3c15c409b57 [2021-03-29T19:48:57.723Z] Step 3/24 : WORKDIR /edgex-go [2021-03-29T19:48:57.723Z] ---> Using cache [2021-03-29T19:48:57.723Z] ---> ab30fd7a99ea [2021-03-29T19:48:57.723Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-29T19:48:57.723Z] ---> Using cache [2021-03-29T19:48:57.723Z] ---> e7d47d487a52 [2021-03-29T19:48:57.723Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-03-29T19:48:59.183Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2021-03-29T19:49:00.171Z] Collecting dockerpty<0.5,>=0.4.1 [2021-03-29T19:49:00.171Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-03-29T19:49:02.163Z] ---> Running in 32449d330f77 [2021-03-29T19:49:02.904Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-29T19:49:03.599Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-29T19:49:03.599Z] Collecting docker<4.0,>=3.6.0 [2021-03-29T19:49:03.871Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-03-29T19:49:04.146Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-29T19:49:04.744Z] Collecting urllib3<1.25,>=1.21.1 [2021-03-29T19:49:05.022Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-03-29T19:49:05.022Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2021-03-29T19:49:05.294Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2021-03-29T19:49:05.294Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-29T19:49:05.294Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-29T19:49:05.294Z] ---> d3c15c409b57 [2021-03-29T19:49:05.294Z] Step 3/23 : WORKDIR /edgex-go [2021-03-29T19:49:05.294Z] ---> Using cache [2021-03-29T19:49:05.294Z] ---> ab30fd7a99ea [2021-03-29T19:49:05.294Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-29T19:49:05.294Z] ---> Using cache [2021-03-29T19:49:05.294Z] ---> e7d47d487a52 [2021-03-29T19:49:05.294Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-03-29T19:49:05.893Z] Collecting idna<2.8,>=2.5 [2021-03-29T19:49:05.893Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-03-29T19:49:06.168Z] ---> Running in db861110e7e7 [2021-03-29T19:49:06.445Z] Collecting docker-pycreds>=0.4.0 [2021-03-29T19:49:06.445Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-03-29T19:49:06.445Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-29T19:49:06.445Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-29T19:49:06.445Z] ---> d3c15c409b57 [2021-03-29T19:49:06.445Z] Step 3/23 : WORKDIR /edgex-go [2021-03-29T19:49:06.445Z] ---> Using cache [2021-03-29T19:49:06.445Z] ---> ab30fd7a99ea [2021-03-29T19:49:06.445Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-29T19:49:06.445Z] ---> Using cache [2021-03-29T19:49:06.445Z] ---> e7d47d487a52 [2021-03-29T19:49:06.446Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-29T19:49:06.720Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-03-29T19:49:06.720Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-03-29T19:49:06.720Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-03-29T19:49:06.720Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-03-29T19:49:06.992Z] ---> Running in 56fdd2edb148 [2021-03-29T19:49:07.973Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-29T19:49:07.973Z] Installing collected packages: urllib3, idna, requests, docopt, texttable, websocket-client, cached-property, jsonschema, PyYAML, dockerpty, docker-pycreds, docker, docker-compose [2021-03-29T19:49:07.973Z] Attempting uninstall: urllib3 [2021-03-29T19:49:07.973Z] Found existing installation: urllib3 1.25.9 [2021-03-29T19:49:07.973Z] Uninstalling urllib3-1.25.9: [2021-03-29T19:49:08.248Z] OK: 217 MiB in 51 packages [2021-03-29T19:49:08.248Z] Successfully uninstalled urllib3-1.25.9 [2021-03-29T19:49:08.524Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-29T19:49:08.797Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-29T19:49:08.797Z] Attempting uninstall: idna [2021-03-29T19:49:08.797Z] Found existing installation: idna 2.9 [2021-03-29T19:49:09.078Z] Uninstalling idna-2.9: [2021-03-29T19:49:09.078Z] Successfully uninstalled idna-2.9 [2021-03-29T19:49:09.683Z] OK: 217 MiB in 51 packages [2021-03-29T19:49:09.962Z] Attempting uninstall: requests [2021-03-29T19:49:09.962Z] Found existing installation: requests 2.23.0 [2021-03-29T19:49:09.962Z] Uninstalling requests-2.23.0: [2021-03-29T19:49:09.962Z] Successfully uninstalled requests-2.23.0 [2021-03-29T19:49:10.942Z] Running setup.py install for docopt: started [2021-03-29T19:49:10.942Z] Removing intermediate container 32449d330f77 [2021-03-29T19:49:10.942Z] ---> f905ddc70780 [2021-03-29T19:49:10.942Z] Step 6/24 : COPY go.mod . [2021-03-29T19:49:11.216Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-29T19:49:11.835Z] Removing intermediate container db861110e7e7 [2021-03-29T19:49:11.835Z] ---> 0dc4a475f13e [2021-03-29T19:49:11.835Z] Step 6/23 : COPY go.mod . [2021-03-29T19:49:12.111Z] ---> 2786525a6186 [2021-03-29T19:49:12.111Z] Step 7/24 : RUN go mod download [2021-03-29T19:49:12.704Z] ---> Running in e9f7a4f70ec9 [2021-03-29T19:49:12.912Z] go (1.15/stable) 1.15.10 from Michael Hudson-Doyle (mwhudson) installed [2021-03-29T19:49:12.976Z] ---> 81a688d8be6b [2021-03-29T19:49:12.976Z] Step 7/23 : RUN go mod download [2021-03-29T19:49:13.172Z] Pulling go-build-helper [2021-03-29T19:49:13.172Z] + snapcraftctl pull [2021-03-29T19:49:13.252Z] Running setup.py install for docopt: finished with status 'done' [2021-03-29T19:49:13.252Z] Running setup.py install for texttable: started [2021-03-29T19:49:13.525Z] ---> Running in ba54f1a466c5 [2021-03-29T19:49:14.117Z] 'app-service-config' has dependencies that need to be staged: go-build-helper [2021-03-29T19:49:14.117Z] Skipping pull go-build-helper (already ran) [2021-03-29T19:49:14.117Z] Building go-build-helper [2021-03-29T19:49:14.117Z] + snapcraftctl build [2021-03-29T19:49:14.513Z] OK: 217 MiB in 51 packages [2021-03-29T19:49:15.968Z] Running setup.py install for texttable: finished with status 'done' [2021-03-29T19:49:16.028Z] Staging go-build-helper [2021-03-29T19:49:16.028Z] + snapcraftctl stage [2021-03-29T19:49:16.728Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-29T19:49:16.728Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-29T19:49:16.728Z] ---> d3c15c409b57 [2021-03-29T19:49:16.728Z] Step 3/22 : WORKDIR /edgex-go [2021-03-29T19:49:16.728Z] ---> Using cache [2021-03-29T19:49:16.728Z] ---> ab30fd7a99ea [2021-03-29T19:49:16.728Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-29T19:49:16.728Z] ---> Using cache [2021-03-29T19:49:16.728Z] ---> e7d47d487a52 [2021-03-29T19:49:16.728Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-03-29T19:49:16.728Z] ---> Using cache [2021-03-29T19:49:16.728Z] ---> f905ddc70780 [2021-03-29T19:49:16.728Z] Step 6/22 : COPY go.mod . [2021-03-29T19:49:16.728Z] ---> Using cache [2021-03-29T19:49:16.728Z] ---> 2786525a6186 [2021-03-29T19:49:16.728Z] Step 7/22 : RUN go mod download [2021-03-29T19:49:16.728Z] ---> Running in 3402a1ee9c34 [2021-03-29T19:49:16.728Z] Removing intermediate container 56fdd2edb148 [2021-03-29T19:49:16.728Z] ---> 42bef2f90f01 [2021-03-29T19:49:16.728Z] Step 6/23 : COPY go.mod . [2021-03-29T19:49:17.033Z] Running setup.py install for PyYAML: started [2021-03-29T19:49:17.672Z] Removing intermediate container e9f7a4f70ec9 [2021-03-29T19:49:17.672Z] ---> 278d4cafbf8e [2021-03-29T19:49:17.672Z] Step 8/24 : COPY . . [2021-03-29T19:49:18.318Z] Removing intermediate container ba54f1a466c5 [2021-03-29T19:49:18.318Z] ---> 262023c1f986 [2021-03-29T19:49:18.318Z] Step 8/23 : COPY . . [2021-03-29T19:49:18.609Z] ---> 9179ac7e6a7f [2021-03-29T19:49:18.609Z] Step 7/23 : RUN go mod download [2021-03-29T19:49:19.209Z] ---> Running in 4e4ba8117334 [2021-03-29T19:49:20.203Z] Running setup.py install for PyYAML: finished with status 'done' [2021-03-29T19:49:20.484Z] Running setup.py install for dockerpty: started [2021-03-29T19:49:23.144Z] Running setup.py install for dockerpty: finished with status 'done' [2021-03-29T19:49:23.144Z] Removing intermediate container 3402a1ee9c34 [2021-03-29T19:49:23.144Z] ---> 18b8e7cc5cb7 [2021-03-29T19:49:23.144Z] Step 8/22 : COPY . . [2021-03-29T19:49:25.787Z] Removing intermediate container 4e4ba8117334 [2021-03-29T19:49:25.787Z] ---> 983b8d17d6f7 [2021-03-29T19:49:25.787Z] Step 8/23 : COPY . . [2021-03-29T19:49:25.787Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.58.0 [2021-03-29T19:49:26.026Z] Get:1 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-03-29T19:49:26.026Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-03-29T19:49:26.026Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-03-29T19:49:26.026Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1640 kB] [2021-03-29T19:49:26.026Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-03-29T19:49:26.026Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-03-29T19:49:26.026Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-03-29T19:49:26.026Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-03-29T19:49:26.026Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-03-29T19:49:26.026Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-03-29T19:49:26.026Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-03-29T19:49:26.026Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [310 kB] [2021-03-29T19:49:26.026Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] [2021-03-29T19:49:26.026Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-03-29T19:49:26.026Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [265 kB] [2021-03-29T19:49:26.026Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [34.6 kB] [2021-03-29T19:49:26.026Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1118 kB] [2021-03-29T19:49:26.026Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [251 kB] [2021-03-29T19:49:26.026Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-03-29T19:49:26.026Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1978 kB] [2021-03-29T19:49:26.026Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [402 kB] [2021-03-29T19:49:26.026Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] [2021-03-29T19:49:26.026Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-03-29T19:49:26.026Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [286 kB] [2021-03-29T19:49:26.026Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [38.2 kB] [2021-03-29T19:49:26.026Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1724 kB] [2021-03-29T19:49:26.026Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [365 kB] [2021-03-29T19:49:26.026Z] Fetched 24.2 MB in 0s (0 B/s) [2021-03-29T19:49:26.026Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-03-29T19:49:26.026Z] Fetched 224 kB in 0s (0 B/s) [2021-03-29T19:49:26.026Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-03-29T19:49:26.026Z] Fetched 157 kB in 0s (0 B/s) [2021-03-29T19:49:26.026Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-03-29T19:49:26.026Z] Fetched 221 kB in 0s (0 B/s) [2021-03-29T19:49:26.026Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-03-29T19:49:26.026Z] Fetched 143 kB in 0s (0 B/s) [2021-03-29T19:49:26.026Z] Pulling app-service-config [2021-03-29T19:49:26.026Z] + snapcraftctl pull [2021-03-29T19:49:26.026Z] Cloning into '/root/parts/app-service-config/src'... [2021-03-29T19:49:26.600Z] Pulling config-common [2021-03-29T19:49:26.600Z] + snapcraftctl pull [2021-03-29T19:49:30.804Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-03-29T19:49:30.804Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-03-29T19:49:30.804Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-03-29T19:49:30.804Z] Fetched 0 B in 0s (0 B/s) [2021-03-29T19:49:30.804Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-03-29T19:49:30.804Z] Fetched 0 B in 0s (0 B/s) [2021-03-29T19:49:30.804Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-03-29T19:49:30.804Z] Fetched 0 B in 0s (0 B/s) [2021-03-29T19:49:30.804Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-03-29T19:49:30.804Z] Fetched 0 B in 0s (0 B/s) [2021-03-29T19:49:30.804Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-03-29T19:49:30.804Z] Fetched 0 B in 0s (0 B/s) [2021-03-29T19:49:30.804Z] Pulling edgex-go [2021-03-29T19:49:30.804Z] + snapcraftctl pull [2021-03-29T19:49:35.939Z] Removing intermediate container 65e139d4bea8 [2021-03-29T19:49:35.940Z] ---> f7f0ac405b37 [2021-03-29T19:49:35.940Z] Step 21/26 : RUN apk --no-cache add curl [2021-03-29T19:49:36.916Z] ---> Running in b85d1b324072 [2021-03-29T19:49:38.904Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-29T19:49:39.191Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-29T19:49:39.470Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-03-29T19:49:39.743Z] (2/3) Installing libcurl (7.69.1-r3) [2021-03-29T19:49:39.743Z] (3/3) Installing curl (7.69.1-r3) [2021-03-29T19:49:39.743Z] Executing busybox-1.31.1-r19.trigger [2021-03-29T19:49:39.743Z] OK: 72 MiB in 58 packages [2021-03-29T19:49:39.743Z] ---> b5387a3ef823 [2021-03-29T19:49:39.743Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-03-29T19:49:40.723Z] ---> ff7dbb4d49ae [2021-03-29T19:49:40.723Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-03-29T19:49:41.712Z] ---> Running in a621284564b3 [2021-03-29T19:49:42.307Z] ---> Running in 9fcce929eac4 [2021-03-29T19:49:45.690Z] Removing intermediate container b85d1b324072 [2021-03-29T19:49:45.690Z] ---> a646839f7068 [2021-03-29T19:49:45.690Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-03-29T19:49:45.690Z] ---> Running in 649cb260a443 [2021-03-29T19:49:45.967Z] ---> fbe8880cd5d5 [2021-03-29T19:49:45.968Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-03-29T19:49:46.241Z] ---> Running in bbcb6b7d9ac7 [2021-03-29T19:49:46.241Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-03-29T19:49:46.241Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-03-29T19:49:46.518Z] Removing intermediate container 649cb260a443 [2021-03-29T19:49:46.518Z] ---> eefa7bba4257 [2021-03-29T19:49:46.518Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-29T19:49:46.792Z] ---> Running in ea35fbaf6da9 [2021-03-29T19:49:47.399Z] ---> 964c65ad3226 [2021-03-29T19:49:47.399Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-03-29T19:49:47.671Z] ---> Running in 6618759520e3 [2021-03-29T19:49:47.671Z] Removing intermediate container ea35fbaf6da9 [2021-03-29T19:49:47.671Z] ---> 4c100793b34e [2021-03-29T19:49:47.671Z] Step 24/26 : LABEL arch=arm64 [2021-03-29T19:49:47.944Z] ---> Running in 8413304635c1 [2021-03-29T19:49:47.944Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-03-29T19:49:48.918Z] Removing intermediate container 8413304635c1 [2021-03-29T19:49:48.918Z] ---> 1a8a7bda110f [2021-03-29T19:49:48.918Z] Step 25/26 : LABEL git_sha=230efa915a5a331c14751e0f7925e6b0f52b8528 [2021-03-29T19:49:48.918Z] ---> Running in 8f24ac21aa1b [2021-03-29T19:49:49.519Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-03-29T19:49:49.792Z] Removing intermediate container 8f24ac21aa1b [2021-03-29T19:49:49.792Z] ---> 462551215564 [2021-03-29T19:49:49.792Z] Step 26/26 : LABEL version=0.0.0 [2021-03-29T19:49:50.065Z] ---> Running in 3b626686d7c8 [2021-03-29T19:49:50.664Z] Removing intermediate container 3b626686d7c8 [2021-03-29T19:49:50.664Z] ---> 1fe148b4516d [2021-03-29T19:49:50.664Z] [2021-03-29T19:49:51.263Z] Successfully built 1fe148b4516d [2021-03-29T19:49:51.263Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-03-29T19:49:52.795Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-03-29T19:49:52.795Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-03-29T19:49:52.795Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-03-29T19:49:52.795Z] Fetched 0 B in 0s (0 B/s) [2021-03-29T19:49:52.795Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-03-29T19:49:52.795Z] Fetched 96.5 kB in 0s (0 B/s) [2021-03-29T19:49:52.795Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-03-29T19:49:52.795Z] Fetched 279 kB in 0s (0 B/s) [2021-03-29T19:49:52.795Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-03-29T19:49:52.795Z] Fetched 122 kB in 0s (0 B/s) [2021-03-29T19:49:52.795Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-03-29T19:49:52.795Z] Fetched 77.8 kB in 0s (0 B/s) [2021-03-29T19:49:52.795Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-03-29T19:49:52.795Z] Fetched 8848 B in 0s (0 B/s) [2021-03-29T19:49:52.795Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-03-29T19:49:52.795Z] Fetched 47.8 kB in 0s (0 B/s) [2021-03-29T19:49:52.795Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-03-29T19:49:52.795Z] Fetched 45.6 kB in 0s (0 B/s) [2021-03-29T19:49:52.795Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-03-29T19:49:52.795Z] Fetched 15.0 kB in 0s (0 B/s) [2021-03-29T19:49:52.795Z] Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] [2021-03-29T19:49:52.795Z] Fetched 214 kB in 0s (0 B/s) [2021-03-29T19:49:52.795Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] [2021-03-29T19:49:52.795Z] Fetched 154 kB in 0s (0 B/s) [2021-03-29T19:49:52.795Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-03-29T19:49:52.795Z] Fetched 50.6 kB in 0s (0 B/s) [2021-03-29T19:49:52.795Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-03-29T19:49:52.795Z] Fetched 14.8 kB in 0s (0 B/s) [2021-03-29T19:49:52.795Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-03-29T19:49:52.795Z] Fetched 41.8 kB in 0s (0 B/s) [2021-03-29T19:49:52.795Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-03-29T19:49:52.795Z] Fetched 499 kB in 0s (0 B/s) [2021-03-29T19:49:52.796Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-03-29T19:49:52.796Z] Fetched 111 kB in 0s (0 B/s) [2021-03-29T19:49:52.796Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-03-29T19:49:52.796Z] Fetched 240 kB in 0s (0 B/s) [2021-03-29T19:49:52.796Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-03-29T19:49:52.796Z] Fetched 29.3 kB in 0s (0 B/s) [2021-03-29T19:49:52.796Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-03-29T19:49:52.796Z] Fetched 85.5 kB in 0s (0 B/s) [2021-03-29T19:49:52.796Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-03-29T19:49:52.796Z] Fetched 24.5 kB in 0s (0 B/s) [2021-03-29T19:49:52.796Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-03-29T19:49:52.796Z] Fetched 49.2 kB in 0s (0 B/s) [2021-03-29T19:49:52.796Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-03-29T19:49:52.796Z] Fetched 54.2 kB in 0s (0 B/s) [2021-03-29T19:49:52.796Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-03-29T19:49:52.796Z] Fetched 30.8 kB in 0s (0 B/s) [2021-03-29T19:49:52.796Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] [2021-03-29T19:49:52.796Z] Fetched 15.8 kB in 0s (0 B/s) [2021-03-29T19:49:52.796Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-03-29T19:49:52.796Z] Fetched 85.9 kB in 0s (0 B/s) [2021-03-29T19:49:52.796Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-03-29T19:49:52.796Z] Fetched 8720 B in 0s (0 B/s) [2021-03-29T19:49:52.796Z] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] [2021-03-29T19:49:52.796Z] Fetched 137 kB in 0s (0 B/s) [2021-03-29T19:49:52.796Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-03-29T19:49:52.796Z] Fetched 119 kB in 0s (0 B/s) [2021-03-29T19:49:52.796Z] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] [2021-03-29T19:49:52.796Z] Fetched 109 kB in 0s (0 B/s) [2021-03-29T19:49:52.796Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-03-29T19:49:52.796Z] Fetched 11.1 kB in 0s (0 B/s) [2021-03-29T19:49:52.796Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-03-29T19:49:52.796Z] Fetched 645 kB in 0s (0 B/s) [2021-03-29T19:49:52.796Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-03-29T19:49:52.796Z] Fetched 41.3 kB in 0s (0 B/s) [2021-03-29T19:49:52.796Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-03-29T19:49:52.796Z] Fetched 17.9 kB in 0s (0 B/s) [2021-03-29T19:49:52.796Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-03-29T19:49:52.796Z] Fetched 368 kB in 0s (0 B/s) [2021-03-29T19:49:52.796Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-03-29T19:49:52.796Z] Fetched 187 kB in 0s (0 B/s) [2021-03-29T19:49:52.796Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-03-29T19:49:52.796Z] Fetched 175 kB in 0s (0 B/s) [2021-03-29T19:49:52.796Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-03-29T19:49:52.796Z] Fetched 206 kB in 0s (0 B/s) [2021-03-29T19:49:52.796Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb [1301 kB] [2021-03-29T19:49:52.796Z] Fetched 1301 kB in 0s (0 B/s) [2021-03-29T19:49:52.796Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-03-29T19:49:52.796Z] Fetched 36.2 kB in 0s (0 B/s) [2021-03-29T19:49:52.796Z] Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] [2021-03-29T19:49:52.796Z] Fetched 159 kB in 0s (0 B/s) [2021-03-29T19:49:52.796Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-03-29T19:49:52.796Z] Fetched 107 kB in 0s (0 B/s) [2021-03-29T19:49:52.796Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-03-29T19:49:52.796Z] Fetched 48.7 kB in 0s (0 B/s) [2021-03-29T19:49:52.796Z] Pulling static-packages [2021-03-29T19:49:52.796Z] + snapcraftctl pull [2021-03-29T19:49:52.796Z] Pulling version [2021-03-29T19:49:52.796Z] + cd /root/project [2021-03-29T19:49:52.796Z] + [ -f VERSION ] [2021-03-29T19:49:52.796Z] + PROJECT_VERSION=local-dev [2021-03-29T19:49:52.796Z] + git rev-parse --short HEAD [2021-03-29T19:49:52.796Z] + GIT_REVISION=230efa91 [2021-03-29T19:49:52.796Z] + snapcraftctl set-version local-dev [2021-03-29T19:49:52.796Z] Skipping build go-build-helper (already ran) [2021-03-29T19:49:52.796Z] Building app-service-config [2021-03-29T19:49:52.796Z] + make build [2021-03-29T19:49:52.796Z] CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.0.0-dev.35 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=0.0.0" -o app-service-configurable [2021-03-29T19:49:55.343Z] go: downloading github.com/edgexfoundry/app-functions-sdk-go/v2 v2.0.0-dev.35 [2021-03-29T19:49:55.343Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.56 [2021-03-29T19:49:55.343Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.22 [2021-03-29T19:49:55.343Z] go: downloading github.com/google/uuid v1.2.0 [2021-03-29T19:49:55.343Z] go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.3 [2021-03-29T19:49:55.343Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.9 [2021-03-29T19:49:55.343Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.6 [2021-03-29T19:49:55.343Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.4 [2021-03-29T19:49:55.605Z] go: downloading github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 [2021-03-29T19:49:55.605Z] go: downloading github.com/pebbe/zmq4 v1.2.5 [2021-03-29T19:49:55.605Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2021-03-29T19:49:55.605Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-03-29T19:49:55.605Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-03-29T19:49:55.605Z] go: downloading github.com/hashicorp/consul/api v1.8.1 [2021-03-29T19:49:55.605Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-03-29T19:49:55.865Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-03-29T19:49:55.865Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-03-29T19:49:55.865Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2021-03-29T19:49:55.865Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.2 [2021-03-29T19:49:55.865Z] go: downloading github.com/go-playground/validator/v10 v10.3.0 [2021-03-29T19:49:56.127Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-03-29T19:49:56.127Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-03-29T19:49:56.127Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-03-29T19:49:56.388Z] go: downloading github.com/hashicorp/go-hclog v0.12.0 [2021-03-29T19:49:56.388Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-03-29T19:49:56.388Z] go: downloading github.com/mattn/go-isatty v0.0.12 [2021-03-29T19:49:56.388Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.3.2 [2021-03-29T19:49:56.388Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-03-29T19:49:56.388Z] go: downloading github.com/fatih/color v1.9.0 [2021-03-29T19:49:56.657Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-03-29T19:49:56.657Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-03-29T19:49:56.657Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-03-29T19:49:56.657Z] go: downloading github.com/mattn/go-colorable v0.1.6 [2021-03-29T19:49:56.657Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-03-29T19:49:56.657Z] go: downloading github.com/x448/float16 v0.8.4 [2021-03-29T19:49:56.657Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-03-29T19:49:56.657Z] go: downloading golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd [2021-03-29T19:49:56.657Z] go: downloading github.com/hashicorp/serf v0.9.5 [2021-03-29T19:49:56.657Z] go: downloading golang.org/x/net v0.0.0-20200425230154-ff2c4b7c35a0 [2021-03-29T19:49:56.657Z] go: downloading github.com/gorilla/websocket v1.4.2 [2021-03-29T19:49:56.917Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-03-29T19:49:56.917Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-03-29T19:49:56.918Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-03-29T19:49:56.918Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-03-29T19:50:06.922Z] + install -DT ./app-service-configurable /root/parts/app-service-config/install/bin/app-service-configurable [2021-03-29T19:50:06.922Z] + install -DT ./res/rules-engine/configuration.toml /root/parts/app-service-config/install/config/app-service-configurable/res/rules-engine/configuration.toml [2021-03-29T19:50:06.922Z] + install -DT ./Attribution.txt /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/Attribution.txt [2021-03-29T19:50:06.922Z] + install -DT ./LICENSE /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/LICENSE [2021-03-29T19:50:06.922Z] Building config-common [2021-03-29T19:50:06.922Z] + snapcraftctl build [2021-03-29T19:50:08.837Z] Building edgex-go [2021-03-29T19:50:08.837Z] + cd /root/parts/edgex-go/src [2021-03-29T19:50:08.837Z] + make build [2021-03-29T19:50:08.837Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-03-29T19:50:09.099Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.62 [2021-03-29T19:50:09.099Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.10 [2021-03-29T19:50:09.099Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-03-29T19:50:09.359Z] go: downloading github.com/imdario/mergo v0.3.12 [2021-03-29T19:50:09.359Z] go: downloading github.com/pkg/errors v0.8.1 [2021-03-29T19:50:09.359Z] go: downloading github.com/go-playground/validator/v10 v10.4.1 [2021-03-29T19:50:09.359Z] go: downloading golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 [2021-03-29T19:50:13.554Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-03-29T19:50:13.554Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-03-29T19:50:17.754Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-03-29T19:50:19.137Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-03-29T19:50:20.519Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-03-29T19:50:21.089Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-03-29T19:50:21.349Z] go: downloading github.com/stretchr/testify v1.7.0 [2021-03-29T19:50:21.609Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-03-29T19:50:21.609Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-03-29T19:50:21.609Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-03-29T19:50:23.518Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-03-29T19:50:23.518Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-03-29T19:50:23.518Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-03-29T19:50:24.899Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-03-29T19:50:26.283Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-03-29T19:50:27.224Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-03-29T19:50:28.610Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-03-29T19:50:28.610Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-03-29T19:50:29.991Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-03-29T19:50:29.991Z] go: downloading github.com/lib/pq v1.9.0 [2021-03-29T19:50:31.915Z] + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command [2021-03-29T19:50:31.915Z] + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml [2021-03-29T19:50:31.915Z] + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data [2021-03-29T19:50:31.915Z] + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml [2021-03-29T19:50:31.915Z] + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata [2021-03-29T19:50:31.915Z] + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml [2021-03-29T19:50:31.915Z] + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications [2021-03-29T19:50:31.915Z] + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml [2021-03-29T19:50:31.915Z] + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler [2021-03-29T19:50:31.915Z] + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml [2021-03-29T19:50:31.915Z] + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent [2021-03-29T19:50:31.915Z] + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml [2021-03-29T19:50:31.915Z] + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup [2021-03-29T19:50:31.915Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml [2021-03-29T19:50:31.915Z] + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup [2021-03-29T19:50:31.915Z] + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml [2021-03-29T19:50:31.915Z] + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider [2021-03-29T19:50:31.915Z] + install -DT ./cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /root/parts/edgex-go/install/config/security-file-token-provider/res/configuration.toml [2021-03-29T19:50:31.915Z] + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper [2021-03-29T19:50:31.915Z] + install -DT ./cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res-bootstrap-redis/configuration.toml [2021-03-29T19:50:31.915Z] + install -DT ./cmd/security-bootstrapper/res/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res/configuration.toml [2021-03-29T19:50:31.915Z] + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config [2021-03-29T19:50:31.915Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml [2021-03-29T19:50:31.915Z] + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt [2021-03-29T19:50:31.915Z] + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE [2021-03-29T19:50:31.915Z] + cp ./cmd/security-file-token-provider/res/token-config.json /root/parts/edgex-go/install/config/security-file-token-provider/res/token-config.json [2021-03-29T19:50:35.213Z] Building static-packages [2021-03-29T19:50:35.213Z] + snapcraftctl build [2021-03-29T19:50:36.596Z] Building version [2021-03-29T19:50:36.596Z] + snapcraftctl build [2021-03-29T19:50:38.511Z] Skipping stage go-build-helper (already ran) [2021-03-29T19:50:38.511Z] Staging app-service-config [2021-03-29T19:50:38.511Z] + snapcraftctl stage [2021-03-29T19:50:39.456Z] Staging config-common [2021-03-29T19:50:39.456Z] + snapcraftctl stage [2021-03-29T19:50:40.397Z] Staging edgex-go [2021-03-29T19:50:40.397Z] + snapcraftctl stage [2021-03-29T19:50:41.335Z] Staging static-packages [2021-03-29T19:50:41.335Z] + snapcraftctl stage [2021-03-29T19:50:42.273Z] Staging version [2021-03-29T19:50:42.273Z] + snapcraftctl stage [2021-03-29T19:50:43.215Z] Priming go-build-helper [2021-03-29T19:50:43.215Z] + snapcraftctl prime [2021-03-29T19:50:43.857Z] Priming app-service-config [2021-03-29T19:50:43.857Z] + snapcraftctl prime [2021-03-29T19:50:45.315Z] Priming config-common [2021-03-29T19:50:45.316Z] + snapcraftctl prime [2021-03-29T19:50:45.950Z] Priming edgex-go [2021-03-29T19:50:45.950Z] + snapcraftctl prime [2021-03-29T19:50:47.013Z] Priming static-packages [2021-03-29T19:50:47.013Z] + snapcraftctl prime [2021-03-29T19:50:49.721Z] Priming version [2021-03-29T19:50:49.721Z] + snapcraftctl prime [2021-03-29T19:50:50.370Z] The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-03-29T19:51:13.075Z]  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-03-29T19:51:16.508Z] Removing intermediate container a621284564b3 [2021-03-29T19:51:16.508Z] ---> 0abcc99a17ef [2021-03-29T19:51:16.508Z] [2021-03-29T19:51:16.508Z] Step 10/24 : FROM alpine:3.12 [2021-03-29T19:51:16.508Z] ---> e47305ac9786 [2021-03-29T19:51:16.508Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec [2021-03-29T19:51:16.787Z] ---> Running in 1d69ba1cd5db [2021-03-29T19:51:18.778Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-29T19:51:18.778Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-29T19:51:19.377Z] (1/6) Installing ca-certificates (20191127-r4) [2021-03-29T19:51:19.377Z] (2/6) Installing nghttp2-libs (1.41.0-r0) [2021-03-29T19:51:19.377Z] (3/6) Installing libcurl (7.69.1-r3) [2021-03-29T19:51:19.377Z] (4/6) Installing curl (7.69.1-r3) [2021-03-29T19:51:19.377Z] (5/6) Installing dumb-init (1.2.2-r1) [2021-03-29T19:51:19.377Z] (6/6) Installing su-exec (0.2-r1) [2021-03-29T19:51:19.377Z] Executing busybox-1.31.1-r19.trigger [2021-03-29T19:51:19.653Z] Executing ca-certificates-20191127-r4.trigger [2021-03-29T19:51:19.929Z] OK: 7 MiB in 20 packages [2021-03-29T19:51:22.588Z] Removing intermediate container 1d69ba1cd5db [2021-03-29T19:51:22.588Z] ---> 98962c01c880 [2021-03-29T19:51:22.588Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-29T19:51:22.588Z] ---> Running in 9f7b0b148c1e [2021-03-29T19:51:23.202Z] Removing intermediate container 9f7b0b148c1e [2021-03-29T19:51:23.202Z] ---> c3f0869b6b4e [2021-03-29T19:51:23.202Z] Step 13/24 : WORKDIR / [2021-03-29T19:51:23.475Z] ---> Running in 43dbaee7e6cc [2021-03-29T19:51:24.468Z] Removing intermediate container 43dbaee7e6cc [2021-03-29T19:51:24.468Z] ---> 97a4d99b735f [2021-03-29T19:51:24.751Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-03-29T19:51:26.735Z] ---> a84670cfdafe [2021-03-29T19:51:26.735Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-03-29T19:51:27.724Z] ---> 4cedde30acbe [2021-03-29T19:51:27.724Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-03-29T19:51:27.998Z] Removing intermediate container bbcb6b7d9ac7 [2021-03-29T19:51:27.998Z] ---> 50aef4be05ed [2021-03-29T19:51:27.998Z] [2021-03-29T19:51:27.998Z] Step 10/22 : FROM alpine:3.12 [2021-03-29T19:51:27.998Z] ---> e47305ac9786 [2021-03-29T19:51:27.998Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-03-29T19:51:27.998Z] ---> Using cache [2021-03-29T19:51:27.998Z] ---> 6faea9301231 [2021-03-29T19:51:27.998Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-29T19:51:27.998Z] ---> Using cache [2021-03-29T19:51:27.998Z] ---> e9c162b209c4 [2021-03-29T19:51:27.998Z] Step 13/22 : ENV APP_PORT=48085 [2021-03-29T19:51:28.277Z] ---> Running in b3d826dcd380 [2021-03-29T19:51:28.883Z] ---> 63bbc6cf7411 [2021-03-29T19:51:28.883Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-03-29T19:51:29.159Z] Removing intermediate container b3d826dcd380 [2021-03-29T19:51:29.159Z] ---> 8a3b6ccc0a8e [2021-03-29T19:51:29.159Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-29T19:51:29.761Z] ---> Running in 6c961c7774fe [2021-03-29T19:51:30.370Z] ---> a841522d841c [2021-03-29T19:51:30.370Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-03-29T19:51:30.645Z] Removing intermediate container 6c961c7774fe [2021-03-29T19:51:30.645Z] ---> d99e16f3d718 [2021-03-29T19:51:30.645Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-29T19:51:32.634Z] ---> 3088fadb8f5f [2021-03-29T19:51:32.634Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-03-29T19:51:32.909Z] ---> 5cf57fc6141d [2021-03-29T19:51:32.909Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-03-29T19:51:34.355Z] ---> f3217782b1a1 [2021-03-29T19:51:34.355Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-03-29T19:51:34.355Z] ---> 84d49b63bc1f [2021-03-29T19:51:34.355Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-03-29T19:51:34.628Z] ---> Running in aa2dfa8c4cf0 [2021-03-29T19:51:34.949Z] Removing intermediate container 6618759520e3 [2021-03-29T19:51:34.949Z] ---> 28ea7525d349 [2021-03-29T19:51:34.949Z] [2021-03-29T19:51:34.949Z] Step 10/23 : FROM alpine:3.12 [2021-03-29T19:51:34.949Z] ---> e47305ac9786 [2021-03-29T19:51:34.949Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-29T19:51:34.949Z] ---> Using cache [2021-03-29T19:51:34.949Z] ---> 6faea9301231 [2021-03-29T19:51:34.949Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-29T19:51:34.949Z] ---> Using cache [2021-03-29T19:51:34.949Z] ---> e9c162b209c4 [2021-03-29T19:51:34.949Z] Step 13/23 : ENV APP_PORT=48081 [2021-03-29T19:51:35.277Z] ---> Running in d5ba40c183ad [2021-03-29T19:51:35.556Z] ---> ac307f82be34 [2021-03-29T19:51:35.556Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-03-29T19:51:35.865Z] ---> Running in efadde8d2697 [2021-03-29T19:51:35.865Z] Removing intermediate container d5ba40c183ad [2021-03-29T19:51:35.865Z] ---> 157e0fe45314 [2021-03-29T19:51:35.865Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-29T19:51:36.158Z] ---> Running in 9123ae77003f [2021-03-29T19:51:36.432Z] Removing intermediate container efadde8d2697 [2021-03-29T19:51:36.432Z] ---> 11794a756fdf [2021-03-29T19:51:36.432Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-29T19:51:36.706Z] ---> Running in 4931cc4f3916 [2021-03-29T19:51:36.982Z] Removing intermediate container 9123ae77003f [2021-03-29T19:51:36.982Z] ---> 84cb35c8af5a [2021-03-29T19:51:36.982Z] Step 15/23 : WORKDIR / [2021-03-29T19:51:37.254Z] ---> Running in bcfea526c978 [2021-03-29T19:51:37.254Z] Removing intermediate container 4931cc4f3916 [2021-03-29T19:51:37.254Z] ---> 06d6680da586 [2021-03-29T19:51:37.254Z] Step 20/22 : LABEL arch=arm64 [2021-03-29T19:51:37.527Z] ---> Running in ca22f07490cf [2021-03-29T19:51:37.798Z] Removing intermediate container bcfea526c978 [2021-03-29T19:51:37.798Z] ---> dd667e2c53ab [2021-03-29T19:51:37.798Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-29T19:51:37.798Z] Removing intermediate container aa2dfa8c4cf0 [2021-03-29T19:51:37.798Z] ---> ea4fb0e543be [2021-03-29T19:51:37.798Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-03-29T19:51:38.071Z] ---> Running in 850a75a77cea [2021-03-29T19:51:38.341Z] Removing intermediate container ca22f07490cf [2021-03-29T19:51:38.341Z] ---> 43d55b97b680 [2021-03-29T19:51:38.341Z] Step 21/22 : LABEL git_sha=230efa915a5a331c14751e0f7925e6b0f52b8528 [2021-03-29T19:51:38.614Z] ---> Running in 7739e2143c8d [2021-03-29T19:51:38.885Z] Removing intermediate container 850a75a77cea [2021-03-29T19:51:38.885Z] ---> 1d9c8bc1b3e4 [2021-03-29T19:51:38.885Z] Step 22/24 : LABEL arch=arm64 [2021-03-29T19:51:38.885Z] ---> cf34cf7ae66f [2021-03-29T19:51:38.885Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-03-29T19:51:39.157Z] ---> Running in f8be1c4854e1 [2021-03-29T19:51:39.157Z] Removing intermediate container 7739e2143c8d [2021-03-29T19:51:39.157Z] ---> 8f73be715413 [2021-03-29T19:51:39.157Z] Step 22/22 : LABEL version=0.0.0 [2021-03-29T19:51:39.435Z] ---> Running in 5bb52b31f462 [2021-03-29T19:51:40.030Z] Removing intermediate container f8be1c4854e1 [2021-03-29T19:51:40.030Z] ---> ab6a58a619da [2021-03-29T19:51:40.030Z] Step 23/24 : LABEL git_sha=230efa915a5a331c14751e0f7925e6b0f52b8528 [2021-03-29T19:51:40.306Z] Removing intermediate container 5bb52b31f462 [2021-03-29T19:51:40.306Z] ---> 2da2bccf4383 [2021-03-29T19:51:40.306Z] [2021-03-29T19:51:40.580Z] ---> Running in d40d217f7b83 [2021-03-29T19:51:40.580Z] ---> 0f21c4ed2897 [2021-03-29T19:51:40.580Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-03-29T19:51:40.852Z] Successfully built 2da2bccf4383 [2021-03-29T19:51:41.129Z] Removing intermediate container 9fcce929eac4 [2021-03-29T19:51:41.129Z] ---> 2f97cca8f267 [2021-03-29T19:51:41.129Z] [2021-03-29T19:51:41.129Z] Step 10/23 : FROM alpine:3.12 [2021-03-29T19:51:41.129Z] ---> e47305ac9786 [2021-03-29T19:51:41.129Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-03-29T19:51:41.129Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-03-29T19:51:41.129Z]  Building docker-support-scheduler-go ... done Removing intermediate container d40d217f7b83 [2021-03-29T19:51:41.129Z] ---> 64b44f287bd4 [2021-03-29T19:51:41.129Z] Step 24/24 : LABEL version=0.0.0 [2021-03-29T19:51:41.129Z] ---> Running in a0c87549558c [2021-03-29T19:51:41.408Z] ---> Running in 348e508fe10d [2021-03-29T19:51:41.685Z] ---> d08b8efc836d [2021-03-29T19:51:41.685Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-03-29T19:51:41.685Z] Removing intermediate container a0c87549558c [2021-03-29T19:51:41.685Z] ---> c8c139b0b255 [2021-03-29T19:51:41.685Z] Step 12/23 : ENV APP_PORT=48080 [2021-03-29T19:51:41.963Z] ---> Running in 38a732f0b924 [2021-03-29T19:51:41.963Z] ---> Running in 8c2624678b67 [2021-03-29T19:51:41.963Z] Removing intermediate container 348e508fe10d [2021-03-29T19:51:41.963Z] ---> e6ef1a28f873 [2021-03-29T19:51:41.963Z] [2021-03-29T19:51:42.556Z] Successfully built e6ef1a28f873 [2021-03-29T19:51:42.556Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-03-29T19:51:43.151Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container 8c2624678b67 [2021-03-29T19:51:43.151Z] Removing intermediate container 38a732f0b924 [2021-03-29T19:51:43.151Z] ---> 7bacf13395ba [2021-03-29T19:51:43.151Z] ---> 09fe911dd352 [2021-03-29T19:51:43.151Z] Step 13/23 : EXPOSE $APP_PORTStep 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-29T19:51:43.151Z] [2021-03-29T19:51:43.429Z] ---> Running in bab1954b07a0 [2021-03-29T19:51:43.429Z] ---> Running in 464433a864d1 [2021-03-29T19:51:44.026Z] Removing intermediate container 464433a864d1 [2021-03-29T19:51:44.026Z] Removing intermediate container bab1954b07a0 [2021-03-29T19:51:44.026Z] ---> 501787a199f3 [2021-03-29T19:51:44.026Z] Step 21/23 : LABEL arch=arm64 [2021-03-29T19:51:44.026Z] ---> 9dd4ea651830 [2021-03-29T19:51:44.026Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-29T19:51:44.026Z] ---> Running in c3e943fd7cb2 [2021-03-29T19:51:44.026Z] ---> Running in fbfa39882468 [2021-03-29T19:51:44.624Z] Removing intermediate container c3e943fd7cb2 [2021-03-29T19:51:44.624Z] ---> dbb1329bd05b [2021-03-29T19:51:44.624Z] Step 22/23 : LABEL git_sha=230efa915a5a331c14751e0f7925e6b0f52b8528 [2021-03-29T19:51:44.900Z] ---> Running in 54267406aabb [2021-03-29T19:51:45.173Z] Removing intermediate container 54267406aabb [2021-03-29T19:51:45.173Z] ---> a3b6190699d7 [2021-03-29T19:51:45.173Z] Step 23/23 : LABEL version=0.0.0 [2021-03-29T19:51:45.447Z] ---> Running in f93a29d0c73b [2021-03-29T19:51:46.044Z] Removing intermediate container f93a29d0c73b [2021-03-29T19:51:46.044Z] ---> b5aa7766dc62 [2021-03-29T19:51:46.044Z] [2021-03-29T19:51:46.314Z] Successfully built b5aa7766dc62 [2021-03-29T19:51:46.315Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-03-29T19:51:46.586Z]  Building docker-core-metadata-go ... done Removing intermediate container fbfa39882468 [2021-03-29T19:51:46.586Z] ---> 85e2088104ce [2021-03-29T19:51:46.586Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-03-29T19:51:46.586Z] ---> Running in e4660a5fc66f [2021-03-29T19:51:47.565Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-29T19:51:48.540Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-29T19:51:49.507Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-03-29T19:51:49.507Z] (2/6) Installing libgcc (9.3.0-r2) [2021-03-29T19:51:49.507Z] (3/6) Installing libsodium (1.0.18-r0) [2021-03-29T19:51:49.507Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-03-29T19:51:49.778Z] (5/6) Installing libzmq (4.3.3-r0) [2021-03-29T19:51:50.049Z] (6/6) Installing zeromq (4.3.3-r0) [2021-03-29T19:51:50.049Z] Executing busybox-1.31.1-r19.trigger [2021-03-29T19:51:50.049Z] OK: 8 MiB in 20 packages [2021-03-29T19:51:52.012Z] Removing intermediate container e4660a5fc66f [2021-03-29T19:51:52.012Z] ---> 8db772806aa9 [2021-03-29T19:51:52.012Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-29T19:51:52.282Z] ---> 9fc7e0ee000d [2021-03-29T19:51:52.282Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-03-29T19:51:53.707Z] ---> 1e165b1ad94a [2021-03-29T19:51:53.707Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-03-29T19:51:54.297Z] ---> d71564044a1b [2021-03-29T19:51:54.297Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-03-29T19:51:54.297Z] ---> Running in 2f39f50bcd17 [2021-03-29T19:51:54.888Z] Removing intermediate container 2f39f50bcd17 [2021-03-29T19:51:54.888Z] ---> c68cbd6e0678 [2021-03-29T19:51:54.888Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-29T19:51:54.888Z] ---> Running in 01ee6d67385e [2021-03-29T19:51:55.483Z] Removing intermediate container 01ee6d67385e [2021-03-29T19:51:55.483Z] ---> 027259a28043 [2021-03-29T19:51:55.483Z] Step 21/23 : LABEL arch=arm64 [2021-03-29T19:51:55.483Z] ---> Running in 62fe9e0f5894 [2021-03-29T19:51:56.074Z] Removing intermediate container 62fe9e0f5894 [2021-03-29T19:51:56.074Z] ---> f37f8d17176c [2021-03-29T19:51:56.074Z] Step 22/23 : LABEL git_sha=230efa915a5a331c14751e0f7925e6b0f52b8528 [2021-03-29T19:51:56.074Z] ---> Running in db321596956a [2021-03-29T19:51:56.678Z] Removing intermediate container db321596956a [2021-03-29T19:51:56.678Z] ---> 1c69286af8d2 [2021-03-29T19:51:56.678Z] Step 23/23 : LABEL version=0.0.0 [2021-03-29T19:51:56.678Z] ---> Running in 70df6e279dee [2021-03-29T19:51:57.288Z] Removing intermediate container 70df6e279dee [2021-03-29T19:51:57.288Z] ---> 257a281e2825 [2021-03-29T19:51:57.288Z] [2021-03-29T19:51:57.565Z] Successfully built 257a281e2825 [2021-03-29T19:51:57.565Z] Successfully tagged docker-core-data-go-arm64:latest [2021-03-29T19:51:57.857Z]  Building docker-core-data-go ... done  [Pipeline] } [2021-03-29T19:51:57.838Z] $ docker stop --time=1 b13cc8521349b20a7fdc52f5745a66215cbe3ef1b7d149f066e07e85a72aa922 [2021-03-29T19:51:59.846Z] $ docker rm -f b13cc8521349b20a7fdc52f5745a66215cbe3ef1b7d149f066e07e85a72aa922 [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-29T19:52:00.667Z] + docker images [2021-03-29T19:52:00.667Z] + grep docker [2021-03-29T19:52:00.944Z] docker-core-data-go-arm64 latest 257a281e2825 4 seconds ago 21.4MB [2021-03-29T19:52:00.944Z] docker-core-metadata-go-arm64 latest b5aa7766dc62 15 seconds ago 17.9MB [2021-03-29T19:52:00.944Z] docker-security-secretstore-setup-go-arm64 latest e6ef1a28f873 19 seconds ago 24.4MB [2021-03-29T19:52:00.944Z] docker-support-scheduler-go-arm64 latest 2da2bccf4383 21 seconds ago 16.4MB [2021-03-29T19:52:00.944Z] docker-sys-mgmt-agent-go-arm64 latest 1fe148b4516d 2 minutes ago 301MB [2021-03-29T19:52:00.944Z] docker-security-bootstrapper-go-arm64 latest 2f5a1d06171c 3 minutes ago 17.9MB [2021-03-29T19:52:00.944Z] docker-support-notifications-go-arm64 latest 90e3fbd33fcf 3 minutes ago 16.9MB [2021-03-29T19:52:00.944Z] docker-core-command-go-arm64 latest 36f9f356f2d7 3 minutes ago 16.3MB [2021-03-29T19:52:00.944Z] docker-security-proxy-setup-go-arm64 latest 3cc5f7e7672c 3 minutes ago 24.1MB [2021-03-29T19:52:00.944Z] docker 20.10.0 eeaf43b92773 3 months ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh [2021-03-29T19:52:02.097Z] ---> job-cost.sh [2021-03-29T19:52:02.097Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-Yre1 [2021-03-29T19:52:41.066Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-03-29T19:54:17.800Z] lf-activate-venv(): INFO: Adding /tmp/venv-Yre1/bin to PATH [2021-03-29T19:54:17.800Z] INFO: No Stack... [2021-03-29T19:54:17.800Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-03-29T19:54:17.800Z] INFO: Archiving Costs [Pipeline] sh [2021-03-29T19:54:18.137Z] + cat /w/workspace/edgex-go/3/archives/cost.csv [2021-03-29T19:54:18.137Z] + cut -d, -f6 [Pipeline] lock [2021-03-29T19:54:18.245Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3314-3-stack-cost] [2021-03-29T19:54:18.261Z] Resource [jenkins-edgexfoundry-edgex-go-PR-3314-3-stack-cost] did not exist. Created. [2021-03-29T19:54:18.261Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3314-3-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-03-29T19:54:18.687Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-03-29T19:54:19.044Z] Stashed 1 file(s) [Pipeline] } [2021-03-29T19:54:19.058Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3314-3-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2021-03-29T19:54:20.439Z] provisioning config files... [2021-03-29T19:54:20.451Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/3@tmp/config107717328766939062tmp [Pipeline] { [Pipeline] sh [2021-03-29T19:54:20.855Z] + set +x [2021-03-29T19:54:20.855Z] + curl -s https://codecov.io/bash [2021-03-29T19:54:20.855Z] + bash -s -- [2021-03-29T19:54:21.434Z] [2021-03-29T19:54:21.434Z] _____ _ [2021-03-29T19:54:21.434Z] / ____| | | [2021-03-29T19:54:21.434Z] | | ___ __| | ___ ___ _____ __ [2021-03-29T19:54:21.434Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-03-29T19:54:21.434Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-03-29T19:54:21.434Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-03-29T19:54:21.434Z] Bash-20210309-2b87ace [2021-03-29T19:54:21.434Z] [2021-03-29T19:54:21.434Z] [2021-03-29T19:54:21.434Z] ==> git version 2.24.3 found [2021-03-29T19:54:21.434Z] ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 [2021-03-29T19:54:21.434Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-03-29T19:54:21.434Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-03-29T19:54:21.434Z] ==> Jenkins CI detected. [2021-03-29T19:54:21.434Z] project root: . [2021-03-29T19:54:21.434Z] --> token set from env [2021-03-29T19:54:21.434Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-03-29T19:54:21.434Z] ==> Running gcov in . (disable via -X gcov) [2021-03-29T19:54:21.434Z] ==> Python coveragepy not found [2021-03-29T19:54:21.434Z] ==> Searching for coverage reports in: [2021-03-29T19:54:21.434Z] + . [2021-03-29T19:54:21.434Z] -> Found 1 reports [2021-03-29T19:54:21.434Z] ==> Detecting git/mercurial file structure [2021-03-29T19:54:21.434Z] ==> Reading reports [2021-03-29T19:54:21.434Z] + ./coverage.out bytes=668090 [2021-03-29T19:54:21.434Z] ==> Appending adjustments [2021-03-29T19:54:21.434Z] https://docs.codecov.io/docs/fixing-reports [2021-03-29T19:54:24.747Z] + Found adjustments [2021-03-29T19:54:24.747Z] ==> Gzipping contents [2021-03-29T19:54:24.747Z] 96K /tmp/codecov.ShsHDi.gz [2021-03-29T19:54:24.747Z] ==> Uploading reports [2021-03-29T19:54:24.747Z] url: https://codecov.io [2021-03-29T19:54:24.747Z] query: branch=PR-3314&commit=230efa915a5a331c14751e0f7925e6b0f52b8528&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3314%2F3%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3314&job=&cmd_args= [2021-03-29T19:54:24.747Z] -> Pinging Codecov [2021-03-29T19:54:24.747Z] https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=PR-3314&commit=230efa915a5a331c14751e0f7925e6b0f52b8528&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3314%2F3%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3314&job=&cmd_args= [2021-03-29T19:54:25.320Z] -> Uploading to [2021-03-29T19:54:25.320Z] https://storage.googleapis.com/codecov/v4/raw/2021-03-29/00271124DB129430A58F1EEE437C3FCB/230efa915a5a331c14751e0f7925e6b0f52b8528/18e48b6a-016a-4b11-a82f-f8c335892cce.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210329%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210329T195425Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=8659811f6baed62b271c09f08af5bf874db9a3b373a5fec13a7a509b258f3bff [2021-03-29T19:54:25.320Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-29T19:54:25.320Z] Dload Upload Total Spent Left Speed [2021-03-29T19:54:25.893Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 96848 0 0 100 96848 0 229k --:--:-- --:--:-- --:--:-- 229k 100 96848 0 0 100 96848 0 228k --:--:-- --:--:-- --:--:-- 229k [2021-03-29T19:54:25.893Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/230efa915a5a331c14751e0f7925e6b0f52b8528 [Pipeline] } [2021-03-29T19:54:25.904Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2021-03-29T19:54:27.667Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-29T19:54:28.553Z] ---> package-listing.sh [2021-03-29T19:54:28.553Z] ++ facter osfamily [2021-03-29T19:54:28.553Z] ++ tr '[:upper:]' '[:lower:]' [2021-03-29T19:54:28.553Z] + OS_FAMILY=redhat [2021-03-29T19:54:28.553Z] + workspace=/w/workspace/edgex-go/3 [2021-03-29T19:54:28.553Z] + START_PACKAGES=/tmp/packages_start.txt [2021-03-29T19:54:28.553Z] + END_PACKAGES=/tmp/packages_end.txt [2021-03-29T19:54:28.553Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-03-29T19:54:28.553Z] + PACKAGES=/tmp/packages_start.txt [2021-03-29T19:54:28.553Z] + '[' /w/workspace/edgex-go/3 ']' [2021-03-29T19:54:28.553Z] + PACKAGES=/tmp/packages_end.txt [2021-03-29T19:54:28.553Z] + case "${OS_FAMILY}" in [2021-03-29T19:54:28.553Z] + rpm -qa [2021-03-29T19:54:28.553Z] + sort [2021-03-29T19:54:33.859Z] + '[' -f /tmp/packages_start.txt ']' [2021-03-29T19:54:33.859Z] + '[' -f /tmp/packages_end.txt ']' [2021-03-29T19:54:33.859Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-03-29T19:54:33.859Z] + '[' /w/workspace/edgex-go/3 ']' [2021-03-29T19:54:33.860Z] + mkdir -p /w/workspace/edgex-go/3/archives/ [2021-03-29T19:54:33.860Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/3/archives/ [Pipeline] echo [2021-03-29T19:54:33.874Z] 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/3/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-03-29T19:54:34.170Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-03-29T19:54:34.483Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-29T19:54:34.483Z] [2021-03-29T19:54:34.483Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-03-29T19:54:34.848Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-29T19:54:34.849Z] alpine: Pulling from edgex-lftools-log-publisher [2021-03-29T19:54:34.849Z] df20fa9351a1: Pulling fs layer [2021-03-29T19:54:34.849Z] 36b3adc4ff6f: Pulling fs layer [2021-03-29T19:54:34.849Z] 8ad3a11d3b57: Pulling fs layer [2021-03-29T19:54:34.849Z] 46f8f816bc3b: Pulling fs layer [2021-03-29T19:54:34.849Z] 93b61091891f: Pulling fs layer [2021-03-29T19:54:34.849Z] 93b9cdb0e59b: Pulling fs layer [2021-03-29T19:54:34.849Z] 5e14af77c1be: Pulling fs layer [2021-03-29T19:54:34.849Z] 01666e4c0597: Pulling fs layer [2021-03-29T19:54:34.849Z] aa168da1d23b: Pulling fs layer [2021-03-29T19:54:34.849Z] 46f8f816bc3b: Waiting [2021-03-29T19:54:34.849Z] 93b61091891f: Waiting [2021-03-29T19:54:34.849Z] 5e14af77c1be: Waiting [2021-03-29T19:54:34.849Z] 01666e4c0597: Waiting [2021-03-29T19:54:34.849Z] 36b3adc4ff6f: Verifying Checksum [2021-03-29T19:54:34.849Z] 36b3adc4ff6f: Download complete [2021-03-29T19:54:34.849Z] 46f8f816bc3b: Verifying Checksum [2021-03-29T19:54:34.849Z] 46f8f816bc3b: Download complete [2021-03-29T19:54:35.116Z] df20fa9351a1: Verifying Checksum [2021-03-29T19:54:35.116Z] df20fa9351a1: Download complete [2021-03-29T19:54:35.116Z] 93b9cdb0e59b: Verifying Checksum [2021-03-29T19:54:35.116Z] 93b9cdb0e59b: Download complete [2021-03-29T19:54:35.116Z] 93b61091891f: Verifying Checksum [2021-03-29T19:54:35.116Z] 93b61091891f: Download complete [2021-03-29T19:54:35.116Z] 5e14af77c1be: Verifying Checksum [2021-03-29T19:54:35.116Z] 5e14af77c1be: Download complete [2021-03-29T19:54:35.116Z] 01666e4c0597: Verifying Checksum [2021-03-29T19:54:35.116Z] 01666e4c0597: Download complete [2021-03-29T19:54:35.116Z] 8ad3a11d3b57: Verifying Checksum [2021-03-29T19:54:35.116Z] 8ad3a11d3b57: Download complete [2021-03-29T19:54:35.386Z] df20fa9351a1: Pull complete [2021-03-29T19:54:35.657Z] 36b3adc4ff6f: Pull complete [2021-03-29T19:54:37.059Z] aa168da1d23b: Verifying Checksum [2021-03-29T19:54:37.059Z] aa168da1d23b: Download complete [2021-03-29T19:54:38.007Z] 8ad3a11d3b57: Pull complete [2021-03-29T19:54:38.269Z] 46f8f816bc3b: Pull complete [2021-03-29T19:54:39.659Z] 93b61091891f: Pull complete [2021-03-29T19:54:39.659Z] 93b9cdb0e59b: Pull complete [2021-03-29T19:54:39.659Z] 5e14af77c1be: Pull complete [2021-03-29T19:54:39.924Z] 01666e4c0597: Pull complete [2021-03-29T19:54:48.123Z] aa168da1d23b: Pull complete [2021-03-29T19:54:48.123Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-03-29T19:54:48.123Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-29T19:54:48.123Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-03-29T19:54:48.308Z] prd-centos7-docker-4c-2g-31827 does not seem to be running inside a container [2021-03-29T19:54:48.361Z] $ 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/3/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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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-lftools-log-publisher:alpine cat [2021-03-29T19:54:52.402Z] $ docker top 3ecd52ff6340da82c089f535bab1381c8cc98119ff32e902d0385767e68e223b -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-29T19:54:52.992Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-03-29T19:54:53.299Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-03-29T19:54:53.602Z] + ls /var/log/sa-host [2021-03-29T19:54:53.602Z] + sadf -c /var/log/sa-host/sa23 [2021-03-29T19:54:53.602Z] file_magic: OK [2021-03-29T19:54:53.602Z] HZ: Using current value: 100 [2021-03-29T19:54:53.602Z] file_header: OK [2021-03-29T19:54:53.602Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-03-29T19:54:53.602Z] Statistics: [2021-03-29T19:54:53.602Z] Hnuu...uuuununununu... [2021-03-29T19:54:53.602Z] File successfully converted to sysstat format version 12.2.1 [2021-03-29T19:54:53.602Z] + sadf -c /var/log/sa-host/sa29 [2021-03-29T19:54:53.602Z] file_magic: OK [2021-03-29T19:54:53.602Z] HZ: Using current value: 100 [2021-03-29T19:54:53.602Z] file_header: OK [2021-03-29T19:54:53.603Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-03-29T19:54:53.603Z] Statistics: [2021-03-29T19:54:53.603Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-03-29T19:54:53.603Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-03-29T19:54:53.841Z] provisioning config files... [2021-03-29T19:54:53.861Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/3@tmp/config2540066514257528606tmp [Pipeline] { [Pipeline] echo [2021-03-29T19:54:53.951Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-29T19:54:54.255Z] ---> create-netrc.sh [Pipeline] } [2021-03-29T19:54:54.265Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-03-29T19:54:54.350Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-29T19:54:54.648Z] ---> python-tools-install.sh [Pipeline] echo [2021-03-29T19:54:54.660Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-29T19:54:55.117Z] ---> sudo-logs.sh [2021-03-29T19:54:55.117Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-03-29T19:54:55.282Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-29T19:54:55.581Z] ---> job-cost.sh [2021-03-29T19:54:55.581Z] lf-activate-venv: SKIPPING [2021-03-29T19:54:55.581Z] DEBUG: total: 0.20999999344348907 [2021-03-29T19:54:55.581Z] INFO: Retrieving Stack Cost... [2021-03-29T19:54:56.528Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-03-29T19:54:57.101Z] INFO: Archiving Costs [Pipeline] echo [2021-03-29T19:54:57.116Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-29T19:54:57.445Z] ---> logs-deploy.sh [2021-03-29T19:54:57.445Z] lf-activate-venv: SKIPPING [2021-03-29T19:54:57.445Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3314/3 [2021-03-29T19:54:57.445Z] INFO: archiving workspace using pattern(s): [2021-03-29T19:54:58.833Z] Archives upload complete. [2021-03-29T19:54:58.833Z] INFO: archiving logs to Nexus