Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 20588365246b73df22a60e48e86add1e0ba26317+b1882bac436620be465db7044db985b75d91785f (229ebc4b64d8a7b808b5338082f5a8e0e2c71b63) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 57ded3389ef25720063a8030e5c426a6b7ea5b20 # timeout=10 Commit message: "Merge pull request #323 from siggiskulason/update-snap-build" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-739 in /w/workspace/edgexfoundry_edgex-go_PR-3373 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/4 [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/4 # 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 b1882bac436620be465db7044db985b75d91785f into PR head commit 20588365246b73df22a60e48e86add1e0ba26317 Merge succeeded, producing 180c5a5e00199f1388c496bd44d1c3638c096986 Checking out Revision 180c5a5e00199f1388c496bd44d1c3638c096986 (PR-3373) > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3373/head:refs/remotes/origin/PR-3373 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 20588365246b73df22a60e48e86add1e0ba26317 # 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 b1882bac436620be465db7044db985b75d91785f # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 180c5a5e00199f1388c496bd44d1c3638c096986 # timeout=10 Commit message: "Merge commit 'b1882bac436620be465db7044db985b75d91785f' into HEAD" > git rev-list --no-walk 20588365246b73df22a60e48e86add1e0ba26317 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-04-19T08:29:46.885Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-04-19T08:29:46.978Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-04-19T08:29:47.033Z] ========================================================= [2021-04-19T08:29:47.033Z] EdgeX Global Pipelines Version Info [2021-04-19T08:29:47.033Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-04-19T08:29:48.838Z] ------------------- [2021-04-19T08:29:48.839Z] stable info: [2021-04-19T08:29:48.839Z] ------------------- [2021-04-19T08:29:48.839Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-04-19T08:29:48.839Z] Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 [2021-04-19T08:29:48.839Z] Message: update stable to v1.0.186 [2021-04-19T08:29:49.787Z] ------------------- [2021-04-19T08:29:49.787Z] experimental info: [2021-04-19T08:29:49.787Z] ------------------- [2021-04-19T08:29:49.787Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-04-19T08:29:49.787Z] Commit SHA: d990d252097850d5d490fbb59df25296f5300d79 [2021-04-19T08:29:49.787Z] Message: update experimental to v1.0.188 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-04-19T08:29:49.906Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-04-19T08:29:49.926Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-04-19T08:29:49.947Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-04-19T08:29:49.968Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-04-19T08:29:49.989Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-04-19T08:29:50.009Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-04-19T08:29:50.029Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-04-19T08:29:50.049Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-04-19T08:29:50.069Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-04-19T08:29:50.089Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-04-19T08:29:50.109Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-04-19T08:29:50.130Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-04-19T08:29:50.151Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-04-19T08:29:50.171Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-04-19T08:29:50.192Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-04-19T08:29:50.213Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-04-19T08:29:50.233Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-04-19T08:29:50.253Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-04-19T08:29:50.274Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-04-19T08:29:50.295Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-04-19T08:29:50.317Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-04-19T08:29:50.337Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-04-19T08:29:50.358Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3373 [Pipeline] echo [2021-04-19T08:29:50.379Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3373 [Pipeline] echo [2021-04-19T08:29:50.423Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3373 [Pipeline] echo [2021-04-19T08:29:50.445Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 180c5a5e00199f1388c496bd44d1c3638c096986 [Pipeline] echo [2021-04-19T08:29:50.465Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 180c5a5 [Pipeline] echo [2021-04-19T08:29:50.486Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-19T08:29:50.554Z] provisioning config files... [2021-04-19T08:29:50.603Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/4@tmp/config88711359382349089tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-19T08:29:50.925Z] ---> docker-login.sh [2021-04-19T08:29:50.925Z] nexus3.edgexfoundry.org:10001 [2021-04-19T08:29:51.189Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-19T08:29:51.453Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-19T08:29:51.453Z] Configure a credential helper to remove this warning. See [2021-04-19T08:29:51.453Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-19T08:29:51.453Z] [2021-04-19T08:29:51.453Z] Login Succeeded [2021-04-19T08:29:51.453Z] nexus3.edgexfoundry.org:10002 [2021-04-19T08:29:51.453Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-19T08:29:51.453Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-19T08:29:51.453Z] Configure a credential helper to remove this warning. See [2021-04-19T08:29:51.453Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-19T08:29:51.453Z] [2021-04-19T08:29:51.453Z] Login Succeeded [2021-04-19T08:29:51.453Z] nexus3.edgexfoundry.org:10003 [2021-04-19T08:29:51.716Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-19T08:29:51.716Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-19T08:29:51.716Z] Configure a credential helper to remove this warning. See [2021-04-19T08:29:51.716Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-19T08:29:51.716Z] [2021-04-19T08:29:51.716Z] Login Succeeded [2021-04-19T08:29:51.716Z] nexus3.edgexfoundry.org:10004 [2021-04-19T08:29:51.716Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-19T08:29:51.979Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-19T08:29:51.979Z] Configure a credential helper to remove this warning. See [2021-04-19T08:29:51.979Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-19T08:29:51.979Z] [2021-04-19T08:29:51.979Z] Login Succeeded [2021-04-19T08:29:51.979Z] docker.io [2021-04-19T08:29:51.979Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-19T08:29:52.243Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-19T08:29:52.243Z] Configure a credential helper to remove this warning. See [2021-04-19T08:29:52.243Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-19T08:29:52.243Z] [2021-04-19T08:29:52.243Z] Login Succeeded [2021-04-19T08:29:52.243Z] ---> docker-login.sh ends [Pipeline] } [2021-04-19T08:29:52.253Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-19T08:29:52.581Z] ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile [2021-04-19T08:29:52.581Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-19T08:29:52.581Z] ++ dirname cmd/core-command/Dockerfile [2021-04-19T08:29:52.581Z] ++ cut -d/ -f2 [2021-04-19T08:29:52.581Z] + echo core-command,cmd/core-command/Dockerfile [2021-04-19T08:29:52.581Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-19T08:29:52.581Z] ++ dirname cmd/core-data/Dockerfile [2021-04-19T08:29:52.581Z] ++ cut -d/ -f2 [2021-04-19T08:29:52.581Z] + echo core-data,cmd/core-data/Dockerfile [2021-04-19T08:29:52.581Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-19T08:29:52.581Z] ++ dirname cmd/core-metadata/Dockerfile [2021-04-19T08:29:52.581Z] ++ cut -d/ -f2 [2021-04-19T08:29:52.581Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-04-19T08:29:52.581Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-19T08:29:52.581Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-04-19T08:29:52.581Z] ++ cut -d/ -f2 [2021-04-19T08:29:52.581Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-04-19T08:29:52.581Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-19T08:29:52.581Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-04-19T08:29:52.581Z] ++ cut -d/ -f2 [2021-04-19T08:29:52.581Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-04-19T08:29:52.581Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-19T08:29:52.581Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-04-19T08:29:52.581Z] ++ cut -d/ -f2 [2021-04-19T08:29:52.581Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-04-19T08:29:52.581Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-19T08:29:52.581Z] ++ dirname cmd/support-notifications/Dockerfile [2021-04-19T08:29:52.581Z] ++ cut -d/ -f2 [2021-04-19T08:29:52.581Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-04-19T08:29:52.581Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-19T08:29:52.581Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-04-19T08:29:52.581Z] ++ cut -d/ -f2 [2021-04-19T08:29:52.581Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-04-19T08:29:52.581Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-19T08:29:52.581Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-04-19T08:29:52.581Z] ++ cut -d/ -f2 [2021-04-19T08:29:52.581Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-04-19T08:29:52.658Z] Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-bootstrapper-go, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2021-04-19T08:29:54.207Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-19T08:29:54.207Z] [2021-04-19T08:29:54.207Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-04-19T08:29:54.524Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-19T08:29:54.524Z] latest: Pulling from edgex-devops/git-semver [2021-04-19T08:29:54.524Z] 31603596830f: Pulling fs layer [2021-04-19T08:29:54.524Z] 2a8b12db71e7: Pulling fs layer [2021-04-19T08:29:54.524Z] 6ca5941a6612: Pulling fs layer [2021-04-19T08:29:54.524Z] ecc8261a40a4: Pulling fs layer [2021-04-19T08:29:54.524Z] ecc8261a40a4: Waiting [2021-04-19T08:29:54.524Z] 2a8b12db71e7: Verifying Checksum [2021-04-19T08:29:54.524Z] 2a8b12db71e7: Download complete [2021-04-19T08:29:54.524Z] 31603596830f: Verifying Checksum [2021-04-19T08:29:54.524Z] 31603596830f: Download complete [2021-04-19T08:29:54.791Z] ecc8261a40a4: Verifying Checksum [2021-04-19T08:29:54.791Z] ecc8261a40a4: Download complete [2021-04-19T08:29:54.791Z] 6ca5941a6612: Verifying Checksum [2021-04-19T08:29:54.791Z] 6ca5941a6612: Download complete [2021-04-19T08:29:55.056Z] 31603596830f: Pull complete [2021-04-19T08:29:55.056Z] 2a8b12db71e7: Pull complete [2021-04-19T08:29:56.015Z] 6ca5941a6612: Pull complete [2021-04-19T08:29:56.015Z] ecc8261a40a4: Pull complete [2021-04-19T08:29:56.277Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-04-19T08:29:56.277Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-19T08:29:56.277Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-04-19T08:29:56.393Z] prd-centos7-docker-4c-2g-739 does not seem to be running inside a container [2021-04-19T08:29:56.452Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-04-19T08:29:59.000Z] $ docker top 5febc01d64818ccd666470736e40901642e790fcb0756df2da0712699ebfca1b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-19T08:29:59.153Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-19T08:29:59.153Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-19T08:29:59.374Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-19T08:29:59.379Z] $ docker exec 5febc01d64818ccd666470736e40901642e790fcb0756df2da0712699ebfca1b ssh-agent [2021-04-19T08:29:59.547Z] SSH_AUTH_SOCK=/tmp/ssh-hb3B2VTtwhho/agent.11 [2021-04-19T08:29:59.547Z] SSH_AGENT_PID=17 [2021-04-19T08:29:59.558Z] Running ssh-add (command line suppressed) [2021-04-19T08:29:59.675Z] Identity added: /w/workspace/edgex-go/4@tmp/private_key_690039436531959167.key (/w/workspace/edgex-go/4@tmp/private_key_690039436531959167.key) [2021-04-19T08:29:59.727Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-19T08:30:00.028Z] + git tag --points-at HEAD [Pipeline] } [2021-04-19T08:30:00.050Z] $ docker exec --env ******** --env ******** 5febc01d64818ccd666470736e40901642e790fcb0756df2da0712699ebfca1b ssh-agent -k [2021-04-19T08:30:00.163Z] unset SSH_AUTH_SOCK; [2021-04-19T08:30:00.163Z] unset SSH_AGENT_PID; [2021-04-19T08:30:00.163Z] echo Agent pid 17 killed; [2021-04-19T08:30:00.212Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-04-19T08:30:00.250Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-19T08:30:00.250Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-19T08:30:00.420Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-19T08:30:00.425Z] $ docker exec 5febc01d64818ccd666470736e40901642e790fcb0756df2da0712699ebfca1b ssh-agent [2021-04-19T08:30:00.581Z] SSH_AUTH_SOCK=/tmp/ssh-XRX7BbUMd3rI/agent.45 [2021-04-19T08:30:00.581Z] SSH_AGENT_PID=50 [2021-04-19T08:30:00.589Z] Running ssh-add (command line suppressed) [2021-04-19T08:30:00.708Z] Identity added: /w/workspace/edgex-go/4@tmp/private_key_3510483024397333169.key (/w/workspace/edgex-go/4@tmp/private_key_3510483024397333169.key) [2021-04-19T08:30:00.763Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-19T08:30:01.062Z] + git semver init [2021-04-19T08:30:01.062Z] # -> Open(): unable to determine branch for HEAD [2021-04-19T08:30:01.062Z] # $GIT_DIR = /w/workspace/edgex-go/4/.git [2021-04-19T08:30:01.062Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/4 [2021-04-19T08:30:01.062Z] # $SEMVER_REMOTE_NAME = origin [2021-04-19T08:30:01.062Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-19T08:30:01.062Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-19T08:30:01.062Z] # $SEMVER_BRANCH = PR-3373 [2021-04-19T08:30:01.062Z] # $SEMVER_TEMP = /tmp/semver-207853866 [2021-04-19T08:30:01.062Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-04-19T08:30:19.241Z] # '/tmp/semver-207853866' -> '/w/workspace/edgex-go/4/.semver' [2021-04-19T08:30:19.241Z] # -> Force: false [2021-04-19T08:30:19.241Z] # $SEMVER_DIR = /w/workspace/edgex-go/4/.semver [Pipeline] } [2021-04-19T08:30:19.257Z] $ docker exec --env ******** --env ******** 5febc01d64818ccd666470736e40901642e790fcb0756df2da0712699ebfca1b ssh-agent -k [2021-04-19T08:30:19.496Z] unset SSH_AUTH_SOCK; [2021-04-19T08:30:19.496Z] unset SSH_AGENT_PID; [2021-04-19T08:30:19.496Z] echo Agent pid 50 killed; [2021-04-19T08:30:19.557Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-19T08:30:19.890Z] + git semver [Pipeline] } [2021-04-19T08:30:19.910Z] $ docker stop --time=1 5febc01d64818ccd666470736e40901642e790fcb0756df2da0712699ebfca1b [2021-04-19T08:30:21.543Z] $ docker rm -f 5febc01d64818ccd666470736e40901642e790fcb0756df2da0712699ebfca1b [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-19T08:30:22.014Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-04-19T08:30:22.421Z] Stashed 1 file(s) [Pipeline] echo [2021-04-19T08:30:22.424Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-04-19T08:30:22.901Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-04-19T08:30:23.206Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-04-19T08:30:23.560Z] + sudo service docker restart [2021-04-19T08:30:23.560Z] + true [2021-04-19T08:30:23.560Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-04-19T08:30:24.159Z] ========================================================= [2021-04-19T08:30:24.159Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-04-19T08:30:24.159Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-04-19T08:30:24.472Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2021-04-19T08:30:27.808Z] Sending build context to Docker daemon 329.5MB [2021-04-19T08:30:27.808Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-04-19T08:30:27.808Z] Step 2/6 : FROM ${BASE} [2021-04-19T08:30:27.808Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-04-19T08:30:27.808Z] 188c0c94c7c5: Pulling fs layer [2021-04-19T08:30:27.808Z] 0ef7d3d256c8: Pulling fs layer [2021-04-19T08:30:27.808Z] de9db76c5a1d: Pulling fs layer [2021-04-19T08:30:27.808Z] bca2f99d35d6: Pulling fs layer [2021-04-19T08:30:27.808Z] 93359f2a8cfa: Pulling fs layer [2021-04-19T08:30:27.808Z] 7c6f9722023f: Pulling fs layer [2021-04-19T08:30:27.808Z] a35cf1a2eb13: Pulling fs layer [2021-04-19T08:30:27.808Z] 93359f2a8cfa: Waiting [2021-04-19T08:30:27.808Z] 7c6f9722023f: Waiting [2021-04-19T08:30:27.808Z] a35cf1a2eb13: Waiting [2021-04-19T08:30:27.808Z] bca2f99d35d6: Waiting [2021-04-19T08:30:27.808Z] 0ef7d3d256c8: Download complete [2021-04-19T08:30:27.808Z] de9db76c5a1d: Verifying Checksum [2021-04-19T08:30:27.808Z] de9db76c5a1d: Download complete [2021-04-19T08:30:27.808Z] 93359f2a8cfa: Verifying Checksum [2021-04-19T08:30:27.808Z] 93359f2a8cfa: Download complete [2021-04-19T08:30:27.808Z] 7c6f9722023f: Verifying Checksum [2021-04-19T08:30:27.808Z] 7c6f9722023f: Download complete [2021-04-19T08:30:27.808Z] 188c0c94c7c5: Verifying Checksum [2021-04-19T08:30:27.808Z] 188c0c94c7c5: Download complete [2021-04-19T08:30:28.384Z] 188c0c94c7c5: Pull complete [2021-04-19T08:30:28.384Z] 0ef7d3d256c8: Pull complete [2021-04-19T08:30:28.646Z] de9db76c5a1d: Pull complete [2021-04-19T08:30:29.599Z] a35cf1a2eb13: Verifying Checksum [2021-04-19T08:30:29.599Z] a35cf1a2eb13: Download complete [2021-04-19T08:30:30.556Z] bca2f99d35d6: Verifying Checksum [2021-04-19T08:30:30.556Z] bca2f99d35d6: Download complete [2021-04-19T08:30:35.890Z] bca2f99d35d6: Pull complete [2021-04-19T08:30:35.890Z] 93359f2a8cfa: Pull complete [2021-04-19T08:30:35.890Z] 7c6f9722023f: Pull complete [2021-04-19T08:30:37.551Z] Still waiting to schedule task [2021-04-19T08:30:37.551Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2021-04-19T08:30:40.118Z] a35cf1a2eb13: Pull complete [2021-04-19T08:30:40.119Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-04-19T08:30:40.119Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-04-19T08:30:40.119Z] ---> a62c8e92a672 [2021-04-19T08:30:40.119Z] Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2021-04-19T08:30:40.119Z] ---> Running in 6e215b6281ce [2021-04-19T08:30:40.381Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-19T08:30:41.325Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-19T08:30:41.587Z] (1/12) Installing libmagic (5.38-r0) [2021-04-19T08:30:41.849Z] (2/12) Installing file (5.38-r0) [2021-04-19T08:30:41.849Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-04-19T08:30:42.112Z] (4/12) Installing g++ (9.3.0-r2) [2021-04-19T08:30:47.422Z] (5/12) Installing fortify-headers (1.1-r0) [2021-04-19T08:30:47.422Z] (6/12) Installing patch (2.7.6-r6) [2021-04-19T08:30:47.422Z] (7/12) Installing build-base (0.5-r2) [2021-04-19T08:30:47.422Z] (8/12) Installing libsodium (1.0.18-r0) [2021-04-19T08:30:47.422Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-04-19T08:30:47.422Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-04-19T08:30:47.422Z] (11/12) Installing libzmq (4.3.3-r0) [2021-04-19T08:30:47.684Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-04-19T08:30:48.258Z] Executing busybox-1.31.1-r19.trigger [2021-04-19T08:30:48.258Z] OK: 233 MiB in 51 packages [2021-04-19T08:30:51.576Z] Removing intermediate container 6e215b6281ce [2021-04-19T08:30:51.576Z] ---> 5ea569d77ada [2021-04-19T08:30:51.576Z] Step 4/6 : WORKDIR /edgex-go [2021-04-19T08:30:51.576Z] ---> Running in 96a5242bbe3c [2021-04-19T08:30:51.838Z] Removing intermediate container 96a5242bbe3c [2021-04-19T08:30:51.838Z] ---> b53448bf781f [2021-04-19T08:30:51.838Z] Step 5/6 : COPY go.mod . [2021-04-19T08:30:51.838Z] ---> 2b158b45b26c [2021-04-19T08:30:51.838Z] Step 6/6 : RUN go mod download [2021-04-19T08:30:52.100Z] ---> Running in 7cd2fe474cc3 [2021-04-19T08:31:14.131Z] Removing intermediate container 7cd2fe474cc3 [2021-04-19T08:31:14.131Z] ---> 7d5e58a12001 [2021-04-19T08:31:14.131Z] Successfully built 7d5e58a12001 [2021-04-19T08:31:14.131Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-19T08:31:14.442Z] + docker inspect -f . ci-base-image-x86_64 [2021-04-19T08:31:14.442Z] . [Pipeline] withDockerContainer [2021-04-19T08:31:14.543Z] prd-centos7-docker-4c-2g-739 does not seem to be running inside a container [2021-04-19T08:31:14.591Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-04-19T08:31:15.282Z] $ docker top e127a9947fd5629fcee822c21f7658f3feed04c9544b34cfbc4e5176d70d1054 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-19T08:31:15.691Z] + go version [2021-04-19T08:31:15.691Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-04-19T08:31:15.708Z] $ docker stop --time=1 e127a9947fd5629fcee822c21f7658f3feed04c9544b34cfbc4e5176d70d1054 [2021-04-19T08:31:17.053Z] $ docker rm -f e127a9947fd5629fcee822c21f7658f3feed04c9544b34cfbc4e5176d70d1054 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-19T08:31:17.540Z] + docker inspect -f . ci-base-image-x86_64 [2021-04-19T08:31:17.540Z] . [Pipeline] withDockerContainer [2021-04-19T08:31:17.651Z] prd-centos7-docker-4c-2g-739 does not seem to be running inside a container [2021-04-19T08:31:17.706Z] $ 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/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-04-19T08:31:18.996Z] $ docker top 52a48731e069af4d253868cb0ed8ebedaf571bdc953afccbe0bd4903af3706bf -eo pid,comm [Pipeline] { [Pipeline] echo [2021-04-19T08:31:19.124Z] ========================================================= [2021-04-19T08:31:19.124Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-04-19T08:31:19.124Z] ========================================================= [Pipeline] sh [2021-04-19T08:31:19.420Z] + make test [2021-04-19T08:31:19.420Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-04-19T08:31:27.632Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-04-19T08:31:45.944Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-04-19T08:31:51.341Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-04-19T08:31:52.763Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-04-19T08:31:52.763Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-04-19T08:31:54.733Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-04-19T08:31:54.733Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-04-19T08:31:54.733Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-04-19T08:31:54.733Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-04-19T08:31:55.685Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-04-19T08:31:55.685Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-04-19T08:31:59.063Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-04-19T08:31:59.063Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-04-19T08:31:59.063Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-04-19T08:32:00.496Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.118s coverage: 45.9% of statements [2021-04-19T08:32:00.496Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-04-19T08:32:00.496Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-04-19T08:32:00.496Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-04-19T08:32:00.496Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-04-19T08:32:00.496Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-04-19T08:32:00.496Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-04-19T08:32:00.496Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.095s coverage: 19.8% of statements [2021-04-19T08:32:00.496Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.129s coverage: 100.0% of statements [2021-04-19T08:32:04.061Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.188s coverage: 27.1% of statements [2021-04-19T08:32:04.061Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-04-19T08:32:04.061Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-04-19T08:32:04.061Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-04-19T08:32:04.061Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-04-19T08:32:04.061Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-04-19T08:32:04.061Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-04-19T08:32:04.061Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.122s coverage: 100.0% of statements [2021-04-19T08:32:04.061Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-04-19T08:32:04.061Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.074s coverage: 100.0% of statements [2021-04-19T08:32:04.061Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-04-19T08:32:04.061Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-04-19T08:32:04.061Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.090s coverage: 71.3% of statements [2021-04-19T08:32:04.061Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-04-19T08:32:04.061Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-04-19T08:32:04.061Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.187s coverage: 82.9% of statements [2021-04-19T08:32:04.061Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-04-19T08:32:04.061Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-04-19T08:32:04.061Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.056s coverage: 78.9% of statements [2021-04-19T08:32:04.061Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-04-19T08:32:06.652Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.364s coverage: 28.6% of statements [2021-04-19T08:32:06.652Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-04-19T08:32:06.652Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-04-19T08:32:06.653Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-04-19T08:32:06.653Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-04-19T08:32:06.653Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-04-19T08:32:06.653Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.091s coverage: 100.0% of statements [2021-04-19T08:32:06.653Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-04-19T08:32:06.653Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.057s coverage: 100.0% of statements [2021-04-19T08:32:06.653Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-04-19T08:32:06.653Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.145s coverage: 86.7% of statements [2021-04-19T08:32:06.653Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-04-19T08:32:06.653Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.175s coverage: 97.5% of statements [2021-04-19T08:32:06.653Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-04-19T08:32:06.653Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.081s coverage: 78.3% of statements [2021-04-19T08:32:06.653Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-04-19T08:32:06.653Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-04-19T08:32:06.653Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-04-19T08:32:06.653Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-04-19T08:32:09.243Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.335s coverage: 93.0% of statements [2021-04-19T08:32:09.243Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-04-19T08:32:09.243Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-04-19T08:32:09.243Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-04-19T08:32:09.243Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-04-19T08:32:09.243Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-04-19T08:32:09.243Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-04-19T08:32:09.243Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-04-19T08:32:09.243Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-04-19T08:32:09.243Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-04-19T08:32:09.243Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-04-19T08:32:09.243Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-04-19T08:32:09.243Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-04-19T08:32:09.243Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-04-19T08:32:09.243Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-04-19T08:32:09.243Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-04-19T08:32:09.243Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-04-19T08:32:09.243Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-04-19T08:32:09.243Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-04-19T08:32:09.243Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.057s coverage: 58.8% of statements [2021-04-19T08:32:09.243Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-04-19T08:32:09.243Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-04-19T08:32:09.243Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.059s coverage: 0.9% of statements [2021-04-19T08:32:09.243Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-04-19T08:32:09.243Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-04-19T08:32:09.243Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-04-19T08:32:09.243Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.073s coverage: 47.1% of statements [2021-04-19T08:32:09.243Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.091s coverage: 79.5% of statements [2021-04-19T08:32:09.243Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.046s coverage: 94.1% of statements [2021-04-19T08:32:09.515Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.100s coverage: 96.3% of statements [2021-04-19T08:32:09.778Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.060s coverage: 87.5% of statements [2021-04-19T08:32:22.074Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.061s coverage: 94.4% of statements [2021-04-19T08:32:22.074Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.057s coverage: 44.8% of statements [2021-04-19T08:32:24.001Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.219s coverage: 81.9% of statements [2021-04-19T08:32:24.001Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2021-04-19T08:32:30.030Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-745 in /w/workspace/edgexfoundry_edgex-go_PR-3373 [Pipeline] { [Pipeline] ws [2021-04-19T08:32:30.048Z] Running in /w/workspace/edgex-go/4 [Pipeline] { [Pipeline] checkout [2021-04-19T08:32:34.070Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.096s coverage: 92.9% of statements [2021-04-19T08:32:34.070Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-04-19T08:32:34.070Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-04-19T08:32:34.070Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-04-19T08:32:34.070Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.033s coverage: 77.8% of statements [2021-04-19T08:32:34.070Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-04-19T08:32:34.070Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-04-19T08:32:34.070Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-04-19T08:32:34.070Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-04-19T08:32:34.070Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-04-19T08:32:34.070Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.035s coverage: 87.2% of statements [2021-04-19T08:32:34.070Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-04-19T08:32:34.070Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-04-19T08:32:34.070Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.055s coverage: 100.0% of statements [2021-04-19T08:32:34.070Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-04-19T08:32:34.070Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.064s coverage: 75.5% of statements [2021-04-19T08:32:34.070Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-04-19T08:32:34.070Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.055s coverage: 80.8% of statements [2021-04-19T08:32:34.070Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.085s coverage: 87.2% of statements [2021-04-19T08:32:34.070Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.071s coverage: 84.6% of statements [2021-04-19T08:32:34.070Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.111s coverage: 91.6% of statements [2021-04-19T08:32:34.070Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-04-19T08:32:34.070Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.209s coverage: 64.4% of statements [2021-04-19T08:32:34.070Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-04-19T08:32:34.070Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-04-19T08:32:34.070Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.056s coverage: 100.0% of statements [2021-04-19T08:32:34.070Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.037s coverage: 91.3% of statements [2021-04-19T08:32:34.070Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.033s coverage: 100.0% of statements [2021-04-19T08:32:34.070Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.033s coverage: 73.7% of statements [2021-04-19T08:32:34.070Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.031s coverage: 100.0% of statements [2021-04-19T08:32:34.070Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.348s coverage: 69.0% of statements [2021-04-19T08:32:34.070Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-04-19T08:32:34.070Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-04-19T08:32:34.070Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-04-19T08:32:34.070Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.121s coverage: 38.4% of statements [2021-04-19T08:32:34.070Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-04-19T08:32:34.070Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-04-19T08:32:34.070Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.050s coverage: 89.5% of statements [2021-04-19T08:32:34.070Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-04-19T08:32:34.070Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.047s coverage: 84.8% of statements [2021-04-19T08:32:34.070Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.123s coverage: 47.0% of statements [2021-04-19T08:32:34.070Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-04-19T08:32:34.070Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-04-19T08:32:34.070Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-04-19T08:32:34.070Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-04-19T08:32:34.070Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-04-19T08:32:34.070Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.043s coverage: 100.0% of statements [2021-04-19T08:32:34.070Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-04-19T08:32:34.070Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.054s coverage: 100.0% of statements [2021-04-19T08:32:34.070Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-04-19T08:32:34.070Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-04-19T08:32:34.070Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 0.063s coverage: 10.5% of statements [2021-04-19T08:32:34.070Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-04-19T08:32:34.070Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.143s coverage: 87.7% of statements [2021-04-19T08:32:34.070Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-04-19T08:32:34.070Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-04-19T08:32:34.070Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-04-19T08:32:34.070Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.738s coverage: 29.1% of statements [2021-04-19T08:32:34.070Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-04-19T08:32:34.070Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-04-19T08:32:34.070Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-04-19T08:32:34.070Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-04-19T08:32:34.070Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-04-19T08:32:34.070Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.072s coverage: 99.0% of statements [2021-04-19T08:32:34.070Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-04-19T08:32:34.070Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.065s coverage: 100.0% of statements [2021-04-19T08:32:34.070Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-04-19T08:32:34.070Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-04-19T08:32:34.070Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-04-19T08:32:34.070Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-04-19T08:32:34.070Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.117s coverage: 95.6% of statements [2021-04-19T08:32:34.070Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-04-19T08:32:34.070Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-04-19T08:32:34.070Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-04-19T08:32:34.071Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.026s coverage: 0.0% of statements [2021-04-19T08:32:34.071Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-04-19T08:32:34.071Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.027s coverage: 100.0% of statements [2021-04-19T08:32:34.071Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-04-19T08:32:34.071Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-04-19T08:32:34.071Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-04-19T08:32:34.071Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-04-19T08:32:34.071Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.035s coverage: 87.9% of statements [2021-04-19T08:32:34.071Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-04-19T08:32:34.071Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-04-19T08:32:34.071Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.035s coverage: 100.0% of statements [2021-04-19T08:32:34.332Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.047s coverage: 28.1% of statements [2021-04-19T08:32:34.332Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.044s coverage: 100.0% of statements [2021-04-19T08:32:34.597Z] GO111MODULE=on go vet ./... [2021-04-19T08:32:36.056Z] using credential edgex-jenkins-ssh [2021-04-19T08:32:36.128Z] Cloning the remote Git repository [2021-04-19T08:32:36.201Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-04-19T08:32:36.311Z] > git init /w/workspace/edgex-go/4 # timeout=10 [2021-04-19T08:32:36.380Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-04-19T08:32:36.380Z] > git --version # timeout=10 [2021-04-19T08:32:36.398Z] > git --version # 'git version 2.17.1' [2021-04-19T08:32:36.400Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-19T08:32:36.483Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-19T08:33:05.276Z] Merging remotes/origin/master commit b1882bac436620be465db7044db985b75d91785f into PR head commit 20588365246b73df22a60e48e86add1e0ba26317 [2021-04-19T08:33:06.036Z] Merge succeeded, producing e2f67db1929a246f890b07d21bf164d0739f8daf [2021-04-19T08:33:06.037Z] Checking out Revision e2f67db1929a246f890b07d21bf164d0739f8daf (PR-3373) [2021-04-19T08:33:04.475Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-04-19T08:33:04.498Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-19T08:33:04.530Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-04-19T08:33:04.564Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-04-19T08:33:04.565Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-19T08:33:04.577Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3373/head:refs/remotes/origin/PR-3373 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-19T08:33:05.303Z] > git config core.sparsecheckout # timeout=10 [2021-04-19T08:33:05.325Z] > git checkout -f 20588365246b73df22a60e48e86add1e0ba26317 # timeout=10 [2021-04-19T08:33:05.639Z] > git remote # timeout=10 [2021-04-19T08:33:05.659Z] > git config --get remote.origin.url # timeout=10 [2021-04-19T08:33:05.672Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-19T08:33:05.682Z] > git merge b1882bac436620be465db7044db985b75d91785f # timeout=10 [2021-04-19T08:33:06.030Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-04-19T08:33:06.051Z] > git config core.sparsecheckout # timeout=10 [2021-04-19T08:33:06.063Z] > git checkout -f e2f67db1929a246f890b07d21bf164d0739f8daf # timeout=10 [2021-04-19T08:33:06.894Z] gofmt -l . [2021-04-19T08:33:06.894Z] [ "`gofmt -l .`" = "" ] [2021-04-19T08:33:06.894Z] ./bin/test-go-mod-tidy.sh [2021-04-19T08:33:06.895Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-04-19T08:33:07.225Z] + ls -al . [2021-04-19T08:33:07.225Z] total 796 [2021-04-19T08:33:07.225Z] drwxrwxr-x 10 1001 1001 4096 Apr 19 08:33 . [2021-04-19T08:33:07.225Z] drwxr-xr-x 4 root root 28 Apr 19 08:31 .. [2021-04-19T08:33:07.225Z] -rw-rw-r-- 1 1001 1001 11 Apr 19 08:29 .dockerignore [2021-04-19T08:33:07.225Z] drwxrwxr-x 8 1001 1001 179 Apr 19 08:29 .git [2021-04-19T08:33:07.225Z] drwxrwxr-x 3 1001 1001 125 Apr 19 08:29 .github [2021-04-19T08:33:07.225Z] -rw-rw-r-- 1 1001 1001 818 Apr 19 08:29 .gitignore [2021-04-19T08:33:07.225Z] drwx------ 3 1001 1001 60 Apr 19 08:30 .semver [2021-04-19T08:33:07.225Z] -rw-rw-r-- 1 1001 1001 166 Apr 19 08:29 .sonarcloud.properties [2021-04-19T08:33:07.225Z] -rw-rw-r-- 1 1001 1001 8609 Apr 19 08:29 Attribution.txt [2021-04-19T08:33:07.225Z] -rw-rw-r-- 1 1001 1001 3804 Apr 19 08:29 CONTRIBUTING.md [2021-04-19T08:33:07.225Z] -rw-rw-r-- 1 1001 1001 931 Apr 19 08:29 Dockerfile.build [2021-04-19T08:33:07.225Z] -rw-rw-r-- 1 1001 1001 863 Apr 19 08:29 Jenkinsfile [2021-04-19T08:33:07.225Z] -rw-rw-r-- 1 1001 1001 10775 Apr 19 08:29 LICENSE [2021-04-19T08:33:07.225Z] -rw-rw-r-- 1 1001 1001 5774 Apr 19 08:29 Makefile [2021-04-19T08:33:07.225Z] -rw-rw-r-- 1 1001 1001 6548 Apr 19 08:29 README.md [2021-04-19T08:33:07.225Z] -rw-rw-r-- 1 1001 1001 6755 Apr 19 08:29 SECURITY.md [2021-04-19T08:33:07.225Z] -rw-rw-r-- 1 1001 1001 5 Apr 19 08:30 VERSION [2021-04-19T08:33:07.225Z] -rw-rw-r-- 1 1001 1001 4131 Apr 19 08:29 ZMQWindows.md [2021-04-19T08:33:07.225Z] drwxrwxr-x 2 1001 1001 117 Apr 19 08:29 bin [2021-04-19T08:33:07.225Z] drwxrwxr-x 14 1001 1001 4096 Apr 19 08:29 cmd [2021-04-19T08:33:07.225Z] -rw-r--r-- 1 root root 687366 Apr 19 08:32 coverage.out [2021-04-19T08:33:07.225Z] -rw-r--r-- 1 root root 1058 Apr 19 08:33 go.mod [2021-04-19T08:33:07.225Z] -rw-r--r-- 1 root root 22256 Apr 19 08:33 go.sum [2021-04-19T08:33:07.225Z] drwxrwxr-x 8 1001 1001 127 Apr 19 08:29 internal [2021-04-19T08:33:07.225Z] drwxrwxr-x 4 1001 1001 26 Apr 19 08:29 openapi [2021-04-19T08:33:07.225Z] drwxrwxr-x 4 1001 1001 71 Apr 19 08:29 snap [2021-04-19T08:33:07.225Z] -rw-rw-r-- 1 1001 1001 168 Apr 19 08:29 version.go [Pipeline] sh [2021-04-19T08:33:07.533Z] + '[' -e coverage.out ] [2021-04-19T08:33:07.533Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-04-19T08:33:07.788Z] Stashed 1 file(s) [Pipeline] sh [2021-04-19T08:33:08.155Z] + make build [2021-04-19T08:33:08.155Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-04-19T08:33:10.417Z] Commit message: "Merge commit 'b1882bac436620be465db7044db985b75d91785f' into HEAD" [2021-04-19T08:33:10.431Z] > git rev-list --no-walk 20588365246b73df22a60e48e86add1e0ba26317 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-04-19T08:33:11.879Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-04-19T08:33:12.283Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-04-19T08:33:12.619Z] + sudo service docker restart [2021-04-19T08:33:12.619Z] + true [2021-04-19T08:33:13.530Z] 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 [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-19T08:33:15.302Z] provisioning config files... [2021-04-19T08:33:15.349Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/4@tmp/config6386216154871474416tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-19T08:33:15.718Z] ---> docker-login.sh [2021-04-19T08:33:15.718Z] nexus3.edgexfoundry.org:10001 [2021-04-19T08:33:16.713Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-19T08:33:16.987Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-19T08:33:16.987Z] Configure a credential helper to remove this warning. See [2021-04-19T08:33:16.987Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-19T08:33:16.987Z] [2021-04-19T08:33:16.987Z] Login Succeeded [2021-04-19T08:33:16.987Z] nexus3.edgexfoundry.org:10002 [2021-04-19T08:33:17.262Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-19T08:33:17.536Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-19T08:33:17.536Z] Configure a credential helper to remove this warning. See [2021-04-19T08:33:17.536Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-19T08:33:17.536Z] [2021-04-19T08:33:17.536Z] Login Succeeded [2021-04-19T08:33:17.536Z] nexus3.edgexfoundry.org:10003 [2021-04-19T08:33:17.812Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-19T08:33:18.085Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-19T08:33:18.085Z] Configure a credential helper to remove this warning. See [2021-04-19T08:33:18.085Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-19T08:33:18.085Z] [2021-04-19T08:33:18.085Z] Login Succeeded [2021-04-19T08:33:18.085Z] nexus3.edgexfoundry.org:10004 [2021-04-19T08:33:18.359Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-19T08:33:18.644Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-19T08:33:18.644Z] Configure a credential helper to remove this warning. See [2021-04-19T08:33:18.644Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-19T08:33:18.644Z] [2021-04-19T08:33:18.644Z] Login Succeeded [2021-04-19T08:33:18.644Z] docker.io [2021-04-19T08:33:18.918Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-19T08:33:19.188Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-19T08:33:19.188Z] Configure a credential helper to remove this warning. See [2021-04-19T08:33:19.188Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-19T08:33:19.188Z] [2021-04-19T08:33:19.188Z] Login Succeeded [2021-04-19T08:33:19.188Z] ---> docker-login.sh ends [Pipeline] } [2021-04-19T08:33:19.204Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-04-19T08:33:19.479Z] ========================================================= [2021-04-19T08:33:19.480Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-04-19T08:33:19.480Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-04-19T08:33:19.827Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2021-04-19T08:33:21.795Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-04-19T08:33:22.468Z] Sending build context to Docker daemon 167.3MB [2021-04-19T08:33:22.469Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-04-19T08:33:22.469Z] Step 2/6 : FROM ${BASE} [2021-04-19T08:33:22.469Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-04-19T08:33:22.469Z] 5f621e34cdf4: Pulling fs layer [2021-04-19T08:33:22.469Z] a4357932f1b6: Pulling fs layer [2021-04-19T08:33:22.469Z] 18c013af1878: Pulling fs layer [2021-04-19T08:33:22.469Z] 00ac8860ef70: Pulling fs layer [2021-04-19T08:33:22.469Z] 63d7cb157983: Pulling fs layer [2021-04-19T08:33:22.469Z] b116817d02f9: Pulling fs layer [2021-04-19T08:33:22.469Z] 745a02a5169b: Pulling fs layer [2021-04-19T08:33:22.469Z] 00ac8860ef70: Waiting [2021-04-19T08:33:22.469Z] 745a02a5169b: Waiting [2021-04-19T08:33:22.469Z] 18c013af1878: Verifying Checksum [2021-04-19T08:33:22.469Z] 18c013af1878: Download complete [2021-04-19T08:33:22.469Z] a4357932f1b6: Verifying Checksum [2021-04-19T08:33:22.469Z] a4357932f1b6: Download complete [2021-04-19T08:33:22.469Z] 63d7cb157983: Verifying Checksum [2021-04-19T08:33:22.469Z] 63d7cb157983: Download complete [2021-04-19T08:33:22.469Z] b116817d02f9: Download complete [2021-04-19T08:33:22.469Z] 5f621e34cdf4: Verifying Checksum [2021-04-19T08:33:22.469Z] 5f621e34cdf4: Download complete [2021-04-19T08:33:23.069Z] 5f621e34cdf4: Pull complete [2021-04-19T08:33:23.187Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-04-19T08:33:23.667Z] a4357932f1b6: Pull complete [2021-04-19T08:33:23.943Z] 18c013af1878: Pull complete [2021-04-19T08:33:24.550Z] 745a02a5169b: Download complete [2021-04-19T08:33:24.581Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-04-19T08:33:25.156Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-04-19T08:33:25.986Z] 00ac8860ef70: Verifying Checksum [2021-04-19T08:33:25.987Z] 00ac8860ef70: Download complete [2021-04-19T08:33:26.562Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-04-19T08:33:28.539Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-04-19T08:33:29.486Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-04-19T08:33:30.432Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-04-19T08:33:31.830Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-04-19T08:33:32.786Z] 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-04-19T08:33:35.354Z] $ docker stop --time=1 52a48731e069af4d253868cb0ed8ebedaf571bdc953afccbe0bd4903af3706bf [2021-04-19T08:33:36.158Z] 00ac8860ef70: Pull complete [2021-04-19T08:33:36.432Z] 63d7cb157983: Pull complete [2021-04-19T08:33:36.705Z] b116817d02f9: Pull complete [2021-04-19T08:33:37.031Z] $ docker rm -f 52a48731e069af4d253868cb0ed8ebedaf571bdc953afccbe0bd4903af3706bf [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-19T08:33:39.957Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-04-19T08:33:39.957Z] [2021-04-19T08:33:39.957Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-04-19T08:33:40.277Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-04-19T08:33:40.277Z] latest: Pulling from edgex-devops/edgex-compose [2021-04-19T08:33:40.277Z] cbdbe7a5bc2a: Pulling fs layer [2021-04-19T08:33:40.277Z] ca9280d653b3: Pulling fs layer [2021-04-19T08:33:40.277Z] 7e9c9ca2126c: Pulling fs layer [2021-04-19T08:33:40.277Z] cbdbe7a5bc2a: Download complete [2021-04-19T08:33:40.549Z] ca9280d653b3: Verifying Checksum [2021-04-19T08:33:40.549Z] ca9280d653b3: Download complete [2021-04-19T08:33:40.825Z] cbdbe7a5bc2a: Pull complete [2021-04-19T08:33:41.058Z] 745a02a5169b: Pull complete [2021-04-19T08:33:41.058Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-04-19T08:33:41.059Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-04-19T08:33:41.059Z] ---> b7e6874047d6 [2021-04-19T08:33:41.059Z] Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2021-04-19T08:33:41.778Z] ca9280d653b3: Pull complete [2021-04-19T08:33:42.043Z] 7e9c9ca2126c: Verifying Checksum [2021-04-19T08:33:42.043Z] 7e9c9ca2126c: Download complete [2021-04-19T08:33:44.454Z] ---> Running in c356a7c0d550 [2021-04-19T08:33:45.050Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-19T08:33:46.036Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-19T08:33:46.673Z] (1/12) Installing libmagic (5.38-r0) [2021-04-19T08:33:46.945Z] (2/12) Installing file (5.38-r0) [2021-04-19T08:33:46.945Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-04-19T08:33:47.215Z] (4/12) Installing g++ (9.3.0-r2) [2021-04-19T08:33:48.685Z] 7e9c9ca2126c: Pull complete [2021-04-19T08:33:48.685Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-04-19T08:33:48.685Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-04-19T08:33:48.685Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-04-19T08:33:48.843Z] prd-centos7-docker-4c-2g-739 does not seem to be running inside a container [2021-04-19T08:33:48.896Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-04-19T08:33:50.910Z] $ docker top f2e2c65e11993bae3f87427790bb7c49fc2e5555a862977f55e8f176ce2aedf4 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-19T08:33:51.318Z] + docker-compose build --help [2021-04-19T08:33:51.318Z] + grep parallel [2021-04-19T08:33:51.507Z] (5/12) Installing fortify-headers (1.1-r0) [2021-04-19T08:33:51.507Z] (6/12) Installing patch (2.7.6-r6) [2021-04-19T08:33:51.507Z] (7/12) Installing build-base (0.5-r2) [2021-04-19T08:33:51.507Z] (8/12) Installing libsodium (1.0.18-r0) [2021-04-19T08:33:51.507Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-04-19T08:33:51.507Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-04-19T08:33:51.779Z] (11/12) Installing libzmq (4.3.3-r0) [2021-04-19T08:33:51.779Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-04-19T08:33:51.779Z] Executing busybox-1.31.1-r19.trigger [2021-04-19T08:33:51.779Z] OK: 217 MiB in 51 packages [2021-04-19T08:33:52.267Z] --parallel Build images in parallel. [Pipeline] } [2021-04-19T08:33:52.283Z] $ docker stop --time=1 f2e2c65e11993bae3f87427790bb7c49fc2e5555a862977f55e8f176ce2aedf4 [2021-04-19T08:33:53.640Z] $ docker rm -f f2e2c65e11993bae3f87427790bb7c49fc2e5555a862977f55e8f176ce2aedf4 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-19T08:33:54.109Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-04-19T08:33:54.109Z] . [Pipeline] withDockerContainer [2021-04-19T08:33:54.215Z] prd-centos7-docker-4c-2g-739 does not seem to be running inside a container [2021-04-19T08:33:54.269Z] $ 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/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-04-19T08:33:54.856Z] $ docker top 547ecc18a8cba97eb202d1eddf3a79aa097e9602a5a36e7fee160091c3554eaa -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-19T08:33:55.251Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-04-19T08:33:56.085Z] Removing intermediate container c356a7c0d550 [2021-04-19T08:33:56.085Z] ---> 496c6ebfd22a [2021-04-19T08:33:56.085Z] Step 4/6 : WORKDIR /edgex-go [2021-04-19T08:33:56.085Z] ---> Running in e35670ad6f80 [2021-04-19T08:33:56.199Z] Building docker-core-command-go ... [2021-04-19T08:33:56.199Z] Building docker-core-data-go ... [2021-04-19T08:33:56.199Z] Building docker-core-metadata-go ... [2021-04-19T08:33:56.199Z] Building docker-security-bootstrapper-go ... [2021-04-19T08:33:56.199Z] Building docker-security-proxy-setup-go ... [2021-04-19T08:33:56.199Z] Building docker-security-secretstore-setup-go ... [2021-04-19T08:33:56.199Z] Building docker-support-notifications-go ... [2021-04-19T08:33:56.199Z] Building docker-support-scheduler-go ... [2021-04-19T08:33:56.199Z] Building docker-sys-mgmt-agent-go ... [2021-04-19T08:33:56.199Z] Building docker-support-notifications-go [2021-04-19T08:33:56.199Z] Building docker-security-secretstore-setup-go [2021-04-19T08:33:56.199Z] Building docker-security-proxy-setup-go [2021-04-19T08:33:56.199Z] Building docker-core-metadata-go [2021-04-19T08:33:56.199Z] Building docker-core-command-go [2021-04-19T08:33:56.679Z] Removing intermediate container e35670ad6f80 [2021-04-19T08:33:56.680Z] ---> eff4042fcf19 [2021-04-19T08:33:56.680Z] Step 5/6 : COPY go.mod . [2021-04-19T08:33:57.275Z] ---> 8f0d432b7447 [2021-04-19T08:33:57.275Z] Step 6/6 : RUN go mod download [2021-04-19T08:33:57.549Z] ---> Running in f67e28fa6a93 [2021-04-19T08:34:24.349Z] Removing intermediate container f67e28fa6a93 [2021-04-19T08:34:24.349Z] ---> 055fe4a4955a [2021-04-19T08:34:24.349Z] Successfully built 055fe4a4955a [2021-04-19T08:34:24.349Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-19T08:34:24.692Z] + docker inspect -f . ci-base-image-arm64 [2021-04-19T08:34:24.693Z] . [Pipeline] withDockerContainer [2021-04-19T08:34:24.978Z] prd-ubuntu18.04-docker-arm64-4c-16g-745 does not seem to be running inside a container [2021-04-19T08:34:25.067Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@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-04-19T08:34:26.813Z] $ docker top 0875963b3d7fc02c3309eb11c49bafbf13970124732775df9751f98fd4a12d87 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-19T08:34:27.793Z] + go version [2021-04-19T08:34:27.793Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-04-19T08:34:27.823Z] $ docker stop --time=1 0875963b3d7fc02c3309eb11c49bafbf13970124732775df9751f98fd4a12d87 [2021-04-19T08:34:29.827Z] $ docker rm -f 0875963b3d7fc02c3309eb11c49bafbf13970124732775df9751f98fd4a12d87 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-19T08:34:30.480Z] + docker inspect -f . ci-base-image-arm64 [2021-04-19T08:34:30.480Z] . [Pipeline] withDockerContainer [2021-04-19T08:34:30.722Z] prd-ubuntu18.04-docker-arm64-4c-16g-745 does not seem to be running inside a container [2021-04-19T08:34:30.810Z] $ 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/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@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-04-19T08:34:32.215Z] $ docker top c73e83e6c4cd8dac72c5b098a43633fdb623878aa4f09305e74ef4835f7f6cfd -eo pid,comm [Pipeline] { [Pipeline] echo [2021-04-19T08:34:32.560Z] ========================================================= [2021-04-19T08:34:32.560Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-04-19T08:34:32.560Z] ========================================================= [Pipeline] sh [2021-04-19T08:34:33.200Z] + make test [2021-04-19T08:34:33.200Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-04-19T08:34:35.052Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-19T08:34:35.052Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-19T08:34:35.052Z] ---> 7d5e58a12001 [2021-04-19T08:34:35.052Z] Step 3/23 : WORKDIR /edgex-go [2021-04-19T08:34:35.052Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-19T08:34:35.052Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-19T08:34:35.052Z] ---> 7d5e58a12001 [2021-04-19T08:34:35.052Z] Step 3/23 : WORKDIR /edgex-go [2021-04-19T08:34:35.052Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-19T08:34:35.052Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-04-19T08:34:35.052Z] ---> 7d5e58a12001 [2021-04-19T08:34:35.052Z] Step 3/24 : WORKDIR /edgex-go [2021-04-19T08:34:35.052Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-19T08:34:35.052Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-04-19T08:34:35.052Z] ---> 7d5e58a12001 [2021-04-19T08:34:35.052Z] Step 3/21 : WORKDIR /edgex-go [2021-04-19T08:34:35.052Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-19T08:34:35.052Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-04-19T08:34:35.052Z] ---> 7d5e58a12001 [2021-04-19T08:34:35.052Z] Step 3/22 : WORKDIR /edgex-go [2021-04-19T08:34:35.052Z] ---> Running in 24ea13976edb [2021-04-19T08:34:35.052Z] ---> Running in 35b8d3b7c4bb [2021-04-19T08:34:35.052Z] ---> Running in 54ab1c9a7e0f [2021-04-19T08:34:35.052Z] ---> Running in f7c5ec1b2c31 [2021-04-19T08:34:35.052Z] ---> Running in e02537167940 [2021-04-19T08:34:35.052Z] Removing intermediate container f7c5ec1b2c31 [2021-04-19T08:34:35.052Z] ---> 625f38cad87b [2021-04-19T08:34:35.052Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-19T08:34:35.052Z] Removing intermediate container e02537167940 [2021-04-19T08:34:35.052Z] ---> fe41da79bee8 [2021-04-19T08:34:35.052Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-19T08:34:35.052Z] Removing intermediate container 35b8d3b7c4bb [2021-04-19T08:34:35.052Z] ---> c52cf83adfaf [2021-04-19T08:34:35.052Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-19T08:34:35.052Z] Removing intermediate container 54ab1c9a7e0f [2021-04-19T08:34:35.052Z] ---> 112661c44955 [2021-04-19T08:34:35.052Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-19T08:34:35.052Z] Removing intermediate container 24ea13976edb [2021-04-19T08:34:35.052Z] ---> 987ffecb0f1e [2021-04-19T08:34:35.052Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-19T08:34:35.052Z] ---> Running in 018b035eb911 [2021-04-19T08:34:35.052Z] ---> Running in 80e8d608190d [2021-04-19T08:34:35.052Z] ---> Running in 27a87b751f45 [2021-04-19T08:34:35.052Z] ---> Running in dad561ea4189 [2021-04-19T08:34:35.052Z] ---> Running in b4677f271757 [2021-04-19T08:34:35.052Z] Removing intermediate container 018b035eb911 [2021-04-19T08:34:35.052Z] ---> afd332204f2f [2021-04-19T08:34:35.052Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-04-19T08:34:35.052Z] ---> Running in 1e36f4dbc3f6 [2021-04-19T08:34:35.052Z] Removing intermediate container 80e8d608190d [2021-04-19T08:34:35.052Z] ---> 9ead2b06da8e [2021-04-19T08:34:35.052Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-04-19T08:34:35.052Z] Removing intermediate container 27a87b751f45 [2021-04-19T08:34:35.052Z] ---> f28f5f5ff1cc [2021-04-19T08:34:35.052Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-04-19T08:34:35.052Z] ---> Running in e659bdd8d05f [2021-04-19T08:34:35.052Z] Removing intermediate container b4677f271757 [2021-04-19T08:34:35.052Z] ---> b4d1840761ee [2021-04-19T08:34:35.052Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-04-19T08:34:35.052Z] ---> Running in 163fa60026aa [2021-04-19T08:34:35.052Z] Removing intermediate container dad561ea4189 [2021-04-19T08:34:35.052Z] ---> f7c800eae7b0 [2021-04-19T08:34:35.052Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-04-19T08:34:35.052Z] ---> Running in c3fef9cd6b91 [2021-04-19T08:34:35.052Z] ---> Running in 870a510e820d [2021-04-19T08:34:35.052Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-19T08:34:35.322Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-19T08:34:35.322Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-19T08:34:35.322Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-19T08:34:35.322Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-19T08:34:35.584Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-19T08:34:35.846Z] OK: 233 MiB in 51 packages [2021-04-19T08:34:35.846Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-19T08:34:35.846Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-19T08:34:36.112Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-19T08:34:36.112Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-19T08:34:36.382Z] Removing intermediate container 1e36f4dbc3f6 [2021-04-19T08:34:36.382Z] ---> f5101b1c005e [2021-04-19T08:34:36.382Z] Step 6/22 : COPY go.mod . [2021-04-19T08:34:36.382Z] OK: 233 MiB in 51 packages [2021-04-19T08:34:36.382Z] OK: 233 MiB in 51 packages [2021-04-19T08:34:36.382Z] OK: 233 MiB in 51 packages [2021-04-19T08:34:36.645Z] OK: 233 MiB in 51 packages [2021-04-19T08:34:36.645Z] ---> fd060ac4c079 [2021-04-19T08:34:36.645Z] Step 7/22 : RUN go mod download [2021-04-19T08:34:36.907Z] ---> Running in 882cd793ab69 [2021-04-19T08:34:37.490Z] Removing intermediate container e659bdd8d05f [2021-04-19T08:34:37.490Z] ---> 51aaecacdd53 [2021-04-19T08:34:37.490Z] Step 6/24 : COPY go.mod . [2021-04-19T08:34:37.490Z] Removing intermediate container 163fa60026aa [2021-04-19T08:34:37.490Z] ---> 7945704cb56b [2021-04-19T08:34:37.490Z] Step 6/23 : COPY go.mod . [2021-04-19T08:34:37.490Z] Removing intermediate container c3fef9cd6b91 [2021-04-19T08:34:37.490Z] ---> eaaf2d9a6e3c [2021-04-19T08:34:37.490Z] Step 6/21 : COPY go.mod . [2021-04-19T08:34:37.757Z] Removing intermediate container 870a510e820d [2021-04-19T08:34:37.757Z] ---> 8c956e6af62c [2021-04-19T08:34:37.757Z] Step 6/23 : COPY go.mod . [2021-04-19T08:34:37.757Z] ---> e7476641b8ea [2021-04-19T08:34:37.757Z] Step 7/24 : RUN go mod download [2021-04-19T08:34:38.021Z] ---> Running in a4266a3d502f [2021-04-19T08:34:38.021Z] ---> 5c2ad393f4cb [2021-04-19T08:34:38.021Z] Step 7/23 : RUN go mod download [2021-04-19T08:34:38.021Z] ---> 8117cd370653 [2021-04-19T08:34:38.021Z] Step 7/21 : RUN go mod download [2021-04-19T08:34:38.286Z] ---> c3a1286e114b [2021-04-19T08:34:38.286Z] Step 7/23 : RUN go mod download [2021-04-19T08:34:38.286Z] ---> Running in 0b3f828ee0e8 [2021-04-19T08:34:38.286Z] ---> Running in f4bbb8e14dfe [2021-04-19T08:34:38.549Z] ---> Running in 714ed74bbce9 [2021-04-19T08:34:39.515Z] Removing intermediate container 882cd793ab69 [2021-04-19T08:34:39.515Z] ---> d39153f9297e [2021-04-19T08:34:39.515Z] Step 8/22 : COPY . . [2021-04-19T08:34:39.515Z] Removing intermediate container a4266a3d502f [2021-04-19T08:34:39.515Z] ---> 9a2629e85045 [2021-04-19T08:34:39.515Z] Step 8/24 : COPY . . [2021-04-19T08:34:44.860Z] Removing intermediate container 0b3f828ee0e8 [2021-04-19T08:34:44.860Z] ---> c1605cafb5f2 [2021-04-19T08:34:44.860Z] Step 8/23 : COPY . . [2021-04-19T08:34:48.191Z] Removing intermediate container f4bbb8e14dfe [2021-04-19T08:34:48.191Z] ---> bc425fae82fc [2021-04-19T08:34:48.191Z] Step 8/21 : COPY . . [2021-04-19T08:34:49.664Z] Removing intermediate container 714ed74bbce9 [2021-04-19T08:34:49.664Z] ---> e37d13ba843d [2021-04-19T08:34:49.664Z] Step 8/23 : COPY . . [2021-04-19T08:35:00.055Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-04-19T08:35:22.368Z] ---> 81499d1a9a2f [2021-04-19T08:35:22.368Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-04-19T08:35:22.368Z] ---> 7278d9b17528 [2021-04-19T08:35:22.368Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-04-19T08:35:23.790Z] ---> Running in 3458775e70f5 [2021-04-19T08:35:23.791Z] ---> Running in 4cc5d13dc196 [2021-04-19T08:35:24.742Z] ---> dea43385a4d9 [2021-04-19T08:35:24.742Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-04-19T08:35:24.742Z] ---> 2cc9bfcce14b [2021-04-19T08:35:24.742Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-04-19T08:35:25.690Z] ---> b2bb3fad56f0 [2021-04-19T08:35:25.690Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-04-19T08:35:25.690Z] ---> Running in 9df4ee18cd82 [2021-04-19T08:35:25.690Z] ---> Running in eb8218cb928c [2021-04-19T08:35:25.690Z] ---> Running in d4f8e8280fae [2021-04-19T08:35:26.268Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-04-19T08:35:26.268Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-04-19T08:35:26.534Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-04-19T08:35:26.534Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-04-19T08:35:26.534Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-04-19T08:35:56.726Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-04-19T08:35:58.197Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-04-19T08:35:58.766Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-04-19T08:35:58.766Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-04-19T08:36:04.123Z] Removing intermediate container 9df4ee18cd82 [2021-04-19T08:36:04.123Z] ---> f0f08da51d1d [2021-04-19T08:36:04.123Z] [2021-04-19T08:36:04.123Z] Step 10/23 : FROM alpine:3.12 [2021-04-19T08:36:04.123Z] 3.12: Pulling from library/alpine [2021-04-19T08:36:06.042Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-04-19T08:36:07.434Z] Status: Downloaded newer image for alpine:3.12 [2021-04-19T08:36:07.434Z] ---> 13621d1b12d4 [2021-04-19T08:36:07.434Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-04-19T08:36:08.434Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-04-19T08:36:08.434Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-04-19T08:36:08.825Z] Removing intermediate container 4cc5d13dc196 [2021-04-19T08:36:08.825Z] ---> aad09ba3015b [2021-04-19T08:36:08.825Z] [2021-04-19T08:36:08.825Z] Step 10/22 : FROM alpine:3.12 [2021-04-19T08:36:08.825Z] ---> 13621d1b12d4 [2021-04-19T08:36:08.825Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-04-19T08:36:08.825Z] ---> Running in b0268edd112e [2021-04-19T08:36:09.776Z] Removing intermediate container d4f8e8280fae [2021-04-19T08:36:09.776Z] ---> a3b93191a154 [2021-04-19T08:36:09.776Z] [2021-04-19T08:36:09.776Z] Step 10/21 : FROM alpine:3.12 [2021-04-19T08:36:09.776Z] ---> 13621d1b12d4 [2021-04-19T08:36:09.776Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-04-19T08:36:09.776Z] Removing intermediate container 3458775e70f5 [2021-04-19T08:36:09.776Z] ---> 8048f72f5c19 [2021-04-19T08:36:09.776Z] [2021-04-19T08:36:09.776Z] Step 10/24 : FROM alpine:3.12 [2021-04-19T08:36:09.776Z] ---> 13621d1b12d4 [2021-04-19T08:36:09.776Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec [2021-04-19T08:36:10.436Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-04-19T08:36:10.436Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-04-19T08:36:10.436Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-04-19T08:36:10.436Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-04-19T08:36:11.175Z] ---> Running in cd9552887713 [2021-04-19T08:36:11.437Z] ---> Running in e715239bb06e [2021-04-19T08:36:11.437Z] ---> Running in ebb4afa635a6 [2021-04-19T08:36:12.012Z] Removing intermediate container eb8218cb928c [2021-04-19T08:36:12.012Z] ---> 510b5769d3e0 [2021-04-19T08:36:12.012Z] [2021-04-19T08:36:12.012Z] Step 10/23 : FROM alpine:3.12 [2021-04-19T08:36:12.012Z] ---> 13621d1b12d4 [2021-04-19T08:36:12.012Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-04-19T08:36:12.012Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-19T08:36:12.277Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-19T08:36:12.277Z] ---> Running in 8c0050402b5e [2021-04-19T08:36:12.277Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-04-19T08:36:12.277Z] Executing busybox-1.31.1-r20.trigger [2021-04-19T08:36:12.277Z] OK: 6 MiB in 15 packages [2021-04-19T08:36:12.552Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-19T08:36:12.552Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-19T08:36:12.552Z] (1/2) Installing ca-certificates (20191127-r4) [2021-04-19T08:36:12.823Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-04-19T08:36:12.823Z] Executing busybox-1.31.1-r20.trigger [2021-04-19T08:36:12.823Z] Executing ca-certificates-20191127-r4.trigger [2021-04-19T08:36:13.076Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-04-19T08:36:13.085Z] OK: 6 MiB in 16 packages [2021-04-19T08:36:13.661Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-19T08:36:13.661Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-19T08:36:13.661Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-19T08:36:13.661Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-19T08:36:13.661Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-19T08:36:13.926Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-19T08:36:13.926Z] (1/4) Installing ca-certificates (20191127-r4) [2021-04-19T08:36:13.926Z] (1/6) Installing ca-certificates (20191127-r4) [2021-04-19T08:36:13.926Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-04-19T08:36:13.926Z] (3/4) Installing libcurl (7.76.1-r0) [2021-04-19T08:36:13.926Z] (4/4) Installing curl (7.76.1-r0) [2021-04-19T08:36:13.926Z] Executing busybox-1.31.1-r20.trigger [2021-04-19T08:36:13.926Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-04-19T08:36:13.926Z] (2/6) Installing nghttp2-libs (1.41.0-r0) [2021-04-19T08:36:13.926Z] Executing busybox-1.31.1-r20.trigger [2021-04-19T08:36:13.926Z] (3/6) Installing libcurl (7.76.1-r0) [2021-04-19T08:36:13.926Z] Executing ca-certificates-20191127-r4.trigger [2021-04-19T08:36:13.926Z] (4/6) Installing curl (7.76.1-r0) [2021-04-19T08:36:13.926Z] OK: 6 MiB in 15 packages [2021-04-19T08:36:13.926Z] Removing intermediate container b0268edd112e [2021-04-19T08:36:13.926Z] ---> 421c323c6b32 [2021-04-19T08:36:13.926Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-19T08:36:13.926Z] (5/6) Installing dumb-init (1.2.2-r1) [2021-04-19T08:36:13.926Z] (6/6) Installing su-exec (0.2-r1) [2021-04-19T08:36:13.926Z] Executing busybox-1.31.1-r20.trigger [2021-04-19T08:36:13.926Z] Executing ca-certificates-20191127-r4.trigger [2021-04-19T08:36:14.505Z] OK: 7 MiB in 20 packages [2021-04-19T08:36:14.505Z] OK: 7 MiB in 18 packages [2021-04-19T08:36:14.525Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-04-19T08:36:15.081Z] ---> Running in d430c1daaba2 [2021-04-19T08:36:15.342Z] Removing intermediate container cd9552887713 [2021-04-19T08:36:15.342Z] ---> 4ef89ca6a6e0 [2021-04-19T08:36:15.342Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-19T08:36:15.610Z] ---> Running in fb9d9ef12b73 [2021-04-19T08:36:15.610Z] Removing intermediate container d430c1daaba2 [2021-04-19T08:36:15.610Z] ---> 79669937ee8d [2021-04-19T08:36:15.610Z] Step 13/23 : ENV APP_PORT=48082 [2021-04-19T08:36:15.871Z] Removing intermediate container 8c0050402b5e [2021-04-19T08:36:15.871Z] ---> fb8967bb4c83 [2021-04-19T08:36:15.871Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-19T08:36:16.815Z] ---> Running in dab2814063b0 [2021-04-19T08:36:16.815Z] Removing intermediate container fb9d9ef12b73 [2021-04-19T08:36:16.815Z] ---> 1c6dad7e7c47 [2021-04-19T08:36:16.815Z] Step 13/22 : ENV APP_PORT=48060 [2021-04-19T08:36:17.078Z] ---> Running in e6f59c54293f [2021-04-19T08:36:17.343Z] Removing intermediate container ebb4afa635a6 [2021-04-19T08:36:17.343Z] ---> 3642a6cb2ed2 [2021-04-19T08:36:17.343Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-04-19T08:36:17.343Z] Removing intermediate container e715239bb06e [2021-04-19T08:36:17.343Z] ---> 2e9c5e59bace [2021-04-19T08:36:17.343Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-04-19T08:36:17.343Z] ---> Running in b6b6df2cbaf0 [2021-04-19T08:36:17.343Z] ---> Running in 8336202e881b [2021-04-19T08:36:17.605Z] ---> Running in 812f7ff3e7f3 [2021-04-19T08:36:17.605Z] Removing intermediate container dab2814063b0 [2021-04-19T08:36:17.605Z] ---> 6bd436930c0a [2021-04-19T08:36:17.605Z] Step 14/23 : EXPOSE $APP_PORT [2021-04-19T08:36:17.605Z] Removing intermediate container e6f59c54293f [2021-04-19T08:36:17.605Z] ---> 1a3b23551429 [2021-04-19T08:36:17.605Z] Step 13/23 : ENV APP_PORT=48081 [2021-04-19T08:36:17.605Z] ---> Running in 1d198c9d0ffa [2021-04-19T08:36:17.605Z] Removing intermediate container b6b6df2cbaf0 [2021-04-19T08:36:17.605Z] ---> 1dd8b1ef509a [2021-04-19T08:36:17.605Z] Step 14/22 : EXPOSE $APP_PORT [2021-04-19T08:36:17.867Z] ---> Running in 78b2f40fe507 [2021-04-19T08:36:17.867Z] Removing intermediate container 8336202e881b [2021-04-19T08:36:17.867Z] ---> 29f88fa8b944 [2021-04-19T08:36:17.867Z] Step 13/24 : WORKDIR / [2021-04-19T08:36:17.867Z] Removing intermediate container 812f7ff3e7f3 [2021-04-19T08:36:17.867Z] ---> e884d837afb2 [2021-04-19T08:36:17.867Z] Step 13/21 : WORKDIR /edgex [2021-04-19T08:36:17.867Z] ---> Running in f215612ae048 [2021-04-19T08:36:18.128Z] ---> Running in 8734c6df2e9c [2021-04-19T08:36:18.128Z] ---> Running in 0b9d634d75b9 [2021-04-19T08:36:18.128Z] Removing intermediate container 1d198c9d0ffa [2021-04-19T08:36:18.128Z] ---> 303432882369 [2021-04-19T08:36:18.128Z] Step 15/23 : WORKDIR / [2021-04-19T08:36:18.128Z] Removing intermediate container 78b2f40fe507 [2021-04-19T08:36:18.128Z] ---> f3a5b76f74b3 [2021-04-19T08:36:18.128Z] Step 14/23 : EXPOSE $APP_PORT [2021-04-19T08:36:18.703Z] ---> Running in 1f7611221dad [2021-04-19T08:36:18.703Z] ---> Running in cff58c5d7d06 [2021-04-19T08:36:18.703Z] Removing intermediate container f215612ae048 [2021-04-19T08:36:18.703Z] ---> cb55de58998f [2021-04-19T08:36:18.704Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-19T08:36:18.704Z] Removing intermediate container 8734c6df2e9c [2021-04-19T08:36:18.704Z] ---> 33065a13049f [2021-04-19T08:36:18.704Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-04-19T08:36:18.704Z] Removing intermediate container 0b9d634d75b9 [2021-04-19T08:36:18.704Z] ---> 31e5fd1551b8 [2021-04-19T08:36:18.704Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-04-19T08:36:18.972Z] Removing intermediate container cff58c5d7d06 [2021-04-19T08:36:18.972Z] ---> dc1334a08eff [2021-04-19T08:36:18.972Z] Step 15/23 : WORKDIR / [2021-04-19T08:36:18.972Z] Removing intermediate container 1f7611221dad [2021-04-19T08:36:18.972Z] ---> ff48403ecb9c [2021-04-19T08:36:18.972Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-19T08:36:19.264Z] ---> Running in 089c2e326136 [2021-04-19T08:36:19.264Z] ---> a6f673fb75c0 [2021-04-19T08:36:19.264Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-04-19T08:36:19.264Z] ---> 74c0b699e558 [2021-04-19T08:36:19.264Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-04-19T08:36:19.264Z] ---> fbc14691cf30 [2021-04-19T08:36:19.264Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-04-19T08:36:19.526Z] ---> ec5829146710 [2021-04-19T08:36:19.526Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-04-19T08:36:20.481Z] Removing intermediate container 089c2e326136 [2021-04-19T08:36:20.481Z] ---> c49448c1dc6c [2021-04-19T08:36:20.481Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-19T08:36:20.746Z] ---> 919eb4e6427c [2021-04-19T08:36:20.746Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-04-19T08:36:20.746Z] ---> aa4d22f83738 [2021-04-19T08:36:20.746Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-04-19T08:36:20.746Z] ---> 1a805c593645 [2021-04-19T08:36:20.746Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-04-19T08:36:21.011Z] ---> 41fcc6f95430 [2021-04-19T08:36:21.011Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-04-19T08:36:21.011Z] ---> 6a134fa5207f [2021-04-19T08:36:21.011Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-04-19T08:36:21.274Z] ---> 8df8ada1c7a7 [2021-04-19T08:36:21.274Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-04-19T08:36:21.274Z] ---> bf49edb66fec [2021-04-19T08:36:21.274Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-04-19T08:36:21.540Z] ---> 7fc02e33bfa7 [2021-04-19T08:36:21.540Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-04-19T08:36:21.540Z] ---> c318b1a71dfd [2021-04-19T08:36:21.540Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-04-19T08:36:21.540Z] ---> Running in bcf65350f2c4 [2021-04-19T08:36:21.540Z] ---> Running in 445abca217ed [2021-04-19T08:36:21.540Z] ---> Running in a908d4c8dcc4 [2021-04-19T08:36:21.540Z] ---> 4d1f4ac48ee1 [2021-04-19T08:36:21.540Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-04-19T08:36:21.806Z] ---> 018db1f680bf [2021-04-19T08:36:21.806Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-04-19T08:36:21.806Z] Removing intermediate container bcf65350f2c4 [2021-04-19T08:36:21.806Z] ---> 0a4b0345c666 [2021-04-19T08:36:21.806Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-19T08:36:22.073Z] Removing intermediate container 445abca217ed [2021-04-19T08:36:22.073Z] ---> 83aac09e48d5 [2021-04-19T08:36:22.073Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-19T08:36:22.073Z] Removing intermediate container a908d4c8dcc4 [2021-04-19T08:36:22.073Z] ---> 4c816169d355 [2021-04-19T08:36:22.073Z] Step 18/21 : CMD ["--init=true"] [2021-04-19T08:36:22.073Z] ---> Running in 0719c632c57b [2021-04-19T08:36:22.073Z] ---> 8068f708f2ec [2021-04-19T08:36:22.073Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-04-19T08:36:22.334Z] ---> Running in f14335fe8295 [2021-04-19T08:36:22.334Z] ---> Running in 92ac10092df5 [2021-04-19T08:36:22.334Z] ---> Running in 10276e772354 [2021-04-19T08:36:22.334Z] ---> 31faa1611b5d [2021-04-19T08:36:22.334Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-04-19T08:36:22.597Z] Removing intermediate container 0719c632c57b [2021-04-19T08:36:22.597Z] ---> 947af538bdb0 [2021-04-19T08:36:22.597Z] Step 20/22 : LABEL arch=x86_64 [2021-04-19T08:36:22.597Z] Removing intermediate container 92ac10092df5 [2021-04-19T08:36:22.597Z] ---> 95d53270977c [2021-04-19T08:36:22.597Z] Step 19/21 : LABEL arch=x86_64 [2021-04-19T08:36:22.597Z] Removing intermediate container f14335fe8295 [2021-04-19T08:36:22.597Z] ---> 91f9050e10f4 [2021-04-19T08:36:22.597Z] Step 21/23 : LABEL arch=x86_64 [2021-04-19T08:36:22.597Z] Removing intermediate container 10276e772354 [2021-04-19T08:36:22.597Z] ---> 65caa35e8386 [2021-04-19T08:36:22.597Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-19T08:36:22.835Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-04-19T08:36:22.835Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-04-19T08:36:22.835Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-04-19T08:36:22.859Z] ---> Running in 6944365fe95e [2021-04-19T08:36:22.859Z] ---> Running in 14775646e279 [2021-04-19T08:36:22.859Z] ---> Running in 9e5f9b486ff0 [2021-04-19T08:36:22.859Z] ---> Running in b08e064bc4d0 [2021-04-19T08:36:22.859Z] ---> 64d2a304c7f0 [2021-04-19T08:36:22.859Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-04-19T08:36:23.121Z] ---> Running in 6cce14389211 [2021-04-19T08:36:23.389Z] Removing intermediate container 6944365fe95e [2021-04-19T08:36:23.389Z] ---> b1ca9a1917a7 [2021-04-19T08:36:23.389Z] Step 21/22 : LABEL git_sha=180c5a5e00199f1388c496bd44d1c3638c096986 [2021-04-19T08:36:23.389Z] Removing intermediate container 9e5f9b486ff0 [2021-04-19T08:36:23.389Z] ---> 713b7f09b904 [2021-04-19T08:36:23.389Z] Step 20/21 : LABEL git_sha=180c5a5e00199f1388c496bd44d1c3638c096986 [2021-04-19T08:36:23.389Z] Removing intermediate container 14775646e279 [2021-04-19T08:36:23.389Z] ---> 4cc3f59bfd11 [2021-04-19T08:36:23.389Z] Step 22/23 : LABEL git_sha=180c5a5e00199f1388c496bd44d1c3638c096986 [2021-04-19T08:36:23.389Z] Removing intermediate container b08e064bc4d0 [2021-04-19T08:36:23.389Z] ---> 952567882df6 [2021-04-19T08:36:23.389Z] Step 21/23 : LABEL arch=x86_64 [2021-04-19T08:36:23.654Z] ---> Running in 2f4f4710e22f [2021-04-19T08:36:23.654Z] ---> Running in 6534c7567204 [2021-04-19T08:36:23.654Z] ---> Running in 1f39acb75f65 [2021-04-19T08:36:23.654Z] ---> Running in 9e7a38f69380 [2021-04-19T08:36:23.916Z] Removing intermediate container 2f4f4710e22f [2021-04-19T08:36:23.916Z] ---> 0781eda6afa2 [2021-04-19T08:36:23.916Z] Step 22/22 : LABEL version=0.0.0 [2021-04-19T08:36:23.916Z] Removing intermediate container 1f39acb75f65 [2021-04-19T08:36:23.916Z] ---> c53a53176d55 [2021-04-19T08:36:23.916Z] Step 23/23 : LABEL version=0.0.0 [2021-04-19T08:36:23.916Z] Removing intermediate container 6534c7567204 [2021-04-19T08:36:23.916Z] ---> b9df35d90bd2 [2021-04-19T08:36:23.916Z] Step 21/21 : LABEL version=0.0.0 [2021-04-19T08:36:23.916Z] Removing intermediate container 9e7a38f69380 [2021-04-19T08:36:23.916Z] ---> 6d0bc9ef9db6 [2021-04-19T08:36:23.916Z] Step 22/23 : LABEL git_sha=180c5a5e00199f1388c496bd44d1c3638c096986 [2021-04-19T08:36:24.178Z] ---> Running in 47d11a40f79b [2021-04-19T08:36:24.178Z] ---> Running in 3078cfd9c92a [2021-04-19T08:36:24.178Z] ---> Running in c4f1d7179a5d [2021-04-19T08:36:24.439Z] ---> Running in a1e6b754de88 [2021-04-19T08:36:24.439Z] Removing intermediate container 47d11a40f79b [2021-04-19T08:36:24.439Z] ---> f7ddac37e295 [2021-04-19T08:36:24.439Z] [2021-04-19T08:36:24.702Z] Removing intermediate container 3078cfd9c92a [2021-04-19T08:36:24.702Z] ---> d85ca582a178 [2021-04-19T08:36:24.702Z] [2021-04-19T08:36:24.702Z] Removing intermediate container c4f1d7179a5d [2021-04-19T08:36:24.702Z] ---> 377e639fc796 [2021-04-19T08:36:24.702Z] [2021-04-19T08:36:24.702Z] Removing intermediate container a1e6b754de88 [2021-04-19T08:36:24.702Z] ---> d5acb5ce3ec3 [2021-04-19T08:36:24.702Z] Step 23/23 : LABEL version=0.0.0 [2021-04-19T08:36:24.964Z] Successfully built d85ca582a178 [2021-04-19T08:36:24.964Z] Successfully built f7ddac37e295 [2021-04-19T08:36:24.964Z] Successfully built 377e639fc796 [2021-04-19T08:36:24.964Z] ---> Running in 632be56511c4 [2021-04-19T08:36:24.964Z] Successfully tagged docker-core-command-go:latest [2021-04-19T08:36:24.964Z] Successfully tagged docker-support-notifications-go:latest [2021-04-19T08:36:24.964Z]  Building docker-core-command-go ... done  Building docker-support-notifications-go ... done Building docker-support-scheduler-go [2021-04-19T08:36:24.964Z] Building docker-sys-mgmt-agent-go [2021-04-19T08:36:24.964Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-04-19T08:36:24.964Z] Building docker-core-data-go [2021-04-19T08:36:24.964Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container 6cce14389211 [2021-04-19T08:36:24.964Z] ---> e15109a53d94 [2021-04-19T08:36:24.964Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-04-19T08:36:25.227Z] ---> Running in e945fc703f64 [2021-04-19T08:36:25.227Z] Removing intermediate container 632be56511c4 [2021-04-19T08:36:25.227Z] ---> bede5da4a0e0 [2021-04-19T08:36:25.227Z] [2021-04-19T08:36:25.489Z] Successfully built bede5da4a0e0 [2021-04-19T08:36:25.489Z] Removing intermediate container e945fc703f64 [2021-04-19T08:36:25.489Z] ---> 89e82d0fa0c5 [2021-04-19T08:36:25.489Z] Step 22/24 : LABEL arch=x86_64 [2021-04-19T08:36:25.489Z] Successfully tagged docker-core-metadata-go:latest [2021-04-19T08:36:25.489Z] Building docker-security-bootstrapper-go [2021-04-19T08:36:25.489Z]  Building docker-core-metadata-go ... done  ---> Running in 403cf65c6c02 [2021-04-19T08:36:25.489Z] Removing intermediate container 403cf65c6c02 [2021-04-19T08:36:25.489Z] ---> 5e85a613f254 [2021-04-19T08:36:25.489Z] Step 23/24 : LABEL git_sha=180c5a5e00199f1388c496bd44d1c3638c096986 [2021-04-19T08:36:25.751Z] ---> Running in dd18db24305e [2021-04-19T08:36:25.751Z] Removing intermediate container dd18db24305e [2021-04-19T08:36:25.751Z] ---> 8661f4951158 [2021-04-19T08:36:25.751Z] Step 24/24 : LABEL version=0.0.0 [2021-04-19T08:36:25.751Z] ---> Running in 857d529e3f4d [2021-04-19T08:36:26.021Z] Removing intermediate container 857d529e3f4d [2021-04-19T08:36:26.021Z] ---> f75310ef76fd [2021-04-19T08:36:26.021Z] [2021-04-19T08:36:26.283Z] Successfully built f75310ef76fd [2021-04-19T08:36:26.283Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-04-19T08:36:29.603Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.356s coverage: 45.9% of statements [2021-04-19T08:36:29.603Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-04-19T08:36:29.603Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-04-19T08:36:29.603Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-04-19T08:36:29.603Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-04-19T08:36:29.603Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-04-19T08:36:29.603Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-04-19T08:36:29.603Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.127s coverage: 19.8% of statements [2021-04-19T08:36:29.603Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.241s coverage: 100.0% of statements [2021-04-19T08:36:37.928Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.506s coverage: 27.1% of statements [2021-04-19T08:36:37.928Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-04-19T08:36:37.928Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-04-19T08:36:37.928Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-04-19T08:36:37.928Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-04-19T08:36:37.928Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-04-19T08:36:37.928Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-04-19T08:36:37.928Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.141s coverage: 100.0% of statements [2021-04-19T08:36:37.928Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-04-19T08:36:37.928Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.206s coverage: 100.0% of statements [2021-04-19T08:36:37.928Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-04-19T08:36:37.928Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-04-19T08:36:37.928Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.260s coverage: 71.3% of statements [2021-04-19T08:36:37.928Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-04-19T08:36:37.928Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-04-19T08:36:40.597Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.530s coverage: 82.9% of statements [2021-04-19T08:36:40.597Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-04-19T08:36:40.597Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-04-19T08:36:40.597Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.208s coverage: 78.9% of statements [2021-04-19T08:36:40.597Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-04-19T08:36:52.956Z]  Building docker-security-secretstore-setup-go ... done Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-19T08:36:52.956Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-19T08:36:52.956Z] ---> 7d5e58a12001 [2021-04-19T08:36:52.956Z] Step 3/23 : WORKDIR /edgex-go [2021-04-19T08:36:52.956Z] ---> Using cache [2021-04-19T08:36:52.956Z] ---> 987ffecb0f1e [2021-04-19T08:36:52.956Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-19T08:36:52.956Z] ---> Using cache [2021-04-19T08:36:52.956Z] ---> b4d1840761ee [2021-04-19T08:36:52.956Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-04-19T08:36:52.956Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-19T08:36:52.956Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-04-19T08:36:52.956Z] ---> 7d5e58a12001 [2021-04-19T08:36:52.956Z] Step 3/22 : WORKDIR /edgex-go [2021-04-19T08:36:52.956Z] ---> Using cache [2021-04-19T08:36:52.956Z] ---> 987ffecb0f1e [2021-04-19T08:36:52.956Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-19T08:36:52.956Z] ---> Using cache [2021-04-19T08:36:52.956Z] ---> b4d1840761ee [2021-04-19T08:36:52.956Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-04-19T08:36:52.956Z] ---> Using cache [2021-04-19T08:36:52.956Z] ---> eaaf2d9a6e3c [2021-04-19T08:36:52.956Z] Step 6/22 : COPY go.mod . [2021-04-19T08:36:52.956Z] ---> Using cache [2021-04-19T08:36:52.956Z] ---> 8117cd370653 [2021-04-19T08:36:52.956Z] Step 7/22 : RUN go mod download [2021-04-19T08:36:52.956Z] ---> Using cache [2021-04-19T08:36:52.956Z] ---> bc425fae82fc [2021-04-19T08:36:52.956Z] Step 8/22 : COPY . . [2021-04-19T08:36:52.956Z] ---> Using cache [2021-04-19T08:36:52.956Z] ---> b2bb3fad56f0 [2021-04-19T08:36:52.956Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-04-19T08:36:52.956Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-19T08:36:52.956Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-04-19T08:36:52.956Z] ---> 7d5e58a12001 [2021-04-19T08:36:52.956Z] Step 3/31 : WORKDIR /edgex-go [2021-04-19T08:36:52.956Z] ---> Using cache [2021-04-19T08:36:52.956Z] ---> 987ffecb0f1e [2021-04-19T08:36:52.956Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-19T08:36:52.956Z] ---> Using cache [2021-04-19T08:36:52.956Z] ---> b4d1840761ee [2021-04-19T08:36:52.956Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-04-19T08:36:52.956Z] ---> Using cache [2021-04-19T08:36:52.956Z] ---> eaaf2d9a6e3c [2021-04-19T08:36:52.956Z] Step 6/31 : COPY go.mod . [2021-04-19T08:36:52.956Z] ---> Using cache [2021-04-19T08:36:52.956Z] ---> 8117cd370653 [2021-04-19T08:36:52.956Z] Step 7/31 : RUN go mod download [2021-04-19T08:36:52.956Z] ---> Using cache [2021-04-19T08:36:52.956Z] ---> bc425fae82fc [2021-04-19T08:36:52.956Z] Step 8/31 : COPY . . [2021-04-19T08:36:52.956Z] ---> Using cache [2021-04-19T08:36:52.956Z] ---> b2bb3fad56f0 [2021-04-19T08:36:52.956Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-04-19T08:36:52.956Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-19T08:36:52.956Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-19T08:36:52.956Z] ---> 7d5e58a12001 [2021-04-19T08:36:52.956Z] Step 3/23 : WORKDIR /edgex-go [2021-04-19T08:36:52.956Z] ---> Using cache [2021-04-19T08:36:52.956Z] ---> 987ffecb0f1e [2021-04-19T08:36:52.956Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-19T08:36:52.956Z] ---> Using cache [2021-04-19T08:36:52.956Z] ---> b4d1840761ee [2021-04-19T08:36:52.956Z] Step 5/23 : RUN apk add --update --no-cache make bash git [2021-04-19T08:36:52.956Z] ---> Running in 4d69688a7bbf [2021-04-19T08:36:52.956Z] ---> Running in de4f47f196bf [2021-04-19T08:36:52.956Z] ---> Running in b157a9570733 [2021-04-19T08:36:52.956Z] ---> Running in 5e68e5290007 [2021-04-19T08:36:53.555Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-04-19T08:36:53.555Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-04-19T08:36:53.555Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-19T08:36:53.555Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-19T08:36:53.908Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.218s coverage: 28.6% of statements [2021-04-19T08:36:53.908Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-04-19T08:36:53.908Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-04-19T08:36:53.908Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-04-19T08:36:53.908Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-04-19T08:36:53.908Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-04-19T08:36:53.908Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.215s coverage: 100.0% of statements [2021-04-19T08:36:53.908Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-04-19T08:36:53.908Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.183s coverage: 100.0% of statements [2021-04-19T08:36:53.908Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-04-19T08:36:53.908Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.445s coverage: 86.7% of statements [2021-04-19T08:36:53.908Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-04-19T08:36:53.908Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.499s coverage: 97.5% of statements [2021-04-19T08:36:53.908Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-04-19T08:36:53.908Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.280s coverage: 78.3% of statements [2021-04-19T08:36:53.908Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-04-19T08:36:53.908Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-04-19T08:36:53.908Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-04-19T08:36:53.908Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-04-19T08:36:54.136Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-19T08:36:54.136Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-19T08:36:54.723Z] OK: 233 MiB in 51 packages [2021-04-19T08:36:54.723Z] OK: 233 MiB in 51 packages [2021-04-19T08:36:55.688Z] Removing intermediate container 5e68e5290007 [2021-04-19T08:36:55.688Z] ---> 722879307422 [2021-04-19T08:36:55.688Z] Step 6/23 : COPY go.mod . [2021-04-19T08:36:55.966Z] Removing intermediate container b157a9570733 [2021-04-19T08:36:55.966Z] ---> c4414d801b47 [2021-04-19T08:36:55.966Z] Step 6/23 : COPY go.mod . [2021-04-19T08:36:55.966Z] ---> 7e0991c1202d [2021-04-19T08:36:55.966Z] Step 7/23 : RUN go mod download [2021-04-19T08:36:56.241Z] ---> Running in 4555fe4b8106 [2021-04-19T08:36:56.513Z] ---> 692fe4939811 [2021-04-19T08:36:56.513Z] Step 7/23 : RUN go mod download [2021-04-19T08:36:56.513Z] ---> Running in fc42f97595a8 [2021-04-19T08:36:59.894Z] Removing intermediate container 4555fe4b8106 [2021-04-19T08:36:59.894Z] ---> a915777a246a [2021-04-19T08:36:59.894Z] Step 8/23 : COPY . . [2021-04-19T08:36:59.894Z] Removing intermediate container fc42f97595a8 [2021-04-19T08:36:59.894Z] ---> 7f2a122af6f2 [2021-04-19T08:36:59.894Z] Step 8/23 : COPY . . [2021-04-19T08:37:02.230Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.364s coverage: 93.0% of statements [2021-04-19T08:37:02.230Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-04-19T08:37:02.230Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-04-19T08:37:02.230Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-04-19T08:37:02.230Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-04-19T08:37:02.230Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-04-19T08:37:02.230Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-04-19T08:37:02.230Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-04-19T08:37:02.230Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-04-19T08:37:02.230Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-04-19T08:37:02.230Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-04-19T08:37:02.230Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-04-19T08:37:02.230Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-04-19T08:37:02.230Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-04-19T08:37:02.230Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-04-19T08:37:02.230Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-04-19T08:37:02.230Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-04-19T08:37:02.230Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-04-19T08:37:02.230Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-04-19T08:37:02.230Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.139s coverage: 58.8% of statements [2021-04-19T08:37:02.230Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-04-19T08:37:02.230Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-04-19T08:37:02.230Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.325s coverage: 0.9% of statements [2021-04-19T08:37:02.230Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-04-19T08:37:02.230Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-04-19T08:37:02.230Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-04-19T08:37:02.230Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.228s coverage: 47.1% of statements [2021-04-19T08:37:02.230Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.281s coverage: 79.5% of statements [2021-04-19T08:37:02.230Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.126s coverage: 94.1% of statements [2021-04-19T08:37:02.230Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.222s coverage: 96.3% of statements [2021-04-19T08:37:02.230Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.131s coverage: 87.5% of statements [2021-04-19T08:37:14.647Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.138s coverage: 94.4% of statements [2021-04-19T08:37:14.647Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.140s coverage: 44.8% of statements [2021-04-19T08:37:20.041Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.503s coverage: 81.9% of statements [2021-04-19T08:37:20.041Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2021-04-19T08:37:27.078Z] ---> 1ea4ed8f34da [2021-04-19T08:37:27.078Z] Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-04-19T08:37:28.031Z] Removing intermediate container de4f47f196bf [2021-04-19T08:37:28.031Z] ---> 07129c9b4d98 [2021-04-19T08:37:28.031Z] [2021-04-19T08:37:28.031Z] Step 10/31 : FROM alpine:3.12 [2021-04-19T08:37:28.031Z] ---> 13621d1b12d4 [2021-04-19T08:37:28.031Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-04-19T08:37:28.031Z] ---> 6448bc863298 [2021-04-19T08:37:28.031Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-04-19T08:37:28.031Z] ---> Running in 7d0d486d6754 [2021-04-19T08:37:28.031Z] Removing intermediate container 4d69688a7bbf [2021-04-19T08:37:28.031Z] ---> 750f8aacd902 [2021-04-19T08:37:28.031Z] [2021-04-19T08:37:28.031Z] Step 10/22 : FROM alpine:3.12 [2021-04-19T08:37:28.031Z] ---> 13621d1b12d4 [2021-04-19T08:37:28.031Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-04-19T08:37:28.031Z] ---> Using cache [2021-04-19T08:37:28.031Z] ---> fb8967bb4c83 [2021-04-19T08:37:28.032Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-19T08:37:28.032Z] ---> Using cache [2021-04-19T08:37:28.032Z] ---> 1a3b23551429 [2021-04-19T08:37:28.032Z] Step 13/22 : ENV APP_PORT=48085 [2021-04-19T08:37:28.300Z] ---> Running in c920dbb2e9bd [2021-04-19T08:37:28.300Z] ---> Running in 3658a60e07d8 [2021-04-19T08:37:28.300Z] ---> Running in ca64f9ceff91 [2021-04-19T08:37:28.572Z] Removing intermediate container 3658a60e07d8 [2021-04-19T08:37:28.572Z] ---> af637369222b [2021-04-19T08:37:28.572Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-04-19T08:37:28.572Z] Removing intermediate container ca64f9ceff91 [2021-04-19T08:37:28.572Z] ---> 970d500186a7 [2021-04-19T08:37:28.572Z] Step 14/22 : EXPOSE $APP_PORT [2021-04-19T08:37:28.572Z] ---> Running in 78ba1f99cc2c [2021-04-19T08:37:28.838Z] ---> Running in b43fe07e1a88 [2021-04-19T08:37:28.838Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-04-19T08:37:29.123Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-04-19T08:37:29.123Z] Removing intermediate container b43fe07e1a88 [2021-04-19T08:37:29.123Z] ---> 3f5555c4c058 [2021-04-19T08:37:29.123Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-19T08:37:29.395Z] ---> 9aa538a942da [2021-04-19T08:37:29.395Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-04-19T08:37:29.658Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-19T08:37:29.658Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-19T08:37:29.931Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-04-19T08:37:29.931Z] (2/2) Installing su-exec (0.2-r1) [2021-04-19T08:37:29.931Z] Executing busybox-1.31.1-r20.trigger [2021-04-19T08:37:29.931Z] OK: 6 MiB in 16 packages [2021-04-19T08:37:30.210Z] ---> 2b8f22de0c6d [2021-04-19T08:37:30.210Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-04-19T08:37:30.216Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.207s coverage: 92.9% of statements [2021-04-19T08:37:30.216Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-04-19T08:37:30.216Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-04-19T08:37:30.216Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-04-19T08:37:30.216Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.055s coverage: 77.8% of statements [2021-04-19T08:37:30.216Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-04-19T08:37:30.216Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-04-19T08:37:30.216Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-04-19T08:37:30.216Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-04-19T08:37:30.216Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-04-19T08:37:30.216Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.069s coverage: 87.2% of statements [2021-04-19T08:37:30.216Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-04-19T08:37:30.216Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-04-19T08:37:30.216Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.118s coverage: 100.0% of statements [2021-04-19T08:37:30.216Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-04-19T08:37:30.216Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.160s coverage: 75.5% of statements [2021-04-19T08:37:30.216Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-04-19T08:37:30.216Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.132s coverage: 80.8% of statements [2021-04-19T08:37:30.216Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.273s coverage: 87.2% of statements [2021-04-19T08:37:30.216Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.235s coverage: 84.6% of statements [2021-04-19T08:37:30.216Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.285s coverage: 91.6% of statements [2021-04-19T08:37:30.216Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-04-19T08:37:30.216Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.814s coverage: 64.4% of statements [2021-04-19T08:37:30.216Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-04-19T08:37:30.216Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-04-19T08:37:30.216Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.155s coverage: 100.0% of statements [2021-04-19T08:37:30.492Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.100s coverage: 91.3% of statements [2021-04-19T08:37:30.492Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.059s coverage: 100.0% of statements [2021-04-19T08:37:30.793Z] ---> db482c36b3f6 [2021-04-19T08:37:30.793Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-04-19T08:37:31.057Z] ---> Running in 4c1ee30080ee [2021-04-19T08:37:31.057Z] Removing intermediate container 78ba1f99cc2c [2021-04-19T08:37:31.057Z] ---> 2c8a9ec9ea86 [2021-04-19T08:37:31.057Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-04-19T08:37:31.325Z] ---> Running in 666c417cc262 [2021-04-19T08:37:31.325Z] Removing intermediate container 4c1ee30080ee [2021-04-19T08:37:31.325Z] ---> a04867dadc86 [2021-04-19T08:37:31.325Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-19T08:37:31.593Z] ---> Running in b4d52d0acfd8 [2021-04-19T08:37:31.593Z] Removing intermediate container 666c417cc262 [2021-04-19T08:37:31.593Z] ---> 522acf01b9bc [2021-04-19T08:37:31.593Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-04-19T08:37:31.943Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.080s coverage: 73.7% of statements [2021-04-19T08:37:32.555Z] ---> Running in 243e9129a549 [2021-04-19T08:37:32.555Z] Removing intermediate container b4d52d0acfd8 [2021-04-19T08:37:32.555Z] ---> 6f3ea83b0685 [2021-04-19T08:37:32.555Z] Step 20/22 : LABEL arch=x86_64 [2021-04-19T08:37:32.827Z] ---> Running in abfdce78266a [2021-04-19T08:37:32.827Z] Removing intermediate container 243e9129a549 [2021-04-19T08:37:32.827Z] ---> 810975381b10 [2021-04-19T08:37:32.827Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-04-19T08:37:32.935Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.060s coverage: 100.0% of statements [2021-04-19T08:37:33.103Z] ---> Running in d77b1246306e [2021-04-19T08:37:33.103Z] Removing intermediate container abfdce78266a [2021-04-19T08:37:33.103Z] ---> 41699d19e804 [2021-04-19T08:37:33.103Z] Step 21/22 : LABEL git_sha=180c5a5e00199f1388c496bd44d1c3638c096986 [2021-04-19T08:37:33.693Z] ---> Running in 7247715b8427 [2021-04-19T08:37:33.965Z] Removing intermediate container 7247715b8427 [2021-04-19T08:37:33.965Z] ---> f03587341837 [2021-04-19T08:37:33.965Z] Step 22/22 : LABEL version=0.0.0 [2021-04-19T08:37:33.965Z] ---> Running in f008dbf97e3d [2021-04-19T08:37:34.948Z] Removing intermediate container f008dbf97e3d [2021-04-19T08:37:34.948Z] ---> 0196001a37fc [2021-04-19T08:37:34.948Z] [2021-04-19T08:37:35.230Z] Successfully built 0196001a37fc [2021-04-19T08:37:35.230Z] Successfully tagged docker-support-scheduler-go:latest [2021-04-19T08:37:36.330Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.844s coverage: 69.0% of statements [2021-04-19T08:37:36.330Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-04-19T08:37:36.330Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-04-19T08:37:36.330Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-04-19T08:37:36.476Z]  Building docker-support-scheduler-go ... done Removing intermediate container d77b1246306e [2021-04-19T08:37:36.476Z] ---> c0e263b6bb42 [2021-04-19T08:37:36.476Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-04-19T08:37:36.751Z] ---> Running in d5faf48a6865 [2021-04-19T08:37:37.025Z] Removing intermediate container d5faf48a6865 [2021-04-19T08:37:37.025Z] ---> 905ba870d9fc [2021-04-19T08:37:37.025Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-04-19T08:37:37.628Z] ---> 0c85f13a61c8 [2021-04-19T08:37:37.628Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-04-19T08:37:37.628Z] ---> Running in 1867fd060c4d [2021-04-19T08:37:37.799Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.485s coverage: 38.4% of statements [2021-04-19T08:37:37.800Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-04-19T08:37:37.800Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-04-19T08:37:37.800Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.088s coverage: 89.5% of statements [2021-04-19T08:37:37.800Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-04-19T08:37:37.800Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.111s coverage: 84.8% of statements [2021-04-19T08:37:39.608Z] Removing intermediate container 1867fd060c4d [2021-04-19T08:37:39.608Z] ---> 1d1123d3ebe9 [2021-04-19T08:37:39.608Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-19T08:37:40.211Z] ---> 856590f968ca [2021-04-19T08:37:40.211Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-04-19T08:37:41.232Z] ---> 23a76ea84a28 [2021-04-19T08:37:41.232Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-04-19T08:37:41.840Z] ---> ed68cee7472c [2021-04-19T08:37:41.840Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-04-19T08:37:42.448Z] ---> 915400f0e1ec [2021-04-19T08:37:42.448Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-04-19T08:37:43.049Z] ---> 214200b05940 [2021-04-19T08:37:43.049Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-04-19T08:37:43.049Z] ---> Running in ff8e07378ed5 [2021-04-19T08:37:43.330Z] Removing intermediate container ff8e07378ed5 [2021-04-19T08:37:43.330Z] ---> 2601584120d6 [2021-04-19T08:37:43.330Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-04-19T08:37:43.905Z] ---> f101591f7ab2 [2021-04-19T08:37:43.905Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-04-19T08:37:44.481Z] ---> Running in 4190b7bd1033 [2021-04-19T08:37:44.572Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.414s coverage: 47.0% of statements [2021-04-19T08:37:44.572Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-04-19T08:37:44.572Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-04-19T08:37:44.572Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-04-19T08:37:44.572Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-04-19T08:37:44.572Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-04-19T08:37:44.572Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.122s coverage: 100.0% of statements [2021-04-19T08:37:44.572Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-04-19T08:37:44.572Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.116s coverage: 100.0% of statements [2021-04-19T08:37:44.572Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-04-19T08:37:44.572Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-04-19T08:37:44.572Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 0.126s coverage: 10.5% of statements [2021-04-19T08:37:44.572Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-04-19T08:37:46.417Z] Removing intermediate container 4190b7bd1033 [2021-04-19T08:37:46.417Z] ---> 326671fb1ba3 [2021-04-19T08:37:46.417Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-04-19T08:37:46.417Z] ---> Running in b25273d1acef [2021-04-19T08:37:46.560Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.500s coverage: 87.7% of statements [2021-04-19T08:37:46.560Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-04-19T08:37:46.560Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-04-19T08:37:46.560Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-04-19T08:37:46.679Z] Removing intermediate container b25273d1acef [2021-04-19T08:37:46.679Z] ---> 6e679cd7639d [2021-04-19T08:37:46.679Z] Step 28/31 : CMD ["gate"] [2021-04-19T08:37:46.945Z] ---> Running in 6bf4721e5194 [2021-04-19T08:37:47.890Z] Removing intermediate container 6bf4721e5194 [2021-04-19T08:37:47.890Z] ---> b68dcbdf5d3e [2021-04-19T08:37:47.890Z] Step 29/31 : LABEL arch=x86_64 [2021-04-19T08:37:48.839Z] Removing intermediate container 7d0d486d6754 [2021-04-19T08:37:48.839Z] ---> 32ea3d829d43 [2021-04-19T08:37:48.839Z] Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-04-19T08:37:48.839Z] ---> Running in adc666a32a4f [2021-04-19T08:37:48.839Z] ---> Running in 61d02d09ce02 [2021-04-19T08:37:49.107Z] Removing intermediate container adc666a32a4f [2021-04-19T08:37:49.107Z] ---> 0bb9c8967013 [2021-04-19T08:37:49.107Z] Step 30/31 : LABEL git_sha=180c5a5e00199f1388c496bd44d1c3638c096986 [2021-04-19T08:37:49.371Z] ---> Running in 3055046c228b [2021-04-19T08:37:50.764Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-04-19T08:37:50.764Z] Removing intermediate container 3055046c228b [2021-04-19T08:37:50.764Z] ---> 17959442f7d9 [2021-04-19T08:37:50.764Z] Step 31/31 : LABEL version=0.0.0 [2021-04-19T08:37:50.764Z] ---> Running in 4aa21e47bf8c [2021-04-19T08:37:51.029Z] Removing intermediate container 4aa21e47bf8c [2021-04-19T08:37:51.029Z] ---> 0ad79f7d4e9e [2021-04-19T08:37:51.029Z] [2021-04-19T08:37:51.293Z] Successfully built 0ad79f7d4e9e [2021-04-19T08:37:51.293Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-04-19T08:37:53.212Z]  Building docker-security-bootstrapper-go ... done Removing intermediate container 61d02d09ce02 [2021-04-19T08:37:53.212Z] ---> 4cec0b1470a5 [2021-04-19T08:37:53.212Z] [2021-04-19T08:37:53.212Z] Step 11/23 : FROM docker:20.10.0 [2021-04-19T08:37:53.212Z] 20.10.0: Pulling from library/docker [2021-04-19T08:37:53.212Z] Removing intermediate container c920dbb2e9bd [2021-04-19T08:37:53.212Z] ---> a692fd30c2b0 [2021-04-19T08:37:53.212Z] [2021-04-19T08:37:53.212Z] Step 10/23 : FROM alpine:3.12 [2021-04-19T08:37:53.212Z] ---> 13621d1b12d4 [2021-04-19T08:37:53.212Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-04-19T08:37:53.212Z] ---> Running in ec0ad3ddc8df [2021-04-19T08:37:53.474Z] Removing intermediate container ec0ad3ddc8df [2021-04-19T08:37:53.474Z] ---> 23df45ec976a [2021-04-19T08:37:53.474Z] Step 12/23 : ENV APP_PORT=48080 [2021-04-19T08:37:53.792Z] ---> Running in 677a31109728 [2021-04-19T08:37:54.433Z] Removing intermediate container 677a31109728 [2021-04-19T08:37:54.433Z] ---> 76d2640dcadc [2021-04-19T08:37:54.433Z] Step 13/23 : EXPOSE $APP_PORT [2021-04-19T08:37:54.433Z] ---> Running in 016ce758912a [2021-04-19T08:37:54.791Z] Removing intermediate container 016ce758912a [2021-04-19T08:37:54.791Z] ---> a658d52c93a8 [2021-04-19T08:37:54.791Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-19T08:37:54.791Z] ---> Running in 51395d0c5078 [2021-04-19T08:37:54.857Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 4.009s coverage: 29.1% of statements [2021-04-19T08:37:54.857Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-04-19T08:37:54.857Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-04-19T08:37:54.857Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-04-19T08:37:54.857Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-04-19T08:37:54.857Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-04-19T08:37:54.857Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.272s coverage: 99.0% of statements [2021-04-19T08:37:54.857Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-04-19T08:37:54.857Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.183s coverage: 100.0% of statements [2021-04-19T08:37:54.857Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-04-19T08:37:54.857Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-04-19T08:37:54.857Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-04-19T08:37:54.857Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-04-19T08:37:54.857Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.385s coverage: 95.6% of statements [2021-04-19T08:37:54.857Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-04-19T08:37:54.857Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-04-19T08:37:54.857Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-04-19T08:37:54.857Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.045s coverage: 0.0% of statements [2021-04-19T08:37:54.857Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-04-19T08:37:54.857Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.054s coverage: 100.0% of statements [2021-04-19T08:37:54.857Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-04-19T08:37:54.857Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-04-19T08:37:54.857Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-04-19T08:37:54.857Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-04-19T08:37:54.857Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.083s coverage: 87.9% of statements [2021-04-19T08:37:54.857Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-04-19T08:37:54.857Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-04-19T08:37:54.857Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.067s coverage: 100.0% of statements [2021-04-19T08:37:55.452Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.111s coverage: 28.1% of statements [2021-04-19T08:37:55.724Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.086s coverage: 100.0% of statements [2021-04-19T08:37:56.246Z] Removing intermediate container 51395d0c5078 [2021-04-19T08:37:56.246Z] ---> ef8ad0b53318 [2021-04-19T08:37:56.246Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-04-19T08:37:56.246Z] ---> Running in cee0aa3961be [2021-04-19T08:37:56.698Z] GO111MODULE=on go vet ./... [2021-04-19T08:37:56.822Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-19T08:37:57.395Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-19T08:37:57.662Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-04-19T08:37:57.662Z] Status: Downloaded newer image for docker:20.10.0 [2021-04-19T08:37:57.662Z] ---> aefe523efa57 [2021-04-19T08:37:57.662Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' [2021-04-19T08:37:57.662Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-04-19T08:37:57.923Z] (2/6) Installing libgcc (9.3.0-r2) [2021-04-19T08:37:57.923Z] ---> Running in 0b139f3d2801 [2021-04-19T08:37:57.923Z] (3/6) Installing libsodium (1.0.18-r0) [2021-04-19T08:37:58.190Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-04-19T08:37:58.190Z] Removing intermediate container 0b139f3d2801 [2021-04-19T08:37:58.190Z] ---> 557df7a44032 [2021-04-19T08:37:58.190Z] Step 13/23 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 [2021-04-19T08:37:58.190Z] ---> Running in fdee3c6651a3 [2021-04-19T08:37:58.771Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-19T08:37:58.771Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-19T08:37:58.771Z] (5/6) Installing libzmq (4.3.3-r0) [2021-04-19T08:37:59.034Z] (1/39) Installing readline (8.0.4-r0) [2021-04-19T08:37:59.034Z] (2/39) Installing bash (5.0.17-r0) [2021-04-19T08:37:59.034Z] Executing bash-5.0.17-r0.post-install [2021-04-19T08:37:59.034Z] (3/39) Installing nghttp2-libs (1.41.0-r0) [2021-04-19T08:37:59.034Z] (4/39) Installing libcurl (7.76.1-r0) [2021-04-19T08:37:59.034Z] (5/39) Installing curl (7.76.1-r0) [2021-04-19T08:37:59.034Z] (6/39) Installing dumb-init (1.2.2-r1) [2021-04-19T08:37:59.034Z] (7/39) Installing libbz2 (1.0.8-r1) [2021-04-19T08:37:59.034Z] (8/39) Installing expat (2.2.9-r1) [2021-04-19T08:37:59.034Z] (9/39) Installing libffi (3.3-r2) [2021-04-19T08:37:59.034Z] (10/39) Installing gdbm (1.13-r1) [2021-04-19T08:37:59.034Z] (11/39) Installing xz-libs (5.2.5-r0) [2021-04-19T08:37:59.034Z] (12/39) Installing sqlite-libs (3.32.1-r0) [2021-04-19T08:37:59.034Z] (13/39) Installing python3 (3.8.8-r0) [2021-04-19T08:37:59.295Z] (6/6) Installing zeromq (4.3.3-r0) [2021-04-19T08:37:59.295Z] Executing busybox-1.31.1-r20.trigger [2021-04-19T08:37:59.295Z] OK: 8 MiB in 20 packages [2021-04-19T08:38:02.606Z] (14/39) Installing py3-appdirs (1.4.4-r1) [2021-04-19T08:38:02.606Z] (15/39) Installing py3-ordered-set (4.0.1-r0) [2021-04-19T08:38:02.606Z] (16/39) Installing py3-parsing (2.4.7-r0) [2021-04-19T08:38:02.606Z] (17/39) Installing py3-six (1.15.0-r0) [2021-04-19T08:38:02.606Z] (18/39) Installing py3-packaging (20.4-r0) [2021-04-19T08:38:02.606Z] (19/39) Installing py3-setuptools (47.0.0-r0) [2021-04-19T08:38:02.606Z] (20/39) Installing py3-chardet (3.0.4-r4) [2021-04-19T08:38:03.549Z] (21/39) Installing py3-idna (2.9-r0) [2021-04-19T08:38:03.549Z] (22/39) Installing py3-certifi (2020.4.5.1-r0) [2021-04-19T08:38:03.549Z] (23/39) Installing py3-urllib3 (1.25.9-r0) [2021-04-19T08:38:03.549Z] Removing intermediate container cee0aa3961be [2021-04-19T08:38:03.549Z] ---> a3f9a378dc13 [2021-04-19T08:38:03.549Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-19T08:38:03.549Z] (24/39) Installing py3-requests (2.23.0-r0) [2021-04-19T08:38:03.549Z] (25/39) Installing py3-msgpack (1.0.0-r0) [2021-04-19T08:38:03.549Z] (26/39) Installing py3-lockfile (0.12.2-r3) [2021-04-19T08:38:03.811Z] (27/39) Installing py3-cachecontrol (0.12.6-r0) [2021-04-19T08:38:03.811Z] (28/39) Installing py3-colorama (0.4.3-r0) [2021-04-19T08:38:03.811Z] (29/39) Installing py3-distlib (0.3.0-r0) [2021-04-19T08:38:03.811Z] (30/39) Installing py3-distro (1.5.0-r1) [2021-04-19T08:38:03.811Z] (31/39) Installing py3-webencodings (0.5.1-r3) [2021-04-19T08:38:03.811Z] (32/39) Installing py3-html5lib (1.0.1-r4) [2021-04-19T08:38:03.811Z] (33/39) Installing py3-pytoml (0.1.21-r0) [2021-04-19T08:38:03.811Z] (34/39) Installing py3-pep517 (0.8.2-r0) [2021-04-19T08:38:03.811Z] (35/39) Installing py3-progress (1.5-r0) [2021-04-19T08:38:03.811Z] (36/39) Installing py3-toml (0.10.1-r0) [2021-04-19T08:38:03.811Z] (37/39) Installing py3-retrying (1.3.3-r0) [2021-04-19T08:38:03.811Z] (38/39) Installing py3-contextlib2 (0.6.0-r0) [2021-04-19T08:38:03.811Z] (39/39) Installing py3-pip (20.1.1-r0) [2021-04-19T08:38:05.201Z] Executing busybox-1.31.1-r19.trigger [2021-04-19T08:38:05.201Z] ---> 12e39ab5635d [2021-04-19T08:38:05.201Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-04-19T08:38:05.201Z] OK: 72 MiB in 59 packages [2021-04-19T08:38:05.773Z] ---> 884015db468d [2021-04-19T08:38:05.773Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-04-19T08:38:06.034Z] ---> d9bee7f47ab9 [2021-04-19T08:38:06.034Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-04-19T08:38:06.295Z] ---> Running in 2026faeb2488 [2021-04-19T08:38:06.295Z] Collecting docker-compose==1.23.2 [2021-04-19T08:38:06.295Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-04-19T08:38:06.295Z] Removing intermediate container 2026faeb2488 [2021-04-19T08:38:06.295Z] ---> 7f9370428fc3 [2021-04-19T08:38:06.295Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-19T08:38:06.295Z] ---> Running in 629c4f1f152e [2021-04-19T08:38:06.557Z] Collecting jsonschema<3,>=2.5.1 [2021-04-19T08:38:06.557Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-04-19T08:38:06.557Z] Collecting texttable<0.10,>=0.9.0 [2021-04-19T08:38:06.557Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-04-19T08:38:06.557Z] Removing intermediate container 629c4f1f152e [2021-04-19T08:38:06.557Z] ---> dec9a2b22204 [2021-04-19T08:38:06.557Z] Step 21/23 : LABEL arch=x86_64 [2021-04-19T08:38:06.557Z] ---> Running in 925c6d94ba79 [2021-04-19T08:38:06.818Z] Removing intermediate container 925c6d94ba79 [2021-04-19T08:38:06.818Z] ---> 12f86a3c05aa [2021-04-19T08:38:06.818Z] Step 22/23 : LABEL git_sha=180c5a5e00199f1388c496bd44d1c3638c096986 [2021-04-19T08:38:06.818Z] ---> Running in 69e98b3337cf [2021-04-19T08:38:07.080Z] Removing intermediate container 69e98b3337cf [2021-04-19T08:38:07.080Z] ---> fa4d58efe689 [2021-04-19T08:38:07.080Z] Step 23/23 : LABEL version=0.0.0 [2021-04-19T08:38:07.080Z] ---> Running in cea626198410 [2021-04-19T08:38:07.342Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-04-19T08:38:07.342Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-04-19T08:38:07.342Z] Removing intermediate container cea626198410 [2021-04-19T08:38:07.342Z] ---> a975dbe9b3af [2021-04-19T08:38:07.342Z] [2021-04-19T08:38:07.603Z] Collecting PyYAML<4,>=3.10 [2021-04-19T08:38:07.603Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-04-19T08:38:07.603Z] Successfully built a975dbe9b3af [2021-04-19T08:38:07.603Z] Successfully tagged docker-core-data-go:latest [2021-04-19T08:38:08.546Z]  Building docker-core-data-go ... done Collecting dockerpty<0.5,>=0.4.1 [2021-04-19T08:38:08.546Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-04-19T08:38:08.808Z] Collecting docker<4.0,>=3.6.0 [2021-04-19T08:38:08.808Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-04-19T08:38:09.070Z] Collecting docopt<0.7,>=0.6.1 [2021-04-19T08:38:09.070Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-04-19T08:38:09.644Z] Collecting websocket-client<1.0,>=0.32.0 [2021-04-19T08:38:09.644Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-04-19T08:38:09.644Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2021-04-19T08:38:09.645Z] Collecting cached-property<2,>=1.2.0 [2021-04-19T08:38:09.645Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-04-19T08:38:09.645Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2021-04-19T08:38:09.645Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2021-04-19T08:38:09.907Z] Collecting urllib3<1.25,>=1.21.1 [2021-04-19T08:38:09.907Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-04-19T08:38:09.907Z] Collecting idna<2.8,>=2.5 [2021-04-19T08:38:09.907Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-04-19T08:38:09.907Z] Collecting docker-pycreds>=0.4.0 [2021-04-19T08:38:09.907Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-04-19T08:38:09.907Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-04-19T08:38:09.907Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-04-19T08:38:09.907Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-04-19T08:38:09.907Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-04-19T08:38:10.168Z] Installing collected packages: jsonschema, texttable, urllib3, idna, requests, PyYAML, dockerpty, docker-pycreds, websocket-client, docker, docopt, cached-property, docker-compose [2021-04-19T08:38:10.168Z] Running setup.py install for texttable: started [2021-04-19T08:38:10.740Z] Running setup.py install for texttable: finished with status 'done' [2021-04-19T08:38:10.740Z] Attempting uninstall: urllib3 [2021-04-19T08:38:10.740Z] Found existing installation: urllib3 1.25.9 [2021-04-19T08:38:10.740Z] Uninstalling urllib3-1.25.9: [2021-04-19T08:38:10.740Z] Successfully uninstalled urllib3-1.25.9 [2021-04-19T08:38:11.002Z] Attempting uninstall: idna [2021-04-19T08:38:11.002Z] Found existing installation: idna 2.9 [2021-04-19T08:38:11.002Z] Uninstalling idna-2.9: [2021-04-19T08:38:11.002Z] Successfully uninstalled idna-2.9 [2021-04-19T08:38:11.266Z] Attempting uninstall: requests [2021-04-19T08:38:11.266Z] Found existing installation: requests 2.23.0 [2021-04-19T08:38:11.266Z] Uninstalling requests-2.23.0: [2021-04-19T08:38:11.266Z] Successfully uninstalled requests-2.23.0 [2021-04-19T08:38:11.537Z] Running setup.py install for PyYAML: started [2021-04-19T08:38:12.109Z] Running setup.py install for PyYAML: finished with status 'done' [2021-04-19T08:38:12.109Z] Running setup.py install for dockerpty: started [2021-04-19T08:38:12.682Z] Running setup.py install for dockerpty: finished with status 'done' [2021-04-19T08:38:12.943Z] Running setup.py install for docopt: started [2021-04-19T08:38:13.204Z] Running setup.py install for docopt: finished with status 'done' [2021-04-19T08:38:13.467Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.58.0 [2021-04-19T08:38:21.617Z] Removing intermediate container fdee3c6651a3 [2021-04-19T08:38:21.617Z] ---> 5ec661bfd577 [2021-04-19T08:38:21.617Z] Step 14/23 : ENV APP_PORT=48090 [2021-04-19T08:38:21.617Z] ---> Running in 89ee3435494e [2021-04-19T08:38:21.617Z] Removing intermediate container 89ee3435494e [2021-04-19T08:38:21.617Z] ---> 776054f53c12 [2021-04-19T08:38:21.617Z] Step 15/23 : EXPOSE $APP_PORT [2021-04-19T08:38:21.617Z] ---> Running in 9bd60a76000f [2021-04-19T08:38:21.617Z] Removing intermediate container 9bd60a76000f [2021-04-19T08:38:21.617Z] ---> bf533d7d9cea [2021-04-19T08:38:21.617Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-04-19T08:38:22.188Z] ---> bd20dfb76845 [2021-04-19T08:38:22.188Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-04-19T08:38:22.448Z] ---> d3076604ee55 [2021-04-19T08:38:22.448Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-04-19T08:38:22.710Z] ---> 2918b3d396c7 [2021-04-19T08:38:22.710Z] Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-04-19T08:38:22.710Z] ---> Running in fcbdce337c03 [2021-04-19T08:38:22.971Z] Removing intermediate container fcbdce337c03 [2021-04-19T08:38:22.971Z] ---> 974e1c239f36 [2021-04-19T08:38:22.971Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-19T08:38:22.971Z] ---> Running in 5749ca35fe50 [2021-04-19T08:38:23.232Z] Removing intermediate container 5749ca35fe50 [2021-04-19T08:38:23.233Z] ---> d7c98b6c216e [2021-04-19T08:38:23.233Z] Step 21/23 : LABEL arch=x86_64 [2021-04-19T08:38:23.233Z] ---> Running in fe1918b68cee [2021-04-19T08:38:23.494Z] Removing intermediate container fe1918b68cee [2021-04-19T08:38:23.494Z] ---> a543200db229 [2021-04-19T08:38:23.494Z] Step 22/23 : LABEL git_sha=180c5a5e00199f1388c496bd44d1c3638c096986 [2021-04-19T08:38:23.494Z] ---> Running in 33e344a01519 [2021-04-19T08:38:23.757Z] Removing intermediate container 33e344a01519 [2021-04-19T08:38:23.757Z] ---> f5852b3e9128 [2021-04-19T08:38:23.757Z] Step 23/23 : LABEL version=0.0.0 [2021-04-19T08:38:23.757Z] ---> Running in ac30b3597fa4 [2021-04-19T08:38:23.757Z] Removing intermediate container ac30b3597fa4 [2021-04-19T08:38:23.757Z] ---> 5d35762be35a [2021-04-19T08:38:23.757Z] [2021-04-19T08:38:24.019Z] Successfully built 5d35762be35a [2021-04-19T08:38:24.019Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-04-19T08:38:24.290Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-04-19T08:38:24.297Z] $ docker stop --time=1 547ecc18a8cba97eb202d1eddf3a79aa097e9602a5a36e7fee160091c3554eaa [2021-04-19T08:38:25.890Z] $ docker rm -f 547ecc18a8cba97eb202d1eddf3a79aa097e9602a5a36e7fee160091c3554eaa [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-19T08:38:26.318Z] + docker images [2021-04-19T08:38:26.318Z] + grep docker [2021-04-19T08:38:26.581Z] docker-sys-mgmt-agent-go latest 5d35762be35a 3 seconds ago 312MB [2021-04-19T08:38:26.581Z] docker-core-data-go latest a975dbe9b3af 19 seconds ago 22.9MB [2021-04-19T08:38:26.581Z] docker-security-bootstrapper-go latest 0ad79f7d4e9e 36 seconds ago 19.3MB [2021-04-19T08:38:26.581Z] docker-support-scheduler-go latest 0196001a37fc 52 seconds ago 17.6MB [2021-04-19T08:38:26.581Z] docker-core-metadata-go latest bede5da4a0e0 2 minutes ago 19.2MB [2021-04-19T08:38:26.581Z] docker-security-secretstore-setup-go latest f75310ef76fd 2 minutes ago 26.3MB [2021-04-19T08:38:26.581Z] docker-security-proxy-setup-go latest 377e639fc796 2 minutes ago 26MB [2021-04-19T08:38:26.581Z] docker-support-notifications-go latest f7ddac37e295 2 minutes ago 18.2MB [2021-04-19T08:38:26.581Z] docker-core-command-go latest d85ca582a178 2 minutes ago 17.5MB [2021-04-19T08:38:26.581Z] docker 20.10.0 aefe523efa57 4 months ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node [2021-04-19T08:38:41.812Z] Still waiting to schedule task [2021-04-19T08:38:41.813Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2021-04-19T08:39:32.384Z] Running on prd-ubuntu18.04-docker-8c-8g-755 in /w/workspace/edgexfoundry_edgex-go_PR-3373 [Pipeline] { [Pipeline] ws [2021-04-19T08:39:32.401Z] Running in /w/workspace/edgex-go/4 [Pipeline] { [Pipeline] checkout [2021-04-19T08:39:33.575Z] gofmt -l . [2021-04-19T08:39:33.575Z] [ "`gofmt -l .`" = "" ] [2021-04-19T08:39:33.575Z] ./bin/test-go-mod-tidy.sh [2021-04-19T08:39:33.575Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-04-19T08:39:34.277Z] + ls -al . [2021-04-19T08:39:34.277Z] total 824 [2021-04-19T08:39:34.277Z] drwxrwxr-x 9 1001 1001 4096 Apr 19 08:39 . [2021-04-19T08:39:34.277Z] drwxr-xr-x 4 root root 4096 Apr 19 08:34 .. [2021-04-19T08:39:34.277Z] -rw-rw-r-- 1 1001 1001 11 Apr 19 08:33 .dockerignore [2021-04-19T08:39:34.277Z] drwxrwxr-x 8 1001 1001 4096 Apr 19 08:33 .git [2021-04-19T08:39:34.277Z] drwxrwxr-x 3 1001 1001 4096 Apr 19 08:33 .github [2021-04-19T08:39:34.277Z] -rw-rw-r-- 1 1001 1001 818 Apr 19 08:33 .gitignore [2021-04-19T08:39:34.277Z] -rw-rw-r-- 1 1001 1001 166 Apr 19 08:33 .sonarcloud.properties [2021-04-19T08:39:34.277Z] -rw-rw-r-- 1 1001 1001 8609 Apr 19 08:33 Attribution.txt [2021-04-19T08:39:34.277Z] -rw-rw-r-- 1 1001 1001 3804 Apr 19 08:33 CONTRIBUTING.md [2021-04-19T08:39:34.277Z] -rw-rw-r-- 1 1001 1001 931 Apr 19 08:33 Dockerfile.build [2021-04-19T08:39:34.277Z] -rw-rw-r-- 1 1001 1001 863 Apr 19 08:33 Jenkinsfile [2021-04-19T08:39:34.277Z] -rw-rw-r-- 1 1001 1001 10775 Apr 19 08:33 LICENSE [2021-04-19T08:39:34.277Z] -rw-rw-r-- 1 1001 1001 5774 Apr 19 08:33 Makefile [2021-04-19T08:39:34.277Z] -rw-rw-r-- 1 1001 1001 6548 Apr 19 08:33 README.md [2021-04-19T08:39:34.277Z] -rw-rw-r-- 1 1001 1001 6755 Apr 19 08:33 SECURITY.md [2021-04-19T08:39:34.277Z] -rw-rw-r-- 1 1001 1001 5 Apr 19 08:30 VERSION [2021-04-19T08:39:34.277Z] -rw-rw-r-- 1 1001 1001 4131 Apr 19 08:33 ZMQWindows.md [2021-04-19T08:39:34.277Z] drwxrwxr-x 2 1001 1001 4096 Apr 19 08:33 bin [2021-04-19T08:39:34.277Z] drwxrwxr-x 14 1001 1001 4096 Apr 19 08:33 cmd [2021-04-19T08:39:34.277Z] -rw-r--r-- 1 root root 687366 Apr 19 08:37 coverage.out [2021-04-19T08:39:34.277Z] -rw-r--r-- 1 root root 1058 Apr 19 08:39 go.mod [2021-04-19T08:39:34.277Z] -rw-r--r-- 1 root root 22256 Apr 19 08:39 go.sum [2021-04-19T08:39:34.277Z] drwxrwxr-x 8 1001 1001 4096 Apr 19 08:33 internal [2021-04-19T08:39:34.277Z] drwxrwxr-x 4 1001 1001 4096 Apr 19 08:33 openapi [2021-04-19T08:39:34.277Z] drwxrwxr-x 4 1001 1001 4096 Apr 19 08:33 snap [2021-04-19T08:39:34.277Z] -rw-rw-r-- 1 1001 1001 168 Apr 19 08:33 version.go [Pipeline] sh [2021-04-19T08:39:34.932Z] using credential edgex-jenkins-ssh [2021-04-19T08:39:34.950Z] Cloning the remote Git repository [2021-04-19T08:39:34.952Z] + '[' -e coverage.out ] [2021-04-19T08:39:34.952Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-04-19T08:39:34.984Z] Warning: overwriting stash ‘coverage-report’ [2021-04-19T08:39:34.976Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-04-19T08:39:35.049Z] > git init /w/workspace/edgex-go/4 # timeout=10 [2021-04-19T08:39:35.076Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-04-19T08:39:35.076Z] > git --version # timeout=10 [2021-04-19T08:39:35.084Z] > git --version # 'git version 2.17.1' [2021-04-19T08:39:35.085Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-19T08:39:35.107Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-19T08:39:36.731Z] Stashed 1 file(s) [Pipeline] sh [2021-04-19T08:39:37.418Z] + make build [2021-04-19T08:39:37.418Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-04-19T08:39:43.696Z] Merging remotes/origin/master commit b1882bac436620be465db7044db985b75d91785f into PR head commit 20588365246b73df22a60e48e86add1e0ba26317 [2021-04-19T08:39:43.060Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-04-19T08:39:43.066Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-19T08:39:43.087Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-04-19T08:39:43.099Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-04-19T08:39:43.099Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-19T08:39:43.104Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3373/head:refs/remotes/origin/PR-3373 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-19T08:39:43.710Z] > git config core.sparsecheckout # timeout=10 [2021-04-19T08:39:43.719Z] > git checkout -f 20588365246b73df22a60e48e86add1e0ba26317 # timeout=10 [2021-04-19T08:39:43.975Z] Merge succeeded, producing 955268b6508adf7b9bd5c3eb5014b51737184473 [2021-04-19T08:39:43.975Z] Checking out Revision 955268b6508adf7b9bd5c3eb5014b51737184473 (PR-3373) [2021-04-19T08:39:43.853Z] > git remote # timeout=10 [2021-04-19T08:39:43.860Z] > git config --get remote.origin.url # timeout=10 [2021-04-19T08:39:43.865Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-19T08:39:43.869Z] > git merge b1882bac436620be465db7044db985b75d91785f # timeout=10 [2021-04-19T08:39:43.971Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-04-19T08:39:43.982Z] > git config core.sparsecheckout # timeout=10 [2021-04-19T08:39:43.986Z] > git checkout -f 955268b6508adf7b9bd5c3eb5014b51737184473 # timeout=10 [2021-04-19T08:39:47.630Z] Commit message: "Merge commit 'b1882bac436620be465db7044db985b75d91785f' into HEAD" [2021-04-19T08:39:47.638Z] > git rev-list --no-walk 20588365246b73df22a60e48e86add1e0ba26317 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-19T08:39:48.722Z] + echo snap-build.sh [2021-04-19T08:39:48.722Z] snap-build.sh [2021-04-19T08:39:48.722Z] + SNAP_BASE_DIR=. [2021-04-19T08:39:48.722Z] + '[' '!' -z /w/workspace/edgex-go/4 ']' [2021-04-19T08:39:48.722Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/4 [2021-04-19T08:39:48.722Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/4]' [2021-04-19T08:39:48.722Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/4] [2021-04-19T08:39:48.722Z] + cd /w/workspace/edgex-go/4 [2021-04-19T08:39:48.722Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-04-19T08:39:48.722Z] Reading package lists... [2021-04-19T08:39:48.996Z] Building dependency tree... [2021-04-19T08:39:48.996Z] Reading state information... [2021-04-19T08:39:48.996Z] The following packages were automatically installed and are no longer required: [2021-04-19T08:39:48.996Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-04-19T08:39:48.996Z] uidmap xdelta3 [2021-04-19T08:39:48.996Z] Use 'sudo apt autoremove' to remove them. [2021-04-19T08:39:48.996Z] The following packages will be REMOVED: [2021-04-19T08:39:48.996Z] lxd* lxd-client* [2021-04-19T08:39:49.570Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-04-19T08:39:49.570Z] After this operation, 31.7 MB disk space will be freed. [2021-04-19T08:39:50.053Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-04-19T08:39:50.876Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 190027 files and directories currently installed.) [2021-04-19T08:39:50.876Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-04-19T08:39:51.820Z] Removing lxd dnsmasq configuration [2021-04-19T08:39:51.820Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-04-19T08:39:52.080Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-04-19T08:39:52.654Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-04-19T08:39:52.914Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 189852 files and directories currently installed.) [2021-04-19T08:39:53.177Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-04-19T08:39:54.574Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-04-19T08:39:54.836Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-04-19T08:39:56.226Z] + sudo snap remove --purge lxd [2021-04-19T08:39:56.488Z] snap "lxd" is not installed [2021-04-19T08:39:56.488Z] + sudo groupadd --force --system lxd [2021-04-19T08:39:56.488Z] ++ whoami [2021-04-19T08:39:56.488Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-04-19T08:39:56.488Z] + newgrp - lxd [2021-04-19T08:39:56.488Z] + sudo snap install lxd [2021-04-19T08:40:04.637Z] 2021-04-19T08:40:02Z INFO Waiting for automatic snapd restart... [2021-04-19T08:40:19.570Z] lxd 4.13 from Canonical* installed [2021-04-19T08:40:19.570Z] + sudo lxd init --auto [2021-04-19T08:40:22.406Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-04-19T08:40:24.391Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-04-19T08:40:29.586Z] + sudo snap install --classic snapcraft [2021-04-19T08:40:31.106Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-04-19T08:40:32.536Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-04-19T08:40:34.903Z] snapcraft 4.6.2 from Canonical* installed [2021-04-19T08:40:34.903Z] + '[' -f snap/local/build-helpers/bin/minimal-snap-build.sh ']' [2021-04-19T08:40:34.903Z] + ./snap/local/build-helpers/bin/minimal-snap-build.sh [2021-04-19T08:40:34.903Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-19T08:40:34.903Z] Dload Upload Total Spent Left Speed [2021-04-19T08:40:34.903Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 627 100 627 0 0 4478 0 --:--:-- --:--:-- --:--:-- 4478 [2021-04-19T08:40:34.903Z] 100 3325k 100 3325k 0 0 12.1M 0 --:--:-- --:--:-- --:--:-- 12.1M [2021-04-19T08:40:34.903Z] ./yq_linux_amd64 [2021-04-19T08:40:34.903Z] + sudo snapcraft prime --use-lxd [2021-04-19T08:40:36.830Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-04-19T08:40:36.830Z] The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: [2021-04-19T08:40:36.830Z] - README.md [2021-04-19T08:40:36.830Z] [2021-04-19T08:40:36.830Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-04-19T08:40:37.775Z] Launching a container. [2021-04-19T08:40:39.251Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-04-19T08:40:44.649Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-04-19T08:40:50.031Z] Waiting for container to be ready [2021-04-19T08:40:50.611Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-04-19T08:40:50.611Z] [2021-04-19T08:40:51.377Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-04-19T08:40:54.822Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-04-19T08:40:55.085Z] Waiting for network to be ready... [2021-04-19T08:40:55.657Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-04-19T08:40:55.657Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-04-19T08:40:56.231Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1693 kB] [2021-04-19T08:40:56.231Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-04-19T08:40:56.231Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-04-19T08:40:56.495Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-04-19T08:40:56.495Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-04-19T08:40:56.495Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-04-19T08:40:56.495Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-04-19T08:40:56.495Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-04-19T08:40:56.495Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-04-19T08:40:56.759Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [317 kB] [2021-04-19T08:40:56.759Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] [2021-04-19T08:40:56.759Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-04-19T08:40:56.759Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [302 kB] [2021-04-19T08:40:56.759Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [40.4 kB] [2021-04-19T08:40:56.759Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1122 kB] [2021-04-19T08:40:56.795Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-04-19T08:40:57.020Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [253 kB] [2021-04-19T08:40:57.020Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-04-19T08:40:57.020Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2036 kB] [2021-04-19T08:40:57.282Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [409 kB] [2021-04-19T08:40:57.282Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] [2021-04-19T08:40:57.282Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-04-19T08:40:57.282Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [323 kB] [2021-04-19T08:40:57.282Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [43.8 kB] [2021-04-19T08:40:57.282Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1732 kB] [2021-04-19T08:40:57.282Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [368 kB] [2021-04-19T08:41:01.516Z] Fetched 24.4 MB in 6s (4047 kB/s) [2021-04-19T08:41:02.202Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-04-19T08:41:02.902Z] Reading package lists... [2021-04-19T08:41:03.163Z] Reading package lists... [2021-04-19T08:41:03.427Z] Building dependency tree... [2021-04-19T08:41:03.427Z] Reading state information... [2021-04-19T08:41:03.427Z] The following additional packages will be installed: [2021-04-19T08:41:03.427Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-04-19T08:41:03.427Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-04-19T08:41:03.427Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-04-19T08:41:03.427Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-04-19T08:41:03.427Z] Suggested packages: [2021-04-19T08:41:03.427Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-04-19T08:41:03.427Z] Recommended packages: [2021-04-19T08:41:03.427Z] gnupg libsasl2-modules [2021-04-19T08:41:03.427Z] The following NEW packages will be installed: [2021-04-19T08:41:03.427Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-04-19T08:41:03.427Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-04-19T08:41:03.427Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-04-19T08:41:03.427Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-04-19T08:41:03.427Z] The following packages will be upgraded: [2021-04-19T08:41:03.427Z] gpg gpg-agent gpgconf libudev1 [2021-04-19T08:41:03.689Z] 4 upgraded, 18 newly installed, 0 to remove and 106 not upgraded. [2021-04-19T08:41:03.689Z] Need to get 3529 kB of archives. [2021-04-19T08:41:03.689Z] After this operation, 13.3 MB of additional disk space will be used. [2021-04-19T08:41:03.689Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] [2021-04-19T08:41:03.689Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] [2021-04-19T08:41:03.689Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB] [2021-04-19T08:41:03.689Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.10 [154 kB] [2021-04-19T08:41:03.689Z] Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.46 [58.4 kB] [2021-04-19T08:41:03.955Z] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.46 [1102 kB] [2021-04-19T08:41:04.528Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-04-19T08:41:04.529Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-04-19T08:41:04.529Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] [2021-04-19T08:41:04.529Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] [2021-04-19T08:41:04.529Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] [2021-04-19T08:41:04.529Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-04-19T08:41:04.529Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-04-19T08:41:04.529Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-04-19T08:41:04.529Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-04-19T08:41:04.529Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-04-19T08:41:04.529Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-04-19T08:41:04.529Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-04-19T08:41:04.529Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-04-19T08:41:04.529Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-04-19T08:41:04.529Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-04-19T08:41:04.529Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] [2021-04-19T08:41:04.791Z] debconf: delaying package configuration, since apt-utils is not installed [2021-04-19T08:41:04.791Z] Fetched 3529 kB in 1s (3469 kB/s) [2021-04-19T08:41:04.791Z] (Reading database ... 12511 files and directories currently installed.) [2021-04-19T08:41:04.791Z] Preparing to unpack .../libudev1_237-3ubuntu10.46_amd64.deb ... [2021-04-19T08:41:04.791Z] Unpacking libudev1:amd64 (237-3ubuntu10.46) over (237-3ubuntu10) ... [2021-04-19T08:41:05.053Z] Setting up libudev1:amd64 (237-3ubuntu10.46) ... [2021-04-19T08:41:05.053Z] Selecting previously unselected package udev. [2021-04-19T08:41:05.053Z] (Reading database ... 12511 files and directories currently installed.) [2021-04-19T08:41:05.053Z] Preparing to unpack .../00-udev_237-3ubuntu10.46_amd64.deb ... [2021-04-19T08:41:05.314Z] Unpacking udev (237-3ubuntu10.46) ... [2021-04-19T08:41:05.577Z] Selecting previously unselected package libfuse2:amd64. [2021-04-19T08:41:05.577Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-04-19T08:41:05.577Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-04-19T08:41:05.577Z] Selecting previously unselected package fuse. [2021-04-19T08:41:05.577Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-04-19T08:41:05.577Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-04-19T08:41:05.577Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... [2021-04-19T08:41:05.577Z] Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-04-19T08:41:05.839Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... [2021-04-19T08:41:05.839Z] Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-04-19T08:41:06.101Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... [2021-04-19T08:41:06.101Z] Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-04-19T08:41:06.101Z] Selecting previously unselected package libksba8:amd64. [2021-04-19T08:41:06.101Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-04-19T08:41:06.101Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-04-19T08:41:06.364Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-04-19T08:41:06.364Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-19T08:41:06.364Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-19T08:41:06.364Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-04-19T08:41:06.364Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-19T08:41:06.364Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-19T08:41:06.532Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-04-19T08:41:06.626Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-04-19T08:41:06.626Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-19T08:41:06.626Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-19T08:41:06.626Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-04-19T08:41:06.626Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-19T08:41:06.889Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-19T08:41:06.889Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-04-19T08:41:06.889Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-19T08:41:06.889Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-19T08:41:07.151Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-04-19T08:41:07.151Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-19T08:41:07.151Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-19T08:41:07.151Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-04-19T08:41:07.151Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-19T08:41:07.151Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-19T08:41:07.413Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-04-19T08:41:07.413Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-19T08:41:07.413Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-19T08:41:07.413Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-04-19T08:41:07.413Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-19T08:41:07.413Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-19T08:41:07.413Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-04-19T08:41:07.413Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-04-19T08:41:07.413Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-04-19T08:41:07.674Z] Selecting previously unselected package libsasl2-2:amd64. [2021-04-19T08:41:07.674Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-04-19T08:41:07.674Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-04-19T08:41:07.674Z] Selecting previously unselected package libldap-common. [2021-04-19T08:41:07.674Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... [2021-04-19T08:41:07.674Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-04-19T08:41:07.936Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-04-19T08:41:07.936Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... [2021-04-19T08:41:07.936Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-04-19T08:41:07.936Z] Selecting previously unselected package dirmngr. [2021-04-19T08:41:07.936Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... [2021-04-19T08:41:07.936Z] Unpacking dirmngr (2.2.4-1ubuntu1.4) ... [2021-04-19T08:41:08.209Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-04-19T08:41:08.209Z] Setting up gpgconf (2.2.4-1ubuntu1.4) ... [2021-04-19T08:41:08.209Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-04-19T08:41:08.209Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-04-19T08:41:08.209Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-04-19T08:41:08.209Z] Setting up gpg-agent (2.2.4-1ubuntu1.4) ... [2021-04-19T08:41:08.209Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-19T08:41:08.470Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-04-19T08:41:08.471Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-04-19T08:41:08.471Z] Setting up udev (237-3ubuntu10.46) ... [2021-04-19T08:41:08.732Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-04-19T08:41:08.994Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-19T08:41:08.994Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-04-19T08:41:08.994Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-04-19T08:41:08.994Z] Setting up gpg (2.2.4-1ubuntu1.4) ... [2021-04-19T08:41:08.994Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-19T08:41:08.994Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-19T08:41:09.256Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-19T08:41:09.256Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-19T08:41:09.256Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-19T08:41:09.256Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-19T08:41:09.256Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-19T08:41:09.256Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-04-19T08:41:09.256Z] Setting up dirmngr (2.2.4-1ubuntu1.4) ... [2021-04-19T08:41:09.518Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-04-19T08:41:10.093Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-04-19T08:41:10.093Z] settings in the [Install] section, and DefaultInstance for template units). [2021-04-19T08:41:10.093Z] This means they are not meant to be enabled using systemctl. [2021-04-19T08:41:10.093Z] Possible reasons for having this kind of units are: [2021-04-19T08:41:10.093Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-04-19T08:41:10.093Z] .wants/ or .requires/ directory. [2021-04-19T08:41:10.093Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-04-19T08:41:10.093Z] a requirement dependency on it. [2021-04-19T08:41:10.093Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-04-19T08:41:10.093Z] D-Bus, udev, scripted systemctl call, ...). [2021-04-19T08:41:10.093Z] 4) In case of template units, the unit is meant to be enabled with some [2021-04-19T08:41:10.093Z] instance name specified. [2021-04-19T08:41:10.354Z] Reading package lists... [2021-04-19T08:41:10.615Z] Building dependency tree... [2021-04-19T08:41:10.615Z] Reading state information... [2021-04-19T08:41:10.615Z] The following additional packages will be installed: [2021-04-19T08:41:10.615Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-04-19T08:41:10.615Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-04-19T08:41:10.615Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-04-19T08:41:10.615Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-04-19T08:41:10.615Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-04-19T08:41:10.615Z] Suggested packages: [2021-04-19T08:41:10.615Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-04-19T08:41:10.615Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-04-19T08:41:10.615Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-04-19T08:41:10.615Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-04-19T08:41:10.615Z] systemd-container policykit-1 [2021-04-19T08:41:10.615Z] Recommended packages: [2021-04-19T08:41:10.615Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-04-19T08:41:10.615Z] The following NEW packages will be installed: [2021-04-19T08:41:10.615Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-04-19T08:41:10.615Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-04-19T08:41:10.615Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-04-19T08:41:10.615Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-04-19T08:41:10.615Z] python3.6-minimal snapd squashfs-tools sudo [2021-04-19T08:41:10.615Z] The following packages will be upgraded: [2021-04-19T08:41:10.615Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-04-19T08:41:10.875Z] 5 upgraded, 25 newly installed, 0 to remove and 101 not upgraded. [2021-04-19T08:41:10.875Z] Need to get 35.2 MB of archives. [2021-04-19T08:41:10.875Z] After this operation, 141 MB of additional disk space will be used. [2021-04-19T08:41:10.875Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.46 [2914 kB] [2021-04-19T08:41:10.875Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.9 [1301 kB] [2021-04-19T08:41:11.817Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [534 kB] [2021-04-19T08:41:11.817Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-04-19T08:41:11.817Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [1610 kB] [2021-04-19T08:41:11.818Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.4 [1712 kB] [2021-04-19T08:41:11.818Z] Get:7 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.46 [209 kB] [2021-04-19T08:41:11.818Z] Get:8 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libapt-pkg5.0 amd64 1.6.13 [808 kB] [2021-04-19T08:41:11.818Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.4 [203 kB] [2021-04-19T08:41:11.818Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-04-19T08:41:11.818Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] [2021-04-19T08:41:11.818Z] Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 apt amd64 1.6.13 [1201 kB] [2021-04-19T08:41:11.818Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-04-19T08:41:11.818Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-04-19T08:41:11.818Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-04-19T08:41:11.818Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-04-19T08:41:11.818Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-04-19T08:41:11.818Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] [2021-04-19T08:41:11.818Z] Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2021-04-19T08:41:11.818Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-04-19T08:41:11.818Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-04-19T08:41:11.818Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-04-19T08:41:11.818Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-04-19T08:41:11.818Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-04-19T08:41:11.818Z] Get:25 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-04-19T08:41:12.081Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-04-19T08:41:12.081Z] Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-04-19T08:41:12.081Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] [2021-04-19T08:41:12.081Z] Get:29 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-04-19T08:41:12.081Z] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] [2021-04-19T08:41:13.028Z] debconf: delaying package configuration, since apt-utils is not installed [2021-04-19T08:41:13.028Z] Fetched 35.2 MB in 2s (15.7 MB/s) [2021-04-19T08:41:13.290Z] (Reading database ... 12757 files and directories currently installed.) [2021-04-19T08:41:13.290Z] Preparing to unpack .../systemd_237-3ubuntu10.46_amd64.deb ... [2021-04-19T08:41:13.290Z] Unpacking systemd (237-3ubuntu10.46) over (237-3ubuntu10) ... [2021-04-19T08:41:13.863Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.46_amd64.deb ... [2021-04-19T08:41:14.125Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.46) over (237-3ubuntu10) ... [2021-04-19T08:41:14.125Z] Setting up libsystemd0:amd64 (237-3ubuntu10.46) ... [2021-04-19T08:41:14.125Z] (Reading database ... 12757 files and directories currently installed.) [2021-04-19T08:41:14.125Z] Preparing to unpack .../libapt-pkg5.0_1.6.13_amd64.deb ... [2021-04-19T08:41:14.125Z] Unpacking libapt-pkg5.0:amd64 (1.6.13) over (1.6.1) ... [2021-04-19T08:41:14.387Z] Setting up libapt-pkg5.0:amd64 (1.6.13) ... [2021-04-19T08:41:14.650Z] (Reading database ... 12757 files and directories currently installed.) [2021-04-19T08:41:14.650Z] Preparing to unpack .../archives/apt_1.6.13_amd64.deb ... [2021-04-19T08:41:14.650Z] Unpacking apt (1.6.13) over (1.6.1) ... [Pipeline] } [2021-04-19T08:41:14.827Z] $ docker stop --time=1 c73e83e6c4cd8dac72c5b098a43633fdb623878aa4f09305e74ef4835f7f6cfd [2021-04-19T08:41:14.913Z] Setting up apt (1.6.13) ... [2021-04-19T08:41:14.913Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-04-19T08:41:15.486Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-04-19T08:41:15.486Z] (Reading database ... 12764 files and directories currently installed.) [2021-04-19T08:41:15.486Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... [2021-04-19T08:41:15.486Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... [2021-04-19T08:41:15.748Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-04-19T08:41:15.748Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-04-19T08:41:15.748Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-19T08:41:16.010Z] Selecting previously unselected package libexpat1:amd64. [2021-04-19T08:41:16.010Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-04-19T08:41:16.010Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-04-19T08:41:16.010Z] Selecting previously unselected package python3.6-minimal. [2021-04-19T08:41:16.272Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-04-19T08:41:16.272Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-04-19T08:41:16.534Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) ... [2021-04-19T08:41:16.534Z] Checking for services that may need to be restarted...done. [2021-04-19T08:41:16.534Z] Checking for services that may need to be restarted...done. [2021-04-19T08:41:16.798Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-19T08:41:16.798Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-04-19T08:41:16.798Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-04-19T08:41:17.483Z] $ docker rm -f c73e83e6c4cd8dac72c5b098a43633fdb623878aa4f09305e74ef4835f7f6cfd [2021-04-19T08:41:18.189Z] Selecting previously unselected package python3-minimal. [2021-04-19T08:41:18.189Z] (Reading database ... 13012 files and directories currently installed.) [2021-04-19T08:41:18.189Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-04-19T08:41:18.189Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-04-19T08:41:18.189Z] Selecting previously unselected package mime-support. [2021-04-19T08:41:18.189Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-04-19T08:41:18.189Z] Unpacking mime-support (3.60ubuntu1) ... [2021-04-19T08:41:18.451Z] Selecting previously unselected package libmpdec2:amd64. [2021-04-19T08:41:18.451Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-04-19T08:41:18.451Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-04-19T08:41:18.451Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-04-19T08:41:18.451Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-04-19T08:41:18.451Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [2021-04-19T08:41:19.033Z] Selecting previously unselected package python3.6. [2021-04-19T08:41:19.033Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-04-19T08:41:19.033Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-19T08:41:19.033Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-04-19T08:41:19.033Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-04-19T08:41:19.033Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-04-19T08:41:19.033Z] Setting up python3-minimal (3.6.7-1~18.04) ... [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-19T08:41:19.295Z] Selecting previously unselected package python3. [2021-04-19T08:41:19.295Z] (Reading database ... 13442 files and directories currently installed.) [2021-04-19T08:41:19.295Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-04-19T08:41:19.295Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-04-19T08:41:19.295Z] Selecting previously unselected package multiarch-support. [2021-04-19T08:41:19.295Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-04-19T08:41:19.402Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-04-19T08:41:19.557Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-04-19T08:41:19.557Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-04-19T08:41:19.557Z] Selecting previously unselected package liblzo2-2:amd64. [2021-04-19T08:41:19.557Z] (Reading database ... 13479 files and directories currently installed.) [2021-04-19T08:41:19.557Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-04-19T08:41:19.557Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-04-19T08:41:19.677Z] [2021-04-19T08:41:19.677Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-19T08:41:19.819Z] Selecting previously unselected package libbsd0:amd64. [2021-04-19T08:41:19.819Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-04-19T08:41:19.819Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-04-19T08:41:19.819Z] Selecting previously unselected package sudo. [2021-04-19T08:41:19.819Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... [2021-04-19T08:41:19.819Z] Unpacking sudo (1.8.21p2-3ubuntu1.4) ... [2021-04-19T08:41:20.027Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-04-19T08:41:20.080Z] Selecting previously unselected package apparmor. [2021-04-19T08:41:20.080Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-04-19T08:41:20.080Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-04-19T08:41:20.080Z] Selecting previously unselected package libedit2:amd64. [2021-04-19T08:41:20.080Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-04-19T08:41:20.080Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-04-19T08:41:20.315Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-04-19T08:41:20.315Z] 29e5d40040c1: Pulling fs layer [2021-04-19T08:41:20.315Z] 1ce36da41761: Pulling fs layer [2021-04-19T08:41:20.315Z] 25b303627fd3: Pulling fs layer [2021-04-19T08:41:20.315Z] 29e5d40040c1: Verifying Checksum [2021-04-19T08:41:20.315Z] 29e5d40040c1: Download complete [2021-04-19T08:41:20.342Z] Selecting previously unselected package libkrb5support0:amd64. [2021-04-19T08:41:20.342Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-04-19T08:41:20.342Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-04-19T08:41:20.342Z] Selecting previously unselected package libk5crypto3:amd64. [2021-04-19T08:41:20.342Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-04-19T08:41:20.342Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-04-19T08:41:20.605Z] Selecting previously unselected package libkeyutils1:amd64. [2021-04-19T08:41:20.605Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-04-19T08:41:20.605Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-04-19T08:41:20.605Z] Selecting previously unselected package libkrb5-3:amd64. [2021-04-19T08:41:20.605Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-04-19T08:41:20.605Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-04-19T08:41:20.868Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-04-19T08:41:20.868Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-04-19T08:41:20.868Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-04-19T08:41:20.868Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-04-19T08:41:20.868Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... [2021-04-19T08:41:20.868Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-04-19T08:41:20.920Z] 1ce36da41761: Verifying Checksum [2021-04-19T08:41:20.920Z] 1ce36da41761: Download complete [2021-04-19T08:41:20.920Z] 29e5d40040c1: Pull complete [2021-04-19T08:41:21.131Z] Selecting previously unselected package openssh-client. [2021-04-19T08:41:21.131Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-04-19T08:41:21.131Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-04-19T08:41:21.395Z] Selecting previously unselected package squashfs-tools. [2021-04-19T08:41:21.395Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-04-19T08:41:21.395Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-04-19T08:41:21.395Z] Selecting previously unselected package snapd. [2021-04-19T08:41:21.395Z] Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... [2021-04-19T08:41:21.395Z] Unpacking snapd (2.48.3+18.04) ... [2021-04-19T08:41:22.351Z] 1ce36da41761: Pull complete [2021-04-19T08:41:22.351Z] 25b303627fd3: Verifying Checksum [2021-04-19T08:41:22.351Z] 25b303627fd3: Download complete [2021-04-19T08:41:23.956Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-04-19T08:41:23.956Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-04-19T08:41:23.956Z] Setting up mime-support (3.60ubuntu1) ... [2021-04-19T08:41:24.218Z] Setting up sudo (1.8.21p2-3ubuntu1.4) ... [2021-04-19T08:41:24.218Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-04-19T08:41:24.218Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-04-19T08:41:24.218Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-04-19T08:41:24.218Z] Setting up systemd (237-3ubuntu10.46) ... [2021-04-19T08:41:24.218Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-04-19T08:41:25.171Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-04-19T08:41:25.171Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-04-19T08:41:25.171Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-04-19T08:41:25.171Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-19T08:41:25.171Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-04-19T08:41:25.171Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-19T08:41:26.117Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-04-19T08:41:26.117Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-04-19T08:41:26.117Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-04-19T08:41:26.117Z] Setting up python3 (3.6.7-1~18.04) ... [2021-04-19T08:41:26.117Z] running python rtupdate hooks for python3.6... [2021-04-19T08:41:26.117Z] running python post-rtupdate hooks for python3.6... [2021-04-19T08:41:26.380Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-04-19T08:41:28.302Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-04-19T08:41:28.302Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-04-19T08:41:28.302Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-04-19T08:41:28.565Z] Setting up snapd (2.48.3+18.04) ... [2021-04-19T08:41:29.138Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-04-19T08:41:29.138Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-04-19T08:41:29.402Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-04-19T08:41:29.665Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-04-19T08:41:29.928Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-04-19T08:41:29.928Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-04-19T08:41:30.192Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-04-19T08:41:30.458Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-04-19T08:41:30.458Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-04-19T08:41:30.722Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-04-19T08:41:30.985Z] /usr/sbin/policy-rc.d returned 101, not running 'start snapd.apparmor.service snapd.autoimport.service snapd.core-fixup.service snapd.failure.service snapd.recovery-chooser-trigger.service snapd.seeded.service snapd.service snapd.snap-repair.service snapd.snap-repair.timer snapd.socket snapd.system-shutdown.service' [2021-04-19T08:41:30.985Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-04-19T08:41:30.985Z] Processing triggers for systemd (237-3ubuntu10.46) ... [2021-04-19T08:41:32.378Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-04-19T08:41:32.378Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-04-19T08:41:32.378Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-04-19T08:41:32.493Z] 25b303627fd3: Pull complete [2021-04-19T08:41:32.493Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-04-19T08:41:32.493Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-04-19T08:41:32.493Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-04-19T08:41:32.798Z] prd-ubuntu18.04-docker-arm64-4c-16g-745 does not seem to be running inside a container [2021-04-19T08:41:32.888Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@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-04-19T08:41:34.034Z] Reading package lists... [2021-04-19T08:41:34.560Z] Reading package lists... [2021-04-19T08:41:34.560Z] Building dependency tree... [2021-04-19T08:41:34.560Z] Reading state information... [2021-04-19T08:41:34.823Z] Calculating upgrade... [2021-04-19T08:41:34.823Z] The following packages will be upgraded: [2021-04-19T08:41:34.823Z] advancecomp base-files bash binutils binutils-common [2021-04-19T08:41:34.823Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-04-19T08:41:34.823Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-04-19T08:41:34.823Z] grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils [2021-04-19T08:41:34.823Z] libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 [2021-04-19T08:41:34.823Z] libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 [2021-04-19T08:41:34.823Z] libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 [2021-04-19T08:41:34.823Z] libgnutls30 libgomp1 libhogweed4 libidn11 libidn2-0 libitm1 libjson-c3 [2021-04-19T08:41:34.823Z] libkmod2 liblsan0 libmount1 libmpx2 libncurses5 libncursesw5 libnettle6 [2021-04-19T08:41:34.823Z] libp11-kit0 libpam-modules libpam-modules-bin libpam-runtime libpam0g [2021-04-19T08:41:34.823Z] libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 libsmartcols1 [2021-04-19T08:41:34.823Z] libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 [2021-04-19T08:41:34.823Z] libunistring2 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base [2021-04-19T08:41:34.823Z] ncurses-bin openssl passwd patch perl perl-base perl-modules-5.26 [2021-04-19T08:41:34.823Z] pkgbinarymangler procps systemd-sysv tar tzdata ubuntu-keyring util-linux [2021-04-19T08:41:35.085Z] 101 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-04-19T08:41:35.085Z] Need to get 64.0 MB of archives. [2021-04-19T08:41:35.085Z] After this operation, 5034 kB of additional disk space will be used. [2021-04-19T08:41:35.085Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-142.146 [987 kB] [2021-04-19T08:41:35.085Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-04-19T08:41:35.085Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-04-19T08:41:35.085Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-04-19T08:41:35.085Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-04-19T08:41:35.085Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-04-19T08:41:35.085Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-04-19T08:41:35.085Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-04-19T08:41:35.085Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] [2021-04-19T08:41:35.085Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] [2021-04-19T08:41:35.085Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] [2021-04-19T08:41:35.085Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-04-19T08:41:35.085Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-04-19T08:41:35.085Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2021-04-19T08:41:35.085Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-04-19T08:41:35.085Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-04-19T08:41:35.085Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-04-19T08:41:35.347Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-04-19T08:41:35.347Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-04-19T08:41:35.347Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-04-19T08:41:35.347Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-04-19T08:41:35.347Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-04-19T08:41:35.347Z] Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2021-04-19T08:41:35.347Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-04-19T08:41:35.347Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-04-19T08:41:35.347Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-04-19T08:41:35.347Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-04-19T08:41:35.347Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-04-19T08:41:35.347Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-04-19T08:41:35.347Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-04-19T08:41:35.347Z] Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-04-19T08:41:35.347Z] Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-04-19T08:41:35.347Z] Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-04-19T08:41:35.347Z] Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-04-19T08:41:35.347Z] Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-04-19T08:41:35.347Z] Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.2 [189 kB] [2021-04-19T08:41:35.347Z] Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libnettle6 amd64 3.4-1ubuntu0.1 [110 kB] [2021-04-19T08:41:35.347Z] Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libhogweed4 amd64 3.4-1ubuntu0.1 [137 kB] [2021-04-19T08:41:35.347Z] Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-04-19T08:41:35.347Z] Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-04-19T08:41:35.347Z] Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.9 [614 kB] [2021-04-19T08:41:35.347Z] Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] [2021-04-19T08:41:35.347Z] Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-04-19T08:41:35.347Z] Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2021-04-19T08:41:35.347Z] Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-04-19T08:41:35.347Z] Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] [2021-04-19T08:41:35.347Z] Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2021-04-19T08:41:35.347Z] Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-04-19T08:41:35.610Z] Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.5 [1839 kB] [2021-04-19T08:41:35.610Z] Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] [2021-04-19T08:41:35.610Z] Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] [2021-04-19T08:41:35.610Z] Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] [2021-04-19T08:41:35.610Z] Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-04-19T08:41:35.610Z] Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-04-19T08:41:35.610Z] Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-04-19T08:41:35.610Z] Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-04-19T08:41:35.610Z] Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-04-19T08:41:35.872Z] Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2021-04-19T08:41:35.872Z] Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2021-04-19T08:41:36.132Z] Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-04-19T08:41:36.133Z] Get:61 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-04-19T08:41:36.133Z] Get:62 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-04-19T08:41:36.133Z] Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2021-04-19T08:41:36.133Z] Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-04-19T08:41:36.133Z] Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-04-19T08:41:36.133Z] Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-04-19T08:41:36.133Z] Get:67 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-04-19T08:41:36.133Z] Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-04-19T08:41:36.133Z] Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-04-19T08:41:36.133Z] Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-04-19T08:41:36.280Z] $ docker top ce4aeab7beface037fd594bd7b4dcb2703b38953b8709e7442d82161297b4fe9 -eo pid,comm [2021-04-19T08:41:36.396Z] Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-04-19T08:41:36.397Z] Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-04-19T08:41:36.397Z] Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-04-19T08:41:36.397Z] Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-04-19T08:41:36.397Z] Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-04-19T08:41:36.397Z] Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-04-19T08:41:36.397Z] Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-04-19T08:41:36.397Z] Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-04-19T08:41:36.397Z] Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-04-19T08:41:36.397Z] Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] [2021-04-19T08:41:36.397Z] Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] [2021-04-19T08:41:36.397Z] Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] [2021-04-19T08:41:36.397Z] Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] [2021-04-19T08:41:36.397Z] Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] [2021-04-19T08:41:36.397Z] Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.46 [16.0 kB] [2021-04-19T08:41:36.397Z] Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] [Pipeline] { [Pipeline] sh [2021-04-19T08:41:36.658Z] Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-04-19T08:41:36.658Z] Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] [2021-04-19T08:41:36.658Z] Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-04-19T08:41:36.658Z] Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-04-19T08:41:36.658Z] Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libseccomp2 amd64 2.5.1-1ubuntu1~18.04.1 [43.1 kB] [2021-04-19T08:41:36.658Z] Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.2 [22.3 kB] [2021-04-19T08:41:36.658Z] Get:93 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-04-19T08:41:36.658Z] Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-04-19T08:41:36.658Z] Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] [2021-04-19T08:41:36.658Z] Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-04-19T08:41:36.658Z] Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-04-19T08:41:36.926Z] Get:98 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-04-19T08:41:36.926Z] Get:99 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-04-19T08:41:36.926Z] Get:100 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-04-19T08:41:36.926Z] Get:101 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-04-19T08:41:37.188Z] debconf: delaying package configuration, since apt-utils is not installed [2021-04-19T08:41:37.188Z] Fetched 64.0 MB in 2s (33.1 MB/s) [2021-04-19T08:41:37.188Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-19T08:41:37.188Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-04-19T08:41:37.188Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-04-19T08:41:37.266Z] + docker-compose build --help [2021-04-19T08:41:37.266Z] + grep parallel [2021-04-19T08:41:38.132Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-04-19T08:41:38.132Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-04-19T08:41:38.132Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-142.146_amd64.deb ... [2021-04-19T08:41:38.132Z] Unpacking linux-libc-dev:amd64 (4.15.0-142.146) over (4.15.0-20.21) ... [2021-04-19T08:41:39.075Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-19T08:41:39.075Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-19T08:41:39.075Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-19T08:41:39.075Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-19T08:41:39.075Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-19T08:41:39.075Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-19T08:41:39.337Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-19T08:41:39.337Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-19T08:41:39.337Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-19T08:41:39.337Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-19T08:41:39.598Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-19T08:41:39.598Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-19T08:41:39.598Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-19T08:41:39.598Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-19T08:41:39.859Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-19T08:41:39.859Z] (Reading database ... 13911 files and directories currently installed.) [2021-04-19T08:41:39.859Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-19T08:41:39.859Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-04-19T08:41:39.859Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-04-19T08:41:40.120Z] (Reading database ... 13911 files and directories currently installed.) [2021-04-19T08:41:40.120Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-19T08:41:40.120Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-19T08:41:40.120Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-19T08:41:40.120Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-19T08:41:40.381Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-19T08:41:40.381Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-19T08:41:40.381Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-19T08:41:40.643Z] (Reading database ... 13911 files and directories currently installed.) [2021-04-19T08:41:40.643Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-04-19T08:41:40.904Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-04-19T08:41:41.479Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-04-19T08:41:41.740Z] (Reading database ... 13911 files and directories currently installed.) [2021-04-19T08:41:41.740Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-04-19T08:41:41.740Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-04-19T08:41:41.740Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-04-19T08:41:41.740Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-04-19T08:41:42.001Z] Setting up base-files (10.1ubuntu2.10) ... [2021-04-19T08:41:42.001Z] Installing new version of config file /etc/issue ... [2021-04-19T08:41:42.001Z] Installing new version of config file /etc/issue.net ... [2021-04-19T08:41:42.001Z] Installing new version of config file /etc/lsb-release ... [2021-04-19T08:41:42.001Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-04-19T08:41:42.264Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-04-19T08:41:42.264Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-04-19T08:41:42.264Z] Removing obsolete conffile /etc/default/motd-news ... [2021-04-19T08:41:42.527Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-19T08:41:42.527Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-04-19T08:41:42.527Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-04-19T08:41:42.527Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-04-19T08:41:42.686Z] --parallel Build images in parallel. [Pipeline] } [2021-04-19T08:41:42.709Z] $ docker stop --time=1 ce4aeab7beface037fd594bd7b4dcb2703b38953b8709e7442d82161297b4fe9 [2021-04-19T08:41:42.807Z] update-alternatives: using /usr/share/man/man7/bash-builtins.7.gz to provide /usr/share/man/man7/builtins.7.gz (builtins.7.gz) in auto mode [2021-04-19T08:41:42.807Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-19T08:41:42.807Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-19T08:41:42.807Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-04-19T08:41:42.807Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-04-19T08:41:43.120Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-19T08:41:43.120Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-04-19T08:41:43.120Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-04-19T08:41:43.120Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-04-19T08:41:43.120Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-19T08:41:43.120Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-04-19T08:41:43.401Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-04-19T08:41:43.676Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-04-19T08:41:43.676Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-19T08:41:43.676Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-04-19T08:41:43.676Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-04-19T08:41:43.954Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-04-19T08:41:43.954Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-19T08:41:43.954Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-04-19T08:41:43.954Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-04-19T08:41:43.954Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-04-19T08:41:44.229Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-19T08:41:44.229Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-04-19T08:41:44.230Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-04-19T08:41:44.230Z] Setting up grep (3.1-2build1) ... [2021-04-19T08:41:44.493Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-19T08:41:44.493Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-04-19T08:41:44.493Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-04-19T08:41:44.724Z] $ docker rm -f ce4aeab7beface037fd594bd7b4dcb2703b38953b8709e7442d82161297b4fe9 [2021-04-19T08:41:44.780Z] Setting up login (1:4.5-1ubuntu2) ... [2021-04-19T08:41:44.780Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-19T08:41:44.780Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-04-19T08:41:44.780Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-04-19T08:41:44.780Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [Pipeline] // withDockerContainer [Pipeline] writeFile [2021-04-19T08:41:45.062Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-19T08:41:45.062Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-04-19T08:41:45.062Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-19T08:41:45.415Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-04-19T08:41:45.415Z] . [Pipeline] withDockerContainer [2021-04-19T08:41:45.710Z] prd-ubuntu18.04-docker-arm64-4c-16g-745 does not seem to be running inside a container [2021-04-19T08:41:45.797Z] $ 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/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@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-04-19T08:41:46.022Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-04-19T08:41:46.022Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-04-19T08:41:46.022Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-04-19T08:41:46.022Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-04-19T08:41:46.596Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-04-19T08:41:46.857Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-19T08:41:46.857Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-04-19T08:41:46.857Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-04-19T08:41:47.384Z] $ docker top b462184199f33d6868aa2b3ab68eb0d54ac8738d373650bf26f95cb432d58c61 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-19T08:41:47.810Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-04-19T08:41:47.810Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-04-19T08:41:48.071Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-04-19T08:41:48.071Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-04-19T08:41:48.071Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-04-19T08:41:48.339Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-19T08:41:48.339Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-04-19T08:41:48.339Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-04-19T08:41:48.339Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-04-19T08:41:48.382Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-04-19T08:41:48.601Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-19T08:41:48.601Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-19T08:41:48.601Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-19T08:41:48.601Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-04-19T08:41:48.862Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-19T08:41:48.862Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-19T08:41:48.862Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-19T08:41:48.863Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-04-19T08:41:49.123Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-19T08:41:49.123Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-19T08:41:49.123Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-19T08:41:49.385Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-04-19T08:41:49.385Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-19T08:41:49.385Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-19T08:41:49.385Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-19T08:41:49.647Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-04-19T08:41:49.647Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-19T08:41:49.647Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-04-19T08:41:49.647Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-04-19T08:41:49.907Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-04-19T08:41:49.907Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-04-19T08:41:50.175Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-04-19T08:41:50.175Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-19T08:41:50.175Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-04-19T08:41:50.175Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-04-19T08:41:50.175Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-04-19T08:41:50.437Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-19T08:41:50.437Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-19T08:41:50.437Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-19T08:41:50.437Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-04-19T08:41:50.700Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-19T08:41:50.700Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-19T08:41:50.700Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-19T08:41:50.700Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-04-19T08:41:50.962Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-19T08:41:50.962Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-19T08:41:50.962Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-19T08:41:51.223Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-04-19T08:41:51.485Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-04-19T08:41:52.066Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-04-19T08:41:52.066Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-19T08:41:52.066Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-04-19T08:41:52.066Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-04-19T08:41:52.326Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-04-19T08:41:52.593Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-19T08:41:52.593Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-04-19T08:41:52.593Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-04-19T08:41:52.593Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-04-19T08:41:52.854Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-19T08:41:52.854Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-04-19T08:41:52.854Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-04-19T08:41:53.115Z] Setting up debconf (1.5.66ubuntu1) ... [2021-04-19T08:41:53.388Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-19T08:41:53.388Z] Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... [2021-04-19T08:41:53.388Z] Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-04-19T08:41:53.649Z] Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... [2021-04-19T08:41:53.649Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-19T08:41:53.649Z] Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... [2021-04-19T08:41:53.649Z] Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-04-19T08:41:53.768Z] Building docker-core-command-go ... [2021-04-19T08:41:53.768Z] Building docker-core-data-go ... [2021-04-19T08:41:53.768Z] Building docker-core-metadata-go ... [2021-04-19T08:41:53.768Z] Building docker-security-bootstrapper-go ... [2021-04-19T08:41:53.768Z] Building docker-security-proxy-setup-go ... [2021-04-19T08:41:53.768Z] Building docker-security-secretstore-setup-go ... [2021-04-19T08:41:53.768Z] Building docker-support-notifications-go ... [2021-04-19T08:41:53.768Z] Building docker-support-scheduler-go ... [2021-04-19T08:41:53.768Z] Building docker-sys-mgmt-agent-go ... [2021-04-19T08:41:53.768Z] Building docker-support-notifications-go [2021-04-19T08:41:53.768Z] Building docker-sys-mgmt-agent-go [2021-04-19T08:41:53.768Z] Building docker-core-command-go [2021-04-19T08:41:53.768Z] Building docker-security-proxy-setup-go [2021-04-19T08:41:53.768Z] Building docker-core-metadata-go [2021-04-19T08:41:53.910Z] Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... [2021-04-19T08:41:53.910Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-19T08:41:53.910Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-04-19T08:41:53.910Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-04-19T08:41:54.182Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-04-19T08:41:54.445Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-19T08:41:54.445Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-04-19T08:41:54.445Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-04-19T08:41:54.445Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-04-19T08:41:54.707Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-19T08:41:54.707Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-04-19T08:41:54.707Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-04-19T08:41:54.968Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-04-19T08:41:55.230Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-19T08:41:55.230Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-19T08:41:55.230Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-19T08:41:55.230Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.46_amd64.deb ... [2021-04-19T08:41:55.230Z] Unpacking systemd-sysv (237-3ubuntu10.46) over (237-3ubuntu10) ... [2021-04-19T08:41:55.491Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-04-19T08:41:55.491Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-04-19T08:41:55.491Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-04-19T08:41:55.752Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-19T08:41:55.752Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-04-19T08:41:55.752Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-04-19T08:41:55.752Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-04-19T08:41:56.014Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-19T08:41:56.014Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-04-19T08:41:56.014Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-04-19T08:41:56.014Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-04-19T08:41:56.588Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-19T08:41:56.588Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-04-19T08:41:56.588Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-04-19T08:41:56.588Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-04-19T08:41:56.588Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-19T08:41:56.588Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.2_amd64.deb ... [2021-04-19T08:41:56.588Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) over (1.3.3+dfsg-2ubuntu1) ... [2021-04-19T08:41:56.849Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) ... [2021-04-19T08:41:56.849Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-19T08:41:56.849Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-04-19T08:41:56.849Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-04-19T08:41:57.420Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-04-19T08:41:57.420Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-19T08:41:57.420Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... [2021-04-19T08:41:57.420Z] Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-04-19T08:41:57.681Z] Setting up gpgv (2.2.4-1ubuntu1.4) ... [2021-04-19T08:41:57.682Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-19T08:41:57.682Z] Preparing to unpack .../libnettle6_3.4-1ubuntu0.1_amd64.deb ... [2021-04-19T08:41:57.682Z] Unpacking libnettle6:amd64 (3.4-1ubuntu0.1) over (3.4-1) ... [2021-04-19T08:41:57.682Z] Setting up libnettle6:amd64 (3.4-1ubuntu0.1) ... [2021-04-19T08:41:57.943Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-19T08:41:57.943Z] Preparing to unpack .../libhogweed4_3.4-1ubuntu0.1_amd64.deb ... [2021-04-19T08:41:57.943Z] Unpacking libhogweed4:amd64 (3.4-1ubuntu0.1) over (3.4-1) ... [2021-04-19T08:41:57.943Z] Setting up libhogweed4:amd64 (3.4-1ubuntu0.1) ... [2021-04-19T08:41:58.205Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-19T08:41:58.205Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-04-19T08:41:58.205Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-04-19T08:41:58.205Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-04-19T08:41:58.466Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-19T08:41:58.466Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-04-19T08:41:58.466Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-04-19T08:41:58.466Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-04-19T08:41:58.728Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-19T08:41:58.728Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-04-19T08:41:58.728Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-04-19T08:41:58.728Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-04-19T08:41:58.996Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-19T08:41:58.997Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-04-19T08:41:58.997Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-04-19T08:41:59.258Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-04-19T08:41:59.831Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-19T08:41:59.831Z] Preparing to unpack .../libseccomp2_2.5.1-1ubuntu1~18.04.1_amd64.deb ... [2021-04-19T08:41:59.831Z] Unpacking libseccomp2:amd64 (2.5.1-1ubuntu1~18.04.1) over (2.3.1-2.1ubuntu4) ... [2021-04-19T08:41:59.831Z] Setting up libseccomp2:amd64 (2.5.1-1ubuntu1~18.04.1) ... [2021-04-19T08:42:00.094Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-19T08:42:00.094Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.2_all.deb ... [2021-04-19T08:42:00.094Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.2) over (2018.02.28) ... [2021-04-19T08:42:00.094Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.2) ... [2021-04-19T08:42:00.094Z] (Reading database ... 13915 files and directories currently installed.) [2021-04-19T08:42:00.094Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-04-19T08:42:00.357Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-04-19T08:42:00.357Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-04-19T08:42:00.357Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-04-19T08:42:00.619Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... [2021-04-19T08:42:00.619Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... [2021-04-19T08:42:00.880Z] Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... [2021-04-19T08:42:00.880Z] Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... [2021-04-19T08:42:01.148Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-04-19T08:42:01.148Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-04-19T08:42:01.148Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-04-19T08:42:01.148Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-04-19T08:42:01.419Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-04-19T08:42:01.419Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-04-19T08:42:01.419Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-04-19T08:42:01.419Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-04-19T08:42:01.681Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-04-19T08:42:01.681Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-04-19T08:42:01.681Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-04-19T08:42:01.681Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-04-19T08:42:01.952Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-04-19T08:42:01.952Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-04-19T08:42:01.952Z] Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... [2021-04-19T08:42:02.214Z] Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... [2021-04-19T08:42:03.161Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-04-19T08:42:03.161Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-04-19T08:42:03.161Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-04-19T08:42:03.161Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-04-19T08:42:03.423Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-04-19T08:42:03.423Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-04-19T08:42:03.685Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-04-19T08:42:03.685Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-04-19T08:42:03.947Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-04-19T08:42:03.947Z] Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-04-19T08:42:03.947Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-04-19T08:42:04.212Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-04-19T08:42:04.212Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-19T08:42:04.212Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-19T08:42:04.474Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-19T08:42:04.474Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-19T08:42:04.737Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-19T08:42:04.737Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-19T08:42:05.000Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-19T08:42:05.000Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-19T08:42:05.944Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-19T08:42:05.944Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-19T08:42:06.888Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-19T08:42:07.150Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-19T08:42:07.725Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-19T08:42:07.986Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-19T08:42:08.247Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-19T08:42:08.247Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-19T08:42:09.191Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-19T08:42:09.191Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-19T08:42:09.191Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-04-19T08:42:09.191Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-04-19T08:42:09.452Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-04-19T08:42:09.452Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-04-19T08:42:09.713Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-04-19T08:42:09.713Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-04-19T08:42:09.974Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-04-19T08:42:09.974Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-04-19T08:42:09.974Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-04-19T08:42:09.974Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-04-19T08:42:10.235Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-04-19T08:42:10.236Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-04-19T08:42:10.236Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-04-19T08:42:10.236Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-04-19T08:42:10.499Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-19T08:42:10.499Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-04-19T08:42:10.499Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-19T08:42:10.499Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-19T08:42:10.761Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-19T08:42:10.761Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-04-19T08:42:10.761Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-04-19T08:42:10.761Z] Setting up tzdata (2021a-0ubuntu0.18.04) ... [2021-04-19T08:42:11.025Z] [2021-04-19T08:42:11.025Z] Current default time zone: 'Etc/UTC' [2021-04-19T08:42:11.025Z] Local time is now: Mon Apr 19 08:42:10 UTC 2021. [2021-04-19T08:42:11.025Z] Universal Time is now: Mon Apr 19 08:42:10 UTC 2021. [2021-04-19T08:42:11.025Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-04-19T08:42:11.025Z] [2021-04-19T08:42:11.025Z] Setting up systemd-sysv (237-3ubuntu10.46) ... [2021-04-19T08:42:11.025Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-19T08:42:11.025Z] Setting up linux-libc-dev:amd64 (4.15.0-142.146) ... [2021-04-19T08:42:11.025Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-04-19T08:42:11.025Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-04-19T08:42:11.025Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-04-19T08:42:11.025Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-04-19T08:42:11.290Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-04-19T08:42:11.290Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-04-19T08:42:11.290Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-04-19T08:42:11.290Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-19T08:42:11.290Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-04-19T08:42:11.553Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-19T08:42:11.553Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-04-19T08:42:11.553Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-19T08:42:11.815Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-04-19T08:42:11.815Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-04-19T08:42:11.815Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-04-19T08:42:11.815Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.9) ... [2021-04-19T08:42:11.815Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-04-19T08:42:11.815Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-04-19T08:42:11.815Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-04-19T08:42:11.815Z] Setting up ca-certificates (20210119~18.04.1) ... [2021-04-19T08:42:13.737Z] Updating certificates in /etc/ssl/certs... [2021-04-19T08:42:14.312Z] 23 added, 27 removed; done. [2021-04-19T08:42:14.574Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-04-19T08:42:14.574Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-19T08:42:14.574Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-04-19T08:42:14.574Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-04-19T08:42:14.574Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-04-19T08:42:14.574Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-19T08:42:14.574Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-04-19T08:42:14.574Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-19T08:42:14.574Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-19T08:42:14.835Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-19T08:42:14.835Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-04-19T08:42:14.835Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-19T08:42:14.835Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-04-19T08:42:14.835Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... [2021-04-19T08:42:14.835Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-04-19T08:42:14.835Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-04-19T08:42:14.835Z] Setting up binutils (2.30-21ubuntu1~18.04.5) ... [2021-04-19T08:42:15.096Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-04-19T08:42:15.096Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-04-19T08:42:15.096Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-04-19T08:42:15.096Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-04-19T08:42:15.096Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-04-19T08:42:15.359Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-04-19T08:42:15.359Z] Processing triggers for systemd (237-3ubuntu10.46) ... [2021-04-19T08:42:15.359Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-04-19T08:42:15.359Z] Processing triggers for ca-certificates (20210119~18.04.1) ... [2021-04-19T08:42:15.359Z] Updating certificates in /etc/ssl/certs... [2021-04-19T08:42:15.932Z] 0 added, 0 removed; done. [2021-04-19T08:42:15.932Z] Running hooks in /etc/ca-certificates/update.d... [2021-04-19T08:42:15.932Z] done. [2021-04-19T08:42:16.880Z] Reading package lists... [2021-04-19T08:42:16.880Z] Building dependency tree... [2021-04-19T08:42:16.880Z] Reading state information... [2021-04-19T08:42:17.143Z] The following NEW packages will be installed: [2021-04-19T08:42:17.143Z] apt-transport-https [2021-04-19T08:42:17.405Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-04-19T08:42:17.405Z] Need to get 1692 B of archives. [2021-04-19T08:42:17.405Z] After this operation, 154 kB of additional disk space will be used. [2021-04-19T08:42:17.405Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 apt-transport-https all 1.6.13 [1692 B] [2021-04-19T08:42:17.405Z] debconf: delaying package configuration, since apt-utils is not installed [2021-04-19T08:42:17.405Z] Fetched 1692 B in 0s (8325 B/s) [2021-04-19T08:42:17.405Z] Selecting previously unselected package apt-transport-https. [2021-04-19T08:42:17.405Z] (Reading database ... 13920 files and directories currently installed.) [2021-04-19T08:42:17.405Z] Preparing to unpack .../apt-transport-https_1.6.13_all.deb ... [2021-04-19T08:42:17.405Z] Unpacking apt-transport-https (1.6.13) ... [2021-04-19T08:42:17.667Z] Setting up apt-transport-https (1.6.13) ... [2021-04-19T08:42:17.930Z] Waiting for network to be ready... [2021-04-19T08:42:24.664Z] 2021-04-19T08:42:23Z INFO Waiting for automatic snapd restart... [2021-04-19T08:42:27.213Z] snapd 2.49.2 from Canonical* installed [2021-04-19T08:42:28.156Z] "snapd" switched to the "latest/stable" channel [2021-04-19T08:42:28.156Z] [2021-04-19T08:42:33.477Z] core18 20210309 from Canonical* installed [2021-04-19T08:42:33.477Z] "core18" switched to the "latest/stable" channel [2021-04-19T08:42:33.477Z] [2021-04-19T08:42:40.166Z] snapcraft 4.6.2 from Canonical* installed [2021-04-19T08:42:40.166Z] "snapcraft" switched to the "latest/stable" channel [2021-04-19T08:42:40.166Z] [2021-04-19T08:42:44.375Z] The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: [2021-04-19T08:42:44.375Z] - README.md [2021-04-19T08:42:44.375Z] [2021-04-19T08:42:44.375Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-04-19T08:42:50.967Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-04-19T08:42:50.967Z] Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-04-19T08:42:50.967Z] Hit:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-04-19T08:42:50.967Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-04-19T08:42:52.357Z] Reading package lists... [2021-04-19T08:42:52.928Z] Installing build dependencies: git=1:2.17.1-1ubuntu0.8 git-man=1:2.17.1-1ubuntu0.8 libcurl3-gnutls=7.58.0-2ubuntu3.13 liberror-perl=0.17025-1 libglib2.0-0=2.56.4-0ubuntu0.18.04.8 libnghttp2-14=1.30.0-1ubuntu1 libnorm1=1.5r6+dfsg1-6 libpgm-5.2-0=5.2.122~dfsg-2 libpsl5=0.19.1-5build1 librtmp1=2.4+20151223.gitfa8646d.1-1 libsodium23=1.0.16-2 libzmq3-dev=4.2.5-1ubuntu0.2 libzmq5=4.2.5-1ubuntu0.2 pkg-config=0.29.1-0ubuntu2 zip=3.0-11build1 [2021-04-19T08:42:59.517Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-04-19T08:42:59.517Z] Reading package lists... [2021-04-19T08:42:59.517Z] Building dependency tree... [2021-04-19T08:42:59.517Z] Reading state information... [2021-04-19T08:42:59.517Z] Suggested packages: [2021-04-19T08:42:59.517Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-04-19T08:42:59.517Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-04-19T08:42:59.517Z] Recommended packages: [2021-04-19T08:42:59.517Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-04-19T08:42:59.517Z] The following NEW packages will be installed: [2021-04-19T08:42:59.517Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-04-19T08:42:59.517Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-04-19T08:42:59.517Z] pkg-config zip [2021-04-19T08:42:59.517Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-04-19T08:42:59.517Z] Need to get 7663 kB of archives. [2021-04-19T08:42:59.517Z] After this operation, 43.8 MB of additional disk space will be used. [2021-04-19T08:42:59.517Z] 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-04-19T08:42:59.517Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.13 [218 kB] [2021-04-19T08:42:59.517Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.8 [804 kB] [2021-04-19T08:42:59.517Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.8 [3916 kB] [2021-04-19T08:42:59.517Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-04-19T08:42:59.778Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-04-19T08:42:59.778Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-04-19T08:42:59.778Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-04-19T08:42:59.778Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-04-19T08:42:59.778Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-04-19T08:42:59.778Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-04-19T08:43:00.039Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-04-19T08:43:00.039Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-04-19T08:43:00.039Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-04-19T08:43:00.039Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-04-19T08:43:00.301Z] debconf: delaying package configuration, since apt-utils is not installed [2021-04-19T08:43:00.301Z] Fetched 7663 kB in 1s (10.5 MB/s) [2021-04-19T08:43:00.301Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-04-19T08:43:00.301Z] (Reading database ... 13924 files and directories currently installed.) [2021-04-19T08:43:00.301Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.8_amd64.deb ... [2021-04-19T08:43:00.301Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... [2021-04-19T08:43:00.563Z] Selecting previously unselected package libpsl5:amd64. [2021-04-19T08:43:00.563Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-04-19T08:43:00.563Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-04-19T08:43:00.563Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-04-19T08:43:00.563Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-04-19T08:43:00.563Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-04-19T08:43:00.827Z] Selecting previously unselected package librtmp1:amd64. [2021-04-19T08:43:00.827Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-04-19T08:43:00.827Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-04-19T08:43:00.827Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-04-19T08:43:00.827Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.13_amd64.deb ... [2021-04-19T08:43:00.827Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.13) ... [2021-04-19T08:43:01.089Z] Selecting previously unselected package liberror-perl. [2021-04-19T08:43:01.089Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-04-19T08:43:01.089Z] Unpacking liberror-perl (0.17025-1) ... [2021-04-19T08:43:01.089Z] Selecting previously unselected package git-man. [2021-04-19T08:43:01.089Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.8_all.deb ... [2021-04-19T08:43:01.089Z] Unpacking git-man (1:2.17.1-1ubuntu0.8) ... [2021-04-19T08:43:01.353Z] Selecting previously unselected package git. [2021-04-19T08:43:01.353Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.8_amd64.deb ... [2021-04-19T08:43:01.353Z] Unpacking git (1:2.17.1-1ubuntu0.8) ... [2021-04-19T08:43:02.300Z] Selecting previously unselected package libnorm1:amd64. [2021-04-19T08:43:02.300Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-04-19T08:43:02.300Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-04-19T08:43:02.300Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-04-19T08:43:02.300Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-04-19T08:43:02.300Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-04-19T08:43:02.561Z] Selecting previously unselected package libsodium23:amd64. [2021-04-19T08:43:02.561Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-04-19T08:43:02.561Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-04-19T08:43:02.561Z] Selecting previously unselected package libzmq5:amd64. [2021-04-19T08:43:02.561Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-04-19T08:43:02.561Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-04-19T08:43:02.826Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-04-19T08:43:02.826Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-04-19T08:43:02.826Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-04-19T08:43:02.826Z] Selecting previously unselected package pkg-config. [2021-04-19T08:43:02.826Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-04-19T08:43:02.826Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-04-19T08:43:02.826Z] Selecting previously unselected package zip. [2021-04-19T08:43:02.826Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-04-19T08:43:02.826Z] Unpacking zip (3.0-11build1) ... [2021-04-19T08:43:03.088Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-04-19T08:43:03.088Z] Setting up git-man (1:2.17.1-1ubuntu0.8) ... [2021-04-19T08:43:03.088Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-04-19T08:43:03.088Z] Setting up liberror-perl (0.17025-1) ... [2021-04-19T08:43:03.088Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-04-19T08:43:03.088Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... [2021-04-19T08:43:03.088Z] No schema files found: doing nothing. [2021-04-19T08:43:03.088Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-04-19T08:43:03.351Z] Setting up zip (3.0-11build1) ... [2021-04-19T08:43:03.351Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-04-19T08:43:03.351Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-04-19T08:43:03.351Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-04-19T08:43:03.351Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-04-19T08:43:03.351Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.13) ... [2021-04-19T08:43:03.351Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-04-19T08:43:03.351Z] Setting up git (1:2.17.1-1ubuntu0.8) ... [2021-04-19T08:43:03.613Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-04-19T08:43:10.224Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-04-19T08:43:10.224Z] git set to automatically installed. [2021-04-19T08:43:10.224Z] git-man set to automatically installed. [2021-04-19T08:43:10.224Z] libcurl3-gnutls set to automatically installed. [2021-04-19T08:43:10.224Z] liberror-perl set to automatically installed. [2021-04-19T08:43:10.224Z] libglib2.0-0 set to automatically installed. [2021-04-19T08:43:10.224Z] libnghttp2-14 set to automatically installed. [2021-04-19T08:43:10.224Z] libnorm1 set to automatically installed. [2021-04-19T08:43:10.224Z] libpgm-5.2-0 set to automatically installed. [2021-04-19T08:43:10.224Z] libpsl5 set to automatically installed. [2021-04-19T08:43:10.224Z] librtmp1 set to automatically installed. [2021-04-19T08:43:10.224Z] libsodium23 set to automatically installed. [2021-04-19T08:43:10.224Z] libzmq3-dev set to automatically installed. [2021-04-19T08:43:10.224Z] libzmq5 set to automatically installed. [2021-04-19T08:43:10.224Z] pkg-config set to automatically installed. [2021-04-19T08:43:10.224Z] zip set to automatically installed. [2021-04-19T08:43:12.777Z] snapd is not logged in, snap install commands will use sudo [2021-04-19T08:43:15.539Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-19T08:43:15.539Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-04-19T08:43:15.539Z] ---> 055fe4a4955a [2021-04-19T08:43:15.539Z] Step 3/22 : WORKDIR /edgex-go [2021-04-19T08:43:15.540Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-19T08:43:15.540Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-19T08:43:15.540Z] ---> 055fe4a4955a [2021-04-19T08:43:15.540Z] Step 3/23 : WORKDIR /edgex-go [2021-04-19T08:43:15.540Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-19T08:43:15.540Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-19T08:43:15.540Z] ---> 055fe4a4955a [2021-04-19T08:43:15.540Z] Step 3/23 : WORKDIR /edgex-go [2021-04-19T08:43:15.540Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-19T08:43:15.540Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-04-19T08:43:15.540Z] ---> 055fe4a4955a [2021-04-19T08:43:15.540Z] Step 3/21 : WORKDIR /edgex-go [2021-04-19T08:43:15.540Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-19T08:43:15.540Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-19T08:43:15.540Z] ---> 055fe4a4955a [2021-04-19T08:43:15.540Z] Step 3/23 : WORKDIR /edgex-go [2021-04-19T08:43:15.540Z] ---> Running in 72ab0ef246a9 [2021-04-19T08:43:15.540Z] ---> Running in 6b580600c6f5 [2021-04-19T08:43:15.540Z] ---> Running in 0d86d620bcea [2021-04-19T08:43:15.540Z] ---> Running in ff689cddc4a2 [2021-04-19T08:43:15.540Z] ---> Running in d8124dfb1ba3 [2021-04-19T08:43:15.540Z] Removing intermediate container 6b580600c6f5 [2021-04-19T08:43:15.540Z] ---> ac4930590726 [2021-04-19T08:43:15.540Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-19T08:43:15.540Z] Removing intermediate container d8124dfb1ba3 [2021-04-19T08:43:15.540Z] ---> 2bac782bc3c3 [2021-04-19T08:43:15.540Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-19T08:43:15.540Z] Removing intermediate container ff689cddc4a2 [2021-04-19T08:43:15.540Z] ---> 26ce2641f68e [2021-04-19T08:43:15.540Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-19T08:43:15.540Z] Removing intermediate container 72ab0ef246a9 [2021-04-19T08:43:15.540Z] ---> 2907e6e04084 [2021-04-19T08:43:15.540Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-19T08:43:15.540Z] Removing intermediate container 0d86d620bcea [2021-04-19T08:43:15.540Z] ---> 221b31203cf5 [2021-04-19T08:43:15.540Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-19T08:43:15.540Z] ---> Running in c9742fd10a9b [2021-04-19T08:43:15.540Z] ---> Running in 75f4a379f2a4 [2021-04-19T08:43:15.540Z] ---> Running in 51903848442d [2021-04-19T08:43:15.540Z] ---> Running in 5acc0a13a00b [2021-04-19T08:43:15.540Z] ---> Running in d115c2e55cf8 [2021-04-19T08:43:15.817Z] Removing intermediate container c9742fd10a9b [2021-04-19T08:43:15.817Z] ---> d46fe2ca7b17 [2021-04-19T08:43:15.817Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-04-19T08:43:16.090Z] ---> Running in 46ae726667a9 [2021-04-19T08:43:16.090Z] Removing intermediate container 5acc0a13a00b [2021-04-19T08:43:16.090Z] ---> 3fe257fc9698 [2021-04-19T08:43:16.090Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-04-19T08:43:16.367Z] Removing intermediate container 75f4a379f2a4 [2021-04-19T08:43:16.367Z] ---> 994b54917332 [2021-04-19T08:43:16.367Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-04-19T08:43:16.367Z] ---> Running in e9d75a2e3a1b [2021-04-19T08:43:16.367Z] ---> Running in 083a2ebac4b5 [2021-04-19T08:43:16.641Z] Removing intermediate container 51903848442d [2021-04-19T08:43:16.641Z] ---> d5e9196be72b [2021-04-19T08:43:16.641Z] Step 5/23 : RUN apk add --update --no-cache make bash git [2021-04-19T08:43:16.641Z] Removing intermediate container d115c2e55cf8 [2021-04-19T08:43:16.641Z] ---> d0e6f56888ab [2021-04-19T08:43:16.641Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-04-19T08:43:16.914Z] ---> Running in 3bca5d31b35a [2021-04-19T08:43:16.914Z] ---> Running in f79d536f0829 [2021-04-19T08:43:17.897Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-19T08:43:18.525Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-19T08:43:18.525Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-19T08:43:18.525Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-19T08:43:18.799Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-19T08:43:18.799Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-19T08:43:19.375Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-04-19T08:43:19.404Z] OK: 217 MiB in 51 packages [2021-04-19T08:43:19.404Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-19T08:43:19.404Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-19T08:43:19.404Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-19T08:43:20.399Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-19T08:43:20.399Z] OK: 217 MiB in 51 packages [2021-04-19T08:43:20.399Z] OK: 217 MiB in 51 packages [2021-04-19T08:43:20.399Z] OK: 217 MiB in 51 packages [2021-04-19T08:43:21.000Z] Removing intermediate container 46ae726667a9 [2021-04-19T08:43:21.000Z] ---> 74ce6f19ee78 [2021-04-19T08:43:21.000Z] Step 6/21 : COPY go.mod . [2021-04-19T08:43:21.992Z] Removing intermediate container f79d536f0829 [2021-04-19T08:43:21.992Z] ---> b1b1c2399872 [2021-04-19T08:43:21.992Z] Step 6/23 : COPY go.mod . [2021-04-19T08:43:21.992Z] ---> 94b96fcb2d99 [2021-04-19T08:43:21.992Z] Step 7/21 : RUN go mod download [2021-04-19T08:43:22.268Z] ---> Running in b61558eab7b7 [2021-04-19T08:43:22.268Z] Removing intermediate container 083a2ebac4b5 [2021-04-19T08:43:22.268Z] ---> f08d2e7d0c40 [2021-04-19T08:43:22.268Z] Step 6/23 : COPY go.mod . [2021-04-19T08:43:22.268Z] Removing intermediate container 3bca5d31b35a [2021-04-19T08:43:22.268Z] ---> f4bf52de97dc [2021-04-19T08:43:22.268Z] Step 6/23 : COPY go.mod . [2021-04-19T08:43:22.876Z] OK: 217 MiB in 51 packages [2021-04-19T08:43:22.876Z] ---> eaab78fb9e38 [2021-04-19T08:43:22.876Z] Step 7/23 : RUN go mod download [2021-04-19T08:43:23.477Z] ---> Running in 6b7045deffe0 [2021-04-19T08:43:23.477Z] ---> 1e5890918877 [2021-04-19T08:43:23.477Z] Step 7/23 : RUN go mod download [2021-04-19T08:43:23.477Z] ---> 15cea0b418b9 [2021-04-19T08:43:23.477Z] Step 7/23 : RUN go mod download [2021-04-19T08:43:23.751Z] ---> Running in 41ad931b5322 [2021-04-19T08:43:23.751Z] ---> Running in adbbea36b3a6 [2021-04-19T08:43:24.739Z] Removing intermediate container e9d75a2e3a1b [2021-04-19T08:43:24.739Z] ---> f80d2f51c220 [2021-04-19T08:43:24.739Z] Step 6/22 : COPY go.mod . [2021-04-19T08:43:25.731Z] Removing intermediate container b61558eab7b7 [2021-04-19T08:43:25.731Z] ---> d3756d87bb11 [2021-04-19T08:43:25.731Z] Step 8/21 : COPY . . [2021-04-19T08:43:26.010Z] ---> 3eaaf642cd32 [2021-04-19T08:43:26.010Z] Step 7/22 : RUN go mod download [2021-04-19T08:43:26.290Z] ---> Running in f73e43540895 [2021-04-19T08:43:28.965Z] Removing intermediate container 6b7045deffe0 [2021-04-19T08:43:28.965Z] ---> 0cd39c05a02a [2021-04-19T08:43:28.965Z] Step 8/23 : COPY . . [2021-04-19T08:43:29.579Z] Removing intermediate container 41ad931b5322 [2021-04-19T08:43:29.579Z] ---> 753de198b159 [2021-04-19T08:43:29.579Z] Step 8/23 : COPY . . [2021-04-19T08:43:29.853Z] Removing intermediate container adbbea36b3a6 [2021-04-19T08:43:29.853Z] ---> de31fe9666af [2021-04-19T08:43:29.853Z] Step 8/23 : COPY . . [2021-04-19T08:43:30.849Z] Removing intermediate container f73e43540895 [2021-04-19T08:43:30.850Z] ---> 06b17a469fdf [2021-04-19T08:43:30.850Z] Step 8/22 : COPY . . [2021-04-19T08:43:37.511Z] go (1.15/stable) 1.15.10 from Michael Hudson-Doyle (mwhudson) installed [2021-04-19T08:43:37.511Z] snapd is not logged in, snap install commands will use sudo [2021-04-19T08:43:41.720Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-04-19T08:43:42.665Z] snap "core18" has no updates available [2021-04-19T08:43:43.238Z] Pulling go-build-helper [2021-04-19T08:43:43.238Z] + snapcraftctl pull [2021-04-19T08:43:44.623Z] 'app-service-config' has dependencies that need to be staged: go-build-helper [2021-04-19T08:43:44.623Z] Skipping pull go-build-helper (already ran) [2021-04-19T08:43:44.623Z] Building go-build-helper [2021-04-19T08:43:44.624Z] + snapcraftctl build [2021-04-19T08:43:47.171Z] Staging go-build-helper [2021-04-19T08:43:47.171Z] + snapcraftctl stage [2021-04-19T08:43:57.665Z] ---> 3e0e6021dc9f [2021-04-19T08:43:57.665Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-04-19T08:43:57.665Z] ---> Running in 4b2be3d78e9e [2021-04-19T08:43:57.665Z] ---> fce9db86316d [2021-04-19T08:43:57.665Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-04-19T08:43:57.665Z] ---> a1379707905b [2021-04-19T08:43:57.665Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-04-19T08:43:57.665Z] ---> 98ec77aab1a2 [2021-04-19T08:43:57.665Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-04-19T08:43:57.665Z] ---> 84603695b692 [2021-04-19T08:43:57.665Z] Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-04-19T08:43:57.665Z] ---> Running in e6f54cc9137e [2021-04-19T08:43:57.665Z] ---> Running in ac8bdf5f5b85 [2021-04-19T08:43:57.665Z] ---> Running in 0f8df4a23f34 [2021-04-19T08:43:57.665Z] ---> Running in a9236223e92e [2021-04-19T08:43:57.937Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-04-19T08:43:58.550Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-04-19T08:43:59.153Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-04-19T08:43:59.153Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-04-19T08:43:59.153Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-04-19T08:44:02.100Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-04-19T08:44:02.101Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-04-19T08:44:02.101Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-04-19T08:44:02.101Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1693 kB] [2021-04-19T08:44:02.101Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-04-19T08:44:02.101Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-04-19T08:44:02.101Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-04-19T08:44:02.101Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-04-19T08:44:02.101Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-04-19T08:44:02.101Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-04-19T08:44:02.101Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-04-19T08:44:02.101Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [317 kB] [2021-04-19T08:44:02.101Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] [2021-04-19T08:44:02.101Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-04-19T08:44:02.101Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [302 kB] [2021-04-19T08:44:02.101Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [40.4 kB] [2021-04-19T08:44:02.101Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1122 kB] [2021-04-19T08:44:02.101Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [253 kB] [2021-04-19T08:44:02.101Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-04-19T08:44:02.101Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2036 kB] [2021-04-19T08:44:02.101Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [409 kB] [2021-04-19T08:44:02.101Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] [2021-04-19T08:44:02.101Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-04-19T08:44:02.101Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [323 kB] [2021-04-19T08:44:02.101Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [43.8 kB] [2021-04-19T08:44:02.101Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1732 kB] [2021-04-19T08:44:02.101Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [368 kB] [2021-04-19T08:44:02.101Z] Fetched 24.4 MB in 6s (4046 kB/s) [2021-04-19T08:44:02.101Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-04-19T08:44:02.101Z] Fetched 224 kB in 0s (0 B/s) [2021-04-19T08:44:02.101Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-04-19T08:44:02.101Z] Fetched 157 kB in 0s (0 B/s) [2021-04-19T08:44:02.101Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-04-19T08:44:02.101Z] Fetched 221 kB in 0s (0 B/s) [2021-04-19T08:44:02.101Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-04-19T08:44:02.101Z] Fetched 143 kB in 0s (0 B/s) [2021-04-19T08:44:02.101Z] Pulling app-service-config [2021-04-19T08:44:02.101Z] + snapcraftctl pull [2021-04-19T08:44:02.101Z] Cloning into '/root/parts/app-service-config/src'... [2021-04-19T08:44:02.101Z] Pulling config-common [2021-04-19T08:44:02.101Z] + snapcraftctl pull [2021-04-19T08:44:07.396Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-04-19T08:44:07.396Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-04-19T08:44:07.396Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-04-19T08:44:07.396Z] Fetched 0 B in 0s (0 B/s) [2021-04-19T08:44:07.396Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-04-19T08:44:07.396Z] Fetched 0 B in 0s (0 B/s) [2021-04-19T08:44:07.396Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-04-19T08:44:07.396Z] Fetched 0 B in 0s (0 B/s) [2021-04-19T08:44:07.396Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-04-19T08:44:07.396Z] Fetched 0 B in 0s (0 B/s) [2021-04-19T08:44:07.396Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-04-19T08:44:07.396Z] Fetched 0 B in 0s (0 B/s) [2021-04-19T08:44:07.396Z] Pulling edgex-go [2021-04-19T08:44:07.396Z] + snapcraftctl pull [2021-04-19T08:44:29.389Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-04-19T08:44:29.389Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-04-19T08:44:29.389Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-04-19T08:44:29.389Z] Fetched 0 B in 0s (0 B/s) [2021-04-19T08:44:29.389Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-04-19T08:44:29.389Z] Fetched 96.5 kB in 0s (0 B/s) [2021-04-19T08:44:29.389Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-04-19T08:44:29.389Z] Fetched 279 kB in 0s (0 B/s) [2021-04-19T08:44:29.389Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-04-19T08:44:29.389Z] Fetched 122 kB in 0s (0 B/s) [2021-04-19T08:44:29.389Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-04-19T08:44:29.389Z] Fetched 77.8 kB in 0s (0 B/s) [2021-04-19T08:44:29.389Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-04-19T08:44:29.389Z] Fetched 8848 B in 0s (0 B/s) [2021-04-19T08:44:29.389Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-04-19T08:44:29.389Z] Fetched 47.8 kB in 0s (0 B/s) [2021-04-19T08:44:29.389Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-04-19T08:44:29.389Z] Fetched 45.6 kB in 0s (0 B/s) [2021-04-19T08:44:29.389Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-04-19T08:44:29.389Z] Fetched 15.0 kB in 0s (0 B/s) [2021-04-19T08:44:29.389Z] Get:1 libcurl4_7.58.0-2ubuntu3.13_amd64.deb [219 kB] [2021-04-19T08:44:29.389Z] Fetched 219 kB in 0s (0 B/s) [2021-04-19T08:44:29.389Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] [2021-04-19T08:44:29.389Z] Fetched 154 kB in 0s (0 B/s) [2021-04-19T08:44:29.389Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-04-19T08:44:29.389Z] Fetched 50.6 kB in 0s (0 B/s) [2021-04-19T08:44:29.389Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-04-19T08:44:29.389Z] Fetched 14.8 kB in 0s (0 B/s) [2021-04-19T08:44:29.389Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-04-19T08:44:29.389Z] Fetched 41.8 kB in 0s (0 B/s) [2021-04-19T08:44:29.389Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-04-19T08:44:29.389Z] Fetched 499 kB in 0s (0 B/s) [2021-04-19T08:44:29.389Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-04-19T08:44:29.389Z] Fetched 111 kB in 0s (0 B/s) [2021-04-19T08:44:29.389Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-04-19T08:44:29.389Z] Fetched 240 kB in 0s (0 B/s) [2021-04-19T08:44:29.389Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-04-19T08:44:29.389Z] Fetched 29.3 kB in 0s (0 B/s) [2021-04-19T08:44:29.389Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-04-19T08:44:29.389Z] Fetched 85.5 kB in 0s (0 B/s) [2021-04-19T08:44:29.389Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-04-19T08:44:29.389Z] Fetched 24.5 kB in 0s (0 B/s) [2021-04-19T08:44:29.389Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-04-19T08:44:29.390Z] Fetched 49.2 kB in 0s (0 B/s) [2021-04-19T08:44:29.390Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-04-19T08:44:29.390Z] Fetched 54.2 kB in 0s (0 B/s) [2021-04-19T08:44:29.390Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-04-19T08:44:29.390Z] Fetched 30.8 kB in 0s (0 B/s) [2021-04-19T08:44:29.390Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] [2021-04-19T08:44:29.390Z] Fetched 15.8 kB in 0s (0 B/s) [2021-04-19T08:44:29.390Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-04-19T08:44:29.390Z] Fetched 85.9 kB in 0s (0 B/s) [2021-04-19T08:44:29.390Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-04-19T08:44:29.390Z] Fetched 8720 B in 0s (0 B/s) [2021-04-19T08:44:29.390Z] Get:1 libhogweed4_3.4-1ubuntu0.1_amd64.deb [137 kB] [2021-04-19T08:44:29.390Z] Fetched 137 kB in 0s (0 B/s) [2021-04-19T08:44:29.390Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-04-19T08:44:29.390Z] Fetched 119 kB in 0s (0 B/s) [2021-04-19T08:44:29.390Z] Get:1 libnettle6_3.4-1ubuntu0.1_amd64.deb [110 kB] [2021-04-19T08:44:29.390Z] Fetched 110 kB in 0s (0 B/s) [2021-04-19T08:44:29.390Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-04-19T08:44:29.390Z] Fetched 11.1 kB in 0s (0 B/s) [2021-04-19T08:44:29.390Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-04-19T08:44:29.390Z] Fetched 645 kB in 0s (0 B/s) [2021-04-19T08:44:29.390Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-04-19T08:44:29.390Z] Fetched 41.3 kB in 0s (0 B/s) [2021-04-19T08:44:29.390Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-04-19T08:44:29.390Z] Fetched 17.9 kB in 0s (0 B/s) [2021-04-19T08:44:29.390Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-04-19T08:44:29.390Z] Fetched 368 kB in 0s (0 B/s) [2021-04-19T08:44:29.390Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-04-19T08:44:29.390Z] Fetched 187 kB in 0s (0 B/s) [2021-04-19T08:44:29.390Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-04-19T08:44:29.390Z] Fetched 175 kB in 0s (0 B/s) [2021-04-19T08:44:29.390Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-04-19T08:44:29.390Z] Fetched 206 kB in 0s (0 B/s) [2021-04-19T08:44:29.390Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb [1301 kB] [2021-04-19T08:44:29.390Z] Fetched 1301 kB in 0s (0 B/s) [2021-04-19T08:44:29.390Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-04-19T08:44:29.390Z] Fetched 36.2 kB in 0s (0 B/s) [2021-04-19T08:44:29.390Z] Get:1 curl_7.58.0-2ubuntu3.13_amd64.deb [159 kB] [2021-04-19T08:44:29.390Z] Fetched 159 kB in 0s (0 B/s) [2021-04-19T08:44:29.390Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-04-19T08:44:29.390Z] Fetched 107 kB in 0s (0 B/s) [2021-04-19T08:44:29.390Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-04-19T08:44:29.390Z] Fetched 48.7 kB in 0s (0 B/s) [2021-04-19T08:44:29.390Z] Pulling static-packages [2021-04-19T08:44:29.390Z] + snapcraftctl pull [2021-04-19T08:44:30.775Z] Pulling version [2021-04-19T08:44:30.775Z] + cd /root/project [2021-04-19T08:44:30.775Z] + [ -f VERSION ] [2021-04-19T08:44:30.775Z] + PROJECT_VERSION=local-dev [2021-04-19T08:44:30.775Z] + git rev-parse --short HEAD [2021-04-19T08:44:30.775Z] + GIT_REVISION=955268b6 [2021-04-19T08:44:30.775Z] + snapcraftctl set-version local-dev [2021-04-19T08:44:32.160Z] Skipping build go-build-helper (already ran) [2021-04-19T08:44:32.160Z] Building app-service-config [2021-04-19T08:44:32.160Z] + make build [2021-04-19T08:44:32.160Z] CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.0.0-dev.43 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=0.0.0" -o app-service-configurable [2021-04-19T08:44:34.709Z] go: downloading github.com/edgexfoundry/app-functions-sdk-go/v2 v2.0.0-dev.43 [2021-04-19T08:44:34.709Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.8 [2021-04-19T08:44:34.709Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.64 [2021-04-19T08:44:34.709Z] go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.4 [2021-04-19T08:44:34.709Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.32 [2021-04-19T08:44:34.709Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.3.3 [2021-04-19T08:44:34.709Z] go: downloading github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 [2021-04-19T08:44:34.973Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-04-19T08:44:34.973Z] go: downloading github.com/hashicorp/consul/api v1.8.1 [2021-04-19T08:44:34.973Z] go: downloading github.com/gorilla/websocket v1.4.2 [2021-04-19T08:44:34.973Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.2 [2021-04-19T08:44:34.973Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-04-19T08:44:34.973Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2021-04-19T08:44:34.973Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.14 [2021-04-19T08:44:34.973Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-04-19T08:44:34.973Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.5 [2021-04-19T08:44:34.973Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-04-19T08:44:35.235Z] go: downloading github.com/hashicorp/serf v0.9.5 [2021-04-19T08:44:35.235Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2021-04-19T08:44:35.235Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-04-19T08:44:35.235Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-04-19T08:44:35.495Z] go: downloading github.com/pebbe/zmq4 v1.2.7 [2021-04-19T08:44:35.495Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-04-19T08:44:35.495Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-04-19T08:44:35.495Z] go: downloading golang.org/x/net v0.0.0-20200425230154-ff2c4b7c35a0 [2021-04-19T08:44:35.495Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-04-19T08:44:35.495Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-04-19T08:44:35.495Z] go: downloading github.com/hashicorp/go-hclog v0.12.0 [2021-04-19T08:44:35.495Z] go: downloading github.com/go-playground/validator/v10 v10.4.1 [2021-04-19T08:44:35.495Z] go: downloading github.com/x448/float16 v0.8.4 [2021-04-19T08:44:35.495Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-04-19T08:44:35.495Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-04-19T08:44:35.495Z] go: downloading github.com/fatih/color v1.9.0 [2021-04-19T08:44:35.786Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-04-19T08:44:35.786Z] go: downloading github.com/mattn/go-isatty v0.0.12 [2021-04-19T08:44:35.786Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-04-19T08:44:35.786Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-04-19T08:44:35.786Z] go: downloading golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd [2021-04-19T08:44:35.786Z] go: downloading github.com/google/uuid v1.2.0 [2021-04-19T08:44:35.786Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-04-19T08:44:35.786Z] go: downloading golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 [2021-04-19T08:44:35.786Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-04-19T08:44:35.786Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-04-19T08:44:35.786Z] go: downloading github.com/mattn/go-colorable v0.1.6 [2021-04-19T08:44:35.786Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-04-19T08:44:48.026Z] + install -DT ./app-service-configurable /root/parts/app-service-config/install/bin/app-service-configurable [2021-04-19T08:44:48.026Z] + install -DT ./res/rules-engine/configuration.toml /root/parts/app-service-config/install/config/app-service-configurable/res/rules-engine/configuration.toml [2021-04-19T08:44:48.026Z] + install -DT ./Attribution.txt /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/Attribution.txt [2021-04-19T08:44:48.026Z] + install -DT ./LICENSE /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/LICENSE [2021-04-19T08:44:48.598Z] Building config-common [2021-04-19T08:44:48.598Z] + snapcraftctl build [2021-04-19T08:44:52.012Z] Building edgex-go [2021-04-19T08:44:52.283Z] + cd /root/parts/edgex-go/src [2021-04-19T08:44:52.283Z] + make build [2021-04-19T08:44:52.283Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-04-19T08:44:52.548Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.71 [2021-04-19T08:44:52.548Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.35 [2021-04-19T08:44:52.548Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-04-19T08:44:52.548Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.15 [2021-04-19T08:44:52.548Z] go: downloading github.com/pkg/errors v0.8.1 [2021-04-19T08:44:52.837Z] go: downloading github.com/pelletier/go-toml v1.9.0 [2021-04-19T08:44:52.837Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.6 [2021-04-19T08:44:52.837Z] go: downloading github.com/go-playground/validator/v10 v10.5.0 [2021-04-19T08:44:52.837Z] go: downloading github.com/imdario/mergo v0.3.12 [2021-04-19T08:44:52.837Z] go: downloading golang.org/x/text v0.3.2 [2021-04-19T08:44:58.139Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-04-19T08:44:58.401Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-04-19T08:45:05.004Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-04-19T08:45:05.947Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-04-19T08:45:07.864Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-04-19T08:45:08.437Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-04-19T08:45:08.437Z] go: downloading github.com/stretchr/testify v1.7.0 [2021-04-19T08:45:08.699Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-04-19T08:45:08.699Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-04-19T08:45:08.699Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-04-19T08:45:10.618Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-04-19T08:45:10.618Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-04-19T08:45:10.881Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-04-19T08:45:12.794Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-04-19T08:45:14.181Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-04-19T08:45:15.567Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-04-19T08:45:16.954Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-04-19T08:45:16.954Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-04-19T08:45:18.339Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-04-19T08:45:18.339Z] go: downloading github.com/lib/pq v1.9.0 [2021-04-19T08:45:20.883Z] + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command [2021-04-19T08:45:20.883Z] + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml [2021-04-19T08:45:20.883Z] + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data [2021-04-19T08:45:20.884Z] + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml [2021-04-19T08:45:20.884Z] + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata [2021-04-19T08:45:20.884Z] + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml [2021-04-19T08:45:20.884Z] + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications [2021-04-19T08:45:20.884Z] + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml [2021-04-19T08:45:20.884Z] + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler [2021-04-19T08:45:20.884Z] + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml [2021-04-19T08:45:20.884Z] + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent [2021-04-19T08:45:20.884Z] + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml [2021-04-19T08:45:20.884Z] + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup [2021-04-19T08:45:20.884Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml [2021-04-19T08:45:20.884Z] + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup [2021-04-19T08:45:20.884Z] + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml [2021-04-19T08:45:20.884Z] + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider [2021-04-19T08:45:20.884Z] + 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-04-19T08:45:20.884Z] + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper [2021-04-19T08:45:20.884Z] + install -DT ./cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res-bootstrap-redis/configuration.toml [2021-04-19T08:45:20.884Z] + install -DT ./cmd/security-bootstrapper/res/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res/configuration.toml [2021-04-19T08:45:20.884Z] + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config [2021-04-19T08:45:20.884Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml [2021-04-19T08:45:20.884Z] + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt [2021-04-19T08:45:20.884Z] + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE [2021-04-19T08:45:20.884Z] + 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-04-19T08:45:25.093Z] Building static-packages [2021-04-19T08:45:25.093Z] + snapcraftctl build [2021-04-19T08:45:27.011Z] Building version [2021-04-19T08:45:27.011Z] + snapcraftctl build [2021-04-19T08:45:30.323Z] Skipping stage go-build-helper (already ran) [2021-04-19T08:45:30.323Z] Staging app-service-config [2021-04-19T08:45:30.323Z] + snapcraftctl stage [2021-04-19T08:45:30.895Z] Staging config-common [2021-04-19T08:45:30.895Z] + snapcraftctl stage [2021-04-19T08:45:32.281Z] Staging edgex-go [2021-04-19T08:45:32.281Z] + snapcraftctl stage [2021-04-19T08:45:33.668Z] Staging static-packages [2021-04-19T08:45:33.669Z] + snapcraftctl stage [2021-04-19T08:45:35.065Z] Staging version [2021-04-19T08:45:35.065Z] + snapcraftctl stage [2021-04-19T08:45:36.008Z] Priming go-build-helper [2021-04-19T08:45:36.008Z] + snapcraftctl prime [2021-04-19T08:45:37.392Z] Priming app-service-config [2021-04-19T08:45:37.392Z] + snapcraftctl prime [2021-04-19T08:45:38.781Z] Priming config-common [2021-04-19T08:45:38.781Z] + snapcraftctl prime [2021-04-19T08:45:39.724Z] Priming edgex-go [2021-04-19T08:45:39.724Z] + snapcraftctl prime [2021-04-19T08:45:41.638Z] Priming static-packages [2021-04-19T08:45:41.638Z] + snapcraftctl prime [2021-04-19T08:45:44.193Z] Priming version [2021-04-19T08:45:44.193Z] + snapcraftctl prime [2021-04-19T08:45:45.580Z] 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-04-19T08:45:51.042Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-04-19T08:46:02.023Z] Removing intermediate container 4b2be3d78e9e [2021-04-19T08:46:02.023Z] ---> 11fccf184522 [2021-04-19T08:46:02.024Z] [2021-04-19T08:46:02.024Z] Step 10/21 : FROM alpine:3.12 [2021-04-19T08:46:02.024Z] 3.12: Pulling from library/alpine [2021-04-19T08:46:02.655Z] Removing intermediate container a9236223e92e [2021-04-19T08:46:02.655Z] ---> 27afb7d2de68 [2021-04-19T08:46:02.655Z] Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-04-19T08:46:03.266Z] ---> Running in 57a58086abf5 [2021-04-19T08:46:03.885Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-04-19T08:46:03.885Z] Status: Downloaded newer image for alpine:3.12 [2021-04-19T08:46:03.885Z] ---> 9852663dfa18 [2021-04-19T08:46:03.885Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-04-19T08:46:04.494Z] ---> Running in e962f2679785 [2021-04-19T08:46:05.498Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-04-19T08:46:06.940Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-19T08:46:07.220Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-19T08:46:07.824Z] (1/4) Installing ca-certificates (20191127-r4) [2021-04-19T08:46:07.824Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-04-19T08:46:07.824Z] (3/4) Installing libcurl (7.76.1-r0) [2021-04-19T08:46:07.824Z] (4/4) Installing curl (7.76.1-r0) [2021-04-19T08:46:07.824Z] Executing busybox-1.31.1-r20.trigger [2021-04-19T08:46:07.824Z] Executing ca-certificates-20191127-r4.trigger [2021-04-19T08:46:08.102Z] OK: 7 MiB in 18 packages [2021-04-19T08:46:11.509Z] Removing intermediate container e6f54cc9137e [2021-04-19T08:46:11.509Z] ---> 276492645d5a [2021-04-19T08:46:11.509Z] [2021-04-19T08:46:11.509Z] Step 10/23 : FROM alpine:3.12 [2021-04-19T08:46:11.509Z] ---> 9852663dfa18 [2021-04-19T08:46:11.509Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-04-19T08:46:11.509Z] Removing intermediate container e962f2679785 [2021-04-19T08:46:11.509Z] ---> 7ba7b8d053e9 [2021-04-19T08:46:11.509Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-04-19T08:46:11.781Z] ---> Running in c890b5f999d3 [2021-04-19T08:46:12.056Z] ---> Running in 1e4b6ac9ecda [2021-04-19T08:46:12.056Z] Removing intermediate container 57a58086abf5 [2021-04-19T08:46:12.056Z] ---> fcfe05192e3d [2021-04-19T08:46:12.056Z] [2021-04-19T08:46:12.056Z] Step 11/23 : FROM docker:20.10.0 [2021-04-19T08:46:12.056Z] 20.10.0: Pulling from library/docker [2021-04-19T08:46:12.332Z] Removing intermediate container 0f8df4a23f34 [2021-04-19T08:46:12.332Z] ---> 91ce4eae0810 [2021-04-19T08:46:12.332Z] [2021-04-19T08:46:12.332Z] Step 10/22 : FROM alpine:3.12 [2021-04-19T08:46:12.332Z] ---> 9852663dfa18 [2021-04-19T08:46:12.332Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-04-19T08:46:12.940Z] ---> Running in 1cc20dd8902b [2021-04-19T08:46:12.940Z] Removing intermediate container 1e4b6ac9ecda [2021-04-19T08:46:12.940Z] ---> 804247a9ff2b [2021-04-19T08:46:12.940Z] Step 13/21 : WORKDIR /edgex [2021-04-19T08:46:13.544Z] ---> Running in b51bdf3d878f [2021-04-19T08:46:14.153Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-19T08:46:14.433Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-19T08:46:15.049Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-04-19T08:46:15.049Z] Executing busybox-1.31.1-r20.trigger [2021-04-19T08:46:15.049Z] OK: 5 MiB in 15 packages [2021-04-19T08:46:15.049Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-19T08:46:15.330Z] Removing intermediate container b51bdf3d878f [2021-04-19T08:46:15.330Z] ---> 0e72da2a7fd4 [2021-04-19T08:46:15.330Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-04-19T08:46:15.330Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-19T08:46:16.335Z] (1/2) Installing ca-certificates (20191127-r4) [2021-04-19T08:46:16.336Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-04-19T08:46:16.336Z] Executing busybox-1.31.1-r20.trigger [2021-04-19T08:46:16.336Z] Executing ca-certificates-20191127-r4.trigger [2021-04-19T08:46:16.336Z] OK: 6 MiB in 16 packages [2021-04-19T08:46:17.325Z] ---> 199da6e532cf [2021-04-19T08:46:17.325Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-04-19T08:46:17.921Z] Removing intermediate container c890b5f999d3 [2021-04-19T08:46:17.921Z] ---> c7ca6e983ad0 [2021-04-19T08:46:17.921Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-19T08:46:18.529Z] ---> Running in eb63fb680648 [2021-04-19T08:46:19.510Z] ---> 39dc324a3a14 [2021-04-19T08:46:19.510Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-04-19T08:46:19.785Z] Removing intermediate container 1cc20dd8902b [2021-04-19T08:46:19.785Z] ---> 2c4676e6bc1a [2021-04-19T08:46:19.785Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-19T08:46:20.076Z] Removing intermediate container eb63fb680648 [2021-04-19T08:46:20.076Z] ---> 3c8acf087344 [2021-04-19T08:46:20.076Z] Step 13/23 : ENV APP_PORT=48082 [2021-04-19T08:46:20.347Z] Removing intermediate container ac8bdf5f5b85 [2021-04-19T08:46:20.347Z] ---> 8233adc78eb3 [2021-04-19T08:46:20.347Z] [2021-04-19T08:46:20.347Z] Step 10/23 : FROM alpine:3.12 [2021-04-19T08:46:20.347Z] ---> 9852663dfa18 [2021-04-19T08:46:20.347Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-04-19T08:46:20.347Z] ---> Using cache [2021-04-19T08:46:20.347Z] ---> c7ca6e983ad0 [2021-04-19T08:46:20.347Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-19T08:46:20.347Z] ---> Using cache [2021-04-19T08:46:20.347Z] ---> 3c8acf087344 [2021-04-19T08:46:20.347Z] Step 13/23 : ENV APP_PORT=48081 [2021-04-19T08:46:20.945Z] ---> Running in f3bd29df4927 [2021-04-19T08:46:21.219Z] ---> Running in 2a0f9fabdad1 [2021-04-19T08:46:21.814Z] ---> Running in 5716a17b404b [2021-04-19T08:46:22.086Z] ---> 3a7bfda244b6 [2021-04-19T08:46:22.086Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-04-19T08:46:22.086Z] Removing intermediate container f3bd29df4927 [2021-04-19T08:46:22.086Z] ---> 1b26a53bb080 [2021-04-19T08:46:22.086Z] Step 13/22 : ENV APP_PORT=48060 [2021-04-19T08:46:22.682Z] ---> Running in f8c530ebbde8 [2021-04-19T08:46:22.682Z] ---> Running in 8807ab708326 [2021-04-19T08:46:22.682Z] Removing intermediate container 2a0f9fabdad1 [2021-04-19T08:46:22.682Z] ---> 798e57dd9efe [2021-04-19T08:46:22.682Z] Step 14/23 : EXPOSE $APP_PORT [2021-04-19T08:46:22.962Z] Removing intermediate container 5716a17b404b [2021-04-19T08:46:22.962Z] ---> 0883fe33767c [2021-04-19T08:46:22.962Z] Step 14/23 : EXPOSE $APP_PORT [2021-04-19T08:46:22.962Z] ---> Running in e918cb0cad6a [2021-04-19T08:46:23.236Z] ---> Running in 4eb65b767a02 [2021-04-19T08:46:23.508Z] Removing intermediate container 8807ab708326 [2021-04-19T08:46:23.508Z] ---> 1644e14ab33b [2021-04-19T08:46:23.508Z] Step 18/21 : CMD ["--init=true"] [2021-04-19T08:46:23.781Z] Removing intermediate container f8c530ebbde8 [2021-04-19T08:46:23.781Z] ---> 5efb9d2f5bca [2021-04-19T08:46:23.781Z] Step 14/22 : EXPOSE $APP_PORT [2021-04-19T08:46:24.054Z] ---> Running in c38ceb399d11 [2021-04-19T08:46:24.327Z] ---> Running in 6f16a6f44bf3 [2021-04-19T08:46:24.327Z] Removing intermediate container e918cb0cad6a [2021-04-19T08:46:24.327Z] ---> 1ca38db259de [2021-04-19T08:46:24.327Z] Step 15/23 : WORKDIR / [2021-04-19T08:46:24.601Z] Removing intermediate container 4eb65b767a02 [2021-04-19T08:46:24.601Z] ---> a017d8b81f93 [2021-04-19T08:46:24.601Z] Step 15/23 : WORKDIR / [2021-04-19T08:46:24.601Z] ---> Running in fd4bb6ba8aa3 [2021-04-19T08:46:24.877Z] ---> Running in 10b4e58da71b [2021-04-19T08:46:24.877Z] Removing intermediate container c38ceb399d11 [2021-04-19T08:46:24.877Z] ---> 3d513a42fac8 [2021-04-19T08:46:24.877Z] Step 19/21 : LABEL arch=arm64 [2021-04-19T08:46:24.877Z] Removing intermediate container 6f16a6f44bf3 [2021-04-19T08:46:24.877Z] ---> 6b16a0a6eb53 [2021-04-19T08:46:24.877Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-19T08:46:25.151Z] ---> Running in 65751561daa5 [2021-04-19T08:46:25.151Z] Removing intermediate container fd4bb6ba8aa3 [2021-04-19T08:46:25.151Z] ---> ff94f8d52d67 [2021-04-19T08:46:25.151Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-19T08:46:25.424Z] Removing intermediate container 10b4e58da71b [2021-04-19T08:46:25.424Z] ---> 08ca121d53cd [2021-04-19T08:46:25.425Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-19T08:46:26.028Z] Removing intermediate container 65751561daa5 [2021-04-19T08:46:26.028Z] ---> e7b3cfd289b7 [2021-04-19T08:46:26.028Z] Step 20/21 : LABEL git_sha=180c5a5e00199f1388c496bd44d1c3638c096986 [2021-04-19T08:46:26.028Z] ---> 8aa5b89e01d9 [2021-04-19T08:46:26.028Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-04-19T08:46:26.028Z] ---> Running in 0a90d22b9f28 [2021-04-19T08:46:26.028Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-04-19T08:46:26.312Z] Status: Downloaded newer image for docker:20.10.0 [2021-04-19T08:46:26.312Z] ---> eeaf43b92773 [2021-04-19T08:46:26.312Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' [2021-04-19T08:46:26.312Z] ---> 9eb04418d471 [2021-04-19T08:46:26.312Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-04-19T08:46:26.312Z] ---> Running in 602c19cb5340 [2021-04-19T08:46:26.916Z] ---> 6e0a9609e77b [2021-04-19T08:46:26.916Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-04-19T08:46:26.916Z] Removing intermediate container 0a90d22b9f28 [2021-04-19T08:46:26.916Z] ---> fd7cd153d236 [2021-04-19T08:46:26.916Z] Step 21/21 : LABEL version=0.0.0 [2021-04-19T08:46:27.201Z] Removing intermediate container 602c19cb5340 [2021-04-19T08:46:27.201Z] ---> 7a4ecfcde3c3 [2021-04-19T08:46:27.201Z] Step 13/23 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 [2021-04-19T08:46:27.798Z] ---> Running in 5c9dfceb6a10 [2021-04-19T08:46:28.071Z] ---> Running in a341620c5f3c [2021-04-19T08:46:28.668Z] ---> f5f48c502444 [2021-04-19T08:46:28.668Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-04-19T08:46:28.668Z] ---> 6493ebb114b0 [2021-04-19T08:46:28.668Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-04-19T08:46:28.947Z] ---> ccb97ab9f17f [2021-04-19T08:46:28.947Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-04-19T08:46:28.947Z] Removing intermediate container 5c9dfceb6a10 [2021-04-19T08:46:28.947Z] ---> 1f1b95cc607f [2021-04-19T08:46:28.947Z] [2021-04-19T08:46:29.559Z] Successfully built 1f1b95cc607f [2021-04-19T08:46:29.559Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-04-19T08:46:29.559Z]  Building docker-security-proxy-setup-go ... done Building docker-security-bootstrapper-go [2021-04-19T08:46:29.836Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-19T08:46:30.117Z] ---> 00b202760f3c [2021-04-19T08:46:30.117Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-04-19T08:46:30.117Z] ---> a5358294be79 [2021-04-19T08:46:30.117Z] ---> 094380998525 [2021-04-19T08:46:30.117Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-04-19T08:46:30.117Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-04-19T08:46:30.117Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-19T08:46:30.117Z] ---> Running in 5ab2a5773e42 [2021-04-19T08:46:30.117Z] ---> Running in 2fc597f7591c [2021-04-19T08:46:30.396Z] ---> Running in ff4aabbd8b0a [2021-04-19T08:46:30.672Z] (1/39) Installing readline (8.0.4-r0) [2021-04-19T08:46:30.672Z] (2/39) Installing bash (5.0.17-r0) [2021-04-19T08:46:30.672Z] Executing bash-5.0.17-r0.post-install [2021-04-19T08:46:30.672Z] (3/39) Installing nghttp2-libs (1.41.0-r0) [2021-04-19T08:46:30.672Z] (4/39) Installing libcurl (7.76.1-r0) [2021-04-19T08:46:30.672Z] (5/39) Installing curl (7.76.1-r0) [2021-04-19T08:46:30.672Z] (6/39) Installing dumb-init (1.2.2-r1) [2021-04-19T08:46:30.672Z] (7/39) Installing libbz2 (1.0.8-r1) [2021-04-19T08:46:30.672Z] (8/39) Installing expat (2.2.9-r1) [2021-04-19T08:46:30.672Z] (9/39) Installing libffi (3.3-r2) [2021-04-19T08:46:30.672Z] (10/39) Installing gdbm (1.13-r1) [2021-04-19T08:46:30.672Z] (11/39) Installing xz-libs (5.2.5-r0) [2021-04-19T08:46:30.944Z] (12/39) Installing sqlite-libs (3.32.1-r0) [2021-04-19T08:46:30.945Z] (13/39) Installing python3 (3.8.8-r0) [2021-04-19T08:46:31.227Z] Removing intermediate container 2fc597f7591c [2021-04-19T08:46:31.227Z] ---> 56f7f50ef36f [2021-04-19T08:46:31.227Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-19T08:46:31.227Z] Removing intermediate container 5ab2a5773e42 [2021-04-19T08:46:31.227Z] ---> 2af6012a5973 [2021-04-19T08:46:31.227Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-19T08:46:31.227Z] Removing intermediate container ff4aabbd8b0a [2021-04-19T08:46:31.227Z] ---> 9bb30dea4592 [2021-04-19T08:46:31.227Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-19T08:46:33.216Z] (14/39) Installing py3-appdirs (1.4.4-r1) [2021-04-19T08:46:33.216Z] (15/39) Installing py3-ordered-set (4.0.1-r0) [2021-04-19T08:46:33.216Z] (16/39) Installing py3-parsing (2.4.7-r0) [2021-04-19T08:46:33.216Z] (17/39) Installing py3-six (1.15.0-r0) [2021-04-19T08:46:33.216Z] (18/39) Installing py3-packaging (20.4-r0) [2021-04-19T08:46:33.216Z] (19/39) Installing py3-setuptools (47.0.0-r0) [2021-04-19T08:46:33.216Z] ---> Running in 75bade569f7e [2021-04-19T08:46:33.216Z] ---> Running in 3c7f82f5c09c [2021-04-19T08:46:33.216Z] ---> Running in a946c6169c02 [2021-04-19T08:46:33.216Z] (20/39) Installing py3-chardet (3.0.4-r4) [2021-04-19T08:46:33.216Z] (21/39) Installing py3-idna (2.9-r0) [2021-04-19T08:46:33.216Z] (22/39) Installing py3-certifi (2020.4.5.1-r0) [2021-04-19T08:46:33.216Z] (23/39) Installing py3-urllib3 (1.25.9-r0) [2021-04-19T08:46:33.216Z] (24/39) Installing py3-requests (2.23.0-r0) [2021-04-19T08:46:33.216Z] (25/39) Installing py3-msgpack (1.0.0-r0) [2021-04-19T08:46:33.489Z] (26/39) Installing py3-lockfile (0.12.2-r3) [2021-04-19T08:46:33.489Z] (27/39) Installing py3-cachecontrol (0.12.6-r0) [2021-04-19T08:46:33.489Z] (28/39) Installing py3-colorama (0.4.3-r0) [2021-04-19T08:46:33.489Z] (29/39) Installing py3-distlib (0.3.0-r0) [2021-04-19T08:46:33.489Z] (30/39) Installing py3-distro (1.5.0-r1) [2021-04-19T08:46:33.489Z] (31/39) Installing py3-webencodings (0.5.1-r3) [2021-04-19T08:46:33.489Z] (32/39) Installing py3-html5lib (1.0.1-r4) [2021-04-19T08:46:33.489Z] (33/39) Installing py3-pytoml (0.1.21-r0) [2021-04-19T08:46:33.489Z] (34/39) Installing py3-pep517 (0.8.2-r0) [2021-04-19T08:46:33.489Z] (35/39) Installing py3-progress (1.5-r0) [2021-04-19T08:46:33.489Z] (36/39) Installing py3-toml (0.10.1-r0) [2021-04-19T08:46:33.761Z] (37/39) Installing py3-retrying (1.3.3-r0) [2021-04-19T08:46:33.761Z] (38/39) Installing py3-contextlib2 (0.6.0-r0) [2021-04-19T08:46:33.761Z] (39/39) Installing py3-pip (20.1.1-r0) [2021-04-19T08:46:33.761Z] Executing busybox-1.31.1-r19.trigger [2021-04-19T08:46:33.761Z] OK: 72 MiB in 59 packages [2021-04-19T08:46:34.738Z] Removing intermediate container 75bade569f7e [2021-04-19T08:46:34.738Z] ---> 86db3c78dd66 [2021-04-19T08:46:34.738Z] Step 20/22 : LABEL arch=arm64 [2021-04-19T08:46:34.738Z] Removing intermediate container 3c7f82f5c09c [2021-04-19T08:46:34.738Z] ---> 2c9e5bd37975 [2021-04-19T08:46:34.738Z] Step 21/23 : LABEL arch=arm64 [2021-04-19T08:46:34.738Z] Removing intermediate container a946c6169c02 [2021-04-19T08:46:34.738Z] ---> 6f11102b878d [2021-04-19T08:46:34.738Z] Step 21/23 : LABEL arch=arm64 [2021-04-19T08:46:35.012Z] ---> Running in 7825da704129 [2021-04-19T08:46:35.012Z] ---> Running in 70af8eec61f6 [2021-04-19T08:46:35.012Z] ---> Running in d87458b7c351 [2021-04-19T08:46:35.984Z] Removing intermediate container 70af8eec61f6 [2021-04-19T08:46:35.984Z] ---> beccf37509d7 [2021-04-19T08:46:35.984Z] Step 22/23 : LABEL git_sha=180c5a5e00199f1388c496bd44d1c3638c096986 [2021-04-19T08:46:36.577Z] Removing intermediate container d87458b7c351 [2021-04-19T08:46:36.577Z] Removing intermediate container 7825da704129 [2021-04-19T08:46:36.577Z] ---> 63fab565ed26 [2021-04-19T08:46:36.577Z] Step 21/22 : LABEL git_sha=180c5a5e00199f1388c496bd44d1c3638c096986 [2021-04-19T08:46:36.577Z] ---> f126e98ffb8f [2021-04-19T08:46:36.577Z] Step 22/23 : LABEL git_sha=180c5a5e00199f1388c496bd44d1c3638c096986 [2021-04-19T08:46:36.855Z] ---> Running in f0c2b5cb9b7c [2021-04-19T08:46:36.855Z] ---> Running in 93bc956c8acc [2021-04-19T08:46:36.855Z] ---> Running in de6f815eec6b [2021-04-19T08:46:37.453Z] Removing intermediate container f0c2b5cb9b7c [2021-04-19T08:46:37.453Z] ---> c114540e0249 [2021-04-19T08:46:37.453Z] Step 23/23 : LABEL version=0.0.0 [2021-04-19T08:46:37.729Z] Removing intermediate container de6f815eec6b [2021-04-19T08:46:37.729Z] ---> 194bd932aa4e [2021-04-19T08:46:37.729Z] Step 22/22 : LABEL version=0.0.0 [2021-04-19T08:46:37.729Z] Removing intermediate container 93bc956c8acc [2021-04-19T08:46:37.729Z] ---> 2cf8ea3ed804 [2021-04-19T08:46:37.729Z] Step 23/23 : LABEL version=0.0.0 [2021-04-19T08:46:37.729Z] ---> Running in 661e1d90d638 [2021-04-19T08:46:38.001Z] ---> Running in a6c3b7f61d85 [2021-04-19T08:46:38.001Z] ---> Running in 9ad8e2c2f392 [2021-04-19T08:46:38.273Z] Removing intermediate container 661e1d90d638 [2021-04-19T08:46:38.273Z] ---> 0a1082d98126 [2021-04-19T08:46:38.273Z] [2021-04-19T08:46:38.876Z] Removing intermediate container a6c3b7f61d85 [2021-04-19T08:46:38.876Z] Removing intermediate container 9ad8e2c2f392 [2021-04-19T08:46:38.876Z] ---> 212d92794d70 [2021-04-19T08:46:38.876Z] [2021-04-19T08:46:38.876Z] ---> 9f9864ab4ed8 [2021-04-19T08:46:38.876Z] [2021-04-19T08:46:38.876Z] Successfully built 0a1082d98126 [2021-04-19T08:46:39.149Z] Successfully tagged docker-core-command-go-arm64:latest [2021-04-19T08:46:39.149Z]  Building docker-core-command-go ... done Building docker-security-secretstore-setup-go [2021-04-19T08:46:39.426Z] Successfully built 212d92794d70 [2021-04-19T08:46:39.426Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-04-19T08:46:39.426Z] Successfully built 9f9864ab4ed8 [2021-04-19T08:46:39.426Z] Building docker-support-scheduler-go [2021-04-19T08:46:39.426Z]  Building docker-support-notifications-go ... done Collecting docker-compose==1.23.2 [2021-04-19T08:46:39.697Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-04-19T08:46:39.697Z]  Building docker-core-metadata-go ... done Building docker-core-data-go [2021-04-19T08:46:39.697Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-04-19T08:46:40.674Z] Collecting texttable<0.10,>=0.9.0 [2021-04-19T08:46:40.674Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-04-19T08:46:44.054Z] Collecting PyYAML<4,>=3.10 [2021-04-19T08:46:44.054Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-04-19T08:46:49.456Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-04-19T08:46:49.457Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-04-19T08:46:49.457Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2021-04-19T08:46:50.054Z] Collecting websocket-client<1.0,>=0.32.0 [2021-04-19T08:46:50.054Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-04-19T08:46:51.038Z] Collecting jsonschema<3,>=2.5.1 [2021-04-19T08:46:51.038Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-04-19T08:46:51.312Z] Collecting docopt<0.7,>=0.6.1 [2021-04-19T08:46:51.312Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-04-19T08:46:53.918Z] Collecting dockerpty<0.5,>=0.4.1 [2021-04-19T08:46:53.918Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-04-19T08:46:57.303Z] Collecting docker<4.0,>=3.6.0 [2021-04-19T08:46:57.303Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-04-19T08:46:57.898Z] Collecting cached-property<2,>=1.2.0 [2021-04-19T08:46:58.171Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-04-19T08:46:59.143Z] Collecting urllib3<1.25,>=1.21.1 [2021-04-19T08:46:59.143Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-04-19T08:46:59.736Z] Collecting idna<2.8,>=2.5 [2021-04-19T08:46:59.736Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-04-19T08:46:59.736Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2021-04-19T08:46:59.736Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2021-04-19T08:47:00.006Z] Collecting docker-pycreds>=0.4.0 [2021-04-19T08:47:00.006Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-04-19T08:47:00.277Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-04-19T08:47:00.277Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-04-19T08:47:00.277Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-04-19T08:47:00.277Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-04-19T08:47:01.716Z] Installing collected packages: texttable, PyYAML, urllib3, idna, requests, websocket-client, jsonschema, docopt, dockerpty, docker-pycreds, docker, cached-property, docker-compose [2021-04-19T08:47:01.716Z] Running setup.py install for texttable: started [2021-04-19T08:47:04.327Z] Running setup.py install for texttable: finished with status 'done' [2021-04-19T08:47:04.327Z] Running setup.py install for PyYAML: started [2021-04-19T08:47:06.952Z] Running setup.py install for PyYAML: finished with status 'done' [2021-04-19T08:47:06.952Z] Attempting uninstall: urllib3 [2021-04-19T08:47:06.952Z] Found existing installation: urllib3 1.25.9 [2021-04-19T08:47:06.952Z] Uninstalling urllib3-1.25.9: [2021-04-19T08:47:06.952Z] Successfully uninstalled urllib3-1.25.9 [2021-04-19T08:47:07.553Z] Attempting uninstall: idna [2021-04-19T08:47:07.553Z] Found existing installation: idna 2.9 [2021-04-19T08:47:07.553Z] Uninstalling idna-2.9: [2021-04-19T08:47:07.553Z] Successfully uninstalled idna-2.9 [2021-04-19T08:47:08.143Z] Attempting uninstall: requests [2021-04-19T08:47:08.143Z] Found existing installation: requests 2.23.0 [2021-04-19T08:47:08.143Z] Uninstalling requests-2.23.0: [2021-04-19T08:47:08.418Z] Successfully uninstalled requests-2.23.0 [2021-04-19T08:47:09.405Z] Running setup.py install for docopt: started [2021-04-19T08:47:12.018Z] Running setup.py install for docopt: finished with status 'done' [2021-04-19T08:47:12.018Z] Running setup.py install for dockerpty: started [2021-04-19T08:47:14.001Z] Running setup.py install for dockerpty: finished with status 'done' [2021-04-19T08:47:15.445Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-19T08:47:15.445Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-04-19T08:47:15.445Z] ---> 055fe4a4955a [2021-04-19T08:47:15.445Z] Step 3/31 : WORKDIR /edgex-go [2021-04-19T08:47:15.445Z] ---> Using cache [2021-04-19T08:47:15.445Z] ---> 221b31203cf5 [2021-04-19T08:47:15.445Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-19T08:47:15.445Z] ---> Using cache [2021-04-19T08:47:15.445Z] ---> 3fe257fc9698 [2021-04-19T08:47:15.445Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-04-19T08:47:20.836Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.58.0 [2021-04-19T08:47:26.256Z] ---> Running in 4483bb2dd59b [2021-04-19T08:47:26.855Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-19T08:47:26.855Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-04-19T08:47:26.855Z] ---> 055fe4a4955a [2021-04-19T08:47:26.855Z] Step 3/24 : WORKDIR /edgex-go [2021-04-19T08:47:26.855Z] ---> Using cache [2021-04-19T08:47:26.855Z] ---> 221b31203cf5 [2021-04-19T08:47:26.855Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-19T08:47:26.855Z] ---> Using cache [2021-04-19T08:47:26.855Z] ---> 3fe257fc9698 [2021-04-19T08:47:26.855Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-04-19T08:47:27.131Z] ---> Running in 31bcc0e4a00f [2021-04-19T08:47:28.135Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-19T08:47:28.135Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-19T08:47:28.135Z] ---> 055fe4a4955a [2021-04-19T08:47:28.135Z] Step 3/23 : WORKDIR /edgex-go [2021-04-19T08:47:28.135Z] ---> Using cache [2021-04-19T08:47:28.135Z] ---> 221b31203cf5 [2021-04-19T08:47:28.135Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-19T08:47:28.135Z] ---> Using cache [2021-04-19T08:47:28.135Z] ---> 3fe257fc9698 [2021-04-19T08:47:28.135Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-04-19T08:47:28.135Z] ---> Running in 4264a8fb9840 [2021-04-19T08:47:28.427Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-19T08:47:28.427Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-04-19T08:47:28.427Z] ---> 055fe4a4955a [2021-04-19T08:47:28.427Z] Step 3/22 : WORKDIR /edgex-go [2021-04-19T08:47:28.427Z] ---> Using cache [2021-04-19T08:47:28.427Z] ---> 221b31203cf5 [2021-04-19T08:47:28.427Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-19T08:47:28.427Z] ---> Using cache [2021-04-19T08:47:28.427Z] ---> 3fe257fc9698 [2021-04-19T08:47:28.427Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-04-19T08:47:28.427Z] ---> Running in 68264b13ac6c [2021-04-19T08:47:28.707Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-19T08:47:28.987Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-19T08:47:29.265Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-19T08:47:29.868Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-19T08:47:30.144Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-19T08:47:30.144Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-19T08:47:30.417Z] OK: 217 MiB in 51 packages [2021-04-19T08:47:30.692Z] OK: 217 MiB in 51 packages [2021-04-19T08:47:31.611Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-19T08:47:31.611Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-19T08:47:31.611Z] OK: 217 MiB in 51 packages [2021-04-19T08:47:31.885Z] OK: 217 MiB in 51 packages [2021-04-19T08:47:32.491Z] Removing intermediate container 4483bb2dd59b [2021-04-19T08:47:32.491Z] ---> 4fb0c44b8abf [2021-04-19T08:47:32.491Z] Step 6/31 : COPY go.mod . [2021-04-19T08:47:32.768Z] Removing intermediate container 31bcc0e4a00f [2021-04-19T08:47:32.768Z] ---> 7a53b2274078 [2021-04-19T08:47:32.768Z] Step 6/24 : COPY go.mod . [2021-04-19T08:47:33.765Z] Removing intermediate container 68264b13ac6c [2021-04-19T08:47:33.765Z] ---> a9fdf672e410 [2021-04-19T08:47:33.765Z] Step 6/22 : COPY go.mod . [2021-04-19T08:47:33.765Z] Removing intermediate container 4264a8fb9840 [2021-04-19T08:47:33.765Z] ---> 8096160a6b98 [2021-04-19T08:47:33.765Z] Step 6/23 : COPY go.mod . [2021-04-19T08:47:34.048Z] ---> bd18086e5433 [2021-04-19T08:47:34.048Z] Step 7/31 : RUN go mod download [2021-04-19T08:47:34.048Z] ---> 3990e379a018 [2021-04-19T08:47:34.048Z] Step 7/24 : RUN go mod download [2021-04-19T08:47:34.330Z] ---> Running in 8a6319f4b605 [2021-04-19T08:47:34.330Z] ---> Running in f500f9b9f8e0 [2021-04-19T08:47:34.949Z] ---> 685a8f07bb74 [2021-04-19T08:47:34.949Z] Step 7/22 : RUN go mod download [2021-04-19T08:47:35.225Z] ---> 5e49924eb883 [2021-04-19T08:47:35.225Z] Step 7/23 : RUN go mod download [2021-04-19T08:47:35.225Z] ---> Running in 9078e073ca9b [2021-04-19T08:47:35.505Z] ---> Running in 534be67d0c32 [2021-04-19T08:47:37.509Z] Removing intermediate container a341620c5f3c [2021-04-19T08:47:37.509Z] ---> ce6987ff88f9 [2021-04-19T08:47:37.786Z] Step 14/23 : ENV APP_PORT=48090 [2021-04-19T08:47:38.085Z] ---> Running in 97fbdd21e131 [2021-04-19T08:47:39.070Z] Removing intermediate container 97fbdd21e131 [2021-04-19T08:47:39.070Z] ---> 198c9a00055f [2021-04-19T08:47:39.070Z] Step 15/23 : EXPOSE $APP_PORT [2021-04-19T08:47:39.070Z] ---> Running in 431a3177524a [2021-04-19T08:47:39.070Z] Removing intermediate container 8a6319f4b605 [2021-04-19T08:47:39.070Z] ---> 5a02b1364d20 [2021-04-19T08:47:39.070Z] Step 8/31 : COPY . . [2021-04-19T08:47:39.070Z] Removing intermediate container f500f9b9f8e0 [2021-04-19T08:47:39.070Z] ---> e3a060b10e2b [2021-04-19T08:47:39.070Z] Step 8/24 : COPY . . [2021-04-19T08:47:39.673Z] Removing intermediate container 9078e073ca9b [2021-04-19T08:47:39.673Z] ---> dfdbc9041ef5 [2021-04-19T08:47:39.673Z] Step 8/22 : COPY . . [2021-04-19T08:47:39.955Z] Removing intermediate container 534be67d0c32 [2021-04-19T08:47:39.955Z] Removing intermediate container 431a3177524a [2021-04-19T08:47:39.955Z] ---> 92c40026a35a [2021-04-19T08:47:39.955Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-04-19T08:47:39.955Z] ---> 9f4d00d75f27 [2021-04-19T08:47:39.955Z] Step 8/23 : COPY . . [2021-04-19T08:47:48.280Z] ---> aba55c67deb7 [2021-04-19T08:47:48.280Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-04-19T08:47:50.950Z] ---> 7b3fc393c8a7 [2021-04-19T08:47:50.950Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-04-19T08:47:53.602Z] ---> 80561b2fe4b7 [2021-04-19T08:47:53.603Z] Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-04-19T08:47:54.622Z] ---> Running in b1b3339d57b3 [2021-04-19T08:47:56.085Z] Removing intermediate container b1b3339d57b3 [2021-04-19T08:47:56.085Z] ---> c046c38990a9 [2021-04-19T08:47:56.085Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-19T08:47:56.685Z] ---> Running in 59c7b1c85a3a [2021-04-19T08:47:58.691Z] Removing intermediate container 59c7b1c85a3a [2021-04-19T08:47:58.692Z] ---> c240f4aa7c6c [2021-04-19T08:47:58.692Z] Step 21/23 : LABEL arch=arm64 [2021-04-19T08:48:00.147Z] ---> Running in 1d2a60a20998 [2021-04-19T08:48:01.141Z] Removing intermediate container 1d2a60a20998 [2021-04-19T08:48:01.141Z] ---> 21f3fa3c51be [2021-04-19T08:48:01.141Z] Step 22/23 : LABEL git_sha=180c5a5e00199f1388c496bd44d1c3638c096986 [2021-04-19T08:48:01.420Z] ---> Running in 613120055d42 [2021-04-19T08:48:02.025Z] ---> 2b30cc8108b1 [2021-04-19T08:48:02.025Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-04-19T08:48:02.301Z] ---> Running in 2ff329078d0e [2021-04-19T08:48:02.301Z] ---> 9d38a2a6b56a [2021-04-19T08:48:02.301Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-04-19T08:48:02.581Z] Removing intermediate container 613120055d42 [2021-04-19T08:48:02.581Z] ---> 6eb72ab0d382 [2021-04-19T08:48:02.581Z] Step 23/23 : LABEL version=0.0.0 [2021-04-19T08:48:02.581Z] ---> Running in 5946a08b7635 [2021-04-19T08:48:02.860Z] ---> 6ecbbcdf1d2a [2021-04-19T08:48:02.860Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-04-19T08:48:03.140Z] ---> Running in 9afe0c9d4a5f [2021-04-19T08:48:03.140Z] ---> 5208a448a980 [2021-04-19T08:48:03.140Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-04-19T08:48:03.423Z] ---> Running in 08438a26035b [2021-04-19T08:48:03.423Z] ---> Running in 17607caf8c6d [2021-04-19T08:48:04.045Z] Removing intermediate container 9afe0c9d4a5f [2021-04-19T08:48:04.045Z] ---> 0a779aad832e [2021-04-19T08:48:04.045Z] [2021-04-19T08:48:05.049Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-04-19T08:48:05.049Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-04-19T08:48:05.049Z] Successfully built 0a779aad832e [2021-04-19T08:48:05.330Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-04-19T08:48:05.613Z]  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-04-19T08:48:06.002Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-04-19T08:49:42.897Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-04-19T08:49:51.217Z] Removing intermediate container 08438a26035b [2021-04-19T08:49:51.217Z] ---> 21cb1c925a74 [2021-04-19T08:49:51.217Z] [2021-04-19T08:49:51.217Z] Step 10/31 : FROM alpine:3.12 [2021-04-19T08:49:51.217Z] ---> 9852663dfa18 [2021-04-19T08:49:51.217Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-04-19T08:49:51.217Z] Removing intermediate container 2ff329078d0e [2021-04-19T08:49:51.217Z] ---> ceaf0cd16dd2 [2021-04-19T08:49:51.217Z] [2021-04-19T08:49:51.217Z] Step 10/24 : FROM alpine:3.12 [2021-04-19T08:49:51.217Z] ---> 9852663dfa18 [2021-04-19T08:49:51.217Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec [2021-04-19T08:49:51.217Z] ---> Running in 8eefd3aaed10 [2021-04-19T08:49:51.217Z] ---> Running in deaf69498f62 [2021-04-19T08:49:51.827Z] Removing intermediate container 8eefd3aaed10 [2021-04-19T08:49:51.827Z] ---> f707e605567d [2021-04-19T08:49:51.827Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-04-19T08:49:52.110Z] ---> Running in ceaa816925be [2021-04-19T08:49:53.106Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-19T08:49:53.106Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-19T08:49:53.720Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-19T08:49:53.997Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-19T08:49:53.997Z] (1/6) Installing ca-certificates (20191127-r4) [2021-04-19T08:49:53.997Z] (2/6) Installing nghttp2-libs (1.41.0-r0) [2021-04-19T08:49:53.997Z] (3/6) Installing libcurl (7.76.1-r0) [2021-04-19T08:49:53.997Z] (4/6) Installing curl (7.76.1-r0) [2021-04-19T08:49:53.997Z] (5/6) Installing dumb-init (1.2.2-r1) [2021-04-19T08:49:53.997Z] (6/6) Installing su-exec (0.2-r1) [2021-04-19T08:49:53.997Z] Executing busybox-1.31.1-r20.trigger [2021-04-19T08:49:53.997Z] Executing ca-certificates-20191127-r4.trigger [2021-04-19T08:49:54.278Z] OK: 7 MiB in 20 packages [2021-04-19T08:49:54.553Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-04-19T08:49:54.553Z] (2/2) Installing su-exec (0.2-r1) [2021-04-19T08:49:54.553Z] Executing busybox-1.31.1-r20.trigger [2021-04-19T08:49:54.553Z] OK: 5 MiB in 16 packages [2021-04-19T08:49:57.196Z] Removing intermediate container ceaa816925be [2021-04-19T08:49:57.196Z] ---> 7ddec2773355 [2021-04-19T08:49:57.196Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-04-19T08:49:57.196Z] Removing intermediate container deaf69498f62 [2021-04-19T08:49:57.196Z] ---> dc0abfe67dd0 [2021-04-19T08:49:57.196Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-04-19T08:49:57.470Z] ---> Running in f1fcc60c9033 [2021-04-19T08:49:57.470Z] ---> Running in 3b19bb489cc6 [2021-04-19T08:49:57.743Z] Removing intermediate container 5946a08b7635 [2021-04-19T08:49:57.743Z] ---> ede4a724a01d [2021-04-19T08:49:57.743Z] [2021-04-19T08:49:57.743Z] Step 10/22 : FROM alpine:3.12 [2021-04-19T08:49:57.743Z] ---> 9852663dfa18 [2021-04-19T08:49:57.743Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-04-19T08:49:57.743Z] ---> Using cache [2021-04-19T08:49:57.743Z] ---> c7ca6e983ad0 [2021-04-19T08:49:57.743Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-19T08:49:57.743Z] ---> Using cache [2021-04-19T08:49:57.743Z] ---> 3c8acf087344 [2021-04-19T08:49:57.743Z] Step 13/22 : ENV APP_PORT=48085 [2021-04-19T08:49:58.033Z] ---> Running in d1dd80c4632c [2021-04-19T08:49:58.306Z] Removing intermediate container 3b19bb489cc6 [2021-04-19T08:49:58.306Z] Removing intermediate container f1fcc60c9033 [2021-04-19T08:49:58.306Z] ---> 6b833331bf41 [2021-04-19T08:49:58.306Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-04-19T08:49:58.306Z] ---> 06c1b3e630b5 [2021-04-19T08:49:58.306Z] Step 13/24 : WORKDIR / [2021-04-19T08:49:58.581Z] ---> Running in a736de1da2e4 [2021-04-19T08:49:58.581Z] ---> Running in c0c23c33dc02 [2021-04-19T08:49:58.581Z] Removing intermediate container d1dd80c4632c [2021-04-19T08:49:58.581Z] ---> 129f2a415cdc [2021-04-19T08:49:58.581Z] Step 14/22 : EXPOSE $APP_PORT [2021-04-19T08:49:58.853Z] ---> Running in 2725d6dcfab9 [2021-04-19T08:49:59.127Z] Removing intermediate container a736de1da2e4 [2021-04-19T08:49:59.127Z] ---> dca4a66fa1e6 [2021-04-19T08:49:59.128Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-04-19T08:49:59.413Z] Removing intermediate container c0c23c33dc02 [2021-04-19T08:49:59.413Z] ---> 75bb9324f1c7 [2021-04-19T08:49:59.413Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-04-19T08:49:59.688Z] ---> Running in d254f45532a5 [2021-04-19T08:49:59.688Z] Removing intermediate container 2725d6dcfab9 [2021-04-19T08:49:59.688Z] ---> 93fb9969b67c [2021-04-19T08:49:59.688Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-19T08:50:01.140Z] ---> 8320260d5772 [2021-04-19T08:50:01.140Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-04-19T08:50:01.140Z] ---> de713399676b [2021-04-19T08:50:01.140Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-04-19T08:50:02.583Z] ---> 492da4efd7d7 [2021-04-19T08:50:02.583Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-04-19T08:50:02.856Z] ---> d4d097575a38 [2021-04-19T08:50:02.856Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-04-19T08:50:03.462Z] Removing intermediate container d254f45532a5 [2021-04-19T08:50:03.462Z] ---> d06b58ef4bea [2021-04-19T08:50:03.462Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-04-19T08:50:03.462Z] ---> cfd2d9cd001b [2021-04-19T08:50:03.462Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-04-19T08:50:03.747Z] ---> Running in 22e45acf9cb3 [2021-04-19T08:50:04.023Z] ---> 84986e27ccd3 [2021-04-19T08:50:04.023Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-04-19T08:50:04.619Z] ---> Running in 2154a462c4bd [2021-04-19T08:50:04.619Z] Removing intermediate container 22e45acf9cb3 [2021-04-19T08:50:04.619Z] ---> 235bd1e92b76 [2021-04-19T08:50:04.619Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-04-19T08:50:05.221Z] ---> ac0d9ea0f1e7 [2021-04-19T08:50:05.221Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-04-19T08:50:05.221Z] Removing intermediate container 2154a462c4bd [2021-04-19T08:50:05.221Z] ---> 2fb4e69b26ca [2021-04-19T08:50:05.221Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-19T08:50:05.499Z] ---> Running in 0e6f63e121c5 [2021-04-19T08:50:05.771Z] ---> 453875d63eb2 [2021-04-19T08:50:05.771Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-04-19T08:50:06.048Z] ---> Running in 1c4db2258034 [2021-04-19T08:50:06.319Z] Removing intermediate container 0e6f63e121c5 [2021-04-19T08:50:06.319Z] ---> 46a152cfdb63 [2021-04-19T08:50:06.319Z] Step 20/22 : LABEL arch=arm64 [2021-04-19T08:50:06.597Z] ---> Running in f98c12b1174e [2021-04-19T08:50:06.597Z] ---> 6781385998f2 [2021-04-19T08:50:06.597Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-04-19T08:50:07.589Z] Removing intermediate container f98c12b1174e [2021-04-19T08:50:07.589Z] ---> 8d4c5b5928ac [2021-04-19T08:50:07.589Z] Step 21/22 : LABEL git_sha=180c5a5e00199f1388c496bd44d1c3638c096986 [2021-04-19T08:50:07.865Z] ---> Running in 9865697f0ad6 [2021-04-19T08:50:07.865Z] ---> 58ed82b3e596 [2021-04-19T08:50:07.865Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-04-19T08:50:08.193Z] ---> Running in 0cbbeb6146e6 [2021-04-19T08:50:08.881Z] Removing intermediate container 9865697f0ad6 [2021-04-19T08:50:08.881Z] ---> f867f623417d [2021-04-19T08:50:08.881Z] Step 22/22 : LABEL version=0.0.0 [2021-04-19T08:50:09.199Z] ---> Running in 711b4244e146 [2021-04-19T08:50:10.308Z] Removing intermediate container 711b4244e146 [2021-04-19T08:50:10.308Z] ---> 531e6072b507 [2021-04-19T08:50:10.308Z] [2021-04-19T08:50:10.308Z] Removing intermediate container 1c4db2258034 [2021-04-19T08:50:10.308Z] ---> d2da5d2dd78f [2021-04-19T08:50:10.308Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-19T08:50:11.352Z] Successfully built 531e6072b507 [2021-04-19T08:50:11.636Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-04-19T08:50:11.945Z]  Building docker-support-scheduler-go ... done  ---> 38ffbc139e4a [2021-04-19T08:50:11.945Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-04-19T08:50:12.571Z] Removing intermediate container 0cbbeb6146e6 [2021-04-19T08:50:12.571Z] ---> 3b1d7b227c01 [2021-04-19T08:50:12.571Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-04-19T08:50:13.168Z] ---> Running in 5747df49c24e [2021-04-19T08:50:13.444Z] Removing intermediate container 17607caf8c6d [2021-04-19T08:50:13.444Z] ---> dd0e9fefda4c [2021-04-19T08:50:13.444Z] [2021-04-19T08:50:13.444Z] Step 10/23 : FROM alpine:3.12 [2021-04-19T08:50:13.444Z] ---> 9852663dfa18 [2021-04-19T08:50:13.444Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-04-19T08:50:13.720Z] ---> d5b74842f96d [2021-04-19T08:50:13.720Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-04-19T08:50:13.720Z] ---> Running in 32450d8279eb [2021-04-19T08:50:13.720Z] Removing intermediate container 5747df49c24e [2021-04-19T08:50:13.720Z] ---> 3525087d0313 [2021-04-19T08:50:13.720Z] Step 22/24 : LABEL arch=arm64 [2021-04-19T08:50:13.995Z] ---> Running in 80681566f5c1 [2021-04-19T08:50:14.268Z] Removing intermediate container 32450d8279eb [2021-04-19T08:50:14.268Z] ---> 920c83922e1b [2021-04-19T08:50:14.268Z] Step 12/23 : ENV APP_PORT=48080 [2021-04-19T08:50:14.542Z] ---> Running in 0acbc65ef25d [2021-04-19T08:50:14.542Z] Removing intermediate container 80681566f5c1 [2021-04-19T08:50:14.542Z] ---> eb9916e453d2 [2021-04-19T08:50:14.542Z] Step 23/24 : LABEL git_sha=180c5a5e00199f1388c496bd44d1c3638c096986 [2021-04-19T08:50:14.817Z] ---> e6f5a984c74c [2021-04-19T08:50:14.817Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-04-19T08:50:14.817Z] ---> Running in 258231d92865 [2021-04-19T08:50:15.090Z] Removing intermediate container 0acbc65ef25d [2021-04-19T08:50:15.090Z] ---> c617a46209c5 [2021-04-19T08:50:15.090Z] Step 13/23 : EXPOSE $APP_PORT [2021-04-19T08:50:15.366Z] ---> Running in 75ddaabc480c [2021-04-19T08:50:15.366Z] Removing intermediate container 258231d92865 [2021-04-19T08:50:15.366Z] ---> 8535f9bbc143 [2021-04-19T08:50:15.366Z] Step 24/24 : LABEL version=0.0.0 [2021-04-19T08:50:15.639Z] ---> Running in 4fa639641149 [2021-04-19T08:50:15.639Z] ---> 72c74b0857c1 [2021-04-19T08:50:15.639Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-04-19T08:50:15.931Z] Removing intermediate container 75ddaabc480c [2021-04-19T08:50:15.931Z] ---> f872e3c6a151 [2021-04-19T08:50:15.931Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-19T08:50:15.931Z] ---> Running in 65c88409e978 [2021-04-19T08:50:16.205Z] Removing intermediate container 4fa639641149 [2021-04-19T08:50:16.205Z] ---> b61c313d15d7 [2021-04-19T08:50:16.205Z] [2021-04-19T08:50:16.803Z] ---> 31fde6864a37 [2021-04-19T08:50:16.803Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-04-19T08:50:16.803Z] Successfully built b61c313d15d7 [2021-04-19T08:50:16.803Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-04-19T08:50:17.074Z]  Building docker-security-secretstore-setup-go ... done  ---> Running in b7b4cd330602 [2021-04-19T08:50:17.669Z] Removing intermediate container b7b4cd330602 [2021-04-19T08:50:17.669Z] ---> 81f2a4965414 [2021-04-19T08:50:17.669Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-04-19T08:50:18.655Z] Removing intermediate container 65c88409e978 [2021-04-19T08:50:18.655Z] ---> d16fd0348ca8 [2021-04-19T08:50:18.655Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-04-19T08:50:18.655Z] ---> a84a2f9a8f85 [2021-04-19T08:50:18.655Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-04-19T08:50:18.655Z] ---> Running in c4a5bf47600c [2021-04-19T08:50:18.933Z] ---> Running in 717852d7adfb [2021-04-19T08:50:20.383Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-19T08:50:20.976Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-19T08:50:21.257Z] Removing intermediate container 717852d7adfb [2021-04-19T08:50:21.257Z] ---> 53849bc13f5f [2021-04-19T08:50:21.257Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-04-19T08:50:21.856Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-04-19T08:50:21.856Z] ---> Running in 6a191e789b67 [2021-04-19T08:50:21.856Z] (2/6) Installing libgcc (9.3.0-r2) [2021-04-19T08:50:21.856Z] (3/6) Installing libsodium (1.0.18-r0) [2021-04-19T08:50:22.126Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-04-19T08:50:22.126Z] (5/6) Installing libzmq (4.3.3-r0) [2021-04-19T08:50:22.126Z] Removing intermediate container 6a191e789b67 [2021-04-19T08:50:22.126Z] ---> 2fc5c9dc700a [2021-04-19T08:50:22.126Z] Step 28/31 : CMD ["gate"] [2021-04-19T08:50:22.423Z] (6/6) Installing zeromq (4.3.3-r0) [2021-04-19T08:50:22.423Z] Executing busybox-1.31.1-r20.trigger [2021-04-19T08:50:22.423Z] OK: 8 MiB in 20 packages [2021-04-19T08:50:22.695Z] ---> Running in 50effa5dfd75 [2021-04-19T08:50:23.289Z] Removing intermediate container 50effa5dfd75 [2021-04-19T08:50:23.289Z] ---> 44a0807701df [2021-04-19T08:50:23.289Z] Step 29/31 : LABEL arch=arm64 [2021-04-19T08:50:23.883Z] ---> Running in 0d89867009fe [2021-04-19T08:50:24.154Z] Removing intermediate container c4a5bf47600c [2021-04-19T08:50:24.154Z] ---> 53515b6a7d3b [2021-04-19T08:50:24.154Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-19T08:50:24.424Z] Removing intermediate container 0d89867009fe [2021-04-19T08:50:24.424Z] ---> cb072ceec16f [2021-04-19T08:50:24.424Z] Step 30/31 : LABEL git_sha=180c5a5e00199f1388c496bd44d1c3638c096986 [2021-04-19T08:50:24.696Z] ---> Running in 35e42048bd61 [2021-04-19T08:50:24.968Z] ---> efed2d74f857 [2021-04-19T08:50:24.968Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-04-19T08:50:25.240Z] Removing intermediate container 35e42048bd61 [2021-04-19T08:50:25.240Z] ---> 70bf79dd85ec [2021-04-19T08:50:25.240Z] Step 31/31 : LABEL version=0.0.0 [2021-04-19T08:50:25.835Z] ---> Running in 038a83ea2b55 [2021-04-19T08:50:26.429Z] ---> 054977aaac44 [2021-04-19T08:50:26.429Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-04-19T08:50:26.429Z] Removing intermediate container 038a83ea2b55 [2021-04-19T08:50:26.429Z] ---> d1072def4e9d [2021-04-19T08:50:26.429Z] [2021-04-19T08:50:27.021Z] Successfully built d1072def4e9d [2021-04-19T08:50:27.021Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-04-19T08:50:27.293Z]  Building docker-security-bootstrapper-go ... done  ---> 2e765a59d497 [2021-04-19T08:50:27.293Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-04-19T08:50:27.563Z] ---> Running in e8b0ff15b9b4 [2021-04-19T08:50:28.155Z] Removing intermediate container e8b0ff15b9b4 [2021-04-19T08:50:28.155Z] ---> 8653ddb7dce2 [2021-04-19T08:50:28.155Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-19T08:50:28.155Z] ---> Running in 98786b108224 [2021-04-19T08:50:28.747Z] Removing intermediate container 98786b108224 [2021-04-19T08:50:28.747Z] ---> 319bdd4e52e6 [2021-04-19T08:50:28.747Z] Step 21/23 : LABEL arch=arm64 [2021-04-19T08:50:28.747Z] ---> Running in 378b5e9d613d [2021-04-19T08:50:29.341Z] Removing intermediate container 378b5e9d613d [2021-04-19T08:50:29.341Z] ---> 9cceb7d2a3bb [2021-04-19T08:50:29.341Z] Step 22/23 : LABEL git_sha=180c5a5e00199f1388c496bd44d1c3638c096986 [2021-04-19T08:50:29.341Z] ---> Running in 20768a27c15b [2021-04-19T08:50:29.968Z] Removing intermediate container 20768a27c15b [2021-04-19T08:50:29.968Z] ---> d723af53de5c [2021-04-19T08:50:29.968Z] Step 23/23 : LABEL version=0.0.0 [2021-04-19T08:50:29.968Z] ---> Running in ee22f0228992 [2021-04-19T08:50:30.561Z] Removing intermediate container ee22f0228992 [2021-04-19T08:50:30.561Z] ---> eb7432d19893 [2021-04-19T08:50:30.561Z] [2021-04-19T08:50:30.831Z] Successfully built eb7432d19893 [2021-04-19T08:50:31.102Z] Successfully tagged docker-core-data-go-arm64:latest [2021-04-19T08:50:31.386Z]  Building docker-core-data-go ... done  [Pipeline] } [2021-04-19T08:50:31.387Z] $ docker stop --time=1 b462184199f33d6868aa2b3ab68eb0d54ac8738d373650bf26f95cb432d58c61 [2021-04-19T08:50:33.365Z] $ docker rm -f b462184199f33d6868aa2b3ab68eb0d54ac8738d373650bf26f95cb432d58c61 [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-19T08:50:33.978Z] + grep docker+ [2021-04-19T08:50:33.978Z] docker images [2021-04-19T08:50:34.252Z] docker-core-data-go-arm64 latest eb7432d19893 4 seconds ago 21.6MB [2021-04-19T08:50:34.252Z] docker-security-bootstrapper-go-arm64 latest d1072def4e9d 8 seconds ago 18.1MB [2021-04-19T08:50:34.252Z] docker-security-secretstore-setup-go-arm64 latest b61c313d15d7 19 seconds ago 24.9MB [2021-04-19T08:50:34.252Z] docker-support-scheduler-go-arm64 latest 531e6072b507 25 seconds ago 16.6MB [2021-04-19T08:50:34.252Z] docker-sys-mgmt-agent-go-arm64 latest 0a779aad832e 2 minutes ago 299MB [2021-04-19T08:50:34.252Z] docker-core-command-go-arm64 latest 0a1082d98126 3 minutes ago 16.5MB [2021-04-19T08:50:34.252Z] docker-support-notifications-go-arm64 latest 212d92794d70 3 minutes ago 17.1MB [2021-04-19T08:50:34.252Z] docker-core-metadata-go-arm64 latest 9f9864ab4ed8 3 minutes ago 18.1MB [2021-04-19T08:50:34.252Z] docker-security-proxy-setup-go-arm64 latest 1f1b95cc607f 4 minutes ago 24.6MB [2021-04-19T08:50:34.252Z] docker 20.10.0 eeaf43b92773 4 months ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh [2021-04-19T08:50:34.926Z] ---> job-cost.sh [2021-04-19T08:50:34.926Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-uImG [2021-04-19T08:51:32.116Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-04-19T08:53:38.922Z] lf-activate-venv(): INFO: Adding /tmp/venv-uImG/bin to PATH [2021-04-19T08:53:38.922Z] INFO: No Stack... [2021-04-19T08:53:38.922Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-04-19T08:53:38.922Z] INFO: Archiving Costs [Pipeline] sh [2021-04-19T08:53:39.263Z] + + cut -d, -f6cat [2021-04-19T08:53:39.263Z] /w/workspace/edgex-go/4/archives/cost.csv [Pipeline] lock [2021-04-19T08:53:39.380Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3373-4-stack-cost] [2021-04-19T08:53:39.389Z] Resource [jenkins-edgexfoundry-edgex-go-PR-3373-4-stack-cost] did not exist. Created. [2021-04-19T08:53:39.389Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3373-4-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-04-19T08:53:39.743Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-04-19T08:53:40.052Z] Stashed 1 file(s) [Pipeline] } [2021-04-19T08:53:40.063Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3373-4-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-04-19T08:53:40.519Z] provisioning config files... [2021-04-19T08:53:40.532Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/4@tmp/config4768057743943064086tmp [Pipeline] { [Pipeline] sh [2021-04-19T08:53:40.858Z] + set +x [2021-04-19T08:53:40.858Z] + curl -s https://codecov.io/bash [2021-04-19T08:53:40.858Z] + bash -s -- [2021-04-19T08:53:41.124Z] [2021-04-19T08:53:41.124Z] _____ _ [2021-04-19T08:53:41.124Z] / ____| | | [2021-04-19T08:53:41.124Z] | | ___ __| | ___ ___ _____ __ [2021-04-19T08:53:41.124Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-04-19T08:53:41.124Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-04-19T08:53:41.124Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-04-19T08:53:41.124Z] Bash-1.0.1 [2021-04-19T08:53:41.124Z] [2021-04-19T08:53:41.124Z] [2021-04-19T08:53:41.124Z] ==> git version 2.24.3 found [2021-04-19T08:53:41.124Z] ==> 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-04-19T08:53:41.124Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-04-19T08:53:41.124Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-04-19T08:53:41.387Z] ==> Jenkins CI detected. [2021-04-19T08:53:41.387Z] project root: . [2021-04-19T08:53:41.387Z] --> token set from env [2021-04-19T08:53:41.387Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-04-19T08:53:41.387Z] ==> Running gcov in . (disable via -X gcov) [2021-04-19T08:53:41.387Z] ==> Python coveragepy not found [2021-04-19T08:53:41.387Z] ==> Searching for coverage reports in: [2021-04-19T08:53:41.387Z] + . [2021-04-19T08:53:41.387Z] -> Found 1 reports [2021-04-19T08:53:41.387Z] ==> Detecting git/mercurial file structure [2021-04-19T08:53:41.387Z] ==> Reading reports [2021-04-19T08:53:41.387Z] + ./coverage.out bytes=687366 [2021-04-19T08:53:41.658Z] ==> Appending adjustments [2021-04-19T08:53:41.658Z] https://docs.codecov.io/docs/fixing-reports [2021-04-19T08:53:44.970Z] + Found adjustments [2021-04-19T08:53:44.970Z] ==> Gzipping contents [2021-04-19T08:53:44.970Z] 100K /tmp/codecov.dG0tz8.gz [2021-04-19T08:53:44.970Z] ==> Uploading reports [2021-04-19T08:53:44.970Z] url: https://codecov.io [2021-04-19T08:53:44.970Z] query: branch=PR-3373&commit=180c5a5e00199f1388c496bd44d1c3638c096986&build=4&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3373%2F4%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3373&job=&cmd_args= [2021-04-19T08:53:44.970Z] -> Pinging Codecov [2021-04-19T08:53:44.970Z] https://codecov.io/upload/v4?package=bash-1.0.1&token=secret&branch=PR-3373&commit=180c5a5e00199f1388c496bd44d1c3638c096986&build=4&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3373%2F4%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3373&job=&cmd_args= [2021-04-19T08:53:45.544Z] -> Uploading to [2021-04-19T08:53:45.544Z] https://storage.googleapis.com/codecov/v4/raw/2021-04-19/00271124DB129430A58F1EEE437C3FCB/180c5a5e00199f1388c496bd44d1c3638c096986/6b685445-0ac3-46ef-a0a4-6bfde6127b2c.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210419%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210419T085345Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=bf2919c9acaba6385cd6b2ac70680dd0a54f34f53bc66b18430ca8b40951bc04 [2021-04-19T08:53:45.544Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-19T08:53:45.544Z] Dload Upload Total Spent Left Speed [2021-04-19T08:53:46.067Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 98713 0 0 100 98713 0 234k --:--:-- --:--:-- --:--:-- 233k [2021-04-19T08:53:46.067Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/180c5a5e00199f1388c496bd44d1c3638c096986 [Pipeline] } [2021-04-19T08:53:46.076Z] 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-04-19T08:53:46.781Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-19T08:53:47.662Z] ---> package-listing.sh [2021-04-19T08:53:47.663Z] ++ facter osfamily [2021-04-19T08:53:47.663Z] ++ tr '[:upper:]' '[:lower:]' [2021-04-19T08:53:47.663Z] + OS_FAMILY=redhat [2021-04-19T08:53:47.663Z] + workspace=/w/workspace/edgex-go/4 [2021-04-19T08:53:47.663Z] + START_PACKAGES=/tmp/packages_start.txt [2021-04-19T08:53:47.663Z] + END_PACKAGES=/tmp/packages_end.txt [2021-04-19T08:53:47.663Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-04-19T08:53:47.663Z] + PACKAGES=/tmp/packages_start.txt [2021-04-19T08:53:47.663Z] + '[' /w/workspace/edgex-go/4 ']' [2021-04-19T08:53:47.663Z] + PACKAGES=/tmp/packages_end.txt [2021-04-19T08:53:47.663Z] + case "${OS_FAMILY}" in [2021-04-19T08:53:47.663Z] + rpm -qa [2021-04-19T08:53:47.663Z] + sort [2021-04-19T08:53:52.971Z] + '[' -f /tmp/packages_start.txt ']' [2021-04-19T08:53:52.971Z] + '[' -f /tmp/packages_end.txt ']' [2021-04-19T08:53:52.971Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-04-19T08:53:52.971Z] + '[' /w/workspace/edgex-go/4 ']' [2021-04-19T08:53:52.971Z] + mkdir -p /w/workspace/edgex-go/4/archives/ [2021-04-19T08:53:52.971Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/4/archives/ [Pipeline] echo [2021-04-19T08:53:52.984Z] 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/4/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-04-19T08:53:53.274Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-04-19T08:53:53.578Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-19T08:53:53.578Z] [2021-04-19T08:53:53.578Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-04-19T08:53:53.897Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-19T08:53:53.897Z] alpine: Pulling from edgex-lftools-log-publisher [2021-04-19T08:53:53.897Z] df20fa9351a1: Pulling fs layer [2021-04-19T08:53:53.897Z] 36b3adc4ff6f: Pulling fs layer [2021-04-19T08:53:53.897Z] 8ad3a11d3b57: Pulling fs layer [2021-04-19T08:53:53.897Z] 46f8f816bc3b: Pulling fs layer [2021-04-19T08:53:53.897Z] 93b61091891f: Pulling fs layer [2021-04-19T08:53:53.897Z] 93b9cdb0e59b: Pulling fs layer [2021-04-19T08:53:53.897Z] 5e14af77c1be: Pulling fs layer [2021-04-19T08:53:53.897Z] 01666e4c0597: Pulling fs layer [2021-04-19T08:53:53.897Z] aa168da1d23b: Pulling fs layer [2021-04-19T08:53:53.897Z] 93b9cdb0e59b: Waiting [2021-04-19T08:53:53.897Z] 5e14af77c1be: Waiting [2021-04-19T08:53:53.897Z] 01666e4c0597: Waiting [2021-04-19T08:53:53.897Z] aa168da1d23b: Waiting [2021-04-19T08:53:53.897Z] 46f8f816bc3b: Waiting [2021-04-19T08:53:53.897Z] 93b61091891f: Waiting [2021-04-19T08:53:53.897Z] 36b3adc4ff6f: Verifying Checksum [2021-04-19T08:53:53.897Z] 36b3adc4ff6f: Download complete [2021-04-19T08:53:53.897Z] 46f8f816bc3b: Verifying Checksum [2021-04-19T08:53:53.897Z] 46f8f816bc3b: Download complete [2021-04-19T08:53:54.160Z] df20fa9351a1: Verifying Checksum [2021-04-19T08:53:54.160Z] 93b9cdb0e59b: Verifying Checksum [2021-04-19T08:53:54.160Z] 93b9cdb0e59b: Download complete [2021-04-19T08:53:54.160Z] 93b61091891f: Verifying Checksum [2021-04-19T08:53:54.160Z] 93b61091891f: Download complete [2021-04-19T08:53:54.160Z] 5e14af77c1be: Verifying Checksum [2021-04-19T08:53:54.160Z] 5e14af77c1be: Download complete [2021-04-19T08:53:54.160Z] 01666e4c0597: Verifying Checksum [2021-04-19T08:53:54.160Z] 01666e4c0597: Download complete [2021-04-19T08:53:54.160Z] 8ad3a11d3b57: Verifying Checksum [2021-04-19T08:53:54.160Z] 8ad3a11d3b57: Download complete [2021-04-19T08:53:54.427Z] df20fa9351a1: Pull complete [2021-04-19T08:53:54.690Z] 36b3adc4ff6f: Pull complete [2021-04-19T08:53:56.101Z] aa168da1d23b: Verifying Checksum [2021-04-19T08:53:56.101Z] aa168da1d23b: Download complete [2021-04-19T08:53:56.101Z] 8ad3a11d3b57: Pull complete [2021-04-19T08:53:57.050Z] 46f8f816bc3b: Pull complete [2021-04-19T08:53:58.011Z] 93b61091891f: Pull complete [2021-04-19T08:53:58.272Z] 93b9cdb0e59b: Pull complete [2021-04-19T08:53:58.272Z] 5e14af77c1be: Pull complete [2021-04-19T08:53:58.536Z] 01666e4c0597: Pull complete [2021-04-19T08:54:06.757Z] aa168da1d23b: Pull complete [2021-04-19T08:54:06.757Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-04-19T08:54:06.757Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-19T08:54:06.757Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-04-19T08:54:07.009Z] prd-centos7-docker-4c-2g-739 does not seem to be running inside a container [2021-04-19T08:54:07.115Z] $ 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/4/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/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-04-19T08:54:11.016Z] $ docker top 1e4a97c5dea31f3a4181cf2c938f4df0d706871867628524d6b9a51d3d5f1de2 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-19T08:54:11.524Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-04-19T08:54:11.826Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-04-19T08:54:12.127Z] + ls /var/log/sa-host [2021-04-19T08:54:12.127Z] + sadf -c /var/log/sa-host/sa19 [2021-04-19T08:54:12.127Z] file_magic: OK [2021-04-19T08:54:12.127Z] HZ: Using current value: 100 [2021-04-19T08:54:12.127Z] file_header: OK [2021-04-19T08:54:12.127Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-04-19T08:54:12.127Z] Statistics: [2021-04-19T08:54:12.127Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-04-19T08:54:12.127Z] File successfully converted to sysstat format version 12.2.1 [2021-04-19T08:54:12.127Z] + sadf -c /var/log/sa-host/sa23 [2021-04-19T08:54:12.127Z] file_magic: OK [2021-04-19T08:54:12.127Z] HZ: Using current value: 100 [2021-04-19T08:54:12.127Z] file_header: OK [2021-04-19T08:54:12.127Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-04-19T08:54:12.127Z] Statistics: [2021-04-19T08:54:12.127Z] Hnuu...uuuununununu... [2021-04-19T08:54:12.127Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-04-19T08:54:12.289Z] provisioning config files... [2021-04-19T08:54:12.304Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/4@tmp/config5742532588941693675tmp [Pipeline] { [Pipeline] echo [2021-04-19T08:54:12.326Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-19T08:54:12.624Z] ---> create-netrc.sh [Pipeline] } [2021-04-19T08:54:12.633Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-04-19T08:54:12.661Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-19T08:54:12.966Z] ---> python-tools-install.sh [Pipeline] echo [2021-04-19T08:54:12.977Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-19T08:54:13.277Z] ---> sudo-logs.sh [2021-04-19T08:54:13.277Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-04-19T08:54:13.304Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-19T08:54:13.601Z] ---> job-cost.sh [2021-04-19T08:54:13.601Z] lf-activate-venv: SKIPPING [2021-04-19T08:54:13.601Z] DEBUG: total: 0.20999999344348907 [2021-04-19T08:54:13.601Z] INFO: Retrieving Stack Cost... [2021-04-19T08:54:14.547Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-04-19T08:54:15.120Z] INFO: Archiving Costs [Pipeline] echo [2021-04-19T08:54:15.136Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-19T08:54:15.437Z] ---> logs-deploy.sh [2021-04-19T08:54:15.437Z] lf-activate-venv: SKIPPING [2021-04-19T08:54:15.437Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3373/4 [2021-04-19T08:54:15.437Z] INFO: archiving workspace using pattern(s): [2021-04-19T08:54:17.369Z] Archives upload complete. [2021-04-19T08:54:17.369Z] INFO: archiving logs to Nexus