Pull request #3339 opened Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 8f2bcf47e17800030ef20eef69688b6065468e62+3d31a9377a82a7ecd7922e9b9d028e1661eb8a18 (206dc3e152b1d155eb59a2fb2f5b81c508474ec0) Running in Durability level: MAX_SURVIVABILITY 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 Cloning the remote Git repository Cloning with configured refspecs honoured and with tags Cloning repository git@github.com:edgexfoundry/edgex-global-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/PR-3339/workspace@libs/edgex-global-pipelines # timeout=10 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 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > 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 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 > git --version # timeout=10 > git --version # 'git version 2.16.6' 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 Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:lfit/releng-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/PR-3339/workspace@libs/lf-pipelines # timeout=10 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 > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > 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 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 > git --version # timeout=10 > git --version # 'git version 2.16.6' fatal: bad object 57ded3389ef25720063a8030e5c426a6b7ea5b20 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 Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-32902 in /w/workspace/edgexfoundry_edgex-go_PR-3339 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/1 [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/1 # 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 3d31a9377a82a7ecd7922e9b9d028e1661eb8a18 into PR head commit 8f2bcf47e17800030ef20eef69688b6065468e62 Merge succeeded, producing 8f2bcf47e17800030ef20eef69688b6065468e62 Checking out Revision 8f2bcf47e17800030ef20eef69688b6065468e62 (PR-3339) > 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/3339/head:refs/remotes/origin/PR-3339 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 8f2bcf47e17800030ef20eef69688b6065468e62 # 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 3d31a9377a82a7ecd7922e9b9d028e1661eb8a18 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 8f2bcf47e17800030ef20eef69688b6065468e62 # timeout=10 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-messaging/v2" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.24.3' fatal: bad object 57ded3389ef25720063a8030e5c426a6b7ea5b20 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-04-06T06:06:17.971Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-04-06T06:06:18.407Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-04-06T06:06:18.642Z] ========================================================= [2021-04-06T06:06:18.642Z] EdgeX Global Pipelines Version Info [2021-04-06T06:06:18.642Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-04-06T06:06:20.231Z] ------------------- [2021-04-06T06:06:20.231Z] stable info: [2021-04-06T06:06:20.231Z] ------------------- [2021-04-06T06:06:20.231Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-04-06T06:06:20.231Z] Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 [2021-04-06T06:06:20.231Z] Message: update stable to v1.0.186 [2021-04-06T06:06:21.173Z] ------------------- [2021-04-06T06:06:21.173Z] experimental info: [2021-04-06T06:06:21.174Z] ------------------- [2021-04-06T06:06:21.174Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-04-06T06:06:21.174Z] Commit SHA: d990d252097850d5d490fbb59df25296f5300d79 [2021-04-06T06:06:21.174Z] Message: update experimental to v1.0.188 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-04-06T06:06:21.615Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-04-06T06:06:21.773Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-04-06T06:06:21.932Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-04-06T06:06:22.085Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-04-06T06:06:22.278Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-04-06T06:06:22.433Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-04-06T06:06:22.587Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-04-06T06:06:22.740Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-04-06T06:06:22.906Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-04-06T06:06:23.097Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-04-06T06:06:23.254Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-04-06T06:06:23.404Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-04-06T06:06:23.555Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-04-06T06:06:23.697Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-04-06T06:06:23.856Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-04-06T06:06:23.992Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-04-06T06:06:24.176Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-04-06T06:06:24.332Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-04-06T06:06:24.476Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-04-06T06:06:24.626Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-04-06T06:06:24.802Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-04-06T06:06:24.974Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-04-06T06:06:25.112Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3339 [Pipeline] echo [2021-04-06T06:06:25.248Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3339 [Pipeline] echo [2021-04-06T06:06:25.387Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3339 [Pipeline] echo [2021-04-06T06:06:25.523Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 8f2bcf47e17800030ef20eef69688b6065468e62 [Pipeline] echo [2021-04-06T06:06:25.669Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 8f2bcf4 [Pipeline] echo [2021-04-06T06:06:25.816Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-06T06:06:26.107Z] provisioning config files... [2021-04-06T06:06:26.150Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config7046853309984630861tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-06T06:06:26.634Z] ---> docker-login.sh [2021-04-06T06:06:26.634Z] nexus3.edgexfoundry.org:10001 [2021-04-06T06:06:26.896Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-06T06:06:26.896Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-06T06:06:26.896Z] Configure a credential helper to remove this warning. See [2021-04-06T06:06:26.896Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-06T06:06:26.896Z] [2021-04-06T06:06:26.896Z] Login Succeeded [2021-04-06T06:06:26.896Z] nexus3.edgexfoundry.org:10002 [2021-04-06T06:06:27.160Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-06T06:06:27.160Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-06T06:06:27.160Z] Configure a credential helper to remove this warning. See [2021-04-06T06:06:27.160Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-06T06:06:27.160Z] [2021-04-06T06:06:27.160Z] Login Succeeded [2021-04-06T06:06:27.160Z] nexus3.edgexfoundry.org:10003 [2021-04-06T06:06:27.424Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-06T06:06:27.424Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-06T06:06:27.424Z] Configure a credential helper to remove this warning. See [2021-04-06T06:06:27.424Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-06T06:06:27.424Z] [2021-04-06T06:06:27.424Z] Login Succeeded [2021-04-06T06:06:27.424Z] nexus3.edgexfoundry.org:10004 [2021-04-06T06:06:27.424Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-06T06:06:27.688Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-06T06:06:27.688Z] Configure a credential helper to remove this warning. See [2021-04-06T06:06:27.688Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-06T06:06:27.688Z] [2021-04-06T06:06:27.688Z] Login Succeeded [2021-04-06T06:06:27.688Z] docker.io [2021-04-06T06:06:27.688Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-06T06:06:27.950Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-06T06:06:27.950Z] Configure a credential helper to remove this warning. See [2021-04-06T06:06:27.950Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-06T06:06:27.950Z] [2021-04-06T06:06:27.950Z] Login Succeeded [2021-04-06T06:06:27.950Z] ---> docker-login.sh ends [Pipeline] } [2021-04-06T06:06:27.984Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-06T06:06:28.576Z] ++ 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-06T06:06:28.576Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-06T06:06:28.576Z] ++ dirname cmd/core-command/Dockerfile [2021-04-06T06:06:28.576Z] ++ cut -d/ -f2 [2021-04-06T06:06:28.576Z] + echo core-command,cmd/core-command/Dockerfile [2021-04-06T06:06:28.576Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-06T06:06:28.576Z] ++ dirname cmd/core-data/Dockerfile [2021-04-06T06:06:28.576Z] ++ cut -d/ -f2 [2021-04-06T06:06:28.576Z] + echo core-data,cmd/core-data/Dockerfile [2021-04-06T06:06:28.576Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-06T06:06:28.576Z] ++ dirname cmd/core-metadata/Dockerfile [2021-04-06T06:06:28.576Z] ++ cut -d/ -f2 [2021-04-06T06:06:28.576Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-04-06T06:06:28.576Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-06T06:06:28.576Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-04-06T06:06:28.576Z] ++ cut -d/ -f2 [2021-04-06T06:06:28.576Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-04-06T06:06:28.576Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-06T06:06:28.576Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-04-06T06:06:28.576Z] ++ cut -d/ -f2 [2021-04-06T06:06:28.576Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-04-06T06:06:28.576Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-06T06:06:28.576Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-04-06T06:06:28.576Z] ++ cut -d/ -f2 [2021-04-06T06:06:28.576Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-04-06T06:06:28.576Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-06T06:06:28.576Z] ++ dirname cmd/support-notifications/Dockerfile [2021-04-06T06:06:28.576Z] ++ cut -d/ -f2 [2021-04-06T06:06:28.576Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-04-06T06:06:28.576Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-06T06:06:28.576Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-04-06T06:06:28.576Z] ++ cut -d/ -f2 [2021-04-06T06:06:28.576Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-04-06T06:06:28.576Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-06T06:06:28.576Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-04-06T06:06:28.576Z] ++ cut -d/ -f2 [2021-04-06T06:06:28.576Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-04-06T06:06:28.682Z] 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-06T06:06:29.831Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-06T06:06:29.831Z] [2021-04-06T06:06:29.831Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-04-06T06:06:30.243Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-06T06:06:30.243Z] latest: Pulling from edgex-devops/git-semver [2021-04-06T06:06:30.243Z] 31603596830f: Pulling fs layer [2021-04-06T06:06:30.243Z] 2a8b12db71e7: Pulling fs layer [2021-04-06T06:06:30.243Z] 6ca5941a6612: Pulling fs layer [2021-04-06T06:06:30.243Z] ecc8261a40a4: Pulling fs layer [2021-04-06T06:06:30.243Z] ecc8261a40a4: Waiting [2021-04-06T06:06:30.243Z] 2a8b12db71e7: Verifying Checksum [2021-04-06T06:06:30.243Z] 2a8b12db71e7: Download complete [2021-04-06T06:06:30.243Z] 31603596830f: Verifying Checksum [2021-04-06T06:06:30.243Z] 31603596830f: Download complete [2021-04-06T06:06:30.509Z] 6ca5941a6612: Verifying Checksum [2021-04-06T06:06:30.509Z] 6ca5941a6612: Download complete [2021-04-06T06:06:30.509Z] ecc8261a40a4: Verifying Checksum [2021-04-06T06:06:30.509Z] ecc8261a40a4: Download complete [2021-04-06T06:06:30.777Z] 31603596830f: Pull complete [2021-04-06T06:06:30.777Z] 2a8b12db71e7: Pull complete [2021-04-06T06:06:31.725Z] 6ca5941a6612: Pull complete [2021-04-06T06:06:31.994Z] ecc8261a40a4: Pull complete [2021-04-06T06:06:31.994Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-04-06T06:06:31.994Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-06T06:06:31.994Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-04-06T06:06:32.133Z] prd-centos7-docker-4c-2g-32902 does not seem to be running inside a container [2021-04-06T06:06:32.186Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-04-06T06:06:34.957Z] $ docker top 257aaa484ac54466e5dd0043de633f8bab47b8fe3e84c4d3c74aa2a0465a392e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-06T06:06:35.426Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-06T06:06:35.426Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-06T06:06:35.633Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-06T06:06:35.634Z] $ docker exec 257aaa484ac54466e5dd0043de633f8bab47b8fe3e84c4d3c74aa2a0465a392e ssh-agent [2021-04-06T06:06:35.808Z] SSH_AUTH_SOCK=/tmp/ssh-EBO4NoDNPNFX/agent.11 [2021-04-06T06:06:35.808Z] SSH_AGENT_PID=16 [2021-04-06T06:06:35.819Z] Running ssh-add (command line suppressed) [2021-04-06T06:06:35.933Z] Identity added: /w/workspace/edgex-go/1@tmp/private_key_6934574826651653341.key (/w/workspace/edgex-go/1@tmp/private_key_6934574826651653341.key) [2021-04-06T06:06:35.987Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-06T06:06:36.397Z] + git tag --points-at HEAD [Pipeline] } [2021-04-06T06:06:36.426Z] $ docker exec --env ******** --env ******** 257aaa484ac54466e5dd0043de633f8bab47b8fe3e84c4d3c74aa2a0465a392e ssh-agent -k [2021-04-06T06:06:36.547Z] unset SSH_AUTH_SOCK; [2021-04-06T06:06:36.547Z] unset SSH_AGENT_PID; [2021-04-06T06:06:36.547Z] echo Agent pid 16 killed; [2021-04-06T06:06:36.596Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-04-06T06:06:36.801Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-06T06:06:36.801Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-06T06:06:36.975Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-06T06:06:36.977Z] $ docker exec 257aaa484ac54466e5dd0043de633f8bab47b8fe3e84c4d3c74aa2a0465a392e ssh-agent [2021-04-06T06:06:37.144Z] SSH_AUTH_SOCK=/tmp/ssh-2Sxaozt8h2m5/agent.45 [2021-04-06T06:06:37.144Z] SSH_AGENT_PID=50 [2021-04-06T06:06:37.151Z] Running ssh-add (command line suppressed) [2021-04-06T06:06:37.270Z] Identity added: /w/workspace/edgex-go/1@tmp/private_key_1944346598192242354.key (/w/workspace/edgex-go/1@tmp/private_key_1944346598192242354.key) [2021-04-06T06:06:37.329Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-06T06:06:37.711Z] + git semver init [2021-04-06T06:06:37.711Z] # -> Open(): unable to determine branch for HEAD [2021-04-06T06:06:37.711Z] # $GIT_DIR = /w/workspace/edgex-go/1/.git [2021-04-06T06:06:37.711Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/1 [2021-04-06T06:06:37.711Z] # $SEMVER_REMOTE_NAME = origin [2021-04-06T06:06:37.711Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-06T06:06:37.711Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-06T06:06:37.711Z] # $SEMVER_BRANCH = PR-3339 [2021-04-06T06:06:37.711Z] # $SEMVER_TEMP = /tmp/semver-134628551 [2021-04-06T06:06:37.711Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-04-06T06:07:09.876Z] # '/tmp/semver-134628551' -> '/w/workspace/edgex-go/1/.semver' [2021-04-06T06:07:09.876Z] # -> Force: false [2021-04-06T06:07:09.876Z] # $SEMVER_DIR = /w/workspace/edgex-go/1/.semver [Pipeline] } [2021-04-06T06:07:09.905Z] $ docker exec --env ******** --env ******** 257aaa484ac54466e5dd0043de633f8bab47b8fe3e84c4d3c74aa2a0465a392e ssh-agent -k [2021-04-06T06:07:10.154Z] unset SSH_AUTH_SOCK; [2021-04-06T06:07:10.155Z] unset SSH_AGENT_PID; [2021-04-06T06:07:10.155Z] echo Agent pid 50 killed; [2021-04-06T06:07:10.240Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-06T06:07:10.893Z] + git semver [Pipeline] } [2021-04-06T06:07:10.928Z] $ docker stop --time=1 257aaa484ac54466e5dd0043de633f8bab47b8fe3e84c4d3c74aa2a0465a392e [2021-04-06T06:07:12.847Z] $ docker rm -f 257aaa484ac54466e5dd0043de633f8bab47b8fe3e84c4d3c74aa2a0465a392e [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-06T06:07:13.428Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-04-06T06:07:14.034Z] Stashed 1 file(s) [Pipeline] echo [2021-04-06T06:07:14.058Z] [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-06T06:07:15.553Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-04-06T06:07:15.874Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-04-06T06:07:16.195Z] + sudo service docker restart [2021-04-06T06:07:16.195Z] + true [2021-04-06T06:07:16.195Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-04-06T06:07:16.817Z] ========================================================= [2021-04-06T06:07:16.817Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-04-06T06:07:16.817Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-04-06T06:07:17.208Z] + 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-06T06:07:20.528Z] Sending build context to Docker daemon 329.3MB [2021-04-06T06:07:20.528Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-04-06T06:07:20.528Z] Step 2/6 : FROM ${BASE} [2021-04-06T06:07:20.791Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-04-06T06:07:20.791Z] 188c0c94c7c5: Pulling fs layer [2021-04-06T06:07:20.791Z] 0ef7d3d256c8: Pulling fs layer [2021-04-06T06:07:20.791Z] de9db76c5a1d: Pulling fs layer [2021-04-06T06:07:20.791Z] bca2f99d35d6: Pulling fs layer [2021-04-06T06:07:20.791Z] 93359f2a8cfa: Pulling fs layer [2021-04-06T06:07:20.791Z] 7c6f9722023f: Pulling fs layer [2021-04-06T06:07:20.791Z] a35cf1a2eb13: Pulling fs layer [2021-04-06T06:07:20.791Z] 93359f2a8cfa: Waiting [2021-04-06T06:07:20.791Z] 7c6f9722023f: Waiting [2021-04-06T06:07:20.791Z] a35cf1a2eb13: Waiting [2021-04-06T06:07:20.791Z] bca2f99d35d6: Waiting [2021-04-06T06:07:20.791Z] de9db76c5a1d: Download complete [2021-04-06T06:07:20.791Z] 0ef7d3d256c8: Verifying Checksum [2021-04-06T06:07:20.791Z] 0ef7d3d256c8: Download complete [2021-04-06T06:07:20.791Z] 93359f2a8cfa: Verifying Checksum [2021-04-06T06:07:20.791Z] 93359f2a8cfa: Download complete [2021-04-06T06:07:20.791Z] 7c6f9722023f: Verifying Checksum [2021-04-06T06:07:20.791Z] 7c6f9722023f: Download complete [2021-04-06T06:07:20.791Z] 188c0c94c7c5: Verifying Checksum [2021-04-06T06:07:20.791Z] 188c0c94c7c5: Download complete [2021-04-06T06:07:21.390Z] 188c0c94c7c5: Pull complete [2021-04-06T06:07:21.390Z] 0ef7d3d256c8: Pull complete [2021-04-06T06:07:21.663Z] de9db76c5a1d: Pull complete [2021-04-06T06:07:23.588Z] a35cf1a2eb13: Verifying Checksum [2021-04-06T06:07:23.588Z] a35cf1a2eb13: Download complete [2021-04-06T06:07:24.164Z] bca2f99d35d6: Verifying Checksum [2021-04-06T06:07:24.164Z] bca2f99d35d6: Download complete [2021-04-06T06:07:29.486Z] bca2f99d35d6: Pull complete [2021-04-06T06:07:29.486Z] 93359f2a8cfa: Pull complete [2021-04-06T06:07:29.486Z] 7c6f9722023f: Pull complete [2021-04-06T06:07:29.762Z] Still waiting to schedule task [2021-04-06T06:07:29.763Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-32898’ is offline [2021-04-06T06:07:34.811Z] a35cf1a2eb13: Pull complete [2021-04-06T06:07:34.811Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-04-06T06:07:34.811Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-04-06T06:07:34.811Z] ---> a62c8e92a672 [2021-04-06T06:07:34.811Z] 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-06T06:07:34.811Z] ---> Running in bd0cc20eb039 [2021-04-06T06:07:35.387Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-06T06:07:35.964Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-06T06:07:36.909Z] (1/12) Installing libmagic (5.38-r0) [2021-04-06T06:07:36.909Z] (2/12) Installing file (5.38-r0) [2021-04-06T06:07:36.909Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-04-06T06:07:37.174Z] (4/12) Installing g++ (9.3.0-r2) [2021-04-06T06:07:41.389Z] (5/12) Installing fortify-headers (1.1-r0) [2021-04-06T06:07:41.389Z] (6/12) Installing patch (2.7.6-r6) [2021-04-06T06:07:41.389Z] (7/12) Installing build-base (0.5-r2) [2021-04-06T06:07:41.389Z] (8/12) Installing libsodium (1.0.18-r0) [2021-04-06T06:07:41.389Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-04-06T06:07:41.389Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-04-06T06:07:41.389Z] (11/12) Installing libzmq (4.3.3-r0) [2021-04-06T06:07:41.652Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-04-06T06:07:41.652Z] Executing busybox-1.31.1-r19.trigger [2021-04-06T06:07:41.652Z] OK: 233 MiB in 51 packages [2021-04-06T06:07:44.967Z] Removing intermediate container bd0cc20eb039 [2021-04-06T06:07:44.967Z] ---> 247d2047707f [2021-04-06T06:07:44.967Z] Step 4/6 : WORKDIR /edgex-go [2021-04-06T06:07:44.967Z] ---> Running in 526434fdc81c [2021-04-06T06:07:45.230Z] Removing intermediate container 526434fdc81c [2021-04-06T06:07:45.230Z] ---> 0aebe4134e01 [2021-04-06T06:07:45.230Z] Step 5/6 : COPY go.mod . [2021-04-06T06:07:45.492Z] ---> c65cccd000bd [2021-04-06T06:07:45.493Z] Step 6/6 : RUN go mod download [2021-04-06T06:07:45.493Z] ---> Running in dbfd971e1416 [2021-04-06T06:08:07.524Z] Removing intermediate container dbfd971e1416 [2021-04-06T06:08:07.524Z] ---> 564ff28ff3e0 [2021-04-06T06:08:07.524Z] Successfully built 564ff28ff3e0 [2021-04-06T06:08:07.524Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-06T06:08:07.880Z] + docker inspect -f . ci-base-image-x86_64 [2021-04-06T06:08:07.880Z] . [Pipeline] withDockerContainer [2021-04-06T06:08:08.002Z] prd-centos7-docker-4c-2g-32902 does not seem to be running inside a container [2021-04-06T06:08:08.049Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@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 ******** ci-base-image-x86_64 cat [2021-04-06T06:08:08.849Z] $ docker top a061b7f4f8cde6f6e0bbf854cc964e3f35348fa8547f51ae23b4da00f3044258 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-06T06:08:09.452Z] + go version [2021-04-06T06:08:09.452Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-04-06T06:08:09.482Z] $ docker stop --time=1 a061b7f4f8cde6f6e0bbf854cc964e3f35348fa8547f51ae23b4da00f3044258 [2021-04-06T06:08:10.913Z] $ docker rm -f a061b7f4f8cde6f6e0bbf854cc964e3f35348fa8547f51ae23b4da00f3044258 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-06T06:08:12.010Z] + docker inspect -f . ci-base-image-x86_64 [2021-04-06T06:08:12.010Z] . [Pipeline] withDockerContainer [2021-04-06T06:08:12.186Z] prd-centos7-docker-4c-2g-32902 does not seem to be running inside a container [2021-04-06T06:08:12.245Z] $ 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/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@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 ******** ci-base-image-x86_64 cat [2021-04-06T06:08:13.032Z] $ docker top 34620f2dab54c76399d3e0d333576155710b5e77750172087cb80ae5ef941f23 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-04-06T06:08:13.345Z] ========================================================= [2021-04-06T06:08:13.345Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-04-06T06:08:13.345Z] ========================================================= [Pipeline] sh [2021-04-06T06:08:13.719Z] + make test [2021-04-06T06:08:13.719Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-04-06T06:08:21.903Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-04-06T06:08:36.919Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-04-06T06:08:43.655Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-04-06T06:08:43.655Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-04-06T06:08:43.655Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-04-06T06:08:46.257Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-04-06T06:08:46.257Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-04-06T06:08:46.257Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-04-06T06:08:46.257Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-04-06T06:08:46.847Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-04-06T06:08:47.435Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-04-06T06:08:50.022Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-04-06T06:08:50.022Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-04-06T06:08:50.022Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-04-06T06:08:52.615Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.106s coverage: 45.9% of statements [2021-04-06T06:08:52.615Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-04-06T06:08:52.615Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-04-06T06:08:52.615Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-04-06T06:08:52.615Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-04-06T06:08:52.615Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-04-06T06:08:52.615Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-04-06T06:08:52.615Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.067s coverage: 19.8% of statements [2021-04-06T06:08:52.615Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.105s coverage: 100.0% of statements [2021-04-06T06:08:55.224Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.186s coverage: 27.1% of statements [2021-04-06T06:08:55.225Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-04-06T06:08:55.225Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-04-06T06:08:55.225Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-04-06T06:08:55.225Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-04-06T06:08:55.225Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-04-06T06:08:55.225Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-04-06T06:08:55.225Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.051s coverage: 100.0% of statements [2021-04-06T06:08:55.225Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-04-06T06:08:55.225Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.088s coverage: 100.0% of statements [2021-04-06T06:08:55.225Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-04-06T06:08:55.225Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-04-06T06:08:55.225Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.094s coverage: 71.3% of statements [2021-04-06T06:08:55.225Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-04-06T06:08:55.225Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-04-06T06:08:55.492Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.169s coverage: 82.9% of statements [2021-04-06T06:08:55.492Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-04-06T06:08:55.492Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-04-06T06:08:55.492Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.064s coverage: 78.9% of statements [2021-04-06T06:08:55.492Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-04-06T06:08:58.859Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.359s coverage: 28.6% of statements [2021-04-06T06:08:58.859Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-04-06T06:08:58.859Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-04-06T06:08:58.859Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-04-06T06:08:58.859Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-04-06T06:08:58.859Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-04-06T06:08:58.859Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.077s coverage: 100.0% of statements [2021-04-06T06:08:58.859Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-04-06T06:08:58.859Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.054s coverage: 100.0% of statements [2021-04-06T06:08:58.859Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-04-06T06:08:58.859Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.152s coverage: 86.7% of statements [2021-04-06T06:08:58.859Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-04-06T06:08:58.859Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.141s coverage: 97.5% of statements [2021-04-06T06:08:58.859Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-04-06T06:08:58.859Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.077s coverage: 78.3% of statements [2021-04-06T06:08:58.859Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-04-06T06:08:58.859Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-04-06T06:08:58.859Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-04-06T06:08:58.859Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-04-06T06:09:01.470Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.386s coverage: 92.8% of statements [2021-04-06T06:09:01.470Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-04-06T06:09:01.470Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-04-06T06:09:01.470Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-04-06T06:09:01.470Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-04-06T06:09:01.470Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-04-06T06:09:01.470Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-04-06T06:09:01.470Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-04-06T06:09:01.470Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-04-06T06:09:01.470Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-04-06T06:09:01.470Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-04-06T06:09:01.470Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-04-06T06:09:01.470Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-04-06T06:09:01.470Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-04-06T06:09:01.470Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-04-06T06:09:01.470Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-04-06T06:09:01.470Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-04-06T06:09:01.470Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-04-06T06:09:01.470Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-04-06T06:09:01.470Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.054s coverage: 58.8% of statements [2021-04-06T06:09:01.470Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-04-06T06:09:01.470Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-04-06T06:09:01.470Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.068s coverage: 1.0% of statements [2021-04-06T06:09:01.470Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-04-06T06:09:01.470Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-04-06T06:09:01.470Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-04-06T06:09:01.470Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.066s coverage: 47.1% of statements [2021-04-06T06:09:01.470Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.063s coverage: 79.5% of statements [2021-04-06T06:09:01.470Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.054s coverage: 94.1% of statements [2021-04-06T06:09:01.470Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.076s coverage: 96.3% of statements [2021-04-06T06:09:01.470Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.053s coverage: 87.5% of statements [2021-04-06T06:09:13.772Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.091s coverage: 94.4% of statements [2021-04-06T06:09:13.772Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.052s coverage: 44.8% of statements [2021-04-06T06:09:16.330Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.214s coverage: 81.5% of statements [2021-04-06T06:09:16.330Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2021-04-06T06:09:16.330Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/tokencleaner 0.051s coverage: 87.1% of statements [2021-04-06T06:09:28.705Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.082s coverage: 92.9% of statements [2021-04-06T06:09:28.705Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-04-06T06:09:28.705Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-04-06T06:09:28.705Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-04-06T06:09:28.705Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.032s coverage: 77.8% of statements [2021-04-06T06:09:28.705Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-04-06T06:09:28.705Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-04-06T06:09:28.705Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-04-06T06:09:28.705Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-04-06T06:09:28.705Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-04-06T06:09:28.705Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.042s coverage: 87.2% of statements [2021-04-06T06:09:28.705Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-04-06T06:09:28.705Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-04-06T06:09:28.705Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.054s coverage: 100.0% of statements [2021-04-06T06:09:28.705Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-04-06T06:09:28.705Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.065s coverage: 75.5% of statements [2021-04-06T06:09:28.705Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-04-06T06:09:28.705Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.059s coverage: 80.8% of statements [2021-04-06T06:09:28.705Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.076s coverage: 87.2% of statements [2021-04-06T06:09:28.705Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.065s coverage: 84.6% of statements [2021-04-06T06:09:28.705Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.088s coverage: 91.6% of statements [2021-04-06T06:09:28.705Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-04-06T06:09:28.705Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.196s coverage: 64.4% of statements [2021-04-06T06:09:28.705Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-04-06T06:09:28.705Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-04-06T06:09:28.705Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.048s coverage: 100.0% of statements [2021-04-06T06:09:28.705Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.037s coverage: 91.3% of statements [2021-04-06T06:09:28.705Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.030s coverage: 100.0% of statements [2021-04-06T06:09:28.705Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.034s coverage: 73.7% of statements [2021-04-06T06:09:28.705Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.028s coverage: 100.0% of statements [2021-04-06T06:09:28.705Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.299s coverage: 69.0% of statements [2021-04-06T06:09:28.705Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-04-06T06:09:28.705Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-04-06T06:09:28.705Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-04-06T06:09:28.705Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.120s coverage: 38.4% of statements [2021-04-06T06:09:28.705Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-04-06T06:09:28.705Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-04-06T06:09:28.705Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.045s coverage: 89.5% of statements [2021-04-06T06:09:28.705Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-04-06T06:09:28.705Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.038s coverage: 84.8% of statements [2021-04-06T06:09:28.705Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.120s coverage: 47.0% of statements [2021-04-06T06:09:28.705Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-04-06T06:09:28.705Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-04-06T06:09:28.705Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-04-06T06:09:28.705Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-04-06T06:09:28.705Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-04-06T06:09:28.705Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.054s coverage: 100.0% of statements [2021-04-06T06:09:28.705Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-04-06T06:09:28.705Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.055s coverage: 100.0% of statements [2021-04-06T06:09:28.705Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-04-06T06:09:28.705Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-04-06T06:09:28.705Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 0.051s coverage: 11.0% of statements [2021-04-06T06:09:28.705Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-04-06T06:09:28.705Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.121s coverage: 87.1% of statements [2021-04-06T06:09:28.705Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-04-06T06:09:28.705Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-04-06T06:09:28.705Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-04-06T06:09:28.705Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.708s coverage: 29.1% of statements [2021-04-06T06:09:28.705Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-04-06T06:09:28.705Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-04-06T06:09:28.705Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-04-06T06:09:28.705Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-04-06T06:09:28.705Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-04-06T06:09:28.705Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.066s coverage: 99.0% of statements [2021-04-06T06:09:28.705Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-04-06T06:09:28.705Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.063s coverage: 100.0% of statements [2021-04-06T06:09:28.705Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-04-06T06:09:28.705Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-04-06T06:09:28.705Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-04-06T06:09:28.705Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-04-06T06:09:28.705Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.116s coverage: 95.6% of statements [2021-04-06T06:09:28.705Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-04-06T06:09:28.705Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-04-06T06:09:28.705Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-04-06T06:09:28.705Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.038s coverage: 0.0% of statements [2021-04-06T06:09:28.705Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-04-06T06:09:28.705Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.030s coverage: 100.0% of statements [2021-04-06T06:09:28.705Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-04-06T06:09:28.705Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-04-06T06:09:28.705Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-04-06T06:09:28.705Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-04-06T06:09:28.705Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.036s coverage: 87.9% of statements [2021-04-06T06:09:28.706Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-04-06T06:09:28.706Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-04-06T06:09:28.706Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.035s coverage: 100.0% of statements [2021-04-06T06:09:28.706Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.045s coverage: 32.1% of statements [2021-04-06T06:09:28.706Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.044s coverage: 100.0% of statements [2021-04-06T06:09:28.706Z] GO111MODULE=on go vet ./... [2021-04-06T06:09:55.486Z] gofmt -l . [2021-04-06T06:09:55.486Z] [ "`gofmt -l .`" = "" ] [2021-04-06T06:09:55.486Z] ./bin/test-go-mod-tidy.sh [2021-04-06T06:09:55.748Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-04-06T06:09:56.653Z] + ls -al . [2021-04-06T06:09:56.654Z] total 808 [2021-04-06T06:09:56.654Z] drwxrwxr-x 10 1001 1001 4096 Apr 6 06:09 . [2021-04-06T06:09:56.654Z] drwxr-xr-x 4 root root 28 Apr 6 06:08 .. [2021-04-06T06:09:56.654Z] -rw-rw-r-- 1 1001 1001 11 Apr 6 06:06 .dockerignore [2021-04-06T06:09:56.654Z] drwxrwxr-x 8 1001 1001 179 Apr 6 06:06 .git [2021-04-06T06:09:56.654Z] drwxrwxr-x 3 1001 1001 125 Apr 6 06:06 .github [2021-04-06T06:09:56.654Z] -rw-rw-r-- 1 1001 1001 818 Apr 6 06:06 .gitignore [2021-04-06T06:09:56.654Z] drwx------ 3 1001 1001 60 Apr 6 06:07 .semver [2021-04-06T06:09:56.654Z] -rw-rw-r-- 1 1001 1001 166 Apr 6 06:06 .sonarcloud.properties [2021-04-06T06:09:56.654Z] -rw-rw-r-- 1 1001 1001 8607 Apr 6 06:06 Attribution.txt [2021-04-06T06:09:56.654Z] -rw-rw-r-- 1 1001 1001 3804 Apr 6 06:06 CONTRIBUTING.md [2021-04-06T06:09:56.654Z] -rw-rw-r-- 1 1001 1001 931 Apr 6 06:06 Dockerfile.build [2021-04-06T06:09:56.654Z] -rw-rw-r-- 1 1001 1001 863 Apr 6 06:06 Jenkinsfile [2021-04-06T06:09:56.654Z] -rw-rw-r-- 1 1001 1001 10775 Apr 6 06:06 LICENSE [2021-04-06T06:09:56.654Z] -rw-rw-r-- 1 1001 1001 5774 Apr 6 06:06 Makefile [2021-04-06T06:09:56.654Z] -rw-rw-r-- 1 1001 1001 6548 Apr 6 06:06 README.md [2021-04-06T06:09:56.654Z] -rw-rw-r-- 1 1001 1001 6755 Apr 6 06:06 SECURITY.md [2021-04-06T06:09:56.654Z] -rw-rw-r-- 1 1001 1001 5 Apr 6 06:07 VERSION [2021-04-06T06:09:56.654Z] -rw-rw-r-- 1 1001 1001 4131 Apr 6 06:06 ZMQWindows.md [2021-04-06T06:09:56.654Z] drwxrwxr-x 2 1001 1001 117 Apr 6 06:06 bin [2021-04-06T06:09:56.654Z] drwxrwxr-x 14 1001 1001 4096 Apr 6 06:06 cmd [2021-04-06T06:09:56.654Z] -rw-r--r-- 1 root root 697383 Apr 6 06:09 coverage.out [2021-04-06T06:09:56.654Z] -rw-r--r-- 1 root root 1056 Apr 6 06:09 go.mod [2021-04-06T06:09:56.654Z] -rw-r--r-- 1 root root 22360 Apr 6 06:09 go.sum [2021-04-06T06:09:56.654Z] drwxrwxr-x 8 1001 1001 127 Apr 6 06:06 internal [2021-04-06T06:09:56.654Z] drwxrwxr-x 4 1001 1001 26 Apr 6 06:06 openapi [2021-04-06T06:09:56.654Z] drwxrwxr-x 4 1001 1001 71 Apr 6 06:06 snap [2021-04-06T06:09:56.654Z] -rw-rw-r-- 1 1001 1001 168 Apr 6 06:06 version.go [Pipeline] sh [2021-04-06T06:09:56.978Z] + '[' -e coverage.out ] [2021-04-06T06:09:56.978Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-04-06T06:09:57.211Z] Stashed 1 file(s) [Pipeline] sh [2021-04-06T06:09:57.522Z] + make build [2021-04-06T06:09:57.522Z] 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-06T06:10:01.747Z] 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-06T06:10:09.972Z] 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-06T06:10:10.547Z] 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-06T06:10:12.499Z] 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-06T06:10:12.499Z] 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-06T06:10:14.432Z] 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-06T06:10:16.399Z] 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-06T06:10:17.069Z] 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-06T06:10:18.580Z] 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-06T06:10:19.536Z] 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-06T06:10:20.942Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } [2021-04-06T06:10:22.915Z] $ docker stop --time=1 34620f2dab54c76399d3e0d333576155710b5e77750172087cb80ae5ef941f23 [2021-04-06T06:10:24.638Z] $ docker rm -f 34620f2dab54c76399d3e0d333576155710b5e77750172087cb80ae5ef941f23 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-06T06:10:27.718Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-04-06T06:10:27.718Z] [2021-04-06T06:10:27.718Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-04-06T06:10:28.083Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-32905 in /w/workspace/edgexfoundry_edgex-go_PR-3339 [Pipeline] { [2021-04-06T06:10:28.110Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-04-06T06:10:28.110Z] latest: Pulling from edgex-devops/edgex-compose [2021-04-06T06:10:28.110Z] cbdbe7a5bc2a: Pulling fs layer [2021-04-06T06:10:28.110Z] ca9280d653b3: Pulling fs layer [2021-04-06T06:10:28.110Z] 7e9c9ca2126c: Pulling fs layer [Pipeline] ws [2021-04-06T06:10:28.181Z] Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] checkout [2021-04-06T06:10:28.372Z] cbdbe7a5bc2a: Download complete [2021-04-06T06:10:28.372Z] ca9280d653b3: Verifying Checksum [2021-04-06T06:10:28.372Z] ca9280d653b3: Download complete [2021-04-06T06:10:28.636Z] cbdbe7a5bc2a: Pull complete [2021-04-06T06:10:29.593Z] ca9280d653b3: Pull complete [2021-04-06T06:10:29.593Z] 7e9c9ca2126c: Download complete [2021-04-06T06:10:33.218Z] using credential edgex-jenkins-ssh [2021-04-06T06:10:33.296Z] Cloning the remote Git repository [2021-04-06T06:10:33.364Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-04-06T06:10:33.479Z] > git init /w/workspace/edgex-go/1 # timeout=10 [2021-04-06T06:10:33.573Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-04-06T06:10:33.573Z] > git --version # timeout=10 [2021-04-06T06:10:33.599Z] > git --version # 'git version 2.17.1' [2021-04-06T06:10:33.601Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-06T06:10:33.687Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-06T06:10:36.207Z] 7e9c9ca2126c: Pull complete [2021-04-06T06:10:36.207Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-04-06T06:10:36.207Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-04-06T06:10:36.207Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-04-06T06:10:36.412Z] prd-centos7-docker-4c-2g-32902 does not seem to be running inside a container [2021-04-06T06:10:36.455Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-04-06T06:10:38.368Z] $ docker top e7db3905a45ead55353193b62c201a3c2244d35f58778ebe26941b326c8e7790 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-06T06:10:38.961Z] + docker-compose build --help [2021-04-06T06:10:38.961Z] + grep parallel [2021-04-06T06:10:39.905Z] --parallel Build images in parallel. [Pipeline] } [2021-04-06T06:10:39.941Z] $ docker stop --time=1 e7db3905a45ead55353193b62c201a3c2244d35f58778ebe26941b326c8e7790 [2021-04-06T06:10:41.301Z] $ docker rm -f e7db3905a45ead55353193b62c201a3c2244d35f58778ebe26941b326c8e7790 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-06T06:10:42.073Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-04-06T06:10:42.073Z] . [Pipeline] withDockerContainer [2021-04-06T06:10:42.201Z] prd-centos7-docker-4c-2g-32902 does not seem to be running inside a container [2021-04-06T06:10:42.246Z] $ 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/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@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:10003/edgex-devops/edgex-compose:latest cat [2021-04-06T06:10:42.850Z] $ docker top b90fc749d43b4bcbbf994936beee4f2293d3ec75afcaa30398e844c8859c8e04 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-06T06:10:43.399Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-04-06T06:10:44.347Z] Building docker-core-command-go ... [2021-04-06T06:10:44.347Z] Building docker-core-data-go ... [2021-04-06T06:10:44.347Z] Building docker-core-metadata-go ... [2021-04-06T06:10:44.347Z] Building docker-security-bootstrapper-go ... [2021-04-06T06:10:44.347Z] Building docker-security-proxy-setup-go ... [2021-04-06T06:10:44.347Z] Building docker-security-secretstore-setup-go ... [2021-04-06T06:10:44.347Z] Building docker-support-notifications-go ... [2021-04-06T06:10:44.347Z] Building docker-support-scheduler-go ... [2021-04-06T06:10:44.347Z] Building docker-sys-mgmt-agent-go ... [2021-04-06T06:10:44.347Z] Building docker-support-notifications-go [2021-04-06T06:10:44.347Z] Building docker-security-secretstore-setup-go [2021-04-06T06:10:44.347Z] Building docker-security-bootstrapper-go [2021-04-06T06:10:44.347Z] Building docker-support-scheduler-go [2021-04-06T06:10:44.347Z] Building docker-core-command-go [2021-04-06T06:10:50.183Z] Merging remotes/origin/master commit 3d31a9377a82a7ecd7922e9b9d028e1661eb8a18 into PR head commit 8f2bcf47e17800030ef20eef69688b6065468e62 [2021-04-06T06:10:49.340Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-04-06T06:10:49.367Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-06T06:10:49.443Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-04-06T06:10:49.495Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-04-06T06:10:49.496Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-06T06:10:49.516Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3339/head:refs/remotes/origin/PR-3339 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-06T06:10:50.200Z] > git config core.sparsecheckout # timeout=10 [2021-04-06T06:10:50.214Z] > git checkout -f 8f2bcf47e17800030ef20eef69688b6065468e62 # timeout=10 [2021-04-06T06:10:50.519Z] > git remote # timeout=10 [2021-04-06T06:10:50.535Z] > git config --get remote.origin.url # timeout=10 [2021-04-06T06:10:50.594Z] Merge succeeded, producing 8f2bcf47e17800030ef20eef69688b6065468e62 [2021-04-06T06:10:50.594Z] Checking out Revision 8f2bcf47e17800030ef20eef69688b6065468e62 (PR-3339) [2021-04-06T06:10:50.547Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-06T06:10:50.556Z] > git merge 3d31a9377a82a7ecd7922e9b9d028e1661eb8a18 # timeout=10 [2021-04-06T06:10:50.579Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-04-06T06:10:50.598Z] > git config core.sparsecheckout # timeout=10 [2021-04-06T06:10:50.607Z] > git checkout -f 8f2bcf47e17800030ef20eef69688b6065468e62 # timeout=10 [2021-04-06T06:10:54.983Z] Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-messaging/v2" [2021-04-06T06:10:55.040Z] > git --version # timeout=10 [2021-04-06T06:10:55.050Z] > git --version # 'git version 2.17.1' [2021-04-06T06:10:55.063Z] fatal: bad object 57ded3389ef25720063a8030e5c426a6b7ea5b20 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-04-06T06:10:56.765Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-04-06T06:10:57.218Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-04-06T06:10:57.585Z] + true [2021-04-06T06:10:57.585Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-06T06:11:00.364Z] provisioning config files... [2021-04-06T06:11:00.407Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config6215600479940703887tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-06T06:11:00.882Z] ---> docker-login.sh [2021-04-06T06:11:00.882Z] nexus3.edgexfoundry.org:10001 [2021-04-06T06:11:01.877Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-06T06:11:02.152Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-06T06:11:02.152Z] Configure a credential helper to remove this warning. See [2021-04-06T06:11:02.152Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-06T06:11:02.152Z] [2021-04-06T06:11:02.152Z] Login Succeeded [2021-04-06T06:11:02.152Z] nexus3.edgexfoundry.org:10002 [2021-04-06T06:11:02.428Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-06T06:11:02.701Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-06T06:11:02.701Z] Configure a credential helper to remove this warning. See [2021-04-06T06:11:02.701Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-06T06:11:02.701Z] [2021-04-06T06:11:02.701Z] Login Succeeded [2021-04-06T06:11:02.701Z] nexus3.edgexfoundry.org:10003 [2021-04-06T06:11:02.976Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-06T06:11:03.251Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-06T06:11:03.251Z] Configure a credential helper to remove this warning. See [2021-04-06T06:11:03.251Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-06T06:11:03.251Z] [2021-04-06T06:11:03.251Z] Login Succeeded [2021-04-06T06:11:03.251Z] nexus3.edgexfoundry.org:10004 [2021-04-06T06:11:03.525Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-06T06:11:03.799Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-06T06:11:03.799Z] Configure a credential helper to remove this warning. See [2021-04-06T06:11:03.799Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-06T06:11:03.799Z] [2021-04-06T06:11:03.799Z] Login Succeeded [2021-04-06T06:11:03.799Z] docker.io [2021-04-06T06:11:04.071Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-06T06:11:04.344Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-06T06:11:04.344Z] Configure a credential helper to remove this warning. See [2021-04-06T06:11:04.344Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-06T06:11:04.344Z] [2021-04-06T06:11:04.344Z] Login Succeeded [2021-04-06T06:11:04.344Z] ---> docker-login.sh ends [Pipeline] } [2021-04-06T06:11:04.380Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-04-06T06:11:04.902Z] ========================================================= [2021-04-06T06:11:04.902Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-04-06T06:11:04.902Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-04-06T06:11:05.316Z] + 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-06T06:11:07.959Z] Sending build context to Docker daemon 167.1MB [2021-04-06T06:11:07.959Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-04-06T06:11:07.959Z] Step 2/6 : FROM ${BASE} [2021-04-06T06:11:07.959Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-04-06T06:11:07.959Z] 5f621e34cdf4: Pulling fs layer [2021-04-06T06:11:07.959Z] a4357932f1b6: Pulling fs layer [2021-04-06T06:11:07.959Z] 18c013af1878: Pulling fs layer [2021-04-06T06:11:07.959Z] 00ac8860ef70: Pulling fs layer [2021-04-06T06:11:07.959Z] 63d7cb157983: Pulling fs layer [2021-04-06T06:11:07.959Z] b116817d02f9: Pulling fs layer [2021-04-06T06:11:07.959Z] 745a02a5169b: Pulling fs layer [2021-04-06T06:11:07.959Z] 00ac8860ef70: Waiting [2021-04-06T06:11:07.959Z] 63d7cb157983: Waiting [2021-04-06T06:11:07.959Z] b116817d02f9: Waiting [2021-04-06T06:11:07.959Z] 745a02a5169b: Waiting [2021-04-06T06:11:07.959Z] 18c013af1878: Verifying Checksum [2021-04-06T06:11:07.959Z] a4357932f1b6: Download complete [2021-04-06T06:11:07.959Z] 63d7cb157983: Verifying Checksum [2021-04-06T06:11:07.959Z] 63d7cb157983: Download complete [2021-04-06T06:11:07.959Z] b116817d02f9: Verifying Checksum [2021-04-06T06:11:07.959Z] b116817d02f9: Download complete [2021-04-06T06:11:07.959Z] 5f621e34cdf4: Verifying Checksum [2021-04-06T06:11:07.959Z] 5f621e34cdf4: Download complete [2021-04-06T06:11:08.563Z] 5f621e34cdf4: Pull complete [2021-04-06T06:11:09.159Z] a4357932f1b6: Pull complete [2021-04-06T06:11:09.434Z] 18c013af1878: Pull complete [2021-04-06T06:11:10.413Z] 745a02a5169b: Verifying Checksum [2021-04-06T06:11:10.413Z] 745a02a5169b: Download complete [2021-04-06T06:11:11.396Z] 00ac8860ef70: Verifying Checksum [2021-04-06T06:11:11.396Z] 00ac8860ef70: Download complete [2021-04-06T06:11:16.853Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-06T06:11:16.853Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-04-06T06:11:16.853Z] ---> 564ff28ff3e0 [2021-04-06T06:11:16.853Z] Step 3/24 : WORKDIR /edgex-go [2021-04-06T06:11:17.118Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-06T06:11:17.118Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-04-06T06:11:17.118Z] ---> 564ff28ff3e0 [2021-04-06T06:11:17.118Z] Step 3/22 : WORKDIR /edgex-go [2021-04-06T06:11:17.118Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-06T06:11:17.118Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-04-06T06:11:17.118Z] ---> 564ff28ff3e0 [2021-04-06T06:11:17.118Z] Step 3/31 : WORKDIR /edgex-go [2021-04-06T06:11:17.383Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-06T06:11:17.383Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-04-06T06:11:17.383Z] ---> 564ff28ff3e0 [2021-04-06T06:11:17.383Z] Step 3/22 : WORKDIR /edgex-go [2021-04-06T06:11:17.383Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-06T06:11:17.383Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-06T06:11:17.383Z] ---> 564ff28ff3e0 [2021-04-06T06:11:17.383Z] Step 3/23 : WORKDIR /edgex-go [2021-04-06T06:11:18.775Z] ---> Running in 9f15e4b6928c [2021-04-06T06:11:18.775Z] ---> Running in cd484dfd0349 [2021-04-06T06:11:18.775Z] ---> Running in b31c818a0d5c [2021-04-06T06:11:18.775Z] ---> Running in efc545d8aa1a [2021-04-06T06:11:18.775Z] ---> Running in 8f115a121360 [2021-04-06T06:11:19.038Z] Removing intermediate container 8f115a121360 [2021-04-06T06:11:19.038Z] ---> 61ba0ad60804 [2021-04-06T06:11:19.038Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-06T06:11:19.038Z] Removing intermediate container b31c818a0d5c [2021-04-06T06:11:19.038Z] ---> bfffd2f65892 [2021-04-06T06:11:19.038Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-06T06:11:19.038Z] Removing intermediate container efc545d8aa1a [2021-04-06T06:11:19.038Z] ---> d3ace56d9a1e [2021-04-06T06:11:19.038Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-06T06:11:19.038Z] Removing intermediate container 9f15e4b6928c [2021-04-06T06:11:19.038Z] ---> eb8793f95e33 [2021-04-06T06:11:19.038Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-06T06:11:19.038Z] Removing intermediate container cd484dfd0349 [2021-04-06T06:11:19.038Z] ---> ea8dc92535ea [2021-04-06T06:11:19.038Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-06T06:11:19.301Z] ---> Running in 6989d88ee9b2 [2021-04-06T06:11:19.301Z] ---> Running in d93bbcead938 [2021-04-06T06:11:19.301Z] ---> Running in edab9887818c [2021-04-06T06:11:19.301Z] ---> Running in 4454ad70b710 [2021-04-06T06:11:19.301Z] ---> Running in 54db40d24763 [2021-04-06T06:11:21.547Z] 00ac8860ef70: Pull complete [2021-04-06T06:11:21.870Z] Removing intermediate container 6989d88ee9b2 [2021-04-06T06:11:21.870Z] ---> ec4c6fae4865 [2021-04-06T06:11:21.870Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-04-06T06:11:21.870Z] Removing intermediate container d93bbcead938 [2021-04-06T06:11:21.870Z] ---> 4d41a3b4c142 [2021-04-06T06:11:21.870Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-04-06T06:11:21.870Z] Removing intermediate container edab9887818c [2021-04-06T06:11:21.870Z] ---> 5075a8ece57b [2021-04-06T06:11:21.870Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-04-06T06:11:21.870Z] Removing intermediate container 4454ad70b710 [2021-04-06T06:11:21.870Z] ---> 2b40ef456d3a [2021-04-06T06:11:21.870Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-04-06T06:11:21.870Z] ---> Running in 683ccdbdc799 [2021-04-06T06:11:21.870Z] ---> Running in 6669b26a4197 [2021-04-06T06:11:21.870Z] ---> Running in b8caaab6ef48 [2021-04-06T06:11:21.870Z] Removing intermediate container 54db40d24763 [2021-04-06T06:11:21.870Z] ---> 93f132c500c2 [2021-04-06T06:11:21.870Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-04-06T06:11:21.870Z] ---> Running in bd827a28bf7a [2021-04-06T06:11:21.870Z] ---> Running in 4431b807bee2 [2021-04-06T06:11:22.140Z] 63d7cb157983: Pull complete [2021-04-06T06:11:22.413Z] b116817d02f9: Pull complete [2021-04-06T06:11:22.845Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-06T06:11:22.845Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-06T06:11:22.845Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-06T06:11:22.845Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-06T06:11:23.108Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-06T06:11:23.372Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-06T06:11:23.372Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-06T06:11:23.372Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-06T06:11:23.641Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-06T06:11:23.641Z] OK: 233 MiB in 51 packages [2021-04-06T06:11:23.641Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-06T06:11:23.909Z] OK: 233 MiB in 51 packages [2021-04-06T06:11:23.909Z] OK: 233 MiB in 51 packages [2021-04-06T06:11:23.909Z] OK: 233 MiB in 51 packages [2021-04-06T06:11:24.489Z] OK: 233 MiB in 51 packages [2021-04-06T06:11:24.489Z] Removing intermediate container 6669b26a4197 [2021-04-06T06:11:24.489Z] ---> a7c7b6adea39 [2021-04-06T06:11:24.489Z] Step 6/24 : COPY go.mod . [2021-04-06T06:11:24.752Z] Removing intermediate container 683ccdbdc799 [2021-04-06T06:11:24.752Z] ---> 66144285a923 [2021-04-06T06:11:24.752Z] Step 6/23 : COPY go.mod . [2021-04-06T06:11:24.752Z] Removing intermediate container b8caaab6ef48 [2021-04-06T06:11:24.752Z] ---> 9ad1bdbe7101 [2021-04-06T06:11:24.752Z] Step 6/31 : COPY go.mod . [2021-04-06T06:11:25.014Z] ---> 385599016cbf [2021-04-06T06:11:25.014Z] Step 7/24 : RUN go mod download [2021-04-06T06:11:25.014Z] Removing intermediate container 4431b807bee2 [2021-04-06T06:11:25.014Z] ---> 68200e1a3076 [2021-04-06T06:11:25.014Z] Step 6/22 : COPY go.mod . [2021-04-06T06:11:25.014Z] ---> 7bbfaff37811 [2021-04-06T06:11:25.014Z] Step 7/23 : RUN go mod download [2021-04-06T06:11:25.276Z] ---> d0c3e9b73697 [2021-04-06T06:11:25.276Z] Step 7/31 : RUN go mod download [2021-04-06T06:11:25.276Z] ---> Running in 42c9a04b212a [2021-04-06T06:11:25.276Z] ---> Running in c381e51eb9db [2021-04-06T06:11:25.540Z] ---> Running in b35e34ff3847 [2021-04-06T06:11:25.540Z] Removing intermediate container bd827a28bf7a [2021-04-06T06:11:25.540Z] ---> ad099dd130e0 [2021-04-06T06:11:25.540Z] Step 6/22 : COPY go.mod . [2021-04-06T06:11:25.540Z] ---> a49c0f3a0e6e [2021-04-06T06:11:25.540Z] Step 7/22 : RUN go mod download [2021-04-06T06:11:25.808Z] ---> Running in 5782644b723b [2021-04-06T06:11:25.808Z] ---> 8acba43149c0 [2021-04-06T06:11:25.808Z] Step 7/22 : RUN go mod download [2021-04-06T06:11:26.083Z] ---> Running in 45890d23fc84 [2021-04-06T06:11:26.715Z] 745a02a5169b: Pull complete [2021-04-06T06:11:26.715Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-04-06T06:11:26.715Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-04-06T06:11:26.715Z] ---> b7e6874047d6 [2021-04-06T06:11:26.715Z] 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-06T06:11:28.673Z] Removing intermediate container 42c9a04b212a [2021-04-06T06:11:28.673Z] ---> b951eaefc4a3 [2021-04-06T06:11:28.673Z] Step 8/24 : COPY . . [2021-04-06T06:11:28.938Z] Removing intermediate container c381e51eb9db [2021-04-06T06:11:28.938Z] ---> bdb4c9f7afe4 [2021-04-06T06:11:28.938Z] Step 8/23 : COPY . . [2021-04-06T06:11:28.938Z] Removing intermediate container 5782644b723b [2021-04-06T06:11:28.938Z] ---> c9bda9742085 [2021-04-06T06:11:28.938Z] Step 8/22 : COPY . . [2021-04-06T06:11:29.202Z] Removing intermediate container b35e34ff3847 [2021-04-06T06:11:29.202Z] ---> 407f6a770b6c [2021-04-06T06:11:29.202Z] Step 8/31 : COPY . . [2021-04-06T06:11:30.093Z] ---> Running in 0b9b3cb2ca48 [2021-04-06T06:11:30.694Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-06T06:11:31.664Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-06T06:11:32.256Z] (1/12) Installing libmagic (5.38-r0) [2021-04-06T06:11:32.529Z] (2/12) Installing file (5.38-r0) [2021-04-06T06:11:32.529Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-04-06T06:11:32.800Z] (4/12) Installing g++ (9.3.0-r2) [2021-04-06T06:11:34.534Z] Removing intermediate container 45890d23fc84 [2021-04-06T06:11:34.534Z] ---> d6de361f7b2d [2021-04-06T06:11:34.534Z] Step 8/22 : COPY . . [2021-04-06T06:11:38.183Z] (5/12) Installing fortify-headers (1.1-r0) [2021-04-06T06:11:38.183Z] (6/12) Installing patch (2.7.6-r6) [2021-04-06T06:11:38.183Z] (7/12) Installing build-base (0.5-r2) [2021-04-06T06:11:38.183Z] (8/12) Installing libsodium (1.0.18-r0) [2021-04-06T06:11:38.183Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-04-06T06:11:38.183Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-04-06T06:11:38.183Z] (11/12) Installing libzmq (4.3.3-r0) [2021-04-06T06:11:38.183Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-04-06T06:11:38.183Z] Executing busybox-1.31.1-r19.trigger [2021-04-06T06:11:38.183Z] OK: 217 MiB in 51 packages [2021-04-06T06:11:42.519Z] Removing intermediate container 0b9b3cb2ca48 [2021-04-06T06:11:42.519Z] ---> 3c5223a0eb13 [2021-04-06T06:11:42.519Z] Step 4/6 : WORKDIR /edgex-go [2021-04-06T06:11:42.519Z] ---> Running in fff82ac38e7c [2021-04-06T06:11:42.799Z] Removing intermediate container fff82ac38e7c [2021-04-06T06:11:42.799Z] ---> 54bbee78635e [2021-04-06T06:11:42.799Z] Step 5/6 : COPY go.mod . [2021-04-06T06:11:43.394Z] ---> 0052847693e8 [2021-04-06T06:11:43.394Z] Step 6/6 : RUN go mod download [2021-04-06T06:11:43.681Z] ---> Running in 913d5d173376 [2021-04-06T06:12:07.580Z] ---> d2278754b464 [2021-04-06T06:12:07.580Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-04-06T06:12:07.580Z] ---> 339cc41a748d [2021-04-06T06:12:07.580Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-04-06T06:12:07.580Z] ---> ece79d660ba5 [2021-04-06T06:12:07.580Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-04-06T06:12:07.580Z] ---> 4ab1b63d6e4c [2021-04-06T06:12:07.580Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-04-06T06:12:07.580Z] ---> Running in f881e70b69da [2021-04-06T06:12:07.580Z] ---> Running in a389755bcb7b [2021-04-06T06:12:07.580Z] ---> Running in 6dafaa2c3864 [2021-04-06T06:12:07.860Z] ---> 0f273b00b0c4 [2021-04-06T06:12:07.860Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-04-06T06:12:08.125Z] ---> Running in ff566a328252 [2021-04-06T06:12:08.125Z] ---> Running in fd82fe268960 [2021-04-06T06:12:09.553Z] 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-06T06:12:09.553Z] 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-06T06:12:09.553Z] 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-06T06:12:09.553Z] 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-06T06:12:09.553Z] 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-06T06:12:10.494Z] Removing intermediate container 913d5d173376 [2021-04-06T06:12:10.494Z] ---> 6ecb1a8c45db [2021-04-06T06:12:10.494Z] Successfully built 6ecb1a8c45db [2021-04-06T06:12:10.494Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-06T06:12:10.875Z] + docker inspect -f . ci-base-image-arm64 [2021-04-06T06:12:10.875Z] . [Pipeline] withDockerContainer [2021-04-06T06:12:11.170Z] prd-ubuntu18.04-docker-arm64-4c-16g-32905 does not seem to be running inside a container [2021-04-06T06:12:11.242Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@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 ******** ci-base-image-arm64 cat [2021-04-06T06:12:12.801Z] $ docker top 648e257a48fc6e6d84b6dfa54c2647d2eda794a6a0af6463d1f9b220adbb62b0 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-06T06:12:13.942Z] + go version [2021-04-06T06:12:13.942Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-04-06T06:12:13.964Z] $ docker stop --time=1 648e257a48fc6e6d84b6dfa54c2647d2eda794a6a0af6463d1f9b220adbb62b0 [2021-04-06T06:12:15.908Z] $ docker rm -f 648e257a48fc6e6d84b6dfa54c2647d2eda794a6a0af6463d1f9b220adbb62b0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-06T06:12:17.225Z] + docker inspect -f . ci-base-image-arm64 [2021-04-06T06:12:17.226Z] . [Pipeline] withDockerContainer [2021-04-06T06:12:17.473Z] prd-ubuntu18.04-docker-arm64-4c-16g-32905 does not seem to be running inside a container [2021-04-06T06:12:17.540Z] $ 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/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@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 ******** ci-base-image-arm64 cat [2021-04-06T06:12:18.889Z] $ docker top e3d103a0dc50f9f35efe7f2120f99db3333639e09322f2fb9ee837b205ed72d7 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-04-06T06:12:19.408Z] ========================================================= [2021-04-06T06:12:19.408Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-04-06T06:12:19.408Z] ========================================================= [Pipeline] sh [2021-04-06T06:12:20.072Z] + make test [2021-04-06T06:12:20.072Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-04-06T06:12:41.817Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-04-06T06:12:42.266Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-04-06T06:12:50.030Z] Removing intermediate container 6dafaa2c3864 [2021-04-06T06:12:50.030Z] ---> 567ffe9e3046 [2021-04-06T06:12:50.030Z] [2021-04-06T06:12:50.030Z] Step 10/31 : FROM alpine:3.12 [2021-04-06T06:12:50.030Z] Removing intermediate container fd82fe268960 [2021-04-06T06:12:50.030Z] ---> 506bd090c09f [2021-04-06T06:12:50.030Z] [2021-04-06T06:12:50.030Z] Step 10/22 : FROM alpine:3.12 [2021-04-06T06:12:50.030Z] 3.12: Pulling from library/alpine [2021-04-06T06:12:50.030Z] 3.12: Pulling from library/alpine [2021-04-06T06:12:50.604Z] Removing intermediate container f881e70b69da [2021-04-06T06:12:50.604Z] ---> 3aa984923105 [2021-04-06T06:12:50.604Z] [2021-04-06T06:12:50.604Z] Step 10/24 : FROM alpine:3.12 [2021-04-06T06:12:50.604Z] 3.12: Pulling from library/alpine [2021-04-06T06:12:51.192Z] Digest: sha256:834e9309b5ef0f78d8d20ef0652e7b0272fe97b5baf45720e1b830eaf013cc1b [2021-04-06T06:12:51.192Z] Digest: sha256:834e9309b5ef0f78d8d20ef0652e7b0272fe97b5baf45720e1b830eaf013cc1b [2021-04-06T06:12:51.192Z] Digest: sha256:834e9309b5ef0f78d8d20ef0652e7b0272fe97b5baf45720e1b830eaf013cc1b [2021-04-06T06:12:51.192Z] Status: Downloaded newer image for alpine:3.12 [2021-04-06T06:12:51.192Z] Status: Image is up to date for alpine:3.12 [2021-04-06T06:12:51.192Z] Status: Image is up to date for alpine:3.12 [2021-04-06T06:12:51.192Z] ---> 7230e588e954 [2021-04-06T06:12:51.192Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-04-06T06:12:51.192Z] ---> 7230e588e954 [2021-04-06T06:12:51.192Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec [2021-04-06T06:12:51.192Z] ---> 7230e588e954 [2021-04-06T06:12:51.192Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-04-06T06:12:53.111Z] Removing intermediate container a389755bcb7b [2021-04-06T06:12:53.112Z] ---> 6af7aea4d8cc [2021-04-06T06:12:53.112Z] [2021-04-06T06:12:53.112Z] Step 10/23 : FROM alpine:3.12 [2021-04-06T06:12:53.112Z] ---> 7230e588e954 [2021-04-06T06:12:53.112Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-04-06T06:12:53.374Z] ---> Running in 59d3d60d27b6 [2021-04-06T06:12:53.374Z] ---> Running in 98587216cf25 [2021-04-06T06:12:53.374Z] ---> Running in e4e1bdd6103b [2021-04-06T06:12:53.374Z] ---> Running in 39252bc247af [2021-04-06T06:12:53.374Z] Removing intermediate container ff566a328252 [2021-04-06T06:12:53.374Z] ---> ec8276ff05c6 [2021-04-06T06:12:53.374Z] [2021-04-06T06:12:53.374Z] Step 10/22 : FROM alpine:3.12 [2021-04-06T06:12:53.374Z] ---> 7230e588e954 [2021-04-06T06:12:53.374Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-04-06T06:12:53.635Z] ---> Running in 17766b5c7eb6 [2021-04-06T06:12:53.635Z] Removing intermediate container 98587216cf25 [2021-04-06T06:12:53.635Z] ---> 0f37e1f6037f [2021-04-06T06:12:53.635Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-04-06T06:12:53.906Z] ---> Running in b7317ab992c1 [2021-04-06T06:12:54.496Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-06T06:12:54.496Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-06T06:12:54.496Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-06T06:12:54.496Z] (1/6) Installing ca-certificates (20191127-r4) [2021-04-06T06:12:54.496Z] (2/6) Installing nghttp2-libs (1.41.0-r0) [2021-04-06T06:12:54.496Z] (3/6) Installing libcurl (7.69.1-r3) [2021-04-06T06:12:54.496Z] (4/6) Installing curl (7.69.1-r3) [2021-04-06T06:12:54.496Z] (5/6) Installing dumb-init (1.2.2-r1) [2021-04-06T06:12:54.761Z] (6/6) Installing su-exec (0.2-r1) [2021-04-06T06:12:54.761Z] Executing busybox-1.31.1-r20.trigger [2021-04-06T06:12:54.761Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-06T06:12:54.761Z] Executing ca-certificates-20191127-r4.trigger [2021-04-06T06:12:54.761Z] OK: 7 MiB in 20 packages [2021-04-06T06:12:54.761Z] (1/2) Installing ca-certificates (20191127-r4) [2021-04-06T06:12:54.761Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-04-06T06:12:54.761Z] Executing busybox-1.31.1-r20.trigger [2021-04-06T06:12:54.761Z] Executing ca-certificates-20191127-r4.trigger [2021-04-06T06:12:55.037Z] OK: 6 MiB in 16 packages [2021-04-06T06:12:55.037Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-06T06:12:55.037Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-06T06:12:55.037Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-06T06:12:55.037Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-06T06:12:55.305Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-04-06T06:12:55.305Z] Executing busybox-1.31.1-r20.trigger [2021-04-06T06:12:55.305Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-06T06:12:55.305Z] OK: 6 MiB in 15 packages [2021-04-06T06:12:55.305Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-06T06:12:55.305Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-04-06T06:12:55.305Z] Executing busybox-1.31.1-r20.trigger [2021-04-06T06:12:55.305Z] OK: 6 MiB in 15 packages [2021-04-06T06:12:55.567Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-04-06T06:12:55.567Z] (2/2) Installing su-exec (0.2-r1) [2021-04-06T06:12:55.567Z] Executing busybox-1.31.1-r20.trigger [2021-04-06T06:12:55.829Z] OK: 6 MiB in 16 packages [2021-04-06T06:12:59.141Z] Removing intermediate container 59d3d60d27b6 [2021-04-06T06:12:59.141Z] ---> b5a9d6ef920d [2021-04-06T06:12:59.141Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-04-06T06:12:59.141Z] ---> Running in c78397cba9c0 [2021-04-06T06:12:59.141Z] Removing intermediate container e4e1bdd6103b [2021-04-06T06:12:59.141Z] ---> 637cd822e233 [2021-04-06T06:12:59.141Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-06T06:12:59.141Z] Removing intermediate container 39252bc247af [2021-04-06T06:12:59.141Z] ---> c85d99756cef [2021-04-06T06:12:59.141Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-06T06:12:59.403Z] ---> Running in dea58d3668d2 [2021-04-06T06:12:59.403Z] ---> Running in 1af536170cc2 [2021-04-06T06:12:59.403Z] Removing intermediate container 17766b5c7eb6 [2021-04-06T06:12:59.403Z] ---> f086b91cb7b6 [2021-04-06T06:12:59.403Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-06T06:12:59.403Z] Removing intermediate container b7317ab992c1 [2021-04-06T06:12:59.403Z] ---> 03237dd950ac [2021-04-06T06:12:59.403Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-04-06T06:12:59.403Z] Removing intermediate container c78397cba9c0 [2021-04-06T06:12:59.403Z] ---> 39171635ea50 [2021-04-06T06:12:59.403Z] Step 13/24 : WORKDIR / [2021-04-06T06:12:59.670Z] ---> Running in 38e8986af3cb [2021-04-06T06:12:59.670Z] ---> Running in ef5f6804b2af [2021-04-06T06:12:59.670Z] ---> Running in 5efb84c24734 [2021-04-06T06:12:59.670Z] Removing intermediate container dea58d3668d2 [2021-04-06T06:12:59.670Z] ---> 527bee054c57 [2021-04-06T06:12:59.670Z] Step 13/22 : ENV APP_PORT=48060 [2021-04-06T06:12:59.670Z] Removing intermediate container 1af536170cc2 [2021-04-06T06:12:59.670Z] ---> 8a36943f1a75 [2021-04-06T06:12:59.671Z] Step 13/23 : ENV APP_PORT=48082 [2021-04-06T06:12:59.938Z] ---> Running in 2824ae0bc812 [2021-04-06T06:12:59.938Z] ---> Running in 22041095e2f2 [2021-04-06T06:12:59.938Z] Removing intermediate container 38e8986af3cb [2021-04-06T06:12:59.938Z] ---> b8d896fc69c9 [2021-04-06T06:12:59.938Z] Step 13/22 : ENV APP_PORT=48085 [2021-04-06T06:12:59.938Z] Removing intermediate container ef5f6804b2af [2021-04-06T06:12:59.938Z] ---> 39427689664a [2021-04-06T06:12:59.938Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-04-06T06:13:00.207Z] Removing intermediate container 5efb84c24734 [2021-04-06T06:13:00.207Z] ---> 6363e4236063 [2021-04-06T06:13:00.207Z] 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-06T06:13:00.207Z] ---> Running in 5e431b20bd43 [2021-04-06T06:13:00.207Z] ---> Running in 8c765854f345 [2021-04-06T06:13:00.478Z] Removing intermediate container 2824ae0bc812 [2021-04-06T06:13:00.478Z] ---> 234986ae4783 [2021-04-06T06:13:00.478Z] Step 14/22 : EXPOSE $APP_PORT [2021-04-06T06:13:00.478Z] Removing intermediate container 22041095e2f2 [2021-04-06T06:13:00.478Z] ---> 37299bb4026b [2021-04-06T06:13:00.478Z] Step 14/23 : EXPOSE $APP_PORT [2021-04-06T06:13:00.478Z] ---> Running in 7cb774f17c2d [2021-04-06T06:13:00.478Z] ---> Running in a976989f8495 [2021-04-06T06:13:00.757Z] ---> 374f2b5ac5e6 [2021-04-06T06:13:00.757Z] 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-06T06:13:00.757Z] Removing intermediate container 8c765854f345 [2021-04-06T06:13:00.757Z] ---> bb7ca039d18b [2021-04-06T06:13:00.757Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-04-06T06:13:00.757Z] Removing intermediate container 5e431b20bd43 [2021-04-06T06:13:00.757Z] ---> 133ed3d8cd16 [2021-04-06T06:13:00.757Z] Step 14/22 : EXPOSE $APP_PORT [2021-04-06T06:13:00.757Z] ---> Running in ab97f73c1b4c [2021-04-06T06:13:00.757Z] ---> Running in 18b237c5315d [2021-04-06T06:13:01.042Z] Removing intermediate container a976989f8495 [2021-04-06T06:13:01.042Z] ---> 7dc7acd71c1d [2021-04-06T06:13:01.042Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-06T06:13:01.042Z] Removing intermediate container 7cb774f17c2d [2021-04-06T06:13:01.042Z] ---> cb27698da221 [2021-04-06T06:13:01.042Z] Step 15/23 : WORKDIR / [2021-04-06T06:13:01.042Z] ---> 22d01594aa4b [2021-04-06T06:13:01.042Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-04-06T06:13:01.316Z] ---> Running in 84849de02e7d [2021-04-06T06:13:01.316Z] Removing intermediate container 18b237c5315d [2021-04-06T06:13:01.316Z] ---> ef23060bb776 [2021-04-06T06:13:01.316Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-06T06:13:01.588Z] ---> a9d3210f2c05 [2021-04-06T06:13:01.588Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-04-06T06:13:01.588Z] ---> a8e9952593f1 [2021-04-06T06:13:01.588Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-04-06T06:13:01.588Z] Removing intermediate container 84849de02e7d [2021-04-06T06:13:01.588Z] ---> 09069da63c4b [2021-04-06T06:13:01.588Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-06T06:13:02.178Z] ---> ccd976f8ad9e [2021-04-06T06:13:02.178Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-04-06T06:13:02.446Z] ---> a5f837b8cfba [2021-04-06T06:13:02.446Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-04-06T06:13:02.446Z] ---> 538c82eb9ab0 [2021-04-06T06:13:02.446Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-04-06T06:13:02.446Z] ---> d96dc4994cf2 [2021-04-06T06:13:02.446Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-04-06T06:13:02.718Z] Removing intermediate container ab97f73c1b4c [2021-04-06T06:13:02.718Z] ---> 80c708f29890 [2021-04-06T06:13:02.718Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-04-06T06:13:02.989Z] ---> Running in fda10c325e54 [2021-04-06T06:13:02.989Z] ---> 31b2eafd6712 [2021-04-06T06:13:02.989Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-04-06T06:13:02.989Z] ---> 43827128b881 [2021-04-06T06:13:02.989Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-04-06T06:13:02.989Z] ---> c07398221c86 [2021-04-06T06:13:02.989Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-04-06T06:13:02.989Z] ---> b50f805c0e73 [2021-04-06T06:13:02.989Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-04-06T06:13:03.262Z] ---> Running in f0c8c92eb5ec [2021-04-06T06:13:03.262Z] Removing intermediate container fda10c325e54 [2021-04-06T06:13:03.262Z] ---> 3fd52c7b081e [2021-04-06T06:13:03.262Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-04-06T06:13:03.528Z] ---> 065775372b53 [2021-04-06T06:13:03.528Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-04-06T06:13:03.528Z] ---> Running in 0c21c1011968 [2021-04-06T06:13:03.528Z] Removing intermediate container f0c8c92eb5ec [2021-04-06T06:13:03.528Z] ---> 604c43b8b736 [2021-04-06T06:13:03.528Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-06T06:13:03.790Z] ---> 5fc6debaf14f [2021-04-06T06:13:03.790Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-04-06T06:13:03.790Z] ---> 8d06d43388d6 [2021-04-06T06:13:03.790Z] 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-06T06:13:03.790Z] ---> 9bf5ab02cbf6 [2021-04-06T06:13:03.790Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-04-06T06:13:04.058Z] ---> Running in f541588da70b [2021-04-06T06:13:04.058Z] ---> Running in 5926fa170c29 [2021-04-06T06:13:04.325Z] ---> Running in eef731b76fb2 [2021-04-06T06:13:04.325Z] ---> Running in 76e40bd2ea09 [2021-04-06T06:13:04.325Z] Removing intermediate container 0c21c1011968 [2021-04-06T06:13:04.325Z] ---> e28a2e875997 [2021-04-06T06:13:04.325Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-06T06:13:04.591Z] ---> Running in 87e9eb716ef9 [2021-04-06T06:13:04.591Z] Removing intermediate container f541588da70b [2021-04-06T06:13:04.591Z] ---> 2804503bb1d3 [2021-04-06T06:13:04.591Z] Step 20/22 : LABEL arch=x86_64 [2021-04-06T06:13:04.861Z] Removing intermediate container 5926fa170c29 [2021-04-06T06:13:04.861Z] ---> 2ed9117e6a4e [2021-04-06T06:13:04.861Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-06T06:13:04.861Z] ---> Running in e6da877df952 [2021-04-06T06:13:05.124Z] ---> Running in 3380920b4bda [2021-04-06T06:13:05.124Z] Removing intermediate container 87e9eb716ef9 [2021-04-06T06:13:05.124Z] ---> 1b001e0b165e [2021-04-06T06:13:05.124Z] Step 20/22 : LABEL arch=x86_64 [2021-04-06T06:13:05.124Z] ---> Running in d162c54a8f5c [2021-04-06T06:13:05.386Z] Removing intermediate container e6da877df952 [2021-04-06T06:13:05.386Z] ---> dfa7d6ec4b9d [2021-04-06T06:13:05.386Z] Step 21/22 : LABEL git_sha=8f2bcf47e17800030ef20eef69688b6065468e62 [2021-04-06T06:13:05.652Z] ---> Running in 0f3012401124 [2021-04-06T06:13:05.652Z] Removing intermediate container 3380920b4bda [2021-04-06T06:13:05.652Z] ---> c3a52d0eee3c [2021-04-06T06:13:05.652Z] Step 21/23 : LABEL arch=x86_64 [2021-04-06T06:13:05.652Z] Removing intermediate container d162c54a8f5c [2021-04-06T06:13:05.652Z] ---> 1da39fca59b1 [2021-04-06T06:13:05.652Z] Step 21/22 : LABEL git_sha=8f2bcf47e17800030ef20eef69688b6065468e62 [2021-04-06T06:13:05.915Z] ---> Running in 4b5e9af474a8 [2021-04-06T06:13:05.915Z] ---> Running in 083d7991c73a [2021-04-06T06:13:05.915Z] Removing intermediate container 0f3012401124 [2021-04-06T06:13:05.915Z] ---> 720d99b3574b [2021-04-06T06:13:05.915Z] Step 22/22 : LABEL version=0.0.0 [2021-04-06T06:13:06.179Z] ---> Running in d9f4361cc29d [2021-04-06T06:13:06.179Z] Removing intermediate container 4b5e9af474a8 [2021-04-06T06:13:06.179Z] ---> 98ec486e7256 [2021-04-06T06:13:06.179Z] Step 22/22 : LABEL version=0.0.0 [2021-04-06T06:13:06.179Z] Removing intermediate container 083d7991c73a [2021-04-06T06:13:06.179Z] ---> bdb90f011f7c [2021-04-06T06:13:06.179Z] Step 22/23 : LABEL git_sha=8f2bcf47e17800030ef20eef69688b6065468e62 [2021-04-06T06:13:06.179Z] Removing intermediate container eef731b76fb2 [2021-04-06T06:13:06.179Z] ---> c5bbbae6837b [2021-04-06T06:13:06.179Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-04-06T06:13:06.443Z] ---> Running in 586e8ff5e099 [2021-04-06T06:13:06.443Z] Removing intermediate container 76e40bd2ea09 [2021-04-06T06:13:06.443Z] ---> 306a0cb0e88c [2021-04-06T06:13:06.443Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-06T06:13:06.705Z] ---> Running in 271e5cc844e0 [2021-04-06T06:13:06.705Z] ---> Running in 7bf5cf39d69b [2021-04-06T06:13:06.705Z] Removing intermediate container d9f4361cc29d [2021-04-06T06:13:06.705Z] ---> 99bc69ffb121 [2021-04-06T06:13:06.705Z] [2021-04-06T06:13:06.987Z] Removing intermediate container 271e5cc844e0 [2021-04-06T06:13:06.987Z] ---> 3a1fbb79ae11 [2021-04-06T06:13:06.987Z] Step 22/24 : LABEL arch=x86_64 [2021-04-06T06:13:06.987Z] Removing intermediate container 7bf5cf39d69b [2021-04-06T06:13:06.987Z] ---> 412fcf1e60f4 [2021-04-06T06:13:06.987Z] Step 23/23 : LABEL version=0.0.0 [2021-04-06T06:13:06.987Z] Removing intermediate container 586e8ff5e099 [2021-04-06T06:13:06.987Z] ---> e70c64fab9b1 [2021-04-06T06:13:06.987Z] [2021-04-06T06:13:06.987Z] Successfully built 99bc69ffb121 [2021-04-06T06:13:06.987Z] ---> 1545f53b02b6 [2021-04-06T06:13:06.987Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-04-06T06:13:06.987Z] Successfully tagged docker-support-notifications-go:latest [2021-04-06T06:13:06.987Z]  Building docker-support-notifications-go ... done Building docker-core-metadata-go [2021-04-06T06:13:06.987Z] ---> Running in b37afb671a30 [2021-04-06T06:13:06.987Z] ---> Running in e519e70fbc88 [2021-04-06T06:13:07.251Z] Successfully built e70c64fab9b1 [2021-04-06T06:13:07.251Z] Successfully tagged docker-support-scheduler-go:latest [2021-04-06T06:13:07.251Z]  Building docker-support-scheduler-go ... done Building docker-core-data-go [2021-04-06T06:13:07.251Z] Removing intermediate container e519e70fbc88 [2021-04-06T06:13:07.251Z] ---> 55cd144b65de [2021-04-06T06:13:07.251Z] Step 23/24 : LABEL git_sha=8f2bcf47e17800030ef20eef69688b6065468e62 [2021-04-06T06:13:07.513Z] Removing intermediate container b37afb671a30 [2021-04-06T06:13:07.513Z] ---> 8c26160939e6 [2021-04-06T06:13:07.513Z] [2021-04-06T06:13:07.513Z] ---> Running in cdd089a221e3 [2021-04-06T06:13:07.513Z] Successfully built 8c26160939e6 [2021-04-06T06:13:07.513Z] Successfully tagged docker-core-command-go:latest [2021-04-06T06:13:07.513Z]  Building docker-core-command-go ... done Building docker-sys-mgmt-agent-go [2021-04-06T06:13:07.776Z] ---> 25bcdea59d00 [2021-04-06T06:13:07.776Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-04-06T06:13:07.776Z] Removing intermediate container cdd089a221e3 [2021-04-06T06:13:07.776Z] ---> 360d5b5190e4 [2021-04-06T06:13:07.776Z] Step 24/24 : LABEL version=0.0.0 [2021-04-06T06:13:07.776Z] ---> Running in 17ca6eff2658 [2021-04-06T06:13:08.043Z] ---> 46b57325f3fb [2021-04-06T06:13:08.043Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-04-06T06:13:08.043Z] Removing intermediate container 17ca6eff2658 [2021-04-06T06:13:08.043Z] ---> b4a8166f2cb1 [2021-04-06T06:13:08.043Z] [2021-04-06T06:13:08.306Z] Successfully built b4a8166f2cb1 [2021-04-06T06:13:08.306Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-04-06T06:13:08.306Z]  Building docker-security-secretstore-setup-go ... done Building docker-security-proxy-setup-go [2021-04-06T06:13:08.571Z] ---> 6943cd370e93 [2021-04-06T06:13:08.571Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-04-06T06:13:12.793Z] ---> 9e35dc60d140 [2021-04-06T06:13:12.793Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-04-06T06:13:16.120Z] ---> Running in e2c44594c113 [2021-04-06T06:13:16.696Z] Removing intermediate container e2c44594c113 [2021-04-06T06:13:16.696Z] ---> a4669873656b [2021-04-06T06:13:16.696Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-04-06T06:13:20.017Z] ---> d2e9c88cc034 [2021-04-06T06:13:20.017Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-04-06T06:13:20.285Z] ---> Running in 6ad6197d10ca [2021-04-06T06:13:25.641Z] Removing intermediate container 6ad6197d10ca [2021-04-06T06:13:25.641Z] ---> 687ae46879a4 [2021-04-06T06:13:25.641Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-04-06T06:13:25.913Z] ---> Running in e612547babb1 [2021-04-06T06:13:29.317Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-04-06T06:13:30.187Z] Removing intermediate container e612547babb1 [2021-04-06T06:13:30.187Z] ---> f5cad4ed4dd7 [2021-04-06T06:13:30.187Z] Step 28/31 : CMD ["gate"] [2021-04-06T06:13:32.138Z] ---> Running in 709b631e9e1b [2021-04-06T06:13:34.726Z] Removing intermediate container 709b631e9e1b [2021-04-06T06:13:34.726Z] ---> e74530cd0529 [2021-04-06T06:13:34.726Z] Step 29/31 : LABEL arch=x86_64 [2021-04-06T06:13:35.315Z] ---> Running in 119c22decdda [2021-04-06T06:13:35.580Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-06T06:13:35.580Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-06T06:13:35.580Z] ---> 564ff28ff3e0 [2021-04-06T06:13:35.580Z] Step 3/23 : WORKDIR /edgex-go [2021-04-06T06:13:35.580Z] ---> Using cache [2021-04-06T06:13:35.580Z] ---> ea8dc92535ea [2021-04-06T06:13:35.580Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-06T06:13:35.849Z] ---> Using cache [2021-04-06T06:13:35.849Z] ---> 93f132c500c2 [2021-04-06T06:13:35.849Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-04-06T06:13:36.432Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-06T06:13:36.432Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-04-06T06:13:36.432Z] ---> 564ff28ff3e0 [2021-04-06T06:13:36.432Z] Step 3/26 : WORKDIR /edgex-go [2021-04-06T06:13:36.432Z] ---> Using cache [2021-04-06T06:13:36.432Z] ---> ea8dc92535ea [2021-04-06T06:13:36.432Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-06T06:13:36.432Z] ---> Using cache [2021-04-06T06:13:36.432Z] ---> 93f132c500c2 [2021-04-06T06:13:36.432Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-04-06T06:13:36.694Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-06T06:13:36.694Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-04-06T06:13:36.694Z] ---> 564ff28ff3e0 [2021-04-06T06:13:36.694Z] Step 3/21 : WORKDIR /edgex-go [2021-04-06T06:13:36.694Z] ---> Using cache [2021-04-06T06:13:36.694Z] ---> ea8dc92535ea [2021-04-06T06:13:36.694Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-06T06:13:36.694Z] ---> Using cache [2021-04-06T06:13:36.694Z] ---> 93f132c500c2 [2021-04-06T06:13:36.694Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-04-06T06:13:36.694Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-06T06:13:36.694Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-06T06:13:36.694Z] ---> 564ff28ff3e0 [2021-04-06T06:13:36.694Z] Step 3/23 : WORKDIR /edgex-go [2021-04-06T06:13:36.694Z] ---> Using cache [2021-04-06T06:13:36.694Z] ---> ea8dc92535ea [2021-04-06T06:13:36.694Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-06T06:13:36.694Z] ---> Using cache [2021-04-06T06:13:36.694Z] ---> 93f132c500c2 [2021-04-06T06:13:36.694Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-04-06T06:13:38.937Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-04-06T06:13:38.940Z] Removing intermediate container 119c22decdda [2021-04-06T06:13:38.940Z] ---> d907c0aada51 [2021-04-06T06:13:38.940Z] Step 30/31 : LABEL git_sha=8f2bcf47e17800030ef20eef69688b6065468e62 [2021-04-06T06:13:38.940Z] ---> Running in a1cbc581535c [2021-04-06T06:13:38.940Z] ---> Running in 3018591df1a9 [2021-04-06T06:13:38.940Z] ---> Running in 3a902ad169bb [2021-04-06T06:13:38.940Z] ---> Running in 088fa9a63bb2 [2021-04-06T06:13:38.940Z] ---> Running in a1de8866a9f7 [2021-04-06T06:13:38.940Z] Removing intermediate container a1de8866a9f7 [2021-04-06T06:13:38.940Z] ---> 5765f4adadf1 [2021-04-06T06:13:38.940Z] Step 31/31 : LABEL version=0.0.0 [2021-04-06T06:13:38.940Z] ---> Running in e374b8abf417 [2021-04-06T06:13:38.940Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-06T06:13:38.940Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-06T06:13:38.940Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-06T06:13:38.940Z] Removing intermediate container e374b8abf417 [2021-04-06T06:13:38.940Z] ---> 341d9cdddc6e [2021-04-06T06:13:38.940Z] [2021-04-06T06:13:38.940Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-06T06:13:39.203Z] Successfully built 341d9cdddc6e [2021-04-06T06:13:39.203Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-04-06T06:13:39.468Z]  Building docker-security-bootstrapper-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-06T06:13:39.468Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-06T06:13:39.468Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-06T06:13:39.734Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-06T06:13:39.997Z] OK: 233 MiB in 51 packages [2021-04-06T06:13:39.997Z] OK: 233 MiB in 51 packages [2021-04-06T06:13:39.997Z] OK: 233 MiB in 51 packages [2021-04-06T06:13:40.580Z] OK: 233 MiB in 51 packages [2021-04-06T06:13:40.580Z] Removing intermediate container a1cbc581535c [2021-04-06T06:13:40.580Z] ---> c79f0735c568 [2021-04-06T06:13:40.580Z] Step 6/23 : COPY go.mod . [2021-04-06T06:13:40.850Z] Removing intermediate container 088fa9a63bb2 [2021-04-06T06:13:40.850Z] ---> be5f6b76f8bc [2021-04-06T06:13:40.850Z] Step 6/26 : COPY go.mod . [2021-04-06T06:13:40.850Z] Removing intermediate container 3018591df1a9 [2021-04-06T06:13:40.850Z] ---> 839f6afd56c8 [2021-04-06T06:13:40.850Z] Step 6/23 : COPY go.mod . [2021-04-06T06:13:41.115Z] ---> abb90e56bb60 [2021-04-06T06:13:41.115Z] Step 7/23 : RUN go mod download [2021-04-06T06:13:41.115Z] ---> Running in 0200e2c6b53d [2021-04-06T06:13:41.380Z] ---> 30627b9045f9 [2021-04-06T06:13:41.380Z] Step 7/26 : RUN go mod download [2021-04-06T06:13:41.380Z] Removing intermediate container 3a902ad169bb [2021-04-06T06:13:41.380Z] ---> 2a07aeb61dc3 [2021-04-06T06:13:41.380Z] Step 6/21 : COPY go.mod . [2021-04-06T06:13:41.380Z] ---> 48b1cdb28a48 [2021-04-06T06:13:41.380Z] Step 7/23 : RUN go mod download [2021-04-06T06:13:41.380Z] ---> Running in e8b538979a48 [2021-04-06T06:13:41.656Z] ---> Running in e561c920b80a [2021-04-06T06:13:41.920Z] ---> 845af58196eb [2021-04-06T06:13:41.920Z] Step 7/21 : RUN go mod download [2021-04-06T06:13:42.183Z] ---> Running in 71dd99fe53f1 [2021-04-06T06:13:43.163Z] Removing intermediate container 0200e2c6b53d [2021-04-06T06:13:43.163Z] ---> 67e20f186b0c [2021-04-06T06:13:43.163Z] Step 8/23 : COPY . . [2021-04-06T06:13:43.431Z] Removing intermediate container e8b538979a48 [2021-04-06T06:13:43.431Z] ---> 6960e61a1a57 [2021-04-06T06:13:43.431Z] Step 8/26 : COPY . . [2021-04-06T06:13:43.431Z] Removing intermediate container e561c920b80a [2021-04-06T06:13:43.431Z] ---> 4ca69e1349dc [2021-04-06T06:13:43.431Z] Step 8/23 : COPY . . [2021-04-06T06:13:44.040Z] Removing intermediate container 71dd99fe53f1 [2021-04-06T06:13:44.041Z] ---> 5b130654bead [2021-04-06T06:13:44.041Z] Step 8/21 : COPY . . [2021-04-06T06:13:45.666Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-04-06T06:13:45.666Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-04-06T06:13:48.312Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-04-06T06:13:48.312Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-04-06T06:13:48.312Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-04-06T06:13:48.312Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-04-06T06:13:51.728Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-04-06T06:13:52.007Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-04-06T06:14:00.340Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-04-06T06:14:00.340Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-04-06T06:14:00.340Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-04-06T06:14:05.769Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.376s coverage: 45.9% of statements [2021-04-06T06:14:05.769Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-04-06T06:14:05.769Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-04-06T06:14:05.769Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-04-06T06:14:05.769Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-04-06T06:14:05.769Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-04-06T06:14:05.769Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-04-06T06:14:05.769Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.134s coverage: 19.8% of statements [2021-04-06T06:14:05.769Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.339s coverage: 100.0% of statements [2021-04-06T06:14:12.503Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.601s coverage: 27.1% of statements [2021-04-06T06:14:12.503Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-04-06T06:14:12.503Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-04-06T06:14:12.503Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-04-06T06:14:12.503Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-04-06T06:14:12.503Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-04-06T06:14:12.503Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-04-06T06:14:12.503Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.168s coverage: 100.0% of statements [2021-04-06T06:14:12.503Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-04-06T06:14:12.503Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.256s coverage: 100.0% of statements [2021-04-06T06:14:12.503Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-04-06T06:14:12.503Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-04-06T06:14:14.509Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.282s coverage: 71.3% of statements [2021-04-06T06:14:14.509Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-04-06T06:14:14.509Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-04-06T06:14:15.955Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.507s coverage: 82.9% of statements [2021-04-06T06:14:15.955Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-04-06T06:14:15.955Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-04-06T06:14:15.955Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.153s coverage: 78.9% of statements [2021-04-06T06:14:15.955Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-04-06T06:14:16.631Z] ---> a6b3ef56c8a9 [2021-04-06T06:14:16.631Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-04-06T06:14:16.631Z] ---> 89fa4328b582 [2021-04-06T06:14:16.631Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-04-06T06:14:16.631Z] ---> 9cfcb7681b5d [2021-04-06T06:14:16.631Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-04-06T06:14:16.631Z] ---> 64402f130f85 [2021-04-06T06:14:16.631Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-04-06T06:14:16.631Z] ---> Running in 2ea6b102ee91 [2021-04-06T06:14:16.631Z] ---> Running in ced5516bd380 [2021-04-06T06:14:16.631Z] ---> Running in 7a92520e9e50 [2021-04-06T06:14:16.631Z] ---> Running in 68371ebbadbc [2021-04-06T06:14:16.631Z] 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-06T06:14:16.631Z] 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-06T06:14:16.631Z] 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-06T06:14:16.631Z] 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-06T06:14:26.163Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.154s coverage: 28.6% of statements [2021-04-06T06:14:26.164Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-04-06T06:14:26.164Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-04-06T06:14:26.164Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-04-06T06:14:26.164Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-04-06T06:14:26.164Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-04-06T06:14:26.164Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.212s coverage: 100.0% of statements [2021-04-06T06:14:26.164Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-04-06T06:14:26.164Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.139s coverage: 100.0% of statements [2021-04-06T06:14:26.164Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-04-06T06:14:26.164Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.424s coverage: 86.7% of statements [2021-04-06T06:14:26.164Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-04-06T06:14:26.164Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.471s coverage: 97.5% of statements [2021-04-06T06:14:26.164Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-04-06T06:14:26.164Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.237s coverage: 78.3% of statements [2021-04-06T06:14:26.164Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-04-06T06:14:26.164Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-04-06T06:14:26.164Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-04-06T06:14:26.164Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-04-06T06:14:34.489Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.220s coverage: 92.8% of statements [2021-04-06T06:14:34.489Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-04-06T06:14:34.489Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-04-06T06:14:34.489Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-04-06T06:14:34.489Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-04-06T06:14:34.489Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-04-06T06:14:34.489Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-04-06T06:14:34.489Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-04-06T06:14:34.489Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-04-06T06:14:34.489Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-04-06T06:14:34.489Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-04-06T06:14:34.489Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-04-06T06:14:34.489Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-04-06T06:14:34.489Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-04-06T06:14:34.489Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-04-06T06:14:34.489Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-04-06T06:14:34.489Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-04-06T06:14:34.489Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-04-06T06:14:34.489Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-04-06T06:14:34.489Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.125s coverage: 58.8% of statements [2021-04-06T06:14:34.489Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-04-06T06:14:34.489Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-04-06T06:14:34.489Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.217s coverage: 1.0% of statements [2021-04-06T06:14:34.489Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-04-06T06:14:34.489Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-04-06T06:14:34.489Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-04-06T06:14:34.489Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.128s coverage: 47.1% of statements [2021-04-06T06:14:34.489Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.141s coverage: 79.5% of statements [2021-04-06T06:14:34.489Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.131s coverage: 94.1% of statements [2021-04-06T06:14:34.489Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.163s coverage: 96.3% of statements [2021-04-06T06:14:35.098Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.171s coverage: 87.5% of statements [2021-04-06T06:14:43.516Z] 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-06T06:14:46.885Z] Removing intermediate container ced5516bd380 [2021-04-06T06:14:46.885Z] ---> 2265c4a7c52a [2021-04-06T06:14:46.885Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-04-06T06:14:46.885Z] ---> Running in aec68bf751be [2021-04-06T06:14:47.504Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.152s coverage: 94.4% of statements [2021-04-06T06:14:47.504Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.120s coverage: 44.8% of statements [2021-04-06T06:14:47.880Z] 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-06T06:14:52.107Z] Removing intermediate container 68371ebbadbc [2021-04-06T06:14:52.107Z] ---> e057484b0c1e [2021-04-06T06:14:52.107Z] [2021-04-06T06:14:52.107Z] Step 10/21 : FROM alpine:3.12 [2021-04-06T06:14:52.107Z] ---> 7230e588e954 [2021-04-06T06:14:52.107Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-04-06T06:14:52.107Z] ---> Running in 53b4e59e6c3f [2021-04-06T06:14:52.687Z] Removing intermediate container aec68bf751be [2021-04-06T06:14:52.687Z] ---> d304a36ba85e [2021-04-06T06:14:52.687Z] [2021-04-06T06:14:52.687Z] Step 11/26 : FROM docker:20.10.0 [2021-04-06T06:14:52.687Z] 20.10.0: Pulling from library/docker [2021-04-06T06:14:52.687Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-06T06:14:52.890Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.531s coverage: 81.5% of statements [2021-04-06T06:14:52.890Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2021-04-06T06:14:52.890Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/tokencleaner 0.092s coverage: 87.1% of statements [2021-04-06T06:14:52.952Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-06T06:14:52.952Z] (1/4) Installing ca-certificates (20191127-r4) [2021-04-06T06:14:52.952Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-04-06T06:14:52.952Z] (3/4) Installing libcurl (7.69.1-r3) [2021-04-06T06:14:52.952Z] (4/4) Installing curl (7.69.1-r3) [2021-04-06T06:14:52.952Z] Executing busybox-1.31.1-r20.trigger [2021-04-06T06:14:53.218Z] Executing ca-certificates-20191127-r4.trigger [2021-04-06T06:14:53.218Z] OK: 7 MiB in 18 packages [2021-04-06T06:14:57.439Z] Removing intermediate container 2ea6b102ee91 [2021-04-06T06:14:57.439Z] ---> 3cfec16dd7fb [2021-04-06T06:14:57.439Z] [2021-04-06T06:14:57.439Z] Step 10/23 : FROM alpine:3.12 [2021-04-06T06:14:57.439Z] ---> 7230e588e954 [2021-04-06T06:14:57.439Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-04-06T06:14:57.439Z] ---> Using cache [2021-04-06T06:14:57.439Z] ---> f086b91cb7b6 [2021-04-06T06:14:57.439Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-06T06:14:57.439Z] ---> Using cache [2021-04-06T06:14:57.439Z] ---> b8d896fc69c9 [2021-04-06T06:14:57.439Z] Step 13/23 : ENV APP_PORT=48081 [2021-04-06T06:14:57.439Z] Removing intermediate container 7a92520e9e50 [2021-04-06T06:14:57.439Z] ---> 0904a7208031 [2021-04-06T06:14:57.439Z] [2021-04-06T06:14:57.439Z] Step 10/23 : FROM alpine:3.12 [2021-04-06T06:14:57.439Z] ---> 7230e588e954 [2021-04-06T06:14:57.439Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-04-06T06:14:58.890Z] ---> Running in d81e04a1a47a [2021-04-06T06:14:58.890Z] ---> Running in 39b9c7fe9cb5 [2021-04-06T06:14:58.890Z] Removing intermediate container 53b4e59e6c3f [2021-04-06T06:14:58.890Z] ---> dd5f81b06b06 [2021-04-06T06:14:58.890Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-04-06T06:14:58.890Z] ---> Running in bba0cd998ae0 [2021-04-06T06:14:58.890Z] Removing intermediate container d81e04a1a47a [2021-04-06T06:14:58.890Z] ---> 10b740d02c39 [2021-04-06T06:14:58.890Z] Step 14/23 : EXPOSE $APP_PORT [2021-04-06T06:14:58.890Z] Removing intermediate container 39b9c7fe9cb5 [2021-04-06T06:14:58.890Z] ---> 5cfd2264d259 [2021-04-06T06:14:58.890Z] Step 12/23 : ENV APP_PORT=48080 [2021-04-06T06:14:59.153Z] ---> Running in 5ce56d34a8bc [2021-04-06T06:14:59.153Z] ---> Running in 40ae74707bf5 [2021-04-06T06:14:59.153Z] Removing intermediate container bba0cd998ae0 [2021-04-06T06:14:59.153Z] ---> 0b84500f7f9c [2021-04-06T06:14:59.153Z] Step 13/21 : WORKDIR /edgex [2021-04-06T06:14:59.415Z] Removing intermediate container 5ce56d34a8bc [2021-04-06T06:14:59.415Z] ---> 6f088b2fe226 [2021-04-06T06:14:59.415Z] Step 15/23 : WORKDIR / [2021-04-06T06:14:59.415Z] ---> Running in 0748152b2fc8 [2021-04-06T06:15:00.813Z] Removing intermediate container 40ae74707bf5 [2021-04-06T06:15:00.813Z] ---> 8e4753215c70 [2021-04-06T06:15:00.813Z] Step 13/23 : EXPOSE $APP_PORT [2021-04-06T06:15:01.396Z] ---> Running in 4d144b4c46f2 [2021-04-06T06:15:01.396Z] ---> Running in 8f3ba5b98d9a [2021-04-06T06:15:01.397Z] Removing intermediate container 0748152b2fc8 [2021-04-06T06:15:01.397Z] ---> ea3e5ba70b94 [2021-04-06T06:15:01.397Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-04-06T06:15:01.669Z] Removing intermediate container 4d144b4c46f2 [2021-04-06T06:15:01.669Z] ---> 4e380d157d12 [2021-04-06T06:15:01.669Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-06T06:15:01.669Z] Removing intermediate container 8f3ba5b98d9a [2021-04-06T06:15:01.669Z] ---> ce0cf42cef78 [2021-04-06T06:15:01.669Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-06T06:15:01.934Z] ---> 003f3fd61da9 [2021-04-06T06:15:01.934Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-04-06T06:15:01.934Z] ---> Running in 446c7a796c09 [2021-04-06T06:15:02.200Z] ---> 1d9cea34c085 [2021-04-06T06:15:02.200Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-04-06T06:15:03.151Z] ---> f00e604d1e8d [2021-04-06T06:15:03.151Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-04-06T06:15:03.151Z] ---> 6071aeaff38b [2021-04-06T06:15:03.151Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-04-06T06:15:03.413Z] ---> 6fcb196ff125 [2021-04-06T06:15:03.413Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-04-06T06:15:03.677Z] ---> Running in 7379444bd1f1 [2021-04-06T06:15:03.677Z] ---> 3e87d3206d79 [2021-04-06T06:15:03.677Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-04-06T06:15:03.677Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-04-06T06:15:03.677Z] Status: Downloaded newer image for docker:20.10.0 [2021-04-06T06:15:03.677Z] ---> aefe523efa57 [2021-04-06T06:15:03.677Z] Step 12/26 : RUN apk add --no-cache bash [2021-04-06T06:15:03.677Z] Removing intermediate container 446c7a796c09 [2021-04-06T06:15:03.677Z] ---> 458e77c109df [2021-04-06T06:15:03.677Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-04-06T06:15:03.677Z] ---> Running in 6b1cb724c817 [2021-04-06T06:15:03.942Z] ---> Running in 3b34d74aa600 [2021-04-06T06:15:03.942Z] ---> Running in 648d890c2b44 [2021-04-06T06:15:03.943Z] Removing intermediate container 7379444bd1f1 [2021-04-06T06:15:03.943Z] ---> 869984647bcb [2021-04-06T06:15:03.943Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-06T06:15:04.210Z] Removing intermediate container 6b1cb724c817 [2021-04-06T06:15:04.210Z] ---> e0563719eceb [2021-04-06T06:15:04.210Z] Step 18/21 : CMD ["--init=true"] [2021-04-06T06:15:04.210Z] ---> Running in 00384bd54421 [2021-04-06T06:15:04.210Z] ---> Running in 1adad954353f [2021-04-06T06:15:04.476Z] Removing intermediate container 00384bd54421 [2021-04-06T06:15:04.476Z] ---> c25a5457a701 [2021-04-06T06:15:04.476Z] Step 21/23 : LABEL arch=x86_64 [2021-04-06T06:15:04.739Z] Removing intermediate container 1adad954353f [2021-04-06T06:15:04.739Z] ---> 87d9053773ec [2021-04-06T06:15:04.739Z] Step 19/21 : LABEL arch=x86_64 [2021-04-06T06:15:04.739Z] ---> Running in 750a669271ba [2021-04-06T06:15:04.739Z] ---> Running in c492811c4fd5 [2021-04-06T06:15:05.315Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-06T06:15:05.315Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-06T06:15:05.315Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-06T06:15:05.315Z] Removing intermediate container c492811c4fd5 [2021-04-06T06:15:05.315Z] ---> 7850061fc592 [2021-04-06T06:15:05.315Z] Step 22/23 : LABEL git_sha=8f2bcf47e17800030ef20eef69688b6065468e62 [2021-04-06T06:15:05.345Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.174s coverage: 92.9% of statements [2021-04-06T06:15:05.345Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-04-06T06:15:05.345Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-04-06T06:15:05.345Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-04-06T06:15:05.345Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.056s coverage: 77.8% of statements [2021-04-06T06:15:05.345Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-04-06T06:15:05.345Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-04-06T06:15:05.345Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-04-06T06:15:05.345Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-04-06T06:15:05.345Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-04-06T06:15:05.346Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.070s coverage: 87.2% of statements [2021-04-06T06:15:05.346Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-04-06T06:15:05.346Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-04-06T06:15:05.346Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.106s coverage: 100.0% of statements [2021-04-06T06:15:05.346Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-04-06T06:15:05.346Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.150s coverage: 75.5% of statements [2021-04-06T06:15:05.346Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-04-06T06:15:05.346Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.138s coverage: 80.8% of statements [2021-04-06T06:15:05.346Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.209s coverage: 87.2% of statements [2021-04-06T06:15:05.346Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.202s coverage: 84.6% of statements [2021-04-06T06:15:05.346Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.213s coverage: 91.6% of statements [2021-04-06T06:15:05.346Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-04-06T06:15:05.346Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.578s coverage: 64.4% of statements [2021-04-06T06:15:05.346Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-04-06T06:15:05.346Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-04-06T06:15:05.346Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.124s coverage: 100.0% of statements [2021-04-06T06:15:05.346Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.084s coverage: 91.3% of statements [2021-04-06T06:15:05.346Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.046s coverage: 100.0% of statements [2021-04-06T06:15:05.346Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.083s coverage: 73.7% of statements [2021-04-06T06:15:05.346Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.051s coverage: 100.0% of statements [2021-04-06T06:15:05.578Z] Removing intermediate container 750a669271ba [2021-04-06T06:15:05.578Z] ---> 7efcacd42693 [2021-04-06T06:15:05.578Z] Step 20/21 : LABEL git_sha=8f2bcf47e17800030ef20eef69688b6065468e62 [2021-04-06T06:15:05.578Z] ---> Running in 06aa47f6aa0a [2021-04-06T06:15:05.578Z] ---> Running in 282864f20306 [2021-04-06T06:15:05.578Z] (1/2) Installing readline (8.0.4-r0) [2021-04-06T06:15:05.578Z] (2/2) Installing bash (5.0.17-r0) [2021-04-06T06:15:05.578Z] Executing bash-5.0.17-r0.post-install [2021-04-06T06:15:05.578Z] Executing busybox-1.31.1-r19.trigger [2021-04-06T06:15:05.578Z] OK: 12 MiB in 22 packages [2021-04-06T06:15:05.844Z] Removing intermediate container 06aa47f6aa0a [2021-04-06T06:15:05.844Z] ---> dd5e975343fb [2021-04-06T06:15:05.844Z] Step 23/23 : LABEL version=0.0.0 [2021-04-06T06:15:05.844Z] Removing intermediate container 282864f20306 [2021-04-06T06:15:05.844Z] ---> 2bbd335b312a [2021-04-06T06:15:05.844Z] Step 21/21 : LABEL version=0.0.0 [2021-04-06T06:15:06.116Z] ---> Running in bee291087b9f [2021-04-06T06:15:06.116Z] ---> Running in ce02ffe66998 [2021-04-06T06:15:06.116Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-06T06:15:06.379Z] Removing intermediate container ce02ffe66998 [2021-04-06T06:15:06.379Z] ---> d2ee7b3ba5bd [2021-04-06T06:15:06.379Z] [2021-04-06T06:15:06.379Z] Removing intermediate container bee291087b9f [2021-04-06T06:15:06.379Z] ---> 61ea5209bfa9 [2021-04-06T06:15:06.379Z] [2021-04-06T06:15:06.641Z] Removing intermediate container 648d890c2b44 [2021-04-06T06:15:06.642Z] ---> fbe6d582fb0c [2021-04-06T06:15:06.642Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-04-06T06:15:06.642Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-04-06T06:15:06.642Z] ---> Running in ce5981c2da1b [2021-04-06T06:15:06.642Z] Successfully built 61ea5209bfa9 [2021-04-06T06:15:06.642Z] Successfully built d2ee7b3ba5bd [2021-04-06T06:15:06.642Z] (2/6) Installing libgcc (9.3.0-r2) [2021-04-06T06:15:06.642Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-04-06T06:15:06.642Z] Successfully tagged docker-core-metadata-go:latest [2021-04-06T06:15:06.642Z]  Building docker-core-metadata-go ... done  Building docker-security-proxy-setup-go ... done (3/6) Installing libsodium (1.0.18-r0) [2021-04-06T06:15:06.903Z] Removing intermediate container ce5981c2da1b [2021-04-06T06:15:06.903Z] ---> 9aa918d4a9f2 [2021-04-06T06:15:06.903Z] Step 14/26 : ENV APP_PORT=48090 [2021-04-06T06:15:06.903Z] ---> Running in 12bad919d6f4 [2021-04-06T06:15:06.903Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-04-06T06:15:06.903Z] Removing intermediate container 12bad919d6f4 [2021-04-06T06:15:06.903Z] ---> 7094fb8bf9d0 [2021-04-06T06:15:06.903Z] Step 15/26 : EXPOSE $APP_PORT [2021-04-06T06:15:07.167Z] (5/6) Installing libzmq (4.3.3-r0) [2021-04-06T06:15:07.167Z] ---> Running in 0b56bf8879d2 [2021-04-06T06:15:07.167Z] (6/6) Installing zeromq (4.3.3-r0) [2021-04-06T06:15:07.167Z] Executing busybox-1.31.1-r20.trigger [2021-04-06T06:15:07.167Z] OK: 8 MiB in 20 packages [2021-04-06T06:15:07.167Z] Removing intermediate container 0b56bf8879d2 [2021-04-06T06:15:07.167Z] ---> fdcc2880f5f4 [2021-04-06T06:15:07.167Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-04-06T06:15:07.744Z] ---> 525f5617181c [2021-04-06T06:15:07.744Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-04-06T06:15:07.744Z] Removing intermediate container 3b34d74aa600 [2021-04-06T06:15:07.744Z] ---> 67ebbdc8dc1f [2021-04-06T06:15:07.744Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-06T06:15:08.008Z] ---> 46171e3c5bc1 [2021-04-06T06:15:08.008Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-04-06T06:15:08.274Z] ---> 974aa4f3dd86 [2021-04-06T06:15:08.274Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-04-06T06:15:08.536Z] ---> 4722f1968823 [2021-04-06T06:15:08.536Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-04-06T06:15:08.756Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.956s coverage: 69.0% of statements [2021-04-06T06:15:08.756Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-04-06T06:15:08.756Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-04-06T06:15:08.756Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-04-06T06:15:08.801Z] ---> Running in e1024e46cc38 [2021-04-06T06:15:08.801Z] ---> 5ec454dc4811 [2021-04-06T06:15:08.801Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-04-06T06:15:09.066Z] ---> e3d0979dc498 [2021-04-06T06:15:09.066Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-04-06T06:15:09.066Z] ---> Running in 1e3b64813b04 [2021-04-06T06:15:09.330Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-06T06:15:09.330Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-06T06:15:09.330Z] Removing intermediate container 1e3b64813b04 [2021-04-06T06:15:09.330Z] ---> ee253cb61e24 [2021-04-06T06:15:09.330Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-06T06:15:09.330Z] ---> Running in ff5861145c70 [2021-04-06T06:15:09.592Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-04-06T06:15:09.593Z] (2/33) Installing expat (2.2.9-r1) [2021-04-06T06:15:09.593Z] (3/33) Installing libffi (3.3-r2) [2021-04-06T06:15:09.593Z] (4/33) Installing gdbm (1.13-r1) [2021-04-06T06:15:09.593Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-04-06T06:15:09.593Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-04-06T06:15:09.593Z] (7/33) Installing python3 (3.8.8-r0) [2021-04-06T06:15:09.593Z] Removing intermediate container ff5861145c70 [2021-04-06T06:15:09.593Z] ---> 3a956f961423 [2021-04-06T06:15:09.593Z] Step 21/23 : LABEL arch=x86_64 [2021-04-06T06:15:09.752Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.496s coverage: 38.4% of statements [2021-04-06T06:15:09.752Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-04-06T06:15:09.752Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-04-06T06:15:09.752Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.143s coverage: 89.5% of statements [2021-04-06T06:15:09.752Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-04-06T06:15:09.752Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.104s coverage: 84.8% of statements [2021-04-06T06:15:13.815Z] ---> Running in 7314db0c109b [2021-04-06T06:15:13.815Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-04-06T06:15:13.815Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-04-06T06:15:13.815Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-04-06T06:15:13.815Z] (11/33) Installing py3-six (1.15.0-r0) [2021-04-06T06:15:13.815Z] (12/33) Installing py3-packaging (20.4-r0) [2021-04-06T06:15:13.815Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-04-06T06:15:13.815Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-04-06T06:15:13.815Z] Removing intermediate container 7314db0c109b [2021-04-06T06:15:13.815Z] ---> f96ebca748ab [2021-04-06T06:15:13.815Z] Step 22/23 : LABEL git_sha=8f2bcf47e17800030ef20eef69688b6065468e62 [2021-04-06T06:15:13.815Z] (15/33) Installing py3-idna (2.9-r0) [2021-04-06T06:15:14.389Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-04-06T06:15:14.389Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-04-06T06:15:14.652Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-04-06T06:15:14.652Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-04-06T06:15:14.652Z] ---> Running in fe7ad0bfe83f [2021-04-06T06:15:14.652Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-04-06T06:15:14.652Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-04-06T06:15:14.652Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-04-06T06:15:14.652Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-04-06T06:15:14.652Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-04-06T06:15:14.652Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-04-06T06:15:14.652Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-04-06T06:15:14.652Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-04-06T06:15:14.652Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-04-06T06:15:14.652Z] (29/33) Installing py3-progress (1.5-r0) [2021-04-06T06:15:14.652Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-04-06T06:15:14.652Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-04-06T06:15:15.226Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-04-06T06:15:15.226Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-04-06T06:15:15.489Z] Removing intermediate container fe7ad0bfe83f [2021-04-06T06:15:15.489Z] ---> d98e32daaf76 [2021-04-06T06:15:15.489Z] Step 23/23 : LABEL version=0.0.0 [2021-04-06T06:15:16.435Z] Executing busybox-1.31.1-r19.trigger [2021-04-06T06:15:16.436Z] OK: 71 MiB in 55 packages [2021-04-06T06:15:16.436Z] ---> Running in cdb6010590c6 [2021-04-06T06:15:16.503Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.418s coverage: 47.0% of statements [2021-04-06T06:15:16.503Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-04-06T06:15:16.503Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-04-06T06:15:16.503Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-04-06T06:15:16.503Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-04-06T06:15:16.503Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-04-06T06:15:16.503Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.164s coverage: 100.0% of statements [2021-04-06T06:15:16.503Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-04-06T06:15:16.503Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.109s coverage: 100.0% of statements [2021-04-06T06:15:16.503Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-04-06T06:15:16.503Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-04-06T06:15:16.503Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 0.144s coverage: 11.0% of statements [2021-04-06T06:15:16.503Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-04-06T06:15:16.697Z] Removing intermediate container cdb6010590c6 [2021-04-06T06:15:16.697Z] ---> c3cc637a01e2 [2021-04-06T06:15:16.697Z] [2021-04-06T06:15:16.697Z] Successfully built c3cc637a01e2 [2021-04-06T06:15:16.697Z] Successfully tagged docker-core-data-go:latest [2021-04-06T06:15:18.499Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.458s coverage: 87.1% of statements [2021-04-06T06:15:18.499Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-04-06T06:15:18.499Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-04-06T06:15:18.499Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-04-06T06:15:23.306Z]  Building docker-core-data-go ... done Removing intermediate container e1024e46cc38 [2021-04-06T06:15:23.306Z] ---> cf851a09f7f0 [2021-04-06T06:15:23.306Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-04-06T06:15:23.306Z] ---> Running in 5ddc26ba4b13 [2021-04-06T06:15:23.880Z] Collecting docker-compose==1.23.2 [2021-04-06T06:15:23.880Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-04-06T06:15:24.141Z] 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-06T06:15:24.141Z] Collecting docopt<0.7,>=0.6.1 [2021-04-06T06:15:24.141Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-04-06T06:15:24.714Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-04-06T06:15:24.714Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-04-06T06:15:24.977Z] Collecting texttable<0.10,>=0.9.0 [2021-04-06T06:15:24.977Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-04-06T06:15:25.246Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.386s coverage: 29.1% of statements [2021-04-06T06:15:25.246Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-04-06T06:15:25.246Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-04-06T06:15:25.246Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-04-06T06:15:25.246Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-04-06T06:15:25.246Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-04-06T06:15:25.246Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.190s coverage: 99.0% of statements [2021-04-06T06:15:25.246Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-04-06T06:15:25.246Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.180s coverage: 100.0% of statements [2021-04-06T06:15:25.246Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-04-06T06:15:25.246Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-04-06T06:15:25.246Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-04-06T06:15:25.246Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-04-06T06:15:25.246Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.298s coverage: 95.6% of statements [2021-04-06T06:15:25.246Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-04-06T06:15:25.246Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-04-06T06:15:25.246Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-04-06T06:15:25.246Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.043s coverage: 0.0% of statements [2021-04-06T06:15:25.246Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-04-06T06:15:25.246Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.046s coverage: 100.0% of statements [2021-04-06T06:15:25.246Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-04-06T06:15:25.246Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-04-06T06:15:25.246Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-04-06T06:15:25.246Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-04-06T06:15:25.246Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.088s coverage: 87.9% of statements [2021-04-06T06:15:25.246Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-04-06T06:15:25.246Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-04-06T06:15:25.246Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.060s coverage: 100.0% of statements [2021-04-06T06:15:25.552Z] Collecting dockerpty<0.5,>=0.4.1 [2021-04-06T06:15:25.552Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-04-06T06:15:25.844Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.120s coverage: 32.1% of statements [2021-04-06T06:15:26.125Z] Collecting docker<4.0,>=3.6.0 [2021-04-06T06:15:26.125Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-04-06T06:15:26.125Z] Collecting cached-property<2,>=1.2.0 [2021-04-06T06:15:26.125Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-04-06T06:15:26.389Z] Collecting PyYAML<4,>=3.10 [2021-04-06T06:15:26.390Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-04-06T06:15:27.279Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.083s coverage: 100.0% of statements [2021-04-06T06:15:27.343Z] Collecting websocket-client<1.0,>=0.32.0 [2021-04-06T06:15:27.343Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-04-06T06:15:27.343Z] Collecting jsonschema<3,>=2.5.1 [2021-04-06T06:15:27.343Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-04-06T06:15:27.343Z] Collecting idna<2.8,>=2.5 [2021-04-06T06:15:27.343Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-04-06T06:15:27.343Z] 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-06T06:15:27.611Z] 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-06T06:15:27.611Z] Collecting urllib3<1.25,>=1.21.1 [2021-04-06T06:15:27.611Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-04-06T06:15:27.611Z] Collecting docker-pycreds>=0.4.0 [2021-04-06T06:15:27.611Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-04-06T06:15:27.611Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-04-06T06:15:27.611Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-04-06T06:15:27.874Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-04-06T06:15:27.874Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-04-06T06:15:27.874Z] Installing collected packages: docopt, idna, urllib3, requests, texttable, dockerpty, docker-pycreds, websocket-client, docker, cached-property, PyYAML, jsonschema, docker-compose [2021-04-06T06:15:27.874Z] Running setup.py install for docopt: started [2021-04-06T06:15:27.875Z] GO111MODULE=on go vet ./... [2021-04-06T06:15:28.447Z] Running setup.py install for docopt: finished with status 'done' [2021-04-06T06:15:28.447Z] Attempting uninstall: idna [2021-04-06T06:15:28.447Z] Found existing installation: idna 2.9 [2021-04-06T06:15:28.447Z] Uninstalling idna-2.9: [2021-04-06T06:15:28.447Z] Successfully uninstalled idna-2.9 [2021-04-06T06:15:28.709Z] Attempting uninstall: urllib3 [2021-04-06T06:15:28.709Z] Found existing installation: urllib3 1.25.9 [2021-04-06T06:15:28.709Z] Uninstalling urllib3-1.25.9: [2021-04-06T06:15:28.709Z] Successfully uninstalled urllib3-1.25.9 [2021-04-06T06:15:28.971Z] Attempting uninstall: requests [2021-04-06T06:15:28.971Z] Found existing installation: requests 2.23.0 [2021-04-06T06:15:28.971Z] Uninstalling requests-2.23.0: [2021-04-06T06:15:28.971Z] Successfully uninstalled requests-2.23.0 [2021-04-06T06:15:28.971Z] Running setup.py install for texttable: started [2021-04-06T06:15:29.545Z] Running setup.py install for texttable: finished with status 'done' [2021-04-06T06:15:29.545Z] Running setup.py install for dockerpty: started [2021-04-06T06:15:30.490Z] Running setup.py install for dockerpty: finished with status 'done' [2021-04-06T06:15:31.063Z] Running setup.py install for PyYAML: started [2021-04-06T06:15:31.645Z] Running setup.py install for PyYAML: finished with status 'done' [2021-04-06T06:15:31.907Z] 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-06T06:15:35.262Z] Removing intermediate container 5ddc26ba4b13 [2021-04-06T06:15:35.262Z] ---> a6015b0dc12b [2021-04-06T06:15:35.262Z] Step 21/26 : RUN apk --no-cache add curl [2021-04-06T06:15:35.262Z] ---> Running in 76008a79018e [2021-04-06T06:15:35.262Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-06T06:15:35.555Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-06T06:15:35.555Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-04-06T06:15:35.555Z] (2/3) Installing libcurl (7.69.1-r3) [2021-04-06T06:15:35.555Z] (3/3) Installing curl (7.69.1-r3) [2021-04-06T06:15:35.555Z] Executing busybox-1.31.1-r19.trigger [2021-04-06T06:15:35.555Z] OK: 72 MiB in 58 packages [2021-04-06T06:15:36.192Z] Removing intermediate container 76008a79018e [2021-04-06T06:15:36.192Z] ---> 06bec367690b [2021-04-06T06:15:36.192Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-04-06T06:15:36.192Z] ---> Running in 947fe62c9864 [2021-04-06T06:15:36.456Z] Removing intermediate container 947fe62c9864 [2021-04-06T06:15:36.456Z] ---> 4c378033df99 [2021-04-06T06:15:36.456Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-06T06:15:36.456Z] ---> Running in fad59a782f02 [2021-04-06T06:15:36.722Z] Removing intermediate container fad59a782f02 [2021-04-06T06:15:36.722Z] ---> fed19f15afc8 [2021-04-06T06:15:36.722Z] Step 24/26 : LABEL arch=x86_64 [2021-04-06T06:15:36.722Z] ---> Running in 1c25c88bb4b1 [2021-04-06T06:15:36.722Z] Removing intermediate container 1c25c88bb4b1 [2021-04-06T06:15:36.722Z] ---> d422e60b925e [2021-04-06T06:15:36.722Z] Step 25/26 : LABEL git_sha=8f2bcf47e17800030ef20eef69688b6065468e62 [2021-04-06T06:15:36.986Z] ---> Running in a598452ac6b9 [2021-04-06T06:15:36.986Z] Removing intermediate container a598452ac6b9 [2021-04-06T06:15:36.986Z] ---> 17484c5cde98 [2021-04-06T06:15:36.986Z] Step 26/26 : LABEL version=0.0.0 [2021-04-06T06:15:37.248Z] ---> Running in 3e71bba456a7 [2021-04-06T06:15:37.248Z] Removing intermediate container 3e71bba456a7 [2021-04-06T06:15:37.248Z] ---> 8135789681bd [2021-04-06T06:15:37.248Z] [2021-04-06T06:15:37.509Z] Successfully built 8135789681bd [2021-04-06T06:15:37.509Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-04-06T06:15:37.781Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-04-06T06:15:37.814Z] $ docker stop --time=1 b90fc749d43b4bcbbf994936beee4f2293d3ec75afcaa30398e844c8859c8e04 [2021-04-06T06:15:39.367Z] $ docker rm -f b90fc749d43b4bcbbf994936beee4f2293d3ec75afcaa30398e844c8859c8e04 [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-06T06:15:39.980Z] + docker images [2021-04-06T06:15:39.980Z] + grep docker [2021-04-06T06:15:40.555Z] docker-sys-mgmt-agent-go latest 8135789681bd 3 seconds ago 314MB [2021-04-06T06:15:40.555Z] docker-core-data-go latest c3cc637a01e2 24 seconds ago 22.7MB [2021-04-06T06:15:40.555Z] docker-security-proxy-setup-go latest 61ea5209bfa9 34 seconds ago 25.4MB [2021-04-06T06:15:40.555Z] docker-core-metadata-go latest d2ee7b3ba5bd 34 seconds ago 19MB [2021-04-06T06:15:40.555Z] docker-security-bootstrapper-go latest 341d9cdddc6e 2 minutes ago 19MB [2021-04-06T06:15:40.555Z] docker-core-command-go latest 8c26160939e6 2 minutes ago 17.3MB [2021-04-06T06:15:40.555Z] docker-security-secretstore-setup-go latest b4a8166f2cb1 2 minutes ago 25.7MB [2021-04-06T06:15:40.555Z] docker-support-scheduler-go latest e70c64fab9b1 2 minutes ago 17.4MB [2021-04-06T06:15:40.555Z] docker-support-notifications-go latest 99bc69ffb121 2 minutes ago 17.9MB [2021-04-06T06:15:40.555Z] docker 20.10.0 aefe523efa57 3 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-06T06:15:56.592Z] Still waiting to schedule task [2021-04-06T06:15:56.593Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2021-04-06T06:16:49.919Z] gofmt -l . [2021-04-06T06:16:49.919Z] [ "`gofmt -l .`" = "" ] [2021-04-06T06:16:49.919Z] ./bin/test-go-mod-tidy.sh [2021-04-06T06:16:49.919Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-04-06T06:16:52.075Z] + ls -al . [2021-04-06T06:16:52.075Z] total 836 [2021-04-06T06:16:52.075Z] drwxrwxr-x 9 1001 1001 4096 Apr 6 06:16 . [2021-04-06T06:16:52.075Z] drwxr-xr-x 4 root root 4096 Apr 6 06:12 .. [2021-04-06T06:16:52.075Z] -rw-rw-r-- 1 1001 1001 11 Apr 6 06:10 .dockerignore [2021-04-06T06:16:52.075Z] drwxrwxr-x 8 1001 1001 4096 Apr 6 06:10 .git [2021-04-06T06:16:52.075Z] drwxrwxr-x 3 1001 1001 4096 Apr 6 06:10 .github [2021-04-06T06:16:52.075Z] -rw-rw-r-- 1 1001 1001 818 Apr 6 06:10 .gitignore [2021-04-06T06:16:52.075Z] -rw-rw-r-- 1 1001 1001 166 Apr 6 06:10 .sonarcloud.properties [2021-04-06T06:16:52.075Z] -rw-rw-r-- 1 1001 1001 8607 Apr 6 06:10 Attribution.txt [2021-04-06T06:16:52.075Z] -rw-rw-r-- 1 1001 1001 3804 Apr 6 06:10 CONTRIBUTING.md [2021-04-06T06:16:52.075Z] -rw-rw-r-- 1 1001 1001 931 Apr 6 06:10 Dockerfile.build [2021-04-06T06:16:52.075Z] -rw-rw-r-- 1 1001 1001 863 Apr 6 06:10 Jenkinsfile [2021-04-06T06:16:52.075Z] -rw-rw-r-- 1 1001 1001 10775 Apr 6 06:10 LICENSE [2021-04-06T06:16:52.075Z] -rw-rw-r-- 1 1001 1001 5774 Apr 6 06:10 Makefile [2021-04-06T06:16:52.075Z] -rw-rw-r-- 1 1001 1001 6548 Apr 6 06:10 README.md [2021-04-06T06:16:52.075Z] -rw-rw-r-- 1 1001 1001 6755 Apr 6 06:10 SECURITY.md [2021-04-06T06:16:52.075Z] -rw-rw-r-- 1 1001 1001 5 Apr 6 06:07 VERSION [2021-04-06T06:16:52.075Z] -rw-rw-r-- 1 1001 1001 4131 Apr 6 06:10 ZMQWindows.md [2021-04-06T06:16:52.075Z] drwxrwxr-x 2 1001 1001 4096 Apr 6 06:10 bin [2021-04-06T06:16:52.075Z] drwxrwxr-x 14 1001 1001 4096 Apr 6 06:10 cmd [2021-04-06T06:16:52.075Z] -rw-r--r-- 1 root root 697383 Apr 6 06:15 coverage.out [2021-04-06T06:16:52.075Z] -rw-r--r-- 1 root root 1056 Apr 6 06:16 go.mod [2021-04-06T06:16:52.075Z] -rw-r--r-- 1 root root 22360 Apr 6 06:16 go.sum [2021-04-06T06:16:52.075Z] drwxrwxr-x 8 1001 1001 4096 Apr 6 06:10 internal [2021-04-06T06:16:52.075Z] drwxrwxr-x 4 1001 1001 4096 Apr 6 06:10 openapi [2021-04-06T06:16:52.075Z] drwxrwxr-x 4 1001 1001 4096 Apr 6 06:10 snap [2021-04-06T06:16:52.075Z] -rw-rw-r-- 1 1001 1001 168 Apr 6 06:10 version.go [Pipeline] sh [2021-04-06T06:16:52.744Z] + '[' -e coverage.out ] [2021-04-06T06:16:52.744Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-04-06T06:16:52.797Z] Warning: overwriting stash ‘coverage-report’ [2021-04-06T06:16:52.928Z] Running on prd-ubuntu18.04-docker-8c-8g-32907 in /w/workspace/edgexfoundry_edgex-go_PR-3339 [Pipeline] { [Pipeline] ws [2021-04-06T06:16:53.039Z] Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] checkout [2021-04-06T06:16:53.874Z] Stashed 1 file(s) [Pipeline] sh [2021-04-06T06:16:54.557Z] + make build [2021-04-06T06:16:54.557Z] 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-06T06:16:55.578Z] using credential edgex-jenkins-ssh [2021-04-06T06:16:55.628Z] Cloning the remote Git repository [2021-04-06T06:16:55.649Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-04-06T06:16:55.725Z] > git init /w/workspace/edgex-go/1 # timeout=10 [2021-04-06T06:16:55.760Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-04-06T06:16:55.761Z] > git --version # timeout=10 [2021-04-06T06:16:55.767Z] > git --version # 'git version 2.17.1' [2021-04-06T06:16:55.768Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-06T06:16:55.799Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-06T06:17:04.709Z] 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-06T06:17:05.784Z] Merging remotes/origin/master commit 3d31a9377a82a7ecd7922e9b9d028e1661eb8a18 into PR head commit 8f2bcf47e17800030ef20eef69688b6065468e62 [2021-04-06T06:17:05.952Z] Merge succeeded, producing 8f2bcf47e17800030ef20eef69688b6065468e62 [2021-04-06T06:17:05.953Z] Checking out Revision 8f2bcf47e17800030ef20eef69688b6065468e62 (PR-3339) [2021-04-06T06:17:05.215Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-04-06T06:17:05.223Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-06T06:17:05.234Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-04-06T06:17:05.247Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-04-06T06:17:05.247Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-06T06:17:05.252Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3339/head:refs/remotes/origin/PR-3339 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-06T06:17:05.791Z] > git config core.sparsecheckout # timeout=10 [2021-04-06T06:17:05.796Z] > git checkout -f 8f2bcf47e17800030ef20eef69688b6065468e62 # timeout=10 [2021-04-06T06:17:05.920Z] > git remote # timeout=10 [2021-04-06T06:17:05.927Z] > git config --get remote.origin.url # timeout=10 [2021-04-06T06:17:05.932Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-06T06:17:05.935Z] > git merge 3d31a9377a82a7ecd7922e9b9d028e1661eb8a18 # timeout=10 [2021-04-06T06:17:05.944Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-04-06T06:17:05.953Z] > git config core.sparsecheckout # timeout=10 [2021-04-06T06:17:05.956Z] > git checkout -f 8f2bcf47e17800030ef20eef69688b6065468e62 # timeout=10 [2021-04-06T06:17:09.668Z] Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-messaging/v2" [2021-04-06T06:17:09.693Z] > git --version # timeout=10 [2021-04-06T06:17:09.696Z] > git --version # 'git version 2.17.1' [2021-04-06T06:17:09.700Z] fatal: bad object 57ded3389ef25720063a8030e5c426a6b7ea5b20 [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-06T06:17:10.753Z] + echo snap-build.sh [2021-04-06T06:17:10.753Z] snap-build.sh [2021-04-06T06:17:10.753Z] + SNAP_BASE_DIR=. [2021-04-06T06:17:10.753Z] + '[' '!' -z /w/workspace/edgex-go/1 ']' [2021-04-06T06:17:10.753Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/1 [2021-04-06T06:17:10.753Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/1]' [2021-04-06T06:17:10.753Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/1] [2021-04-06T06:17:10.753Z] + cd /w/workspace/edgex-go/1 [2021-04-06T06:17:10.753Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-04-06T06:17:10.753Z] Reading package lists... [2021-04-06T06:17:11.016Z] Building dependency tree... [2021-04-06T06:17:11.016Z] Reading state information... [2021-04-06T06:17:11.016Z] The following packages were automatically installed and are no longer required: [2021-04-06T06:17:11.016Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-04-06T06:17:11.016Z] uidmap xdelta3 [2021-04-06T06:17:11.016Z] Use 'sudo apt autoremove' to remove them. [2021-04-06T06:17:11.016Z] The following packages will be REMOVED: [2021-04-06T06:17:11.016Z] lxd* lxd-client* [2021-04-06T06:17:11.591Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-04-06T06:17:11.591Z] After this operation, 31.7 MB disk space will be freed. [2021-04-06T06:17:13.180Z] (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-06T06:17:13.180Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-04-06T06:17:14.132Z] Removing lxd dnsmasq configuration [2021-04-06T06:17:14.395Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-04-06T06:17:14.664Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-04-06T06:17:15.619Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-04-06T06:17:15.619Z] (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-06T06:17:15.619Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-04-06T06:17:17.012Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-04-06T06:17:17.277Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-04-06T06:17:18.667Z] + sudo snap remove --purge lxd [2021-04-06T06:17:19.239Z] snap "lxd" is not installed [2021-04-06T06:17:19.239Z] + sudo groupadd --force --system lxd [2021-04-06T06:17:19.239Z] ++ whoami [2021-04-06T06:17:19.239Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-04-06T06:17:19.239Z] + newgrp - lxd [2021-04-06T06:17:19.239Z] + sudo snap install lxd [2021-04-06T06:17:26.896Z] 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-06T06:17:35.173Z] 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-06T06:17:41.880Z] 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-06T06:17:42.154Z] 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-06T06:17:47.568Z] 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-06T06:17:52.955Z] 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-06T06:17:57.242Z] 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-06T06:18:00.619Z] 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-06T06:18:04.934Z] 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-06T06:18:09.236Z] 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-06T06:18:15.553Z] 2021-04-06T06:18:12Z INFO Waiting for automatic snapd restart... [Pipeline] } [2021-04-06T06:18:15.953Z] $ docker stop --time=1 e3d103a0dc50f9f35efe7f2120f99db3333639e09322f2fb9ee837b205ed72d7 [2021-04-06T06:18:18.660Z] $ docker rm -f e3d103a0dc50f9f35efe7f2120f99db3333639e09322f2fb9ee837b205ed72d7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-06T06:18:21.129Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-04-06T06:18:21.129Z] [2021-04-06T06:18:21.129Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-06T06:18:21.568Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-04-06T06:18:21.842Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-04-06T06:18:21.842Z] 29e5d40040c1: Pulling fs layer [2021-04-06T06:18:21.842Z] 1ce36da41761: Pulling fs layer [2021-04-06T06:18:21.842Z] 25b303627fd3: Pulling fs layer [2021-04-06T06:18:22.436Z] 29e5d40040c1: Download complete [2021-04-06T06:18:22.709Z] 1ce36da41761: Verifying Checksum [2021-04-06T06:18:22.709Z] 1ce36da41761: Download complete [2021-04-06T06:18:22.984Z] 29e5d40040c1: Pull complete [2021-04-06T06:18:24.421Z] 25b303627fd3: Verifying Checksum [2021-04-06T06:18:24.421Z] 25b303627fd3: Download complete [2021-04-06T06:18:24.421Z] 1ce36da41761: Pull complete [2021-04-06T06:18:34.564Z] 25b303627fd3: Pull complete [2021-04-06T06:18:34.564Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-04-06T06:18:34.564Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-04-06T06:18:34.564Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-04-06T06:18:34.860Z] prd-ubuntu18.04-docker-arm64-4c-16g-32905 does not seem to be running inside a container [2021-04-06T06:18:34.897Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-04-06T06:18:37.564Z] lxd 4.12 from Canonical* installed [2021-04-06T06:18:37.564Z] + sudo lxd init --auto [2021-04-06T06:18:38.082Z] $ docker top 0fa384de43a3837753af12dc22558610b2cd7f19acbb1e2ce5265358872c7ca4 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-06T06:18:39.217Z] + docker-compose build --help [2021-04-06T06:18:39.217Z] + grep parallel [2021-04-06T06:18:42.586Z] --parallel Build images in parallel. [Pipeline] } [2021-04-06T06:18:42.578Z] $ docker stop --time=1 0fa384de43a3837753af12dc22558610b2cd7f19acbb1e2ce5265358872c7ca4 [2021-04-06T06:18:44.530Z] $ docker rm -f 0fa384de43a3837753af12dc22558610b2cd7f19acbb1e2ce5265358872c7ca4 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-06T06:18:45.563Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-04-06T06:18:45.563Z] . [Pipeline] withDockerContainer [2021-04-06T06:18:45.718Z] + sudo snap install --classic snapcraft [2021-04-06T06:18:45.846Z] prd-ubuntu18.04-docker-arm64-4c-16g-32905 does not seem to be running inside a container [2021-04-06T06:18:45.874Z] $ 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/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@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:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-04-06T06:18:47.282Z] $ docker top 0bd6b4a5245742ff3c4599ed0ede7af03440c70ce3992ac514dd488bdddee058 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-06T06:18:48.424Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-04-06T06:18:51.790Z] Building docker-core-command-go ... [2021-04-06T06:18:51.790Z] Building docker-core-data-go ... [2021-04-06T06:18:51.790Z] Building docker-core-metadata-go ... [2021-04-06T06:18:51.790Z] Building docker-security-bootstrapper-go ... [2021-04-06T06:18:51.790Z] Building docker-security-proxy-setup-go ... [2021-04-06T06:18:51.790Z] Building docker-security-secretstore-setup-go ... [2021-04-06T06:18:51.790Z] Building docker-support-notifications-go ... [2021-04-06T06:18:51.790Z] Building docker-support-scheduler-go ... [2021-04-06T06:18:51.790Z] Building docker-sys-mgmt-agent-go ... [2021-04-06T06:18:51.790Z] Building docker-security-proxy-setup-go [2021-04-06T06:18:51.790Z] Building docker-support-scheduler-go [2021-04-06T06:18:51.790Z] Building docker-core-command-go [2021-04-06T06:18:51.790Z] Building docker-support-notifications-go [2021-04-06T06:18:51.790Z] Building docker-sys-mgmt-agent-go [2021-04-06T06:19:24.504Z] snapcraft 4.6 from Canonical* installed [2021-04-06T06:19:24.504Z] + '[' -f snap/local/build-helpers/bin/minimal-snap-build.sh ']' [2021-04-06T06:19:24.504Z] + ./snap/local/build-helpers/bin/minimal-snap-build.sh [2021-04-06T06:19:24.504Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-06T06:19:24.504Z] Dload Upload Total Spent Left Speed [2021-04-06T06:19:24.504Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 627 100 627 0 0 4576 0 --:--:-- --:--:-- --:--:-- 4576 [2021-04-06T06:19:24.504Z] 100 3325k 100 3325k 0 0 11.1M 0 --:--:-- --:--:-- --:--:-- 11.1M [2021-04-06T06:19:24.504Z] ./yq_linux_amd64 [2021-04-06T06:19:24.504Z] + sudo snapcraft prime --use-lxd [2021-04-06T06:19:24.504Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-04-06T06:19:24.504Z] 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-06T06:19:24.504Z] - README.md [2021-04-06T06:19:24.504Z] [2021-04-06T06:19:24.504Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-04-06T06:19:24.504Z] Launching a container. [2021-04-06T06:19:34.529Z] Waiting for container to be ready [2021-04-06T06:19:35.102Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-04-06T06:19:35.102Z] [2021-04-06T06:19:39.316Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-04-06T06:19:39.581Z] Waiting for network to be ready... [2021-04-06T06:19:39.852Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-04-06T06:19:40.114Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1639 kB] [2021-04-06T06:19:40.114Z] Get:3 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-04-06T06:19:40.114Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [310 kB] [2021-04-06T06:19:40.114Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] [2021-04-06T06:19:40.114Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-04-06T06:19:40.114Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [265 kB] [2021-04-06T06:19:40.114Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [34.6 kB] [2021-04-06T06:19:40.114Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1118 kB] [2021-04-06T06:19:40.114Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [251 kB] [2021-04-06T06:19:40.689Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-04-06T06:19:40.689Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-04-06T06:19:40.959Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-04-06T06:19:40.959Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-04-06T06:19:40.959Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-04-06T06:19:40.959Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-04-06T06:19:40.959Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-04-06T06:19:40.959Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-04-06T06:19:41.540Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-04-06T06:19:41.540Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1979 kB] [2021-04-06T06:19:41.540Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [402 kB] [2021-04-06T06:19:41.540Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] [2021-04-06T06:19:41.540Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-04-06T06:19:41.540Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [286 kB] [2021-04-06T06:19:41.540Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [38.2 kB] [2021-04-06T06:19:41.540Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1726 kB] [2021-04-06T06:19:41.540Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [366 kB] [2021-04-06T06:19:45.768Z] Fetched 24.2 MB in 5s (4667 kB/s) [2021-04-06T06:19:46.342Z] Reading package lists... [2021-04-06T06:19:46.605Z] Reading package lists... [2021-04-06T06:19:46.866Z] Building dependency tree... [2021-04-06T06:19:46.866Z] Reading state information... [2021-04-06T06:19:46.866Z] The following additional packages will be installed: [2021-04-06T06:19:46.866Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-04-06T06:19:46.866Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-04-06T06:19:46.866Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-04-06T06:19:46.866Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-04-06T06:19:46.866Z] Suggested packages: [2021-04-06T06:19:46.866Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-04-06T06:19:46.866Z] Recommended packages: [2021-04-06T06:19:46.866Z] gnupg libsasl2-modules [2021-04-06T06:19:46.866Z] The following NEW packages will be installed: [2021-04-06T06:19:46.866Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-04-06T06:19:46.866Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-04-06T06:19:46.866Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-04-06T06:19:46.866Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-04-06T06:19:46.866Z] The following packages will be upgraded: [2021-04-06T06:19:46.866Z] gpg gpg-agent gpgconf libudev1 [2021-04-06T06:19:47.131Z] 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. [2021-04-06T06:19:47.131Z] Need to get 3530 kB of archives. [2021-04-06T06:19:47.131Z] After this operation, 13.3 MB of additional disk space will be used. [2021-04-06T06:19:47.131Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.45 [59.0 kB] [2021-04-06T06:19:47.131Z] Get:2 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-06T06:19:47.394Z] 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-06T06:19:47.394Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.45 [1101 kB] [2021-04-06T06:19:47.394Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB] [2021-04-06T06:19:47.657Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.10 [154 kB] [2021-04-06T06:19:48.229Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-04-06T06:19:48.229Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-04-06T06:19:48.229Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] [2021-04-06T06:19:48.229Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] [2021-04-06T06:19:48.229Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] [2021-04-06T06:19:48.229Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-04-06T06:19:48.229Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-04-06T06:19:48.229Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-04-06T06:19:48.229Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-04-06T06:19:48.229Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-04-06T06:19:48.229Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-04-06T06:19:48.229Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-04-06T06:19:48.229Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-04-06T06:19:48.229Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-04-06T06:19:48.229Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-04-06T06:19:48.229Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] [2021-04-06T06:19:48.493Z] debconf: delaying package configuration, since apt-utils is not installed [2021-04-06T06:19:48.493Z] Fetched 3530 kB in 1s (2513 kB/s) [2021-04-06T06:19:48.493Z] (Reading database ... 12511 files and directories currently installed.) [2021-04-06T06:19:48.493Z] Preparing to unpack .../libudev1_237-3ubuntu10.45_amd64.deb ... [2021-04-06T06:19:48.760Z] Unpacking libudev1:amd64 (237-3ubuntu10.45) over (237-3ubuntu10) ... [2021-04-06T06:19:48.761Z] Setting up libudev1:amd64 (237-3ubuntu10.45) ... [2021-04-06T06:19:48.761Z] Selecting previously unselected package udev. [2021-04-06T06:19:48.761Z] (Reading database ... 12511 files and directories currently installed.) [2021-04-06T06:19:48.761Z] Preparing to unpack .../00-udev_237-3ubuntu10.45_amd64.deb ... [2021-04-06T06:19:48.761Z] Unpacking udev (237-3ubuntu10.45) ... [2021-04-06T06:19:49.030Z] Selecting previously unselected package libfuse2:amd64. [2021-04-06T06:19:49.030Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-04-06T06:19:49.030Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-04-06T06:19:49.314Z] Selecting previously unselected package fuse. [2021-04-06T06:19:49.314Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-04-06T06:19:49.314Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-04-06T06:19:49.314Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... [2021-04-06T06:19:49.314Z] Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-04-06T06:19:49.314Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... [2021-04-06T06:19:49.588Z] Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-04-06T06:19:49.588Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... [2021-04-06T06:19:49.588Z] Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-04-06T06:19:49.588Z] Selecting previously unselected package libksba8:amd64. [2021-04-06T06:19:49.850Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-04-06T06:19:49.850Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-04-06T06:19:49.850Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-04-06T06:19:49.850Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-06T06:19:49.850Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-06T06:19:49.850Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-04-06T06:19:49.850Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-06T06:19:49.850Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-06T06:19:50.110Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-04-06T06:19:50.110Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-06T06:19:50.110Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-06T06:19:50.110Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-04-06T06:19:50.110Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-06T06:19:50.110Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-06T06:19:50.371Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-04-06T06:19:50.371Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-06T06:19:50.371Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-06T06:19:50.371Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-04-06T06:19:50.371Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-06T06:19:50.371Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-06T06:19:50.371Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-04-06T06:19:50.371Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-06T06:19:50.371Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-06T06:19:50.632Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-04-06T06:19:50.632Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-06T06:19:50.633Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-06T06:19:50.633Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-04-06T06:19:50.633Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-06T06:19:50.633Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-06T06:19:50.893Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-04-06T06:19:50.893Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-04-06T06:19:50.893Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-04-06T06:19:50.893Z] Selecting previously unselected package libsasl2-2:amd64. [2021-04-06T06:19:50.893Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-04-06T06:19:50.893Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-04-06T06:19:50.893Z] Selecting previously unselected package libldap-common. [2021-04-06T06:19:50.893Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... [2021-04-06T06:19:50.893Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-04-06T06:19:51.155Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-04-06T06:19:51.155Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... [2021-04-06T06:19:51.155Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-04-06T06:19:51.155Z] Selecting previously unselected package dirmngr. [2021-04-06T06:19:51.155Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... [2021-04-06T06:19:51.155Z] Unpacking dirmngr (2.2.4-1ubuntu1.4) ... [2021-04-06T06:19:51.416Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-04-06T06:19:51.416Z] Setting up gpgconf (2.2.4-1ubuntu1.4) ... [2021-04-06T06:19:51.416Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-04-06T06:19:51.416Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-04-06T06:19:51.416Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-04-06T06:19:51.416Z] Setting up gpg-agent (2.2.4-1ubuntu1.4) ... [2021-04-06T06:19:51.677Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-06T06:19:51.677Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-04-06T06:19:51.677Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-04-06T06:19:51.677Z] Setting up udev (237-3ubuntu10.45) ... [2021-04-06T06:19:51.940Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-04-06T06:19:52.202Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-06T06:19:52.202Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-04-06T06:19:52.465Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-04-06T06:19:52.465Z] Setting up gpg (2.2.4-1ubuntu1.4) ... [2021-04-06T06:19:52.465Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-06T06:19:52.465Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-06T06:19:52.726Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-06T06:19:52.987Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-06T06:19:52.987Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-06T06:19:52.987Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-06T06:19:52.987Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-06T06:19:52.987Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-04-06T06:19:52.987Z] Setting up dirmngr (2.2.4-1ubuntu1.4) ... [2021-04-06T06:19:52.987Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-04-06T06:19:53.934Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-04-06T06:19:53.934Z] settings in the [Install] section, and DefaultInstance for template units). [2021-04-06T06:19:53.934Z] This means they are not meant to be enabled using systemctl. [2021-04-06T06:19:53.934Z] Possible reasons for having this kind of units are: [2021-04-06T06:19:53.934Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-04-06T06:19:53.934Z] .wants/ or .requires/ directory. [2021-04-06T06:19:53.934Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-04-06T06:19:53.934Z] a requirement dependency on it. [2021-04-06T06:19:53.934Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-04-06T06:19:53.934Z] D-Bus, udev, scripted systemctl call, ...). [2021-04-06T06:19:53.934Z] 4) In case of template units, the unit is meant to be enabled with some [2021-04-06T06:19:53.934Z] instance name specified. [2021-04-06T06:19:54.197Z] Reading package lists... [2021-04-06T06:19:54.197Z] Building dependency tree... [2021-04-06T06:19:54.197Z] Reading state information... [2021-04-06T06:19:54.459Z] The following additional packages will be installed: [2021-04-06T06:19:54.459Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-04-06T06:19:54.459Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-04-06T06:19:54.459Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-04-06T06:19:54.459Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-04-06T06:19:54.459Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-04-06T06:19:54.459Z] Suggested packages: [2021-04-06T06:19:54.459Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-04-06T06:19:54.459Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-04-06T06:19:54.459Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-04-06T06:19:54.459Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-04-06T06:19:54.459Z] systemd-container policykit-1 [2021-04-06T06:19:54.459Z] Recommended packages: [2021-04-06T06:19:54.459Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-04-06T06:19:54.459Z] The following NEW packages will be installed: [2021-04-06T06:19:54.459Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-04-06T06:19:54.459Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-04-06T06:19:54.459Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-04-06T06:19:54.459Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-04-06T06:19:54.459Z] python3.6-minimal snapd squashfs-tools sudo [2021-04-06T06:19:54.459Z] The following packages will be upgraded: [2021-04-06T06:19:54.459Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-04-06T06:19:54.459Z] 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. [2021-04-06T06:19:54.459Z] Need to get 35.2 MB of archives. [2021-04-06T06:19:54.459Z] After this operation, 141 MB of additional disk space will be used. [2021-04-06T06:19:54.459Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] [2021-04-06T06:19:54.722Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] [2021-04-06T06:19:54.722Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.45 [2913 kB] [2021-04-06T06:19:54.722Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.9 [1301 kB] [2021-04-06T06:19:54.722Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [534 kB] [2021-04-06T06:19:54.722Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-04-06T06:19:54.722Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [1610 kB] [2021-04-06T06:19:54.722Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.4 [1712 kB] [2021-04-06T06:19:54.984Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.4 [203 kB] [2021-04-06T06:19:54.984Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-04-06T06:19:54.984Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] [2021-04-06T06:19:54.984Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-04-06T06:19:54.984Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-04-06T06:19:54.984Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-04-06T06:19:54.984Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-04-06T06:19:54.984Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-04-06T06:19:54.984Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] [2021-04-06T06:19:54.984Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-04-06T06:19:54.984Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] [2021-04-06T06:19:55.558Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.45 [210 kB] [2021-04-06T06:19:55.558Z] 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-06T06:19:55.558Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-04-06T06:19:55.558Z] Get:23 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-04-06T06:19:55.558Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-04-06T06:19:55.558Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-04-06T06:19:55.558Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-04-06T06:19:55.558Z] Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-04-06T06:19:55.558Z] Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-04-06T06:19:55.558Z] Get:29 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-04-06T06:19:55.558Z] 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-06T06:19:55.821Z] debconf: delaying package configuration, since apt-utils is not installed [2021-04-06T06:19:55.821Z] Fetched 35.2 MB in 1s (31.0 MB/s) [2021-04-06T06:19:56.085Z] (Reading database ... 12757 files and directories currently installed.) [2021-04-06T06:19:56.085Z] Preparing to unpack .../systemd_237-3ubuntu10.45_amd64.deb ... [2021-04-06T06:19:56.085Z] Unpacking systemd (237-3ubuntu10.45) over (237-3ubuntu10) ... [2021-04-06T06:19:56.659Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.45_amd64.deb ... [2021-04-06T06:19:56.659Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.45) over (237-3ubuntu10) ... [2021-04-06T06:19:56.921Z] Setting up libsystemd0:amd64 (237-3ubuntu10.45) ... [2021-04-06T06:19:56.921Z] (Reading database ... 12757 files and directories currently installed.) [2021-04-06T06:19:56.921Z] Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... [2021-04-06T06:19:56.921Z] Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... [2021-04-06T06:19:57.187Z] Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... [2021-04-06T06:19:57.451Z] (Reading database ... 12757 files and directories currently installed.) [2021-04-06T06:19:57.451Z] Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... [2021-04-06T06:19:57.451Z] Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... [2021-04-06T06:19:58.026Z] Setting up apt (1.6.12ubuntu0.2) ... [2021-04-06T06:19:58.026Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-04-06T06:19:58.604Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-04-06T06:19:58.604Z] (Reading database ... 12764 files and directories currently installed.) [2021-04-06T06:19:58.604Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... [2021-04-06T06:19:58.604Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... [2021-04-06T06:19:58.866Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-04-06T06:19:58.866Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-04-06T06:19:58.866Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-06T06:19:59.129Z] Selecting previously unselected package libexpat1:amd64. [2021-04-06T06:19:59.129Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-04-06T06:19:59.129Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-04-06T06:19:59.129Z] Selecting previously unselected package python3.6-minimal. [2021-04-06T06:19:59.129Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-04-06T06:19:59.129Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-04-06T06:19:59.391Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) ... [2021-04-06T06:19:59.770Z] Checking for services that may need to be restarted...done. [2021-04-06T06:19:59.770Z] Checking for services that may need to be restarted...done. [2021-04-06T06:19:59.770Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-06T06:20:00.032Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-04-06T06:20:00.032Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-04-06T06:20:00.611Z] Selecting previously unselected package python3-minimal. [2021-04-06T06:20:00.611Z] (Reading database ... 13012 files and directories currently installed.) [2021-04-06T06:20:00.611Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-04-06T06:20:00.611Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-04-06T06:20:00.611Z] Selecting previously unselected package mime-support. [2021-04-06T06:20:00.611Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-04-06T06:20:00.611Z] Unpacking mime-support (3.60ubuntu1) ... [2021-04-06T06:20:00.611Z] Selecting previously unselected package libmpdec2:amd64. [2021-04-06T06:20:00.611Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-04-06T06:20:00.874Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-04-06T06:20:00.874Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-04-06T06:20:00.874Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-04-06T06:20:00.874Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-06T06:20:01.136Z] Selecting previously unselected package python3.6. [2021-04-06T06:20:01.136Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-04-06T06:20:01.136Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-06T06:20:01.136Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-04-06T06:20:01.136Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-04-06T06:20:01.136Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-04-06T06:20:01.398Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-04-06T06:20:01.660Z] Selecting previously unselected package python3. [2021-04-06T06:20:01.660Z] (Reading database ... 13442 files and directories currently installed.) [2021-04-06T06:20:01.660Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-04-06T06:20:01.660Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-04-06T06:20:01.660Z] Selecting previously unselected package multiarch-support. [2021-04-06T06:20:01.660Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-04-06T06:20:01.660Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-04-06T06:20:01.660Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-04-06T06:20:01.923Z] Selecting previously unselected package liblzo2-2:amd64. [2021-04-06T06:20:01.923Z] (Reading database ... 13479 files and directories currently installed.) [2021-04-06T06:20:01.923Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-04-06T06:20:01.923Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-04-06T06:20:01.923Z] Selecting previously unselected package libbsd0:amd64. [2021-04-06T06:20:01.923Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-04-06T06:20:01.923Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-04-06T06:20:01.923Z] Selecting previously unselected package sudo. [2021-04-06T06:20:01.923Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... [2021-04-06T06:20:01.923Z] Unpacking sudo (1.8.21p2-3ubuntu1.4) ... [2021-04-06T06:20:02.193Z] Selecting previously unselected package apparmor. [2021-04-06T06:20:02.193Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-04-06T06:20:02.193Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-04-06T06:20:02.455Z] Selecting previously unselected package libedit2:amd64. [2021-04-06T06:20:02.455Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-04-06T06:20:02.455Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-04-06T06:20:02.718Z] Selecting previously unselected package libkrb5support0:amd64. [2021-04-06T06:20:02.718Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-04-06T06:20:02.718Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-04-06T06:20:02.718Z] Selecting previously unselected package libk5crypto3:amd64. [2021-04-06T06:20:02.718Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-04-06T06:20:02.718Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-04-06T06:20:02.718Z] Selecting previously unselected package libkeyutils1:amd64. [2021-04-06T06:20:02.718Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-04-06T06:20:02.718Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-04-06T06:20:02.981Z] Selecting previously unselected package libkrb5-3:amd64. [2021-04-06T06:20:02.981Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-04-06T06:20:02.981Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-04-06T06:20:04.385Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-04-06T06:20:04.385Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-04-06T06:20:04.385Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-04-06T06:20:04.385Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-04-06T06:20:04.385Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... [2021-04-06T06:20:04.385Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-04-06T06:20:04.385Z] Selecting previously unselected package openssh-client. [2021-04-06T06:20:04.385Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-04-06T06:20:04.385Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-04-06T06:20:04.647Z] Selecting previously unselected package squashfs-tools. [2021-04-06T06:20:04.648Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-04-06T06:20:04.648Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-04-06T06:20:04.648Z] Selecting previously unselected package snapd. [2021-04-06T06:20:04.648Z] Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... [2021-04-06T06:20:04.910Z] Unpacking snapd (2.48.3+18.04) ... [2021-04-06T06:20:07.461Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-04-06T06:20:07.462Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-04-06T06:20:07.462Z] Setting up mime-support (3.60ubuntu1) ... [2021-04-06T06:20:07.462Z] Setting up sudo (1.8.21p2-3ubuntu1.4) ... [2021-04-06T06:20:07.462Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-04-06T06:20:07.462Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-04-06T06:20:07.462Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-04-06T06:20:07.462Z] Setting up systemd (237-3ubuntu10.45) ... [2021-04-06T06:20:07.462Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-04-06T06:20:08.408Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-04-06T06:20:08.408Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-04-06T06:20:08.408Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-04-06T06:20:08.408Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-06T06:20:08.674Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-04-06T06:20:08.674Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-06T06:20:09.252Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-04-06T06:20:09.252Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-04-06T06:20:09.513Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-04-06T06:20:09.513Z] Setting up python3 (3.6.7-1~18.04) ... [2021-04-06T06:20:09.513Z] running python rtupdate hooks for python3.6... [2021-04-06T06:20:09.513Z] running python post-rtupdate hooks for python3.6... [2021-04-06T06:20:09.513Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-04-06T06:20:10.900Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-04-06T06:20:11.163Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-04-06T06:20:11.163Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-04-06T06:20:11.425Z] Setting up snapd (2.48.3+18.04) ... [2021-04-06T06:20:11.998Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-04-06T06:20:11.998Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-04-06T06:20:12.259Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-04-06T06:20:12.527Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-04-06T06:20:12.793Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-04-06T06:20:12.793Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-04-06T06:20:12.793Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-04-06T06:20:13.054Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-04-06T06:20:13.317Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-04-06T06:20:13.579Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-04-06T06:20:13.579Z] /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-06T06:20:13.579Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-04-06T06:20:13.579Z] Processing triggers for systemd (237-3ubuntu10.45) ... [2021-04-06T06:20:13.580Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-06T06:20:13.580Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-04-06T06:20:13.580Z] ---> 6ecb1a8c45db [2021-04-06T06:20:13.580Z] Step 3/26 : WORKDIR /edgex-go [2021-04-06T06:20:13.580Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-06T06:20:13.580Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-04-06T06:20:13.580Z] ---> 6ecb1a8c45db [2021-04-06T06:20:13.580Z] Step 3/21 : WORKDIR /edgex-go [2021-04-06T06:20:13.580Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-06T06:20:13.580Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-06T06:20:13.580Z] ---> 6ecb1a8c45db [2021-04-06T06:20:13.580Z] Step 3/23 : WORKDIR /edgex-go [2021-04-06T06:20:13.580Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-06T06:20:13.580Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-04-06T06:20:13.580Z] ---> 6ecb1a8c45db [2021-04-06T06:20:13.580Z] Step 3/22 : WORKDIR /edgex-go [2021-04-06T06:20:13.580Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-06T06:20:13.580Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-04-06T06:20:13.580Z] ---> 6ecb1a8c45db [2021-04-06T06:20:13.580Z] Step 3/22 : WORKDIR /edgex-go [2021-04-06T06:20:13.580Z] ---> Running in 4b7de9d8e7e8 [2021-04-06T06:20:13.580Z] ---> Running in 71228da32068 [2021-04-06T06:20:13.580Z] ---> Running in 2c7015839a0f [2021-04-06T06:20:13.580Z] ---> Running in 6264ca08968e [2021-04-06T06:20:13.580Z] ---> Running in c1613b9972e0 [2021-04-06T06:20:13.580Z] Removing intermediate container c1613b9972e0 [2021-04-06T06:20:13.580Z] ---> 654983e19c28 [2021-04-06T06:20:13.580Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-06T06:20:13.580Z] Removing intermediate container 4b7de9d8e7e8 [2021-04-06T06:20:13.580Z] ---> 1bf5fe41c58f [2021-04-06T06:20:13.580Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-06T06:20:13.580Z] Removing intermediate container 71228da32068 [2021-04-06T06:20:13.580Z] ---> c42b8c74ca64 [2021-04-06T06:20:13.580Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-06T06:20:13.580Z] Removing intermediate container 2c7015839a0f [2021-04-06T06:20:13.580Z] Removing intermediate container 6264ca08968e [2021-04-06T06:20:13.580Z] ---> 203640e3f357 [2021-04-06T06:20:13.580Z] ---> e3a440d2fa16 [2021-04-06T06:20:13.580Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositoriesStep 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-06T06:20:13.580Z] [2021-04-06T06:20:13.580Z] ---> Running in 7631dd11f042 [2021-04-06T06:20:13.580Z] ---> Running in 6c084e0596de [2021-04-06T06:20:13.580Z] ---> Running in 4d044c0b8003 [2021-04-06T06:20:13.580Z] ---> Running in 39b11e9b66f5 [2021-04-06T06:20:13.580Z] ---> Running in 9846898b58f6 [2021-04-06T06:20:13.580Z] Removing intermediate container 7631dd11f042 [2021-04-06T06:20:13.580Z] ---> 07fed17e874c [2021-04-06T06:20:13.580Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-04-06T06:20:13.580Z] ---> Running in c10f78634aeb [2021-04-06T06:20:13.580Z] Removing intermediate container 6c084e0596de [2021-04-06T06:20:13.580Z] ---> 3c55fd5ade45 [2021-04-06T06:20:13.580Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-04-06T06:20:13.580Z] ---> Running in 3e21ba07efd8 [2021-04-06T06:20:13.580Z] Removing intermediate container 39b11e9b66f5 [2021-04-06T06:20:13.580Z] ---> 65fb26217d86 [2021-04-06T06:20:13.580Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-04-06T06:20:13.580Z] Removing intermediate container 4d044c0b8003 [2021-04-06T06:20:13.580Z] ---> 6f327a6da56e [2021-04-06T06:20:13.580Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-04-06T06:20:13.580Z] Removing intermediate container 9846898b58f6 [2021-04-06T06:20:13.580Z] ---> 13360d02d58b [2021-04-06T06:20:13.580Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-04-06T06:20:13.580Z] ---> Running in 2d795c2a50fb [2021-04-06T06:20:13.580Z] ---> Running in 1ac73b6bc15e [2021-04-06T06:20:13.580Z] ---> Running in 122d38cd8395 [2021-04-06T06:20:13.580Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-06T06:20:13.580Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-06T06:20:13.580Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-06T06:20:13.848Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-06T06:20:14.120Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-06T06:20:14.120Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-06T06:20:14.403Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-06T06:20:14.403Z] OK: 217 MiB in 51 packages [2021-04-06T06:20:14.673Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-06T06:20:14.947Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-06T06:20:14.947Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-06T06:20:14.947Z] OK: 217 MiB in 51 packages [2021-04-06T06:20:14.992Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-04-06T06:20:15.253Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-04-06T06:20:15.253Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-04-06T06:20:15.546Z] OK: 217 MiB in 51 packages [2021-04-06T06:20:15.817Z] Removing intermediate container c10f78634aeb [2021-04-06T06:20:15.817Z] ---> 5203d831b814 [2021-04-06T06:20:15.817Z] Step 6/21 : COPY go.mod . [2021-04-06T06:20:15.817Z] OK: 217 MiB in 51 packages [2021-04-06T06:20:15.817Z] OK: 217 MiB in 51 packages [2021-04-06T06:20:16.657Z] Reading package lists... [2021-04-06T06:20:16.811Z] Removing intermediate container 3e21ba07efd8 [2021-04-06T06:20:16.811Z] ---> f4b426933387 [2021-04-06T06:20:16.811Z] Step 6/22 : COPY go.mod . [2021-04-06T06:20:16.811Z] ---> daafcd6c957b [2021-04-06T06:20:16.811Z] Step 7/21 : RUN go mod download [2021-04-06T06:20:16.919Z] Reading package lists... [2021-04-06T06:20:17.089Z] ---> Running in 09d92fcea6cd [2021-04-06T06:20:17.089Z] Removing intermediate container 2d795c2a50fb [2021-04-06T06:20:17.089Z] ---> e3f9ace921d8 [2021-04-06T06:20:17.089Z] Step 6/22 : COPY go.mod . [2021-04-06T06:20:17.180Z] Building dependency tree... [2021-04-06T06:20:17.180Z] Reading state information... [2021-04-06T06:20:17.180Z] Calculating upgrade... [2021-04-06T06:20:17.447Z] The following packages will be upgraded: [2021-04-06T06:20:17.447Z] advancecomp base-files bash binutils binutils-common [2021-04-06T06:20:17.447Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-04-06T06:20:17.447Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-04-06T06:20:17.447Z] grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils [2021-04-06T06:20:17.447Z] libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 [2021-04-06T06:20:17.447Z] libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 [2021-04-06T06:20:17.447Z] libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 [2021-04-06T06:20:17.447Z] libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 [2021-04-06T06:20:17.447Z] libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules [2021-04-06T06:20:17.447Z] libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 [2021-04-06T06:20:17.447Z] libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 [2021-04-06T06:20:17.447Z] libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 [2021-04-06T06:20:17.447Z] libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin [2021-04-06T06:20:17.447Z] openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler [2021-04-06T06:20:17.447Z] procps systemd-sysv tar tzdata ubuntu-keyring util-linux [2021-04-06T06:20:17.447Z] 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-04-06T06:20:17.447Z] Need to get 63.8 MB of archives. [2021-04-06T06:20:17.447Z] After this operation, 5208 kB of additional disk space will be used. [2021-04-06T06:20:17.447Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-140.144 [993 kB] [2021-04-06T06:20:17.447Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-04-06T06:20:17.716Z] Removing intermediate container 122d38cd8395 [2021-04-06T06:20:17.716Z] ---> f20a8902e0f1 [2021-04-06T06:20:17.716Z] Step 6/26 : COPY go.mod . [2021-04-06T06:20:17.716Z] Removing intermediate container 1ac73b6bc15e [2021-04-06T06:20:17.716Z] ---> 738d72a79120 [2021-04-06T06:20:17.716Z] Step 6/23 : COPY go.mod . [2021-04-06T06:20:17.716Z] ---> ac14b4bdf727 [2021-04-06T06:20:17.716Z] Step 7/22 : RUN go mod download [2021-04-06T06:20:18.003Z] ---> Running in e282f949a637 [2021-04-06T06:20:18.280Z] ---> a844dd853cfa [2021-04-06T06:20:18.280Z] Step 7/22 : RUN go mod download [2021-04-06T06:20:18.394Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-04-06T06:20:18.394Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-04-06T06:20:18.394Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-04-06T06:20:18.394Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-04-06T06:20:18.394Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-04-06T06:20:18.394Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-04-06T06:20:18.394Z] 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-06T06:20:18.394Z] 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-06T06:20:18.394Z] 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-06T06:20:18.394Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-04-06T06:20:18.394Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-04-06T06:20:18.394Z] 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-06T06:20:18.394Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-04-06T06:20:18.394Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-04-06T06:20:18.394Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-04-06T06:20:18.394Z] Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-04-06T06:20:18.394Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-04-06T06:20:18.394Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-04-06T06:20:18.553Z] ---> Running in 344657bdc4a1 [2021-04-06T06:20:18.831Z] ---> 2093ee899793 [2021-04-06T06:20:18.831Z] ---> ff20ca4c4018 [2021-04-06T06:20:18.831Z] Step 7/23 : RUN go mod download [2021-04-06T06:20:18.831Z] Step 7/26 : RUN go mod download [2021-04-06T06:20:18.970Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-04-06T06:20:18.970Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-04-06T06:20:18.970Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-04-06T06:20:18.970Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-04-06T06:20:18.970Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-04-06T06:20:18.970Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-04-06T06:20:18.970Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-04-06T06:20:18.970Z] Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-04-06T06:20:18.970Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-04-06T06:20:18.970Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2021-04-06T06:20:18.970Z] Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-04-06T06:20:18.970Z] Get:32 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-04-06T06:20:18.970Z] Get:33 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-04-06T06:20:18.970Z] Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-04-06T06:20:18.970Z] Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-04-06T06:20:18.970Z] Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-04-06T06:20:18.970Z] Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-04-06T06:20:18.970Z] Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-04-06T06:20:18.970Z] Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-04-06T06:20:18.970Z] Get:40 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-04-06T06:20:18.970Z] Get:41 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-04-06T06:20:18.970Z] Get:42 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-04-06T06:20:18.970Z] Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-04-06T06:20:19.102Z] ---> Running in 91d2625e788f [2021-04-06T06:20:19.102Z] ---> Running in b3f774d9e1b5 [2021-04-06T06:20:19.233Z] Get:44 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-04-06T06:20:19.233Z] Get:45 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-04-06T06:20:19.233Z] Get:46 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] [2021-04-06T06:20:19.233Z] Get:47 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] [2021-04-06T06:20:19.233Z] Get:48 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] [2021-04-06T06:20:19.233Z] Get:49 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-06T06:20:19.233Z] Get:50 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] [2021-04-06T06:20:19.233Z] Get:51 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.45 [16.7 kB] [2021-04-06T06:20:19.233Z] Get:52 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-06T06:20:19.233Z] Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-04-06T06:20:19.233Z] Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-04-06T06:20:19.233Z] Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-04-06T06:20:19.233Z] Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-04-06T06:20:19.233Z] Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.2 [189 kB] [2021-04-06T06:20:19.233Z] Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-04-06T06:20:19.233Z] Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-04-06T06:20:19.233Z] Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] [2021-04-06T06:20:19.233Z] Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.9 [614 kB] [2021-04-06T06:20:19.233Z] Get:62 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-04-06T06:20:19.233Z] Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] [2021-04-06T06:20:19.233Z] Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-04-06T06:20:19.233Z] Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2021-04-06T06:20:19.233Z] Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-04-06T06:20:19.233Z] Get:67 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] [2021-04-06T06:20:19.233Z] Get:68 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2021-04-06T06:20:19.233Z] Get:69 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-04-06T06:20:19.496Z] Get:70 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-06T06:20:19.496Z] Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] [2021-04-06T06:20:19.496Z] Get:72 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] [2021-04-06T06:20:19.496Z] Get:73 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] [2021-04-06T06:20:19.496Z] Get:74 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] [2021-04-06T06:20:19.496Z] Get:75 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-04-06T06:20:19.496Z] Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-04-06T06:20:19.496Z] Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-04-06T06:20:19.496Z] Get:78 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-04-06T06:20:19.763Z] Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-04-06T06:20:19.763Z] Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-04-06T06:20:19.763Z] Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.2 [22.3 kB] [2021-04-06T06:20:19.763Z] Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-04-06T06:20:19.763Z] Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-04-06T06:20:19.763Z] Get:84 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-06T06:20:19.763Z] Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-04-06T06:20:19.763Z] Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-04-06T06:20:19.763Z] Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-04-06T06:20:19.763Z] Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-04-06T06:20:19.763Z] Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-04-06T06:20:19.763Z] Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-04-06T06:20:20.024Z] Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-04-06T06:20:20.537Z] Removing intermediate container 09d92fcea6cd [2021-04-06T06:20:20.537Z] ---> de17d4f25000 [2021-04-06T06:20:20.537Z] Step 8/21 : COPY . . [2021-04-06T06:20:20.600Z] Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2021-04-06T06:20:20.600Z] Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2021-04-06T06:20:20.600Z] Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-04-06T06:20:20.865Z] Get:95 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2021-04-06T06:20:20.865Z] Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-04-06T06:20:20.865Z] Get:97 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-04-06T06:20:20.865Z] Get:98 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-04-06T06:20:20.865Z] Get:99 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-04-06T06:20:21.126Z] debconf: delaying package configuration, since apt-utils is not installed [2021-04-06T06:20:21.127Z] Fetched 63.8 MB in 3s (18.3 MB/s) [2021-04-06T06:20:21.127Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-06T06:20:21.127Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-04-06T06:20:21.127Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-04-06T06:20:22.074Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-04-06T06:20:22.074Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-04-06T06:20:22.074Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-140.144_amd64.deb ... [2021-04-06T06:20:22.074Z] Unpacking linux-libc-dev:amd64 (4.15.0-140.144) over (4.15.0-20.21) ... [2021-04-06T06:20:23.021Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-06T06:20:23.022Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-06T06:20:23.022Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-06T06:20:23.171Z] Removing intermediate container e282f949a637 [2021-04-06T06:20:23.171Z] ---> f5e9c61a77e2 [2021-04-06T06:20:23.171Z] Step 8/22 : COPY . . [2021-04-06T06:20:23.282Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-06T06:20:23.282Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-06T06:20:23.282Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-06T06:20:23.282Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-06T06:20:23.543Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-06T06:20:23.543Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-06T06:20:23.543Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-06T06:20:23.777Z] Removing intermediate container 344657bdc4a1 [2021-04-06T06:20:23.777Z] ---> d435d485e642 [2021-04-06T06:20:23.777Z] Step 8/22 : COPY . . [2021-04-06T06:20:23.805Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-06T06:20:23.805Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-06T06:20:23.805Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-06T06:20:23.805Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-06T06:20:24.066Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-06T06:20:24.066Z] (Reading database ... 13911 files and directories currently installed.) [2021-04-06T06:20:24.066Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-06T06:20:24.066Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-04-06T06:20:24.329Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-04-06T06:20:24.329Z] (Reading database ... 13911 files and directories currently installed.) [2021-04-06T06:20:24.329Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-06T06:20:24.329Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-06T06:20:24.591Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-06T06:20:24.591Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-06T06:20:24.591Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-06T06:20:24.591Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-06T06:20:24.855Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-06T06:20:25.119Z] (Reading database ... 13911 files and directories currently installed.) [2021-04-06T06:20:25.119Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-04-06T06:20:25.218Z] Removing intermediate container 91d2625e788f [2021-04-06T06:20:25.218Z] ---> 7d51bef7ef6a [2021-04-06T06:20:25.218Z] Step 8/26 : COPY . . [2021-04-06T06:20:25.218Z] Removing intermediate container b3f774d9e1b5 [2021-04-06T06:20:25.218Z] ---> 51e30fb714f7 [2021-04-06T06:20:25.218Z] Step 8/23 : COPY . . [2021-04-06T06:20:25.383Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-04-06T06:20:25.644Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-04-06T06:20:26.217Z] (Reading database ... 13911 files and directories currently installed.) [2021-04-06T06:20:26.217Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-04-06T06:20:26.217Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-04-06T06:20:26.217Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-04-06T06:20:26.217Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-04-06T06:20:26.479Z] Setting up base-files (10.1ubuntu2.10) ... [2021-04-06T06:20:26.479Z] Installing new version of config file /etc/issue ... [2021-04-06T06:20:26.479Z] Installing new version of config file /etc/issue.net ... [2021-04-06T06:20:26.479Z] Installing new version of config file /etc/lsb-release ... [2021-04-06T06:20:26.479Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-04-06T06:20:26.741Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-04-06T06:20:26.741Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-04-06T06:20:26.741Z] Removing obsolete conffile /etc/default/motd-news ... [2021-04-06T06:20:27.008Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-06T06:20:27.008Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-04-06T06:20:27.008Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-04-06T06:20:27.008Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-04-06T06:20:27.271Z] 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-06T06:20:27.271Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-06T06:20:27.271Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-06T06:20:27.271Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-04-06T06:20:27.271Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-04-06T06:20:27.539Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-06T06:20:27.539Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-04-06T06:20:27.539Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-04-06T06:20:27.539Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-04-06T06:20:27.800Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-06T06:20:27.800Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-04-06T06:20:27.800Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-04-06T06:20:28.063Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-04-06T06:20:28.325Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-06T06:20:28.325Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-04-06T06:20:28.325Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-04-06T06:20:28.325Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-04-06T06:20:28.587Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-06T06:20:28.587Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-04-06T06:20:28.587Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-04-06T06:20:28.855Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-04-06T06:20:28.855Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-06T06:20:28.855Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-04-06T06:20:28.855Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-04-06T06:20:29.123Z] Setting up grep (3.1-2build1) ... [2021-04-06T06:20:29.123Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-06T06:20:29.123Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-04-06T06:20:29.123Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-04-06T06:20:29.385Z] Setting up login (1:4.5-1ubuntu2) ... [2021-04-06T06:20:29.385Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-06T06:20:29.385Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-04-06T06:20:29.653Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-04-06T06:20:29.653Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-04-06T06:20:29.654Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-06T06:20:29.654Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-04-06T06:20:29.915Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-04-06T06:20:30.487Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-04-06T06:20:30.487Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-04-06T06:20:30.487Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-04-06T06:20:30.487Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-04-06T06:20:31.060Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-04-06T06:20:31.326Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-06T06:20:31.326Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-04-06T06:20:31.326Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-04-06T06:20:32.714Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-04-06T06:20:32.714Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-04-06T06:20:32.714Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-04-06T06:20:32.714Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-04-06T06:20:32.976Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-04-06T06:20:32.976Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-06T06:20:32.976Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-04-06T06:20:32.976Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-04-06T06:20:33.240Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-04-06T06:20:33.240Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-06T06:20:33.240Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-06T06:20:33.503Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-06T06:20:33.503Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-04-06T06:20:33.503Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-06T06:20:33.503Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-06T06:20:33.768Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-06T06:20:33.768Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-04-06T06:20:33.768Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-06T06:20:33.768Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-06T06:20:33.768Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-06T06:20:34.031Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-04-06T06:20:34.031Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-06T06:20:34.031Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-06T06:20:34.031Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-06T06:20:34.294Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-04-06T06:20:34.294Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-06T06:20:34.294Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-04-06T06:20:34.294Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-04-06T06:20:34.294Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-04-06T06:20:34.556Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-04-06T06:20:34.556Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-04-06T06:20:34.556Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-06T06:20:34.556Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-04-06T06:20:34.556Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-04-06T06:20:34.817Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-04-06T06:20:34.817Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-06T06:20:34.817Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-06T06:20:34.817Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-06T06:20:35.390Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-04-06T06:20:35.390Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-06T06:20:35.390Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-06T06:20:35.390Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-06T06:20:35.651Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-04-06T06:20:35.651Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-06T06:20:35.651Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-06T06:20:35.651Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-06T06:20:36.226Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-04-06T06:20:36.487Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-04-06T06:20:36.749Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-04-06T06:20:36.749Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-06T06:20:36.749Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-04-06T06:20:36.749Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-04-06T06:20:37.011Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-04-06T06:20:37.274Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-06T06:20:37.274Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-04-06T06:20:37.274Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-04-06T06:20:37.274Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-04-06T06:20:37.536Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-06T06:20:37.536Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-04-06T06:20:37.536Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-04-06T06:20:37.536Z] Setting up debconf (1.5.66ubuntu1) ... [2021-04-06T06:20:37.798Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-06T06:20:37.798Z] Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... [2021-04-06T06:20:37.798Z] Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-04-06T06:20:38.063Z] Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... [2021-04-06T06:20:38.063Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-06T06:20:38.063Z] Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... [2021-04-06T06:20:38.063Z] Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-04-06T06:20:38.328Z] Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... [2021-04-06T06:20:38.328Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-06T06:20:38.328Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-04-06T06:20:38.328Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-04-06T06:20:38.592Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-04-06T06:20:38.592Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-06T06:20:38.592Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-04-06T06:20:38.592Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-04-06T06:20:38.854Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-04-06T06:20:38.854Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-06T06:20:38.854Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-04-06T06:20:39.116Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-04-06T06:20:39.116Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-04-06T06:20:39.379Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-06T06:20:39.379Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-06T06:20:39.379Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-06T06:20:39.642Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.45_amd64.deb ... [2021-04-06T06:20:39.642Z] Unpacking systemd-sysv (237-3ubuntu10.45) over (237-3ubuntu10) ... [2021-04-06T06:20:39.642Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-04-06T06:20:39.642Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-04-06T06:20:39.642Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-04-06T06:20:39.905Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-06T06:20:39.905Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-04-06T06:20:39.905Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-04-06T06:20:40.168Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-04-06T06:20:40.168Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-06T06:20:40.168Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-04-06T06:20:40.168Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-04-06T06:20:40.429Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-04-06T06:20:41.003Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-06T06:20:41.003Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-04-06T06:20:41.265Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-04-06T06:20:41.265Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-04-06T06:20:41.265Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-06T06:20:41.265Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.2_amd64.deb ... [2021-04-06T06:20:41.265Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) over (1.3.3+dfsg-2ubuntu1) ... [2021-04-06T06:20:41.526Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) ... [2021-04-06T06:20:41.526Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-06T06:20:41.526Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-04-06T06:20:41.526Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-04-06T06:20:41.789Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-04-06T06:20:42.051Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-06T06:20:42.051Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... [2021-04-06T06:20:42.051Z] Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-04-06T06:20:42.313Z] Setting up gpgv (2.2.4-1ubuntu1.4) ... [2021-04-06T06:20:42.313Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-06T06:20:42.313Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-04-06T06:20:42.313Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-04-06T06:20:42.576Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-04-06T06:20:42.576Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-06T06:20:42.576Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-04-06T06:20:42.576Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-04-06T06:20:42.837Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-04-06T06:20:42.837Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-06T06:20:42.837Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-04-06T06:20:42.837Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-04-06T06:20:42.837Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-04-06T06:20:43.100Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-06T06:20:43.100Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-04-06T06:20:43.100Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-04-06T06:20:43.363Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-04-06T06:20:43.363Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-06T06:20:43.363Z] Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... [2021-04-06T06:20:43.363Z] Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... [2021-04-06T06:20:43.363Z] Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... [2021-04-06T06:20:43.625Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-06T06:20:43.625Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.2_all.deb ... [2021-04-06T06:20:43.625Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.2) over (2018.02.28) ... [2021-04-06T06:20:43.625Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.2) ... [2021-04-06T06:20:43.625Z] (Reading database ... 13915 files and directories currently installed.) [2021-04-06T06:20:43.625Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-04-06T06:20:43.886Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-04-06T06:20:43.886Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-04-06T06:20:43.886Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-04-06T06:20:44.148Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... [2021-04-06T06:20:44.148Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... [2021-04-06T06:20:44.148Z] Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... [2021-04-06T06:20:44.148Z] Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... [2021-04-06T06:20:44.410Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-04-06T06:20:44.410Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-04-06T06:20:44.410Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-04-06T06:20:44.673Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-04-06T06:20:44.673Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-04-06T06:20:44.673Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-04-06T06:20:44.673Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-04-06T06:20:44.935Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-04-06T06:20:44.935Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-04-06T06:20:44.935Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-04-06T06:20:45.196Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-04-06T06:20:45.196Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-04-06T06:20:45.196Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-04-06T06:20:45.196Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-04-06T06:20:45.458Z] Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... [2021-04-06T06:20:45.458Z] Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... [2021-04-06T06:20:46.399Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-04-06T06:20:46.399Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-04-06T06:20:46.399Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-04-06T06:20:46.660Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-04-06T06:20:46.660Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-04-06T06:20:46.660Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-04-06T06:20:47.233Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-04-06T06:20:47.233Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-04-06T06:20:47.233Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-04-06T06:20:47.496Z] Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-04-06T06:20:47.496Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-04-06T06:20:47.496Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-04-06T06:20:47.757Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-06T06:20:47.757Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-06T06:20:47.757Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-06T06:20:47.757Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-06T06:20:48.019Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-06T06:20:48.019Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-06T06:20:48.019Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-06T06:20:48.019Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-06T06:20:49.405Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-06T06:20:49.405Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-06T06:20:50.350Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-06T06:20:50.350Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-06T06:20:51.302Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-06T06:20:51.302Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-06T06:20:51.564Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-06T06:20:51.564Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-06T06:20:52.033Z] ---> 30f0476c9f73 [2021-04-06T06:20:52.033Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-04-06T06:20:52.033Z] ---> 184d7d9c1302 [2021-04-06T06:20:52.033Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-04-06T06:20:52.033Z] ---> 560170b4b62f [2021-04-06T06:20:52.033Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-04-06T06:20:52.033Z] ---> d2842285f686 [2021-04-06T06:20:52.033Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-04-06T06:20:52.033Z] ---> 5d8960b99d78 [2021-04-06T06:20:52.033Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-04-06T06:20:52.033Z] ---> Running in 5c9734183b20 [2021-04-06T06:20:52.033Z] ---> Running in 68f668427f15 [2021-04-06T06:20:52.033Z] ---> Running in e1dbc084ced5 [2021-04-06T06:20:52.033Z] ---> Running in eb0ad29a3cad [2021-04-06T06:20:52.033Z] ---> Running in a4cb8efc79b6 [2021-04-06T06:20:52.033Z] 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-06T06:20:52.033Z] 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-06T06:20:52.033Z] 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-06T06:20:52.033Z] 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-06T06:20:52.033Z] 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-06T06:20:52.511Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-06T06:20:52.511Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-06T06:20:52.511Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-04-06T06:20:52.511Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-04-06T06:20:52.772Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-04-06T06:20:52.772Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-04-06T06:20:53.040Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-04-06T06:20:53.040Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-04-06T06:20:53.040Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-04-06T06:20:53.040Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-04-06T06:20:53.301Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-04-06T06:20:53.301Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-04-06T06:20:53.301Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-04-06T06:20:53.301Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-04-06T06:20:53.563Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-04-06T06:20:53.563Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-04-06T06:20:53.563Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-06T06:20:53.826Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-04-06T06:20:53.826Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-06T06:20:53.826Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-06T06:20:53.826Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-06T06:20:53.826Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-04-06T06:20:53.826Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-04-06T06:20:53.826Z] Setting up tzdata (2021a-0ubuntu0.18.04) ... [2021-04-06T06:20:54.091Z] [2021-04-06T06:20:54.091Z] Current default time zone: 'Etc/UTC' [2021-04-06T06:20:54.091Z] Local time is now: Tue Apr 6 06:20:53 UTC 2021. [2021-04-06T06:20:54.091Z] Universal Time is now: Tue Apr 6 06:20:53 UTC 2021. [2021-04-06T06:20:54.091Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-04-06T06:20:54.091Z] [2021-04-06T06:20:54.091Z] Setting up systemd-sysv (237-3ubuntu10.45) ... [2021-04-06T06:20:54.091Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-06T06:20:54.091Z] Setting up linux-libc-dev:amd64 (4.15.0-140.144) ... [2021-04-06T06:20:54.091Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-04-06T06:20:54.091Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-04-06T06:20:54.091Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-04-06T06:20:54.353Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-04-06T06:20:54.353Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-04-06T06:20:54.353Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-04-06T06:20:54.353Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-04-06T06:20:54.353Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-06T06:20:54.353Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-04-06T06:20:54.615Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-06T06:20:54.615Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-04-06T06:20:54.615Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-06T06:20:54.874Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-04-06T06:20:54.874Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-04-06T06:20:54.874Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-04-06T06:20:54.874Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.9) ... [2021-04-06T06:20:54.874Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-04-06T06:20:54.874Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-04-06T06:20:54.874Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-04-06T06:20:54.874Z] Setting up ca-certificates (20210119~18.04.1) ... [2021-04-06T06:20:56.794Z] Updating certificates in /etc/ssl/certs... [2021-04-06T06:20:57.741Z] 23 added, 27 removed; done. [2021-04-06T06:20:57.741Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-04-06T06:20:57.741Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-06T06:20:57.741Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-04-06T06:20:57.741Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-04-06T06:20:57.741Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-04-06T06:20:58.010Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-06T06:20:58.010Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-04-06T06:20:58.010Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-06T06:20:58.010Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-06T06:20:58.010Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-06T06:20:58.010Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-04-06T06:20:58.010Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-06T06:20:58.271Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-04-06T06:20:58.271Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... [2021-04-06T06:20:58.271Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-04-06T06:20:58.271Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-04-06T06:20:58.271Z] Setting up binutils (2.30-21ubuntu1~18.04.5) ... [2021-04-06T06:20:58.271Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-04-06T06:20:58.532Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-04-06T06:20:58.532Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-04-06T06:20:58.532Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-04-06T06:20:58.532Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-04-06T06:20:58.532Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-04-06T06:20:58.792Z] Processing triggers for systemd (237-3ubuntu10.45) ... [2021-04-06T06:20:58.792Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-04-06T06:20:58.792Z] Processing triggers for ca-certificates (20210119~18.04.1) ... [2021-04-06T06:20:58.792Z] Updating certificates in /etc/ssl/certs... [2021-04-06T06:20:59.367Z] 0 added, 0 removed; done. [2021-04-06T06:20:59.367Z] Running hooks in /etc/ca-certificates/update.d... [2021-04-06T06:20:59.367Z] done. [2021-04-06T06:21:00.312Z] Reading package lists... [2021-04-06T06:21:00.312Z] Building dependency tree... [2021-04-06T06:21:00.312Z] Reading state information... [2021-04-06T06:21:00.574Z] The following NEW packages will be installed: [2021-04-06T06:21:00.574Z] apt-transport-https [2021-04-06T06:21:00.574Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-04-06T06:21:00.574Z] Need to get 1696 B of archives. [2021-04-06T06:21:00.574Z] After this operation, 153 kB of additional disk space will be used. [2021-04-06T06:21:00.574Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] [2021-04-06T06:21:00.574Z] debconf: delaying package configuration, since apt-utils is not installed [2021-04-06T06:21:00.836Z] Fetched 1696 B in 0s (20.5 kB/s) [2021-04-06T06:21:00.836Z] Selecting previously unselected package apt-transport-https. [2021-04-06T06:21:00.836Z] (Reading database ... 13920 files and directories currently installed.) [2021-04-06T06:21:00.836Z] Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... [2021-04-06T06:21:00.836Z] Unpacking apt-transport-https (1.6.12ubuntu0.2) ... [2021-04-06T06:21:00.836Z] Setting up apt-transport-https (1.6.12ubuntu0.2) ... [2021-04-06T06:21:01.116Z] Waiting for network to be ready... [2021-04-06T06:21:09.286Z] 2021-04-06T06:21:06Z INFO Waiting for automatic snapd restart... [2021-04-06T06:21:11.203Z] snapd 2.49.1 from Canonical* installed [2021-04-06T06:21:12.589Z] "snapd" switched to the "latest/stable" channel [2021-04-06T06:21:12.589Z] [2021-04-06T06:21:17.890Z] core18 20210309 from Canonical* installed [2021-04-06T06:21:17.890Z] "core18" switched to the "latest/stable" channel [2021-04-06T06:21:17.890Z] [2021-04-06T06:21:24.494Z] snapcraft 4.6 from Canonical* installed [2021-04-06T06:21:24.494Z] "snapcraft" switched to the "latest/stable" channel [2021-04-06T06:21:24.494Z] [2021-04-06T06:21:27.801Z] 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-06T06:21:27.801Z] - README.md [2021-04-06T06:21:27.801Z] [2021-04-06T06:21:27.801Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-04-06T06:21:34.392Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-04-06T06:21:34.658Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-04-06T06:21:34.658Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-04-06T06:21:34.658Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-04-06T06:21:34.920Z] Fetched 88.7 kB in 1s (172 kB/s) [2021-04-06T06:21:36.304Z] Reading package lists... [2021-04-06T06:21:36.876Z] 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-06T06:21:43.467Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-04-06T06:21:43.467Z] Reading package lists... [2021-04-06T06:21:43.467Z] Building dependency tree... [2021-04-06T06:21:43.467Z] Reading state information... [2021-04-06T06:21:43.467Z] Suggested packages: [2021-04-06T06:21:43.467Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-04-06T06:21:43.467Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-04-06T06:21:43.467Z] Recommended packages: [2021-04-06T06:21:43.467Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-04-06T06:21:43.467Z] The following NEW packages will be installed: [2021-04-06T06:21:43.467Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-04-06T06:21:43.467Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-04-06T06:21:43.467Z] pkg-config zip [2021-04-06T06:21:43.467Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-04-06T06:21:43.467Z] Need to get 7663 kB of archives. [2021-04-06T06:21:43.467Z] After this operation, 43.8 MB of additional disk space will be used. [2021-04-06T06:21:43.467Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.8 [1171 kB] [2021-04-06T06:21:43.729Z] Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-04-06T06:21:43.729Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.13 [218 kB] [2021-04-06T06:21:43.729Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.8 [804 kB] [2021-04-06T06:21:43.729Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.8 [3916 kB] [2021-04-06T06:21:43.729Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-04-06T06:21:43.729Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-04-06T06:21:43.991Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-04-06T06:21:44.252Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-04-06T06:21:44.252Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-04-06T06:21:44.252Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-04-06T06:21:44.513Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-04-06T06:21:44.513Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-04-06T06:21:44.513Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-04-06T06:21:44.513Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-04-06T06:21:44.773Z] debconf: delaying package configuration, since apt-utils is not installed [2021-04-06T06:21:44.773Z] Fetched 7663 kB in 1s (7073 kB/s) [2021-04-06T06:21:44.773Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-04-06T06:21:44.773Z] (Reading database ... 13924 files and directories currently installed.) [2021-04-06T06:21:44.773Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.8_amd64.deb ... [2021-04-06T06:21:44.773Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... [2021-04-06T06:21:45.041Z] Selecting previously unselected package libpsl5:amd64. [2021-04-06T06:21:45.041Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-04-06T06:21:45.041Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-04-06T06:21:45.304Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-04-06T06:21:45.304Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-04-06T06:21:45.304Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-04-06T06:21:45.304Z] Selecting previously unselected package librtmp1:amd64. [2021-04-06T06:21:45.304Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-04-06T06:21:45.304Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-04-06T06:21:45.304Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-04-06T06:21:45.304Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.13_amd64.deb ... [2021-04-06T06:21:45.304Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.13) ... [2021-04-06T06:21:45.566Z] Selecting previously unselected package liberror-perl. [2021-04-06T06:21:45.566Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-04-06T06:21:45.566Z] Unpacking liberror-perl (0.17025-1) ... [2021-04-06T06:21:45.566Z] Selecting previously unselected package git-man. [2021-04-06T06:21:45.566Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.8_all.deb ... [2021-04-06T06:21:45.566Z] Unpacking git-man (1:2.17.1-1ubuntu0.8) ... [2021-04-06T06:21:45.827Z] Selecting previously unselected package git. [2021-04-06T06:21:45.827Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.8_amd64.deb ... [2021-04-06T06:21:45.827Z] Unpacking git (1:2.17.1-1ubuntu0.8) ... [2021-04-06T06:21:46.770Z] Selecting previously unselected package libnorm1:amd64. [2021-04-06T06:21:46.770Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-04-06T06:21:46.770Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-04-06T06:21:47.030Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-04-06T06:21:47.030Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-04-06T06:21:47.030Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-04-06T06:21:47.030Z] Selecting previously unselected package libsodium23:amd64. [2021-04-06T06:21:47.030Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-04-06T06:21:47.030Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-04-06T06:21:47.030Z] Selecting previously unselected package libzmq5:amd64. [2021-04-06T06:21:47.030Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-04-06T06:21:47.030Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-04-06T06:21:47.604Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-04-06T06:21:47.604Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-04-06T06:21:47.604Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-04-06T06:21:47.604Z] Selecting previously unselected package pkg-config. [2021-04-06T06:21:47.604Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-04-06T06:21:47.604Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-04-06T06:21:47.866Z] Selecting previously unselected package zip. [2021-04-06T06:21:47.866Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-04-06T06:21:47.866Z] Unpacking zip (3.0-11build1) ... [2021-04-06T06:21:47.866Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-04-06T06:21:47.866Z] Setting up git-man (1:2.17.1-1ubuntu0.8) ... [2021-04-06T06:21:47.866Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-04-06T06:21:47.866Z] Setting up liberror-perl (0.17025-1) ... [2021-04-06T06:21:48.128Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-04-06T06:21:48.128Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... [2021-04-06T06:21:48.128Z] No schema files found: doing nothing. [2021-04-06T06:21:48.128Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-04-06T06:21:48.128Z] Setting up zip (3.0-11build1) ... [2021-04-06T06:21:48.128Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-04-06T06:21:48.128Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-04-06T06:21:48.128Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-04-06T06:21:48.389Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-04-06T06:21:48.389Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.13) ... [2021-04-06T06:21:48.389Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-04-06T06:21:48.389Z] Setting up git (1:2.17.1-1ubuntu0.8) ... [2021-04-06T06:21:48.389Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-04-06T06:21:54.982Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-04-06T06:21:55.244Z] git set to automatically installed. [2021-04-06T06:21:55.244Z] git-man set to automatically installed. [2021-04-06T06:21:55.244Z] libcurl3-gnutls set to automatically installed. [2021-04-06T06:21:55.244Z] liberror-perl set to automatically installed. [2021-04-06T06:21:55.244Z] libglib2.0-0 set to automatically installed. [2021-04-06T06:21:55.244Z] libnghttp2-14 set to automatically installed. [2021-04-06T06:21:55.244Z] libnorm1 set to automatically installed. [2021-04-06T06:21:55.244Z] libpgm-5.2-0 set to automatically installed. [2021-04-06T06:21:55.244Z] libpsl5 set to automatically installed. [2021-04-06T06:21:55.244Z] librtmp1 set to automatically installed. [2021-04-06T06:21:55.244Z] libsodium23 set to automatically installed. [2021-04-06T06:21:55.244Z] libzmq3-dev set to automatically installed. [2021-04-06T06:21:55.244Z] libzmq5 set to automatically installed. [2021-04-06T06:21:55.244Z] pkg-config set to automatically installed. [2021-04-06T06:21:55.244Z] zip set to automatically installed. [2021-04-06T06:21:57.155Z] snapd is not logged in, snap install commands will use sudo [2021-04-06T06:22:03.751Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-04-06T06:22:28.850Z] 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-06T06:22:43.958Z] Removing intermediate container a4cb8efc79b6 [2021-04-06T06:22:43.958Z] ---> ad424647588e [2021-04-06T06:22:43.958Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-04-06T06:22:43.958Z] Removing intermediate container 68f668427f15 [2021-04-06T06:22:43.958Z] ---> 6a4cb67535fb [2021-04-06T06:22:43.958Z] [2021-04-06T06:22:43.958Z] Step 10/21 : FROM alpine:3.12 [2021-04-06T06:22:43.958Z] 3.12: Pulling from library/alpine [2021-04-06T06:22:44.239Z] ---> Running in d530cc2914c8 [2021-04-06T06:22:46.883Z] 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-06T06:22:46.883Z] Digest: sha256:834e9309b5ef0f78d8d20ef0652e7b0272fe97b5baf45720e1b830eaf013cc1b [2021-04-06T06:22:46.883Z] Status: Downloaded newer image for alpine:3.12 [2021-04-06T06:22:46.883Z] ---> d75e27dfc0a0 [2021-04-06T06:22:46.883Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-04-06T06:22:47.161Z] ---> Running in bc76583e3d76 [2021-04-06T06:22:49.147Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-06T06:22:49.147Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-06T06:22:50.139Z] (1/4) Installing ca-certificates (20191127-r4) [2021-04-06T06:22:50.139Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-04-06T06:22:50.139Z] (3/4) Installing libcurl (7.69.1-r3) [2021-04-06T06:22:50.139Z] (4/4) Installing curl (7.69.1-r3) [2021-04-06T06:22:50.139Z] Executing busybox-1.31.1-r20.trigger [2021-04-06T06:22:50.139Z] Executing ca-certificates-20191127-r4.trigger [2021-04-06T06:22:50.139Z] OK: 7 MiB in 18 packages [2021-04-06T06:22:51.122Z] Removing intermediate container eb0ad29a3cad [2021-04-06T06:22:51.122Z] ---> 36306ec3c8a0 [2021-04-06T06:22:51.122Z] [2021-04-06T06:22:51.122Z] Step 10/23 : FROM alpine:3.12 [2021-04-06T06:22:51.122Z] ---> d75e27dfc0a0 [2021-04-06T06:22:51.122Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-04-06T06:22:51.714Z] ---> Running in 5b120a6a44f9 [2021-04-06T06:22:51.714Z] Removing intermediate container e1dbc084ced5 [2021-04-06T06:22:51.714Z] ---> 5ac73114d4ae [2021-04-06T06:22:51.714Z] [2021-04-06T06:22:51.714Z] Step 10/22 : FROM alpine:3.12 [2021-04-06T06:22:51.714Z] ---> d75e27dfc0a0 [2021-04-06T06:22:51.714Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-04-06T06:22:51.714Z] Removing intermediate container 5c9734183b20 [2021-04-06T06:22:51.714Z] ---> 449b29a2b041 [2021-04-06T06:22:51.714Z] [2021-04-06T06:22:51.714Z] Step 10/22 : FROM alpine:3.12 [2021-04-06T06:22:51.714Z] ---> d75e27dfc0a0 [2021-04-06T06:22:51.714Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-04-06T06:22:52.694Z] ---> Running in c16dfd8631a2 [2021-04-06T06:22:52.694Z] ---> Running in 42bf699c57ef [2021-04-06T06:22:52.694Z] Removing intermediate container d530cc2914c8 [2021-04-06T06:22:52.694Z] ---> 07d257fc009e [2021-04-06T06:22:52.694Z] [2021-04-06T06:22:52.694Z] Step 11/26 : FROM docker:20.10.0 [2021-04-06T06:22:52.694Z] 20.10.0: Pulling from library/docker [2021-04-06T06:22:52.968Z] Removing intermediate container bc76583e3d76 [2021-04-06T06:22:52.968Z] ---> 9c5b603c88c4 [2021-04-06T06:22:52.968Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-04-06T06:22:53.242Z] ---> Running in 3fe8d8103e71 [2021-04-06T06:22:53.523Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-06T06:22:53.798Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-06T06:22:53.798Z] Removing intermediate container 3fe8d8103e71 [2021-04-06T06:22:53.798Z] ---> 6ab685ec3ae9 [2021-04-06T06:22:53.798Z] Step 13/21 : WORKDIR /edgex [2021-04-06T06:22:54.411Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-04-06T06:22:54.411Z] Executing busybox-1.31.1-r20.trigger [2021-04-06T06:22:54.411Z] ---> Running in 2b1f0e1ef7f2 [2021-04-06T06:22:54.411Z] OK: 5 MiB in 15 packages [2021-04-06T06:22:55.014Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-06T06:22:55.014Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-06T06:22:55.292Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-06T06:22:55.292Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-06T06:22:55.567Z] Removing intermediate container 2b1f0e1ef7f2 [2021-04-06T06:22:55.567Z] ---> 5f57e7577c6b [2021-04-06T06:22:55.567Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-04-06T06:22:55.841Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-04-06T06:22:55.841Z] (1/2) Installing ca-certificates (20191127-r4) [2021-04-06T06:22:55.841Z] Executing busybox-1.31.1-r20.trigger [2021-04-06T06:22:55.841Z] OK: 5 MiB in 15 packages [2021-04-06T06:22:55.841Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-04-06T06:22:55.841Z] Executing busybox-1.31.1-r20.trigger [2021-04-06T06:22:56.124Z] Executing ca-certificates-20191127-r4.trigger [2021-04-06T06:22:56.124Z] OK: 6 MiB in 16 packages [2021-04-06T06:22:57.118Z] Removing intermediate container 5b120a6a44f9 [2021-04-06T06:22:57.118Z] ---> 09fd2d1abcdd [2021-04-06T06:22:57.118Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-06T06:22:57.394Z] ---> 9cd4d24112cd [2021-04-06T06:22:57.395Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-04-06T06:22:57.395Z] ---> Running in 4c428bc7b6a7 [2021-04-06T06:22:58.377Z] Removing intermediate container 4c428bc7b6a7 [2021-04-06T06:22:58.377Z] ---> 38ffbfe4b9bf [2021-04-06T06:22:58.377Z] Step 13/23 : ENV APP_PORT=48082 [2021-04-06T06:22:58.649Z] Removing intermediate container 42bf699c57ef [2021-04-06T06:22:58.649Z] ---> f8c8aba7c606 [2021-04-06T06:22:58.649Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-06T06:22:59.274Z] ---> Running in 031a7858d7ee [2021-04-06T06:22:59.552Z] Removing intermediate container c16dfd8631a2 [2021-04-06T06:22:59.552Z] ---> 8cf0194353f0 [2021-04-06T06:22:59.552Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-06T06:22:59.552Z] ---> Running in d26aa7ed4ba5 [2021-04-06T06:22:59.552Z] ---> fe2e08c8634c [2021-04-06T06:22:59.552Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-04-06T06:22:59.827Z] ---> Running in 3d70bc33bb08 [2021-04-06T06:23:00.423Z] Removing intermediate container d26aa7ed4ba5 [2021-04-06T06:23:00.423Z] ---> c9c9a01df8d3 [2021-04-06T06:23:00.423Z] Step 13/22 : ENV APP_PORT=48085 [2021-04-06T06:23:00.423Z] Removing intermediate container 031a7858d7ee [2021-04-06T06:23:00.423Z] ---> b887906ddb3f [2021-04-06T06:23:00.423Z] Step 14/23 : EXPOSE $APP_PORT [2021-04-06T06:23:01.023Z] ---> Running in 88409ee767b3 [2021-04-06T06:23:01.023Z] ---> Running in f11a150b274c [2021-04-06T06:23:01.023Z] Removing intermediate container 3d70bc33bb08 [2021-04-06T06:23:01.023Z] ---> 9c37ed900c05 [2021-04-06T06:23:01.023Z] Step 13/22 : ENV APP_PORT=48060 [2021-04-06T06:23:01.296Z] ---> 61e15cb37c09 [2021-04-06T06:23:01.296Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-04-06T06:23:01.569Z] ---> Running in 4b2a746affc5 [2021-04-06T06:23:02.171Z] Removing intermediate container 88409ee767b3 [2021-04-06T06:23:02.171Z] ---> c91b59f257c7 [2021-04-06T06:23:02.171Z] Step 15/23 : WORKDIR / ---> Running in 2f1846c57ebb [2021-04-06T06:23:02.171Z] [2021-04-06T06:23:02.171Z] Removing intermediate container f11a150b274c [2021-04-06T06:23:02.171Z] ---> 45d35c6cd51a [2021-04-06T06:23:02.171Z] Step 14/22 : EXPOSE $APP_PORT [2021-04-06T06:23:02.460Z] Removing intermediate container 4b2a746affc5 [2021-04-06T06:23:02.460Z] ---> 607cf3fc99f8 [2021-04-06T06:23:02.460Z] Step 14/22 : EXPOSE $APP_PORT [2021-04-06T06:23:02.460Z] ---> Running in 95fd7a4798f6 [2021-04-06T06:23:02.460Z] ---> Running in 342317b05670 [2021-04-06T06:23:02.736Z] ---> Running in b6525114ea05 [2021-04-06T06:23:03.011Z] Removing intermediate container 2f1846c57ebb [2021-04-06T06:23:03.011Z] ---> 69d664de6c45 [2021-04-06T06:23:03.011Z] Step 18/21 : CMD ["--init=true"] [2021-04-06T06:23:03.285Z] Removing intermediate container 342317b05670 [2021-04-06T06:23:03.285Z] ---> 7d2238553d4e [2021-04-06T06:23:03.285Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-06T06:23:03.558Z] ---> Running in a4c20b142638 [2021-04-06T06:23:03.831Z] Removing intermediate container 95fd7a4798f6 [2021-04-06T06:23:03.831Z] ---> 7dd3ace201f9 [2021-04-06T06:23:03.831Z] Removing intermediate container b6525114ea05 [2021-04-06T06:23:03.831Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / ---> 41b570fc7588 [2021-04-06T06:23:03.831Z] [2021-04-06T06:23:03.831Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-06T06:23:04.428Z] Removing intermediate container a4c20b142638 [2021-04-06T06:23:04.428Z] ---> 11178d6766bb [2021-04-06T06:23:04.428Z] Step 19/21 : LABEL arch=arm64 [2021-04-06T06:23:04.761Z] ---> Running in a432fa36fd12 [2021-04-06T06:23:04.761Z] ---> ce2948f1dace [2021-04-06T06:23:04.761Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-04-06T06:23:05.058Z] ---> 764a58f48e1b [2021-04-06T06:23:05.058Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-04-06T06:23:05.058Z] ---> 20fcf94ec103 [2021-04-06T06:23:05.058Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-04-06T06:23:05.672Z] Removing intermediate container a432fa36fd12 [2021-04-06T06:23:05.672Z] ---> 458e5985a2a0 [2021-04-06T06:23:05.672Z] Step 20/21 : LABEL git_sha=8f2bcf47e17800030ef20eef69688b6065468e62 [2021-04-06T06:23:06.299Z] ---> Running in 9d81e36937e3 [2021-04-06T06:23:06.909Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-04-06T06:23:06.909Z] ---> e70f72136dac [2021-04-06T06:23:06.909Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-04-06T06:23:07.181Z] Status: Downloaded newer image for docker:20.10.0 [2021-04-06T06:23:07.181Z] ---> eeaf43b92773 [2021-04-06T06:23:07.181Z] Step 12/26 : RUN apk add --no-cache bash [2021-04-06T06:23:07.453Z] Removing intermediate container 9d81e36937e3 [2021-04-06T06:23:07.453Z] ---> 52716b885601 [2021-04-06T06:23:07.453Z] Step 21/21 : LABEL version=0.0.0 [2021-04-06T06:23:07.453Z] ---> 642ec42c55a2 [2021-04-06T06:23:07.453Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-04-06T06:23:07.453Z] ---> Running in 72eb5136a65f [2021-04-06T06:23:07.729Z] ---> 1bc0fbd1fcd8 [2021-04-06T06:23:07.729Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-04-06T06:23:07.729Z] ---> Running in 0da0b8bc7436 [2021-04-06T06:23:08.005Z] ---> 7a28ee84b278 [2021-04-06T06:23:08.005Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-04-06T06:23:08.279Z] ---> Running in ced89ed7f1f9 [2021-04-06T06:23:08.563Z] Removing intermediate container 0da0b8bc7436 [2021-04-06T06:23:08.563Z] ---> 2a433083fba0 [2021-04-06T06:23:08.563Z] [2021-04-06T06:23:08.563Z] ---> f280d9ac253a [2021-04-06T06:23:08.563Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-04-06T06:23:08.835Z] Removing intermediate container ced89ed7f1f9 [2021-04-06T06:23:08.835Z] ---> 2b3ae5cd2190 [2021-04-06T06:23:08.835Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-06T06:23:08.835Z] ---> Running in 564bbe2dd285 [2021-04-06T06:23:09.111Z] Successfully built 2a433083fba0 [2021-04-06T06:23:09.111Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-04-06T06:23:09.111Z] Building docker-core-data-go [2021-04-06T06:23:09.111Z] ---> Running in 0a5e8e835f29 [2021-04-06T06:23:09.111Z] ---> 58a22cad4bb4 [2021-04-06T06:23:09.111Z]  Building docker-security-proxy-setup-go ... done Step 19/23 : ENTRYPOINT ["/core-command"] [2021-04-06T06:23:09.111Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-06T06:23:09.389Z] ---> Running in 5715471c2c56 [2021-04-06T06:23:09.389Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-06T06:23:09.663Z] Removing intermediate container 564bbe2dd285 [2021-04-06T06:23:09.663Z] ---> 90460621117b [2021-04-06T06:23:09.663Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-06T06:23:09.663Z] Removing intermediate container 0a5e8e835f29 [2021-04-06T06:23:09.663Z] ---> c66def7a7b38 [2021-04-06T06:23:09.663Z] Step 20/22 : LABEL arch=arm64 [2021-04-06T06:23:09.945Z] (1/2) Installing readline (8.0.4-r0) [2021-04-06T06:23:09.945Z] (2/2) Installing bash (5.0.17-r0) [2021-04-06T06:23:09.945Z] Executing bash-5.0.17-r0.post-install [2021-04-06T06:23:09.945Z] Executing busybox-1.31.1-r19.trigger [2021-04-06T06:23:09.945Z] ---> Running in 3f596c3524ef [2021-04-06T06:23:09.945Z] OK: 12 MiB in 22 packages [2021-04-06T06:23:09.945Z] Removing intermediate container 5715471c2c56 [2021-04-06T06:23:09.945Z] ---> 14660ab1b363 [2021-04-06T06:23:09.945Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-06T06:23:09.945Z] ---> Running in 6b59e346a6ca [2021-04-06T06:23:10.220Z] ---> Running in c493064cdc64 [2021-04-06T06:23:10.496Z] Removing intermediate container 3f596c3524ef [2021-04-06T06:23:10.496Z] ---> 2d83cabcf59f [2021-04-06T06:23:10.496Z] Step 20/22 : LABEL arch=arm64 [2021-04-06T06:23:11.490Z] ---> Running in 5e13a637f636 [2021-04-06T06:23:11.772Z] Removing intermediate container 6b59e346a6ca [2021-04-06T06:23:12.046Z] ---> a03dd76cb649 [2021-04-06T06:23:12.046Z] Step 21/22 : LABEL git_sha=8f2bcf47e17800030ef20eef69688b6065468e62 [2021-04-06T06:23:12.046Z] Removing intermediate container c493064cdc64 [2021-04-06T06:23:12.046Z] ---> e93a607971cf [2021-04-06T06:23:12.046Z] Step 21/23 : LABEL arch=arm64 [2021-04-06T06:23:12.643Z] Removing intermediate container 72eb5136a65f [2021-04-06T06:23:12.643Z] Removing intermediate container 5e13a637f636 [2021-04-06T06:23:12.643Z] ---> 06dcc81429d1 [2021-04-06T06:23:12.643Z] Step 21/22 : LABEL git_sha=8f2bcf47e17800030ef20eef69688b6065468e62 [2021-04-06T06:23:12.643Z] ---> af2978f9808f [2021-04-06T06:23:12.643Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-04-06T06:23:12.920Z] ---> Running in 96ca00a352ef [2021-04-06T06:23:12.920Z] ---> Running in 4851abf6a877 [2021-04-06T06:23:12.920Z] ---> Running in 7e134a288c34 [2021-04-06T06:23:12.920Z] ---> Running in b6c46cdd60fe [2021-04-06T06:23:13.897Z] Removing intermediate container 96ca00a352ef [2021-04-06T06:23:13.897Z] ---> ea7ab6fbf2b6 [2021-04-06T06:23:13.897Z] Step 22/23 : LABEL git_sha=8f2bcf47e17800030ef20eef69688b6065468e62 [2021-04-06T06:23:14.491Z] Removing intermediate container b6c46cdd60fe [2021-04-06T06:23:14.491Z] ---> 8fae7d13d430 [2021-04-06T06:23:14.491Z] Step 22/22 : LABEL version=0.0.0 [2021-04-06T06:23:14.491Z] Removing intermediate container 4851abf6a877 [2021-04-06T06:23:14.491Z] ---> 658bbb506cdf [2021-04-06T06:23:14.491Z] Removing intermediate container 7e134a288c34 [2021-04-06T06:23:14.491Z] ---> ec227d7bedc0 [2021-04-06T06:23:14.491Z] Step 22/22 : LABEL version=0.0.0Step 14/26 : ENV APP_PORT=48090 [2021-04-06T06:23:14.491Z] [2021-04-06T06:23:14.491Z] ---> Running in e725ba72ed2b [2021-04-06T06:23:15.087Z] ---> Running in 00b1c5b519ea [2021-04-06T06:23:15.087Z] ---> Running in f66fa7b5cc35 [2021-04-06T06:23:15.087Z] ---> Running in 420b7482aebd [2021-04-06T06:23:15.360Z] Removing intermediate container e725ba72ed2b [2021-04-06T06:23:15.360Z] ---> f706cea06938 [2021-04-06T06:23:15.360Z] Step 23/23 : LABEL version=0.0.0 [2021-04-06T06:23:15.634Z] ---> Running in 96562dc2fd2e [2021-04-06T06:23:15.634Z] Removing intermediate container f66fa7b5cc35 [2021-04-06T06:23:15.634Z] ---> d4079b5a72b8 [2021-04-06T06:23:15.634Z] Step 15/26 : EXPOSE $APP_PORT [2021-04-06T06:23:15.634Z] Removing intermediate container 420b7482aebd [2021-04-06T06:23:15.634Z] ---> a821fdb81143 [2021-04-06T06:23:15.634Z] [2021-04-06T06:23:15.906Z] Removing intermediate container 00b1c5b519ea [2021-04-06T06:23:15.906Z] ---> eff91605f22a [2021-04-06T06:23:15.906Z] [2021-04-06T06:23:15.906Z] ---> Running in 5388a4546e4b [2021-04-06T06:23:16.500Z] Successfully built a821fdb81143 [2021-04-06T06:23:16.500Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-04-06T06:23:16.500Z]  Building docker-support-notifications-go ... done Building docker-core-metadata-go [2021-04-06T06:23:16.500Z] Removing intermediate container 96562dc2fd2e [2021-04-06T06:23:16.500Z] ---> 0e1b3cb16cdd [2021-04-06T06:23:16.500Z] [2021-04-06T06:23:16.500Z] Successfully built eff91605f22a [2021-04-06T06:23:16.500Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-04-06T06:23:16.500Z]  Building docker-support-scheduler-go ... done Building docker-security-bootstrapper-go [2021-04-06T06:23:16.772Z] Removing intermediate container 5388a4546e4b [2021-04-06T06:23:16.772Z] ---> 7670a0885ea7 [2021-04-06T06:23:16.772Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-04-06T06:23:17.050Z] Successfully built 0e1b3cb16cdd [2021-04-06T06:23:17.050Z] Successfully tagged docker-core-command-go-arm64:latest [2021-04-06T06:23:17.050Z]  Building docker-core-command-go ... done Building docker-security-secretstore-setup-go [2021-04-06T06:23:18.031Z] ---> bdf630b2a206 [2021-04-06T06:23:18.031Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-04-06T06:23:18.632Z] ---> e222bbc42073 [2021-04-06T06:23:18.632Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-04-06T06:23:19.618Z] ---> 606ed35b6b54 [2021-04-06T06:23:19.618Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-04-06T06:23:19.891Z] ---> Running in 7f0fe193dd62 [2021-04-06T06:23:20.878Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-06T06:23:20.878Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-06T06:23:21.474Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-04-06T06:23:21.474Z] (2/33) Installing expat (2.2.9-r1) [2021-04-06T06:23:21.474Z] (3/33) Installing libffi (3.3-r2) [2021-04-06T06:23:21.474Z] (4/33) Installing gdbm (1.13-r1) [2021-04-06T06:23:21.474Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-04-06T06:23:21.474Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-04-06T06:23:21.474Z] (7/33) Installing python3 (3.8.8-r0) [2021-04-06T06:23:23.449Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-04-06T06:23:23.449Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-04-06T06:23:23.449Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-04-06T06:23:23.449Z] (11/33) Installing py3-six (1.15.0-r0) [2021-04-06T06:23:23.449Z] (12/33) Installing py3-packaging (20.4-r0) [2021-04-06T06:23:23.449Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-04-06T06:23:23.449Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-04-06T06:23:23.449Z] (15/33) Installing py3-idna (2.9-r0) [2021-04-06T06:23:23.449Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-04-06T06:23:23.449Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-04-06T06:23:23.723Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-04-06T06:23:23.723Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-04-06T06:23:23.723Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-04-06T06:23:23.723Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-04-06T06:23:23.724Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-04-06T06:23:23.724Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-04-06T06:23:23.724Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-04-06T06:23:23.724Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-04-06T06:23:23.724Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-04-06T06:23:23.724Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-04-06T06:23:23.724Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-04-06T06:23:23.724Z] (29/33) Installing py3-progress (1.5-r0) [2021-04-06T06:23:23.724Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-04-06T06:23:23.724Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-04-06T06:23:23.724Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-04-06T06:23:23.724Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-04-06T06:23:23.997Z] Executing busybox-1.31.1-r19.trigger [2021-04-06T06:23:23.997Z] OK: 71 MiB in 55 packages [2021-04-06T06:23:36.407Z] Removing intermediate container 7f0fe193dd62 [2021-04-06T06:23:36.407Z] ---> 88265684267b [2021-04-06T06:23:36.407Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-04-06T06:23:36.407Z] ---> Running in e23e2dcf09a2 [2021-04-06T06:23:41.824Z] Collecting docker-compose==1.23.2 [2021-04-06T06:23:41.824Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-04-06T06:23:42.101Z] Collecting dockerpty<0.5,>=0.4.1 [2021-04-06T06:23:42.101Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-04-06T06:23:44.716Z] Collecting websocket-client<1.0,>=0.32.0 [2021-04-06T06:23:44.716Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-04-06T06:23:45.696Z] Collecting PyYAML<4,>=3.10 [2021-04-06T06:23:45.696Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-04-06T06:23:50.017Z] Collecting jsonschema<3,>=2.5.1 [2021-04-06T06:23:50.017Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-04-06T06:23:50.017Z] Collecting docopt<0.7,>=0.6.1 [2021-04-06T06:23:50.017Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-04-06T06:23:52.653Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-06T06:23:52.653Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-06T06:23:52.653Z] ---> 6ecb1a8c45db [2021-04-06T06:23:52.653Z] Step 3/23 : WORKDIR /edgex-go [2021-04-06T06:23:52.653Z] ---> Using cache [2021-04-06T06:23:52.653Z] ---> 203640e3f357 [2021-04-06T06:23:52.653Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-06T06:23:52.653Z] ---> Using cache [2021-04-06T06:23:52.653Z] ---> 13360d02d58b [2021-04-06T06:23:52.653Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-04-06T06:23:52.653Z] Collecting docker<4.0,>=3.6.0 [2021-04-06T06:23:52.931Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-04-06T06:23:56.336Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-04-06T06:23:56.336Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-04-06T06:23:57.354Z] ---> Running in 800955494c97 [2021-04-06T06:23:57.354Z] Collecting texttable<0.10,>=0.9.0 [2021-04-06T06:23:57.354Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-04-06T06:23:58.786Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-06T06:23:59.391Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-06T06:23:59.667Z] Collecting cached-property<2,>=1.2.0 [2021-04-06T06:23:59.667Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-04-06T06:23:59.942Z] 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-06T06:23:59.942Z] Collecting docker-pycreds>=0.4.0 [2021-04-06T06:24:00.212Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-04-06T06:24:00.212Z] OK: 217 MiB in 51 packages [2021-04-06T06:24:01.211Z] Collecting urllib3<1.25,>=1.21.1 [2021-04-06T06:24:01.211Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-04-06T06:24:01.807Z] 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-06T06:24:01.807Z] 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-06T06:24:02.795Z] Collecting idna<2.8,>=2.5 [2021-04-06T06:24:02.795Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-04-06T06:24:02.795Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-04-06T06:24:02.795Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-04-06T06:24:02.795Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-04-06T06:24:02.795Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-04-06T06:24:03.780Z] Removing intermediate container 800955494c97 [2021-04-06T06:24:03.780Z] ---> d276efdc29c1 [2021-04-06T06:24:03.780Z] Step 6/23 : COPY go.mod . [2021-04-06T06:24:03.780Z] Installing collected packages: dockerpty, websocket-client, PyYAML, jsonschema, docopt, urllib3, idna, requests, docker-pycreds, docker, texttable, cached-property, docker-compose [2021-04-06T06:24:03.780Z] Running setup.py install for dockerpty: started [2021-04-06T06:24:05.235Z] ---> cc9f6751744b [2021-04-06T06:24:05.235Z] Step 7/23 : RUN go mod download [2021-04-06T06:24:05.513Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-06T06:24:05.513Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-06T06:24:05.513Z] ---> 6ecb1a8c45db [2021-04-06T06:24:05.513Z] Step 3/23 : WORKDIR /edgex-go [2021-04-06T06:24:05.513Z] ---> Using cache [2021-04-06T06:24:05.513Z] ---> 203640e3f357 [2021-04-06T06:24:05.513Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-06T06:24:05.513Z] ---> Using cache [2021-04-06T06:24:05.513Z] ---> 13360d02d58b [2021-04-06T06:24:05.513Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-04-06T06:24:05.513Z] ---> Running in 7b7ee96427c5 [2021-04-06T06:24:05.513Z] ---> Running in c0ec7e0c08b4 [2021-04-06T06:24:06.112Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-06T06:24:06.112Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-04-06T06:24:06.112Z] ---> 6ecb1a8c45db [2021-04-06T06:24:06.112Z] Step 3/31 : WORKDIR /edgex-go [2021-04-06T06:24:06.112Z] ---> Using cache [2021-04-06T06:24:06.112Z] ---> 203640e3f357 [2021-04-06T06:24:06.112Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-06T06:24:06.112Z] ---> Using cache [2021-04-06T06:24:06.112Z] ---> 13360d02d58b [2021-04-06T06:24:06.112Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-04-06T06:24:06.112Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-06T06:24:06.112Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-04-06T06:24:06.112Z] ---> 6ecb1a8c45db [2021-04-06T06:24:06.112Z] Step 3/24 : WORKDIR /edgex-go [2021-04-06T06:24:06.112Z] ---> Using cache [2021-04-06T06:24:06.112Z] ---> 203640e3f357 [2021-04-06T06:24:06.112Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-06T06:24:06.112Z] ---> Using cache [2021-04-06T06:24:06.112Z] ---> 13360d02d58b [2021-04-06T06:24:06.112Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-04-06T06:24:06.112Z] ---> Running in 67180749923a [2021-04-06T06:24:06.112Z] ---> Running in 528efaf92943 [2021-04-06T06:24:06.386Z] Running setup.py install for dockerpty: finished with status 'done' [2021-04-06T06:24:06.664Z] Running setup.py install for PyYAML: started [2021-04-06T06:24:07.653Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-06T06:24:08.255Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-06T06:24:08.255Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-06T06:24:08.532Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-06T06:24:08.814Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-06T06:24:09.089Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-06T06:24:09.090Z] OK: 217 MiB in 51 packages [2021-04-06T06:24:09.368Z] Removing intermediate container c0ec7e0c08b4 [2021-04-06T06:24:09.368Z] ---> ec920b2607bd [2021-04-06T06:24:09.368Z] Step 8/23 : COPY . . [2021-04-06T06:24:09.647Z] Running setup.py install for PyYAML: finished with status 'done' [2021-04-06T06:24:09.647Z] OK: 217 MiB in 51 packages [2021-04-06T06:24:09.924Z] OK: 217 MiB in 51 packages [2021-04-06T06:24:10.197Z] Running setup.py install for docopt: started [2021-04-06T06:24:11.188Z] Removing intermediate container 7b7ee96427c5 [2021-04-06T06:24:11.188Z] ---> e50268e6792e [2021-04-06T06:24:11.188Z] Step 6/23 : COPY go.mod . [2021-04-06T06:24:11.461Z] Removing intermediate container 528efaf92943 [2021-04-06T06:24:11.461Z] ---> 9ced01766706 [2021-04-06T06:24:11.461Z] Step 6/31 : COPY go.mod . [2021-04-06T06:24:11.736Z] Removing intermediate container 67180749923a [2021-04-06T06:24:11.736Z] ---> 4cd27149fec8 [2021-04-06T06:24:11.736Z] Step 6/24 : COPY go.mod . [2021-04-06T06:24:12.731Z] ---> a66e4ab9dafe [2021-04-06T06:24:12.731Z] Step 7/23 : RUN go mod download [2021-04-06T06:24:12.731Z] Running setup.py install for docopt: finished with status 'done' [2021-04-06T06:24:12.731Z] Attempting uninstall: urllib3 [2021-04-06T06:24:12.731Z] Found existing installation: urllib3 1.25.9 [2021-04-06T06:24:13.007Z] Uninstalling urllib3-1.25.9: [2021-04-06T06:24:13.007Z] Successfully uninstalled urllib3-1.25.9 [2021-04-06T06:24:13.280Z] ---> 5051ecaaed57 [2021-04-06T06:24:13.280Z] Step 7/31 : RUN go mod download [2021-04-06T06:24:13.551Z] ---> Running in 4a5dd30dc42a [2021-04-06T06:24:14.534Z] ---> d2c7f9c98569 [2021-04-06T06:24:14.534Z] Step 7/24 : RUN go mod download [2021-04-06T06:24:14.534Z] ---> Running in c8b43f1c2f07 [2021-04-06T06:24:14.534Z] Attempting uninstall: idna [2021-04-06T06:24:14.534Z] Found existing installation: idna 2.9 [2021-04-06T06:24:14.534Z] Uninstalling idna-2.9: [2021-04-06T06:24:14.534Z] Successfully uninstalled idna-2.9 [2021-04-06T06:24:15.183Z] ---> Running in 07a799e74c1d [2021-04-06T06:24:15.183Z] Attempting uninstall: requests [2021-04-06T06:24:15.183Z] Found existing installation: requests 2.23.0 [2021-04-06T06:24:15.183Z] Uninstalling requests-2.23.0: [2021-04-06T06:24:15.573Z] Successfully uninstalled requests-2.23.0 [2021-04-06T06:24:17.181Z] Running setup.py install for texttable: started [2021-04-06T06:24:19.821Z] Running setup.py install for texttable: finished with status 'done' [2021-04-06T06:24:21.268Z] 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-06T06:24:21.268Z] Removing intermediate container 4a5dd30dc42a [2021-04-06T06:24:21.268Z] ---> ab1c89492a6f [2021-04-06T06:24:21.268Z] Step 8/23 : COPY . . [2021-04-06T06:24:21.878Z] Removing intermediate container c8b43f1c2f07 [2021-04-06T06:24:21.878Z] ---> dc6633471bfd [2021-04-06T06:24:21.878Z] Step 8/31 : COPY . . [2021-04-06T06:24:22.149Z] Removing intermediate container 07a799e74c1d [2021-04-06T06:24:22.149Z] ---> fc0831680407 [2021-04-06T06:24:22.149Z] Step 8/24 : COPY . . [2021-04-06T06:24:30.438Z] ---> eddcf7180bae [2021-04-06T06:24:30.438Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-04-06T06:24:31.039Z] Removing intermediate container e23e2dcf09a2 [2021-04-06T06:24:31.039Z] ---> 5bd00417d8d8 [2021-04-06T06:24:31.039Z] Step 21/26 : RUN apk --no-cache add curl [2021-04-06T06:24:31.320Z] ---> Running in c263a7fc576b [2021-04-06T06:24:31.920Z] ---> Running in 96539d10503c [2021-04-06T06:24:33.359Z] 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-06T06:24:33.635Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-06T06:24:33.911Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-06T06:24:34.507Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-04-06T06:24:34.507Z] (2/3) Installing libcurl (7.69.1-r3) [2021-04-06T06:24:34.507Z] (3/3) Installing curl (7.69.1-r3) [2021-04-06T06:24:34.507Z] Executing busybox-1.31.1-r19.trigger [2021-04-06T06:24:34.507Z] OK: 72 MiB in 58 packages [2021-04-06T06:24:38.845Z] Removing intermediate container 96539d10503c [2021-04-06T06:24:38.845Z] ---> 936a450941c4 [2021-04-06T06:24:38.845Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-04-06T06:24:39.848Z] ---> Running in 88ce9a2ae7ef [2021-04-06T06:24:41.291Z] Removing intermediate container 88ce9a2ae7ef [2021-04-06T06:24:41.291Z] ---> 9912accd8a27 [2021-04-06T06:24:41.291Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-06T06:24:42.281Z] ---> Running in d90389256351 [2021-04-06T06:24:44.259Z] Removing intermediate container d90389256351 [2021-04-06T06:24:44.259Z] ---> 7becc6c3f6f9 [2021-04-06T06:24:44.259Z] Step 24/26 : LABEL arch=arm64 [2021-04-06T06:24:45.241Z] ---> Running in aab7af8f1cec [2021-04-06T06:24:46.677Z] Removing intermediate container aab7af8f1cec [2021-04-06T06:24:46.677Z] ---> 672138e93aae [2021-04-06T06:24:46.677Z] Step 25/26 : LABEL git_sha=8f2bcf47e17800030ef20eef69688b6065468e62 [2021-04-06T06:24:46.951Z] ---> Running in 3e79a33fc496 [2021-04-06T06:24:48.938Z] Removing intermediate container 3e79a33fc496 [2021-04-06T06:24:48.938Z] ---> 531f92fac16b [2021-04-06T06:24:48.938Z] Step 26/26 : LABEL version=0.0.0 [2021-04-06T06:24:48.938Z] ---> Running in 75f292c08879 [2021-04-06T06:24:49.916Z] ---> 875054d80410 [2021-04-06T06:24:49.916Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-04-06T06:24:50.192Z] Removing intermediate container 75f292c08879 [2021-04-06T06:24:50.192Z] ---> 545bcbfc3123 [2021-04-06T06:24:50.192Z] [2021-04-06T06:24:50.192Z] ---> Running in 2560a9f8a8a0 [2021-04-06T06:24:50.791Z] ---> cde4119deacb [2021-04-06T06:24:50.791Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-04-06T06:24:51.066Z] Successfully built 545bcbfc3123 [2021-04-06T06:24:51.067Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-04-06T06:24:51.342Z]  Building docker-sys-mgmt-agent-go ... done  ---> Running in bc16d3619cb9 [2021-04-06T06:24:51.945Z] ---> 702b520ceeb0 [2021-04-06T06:24:51.945Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-04-06T06:24:52.225Z] ---> Running in 534113c2b225 [2021-04-06T06:24:52.828Z] 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-06T06:24:53.431Z] 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-06T06:24:54.034Z] 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-06T06:26:45.941Z] 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-06T06:26:45.941Z] Removing intermediate container c263a7fc576b [2021-04-06T06:26:45.941Z] ---> d03f6a3bb165 [2021-04-06T06:26:45.941Z] [2021-04-06T06:26:45.941Z] Step 10/23 : FROM alpine:3.12 [2021-04-06T06:26:45.941Z] ---> d75e27dfc0a0 [2021-04-06T06:26:45.941Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-04-06T06:26:45.941Z] ---> Running in 51d85c5b4d0f [2021-04-06T06:26:45.941Z] Removing intermediate container 51d85c5b4d0f [2021-04-06T06:26:45.941Z] ---> 329a1a387520 [2021-04-06T06:26:45.941Z] Step 12/23 : ENV APP_PORT=48080 [2021-04-06T06:26:45.941Z] ---> Running in 4732aa1292a6 [2021-04-06T06:26:45.941Z] Removing intermediate container 4732aa1292a6 [2021-04-06T06:26:45.941Z] ---> 35f94dc3bedb [2021-04-06T06:26:45.941Z] Step 13/23 : EXPOSE $APP_PORT [2021-04-06T06:26:45.941Z] ---> Running in 1f2ee6d8446d [2021-04-06T06:26:45.941Z] Removing intermediate container 1f2ee6d8446d [2021-04-06T06:26:45.941Z] ---> 6b9da5d4ffa5 [2021-04-06T06:26:45.941Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-06T06:26:45.941Z] ---> Running in 40056ded2442 [2021-04-06T06:26:48.599Z] Removing intermediate container 40056ded2442 [2021-04-06T06:26:48.599Z] ---> 8662bfe68bba [2021-04-06T06:26:48.599Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-04-06T06:26:48.876Z] ---> Running in cdcc175eacb8 [2021-04-06T06:26:51.535Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-06T06:26:52.535Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-06T06:26:53.138Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-04-06T06:26:53.416Z] (2/6) Installing libgcc (9.3.0-r2) [2021-04-06T06:26:53.416Z] Removing intermediate container bc16d3619cb9 [2021-04-06T06:26:53.416Z] ---> e49336623217 [2021-04-06T06:26:53.416Z] [2021-04-06T06:26:53.416Z] Step 10/31 : FROM alpine:3.12 [2021-04-06T06:26:53.416Z] ---> d75e27dfc0a0 [2021-04-06T06:26:53.416Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-04-06T06:26:53.416Z] (3/6) Installing libsodium (1.0.18-r0) [2021-04-06T06:26:53.690Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-04-06T06:26:53.969Z] ---> Running in 09e79c31f2b4 [2021-04-06T06:26:54.242Z] (5/6) Installing libzmq (4.3.3-r0) [2021-04-06T06:26:54.243Z] (6/6) Installing zeromq (4.3.3-r0) [2021-04-06T06:26:54.519Z] Executing busybox-1.31.1-r20.trigger [2021-04-06T06:26:54.519Z] OK: 8 MiB in 20 packages [2021-04-06T06:26:55.127Z] Removing intermediate container 09e79c31f2b4 [2021-04-06T06:26:55.127Z] ---> 3b6293ecc56e [2021-04-06T06:26:55.127Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-04-06T06:26:55.406Z] ---> Running in aa31a2e51c54 [2021-04-06T06:26:55.503Z] go (1.15/stable) 1.15.10 from Michael Hudson-Doyle (mwhudson) installed [2021-04-06T06:26:56.400Z] Removing intermediate container 534113c2b225 [2021-04-06T06:26:56.400Z] ---> 7f69da2267d6 [2021-04-06T06:26:56.400Z] [2021-04-06T06:26:56.400Z] Step 10/24 : FROM alpine:3.12 [2021-04-06T06:26:56.400Z] ---> d75e27dfc0a0 [2021-04-06T06:26:56.400Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec [2021-04-06T06:26:56.674Z] ---> Running in 7a7ffc79902d [2021-04-06T06:26:56.950Z] Removing intermediate container cdcc175eacb8 [2021-04-06T06:26:56.950Z] ---> e95ce7402f20 [2021-04-06T06:26:56.950Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-06T06:26:57.555Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-06T06:26:57.834Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-06T06:26:58.440Z] ---> b48cf7806314 [2021-04-06T06:26:58.440Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-04-06T06:26:58.440Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-04-06T06:26:58.717Z] (2/2) Installing su-exec (0.2-r1) [2021-04-06T06:26:58.717Z] Executing busybox-1.31.1-r20.trigger [2021-04-06T06:26:58.717Z] OK: 5 MiB in 16 packages [2021-04-06T06:26:58.717Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-06T06:26:58.996Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-06T06:26:59.599Z] (1/6) Installing ca-certificates (20191127-r4) [2021-04-06T06:26:59.599Z] (2/6) Installing nghttp2-libs (1.41.0-r0) [2021-04-06T06:26:59.599Z] (3/6) Installing libcurl (7.69.1-r3) [2021-04-06T06:26:59.599Z] (4/6) Installing curl (7.69.1-r3) [2021-04-06T06:26:59.599Z] (5/6) Installing dumb-init (1.2.2-r1) [2021-04-06T06:26:59.599Z] (6/6) Installing su-exec (0.2-r1) [2021-04-06T06:26:59.599Z] Executing busybox-1.31.1-r20.trigger [2021-04-06T06:26:59.599Z] Executing ca-certificates-20191127-r4.trigger [2021-04-06T06:26:59.884Z] OK: 7 MiB in 20 packages [2021-04-06T06:27:01.338Z] Removing intermediate container aa31a2e51c54 [2021-04-06T06:27:01.339Z] ---> ae97f6a53aa7 [2021-04-06T06:27:01.339Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-04-06T06:27:01.339Z] ---> 0971d11d69cf [2021-04-06T06:27:01.339Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-04-06T06:27:01.621Z] ---> Running in 6f4e6c91d1b7 [2021-04-06T06:27:02.687Z] Removing intermediate container 6f4e6c91d1b7 [2021-04-06T06:27:02.687Z] ---> 9c5c9ae26b49 [2021-04-06T06:27:02.687Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-04-06T06:27:02.985Z] ---> Running in a8d0261a9029 [2021-04-06T06:27:03.330Z] ---> e623de6c263a [2021-04-06T06:27:03.331Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-04-06T06:27:03.609Z] Removing intermediate container 7a7ffc79902d [2021-04-06T06:27:03.609Z] ---> c20b61ac8805 [2021-04-06T06:27:03.609Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-04-06T06:27:03.650Z] snapd is not logged in, snap install commands will use sudo [2021-04-06T06:27:03.898Z] ---> Running in c90fc6c790da [2021-04-06T06:27:03.898Z] ---> Running in 555aad957c83 [2021-04-06T06:27:04.173Z] Removing intermediate container a8d0261a9029 [2021-04-06T06:27:04.173Z] ---> 9ed875767876 [2021-04-06T06:27:04.173Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-04-06T06:27:04.449Z] ---> Running in 5ec7bd8796e2 [2021-04-06T06:27:05.050Z] Removing intermediate container c90fc6c790da [2021-04-06T06:27:05.050Z] ---> 468b919f3427 [2021-04-06T06:27:05.050Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-06T06:27:05.050Z] Removing intermediate container 555aad957c83 [2021-04-06T06:27:05.050Z] ---> 2effdad360b4 [2021-04-06T06:27:05.050Z] Step 13/24 : WORKDIR / [2021-04-06T06:27:05.336Z] ---> Running in 0d344646d77b [2021-04-06T06:27:05.336Z] ---> Running in 6e9a10a5d6e1 [2021-04-06T06:27:06.793Z] Removing intermediate container 0d344646d77b [2021-04-06T06:27:06.793Z] ---> 12300c915a63 [2021-04-06T06:27:06.793Z] Step 21/23 : LABEL arch=arm64 [2021-04-06T06:27:06.793Z] Removing intermediate container 6e9a10a5d6e1 [2021-04-06T06:27:06.793Z] ---> 96bd16322cf7 [2021-04-06T06:27:06.793Z] 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-06T06:27:06.793Z] ---> Running in 9197fc357dd0 [2021-04-06T06:27:07.781Z] Removing intermediate container 2560a9f8a8a0 [2021-04-06T06:27:07.781Z] ---> c749da89880a [2021-04-06T06:27:07.781Z] [2021-04-06T06:27:07.781Z] Step 10/23 : FROM alpine:3.12 [2021-04-06T06:27:07.781Z] ---> d75e27dfc0a0 [2021-04-06T06:27:07.781Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-04-06T06:27:07.781Z] ---> Using cache [2021-04-06T06:27:07.781Z] ---> f8c8aba7c606 [2021-04-06T06:27:07.781Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-06T06:27:07.781Z] ---> Using cache [2021-04-06T06:27:07.781Z] ---> c9c9a01df8d3 [2021-04-06T06:27:07.781Z] Step 13/23 : ENV APP_PORT=48081 [2021-04-06T06:27:07.781Z] Removing intermediate container 9197fc357dd0 [2021-04-06T06:27:07.781Z] ---> 7539e2385afc [2021-04-06T06:27:07.781Z] Step 22/23 : LABEL git_sha=8f2bcf47e17800030ef20eef69688b6065468e62 [2021-04-06T06:27:07.781Z] ---> Running in 3d22ca2c6dd6 [2021-04-06T06:27:08.063Z] ---> Running in d47b05c4aa77 [2021-04-06T06:27:08.346Z] Removing intermediate container 5ec7bd8796e2 [2021-04-06T06:27:08.347Z] ---> cee9f4565a90 [2021-04-06T06:27:08.347Z] 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-06T06:27:08.347Z] ---> 145ec967c046 [2021-04-06T06:27:08.347Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-04-06T06:27:08.347Z] ---> Running in e44c59ee46df [2021-04-06T06:27:08.624Z] Removing intermediate container 3d22ca2c6dd6 [2021-04-06T06:27:08.624Z] ---> 538bc1bebb2d [2021-04-06T06:27:08.624Z] Step 14/23 : EXPOSE $APP_PORT [2021-04-06T06:27:08.624Z] Removing intermediate container d47b05c4aa77 [2021-04-06T06:27:08.624Z] ---> f465edda1cc3 [2021-04-06T06:27:08.624Z] Step 23/23 : LABEL version=0.0.0 [2021-04-06T06:27:08.908Z] ---> Running in cefb57fcc22d [2021-04-06T06:27:08.908Z] ---> Running in 8c677bb90729 [2021-04-06T06:27:09.182Z] Removing intermediate container e44c59ee46df [2021-04-06T06:27:09.182Z] ---> 96f7a8724316 [2021-04-06T06:27:09.182Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-04-06T06:27:09.457Z] ---> 6fe5f4eede82 [2021-04-06T06:27:09.457Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-04-06T06:27:09.735Z] Removing intermediate container 8c677bb90729 [2021-04-06T06:27:09.735Z] Removing intermediate container cefb57fcc22d [2021-04-06T06:27:09.735Z] ---> cfd62aefa158 [2021-04-06T06:27:09.735Z] Step 15/23 : WORKDIR / [2021-04-06T06:27:09.735Z] ---> 6b310804c74d [2021-04-06T06:27:09.735Z] [2021-04-06T06:27:10.011Z] ---> Running in 96382b37c0fb [2021-04-06T06:27:10.240Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-04-06T06:27:10.611Z] ---> 814eb4232f39 [2021-04-06T06:27:10.611Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-04-06T06:27:10.611Z] Successfully built 6b310804c74d [2021-04-06T06:27:10.611Z] Successfully tagged docker-core-data-go-arm64:latest [2021-04-06T06:27:10.887Z]  Building docker-core-data-go ... done  ---> Running in b930f3beeb3c [2021-04-06T06:27:11.183Z] ---> ea3a50786612 [2021-04-06T06:27:11.183Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-04-06T06:27:11.183Z] Removing intermediate container 96382b37c0fb [2021-04-06T06:27:11.183Z] ---> 34f4d3ac8561 [2021-04-06T06:27:11.183Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-06T06:27:12.644Z] ---> f10f8408d2b9 [2021-04-06T06:27:12.644Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-04-06T06:27:12.644Z] ---> bc9f98f1e161 [2021-04-06T06:27:12.644Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-04-06T06:27:15.291Z] Removing intermediate container b930f3beeb3c [2021-04-06T06:27:15.291Z] ---> 1467f02e19ec [2021-04-06T06:27:15.291Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-06T06:27:15.291Z] ---> 663789d21c5b [2021-04-06T06:27:15.291Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-04-06T06:27:15.291Z] ---> bd7730f7a6fa [2021-04-06T06:27:15.291Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-04-06T06:27:15.895Z] ---> 32b646e774ed [2021-04-06T06:27:15.895Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-04-06T06:27:16.167Z] ---> aff8fbc956b6 [2021-04-06T06:27:16.167Z] 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-06T06:27:16.167Z] ---> b852a04829b8 [2021-04-06T06:27:16.167Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-04-06T06:27:16.450Z] ---> Running in 9c4d11addd0b [2021-04-06T06:27:16.450Z] ---> Running in 721a092ab154 [2021-04-06T06:27:17.053Z] Removing intermediate container 9c4d11addd0b [2021-04-06T06:27:17.053Z] ---> 9bef0577aaae [2021-04-06T06:27:17.053Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-06T06:27:17.655Z] ---> Running in 82bd7d9e81a7 [2021-04-06T06:27:17.655Z] ---> ae2f4326783f [2021-04-06T06:27:17.655Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-04-06T06:27:18.254Z] Removing intermediate container 82bd7d9e81a7 [2021-04-06T06:27:18.254Z] ---> 6d09b6ace92d [2021-04-06T06:27:18.254Z] Step 21/23 : LABEL arch=arm64 [2021-04-06T06:27:18.538Z] ---> Running in 00822abd988c [2021-04-06T06:27:18.810Z] ---> 07f08735aafe [2021-04-06T06:27:18.810Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-04-06T06:27:19.090Z] Removing intermediate container 00822abd988c [2021-04-06T06:27:19.090Z] ---> f3829c564545 [2021-04-06T06:27:19.090Z] Step 22/23 : LABEL git_sha=8f2bcf47e17800030ef20eef69688b6065468e62 [2021-04-06T06:27:19.370Z] Removing intermediate container 721a092ab154 [2021-04-06T06:27:19.370Z] ---> 67b4604ba618 [2021-04-06T06:27:19.370Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-04-06T06:27:19.370Z] ---> Running in 82ac74a8f62c [2021-04-06T06:27:19.370Z] ---> Running in 00176dd6d188 [2021-04-06T06:27:19.648Z] ---> e4c0425f8629 [2021-04-06T06:27:19.648Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-04-06T06:27:19.922Z] Removing intermediate container 82ac74a8f62c [2021-04-06T06:27:19.922Z] ---> 4f4b31e24ee4 [2021-04-06T06:27:19.922Z] Step 23/23 : LABEL version=0.0.0 [2021-04-06T06:27:20.197Z] Removing intermediate container 00176dd6d188 [2021-04-06T06:27:20.197Z] ---> 2e3014e88b5d [2021-04-06T06:27:20.197Z] Step 22/24 : LABEL arch=arm64 [2021-04-06T06:27:20.197Z] ---> Running in 2cc54a90ee5d [2021-04-06T06:27:20.468Z] ---> Running in df9e231d6dae [2021-04-06T06:27:20.741Z] ---> 0e0f85844dcf [2021-04-06T06:27:20.741Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-04-06T06:27:21.015Z] Removing intermediate container 2cc54a90ee5d [2021-04-06T06:27:21.015Z] ---> f11eca6758fb [2021-04-06T06:27:21.015Z] [2021-04-06T06:27:21.015Z] ---> Running in be813bd71728 [2021-04-06T06:27:21.291Z] Removing intermediate container df9e231d6dae [2021-04-06T06:27:21.292Z] ---> 1694d793db75 [2021-04-06T06:27:21.292Z] Step 23/24 : LABEL git_sha=8f2bcf47e17800030ef20eef69688b6065468e62 [2021-04-06T06:27:21.570Z] ---> Running in 788825c35161 [2021-04-06T06:27:21.570Z] Successfully built f11eca6758fb [2021-04-06T06:27:21.570Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-04-06T06:27:21.843Z]  Building docker-core-metadata-go ... done Removing intermediate container be813bd71728 [2021-04-06T06:27:21.843Z] ---> edce9366431c [2021-04-06T06:27:21.843Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-04-06T06:27:21.843Z] Removing intermediate container 788825c35161 [2021-04-06T06:27:21.843Z] ---> aeb3ba4dbb93 [2021-04-06T06:27:21.843Z] Step 24/24 : LABEL version=0.0.0 [2021-04-06T06:27:22.116Z] ---> Running in 9b01821ee161 [2021-04-06T06:27:22.712Z] ---> 9e4f1167c9ee [2021-04-06T06:27:22.712Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-04-06T06:27:22.712Z] Removing intermediate container 9b01821ee161 [2021-04-06T06:27:22.712Z] ---> 0d48ea441c36 [2021-04-06T06:27:22.712Z] [2021-04-06T06:27:22.989Z] ---> Running in 74f086568190 [2021-04-06T06:27:23.262Z] Successfully built 0d48ea441c36 [2021-04-06T06:27:23.262Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-04-06T06:27:25.891Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container 74f086568190 [2021-04-06T06:27:25.891Z] ---> 23fdcdcce75e [2021-04-06T06:27:25.891Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-04-06T06:27:26.171Z] ---> Running in f9a127949bd8 [2021-04-06T06:27:26.767Z] Removing intermediate container f9a127949bd8 [2021-04-06T06:27:26.767Z] ---> 9580f40cb381 [2021-04-06T06:27:26.767Z] Step 28/31 : CMD ["gate"] [2021-04-06T06:27:27.042Z] ---> Running in 71adee590a8d [2021-04-06T06:27:27.651Z] Removing intermediate container 71adee590a8d [2021-04-06T06:27:27.651Z] ---> 5a1de8c52814 [2021-04-06T06:27:27.651Z] Step 29/31 : LABEL arch=arm64 [2021-04-06T06:27:27.928Z] ---> Running in 1a461d67c0dd [2021-04-06T06:27:28.395Z] snap "core18" has no updates available [2021-04-06T06:27:28.522Z] Removing intermediate container 1a461d67c0dd [2021-04-06T06:27:28.522Z] ---> 5441a59abe7c [2021-04-06T06:27:28.522Z] Step 30/31 : LABEL git_sha=8f2bcf47e17800030ef20eef69688b6065468e62 [2021-04-06T06:27:28.800Z] ---> Running in da7e9e1837ba [2021-04-06T06:27:29.396Z] Removing intermediate container da7e9e1837ba [2021-04-06T06:27:29.396Z] ---> 969526cbc0e3 [2021-04-06T06:27:29.396Z] Step 31/31 : LABEL version=0.0.0 [2021-04-06T06:27:29.670Z] ---> Running in c59c99d02662 [2021-04-06T06:27:29.946Z] Removing intermediate container c59c99d02662 [2021-04-06T06:27:29.946Z] ---> c56b282342f4 [2021-04-06T06:27:29.946Z] [2021-04-06T06:27:30.542Z] Successfully built c56b282342f4 [2021-04-06T06:27:30.542Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-04-06T06:27:30.832Z]  Building docker-security-bootstrapper-go ... done  [Pipeline] } [2021-04-06T06:27:30.803Z] $ docker stop --time=1 0bd6b4a5245742ff3c4599ed0ede7af03440c70ce3992ac514dd488bdddee058 [2021-04-06T06:27:30.955Z] Pulling go-build-helper [2021-04-06T06:27:30.955Z] + snapcraftctl pull [2021-04-06T06:27:32.343Z] 'app-service-config' has dependencies that need to be staged: go-build-helper [2021-04-06T06:27:32.343Z] Skipping pull go-build-helper (already ran) [2021-04-06T06:27:32.343Z] Building go-build-helper [2021-04-06T06:27:32.343Z] + snapcraftctl build [2021-04-06T06:27:32.866Z] $ docker rm -f 0bd6b4a5245742ff3c4599ed0ede7af03440c70ce3992ac514dd488bdddee058 [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-06T06:27:33.770Z] + grep docker [2021-04-06T06:27:33.770Z] + docker images [2021-04-06T06:27:34.046Z] docker-security-bootstrapper-go-arm64 latest c56b282342f4 4 seconds ago 17.9MB [2021-04-06T06:27:34.046Z] docker-security-secretstore-setup-go-arm64 latest 0d48ea441c36 11 seconds ago 24.4MB [2021-04-06T06:27:34.046Z] docker-core-metadata-go-arm64 latest f11eca6758fb 13 seconds ago 17.9MB [2021-04-06T06:27:34.046Z] docker-core-data-go-arm64 latest 6b310804c74d 24 seconds ago 21.4MB [2021-04-06T06:27:34.046Z] docker-sys-mgmt-agent-go-arm64 latest 545bcbfc3123 2 minutes ago 301MB [2021-04-06T06:27:34.046Z] docker-core-command-go-arm64 latest 0e1b3cb16cdd 4 minutes ago 16.3MB [2021-04-06T06:27:34.046Z] docker-support-notifications-go-arm64 latest a821fdb81143 4 minutes ago 16.9MB [2021-04-06T06:27:34.046Z] docker-support-scheduler-go-arm64 latest eff91605f22a 4 minutes ago 16.4MB [2021-04-06T06:27:34.046Z] docker-security-proxy-setup-go-arm64 latest 2a433083fba0 4 minutes ago 24.1MB [2021-04-06T06:27:34.046Z] docker 20.10.0 eeaf43b92773 3 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 [2021-04-06T06:27:34.903Z] Staging go-build-helper [2021-04-06T06:27:34.903Z] + snapcraftctl stage [Pipeline] libraryResource [Pipeline] sh [2021-04-06T06:27:35.368Z] ---> job-cost.sh [2021-04-06T06:27:35.368Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-31YG [2021-04-06T06:27:47.140Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-04-06T06:27:47.140Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-04-06T06:27:47.140Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1639 kB] [2021-04-06T06:27:47.140Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [310 kB] [2021-04-06T06:27:47.140Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] [2021-04-06T06:27:47.140Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-04-06T06:27:47.140Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [265 kB] [2021-04-06T06:27:47.140Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [34.6 kB] [2021-04-06T06:27:47.140Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1118 kB] [2021-04-06T06:27:47.140Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [251 kB] [2021-04-06T06:27:47.140Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-04-06T06:27:47.140Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-04-06T06:27:47.140Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-04-06T06:27:47.140Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-04-06T06:27:47.140Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-04-06T06:27:47.140Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-04-06T06:27:47.140Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-04-06T06:27:47.140Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-04-06T06:27:47.140Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-04-06T06:27:47.140Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1979 kB] [2021-04-06T06:27:47.140Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [402 kB] [2021-04-06T06:27:47.140Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] [2021-04-06T06:27:47.140Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-04-06T06:27:47.140Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [286 kB] [2021-04-06T06:27:47.141Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [38.2 kB] [2021-04-06T06:27:47.141Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1726 kB] [2021-04-06T06:27:47.141Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [366 kB] [2021-04-06T06:27:47.141Z] Fetched 24.2 MB in 0s (0 B/s) [2021-04-06T06:27:47.141Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-04-06T06:27:47.141Z] Fetched 224 kB in 0s (0 B/s) [2021-04-06T06:27:47.141Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-04-06T06:27:47.141Z] Fetched 157 kB in 0s (0 B/s) [2021-04-06T06:27:47.141Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-04-06T06:27:47.141Z] Fetched 221 kB in 0s (0 B/s) [2021-04-06T06:27:47.141Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-04-06T06:27:47.141Z] Fetched 143 kB in 0s (0 B/s) [2021-04-06T06:27:47.141Z] Pulling app-service-config [2021-04-06T06:27:47.141Z] + snapcraftctl pull [2021-04-06T06:27:48.084Z] Cloning into '/root/parts/app-service-config/src'... [2021-04-06T06:27:49.102Z] Pulling config-common [2021-04-06T06:27:49.102Z] + snapcraftctl pull [2021-04-06T06:27:54.537Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-04-06T06:27:54.538Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-04-06T06:27:54.538Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-04-06T06:27:54.538Z] Fetched 0 B in 0s (0 B/s) [2021-04-06T06:27:54.538Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-04-06T06:27:54.538Z] Fetched 0 B in 0s (0 B/s) [2021-04-06T06:27:54.538Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-04-06T06:27:54.538Z] Fetched 0 B in 0s (0 B/s) [2021-04-06T06:27:54.538Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-04-06T06:27:54.538Z] Fetched 0 B in 0s (0 B/s) [2021-04-06T06:27:54.538Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-04-06T06:27:54.538Z] Fetched 0 B in 0s (0 B/s) [2021-04-06T06:27:54.538Z] Pulling edgex-go [2021-04-06T06:27:54.538Z] + snapcraftctl pull [2021-04-06T06:28:16.861Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-04-06T06:28:16.861Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-04-06T06:28:16.861Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-04-06T06:28:16.861Z] Fetched 0 B in 0s (0 B/s) [2021-04-06T06:28:16.862Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-04-06T06:28:16.862Z] Fetched 96.5 kB in 0s (0 B/s) [2021-04-06T06:28:16.862Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-04-06T06:28:16.862Z] Fetched 279 kB in 0s (0 B/s) [2021-04-06T06:28:16.862Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-04-06T06:28:16.862Z] Fetched 122 kB in 0s (0 B/s) [2021-04-06T06:28:16.862Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-04-06T06:28:16.862Z] Fetched 77.8 kB in 0s (0 B/s) [2021-04-06T06:28:16.862Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-04-06T06:28:16.862Z] Fetched 8848 B in 0s (0 B/s) [2021-04-06T06:28:16.862Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-04-06T06:28:16.862Z] Fetched 47.8 kB in 0s (0 B/s) [2021-04-06T06:28:16.862Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-04-06T06:28:16.862Z] Fetched 45.6 kB in 0s (0 B/s) [2021-04-06T06:28:16.862Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-04-06T06:28:16.862Z] Fetched 15.0 kB in 0s (0 B/s) [2021-04-06T06:28:16.862Z] Get:1 libcurl4_7.58.0-2ubuntu3.13_amd64.deb [219 kB] [2021-04-06T06:28:16.862Z] Fetched 219 kB in 0s (0 B/s) [2021-04-06T06:28:16.862Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] [2021-04-06T06:28:16.862Z] Fetched 154 kB in 0s (0 B/s) [2021-04-06T06:28:16.862Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-04-06T06:28:16.862Z] Fetched 50.6 kB in 0s (0 B/s) [2021-04-06T06:28:16.862Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-04-06T06:28:16.862Z] Fetched 14.8 kB in 0s (0 B/s) [2021-04-06T06:28:16.862Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-04-06T06:28:16.862Z] Fetched 41.8 kB in 0s (0 B/s) [2021-04-06T06:28:16.862Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-04-06T06:28:16.862Z] Fetched 499 kB in 0s (0 B/s) [2021-04-06T06:28:16.862Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-04-06T06:28:16.862Z] Fetched 111 kB in 0s (0 B/s) [2021-04-06T06:28:16.862Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-04-06T06:28:16.862Z] Fetched 240 kB in 0s (0 B/s) [2021-04-06T06:28:16.862Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-04-06T06:28:16.862Z] Fetched 29.3 kB in 0s (0 B/s) [2021-04-06T06:28:16.862Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-04-06T06:28:16.862Z] Fetched 85.5 kB in 0s (0 B/s) [2021-04-06T06:28:16.862Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-04-06T06:28:16.862Z] Fetched 24.5 kB in 0s (0 B/s) [2021-04-06T06:28:16.862Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-04-06T06:28:16.862Z] Fetched 49.2 kB in 0s (0 B/s) [2021-04-06T06:28:16.862Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-04-06T06:28:16.862Z] Fetched 54.2 kB in 0s (0 B/s) [2021-04-06T06:28:16.862Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-04-06T06:28:16.862Z] Fetched 30.8 kB in 0s (0 B/s) [2021-04-06T06:28:16.862Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] [2021-04-06T06:28:16.862Z] Fetched 15.8 kB in 0s (0 B/s) [2021-04-06T06:28:16.862Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-04-06T06:28:16.862Z] Fetched 85.9 kB in 0s (0 B/s) [2021-04-06T06:28:16.862Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-04-06T06:28:16.862Z] Fetched 8720 B in 0s (0 B/s) [2021-04-06T06:28:16.862Z] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] [2021-04-06T06:28:16.862Z] Fetched 137 kB in 0s (0 B/s) [2021-04-06T06:28:16.862Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-04-06T06:28:16.862Z] Fetched 119 kB in 0s (0 B/s) [2021-04-06T06:28:16.862Z] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] [2021-04-06T06:28:16.862Z] Fetched 109 kB in 0s (0 B/s) [2021-04-06T06:28:16.862Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-04-06T06:28:16.862Z] Fetched 11.1 kB in 0s (0 B/s) [2021-04-06T06:28:16.862Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-04-06T06:28:16.862Z] Fetched 645 kB in 0s (0 B/s) [2021-04-06T06:28:16.862Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-04-06T06:28:16.862Z] Fetched 41.3 kB in 0s (0 B/s) [2021-04-06T06:28:16.862Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-04-06T06:28:16.862Z] Fetched 17.9 kB in 0s (0 B/s) [2021-04-06T06:28:16.862Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-04-06T06:28:16.862Z] Fetched 368 kB in 0s (0 B/s) [2021-04-06T06:28:16.862Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-04-06T06:28:16.862Z] Fetched 187 kB in 0s (0 B/s) [2021-04-06T06:28:16.862Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-04-06T06:28:16.862Z] Fetched 175 kB in 0s (0 B/s) [2021-04-06T06:28:16.862Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-04-06T06:28:16.862Z] Fetched 206 kB in 0s (0 B/s) [2021-04-06T06:28:16.862Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb [1301 kB] [2021-04-06T06:28:16.862Z] Fetched 1301 kB in 0s (0 B/s) [2021-04-06T06:28:16.862Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-04-06T06:28:16.862Z] Fetched 36.2 kB in 0s (0 B/s) [2021-04-06T06:28:16.862Z] Get:1 curl_7.58.0-2ubuntu3.13_amd64.deb [159 kB] [2021-04-06T06:28:16.862Z] Fetched 159 kB in 0s (0 B/s) [2021-04-06T06:28:16.862Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-04-06T06:28:16.862Z] Fetched 107 kB in 0s (0 B/s) [2021-04-06T06:28:16.862Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-04-06T06:28:16.862Z] Fetched 48.7 kB in 0s (0 B/s) [2021-04-06T06:28:16.862Z] Pulling static-packages [2021-04-06T06:28:16.862Z] + snapcraftctl pull [2021-04-06T06:28:17.131Z] Pulling version [2021-04-06T06:28:17.131Z] + cd /root/project [2021-04-06T06:28:17.131Z] + [ -f VERSION ] [2021-04-06T06:28:17.131Z] + PROJECT_VERSION=local-dev [2021-04-06T06:28:17.131Z] + git rev-parse --short HEAD [2021-04-06T06:28:17.131Z] + GIT_REVISION=8f2bcf47 [2021-04-06T06:28:17.131Z] + snapcraftctl set-version local-dev [2021-04-06T06:28:18.519Z] Skipping build go-build-helper (already ran) [2021-04-06T06:28:18.519Z] Building app-service-config [2021-04-06T06:28:18.519Z] + make build [2021-04-06T06:28:18.519Z] CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.0.0-dev.40 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=0.0.0" -o app-service-configurable [2021-04-06T06:28:21.070Z] go: downloading github.com/edgexfoundry/app-functions-sdk-go/v2 v2.0.0-dev.40 [2021-04-06T06:28:21.070Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.28 [2021-04-06T06:28:21.070Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.62 [2021-04-06T06:28:21.070Z] go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.4 [2021-04-06T06:28:21.070Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.7 [2021-04-06T06:28:21.070Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.10 [2021-04-06T06:28:21.070Z] go: downloading github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 [2021-04-06T06:28:21.334Z] go: downloading github.com/go-playground/validator/v10 v10.4.1 [2021-04-06T06:28:21.596Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-04-06T06:28:21.596Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-04-06T06:28:21.596Z] go: downloading golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 [2021-04-06T06:28:21.596Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-04-06T06:28:21.596Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-04-06T06:28:21.596Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.5 [2021-04-06T06:28:21.596Z] go: downloading github.com/x448/float16 v0.8.4 [2021-04-06T06:28:21.596Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2021-04-06T06:28:21.596Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-04-06T06:28:21.596Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.3.2 [2021-04-06T06:28:21.861Z] go: downloading github.com/google/uuid v1.2.0 [2021-04-06T06:28:21.861Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2021-04-06T06:28:21.861Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-04-06T06:28:21.861Z] go: downloading golang.org/x/net v0.0.0-20200425230154-ff2c4b7c35a0 [2021-04-06T06:28:21.861Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-04-06T06:28:21.861Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-04-06T06:28:21.861Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-04-06T06:28:21.861Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-04-06T06:28:21.861Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-04-06T06:28:21.861Z] go: downloading github.com/gorilla/websocket v1.4.2 [2021-04-06T06:28:21.861Z] go: downloading github.com/pebbe/zmq4 v1.2.7 [2021-04-06T06:28:21.861Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-04-06T06:28:21.861Z] go: downloading github.com/hashicorp/consul/api v1.8.1 [2021-04-06T06:28:21.861Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-04-06T06:28:21.861Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-04-06T06:28:21.861Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-04-06T06:28:22.123Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-04-06T06:28:22.123Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.2 [2021-04-06T06:28:22.123Z] go: downloading github.com/hashicorp/serf v0.9.5 [2021-04-06T06:28:22.123Z] go: downloading github.com/hashicorp/go-hclog v0.12.0 [2021-04-06T06:28:22.123Z] go: downloading github.com/mattn/go-isatty v0.0.12 [2021-04-06T06:28:22.123Z] go: downloading github.com/fatih/color v1.9.0 [2021-04-06T06:28:22.326Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-04-06T06:28:22.384Z] go: downloading github.com/mattn/go-colorable v0.1.6 [2021-04-06T06:28:22.384Z] go: downloading golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd [2021-04-06T06:28:22.384Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-04-06T06:28:22.384Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-04-06T06:28:22.384Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-04-06T06:28:34.669Z] + install -DT ./app-service-configurable /root/parts/app-service-config/install/bin/app-service-configurable [2021-04-06T06:28:34.670Z] + install -DT ./res/rules-engine/configuration.toml /root/parts/app-service-config/install/config/app-service-configurable/res/rules-engine/configuration.toml [2021-04-06T06:28:34.670Z] + install -DT ./Attribution.txt /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/Attribution.txt [2021-04-06T06:28:34.670Z] + install -DT ./LICENSE /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/LICENSE [2021-04-06T06:28:34.943Z] Building config-common [2021-04-06T06:28:34.943Z] + snapcraftctl build [2021-04-06T06:28:38.260Z] Building edgex-go [2021-04-06T06:28:38.526Z] + cd /root/parts/edgex-go/src [2021-04-06T06:28:38.526Z] + make build [2021-04-06T06:28:38.526Z] 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-06T06:28:39.105Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.8 [2021-04-06T06:28:39.105Z] go: downloading github.com/pkg/errors v0.8.1 [2021-04-06T06:28:39.105Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.11 [2021-04-06T06:28:39.105Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-04-06T06:28:39.105Z] go: downloading github.com/imdario/mergo v0.3.12 [2021-04-06T06:28:39.105Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.3.3 [2021-04-06T06:28:43.325Z] 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-06T06:28:43.325Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-04-06T06:28:49.934Z] 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-06T06:28:51.319Z] 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-06T06:28:53.234Z] 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-06T06:28:53.494Z] 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-06T06:28:53.833Z] go: downloading github.com/stretchr/testify v1.7.0 [2021-04-06T06:28:54.097Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-04-06T06:28:54.097Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-04-06T06:28:54.097Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-04-06T06:28:56.009Z] 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-06T06:28:56.009Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-04-06T06:28:56.009Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-04-06T06:28:58.556Z] 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-06T06:28:59.498Z] 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-06T06:29:01.422Z] 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-06T06:29:02.377Z] 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-06T06:29:02.637Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-04-06T06:29:04.024Z] 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-06T06:29:04.284Z] go: downloading github.com/lib/pq v1.9.0 [2021-04-06T06:29:06.833Z] + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command [2021-04-06T06:29:06.833Z] + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml [2021-04-06T06:29:06.833Z] + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data [2021-04-06T06:29:06.833Z] + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml [2021-04-06T06:29:06.833Z] + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata [2021-04-06T06:29:06.833Z] + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml [2021-04-06T06:29:06.833Z] + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications [2021-04-06T06:29:06.833Z] + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml [2021-04-06T06:29:06.833Z] + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler [2021-04-06T06:29:06.833Z] + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml [2021-04-06T06:29:06.833Z] + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent [2021-04-06T06:29:06.833Z] + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml [2021-04-06T06:29:06.833Z] + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup [2021-04-06T06:29:06.833Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml [2021-04-06T06:29:06.833Z] + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup [2021-04-06T06:29:06.833Z] + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml [2021-04-06T06:29:06.833Z] + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider [2021-04-06T06:29:06.833Z] + 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-06T06:29:06.833Z] + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper [2021-04-06T06:29:06.833Z] + 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-06T06:29:06.833Z] + install -DT ./cmd/security-bootstrapper/res/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res/configuration.toml [2021-04-06T06:29:06.833Z] + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config [2021-04-06T06:29:06.833Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml [2021-04-06T06:29:06.833Z] + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt [2021-04-06T06:29:06.833Z] + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE [2021-04-06T06:29:06.833Z] + 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-06T06:29:10.137Z] Building static-packages [2021-04-06T06:29:10.137Z] + snapcraftctl build [2021-04-06T06:29:13.467Z] Building version [2021-04-06T06:29:13.467Z] + snapcraftctl build [2021-04-06T06:29:16.021Z] Skipping stage go-build-helper (already ran) [2021-04-06T06:29:16.021Z] Staging app-service-config [2021-04-06T06:29:16.021Z] + snapcraftctl stage [2021-04-06T06:29:16.979Z] Staging config-common [2021-04-06T06:29:16.979Z] + snapcraftctl stage [2021-04-06T06:29:18.389Z] Staging edgex-go [2021-04-06T06:29:18.389Z] + snapcraftctl stage [2021-04-06T06:29:19.337Z] Staging static-packages [2021-04-06T06:29:19.337Z] + snapcraftctl stage [2021-04-06T06:29:20.727Z] Staging version [2021-04-06T06:29:20.727Z] + snapcraftctl stage [2021-04-06T06:29:22.116Z] Priming go-build-helper [2021-04-06T06:29:22.116Z] + snapcraftctl prime [2021-04-06T06:29:23.060Z] Priming app-service-config [2021-04-06T06:29:23.060Z] + snapcraftctl prime [2021-04-06T06:29:24.975Z] Priming config-common [2021-04-06T06:29:24.975Z] + snapcraftctl prime [2021-04-06T06:29:25.921Z] Priming edgex-go [2021-04-06T06:29:25.921Z] + snapcraftctl prime [2021-04-06T06:29:27.325Z] Priming static-packages [2021-04-06T06:29:27.325Z] + snapcraftctl prime [2021-04-06T06:29:29.872Z] Priming version [2021-04-06T06:29:29.872Z] + snapcraftctl prime [2021-04-06T06:29:31.315Z] The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-04-06T06:29:59.148Z] lf-activate-venv(): INFO: Adding /tmp/venv-31YG/bin to PATH [2021-04-06T06:29:59.148Z] INFO: No Stack... [2021-04-06T06:29:59.148Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-04-06T06:29:59.148Z] INFO: Archiving Costs [Pipeline] sh [2021-04-06T06:29:59.510Z] + + cat /w/workspace/edgex-go/1/archives/cost.csv [2021-04-06T06:29:59.511Z] cut -d, -f6 [Pipeline] lock [2021-04-06T06:29:59.707Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3339-1-stack-cost] [2021-04-06T06:29:59.714Z] Resource [jenkins-edgexfoundry-edgex-go-PR-3339-1-stack-cost] did not exist. Created. [2021-04-06T06:29:59.714Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3339-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-04-06T06:30:00.233Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-04-06T06:30:00.576Z] Stashed 1 file(s) [Pipeline] } [2021-04-06T06:30:00.599Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3339-1-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-06T06:30:02.496Z] provisioning config files... [2021-04-06T06:30:02.506Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/1@tmp/config4599500863013285330tmp [Pipeline] { [Pipeline] sh [2021-04-06T06:30:02.963Z] + set +x [2021-04-06T06:30:02.963Z] + curl -s https://codecov.io/bash [2021-04-06T06:30:02.963Z] + bash -s -- [2021-04-06T06:30:03.229Z] [2021-04-06T06:30:03.229Z] _____ _ [2021-04-06T06:30:03.229Z] / ____| | | [2021-04-06T06:30:03.229Z] | | ___ __| | ___ ___ _____ __ [2021-04-06T06:30:03.229Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-04-06T06:30:03.229Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-04-06T06:30:03.229Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-04-06T06:30:03.229Z] Bash-20210309-2b87ace [2021-04-06T06:30:03.229Z] [2021-04-06T06:30:03.229Z] [2021-04-06T06:30:03.229Z] ==> git version 2.24.3 found [2021-04-06T06:30:03.229Z] ==> 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-06T06:30:03.229Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-04-06T06:30:03.229Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-04-06T06:30:03.229Z] ==> Jenkins CI detected. [2021-04-06T06:30:03.229Z] project root: . [2021-04-06T06:30:03.229Z] --> token set from env [2021-04-06T06:30:03.493Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-04-06T06:30:03.493Z] ==> Running gcov in . (disable via -X gcov) [2021-04-06T06:30:03.493Z] ==> Python coveragepy not found [2021-04-06T06:30:03.493Z] ==> Searching for coverage reports in: [2021-04-06T06:30:03.493Z] + . [2021-04-06T06:30:03.493Z] -> Found 1 reports [2021-04-06T06:30:03.493Z] ==> Detecting git/mercurial file structure [2021-04-06T06:30:03.493Z] ==> Reading reports [2021-04-06T06:30:03.493Z] + ./coverage.out bytes=697383 [2021-04-06T06:30:03.493Z] ==> Appending adjustments [2021-04-06T06:30:03.493Z] https://docs.codecov.io/docs/fixing-reports [2021-04-06T06:30:07.712Z] + Found adjustments [2021-04-06T06:30:07.712Z] ==> Gzipping contents [2021-04-06T06:30:07.712Z] 100K /tmp/codecov.aEQTel.gz [2021-04-06T06:30:07.712Z] ==> Uploading reports [2021-04-06T06:30:07.712Z] url: https://codecov.io [2021-04-06T06:30:07.712Z] query: branch=PR-3339&commit=8f2bcf47e17800030ef20eef69688b6065468e62&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3339%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3339&job=&cmd_args= [2021-04-06T06:30:07.712Z] -> Pinging Codecov [2021-04-06T06:30:07.712Z] https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=PR-3339&commit=8f2bcf47e17800030ef20eef69688b6065468e62&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3339%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3339&job=&cmd_args= [2021-04-06T06:30:07.712Z] -> Uploading to [2021-04-06T06:30:07.712Z] https://storage.googleapis.com/codecov/v4/raw/2021-04-06/00271124DB129430A58F1EEE437C3FCB/8f2bcf47e17800030ef20eef69688b6065468e62/53f9f08c-2b5e-4b39-9059-4671c06ef940.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210406%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210406T063007Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=9593086936d9b8224335054a5444bede9f6ba719012314671aeafdea71f1a24e [2021-04-06T06:30:07.712Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-06T06:30:07.712Z] Dload Upload Total Spent Left Speed [2021-04-06T06:30:07.974Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 99511 0 0 100 99511 0 234k --:--:-- --:--:-- --:--:-- 234k 100 99511 0 0 100 99511 0 234k --:--:-- --:--:-- --:--:-- 234k [2021-04-06T06:30:07.974Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/8f2bcf47e17800030ef20eef69688b6065468e62 [Pipeline] } [2021-04-06T06:30:08.009Z] 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-06T06:30:10.397Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-06T06:30:11.324Z] ---> package-listing.sh [2021-04-06T06:30:11.324Z] ++ facter osfamily [2021-04-06T06:30:11.324Z] ++ tr '[:upper:]' '[:lower:]' [2021-04-06T06:30:11.324Z] + OS_FAMILY=redhat [2021-04-06T06:30:11.324Z] + workspace=/w/workspace/edgex-go/1 [2021-04-06T06:30:11.324Z] + START_PACKAGES=/tmp/packages_start.txt [2021-04-06T06:30:11.324Z] + END_PACKAGES=/tmp/packages_end.txt [2021-04-06T06:30:11.324Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-04-06T06:30:11.324Z] + PACKAGES=/tmp/packages_start.txt [2021-04-06T06:30:11.324Z] + '[' /w/workspace/edgex-go/1 ']' [2021-04-06T06:30:11.324Z] + PACKAGES=/tmp/packages_end.txt [2021-04-06T06:30:11.324Z] + case "${OS_FAMILY}" in [2021-04-06T06:30:11.324Z] + rpm -qa [2021-04-06T06:30:11.324Z] + sort [2021-04-06T06:30:16.633Z] + '[' -f /tmp/packages_start.txt ']' [2021-04-06T06:30:16.633Z] + '[' -f /tmp/packages_end.txt ']' [2021-04-06T06:30:16.633Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-04-06T06:30:16.633Z] + '[' /w/workspace/edgex-go/1 ']' [2021-04-06T06:30:16.633Z] + mkdir -p /w/workspace/edgex-go/1/archives/ [2021-04-06T06:30:16.633Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/1/archives/ [Pipeline] echo [2021-04-06T06:30:16.670Z] 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/1/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-04-06T06:30:17.006Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-04-06T06:30:17.358Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-06T06:30:17.358Z] [2021-04-06T06:30:17.358Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-04-06T06:30:17.748Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-06T06:30:17.748Z] alpine: Pulling from edgex-lftools-log-publisher [2021-04-06T06:30:17.748Z] df20fa9351a1: Pulling fs layer [2021-04-06T06:30:17.748Z] 36b3adc4ff6f: Pulling fs layer [2021-04-06T06:30:17.748Z] 8ad3a11d3b57: Pulling fs layer [2021-04-06T06:30:17.748Z] 46f8f816bc3b: Pulling fs layer [2021-04-06T06:30:17.748Z] 93b61091891f: Pulling fs layer [2021-04-06T06:30:17.748Z] 93b9cdb0e59b: Pulling fs layer [2021-04-06T06:30:17.748Z] 5e14af77c1be: Pulling fs layer [2021-04-06T06:30:17.748Z] 01666e4c0597: Pulling fs layer [2021-04-06T06:30:17.748Z] aa168da1d23b: Pulling fs layer [2021-04-06T06:30:17.748Z] 46f8f816bc3b: Waiting [2021-04-06T06:30:17.748Z] 93b61091891f: Waiting [2021-04-06T06:30:17.748Z] 93b9cdb0e59b: Waiting [2021-04-06T06:30:17.748Z] 5e14af77c1be: Waiting [2021-04-06T06:30:17.748Z] 01666e4c0597: Waiting [2021-04-06T06:30:17.748Z] aa168da1d23b: Waiting [2021-04-06T06:30:17.748Z] 36b3adc4ff6f: Download complete [2021-04-06T06:30:17.748Z] 46f8f816bc3b: Verifying Checksum [2021-04-06T06:30:17.748Z] 46f8f816bc3b: Download complete [2021-04-06T06:30:18.015Z] df20fa9351a1: Verifying Checksum [2021-04-06T06:30:18.015Z] df20fa9351a1: Download complete [2021-04-06T06:30:18.015Z] 93b9cdb0e59b: Verifying Checksum [2021-04-06T06:30:18.015Z] 93b9cdb0e59b: Download complete [2021-04-06T06:30:18.015Z] 5e14af77c1be: Verifying Checksum [2021-04-06T06:30:18.015Z] 5e14af77c1be: Download complete [2021-04-06T06:30:18.015Z] 93b61091891f: Verifying Checksum [2021-04-06T06:30:18.015Z] 93b61091891f: Download complete [2021-04-06T06:30:18.015Z] 01666e4c0597: Verifying Checksum [2021-04-06T06:30:18.015Z] 01666e4c0597: Download complete [2021-04-06T06:30:18.280Z] df20fa9351a1: Pull complete [2021-04-06T06:30:18.280Z] 8ad3a11d3b57: Verifying Checksum [2021-04-06T06:30:18.280Z] 8ad3a11d3b57: Download complete [2021-04-06T06:30:18.550Z] 36b3adc4ff6f: Pull complete [2021-04-06T06:30:19.132Z] 8ad3a11d3b57: Pull complete [2021-04-06T06:30:19.395Z] 46f8f816bc3b: Pull complete [2021-04-06T06:30:20.011Z] aa168da1d23b: Verifying Checksum [2021-04-06T06:30:20.011Z] aa168da1d23b: Download complete [2021-04-06T06:30:20.956Z] 93b61091891f: Pull complete [2021-04-06T06:30:21.220Z] 93b9cdb0e59b: Pull complete [2021-04-06T06:30:21.220Z] 5e14af77c1be: Pull complete [2021-04-06T06:30:21.486Z] 01666e4c0597: Pull complete [2021-04-06T06:30:28.109Z] aa168da1d23b: Pull complete [2021-04-06T06:30:28.371Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-04-06T06:30:28.371Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-06T06:30:28.371Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-04-06T06:30:28.554Z] prd-centos7-docker-4c-2g-32902 does not seem to be running inside a container [2021-04-06T06:30:28.607Z] $ 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/1/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/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-04-06T06:30:35.955Z] $ docker top 598f37667a4bbbacc300af806add98e6efabb9e6be1f369ed34a25ff118abbba -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-06T06:30:36.633Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-04-06T06:30:36.956Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-04-06T06:30:37.279Z] + ls /var/log/sa-host [2021-04-06T06:30:37.279Z] + sadf -c /var/log/sa-host/sa06 [2021-04-06T06:30:37.279Z] file_magic: OK [2021-04-06T06:30:37.279Z] HZ: Using current value: 100 [2021-04-06T06:30:37.279Z] file_header: OK [2021-04-06T06:30:37.279Z] 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-06T06:30:37.279Z] Statistics: [2021-04-06T06:30:37.280Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-04-06T06:30:37.280Z] File successfully converted to sysstat format version 12.2.1 [2021-04-06T06:30:37.280Z] + sadf -c /var/log/sa-host/sa23 [2021-04-06T06:30:37.280Z] file_magic: OK [2021-04-06T06:30:37.280Z] HZ: Using current value: 100 [2021-04-06T06:30:37.280Z] file_header: OK [2021-04-06T06:30:37.280Z] 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-06T06:30:37.280Z] Statistics: [2021-04-06T06:30:37.280Z] Hnuu...uuuununununu... [2021-04-06T06:30:37.280Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-04-06T06:30:37.542Z] provisioning config files... [2021-04-06T06:30:37.556Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/1@tmp/config4050371152862143935tmp [Pipeline] { [Pipeline] echo [2021-04-06T06:30:37.685Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-06T06:30:38.050Z] ---> create-netrc.sh [Pipeline] } [2021-04-06T06:30:38.116Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-04-06T06:30:38.263Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-06T06:30:38.608Z] ---> python-tools-install.sh [Pipeline] echo [2021-04-06T06:30:38.650Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-06T06:30:38.989Z] ---> sudo-logs.sh [2021-04-06T06:30:38.989Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-04-06T06:30:39.117Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-06T06:30:39.449Z] ---> job-cost.sh [2021-04-06T06:30:39.449Z] lf-activate-venv: SKIPPING [2021-04-06T06:30:39.449Z] DEBUG: total: 0.20999999344348907 [2021-04-06T06:30:39.449Z] INFO: Retrieving Stack Cost... [2021-04-06T06:30:40.430Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-04-06T06:30:40.694Z] INFO: Archiving Costs [Pipeline] echo [2021-04-06T06:30:40.731Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-06T06:30:41.073Z] ---> logs-deploy.sh [2021-04-06T06:30:41.073Z] lf-activate-venv: SKIPPING [2021-04-06T06:30:41.073Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3339/1 [2021-04-06T06:30:41.073Z] INFO: archiving workspace using pattern(s): [2021-04-06T06:30:42.992Z] Archives upload complete. [2021-04-06T06:30:42.992Z] INFO: archiving logs to Nexus