Pull request #3423 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from b91a20da177c7cf0cbbb1a081435ab1666a7fa7d+40097948026cfcf365777e8965120a46082f11c2 (325ab4ac6eff830470c33b66d97a7c8e2eb2cf94) 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 aa25fb65c2461e649b1a162fbf19ec71f4863fbd 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 aa25fb65c2461e649b1a162fbf19ec71f4863fbd 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 aa25fb65c2461e649b1a162fbf19ec71f4863fbd (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f aa25fb65c2461e649b1a162fbf19ec71f4863fbd # timeout=10 Commit message: "Merge pull request #336 from ernestojeda/golang-1.16" > 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.16 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-3080 in /w/workspace/edgexfoundry_edgex-go_PR-3423 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/2 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Merging remotes/origin/master commit 40097948026cfcf365777e8965120a46082f11c2 into PR head commit b91a20da177c7cf0cbbb1a081435ab1666a7fa7d Merge succeeded, producing b91a20da177c7cf0cbbb1a081435ab1666a7fa7d Checking out Revision b91a20da177c7cf0cbbb1a081435ab1666a7fa7d (PR-3423) > 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/3423/head:refs/remotes/origin/PR-3423 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f b91a20da177c7cf0cbbb1a081435ab1666a7fa7d # 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 40097948026cfcf365777e8965120a46082f11c2 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f b91a20da177c7cf0cbbb1a081435ab1666a7fa7d # 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-05-05T20:09:03.759Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-05-05T20:09:03.848Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-05-05T20:09:03.875Z] ========================================================= [2021-05-05T20:09:03.875Z] EdgeX Global Pipelines Version Info [2021-05-05T20:09:03.875Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk 07da259a2bb134c1886491919ba7e2f116e15bd4 # timeout=10 [2021-05-05T20:09:06.303Z] ------------------- [2021-05-05T20:09:06.304Z] stable info: [2021-05-05T20:09:06.304Z] ------------------- [2021-05-05T20:09:06.304Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-05-05T20:09:06.304Z] Commit SHA: aa25fb65c2461e649b1a162fbf19ec71f4863fbd [2021-05-05T20:09:06.304Z] Message: update stable to v1.0.191 [2021-05-05T20:09:07.391Z] ------------------- [2021-05-05T20:09:07.391Z] experimental info: [2021-05-05T20:09:07.391Z] ------------------- [2021-05-05T20:09:07.391Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-05-05T20:09:07.391Z] Commit SHA: aa25fb65c2461e649b1a162fbf19ec71f4863fbd [2021-05-05T20:09:07.391Z] Message: update experimental to v1.0.191 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-05-05T20:09:07.607Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-05-05T20:09:07.629Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-05-05T20:09:07.649Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-05-05T20:09:07.669Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-05-05T20:09:07.690Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-05-05T20:09:07.712Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.16 [Pipeline] echo [2021-05-05T20:09:07.733Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] echo [2021-05-05T20:09:07.755Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-05-05T20:09:07.777Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-05-05T20:09:07.797Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-05-05T20:09:07.817Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-05-05T20:09:07.837Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-05-05T20:09:07.856Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-05-05T20:09:07.876Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-05-05T20:09:07.895Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-05-05T20:09:07.917Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-05-05T20:09:07.938Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-05-05T20:09:07.959Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-05-05T20:09:08.007Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-05-05T20:09:08.032Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-05-05T20:09:08.057Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-05-05T20:09:08.081Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-05-05T20:09:08.108Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3423 [Pipeline] echo [2021-05-05T20:09:08.134Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3423 [Pipeline] echo [2021-05-05T20:09:08.161Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3423 [Pipeline] echo [2021-05-05T20:09:08.192Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = b91a20da177c7cf0cbbb1a081435ab1666a7fa7d [Pipeline] echo [2021-05-05T20:09:08.226Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = b91a20d [Pipeline] echo [2021-05-05T20:09:08.262Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-05-05T20:09:08.393Z] provisioning config files... [2021-05-05T20:09:08.448Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/2@tmp/config1006923415779356472tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-05-05T20:09:08.901Z] ---> docker-login.sh [2021-05-05T20:09:08.901Z] nexus3.edgexfoundry.org:10001 [2021-05-05T20:09:09.940Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-05T20:09:10.230Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-05T20:09:10.230Z] Configure a credential helper to remove this warning. See [2021-05-05T20:09:10.230Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-05T20:09:10.230Z] [2021-05-05T20:09:10.230Z] Login Succeeded [2021-05-05T20:09:10.230Z] nexus3.edgexfoundry.org:10002 [2021-05-05T20:09:10.518Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-05T20:09:10.858Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-05T20:09:10.858Z] Configure a credential helper to remove this warning. See [2021-05-05T20:09:10.858Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-05T20:09:10.858Z] [2021-05-05T20:09:10.858Z] Login Succeeded [2021-05-05T20:09:10.858Z] nexus3.edgexfoundry.org:10003 [2021-05-05T20:09:11.529Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-05T20:09:11.530Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-05T20:09:11.530Z] Configure a credential helper to remove this warning. See [2021-05-05T20:09:11.530Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-05T20:09:11.530Z] [2021-05-05T20:09:11.530Z] Login Succeeded [2021-05-05T20:09:11.530Z] nexus3.edgexfoundry.org:10004 [2021-05-05T20:09:11.811Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-05T20:09:12.125Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-05T20:09:12.125Z] Configure a credential helper to remove this warning. See [2021-05-05T20:09:12.125Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-05T20:09:12.125Z] [2021-05-05T20:09:12.125Z] Login Succeeded [2021-05-05T20:09:12.125Z] docker.io [2021-05-05T20:09:12.407Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-05T20:09:12.677Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-05T20:09:12.677Z] Configure a credential helper to remove this warning. See [2021-05-05T20:09:12.677Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-05T20:09:12.677Z] [2021-05-05T20:09:12.677Z] Login Succeeded [2021-05-05T20:09:12.961Z] ---> docker-login.sh ends [Pipeline] } [2021-05-05T20:09:12.976Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-05-05T20:09:13.334Z] ++ 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-05-05T20:09:13.334Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-05T20:09:13.334Z] ++ dirname cmd/core-command/Dockerfile [2021-05-05T20:09:13.334Z] ++ cut -d/ -f2 [2021-05-05T20:09:13.334Z] + echo core-command,cmd/core-command/Dockerfile [2021-05-05T20:09:13.334Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-05T20:09:13.334Z] ++ dirname cmd/core-data/Dockerfile [2021-05-05T20:09:13.334Z] ++ cut -d/ -f2 [2021-05-05T20:09:13.334Z] + echo core-data,cmd/core-data/Dockerfile [2021-05-05T20:09:13.334Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-05T20:09:13.334Z] ++ dirname cmd/core-metadata/Dockerfile [2021-05-05T20:09:13.334Z] ++ cut -d/ -f2 [2021-05-05T20:09:13.334Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-05-05T20:09:13.334Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-05T20:09:13.334Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-05-05T20:09:13.334Z] ++ cut -d/ -f2 [2021-05-05T20:09:13.334Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-05-05T20:09:13.334Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-05T20:09:13.334Z] ++ cut -d/ -f2 [2021-05-05T20:09:13.334Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-05-05T20:09:13.334Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-05-05T20:09:13.334Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-05T20:09:13.334Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-05-05T20:09:13.334Z] ++ cut -d/ -f2 [2021-05-05T20:09:13.334Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-05-05T20:09:13.334Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-05T20:09:13.334Z] ++ dirname cmd/support-notifications/Dockerfile [2021-05-05T20:09:13.334Z] ++ cut -d/ -f2 [2021-05-05T20:09:13.334Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-05-05T20:09:13.334Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-05T20:09:13.334Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-05-05T20:09:13.334Z] ++ cut -d/ -f2 [2021-05-05T20:09:13.334Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-05-05T20:09:13.334Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-05T20:09:13.334Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-05-05T20:09:13.334Z] ++ cut -d/ -f2 [2021-05-05T20:09:13.334Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-05-05T20:09:13.521Z] 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-05-05T20:09:14.237Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-05T20:09:14.237Z] [2021-05-05T20:09:14.237Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-05-05T20:09:14.585Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-05T20:09:14.585Z] latest: Pulling from edgex-devops/git-semver [2021-05-05T20:09:14.585Z] 31603596830f: Pulling fs layer [2021-05-05T20:09:14.585Z] 54011a49482f: Pulling fs layer [2021-05-05T20:09:14.585Z] a6820b24f6d8: Pulling fs layer [2021-05-05T20:09:14.585Z] f581987b2513: Pulling fs layer [2021-05-05T20:09:14.585Z] f581987b2513: Waiting [2021-05-05T20:09:14.585Z] 54011a49482f: Download complete [2021-05-05T20:09:14.870Z] 31603596830f: Verifying Checksum [2021-05-05T20:09:14.870Z] 31603596830f: Download complete [2021-05-05T20:09:14.870Z] f581987b2513: Verifying Checksum [2021-05-05T20:09:14.870Z] f581987b2513: Download complete [2021-05-05T20:09:15.160Z] a6820b24f6d8: Verifying Checksum [2021-05-05T20:09:15.160Z] a6820b24f6d8: Download complete [2021-05-05T20:09:15.469Z] 31603596830f: Pull complete [2021-05-05T20:09:15.752Z] 54011a49482f: Pull complete [2021-05-05T20:09:18.524Z] a6820b24f6d8: Pull complete [2021-05-05T20:09:19.210Z] f581987b2513: Pull complete [2021-05-05T20:09:19.501Z] Digest: sha256:772af3cb61214e5a22880db9bb273bb039d0aa3a8f4edfa0c1def8b4e20ea536 [2021-05-05T20:09:19.501Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-05T20:09:19.501Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-05-05T20:09:20.063Z] prd-centos7-docker-4c-2g-3080 does not seem to be running inside a container [2021-05-05T20:09:20.263Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-05-05T20:09:23.742Z] $ docker top 0317362a370896a0dd4a9700a8495b0bb7378015f60d435604859c1662eb7f0f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-05-05T20:09:24.168Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-05-05T20:09:24.168Z] [ssh-agent] Looking for ssh-agent implementation... [2021-05-05T20:09:24.822Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-05-05T20:09:24.828Z] $ docker exec 0317362a370896a0dd4a9700a8495b0bb7378015f60d435604859c1662eb7f0f ssh-agent [2021-05-05T20:09:25.147Z] SSH_AUTH_SOCK=/tmp/ssh-f8AuQsK4jQfs/agent.11 [2021-05-05T20:09:25.147Z] SSH_AGENT_PID=16 [2021-05-05T20:09:25.192Z] Running ssh-add (command line suppressed) [2021-05-05T20:09:25.429Z] Identity added: /w/workspace/edgex-go/2@tmp/private_key_7727802486442515376.key (/w/workspace/edgex-go/2@tmp/private_key_7727802486442515376.key) [2021-05-05T20:09:25.572Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-05-05T20:09:25.938Z] + git tag --points-at HEAD [Pipeline] } [2021-05-05T20:09:26.262Z] $ docker exec --env ******** --env ******** 0317362a370896a0dd4a9700a8495b0bb7378015f60d435604859c1662eb7f0f ssh-agent -k [2021-05-05T20:09:26.590Z] unset SSH_AUTH_SOCK; [2021-05-05T20:09:26.591Z] unset SSH_AGENT_PID; [2021-05-05T20:09:26.591Z] echo Agent pid 16 killed; [2021-05-05T20:09:26.706Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-05-05T20:09:26.761Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-05-05T20:09:26.761Z] [ssh-agent] Looking for ssh-agent implementation... [2021-05-05T20:09:27.154Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-05-05T20:09:27.160Z] $ docker exec 0317362a370896a0dd4a9700a8495b0bb7378015f60d435604859c1662eb7f0f ssh-agent [2021-05-05T20:09:27.539Z] SSH_AUTH_SOCK=/tmp/ssh-Bva9NUi0o9x5/agent.45 [2021-05-05T20:09:27.539Z] SSH_AGENT_PID=50 [2021-05-05T20:09:27.555Z] Running ssh-add (command line suppressed) [2021-05-05T20:09:27.823Z] Identity added: /w/workspace/edgex-go/2@tmp/private_key_7212278425421532464.key (/w/workspace/edgex-go/2@tmp/private_key_7212278425421532464.key) [2021-05-05T20:09:27.927Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-05-05T20:09:28.609Z] + git semver init [2021-05-05T20:09:28.609Z] # -> Open(): unable to determine branch for HEAD [2021-05-05T20:09:28.609Z] # $GIT_DIR = /w/workspace/edgex-go/2/.git [2021-05-05T20:09:28.609Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/2 [2021-05-05T20:09:28.609Z] # $SEMVER_REMOTE_NAME = origin [2021-05-05T20:09:28.609Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-05-05T20:09:28.609Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-05-05T20:09:28.609Z] # $SEMVER_BRANCH = PR-3423 [2021-05-05T20:09:28.609Z] # $SEMVER_TEMP = /tmp/semver-273268969 [2021-05-05T20:09:28.609Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-05-05T20:09:56.074Z] # '/tmp/semver-273268969' -> '/w/workspace/edgex-go/2/.semver' [2021-05-05T20:09:56.347Z] # -> Force: false [2021-05-05T20:09:56.347Z] # $SEMVER_DIR = /w/workspace/edgex-go/2/.semver [Pipeline] } [2021-05-05T20:09:56.374Z] $ docker exec --env ******** --env ******** 0317362a370896a0dd4a9700a8495b0bb7378015f60d435604859c1662eb7f0f ssh-agent -k [2021-05-05T20:09:56.806Z] unset SSH_AUTH_SOCK; [2021-05-05T20:09:56.807Z] unset SSH_AGENT_PID; [2021-05-05T20:09:56.807Z] echo Agent pid 50 killed; [2021-05-05T20:09:56.928Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-05-05T20:09:57.416Z] + git semver [Pipeline] } [2021-05-05T20:09:57.725Z] $ docker stop --time=1 0317362a370896a0dd4a9700a8495b0bb7378015f60d435604859c1662eb7f0f [2021-05-05T20:10:00.056Z] $ docker rm -f 0317362a370896a0dd4a9700a8495b0bb7378015f60d435604859c1662eb7f0f [Pipeline] // withDockerContainer [Pipeline] sh [2021-05-05T20:10:00.640Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-05-05T20:10:02.402Z] Stashed 1 file(s) [Pipeline] echo [2021-05-05T20:10:02.406Z] [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-05-05T20:10:03.015Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-05-05T20:10:03.407Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-05-05T20:10:03.829Z] + sudo service docker restart [2021-05-05T20:10:03.830Z] + true [2021-05-05T20:10:03.830Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-05-05T20:10:05.456Z] ========================================================= [2021-05-05T20:10:05.456Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine] [2021-05-05T20:10:05.456Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-05-05T20:10:05.948Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine . [2021-05-05T20:10:16.504Z] Sending build context to Docker daemon 329.9MB [2021-05-05T20:10:16.504Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-05-05T20:10:16.504Z] Step 2/6 : FROM ${BASE} [2021-05-05T20:10:16.808Z] 1.16-alpine: Pulling from edgex-devops/edgex-golang-base [2021-05-05T20:10:16.808Z] 540db60ca938: Pulling fs layer [2021-05-05T20:10:16.808Z] adcc1eea9eea: Pulling fs layer [2021-05-05T20:10:16.808Z] 4c4ab2625f07: Pulling fs layer [2021-05-05T20:10:16.808Z] 0510c868ecb4: Pulling fs layer [2021-05-05T20:10:16.808Z] afea3b2eda06: Pulling fs layer [2021-05-05T20:10:16.808Z] 7809a108b3ef: Pulling fs layer [2021-05-05T20:10:16.808Z] f706445af74f: Pulling fs layer [2021-05-05T20:10:16.808Z] afea3b2eda06: Waiting [2021-05-05T20:10:16.808Z] 7809a108b3ef: Waiting [2021-05-05T20:10:16.808Z] f706445af74f: Waiting [2021-05-05T20:10:16.808Z] 0510c868ecb4: Waiting [2021-05-05T20:10:17.110Z] 4c4ab2625f07: Verifying Checksum [2021-05-05T20:10:17.110Z] 4c4ab2625f07: Download complete [2021-05-05T20:10:17.110Z] adcc1eea9eea: Verifying Checksum [2021-05-05T20:10:17.110Z] adcc1eea9eea: Download complete [2021-05-05T20:10:17.110Z] afea3b2eda06: Verifying Checksum [2021-05-05T20:10:17.110Z] afea3b2eda06: Download complete [2021-05-05T20:10:17.110Z] 7809a108b3ef: Verifying Checksum [2021-05-05T20:10:17.110Z] 7809a108b3ef: Download complete [2021-05-05T20:10:17.391Z] 540db60ca938: Verifying Checksum [2021-05-05T20:10:17.391Z] 540db60ca938: Download complete [2021-05-05T20:10:17.559Z] Still waiting to schedule task [2021-05-05T20:10:17.559Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2021-05-05T20:10:18.007Z] 540db60ca938: Pull complete [2021-05-05T20:10:18.291Z] adcc1eea9eea: Pull complete [2021-05-05T20:10:18.581Z] 4c4ab2625f07: Pull complete [2021-05-05T20:10:22.187Z] f706445af74f: Verifying Checksum [2021-05-05T20:10:22.187Z] f706445af74f: Download complete [2021-05-05T20:10:23.742Z] 0510c868ecb4: Verifying Checksum [2021-05-05T20:10:23.742Z] 0510c868ecb4: Download complete [2021-05-05T20:10:39.099Z] 0510c868ecb4: Pull complete [2021-05-05T20:10:39.099Z] afea3b2eda06: Pull complete [2021-05-05T20:10:39.099Z] 7809a108b3ef: Pull complete [2021-05-05T20:10:44.916Z] f706445af74f: Pull complete [2021-05-05T20:10:44.916Z] Digest: sha256:3789524f83b4b99ff44900c39f6da7fc44f99660cd9adf292610dec398b137f4 [2021-05-05T20:10:44.916Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [2021-05-05T20:10:44.916Z] ---> b068be0155e3 [2021-05-05T20:10:44.916Z] 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-05-05T20:10:45.216Z] ---> Running in 48fedfa6a6b3 [2021-05-05T20:10:46.684Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-05T20:10:47.675Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-05T20:10:48.274Z] (1/12) Installing libmagic (5.39-r0) [2021-05-05T20:10:48.549Z] (2/12) Installing file (5.39-r0) [2021-05-05T20:10:48.549Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-05-05T20:10:48.834Z] (4/12) Installing g++ (10.2.1_pre1-r3) [2021-05-05T20:10:55.709Z] (5/12) Installing fortify-headers (1.1-r0) [2021-05-05T20:10:55.709Z] (6/12) Installing patch (2.7.6-r6) [2021-05-05T20:10:55.709Z] (7/12) Installing build-base (0.5-r2) [2021-05-05T20:10:55.709Z] (8/12) Installing libsodium (1.0.18-r0) [2021-05-05T20:10:55.709Z] (9/12) Installing pkgconf (1.7.3-r0) [2021-05-05T20:10:55.709Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-05-05T20:10:55.709Z] (11/12) Installing libzmq (4.3.3-r1) [2021-05-05T20:10:56.036Z] (12/12) Installing zeromq-dev (4.3.3-r1) [2021-05-05T20:10:56.036Z] Executing busybox-1.32.1-r6.trigger [2021-05-05T20:10:56.036Z] OK: 219 MiB in 52 packages [2021-05-05T20:11:01.758Z] Removing intermediate container 48fedfa6a6b3 [2021-05-05T20:11:01.758Z] ---> b64d07e5fe7f [2021-05-05T20:11:01.758Z] Step 4/6 : WORKDIR /edgex-go [2021-05-05T20:11:01.758Z] ---> Running in dac1e979de45 [2021-05-05T20:11:02.415Z] Removing intermediate container dac1e979de45 [2021-05-05T20:11:02.415Z] ---> 28f15a83dba8 [2021-05-05T20:11:02.415Z] Step 5/6 : COPY go.mod . [2021-05-05T20:11:03.037Z] ---> af53d32d5bf1 [2021-05-05T20:11:03.037Z] Step 6/6 : RUN go mod download [2021-05-05T20:11:03.037Z] ---> Running in 5c39343c2e45 [2021-05-05T20:11:42.752Z] Removing intermediate container 5c39343c2e45 [2021-05-05T20:11:42.752Z] ---> e5566d29d0a1 [2021-05-05T20:11:42.752Z] Successfully built e5566d29d0a1 [2021-05-05T20:11:42.752Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-05-05T20:11:43.234Z] + docker inspect -f . ci-base-image-x86_64 [2021-05-05T20:11:43.861Z] . [Pipeline] withDockerContainer [2021-05-05T20:11:44.251Z] prd-centos7-docker-4c-2g-3080 does not seem to be running inside a container [2021-05-05T20:11:44.539Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-05-05T20:11:46.529Z] $ docker top 920d310284515db43bd0569c6f1866577ee26943aa30ab1c2b7b0399df7aa0e7 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-05T20:11:47.193Z] + go version [2021-05-05T20:11:47.193Z] go version go1.16.3 linux/amd64 [Pipeline] } [2021-05-05T20:11:47.222Z] $ docker stop --time=1 920d310284515db43bd0569c6f1866577ee26943aa30ab1c2b7b0399df7aa0e7 [2021-05-05T20:11:48.842Z] $ docker rm -f 920d310284515db43bd0569c6f1866577ee26943aa30ab1c2b7b0399df7aa0e7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-05T20:11:49.439Z] + docker inspect -f . ci-base-image-x86_64 [2021-05-05T20:11:49.439Z] . [Pipeline] withDockerContainer [2021-05-05T20:11:49.738Z] prd-centos7-docker-4c-2g-3080 does not seem to be running inside a container [2021-05-05T20:11:49.854Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-05-05T20:11:51.407Z] $ docker top 90aa90624291465a343d2e65b3f71bcc09e18cac947db3469d4bf3d4658aed0e -eo pid,comm [Pipeline] { [Pipeline] echo [2021-05-05T20:11:51.650Z] ========================================================= [2021-05-05T20:11:51.650Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-05-05T20:11:51.650Z] ========================================================= [Pipeline] sh [2021-05-05T20:11:52.020Z] + go mod tidy [Pipeline] sh [2021-05-05T20:11:55.113Z] + make test [2021-05-05T20:11:55.397Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-05-05T20:12:14.050Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-05-05T20:12:55.494Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-05-05T20:13:07.003Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-3082 in /w/workspace/edgexfoundry_edgex-go_PR-3423 [Pipeline] { [Pipeline] ws [2021-05-05T20:13:07.023Z] Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] checkout [2021-05-05T20:13:08.870Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-05-05T20:13:08.870Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-05-05T20:13:08.870Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-05-05T20:13:13.276Z] using credential edgex-jenkins-ssh [2021-05-05T20:13:13.291Z] Cloning the remote Git repository [2021-05-05T20:13:13.340Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-05-05T20:13:13.474Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-05-05T20:13:13.474Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-05-05T20:13:13.474Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-05-05T20:13:13.474Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-05-05T20:13:13.468Z] > git init /w/workspace/edgex-go/2 # timeout=10 [2021-05-05T20:13:13.534Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-05-05T20:13:13.535Z] > git --version # timeout=10 [2021-05-05T20:13:13.553Z] > git --version # 'git version 2.17.1' [2021-05-05T20:13:13.556Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-05T20:13:13.613Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-05T20:13:17.042Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-05-05T20:13:17.697Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-05-05T20:13:23.504Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-05-05T20:13:23.504Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-05-05T20:13:23.504Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-05-05T20:13:27.270Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.295s coverage: 45.9% of statements [2021-05-05T20:13:27.270Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-05-05T20:13:27.270Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-05-05T20:13:27.270Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-05-05T20:13:27.270Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-05-05T20:13:27.271Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-05-05T20:13:27.271Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-05-05T20:13:27.271Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.076s coverage: 19.8% of statements [2021-05-05T20:13:27.271Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.163s coverage: 100.0% of statements [2021-05-05T20:13:30.864Z] Merging remotes/origin/master commit 40097948026cfcf365777e8965120a46082f11c2 into PR head commit b91a20da177c7cf0cbbb1a081435ab1666a7fa7d [2021-05-05T20:13:31.292Z] Merge succeeded, producing b91a20da177c7cf0cbbb1a081435ab1666a7fa7d [2021-05-05T20:13:31.292Z] Checking out Revision b91a20da177c7cf0cbbb1a081435ab1666a7fa7d (PR-3423) [2021-05-05T20:13:30.082Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-05-05T20:13:30.110Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-05T20:13:30.134Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-05-05T20:13:30.170Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-05-05T20:13:30.170Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-05T20:13:30.182Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3423/head:refs/remotes/origin/PR-3423 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-05-05T20:13:30.885Z] > git config core.sparsecheckout # timeout=10 [2021-05-05T20:13:30.911Z] > git checkout -f b91a20da177c7cf0cbbb1a081435ab1666a7fa7d # timeout=10 [2021-05-05T20:13:31.222Z] > git remote # timeout=10 [2021-05-05T20:13:31.238Z] > git config --get remote.origin.url # timeout=10 [2021-05-05T20:13:31.249Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-05T20:13:31.260Z] > git merge 40097948026cfcf365777e8965120a46082f11c2 # timeout=10 [2021-05-05T20:13:31.281Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-05-05T20:13:31.300Z] > git config core.sparsecheckout # timeout=10 [2021-05-05T20:13:31.319Z] > git checkout -f b91a20da177c7cf0cbbb1a081435ab1666a7fa7d # timeout=10 [2021-05-05T20:13:32.106Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.573s coverage: 27.1% of statements [2021-05-05T20:13:32.106Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-05-05T20:13:32.106Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-05-05T20:13:32.106Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-05-05T20:13:32.106Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-05-05T20:13:32.106Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-05-05T20:13:32.106Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-05-05T20:13:32.106Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.186s coverage: 100.0% of statements [2021-05-05T20:13:32.106Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-05-05T20:13:32.106Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.164s coverage: 100.0% of statements [2021-05-05T20:13:32.106Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-05-05T20:13:32.106Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-05-05T20:13:32.425Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.211s coverage: 71.3% of statements [2021-05-05T20:13:32.425Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-05-05T20:13:32.425Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-05-05T20:13:33.119Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.415s coverage: 87.7% of statements [2021-05-05T20:13:33.119Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-05-05T20:13:33.119Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-05-05T20:13:33.119Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.185s coverage: 78.9% of statements [2021-05-05T20:13:33.119Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-05-05T20:13:35.635Z] 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-05-05T20:13:37.012Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-05-05T20:13:37.445Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-05-05T20:13:37.787Z] + true [2021-05-05T20:13:37.787Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-05-05T20:13:39.803Z] provisioning config files... [2021-05-05T20:13:39.846Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/2@tmp/config2532234429336826917tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-05-05T20:13:40.225Z] ---> docker-login.sh [2021-05-05T20:13:40.225Z] nexus3.edgexfoundry.org:10001 [2021-05-05T20:13:40.339Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.833s coverage: 28.6% of statements [2021-05-05T20:13:40.339Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-05-05T20:13:40.339Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-05-05T20:13:40.339Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-05-05T20:13:40.339Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-05-05T20:13:40.339Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-05-05T20:13:40.339Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.146s coverage: 100.0% of statements [2021-05-05T20:13:40.339Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-05-05T20:13:40.339Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.158s coverage: 100.0% of statements [2021-05-05T20:13:40.339Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-05-05T20:13:40.339Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.306s coverage: 86.7% of statements [2021-05-05T20:13:40.339Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-05-05T20:13:40.339Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.472s coverage: 97.5% of statements [2021-05-05T20:13:40.339Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-05-05T20:13:40.339Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.249s coverage: 78.3% of statements [2021-05-05T20:13:40.339Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-05-05T20:13:40.339Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-05-05T20:13:40.339Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-05-05T20:13:40.339Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-05-05T20:13:41.204Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-05T20:13:41.484Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-05T20:13:41.484Z] Configure a credential helper to remove this warning. See [2021-05-05T20:13:41.484Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-05T20:13:41.484Z] [2021-05-05T20:13:41.484Z] Login Succeeded [2021-05-05T20:13:41.484Z] nexus3.edgexfoundry.org:10002 [2021-05-05T20:13:41.757Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-05T20:13:41.757Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-05T20:13:41.757Z] Configure a credential helper to remove this warning. See [2021-05-05T20:13:41.757Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-05T20:13:41.757Z] [2021-05-05T20:13:41.757Z] Login Succeeded [2021-05-05T20:13:42.032Z] nexus3.edgexfoundry.org:10003 [2021-05-05T20:13:42.306Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-05T20:13:42.306Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-05T20:13:42.306Z] Configure a credential helper to remove this warning. See [2021-05-05T20:13:42.306Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-05T20:13:42.306Z] [2021-05-05T20:13:42.306Z] Login Succeeded [2021-05-05T20:13:42.306Z] nexus3.edgexfoundry.org:10004 [2021-05-05T20:13:42.903Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-05T20:13:42.903Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-05T20:13:42.903Z] Configure a credential helper to remove this warning. See [2021-05-05T20:13:42.903Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-05T20:13:42.903Z] [2021-05-05T20:13:42.903Z] Login Succeeded [2021-05-05T20:13:42.903Z] docker.io [2021-05-05T20:13:43.176Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-05T20:13:43.769Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-05T20:13:43.769Z] Configure a credential helper to remove this warning. See [2021-05-05T20:13:43.769Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-05T20:13:43.769Z] [2021-05-05T20:13:43.769Z] Login Succeeded [2021-05-05T20:13:43.769Z] ---> docker-login.sh ends [Pipeline] } [2021-05-05T20:13:43.785Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [2021-05-05T20:13:43.947Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.739s coverage: 95.1% of statements [2021-05-05T20:13:43.948Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-05-05T20:13:43.948Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-05-05T20:13:43.948Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-05-05T20:13:43.948Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-05-05T20:13:43.948Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-05-05T20:13:43.948Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-05-05T20:13:43.948Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-05-05T20:13:43.948Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-05-05T20:13:43.948Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-05-05T20:13:43.948Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-05-05T20:13:43.948Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-05-05T20:13:43.948Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-05-05T20:13:43.948Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-05-05T20:13:43.948Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-05-05T20:13:43.948Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-05-05T20:13:43.948Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-05-05T20:13:43.948Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-05-05T20:13:43.948Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-05-05T20:13:43.948Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.107s coverage: 58.8% of statements [2021-05-05T20:13:43.948Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-05-05T20:13:43.948Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-05-05T20:13:43.948Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.101s coverage: 0.9% of statements [2021-05-05T20:13:43.948Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-05-05T20:13:43.948Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils 0.067s coverage: 22.6% of statements [2021-05-05T20:13:43.948Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-05-05T20:13:43.948Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.153s coverage: 47.1% of statements [2021-05-05T20:13:43.948Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.134s coverage: 79.5% of statements [Pipeline] echo [2021-05-05T20:13:44.066Z] ========================================================= [2021-05-05T20:13:44.066Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine] [2021-05-05T20:13:44.066Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-05-05T20:13:44.251Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.118s coverage: 94.1% of statements [2021-05-05T20:13:44.408Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine . [2021-05-05T20:13:44.905Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.152s coverage: 96.3% of statements [2021-05-05T20:13:45.257Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.083s coverage: 87.5% of statements [2021-05-05T20:13:47.041Z] Sending build context to Docker daemon 167.5MB [2021-05-05T20:13:47.041Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-05-05T20:13:47.041Z] Step 2/6 : FROM ${BASE} [2021-05-05T20:13:47.041Z] 1.16-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-05-05T20:13:47.041Z] 595b0fe564bb: Pulling fs layer [2021-05-05T20:13:47.041Z] 7186ed65a4f7: Pulling fs layer [2021-05-05T20:13:47.041Z] 316046926c0a: Pulling fs layer [2021-05-05T20:13:47.041Z] 4ebd0625c992: Pulling fs layer [2021-05-05T20:13:47.041Z] 207e8628e3a3: Pulling fs layer [2021-05-05T20:13:47.041Z] 4ebd0625c992: Waiting [2021-05-05T20:13:47.041Z] 207e8628e3a3: Waiting [2021-05-05T20:13:47.041Z] c791037a9be2: Pulling fs layer [2021-05-05T20:13:47.041Z] ffd874e62e21: Pulling fs layer [2021-05-05T20:13:47.041Z] ffd874e62e21: Waiting [2021-05-05T20:13:47.041Z] c791037a9be2: Waiting [2021-05-05T20:13:47.041Z] 316046926c0a: Download complete [2021-05-05T20:13:47.041Z] 7186ed65a4f7: Verifying Checksum [2021-05-05T20:13:47.041Z] 7186ed65a4f7: Download complete [2021-05-05T20:13:47.041Z] 207e8628e3a3: Verifying Checksum [2021-05-05T20:13:47.041Z] 207e8628e3a3: Download complete [2021-05-05T20:13:47.041Z] c791037a9be2: Verifying Checksum [2021-05-05T20:13:47.041Z] c791037a9be2: Download complete [2021-05-05T20:13:47.041Z] 595b0fe564bb: Verifying Checksum [2021-05-05T20:13:47.041Z] 595b0fe564bb: Download complete [2021-05-05T20:13:48.035Z] 595b0fe564bb: Pull complete [2021-05-05T20:13:48.314Z] 7186ed65a4f7: Pull complete [2021-05-05T20:13:48.918Z] 316046926c0a: Pull complete [2021-05-05T20:13:49.913Z] ffd874e62e21: Download complete [2021-05-05T20:13:50.892Z] 4ebd0625c992: Download complete [2021-05-05T20:13:57.866Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.179s coverage: 94.4% of statements [2021-05-05T20:13:57.866Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.107s coverage: 44.8% of statements [2021-05-05T20:14:01.059Z] 4ebd0625c992: Pull complete [2021-05-05T20:14:01.335Z] 207e8628e3a3: Pull complete [2021-05-05T20:14:01.378Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.803s coverage: 81.8% of statements [2021-05-05T20:14:01.378Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2021-05-05T20:14:01.621Z] c791037a9be2: Pull complete [2021-05-05T20:14:05.938Z] ffd874e62e21: Pull complete [2021-05-05T20:14:05.938Z] Digest: sha256:fad7b58e697bd06bcf362d803a3263ca5ec03b905aa8665231fe3262941fe3e0 [2021-05-05T20:14:05.938Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine [2021-05-05T20:14:05.938Z] ---> cfc18b08335c [2021-05-05T20:14:05.938Z] 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-05-05T20:14:09.329Z] ---> Running in 57ae1e821ef5 [2021-05-05T20:14:09.922Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-05T20:14:10.264Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.198s coverage: 92.9% of statements [2021-05-05T20:14:10.265Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-05-05T20:14:10.265Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-05-05T20:14:10.265Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-05-05T20:14:10.265Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.049s coverage: 65.1% of statements [2021-05-05T20:14:10.265Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-05-05T20:14:10.265Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-05-05T20:14:10.265Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-05-05T20:14:10.265Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-05-05T20:14:10.265Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-05-05T20:14:10.265Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.244s coverage: 87.2% of statements [2021-05-05T20:14:10.265Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-05-05T20:14:10.265Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-05-05T20:14:10.265Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.084s coverage: 100.0% of statements [2021-05-05T20:14:10.265Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-05-05T20:14:10.265Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.179s coverage: 76.0% of statements [2021-05-05T20:14:10.265Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-05-05T20:14:10.265Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.196s coverage: 80.0% of statements [2021-05-05T20:14:10.265Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.172s coverage: 87.2% of statements [2021-05-05T20:14:10.265Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.145s coverage: 85.4% of statements [2021-05-05T20:14:10.265Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.193s coverage: 91.2% of statements [2021-05-05T20:14:10.265Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-05-05T20:14:10.265Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.532s coverage: 64.4% of statements [2021-05-05T20:14:10.265Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-05-05T20:14:10.265Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-05-05T20:14:10.265Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.108s coverage: 100.0% of statements [2021-05-05T20:14:10.265Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.068s coverage: 91.3% of statements [2021-05-05T20:14:10.265Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.056s coverage: 100.0% of statements [2021-05-05T20:14:10.265Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.054s coverage: 73.7% of statements [2021-05-05T20:14:10.265Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.050s coverage: 100.0% of statements [2021-05-05T20:14:10.898Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-05T20:14:11.391Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.855s coverage: 62.9% of statements [2021-05-05T20:14:11.391Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-05-05T20:14:11.391Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-05-05T20:14:11.391Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-05-05T20:14:12.322Z] (1/12) Installing libmagic (5.39-r0) [2021-05-05T20:14:12.322Z] (2/12) Installing file (5.39-r0) [2021-05-05T20:14:12.322Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-05-05T20:14:12.477Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.308s coverage: 43.4% of statements [2021-05-05T20:14:12.477Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-05-05T20:14:12.477Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-05-05T20:14:12.477Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.130s coverage: 89.5% of statements [2021-05-05T20:14:12.477Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-05-05T20:14:12.477Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.157s coverage: 84.8% of statements [2021-05-05T20:14:12.592Z] (4/12) Installing g++ (10.2.1_pre1-r3) [2021-05-05T20:14:17.224Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.607s coverage: 47.0% of statements [2021-05-05T20:14:17.224Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-05-05T20:14:17.224Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-05-05T20:14:17.224Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-05-05T20:14:17.224Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-05-05T20:14:17.224Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-05-05T20:14:17.224Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.126s coverage: 100.0% of statements [2021-05-05T20:14:17.224Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-05-05T20:14:17.224Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.165s coverage: 100.0% of statements [2021-05-05T20:14:17.224Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-05-05T20:14:17.224Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-05-05T20:14:17.224Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 0.137s coverage: 9.6% of statements [2021-05-05T20:14:17.224Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-05-05T20:14:17.518Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.413s coverage: 92.6% of statements [2021-05-05T20:14:17.518Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-05-05T20:14:17.518Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-05-05T20:14:17.518Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-05-05T20:14:17.979Z] (5/12) Installing fortify-headers (1.1-r0) [2021-05-05T20:14:17.979Z] (6/12) Installing patch (2.7.6-r6) [2021-05-05T20:14:17.979Z] (7/12) Installing build-base (0.5-r2) [2021-05-05T20:14:17.979Z] (8/12) Installing libsodium (1.0.18-r0) [2021-05-05T20:14:17.979Z] (9/12) Installing pkgconf (1.7.3-r0) [2021-05-05T20:14:18.247Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-05-05T20:14:18.247Z] (11/12) Installing libzmq (4.3.3-r1) [2021-05-05T20:14:18.247Z] (12/12) Installing zeromq-dev (4.3.3-r1) [2021-05-05T20:14:18.519Z] Executing busybox-1.32.1-r6.trigger [2021-05-05T20:14:18.519Z] OK: 218 MiB in 52 packages [2021-05-05T20:14:22.146Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 1.279s coverage: 28.7% of statements [2021-05-05T20:14:22.146Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-05-05T20:14:22.146Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-05-05T20:14:22.146Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-05-05T20:14:22.146Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-05-05T20:14:22.146Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-05-05T20:14:22.146Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.126s coverage: 99.0% of statements [2021-05-05T20:14:22.146Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-05-05T20:14:22.147Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.152s coverage: 100.0% of statements [2021-05-05T20:14:22.147Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-05-05T20:14:22.147Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-05-05T20:14:22.147Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-05-05T20:14:22.147Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application/scheduler 0.162s coverage: 64.6% of statements [2021-05-05T20:14:22.147Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-05-05T20:14:22.454Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.280s coverage: 97.6% of statements [2021-05-05T20:14:22.454Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-05-05T20:14:22.454Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-05-05T20:14:22.454Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-05-05T20:14:22.454Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.071s coverage: 0.0% of statements [2021-05-05T20:14:22.454Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-05-05T20:14:22.454Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.065s coverage: 100.0% of statements [2021-05-05T20:14:22.454Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-05-05T20:14:22.454Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-05-05T20:14:22.454Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-05-05T20:14:22.454Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-05-05T20:14:22.454Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.047s coverage: 87.9% of statements [2021-05-05T20:14:22.454Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-05-05T20:14:22.454Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-05-05T20:14:22.834Z] Removing intermediate container 57ae1e821ef5 [2021-05-05T20:14:22.835Z] ---> db821193c539 [2021-05-05T20:14:22.835Z] Step 4/6 : WORKDIR /edgex-go [2021-05-05T20:14:22.835Z] ---> Running in d83fdd202c9b [2021-05-05T20:14:23.107Z] Removing intermediate container d83fdd202c9b [2021-05-05T20:14:23.107Z] ---> 9f90f1270e10 [2021-05-05T20:14:23.107Z] Step 5/6 : COPY go.mod . [2021-05-05T20:14:23.168Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.155s coverage: 100.0% of statements [2021-05-05T20:14:23.457Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.143s coverage: 28.1% of statements [2021-05-05T20:14:23.457Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/v2 [no test files] [2021-05-05T20:14:23.457Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.104s coverage: 100.0% of statements [2021-05-05T20:14:23.705Z] ---> 09da4255c7d5 [2021-05-05T20:14:23.705Z] Step 6/6 : RUN go mod download [2021-05-05T20:14:23.984Z] ---> Running in 61b95fb4d310 [2021-05-05T20:14:24.067Z] GO111MODULE=on go vet ./... [2021-05-05T20:14:50.769Z] Removing intermediate container 61b95fb4d310 [2021-05-05T20:14:50.769Z] ---> 061d710c50d0 [2021-05-05T20:14:50.769Z] Successfully built 061d710c50d0 [2021-05-05T20:14:50.769Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-05-05T20:14:51.113Z] + docker inspect -f . ci-base-image-arm64 [2021-05-05T20:14:51.113Z] . [Pipeline] withDockerContainer [2021-05-05T20:14:51.357Z] prd-ubuntu18.04-docker-arm64-4c-16g-3082 does not seem to be running inside a container [2021-05-05T20:14:51.442Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-05-05T20:14:52.963Z] $ docker top 6b52e1c8a4aa93692e7fe0c5b18aa87ef8d28bb1fed5924d73aea3f09eca3c6f -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-05T20:14:53.927Z] + go version [2021-05-05T20:14:53.927Z] go version go1.16.3 linux/arm64 [Pipeline] } [2021-05-05T20:14:53.952Z] $ docker stop --time=1 6b52e1c8a4aa93692e7fe0c5b18aa87ef8d28bb1fed5924d73aea3f09eca3c6f [2021-05-05T20:14:55.948Z] $ docker rm -f 6b52e1c8a4aa93692e7fe0c5b18aa87ef8d28bb1fed5924d73aea3f09eca3c6f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-05T20:14:56.642Z] + docker inspect -f . ci-base-image-arm64 [2021-05-05T20:14:56.642Z] . [Pipeline] withDockerContainer [2021-05-05T20:14:56.883Z] prd-ubuntu18.04-docker-arm64-4c-16g-3082 does not seem to be running inside a container [2021-05-05T20:14:56.966Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-05-05T20:14:58.411Z] $ docker top 17d58007634042228ad1492c9d2aab6c01400d92004a431847d618c85a1bb52a -eo pid,comm [Pipeline] { [Pipeline] echo [2021-05-05T20:14:58.689Z] ========================================================= [2021-05-05T20:14:58.689Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-05-05T20:14:58.689Z] ========================================================= [Pipeline] sh [2021-05-05T20:14:59.334Z] + go mod tidy [Pipeline] sh [2021-05-05T20:15:00.989Z] + make test [2021-05-05T20:15:00.989Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-05-05T20:15:27.815Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-05-05T20:15:33.717Z] gofmt -l . [2021-05-05T20:15:34.715Z] [ "`gofmt -l .`" = "" ] [2021-05-05T20:15:36.187Z] ./bin/test-go-mod-tidy.sh [2021-05-05T20:15:37.738Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-05-05T20:15:40.505Z] + ls -al . [2021-05-05T20:15:40.506Z] total 808 [2021-05-05T20:15:40.506Z] drwxrwxr-x 10 1001 1001 4096 May 5 20:15 . [2021-05-05T20:15:40.506Z] drwxr-xr-x 4 root root 28 May 5 20:11 .. [2021-05-05T20:15:40.506Z] -rw-rw-r-- 1 1001 1001 11 May 5 20:08 .dockerignore [2021-05-05T20:15:40.506Z] drwxrwxr-x 8 1001 1001 179 May 5 20:09 .git [2021-05-05T20:15:40.506Z] drwxrwxr-x 3 1001 1001 125 May 5 20:08 .github [2021-05-05T20:15:40.506Z] -rw-rw-r-- 1 1001 1001 818 May 5 20:08 .gitignore [2021-05-05T20:15:40.506Z] drwx------ 3 1001 1001 60 May 5 20:09 .semver [2021-05-05T20:15:40.506Z] -rw-rw-r-- 1 1001 1001 166 May 5 20:08 .sonarcloud.properties [2021-05-05T20:15:40.506Z] -rw-rw-r-- 1 1001 1001 8609 May 5 20:08 Attribution.txt [2021-05-05T20:15:40.506Z] -rw-rw-r-- 1 1001 1001 3804 May 5 20:08 CONTRIBUTING.md [2021-05-05T20:15:40.506Z] -rw-rw-r-- 1 1001 1001 931 May 5 20:08 Dockerfile.build [2021-05-05T20:15:40.506Z] -rw-rw-r-- 1 1001 1001 863 May 5 20:08 Jenkinsfile [2021-05-05T20:15:40.506Z] -rw-rw-r-- 1 1001 1001 10775 May 5 20:08 LICENSE [2021-05-05T20:15:40.506Z] -rw-rw-r-- 1 1001 1001 5774 May 5 20:08 Makefile [2021-05-05T20:15:40.506Z] -rw-rw-r-- 1 1001 1001 7978 May 5 20:08 README.md [2021-05-05T20:15:40.506Z] -rw-rw-r-- 1 1001 1001 6755 May 5 20:08 SECURITY.md [2021-05-05T20:15:40.506Z] -rw-rw-r-- 1 1001 1001 5 May 5 20:10 VERSION [2021-05-05T20:15:40.506Z] -rw-rw-r-- 1 1001 1001 4131 May 5 20:08 ZMQWindows.md [2021-05-05T20:15:40.506Z] drwxrwxr-x 2 1001 1001 117 May 5 20:08 bin [2021-05-05T20:15:40.506Z] drwxrwxr-x 14 1001 1001 4096 May 5 20:08 cmd [2021-05-05T20:15:40.506Z] -rw-r--r-- 1 root root 699522 May 5 20:14 coverage.out [2021-05-05T20:15:40.506Z] -rw-r--r-- 1 root root 1060 May 5 20:15 go.mod [2021-05-05T20:15:40.506Z] -rw-r--r-- 1 root root 21980 May 5 20:11 go.sum [2021-05-05T20:15:40.506Z] drwxrwxr-x 8 1001 1001 127 May 5 20:08 internal [2021-05-05T20:15:40.506Z] drwxrwxr-x 4 1001 1001 26 May 5 20:08 openapi [2021-05-05T20:15:40.506Z] drwxrwxr-x 4 1001 1001 71 May 5 20:08 snap [2021-05-05T20:15:40.506Z] -rw-rw-r-- 1 1001 1001 168 May 5 20:08 version.go [Pipeline] sh [2021-05-05T20:15:40.833Z] + '[' -e coverage.out ] [2021-05-05T20:15:40.833Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-05-05T20:15:41.234Z] Stashed 1 file(s) [Pipeline] sh [2021-05-05T20:15:41.555Z] + make build [2021-05-05T20:15:41.555Z] 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-05-05T20:15:47.218Z] 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-05-05T20:16:09.991Z] 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-05-05T20:16:11.497Z] 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-05-05T20:16:16.071Z] 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-05-05T20:16:17.675Z] 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-05-05T20:16:23.840Z] 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-05-05T20:16:24.457Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-05-05T20:16:29.903Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-05-05T20:16:30.516Z] 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-05-05T20:16:32.025Z] 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-05-05T20:16:35.606Z] 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-05-05T20:16:38.565Z] 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-05-05T20:16:40.111Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-05-05T20:16:40.111Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-05-05T20:16:42.113Z] 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-05-05T20:16:42.770Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-05-05T20:16:43.374Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-05-05T20:16:43.374Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-05-05T20:16:43.374Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [Pipeline] } [2021-05-05T20:16:46.675Z] $ docker stop --time=1 90aa90624291465a343d2e65b3f71bcc09e18cac947db3469d4bf3d4658aed0e [2021-05-05T20:16:47.736Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-05-05T20:16:48.344Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-05-05T20:16:49.292Z] $ docker rm -f 90aa90624291465a343d2e65b3f71bcc09e18cac947db3469d4bf3d4658aed0e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-05T20:16:52.010Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-05-05T20:16:52.285Z] [2021-05-05T20:16:52.285Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-05-05T20:16:52.933Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-05-05T20:16:53.561Z] latest: Pulling from edgex-devops/edgex-compose [2021-05-05T20:16:53.561Z] cbdbe7a5bc2a: Pulling fs layer [2021-05-05T20:16:53.561Z] ca9280d653b3: Pulling fs layer [2021-05-05T20:16:53.561Z] 7e9c9ca2126c: Pulling fs layer [2021-05-05T20:16:53.842Z] cbdbe7a5bc2a: Verifying Checksum [2021-05-05T20:16:53.842Z] cbdbe7a5bc2a: Download complete [2021-05-05T20:16:54.946Z] cbdbe7a5bc2a: Pull complete [2021-05-05T20:16:55.688Z] ca9280d653b3: Verifying Checksum [2021-05-05T20:16:55.688Z] ca9280d653b3: Download complete [2021-05-05T20:16:56.637Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-05-05T20:16:56.638Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-05-05T20:16:56.638Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-05-05T20:16:58.405Z] ca9280d653b3: Pull complete [2021-05-05T20:16:58.686Z] 7e9c9ca2126c: Verifying Checksum [2021-05-05T20:16:58.686Z] 7e9c9ca2126c: Download complete [2021-05-05T20:17:02.078Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.349s coverage: 45.9% of statements [2021-05-05T20:17:02.078Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-05-05T20:17:02.078Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-05-05T20:17:02.078Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-05-05T20:17:02.078Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-05-05T20:17:02.078Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-05-05T20:17:02.078Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-05-05T20:17:02.078Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.138s coverage: 19.8% of statements [2021-05-05T20:17:02.355Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.281s coverage: 100.0% of statements [2021-05-05T20:17:10.705Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.634s coverage: 27.1% of statements [2021-05-05T20:17:10.705Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-05-05T20:17:10.705Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-05-05T20:17:10.705Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-05-05T20:17:10.705Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-05-05T20:17:10.705Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-05-05T20:17:10.705Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-05-05T20:17:10.705Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.243s coverage: 100.0% of statements [2021-05-05T20:17:10.705Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-05-05T20:17:10.705Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.215s coverage: 100.0% of statements [2021-05-05T20:17:10.705Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-05-05T20:17:10.705Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-05-05T20:17:10.705Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.246s coverage: 71.3% of statements [2021-05-05T20:17:10.705Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-05-05T20:17:10.705Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-05-05T20:17:12.152Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.496s coverage: 87.7% of statements [2021-05-05T20:17:12.152Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-05-05T20:17:12.152Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-05-05T20:17:12.152Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.137s coverage: 78.9% of statements [2021-05-05T20:17:12.152Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-05-05T20:17:14.090Z] 7e9c9ca2126c: Pull complete [2021-05-05T20:17:14.090Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-05-05T20:17:14.090Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-05-05T20:17:14.090Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-05-05T20:17:14.404Z] prd-centos7-docker-4c-2g-3080 does not seem to be running inside a container [2021-05-05T20:17:14.560Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-05-05T20:17:17.957Z] $ docker top c47f898b6ad5817994bc0eb397a6c80667cbfcf2526f5510f92f44d1a0f7c273 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-05T20:17:19.260Z] + grep parallel [2021-05-05T20:17:19.260Z] + docker-compose build --help [2021-05-05T20:17:21.298Z] --parallel Build images in parallel. [Pipeline] } [2021-05-05T20:17:21.343Z] $ docker stop --time=1 c47f898b6ad5817994bc0eb397a6c80667cbfcf2526f5510f92f44d1a0f7c273 [2021-05-05T20:17:22.356Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.238s coverage: 28.6% of statements [2021-05-05T20:17:22.356Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-05-05T20:17:22.356Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-05-05T20:17:22.356Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-05-05T20:17:22.356Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-05-05T20:17:22.356Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-05-05T20:17:22.356Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.261s coverage: 100.0% of statements [2021-05-05T20:17:22.356Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-05-05T20:17:22.356Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.131s coverage: 100.0% of statements [2021-05-05T20:17:22.356Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-05-05T20:17:22.356Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.390s coverage: 86.7% of statements [2021-05-05T20:17:22.356Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-05-05T20:17:22.356Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.452s coverage: 97.5% of statements [2021-05-05T20:17:22.356Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-05-05T20:17:22.356Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.239s coverage: 78.3% of statements [2021-05-05T20:17:22.356Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-05-05T20:17:22.356Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-05-05T20:17:22.356Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-05-05T20:17:22.356Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-05-05T20:17:23.918Z] $ docker rm -f c47f898b6ad5817994bc0eb397a6c80667cbfcf2526f5510f92f44d1a0f7c273 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-05T20:17:24.573Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-05-05T20:17:24.573Z] . [Pipeline] withDockerContainer [2021-05-05T20:17:24.811Z] prd-centos7-docker-4c-2g-3080 does not seem to be running inside a container [2021-05-05T20:17:24.951Z] $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-05-05T20:17:26.456Z] $ docker top 6d0de52e9a437ee38f0045efe64f4b5319e9ec232dc7345de718bbcbc44a42fc -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-05T20:17:27.123Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-05-05T20:17:29.091Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.283s coverage: 95.1% of statements [2021-05-05T20:17:29.091Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-05-05T20:17:29.091Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-05-05T20:17:29.091Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-05-05T20:17:29.091Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-05-05T20:17:29.091Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-05-05T20:17:29.091Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-05-05T20:17:29.091Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-05-05T20:17:29.091Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-05-05T20:17:29.091Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-05-05T20:17:29.091Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-05-05T20:17:29.091Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-05-05T20:17:29.091Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-05-05T20:17:29.091Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-05-05T20:17:29.091Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-05-05T20:17:29.091Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-05-05T20:17:29.091Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-05-05T20:17:29.091Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-05-05T20:17:29.091Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-05-05T20:17:29.091Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.122s coverage: 58.8% of statements [2021-05-05T20:17:29.091Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-05-05T20:17:29.091Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-05-05T20:17:29.091Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.275s coverage: 0.9% of statements [2021-05-05T20:17:29.091Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-05-05T20:17:29.091Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils 0.131s coverage: 22.6% of statements [2021-05-05T20:17:29.091Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-05-05T20:17:29.091Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.163s coverage: 47.1% of statements [2021-05-05T20:17:29.091Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.304s coverage: 79.5% of statements [2021-05-05T20:17:29.091Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.156s coverage: 94.1% of statements [2021-05-05T20:17:29.174Z] Building docker-core-command-go ... [2021-05-05T20:17:29.174Z] Building docker-core-data-go ... [2021-05-05T20:17:29.174Z] Building docker-core-metadata-go ... [2021-05-05T20:17:29.174Z] Building docker-security-bootstrapper-go ... [2021-05-05T20:17:29.174Z] Building docker-security-proxy-setup-go ... [2021-05-05T20:17:29.174Z] Building docker-security-secretstore-setup-go ... [2021-05-05T20:17:29.174Z] Building docker-support-notifications-go ... [2021-05-05T20:17:29.174Z] Building docker-support-scheduler-go ... [2021-05-05T20:17:29.174Z] Building docker-sys-mgmt-agent-go ... [2021-05-05T20:17:29.174Z] Building docker-security-proxy-setup-go [2021-05-05T20:17:29.174Z] Building docker-core-metadata-go [2021-05-05T20:17:29.174Z] Building docker-support-scheduler-go [2021-05-05T20:17:29.174Z] Building docker-security-bootstrapper-go [2021-05-05T20:17:29.174Z] Building docker-support-notifications-go [2021-05-05T20:17:29.368Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.193s coverage: 96.3% of statements [2021-05-05T20:17:29.368Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.162s coverage: 87.5% of statements [2021-05-05T20:17:41.791Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.221s coverage: 94.4% of statements [2021-05-05T20:17:41.791Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.137s coverage: 44.8% of statements [2021-05-05T20:17:48.495Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 14.510s coverage: 81.8% of statements [2021-05-05T20:17:48.495Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2021-05-05T20:17:55.233Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.192s coverage: 92.9% of statements [2021-05-05T20:17:55.233Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-05-05T20:17:55.233Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-05-05T20:17:55.233Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-05-05T20:17:55.233Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.056s coverage: 65.1% of statements [2021-05-05T20:17:55.233Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-05-05T20:17:55.233Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-05-05T20:17:55.233Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-05-05T20:17:55.233Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-05-05T20:17:55.233Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-05-05T20:17:55.233Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.076s coverage: 87.2% of statements [2021-05-05T20:17:55.233Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-05-05T20:17:55.233Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-05-05T20:17:55.233Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.108s coverage: 100.0% of statements [2021-05-05T20:17:55.233Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-05-05T20:17:55.233Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.138s coverage: 76.0% of statements [2021-05-05T20:17:55.233Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-05-05T20:17:55.233Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.139s coverage: 80.0% of statements [2021-05-05T20:17:55.233Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.193s coverage: 87.2% of statements [2021-05-05T20:17:55.233Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.270s coverage: 85.4% of statements [2021-05-05T20:17:55.233Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.213s coverage: 91.2% of statements [2021-05-05T20:17:55.233Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-05-05T20:17:55.233Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.618s coverage: 64.4% of statements [2021-05-05T20:17:55.233Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-05-05T20:17:55.233Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-05-05T20:17:55.233Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.120s coverage: 100.0% of statements [2021-05-05T20:17:55.233Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.086s coverage: 91.3% of statements [2021-05-05T20:17:55.233Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.074s coverage: 100.0% of statements [2021-05-05T20:17:55.510Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.060s coverage: 73.7% of statements [2021-05-05T20:17:55.510Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.063s coverage: 100.0% of statements [2021-05-05T20:17:58.933Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.901s coverage: 62.9% of statements [2021-05-05T20:17:58.933Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-05-05T20:17:58.933Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-05-05T20:17:58.933Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-05-05T20:18:01.573Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.679s coverage: 43.4% of statements [2021-05-05T20:18:01.574Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-05-05T20:18:01.574Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-05-05T20:18:01.574Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.088s coverage: 89.5% of statements [2021-05-05T20:18:01.574Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-05-05T20:18:01.574Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.130s coverage: 84.8% of statements [2021-05-05T20:18:07.014Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.427s coverage: 47.0% of statements [2021-05-05T20:18:07.014Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-05-05T20:18:07.014Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-05-05T20:18:07.014Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-05-05T20:18:07.014Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-05-05T20:18:07.014Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-05-05T20:18:07.014Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.120s coverage: 100.0% of statements [2021-05-05T20:18:07.014Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-05-05T20:18:07.014Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.105s coverage: 100.0% of statements [2021-05-05T20:18:07.014Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-05-05T20:18:07.014Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-05-05T20:18:07.014Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 0.141s coverage: 9.6% of statements [2021-05-05T20:18:07.014Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-05-05T20:18:07.614Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.468s coverage: 92.6% of statements [2021-05-05T20:18:07.614Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-05-05T20:18:07.614Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-05-05T20:18:07.614Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-05-05T20:18:17.810Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.460s coverage: 28.7% of statements [2021-05-05T20:18:17.810Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-05-05T20:18:17.810Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-05-05T20:18:17.810Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-05-05T20:18:17.810Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-05-05T20:18:17.810Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-05-05T20:18:17.810Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.185s coverage: 99.0% of statements [2021-05-05T20:18:17.810Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-05-05T20:18:17.810Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.171s coverage: 100.0% of statements [2021-05-05T20:18:17.810Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-05-05T20:18:17.810Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-05-05T20:18:17.810Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-05-05T20:18:17.810Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application/scheduler 0.164s coverage: 64.6% of statements [2021-05-05T20:18:17.810Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-05-05T20:18:17.810Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.344s coverage: 97.6% of statements [2021-05-05T20:18:17.810Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-05-05T20:18:17.810Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-05-05T20:18:17.810Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-05-05T20:18:17.810Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.046s coverage: 0.0% of statements [2021-05-05T20:18:17.810Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-05-05T20:18:17.810Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.075s coverage: 100.0% of statements [2021-05-05T20:18:17.810Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-05-05T20:18:17.810Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-05-05T20:18:17.810Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-05-05T20:18:17.810Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-05-05T20:18:17.810Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.088s coverage: 87.9% of statements [2021-05-05T20:18:17.810Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-05-05T20:18:17.810Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-05-05T20:18:17.810Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.074s coverage: 100.0% of statements [2021-05-05T20:18:17.810Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.116s coverage: 28.1% of statements [2021-05-05T20:18:17.810Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/v2 [no test files] [2021-05-05T20:18:17.810Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.075s coverage: 100.0% of statements [2021-05-05T20:18:17.810Z] GO111MODULE=on go vet ./... [2021-05-05T20:18:52.573Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-05-05T20:18:52.573Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-05-05T20:18:52.573Z] ---> e5566d29d0a1 [2021-05-05T20:18:52.573Z] Step 3/31 : WORKDIR /edgex-go [2021-05-05T20:18:52.573Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-05-05T20:18:52.573Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-05-05T20:18:52.573Z] ---> e5566d29d0a1 [2021-05-05T20:18:52.573Z] Step 3/22 : WORKDIR /edgex-go [2021-05-05T20:18:52.573Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-05-05T20:18:52.573Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-05-05T20:18:52.573Z] ---> e5566d29d0a1 [2021-05-05T20:18:52.573Z] Step 3/23 : WORKDIR /edgex-go [2021-05-05T20:18:52.573Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-05-05T20:18:52.573Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-05-05T20:18:52.573Z] ---> e5566d29d0a1 [2021-05-05T20:18:52.573Z] Step 3/21 : WORKDIR /edgex-go [2021-05-05T20:18:53.166Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-05-05T20:18:53.166Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-05-05T20:18:53.166Z] ---> e5566d29d0a1 [2021-05-05T20:18:53.166Z] Step 3/22 : WORKDIR /edgex-go [2021-05-05T20:18:53.838Z] ---> Running in 1c144e7c354d [2021-05-05T20:18:53.838Z] ---> Running in 563537a12e78 [2021-05-05T20:18:53.838Z] ---> Running in d6f10d19e494 [2021-05-05T20:18:53.838Z] ---> Running in ed6d7f8d1d5c [2021-05-05T20:18:53.838Z] ---> Running in ed93b68be095 [2021-05-05T20:18:54.889Z] Removing intermediate container 563537a12e78 [2021-05-05T20:18:54.889Z] ---> 9f65ba72c931 [2021-05-05T20:18:54.889Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-05T20:18:54.889Z] Removing intermediate container ed6d7f8d1d5c [2021-05-05T20:18:54.889Z] ---> e488e3f2564b [2021-05-05T20:18:54.889Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-05T20:18:54.889Z] Removing intermediate container 1c144e7c354d [2021-05-05T20:18:54.889Z] ---> ca1f1259494e [2021-05-05T20:18:54.889Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-05T20:18:54.889Z] Removing intermediate container d6f10d19e494 [2021-05-05T20:18:54.889Z] ---> d67e2c99613a [2021-05-05T20:18:54.889Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-05T20:18:54.889Z] Removing intermediate container ed93b68be095 [2021-05-05T20:18:54.889Z] ---> 8f02f223f5b6 [2021-05-05T20:18:54.889Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-05T20:18:54.889Z] ---> Running in a34ab3850e9f [2021-05-05T20:18:54.889Z] ---> Running in 36eb82dd00cd [2021-05-05T20:18:55.216Z] ---> Running in b2e16d7fec06 [2021-05-05T20:18:55.216Z] ---> Running in 06100206e161 [2021-05-05T20:18:55.216Z] ---> Running in 67147c0b5341 [2021-05-05T20:18:59.813Z] Removing intermediate container b2e16d7fec06 [2021-05-05T20:18:59.813Z] ---> 97231aa09fd6 [2021-05-05T20:18:59.813Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-05-05T20:18:59.813Z] Removing intermediate container a34ab3850e9f [2021-05-05T20:18:59.813Z] ---> 16025ae00746 [2021-05-05T20:18:59.813Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-05-05T20:19:00.102Z] ---> Running in 77ace2364e25 [2021-05-05T20:19:00.102Z] ---> Running in 4e24064f69f9 [2021-05-05T20:19:00.418Z] Removing intermediate container 36eb82dd00cd [2021-05-05T20:19:00.418Z] ---> 3efb4a31abd1 [2021-05-05T20:19:00.418Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-05-05T20:19:00.418Z] Removing intermediate container 67147c0b5341 [2021-05-05T20:19:00.418Z] ---> 208afcaa13e1 [2021-05-05T20:19:00.418Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-05-05T20:19:00.418Z] Removing intermediate container 06100206e161 [2021-05-05T20:19:00.418Z] ---> 646fa87366c7 [2021-05-05T20:19:00.418Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-05-05T20:19:00.418Z] ---> Running in 72cefb07884b [2021-05-05T20:19:00.418Z] ---> Running in 8c0ad149c3cb [2021-05-05T20:19:00.724Z] ---> Running in 9225db11cf42 [2021-05-05T20:19:01.850Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-05T20:19:01.850Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-05T20:19:02.176Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-05T20:19:02.176Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-05T20:19:02.457Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-05T20:19:02.787Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-05T20:19:03.116Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-05T20:19:03.116Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-05T20:19:03.116Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-05T20:19:03.783Z] OK: 219 MiB in 52 packages [2021-05-05T20:19:03.783Z] OK: 219 MiB in 52 packages [2021-05-05T20:19:03.784Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-05T20:19:03.784Z] OK: 219 MiB in 52 packages [2021-05-05T20:19:03.784Z] OK: 219 MiB in 52 packages [2021-05-05T20:19:04.866Z] Removing intermediate container 4e24064f69f9 [2021-05-05T20:19:04.867Z] ---> 999b56a256f9 [2021-05-05T20:19:04.867Z] Step 6/31 : COPY go.mod . [2021-05-05T20:19:04.867Z] OK: 219 MiB in 52 packages [2021-05-05T20:19:05.142Z] Removing intermediate container 77ace2364e25 [2021-05-05T20:19:05.142Z] ---> 39e5fe13e1ea [2021-05-05T20:19:05.142Z] Step 6/22 : COPY go.mod . [2021-05-05T20:19:06.222Z] Removing intermediate container 8c0ad149c3cb [2021-05-05T20:19:06.222Z] ---> 10fa007ce2c2 [2021-05-05T20:19:06.222Z] Step 6/21 : COPY go.mod . [2021-05-05T20:19:06.222Z] Removing intermediate container 72cefb07884b [2021-05-05T20:19:06.222Z] ---> 252fa7f3f31b [2021-05-05T20:19:06.222Z] Step 6/23 : COPY go.mod . [2021-05-05T20:19:06.222Z] ---> 9c88334fb786 [2021-05-05T20:19:06.222Z] Step 7/31 : RUN go mod download [2021-05-05T20:19:06.679Z] ---> Running in a20e98ed087a [2021-05-05T20:19:06.679Z] ---> a2f1425e8f63 [2021-05-05T20:19:06.679Z] Step 7/22 : RUN go mod download [2021-05-05T20:19:07.382Z] ---> d835e56c17e3 [2021-05-05T20:19:07.382Z] Step 7/23 : RUN go mod download [2021-05-05T20:19:07.382Z] ---> Running in b192a8790f92 [2021-05-05T20:19:07.382Z] ---> fca108605dd5 [2021-05-05T20:19:07.382Z] Step 7/21 : RUN go mod download [2021-05-05T20:19:07.382Z] Removing intermediate container 9225db11cf42 [2021-05-05T20:19:07.382Z] ---> 21192032c404 [2021-05-05T20:19:07.382Z] Step 6/22 : COPY go.mod . [2021-05-05T20:19:07.382Z] ---> Running in c8c8b28ce7c5 [2021-05-05T20:19:07.824Z] ---> Running in 2350bf9d320d [2021-05-05T20:19:07.824Z] ---> 9ce484693c13 [2021-05-05T20:19:07.824Z] Step 7/22 : RUN go mod download [2021-05-05T20:19:08.443Z] ---> Running in 42eef84e61e8 [2021-05-05T20:19:11.293Z] Removing intermediate container a20e98ed087a [2021-05-05T20:19:11.293Z] ---> 239f2946065a [2021-05-05T20:19:11.293Z] Step 8/31 : COPY . . [2021-05-05T20:19:11.590Z] Removing intermediate container b192a8790f92 [2021-05-05T20:19:11.590Z] ---> 9fe93875b237 [2021-05-05T20:19:11.590Z] Step 8/22 : COPY . . [2021-05-05T20:19:11.918Z] Removing intermediate container 2350bf9d320d [2021-05-05T20:19:11.918Z] ---> 0417049a6d77 [2021-05-05T20:19:11.918Z] Step 8/21 : COPY . . [2021-05-05T20:19:11.918Z] Removing intermediate container c8c8b28ce7c5 [2021-05-05T20:19:11.918Z] ---> 405203886d46 [2021-05-05T20:19:11.918Z] Step 8/23 : COPY . . [2021-05-05T20:19:12.571Z] Removing intermediate container 42eef84e61e8 [2021-05-05T20:19:12.571Z] ---> fb817184475d [2021-05-05T20:19:12.571Z] Step 8/22 : COPY . . [2021-05-05T20:19:54.656Z] gofmt -l . [2021-05-05T20:19:54.656Z] [ "`gofmt -l .`" = "" ] [2021-05-05T20:19:55.628Z] ./bin/test-go-mod-tidy.sh [2021-05-05T20:19:56.224Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-05-05T20:19:58.892Z] + ls -al . [2021-05-05T20:19:58.892Z] total 836 [2021-05-05T20:19:58.892Z] drwxrwxr-x 9 1001 1001 4096 May 5 20:19 . [2021-05-05T20:19:58.892Z] drwxr-xr-x 4 root root 4096 May 5 20:14 .. [2021-05-05T20:19:58.892Z] -rw-rw-r-- 1 1001 1001 11 May 5 20:13 .dockerignore [2021-05-05T20:19:58.892Z] drwxrwxr-x 8 1001 1001 4096 May 5 20:13 .git [2021-05-05T20:19:58.892Z] drwxrwxr-x 3 1001 1001 4096 May 5 20:13 .github [2021-05-05T20:19:58.892Z] -rw-rw-r-- 1 1001 1001 818 May 5 20:13 .gitignore [2021-05-05T20:19:58.892Z] -rw-rw-r-- 1 1001 1001 166 May 5 20:13 .sonarcloud.properties [2021-05-05T20:19:58.892Z] -rw-rw-r-- 1 1001 1001 8609 May 5 20:13 Attribution.txt [2021-05-05T20:19:58.892Z] -rw-rw-r-- 1 1001 1001 3804 May 5 20:13 CONTRIBUTING.md [2021-05-05T20:19:58.892Z] -rw-rw-r-- 1 1001 1001 931 May 5 20:13 Dockerfile.build [2021-05-05T20:19:58.892Z] -rw-rw-r-- 1 1001 1001 863 May 5 20:13 Jenkinsfile [2021-05-05T20:19:58.892Z] -rw-rw-r-- 1 1001 1001 10775 May 5 20:13 LICENSE [2021-05-05T20:19:58.892Z] -rw-rw-r-- 1 1001 1001 5774 May 5 20:13 Makefile [2021-05-05T20:19:58.892Z] -rw-rw-r-- 1 1001 1001 7978 May 5 20:13 README.md [2021-05-05T20:19:58.892Z] -rw-rw-r-- 1 1001 1001 6755 May 5 20:13 SECURITY.md [2021-05-05T20:19:58.892Z] -rw-rw-r-- 1 1001 1001 5 May 5 20:10 VERSION [2021-05-05T20:19:58.892Z] -rw-rw-r-- 1 1001 1001 4131 May 5 20:13 ZMQWindows.md [2021-05-05T20:19:58.892Z] drwxrwxr-x 2 1001 1001 4096 May 5 20:13 bin [2021-05-05T20:19:58.892Z] drwxrwxr-x 14 1001 1001 4096 May 5 20:13 cmd [2021-05-05T20:19:58.892Z] -rw-r--r-- 1 root root 699522 May 5 20:18 coverage.out [2021-05-05T20:19:58.892Z] -rw-r--r-- 1 root root 1060 May 5 20:19 go.mod [2021-05-05T20:19:58.892Z] -rw-r--r-- 1 root root 21980 May 5 20:14 go.sum [2021-05-05T20:19:58.892Z] drwxrwxr-x 8 1001 1001 4096 May 5 20:13 internal [2021-05-05T20:19:58.892Z] drwxrwxr-x 4 1001 1001 4096 May 5 20:13 openapi [2021-05-05T20:19:58.892Z] drwxrwxr-x 4 1001 1001 4096 May 5 20:13 snap [2021-05-05T20:19:58.892Z] -rw-rw-r-- 1 1001 1001 168 May 5 20:13 version.go [Pipeline] sh [2021-05-05T20:19:59.572Z] + '[' -e coverage.out ] [2021-05-05T20:19:59.572Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-05-05T20:19:59.603Z] Warning: overwriting stash ‘coverage-report’ [2021-05-05T20:20:00.965Z] Stashed 1 file(s) [Pipeline] sh [2021-05-05T20:20:01.678Z] + make build [2021-05-05T20:20:01.678Z] 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-05-05T20:20:10.071Z] 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-05-05T20:20:35.802Z] ---> eac29ba8be14 [2021-05-05T20:20:35.802Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-05-05T20:20:35.802Z] ---> 32c1592252ee [2021-05-05T20:20:35.802Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-05-05T20:20:35.802Z] ---> c0374b5e2517 [2021-05-05T20:20:35.802Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-05-05T20:20:35.802Z] ---> f4a942ea6bdc [2021-05-05T20:20:35.802Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-05-05T20:20:35.802Z] ---> a2cde8f6d2bb [2021-05-05T20:20:35.802Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-05-05T20:20:35.802Z] ---> Running in c48ed472aa78 [2021-05-05T20:20:35.802Z] ---> Running in 1b611ef78de5 [2021-05-05T20:20:35.802Z] ---> Running in 2cf1609e5293 [2021-05-05T20:20:35.802Z] ---> Running in 6095208c3190 [2021-05-05T20:20:35.802Z] ---> Running in a6109e2a37a8 [2021-05-05T20:20:35.802Z] 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-05-05T20:20:35.802Z] 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-05-05T20:20:35.802Z] 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-05-05T20:20:35.802Z] 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-05-05T20:20:35.802Z] 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-05-05T20:20:36.959Z] 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-05-05T20:20:38.391Z] 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-05-05T20:20:42.681Z] 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-05-05T20:20:43.661Z] 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-05-05T20:20:47.978Z] 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-05-05T20:20:52.282Z] 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-05-05T20:20:54.905Z] 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-05-05T20:20:58.309Z] 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-05-05T20:21:00.933Z] 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-05-05T20:21:04.327Z] 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-05-05T20:21:09.751Z] $ docker stop --time=1 17d58007634042228ad1492c9d2aab6c01400d92004a431847d618c85a1bb52a [2021-05-05T20:21:12.329Z] $ docker rm -f 17d58007634042228ad1492c9d2aab6c01400d92004a431847d618c85a1bb52a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-05T20:21:14.143Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-05-05T20:21:14.143Z] [2021-05-05T20:21:14.143Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-05-05T20:21:14.511Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-05-05T20:21:14.511Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-05-05T20:21:14.511Z] 29e5d40040c1: Pulling fs layer [2021-05-05T20:21:14.511Z] 1ce36da41761: Pulling fs layer [2021-05-05T20:21:14.511Z] 25b303627fd3: Pulling fs layer [2021-05-05T20:21:14.785Z] 29e5d40040c1: Verifying Checksum [2021-05-05T20:21:14.785Z] 29e5d40040c1: Download complete [2021-05-05T20:21:15.401Z] 29e5d40040c1: Pull complete [2021-05-05T20:21:15.672Z] 1ce36da41761: Verifying Checksum [2021-05-05T20:21:15.672Z] 1ce36da41761: Download complete [2021-05-05T20:21:16.656Z] 1ce36da41761: Pull complete [2021-05-05T20:21:17.248Z] 25b303627fd3: Download complete [2021-05-05T20:21:27.435Z] 25b303627fd3: Pull complete [2021-05-05T20:21:27.435Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-05-05T20:21:27.435Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-05-05T20:21:27.435Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-05-05T20:21:27.699Z] prd-ubuntu18.04-docker-arm64-4c-16g-3082 does not seem to be running inside a container [2021-05-05T20:21:27.778Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-05-05T20:21:30.888Z] $ docker top 876fe9694a30dd42de37379a107d2f85db42120e0069cd7308d7e007cf876379 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-05T20:21:31.854Z] + docker-compose build --help [2021-05-05T20:21:31.854Z] + grep parallel [2021-05-05T20:21:33.193Z] 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-05-05T20:21:35.230Z] --parallel Build images in parallel. [Pipeline] } [2021-05-05T20:21:35.515Z] $ docker stop --time=1 876fe9694a30dd42de37379a107d2f85db42120e0069cd7308d7e007cf876379 [2021-05-05T20:21:37.448Z] $ docker rm -f 876fe9694a30dd42de37379a107d2f85db42120e0069cd7308d7e007cf876379 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-05T20:21:38.119Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-05-05T20:21:38.119Z] . [Pipeline] withDockerContainer [2021-05-05T20:21:38.383Z] prd-ubuntu18.04-docker-arm64-4c-16g-3082 does not seem to be running inside a container [2021-05-05T20:21:38.453Z] $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-05-05T20:21:39.881Z] $ docker top 2458cf9a451246958dd736ad500d3dc8ebddda4dd80638d12390cdff73e27cb9 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-05T20:21:40.850Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-05-05T20:21:44.392Z] Removing intermediate container c48ed472aa78 [2021-05-05T20:21:44.392Z] ---> 6ad3761045a6 [2021-05-05T20:21:44.392Z] [2021-05-05T20:21:44.392Z] Step 10/31 : FROM alpine:3.12 [2021-05-05T20:21:44.392Z] 3.12: Pulling from library/alpine [2021-05-05T20:21:44.392Z] Removing intermediate container 2cf1609e5293 [2021-05-05T20:21:44.392Z] ---> c8f3832dde2a [2021-05-05T20:21:44.392Z] [2021-05-05T20:21:44.392Z] Step 10/22 : FROM alpine:3.12 [2021-05-05T20:21:44.392Z] 3.12: Pulling from library/alpine [2021-05-05T20:21:45.139Z] Building docker-core-command-go ... [2021-05-05T20:21:45.139Z] Building docker-core-data-go ... [2021-05-05T20:21:45.139Z] Building docker-core-metadata-go ... [2021-05-05T20:21:45.139Z] Building docker-security-bootstrapper-go ... [2021-05-05T20:21:45.139Z] Building docker-security-proxy-setup-go ... [2021-05-05T20:21:45.139Z] Building docker-security-secretstore-setup-go ... [2021-05-05T20:21:45.139Z] Building docker-support-notifications-go ... [2021-05-05T20:21:45.139Z] Building docker-support-scheduler-go ... [2021-05-05T20:21:45.139Z] Building docker-sys-mgmt-agent-go ... [2021-05-05T20:21:45.139Z] Building docker-support-notifications-go [2021-05-05T20:21:45.139Z] Building docker-support-scheduler-go [2021-05-05T20:21:45.139Z] Building docker-security-secretstore-setup-go [2021-05-05T20:21:45.139Z] Building docker-core-metadata-go [2021-05-05T20:21:45.139Z] Building docker-security-proxy-setup-go [2021-05-05T20:21:45.876Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-05-05T20:21:45.877Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-05-05T20:21:45.877Z] Status: Downloaded newer image for alpine:3.12 [2021-05-05T20:21:45.877Z] ---> 13621d1b12d4 [2021-05-05T20:21:45.877Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-05-05T20:21:45.877Z] Status: Image is up to date for alpine:3.12 [2021-05-05T20:21:45.877Z] ---> 13621d1b12d4 [2021-05-05T20:21:45.877Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-05-05T20:21:47.520Z] ---> Running in 814e9ca17b92 [2021-05-05T20:21:47.520Z] ---> Running in 4af691b647a3 [2021-05-05T20:21:50.229Z] Removing intermediate container 1b611ef78de5 [2021-05-05T20:21:50.229Z] ---> 5ef9dd1b7941 [2021-05-05T20:21:50.229Z] [2021-05-05T20:21:50.229Z] Step 10/22 : FROM alpine:3.12 [2021-05-05T20:21:50.229Z] ---> 13621d1b12d4 [2021-05-05T20:21:50.229Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-05-05T20:21:50.229Z] Removing intermediate container a6109e2a37a8 [2021-05-05T20:21:50.229Z] ---> b4a2b1887233 [2021-05-05T20:21:50.229Z] [2021-05-05T20:21:50.229Z] Step 10/21 : FROM alpine:3.12 [2021-05-05T20:21:50.229Z] ---> 13621d1b12d4 [2021-05-05T20:21:50.229Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-05-05T20:21:50.229Z] Removing intermediate container 814e9ca17b92 [2021-05-05T20:21:50.229Z] ---> 3f75da0ba186 [2021-05-05T20:21:50.229Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-05-05T20:21:50.229Z] ---> Running in 74957312fe85 [2021-05-05T20:21:50.229Z] ---> Running in 885bad6938cf [2021-05-05T20:21:50.554Z] Removing intermediate container 6095208c3190 [2021-05-05T20:21:50.554Z] ---> da3c6741f763 [2021-05-05T20:21:50.554Z] [2021-05-05T20:21:50.554Z] Step 10/23 : FROM alpine:3.12 [2021-05-05T20:21:50.554Z] ---> 13621d1b12d4 [2021-05-05T20:21:50.554Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-05-05T20:21:50.554Z] ---> Running in f0368bb4afc0 [2021-05-05T20:21:50.554Z] ---> Running in 37e479dfe5b2 [2021-05-05T20:21:50.886Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-05T20:21:50.886Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-05T20:21:51.634Z] (1/2) Installing ca-certificates (20191127-r4) [2021-05-05T20:21:51.634Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-05T20:21:51.634Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-05-05T20:21:51.634Z] Executing busybox-1.31.1-r20.trigger [2021-05-05T20:21:51.634Z] Executing ca-certificates-20191127-r4.trigger [2021-05-05T20:21:51.634Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-05T20:21:51.634Z] OK: 6 MiB in 16 packages [2021-05-05T20:21:52.293Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-05T20:21:52.293Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-05-05T20:21:52.293Z] Executing busybox-1.31.1-r20.trigger [2021-05-05T20:21:52.293Z] OK: 6 MiB in 15 packages [2021-05-05T20:21:52.293Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-05T20:21:52.293Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-05T20:21:52.293Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-05T20:21:52.618Z] (1/4) Installing ca-certificates (20191127-r4) [2021-05-05T20:21:52.618Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-05T20:21:52.618Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-05T20:21:52.618Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-05-05T20:21:52.618Z] (3/4) Installing libcurl (7.76.1-r0) [2021-05-05T20:21:52.618Z] (4/4) Installing curl (7.76.1-r0) [2021-05-05T20:21:52.618Z] Executing busybox-1.31.1-r20.trigger [2021-05-05T20:21:52.618Z] Executing ca-certificates-20191127-r4.trigger [2021-05-05T20:21:52.942Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-05-05T20:21:52.942Z] (2/2) Installing su-exec (0.2-r1) [2021-05-05T20:21:52.942Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-05-05T20:21:52.942Z] Executing busybox-1.31.1-r20.trigger [2021-05-05T20:21:52.942Z] OK: 6 MiB in 15 packages [2021-05-05T20:21:52.942Z] OK: 7 MiB in 18 packages [2021-05-05T20:21:52.942Z] Executing busybox-1.31.1-r20.trigger [2021-05-05T20:21:52.942Z] OK: 6 MiB in 16 packages [2021-05-05T20:21:55.011Z] Removing intermediate container 4af691b647a3 [2021-05-05T20:21:55.011Z] ---> af49f90b905f [2021-05-05T20:21:55.011Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-05-05T20:21:55.011Z] Removing intermediate container 74957312fe85 [2021-05-05T20:21:55.011Z] ---> c8b1d3a50ad9 [2021-05-05T20:21:55.011Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-05-05T20:21:55.011Z] ---> Running in fb8d1f8ac12f [2021-05-05T20:21:55.346Z] ---> Running in 48ed29b58420 [2021-05-05T20:21:55.346Z] Removing intermediate container 37e479dfe5b2 [2021-05-05T20:21:55.346Z] ---> 9163b6160da5 [2021-05-05T20:21:55.346Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-05-05T20:21:55.623Z] Removing intermediate container 885bad6938cf [2021-05-05T20:21:55.623Z] ---> be13593fb099 [2021-05-05T20:21:55.623Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-05-05T20:21:55.623Z] Removing intermediate container f0368bb4afc0 [2021-05-05T20:21:55.623Z] ---> 1edf8a034748 [2021-05-05T20:21:55.623Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-05-05T20:21:55.623Z] Removing intermediate container fb8d1f8ac12f [2021-05-05T20:21:55.623Z] ---> 47b59cf0fd55 [2021-05-05T20:21:55.623Z] Step 13/22 : ENV APP_PORT=48060 [2021-05-05T20:21:55.623Z] ---> Running in b96d8e48fd2e [2021-05-05T20:21:55.934Z] ---> Running in 25c516b68110 [2021-05-05T20:21:56.217Z] ---> Running in ef4fb3015665 [2021-05-05T20:21:56.217Z] ---> Running in aeb7e4af06fd [2021-05-05T20:21:56.506Z] Removing intermediate container 48ed29b58420 [2021-05-05T20:21:56.506Z] ---> 611c60df18b8 [2021-05-05T20:21:56.506Z] Step 13/22 : ENV APP_PORT=48085 [2021-05-05T20:21:56.506Z] ---> Running in 70dd81dc7ac4 [2021-05-05T20:21:56.506Z] Removing intermediate container b96d8e48fd2e [2021-05-05T20:21:56.506Z] ---> c10a2a084460 [2021-05-05T20:21:56.506Z] Step 13/23 : ENV APP_PORT=48081 [2021-05-05T20:21:56.506Z] Removing intermediate container 25c516b68110 [2021-05-05T20:21:56.506Z] ---> 6bb192967ee3 [2021-05-05T20:21:56.506Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-05-05T20:21:56.806Z] Removing intermediate container ef4fb3015665 [2021-05-05T20:21:56.806Z] ---> 71ee18c44934 [2021-05-05T20:21:56.806Z] Step 13/21 : WORKDIR /edgex [2021-05-05T20:21:56.806Z] ---> Running in 3214dc076bc8 [2021-05-05T20:21:56.806Z] ---> Running in cd826d433aee [2021-05-05T20:21:56.806Z] Removing intermediate container aeb7e4af06fd [2021-05-05T20:21:56.806Z] ---> ae16784b8f0d [2021-05-05T20:21:56.806Z] Step 14/22 : EXPOSE $APP_PORT [2021-05-05T20:21:57.078Z] ---> Running in 5229b711790d [2021-05-05T20:21:57.078Z] ---> Running in 11dd56cdbb18 [2021-05-05T20:21:57.357Z] Removing intermediate container 70dd81dc7ac4 [2021-05-05T20:21:57.357Z] ---> 8f1ebd904809 [2021-05-05T20:21:57.357Z] Step 14/22 : EXPOSE $APP_PORT [2021-05-05T20:21:57.357Z] Removing intermediate container cd826d433aee [2021-05-05T20:21:57.357Z] ---> f729796220d6 [2021-05-05T20:21:57.357Z] Step 14/23 : EXPOSE $APP_PORT [2021-05-05T20:21:57.357Z] Removing intermediate container 3214dc076bc8 [2021-05-05T20:21:57.357Z] ---> 07ad8d9cdc1b [2021-05-05T20:21:57.357Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-05-05T20:21:57.357Z] Removing intermediate container 5229b711790d [2021-05-05T20:21:57.357Z] ---> 1e710a4f282e [2021-05-05T20:21:57.357Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-05-05T20:21:57.641Z] Removing intermediate container 11dd56cdbb18 [2021-05-05T20:21:57.641Z] ---> 4590c07b236a [2021-05-05T20:21:57.641Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-05T20:21:57.641Z] ---> Running in 0629b393b16e [2021-05-05T20:21:57.641Z] ---> Running in 89df19ef55d6 [2021-05-05T20:21:57.641Z] ---> Running in 1a960e8e1328 [2021-05-05T20:21:58.305Z] Removing intermediate container 89df19ef55d6 [2021-05-05T20:21:58.305Z] ---> 2884577f0650 [2021-05-05T20:21:58.305Z] Step 15/23 : WORKDIR / [2021-05-05T20:21:58.305Z] Removing intermediate container 0629b393b16e [2021-05-05T20:21:58.305Z] ---> ec1c6fb58bde [2021-05-05T20:21:58.305Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-05T20:21:58.627Z] ---> 0fbb94700137 [2021-05-05T20:21:58.627Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-05-05T20:21:58.627Z] ---> Running in b3c998edd8b0 [2021-05-05T20:21:58.627Z] ---> e4741056970a [2021-05-05T20:21:58.627Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-05-05T20:21:59.912Z] ---> 584490d2a039 [2021-05-05T20:21:59.912Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-05-05T20:22:00.208Z] Removing intermediate container b3c998edd8b0 [2021-05-05T20:22:00.208Z] ---> d07cb95356b7 [2021-05-05T20:22:00.208Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-05T20:22:00.994Z] ---> 853180bcda98 [2021-05-05T20:22:00.994Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-05-05T20:22:01.297Z] ---> 1c640c8ff3b5 [2021-05-05T20:22:01.297Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-05-05T20:22:01.582Z] ---> 1dadaa3ca18c [2021-05-05T20:22:01.582Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-05-05T20:22:01.896Z] ---> 66f7810902be [2021-05-05T20:22:01.896Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-05-05T20:22:01.896Z] Removing intermediate container 1a960e8e1328 [2021-05-05T20:22:01.896Z] ---> 1dbbccc9b296 [2021-05-05T20:22:01.896Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-05-05T20:22:02.200Z] ---> Running in 10ab56b72451 [2021-05-05T20:22:02.200Z] ---> 0659e8f435b2 [2021-05-05T20:22:02.200Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-05-05T20:22:02.509Z] ---> 3571a92ab3f1 [2021-05-05T20:22:02.509Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-05-05T20:22:02.509Z] ---> Running in 3607f46d1101 [2021-05-05T20:22:02.806Z] ---> ef0756c40a12 [2021-05-05T20:22:02.806Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-05-05T20:22:02.806Z] ---> Running in ac289c168ffc [2021-05-05T20:22:03.138Z] ---> Running in 41344430cdf0 [2021-05-05T20:22:03.138Z] Removing intermediate container 10ab56b72451 [2021-05-05T20:22:03.138Z] ---> 3b8ab27143aa [2021-05-05T20:22:03.138Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-05-05T20:22:03.138Z] ---> 98aff329fe78 [2021-05-05T20:22:03.138Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-05-05T20:22:03.517Z] Removing intermediate container ac289c168ffc [2021-05-05T20:22:03.517Z] ---> 6432ad048b4a [2021-05-05T20:22:03.517Z] Step 18/21 : CMD ["--init=true"] [2021-05-05T20:22:03.517Z] Removing intermediate container 3607f46d1101 [2021-05-05T20:22:03.517Z] ---> e96e7e34f996 [2021-05-05T20:22:03.517Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-05T20:22:03.517Z] ---> Running in c0d42994844d [2021-05-05T20:22:03.517Z] ---> Running in 6b9641266749 [2021-05-05T20:22:03.803Z] Removing intermediate container 41344430cdf0 [2021-05-05T20:22:03.803Z] ---> efbf35c2fb81 [2021-05-05T20:22:03.803Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-05T20:22:04.089Z] ---> Running in 05823682c4da [2021-05-05T20:22:04.089Z] Removing intermediate container 6b9641266749 [2021-05-05T20:22:04.089Z] ---> 5d5aae56fe5d [2021-05-05T20:22:04.089Z] Step 20/22 : LABEL arch=x86_64 [2021-05-05T20:22:04.368Z] Removing intermediate container c0d42994844d [2021-05-05T20:22:04.368Z] ---> 6ff278187471 [2021-05-05T20:22:04.368Z] Step 19/21 : LABEL arch=x86_64 [2021-05-05T20:22:04.368Z] ---> ee1cb3c8ba29 [2021-05-05T20:22:04.368Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-05-05T20:22:04.368Z] ---> Running in 423891f0dbcb [2021-05-05T20:22:04.696Z] ---> 83b406f0cefe [2021-05-05T20:22:04.697Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-05-05T20:22:04.697Z] ---> Running in 1654bb7d8171 [2021-05-05T20:22:04.697Z] ---> Running in d963410dcf48 [2021-05-05T20:22:04.697Z] Removing intermediate container 05823682c4da [2021-05-05T20:22:04.697Z] ---> 7c1eb1a2ae3b [2021-05-05T20:22:04.697Z] Step 20/22 : LABEL arch=x86_64 [2021-05-05T20:22:04.697Z] ---> Running in 55fe367cdc75 [2021-05-05T20:22:05.007Z] ---> Running in 5ebd39cc4cce [2021-05-05T20:22:05.306Z] Removing intermediate container 1654bb7d8171 [2021-05-05T20:22:05.306Z] ---> 8ca9e79417be [2021-05-05T20:22:05.306Z] Step 20/21 : LABEL git_sha=b91a20da177c7cf0cbbb1a081435ab1666a7fa7d [2021-05-05T20:22:05.306Z] Removing intermediate container 423891f0dbcb [2021-05-05T20:22:05.306Z] ---> 4cd30eea8735 [2021-05-05T20:22:05.306Z] Step 21/22 : LABEL git_sha=b91a20da177c7cf0cbbb1a081435ab1666a7fa7d [2021-05-05T20:22:05.306Z] ---> Running in f1a7189d21a0 [2021-05-05T20:22:05.306Z] ---> Running in 448dc1274aba [2021-05-05T20:22:05.687Z] Removing intermediate container 55fe367cdc75 [2021-05-05T20:22:05.687Z] ---> e9a2b5c027ec [2021-05-05T20:22:05.687Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-05T20:22:05.687Z] Removing intermediate container 5ebd39cc4cce [2021-05-05T20:22:05.687Z] ---> 0856cfd058e5 [2021-05-05T20:22:05.687Z] Step 21/22 : LABEL git_sha=b91a20da177c7cf0cbbb1a081435ab1666a7fa7d [2021-05-05T20:22:06.005Z] ---> Running in 81a41603e485 [2021-05-05T20:22:06.005Z] ---> Running in 1c0d541f732d [2021-05-05T20:22:06.005Z] Removing intermediate container f1a7189d21a0 [2021-05-05T20:22:06.005Z] ---> 889df4114424 [2021-05-05T20:22:06.005Z] Step 21/21 : LABEL version=0.0.0 [2021-05-05T20:22:06.297Z] Removing intermediate container 448dc1274aba [2021-05-05T20:22:06.297Z] ---> b56c8d091f2f [2021-05-05T20:22:06.297Z] Step 22/22 : LABEL version=0.0.0 [2021-05-05T20:22:06.297Z] ---> Running in f81c849524fd [2021-05-05T20:22:06.933Z] Removing intermediate container 81a41603e485 [2021-05-05T20:22:06.933Z] ---> 9896cdbca026 [2021-05-05T20:22:06.933Z] Step 21/23 : LABEL arch=x86_64 [2021-05-05T20:22:06.933Z] ---> Running in 99eb2271c583 [2021-05-05T20:22:06.933Z] Removing intermediate container 1c0d541f732d [2021-05-05T20:22:06.933Z] ---> 2b14d1b498c1 [2021-05-05T20:22:06.933Z] Step 22/22 : LABEL version=0.0.0 [2021-05-05T20:22:07.232Z] ---> Running in cb0a73c3bfec [2021-05-05T20:22:07.232Z] Removing intermediate container f81c849524fd [2021-05-05T20:22:07.232Z] ---> 4f7186a3f2ba [2021-05-05T20:22:07.232Z] [2021-05-05T20:22:07.232Z] ---> Running in 4ca1c03874c0 [2021-05-05T20:22:07.853Z] Removing intermediate container 99eb2271c583 [2021-05-05T20:22:07.853Z] ---> 6946bd77e5ac [2021-05-05T20:22:07.853Z] [2021-05-05T20:22:07.853Z] Removing intermediate container cb0a73c3bfec [2021-05-05T20:22:07.853Z] ---> 852a7715353a [2021-05-05T20:22:07.853Z] Step 22/23 : LABEL git_sha=b91a20da177c7cf0cbbb1a081435ab1666a7fa7d [2021-05-05T20:22:07.853Z] Removing intermediate container 4ca1c03874c0 [2021-05-05T20:22:07.853Z] ---> 9a7525c7b720 [2021-05-05T20:22:07.853Z] [2021-05-05T20:22:08.126Z] ---> Running in d40effc94fe3 [2021-05-05T20:22:08.126Z] Removing intermediate container d963410dcf48 [2021-05-05T20:22:08.126Z] ---> 7fe4d827603d [2021-05-05T20:22:08.126Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-05T20:22:08.403Z] Successfully built 4f7186a3f2ba [2021-05-05T20:22:08.403Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-05-05T20:22:08.403Z]  Building docker-security-proxy-setup-go ... done Building docker-sys-mgmt-agent-go [2021-05-05T20:22:08.403Z] Successfully built 6946bd77e5ac [2021-05-05T20:22:08.403Z] Successfully built 9a7525c7b720 [2021-05-05T20:22:08.682Z] Successfully tagged docker-support-notifications-go:latest [2021-05-05T20:22:08.682Z] Building docker-core-command-go [2021-05-05T20:22:08.682Z]  Building docker-support-notifications-go ... done Removing intermediate container d40effc94fe3 [2021-05-05T20:22:08.682Z] ---> 84aa37d0ee1e [2021-05-05T20:22:08.682Z] Step 23/23 : LABEL version=0.0.0 [2021-05-05T20:22:08.682Z] Successfully tagged docker-support-scheduler-go:latest [2021-05-05T20:22:08.682Z]  Building docker-support-scheduler-go ... done Building docker-core-data-go [2021-05-05T20:22:08.682Z] ---> 5a421d13c202 [2021-05-05T20:22:08.682Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-05-05T20:22:08.989Z] ---> Running in 37d548d3e666 [2021-05-05T20:22:09.622Z] Removing intermediate container 37d548d3e666 [2021-05-05T20:22:09.622Z] ---> f6b627395131 [2021-05-05T20:22:09.622Z] [2021-05-05T20:22:10.261Z] Successfully built f6b627395131 [2021-05-05T20:22:10.261Z] Successfully tagged docker-core-metadata-go:latest [2021-05-05T20:22:10.261Z]  Building docker-core-metadata-go ... done Building docker-security-secretstore-setup-go [2021-05-05T20:22:10.261Z] ---> 0aa426681e5d [2021-05-05T20:22:10.261Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-05-05T20:22:11.806Z] ---> e022f4c0b052 [2021-05-05T20:22:11.806Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-05-05T20:22:14.612Z] ---> 2739c08d6a74 [2021-05-05T20:22:14.612Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-05-05T20:22:15.260Z] ---> cc8691baca55 [2021-05-05T20:22:15.260Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-05-05T20:22:15.544Z] ---> Running in 04cd233e8f93 [2021-05-05T20:22:16.135Z] Removing intermediate container 04cd233e8f93 [2021-05-05T20:22:16.135Z] ---> cede34f71015 [2021-05-05T20:22:16.135Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-05-05T20:22:17.749Z] ---> c683e50b6507 [2021-05-05T20:22:17.749Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-05-05T20:22:18.427Z] ---> Running in a7dd281d0f3c [2021-05-05T20:22:23.023Z] Removing intermediate container a7dd281d0f3c [2021-05-05T20:22:23.023Z] ---> c0cb71119038 [2021-05-05T20:22:23.023Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-05-05T20:22:23.023Z] ---> Running in e5ae881528f7 [2021-05-05T20:22:23.721Z] Removing intermediate container e5ae881528f7 [2021-05-05T20:22:23.721Z] ---> 65dc01f460b1 [2021-05-05T20:22:23.721Z] Step 28/31 : CMD ["gate"] [2021-05-05T20:22:23.721Z] ---> Running in e70517ebcdd6 [2021-05-05T20:22:24.800Z] Removing intermediate container e70517ebcdd6 [2021-05-05T20:22:24.800Z] ---> 1e70858f7f86 [2021-05-05T20:22:24.800Z] Step 29/31 : LABEL arch=x86_64 [2021-05-05T20:22:25.940Z] ---> Running in 6b9d7093d006 [2021-05-05T20:22:27.000Z] Removing intermediate container 6b9d7093d006 [2021-05-05T20:22:27.000Z] ---> b76bc4f81368 [2021-05-05T20:22:27.000Z] Step 30/31 : LABEL git_sha=b91a20da177c7cf0cbbb1a081435ab1666a7fa7d [2021-05-05T20:22:28.060Z] ---> Running in 94b4ef4e72fe [2021-05-05T20:22:29.140Z] Removing intermediate container 94b4ef4e72fe [2021-05-05T20:22:29.140Z] ---> 5dbd4cfaa077 [2021-05-05T20:22:29.140Z] Step 31/31 : LABEL version=0.0.0 [2021-05-05T20:22:29.140Z] ---> Running in 00da4b8e4573 [2021-05-05T20:22:29.420Z] Removing intermediate container 00da4b8e4573 [2021-05-05T20:22:29.420Z] ---> 8ede09752068 [2021-05-05T20:22:29.420Z] [2021-05-05T20:22:29.694Z] Successfully built 8ede09752068 [2021-05-05T20:22:29.694Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-05-05T20:23:06.906Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-05-05T20:23:06.906Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-05-05T20:23:06.906Z] ---> 061d710c50d0 [2021-05-05T20:23:06.906Z] Step 3/22 : WORKDIR /edgex-go [2021-05-05T20:23:06.906Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-05-05T20:23:06.906Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-05-05T20:23:06.906Z] ---> 061d710c50d0 [2021-05-05T20:23:06.906Z] Step 3/21 : WORKDIR /edgex-go [2021-05-05T20:23:06.906Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-05-05T20:23:06.906Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-05-05T20:23:06.906Z] ---> 061d710c50d0 [2021-05-05T20:23:06.906Z] Step 3/23 : WORKDIR /edgex-go [2021-05-05T20:23:06.906Z] Step 1/25 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-05-05T20:23:06.906Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder [2021-05-05T20:23:06.906Z] ---> 061d710c50d0 [2021-05-05T20:23:06.906Z] Step 3/25 : WORKDIR /edgex-go [2021-05-05T20:23:06.906Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-05-05T20:23:06.906Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-05-05T20:23:06.906Z] ---> 061d710c50d0 [2021-05-05T20:23:06.906Z] Step 3/22 : WORKDIR /edgex-go [2021-05-05T20:23:06.906Z] ---> Running in 90b1c8c033db [2021-05-05T20:23:06.906Z] ---> Running in 62caa487fd8c [2021-05-05T20:23:06.906Z] ---> Running in e75574636252 [2021-05-05T20:23:06.906Z] ---> Running in 7b15cfa5c23e [2021-05-05T20:23:06.906Z] ---> Running in 6f3a3d82d0b2 [2021-05-05T20:23:06.906Z] Removing intermediate container 90b1c8c033db [2021-05-05T20:23:06.906Z] ---> 1ff083473f0e [2021-05-05T20:23:06.906Z] Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-05T20:23:06.906Z] Removing intermediate container 62caa487fd8c [2021-05-05T20:23:06.906Z] ---> e27ce974e034 [2021-05-05T20:23:06.906Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-05T20:23:06.906Z] Removing intermediate container 6f3a3d82d0b2 [2021-05-05T20:23:06.906Z] ---> ce87dfb17d29 [2021-05-05T20:23:06.906Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-05T20:23:06.906Z] Removing intermediate container e75574636252 [2021-05-05T20:23:06.906Z] ---> dbb84b31bf1e [2021-05-05T20:23:06.906Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-05T20:23:06.906Z] Removing intermediate container 7b15cfa5c23e [2021-05-05T20:23:06.906Z] ---> 2dcbc35279ef [2021-05-05T20:23:06.906Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-05T20:23:06.906Z] ---> Running in 082f1e347372 [2021-05-05T20:23:06.906Z] ---> Running in eceac541d6f5 [2021-05-05T20:23:06.906Z] ---> Running in cc74879e4488 [2021-05-05T20:23:06.906Z] ---> Running in 99333483c40b [2021-05-05T20:23:06.906Z] ---> Running in 10ac08ea4c35 [2021-05-05T20:23:06.906Z] Removing intermediate container eceac541d6f5 [2021-05-05T20:23:06.906Z] ---> 4fab610ad757 [2021-05-05T20:23:06.906Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-05-05T20:23:06.906Z] ---> Running in 4a2a6a272bde [2021-05-05T20:23:06.906Z] Removing intermediate container cc74879e4488 [2021-05-05T20:23:06.906Z] ---> 3f89204a6f67 [2021-05-05T20:23:06.906Z] Step 5/25 : RUN apk add --update --no-cache make git [2021-05-05T20:23:06.906Z] Removing intermediate container 082f1e347372 [2021-05-05T20:23:06.906Z] ---> 9e8b3f303e77 [2021-05-05T20:23:06.906Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-05-05T20:23:06.906Z] ---> Running in e7abb2400e03 [2021-05-05T20:23:06.906Z] ---> Running in 917c87e8d0a0 [2021-05-05T20:23:06.906Z] Removing intermediate container 10ac08ea4c35 [2021-05-05T20:23:06.906Z] ---> 3a61be112c78 [2021-05-05T20:23:06.906Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-05-05T20:23:06.906Z] Removing intermediate container 99333483c40b [2021-05-05T20:23:06.906Z] ---> fd9a2133fee4 [2021-05-05T20:23:06.906Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-05-05T20:23:06.906Z] ---> Running in 1437b3596cf9 [2021-05-05T20:23:06.906Z] ---> Running in c29f5371f6f4 [2021-05-05T20:23:06.906Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-05T20:23:06.906Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-05T20:23:06.906Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-05T20:23:06.906Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-05T20:23:06.906Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-05T20:23:06.906Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-05T20:23:06.906Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-05T20:23:06.906Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-05T20:23:06.906Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-05T20:23:06.906Z] OK: 218 MiB in 52 packages [2021-05-05T20:23:06.906Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-05T20:23:06.906Z] OK: 218 MiB in 52 packages [2021-05-05T20:23:06.906Z] OK: 218 MiB in 52 packages [2021-05-05T20:23:06.906Z] OK: 218 MiB in 52 packages [2021-05-05T20:23:07.185Z] Removing intermediate container 4a2a6a272bde [2021-05-05T20:23:07.185Z] ---> 9678fc89e63d [2021-05-05T20:23:07.185Z] Step 6/22 : COPY go.mod .OK: 218 MiB in 52 packages [2021-05-05T20:23:07.185Z] [2021-05-05T20:23:08.174Z] Removing intermediate container e7abb2400e03 [2021-05-05T20:23:08.174Z] ---> 0c89bc8c0237 [2021-05-05T20:23:08.174Z] Step 6/23 : COPY go.mod . [2021-05-05T20:23:08.447Z] ---> 9934718f1309 [2021-05-05T20:23:08.447Z] Step 7/22 : RUN go mod download [2021-05-05T20:23:08.447Z] Removing intermediate container 917c87e8d0a0 [2021-05-05T20:23:08.447Z] ---> eebd9efba879 [2021-05-05T20:23:08.447Z] Step 6/25 : COPY go.mod . [2021-05-05T20:23:08.722Z] Removing intermediate container 1437b3596cf9 [2021-05-05T20:23:08.722Z] ---> 05b2cd816e0e [2021-05-05T20:23:08.722Z] Step 6/22 : COPY go.mod . [2021-05-05T20:23:08.722Z] ---> Running in d5d67244a637 [2021-05-05T20:23:08.994Z] Removing intermediate container c29f5371f6f4 [2021-05-05T20:23:08.994Z] ---> f47ec8c616a1 [2021-05-05T20:23:08.994Z] Step 6/21 : COPY go.mod . [2021-05-05T20:23:09.260Z]  Building docker-security-bootstrapper-go ... done Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-05-05T20:23:09.260Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-05-05T20:23:09.260Z] ---> e5566d29d0a1 [2021-05-05T20:23:09.260Z] Step 3/23 : WORKDIR /edgex-go [2021-05-05T20:23:09.260Z] ---> Using cache [2021-05-05T20:23:09.260Z] ---> 8f02f223f5b6 [2021-05-05T20:23:09.260Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-05T20:23:09.260Z] ---> Using cache [2021-05-05T20:23:09.260Z] ---> 208afcaa13e1 [2021-05-05T20:23:09.260Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-05-05T20:23:09.260Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-05-05T20:23:09.260Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-05-05T20:23:09.260Z] ---> e5566d29d0a1 [2021-05-05T20:23:09.260Z] Step 3/23 : WORKDIR /edgex-go [2021-05-05T20:23:09.260Z] ---> Using cache [2021-05-05T20:23:09.260Z] ---> 8f02f223f5b6 [2021-05-05T20:23:09.260Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-05T20:23:09.260Z] ---> Using cache [2021-05-05T20:23:09.260Z] ---> 208afcaa13e1 [2021-05-05T20:23:09.260Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-05-05T20:23:09.260Z] ---> Using cache [2021-05-05T20:23:09.260Z] ---> 10fa007ce2c2 [2021-05-05T20:23:09.260Z] Step 6/23 : COPY go.mod . [2021-05-05T20:23:09.260Z] ---> Using cache [2021-05-05T20:23:09.260Z] ---> fca108605dd5 [2021-05-05T20:23:09.260Z] Step 7/23 : RUN go mod download [2021-05-05T20:23:09.260Z] ---> Using cache [2021-05-05T20:23:09.260Z] ---> 0417049a6d77 [2021-05-05T20:23:09.260Z] Step 8/23 : COPY . . [2021-05-05T20:23:09.260Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-05-05T20:23:09.260Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-05-05T20:23:09.260Z] ---> e5566d29d0a1 [2021-05-05T20:23:09.260Z] Step 3/23 : WORKDIR /edgex-go [2021-05-05T20:23:09.260Z] ---> Using cache [2021-05-05T20:23:09.260Z] ---> 8f02f223f5b6 [2021-05-05T20:23:09.260Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-05T20:23:09.260Z] ---> Using cache [2021-05-05T20:23:09.260Z] ---> 208afcaa13e1 [2021-05-05T20:23:09.260Z] Step 5/23 : RUN apk add --update --no-cache make bash git [2021-05-05T20:23:09.260Z] ---> Using cache [2021-05-05T20:23:09.260Z] ---> a2cde8f6d2bb [2021-05-05T20:23:09.260Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-05-05T20:23:09.260Z] Step 1/25 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-05-05T20:23:09.260Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder [2021-05-05T20:23:09.260Z] ---> e5566d29d0a1 [2021-05-05T20:23:09.260Z] Step 3/25 : WORKDIR /edgex-go [2021-05-05T20:23:09.260Z] ---> Using cache [2021-05-05T20:23:09.260Z] ---> 8f02f223f5b6 [2021-05-05T20:23:09.260Z] Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-05T20:23:09.260Z] ---> Using cache [2021-05-05T20:23:09.260Z] ---> 208afcaa13e1 [2021-05-05T20:23:09.261Z] Step 5/25 : RUN apk add --update --no-cache make git [2021-05-05T20:23:09.261Z] ---> Using cache [2021-05-05T20:23:09.261Z] ---> 10fa007ce2c2 [2021-05-05T20:23:09.261Z] Step 6/25 : COPY go.mod . [2021-05-05T20:23:09.261Z] ---> Using cache [2021-05-05T20:23:09.261Z] ---> fca108605dd5 [2021-05-05T20:23:09.261Z] Step 7/25 : RUN go mod download [2021-05-05T20:23:09.261Z] ---> Using cache [2021-05-05T20:23:09.261Z] ---> 0417049a6d77 [2021-05-05T20:23:09.261Z] Step 8/25 : COPY . . [2021-05-05T20:23:09.261Z] ---> Using cache [2021-05-05T20:23:09.261Z] ---> a2cde8f6d2bb [2021-05-05T20:23:09.261Z] Step 9/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-05-05T20:23:09.261Z] ---> Running in 297389f7e303 [2021-05-05T20:23:09.261Z] ---> Running in 88100266532f [2021-05-05T20:23:09.261Z] ---> Running in 5cbceb25c9ae [2021-05-05T20:23:09.261Z] ---> Running in fe228a5a3fd1 [2021-05-05T20:23:09.270Z] ---> 203012de7ce0 [2021-05-05T20:23:09.270Z] Step 7/23 : RUN go mod download [2021-05-05T20:23:09.545Z] ---> Running in cbf208a23630 [2021-05-05T20:23:09.826Z] ---> 9abf7c81683d [2021-05-05T20:23:09.826Z] Step 7/22 : RUN go mod download [2021-05-05T20:23:09.826Z] ---> b12ac7733496 [2021-05-05T20:23:09.827Z] Step 7/25 : RUN go mod download [2021-05-05T20:23:09.868Z] 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-05-05T20:23:09.868Z] 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-05-05T20:23:10.100Z] ---> Running in a72668516b61 [2021-05-05T20:23:10.100Z] ---> Running in 7be39bb4378a [2021-05-05T20:23:10.100Z] ---> f2c08c80699a [2021-05-05T20:23:10.100Z] Step 7/21 : RUN go mod download [2021-05-05T20:23:10.146Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-05T20:23:10.146Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-05T20:23:10.372Z] ---> Running in f0163c216be9 [2021-05-05T20:23:11.382Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-05T20:23:11.683Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-05T20:23:12.374Z] Removing intermediate container d5d67244a637 [2021-05-05T20:23:12.374Z] ---> 4365c2879e22 [2021-05-05T20:23:12.374Z] Step 8/22 : COPY . . [2021-05-05T20:23:12.815Z] OK: 219 MiB in 52 packages [2021-05-05T20:23:13.120Z] OK: 219 MiB in 52 packages [2021-05-05T20:23:13.363Z] Removing intermediate container cbf208a23630 [2021-05-05T20:23:13.363Z] ---> db73e69121b1 [2021-05-05T20:23:13.363Z] Step 8/23 : COPY . . [2021-05-05T20:23:14.802Z] Removing intermediate container a72668516b61 [2021-05-05T20:23:14.802Z] ---> d6fd39421339 [2021-05-05T20:23:14.802Z] Step 8/22 : COPY . . [2021-05-05T20:23:15.078Z] Removing intermediate container 7be39bb4378a [2021-05-05T20:23:15.078Z] ---> 03950f0b7369 [2021-05-05T20:23:15.078Z] Step 8/25 : COPY . . [2021-05-05T20:23:15.248Z] Removing intermediate container fe228a5a3fd1 [2021-05-05T20:23:15.248Z] ---> bbd2b76c5cde [2021-05-05T20:23:15.248Z] Step 6/23 : COPY go.mod . [2021-05-05T20:23:15.248Z] Removing intermediate container 88100266532f [2021-05-05T20:23:15.248Z] ---> 7deecc611065 [2021-05-05T20:23:15.248Z] Step 6/23 : COPY go.mod . [2021-05-05T20:23:15.679Z] Removing intermediate container f0163c216be9 [2021-05-05T20:23:15.679Z] ---> 384f30615a83 [2021-05-05T20:23:15.679Z] Step 8/21 : COPY . . [2021-05-05T20:23:15.981Z] ---> 9db6cfa70874 [2021-05-05T20:23:15.981Z] Step 7/23 : RUN go mod download [2021-05-05T20:23:16.302Z] ---> 714894dda889 [2021-05-05T20:23:16.302Z] Step 7/23 : RUN go mod download [2021-05-05T20:23:16.641Z] ---> Running in 6034d5233c48 [2021-05-05T20:23:16.981Z] ---> Running in 94c9f798edc4 [2021-05-05T20:23:23.507Z] Removing intermediate container 94c9f798edc4 [2021-05-05T20:23:23.507Z] ---> c41e7c96aa2d [2021-05-05T20:23:23.507Z] Step 8/23 : COPY . . [2021-05-05T20:23:23.507Z] Removing intermediate container 6034d5233c48 [2021-05-05T20:23:23.507Z] ---> 0ce153c68197 [2021-05-05T20:23:23.507Z] Step 8/23 : COPY . . [2021-05-05T20:23:42.502Z] ---> eb731b6c74c0 [2021-05-05T20:23:42.502Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-05-05T20:23:42.502Z] ---> 2357f9614b59 [2021-05-05T20:23:42.502Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-05-05T20:23:42.502Z] ---> 15f7bf3e47e0 [2021-05-05T20:23:42.502Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-05-05T20:23:42.502Z] ---> e1147f27ce4a [2021-05-05T20:23:42.502Z] Step 9/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-05-05T20:23:42.502Z] ---> 425c115ff066 [2021-05-05T20:23:42.502Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-05-05T20:23:42.502Z] ---> Running in c7036326dece [2021-05-05T20:23:42.502Z] ---> Running in 06f2e1099f77 [2021-05-05T20:23:42.502Z] ---> Running in f10b0985c7d8 [2021-05-05T20:23:42.502Z] ---> Running in c61d2a265711 [2021-05-05T20:23:42.502Z] ---> Running in 6b916cc02d06 [2021-05-05T20:23:42.502Z] 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-05-05T20:23:42.502Z] 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-05-05T20:23:42.775Z] 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-05-05T20:23:42.775Z] 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-05-05T20:23:43.048Z] 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-05-05T20:24:03.817Z] 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-05-05T20:24:15.072Z] Removing intermediate container 5cbceb25c9ae [2021-05-05T20:24:15.072Z] ---> 5119a43c7cdb [2021-05-05T20:24:15.072Z] [2021-05-05T20:24:15.072Z] Step 10/23 : FROM alpine:3.12 [2021-05-05T20:24:15.072Z] ---> 13621d1b12d4 [2021-05-05T20:24:15.072Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-05-05T20:24:15.503Z] ---> Using cache [2021-05-05T20:24:15.503Z] ---> 9163b6160da5 [2021-05-05T20:24:15.503Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-05-05T20:24:15.503Z] ---> Using cache [2021-05-05T20:24:15.503Z] ---> c10a2a084460 [2021-05-05T20:24:15.503Z] Step 13/23 : ENV APP_PORT=48082 [2021-05-05T20:24:18.595Z] ---> Running in ab5fdb712246 [2021-05-05T20:24:21.706Z] Removing intermediate container ab5fdb712246 [2021-05-05T20:24:21.706Z] ---> 270698684b83 [2021-05-05T20:24:21.706Z] Step 14/23 : EXPOSE $APP_PORT [2021-05-05T20:24:23.309Z] ---> Running in 0ce0702c73ef [2021-05-05T20:24:24.930Z] Removing intermediate container 0ce0702c73ef [2021-05-05T20:24:24.930Z] ---> f34470086d6b [2021-05-05T20:24:24.930Z] Step 15/23 : WORKDIR / [2021-05-05T20:24:26.582Z] ---> Running in 07d3720db58b [2021-05-05T20:24:27.613Z] Removing intermediate container 297389f7e303 [2021-05-05T20:24:27.613Z] ---> e6e0f8e4f3a2 [2021-05-05T20:24:27.613Z] [2021-05-05T20:24:27.613Z] Step 10/25 : FROM alpine:3.12 [2021-05-05T20:24:27.613Z] ---> 13621d1b12d4 [2021-05-05T20:24:27.613Z] Step 11/25 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec [2021-05-05T20:24:27.613Z] ---> 22b33c3556d6 [2021-05-05T20:24:27.613Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-05-05T20:24:27.613Z] ---> Running in 50046ff2b261 [2021-05-05T20:24:27.613Z] Removing intermediate container 07d3720db58b [2021-05-05T20:24:27.613Z] ---> b383dcb707de [2021-05-05T20:24:27.613Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-05T20:24:27.925Z] ---> Running in db6e6aeeed36 [2021-05-05T20:24:28.222Z] ---> 98949f95b80d [2021-05-05T20:24:28.222Z] Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-05-05T20:24:28.521Z] ---> Running in ea1718b6d9b3 [2021-05-05T20:24:29.273Z] ---> 7dad6f8880aa [2021-05-05T20:24:29.273Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-05-05T20:24:30.988Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-05T20:24:30.988Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-05T20:24:30.988Z] 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-05-05T20:24:30.988Z] 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-05-05T20:24:31.282Z] (1/6) Installing ca-certificates (20191127-r4) [2021-05-05T20:24:31.282Z] (2/6) Installing nghttp2-libs (1.41.0-r0) [2021-05-05T20:24:31.282Z] (3/6) Installing libcurl (7.76.1-r0) [2021-05-05T20:24:31.573Z] (4/6) Installing curl (7.76.1-r0) [2021-05-05T20:24:31.573Z] (5/6) Installing dumb-init (1.2.2-r1) [2021-05-05T20:24:31.573Z] (6/6) Installing su-exec (0.2-r1) [2021-05-05T20:24:31.573Z] Executing busybox-1.31.1-r20.trigger [2021-05-05T20:24:31.573Z] Executing ca-certificates-20191127-r4.trigger [2021-05-05T20:24:31.931Z] OK: 7 MiB in 20 packages [2021-05-05T20:24:32.260Z] ---> 790ee000ce4e [2021-05-05T20:24:32.260Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-05-05T20:24:33.988Z] ---> 4f0c612caa01 [2021-05-05T20:24:33.988Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-05-05T20:24:35.700Z] ---> Running in 6e52dfc231f2 [2021-05-05T20:24:36.657Z] Removing intermediate container 50046ff2b261 [2021-05-05T20:24:36.657Z] ---> a07356acab96 [2021-05-05T20:24:36.657Z] Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-05-05T20:24:37.357Z] ---> Running in e8f2e4c5e85c [2021-05-05T20:24:37.357Z] Removing intermediate container 6e52dfc231f2 [2021-05-05T20:24:37.357Z] ---> 2322c640dc05 [2021-05-05T20:24:37.357Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-05T20:24:37.784Z] ---> Running in a965501eca9b [2021-05-05T20:24:40.118Z] Removing intermediate container e8f2e4c5e85c [2021-05-05T20:24:40.118Z] ---> 271dd3e39eb0 [2021-05-05T20:24:40.118Z] Step 13/25 : WORKDIR / [2021-05-05T20:24:40.427Z] Removing intermediate container a965501eca9b [2021-05-05T20:24:40.427Z] ---> 38004fa631bc [2021-05-05T20:24:40.427Z] Step 21/23 : LABEL arch=x86_64 [2021-05-05T20:24:41.170Z] ---> Running in c54655ef8703 [2021-05-05T20:24:41.170Z] ---> Running in 37153a680df8 [2021-05-05T20:24:42.337Z] Removing intermediate container c54655ef8703 [2021-05-05T20:24:42.337Z] ---> ae6a7cf79896 [2021-05-05T20:24:42.337Z] Step 14/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-05-05T20:24:42.337Z] Removing intermediate container 37153a680df8 [2021-05-05T20:24:42.337Z] ---> 962cbbc49cad [2021-05-05T20:24:42.337Z] Step 22/23 : LABEL git_sha=b91a20da177c7cf0cbbb1a081435ab1666a7fa7d [2021-05-05T20:24:42.632Z] ---> Running in 92f30ce4b2ad [2021-05-05T20:24:43.523Z] Removing intermediate container 92f30ce4b2ad [2021-05-05T20:24:43.523Z] ---> 4875eb63193c [2021-05-05T20:24:43.523Z] Step 23/23 : LABEL version=0.0.0 [2021-05-05T20:24:43.523Z] ---> 390dfbe2edb1 [2021-05-05T20:24:43.523Z] Step 15/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-05-05T20:24:43.849Z] ---> Running in 56db65d3cbcf [2021-05-05T20:24:44.590Z] Removing intermediate container 56db65d3cbcf [2021-05-05T20:24:44.590Z] ---> 2ae5c1a06bee [2021-05-05T20:24:44.590Z] [2021-05-05T20:24:44.925Z] ---> b9c78d74cd50 [2021-05-05T20:24:44.925Z] Step 16/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-05-05T20:24:46.086Z] Successfully built 2ae5c1a06bee [2021-05-05T20:24:46.086Z] Successfully tagged docker-core-command-go:latest [2021-05-05T20:24:46.410Z]  Building docker-core-command-go ... done  ---> fd2c91a41477 [2021-05-05T20:24:46.410Z] Step 17/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml [2021-05-05T20:24:47.937Z] ---> 3e8a586b7896 [2021-05-05T20:24:47.937Z] Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-05-05T20:24:50.073Z] ---> a8a435fde29f [2021-05-05T20:24:50.073Z] Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-05-05T20:24:52.931Z] ---> 75272e2cd305 [2021-05-05T20:24:52.931Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-05-05T20:24:54.195Z] ---> 5bad27328637 [2021-05-05T20:24:54.195Z] Step 21/25 : 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-05-05T20:24:54.549Z] ---> Running in 0d2229544d35 [2021-05-05T20:24:59.462Z] Removing intermediate container 0d2229544d35 [2021-05-05T20:24:59.462Z] ---> f1f62ed5b345 [2021-05-05T20:24:59.462Z] Step 22/25 : ENTRYPOINT ["entrypoint.sh"] [2021-05-05T20:24:59.462Z] ---> Running in b92b345a4afe [2021-05-05T20:24:59.781Z] Removing intermediate container b92b345a4afe [2021-05-05T20:24:59.781Z] ---> 068b65846588 [2021-05-05T20:24:59.781Z] Step 23/25 : LABEL arch=x86_64 [2021-05-05T20:25:00.996Z] ---> Running in f02735ade3d0 [2021-05-05T20:25:01.872Z] Removing intermediate container f02735ade3d0 [2021-05-05T20:25:01.872Z] ---> 1a35f820077c [2021-05-05T20:25:01.872Z] Step 24/25 : LABEL git_sha=b91a20da177c7cf0cbbb1a081435ab1666a7fa7d [2021-05-05T20:25:03.136Z] ---> Running in b16e8d0078ff [2021-05-05T20:25:04.146Z] Removing intermediate container b16e8d0078ff [2021-05-05T20:25:04.146Z] ---> 7456cca28b98 [2021-05-05T20:25:04.146Z] Step 25/25 : LABEL version=0.0.0 [2021-05-05T20:25:04.489Z] ---> Running in a1bdee1fa586 [2021-05-05T20:25:05.143Z] Removing intermediate container a1bdee1fa586 [2021-05-05T20:25:05.143Z] ---> a73a6b23024a [2021-05-05T20:25:05.143Z] [2021-05-05T20:25:06.867Z] Successfully built a73a6b23024a [2021-05-05T20:25:06.867Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-05-05T20:25:19.993Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container ea1718b6d9b3 [2021-05-05T20:25:19.993Z] ---> 2c7cde997e59 [2021-05-05T20:25:19.993Z] Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-05-05T20:25:19.993Z] ---> Running in 0534981048d2 [2021-05-05T20:25:21.515Z] 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-05-05T20:25:26.037Z] Removing intermediate container db6e6aeeed36 [2021-05-05T20:25:26.037Z] ---> 6813fe967aab [2021-05-05T20:25:26.037Z] [2021-05-05T20:25:26.037Z] Step 10/23 : FROM alpine:3.12 [2021-05-05T20:25:26.037Z] ---> 13621d1b12d4 [2021-05-05T20:25:26.037Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-05-05T20:25:26.037Z] ---> Running in 9a5a55c96749 [2021-05-05T20:25:26.330Z] Removing intermediate container 0534981048d2 [2021-05-05T20:25:26.330Z] ---> 07596e5c02bf [2021-05-05T20:25:26.330Z] [2021-05-05T20:25:26.330Z] Step 11/23 : FROM docker:20.10.0 [2021-05-05T20:25:26.607Z] 20.10.0: Pulling from library/docker [2021-05-05T20:25:26.950Z] Removing intermediate container 9a5a55c96749 [2021-05-05T20:25:26.950Z] ---> 0f8b4dfed0e1 [2021-05-05T20:25:26.950Z] Step 12/23 : ENV APP_PORT=48080 [2021-05-05T20:25:26.950Z] ---> Running in be8d22914a24 [2021-05-05T20:25:27.458Z] Removing intermediate container be8d22914a24 [2021-05-05T20:25:27.458Z] ---> 5f7922986a29 [2021-05-05T20:25:27.458Z] Step 13/23 : EXPOSE $APP_PORT [2021-05-05T20:25:27.458Z] ---> Running in f14f509fb603 [2021-05-05T20:25:28.203Z] Removing intermediate container f14f509fb603 [2021-05-05T20:25:28.203Z] ---> 3b35fd926af0 [2021-05-05T20:25:28.203Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-05T20:25:28.491Z] ---> Running in 34ccfd88dee4 [2021-05-05T20:25:32.273Z] Removing intermediate container 34ccfd88dee4 [2021-05-05T20:25:32.273Z] ---> 372f2ced7a64 [2021-05-05T20:25:32.273Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-05-05T20:25:32.273Z] ---> Running in 49f30a2ceb32 [2021-05-05T20:25:32.948Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-05T20:25:33.810Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-05T20:25:34.682Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-05-05T20:25:34.682Z] (2/6) Installing libgcc (9.3.0-r2) [2021-05-05T20:25:34.682Z] (3/6) Installing libsodium (1.0.18-r0) [2021-05-05T20:25:34.682Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-05-05T20:25:34.887Z] 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-05-05T20:25:34.887Z] 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-05-05T20:25:35.323Z] (5/6) Installing libzmq (4.3.3-r0) [2021-05-05T20:25:35.686Z] (6/6) Installing zeromq (4.3.3-r0) [2021-05-05T20:25:35.686Z] Executing busybox-1.31.1-r20.trigger [2021-05-05T20:25:35.686Z] OK: 8 MiB in 20 packages [2021-05-05T20:25:37.703Z] Removing intermediate container 49f30a2ceb32 [2021-05-05T20:25:37.703Z] ---> d4a93e3c7aac [2021-05-05T20:25:37.703Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-05T20:25:38.349Z] ---> a5388b08c984 [2021-05-05T20:25:38.349Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-05-05T20:25:40.427Z] ---> c1b8a160608b [2021-05-05T20:25:40.427Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-05-05T20:25:40.693Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-05-05T20:25:40.693Z] ---> b013c0ec3d3f [2021-05-05T20:25:40.693Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-05-05T20:25:40.693Z] Status: Downloaded newer image for docker:20.10.0 [2021-05-05T20:25:40.693Z] ---> aefe523efa57 [2021-05-05T20:25:40.693Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' [2021-05-05T20:25:41.022Z] ---> Running in ba3fb4ea0ec4 [2021-05-05T20:25:41.022Z] ---> Running in 54af15b3acb7 [2021-05-05T20:25:41.321Z] Removing intermediate container 54af15b3acb7 [2021-05-05T20:25:41.322Z] ---> 7c43bee378de [2021-05-05T20:25:41.322Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-05T20:25:41.322Z] Removing intermediate container ba3fb4ea0ec4 [2021-05-05T20:25:41.322Z] ---> 02c19ed5db14 [2021-05-05T20:25:41.322Z] Step 13/23 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 [2021-05-05T20:25:41.322Z] ---> Running in 93bbf398d9a1 [2021-05-05T20:25:41.642Z] ---> Running in 0b6e113d23c1 [2021-05-05T20:25:41.921Z] Removing intermediate container 93bbf398d9a1 [2021-05-05T20:25:41.921Z] ---> 3ca30cd5773c [2021-05-05T20:25:41.921Z] Step 21/23 : LABEL arch=x86_64 [2021-05-05T20:25:41.921Z] ---> Running in 1526836fdce8 [2021-05-05T20:25:42.261Z] Removing intermediate container 1526836fdce8 [2021-05-05T20:25:42.261Z] ---> 05fdd578f498 [2021-05-05T20:25:42.261Z] Step 22/23 : LABEL git_sha=b91a20da177c7cf0cbbb1a081435ab1666a7fa7d [2021-05-05T20:25:42.576Z] ---> Running in 783c4b99380f [2021-05-05T20:25:42.576Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-05T20:25:42.861Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-05T20:25:43.168Z] Removing intermediate container 783c4b99380f [2021-05-05T20:25:43.168Z] ---> 12f170b6bb6b [2021-05-05T20:25:43.168Z] Step 23/23 : LABEL version=0.0.0 [2021-05-05T20:25:43.168Z] (1/39) Installing readline (8.0.4-r0) [2021-05-05T20:25:43.168Z] (2/39) Installing bash (5.0.17-r0) [2021-05-05T20:25:43.168Z] Executing bash-5.0.17-r0.post-install [2021-05-05T20:25:43.168Z] (3/39) Installing nghttp2-libs (1.41.0-r0) [2021-05-05T20:25:43.168Z] (4/39) Installing libcurl (7.76.1-r0) [2021-05-05T20:25:43.168Z] ---> Running in c83818da20fe [2021-05-05T20:25:43.168Z] (5/39) Installing curl (7.76.1-r0) [2021-05-05T20:25:43.168Z] (6/39) Installing dumb-init (1.2.2-r1) [2021-05-05T20:25:43.168Z] (7/39) Installing libbz2 (1.0.8-r1) [2021-05-05T20:25:43.226Z] Removing intermediate container c61d2a265711 [2021-05-05T20:25:43.226Z] ---> e5899fda3fb5 [2021-05-05T20:25:43.226Z] [2021-05-05T20:25:43.226Z] Step 10/25 : FROM alpine:3.12 [2021-05-05T20:25:43.226Z] 3.12: Pulling from library/alpine [2021-05-05T20:25:43.226Z] Removing intermediate container 6b916cc02d06 [2021-05-05T20:25:43.226Z] ---> ca3a9dbc9386 [2021-05-05T20:25:43.226Z] [2021-05-05T20:25:43.226Z] Step 10/21 : FROM alpine:3.12 [2021-05-05T20:25:43.226Z] 3.12: Pulling from library/alpine [2021-05-05T20:25:43.476Z] (8/39) Installing expat (2.2.9-r1) [2021-05-05T20:25:43.476Z] (9/39) Installing libffi (3.3-r2) [2021-05-05T20:25:43.476Z] (10/39) Installing gdbm (1.13-r1) [2021-05-05T20:25:43.476Z] (11/39) Installing xz-libs (5.2.5-r0) [2021-05-05T20:25:43.476Z] (12/39) Installing sqlite-libs (3.32.1-r0) [2021-05-05T20:25:43.476Z] (13/39) Installing python3 (3.8.8-r0) [2021-05-05T20:25:43.504Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-05-05T20:25:43.504Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-05-05T20:25:43.504Z] Status: Downloaded newer image for alpine:3.12 [2021-05-05T20:25:43.504Z] ---> 9852663dfa18 [2021-05-05T20:25:43.504Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-05-05T20:25:43.504Z] Status: Image is up to date for alpine:3.12 [2021-05-05T20:25:43.504Z] ---> 9852663dfa18 [2021-05-05T20:25:43.504Z] Step 11/25 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec [2021-05-05T20:25:43.790Z] ---> Running in 873166b181e8 [2021-05-05T20:25:43.818Z] Removing intermediate container c83818da20fe [2021-05-05T20:25:43.819Z] ---> 46c7e41ed3e2 [2021-05-05T20:25:43.819Z] [2021-05-05T20:25:44.070Z] ---> Running in d9fb11913804 [2021-05-05T20:25:44.548Z] Successfully built 46c7e41ed3e2 [2021-05-05T20:25:44.548Z] Successfully tagged docker-core-data-go:latest [2021-05-05T20:25:44.848Z]  Building docker-core-data-go ... done (14/39) Installing py3-appdirs (1.4.4-r1) [2021-05-05T20:25:44.848Z] (15/39) Installing py3-ordered-set (4.0.1-r0) [2021-05-05T20:25:45.154Z] (16/39) Installing py3-parsing (2.4.7-r0) [2021-05-05T20:25:45.154Z] (17/39) Installing py3-six (1.15.0-r0) [2021-05-05T20:25:45.154Z] (18/39) Installing py3-packaging (20.4-r0) [2021-05-05T20:25:45.154Z] (19/39) Installing py3-setuptools (47.0.0-r0) [2021-05-05T20:25:45.154Z] (20/39) Installing py3-chardet (3.0.4-r4) [2021-05-05T20:25:45.154Z] (21/39) Installing py3-idna (2.9-r0) [2021-05-05T20:25:45.453Z] (22/39) Installing py3-certifi (2020.4.5.1-r0) [2021-05-05T20:25:45.453Z] (23/39) Installing py3-urllib3 (1.25.9-r0) [2021-05-05T20:25:45.453Z] (24/39) Installing py3-requests (2.23.0-r0) [2021-05-05T20:25:45.453Z] (25/39) Installing py3-msgpack (1.0.0-r0) [2021-05-05T20:25:45.453Z] (26/39) Installing py3-lockfile (0.12.2-r3) [2021-05-05T20:25:45.453Z] (27/39) Installing py3-cachecontrol (0.12.6-r0) [2021-05-05T20:25:45.454Z] (28/39) Installing py3-colorama (0.4.3-r0) [2021-05-05T20:25:45.454Z] (29/39) Installing py3-distlib (0.3.0-r0) [2021-05-05T20:25:45.725Z] (30/39) Installing py3-distro (1.5.0-r1) [2021-05-05T20:25:45.725Z] (31/39) Installing py3-webencodings (0.5.1-r3) [2021-05-05T20:25:45.725Z] (32/39) Installing py3-html5lib (1.0.1-r4) [2021-05-05T20:25:45.725Z] (33/39) Installing py3-pytoml (0.1.21-r0) [2021-05-05T20:25:45.725Z] (34/39) Installing py3-pep517 (0.8.2-r0) [2021-05-05T20:25:45.725Z] (35/39) Installing py3-progress (1.5-r0) [2021-05-05T20:25:45.725Z] (36/39) Installing py3-toml (0.10.1-r0) [2021-05-05T20:25:45.725Z] (37/39) Installing py3-retrying (1.3.3-r0) [2021-05-05T20:25:45.725Z] (38/39) Installing py3-contextlib2 (0.6.0-r0) [2021-05-05T20:25:45.725Z] (39/39) Installing py3-pip (20.1.1-r0) [2021-05-05T20:25:46.045Z] Executing busybox-1.31.1-r19.trigger [2021-05-05T20:25:46.045Z] OK: 72 MiB in 59 packages [2021-05-05T20:25:46.724Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-05-05T20:25:46.724Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-05-05T20:25:46.724Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-05-05T20:25:46.724Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-05-05T20:25:47.327Z] (1/4) Installing ca-certificates (20191127-r4) [2021-05-05T20:25:47.509Z] Collecting docker-compose==1.23.2 [2021-05-05T20:25:47.509Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-05-05T20:25:47.602Z] (1/6) Installing ca-certificates (20191127-r4) [2021-05-05T20:25:47.602Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-05-05T20:25:47.602Z] (3/4) Installing libcurl (7.76.1-r0) [2021-05-05T20:25:47.602Z] (2/6) Installing nghttp2-libs (1.41.0-r0) [2021-05-05T20:25:47.602Z] (3/6) Installing libcurl (7.76.1-r0) [2021-05-05T20:25:47.602Z] (4/4) Installing curl (7.76.1-r0) [2021-05-05T20:25:47.602Z] Executing busybox-1.31.1-r20.trigger [2021-05-05T20:25:47.602Z] (4/6) Installing curl (7.76.1-r0) [2021-05-05T20:25:47.602Z] (5/6) Installing dumb-init (1.2.2-r1) [2021-05-05T20:25:47.602Z] Executing ca-certificates-20191127-r4.trigger [2021-05-05T20:25:47.602Z] (6/6) Installing su-exec (0.2-r1) [2021-05-05T20:25:47.602Z] Executing busybox-1.31.1-r20.trigger [2021-05-05T20:25:47.602Z] Executing ca-certificates-20191127-r4.trigger [2021-05-05T20:25:47.789Z] Collecting jsonschema<3,>=2.5.1 [2021-05-05T20:25:47.789Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-05-05T20:25:47.878Z] OK: 7 MiB in 20 packages [2021-05-05T20:25:47.878Z] OK: 7 MiB in 18 packages [2021-05-05T20:25:48.057Z] Collecting cached-property<2,>=1.2.0 [2021-05-05T20:25:48.057Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-05-05T20:25:48.328Z] Collecting websocket-client<1.0,>=0.32.0 [2021-05-05T20:25:48.328Z] Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) [2021-05-05T20:25:48.626Z] Collecting docker<4.0,>=3.6.0 [2021-05-05T20:25:48.626Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-05-05T20:25:48.900Z] Collecting texttable<0.10,>=0.9.0 [2021-05-05T20:25:48.900Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-05-05T20:25:49.876Z] Collecting dockerpty<0.5,>=0.4.1 [2021-05-05T20:25:49.876Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-05-05T20:25:50.512Z] 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-05-05T20:25:50.827Z] Collecting PyYAML<4,>=3.10 [2021-05-05T20:25:51.156Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-05-05T20:25:52.663Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-05-05T20:25:52.663Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-05-05T20:25:52.663Z] Collecting docopt<0.7,>=0.6.1 [2021-05-05T20:25:52.663Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-05-05T20:25:53.281Z] Collecting docker-pycreds>=0.4.0 [2021-05-05T20:25:53.281Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-05-05T20:25:53.329Z] Removing intermediate container d9fb11913804 [2021-05-05T20:25:53.329Z] ---> d1d413e717a2 [2021-05-05T20:25:53.329Z] Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-05-05T20:25:53.329Z] Removing intermediate container 873166b181e8 [2021-05-05T20:25:53.330Z] ---> c620539c1d97 [2021-05-05T20:25:53.330Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-05-05T20:25:53.330Z] Removing intermediate container c7036326dece [2021-05-05T20:25:53.330Z] ---> 980215bd94e0 [2021-05-05T20:25:53.330Z] [2021-05-05T20:25:53.330Z] Step 10/22 : FROM alpine:3.12 [2021-05-05T20:25:53.330Z] ---> 9852663dfa18 [2021-05-05T20:25:53.330Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-05-05T20:25:53.330Z] ---> Running in 41179e7c7930 [2021-05-05T20:25:53.330Z] ---> Running in 9dace4651aa6 [2021-05-05T20:25:53.330Z] ---> Running in e796357f4703 [2021-05-05T20:25:53.550Z] Collecting urllib3<1.25,>=1.21.1 [2021-05-05T20:25:53.550Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-05-05T20:25:53.550Z] Collecting idna<2.8,>=2.5 [2021-05-05T20:25:53.610Z] Removing intermediate container f10b0985c7d8 [2021-05-05T20:25:53.610Z] ---> c4bedad0056e [2021-05-05T20:25:53.610Z] [2021-05-05T20:25:53.610Z] Step 10/22 : FROM alpine:3.12 [2021-05-05T20:25:53.610Z] ---> 9852663dfa18 [2021-05-05T20:25:53.610Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-05-05T20:25:53.818Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-05-05T20:25:53.818Z] 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-05-05T20:25:53.818Z] 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-05-05T20:25:53.818Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-05-05T20:25:53.818Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-05-05T20:25:53.818Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-05-05T20:25:53.818Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-05-05T20:25:54.089Z] Installing collected packages: jsonschema, cached-property, websocket-client, urllib3, idna, requests, docker-pycreds, docker, texttable, dockerpty, PyYAML, docopt, docker-compose [2021-05-05T20:25:54.217Z] ---> Running in 82638eb4454e [2021-05-05T20:25:54.217Z] Removing intermediate container 41179e7c7930 [2021-05-05T20:25:54.217Z] ---> e31a06d2fb8c [2021-05-05T20:25:54.217Z] Step 13/21 : WORKDIR /edgex [2021-05-05T20:25:54.496Z] Removing intermediate container 9dace4651aa6 [2021-05-05T20:25:54.496Z] ---> 76bbf58e26fe [2021-05-05T20:25:54.496Z] Step 13/25 : WORKDIR / [2021-05-05T20:25:54.496Z] ---> Running in 00ae1d54db55 [2021-05-05T20:25:54.772Z] ---> Running in 1b1833b13444 [2021-05-05T20:25:55.053Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-05-05T20:25:55.079Z] Attempting uninstall: urllib3 [2021-05-05T20:25:55.079Z] Found existing installation: urllib3 1.25.9 [2021-05-05T20:25:55.079Z] Uninstalling urllib3-1.25.9: [2021-05-05T20:25:55.079Z] Successfully uninstalled urllib3-1.25.9 [2021-05-05T20:25:55.079Z] Attempting uninstall: idna [2021-05-05T20:25:55.079Z] Found existing installation: idna 2.9 [2021-05-05T20:25:55.079Z] Uninstalling idna-2.9: [2021-05-05T20:25:55.327Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-05-05T20:25:55.327Z] Removing intermediate container 00ae1d54db55 [2021-05-05T20:25:55.327Z] ---> 03d8152726e3 [2021-05-05T20:25:55.327Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-05-05T20:25:55.384Z] Successfully uninstalled idna-2.9 [2021-05-05T20:25:55.605Z] Removing intermediate container 1b1833b13444 [2021-05-05T20:25:55.605Z] ---> 1c0fac9c183b [2021-05-05T20:25:55.605Z] Step 14/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-05-05T20:25:55.662Z] Attempting uninstall: requests [2021-05-05T20:25:55.663Z] Found existing installation: requests 2.23.0 [2021-05-05T20:25:55.663Z] Uninstalling requests-2.23.0: [2021-05-05T20:25:55.663Z] Successfully uninstalled requests-2.23.0 [2021-05-05T20:25:55.882Z] (1/2) Installing ca-certificates (20191127-r4) [2021-05-05T20:25:56.156Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-05-05T20:25:56.156Z] Executing busybox-1.31.1-r20.trigger [2021-05-05T20:25:56.156Z] Executing ca-certificates-20191127-r4.trigger [2021-05-05T20:25:56.156Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-05-05T20:25:56.435Z] OK: 6 MiB in 16 packages [2021-05-05T20:25:56.435Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-05-05T20:25:56.438Z] Running setup.py install for texttable: started [2021-05-05T20:25:57.165Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-05-05T20:25:57.165Z] Executing busybox-1.31.1-r20.trigger [2021-05-05T20:25:57.165Z] OK: 5 MiB in 15 packages [2021-05-05T20:25:57.469Z] Running setup.py install for texttable: finished with status 'done' [2021-05-05T20:25:57.469Z] Running setup.py install for dockerpty: started [2021-05-05T20:25:57.483Z] ---> a0598960bb28 [2021-05-05T20:25:57.484Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-05-05T20:25:57.881Z] ---> e6439b86b933 [2021-05-05T20:25:57.881Z] Step 15/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-05-05T20:25:58.478Z] Running setup.py install for dockerpty: finished with status 'done' [2021-05-05T20:25:58.478Z] Running setup.py install for PyYAML: started [2021-05-05T20:25:59.458Z] Running setup.py install for PyYAML: finished with status 'done' [2021-05-05T20:25:59.458Z] Running setup.py install for docopt: started [2021-05-05T20:26:00.017Z] Removing intermediate container 82638eb4454e [2021-05-05T20:26:00.017Z] ---> c296b12f4b63 [2021-05-05T20:26:00.017Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-05-05T20:26:00.017Z] ---> c3ec5349168b [2021-05-05T20:26:00.017Z] Step 16/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-05-05T20:26:00.017Z] ---> Running in a374831eea48 [2021-05-05T20:26:00.109Z] Running setup.py install for docopt: finished with status 'done' [2021-05-05T20:26:00.315Z] ---> ff6c9d2918e8 [2021-05-05T20:26:00.315Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-05-05T20:26:00.315Z] Removing intermediate container e796357f4703 [2021-05-05T20:26:00.315Z] ---> 2fa29e5b457d [2021-05-05T20:26:00.315Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-05-05T20:26:00.794Z] 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.59.0 [2021-05-05T20:26:00.916Z] ---> Running in 2278298734ed [2021-05-05T20:26:00.916Z] Removing intermediate container 06f2e1099f77 [2021-05-05T20:26:00.916Z] ---> 487a6d0d4ad0 [2021-05-05T20:26:00.916Z] [2021-05-05T20:26:00.916Z] Step 10/23 : FROM alpine:3.12 [2021-05-05T20:26:00.916Z] ---> 9852663dfa18 [2021-05-05T20:26:00.916Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-05-05T20:26:00.916Z] ---> Using cache [2021-05-05T20:26:00.916Z] ---> c296b12f4b63 [2021-05-05T20:26:00.916Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-05-05T20:26:00.916Z] ---> Using cache [2021-05-05T20:26:00.916Z] ---> 842846ef6abc [2021-05-05T20:26:00.916Z] Step 13/23 : ENV APP_PORT=48081 [2021-05-05T20:26:01.194Z] Removing intermediate container a374831eea48 [2021-05-05T20:26:01.194Z] ---> 842846ef6abc [2021-05-05T20:26:01.194Z] Step 13/22 : ENV APP_PORT=48085 [2021-05-05T20:26:01.194Z] ---> Running in fb6fb10afe47 [2021-05-05T20:26:01.472Z] ---> 093f73af2024 [2021-05-05T20:26:01.472Z] Step 17/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml [2021-05-05T20:26:01.472Z] ---> Running in b46a7b7ad504 [2021-05-05T20:26:01.472Z] Removing intermediate container 2278298734ed [2021-05-05T20:26:01.472Z] ---> 73cebbde039d [2021-05-05T20:26:01.472Z] Step 13/22 : ENV APP_PORT=48060 [2021-05-05T20:26:01.746Z] ---> Running in b52373e76aad [2021-05-05T20:26:02.021Z] ---> 08d2e6df48a8 [2021-05-05T20:26:02.021Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-05-05T20:26:02.021Z] Removing intermediate container fb6fb10afe47 [2021-05-05T20:26:02.021Z] ---> c989635d1dc9 [2021-05-05T20:26:02.021Z] Step 14/23 : EXPOSE $APP_PORT [2021-05-05T20:26:02.291Z] Removing intermediate container b46a7b7ad504 [2021-05-05T20:26:02.291Z] ---> 52e6be5aea6c [2021-05-05T20:26:02.291Z] Step 14/22 : EXPOSE $APP_PORT [2021-05-05T20:26:02.291Z] ---> Running in f800916c5ac9 [2021-05-05T20:26:02.291Z] ---> Running in 4a2db1d2342d [2021-05-05T20:26:02.565Z] ---> Running in 4832f3c365ff [2021-05-05T20:26:02.565Z] ---> 72ff99b4db90 [2021-05-05T20:26:02.565Z] Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-05-05T20:26:02.565Z] Removing intermediate container b52373e76aad [2021-05-05T20:26:02.565Z] ---> b2aadfaf40bd [2021-05-05T20:26:02.565Z] Step 14/22 : EXPOSE $APP_PORT [2021-05-05T20:26:02.837Z] ---> Running in b94b7fd6782b [2021-05-05T20:26:02.837Z] Removing intermediate container f800916c5ac9 [2021-05-05T20:26:02.837Z] ---> e0dab0506f37 [2021-05-05T20:26:02.837Z] Step 18/21 : CMD ["--init=true"] [2021-05-05T20:26:02.837Z] Removing intermediate container 4a2db1d2342d [2021-05-05T20:26:02.837Z] ---> 325439523d80 [2021-05-05T20:26:02.837Z] Step 15/23 : WORKDIR / [2021-05-05T20:26:03.116Z] Removing intermediate container 4832f3c365ff [2021-05-05T20:26:03.116Z] ---> 633102b894b7 [2021-05-05T20:26:03.116Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-05T20:26:03.391Z] ---> Running in cafa572eba39 [2021-05-05T20:26:03.391Z] ---> Running in 572efb25ede8 [2021-05-05T20:26:03.391Z] Removing intermediate container b94b7fd6782b [2021-05-05T20:26:03.391Z] ---> 7a50ebcda0af [2021-05-05T20:26:03.391Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-05T20:26:03.987Z] ---> 38bb23637062 [2021-05-05T20:26:03.987Z] Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-05-05T20:26:03.987Z] Removing intermediate container cafa572eba39 [2021-05-05T20:26:03.987Z] ---> a45c7451c779 [2021-05-05T20:26:03.987Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-05T20:26:04.257Z] Removing intermediate container 572efb25ede8 [2021-05-05T20:26:04.257Z] ---> f09f57a20025 [2021-05-05T20:26:04.257Z] Step 19/21 : LABEL arch=arm64 [2021-05-05T20:26:04.257Z] ---> 76da4e2a3bdf [2021-05-05T20:26:04.257Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-05-05T20:26:04.541Z] ---> Running in 827dde314cc0 [2021-05-05T20:26:04.541Z] ---> 0a2e6bf150f6 [2021-05-05T20:26:04.541Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-05-05T20:26:05.537Z] Removing intermediate container 827dde314cc0 [2021-05-05T20:26:05.537Z] ---> aa173e3391e6 [2021-05-05T20:26:05.538Z] Step 20/21 : LABEL git_sha=b91a20da177c7cf0cbbb1a081435ab1666a7fa7d [2021-05-05T20:26:06.140Z] ---> d0033b955e8e [2021-05-05T20:26:06.140Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-05-05T20:26:06.140Z] ---> Running in ddd8866e34d4 [2021-05-05T20:26:06.140Z] ---> 68a49add28a9 [2021-05-05T20:26:06.140Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-05-05T20:26:06.140Z] ---> b2c8b88cd58a [2021-05-05T20:26:06.140Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-05-05T20:26:06.140Z] ---> 4730ebe51061 [2021-05-05T20:26:06.140Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-05-05T20:26:06.742Z] Removing intermediate container ddd8866e34d4 [2021-05-05T20:26:06.742Z] ---> b98669786651 [2021-05-05T20:26:06.742Z] Step 21/21 : LABEL version=0.0.0 [2021-05-05T20:26:07.022Z] ---> Running in 6ac73a819deb [2021-05-05T20:26:07.297Z] ---> 39e34e3738e5 [2021-05-05T20:26:07.297Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-05-05T20:26:07.571Z] ---> Running in edfd69c3a86e [2021-05-05T20:26:07.571Z] ---> 9e6d9836792e [2021-05-05T20:26:07.571Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-05-05T20:26:07.571Z] ---> 06d6ae0f9689 [2021-05-05T20:26:07.571Z] Step 21/25 : 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-05-05T20:26:07.845Z] ---> a1bfe00350f3 [2021-05-05T20:26:07.845Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-05-05T20:26:07.845Z] ---> Running in dbf475c9f8ab [2021-05-05T20:26:07.845Z] ---> Running in 906c7ce9da16 [2021-05-05T20:26:07.845Z] Removing intermediate container 6ac73a819deb [2021-05-05T20:26:07.845Z] ---> d8916eb0e70a [2021-05-05T20:26:07.845Z] [2021-05-05T20:26:08.124Z] Removing intermediate container edfd69c3a86e [2021-05-05T20:26:08.125Z] ---> 3039e7297d59 [2021-05-05T20:26:08.125Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-05T20:26:08.407Z] ---> Running in bd17c39b2714 [2021-05-05T20:26:08.688Z] Successfully built d8916eb0e70a [2021-05-05T20:26:08.688Z] Removing intermediate container 906c7ce9da16 [2021-05-05T20:26:08.688Z] ---> a03135e05e4a [2021-05-05T20:26:08.688Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-05T20:26:08.688Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-05-05T20:26:08.688Z]  Building docker-security-proxy-setup-go ... done Building docker-sys-mgmt-agent-go [2021-05-05T20:26:08.965Z] ---> Running in 2aebb377ed01 [2021-05-05T20:26:08.965Z] ---> d010ddc4cad2 [2021-05-05T20:26:08.965Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-05-05T20:26:09.238Z] ---> Running in b74fd636cdb3 [2021-05-05T20:26:09.238Z] Removing intermediate container bd17c39b2714 [2021-05-05T20:26:09.238Z] ---> 85fe8eb36a25 [2021-05-05T20:26:09.238Z] Step 20/22 : LABEL arch=arm64 [2021-05-05T20:26:09.514Z] ---> Running in 89854ea7a323 [2021-05-05T20:26:09.514Z] Removing intermediate container 2aebb377ed01 [2021-05-05T20:26:09.514Z] ---> 8930b2e042d3 [2021-05-05T20:26:09.514Z] Step 20/22 : LABEL arch=arm64 [2021-05-05T20:26:09.788Z] ---> Running in 1a74a10a0ff1 [2021-05-05T20:26:10.068Z] Removing intermediate container b74fd636cdb3 [2021-05-05T20:26:10.068Z] ---> 718395608ff9 [2021-05-05T20:26:10.068Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-05T20:26:10.342Z] Removing intermediate container 89854ea7a323 [2021-05-05T20:26:10.342Z] ---> 70f3b369269d [2021-05-05T20:26:10.342Z] Step 21/22 : LABEL git_sha=b91a20da177c7cf0cbbb1a081435ab1666a7fa7d [2021-05-05T20:26:10.635Z] ---> Running in 6ebdd2aa64ba [2021-05-05T20:26:10.635Z] Removing intermediate container 1a74a10a0ff1 [2021-05-05T20:26:10.635Z] ---> b6b853ed229e [2021-05-05T20:26:10.635Z] Step 21/22 : LABEL git_sha=b91a20da177c7cf0cbbb1a081435ab1666a7fa7d [2021-05-05T20:26:11.233Z] ---> Running in ca6c4ac47c75 [2021-05-05T20:26:11.838Z] ---> Running in 20c832c62355 [2021-05-05T20:26:11.838Z] Removing intermediate container dbf475c9f8ab [2021-05-05T20:26:11.838Z] ---> 8e0dd1c36255 [2021-05-05T20:26:11.838Z] Step 22/25 : ENTRYPOINT ["entrypoint.sh"] [2021-05-05T20:26:11.838Z] Removing intermediate container 6ebdd2aa64ba [2021-05-05T20:26:11.839Z] ---> 1055ba353329 [2021-05-05T20:26:11.839Z] Step 21/23 : LABEL arch=arm64 [2021-05-05T20:26:12.112Z] ---> Running in 0bb210b35e6a [2021-05-05T20:26:12.112Z] Removing intermediate container ca6c4ac47c75 [2021-05-05T20:26:12.112Z] ---> 12cefe50018a [2021-05-05T20:26:12.112Z] Step 22/22 : LABEL version=0.0.0 [2021-05-05T20:26:12.394Z] ---> Running in 5a239e8bf9ec [2021-05-05T20:26:12.394Z] Removing intermediate container 20c832c62355 [2021-05-05T20:26:12.394Z] ---> 9801b8da7e51 [2021-05-05T20:26:12.394Z] Step 22/22 : LABEL version=0.0.0 [2021-05-05T20:26:12.394Z] ---> Running in 16e65a7f6535 [2021-05-05T20:26:12.668Z] ---> Running in f51c19b58515 [2021-05-05T20:26:12.942Z] Removing intermediate container 0bb210b35e6a [2021-05-05T20:26:12.942Z] ---> fe8d2c7fa254 [2021-05-05T20:26:12.942Z] Step 23/25 : LABEL arch=arm64 [2021-05-05T20:26:12.942Z] Removing intermediate container 5a239e8bf9ec [2021-05-05T20:26:12.942Z] ---> d1da37f48972 [2021-05-05T20:26:12.942Z] Step 22/23 : LABEL git_sha=b91a20da177c7cf0cbbb1a081435ab1666a7fa7d [2021-05-05T20:26:13.510Z] Removing intermediate container 0b6e113d23c1 [2021-05-05T20:26:13.510Z] ---> f91a8661f333 [2021-05-05T20:26:13.510Z] Step 14/23 : ENV APP_PORT=48090 [2021-05-05T20:26:13.510Z] ---> Running in 88e637e043cb [2021-05-05T20:26:13.510Z] Removing intermediate container 88e637e043cb [2021-05-05T20:26:13.510Z] ---> 91a2cebfb818 [2021-05-05T20:26:13.510Z] Step 15/23 : EXPOSE $APP_PORT [2021-05-05T20:26:13.510Z] ---> Running in 2a6c0d7ba566 [2021-05-05T20:26:13.510Z] Removing intermediate container 2a6c0d7ba566 [2021-05-05T20:26:13.510Z] ---> b8d1e2fa91d7 [2021-05-05T20:26:13.510Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-05-05T20:26:13.534Z] ---> Running in eb83c15f818f [2021-05-05T20:26:13.809Z] Removing intermediate container 16e65a7f6535 [2021-05-05T20:26:13.809Z] ---> b588b14f322d [2021-05-05T20:26:13.809Z] [2021-05-05T20:26:13.809Z] ---> Running in ca3c49c8e61f [2021-05-05T20:26:14.090Z] Removing intermediate container f51c19b58515 [2021-05-05T20:26:14.090Z] ---> a130c2671d35 [2021-05-05T20:26:14.090Z] [2021-05-05T20:26:14.124Z] ---> 092aeba47529 [2021-05-05T20:26:14.125Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-05-05T20:26:14.365Z] Successfully built b588b14f322d [2021-05-05T20:26:14.365Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-05-05T20:26:14.365Z] Building docker-core-command-go [2021-05-05T20:26:14.642Z]  Building docker-support-scheduler-go ... done Successfully built a130c2671d35 [2021-05-05T20:26:14.642Z] Removing intermediate container eb83c15f818f [2021-05-05T20:26:14.642Z] ---> 31e3d6a40afa [2021-05-05T20:26:14.642Z] Step 24/25 : LABEL git_sha=b91a20da177c7cf0cbbb1a081435ab1666a7fa7d [2021-05-05T20:26:14.642Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-05-05T20:26:14.642Z]  Building docker-support-notifications-go ... done Building docker-core-data-go [2021-05-05T20:26:14.642Z] Removing intermediate container ca3c49c8e61f [2021-05-05T20:26:14.642Z] ---> 22475e1672d5 [2021-05-05T20:26:14.642Z] Step 23/23 : LABEL version=0.0.0 [2021-05-05T20:26:14.713Z] ---> a129f181b5ac [2021-05-05T20:26:14.713Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-05-05T20:26:14.927Z] ---> Running in 31eae3583112 [2021-05-05T20:26:14.927Z] ---> Running in c1ec0502770f [2021-05-05T20:26:15.301Z] ---> a9f9ba772c4d [2021-05-05T20:26:15.301Z] Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-05-05T20:26:15.301Z] ---> Running in 76906c1064f1 [2021-05-05T20:26:15.520Z] Removing intermediate container 31eae3583112 [2021-05-05T20:26:15.520Z] ---> 9b1b95ea9098 [2021-05-05T20:26:15.520Z] Step 25/25 : LABEL version=0.0.0 [2021-05-05T20:26:15.520Z] Removing intermediate container c1ec0502770f [2021-05-05T20:26:15.520Z] ---> f2a95903dc4a [2021-05-05T20:26:15.520Z] [2021-05-05T20:26:15.575Z] Removing intermediate container 76906c1064f1 [2021-05-05T20:26:15.575Z] ---> ec8bbe3b64b0 [2021-05-05T20:26:15.575Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-05T20:26:15.575Z] ---> Running in 1b0899359875 [2021-05-05T20:26:15.794Z] ---> Running in ab41733ff7fb [2021-05-05T20:26:15.854Z] Removing intermediate container 1b0899359875 [2021-05-05T20:26:15.854Z] ---> c8f6087ee289 [2021-05-05T20:26:15.854Z] Step 21/23 : LABEL arch=x86_64 [2021-05-05T20:26:16.067Z] Successfully built f2a95903dc4a [2021-05-05T20:26:16.067Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-05-05T20:26:16.067Z]  Building docker-core-metadata-go ... done Building docker-security-bootstrapper-go [2021-05-05T20:26:16.122Z] ---> Running in 71dcc36344c3 [2021-05-05T20:26:16.338Z] Removing intermediate container ab41733ff7fb [2021-05-05T20:26:16.338Z] ---> a1a3b6555b6a [2021-05-05T20:26:16.338Z] [2021-05-05T20:26:16.435Z] Removing intermediate container 71dcc36344c3 [2021-05-05T20:26:16.435Z] ---> b75be1d1886e [2021-05-05T20:26:16.435Z] Step 22/23 : LABEL git_sha=b91a20da177c7cf0cbbb1a081435ab1666a7fa7d [2021-05-05T20:26:16.435Z] ---> Running in ebbb9202be26 [2021-05-05T20:26:16.930Z] Successfully built a1a3b6555b6a [2021-05-05T20:26:16.930Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-05-05T20:26:17.462Z] Removing intermediate container ebbb9202be26 [2021-05-05T20:26:17.462Z] ---> fee46f8b68e1 [2021-05-05T20:26:17.462Z] Step 23/23 : LABEL version=0.0.0 [2021-05-05T20:26:17.462Z] ---> Running in f0b87bd6e20a [2021-05-05T20:26:17.753Z] Removing intermediate container f0b87bd6e20a [2021-05-05T20:26:17.753Z] ---> 52006de360d9 [2021-05-05T20:26:17.753Z] [2021-05-05T20:26:18.045Z] Successfully built 52006de360d9 [2021-05-05T20:26:18.045Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-05-05T20:26:18.746Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-05-05T20:26:18.771Z] $ docker stop --time=1 6d0de52e9a437ee38f0045efe64f4b5319e9ec232dc7345de718bbcbc44a42fc [2021-05-05T20:26:20.784Z] $ docker rm -f 6d0de52e9a437ee38f0045efe64f4b5319e9ec232dc7345de718bbcbc44a42fc [Pipeline] // withDockerContainer [Pipeline] sh [2021-05-05T20:26:21.490Z] + docker images [2021-05-05T20:26:21.490Z] + grep docker [2021-05-05T20:26:22.072Z] docker-sys-mgmt-agent-go latest 52006de360d9 4 seconds ago 312MB [2021-05-05T20:26:22.072Z] docker-core-data-go latest 46c7e41ed3e2 38 seconds ago 21.5MB [2021-05-05T20:26:22.072Z] docker-security-secretstore-setup-go latest a73a6b23024a About a minute ago 25.7MB [2021-05-05T20:26:22.072Z] docker-core-command-go latest 2ae5c1a06bee About a minute ago 17MB [2021-05-05T20:26:22.072Z] docker-security-bootstrapper-go latest 8ede09752068 3 minutes ago 18.2MB [2021-05-05T20:26:22.072Z] docker-core-metadata-go latest f6b627395131 4 minutes ago 18.6MB [2021-05-05T20:26:22.072Z] docker-support-scheduler-go latest 9a7525c7b720 4 minutes ago 17.1MB [2021-05-05T20:26:22.073Z] docker-support-notifications-go latest 6946bd77e5ac 4 minutes ago 17.6MB [2021-05-05T20:26:22.073Z] docker-security-proxy-setup-go latest 4f7186a3f2ba 4 minutes ago 25.3MB [2021-05-05T20:26:22.073Z] docker 20.10.0 aefe523efa57 4 months ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node [2021-05-05T20:26:37.308Z] Still waiting to schedule task [2021-05-05T20:26:37.308Z] ‘prd-ubuntu18.04-docker-8c-8g-3084’ is offline [2021-05-05T20:27:03.878Z]  Building docker-security-secretstore-setup-go ... done Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-05-05T20:27:03.878Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-05-05T20:27:03.878Z] ---> 061d710c50d0 [2021-05-05T20:27:03.878Z] Step 3/23 : WORKDIR /edgex-go [2021-05-05T20:27:03.878Z] ---> Using cache [2021-05-05T20:27:03.878Z] ---> 2dcbc35279ef [2021-05-05T20:27:03.878Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-05T20:27:03.878Z] ---> Using cache [2021-05-05T20:27:03.878Z] ---> 3a61be112c78 [2021-05-05T20:27:03.878Z] Step 5/23 : RUN apk add --update --no-cache make bash git [2021-05-05T20:27:03.878Z] ---> Running in 7b254e7161b6 [2021-05-05T20:27:03.878Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-05T20:27:04.474Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-05T20:27:05.490Z] OK: 218 MiB in 52 packages [2021-05-05T20:27:07.475Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-05-05T20:27:07.475Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-05-05T20:27:07.475Z] ---> 061d710c50d0 [2021-05-05T20:27:07.475Z] Step 3/23 : WORKDIR /edgex-go [2021-05-05T20:27:07.475Z] ---> Using cache [2021-05-05T20:27:07.475Z] ---> 2dcbc35279ef [2021-05-05T20:27:07.475Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-05T20:27:07.475Z] ---> Using cache [2021-05-05T20:27:07.475Z] ---> 3a61be112c78 [2021-05-05T20:27:07.475Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-05-05T20:27:07.751Z] ---> Running in 3f03d60789bd [2021-05-05T20:27:08.357Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-05-05T20:27:08.357Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-05-05T20:27:08.357Z] ---> 061d710c50d0 [2021-05-05T20:27:08.357Z] Step 3/23 : WORKDIR /edgex-go [2021-05-05T20:27:08.357Z] ---> Using cache [2021-05-05T20:27:08.357Z] ---> 2dcbc35279ef [2021-05-05T20:27:08.357Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-05T20:27:08.357Z] ---> Using cache [2021-05-05T20:27:08.357Z] ---> 3a61be112c78 [2021-05-05T20:27:08.357Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-05-05T20:27:08.357Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-05-05T20:27:08.357Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-05-05T20:27:08.357Z] ---> 061d710c50d0 [2021-05-05T20:27:08.357Z] Step 3/31 : WORKDIR /edgex-go [2021-05-05T20:27:08.357Z] ---> Using cache [2021-05-05T20:27:08.357Z] ---> 2dcbc35279ef [2021-05-05T20:27:08.357Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-05T20:27:08.357Z] ---> Using cache [2021-05-05T20:27:08.357Z] ---> 3a61be112c78 [2021-05-05T20:27:08.357Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-05-05T20:27:08.631Z] ---> Running in e456164c2092 [2021-05-05T20:27:08.631Z] ---> Running in b1614423be0d [2021-05-05T20:27:08.631Z] Removing intermediate container 7b254e7161b6 [2021-05-05T20:27:08.631Z] ---> efa3821e605f [2021-05-05T20:27:08.631Z] Step 6/23 : COPY go.mod . [2021-05-05T20:27:09.618Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-05T20:27:09.618Z] ---> 6e30c5127bb3 [2021-05-05T20:27:09.618Z] Step 7/23 : RUN go mod download [2021-05-05T20:27:09.891Z] ---> Running in f02685678f08 [2021-05-05T20:27:10.164Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-05T20:27:10.436Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-05T20:27:10.436Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-05T20:27:11.424Z] OK: 218 MiB in 52 packages [2021-05-05T20:27:11.424Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-05T20:27:11.701Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-05T20:27:12.697Z] Removing intermediate container f02685678f08 [2021-05-05T20:27:12.697Z] ---> 2fd6df3d3a35 [2021-05-05T20:27:12.697Z] Step 8/23 : COPY . . [2021-05-05T20:27:12.697Z] OK: 218 MiB in 52 packages [2021-05-05T20:27:12.987Z] Removing intermediate container 3f03d60789bd [2021-05-05T20:27:12.987Z] ---> 3dda59f22711 [2021-05-05T20:27:12.987Z] Step 6/23 : COPY go.mod . [2021-05-05T20:27:12.987Z] OK: 218 MiB in 52 packages [2021-05-05T20:27:14.985Z] ---> e9f65668e7e0 [2021-05-05T20:27:14.985Z] Step 7/23 : RUN go mod download [2021-05-05T20:27:15.579Z] Removing intermediate container b1614423be0d [2021-05-05T20:27:15.580Z] ---> 60292e333f80 [2021-05-05T20:27:15.580Z] Step 6/31 : COPY go.mod . [2021-05-05T20:27:15.852Z] ---> Running in f48f8df57772 [2021-05-05T20:27:15.852Z] Removing intermediate container e456164c2092 [2021-05-05T20:27:15.852Z] ---> 4309c4a50933 [2021-05-05T20:27:15.852Z] Step 6/23 : COPY go.mod . [2021-05-05T20:27:16.829Z] ---> ee25ca812d1b [2021-05-05T20:27:16.829Z] Step 7/31 : RUN go mod download [2021-05-05T20:27:17.424Z] ---> d64051d2e814 [2021-05-05T20:27:17.424Z] Step 7/23 : RUN go mod download [2021-05-05T20:27:17.424Z] ---> Running in bec16bde805e [2021-05-05T20:27:18.019Z] ---> Running in 5878724ad08d [2021-05-05T20:27:19.452Z] Removing intermediate container f48f8df57772 [2021-05-05T20:27:19.452Z] ---> cd29ad19d926 [2021-05-05T20:27:19.452Z] Step 8/23 : COPY . . [2021-05-05T20:27:22.852Z] Removing intermediate container bec16bde805e [2021-05-05T20:27:22.852Z] ---> bcd16152c65c [2021-05-05T20:27:22.852Z] Step 8/31 : COPY . . [2021-05-05T20:27:23.453Z] Removing intermediate container 5878724ad08d [2021-05-05T20:27:23.453Z] ---> c06b87ae608a [2021-05-05T20:27:23.453Z] Step 8/23 : COPY . . [2021-05-05T20:27:23.879Z] Running on prd-ubuntu18.04-docker-8c-8g-3086 in /w/workspace/edgexfoundry_edgex-go_PR-3423 [Pipeline] { [Pipeline] ws [2021-05-05T20:27:23.907Z] Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] checkout [2021-05-05T20:27:26.266Z] using credential edgex-jenkins-ssh [2021-05-05T20:27:26.279Z] Cloning the remote Git repository [2021-05-05T20:27:26.305Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-05-05T20:27:26.376Z] > git init /w/workspace/edgex-go/2 # timeout=10 [2021-05-05T20:27:26.403Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-05-05T20:27:26.403Z] > git --version # timeout=10 [2021-05-05T20:27:26.415Z] > git --version # 'git version 2.17.1' [2021-05-05T20:27:26.415Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-05T20:27:26.438Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-05T20:27:30.209Z] ---> 3a2e2376e134 [2021-05-05T20:27:30.209Z] Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-05-05T20:27:32.184Z] ---> Running in 45e26fbd6eba [2021-05-05T20:27:33.287Z] 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-05-05T20:27:33.475Z] Merging remotes/origin/master commit 40097948026cfcf365777e8965120a46082f11c2 into PR head commit b91a20da177c7cf0cbbb1a081435ab1666a7fa7d [2021-05-05T20:27:33.629Z] Merge succeeded, producing b91a20da177c7cf0cbbb1a081435ab1666a7fa7d [2021-05-05T20:27:33.629Z] Checking out Revision b91a20da177c7cf0cbbb1a081435ab1666a7fa7d (PR-3423) [2021-05-05T20:27:32.976Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-05-05T20:27:32.982Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-05T20:27:32.994Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-05-05T20:27:33.005Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-05-05T20:27:33.005Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-05T20:27:33.009Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3423/head:refs/remotes/origin/PR-3423 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-05-05T20:27:33.487Z] > git config core.sparsecheckout # timeout=10 [2021-05-05T20:27:33.491Z] > git checkout -f b91a20da177c7cf0cbbb1a081435ab1666a7fa7d # timeout=10 [2021-05-05T20:27:33.603Z] > git remote # timeout=10 [2021-05-05T20:27:33.608Z] > git config --get remote.origin.url # timeout=10 [2021-05-05T20:27:33.619Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-05T20:27:33.622Z] > git merge 40097948026cfcf365777e8965120a46082f11c2 # timeout=10 [2021-05-05T20:27:33.629Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-05-05T20:27:33.635Z] > git config core.sparsecheckout # timeout=10 [2021-05-05T20:27:33.638Z] > git checkout -f b91a20da177c7cf0cbbb1a081435ab1666a7fa7d # timeout=10 [2021-05-05T20:27:35.275Z] ---> 510bc2551a5a [2021-05-05T20:27:35.275Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-05-05T20:27:36.715Z] ---> Running in db2a22f87544 [2021-05-05T20:27:37.276Z] Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-core-contracts/v2" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-05-05T20:27:38.411Z] + echo snap-build.sh [2021-05-05T20:27:38.411Z] snap-build.sh [2021-05-05T20:27:38.411Z] + SNAP_BASE_DIR=. [2021-05-05T20:27:38.411Z] + '[' '!' -z /w/workspace/edgex-go/2 ']' [2021-05-05T20:27:38.411Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/2 [2021-05-05T20:27:38.411Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/2]' [2021-05-05T20:27:38.411Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/2] [2021-05-05T20:27:38.411Z] + cd /w/workspace/edgex-go/2 [2021-05-05T20:27:38.411Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-05-05T20:27:38.411Z] Reading package lists... [2021-05-05T20:27:38.411Z] Building dependency tree... [2021-05-05T20:27:38.411Z] Reading state information... [2021-05-05T20:27:38.673Z] The following packages were automatically installed and are no longer required: [2021-05-05T20:27:38.673Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-05-05T20:27:38.673Z] uidmap xdelta3 [2021-05-05T20:27:38.673Z] Use 'sudo apt autoremove' to remove them. [2021-05-05T20:27:38.673Z] The following packages will be REMOVED: [2021-05-05T20:27:38.673Z] lxd* lxd-client* [2021-05-05T20:27:38.700Z] 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-05-05T20:27:39.244Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-05-05T20:27:39.244Z] After this operation, 31.7 MB disk space will be freed. [2021-05-05T20:27:40.286Z] (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-05-05T20:27:40.286Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-05-05T20:27:41.231Z] Removing lxd dnsmasq configuration [2021-05-05T20:27:41.231Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-05-05T20:27:41.492Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-05-05T20:27:42.064Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-05-05T20:27:42.324Z] (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-05-05T20:27:42.324Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-05-05T20:27:43.720Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-05-05T20:27:43.983Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-05-05T20:27:45.371Z] + sudo snap remove --purge lxd [2021-05-05T20:27:45.428Z] ---> 0e29cf269c70 [2021-05-05T20:27:45.428Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-05-05T20:27:45.428Z] ---> Running in a2c8923a6ac6 [2021-05-05T20:27:45.428Z] ---> a64099bfda59 [2021-05-05T20:27:45.428Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-05-05T20:27:45.632Z] snap "lxd" is not installed [2021-05-05T20:27:45.632Z] + sudo groupadd --force --system lxd [2021-05-05T20:27:45.632Z] ++ whoami [2021-05-05T20:27:45.632Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-05-05T20:27:45.632Z] + newgrp - lxd [2021-05-05T20:27:45.704Z] ---> Running in 6246f223f69c [2021-05-05T20:27:45.895Z] + sudo snap install lxd [2021-05-05T20:27:47.711Z] 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-05-05T20:27:47.711Z] 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-05-05T20:27:54.052Z] 2021-05-05T20:27:51Z INFO Waiting for automatic snapd restart... [2021-05-05T20:28:06.316Z] lxd 4.13 from Canonical* installed [2021-05-05T20:28:06.316Z] + sudo lxd init --auto [2021-05-05T20:28:12.910Z] + sudo snap install --classic snapcraft [2021-05-05T20:28:21.076Z] snapcraft 4.7.1 from Canonical* installed [2021-05-05T20:28:21.076Z] + '[' -f snap/local/build-helpers/bin/minimal-snap-build.sh ']' [2021-05-05T20:28:21.076Z] + ./snap/local/build-helpers/bin/minimal-snap-build.sh [2021-05-05T20:28:21.076Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-05-05T20:28:21.076Z] Dload Upload Total Spent Left Speed [2021-05-05T20:28:21.076Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 627 100 627 0 0 4354 0 --:--:-- --:--:-- --:--:-- 4354 [2021-05-05T20:28:21.076Z] 100 3325k 100 3325k 0 0 10.5M 0 --:--:-- --:--:-- --:--:-- 10.5M [2021-05-05T20:28:21.076Z] ./yq_linux_amd64 [2021-05-05T20:28:21.076Z] + sudo snapcraft prime --use-lxd [2021-05-05T20:28:23.007Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-05-05T20:28:23.007Z] 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-05-05T20:28:23.007Z] - README.md [2021-05-05T20:28:23.007Z] [2021-05-05T20:28:23.007Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-05-05T20:28:23.951Z] Launching a container. [2021-05-05T20:28:36.201Z] Waiting for container to be ready [2021-05-05T20:28:36.201Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-05-05T20:28:36.201Z] [2021-05-05T20:28:39.512Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-05-05T20:28:40.085Z] Waiting for network to be ready... [2021-05-05T20:28:40.346Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-05-05T20:28:40.346Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1699 kB] [2021-05-05T20:28:40.346Z] Get:3 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-05-05T20:28:40.608Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [318 kB] [2021-05-05T20:28:40.608Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.2 kB] [2021-05-05T20:28:40.608Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-05-05T20:28:40.608Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [305 kB] [2021-05-05T20:28:40.608Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [40.7 kB] [2021-05-05T20:28:40.608Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1124 kB] [2021-05-05T20:28:40.608Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [253 kB] [2021-05-05T20:28:40.869Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-05-05T20:28:41.131Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-05-05T20:28:41.131Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-05-05T20:28:41.394Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-05-05T20:28:41.394Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-05-05T20:28:41.394Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-05-05T20:28:41.394Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-05-05T20:28:41.394Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-05-05T20:28:41.966Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-05-05T20:28:42.227Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2042 kB] [2021-05-05T20:28:42.227Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [410 kB] [2021-05-05T20:28:42.227Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [25.0 kB] [2021-05-05T20:28:42.227Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-05-05T20:28:42.227Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [326 kB] [2021-05-05T20:28:42.227Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [44.2 kB] [2021-05-05T20:28:42.227Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1733 kB] [2021-05-05T20:28:42.227Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [369 kB] [2021-05-05T20:28:45.529Z] Fetched 24.5 MB in 5s (4885 kB/s) [2021-05-05T20:28:46.469Z] Reading package lists... [2021-05-05T20:28:46.729Z] Reading package lists... [2021-05-05T20:28:46.994Z] Building dependency tree... [2021-05-05T20:28:46.994Z] Reading state information... [2021-05-05T20:28:46.994Z] The following additional packages will be installed: [2021-05-05T20:28:46.994Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-05-05T20:28:46.994Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-05-05T20:28:46.994Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-05-05T20:28:46.994Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-05-05T20:28:46.994Z] Suggested packages: [2021-05-05T20:28:46.994Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-05-05T20:28:46.994Z] Recommended packages: [2021-05-05T20:28:46.994Z] gnupg libsasl2-modules [2021-05-05T20:28:46.994Z] The following NEW packages will be installed: [2021-05-05T20:28:46.994Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-05-05T20:28:46.994Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-05-05T20:28:46.994Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-05-05T20:28:46.994Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-05-05T20:28:46.994Z] The following packages will be upgraded: [2021-05-05T20:28:46.994Z] gpg gpg-agent gpgconf libudev1 [2021-05-05T20:28:46.994Z] 4 upgraded, 18 newly installed, 0 to remove and 106 not upgraded. [2021-05-05T20:28:46.994Z] Need to get 3529 kB of archives. [2021-05-05T20:28:46.994Z] After this operation, 13.3 MB of additional disk space will be used. [2021-05-05T20:28:46.994Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] [2021-05-05T20:28:46.994Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] [2021-05-05T20:28:47.261Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB] [2021-05-05T20:28:47.261Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.10 [154 kB] [2021-05-05T20:28:47.261Z] Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.46 [58.4 kB] [2021-05-05T20:28:47.531Z] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.46 [1102 kB] [2021-05-05T20:28:47.790Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-05-05T20:28:47.790Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-05-05T20:28:47.790Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] [2021-05-05T20:28:47.790Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] [2021-05-05T20:28:47.790Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] [2021-05-05T20:28:48.051Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-05-05T20:28:48.051Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-05-05T20:28:48.051Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-05-05T20:28:48.051Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-05-05T20:28:48.051Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-05-05T20:28:48.051Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-05-05T20:28:48.051Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-05-05T20:28:48.051Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-05-05T20:28:48.051Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-05-05T20:28:48.051Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-05-05T20:28:48.051Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] [2021-05-05T20:28:48.312Z] debconf: delaying package configuration, since apt-utils is not installed [2021-05-05T20:28:48.312Z] Fetched 3529 kB in 1s (3515 kB/s) [2021-05-05T20:28:48.312Z] (Reading database ... 12511 files and directories currently installed.) [2021-05-05T20:28:48.312Z] Preparing to unpack .../libudev1_237-3ubuntu10.46_amd64.deb ... [2021-05-05T20:28:48.312Z] Unpacking libudev1:amd64 (237-3ubuntu10.46) over (237-3ubuntu10) ... [2021-05-05T20:28:48.312Z] Setting up libudev1:amd64 (237-3ubuntu10.46) ... [2021-05-05T20:28:48.572Z] Selecting previously unselected package udev. [2021-05-05T20:28:48.572Z] (Reading database ... 12511 files and directories currently installed.) [2021-05-05T20:28:48.572Z] Preparing to unpack .../00-udev_237-3ubuntu10.46_amd64.deb ... [2021-05-05T20:28:48.572Z] Unpacking udev (237-3ubuntu10.46) ... [2021-05-05T20:28:48.833Z] Selecting previously unselected package libfuse2:amd64. [2021-05-05T20:28:48.833Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-05-05T20:28:48.833Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-05-05T20:28:49.094Z] Selecting previously unselected package fuse. [2021-05-05T20:28:49.094Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-05-05T20:28:49.094Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-05-05T20:28:49.094Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... [2021-05-05T20:28:49.094Z] Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-05-05T20:28:49.355Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... [2021-05-05T20:28:49.355Z] Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-05-05T20:28:49.355Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... [2021-05-05T20:28:49.355Z] Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-05-05T20:28:49.616Z] Selecting previously unselected package libksba8:amd64. [2021-05-05T20:28:49.616Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-05-05T20:28:49.616Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-05-05T20:28:49.616Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-05-05T20:28:49.616Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-05-05T20:28:49.616Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-05T20:28:49.878Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-05-05T20:28:49.878Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-05-05T20:28:49.878Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-05T20:28:49.878Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-05-05T20:28:49.878Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-05-05T20:28:49.878Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-05T20:28:50.139Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-05-05T20:28:50.139Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-05-05T20:28:50.139Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-05T20:28:50.139Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-05-05T20:28:50.139Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-05-05T20:28:50.139Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-05T20:28:50.399Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-05-05T20:28:50.399Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-05-05T20:28:50.399Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-05T20:28:50.399Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-05-05T20:28:50.399Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-05-05T20:28:50.399Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-05T20:28:50.399Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-05-05T20:28:50.399Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-05-05T20:28:50.660Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-05T20:28:50.660Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-05-05T20:28:50.660Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-05-05T20:28:50.660Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-05T20:28:50.660Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-05-05T20:28:50.660Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-05-05T20:28:50.660Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-05-05T20:28:50.923Z] Selecting previously unselected package libsasl2-2:amd64. [2021-05-05T20:28:50.923Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-05-05T20:28:50.923Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-05-05T20:28:50.923Z] Selecting previously unselected package libldap-common. [2021-05-05T20:28:50.923Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... [2021-05-05T20:28:50.923Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-05-05T20:28:50.923Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-05-05T20:28:50.923Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... [2021-05-05T20:28:50.923Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-05-05T20:28:51.184Z] Selecting previously unselected package dirmngr. [2021-05-05T20:28:51.184Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... [2021-05-05T20:28:51.184Z] Unpacking dirmngr (2.2.4-1ubuntu1.4) ... [2021-05-05T20:28:51.184Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-05-05T20:28:51.184Z] Setting up gpgconf (2.2.4-1ubuntu1.4) ... [2021-05-05T20:28:51.184Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-05-05T20:28:51.445Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-05-05T20:28:51.445Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-05-05T20:28:51.445Z] Setting up gpg-agent (2.2.4-1ubuntu1.4) ... [2021-05-05T20:28:51.445Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-05T20:28:51.446Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-05-05T20:28:51.446Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-05-05T20:28:51.446Z] Setting up udev (237-3ubuntu10.46) ... [2021-05-05T20:28:52.018Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-05-05T20:28:52.018Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-05T20:28:52.018Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-05-05T20:28:52.280Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-05-05T20:28:52.542Z] Setting up gpg (2.2.4-1ubuntu1.4) ... [2021-05-05T20:28:52.542Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-05T20:28:52.542Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-05T20:28:52.542Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-05T20:28:52.542Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-05T20:28:52.542Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-05T20:28:52.542Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-05T20:28:52.542Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-05T20:28:52.803Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-05-05T20:28:52.803Z] Setting up dirmngr (2.2.4-1ubuntu1.4) ... [2021-05-05T20:28:52.803Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-05-05T20:28:53.377Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-05-05T20:28:53.377Z] settings in the [Install] section, and DefaultInstance for template units). [2021-05-05T20:28:53.377Z] This means they are not meant to be enabled using systemctl. [2021-05-05T20:28:53.377Z] Possible reasons for having this kind of units are: [2021-05-05T20:28:53.377Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-05-05T20:28:53.377Z] .wants/ or .requires/ directory. [2021-05-05T20:28:53.377Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-05-05T20:28:53.377Z] a requirement dependency on it. [2021-05-05T20:28:53.377Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-05-05T20:28:53.377Z] D-Bus, udev, scripted systemctl call, ...). [2021-05-05T20:28:53.377Z] 4) In case of template units, the unit is meant to be enabled with some [2021-05-05T20:28:53.377Z] instance name specified. [2021-05-05T20:28:53.639Z] Reading package lists... [2021-05-05T20:28:53.901Z] Building dependency tree... [2021-05-05T20:28:53.901Z] Reading state information... [2021-05-05T20:28:53.901Z] The following additional packages will be installed: [2021-05-05T20:28:53.901Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-05-05T20:28:53.901Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-05-05T20:28:53.901Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-05-05T20:28:53.901Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-05-05T20:28:53.901Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-05-05T20:28:53.901Z] Suggested packages: [2021-05-05T20:28:53.901Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-05-05T20:28:53.901Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-05-05T20:28:53.901Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-05-05T20:28:53.901Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-05-05T20:28:53.901Z] systemd-container policykit-1 [2021-05-05T20:28:53.901Z] Recommended packages: [2021-05-05T20:28:53.901Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-05-05T20:28:54.162Z] The following NEW packages will be installed: [2021-05-05T20:28:54.162Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-05-05T20:28:54.162Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-05-05T20:28:54.162Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-05-05T20:28:54.162Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-05-05T20:28:54.162Z] python3.6-minimal snapd squashfs-tools sudo [2021-05-05T20:28:54.162Z] The following packages will be upgraded: [2021-05-05T20:28:54.162Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-05-05T20:28:54.162Z] 5 upgraded, 25 newly installed, 0 to remove and 101 not upgraded. [2021-05-05T20:28:54.162Z] Need to get 35.2 MB of archives. [2021-05-05T20:28:54.162Z] After this operation, 141 MB of additional disk space will be used. [2021-05-05T20:28:54.162Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.9 [1301 kB] [2021-05-05T20:28:54.162Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.46 [2914 kB] [2021-05-05T20:28:54.162Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [534 kB] [2021-05-05T20:28:54.162Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-05-05T20:28:54.163Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [1610 kB] [2021-05-05T20:28:54.424Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.4 [1712 kB] [2021-05-05T20:28:54.424Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.4 [203 kB] [2021-05-05T20:28:54.424Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-05-05T20:28:54.424Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] [2021-05-05T20:28:54.424Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-05-05T20:28:54.424Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-05-05T20:28:54.424Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-05-05T20:28:54.424Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-05-05T20:28:54.424Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-05-05T20:28:54.424Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] [2021-05-05T20:28:54.424Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-05-05T20:28:54.424Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] [2021-05-05T20:28:55.006Z] Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.46 [209 kB] [2021-05-05T20:28:55.006Z] Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libapt-pkg5.0 amd64 1.6.13 [808 kB] [2021-05-05T20:28:55.268Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 apt amd64 1.6.13 [1201 kB] [2021-05-05T20:28:55.268Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2021-05-05T20:28:55.268Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-05-05T20:28:55.268Z] Get:23 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-05-05T20:28:55.268Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-05-05T20:28:55.268Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-05-05T20:28:55.268Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-05-05T20:28:55.268Z] Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-05-05T20:28:55.268Z] Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-05-05T20:28:55.268Z] Get:29 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-05-05T20:28:55.268Z] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] [2021-05-05T20:28:55.530Z] debconf: delaying package configuration, since apt-utils is not installed [2021-05-05T20:28:55.530Z] Fetched 35.2 MB in 1s (27.7 MB/s) [2021-05-05T20:28:55.530Z] (Reading database ... 12757 files and directories currently installed.) [2021-05-05T20:28:55.530Z] Preparing to unpack .../systemd_237-3ubuntu10.46_amd64.deb ... [2021-05-05T20:28:55.791Z] Unpacking systemd (237-3ubuntu10.46) over (237-3ubuntu10) ... [2021-05-05T20:28:56.364Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.46_amd64.deb ... [2021-05-05T20:28:56.364Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.46) over (237-3ubuntu10) ... [2021-05-05T20:28:56.364Z] Setting up libsystemd0:amd64 (237-3ubuntu10.46) ... [2021-05-05T20:28:56.364Z] (Reading database ... 12757 files and directories currently installed.) [2021-05-05T20:28:56.364Z] Preparing to unpack .../libapt-pkg5.0_1.6.13_amd64.deb ... [2021-05-05T20:28:56.625Z] Unpacking libapt-pkg5.0:amd64 (1.6.13) over (1.6.1) ... [2021-05-05T20:28:56.625Z] Setting up libapt-pkg5.0:amd64 (1.6.13) ... [2021-05-05T20:28:56.887Z] (Reading database ... 12757 files and directories currently installed.) [2021-05-05T20:28:56.887Z] Preparing to unpack .../archives/apt_1.6.13_amd64.deb ... [2021-05-05T20:28:56.887Z] Unpacking apt (1.6.13) over (1.6.1) ... [2021-05-05T20:28:57.149Z] Setting up apt (1.6.13) ... [2021-05-05T20:28:57.149Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-05-05T20:28:57.723Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-05-05T20:28:57.984Z] (Reading database ... 12764 files and directories currently installed.) [2021-05-05T20:28:57.984Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... [2021-05-05T20:28:57.984Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... [2021-05-05T20:28:58.246Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-05-05T20:28:58.246Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-05-05T20:28:58.246Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-05-05T20:28:58.508Z] Selecting previously unselected package libexpat1:amd64. [2021-05-05T20:28:58.508Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-05-05T20:28:58.508Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-05-05T20:28:58.508Z] Selecting previously unselected package python3.6-minimal. [2021-05-05T20:28:58.508Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-05-05T20:28:58.508Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-05-05T20:28:58.771Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) ... [2021-05-05T20:28:58.771Z] Checking for services that may need to be restarted...done. [2021-05-05T20:28:58.771Z] Checking for services that may need to be restarted...done. [2021-05-05T20:28:58.771Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-05-05T20:28:59.033Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-05-05T20:28:59.033Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-05-05T20:28:59.606Z] Selecting previously unselected package python3-minimal. [2021-05-05T20:28:59.606Z] (Reading database ... 13012 files and directories currently installed.) [2021-05-05T20:28:59.606Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-05-05T20:28:59.606Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-05-05T20:28:59.606Z] Selecting previously unselected package mime-support. [2021-05-05T20:28:59.606Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-05-05T20:28:59.606Z] Unpacking mime-support (3.60ubuntu1) ... [2021-05-05T20:28:59.867Z] Selecting previously unselected package libmpdec2:amd64. [2021-05-05T20:28:59.867Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-05-05T20:28:59.867Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-05-05T20:28:59.867Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-05-05T20:28:59.867Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-05-05T20:28:59.867Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-05-05T20:29:00.130Z] Selecting previously unselected package python3.6. [2021-05-05T20:29:00.130Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-05-05T20:29:00.130Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-05-05T20:29:00.130Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-05-05T20:29:00.130Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-05-05T20:29:00.130Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-05-05T20:29:00.393Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-05-05T20:29:00.657Z] Selecting previously unselected package python3. [2021-05-05T20:29:00.657Z] (Reading database ... 13442 files and directories currently installed.) [2021-05-05T20:29:00.657Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-05-05T20:29:00.657Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-05-05T20:29:00.657Z] Selecting previously unselected package multiarch-support. [2021-05-05T20:29:00.657Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-05-05T20:29:00.657Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-05-05T20:29:00.657Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-05-05T20:29:00.657Z] Selecting previously unselected package liblzo2-2:amd64. [2021-05-05T20:29:00.919Z] (Reading database ... 13479 files and directories currently installed.) [2021-05-05T20:29:00.919Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-05-05T20:29:00.919Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-05-05T20:29:00.919Z] Selecting previously unselected package libbsd0:amd64. [2021-05-05T20:29:00.919Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-05-05T20:29:00.919Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-05-05T20:29:00.919Z] Selecting previously unselected package sudo. [2021-05-05T20:29:00.919Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... [2021-05-05T20:29:00.919Z] Unpacking sudo (1.8.21p2-3ubuntu1.4) ... [2021-05-05T20:29:01.181Z] Selecting previously unselected package apparmor. [2021-05-05T20:29:01.181Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-05-05T20:29:01.181Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-05-05T20:29:01.181Z] Selecting previously unselected package libedit2:amd64. [2021-05-05T20:29:01.181Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-05-05T20:29:01.181Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-05-05T20:29:01.444Z] Selecting previously unselected package libkrb5support0:amd64. [2021-05-05T20:29:01.444Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-05-05T20:29:01.444Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-05-05T20:29:01.444Z] Selecting previously unselected package libk5crypto3:amd64. [2021-05-05T20:29:01.444Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-05-05T20:29:01.444Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-05-05T20:29:01.444Z] Selecting previously unselected package libkeyutils1:amd64. [2021-05-05T20:29:01.444Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-05-05T20:29:01.444Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-05-05T20:29:01.707Z] Selecting previously unselected package libkrb5-3:amd64. [2021-05-05T20:29:01.707Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-05-05T20:29:01.707Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-05-05T20:29:01.707Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-05-05T20:29:01.707Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-05-05T20:29:01.707Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-05-05T20:29:01.968Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-05-05T20:29:01.968Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... [2021-05-05T20:29:01.968Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-05-05T20:29:02.231Z] Selecting previously unselected package openssh-client. [2021-05-05T20:29:02.231Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-05-05T20:29:02.231Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-05-05T20:29:02.231Z] Selecting previously unselected package squashfs-tools. [2021-05-05T20:29:02.231Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-05-05T20:29:02.231Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-05-05T20:29:02.494Z] Selecting previously unselected package snapd. [2021-05-05T20:29:02.494Z] Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... [2021-05-05T20:29:02.494Z] Unpacking snapd (2.48.3+18.04) ... [2021-05-05T20:29:05.051Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-05-05T20:29:05.051Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-05-05T20:29:05.051Z] Setting up mime-support (3.60ubuntu1) ... [2021-05-05T20:29:05.051Z] Setting up sudo (1.8.21p2-3ubuntu1.4) ... [2021-05-05T20:29:05.051Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-05-05T20:29:05.051Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-05-05T20:29:05.051Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-05-05T20:29:05.051Z] Setting up systemd (237-3ubuntu10.46) ... [2021-05-05T20:29:05.051Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-05-05T20:29:05.994Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-05-05T20:29:05.994Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-05-05T20:29:05.994Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-05-05T20:29:05.995Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-05-05T20:29:05.995Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-05-05T20:29:05.995Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-05-05T20:29:06.939Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-05-05T20:29:06.939Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-05-05T20:29:06.939Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-05-05T20:29:06.939Z] Setting up python3 (3.6.7-1~18.04) ... [2021-05-05T20:29:06.939Z] running python rtupdate hooks for python3.6... [2021-05-05T20:29:06.939Z] running python post-rtupdate hooks for python3.6... [2021-05-05T20:29:06.939Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-05-05T20:29:08.327Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-05-05T20:29:08.589Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-05-05T20:29:08.589Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-05-05T20:29:08.589Z] Setting up snapd (2.48.3+18.04) ... [2021-05-05T20:29:09.160Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-05-05T20:29:09.421Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-05-05T20:29:09.421Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-05-05T20:29:09.562Z] Removing intermediate container 45e26fbd6eba [2021-05-05T20:29:09.562Z] ---> f5758ebbb35a [2021-05-05T20:29:09.562Z] Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-05-05T20:29:09.562Z] ---> Running in 9fe9ce676072 [2021-05-05T20:29:09.562Z] 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-05-05T20:29:09.562Z] Removing intermediate container 9fe9ce676072 [2021-05-05T20:29:09.562Z] ---> 10114a53189e [2021-05-05T20:29:09.562Z] [2021-05-05T20:29:09.562Z] Step 11/23 : FROM docker:20.10.0 [2021-05-05T20:29:09.562Z] 20.10.0: Pulling from library/docker [2021-05-05T20:29:09.683Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-05-05T20:29:09.944Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-05-05T20:29:09.944Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-05-05T20:29:10.206Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-05-05T20:29:10.467Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-05-05T20:29:10.728Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-05-05T20:29:10.728Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-05-05T20:29:10.989Z] /usr/sbin/policy-rc.d returned 101, not running 'start snapd.apparmor.service snapd.autoimport.service snapd.core-fixup.service snapd.failure.service snapd.recovery-chooser-trigger.service snapd.seeded.service snapd.service snapd.snap-repair.service snapd.snap-repair.timer snapd.socket snapd.system-shutdown.service' [2021-05-05T20:29:10.990Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-05-05T20:29:11.251Z] Processing triggers for systemd (237-3ubuntu10.46) ... [2021-05-05T20:29:12.635Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-05-05T20:29:12.635Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-05-05T20:29:12.635Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-05-05T20:29:14.024Z] Reading package lists... [2021-05-05T20:29:14.285Z] Reading package lists... [2021-05-05T20:29:14.547Z] Building dependency tree... [2021-05-05T20:29:14.547Z] Reading state information... [2021-05-05T20:29:14.547Z] Calculating upgrade... [2021-05-05T20:29:14.808Z] The following packages will be upgraded: [2021-05-05T20:29:14.808Z] advancecomp base-files bash binutils binutils-common [2021-05-05T20:29:14.808Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-05-05T20:29:14.808Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-05-05T20:29:14.808Z] grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils [2021-05-05T20:29:14.808Z] libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 [2021-05-05T20:29:14.808Z] libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 [2021-05-05T20:29:14.808Z] libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 [2021-05-05T20:29:14.808Z] libgnutls30 libgomp1 libhogweed4 libidn11 libidn2-0 libitm1 libjson-c3 [2021-05-05T20:29:14.808Z] libkmod2 liblsan0 libmount1 libmpx2 libncurses5 libncursesw5 libnettle6 [2021-05-05T20:29:14.808Z] libp11-kit0 libpam-modules libpam-modules-bin libpam-runtime libpam0g [2021-05-05T20:29:14.808Z] libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 libsmartcols1 [2021-05-05T20:29:14.808Z] libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 [2021-05-05T20:29:14.808Z] libunistring2 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base [2021-05-05T20:29:14.808Z] ncurses-bin openssl passwd patch perl perl-base perl-modules-5.26 [2021-05-05T20:29:14.808Z] pkgbinarymangler procps systemd-sysv tar tzdata ubuntu-keyring util-linux [2021-05-05T20:29:15.070Z] 101 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-05-05T20:29:15.070Z] Need to get 64.0 MB of archives. [2021-05-05T20:29:15.070Z] After this operation, 5034 kB of additional disk space will be used. [2021-05-05T20:29:15.070Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-142.146 [987 kB] [2021-05-05T20:29:15.070Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-05-05T20:29:15.648Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-05-05T20:29:15.648Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-05-05T20:29:15.648Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-05-05T20:29:15.648Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-05-05T20:29:15.648Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-05-05T20:29:15.648Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-05-05T20:29:15.648Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] [2021-05-05T20:29:15.648Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] [2021-05-05T20:29:15.648Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] [2021-05-05T20:29:15.648Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-05-05T20:29:15.648Z] Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-05-05T20:29:15.648Z] Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-05-05T20:29:15.648Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-05-05T20:29:15.911Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2021-05-05T20:29:15.911Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-05-05T20:29:15.911Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-05-05T20:29:15.911Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-05-05T20:29:15.911Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-05-05T20:29:15.911Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-05-05T20:29:15.911Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-05-05T20:29:15.911Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-05-05T20:29:15.911Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-05-05T20:29:15.911Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-05-05T20:29:15.911Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-05-05T20:29:15.911Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-05-05T20:29:15.911Z] Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-05-05T20:29:15.911Z] Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-05-05T20:29:15.911Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-05-05T20:29:15.911Z] Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-05-05T20:29:15.911Z] Get:32 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-05-05T20:29:15.911Z] Get:33 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-05-05T20:29:15.911Z] Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-05-05T20:29:15.911Z] Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] [2021-05-05T20:29:15.911Z] Get:36 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] [2021-05-05T20:29:15.911Z] Get:37 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] [2021-05-05T20:29:15.911Z] Get:38 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] [2021-05-05T20:29:15.911Z] Get:39 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] [2021-05-05T20:29:15.911Z] Get:40 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.46 [16.0 kB] [2021-05-05T20:29:15.911Z] Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-05-05T20:29:16.173Z] Get:42 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] [2021-05-05T20:29:16.173Z] Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-05-05T20:29:16.173Z] Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2021-05-05T20:29:16.173Z] Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-05-05T20:29:16.173Z] Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-05-05T20:29:16.173Z] Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-05-05T20:29:16.173Z] Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-05-05T20:29:16.173Z] Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-05-05T20:29:16.173Z] Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-05-05T20:29:16.173Z] Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-05-05T20:29:16.173Z] Get:52 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-05-05T20:29:16.173Z] Get:53 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] [2021-05-05T20:29:16.173Z] Get:54 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-05-05T20:29:16.173Z] Get:55 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-05-05T20:29:16.173Z] Get:56 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libseccomp2 amd64 2.5.1-1ubuntu1~18.04.1 [43.1 kB] [2021-05-05T20:29:16.173Z] Get:57 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.2 [22.3 kB] [2021-05-05T20:29:16.173Z] Get:58 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-05-05T20:29:16.173Z] Get:59 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-05-05T20:29:16.173Z] Get:60 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-05-05T20:29:16.173Z] Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-05-05T20:29:16.173Z] Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-05-05T20:29:16.173Z] Get:63 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-05-05T20:29:16.173Z] Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-05-05T20:29:16.173Z] Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-05-05T20:29:16.173Z] Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-05-05T20:29:16.173Z] Get:67 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.2 [189 kB] [2021-05-05T20:29:16.173Z] Get:68 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libnettle6 amd64 3.4-1ubuntu0.1 [110 kB] [2021-05-05T20:29:16.434Z] Get:69 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libhogweed4 amd64 3.4-1ubuntu0.1 [137 kB] [2021-05-05T20:29:16.434Z] Get:70 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-05-05T20:29:16.434Z] Get:71 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-05-05T20:29:16.434Z] Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-05-05T20:29:16.434Z] Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-05-05T20:29:16.434Z] Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-05-05T20:29:16.434Z] Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-05-05T20:29:16.434Z] Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-05-05T20:29:16.434Z] Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.9 [614 kB] [2021-05-05T20:29:16.434Z] Get:78 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] [2021-05-05T20:29:16.434Z] Get:79 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-05-05T20:29:16.434Z] Get:80 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2021-05-05T20:29:16.434Z] Get:81 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-05-05T20:29:16.434Z] Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] [2021-05-05T20:29:16.434Z] Get:83 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2021-05-05T20:29:16.434Z] Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-05-05T20:29:16.434Z] Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.5 [1839 kB] [2021-05-05T20:29:16.695Z] Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] [2021-05-05T20:29:16.695Z] Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] [2021-05-05T20:29:16.695Z] Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] [2021-05-05T20:29:16.695Z] Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-05-05T20:29:16.695Z] Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-05-05T20:29:16.695Z] Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-05-05T20:29:16.695Z] Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-05-05T20:29:17.268Z] Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-05-05T20:29:17.846Z] Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2021-05-05T20:29:17.847Z] Get:95 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2021-05-05T20:29:17.847Z] Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-05-05T20:29:18.108Z] Get:97 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2021-05-05T20:29:18.109Z] Get:98 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-05-05T20:29:18.109Z] Get:99 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-05-05T20:29:18.109Z] Get:100 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-05-05T20:29:18.109Z] Get:101 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-05-05T20:29:18.376Z] debconf: delaying package configuration, since apt-utils is not installed [2021-05-05T20:29:18.376Z] Fetched 64.0 MB in 3s (19.3 MB/s) [2021-05-05T20:29:18.376Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-05T20:29:18.376Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-05-05T20:29:18.376Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-05-05T20:29:19.326Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-05-05T20:29:19.326Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-05-05T20:29:19.326Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-142.146_amd64.deb ... [2021-05-05T20:29:19.326Z] Unpacking linux-libc-dev:amd64 (4.15.0-142.146) over (4.15.0-20.21) ... [2021-05-05T20:29:20.271Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-05T20:29:20.271Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-05T20:29:20.271Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-05T20:29:20.271Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-05T20:29:20.533Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-05T20:29:20.533Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-05T20:29:20.533Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-05T20:29:20.533Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-05T20:29:20.533Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-05T20:29:20.794Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-05T20:29:20.794Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-05T20:29:20.794Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-05T20:29:20.794Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-05T20:29:21.058Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-05T20:29:21.058Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-05T20:29:21.058Z] (Reading database ... 13911 files and directories currently installed.) [2021-05-05T20:29:21.058Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-05T20:29:21.058Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-05-05T20:29:21.320Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-05-05T20:29:21.320Z] (Reading database ... 13911 files and directories currently installed.) [2021-05-05T20:29:21.320Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-05T20:29:21.320Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-05T20:29:21.320Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-05T20:29:21.581Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-05T20:29:21.581Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-05T20:29:21.581Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-05T20:29:21.843Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-05T20:29:21.843Z] (Reading database ... 13911 files and directories currently installed.) [2021-05-05T20:29:21.843Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-05-05T20:29:22.104Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-05-05T20:29:22.681Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-05-05T20:29:22.943Z] (Reading database ... 13911 files and directories currently installed.) [2021-05-05T20:29:22.943Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-05-05T20:29:22.943Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-05-05T20:29:22.943Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-05-05T20:29:22.943Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-05-05T20:29:23.205Z] Setting up base-files (10.1ubuntu2.10) ... [2021-05-05T20:29:23.205Z] Installing new version of config file /etc/issue ... [2021-05-05T20:29:23.205Z] Installing new version of config file /etc/issue.net ... [2021-05-05T20:29:23.205Z] Installing new version of config file /etc/lsb-release ... [2021-05-05T20:29:23.205Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-05-05T20:29:23.466Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-05-05T20:29:23.466Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-05-05T20:29:23.466Z] Removing obsolete conffile /etc/default/motd-news ... [2021-05-05T20:29:23.728Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-05T20:29:23.728Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-05-05T20:29:23.728Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-05-05T20:29:23.728Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-05-05T20:29:23.989Z] 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-05-05T20:29:23.989Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-05T20:29:23.989Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-05-05T20:29:23.989Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-05-05T20:29:23.989Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-05-05T20:29:24.251Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-05T20:29:24.251Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-05-05T20:29:24.251Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-05-05T20:29:24.512Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-05-05T20:29:24.512Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-05T20:29:24.512Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-05-05T20:29:24.512Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-05-05T20:29:24.774Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-05-05T20:29:25.035Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-05T20:29:25.035Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-05-05T20:29:25.036Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-05-05T20:29:25.036Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-05-05T20:29:25.301Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-05T20:29:25.301Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-05-05T20:29:25.301Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-05-05T20:29:25.562Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-05-05T20:29:25.562Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-05T20:29:25.562Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-05-05T20:29:25.562Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-05-05T20:29:25.562Z] Setting up grep (3.1-2build1) ... [2021-05-05T20:29:25.823Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-05T20:29:25.823Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-05-05T20:29:25.823Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-05-05T20:29:26.084Z] Setting up login (1:4.5-1ubuntu2) ... [2021-05-05T20:29:26.084Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-05T20:29:26.084Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-05-05T20:29:26.084Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-05-05T20:29:26.344Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-05-05T20:29:26.344Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-05T20:29:26.344Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-05-05T20:29:26.344Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-05-05T20:29:26.921Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-05-05T20:29:26.921Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-05-05T20:29:26.921Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-05-05T20:29:27.187Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-05-05T20:29:27.763Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-05-05T20:29:27.763Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-05T20:29:27.763Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-05-05T20:29:27.763Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-05-05T20:29:27.968Z] Removing intermediate container a2c8923a6ac6 [2021-05-05T20:29:27.968Z] ---> 51b14106c427 [2021-05-05T20:29:27.968Z] [2021-05-05T20:29:27.968Z] Step 10/31 : FROM alpine:3.12 [2021-05-05T20:29:27.968Z] ---> 9852663dfa18 [2021-05-05T20:29:27.968Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-05-05T20:29:27.968Z] Removing intermediate container db2a22f87544 [2021-05-05T20:29:27.968Z] ---> 226e6281b983 [2021-05-05T20:29:27.968Z] [2021-05-05T20:29:27.968Z] Step 10/23 : FROM alpine:3.12 [2021-05-05T20:29:27.968Z] ---> 9852663dfa18 [2021-05-05T20:29:27.968Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-05-05T20:29:27.968Z] ---> Using cache [2021-05-05T20:29:27.968Z] ---> c296b12f4b63 [2021-05-05T20:29:27.968Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-05-05T20:29:27.968Z] ---> Using cache [2021-05-05T20:29:27.968Z] ---> 842846ef6abc [2021-05-05T20:29:27.968Z] Step 13/23 : ENV APP_PORT=48082 [2021-05-05T20:29:27.968Z] ---> Running in 2fa01c12beef [2021-05-05T20:29:27.968Z] ---> Running in 8292a6544f52 [2021-05-05T20:29:27.968Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-05-05T20:29:27.968Z] Status: Downloaded newer image for docker:20.10.0 [2021-05-05T20:29:27.968Z] ---> eeaf43b92773 [2021-05-05T20:29:27.968Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' [2021-05-05T20:29:27.968Z] ---> Running in 6c0e2a80dfbe [2021-05-05T20:29:28.238Z] Removing intermediate container 2fa01c12beef [2021-05-05T20:29:28.238Z] ---> b85fc48075cf [2021-05-05T20:29:28.238Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-execRemoving intermediate container 8292a6544f52 [2021-05-05T20:29:28.238Z] [2021-05-05T20:29:28.238Z] ---> 80be61af0b7b [2021-05-05T20:29:28.238Z] Step 14/23 : EXPOSE $APP_PORT [2021-05-05T20:29:28.516Z] Removing intermediate container 6c0e2a80dfbe [2021-05-05T20:29:28.516Z] ---> f4fce3115c39 [2021-05-05T20:29:28.516Z] Step 13/23 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 [2021-05-05T20:29:28.516Z] ---> Running in 82880aecbec1 [2021-05-05T20:29:28.516Z] ---> Running in 521b15538736 [2021-05-05T20:29:28.792Z] ---> Running in 46cead9c2656 [2021-05-05T20:29:29.228Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-05-05T20:29:29.228Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-05-05T20:29:29.228Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-05-05T20:29:29.228Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-05-05T20:29:29.228Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-05-05T20:29:29.397Z] Removing intermediate container 82880aecbec1 [2021-05-05T20:29:29.397Z] ---> 6f0c66773a68 [2021-05-05T20:29:29.397Z] Step 15/23 : WORKDIR / [2021-05-05T20:29:29.490Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-05T20:29:29.490Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-05-05T20:29:29.490Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-05-05T20:29:29.673Z] ---> Running in ca012d303e12 [2021-05-05T20:29:29.750Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-05-05T20:29:29.750Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-05T20:29:29.750Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-05-05T20:29:29.750Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-05-05T20:29:30.011Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-05-05T20:29:30.012Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-05T20:29:30.012Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-05-05T20:29:30.012Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-05-05T20:29:30.273Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-05-05T20:29:30.273Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-05T20:29:30.273Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-05-05T20:29:30.273Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-05-05T20:29:30.273Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-05-05T20:29:30.284Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-05-05T20:29:30.534Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-05T20:29:30.534Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-05-05T20:29:30.534Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-05-05T20:29:30.534Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-05-05T20:29:30.534Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-05T20:29:30.534Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-05-05T20:29:30.558Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-05-05T20:29:30.558Z] Removing intermediate container ca012d303e12 [2021-05-05T20:29:30.558Z] ---> 337075700d59 [2021-05-05T20:29:30.558Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-05T20:29:30.558Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-05-05T20:29:30.558Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-05-05T20:29:30.795Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-05-05T20:29:30.795Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-05-05T20:29:30.795Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-05-05T20:29:30.795Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-05-05T20:29:31.055Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-05T20:29:31.055Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-05-05T20:29:31.055Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-05-05T20:29:31.055Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-05-05T20:29:31.319Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-05T20:29:31.319Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-05-05T20:29:31.319Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-05-05T20:29:31.319Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-05-05T20:29:31.319Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-05T20:29:31.319Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-05-05T20:29:31.560Z] (1/39) Installing readline (8.0.4-r0) [2021-05-05T20:29:31.560Z] (2/39) Installing bash (5.0.17-r0) [2021-05-05T20:29:31.560Z] Executing bash-5.0.17-r0.post-install [2021-05-05T20:29:31.560Z] (3/39) Installing nghttp2-libs (1.41.0-r0) [2021-05-05T20:29:31.560Z] (4/39) Installing libcurl (7.76.1-r0) [2021-05-05T20:29:31.560Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-05-05T20:29:31.560Z] (2/2) Installing su-exec (0.2-r1) [2021-05-05T20:29:31.560Z] (5/39) Installing curl (7.76.1-r0) [2021-05-05T20:29:31.560Z] Executing busybox-1.31.1-r20.trigger [2021-05-05T20:29:31.560Z] (6/39) Installing dumb-init (1.2.2-r1) [2021-05-05T20:29:31.560Z] (7/39) Installing libbz2 (1.0.8-r1) [2021-05-05T20:29:31.560Z] (8/39) Installing expat (2.2.9-r1) [2021-05-05T20:29:31.560Z] OK: 5 MiB in 16 packages [2021-05-05T20:29:31.560Z] (9/39) Installing libffi (3.3-r2) [2021-05-05T20:29:31.560Z] (10/39) Installing gdbm (1.13-r1) [2021-05-05T20:29:31.560Z] (11/39) Installing xz-libs (5.2.5-r0) [2021-05-05T20:29:31.560Z] (12/39) Installing sqlite-libs (3.32.1-r0) [2021-05-05T20:29:31.560Z] (13/39) Installing python3 (3.8.8-r0) [2021-05-05T20:29:31.580Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-05-05T20:29:31.580Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-05-05T20:29:31.580Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-05T20:29:31.580Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-05-05T20:29:31.840Z] ---> 412dffc0f63c [2021-05-05T20:29:31.840Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-05-05T20:29:31.842Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-05-05T20:29:32.103Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-05-05T20:29:32.365Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-05-05T20:29:32.626Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-05-05T20:29:32.887Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-05T20:29:32.887Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-05-05T20:29:32.887Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-05-05T20:29:33.147Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-05-05T20:29:33.147Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-05T20:29:33.147Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-05-05T20:29:33.285Z] (14/39) Installing py3-appdirs (1.4.4-r1) [2021-05-05T20:29:33.285Z] (15/39) Installing py3-ordered-set (4.0.1-r0) [2021-05-05T20:29:33.285Z] (16/39) Installing py3-parsing (2.4.7-r0) [2021-05-05T20:29:33.408Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-05-05T20:29:33.408Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-05-05T20:29:33.408Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-05T20:29:33.408Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-05-05T20:29:33.408Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-05-05T20:29:33.556Z] (17/39) Installing py3-six (1.15.0-r0) [2021-05-05T20:29:33.556Z] Removing intermediate container 521b15538736 [2021-05-05T20:29:33.556Z] ---> 87583e5ef3ca [2021-05-05T20:29:33.556Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-05-05T20:29:33.556Z] (18/39) Installing py3-packaging (20.4-r0) [2021-05-05T20:29:33.556Z] (19/39) Installing py3-setuptools (47.0.0-r0) [2021-05-05T20:29:33.556Z] (20/39) Installing py3-chardet (3.0.4-r4) [2021-05-05T20:29:33.556Z] ---> 5780c9c0f3b2 [2021-05-05T20:29:33.556Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-05-05T20:29:33.556Z] ---> Running in aa49a6097233 [2021-05-05T20:29:33.556Z] (21/39) Installing py3-idna (2.9-r0) [2021-05-05T20:29:33.668Z] Setting up debconf (1.5.66ubuntu1) ... [2021-05-05T20:29:33.833Z] (22/39) Installing py3-certifi (2020.4.5.1-r0) [2021-05-05T20:29:33.833Z] (23/39) Installing py3-urllib3 (1.25.9-r0) [2021-05-05T20:29:33.833Z] (24/39) Installing py3-requests (2.23.0-r0) [2021-05-05T20:29:33.833Z] (25/39) Installing py3-msgpack (1.0.0-r0) [2021-05-05T20:29:33.833Z] (26/39) Installing py3-lockfile (0.12.2-r3) [2021-05-05T20:29:33.833Z] (27/39) Installing py3-cachecontrol (0.12.6-r0) [2021-05-05T20:29:33.833Z] (28/39) Installing py3-colorama (0.4.3-r0) [2021-05-05T20:29:33.833Z] (29/39) Installing py3-distlib (0.3.0-r0) [2021-05-05T20:29:33.833Z] (30/39) Installing py3-distro (1.5.0-r1) [2021-05-05T20:29:33.833Z] (31/39) Installing py3-webencodings (0.5.1-r3) [2021-05-05T20:29:33.833Z] (32/39) Installing py3-html5lib (1.0.1-r4) [2021-05-05T20:29:33.929Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-05T20:29:33.929Z] Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... [2021-05-05T20:29:33.929Z] Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-05-05T20:29:33.929Z] Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... [2021-05-05T20:29:34.112Z] (33/39) Installing py3-pytoml (0.1.21-r0) [2021-05-05T20:29:34.112Z] (34/39) Installing py3-pep517 (0.8.2-r0) [2021-05-05T20:29:34.112Z] (35/39) Installing py3-progress (1.5-r0) [2021-05-05T20:29:34.112Z] (36/39) Installing py3-toml (0.10.1-r0) [2021-05-05T20:29:34.112Z] (37/39) Installing py3-retrying (1.3.3-r0) [2021-05-05T20:29:34.112Z] (38/39) Installing py3-contextlib2 (0.6.0-r0) [2021-05-05T20:29:34.112Z] (39/39) Installing py3-pip (20.1.1-r0) [2021-05-05T20:29:34.191Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-05T20:29:34.191Z] Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... [2021-05-05T20:29:34.191Z] Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-05-05T20:29:34.191Z] Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... [2021-05-05T20:29:34.385Z] Executing busybox-1.31.1-r19.trigger [2021-05-05T20:29:34.385Z] OK: 72 MiB in 59 packages [2021-05-05T20:29:34.385Z] Removing intermediate container aa49a6097233 [2021-05-05T20:29:34.385Z] ---> 1c2298f3cfee [2021-05-05T20:29:34.385Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-05-05T20:29:34.453Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-05T20:29:34.453Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-05-05T20:29:34.453Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-05-05T20:29:34.453Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-05-05T20:29:34.657Z] ---> 1fc9485bb094 [2021-05-05T20:29:34.657Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-05-05T20:29:34.714Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-05T20:29:34.714Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-05-05T20:29:34.714Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-05-05T20:29:34.714Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-05-05T20:29:34.937Z] ---> Running in e75897bb9fd9 [2021-05-05T20:29:34.937Z] ---> Running in ecfe4c04f7d9 [2021-05-05T20:29:34.974Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-05T20:29:34.974Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-05-05T20:29:34.974Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-05-05T20:29:35.212Z] Removing intermediate container e75897bb9fd9 [2021-05-05T20:29:35.212Z] ---> c41252e751b6 [2021-05-05T20:29:35.212Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-05-05T20:29:35.235Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-05-05T20:29:35.235Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-05T20:29:35.235Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-05-05T20:29:35.235Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-05-05T20:29:35.481Z] Removing intermediate container ecfe4c04f7d9 [2021-05-05T20:29:35.482Z] ---> 0be957c84f4a [2021-05-05T20:29:35.482Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-05T20:29:35.482Z] ---> Running in ee82785314ed [2021-05-05T20:29:35.495Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.46_amd64.deb ... [2021-05-05T20:29:35.495Z] Unpacking systemd-sysv (237-3ubuntu10.46) over (237-3ubuntu10) ... [2021-05-05T20:29:35.495Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-05-05T20:29:35.495Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-05-05T20:29:35.761Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-05-05T20:29:35.761Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-05T20:29:35.761Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-05-05T20:29:35.761Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-05-05T20:29:36.027Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-05-05T20:29:36.027Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-05T20:29:36.027Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-05-05T20:29:36.027Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-05-05T20:29:36.027Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-05-05T20:29:36.096Z] ---> Running in 500873006ede [2021-05-05T20:29:36.290Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-05T20:29:36.290Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-05-05T20:29:36.551Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-05-05T20:29:36.551Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-05-05T20:29:36.551Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-05T20:29:36.551Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.2_amd64.deb ... [2021-05-05T20:29:36.551Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) over (1.3.3+dfsg-2ubuntu1) ... [2021-05-05T20:29:36.813Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) ... [2021-05-05T20:29:36.813Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-05T20:29:36.813Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-05-05T20:29:36.813Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-05-05T20:29:37.075Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-05-05T20:29:37.085Z] Removing intermediate container 500873006ede [2021-05-05T20:29:37.085Z] ---> d2e5835e623e [2021-05-05T20:29:37.085Z] Step 21/23 : LABEL arch=arm64 [2021-05-05T20:29:37.335Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-05T20:29:37.335Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... [2021-05-05T20:29:37.336Z] Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-05-05T20:29:37.359Z] ---> Running in 99fdac14bc2f [2021-05-05T20:29:37.596Z] Setting up gpgv (2.2.4-1ubuntu1.4) ... [2021-05-05T20:29:37.596Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-05T20:29:37.596Z] Preparing to unpack .../libnettle6_3.4-1ubuntu0.1_amd64.deb ... [2021-05-05T20:29:37.596Z] Unpacking libnettle6:amd64 (3.4-1ubuntu0.1) over (3.4-1) ... [2021-05-05T20:29:37.858Z] Setting up libnettle6:amd64 (3.4-1ubuntu0.1) ... [2021-05-05T20:29:37.858Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-05T20:29:37.858Z] Preparing to unpack .../libhogweed4_3.4-1ubuntu0.1_amd64.deb ... [2021-05-05T20:29:37.858Z] Unpacking libhogweed4:amd64 (3.4-1ubuntu0.1) over (3.4-1) ... [2021-05-05T20:29:37.858Z] Setting up libhogweed4:amd64 (3.4-1ubuntu0.1) ... [2021-05-05T20:29:37.960Z] Removing intermediate container 99fdac14bc2f [2021-05-05T20:29:37.960Z] ---> 25eb0c3867f6 [2021-05-05T20:29:37.960Z] Step 22/23 : LABEL git_sha=b91a20da177c7cf0cbbb1a081435ab1666a7fa7d [2021-05-05T20:29:38.118Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-05T20:29:38.119Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-05-05T20:29:38.119Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-05-05T20:29:38.119Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-05-05T20:29:38.119Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-05T20:29:38.119Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-05-05T20:29:38.244Z] ---> Running in d661bda7fc91 [2021-05-05T20:29:38.244Z] Removing intermediate container 6246f223f69c [2021-05-05T20:29:38.244Z] ---> b3f75d80678c [2021-05-05T20:29:38.244Z] [2021-05-05T20:29:38.244Z] Step 10/23 : FROM alpine:3.12 [2021-05-05T20:29:38.244Z] ---> 9852663dfa18 [2021-05-05T20:29:38.244Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-05-05T20:29:38.388Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-05-05T20:29:38.388Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-05-05T20:29:38.388Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-05T20:29:38.388Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-05-05T20:29:38.388Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-05-05T20:29:38.517Z] Removing intermediate container ee82785314ed [2021-05-05T20:29:38.517Z] ---> cb4c45c708d4 [2021-05-05T20:29:38.517Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-05-05T20:29:38.517Z] ---> Running in 9432f96ccecc [2021-05-05T20:29:38.649Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-05-05T20:29:38.649Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-05T20:29:38.649Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-05-05T20:29:38.649Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-05-05T20:29:38.795Z] ---> Running in 2d15986f559c [2021-05-05T20:29:38.795Z] Removing intermediate container d661bda7fc91 [2021-05-05T20:29:38.795Z] ---> fe01e1d97770 [2021-05-05T20:29:38.795Z] Step 23/23 : LABEL version=0.0.0 [2021-05-05T20:29:38.910Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-05-05T20:29:38.910Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-05T20:29:38.910Z] Preparing to unpack .../libseccomp2_2.5.1-1ubuntu1~18.04.1_amd64.deb ... [2021-05-05T20:29:38.910Z] Unpacking libseccomp2:amd64 (2.5.1-1ubuntu1~18.04.1) over (2.3.1-2.1ubuntu4) ... [2021-05-05T20:29:39.076Z] ---> Running in ec97be40af84 [2021-05-05T20:29:39.077Z] Removing intermediate container 9432f96ccecc [2021-05-05T20:29:39.077Z] ---> b086acb77d55 [2021-05-05T20:29:39.077Z] Step 12/23 : ENV APP_PORT=48080 [2021-05-05T20:29:39.172Z] Setting up libseccomp2:amd64 (2.5.1-1ubuntu1~18.04.1) ... [2021-05-05T20:29:39.172Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-05T20:29:39.172Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.2_all.deb ... [2021-05-05T20:29:39.172Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.2) over (2018.02.28) ... [2021-05-05T20:29:39.354Z] Removing intermediate container 2d15986f559c [2021-05-05T20:29:39.354Z] ---> ff8359f775fa [2021-05-05T20:29:39.354Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-05-05T20:29:39.354Z] ---> Running in 0e436f9d9c24 [2021-05-05T20:29:39.433Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.2) ... [2021-05-05T20:29:39.433Z] (Reading database ... 13915 files and directories currently installed.) [2021-05-05T20:29:39.433Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-05-05T20:29:39.433Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-05-05T20:29:39.433Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-05-05T20:29:39.627Z] Removing intermediate container ec97be40af84 [2021-05-05T20:29:39.627Z] ---> 3fc420c684ad [2021-05-05T20:29:39.627Z] [2021-05-05T20:29:39.694Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-05-05T20:29:39.694Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... [2021-05-05T20:29:39.900Z] Collecting docker-compose==1.23.2 [2021-05-05T20:29:39.901Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-05-05T20:29:40.175Z] Successfully built 3fc420c684ad [2021-05-05T20:29:40.175Z] Successfully tagged docker-core-command-go-arm64:latest [2021-05-05T20:29:40.175Z]  Building docker-core-command-go ... done Removing intermediate container 0e436f9d9c24 [2021-05-05T20:29:40.175Z] ---> fe9de7694894 [2021-05-05T20:29:40.175Z] Step 13/23 : EXPOSE $APP_PORT [2021-05-05T20:29:40.268Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... [2021-05-05T20:29:40.452Z] ---> e0e504383bc9 [2021-05-05T20:29:40.453Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-05-05T20:29:40.453Z] ---> Running in fcbe192286ba [2021-05-05T20:29:40.453Z] ---> Running in 41b7c3313293 [2021-05-05T20:29:40.530Z] Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... [2021-05-05T20:29:40.530Z] Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... [2021-05-05T20:29:40.792Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-05-05T20:29:40.792Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-05-05T20:29:41.053Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-05-05T20:29:41.053Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-05-05T20:29:41.053Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-05-05T20:29:41.053Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-05-05T20:29:41.055Z] Collecting cached-property<2,>=1.2.0 [2021-05-05T20:29:41.055Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-05-05T20:29:41.055Z] Removing intermediate container fcbe192286ba [2021-05-05T20:29:41.055Z] ---> 0a6a2e88f0e8 [2021-05-05T20:29:41.055Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-05T20:29:41.055Z] 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-05-05T20:29:41.055Z] ---> Running in cef25fcce234 [2021-05-05T20:29:41.315Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-05-05T20:29:41.316Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-05-05T20:29:41.316Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-05-05T20:29:41.316Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-05-05T20:29:41.579Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-05-05T20:29:41.579Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-05-05T20:29:41.579Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-05-05T20:29:41.579Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-05-05T20:29:41.842Z] Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... [2021-05-05T20:29:41.842Z] Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... [2021-05-05T20:29:42.040Z] Collecting docker<4.0,>=3.6.0 [2021-05-05T20:29:42.040Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-05-05T20:29:42.788Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-05-05T20:29:42.788Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-05-05T20:29:42.788Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-05-05T20:29:42.788Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-05-05T20:29:43.032Z] Collecting texttable<0.10,>=0.9.0 [2021-05-05T20:29:43.033Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-05-05T20:29:43.052Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-05-05T20:29:43.052Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-05-05T20:29:43.305Z] Removing intermediate container 41b7c3313293 [2021-05-05T20:29:43.306Z] ---> 9e40c95be46b [2021-05-05T20:29:43.306Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-05T20:29:43.315Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-05-05T20:29:43.315Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-05-05T20:29:43.575Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-05-05T20:29:43.575Z] Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-05-05T20:29:43.575Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-05-05T20:29:43.575Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-05-05T20:29:43.577Z] Removing intermediate container cef25fcce234 [2021-05-05T20:29:43.577Z] ---> 2f3d10641c93 [2021-05-05T20:29:43.577Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-05-05T20:29:43.577Z] ---> Running in 5a72542d48de [2021-05-05T20:29:43.839Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-05-05T20:29:43.839Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-05-05T20:29:43.839Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-05-05T20:29:43.839Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-05-05T20:29:44.099Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-05-05T20:29:44.099Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-05-05T20:29:44.099Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-05-05T20:29:44.099Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-05-05T20:29:44.169Z] ---> 3231dbb567f6 [2021-05-05T20:29:44.170Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-05-05T20:29:44.764Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-05-05T20:29:45.358Z] ---> f73805e8afa3 [2021-05-05T20:29:45.358Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-05-05T20:29:45.485Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-05-05T20:29:45.485Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-05-05T20:29:45.627Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-05-05T20:29:45.901Z] ---> 26d483369fc1 [2021-05-05T20:29:45.901Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-05-05T20:29:46.063Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-05-05T20:29:46.327Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-05-05T20:29:46.513Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-05-05T20:29:46.513Z] (2/6) Installing libgcc (9.3.0-r2) [2021-05-05T20:29:46.792Z] ---> 7ec8cd698355 [2021-05-05T20:29:46.792Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-05-05T20:29:46.792Z] (3/6) Installing libsodium (1.0.18-r0) [2021-05-05T20:29:46.792Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-05-05T20:29:46.792Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-05-05T20:29:46.792Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-05-05T20:29:46.900Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-05-05T20:29:46.900Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-05-05T20:29:47.066Z] (5/6) Installing libzmq (4.3.3-r0) [2021-05-05T20:29:47.348Z] (6/6) Installing zeromq (4.3.3-r0) [2021-05-05T20:29:47.348Z] Executing busybox-1.31.1-r20.trigger [2021-05-05T20:29:47.348Z] OK: 8 MiB in 20 packages [2021-05-05T20:29:47.472Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-05-05T20:29:47.472Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-05-05T20:29:47.658Z] ---> da9083044b94 [2021-05-05T20:29:47.658Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-05-05T20:29:47.658Z] Collecting jsonschema<3,>=2.5.1 [2021-05-05T20:29:47.658Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-05-05T20:29:47.935Z] ---> Running in c182b38d9f83 [2021-05-05T20:29:48.412Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-05-05T20:29:48.412Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-05-05T20:29:48.412Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-05-05T20:29:48.412Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-05-05T20:29:48.412Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-05-05T20:29:48.412Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-05-05T20:29:48.545Z] Collecting dockerpty<0.5,>=0.4.1 [2021-05-05T20:29:48.545Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-05-05T20:29:48.545Z] Removing intermediate container c182b38d9f83 [2021-05-05T20:29:48.545Z] ---> 24d629aa4428 [2021-05-05T20:29:48.545Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-05-05T20:29:48.694Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-05-05T20:29:48.694Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-05-05T20:29:48.826Z] Removing intermediate container 5a72542d48de [2021-05-05T20:29:48.827Z] ---> 4e0837fa9e17 [2021-05-05T20:29:48.827Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-05T20:29:48.954Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-05-05T20:29:48.954Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-05-05T20:29:48.954Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-05-05T20:29:48.954Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-05-05T20:29:49.215Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-05-05T20:29:49.215Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-05-05T20:29:49.215Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-05-05T20:29:49.429Z] ---> e9ebc8b06990 [2021-05-05T20:29:49.430Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-05-05T20:29:49.480Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-05-05T20:29:49.480Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-05T20:29:49.480Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-05-05T20:29:49.480Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-05T20:29:49.707Z] ---> Running in c2690725ce2b [2021-05-05T20:29:49.707Z] ---> 95b5a4436a53 [2021-05-05T20:29:49.707Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-05-05T20:29:49.763Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-05T20:29:49.763Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-05T20:29:49.763Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-05-05T20:29:49.763Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-05-05T20:29:49.763Z] Setting up tzdata (2021a-0ubuntu0.18.04) ... [2021-05-05T20:29:49.763Z] [2021-05-05T20:29:49.763Z] Current default time zone: 'Etc/UTC' [2021-05-05T20:29:49.763Z] Local time is now: Wed May 5 20:29:49 UTC 2021. [2021-05-05T20:29:49.763Z] Universal Time is now: Wed May 5 20:29:49 UTC 2021. [2021-05-05T20:29:49.763Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-05-05T20:29:49.763Z] [2021-05-05T20:29:50.023Z] Setting up systemd-sysv (237-3ubuntu10.46) ... [2021-05-05T20:29:50.023Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-05T20:29:50.023Z] Setting up linux-libc-dev:amd64 (4.15.0-142.146) ... [2021-05-05T20:29:50.023Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-05-05T20:29:50.023Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-05-05T20:29:50.023Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-05-05T20:29:50.023Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-05-05T20:29:50.284Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-05-05T20:29:50.284Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-05-05T20:29:50.284Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-05-05T20:29:50.284Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-05T20:29:50.284Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-05-05T20:29:50.545Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-05-05T20:29:50.545Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-05-05T20:29:50.545Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-05T20:29:50.545Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-05-05T20:29:50.805Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-05-05T20:29:50.805Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-05-05T20:29:50.805Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.9) ... [2021-05-05T20:29:50.805Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-05-05T20:29:50.805Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-05-05T20:29:50.805Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-05-05T20:29:50.805Z] Setting up ca-certificates (20210119~18.04.1) ... [2021-05-05T20:29:51.696Z] ---> d6d26e889bcc [2021-05-05T20:29:51.696Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-05-05T20:29:51.696Z] Collecting docopt<0.7,>=0.6.1 [2021-05-05T20:29:51.696Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-05-05T20:29:52.187Z] Updating certificates in /etc/ssl/certs... [2021-05-05T20:29:52.306Z] ---> 2ae5a5e6fee8 [2021-05-05T20:29:52.306Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-05-05T20:29:52.306Z] ---> Running in 77a736abb78a [2021-05-05T20:29:52.592Z] Removing intermediate container c2690725ce2b [2021-05-05T20:29:52.592Z] ---> 7e592bd134b2 [2021-05-05T20:29:52.592Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-05-05T20:29:52.758Z] 23 added, 27 removed; done. [2021-05-05T20:29:52.867Z] ---> Running in e77541c546d6 [2021-05-05T20:29:53.018Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-05-05T20:29:53.018Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-05T20:29:53.018Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-05-05T20:29:53.018Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-05-05T20:29:53.018Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-05-05T20:29:53.018Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-05-05T20:29:53.142Z] Removing intermediate container 77a736abb78a [2021-05-05T20:29:53.142Z] ---> e6a37ec8e592 [2021-05-05T20:29:53.142Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-05T20:29:53.278Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-05-05T20:29:53.278Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-05-05T20:29:53.278Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-05-05T20:29:53.278Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-05-05T20:29:53.278Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-05-05T20:29:53.278Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-05-05T20:29:53.278Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-05-05T20:29:53.278Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... [2021-05-05T20:29:53.423Z] ---> Running in 6cee5f7f7847 [2021-05-05T20:29:53.423Z] Removing intermediate container e77541c546d6 [2021-05-05T20:29:53.423Z] ---> f3cf10aacdaa [2021-05-05T20:29:53.423Z] Step 28/31 : CMD ["gate"] [2021-05-05T20:29:53.539Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-05-05T20:29:53.539Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-05-05T20:29:53.539Z] Setting up binutils (2.30-21ubuntu1~18.04.5) ... [2021-05-05T20:29:53.539Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-05-05T20:29:53.539Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-05-05T20:29:53.539Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-05-05T20:29:53.800Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-05-05T20:29:53.800Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-05-05T20:29:53.800Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-05-05T20:29:53.800Z] Processing triggers for systemd (237-3ubuntu10.46) ... [2021-05-05T20:29:53.800Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-05-05T20:29:54.023Z] ---> Running in 218fa0b74367 [2021-05-05T20:29:54.023Z] Removing intermediate container 6cee5f7f7847 [2021-05-05T20:29:54.023Z] ---> 1f499f5e79d5 [2021-05-05T20:29:54.023Z] Step 21/23 : LABEL arch=arm64 [2021-05-05T20:29:54.061Z] Processing triggers for ca-certificates (20210119~18.04.1) ... [2021-05-05T20:29:54.062Z] Updating certificates in /etc/ssl/certs... [2021-05-05T20:29:54.295Z] ---> Running in 8536983e164a [2021-05-05T20:29:54.321Z] 0 added, 0 removed; done. [2021-05-05T20:29:54.321Z] Running hooks in /etc/ca-certificates/update.d... [2021-05-05T20:29:54.321Z] done. [2021-05-05T20:29:54.570Z] Removing intermediate container 218fa0b74367 [2021-05-05T20:29:54.570Z] ---> 088310baefb3 [2021-05-05T20:29:54.570Z] Step 29/31 : LABEL arch=arm64 [2021-05-05T20:29:54.842Z] Collecting websocket-client<1.0,>=0.32.0 [2021-05-05T20:29:54.842Z] Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) [2021-05-05T20:29:54.842Z] ---> Running in e799c0e71e7f [2021-05-05T20:29:54.842Z] Removing intermediate container 8536983e164a [2021-05-05T20:29:54.842Z] ---> 046e8ea17c84 [2021-05-05T20:29:54.842Z] Step 22/23 : LABEL git_sha=b91a20da177c7cf0cbbb1a081435ab1666a7fa7d [2021-05-05T20:29:54.892Z] Reading package lists... [2021-05-05T20:29:55.114Z] ---> Running in 06c0e9e7d073 [2021-05-05T20:29:55.156Z] Building dependency tree... [2021-05-05T20:29:55.156Z] Reading state information... [2021-05-05T20:29:55.387Z] Removing intermediate container e799c0e71e7f [2021-05-05T20:29:55.387Z] ---> 0273a783b73b [2021-05-05T20:29:55.387Z] Step 30/31 : LABEL git_sha=b91a20da177c7cf0cbbb1a081435ab1666a7fa7d [2021-05-05T20:29:55.416Z] The following NEW packages will be installed: [2021-05-05T20:29:55.416Z] apt-transport-https [2021-05-05T20:29:55.659Z] ---> Running in f83ad1781393 [2021-05-05T20:29:55.659Z] Removing intermediate container 06c0e9e7d073 [2021-05-05T20:29:55.659Z] ---> f7a1964a5e80 [2021-05-05T20:29:55.659Z] Step 23/23 : LABEL version=0.0.0 [2021-05-05T20:29:55.676Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-05-05T20:29:55.676Z] Need to get 1692 B of archives. [2021-05-05T20:29:55.676Z] After this operation, 154 kB of additional disk space will be used. [2021-05-05T20:29:55.676Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 apt-transport-https all 1.6.13 [1692 B] [2021-05-05T20:29:55.676Z] debconf: delaying package configuration, since apt-utils is not installed [2021-05-05T20:29:55.676Z] Fetched 1692 B in 0s (8459 B/s) [2021-05-05T20:29:55.676Z] Selecting previously unselected package apt-transport-https. [2021-05-05T20:29:55.676Z] (Reading database ... 13920 files and directories currently installed.) [2021-05-05T20:29:55.676Z] Preparing to unpack .../apt-transport-https_1.6.13_all.deb ... [2021-05-05T20:29:55.676Z] Unpacking apt-transport-https (1.6.13) ... [2021-05-05T20:29:55.934Z] ---> Running in fa1f881bb05a [2021-05-05T20:29:55.937Z] Setting up apt-transport-https (1.6.13) ... [2021-05-05T20:29:56.197Z] Waiting for network to be ready... [2021-05-05T20:29:56.206Z] Collecting PyYAML<4,>=3.10 [2021-05-05T20:29:56.207Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-05-05T20:29:56.207Z] Removing intermediate container f83ad1781393 [2021-05-05T20:29:56.207Z] ---> 1398d29a9749 [2021-05-05T20:29:56.207Z] Step 31/31 : LABEL version=0.0.0 [2021-05-05T20:29:56.480Z] Removing intermediate container fa1f881bb05a [2021-05-05T20:29:56.481Z] ---> 74ed6faf5c4a [2021-05-05T20:29:56.481Z] [2021-05-05T20:29:56.755Z] ---> Running in 1cdd77864dac [2021-05-05T20:29:57.030Z] Successfully built 74ed6faf5c4a [2021-05-05T20:29:57.030Z] Successfully tagged docker-core-data-go-arm64:latest [2021-05-05T20:29:57.625Z]  Building docker-core-data-go ... done Removing intermediate container 1cdd77864dac [2021-05-05T20:29:57.625Z] ---> f78d4b160787 [2021-05-05T20:29:57.625Z] [2021-05-05T20:29:57.922Z] Successfully built f78d4b160787 [2021-05-05T20:29:57.922Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-05-05T20:29:59.890Z]  Building docker-security-bootstrapper-go ... done Collecting docker-pycreds>=0.4.0 [2021-05-05T20:29:59.890Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-05-05T20:29:59.890Z] 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-05-05T20:29:59.890Z] 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-05-05T20:30:00.482Z] Collecting urllib3<1.25,>=1.21.1 [2021-05-05T20:30:00.482Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-05-05T20:30:01.072Z] Collecting idna<2.8,>=2.5 [2021-05-05T20:30:01.072Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-05-05T20:30:01.072Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-05-05T20:30:01.072Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-05-05T20:30:01.072Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-05-05T20:30:01.072Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-05-05T20:30:02.052Z] Installing collected packages: cached-property, docker-pycreds, urllib3, idna, requests, websocket-client, docker, texttable, jsonschema, dockerpty, docopt, PyYAML, docker-compose [2021-05-05T20:30:02.052Z] Attempting uninstall: urllib3 [2021-05-05T20:30:02.052Z] Found existing installation: urllib3 1.25.9 [2021-05-05T20:30:02.052Z] Uninstalling urllib3-1.25.9: [2021-05-05T20:30:02.325Z] Successfully uninstalled urllib3-1.25.9 [2021-05-05T20:30:02.935Z] Attempting uninstall: idna [2021-05-05T20:30:02.935Z] Found existing installation: idna 2.9 [2021-05-05T20:30:02.935Z] Uninstalling idna-2.9: [2021-05-05T20:30:02.935Z] Successfully uninstalled idna-2.9 [2021-05-05T20:30:03.530Z] Attempting uninstall: requests [2021-05-05T20:30:03.530Z] Found existing installation: requests 2.23.0 [2021-05-05T20:30:03.530Z] Uninstalling requests-2.23.0: [2021-05-05T20:30:03.530Z] Successfully uninstalled requests-2.23.0 [2021-05-05T20:30:04.345Z] 2021-05-05T20:29:59Z INFO Waiting for automatic snapd restart... [2021-05-05T20:30:04.345Z] snapd 2.49.2 from Canonical* installed [2021-05-05T20:30:04.605Z] "snapd" switched to the "latest/stable" channel [2021-05-05T20:30:04.605Z] [2021-05-05T20:30:04.952Z] Running setup.py install for texttable: started [2021-05-05T20:30:06.919Z] Running setup.py install for texttable: finished with status 'done' [2021-05-05T20:30:07.190Z] Running setup.py install for dockerpty: started [2021-05-05T20:30:08.826Z] core18 20210309 from Canonical* installed [2021-05-05T20:30:09.091Z] "core18" switched to the "latest/stable" channel [2021-05-05T20:30:09.091Z] [2021-05-05T20:30:09.801Z] Running setup.py install for dockerpty: finished with status 'done' [2021-05-05T20:30:09.801Z] Running setup.py install for docopt: started [2021-05-05T20:30:11.772Z] Running setup.py install for docopt: finished with status 'done' [2021-05-05T20:30:11.772Z] Running setup.py install for PyYAML: started [2021-05-05T20:30:14.382Z] Running setup.py install for PyYAML: finished with status 'done' [2021-05-05T20:30:14.382Z] snapcraft 4.7.1 from Canonical* installed [2021-05-05T20:30:14.383Z] "snapcraft" switched to the "latest/stable" channel [2021-05-05T20:30:14.383Z] [2021-05-05T20:30:15.361Z] 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.59.0 [2021-05-05T20:30:17.689Z] 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-05-05T20:30:17.689Z] - README.md [2021-05-05T20:30:17.689Z] [2021-05-05T20:30:17.689Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-05-05T20:30:23.628Z] Removing intermediate container 46cead9c2656 [2021-05-05T20:30:23.628Z] ---> 864c4e3efc20 [2021-05-05T20:30:23.628Z] Step 14/23 : ENV APP_PORT=48090 [2021-05-05T20:30:23.628Z] ---> Running in ec9eb5264be0 [2021-05-05T20:30:24.224Z] Removing intermediate container ec9eb5264be0 [2021-05-05T20:30:24.224Z] ---> 99ef20aec05a [2021-05-05T20:30:24.224Z] Step 15/23 : EXPOSE $APP_PORT [2021-05-05T20:30:24.224Z] ---> Running in ad8b9c80666e [2021-05-05T20:30:24.269Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-05-05T20:30:24.269Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-05-05T20:30:24.269Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-05-05T20:30:24.529Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-05-05T20:30:24.821Z] Removing intermediate container ad8b9c80666e [2021-05-05T20:30:24.821Z] ---> 208709d894e2 [2021-05-05T20:30:24.821Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-05-05T20:30:25.802Z] ---> f5b0c2d4221b [2021-05-05T20:30:25.802Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-05-05T20:30:25.914Z] Reading package lists... [2021-05-05T20:30:26.176Z] Installing build dependencies: git=1:2.17.1-1ubuntu0.8 git-man=1:2.17.1-1ubuntu0.8 libcurl3-gnutls=7.58.0-2ubuntu3.13 liberror-perl=0.17025-1 libglib2.0-0=2.56.4-0ubuntu0.18.04.8 libnghttp2-14=1.30.0-1ubuntu1 libnorm1=1.5r6+dfsg1-6 libpgm-5.2-0=5.2.122~dfsg-2 libpsl5=0.19.1-5build1 librtmp1=2.4+20151223.gitfa8646d.1-1 libsodium23=1.0.16-2 libzmq3-dev=4.2.5-1ubuntu0.2 libzmq5=4.2.5-1ubuntu0.2 pkg-config=0.29.1-0ubuntu2 zip=3.0-11build1 [2021-05-05T20:30:26.795Z] ---> b6c33bf9bbc4 [2021-05-05T20:30:26.795Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-05-05T20:30:27.785Z] ---> cb8618e860aa [2021-05-05T20:30:27.785Z] Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-05-05T20:30:27.785Z] ---> Running in edca64179ed1 [2021-05-05T20:30:28.058Z] Removing intermediate container edca64179ed1 [2021-05-05T20:30:28.058Z] ---> d9a22a78219b [2021-05-05T20:30:28.058Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-05T20:30:28.334Z] ---> Running in 2cb6e77c75d5 [2021-05-05T20:30:28.605Z] Removing intermediate container 2cb6e77c75d5 [2021-05-05T20:30:28.605Z] ---> f9b1068b00a2 [2021-05-05T20:30:28.605Z] Step 21/23 : LABEL arch=arm64 [2021-05-05T20:30:28.876Z] ---> Running in 0c3e8b9f362e [2021-05-05T20:30:29.467Z] Removing intermediate container 0c3e8b9f362e [2021-05-05T20:30:29.467Z] ---> f4c3f4f94595 [2021-05-05T20:30:29.467Z] Step 22/23 : LABEL git_sha=b91a20da177c7cf0cbbb1a081435ab1666a7fa7d [2021-05-05T20:30:29.467Z] ---> Running in 8d980c44a166 [2021-05-05T20:30:29.737Z] Removing intermediate container 8d980c44a166 [2021-05-05T20:30:29.737Z] ---> 39dd82f2ae47 [2021-05-05T20:30:29.737Z] Step 23/23 : LABEL version=0.0.0 [2021-05-05T20:30:30.008Z] ---> Running in e64c1dbb5283 [2021-05-05T20:30:30.607Z] Removing intermediate container e64c1dbb5283 [2021-05-05T20:30:30.607Z] ---> 476c5cad9f5e [2021-05-05T20:30:30.607Z] [2021-05-05T20:30:30.880Z] Successfully built 476c5cad9f5e [2021-05-05T20:30:30.880Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-05-05T20:30:31.491Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-05-05T20:30:31.481Z] $ docker stop --time=1 2458cf9a451246958dd736ad500d3dc8ebddda4dd80638d12390cdff73e27cb9 [2021-05-05T20:30:32.760Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-05-05T20:30:32.761Z] Reading package lists... [2021-05-05T20:30:32.761Z] Building dependency tree... [2021-05-05T20:30:32.761Z] Reading state information... [2021-05-05T20:30:32.761Z] Suggested packages: [2021-05-05T20:30:32.761Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-05-05T20:30:32.761Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-05-05T20:30:32.761Z] Recommended packages: [2021-05-05T20:30:32.761Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-05-05T20:30:32.761Z] The following NEW packages will be installed: [2021-05-05T20:30:32.761Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-05-05T20:30:32.761Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-05-05T20:30:32.761Z] pkg-config zip [2021-05-05T20:30:33.021Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-05-05T20:30:33.021Z] Need to get 7663 kB of archives. [2021-05-05T20:30:33.021Z] After this operation, 43.8 MB of additional disk space will be used. [2021-05-05T20:30:33.021Z] 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-05-05T20:30:33.021Z] Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-05-05T20:30:33.021Z] Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-05-05T20:30:33.282Z] Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-05-05T20:30:33.282Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-05-05T20:30:33.282Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-05-05T20:30:33.282Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-05-05T20:30:33.282Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-05-05T20:30:33.462Z] $ docker rm -f 2458cf9a451246958dd736ad500d3dc8ebddda4dd80638d12390cdff73e27cb9 [2021-05-05T20:30:33.545Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-05-05T20:30:33.545Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [Pipeline] // withDockerContainer [Pipeline] sh [2021-05-05T20:30:33.808Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.13 [218 kB] [2021-05-05T20:30:33.808Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.8 [804 kB] [2021-05-05T20:30:33.808Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.8 [3916 kB] [2021-05-05T20:30:33.808Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-05-05T20:30:33.808Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-05-05T20:30:34.070Z] debconf: delaying package configuration, since apt-utils is not installed [2021-05-05T20:30:34.070Z] Fetched 7663 kB in 1s (6385 kB/s) [2021-05-05T20:30:34.070Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-05-05T20:30:34.152Z] + + grep docker [2021-05-05T20:30:34.152Z] docker images [2021-05-05T20:30:34.331Z] (Reading database ... 13924 files and directories currently installed.) [2021-05-05T20:30:34.331Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.8_amd64.deb ... [2021-05-05T20:30:34.331Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... [2021-05-05T20:30:34.331Z] Selecting previously unselected package libpsl5:amd64. [2021-05-05T20:30:34.331Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-05-05T20:30:34.331Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-05-05T20:30:34.432Z] docker-sys-mgmt-agent-go-arm64 latest 476c5cad9f5e 4 seconds ago 299MB [2021-05-05T20:30:34.432Z] docker-security-bootstrapper-go-arm64 latest f78d4b160787 37 seconds ago 17.1MB [2021-05-05T20:30:34.432Z] docker-core-data-go-arm64 latest 74ed6faf5c4a 38 seconds ago 20.3MB [2021-05-05T20:30:34.432Z] docker-core-command-go-arm64 latest 3fc420c684ad 55 seconds ago 16.1MB [2021-05-05T20:30:34.432Z] docker-security-secretstore-setup-go-arm64 latest a1a3b6555b6a 4 minutes ago 24.3MB [2021-05-05T20:30:34.432Z] docker-core-metadata-go-arm64 latest f2a95903dc4a 4 minutes ago 17.4MB [2021-05-05T20:30:34.432Z] docker-support-notifications-go-arm64 latest a130c2671d35 4 minutes ago 16.6MB [2021-05-05T20:30:34.432Z] docker-support-scheduler-go-arm64 latest b588b14f322d 4 minutes ago 16.1MB [2021-05-05T20:30:34.432Z] docker-security-proxy-setup-go-arm64 latest d8916eb0e70a 4 minutes ago 23.9MB [2021-05-05T20:30:34.432Z] docker 20.10.0 eeaf43b92773 4 months ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [2021-05-05T20:30:34.593Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-05-05T20:30:34.593Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-05-05T20:30:34.593Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-05-05T20:30:34.593Z] Selecting previously unselected package librtmp1:amd64. [2021-05-05T20:30:34.593Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-05-05T20:30:34.593Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-05-05T20:30:34.593Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-05-05T20:30:34.593Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.13_amd64.deb ... [2021-05-05T20:30:34.593Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.13) ... Post stage [Pipeline] libraryResource [Pipeline] sh [2021-05-05T20:30:34.854Z] Selecting previously unselected package liberror-perl. [2021-05-05T20:30:34.854Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-05-05T20:30:34.854Z] Unpacking liberror-perl (0.17025-1) ... [2021-05-05T20:30:34.854Z] Selecting previously unselected package git-man. [2021-05-05T20:30:34.854Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.8_all.deb ... [2021-05-05T20:30:34.854Z] Unpacking git-man (1:2.17.1-1ubuntu0.8) ... [2021-05-05T20:30:35.017Z] ---> job-cost.sh [2021-05-05T20:30:35.017Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-FFOc [2021-05-05T20:30:35.116Z] Selecting previously unselected package git. [2021-05-05T20:30:35.116Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.8_amd64.deb ... [2021-05-05T20:30:35.116Z] Unpacking git (1:2.17.1-1ubuntu0.8) ... [2021-05-05T20:30:36.059Z] Selecting previously unselected package libnorm1:amd64. [2021-05-05T20:30:36.059Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-05-05T20:30:36.059Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-05-05T20:30:36.059Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-05-05T20:30:36.059Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-05-05T20:30:36.059Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-05-05T20:30:36.059Z] Selecting previously unselected package libsodium23:amd64. [2021-05-05T20:30:36.059Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-05-05T20:30:36.059Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-05-05T20:30:36.059Z] Selecting previously unselected package libzmq5:amd64. [2021-05-05T20:30:36.318Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-05-05T20:30:36.318Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-05-05T20:30:36.318Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-05-05T20:30:36.318Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-05-05T20:30:36.318Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-05-05T20:30:36.578Z] Selecting previously unselected package pkg-config. [2021-05-05T20:30:36.578Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-05-05T20:30:36.578Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-05-05T20:30:36.578Z] Selecting previously unselected package zip. [2021-05-05T20:30:36.578Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-05-05T20:30:36.578Z] Unpacking zip (3.0-11build1) ... [2021-05-05T20:30:36.578Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-05-05T20:30:36.578Z] Setting up git-man (1:2.17.1-1ubuntu0.8) ... [2021-05-05T20:30:36.578Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-05-05T20:30:36.839Z] Setting up liberror-perl (0.17025-1) ... [2021-05-05T20:30:36.839Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-05-05T20:30:36.839Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... [2021-05-05T20:30:36.839Z] No schema files found: doing nothing. [2021-05-05T20:30:36.839Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-05-05T20:30:36.839Z] Setting up zip (3.0-11build1) ... [2021-05-05T20:30:36.839Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-05-05T20:30:36.839Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-05-05T20:30:36.839Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-05-05T20:30:37.102Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-05-05T20:30:37.102Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.13) ... [2021-05-05T20:30:37.102Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-05-05T20:30:37.102Z] Setting up git (1:2.17.1-1ubuntu0.8) ... [2021-05-05T20:30:37.102Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-05-05T20:30:43.691Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-05-05T20:30:43.952Z] git set to automatically installed. [2021-05-05T20:30:43.952Z] git-man set to automatically installed. [2021-05-05T20:30:43.952Z] libcurl3-gnutls set to automatically installed. [2021-05-05T20:30:43.952Z] liberror-perl set to automatically installed. [2021-05-05T20:30:43.952Z] libglib2.0-0 set to automatically installed. [2021-05-05T20:30:43.952Z] libnghttp2-14 set to automatically installed. [2021-05-05T20:30:43.952Z] libnorm1 set to automatically installed. [2021-05-05T20:30:43.952Z] libpgm-5.2-0 set to automatically installed. [2021-05-05T20:30:43.952Z] libpsl5 set to automatically installed. [2021-05-05T20:30:43.952Z] librtmp1 set to automatically installed. [2021-05-05T20:30:43.952Z] libsodium23 set to automatically installed. [2021-05-05T20:30:43.952Z] libzmq3-dev set to automatically installed. [2021-05-05T20:30:43.952Z] libzmq5 set to automatically installed. [2021-05-05T20:30:43.952Z] pkg-config set to automatically installed. [2021-05-05T20:30:43.952Z] zip set to automatically installed. [2021-05-05T20:30:45.336Z] snapd is not logged in, snap install commands will use sudo [2021-05-05T20:30:51.918Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-05-05T20:31:10.089Z] go (1.15/stable) 1.15.10 from Michael Hudson-Doyle (mwhudson) installed [2021-05-05T20:31:10.659Z] snapd is not logged in, snap install commands will use sudo [2021-05-05T20:31:17.243Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-05-05T20:31:18.184Z] snap "core18" has no updates available [2021-05-05T20:31:18.446Z] Pulling go-build-helper [2021-05-05T20:31:18.707Z] + snapcraftctl pull [2021-05-05T20:31:20.095Z] 'app-service-config' has dependencies that need to be staged: go-build-helper [2021-05-05T20:31:20.095Z] Skipping pull go-build-helper (already ran) [2021-05-05T20:31:20.095Z] Building go-build-helper [2021-05-05T20:31:20.095Z] + snapcraftctl build [2021-05-05T20:31:22.061Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-05-05T20:31:22.639Z] Staging go-build-helper [2021-05-05T20:31:22.639Z] + snapcraftctl stage [2021-05-05T20:31:34.885Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-05-05T20:31:34.885Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-05-05T20:31:34.885Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1699 kB] [2021-05-05T20:31:34.885Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [318 kB] [2021-05-05T20:31:34.885Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.2 kB] [2021-05-05T20:31:34.885Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-05-05T20:31:34.885Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [305 kB] [2021-05-05T20:31:34.885Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [40.7 kB] [2021-05-05T20:31:34.885Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1124 kB] [2021-05-05T20:31:34.885Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [253 kB] [2021-05-05T20:31:34.885Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-05-05T20:31:34.885Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-05-05T20:31:34.885Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-05-05T20:31:34.885Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-05-05T20:31:34.885Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-05-05T20:31:34.885Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-05-05T20:31:34.885Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-05-05T20:31:34.885Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-05-05T20:31:34.885Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-05-05T20:31:34.885Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2042 kB] [2021-05-05T20:31:34.885Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [410 kB] [2021-05-05T20:31:34.885Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [25.0 kB] [2021-05-05T20:31:34.885Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-05-05T20:31:34.885Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [326 kB] [2021-05-05T20:31:34.885Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [44.2 kB] [2021-05-05T20:31:34.885Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1733 kB] [2021-05-05T20:31:34.885Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [369 kB] [2021-05-05T20:31:34.885Z] Fetched 24.5 MB in 0s (0 B/s) [2021-05-05T20:31:34.885Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-05-05T20:31:34.885Z] Fetched 224 kB in 0s (0 B/s) [2021-05-05T20:31:34.885Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-05-05T20:31:34.885Z] Fetched 157 kB in 0s (0 B/s) [2021-05-05T20:31:34.885Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-05-05T20:31:34.885Z] Fetched 221 kB in 0s (0 B/s) [2021-05-05T20:31:34.885Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-05-05T20:31:34.885Z] Fetched 143 kB in 0s (0 B/s) [2021-05-05T20:31:34.885Z] Pulling app-service-config [2021-05-05T20:31:34.885Z] + snapcraftctl pull [2021-05-05T20:31:34.885Z] Cloning into '/root/parts/app-service-config/src'... [2021-05-05T20:31:35.456Z] Pulling config-common [2021-05-05T20:31:35.456Z] + snapcraftctl pull [2021-05-05T20:31:40.743Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-05-05T20:31:40.743Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-05-05T20:31:40.743Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-05-05T20:31:40.743Z] Fetched 0 B in 0s (0 B/s) [2021-05-05T20:31:40.743Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-05-05T20:31:40.743Z] Fetched 0 B in 0s (0 B/s) [2021-05-05T20:31:40.743Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-05-05T20:31:40.743Z] Fetched 0 B in 0s (0 B/s) [2021-05-05T20:31:40.743Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-05-05T20:31:40.743Z] Fetched 0 B in 0s (0 B/s) [2021-05-05T20:31:40.743Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-05-05T20:31:40.743Z] Fetched 0 B in 0s (0 B/s) [2021-05-05T20:31:40.743Z] Pulling edgex-go [2021-05-05T20:31:40.743Z] + snapcraftctl pull [2021-05-05T20:32:02.709Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-05-05T20:32:02.709Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-05-05T20:32:02.709Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-05-05T20:32:02.709Z] Fetched 0 B in 0s (0 B/s) [2021-05-05T20:32:02.709Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-05-05T20:32:02.709Z] Fetched 96.5 kB in 0s (0 B/s) [2021-05-05T20:32:02.709Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-05-05T20:32:02.709Z] Fetched 279 kB in 0s (0 B/s) [2021-05-05T20:32:02.709Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-05-05T20:32:02.709Z] Fetched 122 kB in 0s (0 B/s) [2021-05-05T20:32:02.709Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-05-05T20:32:02.709Z] Fetched 77.8 kB in 0s (0 B/s) [2021-05-05T20:32:02.709Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-05-05T20:32:02.709Z] Fetched 8848 B in 0s (0 B/s) [2021-05-05T20:32:02.709Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-05-05T20:32:02.709Z] Fetched 47.8 kB in 0s (0 B/s) [2021-05-05T20:32:02.709Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-05-05T20:32:02.709Z] Fetched 45.6 kB in 0s (0 B/s) [2021-05-05T20:32:02.709Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-05-05T20:32:02.709Z] Fetched 15.0 kB in 0s (0 B/s) [2021-05-05T20:32:02.709Z] Get:1 libcurl4_7.58.0-2ubuntu3.13_amd64.deb [219 kB] [2021-05-05T20:32:02.709Z] Fetched 219 kB in 0s (0 B/s) [2021-05-05T20:32:02.709Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] [2021-05-05T20:32:02.709Z] Fetched 154 kB in 0s (0 B/s) [2021-05-05T20:32:02.709Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-05-05T20:32:02.709Z] Fetched 50.6 kB in 0s (0 B/s) [2021-05-05T20:32:02.709Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-05-05T20:32:02.709Z] Fetched 14.8 kB in 0s (0 B/s) [2021-05-05T20:32:02.709Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-05-05T20:32:02.709Z] Fetched 41.8 kB in 0s (0 B/s) [2021-05-05T20:32:02.709Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-05-05T20:32:02.709Z] Fetched 499 kB in 0s (0 B/s) [2021-05-05T20:32:02.709Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-05-05T20:32:02.709Z] Fetched 111 kB in 0s (0 B/s) [2021-05-05T20:32:02.709Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-05-05T20:32:02.709Z] Fetched 240 kB in 0s (0 B/s) [2021-05-05T20:32:02.709Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-05-05T20:32:02.709Z] Fetched 29.3 kB in 0s (0 B/s) [2021-05-05T20:32:02.709Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-05-05T20:32:02.709Z] Fetched 85.5 kB in 0s (0 B/s) [2021-05-05T20:32:02.709Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-05-05T20:32:02.709Z] Fetched 24.5 kB in 0s (0 B/s) [2021-05-05T20:32:02.709Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-05-05T20:32:02.709Z] Fetched 49.2 kB in 0s (0 B/s) [2021-05-05T20:32:02.709Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-05-05T20:32:02.709Z] Fetched 54.2 kB in 0s (0 B/s) [2021-05-05T20:32:02.709Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-05-05T20:32:02.709Z] Fetched 30.8 kB in 0s (0 B/s) [2021-05-05T20:32:02.709Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] [2021-05-05T20:32:02.709Z] Fetched 15.8 kB in 0s (0 B/s) [2021-05-05T20:32:02.709Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-05-05T20:32:02.709Z] Fetched 85.9 kB in 0s (0 B/s) [2021-05-05T20:32:02.709Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-05-05T20:32:02.709Z] Fetched 8720 B in 0s (0 B/s) [2021-05-05T20:32:02.709Z] Get:1 libhogweed4_3.4-1ubuntu0.1_amd64.deb [137 kB] [2021-05-05T20:32:02.709Z] Fetched 137 kB in 0s (0 B/s) [2021-05-05T20:32:02.709Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-05-05T20:32:02.709Z] Fetched 119 kB in 0s (0 B/s) [2021-05-05T20:32:02.709Z] Get:1 libnettle6_3.4-1ubuntu0.1_amd64.deb [110 kB] [2021-05-05T20:32:02.709Z] Fetched 110 kB in 0s (0 B/s) [2021-05-05T20:32:02.709Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-05-05T20:32:02.709Z] Fetched 11.1 kB in 0s (0 B/s) [2021-05-05T20:32:02.709Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-05-05T20:32:02.709Z] Fetched 645 kB in 0s (0 B/s) [2021-05-05T20:32:02.709Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-05-05T20:32:02.709Z] Fetched 41.3 kB in 0s (0 B/s) [2021-05-05T20:32:02.709Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-05-05T20:32:02.709Z] Fetched 17.9 kB in 0s (0 B/s) [2021-05-05T20:32:02.709Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-05-05T20:32:02.709Z] Fetched 368 kB in 0s (0 B/s) [2021-05-05T20:32:02.709Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-05-05T20:32:02.709Z] Fetched 187 kB in 0s (0 B/s) [2021-05-05T20:32:02.709Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-05-05T20:32:02.709Z] Fetched 175 kB in 0s (0 B/s) [2021-05-05T20:32:02.709Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-05-05T20:32:02.709Z] Fetched 206 kB in 0s (0 B/s) [2021-05-05T20:32:02.709Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb [1301 kB] [2021-05-05T20:32:02.709Z] Fetched 1301 kB in 0s (0 B/s) [2021-05-05T20:32:02.709Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-05-05T20:32:02.709Z] Fetched 36.2 kB in 0s (0 B/s) [2021-05-05T20:32:02.709Z] Get:1 curl_7.58.0-2ubuntu3.13_amd64.deb [159 kB] [2021-05-05T20:32:02.709Z] Fetched 159 kB in 0s (0 B/s) [2021-05-05T20:32:02.709Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-05-05T20:32:02.709Z] Fetched 107 kB in 0s (0 B/s) [2021-05-05T20:32:02.709Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-05-05T20:32:02.709Z] Fetched 48.7 kB in 0s (0 B/s) [2021-05-05T20:32:02.709Z] Pulling static-packages [2021-05-05T20:32:02.709Z] + snapcraftctl pull [2021-05-05T20:32:03.280Z] Pulling version [2021-05-05T20:32:03.280Z] + cd /root/project [2021-05-05T20:32:03.280Z] + [ -f VERSION ] [2021-05-05T20:32:03.280Z] + PROJECT_VERSION=local-dev [2021-05-05T20:32:03.280Z] + git rev-parse --short HEAD [2021-05-05T20:32:03.280Z] + GIT_REVISION=b91a20da [2021-05-05T20:32:03.280Z] + snapcraftctl set-version local-dev [2021-05-05T20:32:04.221Z] Skipping build go-build-helper (already ran) [2021-05-05T20:32:04.482Z] Building app-service-config [2021-05-05T20:32:04.482Z] + make build [2021-05-05T20:32:04.482Z] CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.0.0-dev.52 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=0.0.0" -o app-service-configurable [2021-05-05T20:32:06.394Z] go: downloading github.com/edgexfoundry/app-functions-sdk-go/v2 v2.0.0-dev.52 [2021-05-05T20:32:06.394Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.42 [2021-05-05T20:32:06.394Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.78 [2021-05-05T20:32:06.394Z] go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.5 [2021-05-05T20:32:06.653Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.17 [2021-05-05T20:32:06.653Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.11 [2021-05-05T20:32:06.653Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-05-05T20:32:06.653Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.3.3 [2021-05-05T20:32:06.922Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.7 [2021-05-05T20:32:06.922Z] go: downloading github.com/hashicorp/consul/api v1.8.1 [2021-05-05T20:32:06.922Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.2 [2021-05-05T20:32:06.922Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-05-05T20:32:06.922Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-05-05T20:32:06.922Z] go: downloading golang.org/x/net v0.0.0-20200425230154-ff2c4b7c35a0 [2021-05-05T20:32:07.183Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-05-05T20:32:07.183Z] go: downloading github.com/hashicorp/serf v0.9.5 [2021-05-05T20:32:07.183Z] go: downloading github.com/x448/float16 v0.8.4 [2021-05-05T20:32:07.183Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-05-05T20:32:07.183Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-05-05T20:32:07.183Z] go: downloading github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 [2021-05-05T20:32:07.445Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-05-05T20:32:07.445Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-05-05T20:32:07.445Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-05-05T20:32:07.708Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-05-05T20:32:07.708Z] go: downloading github.com/go-playground/validator/v10 v10.5.0 [2021-05-05T20:32:07.708Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-05-05T20:32:07.708Z] go: downloading github.com/pelletier/go-toml v1.9.0 [2021-05-05T20:32:07.708Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-05-05T20:32:07.708Z] go: downloading github.com/hashicorp/go-hclog v0.12.0 [2021-05-05T20:32:07.708Z] go: downloading github.com/google/uuid v1.2.0 [2021-05-05T20:32:07.708Z] go: downloading github.com/gorilla/websocket v1.4.2 [2021-05-05T20:32:07.980Z] go: downloading golang.org/x/text v0.3.2 [2021-05-05T20:32:07.980Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-05-05T20:32:07.980Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-05-05T20:32:07.980Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-05-05T20:32:07.980Z] go: downloading golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 [2021-05-05T20:32:07.980Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-05-05T20:32:07.980Z] go: downloading github.com/mattn/go-isatty v0.0.12 [2021-05-05T20:32:07.980Z] go: downloading github.com/fatih/color v1.9.0 [2021-05-05T20:32:07.980Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-05-05T20:32:07.980Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-05-05T20:32:08.248Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-05-05T20:32:08.248Z] go: downloading github.com/mattn/go-colorable v0.1.6 [2021-05-05T20:32:08.248Z] go: downloading github.com/pebbe/zmq4 v1.2.7 [2021-05-05T20:32:08.248Z] go: downloading golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd [2021-05-05T20:32:20.502Z] + install -DT ./app-service-configurable /root/parts/app-service-config/install/bin/app-service-configurable [2021-05-05T20:32:20.502Z] + install -DT ./res/rules-engine/configuration.toml /root/parts/app-service-config/install/config/app-service-configurable/res/rules-engine/configuration.toml [2021-05-05T20:32:20.502Z] + install -DT ./Attribution.txt /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/Attribution.txt [2021-05-05T20:32:20.502Z] + install -DT ./LICENSE /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/LICENSE [2021-05-05T20:32:20.502Z] Building config-common [2021-05-05T20:32:20.502Z] + snapcraftctl build [2021-05-05T20:32:23.801Z] Building edgex-go [2021-05-05T20:32:24.062Z] + cd /root/parts/edgex-go/src [2021-05-05T20:32:24.062Z] + make build [2021-05-05T20:32:24.062Z] 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-05-05T20:32:24.632Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.80 [2021-05-05T20:32:24.632Z] go: downloading github.com/imdario/mergo v0.3.12 [2021-05-05T20:32:24.632Z] go: downloading github.com/pkg/errors v0.8.1 [2021-05-05T20:32:24.632Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-05-05T20:32:28.860Z] 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-05-05T20:32:28.860Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-05-05T20:32:35.560Z] 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-05-05T20:32:36.139Z] 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-05-05T20:32:38.185Z] 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-05-05T20:32:38.449Z] 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-05-05T20:32:38.449Z] go: downloading github.com/stretchr/testify v1.7.0 [2021-05-05T20:32:38.729Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-05-05T20:32:38.729Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-05-05T20:32:38.729Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-05-05T20:32:40.673Z] 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-05-05T20:32:40.673Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-05-05T20:32:40.937Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-05-05T20:32:42.856Z] 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-05-05T20:32:43.805Z] 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-05-05T20:32:44.070Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-05-05T20:32:45.474Z] 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-05-05T20:32:46.871Z] 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-05-05T20:32:48.261Z] 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-05-05T20:32:48.262Z] go: downloading github.com/lib/pq v1.10.1 [2021-05-05T20:32:50.242Z] + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command [2021-05-05T20:32:50.242Z] + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml [2021-05-05T20:32:50.242Z] + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data [2021-05-05T20:32:50.509Z] + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml [2021-05-05T20:32:50.509Z] + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata [2021-05-05T20:32:50.509Z] + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml [2021-05-05T20:32:50.509Z] + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications [2021-05-05T20:32:50.509Z] + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml [2021-05-05T20:32:50.509Z] + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler [2021-05-05T20:32:50.509Z] + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml [2021-05-05T20:32:50.509Z] + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent [2021-05-05T20:32:50.509Z] + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml [2021-05-05T20:32:50.509Z] + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup [2021-05-05T20:32:50.509Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml [2021-05-05T20:32:50.509Z] + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup [2021-05-05T20:32:50.509Z] + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml [2021-05-05T20:32:50.509Z] + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider [2021-05-05T20:32:50.509Z] + 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-05-05T20:32:50.509Z] + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper [2021-05-05T20:32:50.509Z] + install -DT ./cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res-bootstrap-redis/configuration.toml [2021-05-05T20:32:50.509Z] + install -DT ./cmd/security-bootstrapper/res/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res/configuration.toml [2021-05-05T20:32:50.509Z] + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config [2021-05-05T20:32:50.509Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml [2021-05-05T20:32:50.509Z] + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt [2021-05-05T20:32:50.509Z] + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE [2021-05-05T20:32:50.509Z] + 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-05-05T20:32:53.861Z] Building static-packages [2021-05-05T20:32:53.861Z] + snapcraftctl build [2021-05-05T20:32:56.411Z] Building version [2021-05-05T20:32:56.411Z] + snapcraftctl build [2021-05-05T20:32:58.804Z] lf-activate-venv(): INFO: Adding /tmp/venv-FFOc/bin to PATH [2021-05-05T20:32:58.804Z] INFO: No Stack... [2021-05-05T20:32:58.804Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-05-05T20:32:58.804Z] INFO: Archiving Costs [Pipeline] sh [2021-05-05T20:32:58.956Z] Skipping stage go-build-helper (already ran) [2021-05-05T20:32:58.956Z] Staging app-service-config [2021-05-05T20:32:58.956Z] + snapcraftctl stage [2021-05-05T20:32:59.142Z] + cat /w/workspace/edgex-go/2/archives/cost.csv [2021-05-05T20:32:59.142Z] + cut -d, -f6 [Pipeline] lock [2021-05-05T20:32:59.249Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3423-2-stack-cost] [2021-05-05T20:32:59.257Z] Resource [jenkins-edgexfoundry-edgex-go-PR-3423-2-stack-cost] did not exist. Created. [2021-05-05T20:32:59.257Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3423-2-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-05-05T20:32:59.615Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-05-05T20:32:59.885Z] Stashed 1 file(s) [Pipeline] } [2021-05-05T20:32:59.902Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3423-2-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-05-05T20:33:00.341Z] Staging config-common [2021-05-05T20:33:00.341Z] + snapcraftctl stage [2021-05-05T20:33:01.283Z] Staging edgex-go [2021-05-05T20:33:01.283Z] + snapcraftctl stage [2021-05-05T20:33:02.695Z] Staging static-packages [2021-05-05T20:33:02.695Z] + snapcraftctl stage [2021-05-05T20:33:03.638Z] Staging version [2021-05-05T20:33:03.638Z] + snapcraftctl stage [2021-05-05T20:33:05.032Z] Priming go-build-helper [2021-05-05T20:33:05.032Z] + snapcraftctl prime [2021-05-05T20:33:05.979Z] Priming app-service-config [2021-05-05T20:33:05.979Z] + snapcraftctl prime [2021-05-05T20:33:07.377Z] Priming config-common [2021-05-05T20:33:07.377Z] + snapcraftctl prime [2021-05-05T20:33:08.779Z] Priming edgex-go [2021-05-05T20:33:08.779Z] + snapcraftctl prime [2021-05-05T20:33:09.746Z] Priming static-packages [2021-05-05T20:33:09.746Z] + snapcraftctl prime [2021-05-05T20:33:12.321Z] Priming version [2021-05-05T20:33:12.321Z] + snapcraftctl prime [2021-05-05T20:33:13.265Z] 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] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2021-05-05T20:33:15.781Z] provisioning config files... [2021-05-05T20:33:15.797Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/2@tmp/config7489657129956959807tmp [Pipeline] { [Pipeline] sh [2021-05-05T20:33:16.189Z] + set +x [2021-05-05T20:33:16.189Z] + curl -s https://codecov.io/bash [2021-05-05T20:33:16.189Z] + bash -s -- [2021-05-05T20:33:16.924Z] [2021-05-05T20:33:16.924Z] _____ _ [2021-05-05T20:33:16.924Z] / ____| | | [2021-05-05T20:33:16.924Z] | | ___ __| | ___ ___ _____ __ [2021-05-05T20:33:16.924Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-05-05T20:33:16.924Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-05-05T20:33:16.924Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-05-05T20:33:16.924Z] Bash-1.0.2 [2021-05-05T20:33:16.924Z] [2021-05-05T20:33:16.924Z] [2021-05-05T20:33:16.924Z] ==> git version 2.24.3 found [2021-05-05T20:33:16.924Z] ==> 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-05-05T20:33:16.924Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-05-05T20:33:16.924Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-05-05T20:33:16.924Z] ==> Jenkins CI detected. [2021-05-05T20:33:16.924Z] project root: . [2021-05-05T20:33:16.924Z] --> token set from env [2021-05-05T20:33:17.250Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-05-05T20:33:17.250Z] ==> Running gcov in . (disable via -X gcov) [2021-05-05T20:33:17.547Z] ==> Python coveragepy not found [2021-05-05T20:33:17.547Z] ==> Searching for coverage reports in: [2021-05-05T20:33:17.547Z] + . [2021-05-05T20:33:17.547Z] -> Found 1 reports [2021-05-05T20:33:17.547Z] ==> Detecting git/mercurial file structure [2021-05-05T20:33:17.547Z] ==> Reading reports [2021-05-05T20:33:17.547Z] + ./coverage.out bytes=699522 [2021-05-05T20:33:17.547Z] ==> Appending adjustments [2021-05-05T20:33:17.547Z] https://docs.codecov.io/docs/fixing-reports [2021-05-05T20:33:26.244Z] + Found adjustments [2021-05-05T20:33:26.244Z] ==> Gzipping contents [2021-05-05T20:33:26.244Z] 100K /tmp/codecov.RtcI0I.gz [2021-05-05T20:33:26.244Z] ==> Uploading reports [2021-05-05T20:33:26.244Z] url: https://codecov.io [2021-05-05T20:33:26.244Z] query: branch=PR-3423&commit=b91a20da177c7cf0cbbb1a081435ab1666a7fa7d&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3423%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3423&job=&cmd_args= [2021-05-05T20:33:26.244Z] -> Pinging Codecov [2021-05-05T20:33:26.244Z] https://codecov.io/upload/v4?package=bash-1.0.2&token=secret&branch=PR-3423&commit=b91a20da177c7cf0cbbb1a081435ab1666a7fa7d&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3423%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3423&job=&cmd_args= [2021-05-05T20:33:26.244Z] -> Uploading to [2021-05-05T20:33:26.244Z] https://storage.googleapis.com/codecov/v4/raw/2021-05-05/00271124DB129430A58F1EEE437C3FCB/b91a20da177c7cf0cbbb1a081435ab1666a7fa7d/edc4784e-7533-4335-a903-351d46c1ef39.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210505%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210505T203326Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=771393d1008a0e72ab81705f143e5cea29d20e475fb753ba87a72c1b71550be7 [2021-05-05T20:33:26.580Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-05-05T20:33:26.580Z] Dload Upload Total Spent Left Speed [2021-05-05T20:33:27.258Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 97k 0 0 100 97k 0 146k --:--:-- --:--:-- --:--:-- 146k 100 97k 0 0 100 97k 0 146k --:--:-- --:--:-- --:--:-- 146k [2021-05-05T20:33:27.258Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/b91a20da177c7cf0cbbb1a081435ab1666a7fa7d [Pipeline] } [2021-05-05T20:33:27.301Z] 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-05-05T20:33:28.290Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-05T20:33:29.663Z] ---> package-listing.sh [2021-05-05T20:33:29.663Z] ++ facter osfamily [2021-05-05T20:33:29.663Z] ++ tr '[:upper:]' '[:lower:]' [2021-05-05T20:33:29.938Z] + OS_FAMILY=redhat [2021-05-05T20:33:29.938Z] + workspace=/w/workspace/edgex-go/2 [2021-05-05T20:33:29.938Z] + START_PACKAGES=/tmp/packages_start.txt [2021-05-05T20:33:29.938Z] + END_PACKAGES=/tmp/packages_end.txt [2021-05-05T20:33:29.938Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-05-05T20:33:29.938Z] + PACKAGES=/tmp/packages_start.txt [2021-05-05T20:33:29.938Z] + '[' /w/workspace/edgex-go/2 ']' [2021-05-05T20:33:29.938Z] + PACKAGES=/tmp/packages_end.txt [2021-05-05T20:33:29.938Z] + case "${OS_FAMILY}" in [2021-05-05T20:33:29.938Z] + sort [2021-05-05T20:33:29.938Z] + rpm -qa [2021-05-05T20:33:38.469Z] + '[' -f /tmp/packages_start.txt ']' [2021-05-05T20:33:38.469Z] + '[' -f /tmp/packages_end.txt ']' [2021-05-05T20:33:38.469Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-05-05T20:33:38.469Z] + '[' /w/workspace/edgex-go/2 ']' [2021-05-05T20:33:38.469Z] + mkdir -p /w/workspace/edgex-go/2/archives/ [2021-05-05T20:33:38.469Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/2/archives/ [Pipeline] echo [2021-05-05T20:33:38.518Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/2/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-05-05T20:33:38.898Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-05-05T20:33:40.433Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-05-05T20:33:40.770Z] [2021-05-05T20:33:40.770Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-05-05T20:33:41.313Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-05-05T20:33:41.611Z] alpine: Pulling from edgex-lftools-log-publisher [2021-05-05T20:33:41.611Z] df20fa9351a1: Pulling fs layer [2021-05-05T20:33:41.611Z] 36b3adc4ff6f: Pulling fs layer [2021-05-05T20:33:41.611Z] 8ad3a11d3b57: Pulling fs layer [2021-05-05T20:33:41.611Z] 46f8f816bc3b: Pulling fs layer [2021-05-05T20:33:41.611Z] 93b61091891f: Pulling fs layer [2021-05-05T20:33:41.611Z] 93b9cdb0e59b: Pulling fs layer [2021-05-05T20:33:41.611Z] 5e14af77c1be: Pulling fs layer [2021-05-05T20:33:41.611Z] 01666e4c0597: Pulling fs layer [2021-05-05T20:33:41.611Z] aa168da1d23b: Pulling fs layer [2021-05-05T20:33:41.611Z] 46f8f816bc3b: Waiting [2021-05-05T20:33:41.611Z] 93b61091891f: Waiting [2021-05-05T20:33:41.611Z] 93b9cdb0e59b: Waiting [2021-05-05T20:33:41.611Z] 5e14af77c1be: Waiting [2021-05-05T20:33:41.611Z] 01666e4c0597: Waiting [2021-05-05T20:33:41.611Z] aa168da1d23b: Waiting [2021-05-05T20:33:41.611Z] 36b3adc4ff6f: Verifying Checksum [2021-05-05T20:33:41.611Z] 36b3adc4ff6f: Download complete [2021-05-05T20:33:41.611Z] 46f8f816bc3b: Download complete [2021-05-05T20:33:41.916Z] df20fa9351a1: Verifying Checksum [2021-05-05T20:33:41.916Z] df20fa9351a1: Download complete [2021-05-05T20:33:41.916Z] 93b9cdb0e59b: Verifying Checksum [2021-05-05T20:33:41.916Z] 93b9cdb0e59b: Download complete [2021-05-05T20:33:41.916Z] 5e14af77c1be: Download complete [2021-05-05T20:33:41.916Z] 01666e4c0597: Verifying Checksum [2021-05-05T20:33:41.916Z] 01666e4c0597: Download complete [2021-05-05T20:33:42.195Z] 93b61091891f: Download complete [2021-05-05T20:33:42.850Z] df20fa9351a1: Pull complete [2021-05-05T20:33:43.343Z] 36b3adc4ff6f: Pull complete [2021-05-05T20:33:44.090Z] 8ad3a11d3b57: Verifying Checksum [2021-05-05T20:33:44.090Z] 8ad3a11d3b57: Download complete [2021-05-05T20:33:47.298Z] 8ad3a11d3b57: Pull complete [2021-05-05T20:33:47.298Z] 46f8f816bc3b: Pull complete [2021-05-05T20:33:48.579Z] 93b61091891f: Pull complete [2021-05-05T20:33:48.915Z] 93b9cdb0e59b: Pull complete [2021-05-05T20:33:49.541Z] 5e14af77c1be: Pull complete [2021-05-05T20:33:49.864Z] 01666e4c0597: Pull complete [2021-05-05T20:33:51.945Z] aa168da1d23b: Verifying Checksum [2021-05-05T20:33:51.945Z] aa168da1d23b: Download complete [2021-05-05T20:34:14.614Z] aa168da1d23b: Pull complete [2021-05-05T20:34:14.614Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-05-05T20:34:14.614Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-05-05T20:34:14.614Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-05-05T20:34:15.088Z] prd-centos7-docker-4c-2g-3080 does not seem to be running inside a container [2021-05-05T20:34:15.346Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/2/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-05-05T20:34:20.322Z] $ docker top 23cdf518d38dafb870e9b944864bcf50323a846d23a0606b74ef07a462f891cd -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-05T20:34:21.821Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-05-05T20:34:22.256Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-05-05T20:34:22.918Z] + ls /var/log/sa-host [2021-05-05T20:34:22.918Z] + sadf -c /var/log/sa-host/sa05 [2021-05-05T20:34:22.918Z] file_magic: OK [2021-05-05T20:34:22.918Z] HZ: Using current value: 100 [2021-05-05T20:34:22.918Z] file_header: OK [2021-05-05T20:34:22.918Z] 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-05-05T20:34:22.918Z] Statistics: [2021-05-05T20:34:22.918Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-05-05T20:34:22.918Z] File successfully converted to sysstat format version 12.2.1 [2021-05-05T20:34:22.918Z] + sadf -c /var/log/sa-host/sa23 [2021-05-05T20:34:22.918Z] file_magic: OK [2021-05-05T20:34:22.918Z] HZ: Using current value: 100 [2021-05-05T20:34:22.918Z] file_header: OK [2021-05-05T20:34:22.918Z] 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-05-05T20:34:22.918Z] Statistics: [2021-05-05T20:34:22.918Z] Hnuu...uuuununununu... [2021-05-05T20:34:22.918Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-05-05T20:34:23.122Z] provisioning config files... [2021-05-05T20:34:23.162Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/2@tmp/config885687199426417540tmp [Pipeline] { [Pipeline] echo [2021-05-05T20:34:23.203Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-05T20:34:23.946Z] ---> create-netrc.sh [Pipeline] } [2021-05-05T20:34:24.256Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-05-05T20:34:24.290Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-05T20:34:25.382Z] ---> python-tools-install.sh [Pipeline] echo [2021-05-05T20:34:25.406Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-05T20:34:26.134Z] ---> sudo-logs.sh [2021-05-05T20:34:26.134Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-05-05T20:34:26.184Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-05T20:34:26.911Z] ---> job-cost.sh [2021-05-05T20:34:26.911Z] lf-activate-venv: SKIPPING [2021-05-05T20:34:26.911Z] DEBUG: total: 0.20999999344348907 [2021-05-05T20:34:26.911Z] INFO: Retrieving Stack Cost... [2021-05-05T20:34:28.430Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-05-05T20:34:29.080Z] INFO: Archiving Costs [Pipeline] echo [2021-05-05T20:34:29.104Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-05T20:34:29.785Z] ---> logs-deploy.sh [2021-05-05T20:34:29.785Z] lf-activate-venv: SKIPPING [2021-05-05T20:34:29.785Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3423/2 [2021-05-05T20:34:29.785Z] INFO: archiving workspace using pattern(s): [2021-05-05T20:34:34.341Z] Archives upload complete. [2021-05-05T20:34:34.341Z] INFO: archiving logs to Nexus [2021-05-05T20:34:36.788Z] ---> uname -a: [2021-05-05T20:34:36.788Z] Linux prd-centos7-docker-4c-2g-3080.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux [2021-05-05T20:34:36.788Z] [2021-05-05T20:34:36.788Z] [2021-05-05T20:34:36.788Z] ---> lscpu: [2021-05-05T20:34:36.788Z] Architecture: x86_64 [2021-05-05T20:34:36.788Z] CPU op-mode(s): 32-bit, 64-bit [2021-05-05T20:34:36.788Z] Byte Order: Little Endian [2021-05-05T20:34:36.788Z] Address sizes: 40 bits physical, 48 bits virtual [2021-05-05T20:34:36.788Z] CPU(s): 4 [2021-05-05T20:34:36.788Z] On-line CPU(s) list: 0-3 [2021-05-05T20:34:36.788Z] Thread(s) per core: 1 [2021-05-05T20:34:36.788Z] Core(s) per socket: 1 [2021-05-05T20:34:36.788Z] Socket(s): 4 [2021-05-05T20:34:36.788Z] NUMA node(s): 1 [2021-05-05T20:34:36.788Z] Vendor ID: GenuineIntel [2021-05-05T20:34:36.788Z] CPU family: 6 [2021-05-05T20:34:36.788Z] Model: 44 [2021-05-05T20:34:36.788Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2021-05-05T20:34:36.788Z] Stepping: 1 [2021-05-05T20:34:36.788Z] CPU MHz: 2933.438 [2021-05-05T20:34:36.788Z] BogoMIPS: 5866.87 [2021-05-05T20:34:36.788Z] Virtualization: VT-x [2021-05-05T20:34:36.788Z] Hypervisor vendor: KVM [2021-05-05T20:34:36.788Z] Virtualization type: full [2021-05-05T20:34:36.788Z] L1d cache: 128 KiB [2021-05-05T20:34:36.788Z] L1i cache: 128 KiB [2021-05-05T20:34:36.788Z] L2 cache: 16 MiB [2021-05-05T20:34:36.788Z] L3 cache: 64 MiB [2021-05-05T20:34:36.788Z] NUMA node0 CPU(s): 0-3 [2021-05-05T20:34:36.788Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2021-05-05T20:34:36.788Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2021-05-05T20:34:36.788Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2021-05-05T20:34:36.788Z] Vulnerability Meltdown: Mitigation; PTI [2021-05-05T20:34:36.788Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2021-05-05T20:34:36.788Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2021-05-05T20:34:36.788Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2021-05-05T20:34:36.788Z] Vulnerability Srbds: Not affected [2021-05-05T20:34:36.788Z] Vulnerability Tsx async abort: Not affected [2021-05-05T20:34:36.788Z] Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp [2021-05-05T20:34:36.788Z] [2021-05-05T20:34:36.788Z] [2021-05-05T20:34:36.788Z] ---> nproc: [2021-05-05T20:34:36.788Z] 4 [2021-05-05T20:34:36.788Z] [2021-05-05T20:34:36.788Z] [2021-05-05T20:34:36.788Z] ---> df -h: [2021-05-05T20:34:36.788Z] Filesystem Size Used Available Use% Mounted on [2021-05-05T20:34:36.788Z] overlay 50.0G 12.2G 37.8G 24% / [2021-05-05T20:34:36.788Z] tmpfs 64.0M 0 64.0M 0% /dev [2021-05-05T20:34:36.788Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2021-05-05T20:34:36.788Z] shm 64.0M 0 64.0M 0% /dev/shm [2021-05-05T20:34:36.788Z] /dev/vda1 50.0G 12.2G 37.8G 24% /facter-os [2021-05-05T20:34:36.788Z] /dev/vda1 50.0G 12.2G 37.8G 24% /etc/resolv.conf [2021-05-05T20:34:36.788Z] /dev/vda1 50.0G 12.2G 37.8G 24% /etc/hostname [2021-05-05T20:34:36.788Z] /dev/vda1 50.0G 12.2G 37.8G 24% /etc/hosts [2021-05-05T20:34:36.788Z] /dev/vda1 50.0G 12.2G 37.8G 24% /var/log/auth.log [2021-05-05T20:34:36.788Z] /dev/vda1 50.0G 12.2G 37.8G 24% /run/cloud-init/result.json [2021-05-05T20:34:36.788Z] /dev/vda1 50.0G 12.2G 37.8G 24% /var/log/sa-host [2021-05-05T20:34:36.788Z] /dev/vda1 50.0G 12.2G 37.8G 24% /var/log/secure [2021-05-05T20:34:36.788Z] /dev/vda1 50.0G 12.2G 37.8G 24% /w/workspace/edgex-go/2 [2021-05-05T20:34:36.788Z] /dev/vda1 50.0G 12.2G 37.8G 24% /w/workspace/edgex-go/2@tmp [2021-05-05T20:34:36.788Z] [2021-05-05T20:34:36.788Z] [2021-05-05T20:34:36.788Z] ---> free -m: [2021-05-05T20:34:36.788Z] total used free shared buff/cache available [2021-05-05T20:34:36.788Z] Mem: 1837 767 238 0 831 985 [2021-05-05T20:34:36.788Z] Swap: 1023 33 990 [2021-05-05T20:34:36.788Z] [2021-05-05T20:34:36.788Z] [2021-05-05T20:34:36.788Z] ---> ip addr: [2021-05-05T20:34:36.788Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2021-05-05T20:34:36.788Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2021-05-05T20:34:36.788Z] inet 127.0.0.1/8 scope host lo [2021-05-05T20:34:36.788Z] valid_lft forever preferred_lft forever [2021-05-05T20:34:36.788Z] inet6 ::1/128 scope host [2021-05-05T20:34:36.788Z] valid_lft forever preferred_lft forever [2021-05-05T20:34:36.788Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2021-05-05T20:34:36.788Z] link/ether fa:16:3e:15:83:30 brd ff:ff:ff:ff:ff:ff [2021-05-05T20:34:36.788Z] inet 10.30.123.96/23 brd 10.30.123.255 scope global dynamic eth0 [2021-05-05T20:34:36.788Z] valid_lft 84794sec preferred_lft 84794sec [2021-05-05T20:34:36.788Z] inet6 fe80::f816:3eff:fe15:8330/64 scope link [2021-05-05T20:34:36.788Z] valid_lft forever preferred_lft forever [2021-05-05T20:34:36.788Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2021-05-05T20:34:36.788Z] link/ether 02:42:35:f5:3b:36 brd ff:ff:ff:ff:ff:ff [2021-05-05T20:34:36.788Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2021-05-05T20:34:36.788Z] valid_lft forever preferred_lft forever [2021-05-05T20:34:36.788Z] inet6 fe80::42:35ff:fef5:3b36/64 scope link [2021-05-05T20:34:36.788Z] valid_lft forever preferred_lft forever [2021-05-05T20:34:36.788Z] [2021-05-05T20:34:36.788Z] [2021-05-05T20:34:36.788Z] ---> sar -b -r -n DEV: [2021-05-05T20:34:36.788Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 05/05/21 _x86_64_ (4 CPU) [2021-05-05T20:34:36.788Z] [2021-05-05T20:34:36.788Z] 20:07:36 LINUX RESTART (4 CPU) [2021-05-05T20:34:36.788Z] [2021-05-05T20:34:36.788Z] 20:08:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2021-05-05T20:34:36.788Z] 20:09:01 168.09 90.99 77.10 0.00 5768.47 42408.18 0.00 [2021-05-05T20:34:36.788Z] 20:10:02 89.43 41.87 47.56 0.00 7856.99 12957.65 0.00 [2021-05-05T20:34:36.788Z] 20:11:01 162.69 32.50 130.19 0.00 2833.51 38487.82 0.00 [2021-05-05T20:34:36.788Z] 20:12:01 193.93 83.02 110.91 0.00 2813.87 12912.36 0.00 [2021-05-05T20:34:36.788Z] 20:13:01 80.08 25.93 54.15 0.00 1005.18 7151.15 0.00 [2021-05-05T20:34:36.788Z] 20:14:01 53.92 14.16 39.77 0.00 577.13 5271.18 0.00 [2021-05-05T20:34:36.788Z] 20:15:01 80.25 41.52 38.73 0.00 1812.48 3322.34 0.00 [2021-05-05T20:34:36.788Z] 20:16:01 66.88 23.17 43.71 0.00 1775.25 5128.60 0.00 [2021-05-05T20:34:36.788Z] 20:17:01 43.42 8.41 35.01 0.00 705.17 12124.74 0.00 [2021-05-05T20:34:36.788Z] 20:18:03 217.65 75.47 142.18 0.00 21568.20 82498.55 0.00 [2021-05-05T20:34:36.788Z] 20:19:02 851.65 713.53 138.12 0.00 72301.86 76832.99 0.00 [2021-05-05T20:34:36.788Z] 20:20:03 940.73 712.82 227.91 0.00 115783.24 115495.28 0.00 [2021-05-05T20:34:36.788Z] 20:21:02 622.48 510.14 112.34 0.00 35655.92 40831.45 0.00 [2021-05-05T20:34:36.788Z] 20:22:01 261.08 96.79 164.29 0.00 9704.69 25811.23 0.00 [2021-05-05T20:34:36.788Z] 20:23:06 897.00 686.93 210.07 0.00 68585.61 115813.96 0.00 [2021-05-05T20:34:36.788Z] 20:24:03 708.35 566.18 142.16 0.00 55311.36 49835.13 0.00 [2021-05-05T20:34:36.788Z] 20:25:02 479.53 317.36 162.17 0.00 31553.43 32447.37 0.00 [2021-05-05T20:34:36.788Z] 20:26:02 140.29 38.91 101.38 0.00 4284.39 21833.66 0.00 [2021-05-05T20:34:36.788Z] 20:27:01 70.86 15.11 55.75 0.00 3139.96 5736.83 0.00 [2021-05-05T20:34:36.788Z] 20:28:01 1.58 0.05 1.53 0.00 1.20 19.02 0.00 [2021-05-05T20:34:36.788Z] 20:29:01 0.47 0.03 0.43 0.00 0.27 5.56 0.00 [2021-05-05T20:34:36.788Z] 20:30:01 0.18 0.02 0.17 0.00 0.13 1.67 0.00 [2021-05-05T20:34:36.788Z] 20:31:01 0.32 0.00 0.32 0.00 0.00 3.73 0.00 [2021-05-05T20:34:36.788Z] 20:32:01 0.27 0.02 0.25 0.00 0.13 2.61 0.00 [2021-05-05T20:34:36.788Z] 20:33:01 0.23 0.03 0.20 0.00 0.27 1.91 0.00 [2021-05-05T20:34:36.788Z] 20:34:02 122.89 72.81 50.08 0.00 6259.69 10663.22 0.00 [2021-05-05T20:34:36.788Z] Average: 241.37 160.85 80.52 0.00 17401.95 27907.61 0.00 [2021-05-05T20:34:36.788Z] [2021-05-05T20:34:36.788Z] 20:08:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2021-05-05T20:34:36.788Z] 20:09:01 119868 0 539676 28.68 2620 1219380 1088548 37.15 494616 1067544 7712 [2021-05-05T20:34:36.788Z] 20:10:02 410416 0 621892 33.05 2596 846640 1176772 40.16 455244 813908 108 [2021-05-05T20:34:36.788Z] 20:11:01 182564 0 705580 37.50 1980 991420 1383212 47.21 511028 945436 24 [2021-05-05T20:34:36.788Z] 20:12:01 126504 0 826508 43.93 1284 927248 1605856 54.81 614660 860460 4416 [2021-05-05T20:34:36.788Z] 20:13:01 82696 0 974740 51.81 856 823252 1956748 66.78 773148 745836 25300 [2021-05-05T20:34:36.788Z] 20:14:01 166980 0 812944 43.21 716 900904 1676920 57.23 700524 729976 53084 [2021-05-05T20:34:36.788Z] 20:15:01 116340 0 942828 50.11 680 821696 1783748 60.88 755760 720904 78536 [2021-05-05T20:34:36.788Z] 20:16:01 116428 0 807260 42.90 680 957176 1534664 52.38 675400 794632 77800 [2021-05-05T20:34:36.788Z] 20:17:01 151808 0 783024 41.62 636 946076 1628792 55.59 621272 832468 76596 [2021-05-05T20:34:36.788Z] 20:18:03 67064 0 867948 46.13 148 946384 2313168 78.94 748420 837944 76676 [2021-05-05T20:34:36.788Z] 20:19:02 439076 0 731468 38.88 148 710852 2220732 75.79 480996 744312 64 [2021-05-05T20:34:36.788Z] 20:20:03 84092 0 881828 46.87 148 915476 2423600 82.71 597400 966656 68128 [2021-05-05T20:34:36.788Z] 20:21:02 398660 0 1082908 57.55 148 399828 3323176 113.41 648404 559004 27760 [2021-05-05T20:34:36.788Z] 20:22:01 354612 0 779296 41.42 148 747488 1623084 55.39 492556 777916 4944 [2021-05-05T20:34:36.788Z] 20:23:06 591864 0 701576 37.29 148 587956 1386056 47.30 393828 677712 4 [2021-05-05T20:34:36.788Z] 20:24:03 71080 0 825740 43.89 148 984576 2246688 76.68 540288 1030288 40004 [2021-05-05T20:34:36.788Z] 20:25:02 455160 0 809564 43.03 148 616672 2130060 72.70 542436 640504 3556 [2021-05-05T20:34:36.788Z] 20:26:02 140040 0 733800 39.00 148 1007556 1409784 48.11 607128 881788 24056 [2021-05-05T20:34:36.788Z] 20:27:01 131232 0 686304 36.48 148 1063860 1250024 42.66 595452 906280 8 [2021-05-05T20:34:36.788Z] 20:28:01 135244 0 682288 36.26 148 1063864 1202724 41.05 591976 906236 8 [2021-05-05T20:34:36.788Z] 20:29:01 134932 0 682592 36.28 148 1063872 1202808 41.05 592452 906236 8 [2021-05-05T20:34:36.788Z] 20:30:01 135664 0 681844 36.24 148 1063888 1200716 40.98 592124 906244 12 [2021-05-05T20:34:36.788Z] 20:31:01 136304 0 681196 36.20 148 1063896 1200452 40.97 591652 906248 12 [2021-05-05T20:34:36.788Z] 20:32:01 136624 0 680868 36.19 148 1063904 1200452 40.97 591656 906252 8 [2021-05-05T20:34:36.788Z] 20:33:01 136912 0 680572 36.17 148 1063912 1200452 40.97 591680 906252 8 [2021-05-05T20:34:36.788Z] 20:34:02 73844 0 767664 40.80 148 1039888 1710516 58.38 716736 822716 47720 [2021-05-05T20:34:36.788Z] Average: 196000 0 768150 40.83 560 916833 1656914 56.55 596801 838221 23714 [2021-05-05T20:34:36.788Z] [2021-05-05T20:34:36.788Z] 20:08:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2021-05-05T20:34:36.788Z] 20:09:01 eth0 526.58 304.08 3263.23 63.62 0.00 0.00 0.00 0.00 [2021-05-05T20:34:36.788Z] 20:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-05T20:34:36.788Z] 20:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-05T20:34:36.788Z] 20:10:02 eth0 701.29 828.56 3112.23 135.10 0.00 0.00 0.00 0.00 [2021-05-05T20:34:36.788Z] 20:10:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-05T20:34:36.788Z] 20:10:02 docker0 745.23 594.75 65.40 2664.05 0.00 0.00 0.00 0.00 [2021-05-05T20:34:36.788Z] 20:11:01 eth0 421.33 277.43 3115.33 30.36 0.00 0.00 0.00 0.00 [2021-05-05T20:34:36.788Z] 20:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-05T20:34:36.788Z] 20:11:01 docker0 53.56 139.19 3.13 381.90 0.00 0.00 0.00 0.00 [2021-05-05T20:34:36.789Z] 20:12:01 eth0 161.98 134.42 499.22 21.67 0.00 0.00 0.00 0.00 [2021-05-05T20:34:36.789Z] 20:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-05T20:34:36.789Z] 20:12:01 veth10df8be 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2021-05-05T20:34:36.789Z] 20:12:01 docker0 113.05 134.67 9.04 470.83 0.00 0.00 0.00 0.00 [2021-05-05T20:34:36.789Z] 20:13:01 eth0 20.66 20.48 8.54 62.20 0.00 0.00 0.00 0.00 [2021-05-05T20:34:36.789Z] 20:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-05T20:34:36.789Z] 20:13:01 veth10df8be 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-05T20:34:36.789Z] 20:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-05T20:34:36.789Z] 20:14:01 eth0 27.62 21.14 21.10 11.74 0.00 0.00 0.00 0.00 [2021-05-05T20:34:36.789Z] 20:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-05T20:34:36.789Z] 20:14:01 veth10df8be 1.05 1.05 0.08 0.08 0.00 0.00 0.00 0.00 [2021-05-05T20:34:36.789Z] 20:14:01 docker0 1.05 1.05 0.07 0.08 0.00 0.00 0.00 0.00 [2021-05-05T20:34:36.789Z] 20:15:01 eth0 19.01 14.21 13.84 7.63 0.00 0.00 0.00 0.00 [2021-05-05T20:34:36.789Z] 20:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-05T20:34:36.789Z] 20:15:01 veth10df8be 1.01 1.01 0.08 0.08 0.00 0.00 0.00 0.00 [2021-05-05T20:34:36.789Z] 20:15:01 docker0 1.01 1.01 0.07 0.08 0.00 0.00 0.00 0.00 [2021-05-05T20:34:36.789Z] 20:16:01 eth0 16.49 11.94 14.21 7.93 0.00 0.00 0.00 0.00 [2021-05-05T20:34:36.789Z] 20:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-05T20:34:36.789Z] 20:16:01 veth10df8be 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-05T20:34:36.789Z] 20:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-05T20:34:36.789Z] 20:17:01 eth0 182.71 126.93 1687.41 90.51 0.00 0.00 0.00 0.00 [2021-05-05T20:34:36.789Z] 20:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-05T20:34:36.789Z] 20:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-05T20:34:36.789Z] 20:18:03 veth67a2872 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2021-05-05T20:34:36.789Z] 20:18:03 eth0 22.16 18.70 23.87 9.43 0.00 0.00 0.00 0.00 [2021-05-05T20:34:36.789Z] 20:18:03 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-05T20:34:36.789Z] 20:18:03 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-05T20:34:36.789Z] 20:19:02 veth09110c8 0.19 0.26 0.02 0.07 0.00 0.00 0.00 0.00 [2021-05-05T20:34:36.789Z] 20:19:02 veth67a2872 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-05T20:34:36.789Z] 20:19:02 veth834692f 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-05T20:34:36.789Z] 20:19:02 veth184a807 0.19 0.27 0.02 0.07 0.00 0.00 0.00 0.00 [2021-05-05T20:34:36.789Z] 20:20:03 veth67a2872 0.00 0.24 0.00 0.01 0.00 0.00 0.00 0.00 [2021-05-05T20:34:36.789Z] 20:20:03 eth0 2163.99 1792.45 11704.47 494.64 0.00 0.00 0.00 0.00 [2021-05-05T20:34:36.789Z] 20:20:03 lo 0.11 0.11 0.01 0.01 0.00 0.00 0.00 0.00 [2021-05-05T20:34:36.789Z] 20:20:03 docker0 930.11 906.51 78.31 3608.39 0.00 0.00 0.00 0.00 [2021-05-05T20:34:36.789Z] 20:21:02 veth67a2872 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-05T20:34:36.789Z] 20:21:02 vethc866cfd 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 [2021-05-05T20:34:36.789Z] 20:21:02 vethd89e546 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 [2021-05-05T20:34:36.789Z] 20:21:02 veth7d0e20a 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 [2021-05-05T20:34:36.789Z] 20:22:01 veth67a2872 0.00 0.34 0.00 0.01 0.00 0.00 0.00 0.00 [2021-05-05T20:34:36.789Z] 20:22:01 eth0 2306.96 1897.67 12375.97 525.79 0.00 0.00 0.00 0.00 [2021-05-05T20:34:36.789Z] 20:22:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 [2021-05-05T20:34:36.789Z] 20:22:01 docker0 975.87 967.04 81.85 3907.17 0.00 0.00 0.00 0.00 [2021-05-05T20:34:36.789Z] 20:23:06 veth67a2872 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-05T20:34:36.789Z] 20:23:06 eth0 25.47 19.34 19.83 10.89 0.00 0.00 0.00 0.00 [2021-05-05T20:34:36.789Z] 20:23:06 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-05T20:34:36.789Z] 20:23:06 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-05T20:34:36.789Z] 20:24:03 veth67a2872 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 [2021-05-05T20:34:36.789Z] 20:24:03 veth952f04b 0.00 0.28 0.00 0.02 0.00 0.00 0.00 0.00 [2021-05-05T20:34:36.789Z] 20:24:03 eth0 56.07 35.99 82.80 83.26 0.00 0.00 0.00 0.00 [2021-05-05T20:34:36.789Z] 20:24:03 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-05T20:34:36.789Z] 20:25:02 veth67a2872 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-05T20:34:36.789Z] 20:25:02 eth0 44.74 31.32 69.56 16.45 0.00 0.00 0.00 0.00 [2021-05-05T20:34:36.789Z] 20:25:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-05T20:34:36.789Z] 20:25:02 veth0ec9ddd 0.00 0.20 0.00 0.01 0.00 0.00 0.00 0.00 [2021-05-05T20:34:36.789Z] 20:26:02 veth67a2872 0.00 0.08 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-05T20:34:36.789Z] 20:26:02 eth0 210.78 158.61 1661.43 86.44 0.00 0.00 0.00 0.00 [2021-05-05T20:34:36.789Z] 20:26:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-05T20:34:36.789Z] 20:26:02 docker0 1016.33 1051.98 84.45 4405.23 0.00 0.00 0.00 0.00 [2021-05-05T20:34:36.789Z] 20:27:01 eth0 12.36 9.35 10.51 5.04 0.00 0.00 0.00 0.00 [2021-05-05T20:34:36.789Z] 20:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-05T20:34:36.789Z] 20:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-05T20:34:36.789Z] 20:28:01 eth0 1.18 0.53 0.33 0.21 0.00 0.00 0.00 0.00 [2021-05-05T20:34:36.789Z] 20:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-05T20:34:36.789Z] 20:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-05T20:34:36.789Z] 20:29:01 eth0 1.35 0.48 0.46 0.27 0.00 0.00 0.00 0.00 [2021-05-05T20:34:36.789Z] 20:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-05T20:34:36.789Z] 20:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-05T20:34:36.789Z] 20:30:01 eth0 0.43 0.23 0.26 0.19 0.00 0.00 0.00 0.00 [2021-05-05T20:34:36.789Z] 20:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-05T20:34:36.789Z] 20:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-05T20:34:36.789Z] 20:31:01 eth0 0.08 0.07 0.01 0.01 0.00 0.00 0.00 0.00 [2021-05-05T20:34:36.789Z] 20:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-05T20:34:36.789Z] 20:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-05T20:34:36.789Z] 20:32:01 eth0 0.10 0.03 0.01 0.00 0.00 0.00 0.00 0.00 [2021-05-05T20:34:36.789Z] 20:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-05T20:34:36.789Z] 20:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-05T20:34:36.789Z] 20:33:01 eth0 0.13 0.05 0.01 0.00 0.00 0.00 0.00 0.00 [2021-05-05T20:34:36.789Z] 20:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-05T20:34:36.789Z] 20:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-05T20:34:36.789Z] 20:34:02 eth0 215.55 167.36 2169.91 73.78 0.00 0.00 0.00 0.00 [2021-05-05T20:34:36.789Z] 20:34:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-05T20:34:36.789Z] 20:34:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-05T20:34:36.789Z] Average: eth0 108.35 87.71 621.84 30.38 0.00 0.00 0.00 0.00 [2021-05-05T20:34:36.789Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-05T20:34:36.789Z] Average: docker0 38.60 39.95 3.21 167.31 0.00 0.00 0.00 0.00 [2021-05-05T20:34:36.789Z] [2021-05-05T20:34:36.789Z] [2021-05-05T20:34:36.789Z] ---> sar -P ALL: [2021-05-05T20:34:36.789Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 05/05/21 _x86_64_ (4 CPU) [2021-05-05T20:34:36.789Z] [2021-05-05T20:34:36.789Z] 20:07:36 LINUX RESTART (4 CPU) [2021-05-05T20:34:36.789Z] [2021-05-05T20:34:36.789Z] 20:08:01 CPU %user %nice %system %iowait %steal %idle [2021-05-05T20:34:36.789Z] 20:09:01 all 15.47 0.00 8.75 7.33 27.83 40.62 [2021-05-05T20:34:36.789Z] 20:09:01 0 13.37 0.00 11.58 5.65 29.09 40.30 [2021-05-05T20:34:36.789Z] 20:09:01 1 14.88 0.00 7.22 9.11 28.10 40.68 [2021-05-05T20:34:36.789Z] 20:09:01 2 11.76 0.00 7.56 8.04 27.13 45.51 [2021-05-05T20:34:36.789Z] 20:09:01 3 22.33 0.00 8.76 6.35 26.97 35.58 [2021-05-05T20:34:36.789Z] 20:10:02 all 10.75 0.00 5.11 1.14 19.14 63.86 [2021-05-05T20:34:36.789Z] 20:10:02 0 13.68 0.00 5.81 1.21 20.97 58.34 [2021-05-05T20:34:36.789Z] 20:10:02 1 8.76 0.00 5.63 0.79 18.43 66.38 [2021-05-05T20:34:36.789Z] 20:10:02 2 14.91 0.00 4.67 1.13 17.84 61.45 [2021-05-05T20:34:36.789Z] 20:10:02 3 5.81 0.00 4.32 1.43 19.29 69.15 [2021-05-05T20:34:36.789Z] 20:11:01 all 4.29 0.00 4.25 1.36 28.48 61.63 [2021-05-05T20:34:36.789Z] 20:11:01 0 4.62 0.00 4.87 1.18 30.44 58.89 [2021-05-05T20:34:36.789Z] 20:11:01 1 3.88 0.00 4.39 1.79 28.49 61.45 [2021-05-05T20:34:36.789Z] 20:11:01 2 4.41 0.00 4.00 1.34 27.26 62.98 [2021-05-05T20:34:36.789Z] 20:11:01 3 4.23 0.00 3.73 1.12 27.69 63.22 [2021-05-05T20:34:36.789Z] 20:12:01 all 6.02 0.00 6.41 4.52 26.75 56.30 [2021-05-05T20:34:36.789Z] 20:12:01 0 5.61 0.00 6.10 3.79 27.24 57.26 [2021-05-05T20:34:36.789Z] 20:12:01 1 6.19 0.00 6.86 4.66 26.54 55.75 [2021-05-05T20:34:36.789Z] 20:12:01 2 6.11 0.00 6.93 6.20 26.57 54.18 [2021-05-05T20:34:36.789Z] 20:12:01 3 6.15 0.00 5.75 3.46 26.65 57.98 [2021-05-05T20:34:36.789Z] 20:13:01 all 39.45 0.00 11.76 1.92 27.35 19.52 [2021-05-05T20:34:36.789Z] 20:13:01 0 36.06 0.00 10.57 1.18 29.20 22.99 [2021-05-05T20:34:36.789Z] 20:13:01 1 43.19 0.00 13.45 1.90 26.83 14.63 [2021-05-05T20:34:36.789Z] 20:13:01 2 39.10 0.00 10.85 3.68 26.52 19.84 [2021-05-05T20:34:36.789Z] 20:13:01 3 39.55 0.00 12.23 0.94 26.82 20.46 [2021-05-05T20:34:36.789Z] 20:14:01 all 33.79 0.00 11.81 1.74 20.82 31.84 [2021-05-05T20:34:36.789Z] 20:14:01 0 33.45 0.00 11.95 2.02 21.32 31.25 [2021-05-05T20:34:36.789Z] 20:14:01 1 37.57 0.00 12.91 1.31 19.31 28.89 [2021-05-05T20:34:36.789Z] 20:14:01 2 34.66 0.00 12.36 1.86 18.74 32.38 [2021-05-05T20:34:36.789Z] 20:14:01 3 29.68 0.00 10.09 1.77 23.76 34.69 [2021-05-05T20:34:36.789Z] 20:15:01 all 35.10 0.00 13.78 2.24 28.99 19.89 [2021-05-05T20:34:36.789Z] 20:15:01 0 40.44 0.00 14.92 2.45 27.19 15.00 [2021-05-05T20:34:36.789Z] 20:15:01 1 35.26 0.00 14.49 2.62 29.24 18.40 [2021-05-05T20:34:36.789Z] 20:15:01 2 30.04 0.00 12.40 2.15 30.62 24.79 [2021-05-05T20:34:36.789Z] 20:15:01 3 35.06 0.00 13.42 1.75 28.77 21.00 [2021-05-05T20:34:36.789Z] 20:16:01 all 29.49 0.00 13.98 1.87 25.59 29.06 [2021-05-05T20:34:36.789Z] 20:16:01 0 27.12 0.00 13.46 2.31 26.88 30.24 [2021-05-05T20:34:36.789Z] 20:16:01 1 28.44 0.00 13.12 2.21 26.32 29.91 [2021-05-05T20:34:36.789Z] 20:16:01 2 30.54 0.00 15.19 1.49 24.59 28.19 [2021-05-05T20:34:36.789Z] 20:16:01 3 32.01 0.00 14.19 1.46 24.51 27.82 [2021-05-05T20:34:36.789Z] 20:17:01 all 11.10 0.00 9.73 0.40 29.44 49.33 [2021-05-05T20:34:36.789Z] 20:17:01 0 11.12 0.00 10.06 0.57 29.34 48.92 [2021-05-05T20:34:36.789Z] 20:17:01 1 11.87 0.00 10.30 0.46 29.82 47.56 [2021-05-05T20:34:36.789Z] 20:17:01 2 9.67 0.00 8.51 0.41 29.21 52.19 [2021-05-05T20:34:36.789Z] 20:17:01 3 11.76 0.00 10.06 0.18 29.39 48.62 [2021-05-05T20:34:36.789Z] 20:18:03 all 5.65 0.00 8.06 7.39 35.21 43.70 [2021-05-05T20:34:36.789Z] 20:18:03 0 4.75 0.00 7.42 7.21 35.88 44.75 [2021-05-05T20:34:36.789Z] 20:18:03 1 6.37 0.00 8.15 7.56 35.37 42.54 [2021-05-05T20:34:36.789Z] 20:18:03 2 6.43 0.00 8.38 7.29 34.31 43.60 [2021-05-05T20:34:36.789Z] 20:18:03 3 5.07 0.00 8.28 7.49 35.25 43.90 [2021-05-05T20:34:36.789Z] 20:19:02 all 10.37 0.00 9.20 12.82 40.36 27.24 [2021-05-05T20:34:36.789Z] 20:19:02 0 9.53 0.00 7.85 11.42 40.21 30.99 [2021-05-05T20:34:36.789Z] 20:19:02 1 9.89 0.00 9.24 15.25 40.04 25.58 [2021-05-05T20:34:36.789Z] 20:19:02 2 10.09 0.00 9.88 13.73 39.70 26.61 [2021-05-05T20:34:36.789Z] 20:19:02 3 12.04 0.00 9.90 10.87 41.51 25.67 [2021-05-05T20:34:36.789Z] [2021-05-05T20:34:36.789Z] 20:19:02 CPU %user %nice %system %iowait %steal %idle [2021-05-05T20:34:36.789Z] 20:20:03 all 8.67 0.00 10.39 21.11 36.58 23.24 [2021-05-05T20:34:36.789Z] 20:20:03 0 8.49 0.00 10.20 20.46 35.80 25.05 [2021-05-05T20:34:36.789Z] 20:20:03 1 7.95 0.00 10.51 19.93 36.66 24.95 [2021-05-05T20:34:36.789Z] 20:20:03 2 9.08 0.00 10.30 22.13 36.36 22.13 [2021-05-05T20:34:36.789Z] 20:20:03 3 9.15 0.00 10.58 21.91 37.53 20.83 [2021-05-05T20:34:36.789Z] 20:21:02 all 41.97 0.00 10.24 11.08 23.06 13.65 [2021-05-05T20:34:36.789Z] 20:21:02 0 43.19 0.00 9.65 10.21 22.89 14.06 [2021-05-05T20:34:36.789Z] 20:21:02 1 42.66 0.00 11.87 11.19 21.14 13.15 [2021-05-05T20:34:36.789Z] 20:21:02 2 40.09 0.00 9.99 12.89 23.89 13.15 [2021-05-05T20:34:36.789Z] 20:21:02 3 41.89 0.00 9.44 10.08 24.37 14.22 [2021-05-05T20:34:36.789Z] 20:22:01 all 40.01 0.00 12.80 7.97 26.72 12.49 [2021-05-05T20:34:36.789Z] 20:22:01 0 42.65 0.00 11.95 7.91 25.60 11.88 [2021-05-05T20:34:36.789Z] 20:22:01 1 39.47 0.00 13.78 8.57 26.61 11.57 [2021-05-05T20:34:36.789Z] 20:22:01 2 38.55 0.00 12.52 8.56 26.46 13.92 [2021-05-05T20:34:36.789Z] 20:22:01 3 39.37 0.00 12.95 6.81 28.28 12.59 [2021-05-05T20:34:36.789Z] 20:23:06 all 9.68 0.00 9.92 10.25 38.10 32.05 [2021-05-05T20:34:36.789Z] 20:23:06 0 9.99 0.00 10.75 10.79 39.33 29.14 [2021-05-05T20:34:36.789Z] 20:23:06 1 8.78 0.00 9.47 10.05 37.85 33.85 [2021-05-05T20:34:36.789Z] 20:23:06 2 9.40 0.00 8.81 10.18 37.09 34.52 [2021-05-05T20:34:36.789Z] 20:23:06 3 10.59 0.00 10.67 9.99 38.16 30.59 [2021-05-05T20:34:36.789Z] 20:24:03 all 29.71 0.00 12.54 13.69 32.80 11.26 [2021-05-05T20:34:36.789Z] 20:24:03 0 28.19 0.00 11.12 12.84 34.80 13.05 [2021-05-05T20:34:36.790Z] 20:24:03 1 28.61 0.00 13.22 15.14 32.52 10.50 [2021-05-05T20:34:36.790Z] 20:24:03 2 29.41 0.00 12.96 14.72 32.05 10.86 [2021-05-05T20:34:36.790Z] 20:24:03 3 32.67 0.00 12.89 12.03 31.79 10.61 [2021-05-05T20:34:36.790Z] 20:25:02 all 21.97 0.00 8.48 14.45 40.91 14.19 [2021-05-05T20:34:36.790Z] 20:25:02 0 22.56 0.00 10.07 14.02 38.85 14.50 [2021-05-05T20:34:36.790Z] 20:25:02 1 22.64 0.00 8.03 15.71 40.17 13.45 [2021-05-05T20:34:36.790Z] 20:25:02 2 21.46 0.00 7.95 15.72 41.51 13.37 [2021-05-05T20:34:36.790Z] 20:25:02 3 21.21 0.00 7.86 12.31 43.16 15.47 [2021-05-05T20:34:36.790Z] 20:26:02 all 15.65 0.00 7.99 3.95 24.41 48.00 [2021-05-05T20:34:36.790Z] 20:26:02 0 16.35 0.00 8.28 4.39 24.35 46.63 [2021-05-05T20:34:36.790Z] 20:26:02 1 11.16 0.00 7.01 4.52 25.51 51.80 [2021-05-05T20:34:36.790Z] 20:26:02 2 21.18 0.00 8.99 4.67 24.72 40.44 [2021-05-05T20:34:36.790Z] 20:26:02 3 14.08 0.00 7.71 2.19 23.06 52.96 [2021-05-05T20:34:36.790Z] 20:27:01 all 1.28 0.00 2.49 2.32 6.67 87.24 [2021-05-05T20:34:36.790Z] 20:27:01 0 1.48 0.00 2.35 1.12 6.38 88.67 [2021-05-05T20:34:36.790Z] 20:27:01 1 1.26 0.00 2.89 2.61 6.79 86.45 [2021-05-05T20:34:36.790Z] 20:27:01 2 1.32 0.00 2.48 3.65 6.68 85.87 [2021-05-05T20:34:36.790Z] 20:27:01 3 1.08 0.00 2.23 1.88 6.83 87.98 [2021-05-05T20:34:36.790Z] 20:28:01 all 0.06 0.00 0.08 0.00 0.83 99.03 [2021-05-05T20:34:36.790Z] 20:28:01 0 0.03 0.00 0.13 0.00 0.98 98.86 [2021-05-05T20:34:36.790Z] 20:28:01 1 0.02 0.00 0.07 0.00 0.35 99.57 [2021-05-05T20:34:36.790Z] 20:28:01 2 0.02 0.00 0.07 0.00 0.75 99.17 [2021-05-05T20:34:36.790Z] 20:28:01 3 0.17 0.00 0.05 0.00 1.26 98.53 [2021-05-05T20:34:36.790Z] 20:29:01 all 0.07 0.00 0.47 0.01 2.37 97.09 [2021-05-05T20:34:36.790Z] 20:29:01 0 0.00 0.00 0.52 0.02 2.22 97.24 [2021-05-05T20:34:36.790Z] 20:29:01 1 0.15 0.00 0.41 0.00 2.58 96.87 [2021-05-05T20:34:36.790Z] 20:29:01 2 0.03 0.00 0.80 0.00 2.75 96.41 [2021-05-05T20:34:36.790Z] 20:29:01 3 0.08 0.00 0.15 0.02 1.90 97.85 [2021-05-05T20:34:36.790Z] 20:30:01 all 0.05 0.00 0.02 0.00 0.50 99.42 [2021-05-05T20:34:36.790Z] 20:30:01 0 0.02 0.00 0.00 0.00 0.20 99.78 [2021-05-05T20:34:36.790Z] 20:30:01 1 0.17 0.00 0.03 0.00 0.37 99.43 [2021-05-05T20:34:36.790Z] 20:30:01 2 0.02 0.00 0.05 0.00 1.35 98.58 [2021-05-05T20:34:36.790Z] 20:30:01 3 0.02 0.00 0.00 0.00 0.08 99.90 [2021-05-05T20:34:36.790Z] [2021-05-05T20:34:36.790Z] 20:30:01 CPU %user %nice %system %iowait %steal %idle [2021-05-05T20:34:36.790Z] 20:31:01 all 0.08 0.00 0.05 0.00 0.93 98.95 [2021-05-05T20:34:36.790Z] 20:31:01 0 0.02 0.00 0.03 0.00 0.58 99.37 [2021-05-05T20:34:36.790Z] 20:31:01 1 0.23 0.00 0.07 0.00 0.68 99.02 [2021-05-05T20:34:36.790Z] 20:31:01 2 0.05 0.00 0.07 0.00 1.72 98.16 [2021-05-05T20:34:36.790Z] 20:31:01 3 0.02 0.00 0.03 0.00 0.71 99.24 [2021-05-05T20:34:36.790Z] 20:32:01 all 0.05 0.00 0.02 0.00 0.96 98.97 [2021-05-05T20:34:36.790Z] 20:32:01 0 0.00 0.00 0.00 0.00 0.28 99.72 [2021-05-05T20:34:36.790Z] 20:32:01 1 0.22 0.00 0.02 0.00 0.83 98.94 [2021-05-05T20:34:36.790Z] 20:32:01 2 0.00 0.00 0.02 0.00 1.33 98.65 [2021-05-05T20:34:36.790Z] 20:32:01 3 0.00 0.00 0.03 0.00 1.38 98.59 [2021-05-05T20:34:36.790Z] 20:33:01 all 0.08 0.00 0.02 0.00 0.95 98.95 [2021-05-05T20:34:36.790Z] 20:33:01 0 0.02 0.00 0.02 0.00 1.15 98.81 [2021-05-05T20:34:36.790Z] 20:33:01 1 0.23 0.00 0.02 0.00 0.84 98.91 [2021-05-05T20:34:36.790Z] 20:33:01 2 0.03 0.00 0.03 0.00 0.70 99.24 [2021-05-05T20:34:36.790Z] 20:33:01 3 0.03 0.00 0.02 0.02 1.11 98.83 [2021-05-05T20:34:36.790Z] 20:34:02 all 3.87 0.00 3.35 2.62 20.94 69.21 [2021-05-05T20:34:36.790Z] 20:34:02 0 3.25 0.00 3.04 0.93 21.46 71.32 [2021-05-05T20:34:36.790Z] 20:34:02 1 3.53 0.00 3.80 1.69 21.19 69.78 [2021-05-05T20:34:36.790Z] 20:34:02 2 3.60 0.00 3.31 1.43 19.83 71.83 [2021-05-05T20:34:36.790Z] 20:34:02 3 5.13 0.00 3.25 6.49 21.28 63.85 [2021-05-05T20:34:36.790Z] Average: all 13.72 0.00 6.89 5.01 21.94 52.44 [2021-05-05T20:34:36.790Z] Average: 0 13.75 0.00 6.94 4.69 22.22 52.39 [2021-05-05T20:34:36.790Z] Average: 1 13.62 0.00 7.07 5.28 21.84 52.20 [2021-05-05T20:34:36.790Z] Average: 2 13.65 0.00 6.79 5.42 21.66 52.48 [2021-05-05T20:34:36.790Z] Average: 3 13.85 0.00 6.75 4.64 22.05 52.70 [2021-05-05T20:34:36.790Z] [2021-05-05T20:34:36.790Z] [2021-05-05T20:34:36.790Z]