Pull request #3416 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of weichou1229 for edgexfoundry/edgex-go Loading trusted files from base branch master at 31468994070af38c8f9db93fe1a8ddc3ce05f196 rather than 1160d5ba54a31b35ea1e4c6d49e89833a7095427 Obtained Jenkinsfile from 31468994070af38c8f9db93fe1a8ddc3ce05f196 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 ‘prd-centos7-docker-4c-2g-2676’ Running on prd-centos7-docker-4c-2g-2677 in /w/workspace/edgexfoundry_edgex-go_PR-3416 [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 31468994070af38c8f9db93fe1a8ddc3ce05f196 into PR head commit 1160d5ba54a31b35ea1e4c6d49e89833a7095427 Merge succeeded, producing 1160d5ba54a31b35ea1e4c6d49e89833a7095427 Checking out Revision 1160d5ba54a31b35ea1e4c6d49e89833a7095427 (PR-3416) > 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/3416/head:refs/remotes/origin/PR-3416 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 1160d5ba54a31b35ea1e4c6d49e89833a7095427 # 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 31468994070af38c8f9db93fe1a8ddc3ce05f196 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 1160d5ba54a31b35ea1e4c6d49e89833a7095427 # timeout=10 Commit message: "fix: MaxResultCount limit the maximum number of returned objects" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-05-03T04:44:02.227Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-05-03T04:44:02.315Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-05-03T04:44:02.341Z] ========================================================= [2021-05-03T04:44:02.342Z] EdgeX Global Pipelines Version Info [2021-05-03T04:44:02.342Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-05-03T04:44:04.458Z] ------------------- [2021-05-03T04:44:04.458Z] stable info: [2021-05-03T04:44:04.458Z] ------------------- [2021-05-03T04:44:04.458Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-05-03T04:44:04.458Z] Commit SHA: aa25fb65c2461e649b1a162fbf19ec71f4863fbd [2021-05-03T04:44:04.458Z] Message: update stable to v1.0.191 [2021-05-03T04:44:05.031Z] ------------------- [2021-05-03T04:44:05.031Z] experimental info: [2021-05-03T04:44:05.031Z] ------------------- [2021-05-03T04:44:05.031Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-05-03T04:44:05.031Z] Commit SHA: aa25fb65c2461e649b1a162fbf19ec71f4863fbd [2021-05-03T04:44:05.031Z] Message: update experimental to v1.0.191 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-05-03T04:44:05.186Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-05-03T04:44:05.209Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-05-03T04:44:05.232Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-05-03T04:44:05.254Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-05-03T04:44:05.278Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-05-03T04:44:05.301Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.16 [Pipeline] echo [2021-05-03T04:44:05.324Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] echo [2021-05-03T04:44:05.347Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-05-03T04:44:05.369Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-05-03T04:44:05.392Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-05-03T04:44:05.414Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-05-03T04:44:05.437Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-05-03T04:44:05.458Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-05-03T04:44:05.481Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-05-03T04:44:05.503Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-05-03T04:44:05.525Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-05-03T04:44:05.557Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-05-03T04:44:05.581Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-05-03T04:44:05.604Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-05-03T04:44:05.626Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-05-03T04:44:05.683Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-05-03T04:44:05.706Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-05-03T04:44:05.732Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3416 [Pipeline] echo [2021-05-03T04:44:05.757Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3416 [Pipeline] echo [2021-05-03T04:44:05.790Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3416 [Pipeline] echo [2021-05-03T04:44:05.812Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 1160d5ba54a31b35ea1e4c6d49e89833a7095427 [Pipeline] echo [2021-05-03T04:44:05.835Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 1160d5b [Pipeline] echo [2021-05-03T04:44:05.862Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-05-03T04:44:05.937Z] provisioning config files... [2021-05-03T04:44:05.980Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/2@tmp/config9211872842893385014tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-05-03T04:44:06.315Z] ---> docker-login.sh [2021-05-03T04:44:06.315Z] nexus3.edgexfoundry.org:10001 [2021-05-03T04:44:06.579Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-03T04:44:06.841Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-03T04:44:06.841Z] Configure a credential helper to remove this warning. See [2021-05-03T04:44:06.841Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-03T04:44:06.841Z] [2021-05-03T04:44:06.841Z] Login Succeeded [2021-05-03T04:44:06.841Z] nexus3.edgexfoundry.org:10002 [2021-05-03T04:44:06.841Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-03T04:44:06.841Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-03T04:44:06.841Z] Configure a credential helper to remove this warning. See [2021-05-03T04:44:06.841Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-03T04:44:06.841Z] [2021-05-03T04:44:06.841Z] Login Succeeded [2021-05-03T04:44:06.841Z] nexus3.edgexfoundry.org:10003 [2021-05-03T04:44:07.103Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-03T04:44:07.103Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-03T04:44:07.103Z] Configure a credential helper to remove this warning. See [2021-05-03T04:44:07.103Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-03T04:44:07.103Z] [2021-05-03T04:44:07.103Z] Login Succeeded [2021-05-03T04:44:07.103Z] nexus3.edgexfoundry.org:10004 [2021-05-03T04:44:07.364Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-03T04:44:07.364Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-03T04:44:07.364Z] Configure a credential helper to remove this warning. See [2021-05-03T04:44:07.364Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-03T04:44:07.364Z] [2021-05-03T04:44:07.364Z] Login Succeeded [2021-05-03T04:44:07.364Z] docker.io [2021-05-03T04:44:07.364Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-03T04:44:07.626Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-03T04:44:07.626Z] Configure a credential helper to remove this warning. See [2021-05-03T04:44:07.626Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-03T04:44:07.626Z] [2021-05-03T04:44:07.626Z] Login Succeeded [2021-05-03T04:44:07.626Z] ---> docker-login.sh ends [Pipeline] } [2021-05-03T04:44:07.636Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-05-03T04:44:07.973Z] ++ 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-03T04:44:07.973Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-03T04:44:07.973Z] ++ dirname cmd/core-command/Dockerfile [2021-05-03T04:44:07.973Z] ++ cut -d/ -f2 [2021-05-03T04:44:07.973Z] + echo core-command,cmd/core-command/Dockerfile [2021-05-03T04:44:07.973Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-03T04:44:07.973Z] ++ dirname cmd/core-data/Dockerfile [2021-05-03T04:44:07.973Z] ++ cut -d/ -f2 [2021-05-03T04:44:07.973Z] + echo core-data,cmd/core-data/Dockerfile [2021-05-03T04:44:07.973Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-03T04:44:07.973Z] ++ dirname cmd/core-metadata/Dockerfile [2021-05-03T04:44:07.973Z] ++ cut -d/ -f2 [2021-05-03T04:44:07.973Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-05-03T04:44:07.973Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-03T04:44:07.973Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-05-03T04:44:07.973Z] ++ cut -d/ -f2 [2021-05-03T04:44:07.973Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-05-03T04:44:07.973Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-03T04:44:07.973Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-05-03T04:44:07.973Z] ++ cut -d/ -f2 [2021-05-03T04:44:07.973Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-05-03T04:44:07.973Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-03T04:44:07.973Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-05-03T04:44:07.973Z] ++ cut -d/ -f2 [2021-05-03T04:44:07.973Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-05-03T04:44:07.973Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-03T04:44:07.973Z] ++ dirname cmd/support-notifications/Dockerfile [2021-05-03T04:44:07.973Z] ++ cut -d/ -f2 [2021-05-03T04:44:07.973Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-05-03T04:44:07.973Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-03T04:44:07.973Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-05-03T04:44:07.973Z] ++ cut -d/ -f2 [2021-05-03T04:44:07.973Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-05-03T04:44:07.973Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-03T04:44:07.973Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-05-03T04:44:07.973Z] ++ cut -d/ -f2 [2021-05-03T04:44:07.973Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-05-03T04:44:08.061Z] 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-03T04:44:10.281Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-03T04:44:10.281Z] [2021-05-03T04:44:10.281Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-05-03T04:44:10.592Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-03T04:44:10.592Z] latest: Pulling from edgex-devops/git-semver [2021-05-03T04:44:10.592Z] 31603596830f: Pulling fs layer [2021-05-03T04:44:10.592Z] 54011a49482f: Pulling fs layer [2021-05-03T04:44:10.592Z] a6820b24f6d8: Pulling fs layer [2021-05-03T04:44:10.592Z] f581987b2513: Pulling fs layer [2021-05-03T04:44:10.592Z] f581987b2513: Waiting [2021-05-03T04:44:10.592Z] 54011a49482f: Verifying Checksum [2021-05-03T04:44:10.592Z] 54011a49482f: Download complete [2021-05-03T04:44:10.592Z] 31603596830f: Download complete [2021-05-03T04:44:10.859Z] f581987b2513: Verifying Checksum [2021-05-03T04:44:10.859Z] f581987b2513: Download complete [2021-05-03T04:44:10.859Z] a6820b24f6d8: Verifying Checksum [2021-05-03T04:44:10.859Z] a6820b24f6d8: Download complete [2021-05-03T04:44:11.122Z] 31603596830f: Pull complete [2021-05-03T04:44:11.384Z] 54011a49482f: Pull complete [2021-05-03T04:44:11.962Z] a6820b24f6d8: Pull complete [2021-05-03T04:44:12.224Z] f581987b2513: Pull complete [2021-05-03T04:44:12.224Z] Digest: sha256:772af3cb61214e5a22880db9bb273bb039d0aa3a8f4edfa0c1def8b4e20ea536 [2021-05-03T04:44:12.224Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-03T04:44:12.224Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-05-03T04:44:12.343Z] prd-centos7-docker-4c-2g-2677 does not seem to be running inside a container [2021-05-03T04:44:12.398Z] $ 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 ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-05-03T04:44:15.030Z] $ docker top 525e67e388c5a6b9c00a005ab063ef4779df380e307662a23438e8aee0c9bb82 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-05-03T04:44:15.264Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-05-03T04:44:15.264Z] [ssh-agent] Looking for ssh-agent implementation... [2021-05-03T04:44:15.496Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-05-03T04:44:15.500Z] $ docker exec 525e67e388c5a6b9c00a005ab063ef4779df380e307662a23438e8aee0c9bb82 ssh-agent [2021-05-03T04:44:15.680Z] SSH_AUTH_SOCK=/tmp/ssh-hDyNoQc4gnij/agent.11 [2021-05-03T04:44:15.680Z] SSH_AGENT_PID=17 [2021-05-03T04:44:15.693Z] Running ssh-add (command line suppressed) [2021-05-03T04:44:15.814Z] Identity added: /w/workspace/edgex-go/2@tmp/private_key_3544338872571701883.key (/w/workspace/edgex-go/2@tmp/private_key_3544338872571701883.key) [2021-05-03T04:44:15.869Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-05-03T04:44:16.169Z] + git tag --points-at HEAD [Pipeline] } [2021-05-03T04:44:16.190Z] $ docker exec --env ******** --env ******** 525e67e388c5a6b9c00a005ab063ef4779df380e307662a23438e8aee0c9bb82 ssh-agent -k [2021-05-03T04:44:16.306Z] unset SSH_AUTH_SOCK; [2021-05-03T04:44:16.306Z] unset SSH_AGENT_PID; [2021-05-03T04:44:16.306Z] echo Agent pid 17 killed; [2021-05-03T04:44:16.353Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-05-03T04:44:16.408Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-05-03T04:44:16.409Z] [ssh-agent] Looking for ssh-agent implementation... [2021-05-03T04:44:16.580Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-05-03T04:44:16.584Z] $ docker exec 525e67e388c5a6b9c00a005ab063ef4779df380e307662a23438e8aee0c9bb82 ssh-agent [2021-05-03T04:44:16.749Z] SSH_AUTH_SOCK=/tmp/ssh-7d2GuQL5G4o5/agent.47 [2021-05-03T04:44:16.749Z] SSH_AGENT_PID=52 [2021-05-03T04:44:16.755Z] Running ssh-add (command line suppressed) [2021-05-03T04:44:16.876Z] Identity added: /w/workspace/edgex-go/2@tmp/private_key_7059106469001151100.key (/w/workspace/edgex-go/2@tmp/private_key_7059106469001151100.key) [2021-05-03T04:44:16.927Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-05-03T04:44:17.234Z] + git semver init [2021-05-03T04:44:17.234Z] # -> Open(): unable to determine branch for HEAD [2021-05-03T04:44:17.234Z] # $GIT_DIR = /w/workspace/edgex-go/2/.git [2021-05-03T04:44:17.234Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/2 [2021-05-03T04:44:17.234Z] # $SEMVER_REMOTE_NAME = origin [2021-05-03T04:44:17.234Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-05-03T04:44:17.234Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-05-03T04:44:17.234Z] # $SEMVER_BRANCH = PR-3416 [2021-05-03T04:44:17.234Z] # $SEMVER_TEMP = /tmp/semver-250107033 [2021-05-03T04:44:17.234Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-05-03T04:44:35.400Z] # '/tmp/semver-250107033' -> '/w/workspace/edgex-go/2/.semver' [2021-05-03T04:44:35.400Z] # -> Force: false [2021-05-03T04:44:35.400Z] # $SEMVER_DIR = /w/workspace/edgex-go/2/.semver [Pipeline] } [2021-05-03T04:44:35.414Z] $ docker exec --env ******** --env ******** 525e67e388c5a6b9c00a005ab063ef4779df380e307662a23438e8aee0c9bb82 ssh-agent -k [2021-05-03T04:44:35.679Z] unset SSH_AUTH_SOCK; [2021-05-03T04:44:35.679Z] unset SSH_AGENT_PID; [2021-05-03T04:44:35.679Z] echo Agent pid 52 killed; [2021-05-03T04:44:35.763Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-05-03T04:44:36.092Z] + git semver [Pipeline] } [2021-05-03T04:44:36.111Z] $ docker stop --time=1 525e67e388c5a6b9c00a005ab063ef4779df380e307662a23438e8aee0c9bb82 [2021-05-03T04:44:37.798Z] $ docker rm -f 525e67e388c5a6b9c00a005ab063ef4779df380e307662a23438e8aee0c9bb82 [Pipeline] // withDockerContainer [Pipeline] sh [2021-05-03T04:44:38.257Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-05-03T04:44:38.678Z] Stashed 1 file(s) [Pipeline] echo [2021-05-03T04:44:38.681Z] [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-03T04:44:39.209Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-05-03T04:44:39.511Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-05-03T04:44:39.807Z] + sudo service docker restart [2021-05-03T04:44:39.807Z] + true [2021-05-03T04:44:39.807Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-05-03T04:44:40.395Z] ========================================================= [2021-05-03T04:44:40.395Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine] [2021-05-03T04:44:40.395Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-05-03T04:44:40.703Z] + 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-03T04:44:45.017Z] Sending build context to Docker daemon 329.8MB [2021-05-03T04:44:45.017Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-05-03T04:44:45.017Z] Step 2/6 : FROM ${BASE} [2021-05-03T04:44:45.017Z] 1.16-alpine: Pulling from edgex-devops/edgex-golang-base [2021-05-03T04:44:45.017Z] 540db60ca938: Pulling fs layer [2021-05-03T04:44:45.017Z] adcc1eea9eea: Pulling fs layer [2021-05-03T04:44:45.017Z] 4c4ab2625f07: Pulling fs layer [2021-05-03T04:44:45.017Z] 0510c868ecb4: Pulling fs layer [2021-05-03T04:44:45.017Z] afea3b2eda06: Pulling fs layer [2021-05-03T04:44:45.017Z] 7809a108b3ef: Pulling fs layer [2021-05-03T04:44:45.017Z] f706445af74f: Pulling fs layer [2021-05-03T04:44:45.017Z] 0510c868ecb4: Waiting [2021-05-03T04:44:45.017Z] afea3b2eda06: Waiting [2021-05-03T04:44:45.017Z] 7809a108b3ef: Waiting [2021-05-03T04:44:45.017Z] f706445af74f: Waiting [2021-05-03T04:44:45.017Z] adcc1eea9eea: Verifying Checksum [2021-05-03T04:44:45.017Z] adcc1eea9eea: Download complete [2021-05-03T04:44:45.017Z] 4c4ab2625f07: Verifying Checksum [2021-05-03T04:44:45.017Z] 4c4ab2625f07: Download complete [2021-05-03T04:44:45.017Z] afea3b2eda06: Verifying Checksum [2021-05-03T04:44:45.017Z] afea3b2eda06: Download complete [2021-05-03T04:44:45.017Z] 540db60ca938: Verifying Checksum [2021-05-03T04:44:45.017Z] 540db60ca938: Download complete [2021-05-03T04:44:45.017Z] 7809a108b3ef: Verifying Checksum [2021-05-03T04:44:45.017Z] 7809a108b3ef: Download complete [2021-05-03T04:44:45.017Z] 540db60ca938: Pull complete [2021-05-03T04:44:45.279Z] adcc1eea9eea: Pull complete [2021-05-03T04:44:45.279Z] 4c4ab2625f07: Pull complete [2021-05-03T04:44:46.673Z] f706445af74f: Verifying Checksum [2021-05-03T04:44:46.673Z] f706445af74f: Download complete [2021-05-03T04:44:47.247Z] 0510c868ecb4: Verifying Checksum [2021-05-03T04:44:47.247Z] 0510c868ecb4: Download complete [2021-05-03T04:44:52.584Z] 0510c868ecb4: Pull complete [2021-05-03T04:44:52.584Z] afea3b2eda06: Pull complete [2021-05-03T04:44:52.584Z] 7809a108b3ef: Pull complete [2021-05-03T04:44:53.835Z] Still waiting to schedule task [2021-05-03T04:44:53.835Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-2316’ is offline [2021-05-03T04:44:56.801Z] f706445af74f: Pull complete [2021-05-03T04:44:56.801Z] Digest: sha256:3789524f83b4b99ff44900c39f6da7fc44f99660cd9adf292610dec398b137f4 [2021-05-03T04:44:56.801Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [2021-05-03T04:44:56.801Z] ---> b068be0155e3 [2021-05-03T04:44:56.801Z] 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-03T04:44:57.064Z] ---> Running in 96dff7fb15e2 [2021-05-03T04:44:57.640Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-03T04:44:58.586Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-03T04:44:58.848Z] (1/12) Installing libmagic (5.39-r0) [2021-05-03T04:44:59.427Z] (2/12) Installing file (5.39-r0) [2021-05-03T04:44:59.427Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-05-03T04:44:59.427Z] (4/12) Installing g++ (10.2.1_pre1-r3) [2021-05-03T04:45:03.649Z] (5/12) Installing fortify-headers (1.1-r0) [2021-05-03T04:45:03.649Z] (6/12) Installing patch (2.7.6-r6) [2021-05-03T04:45:03.649Z] (7/12) Installing build-base (0.5-r2) [2021-05-03T04:45:03.649Z] (8/12) Installing libsodium (1.0.18-r0) [2021-05-03T04:45:03.649Z] (9/12) Installing pkgconf (1.7.3-r0) [2021-05-03T04:45:03.649Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-05-03T04:45:03.649Z] (11/12) Installing libzmq (4.3.3-r1) [2021-05-03T04:45:03.918Z] (12/12) Installing zeromq-dev (4.3.3-r1) [2021-05-03T04:45:03.918Z] Executing busybox-1.32.1-r6.trigger [2021-05-03T04:45:03.918Z] OK: 219 MiB in 52 packages [2021-05-03T04:45:07.253Z] Removing intermediate container 96dff7fb15e2 [2021-05-03T04:45:07.253Z] ---> e9aa9cf0acf4 [2021-05-03T04:45:07.253Z] Step 4/6 : WORKDIR /edgex-go [2021-05-03T04:45:07.253Z] ---> Running in 1f3f016b627f [2021-05-03T04:45:07.514Z] Removing intermediate container 1f3f016b627f [2021-05-03T04:45:07.514Z] ---> 4833dd6742a8 [2021-05-03T04:45:07.514Z] Step 5/6 : COPY go.mod . [2021-05-03T04:45:07.777Z] ---> f66cb3e2f619 [2021-05-03T04:45:07.777Z] Step 6/6 : RUN go mod download [2021-05-03T04:45:07.777Z] ---> Running in 43a907f6b727 [2021-05-03T04:45:34.432Z] Removing intermediate container 43a907f6b727 [2021-05-03T04:45:34.433Z] ---> 813c1e5f861b [2021-05-03T04:45:34.433Z] Successfully built 813c1e5f861b [2021-05-03T04:45:34.433Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-05-03T04:45:34.744Z] + docker inspect -f . ci-base-image-x86_64 [2021-05-03T04:45:34.744Z] . [Pipeline] withDockerContainer [2021-05-03T04:45:34.845Z] prd-centos7-docker-4c-2g-2677 does not seem to be running inside a container [2021-05-03T04:45:34.890Z] $ 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 ******** -e ******** ci-base-image-x86_64 cat [2021-05-03T04:45:35.674Z] $ docker top 60cd7fb8a0869991b7919045c2daaea59f52bdc26e734021dc534175aca7f255 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-03T04:45:36.084Z] + go version [2021-05-03T04:45:36.085Z] go version go1.16.3 linux/amd64 [Pipeline] } [2021-05-03T04:45:36.099Z] $ docker stop --time=1 60cd7fb8a0869991b7919045c2daaea59f52bdc26e734021dc534175aca7f255 [2021-05-03T04:45:37.438Z] $ docker rm -f 60cd7fb8a0869991b7919045c2daaea59f52bdc26e734021dc534175aca7f255 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-03T04:45:37.932Z] + docker inspect -f . ci-base-image-x86_64 [2021-05-03T04:45:37.932Z] . [Pipeline] withDockerContainer [2021-05-03T04:45:38.027Z] prd-centos7-docker-4c-2g-2677 does not seem to be running inside a container [2021-05-03T04:45:38.077Z] $ 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 ******** -e ******** ci-base-image-x86_64 cat [2021-05-03T04:45:38.793Z] $ docker top 1bbe078cfe2d89b65a1e6467926550a6984116810e4d5692b3f2eadbd16f2c7b -eo pid,comm [Pipeline] { [Pipeline] echo [2021-05-03T04:45:38.954Z] ========================================================= [2021-05-03T04:45:38.954Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-05-03T04:45:38.954Z] ========================================================= [Pipeline] sh [2021-05-03T04:45:39.244Z] + go mod tidy [Pipeline] sh [2021-05-03T04:45:41.476Z] + make test [2021-05-03T04:45:41.476Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-05-03T04:45:49.662Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-05-03T04:46:11.809Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-05-03T04:46:16.082Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-05-03T04:46:16.082Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-05-03T04:46:16.082Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-05-03T04:46:19.422Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-05-03T04:46:19.422Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-05-03T04:46:19.422Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-05-03T04:46:19.422Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-05-03T04:46:20.392Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-05-03T04:46:20.988Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-05-03T04:46:23.571Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-05-03T04:46:23.571Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-05-03T04:46:23.571Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-05-03T04:46:25.535Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.125s coverage: 45.9% of statements [2021-05-03T04:46:25.535Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-05-03T04:46:25.535Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-05-03T04:46:25.535Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-05-03T04:46:25.535Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-05-03T04:46:25.535Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-05-03T04:46:25.535Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-05-03T04:46:25.535Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.063s coverage: 19.8% of statements [2021-05-03T04:46:25.535Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.127s coverage: 100.0% of statements [2021-05-03T04:46:29.832Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.152s coverage: 27.1% of statements [2021-05-03T04:46:29.832Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-05-03T04:46:29.832Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-05-03T04:46:29.832Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-05-03T04:46:29.832Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-05-03T04:46:29.832Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-05-03T04:46:29.832Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-05-03T04:46:29.832Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.065s coverage: 100.0% of statements [2021-05-03T04:46:29.832Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-05-03T04:46:29.832Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.080s coverage: 100.0% of statements [2021-05-03T04:46:29.832Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-05-03T04:46:29.832Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-05-03T04:46:29.832Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.095s coverage: 71.3% of statements [2021-05-03T04:46:29.832Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-05-03T04:46:29.832Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-05-03T04:46:29.832Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.179s coverage: 87.7% of statements [2021-05-03T04:46:29.832Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-05-03T04:46:29.832Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-05-03T04:46:29.832Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.066s coverage: 78.9% of statements [2021-05-03T04:46:29.832Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-05-03T04:46:32.429Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.326s coverage: 28.6% of statements [2021-05-03T04:46:32.429Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-05-03T04:46:32.429Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-05-03T04:46:32.429Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-05-03T04:46:32.429Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-05-03T04:46:32.429Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-05-03T04:46:32.429Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.116s coverage: 100.0% of statements [2021-05-03T04:46:32.429Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-05-03T04:46:32.429Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.051s coverage: 100.0% of statements [2021-05-03T04:46:32.429Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-05-03T04:46:32.429Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.209s coverage: 86.7% of statements [2021-05-03T04:46:32.429Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-05-03T04:46:32.430Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.152s coverage: 97.5% of statements [2021-05-03T04:46:32.430Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-05-03T04:46:32.430Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.076s coverage: 78.3% of statements [2021-05-03T04:46:32.430Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-05-03T04:46:32.430Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-05-03T04:46:32.430Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-05-03T04:46:32.430Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-05-03T04:46:35.021Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.382s coverage: 95.1% of statements [2021-05-03T04:46:35.021Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-05-03T04:46:35.021Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-05-03T04:46:35.021Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-05-03T04:46:35.021Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-05-03T04:46:35.021Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-05-03T04:46:35.021Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-05-03T04:46:35.021Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-05-03T04:46:35.021Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-05-03T04:46:35.021Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-05-03T04:46:35.021Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-05-03T04:46:35.021Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-05-03T04:46:35.021Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-05-03T04:46:35.021Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-05-03T04:46:35.021Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-05-03T04:46:35.021Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-05-03T04:46:35.021Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-05-03T04:46:35.021Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-05-03T04:46:35.021Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-05-03T04:46:35.021Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.059s coverage: 58.8% of statements [2021-05-03T04:46:35.021Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-05-03T04:46:35.021Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-05-03T04:46:35.021Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.068s coverage: 0.9% of statements [2021-05-03T04:46:35.021Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-05-03T04:46:35.021Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils 0.058s coverage: 22.6% of statements [2021-05-03T04:46:35.021Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-05-03T04:46:35.021Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.090s coverage: 47.1% of statements [2021-05-03T04:46:35.021Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.075s coverage: 79.5% of statements [2021-05-03T04:46:35.021Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.076s coverage: 94.1% of statements [2021-05-03T04:46:35.294Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.079s coverage: 96.3% of statements [2021-05-03T04:46:35.294Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.060s coverage: 87.5% of statements [2021-05-03T04:46:47.551Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.055s coverage: 94.4% of statements [2021-05-03T04:46:47.551Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.054s coverage: 44.8% of statements [2021-05-03T04:46:50.114Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.228s coverage: 81.8% of statements [2021-05-03T04:46:50.114Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2021-05-03T04:46:56.825Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-2678 in /w/workspace/edgexfoundry_edgex-go_PR-3416 [Pipeline] { [Pipeline] ws [2021-05-03T04:46:56.843Z] Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] checkout [2021-05-03T04:46:58.314Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.094s coverage: 92.9% of statements [2021-05-03T04:46:58.314Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-05-03T04:46:58.314Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-05-03T04:46:58.314Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-05-03T04:46:58.314Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.032s coverage: 77.8% of statements [2021-05-03T04:46:58.314Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-05-03T04:46:58.314Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-05-03T04:46:58.314Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-05-03T04:46:58.314Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-05-03T04:46:58.314Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-05-03T04:46:58.314Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.043s coverage: 87.2% of statements [2021-05-03T04:46:58.314Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-05-03T04:46:58.314Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-05-03T04:46:58.314Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.054s coverage: 100.0% of statements [2021-05-03T04:46:58.314Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-05-03T04:46:58.314Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.065s coverage: 75.5% of statements [2021-05-03T04:46:58.314Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-05-03T04:46:58.314Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.058s coverage: 80.8% of statements [2021-05-03T04:46:58.314Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.085s coverage: 87.2% of statements [2021-05-03T04:46:58.314Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.065s coverage: 84.6% of statements [2021-05-03T04:46:58.314Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.109s coverage: 91.6% of statements [2021-05-03T04:46:58.314Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-05-03T04:46:58.314Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.185s coverage: 64.4% of statements [2021-05-03T04:46:58.314Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-05-03T04:46:58.314Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-05-03T04:46:58.314Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.054s coverage: 100.0% of statements [2021-05-03T04:46:58.314Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.037s coverage: 91.3% of statements [2021-05-03T04:46:58.314Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.027s coverage: 100.0% of statements [2021-05-03T04:46:58.314Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.033s coverage: 73.7% of statements [2021-05-03T04:46:58.314Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.033s coverage: 100.0% of statements [2021-05-03T04:46:58.314Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.328s coverage: 69.0% of statements [2021-05-03T04:46:58.314Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-05-03T04:46:58.314Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-05-03T04:46:58.314Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-05-03T04:46:58.314Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.169s coverage: 40.5% of statements [2021-05-03T04:46:58.314Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-05-03T04:46:58.314Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-05-03T04:46:58.314Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.044s coverage: 89.5% of statements [2021-05-03T04:46:58.314Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-05-03T04:46:58.314Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.041s coverage: 84.8% of statements [2021-05-03T04:46:58.314Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.142s coverage: 47.0% of statements [2021-05-03T04:46:58.314Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-05-03T04:46:58.314Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-05-03T04:46:58.314Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-05-03T04:46:58.314Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-05-03T04:46:58.314Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-05-03T04:46:58.314Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.058s coverage: 100.0% of statements [2021-05-03T04:46:58.314Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-05-03T04:46:58.314Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.051s coverage: 100.0% of statements [2021-05-03T04:46:58.314Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-05-03T04:46:58.314Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-05-03T04:46:58.314Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 0.054s coverage: 9.6% of statements [2021-05-03T04:46:58.314Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-05-03T04:46:58.314Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.155s coverage: 92.6% of statements [2021-05-03T04:46:58.314Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-05-03T04:46:58.314Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-05-03T04:46:58.314Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-05-03T04:46:58.906Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.807s coverage: 28.7% of statements [2021-05-03T04:46:58.906Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-05-03T04:46:58.906Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-05-03T04:46:58.906Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-05-03T04:46:58.906Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-05-03T04:46:58.906Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-05-03T04:46:58.906Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.067s coverage: 99.0% of statements [2021-05-03T04:46:58.906Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-05-03T04:46:58.906Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.079s coverage: 100.0% of statements [2021-05-03T04:46:58.906Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-05-03T04:46:58.906Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-05-03T04:46:58.906Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-05-03T04:46:58.906Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application/scheduler 0.066s coverage: 64.6% of statements [2021-05-03T04:46:58.906Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-05-03T04:46:59.492Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.102s coverage: 97.6% of statements [2021-05-03T04:46:59.492Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-05-03T04:46:59.492Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-05-03T04:46:59.492Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-05-03T04:46:59.492Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.027s coverage: 0.0% of statements [2021-05-03T04:46:59.492Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-05-03T04:46:59.492Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.039s coverage: 100.0% of statements [2021-05-03T04:46:59.492Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-05-03T04:46:59.492Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-05-03T04:46:59.492Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-05-03T04:46:59.492Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-05-03T04:46:59.757Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.044s coverage: 87.9% of statements [2021-05-03T04:46:59.757Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-05-03T04:46:59.757Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-05-03T04:46:59.757Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.039s coverage: 100.0% of statements [2021-05-03T04:47:00.020Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.045s coverage: 28.1% of statements [2021-05-03T04:47:00.284Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements [2021-05-03T04:47:00.860Z] GO111MODULE=on go vet ./... [2021-05-03T04:47:02.442Z] using credential edgex-jenkins-ssh [2021-05-03T04:47:02.462Z] Cloning the remote Git repository [2021-05-03T04:47:02.611Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-05-03T04:47:02.761Z] > git init /w/workspace/edgex-go/2 # timeout=10 [2021-05-03T04:47:02.826Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-05-03T04:47:02.827Z] > git --version # timeout=10 [2021-05-03T04:47:02.846Z] > git --version # 'git version 2.17.1' [2021-05-03T04:47:02.848Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-03T04:47:02.926Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-03T04:47:18.396Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-05-03T04:47:18.412Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-03T04:47:18.435Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-05-03T04:47:18.472Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-05-03T04:47:18.473Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-03T04:47:18.484Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3416/head:refs/remotes/origin/PR-3416 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-05-03T04:47:19.343Z] Merging remotes/origin/master commit 31468994070af38c8f9db93fe1a8ddc3ce05f196 into PR head commit 1160d5ba54a31b35ea1e4c6d49e89833a7095427 [2021-05-03T04:47:19.772Z] Merge succeeded, producing 1160d5ba54a31b35ea1e4c6d49e89833a7095427 [2021-05-03T04:47:19.773Z] Checking out Revision 1160d5ba54a31b35ea1e4c6d49e89833a7095427 (PR-3416) [2021-05-03T04:47:19.362Z] > git config core.sparsecheckout # timeout=10 [2021-05-03T04:47:19.383Z] > git checkout -f 1160d5ba54a31b35ea1e4c6d49e89833a7095427 # timeout=10 [2021-05-03T04:47:19.695Z] > git remote # timeout=10 [2021-05-03T04:47:19.712Z] > git config --get remote.origin.url # timeout=10 [2021-05-03T04:47:19.724Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-03T04:47:19.735Z] > git merge 31468994070af38c8f9db93fe1a8ddc3ce05f196 # timeout=10 [2021-05-03T04:47:19.760Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-05-03T04:47:19.782Z] > git config core.sparsecheckout # timeout=10 [2021-05-03T04:47:19.802Z] > git checkout -f 1160d5ba54a31b35ea1e4c6d49e89833a7095427 # timeout=10 [2021-05-03T04:47:24.160Z] Commit message: "fix: MaxResultCount limit the maximum number of returned objects" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-05-03T04:47:25.732Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-05-03T04:47:26.132Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-05-03T04:47:26.476Z] + sudo service docker restart [2021-05-03T04:47:26.476Z] + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-05-03T04:47:29.140Z] provisioning config files... [2021-05-03T04:47:29.183Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/2@tmp/config5715891318290591713tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-05-03T04:47:29.550Z] ---> docker-login.sh [2021-05-03T04:47:29.551Z] nexus3.edgexfoundry.org:10001 [2021-05-03T04:47:30.538Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-03T04:47:30.816Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-03T04:47:30.816Z] Configure a credential helper to remove this warning. See [2021-05-03T04:47:30.816Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-03T04:47:30.816Z] [2021-05-03T04:47:30.816Z] Login Succeeded [2021-05-03T04:47:30.816Z] nexus3.edgexfoundry.org:10002 [2021-05-03T04:47:31.425Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-03T04:47:31.425Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-03T04:47:31.425Z] Configure a credential helper to remove this warning. See [2021-05-03T04:47:31.425Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-03T04:47:31.425Z] [2021-05-03T04:47:31.425Z] Login Succeeded [2021-05-03T04:47:31.425Z] nexus3.edgexfoundry.org:10003 [2021-05-03T04:47:32.022Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-03T04:47:32.022Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-03T04:47:32.022Z] Configure a credential helper to remove this warning. See [2021-05-03T04:47:32.022Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-03T04:47:32.022Z] [2021-05-03T04:47:32.022Z] Login Succeeded [2021-05-03T04:47:32.022Z] nexus3.edgexfoundry.org:10004 [2021-05-03T04:47:32.296Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-03T04:47:32.570Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-03T04:47:32.570Z] Configure a credential helper to remove this warning. See [2021-05-03T04:47:32.570Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-03T04:47:32.570Z] [2021-05-03T04:47:32.570Z] Login Succeeded [2021-05-03T04:47:32.570Z] docker.io [2021-05-03T04:47:33.126Z] gofmt -l . [2021-05-03T04:47:33.126Z] [ "`gofmt -l .`" = "" ] [2021-05-03T04:47:33.164Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-03T04:47:33.436Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-03T04:47:33.436Z] Configure a credential helper to remove this warning. See [2021-05-03T04:47:33.436Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-03T04:47:33.436Z] [2021-05-03T04:47:33.436Z] Login Succeeded [2021-05-03T04:47:33.436Z] ---> docker-login.sh ends [Pipeline] } [2021-05-03T04:47:33.452Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-05-03T04:47:33.727Z] ========================================================= [2021-05-03T04:47:33.727Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine] [2021-05-03T04:47:33.727Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-05-03T04:47:34.063Z] + 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-03T04:47:34.074Z] ./bin/test-go-mod-tidy.sh [2021-05-03T04:47:34.340Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-05-03T04:47:35.852Z] + ls -al . [2021-05-03T04:47:35.852Z] total 812 [2021-05-03T04:47:35.852Z] drwxrwxr-x 10 1001 1001 4096 May 3 04:47 . [2021-05-03T04:47:35.852Z] drwxr-xr-x 4 root root 28 May 3 04:45 .. [2021-05-03T04:47:35.852Z] -rw-rw-r-- 1 1001 1001 11 May 3 04:43 .dockerignore [2021-05-03T04:47:35.852Z] drwxrwxr-x 8 1001 1001 179 May 3 04:44 .git [2021-05-03T04:47:35.852Z] drwxrwxr-x 3 1001 1001 125 May 3 04:43 .github [2021-05-03T04:47:35.852Z] -rw-rw-r-- 1 1001 1001 818 May 3 04:43 .gitignore [2021-05-03T04:47:35.852Z] drwx------ 3 1001 1001 60 May 3 04:44 .semver [2021-05-03T04:47:35.852Z] -rw-rw-r-- 1 1001 1001 166 May 3 04:43 .sonarcloud.properties [2021-05-03T04:47:35.852Z] -rw-rw-r-- 1 1001 1001 8609 May 3 04:43 Attribution.txt [2021-05-03T04:47:35.852Z] -rw-rw-r-- 1 1001 1001 3804 May 3 04:43 CONTRIBUTING.md [2021-05-03T04:47:35.852Z] -rw-rw-r-- 1 1001 1001 931 May 3 04:43 Dockerfile.build [2021-05-03T04:47:35.852Z] -rw-rw-r-- 1 1001 1001 863 May 3 04:43 Jenkinsfile [2021-05-03T04:47:35.852Z] -rw-rw-r-- 1 1001 1001 10775 May 3 04:43 LICENSE [2021-05-03T04:47:35.852Z] -rw-rw-r-- 1 1001 1001 5774 May 3 04:43 Makefile [2021-05-03T04:47:35.852Z] -rw-rw-r-- 1 1001 1001 7978 May 3 04:43 README.md [2021-05-03T04:47:35.852Z] -rw-rw-r-- 1 1001 1001 6755 May 3 04:43 SECURITY.md [2021-05-03T04:47:35.852Z] -rw-rw-r-- 1 1001 1001 5 May 3 04:44 VERSION [2021-05-03T04:47:35.852Z] -rw-rw-r-- 1 1001 1001 4131 May 3 04:43 ZMQWindows.md [2021-05-03T04:47:35.852Z] drwxrwxr-x 2 1001 1001 117 May 3 04:43 bin [2021-05-03T04:47:35.852Z] drwxrwxr-x 14 1001 1001 4096 May 3 04:43 cmd [2021-05-03T04:47:35.852Z] -rw-r--r-- 1 root root 703681 May 3 04:47 coverage.out [2021-05-03T04:47:35.852Z] -rw-r--r-- 1 root root 1060 May 3 04:47 go.mod [2021-05-03T04:47:35.852Z] -rw-r--r-- 1 root root 22420 May 3 04:45 go.sum [2021-05-03T04:47:35.852Z] drwxrwxr-x 8 1001 1001 127 May 3 04:43 internal [2021-05-03T04:47:35.852Z] drwxrwxr-x 4 1001 1001 26 May 3 04:43 openapi [2021-05-03T04:47:35.852Z] drwxrwxr-x 4 1001 1001 71 May 3 04:43 snap [2021-05-03T04:47:35.852Z] -rw-rw-r-- 1 1001 1001 168 May 3 04:43 version.go [Pipeline] sh [2021-05-03T04:47:36.335Z] + '[' -e coverage.out ] [2021-05-03T04:47:36.335Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-05-03T04:47:36.545Z] Stashed 1 file(s) [Pipeline] sh [2021-05-03T04:47:36.706Z] Sending build context to Docker daemon 167.5MB [2021-05-03T04:47:36.706Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-05-03T04:47:36.706Z] Step 2/6 : FROM ${BASE} [2021-05-03T04:47:36.706Z] 1.16-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-05-03T04:47:36.706Z] 595b0fe564bb: Pulling fs layer [2021-05-03T04:47:36.706Z] 7186ed65a4f7: Pulling fs layer [2021-05-03T04:47:36.706Z] 316046926c0a: Pulling fs layer [2021-05-03T04:47:36.706Z] 4ebd0625c992: Pulling fs layer [2021-05-03T04:47:36.706Z] 207e8628e3a3: Pulling fs layer [2021-05-03T04:47:36.706Z] c791037a9be2: Pulling fs layer [2021-05-03T04:47:36.706Z] ffd874e62e21: Pulling fs layer [2021-05-03T04:47:36.706Z] 207e8628e3a3: Waiting [2021-05-03T04:47:36.706Z] c791037a9be2: Waiting [2021-05-03T04:47:36.706Z] ffd874e62e21: Waiting [2021-05-03T04:47:36.706Z] 4ebd0625c992: Waiting [2021-05-03T04:47:36.706Z] 316046926c0a: Verifying Checksum [2021-05-03T04:47:36.706Z] 316046926c0a: Download complete [2021-05-03T04:47:36.706Z] 7186ed65a4f7: Download complete [2021-05-03T04:47:36.706Z] 207e8628e3a3: Verifying Checksum [2021-05-03T04:47:36.706Z] 207e8628e3a3: Download complete [2021-05-03T04:47:36.706Z] c791037a9be2: Verifying Checksum [2021-05-03T04:47:36.706Z] c791037a9be2: Download complete [2021-05-03T04:47:36.706Z] 595b0fe564bb: Verifying Checksum [2021-05-03T04:47:36.706Z] 595b0fe564bb: Download complete [2021-05-03T04:47:36.837Z] + make build [2021-05-03T04:47:36.837Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-05-03T04:47:37.301Z] 595b0fe564bb: Pull complete [2021-05-03T04:47:37.575Z] 7186ed65a4f7: Pull complete [2021-05-03T04:47:38.171Z] 316046926c0a: Pull complete [2021-05-03T04:47:38.760Z] 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-03T04:47:39.146Z] ffd874e62e21: Verifying Checksum [2021-05-03T04:47:39.146Z] ffd874e62e21: Download complete [2021-05-03T04:47:40.594Z] 4ebd0625c992: Verifying Checksum [2021-05-03T04:47:40.595Z] 4ebd0625c992: Download complete [2021-05-03T04:47:48.847Z] 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-03T04:47:49.425Z] 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-03T04:47:50.764Z] 4ebd0625c992: Pull complete [2021-05-03T04:47:50.764Z] 207e8628e3a3: Pull complete [2021-05-03T04:47:50.764Z] c791037a9be2: Pull complete [2021-05-03T04:47:51.350Z] 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-03T04:47:51.350Z] 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-03T04:47:52.761Z] 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-03T04:47:54.150Z] 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-03T04:47:54.170Z] ffd874e62e21: Pull complete [2021-05-03T04:47:54.443Z] Digest: sha256:fad7b58e697bd06bcf362d803a3263ca5ec03b905aa8665231fe3262941fe3e0 [2021-05-03T04:47:54.443Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine [2021-05-03T04:47:54.443Z] ---> cfc18b08335c [2021-05-03T04:47:54.443Z] 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-03T04:47:55.097Z] 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-03T04:47:56.501Z] 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-03T04:47:57.449Z] 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-03T04:47:57.848Z] ---> Running in d92297aaee42 [2021-05-03T04:47:58.829Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-03T04:47:59.380Z] 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-03T04:47:59.805Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-03T04:48:00.400Z] (1/12) Installing libmagic (5.39-r0) [2021-05-03T04:48:00.994Z] (2/12) Installing file (5.39-r0) [2021-05-03T04:48:00.994Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-05-03T04:48:00.994Z] (4/12) Installing g++ (10.2.1_pre1-r3) [Pipeline] } [2021-05-03T04:48:01.337Z] $ docker stop --time=1 1bbe078cfe2d89b65a1e6467926550a6984116810e4d5692b3f2eadbd16f2c7b [2021-05-03T04:48:03.213Z] $ docker rm -f 1bbe078cfe2d89b65a1e6467926550a6984116810e4d5692b3f2eadbd16f2c7b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-03T04:48:06.376Z] (5/12) Installing fortify-headers (1.1-r0) [2021-05-03T04:48:06.376Z] (6/12) Installing patch (2.7.6-r6) [2021-05-03T04:48:06.376Z] (7/12) Installing build-base (0.5-r2) [2021-05-03T04:48:06.376Z] (8/12) Installing libsodium (1.0.18-r0) [2021-05-03T04:48:06.376Z] (9/12) Installing pkgconf (1.7.3-r0) [2021-05-03T04:48:06.376Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-05-03T04:48:06.483Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-05-03T04:48:06.483Z] [2021-05-03T04:48:06.483Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-05-03T04:48:06.649Z] (11/12) Installing libzmq (4.3.3-r1) [2021-05-03T04:48:06.649Z] (12/12) Installing zeromq-dev (4.3.3-r1) [2021-05-03T04:48:06.649Z] Executing busybox-1.32.1-r6.trigger [2021-05-03T04:48:06.649Z] OK: 218 MiB in 52 packages [2021-05-03T04:48:06.796Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-05-03T04:48:06.796Z] latest: Pulling from edgex-devops/edgex-compose [2021-05-03T04:48:06.796Z] cbdbe7a5bc2a: Pulling fs layer [2021-05-03T04:48:06.796Z] ca9280d653b3: Pulling fs layer [2021-05-03T04:48:06.796Z] 7e9c9ca2126c: Pulling fs layer [2021-05-03T04:48:07.061Z] cbdbe7a5bc2a: Verifying Checksum [2021-05-03T04:48:07.061Z] cbdbe7a5bc2a: Download complete [2021-05-03T04:48:07.324Z] cbdbe7a5bc2a: Pull complete [2021-05-03T04:48:07.324Z] ca9280d653b3: Verifying Checksum [2021-05-03T04:48:07.324Z] ca9280d653b3: Download complete [2021-05-03T04:48:08.277Z] ca9280d653b3: Pull complete [2021-05-03T04:48:08.542Z] 7e9c9ca2126c: Verifying Checksum [2021-05-03T04:48:08.542Z] 7e9c9ca2126c: Download complete [2021-05-03T04:48:10.958Z] Removing intermediate container d92297aaee42 [2021-05-03T04:48:10.958Z] ---> 28e5d203cb35 [2021-05-03T04:48:10.958Z] Step 4/6 : WORKDIR /edgex-go [2021-05-03T04:48:10.958Z] ---> Running in 2b0dea73817f [2021-05-03T04:48:11.233Z] Removing intermediate container 2b0dea73817f [2021-05-03T04:48:11.233Z] ---> aaad9f7fde3c [2021-05-03T04:48:11.233Z] Step 5/6 : COPY go.mod . [2021-05-03T04:48:11.827Z] ---> b88e5043f9e6 [2021-05-03T04:48:11.827Z] Step 6/6 : RUN go mod download [2021-05-03T04:48:12.098Z] ---> Running in f6c343e8ce16 [2021-05-03T04:48:15.141Z] 7e9c9ca2126c: Pull complete [2021-05-03T04:48:15.141Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-05-03T04:48:15.141Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-05-03T04:48:15.141Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-05-03T04:48:15.261Z] prd-centos7-docker-4c-2g-2677 does not seem to be running inside a container [2021-05-03T04:48:15.306Z] $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-05-03T04:48:17.212Z] $ docker top ecd47b36010378b83bdf1aa669edc819de17e5c249abd60519587d97743ca013 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-03T04:48:17.672Z] + docker-compose build --help [2021-05-03T04:48:17.672Z] + grep parallel [2021-05-03T04:48:18.615Z] --parallel Build images in parallel. [Pipeline] } [2021-05-03T04:48:18.634Z] $ docker stop --time=1 ecd47b36010378b83bdf1aa669edc819de17e5c249abd60519587d97743ca013 [2021-05-03T04:48:20.013Z] $ docker rm -f ecd47b36010378b83bdf1aa669edc819de17e5c249abd60519587d97743ca013 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-03T04:48:20.484Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-05-03T04:48:20.484Z] . [Pipeline] withDockerContainer [2021-05-03T04:48:20.586Z] prd-centos7-docker-4c-2g-2677 does not seem to be running inside a container [2021-05-03T04:48:20.636Z] $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-05-03T04:48:21.341Z] $ docker top 35ad96b62437fc5fec91801d2949d09dc73f2a836a23ac7a1ded545346fbda3e -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-03T04:48:21.743Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-05-03T04:48:22.689Z] Building docker-core-command-go ... [2021-05-03T04:48:22.689Z] Building docker-core-data-go ... [2021-05-03T04:48:22.689Z] Building docker-core-metadata-go ... [2021-05-03T04:48:22.689Z] Building docker-security-bootstrapper-go ... [2021-05-03T04:48:22.689Z] Building docker-security-proxy-setup-go ... [2021-05-03T04:48:22.689Z] Building docker-security-secretstore-setup-go ... [2021-05-03T04:48:22.689Z] Building docker-support-notifications-go ... [2021-05-03T04:48:22.689Z] Building docker-support-scheduler-go ... [2021-05-03T04:48:22.689Z] Building docker-sys-mgmt-agent-go ... [2021-05-03T04:48:22.689Z] Building docker-sys-mgmt-agent-go [2021-05-03T04:48:22.689Z] Building docker-core-command-go [2021-05-03T04:48:22.689Z] Building docker-core-data-go [2021-05-03T04:48:22.689Z] Building docker-security-secretstore-setup-go [2021-05-03T04:48:22.689Z] Building docker-security-proxy-setup-go [2021-05-03T04:48:38.919Z] Removing intermediate container f6c343e8ce16 [2021-05-03T04:48:38.919Z] ---> 35b2de8e7fc0 [2021-05-03T04:48:38.919Z] Successfully built 35b2de8e7fc0 [2021-05-03T04:48:38.919Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-05-03T04:48:39.253Z] + docker inspect -f . ci-base-image-arm64 [2021-05-03T04:48:39.253Z] . [Pipeline] withDockerContainer [2021-05-03T04:48:39.496Z] prd-ubuntu18.04-docker-arm64-4c-16g-2678 does not seem to be running inside a container [2021-05-03T04:48:39.586Z] $ 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-arm64 cat [2021-05-03T04:48:41.094Z] $ docker top e08f0ea45a02de543ec8fcc4e20f77846a59cb9c7551d3934cad3bad81d57a34 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-03T04:48:42.072Z] + go version [2021-05-03T04:48:42.072Z] go version go1.16.3 linux/arm64 [Pipeline] } [2021-05-03T04:48:42.100Z] $ docker stop --time=1 e08f0ea45a02de543ec8fcc4e20f77846a59cb9c7551d3934cad3bad81d57a34 [2021-05-03T04:48:44.036Z] $ docker rm -f e08f0ea45a02de543ec8fcc4e20f77846a59cb9c7551d3934cad3bad81d57a34 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-03T04:48:44.704Z] + docker inspect -f . ci-base-image-arm64 [2021-05-03T04:48:44.705Z] . [Pipeline] withDockerContainer [2021-05-03T04:48:44.933Z] prd-ubuntu18.04-docker-arm64-4c-16g-2678 does not seem to be running inside a container [2021-05-03T04:48:45.013Z] $ 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-arm64 cat [2021-05-03T04:48:46.396Z] $ docker top 038313f28d280d4fc4d9e0f0a6829c9d06e286384e5049dbf5281e9092409d16 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-05-03T04:48:46.717Z] ========================================================= [2021-05-03T04:48:46.717Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-05-03T04:48:46.717Z] ========================================================= [Pipeline] sh [2021-05-03T04:48:47.362Z] + go mod tidy [Pipeline] sh [2021-05-03T04:48:49.004Z] + make test [2021-05-03T04:48:49.004Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-05-03T04:48:54.962Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-05-03T04:48:54.962Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-05-03T04:48:54.962Z] ---> 813c1e5f861b [2021-05-03T04:48:54.962Z] Step 3/23 : WORKDIR /edgex-go [2021-05-03T04:48:54.962Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-05-03T04:48:54.962Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-05-03T04:48:54.962Z] ---> 813c1e5f861b [2021-05-03T04:48:54.962Z] Step 3/23 : WORKDIR /edgex-go [2021-05-03T04:48:54.962Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-05-03T04:48:54.962Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-05-03T04:48:54.962Z] ---> 813c1e5f861b [2021-05-03T04:48:54.962Z] Step 3/23 : WORKDIR /edgex-go [2021-05-03T04:48:54.962Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-05-03T04:48:54.962Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-05-03T04:48:54.962Z] ---> 813c1e5f861b [2021-05-03T04:48:54.962Z] Step 3/24 : WORKDIR /edgex-go [2021-05-03T04:48:54.962Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-05-03T04:48:54.962Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-05-03T04:48:54.962Z] ---> 813c1e5f861b [2021-05-03T04:48:54.962Z] Step 3/21 : WORKDIR /edgex-go [2021-05-03T04:48:54.962Z] ---> Running in 6ab19a909600 [2021-05-03T04:48:54.962Z] ---> Running in b832f4f072e5 [2021-05-03T04:48:54.962Z] ---> Running in 1fb59621010a [2021-05-03T04:48:54.962Z] ---> Running in 90709ffe77fe [2021-05-03T04:48:54.962Z] ---> Running in 9cf79a324596 [2021-05-03T04:48:55.541Z] Removing intermediate container 9cf79a324596 [2021-05-03T04:48:55.541Z] ---> afbedeb58eed [2021-05-03T04:48:55.541Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-03T04:48:55.541Z] Removing intermediate container b832f4f072e5 [2021-05-03T04:48:55.541Z] ---> c6561f62c706 [2021-05-03T04:48:55.541Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-03T04:48:55.541Z] Removing intermediate container 1fb59621010a [2021-05-03T04:48:55.541Z] ---> 0e2669c623e0 [2021-05-03T04:48:55.541Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-03T04:48:55.541Z] Removing intermediate container 6ab19a909600 [2021-05-03T04:48:55.541Z] ---> 5b1f87420e03 [2021-05-03T04:48:55.541Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-03T04:48:55.541Z] Removing intermediate container 90709ffe77fe [2021-05-03T04:48:55.541Z] ---> 4d96e6ed5ed3 [2021-05-03T04:48:55.541Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-03T04:48:55.541Z] ---> Running in 905fb1a8706c [2021-05-03T04:48:55.541Z] ---> Running in 33b1edb019a8 [2021-05-03T04:48:55.541Z] ---> Running in bd154d776383 [2021-05-03T04:48:55.541Z] ---> Running in e9e590d25add [2021-05-03T04:48:55.805Z] ---> Running in 2c90820e6dde [2021-05-03T04:48:57.739Z] Removing intermediate container bd154d776383 [2021-05-03T04:48:57.739Z] ---> 034a082d4674 [2021-05-03T04:48:57.739Z] Step 5/23 : RUN apk add --update --no-cache make bash git [2021-05-03T04:48:57.739Z] ---> Running in 5027864e9df7 [2021-05-03T04:48:57.739Z] Removing intermediate container 905fb1a8706c [2021-05-03T04:48:57.739Z] ---> 7dbadfc77475 [2021-05-03T04:48:57.739Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-05-03T04:48:58.001Z] ---> Running in dac281d8dbce [2021-05-03T04:48:58.268Z] Removing intermediate container 33b1edb019a8 [2021-05-03T04:48:58.268Z] ---> 6c6b775a2c38 [2021-05-03T04:48:58.268Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-05-03T04:48:58.537Z] Removing intermediate container e9e590d25add [2021-05-03T04:48:58.537Z] ---> bb6cfb032bf4 [2021-05-03T04:48:58.537Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-05-03T04:48:58.537Z] Removing intermediate container 2c90820e6dde [2021-05-03T04:48:58.537Z] ---> d5eab29bd1c4 [2021-05-03T04:48:58.537Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-05-03T04:48:58.537Z] ---> Running in 7193fe9d029a [2021-05-03T04:48:58.537Z] ---> Running in 0940be3d2b3f [2021-05-03T04:48:58.799Z] ---> Running in 32808af9bbc5 [2021-05-03T04:48:58.799Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-03T04:48:58.799Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-03T04:48:59.425Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-03T04:48:59.425Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-03T04:48:59.425Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-03T04:48:59.739Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-03T04:48:59.739Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-03T04:49:00.010Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-03T04:49:00.340Z] OK: 219 MiB in 52 packages [2021-05-03T04:49:00.340Z] OK: 219 MiB in 52 packages [2021-05-03T04:49:00.340Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-03T04:49:00.340Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-03T04:49:00.920Z] Removing intermediate container dac281d8dbce [2021-05-03T04:49:00.920Z] ---> 8ec7646380d7 [2021-05-03T04:49:00.920Z] Step 6/23 : COPY go.mod . [2021-05-03T04:49:00.920Z] Removing intermediate container 5027864e9df7 [2021-05-03T04:49:00.920Z] ---> af7c5233cf5b [2021-05-03T04:49:00.920Z] Step 6/23 : COPY go.mod . [2021-05-03T04:49:00.920Z] OK: 219 MiB in 52 packages [2021-05-03T04:49:01.183Z] ---> 8f4aec110576 [2021-05-03T04:49:01.183Z] Step 7/23 : RUN go mod download [2021-05-03T04:49:01.183Z] ---> db967199a4be [2021-05-03T04:49:01.183Z] Step 7/23 : RUN go mod download [2021-05-03T04:49:01.183Z] ---> Running in c29d24c21a36 [2021-05-03T04:49:01.183Z] OK: 219 MiB in 52 packages [2021-05-03T04:49:01.183Z] ---> Running in 23de70f40ece [2021-05-03T04:49:01.755Z] OK: 219 MiB in 52 packages [2021-05-03T04:49:02.330Z] Removing intermediate container 0940be3d2b3f [2021-05-03T04:49:02.331Z] ---> 29d2b80b2bdc [2021-05-03T04:49:02.331Z] Step 6/21 : COPY go.mod . [2021-05-03T04:49:02.601Z] ---> d4f8b15f79dc [2021-05-03T04:49:02.601Z] Step 7/21 : RUN go mod download [2021-05-03T04:49:02.865Z] ---> Running in 758a57223036 [2021-05-03T04:49:02.865Z] Removing intermediate container 32808af9bbc5 [2021-05-03T04:49:02.865Z] ---> 6b8e31ca2644 [2021-05-03T04:49:02.865Z] Step 6/24 : COPY go.mod . [2021-05-03T04:49:02.865Z] Removing intermediate container 7193fe9d029a [2021-05-03T04:49:02.865Z] ---> b098aa1e2684 [2021-05-03T04:49:02.865Z] Step 6/23 : COPY go.mod . [2021-05-03T04:49:03.446Z] ---> ab517266bf0b [2021-05-03T04:49:03.446Z] Step 7/24 : RUN go mod download [2021-05-03T04:49:03.446Z] ---> 1940dbc7e72a [2021-05-03T04:49:03.446Z] Step 7/23 : RUN go mod download [2021-05-03T04:49:03.446Z] ---> Running in 9710f826f365 [2021-05-03T04:49:03.446Z] ---> Running in d082927efbdf [2021-05-03T04:49:04.420Z] Removing intermediate container 23de70f40ece [2021-05-03T04:49:04.420Z] ---> 86bc8b9acaed [2021-05-03T04:49:04.420Z] Step 8/23 : COPY . . [2021-05-03T04:49:04.420Z] Removing intermediate container c29d24c21a36 [2021-05-03T04:49:04.420Z] ---> 39cf685d4400 [2021-05-03T04:49:04.420Z] Step 8/23 : COPY . . [2021-05-03T04:49:04.420Z] Removing intermediate container 758a57223036 [2021-05-03T04:49:04.420Z] ---> 3baffd5e5c02 [2021-05-03T04:49:04.420Z] Step 8/21 : COPY . . [2021-05-03T04:49:08.668Z] Removing intermediate container 9710f826f365 [2021-05-03T04:49:08.668Z] ---> f107089ee263 [2021-05-03T04:49:08.668Z] Step 8/23 : COPY . . [2021-05-03T04:49:08.668Z] Removing intermediate container d082927efbdf [2021-05-03T04:49:08.668Z] ---> bdeb2b54a84b [2021-05-03T04:49:08.668Z] Step 8/24 : COPY . . [2021-05-03T04:49:15.818Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-05-03T04:49:40.927Z] ---> 44310d6dc7b2 [2021-05-03T04:49:40.927Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-05-03T04:49:40.927Z] ---> f548197c29b5 [2021-05-03T04:49:40.927Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-05-03T04:49:40.927Z] ---> 5d4d98c65947 [2021-05-03T04:49:40.927Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-05-03T04:49:40.927Z] ---> 9e3b2d73fa23 [2021-05-03T04:49:40.927Z] Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-05-03T04:49:40.927Z] ---> Running in 37fce2e84770 [2021-05-03T04:49:40.927Z] ---> Running in ed4a4442e84b [2021-05-03T04:49:40.927Z] ---> Running in 1d77e149c90e [2021-05-03T04:49:40.927Z] ---> Running in f1f08b3e59c4 [2021-05-03T04:49:40.927Z] ---> 7cd23b222381 [2021-05-03T04:49:40.927Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-05-03T04:49:40.927Z] ---> Running in 511d7977d67d [2021-05-03T04:49:42.357Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-05-03T04:49:42.357Z] 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-03T04:49:42.357Z] 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-03T04:49:42.357Z] 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-03T04:49:42.357Z] 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-03T04:50:12.404Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-05-03T04:50:17.839Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-05-03T04:50:21.279Z] 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-03T04:50:21.279Z] 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-03T04:50:26.585Z] Removing intermediate container f1f08b3e59c4 [2021-05-03T04:50:26.585Z] ---> a18677f27716 [2021-05-03T04:50:26.585Z] [2021-05-03T04:50:26.585Z] Step 10/24 : FROM alpine:3.12 [2021-05-03T04:50:26.585Z] Removing intermediate container 37fce2e84770 [2021-05-03T04:50:26.585Z] ---> 0e7e0d09ea57 [2021-05-03T04:50:26.585Z] Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-05-03T04:50:26.585Z] Removing intermediate container 511d7977d67d [2021-05-03T04:50:26.585Z] ---> 1b47907c682f [2021-05-03T04:50:26.585Z] [2021-05-03T04:50:26.585Z] Step 10/23 : FROM alpine:3.12 [2021-05-03T04:50:26.852Z] Removing intermediate container ed4a4442e84b [2021-05-03T04:50:26.853Z] ---> a6219537256d [2021-05-03T04:50:26.853Z] [2021-05-03T04:50:26.853Z] Step 10/21 : FROM alpine:3.12 [2021-05-03T04:50:26.853Z] ---> Running in b601c2674aea [2021-05-03T04:50:26.853Z] 3.12: Pulling from library/alpine [2021-05-03T04:50:26.853Z] 3.12: Pulling from library/alpine [2021-05-03T04:50:26.853Z] 3.12: Pulling from library/alpine [2021-05-03T04:50:27.440Z] 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-03T04:50:28.018Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-05-03T04:50:28.018Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-05-03T04:50:28.018Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-05-03T04:50:28.018Z] Status: Downloaded newer image for alpine:3.12 [2021-05-03T04:50:28.018Z] Status: Image is up to date for alpine:3.12 [2021-05-03T04:50:28.018Z] ---> 13621d1b12d4 [2021-05-03T04:50:28.018Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-05-03T04:50:28.018Z] Status: Downloaded newer image for alpine:3.12 [2021-05-03T04:50:28.018Z] ---> 13621d1b12d4 [2021-05-03T04:50:28.018Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-05-03T04:50:28.018Z] ---> 13621d1b12d4 [2021-05-03T04:50:28.018Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec [2021-05-03T04:50:28.020Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-05-03T04:50:28.020Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-05-03T04:50:30.568Z] ---> Running in 34e5d5649d38 [2021-05-03T04:50:30.568Z] ---> Running in 06776132631d [2021-05-03T04:50:30.568Z] ---> Running in 2e1430943d55 [2021-05-03T04:50:30.568Z] Removing intermediate container 1d77e149c90e [2021-05-03T04:50:30.568Z] ---> 6ad0517d1fb3 [2021-05-03T04:50:30.568Z] [2021-05-03T04:50:30.568Z] Step 10/23 : FROM alpine:3.12 [2021-05-03T04:50:30.568Z] ---> 13621d1b12d4 [2021-05-03T04:50:30.568Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-05-03T04:50:30.649Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-05-03T04:50:30.829Z] ---> Running in 0e6a0c1934b3 [2021-05-03T04:50:30.829Z] Removing intermediate container b601c2674aea [2021-05-03T04:50:30.829Z] ---> befe17b14c14 [2021-05-03T04:50:30.829Z] [2021-05-03T04:50:30.829Z] Step 11/23 : FROM docker:20.10.0 [2021-05-03T04:50:31.092Z] 20.10.0: Pulling from library/docker [2021-05-03T04:50:31.092Z] Removing intermediate container 0e6a0c1934b3 [2021-05-03T04:50:31.092Z] ---> 7d0195048398 [2021-05-03T04:50:31.092Z] Step 12/23 : ENV APP_PORT=48080 [2021-05-03T04:50:31.356Z] ---> Running in 236f1108a941 [2021-05-03T04:50:31.356Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-03T04:50:31.356Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-03T04:50:31.636Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-05-03T04:50:31.648Z] Removing intermediate container 236f1108a941 [2021-05-03T04:50:31.648Z] ---> 33df3fa31087 [2021-05-03T04:50:31.648Z] Step 13/23 : EXPOSE $APP_PORT [2021-05-03T04:50:31.648Z] ---> Running in 525b49fe411c [2021-05-03T04:50:31.648Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-03T04:50:31.648Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-03T04:50:31.912Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-05-03T04:50:31.913Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-05-03T04:50:31.926Z] (1/6) Installing ca-certificates (20191127-r4) [2021-05-03T04:50:31.926Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-03T04:50:31.926Z] (2/6) Installing nghttp2-libs (1.41.0-r0) [2021-05-03T04:50:31.926Z] (3/6) Installing libcurl (7.76.1-r0) [2021-05-03T04:50:31.926Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-03T04:50:31.926Z] (4/6) Installing curl (7.76.1-r0) [2021-05-03T04:50:31.926Z] (5/6) Installing dumb-init (1.2.2-r1) [2021-05-03T04:50:31.926Z] (6/6) Installing su-exec (0.2-r1) [2021-05-03T04:50:31.926Z] Executing busybox-1.31.1-r20.trigger [2021-05-03T04:50:31.926Z] Executing ca-certificates-20191127-r4.trigger [2021-05-03T04:50:31.926Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-05-03T04:50:31.926Z] Executing busybox-1.31.1-r20.trigger [2021-05-03T04:50:31.926Z] OK: 6 MiB in 15 packages [2021-05-03T04:50:31.926Z] (1/4) Installing ca-certificates (20191127-r4) [2021-05-03T04:50:31.926Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-05-03T04:50:31.926Z] (3/4) Installing libcurl (7.76.1-r0) [2021-05-03T04:50:31.926Z] (4/4) Installing curl (7.76.1-r0) [2021-05-03T04:50:32.190Z] Executing busybox-1.31.1-r20.trigger [2021-05-03T04:50:32.190Z] Executing ca-certificates-20191127-r4.trigger [2021-05-03T04:50:32.190Z] OK: 7 MiB in 20 packages [2021-05-03T04:50:32.190Z] OK: 7 MiB in 18 packages [2021-05-03T04:50:32.190Z] Removing intermediate container 525b49fe411c [2021-05-03T04:50:32.190Z] ---> 1cb2404a5390 [2021-05-03T04:50:32.190Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-03T04:50:33.134Z] ---> Running in 5c8ed3630af5 [2021-05-03T04:50:35.048Z] Removing intermediate container 2e1430943d55 [2021-05-03T04:50:35.048Z] ---> 24302ee4821a [2021-05-03T04:50:35.048Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-05-03T04:50:35.623Z] ---> Running in e294149d42ea [2021-05-03T04:50:35.623Z] Removing intermediate container 34e5d5649d38 [2021-05-03T04:50:35.623Z] ---> 82d0341a8022 [2021-05-03T04:50:35.623Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-05-03T04:50:36.196Z] ---> Running in fa4701ce73d0 [2021-05-03T04:50:36.196Z] Removing intermediate container 06776132631d [2021-05-03T04:50:36.196Z] ---> 83821d54fc57 [2021-05-03T04:50:36.196Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-05-03T04:50:36.196Z] Removing intermediate container e294149d42ea [2021-05-03T04:50:36.196Z] ---> 9d11472f0b97 [2021-05-03T04:50:36.196Z] Step 13/23 : ENV APP_PORT=48082 [2021-05-03T04:50:36.239Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-05-03T04:50:36.459Z] ---> Running in 1a305c5396c3 [2021-05-03T04:50:36.459Z] ---> Running in 79a7d98ae3eb [2021-05-03T04:50:36.459Z] Removing intermediate container fa4701ce73d0 [2021-05-03T04:50:36.459Z] ---> cbeaae917366 [2021-05-03T04:50:36.459Z] Step 13/24 : WORKDIR / [2021-05-03T04:50:36.721Z] ---> Running in d171b24d63b2 [2021-05-03T04:50:36.721Z] Removing intermediate container 79a7d98ae3eb [2021-05-03T04:50:36.721Z] ---> 15f7164283ad [2021-05-03T04:50:36.721Z] Step 14/23 : EXPOSE $APP_PORT [2021-05-03T04:50:36.840Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-05-03T04:50:36.986Z] Removing intermediate container 1a305c5396c3 [2021-05-03T04:50:36.986Z] ---> 1c125bd5a0e5 [2021-05-03T04:50:36.986Z] Step 13/21 : WORKDIR /edgex [2021-05-03T04:50:36.986Z] Removing intermediate container 5c8ed3630af5 [2021-05-03T04:50:36.986Z] ---> 9d9226a1d4a1 [2021-05-03T04:50:36.986Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-05-03T04:50:36.986Z] ---> Running in 6033b2a9ffeb [2021-05-03T04:50:36.986Z] ---> Running in 076647e12272 [2021-05-03T04:50:37.254Z] Removing intermediate container d171b24d63b2 [2021-05-03T04:50:37.254Z] ---> 422326cd96ad [2021-05-03T04:50:37.254Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-05-03T04:50:37.254Z] ---> Running in 52eeca09e97b [2021-05-03T04:50:37.516Z] Removing intermediate container 6033b2a9ffeb [2021-05-03T04:50:37.516Z] ---> 986b9a041ff1 [2021-05-03T04:50:37.516Z] Step 15/23 : WORKDIR / [2021-05-03T04:50:37.787Z] Removing intermediate container 076647e12272 [2021-05-03T04:50:37.787Z] ---> 7d8d757b932e [2021-05-03T04:50:37.787Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-05-03T04:50:37.787Z] ---> Running in ff9afc5dd451 [2021-05-03T04:50:37.787Z] ---> 2fc9e3d1c4a0 [2021-05-03T04:50:37.787Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-05-03T04:50:38.053Z] Removing intermediate container ff9afc5dd451 [2021-05-03T04:50:38.053Z] ---> 5d7a136aa0b3 [2021-05-03T04:50:38.053Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-03T04:50:38.053Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-03T04:50:38.316Z] ---> 0a701ef0d9bc [2021-05-03T04:50:38.316Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-05-03T04:50:38.316Z] ---> bae8ff983ed5 [2021-05-03T04:50:38.316Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-05-03T04:50:38.584Z] ---> ae01062a217e [2021-05-03T04:50:38.584Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-05-03T04:50:38.849Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-03T04:50:38.849Z] ---> 6cbb7e9cad35 [2021-05-03T04:50:38.849Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-05-03T04:50:38.849Z] ---> 9f2292a3a4f1 [2021-05-03T04:50:38.849Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-05-03T04:50:39.432Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-05-03T04:50:39.432Z] (2/6) Installing libgcc (9.3.0-r2) [2021-05-03T04:50:39.432Z] ---> 9368ff128148 [2021-05-03T04:50:39.432Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-05-03T04:50:39.432Z] (3/6) Installing libsodium (1.0.18-r0) [2021-05-03T04:50:39.432Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-05-03T04:50:39.699Z] ---> 8237b64d2bb1 [2021-05-03T04:50:39.699Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-05-03T04:50:39.699Z] ---> 2e8e8414cc71 [2021-05-03T04:50:39.699Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-05-03T04:50:40.279Z] ---> Running in a007408e81f9 [2021-05-03T04:50:40.279Z] ---> 3bec867037d2 [2021-05-03T04:50:40.279Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-05-03T04:50:40.279Z] (5/6) Installing libzmq (4.3.3-r0) [2021-05-03T04:50:40.279Z] (6/6) Installing zeromq (4.3.3-r0) [2021-05-03T04:50:40.279Z] ---> Running in c3f8a6ba01dc [2021-05-03T04:50:40.279Z] ---> ee0af5a273bf [2021-05-03T04:50:40.279Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-05-03T04:50:40.542Z] Executing busybox-1.31.1-r20.trigger [2021-05-03T04:50:40.542Z] OK: 8 MiB in 20 packages [2021-05-03T04:50:41.116Z] Removing intermediate container a007408e81f9 [2021-05-03T04:50:41.116Z] ---> 1266e68e86f3 [2021-05-03T04:50:41.116Z] Step 18/21 : CMD ["--init=true"] [2021-05-03T04:50:42.064Z] ---> Running in 17b42695609b [2021-05-03T04:50:42.064Z] Removing intermediate container c3f8a6ba01dc [2021-05-03T04:50:42.064Z] ---> 2e13d6699e55 [2021-05-03T04:50:42.064Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-03T04:50:42.064Z] ---> de6a22287ebf [2021-05-03T04:50:42.064Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-05-03T04:50:42.064Z] ---> Running in 9039c21bad8a [2021-05-03T04:50:42.064Z] ---> Running in 4a8e39ab6eea [2021-05-03T04:50:42.325Z] Removing intermediate container 17b42695609b [2021-05-03T04:50:42.325Z] ---> b6a6804960eb [2021-05-03T04:50:42.325Z] Step 19/21 : LABEL arch=x86_64 [2021-05-03T04:50:42.587Z] ---> Running in 6dc0f8915b73 [2021-05-03T04:50:42.587Z] Removing intermediate container 9039c21bad8a [2021-05-03T04:50:42.587Z] ---> 4058f2156f81 [2021-05-03T04:50:42.587Z] Step 21/23 : LABEL arch=x86_64 [2021-05-03T04:50:42.587Z] Removing intermediate container 52eeca09e97b [2021-05-03T04:50:42.587Z] ---> 569cac8c1111 [2021-05-03T04:50:42.587Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-03T04:50:42.847Z] ---> Running in fea64d02a0d7 [2021-05-03T04:50:43.419Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-05-03T04:50:43.419Z] Removing intermediate container 6dc0f8915b73 [2021-05-03T04:50:43.419Z] ---> e2b5534cb24e [2021-05-03T04:50:43.419Z] Step 20/21 : LABEL git_sha=1160d5ba54a31b35ea1e4c6d49e89833a7095427 [2021-05-03T04:50:43.419Z] Status: Downloaded newer image for docker:20.10.0 [2021-05-03T04:50:43.419Z] ---> aefe523efa57 [2021-05-03T04:50:43.419Z] 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-03T04:50:43.682Z] ---> 9393bcda0d60 [2021-05-03T04:50:43.682Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-05-03T04:50:43.682Z] ---> Running in 2a486d7c1445 [2021-05-03T04:50:43.682Z] ---> Running in ca093ce4beff [2021-05-03T04:50:43.682Z] Removing intermediate container fea64d02a0d7 [2021-05-03T04:50:43.682Z] ---> 4883b595a19a [2021-05-03T04:50:43.682Z] Step 22/23 : LABEL git_sha=1160d5ba54a31b35ea1e4c6d49e89833a7095427 [2021-05-03T04:50:43.943Z] ---> Running in 529b6bc627c2 [2021-05-03T04:50:43.943Z] Removing intermediate container ca093ce4beff [2021-05-03T04:50:43.943Z] ---> e3eafbaa89e0 [2021-05-03T04:50:43.943Z] Step 13/23 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 [2021-05-03T04:50:44.205Z] Removing intermediate container 2a486d7c1445 [2021-05-03T04:50:44.205Z] ---> 3a5dd2b18ab0 [2021-05-03T04:50:44.205Z] Step 21/21 : LABEL version=0.0.0 [2021-05-03T04:50:44.205Z] ---> Running in a6117ae0424c [2021-05-03T04:50:44.205Z] Removing intermediate container 529b6bc627c2 [2021-05-03T04:50:44.205Z] ---> 7ddd3ed0d594 [2021-05-03T04:50:44.205Z] Step 23/23 : LABEL version=0.0.0 [2021-05-03T04:50:44.205Z] ---> 37f65940f17d [2021-05-03T04:50:44.205Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-05-03T04:50:44.205Z] ---> Running in c68dc54ebdff [2021-05-03T04:50:44.471Z] Removing intermediate container 4a8e39ab6eea [2021-05-03T04:50:44.471Z] ---> fb4c627722eb [2021-05-03T04:50:44.471Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-05-03T04:50:44.471Z] ---> Running in 744974b177ea [2021-05-03T04:50:44.735Z] ---> Running in 6027013905ba [2021-05-03T04:50:44.735Z] Removing intermediate container c68dc54ebdff [2021-05-03T04:50:44.735Z] ---> e45f46359dc8 [2021-05-03T04:50:44.735Z] [2021-05-03T04:50:44.735Z] ---> 7230c35fa0ce [2021-05-03T04:50:44.735Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-05-03T04:50:45.001Z] Removing intermediate container 744974b177ea [2021-05-03T04:50:45.001Z] ---> 8e2fe7d47806 [2021-05-03T04:50:45.001Z] [2021-05-03T04:50:45.001Z] ---> Running in be9c9c62568a [2021-05-03T04:50:45.001Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-03T04:50:45.001Z] Removing intermediate container 6027013905ba [2021-05-03T04:50:45.001Z] ---> f55897e214c5 [2021-05-03T04:50:45.001Z] Step 22/24 : LABEL arch=x86_64 [2021-05-03T04:50:45.001Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-03T04:50:45.001Z] Successfully built e45f46359dc8 [2021-05-03T04:50:45.001Z] ---> Running in 1efa99527c23 [2021-05-03T04:50:45.266Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-05-03T04:50:45.266Z]  Building docker-security-proxy-setup-go ... done Building docker-support-notifications-go [2021-05-03T04:50:45.266Z] Successfully built 8e2fe7d47806 [2021-05-03T04:50:45.266Z] Successfully tagged docker-core-command-go:latest [2021-05-03T04:50:45.266Z]  Building docker-core-command-go ... done Building docker-security-bootstrapper-go [2021-05-03T04:50:45.266Z] Removing intermediate container be9c9c62568a [2021-05-03T04:50:45.266Z] ---> 92cf73eb3f28 [2021-05-03T04:50:45.266Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-03T04:50:45.266Z] (1/39) Installing readline (8.0.4-r0) [2021-05-03T04:50:45.266Z] (2/39) Installing bash (5.0.17-r0) [2021-05-03T04:50:45.266Z] Executing bash-5.0.17-r0.post-install [2021-05-03T04:50:45.266Z] (3/39) Installing nghttp2-libs (1.41.0-r0) [2021-05-03T04:50:45.266Z] (4/39) Installing libcurl (7.76.1-r0) [2021-05-03T04:50:45.266Z] ---> Running in 3f26bf07c1ad [2021-05-03T04:50:45.266Z] (5/39) Installing curl (7.76.1-r0) [2021-05-03T04:50:45.266Z] (6/39) Installing dumb-init (1.2.2-r1) [2021-05-03T04:50:45.266Z] (7/39) Installing libbz2 (1.0.8-r1) [2021-05-03T04:50:45.266Z] (8/39) Installing expat (2.2.9-r1) [2021-05-03T04:50:45.266Z] (9/39) Installing libffi (3.3-r2) [2021-05-03T04:50:45.266Z] (10/39) Installing gdbm (1.13-r1) [2021-05-03T04:50:45.266Z] (11/39) Installing xz-libs (5.2.5-r0) [2021-05-03T04:50:45.266Z] (12/39) Installing sqlite-libs (3.32.1-r0) [2021-05-03T04:50:45.266Z] (13/39) Installing python3 (3.8.8-r0) [2021-05-03T04:50:45.528Z] Removing intermediate container 1efa99527c23 [2021-05-03T04:50:45.528Z] ---> f511aaea627a [2021-05-03T04:50:45.528Z] Step 23/24 : LABEL git_sha=1160d5ba54a31b35ea1e4c6d49e89833a7095427 [2021-05-03T04:50:46.105Z] Removing intermediate container 3f26bf07c1ad [2021-05-03T04:50:46.105Z] ---> a226e023428e [2021-05-03T04:50:46.105Z] Step 21/23 : LABEL arch=x86_64 [2021-05-03T04:50:46.105Z] ---> Running in 196a08acb689 [2021-05-03T04:50:47.038Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-05-03T04:50:47.038Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-05-03T04:50:47.038Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-05-03T04:50:50.455Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.314s coverage: 45.9% of statements [2021-05-03T04:50:50.455Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-05-03T04:50:50.455Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-05-03T04:50:50.455Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-05-03T04:50:50.455Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-05-03T04:50:50.455Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-05-03T04:50:50.455Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-05-03T04:50:50.455Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.223s coverage: 19.8% of statements [2021-05-03T04:50:50.734Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.257s coverage: 100.0% of statements [2021-05-03T04:50:54.261Z] (14/39) Installing py3-appdirs (1.4.4-r1) [2021-05-03T04:50:54.261Z] ---> Running in ca52c66ef732 [2021-05-03T04:50:54.261Z] (15/39) Installing py3-ordered-set (4.0.1-r0) [2021-05-03T04:50:54.261Z] (16/39) Installing py3-parsing (2.4.7-r0) [2021-05-03T04:50:54.261Z] (17/39) Installing py3-six (1.15.0-r0) [2021-05-03T04:50:54.261Z] (18/39) Installing py3-packaging (20.4-r0) [2021-05-03T04:50:54.261Z] Removing intermediate container 196a08acb689 [2021-05-03T04:50:54.261Z] ---> 28bd37fe59da [2021-05-03T04:50:54.261Z] Step 24/24 : LABEL version=0.0.0 [2021-05-03T04:50:54.523Z] (19/39) Installing py3-setuptools (47.0.0-r0) [2021-05-03T04:50:54.523Z] (20/39) Installing py3-chardet (3.0.4-r4) [2021-05-03T04:50:55.096Z] (21/39) Installing py3-idna (2.9-r0) [2021-05-03T04:50:55.358Z] (22/39) Installing py3-certifi (2020.4.5.1-r0) [2021-05-03T04:50:55.930Z] (23/39) Installing py3-urllib3 (1.25.9-r0) [2021-05-03T04:50:57.315Z] (24/39) Installing py3-requests (2.23.0-r0) [2021-05-03T04:50:57.315Z] (25/39) Installing py3-msgpack (1.0.0-r0) [2021-05-03T04:50:57.315Z] ---> Running in f9a62ba46917 [2021-05-03T04:50:57.315Z] (26/39) Installing py3-lockfile (0.12.2-r3) [2021-05-03T04:50:57.315Z] (27/39) Installing py3-cachecontrol (0.12.6-r0) [2021-05-03T04:50:58.258Z] (28/39) Installing py3-colorama (0.4.3-r0) [2021-05-03T04:50:58.526Z] (29/39) Installing py3-distlib (0.3.0-r0) [2021-05-03T04:50:58.526Z] Removing intermediate container ca52c66ef732 [2021-05-03T04:50:58.526Z] ---> 735d264b6159 [2021-05-03T04:50:58.526Z] Step 22/23 : LABEL git_sha=1160d5ba54a31b35ea1e4c6d49e89833a7095427 [2021-05-03T04:50:58.526Z] (30/39) Installing py3-distro (1.5.0-r1) [2021-05-03T04:50:58.526Z] (31/39) Installing py3-webencodings (0.5.1-r3) [2021-05-03T04:50:58.789Z] (32/39) Installing py3-html5lib (1.0.1-r4) [2021-05-03T04:50:59.046Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.519s coverage: 27.1% of statements [2021-05-03T04:50:59.046Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-05-03T04:50:59.046Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-05-03T04:50:59.046Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-05-03T04:50:59.046Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-05-03T04:50:59.046Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-05-03T04:50:59.046Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-05-03T04:50:59.046Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.137s coverage: 100.0% of statements [2021-05-03T04:50:59.046Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-05-03T04:50:59.047Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.149s coverage: 100.0% of statements [2021-05-03T04:50:59.047Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-05-03T04:50:59.047Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-05-03T04:50:59.047Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.240s coverage: 71.3% of statements [2021-05-03T04:50:59.047Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-05-03T04:50:59.047Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-05-03T04:50:59.363Z] (33/39) Installing py3-pytoml (0.1.21-r0) [2021-05-03T04:51:00.042Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.437s coverage: 87.7% of statements [2021-05-03T04:51:00.042Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-05-03T04:51:00.042Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-05-03T04:51:00.042Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.140s coverage: 78.9% of statements [2021-05-03T04:51:00.042Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-05-03T04:51:00.313Z] (34/39) Installing py3-pep517 (0.8.2-r0) [2021-05-03T04:51:00.313Z] (35/39) Installing py3-progress (1.5-r0) [2021-05-03T04:51:00.313Z] (36/39) Installing py3-toml (0.10.1-r0) [2021-05-03T04:51:01.266Z] (37/39) Installing py3-retrying (1.3.3-r0) [2021-05-03T04:51:01.847Z] (38/39) Installing py3-contextlib2 (0.6.0-r0) [2021-05-03T04:51:01.847Z] (39/39) Installing py3-pip (20.1.1-r0) [2021-05-03T04:51:04.422Z] Removing intermediate container f9a62ba46917 [2021-05-03T04:51:04.422Z] ---> d42fdd236753 [2021-05-03T04:51:04.422Z] [2021-05-03T04:51:04.691Z] ---> Running in 7f62f87d27f2 [2021-05-03T04:51:04.962Z] Executing busybox-1.31.1-r19.trigger [2021-05-03T04:51:05.543Z] OK: 72 MiB in 59 packages [2021-05-03T04:51:06.119Z] Successfully built d42fdd236753 [2021-05-03T04:51:06.386Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-05-03T04:51:06.386Z] Building docker-core-metadata-go [2021-05-03T04:51:08.311Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container 7f62f87d27f2 [2021-05-03T04:51:08.311Z] ---> 24445fa55e22 [2021-05-03T04:51:08.311Z] Step 23/23 : LABEL version=0.0.0 [2021-05-03T04:51:09.723Z] ---> Running in cd06829c5fde [2021-05-03T04:51:10.302Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-05-03T04:51:10.302Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-05-03T04:51:10.564Z] ---> 813c1e5f861b [2021-05-03T04:51:10.564Z] Step 3/31 : WORKDIR /edgex-go [2021-05-03T04:51:10.564Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-05-03T04:51:10.564Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-05-03T04:51:10.564Z] ---> 813c1e5f861b [2021-05-03T04:51:10.564Z] Step 3/22 : WORKDIR /edgex-go [2021-05-03T04:51:10.829Z] ---> Using cache [2021-05-03T04:51:10.829Z] ---> 4d96e6ed5ed3 [2021-05-03T04:51:10.829Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-03T04:51:10.829Z] ---> Using cache [2021-05-03T04:51:10.829Z] ---> 4d96e6ed5ed3 [2021-05-03T04:51:10.829Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-03T04:51:10.829Z] ---> Using cache [2021-05-03T04:51:10.829Z] ---> d5eab29bd1c4 [2021-05-03T04:51:10.829Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-05-03T04:51:10.829Z] ---> Using cache [2021-05-03T04:51:10.829Z] ---> d5eab29bd1c4 [2021-05-03T04:51:10.829Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-05-03T04:51:10.829Z] ---> Using cache [2021-05-03T04:51:10.829Z] ---> 6b8e31ca2644 [2021-05-03T04:51:10.829Z] Step 6/31 : COPY go.mod . [2021-05-03T04:51:10.829Z] ---> Using cache [2021-05-03T04:51:10.829Z] ---> ab517266bf0b [2021-05-03T04:51:10.829Z] Step 7/31 : RUN go mod download [2021-05-03T04:51:10.829Z] ---> Using cache [2021-05-03T04:51:10.829Z] ---> bdeb2b54a84b [2021-05-03T04:51:10.829Z] Step 8/31 : COPY . . [2021-05-03T04:51:10.829Z] ---> Using cache [2021-05-03T04:51:10.829Z] ---> 5d4d98c65947 [2021-05-03T04:51:10.829Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-05-03T04:51:12.478Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.136s coverage: 28.6% of statements [2021-05-03T04:51:12.478Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-05-03T04:51:12.478Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-05-03T04:51:12.478Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-05-03T04:51:12.478Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-05-03T04:51:12.478Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-05-03T04:51:12.478Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.190s coverage: 100.0% of statements [2021-05-03T04:51:12.478Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-05-03T04:51:12.478Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.146s coverage: 100.0% of statements [2021-05-03T04:51:12.478Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-05-03T04:51:12.478Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.431s coverage: 86.7% of statements [2021-05-03T04:51:12.478Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-05-03T04:51:12.478Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.429s coverage: 97.5% of statements [2021-05-03T04:51:12.478Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-05-03T04:51:12.478Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.289s coverage: 78.3% of statements [2021-05-03T04:51:12.478Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-05-03T04:51:12.478Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-05-03T04:51:12.478Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-05-03T04:51:12.478Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-05-03T04:51:12.747Z] Removing intermediate container cd06829c5fde [2021-05-03T04:51:12.747Z] ---> f686c1e3134a [2021-05-03T04:51:12.747Z] [2021-05-03T04:51:12.747Z] ---> Running in 75ea4f9b177d [2021-05-03T04:51:12.747Z] ---> Running in fc8526a2df9b [2021-05-03T04:51:12.747Z] Successfully built f686c1e3134a [2021-05-03T04:51:12.747Z] Collecting docker-compose==1.23.2 [2021-05-03T04:51:13.008Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-05-03T04:51:13.270Z] Successfully tagged docker-core-data-go:latest [2021-05-03T04:51:13.270Z]  Building docker-core-data-go ... done Building docker-support-scheduler-go [2021-05-03T04:51:13.850Z] Collecting websocket-client<1.0,>=0.32.0 [2021-05-03T04:51:13.850Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-05-03T04:51:15.250Z] Collecting texttable<0.10,>=0.9.0 [2021-05-03T04:51:15.250Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-05-03T04:51:16.796Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.229s coverage: 95.1% of statements [2021-05-03T04:51:16.796Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-05-03T04:51:16.796Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-05-03T04:51:16.796Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-05-03T04:51:16.796Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-05-03T04:51:16.796Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-05-03T04:51:16.796Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-05-03T04:51:16.796Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-05-03T04:51:16.796Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-05-03T04:51:16.796Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-05-03T04:51:16.796Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-05-03T04:51:16.796Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-05-03T04:51:16.796Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-05-03T04:51:16.796Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-05-03T04:51:16.796Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-05-03T04:51:16.796Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-05-03T04:51:16.796Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-05-03T04:51:16.796Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-05-03T04:51:16.796Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-05-03T04:51:16.796Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.118s coverage: 58.8% of statements [2021-05-03T04:51:16.796Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-05-03T04:51:16.796Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-05-03T04:51:16.796Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.211s coverage: 0.9% of statements [2021-05-03T04:51:16.796Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-05-03T04:51:16.796Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils 0.142s coverage: 22.6% of statements [2021-05-03T04:51:16.796Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-05-03T04:51:16.796Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.178s coverage: 47.1% of statements [2021-05-03T04:51:16.796Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.244s coverage: 79.5% of statements [2021-05-03T04:51:16.796Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.133s coverage: 94.1% of statements [2021-05-03T04:51:17.207Z] 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-03T04:51:17.781Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-03T04:51:17.789Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.200s coverage: 96.3% of statements [2021-05-03T04:51:18.392Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.146s coverage: 87.5% of statements [2021-05-03T04:51:18.743Z] Collecting jsonschema<3,>=2.5.1 [2021-05-03T04:51:18.743Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-05-03T04:51:18.743Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-03T04:51:18.743Z] Collecting docopt<0.7,>=0.6.1 [2021-05-03T04:51:18.743Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-05-03T04:51:19.719Z] OK: 219 MiB in 52 packages [2021-05-03T04:51:21.677Z] Collecting docker<4.0,>=3.6.0 [2021-05-03T04:51:21.677Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-05-03T04:51:22.270Z] Removing intermediate container 75ea4f9b177d [2021-05-03T04:51:22.270Z] ---> 8722639d6f4e [2021-05-03T04:51:22.270Z] Step 6/22 : COPY go.mod . [2021-05-03T04:51:22.850Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-05-03T04:51:22.850Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-05-03T04:51:23.445Z] 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-03T04:51:24.030Z] ---> 9f71047e145e [2021-05-03T04:51:24.030Z] Step 7/22 : RUN go mod download [2021-05-03T04:51:24.030Z] Collecting cached-property<2,>=1.2.0 [2021-05-03T04:51:24.030Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-05-03T04:51:25.986Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-05-03T04:51:25.986Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-05-03T04:51:25.986Z] ---> 813c1e5f861b [2021-05-03T04:51:25.986Z] Step 3/23 : WORKDIR /edgex-go [2021-05-03T04:51:25.986Z] ---> Using cache [2021-05-03T04:51:25.986Z] ---> 4d96e6ed5ed3 [2021-05-03T04:51:25.986Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-03T04:51:25.986Z] ---> Using cache [2021-05-03T04:51:25.986Z] ---> d5eab29bd1c4 [2021-05-03T04:51:25.986Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-05-03T04:51:25.986Z] ---> Using cache [2021-05-03T04:51:25.986Z] ---> 6b8e31ca2644 [2021-05-03T04:51:25.986Z] Step 6/23 : COPY go.mod . [2021-05-03T04:51:25.986Z] ---> Using cache [2021-05-03T04:51:25.986Z] ---> ab517266bf0b [2021-05-03T04:51:25.986Z] Step 7/23 : RUN go mod download [2021-05-03T04:51:25.986Z] ---> Using cache [2021-05-03T04:51:25.986Z] ---> bdeb2b54a84b [2021-05-03T04:51:25.986Z] Step 8/23 : COPY . . [2021-05-03T04:51:25.986Z] ---> Using cache [2021-05-03T04:51:25.986Z] ---> 5d4d98c65947 [2021-05-03T04:51:25.986Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-05-03T04:51:25.986Z] Collecting PyYAML<4,>=3.10 [2021-05-03T04:51:26.252Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-05-03T04:51:27.227Z] ---> Running in 90c28f147298 [2021-05-03T04:51:27.496Z] ---> Running in f0a6c031229a [2021-05-03T04:51:30.109Z] Collecting dockerpty<0.5,>=0.4.1 [2021-05-03T04:51:30.109Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-05-03T04:51:30.109Z] 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-03T04:51:30.804Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.132s coverage: 94.4% of statements [2021-05-03T04:51:30.804Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.130s coverage: 44.8% of statements [2021-05-03T04:51:31.028Z] Collecting docker-pycreds>=0.4.0 [2021-05-03T04:51:31.028Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-05-03T04:51:31.028Z] 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-03T04:51:31.028Z] 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-03T04:51:31.505Z] Collecting urllib3<1.25,>=1.21.1 [2021-05-03T04:51:31.505Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-05-03T04:51:31.898Z] Collecting idna<2.8,>=2.5 [2021-05-03T04:51:31.898Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-05-03T04:51:31.898Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-05-03T04:51:31.898Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-05-03T04:51:31.898Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-05-03T04:51:31.898Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-05-03T04:51:32.258Z] Installing collected packages: websocket-client, texttable, jsonschema, docopt, urllib3, idna, requests, docker-pycreds, docker, cached-property, PyYAML, dockerpty, docker-compose [2021-05-03T04:51:32.682Z] Running setup.py install for texttable: started [2021-05-03T04:51:32.682Z] Removing intermediate container 90c28f147298 [2021-05-03T04:51:32.682Z] ---> 3f8b0f37d8fa [2021-05-03T04:51:32.682Z] Step 8/22 : COPY . . [2021-05-03T04:51:32.682Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-05-03T04:51:32.682Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-05-03T04:51:32.682Z] ---> 813c1e5f861b [2021-05-03T04:51:32.682Z] Step 3/22 : WORKDIR /edgex-go [2021-05-03T04:51:32.682Z] ---> Using cache [2021-05-03T04:51:32.682Z] ---> 4d96e6ed5ed3 [2021-05-03T04:51:32.682Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-03T04:51:32.682Z] ---> Using cache [2021-05-03T04:51:32.682Z] ---> d5eab29bd1c4 [2021-05-03T04:51:32.682Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-05-03T04:51:32.682Z] ---> Using cache [2021-05-03T04:51:32.682Z] ---> 6b8e31ca2644 [2021-05-03T04:51:32.682Z] Step 6/22 : COPY go.mod . [2021-05-03T04:51:32.682Z] ---> Using cache [2021-05-03T04:51:32.682Z] ---> ab517266bf0b [2021-05-03T04:51:32.682Z] Step 7/22 : RUN go mod download [2021-05-03T04:51:32.682Z] ---> Using cache [2021-05-03T04:51:32.682Z] ---> bdeb2b54a84b [2021-05-03T04:51:32.682Z] Step 8/22 : COPY . . [2021-05-03T04:51:32.682Z] ---> Using cache [2021-05-03T04:51:32.682Z] ---> 5d4d98c65947 [2021-05-03T04:51:32.682Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-05-03T04:51:33.377Z] ---> Running in ded8d081537e [2021-05-03T04:51:33.649Z] Running setup.py install for texttable: finished with status 'done' [2021-05-03T04:51:34.618Z] Running setup.py install for docopt: started [2021-05-03T04:51:36.212Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.498s coverage: 81.8% of statements [2021-05-03T04:51:36.212Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2021-05-03T04:51:36.562Z] Running setup.py install for docopt: finished with status 'done' [2021-05-03T04:51:36.562Z] Attempting uninstall: urllib3 [2021-05-03T04:51:36.562Z] Found existing installation: urllib3 1.25.9 [2021-05-03T04:51:36.562Z] Uninstalling urllib3-1.25.9: [2021-05-03T04:51:36.824Z] Successfully uninstalled urllib3-1.25.9 [2021-05-03T04:51:37.414Z] 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-03T04:51:40.755Z] Attempting uninstall: idna [2021-05-03T04:51:40.755Z] Found existing installation: idna 2.9 [2021-05-03T04:51:40.755Z] Uninstalling idna-2.9: [2021-05-03T04:51:40.755Z] Successfully uninstalled idna-2.9 [2021-05-03T04:51:41.348Z] Attempting uninstall: requests [2021-05-03T04:51:41.348Z] Found existing installation: requests 2.23.0 [2021-05-03T04:51:41.348Z] Uninstalling requests-2.23.0: [2021-05-03T04:51:41.629Z] Successfully uninstalled requests-2.23.0 [2021-05-03T04:51:42.959Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.201s coverage: 92.9% of statements [2021-05-03T04:51:42.959Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-05-03T04:51:42.959Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-05-03T04:51:42.959Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-05-03T04:51:42.959Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.056s coverage: 77.8% of statements [2021-05-03T04:51:42.959Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-05-03T04:51:42.959Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-05-03T04:51:42.959Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-05-03T04:51:42.959Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-05-03T04:51:42.959Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-05-03T04:51:42.959Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.079s coverage: 87.2% of statements [2021-05-03T04:51:42.960Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-05-03T04:51:42.960Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-05-03T04:51:42.960Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.108s coverage: 100.0% of statements [2021-05-03T04:51:42.960Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-05-03T04:51:42.960Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.184s coverage: 75.5% of statements [2021-05-03T04:51:42.960Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-05-03T04:51:42.960Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.146s coverage: 80.8% of statements [2021-05-03T04:51:42.960Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.178s coverage: 87.2% of statements [2021-05-03T04:51:42.960Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.196s coverage: 84.6% of statements [2021-05-03T04:51:42.960Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.235s coverage: 91.6% of statements [2021-05-03T04:51:42.960Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-05-03T04:51:42.960Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.586s coverage: 64.4% of statements [2021-05-03T04:51:42.960Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-05-03T04:51:42.960Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-05-03T04:51:42.960Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.126s coverage: 100.0% of statements [2021-05-03T04:51:42.960Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.079s coverage: 91.3% of statements [2021-05-03T04:51:43.562Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.073s coverage: 100.0% of statements [2021-05-03T04:51:44.185Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.076s coverage: 73.7% of statements [2021-05-03T04:51:44.185Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.052s coverage: 100.0% of statements [2021-05-03T04:51:45.940Z] Running setup.py install for PyYAML: started [2021-05-03T04:51:48.532Z] Running setup.py install for PyYAML: finished with status 'done' [2021-05-03T04:51:48.532Z] Running setup.py install for dockerpty: started [2021-05-03T04:51:48.535Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.887s coverage: 69.0% of statements [2021-05-03T04:51:48.535Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-05-03T04:51:48.535Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-05-03T04:51:48.535Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-05-03T04:51:49.499Z] Running setup.py install for dockerpty: finished with status 'done' [2021-05-03T04:51:49.988Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.673s coverage: 40.5% of statements [2021-05-03T04:51:49.988Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-05-03T04:51:49.988Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-05-03T04:51:49.988Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.115s coverage: 89.5% of statements [2021-05-03T04:51:49.988Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-05-03T04:51:49.988Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.080s coverage: 84.8% of statements [2021-05-03T04:51:51.437Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.58.0 [2021-05-03T04:51:54.808Z] Removing intermediate container fc8526a2df9b [2021-05-03T04:51:54.808Z] ---> 88e54c4b4d23 [2021-05-03T04:51:54.808Z] [2021-05-03T04:51:54.808Z] Step 10/31 : FROM alpine:3.12 [2021-05-03T04:51:54.808Z] ---> 13621d1b12d4 [2021-05-03T04:51:54.808Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-05-03T04:51:56.220Z] ---> Running in d82936c636e3 [2021-05-03T04:51:56.497Z] ---> a4074ce9a8a3 [2021-05-03T04:51:56.497Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-05-03T04:51:56.497Z] Removing intermediate container d82936c636e3 [2021-05-03T04:51:56.497Z] ---> 9d13012de15f [2021-05-03T04:51:56.497Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-05-03T04:51:56.737Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.493s coverage: 47.0% of statements [2021-05-03T04:51:56.738Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-05-03T04:51:56.738Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-05-03T04:51:56.738Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-05-03T04:51:56.738Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-05-03T04:51:56.738Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-05-03T04:51:56.738Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.110s coverage: 100.0% of statements [2021-05-03T04:51:56.738Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-05-03T04:51:56.738Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.111s coverage: 100.0% of statements [2021-05-03T04:51:56.738Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-05-03T04:51:56.738Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-05-03T04:51:56.738Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 0.153s coverage: 9.6% of statements [2021-05-03T04:51:56.738Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-05-03T04:51:56.738Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.433s coverage: 92.6% of statements [2021-05-03T04:51:56.738Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-05-03T04:51:56.738Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-05-03T04:51:56.738Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-05-03T04:51:57.100Z] ---> Running in 4bb73090d10e [2021-05-03T04:51:57.706Z] ---> Running in fcfa6e70bae5 [2021-05-03T04:51:58.670Z] 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-03T04:51:58.670Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-03T04:51:58.944Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-03T04:51:59.223Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-05-03T04:51:59.223Z] (2/2) Installing su-exec (0.2-r1) [2021-05-03T04:51:59.223Z] Executing busybox-1.31.1-r20.trigger [2021-05-03T04:51:59.223Z] OK: 6 MiB in 16 packages [2021-05-03T04:52:03.472Z] Removing intermediate container fcfa6e70bae5 [2021-05-03T04:52:03.472Z] ---> 783a5687d980 [2021-05-03T04:52:03.472Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-05-03T04:52:05.047Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.543s coverage: 28.7% of statements [2021-05-03T04:52:05.047Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-05-03T04:52:05.047Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-05-03T04:52:05.047Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-05-03T04:52:05.047Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-05-03T04:52:05.047Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-05-03T04:52:05.047Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.170s coverage: 99.0% of statements [2021-05-03T04:52:05.047Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-05-03T04:52:05.047Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.136s coverage: 100.0% of statements [2021-05-03T04:52:05.047Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-05-03T04:52:05.047Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-05-03T04:52:05.047Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-05-03T04:52:05.047Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application/scheduler 0.185s coverage: 64.6% of statements [2021-05-03T04:52:05.047Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-05-03T04:52:05.047Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.352s coverage: 97.6% of statements [2021-05-03T04:52:05.047Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-05-03T04:52:05.047Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-05-03T04:52:05.047Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-05-03T04:52:05.048Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.058s coverage: 0.0% of statements [2021-05-03T04:52:05.048Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-05-03T04:52:05.048Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.075s coverage: 100.0% of statements [2021-05-03T04:52:05.048Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-05-03T04:52:05.048Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-05-03T04:52:05.048Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-05-03T04:52:05.048Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-05-03T04:52:05.048Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.100s coverage: 87.9% of statements [2021-05-03T04:52:05.048Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-05-03T04:52:05.048Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-05-03T04:52:05.048Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.056s coverage: 100.0% of statements [2021-05-03T04:52:05.048Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.126s coverage: 28.1% of statements [2021-05-03T04:52:06.029Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.077s coverage: 100.0% of statements [2021-05-03T04:52:06.037Z] ---> Running in b143721d93be [2021-05-03T04:52:06.627Z] GO111MODULE=on go vet ./... [2021-05-03T04:52:07.008Z] Removing intermediate container b143721d93be [2021-05-03T04:52:07.008Z] ---> 34bc474e6b16 [2021-05-03T04:52:07.008Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-05-03T04:52:10.360Z] ---> Running in a62c132e90e4 [2021-05-03T04:52:11.361Z] Removing intermediate container a62c132e90e4 [2021-05-03T04:52:11.361Z] ---> 5a524213c201 [2021-05-03T04:52:11.361Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-05-03T04:52:12.844Z] ---> Running in bb93ec19bd68 [2021-05-03T04:52:15.439Z] Removing intermediate container ded8d081537e [2021-05-03T04:52:15.439Z] ---> 49801648e651 [2021-05-03T04:52:15.439Z] [2021-05-03T04:52:15.439Z] Step 10/22 : FROM alpine:3.12 [2021-05-03T04:52:15.439Z] ---> 13621d1b12d4 [2021-05-03T04:52:15.439Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-05-03T04:52:15.439Z] ---> Using cache [2021-05-03T04:52:15.439Z] ---> 24302ee4821a [2021-05-03T04:52:15.439Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-05-03T04:52:15.439Z] ---> Using cache [2021-05-03T04:52:15.439Z] ---> 9d11472f0b97 [2021-05-03T04:52:15.439Z] Step 13/22 : ENV APP_PORT=48085 [2021-05-03T04:52:17.361Z] Removing intermediate container a6117ae0424c [2021-05-03T04:52:17.362Z] ---> 58dd1fd978a4 [2021-05-03T04:52:17.362Z] Step 14/23 : ENV APP_PORT=48090 [2021-05-03T04:52:17.631Z] ---> Running in ef92136e07c9 [2021-05-03T04:52:17.631Z] ---> Running in 95342fa3d8db [2021-05-03T04:52:18.583Z] Removing intermediate container f0a6c031229a [2021-05-03T04:52:18.583Z] ---> 09cb6c16e472 [2021-05-03T04:52:18.583Z] [2021-05-03T04:52:18.583Z] Step 10/23 : FROM alpine:3.12 [2021-05-03T04:52:18.583Z] ---> 13621d1b12d4 [2021-05-03T04:52:18.583Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-05-03T04:52:18.856Z] ---> Using cache [2021-05-03T04:52:18.856Z] ---> 24302ee4821a [2021-05-03T04:52:18.856Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-05-03T04:52:18.856Z] ---> Using cache [2021-05-03T04:52:18.856Z] ---> 9d11472f0b97 [2021-05-03T04:52:18.856Z] Step 13/23 : ENV APP_PORT=48081 [2021-05-03T04:52:18.856Z] Removing intermediate container ef92136e07c9 [2021-05-03T04:52:18.856Z] ---> 7c3088e51d3e [2021-05-03T04:52:18.856Z] Step 14/22 : EXPOSE $APP_PORT [2021-05-03T04:52:18.856Z] Removing intermediate container 95342fa3d8db [2021-05-03T04:52:18.856Z] ---> bb578935b20a [2021-05-03T04:52:18.856Z] Step 15/23 : EXPOSE $APP_PORT [2021-05-03T04:52:19.127Z] ---> Running in ec079b663c4b [2021-05-03T04:52:19.127Z] ---> Running in 1d3acf96e811 [2021-05-03T04:52:19.127Z] Removing intermediate container bb93ec19bd68 [2021-05-03T04:52:19.127Z] ---> d1fa8cc215bc [2021-05-03T04:52:19.127Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-05-03T04:52:19.410Z] ---> Running in 338b49140698 [2021-05-03T04:52:19.410Z] ---> Running in d40a87d45e07 [2021-05-03T04:52:19.678Z] Removing intermediate container 1d3acf96e811 [2021-05-03T04:52:19.678Z] ---> 833f9adad884 [2021-05-03T04:52:19.678Z] Step 14/23 : EXPOSE $APP_PORT [2021-05-03T04:52:19.678Z] Removing intermediate container ec079b663c4b [2021-05-03T04:52:19.678Z] ---> 7c30f7be84ce [2021-05-03T04:52:19.678Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-03T04:52:19.944Z] Removing intermediate container 338b49140698 [2021-05-03T04:52:19.944Z] ---> 213ffa490322 [2021-05-03T04:52:19.944Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-05-03T04:52:19.944Z] ---> Running in 5e91da1ca4f4 [2021-05-03T04:52:19.944Z] Removing intermediate container d40a87d45e07 [2021-05-03T04:52:19.944Z] ---> 4f69e7f053bc [2021-05-03T04:52:19.944Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-05-03T04:52:20.220Z] ---> e124af3ac0bb [2021-05-03T04:52:20.220Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-05-03T04:52:22.142Z] Removing intermediate container 5e91da1ca4f4 [2021-05-03T04:52:22.142Z] ---> c74ac4a0d27d [2021-05-03T04:52:22.142Z] Step 15/23 : WORKDIR / [2021-05-03T04:52:22.142Z] ---> 9c00747522ab [2021-05-03T04:52:22.142Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-05-03T04:52:22.142Z] ---> 409589f2d6e5 [2021-05-03T04:52:22.142Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-05-03T04:52:22.142Z] ---> 579ec85354af [2021-05-03T04:52:22.142Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-05-03T04:52:22.142Z] ---> Running in 0deb19f7b936 [2021-05-03T04:52:22.142Z] ---> Running in c3364ea81ede [2021-05-03T04:52:22.414Z] Removing intermediate container c3364ea81ede [2021-05-03T04:52:22.414Z] ---> 4bbad49f9ed7 [2021-05-03T04:52:22.414Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-03T04:52:22.414Z] ---> 9685a14f5bfb [2021-05-03T04:52:22.414Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-05-03T04:52:22.414Z] ---> f68de3887b33 [2021-05-03T04:52:22.414Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-05-03T04:52:22.678Z] ---> Running in b5ca6036fcba [2021-05-03T04:52:22.939Z] ---> 6f3093208103 [2021-05-03T04:52:22.939Z] Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-05-03T04:52:22.939Z] Removing intermediate container b5ca6036fcba [2021-05-03T04:52:22.939Z] ---> 6d447fee82bc [2021-05-03T04:52:22.939Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-03T04:52:22.939Z] ---> c844ffc84571 [2021-05-03T04:52:22.939Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-05-03T04:52:23.202Z] ---> Running in 975be7c7acc6 [2021-05-03T04:52:23.202Z] ---> Running in 2efae8f193a8 [2021-05-03T04:52:25.751Z] Removing intermediate container 975be7c7acc6 [2021-05-03T04:52:25.751Z] ---> fc0d0c53cee5 [2021-05-03T04:52:25.751Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-03T04:52:25.751Z] Removing intermediate container 0deb19f7b936 [2021-05-03T04:52:25.751Z] ---> 8b57f5ce93f7 [2021-05-03T04:52:25.751Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-03T04:52:25.751Z] ---> 9ba5aaed181d [2021-05-03T04:52:25.751Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-05-03T04:52:25.751Z] Removing intermediate container 2efae8f193a8 [2021-05-03T04:52:25.751Z] ---> 85529f4faf81 [2021-05-03T04:52:25.751Z] Step 20/22 : LABEL arch=x86_64 [2021-05-03T04:52:25.751Z] ---> Running in d19b0f3b80e2 [2021-05-03T04:52:25.751Z] Removing intermediate container 4bb73090d10e [2021-05-03T04:52:25.751Z] ---> 7227e1b21f31 [2021-05-03T04:52:25.751Z] [2021-05-03T04:52:25.751Z] Step 10/22 : FROM alpine:3.12 [2021-05-03T04:52:25.751Z] ---> 13621d1b12d4 [2021-05-03T04:52:25.751Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-05-03T04:52:25.751Z] ---> Running in 49f4eb321c39 [2021-05-03T04:52:25.751Z] ---> Running in e36d86ca333a [2021-05-03T04:52:26.023Z] ---> 39abb33ea174 [2021-05-03T04:52:26.023Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-05-03T04:52:26.023Z] ---> b5fec06b3341 [2021-05-03T04:52:26.023Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-05-03T04:52:26.023Z] Removing intermediate container d19b0f3b80e2 [2021-05-03T04:52:26.023Z] ---> 09ba011e413a [2021-05-03T04:52:26.023Z] Step 21/23 : LABEL arch=x86_64 [2021-05-03T04:52:26.294Z] ---> Running in 86fb9b6fd27b [2021-05-03T04:52:26.294Z] ---> Running in 4068df60470d [2021-05-03T04:52:26.294Z] Removing intermediate container 49f4eb321c39 [2021-05-03T04:52:26.294Z] ---> a9a4982d877d [2021-05-03T04:52:26.294Z] Step 21/22 : LABEL git_sha=1160d5ba54a31b35ea1e4c6d49e89833a7095427 [2021-05-03T04:52:26.565Z] ---> Running in ad31806fee76 [2021-05-03T04:52:26.565Z] ---> a6e7d9f66121 [2021-05-03T04:52:26.565Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-05-03T04:52:26.565Z] Removing intermediate container 86fb9b6fd27b [2021-05-03T04:52:26.565Z] ---> 4c8751b728dc [2021-05-03T04:52:26.565Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-03T04:52:26.830Z] Removing intermediate container 4068df60470d [2021-05-03T04:52:26.830Z] ---> 603a8f07a62c [2021-05-03T04:52:26.830Z] Step 22/23 : LABEL git_sha=1160d5ba54a31b35ea1e4c6d49e89833a7095427 [2021-05-03T04:52:26.830Z] ---> Running in 42696df52b4b [2021-05-03T04:52:26.830Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-03T04:52:26.830Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-03T04:52:27.093Z] ---> Running in 52892b095209 [2021-05-03T04:52:27.093Z] Removing intermediate container ad31806fee76 [2021-05-03T04:52:27.093Z] ---> 55e4646b36a4 [2021-05-03T04:52:27.093Z] Step 22/22 : LABEL version=0.0.0 [2021-05-03T04:52:27.093Z] (1/2) Installing ca-certificates (20191127-r4) [2021-05-03T04:52:27.093Z] ---> 3e980207c655 [2021-05-03T04:52:27.093Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-05-03T04:52:27.093Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-05-03T04:52:27.093Z] Executing busybox-1.31.1-r20.trigger [2021-05-03T04:52:27.093Z] Executing ca-certificates-20191127-r4.trigger [2021-05-03T04:52:27.093Z] OK: 6 MiB in 16 packages [2021-05-03T04:52:27.668Z] ---> Running in 803c438c6ec1 [2021-05-03T04:52:27.931Z] Removing intermediate container 42696df52b4b [2021-05-03T04:52:27.931Z] ---> cddc3b69038e [2021-05-03T04:52:27.931Z] Step 21/23 : LABEL arch=x86_64 [2021-05-03T04:52:27.931Z] Removing intermediate container 52892b095209 [2021-05-03T04:52:27.931Z] ---> 703957a63c4b [2021-05-03T04:52:27.932Z] Step 23/23 : LABEL version=0.0.0 [2021-05-03T04:52:27.932Z] ---> a53733fc1796 [2021-05-03T04:52:27.932Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-05-03T04:52:28.195Z] ---> Running in 052948657f0f [2021-05-03T04:52:28.195Z] ---> Running in 5df166dce7da [2021-05-03T04:52:28.195Z] Removing intermediate container 803c438c6ec1 [2021-05-03T04:52:28.195Z] ---> 89564526102b [2021-05-03T04:52:28.195Z] [2021-05-03T04:52:28.456Z] Successfully built 89564526102b [2021-05-03T04:52:29.409Z] Successfully tagged docker-support-scheduler-go:latest [2021-05-03T04:52:29.409Z]  Building docker-support-scheduler-go ... done Removing intermediate container e36d86ca333a [2021-05-03T04:52:29.409Z] ---> fc87f45f63a3 [2021-05-03T04:52:29.409Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-05-03T04:52:29.670Z] Removing intermediate container 052948657f0f [2021-05-03T04:52:29.671Z] ---> a2a7b8f1bfbd [2021-05-03T04:52:29.671Z] [2021-05-03T04:52:29.671Z] ---> 8c949146c065 [2021-05-03T04:52:29.671Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-05-03T04:52:29.671Z] Removing intermediate container 5df166dce7da [2021-05-03T04:52:29.671Z] ---> 589a46b9b34d [2021-05-03T04:52:29.671Z] Step 22/23 : LABEL git_sha=1160d5ba54a31b35ea1e4c6d49e89833a7095427 [2021-05-03T04:52:29.671Z] Successfully built a2a7b8f1bfbd [2021-05-03T04:52:29.671Z] ---> Running in 806b3c7eaa6c [2021-05-03T04:52:29.671Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-05-03T04:52:29.932Z]  Building docker-sys-mgmt-agent-go ... done  ---> Running in 0cacaa220527 [2021-05-03T04:52:29.932Z] ---> Running in 186170346bf4 [2021-05-03T04:52:29.932Z] Removing intermediate container 806b3c7eaa6c [2021-05-03T04:52:29.932Z] ---> f6282f758386 [2021-05-03T04:52:29.932Z] Step 13/22 : ENV APP_PORT=48060 [2021-05-03T04:52:30.195Z] ---> Running in c940ff97eb0d [2021-05-03T04:52:30.195Z] Removing intermediate container 0cacaa220527 [2021-05-03T04:52:30.195Z] ---> bc33e564ea28 [2021-05-03T04:52:30.195Z] Step 23/23 : LABEL version=0.0.0 [2021-05-03T04:52:30.195Z] Removing intermediate container 186170346bf4 [2021-05-03T04:52:30.195Z] ---> 1dfab3e5ad6f [2021-05-03T04:52:30.195Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-05-03T04:52:30.456Z] ---> Running in d07850bcbe06 [2021-05-03T04:52:30.456Z] Removing intermediate container c940ff97eb0d [2021-05-03T04:52:30.456Z] ---> 56fbc4753f23 [2021-05-03T04:52:30.456Z] Step 14/22 : EXPOSE $APP_PORT [2021-05-03T04:52:30.719Z] ---> Running in 6aaed9572963 [2021-05-03T04:52:30.719Z] ---> d286364cbfa6 [2021-05-03T04:52:30.719Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-05-03T04:52:30.719Z] Removing intermediate container d07850bcbe06 [2021-05-03T04:52:30.719Z] ---> 998e2050bc0a [2021-05-03T04:52:30.719Z] [2021-05-03T04:52:30.987Z] Successfully built 998e2050bc0a [2021-05-03T04:52:30.987Z] ---> Running in b79a6457eb99 [2021-05-03T04:52:30.987Z] Successfully tagged docker-core-metadata-go:latest [2021-05-03T04:52:30.987Z]  Building docker-core-metadata-go ... done Removing intermediate container 6aaed9572963 [2021-05-03T04:52:30.987Z] ---> 1d2c43ffd7dc [2021-05-03T04:52:30.987Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-03T04:52:31.251Z] ---> 00d86ac288ee [2021-05-03T04:52:31.251Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-05-03T04:52:31.825Z] ---> 829c39b81097 [2021-05-03T04:52:31.825Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-05-03T04:52:32.088Z] Removing intermediate container b79a6457eb99 [2021-05-03T04:52:32.088Z] ---> d7f0051020af [2021-05-03T04:52:32.088Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-05-03T04:52:32.088Z] ---> Running in a58b85cd1127 [2021-05-03T04:52:32.350Z] ---> db39c9552db0 [2021-05-03T04:52:32.350Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-05-03T04:52:32.350Z] ---> Running in 7ea40a19c6b5 [2021-05-03T04:52:32.924Z] Removing intermediate container a58b85cd1127 [2021-05-03T04:52:32.924Z] ---> 21b60c3c6ec1 [2021-05-03T04:52:32.924Z] Step 28/31 : CMD ["gate"] [2021-05-03T04:52:32.924Z] Removing intermediate container 7ea40a19c6b5 [2021-05-03T04:52:32.924Z] ---> 1d2fdca1a8a2 [2021-05-03T04:52:32.924Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-03T04:52:33.187Z] ---> Running in 25ab282bfc66 [2021-05-03T04:52:33.187Z] ---> Running in 177868bd2746 [2021-05-03T04:52:33.187Z] Removing intermediate container 25ab282bfc66 [2021-05-03T04:52:33.187Z] ---> 310d51fe959b [2021-05-03T04:52:33.187Z] Step 29/31 : LABEL arch=x86_64 [2021-05-03T04:52:33.448Z] Removing intermediate container 177868bd2746 [2021-05-03T04:52:33.448Z] ---> 64b749f65aa1 [2021-05-03T04:52:33.448Z] Step 20/22 : LABEL arch=x86_64 [2021-05-03T04:52:33.448Z] ---> Running in 8f576303cf01 [2021-05-03T04:52:33.448Z] ---> Running in 29d14f733622 [2021-05-03T04:52:33.709Z] Removing intermediate container 8f576303cf01 [2021-05-03T04:52:33.709Z] ---> 25d288ca8f5b [2021-05-03T04:52:33.709Z] Step 30/31 : LABEL git_sha=1160d5ba54a31b35ea1e4c6d49e89833a7095427 [2021-05-03T04:52:33.709Z] Removing intermediate container 29d14f733622 [2021-05-03T04:52:33.709Z] ---> 98403a8d1962 [2021-05-03T04:52:33.709Z] Step 21/22 : LABEL git_sha=1160d5ba54a31b35ea1e4c6d49e89833a7095427 [2021-05-03T04:52:33.709Z] ---> Running in 39afba4f12fa [2021-05-03T04:52:33.709Z] ---> Running in e80fe0da4225 [2021-05-03T04:52:34.659Z] Removing intermediate container e80fe0da4225 [2021-05-03T04:52:34.659Z] ---> d0bb04e847be [2021-05-03T04:52:34.659Z] Step 22/22 : LABEL version=0.0.0 [2021-05-03T04:52:34.659Z] Removing intermediate container 39afba4f12fa [2021-05-03T04:52:34.659Z] ---> 93786a48e5b4 [2021-05-03T04:52:34.659Z] Step 31/31 : LABEL version=0.0.0 [2021-05-03T04:52:34.922Z] ---> Running in 0b00087aee64 [2021-05-03T04:52:34.922Z] ---> Running in a79617397942 [2021-05-03T04:52:35.184Z] Removing intermediate container 0b00087aee64 [2021-05-03T04:52:35.184Z] ---> a60e5192a0f1 [2021-05-03T04:52:35.184Z] [2021-05-03T04:52:35.184Z] Successfully built a60e5192a0f1 [2021-05-03T04:52:35.184Z] Successfully tagged docker-support-notifications-go:latest [2021-05-03T04:52:35.184Z]  Building docker-support-notifications-go ... done Removing intermediate container a79617397942 [2021-05-03T04:52:35.184Z] ---> 7e4e6a94e2a2 [2021-05-03T04:52:35.184Z] [2021-05-03T04:52:35.445Z] Successfully built 7e4e6a94e2a2 [2021-05-03T04:52:35.446Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-05-03T04:52:35.730Z]  Building docker-security-bootstrapper-go ... done  [Pipeline] } [2021-05-03T04:52:35.800Z] $ docker stop --time=1 35ad96b62437fc5fec91801d2949d09dc73f2a836a23ac7a1ded545346fbda3e [2021-05-03T04:52:37.503Z] $ docker rm -f 35ad96b62437fc5fec91801d2949d09dc73f2a836a23ac7a1ded545346fbda3e [Pipeline] // withDockerContainer [Pipeline] sh [2021-05-03T04:52:37.997Z] + docker images [2021-05-03T04:52:37.997Z] + grep docker [2021-05-03T04:52:38.257Z] docker-security-bootstrapper-go latest 7e4e6a94e2a2 3 seconds ago 18.2MB [2021-05-03T04:52:38.257Z] docker-support-notifications-go latest a60e5192a0f1 4 seconds ago 17.6MB [2021-05-03T04:52:38.257Z] docker-core-metadata-go latest 998e2050bc0a 8 seconds ago 18.6MB [2021-05-03T04:52:38.257Z] docker-sys-mgmt-agent-go latest a2a7b8f1bfbd 10 seconds ago 312MB [2021-05-03T04:52:38.257Z] docker-support-scheduler-go latest 89564526102b 11 seconds ago 17.1MB [2021-05-03T04:52:38.257Z] docker-core-data-go latest f686c1e3134a About a minute ago 21.5MB [2021-05-03T04:52:38.257Z] docker-security-secretstore-setup-go latest d42fdd236753 About a minute ago 25.6MB [2021-05-03T04:52:38.257Z] docker-security-proxy-setup-go latest e45f46359dc8 About a minute ago 25.3MB [2021-05-03T04:52:38.257Z] docker-core-command-go latest 8e2fe7d47806 About a minute ago 17MB [2021-05-03T04:52:38.257Z] 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-03T04:52:53.709Z] Still waiting to schedule task [2021-05-03T04:52:53.709Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2021-05-03T04:53:43.493Z] gofmt -l . [2021-05-03T04:53:43.493Z] [ "`gofmt -l .`" = "" ] [2021-05-03T04:53:44.481Z] ./bin/test-go-mod-tidy.sh [2021-05-03T04:53:45.088Z] ./bin/test-attribution-txt.sh [2021-05-03T04:53:45.496Z] Running on prd-ubuntu18.04-docker-8c-8g-2679 in /w/workspace/edgexfoundry_edgex-go_PR-3416 [Pipeline] { [Pipeline] ws [2021-05-03T04:53:45.515Z] Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] checkout [Pipeline] sh [2021-05-03T04:53:47.736Z] + ls -al . [2021-05-03T04:53:47.736Z] total 840 [2021-05-03T04:53:47.736Z] drwxrwxr-x 9 1001 1001 4096 May 3 04:53 . [2021-05-03T04:53:47.736Z] drwxr-xr-x 4 root root 4096 May 3 04:48 .. [2021-05-03T04:53:47.736Z] -rw-rw-r-- 1 1001 1001 11 May 3 04:47 .dockerignore [2021-05-03T04:53:47.736Z] drwxrwxr-x 8 1001 1001 4096 May 3 04:47 .git [2021-05-03T04:53:47.736Z] drwxrwxr-x 3 1001 1001 4096 May 3 04:47 .github [2021-05-03T04:53:47.736Z] -rw-rw-r-- 1 1001 1001 818 May 3 04:47 .gitignore [2021-05-03T04:53:47.736Z] -rw-rw-r-- 1 1001 1001 166 May 3 04:47 .sonarcloud.properties [2021-05-03T04:53:47.736Z] -rw-rw-r-- 1 1001 1001 8609 May 3 04:47 Attribution.txt [2021-05-03T04:53:47.736Z] -rw-rw-r-- 1 1001 1001 3804 May 3 04:47 CONTRIBUTING.md [2021-05-03T04:53:47.736Z] -rw-rw-r-- 1 1001 1001 931 May 3 04:47 Dockerfile.build [2021-05-03T04:53:47.736Z] -rw-rw-r-- 1 1001 1001 863 May 3 04:47 Jenkinsfile [2021-05-03T04:53:47.736Z] -rw-rw-r-- 1 1001 1001 10775 May 3 04:47 LICENSE [2021-05-03T04:53:47.736Z] -rw-rw-r-- 1 1001 1001 5774 May 3 04:47 Makefile [2021-05-03T04:53:47.736Z] -rw-rw-r-- 1 1001 1001 7978 May 3 04:47 README.md [2021-05-03T04:53:47.736Z] -rw-rw-r-- 1 1001 1001 6755 May 3 04:47 SECURITY.md [2021-05-03T04:53:47.736Z] -rw-rw-r-- 1 1001 1001 5 May 3 04:44 VERSION [2021-05-03T04:53:47.736Z] -rw-rw-r-- 1 1001 1001 4131 May 3 04:47 ZMQWindows.md [2021-05-03T04:53:47.736Z] drwxrwxr-x 2 1001 1001 4096 May 3 04:47 bin [2021-05-03T04:53:47.736Z] drwxrwxr-x 14 1001 1001 4096 May 3 04:47 cmd [2021-05-03T04:53:47.736Z] -rw-r--r-- 1 root root 703681 May 3 04:52 coverage.out [2021-05-03T04:53:47.736Z] -rw-r--r-- 1 root root 1060 May 3 04:53 go.mod [2021-05-03T04:53:47.736Z] -rw-r--r-- 1 root root 22420 May 3 04:48 go.sum [2021-05-03T04:53:47.736Z] drwxrwxr-x 8 1001 1001 4096 May 3 04:47 internal [2021-05-03T04:53:47.736Z] drwxrwxr-x 4 1001 1001 4096 May 3 04:47 openapi [2021-05-03T04:53:47.736Z] drwxrwxr-x 4 1001 1001 4096 May 3 04:47 snap [2021-05-03T04:53:47.736Z] -rw-rw-r-- 1 1001 1001 168 May 3 04:47 version.go [Pipeline] sh [2021-05-03T04:53:48.398Z] + '[' -e coverage.out ] [2021-05-03T04:53:48.398Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-05-03T04:53:48.429Z] Warning: overwriting stash ‘coverage-report’ [2021-05-03T04:53:48.930Z] using credential edgex-jenkins-ssh [2021-05-03T04:53:48.952Z] Cloning the remote Git repository [2021-05-03T04:53:48.968Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-05-03T04:53:49.942Z] Stashed 1 file(s) [Pipeline] sh [2021-05-03T04:53:49.038Z] > git init /w/workspace/edgex-go/2 # timeout=10 [2021-05-03T04:53:49.063Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-05-03T04:53:49.063Z] > git --version # timeout=10 [2021-05-03T04:53:49.069Z] > git --version # 'git version 2.17.1' [2021-05-03T04:53:49.069Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-03T04:53:49.094Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-03T04:53:50.620Z] + make build [2021-05-03T04:53:50.620Z] 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-03T04:53:55.269Z] Merging remotes/origin/master commit 31468994070af38c8f9db93fe1a8ddc3ce05f196 into PR head commit 1160d5ba54a31b35ea1e4c6d49e89833a7095427 [2021-05-03T04:53:55.415Z] Merge succeeded, producing 1160d5ba54a31b35ea1e4c6d49e89833a7095427 [2021-05-03T04:53:55.416Z] Checking out Revision 1160d5ba54a31b35ea1e4c6d49e89833a7095427 (PR-3416) [2021-05-03T04:53:54.607Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-05-03T04:53:54.615Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-03T04:53:54.626Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-05-03T04:53:54.637Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-05-03T04:53:54.637Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-03T04:53:54.641Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3416/head:refs/remotes/origin/PR-3416 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-05-03T04:53:55.277Z] > git config core.sparsecheckout # timeout=10 [2021-05-03T04:53:55.284Z] > git checkout -f 1160d5ba54a31b35ea1e4c6d49e89833a7095427 # timeout=10 [2021-05-03T04:53:55.366Z] > git remote # timeout=10 [2021-05-03T04:53:55.379Z] > git config --get remote.origin.url # timeout=10 [2021-05-03T04:53:55.385Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-03T04:53:55.389Z] > git merge 31468994070af38c8f9db93fe1a8ddc3ce05f196 # timeout=10 [2021-05-03T04:53:55.401Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-05-03T04:53:55.416Z] > git config core.sparsecheckout # timeout=10 [2021-05-03T04:53:55.421Z] > git checkout -f 1160d5ba54a31b35ea1e4c6d49e89833a7095427 # timeout=10 [2021-05-03T04:53:59.021Z] 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-03T04:53:59.122Z] Commit message: "fix: MaxResultCount limit the maximum number of returned objects" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-05-03T04:54:00.340Z] + echo snap-build.sh [2021-05-03T04:54:00.340Z] snap-build.sh [2021-05-03T04:54:00.340Z] + SNAP_BASE_DIR=. [2021-05-03T04:54:00.340Z] + '[' '!' -z /w/workspace/edgex-go/2 ']' [2021-05-03T04:54:00.340Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/2 [2021-05-03T04:54:00.340Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/2]' [2021-05-03T04:54:00.340Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/2] [2021-05-03T04:54:00.340Z] + cd /w/workspace/edgex-go/2 [2021-05-03T04:54:00.340Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-05-03T04:54:00.340Z] Reading package lists... [2021-05-03T04:54:00.340Z] Building dependency tree... [2021-05-03T04:54:00.340Z] Reading state information... [2021-05-03T04:54:00.602Z] The following packages were automatically installed and are no longer required: [2021-05-03T04:54:00.602Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-05-03T04:54:00.602Z] uidmap xdelta3 [2021-05-03T04:54:00.602Z] Use 'sudo apt autoremove' to remove them. [2021-05-03T04:54:00.602Z] The following packages will be REMOVED: [2021-05-03T04:54:00.602Z] lxd* lxd-client* [2021-05-03T04:54:01.195Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-05-03T04:54:01.195Z] After this operation, 31.7 MB disk space will be freed. [2021-05-03T04:54:02.243Z] (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-03T04:54:02.243Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-05-03T04:54:03.196Z] Removing lxd dnsmasq configuration [2021-05-03T04:54:03.196Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-05-03T04:54:03.459Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-05-03T04:54:04.405Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-05-03T04:54:04.667Z] (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-03T04:54:04.667Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-05-03T04:54:06.056Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-05-03T04:54:06.056Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-05-03T04:54:07.447Z] + sudo snap remove --purge lxd [2021-05-03T04:54:07.708Z] snap "lxd" is not installed [2021-05-03T04:54:07.708Z] + sudo groupadd --force --system lxd [2021-05-03T04:54:07.708Z] ++ whoami [2021-05-03T04:54:07.708Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-05-03T04:54:07.708Z] + newgrp - lxd [2021-05-03T04:54:07.969Z] + sudo snap install lxd [2021-05-03T04:54:17.986Z] 2021-05-03T04:54:14Z INFO Waiting for automatic snapd restart... [2021-05-03T04:54:25.830Z] 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-03T04:54:27.262Z] 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-03T04:54:31.568Z] 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-03T04:54:32.161Z] 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-03T04:54:32.912Z] lxd 4.13 from Canonical* installed [2021-05-03T04:54:32.912Z] + sudo lxd init --auto [2021-05-03T04:54:36.474Z] 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-03T04:54:40.783Z] 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-03T04:54:41.390Z] + sudo snap install --classic snapcraft [2021-05-03T04:54:43.398Z] 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-03T04:54:45.600Z] snapcraft 4.6.3 from Canonical* installed [2021-05-03T04:54:45.600Z] + '[' -f snap/local/build-helpers/bin/minimal-snap-build.sh ']' [2021-05-03T04:54:45.600Z] + ./snap/local/build-helpers/bin/minimal-snap-build.sh [2021-05-03T04:54:45.600Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-05-03T04:54:45.600Z] Dload Upload Total Spent Left Speed [2021-05-03T04:54:45.600Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 627 100 627 0 0 4294 0 --:--:-- --:--:-- --:--:-- 4294 [2021-05-03T04:54:45.600Z] 100 3325k 100 3325k 0 0 9.9M 0 --:--:-- --:--:-- --:--:-- 9.9M [2021-05-03T04:54:45.600Z] ./yq_linux_amd64 [2021-05-03T04:54:45.862Z] + sudo snapcraft prime --use-lxd [2021-05-03T04:54:46.793Z] 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-03T04:54:47.790Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-05-03T04:54:47.790Z] 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-03T04:54:47.790Z] - README.md [2021-05-03T04:54:47.790Z] [2021-05-03T04:54:47.790Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-05-03T04:54:48.051Z] Launching a container. [2021-05-03T04:54:49.414Z] 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-03T04:54:52.805Z] 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-03T04:54:58.214Z] $ docker stop --time=1 038313f28d280d4fc4d9e0f0a6829c9d06e286384e5049dbf5281e9092409d16 [2021-05-03T04:55:00.288Z] Waiting for container to be ready [2021-05-03T04:55:00.288Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-05-03T04:55:00.288Z] [2021-05-03T04:55:01.055Z] $ docker rm -f 038313f28d280d4fc4d9e0f0a6829c9d06e286384e5049dbf5281e9092409d16 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-03T04:55:02.730Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-05-03T04:55:02.730Z] [2021-05-03T04:55:02.730Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-05-03T04:55:02.879Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [Pipeline] isUnix [Pipeline] sh [2021-05-03T04:55:03.360Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-05-03T04:55:03.451Z] Waiting for network to be ready... [2021-05-03T04:55:03.634Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-05-03T04:55:03.634Z] 29e5d40040c1: Pulling fs layer [2021-05-03T04:55:03.634Z] 1ce36da41761: Pulling fs layer [2021-05-03T04:55:03.634Z] 25b303627fd3: Pulling fs layer [2021-05-03T04:55:03.634Z] 29e5d40040c1: Verifying Checksum [2021-05-03T04:55:03.634Z] 29e5d40040c1: Download complete [2021-05-03T04:55:03.713Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-05-03T04:55:03.973Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1696 kB] [2021-05-03T04:55:03.973Z] Get:3 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-05-03T04:55:03.973Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [318 kB] [2021-05-03T04:55:03.973Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.2 kB] [2021-05-03T04:55:03.973Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-05-03T04:55:03.973Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [302 kB] [2021-05-03T04:55:04.232Z] 29e5d40040c1: Pull complete [2021-05-03T04:55:04.234Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [40.4 kB] [2021-05-03T04:55:04.234Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1124 kB] [2021-05-03T04:55:04.234Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [253 kB] [2021-05-03T04:55:04.496Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-05-03T04:55:04.496Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-05-03T04:55:04.504Z] 1ce36da41761: Download complete [2021-05-03T04:55:05.069Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-05-03T04:55:05.069Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-05-03T04:55:05.069Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-05-03T04:55:05.069Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-05-03T04:55:05.069Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-05-03T04:55:05.069Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-05-03T04:55:05.640Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-05-03T04:55:05.903Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2039 kB] [2021-05-03T04:55:05.941Z] 1ce36da41761: Pull complete [2021-05-03T04:55:06.165Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [410 kB] [2021-05-03T04:55:06.165Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [25.0 kB] [2021-05-03T04:55:06.165Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-05-03T04:55:06.165Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [324 kB] [2021-05-03T04:55:06.165Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [43.8 kB] [2021-05-03T04:55:06.165Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1734 kB] [2021-05-03T04:55:06.165Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [369 kB] [2021-05-03T04:55:06.535Z] 25b303627fd3: Verifying Checksum [2021-05-03T04:55:06.536Z] 25b303627fd3: Download complete [2021-05-03T04:55:08.094Z] Fetched 24.4 MB in 4s (5482 kB/s) [2021-05-03T04:55:09.052Z] Reading package lists... [2021-05-03T04:55:09.314Z] Reading package lists... [2021-05-03T04:55:09.577Z] Building dependency tree... [2021-05-03T04:55:09.577Z] Reading state information... [2021-05-03T04:55:09.577Z] The following additional packages will be installed: [2021-05-03T04:55:09.577Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-05-03T04:55:09.577Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-05-03T04:55:09.577Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-05-03T04:55:09.577Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-05-03T04:55:09.577Z] Suggested packages: [2021-05-03T04:55:09.577Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-05-03T04:55:09.577Z] Recommended packages: [2021-05-03T04:55:09.577Z] gnupg libsasl2-modules [2021-05-03T04:55:09.577Z] The following NEW packages will be installed: [2021-05-03T04:55:09.577Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-05-03T04:55:09.577Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-05-03T04:55:09.577Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-05-03T04:55:09.577Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-05-03T04:55:09.577Z] The following packages will be upgraded: [2021-05-03T04:55:09.577Z] gpg gpg-agent gpgconf libudev1 [2021-05-03T04:55:09.577Z] 4 upgraded, 18 newly installed, 0 to remove and 106 not upgraded. [2021-05-03T04:55:09.577Z] Need to get 3529 kB of archives. [2021-05-03T04:55:09.577Z] After this operation, 13.3 MB of additional disk space will be used. [2021-05-03T04:55:09.577Z] 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-03T04:55:09.837Z] 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-03T04:55:09.838Z] 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-03T04:55:09.838Z] 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-03T04:55:09.838Z] Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.46 [58.4 kB] [2021-05-03T04:55:10.098Z] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.46 [1102 kB] [2021-05-03T04:55:10.672Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-05-03T04:55:10.672Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-05-03T04:55:10.672Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] [2021-05-03T04:55:10.672Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] [2021-05-03T04:55:10.672Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] [2021-05-03T04:55:10.672Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-05-03T04:55:10.672Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-05-03T04:55:10.672Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-05-03T04:55:10.672Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-05-03T04:55:10.672Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-05-03T04:55:10.672Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-05-03T04:55:10.672Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-05-03T04:55:10.672Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-05-03T04:55:10.672Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-05-03T04:55:10.672Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-05-03T04:55:10.672Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] [2021-05-03T04:55:10.934Z] debconf: delaying package configuration, since apt-utils is not installed [2021-05-03T04:55:10.934Z] Fetched 3529 kB in 1s (3142 kB/s) [2021-05-03T04:55:10.934Z] (Reading database ... 12511 files and directories currently installed.) [2021-05-03T04:55:10.934Z] Preparing to unpack .../libudev1_237-3ubuntu10.46_amd64.deb ... [2021-05-03T04:55:10.934Z] Unpacking libudev1:amd64 (237-3ubuntu10.46) over (237-3ubuntu10) ... [2021-05-03T04:55:11.195Z] Setting up libudev1:amd64 (237-3ubuntu10.46) ... [2021-05-03T04:55:11.195Z] Selecting previously unselected package udev. [2021-05-03T04:55:11.195Z] (Reading database ... 12511 files and directories currently installed.) [2021-05-03T04:55:11.195Z] Preparing to unpack .../00-udev_237-3ubuntu10.46_amd64.deb ... [2021-05-03T04:55:11.195Z] Unpacking udev (237-3ubuntu10.46) ... [2021-05-03T04:55:11.455Z] Selecting previously unselected package libfuse2:amd64. [2021-05-03T04:55:11.456Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-05-03T04:55:11.716Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-05-03T04:55:11.716Z] Selecting previously unselected package fuse. [2021-05-03T04:55:11.716Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-05-03T04:55:11.716Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-05-03T04:55:11.716Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... [2021-05-03T04:55:11.716Z] Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-05-03T04:55:11.978Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... [2021-05-03T04:55:11.978Z] Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-05-03T04:55:12.239Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... [2021-05-03T04:55:12.239Z] Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-05-03T04:55:12.239Z] Selecting previously unselected package libksba8:amd64. [2021-05-03T04:55:12.239Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-05-03T04:55:12.239Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-05-03T04:55:12.500Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-05-03T04:55:12.500Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-05-03T04:55:12.500Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-03T04:55:12.500Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-05-03T04:55:12.500Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-05-03T04:55:12.500Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-03T04:55:12.762Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-05-03T04:55:12.762Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-05-03T04:55:12.762Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-03T04:55:12.762Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-05-03T04:55:12.762Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-05-03T04:55:12.762Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-03T04:55:13.023Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-05-03T04:55:13.023Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-05-03T04:55:13.023Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-03T04:55:13.023Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-05-03T04:55:13.023Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-05-03T04:55:13.023Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-03T04:55:13.023Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-05-03T04:55:13.023Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-05-03T04:55:13.023Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-03T04:55:13.283Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-05-03T04:55:13.284Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-05-03T04:55:13.284Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-03T04:55:13.284Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-05-03T04:55:13.284Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-05-03T04:55:13.284Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-03T04:55:13.546Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-05-03T04:55:13.546Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-05-03T04:55:13.546Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-05-03T04:55:13.546Z] Selecting previously unselected package libsasl2-2:amd64. [2021-05-03T04:55:13.546Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-05-03T04:55:13.546Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-05-03T04:55:13.809Z] Selecting previously unselected package libldap-common. [2021-05-03T04:55:13.809Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... [2021-05-03T04:55:13.809Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-05-03T04:55:13.809Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-05-03T04:55:13.809Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... [2021-05-03T04:55:13.809Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-05-03T04:55:13.809Z] Selecting previously unselected package dirmngr. [2021-05-03T04:55:13.809Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... [2021-05-03T04:55:13.809Z] Unpacking dirmngr (2.2.4-1ubuntu1.4) ... [2021-05-03T04:55:14.070Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-05-03T04:55:14.070Z] Setting up gpgconf (2.2.4-1ubuntu1.4) ... [2021-05-03T04:55:14.070Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-05-03T04:55:14.070Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-05-03T04:55:14.070Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-05-03T04:55:14.070Z] Setting up gpg-agent (2.2.4-1ubuntu1.4) ... [2021-05-03T04:55:14.331Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-03T04:55:14.331Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-05-03T04:55:14.331Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-05-03T04:55:14.331Z] Setting up udev (237-3ubuntu10.46) ... [2021-05-03T04:55:14.902Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-05-03T04:55:14.902Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-03T04:55:14.902Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-05-03T04:55:14.902Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-05-03T04:55:15.163Z] Setting up gpg (2.2.4-1ubuntu1.4) ... [2021-05-03T04:55:15.163Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-03T04:55:15.163Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-03T04:55:15.163Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-03T04:55:15.163Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-03T04:55:15.163Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-03T04:55:15.163Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-03T04:55:15.425Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-03T04:55:15.425Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-05-03T04:55:15.425Z] Setting up dirmngr (2.2.4-1ubuntu1.4) ... [2021-05-03T04:55:15.425Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-05-03T04:55:15.997Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-05-03T04:55:15.997Z] settings in the [Install] section, and DefaultInstance for template units). [2021-05-03T04:55:15.997Z] This means they are not meant to be enabled using systemctl. [2021-05-03T04:55:15.997Z] Possible reasons for having this kind of units are: [2021-05-03T04:55:15.997Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-05-03T04:55:15.997Z] .wants/ or .requires/ directory. [2021-05-03T04:55:15.997Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-05-03T04:55:15.997Z] a requirement dependency on it. [2021-05-03T04:55:15.997Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-05-03T04:55:15.997Z] D-Bus, udev, scripted systemctl call, ...). [2021-05-03T04:55:15.997Z] 4) In case of template units, the unit is meant to be enabled with some [2021-05-03T04:55:15.997Z] instance name specified. [2021-05-03T04:55:16.259Z] Reading package lists... [2021-05-03T04:55:16.520Z] Building dependency tree... [2021-05-03T04:55:16.520Z] Reading state information... [2021-05-03T04:55:16.689Z] 25b303627fd3: Pull complete [2021-05-03T04:55:16.690Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-05-03T04:55:16.690Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-05-03T04:55:16.690Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-05-03T04:55:16.782Z] The following additional packages will be installed: [2021-05-03T04:55:16.782Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-05-03T04:55:16.782Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-05-03T04:55:16.782Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-05-03T04:55:16.782Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-05-03T04:55:16.782Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-05-03T04:55:16.782Z] Suggested packages: [2021-05-03T04:55:16.782Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-05-03T04:55:16.782Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-05-03T04:55:16.782Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-05-03T04:55:16.782Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-05-03T04:55:16.782Z] systemd-container policykit-1 [2021-05-03T04:55:16.782Z] Recommended packages: [2021-05-03T04:55:16.782Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-05-03T04:55:16.782Z] The following NEW packages will be installed: [2021-05-03T04:55:16.782Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-05-03T04:55:16.782Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-05-03T04:55:16.782Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-05-03T04:55:16.782Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-05-03T04:55:16.782Z] python3.6-minimal snapd squashfs-tools sudo [2021-05-03T04:55:16.782Z] The following packages will be upgraded: [2021-05-03T04:55:16.782Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-05-03T04:55:16.782Z] 5 upgraded, 25 newly installed, 0 to remove and 101 not upgraded. [2021-05-03T04:55:16.782Z] Need to get 35.2 MB of archives. [2021-05-03T04:55:16.782Z] After this operation, 141 MB of additional disk space will be used. [2021-05-03T04:55:16.782Z] 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-03T04:55:16.782Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [534 kB] [2021-05-03T04:55:16.955Z] prd-ubuntu18.04-docker-arm64-4c-16g-2678 does not seem to be running inside a container [2021-05-03T04:55:17.030Z] $ 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-arm64:latest cat [2021-05-03T04:55:17.043Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-05-03T04:55:17.043Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.46 [2914 kB] [2021-05-03T04:55:17.043Z] 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-03T04:55:17.043Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.4 [1712 kB] [2021-05-03T04:55:17.043Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.4 [203 kB] [2021-05-03T04:55:17.043Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-05-03T04:55:17.043Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] [2021-05-03T04:55:17.043Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-05-03T04:55:17.043Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-05-03T04:55:17.043Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-05-03T04:55:17.043Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-05-03T04:55:17.043Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-05-03T04:55:17.043Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] [2021-05-03T04:55:17.043Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-05-03T04:55:17.043Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] [2021-05-03T04:55:17.987Z] Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.46 [209 kB] [2021-05-03T04:55:17.987Z] Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libapt-pkg5.0 amd64 1.6.13 [808 kB] [2021-05-03T04:55:17.987Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 apt amd64 1.6.13 [1201 kB] [2021-05-03T04:55:17.987Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2021-05-03T04:55:17.987Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-05-03T04:55:17.987Z] Get:23 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-05-03T04:55:17.987Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-05-03T04:55:17.987Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-05-03T04:55:17.987Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-05-03T04:55:17.987Z] Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-05-03T04:55:17.987Z] Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-05-03T04:55:17.987Z] Get:29 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-05-03T04:55:17.987Z] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] [2021-05-03T04:55:18.249Z] debconf: delaying package configuration, since apt-utils is not installed [2021-05-03T04:55:18.249Z] Fetched 35.2 MB in 1s (25.9 MB/s) [2021-05-03T04:55:18.249Z] (Reading database ... 12757 files and directories currently installed.) [2021-05-03T04:55:18.249Z] Preparing to unpack .../systemd_237-3ubuntu10.46_amd64.deb ... [2021-05-03T04:55:18.511Z] Unpacking systemd (237-3ubuntu10.46) over (237-3ubuntu10) ... [2021-05-03T04:55:19.083Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.46_amd64.deb ... [2021-05-03T04:55:19.083Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.46) over (237-3ubuntu10) ... [2021-05-03T04:55:19.348Z] Setting up libsystemd0:amd64 (237-3ubuntu10.46) ... [2021-05-03T04:55:19.348Z] (Reading database ... 12757 files and directories currently installed.) [2021-05-03T04:55:19.348Z] Preparing to unpack .../libapt-pkg5.0_1.6.13_amd64.deb ... [2021-05-03T04:55:19.348Z] Unpacking libapt-pkg5.0:amd64 (1.6.13) over (1.6.1) ... [2021-05-03T04:55:19.610Z] Setting up libapt-pkg5.0:amd64 (1.6.13) ... [2021-05-03T04:55:19.610Z] (Reading database ... 12757 files and directories currently installed.) [2021-05-03T04:55:19.610Z] Preparing to unpack .../archives/apt_1.6.13_amd64.deb ... [2021-05-03T04:55:19.875Z] Unpacking apt (1.6.13) over (1.6.1) ... [2021-05-03T04:55:20.137Z] Setting up apt (1.6.13) ... [2021-05-03T04:55:20.137Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-05-03T04:55:20.309Z] $ docker top 4629f022f777f7c1502aa4a09f1f01daa19728b5cdcaa475a4b63efbbd9b77fa -eo pid,comm [2021-05-03T04:55:20.398Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [Pipeline] { [Pipeline] sh [2021-05-03T04:55:20.660Z] (Reading database ... 12764 files and directories currently installed.) [2021-05-03T04:55:20.660Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... [2021-05-03T04:55:20.660Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... [2021-05-03T04:55:21.230Z] + grep parallel [2021-05-03T04:55:21.230Z] + docker-compose build --help [2021-05-03T04:55:21.230Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-05-03T04:55:21.230Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-05-03T04:55:21.230Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-05-03T04:55:21.230Z] Selecting previously unselected package libexpat1:amd64. [2021-05-03T04:55:21.230Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-05-03T04:55:21.230Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-05-03T04:55:21.492Z] Selecting previously unselected package python3.6-minimal. [2021-05-03T04:55:21.492Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-05-03T04:55:21.492Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-05-03T04:55:21.754Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) ... [2021-05-03T04:55:21.754Z] Checking for services that may need to be restarted...done. [2021-05-03T04:55:21.754Z] Checking for services that may need to be restarted...done. [2021-05-03T04:55:22.015Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-05-03T04:55:22.015Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-05-03T04:55:22.015Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-05-03T04:55:22.589Z] Selecting previously unselected package python3-minimal. [2021-05-03T04:55:22.589Z] (Reading database ... 13012 files and directories currently installed.) [2021-05-03T04:55:22.589Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-05-03T04:55:22.589Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-05-03T04:55:22.589Z] Selecting previously unselected package mime-support. [2021-05-03T04:55:22.589Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-05-03T04:55:22.589Z] Unpacking mime-support (3.60ubuntu1) ... [2021-05-03T04:55:22.589Z] Selecting previously unselected package libmpdec2:amd64. [2021-05-03T04:55:22.589Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-05-03T04:55:22.851Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-05-03T04:55:22.851Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-05-03T04:55:22.851Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-05-03T04:55:22.851Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-05-03T04:55:23.111Z] Selecting previously unselected package python3.6. [2021-05-03T04:55:23.111Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-05-03T04:55:23.111Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-05-03T04:55:23.111Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-05-03T04:55:23.111Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-05-03T04:55:23.111Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-05-03T04:55:23.373Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-05-03T04:55:23.637Z] Selecting previously unselected package python3. [2021-05-03T04:55:23.637Z] (Reading database ... 13442 files and directories currently installed.) [2021-05-03T04:55:23.637Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-05-03T04:55:23.637Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-05-03T04:55:23.637Z] Selecting previously unselected package multiarch-support. [2021-05-03T04:55:23.637Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-05-03T04:55:23.637Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-05-03T04:55:23.898Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-05-03T04:55:23.898Z] Selecting previously unselected package liblzo2-2:amd64. [2021-05-03T04:55:23.898Z] (Reading database ... 13479 files and directories currently installed.) [2021-05-03T04:55:23.898Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-05-03T04:55:23.898Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-05-03T04:55:23.899Z] Selecting previously unselected package libbsd0:amd64. [2021-05-03T04:55:23.899Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-05-03T04:55:23.899Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-05-03T04:55:24.169Z] Selecting previously unselected package sudo. [2021-05-03T04:55:24.169Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... [2021-05-03T04:55:24.169Z] Unpacking sudo (1.8.21p2-3ubuntu1.4) ... [2021-05-03T04:55:24.433Z] Selecting previously unselected package apparmor. [2021-05-03T04:55:24.433Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-05-03T04:55:24.433Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-05-03T04:55:24.603Z] --parallel Build images in parallel. [Pipeline] } [2021-05-03T04:55:24.620Z] $ docker stop --time=1 4629f022f777f7c1502aa4a09f1f01daa19728b5cdcaa475a4b63efbbd9b77fa [2021-05-03T04:55:24.698Z] Selecting previously unselected package libedit2:amd64. [2021-05-03T04:55:24.698Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-05-03T04:55:24.698Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-05-03T04:55:24.698Z] Selecting previously unselected package libkrb5support0:amd64. [2021-05-03T04:55:24.698Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-05-03T04:55:24.698Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-05-03T04:55:24.698Z] Selecting previously unselected package libk5crypto3:amd64. [2021-05-03T04:55:24.698Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-05-03T04:55:24.698Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-05-03T04:55:24.961Z] Selecting previously unselected package libkeyutils1:amd64. [2021-05-03T04:55:24.961Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-05-03T04:55:24.961Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-05-03T04:55:24.961Z] Selecting previously unselected package libkrb5-3:amd64. [2021-05-03T04:55:24.961Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-05-03T04:55:24.961Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-05-03T04:55:25.222Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-05-03T04:55:25.222Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-05-03T04:55:25.222Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-05-03T04:55:25.222Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-05-03T04:55:25.222Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... [2021-05-03T04:55:25.222Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-05-03T04:55:25.483Z] Selecting previously unselected package openssh-client. [2021-05-03T04:55:25.483Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-05-03T04:55:25.483Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-05-03T04:55:25.746Z] Selecting previously unselected package squashfs-tools. [2021-05-03T04:55:25.746Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-05-03T04:55:25.746Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-05-03T04:55:25.746Z] Selecting previously unselected package snapd. [2021-05-03T04:55:25.746Z] Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... [2021-05-03T04:55:25.746Z] Unpacking snapd (2.48.3+18.04) ... [2021-05-03T04:55:26.552Z] $ docker rm -f 4629f022f777f7c1502aa4a09f1f01daa19728b5cdcaa475a4b63efbbd9b77fa [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-03T04:55:27.223Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-05-03T04:55:27.223Z] . [Pipeline] withDockerContainer [2021-05-03T04:55:27.492Z] prd-ubuntu18.04-docker-arm64-4c-16g-2678 does not seem to be running inside a container [2021-05-03T04:55:27.569Z] $ 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-arm64:latest cat [2021-05-03T04:55:28.299Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-05-03T04:55:28.299Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-05-03T04:55:28.299Z] Setting up mime-support (3.60ubuntu1) ... [2021-05-03T04:55:28.299Z] Setting up sudo (1.8.21p2-3ubuntu1.4) ... [2021-05-03T04:55:28.299Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-05-03T04:55:28.299Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-05-03T04:55:28.299Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-05-03T04:55:28.299Z] Setting up systemd (237-3ubuntu10.46) ... [2021-05-03T04:55:28.299Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-05-03T04:55:28.953Z] $ docker top 80eb8b252ea376ee37d708988daf99012a8b6584f98ebd66c7201d4eb4e80cab -eo pid,comm [Pipeline] { [2021-05-03T04:55:29.244Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-05-03T04:55:29.244Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-05-03T04:55:29.244Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-05-03T04:55:29.244Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-05-03T04:55:29.244Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-05-03T04:55:29.244Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... [Pipeline] sh [2021-05-03T04:55:29.820Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-05-03T04:55:29.820Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-05-03T04:55:29.882Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-05-03T04:55:30.082Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-05-03T04:55:30.082Z] Setting up python3 (3.6.7-1~18.04) ... [2021-05-03T04:55:30.082Z] running python rtupdate hooks for python3.6... [2021-05-03T04:55:30.082Z] running python post-rtupdate hooks for python3.6... [2021-05-03T04:55:30.082Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-05-03T04:55:32.000Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-05-03T04:55:32.000Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-05-03T04:55:32.000Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-05-03T04:55:32.261Z] Setting up snapd (2.48.3+18.04) ... [2021-05-03T04:55:32.522Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-05-03T04:55:32.782Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-05-03T04:55:33.044Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-05-03T04:55:33.044Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-05-03T04:55:33.291Z] Building docker-core-command-go ... [2021-05-03T04:55:33.291Z] Building docker-core-data-go ... [2021-05-03T04:55:33.291Z] Building docker-core-metadata-go ... [2021-05-03T04:55:33.291Z] Building docker-security-bootstrapper-go ... [2021-05-03T04:55:33.291Z] Building docker-security-proxy-setup-go ... [2021-05-03T04:55:33.291Z] Building docker-security-secretstore-setup-go ... [2021-05-03T04:55:33.291Z] Building docker-support-notifications-go ... [2021-05-03T04:55:33.291Z] Building docker-support-scheduler-go ... [2021-05-03T04:55:33.291Z] Building docker-sys-mgmt-agent-go ... [2021-05-03T04:55:33.291Z] Building docker-support-notifications-go [2021-05-03T04:55:33.291Z] Building docker-sys-mgmt-agent-go [2021-05-03T04:55:33.291Z] Building docker-core-command-go [2021-05-03T04:55:33.291Z] Building docker-security-proxy-setup-go [2021-05-03T04:55:33.291Z] Building docker-core-metadata-go [2021-05-03T04:55:33.305Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-05-03T04:55:33.305Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-05-03T04:55:33.577Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-05-03T04:55:33.839Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-05-03T04:55:33.839Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-05-03T04:55:34.100Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-05-03T04:55:34.101Z] /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-03T04:55:34.101Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-05-03T04:55:34.363Z] Processing triggers for systemd (237-3ubuntu10.46) ... [2021-05-03T04:55:35.306Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-05-03T04:55:35.306Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-05-03T04:55:35.306Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-05-03T04:55:36.822Z] Reading package lists... [2021-05-03T04:55:37.143Z] Reading package lists... [2021-05-03T04:55:37.404Z] Building dependency tree... [2021-05-03T04:55:37.404Z] Reading state information... [2021-05-03T04:55:37.404Z] Calculating upgrade... [2021-05-03T04:55:37.666Z] The following packages will be upgraded: [2021-05-03T04:55:37.666Z] advancecomp base-files bash binutils binutils-common [2021-05-03T04:55:37.666Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-05-03T04:55:37.666Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-05-03T04:55:37.666Z] grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils [2021-05-03T04:55:37.666Z] libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 [2021-05-03T04:55:37.666Z] libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 [2021-05-03T04:55:37.666Z] libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 [2021-05-03T04:55:37.666Z] libgnutls30 libgomp1 libhogweed4 libidn11 libidn2-0 libitm1 libjson-c3 [2021-05-03T04:55:37.666Z] libkmod2 liblsan0 libmount1 libmpx2 libncurses5 libncursesw5 libnettle6 [2021-05-03T04:55:37.666Z] libp11-kit0 libpam-modules libpam-modules-bin libpam-runtime libpam0g [2021-05-03T04:55:37.666Z] libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 libsmartcols1 [2021-05-03T04:55:37.666Z] libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 [2021-05-03T04:55:37.666Z] libunistring2 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base [2021-05-03T04:55:37.666Z] ncurses-bin openssl passwd patch perl perl-base perl-modules-5.26 [2021-05-03T04:55:37.666Z] pkgbinarymangler procps systemd-sysv tar tzdata ubuntu-keyring util-linux [2021-05-03T04:55:37.666Z] 101 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-05-03T04:55:37.666Z] Need to get 64.0 MB of archives. [2021-05-03T04:55:37.666Z] After this operation, 5034 kB of additional disk space will be used. [2021-05-03T04:55:37.666Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-05-03T04:55:37.666Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-142.146 [987 kB] [2021-05-03T04:55:38.610Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-05-03T04:55:38.610Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-05-03T04:55:38.610Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-05-03T04:55:38.610Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-05-03T04:55:38.610Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-05-03T04:55:38.610Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-05-03T04:55:38.610Z] 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-03T04:55:38.610Z] 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-03T04:55:38.610Z] 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-03T04:55:38.610Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-05-03T04:55:38.610Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-05-03T04:55:38.610Z] Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-05-03T04:55:38.610Z] Get:15 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-05-03T04:55:38.610Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2021-05-03T04:55:38.610Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-05-03T04:55:38.610Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-05-03T04:55:38.610Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-05-03T04:55:38.610Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-05-03T04:55:38.870Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-05-03T04:55:38.870Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-05-03T04:55:38.870Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-05-03T04:55:38.870Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-05-03T04:55:39.130Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-05-03T04:55:39.130Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-05-03T04:55:39.130Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-05-03T04:55:39.130Z] Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-05-03T04:55:39.130Z] Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-05-03T04:55:39.130Z] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-05-03T04:55:39.130Z] Get:31 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-05-03T04:55:39.130Z] Get:32 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-05-03T04:55:39.130Z] Get:33 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-05-03T04:55:39.130Z] Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-05-03T04:55:39.130Z] Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-05-03T04:55:39.130Z] Get:36 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] [2021-05-03T04:55:39.130Z] Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-05-03T04:55:39.130Z] Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2021-05-03T04:55:39.130Z] Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-05-03T04:55:39.130Z] Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-05-03T04:55:39.130Z] Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-05-03T04:55:39.130Z] Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-05-03T04:55:39.130Z] Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-05-03T04:55:39.130Z] Get:44 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] [2021-05-03T04:55:39.130Z] Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-05-03T04:55:39.130Z] Get:46 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] [2021-05-03T04:55:39.130Z] Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-05-03T04:55:39.130Z] Get:48 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-03T04:55:39.130Z] Get:49 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] [2021-05-03T04:55:39.130Z] Get:50 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.46 [16.0 kB] [2021-05-03T04:55:39.130Z] Get:51 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-03T04:55:39.130Z] Get:52 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-05-03T04:55:39.130Z] Get:53 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] [2021-05-03T04:55:39.130Z] Get:54 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-05-03T04:55:39.130Z] Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-05-03T04:55:39.392Z] Get:56 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-05-03T04:55:39.392Z] Get:57 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libseccomp2 amd64 2.5.1-1ubuntu1~18.04.1 [43.1 kB] [2021-05-03T04:55:39.392Z] Get:58 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.2 [22.3 kB] [2021-05-03T04:55:39.392Z] Get:59 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-05-03T04:55:39.392Z] Get:60 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-05-03T04:55:39.392Z] Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-05-03T04:55:39.392Z] Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-05-03T04:55:39.392Z] Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-05-03T04:55:39.392Z] 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-03T04:55:39.392Z] Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-05-03T04:55:39.392Z] Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-05-03T04:55:39.392Z] Get:67 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.2 [189 kB] [2021-05-03T04:55:39.392Z] Get:68 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libnettle6 amd64 3.4-1ubuntu0.1 [110 kB] [2021-05-03T04:55:39.392Z] Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-05-03T04:55:39.392Z] Get:70 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libhogweed4 amd64 3.4-1ubuntu0.1 [137 kB] [2021-05-03T04:55:39.392Z] Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-05-03T04:55:39.392Z] Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-05-03T04:55:39.392Z] Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-05-03T04:55:39.392Z] Get:74 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-05-03T04:55:39.392Z] Get:75 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-05-03T04:55:39.392Z] Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.9 [614 kB] [2021-05-03T04:55:39.653Z] Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-05-03T04:55:39.653Z] Get:78 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] [2021-05-03T04:55:39.653Z] Get:79 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-05-03T04:55:39.653Z] 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-03T04:55:39.653Z] Get:81 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-05-03T04:55:39.653Z] Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] [2021-05-03T04:55:39.653Z] 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-03T04:55:39.653Z] Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-05-03T04:55:39.653Z] 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-03T04:55:39.653Z] Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] [2021-05-03T04:55:39.653Z] Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] [2021-05-03T04:55:39.653Z] Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] [2021-05-03T04:55:39.653Z] Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-05-03T04:55:39.653Z] Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-05-03T04:55:39.653Z] Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-05-03T04:55:39.916Z] Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-05-03T04:55:40.490Z] Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-05-03T04:55:40.752Z] 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-03T04:55:40.752Z] 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-03T04:55:40.752Z] Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-05-03T04:55:41.322Z] 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-03T04:55:41.322Z] Get:98 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-05-03T04:55:41.322Z] Get:99 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-05-03T04:55:41.322Z] Get:100 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-05-03T04:55:41.322Z] Get:101 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-05-03T04:55:41.322Z] debconf: delaying package configuration, since apt-utils is not installed [2021-05-03T04:55:41.322Z] Fetched 64.0 MB in 4s (17.6 MB/s) [2021-05-03T04:55:41.322Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-03T04:55:41.322Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-05-03T04:55:41.322Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-05-03T04:55:42.265Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-05-03T04:55:42.265Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-05-03T04:55:42.265Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-142.146_amd64.deb ... [2021-05-03T04:55:42.265Z] Unpacking linux-libc-dev:amd64 (4.15.0-142.146) over (4.15.0-20.21) ... [2021-05-03T04:55:43.209Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-03T04:55:43.209Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-03T04:55:43.470Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-03T04:55:43.470Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-03T04:55:43.732Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-03T04:55:43.732Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-03T04:55:43.732Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-03T04:55:43.732Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-03T04:55:43.994Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-03T04:55:43.994Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-03T04:55:44.259Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-03T04:55:44.259Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-03T04:55:44.259Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-03T04:55:44.259Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-03T04:55:44.521Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-03T04:55:44.521Z] (Reading database ... 13911 files and directories currently installed.) [2021-05-03T04:55:44.521Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-03T04:55:44.521Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-05-03T04:55:44.783Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-05-03T04:55:44.783Z] (Reading database ... 13911 files and directories currently installed.) [2021-05-03T04:55:44.783Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-03T04:55:44.783Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-03T04:55:45.044Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-03T04:55:45.044Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-03T04:55:45.044Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-03T04:55:45.044Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-03T04:55:45.307Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-03T04:55:45.570Z] (Reading database ... 13911 files and directories currently installed.) [2021-05-03T04:55:45.570Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-05-03T04:55:45.570Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-05-03T04:55:46.144Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-05-03T04:55:46.406Z] (Reading database ... 13911 files and directories currently installed.) [2021-05-03T04:55:46.406Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-05-03T04:55:46.406Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-05-03T04:55:46.406Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-05-03T04:55:46.406Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-05-03T04:55:46.668Z] Setting up base-files (10.1ubuntu2.10) ... [2021-05-03T04:55:46.668Z] Installing new version of config file /etc/issue ... [2021-05-03T04:55:46.930Z] Installing new version of config file /etc/issue.net ... [2021-05-03T04:55:46.930Z] Installing new version of config file /etc/lsb-release ... [2021-05-03T04:55:46.930Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-05-03T04:55:47.192Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-05-03T04:55:47.192Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-05-03T04:55:47.192Z] Removing obsolete conffile /etc/default/motd-news ... [2021-05-03T04:55:47.454Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-03T04:55:47.454Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-05-03T04:55:47.454Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-05-03T04:55:47.454Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-05-03T04:55:47.715Z] 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-03T04:55:47.715Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-03T04:55:47.715Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-05-03T04:55:47.715Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-05-03T04:55:47.976Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-05-03T04:55:47.976Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-03T04:55:47.976Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-05-03T04:55:47.976Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-05-03T04:55:48.238Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-05-03T04:55:48.238Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-03T04:55:48.238Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-05-03T04:55:48.500Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-05-03T04:55:48.500Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-05-03T04:55:48.762Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-03T04:55:48.762Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-05-03T04:55:48.762Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-05-03T04:55:49.024Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-05-03T04:55:49.024Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-03T04:55:49.024Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-05-03T04:55:49.024Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-05-03T04:55:49.285Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-05-03T04:55:49.285Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-03T04:55:49.285Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-05-03T04:55:49.285Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-05-03T04:55:49.546Z] Setting up grep (3.1-2build1) ... [2021-05-03T04:55:49.546Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-03T04:55:49.546Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-05-03T04:55:49.809Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-05-03T04:55:49.809Z] Setting up login (1:4.5-1ubuntu2) ... [2021-05-03T04:55:50.072Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-03T04:55:50.072Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-05-03T04:55:50.072Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-05-03T04:55:50.072Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-05-03T04:55:50.333Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-03T04:55:50.333Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-05-03T04:55:50.333Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-05-03T04:55:50.907Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-05-03T04:55:50.907Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-05-03T04:55:50.907Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-05-03T04:55:50.907Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-05-03T04:55:51.480Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-05-03T04:55:51.742Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-03T04:55:51.742Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-05-03T04:55:51.742Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-05-03T04:55:52.688Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-05-03T04:55:52.688Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-05-03T04:55:52.688Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-05-03T04:55:52.951Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-05-03T04:55:52.951Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-05-03T04:55:52.951Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-03T04:55:52.951Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-05-03T04:55:53.215Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-05-03T04:55:53.476Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-05-03T04:55:53.476Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-03T04:55:53.476Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-05-03T04:55:53.476Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-05-03T04:55:53.476Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-05-03T04:55:53.738Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-03T04:55:53.738Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-05-03T04:55:53.738Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-05-03T04:55:53.738Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-05-03T04:55:54.000Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-03T04:55:54.000Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-05-03T04:55:54.000Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-05-03T04:55:54.000Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-05-03T04:55:54.261Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-03T04:55:54.261Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-05-03T04:55:54.261Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-05-03T04:55:54.261Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-05-03T04:55:54.522Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-03T04:55:54.522Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-05-03T04:55:54.522Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-05-03T04:55:54.522Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-05-03T04:55:54.784Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-05-03T04:55:54.784Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-05-03T04:55:55.045Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-03T04:55:55.045Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-05-03T04:55:55.045Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-05-03T04:55:55.045Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-05-03T04:55:55.045Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-03T04:55:55.045Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-05-03T04:55:55.307Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-05-03T04:55:55.307Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-05-03T04:55:55.307Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-03T04:55:55.307Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-05-03T04:55:55.569Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-05-03T04:55:55.569Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-05-03T04:55:55.569Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-03T04:55:55.569Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-05-03T04:55:55.831Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-05-03T04:55:56.405Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-05-03T04:55:56.667Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-05-03T04:55:56.928Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-05-03T04:55:56.928Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-03T04:55:56.928Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-05-03T04:55:56.928Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-05-03T04:55:57.200Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-05-03T04:55:57.463Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-03T04:55:57.463Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-05-03T04:55:57.463Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-05-03T04:55:57.463Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-05-03T04:55:57.732Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-03T04:55:57.732Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-05-03T04:55:57.732Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-05-03T04:55:57.994Z] Setting up debconf (1.5.66ubuntu1) ... [2021-05-03T04:55:58.298Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-03T04:55:58.298Z] Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... [2021-05-03T04:55:58.298Z] Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-05-03T04:55:58.644Z] Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... [2021-05-03T04:55:58.644Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-03T04:55:58.644Z] Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... [2021-05-03T04:55:58.644Z] Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-05-03T04:55:58.644Z] Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... [2021-05-03T04:55:58.913Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-03T04:55:58.913Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-05-03T04:55:58.913Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-05-03T04:55:58.913Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-05-03T04:55:59.186Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-03T04:55:59.186Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-05-03T04:55:59.186Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-05-03T04:55:59.482Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-05-03T04:55:59.482Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-03T04:55:59.482Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-05-03T04:55:59.482Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-05-03T04:55:59.834Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-05-03T04:56:00.146Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-03T04:56:00.146Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-05-03T04:56:00.146Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-05-03T04:56:00.146Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.46_amd64.deb ... [2021-05-03T04:56:00.146Z] Unpacking systemd-sysv (237-3ubuntu10.46) over (237-3ubuntu10) ... [2021-05-03T04:56:00.146Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-05-03T04:56:00.413Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-05-03T04:56:00.413Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-05-03T04:56:00.413Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-03T04:56:00.413Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-05-03T04:56:00.413Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-05-03T04:56:00.676Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-05-03T04:56:00.938Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-03T04:56:00.938Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-05-03T04:56:00.938Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-05-03T04:56:00.938Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-05-03T04:56:01.199Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-03T04:56:01.199Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-05-03T04:56:01.199Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-05-03T04:56:01.463Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-05-03T04:56:01.463Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-03T04:56:01.463Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.2_amd64.deb ... [2021-05-03T04:56:01.724Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) over (1.3.3+dfsg-2ubuntu1) ... [2021-05-03T04:56:01.724Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) ... [2021-05-03T04:56:02.030Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-03T04:56:02.030Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-05-03T04:56:02.030Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-05-03T04:56:02.291Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-05-03T04:56:02.552Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-03T04:56:02.552Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... [2021-05-03T04:56:02.552Z] Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-05-03T04:56:02.552Z] Setting up gpgv (2.2.4-1ubuntu1.4) ... [2021-05-03T04:56:02.812Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-03T04:56:02.812Z] Preparing to unpack .../libnettle6_3.4-1ubuntu0.1_amd64.deb ... [2021-05-03T04:56:02.812Z] Unpacking libnettle6:amd64 (3.4-1ubuntu0.1) over (3.4-1) ... [2021-05-03T04:56:02.812Z] Setting up libnettle6:amd64 (3.4-1ubuntu0.1) ... [2021-05-03T04:56:03.074Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-03T04:56:03.074Z] Preparing to unpack .../libhogweed4_3.4-1ubuntu0.1_amd64.deb ... [2021-05-03T04:56:03.074Z] Unpacking libhogweed4:amd64 (3.4-1ubuntu0.1) over (3.4-1) ... [2021-05-03T04:56:03.074Z] Setting up libhogweed4:amd64 (3.4-1ubuntu0.1) ... [2021-05-03T04:56:03.649Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-03T04:56:03.649Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-05-03T04:56:03.649Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-05-03T04:56:03.917Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-05-03T04:56:03.917Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-03T04:56:03.917Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-05-03T04:56:03.917Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-05-03T04:56:04.179Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-05-03T04:56:04.179Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-03T04:56:04.179Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-05-03T04:56:04.179Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-05-03T04:56:04.440Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-05-03T04:56:04.440Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-03T04:56:04.440Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-05-03T04:56:04.440Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-05-03T04:56:04.705Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-05-03T04:56:04.705Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-03T04:56:04.705Z] Preparing to unpack .../libseccomp2_2.5.1-1ubuntu1~18.04.1_amd64.deb ... [2021-05-03T04:56:04.967Z] Unpacking libseccomp2:amd64 (2.5.1-1ubuntu1~18.04.1) over (2.3.1-2.1ubuntu4) ... [2021-05-03T04:56:04.967Z] Setting up libseccomp2:amd64 (2.5.1-1ubuntu1~18.04.1) ... [2021-05-03T04:56:04.967Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-03T04:56:04.967Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.2_all.deb ... [2021-05-03T04:56:05.230Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.2) over (2018.02.28) ... [2021-05-03T04:56:05.230Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.2) ... [2021-05-03T04:56:05.230Z] (Reading database ... 13915 files and directories currently installed.) [2021-05-03T04:56:05.230Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-05-03T04:56:05.491Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-05-03T04:56:05.491Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-05-03T04:56:05.491Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-05-03T04:56:05.753Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... [2021-05-03T04:56:05.753Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... [2021-05-03T04:56:06.015Z] Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... [2021-05-03T04:56:06.015Z] Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... [2021-05-03T04:56:06.015Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-05-03T04:56:06.276Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-05-03T04:56:06.276Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-05-03T04:56:06.276Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-05-03T04:56:06.276Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-05-03T04:56:06.536Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-05-03T04:56:06.536Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-05-03T04:56:06.536Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-05-03T04:56:06.797Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-05-03T04:56:06.797Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-05-03T04:56:06.797Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-05-03T04:56:06.797Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-05-03T04:56:07.059Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-05-03T04:56:07.059Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-05-03T04:56:07.321Z] Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... [2021-05-03T04:56:07.321Z] Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... [2021-05-03T04:56:08.271Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-05-03T04:56:08.271Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-05-03T04:56:08.271Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-05-03T04:56:08.271Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-05-03T04:56:08.271Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-05-03T04:56:08.271Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-05-03T04:56:08.843Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-05-03T04:56:08.843Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-05-03T04:56:09.105Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-05-03T04:56:09.105Z] Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-05-03T04:56:09.105Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-05-03T04:56:09.105Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-05-03T04:56:09.375Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-05-03T04:56:09.376Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-05-03T04:56:09.376Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-05-03T04:56:09.637Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-05-03T04:56:09.638Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-05-03T04:56:09.638Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-05-03T04:56:09.898Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-05-03T04:56:09.898Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-05-03T04:56:10.845Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-05-03T04:56:10.845Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-05-03T04:56:11.790Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-05-03T04:56:11.790Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-05-03T04:56:12.363Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-05-03T04:56:12.363Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-05-03T04:56:12.628Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-05-03T04:56:12.628Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-05-03T04:56:13.572Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-05-03T04:56:13.572Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-05-03T04:56:13.572Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-05-03T04:56:13.572Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-05-03T04:56:13.839Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-05-03T04:56:13.839Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-05-03T04:56:14.101Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-05-03T04:56:14.101Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-05-03T04:56:14.362Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-05-03T04:56:14.362Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-05-03T04:56:14.362Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-05-03T04:56:14.362Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-05-03T04:56:14.623Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-05-03T04:56:14.623Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-05-03T04:56:14.623Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-05-03T04:56:14.623Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-05-03T04:56:14.885Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-03T04:56:14.885Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-05-03T04:56:14.885Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-03T04:56:14.885Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-03T04:56:14.885Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-03T04:56:14.885Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-05-03T04:56:15.148Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-05-03T04:56:15.148Z] Setting up tzdata (2021a-0ubuntu0.18.04) ... [2021-05-03T04:56:15.148Z] [2021-05-03T04:56:15.148Z] Current default time zone: 'Etc/UTC' [2021-05-03T04:56:15.148Z] Local time is now: Mon May 3 04:56:15 UTC 2021. [2021-05-03T04:56:15.148Z] Universal Time is now: Mon May 3 04:56:15 UTC 2021. [2021-05-03T04:56:15.148Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-05-03T04:56:15.148Z] [2021-05-03T04:56:15.148Z] Setting up systemd-sysv (237-3ubuntu10.46) ... [2021-05-03T04:56:15.148Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-03T04:56:15.410Z] Setting up linux-libc-dev:amd64 (4.15.0-142.146) ... [2021-05-03T04:56:15.410Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-05-03T04:56:15.410Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-05-03T04:56:15.410Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-05-03T04:56:15.410Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-05-03T04:56:15.410Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-05-03T04:56:15.410Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-05-03T04:56:15.410Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-05-03T04:56:15.410Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-03T04:56:15.410Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-05-03T04:56:15.673Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-05-03T04:56:15.673Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-05-03T04:56:15.934Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-03T04:56:15.934Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-05-03T04:56:15.934Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-05-03T04:56:15.934Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-05-03T04:56:15.934Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.9) ... [2021-05-03T04:56:15.934Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-05-03T04:56:15.934Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-05-03T04:56:15.934Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-05-03T04:56:15.934Z] Setting up ca-certificates (20210119~18.04.1) ... [2021-05-03T04:56:17.851Z] Updating certificates in /etc/ssl/certs... [2021-05-03T04:56:18.796Z] 23 added, 27 removed; done. [2021-05-03T04:56:19.057Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-05-03T04:56:19.058Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-03T04:56:19.058Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-05-03T04:56:19.058Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-05-03T04:56:19.058Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-05-03T04:56:19.319Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-05-03T04:56:19.319Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-05-03T04:56:19.319Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-05-03T04:56:19.319Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-05-03T04:56:19.319Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-05-03T04:56:19.319Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-05-03T04:56:19.319Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-05-03T04:56:19.580Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-05-03T04:56:19.580Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... [2021-05-03T04:56:19.580Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-05-03T04:56:19.580Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-05-03T04:56:19.581Z] Setting up binutils (2.30-21ubuntu1~18.04.5) ... [2021-05-03T04:56:19.581Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-05-03T04:56:19.581Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-05-03T04:56:19.842Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-05-03T04:56:19.842Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-05-03T04:56:19.842Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-05-03T04:56:19.842Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-05-03T04:56:19.842Z] Processing triggers for systemd (237-3ubuntu10.46) ... [2021-05-03T04:56:20.104Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-05-03T04:56:20.104Z] Processing triggers for ca-certificates (20210119~18.04.1) ... [2021-05-03T04:56:20.104Z] Updating certificates in /etc/ssl/certs... [2021-05-03T04:56:20.676Z] 0 added, 0 removed; done. [2021-05-03T04:56:20.676Z] Running hooks in /etc/ca-certificates/update.d... [2021-05-03T04:56:20.676Z] done. [2021-05-03T04:56:21.199Z] Reading package lists... [2021-05-03T04:56:21.199Z] Building dependency tree... [2021-05-03T04:56:21.199Z] Reading state information... [2021-05-03T04:56:21.462Z] The following NEW packages will be installed: [2021-05-03T04:56:21.462Z] apt-transport-https [2021-05-03T04:56:21.724Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-05-03T04:56:21.724Z] Need to get 1692 B of archives. [2021-05-03T04:56:21.724Z] After this operation, 154 kB of additional disk space will be used. [2021-05-03T04:56:21.724Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 apt-transport-https all 1.6.13 [1692 B] [2021-05-03T04:56:21.724Z] debconf: delaying package configuration, since apt-utils is not installed [2021-05-03T04:56:21.724Z] Fetched 1692 B in 0s (8449 B/s) [2021-05-03T04:56:21.724Z] Selecting previously unselected package apt-transport-https. [2021-05-03T04:56:21.724Z] (Reading database ... 13920 files and directories currently installed.) [2021-05-03T04:56:21.724Z] Preparing to unpack .../apt-transport-https_1.6.13_all.deb ... [2021-05-03T04:56:21.724Z] Unpacking apt-transport-https (1.6.13) ... [2021-05-03T04:56:21.985Z] Setting up apt-transport-https (1.6.13) ... [2021-05-03T04:56:22.247Z] Waiting for network to be ready... [2021-05-03T04:56:28.842Z] 2021-05-03T04:56:25Z INFO Waiting for automatic snapd restart... [2021-05-03T04:56:28.842Z] snapd 2.49.2 from Canonical* installed [2021-05-03T04:56:29.117Z] "snapd" switched to the "latest/stable" channel [2021-05-03T04:56:29.117Z] [2021-05-03T04:56:32.420Z] core18 20210309 from Canonical* installed [2021-05-03T04:56:32.420Z] "core18" switched to the "latest/stable" channel [2021-05-03T04:56:32.420Z] [2021-05-03T04:56:35.725Z] snapcraft 4.6.3 from Canonical* installed [2021-05-03T04:56:35.987Z] "snapcraft" switched to the "latest/stable" channel [2021-05-03T04:56:35.987Z] [2021-05-03T04:56:40.200Z] 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-03T04:56:40.200Z] - README.md [2021-05-03T04:56:40.200Z] [2021-05-03T04:56:40.200Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-05-03T04:56:46.789Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-05-03T04:56:46.789Z] Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-05-03T04:56:46.789Z] Hit:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-05-03T04:56:46.789Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-05-03T04:56:47.731Z] Reading package lists... [2021-05-03T04:56:47.993Z] 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-03T04:56:54.583Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-05-03T04:56:54.583Z] Reading package lists... [2021-05-03T04:56:54.583Z] Building dependency tree... [2021-05-03T04:56:54.583Z] Reading state information... [2021-05-03T04:56:54.583Z] Suggested packages: [2021-05-03T04:56:54.583Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-05-03T04:56:54.583Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-05-03T04:56:54.583Z] Recommended packages: [2021-05-03T04:56:54.583Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-05-03T04:56:54.583Z] The following NEW packages will be installed: [2021-05-03T04:56:54.583Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-05-03T04:56:54.583Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-05-03T04:56:54.583Z] pkg-config zip [2021-05-03T04:56:54.583Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-05-03T04:56:54.583Z] Need to get 7663 kB of archives. [2021-05-03T04:56:54.583Z] After this operation, 43.8 MB of additional disk space will be used. [2021-05-03T04:56:54.583Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.8 [1171 kB] [2021-05-03T04:56:54.845Z] Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-05-03T04:56:54.845Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.13 [218 kB] [2021-05-03T04:56:54.845Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.8 [804 kB] [2021-05-03T04:56:54.845Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.8 [3916 kB] [2021-05-03T04:56:54.845Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-05-03T04:56:54.845Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-05-03T04:56:54.845Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-05-03T04:56:55.043Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-05-03T04:56:55.043Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-05-03T04:56:55.043Z] ---> 35b2de8e7fc0 [2021-05-03T04:56:55.043Z] Step 3/23 : WORKDIR /edgex-go [2021-05-03T04:56:55.043Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-05-03T04:56:55.043Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-05-03T04:56:55.043Z] ---> 35b2de8e7fc0 [2021-05-03T04:56:55.043Z] Step 3/21 : WORKDIR /edgex-go [2021-05-03T04:56:55.043Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-05-03T04:56:55.043Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-05-03T04:56:55.043Z] ---> 35b2de8e7fc0 [2021-05-03T04:56:55.043Z] Step 3/23 : WORKDIR /edgex-go [2021-05-03T04:56:55.043Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-05-03T04:56:55.043Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-05-03T04:56:55.043Z] ---> 35b2de8e7fc0 [2021-05-03T04:56:55.043Z] Step 3/23 : WORKDIR /edgex-go [2021-05-03T04:56:55.043Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-05-03T04:56:55.043Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-05-03T04:56:55.043Z] ---> 35b2de8e7fc0 [2021-05-03T04:56:55.043Z] Step 3/22 : WORKDIR /edgex-go [2021-05-03T04:56:55.043Z] ---> Running in b6dd4fc549fb [2021-05-03T04:56:55.043Z] ---> Running in d319a20f810c [2021-05-03T04:56:55.043Z] ---> Running in 943e6dacbef3 [2021-05-03T04:56:55.043Z] ---> Running in 729e89cb2f6a [2021-05-03T04:56:55.043Z] ---> Running in 810ec6cce418 [2021-05-03T04:56:55.043Z] Removing intermediate container 943e6dacbef3 [2021-05-03T04:56:55.043Z] Removing intermediate container 729e89cb2f6a [2021-05-03T04:56:55.043Z] ---> c23cdafff874 [2021-05-03T04:56:55.043Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-03T04:56:55.043Z] Removing intermediate container b6dd4fc549fb [2021-05-03T04:56:55.043Z] ---> 19d5fd444d33 [2021-05-03T04:56:55.043Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-03T04:56:55.043Z] ---> 230eb2920cdb [2021-05-03T04:56:55.043Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-03T04:56:55.043Z] Removing intermediate container 810ec6cce418 [2021-05-03T04:56:55.043Z] ---> cc89048932ea [2021-05-03T04:56:55.043Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-03T04:56:55.043Z] Removing intermediate container d319a20f810c [2021-05-03T04:56:55.043Z] ---> 15d7d46cc5fb [2021-05-03T04:56:55.043Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-03T04:56:55.043Z] ---> Running in a9f2bc77f577 [2021-05-03T04:56:55.043Z] ---> Running in 9f6d5f03d097 [2021-05-03T04:56:55.043Z] ---> Running in 16197f52cf0a [2021-05-03T04:56:55.043Z] ---> Running in 7f84a34f0007 [2021-05-03T04:56:55.043Z] ---> Running in 2ba0d2692b33 [2021-05-03T04:56:55.043Z] Removing intermediate container a9f2bc77f577 [2021-05-03T04:56:55.043Z] ---> be0712d7b2fd [2021-05-03T04:56:55.043Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-05-03T04:56:55.043Z] Removing intermediate container 16197f52cf0a [2021-05-03T04:56:55.043Z] ---> b05b1b1b5848 [2021-05-03T04:56:55.043Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-05-03T04:56:55.043Z] ---> Running in 2d3609bae2c1 [2021-05-03T04:56:55.043Z] ---> Running in f3b55091d0e9 [2021-05-03T04:56:55.043Z] Removing intermediate container 7f84a34f0007 [2021-05-03T04:56:55.043Z] ---> 35b6daba8ea4 [2021-05-03T04:56:55.043Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-05-03T04:56:55.043Z] Removing intermediate container 9f6d5f03d097 [2021-05-03T04:56:55.043Z] ---> 842cb504eceb [2021-05-03T04:56:55.043Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-05-03T04:56:55.043Z] Removing intermediate container 2ba0d2692b33 [2021-05-03T04:56:55.043Z] ---> 41ad102ac6ca [2021-05-03T04:56:55.043Z] Step 5/23 : RUN apk add --update --no-cache make bash git [2021-05-03T04:56:55.043Z] ---> Running in d0f574833102 [2021-05-03T04:56:55.043Z] ---> Running in 4a99c9eb1b8c [2021-05-03T04:56:55.043Z] ---> Running in 8df78cf43e92 [2021-05-03T04:56:55.043Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-03T04:56:55.105Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-05-03T04:56:55.105Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-05-03T04:56:55.106Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-05-03T04:56:55.322Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-03T04:56:55.366Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-05-03T04:56:55.367Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-05-03T04:56:55.367Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-05-03T04:56:55.367Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-05-03T04:56:55.599Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-03T04:56:55.626Z] debconf: delaying package configuration, since apt-utils is not installed [2021-05-03T04:56:55.626Z] Fetched 7663 kB in 1s (8508 kB/s) [2021-05-03T04:56:55.626Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-05-03T04:56:55.626Z] (Reading database ... 13924 files and directories currently installed.) [2021-05-03T04:56:55.626Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.8_amd64.deb ... [2021-05-03T04:56:55.626Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... [2021-05-03T04:56:55.877Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-03T04:56:55.877Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-03T04:56:55.877Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-03T04:56:55.889Z] Selecting previously unselected package libpsl5:amd64. [2021-05-03T04:56:55.889Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-05-03T04:56:55.889Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-05-03T04:56:55.889Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-05-03T04:56:55.889Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-05-03T04:56:55.889Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-05-03T04:56:56.149Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-03T04:56:56.151Z] Selecting previously unselected package librtmp1:amd64. [2021-05-03T04:56:56.151Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-05-03T04:56:56.151Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-05-03T04:56:56.151Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-05-03T04:56:56.151Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.13_amd64.deb ... [2021-05-03T04:56:56.151Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.13) ... [2021-05-03T04:56:56.414Z] Selecting previously unselected package liberror-perl. [2021-05-03T04:56:56.414Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-05-03T04:56:56.414Z] Unpacking liberror-perl (0.17025-1) ... [2021-05-03T04:56:56.414Z] Selecting previously unselected package git-man. [2021-05-03T04:56:56.414Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.8_all.deb ... [2021-05-03T04:56:56.414Z] Unpacking git-man (1:2.17.1-1ubuntu0.8) ... [2021-05-03T04:56:56.675Z] Selecting previously unselected package git. [2021-05-03T04:56:56.675Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.8_amd64.deb ... [2021-05-03T04:56:56.675Z] Unpacking git (1:2.17.1-1ubuntu0.8) ... [2021-05-03T04:56:56.745Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-03T04:56:56.745Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-03T04:56:57.025Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-03T04:56:57.025Z] OK: 218 MiB in 52 packages [2021-05-03T04:56:57.247Z] Selecting previously unselected package libnorm1:amd64. [2021-05-03T04:56:57.247Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-05-03T04:56:57.247Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-05-03T04:56:57.302Z] OK: 218 MiB in 52 packages [2021-05-03T04:56:57.509Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-05-03T04:56:57.509Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-05-03T04:56:57.509Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-05-03T04:56:57.509Z] Selecting previously unselected package libsodium23:amd64. [2021-05-03T04:56:57.509Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-05-03T04:56:57.770Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-05-03T04:56:57.770Z] Selecting previously unselected package libzmq5:amd64. [2021-05-03T04:56:57.770Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-05-03T04:56:57.770Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-05-03T04:56:57.770Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-05-03T04:56:57.770Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-05-03T04:56:57.770Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-05-03T04:56:57.903Z] OK: 218 MiB in 52 packages [2021-05-03T04:56:57.903Z] OK: 218 MiB in 52 packages [2021-05-03T04:56:58.032Z] Selecting previously unselected package pkg-config. [2021-05-03T04:56:58.032Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-05-03T04:56:58.032Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-05-03T04:56:58.032Z] Selecting previously unselected package zip. [2021-05-03T04:56:58.032Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-05-03T04:56:58.032Z] Unpacking zip (3.0-11build1) ... [2021-05-03T04:56:58.293Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-05-03T04:56:58.293Z] Setting up git-man (1:2.17.1-1ubuntu0.8) ... [2021-05-03T04:56:58.293Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-05-03T04:56:58.293Z] Setting up liberror-perl (0.17025-1) ... [2021-05-03T04:56:58.293Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-05-03T04:56:58.293Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... [2021-05-03T04:56:58.293Z] No schema files found: doing nothing. [2021-05-03T04:56:58.294Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-05-03T04:56:58.554Z] Setting up zip (3.0-11build1) ... [2021-05-03T04:56:58.554Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-05-03T04:56:58.554Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-05-03T04:56:58.554Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-05-03T04:56:58.554Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-05-03T04:56:58.554Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.13) ... [2021-05-03T04:56:58.554Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-05-03T04:56:58.554Z] Setting up git (1:2.17.1-1ubuntu0.8) ... [2021-05-03T04:56:58.815Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-05-03T04:56:58.890Z] Removing intermediate container 2d3609bae2c1 [2021-05-03T04:56:58.891Z] ---> ef6e7c4df8bc [2021-05-03T04:56:58.891Z] Step 6/22 : COPY go.mod . [2021-05-03T04:56:58.891Z] OK: 218 MiB in 52 packages [2021-05-03T04:56:59.166Z] Removing intermediate container f3b55091d0e9 [2021-05-03T04:56:59.166Z] ---> ec905a19d2b3 [2021-05-03T04:56:59.166Z] Step 6/23 : COPY go.mod . [2021-05-03T04:56:59.796Z] Removing intermediate container 4a99c9eb1b8c [2021-05-03T04:56:59.796Z] ---> 2109962535e9 [2021-05-03T04:56:59.796Z] Step 6/21 : COPY go.mod . [2021-05-03T04:56:59.796Z] Removing intermediate container 8df78cf43e92 [2021-05-03T04:56:59.796Z] ---> 4a521674e80e [2021-05-03T04:56:59.796Z] Step 6/23 : COPY go.mod . [2021-05-03T04:56:59.796Z] ---> 78ed2d6327f5 [2021-05-03T04:56:59.796Z] Step 7/22 : RUN go mod download [2021-05-03T04:57:00.070Z] ---> Running in 9c1b926e026f [2021-05-03T04:57:00.343Z] ---> ee874a05138b [2021-05-03T04:57:00.343Z] Step 7/23 : RUN go mod download [2021-05-03T04:57:00.619Z] ---> Running in affdf2b48eb0 [2021-05-03T04:57:00.619Z] Removing intermediate container d0f574833102 [2021-05-03T04:57:00.619Z] ---> 3439f46a3e5c [2021-05-03T04:57:00.619Z] Step 6/23 : COPY go.mod . [2021-05-03T04:57:00.892Z] ---> 11aff54a2b38 [2021-05-03T04:57:00.892Z] Step 7/21 : RUN go mod download [2021-05-03T04:57:01.165Z] ---> b908fca4b67c [2021-05-03T04:57:01.165Z] Step 7/23 : RUN go mod download [2021-05-03T04:57:01.165Z] ---> Running in 3062edf28e65 [2021-05-03T04:57:01.441Z] ---> Running in 49f821c40e0f [2021-05-03T04:57:02.040Z] ---> 89b5bdab3f84 [2021-05-03T04:57:02.040Z] Step 7/23 : RUN go mod download [2021-05-03T04:57:02.040Z] ---> Running in 64fbd85f64b6 [2021-05-03T04:57:04.018Z] Removing intermediate container 9c1b926e026f [2021-05-03T04:57:04.018Z] ---> 5a860d02e2ab [2021-05-03T04:57:04.018Z] Step 8/22 : COPY . . [2021-05-03T04:57:05.018Z] Removing intermediate container affdf2b48eb0 [2021-05-03T04:57:05.018Z] ---> aedcd56b67a4 [2021-05-03T04:57:05.018Z] Step 8/23 : COPY . . [2021-05-03T04:57:05.552Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-05-03T04:57:05.552Z] git set to automatically installed. [2021-05-03T04:57:05.552Z] git-man set to automatically installed. [2021-05-03T04:57:05.552Z] libcurl3-gnutls set to automatically installed. [2021-05-03T04:57:05.552Z] liberror-perl set to automatically installed. [2021-05-03T04:57:05.552Z] libglib2.0-0 set to automatically installed. [2021-05-03T04:57:05.552Z] libnghttp2-14 set to automatically installed. [2021-05-03T04:57:05.552Z] libnorm1 set to automatically installed. [2021-05-03T04:57:05.552Z] libpgm-5.2-0 set to automatically installed. [2021-05-03T04:57:05.552Z] libpsl5 set to automatically installed. [2021-05-03T04:57:05.552Z] librtmp1 set to automatically installed. [2021-05-03T04:57:05.552Z] libsodium23 set to automatically installed. [2021-05-03T04:57:05.552Z] libzmq3-dev set to automatically installed. [2021-05-03T04:57:05.552Z] libzmq5 set to automatically installed. [2021-05-03T04:57:05.552Z] pkg-config set to automatically installed. [2021-05-03T04:57:05.552Z] zip set to automatically installed. [2021-05-03T04:57:05.631Z] Removing intermediate container 49f821c40e0f [2021-05-03T04:57:05.631Z] ---> d5839b265bf0 [2021-05-03T04:57:05.631Z] Step 8/23 : COPY . . [2021-05-03T04:57:06.230Z] Removing intermediate container 3062edf28e65 [2021-05-03T04:57:06.230Z] ---> 00a8bcda09c4 [2021-05-03T04:57:06.230Z] Step 8/21 : COPY . . [2021-05-03T04:57:06.506Z] Removing intermediate container 64fbd85f64b6 [2021-05-03T04:57:06.506Z] ---> c27f1b9aa880 [2021-05-03T04:57:06.506Z] Step 8/23 : COPY . . [2021-05-03T04:57:08.866Z] snapd is not logged in, snap install commands will use sudo [2021-05-03T04:57:15.465Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-05-03T04:57:33.364Z] ---> 348787f551a0 [2021-05-03T04:57:33.364Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-05-03T04:57:33.364Z] ---> f76345d17c17 [2021-05-03T04:57:33.364Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-05-03T04:57:33.364Z] ---> fe36bf6c1224 [2021-05-03T04:57:33.364Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-05-03T04:57:33.364Z] ---> Running in 65bc71194ac8 [2021-05-03T04:57:33.364Z] ---> 21eec41340ea [2021-05-03T04:57:33.364Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-05-03T04:57:33.364Z] ---> 363ba5383fd4 [2021-05-03T04:57:33.364Z] Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-05-03T04:57:33.364Z] ---> Running in 8ac86c66b458 [2021-05-03T04:57:33.364Z] ---> Running in be3134f7b085 [2021-05-03T04:57:33.364Z] ---> Running in 1554c5f46c4f [2021-05-03T04:57:33.364Z] ---> Running in b77b0b5f383a [2021-05-03T04:57:33.364Z] 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-03T04:57:33.364Z] 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-03T04:57:33.591Z] go (1.15/stable) 1.15.10 from Michael Hudson-Doyle (mwhudson) installed [2021-05-03T04:57:33.591Z] snapd is not logged in, snap install commands will use sudo [2021-05-03T04:57:33.640Z] 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-03T04:57:33.918Z] 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-03T04:57:33.918Z] 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-03T04:57:40.184Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-05-03T04:57:40.185Z] snap "core18" has no updates available [2021-05-03T04:57:40.445Z] Pulling go-build-helper [2021-05-03T04:57:40.445Z] + snapcraftctl pull [2021-05-03T04:57:41.832Z] 'app-service-config' has dependencies that need to be staged: go-build-helper [2021-05-03T04:57:41.832Z] Skipping pull go-build-helper (already ran) [2021-05-03T04:57:41.832Z] Building go-build-helper [2021-05-03T04:57:41.832Z] + snapcraftctl build [2021-05-03T04:57:43.747Z] Staging go-build-helper [2021-05-03T04:57:43.747Z] + snapcraftctl stage [2021-05-03T04:57:53.769Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-05-03T04:57:53.770Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-05-03T04:57:53.770Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-05-03T04:57:53.770Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1696 kB] [2021-05-03T04:57:53.770Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-05-03T04:57:53.770Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-05-03T04:57:53.770Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-05-03T04:57:53.770Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-05-03T04:57:53.770Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-05-03T04:57:53.770Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-05-03T04:57:53.770Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-05-03T04:57:53.770Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [318 kB] [2021-05-03T04:57:53.770Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.2 kB] [2021-05-03T04:57:53.770Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-05-03T04:57:53.770Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [302 kB] [2021-05-03T04:57:53.770Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [40.4 kB] [2021-05-03T04:57:53.770Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1124 kB] [2021-05-03T04:57:53.770Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [253 kB] [2021-05-03T04:57:53.770Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-05-03T04:57:53.770Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2039 kB] [2021-05-03T04:57:53.770Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [410 kB] [2021-05-03T04:57:53.770Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [25.0 kB] [2021-05-03T04:57:53.770Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-05-03T04:57:53.770Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [324 kB] [2021-05-03T04:57:53.770Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [43.8 kB] [2021-05-03T04:57:53.770Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1734 kB] [2021-05-03T04:57:53.770Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [369 kB] [2021-05-03T04:57:53.770Z] Fetched 24.4 MB in 0s (0 B/s) [2021-05-03T04:57:53.770Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-05-03T04:57:53.770Z] Fetched 224 kB in 0s (0 B/s) [2021-05-03T04:57:53.770Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-05-03T04:57:53.770Z] Fetched 157 kB in 0s (0 B/s) [2021-05-03T04:57:53.770Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-05-03T04:57:53.770Z] Fetched 221 kB in 0s (0 B/s) [2021-05-03T04:57:53.770Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-05-03T04:57:53.770Z] Fetched 143 kB in 0s (0 B/s) [2021-05-03T04:57:53.770Z] Pulling app-service-config [2021-05-03T04:57:53.770Z] + snapcraftctl pull [2021-05-03T04:57:54.343Z] Cloning into '/root/parts/app-service-config/src'... [2021-05-03T04:57:55.287Z] Pulling config-common [2021-05-03T04:57:55.287Z] + snapcraftctl pull [2021-05-03T04:57:59.501Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-05-03T04:57:59.501Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-05-03T04:57:59.501Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-05-03T04:57:59.501Z] Fetched 0 B in 0s (0 B/s) [2021-05-03T04:57:59.501Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-05-03T04:57:59.501Z] Fetched 0 B in 0s (0 B/s) [2021-05-03T04:57:59.501Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-05-03T04:57:59.501Z] Fetched 0 B in 0s (0 B/s) [2021-05-03T04:57:59.501Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-05-03T04:57:59.501Z] Fetched 0 B in 0s (0 B/s) [2021-05-03T04:57:59.501Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-05-03T04:57:59.501Z] Fetched 0 B in 0s (0 B/s) [2021-05-03T04:57:59.501Z] Pulling edgex-go [2021-05-03T04:57:59.501Z] + snapcraftctl pull [2021-05-03T04:58:21.482Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-05-03T04:58:21.482Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-05-03T04:58:21.482Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-05-03T04:58:21.482Z] Fetched 0 B in 0s (0 B/s) [2021-05-03T04:58:21.482Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-05-03T04:58:21.482Z] Fetched 96.5 kB in 0s (0 B/s) [2021-05-03T04:58:21.482Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-05-03T04:58:21.482Z] Fetched 279 kB in 0s (0 B/s) [2021-05-03T04:58:21.482Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-05-03T04:58:21.482Z] Fetched 122 kB in 0s (0 B/s) [2021-05-03T04:58:21.482Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-05-03T04:58:21.482Z] Fetched 77.8 kB in 0s (0 B/s) [2021-05-03T04:58:21.482Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-05-03T04:58:21.482Z] Fetched 8848 B in 0s (0 B/s) [2021-05-03T04:58:21.482Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-05-03T04:58:21.482Z] Fetched 47.8 kB in 0s (0 B/s) [2021-05-03T04:58:21.482Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-05-03T04:58:21.482Z] Fetched 45.6 kB in 0s (0 B/s) [2021-05-03T04:58:21.482Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-05-03T04:58:21.482Z] Fetched 15.0 kB in 0s (0 B/s) [2021-05-03T04:58:21.482Z] Get:1 libcurl4_7.58.0-2ubuntu3.13_amd64.deb [219 kB] [2021-05-03T04:58:21.482Z] Fetched 219 kB in 0s (0 B/s) [2021-05-03T04:58:21.482Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] [2021-05-03T04:58:21.482Z] Fetched 154 kB in 0s (0 B/s) [2021-05-03T04:58:21.482Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-05-03T04:58:21.482Z] Fetched 50.6 kB in 0s (0 B/s) [2021-05-03T04:58:21.482Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-05-03T04:58:21.482Z] Fetched 14.8 kB in 0s (0 B/s) [2021-05-03T04:58:21.482Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-05-03T04:58:21.482Z] Fetched 41.8 kB in 0s (0 B/s) [2021-05-03T04:58:21.483Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-05-03T04:58:21.483Z] Fetched 499 kB in 0s (0 B/s) [2021-05-03T04:58:21.483Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-05-03T04:58:21.483Z] Fetched 111 kB in 0s (0 B/s) [2021-05-03T04:58:21.483Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-05-03T04:58:21.483Z] Fetched 240 kB in 0s (0 B/s) [2021-05-03T04:58:21.483Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-05-03T04:58:21.483Z] Fetched 29.3 kB in 0s (0 B/s) [2021-05-03T04:58:21.483Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-05-03T04:58:21.483Z] Fetched 85.5 kB in 0s (0 B/s) [2021-05-03T04:58:21.483Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-05-03T04:58:21.483Z] Fetched 24.5 kB in 0s (0 B/s) [2021-05-03T04:58:21.483Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-05-03T04:58:21.483Z] Fetched 49.2 kB in 0s (0 B/s) [2021-05-03T04:58:21.483Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-05-03T04:58:21.483Z] Fetched 54.2 kB in 0s (0 B/s) [2021-05-03T04:58:21.483Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-05-03T04:58:21.483Z] Fetched 30.8 kB in 0s (0 B/s) [2021-05-03T04:58:21.483Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] [2021-05-03T04:58:21.483Z] Fetched 15.8 kB in 0s (0 B/s) [2021-05-03T04:58:21.483Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-05-03T04:58:21.483Z] Fetched 85.9 kB in 0s (0 B/s) [2021-05-03T04:58:21.483Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-05-03T04:58:21.483Z] Fetched 8720 B in 0s (0 B/s) [2021-05-03T04:58:21.483Z] Get:1 libhogweed4_3.4-1ubuntu0.1_amd64.deb [137 kB] [2021-05-03T04:58:21.483Z] Fetched 137 kB in 0s (0 B/s) [2021-05-03T04:58:21.483Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-05-03T04:58:21.483Z] Fetched 119 kB in 0s (0 B/s) [2021-05-03T04:58:21.483Z] Get:1 libnettle6_3.4-1ubuntu0.1_amd64.deb [110 kB] [2021-05-03T04:58:21.483Z] Fetched 110 kB in 0s (0 B/s) [2021-05-03T04:58:21.483Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-05-03T04:58:21.483Z] Fetched 11.1 kB in 0s (0 B/s) [2021-05-03T04:58:21.483Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-05-03T04:58:21.483Z] Fetched 645 kB in 0s (0 B/s) [2021-05-03T04:58:21.483Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-05-03T04:58:21.483Z] Fetched 41.3 kB in 0s (0 B/s) [2021-05-03T04:58:21.483Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-05-03T04:58:21.483Z] Fetched 17.9 kB in 0s (0 B/s) [2021-05-03T04:58:21.483Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-05-03T04:58:21.483Z] Fetched 368 kB in 0s (0 B/s) [2021-05-03T04:58:21.483Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-05-03T04:58:21.483Z] Fetched 187 kB in 0s (0 B/s) [2021-05-03T04:58:21.483Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-05-03T04:58:21.483Z] Fetched 175 kB in 0s (0 B/s) [2021-05-03T04:58:21.483Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-05-03T04:58:21.483Z] Fetched 206 kB in 0s (0 B/s) [2021-05-03T04:58:21.483Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb [1301 kB] [2021-05-03T04:58:21.483Z] Fetched 1301 kB in 0s (0 B/s) [2021-05-03T04:58:21.483Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-05-03T04:58:21.483Z] Fetched 36.2 kB in 0s (0 B/s) [2021-05-03T04:58:21.483Z] Get:1 curl_7.58.0-2ubuntu3.13_amd64.deb [159 kB] [2021-05-03T04:58:21.483Z] Fetched 159 kB in 0s (0 B/s) [2021-05-03T04:58:21.483Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-05-03T04:58:21.483Z] Fetched 107 kB in 0s (0 B/s) [2021-05-03T04:58:21.483Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-05-03T04:58:21.483Z] Fetched 48.7 kB in 0s (0 B/s) [2021-05-03T04:58:21.483Z] Pulling static-packages [2021-05-03T04:58:21.483Z] + snapcraftctl pull [2021-05-03T04:58:21.483Z] Pulling version [2021-05-03T04:58:21.483Z] + cd /root/project [2021-05-03T04:58:21.483Z] + [ -f VERSION ] [2021-05-03T04:58:21.483Z] + PROJECT_VERSION=local-dev [2021-05-03T04:58:21.483Z] + git rev-parse --short HEAD [2021-05-03T04:58:21.483Z] + GIT_REVISION=1160d5ba [2021-05-03T04:58:21.483Z] + snapcraftctl set-version local-dev [2021-05-03T04:58:22.870Z] Skipping build go-build-helper (already ran) [2021-05-03T04:58:22.870Z] Building app-service-config [2021-05-03T04:58:22.870Z] + make build [2021-05-03T04:58:22.870Z] CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.0.0-dev.52 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=0.0.0" -o app-service-configurable [2021-05-03T04:58:27.089Z] go: downloading github.com/edgexfoundry/app-functions-sdk-go/v2 v2.0.0-dev.52 [2021-05-03T04:58:27.089Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.42 [2021-05-03T04:58:27.089Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.78 [2021-05-03T04:58:27.089Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.11 [2021-05-03T04:58:27.089Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.17 [2021-05-03T04:58:27.089Z] go: downloading github.com/google/uuid v1.2.0 [2021-05-03T04:58:27.089Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-05-03T04:58:27.089Z] go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.5 [2021-05-03T04:58:27.351Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.7 [2021-05-03T04:58:27.351Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-05-03T04:58:27.351Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-05-03T04:58:27.618Z] go: downloading github.com/go-playground/validator/v10 v10.5.0 [2021-05-03T04:58:27.618Z] go: downloading github.com/x448/float16 v0.8.4 [2021-05-03T04:58:27.618Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-05-03T04:58:27.618Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.3.3 [2021-05-03T04:58:27.618Z] go: downloading golang.org/x/text v0.3.2 [2021-05-03T04:58:27.618Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-05-03T04:58:27.618Z] go: downloading github.com/pelletier/go-toml v1.9.0 [2021-05-03T04:58:27.618Z] go: downloading github.com/gorilla/websocket v1.4.2 [2021-05-03T04:58:27.618Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-05-03T04:58:27.618Z] go: downloading github.com/hashicorp/consul/api v1.8.1 [2021-05-03T04:58:27.618Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-05-03T04:58:27.618Z] go: downloading golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 [2021-05-03T04:58:27.618Z] go: downloading golang.org/x/net v0.0.0-20200425230154-ff2c4b7c35a0 [2021-05-03T04:58:27.884Z] go: downloading github.com/pebbe/zmq4 v1.2.7 [2021-05-03T04:58:27.884Z] go: downloading github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 [2021-05-03T04:58:27.884Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-05-03T04:58:27.884Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-05-03T04:58:27.884Z] go: downloading github.com/hashicorp/go-hclog v0.12.0 [2021-05-03T04:58:27.884Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-05-03T04:58:27.884Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.2 [2021-05-03T04:58:27.884Z] go: downloading github.com/hashicorp/serf v0.9.5 [2021-05-03T04:58:28.144Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-05-03T04:58:28.144Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-05-03T04:58:28.144Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-05-03T04:58:28.144Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-05-03T04:58:28.144Z] go: downloading github.com/fatih/color v1.9.0 [2021-05-03T04:58:28.144Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-05-03T04:58:28.144Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-05-03T04:58:28.144Z] go: downloading github.com/mattn/go-isatty v0.0.12 [2021-05-03T04:58:28.144Z] go: downloading github.com/mattn/go-colorable v0.1.6 [2021-05-03T04:58:28.144Z] go: downloading golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd [2021-05-03T04:58:28.144Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-05-03T04:58:28.405Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-05-03T04:58:28.405Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-05-03T04:58:38.408Z] + install -DT ./app-service-configurable /root/parts/app-service-config/install/bin/app-service-configurable [2021-05-03T04:58:38.408Z] + install -DT ./res/rules-engine/configuration.toml /root/parts/app-service-config/install/config/app-service-configurable/res/rules-engine/configuration.toml [2021-05-03T04:58:38.408Z] + install -DT ./Attribution.txt /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/Attribution.txt [2021-05-03T04:58:38.408Z] + install -DT ./LICENSE /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/LICENSE [2021-05-03T04:58:39.350Z] Building config-common [2021-05-03T04:58:39.350Z] + snapcraftctl build [2021-05-03T04:58:41.915Z] Building edgex-go [2021-05-03T04:58:41.915Z] + cd /root/parts/edgex-go/src [2021-05-03T04:58:41.915Z] + make build [2021-05-03T04:58:41.915Z] 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-03T04:58:44.461Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.76 [2021-05-03T04:58:44.461Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.38 [2021-05-03T04:58:44.461Z] go: downloading github.com/imdario/mergo v0.3.12 [2021-05-03T04:58:44.461Z] go: downloading github.com/pkg/errors v0.8.1 [2021-05-03T04:58:44.461Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-05-03T04:58:48.665Z] 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-03T04:58:48.665Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-05-03T04:58:53.962Z] 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-03T04:58:55.347Z] 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-03T04:58:57.262Z] 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-03T04:58:57.523Z] 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-03T04:58:57.785Z] go: downloading github.com/stretchr/testify v1.7.0 [2021-05-03T04:58:58.047Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-05-03T04:58:58.047Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-05-03T04:58:58.047Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-05-03T04:58:59.963Z] 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-03T04:58:59.963Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-05-03T04:58:59.964Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-05-03T04:59:01.883Z] 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-03T04:59:03.272Z] 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-03T04:59:04.658Z] 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-03T04:59:06.044Z] 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-03T04:59:06.044Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-05-03T04:59:07.428Z] 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-03T04:59:07.428Z] go: downloading github.com/lib/pq v1.10.1 [2021-05-03T04:59:09.974Z] + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command [2021-05-03T04:59:09.974Z] + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml [2021-05-03T04:59:09.974Z] + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data [2021-05-03T04:59:09.974Z] + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml [2021-05-03T04:59:09.974Z] + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata [2021-05-03T04:59:09.974Z] + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml [2021-05-03T04:59:09.974Z] + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications [2021-05-03T04:59:09.974Z] + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml [2021-05-03T04:59:09.974Z] + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler [2021-05-03T04:59:09.974Z] + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml [2021-05-03T04:59:09.974Z] + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent [2021-05-03T04:59:09.974Z] + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml [2021-05-03T04:59:09.974Z] + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup [2021-05-03T04:59:09.974Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml [2021-05-03T04:59:09.974Z] + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup [2021-05-03T04:59:09.974Z] + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml [2021-05-03T04:59:09.974Z] + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider [2021-05-03T04:59:09.974Z] + 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-03T04:59:09.974Z] + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper [2021-05-03T04:59:09.974Z] + 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-03T04:59:09.974Z] + install -DT ./cmd/security-bootstrapper/res/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res/configuration.toml [2021-05-03T04:59:09.974Z] + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config [2021-05-03T04:59:09.974Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml [2021-05-03T04:59:09.974Z] + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt [2021-05-03T04:59:09.974Z] + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE [2021-05-03T04:59:09.974Z] + 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-03T04:59:12.794Z] Building static-packages [2021-05-03T04:59:12.794Z] + snapcraftctl build [2021-05-03T04:59:14.778Z] Building version [2021-05-03T04:59:14.778Z] + snapcraftctl build [2021-05-03T04:59:17.327Z] Skipping stage go-build-helper (already ran) [2021-05-03T04:59:17.327Z] Staging app-service-config [2021-05-03T04:59:17.327Z] + snapcraftctl stage [2021-05-03T04:59:17.899Z] Staging config-common [2021-05-03T04:59:17.899Z] + snapcraftctl stage [2021-05-03T04:59:19.287Z] Staging edgex-go [2021-05-03T04:59:19.287Z] + snapcraftctl stage [2021-05-03T04:59:20.230Z] Staging static-packages [2021-05-03T04:59:20.230Z] + snapcraftctl stage [2021-05-03T04:59:21.172Z] Staging version [2021-05-03T04:59:21.172Z] + snapcraftctl stage [2021-05-03T04:59:22.556Z] Priming go-build-helper [2021-05-03T04:59:22.556Z] + snapcraftctl prime [2021-05-03T04:59:23.498Z] Priming app-service-config [2021-05-03T04:59:23.498Z] + snapcraftctl prime [2021-05-03T04:59:24.882Z] Priming config-common [2021-05-03T04:59:24.882Z] + snapcraftctl prime [2021-05-03T04:59:25.783Z] 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-03T04:59:25.823Z] Priming edgex-go [2021-05-03T04:59:25.823Z] + snapcraftctl prime [2021-05-03T04:59:27.209Z] Priming static-packages [2021-05-03T04:59:27.209Z] + snapcraftctl prime [2021-05-03T04:59:29.755Z] Priming version [2021-05-03T04:59:29.755Z] + snapcraftctl prime [2021-05-03T04:59:30.328Z] The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-05-03T04:59:35.994Z] Removing intermediate container be3134f7b085 [2021-05-03T04:59:35.995Z] ---> 447b53d6241d [2021-05-03T04:59:35.995Z] [2021-05-03T04:59:35.995Z] Step 10/21 : FROM alpine:3.12 [2021-05-03T04:59:35.995Z] 3.12: Pulling from library/alpine [2021-05-03T04:59:35.995Z] Removing intermediate container b77b0b5f383a [2021-05-03T04:59:35.995Z] ---> a52006155fa8 [2021-05-03T04:59:35.995Z] Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-05-03T04:59:36.612Z] ---> Running in 61169ba6bb64 [2021-05-03T04:59:38.614Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-05-03T04:59:38.614Z] Status: Downloaded newer image for alpine:3.12 [2021-05-03T04:59:38.614Z] ---> 9852663dfa18 [2021-05-03T04:59:38.614Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-05-03T04:59:38.614Z] 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-03T04:59:39.222Z] ---> Running in f329fd1e4fd8 [2021-05-03T04:59:41.225Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-05-03T04:59:41.511Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-05-03T04:59:42.110Z] (1/4) Installing ca-certificates (20191127-r4) [2021-05-03T04:59:42.110Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-05-03T04:59:42.110Z] (3/4) Installing libcurl (7.76.1-r0) [2021-05-03T04:59:42.110Z] (4/4) Installing curl (7.76.1-r0) [2021-05-03T04:59:42.110Z] Executing busybox-1.31.1-r20.trigger [2021-05-03T04:59:42.389Z] Executing ca-certificates-20191127-r4.trigger [2021-05-03T04:59:42.389Z] OK: 7 MiB in 18 packages [2021-05-03T04:59:43.856Z] Removing intermediate container 1554c5f46c4f [2021-05-03T04:59:43.856Z] ---> 46d68be56c5b [2021-05-03T04:59:43.856Z] [2021-05-03T04:59:43.856Z] Step 10/23 : FROM alpine:3.12 [2021-05-03T04:59:43.856Z] ---> 9852663dfa18 [2021-05-03T04:59:43.856Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-05-03T04:59:44.135Z] ---> Running in 17e2e9038656 [2021-05-03T04:59:44.135Z] Removing intermediate container 61169ba6bb64 [2021-05-03T04:59:44.135Z] ---> fd77aa34a424 [2021-05-03T04:59:44.135Z] [2021-05-03T04:59:44.135Z] Step 11/23 : FROM docker:20.10.0 [2021-05-03T04:59:44.410Z] 20.10.0: Pulling from library/docker [2021-05-03T04:59:44.410Z] Removing intermediate container 65bc71194ac8 [2021-05-03T04:59:44.410Z] ---> 7b104ddf537a [2021-05-03T04:59:44.410Z] [2021-05-03T04:59:44.410Z] Step 10/22 : FROM alpine:3.12 [2021-05-03T04:59:44.410Z] ---> 9852663dfa18 [2021-05-03T04:59:44.410Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-05-03T04:59:45.465Z] ---> Running in d076fe1fd742 [2021-05-03T04:59:45.833Z] Removing intermediate container f329fd1e4fd8 [2021-05-03T04:59:45.834Z] ---> af252caf65fc [2021-05-03T04:59:45.834Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-05-03T04:59:46.128Z] ---> Running in a95c991a94f0 [2021-05-03T04:59:46.442Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-05-03T04:59:46.758Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-05-03T04:59:47.049Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-05-03T04:59:47.049Z] Executing busybox-1.31.1-r20.trigger [2021-05-03T04:59:47.399Z] OK: 5 MiB in 15 packages [2021-05-03T04:59:47.399Z] Removing intermediate container a95c991a94f0 [2021-05-03T04:59:47.399Z] ---> bcf3ab52e960 [2021-05-03T04:59:47.399Z] Step 13/21 : WORKDIR /edgex [2021-05-03T04:59:47.399Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-05-03T04:59:47.823Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-05-03T04:59:47.823Z] ---> Running in 49d0fabe30f9 [2021-05-03T04:59:48.551Z] (1/2) Installing ca-certificates (20191127-r4) [2021-05-03T04:59:48.551Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-05-03T04:59:48.551Z] Executing busybox-1.31.1-r20.trigger [2021-05-03T04:59:48.551Z] Executing ca-certificates-20191127-r4.trigger [2021-05-03T04:59:48.845Z] OK: 6 MiB in 16 packages [2021-05-03T04:59:49.128Z] Removing intermediate container 49d0fabe30f9 [2021-05-03T04:59:49.128Z] ---> 60071fe0b3c5 [2021-05-03T04:59:49.128Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-05-03T04:59:49.401Z] Removing intermediate container 17e2e9038656 [2021-05-03T04:59:49.401Z] ---> 9fb74affddb9 [2021-05-03T04:59:49.401Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-05-03T04:59:50.003Z] ---> Running in 606984f50388 [2021-05-03T04:59:50.611Z] ---> dc7b62649071 [2021-05-03T04:59:50.611Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-05-03T04:59:50.884Z] Removing intermediate container 606984f50388 [2021-05-03T04:59:50.884Z] ---> 6b0e6cc2dae5 [2021-05-03T04:59:50.884Z] Step 13/23 : ENV APP_PORT=48082 [2021-05-03T04:59:51.161Z] Removing intermediate container d076fe1fd742 [2021-05-03T04:59:51.161Z] ---> dca8d642632d [2021-05-03T04:59:51.161Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-05-03T04:59:51.435Z] ---> Running in 8e2097761614 [2021-05-03T04:59:52.043Z] ---> Running in f233e708138c [2021-05-03T04:59:52.324Z] Removing intermediate container 8ac86c66b458 [2021-05-03T04:59:52.324Z] ---> 2153d195ca34 [2021-05-03T04:59:52.324Z] [2021-05-03T04:59:52.324Z] Step 10/23 : FROM alpine:3.12 [2021-05-03T04:59:52.324Z] ---> 9852663dfa18 [2021-05-03T04:59:52.324Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-05-03T04:59:52.324Z] ---> Using cache [2021-05-03T04:59:52.324Z] ---> 9fb74affddb9 [2021-05-03T04:59:52.324Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-05-03T04:59:52.324Z] ---> Using cache [2021-05-03T04:59:52.324Z] ---> 6b0e6cc2dae5 [2021-05-03T04:59:52.324Z] Step 13/23 : ENV APP_PORT=48081 [2021-05-03T04:59:52.324Z] ---> dfd54212a2c2 [2021-05-03T04:59:52.324Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-05-03T04:59:52.598Z] Removing intermediate container 8e2097761614 [2021-05-03T04:59:52.598Z] ---> df376e61adda [2021-05-03T04:59:52.598Z] Step 14/23 : EXPOSE $APP_PORT [2021-05-03T04:59:52.598Z] ---> Running in adc77459d7f0 [2021-05-03T04:59:52.598Z] Removing intermediate container f233e708138c [2021-05-03T04:59:52.598Z] ---> 9123483748c6 [2021-05-03T04:59:52.598Z] Step 13/22 : ENV APP_PORT=48060 [2021-05-03T04:59:52.879Z] ---> Running in 1dbf75f4f599 [2021-05-03T04:59:52.879Z] ---> Running in cfb1c2abe175 [2021-05-03T04:59:53.479Z] Removing intermediate container adc77459d7f0 [2021-05-03T04:59:53.479Z] ---> a05aff8da44c [2021-05-03T04:59:53.479Z] Step 14/23 : EXPOSE $APP_PORT [2021-05-03T04:59:53.752Z] Removing intermediate container 1dbf75f4f599 [2021-05-03T04:59:53.752Z] ---> 93b2f76062b5 [2021-05-03T04:59:53.752Z] Step 15/23 : WORKDIR / [2021-05-03T04:59:54.032Z] ---> Running in ec65f5faf466 [2021-05-03T04:59:54.032Z] Removing intermediate container cfb1c2abe175 [2021-05-03T04:59:54.032Z] ---> feb1a5f66710 [2021-05-03T04:59:54.032Z] Step 14/22 : EXPOSE $APP_PORT [2021-05-03T04:59:54.307Z] ---> Running in 2c1dbf44b101 [2021-05-03T04:59:54.307Z] ---> 503b36c01cbb [2021-05-03T04:59:54.307Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-05-03T04:59:54.581Z] ---> Running in eb2633857b97 [2021-05-03T04:59:54.857Z] ---> Running in 812b2a49c647 [2021-05-03T04:59:54.857Z] Removing intermediate container ec65f5faf466 [2021-05-03T04:59:54.857Z] ---> e3648a27a019 [2021-05-03T04:59:54.857Z] Step 15/23 : WORKDIR / [2021-05-03T04:59:55.450Z] ---> Running in 399c63c4f238 [2021-05-03T04:59:55.450Z] Removing intermediate container 2c1dbf44b101 [2021-05-03T04:59:55.450Z] ---> 0b1a6fc4c1e0 [2021-05-03T04:59:55.450Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-03T04:59:55.725Z] Removing intermediate container eb2633857b97 [2021-05-03T04:59:55.725Z] ---> a078441a47f5 [2021-05-03T04:59:55.725Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-03T04:59:55.999Z] Removing intermediate container 812b2a49c647 [2021-05-03T04:59:55.999Z] ---> 8583e541fea4 [2021-05-03T04:59:55.999Z] Step 18/21 : CMD ["--init=true"] [2021-05-03T04:59:56.598Z] ---> Running in 7994e0c5b6d2 [2021-05-03T04:59:56.873Z] Removing intermediate container 399c63c4f238 [2021-05-03T04:59:56.873Z] ---> 1b16da72402a [2021-05-03T04:59:56.873Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-03T04:59:56.873Z] ---> aa10aad467a9 [2021-05-03T04:59:56.873Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-05-03T04:59:57.469Z] ---> 7dd4533b5b23 [2021-05-03T04:59:57.469Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-05-03T04:59:57.469Z] Removing intermediate container 7994e0c5b6d2 [2021-05-03T04:59:57.469Z] ---> 3c168bc22ea8 [2021-05-03T04:59:57.469Z] Step 19/21 : LABEL arch=arm64 [2021-05-03T04:59:58.069Z] ---> Running in 3260e84d7123 [2021-05-03T04:59:58.666Z] ---> 0fe634daa5ff [2021-05-03T04:59:58.666Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-05-03T04:59:59.272Z] Removing intermediate container 3260e84d7123 [2021-05-03T04:59:59.272Z] ---> cff3b324fc3d [2021-05-03T04:59:59.272Z] Step 20/21 : LABEL git_sha=1160d5ba54a31b35ea1e4c6d49e89833a7095427 [2021-05-03T04:59:59.272Z] ---> 2aa8612d8f73 [2021-05-03T04:59:59.272Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-05-03T04:59:59.869Z] ---> f30462d1de6d [2021-05-03T04:59:59.869Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-05-03T04:59:59.869Z] ---> Running in 91bfdd1b5918 [2021-05-03T05:00:00.464Z] ---> a9a2555e8874 [2021-05-03T05:00:00.464Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-05-03T05:00:00.464Z] ---> 4d0d41967700 [2021-05-03T05:00:00.464Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-05-03T05:00:00.737Z] Removing intermediate container 91bfdd1b5918 [2021-05-03T05:00:00.737Z] ---> 13abe10e6eae [2021-05-03T05:00:00.737Z] Step 21/21 : LABEL version=0.0.0 [2021-05-03T05:00:00.737Z] ---> Running in 528127463e6f [2021-05-03T05:00:00.737Z] ---> c5c19da4c670 [2021-05-03T05:00:00.737Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-05-03T05:00:01.011Z] ---> Running in da5d9a8efd8e [2021-05-03T05:00:01.011Z] ---> Running in 288e9b0a67a3 [2021-05-03T05:00:01.289Z] ---> b684419d0f4b [2021-05-03T05:00:01.289Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-05-03T05:00:01.570Z] Removing intermediate container 528127463e6f [2021-05-03T05:00:01.570Z] ---> 811397a6b125 [2021-05-03T05:00:01.570Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-03T05:00:01.570Z] ---> Running in fcf2af9b99a0 [2021-05-03T05:00:01.570Z] Removing intermediate container da5d9a8efd8e [2021-05-03T05:00:01.570Z] ---> 06b842680599 [2021-05-03T05:00:01.570Z] [2021-05-03T05:00:01.846Z] ---> Running in 7e359530f062 [2021-05-03T05:00:01.846Z] Removing intermediate container 288e9b0a67a3 [2021-05-03T05:00:01.846Z] ---> 7d0fb05940c0 [2021-05-03T05:00:01.846Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-03T05:00:02.133Z] ---> Running in c7ed2608b73c [2021-05-03T05:00:02.133Z] Successfully built 06b842680599 [2021-05-03T05:00:02.133Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-05-03T05:00:02.133Z]  Building docker-security-proxy-setup-go ... done Building docker-security-bootstrapper-go [2021-05-03T05:00:02.133Z] Removing intermediate container fcf2af9b99a0 [2021-05-03T05:00:02.133Z] ---> caaddb116d8c [2021-05-03T05:00:02.133Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-03T05:00:02.413Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-05-03T05:00:02.413Z] Status: Downloaded newer image for docker:20.10.0 [2021-05-03T05:00:02.413Z] ---> eeaf43b92773 [2021-05-03T05:00:02.413Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' ---> Running in 9160a62dc5e4 [2021-05-03T05:00:02.413Z] [2021-05-03T05:00:02.413Z] Removing intermediate container 7e359530f062 [2021-05-03T05:00:02.413Z] ---> bbf5c5f8c4cc [2021-05-03T05:00:02.413Z] Step 21/23 : LABEL arch=arm64 [2021-05-03T05:00:02.689Z] ---> Running in cde643b35d26 [2021-05-03T05:00:02.689Z] ---> Running in 6516600eae79 [2021-05-03T05:00:02.689Z] Removing intermediate container c7ed2608b73c [2021-05-03T05:00:02.689Z] ---> b731179ef7cf [2021-05-03T05:00:02.689Z] Step 20/22 : LABEL arch=arm64 [2021-05-03T05:00:02.961Z] Removing intermediate container 9160a62dc5e4 [2021-05-03T05:00:02.961Z] ---> 5903fd377f09 [2021-05-03T05:00:02.961Z] Step 21/23 : LABEL arch=arm64 [2021-05-03T05:00:02.961Z] ---> Running in 55f7598d7b35 [2021-05-03T05:00:03.237Z] ---> Running in 6449aa8aaacc [2021-05-03T05:00:03.237Z] Removing intermediate container cde643b35d26 [2021-05-03T05:00:03.237Z] ---> 926997263ae0 [2021-05-03T05:00:03.237Z] Step 13/23 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 [2021-05-03T05:00:03.511Z] Removing intermediate container 6516600eae79 [2021-05-03T05:00:03.511Z] ---> 2d54645a9301 [2021-05-03T05:00:03.511Z] Step 22/23 : LABEL git_sha=1160d5ba54a31b35ea1e4c6d49e89833a7095427 [2021-05-03T05:00:03.511Z] ---> Running in 6458fa130f25 [2021-05-03T05:00:03.781Z] ---> Running in b5504692ac48 [2021-05-03T05:00:03.781Z] Removing intermediate container 55f7598d7b35 [2021-05-03T05:00:03.781Z] ---> c79cb54bc3cc [2021-05-03T05:00:03.781Z] Step 21/22 : LABEL git_sha=1160d5ba54a31b35ea1e4c6d49e89833a7095427 [2021-05-03T05:00:04.051Z] Removing intermediate container 6449aa8aaacc [2021-05-03T05:00:04.051Z] ---> 5fad4c842f12 [2021-05-03T05:00:04.051Z] Step 22/23 : LABEL git_sha=1160d5ba54a31b35ea1e4c6d49e89833a7095427 [2021-05-03T05:00:04.329Z] ---> Running in 3d3f6b2e02d7 [2021-05-03T05:00:04.605Z] ---> Running in 7b73d38df5d0 [2021-05-03T05:00:04.605Z] Removing intermediate container b5504692ac48 [2021-05-03T05:00:04.605Z] ---> 8fa0eb77e3ef [2021-05-03T05:00:04.605Z] Step 23/23 : LABEL version=0.0.0 [2021-05-03T05:00:05.200Z] Removing intermediate container 3d3f6b2e02d7 [2021-05-03T05:00:05.200Z] ---> 6f6dc917a3aa [2021-05-03T05:00:05.200Z] Step 22/22 : LABEL version=0.0.0 [2021-05-03T05:00:05.200Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-05-03T05:00:05.490Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-05-03T05:00:05.490Z] ---> Running in b88f186c4915 [2021-05-03T05:00:05.767Z] Removing intermediate container 7b73d38df5d0 [2021-05-03T05:00:05.767Z] ---> 59d5b6733642 [2021-05-03T05:00:05.767Z] Step 23/23 : LABEL version=0.0.0 [2021-05-03T05:00:05.767Z] ---> Running in 21e863aa8dbd [2021-05-03T05:00:06.047Z] (1/39) Installing readline (8.0.4-r0) [2021-05-03T05:00:06.047Z] (2/39) Installing bash (5.0.17-r0) [2021-05-03T05:00:06.047Z] Executing bash-5.0.17-r0.post-install [2021-05-03T05:00:06.047Z] (3/39) Installing nghttp2-libs (1.41.0-r0) [2021-05-03T05:00:06.047Z] (4/39) Installing libcurl (7.76.1-r0) [2021-05-03T05:00:06.047Z] (5/39) Installing curl (7.76.1-r0) [2021-05-03T05:00:06.047Z] (6/39) Installing dumb-init (1.2.2-r1) [2021-05-03T05:00:06.047Z] (7/39) Installing libbz2 (1.0.8-r1) [2021-05-03T05:00:06.047Z] (8/39) Installing expat (2.2.9-r1) [2021-05-03T05:00:06.047Z] (9/39) Installing libffi (3.3-r2) [2021-05-03T05:00:06.047Z] (10/39) Installing gdbm (1.13-r1) [2021-05-03T05:00:06.047Z] (11/39) Installing xz-libs (5.2.5-r0) [2021-05-03T05:00:06.047Z] (12/39) Installing sqlite-libs (3.32.1-r0) [2021-05-03T05:00:06.047Z] (13/39) Installing python3 (3.8.8-r0) [2021-05-03T05:00:06.661Z] ---> Running in 6c09cbead2dd [2021-05-03T05:00:06.661Z] Removing intermediate container b88f186c4915 [2021-05-03T05:00:06.661Z] ---> 199e190aedc1 [2021-05-03T05:00:06.661Z] [2021-05-03T05:00:06.661Z] Removing intermediate container 21e863aa8dbd [2021-05-03T05:00:06.661Z] ---> 12e6ab363656 [2021-05-03T05:00:06.661Z] [2021-05-03T05:00:07.263Z] Successfully built 199e190aedc1 [2021-05-03T05:00:07.263Z] Successfully tagged docker-core-command-go-arm64:latest [2021-05-03T05:00:07.263Z] Building docker-security-secretstore-setup-go [2021-05-03T05:00:07.263Z]  Building docker-core-command-go ... done Successfully built 12e6ab363656 [2021-05-03T05:00:07.866Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-05-03T05:00:07.866Z]  Building docker-support-notifications-go ... done Building docker-support-scheduler-go [2021-05-03T05:00:08.141Z] Removing intermediate container 6c09cbead2dd [2021-05-03T05:00:08.141Z] ---> 00c2eeb818e9 [2021-05-03T05:00:08.141Z] [2021-05-03T05:00:08.141Z] (14/39) Installing py3-appdirs (1.4.4-r1) [2021-05-03T05:00:08.141Z] (15/39) Installing py3-ordered-set (4.0.1-r0) [2021-05-03T05:00:08.141Z] (16/39) Installing py3-parsing (2.4.7-r0) [2021-05-03T05:00:08.141Z] (17/39) Installing py3-six (1.15.0-r0) [2021-05-03T05:00:08.141Z] (18/39) Installing py3-packaging (20.4-r0) [2021-05-03T05:00:08.141Z] (19/39) Installing py3-setuptools (47.0.0-r0) [2021-05-03T05:00:08.141Z] (20/39) Installing py3-chardet (3.0.4-r4) [2021-05-03T05:00:08.415Z] (21/39) Installing py3-idna (2.9-r0) [2021-05-03T05:00:08.415Z] (22/39) Installing py3-certifi (2020.4.5.1-r0) [2021-05-03T05:00:08.415Z] (23/39) Installing py3-urllib3 (1.25.9-r0) [2021-05-03T05:00:08.415Z] (24/39) Installing py3-requests (2.23.0-r0) [2021-05-03T05:00:08.415Z] (25/39) Installing py3-msgpack (1.0.0-r0) [2021-05-03T05:00:08.416Z] (26/39) Installing py3-lockfile (0.12.2-r3) [2021-05-03T05:00:08.416Z] (27/39) Installing py3-cachecontrol (0.12.6-r0) [2021-05-03T05:00:08.416Z] Successfully built 00c2eeb818e9 [2021-05-03T05:00:08.416Z] (28/39) Installing py3-colorama (0.4.3-r0) [2021-05-03T05:00:08.416Z] (29/39) Installing py3-distlib (0.3.0-r0) [2021-05-03T05:00:08.416Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-05-03T05:00:08.695Z] (30/39) Installing py3-distro (1.5.0-r1) [2021-05-03T05:00:08.695Z] Building docker-core-data-go [2021-05-03T05:00:08.695Z]  Building docker-core-metadata-go ... done (31/39) Installing py3-webencodings (0.5.1-r3) [2021-05-03T05:00:08.695Z] (32/39) Installing py3-html5lib (1.0.1-r4) [2021-05-03T05:00:08.695Z] (33/39) Installing py3-pytoml (0.1.21-r0) [2021-05-03T05:00:08.695Z] (34/39) Installing py3-pep517 (0.8.2-r0) [2021-05-03T05:00:08.695Z] (35/39) Installing py3-progress (1.5-r0) [2021-05-03T05:00:08.695Z] (36/39) Installing py3-toml (0.10.1-r0) [2021-05-03T05:00:08.695Z] (37/39) Installing py3-retrying (1.3.3-r0) [2021-05-03T05:00:08.695Z] (38/39) Installing py3-contextlib2 (0.6.0-r0) [2021-05-03T05:00:08.695Z] (39/39) Installing py3-pip (20.1.1-r0) [2021-05-03T05:00:08.972Z] Executing busybox-1.31.1-r19.trigger [2021-05-03T05:00:08.972Z] OK: 72 MiB in 59 packages [2021-05-03T05:00:13.271Z] Collecting docker-compose==1.23.2 [2021-05-03T05:00:13.271Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-05-03T05:00:14.255Z] Collecting jsonschema<3,>=2.5.1 [2021-05-03T05:00:14.256Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-05-03T05:00:15.265Z] Collecting docker<4.0,>=3.6.0 [2021-05-03T05:00:15.265Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-05-03T05:00:15.864Z] Collecting dockerpty<0.5,>=0.4.1 [2021-05-03T05:00:15.864Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-05-03T05:00:18.491Z] Collecting cached-property<2,>=1.2.0 [2021-05-03T05:00:18.492Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-05-03T05:00:18.764Z] Collecting docopt<0.7,>=0.6.1 [2021-05-03T05:00:18.764Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-05-03T05:00:22.153Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-05-03T05:00:22.153Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-05-03T05:00:22.153Z] 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-03T05:00:23.133Z] Collecting PyYAML<4,>=3.10 [2021-05-03T05:00:23.133Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-05-03T05:00:27.450Z] Collecting texttable<0.10,>=0.9.0 [2021-05-03T05:00:27.450Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-05-03T05:00:29.452Z] Collecting websocket-client<1.0,>=0.32.0 [2021-05-03T05:00:29.452Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-05-03T05:00:30.057Z] Collecting docker-pycreds>=0.4.0 [2021-05-03T05:00:30.057Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-05-03T05:00:30.648Z] Collecting urllib3<1.25,>=1.21.1 [2021-05-03T05:00:30.648Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-05-03T05:00:30.919Z] 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-03T05:00:30.919Z] 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-03T05:00:31.191Z] Collecting idna<2.8,>=2.5 [2021-05-03T05:00:31.191Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-05-03T05:00:31.191Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-05-03T05:00:31.191Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-05-03T05:00:31.191Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-05-03T05:00:31.191Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-05-03T05:00:32.167Z] Installing collected packages: jsonschema, urllib3, idna, requests, docker-pycreds, websocket-client, docker, dockerpty, cached-property, docopt, PyYAML, texttable, docker-compose [2021-05-03T05:00:32.763Z] Attempting uninstall: urllib3 [2021-05-03T05:00:32.763Z] Found existing installation: urllib3 1.25.9 [2021-05-03T05:00:32.763Z] Uninstalling urllib3-1.25.9: [2021-05-03T05:00:32.763Z] Successfully uninstalled urllib3-1.25.9 [2021-05-03T05:00:33.359Z] Attempting uninstall: idna [2021-05-03T05:00:33.359Z] Found existing installation: idna 2.9 [2021-05-03T05:00:33.359Z] Uninstalling idna-2.9: [2021-05-03T05:00:33.359Z] Successfully uninstalled idna-2.9 [2021-05-03T05:00:33.952Z] Attempting uninstall: requests [2021-05-03T05:00:33.952Z] Found existing installation: requests 2.23.0 [2021-05-03T05:00:33.952Z] Uninstalling requests-2.23.0: [2021-05-03T05:00:33.952Z] Successfully uninstalled requests-2.23.0 [2021-05-03T05:00:35.959Z] Running setup.py install for dockerpty: started [2021-05-03T05:00:37.939Z] Running setup.py install for dockerpty: finished with status 'done' [2021-05-03T05:00:37.939Z] Running setup.py install for docopt: started [2021-05-03T05:00:41.338Z] Running setup.py install for docopt: finished with status 'done' [2021-05-03T05:00:41.338Z] Running setup.py install for PyYAML: started [2021-05-03T05:00:43.980Z] Running setup.py install for PyYAML: finished with status 'done' [2021-05-03T05:00:43.980Z] Running setup.py install for texttable: started [2021-05-03T05:00:46.597Z] Running setup.py install for texttable: finished with status 'done' [2021-05-03T05:00:47.198Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.58.0 [2021-05-03T05:00:49.175Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-05-03T05:00:49.176Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-05-03T05:00:49.176Z] ---> 35b2de8e7fc0 [2021-05-03T05:00:49.176Z] Step 3/31 : WORKDIR /edgex-go [2021-05-03T05:00:49.176Z] ---> Using cache [2021-05-03T05:00:49.176Z] ---> 15d7d46cc5fb [2021-05-03T05:00:49.176Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-03T05:00:49.176Z] ---> Using cache [2021-05-03T05:00:49.176Z] ---> 41ad102ac6ca [2021-05-03T05:00:49.176Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-05-03T05:00:54.599Z] ---> Running in 3ba76cfa8bc0 [2021-05-03T05:00:55.211Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-03T05:00:56.249Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-03T05:00:57.229Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-05-03T05:00:57.229Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-05-03T05:00:57.229Z] ---> 35b2de8e7fc0 [2021-05-03T05:00:57.229Z] Step 3/24 : WORKDIR /edgex-go [2021-05-03T05:00:57.229Z] ---> Using cache [2021-05-03T05:00:57.229Z] ---> 15d7d46cc5fb [2021-05-03T05:00:57.229Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-03T05:00:57.229Z] ---> Using cache [2021-05-03T05:00:57.229Z] ---> 41ad102ac6ca [2021-05-03T05:00:57.229Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-05-03T05:00:57.229Z] OK: 218 MiB in 52 packages [2021-05-03T05:00:57.533Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-05-03T05:00:57.533Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-05-03T05:00:57.533Z] ---> 35b2de8e7fc0 [2021-05-03T05:00:57.533Z] Step 3/23 : WORKDIR /edgex-go [2021-05-03T05:00:57.533Z] ---> Using cache [2021-05-03T05:00:57.533Z] ---> 15d7d46cc5fb [2021-05-03T05:00:57.533Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-03T05:00:57.533Z] ---> Using cache [2021-05-03T05:00:57.533Z] ---> 41ad102ac6ca [2021-05-03T05:00:57.533Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-05-03T05:00:58.130Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-05-03T05:00:58.130Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-05-03T05:00:58.130Z] ---> 35b2de8e7fc0 [2021-05-03T05:00:58.130Z] Step 3/22 : WORKDIR /edgex-go [2021-05-03T05:00:58.130Z] ---> Using cache [2021-05-03T05:00:58.130Z] ---> 15d7d46cc5fb [2021-05-03T05:00:58.130Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-03T05:00:58.130Z] ---> Using cache [2021-05-03T05:00:58.130Z] ---> 41ad102ac6ca [2021-05-03T05:00:58.130Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-05-03T05:00:58.405Z] ---> Running in 9f9a29a10146 [2021-05-03T05:00:58.405Z] ---> Running in 125efdb42cad [2021-05-03T05:00:58.405Z] ---> Running in c529db1b063d [2021-05-03T05:00:59.860Z] Removing intermediate container 3ba76cfa8bc0 [2021-05-03T05:00:59.860Z] ---> aa3ed816ecaf [2021-05-03T05:00:59.860Z] Step 6/31 : COPY go.mod . [2021-05-03T05:01:00.464Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-03T05:01:00.745Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-03T05:01:01.022Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-03T05:01:01.022Z] ---> fecee07daa58 [2021-05-03T05:01:01.022Z] Step 7/31 : RUN go mod download [2021-05-03T05:01:01.292Z] ---> Running in d142f8b00266 [2021-05-03T05:01:01.582Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-03T05:01:01.857Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-03T05:01:02.480Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-03T05:01:02.480Z] OK: 218 MiB in 52 packages [2021-05-03T05:01:03.471Z] OK: 218 MiB in 52 packages [2021-05-03T05:01:03.471Z] OK: 218 MiB in 52 packages [2021-05-03T05:01:03.471Z] Removing intermediate container 6458fa130f25 [2021-05-03T05:01:03.471Z] ---> 1e94f74cf6d3 [2021-05-03T05:01:03.471Z] Step 14/23 : ENV APP_PORT=48090 [2021-05-03T05:01:03.746Z] ---> Running in bfad1d650450 [2021-05-03T05:01:04.350Z] Removing intermediate container 9f9a29a10146 [2021-05-03T05:01:04.350Z] ---> 05e354f197d1 [2021-05-03T05:01:04.350Z] Step 6/22 : COPY go.mod . [2021-05-03T05:01:04.623Z] Removing intermediate container bfad1d650450 [2021-05-03T05:01:04.623Z] ---> d376fa8e0473 [2021-05-03T05:01:04.623Z] Step 15/23 : EXPOSE $APP_PORT [2021-05-03T05:01:04.896Z] ---> Running in dccd6cc381a0 [2021-05-03T05:01:04.896Z] Removing intermediate container 125efdb42cad [2021-05-03T05:01:04.896Z] ---> 4d2cdbba1777 [2021-05-03T05:01:04.896Z] Step 6/24 : COPY go.mod . [2021-05-03T05:01:05.172Z] Removing intermediate container d142f8b00266 [2021-05-03T05:01:05.172Z] ---> 3eafca577e8f [2021-05-03T05:01:05.172Z] Step 8/31 : COPY . . [2021-05-03T05:01:05.450Z] Removing intermediate container dccd6cc381a0 [2021-05-03T05:01:05.450Z] ---> 44e189c82e09 [2021-05-03T05:01:05.450Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-05-03T05:01:05.450Z] Removing intermediate container c529db1b063d [2021-05-03T05:01:05.450Z] ---> 29d5c72ac3c1 [2021-05-03T05:01:05.450Z] Step 6/23 : COPY go.mod . [2021-05-03T05:01:05.725Z] ---> c9c6b329ed92 [2021-05-03T05:01:05.725Z] Step 7/22 : RUN go mod download [2021-05-03T05:01:06.003Z] ---> Running in 248453d0a000 [2021-05-03T05:01:06.003Z] ---> 47a698001c85 [2021-05-03T05:01:06.003Z] Step 7/24 : RUN go mod download [2021-05-03T05:01:06.277Z] ---> Running in 9455e44cf1c9 [2021-05-03T05:01:06.562Z] ---> 073282a94c2b [2021-05-03T05:01:06.562Z] Step 7/23 : RUN go mod download [2021-05-03T05:01:07.562Z] ---> Running in 1a589df9ec07 [2021-05-03T05:01:07.838Z] ---> d3de7a3912c4 [2021-05-03T05:01:07.838Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-05-03T05:01:10.492Z] ---> f3b15f1974b1 [2021-05-03T05:01:10.492Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-05-03T05:01:11.971Z] Removing intermediate container 248453d0a000 [2021-05-03T05:01:11.971Z] ---> d8aba1e94cbe [2021-05-03T05:01:11.971Z] Step 8/22 : COPY . . [2021-05-03T05:01:12.248Z] Removing intermediate container 9455e44cf1c9 [2021-05-03T05:01:12.248Z] ---> f6c1bb65a6b2 [2021-05-03T05:01:12.248Z] Step 8/24 : COPY . . [2021-05-03T05:01:12.248Z] ---> a25850ad7c77 [2021-05-03T05:01:12.248Z] Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-05-03T05:01:12.537Z] ---> Running in 711ca33d1216 [2021-05-03T05:01:12.821Z] Removing intermediate container 1a589df9ec07 [2021-05-03T05:01:12.821Z] ---> 1bcbb6d4f7d4 [2021-05-03T05:01:12.821Z] Step 8/23 : COPY . . [2021-05-03T05:01:13.524Z] Removing intermediate container 711ca33d1216 [2021-05-03T05:01:13.524Z] ---> 106088365f64 [2021-05-03T05:01:13.524Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-03T05:01:14.974Z] ---> Running in 6b805598e782 [2021-05-03T05:01:16.980Z] Removing intermediate container 6b805598e782 [2021-05-03T05:01:16.980Z] ---> 47dd899121b3 [2021-05-03T05:01:16.980Z] Step 21/23 : LABEL arch=arm64 [2021-05-03T05:01:18.978Z] ---> Running in 95042a7db1f1 [2021-05-03T05:01:20.980Z] Removing intermediate container 95042a7db1f1 [2021-05-03T05:01:20.980Z] ---> 148906cb5860 [2021-05-03T05:01:20.980Z] Step 22/23 : LABEL git_sha=1160d5ba54a31b35ea1e4c6d49e89833a7095427 [2021-05-03T05:01:21.260Z] ---> Running in f64bb462f74d [2021-05-03T05:01:22.708Z] Removing intermediate container f64bb462f74d [2021-05-03T05:01:22.708Z] ---> 9a1e49f76211 [2021-05-03T05:01:22.708Z] Step 23/23 : LABEL version=0.0.0 [2021-05-03T05:01:23.699Z] ---> Running in c341ab5799d7 [2021-05-03T05:01:24.314Z] ---> 04423f6d5746 [2021-05-03T05:01:24.314Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-05-03T05:01:25.773Z] Removing intermediate container c341ab5799d7 [2021-05-03T05:01:25.773Z] ---> 06553f9bb095 [2021-05-03T05:01:25.773Z] [2021-05-03T05:01:26.047Z] ---> Running in 3ea8e76035c2 [2021-05-03T05:01:26.334Z] Successfully built 06553f9bb095 [2021-05-03T05:01:26.335Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-05-03T05:01:27.791Z]  Building docker-sys-mgmt-agent-go ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-05-03T05:01:38.011Z] ---> 58e54ac116d7 [2021-05-03T05:01:38.011Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-05-03T05:01:38.011Z] ---> Running in f6be68b25b64 [2021-05-03T05:01:38.294Z] ---> 10d62aaa199d [2021-05-03T05:01:38.294Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-05-03T05:01:38.294Z] ---> 6e31bf9cda49 [2021-05-03T05:01:38.294Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-05-03T05:01:38.577Z] ---> Running in 4e5af46c8214 [2021-05-03T05:01:38.577Z] ---> Running in 971fce94baf4 [2021-05-03T05:01:40.609Z] 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-03T05:01:40.609Z] 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-03T05:01:40.889Z] 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-03T05:02:48.986Z] Removing intermediate container 3ea8e76035c2 [2021-05-03T05:02:48.986Z] ---> 659295f6bab2 [2021-05-03T05:02:48.986Z] [2021-05-03T05:02:48.986Z] Step 10/31 : FROM alpine:3.12 [2021-05-03T05:02:48.986Z] ---> 9852663dfa18 [2021-05-03T05:02:48.986Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-05-03T05:02:48.986Z] ---> Running in d4ce6ac4cefc [2021-05-03T05:02:48.986Z] Removing intermediate container d4ce6ac4cefc [2021-05-03T05:02:48.986Z] ---> c10dce9b60ec [2021-05-03T05:02:48.986Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-05-03T05:02:48.986Z] ---> Running in 6d90f091cf4b [2021-05-03T05:02:48.986Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-05-03T05:02:48.986Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-05-03T05:02:48.986Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-05-03T05:02:48.986Z] (2/2) Installing su-exec (0.2-r1) [2021-05-03T05:02:48.986Z] Executing busybox-1.31.1-r20.trigger [2021-05-03T05:02:48.986Z] OK: 5 MiB in 16 packages [2021-05-03T05:02:49.262Z] Removing intermediate container 6d90f091cf4b [2021-05-03T05:02:49.262Z] ---> da419a2f8a76 [2021-05-03T05:02:49.262Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-05-03T05:02:49.542Z] ---> Running in 54fbfae25a39 [2021-05-03T05:02:50.151Z] Removing intermediate container 54fbfae25a39 [2021-05-03T05:02:50.151Z] ---> e5b68de3f864 [2021-05-03T05:02:50.151Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-05-03T05:02:50.151Z] ---> Running in 7b3519bb418f [2021-05-03T05:02:50.773Z] Removing intermediate container 7b3519bb418f [2021-05-03T05:02:50.773Z] ---> 7416290bec57 [2021-05-03T05:02:50.773Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-05-03T05:02:51.063Z] ---> Running in 216143b27372 [2021-05-03T05:02:54.485Z] Removing intermediate container 216143b27372 [2021-05-03T05:02:54.485Z] ---> 9c0d36c6f9e3 [2021-05-03T05:02:54.485Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-05-03T05:02:54.763Z] ---> Running in d235dab25623 [2021-05-03T05:02:55.365Z] Removing intermediate container d235dab25623 [2021-05-03T05:02:55.365Z] ---> 5de770e7c2ca [2021-05-03T05:02:55.365Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-05-03T05:02:56.819Z] ---> 73a43b008ee0 [2021-05-03T05:02:56.819Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-05-03T05:02:56.819Z] ---> Running in 0cba729cc599 [2021-05-03T05:03:01.163Z] Removing intermediate container 0cba729cc599 [2021-05-03T05:03:01.163Z] ---> 31067449f71e [2021-05-03T05:03:01.163Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-03T05:03:01.765Z] ---> f08140c95892 [2021-05-03T05:03:01.765Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-05-03T05:03:03.214Z] 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-03T05:03:04.201Z] ---> d65704f28c14 [2021-05-03T05:03:04.201Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-05-03T05:03:05.191Z] ---> 0e3a81a832d6 [2021-05-03T05:03:05.191Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-05-03T05:03:06.635Z] ---> 589a02a2c6c5 [2021-05-03T05:03:06.635Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-05-03T05:03:07.625Z] ---> dd137015a8af [2021-05-03T05:03:07.625Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-05-03T05:03:08.224Z] ---> Running in 5d132d5a9e0d [2021-05-03T05:03:08.826Z] Removing intermediate container 5d132d5a9e0d [2021-05-03T05:03:08.826Z] ---> 9428ce952ffe [2021-05-03T05:03:08.826Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-05-03T05:03:10.283Z] ---> e65279a161e1 [2021-05-03T05:03:10.283Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-05-03T05:03:10.885Z] ---> Running in 45d4be7492ca [2021-05-03T05:03:15.269Z] Removing intermediate container 971fce94baf4 [2021-05-03T05:03:15.269Z] ---> 0d4c3b24f752 [2021-05-03T05:03:15.269Z] [2021-05-03T05:03:15.269Z] Step 10/24 : FROM alpine:3.12 [2021-05-03T05:03:15.269Z] ---> 9852663dfa18 [2021-05-03T05:03:15.269Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec [2021-05-03T05:03:15.269Z] ---> Running in b5388771b4ab [2021-05-03T05:03:15.269Z] Removing intermediate container 45d4be7492ca [2021-05-03T05:03:15.269Z] ---> 43c2096d1e0b [2021-05-03T05:03:15.269Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-05-03T05:03:15.872Z] ---> Running in 2d80bd20d3c3 [2021-05-03T05:03:16.475Z] Removing intermediate container 2d80bd20d3c3 [2021-05-03T05:03:16.475Z] ---> 0d8eb397de1e [2021-05-03T05:03:16.475Z] Step 28/31 : CMD ["gate"] [2021-05-03T05:03:17.084Z] ---> Running in 38ce771a8cb7 [2021-05-03T05:03:17.364Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-05-03T05:03:17.641Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-05-03T05:03:17.919Z] Removing intermediate container 38ce771a8cb7 [2021-05-03T05:03:17.919Z] ---> 08e62487ff6e [2021-05-03T05:03:17.919Z] Step 29/31 : LABEL arch=arm64 [2021-05-03T05:03:18.201Z] (1/6) Installing ca-certificates (20191127-r4) [2021-05-03T05:03:18.201Z] (2/6) Installing nghttp2-libs (1.41.0-r0) [2021-05-03T05:03:18.201Z] (3/6) Installing libcurl (7.76.1-r0) [2021-05-03T05:03:18.201Z] (4/6) Installing curl (7.76.1-r0) [2021-05-03T05:03:18.201Z] (5/6) Installing dumb-init (1.2.2-r1) [2021-05-03T05:03:18.201Z] (6/6) Installing su-exec (0.2-r1) [2021-05-03T05:03:18.201Z] Executing busybox-1.31.1-r20.trigger [2021-05-03T05:03:18.201Z] Executing ca-certificates-20191127-r4.trigger [2021-05-03T05:03:18.483Z] OK: 7 MiB in 20 packages [2021-05-03T05:03:18.483Z] ---> Running in f07616049f85 [2021-05-03T05:03:19.481Z] Removing intermediate container f07616049f85 [2021-05-03T05:03:19.481Z] ---> ad39e4a7b9b5 [2021-05-03T05:03:19.481Z] Step 30/31 : LABEL git_sha=1160d5ba54a31b35ea1e4c6d49e89833a7095427 [2021-05-03T05:03:20.107Z] ---> Running in 98c6a2fb2fbb [2021-05-03T05:03:21.109Z] Removing intermediate container 98c6a2fb2fbb [2021-05-03T05:03:21.109Z] ---> 288567764168 [2021-05-03T05:03:21.109Z] Step 31/31 : LABEL version=0.0.0 [2021-05-03T05:03:21.109Z] Removing intermediate container b5388771b4ab [2021-05-03T05:03:21.109Z] ---> 7525dabae5e2 [2021-05-03T05:03:21.109Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-05-03T05:03:21.715Z] ---> Running in 05d1b7e3a71c [2021-05-03T05:03:21.715Z] ---> Running in 05536c2c52fc [2021-05-03T05:03:23.169Z] Removing intermediate container f6be68b25b64 [2021-05-03T05:03:23.169Z] ---> 88523e303d47 [2021-05-03T05:03:23.169Z] [2021-05-03T05:03:23.169Z] Step 10/22 : FROM alpine:3.12 [2021-05-03T05:03:23.169Z] ---> 9852663dfa18 [2021-05-03T05:03:23.169Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-05-03T05:03:23.169Z] ---> Using cache [2021-05-03T05:03:23.169Z] ---> 9fb74affddb9 [2021-05-03T05:03:23.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-03T05:03:23.169Z] ---> Using cache [2021-05-03T05:03:23.169Z] ---> 6b0e6cc2dae5 [2021-05-03T05:03:23.169Z] Step 13/22 : ENV APP_PORT=48085 [2021-05-03T05:03:23.169Z] Removing intermediate container 05536c2c52fc [2021-05-03T05:03:23.169Z] ---> faa6bf797025 [2021-05-03T05:03:23.169Z] Step 13/24 : WORKDIR / [2021-05-03T05:03:23.448Z] Removing intermediate container 05d1b7e3a71c [2021-05-03T05:03:23.448Z] ---> 017d6385e172 [2021-05-03T05:03:23.448Z] [2021-05-03T05:03:23.448Z] ---> Running in fd21a7074d9d [2021-05-03T05:03:23.725Z] ---> Running in 62aa4cb4ac54 [2021-05-03T05:03:23.999Z] Successfully built 017d6385e172 [2021-05-03T05:03:23.999Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-05-03T05:03:24.275Z]  Building docker-security-bootstrapper-go ... done Removing intermediate container fd21a7074d9d [2021-05-03T05:03:24.275Z] ---> bd4aa94fbdd0 [2021-05-03T05:03:24.275Z] Step 14/22 : EXPOSE $APP_PORT [2021-05-03T05:03:24.550Z] ---> Running in c29dde253d92 [2021-05-03T05:03:24.550Z] Removing intermediate container 62aa4cb4ac54 [2021-05-03T05:03:24.550Z] ---> e3f2b59dc529 [2021-05-03T05:03:24.550Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-05-03T05:03:25.166Z] Removing intermediate container c29dde253d92 [2021-05-03T05:03:25.166Z] ---> 00bd8a73ee70 [2021-05-03T05:03:25.166Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-03T05:03:25.460Z] ---> ff57c2ff1f7e [2021-05-03T05:03:25.460Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-05-03T05:03:26.061Z] ---> 28be0a37f5a9 [2021-05-03T05:03:26.061Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-05-03T05:03:26.349Z] ---> 629a8a11547c [2021-05-03T05:03:26.349Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-05-03T05:03:27.856Z] ---> 199905b56edd [2021-05-03T05:03:27.856Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-05-03T05:03:27.856Z] ---> 71ae459a5cb9 [2021-05-03T05:03:27.856Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-05-03T05:03:29.410Z] ---> 12443eba8b4b [2021-05-03T05:03:29.410Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-05-03T05:03:29.706Z] ---> 0a00261eaf22 [2021-05-03T05:03:29.706Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-05-03T05:03:29.706Z] ---> Running in 338c5296e289 [2021-05-03T05:03:30.777Z] Removing intermediate container 338c5296e289 [2021-05-03T05:03:30.777Z] ---> c6adde081ffe [2021-05-03T05:03:30.777Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-03T05:03:31.086Z] ---> Running in 7b3cedc01148 [2021-05-03T05:03:31.707Z] ---> 77b6a19b6ff6 [2021-05-03T05:03:31.707Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-05-03T05:03:31.983Z] Removing intermediate container 7b3cedc01148 [2021-05-03T05:03:31.984Z] ---> 2f69b45ef25f [2021-05-03T05:03:31.984Z] Step 20/22 : LABEL arch=arm64 [2021-05-03T05:03:32.281Z] Removing intermediate container 4e5af46c8214 [2021-05-03T05:03:32.281Z] ---> 86c7ab46c9a2 [2021-05-03T05:03:32.281Z] [2021-05-03T05:03:32.281Z] Step 10/23 : FROM alpine:3.12 [2021-05-03T05:03:32.281Z] ---> 9852663dfa18 [2021-05-03T05:03:32.281Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-05-03T05:03:32.281Z] ---> Running in 96b0750fadf7 [2021-05-03T05:03:32.281Z] ---> Running in 0fc6ccb1843e [2021-05-03T05:03:32.892Z] Removing intermediate container 96b0750fadf7 [2021-05-03T05:03:32.892Z] ---> bb1eacc04e59 [2021-05-03T05:03:32.892Z] Step 21/22 : LABEL git_sha=1160d5ba54a31b35ea1e4c6d49e89833a7095427 ---> 3946fde4c199 [2021-05-03T05:03:32.892Z] [2021-05-03T05:03:32.892Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-05-03T05:03:32.892Z] Removing intermediate container 0fc6ccb1843e [2021-05-03T05:03:32.892Z] ---> d9b1f8ce6445 [2021-05-03T05:03:32.892Z] Step 12/23 : ENV APP_PORT=48080 [2021-05-03T05:03:33.168Z] ---> Running in a58e4f6983d9 [2021-05-03T05:03:33.168Z] ---> Running in e70f12f1f1b0 [2021-05-03T05:03:33.168Z] ---> Running in 42a5e3ed3ae4 [2021-05-03T05:03:33.770Z] Removing intermediate container e70f12f1f1b0 [2021-05-03T05:03:33.770Z] ---> d873bbe05a09 [2021-05-03T05:03:33.770Z] Step 22/22 : LABEL version=0.0.0 [2021-05-03T05:03:34.046Z] ---> Running in 6f4cb30f9fca [2021-05-03T05:03:34.046Z] Removing intermediate container 42a5e3ed3ae4 [2021-05-03T05:03:34.046Z] ---> eca2d97c8065 [2021-05-03T05:03:34.046Z] Step 13/23 : EXPOSE $APP_PORT [2021-05-03T05:03:34.046Z] ---> Running in 4068ad7a7c08 [2021-05-03T05:03:34.650Z] Removing intermediate container 6f4cb30f9fca [2021-05-03T05:03:34.650Z] ---> 53a803f5280c [2021-05-03T05:03:34.650Z] [2021-05-03T05:03:34.650Z] Removing intermediate container 4068ad7a7c08 [2021-05-03T05:03:34.650Z] ---> 60b00673ce58 [2021-05-03T05:03:34.650Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-03T05:03:34.930Z] Successfully built 53a803f5280c [2021-05-03T05:03:35.206Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-05-03T05:03:35.206Z]  Building docker-support-scheduler-go ... done  ---> Running in e2eed01bfa60 [2021-05-03T05:03:35.805Z] Removing intermediate container a58e4f6983d9 [2021-05-03T05:03:35.805Z] ---> 03e0d2cb695c [2021-05-03T05:03:35.805Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-05-03T05:03:35.805Z] ---> Running in dc3d21d0570f [2021-05-03T05:03:36.419Z] Removing intermediate container dc3d21d0570f [2021-05-03T05:03:36.419Z] ---> 0a7e491a9d12 [2021-05-03T05:03:36.419Z] Step 22/24 : LABEL arch=arm64 [2021-05-03T05:03:36.702Z] ---> Running in be360a32d5b2 [2021-05-03T05:03:37.304Z] Removing intermediate container be360a32d5b2 [2021-05-03T05:03:37.304Z] ---> 394a44ccd32c [2021-05-03T05:03:37.304Z] Step 23/24 : LABEL git_sha=1160d5ba54a31b35ea1e4c6d49e89833a7095427 [2021-05-03T05:03:37.304Z] ---> Running in f154a9a7ef8b [2021-05-03T05:03:37.579Z] Removing intermediate container e2eed01bfa60 [2021-05-03T05:03:37.579Z] ---> d5da928cddcf [2021-05-03T05:03:37.579Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-05-03T05:03:37.855Z] ---> Running in 87c816e2f73c [2021-05-03T05:03:38.133Z] Removing intermediate container f154a9a7ef8b [2021-05-03T05:03:38.133Z] ---> 5ae3b55e7cd2 [2021-05-03T05:03:38.133Z] Step 24/24 : LABEL version=0.0.0 [2021-05-03T05:03:38.133Z] ---> Running in 4ec409adb432 [2021-05-03T05:03:38.734Z] Removing intermediate container 4ec409adb432 [2021-05-03T05:03:38.734Z] ---> 1ab5d5a930d2 [2021-05-03T05:03:38.734Z] [2021-05-03T05:03:39.332Z] Successfully built 1ab5d5a930d2 [2021-05-03T05:03:39.332Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-05-03T05:03:39.332Z]  Building docker-security-secretstore-setup-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-05-03T05:03:39.927Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-05-03T05:03:40.917Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-05-03T05:03:40.917Z] (2/6) Installing libgcc (9.3.0-r2) [2021-05-03T05:03:40.917Z] (3/6) Installing libsodium (1.0.18-r0) [2021-05-03T05:03:40.917Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-05-03T05:03:41.190Z] (5/6) Installing libzmq (4.3.3-r0) [2021-05-03T05:03:41.190Z] (6/6) Installing zeromq (4.3.3-r0) [2021-05-03T05:03:41.463Z] Executing busybox-1.31.1-r20.trigger [2021-05-03T05:03:41.464Z] OK: 8 MiB in 20 packages [2021-05-03T05:03:42.906Z] Removing intermediate container 87c816e2f73c [2021-05-03T05:03:42.906Z] ---> c589f75af24a [2021-05-03T05:03:42.906Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-03T05:03:43.504Z] ---> 3ecb7beec4e7 [2021-05-03T05:03:43.504Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-05-03T05:03:44.940Z] ---> b5062758c11f [2021-05-03T05:03:44.940Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-05-03T05:03:45.551Z] ---> 9040413362c0 [2021-05-03T05:03:45.551Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-05-03T05:03:45.824Z] ---> Running in 9086de0dedca [2021-05-03T05:03:46.099Z] Removing intermediate container 9086de0dedca [2021-05-03T05:03:46.099Z] ---> 48947147a598 [2021-05-03T05:03:46.099Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-03T05:03:46.374Z] ---> Running in 9cdd19bb483c [2021-05-03T05:03:46.975Z] Removing intermediate container 9cdd19bb483c [2021-05-03T05:03:46.975Z] ---> 9cfac3eb5c1a [2021-05-03T05:03:46.975Z] Step 21/23 : LABEL arch=arm64 [2021-05-03T05:03:46.975Z] ---> Running in f832aea03571 [2021-05-03T05:03:47.571Z] Removing intermediate container f832aea03571 [2021-05-03T05:03:47.571Z] ---> b311acf6d865 [2021-05-03T05:03:47.571Z] Step 22/23 : LABEL git_sha=1160d5ba54a31b35ea1e4c6d49e89833a7095427 [2021-05-03T05:03:47.571Z] ---> Running in 5198fabc5012 [2021-05-03T05:03:48.168Z] Removing intermediate container 5198fabc5012 [2021-05-03T05:03:48.168Z] ---> 2d2e91fbccbf [2021-05-03T05:03:48.168Z] Step 23/23 : LABEL version=0.0.0 [2021-05-03T05:03:48.168Z] ---> Running in a084d1227344 [2021-05-03T05:03:48.764Z] Removing intermediate container a084d1227344 [2021-05-03T05:03:48.764Z] ---> dceb6654f035 [2021-05-03T05:03:48.764Z] [2021-05-03T05:03:49.036Z] Successfully built dceb6654f035 [2021-05-03T05:03:49.036Z] Successfully tagged docker-core-data-go-arm64:latest [2021-05-03T05:03:49.647Z]  Building docker-core-data-go ... done  [Pipeline] } [2021-05-03T05:03:49.648Z] $ docker stop --time=1 80eb8b252ea376ee37d708988daf99012a8b6584f98ebd66c7201d4eb4e80cab [2021-05-03T05:03:51.556Z] $ docker rm -f 80eb8b252ea376ee37d708988daf99012a8b6584f98ebd66c7201d4eb4e80cab [Pipeline] // withDockerContainer [Pipeline] sh [2021-05-03T05:03:52.132Z] + docker images [2021-05-03T05:03:52.132Z] + grep docker [2021-05-03T05:03:52.402Z] docker-core-data-go-arm64 latest dceb6654f035 4 seconds ago 20.3MB [2021-05-03T05:03:52.402Z] docker-security-secretstore-setup-go-arm64 latest 1ab5d5a930d2 14 seconds ago 24.1MB [2021-05-03T05:03:52.402Z] docker-support-scheduler-go-arm64 latest 53a803f5280c 18 seconds ago 16.1MB [2021-05-03T05:03:52.402Z] docker-security-bootstrapper-go-arm64 latest 017d6385e172 30 seconds ago 17.1MB [2021-05-03T05:03:52.402Z] docker-sys-mgmt-agent-go-arm64 latest 06553f9bb095 2 minutes ago 299MB [2021-05-03T05:03:52.402Z] docker-core-metadata-go-arm64 latest 00c2eeb818e9 3 minutes ago 17.4MB [2021-05-03T05:03:52.402Z] docker-support-notifications-go-arm64 latest 12e6ab363656 3 minutes ago 16.6MB [2021-05-03T05:03:52.402Z] docker-core-command-go-arm64 latest 199e190aedc1 3 minutes ago 16.1MB [2021-05-03T05:03:52.402Z] docker-security-proxy-setup-go-arm64 latest 06b842680599 3 minutes ago 23.9MB [2021-05-03T05:03:52.402Z] 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-03T05:03:53.242Z] ---> job-cost.sh [2021-05-03T05:03:53.243Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-wWlB [2021-05-03T05:04:32.194Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-05-03T05:06:08.916Z] lf-activate-venv(): INFO: Adding /tmp/venv-wWlB/bin to PATH [2021-05-03T05:06:08.916Z] INFO: No Stack... [2021-05-03T05:06:08.916Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-05-03T05:06:08.916Z] INFO: Archiving Costs [Pipeline] sh [2021-05-03T05:06:09.258Z] + + cat /w/workspace/edgex-go/2/archives/cost.csvcut [2021-05-03T05:06:09.258Z] -d, -f6 [Pipeline] lock [2021-05-03T05:06:09.378Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3416-2-stack-cost] [2021-05-03T05:06:09.392Z] Resource [jenkins-edgexfoundry-edgex-go-PR-3416-2-stack-cost] did not exist. Created. [2021-05-03T05:06:09.393Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3416-2-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-05-03T05:06:09.759Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-05-03T05:06:10.048Z] Stashed 1 file(s) [Pipeline] } [2021-05-03T05:06:10.058Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3416-2-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2021-05-03T05:06:11.041Z] provisioning config files... [2021-05-03T05:06:11.052Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/2@tmp/config5162033431270881249tmp [Pipeline] { [Pipeline] sh [2021-05-03T05:06:11.385Z] + set +x [2021-05-03T05:06:11.385Z] + curl -s https://codecov.io/bash [2021-05-03T05:06:11.385Z] + bash -s -- [2021-05-03T05:06:11.963Z] [2021-05-03T05:06:11.963Z] _____ _ [2021-05-03T05:06:11.963Z] / ____| | | [2021-05-03T05:06:11.963Z] | | ___ __| | ___ ___ _____ __ [2021-05-03T05:06:11.963Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-05-03T05:06:11.963Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-05-03T05:06:11.963Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-05-03T05:06:11.963Z] Bash-1.0.2 [2021-05-03T05:06:11.963Z] [2021-05-03T05:06:11.963Z] [2021-05-03T05:06:11.963Z] ==> git version 2.24.3 found [2021-05-03T05:06:11.963Z] ==> 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-03T05:06:11.963Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-05-03T05:06:11.963Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-05-03T05:06:11.963Z] ==> Jenkins CI detected. [2021-05-03T05:06:11.963Z] project root: . [2021-05-03T05:06:11.963Z] --> token set from env [2021-05-03T05:06:11.963Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-05-03T05:06:11.963Z] ==> Running gcov in . (disable via -X gcov) [2021-05-03T05:06:11.963Z] ==> Python coveragepy not found [2021-05-03T05:06:11.963Z] ==> Searching for coverage reports in: [2021-05-03T05:06:11.963Z] + . [2021-05-03T05:06:11.963Z] -> Found 1 reports [2021-05-03T05:06:11.963Z] ==> Detecting git/mercurial file structure [2021-05-03T05:06:11.963Z] ==> Reading reports [2021-05-03T05:06:11.963Z] + ./coverage.out bytes=703681 [2021-05-03T05:06:12.225Z] ==> Appending adjustments [2021-05-03T05:06:12.225Z] https://docs.codecov.io/docs/fixing-reports [2021-05-03T05:06:16.448Z] + Found adjustments [2021-05-03T05:06:16.448Z] ==> Gzipping contents [2021-05-03T05:06:16.448Z] 100K /tmp/codecov.rc9dwK.gz [2021-05-03T05:06:16.448Z] ==> Uploading reports [2021-05-03T05:06:16.448Z] url: https://codecov.io [2021-05-03T05:06:16.448Z] query: branch=PR-3416&commit=1160d5ba54a31b35ea1e4c6d49e89833a7095427&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3416%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3416&job=&cmd_args= [2021-05-03T05:06:16.448Z] -> Pinging Codecov [2021-05-03T05:06:16.449Z] https://codecov.io/upload/v4?package=bash-1.0.2&token=secret&branch=PR-3416&commit=1160d5ba54a31b35ea1e4c6d49e89833a7095427&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3416%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3416&job=&cmd_args= [2021-05-03T05:06:16.449Z] -> Uploading to [2021-05-03T05:06:16.449Z] https://storage.googleapis.com/codecov/v4/raw/2021-05-03/00271124DB129430A58F1EEE437C3FCB/1160d5ba54a31b35ea1e4c6d49e89833a7095427/26ff0a19-71b9-40b3-9fb6-da0d33217e97.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210503%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210503T050616Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=485a22006db1fe685538a67658730af5682b4def1e252adccdb570f841826b59 [2021-05-03T05:06:16.449Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-05-03T05:06:16.449Z] Dload Upload Total Spent Left Speed [2021-05-03T05:06:17.022Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 98k 0 0 100 98k 0 192k --:--:-- --:--:-- --:--:-- 192k 100 98k 0 0 100 98k 0 192k --:--:-- --:--:-- --:--:-- 192k [2021-05-03T05:06:17.022Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/1160d5ba54a31b35ea1e4c6d49e89833a7095427 [Pipeline] } [2021-05-03T05:06:17.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-03T05:06:18.149Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-03T05:06:19.035Z] ---> package-listing.sh [2021-05-03T05:06:19.035Z] ++ facter osfamily [2021-05-03T05:06:19.035Z] ++ tr '[:upper:]' '[:lower:]' [2021-05-03T05:06:19.035Z] + OS_FAMILY=redhat [2021-05-03T05:06:19.035Z] + workspace=/w/workspace/edgex-go/2 [2021-05-03T05:06:19.035Z] + START_PACKAGES=/tmp/packages_start.txt [2021-05-03T05:06:19.035Z] + END_PACKAGES=/tmp/packages_end.txt [2021-05-03T05:06:19.035Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-05-03T05:06:19.035Z] + PACKAGES=/tmp/packages_start.txt [2021-05-03T05:06:19.035Z] + '[' /w/workspace/edgex-go/2 ']' [2021-05-03T05:06:19.035Z] + PACKAGES=/tmp/packages_end.txt [2021-05-03T05:06:19.035Z] + case "${OS_FAMILY}" in [2021-05-03T05:06:19.035Z] + rpm -qa [2021-05-03T05:06:19.035Z] + sort [2021-05-03T05:06:24.326Z] + '[' -f /tmp/packages_start.txt ']' [2021-05-03T05:06:24.326Z] + '[' -f /tmp/packages_end.txt ']' [2021-05-03T05:06:24.326Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-05-03T05:06:24.326Z] + '[' /w/workspace/edgex-go/2 ']' [2021-05-03T05:06:24.326Z] + mkdir -p /w/workspace/edgex-go/2/archives/ [2021-05-03T05:06:24.326Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/2/archives/ [Pipeline] echo [2021-05-03T05:06:24.339Z] 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-03T05:06:24.631Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-05-03T05:06:24.940Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-05-03T05:06:24.940Z] [2021-05-03T05:06:24.940Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-05-03T05:06:25.254Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-05-03T05:06:25.254Z] alpine: Pulling from edgex-lftools-log-publisher [2021-05-03T05:06:25.254Z] df20fa9351a1: Pulling fs layer [2021-05-03T05:06:25.254Z] 36b3adc4ff6f: Pulling fs layer [2021-05-03T05:06:25.254Z] 8ad3a11d3b57: Pulling fs layer [2021-05-03T05:06:25.254Z] 46f8f816bc3b: Pulling fs layer [2021-05-03T05:06:25.254Z] 93b61091891f: Pulling fs layer [2021-05-03T05:06:25.254Z] 93b9cdb0e59b: Pulling fs layer [2021-05-03T05:06:25.254Z] 5e14af77c1be: Pulling fs layer [2021-05-03T05:06:25.254Z] 01666e4c0597: Pulling fs layer [2021-05-03T05:06:25.254Z] aa168da1d23b: Pulling fs layer [2021-05-03T05:06:25.254Z] 93b9cdb0e59b: Waiting [2021-05-03T05:06:25.254Z] 5e14af77c1be: Waiting [2021-05-03T05:06:25.254Z] 01666e4c0597: Waiting [2021-05-03T05:06:25.254Z] aa168da1d23b: Waiting [2021-05-03T05:06:25.254Z] 46f8f816bc3b: Waiting [2021-05-03T05:06:25.254Z] 93b61091891f: Waiting [2021-05-03T05:06:25.254Z] 36b3adc4ff6f: Download complete [2021-05-03T05:06:25.518Z] 46f8f816bc3b: Verifying Checksum [2021-05-03T05:06:25.518Z] 46f8f816bc3b: Download complete [2021-05-03T05:06:25.518Z] df20fa9351a1: Verifying Checksum [2021-05-03T05:06:25.518Z] df20fa9351a1: Download complete [2021-05-03T05:06:25.518Z] 93b9cdb0e59b: Verifying Checksum [2021-05-03T05:06:25.518Z] 93b9cdb0e59b: Download complete [2021-05-03T05:06:25.518Z] 5e14af77c1be: Verifying Checksum [2021-05-03T05:06:25.518Z] 5e14af77c1be: Download complete [2021-05-03T05:06:25.518Z] 93b61091891f: Verifying Checksum [2021-05-03T05:06:25.518Z] 93b61091891f: Download complete [2021-05-03T05:06:25.518Z] 01666e4c0597: Verifying Checksum [2021-05-03T05:06:25.518Z] 01666e4c0597: Download complete [2021-05-03T05:06:25.518Z] 8ad3a11d3b57: Verifying Checksum [2021-05-03T05:06:25.518Z] 8ad3a11d3b57: Download complete [2021-05-03T05:06:25.782Z] df20fa9351a1: Pull complete [2021-05-03T05:06:26.044Z] 36b3adc4ff6f: Pull complete [2021-05-03T05:06:26.993Z] 8ad3a11d3b57: Pull complete [2021-05-03T05:06:26.993Z] 46f8f816bc3b: Pull complete [2021-05-03T05:06:27.938Z] aa168da1d23b: Verifying Checksum [2021-05-03T05:06:27.938Z] aa168da1d23b: Download complete [2021-05-03T05:06:28.902Z] 93b61091891f: Pull complete [2021-05-03T05:06:29.844Z] 93b9cdb0e59b: Pull complete [2021-05-03T05:06:29.844Z] 5e14af77c1be: Pull complete [2021-05-03T05:06:29.844Z] 01666e4c0597: Pull complete [2021-05-03T05:06:44.804Z] aa168da1d23b: Pull complete [2021-05-03T05:06:44.804Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-05-03T05:06:44.804Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-05-03T05:06:44.804Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-05-03T05:06:45.015Z] prd-centos7-docker-4c-2g-2677 does not seem to be running inside a container [2021-05-03T05:06:45.073Z] $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-05-03T05:06:48.695Z] $ docker top 4603b3c2932e4d2efbef43a57838b0f30a9efdb38ef8026323ab4305d9b6aad5 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-03T05:06:49.154Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-05-03T05:06:49.448Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-05-03T05:06:49.741Z] + ls /var/log/sa-host [2021-05-03T05:06:49.741Z] + sadf -c /var/log/sa-host/sa03 [2021-05-03T05:06:49.741Z] file_magic: OK [2021-05-03T05:06:49.741Z] HZ: Using current value: 100 [2021-05-03T05:06:49.741Z] file_header: OK [2021-05-03T05:06:49.741Z] 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-03T05:06:49.741Z] Statistics: [2021-05-03T05:06:49.741Z] 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-03T05:06:49.741Z] File successfully converted to sysstat format version 12.2.1 [2021-05-03T05:06:49.741Z] + sadf -c /var/log/sa-host/sa23 [2021-05-03T05:06:49.741Z] file_magic: OK [2021-05-03T05:06:49.741Z] HZ: Using current value: 100 [2021-05-03T05:06:49.741Z] file_header: OK [2021-05-03T05:06:49.741Z] 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-03T05:06:49.741Z] Statistics: [2021-05-03T05:06:49.741Z] Hnuu...uuuununununu... [2021-05-03T05:06:49.741Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-05-03T05:06:50.347Z] provisioning config files... [2021-05-03T05:06:50.361Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/2@tmp/config2560923437023020729tmp [Pipeline] { [Pipeline] echo [2021-05-03T05:06:50.384Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-03T05:06:50.677Z] ---> create-netrc.sh [Pipeline] } [2021-05-03T05:06:50.686Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-05-03T05:06:50.711Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-03T05:06:51.007Z] ---> python-tools-install.sh [Pipeline] echo [2021-05-03T05:06:51.017Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-03T05:06:51.308Z] ---> sudo-logs.sh [2021-05-03T05:06:51.308Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-05-03T05:06:51.334Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-03T05:06:51.625Z] ---> job-cost.sh [2021-05-03T05:06:51.626Z] lf-activate-venv: SKIPPING [2021-05-03T05:06:51.626Z] DEBUG: total: 0.20999999344348907 [2021-05-03T05:06:51.626Z] INFO: Retrieving Stack Cost... [2021-05-03T05:06:52.197Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-05-03T05:06:52.770Z] INFO: Archiving Costs [Pipeline] echo [2021-05-03T05:06:52.783Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-03T05:06:53.081Z] ---> logs-deploy.sh [2021-05-03T05:06:53.081Z] lf-activate-venv: SKIPPING [2021-05-03T05:06:53.081Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3416/2 [2021-05-03T05:06:53.081Z] INFO: archiving workspace using pattern(s): [2021-05-03T05:06:54.468Z] Archives upload complete. [2021-05-03T05:06:54.468Z] INFO: archiving logs to Nexus