Pull request #3441 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from a57cf9c4f4c06e0487161f3a27f3cfccc160748c+feccc1132204ea0a3421d61f23242004f0b740e5 (725e43149c83ea1a759e2ccf49d8d4f103c85580) 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-3842 in /w/workspace/edgexfoundry_edgex-go_PR-3441 [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 Merging remotes/origin/master commit feccc1132204ea0a3421d61f23242004f0b740e5 into PR head commit a57cf9c4f4c06e0487161f3a27f3cfccc160748c > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3441/head:refs/remotes/origin/PR-3441 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f a57cf9c4f4c06e0487161f3a27f3cfccc160748c # 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 feccc1132204ea0a3421d61f23242004f0b740e5 # timeout=10 Merge succeeded, producing a57cf9c4f4c06e0487161f3a27f3cfccc160748c Checking out Revision a57cf9c4f4c06e0487161f3a27f3cfccc160748c (PR-3441) > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f a57cf9c4f4c06e0487161f3a27f3cfccc160748c # timeout=10 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-secrets/v2" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-05-09T11:32:41.625Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-05-09T11:32:41.741Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-05-09T11:32:41.769Z] ========================================================= [2021-05-09T11:32:41.769Z] EdgeX Global Pipelines Version Info [2021-05-09T11:32:41.769Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk ca1be98c231bcff69300160327ab9fe59774897c # timeout=10 [2021-05-09T11:32:44.915Z] ------------------- [2021-05-09T11:32:44.916Z] stable info: [2021-05-09T11:32:44.916Z] ------------------- [2021-05-09T11:32:44.916Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-05-09T11:32:44.916Z] Commit SHA: aa25fb65c2461e649b1a162fbf19ec71f4863fbd [2021-05-09T11:32:44.916Z] Message: update stable to v1.0.191 [2021-05-09T11:32:45.963Z] ------------------- [2021-05-09T11:32:45.963Z] experimental info: [2021-05-09T11:32:45.963Z] ------------------- [2021-05-09T11:32:45.963Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-05-09T11:32:45.963Z] Commit SHA: aa25fb65c2461e649b1a162fbf19ec71f4863fbd [2021-05-09T11:32:45.963Z] Message: update experimental to v1.0.191 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-05-09T11:32:46.118Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-05-09T11:32:46.140Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-05-09T11:32:46.161Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-05-09T11:32:46.185Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-05-09T11:32:46.226Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-05-09T11:32:46.248Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.16 [Pipeline] echo [2021-05-09T11:32:46.270Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] echo [2021-05-09T11:32:46.291Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-05-09T11:32:46.312Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-05-09T11:32:46.353Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-05-09T11:32:46.374Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-05-09T11:32:46.395Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-05-09T11:32:46.416Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-05-09T11:32:46.438Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-05-09T11:32:46.473Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-05-09T11:32:46.494Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-05-09T11:32:46.514Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-05-09T11:32:46.535Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-05-09T11:32:46.557Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-05-09T11:32:46.593Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-05-09T11:32:46.614Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-05-09T11:32:46.636Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-05-09T11:32:46.658Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3441 [Pipeline] echo [2021-05-09T11:32:46.679Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3441 [Pipeline] echo [2021-05-09T11:32:46.716Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3441 [Pipeline] echo [2021-05-09T11:32:46.737Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = a57cf9c4f4c06e0487161f3a27f3cfccc160748c [Pipeline] echo [2021-05-09T11:32:46.760Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = a57cf9c [Pipeline] echo [2021-05-09T11:32:46.784Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-05-09T11:32:46.866Z] provisioning config files... [2021-05-09T11:32:46.931Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/2@tmp/config1814423342478876210tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-05-09T11:32:47.351Z] ---> docker-login.sh [2021-05-09T11:32:47.351Z] nexus3.edgexfoundry.org:10001 [2021-05-09T11:32:48.030Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-09T11:32:48.639Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-09T11:32:48.639Z] Configure a credential helper to remove this warning. See [2021-05-09T11:32:48.639Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-09T11:32:48.639Z] [2021-05-09T11:32:48.639Z] Login Succeeded [2021-05-09T11:32:48.639Z] nexus3.edgexfoundry.org:10002 [2021-05-09T11:32:48.922Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-09T11:32:49.231Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-09T11:32:49.231Z] Configure a credential helper to remove this warning. See [2021-05-09T11:32:49.231Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-09T11:32:49.231Z] [2021-05-09T11:32:49.231Z] Login Succeeded [2021-05-09T11:32:49.231Z] nexus3.edgexfoundry.org:10003 [2021-05-09T11:32:49.231Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-09T11:32:49.539Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-09T11:32:49.539Z] Configure a credential helper to remove this warning. See [2021-05-09T11:32:49.539Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-09T11:32:49.539Z] [2021-05-09T11:32:49.539Z] Login Succeeded [2021-05-09T11:32:49.539Z] nexus3.edgexfoundry.org:10004 [2021-05-09T11:32:49.861Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-09T11:32:50.167Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-09T11:32:50.167Z] Configure a credential helper to remove this warning. See [2021-05-09T11:32:50.167Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-09T11:32:50.167Z] [2021-05-09T11:32:50.167Z] Login Succeeded [2021-05-09T11:32:50.167Z] docker.io [2021-05-09T11:32:50.892Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-09T11:32:51.175Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-09T11:32:51.175Z] Configure a credential helper to remove this warning. See [2021-05-09T11:32:51.175Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-09T11:32:51.175Z] [2021-05-09T11:32:51.175Z] Login Succeeded [2021-05-09T11:32:51.175Z] ---> docker-login.sh ends [Pipeline] } [2021-05-09T11:32:51.223Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-05-09T11:32:51.702Z] ++ 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-09T11:32:51.702Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-09T11:32:51.702Z] ++ dirname cmd/core-command/Dockerfile [2021-05-09T11:32:51.702Z] ++ cut -d/ -f2 [2021-05-09T11:32:51.702Z] + echo core-command,cmd/core-command/Dockerfile [2021-05-09T11:32:51.702Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-09T11:32:51.702Z] ++ cut -d/ -f2 [2021-05-09T11:32:51.702Z] ++ dirname cmd/core-data/Dockerfile [2021-05-09T11:32:51.702Z] + echo core-data,cmd/core-data/Dockerfile [2021-05-09T11:32:51.702Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-09T11:32:51.702Z] ++ dirname cmd/core-metadata/Dockerfile [2021-05-09T11:32:51.702Z] ++ cut -d/ -f2 [2021-05-09T11:32:51.702Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-05-09T11:32:51.702Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-09T11:32:51.702Z] ++ cut -d/ -f2 [2021-05-09T11:32:51.702Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-05-09T11:32:51.702Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-05-09T11:32:51.702Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-09T11:32:51.702Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-05-09T11:32:51.702Z] ++ cut -d/ -f2 [2021-05-09T11:32:51.702Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-05-09T11:32:51.702Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-09T11:32:51.702Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-05-09T11:32:51.702Z] ++ cut -d/ -f2 [2021-05-09T11:32:51.702Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-05-09T11:32:51.702Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-09T11:32:51.702Z] ++ dirname cmd/support-notifications/Dockerfile [2021-05-09T11:32:51.702Z] ++ cut -d/ -f2 [2021-05-09T11:32:51.702Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-05-09T11:32:51.702Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-09T11:32:51.702Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-05-09T11:32:51.702Z] ++ cut -d/ -f2 [2021-05-09T11:32:51.702Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-05-09T11:32:51.702Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-09T11:32:51.702Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-05-09T11:32:51.702Z] ++ cut -d/ -f2 [2021-05-09T11:32:51.702Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-05-09T11:32:51.948Z] 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-09T11:32:52.693Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-09T11:32:52.693Z] [2021-05-09T11:32:52.693Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-05-09T11:32:53.076Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-09T11:32:53.356Z] latest: Pulling from edgex-devops/git-semver [2021-05-09T11:32:53.356Z] 31603596830f: Pulling fs layer [2021-05-09T11:32:53.356Z] 54011a49482f: Pulling fs layer [2021-05-09T11:32:53.356Z] a6820b24f6d8: Pulling fs layer [2021-05-09T11:32:53.356Z] f581987b2513: Pulling fs layer [2021-05-09T11:32:53.356Z] f581987b2513: Waiting [2021-05-09T11:32:53.356Z] 54011a49482f: Verifying Checksum [2021-05-09T11:32:53.356Z] 54011a49482f: Download complete [2021-05-09T11:32:53.683Z] 31603596830f: Verifying Checksum [2021-05-09T11:32:53.683Z] 31603596830f: Download complete [2021-05-09T11:32:54.330Z] f581987b2513: Verifying Checksum [2021-05-09T11:32:54.330Z] f581987b2513: Download complete [2021-05-09T11:32:54.330Z] a6820b24f6d8: Verifying Checksum [2021-05-09T11:32:54.330Z] a6820b24f6d8: Download complete [2021-05-09T11:32:54.330Z] 31603596830f: Pull complete [2021-05-09T11:32:54.330Z] 54011a49482f: Pull complete [2021-05-09T11:32:56.787Z] a6820b24f6d8: Pull complete [2021-05-09T11:32:57.106Z] f581987b2513: Pull complete [2021-05-09T11:32:57.106Z] Digest: sha256:772af3cb61214e5a22880db9bb273bb039d0aa3a8f4edfa0c1def8b4e20ea536 [2021-05-09T11:32:57.107Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-09T11:32:57.107Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-05-09T11:32:57.446Z] prd-centos7-docker-4c-2g-3842 does not seem to be running inside a container [2021-05-09T11:32:57.643Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-05-09T11:33:01.412Z] $ docker top 51cf8d837d32917bb49057526cd98bee162e1b420a285d7a104c764f21a6a3dc -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-05-09T11:33:02.235Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-05-09T11:33:02.235Z] [ssh-agent] Looking for ssh-agent implementation... [2021-05-09T11:33:02.891Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-05-09T11:33:02.897Z] $ docker exec 51cf8d837d32917bb49057526cd98bee162e1b420a285d7a104c764f21a6a3dc ssh-agent [2021-05-09T11:33:03.411Z] SSH_AUTH_SOCK=/tmp/ssh-Ak0vKkzru3Tb/agent.11 [2021-05-09T11:33:03.411Z] SSH_AGENT_PID=16 [2021-05-09T11:33:03.439Z] Running ssh-add (command line suppressed) [2021-05-09T11:33:03.900Z] Identity added: /w/workspace/edgex-go/2@tmp/private_key_4599170492254856353.key (/w/workspace/edgex-go/2@tmp/private_key_4599170492254856353.key) [2021-05-09T11:33:04.098Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-05-09T11:33:04.498Z] + git tag --points-at HEAD [Pipeline] } [2021-05-09T11:33:05.056Z] $ docker exec --env ******** --env ******** 51cf8d837d32917bb49057526cd98bee162e1b420a285d7a104c764f21a6a3dc ssh-agent -k [2021-05-09T11:33:05.472Z] unset SSH_AUTH_SOCK; [2021-05-09T11:33:05.472Z] unset SSH_AGENT_PID; [2021-05-09T11:33:05.472Z] echo Agent pid 16 killed; [2021-05-09T11:33:05.536Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-05-09T11:33:05.571Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-05-09T11:33:05.571Z] [ssh-agent] Looking for ssh-agent implementation... [2021-05-09T11:33:05.927Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-05-09T11:33:05.957Z] $ docker exec 51cf8d837d32917bb49057526cd98bee162e1b420a285d7a104c764f21a6a3dc ssh-agent [2021-05-09T11:33:06.742Z] SSH_AUTH_SOCK=/tmp/ssh-qJ0EvI7naWrT/agent.45 [2021-05-09T11:33:06.742Z] SSH_AGENT_PID=50 [2021-05-09T11:33:06.751Z] Running ssh-add (command line suppressed) [2021-05-09T11:33:06.884Z] Identity added: /w/workspace/edgex-go/2@tmp/private_key_7828509987715454794.key (/w/workspace/edgex-go/2@tmp/private_key_7828509987715454794.key) [2021-05-09T11:33:06.953Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-05-09T11:33:07.298Z] + git semver init [2021-05-09T11:33:07.298Z] # -> Open(): unable to determine branch for HEAD [2021-05-09T11:33:07.298Z] # $GIT_DIR = /w/workspace/edgex-go/2/.git [2021-05-09T11:33:07.298Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/2 [2021-05-09T11:33:07.298Z] # $SEMVER_REMOTE_NAME = origin [2021-05-09T11:33:07.298Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-05-09T11:33:07.298Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-05-09T11:33:07.298Z] # $SEMVER_BRANCH = PR-3441 [2021-05-09T11:33:07.298Z] # $SEMVER_TEMP = /tmp/semver-964346239 [2021-05-09T11:33:07.298Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-05-09T11:33:47.119Z] # '/tmp/semver-964346239' -> '/w/workspace/edgex-go/2/.semver' [2021-05-09T11:33:48.554Z] # -> Force: false [2021-05-09T11:33:48.555Z] # $SEMVER_DIR = /w/workspace/edgex-go/2/.semver [Pipeline] } [2021-05-09T11:33:48.587Z] $ docker exec --env ******** --env ******** 51cf8d837d32917bb49057526cd98bee162e1b420a285d7a104c764f21a6a3dc ssh-agent -k [2021-05-09T11:33:49.349Z] unset SSH_AUTH_SOCK; [2021-05-09T11:33:49.350Z] unset SSH_AGENT_PID; [2021-05-09T11:33:49.350Z] echo Agent pid 50 killed; [2021-05-09T11:33:49.444Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-05-09T11:33:49.813Z] + git semver [Pipeline] } [2021-05-09T11:33:49.849Z] $ docker stop --time=1 51cf8d837d32917bb49057526cd98bee162e1b420a285d7a104c764f21a6a3dc [2021-05-09T11:33:51.772Z] $ docker rm -f 51cf8d837d32917bb49057526cd98bee162e1b420a285d7a104c764f21a6a3dc [Pipeline] // withDockerContainer [Pipeline] sh [2021-05-09T11:33:52.469Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-05-09T11:33:53.273Z] Stashed 1 file(s) [Pipeline] echo [2021-05-09T11:33:53.276Z] [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-09T11:33:53.674Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-3844 in /w/workspace/edgexfoundry_edgex-go_PR-3441 [Pipeline] { [Pipeline] ws [2021-05-09T11:33:53.691Z] Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] checkout [2021-05-09T11:33:53.857Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-05-09T11:33:54.200Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-05-09T11:33:54.518Z] + sudo service docker restart [2021-05-09T11:33:54.518Z] + true [2021-05-09T11:33:54.518Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-05-09T11:33:55.508Z] ========================================================= [2021-05-09T11:33:55.508Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine] [2021-05-09T11:33:55.508Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-05-09T11:33:55.988Z] + 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-09T11:33:58.778Z] using credential edgex-jenkins-ssh [2021-05-09T11:33:58.811Z] Cloning the remote Git repository [2021-05-09T11:33:58.936Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-05-09T11:33:59.042Z] > git init /w/workspace/edgex-go/2 # timeout=10 [2021-05-09T11:33:59.126Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-05-09T11:33:59.127Z] > git --version # timeout=10 [2021-05-09T11:33:59.165Z] > git --version # 'git version 2.17.1' [2021-05-09T11:33:59.167Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-09T11:33:59.223Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-09T11:34:01.687Z] Sending build context to Docker daemon 330MB [2021-05-09T11:34:01.687Z] Step 1/6 : ARG BASE=golang:1.16-alpine3.12 [2021-05-09T11:34:01.687Z] Step 2/6 : FROM ${BASE} [2021-05-09T11:34:01.687Z] 1.16-alpine: Pulling from edgex-devops/edgex-golang-base [2021-05-09T11:34:01.687Z] 540db60ca938: Pulling fs layer [2021-05-09T11:34:01.687Z] adcc1eea9eea: Pulling fs layer [2021-05-09T11:34:01.687Z] 4c4ab2625f07: Pulling fs layer [2021-05-09T11:34:01.688Z] 0510c868ecb4: Pulling fs layer [2021-05-09T11:34:01.688Z] afea3b2eda06: Pulling fs layer [2021-05-09T11:34:01.688Z] 7809a108b3ef: Pulling fs layer [2021-05-09T11:34:01.688Z] f706445af74f: Pulling fs layer [2021-05-09T11:34:01.688Z] afea3b2eda06: Waiting [2021-05-09T11:34:01.688Z] 7809a108b3ef: Waiting [2021-05-09T11:34:01.688Z] f706445af74f: Waiting [2021-05-09T11:34:01.688Z] 0510c868ecb4: Waiting [2021-05-09T11:34:01.688Z] 4c4ab2625f07: Verifying Checksum [2021-05-09T11:34:01.688Z] 4c4ab2625f07: Download complete [2021-05-09T11:34:01.688Z] adcc1eea9eea: Download complete [2021-05-09T11:34:01.688Z] afea3b2eda06: Download complete [2021-05-09T11:34:01.688Z] 7809a108b3ef: Verifying Checksum [2021-05-09T11:34:01.688Z] 7809a108b3ef: Download complete [2021-05-09T11:34:01.688Z] 540db60ca938: Verifying Checksum [2021-05-09T11:34:01.688Z] 540db60ca938: Download complete [2021-05-09T11:34:02.310Z] 540db60ca938: Pull complete [2021-05-09T11:34:02.587Z] adcc1eea9eea: Pull complete [2021-05-09T11:34:02.861Z] 4c4ab2625f07: Pull complete [2021-05-09T11:34:04.828Z] f706445af74f: Verifying Checksum [2021-05-09T11:34:04.828Z] f706445af74f: Download complete [2021-05-09T11:34:05.094Z] 0510c868ecb4: Verifying Checksum [2021-05-09T11:34:05.094Z] 0510c868ecb4: Download complete [2021-05-09T11:34:11.810Z] 0510c868ecb4: Pull complete [2021-05-09T11:34:11.810Z] afea3b2eda06: Pull complete [2021-05-09T11:34:11.810Z] 7809a108b3ef: Pull complete [2021-05-09T11:34:17.337Z] f706445af74f: Pull complete [2021-05-09T11:34:17.337Z] Digest: sha256:3789524f83b4b99ff44900c39f6da7fc44f99660cd9adf292610dec398b137f4 [2021-05-09T11:34:17.337Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [2021-05-09T11:34:17.337Z] ---> b068be0155e3 [2021-05-09T11:34:17.337Z] 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-09T11:34:17.337Z] ---> Running in 1f9cc1437f81 [2021-05-09T11:34:17.939Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-09T11:34:19.372Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-09T11:34:20.351Z] (1/12) Installing libmagic (5.39-r0) [2021-05-09T11:34:20.615Z] (2/12) Installing file (5.39-r0) [2021-05-09T11:34:20.885Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-05-09T11:34:21.154Z] (4/12) Installing g++ (10.2.1_pre1-r3) [2021-05-09T11:34:25.821Z] Merging remotes/origin/master commit feccc1132204ea0a3421d61f23242004f0b740e5 into PR head commit a57cf9c4f4c06e0487161f3a27f3cfccc160748c [2021-05-09T11:34:26.254Z] Merge succeeded, producing a57cf9c4f4c06e0487161f3a27f3cfccc160748c [2021-05-09T11:34:26.254Z] Checking out Revision a57cf9c4f4c06e0487161f3a27f3cfccc160748c (PR-3441) [2021-05-09T11:34:25.041Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-05-09T11:34:25.061Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-09T11:34:25.088Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-05-09T11:34:25.130Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-05-09T11:34:25.131Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-09T11:34:25.143Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3441/head:refs/remotes/origin/PR-3441 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-05-09T11:34:25.848Z] > git config core.sparsecheckout # timeout=10 [2021-05-09T11:34:25.863Z] > git checkout -f a57cf9c4f4c06e0487161f3a27f3cfccc160748c # timeout=10 [2021-05-09T11:34:26.172Z] > git remote # timeout=10 [2021-05-09T11:34:26.190Z] > git config --get remote.origin.url # timeout=10 [2021-05-09T11:34:26.208Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-09T11:34:26.218Z] > git merge feccc1132204ea0a3421d61f23242004f0b740e5 # timeout=10 [2021-05-09T11:34:26.239Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-05-09T11:34:26.269Z] > git config core.sparsecheckout # timeout=10 [2021-05-09T11:34:26.278Z] > git checkout -f a57cf9c4f4c06e0487161f3a27f3cfccc160748c # timeout=10 [2021-05-09T11:34:30.555Z] Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-secrets/v2" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-05-09T11:34:31.460Z] (5/12) Installing fortify-headers (1.1-r0) [2021-05-09T11:34:31.460Z] (6/12) Installing patch (2.7.6-r6) [2021-05-09T11:34:31.460Z] (7/12) Installing build-base (0.5-r2) [2021-05-09T11:34:31.460Z] (8/12) Installing libsodium (1.0.18-r0) [2021-05-09T11:34:31.460Z] (9/12) Installing pkgconf (1.7.3-r0) [2021-05-09T11:34:31.460Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-05-09T11:34:31.460Z] (11/12) Installing libzmq (4.3.3-r1) [2021-05-09T11:34:31.460Z] (12/12) Installing zeromq-dev (4.3.3-r1) [2021-05-09T11:34:31.735Z] Executing busybox-1.32.1-r6.trigger [2021-05-09T11:34:31.735Z] OK: 219 MiB in 52 packages [2021-05-09T11:34:31.843Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-05-09T11:34:32.237Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-05-09T11:34:32.575Z] + sudo service docker restart [2021-05-09T11:34:32.575Z] + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-05-09T11:34:34.600Z] provisioning config files... [2021-05-09T11:34:34.646Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/2@tmp/config3972187357288482862tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-05-09T11:34:35.024Z] ---> docker-login.sh [2021-05-09T11:34:35.024Z] nexus3.edgexfoundry.org:10001 [2021-05-09T11:34:35.106Z] Removing intermediate container 1f9cc1437f81 [2021-05-09T11:34:35.106Z] ---> d4f77fee338d [2021-05-09T11:34:35.106Z] Step 4/6 : WORKDIR /edgex-go [2021-05-09T11:34:35.106Z] ---> Running in 0417066823a5 [2021-05-09T11:34:35.379Z] Removing intermediate container 0417066823a5 [2021-05-09T11:34:35.379Z] ---> 9ab5a9375734 [2021-05-09T11:34:35.379Z] Step 5/6 : COPY go.mod . [2021-05-09T11:34:35.624Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-09T11:34:35.671Z] ---> 66b978ffa595 [2021-05-09T11:34:35.672Z] Step 6/6 : RUN go mod download [2021-05-09T11:34:35.966Z] ---> Running in 1f0dcdd18d48 [2021-05-09T11:34:36.240Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-09T11:34:36.240Z] Configure a credential helper to remove this warning. See [2021-05-09T11:34:36.240Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-09T11:34:36.240Z] [2021-05-09T11:34:36.240Z] Login Succeeded [2021-05-09T11:34:36.240Z] nexus3.edgexfoundry.org:10002 [2021-05-09T11:34:36.512Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-09T11:34:36.512Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-09T11:34:36.512Z] Configure a credential helper to remove this warning. See [2021-05-09T11:34:36.512Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-09T11:34:36.512Z] [2021-05-09T11:34:36.512Z] Login Succeeded [2021-05-09T11:34:36.788Z] nexus3.edgexfoundry.org:10003 [2021-05-09T11:34:37.068Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-09T11:34:37.068Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-09T11:34:37.068Z] Configure a credential helper to remove this warning. See [2021-05-09T11:34:37.068Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-09T11:34:37.068Z] [2021-05-09T11:34:37.068Z] Login Succeeded [2021-05-09T11:34:37.068Z] nexus3.edgexfoundry.org:10004 [2021-05-09T11:34:37.668Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-09T11:34:37.668Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-09T11:34:37.668Z] Configure a credential helper to remove this warning. See [2021-05-09T11:34:37.668Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-09T11:34:37.668Z] [2021-05-09T11:34:37.668Z] Login Succeeded [2021-05-09T11:34:37.668Z] docker.io [2021-05-09T11:34:37.943Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-09T11:34:38.538Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-09T11:34:38.538Z] Configure a credential helper to remove this warning. See [2021-05-09T11:34:38.538Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-09T11:34:38.538Z] [2021-05-09T11:34:38.538Z] Login Succeeded [2021-05-09T11:34:38.538Z] ---> docker-login.sh ends [Pipeline] } [2021-05-09T11:34:38.556Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-05-09T11:34:38.870Z] ========================================================= [2021-05-09T11:34:38.870Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine] [2021-05-09T11:34:38.870Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-05-09T11:34:39.211Z] + 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-09T11:34:41.858Z] Sending build context to Docker daemon 167.6MB [2021-05-09T11:34:41.858Z] Step 1/6 : ARG BASE=golang:1.16-alpine3.12 [2021-05-09T11:34:41.858Z] Step 2/6 : FROM ${BASE} [2021-05-09T11:34:41.858Z] 1.16-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-05-09T11:34:41.858Z] 595b0fe564bb: Pulling fs layer [2021-05-09T11:34:41.858Z] 7186ed65a4f7: Pulling fs layer [2021-05-09T11:34:41.858Z] 316046926c0a: Pulling fs layer [2021-05-09T11:34:41.858Z] 4ebd0625c992: Pulling fs layer [2021-05-09T11:34:41.858Z] 207e8628e3a3: Pulling fs layer [2021-05-09T11:34:41.858Z] c791037a9be2: Pulling fs layer [2021-05-09T11:34:41.858Z] ffd874e62e21: Pulling fs layer [2021-05-09T11:34:41.858Z] 207e8628e3a3: Waiting [2021-05-09T11:34:41.858Z] c791037a9be2: Waiting [2021-05-09T11:34:41.858Z] ffd874e62e21: Waiting [2021-05-09T11:34:41.858Z] 4ebd0625c992: Waiting [2021-05-09T11:34:41.858Z] 316046926c0a: Verifying Checksum [2021-05-09T11:34:41.858Z] 316046926c0a: Download complete [2021-05-09T11:34:41.858Z] 7186ed65a4f7: Download complete [2021-05-09T11:34:41.858Z] 207e8628e3a3: Verifying Checksum [2021-05-09T11:34:41.858Z] 207e8628e3a3: Download complete [2021-05-09T11:34:41.858Z] c791037a9be2: Verifying Checksum [2021-05-09T11:34:41.858Z] c791037a9be2: Download complete [2021-05-09T11:34:41.858Z] 595b0fe564bb: Verifying Checksum [2021-05-09T11:34:41.858Z] 595b0fe564bb: Download complete [2021-05-09T11:34:42.493Z] 595b0fe564bb: Pull complete [2021-05-09T11:34:43.098Z] 7186ed65a4f7: Pull complete [2021-05-09T11:34:43.373Z] 316046926c0a: Pull complete [2021-05-09T11:34:44.895Z] ffd874e62e21: Verifying Checksum [2021-05-09T11:34:44.895Z] ffd874e62e21: Download complete [2021-05-09T11:34:45.493Z] 4ebd0625c992: Verifying Checksum [2021-05-09T11:34:45.493Z] 4ebd0625c992: Download complete [2021-05-09T11:34:57.905Z] 4ebd0625c992: Pull complete [2021-05-09T11:34:57.905Z] 207e8628e3a3: Pull complete [2021-05-09T11:34:57.905Z] c791037a9be2: Pull complete [2021-05-09T11:35:00.531Z] ffd874e62e21: Pull complete [2021-05-09T11:35:00.532Z] Digest: sha256:fad7b58e697bd06bcf362d803a3263ca5ec03b905aa8665231fe3262941fe3e0 [2021-05-09T11:35:00.532Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine [2021-05-09T11:35:00.532Z] ---> cfc18b08335c [2021-05-09T11:35:00.532Z] 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-09T11:35:03.952Z] ---> Running in cf6f2e1927bc [2021-05-09T11:35:04.933Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-09T11:35:06.361Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-09T11:35:08.327Z] (1/12) Installing libmagic (5.39-r0) [2021-05-09T11:35:08.808Z] Removing intermediate container 1f0dcdd18d48 [2021-05-09T11:35:08.808Z] ---> bae5501382d7 [2021-05-09T11:35:08.919Z] (2/12) Installing file (5.39-r0) [2021-05-09T11:35:08.919Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-05-09T11:35:09.088Z] Successfully built bae5501382d7 [2021-05-09T11:35:09.192Z] (4/12) Installing g++ (10.2.1_pre1-r3) [2021-05-09T11:35:09.400Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-05-09T11:35:10.094Z] + docker inspect -f . ci-base-image-x86_64 [2021-05-09T11:35:10.395Z] . [Pipeline] withDockerContainer [2021-05-09T11:35:10.629Z] prd-centos7-docker-4c-2g-3842 does not seem to be running inside a container [2021-05-09T11:35:10.773Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-05-09T11:35:12.270Z] $ docker top 4da469fac9c4cac17c822eda82fca32ad80de900826acaa512045dab2ed53db5 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-09T11:35:12.957Z] + go version [2021-05-09T11:35:12.957Z] go version go1.16.3 linux/amd64 [Pipeline] } [2021-05-09T11:35:13.023Z] $ docker stop --time=1 4da469fac9c4cac17c822eda82fca32ad80de900826acaa512045dab2ed53db5 [2021-05-09T11:35:14.485Z] $ docker rm -f 4da469fac9c4cac17c822eda82fca32ad80de900826acaa512045dab2ed53db5 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-09T11:35:15.164Z] + docker inspect -f . ci-base-image-x86_64 [2021-05-09T11:35:15.164Z] . [Pipeline] withDockerContainer [2021-05-09T11:35:15.392Z] prd-centos7-docker-4c-2g-3842 does not seem to be running inside a container [2021-05-09T11:35:15.652Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-05-09T11:35:17.249Z] $ docker top 376615d42c8faa73937be23e236db6c3480a9f91b70e7fe79dcad1e51e16996f -eo pid,comm [Pipeline] { [Pipeline] echo [2021-05-09T11:35:17.937Z] ========================================================= [2021-05-09T11:35:17.937Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-05-09T11:35:17.937Z] ========================================================= [Pipeline] sh [2021-05-09T11:35:18.278Z] + go mod tidy [2021-05-09T11:35:21.555Z] (5/12) Installing fortify-headers (1.1-r0) [2021-05-09T11:35:21.555Z] (6/12) Installing patch (2.7.6-r6) [2021-05-09T11:35:21.555Z] (7/12) Installing build-base (0.5-r2) [2021-05-09T11:35:21.555Z] (8/12) Installing libsodium (1.0.18-r0) [2021-05-09T11:35:21.555Z] (9/12) Installing pkgconf (1.7.3-r0) [2021-05-09T11:35:21.555Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-05-09T11:35:21.555Z] (11/12) Installing libzmq (4.3.3-r1) [2021-05-09T11:35:21.826Z] (12/12) Installing zeromq-dev (4.3.3-r1) [2021-05-09T11:35:21.826Z] Executing busybox-1.32.1-r6.trigger [2021-05-09T11:35:21.826Z] OK: 218 MiB in 52 packages [Pipeline] sh [2021-05-09T11:35:23.626Z] + make test [2021-05-09T11:35:23.626Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-05-09T11:35:26.134Z] Removing intermediate container cf6f2e1927bc [2021-05-09T11:35:26.134Z] ---> c0364ba9d780 [2021-05-09T11:35:26.134Z] Step 4/6 : WORKDIR /edgex-go [2021-05-09T11:35:26.409Z] ---> Running in ea22c688588c [2021-05-09T11:35:26.682Z] Removing intermediate container ea22c688588c [2021-05-09T11:35:26.682Z] ---> 700dee7d7c26 [2021-05-09T11:35:26.682Z] Step 5/6 : COPY go.mod . [2021-05-09T11:35:27.276Z] ---> af1a6afa4ff2 [2021-05-09T11:35:27.276Z] Step 6/6 : RUN go mod download [2021-05-09T11:35:27.551Z] ---> Running in e4c1d79083fe [2021-05-09T11:35:42.439Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-05-09T11:35:54.350Z] Removing intermediate container e4c1d79083fe [2021-05-09T11:35:54.350Z] ---> 3d2419dd16fd [2021-05-09T11:35:54.350Z] Successfully built 3d2419dd16fd [2021-05-09T11:35:54.350Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-05-09T11:35:54.684Z] + docker inspect -f . ci-base-image-arm64 [2021-05-09T11:35:54.684Z] . [Pipeline] withDockerContainer [2021-05-09T11:35:54.914Z] prd-ubuntu18.04-docker-arm64-4c-16g-3844 does not seem to be running inside a container [2021-05-09T11:35:55.008Z] $ 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-09T11:35:56.412Z] $ docker top 36c1d5dc6fd2bb2923491f2f538a627d08629030ad3eb57cdb65b87201eca67b -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-09T11:35:57.299Z] + go version [2021-05-09T11:35:57.299Z] go version go1.16.3 linux/arm64 [Pipeline] } [2021-05-09T11:35:57.332Z] $ docker stop --time=1 36c1d5dc6fd2bb2923491f2f538a627d08629030ad3eb57cdb65b87201eca67b [2021-05-09T11:35:59.258Z] $ docker rm -f 36c1d5dc6fd2bb2923491f2f538a627d08629030ad3eb57cdb65b87201eca67b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-09T11:35:59.939Z] + docker inspect -f . ci-base-image-arm64 [2021-05-09T11:35:59.940Z] . [Pipeline] withDockerContainer [2021-05-09T11:36:00.201Z] prd-ubuntu18.04-docker-arm64-4c-16g-3844 does not seem to be running inside a container [2021-05-09T11:36:00.287Z] $ 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-09T11:36:01.694Z] $ docker top fbdeac512aedce0679615e6d343885bd951c4cb16eac2bc14722f9dbbb902ad6 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-05-09T11:36:01.982Z] ========================================================= [2021-05-09T11:36:01.982Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-05-09T11:36:01.982Z] ========================================================= [Pipeline] sh [2021-05-09T11:36:02.637Z] + go mod tidy [Pipeline] sh [2021-05-09T11:36:04.348Z] + make test [2021-05-09T11:36:04.348Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-05-09T11:36:22.028Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-05-09T11:36:30.573Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-05-09T11:36:30.573Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-05-09T11:36:30.573Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-05-09T11:36:31.235Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-05-09T11:36:36.101Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-05-09T11:36:36.102Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-05-09T11:36:36.102Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-05-09T11:36:36.102Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-05-09T11:36:37.540Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-05-09T11:36:39.138Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-05-09T11:36:44.961Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-05-09T11:36:44.961Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-05-09T11:36:44.961Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-05-09T11:36:48.747Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.299s coverage: 45.9% of statements [2021-05-09T11:36:48.747Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-05-09T11:36:48.747Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-05-09T11:36:48.747Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-05-09T11:36:48.747Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-05-09T11:36:48.747Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-05-09T11:36:48.747Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-05-09T11:36:48.747Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.067s coverage: 19.8% of statements [2021-05-09T11:36:48.747Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.169s coverage: 100.0% of statements [2021-05-09T11:36:54.473Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.327s coverage: 27.1% of statements [2021-05-09T11:36:54.474Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-05-09T11:36:54.474Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-05-09T11:36:54.474Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-05-09T11:36:54.474Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-05-09T11:36:54.474Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-05-09T11:36:54.474Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-05-09T11:36:54.474Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.093s coverage: 100.0% of statements [2021-05-09T11:36:54.474Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-05-09T11:36:54.474Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.117s coverage: 100.0% of statements [2021-05-09T11:36:54.474Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-05-09T11:36:54.474Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-05-09T11:36:54.474Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.301s coverage: 71.3% of statements [2021-05-09T11:36:54.474Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-05-09T11:36:54.474Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-05-09T11:36:56.191Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.311s coverage: 87.7% of statements [2021-05-09T11:36:56.191Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-05-09T11:36:56.191Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-05-09T11:36:56.191Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.180s coverage: 78.9% of statements [2021-05-09T11:36:56.191Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-05-09T11:37:02.184Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.512s coverage: 28.6% of statements [2021-05-09T11:37:02.184Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-05-09T11:37:02.184Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-05-09T11:37:02.184Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-05-09T11:37:02.184Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-05-09T11:37:02.184Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-05-09T11:37:02.184Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.110s coverage: 100.0% of statements [2021-05-09T11:37:02.184Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-05-09T11:37:02.184Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.158s coverage: 100.0% of statements [2021-05-09T11:37:02.184Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-05-09T11:37:02.184Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.297s coverage: 86.7% of statements [2021-05-09T11:37:02.184Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-05-09T11:37:02.184Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.406s coverage: 97.5% of statements [2021-05-09T11:37:02.184Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-05-09T11:37:02.184Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.351s coverage: 78.3% of statements [2021-05-09T11:37:02.184Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-05-09T11:37:02.184Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-05-09T11:37:02.184Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-05-09T11:37:02.184Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-05-09T11:37:06.659Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.655s coverage: 95.1% of statements [2021-05-09T11:37:06.659Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-05-09T11:37:06.659Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-05-09T11:37:06.659Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-05-09T11:37:06.659Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-05-09T11:37:06.659Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-05-09T11:37:06.659Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-05-09T11:37:06.659Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-05-09T11:37:06.659Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-05-09T11:37:06.659Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-05-09T11:37:06.659Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-05-09T11:37:06.659Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-05-09T11:37:06.659Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-05-09T11:37:06.659Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-05-09T11:37:06.659Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-05-09T11:37:06.659Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-05-09T11:37:06.659Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-05-09T11:37:06.659Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-05-09T11:37:06.659Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-05-09T11:37:06.659Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.070s coverage: 58.8% of statements [2021-05-09T11:37:06.659Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-05-09T11:37:06.659Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-05-09T11:37:06.659Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.109s coverage: 0.9% of statements [2021-05-09T11:37:06.659Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-05-09T11:37:06.659Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils 0.192s coverage: 22.6% of statements [2021-05-09T11:37:06.659Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-05-09T11:37:06.659Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.086s coverage: 47.1% of statements [2021-05-09T11:37:06.659Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.095s coverage: 79.5% of statements [2021-05-09T11:37:06.659Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.085s coverage: 94.1% of statements [2021-05-09T11:37:06.659Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.126s coverage: 96.3% of statements [2021-05-09T11:37:06.952Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.122s coverage: 87.5% of statements [2021-05-09T11:37:20.154Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.116s coverage: 94.4% of statements [2021-05-09T11:37:20.154Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.064s coverage: 44.8% of statements [2021-05-09T11:37:22.820Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.531s coverage: 81.8% of statements [2021-05-09T11:37:22.820Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2021-05-09T11:37:27.809Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-05-09T11:37:31.238Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.154s coverage: 92.9% of statements [2021-05-09T11:37:31.238Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-05-09T11:37:31.238Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-05-09T11:37:31.238Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-05-09T11:37:31.238Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.046s coverage: 65.1% of statements [2021-05-09T11:37:31.238Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-05-09T11:37:31.238Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-05-09T11:37:31.238Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-05-09T11:37:31.238Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-05-09T11:37:31.238Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-05-09T11:37:31.238Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.162s coverage: 87.2% of statements [2021-05-09T11:37:31.238Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-05-09T11:37:31.238Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-05-09T11:37:31.238Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.134s coverage: 100.0% of statements [2021-05-09T11:37:31.238Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-05-09T11:37:31.238Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.137s coverage: 76.0% of statements [2021-05-09T11:37:31.238Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-05-09T11:37:31.238Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.068s coverage: 80.0% of statements [2021-05-09T11:37:31.238Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.105s coverage: 87.2% of statements [2021-05-09T11:37:31.238Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.117s coverage: 85.4% of statements [2021-05-09T11:37:31.238Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.148s coverage: 91.2% of statements [2021-05-09T11:37:31.238Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-05-09T11:37:31.238Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.348s coverage: 64.4% of statements [2021-05-09T11:37:31.238Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-05-09T11:37:31.238Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-05-09T11:37:31.238Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.069s coverage: 100.0% of statements [2021-05-09T11:37:31.238Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.096s coverage: 91.3% of statements [2021-05-09T11:37:31.238Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.058s coverage: 100.0% of statements [2021-05-09T11:37:31.238Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.058s coverage: 73.7% of statements [2021-05-09T11:37:31.238Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.040s coverage: 100.0% of statements [2021-05-09T11:37:31.238Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.957s coverage: 66.9% of statements [2021-05-09T11:37:31.238Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-05-09T11:37:31.238Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-05-09T11:37:31.238Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-05-09T11:37:31.238Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.434s coverage: 43.4% of statements [2021-05-09T11:37:31.238Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-05-09T11:37:31.238Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-05-09T11:37:31.238Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.060s coverage: 89.5% of statements [2021-05-09T11:37:31.238Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-05-09T11:37:31.516Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.091s coverage: 84.8% of statements [2021-05-09T11:37:33.231Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-05-09T11:37:34.293Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.254s coverage: 47.0% of statements [2021-05-09T11:37:34.293Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-05-09T11:37:34.293Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-05-09T11:37:34.293Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-05-09T11:37:34.293Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-05-09T11:37:34.293Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-05-09T11:37:34.293Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.069s coverage: 100.0% of statements [2021-05-09T11:37:34.293Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-05-09T11:37:34.293Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.070s coverage: 100.0% of statements [2021-05-09T11:37:34.293Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-05-09T11:37:34.293Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-05-09T11:37:34.293Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 0.091s coverage: 9.6% of statements [2021-05-09T11:37:34.293Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-05-09T11:37:36.334Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.267s coverage: 92.6% of statements [2021-05-09T11:37:36.334Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-05-09T11:37:36.334Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-05-09T11:37:36.334Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-05-09T11:37:39.101Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 1.196s coverage: 28.7% of statements [2021-05-09T11:37:39.101Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-05-09T11:37:39.101Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-05-09T11:37:39.101Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-05-09T11:37:39.101Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-05-09T11:37:39.101Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-05-09T11:37:39.101Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.097s coverage: 99.0% of statements [2021-05-09T11:37:39.101Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-05-09T11:37:39.101Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.090s coverage: 100.0% of statements [2021-05-09T11:37:39.101Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-05-09T11:37:39.101Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-05-09T11:37:39.101Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-05-09T11:37:39.101Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application/scheduler 0.090s coverage: 64.6% of statements [2021-05-09T11:37:39.101Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-05-09T11:37:39.101Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.180s coverage: 97.6% of statements [2021-05-09T11:37:39.101Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-05-09T11:37:39.101Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-05-09T11:37:39.101Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-05-09T11:37:39.101Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.034s coverage: 0.0% of statements [2021-05-09T11:37:39.101Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-05-09T11:37:39.101Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.062s coverage: 100.0% of statements [2021-05-09T11:37:39.101Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-05-09T11:37:39.101Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-05-09T11:37:39.101Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-05-09T11:37:39.101Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-05-09T11:37:39.394Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.054s coverage: 87.9% of statements [2021-05-09T11:37:39.394Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-05-09T11:37:39.394Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-05-09T11:37:39.675Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.053s coverage: 100.0% of statements [2021-05-09T11:37:39.945Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.069s coverage: 28.1% of statements [2021-05-09T11:37:39.945Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/v2 [no test files] [2021-05-09T11:37:40.213Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.044s coverage: 100.0% of statements [2021-05-09T11:37:40.799Z] GO111MODULE=on go vet ./... [2021-05-09T11:37:43.418Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-05-09T11:37:43.418Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-05-09T11:37:46.048Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-05-09T11:37:48.031Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-05-09T11:37:48.031Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-05-09T11:37:48.031Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-05-09T11:37:50.674Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-05-09T11:37:52.661Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-05-09T11:38:00.948Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-05-09T11:38:00.948Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-05-09T11:38:00.948Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-05-09T11:38:06.395Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.345s coverage: 45.9% of statements [2021-05-09T11:38:06.395Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-05-09T11:38:06.395Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-05-09T11:38:06.395Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-05-09T11:38:06.395Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-05-09T11:38:06.395Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-05-09T11:38:06.395Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-05-09T11:38:06.395Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.137s coverage: 19.8% of statements [2021-05-09T11:38:06.395Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.212s coverage: 100.0% of statements [2021-05-09T11:38:14.699Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.576s coverage: 27.1% of statements [2021-05-09T11:38:14.699Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-05-09T11:38:14.699Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-05-09T11:38:14.699Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-05-09T11:38:14.699Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-05-09T11:38:14.699Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-05-09T11:38:14.699Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-05-09T11:38:14.699Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.190s coverage: 100.0% of statements [2021-05-09T11:38:14.699Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-05-09T11:38:14.699Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.160s coverage: 100.0% of statements [2021-05-09T11:38:14.699Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-05-09T11:38:14.699Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-05-09T11:38:14.699Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.304s coverage: 71.3% of statements [2021-05-09T11:38:14.699Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-05-09T11:38:14.699Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-05-09T11:38:15.302Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.506s coverage: 87.7% of statements [2021-05-09T11:38:15.302Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-05-09T11:38:15.302Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-05-09T11:38:15.302Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.142s coverage: 78.9% of statements [2021-05-09T11:38:15.302Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-05-09T11:38:27.784Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.194s coverage: 28.6% of statements [2021-05-09T11:38:27.784Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-05-09T11:38:27.784Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-05-09T11:38:27.784Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-05-09T11:38:27.784Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-05-09T11:38:27.784Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-05-09T11:38:27.784Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.226s coverage: 100.0% of statements [2021-05-09T11:38:27.784Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-05-09T11:38:27.784Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.157s coverage: 100.0% of statements [2021-05-09T11:38:27.784Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-05-09T11:38:27.784Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.470s coverage: 86.7% of statements [2021-05-09T11:38:27.784Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-05-09T11:38:27.784Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.351s coverage: 97.5% of statements [2021-05-09T11:38:27.784Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-05-09T11:38:27.784Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.235s coverage: 78.3% of statements [2021-05-09T11:38:27.784Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-05-09T11:38:27.784Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-05-09T11:38:27.784Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-05-09T11:38:27.784Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-05-09T11:38:32.112Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.114s coverage: 95.1% of statements [2021-05-09T11:38:32.112Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-05-09T11:38:32.112Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-05-09T11:38:32.112Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-05-09T11:38:32.112Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-05-09T11:38:32.112Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-05-09T11:38:32.112Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-05-09T11:38:32.112Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-05-09T11:38:32.112Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-05-09T11:38:32.112Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-05-09T11:38:32.112Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-05-09T11:38:32.112Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-05-09T11:38:32.112Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-05-09T11:38:32.112Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-05-09T11:38:32.112Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-05-09T11:38:32.112Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-05-09T11:38:32.112Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-05-09T11:38:32.112Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-05-09T11:38:32.112Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-05-09T11:38:32.112Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.156s coverage: 58.8% of statements [2021-05-09T11:38:32.112Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-05-09T11:38:32.112Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-05-09T11:38:32.112Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.196s coverage: 0.9% of statements [2021-05-09T11:38:32.112Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-05-09T11:38:32.112Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils 0.186s coverage: 22.6% of statements [2021-05-09T11:38:32.112Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-05-09T11:38:32.112Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.160s coverage: 47.1% of statements [2021-05-09T11:38:32.112Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.241s coverage: 79.5% of statements [2021-05-09T11:38:32.112Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.153s coverage: 94.1% of statements [2021-05-09T11:38:33.679Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.148s coverage: 96.3% of statements [2021-05-09T11:38:33.955Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.123s coverage: 87.5% of statements [2021-05-09T11:38:46.366Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.176s coverage: 94.4% of statements [2021-05-09T11:38:46.366Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.138s coverage: 44.8% of statements [2021-05-09T11:38:49.609Z] gofmt -l . [2021-05-09T11:38:49.609Z] [ "`gofmt -l .`" = "" ] [2021-05-09T11:38:49.609Z] ./bin/test-go-mod-tidy.sh [2021-05-09T11:38:49.609Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-05-09T11:38:50.304Z] + ls -al . [2021-05-09T11:38:50.304Z] total 816 [2021-05-09T11:38:50.304Z] drwxrwxr-x 10 1001 1001 4096 May 9 11:38 . [2021-05-09T11:38:50.304Z] drwxr-xr-x 4 root root 28 May 9 11:35 .. [2021-05-09T11:38:50.304Z] -rw-rw-r-- 1 1001 1001 11 May 9 11:32 .dockerignore [2021-05-09T11:38:50.304Z] drwxrwxr-x 8 1001 1001 179 May 9 11:32 .git [2021-05-09T11:38:50.304Z] drwxrwxr-x 3 1001 1001 125 May 9 11:32 .github [2021-05-09T11:38:50.304Z] -rw-rw-r-- 1 1001 1001 818 May 9 11:32 .gitignore [2021-05-09T11:38:50.304Z] drwx------ 3 1001 1001 60 May 9 11:33 .semver [2021-05-09T11:38:50.304Z] -rw-rw-r-- 1 1001 1001 166 May 9 11:32 .sonarcloud.properties [2021-05-09T11:38:50.304Z] -rw-rw-r-- 1 1001 1001 8609 May 9 11:32 Attribution.txt [2021-05-09T11:38:50.304Z] -rw-rw-r-- 1 1001 1001 3804 May 9 11:32 CONTRIBUTING.md [2021-05-09T11:38:50.304Z] -rw-rw-r-- 1 1001 1001 931 May 9 11:32 Dockerfile.build [2021-05-09T11:38:50.304Z] -rw-rw-r-- 1 1001 1001 863 May 9 11:32 Jenkinsfile [2021-05-09T11:38:50.304Z] -rw-rw-r-- 1 1001 1001 10775 May 9 11:32 LICENSE [2021-05-09T11:38:50.304Z] -rw-rw-r-- 1 1001 1001 5774 May 9 11:32 Makefile [2021-05-09T11:38:50.304Z] -rw-rw-r-- 1 1001 1001 7978 May 9 11:32 README.md [2021-05-09T11:38:50.304Z] -rw-rw-r-- 1 1001 1001 6755 May 9 11:32 SECURITY.md [2021-05-09T11:38:50.304Z] -rw-rw-r-- 1 1001 1001 5 May 9 11:33 VERSION [2021-05-09T11:38:50.304Z] -rw-rw-r-- 1 1001 1001 4131 May 9 11:32 ZMQWindows.md [2021-05-09T11:38:50.304Z] drwxrwxr-x 2 1001 1001 117 May 9 11:32 bin [2021-05-09T11:38:50.304Z] drwxrwxr-x 14 1001 1001 4096 May 9 11:32 cmd [2021-05-09T11:38:50.304Z] -rw-r--r-- 1 root root 705232 May 9 11:37 coverage.out [2021-05-09T11:38:50.304Z] -rw-r--r-- 1 root root 1060 May 9 11:38 go.mod [2021-05-09T11:38:50.304Z] -rw-r--r-- 1 root root 22051 May 9 11:35 go.sum [2021-05-09T11:38:50.304Z] drwxrwxr-x 8 1001 1001 127 May 9 11:32 internal [2021-05-09T11:38:50.304Z] drwxrwxr-x 4 1001 1001 26 May 9 11:32 openapi [2021-05-09T11:38:50.304Z] drwxrwxr-x 4 1001 1001 71 May 9 11:32 snap [2021-05-09T11:38:50.304Z] -rw-rw-r-- 1 1001 1001 168 May 9 11:32 version.go [Pipeline] sh [2021-05-09T11:38:50.645Z] + '[' -e coverage.out ] [2021-05-09T11:38:50.645Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-05-09T11:38:51.118Z] Stashed 1 file(s) [Pipeline] sh [2021-05-09T11:38:51.455Z] + make build [2021-05-09T11:38:51.455Z] 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-09T11:38:53.068Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 14.585s coverage: 81.8% of statements [2021-05-09T11:38:53.068Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2021-05-09T11:38:55.984Z] 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-09T11:38:58.474Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.209s coverage: 92.9% of statements [2021-05-09T11:38:58.474Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-05-09T11:38:58.474Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-05-09T11:38:58.474Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-05-09T11:38:58.474Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.056s coverage: 65.1% of statements [2021-05-09T11:38:58.474Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-05-09T11:38:58.474Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-05-09T11:38:58.474Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-05-09T11:38:58.474Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-05-09T11:38:58.474Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-05-09T11:38:58.474Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.076s coverage: 87.2% of statements [2021-05-09T11:38:58.474Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-05-09T11:38:58.474Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-05-09T11:38:58.474Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.108s coverage: 100.0% of statements [2021-05-09T11:38:58.474Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-05-09T11:38:58.474Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.153s coverage: 76.0% of statements [2021-05-09T11:38:58.474Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-05-09T11:38:58.474Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.137s coverage: 80.0% of statements [2021-05-09T11:38:58.474Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.247s coverage: 87.2% of statements [2021-05-09T11:38:58.474Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.192s coverage: 85.4% of statements [2021-05-09T11:38:58.474Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.253s coverage: 91.2% of statements [2021-05-09T11:38:58.474Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-05-09T11:38:58.748Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.632s coverage: 64.4% of statements [2021-05-09T11:38:58.748Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-05-09T11:38:58.748Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-05-09T11:38:58.748Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.127s coverage: 100.0% of statements [2021-05-09T11:38:58.748Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.080s coverage: 91.3% of statements [2021-05-09T11:38:58.748Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.068s coverage: 100.0% of statements [2021-05-09T11:38:59.344Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.098s coverage: 73.7% of statements [2021-05-09T11:39:00.324Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.064s coverage: 100.0% of statements [2021-05-09T11:39:03.720Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.939s coverage: 66.9% of statements [2021-05-09T11:39:03.720Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-05-09T11:39:03.720Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-05-09T11:39:03.720Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-05-09T11:39:05.710Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.643s coverage: 43.4% of statements [2021-05-09T11:39:05.710Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-05-09T11:39:05.710Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-05-09T11:39:05.710Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.100s coverage: 89.5% of statements [2021-05-09T11:39:05.710Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-05-09T11:39:05.710Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.075s coverage: 84.8% of statements [2021-05-09T11:39:11.138Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.469s coverage: 47.0% of statements [2021-05-09T11:39:11.138Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-05-09T11:39:11.138Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-05-09T11:39:11.138Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-05-09T11:39:11.138Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-05-09T11:39:11.138Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-05-09T11:39:11.138Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.155s coverage: 100.0% of statements [2021-05-09T11:39:11.138Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-05-09T11:39:11.138Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.100s coverage: 100.0% of statements [2021-05-09T11:39:11.138Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-05-09T11:39:11.138Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-05-09T11:39:11.138Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 0.187s coverage: 9.6% of statements [2021-05-09T11:39:11.138Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-05-09T11:39:12.123Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.443s coverage: 92.6% of statements [2021-05-09T11:39:12.123Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-05-09T11:39:12.123Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-05-09T11:39:12.123Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-05-09T11:39:18.726Z] 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-09T11:39:19.734Z] 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-09T11:39:22.546Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.423s coverage: 28.7% of statements [2021-05-09T11:39:22.546Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-05-09T11:39:22.546Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-05-09T11:39:22.546Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-05-09T11:39:22.546Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-05-09T11:39:22.546Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-05-09T11:39:22.546Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.276s coverage: 99.0% of statements [2021-05-09T11:39:22.546Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-05-09T11:39:22.546Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.256s coverage: 100.0% of statements [2021-05-09T11:39:22.546Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-05-09T11:39:22.546Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-05-09T11:39:22.546Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-05-09T11:39:22.546Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application/scheduler 0.240s coverage: 64.6% of statements [2021-05-09T11:39:22.546Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-05-09T11:39:22.546Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.340s coverage: 97.6% of statements [2021-05-09T11:39:22.546Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-05-09T11:39:22.546Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-05-09T11:39:22.546Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-05-09T11:39:22.546Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.039s coverage: 0.0% of statements [2021-05-09T11:39:22.546Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-05-09T11:39:22.546Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.060s coverage: 100.0% of statements [2021-05-09T11:39:22.546Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-05-09T11:39:22.546Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-05-09T11:39:22.546Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-05-09T11:39:22.546Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-05-09T11:39:22.546Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.110s coverage: 87.9% of statements [2021-05-09T11:39:22.546Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-05-09T11:39:22.546Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-05-09T11:39:22.546Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.066s coverage: 100.0% of statements [2021-05-09T11:39:22.546Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.110s coverage: 28.1% of statements [2021-05-09T11:39:22.546Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/v2 [no test files] [2021-05-09T11:39:22.546Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.075s coverage: 100.0% of statements [2021-05-09T11:39:22.819Z] GO111MODULE=on go vet ./... [2021-05-09T11:39:24.144Z] 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-09T11:39:24.424Z] 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-09T11:39:27.073Z] 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-09T11:39:29.746Z] 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-09T11:39:31.173Z] 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-09T11:39:33.226Z] 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-09T11:39:35.225Z] 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-09T11:39:37.942Z] 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-09T11:39:42.503Z] $ docker stop --time=1 376615d42c8faa73937be23e236db6c3480a9f91b70e7fe79dcad1e51e16996f [2021-05-09T11:39:45.154Z] $ docker rm -f 376615d42c8faa73937be23e236db6c3480a9f91b70e7fe79dcad1e51e16996f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-09T11:39:47.989Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-05-09T11:39:48.257Z] [2021-05-09T11:39:48.257Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-05-09T11:39:48.624Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-05-09T11:39:48.625Z] latest: Pulling from edgex-devops/edgex-compose [2021-05-09T11:39:48.625Z] cbdbe7a5bc2a: Pulling fs layer [2021-05-09T11:39:48.625Z] ca9280d653b3: Pulling fs layer [2021-05-09T11:39:48.625Z] 7e9c9ca2126c: Pulling fs layer [2021-05-09T11:39:49.297Z] cbdbe7a5bc2a: Verifying Checksum [2021-05-09T11:39:49.297Z] cbdbe7a5bc2a: Download complete [2021-05-09T11:39:50.311Z] cbdbe7a5bc2a: Pull complete [2021-05-09T11:39:50.596Z] ca9280d653b3: Verifying Checksum [2021-05-09T11:39:50.596Z] ca9280d653b3: Download complete [2021-05-09T11:39:52.592Z] 7e9c9ca2126c: Verifying Checksum [2021-05-09T11:39:52.592Z] 7e9c9ca2126c: Download complete [2021-05-09T11:39:52.592Z] ca9280d653b3: Pull complete [2021-05-09T11:40:03.319Z] 7e9c9ca2126c: Pull complete [2021-05-09T11:40:03.319Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-05-09T11:40:03.319Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-05-09T11:40:03.319Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-05-09T11:40:03.676Z] prd-centos7-docker-4c-2g-3842 does not seem to be running inside a container [2021-05-09T11:40:03.775Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-05-09T11:40:06.182Z] $ docker top fa2e6e66700e1ebba9507ee5947925b8f0cab1c4ab282a11648618d9d794a1fb -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-09T11:40:07.265Z] + grep parallel [2021-05-09T11:40:07.265Z] + docker-compose build --help [2021-05-09T11:40:08.711Z] --parallel Build images in parallel. [Pipeline] } [2021-05-09T11:40:08.730Z] $ docker stop --time=1 fa2e6e66700e1ebba9507ee5947925b8f0cab1c4ab282a11648618d9d794a1fb [2021-05-09T11:40:10.156Z] $ docker rm -f fa2e6e66700e1ebba9507ee5947925b8f0cab1c4ab282a11648618d9d794a1fb [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-09T11:40:10.701Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-05-09T11:40:10.701Z] . [Pipeline] withDockerContainer [2021-05-09T11:40:10.895Z] prd-centos7-docker-4c-2g-3842 does not seem to be running inside a container [2021-05-09T11:40:10.969Z] $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-05-09T11:40:12.086Z] $ docker top 1376d9b6138cf857a97a51a4b29c840f7108faacdc741aca3af9b2409753ff20 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-09T11:40:12.753Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-05-09T11:40:14.249Z] Building docker-core-command-go ... [2021-05-09T11:40:14.249Z] Building docker-core-data-go ... [2021-05-09T11:40:14.249Z] Building docker-core-metadata-go ... [2021-05-09T11:40:14.249Z] Building docker-security-bootstrapper-go ... [2021-05-09T11:40:14.249Z] Building docker-security-proxy-setup-go ... [2021-05-09T11:40:14.249Z] Building docker-security-secretstore-setup-go ... [2021-05-09T11:40:14.249Z] Building docker-support-notifications-go ... [2021-05-09T11:40:14.249Z] Building docker-support-scheduler-go ... [2021-05-09T11:40:14.249Z] Building docker-sys-mgmt-agent-go ... [2021-05-09T11:40:14.249Z] Building docker-core-data-go [2021-05-09T11:40:14.249Z] Building docker-security-bootstrapper-go [2021-05-09T11:40:14.249Z] Building docker-support-notifications-go [2021-05-09T11:40:14.249Z] Building docker-security-proxy-setup-go [2021-05-09T11:40:14.249Z] Building docker-support-scheduler-go [2021-05-09T11:40:59.657Z] gofmt -l . [2021-05-09T11:40:59.657Z] [ "`gofmt -l .`" = "" ] [2021-05-09T11:41:00.631Z] ./bin/test-go-mod-tidy.sh [2021-05-09T11:41:01.225Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-05-09T11:41:03.882Z] + ls -al . [2021-05-09T11:41:03.882Z] total 844 [2021-05-09T11:41:03.882Z] drwxrwxr-x 9 1001 1001 4096 May 9 11:41 . [2021-05-09T11:41:03.882Z] drwxr-xr-x 4 root root 4096 May 9 11:36 .. [2021-05-09T11:41:03.882Z] -rw-rw-r-- 1 1001 1001 11 May 9 11:34 .dockerignore [2021-05-09T11:41:03.882Z] drwxrwxr-x 8 1001 1001 4096 May 9 11:34 .git [2021-05-09T11:41:03.882Z] drwxrwxr-x 3 1001 1001 4096 May 9 11:34 .github [2021-05-09T11:41:03.882Z] -rw-rw-r-- 1 1001 1001 818 May 9 11:34 .gitignore [2021-05-09T11:41:03.882Z] -rw-rw-r-- 1 1001 1001 166 May 9 11:34 .sonarcloud.properties [2021-05-09T11:41:03.882Z] -rw-rw-r-- 1 1001 1001 8609 May 9 11:34 Attribution.txt [2021-05-09T11:41:03.882Z] -rw-rw-r-- 1 1001 1001 3804 May 9 11:34 CONTRIBUTING.md [2021-05-09T11:41:03.882Z] -rw-rw-r-- 1 1001 1001 931 May 9 11:34 Dockerfile.build [2021-05-09T11:41:03.882Z] -rw-rw-r-- 1 1001 1001 863 May 9 11:34 Jenkinsfile [2021-05-09T11:41:03.882Z] -rw-rw-r-- 1 1001 1001 10775 May 9 11:34 LICENSE [2021-05-09T11:41:03.882Z] -rw-rw-r-- 1 1001 1001 5774 May 9 11:34 Makefile [2021-05-09T11:41:03.882Z] -rw-rw-r-- 1 1001 1001 7978 May 9 11:34 README.md [2021-05-09T11:41:03.882Z] -rw-rw-r-- 1 1001 1001 6755 May 9 11:34 SECURITY.md [2021-05-09T11:41:03.882Z] -rw-rw-r-- 1 1001 1001 5 May 9 11:33 VERSION [2021-05-09T11:41:03.882Z] -rw-rw-r-- 1 1001 1001 4131 May 9 11:34 ZMQWindows.md [2021-05-09T11:41:03.882Z] drwxrwxr-x 2 1001 1001 4096 May 9 11:34 bin [2021-05-09T11:41:03.882Z] drwxrwxr-x 14 1001 1001 4096 May 9 11:34 cmd [2021-05-09T11:41:03.882Z] -rw-r--r-- 1 root root 705232 May 9 11:39 coverage.out [2021-05-09T11:41:03.882Z] -rw-r--r-- 1 root root 1060 May 9 11:41 go.mod [2021-05-09T11:41:03.882Z] -rw-r--r-- 1 root root 22051 May 9 11:36 go.sum [2021-05-09T11:41:03.882Z] drwxrwxr-x 8 1001 1001 4096 May 9 11:34 internal [2021-05-09T11:41:03.882Z] drwxrwxr-x 4 1001 1001 4096 May 9 11:34 openapi [2021-05-09T11:41:03.882Z] drwxrwxr-x 4 1001 1001 4096 May 9 11:34 snap [2021-05-09T11:41:03.882Z] -rw-rw-r-- 1 1001 1001 168 May 9 11:34 version.go [Pipeline] sh [2021-05-09T11:41:04.550Z] + '[' -e coverage.out ] [2021-05-09T11:41:04.550Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-05-09T11:41:04.570Z] Warning: overwriting stash ‘coverage-report’ [2021-05-09T11:41:05.802Z] Stashed 1 file(s) [Pipeline] sh [2021-05-09T11:41:06.453Z] + make build [2021-05-09T11:41:06.453Z] 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-09T11:41:13.153Z] 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-09T11:41:22.984Z] Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-09T11:41:22.984Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-05-09T11:41:22.984Z] ---> bae5501382d7 [2021-05-09T11:41:22.984Z] Step 3/22 : WORKDIR /edgex-go [2021-05-09T11:41:22.984Z] Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-09T11:41:22.984Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-05-09T11:41:22.984Z] ---> bae5501382d7 [2021-05-09T11:41:22.984Z] Step 3/23 : WORKDIR /edgex-go [2021-05-09T11:41:22.984Z] Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-09T11:41:22.984Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-05-09T11:41:22.984Z] ---> bae5501382d7 [2021-05-09T11:41:22.984Z] Step 3/22 : WORKDIR /edgex-go [2021-05-09T11:41:22.984Z] Step 1/21 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-09T11:41:22.984Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-05-09T11:41:22.984Z] ---> bae5501382d7 [2021-05-09T11:41:22.984Z] Step 3/21 : WORKDIR /edgex-go [2021-05-09T11:41:22.984Z] Step 1/31 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-09T11:41:22.984Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-05-09T11:41:22.984Z] ---> bae5501382d7 [2021-05-09T11:41:22.984Z] Step 3/31 : WORKDIR /edgex-go [2021-05-09T11:41:22.984Z] ---> Running in be8ae5e9e5c9 [2021-05-09T11:41:22.984Z] ---> Running in 47fc897ab13d [2021-05-09T11:41:22.984Z] ---> Running in e8c496ea301a [2021-05-09T11:41:22.984Z] ---> Running in a94d3bbc4fe3 [2021-05-09T11:41:22.984Z] ---> Running in fd8c2c470aca [2021-05-09T11:41:22.984Z] Removing intermediate container e8c496ea301a [2021-05-09T11:41:22.984Z] ---> b8bca06dd5bd [2021-05-09T11:41:22.984Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-09T11:41:22.984Z] Removing intermediate container a94d3bbc4fe3 [2021-05-09T11:41:22.984Z] ---> 8ff881cda436 [2021-05-09T11:41:22.984Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-09T11:41:22.984Z] Removing intermediate container be8ae5e9e5c9 [2021-05-09T11:41:22.984Z] ---> 0f51a2668d54 [2021-05-09T11:41:22.984Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-09T11:41:22.984Z] Removing intermediate container 47fc897ab13d [2021-05-09T11:41:22.984Z] ---> 32af37ea105c [2021-05-09T11:41:22.984Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-09T11:41:22.984Z] Removing intermediate container fd8c2c470aca [2021-05-09T11:41:22.984Z] ---> 937fb1604cd6 [2021-05-09T11:41:22.984Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-09T11:41:22.984Z] ---> Running in a3e323a0b243 [2021-05-09T11:41:22.984Z] ---> Running in 372c383d839e [2021-05-09T11:41:22.984Z] ---> Running in ccfd44e2f030 [2021-05-09T11:41:22.984Z] ---> Running in e115f69615d1 [2021-05-09T11:41:22.984Z] ---> Running in 5057572d6fd7 [2021-05-09T11:41:22.984Z] Removing intermediate container a3e323a0b243 [2021-05-09T11:41:22.984Z] ---> 6ee7262a7749 [2021-05-09T11:41:22.984Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-05-09T11:41:22.984Z] Removing intermediate container ccfd44e2f030 [2021-05-09T11:41:22.984Z] ---> 9127bb1809ce [2021-05-09T11:41:22.984Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-05-09T11:41:22.984Z] ---> Running in 80745a2da6ee [2021-05-09T11:41:22.984Z] ---> Running in 6a10314419d7 [2021-05-09T11:41:22.984Z] Removing intermediate container e115f69615d1 [2021-05-09T11:41:22.984Z] ---> 587badfd37dd [2021-05-09T11:41:22.984Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-05-09T11:41:22.984Z] Removing intermediate container 372c383d839e [2021-05-09T11:41:22.984Z] ---> bce0f6719196 [2021-05-09T11:41:22.984Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-05-09T11:41:22.984Z] Removing intermediate container 5057572d6fd7 [2021-05-09T11:41:22.984Z] ---> dcd4d041bb84 [2021-05-09T11:41:22.984Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-05-09T11:41:22.984Z] ---> Running in de344d89cd06 [2021-05-09T11:41:22.984Z] ---> Running in f2e17a4058a6 [2021-05-09T11:41:22.984Z] ---> Running in a926fce6be6b [2021-05-09T11:41:22.984Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-09T11:41:22.984Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-09T11:41:22.984Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-09T11:41:22.984Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-09T11:41:22.985Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-09T11:41:22.985Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-09T11:41:22.985Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-09T11:41:22.985Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-09T11:41:23.390Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-09T11:41:23.390Z] OK: 219 MiB in 52 packages [2021-05-09T11:41:23.791Z] OK: 219 MiB in 52 packages [2021-05-09T11:41:23.792Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-09T11:41:24.130Z] OK: 219 MiB in 52 packages [2021-05-09T11:41:24.441Z] OK: 219 MiB in 52 packages [2021-05-09T11:41:24.441Z] Removing intermediate container 80745a2da6ee [2021-05-09T11:41:24.441Z] ---> 51c7e323ab28 [2021-05-09T11:41:24.441Z] Step 6/22 : COPY go.mod . [2021-05-09T11:41:24.745Z] Removing intermediate container 6a10314419d7 [2021-05-09T11:41:24.745Z] ---> 7abf5c4c522e [2021-05-09T11:41:24.745Z] Step 6/23 : COPY go.mod . [2021-05-09T11:41:25.061Z] Removing intermediate container de344d89cd06 [2021-05-09T11:41:25.061Z] ---> dd16d4fc894e [2021-05-09T11:41:25.061Z] Step 6/31 : COPY go.mod . [2021-05-09T11:41:25.061Z] ---> ea9f912f4690 [2021-05-09T11:41:25.061Z] Step 7/22 : RUN go mod download [2021-05-09T11:41:25.061Z] ---> 56e35eea9601 [2021-05-09T11:41:25.061Z] Step 7/23 : RUN go mod download [2021-05-09T11:41:25.061Z] ---> Running in e77ec37ddfcd [2021-05-09T11:41:25.352Z] ---> Running in 1320a9b5dd05 [2021-05-09T11:41:25.643Z] Removing intermediate container a926fce6be6b [2021-05-09T11:41:25.643Z] ---> 744bfee1063d [2021-05-09T11:41:25.643Z] Step 6/21 : COPY go.mod . [2021-05-09T11:41:25.643Z] OK: 219 MiB in 52 packages [2021-05-09T11:41:25.643Z] ---> 7ed7dbb5f0ee [2021-05-09T11:41:25.643Z] Step 7/31 : RUN go mod download [2021-05-09T11:41:25.920Z] ---> Running in b55a663f6223 [2021-05-09T11:41:25.920Z] ---> 0ece126c971f [2021-05-09T11:41:25.920Z] Step 7/21 : RUN go mod download [2021-05-09T11:41:26.184Z] ---> Running in 65f7c78fb8d7 [2021-05-09T11:41:26.809Z] Removing intermediate container f2e17a4058a6 [2021-05-09T11:41:26.809Z] ---> 1d96575ce7f9 [2021-05-09T11:41:26.809Z] Step 6/22 : COPY go.mod . [2021-05-09T11:41:27.921Z] ---> 6efeff053af6 [2021-05-09T11:41:27.921Z] Step 7/22 : RUN go mod download [2021-05-09T11:41:27.921Z] ---> Running in 2811b7d30f76 [2021-05-09T11:41:28.548Z] Removing intermediate container e77ec37ddfcd [2021-05-09T11:41:28.548Z] ---> 8b19b28efec6 [2021-05-09T11:41:28.548Z] Step 8/22 : COPY . . [2021-05-09T11:41:28.820Z] Removing intermediate container b55a663f6223 [2021-05-09T11:41:28.820Z] ---> a2d7807b72aa [2021-05-09T11:41:28.820Z] Step 8/31 : COPY . . [2021-05-09T11:41:28.820Z] Removing intermediate container 1320a9b5dd05 [2021-05-09T11:41:28.820Z] ---> 4d8210985e15 [2021-05-09T11:41:28.820Z] Step 8/23 : COPY . . [2021-05-09T11:41:31.508Z] Removing intermediate container 65f7c78fb8d7 [2021-05-09T11:41:31.508Z] ---> 0cb7efb08097 [2021-05-09T11:41:31.508Z] Step 8/21 : COPY . . [2021-05-09T11:41:38.357Z] Removing intermediate container 2811b7d30f76 [2021-05-09T11:41:38.357Z] ---> 2a8152cd5a06 [2021-05-09T11:41:38.357Z] Step 8/22 : COPY . . [2021-05-09T11:41:39.948Z] 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-09T11:41:41.928Z] 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-09T11:41:47.326Z] 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-09T11:41:47.326Z] 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-09T11:41:51.638Z] 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-09T11:41:55.928Z] 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-09T11:41:58.543Z] 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-09T11:42:01.937Z] 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-09T11:42:04.642Z] 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-09T11:42:08.029Z] 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-09T11:42:13.471Z] $ docker stop --time=1 fbdeac512aedce0679615e6d343885bd951c4cb16eac2bc14722f9dbbb902ad6 [2021-05-09T11:42:16.246Z] $ docker rm -f fbdeac512aedce0679615e6d343885bd951c4cb16eac2bc14722f9dbbb902ad6 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-09T11:42:17.833Z] ---> 92e6662738ae [2021-05-09T11:42:17.833Z] ---> 48cb898d9ee4 [2021-05-09T11:42:17.833Z] ---> c690511c77c6 [2021-05-09T11:42:17.833Z] Step 9/22 : RUN make cmd/support-scheduler/support-schedulerStep 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapperStep 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-05-09T11:42:17.833Z] [2021-05-09T11:42:17.833Z] [2021-05-09T11:42:17.833Z] ---> 19e432df82ea [2021-05-09T11:42:17.833Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-05-09T11:42:17.833Z] ---> Running in 31b1eaf5de61 [2021-05-09T11:42:17.833Z] ---> Running in e9f2c2087848 [2021-05-09T11:42:17.833Z] ---> Running in e4df5a088b70 [2021-05-09T11:42:17.833Z] ---> Running in bf01f4aa9dbd [2021-05-09T11:42:17.833Z] ---> 3d10ca95ad1d [2021-05-09T11:42:17.833Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-05-09T11:42:17.934Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-05-09T11:42:17.934Z] [2021-05-09T11:42:17.934Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-05-09T11:42:18.118Z] ---> Running in ebed79b20683 [2021-05-09T11:42:18.276Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-05-09T11:42:18.276Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-05-09T11:42:18.276Z] 29e5d40040c1: Pulling fs layer [2021-05-09T11:42:18.276Z] 1ce36da41761: Pulling fs layer [2021-05-09T11:42:18.276Z] 25b303627fd3: Pulling fs layer [2021-05-09T11:42:18.547Z] 29e5d40040c1: Verifying Checksum [2021-05-09T11:42:18.547Z] 29e5d40040c1: Download complete [2021-05-09T11:42:19.143Z] 1ce36da41761: Verifying Checksum [2021-05-09T11:42:19.143Z] 1ce36da41761: Download complete [2021-05-09T11:42:19.412Z] 29e5d40040c1: Pull complete [2021-05-09T11:42:19.641Z] 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-09T11:42:19.641Z] 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-09T11:42:19.641Z] 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-09T11:42:19.941Z] 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-09T11:42:19.941Z] 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-09T11:42:20.389Z] 1ce36da41761: Pull complete [2021-05-09T11:42:20.663Z] 25b303627fd3: Verifying Checksum [2021-05-09T11:42:20.663Z] 25b303627fd3: Download complete [2021-05-09T11:42:30.813Z] 25b303627fd3: Pull complete [2021-05-09T11:42:30.813Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-05-09T11:42:30.813Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-05-09T11:42:30.813Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-05-09T11:42:31.070Z] prd-ubuntu18.04-docker-arm64-4c-16g-3844 does not seem to be running inside a container [2021-05-09T11:42:31.156Z] $ 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-09T11:42:34.160Z] $ docker top 80f2e2aa2e1b31eaaabd3d0c1f22592ec51de37c26791fe11ab6030e7ce61d17 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-09T11:42:35.050Z] + + docker-composegrep build parallel --help [2021-05-09T11:42:35.050Z] [2021-05-09T11:42:38.411Z] --parallel Build images in parallel. [Pipeline] } [2021-05-09T11:42:38.713Z] $ docker stop --time=1 80f2e2aa2e1b31eaaabd3d0c1f22592ec51de37c26791fe11ab6030e7ce61d17 [2021-05-09T11:42:40.541Z] $ docker rm -f 80f2e2aa2e1b31eaaabd3d0c1f22592ec51de37c26791fe11ab6030e7ce61d17 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-09T11:42:41.160Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-05-09T11:42:41.160Z] . [Pipeline] withDockerContainer [2021-05-09T11:42:41.419Z] prd-ubuntu18.04-docker-arm64-4c-16g-3844 does not seem to be running inside a container [2021-05-09T11:42:41.584Z] $ 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-09T11:42:42.930Z] $ docker top 4c27cd26ef2757feab6bdd5c57114dcb8ce220f7cd84ce29e66f0c4fea4d1878 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-09T11:42:43.865Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-05-09T11:42:48.146Z] Building docker-core-command-go ... [2021-05-09T11:42:48.146Z] Building docker-core-data-go ... [2021-05-09T11:42:48.146Z] Building docker-core-metadata-go ... [2021-05-09T11:42:48.146Z] Building docker-security-bootstrapper-go ... [2021-05-09T11:42:48.146Z] Building docker-security-proxy-setup-go ... [2021-05-09T11:42:48.146Z] Building docker-security-secretstore-setup-go ... [2021-05-09T11:42:48.146Z] Building docker-support-notifications-go ... [2021-05-09T11:42:48.146Z] Building docker-support-scheduler-go ... [2021-05-09T11:42:48.146Z] Building docker-sys-mgmt-agent-go ... [2021-05-09T11:42:48.146Z] Building docker-support-notifications-go [2021-05-09T11:42:48.146Z] Building docker-core-command-go [2021-05-09T11:42:48.146Z] Building docker-support-scheduler-go [2021-05-09T11:42:48.146Z] Building docker-security-proxy-setup-go [2021-05-09T11:42:48.146Z] Building docker-security-secretstore-setup-go [2021-05-09T11:43:07.269Z] 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-09T11:43:19.952Z] Removing intermediate container 31b1eaf5de61 [2021-05-09T11:43:19.952Z] ---> 467a48a90c34 [2021-05-09T11:43:19.952Z] [2021-05-09T11:43:19.952Z] Step 10/31 : FROM alpine:3.12 [2021-05-09T11:43:19.952Z] 3.12: Pulling from library/alpine [2021-05-09T11:43:20.918Z] Removing intermediate container ebed79b20683 [2021-05-09T11:43:20.918Z] ---> f88c0ee3add1 [2021-05-09T11:43:20.918Z] [2021-05-09T11:43:20.918Z] Step 10/22 : FROM alpine:3.12 [2021-05-09T11:43:20.918Z] 3.12: Pulling from library/alpine [2021-05-09T11:43:21.501Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-05-09T11:43:21.501Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-05-09T11:43:21.501Z] Status: Downloaded newer image for alpine:3.12 [2021-05-09T11:43:21.501Z] ---> 13621d1b12d4 [2021-05-09T11:43:21.501Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-05-09T11:43:21.501Z] Status: Downloaded newer image for alpine:3.12 [2021-05-09T11:43:21.501Z] ---> 13621d1b12d4 [2021-05-09T11:43:21.501Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-05-09T11:43:21.501Z] Removing intermediate container e4df5a088b70 [2021-05-09T11:43:21.501Z] ---> a4a5b3eae16e [2021-05-09T11:43:21.501Z] [2021-05-09T11:43:21.501Z] Step 10/21 : FROM alpine:3.12 [2021-05-09T11:43:21.501Z] ---> 13621d1b12d4 [2021-05-09T11:43:21.501Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-05-09T11:43:21.773Z] Removing intermediate container e9f2c2087848 [2021-05-09T11:43:21.773Z] ---> 116ee2440393 [2021-05-09T11:43:21.773Z] [2021-05-09T11:43:21.773Z] Step 10/22 : FROM alpine:3.12 [2021-05-09T11:43:21.773Z] ---> 13621d1b12d4 [2021-05-09T11:43:21.773Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-05-09T11:43:21.773Z] ---> Running in 3055f847d91e [2021-05-09T11:43:21.773Z] ---> Running in 8c1220623bef [2021-05-09T11:43:21.773Z] ---> Running in 43e309bb7061 [2021-05-09T11:43:21.773Z] ---> Running in cf3ded39fe40 [2021-05-09T11:43:22.395Z] Removing intermediate container 3055f847d91e [2021-05-09T11:43:22.395Z] ---> 939a50051151 [2021-05-09T11:43:22.395Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-05-09T11:43:22.698Z] ---> Running in 95597b8d58f1 [2021-05-09T11:43:22.975Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-09T11:43:23.312Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-09T11:43:23.634Z] (1/2) Installing ca-certificates (20191127-r4) [2021-05-09T11:43:23.634Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-05-09T11:43:23.634Z] Executing busybox-1.31.1-r20.trigger [2021-05-09T11:43:23.634Z] Executing ca-certificates-20191127-r4.trigger [2021-05-09T11:43:23.634Z] OK: 6 MiB in 16 packages [2021-05-09T11:43:23.931Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-09T11:43:23.932Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-09T11:43:24.258Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-09T11:43:24.258Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-09T11:43:24.258Z] (1/4) Installing ca-certificates (20191127-r4) [2021-05-09T11:43:24.529Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-05-09T11:43:24.529Z] (3/4) Installing libcurl (7.76.1-r0) [2021-05-09T11:43:24.529Z] (4/4) Installing curl (7.76.1-r0) [2021-05-09T11:43:24.529Z] Executing busybox-1.31.1-r20.trigger [2021-05-09T11:43:24.529Z] Executing ca-certificates-20191127-r4.trigger [2021-05-09T11:43:24.529Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-05-09T11:43:24.529Z] Executing busybox-1.31.1-r20.trigger [2021-05-09T11:43:24.529Z] OK: 6 MiB in 15 packages [2021-05-09T11:43:24.529Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-09T11:43:24.529Z] OK: 7 MiB in 18 packages [2021-05-09T11:43:24.529Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-09T11:43:24.795Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-05-09T11:43:24.795Z] (2/2) Installing su-exec (0.2-r1) [2021-05-09T11:43:25.770Z] Executing busybox-1.31.1-r20.trigger [2021-05-09T11:43:25.770Z] OK: 6 MiB in 16 packages [2021-05-09T11:43:27.726Z] Removing intermediate container bf01f4aa9dbd [2021-05-09T11:43:27.726Z] ---> 64d9e863baf8 [2021-05-09T11:43:27.726Z] [2021-05-09T11:43:27.726Z] Step 10/23 : FROM alpine:3.12 [2021-05-09T11:43:27.726Z] ---> 13621d1b12d4 [2021-05-09T11:43:27.726Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-05-09T11:43:27.726Z] Removing intermediate container 8c1220623bef [2021-05-09T11:43:27.726Z] ---> a94f0ad1c9a3 [2021-05-09T11:43:27.726Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-05-09T11:43:27.992Z] ---> Running in ad9a1b474fb6 [2021-05-09T11:43:27.992Z] ---> Running in 0485374c5d03 [2021-05-09T11:43:28.281Z] Removing intermediate container cf3ded39fe40 [2021-05-09T11:43:28.281Z] ---> 05683831ca1d [2021-05-09T11:43:28.281Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-05-09T11:43:28.911Z] ---> Running in 5babb267e1d1 [2021-05-09T11:43:28.911Z] Removing intermediate container ad9a1b474fb6 [2021-05-09T11:43:28.911Z] ---> 651edd1f28d3 [2021-05-09T11:43:28.911Z] Step 12/23 : ENV APP_PORT=48080 [2021-05-09T11:43:28.911Z] Removing intermediate container 0485374c5d03 [2021-05-09T11:43:28.911Z] ---> 567c6336ac9c [2021-05-09T11:43:28.911Z] Step 13/22 : ENV APP_PORT=48060 [2021-05-09T11:43:28.911Z] Removing intermediate container 95597b8d58f1 [2021-05-09T11:43:28.911Z] ---> 98f23684c9e6 [2021-05-09T11:43:28.911Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-05-09T11:43:28.911Z] Removing intermediate container 43e309bb7061 [2021-05-09T11:43:28.911Z] ---> 597d9e4331da [2021-05-09T11:43:28.911Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-05-09T11:43:29.234Z] ---> Running in f79cbbde0f09 [2021-05-09T11:43:29.234Z] ---> Running in b0cc8f92cd07 [2021-05-09T11:43:29.234Z] ---> Running in d55ed85185e3 [2021-05-09T11:43:29.234Z] ---> Running in d004a28f45f0 [2021-05-09T11:43:29.547Z] Removing intermediate container 5babb267e1d1 [2021-05-09T11:43:29.547Z] ---> b426de34d83d [2021-05-09T11:43:29.547Z] Step 13/22 : ENV APP_PORT=48085 [2021-05-09T11:43:29.547Z] ---> Running in 2390548081b7 [2021-05-09T11:43:29.547Z] Removing intermediate container b0cc8f92cd07 [2021-05-09T11:43:29.547Z] ---> 6cbf815cde92 [2021-05-09T11:43:29.547Z] Step 13/23 : EXPOSE $APP_PORT [2021-05-09T11:43:29.547Z] Removing intermediate container f79cbbde0f09 [2021-05-09T11:43:29.547Z] ---> 41444bbbfdda [2021-05-09T11:43:29.547Z] Step 14/22 : EXPOSE $APP_PORT [2021-05-09T11:43:29.817Z] Removing intermediate container d55ed85185e3 [2021-05-09T11:43:29.817Z] ---> 39d497b18e61 [2021-05-09T11:43:29.817Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-05-09T11:43:29.817Z] Removing intermediate container d004a28f45f0 [2021-05-09T11:43:29.817Z] ---> 615dba4757e3 [2021-05-09T11:43:29.817Z] Step 13/21 : WORKDIR /edgex [2021-05-09T11:43:29.817Z] ---> Running in 419859d061b2 [2021-05-09T11:43:29.817Z] ---> Running in 374b75300d61 [2021-05-09T11:43:29.817Z] ---> Running in 33479899bb23 [2021-05-09T11:43:30.125Z] ---> Running in fad53b9904f0 [2021-05-09T11:43:30.125Z] Removing intermediate container 2390548081b7 [2021-05-09T11:43:30.125Z] ---> ece2b8791bcc [2021-05-09T11:43:30.125Z] Step 14/22 : EXPOSE $APP_PORT [2021-05-09T11:43:30.403Z] Removing intermediate container 419859d061b2 [2021-05-09T11:43:30.403Z] ---> 06ba816c0ba0 [2021-05-09T11:43:30.403Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-09T11:43:30.403Z] ---> Running in a684497a6f90 [2021-05-09T11:43:30.403Z] Removing intermediate container 374b75300d61 [2021-05-09T11:43:30.403Z] ---> ee598269b292 [2021-05-09T11:43:30.403Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-09T11:43:30.403Z] Removing intermediate container 33479899bb23 [2021-05-09T11:43:30.403Z] ---> 1e5d6be2462a [2021-05-09T11:43:30.403Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-05-09T11:43:30.403Z] Removing intermediate container fad53b9904f0 [2021-05-09T11:43:30.403Z] ---> 9ae653c04d7c [2021-05-09T11:43:30.403Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-05-09T11:43:31.381Z] ---> Running in 17f7d4c95905 [2021-05-09T11:43:31.381Z] ---> Running in 58d480e654b7 [2021-05-09T11:43:31.829Z] ---> bf4d144d1991 [2021-05-09T11:43:31.829Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-05-09T11:43:31.829Z] Removing intermediate container a684497a6f90 [2021-05-09T11:43:31.829Z] ---> a83eb8cc7033 [2021-05-09T11:43:31.829Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-09T11:43:31.829Z] ---> 50c8f3d24df4 [2021-05-09T11:43:31.829Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-05-09T11:43:32.357Z] ---> d42ef5491d53 [2021-05-09T11:43:32.357Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-05-09T11:43:33.523Z] ---> d154e0056c2c [2021-05-09T11:43:33.523Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-05-09T11:43:33.523Z] ---> e5c74ee2f74a [2021-05-09T11:43:33.523Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-05-09T11:43:34.210Z] ---> f0efcef01902 [2021-05-09T11:43:34.210Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-05-09T11:43:34.210Z] ---> b58b76dd8dec [2021-05-09T11:43:34.210Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-05-09T11:43:34.480Z] ---> Running in f78dcd29760f [2021-05-09T11:43:34.480Z] ---> 29645da76b94 [2021-05-09T11:43:34.480Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-05-09T11:43:34.759Z] ---> Running in 6ec7111bb646 [2021-05-09T11:43:34.759Z] Removing intermediate container 58d480e654b7 [2021-05-09T11:43:34.759Z] ---> 45564f04917f [2021-05-09T11:43:34.759Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-05-09T11:43:34.759Z] Removing intermediate container 17f7d4c95905 [2021-05-09T11:43:34.759Z] ---> 1bd424dfa6cc [2021-05-09T11:43:34.759Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-05-09T11:43:34.759Z] ---> 82328b4ebebf [2021-05-09T11:43:34.759Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-05-09T11:43:34.759Z] Removing intermediate container f78dcd29760f [2021-05-09T11:43:34.759Z] ---> 5931fdb5fbf1 [2021-05-09T11:43:34.759Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-09T11:43:35.025Z] ---> Running in c1a72c584fe6 [2021-05-09T11:43:35.025Z] ---> Running in 9825bb9f7706 [2021-05-09T11:43:35.025Z] ---> Running in e12ebd114294 [2021-05-09T11:43:35.025Z] ---> Running in fff822326fd9 [2021-05-09T11:43:35.295Z] Removing intermediate container 6ec7111bb646 [2021-05-09T11:43:35.295Z] ---> 4e0368160bb5 [2021-05-09T11:43:35.295Z] Step 18/21 : CMD ["--init=true"] [2021-05-09T11:43:35.295Z] ---> Running in f1b18b772a57 [2021-05-09T11:43:35.594Z] Removing intermediate container c1a72c584fe6 [2021-05-09T11:43:35.594Z] ---> 3c97f72fcac3 [2021-05-09T11:43:35.594Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-05-09T11:43:35.594Z] Removing intermediate container e12ebd114294 [2021-05-09T11:43:35.594Z] ---> 2968435dbee5 [2021-05-09T11:43:35.594Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-09T11:43:35.594Z] Removing intermediate container fff822326fd9 [2021-05-09T11:43:35.594Z] ---> d7d9c1b8c2fc [2021-05-09T11:43:35.594Z] Step 20/22 : LABEL arch=x86_64 [2021-05-09T11:43:35.594Z] ---> Running in cbfa0aca2f01 [2021-05-09T11:43:35.872Z] ---> Running in 883acee33e1b [2021-05-09T11:43:35.872Z] Removing intermediate container f1b18b772a57 [2021-05-09T11:43:35.872Z] ---> 9c9d3784caee [2021-05-09T11:43:35.872Z] Step 19/21 : LABEL arch=x86_64 [2021-05-09T11:43:35.872Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-09T11:43:36.149Z] ---> Running in 9f624809d6a7 [2021-05-09T11:43:36.149Z] Removing intermediate container cbfa0aca2f01 [2021-05-09T11:43:36.149Z] ---> 55f93b89afce [2021-05-09T11:43:36.149Z] Step 20/22 : LABEL arch=x86_64 [2021-05-09T11:43:36.149Z] ---> be1d15550082 [2021-05-09T11:43:36.149Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-05-09T11:43:36.149Z] ---> Running in 141a9e30d3df [2021-05-09T11:43:36.417Z] Removing intermediate container 883acee33e1b [2021-05-09T11:43:36.417Z] ---> 32bb54788250 [2021-05-09T11:43:36.417Z] Step 21/22 : LABEL git_sha=a57cf9c4f4c06e0487161f3a27f3cfccc160748c [2021-05-09T11:43:36.417Z] ---> Running in 3c034c63a4d8 [2021-05-09T11:43:36.417Z] ---> Running in 058b6ab803d6 [2021-05-09T11:43:36.417Z] Removing intermediate container 9f624809d6a7 [2021-05-09T11:43:36.417Z] ---> d01763ff8ee3 [2021-05-09T11:43:36.417Z] Step 20/21 : LABEL git_sha=a57cf9c4f4c06e0487161f3a27f3cfccc160748c [2021-05-09T11:43:36.683Z] Removing intermediate container 141a9e30d3df [2021-05-09T11:43:36.683Z] ---> e2e7de5a282c [2021-05-09T11:43:36.683Z] Step 21/22 : LABEL git_sha=a57cf9c4f4c06e0487161f3a27f3cfccc160748c [2021-05-09T11:43:36.683Z] ---> Running in ca18c0d843de [2021-05-09T11:43:36.962Z] ---> Running in 2069e1d21d91 [2021-05-09T11:43:36.962Z] Removing intermediate container 058b6ab803d6 [2021-05-09T11:43:36.962Z] ---> 008066b2fe0f [2021-05-09T11:43:36.962Z] Step 22/22 : LABEL version=0.0.0 [2021-05-09T11:43:36.962Z] ---> Running in efe3368fda7f [2021-05-09T11:43:36.962Z] Removing intermediate container ca18c0d843de [2021-05-09T11:43:36.962Z] ---> 8b0c412fcc47 [2021-05-09T11:43:36.962Z] Step 21/21 : LABEL version=0.0.0 [2021-05-09T11:43:37.227Z] Removing intermediate container 2069e1d21d91 [2021-05-09T11:43:37.227Z] ---> 407257d495b0 [2021-05-09T11:43:37.227Z] Step 22/22 : LABEL version=0.0.0 [2021-05-09T11:43:37.227Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-09T11:43:37.227Z] ---> Running in 33c8ce744117 [2021-05-09T11:43:37.227Z] ---> Running in 609e35b52b12 [2021-05-09T11:43:37.227Z] Removing intermediate container efe3368fda7f [2021-05-09T11:43:37.227Z] ---> e46091e10890 [2021-05-09T11:43:37.227Z] [2021-05-09T11:43:37.496Z] Removing intermediate container 33c8ce744117 [2021-05-09T11:43:37.496Z] ---> 61945a5a3b38 [2021-05-09T11:43:37.496Z] [2021-05-09T11:43:37.763Z] Removing intermediate container 609e35b52b12 [2021-05-09T11:43:37.763Z] ---> b63b9c3f530a [2021-05-09T11:43:37.763Z] [2021-05-09T11:43:37.763Z] Successfully built e46091e10890 [2021-05-09T11:43:38.026Z] Successfully tagged docker-support-notifications-go:latest [2021-05-09T11:43:38.026Z] Building docker-sys-mgmt-agent-go [2021-05-09T11:43:38.026Z]  Building docker-support-notifications-go ... done Successfully built 61945a5a3b38 [2021-05-09T11:43:38.026Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-05-09T11:43:38.026Z]  Building docker-security-proxy-setup-go ... done Building docker-security-secretstore-setup-go [2021-05-09T11:43:38.026Z] Successfully built b63b9c3f530a [2021-05-09T11:43:38.026Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-05-09T11:43:38.026Z] Successfully tagged docker-support-scheduler-go:latest [2021-05-09T11:43:38.026Z] Building docker-core-metadata-go [2021-05-09T11:43:38.292Z]  Building docker-support-scheduler-go ... done Removing intermediate container 3c034c63a4d8 [2021-05-09T11:43:38.292Z] ---> 279193115f4f [2021-05-09T11:43:38.292Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-09T11:43:38.292Z] (2/6) Installing libgcc (9.3.0-r2) [2021-05-09T11:43:38.582Z] (3/6) Installing libsodium (1.0.18-r0) [2021-05-09T11:43:38.582Z] ---> 8a10f89953c4 [2021-05-09T11:43:38.582Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-05-09T11:43:38.582Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-05-09T11:43:39.562Z] ---> 8b1c9b839996 [2021-05-09T11:43:39.562Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-05-09T11:43:40.152Z] (5/6) Installing libzmq (4.3.3-r0) [2021-05-09T11:43:40.751Z] (6/6) Installing zeromq (4.3.3-r0) [2021-05-09T11:43:41.028Z] Executing busybox-1.31.1-r20.trigger [2021-05-09T11:43:41.028Z] OK: 8 MiB in 20 packages [2021-05-09T11:43:43.026Z] ---> ef9a79aca49f [2021-05-09T11:43:43.026Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-05-09T11:43:44.467Z] Removing intermediate container 9825bb9f7706 [2021-05-09T11:43:44.467Z] ---> 00a7d3da4238 [2021-05-09T11:43:44.467Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-09T11:43:45.054Z] ---> 969f3a295651 [2021-05-09T11:43:45.054Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-05-09T11:43:46.067Z] ---> 135455b42106 [2021-05-09T11:43:46.067Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-05-09T11:43:46.067Z] ---> 5baebb019253 [2021-05-09T11:43:46.067Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-05-09T11:43:47.105Z] ---> Running in ff0004790665 [2021-05-09T11:43:48.583Z] ---> 8657f1588a07 [2021-05-09T11:43:48.583Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-05-09T11:43:48.583Z] Removing intermediate container ff0004790665 [2021-05-09T11:43:48.583Z] ---> d62ed18295ea [2021-05-09T11:43:48.583Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-05-09T11:43:50.030Z] ---> 7bde918425a7 [2021-05-09T11:43:50.030Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-05-09T11:43:50.030Z] ---> 3b3825a133cb [2021-05-09T11:43:50.030Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-05-09T11:43:50.302Z] ---> Running in 3883bdced360 [2021-05-09T11:43:50.584Z] ---> Running in 375614f92c4c [2021-05-09T11:43:50.584Z] Removing intermediate container 3883bdced360 [2021-05-09T11:43:50.584Z] ---> e27f5730061d [2021-05-09T11:43:50.584Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-09T11:43:50.851Z] ---> Running in 8feb727e376e [2021-05-09T11:43:51.462Z] Removing intermediate container 8feb727e376e [2021-05-09T11:43:51.462Z] ---> 8cda9273a500 [2021-05-09T11:43:51.462Z] Step 21/23 : LABEL arch=x86_64 [2021-05-09T11:43:51.462Z] ---> Running in 11d071251997 [2021-05-09T11:43:52.062Z] Removing intermediate container 11d071251997 [2021-05-09T11:43:52.062Z] ---> b886c59769b6 [2021-05-09T11:43:52.062Z] Step 22/23 : LABEL git_sha=a57cf9c4f4c06e0487161f3a27f3cfccc160748c [2021-05-09T11:43:52.340Z] ---> Running in ed8f223395cd [2021-05-09T11:43:54.433Z] Removing intermediate container ed8f223395cd [2021-05-09T11:43:54.433Z] ---> 9112cb14e4a1 [2021-05-09T11:43:54.433Z] Step 23/23 : LABEL version=0.0.0 [2021-05-09T11:43:55.043Z] ---> Running in 4558a0afdf9a [2021-05-09T11:43:55.336Z] Removing intermediate container 375614f92c4c [2021-05-09T11:43:55.336Z] ---> f42ebee8c9dd [2021-05-09T11:43:55.336Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-05-09T11:43:55.956Z] Removing intermediate container 4558a0afdf9a [2021-05-09T11:43:55.956Z] ---> e49c2731f2a3 [2021-05-09T11:43:55.956Z] [2021-05-09T11:43:56.225Z] Successfully built e49c2731f2a3 [2021-05-09T11:43:56.509Z] Successfully tagged docker-core-data-go:latest [2021-05-09T11:43:56.509Z]  Building docker-core-data-go ... done Building docker-core-command-go [2021-05-09T11:43:57.120Z] ---> Running in 01720fc735ed [2021-05-09T11:43:57.736Z] Removing intermediate container 01720fc735ed [2021-05-09T11:43:57.736Z] ---> 4c7cc4b0fe02 [2021-05-09T11:43:57.736Z] Step 28/31 : CMD ["gate"] [2021-05-09T11:43:58.771Z] ---> Running in 29cec0f07ec2 [2021-05-09T11:44:02.205Z] Removing intermediate container 29cec0f07ec2 [2021-05-09T11:44:02.205Z] ---> 7f53521c14a5 [2021-05-09T11:44:02.205Z] Step 29/31 : LABEL arch=x86_64 [2021-05-09T11:44:02.205Z] ---> Running in 9d2ef51f0737 [2021-05-09T11:44:03.653Z] Removing intermediate container 9d2ef51f0737 [2021-05-09T11:44:03.653Z] ---> 7aae2381b808 [2021-05-09T11:44:03.653Z] Step 30/31 : LABEL git_sha=a57cf9c4f4c06e0487161f3a27f3cfccc160748c [2021-05-09T11:44:04.314Z] ---> Running in 2369aef8fd37 [2021-05-09T11:44:05.795Z] Removing intermediate container 2369aef8fd37 [2021-05-09T11:44:05.795Z] ---> dbf7909f973e [2021-05-09T11:44:05.795Z] Step 31/31 : LABEL version=0.0.0 [2021-05-09T11:44:06.790Z] ---> Running in 8444d1c4fa37 [2021-05-09T11:44:08.791Z] Removing intermediate container 8444d1c4fa37 [2021-05-09T11:44:08.791Z] ---> f2c9a446182e [2021-05-09T11:44:08.791Z] [2021-05-09T11:44:09.378Z] Successfully built f2c9a446182e [2021-05-09T11:44:09.646Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-05-09T11:44:09.910Z]  Building docker-security-bootstrapper-go ... done Step 1/25 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-09T11:44:09.910Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder [2021-05-09T11:44:09.910Z] ---> bae5501382d7 [2021-05-09T11:44:09.910Z] Step 3/25 : WORKDIR /edgex-go [2021-05-09T11:44:09.910Z] ---> Using cache [2021-05-09T11:44:09.910Z] ---> 937fb1604cd6 [2021-05-09T11:44:09.910Z] Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-09T11:44:09.990Z] Step 1/21 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-09T11:44:09.990Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-05-09T11:44:09.990Z] ---> 3d2419dd16fd [2021-05-09T11:44:09.990Z] Step 3/21 : WORKDIR /edgex-go [2021-05-09T11:44:09.990Z] Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-09T11:44:09.990Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-05-09T11:44:09.990Z] ---> 3d2419dd16fd [2021-05-09T11:44:09.990Z] Step 3/22 : WORKDIR /edgex-go [2021-05-09T11:44:09.990Z] Step 1/25 : ARG BUILDER_BASE=golang:1.16-alpine3.12Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-09T11:44:09.990Z] [2021-05-09T11:44:09.990Z] Step 2/23 : FROM ${BUILDER_BASE} AS builderStep 2/25 : FROM ${BUILDER_BASE} AS builder [2021-05-09T11:44:09.990Z] ---> 3d2419dd16fd [2021-05-09T11:44:09.990Z] Step 3/25 : WORKDIR /edgex-go [2021-05-09T11:44:09.990Z] [2021-05-09T11:44:09.990Z] ---> 3d2419dd16fd [2021-05-09T11:44:09.990Z] Step 3/23 : WORKDIR /edgex-go [2021-05-09T11:44:09.990Z] Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-09T11:44:09.990Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-05-09T11:44:09.990Z] ---> 3d2419dd16fd [2021-05-09T11:44:09.990Z] Step 3/22 : WORKDIR /edgex-go [2021-05-09T11:44:09.990Z] ---> Running in 2602c6c9b622 [2021-05-09T11:44:09.990Z] ---> Running in e0dd83d41ef2 [2021-05-09T11:44:09.990Z] ---> Running in 50c5fa0bacde [2021-05-09T11:44:09.990Z] ---> Running in 4f6b30bd98e5 [2021-05-09T11:44:09.990Z] ---> Running in 9fa4d744e5c8 [2021-05-09T11:44:09.990Z] Removing intermediate container 4f6b30bd98e5 [2021-05-09T11:44:09.990Z] ---> 4f60f7274a6c [2021-05-09T11:44:09.990Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-09T11:44:09.990Z] Removing intermediate container 9fa4d744e5c8 [2021-05-09T11:44:09.990Z] ---> 56ea593b5a57 [2021-05-09T11:44:09.990Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-09T11:44:09.990Z] Removing intermediate container 2602c6c9b622 [2021-05-09T11:44:09.990Z] ---> 24ac11e2e28f [2021-05-09T11:44:09.990Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-09T11:44:09.990Z] Removing intermediate container 50c5fa0bacde [2021-05-09T11:44:09.990Z] ---> ba7d0caaff73 [2021-05-09T11:44:09.990Z] Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-09T11:44:09.990Z] Removing intermediate container e0dd83d41ef2 [2021-05-09T11:44:09.990Z] ---> a832c34fbdc8 [2021-05-09T11:44:09.990Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-09T11:44:09.990Z] ---> Running in b56f3d021cc1 [2021-05-09T11:44:09.991Z] ---> Running in ea450405d225 [2021-05-09T11:44:09.991Z] ---> Running in 007b64b20f3f [2021-05-09T11:44:09.991Z] ---> Running in 5fafaae51718 [2021-05-09T11:44:09.991Z] ---> Running in 29193f636017 [2021-05-09T11:44:09.991Z] Removing intermediate container b56f3d021cc1 [2021-05-09T11:44:09.991Z] ---> 2eb0e3b1867c [2021-05-09T11:44:09.991Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-05-09T11:44:09.991Z] ---> Running in ee2a6435075d [2021-05-09T11:44:09.991Z] Removing intermediate container ea450405d225 [2021-05-09T11:44:09.991Z] ---> 671c22e6dfb9 [2021-05-09T11:44:09.991Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-05-09T11:44:09.991Z] Removing intermediate container 007b64b20f3f [2021-05-09T11:44:09.991Z] ---> 23de7438a99c [2021-05-09T11:44:09.991Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-05-09T11:44:09.991Z] ---> Running in ca1634abb683 [2021-05-09T11:44:09.991Z] Removing intermediate container 5fafaae51718 [2021-05-09T11:44:09.991Z] ---> bb9e0020b728 [2021-05-09T11:44:09.991Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-05-09T11:44:09.991Z] ---> Running in 97ca0c651514 [2021-05-09T11:44:09.991Z] Removing intermediate container 29193f636017 [2021-05-09T11:44:09.991Z] ---> bf94e4f58e1a [2021-05-09T11:44:09.991Z] Step 5/25 : RUN apk add --update --no-cache make git [2021-05-09T11:44:09.991Z] ---> Running in 3a35110afd90 [2021-05-09T11:44:09.991Z] ---> Running in f2ea154b5e59 [2021-05-09T11:44:10.175Z] ---> Using cache [2021-05-09T11:44:10.175Z] ---> dcd4d041bb84 [2021-05-09T11:44:10.175Z] Step 5/25 : RUN apk add --update --no-cache make git [2021-05-09T11:44:10.175Z] Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-09T11:44:10.175Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-05-09T11:44:10.175Z] ---> bae5501382d7 [2021-05-09T11:44:10.175Z] Step 3/23 : WORKDIR /edgex-go [2021-05-09T11:44:10.175Z] ---> Using cache [2021-05-09T11:44:10.175Z] ---> 937fb1604cd6 [2021-05-09T11:44:10.175Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-09T11:44:10.175Z] ---> Using cache [2021-05-09T11:44:10.175Z] ---> dcd4d041bb84 [2021-05-09T11:44:10.175Z] Step 5/23 : RUN apk add --update --no-cache make bash git [2021-05-09T11:44:10.262Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-09T11:44:10.484Z] Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-09T11:44:10.484Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-05-09T11:44:10.484Z] ---> bae5501382d7 [2021-05-09T11:44:10.484Z] Step 3/23 : WORKDIR /edgex-go [2021-05-09T11:44:10.484Z] ---> Using cache [2021-05-09T11:44:10.484Z] ---> 937fb1604cd6 [2021-05-09T11:44:10.484Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-09T11:44:10.484Z] ---> Using cache [2021-05-09T11:44:10.484Z] ---> dcd4d041bb84 [2021-05-09T11:44:10.484Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-05-09T11:44:10.861Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-09T11:44:11.140Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-09T11:44:11.411Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-09T11:44:11.411Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-09T11:44:11.440Z] ---> Running in 4f7989a81e23 [2021-05-09T11:44:11.440Z] ---> Running in c1d203cb8ce7 [2021-05-09T11:44:11.440Z] ---> Running in cecef8a80df9 [2021-05-09T11:44:12.834Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-09T11:44:12.834Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-09T11:44:13.103Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-09T11:44:13.103Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-09T11:44:13.375Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-09T11:44:13.447Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-09T11:44:13.447Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-09T11:44:13.447Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-09T11:44:13.974Z] OK: 218 MiB in 52 packages [2021-05-09T11:44:14.255Z] OK: 218 MiB in 52 packages [2021-05-09T11:44:14.255Z] OK: 218 MiB in 52 packages [2021-05-09T11:44:15.406Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-09T11:44:15.406Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-09T11:44:15.406Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-09T11:44:15.699Z] Removing intermediate container f2ea154b5e59 [2021-05-09T11:44:15.699Z] ---> 28c3acdd5af2 [2021-05-09T11:44:15.699Z] Step 6/25 : COPY go.mod . [2021-05-09T11:44:15.699Z] Removing intermediate container 3a35110afd90 [2021-05-09T11:44:15.699Z] ---> fcbc9386cb69 [2021-05-09T11:44:15.699Z] Step 6/23 : COPY go.mod . [2021-05-09T11:44:15.972Z] Removing intermediate container ca1634abb683 [2021-05-09T11:44:15.972Z] ---> af8c22fc6c48 [2021-05-09T11:44:15.972Z] Step 6/21 : COPY go.mod . [2021-05-09T11:44:16.247Z] OK: 218 MiB in 52 packages [2021-05-09T11:44:16.415Z] OK: 219 MiB in 52 packages [2021-05-09T11:44:16.529Z] ---> d6f8f861a18d [2021-05-09T11:44:16.529Z] Step 7/25 : RUN go mod download [2021-05-09T11:44:16.529Z] OK: 218 MiB in 52 packages [2021-05-09T11:44:16.692Z] OK: 219 MiB in 52 packages [2021-05-09T11:44:16.692Z] OK: 219 MiB in 52 packages [2021-05-09T11:44:16.805Z] ---> Running in b284c02a299a [2021-05-09T11:44:17.079Z] ---> a05419f6f933 [2021-05-09T11:44:17.079Z] Step 7/23 : RUN go mod download [2021-05-09T11:44:17.354Z] ---> Running in 20752ee09b48 [2021-05-09T11:44:17.354Z] ---> 6d7e71a6c431 [2021-05-09T11:44:17.354Z] Step 7/21 : RUN go mod download [2021-05-09T11:44:17.629Z] ---> Running in 152ba5f56d8e [2021-05-09T11:44:18.237Z] Removing intermediate container ee2a6435075d [2021-05-09T11:44:18.237Z] ---> a12e26c17206 [2021-05-09T11:44:18.237Z] Step 6/22 : COPY go.mod . [2021-05-09T11:44:18.513Z] Removing intermediate container 97ca0c651514 [2021-05-09T11:44:18.513Z] ---> 52e46f3e829d [2021-05-09T11:44:18.513Z] Step 6/22 : COPY go.mod . [2021-05-09T11:44:19.505Z] ---> a1752131a561 [2021-05-09T11:44:19.505Z] Step 7/22 : RUN go mod download [2021-05-09T11:44:19.505Z] ---> 8411bc52e530 [2021-05-09T11:44:19.505Z] Step 7/22 : RUN go mod download [2021-05-09T11:44:19.786Z] ---> Running in 68a597820b6f [2021-05-09T11:44:19.786Z] ---> Running in f130a0c80a82 [2021-05-09T11:44:20.129Z] Removing intermediate container cecef8a80df9 [2021-05-09T11:44:20.129Z] ---> 81463e4378df [2021-05-09T11:44:20.129Z] Step 6/23 : COPY go.mod . [2021-05-09T11:44:20.398Z] Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-09T11:44:20.399Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-05-09T11:44:20.399Z] ---> bae5501382d7 [2021-05-09T11:44:20.399Z] Step 3/23 : WORKDIR /edgex-go [2021-05-09T11:44:20.399Z] ---> Using cache [2021-05-09T11:44:20.399Z] ---> 937fb1604cd6 [2021-05-09T11:44:20.399Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-09T11:44:20.399Z] ---> Using cache [2021-05-09T11:44:20.399Z] ---> dcd4d041bb84 [2021-05-09T11:44:20.399Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-05-09T11:44:20.399Z] ---> Using cache [2021-05-09T11:44:20.399Z] ---> 274ddad9681b [2021-05-09T11:44:20.399Z] Step 6/23 : COPY go.mod . [2021-05-09T11:44:20.399Z] Removing intermediate container 4f7989a81e23 [2021-05-09T11:44:20.399Z] ---> feecb9924694 [2021-05-09T11:44:20.399Z] Step 6/25 : COPY go.mod . [2021-05-09T11:44:20.782Z] Removing intermediate container b284c02a299a [2021-05-09T11:44:20.782Z] ---> 45d7f395f594 [2021-05-09T11:44:20.782Z] Step 8/25 : COPY . . [2021-05-09T11:44:21.379Z] Removing intermediate container c1d203cb8ce7 [2021-05-09T11:44:21.379Z] ---> 274ddad9681b [2021-05-09T11:44:21.379Z] Step 6/23 : COPY go.mod . [2021-05-09T11:44:21.379Z] ---> f207f0baf32b [2021-05-09T11:44:21.379Z] Step 7/23 : RUN go mod download [2021-05-09T11:44:21.379Z] ---> 11dc03999493 [2021-05-09T11:44:21.379Z] Step 7/25 : RUN go mod download [2021-05-09T11:44:21.379Z] ---> 6c3dfb2f7237 [2021-05-09T11:44:21.379Z] Step 7/23 : RUN go mod download [2021-05-09T11:44:21.379Z] ---> Running in 3471d0574f0a [2021-05-09T11:44:21.379Z] ---> Running in 90df4cee7994 [2021-05-09T11:44:21.379Z] ---> Running in 4e0f75b78839 [2021-05-09T11:44:21.381Z] Removing intermediate container 20752ee09b48 [2021-05-09T11:44:21.381Z] ---> 997dc28029a6 [2021-05-09T11:44:21.381Z] Step 8/23 : COPY . . [2021-05-09T11:44:21.652Z] ---> 9278bb3162db [2021-05-09T11:44:21.652Z] Step 7/23 : RUN go mod download [2021-05-09T11:44:21.655Z] Removing intermediate container 152ba5f56d8e [2021-05-09T11:44:21.655Z] ---> cd023ffb4a2d [2021-05-09T11:44:21.655Z] Step 8/21 : COPY . . [2021-05-09T11:44:21.944Z] ---> Running in f4af2989070d [2021-05-09T11:44:24.591Z] Removing intermediate container 3471d0574f0a [2021-05-09T11:44:24.591Z] ---> 912dd63140b2 [2021-05-09T11:44:24.591Z] Step 8/25 : COPY . . [2021-05-09T11:44:24.591Z] Removing intermediate container 90df4cee7994 [2021-05-09T11:44:24.591Z] ---> d1e891e8b577 [2021-05-09T11:44:24.591Z] Step 8/23 : COPY . . [2021-05-09T11:44:24.591Z] Removing intermediate container f4af2989070d [2021-05-09T11:44:24.591Z] ---> abad3738a5d0 [2021-05-09T11:44:24.591Z] Step 8/23 : COPY . . [2021-05-09T11:44:24.591Z] Removing intermediate container 4e0f75b78839 [2021-05-09T11:44:24.591Z] ---> 706af719f970 [2021-05-09T11:44:24.591Z] Step 8/23 : COPY . . [2021-05-09T11:44:25.065Z] Removing intermediate container 68a597820b6f [2021-05-09T11:44:25.065Z] ---> 96858eb0058f [2021-05-09T11:44:25.065Z] Step 8/22 : COPY . . [2021-05-09T11:44:25.065Z] Removing intermediate container f130a0c80a82 [2021-05-09T11:44:25.065Z] ---> b2ce024fcdc3 [2021-05-09T11:44:25.065Z] Step 8/22 : COPY . . [2021-05-09T11:44:51.880Z] ---> 6ad4fdd8002b [2021-05-09T11:44:51.880Z] Step 9/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-05-09T11:44:51.880Z] ---> 718926ef1977 [2021-05-09T11:44:51.880Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-05-09T11:44:51.880Z] ---> 7ef6e0ed92fa [2021-05-09T11:44:51.880Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-05-09T11:44:51.880Z] ---> c1d396af44b6 [2021-05-09T11:44:51.880Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-05-09T11:44:51.880Z] ---> bfd59a0f1030 [2021-05-09T11:44:51.880Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-05-09T11:44:51.880Z] ---> Running in 7be0f30281e1 [2021-05-09T11:44:51.880Z] ---> Running in 9addbf25fff7 [2021-05-09T11:44:51.880Z] ---> Running in 4ae2aa1b3c71 [2021-05-09T11:44:51.880Z] ---> Running in fb4b98a23f73 [2021-05-09T11:44:51.880Z] ---> Running in 159f5dee6ccc [2021-05-09T11:44:51.880Z] 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-09T11:44:51.880Z] 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-09T11:44:51.880Z] 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-09T11:44:51.880Z] 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-09T11:44:51.880Z] 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-09T11:45:03.878Z] ---> 82dbaafff8f6 [2021-05-09T11:45:03.878Z] ---> f68c90adda00 [2021-05-09T11:45:03.878Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-05-09T11:45:03.878Z] Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-05-09T11:45:03.878Z] ---> 4bfbb2ec768a [2021-05-09T11:45:03.878Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-05-09T11:45:03.878Z] ---> Running in aa3c6623bfdb [2021-05-09T11:45:03.878Z] ---> Running in 34346d887eab [2021-05-09T11:45:03.878Z] ---> Running in c4b8528b20d5 [2021-05-09T11:45:03.878Z] ---> 72403dfe3442 [2021-05-09T11:45:03.878Z] Step 9/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-05-09T11:45:03.878Z] ---> Running in 4478c079fd2b [2021-05-09T11:45:03.878Z] 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-09T11:45:03.878Z] 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-09T11:45:03.878Z] 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-09T11:45:03.878Z] 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-09T11:45:43.193Z] 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-09T11:45:47.452Z] Removing intermediate container 34346d887eab [2021-05-09T11:45:47.452Z] ---> 5adbb4ad7a4b [2021-05-09T11:45:47.452Z] Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-05-09T11:45:47.452Z] Removing intermediate container c4b8528b20d5 [2021-05-09T11:45:47.452Z] ---> d7c862e7f4f9 [2021-05-09T11:45:47.452Z] [2021-05-09T11:45:47.452Z] Step 10/23 : FROM alpine:3.12 [2021-05-09T11:45:47.452Z] ---> 13621d1b12d4 [2021-05-09T11:45:47.452Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-05-09T11:45:47.722Z] ---> Using cache [2021-05-09T11:45:47.722Z] ---> 05683831ca1d [2021-05-09T11:45:47.722Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-05-09T11:45:47.722Z] ---> Using cache [2021-05-09T11:45:47.722Z] ---> b426de34d83d [2021-05-09T11:45:47.722Z] Step 13/23 : ENV APP_PORT=48082 [2021-05-09T11:45:49.168Z] ---> Running in 51f5a69526f7 [2021-05-09T11:45:49.168Z] ---> Running in 9be7669b89cf [2021-05-09T11:45:49.813Z] Removing intermediate container 4478c079fd2b [2021-05-09T11:45:49.813Z] ---> d5c8ab269342 [2021-05-09T11:45:49.813Z] [2021-05-09T11:45:49.813Z] Step 10/25 : FROM alpine:3.12 [2021-05-09T11:45:50.116Z] ---> 13621d1b12d4 [2021-05-09T11:45:50.116Z] Step 11/25 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec [2021-05-09T11:45:51.096Z] Removing intermediate container 51f5a69526f7 [2021-05-09T11:45:51.096Z] ---> ba8497b559ef [2021-05-09T11:45:51.096Z] Step 14/23 : EXPOSE $APP_PORT [2021-05-09T11:45:51.374Z] 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-09T11:45:51.374Z] ---> Running in 2baad614c5a9 [2021-05-09T11:45:51.374Z] ---> Running in 2c50b2794a9e [2021-05-09T11:45:51.651Z] Removing intermediate container aa3c6623bfdb [2021-05-09T11:45:51.651Z] ---> 1fde8a35b7a7 [2021-05-09T11:45:51.651Z] [2021-05-09T11:45:51.651Z] Step 10/23 : FROM alpine:3.12 [2021-05-09T11:45:51.651Z] ---> 13621d1b12d4 [2021-05-09T11:45:51.651Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-05-09T11:45:51.651Z] ---> Using cache [2021-05-09T11:45:51.651Z] ---> 05683831ca1d [2021-05-09T11:45:51.651Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-05-09T11:45:51.651Z] ---> Using cache [2021-05-09T11:45:51.651Z] ---> b426de34d83d [2021-05-09T11:45:51.651Z] Step 13/23 : ENV APP_PORT=48081 [2021-05-09T11:45:51.955Z] ---> Running in 0f2d239e6b13 [2021-05-09T11:45:51.955Z] Removing intermediate container 2c50b2794a9e [2021-05-09T11:45:51.955Z] ---> 6766ce337ef1 [2021-05-09T11:45:51.955Z] Step 15/23 : WORKDIR / [2021-05-09T11:45:51.955Z] ---> Running in d41aee3b4755 [2021-05-09T11:45:51.955Z] Removing intermediate container 0f2d239e6b13 [2021-05-09T11:45:51.955Z] ---> 746efee1990d [2021-05-09T11:45:51.955Z] Step 14/23 : EXPOSE $APP_PORT [2021-05-09T11:45:52.237Z] ---> Running in cfe6a4ca31d9 [2021-05-09T11:45:52.237Z] Removing intermediate container d41aee3b4755 [2021-05-09T11:45:52.237Z] ---> 5535c5d9858a [2021-05-09T11:45:52.237Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-09T11:45:52.237Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-09T11:45:52.520Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-09T11:45:52.810Z] (1/6) Installing ca-certificates (20191127-r4) [2021-05-09T11:45:52.810Z] (2/6) Installing nghttp2-libs (1.41.0-r0) [2021-05-09T11:45:52.810Z] (3/6) Installing libcurl (7.76.1-r0) [2021-05-09T11:45:52.810Z] (4/6) Installing curl (7.76.1-r0) [2021-05-09T11:45:52.810Z] (5/6) Installing dumb-init (1.2.2-r1) [2021-05-09T11:45:52.810Z] (6/6) Installing su-exec (0.2-r1) [2021-05-09T11:45:52.810Z] Executing busybox-1.31.1-r20.trigger [2021-05-09T11:45:53.086Z] Executing ca-certificates-20191127-r4.trigger [2021-05-09T11:45:53.086Z] OK: 7 MiB in 20 packages [2021-05-09T11:45:53.363Z] Removing intermediate container cfe6a4ca31d9 [2021-05-09T11:45:53.363Z] ---> 1f84f313b8b3 [2021-05-09T11:45:53.363Z] Step 15/23 : WORKDIR / [2021-05-09T11:45:54.109Z] ---> Running in a5b193f1f0e3 [2021-05-09T11:45:54.109Z] ---> 44f47361b00f [2021-05-09T11:45:54.109Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-05-09T11:45:54.109Z] Removing intermediate container 9be7669b89cf [2021-05-09T11:45:54.109Z] ---> b179f6437c03 [2021-05-09T11:45:54.109Z] [2021-05-09T11:45:54.109Z] Step 11/23 : FROM docker:20.10.0 [2021-05-09T11:45:54.690Z] 20.10.0: Pulling from library/docker [2021-05-09T11:45:54.690Z] Removing intermediate container a5b193f1f0e3 [2021-05-09T11:45:54.690Z] ---> 7f5b825e7c7e [2021-05-09T11:45:54.690Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-09T11:45:56.046Z] Removing intermediate container 2baad614c5a9 [2021-05-09T11:45:56.046Z] ---> 216103e1c51c [2021-05-09T11:45:56.046Z] Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-05-09T11:45:56.368Z] ---> e016a2b8d7ab [2021-05-09T11:45:56.368Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-05-09T11:45:56.368Z] ---> 328fc72a06b5 [2021-05-09T11:45:56.368Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-05-09T11:45:56.708Z] ---> Running in 7669d408e290 [2021-05-09T11:45:58.163Z] Removing intermediate container 7669d408e290 [2021-05-09T11:45:58.163Z] ---> 1628157c2ee6 [2021-05-09T11:45:58.163Z] Step 13/25 : WORKDIR / [2021-05-09T11:45:58.163Z] ---> a9e9410cd0aa [2021-05-09T11:45:58.163Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-05-09T11:45:58.163Z] ---> 8226094fd36b [2021-05-09T11:45:58.163Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-05-09T11:45:58.466Z] ---> Running in 7a6727670c04 [2021-05-09T11:45:58.466Z] ---> Running in 988026964d59 [2021-05-09T11:45:58.846Z] Removing intermediate container 7a6727670c04 [2021-05-09T11:45:58.846Z] ---> e2d5c573a311 [2021-05-09T11:45:58.846Z] 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-09T11:45:58.846Z] Removing intermediate container 988026964d59 [2021-05-09T11:45:58.846Z] ---> 485d6166f55f [2021-05-09T11:45:58.846Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-09T11:45:59.196Z] ---> 269890a37130 [2021-05-09T11:45:59.196Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-05-09T11:45:59.196Z] ---> Running in 90591ddc77c2 [2021-05-09T11:45:59.477Z] ---> Running in 6c34085d68b2 [2021-05-09T11:45:59.752Z] Removing intermediate container 90591ddc77c2 [2021-05-09T11:45:59.752Z] ---> 748e9571573c [2021-05-09T11:45:59.752Z] Step 21/23 : LABEL arch=x86_64 [2021-05-09T11:46:00.033Z] ---> b2806600a03c [2021-05-09T11:46:00.033Z] 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-09T11:46:00.033Z] ---> Running in ac9a241c506f [2021-05-09T11:46:00.033Z] Removing intermediate container 6c34085d68b2 [2021-05-09T11:46:00.033Z] ---> 1a158c05b275 [2021-05-09T11:46:00.033Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-09T11:46:00.033Z] ---> Running in b2890f471a5a [2021-05-09T11:46:00.314Z] Removing intermediate container ac9a241c506f [2021-05-09T11:46:00.314Z] ---> bf2d56cb0751 [2021-05-09T11:46:00.314Z] Step 22/23 : LABEL git_sha=a57cf9c4f4c06e0487161f3a27f3cfccc160748c [2021-05-09T11:46:00.314Z] ---> Running in eb48298a12bc [2021-05-09T11:46:00.597Z] Removing intermediate container b2890f471a5a [2021-05-09T11:46:00.597Z] ---> aee3b0568077 [2021-05-09T11:46:00.597Z] Step 21/23 : LABEL arch=x86_64 [2021-05-09T11:46:00.597Z] ---> 781f6a93935c [2021-05-09T11:46:00.597Z] Step 16/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-05-09T11:46:00.597Z] ---> Running in 269ccfed93d7 [2021-05-09T11:46:00.869Z] Removing intermediate container eb48298a12bc [2021-05-09T11:46:00.869Z] ---> aea53c5452eb [2021-05-09T11:46:00.869Z] Step 23/23 : LABEL version=0.0.0 [2021-05-09T11:46:00.869Z] ---> Running in d73b4708fdb3 [2021-05-09T11:46:01.142Z] Removing intermediate container 269ccfed93d7 [2021-05-09T11:46:01.142Z] ---> a561071d38ce [2021-05-09T11:46:01.142Z] Step 22/23 : LABEL git_sha=a57cf9c4f4c06e0487161f3a27f3cfccc160748c [2021-05-09T11:46:01.427Z] ---> fdc886bd3144 [2021-05-09T11:46:01.427Z] 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-09T11:46:01.427Z] ---> Running in eef748e25aad [2021-05-09T11:46:01.427Z] Removing intermediate container d73b4708fdb3 [2021-05-09T11:46:01.427Z] ---> ee074788f85a [2021-05-09T11:46:01.427Z] [2021-05-09T11:46:02.041Z] Successfully built ee074788f85a [2021-05-09T11:46:02.041Z] Removing intermediate container eef748e25aad [2021-05-09T11:46:02.041Z] ---> 1979f5938c92 [2021-05-09T11:46:02.041Z] Step 23/23 : LABEL version=0.0.0 [2021-05-09T11:46:02.041Z] Successfully tagged docker-core-command-go:latest [2021-05-09T11:46:02.041Z]  Building docker-core-command-go ... done  ---> 014bd7d42f90 [2021-05-09T11:46:02.041Z] Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-05-09T11:46:02.313Z] ---> Running in 23ce15b4f45b [2021-05-09T11:46:02.588Z] Removing intermediate container 23ce15b4f45b [2021-05-09T11:46:02.588Z] ---> 7bfa52ce5491 [2021-05-09T11:46:02.588Z] [2021-05-09T11:46:02.857Z] ---> 5450bfb932cc [2021-05-09T11:46:02.857Z] Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-05-09T11:46:03.838Z] Successfully built 7bfa52ce5491 [2021-05-09T11:46:03.838Z] Successfully tagged docker-core-metadata-go:latest [2021-05-09T11:46:04.816Z]  Building docker-core-metadata-go ... done  ---> e99d1014cb99 [2021-05-09T11:46:04.816Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-05-09T11:46:05.443Z] ---> 16f96e269599 [2021-05-09T11:46:05.443Z] 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-09T11:46:05.443Z] ---> Running in edb601e5f575 [2021-05-09T11:46:05.443Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-05-09T11:46:05.443Z] Status: Downloaded newer image for docker:20.10.0 [2021-05-09T11:46:05.443Z] ---> aefe523efa57 [2021-05-09T11:46:05.443Z] 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-09T11:46:05.729Z] ---> Running in 94ed3bca9c5c [2021-05-09T11:46:06.013Z] Removing intermediate container 94ed3bca9c5c [2021-05-09T11:46:06.013Z] ---> d043c91148dc [2021-05-09T11:46:06.013Z] Step 13/23 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 [2021-05-09T11:46:06.013Z] ---> Running in 1fcb6a5fb468 [2021-05-09T11:46:07.004Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-09T11:46:07.004Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-09T11:46:07.004Z] (1/39) Installing readline (8.0.4-r0) [2021-05-09T11:46:07.004Z] (2/39) Installing bash (5.0.17-r0) [2021-05-09T11:46:07.307Z] Executing bash-5.0.17-r0.post-install [2021-05-09T11:46:07.307Z] (3/39) Installing nghttp2-libs (1.41.0-r0) [2021-05-09T11:46:07.307Z] (4/39) Installing libcurl (7.76.1-r0) [2021-05-09T11:46:07.307Z] (5/39) Installing curl (7.76.1-r0) [2021-05-09T11:46:07.307Z] (6/39) Installing dumb-init (1.2.2-r1) [2021-05-09T11:46:07.307Z] (7/39) Installing libbz2 (1.0.8-r1) [2021-05-09T11:46:07.307Z] (8/39) Installing expat (2.2.9-r1) [2021-05-09T11:46:07.307Z] (9/39) Installing libffi (3.3-r2) [2021-05-09T11:46:07.307Z] (10/39) Installing gdbm (1.13-r1) [2021-05-09T11:46:07.307Z] (11/39) Installing xz-libs (5.2.5-r0) [2021-05-09T11:46:07.307Z] Removing intermediate container edb601e5f575 [2021-05-09T11:46:07.307Z] ---> 67fdd1cc5546 [2021-05-09T11:46:07.307Z] Step 22/25 : ENTRYPOINT ["entrypoint.sh"] [2021-05-09T11:46:07.307Z] (12/39) Installing sqlite-libs (3.32.1-r0) [2021-05-09T11:46:07.307Z] (13/39) Installing python3 (3.8.10-r0) [2021-05-09T11:46:07.624Z] ---> Running in be5ec3d7c3e2 [2021-05-09T11:46:09.119Z] Removing intermediate container be5ec3d7c3e2 [2021-05-09T11:46:09.119Z] ---> 7f8b24ce677a [2021-05-09T11:46:09.119Z] Step 23/25 : LABEL arch=x86_64 [2021-05-09T11:46:10.120Z] ---> Running in c65b3820fa77 [2021-05-09T11:46:10.120Z] (14/39) Installing py3-appdirs (1.4.4-r1) [2021-05-09T11:46:10.120Z] (15/39) Installing py3-ordered-set (4.0.1-r0) [2021-05-09T11:46:10.120Z] (16/39) Installing py3-parsing (2.4.7-r0) [2021-05-09T11:46:10.120Z] (17/39) Installing py3-six (1.15.0-r0) [2021-05-09T11:46:10.120Z] (18/39) Installing py3-packaging (20.4-r0) [2021-05-09T11:46:10.120Z] (19/39) Installing py3-setuptools (47.0.0-r0) [2021-05-09T11:46:10.120Z] (20/39) Installing py3-chardet (3.0.4-r4) [2021-05-09T11:46:10.423Z] (21/39) Installing py3-idna (2.9-r0) [2021-05-09T11:46:10.423Z] (22/39) Installing py3-certifi (2020.4.5.1-r0) [2021-05-09T11:46:10.423Z] (23/39) Installing py3-urllib3 (1.25.9-r0) [2021-05-09T11:46:10.423Z] (24/39) Installing py3-requests (2.23.0-r0) [2021-05-09T11:46:10.423Z] (25/39) Installing py3-msgpack (1.0.0-r0) [2021-05-09T11:46:10.423Z] (26/39) Installing py3-lockfile (0.12.2-r3) [2021-05-09T11:46:10.423Z] (27/39) Installing py3-cachecontrol (0.12.6-r0) [2021-05-09T11:46:10.423Z] (28/39) Installing py3-colorama (0.4.3-r0) [2021-05-09T11:46:10.423Z] (29/39) Installing py3-distlib (0.3.0-r0) [2021-05-09T11:46:11.387Z] (30/39) Installing py3-distro (1.5.0-r1) [2021-05-09T11:46:11.387Z] (31/39) Installing py3-webencodings (0.5.1-r3) [2021-05-09T11:46:11.387Z] (32/39) Installing py3-html5lib (1.0.1-r4) [2021-05-09T11:46:11.387Z] Removing intermediate container c65b3820fa77 [2021-05-09T11:46:11.387Z] ---> db6291eba158 [2021-05-09T11:46:11.387Z] Step 24/25 : LABEL git_sha=a57cf9c4f4c06e0487161f3a27f3cfccc160748c [2021-05-09T11:46:11.387Z] (33/39) Installing py3-pytoml (0.1.21-r0) [2021-05-09T11:46:11.387Z] (34/39) Installing py3-pep517 (0.8.2-r0) [2021-05-09T11:46:11.387Z] (35/39) Installing py3-progress (1.5-r0) [2021-05-09T11:46:11.387Z] (36/39) Installing py3-toml (0.10.1-r0) [2021-05-09T11:46:11.387Z] (37/39) Installing py3-retrying (1.3.3-r0) [2021-05-09T11:46:11.387Z] ---> Running in de35eb1b190e [2021-05-09T11:46:11.661Z] (38/39) Installing py3-contextlib2 (0.6.0-r0) [2021-05-09T11:46:11.661Z] (39/39) Installing py3-pip (20.1.1-r0) [2021-05-09T11:46:11.661Z] Executing busybox-1.31.1-r19.trigger [2021-05-09T11:46:11.661Z] OK: 72 MiB in 59 packages [2021-05-09T11:46:12.652Z] Removing intermediate container de35eb1b190e [2021-05-09T11:46:12.652Z] ---> 5c3b69dc6fd8 [2021-05-09T11:46:12.652Z] Step 25/25 : LABEL version=0.0.0 [2021-05-09T11:46:12.652Z] ---> Running in a89338dad76a [2021-05-09T11:46:12.921Z] Removing intermediate container a89338dad76a [2021-05-09T11:46:12.921Z] ---> bf4fd5d527b5 [2021-05-09T11:46:12.921Z] [2021-05-09T11:46:13.185Z] Successfully built bf4fd5d527b5 [2021-05-09T11:46:13.185Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-05-09T11:46:13.451Z]  Building docker-security-secretstore-setup-go ... done Collecting docker-compose==1.23.2 [2021-05-09T11:46:13.451Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-05-09T11:46:13.714Z] Collecting websocket-client<1.0,>=0.32.0 [2021-05-09T11:46:13.714Z] Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) [2021-05-09T11:46:13.979Z] Collecting docker<4.0,>=3.6.0 [2021-05-09T11:46:13.979Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-05-09T11:46:14.246Z] Collecting dockerpty<0.5,>=0.4.1 [2021-05-09T11:46:14.246Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-05-09T11:46:14.825Z] 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-09T11:46:14.825Z] Collecting jsonschema<3,>=2.5.1 [2021-05-09T11:46:14.825Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-05-09T11:46:15.087Z] Collecting texttable<0.10,>=0.9.0 [2021-05-09T11:46:15.087Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-05-09T11:46:15.663Z] Collecting cached-property<2,>=1.2.0 [2021-05-09T11:46:15.663Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-05-09T11:46:15.663Z] Collecting PyYAML<4,>=3.10 [2021-05-09T11:46:15.663Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-05-09T11:46:17.063Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-05-09T11:46:17.063Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-05-09T11:46:17.063Z] Collecting docopt<0.7,>=0.6.1 [2021-05-09T11:46:17.063Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-05-09T11:46:17.648Z] Collecting docker-pycreds>=0.4.0 [2021-05-09T11:46:17.648Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-05-09T11:46:17.648Z] 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-09T11:46:17.913Z] Collecting idna<2.8,>=2.5 [2021-05-09T11:46:17.913Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-05-09T11:46:17.913Z] Collecting urllib3<1.25,>=1.21.1 [2021-05-09T11:46:17.913Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-05-09T11:46:17.913Z] 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-09T11:46:17.913Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-05-09T11:46:17.913Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-05-09T11:46:17.913Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-05-09T11:46:17.913Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-05-09T11:46:18.183Z] Installing collected packages: websocket-client, docker-pycreds, idna, urllib3, requests, docker, dockerpty, jsonschema, texttable, cached-property, PyYAML, docopt, docker-compose [2021-05-09T11:46:18.448Z] Attempting uninstall: idna [2021-05-09T11:46:18.448Z] Found existing installation: idna 2.9 [2021-05-09T11:46:18.448Z] Uninstalling idna-2.9: [2021-05-09T11:46:18.448Z] Successfully uninstalled idna-2.9 [2021-05-09T11:46:18.713Z] Attempting uninstall: urllib3 [2021-05-09T11:46:18.713Z] Found existing installation: urllib3 1.25.9 [2021-05-09T11:46:18.713Z] Uninstalling urllib3-1.25.9: [2021-05-09T11:46:18.713Z] Successfully uninstalled urllib3-1.25.9 [2021-05-09T11:46:18.976Z] Attempting uninstall: requests [2021-05-09T11:46:18.976Z] Found existing installation: requests 2.23.0 [2021-05-09T11:46:18.976Z] Uninstalling requests-2.23.0: [2021-05-09T11:46:18.976Z] Successfully uninstalled requests-2.23.0 [2021-05-09T11:46:19.244Z] Running setup.py install for dockerpty: started [2021-05-09T11:46:19.832Z] Running setup.py install for dockerpty: finished with status 'done' [2021-05-09T11:46:20.096Z] Running setup.py install for texttable: started [2021-05-09T11:46:20.715Z] Running setup.py install for texttable: finished with status 'done' [2021-05-09T11:46:20.715Z] Running setup.py install for PyYAML: started [2021-05-09T11:46:21.306Z] Running setup.py install for PyYAML: finished with status 'done' [2021-05-09T11:46:21.306Z] Running setup.py install for docopt: started [2021-05-09T11:46:21.895Z] Running setup.py install for docopt: finished with status 'done' [2021-05-09T11:46:22.476Z] 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-09T11:46:30.731Z] Removing intermediate container 1fcb6a5fb468 [2021-05-09T11:46:30.731Z] ---> 5d3381a2fd7a [2021-05-09T11:46:30.731Z] Step 14/23 : ENV APP_PORT=48090 [2021-05-09T11:46:30.731Z] ---> Running in e4b08a1ef773 [2021-05-09T11:46:30.731Z] Removing intermediate container e4b08a1ef773 [2021-05-09T11:46:30.731Z] ---> 82238b074130 [2021-05-09T11:46:30.731Z] Step 15/23 : EXPOSE $APP_PORT [2021-05-09T11:46:30.731Z] ---> Running in 525910cad734 [2021-05-09T11:46:30.731Z] Removing intermediate container 525910cad734 [2021-05-09T11:46:30.731Z] ---> feb67717a5d0 [2021-05-09T11:46:30.731Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-05-09T11:46:31.313Z] ---> 348e768a5170 [2021-05-09T11:46:31.313Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-05-09T11:46:31.578Z] ---> 2598d1d47f07 [2021-05-09T11:46:31.578Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-05-09T11:46:32.158Z] ---> bbb6d37d3ec0 [2021-05-09T11:46:32.158Z] Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-05-09T11:46:32.158Z] ---> Running in d661eead39b1 [2021-05-09T11:46:32.424Z] Removing intermediate container d661eead39b1 [2021-05-09T11:46:32.424Z] ---> 6124ce85332b [2021-05-09T11:46:32.424Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-09T11:46:32.424Z] ---> Running in 10c32202a1f4 [2021-05-09T11:46:32.424Z] Removing intermediate container 10c32202a1f4 [2021-05-09T11:46:32.424Z] ---> 5c14f10e2dec [2021-05-09T11:46:32.424Z] Step 21/23 : LABEL arch=x86_64 [2021-05-09T11:46:32.689Z] ---> Running in ee636010cdc8 [2021-05-09T11:46:32.689Z] Removing intermediate container ee636010cdc8 [2021-05-09T11:46:32.689Z] ---> 34c3b3c6fd49 [2021-05-09T11:46:32.689Z] Step 22/23 : LABEL git_sha=a57cf9c4f4c06e0487161f3a27f3cfccc160748c [2021-05-09T11:46:32.966Z] ---> Running in 3664cf6d3a47 [2021-05-09T11:46:32.966Z] Removing intermediate container 3664cf6d3a47 [2021-05-09T11:46:32.966Z] ---> a51e6193621d [2021-05-09T11:46:32.966Z] Step 23/23 : LABEL version=0.0.0 [2021-05-09T11:46:32.966Z] ---> Running in 050744033ce7 [2021-05-09T11:46:33.228Z] Removing intermediate container 050744033ce7 [2021-05-09T11:46:33.228Z] ---> b0f2248596ef [2021-05-09T11:46:33.228Z] [2021-05-09T11:46:33.492Z] Successfully built b0f2248596ef [2021-05-09T11:46:33.492Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-05-09T11:46:33.765Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-05-09T11:46:33.778Z] $ docker stop --time=1 1376d9b6138cf857a97a51a4b29c840f7108faacdc741aca3af9b2409753ff20 [2021-05-09T11:46:36.316Z] $ docker rm -f 1376d9b6138cf857a97a51a4b29c840f7108faacdc741aca3af9b2409753ff20 [Pipeline] // withDockerContainer [Pipeline] sh [2021-05-09T11:46:36.763Z] + docker images [2021-05-09T11:46:36.763Z] + grep docker [2021-05-09T11:46:37.027Z] docker-sys-mgmt-agent-go latest b0f2248596ef 3 seconds ago 312MB [2021-05-09T11:46:37.027Z] docker-security-secretstore-setup-go latest bf4fd5d527b5 24 seconds ago 25.7MB [2021-05-09T11:46:37.027Z] docker-core-metadata-go latest 7bfa52ce5491 34 seconds ago 18.6MB [2021-05-09T11:46:37.027Z] docker-core-command-go latest ee074788f85a 35 seconds ago 17MB [2021-05-09T11:46:37.027Z] docker-security-bootstrapper-go latest f2c9a446182e 2 minutes ago 18.2MB [2021-05-09T11:46:37.027Z] docker-core-data-go latest e49c2731f2a3 2 minutes ago 21.5MB [2021-05-09T11:46:37.027Z] docker-security-proxy-setup-go latest 61945a5a3b38 2 minutes ago 25.3MB [2021-05-09T11:46:37.027Z] docker-support-notifications-go latest e46091e10890 2 minutes ago 17.6MB [2021-05-09T11:46:37.027Z] docker-support-scheduler-go latest b63b9c3f530a 2 minutes ago 17.1MB [2021-05-09T11:46:37.027Z] 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-09T11:46:43.769Z] 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-09T11:46:43.769Z] 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-09T11:46:45.774Z] Removing intermediate container 7be0f30281e1 [2021-05-09T11:46:45.775Z] ---> c07b18794270 [2021-05-09T11:46:45.775Z] [2021-05-09T11:46:45.775Z] Step 10/25 : FROM alpine:3.12 [2021-05-09T11:46:45.775Z] 3.12: Pulling from library/alpine [2021-05-09T11:46:47.764Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-05-09T11:46:47.764Z] Status: Downloaded newer image for alpine:3.12 [2021-05-09T11:46:47.764Z] ---> 9852663dfa18 [2021-05-09T11:46:47.764Z] Step 11/25 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec [2021-05-09T11:46:48.363Z] ---> Running in 45a30218ddf0 [2021-05-09T11:46:50.352Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-05-09T11:46:50.352Z] Removing intermediate container fb4b98a23f73 [2021-05-09T11:46:50.352Z] ---> 06f32caf44d3 [2021-05-09T11:46:50.352Z] [2021-05-09T11:46:50.352Z] Step 10/21 : FROM alpine:3.12 [2021-05-09T11:46:50.352Z] ---> 9852663dfa18 [2021-05-09T11:46:50.352Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-05-09T11:46:50.352Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-05-09T11:46:50.628Z] ---> Running in 12c15c5c610a [2021-05-09T11:46:51.233Z] (1/6) Installing ca-certificates (20191127-r4) [2021-05-09T11:46:51.233Z] (2/6) Installing nghttp2-libs (1.41.0-r0) [2021-05-09T11:46:51.233Z] (3/6) Installing libcurl (7.76.1-r0) [2021-05-09T11:46:51.233Z] (4/6) Installing curl (7.76.1-r0) [2021-05-09T11:46:51.233Z] (5/6) Installing dumb-init (1.2.2-r1) [2021-05-09T11:46:51.233Z] (6/6) Installing su-exec (0.2-r1) [2021-05-09T11:46:51.233Z] Executing busybox-1.31.1-r20.trigger [2021-05-09T11:46:51.233Z] Executing ca-certificates-20191127-r4.trigger [2021-05-09T11:46:51.511Z] OK: 7 MiB in 20 packages [2021-05-09T11:46:52.323Z] Still waiting to schedule task [2021-05-09T11:46:52.323Z] Waiting for next available executor on ‘prd-ubuntu18.04-docker-8c-8g-3845’ [2021-05-09T11:46:52.503Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-05-09T11:46:52.504Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-05-09T11:46:53.106Z] (1/4) Installing ca-certificates (20191127-r4) [2021-05-09T11:46:53.381Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-05-09T11:46:53.381Z] (3/4) Installing libcurl (7.76.1-r0) [2021-05-09T11:46:53.381Z] (4/4) Installing curl (7.76.1-r0) [2021-05-09T11:46:53.381Z] Executing busybox-1.31.1-r20.trigger [2021-05-09T11:46:53.381Z] Executing ca-certificates-20191127-r4.trigger [2021-05-09T11:46:53.654Z] OK: 7 MiB in 18 packages [2021-05-09T11:46:54.646Z] Removing intermediate container 45a30218ddf0 [2021-05-09T11:46:54.646Z] ---> 95d8dbabc081 [2021-05-09T11:46:54.920Z] Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-05-09T11:46:55.518Z] ---> Running in b762748f87af [2021-05-09T11:46:57.516Z] Removing intermediate container b762748f87af [2021-05-09T11:46:57.516Z] ---> 56f8c8b5061e [2021-05-09T11:46:57.516Z] Step 13/25 : WORKDIR / [2021-05-09T11:46:57.516Z] Removing intermediate container 12c15c5c610a [2021-05-09T11:46:57.516Z] ---> e3472e8b5ada [2021-05-09T11:46:57.516Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-05-09T11:46:57.789Z] ---> Running in 622cbaa349fb [2021-05-09T11:46:58.078Z] Removing intermediate container 159f5dee6ccc [2021-05-09T11:46:58.078Z] ---> 9ab1e47d3f70 [2021-05-09T11:46:58.078Z] [2021-05-09T11:46:58.078Z] Step 10/23 : FROM alpine:3.12 [2021-05-09T11:46:58.078Z] ---> 9852663dfa18 [2021-05-09T11:46:58.078Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-05-09T11:46:58.693Z] ---> Running in 7278a0053b15 [2021-05-09T11:46:59.293Z] ---> Running in 4aaa1d428e41 [2021-05-09T11:46:59.293Z] Removing intermediate container 622cbaa349fb [2021-05-09T11:46:59.293Z] ---> eacc6fac9b53 [2021-05-09T11:46:59.293Z] 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-09T11:46:59.895Z] Removing intermediate container 7278a0053b15 [2021-05-09T11:46:59.895Z] ---> 0cc34e8bc921 [2021-05-09T11:46:59.895Z] Step 13/21 : WORKDIR /edgex [2021-05-09T11:47:00.169Z] Removing intermediate container 4ae2aa1b3c71 [2021-05-09T11:47:00.169Z] ---> 235e72568361 [2021-05-09T11:47:00.169Z] [2021-05-09T11:47:00.169Z] Step 10/22 : FROM alpine:3.12 [2021-05-09T11:47:00.169Z] ---> 9852663dfa18 [2021-05-09T11:47:00.169Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-05-09T11:47:00.444Z] ---> Running in b8154e7d5a6b [2021-05-09T11:47:00.716Z] ---> Running in 4e0daccb370d [2021-05-09T11:47:00.716Z] ---> 6cd783cb030c [2021-05-09T11:47:00.716Z] 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-09T11:47:00.992Z] Removing intermediate container 9addbf25fff7 [2021-05-09T11:47:00.992Z] ---> ded80ce947f9 [2021-05-09T11:47:00.992Z] [2021-05-09T11:47:00.992Z] Step 10/22 : FROM alpine:3.12 [2021-05-09T11:47:00.992Z] ---> 9852663dfa18 [2021-05-09T11:47:00.992Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-05-09T11:47:01.269Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-05-09T11:47:01.269Z] ---> Running in a4580911cadd [2021-05-09T11:47:01.550Z] Removing intermediate container b8154e7d5a6b [2021-05-09T11:47:01.550Z] ---> b2e6ea2ef3ea [2021-05-09T11:47:01.550Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-05-09T11:47:01.550Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-05-09T11:47:02.164Z] ---> 1058b1435939 [2021-05-09T11:47:02.164Z] Step 16/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-05-09T11:47:02.448Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-05-09T11:47:02.448Z] Executing busybox-1.31.1-r20.trigger [2021-05-09T11:47:02.448Z] OK: 5 MiB in 15 packages [2021-05-09T11:47:02.725Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-05-09T11:47:03.008Z] ---> 4e9648fc77fe [2021-05-09T11:47:03.008Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-05-09T11:47:03.008Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-05-09T11:47:03.289Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-05-09T11:47:03.289Z] ---> 6bbbc37972e0 [2021-05-09T11:47:03.289Z] 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-09T11:47:03.289Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-05-09T11:47:03.573Z] (1/2) Installing ca-certificates (20191127-r4) [2021-05-09T11:47:03.573Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-05-09T11:47:03.857Z] Executing busybox-1.31.1-r20.trigger [2021-05-09T11:47:03.857Z] Executing ca-certificates-20191127-r4.trigger [2021-05-09T11:47:03.857Z] OK: 6 MiB in 16 packages [2021-05-09T11:47:04.133Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-05-09T11:47:04.133Z] Executing busybox-1.31.1-r20.trigger [2021-05-09T11:47:04.133Z] OK: 5 MiB in 15 packages [2021-05-09T11:47:04.406Z] Removing intermediate container 4aaa1d428e41 [2021-05-09T11:47:04.406Z] ---> b4f1e78dbeda [2021-05-09T11:47:04.407Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-05-09T11:47:04.683Z] ---> 1e2ec803b5b1 [2021-05-09T11:47:04.683Z] Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-05-09T11:47:04.683Z] ---> Running in f8b5a03c4b76 [2021-05-09T11:47:04.960Z] ---> 74eaa65c9333 [2021-05-09T11:47:04.960Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-05-09T11:47:05.558Z] Removing intermediate container f8b5a03c4b76 [2021-05-09T11:47:05.559Z] ---> e44300ec748a [2021-05-09T11:47:05.559Z] Step 13/23 : ENV APP_PORT=48082 [2021-05-09T11:47:06.169Z] ---> Running in 7e55ea0a1afc [2021-05-09T11:47:06.169Z] Removing intermediate container a4580911cadd [2021-05-09T11:47:06.169Z] ---> 96ef4eded882 [2021-05-09T11:47:06.169Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-05-09T11:47:06.450Z] ---> Running in 77b84cd389e2 [2021-05-09T11:47:06.450Z] ---> d33721cc4a76 [2021-05-09T11:47:06.450Z] Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-05-09T11:47:06.450Z] Removing intermediate container 4e0daccb370d [2021-05-09T11:47:06.450Z] ---> 7bb9bd566531 [2021-05-09T11:47:06.450Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-05-09T11:47:06.728Z] ---> 66154022d268 [2021-05-09T11:47:06.728Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-05-09T11:47:06.728Z] Removing intermediate container 7e55ea0a1afc [2021-05-09T11:47:06.728Z] ---> b5ab305ea3e8 [2021-05-09T11:47:06.728Z] Step 14/23 : EXPOSE $APP_PORT [2021-05-09T11:47:06.728Z] ---> Running in e2b7e5e096ac [2021-05-09T11:47:07.002Z] ---> Running in 04735c31447c [2021-05-09T11:47:07.002Z] ---> Running in cf50eb6c66fd [2021-05-09T11:47:07.002Z] Removing intermediate container 77b84cd389e2 [2021-05-09T11:47:07.002Z] ---> e511678cd6eb [2021-05-09T11:47:07.002Z] Step 13/22 : ENV APP_PORT=48085 [2021-05-09T11:47:07.594Z] ---> Running in 8b756b4bed71 [2021-05-09T11:47:07.594Z] Removing intermediate container e2b7e5e096ac [2021-05-09T11:47:07.594Z] ---> 8faa721600cb [2021-05-09T11:47:07.594Z] Step 13/22 : ENV APP_PORT=48060 [2021-05-09T11:47:07.594Z] Removing intermediate container 04735c31447c [2021-05-09T11:47:07.594Z] ---> 7f785a6dbc4c [2021-05-09T11:47:07.594Z] Step 18/21 : CMD ["--init=true"] [2021-05-09T11:47:07.594Z] Removing intermediate container cf50eb6c66fd [2021-05-09T11:47:07.594Z] ---> 0cd83b2aa358 [2021-05-09T11:47:07.594Z] Step 15/23 : WORKDIR / [2021-05-09T11:47:07.865Z] ---> Running in 67a1121aa143 [2021-05-09T11:47:07.865Z] ---> Running in 9689bf397788 [2021-05-09T11:47:07.865Z] ---> Running in 40c673f9158e [2021-05-09T11:47:08.142Z] Removing intermediate container 8b756b4bed71 [2021-05-09T11:47:08.142Z] ---> 7bccabbacd50 [2021-05-09T11:47:08.142Z] Step 14/22 : EXPOSE $APP_PORT [2021-05-09T11:47:08.142Z] ---> 1f27671c708a [2021-05-09T11:47:08.142Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-05-09T11:47:08.419Z] ---> Running in 4e39e4251458 [2021-05-09T11:47:08.419Z] Removing intermediate container 67a1121aa143 [2021-05-09T11:47:08.419Z] ---> 26f3ae93d3c7 [2021-05-09T11:47:08.419Z] Step 14/22 : EXPOSE $APP_PORT [2021-05-09T11:47:08.743Z] Removing intermediate container 40c673f9158e [2021-05-09T11:47:08.743Z] ---> e17a6919c771 [2021-05-09T11:47:08.743Z] Step 19/21 : LABEL arch=arm64 [2021-05-09T11:47:08.743Z] ---> Running in 21fb88838f4a [2021-05-09T11:47:08.743Z] Removing intermediate container 9689bf397788 [2021-05-09T11:47:08.743Z] ---> 03b068253b46 [2021-05-09T11:47:08.743Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-09T11:47:08.743Z] ---> Running in 504348fd73a3 [2021-05-09T11:47:09.127Z] Removing intermediate container 4e39e4251458 [2021-05-09T11:47:09.127Z] ---> 4800518502b0 [2021-05-09T11:47:09.127Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-09T11:47:09.127Z] ---> ccfef9b50bce [2021-05-09T11:47:09.127Z] 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-09T11:47:09.459Z] Removing intermediate container 21fb88838f4a [2021-05-09T11:47:09.459Z] ---> 1f66a25df62c [2021-05-09T11:47:09.459Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-09T11:47:09.459Z] ---> Running in e7878b12cc26 [2021-05-09T11:47:09.768Z] Removing intermediate container 504348fd73a3 [2021-05-09T11:47:09.768Z] ---> d8ba09c9333c [2021-05-09T11:47:09.768Z] Step 20/21 : LABEL git_sha=a57cf9c4f4c06e0487161f3a27f3cfccc160748c [2021-05-09T11:47:10.078Z] ---> Running in e1bd756f977d [2021-05-09T11:47:10.078Z] ---> ba10b039ab88 [2021-05-09T11:47:10.078Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-05-09T11:47:10.708Z] ---> c3bf5a3034b4 [2021-05-09T11:47:10.708Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-05-09T11:47:10.999Z] Removing intermediate container e1bd756f977d [2021-05-09T11:47:10.999Z] ---> b8beeb3c616b [2021-05-09T11:47:10.999Z] Step 21/21 : LABEL version=0.0.0 [2021-05-09T11:47:11.278Z] ---> bb4fc8185ca4 [2021-05-09T11:47:11.278Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-05-09T11:47:11.554Z] ---> Running in 7b34df9d498b [2021-05-09T11:47:12.540Z] ---> ac2110f5903d [2021-05-09T11:47:12.540Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-05-09T11:47:12.540Z] Removing intermediate container 7b34df9d498b [2021-05-09T11:47:12.540Z] ---> 0201ee808a16 [2021-05-09T11:47:12.540Z] [2021-05-09T11:47:12.540Z] ---> 84929b2aa217 [2021-05-09T11:47:12.540Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-05-09T11:47:13.142Z] Successfully built 0201ee808a16 [2021-05-09T11:47:13.142Z] ---> 716c8a3bc906 [2021-05-09T11:47:13.142Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-05-09T11:47:13.142Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-05-09T11:47:13.142Z]  Building docker-security-proxy-setup-go ... done Building docker-core-metadata-go [2021-05-09T11:47:13.416Z] Removing intermediate container e7878b12cc26 [2021-05-09T11:47:13.416Z] ---> 0d3484b2672c [2021-05-09T11:47:13.416Z] Step 22/25 : ENTRYPOINT ["entrypoint.sh"] [2021-05-09T11:47:13.416Z] ---> 07d0f9146c4e [2021-05-09T11:47:13.416Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-05-09T11:47:13.693Z] ---> Running in 25108f34fbe8 [2021-05-09T11:47:13.693Z] ---> Running in cfb4482b2fb6 [2021-05-09T11:47:13.693Z] ---> 524794df66e2 [2021-05-09T11:47:13.693Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-05-09T11:47:13.969Z] ---> Running in db52e091dd16 [2021-05-09T11:47:14.245Z] Removing intermediate container 25108f34fbe8 [2021-05-09T11:47:14.245Z] ---> 754a05972a25 [2021-05-09T11:47:14.245Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-09T11:47:14.245Z] Removing intermediate container cfb4482b2fb6 [2021-05-09T11:47:14.245Z] ---> b0bfdd277cbc [2021-05-09T11:47:14.245Z] Step 23/25 : LABEL arch=arm64 ---> f73bac883ebd [2021-05-09T11:47:14.245Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-05-09T11:47:14.245Z] [2021-05-09T11:47:14.519Z] ---> Running in b3a3a47d7467 [2021-05-09T11:47:14.519Z] ---> Running in b58d94dcaee3 [2021-05-09T11:47:14.519Z] ---> Running in c77560bc066a [2021-05-09T11:47:14.519Z] Removing intermediate container db52e091dd16 [2021-05-09T11:47:14.519Z] ---> 37194f5bed60 [2021-05-09T11:47:14.519Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-09T11:47:15.129Z] ---> Running in d802ea648e72 [2021-05-09T11:47:15.402Z] Removing intermediate container b3a3a47d7467 [2021-05-09T11:47:15.402Z] ---> 8d639cd42718 [2021-05-09T11:47:15.402Z] Step 21/23 : LABEL arch=arm64 [2021-05-09T11:47:15.676Z] Removing intermediate container c77560bc066a [2021-05-09T11:47:15.676Z] ---> 4d7f2aae78b0 [2021-05-09T11:47:15.676Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-09T11:47:15.676Z] Removing intermediate container b58d94dcaee3 [2021-05-09T11:47:15.676Z] ---> b6f1ae61d74b [2021-05-09T11:47:15.676Z] Step 24/25 : LABEL git_sha=a57cf9c4f4c06e0487161f3a27f3cfccc160748c [2021-05-09T11:47:15.948Z] ---> Running in 79b2d3d40a28 [2021-05-09T11:47:15.948Z] Removing intermediate container d802ea648e72 [2021-05-09T11:47:15.948Z] ---> 30cfeec2fd20 [2021-05-09T11:47:15.948Z] Step 20/22 : LABEL arch=arm64 [2021-05-09T11:47:16.274Z] ---> Running in 897fa1b86ec1 [2021-05-09T11:47:16.274Z] ---> Running in 267d55f687b8 [2021-05-09T11:47:16.562Z] ---> Running in b7b9d2215b05 [2021-05-09T11:47:16.842Z] Removing intermediate container 79b2d3d40a28 [2021-05-09T11:47:16.842Z] ---> 345e4f94f7f1 [2021-05-09T11:47:16.842Z] Step 22/23 : LABEL git_sha=a57cf9c4f4c06e0487161f3a27f3cfccc160748c [2021-05-09T11:47:17.113Z] Removing intermediate container 267d55f687b8 [2021-05-09T11:47:17.113Z] ---> d579422f7f30 [2021-05-09T11:47:17.113Z] Step 25/25 : LABEL version=0.0.0 [2021-05-09T11:47:17.113Z] ---> Running in 4de9d2c09379 [2021-05-09T11:47:17.113Z] Removing intermediate container b7b9d2215b05 [2021-05-09T11:47:17.113Z] Removing intermediate container 897fa1b86ec1 [2021-05-09T11:47:17.113Z] ---> b28a66b1457b [2021-05-09T11:47:17.113Z] Step 21/22 : LABEL git_sha=a57cf9c4f4c06e0487161f3a27f3cfccc160748c ---> 9b1f234226a4 [2021-05-09T11:47:17.113Z] Step 20/22 : LABEL arch=arm64 [2021-05-09T11:47:17.113Z] [2021-05-09T11:47:17.391Z] ---> Running in a3a18d6e5f09 [2021-05-09T11:47:17.391Z] ---> Running in b2469ca45e97 [2021-05-09T11:47:17.391Z] ---> Running in acca3652509d [2021-05-09T11:47:17.984Z] Removing intermediate container 4de9d2c09379 [2021-05-09T11:47:17.984Z] ---> 1a34cbf3875b [2021-05-09T11:47:17.984Z] Step 23/23 : LABEL version=0.0.0 [2021-05-09T11:47:18.262Z] Removing intermediate container a3a18d6e5f09 [2021-05-09T11:47:18.262Z] ---> 2c506c5b8775 [2021-05-09T11:47:18.262Z] [2021-05-09T11:47:18.262Z] Removing intermediate container b2469ca45e97 [2021-05-09T11:47:18.262Z] ---> 106919d92bb3 [2021-05-09T11:47:18.262Z] Step 21/22 : LABEL git_sha=a57cf9c4f4c06e0487161f3a27f3cfccc160748c [2021-05-09T11:47:18.537Z] Removing intermediate container acca3652509d [2021-05-09T11:47:18.537Z] ---> 950cf60d0e20 [2021-05-09T11:47:18.537Z] Step 22/22 : LABEL version=0.0.0 [2021-05-09T11:47:18.537Z] ---> Running in 1be8df0bdb33 [2021-05-09T11:47:18.818Z] ---> Running in bf0a672286e4 [2021-05-09T11:47:18.818Z] ---> Running in 96adc01feacf [2021-05-09T11:47:19.091Z] Successfully built 2c506c5b8775 [2021-05-09T11:47:19.091Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-05-09T11:47:19.091Z] Building docker-security-bootstrapper-go [2021-05-09T11:47:19.383Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container 1be8df0bdb33 [2021-05-09T11:47:19.383Z] ---> 5e83056f2a07 [2021-05-09T11:47:19.383Z] [2021-05-09T11:47:19.657Z] Removing intermediate container bf0a672286e4 [2021-05-09T11:47:19.657Z] ---> c6474336654a [2021-05-09T11:47:19.657Z] Step 22/22 : LABEL version=0.0.0 [2021-05-09T11:47:19.657Z] Removing intermediate container 96adc01feacf [2021-05-09T11:47:19.657Z] ---> 8cbf69f3cdb7 [2021-05-09T11:47:19.657Z] [2021-05-09T11:47:19.657Z] Successfully built 5e83056f2a07 [2021-05-09T11:47:19.932Z] Successfully tagged docker-core-command-go-arm64:latest [2021-05-09T11:47:19.932Z] Building docker-sys-mgmt-agent-go [2021-05-09T11:47:19.932Z]  Building docker-core-command-go ... done  ---> Running in 0aceec86c2a8 [2021-05-09T11:47:20.203Z] Successfully built 8cbf69f3cdb7 [2021-05-09T11:47:20.203Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-05-09T11:47:20.203Z]  Building docker-support-scheduler-go ... done Building docker-core-data-go [2021-05-09T11:47:20.476Z] Removing intermediate container 0aceec86c2a8 [2021-05-09T11:47:20.476Z] ---> 7c6e3166b1b2 [2021-05-09T11:47:20.476Z] [2021-05-09T11:47:20.749Z] Successfully built 7c6e3166b1b2 [2021-05-09T11:47:20.749Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-05-09T11:48:07.703Z]  Building docker-support-notifications-go ... done Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-09T11:48:07.703Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-05-09T11:48:07.703Z] ---> 3d2419dd16fd [2021-05-09T11:48:07.703Z] Step 3/23 : WORKDIR /edgex-go [2021-05-09T11:48:07.703Z] ---> Using cache [2021-05-09T11:48:07.703Z] ---> a832c34fbdc8 [2021-05-09T11:48:07.703Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-09T11:48:07.703Z] ---> Using cache [2021-05-09T11:48:07.703Z] ---> bb9e0020b728 [2021-05-09T11:48:07.703Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-05-09T11:48:07.703Z] ---> Using cache [2021-05-09T11:48:07.703Z] ---> fcbc9386cb69 [2021-05-09T11:48:07.703Z] Step 6/23 : COPY go.mod . [2021-05-09T11:48:07.703Z] ---> Using cache [2021-05-09T11:48:07.703Z] ---> a05419f6f933 [2021-05-09T11:48:07.703Z] Step 7/23 : RUN go mod download [2021-05-09T11:48:07.703Z] ---> Using cache [2021-05-09T11:48:07.703Z] ---> 997dc28029a6 [2021-05-09T11:48:07.703Z] Step 8/23 : COPY . . [2021-05-09T11:48:07.703Z] ---> Using cache [2021-05-09T11:48:07.703Z] ---> 718926ef1977 [2021-05-09T11:48:07.703Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-05-09T11:48:07.703Z] ---> Running in ada073e27bac [2021-05-09T11:48:07.703Z] 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-09T11:48:13.119Z] Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-09T11:48:13.119Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-05-09T11:48:13.119Z] ---> 3d2419dd16fd [2021-05-09T11:48:13.119Z] Step 3/23 : WORKDIR /edgex-go [2021-05-09T11:48:13.119Z] ---> Using cache [2021-05-09T11:48:13.119Z] ---> a832c34fbdc8 [2021-05-09T11:48:13.119Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-09T11:48:13.119Z] ---> Using cache [2021-05-09T11:48:13.119Z] ---> bb9e0020b728 [2021-05-09T11:48:13.119Z] Step 5/23 : RUN apk add --update --no-cache make bash git [2021-05-09T11:48:13.119Z] Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-09T11:48:13.119Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-05-09T11:48:13.119Z] ---> 3d2419dd16fd [2021-05-09T11:48:13.119Z] Step 3/23 : WORKDIR /edgex-go [2021-05-09T11:48:13.119Z] ---> Using cache [2021-05-09T11:48:13.119Z] ---> a832c34fbdc8 [2021-05-09T11:48:13.119Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-09T11:48:13.119Z] ---> Using cache [2021-05-09T11:48:13.119Z] ---> bb9e0020b728 [2021-05-09T11:48:13.119Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-05-09T11:48:13.427Z] Step 1/31 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-09T11:48:13.428Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-05-09T11:48:13.428Z] ---> 3d2419dd16fd [2021-05-09T11:48:13.428Z] Step 3/31 : WORKDIR /edgex-go [2021-05-09T11:48:13.428Z] ---> Using cache [2021-05-09T11:48:13.428Z] ---> a832c34fbdc8 [2021-05-09T11:48:13.428Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-09T11:48:13.428Z] ---> Using cache [2021-05-09T11:48:13.428Z] ---> bb9e0020b728 [2021-05-09T11:48:13.428Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-05-09T11:48:13.428Z] ---> Using cache [2021-05-09T11:48:13.428Z] ---> fcbc9386cb69 [2021-05-09T11:48:13.428Z] Step 6/31 : COPY go.mod . [2021-05-09T11:48:13.428Z] ---> Using cache [2021-05-09T11:48:13.428Z] ---> a05419f6f933 [2021-05-09T11:48:13.428Z] Step 7/31 : RUN go mod download [2021-05-09T11:48:13.428Z] ---> Using cache [2021-05-09T11:48:13.428Z] ---> 997dc28029a6 [2021-05-09T11:48:13.428Z] Step 8/31 : COPY . . [2021-05-09T11:48:13.428Z] ---> Using cache [2021-05-09T11:48:13.428Z] ---> 718926ef1977 [2021-05-09T11:48:13.428Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-05-09T11:48:14.430Z] ---> Running in a75cf5248863 [2021-05-09T11:48:14.430Z] ---> Running in 23ab7b0718b1 [2021-05-09T11:48:14.430Z] ---> Running in 5c6c8b37b2bc [2021-05-09T11:48:17.091Z] 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-09T11:48:17.368Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-09T11:48:17.368Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-09T11:48:19.369Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-09T11:48:19.369Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-09T11:48:20.826Z] OK: 218 MiB in 52 packages [2021-05-09T11:48:21.826Z] OK: 218 MiB in 52 packages [2021-05-09T11:48:22.830Z] Removing intermediate container 23ab7b0718b1 [2021-05-09T11:48:22.830Z] ---> bf5a68a5485f [2021-05-09T11:48:22.830Z] Step 6/23 : COPY go.mod . [2021-05-09T11:48:23.834Z] Removing intermediate container a75cf5248863 [2021-05-09T11:48:23.834Z] ---> ef45bee1f247 [2021-05-09T11:48:23.834Z] Step 6/23 : COPY go.mod . [2021-05-09T11:48:24.117Z] ---> 9107744636c8 [2021-05-09T11:48:24.117Z] Step 7/23 : RUN go mod download [2021-05-09T11:48:24.393Z] ---> Running in dce7ac16c3d7 [2021-05-09T11:48:25.374Z] ---> 4a05a3f01711 [2021-05-09T11:48:25.374Z] Step 7/23 : RUN go mod download [2021-05-09T11:48:25.649Z] ---> Running in 14d9ece5a98a [2021-05-09T11:48:29.058Z] Removing intermediate container dce7ac16c3d7 [2021-05-09T11:48:29.058Z] ---> 5f91680ffdf7 [2021-05-09T11:48:29.058Z] Step 8/23 : COPY . . [2021-05-09T11:48:30.498Z] Removing intermediate container 14d9ece5a98a [2021-05-09T11:48:30.498Z] ---> 1ecb4d1e474b [2021-05-09T11:48:30.498Z] Step 8/23 : COPY . . [2021-05-09T11:48:35.071Z] Running on prd-ubuntu18.04-docker-8c-8g-3846 in /w/workspace/edgexfoundry_edgex-go_PR-3441 [Pipeline] { [Pipeline] ws [2021-05-09T11:48:35.091Z] Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] checkout [2021-05-09T11:48:37.432Z] using credential edgex-jenkins-ssh [2021-05-09T11:48:37.446Z] Cloning the remote Git repository [2021-05-09T11:48:37.470Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-05-09T11:48:37.540Z] > git init /w/workspace/edgex-go/2 # timeout=10 [2021-05-09T11:48:37.563Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-05-09T11:48:37.563Z] > git --version # timeout=10 [2021-05-09T11:48:37.570Z] > git --version # 'git version 2.17.1' [2021-05-09T11:48:37.570Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-09T11:48:37.595Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-09T11:48:46.460Z] Merging remotes/origin/master commit feccc1132204ea0a3421d61f23242004f0b740e5 into PR head commit a57cf9c4f4c06e0487161f3a27f3cfccc160748c [2021-05-09T11:48:45.877Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-05-09T11:48:45.883Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-09T11:48:45.895Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-05-09T11:48:45.905Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-05-09T11:48:45.905Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-09T11:48:45.909Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3441/head:refs/remotes/origin/PR-3441 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-05-09T11:48:46.473Z] > git config core.sparsecheckout # timeout=10 [2021-05-09T11:48:46.477Z] > git checkout -f a57cf9c4f4c06e0487161f3a27f3cfccc160748c # timeout=10 [2021-05-09T11:48:46.611Z] Merge succeeded, producing a57cf9c4f4c06e0487161f3a27f3cfccc160748c [2021-05-09T11:48:46.612Z] Checking out Revision a57cf9c4f4c06e0487161f3a27f3cfccc160748c (PR-3441) [2021-05-09T11:48:46.580Z] > git remote # timeout=10 [2021-05-09T11:48:46.587Z] > git config --get remote.origin.url # timeout=10 [2021-05-09T11:48:46.591Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-09T11:48:46.594Z] > git merge feccc1132204ea0a3421d61f23242004f0b740e5 # timeout=10 [2021-05-09T11:48:46.610Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-05-09T11:48:46.618Z] > git config core.sparsecheckout # timeout=10 [2021-05-09T11:48:46.621Z] > git checkout -f a57cf9c4f4c06e0487161f3a27f3cfccc160748c # timeout=10 [2021-05-09T11:48:50.235Z] Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-secrets/v2" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-05-09T11:48:51.376Z] + echo snap-build.sh [2021-05-09T11:48:51.376Z] snap-build.sh [2021-05-09T11:48:51.376Z] + SNAP_BASE_DIR=. [2021-05-09T11:48:51.376Z] + '[' '!' -z /w/workspace/edgex-go/2 ']' [2021-05-09T11:48:51.376Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/2 [2021-05-09T11:48:51.376Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/2]' [2021-05-09T11:48:51.376Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/2] [2021-05-09T11:48:51.376Z] + cd /w/workspace/edgex-go/2 [2021-05-09T11:48:51.376Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-05-09T11:48:51.376Z] Reading package lists... [2021-05-09T11:48:51.376Z] Building dependency tree... [2021-05-09T11:48:51.376Z] Reading state information... [2021-05-09T11:48:51.638Z] The following packages were automatically installed and are no longer required: [2021-05-09T11:48:51.638Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-05-09T11:48:51.638Z] uidmap xdelta3 [2021-05-09T11:48:51.638Z] Use 'sudo apt autoremove' to remove them. [2021-05-09T11:48:51.638Z] The following packages will be REMOVED: [2021-05-09T11:48:51.638Z] lxd* lxd-client* [2021-05-09T11:48:51.900Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-05-09T11:48:51.900Z] After this operation, 31.7 MB disk space will be freed. [2021-05-09T11:48:53.233Z] (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-09T11:48:53.233Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-05-09T11:48:53.806Z] Removing lxd dnsmasq configuration [2021-05-09T11:48:54.068Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-05-09T11:48:54.329Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-05-09T11:48:54.900Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-05-09T11:48:55.162Z] (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-09T11:48:55.162Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-05-09T11:48:56.547Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-05-09T11:48:56.547Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-05-09T11:48:57.931Z] + sudo snap remove --purge lxd [2021-05-09T11:48:57.931Z] snap "lxd" is not installed [2021-05-09T11:48:57.931Z] + sudo groupadd --force --system lxd [2021-05-09T11:48:57.931Z] ++ whoami [2021-05-09T11:48:57.931Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-05-09T11:48:57.931Z] + newgrp - lxd [2021-05-09T11:48:57.931Z] + sudo snap install lxd [2021-05-09T11:49:02.903Z] ---> 564959a0afd5 [2021-05-09T11:49:02.903Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-05-09T11:49:02.903Z] ---> cdf0140c52e7 [2021-05-09T11:49:02.903Z] Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-05-09T11:49:02.903Z] ---> Running in 4210083e9de7 [2021-05-09T11:49:02.903Z] ---> Running in 3cb4ad5edaa0 [2021-05-09T11:49:02.903Z] 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-09T11:49:03.186Z] 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-09T11:49:06.075Z] 2021-05-09T11:49:04Z INFO Waiting for automatic snapd restart... [2021-05-09T11:49:21.005Z] lxd 4.13 from Canonical* installed [2021-05-09T11:49:21.005Z] + sudo lxd init --auto [2021-05-09T11:49:29.152Z] + sudo snap install --classic snapcraft [2021-05-09T11:49:34.448Z] snapcraft 4.7.1 from Canonical* installed [2021-05-09T11:49:34.448Z] + '[' -f snap/local/build-helpers/bin/minimal-snap-build.sh ']' [2021-05-09T11:49:34.448Z] + ./snap/local/build-helpers/bin/minimal-snap-build.sh [2021-05-09T11:49:34.448Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-05-09T11:49:34.448Z] Dload Upload Total Spent Left Speed [2021-05-09T11:49:34.448Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 627 100 627 0 0 3943 0 --:--:-- --:--:-- --:--:-- 3968 [2021-05-09T11:49:34.448Z] 100 3325k 100 3325k 0 0 9527k 0 --:--:-- --:--:-- --:--:-- 9527k [2021-05-09T11:49:34.448Z] ./yq_linux_amd64 [2021-05-09T11:49:34.448Z] + sudo snapcraft prime --use-lxd [2021-05-09T11:49:35.616Z] Removing intermediate container 5c6c8b37b2bc [2021-05-09T11:49:35.616Z] ---> 2af08a45d043 [2021-05-09T11:49:35.616Z] [2021-05-09T11:49:35.616Z] Step 10/31 : FROM alpine:3.12 [2021-05-09T11:49:35.616Z] ---> 9852663dfa18 [2021-05-09T11:49:35.616Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-05-09T11:49:35.616Z] ---> Running in 7fb8618d2783 [2021-05-09T11:49:36.227Z] Removing intermediate container 7fb8618d2783 [2021-05-09T11:49:36.227Z] ---> 10c3f28ffcd5 [2021-05-09T11:49:36.227Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-05-09T11:49:36.372Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-05-09T11:49:36.372Z] 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-09T11:49:36.372Z] - README.md [2021-05-09T11:49:36.372Z] [2021-05-09T11:49:36.372Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-05-09T11:49:36.502Z] ---> Running in e4c46a4ac102 [2021-05-09T11:49:36.634Z] Launching a container. [2021-05-09T11:49:39.144Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-05-09T11:49:39.144Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-05-09T11:49:39.144Z] Removing intermediate container ada073e27bac [2021-05-09T11:49:39.144Z] ---> c883635b5da6 [2021-05-09T11:49:39.144Z] [2021-05-09T11:49:39.144Z] Step 10/23 : FROM alpine:3.12 [2021-05-09T11:49:39.144Z] ---> 9852663dfa18 [2021-05-09T11:49:39.144Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-05-09T11:49:39.144Z] ---> Using cache [2021-05-09T11:49:39.144Z] ---> 96ef4eded882 [2021-05-09T11:49:39.144Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-05-09T11:49:39.144Z] ---> Using cache [2021-05-09T11:49:39.144Z] ---> e511678cd6eb [2021-05-09T11:49:39.144Z] Step 13/23 : ENV APP_PORT=48081 [2021-05-09T11:49:39.419Z] ---> Running in ffae6dcea09b [2021-05-09T11:49:39.696Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-05-09T11:49:39.696Z] (2/2) Installing su-exec (0.2-r1) [2021-05-09T11:49:39.696Z] Executing busybox-1.31.1-r20.trigger [2021-05-09T11:49:39.696Z] OK: 5 MiB in 16 packages [2021-05-09T11:49:39.984Z] Removing intermediate container ffae6dcea09b [2021-05-09T11:49:39.984Z] ---> 156a2afc53ae [2021-05-09T11:49:39.984Z] Step 14/23 : EXPOSE $APP_PORT [2021-05-09T11:49:39.984Z] ---> Running in a6aa38af9da1 [2021-05-09T11:49:40.980Z] Removing intermediate container a6aa38af9da1 [2021-05-09T11:49:40.980Z] ---> 8b9ecee4bc90 [2021-05-09T11:49:40.980Z] Step 15/23 : WORKDIR / [2021-05-09T11:49:41.252Z] ---> Running in fac4fa34fe0e [2021-05-09T11:49:41.871Z] Removing intermediate container e4c46a4ac102 [2021-05-09T11:49:41.871Z] ---> b74faecad3cd [2021-05-09T11:49:41.871Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-05-09T11:49:41.871Z] ---> Running in 76dbb2b89955 [2021-05-09T11:49:42.357Z] Removing intermediate container fac4fa34fe0e [2021-05-09T11:49:42.357Z] ---> 67c25d9b4b40 [2021-05-09T11:49:42.357Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-09T11:49:42.761Z] Removing intermediate container 76dbb2b89955 [2021-05-09T11:49:42.761Z] ---> 83b17dc87503 [2021-05-09T11:49:42.761Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-05-09T11:49:43.054Z] ---> Running in 006284104bea [2021-05-09T11:49:43.761Z] ---> 1f40da50fe54 [2021-05-09T11:49:43.761Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-05-09T11:49:44.073Z] Removing intermediate container 006284104bea [2021-05-09T11:49:44.073Z] ---> 94795766fa88 [2021-05-09T11:49:44.073Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-05-09T11:49:44.073Z] ---> Running in 5d08fc0ac23a [2021-05-09T11:49:46.785Z] ---> 92e32cc07baf [2021-05-09T11:49:46.785Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-05-09T11:49:47.769Z] ---> 0bf9b6861d88 [2021-05-09T11:49:47.769Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-05-09T11:49:47.769Z] Removing intermediate container 5d08fc0ac23a [2021-05-09T11:49:47.769Z] ---> d2adea4f7430 [2021-05-09T11:49:47.769Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-05-09T11:49:48.052Z] ---> Running in 8ce3ec3254f0 [2021-05-09T11:49:48.052Z] ---> Running in 569c7c6f834d [2021-05-09T11:49:48.989Z] Waiting for container to be ready [2021-05-09T11:49:48.989Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-05-09T11:49:48.989Z] [2021-05-09T11:49:49.042Z] Removing intermediate container 8ce3ec3254f0 [2021-05-09T11:49:49.042Z] ---> ea811c7be70f [2021-05-09T11:49:49.042Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-09T11:49:49.042Z] Removing intermediate container 569c7c6f834d [2021-05-09T11:49:49.042Z] ---> ce98a52c4719 [2021-05-09T11:49:49.042Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-05-09T11:49:49.042Z] ---> Running in c880274c6be2 [2021-05-09T11:49:50.029Z] Removing intermediate container c880274c6be2 [2021-05-09T11:49:50.029Z] ---> 1213eae556a8 [2021-05-09T11:49:50.029Z] Step 21/23 : LABEL arch=arm64 [2021-05-09T11:49:50.310Z] ---> Running in fda33f545598 [2021-05-09T11:49:50.310Z] ---> be82ffee34ee [2021-05-09T11:49:50.310Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-05-09T11:49:50.584Z] ---> Running in 1f7d02c85250 [2021-05-09T11:49:50.859Z] Removing intermediate container fda33f545598 [2021-05-09T11:49:50.859Z] ---> a036e4e54d3e [2021-05-09T11:49:50.859Z] Step 22/23 : LABEL git_sha=a57cf9c4f4c06e0487161f3a27f3cfccc160748c [2021-05-09T11:49:51.135Z] ---> Running in 3b39dab92160 [2021-05-09T11:49:52.124Z] Removing intermediate container 3b39dab92160 [2021-05-09T11:49:52.124Z] ---> 6299979f942c [2021-05-09T11:49:52.124Z] Step 23/23 : LABEL version=0.0.0 [2021-05-09T11:49:52.399Z] ---> Running in d246553874d3 [2021-05-09T11:49:52.998Z] Removing intermediate container d246553874d3 [2021-05-09T11:49:52.998Z] ---> 98536eba61f2 [2021-05-09T11:49:52.998Z] [2021-05-09T11:49:53.196Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-05-09T11:49:53.196Z] Waiting for network to be ready... [2021-05-09T11:49:53.457Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-05-09T11:49:53.457Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-05-09T11:49:53.603Z] Successfully built 98536eba61f2 [2021-05-09T11:49:53.879Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-05-09T11:49:54.028Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1699 kB] [2021-05-09T11:49:54.028Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-05-09T11:49:54.028Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-05-09T11:49:54.158Z]  Building docker-core-metadata-go ... done Removing intermediate container 1f7d02c85250 [2021-05-09T11:49:54.158Z] ---> b550b5c30bc2 [2021-05-09T11:49:54.158Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-09T11:49:54.288Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-05-09T11:49:54.288Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-05-09T11:49:54.288Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-05-09T11:49:54.288Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-05-09T11:49:54.288Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-05-09T11:49:54.288Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-05-09T11:49:54.288Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [318 kB] [2021-05-09T11:49:54.288Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.2 kB] [2021-05-09T11:49:54.288Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-05-09T11:49:54.288Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [305 kB] [2021-05-09T11:49:54.288Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [40.7 kB] [2021-05-09T11:49:54.288Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1124 kB] [2021-05-09T11:49:54.551Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [253 kB] [2021-05-09T11:49:54.551Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-05-09T11:49:55.121Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2043 kB] [2021-05-09T11:49:55.121Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [410 kB] [2021-05-09T11:49:55.121Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [25.0 kB] [2021-05-09T11:49:55.121Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-05-09T11:49:55.121Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [326 kB] [2021-05-09T11:49:55.121Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [44.2 kB] [2021-05-09T11:49:55.121Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1733 kB] [2021-05-09T11:49:55.121Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [369 kB] [2021-05-09T11:49:55.608Z] ---> b01f9798bc46 [2021-05-09T11:49:55.608Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-05-09T11:49:57.608Z] ---> e005ab8e4126 [2021-05-09T11:49:57.608Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-05-09T11:49:57.668Z] Fetched 24.5 MB in 4s (5690 kB/s) [2021-05-09T11:49:58.208Z] ---> 307d27c918f6 [2021-05-09T11:49:58.208Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-05-09T11:49:58.609Z] Reading package lists... [2021-05-09T11:49:58.609Z] Reading package lists... [2021-05-09T11:49:58.874Z] Building dependency tree... [2021-05-09T11:49:58.874Z] Reading state information... [2021-05-09T11:49:58.874Z] The following additional packages will be installed: [2021-05-09T11:49:58.874Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-05-09T11:49:58.874Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-05-09T11:49:58.874Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-05-09T11:49:58.874Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-05-09T11:49:58.874Z] Suggested packages: [2021-05-09T11:49:58.874Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-05-09T11:49:58.874Z] Recommended packages: [2021-05-09T11:49:58.874Z] gnupg libsasl2-modules [2021-05-09T11:49:58.874Z] The following NEW packages will be installed: [2021-05-09T11:49:58.874Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-05-09T11:49:58.874Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-05-09T11:49:58.874Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-05-09T11:49:58.874Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-05-09T11:49:58.874Z] The following packages will be upgraded: [2021-05-09T11:49:58.874Z] gpg gpg-agent gpgconf libudev1 [2021-05-09T11:49:59.135Z] 4 upgraded, 18 newly installed, 0 to remove and 106 not upgraded. [2021-05-09T11:49:59.135Z] Need to get 3530 kB of archives. [2021-05-09T11:49:59.135Z] After this operation, 13.3 MB of additional disk space will be used. [2021-05-09T11:49:59.135Z] 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-09T11:49:59.135Z] 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-09T11:49:59.135Z] 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-09T11:49:59.135Z] 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-09T11:49:59.135Z] Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.47 [58.2 kB] [2021-05-09T11:49:59.190Z] ---> 4be0381025b7 [2021-05-09T11:49:59.190Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-05-09T11:49:59.396Z] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.47 [1102 kB] [2021-05-09T11:49:59.969Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-05-09T11:49:59.969Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-05-09T11:49:59.969Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] [2021-05-09T11:49:59.969Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] [2021-05-09T11:49:59.969Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] [2021-05-09T11:49:59.969Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-05-09T11:49:59.969Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-05-09T11:49:59.969Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-05-09T11:49:59.969Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-05-09T11:49:59.969Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-05-09T11:49:59.969Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-05-09T11:49:59.969Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-05-09T11:49:59.969Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-05-09T11:49:59.969Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-05-09T11:49:59.969Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-05-09T11:49:59.969Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] [2021-05-09T11:50:00.230Z] debconf: delaying package configuration, since apt-utils is not installed [2021-05-09T11:50:00.230Z] Fetched 3530 kB in 1s (3323 kB/s) [2021-05-09T11:50:00.230Z] (Reading database ... 12511 files and directories currently installed.) [2021-05-09T11:50:00.230Z] Preparing to unpack .../libudev1_237-3ubuntu10.47_amd64.deb ... [2021-05-09T11:50:00.230Z] Unpacking libudev1:amd64 (237-3ubuntu10.47) over (237-3ubuntu10) ... [2021-05-09T11:50:00.230Z] Setting up libudev1:amd64 (237-3ubuntu10.47) ... [2021-05-09T11:50:00.491Z] Selecting previously unselected package udev. [2021-05-09T11:50:00.491Z] (Reading database ... 12511 files and directories currently installed.) [2021-05-09T11:50:00.491Z] Preparing to unpack .../00-udev_237-3ubuntu10.47_amd64.deb ... [2021-05-09T11:50:00.491Z] Unpacking udev (237-3ubuntu10.47) ... [2021-05-09T11:50:00.644Z] ---> 3500d5ebf5ea [2021-05-09T11:50:00.644Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-05-09T11:50:00.751Z] Selecting previously unselected package libfuse2:amd64. [2021-05-09T11:50:00.751Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-05-09T11:50:00.751Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-05-09T11:50:00.752Z] Selecting previously unselected package fuse. [2021-05-09T11:50:00.752Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-05-09T11:50:00.752Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-05-09T11:50:00.919Z] ---> Running in ae676d5b7b20 [2021-05-09T11:50:01.012Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... [2021-05-09T11:50:01.012Z] Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-05-09T11:50:01.012Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... [2021-05-09T11:50:01.012Z] Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-05-09T11:50:01.272Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... [2021-05-09T11:50:01.272Z] Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-05-09T11:50:01.272Z] Selecting previously unselected package libksba8:amd64. [2021-05-09T11:50:01.272Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-05-09T11:50:01.272Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-05-09T11:50:01.534Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-05-09T11:50:01.534Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-05-09T11:50:01.535Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-09T11:50:01.535Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-05-09T11:50:01.535Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-05-09T11:50:01.535Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-09T11:50:01.535Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-05-09T11:50:01.535Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-05-09T11:50:01.535Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-09T11:50:01.799Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-05-09T11:50:01.799Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-05-09T11:50:01.799Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-09T11:50:01.799Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-05-09T11:50:01.799Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-05-09T11:50:01.913Z] Removing intermediate container ae676d5b7b20 [2021-05-09T11:50:01.913Z] ---> a29902e157df [2021-05-09T11:50:01.913Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-05-09T11:50:02.059Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-09T11:50:02.060Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-05-09T11:50:02.060Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-05-09T11:50:02.060Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-09T11:50:02.060Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-05-09T11:50:02.060Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-05-09T11:50:02.060Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-09T11:50:02.320Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-05-09T11:50:02.320Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-05-09T11:50:02.320Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-09T11:50:02.320Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-05-09T11:50:02.320Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-05-09T11:50:02.320Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-09T11:50:02.582Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-05-09T11:50:02.582Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-05-09T11:50:02.582Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-05-09T11:50:02.582Z] Selecting previously unselected package libsasl2-2:amd64. [2021-05-09T11:50:02.582Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-05-09T11:50:02.582Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-05-09T11:50:02.582Z] Selecting previously unselected package libldap-common. [2021-05-09T11:50:02.582Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... [2021-05-09T11:50:02.582Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-05-09T11:50:02.842Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-05-09T11:50:02.842Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... [2021-05-09T11:50:02.842Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-05-09T11:50:02.842Z] Selecting previously unselected package dirmngr. [2021-05-09T11:50:02.842Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... [2021-05-09T11:50:02.842Z] Unpacking dirmngr (2.2.4-1ubuntu1.4) ... [2021-05-09T11:50:02.905Z] ---> 95530b656575 [2021-05-09T11:50:02.905Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-05-09T11:50:03.103Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-05-09T11:50:03.103Z] Setting up gpgconf (2.2.4-1ubuntu1.4) ... [2021-05-09T11:50:03.103Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-05-09T11:50:03.103Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-05-09T11:50:03.103Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-05-09T11:50:03.103Z] Setting up gpg-agent (2.2.4-1ubuntu1.4) ... [2021-05-09T11:50:03.189Z] ---> Running in c8853236372a [2021-05-09T11:50:03.364Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-09T11:50:03.364Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-05-09T11:50:03.364Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-05-09T11:50:03.364Z] Setting up udev (237-3ubuntu10.47) ... [2021-05-09T11:50:03.624Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-05-09T11:50:03.885Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-09T11:50:03.885Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-05-09T11:50:03.885Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-05-09T11:50:03.885Z] Setting up gpg (2.2.4-1ubuntu1.4) ... [2021-05-09T11:50:03.885Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-09T11:50:03.885Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-09T11:50:04.146Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-09T11:50:04.146Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-09T11:50:04.146Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-09T11:50:04.146Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-09T11:50:04.146Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-09T11:50:04.146Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-05-09T11:50:04.146Z] Setting up dirmngr (2.2.4-1ubuntu1.4) ... [2021-05-09T11:50:04.146Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-05-09T11:50:04.719Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-05-09T11:50:04.719Z] settings in the [Install] section, and DefaultInstance for template units). [2021-05-09T11:50:04.719Z] This means they are not meant to be enabled using systemctl. [2021-05-09T11:50:04.719Z] Possible reasons for having this kind of units are: [2021-05-09T11:50:04.719Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-05-09T11:50:04.719Z] .wants/ or .requires/ directory. [2021-05-09T11:50:04.719Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-05-09T11:50:04.719Z] a requirement dependency on it. [2021-05-09T11:50:04.719Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-05-09T11:50:04.719Z] D-Bus, udev, scripted systemctl call, ...). [2021-05-09T11:50:04.719Z] 4) In case of template units, the unit is meant to be enabled with some [2021-05-09T11:50:04.719Z] instance name specified. [2021-05-09T11:50:04.979Z] Reading package lists... [2021-05-09T11:50:05.240Z] Building dependency tree... [2021-05-09T11:50:05.240Z] Reading state information... [2021-05-09T11:50:05.240Z] The following additional packages will be installed: [2021-05-09T11:50:05.240Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-05-09T11:50:05.240Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-05-09T11:50:05.240Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-05-09T11:50:05.240Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-05-09T11:50:05.240Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-05-09T11:50:05.240Z] Suggested packages: [2021-05-09T11:50:05.240Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-05-09T11:50:05.240Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-05-09T11:50:05.240Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-05-09T11:50:05.240Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-05-09T11:50:05.240Z] systemd-container policykit-1 [2021-05-09T11:50:05.240Z] Recommended packages: [2021-05-09T11:50:05.240Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-05-09T11:50:05.240Z] The following NEW packages will be installed: [2021-05-09T11:50:05.240Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-05-09T11:50:05.240Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-05-09T11:50:05.240Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-05-09T11:50:05.240Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-05-09T11:50:05.240Z] python3.6-minimal snapd squashfs-tools sudo [2021-05-09T11:50:05.240Z] The following packages will be upgraded: [2021-05-09T11:50:05.240Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-05-09T11:50:05.501Z] 5 upgraded, 25 newly installed, 0 to remove and 101 not upgraded. [2021-05-09T11:50:05.501Z] Need to get 35.2 MB of archives. [2021-05-09T11:50:05.501Z] After this operation, 141 MB of additional disk space will be used. [2021-05-09T11:50:05.501Z] 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-09T11:50:05.501Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.47 [2914 kB] [2021-05-09T11:50:06.073Z] 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-09T11:50:06.073Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-05-09T11:50:06.073Z] 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-09T11:50:06.333Z] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.47 [209 kB] [2021-05-09T11:50:06.333Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.4 [1712 kB] [2021-05-09T11:50:06.333Z] Get:8 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libapt-pkg5.0 amd64 1.6.13 [808 kB] [2021-05-09T11:50:06.333Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 apt amd64 1.6.13 [1201 kB] [2021-05-09T11:50:06.333Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2021-05-09T11:50:06.333Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-05-09T11:50:06.333Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-05-09T11:50:06.333Z] Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-05-09T11:50:06.333Z] Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-05-09T11:50:06.333Z] Get:15 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-05-09T11:50:06.333Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.4 [203 kB] [2021-05-09T11:50:06.333Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-05-09T11:50:06.333Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] [2021-05-09T11:50:06.333Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-05-09T11:50:06.333Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-05-09T11:50:06.333Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-05-09T11:50:06.333Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-05-09T11:50:06.333Z] Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-05-09T11:50:06.333Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-05-09T11:50:06.333Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] [2021-05-09T11:50:06.333Z] Get:26 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-05-09T11:50:06.333Z] Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-05-09T11:50:06.333Z] Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] [2021-05-09T11:50:06.593Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-05-09T11:50:06.593Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] [2021-05-09T11:50:06.598Z] Removing intermediate container c8853236372a [2021-05-09T11:50:06.598Z] ---> 69be7c2f44d9 [2021-05-09T11:50:06.598Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-05-09T11:50:07.163Z] debconf: delaying package configuration, since apt-utils is not installed [2021-05-09T11:50:07.163Z] Fetched 35.2 MB in 2s (19.3 MB/s) [2021-05-09T11:50:07.212Z] ---> Running in b7870e831c73 [2021-05-09T11:50:07.423Z] (Reading database ... 12757 files and directories currently installed.) [2021-05-09T11:50:07.423Z] Preparing to unpack .../systemd_237-3ubuntu10.47_amd64.deb ... [2021-05-09T11:50:07.423Z] Unpacking systemd (237-3ubuntu10.47) over (237-3ubuntu10) ... [2021-05-09T11:50:07.816Z] Removing intermediate container b7870e831c73 [2021-05-09T11:50:07.816Z] ---> 97bf231230e5 [2021-05-09T11:50:07.816Z] Step 28/31 : CMD ["gate"] [2021-05-09T11:50:07.994Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.47_amd64.deb ... [2021-05-09T11:50:07.994Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.47) over (237-3ubuntu10) ... [2021-05-09T11:50:08.254Z] Setting up libsystemd0:amd64 (237-3ubuntu10.47) ... [2021-05-09T11:50:08.254Z] (Reading database ... 12757 files and directories currently installed.) [2021-05-09T11:50:08.254Z] Preparing to unpack .../libapt-pkg5.0_1.6.13_amd64.deb ... [2021-05-09T11:50:08.254Z] Unpacking libapt-pkg5.0:amd64 (1.6.13) over (1.6.1) ... [2021-05-09T11:50:08.416Z] ---> Running in dd54f07945e0 [2021-05-09T11:50:08.514Z] Setting up libapt-pkg5.0:amd64 (1.6.13) ... [2021-05-09T11:50:08.776Z] (Reading database ... 12757 files and directories currently installed.) [2021-05-09T11:50:08.776Z] Preparing to unpack .../archives/apt_1.6.13_amd64.deb ... [2021-05-09T11:50:08.776Z] Unpacking apt (1.6.13) over (1.6.1) ... [2021-05-09T11:50:09.036Z] Setting up apt (1.6.13) ... [2021-05-09T11:50:09.036Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-05-09T11:50:09.046Z] Removing intermediate container dd54f07945e0 [2021-05-09T11:50:09.046Z] ---> b56f38665c7d [2021-05-09T11:50:09.046Z] Step 29/31 : LABEL arch=arm64 [2021-05-09T11:50:09.607Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-05-09T11:50:09.655Z] ---> Running in cf3b8f799815 [2021-05-09T11:50:10.266Z] Removing intermediate container cf3b8f799815 [2021-05-09T11:50:10.266Z] ---> 7eb74ff96b88 [2021-05-09T11:50:10.266Z] Step 30/31 : LABEL git_sha=a57cf9c4f4c06e0487161f3a27f3cfccc160748c [2021-05-09T11:50:10.544Z] ---> Running in abe370f22caf [2021-05-09T11:50:10.554Z] (Reading database ... 12764 files and directories currently installed.) [2021-05-09T11:50:10.554Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... [2021-05-09T11:50:11.506Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... [2021-05-09T11:50:11.506Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-05-09T11:50:11.506Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-05-09T11:50:11.543Z] Removing intermediate container abe370f22caf [2021-05-09T11:50:11.543Z] ---> 5a374c73bd34 [2021-05-09T11:50:11.543Z] Step 31/31 : LABEL version=0.0.0 [2021-05-09T11:50:11.769Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-05-09T11:50:11.818Z] ---> Running in 09d8862bd437 [2021-05-09T11:50:12.033Z] Selecting previously unselected package libexpat1:amd64. [2021-05-09T11:50:12.033Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-05-09T11:50:12.033Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-05-09T11:50:12.033Z] Selecting previously unselected package python3.6-minimal. [2021-05-09T11:50:12.033Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-05-09T11:50:12.033Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-05-09T11:50:12.294Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) ... [2021-05-09T11:50:12.294Z] Checking for services that may need to be restarted...done. [2021-05-09T11:50:12.294Z] Checking for services that may need to be restarted...done. [2021-05-09T11:50:12.423Z] Removing intermediate container 09d8862bd437 [2021-05-09T11:50:12.423Z] ---> 38f36f876c5e [2021-05-09T11:50:12.423Z] [2021-05-09T11:50:12.555Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-05-09T11:50:12.555Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-05-09T11:50:12.555Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-05-09T11:50:13.039Z] Successfully built 38f36f876c5e [2021-05-09T11:50:13.039Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-05-09T11:50:13.127Z] Selecting previously unselected package python3-minimal. [2021-05-09T11:50:13.127Z] (Reading database ... 13012 files and directories currently installed.) [2021-05-09T11:50:13.127Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-05-09T11:50:13.127Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-05-09T11:50:13.127Z] Selecting previously unselected package mime-support. [2021-05-09T11:50:13.127Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-05-09T11:50:13.127Z] Unpacking mime-support (3.60ubuntu1) ... [2021-05-09T11:50:13.127Z] Selecting previously unselected package libmpdec2:amd64. [2021-05-09T11:50:13.127Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-05-09T11:50:13.127Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-05-09T11:50:13.388Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-05-09T11:50:13.388Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-05-09T11:50:13.388Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-05-09T11:50:13.648Z] Selecting previously unselected package python3.6. [2021-05-09T11:50:13.648Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-05-09T11:50:13.648Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-05-09T11:50:13.648Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-05-09T11:50:13.648Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-05-09T11:50:13.648Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-05-09T11:50:13.648Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-05-09T11:50:13.909Z] Selecting previously unselected package python3. [2021-05-09T11:50:13.909Z] (Reading database ... 13442 files and directories currently installed.) [2021-05-09T11:50:13.909Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-05-09T11:50:14.170Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-05-09T11:50:14.171Z] Selecting previously unselected package multiarch-support. [2021-05-09T11:50:14.171Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-05-09T11:50:14.171Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-05-09T11:50:14.171Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-05-09T11:50:14.431Z] Selecting previously unselected package liblzo2-2:amd64. [2021-05-09T11:50:14.431Z] (Reading database ... 13479 files and directories currently installed.) [2021-05-09T11:50:14.431Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-05-09T11:50:14.431Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-05-09T11:50:14.431Z] Selecting previously unselected package libbsd0:amd64. [2021-05-09T11:50:14.431Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-05-09T11:50:14.431Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-05-09T11:50:14.431Z] Selecting previously unselected package sudo. [2021-05-09T11:50:14.431Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... [2021-05-09T11:50:14.431Z] Unpacking sudo (1.8.21p2-3ubuntu1.4) ... [2021-05-09T11:50:14.692Z] Selecting previously unselected package apparmor. [2021-05-09T11:50:14.692Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-05-09T11:50:14.692Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-05-09T11:50:14.953Z] Selecting previously unselected package libedit2:amd64. [2021-05-09T11:50:14.953Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-05-09T11:50:14.953Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-05-09T11:50:14.953Z] Selecting previously unselected package libkrb5support0:amd64. [2021-05-09T11:50:14.953Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-05-09T11:50:14.953Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-05-09T11:50:14.953Z] Selecting previously unselected package libk5crypto3:amd64. [2021-05-09T11:50:14.953Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-05-09T11:50:14.953Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-05-09T11:50:15.213Z] Selecting previously unselected package libkeyutils1:amd64. [2021-05-09T11:50:15.213Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-05-09T11:50:15.213Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-05-09T11:50:15.213Z] Selecting previously unselected package libkrb5-3:amd64. [2021-05-09T11:50:15.213Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-05-09T11:50:15.213Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-05-09T11:50:15.475Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-05-09T11:50:15.475Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-05-09T11:50:15.475Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-05-09T11:50:15.475Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-05-09T11:50:15.475Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... [2021-05-09T11:50:15.475Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-05-09T11:50:15.748Z] Selecting previously unselected package openssh-client. [2021-05-09T11:50:15.748Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-05-09T11:50:15.748Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-05-09T11:50:16.009Z] Selecting previously unselected package squashfs-tools. [2021-05-09T11:50:16.009Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-05-09T11:50:16.009Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-05-09T11:50:16.009Z] Selecting previously unselected package snapd. [2021-05-09T11:50:16.009Z] Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... [2021-05-09T11:50:16.009Z] Unpacking snapd (2.48.3+18.04) ... [2021-05-09T11:50:17.923Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-05-09T11:50:17.923Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-05-09T11:50:17.923Z] Setting up mime-support (3.60ubuntu1) ... [2021-05-09T11:50:18.185Z] Setting up sudo (1.8.21p2-3ubuntu1.4) ... [2021-05-09T11:50:18.185Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-05-09T11:50:18.185Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-05-09T11:50:18.185Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-05-09T11:50:18.185Z] Setting up systemd (237-3ubuntu10.47) ... [2021-05-09T11:50:18.185Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-05-09T11:50:19.126Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-05-09T11:50:19.126Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-05-09T11:50:19.126Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-05-09T11:50:19.126Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-05-09T11:50:19.126Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-05-09T11:50:19.126Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-05-09T11:50:19.698Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-05-09T11:50:19.698Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-05-09T11:50:19.698Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-05-09T11:50:19.698Z] Setting up python3 (3.6.7-1~18.04) ... [2021-05-09T11:50:19.698Z] running python rtupdate hooks for python3.6... [2021-05-09T11:50:19.698Z] running python post-rtupdate hooks for python3.6... [2021-05-09T11:50:19.698Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-05-09T11:50:21.083Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-05-09T11:50:21.344Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-05-09T11:50:21.344Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-05-09T11:50:21.605Z] Setting up snapd (2.48.3+18.04) ... [2021-05-09T11:50:21.866Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-05-09T11:50:22.127Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-05-09T11:50:22.388Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-05-09T11:50:22.388Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-05-09T11:50:22.649Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-05-09T11:50:22.649Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-05-09T11:50:22.909Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-05-09T11:50:23.169Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-05-09T11:50:23.169Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-05-09T11:50:23.201Z]  Building docker-security-bootstrapper-go ... done Removing intermediate container 4210083e9de7 [2021-05-09T11:50:23.201Z] ---> 0a87532ba020 [2021-05-09T11:50:23.201Z] Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-05-09T11:50:23.201Z] ---> Running in a595fa41319d [2021-05-09T11:50:23.201Z] 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-09T11:50:23.429Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-05-09T11:50:23.430Z] /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-09T11:50:23.691Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-05-09T11:50:23.691Z] Processing triggers for systemd (237-3ubuntu10.47) ... [2021-05-09T11:50:24.634Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-05-09T11:50:24.634Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-05-09T11:50:24.634Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-05-09T11:50:25.822Z] Removing intermediate container a595fa41319d [2021-05-09T11:50:25.822Z] ---> 4822bc028b83 [2021-05-09T11:50:25.822Z] [2021-05-09T11:50:25.822Z] Step 11/23 : FROM docker:20.10.0 [2021-05-09T11:50:25.822Z] 20.10.0: Pulling from library/docker [2021-05-09T11:50:25.837Z] Reading package lists... [2021-05-09T11:50:25.837Z] Reading package lists... [2021-05-09T11:50:26.096Z] Building dependency tree... [2021-05-09T11:50:26.096Z] Reading state information... [2021-05-09T11:50:26.096Z] Calculating upgrade... [2021-05-09T11:50:26.096Z] The following packages will be upgraded: [2021-05-09T11:50:26.096Z] advancecomp base-files bash binutils binutils-common [2021-05-09T11:50:26.096Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-05-09T11:50:26.096Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-05-09T11:50:26.096Z] grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils [2021-05-09T11:50:26.096Z] libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 [2021-05-09T11:50:26.096Z] libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 [2021-05-09T11:50:26.096Z] libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 [2021-05-09T11:50:26.096Z] libgnutls30 libgomp1 libhogweed4 libidn11 libidn2-0 libitm1 libjson-c3 [2021-05-09T11:50:26.096Z] libkmod2 liblsan0 libmount1 libmpx2 libncurses5 libncursesw5 libnettle6 [2021-05-09T11:50:26.096Z] libp11-kit0 libpam-modules libpam-modules-bin libpam-runtime libpam0g [2021-05-09T11:50:26.096Z] libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 libsmartcols1 [2021-05-09T11:50:26.096Z] libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 [2021-05-09T11:50:26.096Z] libunistring2 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base [2021-05-09T11:50:26.096Z] ncurses-bin openssl passwd patch perl perl-base perl-modules-5.26 [2021-05-09T11:50:26.096Z] pkgbinarymangler procps systemd-sysv tar tzdata ubuntu-keyring util-linux [2021-05-09T11:50:26.357Z] 101 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-05-09T11:50:26.357Z] Need to get 64.0 MB of archives. [2021-05-09T11:50:26.357Z] After this operation, 5034 kB of additional disk space will be used. [2021-05-09T11:50:26.357Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-05-09T11:50:26.357Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-142.146 [987 kB] [2021-05-09T11:50:27.300Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-05-09T11:50:27.300Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-05-09T11:50:27.300Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-05-09T11:50:27.300Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-05-09T11:50:27.300Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-05-09T11:50:27.300Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-05-09T11:50:27.300Z] 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-09T11:50:27.300Z] 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-09T11:50:27.300Z] 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-09T11:50:27.300Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-05-09T11:50:27.300Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-05-09T11:50:27.300Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2021-05-09T11:50:27.300Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-05-09T11:50:27.300Z] Get:16 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-05-09T11:50:27.300Z] Get:17 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-05-09T11:50:27.300Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-05-09T11:50:27.300Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-05-09T11:50:27.300Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-05-09T11:50:27.561Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-05-09T11:50:27.561Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-05-09T11:50:27.561Z] Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-05-09T11:50:27.561Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-05-09T11:50:27.561Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-05-09T11:50:27.561Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-05-09T11:50:27.561Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-05-09T11:50:27.561Z] Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-05-09T11:50:27.561Z] Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-05-09T11:50:27.561Z] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-05-09T11:50:27.561Z] Get:31 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-05-09T11:50:27.822Z] Get:32 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-05-09T11:50:27.822Z] Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-05-09T11:50:27.822Z] Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-05-09T11:50:27.822Z] Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-05-09T11:50:27.822Z] Get:36 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] [2021-05-09T11:50:27.822Z] Get:37 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] [2021-05-09T11:50:27.822Z] Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-05-09T11:50:27.822Z] Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2021-05-09T11:50:27.822Z] Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-05-09T11:50:27.822Z] Get:41 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] [2021-05-09T11:50:27.823Z] Get:42 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-09T11:50:27.823Z] Get:43 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] [2021-05-09T11:50:27.823Z] Get:44 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.47 [16.0 kB] [2021-05-09T11:50:27.823Z] Get:45 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-09T11:50:27.823Z] Get:46 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-05-09T11:50:27.823Z] Get:47 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] [2021-05-09T11:50:27.823Z] Get:48 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-05-09T11:50:28.084Z] Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-05-09T11:50:28.084Z] Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-05-09T11:50:28.084Z] Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-05-09T11:50:28.084Z] Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-05-09T11:50:28.084Z] Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-05-09T11:50:28.084Z] Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-05-09T11:50:28.084Z] Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-05-09T11:50:28.084Z] Get:56 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-05-09T11:50:28.084Z] Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-05-09T11:50:28.084Z] Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-05-09T11:50:28.084Z] Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-05-09T11:50:28.084Z] Get:60 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libseccomp2 amd64 2.5.1-1ubuntu1~18.04.1 [43.1 kB] [2021-05-09T11:50:28.084Z] Get:61 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.2 [22.3 kB] [2021-05-09T11:50:28.084Z] Get:62 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-05-09T11:50:28.084Z] Get:63 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-05-09T11:50:28.084Z] Get:64 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-09T11:50:28.084Z] Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-05-09T11:50:28.084Z] Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-05-09T11:50:28.084Z] Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-05-09T11:50:28.084Z] Get:68 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-05-09T11:50:28.084Z] Get:69 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.2 [189 kB] [2021-05-09T11:50:28.084Z] Get:70 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libnettle6 amd64 3.4-1ubuntu0.1 [110 kB] [2021-05-09T11:50:28.084Z] Get:71 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libhogweed4 amd64 3.4-1ubuntu0.1 [137 kB] [2021-05-09T11:50:28.084Z] Get:72 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-05-09T11:50:28.084Z] Get:73 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-05-09T11:50:28.084Z] Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-05-09T11:50:28.345Z] Get:75 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.9 [614 kB] [2021-05-09T11:50:28.345Z] Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] [2021-05-09T11:50:28.345Z] Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-05-09T11:50:28.345Z] Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-05-09T11:50:28.345Z] Get:79 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-05-09T11:50:28.345Z] 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-09T11:50:28.345Z] Get:81 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-05-09T11:50:28.345Z] Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] [2021-05-09T11:50:28.345Z] 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-09T11:50:28.345Z] Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-05-09T11:50:28.345Z] 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-09T11:50:28.606Z] Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] [2021-05-09T11:50:28.606Z] Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] [2021-05-09T11:50:28.606Z] Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] [2021-05-09T11:50:28.606Z] Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-05-09T11:50:28.606Z] Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-05-09T11:50:28.606Z] Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-05-09T11:50:28.606Z] Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-05-09T11:50:29.178Z] Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-05-09T11:50:29.439Z] 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-09T11:50:29.439Z] 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-09T11:50:29.439Z] Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-05-09T11:50:29.705Z] 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-09T11:50:29.705Z] Get:98 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-05-09T11:50:29.705Z] Get:99 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-05-09T11:50:29.705Z] Get:100 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-05-09T11:50:29.705Z] Get:101 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-05-09T11:50:29.968Z] debconf: delaying package configuration, since apt-utils is not installed [2021-05-09T11:50:29.968Z] Fetched 64.0 MB in 4s (17.9 MB/s) [2021-05-09T11:50:29.968Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-09T11:50:29.968Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-05-09T11:50:29.968Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-05-09T11:50:31.305Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-05-09T11:50:31.305Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-05-09T11:50:31.305Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-142.146_amd64.deb ... [2021-05-09T11:50:31.305Z] Unpacking linux-libc-dev:amd64 (4.15.0-142.146) over (4.15.0-20.21) ... [2021-05-09T11:50:31.566Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-09T11:50:31.828Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-09T11:50:31.828Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-09T11:50:31.828Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-09T11:50:32.088Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-09T11:50:32.088Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-09T11:50:32.088Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-09T11:50:32.088Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-09T11:50:32.349Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-09T11:50:32.349Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-09T11:50:32.349Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-09T11:50:32.349Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-09T11:50:32.526Z] Removing intermediate container 3cb4ad5edaa0 [2021-05-09T11:50:32.526Z] ---> c0410e399edd [2021-05-09T11:50:32.526Z] [2021-05-09T11:50:32.526Z] Step 10/23 : FROM alpine:3.12 [2021-05-09T11:50:32.526Z] ---> 9852663dfa18 [2021-05-09T11:50:32.526Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-05-09T11:50:32.526Z] ---> Running in bf472dd9a026 [2021-05-09T11:50:32.609Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-09T11:50:32.609Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-09T11:50:32.609Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-09T11:50:32.869Z] (Reading database ... 13911 files and directories currently installed.) [2021-05-09T11:50:32.869Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-09T11:50:32.869Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-05-09T11:50:33.130Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-05-09T11:50:33.130Z] (Reading database ... 13911 files and directories currently installed.) [2021-05-09T11:50:33.130Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-09T11:50:33.130Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-09T11:50:33.391Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-09T11:50:33.391Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-09T11:50:33.391Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-09T11:50:33.512Z] Removing intermediate container bf472dd9a026 [2021-05-09T11:50:33.512Z] ---> 4ddb3e73f215 [2021-05-09T11:50:33.512Z] Step 12/23 : ENV APP_PORT=48080 [2021-05-09T11:50:33.657Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-09T11:50:33.657Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-09T11:50:33.784Z] ---> Running in 01290faea300 [2021-05-09T11:50:33.979Z] (Reading database ... 13911 files and directories currently installed.) [2021-05-09T11:50:33.979Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-05-09T11:50:34.241Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-05-09T11:50:34.381Z] Removing intermediate container 01290faea300 [2021-05-09T11:50:34.381Z] ---> 036fa28fb51e [2021-05-09T11:50:34.381Z] Step 13/23 : EXPOSE $APP_PORT [2021-05-09T11:50:34.503Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-05-09T11:50:34.655Z] ---> Running in 00425b74c838 [2021-05-09T11:50:34.769Z] (Reading database ... 13911 files and directories currently installed.) [2021-05-09T11:50:34.769Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-05-09T11:50:34.769Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-05-09T11:50:34.769Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-05-09T11:50:34.928Z] Removing intermediate container 00425b74c838 [2021-05-09T11:50:34.928Z] ---> 1e9ceb5783cc [2021-05-09T11:50:34.928Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-09T11:50:35.035Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-05-09T11:50:35.200Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-05-09T11:50:35.200Z] Status: Downloaded newer image for docker:20.10.0 [2021-05-09T11:50:35.200Z] ---> eeaf43b92773 [2021-05-09T11:50:35.200Z] 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-09T11:50:35.200Z] ---> Running in f85ede39e184 [2021-05-09T11:50:35.295Z] Setting up base-files (10.1ubuntu2.10) ... [2021-05-09T11:50:35.295Z] Installing new version of config file /etc/issue ... [2021-05-09T11:50:35.295Z] Installing new version of config file /etc/issue.net ... [2021-05-09T11:50:35.295Z] Installing new version of config file /etc/lsb-release ... [2021-05-09T11:50:35.295Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-05-09T11:50:35.476Z] ---> Running in 8b004e9ecaec [2021-05-09T11:50:35.556Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-05-09T11:50:35.556Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-05-09T11:50:35.556Z] Removing obsolete conffile /etc/default/motd-news ... [2021-05-09T11:50:35.817Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-09T11:50:35.817Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-05-09T11:50:35.817Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-05-09T11:50:36.080Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-05-09T11:50:36.080Z] 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-09T11:50:36.080Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-09T11:50:36.080Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-05-09T11:50:36.080Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-05-09T11:50:36.086Z] Removing intermediate container 8b004e9ecaec [2021-05-09T11:50:36.087Z] ---> 042c1e2c7be3 [2021-05-09T11:50:36.087Z] Step 13/23 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 [2021-05-09T11:50:36.087Z] ---> Running in d0e3c9dde630 [2021-05-09T11:50:36.344Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-05-09T11:50:36.344Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-09T11:50:36.344Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-05-09T11:50:36.344Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-05-09T11:50:36.606Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-05-09T11:50:36.606Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-09T11:50:36.606Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-05-09T11:50:36.606Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-05-09T11:50:36.875Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-05-09T11:50:37.136Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-09T11:50:37.136Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-05-09T11:50:37.397Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-05-09T11:50:37.397Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-05-09T11:50:37.397Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-09T11:50:37.397Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-05-09T11:50:37.530Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-05-09T11:50:37.530Z] Removing intermediate container f85ede39e184 [2021-05-09T11:50:37.530Z] ---> 125dc6cd5602 [2021-05-09T11:50:37.530Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-05-09T11:50:37.530Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-05-09T11:50:37.658Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-05-09T11:50:37.658Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-05-09T11:50:37.658Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-09T11:50:37.658Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-05-09T11:50:37.801Z] ---> Running in dd056a14b423 [2021-05-09T11:50:37.918Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-05-09T11:50:37.919Z] Setting up grep (3.1-2build1) ... [2021-05-09T11:50:37.919Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-09T11:50:37.919Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-05-09T11:50:37.919Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-05-09T11:50:38.075Z] (1/39) Installing readline (8.0.4-r0) [2021-05-09T11:50:38.075Z] (2/39) Installing bash (5.0.17-r0) [2021-05-09T11:50:38.183Z] Setting up login (1:4.5-1ubuntu2) ... [2021-05-09T11:50:38.183Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-09T11:50:38.183Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-05-09T11:50:38.348Z] Executing bash-5.0.17-r0.post-install [2021-05-09T11:50:38.348Z] (3/39) Installing nghttp2-libs (1.41.0-r0) [2021-05-09T11:50:38.348Z] (4/39) Installing libcurl (7.76.1-r0) [2021-05-09T11:50:38.348Z] (5/39) Installing curl (7.76.1-r0) [2021-05-09T11:50:38.348Z] (6/39) Installing dumb-init (1.2.2-r1) [2021-05-09T11:50:38.348Z] (7/39) Installing libbz2 (1.0.8-r1) [2021-05-09T11:50:38.348Z] (8/39) Installing expat (2.2.9-r1) [2021-05-09T11:50:38.348Z] (9/39) Installing libffi (3.3-r2) [2021-05-09T11:50:38.348Z] (10/39) Installing gdbm (1.13-r1) [2021-05-09T11:50:38.348Z] (11/39) Installing xz-libs (5.2.5-r0) [2021-05-09T11:50:38.348Z] (12/39) Installing sqlite-libs (3.32.1-r0) [2021-05-09T11:50:38.348Z] (13/39) Installing python3 (3.8.10-r0) [2021-05-09T11:50:38.445Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-05-09T11:50:38.445Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-05-09T11:50:38.445Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-09T11:50:38.445Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-05-09T11:50:38.445Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-05-09T11:50:38.939Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-05-09T11:50:39.018Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-05-09T11:50:39.019Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-05-09T11:50:39.279Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-05-09T11:50:39.279Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-05-09T11:50:39.936Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-05-09T11:50:39.936Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-09T11:50:39.936Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-05-09T11:50:39.936Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-05-09T11:50:39.995Z] (14/39) Installing py3-appdirs (1.4.4-r1) [2021-05-09T11:50:39.995Z] (15/39) Installing py3-ordered-set (4.0.1-r0) [2021-05-09T11:50:39.995Z] (16/39) Installing py3-parsing (2.4.7-r0) [2021-05-09T11:50:39.995Z] (17/39) Installing py3-six (1.15.0-r0) [2021-05-09T11:50:39.995Z] (18/39) Installing py3-packaging (20.4-r0) [2021-05-09T11:50:40.267Z] (19/39) Installing py3-setuptools (47.0.0-r0) [2021-05-09T11:50:40.268Z] (20/39) Installing py3-chardet (3.0.4-r4) [2021-05-09T11:50:40.268Z] (21/39) Installing py3-idna (2.9-r0) [2021-05-09T11:50:40.268Z] (22/39) Installing py3-certifi (2020.4.5.1-r0) [2021-05-09T11:50:40.268Z] (23/39) Installing py3-urllib3 (1.25.9-r0) [2021-05-09T11:50:40.268Z] (24/39) Installing py3-requests (2.23.0-r0) [2021-05-09T11:50:40.268Z] (25/39) Installing py3-msgpack (1.0.0-r0) [2021-05-09T11:50:40.268Z] (26/39) Installing py3-lockfile (0.12.2-r3) [2021-05-09T11:50:40.268Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-05-09T11:50:40.542Z] (27/39) Installing py3-cachecontrol (0.12.6-r0) [2021-05-09T11:50:40.542Z] (28/39) Installing py3-colorama (0.4.3-r0) [2021-05-09T11:50:40.542Z] (29/39) Installing py3-distlib (0.3.0-r0) [2021-05-09T11:50:40.542Z] (30/39) Installing py3-distro (1.5.0-r1) [2021-05-09T11:50:40.542Z] (31/39) Installing py3-webencodings (0.5.1-r3) [2021-05-09T11:50:40.542Z] (32/39) Installing py3-html5lib (1.0.1-r4) [2021-05-09T11:50:40.542Z] (33/39) Installing py3-pytoml (0.1.21-r0) [2021-05-09T11:50:40.542Z] (34/39) Installing py3-pep517 (0.8.2-r0) [2021-05-09T11:50:40.542Z] (35/39) Installing py3-progress (1.5-r0) [2021-05-09T11:50:40.542Z] (36/39) Installing py3-toml (0.10.1-r0) [2021-05-09T11:50:40.542Z] (37/39) Installing py3-retrying (1.3.3-r0) [2021-05-09T11:50:40.542Z] (38/39) Installing py3-contextlib2 (0.6.0-r0) [2021-05-09T11:50:40.542Z] (39/39) Installing py3-pip (20.1.1-r0) [2021-05-09T11:50:40.815Z] Executing busybox-1.31.1-r19.trigger [2021-05-09T11:50:40.815Z] OK: 72 MiB in 59 packages [2021-05-09T11:50:40.876Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-05-09T11:50:40.876Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-05-09T11:50:41.138Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-05-09T11:50:41.138Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-05-09T11:50:41.138Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-05-09T11:50:41.138Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-09T11:50:41.138Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-05-09T11:50:41.398Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-05-09T11:50:41.398Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-05-09T11:50:41.411Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-05-09T11:50:41.660Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-09T11:50:41.660Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-05-09T11:50:41.660Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-05-09T11:50:41.660Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-05-09T11:50:41.660Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-09T11:50:41.660Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-05-09T11:50:41.681Z] (2/6) Installing libgcc (9.3.0-r2) [2021-05-09T11:50:41.681Z] (3/6) Installing libsodium (1.0.18-r0) [2021-05-09T11:50:41.920Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-05-09T11:50:41.920Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-05-09T11:50:41.920Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-09T11:50:41.920Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-05-09T11:50:41.920Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-05-09T11:50:41.951Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-05-09T11:50:42.180Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-05-09T11:50:42.180Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-09T11:50:42.180Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-05-09T11:50:42.180Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-05-09T11:50:42.180Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-05-09T11:50:42.440Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-09T11:50:42.440Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-05-09T11:50:42.440Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-05-09T11:50:42.440Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-05-09T11:50:42.440Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-05-09T11:50:42.701Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-05-09T11:50:42.701Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-09T11:50:42.701Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-05-09T11:50:42.701Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-05-09T11:50:42.922Z] (5/6) Installing libzmq (4.3.3-r0) [2021-05-09T11:50:42.923Z] (6/6) Installing zeromq (4.3.3-r0) [2021-05-09T11:50:42.960Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-05-09T11:50:42.961Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-09T11:50:42.961Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-05-09T11:50:42.961Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-05-09T11:50:43.195Z] Executing busybox-1.31.1-r20.trigger [2021-05-09T11:50:43.196Z] OK: 8 MiB in 20 packages [2021-05-09T11:50:43.221Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-05-09T11:50:43.221Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-09T11:50:43.221Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-05-09T11:50:43.221Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-05-09T11:50:43.480Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-05-09T11:50:43.480Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-09T11:50:43.480Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-05-09T11:50:43.480Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-05-09T11:50:44.050Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-05-09T11:50:44.311Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-05-09T11:50:44.572Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-05-09T11:50:44.572Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-09T11:50:44.572Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-05-09T11:50:44.572Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-05-09T11:50:44.833Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-05-09T11:50:45.093Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-09T11:50:45.093Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-05-09T11:50:45.093Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-05-09T11:50:45.093Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-05-09T11:50:45.164Z] Collecting docker-compose==1.23.2 [2021-05-09T11:50:45.164Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-05-09T11:50:45.354Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-09T11:50:45.354Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-05-09T11:50:45.354Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-05-09T11:50:45.354Z] Setting up debconf (1.5.66ubuntu1) ... [2021-05-09T11:50:45.436Z] Removing intermediate container dd056a14b423 [2021-05-09T11:50:45.436Z] ---> 8c1a076d7a02 [2021-05-09T11:50:45.436Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-09T11:50:45.615Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-09T11:50:45.615Z] Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... [2021-05-09T11:50:45.615Z] Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-05-09T11:50:45.707Z] Collecting docopt<0.7,>=0.6.1 [2021-05-09T11:50:45.707Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-05-09T11:50:45.875Z] Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... [2021-05-09T11:50:45.875Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-09T11:50:45.875Z] Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... [2021-05-09T11:50:45.875Z] Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-05-09T11:50:46.135Z] Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... [2021-05-09T11:50:46.135Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-09T11:50:46.135Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-05-09T11:50:46.135Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-05-09T11:50:46.299Z] ---> 7b15d7020ae5 [2021-05-09T11:50:46.299Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-05-09T11:50:46.396Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-05-09T11:50:46.396Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-09T11:50:46.396Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-05-09T11:50:46.396Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-05-09T11:50:46.656Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-05-09T11:50:46.656Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-09T11:50:46.656Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-05-09T11:50:46.928Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-05-09T11:50:46.928Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-05-09T11:50:47.189Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-09T11:50:47.189Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-05-09T11:50:47.189Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-05-09T11:50:47.450Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.47_amd64.deb ... [2021-05-09T11:50:47.450Z] Unpacking systemd-sysv (237-3ubuntu10.47) over (237-3ubuntu10) ... [2021-05-09T11:50:47.450Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-05-09T11:50:47.450Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-05-09T11:50:47.711Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-05-09T11:50:47.711Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-09T11:50:47.711Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-05-09T11:50:47.711Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-05-09T11:50:47.727Z] ---> e70dadca4e06 [2021-05-09T11:50:47.727Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-05-09T11:50:47.972Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-05-09T11:50:47.972Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-09T11:50:47.972Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-05-09T11:50:47.972Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-05-09T11:50:48.232Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-05-09T11:50:48.325Z] ---> 694bad7eca9e [2021-05-09T11:50:48.325Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-05-09T11:50:48.492Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-09T11:50:48.492Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-05-09T11:50:48.492Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-05-09T11:50:48.492Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-05-09T11:50:48.595Z] ---> Running in 9047955c6715 [2021-05-09T11:50:48.752Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-09T11:50:48.753Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.2_amd64.deb ... [2021-05-09T11:50:48.753Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) over (1.3.3+dfsg-2ubuntu1) ... [2021-05-09T11:50:48.870Z] Removing intermediate container 9047955c6715 [2021-05-09T11:50:48.870Z] ---> 07c2bf8292ff [2021-05-09T11:50:48.870Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-09T11:50:49.013Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) ... [2021-05-09T11:50:49.013Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-09T11:50:49.013Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-05-09T11:50:49.013Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-05-09T11:50:49.140Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-05-09T11:50:49.140Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-05-09T11:50:49.140Z] ---> Running in f2922999af50 [2021-05-09T11:50:49.410Z] Collecting texttable<0.10,>=0.9.0 [2021-05-09T11:50:49.585Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-05-09T11:50:49.585Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-09T11:50:49.585Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... [2021-05-09T11:50:49.585Z] Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-05-09T11:50:49.685Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-05-09T11:50:49.685Z] Removing intermediate container f2922999af50 [2021-05-09T11:50:49.685Z] ---> de646fae1d4a [2021-05-09T11:50:49.685Z] Step 21/23 : LABEL arch=arm64 [2021-05-09T11:50:49.685Z] ---> Running in 527a8a656208 [2021-05-09T11:50:49.846Z] Setting up gpgv (2.2.4-1ubuntu1.4) ... [2021-05-09T11:50:50.107Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-09T11:50:50.107Z] Preparing to unpack .../libnettle6_3.4-1ubuntu0.1_amd64.deb ... [2021-05-09T11:50:50.107Z] Unpacking libnettle6:amd64 (3.4-1ubuntu0.1) over (3.4-1) ... [2021-05-09T11:50:50.107Z] Setting up libnettle6:amd64 (3.4-1ubuntu0.1) ... [2021-05-09T11:50:50.337Z] Removing intermediate container 527a8a656208 [2021-05-09T11:50:50.337Z] ---> ad604509722a [2021-05-09T11:50:50.337Z] Step 22/23 : LABEL git_sha=a57cf9c4f4c06e0487161f3a27f3cfccc160748c [2021-05-09T11:50:50.337Z] ---> Running in 6f719ea555c7 [2021-05-09T11:50:50.369Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-09T11:50:50.369Z] Preparing to unpack .../libhogweed4_3.4-1ubuntu0.1_amd64.deb ... [2021-05-09T11:50:50.369Z] Unpacking libhogweed4:amd64 (3.4-1ubuntu0.1) over (3.4-1) ... [2021-05-09T11:50:50.369Z] Setting up libhogweed4:amd64 (3.4-1ubuntu0.1) ... [2021-05-09T11:50:50.369Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-09T11:50:50.369Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-05-09T11:50:50.630Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-05-09T11:50:50.630Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-05-09T11:50:50.891Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-09T11:50:50.891Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-05-09T11:50:50.891Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-05-09T11:50:50.891Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-05-09T11:50:50.955Z] Removing intermediate container 6f719ea555c7 [2021-05-09T11:50:50.955Z] ---> 2c6324870c2a [2021-05-09T11:50:50.955Z] Step 23/23 : LABEL version=0.0.0 [2021-05-09T11:50:50.955Z] ---> Running in 22d9dc75a807 [2021-05-09T11:50:51.152Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-09T11:50:51.152Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-05-09T11:50:51.152Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-05-09T11:50:51.152Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-05-09T11:50:51.413Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-09T11:50:51.413Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-05-09T11:50:51.413Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-05-09T11:50:51.413Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-05-09T11:50:51.593Z] Removing intermediate container 22d9dc75a807 [2021-05-09T11:50:51.593Z] ---> 568e0eacff3f [2021-05-09T11:50:51.593Z] [2021-05-09T11:50:51.673Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-09T11:50:51.673Z] Preparing to unpack .../libseccomp2_2.5.1-1ubuntu1~18.04.1_amd64.deb ... [2021-05-09T11:50:51.673Z] Unpacking libseccomp2:amd64 (2.5.1-1ubuntu1~18.04.1) over (2.3.1-2.1ubuntu4) ... [2021-05-09T11:50:51.673Z] Setting up libseccomp2:amd64 (2.5.1-1ubuntu1~18.04.1) ... [2021-05-09T11:50:51.897Z] Successfully built 568e0eacff3f [2021-05-09T11:50:51.897Z] Successfully tagged docker-core-data-go-arm64:latest [2021-05-09T11:50:51.933Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-09T11:50:51.934Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.2_all.deb ... [2021-05-09T11:50:51.934Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.2) over (2018.02.28) ... [2021-05-09T11:50:51.934Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.2) ... [2021-05-09T11:50:52.200Z] (Reading database ... 13915 files and directories currently installed.) [2021-05-09T11:50:52.200Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-05-09T11:50:52.200Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-05-09T11:50:52.200Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-05-09T11:50:52.200Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-05-09T11:50:52.485Z]  Building docker-core-data-go ... done Collecting PyYAML<4,>=3.10 [2021-05-09T11:50:52.485Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-05-09T11:50:53.142Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... [2021-05-09T11:50:53.142Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... [2021-05-09T11:50:53.143Z] Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... [2021-05-09T11:50:53.143Z] Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... [2021-05-09T11:50:53.403Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-05-09T11:50:53.403Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-05-09T11:50:53.403Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-05-09T11:50:53.403Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-05-09T11:50:53.664Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-05-09T11:50:53.664Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-05-09T11:50:53.664Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-05-09T11:50:53.664Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-05-09T11:50:53.925Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-05-09T11:50:53.925Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-05-09T11:50:54.187Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-05-09T11:50:54.187Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-05-09T11:50:54.187Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-05-09T11:50:54.187Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-05-09T11:50:54.447Z] Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... [2021-05-09T11:50:54.447Z] Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... [2021-05-09T11:50:55.390Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-05-09T11:50:55.390Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-05-09T11:50:55.390Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-05-09T11:50:55.390Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-05-09T11:50:55.651Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-05-09T11:50:55.651Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-05-09T11:50:55.848Z] Collecting websocket-client<1.0,>=0.32.0 [2021-05-09T11:50:55.848Z] Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) [2021-05-09T11:50:55.848Z] Collecting dockerpty<0.5,>=0.4.1 [2021-05-09T11:50:55.848Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-05-09T11:50:55.913Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-05-09T11:50:55.913Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-05-09T11:50:56.174Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-05-09T11:50:56.174Z] Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-05-09T11:50:56.174Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-05-09T11:50:56.174Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-05-09T11:50:56.435Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-05-09T11:50:56.435Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-05-09T11:50:56.435Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-05-09T11:50:56.435Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-05-09T11:50:56.697Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-05-09T11:50:56.697Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-05-09T11:50:56.697Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-05-09T11:50:56.958Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-05-09T11:50:57.818Z] Collecting jsonschema<3,>=2.5.1 [2021-05-09T11:50:57.818Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-05-09T11:50:57.903Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-05-09T11:50:57.903Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-05-09T11:50:58.844Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-05-09T11:50:58.844Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-05-09T11:50:59.246Z] Collecting docker<4.0,>=3.6.0 [2021-05-09T11:50:59.246Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-05-09T11:50:59.246Z] 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-09T11:50:59.416Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-05-09T11:50:59.416Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-05-09T11:50:59.516Z] Collecting cached-property<2,>=1.2.0 [2021-05-09T11:50:59.516Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-05-09T11:50:59.683Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-05-09T11:50:59.683Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-05-09T11:50:59.787Z] 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-09T11:51:00.380Z] Collecting urllib3<1.25,>=1.21.1 [2021-05-09T11:51:00.380Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-05-09T11:51:00.628Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-05-09T11:51:00.628Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-05-09T11:51:00.628Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-05-09T11:51:00.628Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-05-09T11:51:00.628Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-05-09T11:51:00.650Z] Collecting idna<2.8,>=2.5 [2021-05-09T11:51:00.650Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-05-09T11:51:00.650Z] 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-09T11:51:00.897Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-05-09T11:51:00.897Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-05-09T11:51:00.897Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-05-09T11:51:00.924Z] Collecting docker-pycreds>=0.4.0 [2021-05-09T11:51:00.924Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-05-09T11:51:00.924Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-05-09T11:51:00.924Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-05-09T11:51:00.924Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-05-09T11:51:00.924Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-05-09T11:51:01.160Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-05-09T11:51:01.160Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-05-09T11:51:01.160Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-05-09T11:51:01.160Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-05-09T11:51:01.421Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-05-09T11:51:01.421Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-05-09T11:51:01.421Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-05-09T11:51:01.682Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-05-09T11:51:01.682Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-09T11:51:01.682Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-05-09T11:51:01.682Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-09T11:51:01.682Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-09T11:51:01.682Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-09T11:51:01.899Z] Installing collected packages: docopt, urllib3, idna, requests, texttable, PyYAML, websocket-client, dockerpty, jsonschema, docker-pycreds, docker, cached-property, docker-compose [2021-05-09T11:51:01.899Z] Running setup.py install for docopt: started [2021-05-09T11:51:01.942Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-05-09T11:51:01.942Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-05-09T11:51:01.942Z] Setting up tzdata (2021a-0ubuntu0.18.04) ... [2021-05-09T11:51:01.942Z] [2021-05-09T11:51:01.942Z] Current default time zone: 'Etc/UTC' [2021-05-09T11:51:01.942Z] Local time is now: Sun May 9 11:51:01 UTC 2021. [2021-05-09T11:51:01.942Z] Universal Time is now: Sun May 9 11:51:01 UTC 2021. [2021-05-09T11:51:01.942Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-05-09T11:51:01.942Z] [2021-05-09T11:51:02.203Z] Setting up systemd-sysv (237-3ubuntu10.47) ... [2021-05-09T11:51:02.203Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-09T11:51:02.203Z] Setting up linux-libc-dev:amd64 (4.15.0-142.146) ... [2021-05-09T11:51:02.203Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-05-09T11:51:02.203Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-05-09T11:51:02.203Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-05-09T11:51:02.203Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-05-09T11:51:02.203Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-05-09T11:51:02.477Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-05-09T11:51:02.477Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-05-09T11:51:02.477Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-09T11:51:02.477Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-05-09T11:51:02.738Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-05-09T11:51:02.738Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-05-09T11:51:02.738Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-09T11:51:02.738Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-05-09T11:51:02.738Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-05-09T11:51:02.738Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-05-09T11:51:03.000Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.9) ... [2021-05-09T11:51:03.000Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-05-09T11:51:03.000Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-05-09T11:51:03.000Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-05-09T11:51:03.000Z] Setting up ca-certificates (20210119~18.04.1) ... [2021-05-09T11:51:03.865Z] Running setup.py install for docopt: finished with status 'done' [2021-05-09T11:51:03.865Z] Attempting uninstall: urllib3 [2021-05-09T11:51:03.865Z] Found existing installation: urllib3 1.25.9 [2021-05-09T11:51:03.865Z] Uninstalling urllib3-1.25.9: [2021-05-09T11:51:03.865Z] Successfully uninstalled urllib3-1.25.9 [2021-05-09T11:51:04.136Z] Attempting uninstall: idna [2021-05-09T11:51:04.136Z] Found existing installation: idna 2.9 [2021-05-09T11:51:04.136Z] Uninstalling idna-2.9: [2021-05-09T11:51:04.136Z] Successfully uninstalled idna-2.9 [2021-05-09T11:51:04.727Z] Attempting uninstall: requests [2021-05-09T11:51:04.727Z] Found existing installation: requests 2.23.0 [2021-05-09T11:51:04.727Z] Uninstalling requests-2.23.0: [2021-05-09T11:51:04.911Z] Updating certificates in /etc/ssl/certs... [2021-05-09T11:51:04.997Z] Successfully uninstalled requests-2.23.0 [2021-05-09T11:51:05.267Z] Running setup.py install for texttable: started [2021-05-09T11:51:05.855Z] 23 added, 27 removed; done. [2021-05-09T11:51:05.855Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-05-09T11:51:05.855Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-09T11:51:05.855Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-05-09T11:51:05.855Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-05-09T11:51:05.855Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-05-09T11:51:06.116Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-05-09T11:51:06.116Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-05-09T11:51:06.117Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-05-09T11:51:06.117Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-05-09T11:51:06.117Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-05-09T11:51:06.117Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-05-09T11:51:06.117Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-05-09T11:51:06.117Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-05-09T11:51:06.377Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... [2021-05-09T11:51:06.377Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-05-09T11:51:06.377Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-05-09T11:51:06.377Z] Setting up binutils (2.30-21ubuntu1~18.04.5) ... [2021-05-09T11:51:06.377Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-05-09T11:51:06.377Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-05-09T11:51:06.377Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-05-09T11:51:06.638Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-05-09T11:51:06.638Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-05-09T11:51:06.638Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-05-09T11:51:06.638Z] Processing triggers for systemd (237-3ubuntu10.47) ... [2021-05-09T11:51:06.899Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-05-09T11:51:06.899Z] Processing triggers for ca-certificates (20210119~18.04.1) ... [2021-05-09T11:51:06.899Z] Updating certificates in /etc/ssl/certs... [2021-05-09T11:51:07.233Z] Running setup.py install for texttable: finished with status 'done' [2021-05-09T11:51:07.233Z] Running setup.py install for PyYAML: started [2021-05-09T11:51:07.471Z] 0 added, 0 removed; done. [2021-05-09T11:51:07.471Z] Running hooks in /etc/ca-certificates/update.d... [2021-05-09T11:51:07.471Z] done. [2021-05-09T11:51:08.043Z] Reading package lists... [2021-05-09T11:51:08.043Z] Building dependency tree... [2021-05-09T11:51:08.043Z] Reading state information... [2021-05-09T11:51:08.304Z] The following NEW packages will be installed: [2021-05-09T11:51:08.304Z] apt-transport-https [2021-05-09T11:51:08.566Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-05-09T11:51:08.566Z] Need to get 1692 B of archives. [2021-05-09T11:51:08.566Z] After this operation, 154 kB of additional disk space will be used. [2021-05-09T11:51:08.566Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 apt-transport-https all 1.6.13 [1692 B] [2021-05-09T11:51:08.566Z] debconf: delaying package configuration, since apt-utils is not installed [2021-05-09T11:51:08.566Z] Fetched 1692 B in 0s (8637 B/s) [2021-05-09T11:51:08.566Z] Selecting previously unselected package apt-transport-https. [2021-05-09T11:51:08.566Z] (Reading database ... 13920 files and directories currently installed.) [2021-05-09T11:51:08.566Z] Preparing to unpack .../apt-transport-https_1.6.13_all.deb ... [2021-05-09T11:51:08.566Z] Unpacking apt-transport-https (1.6.13) ... [2021-05-09T11:51:08.827Z] Setting up apt-transport-https (1.6.13) ... [2021-05-09T11:51:09.087Z] Waiting for network to be ready... [2021-05-09T11:51:09.201Z] Running setup.py install for PyYAML: finished with status 'done' [2021-05-09T11:51:09.201Z] Running setup.py install for dockerpty: started [2021-05-09T11:51:11.163Z] Running setup.py install for dockerpty: finished with status 'done' [2021-05-09T11:51:13.123Z] 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-09T11:51:15.678Z] 2021-05-09T11:51:12Z INFO Waiting for automatic snapd restart... [2021-05-09T11:51:15.678Z] snapd 2.49.2 from Canonical* installed [2021-05-09T11:51:15.938Z] "snapd" switched to the "latest/stable" channel [2021-05-09T11:51:15.938Z] [2021-05-09T11:51:19.266Z] core18 20210309 from Canonical* installed [2021-05-09T11:51:19.266Z] "core18" switched to the "latest/stable" channel [2021-05-09T11:51:19.266Z] [2021-05-09T11:51:21.403Z] Removing intermediate container d0e3c9dde630 [2021-05-09T11:51:21.404Z] ---> 3c1a5f6123a0 [2021-05-09T11:51:21.404Z] Step 14/23 : ENV APP_PORT=48090 [2021-05-09T11:51:21.404Z] ---> Running in 91c8167abe3c [2021-05-09T11:51:21.673Z] Removing intermediate container 91c8167abe3c [2021-05-09T11:51:21.674Z] ---> 253eee2e2b57 [2021-05-09T11:51:21.674Z] Step 15/23 : EXPOSE $APP_PORT [2021-05-09T11:51:21.674Z] ---> Running in bf502a19be26 [2021-05-09T11:51:22.267Z] Removing intermediate container bf502a19be26 [2021-05-09T11:51:22.267Z] ---> 89220f823cec [2021-05-09T11:51:22.267Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-05-09T11:51:22.588Z] snapcraft 4.7.1 from Canonical* installed [2021-05-09T11:51:22.588Z] "snapcraft" switched to the "latest/stable" channel [2021-05-09T11:51:22.588Z] [2021-05-09T11:51:23.250Z] ---> 188fb5c2d4b4 [2021-05-09T11:51:23.250Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-05-09T11:51:24.227Z] ---> d571541592ad [2021-05-09T11:51:24.227Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-05-09T11:51:24.823Z] ---> 7b9b0823a966 [2021-05-09T11:51:24.823Z] Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-05-09T11:51:25.092Z] ---> Running in 3ac165d9784f [2021-05-09T11:51:25.363Z] Removing intermediate container 3ac165d9784f [2021-05-09T11:51:25.363Z] ---> 01ef4fbd34b6 [2021-05-09T11:51:25.363Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-09T11:51:25.634Z] ---> Running in 7de7990759ba [2021-05-09T11:51:25.905Z] Removing intermediate container 7de7990759ba [2021-05-09T11:51:25.905Z] ---> 070ff015a971 [2021-05-09T11:51:25.905Z] Step 21/23 : LABEL arch=arm64 [2021-05-09T11:51:26.177Z] ---> Running in 808457bf5a34 [2021-05-09T11:51:26.448Z] Removing intermediate container 808457bf5a34 [2021-05-09T11:51:26.448Z] ---> ea45a9d0094b [2021-05-09T11:51:26.448Z] Step 22/23 : LABEL git_sha=a57cf9c4f4c06e0487161f3a27f3cfccc160748c [2021-05-09T11:51:26.719Z] ---> Running in adad4527819c [2021-05-09T11:51:26.810Z] 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-09T11:51:26.810Z] - README.md [2021-05-09T11:51:26.810Z] [2021-05-09T11:51:26.810Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-05-09T11:51:27.000Z] Removing intermediate container adad4527819c [2021-05-09T11:51:27.000Z] ---> bdd86a508741 [2021-05-09T11:51:27.000Z] Step 23/23 : LABEL version=0.0.0 [2021-05-09T11:51:27.271Z] ---> Running in 8b31122a4693 [2021-05-09T11:51:27.544Z] Removing intermediate container 8b31122a4693 [2021-05-09T11:51:27.544Z] ---> f32d4fff9982 [2021-05-09T11:51:27.544Z] [2021-05-09T11:51:28.140Z] Successfully built f32d4fff9982 [2021-05-09T11:51:28.140Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-05-09T11:51:28.425Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-05-09T11:51:28.444Z] $ docker stop --time=1 4c27cd26ef2757feab6bdd5c57114dcb8ce220f7cd84ce29e66f0c4fea4d1878 [2021-05-09T11:51:30.317Z] $ docker rm -f 4c27cd26ef2757feab6bdd5c57114dcb8ce220f7cd84ce29e66f0c4fea4d1878 [Pipeline] // withDockerContainer [Pipeline] sh [2021-05-09T11:51:30.925Z] + + docker images [2021-05-09T11:51:30.925Z] grep docker [2021-05-09T11:51:31.197Z] docker-sys-mgmt-agent-go-arm64 latest f32d4fff9982 4 seconds ago 299MB [2021-05-09T11:51:31.197Z] docker-core-data-go-arm64 latest 568e0eacff3f 40 seconds ago 20.3MB [2021-05-09T11:51:31.197Z] docker-security-bootstrapper-go-arm64 latest 38f36f876c5e About a minute ago 17.1MB [2021-05-09T11:51:31.197Z] docker-core-metadata-go-arm64 latest 98536eba61f2 About a minute ago 17.4MB [2021-05-09T11:51:31.197Z] docker-support-notifications-go-arm64 latest 7c6e3166b1b2 4 minutes ago 16.6MB [2021-05-09T11:51:31.197Z] docker-support-scheduler-go-arm64 latest 8cbf69f3cdb7 4 minutes ago 16.1MB [2021-05-09T11:51:31.197Z] docker-core-command-go-arm64 latest 5e83056f2a07 4 minutes ago 16.1MB [2021-05-09T11:51:31.197Z] docker-security-secretstore-setup-go-arm64 latest 2c506c5b8775 4 minutes ago 24.3MB [2021-05-09T11:51:31.197Z] docker-security-proxy-setup-go-arm64 latest 0201ee808a16 4 minutes ago 23.9MB [2021-05-09T11:51:31.197Z] docker 20.10.0 eeaf43b92773 4 months ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh [2021-05-09T11:51:31.922Z] ---> job-cost.sh [2021-05-09T11:51:31.922Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-MTcU [2021-05-09T11:51:33.395Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-05-09T11:51:33.396Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-05-09T11:51:33.396Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-05-09T11:51:33.396Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-05-09T11:51:33.656Z] Reading package lists... [2021-05-09T11:51:34.227Z] 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-09T11:51:41.194Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-05-09T11:51:41.194Z] Reading package lists... [2021-05-09T11:51:41.194Z] Building dependency tree... [2021-05-09T11:51:41.194Z] Reading state information... [2021-05-09T11:51:41.194Z] Suggested packages: [2021-05-09T11:51:41.194Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-05-09T11:51:41.194Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-05-09T11:51:41.194Z] Recommended packages: [2021-05-09T11:51:41.194Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-05-09T11:51:41.194Z] The following NEW packages will be installed: [2021-05-09T11:51:41.194Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-05-09T11:51:41.194Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-05-09T11:51:41.194Z] pkg-config zip [2021-05-09T11:51:41.194Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-05-09T11:51:41.194Z] Need to get 7663 kB of archives. [2021-05-09T11:51:41.194Z] After this operation, 43.8 MB of additional disk space will be used. [2021-05-09T11:51:41.195Z] Get:1 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-05-09T11:51:41.195Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.8 [1171 kB] [2021-05-09T11:51:41.195Z] Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-05-09T11:51:41.195Z] Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-05-09T11:51:41.195Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-05-09T11:51:41.195Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-05-09T11:51:41.195Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-05-09T11:51:41.195Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-05-09T11:51:41.195Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-05-09T11:51:41.195Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-05-09T11:51:41.195Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.13 [218 kB] [2021-05-09T11:51:41.195Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.8 [804 kB] [2021-05-09T11:51:41.457Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.8 [3916 kB] [2021-05-09T11:51:41.457Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-05-09T11:51:41.457Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-05-09T11:51:41.719Z] debconf: delaying package configuration, since apt-utils is not installed [2021-05-09T11:51:41.719Z] Fetched 7663 kB in 1s (7325 kB/s) [2021-05-09T11:51:41.719Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-05-09T11:51:41.719Z] (Reading database ... 13924 files and directories currently installed.) [2021-05-09T11:51:41.719Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.8_amd64.deb ... [2021-05-09T11:51:41.719Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... [2021-05-09T11:51:41.981Z] Selecting previously unselected package libpsl5:amd64. [2021-05-09T11:51:41.981Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-05-09T11:51:41.981Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-05-09T11:51:41.981Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-05-09T11:51:41.981Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-05-09T11:51:41.981Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-05-09T11:51:42.244Z] Selecting previously unselected package librtmp1:amd64. [2021-05-09T11:51:42.244Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-05-09T11:51:42.244Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-05-09T11:51:42.244Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-05-09T11:51:42.244Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.13_amd64.deb ... [2021-05-09T11:51:42.244Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.13) ... [2021-05-09T11:51:42.244Z] Selecting previously unselected package liberror-perl. [2021-05-09T11:51:42.244Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-05-09T11:51:42.244Z] Unpacking liberror-perl (0.17025-1) ... [2021-05-09T11:51:42.504Z] Selecting previously unselected package git-man. [2021-05-09T11:51:42.504Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.8_all.deb ... [2021-05-09T11:51:42.504Z] Unpacking git-man (1:2.17.1-1ubuntu0.8) ... [2021-05-09T11:51:42.504Z] Selecting previously unselected package git. [2021-05-09T11:51:42.504Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.8_amd64.deb ... [2021-05-09T11:51:42.504Z] Unpacking git (1:2.17.1-1ubuntu0.8) ... [2021-05-09T11:51:43.481Z] Selecting previously unselected package libnorm1:amd64. [2021-05-09T11:51:43.481Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-05-09T11:51:43.481Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-05-09T11:51:43.481Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-05-09T11:51:43.481Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-05-09T11:51:43.481Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-05-09T11:51:43.481Z] Selecting previously unselected package libsodium23:amd64. [2021-05-09T11:51:43.481Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-05-09T11:51:43.481Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-05-09T11:51:43.481Z] Selecting previously unselected package libzmq5:amd64. [2021-05-09T11:51:43.481Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-05-09T11:51:43.481Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-05-09T11:51:43.742Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-05-09T11:51:43.742Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-05-09T11:51:43.742Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-05-09T11:51:44.003Z] Selecting previously unselected package pkg-config. [2021-05-09T11:51:44.003Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-05-09T11:51:44.003Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-05-09T11:51:44.003Z] Selecting previously unselected package zip. [2021-05-09T11:51:44.003Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-05-09T11:51:44.003Z] Unpacking zip (3.0-11build1) ... [2021-05-09T11:51:44.003Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-05-09T11:51:44.265Z] Setting up git-man (1:2.17.1-1ubuntu0.8) ... [2021-05-09T11:51:44.265Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-05-09T11:51:44.265Z] Setting up liberror-perl (0.17025-1) ... [2021-05-09T11:51:44.265Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-05-09T11:51:44.265Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... [2021-05-09T11:51:44.265Z] No schema files found: doing nothing. [2021-05-09T11:51:44.265Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-05-09T11:51:44.265Z] Setting up zip (3.0-11build1) ... [2021-05-09T11:51:44.265Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-05-09T11:51:44.537Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-05-09T11:51:44.537Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-05-09T11:51:44.537Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-05-09T11:51:44.537Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.13) ... [2021-05-09T11:51:44.537Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-05-09T11:51:44.537Z] Setting up git (1:2.17.1-1ubuntu0.8) ... [2021-05-09T11:51:44.801Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-05-09T11:51:51.443Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-05-09T11:51:51.443Z] git set to automatically installed. [2021-05-09T11:51:51.443Z] git-man set to automatically installed. [2021-05-09T11:51:51.443Z] libcurl3-gnutls set to automatically installed. [2021-05-09T11:51:51.443Z] liberror-perl set to automatically installed. [2021-05-09T11:51:51.443Z] libglib2.0-0 set to automatically installed. [2021-05-09T11:51:51.443Z] libnghttp2-14 set to automatically installed. [2021-05-09T11:51:51.443Z] libnorm1 set to automatically installed. [2021-05-09T11:51:51.443Z] libpgm-5.2-0 set to automatically installed. [2021-05-09T11:51:51.443Z] libpsl5 set to automatically installed. [2021-05-09T11:51:51.443Z] librtmp1 set to automatically installed. [2021-05-09T11:51:51.443Z] libsodium23 set to automatically installed. [2021-05-09T11:51:51.443Z] libzmq3-dev set to automatically installed. [2021-05-09T11:51:51.443Z] libzmq5 set to automatically installed. [2021-05-09T11:51:51.443Z] pkg-config set to automatically installed. [2021-05-09T11:51:51.443Z] zip set to automatically installed. [2021-05-09T11:51:52.392Z] snapd is not logged in, snap install commands will use sudo [2021-05-09T11:51:59.001Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-05-09T11:51:59.962Z] snap "core18" has no updates available [2021-05-09T11:52:00.225Z] snapd is not logged in, snap install commands will use sudo [2021-05-09T11:52:06.839Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-05-09T11:52:10.890Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-05-09T11:52:21.786Z] go (1.15/stable) 1.15.10 from Michael Hudson-Doyle (mwhudson) installed [2021-05-09T11:52:21.786Z] Pulling go-build-helper [2021-05-09T11:52:21.786Z] + snapcraftctl pull [2021-05-09T11:52:22.050Z] 'app-service-config' has dependencies that need to be staged: go-build-helper [2021-05-09T11:52:22.050Z] Skipping pull go-build-helper (already ran) [2021-05-09T11:52:22.050Z] Building go-build-helper [2021-05-09T11:52:22.050Z] + snapcraftctl build [2021-05-09T11:52:23.979Z] Staging go-build-helper [2021-05-09T11:52:23.980Z] + snapcraftctl stage [2021-05-09T11:52:34.026Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-05-09T11:52:34.026Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-05-09T11:52:34.026Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1699 kB] [2021-05-09T11:52:34.026Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [318 kB] [2021-05-09T11:52:34.026Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.2 kB] [2021-05-09T11:52:34.026Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-05-09T11:52:34.026Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [305 kB] [2021-05-09T11:52:34.026Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [40.7 kB] [2021-05-09T11:52:34.026Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1124 kB] [2021-05-09T11:52:34.026Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [253 kB] [2021-05-09T11:52:34.026Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-05-09T11:52:34.026Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-05-09T11:52:34.026Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-05-09T11:52:34.026Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-05-09T11:52:34.026Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-05-09T11:52:34.026Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-05-09T11:52:34.026Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-05-09T11:52:34.026Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-05-09T11:52:34.026Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-05-09T11:52:34.026Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2043 kB] [2021-05-09T11:52:34.026Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [410 kB] [2021-05-09T11:52:34.026Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [25.0 kB] [2021-05-09T11:52:34.026Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-05-09T11:52:34.026Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [326 kB] [2021-05-09T11:52:34.026Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [44.2 kB] [2021-05-09T11:52:34.026Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1733 kB] [2021-05-09T11:52:34.026Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [369 kB] [2021-05-09T11:52:34.026Z] Fetched 24.5 MB in 0s (0 B/s) [2021-05-09T11:52:34.026Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-05-09T11:52:34.026Z] Fetched 224 kB in 0s (0 B/s) [2021-05-09T11:52:34.026Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-05-09T11:52:34.026Z] Fetched 157 kB in 0s (0 B/s) [2021-05-09T11:52:34.026Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-05-09T11:52:34.026Z] Fetched 221 kB in 0s (0 B/s) [2021-05-09T11:52:34.026Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-05-09T11:52:34.026Z] Fetched 143 kB in 0s (0 B/s) [2021-05-09T11:52:34.026Z] Pulling app-service-config [2021-05-09T11:52:34.026Z] + snapcraftctl pull [2021-05-09T11:52:34.288Z] Cloning into '/root/parts/app-service-config/src'... [2021-05-09T11:52:34.864Z] Pulling config-common [2021-05-09T11:52:34.864Z] + snapcraftctl pull [2021-05-09T11:52:39.090Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-05-09T11:52:39.090Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-05-09T11:52:39.090Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-05-09T11:52:39.090Z] Fetched 0 B in 0s (0 B/s) [2021-05-09T11:52:39.090Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-05-09T11:52:39.090Z] Fetched 0 B in 0s (0 B/s) [2021-05-09T11:52:39.090Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-05-09T11:52:39.090Z] Fetched 0 B in 0s (0 B/s) [2021-05-09T11:52:39.090Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-05-09T11:52:39.090Z] Fetched 0 B in 0s (0 B/s) [2021-05-09T11:52:39.090Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-05-09T11:52:39.090Z] Fetched 0 B in 0s (0 B/s) [2021-05-09T11:52:39.090Z] Pulling edgex-go [2021-05-09T11:52:39.090Z] + snapcraftctl pull [2021-05-09T11:53:01.078Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-05-09T11:53:01.078Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-05-09T11:53:01.078Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-05-09T11:53:01.078Z] Fetched 0 B in 0s (0 B/s) [2021-05-09T11:53:01.078Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-05-09T11:53:01.078Z] Fetched 96.5 kB in 0s (0 B/s) [2021-05-09T11:53:01.078Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-05-09T11:53:01.078Z] Fetched 279 kB in 0s (0 B/s) [2021-05-09T11:53:01.078Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-05-09T11:53:01.078Z] Fetched 122 kB in 0s (0 B/s) [2021-05-09T11:53:01.078Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-05-09T11:53:01.078Z] Fetched 77.8 kB in 0s (0 B/s) [2021-05-09T11:53:01.078Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-05-09T11:53:01.078Z] Fetched 8848 B in 0s (0 B/s) [2021-05-09T11:53:01.078Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-05-09T11:53:01.078Z] Fetched 47.8 kB in 0s (0 B/s) [2021-05-09T11:53:01.078Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-05-09T11:53:01.078Z] Fetched 45.6 kB in 0s (0 B/s) [2021-05-09T11:53:01.078Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-05-09T11:53:01.078Z] Fetched 15.0 kB in 0s (0 B/s) [2021-05-09T11:53:01.078Z] Get:1 libcurl4_7.58.0-2ubuntu3.13_amd64.deb [219 kB] [2021-05-09T11:53:01.078Z] Fetched 219 kB in 0s (0 B/s) [2021-05-09T11:53:01.078Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] [2021-05-09T11:53:01.078Z] Fetched 154 kB in 0s (0 B/s) [2021-05-09T11:53:01.078Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-05-09T11:53:01.078Z] Fetched 50.6 kB in 0s (0 B/s) [2021-05-09T11:53:01.078Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-05-09T11:53:01.078Z] Fetched 14.8 kB in 0s (0 B/s) [2021-05-09T11:53:01.078Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-05-09T11:53:01.078Z] Fetched 41.8 kB in 0s (0 B/s) [2021-05-09T11:53:01.078Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-05-09T11:53:01.078Z] Fetched 499 kB in 0s (0 B/s) [2021-05-09T11:53:01.078Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-05-09T11:53:01.078Z] Fetched 111 kB in 0s (0 B/s) [2021-05-09T11:53:01.078Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-05-09T11:53:01.078Z] Fetched 240 kB in 0s (0 B/s) [2021-05-09T11:53:01.078Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-05-09T11:53:01.078Z] Fetched 29.3 kB in 0s (0 B/s) [2021-05-09T11:53:01.078Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-05-09T11:53:01.078Z] Fetched 85.5 kB in 0s (0 B/s) [2021-05-09T11:53:01.078Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-05-09T11:53:01.078Z] Fetched 24.5 kB in 0s (0 B/s) [2021-05-09T11:53:01.078Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-05-09T11:53:01.078Z] Fetched 49.2 kB in 0s (0 B/s) [2021-05-09T11:53:01.078Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-05-09T11:53:01.078Z] Fetched 54.2 kB in 0s (0 B/s) [2021-05-09T11:53:01.078Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-05-09T11:53:01.078Z] Fetched 30.8 kB in 0s (0 B/s) [2021-05-09T11:53:01.078Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] [2021-05-09T11:53:01.078Z] Fetched 15.8 kB in 0s (0 B/s) [2021-05-09T11:53:01.078Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-05-09T11:53:01.078Z] Fetched 85.9 kB in 0s (0 B/s) [2021-05-09T11:53:01.078Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-05-09T11:53:01.078Z] Fetched 8720 B in 0s (0 B/s) [2021-05-09T11:53:01.078Z] Get:1 libhogweed4_3.4-1ubuntu0.1_amd64.deb [137 kB] [2021-05-09T11:53:01.078Z] Fetched 137 kB in 0s (0 B/s) [2021-05-09T11:53:01.078Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-05-09T11:53:01.078Z] Fetched 119 kB in 0s (0 B/s) [2021-05-09T11:53:01.078Z] Get:1 libnettle6_3.4-1ubuntu0.1_amd64.deb [110 kB] [2021-05-09T11:53:01.078Z] Fetched 110 kB in 0s (0 B/s) [2021-05-09T11:53:01.078Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-05-09T11:53:01.078Z] Fetched 11.1 kB in 0s (0 B/s) [2021-05-09T11:53:01.078Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-05-09T11:53:01.078Z] Fetched 645 kB in 0s (0 B/s) [2021-05-09T11:53:01.078Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-05-09T11:53:01.078Z] Fetched 41.3 kB in 0s (0 B/s) [2021-05-09T11:53:01.078Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-05-09T11:53:01.078Z] Fetched 17.9 kB in 0s (0 B/s) [2021-05-09T11:53:01.078Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-05-09T11:53:01.078Z] Fetched 368 kB in 0s (0 B/s) [2021-05-09T11:53:01.078Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-05-09T11:53:01.078Z] Fetched 187 kB in 0s (0 B/s) [2021-05-09T11:53:01.078Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-05-09T11:53:01.078Z] Fetched 175 kB in 0s (0 B/s) [2021-05-09T11:53:01.078Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-05-09T11:53:01.079Z] Fetched 206 kB in 0s (0 B/s) [2021-05-09T11:53:01.079Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb [1301 kB] [2021-05-09T11:53:01.079Z] Fetched 1301 kB in 0s (0 B/s) [2021-05-09T11:53:01.079Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-05-09T11:53:01.079Z] Fetched 36.2 kB in 0s (0 B/s) [2021-05-09T11:53:01.079Z] Get:1 curl_7.58.0-2ubuntu3.13_amd64.deb [159 kB] [2021-05-09T11:53:01.079Z] Fetched 159 kB in 0s (0 B/s) [2021-05-09T11:53:01.079Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-05-09T11:53:01.079Z] Fetched 107 kB in 0s (0 B/s) [2021-05-09T11:53:01.079Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-05-09T11:53:01.079Z] Fetched 48.7 kB in 0s (0 B/s) [2021-05-09T11:53:01.079Z] Pulling static-packages [2021-05-09T11:53:01.079Z] + snapcraftctl pull [2021-05-09T11:53:01.079Z] Pulling version [2021-05-09T11:53:01.079Z] + cd /root/project [2021-05-09T11:53:01.079Z] + [ -f VERSION ] [2021-05-09T11:53:01.079Z] + PROJECT_VERSION=local-dev [2021-05-09T11:53:01.079Z] + git rev-parse --short HEAD [2021-05-09T11:53:01.079Z] + GIT_REVISION=a57cf9c4 [2021-05-09T11:53:01.079Z] + snapcraftctl set-version local-dev [2021-05-09T11:53:01.079Z] Skipping build go-build-helper (already ran) [2021-05-09T11:53:01.079Z] Building app-service-config [2021-05-09T11:53:01.079Z] + make build [2021-05-09T11:53:01.339Z] go mod tidy [2021-05-09T11:53:03.887Z] go: downloading github.com/edgexfoundry/app-functions-sdk-go/v2 v2.0.0-dev.55 [2021-05-09T11:53:03.887Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.46 [2021-05-09T11:53:03.887Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.82 [2021-05-09T11:53:03.887Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.13 [2021-05-09T11:53:03.887Z] go: downloading github.com/pelletier/go-toml v1.9.0 [2021-05-09T11:53:03.887Z] go: downloading github.com/stretchr/testify v1.7.0 [2021-05-09T11:53:03.887Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-05-09T11:53:04.458Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-05-09T11:53:04.458Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-05-09T11:53:04.458Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.7 [2021-05-09T11:53:04.458Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-05-09T11:53:04.717Z] go: downloading github.com/google/uuid v1.2.0 [2021-05-09T11:53:04.717Z] go: downloading github.com/go-playground/validator/v10 v10.5.0 [2021-05-09T11:53:04.717Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-05-09T11:53:04.717Z] go: downloading github.com/onsi/ginkgo v1.10.1 [2021-05-09T11:53:04.717Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.18 [2021-05-09T11:53:04.978Z] go: downloading github.com/pebbe/zmq4 v1.2.7 [2021-05-09T11:53:04.978Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.3.4 [2021-05-09T11:53:04.978Z] go: downloading golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 [2021-05-09T11:53:04.978Z] go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.7 [2021-05-09T11:53:04.978Z] go: downloading github.com/gorilla/websocket v1.4.2 [2021-05-09T11:53:05.253Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-05-09T11:53:05.253Z] go: downloading golang.org/x/text v0.3.2 [2021-05-09T11:53:05.253Z] go: downloading github.com/onsi/gomega v1.7.0 [2021-05-09T11:53:05.253Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-05-09T11:53:05.253Z] go: downloading github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 [2021-05-09T11:53:05.253Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-05-09T11:53:05.253Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-05-09T11:53:05.253Z] go: downloading github.com/hashicorp/consul/api v1.8.1 [2021-05-09T11:53:05.253Z] go: downloading github.com/x448/float16 v0.8.4 [2021-05-09T11:53:05.253Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-05-09T11:53:05.253Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-05-09T11:53:05.523Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-05-09T11:53:05.523Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-05-09T11:53:05.523Z] go: downloading golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd [2021-05-09T11:53:05.523Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-05-09T11:53:05.523Z] go: downloading github.com/hashicorp/go-hclog v0.12.0 [2021-05-09T11:53:05.783Z] go: downloading golang.org/x/net v0.0.0-20200425230154-ff2c4b7c35a0 [2021-05-09T11:53:05.783Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.2 [2021-05-09T11:53:05.783Z] go: downloading github.com/go-playground/assert/v2 v2.0.1 [2021-05-09T11:53:05.783Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-05-09T11:53:05.783Z] go: downloading github.com/hashicorp/serf v0.9.5 [2021-05-09T11:53:05.783Z] go: downloading github.com/go-stack/stack v1.8.0 [2021-05-09T11:53:05.783Z] go: downloading github.com/stretchr/objx v0.1.0 [2021-05-09T11:53:05.783Z] go: downloading github.com/mattn/go-isatty v0.0.12 [2021-05-09T11:53:05.783Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-05-09T11:53:06.043Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-05-09T11:53:06.043Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-05-09T11:53:06.043Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-05-09T11:53:06.043Z] go: downloading gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 [2021-05-09T11:53:06.043Z] go: downloading github.com/mattn/go-colorable v0.1.6 [2021-05-09T11:53:06.043Z] go: downloading github.com/hpcloud/tail v1.0.0 [2021-05-09T11:53:06.304Z] go: downloading github.com/hashicorp/go-uuid v1.0.1 [2021-05-09T11:53:06.304Z] go: downloading github.com/hashicorp/memberlist v0.2.2 [2021-05-09T11:53:06.304Z] go: downloading github.com/hashicorp/consul/sdk v0.7.0 [2021-05-09T11:53:06.304Z] go: downloading github.com/fatih/color v1.9.0 [2021-05-09T11:53:06.304Z] go: downloading github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2021-05-09T11:53:06.304Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-05-09T11:53:06.304Z] go: downloading github.com/kr/pretty v0.2.0 [2021-05-09T11:53:06.304Z] go: downloading github.com/mitchellh/go-homedir v1.1.0 [2021-05-09T11:53:06.304Z] go: downloading github.com/hashicorp/go-msgpack v0.5.3 [2021-05-09T11:53:06.304Z] go: downloading github.com/golang/protobuf v1.3.2 [2021-05-09T11:53:06.304Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-05-09T11:53:06.304Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-05-09T11:53:06.304Z] go: downloading gopkg.in/fsnotify.v1 v1.4.7 [2021-05-09T11:53:06.304Z] go: downloading github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2021-05-09T11:53:06.304Z] go: downloading github.com/kr/text v0.1.0 [2021-05-09T11:53:06.304Z] go: downloading gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 [2021-05-09T11:53:06.304Z] go: downloading github.com/pkg/errors v0.8.1 [2021-05-09T11:53:06.304Z] go: downloading github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2021-05-09T11:53:06.304Z] go: downloading github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2021-05-09T11:53:06.304Z] go: downloading github.com/miekg/dns v1.1.26 [2021-05-09T11:53:06.304Z] go: downloading github.com/hashicorp/go-sockaddr v1.0.0 [2021-05-09T11:53:06.304Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-05-09T11:53:06.304Z] go: downloading github.com/hashicorp/go-multierror v1.1.0 [2021-05-09T11:53:06.304Z] go: downloading github.com/mitchellh/go-testing-interface v1.0.0 [2021-05-09T11:53:06.304Z] go: downloading github.com/fsnotify/fsnotify v1.4.7 [2021-05-09T11:53:06.304Z] go: downloading github.com/hashicorp/errwrap v1.0.0 [2021-05-09T11:53:06.304Z] go: downloading golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2021-05-09T11:53:06.304Z] CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.0.0-dev.55 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=0.0.0" -o app-service-configurable [2021-05-09T11:53:16.307Z] + install -DT ./app-service-configurable /root/parts/app-service-config/install/bin/app-service-configurable [2021-05-09T11:53:16.308Z] + install -DT ./res/rules-engine/configuration.toml /root/parts/app-service-config/install/config/app-service-configurable/res/rules-engine/configuration.toml [2021-05-09T11:53:16.308Z] + install -DT ./Attribution.txt /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/Attribution.txt [2021-05-09T11:53:16.308Z] + install -DT ./LICENSE /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/LICENSE [2021-05-09T11:53:16.308Z] Building config-common [2021-05-09T11:53:16.308Z] + snapcraftctl build [2021-05-09T11:53:18.222Z] Building edgex-go [2021-05-09T11:53:18.483Z] + cd /root/parts/edgex-go/src [2021-05-09T11:53:18.483Z] + make build [2021-05-09T11:53:18.483Z] 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-09T11:53:18.745Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.42 [2021-05-09T11:53:18.745Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.11 [2021-05-09T11:53:18.745Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-05-09T11:53:18.745Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.78 [2021-05-09T11:53:19.005Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.20 [2021-05-09T11:53:19.005Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.8 [2021-05-09T11:53:19.005Z] go: downloading github.com/imdario/mergo v0.3.12 [2021-05-09T11:53:19.005Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.3.3 [2021-05-09T11:53:23.209Z] 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-09T11:53:27.412Z] 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-09T11:53:28.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-09T11:53:30.715Z] 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-09T11:53:31.286Z] 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-09T11:53:33.201Z] 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-09T11:53:33.201Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-05-09T11:53:33.201Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-05-09T11:53:35.119Z] 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-09T11:53:36.100Z] 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-09T11:53:36.100Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-05-09T11:53:37.526Z] 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-09T11:53:39.087Z] 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-09T11:53:40.221Z] 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-09T11:53:40.221Z] go: downloading github.com/lib/pq v1.10.1 [2021-05-09T11:53:42.374Z] + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command [2021-05-09T11:53:42.374Z] + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml [2021-05-09T11:53:42.374Z] + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data [2021-05-09T11:53:42.374Z] + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml [2021-05-09T11:53:42.374Z] + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata [2021-05-09T11:53:42.374Z] + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml [2021-05-09T11:53:42.374Z] + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications [2021-05-09T11:53:42.375Z] + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml [2021-05-09T11:53:42.375Z] + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler [2021-05-09T11:53:42.375Z] + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml [2021-05-09T11:53:42.375Z] + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent [2021-05-09T11:53:42.375Z] + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml [2021-05-09T11:53:42.375Z] + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup [2021-05-09T11:53:42.375Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml [2021-05-09T11:53:42.375Z] + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup [2021-05-09T11:53:42.375Z] + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml [2021-05-09T11:53:42.375Z] + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider [2021-05-09T11:53:42.375Z] + 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-09T11:53:42.375Z] + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper [2021-05-09T11:53:42.375Z] + 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-09T11:53:42.375Z] + install -DT ./cmd/security-bootstrapper/res/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res/configuration.toml [2021-05-09T11:53:42.375Z] + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config [2021-05-09T11:53:42.375Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml [2021-05-09T11:53:42.375Z] + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt [2021-05-09T11:53:42.375Z] + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE [2021-05-09T11:53:42.375Z] + 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-09T11:53:45.152Z] Building static-packages [2021-05-09T11:53:45.152Z] + snapcraftctl build [2021-05-09T11:53:47.065Z] Building version [2021-05-09T11:53:47.065Z] + snapcraftctl build [2021-05-09T11:53:47.612Z] lf-activate-venv(): INFO: Adding /tmp/venv-MTcU/bin to PATH [2021-05-09T11:53:47.612Z] INFO: No Stack... [2021-05-09T11:53:47.612Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-05-09T11:53:47.612Z] INFO: Archiving Costs [Pipeline] sh [2021-05-09T11:53:47.980Z] + cut -d, -f6 [2021-05-09T11:53:47.980Z] + cat /w/workspace/edgex-go/2/archives/cost.csv [Pipeline] lock [2021-05-09T11:53:48.161Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3441-2-stack-cost] [2021-05-09T11:53:48.170Z] Resource [jenkins-edgexfoundry-edgex-go-PR-3441-2-stack-cost] did not exist. Created. [2021-05-09T11:53:48.170Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3441-2-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-05-09T11:53:48.554Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-05-09T11:53:48.886Z] Stashed 1 file(s) [Pipeline] } [2021-05-09T11:53:48.895Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3441-2-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2021-05-09T11:53:48.975Z] Skipping stage go-build-helper (already ran) [2021-05-09T11:53:48.975Z] Staging app-service-config [2021-05-09T11:53:48.975Z] + snapcraftctl stage [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-05-09T11:53:49.914Z] Staging config-common [2021-05-09T11:53:49.914Z] + snapcraftctl stage [2021-05-09T11:53:50.854Z] Staging edgex-go [2021-05-09T11:53:50.854Z] + snapcraftctl stage [2021-05-09T11:53:51.797Z] Staging static-packages [2021-05-09T11:53:51.797Z] + snapcraftctl stage [2021-05-09T11:53:52.736Z] Staging version [2021-05-09T11:53:52.737Z] + snapcraftctl stage [2021-05-09T11:53:54.122Z] Priming go-build-helper [2021-05-09T11:53:54.122Z] + snapcraftctl prime [2021-05-09T11:53:55.063Z] Priming app-service-config [2021-05-09T11:53:55.063Z] + snapcraftctl prime [2021-05-09T11:53:56.017Z] Priming config-common [2021-05-09T11:53:56.017Z] + snapcraftctl prime [2021-05-09T11:53:56.963Z] Priming edgex-go [2021-05-09T11:53:56.963Z] + snapcraftctl prime [2021-05-09T11:53:58.350Z] Priming static-packages [2021-05-09T11:53:58.350Z] + snapcraftctl prime [2021-05-09T11:54:00.895Z] Priming version [2021-05-09T11:54:00.895Z] + snapcraftctl prime [2021-05-09T11:54:01.839Z] 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-09T11:54:03.857Z] provisioning config files... [2021-05-09T11:54:03.870Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/2@tmp/config4419764399513338363tmp [Pipeline] { [Pipeline] sh [2021-05-09T11:54:04.218Z] + set +x [2021-05-09T11:54:04.218Z] + curl -s https://codecov.io/bash [2021-05-09T11:54:04.218Z] + bash -s -- [2021-05-09T11:54:04.483Z] [2021-05-09T11:54:04.483Z] _____ _ [2021-05-09T11:54:04.483Z] / ____| | | [2021-05-09T11:54:04.483Z] | | ___ __| | ___ ___ _____ __ [2021-05-09T11:54:04.483Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-05-09T11:54:04.483Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-05-09T11:54:04.483Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-05-09T11:54:04.483Z] Bash-1.0.2 [2021-05-09T11:54:04.483Z] [2021-05-09T11:54:04.483Z] [2021-05-09T11:54:04.483Z] ==> git version 2.24.3 found [2021-05-09T11:54:04.483Z] ==> 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-09T11:54:04.483Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-05-09T11:54:04.483Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-05-09T11:54:04.747Z] ==> Jenkins CI detected. [2021-05-09T11:54:04.747Z] project root: . [2021-05-09T11:54:04.747Z] --> token set from env [2021-05-09T11:54:04.747Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-05-09T11:54:04.747Z] ==> Running gcov in . (disable via -X gcov) [2021-05-09T11:54:04.747Z] ==> Python coveragepy not found [2021-05-09T11:54:04.747Z] ==> Searching for coverage reports in: [2021-05-09T11:54:04.747Z] + . [2021-05-09T11:54:04.747Z] -> Found 1 reports [2021-05-09T11:54:04.747Z] ==> Detecting git/mercurial file structure [2021-05-09T11:54:05.012Z] ==> Reading reports [2021-05-09T11:54:05.012Z] + ./coverage.out bytes=705232 [2021-05-09T11:54:05.012Z] ==> Appending adjustments [2021-05-09T11:54:05.012Z] https://docs.codecov.io/docs/fixing-reports [2021-05-09T11:54:11.748Z] + Found adjustments [2021-05-09T11:54:11.748Z] ==> Gzipping contents [2021-05-09T11:54:11.748Z] 100K /tmp/codecov.30yCLt.gz [2021-05-09T11:54:11.748Z] ==> Uploading reports [2021-05-09T11:54:11.748Z] url: https://codecov.io [2021-05-09T11:54:11.748Z] query: branch=PR-3441&commit=a57cf9c4f4c06e0487161f3a27f3cfccc160748c&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3441%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3441&job=&cmd_args= [2021-05-09T11:54:11.748Z] -> Pinging Codecov [2021-05-09T11:54:11.748Z] https://codecov.io/upload/v4?package=bash-1.0.2&token=secret&branch=PR-3441&commit=a57cf9c4f4c06e0487161f3a27f3cfccc160748c&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3441%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3441&job=&cmd_args= [2021-05-09T11:54:11.748Z] -> Uploading to [2021-05-09T11:54:11.748Z] https://storage.googleapis.com/codecov/v4/raw/2021-05-09/00271124DB129430A58F1EEE437C3FCB/a57cf9c4f4c06e0487161f3a27f3cfccc160748c/be34f842-5a92-4725-8924-421b51d7774a.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210509%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210509T115411Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=fcfca8816534f6eddad5c72f2a965e56ad8dcc583f6aa66dae1c2ce138fb7797 [2021-05-09T11:54:11.748Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-05-09T11:54:11.748Z] Dload Upload Total Spent Left Speed [2021-05-09T11:54:12.022Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 98k 0 0 100 98k 0 236k --:--:-- --:--:-- --:--:-- 235k 100 98k 0 0 100 98k 0 235k --:--:-- --:--:-- --:--:-- 235k [2021-05-09T11:54:12.022Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/a57cf9c4f4c06e0487161f3a27f3cfccc160748c [Pipeline] } [2021-05-09T11:54:12.034Z] 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-09T11:54:12.842Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-09T11:54:14.230Z] ---> package-listing.sh [2021-05-09T11:54:14.230Z] ++ facter osfamily [2021-05-09T11:54:14.230Z] ++ tr '[:upper:]' '[:lower:]' [2021-05-09T11:54:14.230Z] + OS_FAMILY=redhat [2021-05-09T11:54:14.230Z] + workspace=/w/workspace/edgex-go/2 [2021-05-09T11:54:14.230Z] + START_PACKAGES=/tmp/packages_start.txt [2021-05-09T11:54:14.230Z] + END_PACKAGES=/tmp/packages_end.txt [2021-05-09T11:54:14.230Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-05-09T11:54:14.230Z] + PACKAGES=/tmp/packages_start.txt [2021-05-09T11:54:14.230Z] + '[' /w/workspace/edgex-go/2 ']' [2021-05-09T11:54:14.230Z] + PACKAGES=/tmp/packages_end.txt [2021-05-09T11:54:14.230Z] + case "${OS_FAMILY}" in [2021-05-09T11:54:14.230Z] + rpm -qa [2021-05-09T11:54:14.230Z] + sort [2021-05-09T11:54:19.578Z] + '[' -f /tmp/packages_start.txt ']' [2021-05-09T11:54:19.578Z] + '[' -f /tmp/packages_end.txt ']' [2021-05-09T11:54:19.578Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-05-09T11:54:19.578Z] + '[' /w/workspace/edgex-go/2 ']' [2021-05-09T11:54:19.578Z] + mkdir -p /w/workspace/edgex-go/2/archives/ [2021-05-09T11:54:19.579Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/2/archives/ [Pipeline] echo [2021-05-09T11:54:19.594Z] 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-09T11:54:19.949Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-05-09T11:54:20.712Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-05-09T11:54:20.998Z] [2021-05-09T11:54:20.998Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-05-09T11:54:21.377Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-05-09T11:54:21.645Z] alpine: Pulling from edgex-lftools-log-publisher [2021-05-09T11:54:21.645Z] df20fa9351a1: Pulling fs layer [2021-05-09T11:54:21.645Z] 36b3adc4ff6f: Pulling fs layer [2021-05-09T11:54:21.645Z] 8ad3a11d3b57: Pulling fs layer [2021-05-09T11:54:21.645Z] 46f8f816bc3b: Pulling fs layer [2021-05-09T11:54:21.645Z] 93b61091891f: Pulling fs layer [2021-05-09T11:54:21.645Z] 93b9cdb0e59b: Pulling fs layer [2021-05-09T11:54:21.645Z] 5e14af77c1be: Pulling fs layer [2021-05-09T11:54:21.645Z] 01666e4c0597: Pulling fs layer [2021-05-09T11:54:21.645Z] aa168da1d23b: Pulling fs layer [2021-05-09T11:54:21.645Z] 93b9cdb0e59b: Waiting [2021-05-09T11:54:21.645Z] 5e14af77c1be: Waiting [2021-05-09T11:54:21.645Z] 01666e4c0597: Waiting [2021-05-09T11:54:21.645Z] aa168da1d23b: Waiting [2021-05-09T11:54:21.645Z] 46f8f816bc3b: Waiting [2021-05-09T11:54:21.645Z] 93b61091891f: Waiting [2021-05-09T11:54:21.645Z] 36b3adc4ff6f: Download complete [2021-05-09T11:54:21.645Z] 46f8f816bc3b: Verifying Checksum [2021-05-09T11:54:21.645Z] 46f8f816bc3b: Download complete [2021-05-09T11:54:21.645Z] df20fa9351a1: Verifying Checksum [2021-05-09T11:54:21.645Z] 93b9cdb0e59b: Verifying Checksum [2021-05-09T11:54:21.645Z] 93b9cdb0e59b: Download complete [2021-05-09T11:54:21.645Z] 5e14af77c1be: Verifying Checksum [2021-05-09T11:54:21.645Z] 5e14af77c1be: Download complete [2021-05-09T11:54:21.911Z] 01666e4c0597: Verifying Checksum [2021-05-09T11:54:21.911Z] 01666e4c0597: Download complete [2021-05-09T11:54:21.911Z] 93b61091891f: Verifying Checksum [2021-05-09T11:54:21.911Z] 93b61091891f: Download complete [2021-05-09T11:54:22.494Z] df20fa9351a1: Pull complete [2021-05-09T11:54:22.494Z] 8ad3a11d3b57: Verifying Checksum [2021-05-09T11:54:22.494Z] 8ad3a11d3b57: Download complete [2021-05-09T11:54:22.815Z] 36b3adc4ff6f: Pull complete [2021-05-09T11:54:23.820Z] 8ad3a11d3b57: Pull complete [2021-05-09T11:54:24.111Z] 46f8f816bc3b: Pull complete [2021-05-09T11:54:24.732Z] 93b61091891f: Pull complete [2021-05-09T11:54:25.064Z] 93b9cdb0e59b: Pull complete [2021-05-09T11:54:25.395Z] 5e14af77c1be: Pull complete [2021-05-09T11:54:26.402Z] 01666e4c0597: Pull complete [2021-05-09T11:54:27.404Z] aa168da1d23b: Verifying Checksum [2021-05-09T11:54:27.404Z] aa168da1d23b: Download complete [2021-05-09T11:54:42.576Z] aa168da1d23b: Pull complete [2021-05-09T11:54:42.576Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-05-09T11:54:42.576Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-05-09T11:54:42.576Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-05-09T11:54:42.815Z] prd-centos7-docker-4c-2g-3842 does not seem to be running inside a container [2021-05-09T11:54:42.884Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/2/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-05-09T11:54:46.738Z] $ docker top ca1bf820aec4e53243eef9886999cc815966acdf36454bd52d1389653b2cfd74 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-09T11:54:47.193Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-05-09T11:54:47.543Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-05-09T11:54:47.847Z] + ls /var/log/sa-host [2021-05-09T11:54:47.847Z] + sadf -c /var/log/sa-host/sa09 [2021-05-09T11:54:47.847Z] file_magic: OK [2021-05-09T11:54:47.847Z] HZ: Using current value: 100 [2021-05-09T11:54:47.847Z] file_header: OK [2021-05-09T11:54:47.847Z] 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-09T11:54:47.847Z] Statistics: [2021-05-09T11:54:47.847Z] 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... [2021-05-09T11:54:47.847Z] File successfully converted to sysstat format version 12.2.1 [2021-05-09T11:54:47.847Z] + sadf -c /var/log/sa-host/sa23 [2021-05-09T11:54:47.847Z] file_magic: OK [2021-05-09T11:54:47.847Z] HZ: Using current value: 100 [2021-05-09T11:54:47.847Z] file_header: OK [2021-05-09T11:54:47.847Z] 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-09T11:54:47.847Z] Statistics: [2021-05-09T11:54:47.847Z] Hnuu...uuuununununu... [2021-05-09T11:54:47.847Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-05-09T11:54:48.070Z] provisioning config files... [2021-05-09T11:54:48.088Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/2@tmp/config7509783820629583399tmp [Pipeline] { [Pipeline] echo [2021-05-09T11:54:48.114Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-09T11:54:48.434Z] ---> create-netrc.sh [Pipeline] } [2021-05-09T11:54:48.444Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-05-09T11:54:48.471Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-09T11:54:48.779Z] ---> python-tools-install.sh [Pipeline] echo [2021-05-09T11:54:48.791Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-09T11:54:49.096Z] ---> sudo-logs.sh [2021-05-09T11:54:49.096Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-05-09T11:54:49.124Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-09T11:54:49.425Z] ---> job-cost.sh [2021-05-09T11:54:49.425Z] lf-activate-venv: SKIPPING [2021-05-09T11:54:49.425Z] DEBUG: total: 0.20999999344348907 [2021-05-09T11:54:49.425Z] INFO: Retrieving Stack Cost... [2021-05-09T11:54:50.377Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-05-09T11:54:50.957Z] INFO: Archiving Costs [Pipeline] echo [2021-05-09T11:54:50.973Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-09T11:54:51.298Z] ---> logs-deploy.sh [2021-05-09T11:54:51.298Z] lf-activate-venv: SKIPPING [2021-05-09T11:54:51.298Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3441/2 [2021-05-09T11:54:51.298Z] INFO: archiving workspace using pattern(s): [2021-05-09T11:54:53.235Z] Archives upload complete. [2021-05-09T11:54:53.235Z] INFO: archiving logs to Nexus [2021-05-09T11:54:54.680Z] ---> uname -a: [2021-05-09T11:54:54.680Z] Linux prd-centos7-docker-4c-2g-3842.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-09T11:54:54.680Z] [2021-05-09T11:54:54.680Z] [2021-05-09T11:54:54.680Z] ---> lscpu: [2021-05-09T11:54:54.680Z] Architecture: x86_64 [2021-05-09T11:54:54.680Z] CPU op-mode(s): 32-bit, 64-bit [2021-05-09T11:54:54.680Z] Byte Order: Little Endian [2021-05-09T11:54:54.680Z] Address sizes: 40 bits physical, 48 bits virtual [2021-05-09T11:54:54.680Z] CPU(s): 4 [2021-05-09T11:54:54.680Z] On-line CPU(s) list: 0-3 [2021-05-09T11:54:54.680Z] Thread(s) per core: 1 [2021-05-09T11:54:54.680Z] Core(s) per socket: 1 [2021-05-09T11:54:54.680Z] Socket(s): 4 [2021-05-09T11:54:54.680Z] NUMA node(s): 1 [2021-05-09T11:54:54.680Z] Vendor ID: GenuineIntel [2021-05-09T11:54:54.680Z] CPU family: 6 [2021-05-09T11:54:54.680Z] Model: 44 [2021-05-09T11:54:54.680Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2021-05-09T11:54:54.680Z] Stepping: 1 [2021-05-09T11:54:54.680Z] CPU MHz: 2933.436 [2021-05-09T11:54:54.680Z] BogoMIPS: 5866.87 [2021-05-09T11:54:54.680Z] Virtualization: VT-x [2021-05-09T11:54:54.680Z] Hypervisor vendor: KVM [2021-05-09T11:54:54.680Z] Virtualization type: full [2021-05-09T11:54:54.680Z] L1d cache: 128 KiB [2021-05-09T11:54:54.680Z] L1i cache: 128 KiB [2021-05-09T11:54:54.680Z] L2 cache: 16 MiB [2021-05-09T11:54:54.680Z] L3 cache: 64 MiB [2021-05-09T11:54:54.680Z] NUMA node0 CPU(s): 0-3 [2021-05-09T11:54:54.680Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2021-05-09T11:54:54.680Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2021-05-09T11:54:54.680Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2021-05-09T11:54:54.680Z] Vulnerability Meltdown: Mitigation; PTI [2021-05-09T11:54:54.680Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2021-05-09T11:54:54.680Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2021-05-09T11:54:54.680Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2021-05-09T11:54:54.680Z] Vulnerability Srbds: Not affected [2021-05-09T11:54:54.680Z] Vulnerability Tsx async abort: Not affected [2021-05-09T11:54:54.680Z] 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-09T11:54:54.680Z] [2021-05-09T11:54:54.680Z] [2021-05-09T11:54:54.680Z] ---> nproc: [2021-05-09T11:54:54.680Z] 4 [2021-05-09T11:54:54.680Z] [2021-05-09T11:54:54.680Z] [2021-05-09T11:54:54.680Z] ---> df -h: [2021-05-09T11:54:54.680Z] Filesystem Size Used Available Use% Mounted on [2021-05-09T11:54:54.680Z] overlay 50.0G 12.2G 37.8G 24% / [2021-05-09T11:54:54.680Z] tmpfs 64.0M 0 64.0M 0% /dev [2021-05-09T11:54:54.680Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2021-05-09T11:54:54.680Z] shm 64.0M 0 64.0M 0% /dev/shm [2021-05-09T11:54:54.680Z] /dev/vda1 50.0G 12.2G 37.8G 24% /facter-os [2021-05-09T11:54:54.680Z] /dev/vda1 50.0G 12.2G 37.8G 24% /etc/resolv.conf [2021-05-09T11:54:54.680Z] /dev/vda1 50.0G 12.2G 37.8G 24% /etc/hostname [2021-05-09T11:54:54.680Z] /dev/vda1 50.0G 12.2G 37.8G 24% /etc/hosts [2021-05-09T11:54:54.680Z] /dev/vda1 50.0G 12.2G 37.8G 24% /var/log/auth.log [2021-05-09T11:54:54.680Z] /dev/vda1 50.0G 12.2G 37.8G 24% /run/cloud-init/result.json [2021-05-09T11:54:54.680Z] /dev/vda1 50.0G 12.2G 37.8G 24% /var/log/sa-host [2021-05-09T11:54:54.680Z] /dev/vda1 50.0G 12.2G 37.8G 24% /var/log/secure [2021-05-09T11:54:54.680Z] /dev/vda1 50.0G 12.2G 37.8G 24% /w/workspace/edgex-go/2 [2021-05-09T11:54:54.680Z] /dev/vda1 50.0G 12.2G 37.8G 24% /w/workspace/edgex-go/2@tmp [2021-05-09T11:54:54.680Z] [2021-05-09T11:54:54.680Z] [2021-05-09T11:54:54.680Z] ---> free -m: [2021-05-09T11:54:54.680Z] total used free shared buff/cache available [2021-05-09T11:54:54.680Z] Mem: 1837 718 249 0 869 1036 [2021-05-09T11:54:54.680Z] Swap: 1023 58 965 [2021-05-09T11:54:54.680Z] [2021-05-09T11:54:54.680Z] [2021-05-09T11:54:54.680Z] ---> ip addr: [2021-05-09T11:54:54.680Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2021-05-09T11:54:54.680Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2021-05-09T11:54:54.680Z] inet 127.0.0.1/8 scope host lo [2021-05-09T11:54:54.680Z] valid_lft forever preferred_lft forever [2021-05-09T11:54:54.680Z] inet6 ::1/128 scope host [2021-05-09T11:54:54.680Z] valid_lft forever preferred_lft forever [2021-05-09T11:54:54.680Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2021-05-09T11:54:54.680Z] link/ether fa:16:3e:7c:5c:03 brd ff:ff:ff:ff:ff:ff [2021-05-09T11:54:54.680Z] inet 10.30.123.128/23 brd 10.30.123.255 scope global dynamic eth0 [2021-05-09T11:54:54.680Z] valid_lft 84982sec preferred_lft 84982sec [2021-05-09T11:54:54.680Z] inet6 fe80::f816:3eff:fe7c:5c03/64 scope link [2021-05-09T11:54:54.680Z] valid_lft forever preferred_lft forever [2021-05-09T11:54:54.680Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2021-05-09T11:54:54.680Z] link/ether 02:42:96:02:53:7b brd ff:ff:ff:ff:ff:ff [2021-05-09T11:54:54.680Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2021-05-09T11:54:54.680Z] valid_lft forever preferred_lft forever [2021-05-09T11:54:54.680Z] inet6 fe80::42:96ff:fe02:537b/64 scope link [2021-05-09T11:54:54.680Z] valid_lft forever preferred_lft forever [2021-05-09T11:54:54.680Z] [2021-05-09T11:54:54.680Z] [2021-05-09T11:54:54.680Z] ---> sar -b -r -n DEV: [2021-05-09T11:54:54.680Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 05/09/21 _x86_64_ (4 CPU) [2021-05-09T11:54:54.680Z] [2021-05-09T11:54:54.680Z] 11:31:02 LINUX RESTART (4 CPU) [2021-05-09T11:54:54.680Z] [2021-05-09T11:54:54.680Z] 11:32:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2021-05-09T11:54:54.680Z] 11:33:02 55.94 14.42 41.51 0.00 4262.86 8069.78 0.00 [2021-05-09T11:54:54.680Z] 11:34:01 97.80 65.64 32.17 0.00 6909.66 18606.73 0.00 [2021-05-09T11:54:54.680Z] 11:35:01 206.44 53.56 152.88 0.00 2568.69 36570.72 0.00 [2021-05-09T11:54:54.680Z] 11:36:01 171.34 100.60 70.74 0.00 3291.69 9640.17 0.00 [2021-05-09T11:54:54.680Z] 11:37:02 82.03 18.85 63.18 0.00 775.25 9195.52 0.00 [2021-05-09T11:54:54.680Z] 11:38:01 86.25 46.66 39.60 0.00 1838.84 2059.08 0.00 [2021-05-09T11:54:54.680Z] 11:39:01 80.72 30.67 50.05 0.00 1698.80 6713.25 0.00 [2021-05-09T11:54:54.680Z] 11:40:01 83.48 5.22 78.25 0.00 243.73 20455.02 0.00 [2021-05-09T11:54:54.680Z] 11:41:03 422.42 259.64 162.79 0.00 73831.93 126615.80 0.00 [2021-05-09T11:54:54.680Z] 11:42:03 2460.27 2154.04 306.23 0.00 132960.68 144296.30 0.00 [2021-05-09T11:54:54.680Z] 11:43:01 803.30 663.58 139.71 0.00 36520.13 43032.53 0.00 [2021-05-09T11:54:54.680Z] 11:44:02 602.52 290.97 311.55 0.00 68078.99 103278.00 0.00 [2021-05-09T11:54:54.680Z] 11:45:01 3119.84 2799.88 319.96 0.00 142425.19 166765.78 0.00 [2021-05-09T11:54:54.680Z] 11:46:01 304.52 141.17 163.35 0.00 8852.28 31753.96 0.00 [2021-05-09T11:54:54.680Z] 11:47:02 126.44 23.22 103.23 0.00 3732.80 10876.75 0.00 [2021-05-09T11:54:54.680Z] 11:48:01 1.88 0.00 1.88 0.00 0.00 36.37 0.00 [2021-05-09T11:54:54.680Z] 11:49:01 0.88 0.58 0.30 0.00 47.17 3.28 0.00 [2021-05-09T11:54:54.680Z] 11:50:01 0.25 0.02 0.23 0.00 0.53 3.01 0.00 [2021-05-09T11:54:54.680Z] 11:51:01 0.25 0.02 0.23 0.00 0.13 2.20 0.00 [2021-05-09T11:54:54.680Z] 11:52:01 0.40 0.02 0.38 0.00 0.53 5.56 0.00 [2021-05-09T11:54:54.680Z] 11:53:01 0.28 0.00 0.28 0.00 0.00 2.75 0.00 [2021-05-09T11:54:54.680Z] 11:54:01 0.73 0.00 0.73 0.00 0.00 8.29 0.00 [2021-05-09T11:54:54.680Z] Average: 393.33 300.56 92.77 0.00 22172.38 33634.00 0.00 [2021-05-09T11:54:54.680Z] [2021-05-09T11:54:54.680Z] 11:32:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2021-05-09T11:54:54.680Z] 11:33:02 189336 0 616844 32.78 2620 1072744 1247148 42.56 448216 1038904 44 [2021-05-09T11:54:54.680Z] 11:34:01 109908 0 660400 35.10 2596 1108640 1354172 46.22 704676 857060 101888 [2021-05-09T11:54:54.680Z] 11:35:01 81368 0 782396 41.58 1496 1016284 1525500 52.06 625060 889472 86288 [2021-05-09T11:54:54.680Z] 11:36:01 208400 0 767340 40.78 872 904932 1659192 56.63 583264 811640 62324 [2021-05-09T11:54:54.680Z] 11:37:02 150752 0 818320 43.49 616 911856 1649560 56.30 707336 740124 30956 [2021-05-09T11:54:54.680Z] 11:38:01 230532 0 836800 44.47 552 813660 1808872 61.73 635384 721952 82164 [2021-05-09T11:54:54.680Z] 11:39:01 245780 0 775704 41.23 504 859556 1434560 48.96 615896 724220 32656 [2021-05-09T11:54:54.680Z] 11:40:01 199556 0 746692 39.69 392 934904 1326356 45.27 549576 837204 70416 [2021-05-09T11:54:54.680Z] 11:41:03 66072 0 840660 44.68 4 974808 2269164 77.44 715484 888752 70920 [2021-05-09T11:54:54.680Z] 11:42:03 81812 0 852948 45.33 4 946780 2342256 79.94 766472 800380 49388 [2021-05-09T11:54:54.680Z] 11:43:01 138548 0 1285468 68.32 4 457524 4143272 141.40 864824 598192 16564 [2021-05-09T11:54:54.680Z] 11:44:02 68060 0 799360 42.48 4 1014120 2132420 72.78 772916 817764 77824 [2021-05-09T11:54:54.680Z] 11:45:01 719236 0 666784 35.44 4 495520 1572304 53.66 407900 528036 28 [2021-05-09T11:54:54.680Z] 11:46:01 193968 0 716508 38.08 4 971064 1608424 54.89 597772 842508 0 [2021-05-09T11:54:54.680Z] 11:47:02 126476 0 654432 34.78 4 1100632 1203272 41.07 555480 938792 20 [2021-05-09T11:54:54.680Z] 11:48:01 129560 0 651236 34.61 4 1100744 1173448 40.05 553112 938696 12 [2021-05-09T11:54:54.680Z] 11:49:01 128540 0 650836 34.59 4 1102164 1169620 39.92 553544 939664 16 [2021-05-09T11:54:54.680Z] 11:50:01 129280 0 650104 34.55 4 1102156 1169404 39.91 553292 939664 12 [2021-05-09T11:54:54.680Z] 11:51:01 128916 0 650440 34.57 4 1102184 1169404 39.91 553268 939708 12 [2021-05-09T11:54:54.680Z] 11:52:01 129356 0 650012 34.55 4 1102172 1169476 39.91 553352 939708 12 [2021-05-09T11:54:54.680Z] 11:53:01 129460 0 649880 34.54 4 1102200 1169404 39.91 553276 939724 12 [2021-05-09T11:54:54.680Z] 11:54:01 129016 0 650316 34.56 4 1102208 1169440 39.91 553428 939724 8 [2021-05-09T11:54:54.680Z] Average: 168815 0 744249 39.56 441 968039 1612121 55.02 610160 845995 30980 [2021-05-09T11:54:54.680Z] [2021-05-09T11:54:54.680Z] 11:32:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2021-05-09T11:54:54.680Z] 11:33:02 eth0 453.60 417.52 3172.19 59.11 0.00 0.00 0.00 0.00 [2021-05-09T11:54:54.680Z] 11:33:02 vethad47570 0.00 0.10 0.00 0.01 0.00 0.00 0.00 0.00 [2021-05-09T11:54:54.680Z] 11:33:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-09T11:54:54.680Z] 11:33:02 docker0 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-09T11:54:54.681Z] 11:34:01 eth0 648.54 913.46 2756.95 134.72 0.00 0.00 0.00 0.00 [2021-05-09T11:54:54.681Z] 11:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-09T11:54:54.681Z] 11:34:01 docker0 881.23 607.10 72.64 2719.53 0.00 0.00 0.00 0.00 [2021-05-09T11:54:54.681Z] 11:35:01 eth0 497.00 363.09 3532.65 35.26 0.00 0.00 0.00 0.00 [2021-05-09T11:54:54.681Z] 11:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-09T11:54:54.681Z] 11:35:01 docker0 139.85 227.59 9.80 862.81 0.00 0.00 0.00 0.00 [2021-05-09T11:54:54.681Z] 11:36:01 veth5563809 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2021-05-09T11:54:54.681Z] 11:36:01 eth0 26.77 22.74 28.63 11.43 0.00 0.00 0.00 0.00 [2021-05-09T11:54:54.681Z] 11:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-09T11:54:54.681Z] 11:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-09T11:54:54.681Z] 11:37:02 veth5563809 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-09T11:54:54.681Z] 11:37:02 eth0 20.13 15.01 16.06 8.79 0.00 0.00 0.00 0.00 [2021-05-09T11:54:54.681Z] 11:37:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-09T11:54:54.681Z] 11:37:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-09T11:54:54.681Z] 11:38:01 veth5563809 2.18 2.18 0.17 0.18 0.00 0.00 0.00 0.00 [2021-05-09T11:54:54.681Z] 11:38:01 eth0 38.45 31.29 19.51 83.97 0.00 0.00 0.00 0.00 [2021-05-09T11:54:54.681Z] 11:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-09T11:54:54.681Z] 11:38:01 docker0 2.18 2.18 0.14 0.18 0.00 0.00 0.00 0.00 [2021-05-09T11:54:54.681Z] 11:39:01 veth5563809 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-09T11:54:54.681Z] 11:39:01 eth0 11.00 8.10 9.85 5.58 0.00 0.00 0.00 0.00 [2021-05-09T11:54:54.681Z] 11:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-09T11:54:54.681Z] 11:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-09T11:54:54.681Z] 11:40:01 eth0 172.66 130.47 1685.97 74.11 0.00 0.00 0.00 0.00 [2021-05-09T11:54:54.681Z] 11:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-09T11:54:54.681Z] 11:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-09T11:54:54.681Z] 11:41:03 eth0 19.71 13.23 22.11 8.09 0.00 0.00 0.00 0.00 [2021-05-09T11:54:54.681Z] 11:41:03 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-09T11:54:54.681Z] 11:41:03 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-09T11:54:54.681Z] 11:41:03 veth371150e 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2021-05-09T11:54:54.681Z] 11:42:03 eth0 79.66 52.08 180.46 9.88 0.00 0.00 0.00 0.00 [2021-05-09T11:54:54.681Z] 11:42:03 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-09T11:54:54.681Z] 11:42:03 docker0 40.41 61.76 2.55 167.94 0.00 0.00 0.00 0.00 [2021-05-09T11:54:54.681Z] 11:42:03 veth371150e 0.00 0.34 0.00 0.02 0.00 0.00 0.00 0.00 [2021-05-09T11:54:54.681Z] 11:43:01 veth315d376 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 [2021-05-09T11:54:54.681Z] 11:43:01 eth0 8.76 6.73 6.90 3.84 0.00 0.00 0.00 0.00 [2021-05-09T11:54:54.681Z] 11:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-09T11:54:54.681Z] 11:43:01 veth2ad6099 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 [2021-05-09T11:54:54.681Z] 11:44:02 eth0 91.13 67.47 252.89 76.69 0.00 0.00 0.00 0.00 [2021-05-09T11:54:54.681Z] 11:44:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-09T11:54:54.681Z] 11:44:02 docker0 1062.25 913.99 84.54 3842.01 0.00 0.00 0.00 0.00 [2021-05-09T11:54:54.681Z] 11:44:02 veth371150e 0.00 0.74 0.00 0.04 0.00 0.00 0.00 0.00 [2021-05-09T11:54:54.681Z] 11:45:01 vethd70932d 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-09T11:54:54.681Z] 11:45:01 veth139be72 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-09T11:54:54.681Z] 11:45:01 veth46ac915 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-09T11:54:54.681Z] 11:45:01 veth60db762 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-09T11:54:54.681Z] 11:46:01 eth0 2402.05 2278.27 13609.22 631.97 0.00 0.00 0.00 0.00 [2021-05-09T11:54:54.681Z] 11:46:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 [2021-05-09T11:54:54.681Z] 11:46:01 docker0 1099.17 964.95 86.86 4020.78 0.00 0.00 0.00 0.00 [2021-05-09T11:54:54.681Z] 11:46:01 veth371150e 0.00 1.01 0.00 0.05 0.00 0.00 0.00 0.00 [2021-05-09T11:54:54.681Z] 11:47:02 eth0 68.96 38.63 368.75 14.37 0.00 0.00 0.00 0.00 [2021-05-09T11:54:54.681Z] 11:47:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-09T11:54:54.681Z] 11:47:02 docker0 16.58 38.58 1.21 344.29 0.00 0.00 0.00 0.00 [2021-05-09T11:54:54.681Z] 11:48:01 eth0 0.32 0.29 0.43 0.02 0.00 0.00 0.00 0.00 [2021-05-09T11:54:54.681Z] 11:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-09T11:54:54.681Z] 11:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-09T11:54:54.681Z] 11:49:01 eth0 0.93 0.42 0.32 0.21 0.00 0.00 0.00 0.00 [2021-05-09T11:54:54.681Z] 11:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-09T11:54:54.681Z] 11:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-09T11:54:54.681Z] 11:50:01 eth0 0.07 0.02 0.01 0.00 0.00 0.00 0.00 0.00 [2021-05-09T11:54:54.681Z] 11:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-09T11:54:54.681Z] 11:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-09T11:54:54.681Z] 11:51:01 eth0 0.10 0.05 0.01 0.00 0.00 0.00 0.00 0.00 [2021-05-09T11:54:54.681Z] 11:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-09T11:54:54.681Z] 11:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-09T11:54:54.681Z] 11:52:01 eth0 0.20 0.15 0.08 0.07 0.00 0.00 0.00 0.00 [2021-05-09T11:54:54.681Z] 11:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-09T11:54:54.681Z] 11:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-09T11:54:54.681Z] 11:53:01 eth0 0.05 0.03 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-09T11:54:54.681Z] 11:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-09T11:54:54.681Z] 11:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-09T11:54:54.681Z] 11:54:01 eth0 0.18 0.15 0.07 0.01 0.00 0.00 0.00 0.00 [2021-05-09T11:54:54.681Z] 11:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-09T11:54:54.681Z] 11:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-09T11:54:54.681Z] Average: eth0 106.10 101.34 611.69 28.00 0.00 0.00 0.00 0.00 [2021-05-09T11:54:54.681Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-09T11:54:54.681Z] Average: docker0 50.85 45.73 4.01 198.92 0.00 0.00 0.00 0.00 [2021-05-09T11:54:54.681Z] [2021-05-09T11:54:54.681Z] [2021-05-09T11:54:54.681Z] ---> sar -P ALL: [2021-05-09T11:54:54.681Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 05/09/21 _x86_64_ (4 CPU) [2021-05-09T11:54:54.681Z] [2021-05-09T11:54:54.681Z] 11:31:02 LINUX RESTART (4 CPU) [2021-05-09T11:54:54.681Z] [2021-05-09T11:54:54.681Z] 11:32:01 CPU %user %nice %system %iowait %steal %idle [2021-05-09T11:54:54.681Z] 11:33:02 all 5.89 0.00 3.90 1.29 16.49 72.43 [2021-05-09T11:54:54.681Z] 11:33:02 0 5.18 0.00 3.93 0.34 20.22 70.33 [2021-05-09T11:54:54.681Z] 11:33:02 1 5.09 0.00 3.21 1.45 16.30 73.95 [2021-05-09T11:54:54.681Z] 11:33:02 2 5.59 0.00 4.03 2.59 14.11 73.69 [2021-05-09T11:54:54.681Z] 11:33:02 3 7.76 0.00 4.46 0.79 15.26 71.73 [2021-05-09T11:54:54.681Z] 11:34:01 all 10.22 0.00 4.98 0.96 17.32 66.52 [2021-05-09T11:54:54.681Z] 11:34:01 0 13.16 0.00 7.13 0.62 18.90 60.18 [2021-05-09T11:54:54.681Z] 11:34:01 1 7.10 0.00 3.64 0.55 17.52 71.18 [2021-05-09T11:54:54.681Z] 11:34:01 2 7.65 0.00 4.19 0.86 16.99 70.30 [2021-05-09T11:54:54.681Z] 11:34:01 3 13.19 0.00 5.07 1.81 15.89 64.04 [2021-05-09T11:54:54.681Z] 11:35:01 all 8.47 0.00 7.41 2.97 17.05 64.11 [2021-05-09T11:54:54.681Z] 11:35:01 0 9.68 0.00 7.57 2.46 17.62 62.67 [2021-05-09T11:54:54.681Z] 11:35:01 1 7.88 0.00 7.22 2.34 17.12 65.44 [2021-05-09T11:54:54.681Z] 11:35:01 2 8.12 0.00 7.37 3.66 17.02 63.83 [2021-05-09T11:54:54.681Z] 11:35:01 3 8.20 0.00 7.49 3.42 16.42 64.47 [2021-05-09T11:54:54.681Z] 11:36:01 all 26.19 0.00 9.74 4.29 19.89 39.88 [2021-05-09T11:54:54.681Z] 11:36:01 0 26.94 0.00 10.08 4.01 20.50 38.48 [2021-05-09T11:54:54.681Z] 11:36:01 1 22.90 0.00 9.09 3.59 20.92 43.50 [2021-05-09T11:54:54.681Z] 11:36:01 2 26.09 0.00 10.17 6.03 19.64 38.08 [2021-05-09T11:54:54.681Z] 11:36:01 3 28.95 0.00 9.65 3.58 18.48 39.34 [2021-05-09T11:54:54.681Z] 11:37:02 all 43.02 0.00 14.49 3.53 21.20 17.76 [2021-05-09T11:54:54.681Z] 11:37:02 0 42.15 0.00 13.61 3.88 21.99 18.38 [2021-05-09T11:54:54.681Z] 11:37:02 1 42.23 0.00 13.99 3.41 22.39 17.99 [2021-05-09T11:54:54.681Z] 11:37:02 2 47.12 0.00 14.66 3.98 19.40 14.84 [2021-05-09T11:54:54.681Z] 11:37:02 3 40.68 0.00 15.70 2.88 20.99 19.75 [2021-05-09T11:54:54.681Z] 11:38:01 all 38.76 0.00 14.07 1.76 12.90 32.51 [2021-05-09T11:54:54.681Z] 11:38:01 0 36.09 0.00 14.60 1.45 13.93 33.93 [2021-05-09T11:54:54.681Z] 11:38:01 1 38.18 0.00 14.02 1.97 12.81 33.03 [2021-05-09T11:54:54.681Z] 11:38:01 2 44.20 0.00 13.55 2.25 11.25 28.76 [2021-05-09T11:54:54.681Z] 11:38:01 3 36.69 0.00 14.12 1.40 13.55 34.24 [2021-05-09T11:54:54.681Z] 11:39:01 all 31.85 0.00 14.49 2.99 22.63 28.04 [2021-05-09T11:54:54.681Z] 11:39:01 0 32.22 0.00 14.71 2.13 23.46 27.48 [2021-05-09T11:54:54.681Z] 11:39:01 1 29.52 0.00 13.99 3.67 23.41 29.40 [2021-05-09T11:54:54.681Z] 11:39:01 2 32.90 0.00 14.79 4.28 21.17 26.87 [2021-05-09T11:54:54.681Z] 11:39:01 3 32.79 0.00 14.48 1.84 22.48 28.40 [2021-05-09T11:54:54.681Z] 11:40:01 all 21.32 0.00 12.33 0.70 18.03 47.63 [2021-05-09T11:54:54.681Z] 11:40:01 0 22.36 0.00 12.99 0.35 18.81 45.49 [2021-05-09T11:54:54.681Z] 11:40:01 1 22.20 0.00 12.84 0.13 18.00 46.83 [2021-05-09T11:54:54.681Z] 11:40:01 2 21.13 0.00 11.72 1.87 17.55 47.73 [2021-05-09T11:54:54.681Z] 11:40:01 3 19.60 0.00 11.76 0.44 17.76 50.44 [2021-05-09T11:54:54.681Z] 11:41:03 all 12.68 0.00 14.43 5.91 25.48 41.51 [2021-05-09T11:54:54.681Z] 11:41:03 0 13.10 0.00 13.61 5.75 25.62 41.93 [2021-05-09T11:54:54.681Z] 11:41:03 1 12.76 0.00 13.58 6.18 25.32 42.16 [2021-05-09T11:54:54.681Z] 11:41:03 2 12.96 0.00 16.45 5.97 25.46 39.16 [2021-05-09T11:54:54.681Z] 11:41:03 3 11.89 0.00 14.12 5.74 25.51 42.74 [2021-05-09T11:54:54.681Z] 11:42:03 all 14.58 0.00 20.35 21.85 17.56 25.67 [2021-05-09T11:54:54.681Z] 11:42:03 0 15.80 0.00 20.02 22.06 17.69 24.43 [2021-05-09T11:54:54.681Z] 11:42:03 1 13.87 0.00 19.05 21.06 17.54 28.47 [2021-05-09T11:54:54.681Z] 11:42:03 2 14.57 0.00 19.97 22.73 18.11 24.63 [2021-05-09T11:54:54.681Z] 11:42:03 3 14.08 0.00 22.43 21.54 16.87 25.07 [2021-05-09T11:54:54.681Z] 11:43:01 all 62.67 0.00 16.84 7.10 6.67 6.72 [2021-05-09T11:54:54.681Z] 11:43:01 0 62.13 0.00 17.45 5.70 6.53 8.19 [2021-05-09T11:54:54.681Z] 11:43:01 1 63.47 0.00 15.83 7.32 7.03 6.35 [2021-05-09T11:54:54.681Z] 11:43:01 2 62.21 0.00 16.92 8.13 7.33 5.41 [2021-05-09T11:54:54.681Z] 11:43:01 3 62.88 0.00 17.14 7.26 5.81 6.91 [2021-05-09T11:54:54.681Z] [2021-05-09T11:54:54.681Z] 11:43:01 CPU %user %nice %system %iowait %steal %idle [2021-05-09T11:54:54.681Z] 11:44:02 all 30.85 0.00 23.51 13.53 9.02 23.09 [2021-05-09T11:54:54.681Z] 11:44:02 0 31.93 0.00 24.17 11.24 8.53 24.13 [2021-05-09T11:54:54.681Z] 11:44:02 1 29.90 0.00 23.38 14.12 9.26 23.34 [2021-05-09T11:54:54.682Z] 11:44:02 2 31.74 0.00 24.10 16.07 9.20 18.90 [2021-05-09T11:54:54.682Z] 11:44:02 3 29.83 0.00 22.39 12.72 9.09 25.98 [2021-05-09T11:54:54.682Z] 11:45:01 all 19.34 0.00 25.37 20.24 7.66 27.39 [2021-05-09T11:54:54.682Z] 11:45:01 0 18.91 0.00 24.41 17.51 8.47 30.70 [2021-05-09T11:54:54.682Z] 11:45:01 1 19.90 0.00 25.19 20.11 7.53 27.27 [2021-05-09T11:54:54.682Z] 11:45:01 2 19.49 0.00 26.55 21.87 7.21 24.89 [2021-05-09T11:54:54.682Z] 11:45:01 3 19.07 0.00 25.34 21.53 7.42 26.64 [2021-05-09T11:54:54.682Z] 11:46:01 all 57.55 0.00 15.82 8.58 5.67 12.39 [2021-05-09T11:54:54.682Z] 11:46:01 0 57.10 0.00 14.85 6.12 6.03 15.89 [2021-05-09T11:54:54.682Z] 11:46:01 1 57.88 0.00 16.93 10.00 5.38 9.81 [2021-05-09T11:54:54.682Z] 11:46:01 2 58.07 0.00 16.02 9.35 5.57 10.98 [2021-05-09T11:54:54.682Z] 11:46:01 3 57.13 0.00 15.49 8.84 5.69 12.85 [2021-05-09T11:54:54.682Z] 11:47:02 all 6.33 0.00 4.81 3.92 2.91 82.04 [2021-05-09T11:54:54.682Z] 11:47:02 0 4.86 0.00 4.38 5.57 3.01 82.18 [2021-05-09T11:54:54.682Z] 11:47:02 1 8.14 0.00 5.32 3.33 2.74 80.47 [2021-05-09T11:54:54.682Z] 11:47:02 2 6.85 0.00 4.67 3.14 2.91 82.44 [2021-05-09T11:54:54.682Z] 11:47:02 3 5.47 0.00 4.87 3.63 2.97 83.07 [2021-05-09T11:54:54.682Z] 11:48:01 all 0.14 0.00 0.05 0.00 0.06 99.76 [2021-05-09T11:54:54.682Z] 11:48:01 0 0.05 0.00 0.05 0.00 0.05 99.85 [2021-05-09T11:54:54.682Z] 11:48:01 1 0.37 0.00 0.08 0.00 0.17 99.37 [2021-05-09T11:54:54.682Z] 11:48:01 2 0.12 0.00 0.02 0.00 0.00 99.86 [2021-05-09T11:54:54.682Z] 11:48:01 3 0.00 0.00 0.03 0.00 0.00 99.97 [2021-05-09T11:54:54.682Z] 11:49:01 all 0.17 0.00 0.11 0.00 0.16 99.56 [2021-05-09T11:54:54.682Z] 11:49:01 0 0.05 0.00 0.05 0.00 0.15 99.75 [2021-05-09T11:54:54.682Z] 11:49:01 1 0.52 0.00 0.15 0.02 0.30 99.02 [2021-05-09T11:54:54.682Z] 11:49:01 2 0.07 0.00 0.22 0.00 0.07 99.65 [2021-05-09T11:54:54.682Z] 11:49:01 3 0.03 0.00 0.03 0.00 0.12 99.82 [2021-05-09T11:54:54.682Z] 11:50:01 all 0.10 0.00 0.04 0.00 0.10 99.76 [2021-05-09T11:54:54.682Z] 11:50:01 0 0.02 0.00 0.02 0.00 0.20 99.77 [2021-05-09T11:54:54.682Z] 11:50:01 1 0.33 0.00 0.07 0.00 0.12 99.48 [2021-05-09T11:54:54.682Z] 11:50:01 2 0.03 0.00 0.05 0.02 0.02 99.88 [2021-05-09T11:54:54.682Z] 11:50:01 3 0.02 0.00 0.02 0.00 0.05 99.92 [2021-05-09T11:54:54.682Z] 11:51:01 all 0.14 0.00 0.11 0.00 0.41 99.34 [2021-05-09T11:54:54.682Z] 11:51:01 0 0.03 0.00 0.03 0.00 0.42 99.52 [2021-05-09T11:54:54.682Z] 11:51:01 1 0.42 0.00 0.22 0.00 0.18 99.18 [2021-05-09T11:54:54.682Z] 11:51:01 2 0.07 0.00 0.13 0.00 0.53 99.27 [2021-05-09T11:54:54.682Z] 11:51:01 3 0.05 0.00 0.07 0.00 0.51 99.37 [2021-05-09T11:54:54.682Z] 11:52:01 all 0.08 0.00 0.05 0.00 0.15 99.71 [2021-05-09T11:54:54.682Z] 11:52:01 0 0.03 0.00 0.03 0.02 0.18 99.73 [2021-05-09T11:54:54.682Z] 11:52:01 1 0.02 0.00 0.02 0.00 0.07 99.90 [2021-05-09T11:54:54.682Z] 11:52:01 2 0.23 0.00 0.08 0.00 0.15 99.53 [2021-05-09T11:54:54.682Z] 11:52:01 3 0.05 0.00 0.07 0.00 0.22 99.67 [2021-05-09T11:54:54.682Z] 11:53:01 all 0.09 0.00 0.05 0.00 0.11 99.75 [2021-05-09T11:54:54.682Z] 11:53:01 0 0.03 0.00 0.02 0.00 0.07 99.88 [2021-05-09T11:54:54.682Z] 11:53:01 1 0.02 0.00 0.02 0.00 0.02 99.95 [2021-05-09T11:54:54.682Z] 11:53:01 2 0.27 0.00 0.08 0.00 0.23 99.42 [2021-05-09T11:54:54.682Z] 11:53:01 3 0.05 0.00 0.07 0.00 0.13 99.75 [2021-05-09T11:54:54.682Z] 11:54:01 all 0.10 0.00 0.05 0.00 0.18 99.68 [2021-05-09T11:54:54.682Z] 11:54:01 0 0.02 0.00 0.03 0.00 0.02 99.93 [2021-05-09T11:54:54.682Z] 11:54:01 1 0.02 0.00 0.03 0.00 0.27 99.68 [2021-05-09T11:54:54.682Z] 11:54:01 2 0.28 0.00 0.05 0.00 0.35 99.32 [2021-05-09T11:54:54.682Z] 11:54:01 3 0.07 0.00 0.07 0.00 0.08 99.78 [2021-05-09T11:54:54.682Z] [2021-05-09T11:54:54.682Z] Average: CPU %user %nice %system %iowait %steal %idle [2021-05-09T11:54:54.682Z] Average: all 17.31 0.00 9.09 4.41 10.26 58.93 [2021-05-09T11:54:54.682Z] Average: 0 17.41 0.00 9.14 3.97 10.78 58.70 [2021-05-09T11:54:54.682Z] Average: 1 16.90 0.00 8.84 4.40 10.43 59.43 [2021-05-09T11:54:54.682Z] Average: 2 17.66 0.00 9.20 5.00 9.90 58.24 [2021-05-09T11:54:54.682Z] Average: 3 17.27 0.00 9.16 4.29 9.95 59.34 [2021-05-09T11:54:54.682Z] [2021-05-09T11:54:54.682Z] [2021-05-09T11:54:54.682Z]