Pull request #3234 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 4c81057e5db04cbec8dfe4ac23e02b6bdcda2789+93b0d44f3282e8e67ab2a65e7472dd6ab7657d0e (23335ef5834a78806f07f2f40956dace7a1fe4d1) 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-112 in /w/workspace/edgexfoundry_edgex-go_PR-3234 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/68 [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/68 # 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 93b0d44f3282e8e67ab2a65e7472dd6ab7657d0e into PR head commit 4c81057e5db04cbec8dfe4ac23e02b6bdcda2789 Merge succeeded, producing 4c81057e5db04cbec8dfe4ac23e02b6bdcda2789 Checking out Revision 4c81057e5db04cbec8dfe4ac23e02b6bdcda2789 (PR-3234) > 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/3234/head:refs/remotes/origin/PR-3234 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 4c81057e5db04cbec8dfe4ac23e02b6bdcda2789 # 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 93b0d44f3282e8e67ab2a65e7472dd6ab7657d0e # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 4c81057e5db04cbec8dfe4ac23e02b6bdcda2789 # timeout=10 Commit message: "Bump github.com/lib/pq from 1.9.0 to 1.10.0" First time build. Skipping changelog. > git rev-list --no-walk 0e6944ca6bdff50903702300dc93f7782ac8aabe # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-04-14T12:55:58.890Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-04-14T12:55:58.969Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-04-14T12:55:58.997Z] ========================================================= [2021-04-14T12:55:58.997Z] EdgeX Global Pipelines Version Info [2021-04-14T12:55:58.997Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-04-14T12:56:00.513Z] ------------------- [2021-04-14T12:56:00.513Z] stable info: [2021-04-14T12:56:00.513Z] ------------------- [2021-04-14T12:56:00.513Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-04-14T12:56:00.513Z] Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 [2021-04-14T12:56:00.513Z] Message: update stable to v1.0.186 [2021-04-14T12:56:01.463Z] ------------------- [2021-04-14T12:56:01.463Z] experimental info: [2021-04-14T12:56:01.463Z] ------------------- [2021-04-14T12:56:01.463Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-04-14T12:56:01.463Z] Commit SHA: d990d252097850d5d490fbb59df25296f5300d79 [2021-04-14T12:56:01.463Z] Message: update experimental to v1.0.188 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-04-14T12:56:01.604Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-04-14T12:56:01.629Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-04-14T12:56:01.650Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-04-14T12:56:01.672Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-04-14T12:56:01.694Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-04-14T12:56:01.718Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-04-14T12:56:01.749Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-04-14T12:56:01.771Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-04-14T12:56:01.792Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-04-14T12:56:01.815Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-04-14T12:56:01.838Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-04-14T12:56:01.859Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-04-14T12:56:01.881Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-04-14T12:56:01.901Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-04-14T12:56:01.921Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-04-14T12:56:01.942Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-04-14T12:56:01.963Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-04-14T12:56:01.987Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-04-14T12:56:02.007Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-04-14T12:56:02.028Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-04-14T12:56:02.049Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-04-14T12:56:02.073Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-04-14T12:56:02.104Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3234 [Pipeline] echo [2021-04-14T12:56:02.126Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3234 [Pipeline] echo [2021-04-14T12:56:02.149Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3234 [Pipeline] echo [2021-04-14T12:56:02.171Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 4c81057e5db04cbec8dfe4ac23e02b6bdcda2789 [Pipeline] echo [2021-04-14T12:56:02.193Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 4c81057 [Pipeline] echo [2021-04-14T12:56:02.215Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-14T12:56:02.286Z] provisioning config files... [2021-04-14T12:56:02.324Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/68@tmp/config9127940722359960147tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-14T12:56:02.671Z] ---> docker-login.sh [2021-04-14T12:56:02.671Z] nexus3.edgexfoundry.org:10001 [2021-04-14T12:56:02.935Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-14T12:56:03.199Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-14T12:56:03.199Z] Configure a credential helper to remove this warning. See [2021-04-14T12:56:03.199Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-14T12:56:03.199Z] [2021-04-14T12:56:03.199Z] Login Succeeded [2021-04-14T12:56:03.199Z] nexus3.edgexfoundry.org:10002 [2021-04-14T12:56:03.199Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-14T12:56:03.199Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-14T12:56:03.199Z] Configure a credential helper to remove this warning. See [2021-04-14T12:56:03.199Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-14T12:56:03.199Z] [2021-04-14T12:56:03.199Z] Login Succeeded [2021-04-14T12:56:03.199Z] nexus3.edgexfoundry.org:10003 [2021-04-14T12:56:03.461Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-14T12:56:03.461Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-14T12:56:03.461Z] Configure a credential helper to remove this warning. See [2021-04-14T12:56:03.461Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-14T12:56:03.461Z] [2021-04-14T12:56:03.461Z] Login Succeeded [2021-04-14T12:56:03.461Z] nexus3.edgexfoundry.org:10004 [2021-04-14T12:56:03.730Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-14T12:56:03.730Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-14T12:56:03.730Z] Configure a credential helper to remove this warning. See [2021-04-14T12:56:03.730Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-14T12:56:03.730Z] [2021-04-14T12:56:03.730Z] Login Succeeded [2021-04-14T12:56:03.730Z] docker.io [2021-04-14T12:56:03.730Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-14T12:56:03.995Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-14T12:56:03.995Z] Configure a credential helper to remove this warning. See [2021-04-14T12:56:03.995Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-14T12:56:03.995Z] [2021-04-14T12:56:03.995Z] Login Succeeded [2021-04-14T12:56:03.995Z] ---> docker-login.sh ends [Pipeline] } [2021-04-14T12:56:04.006Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-14T12:56:04.336Z] ++ 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-14T12:56:04.336Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-14T12:56:04.336Z] ++ dirname cmd/core-command/Dockerfile [2021-04-14T12:56:04.336Z] ++ cut -d/ -f2 [2021-04-14T12:56:04.336Z] + echo core-command,cmd/core-command/Dockerfile [2021-04-14T12:56:04.336Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-14T12:56:04.336Z] ++ dirname cmd/core-data/Dockerfile [2021-04-14T12:56:04.336Z] ++ cut -d/ -f2 [2021-04-14T12:56:04.336Z] + echo core-data,cmd/core-data/Dockerfile [2021-04-14T12:56:04.336Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-14T12:56:04.336Z] ++ dirname cmd/core-metadata/Dockerfile [2021-04-14T12:56:04.336Z] ++ cut -d/ -f2 [2021-04-14T12:56:04.336Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-04-14T12:56:04.336Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-14T12:56:04.336Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-04-14T12:56:04.336Z] ++ cut -d/ -f2 [2021-04-14T12:56:04.336Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-04-14T12:56:04.336Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-14T12:56:04.336Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-04-14T12:56:04.336Z] ++ cut -d/ -f2 [2021-04-14T12:56:04.336Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-04-14T12:56:04.336Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-14T12:56:04.336Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-04-14T12:56:04.336Z] ++ cut -d/ -f2 [2021-04-14T12:56:04.336Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-04-14T12:56:04.336Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-14T12:56:04.336Z] ++ dirname cmd/support-notifications/Dockerfile [2021-04-14T12:56:04.336Z] ++ cut -d/ -f2 [2021-04-14T12:56:04.336Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-04-14T12:56:04.336Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-14T12:56:04.336Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-04-14T12:56:04.336Z] ++ cut -d/ -f2 [2021-04-14T12:56:04.336Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-04-14T12:56:04.336Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-14T12:56:04.336Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-04-14T12:56:04.336Z] ++ cut -d/ -f2 [2021-04-14T12:56:04.336Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-04-14T12:56:04.425Z] 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-14T12:56:05.040Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-14T12:56:05.040Z] [2021-04-14T12:56:05.040Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-04-14T12:56:05.354Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-14T12:56:05.354Z] latest: Pulling from edgex-devops/git-semver [2021-04-14T12:56:05.354Z] 31603596830f: Pulling fs layer [2021-04-14T12:56:05.354Z] 2a8b12db71e7: Pulling fs layer [2021-04-14T12:56:05.354Z] 6ca5941a6612: Pulling fs layer [2021-04-14T12:56:05.354Z] ecc8261a40a4: Pulling fs layer [2021-04-14T12:56:05.354Z] ecc8261a40a4: Waiting [2021-04-14T12:56:05.354Z] 2a8b12db71e7: Verifying Checksum [2021-04-14T12:56:05.354Z] 2a8b12db71e7: Download complete [2021-04-14T12:56:05.354Z] 31603596830f: Download complete [2021-04-14T12:56:05.627Z] ecc8261a40a4: Verifying Checksum [2021-04-14T12:56:05.627Z] ecc8261a40a4: Download complete [2021-04-14T12:56:05.627Z] 6ca5941a6612: Verifying Checksum [2021-04-14T12:56:05.627Z] 6ca5941a6612: Download complete [2021-04-14T12:56:05.890Z] 31603596830f: Pull complete [2021-04-14T12:56:05.890Z] 2a8b12db71e7: Pull complete [2021-04-14T12:56:06.839Z] 6ca5941a6612: Pull complete [2021-04-14T12:56:07.103Z] ecc8261a40a4: Pull complete [2021-04-14T12:56:07.103Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-04-14T12:56:07.103Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-14T12:56:07.103Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-04-14T12:56:07.211Z] prd-centos7-docker-4c-2g-112 does not seem to be running inside a container [2021-04-14T12:56:07.270Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/68 -v /w/workspace/edgex-go/68:/w/workspace/edgex-go/68:rw,z -v /w/workspace/edgex-go/68@tmp:/w/workspace/edgex-go/68@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-04-14T12:56:09.760Z] $ docker top 312f4e7c5de7adeca67d0655609f3c114faa03a73e9fb4879d90c1da152b5578 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-14T12:56:09.902Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-14T12:56:09.903Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-14T12:56:10.133Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-14T12:56:10.141Z] $ docker exec 312f4e7c5de7adeca67d0655609f3c114faa03a73e9fb4879d90c1da152b5578 ssh-agent [2021-04-14T12:56:10.304Z] SSH_AUTH_SOCK=/tmp/ssh-FFd0k13gudE2/agent.12 [2021-04-14T12:56:10.304Z] SSH_AGENT_PID=17 [2021-04-14T12:56:10.316Z] Running ssh-add (command line suppressed) [2021-04-14T12:56:10.432Z] Identity added: /w/workspace/edgex-go/68@tmp/private_key_8711750985203064753.key (/w/workspace/edgex-go/68@tmp/private_key_8711750985203064753.key) [2021-04-14T12:56:10.479Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-14T12:56:10.776Z] + git tag --points-at HEAD [Pipeline] } [2021-04-14T12:56:10.801Z] $ docker exec --env ******** --env ******** 312f4e7c5de7adeca67d0655609f3c114faa03a73e9fb4879d90c1da152b5578 ssh-agent -k [2021-04-14T12:56:10.919Z] unset SSH_AUTH_SOCK; [2021-04-14T12:56:10.919Z] unset SSH_AGENT_PID; [2021-04-14T12:56:10.919Z] echo Agent pid 17 killed; [2021-04-14T12:56:10.959Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-04-14T12:56:11.003Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-14T12:56:11.003Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-14T12:56:11.198Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-14T12:56:11.207Z] $ docker exec 312f4e7c5de7adeca67d0655609f3c114faa03a73e9fb4879d90c1da152b5578 ssh-agent [2021-04-14T12:56:11.433Z] SSH_AUTH_SOCK=/tmp/ssh-QX6zYSE2qtA1/agent.46 [2021-04-14T12:56:11.433Z] SSH_AGENT_PID=52 [2021-04-14T12:56:11.442Z] Running ssh-add (command line suppressed) [2021-04-14T12:56:11.571Z] Identity added: /w/workspace/edgex-go/68@tmp/private_key_7135775890063732110.key (/w/workspace/edgex-go/68@tmp/private_key_7135775890063732110.key) [2021-04-14T12:56:11.635Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-14T12:56:11.948Z] + git semver init [2021-04-14T12:56:11.948Z] # -> Open(): unable to determine branch for HEAD [2021-04-14T12:56:11.948Z] # $GIT_DIR = /w/workspace/edgex-go/68/.git [2021-04-14T12:56:11.948Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/68 [2021-04-14T12:56:11.948Z] # $SEMVER_REMOTE_NAME = origin [2021-04-14T12:56:11.948Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-14T12:56:11.948Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-14T12:56:11.948Z] # $SEMVER_BRANCH = PR-3234 [2021-04-14T12:56:11.948Z] # $SEMVER_TEMP = /tmp/semver-911099457 [2021-04-14T12:56:11.948Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-04-14T12:56:30.137Z] # '/tmp/semver-911099457' -> '/w/workspace/edgex-go/68/.semver' [2021-04-14T12:56:30.137Z] # -> Force: false [2021-04-14T12:56:30.137Z] # $SEMVER_DIR = /w/workspace/edgex-go/68/.semver [Pipeline] } [2021-04-14T12:56:30.156Z] $ docker exec --env ******** --env ******** 312f4e7c5de7adeca67d0655609f3c114faa03a73e9fb4879d90c1da152b5578 ssh-agent -k [2021-04-14T12:56:30.418Z] unset SSH_AUTH_SOCK; [2021-04-14T12:56:30.419Z] unset SSH_AGENT_PID; [2021-04-14T12:56:30.419Z] echo Agent pid 52 killed; [2021-04-14T12:56:30.522Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-14T12:56:30.859Z] + git semver [Pipeline] } [2021-04-14T12:56:30.880Z] $ docker stop --time=1 312f4e7c5de7adeca67d0655609f3c114faa03a73e9fb4879d90c1da152b5578 [2021-04-14T12:56:32.507Z] $ docker rm -f 312f4e7c5de7adeca67d0655609f3c114faa03a73e9fb4879d90c1da152b5578 [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-14T12:56:32.943Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-04-14T12:56:33.358Z] Stashed 1 file(s) [Pipeline] echo [2021-04-14T12:56:33.361Z] [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-14T12:56:33.929Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-04-14T12:56:34.235Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-04-14T12:56:34.535Z] + sudo service docker restart [2021-04-14T12:56:34.535Z] + true [2021-04-14T12:56:34.535Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-04-14T12:56:35.124Z] ========================================================= [2021-04-14T12:56:35.124Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-04-14T12:56:35.124Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-04-14T12:56:35.430Z] + 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-14T12:56:38.758Z] Sending build context to Docker daemon 329.3MB [2021-04-14T12:56:38.758Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-04-14T12:56:38.758Z] Step 2/6 : FROM ${BASE} [2021-04-14T12:56:39.023Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-04-14T12:56:39.023Z] 188c0c94c7c5: Pulling fs layer [2021-04-14T12:56:39.023Z] 0ef7d3d256c8: Pulling fs layer [2021-04-14T12:56:39.023Z] de9db76c5a1d: Pulling fs layer [2021-04-14T12:56:39.023Z] bca2f99d35d6: Pulling fs layer [2021-04-14T12:56:39.023Z] 93359f2a8cfa: Pulling fs layer [2021-04-14T12:56:39.023Z] 7c6f9722023f: Pulling fs layer [2021-04-14T12:56:39.023Z] a35cf1a2eb13: Pulling fs layer [2021-04-14T12:56:39.023Z] 93359f2a8cfa: Waiting [2021-04-14T12:56:39.023Z] 7c6f9722023f: Waiting [2021-04-14T12:56:39.023Z] a35cf1a2eb13: Waiting [2021-04-14T12:56:39.023Z] bca2f99d35d6: Waiting [2021-04-14T12:56:39.023Z] de9db76c5a1d: Verifying Checksum [2021-04-14T12:56:39.023Z] de9db76c5a1d: Download complete [2021-04-14T12:56:39.023Z] 0ef7d3d256c8: Verifying Checksum [2021-04-14T12:56:39.023Z] 0ef7d3d256c8: Download complete [2021-04-14T12:56:39.023Z] 93359f2a8cfa: Verifying Checksum [2021-04-14T12:56:39.023Z] 93359f2a8cfa: Download complete [2021-04-14T12:56:39.023Z] 188c0c94c7c5: Download complete [2021-04-14T12:56:39.023Z] 7c6f9722023f: Verifying Checksum [2021-04-14T12:56:39.023Z] 7c6f9722023f: Download complete [2021-04-14T12:56:39.288Z] 188c0c94c7c5: Pull complete [2021-04-14T12:56:39.549Z] 0ef7d3d256c8: Pull complete [2021-04-14T12:56:39.549Z] de9db76c5a1d: Pull complete [2021-04-14T12:56:40.946Z] a35cf1a2eb13: Verifying Checksum [2021-04-14T12:56:40.946Z] a35cf1a2eb13: Download complete [2021-04-14T12:56:41.522Z] bca2f99d35d6: Verifying Checksum [2021-04-14T12:56:41.522Z] bca2f99d35d6: Download complete [2021-04-14T12:56:46.866Z] bca2f99d35d6: Pull complete [2021-04-14T12:56:46.866Z] 93359f2a8cfa: Pull complete [2021-04-14T12:56:46.866Z] 7c6f9722023f: Pull complete [2021-04-14T12:56:48.485Z] Still waiting to schedule task [2021-04-14T12:56:48.485Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2021-04-14T12:56:51.104Z] a35cf1a2eb13: Pull complete [2021-04-14T12:56:51.104Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-04-14T12:56:51.104Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-04-14T12:56:51.104Z] ---> a62c8e92a672 [2021-04-14T12:56:51.104Z] 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-14T12:56:51.104Z] ---> Running in e605916de11e [2021-04-14T12:56:51.681Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-14T12:56:52.259Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-14T12:56:52.834Z] (1/12) Installing libmagic (5.38-r0) [2021-04-14T12:56:53.410Z] (2/12) Installing file (5.38-r0) [2021-04-14T12:56:53.410Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-04-14T12:56:53.674Z] (4/12) Installing g++ (9.3.0-r2) [2021-04-14T12:56:57.895Z] (5/12) Installing fortify-headers (1.1-r0) [2021-04-14T12:56:57.896Z] (6/12) Installing patch (2.7.6-r6) [2021-04-14T12:56:57.896Z] (7/12) Installing build-base (0.5-r2) [2021-04-14T12:56:57.896Z] (8/12) Installing libsodium (1.0.18-r0) [2021-04-14T12:56:57.896Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-04-14T12:56:57.896Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-04-14T12:56:57.896Z] (11/12) Installing libzmq (4.3.3-r0) [2021-04-14T12:56:57.896Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-04-14T12:56:58.158Z] Executing busybox-1.31.1-r19.trigger [2021-04-14T12:56:58.158Z] OK: 233 MiB in 51 packages [2021-04-14T12:57:01.478Z] Removing intermediate container e605916de11e [2021-04-14T12:57:01.478Z] ---> 1be8be153765 [2021-04-14T12:57:01.478Z] Step 4/6 : WORKDIR /edgex-go [2021-04-14T12:57:01.478Z] ---> Running in e53425145779 [2021-04-14T12:57:01.742Z] Removing intermediate container e53425145779 [2021-04-14T12:57:01.742Z] ---> c413963f29b0 [2021-04-14T12:57:01.742Z] Step 5/6 : COPY go.mod . [2021-04-14T12:57:02.017Z] ---> c56ceba8f5bb [2021-04-14T12:57:02.017Z] Step 6/6 : RUN go mod download [2021-04-14T12:57:02.017Z] ---> Running in 06c407c1be9e [2021-04-14T12:57:24.039Z] Removing intermediate container 06c407c1be9e [2021-04-14T12:57:24.039Z] ---> 94c264702ab7 [2021-04-14T12:57:24.039Z] Successfully built 94c264702ab7 [2021-04-14T12:57:24.039Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-14T12:57:24.361Z] + docker inspect -f . ci-base-image-x86_64 [2021-04-14T12:57:24.361Z] . [Pipeline] withDockerContainer [2021-04-14T12:57:24.475Z] prd-centos7-docker-4c-2g-112 does not seem to be running inside a container [2021-04-14T12:57:24.528Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/68 -v /w/workspace/edgex-go/68:/w/workspace/edgex-go/68:rw,z -v /w/workspace/edgex-go/68@tmp:/w/workspace/edgex-go/68@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-04-14T12:57:25.337Z] $ docker top 5392769e332249145e874c623a3f5ae66606bf838526d395a3a90cb081d5e375 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-14T12:57:25.815Z] + go version [2021-04-14T12:57:25.815Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-04-14T12:57:25.836Z] $ docker stop --time=1 5392769e332249145e874c623a3f5ae66606bf838526d395a3a90cb081d5e375 [2021-04-14T12:57:27.186Z] $ docker rm -f 5392769e332249145e874c623a3f5ae66606bf838526d395a3a90cb081d5e375 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-14T12:57:27.673Z] + docker inspect -f . ci-base-image-x86_64 [2021-04-14T12:57:27.673Z] . [Pipeline] withDockerContainer [2021-04-14T12:57:27.786Z] prd-centos7-docker-4c-2g-112 does not seem to be running inside a container [2021-04-14T12:57:27.846Z] $ 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/68 -v /w/workspace/edgex-go/68:/w/workspace/edgex-go/68:rw,z -v /w/workspace/edgex-go/68@tmp:/w/workspace/edgex-go/68@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-04-14T12:57:28.683Z] $ docker top 3be1c855f3abe47c1fb45451475f437d9ba07834c4551aa23a4ea47eddaed5ba -eo pid,comm [Pipeline] { [Pipeline] echo [2021-04-14T12:57:28.818Z] ========================================================= [2021-04-14T12:57:28.818Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-04-14T12:57:28.818Z] ========================================================= [Pipeline] sh [2021-04-14T12:57:29.115Z] + make test [2021-04-14T12:57:29.116Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-04-14T12:57:39.177Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-04-14T12:57:54.252Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-04-14T12:58:00.904Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-04-14T12:58:00.904Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-04-14T12:58:00.904Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-04-14T12:58:03.524Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-04-14T12:58:03.524Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-04-14T12:58:03.524Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-04-14T12:58:03.524Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-04-14T12:58:03.799Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-04-14T12:58:04.403Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-04-14T12:58:07.013Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-04-14T12:58:07.013Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-04-14T12:58:07.013Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-04-14T12:58:08.986Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.144s coverage: 45.9% of statements [2021-04-14T12:58:08.986Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-04-14T12:58:08.986Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-04-14T12:58:08.986Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-04-14T12:58:08.986Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-04-14T12:58:08.986Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-04-14T12:58:08.986Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-04-14T12:58:08.986Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.069s coverage: 19.8% of statements [2021-04-14T12:58:08.986Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.120s coverage: 100.0% of statements [2021-04-14T12:58:14.358Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.207s coverage: 27.1% of statements [2021-04-14T12:58:14.358Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-04-14T12:58:14.358Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-04-14T12:58:14.358Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-04-14T12:58:14.358Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-04-14T12:58:14.358Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-04-14T12:58:14.358Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-04-14T12:58:14.358Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.052s coverage: 100.0% of statements [2021-04-14T12:58:14.358Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-04-14T12:58:14.358Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.087s coverage: 100.0% of statements [2021-04-14T12:58:14.358Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-04-14T12:58:14.358Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-04-14T12:58:14.358Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.128s coverage: 71.3% of statements [2021-04-14T12:58:14.358Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-04-14T12:58:14.358Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-04-14T12:58:14.358Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.185s coverage: 82.9% of statements [2021-04-14T12:58:14.358Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-04-14T12:58:14.358Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-04-14T12:58:14.358Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.060s coverage: 78.9% of statements [2021-04-14T12:58:14.358Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-04-14T12:58:16.963Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.379s coverage: 28.6% of statements [2021-04-14T12:58:16.963Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-04-14T12:58:16.963Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-04-14T12:58:16.963Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-04-14T12:58:16.963Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-04-14T12:58:16.963Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-04-14T12:58:16.963Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.080s coverage: 100.0% of statements [2021-04-14T12:58:16.963Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-04-14T12:58:16.963Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.082s coverage: 100.0% of statements [2021-04-14T12:58:16.963Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-04-14T12:58:16.963Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.194s coverage: 86.7% of statements [2021-04-14T12:58:16.963Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-04-14T12:58:16.963Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.123s coverage: 97.5% of statements [2021-04-14T12:58:16.963Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-04-14T12:58:16.963Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.089s coverage: 78.3% of statements [2021-04-14T12:58:16.963Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-04-14T12:58:16.963Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-04-14T12:58:16.963Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-04-14T12:58:16.963Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-04-14T12:58:19.584Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.338s coverage: 92.8% of statements [2021-04-14T12:58:19.584Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-04-14T12:58:19.584Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-04-14T12:58:19.584Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-04-14T12:58:19.584Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-04-14T12:58:19.584Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-04-14T12:58:19.584Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-04-14T12:58:19.584Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-04-14T12:58:19.584Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-04-14T12:58:19.584Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-04-14T12:58:19.584Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-04-14T12:58:19.584Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-04-14T12:58:19.584Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-04-14T12:58:19.584Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-04-14T12:58:19.584Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-04-14T12:58:19.584Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-04-14T12:58:19.584Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-04-14T12:58:19.584Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-04-14T12:58:19.584Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-04-14T12:58:19.584Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.063s coverage: 58.8% of statements [2021-04-14T12:58:19.584Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-04-14T12:58:19.584Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-04-14T12:58:19.584Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.078s coverage: 0.9% of statements [2021-04-14T12:58:19.584Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-04-14T12:58:19.584Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-04-14T12:58:19.584Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-04-14T12:58:19.584Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.054s coverage: 47.1% of statements [2021-04-14T12:58:19.584Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.094s coverage: 79.5% of statements [2021-04-14T12:58:19.584Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.044s coverage: 94.1% of statements [2021-04-14T12:58:20.180Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.101s coverage: 96.3% of statements [2021-04-14T12:58:20.180Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.070s coverage: 87.5% of statements [2021-04-14T12:58:32.452Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.066s coverage: 94.4% of statements [2021-04-14T12:58:32.452Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.061s coverage: 44.8% of statements [2021-04-14T12:58:35.039Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.275s coverage: 81.9% of statements [2021-04-14T12:58:35.039Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2021-04-14T12:58:36.421Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-115 in /w/workspace/edgexfoundry_edgex-go_PR-3234 [Pipeline] { [Pipeline] ws [2021-04-14T12:58:36.440Z] Running in /w/workspace/edgex-go/68 [Pipeline] { [Pipeline] checkout [2021-04-14T12:58:41.741Z] using credential edgex-jenkins-ssh [2021-04-14T12:58:41.762Z] Cloning the remote Git repository [2021-04-14T12:58:41.926Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-04-14T12:58:42.089Z] > git init /w/workspace/edgex-go/68 # timeout=10 [2021-04-14T12:58:42.177Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-04-14T12:58:42.178Z] > git --version # timeout=10 [2021-04-14T12:58:42.192Z] > git --version # 'git version 2.17.1' [2021-04-14T12:58:42.193Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-14T12:58:42.300Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-14T12:58:43.463Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.095s coverage: 92.9% of statements [2021-04-14T12:58:43.463Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-04-14T12:58:43.463Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-04-14T12:58:43.463Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-04-14T12:58:43.463Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.033s coverage: 77.8% of statements [2021-04-14T12:58:43.463Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-04-14T12:58:43.463Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-04-14T12:58:43.463Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-04-14T12:58:43.463Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-04-14T12:58:43.463Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-04-14T12:58:43.463Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.063s coverage: 87.2% of statements [2021-04-14T12:58:43.463Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-04-14T12:58:43.463Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-04-14T12:58:43.463Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.054s coverage: 100.0% of statements [2021-04-14T12:58:43.463Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-04-14T12:58:43.463Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.079s coverage: 75.5% of statements [2021-04-14T12:58:43.463Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-04-14T12:58:43.463Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.057s coverage: 80.8% of statements [2021-04-14T12:58:43.463Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.110s coverage: 87.2% of statements [2021-04-14T12:58:43.463Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.094s coverage: 84.6% of statements [2021-04-14T12:58:43.463Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.097s coverage: 91.6% of statements [2021-04-14T12:58:43.463Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-04-14T12:58:43.463Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.213s coverage: 64.4% of statements [2021-04-14T12:58:43.463Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-04-14T12:58:43.463Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-04-14T12:58:43.463Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.059s coverage: 100.0% of statements [2021-04-14T12:58:43.463Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.044s coverage: 91.3% of statements [2021-04-14T12:58:43.463Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.039s coverage: 100.0% of statements [2021-04-14T12:58:43.463Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.040s coverage: 73.7% of statements [2021-04-14T12:58:43.463Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.033s coverage: 100.0% of statements [2021-04-14T12:58:43.463Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.394s coverage: 69.0% of statements [2021-04-14T12:58:43.463Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-04-14T12:58:43.463Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-04-14T12:58:43.463Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-04-14T12:58:43.463Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.168s coverage: 38.4% of statements [2021-04-14T12:58:43.463Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-04-14T12:58:43.463Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-04-14T12:58:43.463Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.051s coverage: 89.5% of statements [2021-04-14T12:58:43.463Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-04-14T12:58:43.463Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.033s coverage: 84.8% of statements [2021-04-14T12:58:43.463Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.139s coverage: 47.0% of statements [2021-04-14T12:58:43.463Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-04-14T12:58:43.463Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-04-14T12:58:43.463Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-04-14T12:58:43.463Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-04-14T12:58:43.463Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-04-14T12:58:43.463Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.048s coverage: 100.0% of statements [2021-04-14T12:58:43.463Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-04-14T12:58:43.463Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.054s coverage: 100.0% of statements [2021-04-14T12:58:43.464Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-04-14T12:58:43.464Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-04-14T12:58:43.464Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 0.061s coverage: 10.5% of statements [2021-04-14T12:58:43.464Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-04-14T12:58:43.464Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.153s coverage: 87.7% of statements [2021-04-14T12:58:43.464Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-04-14T12:58:43.464Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-04-14T12:58:43.464Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-04-14T12:58:45.185Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 1.075s coverage: 29.1% of statements [2021-04-14T12:58:45.185Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-04-14T12:58:45.185Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-04-14T12:58:45.185Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-04-14T12:58:45.185Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-04-14T12:58:45.185Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-04-14T12:58:45.185Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.076s coverage: 99.0% of statements [2021-04-14T12:58:45.185Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-04-14T12:58:45.185Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.081s coverage: 100.0% of statements [2021-04-14T12:58:45.185Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-04-14T12:58:45.185Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-04-14T12:58:45.185Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-04-14T12:58:45.185Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-04-14T12:58:45.785Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.169s coverage: 95.6% of statements [2021-04-14T12:58:45.785Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-04-14T12:58:45.785Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-04-14T12:58:45.785Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-04-14T12:58:45.785Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.031s coverage: 0.0% of statements [2021-04-14T12:58:45.785Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-04-14T12:58:45.785Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.033s coverage: 100.0% of statements [2021-04-14T12:58:45.785Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-04-14T12:58:45.785Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-04-14T12:58:45.785Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-04-14T12:58:45.785Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-04-14T12:58:46.056Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.048s coverage: 87.9% of statements [2021-04-14T12:58:46.056Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-04-14T12:58:46.056Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-04-14T12:58:46.056Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.032s coverage: 100.0% of statements [2021-04-14T12:58:46.322Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.045s coverage: 28.1% of statements [2021-04-14T12:58:46.589Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.045s coverage: 100.0% of statements [2021-04-14T12:58:47.177Z] GO111MODULE=on go vet ./... [2021-04-14T12:58:58.447Z] Merging remotes/origin/master commit 93b0d44f3282e8e67ab2a65e7472dd6ab7657d0e into PR head commit 4c81057e5db04cbec8dfe4ac23e02b6bdcda2789 [2021-04-14T12:58:58.868Z] Merge succeeded, producing 4c81057e5db04cbec8dfe4ac23e02b6bdcda2789 [2021-04-14T12:58:58.870Z] Checking out Revision 4c81057e5db04cbec8dfe4ac23e02b6bdcda2789 (PR-3234) [2021-04-14T12:58:57.711Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-04-14T12:58:57.727Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-14T12:58:57.753Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-04-14T12:58:57.791Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-04-14T12:58:57.792Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-14T12:58:57.804Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3234/head:refs/remotes/origin/PR-3234 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-14T12:58:58.469Z] > git config core.sparsecheckout # timeout=10 [2021-04-14T12:58:58.480Z] > git checkout -f 4c81057e5db04cbec8dfe4ac23e02b6bdcda2789 # timeout=10 [2021-04-14T12:58:58.780Z] > git remote # timeout=10 [2021-04-14T12:58:58.805Z] > git config --get remote.origin.url # timeout=10 [2021-04-14T12:58:58.820Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-14T12:58:58.829Z] > git merge 93b0d44f3282e8e67ab2a65e7472dd6ab7657d0e # timeout=10 [2021-04-14T12:58:58.859Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-04-14T12:58:58.879Z] > git config core.sparsecheckout # timeout=10 [2021-04-14T12:58:58.894Z] > git checkout -f 4c81057e5db04cbec8dfe4ac23e02b6bdcda2789 # timeout=10 [2021-04-14T12:59:03.498Z] Commit message: "Bump github.com/lib/pq from 1.9.0 to 1.10.0" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-04-14T12:59:05.153Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-04-14T12:59:05.567Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-04-14T12:59:05.918Z] + sudo service docker restart [2021-04-14T12:59:05.918Z] + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-14T12:59:07.937Z] provisioning config files... [2021-04-14T12:59:07.983Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/68@tmp/config5272029150187868729tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-14T12:59:08.353Z] ---> docker-login.sh [2021-04-14T12:59:08.353Z] nexus3.edgexfoundry.org:10001 [2021-04-14T12:59:09.342Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-14T12:59:09.616Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-14T12:59:09.616Z] Configure a credential helper to remove this warning. See [2021-04-14T12:59:09.616Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-14T12:59:09.616Z] [2021-04-14T12:59:09.616Z] Login Succeeded [2021-04-14T12:59:09.616Z] nexus3.edgexfoundry.org:10002 [2021-04-14T12:59:09.890Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-14T12:59:10.166Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-14T12:59:10.166Z] Configure a credential helper to remove this warning. See [2021-04-14T12:59:10.166Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-14T12:59:10.166Z] [2021-04-14T12:59:10.166Z] Login Succeeded [2021-04-14T12:59:10.166Z] nexus3.edgexfoundry.org:10003 [2021-04-14T12:59:10.439Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-14T12:59:10.712Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-14T12:59:10.712Z] Configure a credential helper to remove this warning. See [2021-04-14T12:59:10.712Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-14T12:59:10.712Z] [2021-04-14T12:59:10.712Z] Login Succeeded [2021-04-14T12:59:10.712Z] nexus3.edgexfoundry.org:10004 [2021-04-14T12:59:10.989Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-14T12:59:11.266Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-14T12:59:11.266Z] Configure a credential helper to remove this warning. See [2021-04-14T12:59:11.266Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-14T12:59:11.266Z] [2021-04-14T12:59:11.266Z] Login Succeeded [2021-04-14T12:59:11.266Z] docker.io [2021-04-14T12:59:11.541Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-14T12:59:11.812Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-14T12:59:11.812Z] Configure a credential helper to remove this warning. See [2021-04-14T12:59:11.812Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-14T12:59:11.812Z] [2021-04-14T12:59:11.812Z] Login Succeeded [2021-04-14T12:59:11.812Z] ---> docker-login.sh ends [Pipeline] } [2021-04-14T12:59:11.830Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-04-14T12:59:12.153Z] ========================================================= [2021-04-14T12:59:12.153Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-04-14T12:59:12.153Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-04-14T12:59:12.531Z] + 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-14T12:59:15.179Z] Sending build context to Docker daemon 167.2MB [2021-04-14T12:59:15.179Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-04-14T12:59:15.179Z] Step 2/6 : FROM ${BASE} [2021-04-14T12:59:15.179Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-04-14T12:59:15.179Z] 5f621e34cdf4: Pulling fs layer [2021-04-14T12:59:15.179Z] a4357932f1b6: Pulling fs layer [2021-04-14T12:59:15.179Z] 18c013af1878: Pulling fs layer [2021-04-14T12:59:15.179Z] 00ac8860ef70: Pulling fs layer [2021-04-14T12:59:15.179Z] 63d7cb157983: Pulling fs layer [2021-04-14T12:59:15.179Z] b116817d02f9: Pulling fs layer [2021-04-14T12:59:15.179Z] 745a02a5169b: Pulling fs layer [2021-04-14T12:59:15.179Z] 00ac8860ef70: Waiting [2021-04-14T12:59:15.179Z] 63d7cb157983: Waiting [2021-04-14T12:59:15.179Z] b116817d02f9: Waiting [2021-04-14T12:59:15.179Z] 745a02a5169b: Waiting [2021-04-14T12:59:15.179Z] 18c013af1878: Verifying Checksum [2021-04-14T12:59:15.179Z] 18c013af1878: Download complete [2021-04-14T12:59:15.179Z] a4357932f1b6: Verifying Checksum [2021-04-14T12:59:15.179Z] a4357932f1b6: Download complete [2021-04-14T12:59:15.179Z] 63d7cb157983: Verifying Checksum [2021-04-14T12:59:15.179Z] 63d7cb157983: Download complete [2021-04-14T12:59:15.179Z] b116817d02f9: Verifying Checksum [2021-04-14T12:59:15.179Z] 5f621e34cdf4: Verifying Checksum [2021-04-14T12:59:15.179Z] 5f621e34cdf4: Download complete [2021-04-14T12:59:15.179Z] b116817d02f9: Download complete [2021-04-14T12:59:15.780Z] 5f621e34cdf4: Pull complete [2021-04-14T12:59:16.397Z] a4357932f1b6: Pull complete [2021-04-14T12:59:16.672Z] 18c013af1878: Pull complete [2021-04-14T12:59:17.271Z] 745a02a5169b: Verifying Checksum [2021-04-14T12:59:17.271Z] 745a02a5169b: Download complete [2021-04-14T12:59:18.255Z] 00ac8860ef70: Verifying Checksum [2021-04-14T12:59:18.255Z] 00ac8860ef70: Download complete [2021-04-14T12:59:19.527Z] gofmt -l . [2021-04-14T12:59:19.527Z] [ "`gofmt -l .`" = "" ] [2021-04-14T12:59:19.527Z] ./bin/test-go-mod-tidy.sh [2021-04-14T12:59:19.527Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-04-14T12:59:20.431Z] + ls -al . [2021-04-14T12:59:20.431Z] total 796 [2021-04-14T12:59:20.431Z] drwxrwxr-x 10 1001 1001 4096 Apr 14 12:59 . [2021-04-14T12:59:20.431Z] drwxr-xr-x 4 root root 30 Apr 14 12:57 .. [2021-04-14T12:59:20.431Z] -rw-rw-r-- 1 1001 1001 11 Apr 14 12:55 .dockerignore [2021-04-14T12:59:20.431Z] drwxrwxr-x 8 1001 1001 179 Apr 14 12:55 .git [2021-04-14T12:59:20.431Z] drwxrwxr-x 3 1001 1001 125 Apr 14 12:55 .github [2021-04-14T12:59:20.431Z] -rw-rw-r-- 1 1001 1001 818 Apr 14 12:55 .gitignore [2021-04-14T12:59:20.431Z] drwx------ 3 1001 1001 60 Apr 14 12:56 .semver [2021-04-14T12:59:20.431Z] -rw-rw-r-- 1 1001 1001 166 Apr 14 12:55 .sonarcloud.properties [2021-04-14T12:59:20.431Z] -rw-rw-r-- 1 1001 1001 8494 Apr 14 12:55 Attribution.txt [2021-04-14T12:59:20.431Z] -rw-rw-r-- 1 1001 1001 3804 Apr 14 12:55 CONTRIBUTING.md [2021-04-14T12:59:20.431Z] -rw-rw-r-- 1 1001 1001 931 Apr 14 12:55 Dockerfile.build [2021-04-14T12:59:20.431Z] -rw-rw-r-- 1 1001 1001 863 Apr 14 12:55 Jenkinsfile [2021-04-14T12:59:20.431Z] -rw-rw-r-- 1 1001 1001 10775 Apr 14 12:55 LICENSE [2021-04-14T12:59:20.431Z] -rw-rw-r-- 1 1001 1001 5774 Apr 14 12:55 Makefile [2021-04-14T12:59:20.431Z] -rw-rw-r-- 1 1001 1001 6548 Apr 14 12:55 README.md [2021-04-14T12:59:20.431Z] -rw-rw-r-- 1 1001 1001 6755 Apr 14 12:55 SECURITY.md [2021-04-14T12:59:20.431Z] -rw-rw-r-- 1 1001 1001 5 Apr 14 12:56 VERSION [2021-04-14T12:59:20.431Z] -rw-rw-r-- 1 1001 1001 4131 Apr 14 12:55 ZMQWindows.md [2021-04-14T12:59:20.431Z] drwxrwxr-x 2 1001 1001 117 Apr 14 12:55 bin [2021-04-14T12:59:20.431Z] drwxrwxr-x 14 1001 1001 4096 Apr 14 12:55 cmd [2021-04-14T12:59:20.431Z] -rw-r--r-- 1 root root 686607 Apr 14 12:58 coverage.out [2021-04-14T12:59:20.431Z] -rw-r--r-- 1 root root 1059 Apr 14 12:59 go.mod [2021-04-14T12:59:20.431Z] -rw-r--r-- 1 root root 21922 Apr 14 12:59 go.sum [2021-04-14T12:59:20.431Z] drwxrwxr-x 8 1001 1001 127 Apr 14 12:55 internal [2021-04-14T12:59:20.431Z] drwxrwxr-x 4 1001 1001 26 Apr 14 12:55 openapi [2021-04-14T12:59:20.431Z] drwxrwxr-x 4 1001 1001 71 Apr 14 12:55 snap [2021-04-14T12:59:20.431Z] -rw-rw-r-- 1 1001 1001 168 Apr 14 12:55 version.go [Pipeline] sh [2021-04-14T12:59:20.752Z] + '[' -e coverage.out ] [2021-04-14T12:59:20.752Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-04-14T12:59:20.977Z] Stashed 1 file(s) [Pipeline] sh [2021-04-14T12:59:21.274Z] + make build [2021-04-14T12:59:21.274Z] 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-14T12:59:24.600Z] 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-14T12:59:28.436Z] 00ac8860ef70: Pull complete [2021-04-14T12:59:28.711Z] 63d7cb157983: Pull complete [2021-04-14T12:59:28.986Z] b116817d02f9: Pull complete [2021-04-14T12:59:32.810Z] 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-14T12:59:33.310Z] 745a02a5169b: Pull complete [2021-04-14T12:59:33.310Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-04-14T12:59:33.310Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-04-14T12:59:33.310Z] ---> b7e6874047d6 [2021-04-14T12:59:33.310Z] 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-14T12:59:33.400Z] 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-14T12:59:35.337Z] 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-14T12:59:35.604Z] 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-14T12:59:36.701Z] ---> Running in e2af6ab58387 [2021-04-14T12:59:37.294Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-14T12:59:37.545Z] 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-14T12:59:37.888Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-14T12:59:38.869Z] (1/12) Installing libmagic (5.38-r0) [2021-04-14T12:59:39.142Z] (2/12) Installing file (5.38-r0) [2021-04-14T12:59:39.142Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-04-14T12:59:39.143Z] (4/12) Installing g++ (9.3.0-r2) [2021-04-14T12:59:40.116Z] 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-14T12:59:41.521Z] 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-14T12:59:42.937Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-04-14T12:59:43.453Z] (5/12) Installing fortify-headers (1.1-r0) [2021-04-14T12:59:43.453Z] (6/12) Installing patch (2.7.6-r6) [2021-04-14T12:59:43.453Z] (7/12) Installing build-base (0.5-r2) [2021-04-14T12:59:43.453Z] (8/12) Installing libsodium (1.0.18-r0) [2021-04-14T12:59:43.453Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-04-14T12:59:43.453Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-04-14T12:59:43.728Z] (11/12) Installing libzmq (4.3.3-r0) [2021-04-14T12:59:43.728Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-04-14T12:59:43.728Z] Executing busybox-1.31.1-r19.trigger [2021-04-14T12:59:43.728Z] OK: 217 MiB in 51 packages [2021-04-14T12:59:43.894Z] 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-14T12:59:45.294Z] 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-14T12:59:47.912Z] $ docker stop --time=1 3be1c855f3abe47c1fb45451475f437d9ba07834c4551aa23a4ea47eddaed5ba [2021-04-14T12:59:48.068Z] Removing intermediate container e2af6ab58387 [2021-04-14T12:59:48.068Z] ---> 23a2e904dfdf [2021-04-14T12:59:48.068Z] Step 4/6 : WORKDIR /edgex-go [2021-04-14T12:59:48.068Z] ---> Running in 548acebb4a40 [2021-04-14T12:59:48.346Z] Removing intermediate container 548acebb4a40 [2021-04-14T12:59:48.346Z] ---> 3dbbd7953727 [2021-04-14T12:59:48.346Z] Step 5/6 : COPY go.mod . [2021-04-14T12:59:49.327Z] ---> 957d86899425 [2021-04-14T12:59:49.327Z] Step 6/6 : RUN go mod download [2021-04-14T12:59:49.327Z] ---> Running in e0d889c84a15 [2021-04-14T12:59:49.596Z] $ docker rm -f 3be1c855f3abe47c1fb45451475f437d9ba07834c4551aa23a4ea47eddaed5ba [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-14T12:59:53.961Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-04-14T12:59:53.961Z] [2021-04-14T12:59:53.961Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-04-14T12:59:54.278Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-04-14T12:59:54.278Z] latest: Pulling from edgex-devops/edgex-compose [2021-04-14T12:59:54.278Z] cbdbe7a5bc2a: Pulling fs layer [2021-04-14T12:59:54.278Z] ca9280d653b3: Pulling fs layer [2021-04-14T12:59:54.278Z] 7e9c9ca2126c: Pulling fs layer [2021-04-14T12:59:54.541Z] cbdbe7a5bc2a: Verifying Checksum [2021-04-14T12:59:54.541Z] cbdbe7a5bc2a: Download complete [2021-04-14T12:59:54.806Z] cbdbe7a5bc2a: Pull complete [2021-04-14T12:59:54.806Z] ca9280d653b3: Verifying Checksum [2021-04-14T12:59:54.806Z] ca9280d653b3: Download complete [2021-04-14T12:59:56.223Z] ca9280d653b3: Pull complete [2021-04-14T12:59:56.223Z] 7e9c9ca2126c: Download complete [2021-04-14T13:00:02.865Z] 7e9c9ca2126c: Pull complete [2021-04-14T13:00:02.865Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-04-14T13:00:02.865Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-04-14T13:00:02.865Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-04-14T13:00:02.989Z] prd-centos7-docker-4c-2g-112 does not seem to be running inside a container [2021-04-14T13:00:03.060Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/68 -v /w/workspace/edgex-go/68:/w/workspace/edgex-go/68:rw,z -v /w/workspace/edgex-go/68@tmp:/w/workspace/edgex-go/68@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-14T13:00:05.506Z] $ docker top 2739ed476b17ff5bacff63df904488c0c6c9fee7a1d04d826c365367f6ea605f -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-14T13:00:05.996Z] + docker-compose build --help [2021-04-14T13:00:05.996Z] + grep parallel [2021-04-14T13:00:06.997Z] --parallel Build images in parallel. [Pipeline] } [2021-04-14T13:00:07.293Z] $ docker stop --time=1 2739ed476b17ff5bacff63df904488c0c6c9fee7a1d04d826c365367f6ea605f [2021-04-14T13:00:08.790Z] $ docker rm -f 2739ed476b17ff5bacff63df904488c0c6c9fee7a1d04d826c365367f6ea605f [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-14T13:00:09.410Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-04-14T13:00:09.411Z] . [Pipeline] withDockerContainer [2021-04-14T13:00:09.589Z] prd-centos7-docker-4c-2g-112 does not seem to be running inside a container [2021-04-14T13:00:09.682Z] $ 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/68 -v /w/workspace/edgex-go/68:/w/workspace/edgex-go/68:rw,z -v /w/workspace/edgex-go/68@tmp:/w/workspace/edgex-go/68@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-04-14T13:00:10.540Z] $ docker top 2da5ebac7e8197added94e8f53f38467f6509bcb66f15519a377c26699b5fc7b -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-14T13:00:10.992Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-04-14T13:00:11.947Z] Building docker-core-command-go ... [2021-04-14T13:00:11.947Z] Building docker-core-data-go ... [2021-04-14T13:00:11.947Z] Building docker-core-metadata-go ... [2021-04-14T13:00:11.947Z] Building docker-security-bootstrapper-go ... [2021-04-14T13:00:11.947Z] Building docker-security-proxy-setup-go ... [2021-04-14T13:00:11.947Z] Building docker-security-secretstore-setup-go ... [2021-04-14T13:00:11.947Z] Building docker-support-notifications-go ... [2021-04-14T13:00:11.947Z] Building docker-support-scheduler-go ... [2021-04-14T13:00:11.947Z] Building docker-sys-mgmt-agent-go ... [2021-04-14T13:00:11.947Z] Building docker-security-bootstrapper-go [2021-04-14T13:00:11.947Z] Building docker-core-metadata-go [2021-04-14T13:00:11.947Z] Building docker-core-command-go [2021-04-14T13:00:11.947Z] Building docker-support-notifications-go [2021-04-14T13:00:11.947Z] Building docker-security-secretstore-setup-go [2021-04-14T13:00:16.280Z] Removing intermediate container e0d889c84a15 [2021-04-14T13:00:16.280Z] ---> 6518435f401f [2021-04-14T13:00:16.280Z] Successfully built 6518435f401f [2021-04-14T13:00:16.280Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-14T13:00:16.619Z] + docker inspect -f . ci-base-image-arm64 [2021-04-14T13:00:16.620Z] . [Pipeline] withDockerContainer [2021-04-14T13:00:16.890Z] prd-ubuntu18.04-docker-arm64-4c-16g-115 does not seem to be running inside a container [2021-04-14T13:00:16.971Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/68 -v /w/workspace/edgex-go/68:/w/workspace/edgex-go/68:rw,z -v /w/workspace/edgex-go/68@tmp:/w/workspace/edgex-go/68@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-04-14T13:00:18.478Z] $ docker top 8dce780e259142bce3cabea556413e5c08b0f07a3c2e9fe731360d28f3910d25 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-14T13:00:19.426Z] + go version [2021-04-14T13:00:19.426Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-04-14T13:00:19.450Z] $ docker stop --time=1 8dce780e259142bce3cabea556413e5c08b0f07a3c2e9fe731360d28f3910d25 [2021-04-14T13:00:21.365Z] $ docker rm -f 8dce780e259142bce3cabea556413e5c08b0f07a3c2e9fe731360d28f3910d25 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-14T13:00:21.993Z] + docker inspect -f . ci-base-image-arm64 [2021-04-14T13:00:21.993Z] . [Pipeline] withDockerContainer [2021-04-14T13:00:22.219Z] prd-ubuntu18.04-docker-arm64-4c-16g-115 does not seem to be running inside a container [2021-04-14T13:00:22.306Z] $ 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/68 -v /w/workspace/edgex-go/68:/w/workspace/edgex-go/68:rw,z -v /w/workspace/edgex-go/68@tmp:/w/workspace/edgex-go/68@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-04-14T13:00:23.614Z] $ docker top 63cac8b218dd1aa15748ff291e699b63c548d7a99abc4c0b232d2c62e83f1932 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-04-14T13:00:23.881Z] ========================================================= [2021-04-14T13:00:23.881Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-04-14T13:00:23.881Z] ========================================================= [Pipeline] sh [2021-04-14T13:00:24.522Z] + make test [2021-04-14T13:00:24.522Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-04-14T13:00:46.715Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-04-14T13:00:50.822Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-14T13:00:50.822Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-14T13:00:50.822Z] ---> 94c264702ab7 [2021-04-14T13:00:50.822Z] Step 3/23 : WORKDIR /edgex-go [2021-04-14T13:00:50.822Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-14T13:00:50.822Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-14T13:00:50.822Z] ---> 94c264702ab7 [2021-04-14T13:00:50.822Z] Step 3/23 : WORKDIR /edgex-go [2021-04-14T13:00:50.822Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-14T13:00:50.822Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-04-14T13:00:50.822Z] ---> 94c264702ab7 [2021-04-14T13:00:50.822Z] Step 3/22 : WORKDIR /edgex-go [2021-04-14T13:00:50.822Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-14T13:00:50.822Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-04-14T13:00:50.822Z] ---> 94c264702ab7 [2021-04-14T13:00:50.822Z] Step 3/31 : WORKDIR /edgex-go [2021-04-14T13:00:50.822Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-14T13:00:50.822Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-04-14T13:00:50.822Z] ---> 94c264702ab7 [2021-04-14T13:00:50.822Z] Step 3/24 : WORKDIR /edgex-go [2021-04-14T13:00:50.822Z] ---> Running in 1b4b030e1137 [2021-04-14T13:00:50.822Z] ---> Running in eaa23fe44acd [2021-04-14T13:00:50.822Z] ---> Running in f435921837e8 [2021-04-14T13:00:50.822Z] ---> Running in 555d1f29dbe4 [2021-04-14T13:00:50.822Z] ---> Running in b95a6a98cdd7 [2021-04-14T13:00:50.822Z] Removing intermediate container f435921837e8 [2021-04-14T13:00:50.822Z] ---> bb42c0997b22 [2021-04-14T13:00:50.822Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-14T13:00:50.822Z] Removing intermediate container b95a6a98cdd7 [2021-04-14T13:00:50.822Z] ---> 8ea95b786297 [2021-04-14T13:00:50.822Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-14T13:00:50.822Z] Removing intermediate container eaa23fe44acd [2021-04-14T13:00:50.822Z] ---> a36d9e194d9e [2021-04-14T13:00:50.822Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-14T13:00:50.822Z] Removing intermediate container 555d1f29dbe4 [2021-04-14T13:00:50.822Z] ---> d9cf83362ae0 [2021-04-14T13:00:50.822Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-14T13:00:50.822Z] Removing intermediate container 1b4b030e1137 [2021-04-14T13:00:50.822Z] ---> 1da3cbe35e97 [2021-04-14T13:00:50.822Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-14T13:00:50.822Z] ---> Running in 44731acb2052 [2021-04-14T13:00:50.822Z] ---> Running in a63e33d63955 [2021-04-14T13:00:50.822Z] ---> Running in ea179664419b [2021-04-14T13:00:50.822Z] ---> Running in 91ae25b3b792 [2021-04-14T13:00:50.822Z] ---> Running in 35a31953000e [2021-04-14T13:00:50.822Z] Removing intermediate container 44731acb2052 [2021-04-14T13:00:50.822Z] ---> 17df397e0180 [2021-04-14T13:00:50.822Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-04-14T13:00:50.822Z] ---> Running in 4fd23c58b68c [2021-04-14T13:00:50.822Z] Removing intermediate container a63e33d63955 [2021-04-14T13:00:50.822Z] ---> b79355c338d9 [2021-04-14T13:00:50.822Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-04-14T13:00:50.822Z] ---> Running in fbf4bb4f53eb [2021-04-14T13:00:50.822Z] Removing intermediate container ea179664419b [2021-04-14T13:00:50.822Z] ---> 96ee3ae1bbdf [2021-04-14T13:00:50.822Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-04-14T13:00:50.822Z] ---> Running in a450ac47f73d [2021-04-14T13:00:50.822Z] Removing intermediate container 91ae25b3b792 [2021-04-14T13:00:50.822Z] ---> b93dbb66d7cb [2021-04-14T13:00:50.822Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-04-14T13:00:50.822Z] Removing intermediate container 35a31953000e [2021-04-14T13:00:50.822Z] ---> 39c1bd9fe9e7 [2021-04-14T13:00:50.822Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-04-14T13:00:50.822Z] ---> Running in 1a136c066553 [2021-04-14T13:00:50.822Z] ---> Running in dc7f79882c6d [2021-04-14T13:00:50.822Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-14T13:00:51.096Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-14T13:00:51.375Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-14T13:00:51.376Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-14T13:00:51.638Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-14T13:00:51.638Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-14T13:00:51.900Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-14T13:00:51.900Z] OK: 233 MiB in 51 packages [2021-04-14T13:00:52.164Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-14T13:00:52.164Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-14T13:00:52.428Z] OK: 233 MiB in 51 packages [2021-04-14T13:00:52.692Z] Removing intermediate container 4fd23c58b68c [2021-04-14T13:00:52.692Z] ---> c09700f5ccbd [2021-04-14T13:00:52.692Z] Step 6/31 : COPY go.mod . [2021-04-14T13:00:52.692Z] OK: 233 MiB in 51 packages [2021-04-14T13:00:52.963Z] ---> faac59f0dffd [2021-04-14T13:00:52.963Z] Step 7/31 : RUN go mod download [2021-04-14T13:00:52.963Z] Removing intermediate container fbf4bb4f53eb [2021-04-14T13:00:52.963Z] ---> d1e4364b2faa [2021-04-14T13:00:52.963Z] Step 6/24 : COPY go.mod . [2021-04-14T13:00:52.963Z] ---> Running in 6196f2545916 [2021-04-14T13:00:53.235Z] OK: 233 MiB in 51 packages [2021-04-14T13:00:53.508Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-14T13:00:53.508Z] ---> d1be92eda8b3 [2021-04-14T13:00:53.508Z] Step 7/24 : RUN go mod download [2021-04-14T13:00:53.508Z] Removing intermediate container 1a136c066553 [2021-04-14T13:00:53.508Z] ---> 4cc8b5042ed0 [2021-04-14T13:00:53.508Z] Step 6/22 : COPY go.mod . [2021-04-14T13:00:53.508Z] ---> Running in e5fca5ee9644 [2021-04-14T13:00:53.775Z] ---> d20d7b47286b [2021-04-14T13:00:53.775Z] Step 7/22 : RUN go mod download [2021-04-14T13:00:54.042Z] Removing intermediate container a450ac47f73d [2021-04-14T13:00:54.042Z] ---> a136e05c4754 [2021-04-14T13:00:54.042Z] Step 6/23 : COPY go.mod . [2021-04-14T13:00:54.042Z] ---> Running in 645d66ddc592 [2021-04-14T13:00:54.308Z] ---> 0d193f3a946c [2021-04-14T13:00:54.308Z] Step 7/23 : RUN go mod download [2021-04-14T13:00:54.308Z] ---> Running in 9b9538194e88 [2021-04-14T13:00:54.911Z] Removing intermediate container 6196f2545916 [2021-04-14T13:00:54.911Z] ---> 0a6191356cb7 [2021-04-14T13:00:54.911Z] Step 8/31 : COPY . . [2021-04-14T13:00:55.180Z] Removing intermediate container e5fca5ee9644 [2021-04-14T13:00:55.180Z] ---> 0533d015c098 [2021-04-14T13:00:55.180Z] Step 8/24 : COPY . . [2021-04-14T13:00:55.759Z] OK: 233 MiB in 51 packages [2021-04-14T13:00:55.759Z] Removing intermediate container 645d66ddc592 [2021-04-14T13:00:55.759Z] ---> 5025eb34e308 [2021-04-14T13:00:55.759Z] Step 8/22 : COPY . . [2021-04-14T13:01:00.011Z] Removing intermediate container 9b9538194e88 [2021-04-14T13:01:00.011Z] ---> 9a55983861f7 [2021-04-14T13:01:00.011Z] Step 8/23 : COPY . . [2021-04-14T13:01:08.226Z] Removing intermediate container dc7f79882c6d [2021-04-14T13:01:08.226Z] ---> d9926caf3ed4 [2021-04-14T13:01:08.226Z] Step 6/23 : COPY go.mod . [2021-04-14T13:01:09.618Z] ---> 8d87ac3d6ce2 [2021-04-14T13:01:09.618Z] Step 7/23 : RUN go mod download [2021-04-14T13:01:13.877Z] ---> Running in 9ed309fd4864 [2021-04-14T13:01:24.021Z] Removing intermediate container 9ed309fd4864 [2021-04-14T13:01:24.021Z] ---> cbcf7238d43f [2021-04-14T13:01:24.021Z] Step 8/23 : COPY . . [2021-04-14T13:01:33.699Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-04-14T13:01:34.132Z] ---> 5e8323ef01a9 [2021-04-14T13:01:34.132Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-04-14T13:01:34.132Z] ---> Running in f14423a77721 [2021-04-14T13:01:34.132Z] ---> e541d547085b [2021-04-14T13:01:34.132Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-04-14T13:01:34.401Z] ---> 7465ade37bd0 [2021-04-14T13:01:34.401Z] ---> 69b3593334a2 [2021-04-14T13:01:34.401Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-04-14T13:01:34.401Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-04-14T13:01:34.983Z] ---> Running in 692170592c65 [2021-04-14T13:01:34.983Z] ---> Running in 7dd11141ec33 [2021-04-14T13:01:34.983Z] ---> Running in 660f31281f3f [2021-04-14T13:01:36.963Z] 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-14T13:01:36.963Z] 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-14T13:01:37.560Z] 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-14T13:01:37.560Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-04-14T13:01:40.449Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-04-14T13:01:48.769Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-04-14T13:01:48.769Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-04-14T13:01:49.976Z] ---> 98e2555160a2 [2021-04-14T13:01:49.976Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-04-14T13:01:49.976Z] ---> Running in 97f26cda5d16 [2021-04-14T13:01:49.976Z] 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-14T13:01:50.216Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-04-14T13:01:50.216Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-04-14T13:01:50.216Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-04-14T13:01:50.491Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-04-14T13:01:53.895Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-04-14T13:01:54.503Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-04-14T13:02:02.821Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-04-14T13:02:02.821Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-04-14T13:02:02.821Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-04-14T13:02:08.273Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.366s coverage: 45.9% of statements [2021-04-14T13:02:08.274Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-04-14T13:02:08.274Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-04-14T13:02:08.274Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-04-14T13:02:08.274Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-04-14T13:02:08.274Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-04-14T13:02:08.274Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-04-14T13:02:08.274Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.119s coverage: 19.8% of statements [2021-04-14T13:02:08.274Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.217s coverage: 100.0% of statements [2021-04-14T13:02:16.606Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.563s coverage: 27.1% of statements [2021-04-14T13:02:16.606Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-04-14T13:02:16.606Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-04-14T13:02:16.606Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-04-14T13:02:16.606Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-04-14T13:02:16.606Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-04-14T13:02:16.606Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-04-14T13:02:16.606Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.178s coverage: 100.0% of statements [2021-04-14T13:02:16.606Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-04-14T13:02:16.606Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.142s coverage: 100.0% of statements [2021-04-14T13:02:16.606Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-04-14T13:02:16.606Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-04-14T13:02:16.606Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.244s coverage: 71.3% of statements [2021-04-14T13:02:16.606Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-04-14T13:02:16.606Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-04-14T13:02:16.730Z] 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-14T13:02:16.730Z] Removing intermediate container f14423a77721 [2021-04-14T13:02:16.730Z] ---> c6791185b249 [2021-04-14T13:02:16.730Z] [2021-04-14T13:02:16.730Z] Step 10/31 : FROM alpine:3.12 [2021-04-14T13:02:17.004Z] 3.12: Pulling from library/alpine [2021-04-14T13:02:18.015Z] Digest: sha256:834e9309b5ef0f78d8d20ef0652e7b0272fe97b5baf45720e1b830eaf013cc1b [2021-04-14T13:02:18.015Z] Status: Downloaded newer image for alpine:3.12 [2021-04-14T13:02:18.015Z] ---> 7230e588e954 [2021-04-14T13:02:18.015Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-04-14T13:02:18.300Z] ---> Running in ffe6db9bdae2 [2021-04-14T13:02:19.252Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.453s coverage: 82.9% of statements [2021-04-14T13:02:19.252Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-04-14T13:02:19.252Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-04-14T13:02:19.252Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.130s coverage: 78.9% of statements [2021-04-14T13:02:19.252Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-04-14T13:02:21.685Z] Removing intermediate container ffe6db9bdae2 [2021-04-14T13:02:21.686Z] ---> 1f9009f6e707 [2021-04-14T13:02:21.686Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-04-14T13:02:24.290Z] ---> Running in 621d0bb143bb [2021-04-14T13:02:24.904Z] Removing intermediate container 692170592c65 [2021-04-14T13:02:24.904Z] ---> 8a4eaac9aaf8 [2021-04-14T13:02:24.904Z] [2021-04-14T13:02:24.904Z] Step 10/22 : FROM alpine:3.12 [2021-04-14T13:02:24.904Z] ---> 7230e588e954 [2021-04-14T13:02:24.904Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-04-14T13:02:24.904Z] Removing intermediate container 660f31281f3f [2021-04-14T13:02:24.904Z] ---> 43c4b0d2a957 [2021-04-14T13:02:24.904Z] [2021-04-14T13:02:24.904Z] Step 10/23 : FROM alpine:3.12 [2021-04-14T13:02:24.904Z] ---> 7230e588e954 [2021-04-14T13:02:24.904Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-04-14T13:02:25.196Z] Removing intermediate container 7dd11141ec33 [2021-04-14T13:02:25.196Z] ---> 11bf05c9013f [2021-04-14T13:02:25.196Z] [2021-04-14T13:02:25.196Z] Step 10/24 : FROM alpine:3.12 [2021-04-14T13:02:25.196Z] ---> 7230e588e954 [2021-04-14T13:02:25.196Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec [2021-04-14T13:02:25.474Z] ---> Running in 854927c348c5 [2021-04-14T13:02:25.474Z] ---> Running in fdba06cbf204 [2021-04-14T13:02:25.474Z] ---> Running in a7be54bc5eae [2021-04-14T13:02:26.090Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-14T13:02:26.090Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-14T13:02:26.367Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-04-14T13:02:26.631Z] (2/2) Installing su-exec (0.2-r1) [2021-04-14T13:02:26.632Z] Executing busybox-1.31.1-r20.trigger [2021-04-14T13:02:26.894Z] OK: 6 MiB in 16 packages [2021-04-14T13:02:27.858Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-14T13:02:27.858Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-14T13:02:27.858Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-14T13:02:27.858Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-14T13:02:27.858Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-14T13:02:27.858Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-14T13:02:28.140Z] (1/2) Installing ca-certificates (20191127-r4) [2021-04-14T13:02:28.140Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-04-14T13:02:28.140Z] Executing busybox-1.31.1-r20.trigger [2021-04-14T13:02:28.140Z] OK: 6 MiB in 15 packages [2021-04-14T13:02:28.140Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-04-14T13:02:28.140Z] Executing busybox-1.31.1-r20.trigger [2021-04-14T13:02:28.140Z] (1/6) Installing ca-certificates (20191127-r4) [2021-04-14T13:02:28.140Z] Executing ca-certificates-20191127-r4.trigger [2021-04-14T13:02:28.140Z] (2/6) Installing nghttp2-libs (1.41.0-r0) [2021-04-14T13:02:28.140Z] (3/6) Installing libcurl (7.76.1-r0) [2021-04-14T13:02:28.140Z] (4/6) Installing curl (7.76.1-r0) [2021-04-14T13:02:28.140Z] (5/6) Installing dumb-init (1.2.2-r1) [2021-04-14T13:02:28.415Z] (6/6) Installing su-exec (0.2-r1) [2021-04-14T13:02:28.415Z] Executing busybox-1.31.1-r20.trigger [2021-04-14T13:02:28.415Z] Executing ca-certificates-20191127-r4.trigger [2021-04-14T13:02:28.415Z] OK: 6 MiB in 16 packages [2021-04-14T13:02:28.415Z] OK: 7 MiB in 20 packages [2021-04-14T13:02:29.001Z] Removing intermediate container 621d0bb143bb [2021-04-14T13:02:29.001Z] ---> 301cc9f6135b [2021-04-14T13:02:29.001Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-04-14T13:02:29.001Z] ---> Running in 87aa3ee37c51 [2021-04-14T13:02:29.497Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.188s coverage: 28.6% of statements [2021-04-14T13:02:29.497Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-04-14T13:02:29.497Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-04-14T13:02:29.497Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-04-14T13:02:29.497Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-04-14T13:02:29.497Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-04-14T13:02:29.497Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.220s coverage: 100.0% of statements [2021-04-14T13:02:29.497Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-04-14T13:02:29.497Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.139s coverage: 100.0% of statements [2021-04-14T13:02:29.497Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-04-14T13:02:29.497Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.409s coverage: 86.7% of statements [2021-04-14T13:02:29.497Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-04-14T13:02:29.497Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.545s coverage: 97.5% of statements [2021-04-14T13:02:29.497Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-04-14T13:02:29.497Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.236s coverage: 78.3% of statements [2021-04-14T13:02:29.497Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-04-14T13:02:29.497Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-04-14T13:02:29.497Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-04-14T13:02:29.497Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-04-14T13:02:29.960Z] Removing intermediate container 87aa3ee37c51 [2021-04-14T13:02:29.960Z] ---> 6fec106df317 [2021-04-14T13:02:29.960Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-04-14T13:02:29.960Z] Removing intermediate container fdba06cbf204 [2021-04-14T13:02:29.960Z] ---> 829d7c967f4d [2021-04-14T13:02:29.960Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-14T13:02:30.248Z] ---> Running in 93b88512217e [2021-04-14T13:02:30.248Z] ---> Running in 278afa4821ef [2021-04-14T13:02:30.248Z] Removing intermediate container 854927c348c5 [2021-04-14T13:02:30.248Z] ---> 3f0326db836c [2021-04-14T13:02:30.248Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-14T13:02:30.523Z] Removing intermediate container a7be54bc5eae [2021-04-14T13:02:30.523Z] ---> 3bbb616cb9c8 [2021-04-14T13:02:30.523Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-04-14T13:02:30.523Z] ---> Running in 8b2e95c10045 [2021-04-14T13:02:30.523Z] ---> Running in b444cb63f423 [2021-04-14T13:02:30.523Z] Removing intermediate container 93b88512217e [2021-04-14T13:02:30.523Z] ---> e3a0a9c96084 [2021-04-14T13:02:30.523Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-04-14T13:02:30.792Z] Removing intermediate container 278afa4821ef [2021-04-14T13:02:30.792Z] ---> e672a89eaefa [2021-04-14T13:02:30.792Z] Step 13/23 : ENV APP_PORT=48082 [2021-04-14T13:02:30.792Z] ---> Running in 56610be803cb [2021-04-14T13:02:30.792Z] ---> Running in 123291e698b1 [2021-04-14T13:02:31.057Z] Removing intermediate container 8b2e95c10045 [2021-04-14T13:02:31.057Z] ---> fd461dc472e9 [2021-04-14T13:02:31.057Z] Step 13/22 : ENV APP_PORT=48060 [2021-04-14T13:02:31.057Z] Removing intermediate container b444cb63f423 [2021-04-14T13:02:31.057Z] ---> 21565ec8eeed [2021-04-14T13:02:31.057Z] Step 13/24 : WORKDIR / [2021-04-14T13:02:31.325Z] ---> Running in 84e5511aad7a [2021-04-14T13:02:31.325Z] ---> Running in 6084a92791dc [2021-04-14T13:02:31.325Z] Removing intermediate container 123291e698b1 [2021-04-14T13:02:31.325Z] ---> 110bd52fd842 [2021-04-14T13:02:31.326Z] Step 14/23 : EXPOSE $APP_PORT [2021-04-14T13:02:31.599Z] ---> Running in cc801e0df86a [2021-04-14T13:02:31.599Z] Removing intermediate container 84e5511aad7a [2021-04-14T13:02:31.599Z] ---> 483c1b08b0c8 [2021-04-14T13:02:31.599Z] Step 14/22 : EXPOSE $APP_PORT [2021-04-14T13:02:32.180Z] Removing intermediate container 6084a92791dc [2021-04-14T13:02:32.180Z] ---> c6397203eaac [2021-04-14T13:02:32.180Z] 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-14T13:02:33.164Z] ---> Running in 07459595452a [2021-04-14T13:02:33.164Z] Removing intermediate container cc801e0df86a [2021-04-14T13:02:33.164Z] ---> 100f971ab436 [2021-04-14T13:02:33.164Z] Step 15/23 : WORKDIR / [2021-04-14T13:02:33.427Z] ---> Running in e04548564cdd [2021-04-14T13:02:33.427Z] ---> eeb706344fc4 [2021-04-14T13:02:33.427Z] 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-14T13:02:33.693Z] Removing intermediate container 97f26cda5d16 [2021-04-14T13:02:33.694Z] ---> d687d417f198 [2021-04-14T13:02:33.694Z] [2021-04-14T13:02:33.694Z] Step 10/23 : FROM alpine:3.12 [2021-04-14T13:02:33.694Z] ---> 7230e588e954 [2021-04-14T13:02:33.694Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-04-14T13:02:33.694Z] ---> Using cache [2021-04-14T13:02:33.694Z] ---> 829d7c967f4d [2021-04-14T13:02:33.694Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-14T13:02:33.694Z] ---> Using cache [2021-04-14T13:02:33.694Z] ---> e672a89eaefa [2021-04-14T13:02:33.694Z] Step 13/23 : ENV APP_PORT=48081 [2021-04-14T13:02:33.960Z] ---> Running in 6249aac1c89e [2021-04-14T13:02:33.960Z] Removing intermediate container 07459595452a [2021-04-14T13:02:33.960Z] ---> 03d209812fb0 [2021-04-14T13:02:33.960Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-14T13:02:34.226Z] ---> 91843f428553 [2021-04-14T13:02:34.226Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-04-14T13:02:34.226Z] Removing intermediate container e04548564cdd [2021-04-14T13:02:34.226Z] ---> e97e4b7984ca [2021-04-14T13:02:34.226Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-14T13:02:34.226Z] Removing intermediate container 56610be803cb [2021-04-14T13:02:34.226Z] ---> 368b84279983 [2021-04-14T13:02:34.226Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-04-14T13:02:34.490Z] ---> Running in 7a3a323bab1c [2021-04-14T13:02:34.490Z] Removing intermediate container 6249aac1c89e [2021-04-14T13:02:34.490Z] ---> af2fbce7827a [2021-04-14T13:02:34.490Z] Step 14/23 : EXPOSE $APP_PORT [2021-04-14T13:02:34.758Z] ---> 3e122ac696b6 [2021-04-14T13:02:34.758Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-04-14T13:02:34.758Z] ---> Running in dc029a416a83 [2021-04-14T13:02:34.758Z] ---> 3d1b568ae88f [2021-04-14T13:02:34.758Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-04-14T13:02:34.758Z] ---> 566b57cc5941 [2021-04-14T13:02:34.758Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-04-14T13:02:34.758Z] Removing intermediate container 7a3a323bab1c [2021-04-14T13:02:34.758Z] ---> 54f439470d76 [2021-04-14T13:02:34.758Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-04-14T13:02:35.027Z] Removing intermediate container dc029a416a83 [2021-04-14T13:02:35.027Z] ---> b056d0fbe603 [2021-04-14T13:02:35.027Z] Step 15/23 : WORKDIR / [2021-04-14T13:02:35.302Z] ---> Running in 2927287d3a0e [2021-04-14T13:02:35.302Z] ---> 9f149bef81cc [2021-04-14T13:02:35.302Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-04-14T13:02:35.566Z] ---> Running in 66e248fd3906 [2021-04-14T13:02:35.566Z] Removing intermediate container 2927287d3a0e [2021-04-14T13:02:35.566Z] ---> 017d069663fa [2021-04-14T13:02:35.566Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-14T13:02:35.834Z] ---> 27a02c1efa0b [2021-04-14T13:02:35.834Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-04-14T13:02:35.834Z] ---> f7a01e1f3adb [2021-04-14T13:02:35.834Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-04-14T13:02:36.106Z] ---> 10f4ae29f106 [2021-04-14T13:02:36.107Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-04-14T13:02:36.377Z] ---> 1c6b646b7638 [2021-04-14T13:02:36.377Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-04-14T13:02:36.377Z] ---> 2898d4bf0113 [2021-04-14T13:02:36.377Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-04-14T13:02:36.742Z] ---> 1ba1a6f5fde3 [2021-04-14T13:02:36.742Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-04-14T13:02:36.742Z] ---> Running in da65cd6e9017 [2021-04-14T13:02:36.742Z] ---> 6b8b61740162 [2021-04-14T13:02:36.742Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-04-14T13:02:36.742Z] ---> Running in f89e349dc372 [2021-04-14T13:02:37.090Z] Removing intermediate container da65cd6e9017 [2021-04-14T13:02:37.090Z] ---> 973b0aadaf7d [2021-04-14T13:02:37.090Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-14T13:02:37.090Z] ---> 9fdbe765efad [2021-04-14T13:02:37.090Z] 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-14T13:02:37.422Z] ---> Running in 0a388caa2fb4 [2021-04-14T13:02:37.422Z] Removing intermediate container f89e349dc372 [2021-04-14T13:02:37.422Z] ---> 48f682de8a7a [2021-04-14T13:02:37.422Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-14T13:02:37.422Z] ---> 6c76e34c5ce3 [2021-04-14T13:02:37.422Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-04-14T13:02:37.422Z] ---> Running in bc49975ccc63 [2021-04-14T13:02:37.422Z] ---> Running in d192d8a4eabd [2021-04-14T13:02:37.742Z] Removing intermediate container 0a388caa2fb4 [2021-04-14T13:02:37.742Z] ---> 1ab7c745e264 [2021-04-14T13:02:37.742Z] Step 20/22 : LABEL arch=x86_64 [2021-04-14T13:02:37.821Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.160s coverage: 92.8% of statements [2021-04-14T13:02:37.821Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-04-14T13:02:37.821Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-04-14T13:02:37.821Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-04-14T13:02:37.821Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-04-14T13:02:37.821Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-04-14T13:02:37.821Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-04-14T13:02:37.821Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-04-14T13:02:37.821Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-04-14T13:02:37.821Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-04-14T13:02:37.821Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-04-14T13:02:37.821Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-04-14T13:02:37.821Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-04-14T13:02:37.821Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-04-14T13:02:37.821Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-04-14T13:02:37.821Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-04-14T13:02:37.821Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-04-14T13:02:37.821Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-04-14T13:02:37.821Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-04-14T13:02:37.821Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.118s coverage: 58.8% of statements [2021-04-14T13:02:37.821Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-04-14T13:02:37.821Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-04-14T13:02:37.821Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.218s coverage: 0.9% of statements [2021-04-14T13:02:37.821Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-04-14T13:02:37.821Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-04-14T13:02:37.821Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-04-14T13:02:37.821Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.128s coverage: 47.1% of statements [2021-04-14T13:02:37.821Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.223s coverage: 79.5% of statements [2021-04-14T13:02:37.821Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.145s coverage: 94.1% of statements [2021-04-14T13:02:37.821Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.197s coverage: 96.3% of statements [2021-04-14T13:02:37.821Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.166s coverage: 87.5% of statements [2021-04-14T13:02:38.092Z] Removing intermediate container 66e248fd3906 [2021-04-14T13:02:38.092Z] ---> ba276d0c33b7 [2021-04-14T13:02:38.092Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-14T13:02:38.092Z] Removing intermediate container d192d8a4eabd [2021-04-14T13:02:38.092Z] ---> ad3f790a8e49 [2021-04-14T13:02:38.092Z] Step 21/23 : LABEL arch=x86_64 [2021-04-14T13:02:38.092Z] ---> Running in dd620911c099 [2021-04-14T13:02:38.092Z] ---> 9d575d69a2d1 [2021-04-14T13:02:38.093Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-04-14T13:02:38.093Z] ---> Running in 5acd408425b0 [2021-04-14T13:02:38.093Z] ---> Running in 825f44a08d71 [2021-04-14T13:02:38.710Z] Removing intermediate container dd620911c099 [2021-04-14T13:02:38.710Z] ---> 67b7e1273651 [2021-04-14T13:02:38.710Z] Step 21/22 : LABEL git_sha=4c81057e5db04cbec8dfe4ac23e02b6bdcda2789 [2021-04-14T13:02:39.013Z] ---> e3eff699682f [2021-04-14T13:02:39.013Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-04-14T13:02:39.013Z] Removing intermediate container 5acd408425b0 [2021-04-14T13:02:39.013Z] ---> ffcd2ad268bc [2021-04-14T13:02:39.013Z] Step 22/23 : LABEL git_sha=4c81057e5db04cbec8dfe4ac23e02b6bdcda2789 [2021-04-14T13:02:39.013Z] Removing intermediate container 825f44a08d71 [2021-04-14T13:02:39.013Z] ---> c7ce7bc01d69 [2021-04-14T13:02:39.013Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-14T13:02:39.013Z] ---> Running in 637ca629db55 [2021-04-14T13:02:39.288Z] ---> Running in e5b02c2f19a4 [2021-04-14T13:02:39.288Z] ---> Running in 9c7cd238b97a [2021-04-14T13:02:39.552Z] Removing intermediate container 637ca629db55 [2021-04-14T13:02:39.552Z] ---> aaad79c00660 [2021-04-14T13:02:39.552Z] Step 22/22 : LABEL version=0.0.0 [2021-04-14T13:02:39.552Z] Removing intermediate container e5b02c2f19a4 [2021-04-14T13:02:39.552Z] ---> f339b29fbca5 [2021-04-14T13:02:39.552Z] Step 23/23 : LABEL version=0.0.0 [2021-04-14T13:02:39.552Z] Removing intermediate container bc49975ccc63 [2021-04-14T13:02:39.552Z] ---> e1daeac3bd3a [2021-04-14T13:02:39.552Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-04-14T13:02:39.815Z] Removing intermediate container 9c7cd238b97a [2021-04-14T13:02:39.815Z] ---> 7c34c41dc440 [2021-04-14T13:02:39.815Z] Step 21/23 : LABEL arch=x86_64 [2021-04-14T13:02:39.815Z] ---> a1949ba09f50 [2021-04-14T13:02:39.815Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-04-14T13:02:40.389Z] ---> Running in 7e5355bf18e6 [2021-04-14T13:02:40.389Z] ---> Running in 264f3b305de6 [2021-04-14T13:02:40.389Z] ---> Running in 7f6c5651c43c [2021-04-14T13:02:40.389Z] ---> Running in ffd6b904fdc8 [2021-04-14T13:02:40.389Z] ---> b8f328600b99 [2021-04-14T13:02:40.389Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-04-14T13:02:40.655Z] Removing intermediate container 264f3b305de6 [2021-04-14T13:02:40.655Z] ---> 8023108c8684 [2021-04-14T13:02:40.655Z] [2021-04-14T13:02:40.655Z] Removing intermediate container 7f6c5651c43c [2021-04-14T13:02:40.655Z] ---> e54eca009e18 [2021-04-14T13:02:40.655Z] Step 22/24 : LABEL arch=x86_64 [2021-04-14T13:02:40.655Z] Removing intermediate container 7e5355bf18e6 [2021-04-14T13:02:40.655Z] ---> c40bfaa991ae [2021-04-14T13:02:40.655Z] [2021-04-14T13:02:40.655Z] Removing intermediate container ffd6b904fdc8 [2021-04-14T13:02:40.917Z] ---> 6bf1f663a3ef [2021-04-14T13:02:40.917Z] Step 22/23 : LABEL git_sha=4c81057e5db04cbec8dfe4ac23e02b6bdcda2789 [2021-04-14T13:02:40.917Z] ---> Running in a01fe06342fa [2021-04-14T13:02:40.917Z] Successfully built 8023108c8684 [2021-04-14T13:02:40.917Z] Successfully built c40bfaa991ae [2021-04-14T13:02:40.917Z] ---> 7adeb7dde1da [2021-04-14T13:02:40.917Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-04-14T13:02:40.917Z] Successfully tagged docker-core-command-go:latest [2021-04-14T13:02:40.917Z]  Building docker-core-command-go ... done Building docker-support-scheduler-go [2021-04-14T13:02:41.183Z] Successfully tagged docker-support-notifications-go:latest [2021-04-14T13:02:41.183Z]  Building docker-support-notifications-go ... done Building docker-security-proxy-setup-go [2021-04-14T13:02:41.183Z] ---> Running in 6a5cac447e77 [2021-04-14T13:02:41.183Z] Removing intermediate container a01fe06342fa [2021-04-14T13:02:41.183Z] ---> b060a7a04ece [2021-04-14T13:02:41.183Z] Step 23/24 : LABEL git_sha=4c81057e5db04cbec8dfe4ac23e02b6bdcda2789 [2021-04-14T13:02:41.183Z] ---> Running in 7fa278dd6e11 [2021-04-14T13:02:41.450Z] Removing intermediate container 6a5cac447e77 [2021-04-14T13:02:41.450Z] ---> 20a3f0c96ff5 [2021-04-14T13:02:41.450Z] Step 23/23 : LABEL version=0.0.0 [2021-04-14T13:02:41.450Z] ---> df1cebb60cf7 [2021-04-14T13:02:41.450Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-04-14T13:02:41.450Z] ---> Running in 9edd304e7567 [2021-04-14T13:02:41.721Z] ---> Running in a5febf43a205 [2021-04-14T13:02:41.721Z] Removing intermediate container 7fa278dd6e11 [2021-04-14T13:02:41.721Z] ---> 8913a1365f55 [2021-04-14T13:02:41.721Z] Step 24/24 : LABEL version=0.0.0 [2021-04-14T13:02:41.721Z] Removing intermediate container 9edd304e7567 [2021-04-14T13:02:41.721Z] ---> 27d611c8a73d [2021-04-14T13:02:41.721Z] [2021-04-14T13:02:41.721Z] ---> Running in 7e1a16a74fa6 [2021-04-14T13:02:41.988Z] Removing intermediate container a5febf43a205 [2021-04-14T13:02:41.988Z] ---> 1797ecb21aea [2021-04-14T13:02:41.988Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-04-14T13:02:41.988Z] Successfully built 27d611c8a73d [2021-04-14T13:02:41.988Z] Successfully tagged docker-core-metadata-go:latest [2021-04-14T13:02:41.988Z]  Building docker-core-metadata-go ... done Building docker-core-data-go [2021-04-14T13:02:42.254Z] Removing intermediate container 7e1a16a74fa6 [2021-04-14T13:02:42.254Z] ---> 0882de9314f9 [2021-04-14T13:02:42.254Z] [2021-04-14T13:02:42.518Z] Successfully built 0882de9314f9 [2021-04-14T13:02:42.518Z] ---> dee98101b80b [2021-04-14T13:02:42.518Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-04-14T13:02:42.518Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-04-14T13:02:42.518Z] Building docker-sys-mgmt-agent-go [2021-04-14T13:02:42.782Z]  Building docker-security-secretstore-setup-go ... done  ---> Running in 27cdac47f374 [2021-04-14T13:02:47.025Z] Removing intermediate container 27cdac47f374 [2021-04-14T13:02:47.025Z] ---> 57887a697e9b [2021-04-14T13:02:47.025Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-04-14T13:02:49.584Z] ---> Running in db429f37c29c [2021-04-14T13:02:50.160Z] Removing intermediate container db429f37c29c [2021-04-14T13:02:50.160Z] ---> b64b028c1d06 [2021-04-14T13:02:50.160Z] Step 28/31 : CMD ["gate"] [2021-04-14T13:02:50.160Z] ---> Running in ddd1aa2ee570 [2021-04-14T13:02:50.236Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.149s coverage: 94.4% of statements [2021-04-14T13:02:50.236Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.118s coverage: 44.8% of statements [2021-04-14T13:02:53.514Z] Removing intermediate container ddd1aa2ee570 [2021-04-14T13:02:53.514Z] ---> 292711d4f414 [2021-04-14T13:02:53.514Z] Step 29/31 : LABEL arch=x86_64 [2021-04-14T13:02:54.109Z] ---> Running in 9d34e86e8a0a [2021-04-14T13:02:54.374Z] Removing intermediate container 9d34e86e8a0a [2021-04-14T13:02:54.374Z] ---> ebacb8aac6cb [2021-04-14T13:02:54.374Z] Step 30/31 : LABEL git_sha=4c81057e5db04cbec8dfe4ac23e02b6bdcda2789 [2021-04-14T13:02:54.640Z] ---> Running in 55d69945798c [2021-04-14T13:02:54.640Z] Removing intermediate container 55d69945798c [2021-04-14T13:02:54.906Z] ---> f25c920a4de2 [2021-04-14T13:02:54.906Z] Step 31/31 : LABEL version=0.0.0 [2021-04-14T13:02:54.906Z] ---> Running in 0a3b0198556e [2021-04-14T13:02:55.173Z] Removing intermediate container 0a3b0198556e [2021-04-14T13:02:55.173Z] ---> 8e0dc26ad4b7 [2021-04-14T13:02:55.173Z] [2021-04-14T13:02:55.173Z] Successfully built 8e0dc26ad4b7 [2021-04-14T13:02:55.437Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-04-14T13:02:55.636Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.479s coverage: 81.9% of statements [2021-04-14T13:02:55.636Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2021-04-14T13:03:05.831Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.183s coverage: 92.9% of statements [2021-04-14T13:03:05.831Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-04-14T13:03:05.831Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-04-14T13:03:05.831Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-04-14T13:03:05.832Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.055s coverage: 77.8% of statements [2021-04-14T13:03:05.832Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-04-14T13:03:05.832Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-04-14T13:03:05.832Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-04-14T13:03:05.832Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-04-14T13:03:05.832Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-04-14T13:03:05.832Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.072s coverage: 87.2% of statements [2021-04-14T13:03:05.832Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-04-14T13:03:05.832Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-04-14T13:03:05.832Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.108s coverage: 100.0% of statements [2021-04-14T13:03:05.832Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-04-14T13:03:05.832Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.141s coverage: 75.5% of statements [2021-04-14T13:03:05.832Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-04-14T13:03:05.832Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.140s coverage: 80.8% of statements [2021-04-14T13:03:05.832Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.175s coverage: 87.2% of statements [2021-04-14T13:03:05.832Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.212s coverage: 84.6% of statements [2021-04-14T13:03:05.832Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.243s coverage: 91.6% of statements [2021-04-14T13:03:05.832Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-04-14T13:03:05.832Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.596s coverage: 64.4% of statements [2021-04-14T13:03:05.832Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-04-14T13:03:05.832Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-04-14T13:03:05.832Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.126s coverage: 100.0% of statements [2021-04-14T13:03:05.832Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.114s coverage: 91.3% of statements [2021-04-14T13:03:05.832Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.046s coverage: 100.0% of statements [2021-04-14T13:03:05.832Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.075s coverage: 73.7% of statements [2021-04-14T13:03:06.478Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.070s coverage: 100.0% of statements [2021-04-14T13:03:09.951Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.938s coverage: 69.0% of statements [2021-04-14T13:03:09.951Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-04-14T13:03:09.951Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-04-14T13:03:09.951Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-04-14T13:03:11.393Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.451s coverage: 38.4% of statements [2021-04-14T13:03:11.393Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-04-14T13:03:11.393Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-04-14T13:03:11.393Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.169s coverage: 89.5% of statements [2021-04-14T13:03:11.393Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-04-14T13:03:11.393Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.109s coverage: 84.8% of statements [2021-04-14T13:03:13.844Z]  Building docker-security-bootstrapper-go ... done Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-14T13:03:13.844Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-04-14T13:03:13.844Z] ---> 94c264702ab7 [2021-04-14T13:03:13.844Z] Step 3/22 : WORKDIR /edgex-go [2021-04-14T13:03:13.844Z] ---> Using cache [2021-04-14T13:03:13.844Z] ---> 1da3cbe35e97 [2021-04-14T13:03:13.844Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-14T13:03:13.844Z] ---> Using cache [2021-04-14T13:03:13.844Z] ---> 39c1bd9fe9e7 [2021-04-14T13:03:13.844Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-04-14T13:03:13.844Z] ---> Using cache [2021-04-14T13:03:13.844Z] ---> d9926caf3ed4 [2021-04-14T13:03:13.844Z] Step 6/22 : COPY go.mod . [2021-04-14T13:03:13.844Z] ---> Using cache [2021-04-14T13:03:13.844Z] ---> 8d87ac3d6ce2 [2021-04-14T13:03:13.844Z] Step 7/22 : RUN go mod download [2021-04-14T13:03:13.844Z] ---> Using cache [2021-04-14T13:03:13.844Z] ---> cbcf7238d43f [2021-04-14T13:03:13.844Z] Step 8/22 : COPY . . [2021-04-14T13:03:13.844Z] ---> Using cache [2021-04-14T13:03:13.844Z] ---> 98e2555160a2 [2021-04-14T13:03:13.844Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-04-14T13:03:13.844Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-14T13:03:13.844Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-14T13:03:13.844Z] ---> 94c264702ab7 [2021-04-14T13:03:13.844Z] Step 3/23 : WORKDIR /edgex-go [2021-04-14T13:03:13.844Z] ---> Using cache [2021-04-14T13:03:13.844Z] ---> 1da3cbe35e97 [2021-04-14T13:03:13.844Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-14T13:03:13.844Z] ---> Using cache [2021-04-14T13:03:13.844Z] ---> 39c1bd9fe9e7 [2021-04-14T13:03:13.844Z] Step 5/23 : RUN apk add --update --no-cache make bash git [2021-04-14T13:03:13.844Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-14T13:03:13.844Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-04-14T13:03:13.844Z] ---> 94c264702ab7 [2021-04-14T13:03:13.844Z] Step 3/21 : WORKDIR /edgex-go [2021-04-14T13:03:13.844Z] ---> Using cache [2021-04-14T13:03:13.844Z] ---> 1da3cbe35e97 [2021-04-14T13:03:13.844Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-14T13:03:13.844Z] ---> Using cache [2021-04-14T13:03:13.844Z] ---> 39c1bd9fe9e7 [2021-04-14T13:03:13.844Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-04-14T13:03:13.844Z] ---> Using cache [2021-04-14T13:03:13.844Z] ---> d9926caf3ed4 [2021-04-14T13:03:13.844Z] Step 6/21 : COPY go.mod . [2021-04-14T13:03:13.844Z] ---> Using cache [2021-04-14T13:03:13.844Z] ---> 8d87ac3d6ce2 [2021-04-14T13:03:13.844Z] Step 7/21 : RUN go mod download [2021-04-14T13:03:13.844Z] ---> Using cache [2021-04-14T13:03:13.844Z] ---> cbcf7238d43f [2021-04-14T13:03:13.844Z] Step 8/21 : COPY . . [2021-04-14T13:03:13.844Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-14T13:03:13.844Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-14T13:03:13.844Z] ---> 94c264702ab7 [2021-04-14T13:03:13.844Z] Step 3/23 : WORKDIR /edgex-go [2021-04-14T13:03:13.844Z] ---> Using cache [2021-04-14T13:03:13.844Z] ---> 1da3cbe35e97 [2021-04-14T13:03:13.844Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-14T13:03:13.844Z] ---> Using cache [2021-04-14T13:03:13.844Z] ---> 39c1bd9fe9e7 [2021-04-14T13:03:13.844Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-04-14T13:03:13.844Z] ---> Using cache [2021-04-14T13:03:13.844Z] ---> 98e2555160a2 [2021-04-14T13:03:13.844Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-04-14T13:03:14.798Z] ---> Running in dfa11bb427a5 [2021-04-14T13:03:14.798Z] ---> Running in 7e3d32349fe7 [2021-04-14T13:03:14.798Z] ---> Running in f82f2f538eb5 [2021-04-14T13:03:14.798Z] ---> Running in ee8dbb9822e5 [2021-04-14T13:03:16.234Z] 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-14T13:03:16.234Z] 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-14T13:03:16.234Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-14T13:03:16.234Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-14T13:03:16.839Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-14T13:03:16.839Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-14T13:03:17.437Z] OK: 233 MiB in 51 packages [2021-04-14T13:03:17.437Z] OK: 233 MiB in 51 packages [2021-04-14T13:03:18.134Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.531s coverage: 47.0% of statements [2021-04-14T13:03:18.134Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-04-14T13:03:18.134Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-04-14T13:03:18.134Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-04-14T13:03:18.134Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-04-14T13:03:18.134Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-04-14T13:03:18.134Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.132s coverage: 100.0% of statements [2021-04-14T13:03:18.134Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-04-14T13:03:18.134Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.134s coverage: 100.0% of statements [2021-04-14T13:03:18.134Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-04-14T13:03:18.134Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-04-14T13:03:18.134Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 0.132s coverage: 10.5% of statements [2021-04-14T13:03:18.134Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-04-14T13:03:18.929Z] Removing intermediate container f82f2f538eb5 [2021-04-14T13:03:18.929Z] ---> 09102c4a13ce [2021-04-14T13:03:18.929Z] Step 6/23 : COPY go.mod . [2021-04-14T13:03:18.929Z] Removing intermediate container dfa11bb427a5 [2021-04-14T13:03:18.929Z] ---> bba2bacecae4 [2021-04-14T13:03:18.929Z] Step 6/23 : COPY go.mod . [2021-04-14T13:03:19.532Z] ---> aa2e5d2ec705 [2021-04-14T13:03:19.532Z] Step 7/23 : RUN go mod download [2021-04-14T13:03:19.532Z] ---> 8dde4321ade5 [2021-04-14T13:03:19.532Z] Step 7/23 : RUN go mod download [2021-04-14T13:03:19.805Z] ---> Running in 1bcf2855f8c2 [2021-04-14T13:03:19.805Z] ---> Running in cc79a89cbd1d [2021-04-14T13:03:20.778Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.446s coverage: 87.7% of statements [2021-04-14T13:03:20.778Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-04-14T13:03:20.778Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-04-14T13:03:20.778Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-04-14T13:03:23.191Z] Removing intermediate container 1bcf2855f8c2 [2021-04-14T13:03:23.191Z] ---> ad6c85377d73 [2021-04-14T13:03:23.191Z] Step 8/23 : COPY . . [2021-04-14T13:03:23.191Z] Removing intermediate container cc79a89cbd1d [2021-04-14T13:03:23.191Z] ---> b3070900f7dc [2021-04-14T13:03:23.191Z] Step 8/23 : COPY . . [2021-04-14T13:03:26.199Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.325s coverage: 29.1% of statements [2021-04-14T13:03:26.199Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-04-14T13:03:26.199Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-04-14T13:03:26.199Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-04-14T13:03:26.199Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-04-14T13:03:26.199Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-04-14T13:03:26.199Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.193s coverage: 99.0% of statements [2021-04-14T13:03:26.199Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-04-14T13:03:26.199Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.248s coverage: 100.0% of statements [2021-04-14T13:03:26.199Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-04-14T13:03:26.199Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-04-14T13:03:26.199Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-04-14T13:03:26.199Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-04-14T13:03:26.199Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.381s coverage: 95.6% of statements [2021-04-14T13:03:26.199Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-04-14T13:03:26.200Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-04-14T13:03:26.200Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-04-14T13:03:26.200Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.044s coverage: 0.0% of statements [2021-04-14T13:03:26.200Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-04-14T13:03:26.200Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.049s coverage: 100.0% of statements [2021-04-14T13:03:26.200Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-04-14T13:03:26.200Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-04-14T13:03:26.200Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-04-14T13:03:26.200Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-04-14T13:03:26.200Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.073s coverage: 87.9% of statements [2021-04-14T13:03:26.200Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-04-14T13:03:26.200Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-04-14T13:03:27.187Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.060s coverage: 100.0% of statements [2021-04-14T13:03:27.461Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.110s coverage: 28.1% of statements [2021-04-14T13:03:28.440Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.077s coverage: 100.0% of statements [2021-04-14T13:03:29.412Z] GO111MODULE=on go vet ./... [2021-04-14T13:03:45.431Z] 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-14T13:03:52.120Z] ---> dd65a0243688 [2021-04-14T13:03:52.120Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-04-14T13:03:53.102Z] ---> Running in 2b3a5a5ddd25 [2021-04-14T13:03:53.102Z] ---> 3846b8db1750 [2021-04-14T13:03:53.102Z] Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-04-14T13:03:53.690Z] Removing intermediate container ee8dbb9822e5 [2021-04-14T13:03:53.690Z] ---> 56e66d0f17c7 [2021-04-14T13:03:53.690Z] [2021-04-14T13:03:53.690Z] Step 10/21 : FROM alpine:3.12 [2021-04-14T13:03:53.690Z] ---> 7230e588e954 [2021-04-14T13:03:53.690Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-04-14T13:03:53.690Z] ---> Running in 6eb201d9b5c1 [2021-04-14T13:03:53.976Z] ---> Running in bb8f823c78d2 [2021-04-14T13:03:54.248Z] Removing intermediate container 7e3d32349fe7 [2021-04-14T13:03:54.248Z] ---> 7faf75c013e6 [2021-04-14T13:03:54.248Z] [2021-04-14T13:03:54.248Z] Step 10/22 : FROM alpine:3.12 [2021-04-14T13:03:54.248Z] ---> 7230e588e954 [2021-04-14T13:03:54.248Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-04-14T13:03:54.248Z] ---> Using cache [2021-04-14T13:03:54.248Z] ---> 829d7c967f4d [2021-04-14T13:03:54.248Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-14T13:03:54.248Z] ---> Using cache [2021-04-14T13:03:54.248Z] ---> e672a89eaefa [2021-04-14T13:03:54.248Z] Step 13/22 : ENV APP_PORT=48085 [2021-04-14T13:03:54.522Z] ---> Running in 07674bb0003a [2021-04-14T13:03:54.814Z] Removing intermediate container 07674bb0003a [2021-04-14T13:03:54.814Z] ---> bd28b777c8c5 [2021-04-14T13:03:54.814Z] Step 14/22 : EXPOSE $APP_PORT [2021-04-14T13:03:54.814Z] 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-14T13:03:54.814Z] ---> Running in 82732bd22d70 [2021-04-14T13:03:55.090Z] 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-14T13:03:55.090Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-14T13:03:55.090Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-14T13:03:55.090Z] Removing intermediate container 82732bd22d70 [2021-04-14T13:03:55.090Z] ---> d9b743e7a4dd [2021-04-14T13:03:55.090Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-14T13:03:55.362Z] (1/4) Installing ca-certificates (20191127-r4) [2021-04-14T13:03:55.362Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-04-14T13:03:55.362Z] (3/4) Installing libcurl (7.76.1-r0) [2021-04-14T13:03:55.362Z] (4/4) Installing curl (7.76.1-r0) [2021-04-14T13:03:55.362Z] Executing busybox-1.31.1-r20.trigger [2021-04-14T13:03:55.638Z] Executing ca-certificates-20191127-r4.trigger [2021-04-14T13:03:55.910Z] ---> ccfdca3a36dd [2021-04-14T13:03:55.910Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-04-14T13:03:55.910Z] OK: 7 MiB in 18 packages [2021-04-14T13:03:56.921Z] ---> c83b20c77e8f [2021-04-14T13:03:56.921Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-04-14T13:03:57.923Z] Removing intermediate container bb8f823c78d2 [2021-04-14T13:03:57.923Z] ---> 971dd9f67f90 [2021-04-14T13:03:57.923Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-04-14T13:03:58.201Z] ---> f6e5e9d05874 [2021-04-14T13:03:58.201Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-04-14T13:03:58.201Z] ---> Running in 56f5b502b0a2 [2021-04-14T13:03:58.201Z] ---> Running in 3f65aebd078f [2021-04-14T13:03:58.477Z] Removing intermediate container 56f5b502b0a2 [2021-04-14T13:03:58.477Z] ---> b430ad6327ca [2021-04-14T13:03:58.477Z] Step 13/21 : WORKDIR /edgex [2021-04-14T13:03:58.756Z] Removing intermediate container 3f65aebd078f [2021-04-14T13:03:58.756Z] ---> 5dc53f2237da [2021-04-14T13:03:58.756Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-14T13:03:58.756Z] ---> Running in 928c38fd3b1f [2021-04-14T13:03:58.756Z] ---> Running in 13758e0d3e4f [2021-04-14T13:03:59.041Z] Removing intermediate container 928c38fd3b1f [2021-04-14T13:03:59.041Z] ---> f28d61b575fd [2021-04-14T13:03:59.041Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-04-14T13:03:59.041Z] Removing intermediate container 13758e0d3e4f [2021-04-14T13:03:59.041Z] ---> 327290754080 [2021-04-14T13:03:59.041Z] Step 20/22 : LABEL arch=x86_64 [2021-04-14T13:03:59.313Z] ---> Running in bab5cfc74077 [2021-04-14T13:03:59.588Z] Removing intermediate container bab5cfc74077 [2021-04-14T13:03:59.588Z] ---> 614de95933a1 [2021-04-14T13:03:59.588Z] Step 21/22 : LABEL git_sha=4c81057e5db04cbec8dfe4ac23e02b6bdcda2789 [2021-04-14T13:03:59.880Z] ---> 1603e1217125 [2021-04-14T13:03:59.880Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-04-14T13:04:00.152Z] ---> Running in 8bca6bd9a5b4 [2021-04-14T13:04:00.425Z] Removing intermediate container 8bca6bd9a5b4 [2021-04-14T13:04:00.425Z] ---> 04a0fced1ca9 [2021-04-14T13:04:00.425Z] Step 22/22 : LABEL version=0.0.0 [2021-04-14T13:04:00.704Z] ---> Running in ceb499eebb88 [2021-04-14T13:04:00.704Z] ---> 9bcc5b7c6bf5 [2021-04-14T13:04:00.704Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-04-14T13:04:00.995Z] Removing intermediate container ceb499eebb88 [2021-04-14T13:04:00.995Z] ---> 5dd76d92fce5 [2021-04-14T13:04:00.995Z] [2021-04-14T13:04:01.272Z] Successfully built 5dd76d92fce5 [2021-04-14T13:04:01.554Z] Successfully tagged docker-support-scheduler-go:latest [2021-04-14T13:04:01.828Z]  Building docker-support-scheduler-go ... done  ---> a73578576046 [2021-04-14T13:04:01.828Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-04-14T13:04:01.828Z] ---> Running in 081a16bf76ed [2021-04-14T13:04:02.101Z] Removing intermediate container 081a16bf76ed [2021-04-14T13:04:02.101Z] ---> a18c2d000f95 [2021-04-14T13:04:02.101Z] Step 18/21 : CMD ["--init=true"] [2021-04-14T13:04:02.376Z] ---> Running in 626f28e5d08a [2021-04-14T13:04:02.982Z] Removing intermediate container 626f28e5d08a [2021-04-14T13:04:02.982Z] ---> abd3ac674a0f [2021-04-14T13:04:02.982Z] Step 19/21 : LABEL arch=x86_64 [2021-04-14T13:04:03.254Z] ---> Running in efc1cea31523 [2021-04-14T13:04:04.259Z] Removing intermediate container efc1cea31523 [2021-04-14T13:04:04.259Z] ---> 5b6a7cfa3314 [2021-04-14T13:04:04.259Z] Step 20/21 : LABEL git_sha=4c81057e5db04cbec8dfe4ac23e02b6bdcda2789 [2021-04-14T13:04:04.540Z] ---> Running in 158777e571e1 [2021-04-14T13:04:05.541Z] Removing intermediate container 158777e571e1 [2021-04-14T13:04:05.541Z] ---> fa5292952da4 [2021-04-14T13:04:05.541Z] Step 21/21 : LABEL version=0.0.0 [2021-04-14T13:04:05.816Z] ---> Running in a183383e777b [2021-04-14T13:04:06.418Z] Removing intermediate container a183383e777b [2021-04-14T13:04:06.418Z] ---> 86d360855740 [2021-04-14T13:04:06.418Z] [2021-04-14T13:04:06.703Z] Successfully built 86d360855740 [2021-04-14T13:04:06.703Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-04-14T13:04:19.143Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container 6eb201d9b5c1 [2021-04-14T13:04:19.143Z] ---> 29e4989b5ece [2021-04-14T13:04:19.143Z] Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-04-14T13:04:19.143Z] ---> Running in 1f6a2d00ebe5 [2021-04-14T13:04:19.726Z] 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-14T13:04:22.334Z] Removing intermediate container 2b3a5a5ddd25 [2021-04-14T13:04:22.334Z] ---> 8743bfba6ce6 [2021-04-14T13:04:22.334Z] [2021-04-14T13:04:22.334Z] Step 10/23 : FROM alpine:3.12 [2021-04-14T13:04:22.334Z] ---> 7230e588e954 [2021-04-14T13:04:22.334Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-04-14T13:04:22.334Z] ---> Running in 0916432a6cd0 [2021-04-14T13:04:22.334Z] Removing intermediate container 1f6a2d00ebe5 [2021-04-14T13:04:22.334Z] ---> e0f136db67e6 [2021-04-14T13:04:22.334Z] [2021-04-14T13:04:22.334Z] Step 11/23 : FROM docker:20.10.0 [2021-04-14T13:04:22.687Z] Removing intermediate container 0916432a6cd0 [2021-04-14T13:04:22.687Z] ---> a06654b647df [2021-04-14T13:04:22.687Z] Step 12/23 : ENV APP_PORT=48080 [2021-04-14T13:04:22.687Z] 20.10.0: Pulling from library/docker [2021-04-14T13:04:22.687Z] ---> Running in 50a04b6a96eb [2021-04-14T13:04:22.977Z] Removing intermediate container 50a04b6a96eb [2021-04-14T13:04:22.977Z] ---> 9e86837a18f2 [2021-04-14T13:04:22.977Z] Step 13/23 : EXPOSE $APP_PORT [2021-04-14T13:04:22.977Z] ---> Running in 13e2330a00b0 [2021-04-14T13:04:23.317Z] Removing intermediate container 13e2330a00b0 [2021-04-14T13:04:23.317Z] ---> 1299725f7a6d [2021-04-14T13:04:23.317Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-14T13:04:23.594Z] ---> Running in 599e959f7521 [2021-04-14T13:04:25.006Z] Removing intermediate container 599e959f7521 [2021-04-14T13:04:25.006Z] ---> 404cedf4f47b [2021-04-14T13:04:25.006Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-04-14T13:04:25.274Z] ---> Running in a2ad5d79ac87 [2021-04-14T13:04:26.260Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-14T13:04:26.543Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-14T13:04:27.133Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-04-14T13:04:27.396Z] (2/6) Installing libgcc (9.3.0-r2) [2021-04-14T13:04:27.396Z] (3/6) Installing libsodium (1.0.18-r0) [2021-04-14T13:04:27.396Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-04-14T13:04:28.367Z] (5/6) Installing libzmq (4.3.3-r0) [2021-04-14T13:04:28.945Z] (6/6) Installing zeromq (4.3.3-r0) [2021-04-14T13:04:28.945Z] Executing busybox-1.31.1-r20.trigger [2021-04-14T13:04:28.945Z] OK: 8 MiB in 20 packages [2021-04-14T13:04:29.919Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-04-14T13:04:29.919Z] Status: Downloaded newer image for docker:20.10.0 [2021-04-14T13:04:29.919Z] ---> aefe523efa57 [2021-04-14T13:04:29.919Z] 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-14T13:04:29.919Z] Removing intermediate container a2ad5d79ac87 [2021-04-14T13:04:29.919Z] ---> 20abc6c04601 [2021-04-14T13:04:29.919Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-14T13:04:29.919Z] ---> Running in ab54580609db [2021-04-14T13:04:30.184Z] Removing intermediate container ab54580609db [2021-04-14T13:04:30.184Z] ---> b9e1f4b5e31f [2021-04-14T13:04:30.184Z] Step 13/23 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 [2021-04-14T13:04:30.184Z] ---> Running in 723783cc821e [2021-04-14T13:04:30.184Z] ---> 553f200b381c [2021-04-14T13:04:30.184Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-04-14T13:04:30.764Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-14T13:04:30.764Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-14T13:04:31.027Z] ---> 4cfc69a82364 [2021-04-14T13:04:31.027Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-04-14T13:04:31.027Z] (1/39) Installing readline (8.0.4-r0) [2021-04-14T13:04:31.027Z] (2/39) Installing bash (5.0.17-r0) [2021-04-14T13:04:31.027Z] Executing bash-5.0.17-r0.post-install [2021-04-14T13:04:31.027Z] (3/39) Installing nghttp2-libs (1.41.0-r0) [2021-04-14T13:04:31.027Z] (4/39) Installing libcurl (7.76.1-r0) [2021-04-14T13:04:31.027Z] (5/39) Installing curl (7.76.1-r0) [2021-04-14T13:04:31.027Z] (6/39) Installing dumb-init (1.2.2-r1) [2021-04-14T13:04:31.027Z] (7/39) Installing libbz2 (1.0.8-r1) [2021-04-14T13:04:31.027Z] (8/39) Installing expat (2.2.9-r1) [2021-04-14T13:04:31.027Z] (9/39) Installing libffi (3.3-r2) [2021-04-14T13:04:31.027Z] (10/39) Installing gdbm (1.13-r1) [2021-04-14T13:04:31.027Z] (11/39) Installing xz-libs (5.2.5-r0) [2021-04-14T13:04:31.027Z] (12/39) Installing sqlite-libs (3.32.1-r0) [2021-04-14T13:04:31.027Z] (13/39) Installing python3 (3.8.8-r0) [2021-04-14T13:04:33.590Z] ---> a1b8e7dc6117 [2021-04-14T13:04:33.590Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-04-14T13:04:34.166Z] ---> Running in 43c697ed0ae6 [2021-04-14T13:04:34.166Z] (14/39) Installing py3-appdirs (1.4.4-r1) [2021-04-14T13:04:34.166Z] (15/39) Installing py3-ordered-set (4.0.1-r0) [2021-04-14T13:04:34.166Z] (16/39) Installing py3-parsing (2.4.7-r0) [2021-04-14T13:04:34.166Z] (17/39) Installing py3-six (1.15.0-r0) [2021-04-14T13:04:34.166Z] (18/39) Installing py3-packaging (20.4-r0) [2021-04-14T13:04:34.166Z] (19/39) Installing py3-setuptools (47.0.0-r0) [2021-04-14T13:04:34.166Z] (20/39) Installing py3-chardet (3.0.4-r4) [2021-04-14T13:04:34.166Z] (21/39) Installing py3-idna (2.9-r0) [2021-04-14T13:04:34.166Z] (22/39) Installing py3-certifi (2020.4.5.1-r0) [2021-04-14T13:04:34.166Z] (23/39) Installing py3-urllib3 (1.25.9-r0) [2021-04-14T13:04:34.430Z] (24/39) Installing py3-requests (2.23.0-r0) [2021-04-14T13:04:34.430Z] (25/39) Installing py3-msgpack (1.0.0-r0) [2021-04-14T13:04:34.692Z] (26/39) Installing py3-lockfile (0.12.2-r3) [2021-04-14T13:04:34.958Z] (27/39) Installing py3-cachecontrol (0.12.6-r0) [2021-04-14T13:04:34.958Z] Removing intermediate container 43c697ed0ae6 [2021-04-14T13:04:34.958Z] ---> d99bd89ad8b7 [2021-04-14T13:04:34.958Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-14T13:04:34.958Z] (28/39) Installing py3-colorama (0.4.3-r0) [2021-04-14T13:04:34.958Z] (29/39) Installing py3-distlib (0.3.0-r0) [2021-04-14T13:04:35.223Z] (30/39) Installing py3-distro (1.5.0-r1) [2021-04-14T13:04:35.223Z] (31/39) Installing py3-webencodings (0.5.1-r3) [2021-04-14T13:04:35.223Z] (32/39) Installing py3-html5lib (1.0.1-r4) [2021-04-14T13:04:35.493Z] (33/39) Installing py3-pytoml (0.1.21-r0) [2021-04-14T13:04:35.493Z] (34/39) Installing py3-pep517 (0.8.2-r0) [2021-04-14T13:04:35.493Z] ---> Running in 6d22c7c4ce6e [2021-04-14T13:04:35.493Z] (35/39) Installing py3-progress (1.5-r0) [2021-04-14T13:04:35.493Z] (36/39) Installing py3-toml (0.10.1-r0) [2021-04-14T13:04:35.493Z] (37/39) Installing py3-retrying (1.3.3-r0) [2021-04-14T13:04:35.493Z] (38/39) Installing py3-contextlib2 (0.6.0-r0) [2021-04-14T13:04:35.493Z] (39/39) Installing py3-pip (20.1.1-r0) [2021-04-14T13:04:35.770Z] Executing busybox-1.31.1-r19.trigger [2021-04-14T13:04:35.771Z] OK: 72 MiB in 59 packages [2021-04-14T13:04:36.719Z] Removing intermediate container 6d22c7c4ce6e [2021-04-14T13:04:36.719Z] ---> 41790f98b114 [2021-04-14T13:04:36.719Z] Step 21/23 : LABEL arch=x86_64 [2021-04-14T13:04:36.719Z] ---> Running in dff8edf2ef2a [2021-04-14T13:04:36.719Z] Removing intermediate container dff8edf2ef2a [2021-04-14T13:04:36.719Z] ---> a7ce043dcb72 [2021-04-14T13:04:36.719Z] Step 22/23 : LABEL git_sha=4c81057e5db04cbec8dfe4ac23e02b6bdcda2789 [2021-04-14T13:04:36.983Z] ---> Running in 14a0e464570c [2021-04-14T13:04:37.247Z] Removing intermediate container 14a0e464570c [2021-04-14T13:04:37.247Z] ---> 2d36b25f665c [2021-04-14T13:04:37.247Z] Step 23/23 : LABEL version=0.0.0 [2021-04-14T13:04:37.247Z] ---> Running in 03c8c800809c [2021-04-14T13:04:37.521Z] Collecting docker-compose==1.23.2 [2021-04-14T13:04:37.521Z] Removing intermediate container 03c8c800809c [2021-04-14T13:04:37.521Z] ---> c5982bcdbd1f [2021-04-14T13:04:37.521Z] [2021-04-14T13:04:37.521Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-04-14T13:04:37.788Z] Successfully built c5982bcdbd1f [2021-04-14T13:04:37.788Z] Collecting websocket-client<1.0,>=0.32.0 [2021-04-14T13:04:37.788Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-04-14T13:04:37.788Z] Successfully tagged docker-core-data-go:latest [2021-04-14T13:04:37.788Z]  Building docker-core-data-go ... done Collecting dockerpty<0.5,>=0.4.1 [2021-04-14T13:04:37.788Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-04-14T13:04:38.735Z] Collecting PyYAML<4,>=3.10 [2021-04-14T13:04:38.735Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-04-14T13:04:39.685Z] Collecting docker<4.0,>=3.6.0 [2021-04-14T13:04:39.685Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-04-14T13:04:39.947Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-04-14T13:04:39.947Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-04-14T13:04:39.947Z] Collecting texttable<0.10,>=0.9.0 [2021-04-14T13:04:39.947Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-04-14T13:04:41.341Z] Collecting jsonschema<3,>=2.5.1 [2021-04-14T13:04:41.341Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-04-14T13:04:41.603Z] Collecting cached-property<2,>=1.2.0 [2021-04-14T13:04:41.603Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-04-14T13:04:41.603Z] Collecting docopt<0.7,>=0.6.1 [2021-04-14T13:04:41.603Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-04-14T13:04:42.179Z] 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-14T13:04:42.179Z] Collecting docker-pycreds>=0.4.0 [2021-04-14T13:04:42.179Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-04-14T13:04:42.441Z] Collecting urllib3<1.25,>=1.21.1 [2021-04-14T13:04:42.441Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-04-14T13:04:42.441Z] 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-14T13:04:42.441Z] Collecting idna<2.8,>=2.5 [2021-04-14T13:04:42.441Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-04-14T13:04:42.441Z] 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-14T13:04:42.441Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-04-14T13:04:42.441Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-04-14T13:04:42.441Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-04-14T13:04:42.441Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-04-14T13:04:42.704Z] Installing collected packages: websocket-client, dockerpty, PyYAML, docker-pycreds, urllib3, idna, requests, docker, texttable, jsonschema, cached-property, docopt, docker-compose [2021-04-14T13:04:42.704Z] Running setup.py install for dockerpty: started [2021-04-14T13:04:43.277Z] Running setup.py install for dockerpty: finished with status 'done' [2021-04-14T13:04:43.277Z] Running setup.py install for PyYAML: started [2021-04-14T13:04:44.238Z] Running setup.py install for PyYAML: finished with status 'done' [2021-04-14T13:04:44.238Z] Attempting uninstall: urllib3 [2021-04-14T13:04:44.238Z] Found existing installation: urllib3 1.25.9 [2021-04-14T13:04:44.238Z] Uninstalling urllib3-1.25.9: [2021-04-14T13:04:44.238Z] Successfully uninstalled urllib3-1.25.9 [2021-04-14T13:04:44.238Z] Attempting uninstall: idna [2021-04-14T13:04:44.238Z] Found existing installation: idna 2.9 [2021-04-14T13:04:44.238Z] Uninstalling idna-2.9: [2021-04-14T13:04:44.238Z] Successfully uninstalled idna-2.9 [2021-04-14T13:04:44.500Z] Attempting uninstall: requests [2021-04-14T13:04:44.500Z] Found existing installation: requests 2.23.0 [2021-04-14T13:04:44.500Z] Uninstalling requests-2.23.0: [2021-04-14T13:04:44.500Z] Successfully uninstalled requests-2.23.0 [2021-04-14T13:04:44.762Z] Running setup.py install for texttable: started [2021-04-14T13:04:45.336Z] Running setup.py install for texttable: finished with status 'done' [2021-04-14T13:04:45.599Z] Running setup.py install for docopt: started [2021-04-14T13:04:46.181Z] Running setup.py install for docopt: finished with status 'done' [2021-04-14T13:04:46.181Z] 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-14T13:04:51.226Z] gofmt -l . [2021-04-14T13:04:51.226Z] [ "`gofmt -l .`" = "" ] [2021-04-14T13:04:51.226Z] ./bin/test-go-mod-tidy.sh [2021-04-14T13:04:51.226Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-04-14T13:04:52.177Z] + ls -al . [2021-04-14T13:04:52.177Z] total 824 [2021-04-14T13:04:52.177Z] drwxrwxr-x 9 1001 1001 4096 Apr 14 13:04 . [2021-04-14T13:04:52.177Z] drwxr-xr-x 4 root root 4096 Apr 14 13:00 .. [2021-04-14T13:04:52.177Z] -rw-rw-r-- 1 1001 1001 11 Apr 14 12:58 .dockerignore [2021-04-14T13:04:52.177Z] drwxrwxr-x 8 1001 1001 4096 Apr 14 12:59 .git [2021-04-14T13:04:52.177Z] drwxrwxr-x 3 1001 1001 4096 Apr 14 12:58 .github [2021-04-14T13:04:52.177Z] -rw-rw-r-- 1 1001 1001 818 Apr 14 12:58 .gitignore [2021-04-14T13:04:52.177Z] -rw-rw-r-- 1 1001 1001 166 Apr 14 12:58 .sonarcloud.properties [2021-04-14T13:04:52.177Z] -rw-rw-r-- 1 1001 1001 8494 Apr 14 12:58 Attribution.txt [2021-04-14T13:04:52.177Z] -rw-rw-r-- 1 1001 1001 3804 Apr 14 12:58 CONTRIBUTING.md [2021-04-14T13:04:52.177Z] -rw-rw-r-- 1 1001 1001 931 Apr 14 12:58 Dockerfile.build [2021-04-14T13:04:52.177Z] -rw-rw-r-- 1 1001 1001 863 Apr 14 12:58 Jenkinsfile [2021-04-14T13:04:52.177Z] -rw-rw-r-- 1 1001 1001 10775 Apr 14 12:58 LICENSE [2021-04-14T13:04:52.177Z] -rw-rw-r-- 1 1001 1001 5774 Apr 14 12:58 Makefile [2021-04-14T13:04:52.177Z] -rw-rw-r-- 1 1001 1001 6548 Apr 14 12:58 README.md [2021-04-14T13:04:52.177Z] -rw-rw-r-- 1 1001 1001 6755 Apr 14 12:58 SECURITY.md [2021-04-14T13:04:52.177Z] -rw-rw-r-- 1 1001 1001 5 Apr 14 12:56 VERSION [2021-04-14T13:04:52.177Z] -rw-rw-r-- 1 1001 1001 4131 Apr 14 12:58 ZMQWindows.md [2021-04-14T13:04:52.177Z] drwxrwxr-x 2 1001 1001 4096 Apr 14 12:58 bin [2021-04-14T13:04:52.177Z] drwxrwxr-x 14 1001 1001 4096 Apr 14 12:58 cmd [2021-04-14T13:04:52.177Z] -rw-r--r-- 1 root root 686607 Apr 14 13:03 coverage.out [2021-04-14T13:04:52.177Z] -rw-r--r-- 1 root root 1059 Apr 14 13:04 go.mod [2021-04-14T13:04:52.177Z] -rw-r--r-- 1 root root 21922 Apr 14 13:04 go.sum [2021-04-14T13:04:52.177Z] drwxrwxr-x 8 1001 1001 4096 Apr 14 12:58 internal [2021-04-14T13:04:52.177Z] drwxrwxr-x 4 1001 1001 4096 Apr 14 12:58 openapi [2021-04-14T13:04:52.177Z] drwxrwxr-x 4 1001 1001 4096 Apr 14 12:58 snap [2021-04-14T13:04:52.177Z] -rw-rw-r-- 1 1001 1001 168 Apr 14 12:58 version.go [Pipeline] sh [2021-04-14T13:04:52.835Z] + '[' -e coverage.out ] [2021-04-14T13:04:52.835Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-04-14T13:04:52.875Z] Warning: overwriting stash ‘coverage-report’ [2021-04-14T13:04:54.255Z] Stashed 1 file(s) [Pipeline] sh [2021-04-14T13:04:54.354Z] Removing intermediate container 723783cc821e [2021-04-14T13:04:54.354Z] ---> 7665a0198846 [2021-04-14T13:04:54.354Z] Step 14/23 : ENV APP_PORT=48090 [2021-04-14T13:04:54.354Z] ---> Running in de9cc5fb697f [2021-04-14T13:04:54.354Z] Removing intermediate container de9cc5fb697f [2021-04-14T13:04:54.354Z] ---> 54845a5d2eca [2021-04-14T13:04:54.354Z] Step 15/23 : EXPOSE $APP_PORT [2021-04-14T13:04:54.354Z] ---> Running in 91d457ec007c [2021-04-14T13:04:54.354Z] Removing intermediate container 91d457ec007c [2021-04-14T13:04:54.354Z] ---> 84949cc2899e [2021-04-14T13:04:54.354Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-04-14T13:04:54.930Z] ---> 4b5bbafd2399 [2021-04-14T13:04:54.930Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-04-14T13:04:54.938Z] + make build [2021-04-14T13:04:54.938Z] 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-14T13:04:55.193Z] ---> bd5dba0f36c3 [2021-04-14T13:04:55.193Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-04-14T13:04:55.457Z] ---> 837a46223c04 [2021-04-14T13:04:55.457Z] Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-04-14T13:04:55.457Z] ---> Running in 4ac0f6f4be35 [2021-04-14T13:04:55.718Z] Removing intermediate container 4ac0f6f4be35 [2021-04-14T13:04:55.718Z] ---> 0da4c1bb6657 [2021-04-14T13:04:55.718Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-14T13:04:55.981Z] ---> Running in cedb5dbbd7d6 [2021-04-14T13:04:55.982Z] Removing intermediate container cedb5dbbd7d6 [2021-04-14T13:04:55.982Z] ---> 72c59b7d1512 [2021-04-14T13:04:55.982Z] Step 21/23 : LABEL arch=x86_64 [2021-04-14T13:04:55.982Z] ---> Running in c6bfa0b3b666 [2021-04-14T13:04:56.248Z] Removing intermediate container c6bfa0b3b666 [2021-04-14T13:04:56.248Z] ---> 09a083eee80f [2021-04-14T13:04:56.248Z] Step 22/23 : LABEL git_sha=4c81057e5db04cbec8dfe4ac23e02b6bdcda2789 [2021-04-14T13:04:56.248Z] ---> Running in f838440fe00e [2021-04-14T13:04:56.511Z] Removing intermediate container f838440fe00e [2021-04-14T13:04:56.511Z] ---> 810aecb20685 [2021-04-14T13:04:56.511Z] Step 23/23 : LABEL version=0.0.0 [2021-04-14T13:04:56.511Z] ---> Running in 74b562dd8bda [2021-04-14T13:04:56.774Z] Removing intermediate container 74b562dd8bda [2021-04-14T13:04:56.774Z] ---> 4b7b6907adca [2021-04-14T13:04:56.774Z] [2021-04-14T13:04:56.774Z] Successfully built 4b7b6907adca [2021-04-14T13:04:57.038Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-04-14T13:04:57.315Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-04-14T13:04:57.329Z] $ docker stop --time=1 2da5ebac7e8197added94e8f53f38467f6509bcb66f15519a377c26699b5fc7b [2021-04-14T13:04:59.039Z] $ docker rm -f 2da5ebac7e8197added94e8f53f38467f6509bcb66f15519a377c26699b5fc7b [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-14T13:04:59.489Z] + docker images [2021-04-14T13:04:59.489Z] + grep docker [2021-04-14T13:04:59.754Z] docker-sys-mgmt-agent-go latest 4b7b6907adca 3 seconds ago 312MB [2021-04-14T13:04:59.754Z] docker-core-data-go latest c5982bcdbd1f 22 seconds ago 22.7MB [2021-04-14T13:04:59.754Z] docker-security-proxy-setup-go latest 86d360855740 53 seconds ago 25.6MB [2021-04-14T13:04:59.754Z] docker-support-scheduler-go latest 5dd76d92fce5 59 seconds ago 17.4MB [2021-04-14T13:04:59.754Z] docker-security-bootstrapper-go latest 8e0dc26ad4b7 2 minutes ago 19.1MB [2021-04-14T13:04:59.754Z] docker-core-metadata-go latest 27d611c8a73d 2 minutes ago 19MB [2021-04-14T13:04:59.754Z] docker-security-secretstore-setup-go latest 0882de9314f9 2 minutes ago 25.9MB [2021-04-14T13:04:59.754Z] docker-support-notifications-go latest c40bfaa991ae 2 minutes ago 18MB [2021-04-14T13:04:59.754Z] docker-core-command-go latest 8023108c8684 2 minutes ago 17.3MB [2021-04-14T13:04:59.754Z] 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-14T13:05:05.334Z] 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-14T13:05:14.999Z] Still waiting to schedule task [2021-04-14T13:05:15.000Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2021-04-14T13:05:32.111Z] 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-14T13:05:32.384Z] 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-14T13:05:39.082Z] 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-14T13:05:39.677Z] 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-14T13:05:45.076Z] 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-14T13:05:50.469Z] 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-14T13:05:54.777Z] 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-14T13:05:59.090Z] 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-14T13:06:03.408Z] 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-14T13:06:07.711Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } [2021-04-14T13:06:14.442Z] $ docker stop --time=1 63cac8b218dd1aa15748ff291e699b63c548d7a99abc4c0b232d2c62e83f1932 [2021-04-14T13:06:14.648Z] Running on prd-ubuntu18.04-docker-8c-8g-121 in /w/workspace/edgexfoundry_edgex-go_PR-3234 [2021-04-14T13:06:16.956Z] $ docker rm -f 63cac8b218dd1aa15748ff291e699b63c548d7a99abc4c0b232d2c62e83f1932 [Pipeline] { [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] ws [2021-04-14T13:06:18.234Z] Running in /w/workspace/edgex-go/68 [Pipeline] { [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] checkout [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-14T13:06:18.654Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-04-14T13:06:18.654Z] [2021-04-14T13:06:18.654Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-14T13:06:19.019Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-04-14T13:06:19.294Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-04-14T13:06:19.294Z] 29e5d40040c1: Pulling fs layer [2021-04-14T13:06:19.294Z] 1ce36da41761: Pulling fs layer [2021-04-14T13:06:19.294Z] 25b303627fd3: Pulling fs layer [2021-04-14T13:06:19.294Z] 29e5d40040c1: Download complete [2021-04-14T13:06:19.893Z] 1ce36da41761: Verifying Checksum [2021-04-14T13:06:19.893Z] 1ce36da41761: Download complete [2021-04-14T13:06:19.893Z] 29e5d40040c1: Pull complete [2021-04-14T13:06:20.529Z] using credential edgex-jenkins-ssh [2021-04-14T13:06:20.542Z] Cloning the remote Git repository [2021-04-14T13:06:19.623Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-04-14T13:06:19.690Z] > git init /w/workspace/edgex-go/68 # timeout=10 [2021-04-14T13:06:19.722Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-04-14T13:06:19.722Z] > git --version # timeout=10 [2021-04-14T13:06:19.729Z] > git --version # 'git version 2.17.1' [2021-04-14T13:06:19.730Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-14T13:06:21.337Z] 1ce36da41761: Pull complete [2021-04-14T13:06:21.609Z] 25b303627fd3: Verifying Checksum [2021-04-14T13:06:21.609Z] 25b303627fd3: Download complete [2021-04-14T13:06:19.755Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-14T13:06:28.338Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-04-14T13:06:28.344Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-14T13:06:28.354Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-04-14T13:06:28.368Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-04-14T13:06:28.368Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-14T13:06:28.373Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3234/head:refs/remotes/origin/PR-3234 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-14T13:06:29.846Z] Merging remotes/origin/master commit 93b0d44f3282e8e67ab2a65e7472dd6ab7657d0e into PR head commit 4c81057e5db04cbec8dfe4ac23e02b6bdcda2789 [2021-04-14T13:06:30.001Z] Merge succeeded, producing 4c81057e5db04cbec8dfe4ac23e02b6bdcda2789 [2021-04-14T13:06:30.002Z] Checking out Revision 4c81057e5db04cbec8dfe4ac23e02b6bdcda2789 (PR-3234) [2021-04-14T13:06:28.915Z] > git config core.sparsecheckout # timeout=10 [2021-04-14T13:06:28.923Z] > git checkout -f 4c81057e5db04cbec8dfe4ac23e02b6bdcda2789 # timeout=10 [2021-04-14T13:06:29.001Z] > git remote # timeout=10 [2021-04-14T13:06:29.008Z] > git config --get remote.origin.url # timeout=10 [2021-04-14T13:06:29.016Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-14T13:06:29.021Z] > git merge 93b0d44f3282e8e67ab2a65e7472dd6ab7657d0e # timeout=10 [2021-04-14T13:06:29.052Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-04-14T13:06:29.065Z] > git config core.sparsecheckout # timeout=10 [2021-04-14T13:06:29.070Z] > git checkout -f 4c81057e5db04cbec8dfe4ac23e02b6bdcda2789 # timeout=10 [2021-04-14T13:06:31.765Z] 25b303627fd3: Pull complete [2021-04-14T13:06:31.765Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-04-14T13:06:31.765Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-04-14T13:06:31.765Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-04-14T13:06:32.037Z] prd-ubuntu18.04-docker-arm64-4c-16g-115 does not seem to be running inside a container [2021-04-14T13:06:32.125Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/68 -v /w/workspace/edgex-go/68:/w/workspace/edgex-go/68:rw,z -v /w/workspace/edgex-go/68@tmp:/w/workspace/edgex-go/68@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-04-14T13:06:32.757Z] Commit message: "Bump github.com/lib/pq from 1.9.0 to 1.10.0" [2021-04-14T13:06:34.978Z] $ docker top c4d214063339d897739ac3388d1e01c63713b8db4a1f4d9ebaa7c6c1a29b978b -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-14T13:06:35.950Z] + grep parallel [2021-04-14T13:06:35.950Z] + docker-compose build --help [2021-04-14T13:06:36.105Z] + echo snap-build.sh [2021-04-14T13:06:36.105Z] snap-build.sh [2021-04-14T13:06:36.105Z] + SNAP_BASE_DIR=. [2021-04-14T13:06:36.105Z] + '[' '!' -z /w/workspace/edgex-go/68 ']' [2021-04-14T13:06:36.105Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/68 [2021-04-14T13:06:36.105Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/68]' [2021-04-14T13:06:36.105Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/68] [2021-04-14T13:06:36.105Z] + cd /w/workspace/edgex-go/68 [2021-04-14T13:06:36.105Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-04-14T13:06:36.105Z] Reading package lists... [2021-04-14T13:06:36.105Z] Building dependency tree... [2021-04-14T13:06:36.105Z] Reading state information... [2021-04-14T13:06:36.370Z] The following packages were automatically installed and are no longer required: [2021-04-14T13:06:36.370Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-04-14T13:06:36.370Z] uidmap xdelta3 [2021-04-14T13:06:36.370Z] Use 'sudo apt autoremove' to remove them. [2021-04-14T13:06:36.370Z] The following packages will be REMOVED: [2021-04-14T13:06:36.370Z] lxd* lxd-client* [2021-04-14T13:06:36.633Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-04-14T13:06:36.633Z] After this operation, 31.7 MB disk space will be freed. [2021-04-14T13:06:37.683Z] (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-14T13:06:37.683Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-04-14T13:06:38.631Z] Removing lxd dnsmasq configuration [2021-04-14T13:06:38.631Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-04-14T13:06:38.631Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-04-14T13:06:39.322Z] --parallel Build images in parallel. [2021-04-14T13:06:39.577Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [Pipeline] } [2021-04-14T13:06:39.610Z] $ docker stop --time=1 c4d214063339d897739ac3388d1e01c63713b8db4a1f4d9ebaa7c6c1a29b978b [2021-04-14T13:06:39.839Z] (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-14T13:06:39.839Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-04-14T13:06:41.229Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-04-14T13:06:41.229Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-04-14T13:06:41.532Z] $ docker rm -f c4d214063339d897739ac3388d1e01c63713b8db4a1f4d9ebaa7c6c1a29b978b [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-14T13:06:42.178Z] + sudo snap remove --purge lxd [2021-04-14T13:06:42.262Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-04-14T13:06:42.262Z] . [Pipeline] withDockerContainer [2021-04-14T13:06:42.439Z] snap "lxd" is not installed [2021-04-14T13:06:42.439Z] + sudo groupadd --force --system lxd [2021-04-14T13:06:42.439Z] ++ whoami [2021-04-14T13:06:42.439Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-04-14T13:06:42.439Z] + newgrp - lxd [2021-04-14T13:06:42.439Z] + sudo snap install lxd [2021-04-14T13:06:42.521Z] prd-ubuntu18.04-docker-arm64-4c-16g-115 does not seem to be running inside a container [2021-04-14T13:06:42.595Z] $ 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/68 -v /w/workspace/edgex-go/68:/w/workspace/edgex-go/68:rw,z -v /w/workspace/edgex-go/68@tmp:/w/workspace/edgex-go/68@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-14T13:06:44.074Z] $ docker top bc5df9bb46df3700cf6c33abbe77a413be53dd3941db3d6f14a1889c76863ea0 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-14T13:06:45.032Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-04-14T13:06:49.316Z] Building docker-core-command-go ... [2021-04-14T13:06:49.316Z] Building docker-core-data-go ... [2021-04-14T13:06:49.316Z] Building docker-core-metadata-go ... [2021-04-14T13:06:49.316Z] Building docker-security-bootstrapper-go ... [2021-04-14T13:06:49.316Z] Building docker-security-proxy-setup-go ... [2021-04-14T13:06:49.316Z] Building docker-security-secretstore-setup-go ... [2021-04-14T13:06:49.316Z] Building docker-support-notifications-go ... [2021-04-14T13:06:49.316Z] Building docker-support-scheduler-go ... [2021-04-14T13:06:49.316Z] Building docker-sys-mgmt-agent-go ... [2021-04-14T13:06:49.316Z] Building docker-support-notifications-go [2021-04-14T13:06:49.316Z] Building docker-security-bootstrapper-go [2021-04-14T13:06:49.316Z] Building docker-sys-mgmt-agent-go [2021-04-14T13:06:49.316Z] Building docker-security-proxy-setup-go [2021-04-14T13:06:49.316Z] Building docker-support-scheduler-go [2021-04-14T13:06:50.582Z] 2021-04-14T13:06:49Z INFO Waiting for automatic snapd restart... [2021-04-14T13:07:08.773Z] lxd 4.13 from Canonical* installed [2021-04-14T13:07:08.773Z] + sudo lxd init --auto [2021-04-14T13:07:15.376Z] + sudo snap install --classic snapcraft [2021-04-14T13:07:23.530Z] snapcraft 4.6.2 from Canonical* installed [2021-04-14T13:07:23.530Z] + '[' -f snap/local/build-helpers/bin/minimal-snap-build.sh ']' [2021-04-14T13:07:23.530Z] + ./snap/local/build-helpers/bin/minimal-snap-build.sh [2021-04-14T13:07:23.530Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-14T13:07:23.530Z] Dload Upload Total Spent Left Speed [2021-04-14T13:07:23.530Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 627 100 627 0 0 4478 0 --:--:-- --:--:-- --:--:-- 4446 [2021-04-14T13:07:23.530Z] 100 3325k 100 3325k 0 0 11.8M 0 --:--:-- --:--:-- --:--:-- 11.8M [2021-04-14T13:07:23.530Z] ./yq_linux_amd64 [2021-04-14T13:07:23.530Z] + sudo snapcraft prime --use-lxd [2021-04-14T13:07:24.918Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-04-14T13:07:24.918Z] 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-14T13:07:24.918Z] - README.md [2021-04-14T13:07:24.918Z] [2021-04-14T13:07:24.918Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-04-14T13:07:25.495Z] Launching a container. [2021-04-14T13:07:37.737Z] Waiting for container to be ready [2021-04-14T13:07:37.737Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-04-14T13:07:37.737Z] [2021-04-14T13:07:40.283Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-04-14T13:07:40.545Z] Waiting for network to be ready... [2021-04-14T13:07:40.808Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-04-14T13:07:41.070Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1664 kB] [2021-04-14T13:07:41.070Z] Get:3 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-04-14T13:07:41.070Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [314 kB] [2021-04-14T13:07:41.070Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] [2021-04-14T13:07:41.070Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-04-14T13:07:41.070Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [283 kB] [2021-04-14T13:07:41.070Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [37.7 kB] [2021-04-14T13:07:41.070Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1119 kB] [2021-04-14T13:07:41.070Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [252 kB] [2021-04-14T13:07:41.330Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-04-14T13:07:41.592Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-04-14T13:07:41.854Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-04-14T13:07:41.854Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-04-14T13:07:41.854Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-04-14T13:07:41.854Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-04-14T13:07:41.854Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-04-14T13:07:41.854Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-04-14T13:07:42.426Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-04-14T13:07:42.426Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2006 kB] [2021-04-14T13:07:42.687Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [406 kB] [2021-04-14T13:07:42.687Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] [2021-04-14T13:07:42.687Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-04-14T13:07:42.687Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [305 kB] [2021-04-14T13:07:42.687Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [41.3 kB] [2021-04-14T13:07:42.687Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1729 kB] [2021-04-14T13:07:42.687Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [367 kB] [2021-04-14T13:07:44.608Z] Fetched 24.3 MB in 4s (6108 kB/s) [2021-04-14T13:07:45.551Z] Reading package lists... [2021-04-14T13:07:45.812Z] Reading package lists... [2021-04-14T13:07:45.812Z] Building dependency tree... [2021-04-14T13:07:45.812Z] Reading state information... [2021-04-14T13:07:46.073Z] The following additional packages will be installed: [2021-04-14T13:07:46.073Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-04-14T13:07:46.073Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-04-14T13:07:46.073Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-04-14T13:07:46.073Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-04-14T13:07:46.073Z] Suggested packages: [2021-04-14T13:07:46.073Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-04-14T13:07:46.073Z] Recommended packages: [2021-04-14T13:07:46.073Z] gnupg libsasl2-modules [2021-04-14T13:07:46.073Z] The following NEW packages will be installed: [2021-04-14T13:07:46.073Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-04-14T13:07:46.073Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-04-14T13:07:46.073Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-04-14T13:07:46.073Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-04-14T13:07:46.073Z] The following packages will be upgraded: [2021-04-14T13:07:46.074Z] gpg gpg-agent gpgconf libudev1 [2021-04-14T13:07:46.335Z] 4 upgraded, 18 newly installed, 0 to remove and 106 not upgraded. [2021-04-14T13:07:46.335Z] Need to get 3530 kB of archives. [2021-04-14T13:07:46.335Z] After this operation, 13.3 MB of additional disk space will be used. [2021-04-14T13:07:46.335Z] 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-14T13:07:46.335Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.45 [59.0 kB] [2021-04-14T13:07:46.596Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] [2021-04-14T13:07:46.596Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB] [2021-04-14T13:07:46.596Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.10 [154 kB] [2021-04-14T13:07:46.596Z] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.45 [1101 kB] [2021-04-14T13:07:46.857Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-04-14T13:07:46.857Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-04-14T13:07:46.857Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] [2021-04-14T13:07:47.119Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] [2021-04-14T13:07:47.119Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] [2021-04-14T13:07:47.119Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-04-14T13:07:47.119Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-04-14T13:07:47.119Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-04-14T13:07:47.119Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-04-14T13:07:47.119Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-04-14T13:07:47.119Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-04-14T13:07:47.119Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-04-14T13:07:47.119Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-04-14T13:07:47.119Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-04-14T13:07:47.119Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-04-14T13:07:47.119Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] [2021-04-14T13:07:47.119Z] debconf: delaying package configuration, since apt-utils is not installed [2021-04-14T13:07:47.381Z] Fetched 3530 kB in 1s (3175 kB/s) [2021-04-14T13:07:47.381Z] (Reading database ... 12511 files and directories currently installed.) [2021-04-14T13:07:47.381Z] Preparing to unpack .../libudev1_237-3ubuntu10.45_amd64.deb ... [2021-04-14T13:07:47.381Z] Unpacking libudev1:amd64 (237-3ubuntu10.45) over (237-3ubuntu10) ... [2021-04-14T13:07:47.381Z] Setting up libudev1:amd64 (237-3ubuntu10.45) ... [2021-04-14T13:07:47.642Z] Selecting previously unselected package udev. [2021-04-14T13:07:47.642Z] (Reading database ... 12511 files and directories currently installed.) [2021-04-14T13:07:47.642Z] Preparing to unpack .../00-udev_237-3ubuntu10.45_amd64.deb ... [2021-04-14T13:07:47.642Z] Unpacking udev (237-3ubuntu10.45) ... [2021-04-14T13:07:47.904Z] Selecting previously unselected package libfuse2:amd64. [2021-04-14T13:07:47.904Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-04-14T13:07:47.904Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-04-14T13:07:47.904Z] Selecting previously unselected package fuse. [2021-04-14T13:07:47.904Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-04-14T13:07:47.904Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-04-14T13:07:47.904Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... [2021-04-14T13:07:47.904Z] Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-04-14T13:07:48.164Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... [2021-04-14T13:07:48.164Z] Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-04-14T13:07:48.164Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... [2021-04-14T13:07:48.428Z] Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-04-14T13:07:48.428Z] Selecting previously unselected package libksba8:amd64. [2021-04-14T13:07:48.428Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-04-14T13:07:48.428Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-04-14T13:07:48.428Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-04-14T13:07:48.428Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-14T13:07:48.428Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-14T13:07:48.690Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-04-14T13:07:48.690Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-14T13:07:48.690Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-14T13:07:48.690Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-04-14T13:07:48.690Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-14T13:07:48.690Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-14T13:07:48.951Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-04-14T13:07:48.952Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-14T13:07:48.952Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-14T13:07:48.952Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-04-14T13:07:48.952Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-14T13:07:48.952Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-14T13:07:48.952Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-04-14T13:07:48.952Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-14T13:07:49.213Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-14T13:07:49.213Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-04-14T13:07:49.213Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-14T13:07:49.474Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-14T13:07:49.474Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-04-14T13:07:49.474Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-14T13:07:49.474Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-14T13:07:49.735Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-04-14T13:07:49.735Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-14T13:07:49.735Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-14T13:07:49.735Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-04-14T13:07:49.735Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-04-14T13:07:49.735Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-04-14T13:07:49.996Z] Selecting previously unselected package libsasl2-2:amd64. [2021-04-14T13:07:49.996Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-04-14T13:07:49.996Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-04-14T13:07:49.996Z] Selecting previously unselected package libldap-common. [2021-04-14T13:07:49.996Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... [2021-04-14T13:07:49.996Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-04-14T13:07:49.996Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-04-14T13:07:49.996Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... [2021-04-14T13:07:50.257Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-04-14T13:07:50.257Z] Selecting previously unselected package dirmngr. [2021-04-14T13:07:50.257Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... [2021-04-14T13:07:50.257Z] Unpacking dirmngr (2.2.4-1ubuntu1.4) ... [2021-04-14T13:07:50.257Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-04-14T13:07:50.257Z] Setting up gpgconf (2.2.4-1ubuntu1.4) ... [2021-04-14T13:07:50.518Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-04-14T13:07:50.518Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-04-14T13:07:50.518Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-04-14T13:07:50.518Z] Setting up gpg-agent (2.2.4-1ubuntu1.4) ... [2021-04-14T13:07:50.518Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-14T13:07:50.518Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-04-14T13:07:50.518Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-04-14T13:07:50.518Z] Setting up udev (237-3ubuntu10.45) ... [2021-04-14T13:07:51.090Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-04-14T13:07:51.090Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-14T13:07:51.090Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-04-14T13:07:51.090Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-04-14T13:07:51.090Z] Setting up gpg (2.2.4-1ubuntu1.4) ... [2021-04-14T13:07:51.090Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-14T13:07:51.090Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-14T13:07:51.090Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-14T13:07:51.353Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-14T13:07:51.353Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-14T13:07:51.353Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-14T13:07:51.353Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-14T13:07:51.353Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-04-14T13:07:51.353Z] Setting up dirmngr (2.2.4-1ubuntu1.4) ... [2021-04-14T13:07:51.353Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-04-14T13:07:51.924Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-04-14T13:07:51.924Z] settings in the [Install] section, and DefaultInstance for template units). [2021-04-14T13:07:51.924Z] This means they are not meant to be enabled using systemctl. [2021-04-14T13:07:51.924Z] Possible reasons for having this kind of units are: [2021-04-14T13:07:51.924Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-04-14T13:07:51.924Z] .wants/ or .requires/ directory. [2021-04-14T13:07:51.924Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-04-14T13:07:51.924Z] a requirement dependency on it. [2021-04-14T13:07:51.924Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-04-14T13:07:51.924Z] D-Bus, udev, scripted systemctl call, ...). [2021-04-14T13:07:51.924Z] 4) In case of template units, the unit is meant to be enabled with some [2021-04-14T13:07:51.924Z] instance name specified. [2021-04-14T13:07:52.185Z] Reading package lists... [2021-04-14T13:07:52.185Z] Building dependency tree... [2021-04-14T13:07:52.185Z] Reading state information... [2021-04-14T13:07:52.447Z] The following additional packages will be installed: [2021-04-14T13:07:52.447Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-04-14T13:07:52.447Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-04-14T13:07:52.447Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-04-14T13:07:52.447Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-04-14T13:07:52.447Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-04-14T13:07:52.447Z] Suggested packages: [2021-04-14T13:07:52.447Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-04-14T13:07:52.447Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-04-14T13:07:52.447Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-04-14T13:07:52.447Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-04-14T13:07:52.447Z] systemd-container policykit-1 [2021-04-14T13:07:52.447Z] Recommended packages: [2021-04-14T13:07:52.447Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-04-14T13:07:52.447Z] The following NEW packages will be installed: [2021-04-14T13:07:52.447Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-04-14T13:07:52.447Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-04-14T13:07:52.447Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-04-14T13:07:52.447Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-04-14T13:07:52.447Z] python3.6-minimal snapd squashfs-tools sudo [2021-04-14T13:07:52.447Z] The following packages will be upgraded: [2021-04-14T13:07:52.447Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-04-14T13:07:52.447Z] 5 upgraded, 25 newly installed, 0 to remove and 101 not upgraded. [2021-04-14T13:07:52.447Z] Need to get 35.2 MB of archives. [2021-04-14T13:07:52.447Z] After this operation, 141 MB of additional disk space will be used. [2021-04-14T13:07:52.447Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.9 [1301 kB] [2021-04-14T13:07:52.708Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.45 [2913 kB] [2021-04-14T13:07:52.708Z] 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-14T13:07:52.708Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-04-14T13:07:52.708Z] 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-14T13:07:52.708Z] 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-14T13:07:52.708Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.4 [203 kB] [2021-04-14T13:07:52.708Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-04-14T13:07:52.708Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] [2021-04-14T13:07:52.708Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-04-14T13:07:52.708Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-04-14T13:07:52.708Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-04-14T13:07:52.708Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-04-14T13:07:52.708Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-04-14T13:07:52.708Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] [2021-04-14T13:07:52.708Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-04-14T13:07:52.708Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] [2021-04-14T13:07:53.655Z] Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.45 [210 kB] [2021-04-14T13:07:53.655Z] Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libapt-pkg5.0 amd64 1.6.13 [808 kB] [2021-04-14T13:07:53.655Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 apt amd64 1.6.13 [1201 kB] [2021-04-14T13:07:53.655Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2021-04-14T13:07:53.655Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-04-14T13:07:53.655Z] Get:23 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-04-14T13:07:53.655Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-04-14T13:07:53.655Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-04-14T13:07:53.655Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-04-14T13:07:53.655Z] Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-04-14T13:07:53.655Z] Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-04-14T13:07:53.655Z] Get:29 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-04-14T13:07:53.655Z] 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-14T13:07:53.916Z] debconf: delaying package configuration, since apt-utils is not installed [2021-04-14T13:07:53.916Z] Fetched 35.2 MB in 1s (26.7 MB/s) [2021-04-14T13:07:53.916Z] (Reading database ... 12757 files and directories currently installed.) [2021-04-14T13:07:53.916Z] Preparing to unpack .../systemd_237-3ubuntu10.45_amd64.deb ... [2021-04-14T13:07:54.176Z] Unpacking systemd (237-3ubuntu10.45) over (237-3ubuntu10) ... [2021-04-14T13:07:54.750Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.45_amd64.deb ... [2021-04-14T13:07:54.750Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.45) over (237-3ubuntu10) ... [2021-04-14T13:07:55.011Z] Setting up libsystemd0:amd64 (237-3ubuntu10.45) ... [2021-04-14T13:07:55.011Z] (Reading database ... 12757 files and directories currently installed.) [2021-04-14T13:07:55.011Z] Preparing to unpack .../libapt-pkg5.0_1.6.13_amd64.deb ... [2021-04-14T13:07:55.011Z] Unpacking libapt-pkg5.0:amd64 (1.6.13) over (1.6.1) ... [2021-04-14T13:07:55.272Z] Setting up libapt-pkg5.0:amd64 (1.6.13) ... [2021-04-14T13:07:55.272Z] (Reading database ... 12757 files and directories currently installed.) [2021-04-14T13:07:55.272Z] Preparing to unpack .../archives/apt_1.6.13_amd64.deb ... [2021-04-14T13:07:55.272Z] Unpacking apt (1.6.13) over (1.6.1) ... [2021-04-14T13:07:55.537Z] Setting up apt (1.6.13) ... [2021-04-14T13:07:55.537Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-04-14T13:07:56.111Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-04-14T13:07:56.111Z] (Reading database ... 12764 files and directories currently installed.) [2021-04-14T13:07:56.111Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... [2021-04-14T13:07:56.111Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... [2021-04-14T13:07:56.372Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-04-14T13:07:56.372Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-04-14T13:07:56.372Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-14T13:07:56.372Z] Selecting previously unselected package libexpat1:amd64. [2021-04-14T13:07:56.372Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-04-14T13:07:56.372Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-04-14T13:07:56.632Z] Selecting previously unselected package python3.6-minimal. [2021-04-14T13:07:56.632Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-04-14T13:07:56.633Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-04-14T13:07:56.893Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) ... [2021-04-14T13:07:56.893Z] Checking for services that may need to be restarted...done. [2021-04-14T13:07:56.893Z] Checking for services that may need to be restarted...done. [2021-04-14T13:07:56.893Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-14T13:07:56.893Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-04-14T13:07:57.155Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-04-14T13:07:57.416Z] Selecting previously unselected package python3-minimal. [2021-04-14T13:07:57.416Z] (Reading database ... 13012 files and directories currently installed.) [2021-04-14T13:07:57.416Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-04-14T13:07:57.416Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-04-14T13:07:57.677Z] Selecting previously unselected package mime-support. [2021-04-14T13:07:57.677Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-04-14T13:07:57.677Z] Unpacking mime-support (3.60ubuntu1) ... [2021-04-14T13:07:57.677Z] Selecting previously unselected package libmpdec2:amd64. [2021-04-14T13:07:57.677Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-04-14T13:07:57.677Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-04-14T13:07:57.677Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-04-14T13:07:57.677Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-04-14T13:07:57.677Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-14T13:07:57.938Z] Selecting previously unselected package python3.6. [2021-04-14T13:07:57.938Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-04-14T13:07:57.938Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-14T13:07:57.938Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-04-14T13:07:57.938Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-04-14T13:07:57.938Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-04-14T13:07:58.199Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-04-14T13:07:58.460Z] Selecting previously unselected package python3. [2021-04-14T13:07:58.460Z] (Reading database ... 13442 files and directories currently installed.) [2021-04-14T13:07:58.460Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-04-14T13:07:58.460Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-04-14T13:07:58.460Z] Selecting previously unselected package multiarch-support. [2021-04-14T13:07:58.460Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-04-14T13:07:58.460Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-04-14T13:07:58.460Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-04-14T13:07:58.460Z] Selecting previously unselected package liblzo2-2:amd64. [2021-04-14T13:07:58.721Z] (Reading database ... 13479 files and directories currently installed.) [2021-04-14T13:07:58.721Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-04-14T13:07:58.721Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-04-14T13:07:58.721Z] Selecting previously unselected package libbsd0:amd64. [2021-04-14T13:07:58.721Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-04-14T13:07:58.721Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-04-14T13:07:58.721Z] Selecting previously unselected package sudo. [2021-04-14T13:07:58.721Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... [2021-04-14T13:07:58.721Z] Unpacking sudo (1.8.21p2-3ubuntu1.4) ... [2021-04-14T13:07:58.982Z] Selecting previously unselected package apparmor. [2021-04-14T13:07:58.982Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-04-14T13:07:58.982Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-04-14T13:07:59.243Z] Selecting previously unselected package libedit2:amd64. [2021-04-14T13:07:59.243Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-04-14T13:07:59.243Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-04-14T13:07:59.243Z] Selecting previously unselected package libkrb5support0:amd64. [2021-04-14T13:07:59.243Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-04-14T13:07:59.243Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-04-14T13:07:59.243Z] Selecting previously unselected package libk5crypto3:amd64. [2021-04-14T13:07:59.243Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-04-14T13:07:59.243Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-04-14T13:07:59.505Z] Selecting previously unselected package libkeyutils1:amd64. [2021-04-14T13:07:59.505Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-04-14T13:07:59.505Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-04-14T13:07:59.505Z] Selecting previously unselected package libkrb5-3:amd64. [2021-04-14T13:07:59.505Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-04-14T13:07:59.505Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-04-14T13:07:59.505Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-04-14T13:07:59.505Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-04-14T13:07:59.505Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-04-14T13:07:59.766Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-04-14T13:07:59.766Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... [2021-04-14T13:07:59.766Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-04-14T13:08:00.027Z] Selecting previously unselected package openssh-client. [2021-04-14T13:08:00.027Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-04-14T13:08:00.027Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-04-14T13:08:00.027Z] Selecting previously unselected package squashfs-tools. [2021-04-14T13:08:00.027Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-04-14T13:08:00.027Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-04-14T13:08:00.289Z] Selecting previously unselected package snapd. [2021-04-14T13:08:00.289Z] Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... [2021-04-14T13:08:00.289Z] Unpacking snapd (2.48.3+18.04) ... [2021-04-14T13:08:02.205Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-04-14T13:08:02.205Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-04-14T13:08:02.467Z] Setting up mime-support (3.60ubuntu1) ... [2021-04-14T13:08:02.467Z] Setting up sudo (1.8.21p2-3ubuntu1.4) ... [2021-04-14T13:08:02.467Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-04-14T13:08:02.467Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-04-14T13:08:02.467Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-04-14T13:08:02.467Z] Setting up systemd (237-3ubuntu10.45) ... [2021-04-14T13:08:02.467Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-04-14T13:08:03.409Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-04-14T13:08:03.409Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-04-14T13:08:03.409Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-04-14T13:08:03.409Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-14T13:08:03.409Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-04-14T13:08:03.409Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-14T13:08:03.981Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-04-14T13:08:03.981Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-04-14T13:08:03.981Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-04-14T13:08:03.981Z] Setting up python3 (3.6.7-1~18.04) ... [2021-04-14T13:08:03.981Z] running python rtupdate hooks for python3.6... [2021-04-14T13:08:03.981Z] running python post-rtupdate hooks for python3.6... [2021-04-14T13:08:04.241Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-04-14T13:08:05.628Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-04-14T13:08:05.628Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-04-14T13:08:05.628Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-04-14T13:08:05.628Z] Setting up snapd (2.48.3+18.04) ... [2021-04-14T13:08:06.203Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-04-14T13:08:06.203Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-04-14T13:08:06.465Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-04-14T13:08:06.726Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-04-14T13:08:06.726Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-04-14T13:08:06.726Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-04-14T13:08:06.988Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-04-14T13:08:07.249Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-04-14T13:08:07.249Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-04-14T13:08:07.540Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-04-14T13:08:07.540Z] /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-14T13:08:07.802Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-04-14T13:08:07.802Z] Processing triggers for systemd (237-3ubuntu10.45) ... [2021-04-14T13:08:08.745Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-04-14T13:08:08.745Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-04-14T13:08:08.745Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-04-14T13:08:09.945Z] Reading package lists... [2021-04-14T13:08:10.206Z] Reading package lists... [2021-04-14T13:08:10.206Z] Building dependency tree... [2021-04-14T13:08:10.206Z] Reading state information... [2021-04-14T13:08:10.467Z] Calculating upgrade... [2021-04-14T13:08:10.467Z] The following packages will be upgraded: [2021-04-14T13:08:10.467Z] advancecomp base-files bash binutils binutils-common [2021-04-14T13:08:10.467Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-04-14T13:08:10.467Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-04-14T13:08:10.467Z] grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils [2021-04-14T13:08:10.467Z] libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 [2021-04-14T13:08:10.467Z] libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 [2021-04-14T13:08:10.467Z] libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 [2021-04-14T13:08:10.467Z] libgnutls30 libgomp1 libhogweed4 libidn11 libidn2-0 libitm1 libjson-c3 [2021-04-14T13:08:10.467Z] libkmod2 liblsan0 libmount1 libmpx2 libncurses5 libncursesw5 libnettle6 [2021-04-14T13:08:10.467Z] libp11-kit0 libpam-modules libpam-modules-bin libpam-runtime libpam0g [2021-04-14T13:08:10.467Z] libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 libsmartcols1 [2021-04-14T13:08:10.467Z] libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 [2021-04-14T13:08:10.467Z] libunistring2 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base [2021-04-14T13:08:10.467Z] ncurses-bin openssl passwd patch perl perl-base perl-modules-5.26 [2021-04-14T13:08:10.467Z] pkgbinarymangler procps systemd-sysv tar tzdata ubuntu-keyring util-linux [2021-04-14T13:08:10.467Z] 101 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-04-14T13:08:10.467Z] Need to get 64.0 MB of archives. [2021-04-14T13:08:10.467Z] After this operation, 5033 kB of additional disk space will be used. [2021-04-14T13:08:10.467Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-141.145 [998 kB] [2021-04-14T13:08:10.728Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-04-14T13:08:10.728Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-04-14T13:08:10.728Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-04-14T13:08:10.728Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-04-14T13:08:10.728Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-04-14T13:08:10.728Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-04-14T13:08:10.728Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-04-14T13:08:10.728Z] 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-14T13:08:10.728Z] 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-14T13:08:10.728Z] 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-14T13:08:10.728Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-04-14T13:08:10.728Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-04-14T13:08:10.728Z] 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-14T13:08:10.728Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-04-14T13:08:10.728Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-04-14T13:08:10.728Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-04-14T13:08:10.728Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-04-14T13:08:10.728Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-04-14T13:08:10.728Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-04-14T13:08:10.989Z] 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-14T13:08:10.989Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-04-14T13:08:10.989Z] 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-14T13:08:10.989Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-04-14T13:08:10.989Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-04-14T13:08:10.989Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-04-14T13:08:10.989Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-04-14T13:08:10.989Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-04-14T13:08:10.989Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-04-14T13:08:10.989Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-04-14T13:08:10.989Z] Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-04-14T13:08:10.989Z] Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-04-14T13:08:10.989Z] Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-04-14T13:08:10.989Z] Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-04-14T13:08:10.989Z] Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-04-14T13:08:10.989Z] Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.2 [189 kB] [2021-04-14T13:08:10.989Z] Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libnettle6 amd64 3.4-1ubuntu0.1 [110 kB] [2021-04-14T13:08:10.989Z] Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libhogweed4 amd64 3.4-1ubuntu0.1 [137 kB] [2021-04-14T13:08:10.989Z] 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-14T13:08:10.989Z] Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-04-14T13:08:10.989Z] 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-14T13:08:10.989Z] Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] [2021-04-14T13:08:10.989Z] Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-04-14T13:08:10.989Z] 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-14T13:08:10.989Z] Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-04-14T13:08:10.989Z] Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] [2021-04-14T13:08:10.989Z] 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-14T13:08:10.989Z] Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-04-14T13:08:10.989Z] 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-14T13:08:10.989Z] Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] [2021-04-14T13:08:10.989Z] Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] [2021-04-14T13:08:10.989Z] Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] [2021-04-14T13:08:10.989Z] Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-04-14T13:08:10.989Z] Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-04-14T13:08:10.989Z] Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-04-14T13:08:10.989Z] Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-04-14T13:08:11.071Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-14T13:08:11.071Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-04-14T13:08:11.071Z] ---> 6518435f401f [2021-04-14T13:08:11.071Z] Step 3/31 : WORKDIR /edgex-go [2021-04-14T13:08:11.071Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-14T13:08:11.071Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-04-14T13:08:11.071Z] ---> 6518435f401f [2021-04-14T13:08:11.071Z] Step 3/22 : WORKDIR /edgex-go [2021-04-14T13:08:11.071Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-14T13:08:11.071Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-14T13:08:11.071Z] ---> 6518435f401f [2021-04-14T13:08:11.071Z] Step 3/23 : WORKDIR /edgex-go [2021-04-14T13:08:11.071Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-14T13:08:11.071Z] [2021-04-14T13:08:11.071Z] Step 2/21 : FROM ${BUILDER_BASE} AS builderStep 2/22 : FROM ${BUILDER_BASE} AS builder [2021-04-14T13:08:11.071Z] [2021-04-14T13:08:11.071Z] ---> 6518435f401f [2021-04-14T13:08:11.071Z] ---> 6518435f401f [2021-04-14T13:08:11.071Z] Step 3/21 : WORKDIR /edgex-goStep 3/22 : WORKDIR /edgex-go [2021-04-14T13:08:11.071Z] [2021-04-14T13:08:11.071Z] ---> Running in dcbf3b2332db [2021-04-14T13:08:11.071Z] ---> Running in bb2c475a3f5e [2021-04-14T13:08:11.071Z] ---> Running in d8a2ff81f677 [2021-04-14T13:08:11.071Z] ---> Running in e3c73f5a7267 [2021-04-14T13:08:11.071Z] ---> Running in 92a53106bf89 [2021-04-14T13:08:11.072Z] Removing intermediate container e3c73f5a7267 [2021-04-14T13:08:11.072Z] ---> c77d21743c8e [2021-04-14T13:08:11.072Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-14T13:08:11.072Z] Removing intermediate container 92a53106bf89 [2021-04-14T13:08:11.072Z] Removing intermediate container dcbf3b2332db [2021-04-14T13:08:11.072Z] ---> 51d3020fad4b [2021-04-14T13:08:11.072Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-14T13:08:11.072Z] ---> ac87edb13be4 [2021-04-14T13:08:11.072Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-14T13:08:11.072Z] Removing intermediate container d8a2ff81f677 [2021-04-14T13:08:11.072Z] ---> 33723ba8860a [2021-04-14T13:08:11.072Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-14T13:08:11.072Z] Removing intermediate container bb2c475a3f5e [2021-04-14T13:08:11.072Z] ---> de53533d64c1 [2021-04-14T13:08:11.072Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-14T13:08:11.072Z] ---> Running in 4e3e1c9f56c2 [2021-04-14T13:08:11.072Z] ---> Running in 00bc80c5c048 [2021-04-14T13:08:11.072Z] ---> Running in 0783fc9c7c96 [2021-04-14T13:08:11.072Z] ---> Running in c9a15749f25b [2021-04-14T13:08:11.072Z] ---> Running in 324c65ea68e0 [2021-04-14T13:08:11.072Z] Removing intermediate container 4e3e1c9f56c2 [2021-04-14T13:08:11.072Z] ---> 69c482fe07e7 [2021-04-14T13:08:11.072Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-04-14T13:08:11.072Z] ---> Running in 28dc35c71ee0 [2021-04-14T13:08:11.072Z] Removing intermediate container 00bc80c5c048 [2021-04-14T13:08:11.072Z] ---> bf1e48262434 [2021-04-14T13:08:11.072Z] Step 5/23 : RUN apk add --update --no-cache make bash git [2021-04-14T13:08:11.072Z] Removing intermediate container c9a15749f25b [2021-04-14T13:08:11.072Z] ---> f394f9e3c83a [2021-04-14T13:08:11.072Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-04-14T13:08:11.072Z] ---> Running in 3c5676f7b2c0 [2021-04-14T13:08:11.072Z] ---> Running in 43f3a3b7dcf1 [2021-04-14T13:08:11.072Z] Removing intermediate container 0783fc9c7c96 [2021-04-14T13:08:11.072Z] ---> 8cc155fdf4e1 [2021-04-14T13:08:11.072Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-04-14T13:08:11.072Z] Removing intermediate container 324c65ea68e0 [2021-04-14T13:08:11.072Z] ---> 0cec7672a00f [2021-04-14T13:08:11.072Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-04-14T13:08:11.072Z] ---> Running in a526ac01bf5a [2021-04-14T13:08:11.072Z] ---> Running in 9260223783c2 [2021-04-14T13:08:11.250Z] Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-04-14T13:08:11.511Z] 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-14T13:08:11.511Z] 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-14T13:08:11.511Z] Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-04-14T13:08:11.511Z] Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2021-04-14T13:08:11.511Z] Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-04-14T13:08:11.511Z] Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-04-14T13:08:11.511Z] Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-04-14T13:08:11.511Z] Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-04-14T13:08:11.669Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-14T13:08:11.774Z] Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-04-14T13:08:11.775Z] Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-04-14T13:08:11.775Z] Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-04-14T13:08:11.775Z] Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-04-14T13:08:11.775Z] Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-04-14T13:08:11.775Z] Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-04-14T13:08:11.775Z] Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-04-14T13:08:12.036Z] Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-04-14T13:08:12.036Z] Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-04-14T13:08:12.036Z] Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-04-14T13:08:12.036Z] Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-04-14T13:08:12.036Z] Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-04-14T13:08:12.036Z] Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-04-14T13:08:12.036Z] Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-04-14T13:08:12.036Z] Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] [2021-04-14T13:08:12.036Z] Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] [2021-04-14T13:08:12.036Z] 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-14T13:08:12.037Z] 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-14T13:08:12.037Z] 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-14T13:08:12.037Z] Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.45 [16.7 kB] [2021-04-14T13:08:12.037Z] 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] [2021-04-14T13:08:12.037Z] Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-04-14T13:08:12.037Z] Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] [2021-04-14T13:08:12.037Z] Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-04-14T13:08:12.299Z] Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-04-14T13:08:12.299Z] 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-14T13:08:12.299Z] 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-14T13:08:12.299Z] Get:93 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-04-14T13:08:12.299Z] Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-04-14T13:08:12.299Z] 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-14T13:08:12.299Z] Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-04-14T13:08:12.299Z] Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-04-14T13:08:12.299Z] Get:98 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-04-14T13:08:12.299Z] Get:99 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-04-14T13:08:12.299Z] Get:100 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-04-14T13:08:12.299Z] Get:101 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-04-14T13:08:12.559Z] debconf: delaying package configuration, since apt-utils is not installed [2021-04-14T13:08:12.559Z] Fetched 64.0 MB in 2s (33.7 MB/s) [2021-04-14T13:08:12.559Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-14T13:08:12.560Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-04-14T13:08:12.560Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-04-14T13:08:12.675Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-14T13:08:12.675Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-14T13:08:12.675Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-14T13:08:12.675Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-14T13:08:12.675Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-14T13:08:13.137Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-04-14T13:08:13.274Z] OK: 217 MiB in 51 packages [2021-04-14T13:08:13.275Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-14T13:08:13.275Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-14T13:08:13.399Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-04-14T13:08:13.399Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-141.145_amd64.deb ... [2021-04-14T13:08:13.399Z] Unpacking linux-libc-dev:amd64 (4.15.0-141.145) over (4.15.0-20.21) ... [2021-04-14T13:08:13.549Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-14T13:08:13.549Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-14T13:08:14.150Z] OK: 217 MiB in 51 packages [2021-04-14T13:08:14.150Z] OK: 217 MiB in 51 packages [2021-04-14T13:08:14.150Z] OK: 217 MiB in 51 packages [2021-04-14T13:08:14.343Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-14T13:08:14.343Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-14T13:08:14.343Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-14T13:08:14.343Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-14T13:08:14.424Z] OK: 217 MiB in 51 packages [2021-04-14T13:08:14.603Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-14T13:08:14.603Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-14T13:08:14.603Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-14T13:08:14.603Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-14T13:08:14.700Z] Removing intermediate container 28dc35c71ee0 [2021-04-14T13:08:14.700Z] ---> 1813bb18c725 [2021-04-14T13:08:14.700Z] Step 6/21 : COPY go.mod . [2021-04-14T13:08:14.866Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-14T13:08:14.866Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-14T13:08:14.866Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-14T13:08:14.866Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-14T13:08:15.127Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-14T13:08:15.127Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-14T13:08:15.127Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-14T13:08:15.127Z] (Reading database ... 13911 files and directories currently installed.) [2021-04-14T13:08:15.127Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-14T13:08:15.388Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-04-14T13:08:15.388Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-04-14T13:08:15.388Z] (Reading database ... 13911 files and directories currently installed.) [2021-04-14T13:08:15.388Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-14T13:08:15.388Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-14T13:08:15.649Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-14T13:08:15.649Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-14T13:08:15.649Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-14T13:08:15.649Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-14T13:08:15.674Z] ---> 3412835dffac [2021-04-14T13:08:15.674Z] Step 7/21 : RUN go mod download [2021-04-14T13:08:15.910Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-14T13:08:15.948Z] Removing intermediate container a526ac01bf5a [2021-04-14T13:08:15.948Z] ---> 3a452e3bbe5a [2021-04-14T13:08:15.948Z] Step 6/22 : COPY go.mod . [2021-04-14T13:08:15.948Z] Removing intermediate container 9260223783c2 [2021-04-14T13:08:15.948Z] ---> 592fd8267faf [2021-04-14T13:08:15.948Z] Step 6/22 : COPY go.mod . [2021-04-14T13:08:16.171Z] (Reading database ... 13911 files and directories currently installed.) [2021-04-14T13:08:16.171Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-04-14T13:08:16.171Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-04-14T13:08:16.222Z] ---> Running in 17b24edd9fd7 [2021-04-14T13:08:16.222Z] Removing intermediate container 43f3a3b7dcf1 [2021-04-14T13:08:16.222Z] ---> d0b7c579cc0f [2021-04-14T13:08:16.222Z] Step 6/31 : COPY go.mod . [2021-04-14T13:08:16.222Z] Removing intermediate container 3c5676f7b2c0 [2021-04-14T13:08:16.222Z] ---> 1d1d2dd9c456 [2021-04-14T13:08:16.222Z] Step 6/23 : COPY go.mod . [2021-04-14T13:08:16.743Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-04-14T13:08:17.005Z] (Reading database ... 13911 files and directories currently installed.) [2021-04-14T13:08:17.005Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-04-14T13:08:17.005Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-04-14T13:08:17.005Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-04-14T13:08:17.005Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-04-14T13:08:17.210Z] ---> 011e3b7dba2d [2021-04-14T13:08:17.210Z] Step 7/22 : RUN go mod download [2021-04-14T13:08:17.494Z] ---> 85b6445743c6 [2021-04-14T13:08:17.494Z] ---> 64683cf1b2b3 [2021-04-14T13:08:17.494Z] Step 7/22 : RUN go mod download ---> Running in 8c3b00939df2 [2021-04-14T13:08:17.494Z] Step 7/31 : RUN go mod download [2021-04-14T13:08:17.494Z] [2021-04-14T13:08:17.494Z] ---> 5c8dbd9d653e [2021-04-14T13:08:17.494Z] Step 7/23 : RUN go mod download [2021-04-14T13:08:17.581Z] Setting up base-files (10.1ubuntu2.10) ... [2021-04-14T13:08:17.581Z] Installing new version of config file /etc/issue ... [2021-04-14T13:08:17.581Z] Installing new version of config file /etc/issue.net ... [2021-04-14T13:08:17.581Z] Installing new version of config file /etc/lsb-release ... [2021-04-14T13:08:17.581Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-04-14T13:08:17.775Z] ---> Running in bb6c1c293ec6 [2021-04-14T13:08:17.775Z] ---> Running in 6ffb75a40c77 [2021-04-14T13:08:17.775Z] ---> Running in 79b4c800c4c3 [2021-04-14T13:08:17.840Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-04-14T13:08:17.840Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-04-14T13:08:17.840Z] Removing obsolete conffile /etc/default/motd-news ... [2021-04-14T13:08:17.840Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-14T13:08:17.840Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-04-14T13:08:17.840Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-04-14T13:08:18.103Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-04-14T13:08:18.103Z] 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-14T13:08:18.363Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-14T13:08:18.363Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-14T13:08:18.363Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-04-14T13:08:18.363Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-04-14T13:08:18.363Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-14T13:08:18.363Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-04-14T13:08:18.363Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-04-14T13:08:18.624Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-04-14T13:08:18.624Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-14T13:08:18.624Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-04-14T13:08:18.624Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-04-14T13:08:18.883Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-04-14T13:08:18.883Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-14T13:08:18.884Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-04-14T13:08:18.884Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-04-14T13:08:19.145Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-04-14T13:08:19.145Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-14T13:08:19.145Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-04-14T13:08:19.145Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-04-14T13:08:19.406Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-04-14T13:08:19.406Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-14T13:08:19.406Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-04-14T13:08:19.406Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-04-14T13:08:19.406Z] Setting up grep (3.1-2build1) ... [2021-04-14T13:08:19.666Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-14T13:08:19.666Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-04-14T13:08:19.666Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-04-14T13:08:19.666Z] Setting up login (1:4.5-1ubuntu2) ... [2021-04-14T13:08:19.927Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-14T13:08:19.927Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-04-14T13:08:19.927Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-04-14T13:08:19.927Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-04-14T13:08:19.927Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-14T13:08:19.927Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-04-14T13:08:20.187Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-04-14T13:08:20.424Z] Removing intermediate container 17b24edd9fd7 [2021-04-14T13:08:20.424Z] ---> 499789c52738 [2021-04-14T13:08:20.424Z] Step 8/21 : COPY . . [2021-04-14T13:08:20.446Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-04-14T13:08:20.447Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-04-14T13:08:20.707Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-04-14T13:08:20.707Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-04-14T13:08:21.279Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-04-14T13:08:21.279Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-14T13:08:21.279Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-04-14T13:08:21.279Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-04-14T13:08:22.227Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-04-14T13:08:22.227Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-04-14T13:08:22.227Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-04-14T13:08:22.227Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-04-14T13:08:22.437Z] Removing intermediate container 8c3b00939df2 [2021-04-14T13:08:22.437Z] ---> 36cf126c369d [2021-04-14T13:08:22.437Z] Step 8/22 : COPY . . [2021-04-14T13:08:22.499Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-04-14T13:08:22.499Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-14T13:08:22.499Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-04-14T13:08:22.499Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-04-14T13:08:22.713Z] Removing intermediate container 79b4c800c4c3 [2021-04-14T13:08:22.713Z] ---> ba9be1336d6f [2021-04-14T13:08:22.713Z] Step 8/23 : COPY . . [2021-04-14T13:08:22.760Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-04-14T13:08:22.760Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-14T13:08:22.760Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-14T13:08:22.760Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-14T13:08:22.760Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-04-14T13:08:23.029Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-14T13:08:23.029Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-14T13:08:23.029Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-14T13:08:23.029Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-04-14T13:08:23.289Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-14T13:08:23.289Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-14T13:08:23.289Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-14T13:08:23.289Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-04-14T13:08:23.289Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-14T13:08:23.289Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-14T13:08:23.289Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-14T13:08:23.313Z] Removing intermediate container 6ffb75a40c77 [2021-04-14T13:08:23.313Z] ---> 3cba7c70a40f [2021-04-14T13:08:23.313Z] Step 8/31 : COPY . . [2021-04-14T13:08:23.313Z] Removing intermediate container bb6c1c293ec6 [2021-04-14T13:08:23.313Z] ---> e67c8fffd370 [2021-04-14T13:08:23.313Z] Step 8/22 : COPY . . [2021-04-14T13:08:23.560Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-04-14T13:08:23.560Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-14T13:08:23.560Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-04-14T13:08:23.560Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-04-14T13:08:23.825Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-04-14T13:08:23.825Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-04-14T13:08:23.825Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-04-14T13:08:24.086Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-14T13:08:24.086Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-04-14T13:08:24.086Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-04-14T13:08:24.086Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-04-14T13:08:24.346Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-14T13:08:24.346Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-14T13:08:24.346Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-14T13:08:24.346Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-04-14T13:08:24.606Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-14T13:08:24.606Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-14T13:08:24.606Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-14T13:08:24.606Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-04-14T13:08:24.866Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-14T13:08:24.866Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-14T13:08:24.866Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-14T13:08:25.437Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-04-14T13:08:25.437Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-04-14T13:08:25.697Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-04-14T13:08:25.961Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-14T13:08:25.961Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-04-14T13:08:25.961Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-04-14T13:08:26.222Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-04-14T13:08:26.222Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-14T13:08:26.222Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-04-14T13:08:26.483Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-04-14T13:08:26.483Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-04-14T13:08:26.743Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-14T13:08:26.743Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-04-14T13:08:26.743Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-04-14T13:08:26.743Z] Setting up debconf (1.5.66ubuntu1) ... [2021-04-14T13:08:27.686Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-14T13:08:27.686Z] Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... [2021-04-14T13:08:27.686Z] Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-04-14T13:08:27.686Z] Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... [2021-04-14T13:08:27.948Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-14T13:08:27.948Z] Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... [2021-04-14T13:08:27.948Z] Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-04-14T13:08:27.948Z] Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... [2021-04-14T13:08:28.210Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-14T13:08:28.210Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-04-14T13:08:28.210Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-04-14T13:08:28.210Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-04-14T13:08:28.472Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-14T13:08:28.472Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-04-14T13:08:28.472Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-04-14T13:08:28.472Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-04-14T13:08:28.737Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-14T13:08:28.737Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-04-14T13:08:28.737Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-04-14T13:08:29.016Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-04-14T13:08:29.016Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-14T13:08:29.016Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-14T13:08:29.016Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-14T13:08:29.283Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.45_amd64.deb ... [2021-04-14T13:08:29.283Z] Unpacking systemd-sysv (237-3ubuntu10.45) over (237-3ubuntu10) ... [2021-04-14T13:08:29.283Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-04-14T13:08:29.283Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-04-14T13:08:29.543Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-04-14T13:08:29.543Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-14T13:08:29.543Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-04-14T13:08:29.543Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-04-14T13:08:29.805Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-04-14T13:08:29.805Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-14T13:08:29.805Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-04-14T13:08:29.805Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-04-14T13:08:30.069Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-04-14T13:08:30.329Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-14T13:08:30.329Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-04-14T13:08:30.329Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-04-14T13:08:30.329Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-04-14T13:08:30.329Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-14T13:08:30.329Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.2_amd64.deb ... [2021-04-14T13:08:30.590Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) over (1.3.3+dfsg-2ubuntu1) ... [2021-04-14T13:08:30.590Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) ... [2021-04-14T13:08:30.590Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-14T13:08:30.590Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-04-14T13:08:30.856Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-04-14T13:08:31.117Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-04-14T13:08:31.117Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-14T13:08:31.117Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... [2021-04-14T13:08:31.117Z] Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-04-14T13:08:31.377Z] Setting up gpgv (2.2.4-1ubuntu1.4) ... [2021-04-14T13:08:31.377Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-14T13:08:31.377Z] Preparing to unpack .../libnettle6_3.4-1ubuntu0.1_amd64.deb ... [2021-04-14T13:08:31.377Z] Unpacking libnettle6:amd64 (3.4-1ubuntu0.1) over (3.4-1) ... [2021-04-14T13:08:31.377Z] Setting up libnettle6:amd64 (3.4-1ubuntu0.1) ... [2021-04-14T13:08:31.638Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-14T13:08:31.638Z] Preparing to unpack .../libhogweed4_3.4-1ubuntu0.1_amd64.deb ... [2021-04-14T13:08:31.638Z] Unpacking libhogweed4:amd64 (3.4-1ubuntu0.1) over (3.4-1) ... [2021-04-14T13:08:31.638Z] Setting up libhogweed4:amd64 (3.4-1ubuntu0.1) ... [2021-04-14T13:08:31.899Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-14T13:08:31.899Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-04-14T13:08:31.899Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-04-14T13:08:31.899Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-04-14T13:08:32.159Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-14T13:08:32.159Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-04-14T13:08:32.159Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-04-14T13:08:32.159Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-04-14T13:08:32.159Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-14T13:08:32.159Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-04-14T13:08:32.159Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-04-14T13:08:32.420Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-04-14T13:08:32.420Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-14T13:08:32.420Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-04-14T13:08:32.420Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-04-14T13:08:32.681Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-04-14T13:08:32.681Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-14T13:08:32.681Z] Preparing to unpack .../libseccomp2_2.5.1-1ubuntu1~18.04.1_amd64.deb ... [2021-04-14T13:08:32.681Z] Unpacking libseccomp2:amd64 (2.5.1-1ubuntu1~18.04.1) over (2.3.1-2.1ubuntu4) ... [2021-04-14T13:08:32.942Z] Setting up libseccomp2:amd64 (2.5.1-1ubuntu1~18.04.1) ... [2021-04-14T13:08:32.942Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-14T13:08:32.942Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.2_all.deb ... [2021-04-14T13:08:32.942Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.2) over (2018.02.28) ... [2021-04-14T13:08:32.942Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.2) ... [2021-04-14T13:08:33.204Z] (Reading database ... 13915 files and directories currently installed.) [2021-04-14T13:08:33.204Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-04-14T13:08:33.204Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-04-14T13:08:33.204Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-04-14T13:08:33.204Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-04-14T13:08:33.471Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... [2021-04-14T13:08:33.471Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... [2021-04-14T13:08:33.471Z] Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... [2021-04-14T13:08:33.732Z] Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... [2021-04-14T13:08:33.732Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-04-14T13:08:33.732Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-04-14T13:08:33.732Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-04-14T13:08:33.992Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-04-14T13:08:33.992Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-04-14T13:08:33.992Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-04-14T13:08:34.253Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-04-14T13:08:34.253Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-04-14T13:08:34.253Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-04-14T13:08:34.253Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-04-14T13:08:34.514Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-04-14T13:08:34.514Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-04-14T13:08:34.514Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-04-14T13:08:34.514Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-04-14T13:08:34.774Z] Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... [2021-04-14T13:08:34.774Z] Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... [2021-04-14T13:08:35.723Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-04-14T13:08:35.723Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-04-14T13:08:35.723Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-04-14T13:08:35.723Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-04-14T13:08:35.987Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-04-14T13:08:35.987Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-04-14T13:08:36.249Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-04-14T13:08:36.249Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-04-14T13:08:36.249Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-04-14T13:08:36.512Z] Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-04-14T13:08:36.512Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-04-14T13:08:36.512Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-04-14T13:08:36.512Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-14T13:08:36.774Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-14T13:08:36.774Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-14T13:08:36.774Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-14T13:08:37.034Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-14T13:08:37.034Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-14T13:08:37.034Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-14T13:08:37.034Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-14T13:08:38.546Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-14T13:08:38.546Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-14T13:08:39.244Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-14T13:08:39.517Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-14T13:08:40.114Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-14T13:08:40.114Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-14T13:08:40.374Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-14T13:08:40.635Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-14T13:08:41.601Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-14T13:08:41.601Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-14T13:08:41.601Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-04-14T13:08:41.601Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-04-14T13:08:41.601Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-04-14T13:08:41.601Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-04-14T13:08:41.864Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-04-14T13:08:41.864Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-04-14T13:08:41.864Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-04-14T13:08:41.864Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-04-14T13:08:42.129Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-04-14T13:08:42.129Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-04-14T13:08:42.129Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-04-14T13:08:42.130Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-04-14T13:08:42.399Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-04-14T13:08:42.399Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-04-14T13:08:42.660Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-14T13:08:42.660Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-04-14T13:08:42.660Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-14T13:08:42.660Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-14T13:08:42.660Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-14T13:08:42.660Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-04-14T13:08:42.660Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-04-14T13:08:42.660Z] Setting up tzdata (2021a-0ubuntu0.18.04) ... [2021-04-14T13:08:42.921Z] [2021-04-14T13:08:42.921Z] Current default time zone: 'Etc/UTC' [2021-04-14T13:08:42.921Z] Local time is now: Wed Apr 14 13:08:42 UTC 2021. [2021-04-14T13:08:42.921Z] Universal Time is now: Wed Apr 14 13:08:42 UTC 2021. [2021-04-14T13:08:42.921Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-04-14T13:08:42.921Z] [2021-04-14T13:08:42.921Z] Setting up systemd-sysv (237-3ubuntu10.45) ... [2021-04-14T13:08:42.921Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-14T13:08:42.921Z] Setting up linux-libc-dev:amd64 (4.15.0-141.145) ... [2021-04-14T13:08:43.267Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-04-14T13:08:43.267Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-04-14T13:08:43.267Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-04-14T13:08:43.267Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-04-14T13:08:43.528Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-04-14T13:08:43.528Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-04-14T13:08:43.528Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-04-14T13:08:43.528Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-14T13:08:43.528Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-04-14T13:08:43.792Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-14T13:08:43.792Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-04-14T13:08:43.792Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-14T13:08:43.792Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-04-14T13:08:43.792Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-04-14T13:08:43.792Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-04-14T13:08:43.792Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.9) ... [2021-04-14T13:08:44.054Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-04-14T13:08:44.054Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-04-14T13:08:44.054Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-04-14T13:08:44.054Z] Setting up ca-certificates (20210119~18.04.1) ... [2021-04-14T13:08:45.989Z] Updating certificates in /etc/ssl/certs... [2021-04-14T13:08:46.562Z] 23 added, 27 removed; done. [2021-04-14T13:08:46.562Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-04-14T13:08:46.562Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-14T13:08:46.822Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-04-14T13:08:46.822Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-04-14T13:08:46.822Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-04-14T13:08:46.822Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-14T13:08:46.822Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-04-14T13:08:46.822Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-14T13:08:46.822Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-14T13:08:46.822Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-14T13:08:47.086Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-04-14T13:08:47.086Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-14T13:08:47.086Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-04-14T13:08:47.086Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... [2021-04-14T13:08:47.086Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-04-14T13:08:47.086Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-04-14T13:08:47.086Z] Setting up binutils (2.30-21ubuntu1~18.04.5) ... [2021-04-14T13:08:47.086Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-04-14T13:08:47.346Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-04-14T13:08:47.346Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-04-14T13:08:47.346Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-04-14T13:08:47.346Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-04-14T13:08:47.346Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-04-14T13:08:47.346Z] Processing triggers for systemd (237-3ubuntu10.45) ... [2021-04-14T13:08:47.607Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-04-14T13:08:47.607Z] Processing triggers for ca-certificates (20210119~18.04.1) ... [2021-04-14T13:08:47.607Z] Updating certificates in /etc/ssl/certs... [2021-04-14T13:08:48.183Z] 0 added, 0 removed; done. [2021-04-14T13:08:48.183Z] Running hooks in /etc/ca-certificates/update.d... [2021-04-14T13:08:48.183Z] done. [2021-04-14T13:08:48.444Z] Reading package lists... [2021-04-14T13:08:48.705Z] Building dependency tree... [2021-04-14T13:08:48.705Z] Reading state information... [2021-04-14T13:08:48.705Z] The following NEW packages will be installed: [2021-04-14T13:08:48.705Z] apt-transport-https [2021-04-14T13:08:48.965Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-04-14T13:08:48.965Z] Need to get 1692 B of archives. [2021-04-14T13:08:48.965Z] After this operation, 154 kB of additional disk space will be used. [2021-04-14T13:08:48.965Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 apt-transport-https all 1.6.13 [1692 B] [2021-04-14T13:08:49.224Z] debconf: delaying package configuration, since apt-utils is not installed [2021-04-14T13:08:49.225Z] Fetched 1692 B in 0s (8616 B/s) [2021-04-14T13:08:49.225Z] Selecting previously unselected package apt-transport-https. [2021-04-14T13:08:49.225Z] (Reading database ... 13920 files and directories currently installed.) [2021-04-14T13:08:49.225Z] Preparing to unpack .../apt-transport-https_1.6.13_all.deb ... [2021-04-14T13:08:49.225Z] Unpacking apt-transport-https (1.6.13) ... [2021-04-14T13:08:49.225Z] Setting up apt-transport-https (1.6.13) ... [2021-04-14T13:08:49.484Z] Waiting for network to be ready... [2021-04-14T13:08:50.154Z] ---> f895547f7701 [2021-04-14T13:08:50.154Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-04-14T13:08:50.154Z] ---> bf337ef0c8d1 [2021-04-14T13:08:50.154Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-04-14T13:08:50.154Z] ---> df8ae9017a98 [2021-04-14T13:08:50.154Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper ---> Running in 0c4f6b4f2a48 [2021-04-14T13:08:50.154Z] [2021-04-14T13:08:50.154Z] ---> 3c3fcfbd02fe [2021-04-14T13:08:50.154Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-04-14T13:08:50.154Z] ---> 0da37fec6555 [2021-04-14T13:08:50.154Z] Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-04-14T13:08:50.154Z] ---> Running in 5ac8e1103a9a [2021-04-14T13:08:50.154Z] ---> Running in 24ddd9b70e2f [2021-04-14T13:08:50.154Z] ---> Running in d073fc359c72 [2021-04-14T13:08:50.154Z] ---> Running in 3ebfae2e8ce7 [2021-04-14T13:08:50.154Z] 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-14T13:08:50.154Z] 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-14T13:08:50.428Z] 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-14T13:08:50.707Z] 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-14T13:08:50.707Z] 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-14T13:08:56.067Z] 2021-04-14T13:08:52Z INFO Waiting for automatic snapd restart... [2021-04-14T13:08:56.330Z] snapd 2.49.2 from Canonical* installed [2021-04-14T13:08:57.274Z] "snapd" switched to the "latest/stable" channel [2021-04-14T13:08:57.274Z] [2021-04-14T13:08:59.817Z] core18 20210309 from Canonical* installed [2021-04-14T13:09:00.078Z] "core18" switched to the "latest/stable" channel [2021-04-14T13:09:00.078Z] [2021-04-14T13:09:03.378Z] snapcraft 4.6.2 from Canonical* installed [2021-04-14T13:09:03.378Z] "snapcraft" switched to the "latest/stable" channel [2021-04-14T13:09:03.378Z] [2021-04-14T13:09:07.581Z] 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-14T13:09:07.581Z] - README.md [2021-04-14T13:09:07.581Z] [2021-04-14T13:09:07.581Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-04-14T13:09:14.169Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-04-14T13:09:14.169Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-04-14T13:09:14.169Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-04-14T13:09:14.169Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-04-14T13:09:14.739Z] Reading package lists... [2021-04-14T13:09:14.999Z] 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-14T13:09:21.585Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-04-14T13:09:21.585Z] Reading package lists... [2021-04-14T13:09:21.585Z] Building dependency tree... [2021-04-14T13:09:21.585Z] Reading state information... [2021-04-14T13:09:21.585Z] Suggested packages: [2021-04-14T13:09:21.585Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-04-14T13:09:21.585Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-04-14T13:09:21.585Z] Recommended packages: [2021-04-14T13:09:21.585Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-04-14T13:09:21.585Z] The following NEW packages will be installed: [2021-04-14T13:09:21.585Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-04-14T13:09:21.585Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-04-14T13:09:21.585Z] pkg-config zip [2021-04-14T13:09:21.585Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-04-14T13:09:21.585Z] Need to get 7663 kB of archives. [2021-04-14T13:09:21.585Z] After this operation, 43.8 MB of additional disk space will be used. [2021-04-14T13:09:21.585Z] Get:1 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-04-14T13:09:21.585Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.8 [1171 kB] [2021-04-14T13:09:21.846Z] Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-04-14T13:09:21.846Z] Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-04-14T13:09:21.846Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-04-14T13:09:21.846Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-04-14T13:09:22.107Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-04-14T13:09:22.107Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-04-14T13:09:22.107Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-04-14T13:09:22.107Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-04-14T13:09:22.368Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.13 [218 kB] [2021-04-14T13:09:22.368Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.8 [804 kB] [2021-04-14T13:09:22.368Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.8 [3916 kB] [2021-04-14T13:09:22.368Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-04-14T13:09:22.368Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-04-14T13:09:22.629Z] debconf: delaying package configuration, since apt-utils is not installed [2021-04-14T13:09:22.630Z] Fetched 7663 kB in 1s (6962 kB/s) [2021-04-14T13:09:22.630Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-04-14T13:09:22.630Z] (Reading database ... 13924 files and directories currently installed.) [2021-04-14T13:09:22.630Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.8_amd64.deb ... [2021-04-14T13:09:22.630Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... [2021-04-14T13:09:22.890Z] Selecting previously unselected package libpsl5:amd64. [2021-04-14T13:09:22.890Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-04-14T13:09:22.890Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-04-14T13:09:22.890Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-04-14T13:09:22.890Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-04-14T13:09:22.890Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-04-14T13:09:23.151Z] Selecting previously unselected package librtmp1:amd64. [2021-04-14T13:09:23.151Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-04-14T13:09:23.151Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-04-14T13:09:23.151Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-04-14T13:09:23.151Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.13_amd64.deb ... [2021-04-14T13:09:23.151Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.13) ... [2021-04-14T13:09:23.151Z] Selecting previously unselected package liberror-perl. [2021-04-14T13:09:23.151Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-04-14T13:09:23.151Z] Unpacking liberror-perl (0.17025-1) ... [2021-04-14T13:09:23.412Z] Selecting previously unselected package git-man. [2021-04-14T13:09:23.412Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.8_all.deb ... [2021-04-14T13:09:23.412Z] Unpacking git-man (1:2.17.1-1ubuntu0.8) ... [2021-04-14T13:09:23.412Z] Selecting previously unselected package git. [2021-04-14T13:09:23.412Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.8_amd64.deb ... [2021-04-14T13:09:23.412Z] Unpacking git (1:2.17.1-1ubuntu0.8) ... [2021-04-14T13:09:24.355Z] Selecting previously unselected package libnorm1:amd64. [2021-04-14T13:09:24.355Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-04-14T13:09:24.355Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-04-14T13:09:24.355Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-04-14T13:09:24.355Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-04-14T13:09:24.355Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-04-14T13:09:24.355Z] Selecting previously unselected package libsodium23:amd64. [2021-04-14T13:09:24.355Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-04-14T13:09:24.355Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-04-14T13:09:24.616Z] Selecting previously unselected package libzmq5:amd64. [2021-04-14T13:09:24.616Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-04-14T13:09:24.616Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-04-14T13:09:24.616Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-04-14T13:09:24.616Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-04-14T13:09:24.616Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-04-14T13:09:24.877Z] Selecting previously unselected package pkg-config. [2021-04-14T13:09:24.877Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-04-14T13:09:24.877Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-04-14T13:09:24.877Z] Selecting previously unselected package zip. [2021-04-14T13:09:24.877Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-04-14T13:09:24.877Z] Unpacking zip (3.0-11build1) ... [2021-04-14T13:09:25.139Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-04-14T13:09:25.139Z] Setting up git-man (1:2.17.1-1ubuntu0.8) ... [2021-04-14T13:09:25.139Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-04-14T13:09:25.139Z] Setting up liberror-perl (0.17025-1) ... [2021-04-14T13:09:25.139Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-04-14T13:09:25.139Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... [2021-04-14T13:09:25.139Z] No schema files found: doing nothing. [2021-04-14T13:09:25.139Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-04-14T13:09:25.139Z] Setting up zip (3.0-11build1) ... [2021-04-14T13:09:25.139Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-04-14T13:09:25.401Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-04-14T13:09:25.401Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-04-14T13:09:25.401Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-04-14T13:09:25.401Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.13) ... [2021-04-14T13:09:25.401Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-04-14T13:09:25.401Z] Setting up git (1:2.17.1-1ubuntu0.8) ... [2021-04-14T13:09:25.401Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-04-14T13:09:31.987Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-04-14T13:09:31.987Z] git set to automatically installed. [2021-04-14T13:09:31.987Z] git-man set to automatically installed. [2021-04-14T13:09:31.987Z] libcurl3-gnutls set to automatically installed. [2021-04-14T13:09:31.987Z] liberror-perl set to automatically installed. [2021-04-14T13:09:31.987Z] libglib2.0-0 set to automatically installed. [2021-04-14T13:09:31.987Z] libnghttp2-14 set to automatically installed. [2021-04-14T13:09:31.987Z] libnorm1 set to automatically installed. [2021-04-14T13:09:31.987Z] libpgm-5.2-0 set to automatically installed. [2021-04-14T13:09:31.987Z] libpsl5 set to automatically installed. [2021-04-14T13:09:31.987Z] librtmp1 set to automatically installed. [2021-04-14T13:09:31.987Z] libsodium23 set to automatically installed. [2021-04-14T13:09:31.987Z] libzmq3-dev set to automatically installed. [2021-04-14T13:09:31.987Z] libzmq5 set to automatically installed. [2021-04-14T13:09:31.987Z] pkg-config set to automatically installed. [2021-04-14T13:09:31.987Z] zip set to automatically installed. [2021-04-14T13:09:34.532Z] snapd is not logged in, snap install commands will use sudo [2021-04-14T13:09:41.127Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-04-14T13:09:41.127Z] snap "core18" has no updates available [2021-04-14T13:09:43.671Z] snapd is not logged in, snap install commands will use sudo [2021-04-14T13:09:50.247Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-04-14T13:10:05.164Z] go (1.15/stable) 1.15.10 from Michael Hudson-Doyle (mwhudson) installed [2021-04-14T13:10:05.164Z] Pulling go-build-helper [2021-04-14T13:10:05.164Z] + snapcraftctl pull [2021-04-14T13:10:05.164Z] 'app-service-config' has dependencies that need to be staged: go-build-helper [2021-04-14T13:10:05.164Z] Skipping pull go-build-helper (already ran) [2021-04-14T13:10:05.164Z] Building go-build-helper [2021-04-14T13:10:05.164Z] + snapcraftctl build [2021-04-14T13:10:07.281Z] Staging go-build-helper [2021-04-14T13:10:07.281Z] + snapcraftctl stage [2021-04-14T13:10:17.334Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-04-14T13:10:17.334Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-04-14T13:10:17.334Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1664 kB] [2021-04-14T13:10:17.334Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [314 kB] [2021-04-14T13:10:17.334Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] [2021-04-14T13:10:17.334Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-04-14T13:10:17.334Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [283 kB] [2021-04-14T13:10:17.334Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [37.7 kB] [2021-04-14T13:10:17.334Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1119 kB] [2021-04-14T13:10:17.334Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [252 kB] [2021-04-14T13:10:17.334Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-04-14T13:10:17.334Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-04-14T13:10:17.334Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-04-14T13:10:17.334Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-04-14T13:10:17.334Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-04-14T13:10:17.334Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-04-14T13:10:17.334Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-04-14T13:10:17.334Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-04-14T13:10:17.334Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-04-14T13:10:17.334Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2006 kB] [2021-04-14T13:10:17.334Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [406 kB] [2021-04-14T13:10:17.334Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] [2021-04-14T13:10:17.334Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-04-14T13:10:17.334Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [305 kB] [2021-04-14T13:10:17.334Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [41.3 kB] [2021-04-14T13:10:17.334Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1729 kB] [2021-04-14T13:10:17.334Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [367 kB] [2021-04-14T13:10:17.334Z] Fetched 24.3 MB in 0s (0 B/s) [2021-04-14T13:10:17.334Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-04-14T13:10:17.334Z] Fetched 224 kB in 0s (0 B/s) [2021-04-14T13:10:17.334Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-04-14T13:10:17.334Z] Fetched 157 kB in 0s (0 B/s) [2021-04-14T13:10:17.334Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-04-14T13:10:17.334Z] Fetched 221 kB in 0s (0 B/s) [2021-04-14T13:10:17.334Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-04-14T13:10:17.334Z] Fetched 143 kB in 0s (0 B/s) [2021-04-14T13:10:17.334Z] Pulling app-service-config [2021-04-14T13:10:17.334Z] + snapcraftctl pull [2021-04-14T13:10:17.334Z] Cloning into '/root/parts/app-service-config/src'... [2021-04-14T13:10:17.907Z] Pulling config-common [2021-04-14T13:10:17.907Z] + snapcraftctl pull [2021-04-14T13:10:22.117Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-04-14T13:10:22.117Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-04-14T13:10:22.117Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-04-14T13:10:22.117Z] Fetched 0 B in 0s (0 B/s) [2021-04-14T13:10:22.117Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-04-14T13:10:22.117Z] Fetched 0 B in 0s (0 B/s) [2021-04-14T13:10:22.117Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-04-14T13:10:22.117Z] Fetched 0 B in 0s (0 B/s) [2021-04-14T13:10:22.117Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-04-14T13:10:22.117Z] Fetched 0 B in 0s (0 B/s) [2021-04-14T13:10:22.117Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-04-14T13:10:22.117Z] Fetched 0 B in 0s (0 B/s) [2021-04-14T13:10:22.117Z] Pulling edgex-go [2021-04-14T13:10:22.117Z] + snapcraftctl pull [2021-04-14T13:10:27.567Z] 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-14T13:10:42.781Z] Removing intermediate container 3ebfae2e8ce7 [2021-04-14T13:10:42.781Z] ---> 6e745adaa766 [2021-04-14T13:10:42.781Z] [2021-04-14T13:10:42.781Z] Step 10/31 : FROM alpine:3.12 [2021-04-14T13:10:42.781Z] Removing intermediate container d073fc359c72 [2021-04-14T13:10:42.781Z] ---> 499713c69bb5 [2021-04-14T13:10:42.781Z] Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-04-14T13:10:42.781Z] 3.12: Pulling from library/alpine [2021-04-14T13:10:42.781Z] Removing intermediate container 0c4f6b4f2a48 [2021-04-14T13:10:42.781Z] ---> df99504ed045 [2021-04-14T13:10:42.781Z] [2021-04-14T13:10:42.781Z] Step 10/21 : FROM alpine:3.12 [2021-04-14T13:10:42.781Z] ---> Running in 73ccf03c07a7 [2021-04-14T13:10:42.781Z] 3.12: Pulling from library/alpine [2021-04-14T13:10:42.781Z] Digest: sha256:834e9309b5ef0f78d8d20ef0652e7b0272fe97b5baf45720e1b830eaf013cc1b [2021-04-14T13:10:42.781Z] Digest: sha256:834e9309b5ef0f78d8d20ef0652e7b0272fe97b5baf45720e1b830eaf013cc1b [2021-04-14T13:10:42.781Z] Status: Downloaded newer image for alpine:3.12 [2021-04-14T13:10:42.781Z] ---> d75e27dfc0a0 [2021-04-14T13:10:42.781Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-04-14T13:10:42.781Z] Status: Image is up to date for alpine:3.12 [2021-04-14T13:10:42.781Z] ---> d75e27dfc0a0 [2021-04-14T13:10:42.781Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-04-14T13:10:43.381Z] 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-14T13:10:43.381Z] ---> Running in da347c79f07c [2021-04-14T13:10:43.679Z] ---> Running in a67a9fed205b [2021-04-14T13:10:44.491Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-04-14T13:10:44.492Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-04-14T13:10:44.492Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-04-14T13:10:44.492Z] Fetched 0 B in 0s (0 B/s) [2021-04-14T13:10:44.492Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-04-14T13:10:44.492Z] Fetched 96.5 kB in 0s (0 B/s) [2021-04-14T13:10:44.492Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-04-14T13:10:44.492Z] Fetched 279 kB in 0s (0 B/s) [2021-04-14T13:10:44.492Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-04-14T13:10:44.492Z] Fetched 122 kB in 0s (0 B/s) [2021-04-14T13:10:44.492Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-04-14T13:10:44.492Z] Fetched 77.8 kB in 0s (0 B/s) [2021-04-14T13:10:44.492Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-04-14T13:10:44.492Z] Fetched 8848 B in 0s (0 B/s) [2021-04-14T13:10:44.492Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-04-14T13:10:44.492Z] Fetched 47.8 kB in 0s (0 B/s) [2021-04-14T13:10:44.492Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-04-14T13:10:44.492Z] Fetched 45.6 kB in 0s (0 B/s) [2021-04-14T13:10:44.492Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-04-14T13:10:44.492Z] Fetched 15.0 kB in 0s (0 B/s) [2021-04-14T13:10:44.492Z] Get:1 libcurl4_7.58.0-2ubuntu3.13_amd64.deb [219 kB] [2021-04-14T13:10:44.492Z] Fetched 219 kB in 0s (0 B/s) [2021-04-14T13:10:44.492Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] [2021-04-14T13:10:44.492Z] Fetched 154 kB in 0s (0 B/s) [2021-04-14T13:10:44.492Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-04-14T13:10:44.492Z] Fetched 50.6 kB in 0s (0 B/s) [2021-04-14T13:10:44.492Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-04-14T13:10:44.492Z] Fetched 14.8 kB in 0s (0 B/s) [2021-04-14T13:10:44.492Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-04-14T13:10:44.492Z] Fetched 41.8 kB in 0s (0 B/s) [2021-04-14T13:10:44.492Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-04-14T13:10:44.492Z] Fetched 499 kB in 0s (0 B/s) [2021-04-14T13:10:44.492Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-04-14T13:10:44.492Z] Fetched 111 kB in 0s (0 B/s) [2021-04-14T13:10:44.492Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-04-14T13:10:44.492Z] Fetched 240 kB in 0s (0 B/s) [2021-04-14T13:10:44.492Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-04-14T13:10:44.492Z] Fetched 29.3 kB in 0s (0 B/s) [2021-04-14T13:10:44.492Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-04-14T13:10:44.492Z] Fetched 85.5 kB in 0s (0 B/s) [2021-04-14T13:10:44.492Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-04-14T13:10:44.492Z] Fetched 24.5 kB in 0s (0 B/s) [2021-04-14T13:10:44.492Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-04-14T13:10:44.492Z] Fetched 49.2 kB in 0s (0 B/s) [2021-04-14T13:10:44.492Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-04-14T13:10:44.492Z] Fetched 54.2 kB in 0s (0 B/s) [2021-04-14T13:10:44.492Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-04-14T13:10:44.492Z] Fetched 30.8 kB in 0s (0 B/s) [2021-04-14T13:10:44.492Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] [2021-04-14T13:10:44.492Z] Fetched 15.8 kB in 0s (0 B/s) [2021-04-14T13:10:44.492Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-04-14T13:10:44.492Z] Fetched 85.9 kB in 0s (0 B/s) [2021-04-14T13:10:44.492Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-04-14T13:10:44.492Z] Fetched 8720 B in 0s (0 B/s) [2021-04-14T13:10:44.492Z] Get:1 libhogweed4_3.4-1ubuntu0.1_amd64.deb [137 kB] [2021-04-14T13:10:44.492Z] Fetched 137 kB in 0s (0 B/s) [2021-04-14T13:10:44.492Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-04-14T13:10:44.492Z] Fetched 119 kB in 0s (0 B/s) [2021-04-14T13:10:44.492Z] Get:1 libnettle6_3.4-1ubuntu0.1_amd64.deb [110 kB] [2021-04-14T13:10:44.492Z] Fetched 110 kB in 0s (0 B/s) [2021-04-14T13:10:44.492Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-04-14T13:10:44.492Z] Fetched 11.1 kB in 0s (0 B/s) [2021-04-14T13:10:44.492Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-04-14T13:10:44.492Z] Fetched 645 kB in 0s (0 B/s) [2021-04-14T13:10:44.492Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-04-14T13:10:44.492Z] Fetched 41.3 kB in 0s (0 B/s) [2021-04-14T13:10:44.492Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-04-14T13:10:44.492Z] Fetched 17.9 kB in 0s (0 B/s) [2021-04-14T13:10:44.492Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-04-14T13:10:44.492Z] Fetched 368 kB in 0s (0 B/s) [2021-04-14T13:10:44.492Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-04-14T13:10:44.492Z] Fetched 187 kB in 0s (0 B/s) [2021-04-14T13:10:44.492Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-04-14T13:10:44.492Z] Fetched 175 kB in 0s (0 B/s) [2021-04-14T13:10:44.492Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-04-14T13:10:44.492Z] Fetched 206 kB in 0s (0 B/s) [2021-04-14T13:10:44.492Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb [1301 kB] [2021-04-14T13:10:44.492Z] Fetched 1301 kB in 0s (0 B/s) [2021-04-14T13:10:44.492Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-04-14T13:10:44.492Z] Fetched 36.2 kB in 0s (0 B/s) [2021-04-14T13:10:44.492Z] Get:1 curl_7.58.0-2ubuntu3.13_amd64.deb [159 kB] [2021-04-14T13:10:44.492Z] Fetched 159 kB in 0s (0 B/s) [2021-04-14T13:10:44.492Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-04-14T13:10:44.492Z] Fetched 107 kB in 0s (0 B/s) [2021-04-14T13:10:44.492Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-04-14T13:10:44.492Z] Fetched 48.7 kB in 0s (0 B/s) [2021-04-14T13:10:44.492Z] Pulling static-packages [2021-04-14T13:10:44.492Z] + snapcraftctl pull [2021-04-14T13:10:44.492Z] Pulling version [2021-04-14T13:10:44.492Z] + cd /root/project [2021-04-14T13:10:44.492Z] + [ -f VERSION ] [2021-04-14T13:10:44.492Z] + PROJECT_VERSION=local-dev [2021-04-14T13:10:44.492Z] + git rev-parse --short HEAD [2021-04-14T13:10:44.492Z] + GIT_REVISION=4c81057e [2021-04-14T13:10:44.492Z] + snapcraftctl set-version local-dev [2021-04-14T13:10:44.752Z] Skipping build go-build-helper (already ran) [2021-04-14T13:10:45.011Z] Building app-service-config [2021-04-14T13:10:45.011Z] + make build [2021-04-14T13:10:45.012Z] 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-14T13:10:45.132Z] Removing intermediate container da347c79f07c [2021-04-14T13:10:45.132Z] ---> 2ac6964a2c64 [2021-04-14T13:10:45.132Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-04-14T13:10:45.132Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-14T13:10:45.407Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-14T13:10:45.408Z] ---> Running in d76c779f2187 [2021-04-14T13:10:46.009Z] (1/4) Installing ca-certificates (20191127-r4) [2021-04-14T13:10:46.009Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-04-14T13:10:46.009Z] (3/4) Installing libcurl (7.76.1-r0) [2021-04-14T13:10:46.009Z] (4/4) Installing curl (7.76.1-r0) [2021-04-14T13:10:46.286Z] Executing busybox-1.31.1-r20.trigger [2021-04-14T13:10:46.286Z] Executing ca-certificates-20191127-r4.trigger [2021-04-14T13:10:46.563Z] OK: 7 MiB in 18 packages [2021-04-14T13:10:47.164Z] Removing intermediate container 24ddd9b70e2f [2021-04-14T13:10:47.164Z] ---> bcccc08e6a7b [2021-04-14T13:10:47.164Z] [2021-04-14T13:10:47.164Z] Step 10/22 : FROM alpine:3.12 [2021-04-14T13:10:47.164Z] ---> d75e27dfc0a0 [2021-04-14T13:10:47.164Z] Removing intermediate container 5ac8e1103a9a [2021-04-14T13:10:47.164Z] ---> 1f15eb945988 [2021-04-14T13:10:47.164Z] [2021-04-14T13:10:47.164Z] Step 10/22 : FROM alpine:3.12 [2021-04-14T13:10:47.165Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-04-14T13:10:47.165Z] ---> d75e27dfc0a0 [2021-04-14T13:10:47.165Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-04-14T13:10:47.165Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-14T13:10:47.483Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-14T13:10:47.483Z] ---> Running in cf169d8ea943 [2021-04-14T13:10:47.483Z] ---> Running in 133a78a380af [2021-04-14T13:10:47.555Z] go: downloading github.com/edgexfoundry/app-functions-sdk-go/v2 v2.0.0-dev.43 [2021-04-14T13:10:47.556Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.64 [2021-04-14T13:10:47.556Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.32 [2021-04-14T13:10:47.556Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-04-14T13:10:47.556Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.14 [2021-04-14T13:10:47.556Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.8 [2021-04-14T13:10:47.826Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-04-14T13:10:47.826Z] go: downloading github.com/google/uuid v1.2.0 [2021-04-14T13:10:47.826Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.3.3 [2021-04-14T13:10:47.826Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-04-14T13:10:47.826Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.5 [2021-04-14T13:10:47.826Z] go: downloading github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 [2021-04-14T13:10:47.982Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-04-14T13:10:47.982Z] (2/2) Installing su-exec (0.2-r1) [2021-04-14T13:10:47.982Z] Executing busybox-1.31.1-r20.trigger [2021-04-14T13:10:47.982Z] OK: 5 MiB in 16 packages [2021-04-14T13:10:48.086Z] go: downloading golang.org/x/net v0.0.0-20200425230154-ff2c4b7c35a0 [2021-04-14T13:10:48.086Z] go: downloading github.com/x448/float16 v0.8.4 [2021-04-14T13:10:48.346Z] go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.4 [2021-04-14T13:10:48.346Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2021-04-14T13:10:48.607Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-04-14T13:10:48.607Z] go: downloading github.com/go-playground/validator/v10 v10.4.1 [2021-04-14T13:10:48.607Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-04-14T13:10:48.607Z] go: downloading github.com/gorilla/websocket v1.4.2 [2021-04-14T13:10:48.866Z] go: downloading github.com/hashicorp/consul/api v1.8.1 [2021-04-14T13:10:48.866Z] go: downloading github.com/pebbe/zmq4 v1.2.7 [2021-04-14T13:10:48.866Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-04-14T13:10:48.866Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-04-14T13:10:48.866Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-04-14T13:10:48.866Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2021-04-14T13:10:48.866Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-04-14T13:10:49.069Z] Removing intermediate container 73ccf03c07a7 [2021-04-14T13:10:49.069Z] ---> 6b25b01b51c9 [2021-04-14T13:10:49.069Z] [2021-04-14T13:10:49.069Z] Step 11/23 : FROM docker:20.10.0 [2021-04-14T13:10:49.069Z] 20.10.0: Pulling from library/docker [2021-04-14T13:10:49.127Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-04-14T13:10:49.127Z] go: downloading golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 [2021-04-14T13:10:49.127Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-04-14T13:10:49.127Z] go: downloading github.com/hashicorp/go-hclog v0.12.0 [2021-04-14T13:10:49.127Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-04-14T13:10:49.127Z] go: downloading github.com/hashicorp/serf v0.9.5 [2021-04-14T13:10:49.127Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.2 [2021-04-14T13:10:49.127Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-04-14T13:10:49.127Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-04-14T13:10:49.127Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-04-14T13:10:49.386Z] go: downloading github.com/fatih/color v1.9.0 [2021-04-14T13:10:49.386Z] go: downloading github.com/mattn/go-isatty v0.0.12 [2021-04-14T13:10:49.386Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-04-14T13:10:49.386Z] go: downloading golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd [2021-04-14T13:10:49.386Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-04-14T13:10:49.386Z] go: downloading github.com/mattn/go-colorable v0.1.6 [2021-04-14T13:10:49.386Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-04-14T13:10:49.386Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-04-14T13:10:50.156Z] Removing intermediate container a67a9fed205b [2021-04-14T13:10:50.156Z] ---> 2c960537279a [2021-04-14T13:10:50.156Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-04-14T13:10:50.156Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-14T13:10:50.156Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-14T13:10:50.156Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-14T13:10:50.432Z] ---> Running in 46e6a0d509c5 [2021-04-14T13:10:50.432Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-14T13:10:50.756Z] Removing intermediate container d76c779f2187 [2021-04-14T13:10:50.756Z] ---> fe9c63266b3b [2021-04-14T13:10:50.756Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-04-14T13:10:50.756Z] (1/2) Installing ca-certificates (20191127-r4) [2021-04-14T13:10:51.053Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-04-14T13:10:51.053Z] Executing busybox-1.31.1-r20.trigger [2021-04-14T13:10:51.053Z] Executing ca-certificates-20191127-r4.trigger [2021-04-14T13:10:51.053Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-04-14T13:10:51.053Z] Executing busybox-1.31.1-r20.trigger [2021-04-14T13:10:51.053Z] ---> Running in 31bc243dcb55 [2021-04-14T13:10:51.053Z] OK: 5 MiB in 15 packages [2021-04-14T13:10:51.403Z] OK: 6 MiB in 16 packages [2021-04-14T13:10:51.764Z] Removing intermediate container 46e6a0d509c5 [2021-04-14T13:10:51.764Z] ---> 8cc61e6fab83 [2021-04-14T13:10:51.764Z] Step 13/21 : WORKDIR /edgex [2021-04-14T13:10:52.067Z] ---> Running in b206cfff6946 [2021-04-14T13:10:52.340Z] Removing intermediate container 31bc243dcb55 [2021-04-14T13:10:52.340Z] ---> 6c39ea209593 [2021-04-14T13:10:52.340Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-04-14T13:10:52.944Z] ---> Running in fe52ce2e8d9d [2021-04-14T13:10:53.225Z] Removing intermediate container b206cfff6946 [2021-04-14T13:10:53.225Z] ---> 2106114c7367 [2021-04-14T13:10:53.225Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-04-14T13:10:53.503Z] Removing intermediate container fe52ce2e8d9d [2021-04-14T13:10:53.503Z] ---> 30e714e9b170 [2021-04-14T13:10:53.503Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-04-14T13:10:54.094Z] Removing intermediate container cf169d8ea943 [2021-04-14T13:10:54.094Z] ---> 467b035c9339 [2021-04-14T13:10:54.094Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-14T13:10:54.094Z] Removing intermediate container 133a78a380af [2021-04-14T13:10:54.094Z] ---> ae39f5e1caad [2021-04-14T13:10:54.094Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-14T13:10:54.094Z] ---> Running in bbc314b209e8 [2021-04-14T13:10:54.365Z] ---> Running in 4263284eac5e [2021-04-14T13:10:54.365Z] ---> Running in c00035a1c665 [2021-04-14T13:10:54.365Z] ---> 8e4f46fa14df [2021-04-14T13:10:54.365Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-04-14T13:10:54.962Z] Removing intermediate container 4263284eac5e [2021-04-14T13:10:54.962Z] ---> 846b09ecfd38 [2021-04-14T13:10:54.962Z] Step 13/22 : ENV APP_PORT=48085 [2021-04-14T13:10:54.962Z] Removing intermediate container c00035a1c665 [2021-04-14T13:10:54.962Z] ---> 6d315ecafdaa [2021-04-14T13:10:54.963Z] Step 13/22 : ENV APP_PORT=48060 [2021-04-14T13:10:55.567Z] ---> Running in a45d3a14abbe [2021-04-14T13:10:55.567Z] ---> Running in b8bc598f5322 [2021-04-14T13:10:57.006Z] Removing intermediate container b8bc598f5322 [2021-04-14T13:10:57.006Z] ---> c31018063241 [2021-04-14T13:10:57.006Z] Step 14/22 : EXPOSE $APP_PORT [2021-04-14T13:10:57.006Z] Removing intermediate container a45d3a14abbe [2021-04-14T13:10:57.006Z] ---> fe7fde41b0db [2021-04-14T13:10:57.006Z] Step 14/22 : EXPOSE $APP_PORT [2021-04-14T13:10:57.006Z] ---> 25c3a69b1c57 [2021-04-14T13:10:57.006Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-04-14T13:10:57.282Z] ---> Running in ad85f1e12173 [2021-04-14T13:10:57.282Z] ---> Running in adc8cc89fed9 [2021-04-14T13:10:57.555Z] Removing intermediate container bbc314b209e8 [2021-04-14T13:10:57.555Z] ---> dfc859556c9a [2021-04-14T13:10:57.555Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-04-14T13:10:58.152Z] ---> Running in 9fb4437d3a55 [2021-04-14T13:10:58.756Z] Removing intermediate container ad85f1e12173 [2021-04-14T13:10:58.756Z] ---> 541bad48544c [2021-04-14T13:10:58.756Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-14T13:10:58.756Z] Removing intermediate container adc8cc89fed9 [2021-04-14T13:10:58.756Z] ---> 5a0600ef4a39 [2021-04-14T13:10:58.756Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-14T13:10:59.030Z] ---> 91817959de10 [2021-04-14T13:10:59.030Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-04-14T13:10:59.302Z] Removing intermediate container 9fb4437d3a55 [2021-04-14T13:10:59.302Z] ---> 8f994cdc5704 [2021-04-14T13:10:59.302Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-04-14T13:10:59.302Z] ---> Running in 7ead3d0e99aa [2021-04-14T13:10:59.388Z] + install -DT ./app-service-configurable /root/parts/app-service-config/install/bin/app-service-configurable [2021-04-14T13:10:59.388Z] + install -DT ./res/rules-engine/configuration.toml /root/parts/app-service-config/install/config/app-service-configurable/res/rules-engine/configuration.toml [2021-04-14T13:10:59.388Z] + install -DT ./Attribution.txt /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/Attribution.txt [2021-04-14T13:10:59.388Z] + install -DT ./LICENSE /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/LICENSE [2021-04-14T13:10:59.649Z] Building config-common [2021-04-14T13:10:59.649Z] + snapcraftctl build [2021-04-14T13:10:59.900Z] ---> 95e302b53f37 [2021-04-14T13:10:59.900Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-04-14T13:10:59.900Z] ---> 6a00336c8477 [2021-04-14T13:10:59.900Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-04-14T13:11:00.185Z] Removing intermediate container 7ead3d0e99aa [2021-04-14T13:11:00.185Z] ---> b69f140a382e [2021-04-14T13:11:00.185Z] Step 18/21 : CMD ["--init=true"] [2021-04-14T13:11:00.459Z] ---> f6a67e399cce [2021-04-14T13:11:00.459Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-04-14T13:11:00.731Z] ---> Running in c99c2357a562 [2021-04-14T13:11:00.731Z] ---> Running in 913e3253884d [2021-04-14T13:11:02.173Z] Removing intermediate container c99c2357a562 [2021-04-14T13:11:02.173Z] ---> 46ed14120ef8 [2021-04-14T13:11:02.173Z] Step 19/21 : LABEL arch=arm64 [2021-04-14T13:11:02.193Z] Building edgex-go [2021-04-14T13:11:02.193Z] + cd /root/parts/edgex-go/src [2021-04-14T13:11:02.193Z] + make build [2021-04-14T13:11:02.193Z] 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-14T13:11:02.446Z] ---> c00310ca1cb6 [2021-04-14T13:11:02.446Z] ---> 1408de5cc52e [2021-04-14T13:11:02.446Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-04-14T13:11:02.447Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-04-14T13:11:02.452Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.34 [2021-04-14T13:11:02.452Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-04-14T13:11:02.452Z] go: downloading github.com/imdario/mergo v0.3.12 [2021-04-14T13:11:02.452Z] go: downloading github.com/pkg/errors v0.8.1 [2021-04-14T13:11:02.452Z] go: downloading github.com/pelletier/go-toml v1.9.0 [2021-04-14T13:11:02.720Z] ---> Running in a7b190c35d75 [2021-04-14T13:11:03.316Z] Removing intermediate container a7b190c35d75 [2021-04-14T13:11:03.316Z] ---> 6c013a1f508a [2021-04-14T13:11:03.316Z] Step 20/21 : LABEL git_sha=4c81057e5db04cbec8dfe4ac23e02b6bdcda2789 [2021-04-14T13:11:03.589Z] ---> Running in d632923f63ed [2021-04-14T13:11:03.864Z] ---> 4efea7a09924 [2021-04-14T13:11:03.864Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-04-14T13:11:03.864Z] ---> 44d53efc58bf [2021-04-14T13:11:03.864Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-04-14T13:11:03.864Z] ---> Running in b7ce39554e28 [2021-04-14T13:11:03.864Z] ---> Running in e92ad0624cf6 [2021-04-14T13:11:04.142Z] Removing intermediate container 913e3253884d [2021-04-14T13:11:04.142Z] ---> ae3ca700b750 [2021-04-14T13:11:04.142Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-14T13:11:04.142Z] Removing intermediate container d632923f63ed [2021-04-14T13:11:04.142Z] ---> f2ad93b0dec7 [2021-04-14T13:11:04.142Z] Step 21/21 : LABEL version=0.0.0 [2021-04-14T13:11:04.420Z] ---> Running in 9d71b58a8fbf [2021-04-14T13:11:04.692Z] Removing intermediate container e92ad0624cf6 [2021-04-14T13:11:04.692Z] ---> 3bbaf1907129 [2021-04-14T13:11:04.692Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-14T13:11:04.966Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-04-14T13:11:04.966Z] Status: Downloaded newer image for docker:20.10.0 [2021-04-14T13:11:04.966Z] ---> eeaf43b92773 [2021-04-14T13:11:04.966Z] 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-14T13:11:04.966Z] Removing intermediate container b7ce39554e28 [2021-04-14T13:11:04.966Z] ---> a745b97be59f [2021-04-14T13:11:04.966Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-14T13:11:05.237Z] ---> Running in c7dd21d1edbc [2021-04-14T13:11:05.237Z] ---> Running in 65213ea86faf [2021-04-14T13:11:05.237Z] ---> Running in e8aadadb5870 [2021-04-14T13:11:05.237Z] ---> bf7a5071814e [2021-04-14T13:11:05.237Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-04-14T13:11:05.237Z] Removing intermediate container 9d71b58a8fbf [2021-04-14T13:11:05.237Z] ---> 6639d5b8d28d [2021-04-14T13:11:05.237Z] [2021-04-14T13:11:05.831Z] Removing intermediate container c7dd21d1edbc [2021-04-14T13:11:05.831Z] ---> def3d9e94fd0 [2021-04-14T13:11:05.831Z] Step 13/23 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 [2021-04-14T13:11:05.831Z] Successfully built 6639d5b8d28d [2021-04-14T13:11:06.101Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-04-14T13:11:06.101Z] Building docker-core-command-go [2021-04-14T13:11:06.101Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container 65213ea86faf [2021-04-14T13:11:06.101Z] ---> 2b8b217a6056 [2021-04-14T13:11:06.101Z] Step 20/22 : LABEL arch=arm64 [2021-04-14T13:11:06.101Z] ---> Running in 7d46dc954cc6 [2021-04-14T13:11:06.101Z] Removing intermediate container e8aadadb5870 [2021-04-14T13:11:06.101Z] ---> e35c4078dc06 [2021-04-14T13:11:06.101Z] Step 20/22 : LABEL arch=arm64 [2021-04-14T13:11:06.373Z] ---> Running in 31af9d5a0a1d [2021-04-14T13:11:06.373Z] ---> Running in 78cefaacc2b4 [2021-04-14T13:11:06.647Z] 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-14T13:11:06.647Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-04-14T13:11:07.352Z] ---> f2f9bd6d1e8b [2021-04-14T13:11:07.352Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-04-14T13:11:07.352Z] Removing intermediate container 31af9d5a0a1d [2021-04-14T13:11:07.352Z] ---> 936256a88269 [2021-04-14T13:11:07.352Z] Step 21/22 : LABEL git_sha=4c81057e5db04cbec8dfe4ac23e02b6bdcda2789 [2021-04-14T13:11:07.352Z] Removing intermediate container 78cefaacc2b4 [2021-04-14T13:11:07.352Z] ---> 0fba796ea33c [2021-04-14T13:11:07.352Z] Step 21/22 : LABEL git_sha=4c81057e5db04cbec8dfe4ac23e02b6bdcda2789 [2021-04-14T13:11:07.626Z] ---> Running in 60cce6fc36b0 [2021-04-14T13:11:07.626Z] ---> Running in 8482ca041892 [2021-04-14T13:11:07.899Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-14T13:11:07.899Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-14T13:11:08.491Z] (1/39) Installing readline (8.0.4-r0) [2021-04-14T13:11:08.491Z] (2/39) Installing bash (5.0.17-r0) [2021-04-14T13:11:08.764Z] Executing bash-5.0.17-r0.post-install [2021-04-14T13:11:08.764Z] (3/39) Installing nghttp2-libs (1.41.0-r0) [2021-04-14T13:11:08.764Z] (4/39) Installing libcurl (7.76.1-r0) [2021-04-14T13:11:08.764Z] (5/39) Installing curl (7.76.1-r0) [2021-04-14T13:11:08.764Z] (6/39) Installing dumb-init (1.2.2-r1) [2021-04-14T13:11:08.764Z] (7/39) Installing libbz2 (1.0.8-r1) [2021-04-14T13:11:08.764Z] (8/39) Installing expat (2.2.9-r1) [2021-04-14T13:11:08.764Z] ---> de0e6decb458 [2021-04-14T13:11:08.764Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-04-14T13:11:08.764Z] (9/39) Installing libffi (3.3-r2) [2021-04-14T13:11:08.764Z] (10/39) Installing gdbm (1.13-r1) [2021-04-14T13:11:08.764Z] (11/39) Installing xz-libs (5.2.5-r0) [2021-04-14T13:11:08.764Z] (12/39) Installing sqlite-libs (3.32.1-r0) [2021-04-14T13:11:08.764Z] (13/39) Installing python3 (3.8.8-r0) [2021-04-14T13:11:10.204Z] Removing intermediate container 60cce6fc36b0 [2021-04-14T13:11:10.204Z] ---> 2919ca866b43 [2021-04-14T13:11:10.204Z] Step 22/22 : LABEL version=0.0.0Removing intermediate container 8482ca041892 [2021-04-14T13:11:10.204Z] [2021-04-14T13:11:10.204Z] ---> 1160952eed03 [2021-04-14T13:11:10.204Z] Step 22/22 : LABEL version=0.0.0 [2021-04-14T13:11:10.480Z] ---> 4ee377497ee9 [2021-04-14T13:11:10.480Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-04-14T13:11:10.480Z] ---> Running in e17248e42232 [2021-04-14T13:11:10.480Z] ---> Running in be91a9687fa6 [2021-04-14T13:11:10.761Z] (14/39) Installing py3-appdirs (1.4.4-r1) [2021-04-14T13:11:10.761Z] (15/39) Installing py3-ordered-set (4.0.1-r0) [2021-04-14T13:11:10.761Z] (16/39) Installing py3-parsing (2.4.7-r0) [2021-04-14T13:11:10.761Z] (17/39) Installing py3-six (1.15.0-r0) [2021-04-14T13:11:10.761Z] (18/39) Installing py3-packaging (20.4-r0) [2021-04-14T13:11:10.761Z] (19/39) Installing py3-setuptools (47.0.0-r0) [2021-04-14T13:11:10.761Z] (20/39) Installing py3-chardet (3.0.4-r4) [2021-04-14T13:11:11.035Z] (21/39) Installing py3-idna (2.9-r0) [2021-04-14T13:11:11.035Z] (22/39) Installing py3-certifi (2020.4.5.1-r0) [2021-04-14T13:11:11.035Z] (23/39) Installing py3-urllib3 (1.25.9-r0) [2021-04-14T13:11:11.035Z] (24/39) Installing py3-requests (2.23.0-r0) [2021-04-14T13:11:11.035Z] (25/39) Installing py3-msgpack (1.0.0-r0) [2021-04-14T13:11:11.035Z] (26/39) Installing py3-lockfile (0.12.2-r3) [2021-04-14T13:11:11.035Z] (27/39) Installing py3-cachecontrol (0.12.6-r0) [2021-04-14T13:11:11.035Z] (28/39) Installing py3-colorama (0.4.3-r0) [2021-04-14T13:11:11.035Z] (29/39) Installing py3-distlib (0.3.0-r0) [2021-04-14T13:11:11.313Z] (30/39) Installing py3-distro (1.5.0-r1) [2021-04-14T13:11:11.313Z] (31/39) Installing py3-webencodings (0.5.1-r3) [2021-04-14T13:11:11.313Z] (32/39) Installing py3-html5lib (1.0.1-r4) [2021-04-14T13:11:11.313Z] (33/39) Installing py3-pytoml (0.1.21-r0) [2021-04-14T13:11:11.313Z] (34/39) Installing py3-pep517 (0.8.2-r0) [2021-04-14T13:11:11.313Z] (35/39) Installing py3-progress (1.5-r0) [2021-04-14T13:11:11.313Z] (36/39) Installing py3-toml (0.10.1-r0) [2021-04-14T13:11:11.313Z] (37/39) Installing py3-retrying (1.3.3-r0) [2021-04-14T13:11:11.313Z] (38/39) Installing py3-contextlib2 (0.6.0-r0) [2021-04-14T13:11:11.313Z] (39/39) Installing py3-pip (20.1.1-r0) [2021-04-14T13:11:11.586Z] Executing busybox-1.31.1-r19.trigger [2021-04-14T13:11:11.586Z] OK: 72 MiB in 59 packages [2021-04-14T13:11:11.860Z] Removing intermediate container be91a9687fa6 [2021-04-14T13:11:11.860Z] ---> 7ede387ecfe2 [2021-04-14T13:11:11.860Z] [2021-04-14T13:11:11.929Z] 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-14T13:11:12.455Z] Successfully built 7ede387ecfe2 [2021-04-14T13:11:12.455Z] Removing intermediate container e17248e42232 [2021-04-14T13:11:12.455Z] ---> 8ba91a145ab6 [2021-04-14T13:11:12.455Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-04-14T13:11:12.455Z] ---> 9a15ea4d356e [2021-04-14T13:11:12.455Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-04-14T13:11:12.455Z] [2021-04-14T13:11:12.455Z] Building docker-security-secretstore-setup-go [2021-04-14T13:11:12.498Z] 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-14T13:11:13.050Z]  Building docker-support-scheduler-go ... done Successfully built 8ba91a145ab6 [2021-04-14T13:11:13.050Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-04-14T13:11:13.050Z]  Building docker-support-notifications-go ... done Building docker-core-data-go [2021-04-14T13:11:13.050Z] ---> Running in 9fa0a6bcde7f [2021-04-14T13:11:13.640Z] Removing intermediate container 9fa0a6bcde7f [2021-04-14T13:11:13.640Z] ---> db31171a1f3e [2021-04-14T13:11:13.640Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-04-14T13:11:14.235Z] ---> 02ffa1dd787c [2021-04-14T13:11:14.235Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-04-14T13:11:14.402Z] 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-14T13:11:14.662Z] 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-14T13:11:14.833Z] ---> Running in 657c413de275 [2021-04-14T13:11:14.921Z] go: downloading github.com/stretchr/testify v1.7.0 [2021-04-14T13:11:14.921Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-04-14T13:11:14.921Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-04-14T13:11:14.921Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-04-14T13:11:16.333Z] Collecting docker-compose==1.23.2 [2021-04-14T13:11:16.333Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-04-14T13:11:16.611Z] 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-14T13:11:16.829Z] 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-14T13:11:16.829Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-04-14T13:11:16.829Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-04-14T13:11:17.213Z] Collecting jsonschema<3,>=2.5.1 [2021-04-14T13:11:17.214Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-04-14T13:11:17.820Z] Removing intermediate container 657c413de275 [2021-04-14T13:11:18.093Z] ---> a76e6f720072 [2021-04-14T13:11:18.093Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-04-14T13:11:18.692Z] Collecting PyYAML<4,>=3.10 [2021-04-14T13:11:18.692Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-04-14T13:11:18.738Z] 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-14T13:11:18.968Z] ---> Running in 07574aeb295d [2021-04-14T13:11:19.683Z] 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-14T13:11:19.951Z] Removing intermediate container 07574aeb295d [2021-04-14T13:11:19.951Z] ---> 87301e27b72f [2021-04-14T13:11:19.951Z] Step 28/31 : CMD ["gate"] [2021-04-14T13:11:20.934Z] ---> Running in 951639e88a41 [2021-04-14T13:11:21.063Z] 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-14T13:11:21.910Z] Removing intermediate container 951639e88a41 [2021-04-14T13:11:21.910Z] ---> 97210ed7cbd1 [2021-04-14T13:11:21.910Z] Step 29/31 : LABEL arch=arm64 [2021-04-14T13:11:22.445Z] 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-14T13:11:22.445Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-04-14T13:11:22.502Z] ---> Running in 16b9cf0de353 [2021-04-14T13:11:22.775Z] Collecting websocket-client<1.0,>=0.32.0 [2021-04-14T13:11:22.775Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-04-14T13:11:23.371Z] Removing intermediate container 16b9cf0de353 [2021-04-14T13:11:23.371Z] ---> a72d6e75aa1e [2021-04-14T13:11:23.371Z] Step 30/31 : LABEL git_sha=4c81057e5db04cbec8dfe4ac23e02b6bdcda2789 [2021-04-14T13:11:23.371Z] Collecting docopt<0.7,>=0.6.1 [2021-04-14T13:11:23.371Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-04-14T13:11:23.387Z] 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-14T13:11:23.646Z] ---> Running in 49104bed4348 [2021-04-14T13:11:23.647Z] go: downloading github.com/lib/pq v1.10.0 [2021-04-14T13:11:24.239Z] Removing intermediate container 49104bed4348 [2021-04-14T13:11:24.239Z] ---> 93c8468e7928 [2021-04-14T13:11:24.239Z] Step 31/31 : LABEL version=0.0.0 [2021-04-14T13:11:24.843Z] ---> Running in 1889e8a15878 [2021-04-14T13:11:25.556Z] + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command [2021-04-14T13:11:25.556Z] + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml [2021-04-14T13:11:25.556Z] + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data [2021-04-14T13:11:25.556Z] + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml [2021-04-14T13:11:25.556Z] + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata [2021-04-14T13:11:25.556Z] + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml [2021-04-14T13:11:25.556Z] + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications [2021-04-14T13:11:25.556Z] + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml [2021-04-14T13:11:25.556Z] + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler [2021-04-14T13:11:25.556Z] + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml [2021-04-14T13:11:25.556Z] + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent [2021-04-14T13:11:25.556Z] + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml [2021-04-14T13:11:25.556Z] + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup [2021-04-14T13:11:25.556Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml [2021-04-14T13:11:25.556Z] + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup [2021-04-14T13:11:25.556Z] + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml [2021-04-14T13:11:25.556Z] + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider [2021-04-14T13:11:25.556Z] + 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-14T13:11:25.556Z] + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper [2021-04-14T13:11:25.556Z] + 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-14T13:11:25.556Z] + install -DT ./cmd/security-bootstrapper/res/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res/configuration.toml [2021-04-14T13:11:25.556Z] + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config [2021-04-14T13:11:25.556Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml [2021-04-14T13:11:25.556Z] + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt [2021-04-14T13:11:25.556Z] + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE [2021-04-14T13:11:25.556Z] + 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-14T13:11:25.819Z] Removing intermediate container 1889e8a15878 [2021-04-14T13:11:25.819Z] ---> c151612ff38e [2021-04-14T13:11:26.088Z] [2021-04-14T13:11:26.088Z] Collecting texttable<0.10,>=0.9.0 [2021-04-14T13:11:26.088Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-04-14T13:11:26.360Z] Successfully built c151612ff38e [2021-04-14T13:11:26.360Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-04-14T13:11:26.360Z]  Building docker-security-bootstrapper-go ... done Building docker-core-metadata-go [2021-04-14T13:11:28.339Z] Collecting docker<4.0,>=3.6.0 [2021-04-14T13:11:28.339Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-04-14T13:11:28.854Z] Building static-packages [2021-04-14T13:11:28.854Z] + snapcraftctl build [2021-04-14T13:11:28.935Z] Collecting dockerpty<0.5,>=0.4.1 [2021-04-14T13:11:28.935Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-04-14T13:11:30.256Z] Building version [2021-04-14T13:11:30.256Z] + snapcraftctl build [2021-04-14T13:11:31.559Z] Collecting cached-property<2,>=1.2.0 [2021-04-14T13:11:31.559Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-04-14T13:11:32.530Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-04-14T13:11:32.530Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-04-14T13:11:32.800Z] Skipping stage go-build-helper (already ran) [2021-04-14T13:11:32.800Z] Staging app-service-config [2021-04-14T13:11:32.800Z] + snapcraftctl stage [2021-04-14T13:11:33.124Z] Collecting docker-pycreds>=0.4.0 [2021-04-14T13:11:33.124Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-04-14T13:11:33.124Z] 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-14T13:11:33.124Z] 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-14T13:11:33.370Z] Staging config-common [2021-04-14T13:11:33.370Z] + snapcraftctl stage [2021-04-14T13:11:33.393Z] Collecting idna<2.8,>=2.5 [2021-04-14T13:11:33.393Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-04-14T13:11:33.984Z] Collecting urllib3<1.25,>=1.21.1 [2021-04-14T13:11:33.984Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-04-14T13:11:34.257Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-04-14T13:11:34.257Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-04-14T13:11:34.257Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-04-14T13:11:34.257Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-04-14T13:11:34.312Z] Staging edgex-go [2021-04-14T13:11:34.312Z] + snapcraftctl stage [2021-04-14T13:11:35.233Z] Installing collected packages: jsonschema, PyYAML, websocket-client, docopt, texttable, docker-pycreds, idna, urllib3, requests, docker, dockerpty, cached-property, docker-compose [2021-04-14T13:11:35.505Z] Running setup.py install for PyYAML: started [2021-04-14T13:11:35.697Z] Staging static-packages [2021-04-14T13:11:35.697Z] + snapcraftctl stage [2021-04-14T13:11:36.643Z] Staging version [2021-04-14T13:11:36.643Z] + snapcraftctl stage [2021-04-14T13:11:37.586Z] Priming go-build-helper [2021-04-14T13:11:37.586Z] + snapcraftctl prime [2021-04-14T13:11:38.123Z] Running setup.py install for PyYAML: finished with status 'done' [2021-04-14T13:11:38.399Z] Running setup.py install for docopt: started [2021-04-14T13:11:38.528Z] Priming app-service-config [2021-04-14T13:11:38.529Z] + snapcraftctl prime [2021-04-14T13:11:39.471Z] Priming config-common [2021-04-14T13:11:39.471Z] + snapcraftctl prime [2021-04-14T13:11:40.382Z] Running setup.py install for docopt: finished with status 'done' [2021-04-14T13:11:40.382Z] Running setup.py install for texttable: started [2021-04-14T13:11:40.414Z] Priming edgex-go [2021-04-14T13:11:40.414Z] + snapcraftctl prime [2021-04-14T13:11:41.896Z] Priming static-packages [2021-04-14T13:11:41.896Z] + snapcraftctl prime [2021-04-14T13:11:42.458Z] Running setup.py install for texttable: finished with status 'done' [2021-04-14T13:11:42.733Z] Attempting uninstall: idna [2021-04-14T13:11:42.733Z] Found existing installation: idna 2.9 [2021-04-14T13:11:42.733Z] Uninstalling idna-2.9: [2021-04-14T13:11:42.733Z] Successfully uninstalled idna-2.9 [2021-04-14T13:11:43.329Z] Attempting uninstall: urllib3 [2021-04-14T13:11:43.329Z] Found existing installation: urllib3 1.25.9 [2021-04-14T13:11:43.329Z] Uninstalling urllib3-1.25.9: [2021-04-14T13:11:43.600Z] Successfully uninstalled urllib3-1.25.9 [2021-04-14T13:11:44.196Z] Attempting uninstall: requests [2021-04-14T13:11:44.196Z] Found existing installation: requests 2.23.0 [2021-04-14T13:11:44.196Z] Uninstalling requests-2.23.0: [2021-04-14T13:11:44.196Z] Successfully uninstalled requests-2.23.0 [2021-04-14T13:11:44.446Z] Priming version [2021-04-14T13:11:44.446Z] + snapcraftctl prime [2021-04-14T13:11:45.017Z] The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [2021-04-14T13:11:45.200Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-14T13:11:45.200Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-14T13:11:45.200Z] ---> 6518435f401f [2021-04-14T13:11:45.200Z] Step 3/23 : WORKDIR /edgex-go [2021-04-14T13:11:45.200Z] ---> Using cache [2021-04-14T13:11:45.200Z] ---> de53533d64c1 [2021-04-14T13:11:45.200Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-14T13:11:45.200Z] ---> Using cache [2021-04-14T13:11:45.200Z] ---> 0cec7672a00f [2021-04-14T13:11:45.200Z] Step 5/23 : RUN apk add --update --no-cache make git [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-04-14T13:11:46.637Z] Running setup.py install for dockerpty: started [2021-04-14T13:11:49.293Z] Running setup.py install for dockerpty: finished with status 'done' [2021-04-14T13:11:50.266Z] ---> Running in 23eea5943c2b [2021-04-14T13:11:51.243Z] 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-14T13:11:51.516Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-14T13:11:52.495Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-14T13:11:53.096Z] OK: 217 MiB in 51 packages [2021-04-14T13:11:56.509Z] Removing intermediate container 23eea5943c2b [2021-04-14T13:11:56.510Z] ---> fdcc0e93be4c [2021-04-14T13:11:56.510Z] Step 6/23 : COPY go.mod . [2021-04-14T13:11:58.502Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-14T13:11:58.502Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-04-14T13:11:58.502Z] ---> 6518435f401f [2021-04-14T13:11:58.502Z] Step 3/24 : WORKDIR /edgex-go [2021-04-14T13:11:58.502Z] ---> Using cache [2021-04-14T13:11:58.502Z] ---> de53533d64c1 [2021-04-14T13:11:58.502Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-14T13:11:58.502Z] ---> Using cache [2021-04-14T13:11:58.502Z] ---> 0cec7672a00f [2021-04-14T13:11:58.502Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-04-14T13:11:58.502Z] ---> Using cache [2021-04-14T13:11:58.502Z] ---> fdcc0e93be4c [2021-04-14T13:11:58.502Z] Step 6/24 : COPY go.mod . [2021-04-14T13:11:58.502Z] ---> Using cache [2021-04-14T13:11:58.502Z] ---> 7f187481639f [2021-04-14T13:11:58.502Z] Step 7/24 : RUN go mod download [2021-04-14T13:11:58.502Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-14T13:11:58.502Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-14T13:11:58.502Z] ---> 6518435f401f [2021-04-14T13:11:58.502Z] Step 3/23 : WORKDIR /edgex-go [2021-04-14T13:11:58.502Z] ---> Using cache [2021-04-14T13:11:58.502Z] ---> de53533d64c1 [2021-04-14T13:11:58.502Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-14T13:11:58.502Z] ---> Using cache [2021-04-14T13:11:58.502Z] ---> 0cec7672a00f [2021-04-14T13:11:58.502Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-04-14T13:11:58.774Z] ---> 7f187481639f [2021-04-14T13:11:58.774Z] Step 7/23 : RUN go mod download [2021-04-14T13:11:59.048Z] ---> Running in 77c258147577 [2021-04-14T13:11:59.048Z] ---> Running in fdced07eb6f5 [2021-04-14T13:11:59.326Z] ---> Running in 423c83ba2a68 [2021-04-14T13:12:01.314Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-14T13:12:01.916Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-14T13:12:02.905Z] OK: 217 MiB in 51 packages [2021-04-14T13:12:05.530Z] Removing intermediate container fdced07eb6f5 [2021-04-14T13:12:05.530Z] ---> 929476611eb7 [2021-04-14T13:12:05.530Z] Step 8/24 : COPY . . [2021-04-14T13:12:05.530Z] Removing intermediate container 423c83ba2a68 [2021-04-14T13:12:05.530Z] ---> 7cfef7cd1d2b [2021-04-14T13:12:05.530Z] Step 8/23 : COPY . . [2021-04-14T13:12:05.800Z] Removing intermediate container 77c258147577 [2021-04-14T13:12:05.800Z] ---> b1a8b8ff7ff3 [2021-04-14T13:12:05.800Z] Step 6/23 : COPY go.mod . [2021-04-14T13:12:06.792Z] Removing intermediate container 7d46dc954cc6 [2021-04-14T13:12:06.792Z] ---> 6675a76f4075 [2021-04-14T13:12:06.792Z] Step 14/23 : ENV APP_PORT=48090 [2021-04-14T13:12:07.077Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-14T13:12:07.077Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-14T13:12:07.077Z] ---> 6518435f401f [2021-04-14T13:12:07.077Z] Step 3/23 : WORKDIR /edgex-go [2021-04-14T13:12:07.077Z] ---> Using cache [2021-04-14T13:12:07.077Z] ---> de53533d64c1 [2021-04-14T13:12:07.077Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-14T13:12:07.077Z] ---> Using cache [2021-04-14T13:12:07.077Z] ---> 0cec7672a00f [2021-04-14T13:12:07.077Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-04-14T13:12:07.077Z] ---> Using cache [2021-04-14T13:12:07.077Z] ---> fdcc0e93be4c [2021-04-14T13:12:07.077Z] Step 6/23 : COPY go.mod . [2021-04-14T13:12:07.077Z] ---> Using cache [2021-04-14T13:12:07.077Z] ---> 7f187481639f [2021-04-14T13:12:07.077Z] Step 7/23 : RUN go mod download [2021-04-14T13:12:07.077Z] ---> Using cache [2021-04-14T13:12:07.077Z] ---> 7cfef7cd1d2b [2021-04-14T13:12:07.077Z] Step 8/23 : COPY . . [2021-04-14T13:12:08.510Z] ---> 43d87a944599 [2021-04-14T13:12:08.510Z] Step 7/23 : RUN go mod download [2021-04-14T13:12:08.510Z] ---> Running in 2f739bbffab9 [2021-04-14T13:12:11.124Z] ---> Running in 0ef8e0457cc9 [2021-04-14T13:12:11.124Z] Removing intermediate container 2f739bbffab9 [2021-04-14T13:12:11.124Z] ---> 7f99bbdf09ef [2021-04-14T13:12:11.124Z] Step 15/23 : EXPOSE $APP_PORT [2021-04-14T13:12:12.563Z] ---> Running in ff0ec65e1614 [2021-04-14T13:12:14.005Z] Removing intermediate container ff0ec65e1614 [2021-04-14T13:12:14.005Z] ---> 4219e61c58be [2021-04-14T13:12:14.005Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-04-14T13:12:17.412Z] ---> 2774a2f80890 [2021-04-14T13:12:17.412Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-04-14T13:12:18.028Z] Removing intermediate container 0ef8e0457cc9 [2021-04-14T13:12:18.028Z] ---> 1553745fc906 [2021-04-14T13:12:18.028Z] Step 8/23 : COPY . . [2021-04-14T13:12:19.018Z] ---> 465921e145a4 [2021-04-14T13:12:19.018Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-04-14T13:12:21.645Z] ---> 9ca0a67406fa [2021-04-14T13:12:21.645Z] Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-04-14T13:12:22.632Z] ---> Running in 3871be207653 [2021-04-14T13:12:24.067Z] Removing intermediate container 3871be207653 [2021-04-14T13:12:24.067Z] ---> 2273fd32c358 [2021-04-14T13:12:24.067Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-14T13:12:25.053Z] ---> Running in 66e2c87a6c73 [2021-04-14T13:12:26.042Z] ---> 23a60db3f94b [2021-04-14T13:12:26.042Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-04-14T13:12:26.042Z] Removing intermediate container 66e2c87a6c73 [2021-04-14T13:12:26.042Z] ---> ea6958ab58eb [2021-04-14T13:12:26.042Z] Step 21/23 : LABEL arch=arm64 [2021-04-14T13:12:26.042Z] ---> a894771d8c00 [2021-04-14T13:12:26.042Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-04-14T13:12:27.028Z] ---> Running in 2154dd8c6063 [2021-04-14T13:12:27.307Z] ---> Running in 4e6b8182493c [2021-04-14T13:12:27.307Z] ---> Running in 6bc228fe9dca [2021-04-14T13:12:27.585Z] ---> 2f2d89c091a1 [2021-04-14T13:12:27.585Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-04-14T13:12:28.185Z] ---> Running in 1b67eda80182 [2021-04-14T13:12:28.459Z] Removing intermediate container 4e6b8182493c [2021-04-14T13:12:28.459Z] ---> 7cae9c288b7e [2021-04-14T13:12:28.459Z] Step 22/23 : LABEL git_sha=4c81057e5db04cbec8dfe4ac23e02b6bdcda2789 [2021-04-14T13:12:28.734Z] 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-14T13:12:29.007Z] ---> Running in 042d98d41043 [2021-04-14T13:12:29.007Z] 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-14T13:12:29.990Z] Removing intermediate container 042d98d41043 [2021-04-14T13:12:29.990Z] ---> 1933d356de1c [2021-04-14T13:12:29.990Z] Step 23/23 : LABEL version=0.0.0 [2021-04-14T13:12:30.265Z] 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-14T13:12:30.537Z] ---> Running in b2e3f8df2e4c [2021-04-14T13:12:31.516Z] Removing intermediate container b2e3f8df2e4c [2021-04-14T13:12:31.516Z] ---> 3f2959643244 [2021-04-14T13:12:31.516Z] [2021-04-14T13:12:32.495Z] Successfully built 3f2959643244 [2021-04-14T13:12:32.495Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-04-14T13:12:40.786Z]  Building docker-sys-mgmt-agent-go ... done  ---> 398b28df2c1e [2021-04-14T13:12:40.786Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-04-14T13:12:40.786Z] ---> Running in 05a36dc0bf98 [2021-04-14T13:12:41.780Z] 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-14T13:13:49.812Z] 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-14T13:14:00.006Z] Removing intermediate container 2154dd8c6063 [2021-04-14T13:14:00.006Z] ---> 94b606dfbb78 [2021-04-14T13:14:00.006Z] [2021-04-14T13:14:00.006Z] Step 10/24 : FROM alpine:3.12 [2021-04-14T13:14:00.006Z] ---> d75e27dfc0a0 [2021-04-14T13:14:00.006Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec [2021-04-14T13:14:00.006Z] ---> Running in 1ae766070954 [2021-04-14T13:14:01.456Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-14T13:14:01.456Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-14T13:14:02.068Z] (1/6) Installing ca-certificates (20191127-r4) [2021-04-14T13:14:02.068Z] (2/6) Installing nghttp2-libs (1.41.0-r0) [2021-04-14T13:14:02.068Z] (3/6) Installing libcurl (7.76.1-r0) [2021-04-14T13:14:02.068Z] (4/6) Installing curl (7.76.1-r0) [2021-04-14T13:14:02.068Z] (5/6) Installing dumb-init (1.2.2-r1) [2021-04-14T13:14:02.350Z] (6/6) Installing su-exec (0.2-r1) [2021-04-14T13:14:02.350Z] Executing busybox-1.31.1-r20.trigger [2021-04-14T13:14:02.350Z] Executing ca-certificates-20191127-r4.trigger [2021-04-14T13:14:02.350Z] OK: 7 MiB in 20 packages [2021-04-14T13:14:05.039Z] Removing intermediate container 6bc228fe9dca [2021-04-14T13:14:05.039Z] ---> 552dd1272eda [2021-04-14T13:14:05.039Z] [2021-04-14T13:14:05.039Z] Step 10/23 : FROM alpine:3.12 [2021-04-14T13:14:05.039Z] ---> d75e27dfc0a0 [2021-04-14T13:14:05.039Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-04-14T13:14:05.039Z] ---> Using cache [2021-04-14T13:14:05.039Z] ---> 467b035c9339 [2021-04-14T13:14:05.039Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-14T13:14:05.039Z] ---> Using cache [2021-04-14T13:14:05.039Z] ---> 846b09ecfd38 [2021-04-14T13:14:05.039Z] Step 13/23 : ENV APP_PORT=48082 [2021-04-14T13:14:05.039Z] ---> Running in 5922f88b251b [2021-04-14T13:14:05.322Z] Removing intermediate container 1ae766070954 [2021-04-14T13:14:05.322Z] ---> f8e437afe40c [2021-04-14T13:14:05.322Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-04-14T13:14:05.599Z] ---> Running in fc4ef4266851 [2021-04-14T13:14:05.882Z] Removing intermediate container 5922f88b251b [2021-04-14T13:14:05.882Z] ---> c1a886cdcfc8 [2021-04-14T13:14:05.882Z] Step 14/23 : EXPOSE $APP_PORT [2021-04-14T13:14:06.165Z] ---> Running in cea10b1e847b [2021-04-14T13:14:06.441Z] Removing intermediate container fc4ef4266851 [2021-04-14T13:14:06.441Z] ---> a1f1785d5e7b [2021-04-14T13:14:06.441Z] Step 13/24 : WORKDIR / [2021-04-14T13:14:06.726Z] ---> Running in eebed8dc9429 [2021-04-14T13:14:07.012Z] Removing intermediate container cea10b1e847b [2021-04-14T13:14:07.012Z] ---> 14530353081a [2021-04-14T13:14:07.012Z] Step 15/23 : WORKDIR / [2021-04-14T13:14:07.288Z] ---> Running in 0b52755d1640 [2021-04-14T13:14:07.288Z] Removing intermediate container eebed8dc9429 [2021-04-14T13:14:07.288Z] ---> 8e2286d20d3e [2021-04-14T13:14:07.288Z] 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-14T13:14:08.281Z] Removing intermediate container 0b52755d1640 [2021-04-14T13:14:08.281Z] ---> d1cbd56adac9 [2021-04-14T13:14:08.281Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-14T13:14:08.559Z] ---> 5421d82c66ea [2021-04-14T13:14:08.559Z] 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-14T13:14:09.544Z] ---> 34667ea15e18 [2021-04-14T13:14:09.544Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-04-14T13:14:10.147Z] ---> 4a3f1783df1e [2021-04-14T13:14:10.147Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-04-14T13:14:11.626Z] ---> 01e2be6229c7 [2021-04-14T13:14:11.626Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-04-14T13:14:11.908Z] ---> 5a41a480217f [2021-04-14T13:14:11.908Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-04-14T13:14:12.896Z] ---> 546eca02da16 [2021-04-14T13:14:12.896Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-04-14T13:14:13.511Z] ---> Running in a51bed6a8eb1 [2021-04-14T13:14:14.114Z] ---> db2150581552 [2021-04-14T13:14:14.114Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-04-14T13:14:14.386Z] Removing intermediate container a51bed6a8eb1 [2021-04-14T13:14:14.386Z] ---> c0629398a9d9 [2021-04-14T13:14:14.386Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-14T13:14:14.658Z] ---> Running in 0fa6f1a3a162 [2021-04-14T13:14:15.643Z] Removing intermediate container 0fa6f1a3a162 [2021-04-14T13:14:15.643Z] ---> d0087515bcbc [2021-04-14T13:14:15.643Z] Step 21/23 : LABEL arch=arm64 [2021-04-14T13:14:15.915Z] ---> d1eaa613a63a [2021-04-14T13:14:15.915Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-04-14T13:14:15.915Z] ---> Running in 9416aa8570f1 [2021-04-14T13:14:16.519Z] Removing intermediate container 1b67eda80182 [2021-04-14T13:14:16.519Z] ---> 13765fcbb582 [2021-04-14T13:14:16.519Z] [2021-04-14T13:14:16.519Z] Step 10/23 : FROM alpine:3.12 [2021-04-14T13:14:16.519Z] ---> d75e27dfc0a0 [2021-04-14T13:14:16.519Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-04-14T13:14:16.519Z] ---> Using cache [2021-04-14T13:14:16.519Z] ---> 467b035c9339 [2021-04-14T13:14:16.519Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-14T13:14:16.519Z] ---> Using cache [2021-04-14T13:14:16.519Z] ---> 846b09ecfd38 [2021-04-14T13:14:16.519Z] Step 13/23 : ENV APP_PORT=48081 [2021-04-14T13:14:16.796Z] Removing intermediate container 9416aa8570f1 [2021-04-14T13:14:16.796Z] ---> 49b78755883c [2021-04-14T13:14:16.796Z] Step 22/23 : LABEL git_sha=4c81057e5db04cbec8dfe4ac23e02b6bdcda2789 [2021-04-14T13:14:16.796Z] ---> Running in 501b50ecb2b4 [2021-04-14T13:14:17.389Z] ---> Running in 88d75be836e0 [2021-04-14T13:14:17.389Z] ---> 64616f79cc01 [2021-04-14T13:14:17.389Z] 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-14T13:14:17.389Z] Removing intermediate container 501b50ecb2b4 [2021-04-14T13:14:17.389Z] ---> 7f3a87d6e681 [2021-04-14T13:14:17.389Z] Step 14/23 : EXPOSE $APP_PORT [2021-04-14T13:14:17.389Z] ---> Running in 07370fafbd44 [2021-04-14T13:14:17.673Z] ---> Running in a8138cbc162a [2021-04-14T13:14:17.955Z] Removing intermediate container 88d75be836e0 [2021-04-14T13:14:17.955Z] ---> 6a6606efd480 [2021-04-14T13:14:17.955Z] Step 23/23 : LABEL version=0.0.0 [2021-04-14T13:14:18.232Z] ---> Running in 407870f6eba7 [2021-04-14T13:14:18.504Z] Removing intermediate container a8138cbc162a [2021-04-14T13:14:18.504Z] ---> 581b67e8591d [2021-04-14T13:14:18.504Z] Step 15/23 : WORKDIR / [2021-04-14T13:14:18.774Z] ---> Running in 7230dc879e4d [2021-04-14T13:14:19.046Z] Removing intermediate container 407870f6eba7 [2021-04-14T13:14:19.046Z] ---> 8949c1690725 [2021-04-14T13:14:19.046Z] [2021-04-14T13:14:19.655Z] Removing intermediate container 7230dc879e4d [2021-04-14T13:14:19.655Z] ---> be57d0a507c7 [2021-04-14T13:14:19.655Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-14T13:14:19.655Z] Successfully built 8949c1690725 [2021-04-14T13:14:19.655Z] Successfully tagged docker-core-command-go-arm64:latest [2021-04-14T13:14:20.649Z]  Building docker-core-command-go ... done Removing intermediate container 07370fafbd44 [2021-04-14T13:14:20.649Z] ---> 9dffb2fa0894 [2021-04-14T13:14:20.650Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-04-14T13:14:20.650Z] ---> 15de24b5636a [2021-04-14T13:14:20.650Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-04-14T13:14:20.650Z] ---> Running in 93a14256e3ad [2021-04-14T13:14:21.629Z] Removing intermediate container 93a14256e3ad [2021-04-14T13:14:21.629Z] ---> 17ce50ea74a6 [2021-04-14T13:14:21.629Z] Step 22/24 : LABEL arch=arm64 [2021-04-14T13:14:21.629Z] ---> Running in 30e66bbd575e [2021-04-14T13:14:21.900Z] ---> 393a3ed94421 [2021-04-14T13:14:21.900Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-04-14T13:14:22.173Z] Removing intermediate container 30e66bbd575e [2021-04-14T13:14:22.173Z] ---> 34dfa6aa4f82 [2021-04-14T13:14:22.173Z] Step 23/24 : LABEL git_sha=4c81057e5db04cbec8dfe4ac23e02b6bdcda2789 [2021-04-14T13:14:22.447Z] ---> Running in d4e0fe2506f2 [2021-04-14T13:14:23.043Z] ---> 7c09217454d5 [2021-04-14T13:14:23.043Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-04-14T13:14:23.043Z] Removing intermediate container d4e0fe2506f2 [2021-04-14T13:14:23.043Z] ---> fbec63cf1cff [2021-04-14T13:14:23.043Z] Step 24/24 : LABEL version=0.0.0 [2021-04-14T13:14:23.043Z] ---> Running in bd6abb641bba [2021-04-14T13:14:23.314Z] ---> Running in cc015137f03f [2021-04-14T13:14:23.586Z] Removing intermediate container bd6abb641bba [2021-04-14T13:14:23.586Z] ---> 0ef0306e6b66 [2021-04-14T13:14:23.586Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-14T13:14:23.862Z] Removing intermediate container cc015137f03f [2021-04-14T13:14:23.862Z] ---> 6531cad50d6a [2021-04-14T13:14:23.862Z] [2021-04-14T13:14:23.862Z] ---> Running in e615fa36cbb1 [2021-04-14T13:14:24.585Z] Successfully built 6531cad50d6a [2021-04-14T13:14:24.585Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-04-14T13:14:24.585Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container e615fa36cbb1 [2021-04-14T13:14:24.585Z] ---> 4687c324f94b [2021-04-14T13:14:24.585Z] Step 21/23 : LABEL arch=arm64 [2021-04-14T13:14:24.934Z] ---> Running in 1c2ec6021405 [2021-04-14T13:14:25.971Z] Removing intermediate container 1c2ec6021405 [2021-04-14T13:14:25.971Z] ---> 96d267afc661 [2021-04-14T13:14:25.971Z] Step 22/23 : LABEL git_sha=4c81057e5db04cbec8dfe4ac23e02b6bdcda2789 [2021-04-14T13:14:25.971Z] ---> Running in 964a693508f8 [2021-04-14T13:14:26.590Z] Removing intermediate container 05a36dc0bf98 [2021-04-14T13:14:26.590Z] ---> c60262f83f08 [2021-04-14T13:14:26.590Z] [2021-04-14T13:14:26.590Z] Step 10/23 : FROM alpine:3.12 [2021-04-14T13:14:26.590Z] ---> d75e27dfc0a0 [2021-04-14T13:14:26.590Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-04-14T13:14:26.867Z] Removing intermediate container 964a693508f8 [2021-04-14T13:14:26.867Z] ---> f87035b86768 [2021-04-14T13:14:26.867Z] Step 23/23 : LABEL version=0.0.0 [2021-04-14T13:14:26.867Z] ---> Running in 1fed82aa65b4 [2021-04-14T13:14:27.166Z] ---> Running in c8c4e135fb00 [2021-04-14T13:14:27.454Z] Removing intermediate container 1fed82aa65b4 [2021-04-14T13:14:27.454Z] ---> f2342bcbb296 [2021-04-14T13:14:27.454Z] Step 12/23 : ENV APP_PORT=48080 [2021-04-14T13:14:27.735Z] Removing intermediate container c8c4e135fb00 [2021-04-14T13:14:27.735Z] ---> a37948ec1251 [2021-04-14T13:14:27.735Z] [2021-04-14T13:14:27.735Z] ---> Running in 67e76fb06119 [2021-04-14T13:14:28.019Z] Successfully built a37948ec1251 [2021-04-14T13:14:28.309Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-04-14T13:14:28.309Z]  Building docker-core-metadata-go ... done Removing intermediate container 67e76fb06119 [2021-04-14T13:14:28.309Z] ---> e23ebe1d1f75 [2021-04-14T13:14:28.309Z] Step 13/23 : EXPOSE $APP_PORT [2021-04-14T13:14:28.309Z] ---> Running in 13bc6cde0e94 [2021-04-14T13:14:28.925Z] Removing intermediate container 13bc6cde0e94 [2021-04-14T13:14:28.925Z] ---> db23a1937f6a [2021-04-14T13:14:28.925Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-14T13:14:28.925Z] ---> Running in 73a2ad13d30f [2021-04-14T13:14:31.556Z] Removing intermediate container 73a2ad13d30f [2021-04-14T13:14:31.556Z] ---> 37f1c2cc77fd [2021-04-14T13:14:31.556Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-04-14T13:14:31.556Z] ---> Running in fc0bb5103e26 [2021-04-14T13:14:32.531Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-14T13:14:33.122Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-14T13:14:34.096Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-04-14T13:14:34.096Z] (2/6) Installing libgcc (9.3.0-r2) [2021-04-14T13:14:34.096Z] (3/6) Installing libsodium (1.0.18-r0) [2021-04-14T13:14:34.366Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-04-14T13:14:34.366Z] (5/6) Installing libzmq (4.3.3-r0) [2021-04-14T13:14:34.636Z] (6/6) Installing zeromq (4.3.3-r0) [2021-04-14T13:14:34.636Z] Executing busybox-1.31.1-r20.trigger [2021-04-14T13:14:34.636Z] OK: 8 MiB in 20 packages [2021-04-14T13:14:36.065Z] Removing intermediate container fc0bb5103e26 [2021-04-14T13:14:36.065Z] ---> 0592086c5020 [2021-04-14T13:14:36.065Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-14T13:14:36.658Z] ---> e010628252bb [2021-04-14T13:14:36.658Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-04-14T13:14:38.091Z] ---> c63187be452b [2021-04-14T13:14:38.091Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-04-14T13:14:38.686Z] ---> 6cc65653240c [2021-04-14T13:14:38.686Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-04-14T13:14:38.686Z] ---> Running in 4a57990da426 [2021-04-14T13:14:39.279Z] Removing intermediate container 4a57990da426 [2021-04-14T13:14:39.279Z] ---> ccd56f4c60e0 [2021-04-14T13:14:39.279Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-14T13:14:39.279Z] ---> Running in 3a8b321bac31 [2021-04-14T13:14:39.871Z] Removing intermediate container 3a8b321bac31 [2021-04-14T13:14:39.871Z] ---> 7e425b80510f [2021-04-14T13:14:39.871Z] Step 21/23 : LABEL arch=arm64 [2021-04-14T13:14:39.871Z] ---> Running in 2eaaa77d15ca [2021-04-14T13:14:40.462Z] Removing intermediate container 2eaaa77d15ca [2021-04-14T13:14:40.462Z] ---> b4a3a7f00b06 [2021-04-14T13:14:40.462Z] Step 22/23 : LABEL git_sha=4c81057e5db04cbec8dfe4ac23e02b6bdcda2789 [2021-04-14T13:14:40.462Z] ---> Running in 2e043439cf4a [2021-04-14T13:14:41.054Z] Removing intermediate container 2e043439cf4a [2021-04-14T13:14:41.054Z] ---> 8aee1c0c3a29 [2021-04-14T13:14:41.054Z] Step 23/23 : LABEL version=0.0.0 [2021-04-14T13:14:41.054Z] ---> Running in 88baf3bc84c2 [2021-04-14T13:14:41.647Z] Removing intermediate container 88baf3bc84c2 [2021-04-14T13:14:41.647Z] ---> 02abb31bf23c [2021-04-14T13:14:41.647Z] [2021-04-14T13:14:41.917Z] Successfully built 02abb31bf23c [2021-04-14T13:14:41.917Z] Successfully tagged docker-core-data-go-arm64:latest [2021-04-14T13:14:42.522Z]  Building docker-core-data-go ... done  [Pipeline] } [2021-04-14T13:14:42.527Z] $ docker stop --time=1 bc5df9bb46df3700cf6c33abbe77a413be53dd3941db3d6f14a1889c76863ea0 [2021-04-14T13:14:44.397Z] $ docker rm -f bc5df9bb46df3700cf6c33abbe77a413be53dd3941db3d6f14a1889c76863ea0 [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-14T13:14:44.976Z] + grep docker [2021-04-14T13:14:44.976Z] + docker images [2021-04-14T13:14:45.248Z] docker-core-data-go-arm64 latest 02abb31bf23c 4 seconds ago 21.4MB [2021-04-14T13:14:45.248Z] docker-core-metadata-go-arm64 latest a37948ec1251 18 seconds ago 17.9MB [2021-04-14T13:14:45.248Z] docker-security-secretstore-setup-go-arm64 latest 6531cad50d6a 22 seconds ago 24.6MB [2021-04-14T13:14:45.248Z] docker-core-command-go-arm64 latest 8949c1690725 27 seconds ago 16.3MB [2021-04-14T13:14:45.248Z] docker-sys-mgmt-agent-go-arm64 latest 3f2959643244 2 minutes ago 299MB [2021-04-14T13:14:45.248Z] docker-security-bootstrapper-go-arm64 latest c151612ff38e 3 minutes ago 17.9MB [2021-04-14T13:14:45.248Z] docker-support-notifications-go-arm64 latest 8ba91a145ab6 3 minutes ago 17MB [2021-04-14T13:14:45.248Z] docker-support-scheduler-go-arm64 latest 7ede387ecfe2 3 minutes ago 16.4MB [2021-04-14T13:14:45.248Z] docker-security-proxy-setup-go-arm64 latest 6639d5b8d28d 3 minutes ago 24.3MB [2021-04-14T13:14:45.248Z] 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-14T13:14:45.889Z] ---> job-cost.sh [2021-04-14T13:14:45.889Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-ulaI [2021-04-14T13:15:24.818Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-04-14T13:17:01.532Z] lf-activate-venv(): INFO: Adding /tmp/venv-ulaI/bin to PATH [2021-04-14T13:17:01.532Z] INFO: No Stack... [2021-04-14T13:17:01.532Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-04-14T13:17:01.532Z] INFO: Archiving Costs [Pipeline] sh [2021-04-14T13:17:01.865Z] + cut -d, -f6 [2021-04-14T13:17:01.865Z] + cat /w/workspace/edgex-go/68/archives/cost.csv [Pipeline] lock [2021-04-14T13:17:01.979Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3234-68-stack-cost] [2021-04-14T13:17:01.992Z] Resource [jenkins-edgexfoundry-edgex-go-PR-3234-68-stack-cost] did not exist. Created. [2021-04-14T13:17:01.992Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3234-68-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-04-14T13:17:02.359Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-04-14T13:17:02.625Z] Stashed 1 file(s) [Pipeline] } [2021-04-14T13:17:02.642Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3234-68-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-14T13:17:03.531Z] provisioning config files... [2021-04-14T13:17:03.545Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/68@tmp/config3172756440765271650tmp [Pipeline] { [Pipeline] sh [2021-04-14T13:17:03.885Z] + set +x [2021-04-14T13:17:03.885Z] + curl -s https://codecov.io/bash [2021-04-14T13:17:03.885Z] + bash -s -- [2021-04-14T13:17:04.467Z] [2021-04-14T13:17:04.467Z] _____ _ [2021-04-14T13:17:04.467Z] / ____| | | [2021-04-14T13:17:04.467Z] | | ___ __| | ___ ___ _____ __ [2021-04-14T13:17:04.467Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-04-14T13:17:04.467Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-04-14T13:17:04.467Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-04-14T13:17:04.467Z] Bash-1.0.1 [2021-04-14T13:17:04.467Z] [2021-04-14T13:17:04.467Z] [2021-04-14T13:17:04.467Z] ==> git version 2.24.3 found [2021-04-14T13:17:04.467Z] ==> 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-14T13:17:04.467Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-04-14T13:17:04.467Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-04-14T13:17:04.467Z] ==> Jenkins CI detected. [2021-04-14T13:17:04.467Z] project root: . [2021-04-14T13:17:04.467Z] --> token set from env [2021-04-14T13:17:04.467Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-04-14T13:17:04.467Z] ==> Running gcov in . (disable via -X gcov) [2021-04-14T13:17:04.467Z] ==> Python coveragepy not found [2021-04-14T13:17:04.467Z] ==> Searching for coverage reports in: [2021-04-14T13:17:04.467Z] + . [2021-04-14T13:17:04.467Z] -> Found 1 reports [2021-04-14T13:17:04.467Z] ==> Detecting git/mercurial file structure [2021-04-14T13:17:04.467Z] ==> Reading reports [2021-04-14T13:17:04.467Z] + ./coverage.out bytes=686607 [2021-04-14T13:17:04.731Z] ==> Appending adjustments [2021-04-14T13:17:04.731Z] https://docs.codecov.io/docs/fixing-reports [2021-04-14T13:17:08.041Z] + Found adjustments [2021-04-14T13:17:08.041Z] ==> Gzipping contents [2021-04-14T13:17:08.041Z] 100K /tmp/codecov.mDipFH.gz [2021-04-14T13:17:08.041Z] ==> Uploading reports [2021-04-14T13:17:08.041Z] url: https://codecov.io [2021-04-14T13:17:08.041Z] query: branch=PR-3234&commit=4c81057e5db04cbec8dfe4ac23e02b6bdcda2789&build=68&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3234%2F68%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3234&job=&cmd_args= [2021-04-14T13:17:08.302Z] -> Pinging Codecov [2021-04-14T13:17:08.302Z] https://codecov.io/upload/v4?package=bash-1.0.1&token=secret&branch=PR-3234&commit=4c81057e5db04cbec8dfe4ac23e02b6bdcda2789&build=68&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3234%2F68%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3234&job=&cmd_args= [2021-04-14T13:17:08.565Z] -> Uploading to [2021-04-14T13:17:08.565Z] https://storage.googleapis.com/codecov/v4/raw/2021-04-14/00271124DB129430A58F1EEE437C3FCB/4c81057e5db04cbec8dfe4ac23e02b6bdcda2789/1f567b0e-a3b4-4418-b712-87126e417be9.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210414%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210414T131708Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=eed2555b64f4af5da8a8429ea40117acab746b9705109d10ef1d17dd04fe150d [2021-04-14T13:17:08.565Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-14T13:17:08.565Z] Dload Upload Total Spent Left Speed [2021-04-14T13:17:09.088Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 98645 0 0 100 98645 0 179k --:--:-- --:--:-- --:--:-- 179k [2021-04-14T13:17:09.088Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/4c81057e5db04cbec8dfe4ac23e02b6bdcda2789 [Pipeline] } [2021-04-14T13:17:09.098Z] 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-14T13:17:09.853Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-14T13:17:10.739Z] ---> package-listing.sh [2021-04-14T13:17:10.739Z] ++ facter osfamily [2021-04-14T13:17:10.739Z] ++ tr '[:upper:]' '[:lower:]' [2021-04-14T13:17:10.739Z] + OS_FAMILY=redhat [2021-04-14T13:17:10.739Z] + workspace=/w/workspace/edgex-go/68 [2021-04-14T13:17:10.739Z] + START_PACKAGES=/tmp/packages_start.txt [2021-04-14T13:17:10.739Z] + END_PACKAGES=/tmp/packages_end.txt [2021-04-14T13:17:10.739Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-04-14T13:17:10.739Z] + PACKAGES=/tmp/packages_start.txt [2021-04-14T13:17:10.739Z] + '[' /w/workspace/edgex-go/68 ']' [2021-04-14T13:17:10.739Z] + PACKAGES=/tmp/packages_end.txt [2021-04-14T13:17:10.739Z] + case "${OS_FAMILY}" in [2021-04-14T13:17:10.739Z] + rpm -qa [2021-04-14T13:17:10.739Z] + sort [2021-04-14T13:17:16.057Z] + '[' -f /tmp/packages_start.txt ']' [2021-04-14T13:17:16.057Z] + '[' -f /tmp/packages_end.txt ']' [2021-04-14T13:17:16.057Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-04-14T13:17:16.057Z] + '[' /w/workspace/edgex-go/68 ']' [2021-04-14T13:17:16.057Z] + mkdir -p /w/workspace/edgex-go/68/archives/ [2021-04-14T13:17:16.057Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/68/archives/ [Pipeline] echo [2021-04-14T13:17:16.071Z] 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/68/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-04-14T13:17:16.366Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-04-14T13:17:16.796Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-14T13:17:16.797Z] [2021-04-14T13:17:16.797Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-04-14T13:17:17.215Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-14T13:17:17.215Z] alpine: Pulling from edgex-lftools-log-publisher [2021-04-14T13:17:17.215Z] df20fa9351a1: Pulling fs layer [2021-04-14T13:17:17.215Z] 36b3adc4ff6f: Pulling fs layer [2021-04-14T13:17:17.215Z] 8ad3a11d3b57: Pulling fs layer [2021-04-14T13:17:17.215Z] 46f8f816bc3b: Pulling fs layer [2021-04-14T13:17:17.215Z] 93b61091891f: Pulling fs layer [2021-04-14T13:17:17.215Z] 93b9cdb0e59b: Pulling fs layer [2021-04-14T13:17:17.215Z] 5e14af77c1be: Pulling fs layer [2021-04-14T13:17:17.215Z] 01666e4c0597: Pulling fs layer [2021-04-14T13:17:17.215Z] aa168da1d23b: Pulling fs layer [2021-04-14T13:17:17.215Z] 93b61091891f: Waiting [2021-04-14T13:17:17.215Z] 93b9cdb0e59b: Waiting [2021-04-14T13:17:17.215Z] 5e14af77c1be: Waiting [2021-04-14T13:17:17.215Z] 01666e4c0597: Waiting [2021-04-14T13:17:17.215Z] aa168da1d23b: Waiting [2021-04-14T13:17:17.215Z] 46f8f816bc3b: Waiting [2021-04-14T13:17:17.215Z] 36b3adc4ff6f: Verifying Checksum [2021-04-14T13:17:17.215Z] 36b3adc4ff6f: Download complete [2021-04-14T13:17:17.215Z] 46f8f816bc3b: Verifying Checksum [2021-04-14T13:17:17.215Z] 46f8f816bc3b: Download complete [2021-04-14T13:17:17.215Z] df20fa9351a1: Verifying Checksum [2021-04-14T13:17:17.215Z] 93b9cdb0e59b: Verifying Checksum [2021-04-14T13:17:17.215Z] 93b9cdb0e59b: Download complete [2021-04-14T13:17:17.491Z] 5e14af77c1be: Verifying Checksum [2021-04-14T13:17:17.491Z] 5e14af77c1be: Download complete [2021-04-14T13:17:17.491Z] 01666e4c0597: Verifying Checksum [2021-04-14T13:17:17.491Z] 01666e4c0597: Download complete [2021-04-14T13:17:17.491Z] 93b61091891f: Verifying Checksum [2021-04-14T13:17:17.491Z] 93b61091891f: Download complete [2021-04-14T13:17:17.491Z] 8ad3a11d3b57: Verifying Checksum [2021-04-14T13:17:17.491Z] 8ad3a11d3b57: Download complete [2021-04-14T13:17:17.758Z] df20fa9351a1: Pull complete [2021-04-14T13:17:18.336Z] 36b3adc4ff6f: Pull complete [2021-04-14T13:17:18.923Z] 8ad3a11d3b57: Pull complete [2021-04-14T13:17:19.185Z] 46f8f816bc3b: Pull complete [2021-04-14T13:17:19.762Z] aa168da1d23b: Verifying Checksum [2021-04-14T13:17:19.762Z] aa168da1d23b: Download complete [2021-04-14T13:17:21.153Z] 93b61091891f: Pull complete [2021-04-14T13:17:21.153Z] 93b9cdb0e59b: Pull complete [2021-04-14T13:17:21.153Z] 5e14af77c1be: Pull complete [2021-04-14T13:17:21.421Z] 01666e4c0597: Pull complete [2021-04-14T13:17:31.534Z] aa168da1d23b: Pull complete [2021-04-14T13:17:31.534Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-04-14T13:17:31.534Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-14T13:17:31.534Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-04-14T13:17:31.972Z] prd-centos7-docker-4c-2g-112 does not seem to be running inside a container [2021-04-14T13:17:32.094Z] $ 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/68/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/68 -v /w/workspace/edgex-go/68:/w/workspace/edgex-go/68:rw,z -v /w/workspace/edgex-go/68@tmp:/w/workspace/edgex-go/68@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-04-14T13:17:35.313Z] $ docker top 4e106235b0719e6e30628709b358ff99cc5dabce77a22f8152b289e21ad877d7 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-14T13:17:35.829Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-04-14T13:17:36.135Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-04-14T13:17:36.441Z] + ls /var/log/sa-host [2021-04-14T13:17:36.441Z] + sadf -c /var/log/sa-host/sa14 [2021-04-14T13:17:36.441Z] file_magic: OK [2021-04-14T13:17:36.441Z] HZ: Using current value: 100 [2021-04-14T13:17:36.441Z] file_header: OK [2021-04-14T13:17:36.441Z] 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-14T13:17:36.441Z] Statistics: [2021-04-14T13:17:36.441Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-04-14T13:17:36.441Z] File successfully converted to sysstat format version 12.2.1 [2021-04-14T13:17:36.441Z] + sadf -c /var/log/sa-host/sa23 [2021-04-14T13:17:36.441Z] file_magic: OK [2021-04-14T13:17:36.441Z] HZ: Using current value: 100 [2021-04-14T13:17:36.441Z] file_header: OK [2021-04-14T13:17:36.441Z] 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-14T13:17:36.441Z] Statistics: [2021-04-14T13:17:36.441Z] Hnuu...uuuununununu... [2021-04-14T13:17:36.441Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-04-14T13:17:36.599Z] provisioning config files... [2021-04-14T13:17:36.616Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/68@tmp/config3000810367539646445tmp [Pipeline] { [Pipeline] echo [2021-04-14T13:17:36.640Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-14T13:17:36.945Z] ---> create-netrc.sh [Pipeline] } [2021-04-14T13:17:36.955Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-04-14T13:17:36.988Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-14T13:17:37.288Z] ---> python-tools-install.sh [Pipeline] echo [2021-04-14T13:17:37.299Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-14T13:17:37.605Z] ---> sudo-logs.sh [2021-04-14T13:17:37.605Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-04-14T13:17:37.641Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-14T13:17:37.953Z] ---> job-cost.sh [2021-04-14T13:17:38.217Z] lf-activate-venv: SKIPPING [2021-04-14T13:17:38.217Z] DEBUG: total: 0.20999999344348907 [2021-04-14T13:17:38.217Z] INFO: Retrieving Stack Cost... [2021-04-14T13:17:39.607Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-04-14T13:17:39.869Z] INFO: Archiving Costs [Pipeline] echo [2021-04-14T13:17:39.883Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-14T13:17:40.183Z] ---> logs-deploy.sh [2021-04-14T13:17:40.183Z] lf-activate-venv: SKIPPING [2021-04-14T13:17:40.183Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3234/68 [2021-04-14T13:17:40.183Z] INFO: archiving workspace using pattern(s): [2021-04-14T13:17:42.107Z] Archives upload complete. [2021-04-14T13:17:42.107Z] INFO: archiving logs to Nexus