Pull request #3234 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from f38efd4c31adff1451f844e6fba5d517ca5623d7+1fa86f97d63fcad7b96d726da483d93f5db5c4b0 (290d5b9f96ab73bfd12951f2e6f565907ab87b6e) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 57ded3389ef25720063a8030e5c426a6b7ea5b20 # timeout=10 Commit message: "Merge pull request #323 from siggiskulason/update-snap-build" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-33095 in /w/workspace/edgexfoundry_edgex-go_PR-3234 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/58 [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/58 # 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 1fa86f97d63fcad7b96d726da483d93f5db5c4b0 into PR head commit f38efd4c31adff1451f844e6fba5d517ca5623d7 Merge succeeded, producing f38efd4c31adff1451f844e6fba5d517ca5623d7 Checking out Revision f38efd4c31adff1451f844e6fba5d517ca5623d7 (PR-3234) > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3234/head:refs/remotes/origin/PR-3234 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f f38efd4c31adff1451f844e6fba5d517ca5623d7 # 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 1fa86f97d63fcad7b96d726da483d93f5db5c4b0 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f f38efd4c31adff1451f844e6fba5d517ca5623d7 # timeout=10 Commit message: "Bump github.com/lib/pq from 1.9.0 to 1.10.0" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-04-07T01:38:24.131Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-04-07T01:38:24.368Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-04-07T01:38:24.474Z] ========================================================= [2021-04-07T01:38:24.474Z] EdgeX Global Pipelines Version Info [2021-04-07T01:38:24.475Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk a6616ea54d0c9eb5f65a979b2509cc883f3e560a # timeout=10 [2021-04-07T01:38:25.972Z] ------------------- [2021-04-07T01:38:25.972Z] stable info: [2021-04-07T01:38:25.972Z] ------------------- [2021-04-07T01:38:25.972Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-04-07T01:38:25.972Z] Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 [2021-04-07T01:38:25.972Z] Message: update stable to v1.0.186 [2021-04-07T01:38:26.929Z] ------------------- [2021-04-07T01:38:26.929Z] experimental info: [2021-04-07T01:38:26.929Z] ------------------- [2021-04-07T01:38:26.929Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-04-07T01:38:26.929Z] Commit SHA: d990d252097850d5d490fbb59df25296f5300d79 [2021-04-07T01:38:26.929Z] Message: update experimental to v1.0.188 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-04-07T01:38:27.208Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-04-07T01:38:27.295Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-04-07T01:38:27.387Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-04-07T01:38:27.473Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-04-07T01:38:27.567Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-04-07T01:38:27.651Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-04-07T01:38:27.856Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-04-07T01:38:27.949Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-04-07T01:38:28.045Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-04-07T01:38:28.124Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-04-07T01:38:28.221Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-04-07T01:38:28.310Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-04-07T01:38:28.420Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-04-07T01:38:28.534Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-04-07T01:38:28.616Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-04-07T01:38:28.697Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-04-07T01:38:28.778Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-04-07T01:38:28.860Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-04-07T01:38:28.983Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-04-07T01:38:29.069Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-04-07T01:38:29.149Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-04-07T01:38:29.237Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-04-07T01:38:29.319Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3234 [Pipeline] echo [2021-04-07T01:38:29.397Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3234 [Pipeline] echo [2021-04-07T01:38:29.479Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3234 [Pipeline] echo [2021-04-07T01:38:29.564Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = f38efd4c31adff1451f844e6fba5d517ca5623d7 [Pipeline] echo [2021-04-07T01:38:29.647Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = f38efd4 [Pipeline] echo [2021-04-07T01:38:29.736Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-07T01:38:29.897Z] provisioning config files... [2021-04-07T01:38:29.938Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/58@tmp/config6496168756461317537tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-07T01:38:30.309Z] ---> docker-login.sh [2021-04-07T01:38:30.309Z] nexus3.edgexfoundry.org:10001 [2021-04-07T01:38:30.577Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-07T01:38:30.578Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-07T01:38:30.578Z] Configure a credential helper to remove this warning. See [2021-04-07T01:38:30.578Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-07T01:38:30.578Z] [2021-04-07T01:38:30.578Z] Login Succeeded [2021-04-07T01:38:30.578Z] nexus3.edgexfoundry.org:10002 [2021-04-07T01:38:30.839Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-07T01:38:30.839Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-07T01:38:30.839Z] Configure a credential helper to remove this warning. See [2021-04-07T01:38:30.839Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-07T01:38:30.839Z] [2021-04-07T01:38:30.839Z] Login Succeeded [2021-04-07T01:38:30.839Z] nexus3.edgexfoundry.org:10003 [2021-04-07T01:38:31.102Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-07T01:38:31.102Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-07T01:38:31.102Z] Configure a credential helper to remove this warning. See [2021-04-07T01:38:31.102Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-07T01:38:31.102Z] [2021-04-07T01:38:31.102Z] Login Succeeded [2021-04-07T01:38:31.102Z] nexus3.edgexfoundry.org:10004 [2021-04-07T01:38:31.102Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-07T01:38:31.102Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-07T01:38:31.102Z] Configure a credential helper to remove this warning. See [2021-04-07T01:38:31.102Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-07T01:38:31.102Z] [2021-04-07T01:38:31.102Z] Login Succeeded [2021-04-07T01:38:31.363Z] docker.io [2021-04-07T01:38:31.364Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-07T01:38:31.626Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-07T01:38:31.626Z] Configure a credential helper to remove this warning. See [2021-04-07T01:38:31.626Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-07T01:38:31.626Z] [2021-04-07T01:38:31.626Z] Login Succeeded [2021-04-07T01:38:31.626Z] ---> docker-login.sh ends [Pipeline] } [2021-04-07T01:38:31.637Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-07T01:38:32.150Z] ++ 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-07T01:38:32.150Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-07T01:38:32.150Z] ++ dirname cmd/core-command/Dockerfile [2021-04-07T01:38:32.150Z] ++ cut -d/ -f2 [2021-04-07T01:38:32.150Z] + echo core-command,cmd/core-command/Dockerfile [2021-04-07T01:38:32.150Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-07T01:38:32.150Z] ++ dirname cmd/core-data/Dockerfile [2021-04-07T01:38:32.150Z] ++ cut -d/ -f2 [2021-04-07T01:38:32.150Z] + echo core-data,cmd/core-data/Dockerfile [2021-04-07T01:38:32.150Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-07T01:38:32.150Z] ++ dirname cmd/core-metadata/Dockerfile [2021-04-07T01:38:32.150Z] ++ cut -d/ -f2 [2021-04-07T01:38:32.150Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-04-07T01:38:32.150Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-07T01:38:32.150Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-04-07T01:38:32.151Z] ++ cut -d/ -f2 [2021-04-07T01:38:32.151Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-04-07T01:38:32.151Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-07T01:38:32.151Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-04-07T01:38:32.151Z] ++ cut -d/ -f2 [2021-04-07T01:38:32.151Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-04-07T01:38:32.151Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-07T01:38:32.151Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-04-07T01:38:32.151Z] ++ cut -d/ -f2 [2021-04-07T01:38:32.151Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-04-07T01:38:32.151Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-07T01:38:32.151Z] ++ dirname cmd/support-notifications/Dockerfile [2021-04-07T01:38:32.151Z] ++ cut -d/ -f2 [2021-04-07T01:38:32.151Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-04-07T01:38:32.151Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-07T01:38:32.151Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-04-07T01:38:32.151Z] ++ cut -d/ -f2 [2021-04-07T01:38:32.151Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-04-07T01:38:32.151Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-07T01:38:32.151Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-04-07T01:38:32.151Z] ++ cut -d/ -f2 [2021-04-07T01:38:32.151Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-04-07T01:38:32.221Z] 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-07T01:38:33.039Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-07T01:38:33.039Z] [2021-04-07T01:38:33.039Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-04-07T01:38:33.398Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-07T01:38:33.398Z] latest: Pulling from edgex-devops/git-semver [2021-04-07T01:38:33.398Z] 31603596830f: Pulling fs layer [2021-04-07T01:38:33.398Z] 2a8b12db71e7: Pulling fs layer [2021-04-07T01:38:33.398Z] 6ca5941a6612: Pulling fs layer [2021-04-07T01:38:33.398Z] ecc8261a40a4: Pulling fs layer [2021-04-07T01:38:33.398Z] ecc8261a40a4: Waiting [2021-04-07T01:38:33.398Z] 2a8b12db71e7: Download complete [2021-04-07T01:38:33.398Z] 31603596830f: Verifying Checksum [2021-04-07T01:38:33.398Z] 31603596830f: Download complete [2021-04-07T01:38:33.661Z] 6ca5941a6612: Verifying Checksum [2021-04-07T01:38:33.662Z] 6ca5941a6612: Download complete [2021-04-07T01:38:33.662Z] ecc8261a40a4: Verifying Checksum [2021-04-07T01:38:33.662Z] ecc8261a40a4: Download complete [2021-04-07T01:38:33.924Z] 31603596830f: Pull complete [2021-04-07T01:38:33.925Z] 2a8b12db71e7: Pull complete [2021-04-07T01:38:34.884Z] 6ca5941a6612: Pull complete [2021-04-07T01:38:34.884Z] ecc8261a40a4: Pull complete [2021-04-07T01:38:34.884Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-04-07T01:38:35.146Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-07T01:38:35.146Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-04-07T01:38:35.255Z] prd-centos7-docker-4c-2g-33095 does not seem to be running inside a container [2021-04-07T01:38:35.310Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/58 -v /w/workspace/edgex-go/58:/w/workspace/edgex-go/58:rw,z -v /w/workspace/edgex-go/58@tmp:/w/workspace/edgex-go/58@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-04-07T01:38:37.803Z] $ docker top 2877adf55fa4fadf594275bcf835e6f6c35abcc0db3dd90d5ff89d2ffbb1fc78 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-07T01:38:38.096Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-07T01:38:38.096Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-07T01:38:38.314Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-07T01:38:38.318Z] $ docker exec 2877adf55fa4fadf594275bcf835e6f6c35abcc0db3dd90d5ff89d2ffbb1fc78 ssh-agent [2021-04-07T01:38:38.487Z] SSH_AUTH_SOCK=/tmp/ssh-I0HByjI7SPbB/agent.12 [2021-04-07T01:38:38.487Z] SSH_AGENT_PID=18 [2021-04-07T01:38:38.497Z] Running ssh-add (command line suppressed) [2021-04-07T01:38:38.617Z] Identity added: /w/workspace/edgex-go/58@tmp/private_key_1801469568201327945.key (/w/workspace/edgex-go/58@tmp/private_key_1801469568201327945.key) [2021-04-07T01:38:38.669Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-07T01:38:39.033Z] + git tag --points-at HEAD [Pipeline] } [2021-04-07T01:38:39.055Z] $ docker exec --env ******** --env ******** 2877adf55fa4fadf594275bcf835e6f6c35abcc0db3dd90d5ff89d2ffbb1fc78 ssh-agent -k [2021-04-07T01:38:39.176Z] unset SSH_AUTH_SOCK; [2021-04-07T01:38:39.176Z] unset SSH_AGENT_PID; [2021-04-07T01:38:39.176Z] echo Agent pid 18 killed; [2021-04-07T01:38:39.221Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-04-07T01:38:39.360Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-07T01:38:39.360Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-07T01:38:39.531Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-07T01:38:39.535Z] $ docker exec 2877adf55fa4fadf594275bcf835e6f6c35abcc0db3dd90d5ff89d2ffbb1fc78 ssh-agent [2021-04-07T01:38:39.687Z] SSH_AUTH_SOCK=/tmp/ssh-WqNY7gwnHJ0o/agent.47 [2021-04-07T01:38:39.687Z] SSH_AGENT_PID=52 [2021-04-07T01:38:39.693Z] Running ssh-add (command line suppressed) [2021-04-07T01:38:39.805Z] Identity added: /w/workspace/edgex-go/58@tmp/private_key_7992919806527942983.key (/w/workspace/edgex-go/58@tmp/private_key_7992919806527942983.key) [2021-04-07T01:38:39.854Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-07T01:38:40.239Z] + git semver init [2021-04-07T01:38:40.240Z] # -> Open(): unable to determine branch for HEAD [2021-04-07T01:38:40.240Z] # $GIT_DIR = /w/workspace/edgex-go/58/.git [2021-04-07T01:38:40.240Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/58 [2021-04-07T01:38:40.240Z] # $SEMVER_REMOTE_NAME = origin [2021-04-07T01:38:40.240Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-07T01:38:40.240Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-07T01:38:40.240Z] # $SEMVER_BRANCH = PR-3234 [2021-04-07T01:38:40.240Z] # $SEMVER_TEMP = /tmp/semver-673587344 [2021-04-07T01:38:40.240Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-04-07T01:39:02.249Z] # '/tmp/semver-673587344' -> '/w/workspace/edgex-go/58/.semver' [2021-04-07T01:39:02.249Z] # -> Force: false [2021-04-07T01:39:02.249Z] # $SEMVER_DIR = /w/workspace/edgex-go/58/.semver [Pipeline] } [2021-04-07T01:39:02.265Z] $ docker exec --env ******** --env ******** 2877adf55fa4fadf594275bcf835e6f6c35abcc0db3dd90d5ff89d2ffbb1fc78 ssh-agent -k [2021-04-07T01:39:02.521Z] unset SSH_AUTH_SOCK; [2021-04-07T01:39:02.522Z] unset SSH_AGENT_PID; [2021-04-07T01:39:02.522Z] echo Agent pid 52 killed; [2021-04-07T01:39:02.623Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-07T01:39:03.093Z] + git semver [Pipeline] } [2021-04-07T01:39:03.119Z] $ docker stop --time=1 2877adf55fa4fadf594275bcf835e6f6c35abcc0db3dd90d5ff89d2ffbb1fc78 [2021-04-07T01:39:04.669Z] $ docker rm -f 2877adf55fa4fadf594275bcf835e6f6c35abcc0db3dd90d5ff89d2ffbb1fc78 [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-07T01:39:05.175Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-04-07T01:39:05.658Z] Stashed 1 file(s) [Pipeline] echo [2021-04-07T01:39:05.662Z] [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-07T01:39:06.534Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-04-07T01:39:06.837Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-04-07T01:39:07.142Z] + sudo service docker restart [2021-04-07T01:39:07.143Z] + true [2021-04-07T01:39:07.143Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-04-07T01:39:07.735Z] ========================================================= [2021-04-07T01:39:07.735Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-04-07T01:39:07.735Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-04-07T01:39:08.075Z] + 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-07T01:39:11.398Z] Sending build context to Docker daemon 329.2MB [2021-04-07T01:39:11.398Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-04-07T01:39:11.398Z] Step 2/6 : FROM ${BASE} [2021-04-07T01:39:11.398Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-04-07T01:39:11.398Z] 188c0c94c7c5: Pulling fs layer [2021-04-07T01:39:11.398Z] 0ef7d3d256c8: Pulling fs layer [2021-04-07T01:39:11.398Z] de9db76c5a1d: Pulling fs layer [2021-04-07T01:39:11.398Z] bca2f99d35d6: Pulling fs layer [2021-04-07T01:39:11.398Z] 93359f2a8cfa: Pulling fs layer [2021-04-07T01:39:11.398Z] 7c6f9722023f: Pulling fs layer [2021-04-07T01:39:11.398Z] a35cf1a2eb13: Pulling fs layer [2021-04-07T01:39:11.398Z] 93359f2a8cfa: Waiting [2021-04-07T01:39:11.398Z] 7c6f9722023f: Waiting [2021-04-07T01:39:11.398Z] a35cf1a2eb13: Waiting [2021-04-07T01:39:11.398Z] bca2f99d35d6: Waiting [2021-04-07T01:39:11.398Z] de9db76c5a1d: Verifying Checksum [2021-04-07T01:39:11.398Z] de9db76c5a1d: Download complete [2021-04-07T01:39:11.398Z] 0ef7d3d256c8: Verifying Checksum [2021-04-07T01:39:11.398Z] 0ef7d3d256c8: Download complete [2021-04-07T01:39:11.398Z] 93359f2a8cfa: Verifying Checksum [2021-04-07T01:39:11.398Z] 93359f2a8cfa: Download complete [2021-04-07T01:39:11.970Z] 7c6f9722023f: Verifying Checksum [2021-04-07T01:39:11.971Z] 7c6f9722023f: Download complete [2021-04-07T01:39:12.552Z] 188c0c94c7c5: Verifying Checksum [2021-04-07T01:39:12.552Z] 188c0c94c7c5: Download complete [2021-04-07T01:39:12.828Z] 188c0c94c7c5: Pull complete [2021-04-07T01:39:13.089Z] 0ef7d3d256c8: Pull complete [2021-04-07T01:39:13.089Z] de9db76c5a1d: Pull complete [2021-04-07T01:39:15.641Z] a35cf1a2eb13: Verifying Checksum [2021-04-07T01:39:15.641Z] a35cf1a2eb13: Download complete [2021-04-07T01:39:16.590Z] bca2f99d35d6: Verifying Checksum [2021-04-07T01:39:16.590Z] bca2f99d35d6: Download complete [2021-04-07T01:39:21.030Z] Still waiting to schedule task [2021-04-07T01:39:21.030Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2021-04-07T01:39:21.937Z] bca2f99d35d6: Pull complete [2021-04-07T01:39:21.937Z] 93359f2a8cfa: Pull complete [2021-04-07T01:39:21.937Z] 7c6f9722023f: Pull complete [2021-04-07T01:39:27.259Z] a35cf1a2eb13: Pull complete [2021-04-07T01:39:27.259Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-04-07T01:39:27.259Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-04-07T01:39:27.259Z] ---> a62c8e92a672 [2021-04-07T01:39:27.259Z] 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-07T01:39:27.259Z] ---> Running in 4038020d4f92 [2021-04-07T01:39:27.523Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-07T01:39:28.097Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-07T01:39:28.369Z] (1/12) Installing libmagic (5.38-r0) [2021-04-07T01:39:28.631Z] (2/12) Installing file (5.38-r0) [2021-04-07T01:39:28.631Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-04-07T01:39:28.892Z] (4/12) Installing g++ (9.3.0-r2) [2021-04-07T01:39:34.198Z] (5/12) Installing fortify-headers (1.1-r0) [2021-04-07T01:39:34.198Z] (6/12) Installing patch (2.7.6-r6) [2021-04-07T01:39:34.462Z] (7/12) Installing build-base (0.5-r2) [2021-04-07T01:39:34.462Z] (8/12) Installing libsodium (1.0.18-r0) [2021-04-07T01:39:34.462Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-04-07T01:39:34.724Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-04-07T01:39:34.724Z] (11/12) Installing libzmq (4.3.3-r0) [2021-04-07T01:39:34.724Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-04-07T01:39:34.987Z] Executing busybox-1.31.1-r19.trigger [2021-04-07T01:39:34.987Z] OK: 233 MiB in 51 packages [2021-04-07T01:39:38.314Z] Removing intermediate container 4038020d4f92 [2021-04-07T01:39:38.314Z] ---> 65379ad1a132 [2021-04-07T01:39:38.314Z] Step 4/6 : WORKDIR /edgex-go [2021-04-07T01:39:38.314Z] ---> Running in 271c85098b14 [2021-04-07T01:39:38.314Z] Removing intermediate container 271c85098b14 [2021-04-07T01:39:38.314Z] ---> 8d172170144a [2021-04-07T01:39:38.314Z] Step 5/6 : COPY go.mod . [2021-04-07T01:39:38.577Z] ---> 387cd1091848 [2021-04-07T01:39:38.577Z] Step 6/6 : RUN go mod download [2021-04-07T01:39:38.842Z] ---> Running in b1b08fd003e6 [2021-04-07T01:40:00.853Z] Removing intermediate container b1b08fd003e6 [2021-04-07T01:40:00.853Z] ---> 00e6ee0ce1bd [2021-04-07T01:40:00.853Z] Successfully built 00e6ee0ce1bd [2021-04-07T01:40:00.853Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-07T01:40:01.168Z] + docker inspect -f . ci-base-image-x86_64 [2021-04-07T01:40:01.168Z] . [Pipeline] withDockerContainer [2021-04-07T01:40:01.273Z] prd-centos7-docker-4c-2g-33095 does not seem to be running inside a container [2021-04-07T01:40:01.331Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/58 -v /w/workspace/edgex-go/58:/w/workspace/edgex-go/58:rw,z -v /w/workspace/edgex-go/58@tmp:/w/workspace/edgex-go/58@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-04-07T01:40:02.296Z] $ docker top 7f7ba032b00007de477a111ce0413c404713c663ae4233d62aa3a6c4ba0dfeb1 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-07T01:40:02.861Z] + go version [2021-04-07T01:40:02.861Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-04-07T01:40:02.877Z] $ docker stop --time=1 7f7ba032b00007de477a111ce0413c404713c663ae4233d62aa3a6c4ba0dfeb1 [2021-04-07T01:40:04.267Z] $ docker rm -f 7f7ba032b00007de477a111ce0413c404713c663ae4233d62aa3a6c4ba0dfeb1 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-07T01:40:05.088Z] + docker inspect -f . ci-base-image-x86_64 [2021-04-07T01:40:05.089Z] . [Pipeline] withDockerContainer [2021-04-07T01:40:05.186Z] prd-centos7-docker-4c-2g-33095 does not seem to be running inside a container [2021-04-07T01:40:05.233Z] $ 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/58 -v /w/workspace/edgex-go/58:/w/workspace/edgex-go/58:rw,z -v /w/workspace/edgex-go/58@tmp:/w/workspace/edgex-go/58@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-04-07T01:40:05.958Z] $ docker top d200faa2b4846b85f5e041eb4579ece68eb948438d3a9e99bdde45b92c987958 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-04-07T01:40:06.147Z] ========================================================= [2021-04-07T01:40:06.147Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-04-07T01:40:06.147Z] ========================================================= [Pipeline] sh [2021-04-07T01:40:06.443Z] + make test [2021-04-07T01:40:06.443Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-04-07T01:40:14.652Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-04-07T01:40:29.667Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-04-07T01:40:37.879Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-04-07T01:40:37.879Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-04-07T01:40:37.879Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-04-07T01:40:39.282Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-04-07T01:40:39.282Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-04-07T01:40:39.282Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-04-07T01:40:39.282Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-04-07T01:40:40.239Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-04-07T01:40:40.515Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-04-07T01:40:42.922Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-04-07T01:40:42.922Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-04-07T01:40:42.922Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-04-07T01:40:45.584Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.118s coverage: 45.9% of statements [2021-04-07T01:40:45.584Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-04-07T01:40:45.584Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-04-07T01:40:45.584Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-04-07T01:40:45.584Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-04-07T01:40:45.584Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-04-07T01:40:45.584Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-04-07T01:40:45.584Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.043s coverage: 19.8% of statements [2021-04-07T01:40:45.584Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.115s coverage: 100.0% of statements [2021-04-07T01:40:48.962Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.198s coverage: 27.1% of statements [2021-04-07T01:40:48.962Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-04-07T01:40:48.962Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-04-07T01:40:48.962Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-04-07T01:40:48.962Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-04-07T01:40:48.962Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-04-07T01:40:48.962Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-04-07T01:40:48.962Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.063s coverage: 100.0% of statements [2021-04-07T01:40:48.963Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-04-07T01:40:48.963Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.081s coverage: 100.0% of statements [2021-04-07T01:40:48.963Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-04-07T01:40:48.963Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-04-07T01:40:48.963Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.101s coverage: 71.3% of statements [2021-04-07T01:40:48.963Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-04-07T01:40:48.963Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-04-07T01:40:49.263Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.153s coverage: 82.9% of statements [2021-04-07T01:40:49.263Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-04-07T01:40:49.263Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-04-07T01:40:49.263Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.057s coverage: 78.9% of statements [2021-04-07T01:40:49.263Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-04-07T01:40:52.628Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.339s coverage: 28.6% of statements [2021-04-07T01:40:52.628Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-04-07T01:40:52.628Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-04-07T01:40:52.628Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-04-07T01:40:52.628Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-04-07T01:40:52.628Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-04-07T01:40:52.628Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.098s coverage: 100.0% of statements [2021-04-07T01:40:52.628Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-04-07T01:40:52.628Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.056s coverage: 100.0% of statements [2021-04-07T01:40:52.628Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-04-07T01:40:52.628Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.169s coverage: 86.7% of statements [2021-04-07T01:40:52.628Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-04-07T01:40:52.628Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.143s coverage: 97.5% of statements [2021-04-07T01:40:52.628Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-04-07T01:40:52.628Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.066s coverage: 78.3% of statements [2021-04-07T01:40:52.628Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-04-07T01:40:52.628Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-04-07T01:40:52.628Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-04-07T01:40:52.628Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-04-07T01:40:54.589Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.394s coverage: 92.8% of statements [2021-04-07T01:40:54.589Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-04-07T01:40:54.589Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-04-07T01:40:54.589Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-04-07T01:40:54.589Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-04-07T01:40:54.589Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-04-07T01:40:54.589Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-04-07T01:40:54.589Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-04-07T01:40:54.589Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-04-07T01:40:54.589Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-04-07T01:40:54.589Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-04-07T01:40:54.589Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-04-07T01:40:54.589Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-04-07T01:40:54.589Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-04-07T01:40:54.589Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-04-07T01:40:54.589Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-04-07T01:40:54.589Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-04-07T01:40:54.589Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-04-07T01:40:54.589Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-04-07T01:40:54.589Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.054s coverage: 58.8% of statements [2021-04-07T01:40:54.589Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-04-07T01:40:54.589Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-04-07T01:40:54.589Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.076s coverage: 1.0% of statements [2021-04-07T01:40:54.589Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-04-07T01:40:54.589Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-04-07T01:40:54.589Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-04-07T01:40:54.589Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.081s coverage: 47.1% of statements [2021-04-07T01:40:54.589Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.079s coverage: 79.5% of statements [2021-04-07T01:40:54.589Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.053s coverage: 94.1% of statements [2021-04-07T01:40:54.589Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.075s coverage: 96.3% of statements [2021-04-07T01:40:55.173Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.052s coverage: 87.5% of statements [2021-04-07T01:41:07.485Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.062s coverage: 94.4% of statements [2021-04-07T01:41:07.485Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.047s coverage: 44.8% of statements [2021-04-07T01:41:10.812Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 14.242s coverage: 81.5% of statements [2021-04-07T01:41:10.812Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2021-04-07T01:41:10.812Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/tokencleaner 0.039s coverage: 87.1% of statements [2021-04-07T01:41:19.021Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.091s coverage: 92.9% of statements [2021-04-07T01:41:19.021Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-04-07T01:41:19.021Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-04-07T01:41:19.021Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-04-07T01:41:19.021Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.033s coverage: 77.8% of statements [2021-04-07T01:41:19.021Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-04-07T01:41:19.021Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-04-07T01:41:19.021Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-04-07T01:41:19.021Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-04-07T01:41:19.021Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-04-07T01:41:19.021Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.041s coverage: 87.2% of statements [2021-04-07T01:41:19.021Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-04-07T01:41:19.021Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-04-07T01:41:19.021Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.044s coverage: 100.0% of statements [2021-04-07T01:41:19.021Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-04-07T01:41:19.021Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.065s coverage: 75.5% of statements [2021-04-07T01:41:19.021Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-04-07T01:41:19.021Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.059s coverage: 80.8% of statements [2021-04-07T01:41:19.021Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.087s coverage: 87.2% of statements [2021-04-07T01:41:19.021Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.069s coverage: 84.6% of statements [2021-04-07T01:41:19.021Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.109s coverage: 91.6% of statements [2021-04-07T01:41:19.021Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-04-07T01:41:19.021Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.173s coverage: 64.4% of statements [2021-04-07T01:41:19.021Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-04-07T01:41:19.021Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-04-07T01:41:19.021Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.058s coverage: 100.0% of statements [2021-04-07T01:41:19.021Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.032s coverage: 91.3% of statements [2021-04-07T01:41:19.021Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.030s coverage: 100.0% of statements [2021-04-07T01:41:19.021Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.032s coverage: 73.7% of statements [2021-04-07T01:41:19.021Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.033s coverage: 100.0% of statements [2021-04-07T01:41:19.021Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.346s coverage: 69.0% of statements [2021-04-07T01:41:19.021Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-04-07T01:41:19.021Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-04-07T01:41:19.021Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-04-07T01:41:19.021Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.130s coverage: 38.4% of statements [2021-04-07T01:41:19.021Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-04-07T01:41:19.021Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-04-07T01:41:19.021Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.042s coverage: 89.5% of statements [2021-04-07T01:41:19.021Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-04-07T01:41:19.021Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.035s coverage: 84.8% of statements [2021-04-07T01:41:19.021Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.116s coverage: 47.0% of statements [2021-04-07T01:41:19.021Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-04-07T01:41:19.021Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-04-07T01:41:19.021Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-04-07T01:41:19.021Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-04-07T01:41:19.021Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-04-07T01:41:19.021Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.051s coverage: 100.0% of statements [2021-04-07T01:41:19.022Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-04-07T01:41:19.022Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.046s coverage: 100.0% of statements [2021-04-07T01:41:19.022Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-04-07T01:41:19.022Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-04-07T01:41:19.022Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 0.061s coverage: 11.0% of statements [2021-04-07T01:41:19.022Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-04-07T01:41:19.022Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.137s coverage: 87.1% of statements [2021-04-07T01:41:19.022Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-04-07T01:41:19.022Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-04-07T01:41:19.022Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-04-07T01:41:19.022Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.687s coverage: 29.1% of statements [2021-04-07T01:41:19.022Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-04-07T01:41:19.022Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-04-07T01:41:19.022Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-04-07T01:41:19.022Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-04-07T01:41:19.022Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-04-07T01:41:19.022Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.080s coverage: 99.0% of statements [2021-04-07T01:41:19.022Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-04-07T01:41:19.022Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.056s coverage: 100.0% of statements [2021-04-07T01:41:19.022Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-04-07T01:41:19.022Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-04-07T01:41:19.022Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-04-07T01:41:19.022Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-04-07T01:41:19.290Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.117s coverage: 95.6% of statements [2021-04-07T01:41:19.290Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-04-07T01:41:19.290Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-04-07T01:41:19.290Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-04-07T01:41:19.290Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.025s coverage: 0.0% of statements [2021-04-07T01:41:19.290Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-04-07T01:41:19.290Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.024s coverage: 100.0% of statements [2021-04-07T01:41:19.290Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-04-07T01:41:19.290Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-04-07T01:41:19.290Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-04-07T01:41:19.290Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-04-07T01:41:19.866Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.053s coverage: 87.9% of statements [2021-04-07T01:41:19.866Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-04-07T01:41:19.866Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-04-07T01:41:19.866Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.034s coverage: 100.0% of statements [2021-04-07T01:41:20.442Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.056s coverage: 32.1% of statements [2021-04-07T01:41:20.442Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements [2021-04-07T01:41:21.018Z] GO111MODULE=on go vet ./... [2021-04-07T01:41:47.710Z] gofmt -l . [2021-04-07T01:41:47.710Z] [ "`gofmt -l .`" = "" ] [2021-04-07T01:41:47.710Z] ./bin/test-go-mod-tidy.sh [2021-04-07T01:41:47.710Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-04-07T01:41:48.605Z] + ls -al . [2021-04-07T01:41:48.606Z] total 808 [2021-04-07T01:41:48.606Z] drwxrwxr-x 10 1001 1001 4096 Apr 7 01:41 . [2021-04-07T01:41:48.606Z] drwxr-xr-x 4 root root 30 Apr 7 01:40 .. [2021-04-07T01:41:48.606Z] -rw-rw-r-- 1 1001 1001 11 Apr 7 01:38 .dockerignore [2021-04-07T01:41:48.606Z] drwxrwxr-x 8 1001 1001 179 Apr 7 01:38 .git [2021-04-07T01:41:48.606Z] drwxrwxr-x 3 1001 1001 125 Apr 7 01:38 .github [2021-04-07T01:41:48.606Z] -rw-rw-r-- 1 1001 1001 818 Apr 7 01:38 .gitignore [2021-04-07T01:41:48.606Z] drwx------ 3 1001 1001 60 Apr 7 01:39 .semver [2021-04-07T01:41:48.606Z] -rw-rw-r-- 1 1001 1001 166 Apr 7 01:38 .sonarcloud.properties [2021-04-07T01:41:48.606Z] -rw-rw-r-- 1 1001 1001 8607 Apr 7 01:38 Attribution.txt [2021-04-07T01:41:48.606Z] -rw-rw-r-- 1 1001 1001 3804 Apr 7 01:38 CONTRIBUTING.md [2021-04-07T01:41:48.606Z] -rw-rw-r-- 1 1001 1001 931 Apr 7 01:38 Dockerfile.build [2021-04-07T01:41:48.606Z] -rw-rw-r-- 1 1001 1001 863 Apr 7 01:38 Jenkinsfile [2021-04-07T01:41:48.606Z] -rw-rw-r-- 1 1001 1001 10775 Apr 7 01:38 LICENSE [2021-04-07T01:41:48.606Z] -rw-rw-r-- 1 1001 1001 5774 Apr 7 01:38 Makefile [2021-04-07T01:41:48.606Z] -rw-rw-r-- 1 1001 1001 6548 Apr 7 01:38 README.md [2021-04-07T01:41:48.606Z] -rw-rw-r-- 1 1001 1001 6755 Apr 7 01:38 SECURITY.md [2021-04-07T01:41:48.606Z] -rw-rw-r-- 1 1001 1001 5 Apr 7 01:39 VERSION [2021-04-07T01:41:48.606Z] -rw-rw-r-- 1 1001 1001 4131 Apr 7 01:38 ZMQWindows.md [2021-04-07T01:41:48.606Z] drwxrwxr-x 2 1001 1001 117 Apr 7 01:38 bin [2021-04-07T01:41:48.606Z] drwxrwxr-x 14 1001 1001 4096 Apr 7 01:38 cmd [2021-04-07T01:41:48.606Z] -rw-r--r-- 1 root root 697383 Apr 7 01:41 coverage.out [2021-04-07T01:41:48.606Z] -rw-r--r-- 1 root root 1057 Apr 7 01:41 go.mod [2021-04-07T01:41:48.606Z] -rw-r--r-- 1 root root 22362 Apr 7 01:41 go.sum [2021-04-07T01:41:48.606Z] drwxrwxr-x 8 1001 1001 127 Apr 7 01:38 internal [2021-04-07T01:41:48.606Z] drwxrwxr-x 4 1001 1001 26 Apr 7 01:38 openapi [2021-04-07T01:41:48.606Z] drwxrwxr-x 4 1001 1001 71 Apr 7 01:38 snap [2021-04-07T01:41:48.606Z] -rw-rw-r-- 1 1001 1001 168 Apr 7 01:38 version.go [Pipeline] sh [2021-04-07T01:41:48.914Z] + '[' -e coverage.out ] [2021-04-07T01:41:48.915Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-04-07T01:41:49.122Z] Stashed 1 file(s) [Pipeline] sh [2021-04-07T01:41:49.419Z] + make build [2021-04-07T01:41:49.419Z] 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-07T01:41:53.655Z] 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-07T01:42:01.876Z] 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-07T01:42:03.269Z] 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-07T01:42:04.664Z] 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-07T01:42:05.239Z] 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-07T01:42:06.646Z] 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-07T01:42:08.044Z] 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-07T01:42:09.462Z] 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-07T01:42:10.413Z] 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-07T01:42:11.364Z] 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-07T01:42:12.773Z] 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-07T01:42:14.727Z] $ docker stop --time=1 d200faa2b4846b85f5e041eb4579ece68eb948438d3a9e99bdde45b92c987958 [2021-04-07T01:42:16.330Z] $ docker rm -f d200faa2b4846b85f5e041eb4579ece68eb948438d3a9e99bdde45b92c987958 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-07T01:42:18.241Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-04-07T01:42:18.241Z] [2021-04-07T01:42:18.241Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-04-07T01:42:18.810Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-04-07T01:42:18.810Z] latest: Pulling from edgex-devops/edgex-compose [2021-04-07T01:42:18.810Z] cbdbe7a5bc2a: Pulling fs layer [2021-04-07T01:42:18.810Z] ca9280d653b3: Pulling fs layer [2021-04-07T01:42:18.810Z] 7e9c9ca2126c: Pulling fs layer [2021-04-07T01:42:19.073Z] cbdbe7a5bc2a: Verifying Checksum [2021-04-07T01:42:19.073Z] cbdbe7a5bc2a: Download complete [2021-04-07T01:42:19.654Z] cbdbe7a5bc2a: Pull complete [2021-04-07T01:42:19.654Z] ca9280d653b3: Verifying Checksum [2021-04-07T01:42:19.654Z] ca9280d653b3: Download complete [2021-04-07T01:42:20.605Z] 7e9c9ca2126c: Download complete [2021-04-07T01:42:21.197Z] ca9280d653b3: Pull complete [2021-04-07T01:42:27.820Z] 7e9c9ca2126c: Pull complete [2021-04-07T01:42:27.820Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-04-07T01:42:27.820Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-04-07T01:42:27.820Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-04-07T01:42:27.967Z] prd-centos7-docker-4c-2g-33095 does not seem to be running inside a container [2021-04-07T01:42:28.013Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/58 -v /w/workspace/edgex-go/58:/w/workspace/edgex-go/58:rw,z -v /w/workspace/edgex-go/58@tmp:/w/workspace/edgex-go/58@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-04-07T01:42:30.914Z] $ docker top 924bb3b0adf414dfc06ae9b2e5daeb9f9c6c7243d3ff2a86a11b08f368556723 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-07T01:42:31.402Z] + docker-compose build --help [2021-04-07T01:42:31.402Z] + grep parallel [2021-04-07T01:42:32.347Z] --parallel Build images in parallel. [Pipeline] } [2021-04-07T01:42:32.362Z] $ docker stop --time=1 924bb3b0adf414dfc06ae9b2e5daeb9f9c6c7243d3ff2a86a11b08f368556723 [2021-04-07T01:42:33.715Z] $ docker rm -f 924bb3b0adf414dfc06ae9b2e5daeb9f9c6c7243d3ff2a86a11b08f368556723 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-07T01:42:34.388Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-04-07T01:42:34.388Z] . [Pipeline] withDockerContainer [2021-04-07T01:42:34.490Z] prd-centos7-docker-4c-2g-33095 does not seem to be running inside a container [2021-04-07T01:42:34.539Z] $ 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/58 -v /w/workspace/edgex-go/58:/w/workspace/edgex-go/58:rw,z -v /w/workspace/edgex-go/58@tmp:/w/workspace/edgex-go/58@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-04-07T01:42:35.252Z] $ docker top 50c80776bde27ea294991672502352a48f06a446bfeb4085cb4a2c04b7ec2d4d -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-07T01:42:35.757Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-04-07T01:42:36.705Z] Building docker-core-command-go ... [2021-04-07T01:42:36.705Z] Building docker-core-data-go ... [2021-04-07T01:42:36.705Z] Building docker-core-metadata-go ... [2021-04-07T01:42:36.705Z] Building docker-security-bootstrapper-go ... [2021-04-07T01:42:36.705Z] Building docker-security-proxy-setup-go ... [2021-04-07T01:42:36.705Z] Building docker-security-secretstore-setup-go ... [2021-04-07T01:42:36.705Z] Building docker-support-notifications-go ... [2021-04-07T01:42:36.705Z] Building docker-support-scheduler-go ... [2021-04-07T01:42:36.705Z] Building docker-sys-mgmt-agent-go ... [2021-04-07T01:42:36.705Z] Building docker-sys-mgmt-agent-go [2021-04-07T01:42:36.705Z] Building docker-core-data-go [2021-04-07T01:42:36.705Z] Building docker-support-scheduler-go [2021-04-07T01:42:36.705Z] Building docker-security-bootstrapper-go [2021-04-07T01:42:36.705Z] Building docker-support-notifications-go [2021-04-07T01:42:39.330Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-33100 in /w/workspace/edgexfoundry_edgex-go_PR-3234 [Pipeline] { [Pipeline] ws [2021-04-07T01:42:39.384Z] Running in /w/workspace/edgex-go/58 [Pipeline] { [Pipeline] checkout [2021-04-07T01:42:44.423Z] using credential edgex-jenkins-ssh [2021-04-07T01:42:44.478Z] Cloning the remote Git repository [2021-04-07T01:42:44.526Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-04-07T01:42:44.630Z] > git init /w/workspace/edgex-go/58 # timeout=10 [2021-04-07T01:42:44.690Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-04-07T01:42:44.691Z] > git --version # timeout=10 [2021-04-07T01:42:44.714Z] > git --version # 'git version 2.17.1' [2021-04-07T01:42:44.716Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-07T01:42:44.786Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-07T01:43:03.027Z] Merging remotes/origin/master commit 1fa86f97d63fcad7b96d726da483d93f5db5c4b0 into PR head commit f38efd4c31adff1451f844e6fba5d517ca5623d7 [2021-04-07T01:43:03.454Z] Merge succeeded, producing f38efd4c31adff1451f844e6fba5d517ca5623d7 [2021-04-07T01:43:03.455Z] Checking out Revision f38efd4c31adff1451f844e6fba5d517ca5623d7 (PR-3234) [2021-04-07T01:43:02.154Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-04-07T01:43:02.172Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-07T01:43:02.196Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-04-07T01:43:02.242Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-04-07T01:43:02.242Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-07T01:43:02.253Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3234/head:refs/remotes/origin/PR-3234 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-07T01:43:03.046Z] > git config core.sparsecheckout # timeout=10 [2021-04-07T01:43:03.062Z] > git checkout -f f38efd4c31adff1451f844e6fba5d517ca5623d7 # timeout=10 [2021-04-07T01:43:03.366Z] > git remote # timeout=10 [2021-04-07T01:43:03.387Z] > git config --get remote.origin.url # timeout=10 [2021-04-07T01:43:03.409Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-07T01:43:03.420Z] > git merge 1fa86f97d63fcad7b96d726da483d93f5db5c4b0 # timeout=10 [2021-04-07T01:43:03.440Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-04-07T01:43:03.460Z] > git config core.sparsecheckout # timeout=10 [2021-04-07T01:43:03.493Z] > git checkout -f f38efd4c31adff1451f844e6fba5d517ca5623d7 # timeout=10 [2021-04-07T01:43:07.893Z] Commit message: "Bump github.com/lib/pq from 1.9.0 to 1.10.0" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-04-07T01:43:08.899Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-07T01:43:08.899Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-07T01:43:08.899Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-07T01:43:08.899Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-04-07T01:43:08.899Z] ---> 00e6ee0ce1bd [2021-04-07T01:43:08.899Z] Step 3/22 : WORKDIR /edgex-go [2021-04-07T01:43:08.899Z] ---> 00e6ee0ce1bd [2021-04-07T01:43:08.899Z] Step 3/23 : WORKDIR /edgex-go [2021-04-07T01:43:08.899Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-07T01:43:08.899Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-04-07T01:43:08.899Z] ---> 00e6ee0ce1bd [2021-04-07T01:43:08.899Z] Step 3/31 : WORKDIR /edgex-go [2021-04-07T01:43:08.899Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-07T01:43:08.899Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-04-07T01:43:08.899Z] ---> 00e6ee0ce1bd [2021-04-07T01:43:08.899Z] Step 3/22 : WORKDIR /edgex-go [2021-04-07T01:43:08.899Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-07T01:43:08.899Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-04-07T01:43:08.899Z] ---> 00e6ee0ce1bd [2021-04-07T01:43:08.899Z] Step 3/26 : WORKDIR /edgex-go [2021-04-07T01:43:09.339Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-04-07T01:43:09.489Z] ---> Running in 9579ff54c318 [2021-04-07T01:43:09.489Z] ---> Running in 19a332bce9c3 [2021-04-07T01:43:09.489Z] ---> Running in d2c0e5c40bf4 [2021-04-07T01:43:09.489Z] ---> Running in ab95f7976096 [2021-04-07T01:43:09.489Z] ---> Running in 21fe4f00e2b1 [2021-04-07T01:43:09.746Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [2021-04-07T01:43:09.751Z] Removing intermediate container ab95f7976096 [2021-04-07T01:43:09.751Z] ---> 8bdc6d961fcd [2021-04-07T01:43:09.751Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-07T01:43:09.751Z] Removing intermediate container 9579ff54c318 [2021-04-07T01:43:09.751Z] ---> a43e96825645 [2021-04-07T01:43:09.751Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-07T01:43:09.751Z] Removing intermediate container d2c0e5c40bf4 [2021-04-07T01:43:09.751Z] ---> 6eae1f5f08c1 [2021-04-07T01:43:09.751Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [Pipeline] sh [2021-04-07T01:43:10.016Z] Removing intermediate container 19a332bce9c3 [2021-04-07T01:43:10.016Z] ---> 49d3468edea1 [2021-04-07T01:43:10.016Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-07T01:43:10.016Z] Removing intermediate container 21fe4f00e2b1 [2021-04-07T01:43:10.016Z] ---> 6d1ceb34bfb4 [2021-04-07T01:43:10.016Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-07T01:43:10.016Z] ---> Running in ec89c5228f7f [2021-04-07T01:43:10.016Z] ---> Running in c0ba43e99861 [2021-04-07T01:43:10.016Z] ---> Running in f62ffb7c93b9 [2021-04-07T01:43:10.016Z] ---> Running in 92a88b28be5d [2021-04-07T01:43:10.016Z] ---> Running in 1a6f0a6ef2f6 [2021-04-07T01:43:10.095Z] + sudo service docker restart [2021-04-07T01:43:10.095Z] + true [2021-04-07T01:43:12.626Z] Removing intermediate container f62ffb7c93b9 [2021-04-07T01:43:12.626Z] ---> 46f7a59a5ce0 [2021-04-07T01:43:12.626Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-04-07T01:43:12.626Z] Removing intermediate container c0ba43e99861 [2021-04-07T01:43:12.626Z] ---> 7718ae4e74b8 [2021-04-07T01:43:12.626Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-04-07T01:43:12.626Z] Removing intermediate container ec89c5228f7f [2021-04-07T01:43:12.626Z] ---> dee3c32f73df [2021-04-07T01:43:12.626Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-04-07T01:43:12.626Z] ---> Running in cea8013c50ba [2021-04-07T01:43:12.626Z] ---> Running in 2f65bd508062 [2021-04-07T01:43:12.626Z] ---> Running in 61841de5ff7c [2021-04-07T01:43:12.626Z] Removing intermediate container 1a6f0a6ef2f6 [2021-04-07T01:43:12.626Z] ---> 152d2a191590 [2021-04-07T01:43:12.626Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-04-07T01:43:12.626Z] Removing intermediate container 92a88b28be5d [2021-04-07T01:43:12.626Z] ---> 8186611e8ab1 [2021-04-07T01:43:12.626Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-07T01:43:12.793Z] provisioning config files... [2021-04-07T01:43:12.836Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/58@tmp/config3533667165953179809tmp [Pipeline] { [2021-04-07T01:43:12.891Z] ---> Running in 6cf6f96b68d1 [2021-04-07T01:43:12.891Z] ---> Running in d3418bafb443 [Pipeline] libraryResource [Pipeline] sh [2021-04-07T01:43:13.240Z] ---> docker-login.sh [2021-04-07T01:43:13.240Z] nexus3.edgexfoundry.org:10001 [2021-04-07T01:43:13.840Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-07T01:43:13.845Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-07T01:43:13.845Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-07T01:43:13.845Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-07T01:43:13.845Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-07T01:43:13.845Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-07T01:43:14.420Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-07T01:43:14.420Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-07T01:43:14.420Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-07T01:43:14.437Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-07T01:43:14.437Z] Configure a credential helper to remove this warning. See [2021-04-07T01:43:14.437Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-07T01:43:14.437Z] [2021-04-07T01:43:14.437Z] Login Succeeded [2021-04-07T01:43:14.437Z] nexus3.edgexfoundry.org:10002 [2021-04-07T01:43:14.682Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-07T01:43:14.707Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-07T01:43:14.945Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-07T01:43:14.983Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-07T01:43:14.983Z] Configure a credential helper to remove this warning. See [2021-04-07T01:43:14.983Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-07T01:43:14.983Z] [2021-04-07T01:43:14.983Z] Login Succeeded [2021-04-07T01:43:14.983Z] nexus3.edgexfoundry.org:10003 [2021-04-07T01:43:15.218Z] OK: 233 MiB in 51 packages [2021-04-07T01:43:15.218Z] OK: 233 MiB in 51 packages [2021-04-07T01:43:15.261Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-07T01:43:15.261Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-07T01:43:15.261Z] Configure a credential helper to remove this warning. See [2021-04-07T01:43:15.261Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-07T01:43:15.261Z] [2021-04-07T01:43:15.261Z] Login Succeeded [2021-04-07T01:43:15.261Z] nexus3.edgexfoundry.org:10004 [2021-04-07T01:43:15.485Z] OK: 233 MiB in 51 packages [2021-04-07T01:43:15.485Z] OK: 233 MiB in 51 packages [2021-04-07T01:43:15.756Z] OK: 233 MiB in 51 packages [2021-04-07T01:43:15.860Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-07T01:43:15.860Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-07T01:43:15.860Z] Configure a credential helper to remove this warning. See [2021-04-07T01:43:15.860Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-07T01:43:15.860Z] [2021-04-07T01:43:15.860Z] Login Succeeded [2021-04-07T01:43:15.860Z] docker.io [2021-04-07T01:43:16.024Z] Removing intermediate container cea8013c50ba [2021-04-07T01:43:16.024Z] ---> fb84449ba43a [2021-04-07T01:43:16.024Z] Step 6/22 : COPY go.mod . [2021-04-07T01:43:16.024Z] Removing intermediate container 61841de5ff7c [2021-04-07T01:43:16.024Z] ---> 0eaf44d998a9 [2021-04-07T01:43:16.024Z] Step 6/31 : COPY go.mod . [2021-04-07T01:43:16.138Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-07T01:43:16.288Z] Removing intermediate container d3418bafb443 [2021-04-07T01:43:16.288Z] ---> f4a08afea884 [2021-04-07T01:43:16.288Z] Step 6/23 : COPY go.mod . [2021-04-07T01:43:16.288Z] Removing intermediate container 2f65bd508062 [2021-04-07T01:43:16.288Z] ---> 8f925955a5e6 [2021-04-07T01:43:16.288Z] Step 6/22 : COPY go.mod . [2021-04-07T01:43:16.553Z] ---> 9b84379bf3d6 [2021-04-07T01:43:16.553Z] Step 7/31 : RUN go mod download [2021-04-07T01:43:16.553Z] ---> 0149ff3e9792 [2021-04-07T01:43:16.553Z] Step 7/22 : RUN go mod download [2021-04-07T01:43:16.553Z] ---> Running in 62328ee4c5da [2021-04-07T01:43:16.553Z] ---> Running in d42df2e038fb [2021-04-07T01:43:16.732Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-07T01:43:16.732Z] Configure a credential helper to remove this warning. See [2021-04-07T01:43:16.732Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-07T01:43:16.732Z] [2021-04-07T01:43:16.732Z] Login Succeeded [2021-04-07T01:43:16.732Z] ---> docker-login.sh ends [Pipeline] } [2021-04-07T01:43:16.748Z] Deleting 1 temporary files [Pipeline] // wrap [2021-04-07T01:43:16.818Z] ---> 547fac382742 [2021-04-07T01:43:16.818Z] Step 7/23 : RUN go mod download [2021-04-07T01:43:16.818Z] Removing intermediate container 6cf6f96b68d1 [2021-04-07T01:43:16.818Z] ---> e653663bc81c [2021-04-07T01:43:16.818Z] Step 6/26 : COPY go.mod . [2021-04-07T01:43:16.818Z] ---> 7f4082cc9c29 [2021-04-07T01:43:16.818Z] Step 7/22 : RUN go mod download [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [2021-04-07T01:43:17.082Z] ---> Running in 5b57ca2e15c9 [2021-04-07T01:43:17.082Z] ---> Running in 2feaade54879 [2021-04-07T01:43:17.082Z] ---> 9ee6a08fc141 [2021-04-07T01:43:17.082Z] Step 7/26 : RUN go mod download [Pipeline] echo [2021-04-07T01:43:17.197Z] ========================================================= [2021-04-07T01:43:17.197Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-04-07T01:43:17.197Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-04-07T01:43:17.346Z] ---> Running in a0fa7f8f4da9 [2021-04-07T01:43:17.597Z] + 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-07T01:43:19.299Z] Removing intermediate container 62328ee4c5da [2021-04-07T01:43:19.299Z] ---> 473fcffc281c [2021-04-07T01:43:19.299Z] Step 8/31 : COPY . . [2021-04-07T01:43:19.569Z] Removing intermediate container 5b57ca2e15c9 [2021-04-07T01:43:19.569Z] ---> 4b84da7c33d9 [2021-04-07T01:43:19.569Z] Step 8/23 : COPY . . [2021-04-07T01:43:20.146Z] Removing intermediate container d42df2e038fb [2021-04-07T01:43:20.146Z] ---> 27b68a8048af [2021-04-07T01:43:20.146Z] Step 8/22 : COPY . . [2021-04-07T01:43:20.240Z] Sending build context to Docker daemon 167.2MB [2021-04-07T01:43:20.240Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-04-07T01:43:20.240Z] Step 2/6 : FROM ${BASE} [2021-04-07T01:43:20.240Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-04-07T01:43:20.240Z] 5f621e34cdf4: Pulling fs layer [2021-04-07T01:43:20.240Z] a4357932f1b6: Pulling fs layer [2021-04-07T01:43:20.240Z] 18c013af1878: Pulling fs layer [2021-04-07T01:43:20.240Z] 00ac8860ef70: Pulling fs layer [2021-04-07T01:43:20.240Z] 63d7cb157983: Pulling fs layer [2021-04-07T01:43:20.240Z] b116817d02f9: Pulling fs layer [2021-04-07T01:43:20.240Z] 745a02a5169b: Pulling fs layer [2021-04-07T01:43:20.240Z] 00ac8860ef70: Waiting [2021-04-07T01:43:20.240Z] 63d7cb157983: Waiting [2021-04-07T01:43:20.240Z] b116817d02f9: Waiting [2021-04-07T01:43:20.240Z] 745a02a5169b: Waiting [2021-04-07T01:43:20.240Z] 18c013af1878: Download complete [2021-04-07T01:43:20.240Z] a4357932f1b6: Verifying Checksum [2021-04-07T01:43:20.240Z] a4357932f1b6: Download complete [2021-04-07T01:43:20.240Z] 63d7cb157983: Verifying Checksum [2021-04-07T01:43:20.240Z] 63d7cb157983: Download complete [2021-04-07T01:43:20.240Z] b116817d02f9: Download complete [2021-04-07T01:43:20.240Z] 5f621e34cdf4: Verifying Checksum [2021-04-07T01:43:20.240Z] 5f621e34cdf4: Download complete [2021-04-07T01:43:20.853Z] 5f621e34cdf4: Pull complete [2021-04-07T01:43:21.460Z] a4357932f1b6: Pull complete [2021-04-07T01:43:22.063Z] 18c013af1878: Pull complete [2021-04-07T01:43:22.335Z] 745a02a5169b: Verifying Checksum [2021-04-07T01:43:22.335Z] 745a02a5169b: Download complete [2021-04-07T01:43:23.485Z] Removing intermediate container 2feaade54879 [2021-04-07T01:43:23.485Z] ---> c69f2deecdd3 [2021-04-07T01:43:23.485Z] Step 8/22 : COPY . . [2021-04-07T01:43:23.750Z] Removing intermediate container a0fa7f8f4da9 [2021-04-07T01:43:23.750Z] ---> 46882f6ca58e [2021-04-07T01:43:23.750Z] Step 8/26 : COPY . . [2021-04-07T01:43:24.308Z] 00ac8860ef70: Verifying Checksum [2021-04-07T01:43:24.308Z] 00ac8860ef70: Download complete [2021-04-07T01:43:34.459Z] 00ac8860ef70: Pull complete [2021-04-07T01:43:34.459Z] 63d7cb157983: Pull complete [2021-04-07T01:43:34.459Z] b116817d02f9: Pull complete [2021-04-07T01:43:37.848Z] 745a02a5169b: Pull complete [2021-04-07T01:43:38.119Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-04-07T01:43:38.119Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-04-07T01:43:38.119Z] ---> b7e6874047d6 [2021-04-07T01:43:38.119Z] Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2021-04-07T01:43:41.508Z] ---> Running in cee2cb0eff3d [2021-04-07T01:43:42.959Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-07T01:43:43.548Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-07T01:43:44.519Z] (1/12) Installing libmagic (5.38-r0) [2021-04-07T01:43:44.790Z] (2/12) Installing file (5.38-r0) [2021-04-07T01:43:45.064Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-04-07T01:43:45.064Z] (4/12) Installing g++ (9.3.0-r2) [2021-04-07T01:43:49.390Z] (5/12) Installing fortify-headers (1.1-r0) [2021-04-07T01:43:49.390Z] (6/12) Installing patch (2.7.6-r6) [2021-04-07T01:43:49.390Z] (7/12) Installing build-base (0.5-r2) [2021-04-07T01:43:49.390Z] (8/12) Installing libsodium (1.0.18-r0) [2021-04-07T01:43:49.390Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-04-07T01:43:49.390Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-04-07T01:43:49.390Z] (11/12) Installing libzmq (4.3.3-r0) [2021-04-07T01:43:49.390Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-04-07T01:43:49.390Z] Executing busybox-1.31.1-r19.trigger [2021-04-07T01:43:49.390Z] OK: 217 MiB in 51 packages [2021-04-07T01:43:53.687Z] Removing intermediate container cee2cb0eff3d [2021-04-07T01:43:53.687Z] ---> b1a1f0f474ed [2021-04-07T01:43:53.687Z] Step 4/6 : WORKDIR /edgex-go [2021-04-07T01:43:53.687Z] ---> Running in c439655461b9 [2021-04-07T01:43:54.283Z] Removing intermediate container c439655461b9 [2021-04-07T01:43:54.283Z] ---> 9ccbfb74ed61 [2021-04-07T01:43:54.283Z] Step 5/6 : COPY go.mod . [2021-04-07T01:43:54.879Z] ---> 99855be66d4e [2021-04-07T01:43:54.879Z] Step 6/6 : RUN go mod download [2021-04-07T01:43:55.150Z] ---> Running in e00202b30b78 [2021-04-07T01:44:02.644Z] ---> 10c7495481c2 [2021-04-07T01:44:02.644Z] ---> b5315aa68a98 [2021-04-07T01:44:02.644Z] Step 9/23 : RUN make cmd/core-data/core-dataStep 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-04-07T01:44:02.645Z] [2021-04-07T01:44:02.645Z] ---> 4023ab061b05 [2021-04-07T01:44:02.645Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-04-07T01:44:02.645Z] ---> e96b07baf19c [2021-04-07T01:44:02.645Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-04-07T01:44:02.645Z] ---> Running in 5500e1e73383 [2021-04-07T01:44:02.645Z] ---> Running in 35142d1e4321 [2021-04-07T01:44:02.645Z] ---> Running in 3deff2174b6e [2021-04-07T01:44:02.645Z] ---> Running in 7728c7f1e4e4 [2021-04-07T01:44:02.645Z] ---> be3ecf7f6696 [2021-04-07T01:44:02.645Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-04-07T01:44:02.645Z] ---> Running in 739a1a97f138 [2021-04-07T01:44:02.645Z] 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-07T01:44:02.645Z] 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-07T01:44:02.645Z] 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-07T01:44:02.645Z] 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-07T01:44:02.645Z] 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-07T01:44:21.946Z] Removing intermediate container e00202b30b78 [2021-04-07T01:44:21.946Z] ---> 021312a0951b [2021-04-07T01:44:21.946Z] Successfully built 021312a0951b [2021-04-07T01:44:21.946Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-07T01:44:22.281Z] + docker inspect -f . ci-base-image-arm64 [2021-04-07T01:44:22.281Z] . [Pipeline] withDockerContainer [2021-04-07T01:44:22.514Z] prd-ubuntu18.04-docker-arm64-4c-16g-33100 does not seem to be running inside a container [2021-04-07T01:44:22.603Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/58 -v /w/workspace/edgex-go/58:/w/workspace/edgex-go/58:rw,z -v /w/workspace/edgex-go/58@tmp:/w/workspace/edgex-go/58@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-04-07T01:44:24.104Z] $ docker top 4d25735238f1732433c33345c7ba8864fabecee189e322135b135d48eca0df6b -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-07T01:44:25.130Z] + go version [2021-04-07T01:44:25.130Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-04-07T01:44:25.155Z] $ docker stop --time=1 4d25735238f1732433c33345c7ba8864fabecee189e322135b135d48eca0df6b [2021-04-07T01:44:27.100Z] $ docker rm -f 4d25735238f1732433c33345c7ba8864fabecee189e322135b135d48eca0df6b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-07T01:44:28.004Z] + docker inspect -f . ci-base-image-arm64 [2021-04-07T01:44:28.005Z] . [Pipeline] withDockerContainer [2021-04-07T01:44:28.246Z] prd-ubuntu18.04-docker-arm64-4c-16g-33100 does not seem to be running inside a container [2021-04-07T01:44:28.331Z] $ 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/58 -v /w/workspace/edgex-go/58:/w/workspace/edgex-go/58:rw,z -v /w/workspace/edgex-go/58@tmp:/w/workspace/edgex-go/58@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-04-07T01:44:29.762Z] $ docker top 253c5109340c8e781be9694eb87183d2582a6a7a7428915878ac8e52da38b16d -eo pid,comm [Pipeline] { [Pipeline] echo [2021-04-07T01:44:30.142Z] ========================================================= [2021-04-07T01:44:30.142Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-04-07T01:44:30.142Z] ========================================================= [Pipeline] sh [2021-04-07T01:44:30.795Z] + make test [2021-04-07T01:44:30.795Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-04-07T01:44:42.255Z] Removing intermediate container 3deff2174b6e [2021-04-07T01:44:42.255Z] ---> f9d45bc2d22c [2021-04-07T01:44:42.255Z] [2021-04-07T01:44:42.255Z] Step 10/31 : FROM alpine:3.12 [2021-04-07T01:44:42.255Z] 3.12: Pulling from library/alpine [2021-04-07T01:44:42.835Z] Removing intermediate container 7728c7f1e4e4 [2021-04-07T01:44:42.835Z] ---> 80d81183bf41 [2021-04-07T01:44:42.835Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-04-07T01:44:43.103Z] Digest: sha256:834e9309b5ef0f78d8d20ef0652e7b0272fe97b5baf45720e1b830eaf013cc1b [2021-04-07T01:44:43.103Z] Status: Downloaded newer image for alpine:3.12 [2021-04-07T01:44:43.103Z] ---> 7230e588e954 [2021-04-07T01:44:43.103Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-04-07T01:44:43.103Z] ---> Running in b37313f76d47 [2021-04-07T01:44:43.366Z] Removing intermediate container 35142d1e4321 [2021-04-07T01:44:43.366Z] ---> 60942c59571c [2021-04-07T01:44:43.366Z] [2021-04-07T01:44:43.366Z] Step 10/22 : FROM alpine:3.12 [2021-04-07T01:44:43.366Z] ---> 7230e588e954 [2021-04-07T01:44:43.366Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-04-07T01:44:43.366Z] ---> Running in 6c100e131824 [2021-04-07T01:44:43.633Z] ---> Running in 0b9ae41c10df [2021-04-07T01:44:43.898Z] Removing intermediate container 6c100e131824 [2021-04-07T01:44:43.898Z] ---> ed7d307acf7e [2021-04-07T01:44:43.898Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-04-07T01:44:45.822Z] 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-07T01:44:46.411Z] ---> Running in 65880f0a8f77 [2021-04-07T01:44:47.506Z] Removing intermediate container 739a1a97f138 [2021-04-07T01:44:47.506Z] ---> b59590680324 [2021-04-07T01:44:47.506Z] [2021-04-07T01:44:47.506Z] Step 10/22 : FROM alpine:3.12 [2021-04-07T01:44:47.506Z] ---> 7230e588e954 [2021-04-07T01:44:47.506Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-04-07T01:44:47.773Z] Removing intermediate container 5500e1e73383 [2021-04-07T01:44:47.773Z] ---> b5b97bb0b326 [2021-04-07T01:44:47.773Z] [2021-04-07T01:44:47.773Z] Step 10/23 : FROM alpine:3.12 [2021-04-07T01:44:47.773Z] ---> 7230e588e954 [2021-04-07T01:44:47.773Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-04-07T01:44:47.773Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-07T01:44:47.773Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-07T01:44:48.035Z] (1/2) Installing ca-certificates (20191127-r4) [2021-04-07T01:44:48.298Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-04-07T01:44:48.298Z] Executing busybox-1.31.1-r20.trigger [2021-04-07T01:44:48.298Z] Executing ca-certificates-20191127-r4.trigger [2021-04-07T01:44:48.298Z] OK: 6 MiB in 16 packages [2021-04-07T01:44:48.879Z] ---> Running in 9b64f8eff895 [2021-04-07T01:44:48.879Z] ---> Running in f9289c72d54a [2021-04-07T01:44:49.149Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-07T01:44:49.149Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-07T01:44:49.149Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-04-07T01:44:49.149Z] (2/2) Installing su-exec (0.2-r1) [2021-04-07T01:44:49.149Z] Executing busybox-1.31.1-r20.trigger [2021-04-07T01:44:49.149Z] OK: 6 MiB in 16 packages [2021-04-07T01:44:49.411Z] Removing intermediate container f9289c72d54a [2021-04-07T01:44:49.411Z] ---> 6f21f2303019 [2021-04-07T01:44:49.411Z] Step 12/23 : ENV APP_PORT=48080 [2021-04-07T01:44:49.989Z] ---> Running in 476120ae559e [2021-04-07T01:44:50.252Z] Removing intermediate container b37313f76d47 [2021-04-07T01:44:50.252Z] ---> e964c0fefa13 [2021-04-07T01:44:50.252Z] [2021-04-07T01:44:50.252Z] Step 11/26 : FROM docker:20.10.0 [2021-04-07T01:44:50.252Z] 20.10.0: Pulling from library/docker [2021-04-07T01:44:50.827Z] Removing intermediate container 0b9ae41c10df [2021-04-07T01:44:50.827Z] ---> a91879da3409 [2021-04-07T01:44:50.827Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-07T01:44:51.407Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-07T01:44:51.407Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-07T01:44:51.675Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-04-07T01:44:51.675Z] Executing busybox-1.31.1-r20.trigger [2021-04-07T01:44:51.675Z] OK: 6 MiB in 15 packages [2021-04-07T01:44:51.940Z] Removing intermediate container 476120ae559e [2021-04-07T01:44:51.940Z] ---> c131175f0d67 [2021-04-07T01:44:51.940Z] Step 13/23 : EXPOSE $APP_PORT [2021-04-07T01:44:51.940Z] ---> Running in 266ccd2af877 [2021-04-07T01:44:52.203Z] ---> Running in 41de3592d131 [2021-04-07T01:44:52.203Z] Removing intermediate container 65880f0a8f77 [2021-04-07T01:44:52.203Z] ---> 8a29a6140cb3 [2021-04-07T01:44:52.203Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-04-07T01:44:52.775Z] Removing intermediate container 266ccd2af877 [2021-04-07T01:44:52.775Z] ---> c758bfdef7a2 [2021-04-07T01:44:52.775Z] Step 13/22 : ENV APP_PORT=48060 [2021-04-07T01:44:52.979Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-04-07T01:44:53.040Z] ---> Running in 526c134ba155 [2021-04-07T01:44:53.040Z] ---> Running in 26e39435299b [2021-04-07T01:44:53.040Z] Removing intermediate container 41de3592d131 [2021-04-07T01:44:53.040Z] ---> b3c81bdd1e32 [2021-04-07T01:44:53.040Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-07T01:44:53.301Z] Removing intermediate container 9b64f8eff895 [2021-04-07T01:44:53.301Z] ---> ba97ed629aba [2021-04-07T01:44:53.301Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-07T01:44:53.301Z] Removing intermediate container 526c134ba155 [2021-04-07T01:44:53.301Z] ---> 6ddfc580b2ae [2021-04-07T01:44:53.301Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-04-07T01:44:53.565Z] ---> Running in 1f281dd68e1f [2021-04-07T01:44:53.565Z] ---> Running in 7b0cbb2ff564 [2021-04-07T01:44:53.565Z] Removing intermediate container 26e39435299b [2021-04-07T01:44:53.565Z] ---> 5923ab50c5aa [2021-04-07T01:44:53.565Z] Step 14/22 : EXPOSE $APP_PORT [2021-04-07T01:44:53.565Z] ---> Running in 0feb211e05f5 [2021-04-07T01:44:53.831Z] ---> Running in 6b49ed3bd7ca [2021-04-07T01:44:53.831Z] Removing intermediate container 7b0cbb2ff564 [2021-04-07T01:44:53.831Z] ---> 89cee912d8f9 [2021-04-07T01:44:53.831Z] Step 13/22 : ENV APP_PORT=48085 [2021-04-07T01:44:54.111Z] Removing intermediate container 0feb211e05f5 [2021-04-07T01:44:54.111Z] ---> fd2209a9e3d7 [2021-04-07T01:44:54.111Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-04-07T01:44:54.111Z] ---> Running in 521d9bfd7f83 [2021-04-07T01:44:54.111Z] ---> Running in 742537ac3470 [2021-04-07T01:44:54.111Z] Removing intermediate container 6b49ed3bd7ca [2021-04-07T01:44:54.111Z] ---> b58b36065574 [2021-04-07T01:44:54.111Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-07T01:44:54.380Z] Removing intermediate container 521d9bfd7f83 [2021-04-07T01:44:54.380Z] ---> a9c23a6ac97d [2021-04-07T01:44:54.380Z] Step 14/22 : EXPOSE $APP_PORT [2021-04-07T01:44:54.654Z] ---> 20ecc597e04a [2021-04-07T01:44:54.654Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-04-07T01:44:54.917Z] ---> Running in 2f1cc6af0280 [2021-04-07T01:44:55.184Z] Removing intermediate container 2f1cc6af0280 [2021-04-07T01:44:55.184Z] ---> 4d330279f7bc [2021-04-07T01:44:55.184Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-07T01:44:55.447Z] ---> 5ceddb798cee [2021-04-07T01:44:55.447Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-04-07T01:44:55.447Z] Removing intermediate container 1f281dd68e1f [2021-04-07T01:44:55.447Z] ---> bae2550eb8f0 [2021-04-07T01:44:55.447Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-04-07T01:44:55.714Z] ---> 23cb8c3e6683 [2021-04-07T01:44:55.714Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-04-07T01:44:55.714Z] ---> Running in 92518c70149c [2021-04-07T01:44:55.714Z] Removing intermediate container 742537ac3470 [2021-04-07T01:44:55.714Z] ---> 547652b34f56 [2021-04-07T01:44:55.714Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-04-07T01:44:55.979Z] ---> 316fb80b51be [2021-04-07T01:44:55.979Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-04-07T01:44:55.979Z] ---> Running in 6e7aaef2f1d9 [2021-04-07T01:44:56.247Z] ---> Running in 2080608921a5 [2021-04-07T01:44:56.247Z] ---> 3717c40fe6d0 [2021-04-07T01:44:56.247Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-04-07T01:44:56.518Z] Removing intermediate container 6e7aaef2f1d9 [2021-04-07T01:44:56.518Z] ---> fc8fe3cb1caa [2021-04-07T01:44:56.518Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-04-07T01:44:56.518Z] Removing intermediate container 2080608921a5 [2021-04-07T01:44:56.518Z] ---> 7c16e1da82f0 [2021-04-07T01:44:56.518Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-07T01:44:56.518Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-07T01:44:56.518Z] ---> Running in 3adea538fd7a [2021-04-07T01:44:56.784Z] ---> 8c1653226040 [2021-04-07T01:44:56.784Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-04-07T01:44:56.784Z] ---> 69f9a185edc6 [2021-04-07T01:44:56.784Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-04-07T01:44:56.784Z] ---> Running in 1ecde180d252 [2021-04-07T01:44:57.050Z] Removing intermediate container 3adea538fd7a [2021-04-07T01:44:57.051Z] ---> dd90a30a273d [2021-04-07T01:44:57.051Z] Step 20/22 : LABEL arch=x86_64 [2021-04-07T01:44:57.051Z] ---> Running in 9dbb9b5dd8c6 [2021-04-07T01:44:57.051Z] ---> Running in faa6274bd92a [2021-04-07T01:44:57.319Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-07T01:44:57.319Z] Removing intermediate container 1ecde180d252 [2021-04-07T01:44:57.319Z] ---> 2fe28bfa7a57 [2021-04-07T01:44:57.319Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-07T01:44:57.581Z] ---> Running in 4884fbc1f5e0 [2021-04-07T01:44:57.581Z] Removing intermediate container faa6274bd92a [2021-04-07T01:44:57.581Z] ---> 9fbefec1e973 [2021-04-07T01:44:57.581Z] Step 21/22 : LABEL git_sha=f38efd4c31adff1451f844e6fba5d517ca5623d7 [2021-04-07T01:44:57.581Z] ---> Running in 8e737cd54e17 [2021-04-07T01:44:57.581Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-04-07T01:44:57.843Z] Removing intermediate container 4884fbc1f5e0 [2021-04-07T01:44:57.843Z] ---> 3f2147bcaff6 [2021-04-07T01:44:57.843Z] Step 20/22 : LABEL arch=x86_64 [2021-04-07T01:44:57.843Z] (2/6) Installing libgcc (9.3.0-r2) [2021-04-07T01:44:57.843Z] (3/6) Installing libsodium (1.0.18-r0) [2021-04-07T01:44:57.843Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-04-07T01:44:58.420Z] (5/6) Installing libzmq (4.3.3-r0) [2021-04-07T01:44:58.420Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-04-07T01:44:58.420Z] ---> Running in df432315f54f [2021-04-07T01:44:58.420Z] Status: Downloaded newer image for docker:20.10.0 [2021-04-07T01:44:58.420Z] ---> aefe523efa57 [2021-04-07T01:44:58.420Z] Step 12/26 : RUN apk add --no-cache bash [2021-04-07T01:44:58.420Z] Removing intermediate container 8e737cd54e17 [2021-04-07T01:44:58.420Z] ---> e37a7bd7de3b [2021-04-07T01:44:58.420Z] Step 22/22 : LABEL version=0.0.0 [2021-04-07T01:44:58.420Z] (6/6) Installing zeromq (4.3.3-r0) [2021-04-07T01:44:58.420Z] Executing busybox-1.31.1-r20.trigger [2021-04-07T01:44:58.420Z] OK: 8 MiB in 20 packages [2021-04-07T01:44:58.420Z] ---> Running in f87e6ee636ea [2021-04-07T01:44:58.420Z] ---> Running in 5ba2aba3dda5 [2021-04-07T01:44:58.685Z] Removing intermediate container df432315f54f [2021-04-07T01:44:58.685Z] ---> f414a82ba621 [2021-04-07T01:44:58.685Z] Step 21/22 : LABEL git_sha=f38efd4c31adff1451f844e6fba5d517ca5623d7 [2021-04-07T01:44:58.956Z] ---> Running in 3dfc1257dfb2 [2021-04-07T01:44:58.956Z] Removing intermediate container 5ba2aba3dda5 [2021-04-07T01:44:58.956Z] ---> 321090f3bad7 [2021-04-07T01:44:58.956Z] [2021-04-07T01:44:59.231Z] Removing intermediate container 3dfc1257dfb2 [2021-04-07T01:44:59.231Z] ---> e67a8ff7d071 [2021-04-07T01:44:59.231Z] Step 22/22 : LABEL version=0.0.0 [2021-04-07T01:44:59.231Z] Successfully built 321090f3bad7 [2021-04-07T01:44:59.231Z] Successfully tagged docker-support-notifications-go:latest [2021-04-07T01:44:59.231Z]  Building docker-support-notifications-go ... done Building docker-security-proxy-setup-go [2021-04-07T01:44:59.527Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-07T01:44:59.527Z] ---> Running in 93d0f19ec8f1 [2021-04-07T01:44:59.527Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-07T01:44:59.527Z] Removing intermediate container 9dbb9b5dd8c6 [2021-04-07T01:44:59.527Z] ---> 0ac59d1c0d5b [2021-04-07T01:44:59.527Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-07T01:44:59.527Z] Removing intermediate container 92518c70149c [2021-04-07T01:44:59.527Z] ---> ce544532d9aa [2021-04-07T01:44:59.527Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-07T01:44:59.527Z] (1/2) Installing readline (8.0.4-r0) [2021-04-07T01:44:59.527Z] (2/2) Installing bash (5.0.17-r0) [2021-04-07T01:44:59.803Z] Executing bash-5.0.17-r0.post-install [2021-04-07T01:44:59.803Z] Executing busybox-1.31.1-r19.trigger [2021-04-07T01:44:59.803Z] Removing intermediate container 93d0f19ec8f1 [2021-04-07T01:44:59.803Z] ---> 6a585766d3ec [2021-04-07T01:44:59.803Z] [2021-04-07T01:44:59.803Z] OK: 12 MiB in 22 packages [2021-04-07T01:45:00.066Z] Successfully built 6a585766d3ec [2021-04-07T01:45:00.066Z] ---> 183ba84c9610 [2021-04-07T01:45:00.066Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-04-07T01:45:00.066Z] Successfully tagged docker-support-scheduler-go:latest [2021-04-07T01:45:00.066Z]  Building docker-support-scheduler-go ... done Building docker-security-secretstore-setup-go [2021-04-07T01:45:01.015Z] ---> d1d3e31fc486 [2021-04-07T01:45:01.015Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-04-07T01:45:06.358Z] ---> 22e7b4358052 [2021-04-07T01:45:06.358Z] ---> fafc61cb7ddd [2021-04-07T01:45:06.358Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-04-07T01:45:06.358Z] [2021-04-07T01:45:07.776Z] Removing intermediate container f87e6ee636ea [2021-04-07T01:45:07.776Z] ---> 516274519945 [2021-04-07T01:45:07.776Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-04-07T01:45:07.776Z] ---> 5f8971628d9f [2021-04-07T01:45:07.776Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-04-07T01:45:07.776Z] ---> 0723518654e0 [2021-04-07T01:45:07.776Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-04-07T01:45:08.044Z] ---> Running in 10d61a623097 [2021-04-07T01:45:08.642Z] ---> Running in 3fe8386b18d5 [2021-04-07T01:45:11.333Z] ---> 0ccca4c274e0 [2021-04-07T01:45:11.333Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-04-07T01:45:11.333Z] Removing intermediate container 10d61a623097 [2021-04-07T01:45:11.333Z] ---> a4a2aa14105d [2021-04-07T01:45:11.333Z] Step 14/26 : ENV APP_PORT=48090 [2021-04-07T01:45:13.397Z] Removing intermediate container 3fe8386b18d5 [2021-04-07T01:45:13.397Z] ---> babd0242a570 [2021-04-07T01:45:13.397Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-07T01:45:14.075Z] ---> Running in 10ed62e518da [2021-04-07T01:45:15.116Z] ---> Running in 280b1324617e [2021-04-07T01:45:15.116Z] ---> c364c0875795 [2021-04-07T01:45:15.116Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-04-07T01:45:17.515Z] Removing intermediate container 10ed62e518da [2021-04-07T01:45:17.515Z] ---> 7d618a960ac0 [2021-04-07T01:45:17.515Z] Step 15/26 : EXPOSE $APP_PORT [2021-04-07T01:45:18.918Z] ---> Running in 9866fdb66ce6 [2021-04-07T01:45:18.918Z] Removing intermediate container 280b1324617e [2021-04-07T01:45:18.918Z] ---> a5917b815b0b [2021-04-07T01:45:18.918Z] Step 21/23 : LABEL arch=x86_64 [2021-04-07T01:45:18.918Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-07T01:45:18.918Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-04-07T01:45:19.182Z] ---> 00e6ee0ce1bd [2021-04-07T01:45:19.182Z] Step 3/24 : WORKDIR /edgex-go [2021-04-07T01:45:19.182Z] ---> Using cache [2021-04-07T01:45:19.182Z] ---> 6d1ceb34bfb4 [2021-04-07T01:45:19.182Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-07T01:45:19.182Z] ---> Using cache [2021-04-07T01:45:19.182Z] ---> 152d2a191590 [2021-04-07T01:45:19.182Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-04-07T01:45:19.182Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-07T01:45:19.182Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-04-07T01:45:19.182Z] ---> 00e6ee0ce1bd [2021-04-07T01:45:19.182Z] Step 3/21 : WORKDIR /edgex-go [2021-04-07T01:45:19.182Z] ---> Using cache [2021-04-07T01:45:19.182Z] ---> 6d1ceb34bfb4 [2021-04-07T01:45:19.182Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-07T01:45:19.182Z] ---> Using cache [2021-04-07T01:45:19.182Z] ---> 152d2a191590 [2021-04-07T01:45:19.182Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-04-07T01:45:20.571Z] ---> Running in ffc458590127 [2021-04-07T01:45:20.840Z] ---> Running in 2d92f34996e9 [2021-04-07T01:45:20.840Z] ---> Running in 4947243fb2cd [2021-04-07T01:45:20.840Z] ---> Running in 9fd07fd94c0a [2021-04-07T01:45:20.840Z] Removing intermediate container 9866fdb66ce6 [2021-04-07T01:45:20.840Z] ---> 24a4dceab8c3 [2021-04-07T01:45:20.840Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-04-07T01:45:21.119Z] Removing intermediate container ffc458590127 [2021-04-07T01:45:21.119Z] ---> d55ffb8db64a [2021-04-07T01:45:21.119Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-04-07T01:45:21.413Z] Removing intermediate container 2d92f34996e9 [2021-04-07T01:45:21.413Z] ---> e72395719512 [2021-04-07T01:45:21.413Z] Step 22/23 : LABEL git_sha=f38efd4c31adff1451f844e6fba5d517ca5623d7 [2021-04-07T01:45:21.737Z] ---> 318a758a69a4 [2021-04-07T01:45:21.737Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-04-07T01:45:21.737Z] ---> Running in 746e953ad733 [2021-04-07T01:45:21.737Z] ---> 4b8f4c5a48c6 [2021-04-07T01:45:21.737Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-04-07T01:45:21.737Z] ---> Running in 1935a1614117 [2021-04-07T01:45:22.054Z] Removing intermediate container 746e953ad733 [2021-04-07T01:45:22.054Z] ---> 2dc6160bd752 [2021-04-07T01:45:22.054Z] Step 23/23 : LABEL version=0.0.0 [2021-04-07T01:45:22.054Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-07T01:45:22.054Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-07T01:45:22.357Z] ---> Running in 3463f2182642 [2021-04-07T01:45:22.357Z] ---> 6f95fefabd65 [2021-04-07T01:45:22.357Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-04-07T01:45:22.670Z] Removing intermediate container 3463f2182642 [2021-04-07T01:45:22.670Z] ---> 3319fa428e0d [2021-04-07T01:45:22.670Z] [2021-04-07T01:45:22.670Z] ---> bc5dfd33c59c [2021-04-07T01:45:22.670Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-04-07T01:45:22.670Z] Successfully built 3319fa428e0d [2021-04-07T01:45:22.670Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-07T01:45:22.670Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-07T01:45:22.670Z] Successfully tagged docker-core-data-go:latest [2021-04-07T01:45:22.953Z] Building docker-core-command-go [2021-04-07T01:45:22.953Z]  Building docker-core-data-go ... done  ---> Running in 2b95276f94cf [2021-04-07T01:45:23.248Z] Removing intermediate container 1935a1614117 [2021-04-07T01:45:23.248Z] ---> 5af77a31884d [2021-04-07T01:45:23.248Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-04-07T01:45:23.248Z] OK: 233 MiB in 51 packages [2021-04-07T01:45:23.248Z] OK: 233 MiB in 51 packages [2021-04-07T01:45:23.545Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-07T01:45:23.545Z] ---> Running in 2b546459ddba [2021-04-07T01:45:23.844Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-07T01:45:23.844Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-04-07T01:45:23.844Z] (2/33) Installing expat (2.2.9-r1) [2021-04-07T01:45:23.844Z] (3/33) Installing libffi (3.3-r2) [2021-04-07T01:45:23.844Z] (4/33) Installing gdbm (1.13-r1) [2021-04-07T01:45:23.844Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-04-07T01:45:23.844Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-04-07T01:45:23.844Z] (7/33) Installing python3 (3.8.8-r0) [2021-04-07T01:45:28.556Z] Removing intermediate container 2b546459ddba [2021-04-07T01:45:28.556Z] ---> f9a442123592 [2021-04-07T01:45:28.556Z] Step 28/31 : CMD ["gate"] [2021-04-07T01:45:29.346Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-04-07T01:45:29.346Z] Removing intermediate container 4947243fb2cd [2021-04-07T01:45:29.346Z] ---> 46928638148a [2021-04-07T01:45:29.346Z] Step 6/21 : COPY go.mod . [2021-04-07T01:45:29.346Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-04-07T01:45:29.346Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-04-07T01:45:29.346Z] (11/33) Installing py3-six (1.15.0-r0) [2021-04-07T01:45:29.346Z] (12/33) Installing py3-packaging (20.4-r0) [2021-04-07T01:45:30.337Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-04-07T01:45:30.337Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-04-07T01:45:30.663Z] (15/33) Installing py3-idna (2.9-r0) [2021-04-07T01:45:30.663Z] ---> Running in a78b108c7d54 [2021-04-07T01:45:30.663Z] Removing intermediate container 9fd07fd94c0a [2021-04-07T01:45:30.663Z] ---> ec1d42d8dcf8 [2021-04-07T01:45:30.663Z] Step 6/24 : COPY go.mod . [2021-04-07T01:45:30.663Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-04-07T01:45:30.663Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-04-07T01:45:30.663Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-04-07T01:45:31.751Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-04-07T01:45:31.751Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-04-07T01:45:32.570Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-04-07T01:45:32.570Z] ---> bb43f5482bfd [2021-04-07T01:45:32.570Z] Step 7/21 : RUN go mod download [2021-04-07T01:45:32.570Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-04-07T01:45:32.846Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-04-07T01:45:33.571Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-04-07T01:45:33.571Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-04-07T01:45:33.962Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-04-07T01:45:34.634Z] ---> d72f4a127972 [2021-04-07T01:45:34.634Z] Step 7/24 : RUN go mod download [2021-04-07T01:45:34.634Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-04-07T01:45:34.634Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-04-07T01:45:34.634Z] (29/33) Installing py3-progress (1.5-r0) [2021-04-07T01:45:34.634Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-04-07T01:45:34.908Z] ---> Running in e73f87c13c45 [2021-04-07T01:45:34.908Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-04-07T01:45:34.908Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-04-07T01:45:34.908Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-04-07T01:45:34.908Z] Removing intermediate container a78b108c7d54 [2021-04-07T01:45:34.908Z] ---> b2d9cf2fb456 [2021-04-07T01:45:34.908Z] Step 29/31 : LABEL arch=x86_64 [2021-04-07T01:45:35.586Z] ---> Running in bfe924193486 [2021-04-07T01:45:35.586Z] Executing busybox-1.31.1-r19.trigger [2021-04-07T01:45:35.586Z] OK: 71 MiB in 55 packages [2021-04-07T01:45:36.211Z] ---> Running in b32f5592bbc0 [2021-04-07T01:45:38.214Z] Removing intermediate container b32f5592bbc0 [2021-04-07T01:45:38.214Z] ---> 3072d2e52091 [2021-04-07T01:45:38.214Z] Step 30/31 : LABEL git_sha=f38efd4c31adff1451f844e6fba5d517ca5623d7 [2021-04-07T01:45:38.484Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-07T01:45:38.484Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-07T01:45:38.484Z] ---> 00e6ee0ce1bd [2021-04-07T01:45:38.484Z] Step 3/23 : WORKDIR /edgex-go [2021-04-07T01:45:38.484Z] ---> Using cache [2021-04-07T01:45:38.484Z] ---> 6d1ceb34bfb4 [2021-04-07T01:45:38.484Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-07T01:45:38.484Z] ---> Using cache [2021-04-07T01:45:38.484Z] ---> 152d2a191590 [2021-04-07T01:45:38.484Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-04-07T01:45:38.484Z] ---> Using cache [2021-04-07T01:45:38.484Z] ---> ec1d42d8dcf8 [2021-04-07T01:45:38.484Z] Step 6/23 : COPY go.mod . [2021-04-07T01:45:38.484Z] ---> Using cache [2021-04-07T01:45:38.484Z] ---> d72f4a127972 [2021-04-07T01:45:38.484Z] Step 7/23 : RUN go mod download [2021-04-07T01:45:39.089Z] ---> Running in cb04e1b53208 [2021-04-07T01:45:39.694Z] ---> Running in a56e098f67b2 [2021-04-07T01:45:40.028Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-04-07T01:45:40.641Z] Removing intermediate container cb04e1b53208 [2021-04-07T01:45:40.641Z] ---> ab6231edc388 [2021-04-07T01:45:40.641Z] Step 31/31 : LABEL version=0.0.0 [2021-04-07T01:45:42.583Z] ---> Running in e09a96654a19 [2021-04-07T01:45:42.862Z] Removing intermediate container e73f87c13c45 [2021-04-07T01:45:42.862Z] ---> 1ac97788c22b [2021-04-07T01:45:42.862Z] Step 8/21 : COPY . . [2021-04-07T01:45:44.818Z] Removing intermediate container bfe924193486 [2021-04-07T01:45:44.818Z] ---> a1fa53ae41cb [2021-04-07T01:45:44.818Z] Step 8/24 : COPY . . [2021-04-07T01:45:45.082Z] Removing intermediate container e09a96654a19 [2021-04-07T01:45:45.082Z] ---> 4dab1b90ef0e [2021-04-07T01:45:45.082Z] [2021-04-07T01:45:49.926Z] Successfully built 4dab1b90ef0e [2021-04-07T01:45:49.926Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-04-07T01:45:49.926Z]  Building docker-security-bootstrapper-go ... done Building docker-core-metadata-go [2021-04-07T01:45:50.890Z] Removing intermediate container 2b95276f94cf [2021-04-07T01:45:50.890Z] ---> f2e865ce5d34 [2021-04-07T01:45:50.890Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-04-07T01:45:55.408Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-04-07T01:45:55.408Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-04-07T01:45:55.408Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-04-07T01:45:56.848Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-04-07T01:45:56.848Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-04-07T01:45:57.126Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-04-07T01:45:59.087Z] Removing intermediate container a56e098f67b2 [2021-04-07T01:45:59.088Z] ---> f24de2677869 [2021-04-07T01:45:59.088Z] Step 8/23 : COPY . . [2021-04-07T01:45:59.123Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-04-07T01:46:00.500Z] ---> Running in 3c4cd2530920 [2021-04-07T01:46:01.775Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-04-07T01:46:02.381Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-04-07T01:46:10.679Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-04-07T01:46:10.679Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-04-07T01:46:10.679Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-04-07T01:46:16.117Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.341s coverage: 45.9% of statements [2021-04-07T01:46:16.117Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-04-07T01:46:16.117Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-04-07T01:46:16.117Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-04-07T01:46:16.117Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-04-07T01:46:16.117Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-04-07T01:46:16.117Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-04-07T01:46:16.117Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.139s coverage: 19.8% of statements [2021-04-07T01:46:16.117Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.271s coverage: 100.0% of statements [2021-04-07T01:46:18.706Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-07T01:46:18.706Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-07T01:46:18.706Z] ---> 00e6ee0ce1bd [2021-04-07T01:46:18.706Z] Step 3/23 : WORKDIR /edgex-go [2021-04-07T01:46:18.706Z] ---> Using cache [2021-04-07T01:46:18.706Z] ---> 6d1ceb34bfb4 [2021-04-07T01:46:18.706Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-07T01:46:18.706Z] ---> Using cache [2021-04-07T01:46:18.706Z] ---> 152d2a191590 [2021-04-07T01:46:18.706Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-04-07T01:46:18.706Z] ---> Using cache [2021-04-07T01:46:18.706Z] ---> ec1d42d8dcf8 [2021-04-07T01:46:18.706Z] Step 6/23 : COPY go.mod . [2021-04-07T01:46:18.706Z] ---> Using cache [2021-04-07T01:46:18.706Z] ---> d72f4a127972 [2021-04-07T01:46:18.706Z] Step 7/23 : RUN go mod download [2021-04-07T01:46:18.706Z] ---> Using cache [2021-04-07T01:46:18.706Z] ---> f24de2677869 [2021-04-07T01:46:18.706Z] Step 8/23 : COPY . . [2021-04-07T01:46:18.706Z] Collecting docker-compose==1.23.2 [2021-04-07T01:46:18.706Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-04-07T01:46:21.289Z] Collecting PyYAML<4,>=3.10 [2021-04-07T01:46:21.289Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-04-07T01:46:24.413Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.640s coverage: 27.1% of statements [2021-04-07T01:46:24.413Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-04-07T01:46:24.413Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-04-07T01:46:24.413Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-04-07T01:46:24.413Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-04-07T01:46:24.413Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-04-07T01:46:24.413Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-04-07T01:46:24.413Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.194s coverage: 100.0% of statements [2021-04-07T01:46:24.413Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-04-07T01:46:24.413Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.131s coverage: 100.0% of statements [2021-04-07T01:46:24.413Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-04-07T01:46:24.413Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-04-07T01:46:25.012Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.245s coverage: 71.3% of statements [2021-04-07T01:46:25.012Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-04-07T01:46:25.012Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-04-07T01:46:25.618Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.468s coverage: 82.9% of statements [2021-04-07T01:46:25.618Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-04-07T01:46:25.618Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-04-07T01:46:25.618Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.188s coverage: 78.9% of statements [2021-04-07T01:46:25.618Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-04-07T01:46:27.916Z] ---> f6a03e5e078f [2021-04-07T01:46:27.916Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-04-07T01:46:27.916Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-04-07T01:46:27.916Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-04-07T01:46:29.874Z] ---> Running in 8466cacbe5a8 [2021-04-07T01:46:29.874Z] Collecting texttable<0.10,>=0.9.0 [2021-04-07T01:46:29.874Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-04-07T01:46:31.268Z] ---> c615ad3d5784 [2021-04-07T01:46:31.268Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-04-07T01:46:31.843Z] Collecting cached-property<2,>=1.2.0 [2021-04-07T01:46:31.843Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-04-07T01:46:33.980Z] 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-07T01:46:34.250Z] Collecting websocket-client<1.0,>=0.32.0 [2021-04-07T01:46:34.250Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-04-07T01:46:34.514Z] 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-07T01:46:34.779Z] ---> Running in 1a6176e37dcc [2021-04-07T01:46:36.171Z] Collecting docopt<0.7,>=0.6.1 [2021-04-07T01:46:36.172Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-04-07T01:46:37.133Z] Collecting jsonschema<3,>=2.5.1 [2021-04-07T01:46:37.133Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-04-07T01:46:37.133Z] ---> 85881cfc22ab [2021-04-07T01:46:37.133Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-04-07T01:46:37.414Z] Collecting docker<4.0,>=3.6.0 [2021-04-07T01:46:37.414Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-04-07T01:46:38.041Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.240s coverage: 28.6% of statements [2021-04-07T01:46:38.041Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-04-07T01:46:38.041Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-04-07T01:46:38.041Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-04-07T01:46:38.041Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-04-07T01:46:38.041Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-04-07T01:46:38.041Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.230s coverage: 100.0% of statements [2021-04-07T01:46:38.041Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-04-07T01:46:38.041Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.165s coverage: 100.0% of statements [2021-04-07T01:46:38.041Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-04-07T01:46:38.041Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.401s coverage: 86.7% of statements [2021-04-07T01:46:38.041Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-04-07T01:46:38.041Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.580s coverage: 97.5% of statements [2021-04-07T01:46:38.041Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-04-07T01:46:38.041Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.215s coverage: 78.3% of statements [2021-04-07T01:46:38.041Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-04-07T01:46:38.041Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-04-07T01:46:38.041Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-04-07T01:46:38.041Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-04-07T01:46:38.860Z] Collecting dockerpty<0.5,>=0.4.1 [2021-04-07T01:46:38.860Z] 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-07T01:46:38.860Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-04-07T01:46:39.464Z] 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-07T01:46:39.734Z] ---> Running in 470a4f17852f [2021-04-07T01:46:39.734Z] Collecting idna<2.8,>=2.5 [2021-04-07T01:46:39.734Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-04-07T01:46:39.734Z] 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-07T01:46:40.005Z] Collecting urllib3<1.25,>=1.21.1 [2021-04-07T01:46:40.005Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-04-07T01:46:40.596Z] Collecting docker-pycreds>=0.4.0 [2021-04-07T01:46:40.596Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-04-07T01:46:40.879Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-04-07T01:46:40.879Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-04-07T01:46:40.879Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-04-07T01:46:40.879Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-04-07T01:46:40.879Z] 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-07T01:46:41.147Z] Installing collected packages: PyYAML, idna, urllib3, requests, texttable, cached-property, websocket-client, docopt, jsonschema, docker-pycreds, docker, dockerpty, docker-compose [2021-04-07T01:46:41.425Z] Running setup.py install for PyYAML: started [2021-04-07T01:46:42.886Z] Running setup.py install for PyYAML: finished with status 'done' [2021-04-07T01:46:42.886Z] Attempting uninstall: idna [2021-04-07T01:46:42.886Z] Found existing installation: idna 2.9 [2021-04-07T01:46:42.886Z] Uninstalling idna-2.9: [2021-04-07T01:46:43.186Z] Successfully uninstalled idna-2.9 [2021-04-07T01:46:43.790Z] Attempting uninstall: urllib3 [2021-04-07T01:46:43.790Z] Found existing installation: urllib3 1.25.9 [2021-04-07T01:46:43.790Z] Uninstalling urllib3-1.25.9: [2021-04-07T01:46:44.075Z] Successfully uninstalled urllib3-1.25.9 [2021-04-07T01:46:44.345Z] Attempting uninstall: requests [2021-04-07T01:46:44.345Z] Found existing installation: requests 2.23.0 [2021-04-07T01:46:44.345Z] Uninstalling requests-2.23.0: [2021-04-07T01:46:44.622Z] Successfully uninstalled requests-2.23.0 [2021-04-07T01:46:44.622Z] Running setup.py install for texttable: started [2021-04-07T01:46:44.776Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.129s coverage: 92.8% of statements [2021-04-07T01:46:44.776Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-04-07T01:46:44.776Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-04-07T01:46:44.776Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-04-07T01:46:44.776Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-04-07T01:46:44.776Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-04-07T01:46:44.776Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-04-07T01:46:44.776Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-04-07T01:46:44.776Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-04-07T01:46:44.776Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-04-07T01:46:44.776Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-04-07T01:46:44.776Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-04-07T01:46:44.776Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-04-07T01:46:44.776Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-04-07T01:46:44.776Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-04-07T01:46:44.776Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-04-07T01:46:44.776Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-04-07T01:46:44.776Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-04-07T01:46:44.776Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-04-07T01:46:44.776Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.138s coverage: 58.8% of statements [2021-04-07T01:46:44.776Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-04-07T01:46:44.776Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-04-07T01:46:44.777Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.229s coverage: 1.0% of statements [2021-04-07T01:46:44.777Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-04-07T01:46:44.777Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-04-07T01:46:44.777Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-04-07T01:46:44.777Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.151s coverage: 47.1% of statements [2021-04-07T01:46:44.777Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.188s coverage: 79.5% of statements [2021-04-07T01:46:44.777Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.108s coverage: 94.1% of statements [2021-04-07T01:46:44.777Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.147s coverage: 96.3% of statements [2021-04-07T01:46:44.777Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.135s coverage: 87.5% of statements [2021-04-07T01:46:45.600Z] Running setup.py install for texttable: finished with status 'done' [2021-04-07T01:46:47.548Z] Running setup.py install for docopt: started [2021-04-07T01:46:47.548Z] ---> f3a04f4e816f [2021-04-07T01:46:47.548Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-04-07T01:46:47.820Z] ---> Running in 06782ff44cf1 [2021-04-07T01:46:47.820Z] Running setup.py install for docopt: finished with status 'done' [2021-04-07T01:46:48.805Z] Running setup.py install for dockerpty: started [2021-04-07T01:46:48.805Z] 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-07T01:46:49.396Z] Running setup.py install for dockerpty: finished with status 'done' [2021-04-07T01:46:49.985Z] 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-07T01:46:55.366Z] Removing intermediate container 3c4cd2530920 [2021-04-07T01:46:55.366Z] ---> 7e82472a2f68 [2021-04-07T01:46:55.366Z] Step 21/26 : RUN apk --no-cache add curl [2021-04-07T01:46:55.366Z] ---> Running in 1d928f1a3791 [2021-04-07T01:46:55.951Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-07T01:46:55.951Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-07T01:46:56.552Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-04-07T01:46:56.552Z] (2/3) Installing libcurl (7.69.1-r3) [2021-04-07T01:46:56.552Z] (3/3) Installing curl (7.69.1-r3) [2021-04-07T01:46:56.552Z] Executing busybox-1.31.1-r19.trigger [2021-04-07T01:46:56.552Z] OK: 72 MiB in 58 packages [2021-04-07T01:46:59.159Z] Removing intermediate container 1d928f1a3791 [2021-04-07T01:46:59.159Z] ---> 1024ea2adf39 [2021-04-07T01:46:59.159Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-04-07T01:46:59.426Z] ---> Running in 61feb61d5d2c [2021-04-07T01:46:59.900Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.211s coverage: 94.4% of statements [2021-04-07T01:46:59.900Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.141s coverage: 44.8% of statements [2021-04-07T01:47:00.026Z] Removing intermediate container 61feb61d5d2c [2021-04-07T01:47:00.026Z] ---> 87f036378ce7 [2021-04-07T01:47:00.026Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-07T01:47:00.300Z] ---> Running in 31a3a293adb3 [2021-04-07T01:47:00.900Z] Removing intermediate container 31a3a293adb3 [2021-04-07T01:47:00.900Z] ---> 0a5adf95ca14 [2021-04-07T01:47:00.900Z] Step 24/26 : LABEL arch=x86_64 [2021-04-07T01:47:00.900Z] ---> Running in c57c82f5eef8 [2021-04-07T01:47:01.166Z] Removing intermediate container c57c82f5eef8 [2021-04-07T01:47:01.166Z] ---> 02d3641164b5 [2021-04-07T01:47:01.166Z] Step 25/26 : LABEL git_sha=f38efd4c31adff1451f844e6fba5d517ca5623d7 [2021-04-07T01:47:01.435Z] ---> Running in 81c9163d62da [2021-04-07T01:47:01.715Z] Removing intermediate container 81c9163d62da [2021-04-07T01:47:01.715Z] ---> 692fe6bb3f94 [2021-04-07T01:47:01.715Z] Step 26/26 : LABEL version=0.0.0 [2021-04-07T01:47:01.715Z] ---> Running in 98f650c28390 [2021-04-07T01:47:02.317Z] Removing intermediate container 98f650c28390 [2021-04-07T01:47:02.317Z] ---> efccb72d7e7b [2021-04-07T01:47:02.317Z] [2021-04-07T01:47:02.587Z] Successfully built efccb72d7e7b [2021-04-07T01:47:02.587Z] 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-07T01:47:02.587Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-04-07T01:47:02.587Z]  Building docker-sys-mgmt-agent-go ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-04-07T01:47:04.201Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 14.596s coverage: 81.5% of statements [2021-04-07T01:47:04.202Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2021-04-07T01:47:04.202Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/tokencleaner 0.100s coverage: 87.1% of statements [2021-04-07T01:47:13.139Z] Removing intermediate container 1a6176e37dcc [2021-04-07T01:47:13.139Z] ---> ba34377642d2 [2021-04-07T01:47:13.139Z] [2021-04-07T01:47:13.139Z] Step 10/24 : FROM alpine:3.12 [2021-04-07T01:47:13.139Z] ---> 7230e588e954 [2021-04-07T01:47:13.139Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec [2021-04-07T01:47:13.819Z] Removing intermediate container 470a4f17852f [2021-04-07T01:47:13.819Z] ---> a19b074f1330 [2021-04-07T01:47:13.819Z] [2021-04-07T01:47:13.819Z] Step 10/23 : FROM alpine:3.12 [2021-04-07T01:47:13.819Z] ---> 7230e588e954 [2021-04-07T01:47:13.819Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-04-07T01:47:13.819Z] ---> Using cache [2021-04-07T01:47:13.819Z] ---> ba97ed629aba [2021-04-07T01:47:13.819Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-07T01:47:13.819Z] ---> Running in f1d9e69d3134 [2021-04-07T01:47:13.819Z] ---> Using cache [2021-04-07T01:47:13.819Z] ---> 89cee912d8f9 [2021-04-07T01:47:13.819Z] Step 13/23 : ENV APP_PORT=48082 [2021-04-07T01:47:13.819Z] Removing intermediate container 8466cacbe5a8 [2021-04-07T01:47:13.819Z] ---> b32679bb18b0 [2021-04-07T01:47:13.819Z] [2021-04-07T01:47:13.819Z] Step 10/21 : FROM alpine:3.12 [2021-04-07T01:47:13.819Z] ---> 7230e588e954 [2021-04-07T01:47:13.819Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-04-07T01:47:14.087Z] ---> Running in 1106c144385a [2021-04-07T01:47:14.087Z] ---> Running in c21411e8ee06 [2021-04-07T01:47:14.356Z] Removing intermediate container 1106c144385a [2021-04-07T01:47:14.356Z] ---> c3a74c03aa4a [2021-04-07T01:47:14.356Z] Step 14/23 : EXPOSE $APP_PORT [2021-04-07T01:47:14.625Z] ---> Running in 55ec5b72d15e [2021-04-07T01:47:14.891Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-07T01:47:14.891Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-07T01:47:14.891Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-07T01:47:14.891Z] Removing intermediate container 55ec5b72d15e [2021-04-07T01:47:14.891Z] ---> 4ab8e32ce452 [2021-04-07T01:47:14.892Z] Step 15/23 : WORKDIR / [2021-04-07T01:47:14.892Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-07T01:47:15.153Z] (1/6) Installing ca-certificates (20191127-r4) [2021-04-07T01:47:15.153Z] (2/6) Installing nghttp2-libs (1.41.0-r0) [2021-04-07T01:47:15.153Z] (1/4) Installing ca-certificates (20191127-r4) [2021-04-07T01:47:15.153Z] (3/6) Installing libcurl (7.69.1-r3) [2021-04-07T01:47:15.153Z] (4/6) Installing curl (7.69.1-r3) [2021-04-07T01:47:15.153Z] (5/6) Installing dumb-init (1.2.2-r1) [2021-04-07T01:47:15.153Z] (6/6) Installing su-exec (0.2-r1) [2021-04-07T01:47:15.153Z] Executing busybox-1.31.1-r20.trigger [2021-04-07T01:47:15.153Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-04-07T01:47:15.153Z] (3/4) Installing libcurl (7.69.1-r3) [2021-04-07T01:47:15.153Z] (4/4) Installing curl (7.69.1-r3) [2021-04-07T01:47:15.153Z] Executing busybox-1.31.1-r20.trigger [2021-04-07T01:47:15.153Z] Executing ca-certificates-20191127-r4.trigger [2021-04-07T01:47:15.153Z] OK: 7 MiB in 18 packages [2021-04-07T01:47:15.153Z] Executing ca-certificates-20191127-r4.trigger [2021-04-07T01:47:15.153Z] OK: 7 MiB in 20 packages [2021-04-07T01:47:16.106Z] ---> Running in 6ffe6b36c595 [2021-04-07T01:47:16.633Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.171s coverage: 92.9% of statements [2021-04-07T01:47:16.633Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-04-07T01:47:16.633Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-04-07T01:47:16.633Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-04-07T01:47:16.633Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.055s coverage: 77.8% of statements [2021-04-07T01:47:16.633Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-04-07T01:47:16.633Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-04-07T01:47:16.633Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-04-07T01:47:16.633Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-04-07T01:47:16.633Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-04-07T01:47:16.633Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.071s coverage: 87.2% of statements [2021-04-07T01:47:16.633Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-04-07T01:47:16.633Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-04-07T01:47:16.633Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.106s coverage: 100.0% of statements [2021-04-07T01:47:16.633Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-04-07T01:47:16.633Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.151s coverage: 75.5% of statements [2021-04-07T01:47:16.633Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-04-07T01:47:16.633Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.120s coverage: 80.8% of statements [2021-04-07T01:47:16.633Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.184s coverage: 87.2% of statements [2021-04-07T01:47:16.633Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.204s coverage: 84.6% of statements [2021-04-07T01:47:16.633Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.234s coverage: 91.6% of statements [2021-04-07T01:47:16.633Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-04-07T01:47:16.633Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.562s coverage: 64.4% of statements [2021-04-07T01:47:16.633Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-04-07T01:47:16.633Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-04-07T01:47:16.633Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.136s coverage: 100.0% of statements [2021-04-07T01:47:16.633Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.083s coverage: 91.3% of statements [2021-04-07T01:47:16.633Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.047s coverage: 100.0% of statements [2021-04-07T01:47:16.633Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.064s coverage: 73.7% of statements [2021-04-07T01:47:16.633Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.066s coverage: 100.0% of statements [2021-04-07T01:47:17.056Z] Removing intermediate container 6ffe6b36c595 [2021-04-07T01:47:17.056Z] ---> 4ccb957d130e [2021-04-07T01:47:17.056Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-07T01:47:18.455Z] Removing intermediate container f1d9e69d3134 [2021-04-07T01:47:18.455Z] ---> ded8af07a92f [2021-04-07T01:47:18.455Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-04-07T01:47:18.455Z] Removing intermediate container c21411e8ee06 [2021-04-07T01:47:18.455Z] ---> ae8b92b1ba00 [2021-04-07T01:47:18.455Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-04-07T01:47:18.630Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 1.042s coverage: 69.0% of statements [2021-04-07T01:47:18.630Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-04-07T01:47:18.630Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-04-07T01:47:18.630Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-04-07T01:47:18.727Z] ---> 8f4e548e8d62 [2021-04-07T01:47:18.727Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-04-07T01:47:18.727Z] ---> Running in 56f222ba1855 [2021-04-07T01:47:18.727Z] ---> Running in 0ecbb246769b [2021-04-07T01:47:18.992Z] Removing intermediate container 0ecbb246769b [2021-04-07T01:47:18.992Z] ---> fb8e626b1d8e [2021-04-07T01:47:18.992Z] Step 13/21 : WORKDIR /edgex [2021-04-07T01:47:18.992Z] Removing intermediate container 56f222ba1855 [2021-04-07T01:47:18.992Z] ---> b33e847db81e [2021-04-07T01:47:18.992Z] Step 13/24 : WORKDIR / [2021-04-07T01:47:21.258Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.503s coverage: 38.4% of statements [2021-04-07T01:47:21.259Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-04-07T01:47:21.259Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-04-07T01:47:21.259Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.112s coverage: 89.5% of statements [2021-04-07T01:47:21.259Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-04-07T01:47:21.259Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.087s coverage: 84.8% of statements [2021-04-07T01:47:21.565Z] ---> Running in 4c57a5a6d191 [2021-04-07T01:47:22.512Z] ---> Running in 34a0a8c6dff5 [2021-04-07T01:47:22.512Z] ---> 5eb9eaaee142 [2021-04-07T01:47:22.512Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-04-07T01:47:22.512Z] Removing intermediate container 06782ff44cf1 [2021-04-07T01:47:22.512Z] ---> 29d312a46513 [2021-04-07T01:47:22.512Z] [2021-04-07T01:47:22.512Z] Step 10/23 : FROM alpine:3.12 [2021-04-07T01:47:22.512Z] ---> 7230e588e954 [2021-04-07T01:47:22.512Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-04-07T01:47:22.512Z] ---> Using cache [2021-04-07T01:47:22.512Z] ---> ba97ed629aba [2021-04-07T01:47:22.512Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-07T01:47:22.512Z] ---> Using cache [2021-04-07T01:47:22.512Z] ---> 89cee912d8f9 [2021-04-07T01:47:22.512Z] Step 13/23 : ENV APP_PORT=48081 [2021-04-07T01:47:22.774Z] Removing intermediate container 4c57a5a6d191 [2021-04-07T01:47:22.774Z] ---> 3831e7dd8bd9 [2021-04-07T01:47:22.774Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-04-07T01:47:22.774Z] ---> Running in 59bc915f8e3f [2021-04-07T01:47:22.774Z] Removing intermediate container 34a0a8c6dff5 [2021-04-07T01:47:22.774Z] ---> 5b5e55392b82 [2021-04-07T01:47:22.774Z] 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-07T01:47:22.774Z] ---> 75f179859677 [2021-04-07T01:47:22.774Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-04-07T01:47:23.040Z] ---> Running in 02fb96a55bc9 [2021-04-07T01:47:23.040Z] Removing intermediate container 59bc915f8e3f [2021-04-07T01:47:23.040Z] ---> eaad05dd34d7 [2021-04-07T01:47:23.040Z] Step 14/23 : EXPOSE $APP_PORT [2021-04-07T01:47:23.040Z] ---> 247ddb199e5e [2021-04-07T01:47:23.040Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-04-07T01:47:23.040Z] ---> e22f9a56f2f9 [2021-04-07T01:47:23.040Z] 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-07T01:47:23.302Z] ---> Running in dd1481ee87ad [2021-04-07T01:47:23.302Z] Removing intermediate container 02fb96a55bc9 [2021-04-07T01:47:23.302Z] ---> 04e4d86dd7c1 [2021-04-07T01:47:23.302Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-07T01:47:23.565Z] ---> Running in 4feed1d60971 [2021-04-07T01:47:23.565Z] Removing intermediate container dd1481ee87ad [2021-04-07T01:47:23.565Z] ---> 55656d9880d3 [2021-04-07T01:47:23.565Z] Step 15/23 : WORKDIR / [2021-04-07T01:47:23.565Z] ---> bafd52810dac [2021-04-07T01:47:23.565Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-04-07T01:47:23.830Z] ---> Running in 650621a8f9a0 [2021-04-07T01:47:23.830Z] ---> 2f29ab6b1714 [2021-04-07T01:47:23.830Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-04-07T01:47:23.830Z] Removing intermediate container 4feed1d60971 [2021-04-07T01:47:23.830Z] ---> fdb4366ccb33 [2021-04-07T01:47:23.830Z] Step 21/23 : LABEL arch=x86_64 [2021-04-07T01:47:24.098Z] ---> Running in de1d513d8cb4 [2021-04-07T01:47:24.099Z] Removing intermediate container 650621a8f9a0 [2021-04-07T01:47:24.099Z] ---> 78d0d0621d44 [2021-04-07T01:47:24.099Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-07T01:47:24.099Z] ---> 1e16c5eaf98f [2021-04-07T01:47:24.099Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-04-07T01:47:24.361Z] Removing intermediate container de1d513d8cb4 [2021-04-07T01:47:24.361Z] ---> 1e0d5f90c96b [2021-04-07T01:47:24.361Z] Step 22/23 : LABEL git_sha=f38efd4c31adff1451f844e6fba5d517ca5623d7 [2021-04-07T01:47:24.361Z] ---> 7e0cf5436db1 [2021-04-07T01:47:24.361Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-04-07T01:47:24.361Z] ---> Running in 842a19cb62cb [2021-04-07T01:47:24.626Z] ---> Running in 43d80c89abbe [2021-04-07T01:47:24.626Z] ---> 32337ce034ad [2021-04-07T01:47:24.626Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-04-07T01:47:24.626Z] ---> d80186d37d55 [2021-04-07T01:47:24.626Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-04-07T01:47:24.626Z] Removing intermediate container 842a19cb62cb [2021-04-07T01:47:24.626Z] ---> 214ca2f698cc [2021-04-07T01:47:24.626Z] Step 23/23 : LABEL version=0.0.0 [2021-04-07T01:47:24.889Z] ---> Running in 1f9cbb59955f [2021-04-07T01:47:24.889Z] Removing intermediate container 43d80c89abbe [2021-04-07T01:47:24.889Z] ---> ebddf171fa69 [2021-04-07T01:47:24.889Z] Step 18/21 : CMD ["--init=true"] [2021-04-07T01:47:25.153Z] ---> Running in e36a151f2a8c [2021-04-07T01:47:25.153Z] ---> 3f4c4e38581e [2021-04-07T01:47:25.153Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml ---> 7257bde45319 [2021-04-07T01:47:25.153Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-04-07T01:47:25.153Z] [2021-04-07T01:47:25.153Z] Removing intermediate container 1f9cbb59955f [2021-04-07T01:47:25.153Z] ---> 9872355c4e48 [2021-04-07T01:47:25.153Z] [2021-04-07T01:47:25.415Z] Removing intermediate container e36a151f2a8c [2021-04-07T01:47:25.415Z] ---> f2a9836afe57 [2021-04-07T01:47:25.415Z] Step 19/21 : LABEL arch=x86_64 [2021-04-07T01:47:25.415Z] Successfully built 9872355c4e48 [2021-04-07T01:47:25.415Z] Successfully tagged docker-core-command-go:latest [2021-04-07T01:47:25.677Z]  Building docker-core-command-go ... done  ---> Running in e6a4ba16a563 [2021-04-07T01:47:25.677Z] ---> 150ca26d6269 [2021-04-07T01:47:25.678Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-04-07T01:47:25.678Z] ---> 4f635534a9a5 [2021-04-07T01:47:25.678Z] 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-07T01:47:25.678Z] ---> Running in f7c8a3860b86 [2021-04-07T01:47:25.678Z] ---> Running in 19074bcababd [2021-04-07T01:47:25.940Z] Removing intermediate container e6a4ba16a563 [2021-04-07T01:47:25.940Z] ---> 27571aa2e405 [2021-04-07T01:47:25.940Z] Step 20/21 : LABEL git_sha=f38efd4c31adff1451f844e6fba5d517ca5623d7 [2021-04-07T01:47:26.210Z] ---> Running in f5a4f3b46f17 [2021-04-07T01:47:26.210Z] Removing intermediate container f7c8a3860b86 [2021-04-07T01:47:26.210Z] ---> 498d5b5eb44f [2021-04-07T01:47:26.210Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-07T01:47:26.210Z] ---> Running in f74585077365 [2021-04-07T01:47:26.210Z] Removing intermediate container f5a4f3b46f17 [2021-04-07T01:47:26.210Z] ---> ea3cd982f296 [2021-04-07T01:47:26.210Z] Step 21/21 : LABEL version=0.0.0 [2021-04-07T01:47:26.473Z] ---> Running in 62128af0468a [2021-04-07T01:47:26.473Z] Removing intermediate container f74585077365 [2021-04-07T01:47:26.473Z] ---> 73d19a45076c [2021-04-07T01:47:26.473Z] Step 21/23 : LABEL arch=x86_64 [2021-04-07T01:47:26.473Z] ---> Running in c56795f4ce66 [2021-04-07T01:47:26.682Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.444s coverage: 47.0% of statements [2021-04-07T01:47:26.682Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-04-07T01:47:26.682Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-04-07T01:47:26.682Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-04-07T01:47:26.682Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-04-07T01:47:26.682Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-04-07T01:47:26.682Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.117s coverage: 100.0% of statements [2021-04-07T01:47:26.682Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-04-07T01:47:26.682Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.104s coverage: 100.0% of statements [2021-04-07T01:47:26.682Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-04-07T01:47:26.682Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-04-07T01:47:26.682Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 0.186s coverage: 11.0% of statements [2021-04-07T01:47:26.682Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-04-07T01:47:27.426Z] Removing intermediate container c56795f4ce66 [2021-04-07T01:47:27.426Z] ---> 9603c1eb06f0 [2021-04-07T01:47:27.426Z] Step 22/23 : LABEL git_sha=f38efd4c31adff1451f844e6fba5d517ca5623d7 [2021-04-07T01:47:27.426Z] Removing intermediate container 62128af0468a [2021-04-07T01:47:27.427Z] ---> af2acc35c83b [2021-04-07T01:47:27.427Z] [2021-04-07T01:47:27.427Z] ---> Running in 0aa2054881c0 [2021-04-07T01:47:27.666Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.517s coverage: 87.1% of statements [2021-04-07T01:47:27.666Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-04-07T01:47:27.666Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-04-07T01:47:27.666Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-04-07T01:47:27.688Z] Successfully built af2acc35c83b [2021-04-07T01:47:27.688Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-04-07T01:47:27.688Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container 19074bcababd [2021-04-07T01:47:27.688Z] ---> f6033b74e12e [2021-04-07T01:47:27.688Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-04-07T01:47:27.688Z] Removing intermediate container 0aa2054881c0 [2021-04-07T01:47:27.688Z] ---> a424de4d3761 [2021-04-07T01:47:27.688Z] Step 23/23 : LABEL version=0.0.0 [2021-04-07T01:47:27.688Z] ---> Running in e48b6fc677de [2021-04-07T01:47:27.688Z] ---> Running in dbff2e18055d [2021-04-07T01:47:27.949Z] Removing intermediate container e48b6fc677de [2021-04-07T01:47:27.949Z] ---> a1d1ba7030f7 [2021-04-07T01:47:27.949Z] Step 22/24 : LABEL arch=x86_64 [2021-04-07T01:47:27.949Z] Removing intermediate container dbff2e18055d [2021-04-07T01:47:27.949Z] ---> 2494f93a830c [2021-04-07T01:47:27.949Z] [2021-04-07T01:47:28.213Z] ---> Running in 7aacac3a68bf [2021-04-07T01:47:28.213Z] Successfully built 2494f93a830c [2021-04-07T01:47:28.213Z] Successfully tagged docker-core-metadata-go:latest [2021-04-07T01:47:28.476Z]  Building docker-core-metadata-go ... done Removing intermediate container 7aacac3a68bf [2021-04-07T01:47:28.476Z] ---> 879f5df65c5b [2021-04-07T01:47:28.476Z] Step 23/24 : LABEL git_sha=f38efd4c31adff1451f844e6fba5d517ca5623d7 [2021-04-07T01:47:28.476Z] ---> Running in 05ce876d8592 [2021-04-07T01:47:28.739Z] Removing intermediate container 05ce876d8592 [2021-04-07T01:47:28.739Z] ---> c470ac48cca1 [2021-04-07T01:47:28.739Z] Step 24/24 : LABEL version=0.0.0 [2021-04-07T01:47:28.739Z] ---> Running in 53416c83ec42 [2021-04-07T01:47:29.004Z] Removing intermediate container 53416c83ec42 [2021-04-07T01:47:29.004Z] ---> 33f2778f239c [2021-04-07T01:47:29.004Z] [2021-04-07T01:47:29.004Z] Successfully built 33f2778f239c [2021-04-07T01:47:29.004Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-04-07T01:47:29.606Z]  Building docker-security-secretstore-setup-go ... done  [Pipeline] } [2021-04-07T01:47:29.667Z] $ docker stop --time=1 50c80776bde27ea294991672502352a48f06a446bfeb4085cb4a2c04b7ec2d4d [2021-04-07T01:47:31.351Z] $ docker rm -f 50c80776bde27ea294991672502352a48f06a446bfeb4085cb4a2c04b7ec2d4d [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-07T01:47:31.873Z] + docker images [2021-04-07T01:47:31.873Z] + grep docker [2021-04-07T01:47:32.135Z] docker-security-secretstore-setup-go latest 33f2778f239c 4 seconds ago 25.7MB [2021-04-07T01:47:32.135Z] docker-core-metadata-go latest 2494f93a830c 5 seconds ago 19MB [2021-04-07T01:47:32.135Z] docker-security-proxy-setup-go latest af2acc35c83b 5 seconds ago 25.4MB [2021-04-07T01:47:32.135Z] docker-core-command-go latest 9872355c4e48 8 seconds ago 17.3MB [2021-04-07T01:47:32.135Z] docker-sys-mgmt-agent-go latest efccb72d7e7b 31 seconds ago 314MB [2021-04-07T01:47:32.135Z] docker-security-bootstrapper-go latest 4dab1b90ef0e About a minute ago 19MB [2021-04-07T01:47:32.135Z] docker-core-data-go latest 3319fa428e0d 2 minutes ago 22.7MB [2021-04-07T01:47:32.135Z] docker-support-scheduler-go latest 6a585766d3ec 2 minutes ago 17.4MB [2021-04-07T01:47:32.135Z] docker-support-notifications-go latest 321090f3bad7 2 minutes ago 17.9MB [2021-04-07T01:47:32.135Z] 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-07T01:47:37.828Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.190s coverage: 29.1% of statements [2021-04-07T01:47:37.828Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-04-07T01:47:37.828Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-04-07T01:47:37.828Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-04-07T01:47:37.828Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-04-07T01:47:37.828Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-04-07T01:47:37.828Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.223s coverage: 99.0% of statements [2021-04-07T01:47:37.828Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-04-07T01:47:37.828Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.190s coverage: 100.0% of statements [2021-04-07T01:47:37.828Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-04-07T01:47:37.828Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-04-07T01:47:37.828Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-04-07T01:47:37.828Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-04-07T01:47:37.828Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.391s coverage: 95.6% of statements [2021-04-07T01:47:37.828Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-04-07T01:47:37.828Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-04-07T01:47:37.828Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-04-07T01:47:37.828Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.045s coverage: 0.0% of statements [2021-04-07T01:47:37.828Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-04-07T01:47:37.828Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.056s coverage: 100.0% of statements [2021-04-07T01:47:37.828Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-04-07T01:47:37.828Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-04-07T01:47:37.828Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-04-07T01:47:37.828Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-04-07T01:47:37.828Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.104s coverage: 87.9% of statements [2021-04-07T01:47:37.828Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-04-07T01:47:37.828Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-04-07T01:47:37.828Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.050s coverage: 100.0% of statements [2021-04-07T01:47:37.828Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.109s coverage: 32.1% of statements [2021-04-07T01:47:37.828Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.075s coverage: 100.0% of statements [2021-04-07T01:47:38.424Z] GO111MODULE=on go vet ./... [2021-04-07T01:47:48.130Z] Still waiting to schedule task [2021-04-07T01:47:48.130Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2021-04-07T01:48:43.923Z] Running on prd-ubuntu18.04-docker-8c-8g-33102 in /w/workspace/edgexfoundry_edgex-go_PR-3234 [Pipeline] { [Pipeline] ws [2021-04-07T01:48:44.017Z] Running in /w/workspace/edgex-go/58 [Pipeline] { [Pipeline] checkout [2021-04-07T01:48:46.298Z] using credential edgex-jenkins-ssh [2021-04-07T01:48:46.416Z] Cloning the remote Git repository [2021-04-07T01:48:46.446Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-04-07T01:48:46.515Z] > git init /w/workspace/edgex-go/58 # timeout=10 [2021-04-07T01:48:46.542Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-04-07T01:48:46.542Z] > git --version # timeout=10 [2021-04-07T01:48:46.552Z] > git --version # 'git version 2.17.1' [2021-04-07T01:48:46.552Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-07T01:48:46.575Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-07T01:48:56.553Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-04-07T01:48:56.559Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-07T01:48:56.569Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-04-07T01:48:56.581Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-04-07T01:48:56.581Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-07T01:48:56.586Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3234/head:refs/remotes/origin/PR-3234 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-07T01:48:57.054Z] Merging remotes/origin/master commit 1fa86f97d63fcad7b96d726da483d93f5db5c4b0 into PR head commit f38efd4c31adff1451f844e6fba5d517ca5623d7 [2021-04-07T01:48:57.207Z] Merge succeeded, producing f38efd4c31adff1451f844e6fba5d517ca5623d7 [2021-04-07T01:48:57.208Z] Checking out Revision f38efd4c31adff1451f844e6fba5d517ca5623d7 (PR-3234) [2021-04-07T01:48:57.083Z] > git config core.sparsecheckout # timeout=10 [2021-04-07T01:48:57.087Z] > git checkout -f f38efd4c31adff1451f844e6fba5d517ca5623d7 # timeout=10 [2021-04-07T01:48:57.201Z] > git remote # timeout=10 [2021-04-07T01:48:57.207Z] > git config --get remote.origin.url # timeout=10 [2021-04-07T01:48:57.211Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-07T01:48:57.215Z] > git merge 1fa86f97d63fcad7b96d726da483d93f5db5c4b0 # timeout=10 [2021-04-07T01:48:57.222Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-04-07T01:48:57.230Z] > git config core.sparsecheckout # timeout=10 [2021-04-07T01:48:57.233Z] > git checkout -f f38efd4c31adff1451f844e6fba5d517ca5623d7 # timeout=10 [2021-04-07T01:49:00.250Z] gofmt -l . [2021-04-07T01:49:00.250Z] [ "`gofmt -l .`" = "" ] [2021-04-07T01:49:00.250Z] ./bin/test-go-mod-tidy.sh [2021-04-07T01:49:00.250Z] ./bin/test-attribution-txt.sh [2021-04-07T01:49:00.934Z] Commit message: "Bump github.com/lib/pq from 1.9.0 to 1.10.0" [Pipeline] sh [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-07T01:49:01.901Z] + ls -al . [2021-04-07T01:49:01.901Z] total 836 [2021-04-07T01:49:01.901Z] drwxrwxr-x 9 1001 1001 4096 Apr 7 01:49 . [2021-04-07T01:49:01.901Z] drwxr-xr-x 4 root root 4096 Apr 7 01:44 .. [2021-04-07T01:49:01.901Z] -rw-rw-r-- 1 1001 1001 11 Apr 7 01:43 .dockerignore [2021-04-07T01:49:01.901Z] drwxrwxr-x 8 1001 1001 4096 Apr 7 01:43 .git [2021-04-07T01:49:01.901Z] drwxrwxr-x 3 1001 1001 4096 Apr 7 01:43 .github [2021-04-07T01:49:01.901Z] -rw-rw-r-- 1 1001 1001 818 Apr 7 01:43 .gitignore [2021-04-07T01:49:01.901Z] -rw-rw-r-- 1 1001 1001 166 Apr 7 01:43 .sonarcloud.properties [2021-04-07T01:49:01.901Z] -rw-rw-r-- 1 1001 1001 8607 Apr 7 01:43 Attribution.txt [2021-04-07T01:49:01.901Z] -rw-rw-r-- 1 1001 1001 3804 Apr 7 01:43 CONTRIBUTING.md [2021-04-07T01:49:01.901Z] -rw-rw-r-- 1 1001 1001 931 Apr 7 01:43 Dockerfile.build [2021-04-07T01:49:01.901Z] -rw-rw-r-- 1 1001 1001 863 Apr 7 01:43 Jenkinsfile [2021-04-07T01:49:01.901Z] -rw-rw-r-- 1 1001 1001 10775 Apr 7 01:43 LICENSE [2021-04-07T01:49:01.901Z] -rw-rw-r-- 1 1001 1001 5774 Apr 7 01:43 Makefile [2021-04-07T01:49:01.901Z] -rw-rw-r-- 1 1001 1001 6548 Apr 7 01:43 README.md [2021-04-07T01:49:01.901Z] -rw-rw-r-- 1 1001 1001 6755 Apr 7 01:43 SECURITY.md [2021-04-07T01:49:01.901Z] -rw-rw-r-- 1 1001 1001 5 Apr 7 01:39 VERSION [2021-04-07T01:49:01.901Z] -rw-rw-r-- 1 1001 1001 4131 Apr 7 01:43 ZMQWindows.md [2021-04-07T01:49:01.901Z] drwxrwxr-x 2 1001 1001 4096 Apr 7 01:43 bin [2021-04-07T01:49:01.901Z] drwxrwxr-x 14 1001 1001 4096 Apr 7 01:43 cmd [2021-04-07T01:49:01.901Z] -rw-r--r-- 1 root root 697383 Apr 7 01:47 coverage.out [2021-04-07T01:49:01.901Z] -rw-r--r-- 1 root root 1057 Apr 7 01:48 go.mod [2021-04-07T01:49:01.901Z] -rw-r--r-- 1 root root 22362 Apr 7 01:48 go.sum [2021-04-07T01:49:01.901Z] drwxrwxr-x 8 1001 1001 4096 Apr 7 01:43 internal [2021-04-07T01:49:01.901Z] drwxrwxr-x 4 1001 1001 4096 Apr 7 01:43 openapi [2021-04-07T01:49:01.901Z] drwxrwxr-x 4 1001 1001 4096 Apr 7 01:43 snap [2021-04-07T01:49:01.901Z] -rw-rw-r-- 1 1001 1001 168 Apr 7 01:43 version.go [Pipeline] sh [2021-04-07T01:49:02.093Z] + echo snap-build.sh [2021-04-07T01:49:02.093Z] snap-build.sh [2021-04-07T01:49:02.093Z] + SNAP_BASE_DIR=. [2021-04-07T01:49:02.093Z] + '[' '!' -z /w/workspace/edgex-go/58 ']' [2021-04-07T01:49:02.093Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/58 [2021-04-07T01:49:02.093Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/58]' [2021-04-07T01:49:02.093Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/58] [2021-04-07T01:49:02.093Z] + cd /w/workspace/edgex-go/58 [2021-04-07T01:49:02.093Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-04-07T01:49:02.093Z] Reading package lists... [2021-04-07T01:49:02.093Z] Building dependency tree... [2021-04-07T01:49:02.093Z] Reading state information... [2021-04-07T01:49:02.355Z] The following packages were automatically installed and are no longer required: [2021-04-07T01:49:02.355Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-04-07T01:49:02.355Z] uidmap xdelta3 [2021-04-07T01:49:02.355Z] Use 'sudo apt autoremove' to remove them. [2021-04-07T01:49:02.355Z] The following packages will be REMOVED: [2021-04-07T01:49:02.355Z] lxd* lxd-client* [2021-04-07T01:49:02.612Z] + '[' -e coverage.out ] [2021-04-07T01:49:02.612Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-04-07T01:49:02.691Z] Warning: overwriting stash ‘coverage-report’ [2021-04-07T01:49:02.930Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-04-07T01:49:02.930Z] After this operation, 31.7 MB disk space will be freed. [2021-04-07T01:49:03.979Z] (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-07T01:49:03.993Z] Stashed 1 file(s) [Pipeline] sh [2021-04-07T01:49:04.242Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-04-07T01:49:04.635Z] + make build [2021-04-07T01:49:04.635Z] 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-07T01:49:05.193Z] Removing lxd dnsmasq configuration [2021-04-07T01:49:05.193Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-04-07T01:49:05.454Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-04-07T01:49:06.405Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-04-07T01:49:06.666Z] (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-07T01:49:06.666Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-04-07T01:49:08.582Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-04-07T01:49:08.582Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-04-07T01:49:09.972Z] + sudo snap remove --purge lxd [2021-04-07T01:49:10.237Z] snap "lxd" is not installed [2021-04-07T01:49:10.237Z] + sudo groupadd --force --system lxd [2021-04-07T01:49:10.237Z] ++ whoami [2021-04-07T01:49:10.237Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-04-07T01:49:10.499Z] + newgrp - lxd [2021-04-07T01:49:10.499Z] + sudo snap install lxd [2021-04-07T01:49:14.777Z] 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-07T01:49:20.231Z] 2021-04-07T01:49:17Z INFO Waiting for automatic snapd restart... [2021-04-07T01:49:35.171Z] lxd 4.12 from Canonical* installed [2021-04-07T01:49:35.172Z] + sudo lxd init --auto [2021-04-07T01:49:38.574Z] 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-07T01:49:43.996Z] 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-07T01:49:45.198Z] + sudo snap install --classic snapcraft [2021-04-07T01:49:49.396Z] 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-07T01:49:49.989Z] 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-07T01:49:50.512Z] snapcraft 4.6 from Canonical* installed [2021-04-07T01:49:50.512Z] + '[' -f snap/local/build-helpers/bin/minimal-snap-build.sh ']' [2021-04-07T01:49:50.512Z] + ./snap/local/build-helpers/bin/minimal-snap-build.sh [2021-04-07T01:49:50.512Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-07T01:49:50.512Z] Dload Upload Total Spent Left Speed [2021-04-07T01:49:50.512Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 627 100 627 0 0 4543 0 --:--:-- --:--:-- --:--:-- 4543 [2021-04-07T01:49:50.512Z] 100 3325k 100 3325k 0 0 10.4M 0 --:--:-- --:--:-- --:--:-- 10.4M [2021-04-07T01:49:50.512Z] ./yq_linux_amd64 [2021-04-07T01:49:50.512Z] + sudo snapcraft prime --use-lxd [2021-04-07T01:49:53.061Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-04-07T01:49:53.061Z] 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-07T01:49:53.061Z] - README.md [2021-04-07T01:49:53.061Z] [2021-04-07T01:49:53.061Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-04-07T01:49:53.636Z] Launching a container. [2021-04-07T01:49:55.399Z] 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-07T01:50:02.119Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-04-07T01:50:05.499Z] 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-07T01:50:05.879Z] Waiting for container to be ready [2021-04-07T01:50:05.879Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-04-07T01:50:05.879Z] [2021-04-07T01:50:09.799Z] 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-07T01:50:10.087Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-04-07T01:50:10.349Z] Waiting for network to be ready... [2021-04-07T01:50:10.922Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-04-07T01:50:10.922Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-04-07T01:50:11.496Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1639 kB] [2021-04-07T01:50:11.496Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-04-07T01:50:11.496Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-04-07T01:50:11.759Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-04-07T01:50:11.759Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-04-07T01:50:11.759Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-04-07T01:50:11.759Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-04-07T01:50:11.759Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-04-07T01:50:11.759Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-04-07T01:50:12.021Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [310 kB] [2021-04-07T01:50:12.021Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] [2021-04-07T01:50:12.021Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-04-07T01:50:12.021Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [265 kB] [2021-04-07T01:50:12.021Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [34.6 kB] [2021-04-07T01:50:12.021Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1118 kB] [2021-04-07T01:50:12.021Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [251 kB] [2021-04-07T01:50:12.021Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-04-07T01:50:12.282Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1979 kB] [2021-04-07T01:50:12.282Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [402 kB] [2021-04-07T01:50:12.282Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] [2021-04-07T01:50:12.282Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-04-07T01:50:12.282Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [286 kB] [2021-04-07T01:50:12.282Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [38.2 kB] [2021-04-07T01:50:12.282Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1726 kB] [2021-04-07T01:50:12.542Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [366 kB] [2021-04-07T01:50:15.191Z] 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-07T01:50:16.758Z] Fetched 24.2 MB in 6s (4290 kB/s) [2021-04-07T01:50:17.705Z] Reading package lists... [2021-04-07T01:50:17.985Z] Reading package lists... [2021-04-07T01:50:18.264Z] Building dependency tree... [2021-04-07T01:50:18.264Z] Reading state information... [2021-04-07T01:50:18.264Z] The following additional packages will be installed: [2021-04-07T01:50:18.264Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-04-07T01:50:18.264Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-04-07T01:50:18.264Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-04-07T01:50:18.264Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-04-07T01:50:18.264Z] Suggested packages: [2021-04-07T01:50:18.264Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-04-07T01:50:18.264Z] Recommended packages: [2021-04-07T01:50:18.264Z] gnupg libsasl2-modules [2021-04-07T01:50:18.558Z] The following NEW packages will be installed: [2021-04-07T01:50:18.558Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-04-07T01:50:18.558Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-04-07T01:50:18.558Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-04-07T01:50:18.558Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-04-07T01:50:18.558Z] The following packages will be upgraded: [2021-04-07T01:50:18.558Z] gpg gpg-agent gpgconf libudev1 [2021-04-07T01:50:18.826Z] 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. [2021-04-07T01:50:18.826Z] Need to get 3530 kB of archives. [2021-04-07T01:50:18.826Z] After this operation, 13.3 MB of additional disk space will be used. [2021-04-07T01:50:18.826Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.45 [59.0 kB] [2021-04-07T01:50:18.826Z] 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-07T01:50:18.826Z] 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-07T01:50:19.087Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB] [2021-04-07T01:50:19.087Z] Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.45 [1101 kB] [2021-04-07T01:50:19.087Z] 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-07T01:50:19.349Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-04-07T01:50:19.349Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-04-07T01:50:19.349Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] [2021-04-07T01:50:19.349Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] [2021-04-07T01:50:19.349Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] [2021-04-07T01:50:19.349Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-04-07T01:50:19.349Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-04-07T01:50:19.349Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-04-07T01:50:19.349Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-04-07T01:50:19.349Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-04-07T01:50:19.495Z] 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-07T01:50:19.610Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-04-07T01:50:19.610Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-04-07T01:50:19.610Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-04-07T01:50:19.610Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-04-07T01:50:19.610Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-04-07T01:50:19.610Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] [2021-04-07T01:50:19.610Z] debconf: delaying package configuration, since apt-utils is not installed [2021-04-07T01:50:19.610Z] Fetched 3530 kB in 1s (3181 kB/s) [2021-04-07T01:50:19.871Z] (Reading database ... 12511 files and directories currently installed.) [2021-04-07T01:50:19.871Z] Preparing to unpack .../libudev1_237-3ubuntu10.45_amd64.deb ... [2021-04-07T01:50:19.871Z] Unpacking libudev1:amd64 (237-3ubuntu10.45) over (237-3ubuntu10) ... [2021-04-07T01:50:19.871Z] Setting up libudev1:amd64 (237-3ubuntu10.45) ... [2021-04-07T01:50:20.131Z] Selecting previously unselected package udev. [2021-04-07T01:50:20.131Z] (Reading database ... 12511 files and directories currently installed.) [2021-04-07T01:50:20.131Z] Preparing to unpack .../00-udev_237-3ubuntu10.45_amd64.deb ... [2021-04-07T01:50:20.131Z] Unpacking udev (237-3ubuntu10.45) ... [2021-04-07T01:50:20.392Z] Selecting previously unselected package libfuse2:amd64. [2021-04-07T01:50:20.392Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-04-07T01:50:20.392Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-04-07T01:50:20.392Z] Selecting previously unselected package fuse. [2021-04-07T01:50:20.392Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-04-07T01:50:20.392Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-04-07T01:50:20.653Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... [2021-04-07T01:50:20.653Z] Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-04-07T01:50:20.653Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... [2021-04-07T01:50:20.653Z] Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-04-07T01:50:20.914Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... [2021-04-07T01:50:20.914Z] Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-04-07T01:50:20.914Z] Selecting previously unselected package libksba8:amd64. [2021-04-07T01:50:20.914Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-04-07T01:50:20.914Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-04-07T01:50:21.176Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-04-07T01:50:21.176Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-07T01:50:21.176Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-07T01:50:21.176Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-04-07T01:50:21.176Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-07T01:50:21.176Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-07T01:50:21.437Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-04-07T01:50:21.437Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-07T01:50:21.437Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-07T01:50:21.437Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-04-07T01:50:21.437Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-07T01:50:21.437Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-07T01:50:21.437Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-04-07T01:50:21.437Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-07T01:50:21.437Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-07T01:50:21.698Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-04-07T01:50:21.698Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-07T01:50:21.698Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-07T01:50:21.698Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-04-07T01:50:21.698Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-07T01:50:21.698Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-07T01:50:21.698Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-04-07T01:50:21.698Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-07T01:50:21.698Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-07T01:50:21.960Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-04-07T01:50:21.960Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-07T01:50:21.960Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-07T01:50:21.960Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-04-07T01:50:21.960Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-04-07T01:50:21.960Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-04-07T01:50:21.960Z] Selecting previously unselected package libsasl2-2:amd64. [2021-04-07T01:50:21.960Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-04-07T01:50:22.221Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-04-07T01:50:22.221Z] Selecting previously unselected package libldap-common. [2021-04-07T01:50:22.221Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... [2021-04-07T01:50:22.221Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-04-07T01:50:22.221Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-04-07T01:50:22.221Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... [2021-04-07T01:50:22.221Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-04-07T01:50:22.482Z] Selecting previously unselected package dirmngr. [2021-04-07T01:50:22.482Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... [2021-04-07T01:50:22.482Z] Unpacking dirmngr (2.2.4-1ubuntu1.4) ... [2021-04-07T01:50:22.482Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-04-07T01:50:22.482Z] Setting up gpgconf (2.2.4-1ubuntu1.4) ... [2021-04-07T01:50:22.482Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-04-07T01:50:22.743Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-04-07T01:50:22.743Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-04-07T01:50:22.743Z] Setting up gpg-agent (2.2.4-1ubuntu1.4) ... [2021-04-07T01:50:22.743Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-07T01:50:22.743Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-04-07T01:50:22.743Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-04-07T01:50:22.743Z] Setting up udev (237-3ubuntu10.45) ... [2021-04-07T01:50:23.319Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-04-07T01:50:23.319Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-07T01:50:23.319Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-04-07T01:50:23.587Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-04-07T01:50:23.587Z] Setting up gpg (2.2.4-1ubuntu1.4) ... [2021-04-07T01:50:23.587Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-07T01:50:23.587Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-07T01:50:23.587Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-07T01:50:23.847Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-07T01:50:23.847Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-07T01:50:23.847Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-07T01:50:23.847Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-07T01:50:23.847Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-04-07T01:50:23.847Z] Setting up dirmngr (2.2.4-1ubuntu1.4) ... [2021-04-07T01:50:24.112Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-04-07T01:50:24.373Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-04-07T01:50:24.373Z] settings in the [Install] section, and DefaultInstance for template units). [2021-04-07T01:50:24.373Z] This means they are not meant to be enabled using systemctl. [2021-04-07T01:50:24.373Z] Possible reasons for having this kind of units are: [2021-04-07T01:50:24.373Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-04-07T01:50:24.374Z] .wants/ or .requires/ directory. [2021-04-07T01:50:24.374Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-04-07T01:50:24.374Z] a requirement dependency on it. [2021-04-07T01:50:24.374Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-04-07T01:50:24.374Z] D-Bus, udev, scripted systemctl call, ...). [2021-04-07T01:50:24.374Z] 4) In case of template units, the unit is meant to be enabled with some [2021-04-07T01:50:24.374Z] instance name specified. [2021-04-07T01:50:24.947Z] Reading package lists... [2021-04-07T01:50:24.947Z] Building dependency tree... [2021-04-07T01:50:24.947Z] Reading state information... [2021-04-07T01:50:25.209Z] The following additional packages will be installed: [2021-04-07T01:50:25.209Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-04-07T01:50:25.209Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-04-07T01:50:25.209Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-04-07T01:50:25.209Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-04-07T01:50:25.209Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-04-07T01:50:25.209Z] Suggested packages: [2021-04-07T01:50:25.209Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-04-07T01:50:25.209Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-04-07T01:50:25.209Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-04-07T01:50:25.209Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-04-07T01:50:25.209Z] systemd-container policykit-1 [2021-04-07T01:50:25.209Z] Recommended packages: [2021-04-07T01:50:25.209Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-04-07T01:50:25.209Z] The following NEW packages will be installed: [2021-04-07T01:50:25.209Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-04-07T01:50:25.209Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-04-07T01:50:25.209Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-04-07T01:50:25.209Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-04-07T01:50:25.209Z] python3.6-minimal snapd squashfs-tools sudo [2021-04-07T01:50:25.209Z] The following packages will be upgraded: [2021-04-07T01:50:25.209Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-04-07T01:50:25.469Z] 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. [2021-04-07T01:50:25.469Z] Need to get 35.2 MB of archives. [2021-04-07T01:50:25.469Z] After this operation, 141 MB of additional disk space will be used. [2021-04-07T01:50:25.469Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] [2021-04-07T01:50:25.469Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.45 [2913 kB] [2021-04-07T01:50:26.046Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] [2021-04-07T01:50:26.046Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.9 [1301 kB] [Pipeline] } [2021-04-07T01:50:26.231Z] $ docker stop --time=1 253c5109340c8e781be9694eb87183d2582a6a7a7428915878ac8e52da38b16d [2021-04-07T01:50:26.307Z] Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.45 [210 kB] [2021-04-07T01:50:26.307Z] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2021-04-07T01:50:26.307Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-04-07T01:50:26.307Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-04-07T01:50:26.307Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-04-07T01:50:26.307Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-04-07T01:50:26.307Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-04-07T01:50:26.307Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-04-07T01:50:26.307Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-04-07T01:50:26.307Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [534 kB] [2021-04-07T01:50:26.307Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-04-07T01:50:26.307Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [1610 kB] [2021-04-07T01:50:26.307Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-04-07T01:50:26.307Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.4 [1712 kB] [2021-04-07T01:50:26.307Z] Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] [2021-04-07T01:50:26.569Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.4 [203 kB] [2021-04-07T01:50:26.569Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-04-07T01:50:26.569Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] [2021-04-07T01:50:26.569Z] Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-04-07T01:50:26.569Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-04-07T01:50:26.569Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-04-07T01:50:26.569Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-04-07T01:50:26.569Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-04-07T01:50:26.569Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] [2021-04-07T01:50:26.569Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-04-07T01:50:26.569Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] [2021-04-07T01:50:28.027Z] debconf: delaying package configuration, since apt-utils is not installed [2021-04-07T01:50:28.027Z] Fetched 35.2 MB in 3s (14.0 MB/s) [2021-04-07T01:50:28.027Z] (Reading database ... 12757 files and directories currently installed.) [2021-04-07T01:50:28.027Z] Preparing to unpack .../systemd_237-3ubuntu10.45_amd64.deb ... [2021-04-07T01:50:28.300Z] Unpacking systemd (237-3ubuntu10.45) over (237-3ubuntu10) ... [2021-04-07T01:50:28.811Z] $ docker rm -f 253c5109340c8e781be9694eb87183d2582a6a7a7428915878ac8e52da38b16d [2021-04-07T01:50:28.876Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.45_amd64.deb ... [2021-04-07T01:50:28.876Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.45) over (237-3ubuntu10) ... [2021-04-07T01:50:28.876Z] Setting up libsystemd0:amd64 (237-3ubuntu10.45) ... [2021-04-07T01:50:29.137Z] (Reading database ... 12757 files and directories currently installed.) [2021-04-07T01:50:29.137Z] Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... [2021-04-07T01:50:29.137Z] Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... [2021-04-07T01:50:29.137Z] Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... [2021-04-07T01:50:29.398Z] (Reading database ... 12757 files and directories currently installed.) [2021-04-07T01:50:29.398Z] Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... [2021-04-07T01:50:29.398Z] Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... [2021-04-07T01:50:29.660Z] Setting up apt (1.6.12ubuntu0.2) ... [2021-04-07T01:50:29.660Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-07T01:50:30.604Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-04-07T01:50:30.604Z] (Reading database ... 12764 files and directories currently installed.) [2021-04-07T01:50:30.604Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... [2021-04-07T01:50:30.604Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... [2021-04-07T01:50:30.812Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-04-07T01:50:30.812Z] [2021-04-07T01:50:30.812Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-04-07T01:50:30.866Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-04-07T01:50:30.866Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-04-07T01:50:30.866Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-07T01:50:30.866Z] Selecting previously unselected package libexpat1:amd64. [2021-04-07T01:50:30.866Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [Pipeline] isUnix [2021-04-07T01:50:31.127Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-04-07T01:50:31.127Z] Selecting previously unselected package python3.6-minimal. [2021-04-07T01:50:31.127Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-04-07T01:50:31.127Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [Pipeline] sh [2021-04-07T01:50:31.389Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) ... [2021-04-07T01:50:31.459Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-04-07T01:50:31.653Z] Checking for services that may need to be restarted...done. [2021-04-07T01:50:31.654Z] Checking for services that may need to be restarted...done. [2021-04-07T01:50:31.654Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-07T01:50:31.732Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-04-07T01:50:31.732Z] 29e5d40040c1: Pulling fs layer [2021-04-07T01:50:31.732Z] 1ce36da41761: Pulling fs layer [2021-04-07T01:50:31.732Z] 25b303627fd3: Pulling fs layer [2021-04-07T01:50:31.732Z] 29e5d40040c1: Verifying Checksum [2021-04-07T01:50:31.732Z] 29e5d40040c1: Download complete [2021-04-07T01:50:32.228Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-04-07T01:50:32.228Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-04-07T01:50:32.328Z] 1ce36da41761: Verifying Checksum [2021-04-07T01:50:32.328Z] 1ce36da41761: Download complete [2021-04-07T01:50:32.605Z] 29e5d40040c1: Pull complete [2021-04-07T01:50:33.182Z] Selecting previously unselected package python3-minimal. [2021-04-07T01:50:33.182Z] (Reading database ... 13012 files and directories currently installed.) [2021-04-07T01:50:33.182Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-04-07T01:50:33.182Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-04-07T01:50:33.182Z] Selecting previously unselected package mime-support. [2021-04-07T01:50:33.182Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-04-07T01:50:33.182Z] Unpacking mime-support (3.60ubuntu1) ... [2021-04-07T01:50:33.182Z] Selecting previously unselected package libmpdec2:amd64. [2021-04-07T01:50:33.182Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-04-07T01:50:33.182Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-04-07T01:50:33.446Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-04-07T01:50:33.446Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-04-07T01:50:33.446Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-07T01:50:33.719Z] Selecting previously unselected package python3.6. [2021-04-07T01:50:33.719Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-04-07T01:50:33.719Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-07T01:50:33.719Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-04-07T01:50:33.719Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-04-07T01:50:33.719Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-04-07T01:50:33.719Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-04-07T01:50:33.993Z] Selecting previously unselected package python3. [2021-04-07T01:50:33.993Z] (Reading database ... 13442 files and directories currently installed.) [2021-04-07T01:50:33.993Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-04-07T01:50:34.041Z] 25b303627fd3: Verifying Checksum [2021-04-07T01:50:34.041Z] 25b303627fd3: Download complete [2021-04-07T01:50:34.041Z] 1ce36da41761: Pull complete [2021-04-07T01:50:34.255Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-04-07T01:50:34.256Z] Selecting previously unselected package multiarch-support. [2021-04-07T01:50:34.256Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-04-07T01:50:34.256Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-04-07T01:50:34.518Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-04-07T01:50:34.518Z] Selecting previously unselected package liblzo2-2:amd64. [2021-04-07T01:50:34.518Z] (Reading database ... 13479 files and directories currently installed.) [2021-04-07T01:50:34.518Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-04-07T01:50:34.518Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-04-07T01:50:34.518Z] Selecting previously unselected package libbsd0:amd64. [2021-04-07T01:50:34.518Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-04-07T01:50:34.781Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-04-07T01:50:34.781Z] Selecting previously unselected package sudo. [2021-04-07T01:50:34.781Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... [2021-04-07T01:50:34.781Z] Unpacking sudo (1.8.21p2-3ubuntu1.4) ... [2021-04-07T01:50:34.781Z] Selecting previously unselected package apparmor. [2021-04-07T01:50:34.781Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-04-07T01:50:35.045Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-04-07T01:50:35.307Z] Selecting previously unselected package libedit2:amd64. [2021-04-07T01:50:35.307Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-04-07T01:50:35.307Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-04-07T01:50:35.307Z] Selecting previously unselected package libkrb5support0:amd64. [2021-04-07T01:50:35.307Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-04-07T01:50:35.307Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-04-07T01:50:35.307Z] Selecting previously unselected package libk5crypto3:amd64. [2021-04-07T01:50:35.307Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-04-07T01:50:35.582Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-04-07T01:50:35.582Z] Selecting previously unselected package libkeyutils1:amd64. [2021-04-07T01:50:35.582Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-04-07T01:50:35.582Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-04-07T01:50:35.582Z] Selecting previously unselected package libkrb5-3:amd64. [2021-04-07T01:50:35.582Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-04-07T01:50:35.582Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-04-07T01:50:35.846Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-04-07T01:50:35.846Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-04-07T01:50:35.846Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-04-07T01:50:36.107Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-04-07T01:50:36.107Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... [2021-04-07T01:50:36.107Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-04-07T01:50:36.371Z] Selecting previously unselected package openssh-client. [2021-04-07T01:50:36.371Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-04-07T01:50:36.371Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-04-07T01:50:36.371Z] Selecting previously unselected package squashfs-tools. [2021-04-07T01:50:36.371Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-04-07T01:50:36.634Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-04-07T01:50:36.634Z] Selecting previously unselected package snapd. [2021-04-07T01:50:36.634Z] Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... [2021-04-07T01:50:36.634Z] Unpacking snapd (2.48.3+18.04) ... [2021-04-07T01:50:39.943Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-04-07T01:50:39.943Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-04-07T01:50:39.943Z] Setting up mime-support (3.60ubuntu1) ... [2021-04-07T01:50:39.943Z] Setting up sudo (1.8.21p2-3ubuntu1.4) ... [2021-04-07T01:50:39.943Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-04-07T01:50:39.943Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-04-07T01:50:39.943Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-04-07T01:50:39.943Z] Setting up systemd (237-3ubuntu10.45) ... [2021-04-07T01:50:39.943Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-04-07T01:50:40.518Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-04-07T01:50:40.518Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-04-07T01:50:40.518Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-04-07T01:50:40.518Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-07T01:50:40.518Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-04-07T01:50:40.518Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-07T01:50:41.465Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-04-07T01:50:41.465Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-04-07T01:50:41.465Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-04-07T01:50:41.465Z] Setting up python3 (3.6.7-1~18.04) ... [2021-04-07T01:50:41.465Z] running python rtupdate hooks for python3.6... [2021-04-07T01:50:41.465Z] running python post-rtupdate hooks for python3.6... [2021-04-07T01:50:41.735Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-04-07T01:50:43.154Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-04-07T01:50:43.416Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-04-07T01:50:43.416Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-04-07T01:50:43.677Z] Setting up snapd (2.48.3+18.04) ... [2021-04-07T01:50:44.185Z] 25b303627fd3: Pull complete [2021-04-07T01:50:44.185Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-04-07T01:50:44.185Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-04-07T01:50:44.185Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-04-07T01:50:44.249Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-04-07T01:50:44.443Z] prd-ubuntu18.04-docker-arm64-4c-16g-33100 does not seem to be running inside a container [2021-04-07T01:50:44.510Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-04-07T01:50:44.531Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/58 -v /w/workspace/edgex-go/58:/w/workspace/edgex-go/58:rw,z -v /w/workspace/edgex-go/58@tmp:/w/workspace/edgex-go/58@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-04-07T01:50:44.772Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-04-07T01:50:45.033Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-04-07T01:50:45.296Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-04-07T01:50:45.296Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-04-07T01:50:45.558Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-04-07T01:50:45.558Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-04-07T01:50:45.825Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-04-07T01:50:46.405Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-04-07T01:50:46.405Z] /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-07T01:50:46.405Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-04-07T01:50:46.405Z] Processing triggers for systemd (237-3ubuntu10.45) ... [2021-04-07T01:50:47.793Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-04-07T01:50:47.793Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-04-07T01:50:47.793Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-04-07T01:50:47.822Z] $ docker top 2fa48bcc85bbf83ed9ebd96a8869eb82670efc7ae49940d2d464391424b467e3 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-07T01:50:48.794Z] + docker-compose build --help [2021-04-07T01:50:48.794Z] + grep parallel [2021-04-07T01:50:49.179Z] Reading package lists... [2021-04-07T01:50:49.441Z] Reading package lists... [2021-04-07T01:50:49.703Z] Building dependency tree... [2021-04-07T01:50:49.703Z] Reading state information... [2021-04-07T01:50:49.965Z] Calculating upgrade... [2021-04-07T01:50:49.965Z] The following packages will be upgraded: [2021-04-07T01:50:49.965Z] advancecomp base-files bash binutils binutils-common [2021-04-07T01:50:49.965Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-04-07T01:50:49.965Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-04-07T01:50:49.965Z] grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils [2021-04-07T01:50:49.965Z] libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 [2021-04-07T01:50:49.965Z] libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 [2021-04-07T01:50:49.965Z] libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 [2021-04-07T01:50:49.965Z] libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 [2021-04-07T01:50:49.965Z] libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules [2021-04-07T01:50:49.965Z] libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 [2021-04-07T01:50:49.965Z] libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 [2021-04-07T01:50:49.965Z] libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 [2021-04-07T01:50:49.965Z] libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin [2021-04-07T01:50:49.965Z] openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler [2021-04-07T01:50:49.965Z] procps systemd-sysv tar tzdata ubuntu-keyring util-linux [2021-04-07T01:50:49.965Z] 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-04-07T01:50:49.965Z] Need to get 63.8 MB of archives. [2021-04-07T01:50:49.965Z] After this operation, 5208 kB of additional disk space will be used. [2021-04-07T01:50:49.965Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-140.144 [993 kB] [2021-04-07T01:50:50.242Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-04-07T01:50:50.242Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-04-07T01:50:50.242Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-04-07T01:50:50.242Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-04-07T01:50:50.242Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-04-07T01:50:50.242Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-04-07T01:50:50.242Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-04-07T01:50:50.242Z] 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-07T01:50:50.242Z] 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-07T01:50:50.242Z] 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-07T01:50:50.242Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-04-07T01:50:50.242Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-04-07T01:50:50.242Z] 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-07T01:50:50.242Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-04-07T01:50:50.242Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-04-07T01:50:50.242Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-04-07T01:50:50.242Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-04-07T01:50:50.242Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-04-07T01:50:50.242Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-04-07T01:50:50.242Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-04-07T01:50:50.508Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-04-07T01:50:50.508Z] Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2021-04-07T01:50:50.508Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-04-07T01:50:50.508Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-04-07T01:50:50.508Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-04-07T01:50:50.508Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-04-07T01:50:50.508Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-04-07T01:50:50.508Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-04-07T01:50:50.508Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-04-07T01:50:50.508Z] Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-04-07T01:50:50.508Z] Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-04-07T01:50:50.508Z] Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-04-07T01:50:50.508Z] Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-04-07T01:50:50.508Z] Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-04-07T01:50:50.508Z] Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.2 [189 kB] [2021-04-07T01:50:50.508Z] Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-04-07T01:50:50.508Z] Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-04-07T01:50:50.508Z] Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] [2021-04-07T01:50:50.508Z] Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.9 [614 kB] [2021-04-07T01:50:50.508Z] Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] [2021-04-07T01:50:50.508Z] Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-04-07T01:50:50.508Z] Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2021-04-07T01:50:50.508Z] Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-04-07T01:50:50.508Z] Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] [2021-04-07T01:50:50.508Z] Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2021-04-07T01:50:50.508Z] Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-04-07T01:50:50.508Z] Get:48 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-07T01:50:50.508Z] Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] [2021-04-07T01:50:50.508Z] Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] [2021-04-07T01:50:50.508Z] Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] [2021-04-07T01:50:50.508Z] Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-04-07T01:50:50.508Z] Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-04-07T01:50:50.508Z] Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-04-07T01:50:50.508Z] Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-04-07T01:50:50.778Z] Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-04-07T01:50:51.043Z] Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2021-04-07T01:50:51.043Z] Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2021-04-07T01:50:51.043Z] Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-04-07T01:50:51.043Z] Get:60 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-04-07T01:50:51.043Z] Get:61 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-04-07T01:50:51.043Z] Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2021-04-07T01:50:51.043Z] Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-04-07T01:50:51.043Z] Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-04-07T01:50:51.043Z] Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-04-07T01:50:51.043Z] Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-04-07T01:50:51.305Z] Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-04-07T01:50:51.305Z] Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-04-07T01:50:51.305Z] Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-04-07T01:50:51.305Z] Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-04-07T01:50:51.305Z] Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-04-07T01:50:51.305Z] Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-04-07T01:50:51.305Z] Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-04-07T01:50:51.305Z] Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-04-07T01:50:51.305Z] Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-04-07T01:50:51.305Z] Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-04-07T01:50:51.305Z] Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-04-07T01:50:51.305Z] Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-04-07T01:50:51.305Z] Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] [2021-04-07T01:50:51.305Z] Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] [2021-04-07T01:50:51.305Z] Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] [2021-04-07T01:50:51.305Z] Get:82 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-07T01:50:51.305Z] Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] [2021-04-07T01:50:51.305Z] Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.45 [16.7 kB] [2021-04-07T01:50:51.567Z] Get:85 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-07T01:50:51.567Z] Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-04-07T01:50:51.567Z] Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] [2021-04-07T01:50:51.567Z] Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-04-07T01:50:51.567Z] Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-04-07T01:50:51.567Z] Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.2 [22.3 kB] [2021-04-07T01:50:51.567Z] Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-04-07T01:50:51.567Z] Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-04-07T01:50:51.567Z] Get:93 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-07T01:50:51.567Z] Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-04-07T01:50:51.567Z] Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-04-07T01:50:51.567Z] Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-04-07T01:50:51.567Z] Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-04-07T01:50:51.567Z] Get:98 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-04-07T01:50:51.567Z] Get:99 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-04-07T01:50:51.829Z] debconf: delaying package configuration, since apt-utils is not installed [2021-04-07T01:50:51.829Z] Fetched 63.8 MB in 2s (40.0 MB/s) [2021-04-07T01:50:52.091Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-07T01:50:52.091Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-04-07T01:50:52.091Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-04-07T01:50:52.165Z] --parallel Build images in parallel. [Pipeline] } [2021-04-07T01:50:52.466Z] $ docker stop --time=1 2fa48bcc85bbf83ed9ebd96a8869eb82670efc7ae49940d2d464391424b467e3 [2021-04-07T01:50:52.665Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-04-07T01:50:52.665Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-04-07T01:50:52.929Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-140.144_amd64.deb ... [2021-04-07T01:50:52.929Z] Unpacking linux-libc-dev:amd64 (4.15.0-140.144) over (4.15.0-20.21) ... [2021-04-07T01:50:53.871Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-07T01:50:53.871Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-07T01:50:53.871Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-07T01:50:53.871Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-07T01:50:54.132Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-07T01:50:54.132Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-07T01:50:54.132Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-07T01:50:54.133Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-07T01:50:54.393Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-07T01:50:54.393Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-07T01:50:54.393Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-07T01:50:54.393Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-07T01:50:54.412Z] $ docker rm -f 2fa48bcc85bbf83ed9ebd96a8869eb82670efc7ae49940d2d464391424b467e3 [2021-04-07T01:50:54.661Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-07T01:50:54.661Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-07T01:50:54.661Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-07T01:50:54.922Z] (Reading database ... 13911 files and directories currently installed.) [2021-04-07T01:50:54.922Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-07T01:50:54.922Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-04-07T01:50:54.922Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-04-07T01:50:54.922Z] (Reading database ... 13911 files and directories currently installed.) [2021-04-07T01:50:54.922Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-07T01:50:54.922Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-07T01:50:55.183Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-07T01:50:55.183Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-07T01:50:55.183Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-07T01:50:55.207Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-04-07T01:50:55.207Z] . [Pipeline] withDockerContainer [2021-04-07T01:50:55.444Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-07T01:50:55.444Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-07T01:50:55.444Z] (Reading database ... 13911 files and directories currently installed.) [2021-04-07T01:50:55.444Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-04-07T01:50:55.466Z] prd-ubuntu18.04-docker-arm64-4c-16g-33100 does not seem to be running inside a container [2021-04-07T01:50:55.553Z] $ 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/58 -v /w/workspace/edgex-go/58:/w/workspace/edgex-go/58:rw,z -v /w/workspace/edgex-go/58@tmp:/w/workspace/edgex-go/58@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-04-07T01:50:55.705Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-04-07T01:50:56.278Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-04-07T01:50:56.851Z] (Reading database ... 13911 files and directories currently installed.) [2021-04-07T01:50:56.851Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-04-07T01:50:56.851Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-04-07T01:50:56.851Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-04-07T01:50:56.851Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-04-07T01:50:56.956Z] $ docker top abe4bf3f55d949f9d4f5c1bd3a17796cc5de44edf0b534cb4e84e65ab817bc9d -eo pid,comm [2021-04-07T01:50:57.112Z] Setting up base-files (10.1ubuntu2.10) ... [2021-04-07T01:50:57.112Z] Installing new version of config file /etc/issue ... [2021-04-07T01:50:57.112Z] Installing new version of config file /etc/issue.net ... [2021-04-07T01:50:57.112Z] Installing new version of config file /etc/lsb-release ... [2021-04-07T01:50:57.112Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [Pipeline] { [Pipeline] sh [2021-04-07T01:50:57.372Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-04-07T01:50:57.635Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-04-07T01:50:57.635Z] Removing obsolete conffile /etc/default/motd-news ... [2021-04-07T01:50:57.635Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-07T01:50:57.635Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-04-07T01:50:57.635Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-04-07T01:50:57.897Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-04-07T01:50:57.897Z] 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-07T01:50:57.897Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-07T01:50:57.897Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-07T01:50:57.897Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-04-07T01:50:57.963Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-04-07T01:50:58.159Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-04-07T01:50:58.159Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-07T01:50:58.159Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-04-07T01:50:58.159Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-04-07T01:50:58.421Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-04-07T01:50:58.421Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-07T01:50:58.421Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-04-07T01:50:58.421Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-04-07T01:50:58.683Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-04-07T01:50:58.944Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-07T01:50:58.944Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-04-07T01:50:58.944Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-04-07T01:50:59.205Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-04-07T01:50:59.205Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-07T01:50:59.205Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-04-07T01:50:59.205Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-04-07T01:50:59.466Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-04-07T01:50:59.466Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-07T01:50:59.466Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-04-07T01:50:59.728Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-04-07T01:50:59.728Z] Setting up grep (3.1-2build1) ... [2021-04-07T01:50:59.990Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-07T01:50:59.990Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-04-07T01:50:59.990Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-04-07T01:50:59.990Z] Setting up login (1:4.5-1ubuntu2) ... [2021-04-07T01:51:00.252Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-07T01:51:00.252Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-04-07T01:51:00.252Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-04-07T01:51:00.252Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-04-07T01:51:00.516Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-07T01:51:00.516Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-04-07T01:51:00.516Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-04-07T01:51:01.463Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-04-07T01:51:01.463Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-04-07T01:51:01.463Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-04-07T01:51:01.463Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-04-07T01:51:02.036Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-04-07T01:51:02.245Z] Building docker-core-command-go ... [2021-04-07T01:51:02.245Z] Building docker-core-data-go ... [2021-04-07T01:51:02.245Z] Building docker-core-metadata-go ... [2021-04-07T01:51:02.245Z] Building docker-security-bootstrapper-go ... [2021-04-07T01:51:02.245Z] Building docker-security-proxy-setup-go ... [2021-04-07T01:51:02.245Z] Building docker-security-secretstore-setup-go ... [2021-04-07T01:51:02.245Z] Building docker-support-notifications-go ... [2021-04-07T01:51:02.245Z] Building docker-support-scheduler-go ... [2021-04-07T01:51:02.245Z] Building docker-sys-mgmt-agent-go ... [2021-04-07T01:51:02.245Z] Building docker-security-secretstore-setup-go [2021-04-07T01:51:02.245Z] Building docker-core-metadata-go [2021-04-07T01:51:02.245Z] Building docker-security-proxy-setup-go [2021-04-07T01:51:02.245Z] Building docker-support-scheduler-go [2021-04-07T01:51:02.245Z] Building docker-support-notifications-go [2021-04-07T01:51:02.298Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-07T01:51:02.298Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-04-07T01:51:02.298Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-04-07T01:51:03.685Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-04-07T01:51:03.685Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-04-07T01:51:03.685Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-04-07T01:51:03.685Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-04-07T01:51:03.685Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-04-07T01:51:03.946Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-07T01:51:03.946Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-04-07T01:51:03.946Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-04-07T01:51:04.207Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-04-07T01:51:04.207Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-07T01:51:04.207Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-07T01:51:04.207Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-07T01:51:04.468Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-04-07T01:51:04.468Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-07T01:51:04.468Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-07T01:51:04.468Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-07T01:51:04.729Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-04-07T01:51:04.729Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-07T01:51:04.729Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-07T01:51:04.729Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-07T01:51:04.989Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-04-07T01:51:04.989Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-07T01:51:04.989Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-07T01:51:04.989Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-07T01:51:04.989Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-04-07T01:51:05.251Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-07T01:51:05.251Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-04-07T01:51:05.251Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-04-07T01:51:05.513Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-04-07T01:51:05.513Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-04-07T01:51:05.513Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-04-07T01:51:05.513Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-07T01:51:05.513Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-04-07T01:51:05.775Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-04-07T01:51:05.775Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-04-07T01:51:06.039Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-07T01:51:06.039Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-07T01:51:06.039Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-07T01:51:06.039Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-04-07T01:51:06.300Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-07T01:51:06.300Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-07T01:51:06.300Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-07T01:51:06.300Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-04-07T01:51:06.563Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-07T01:51:06.563Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-07T01:51:06.563Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-07T01:51:07.142Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-04-07T01:51:07.436Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-04-07T01:51:08.026Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-04-07T01:51:08.026Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-07T01:51:08.026Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-04-07T01:51:08.026Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-04-07T01:51:08.286Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-04-07T01:51:08.551Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-07T01:51:08.551Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-04-07T01:51:08.551Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-04-07T01:51:08.551Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-04-07T01:51:08.812Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-07T01:51:08.812Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-04-07T01:51:08.812Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-04-07T01:51:09.072Z] Setting up debconf (1.5.66ubuntu1) ... [2021-04-07T01:51:09.334Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-07T01:51:09.334Z] Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... [2021-04-07T01:51:09.334Z] Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-04-07T01:51:09.334Z] Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... [2021-04-07T01:51:09.595Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-07T01:51:09.595Z] Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... [2021-04-07T01:51:09.595Z] Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-04-07T01:51:09.595Z] Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... [2021-04-07T01:51:09.856Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-07T01:51:09.856Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-04-07T01:51:09.856Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-04-07T01:51:09.856Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-04-07T01:51:10.122Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-07T01:51:10.122Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-04-07T01:51:10.122Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-04-07T01:51:10.413Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-04-07T01:51:10.413Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-07T01:51:10.413Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-04-07T01:51:10.677Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-04-07T01:51:10.938Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-04-07T01:51:11.206Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-07T01:51:11.206Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-07T01:51:11.206Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-07T01:51:11.206Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.45_amd64.deb ... [2021-04-07T01:51:11.467Z] Unpacking systemd-sysv (237-3ubuntu10.45) over (237-3ubuntu10) ... [2021-04-07T01:51:11.467Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-04-07T01:51:11.467Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-04-07T01:51:11.728Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-04-07T01:51:11.728Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-07T01:51:11.728Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-04-07T01:51:11.728Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-04-07T01:51:11.989Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-04-07T01:51:11.989Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-07T01:51:11.989Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-04-07T01:51:11.989Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-04-07T01:51:12.250Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-04-07T01:51:12.518Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-07T01:51:12.518Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-04-07T01:51:12.518Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-04-07T01:51:12.788Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-04-07T01:51:12.788Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-07T01:51:12.788Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.2_amd64.deb ... [2021-04-07T01:51:12.788Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) over (1.3.3+dfsg-2ubuntu1) ... [2021-04-07T01:51:13.050Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) ... [2021-04-07T01:51:13.050Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-07T01:51:13.050Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-04-07T01:51:13.050Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-04-07T01:51:13.633Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-04-07T01:51:13.633Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-07T01:51:13.633Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... [2021-04-07T01:51:13.633Z] Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-04-07T01:51:13.900Z] Setting up gpgv (2.2.4-1ubuntu1.4) ... [2021-04-07T01:51:13.900Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-07T01:51:13.900Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-04-07T01:51:13.900Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-04-07T01:51:13.900Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-04-07T01:51:14.844Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-07T01:51:14.844Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-04-07T01:51:14.844Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-04-07T01:51:14.844Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-04-07T01:51:14.844Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-07T01:51:14.844Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-04-07T01:51:15.105Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-04-07T01:51:15.105Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-04-07T01:51:15.366Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-07T01:51:15.366Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-04-07T01:51:15.366Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-04-07T01:51:15.366Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-04-07T01:51:15.627Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-07T01:51:15.627Z] Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... [2021-04-07T01:51:15.627Z] Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... [2021-04-07T01:51:15.627Z] Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... [2021-04-07T01:51:15.890Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-07T01:51:15.890Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.2_all.deb ... [2021-04-07T01:51:15.890Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.2) over (2018.02.28) ... [2021-04-07T01:51:15.890Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.2) ... [2021-04-07T01:51:16.151Z] (Reading database ... 13915 files and directories currently installed.) [2021-04-07T01:51:16.151Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-04-07T01:51:16.151Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-04-07T01:51:16.151Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-04-07T01:51:16.413Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-04-07T01:51:16.413Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... [2021-04-07T01:51:16.413Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... [2021-04-07T01:51:16.677Z] Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... [2021-04-07T01:51:16.677Z] Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... [2021-04-07T01:51:16.939Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-04-07T01:51:16.939Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-04-07T01:51:16.939Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-04-07T01:51:17.201Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-04-07T01:51:17.201Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-04-07T01:51:17.201Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-04-07T01:51:17.461Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-04-07T01:51:17.461Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-04-07T01:51:17.461Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-04-07T01:51:17.461Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-04-07T01:51:17.722Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-04-07T01:51:17.722Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-04-07T01:51:17.723Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-04-07T01:51:17.723Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-04-07T01:51:17.985Z] Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... [2021-04-07T01:51:17.985Z] Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... [2021-04-07T01:51:18.929Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-04-07T01:51:18.929Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-04-07T01:51:18.929Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-04-07T01:51:18.929Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-04-07T01:51:19.189Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-04-07T01:51:19.189Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-04-07T01:51:19.451Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-04-07T01:51:19.451Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-04-07T01:51:19.711Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-04-07T01:51:19.711Z] Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-04-07T01:51:19.973Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-04-07T01:51:19.973Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-04-07T01:51:20.234Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-07T01:51:20.234Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-07T01:51:20.234Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-07T01:51:20.234Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-07T01:51:20.495Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-07T01:51:20.495Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-07T01:51:20.495Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-07T01:51:20.495Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-07T01:51:21.883Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-07T01:51:21.883Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-07T01:51:22.829Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-07T01:51:22.830Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-07T01:51:23.775Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-07T01:51:23.775Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-07T01:51:24.040Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-07T01:51:24.040Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-07T01:51:24.988Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-07T01:51:24.988Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-07T01:51:25.249Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-04-07T01:51:25.249Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-04-07T01:51:25.249Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-04-07T01:51:25.249Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-04-07T01:51:25.512Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-04-07T01:51:25.512Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-04-07T01:51:25.512Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-04-07T01:51:25.512Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-04-07T01:51:25.772Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-04-07T01:51:25.772Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-04-07T01:51:25.772Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-04-07T01:51:25.772Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-04-07T01:51:26.034Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-04-07T01:51:26.034Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-04-07T01:51:26.297Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-07T01:51:26.297Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-04-07T01:51:26.297Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-07T01:51:26.297Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-07T01:51:26.297Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-07T01:51:26.297Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-04-07T01:51:26.558Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-04-07T01:51:26.558Z] Setting up tzdata (2021a-0ubuntu0.18.04) ... [2021-04-07T01:51:26.558Z] [2021-04-07T01:51:26.558Z] Current default time zone: 'Etc/UTC' [2021-04-07T01:51:26.558Z] Local time is now: Wed Apr 7 01:51:26 UTC 2021. [2021-04-07T01:51:26.558Z] Universal Time is now: Wed Apr 7 01:51:26 UTC 2021. [2021-04-07T01:51:26.558Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-04-07T01:51:26.558Z] [2021-04-07T01:51:26.822Z] Setting up systemd-sysv (237-3ubuntu10.45) ... [2021-04-07T01:51:26.822Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-07T01:51:26.823Z] Setting up linux-libc-dev:amd64 (4.15.0-140.144) ... [2021-04-07T01:51:26.823Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-04-07T01:51:26.823Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-04-07T01:51:26.823Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-04-07T01:51:27.085Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-04-07T01:51:27.085Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-04-07T01:51:27.085Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-04-07T01:51:27.085Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-04-07T01:51:27.085Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-07T01:51:27.085Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-04-07T01:51:27.349Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-07T01:51:27.349Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-04-07T01:51:27.349Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-07T01:51:27.608Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-04-07T01:51:27.609Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-04-07T01:51:27.609Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-04-07T01:51:27.609Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.9) ... [2021-04-07T01:51:27.609Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-04-07T01:51:27.609Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-04-07T01:51:27.609Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-04-07T01:51:27.609Z] Setting up ca-certificates (20210119~18.04.1) ... [2021-04-07T01:51:29.526Z] Updating certificates in /etc/ssl/certs... [2021-04-07T01:51:30.099Z] 23 added, 27 removed; done. [2021-04-07T01:51:30.099Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-04-07T01:51:30.099Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-07T01:51:30.099Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-04-07T01:51:30.099Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-04-07T01:51:30.359Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-04-07T01:51:30.359Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-07T01:51:30.359Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-04-07T01:51:30.359Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-07T01:51:30.639Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-07T01:51:30.639Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-07T01:51:30.639Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-04-07T01:51:30.639Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-07T01:51:30.639Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-04-07T01:51:30.639Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... [2021-04-07T01:51:30.639Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-04-07T01:51:31.002Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-04-07T01:51:31.002Z] Setting up binutils (2.30-21ubuntu1~18.04.5) ... [2021-04-07T01:51:31.002Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-04-07T01:51:31.002Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-04-07T01:51:31.002Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-04-07T01:51:31.002Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-04-07T01:51:31.002Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-04-07T01:51:31.301Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-04-07T01:51:31.301Z] Processing triggers for systemd (237-3ubuntu10.45) ... [2021-04-07T01:51:31.301Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-04-07T01:51:31.301Z] Processing triggers for ca-certificates (20210119~18.04.1) ... [2021-04-07T01:51:31.301Z] Updating certificates in /etc/ssl/certs... [2021-04-07T01:51:31.890Z] 0 added, 0 removed; done. [2021-04-07T01:51:31.890Z] Running hooks in /etc/ca-certificates/update.d... [2021-04-07T01:51:31.890Z] done. [2021-04-07T01:51:32.463Z] Reading package lists... [2021-04-07T01:51:32.463Z] Building dependency tree... [2021-04-07T01:51:32.463Z] Reading state information... [2021-04-07T01:51:32.724Z] The following NEW packages will be installed: [2021-04-07T01:51:32.724Z] apt-transport-https [2021-04-07T01:51:32.724Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-04-07T01:51:32.724Z] Need to get 1696 B of archives. [2021-04-07T01:51:32.724Z] After this operation, 153 kB of additional disk space will be used. [2021-04-07T01:51:32.724Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] [2021-04-07T01:51:32.996Z] debconf: delaying package configuration, since apt-utils is not installed [2021-04-07T01:51:32.996Z] Fetched 1696 B in 0s (29.0 kB/s) [2021-04-07T01:51:32.996Z] Selecting previously unselected package apt-transport-https. [2021-04-07T01:51:32.996Z] (Reading database ... 13920 files and directories currently installed.) [2021-04-07T01:51:32.996Z] Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... [2021-04-07T01:51:32.996Z] Unpacking apt-transport-https (1.6.12ubuntu0.2) ... [2021-04-07T01:51:33.260Z] Setting up apt-transport-https (1.6.12ubuntu0.2) ... [2021-04-07T01:51:33.523Z] Waiting for network to be ready... [2021-04-07T01:51:43.528Z] 2021-04-07T01:51:38Z INFO Waiting for automatic snapd restart... [2021-04-07T01:51:43.528Z] snapd 2.49.1 from Canonical* installed [2021-04-07T01:51:44.099Z] "snapd" switched to the "latest/stable" channel [2021-04-07T01:51:44.099Z] [2021-04-07T01:51:48.314Z] core18 20210309 from Canonical* installed [2021-04-07T01:51:48.578Z] "core18" switched to the "latest/stable" channel [2021-04-07T01:51:48.578Z] [2021-04-07T01:51:53.887Z] snapcraft 4.6 from Canonical* installed [2021-04-07T01:51:54.148Z] "snapcraft" switched to the "latest/stable" channel [2021-04-07T01:51:54.148Z] [2021-04-07T01:51:58.355Z] 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-07T01:51:58.355Z] - README.md [2021-04-07T01:51:58.355Z] [2021-04-07T01:51:58.355Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-04-07T01:52:04.940Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-04-07T01:52:04.940Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-04-07T01:52:04.940Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-04-07T01:52:04.940Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-04-07T01:52:06.601Z] Reading package lists... [2021-04-07T01:52:07.174Z] 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-07T01:52:13.780Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-04-07T01:52:13.780Z] Reading package lists... [2021-04-07T01:52:13.780Z] Building dependency tree... [2021-04-07T01:52:13.780Z] Reading state information... [2021-04-07T01:52:13.780Z] Suggested packages: [2021-04-07T01:52:13.780Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-04-07T01:52:13.780Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-04-07T01:52:13.780Z] Recommended packages: [2021-04-07T01:52:13.780Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-04-07T01:52:13.780Z] The following NEW packages will be installed: [2021-04-07T01:52:13.780Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-04-07T01:52:13.780Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-04-07T01:52:13.780Z] pkg-config zip [2021-04-07T01:52:13.780Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-04-07T01:52:13.780Z] Need to get 7663 kB of archives. [2021-04-07T01:52:13.780Z] After this operation, 43.8 MB of additional disk space will be used. [2021-04-07T01:52:13.780Z] 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-07T01:52:13.780Z] Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-04-07T01:52:13.780Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.13 [218 kB] [2021-04-07T01:52:13.780Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.8 [804 kB] [2021-04-07T01:52:14.043Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.8 [3916 kB] [2021-04-07T01:52:14.043Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-04-07T01:52:14.043Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-04-07T01:52:14.043Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-04-07T01:52:14.043Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-04-07T01:52:14.304Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-04-07T01:52:14.304Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-04-07T01:52:14.304Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-04-07T01:52:14.304Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-04-07T01:52:14.304Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-04-07T01:52:14.304Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-04-07T01:52:14.569Z] debconf: delaying package configuration, since apt-utils is not installed [2021-04-07T01:52:14.569Z] Fetched 7663 kB in 1s (10.5 MB/s) [2021-04-07T01:52:14.837Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-04-07T01:52:14.837Z] (Reading database ... 13924 files and directories currently installed.) [2021-04-07T01:52:14.837Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.8_amd64.deb ... [2021-04-07T01:52:14.837Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... [2021-04-07T01:52:15.152Z] Selecting previously unselected package libpsl5:amd64. [2021-04-07T01:52:15.152Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-04-07T01:52:15.152Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-04-07T01:52:15.152Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-04-07T01:52:15.152Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-04-07T01:52:15.152Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-04-07T01:52:15.152Z] Selecting previously unselected package librtmp1:amd64. [2021-04-07T01:52:15.152Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-04-07T01:52:15.152Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-04-07T01:52:15.433Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-04-07T01:52:15.433Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.13_amd64.deb ... [2021-04-07T01:52:15.433Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.13) ... [2021-04-07T01:52:15.433Z] Selecting previously unselected package liberror-perl. [2021-04-07T01:52:15.433Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-04-07T01:52:15.433Z] Unpacking liberror-perl (0.17025-1) ... [2021-04-07T01:52:15.434Z] Selecting previously unselected package git-man. [2021-04-07T01:52:15.434Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.8_all.deb ... [2021-04-07T01:52:15.434Z] Unpacking git-man (1:2.17.1-1ubuntu0.8) ... [2021-04-07T01:52:15.697Z] Selecting previously unselected package git. [2021-04-07T01:52:15.697Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.8_amd64.deb ... [2021-04-07T01:52:15.697Z] Unpacking git (1:2.17.1-1ubuntu0.8) ... [2021-04-07T01:52:16.639Z] Selecting previously unselected package libnorm1:amd64. [2021-04-07T01:52:16.639Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-04-07T01:52:16.639Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-04-07T01:52:16.900Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-04-07T01:52:16.900Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-04-07T01:52:16.900Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-04-07T01:52:16.900Z] Selecting previously unselected package libsodium23:amd64. [2021-04-07T01:52:16.900Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-04-07T01:52:16.900Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-04-07T01:52:17.163Z] Selecting previously unselected package libzmq5:amd64. [2021-04-07T01:52:17.163Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-04-07T01:52:17.163Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-04-07T01:52:17.163Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-04-07T01:52:17.163Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-04-07T01:52:17.163Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-04-07T01:52:17.425Z] Selecting previously unselected package pkg-config. [2021-04-07T01:52:17.425Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-04-07T01:52:17.425Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-04-07T01:52:17.425Z] Selecting previously unselected package zip. [2021-04-07T01:52:17.425Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-04-07T01:52:17.425Z] Unpacking zip (3.0-11build1) ... [2021-04-07T01:52:17.687Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-04-07T01:52:17.687Z] Setting up git-man (1:2.17.1-1ubuntu0.8) ... [2021-04-07T01:52:17.687Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-04-07T01:52:17.687Z] Setting up liberror-perl (0.17025-1) ... [2021-04-07T01:52:17.687Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-04-07T01:52:17.687Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... [2021-04-07T01:52:17.687Z] No schema files found: doing nothing. [2021-04-07T01:52:17.950Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-04-07T01:52:17.950Z] Setting up zip (3.0-11build1) ... [2021-04-07T01:52:17.950Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-04-07T01:52:17.950Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-04-07T01:52:17.950Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-04-07T01:52:17.950Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-04-07T01:52:18.212Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.13) ... [2021-04-07T01:52:18.212Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-04-07T01:52:18.212Z] Setting up git (1:2.17.1-1ubuntu0.8) ... [2021-04-07T01:52:18.212Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-04-07T01:52:24.055Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-07T01:52:24.055Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-04-07T01:52:24.055Z] ---> 021312a0951b [2021-04-07T01:52:24.055Z] Step 3/24 : WORKDIR /edgex-go [2021-04-07T01:52:24.055Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-07T01:52:24.055Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-04-07T01:52:24.055Z] ---> 021312a0951b [2021-04-07T01:52:24.055Z] Step 3/22 : WORKDIR /edgex-go [2021-04-07T01:52:24.055Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-07T01:52:24.055Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-04-07T01:52:24.055Z] ---> 021312a0951b [2021-04-07T01:52:24.055Z] Step 3/22 : WORKDIR /edgex-go [2021-04-07T01:52:24.055Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-07T01:52:24.055Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-07T01:52:24.055Z] ---> 021312a0951b [2021-04-07T01:52:24.055Z] Step 3/23 : WORKDIR /edgex-go [2021-04-07T01:52:24.055Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-07T01:52:24.055Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-04-07T01:52:24.055Z] ---> 021312a0951b [2021-04-07T01:52:24.055Z] Step 3/21 : WORKDIR /edgex-go [2021-04-07T01:52:24.055Z] ---> Running in 6e05c8cca444 [2021-04-07T01:52:24.055Z] ---> Running in 75d9859e7cc0 [2021-04-07T01:52:24.055Z] ---> Running in 2c609900abed [2021-04-07T01:52:24.055Z] ---> Running in edc82f33038e [2021-04-07T01:52:24.055Z] ---> Running in 951764fe5dbd [2021-04-07T01:52:24.055Z] Removing intermediate container 2c609900abed [2021-04-07T01:52:24.055Z] ---> 0e433ca65438 [2021-04-07T01:52:24.055Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-07T01:52:24.055Z] ---> Running in bfff5357d2dd [2021-04-07T01:52:24.055Z] Removing intermediate container 6e05c8cca444 [2021-04-07T01:52:24.055Z] ---> 8535f268581a [2021-04-07T01:52:24.055Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-07T01:52:24.055Z] Removing intermediate container edc82f33038e [2021-04-07T01:52:24.055Z] ---> 8355f378b784 [2021-04-07T01:52:24.055Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-07T01:52:24.055Z] Removing intermediate container 75d9859e7cc0 [2021-04-07T01:52:24.055Z] ---> a17b8f174aab [2021-04-07T01:52:24.055Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-07T01:52:24.055Z] Removing intermediate container 951764fe5dbd [2021-04-07T01:52:24.055Z] ---> c085e3bd46d7 [2021-04-07T01:52:24.055Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-07T01:52:24.055Z] ---> Running in 3a0568645383 [2021-04-07T01:52:24.055Z] ---> Running in 19f4e6c4c37a [2021-04-07T01:52:24.055Z] ---> Running in 41728cc5465c [2021-04-07T01:52:24.055Z] ---> Running in 18ff4c2fb21a [2021-04-07T01:52:24.055Z] Removing intermediate container bfff5357d2dd [2021-04-07T01:52:24.055Z] ---> d20296d6b66e [2021-04-07T01:52:24.055Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-04-07T01:52:24.055Z] ---> Running in 36405ba73e62 [2021-04-07T01:52:24.055Z] Removing intermediate container 3a0568645383 [2021-04-07T01:52:24.055Z] ---> 01fdfa4f564c [2021-04-07T01:52:24.055Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-04-07T01:52:24.055Z] ---> Running in d89131bc21d7 [2021-04-07T01:52:24.055Z] Removing intermediate container 19f4e6c4c37a [2021-04-07T01:52:24.055Z] ---> 42c58f7af6da [2021-04-07T01:52:24.055Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-04-07T01:52:24.055Z] ---> Running in 48b0a2c3e980 [2021-04-07T01:52:24.055Z] Removing intermediate container 41728cc5465c [2021-04-07T01:52:24.055Z] ---> 0bca21adb7f9 [2021-04-07T01:52:24.055Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-04-07T01:52:24.055Z] Removing intermediate container 18ff4c2fb21a [2021-04-07T01:52:24.055Z] ---> 811c44d24e20 [2021-04-07T01:52:24.055Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-04-07T01:52:24.055Z] ---> Running in 2c168cd1ac33 [2021-04-07T01:52:24.055Z] ---> Running in 15ef97e8d5c4 [2021-04-07T01:52:24.055Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-07T01:52:24.055Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-07T01:52:24.055Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-07T01:52:24.055Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-07T01:52:24.055Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-07T01:52:24.055Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-07T01:52:24.055Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-07T01:52:24.055Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-07T01:52:24.330Z] OK: 217 MiB in 51 packages [2021-04-07T01:52:24.330Z] OK: 217 MiB in 51 packages [2021-04-07T01:52:24.605Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-07T01:52:24.605Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-07T01:52:24.605Z] OK: 217 MiB in 51 packages [2021-04-07T01:52:24.799Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-04-07T01:52:25.062Z] git set to automatically installed. [2021-04-07T01:52:25.062Z] git-man set to automatically installed. [2021-04-07T01:52:25.062Z] libcurl3-gnutls set to automatically installed. [2021-04-07T01:52:25.062Z] liberror-perl set to automatically installed. [2021-04-07T01:52:25.062Z] libglib2.0-0 set to automatically installed. [2021-04-07T01:52:25.062Z] libnghttp2-14 set to automatically installed. [2021-04-07T01:52:25.062Z] libnorm1 set to automatically installed. [2021-04-07T01:52:25.062Z] libpgm-5.2-0 set to automatically installed. [2021-04-07T01:52:25.062Z] libpsl5 set to automatically installed. [2021-04-07T01:52:25.062Z] librtmp1 set to automatically installed. [2021-04-07T01:52:25.062Z] libsodium23 set to automatically installed. [2021-04-07T01:52:25.062Z] libzmq3-dev set to automatically installed. [2021-04-07T01:52:25.062Z] libzmq5 set to automatically installed. [2021-04-07T01:52:25.062Z] pkg-config set to automatically installed. [2021-04-07T01:52:25.062Z] zip set to automatically installed. [2021-04-07T01:52:25.592Z] OK: 217 MiB in 51 packages [2021-04-07T01:52:25.592Z] OK: 217 MiB in 51 packages [2021-04-07T01:52:25.870Z] Removing intermediate container 36405ba73e62 [2021-04-07T01:52:25.870Z] ---> 9599a59bf329 [2021-04-07T01:52:25.870Z] Step 6/21 : COPY go.mod . [2021-04-07T01:52:26.863Z] Removing intermediate container 48b0a2c3e980 [2021-04-07T01:52:26.863Z] ---> 35da7c59b2a2 [2021-04-07T01:52:26.863Z] Step 6/22 : COPY go.mod . [2021-04-07T01:52:26.863Z] Removing intermediate container d89131bc21d7 [2021-04-07T01:52:26.863Z] ---> 9dfb08ba9251 [2021-04-07T01:52:26.863Z] Step 6/23 : COPY go.mod . [2021-04-07T01:52:26.863Z] ---> 9ad97fa37e3e [2021-04-07T01:52:26.863Z] Step 7/21 : RUN go mod download [2021-04-07T01:52:27.149Z] Removing intermediate container 2c168cd1ac33 [2021-04-07T01:52:27.149Z] ---> Running in ff5d154580d4 [2021-04-07T01:52:27.149Z] ---> 022738caae8b [2021-04-07T01:52:27.149Z] Step 6/24 : COPY go.mod . [2021-04-07T01:52:27.424Z] Removing intermediate container 15ef97e8d5c4 [2021-04-07T01:52:27.424Z] ---> 6907ed6d504b [2021-04-07T01:52:27.424Z] Step 6/22 : COPY go.mod . [2021-04-07T01:52:27.616Z] snapd is not logged in, snap install commands will use sudo [2021-04-07T01:52:27.703Z] ---> 18231ce2c9fe [2021-04-07T01:52:27.703Z] Step 7/23 : RUN go mod download [2021-04-07T01:52:27.979Z] ---> 093a145e5641 [2021-04-07T01:52:27.979Z] Step 7/22 : RUN go mod download [2021-04-07T01:52:27.979Z] ---> Running in 1222e4e84f17 [2021-04-07T01:52:28.251Z] ---> Running in d8239b7c0409 [2021-04-07T01:52:28.525Z] ---> 4f315b01d072 [2021-04-07T01:52:28.525Z] Step 7/24 : RUN go mod download [2021-04-07T01:52:28.802Z] ---> Running in 3f8dc4b9b289 [2021-04-07T01:52:28.802Z] ---> cc8d5aa355b6 [2021-04-07T01:52:28.802Z] Step 7/22 : RUN go mod download [2021-04-07T01:52:29.076Z] ---> Running in ca8c85514ef1 [2021-04-07T01:52:31.716Z] Removing intermediate container ff5d154580d4 [2021-04-07T01:52:31.716Z] ---> a009afc3a82a [2021-04-07T01:52:31.716Z] Step 8/21 : COPY . . [2021-04-07T01:52:32.717Z] Removing intermediate container 1222e4e84f17 [2021-04-07T01:52:32.717Z] ---> 9fe907c9e03b [2021-04-07T01:52:32.717Z] Step 8/23 : COPY . . [2021-04-07T01:52:33.699Z] Removing intermediate container d8239b7c0409 [2021-04-07T01:52:33.699Z] ---> b1e2a1caf1d7 [2021-04-07T01:52:33.699Z] Step 8/22 : COPY . . [2021-04-07T01:52:33.976Z] Removing intermediate container 3f8dc4b9b289 [2021-04-07T01:52:33.976Z] ---> 46564b5cb314 [2021-04-07T01:52:33.976Z] Step 8/24 : COPY . . [2021-04-07T01:52:34.212Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-04-07T01:52:34.572Z] Removing intermediate container ca8c85514ef1 [2021-04-07T01:52:34.572Z] ---> 0ca288c293cf [2021-04-07T01:52:34.572Z] Step 8/22 : COPY . . [2021-04-07T01:52:52.346Z] go (1.15/stable) 1.15.10 from Michael Hudson-Doyle (mwhudson) installed [2021-04-07T01:52:52.346Z] snapd is not logged in, snap install commands will use sudo [2021-04-07T01:52:57.648Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-04-07T01:52:57.648Z] snap "core18" has no updates available [2021-04-07T01:52:58.233Z] Pulling go-build-helper [2021-04-07T01:52:58.233Z] + snapcraftctl pull [2021-04-07T01:52:59.623Z] 'app-service-config' has dependencies that need to be staged: go-build-helper [2021-04-07T01:52:59.623Z] Skipping pull go-build-helper (already ran) [2021-04-07T01:52:59.623Z] Building go-build-helper [2021-04-07T01:52:59.623Z] + snapcraftctl build [2021-04-07T01:53:01.394Z] ---> 934c678bc466 [2021-04-07T01:53:01.394Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-04-07T01:53:01.394Z] ---> 48000c3b909e [2021-04-07T01:53:01.394Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-04-07T01:53:01.394Z] ---> Running in f94c8339ac3d [2021-04-07T01:53:01.394Z] ---> Running in 0a7ff64c6eb3 [2021-04-07T01:53:01.394Z] ---> 06f9125bdb43 [2021-04-07T01:53:01.394Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-04-07T01:53:01.394Z] ---> 2555c80f6be6 [2021-04-07T01:53:01.394Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-04-07T01:53:01.394Z] ---> 8c9e51ee0837 [2021-04-07T01:53:01.394Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-04-07T01:53:01.394Z] ---> Running in 88b2b55c6cc9 [2021-04-07T01:53:01.394Z] ---> Running in a08570a9f08a [2021-04-07T01:53:01.394Z] ---> Running in fa3ff695afac [2021-04-07T01:53:01.994Z] 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-07T01:53:02.169Z] Staging go-build-helper [2021-04-07T01:53:02.169Z] + snapcraftctl stage [2021-04-07T01:53:02.275Z] 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-07T01:53:02.875Z] 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-07T01:53:02.875Z] 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-07T01:53:03.156Z] 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-07T01:53:17.141Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-04-07T01:53:17.141Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-04-07T01:53:17.141Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1639 kB] [2021-04-07T01:53:17.141Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [310 kB] [2021-04-07T01:53:17.141Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] [2021-04-07T01:53:17.141Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-04-07T01:53:17.141Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [265 kB] [2021-04-07T01:53:17.141Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [34.6 kB] [2021-04-07T01:53:17.141Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1118 kB] [2021-04-07T01:53:17.141Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [251 kB] [2021-04-07T01:53:17.141Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-04-07T01:53:17.141Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-04-07T01:53:17.141Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-04-07T01:53:17.141Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-04-07T01:53:17.141Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-04-07T01:53:17.141Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-04-07T01:53:17.141Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-04-07T01:53:17.141Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-04-07T01:53:17.141Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-04-07T01:53:17.141Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1979 kB] [2021-04-07T01:53:17.141Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [402 kB] [2021-04-07T01:53:17.141Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] [2021-04-07T01:53:17.141Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-04-07T01:53:17.141Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [286 kB] [2021-04-07T01:53:17.141Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [38.2 kB] [2021-04-07T01:53:17.141Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1726 kB] [2021-04-07T01:53:17.141Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [366 kB] [2021-04-07T01:53:17.141Z] Fetched 24.2 MB in 0s (0 B/s) [2021-04-07T01:53:17.141Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-04-07T01:53:17.141Z] Fetched 224 kB in 0s (0 B/s) [2021-04-07T01:53:17.141Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-04-07T01:53:17.141Z] Fetched 157 kB in 0s (0 B/s) [2021-04-07T01:53:17.141Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-04-07T01:53:17.141Z] Fetched 221 kB in 0s (0 B/s) [2021-04-07T01:53:17.141Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-04-07T01:53:17.141Z] Fetched 143 kB in 0s (0 B/s) [2021-04-07T01:53:17.141Z] Pulling app-service-config [2021-04-07T01:53:17.141Z] + snapcraftctl pull [2021-04-07T01:53:17.141Z] Cloning into '/root/parts/app-service-config/src'... [2021-04-07T01:53:17.141Z] Pulling config-common [2021-04-07T01:53:17.141Z] + snapcraftctl pull [2021-04-07T01:53:22.436Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-04-07T01:53:22.436Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-04-07T01:53:22.436Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-04-07T01:53:22.436Z] Fetched 0 B in 0s (0 B/s) [2021-04-07T01:53:22.436Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-04-07T01:53:22.436Z] Fetched 0 B in 0s (0 B/s) [2021-04-07T01:53:22.436Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-04-07T01:53:22.436Z] Fetched 0 B in 0s (0 B/s) [2021-04-07T01:53:22.436Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-04-07T01:53:22.436Z] Fetched 0 B in 0s (0 B/s) [2021-04-07T01:53:22.436Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-04-07T01:53:22.436Z] Fetched 0 B in 0s (0 B/s) [2021-04-07T01:53:22.436Z] Pulling edgex-go [2021-04-07T01:53:22.436Z] + snapcraftctl pull [2021-04-07T01:53:49.035Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-04-07T01:53:49.035Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-04-07T01:53:49.035Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-04-07T01:53:49.035Z] Fetched 88.7 kB in 0s (0 B/s) [2021-04-07T01:53:49.035Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-04-07T01:53:49.035Z] Fetched 96.5 kB in 0s (0 B/s) [2021-04-07T01:53:49.035Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-04-07T01:53:49.035Z] Fetched 279 kB in 0s (0 B/s) [2021-04-07T01:53:49.035Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-04-07T01:53:49.035Z] Fetched 122 kB in 0s (0 B/s) [2021-04-07T01:53:49.035Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-04-07T01:53:49.035Z] Fetched 77.8 kB in 0s (0 B/s) [2021-04-07T01:53:49.035Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-04-07T01:53:49.035Z] Fetched 8848 B in 0s (0 B/s) [2021-04-07T01:53:49.035Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-04-07T01:53:49.035Z] Fetched 47.8 kB in 0s (0 B/s) [2021-04-07T01:53:49.035Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-04-07T01:53:49.035Z] Fetched 45.6 kB in 0s (0 B/s) [2021-04-07T01:53:49.035Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-04-07T01:53:49.035Z] Fetched 15.0 kB in 0s (0 B/s) [2021-04-07T01:53:49.035Z] Get:1 libcurl4_7.58.0-2ubuntu3.13_amd64.deb [219 kB] [2021-04-07T01:53:49.035Z] Fetched 219 kB in 0s (0 B/s) [2021-04-07T01:53:49.035Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] [2021-04-07T01:53:49.035Z] Fetched 154 kB in 0s (0 B/s) [2021-04-07T01:53:49.035Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-04-07T01:53:49.035Z] Fetched 50.6 kB in 0s (0 B/s) [2021-04-07T01:53:49.035Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-04-07T01:53:49.035Z] Fetched 14.8 kB in 0s (0 B/s) [2021-04-07T01:53:49.035Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-04-07T01:53:49.035Z] Fetched 41.8 kB in 0s (0 B/s) [2021-04-07T01:53:49.035Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-04-07T01:53:49.035Z] Fetched 499 kB in 0s (0 B/s) [2021-04-07T01:53:49.035Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-04-07T01:53:49.035Z] Fetched 111 kB in 0s (0 B/s) [2021-04-07T01:53:49.035Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-04-07T01:53:49.035Z] Fetched 240 kB in 0s (0 B/s) [2021-04-07T01:53:49.035Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-04-07T01:53:49.035Z] Fetched 29.3 kB in 0s (0 B/s) [2021-04-07T01:53:49.035Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-04-07T01:53:49.035Z] Fetched 85.5 kB in 0s (0 B/s) [2021-04-07T01:53:49.035Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-04-07T01:53:49.035Z] Fetched 24.5 kB in 0s (0 B/s) [2021-04-07T01:53:49.035Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-04-07T01:53:49.035Z] Fetched 49.2 kB in 0s (0 B/s) [2021-04-07T01:53:49.035Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-04-07T01:53:49.035Z] Fetched 54.2 kB in 0s (0 B/s) [2021-04-07T01:53:49.035Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-04-07T01:53:49.035Z] Fetched 30.8 kB in 0s (0 B/s) [2021-04-07T01:53:49.035Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] [2021-04-07T01:53:49.035Z] Fetched 15.8 kB in 0s (0 B/s) [2021-04-07T01:53:49.035Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-04-07T01:53:49.035Z] Fetched 85.9 kB in 0s (0 B/s) [2021-04-07T01:53:49.035Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-04-07T01:53:49.035Z] Fetched 8720 B in 0s (0 B/s) [2021-04-07T01:53:49.035Z] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] [2021-04-07T01:53:49.035Z] Fetched 137 kB in 0s (0 B/s) [2021-04-07T01:53:49.035Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-04-07T01:53:49.035Z] Fetched 119 kB in 0s (0 B/s) [2021-04-07T01:53:49.035Z] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] [2021-04-07T01:53:49.035Z] Fetched 109 kB in 0s (0 B/s) [2021-04-07T01:53:49.035Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-04-07T01:53:49.035Z] Fetched 11.1 kB in 0s (0 B/s) [2021-04-07T01:53:49.035Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-04-07T01:53:49.035Z] Fetched 645 kB in 0s (0 B/s) [2021-04-07T01:53:49.035Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-04-07T01:53:49.035Z] Fetched 41.3 kB in 0s (0 B/s) [2021-04-07T01:53:49.035Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-04-07T01:53:49.035Z] Fetched 17.9 kB in 0s (0 B/s) [2021-04-07T01:53:49.035Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-04-07T01:53:49.035Z] Fetched 368 kB in 0s (0 B/s) [2021-04-07T01:53:49.035Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-04-07T01:53:49.035Z] Fetched 187 kB in 0s (0 B/s) [2021-04-07T01:53:49.035Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-04-07T01:53:49.035Z] Fetched 175 kB in 0s (0 B/s) [2021-04-07T01:53:49.035Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-04-07T01:53:49.035Z] Fetched 206 kB in 0s (0 B/s) [2021-04-07T01:53:49.035Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb [1301 kB] [2021-04-07T01:53:49.035Z] Fetched 1301 kB in 0s (0 B/s) [2021-04-07T01:53:49.035Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-04-07T01:53:49.035Z] Fetched 36.2 kB in 0s (0 B/s) [2021-04-07T01:53:49.035Z] Get:1 curl_7.58.0-2ubuntu3.13_amd64.deb [159 kB] [2021-04-07T01:53:49.035Z] Fetched 159 kB in 0s (0 B/s) [2021-04-07T01:53:49.035Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-04-07T01:53:49.035Z] Fetched 107 kB in 0s (0 B/s) [2021-04-07T01:53:49.035Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-04-07T01:53:49.035Z] Fetched 48.7 kB in 0s (0 B/s) [2021-04-07T01:53:49.035Z] Pulling static-packages [2021-04-07T01:53:49.035Z] + snapcraftctl pull [2021-04-07T01:53:49.035Z] Pulling version [2021-04-07T01:53:49.035Z] + cd /root/project [2021-04-07T01:53:49.035Z] + [ -f VERSION ] [2021-04-07T01:53:49.035Z] + PROJECT_VERSION=local-dev [2021-04-07T01:53:49.035Z] + git rev-parse --short HEAD [2021-04-07T01:53:49.035Z] + GIT_REVISION=f38efd4c [2021-04-07T01:53:49.035Z] + snapcraftctl set-version local-dev [2021-04-07T01:53:49.035Z] Skipping build go-build-helper (already ran) [2021-04-07T01:53:49.035Z] Building app-service-config [2021-04-07T01:53:49.035Z] + make build [2021-04-07T01:53:49.035Z] CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.0.0-dev.41 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=0.0.0" -o app-service-configurable [2021-04-07T01:53:49.985Z] go: downloading github.com/edgexfoundry/app-functions-sdk-go/v2 v2.0.0-dev.41 [2021-04-07T01:53:50.270Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.62 [2021-04-07T01:53:50.270Z] go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.4 [2021-04-07T01:53:50.270Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.29 [2021-04-07T01:53:50.270Z] go: downloading github.com/google/uuid v1.2.0 [2021-04-07T01:53:50.270Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.5 [2021-04-07T01:53:50.270Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.7 [2021-04-07T01:53:50.270Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-04-07T01:53:50.270Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.10 [2021-04-07T01:53:50.534Z] go: downloading github.com/go-playground/validator/v10 v10.4.1 [2021-04-07T01:53:50.534Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-04-07T01:53:51.108Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-04-07T01:53:51.370Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2021-04-07T01:53:51.370Z] go: downloading golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 [2021-04-07T01:53:51.633Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2021-04-07T01:53:51.633Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-04-07T01:53:51.633Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-04-07T01:53:51.633Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-04-07T01:53:51.633Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-04-07T01:53:51.894Z] go: downloading github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 [2021-04-07T01:53:51.894Z] go: downloading github.com/x448/float16 v0.8.4 [2021-04-07T01:53:51.894Z] go: downloading github.com/hashicorp/consul/api v1.8.1 [2021-04-07T01:53:51.894Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-04-07T01:53:51.894Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-04-07T01:53:51.894Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-04-07T01:53:51.894Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.2 [2021-04-07T01:53:51.894Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-04-07T01:53:52.180Z] go: downloading github.com/pebbe/zmq4 v1.2.7 [2021-04-07T01:53:52.180Z] go: downloading github.com/hashicorp/serf v0.9.5 [2021-04-07T01:53:52.180Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.3.2 [2021-04-07T01:53:52.180Z] go: downloading github.com/hashicorp/go-hclog v0.12.0 [2021-04-07T01:53:52.180Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-04-07T01:53:52.180Z] go: downloading github.com/fatih/color v1.9.0 [2021-04-07T01:53:52.180Z] go: downloading github.com/mattn/go-isatty v0.0.12 [2021-04-07T01:53:52.180Z] go: downloading golang.org/x/net v0.0.0-20200425230154-ff2c4b7c35a0 [2021-04-07T01:53:52.180Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-04-07T01:53:52.180Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-04-07T01:53:52.180Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-04-07T01:53:52.180Z] go: downloading github.com/gorilla/websocket v1.4.2 [2021-04-07T01:53:52.180Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-04-07T01:53:52.180Z] go: downloading golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd [2021-04-07T01:53:52.180Z] go: downloading github.com/mattn/go-colorable v0.1.6 [2021-04-07T01:53:52.445Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-04-07T01:53:52.445Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-04-07T01:53:52.445Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-04-07T01:54:04.740Z] + install -DT ./app-service-configurable /root/parts/app-service-config/install/bin/app-service-configurable [2021-04-07T01:54:04.740Z] + install -DT ./res/rules-engine/configuration.toml /root/parts/app-service-config/install/config/app-service-configurable/res/rules-engine/configuration.toml [2021-04-07T01:54:04.740Z] + install -DT ./Attribution.txt /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/Attribution.txt [2021-04-07T01:54:04.740Z] + install -DT ./LICENSE /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/LICENSE [2021-04-07T01:54:06.661Z] Building config-common [2021-04-07T01:54:06.661Z] + snapcraftctl build [2021-04-07T01:54:09.976Z] Building edgex-go [2021-04-07T01:54:10.239Z] + cd /root/parts/edgex-go/src [2021-04-07T01:54:10.239Z] + make build [2021-04-07T01:54:10.239Z] 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-07T01:54:10.501Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.30 [2021-04-07T01:54:10.501Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-04-07T01:54:10.501Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.8 [2021-04-07T01:54:10.501Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.11 [2021-04-07T01:54:10.501Z] go: downloading github.com/pkg/errors v0.8.1 [2021-04-07T01:54:10.763Z] go: downloading github.com/imdario/mergo v0.3.12 [2021-04-07T01:54:10.763Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.3.3 [2021-04-07T01:54:15.015Z] 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-07T01:54:15.275Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-04-07T01:54:21.874Z] 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-07T01:54:23.794Z] 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-07T01:54:25.710Z] 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-07T01:54:26.282Z] 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-07T01:54:26.282Z] go: downloading github.com/stretchr/testify v1.7.0 [2021-04-07T01:54:26.544Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-04-07T01:54:26.544Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-04-07T01:54:26.544Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-04-07T01:54:29.102Z] 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-07T01:54:29.102Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-04-07T01:54:29.102Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-04-07T01:54:31.030Z] 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-07T01:54:32.421Z] 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-07T01:54:33.810Z] 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-07T01:54:35.201Z] 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-07T01:54:35.465Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-04-07T01:54:36.857Z] 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-07T01:54:37.119Z] go: downloading github.com/lib/pq v1.10.0 [2021-04-07T01:54:39.667Z] + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command [2021-04-07T01:54:39.667Z] + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml [2021-04-07T01:54:39.667Z] + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data [2021-04-07T01:54:39.667Z] + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml [2021-04-07T01:54:39.667Z] + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata [2021-04-07T01:54:39.667Z] + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml [2021-04-07T01:54:39.667Z] + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications [2021-04-07T01:54:39.667Z] + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml [2021-04-07T01:54:39.667Z] + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler [2021-04-07T01:54:39.667Z] + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml [2021-04-07T01:54:39.667Z] + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent [2021-04-07T01:54:39.667Z] + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml [2021-04-07T01:54:39.667Z] + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup [2021-04-07T01:54:39.667Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml [2021-04-07T01:54:39.667Z] + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup [2021-04-07T01:54:39.667Z] + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml [2021-04-07T01:54:39.667Z] + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider [2021-04-07T01:54:39.667Z] + 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-07T01:54:39.667Z] + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper [2021-04-07T01:54:39.667Z] + 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-07T01:54:39.667Z] + install -DT ./cmd/security-bootstrapper/res/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res/configuration.toml [2021-04-07T01:54:39.667Z] + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config [2021-04-07T01:54:39.667Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml [2021-04-07T01:54:39.667Z] + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt [2021-04-07T01:54:39.667Z] + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE [2021-04-07T01:54:39.667Z] + 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-07T01:54:40.005Z] 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-07T01:54:40.005Z] 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-07T01:54:42.978Z] Building static-packages [2021-04-07T01:54:42.978Z] + snapcraftctl build [2021-04-07T01:54:46.287Z] Building version [2021-04-07T01:54:46.287Z] + snapcraftctl build [2021-04-07T01:54:48.926Z] Skipping stage go-build-helper (already ran) [2021-04-07T01:54:49.188Z] Staging app-service-config [2021-04-07T01:54:49.188Z] + snapcraftctl stage [2021-04-07T01:54:50.576Z] Staging config-common [2021-04-07T01:54:50.576Z] + snapcraftctl stage [2021-04-07T01:54:51.962Z] Staging edgex-go [2021-04-07T01:54:51.962Z] + snapcraftctl stage [2021-04-07T01:54:52.908Z] Staging static-packages [2021-04-07T01:54:52.908Z] + snapcraftctl stage [2021-04-07T01:54:54.300Z] Staging version [2021-04-07T01:54:54.300Z] + snapcraftctl stage [2021-04-07T01:54:55.217Z] Removing intermediate container 88b2b55c6cc9 [2021-04-07T01:54:55.217Z] ---> ed07e2a829b8 [2021-04-07T01:54:55.217Z] [2021-04-07T01:54:55.217Z] Step 10/24 : FROM alpine:3.12 [2021-04-07T01:54:55.217Z] 3.12: Pulling from library/alpine [2021-04-07T01:54:55.217Z] Removing intermediate container 0a7ff64c6eb3 [2021-04-07T01:54:55.217Z] ---> d63e21e3ff93 [2021-04-07T01:54:55.217Z] [2021-04-07T01:54:55.217Z] Step 10/21 : FROM alpine:3.12 [2021-04-07T01:54:55.217Z] 3.12: Pulling from library/alpine [2021-04-07T01:54:55.217Z] Digest: sha256:834e9309b5ef0f78d8d20ef0652e7b0272fe97b5baf45720e1b830eaf013cc1b [2021-04-07T01:54:55.217Z] Digest: sha256:834e9309b5ef0f78d8d20ef0652e7b0272fe97b5baf45720e1b830eaf013cc1b [2021-04-07T01:54:55.217Z] Status: Image is up to date for alpine:3.12 [2021-04-07T01:54:55.217Z] ---> d75e27dfc0a0 [2021-04-07T01:54:55.217Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec [2021-04-07T01:54:55.217Z] Status: Downloaded newer image for alpine:3.12 [2021-04-07T01:54:55.217Z] ---> d75e27dfc0a0 [2021-04-07T01:54:55.217Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-04-07T01:54:55.688Z] Priming go-build-helper [2021-04-07T01:54:55.688Z] + snapcraftctl prime [2021-04-07T01:54:55.837Z] ---> Running in b0a70a5bf4d4 [2021-04-07T01:54:55.837Z] ---> Running in 8b47173d4630 [2021-04-07T01:54:56.635Z] Priming app-service-config [2021-04-07T01:54:56.896Z] + snapcraftctl prime [2021-04-07T01:54:57.841Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-07T01:54:57.842Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-07T01:54:57.842Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-07T01:54:57.842Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-07T01:54:58.284Z] Priming config-common [2021-04-07T01:54:58.284Z] + snapcraftctl prime [2021-04-07T01:54:58.456Z] (1/6) Installing ca-certificates (20191127-r4) [2021-04-07T01:54:58.456Z] (1/4) Installing ca-certificates (20191127-r4) [2021-04-07T01:54:58.739Z] (2/6) Installing nghttp2-libs (1.41.0-r0) [2021-04-07T01:54:58.739Z] (3/6) Installing libcurl (7.69.1-r3) [2021-04-07T01:54:58.739Z] (4/6) Installing curl (7.69.1-r3) [2021-04-07T01:54:58.739Z] (5/6) Installing dumb-init (1.2.2-r1) [2021-04-07T01:54:58.739Z] (6/6) Installing su-exec (0.2-r1) [2021-04-07T01:54:58.739Z] Executing busybox-1.31.1-r20.trigger [2021-04-07T01:54:58.739Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-04-07T01:54:58.739Z] (3/4) Installing libcurl (7.69.1-r3) [2021-04-07T01:54:58.739Z] Executing ca-certificates-20191127-r4.trigger [2021-04-07T01:54:58.739Z] (4/4) Installing curl (7.69.1-r3) [2021-04-07T01:54:58.739Z] Executing busybox-1.31.1-r20.trigger [2021-04-07T01:54:58.739Z] Executing ca-certificates-20191127-r4.trigger [2021-04-07T01:54:59.021Z] OK: 7 MiB in 20 packages [2021-04-07T01:54:59.021Z] OK: 7 MiB in 18 packages [2021-04-07T01:54:59.669Z] Priming edgex-go [2021-04-07T01:54:59.669Z] + snapcraftctl prime [2021-04-07T01:55:01.075Z] Priming static-packages [2021-04-07T01:55:01.075Z] + snapcraftctl prime [2021-04-07T01:55:03.401Z] Removing intermediate container 8b47173d4630 [2021-04-07T01:55:03.401Z] ---> f01b0d7f1217 [2021-04-07T01:55:03.401Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-04-07T01:55:03.401Z] Removing intermediate container b0a70a5bf4d4 [2021-04-07T01:55:03.401Z] ---> e158994b028f [2021-04-07T01:55:03.401Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-04-07T01:55:03.401Z] ---> Running in 37a7e166abf2 [2021-04-07T01:55:03.625Z] Priming version [2021-04-07T01:55:03.625Z] + snapcraftctl prime [2021-04-07T01:55:03.679Z] ---> Running in 3c033fa5bdbf [2021-04-07T01:55:04.284Z] Removing intermediate container a08570a9f08a [2021-04-07T01:55:04.284Z] ---> cb3041fabcbc [2021-04-07T01:55:04.284Z] [2021-04-07T01:55:04.284Z] Step 10/22 : FROM alpine:3.12 [2021-04-07T01:55:04.284Z] ---> d75e27dfc0a0 [2021-04-07T01:55:04.284Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-04-07T01:55:04.284Z] Removing intermediate container 37a7e166abf2 [2021-04-07T01:55:04.284Z] ---> 19027bad1df6 [2021-04-07T01:55:04.284Z] Step 13/21 : WORKDIR /edgex [2021-04-07T01:55:04.567Z] Removing intermediate container fa3ff695afac [2021-04-07T01:55:04.567Z] ---> c310c46ba94a [2021-04-07T01:55:04.567Z] [2021-04-07T01:55:04.567Z] Step 10/22 : FROM alpine:3.12 [2021-04-07T01:55:04.567Z] ---> d75e27dfc0a0 [2021-04-07T01:55:04.567Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-04-07T01:55:04.567Z] ---> Running in d4eb5a37ff03 [2021-04-07T01:55:04.846Z] ---> Running in 1c369ee1e79a [2021-04-07T01:55:04.846Z] Removing intermediate container 3c033fa5bdbf [2021-04-07T01:55:04.846Z] ---> 5d3415850480 [2021-04-07T01:55:04.846Z] Step 13/24 : WORKDIR / [2021-04-07T01:55:04.846Z] ---> Running in a2ffeadcf1fe [2021-04-07T01:55:05.011Z] The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [2021-04-07T01:55:05.119Z] ---> Running in 939a580c94c6 [2021-04-07T01:55:05.396Z] Removing intermediate container 1c369ee1e79a [2021-04-07T01:55:05.396Z] ---> 71a70a87724d [2021-04-07T01:55:05.396Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-04-07T01:55:05.995Z] Removing intermediate container 939a580c94c6 [2021-04-07T01:55:05.995Z] ---> 342154e0ae41 [2021-04-07T01:55:05.995Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [2021-04-07T01:55:06.988Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-04-07T01:55:07.270Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-07T01:55:07.270Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-07T01:55:07.270Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-07T01:55:07.878Z] ---> 0678ad88cd49 [2021-04-07T01:55:07.879Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-04-07T01:55:07.879Z] (1/2) Installing ca-certificates (20191127-r4) [2021-04-07T01:55:07.879Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-04-07T01:55:07.879Z] Executing busybox-1.31.1-r20.trigger [2021-04-07T01:55:07.879Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-04-07T01:55:07.879Z] Executing ca-certificates-20191127-r4.trigger [2021-04-07T01:55:07.879Z] Executing busybox-1.31.1-r20.trigger [2021-04-07T01:55:07.879Z] OK: 5 MiB in 15 packages [2021-04-07T01:55:08.160Z] ---> e83b93cc38ff [2021-04-07T01:55:08.160Z] 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-07T01:55:08.160Z] OK: 6 MiB in 16 packages [2021-04-07T01:55:10.157Z] ---> 6e8e9f79c286 [2021-04-07T01:55:10.157Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-04-07T01:55:10.157Z] Removing intermediate container f94c8339ac3d [2021-04-07T01:55:10.157Z] ---> e12f1c55a962 [2021-04-07T01:55:10.157Z] [2021-04-07T01:55:10.157Z] Step 10/23 : FROM alpine:3.12 [2021-04-07T01:55:10.157Z] ---> d75e27dfc0a0 [2021-04-07T01:55:10.157Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-04-07T01:55:10.157Z] ---> eeaaca5b4269 [2021-04-07T01:55:10.157Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-04-07T01:55:10.435Z] ---> Running in 1fec6289a8a8 [2021-04-07T01:55:10.435Z] Removing intermediate container a2ffeadcf1fe [2021-04-07T01:55:10.435Z] ---> 6a20cad7141c [2021-04-07T01:55:10.435Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-07T01:55:10.727Z] Removing intermediate container d4eb5a37ff03 [2021-04-07T01:55:10.727Z] ---> 6d33150cd56c [2021-04-07T01:55:10.727Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-07T01:55:11.011Z] ---> Running in 6eabc40ee756 [2021-04-07T01:55:11.011Z] ---> Running in 3e2145edfa7c [2021-04-07T01:55:11.293Z] ---> 59e31b1b2f11 [2021-04-07T01:55:11.293Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-04-07T01:55:11.892Z] ---> 2094ed5d296f [2021-04-07T01:55:11.893Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-04-07T01:55:12.168Z] Removing intermediate container 3e2145edfa7c [2021-04-07T01:55:12.168Z] ---> 68ced179e742 [2021-04-07T01:55:12.168Z] Step 13/22 : ENV APP_PORT=48060 [2021-04-07T01:55:12.168Z] Removing intermediate container 6eabc40ee756 [2021-04-07T01:55:12.168Z] ---> ee916896a3be [2021-04-07T01:55:12.168Z] Step 13/22 : ENV APP_PORT=48085 [2021-04-07T01:55:12.168Z] ---> Running in c6fe72fd8bfb [2021-04-07T01:55:12.168Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-07T01:55:12.448Z] ---> Running in 473f7d2cf372 [2021-04-07T01:55:12.448Z] ---> Running in d9b9a0285c98 [2021-04-07T01:55:12.448Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-07T01:55:12.727Z] ---> cde51093417c [2021-04-07T01:55:12.727Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-04-07T01:55:13.001Z] Removing intermediate container c6fe72fd8bfb [2021-04-07T01:55:13.001Z] ---> 2122007c090c [2021-04-07T01:55:13.001Z] Step 18/21 : CMD ["--init=true"] [2021-04-07T01:55:13.001Z] Removing intermediate container 473f7d2cf372 [2021-04-07T01:55:13.001Z] ---> ac983697fdf3 [2021-04-07T01:55:13.001Z] Step 14/22 : EXPOSE $APP_PORT [2021-04-07T01:55:13.277Z] Removing intermediate container d9b9a0285c98 [2021-04-07T01:55:13.277Z] ---> 4ae130b8d060 [2021-04-07T01:55:13.277Z] Step 14/22 : EXPOSE $APP_PORT [2021-04-07T01:55:13.277Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-04-07T01:55:13.277Z] Executing busybox-1.31.1-r20.trigger [2021-04-07T01:55:13.277Z] OK: 5 MiB in 15 packages [2021-04-07T01:55:13.277Z] ---> Running in 697dae7022d2 [2021-04-07T01:55:13.277Z] ---> Running in 9785ae076d7e [2021-04-07T01:55:13.556Z] ---> Running in 31d6561c64b0 [2021-04-07T01:55:14.192Z] Removing intermediate container 697dae7022d2 [2021-04-07T01:55:14.192Z] Removing intermediate container 9785ae076d7e [2021-04-07T01:55:14.192Z] ---> e0046a86cdbd [2021-04-07T01:55:14.192Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-07T01:55:14.192Z] ---> bebdf55f02ef [2021-04-07T01:55:14.192Z] Step 19/21 : LABEL arch=arm64 [2021-04-07T01:55:14.192Z] Removing intermediate container 31d6561c64b0 [2021-04-07T01:55:14.192Z] ---> 12a6a2d137b1 [2021-04-07T01:55:14.192Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-07T01:55:14.513Z] ---> Running in 5c0061bd2659 [2021-04-07T01:55:14.829Z] ---> fc597a8772e6 [2021-04-07T01:55:14.830Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-04-07T01:55:15.166Z] ---> cf462e0a4f8c [2021-04-07T01:55:15.166Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-04-07T01:55:15.458Z] Removing intermediate container 5c0061bd2659 [2021-04-07T01:55:15.458Z] ---> 6df0696297bb [2021-04-07T01:55:15.458Z] Step 20/21 : LABEL git_sha=f38efd4c31adff1451f844e6fba5d517ca5623d7 [2021-04-07T01:55:15.458Z] Removing intermediate container 1fec6289a8a8 [2021-04-07T01:55:15.458Z] ---> e0156af21ff2 [2021-04-07T01:55:15.458Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-07T01:55:15.764Z] ---> df794525c149 [2021-04-07T01:55:15.764Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-04-07T01:55:15.764Z] ---> Running in 49028c78c1f4 [2021-04-07T01:55:15.764Z] ---> Running in a32ccd0cd3be [2021-04-07T01:55:16.064Z] ---> be092ed22284 [2021-04-07T01:55:16.064Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-04-07T01:55:16.702Z] ---> Running in 2ff48ef63bbb [2021-04-07T01:55:17.294Z] Removing intermediate container 49028c78c1f4 [2021-04-07T01:55:17.294Z] ---> 5141b9e566d0 [2021-04-07T01:55:17.294Z] Step 13/23 : ENV APP_PORT=48081 [2021-04-07T01:55:17.294Z] Removing intermediate container a32ccd0cd3be [2021-04-07T01:55:17.294Z] ---> 011b6c87bbf4 [2021-04-07T01:55:17.294Z] Step 21/21 : LABEL version=0.0.0 [2021-04-07T01:55:17.568Z] ---> 3a6720fedb5b [2021-04-07T01:55:17.568Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-04-07T01:55:17.842Z] ---> Running in 91a370b1cd4d [2021-04-07T01:55:17.842Z] ---> Running in 16640e41330f [2021-04-07T01:55:17.842Z] ---> 6d8c8f58afc7 [2021-04-07T01:55:17.842Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-04-07T01:55:18.461Z] Removing intermediate container 91a370b1cd4d [2021-04-07T01:55:18.461Z] ---> d302fc2c9c68 [2021-04-07T01:55:18.461Z] [2021-04-07T01:55:18.461Z] Removing intermediate container 16640e41330f [2021-04-07T01:55:18.461Z] ---> ae8c4bcaf181 [2021-04-07T01:55:18.461Z] Step 14/23 : EXPOSE $APP_PORT [2021-04-07T01:55:18.743Z] ---> Running in 4a8c95ad38d8 [2021-04-07T01:55:18.743Z] ---> 7d41baad2d89 [2021-04-07T01:55:18.743Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-04-07T01:55:19.028Z] Successfully built d302fc2c9c68 [2021-04-07T01:55:19.028Z] ---> 31d5dd4fde38 [2021-04-07T01:55:19.028Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-04-07T01:55:19.028Z] ---> Running in 2345fef31292 [2021-04-07T01:55:19.028Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-04-07T01:55:19.028Z]  Building docker-security-proxy-setup-go ... done Building docker-sys-mgmt-agent-go [2021-04-07T01:55:19.303Z] ---> Running in 26b5ec387849 [2021-04-07T01:55:19.303Z] Removing intermediate container 4a8c95ad38d8 [2021-04-07T01:55:19.303Z] ---> a7b902fb6c61 [2021-04-07T01:55:19.303Z] Step 15/23 : WORKDIR / [2021-04-07T01:55:19.576Z] ---> Running in 7a6892bce94a [2021-04-07T01:55:19.853Z] Removing intermediate container 2345fef31292 [2021-04-07T01:55:19.853Z] ---> 764af077ee62 [2021-04-07T01:55:19.853Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-07T01:55:19.853Z] ---> Running in 503b579eaef4 [2021-04-07T01:55:20.147Z] Removing intermediate container 26b5ec387849 [2021-04-07T01:55:20.147Z] ---> d6f410ef57e6 [2021-04-07T01:55:20.147Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-07T01:55:20.147Z] Removing intermediate container 2ff48ef63bbb [2021-04-07T01:55:20.147Z] ---> e8e71df80fc4 [2021-04-07T01:55:20.147Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-04-07T01:55:20.423Z] ---> Running in a4a052b5927e [2021-04-07T01:55:20.423Z] Removing intermediate container 7a6892bce94a [2021-04-07T01:55:20.423Z] ---> 0e4b152a5497 [2021-04-07T01:55:20.423Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-07T01:55:20.697Z] ---> Running in ae1daf802dbb [2021-04-07T01:55:21.316Z] Removing intermediate container 503b579eaef4 [2021-04-07T01:55:21.316Z] ---> fb8b5b0f53b0 [2021-04-07T01:55:21.316Z] Step 20/22 : LABEL arch=arm64 [2021-04-07T01:55:21.593Z] Removing intermediate container a4a052b5927e [2021-04-07T01:55:21.593Z] ---> cf76fdf35e71 [2021-04-07T01:55:21.593Z] Step 20/22 : LABEL arch=arm64 [2021-04-07T01:55:21.593Z] Removing intermediate container ae1daf802dbb [2021-04-07T01:55:21.593Z] ---> 98c99fe9eed2 [2021-04-07T01:55:21.593Z] Step 22/24 : LABEL arch=arm64 [2021-04-07T01:55:22.564Z] ---> Running in c7c4b9e5de11 [2021-04-07T01:55:22.564Z] ---> e787e751d2e0 [2021-04-07T01:55:22.564Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-04-07T01:55:22.564Z] ---> Running in ba21c96c086e [2021-04-07T01:55:22.564Z] ---> Running in 2d3a37b248a9 [2021-04-07T01:55:23.163Z] Removing intermediate container c7c4b9e5de11 [2021-04-07T01:55:23.163Z] ---> 37ce29e96a05 [2021-04-07T01:55:23.163Z] Step 21/22 : LABEL git_sha=f38efd4c31adff1451f844e6fba5d517ca5623d7 [2021-04-07T01:55:24.162Z] Removing intermediate container 2d3a37b248a9 [2021-04-07T01:55:24.162Z] Removing intermediate container ba21c96c086e [2021-04-07T01:55:24.162Z] ---> 9950e9eba658 [2021-04-07T01:55:24.162Z] ---> af55d90f272b [2021-04-07T01:55:24.162Z] Step 23/24 : LABEL git_sha=f38efd4c31adff1451f844e6fba5d517ca5623d7Step 21/22 : LABEL git_sha=f38efd4c31adff1451f844e6fba5d517ca5623d7 [2021-04-07T01:55:24.162Z] [2021-04-07T01:55:24.162Z] ---> Running in fd5d589e103c [2021-04-07T01:55:24.759Z] ---> 764dfd8fe1f0 [2021-04-07T01:55:24.759Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-04-07T01:55:24.759Z] ---> Running in 4ce845f35417 [2021-04-07T01:55:24.759Z] ---> Running in dda463a4ea28 [2021-04-07T01:55:25.033Z] Removing intermediate container fd5d589e103c [2021-04-07T01:55:25.033Z] ---> f6526893bfea [2021-04-07T01:55:25.033Z] Step 22/22 : LABEL version=0.0.0 [2021-04-07T01:55:25.317Z] ---> Running in 528b4c879bdf [2021-04-07T01:55:25.317Z] Removing intermediate container 4ce845f35417 [2021-04-07T01:55:25.317Z] ---> 0321f6d1d023 [2021-04-07T01:55:25.317Z] Step 22/22 : LABEL version=0.0.0 [2021-04-07T01:55:25.612Z] Removing intermediate container dda463a4ea28 [2021-04-07T01:55:25.612Z] ---> bfc40d9b4540 [2021-04-07T01:55:25.612Z] Step 24/24 : LABEL version=0.0.0 [2021-04-07T01:55:25.612Z] ---> Running in 298d88bd75ae [2021-04-07T01:55:25.891Z] ---> 44a808116ecc [2021-04-07T01:55:25.891Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-04-07T01:55:25.891Z] ---> Running in a7503b9b61ef [2021-04-07T01:55:25.891Z] Removing intermediate container 528b4c879bdf [2021-04-07T01:55:25.891Z] ---> 246fb4fead6a [2021-04-07T01:55:25.891Z] [2021-04-07T01:55:26.168Z] ---> Running in a6094d0a3be6 [2021-04-07T01:55:26.447Z] Removing intermediate container 298d88bd75ae [2021-04-07T01:55:26.447Z] ---> 51100f060174 [2021-04-07T01:55:26.447Z] [2021-04-07T01:55:26.447Z] Successfully built 246fb4fead6a [2021-04-07T01:55:26.447Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-04-07T01:55:26.447Z]  Building docker-support-notifications-go ... done Building docker-security-bootstrapper-go [2021-04-07T01:55:26.447Z] Removing intermediate container a7503b9b61ef [2021-04-07T01:55:26.447Z] ---> 9ed4d9dff9a2 [2021-04-07T01:55:26.447Z] [2021-04-07T01:55:27.046Z] Removing intermediate container a6094d0a3be6 [2021-04-07T01:55:27.046Z] ---> 45ffd6942152 [2021-04-07T01:55:27.046Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-07T01:55:27.046Z] Successfully built 51100f060174 [2021-04-07T01:55:27.046Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-04-07T01:55:27.046Z] Building docker-core-command-go [2021-04-07T01:55:27.046Z]  Building docker-support-scheduler-go ... done Successfully built 9ed4d9dff9a2 [2021-04-07T01:55:27.319Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-04-07T01:55:27.319Z]  Building docker-security-secretstore-setup-go ... done Building docker-core-data-go [2021-04-07T01:55:27.319Z] ---> Running in 9af5ba69bc02 [2021-04-07T01:55:27.916Z] Removing intermediate container 9af5ba69bc02 [2021-04-07T01:55:27.916Z] ---> cd0d2cb43068 [2021-04-07T01:55:27.916Z] Step 21/23 : LABEL arch=arm64 [2021-04-07T01:55:27.916Z] ---> Running in 831f09768d8b [2021-04-07T01:55:28.509Z] Removing intermediate container 831f09768d8b [2021-04-07T01:55:28.509Z] ---> f827f200fd5b [2021-04-07T01:55:28.509Z] Step 22/23 : LABEL git_sha=f38efd4c31adff1451f844e6fba5d517ca5623d7 [2021-04-07T01:55:28.509Z] ---> Running in 139bb5288ae5 [2021-04-07T01:55:29.111Z] Removing intermediate container 139bb5288ae5 [2021-04-07T01:55:29.111Z] ---> 2a1032b6e503 [2021-04-07T01:55:29.111Z] Step 23/23 : LABEL version=0.0.0 [2021-04-07T01:55:29.111Z] ---> Running in 09666dff8245 [2021-04-07T01:55:29.714Z] Removing intermediate container 09666dff8245 [2021-04-07T01:55:29.714Z] ---> 0ab4a77eb47c [2021-04-07T01:55:29.714Z] [2021-04-07T01:55:30.307Z] Successfully built 0ab4a77eb47c [2021-04-07T01:55:30.307Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-04-07T01:56:09.290Z]  Building docker-core-metadata-go ... done Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-07T01:56:09.290Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-04-07T01:56:09.290Z] ---> 021312a0951b [2021-04-07T01:56:09.290Z] Step 3/26 : WORKDIR /edgex-go [2021-04-07T01:56:09.290Z] ---> Using cache [2021-04-07T01:56:09.290Z] ---> a17b8f174aab [2021-04-07T01:56:09.290Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-07T01:56:09.290Z] ---> Using cache [2021-04-07T01:56:09.290Z] ---> 42c58f7af6da [2021-04-07T01:56:09.290Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-04-07T01:56:09.887Z] ---> Running in d606a5aea8b5 [2021-04-07T01:56:11.348Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-07T01:56:11.957Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-07T01:56:12.551Z] OK: 217 MiB in 51 packages [2021-04-07T01:56:15.954Z] Removing intermediate container d606a5aea8b5 [2021-04-07T01:56:15.954Z] ---> f0e35be9c6a1 [2021-04-07T01:56:15.954Z] Step 6/26 : COPY go.mod . [2021-04-07T01:56:16.554Z] ---> bd8ee944e962 [2021-04-07T01:56:16.554Z] Step 7/26 : RUN go mod download [2021-04-07T01:56:17.150Z] ---> Running in 40ef9cd4af16 [2021-04-07T01:56:18.596Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-07T01:56:18.596Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-04-07T01:56:18.596Z] ---> 021312a0951b [2021-04-07T01:56:18.596Z] Step 3/31 : WORKDIR /edgex-go [2021-04-07T01:56:18.596Z] ---> Using cache [2021-04-07T01:56:18.596Z] ---> a17b8f174aab [2021-04-07T01:56:18.596Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-07T01:56:18.596Z] ---> Using cache [2021-04-07T01:56:18.596Z] ---> 42c58f7af6da [2021-04-07T01:56:18.596Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-04-07T01:56:18.596Z] ---> Using cache [2021-04-07T01:56:18.596Z] ---> 35da7c59b2a2 [2021-04-07T01:56:18.596Z] Step 6/31 : COPY go.mod . [2021-04-07T01:56:18.596Z] ---> Using cache [2021-04-07T01:56:18.596Z] ---> 093a145e5641 [2021-04-07T01:56:18.596Z] Step 7/31 : RUN go mod download [2021-04-07T01:56:18.596Z] ---> Using cache [2021-04-07T01:56:18.596Z] ---> b1e2a1caf1d7 [2021-04-07T01:56:18.596Z] Step 8/31 : COPY . . [2021-04-07T01:56:19.213Z] ---> Using cache [2021-04-07T01:56:19.213Z] ---> 06f9125bdb43 [2021-04-07T01:56:19.213Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-04-07T01:56:19.213Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-07T01:56:19.213Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-07T01:56:19.213Z] ---> 021312a0951b [2021-04-07T01:56:19.213Z] Step 3/23 : WORKDIR /edgex-go [2021-04-07T01:56:19.213Z] ---> Using cache [2021-04-07T01:56:19.213Z] ---> a17b8f174aab [2021-04-07T01:56:19.213Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-07T01:56:19.213Z] ---> Using cache [2021-04-07T01:56:19.213Z] ---> 42c58f7af6da [2021-04-07T01:56:19.213Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-04-07T01:56:19.213Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-07T01:56:19.213Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-07T01:56:19.213Z] ---> 021312a0951b [2021-04-07T01:56:19.213Z] Step 3/23 : WORKDIR /edgex-go [2021-04-07T01:56:19.213Z] ---> Using cache [2021-04-07T01:56:19.213Z] ---> a17b8f174aab [2021-04-07T01:56:19.213Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-07T01:56:19.213Z] ---> Using cache [2021-04-07T01:56:19.213Z] ---> 42c58f7af6da [2021-04-07T01:56:19.213Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-04-07T01:56:19.213Z] ---> Using cache [2021-04-07T01:56:19.213Z] ---> 35da7c59b2a2 [2021-04-07T01:56:19.213Z] Step 6/23 : COPY go.mod . [2021-04-07T01:56:19.213Z] ---> Using cache [2021-04-07T01:56:19.213Z] ---> 093a145e5641 [2021-04-07T01:56:19.213Z] Step 7/23 : RUN go mod download [2021-04-07T01:56:19.213Z] ---> Using cache [2021-04-07T01:56:19.213Z] ---> b1e2a1caf1d7 [2021-04-07T01:56:19.213Z] Step 8/23 : COPY . . [2021-04-07T01:56:19.213Z] ---> Using cache [2021-04-07T01:56:19.213Z] ---> 06f9125bdb43 [2021-04-07T01:56:19.213Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-04-07T01:56:19.488Z] ---> Running in c1f175aea590 [2021-04-07T01:56:19.488Z] ---> Running in f409c486a188 [2021-04-07T01:56:19.488Z] ---> Running in 7cc5db879df7 [2021-04-07T01:56:20.941Z] Removing intermediate container 40ef9cd4af16 [2021-04-07T01:56:20.942Z] ---> 1e0b7a3bba6e [2021-04-07T01:56:20.942Z] Step 8/26 : COPY . . [2021-04-07T01:56:21.216Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-07T01:56:21.216Z] 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-07T01:56:21.498Z] 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-07T01:56:22.102Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-07T01:56:22.710Z] OK: 217 MiB in 51 packages [2021-04-07T01:56:26.134Z] Removing intermediate container f409c486a188 [2021-04-07T01:56:26.134Z] ---> 1a7684292a20 [2021-04-07T01:56:26.134Z] Step 6/23 : COPY go.mod . [2021-04-07T01:56:28.136Z] ---> d3589cae1c19 [2021-04-07T01:56:28.136Z] Step 7/23 : RUN go mod download [2021-04-07T01:56:28.414Z] ---> Running in 4cd66ff12b6e [2021-04-07T01:56:35.151Z] Removing intermediate container 4cd66ff12b6e [2021-04-07T01:56:35.151Z] ---> 0e85af32c611 [2021-04-07T01:56:35.151Z] Step 8/23 : COPY . . [2021-04-07T01:56:47.599Z] ---> 408d4751706a [2021-04-07T01:56:47.599Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-04-07T01:56:47.599Z] ---> Running in a47eda7e9a32 [2021-04-07T01:56:49.590Z] 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-07T01:56:57.890Z] ---> b8adcf206430 [2021-04-07T01:56:57.890Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-04-07T01:56:57.890Z] ---> Running in 576e5d4497a6 [2021-04-07T01:56:59.330Z] 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-07T01:57:46.696Z] Removing intermediate container c1f175aea590 [2021-04-07T01:57:46.696Z] ---> 51f6f875aa39 [2021-04-07T01:57:46.696Z] [2021-04-07T01:57:46.696Z] Step 10/31 : FROM alpine:3.12 [2021-04-07T01:57:46.696Z] ---> d75e27dfc0a0 [2021-04-07T01:57:46.696Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-04-07T01:57:46.696Z] ---> Running in 1a1a993d303d [2021-04-07T01:57:46.696Z] Removing intermediate container 1a1a993d303d [2021-04-07T01:57:46.696Z] ---> 2de4d5f218e4 [2021-04-07T01:57:46.696Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-04-07T01:57:46.696Z] ---> Running in 8cab7fc91f26 [2021-04-07T01:57:46.696Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-07T01:57:46.975Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-07T01:57:47.975Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-04-07T01:57:47.975Z] (2/2) Installing su-exec (0.2-r1) [2021-04-07T01:57:47.975Z] Executing busybox-1.31.1-r20.trigger [2021-04-07T01:57:47.975Z] OK: 5 MiB in 16 packages [2021-04-07T01:57:50.005Z] Removing intermediate container 7cc5db879df7 [2021-04-07T01:57:50.005Z] ---> 843f24bb3562 [2021-04-07T01:57:50.005Z] [2021-04-07T01:57:50.005Z] Step 10/23 : FROM alpine:3.12 [2021-04-07T01:57:50.005Z] ---> d75e27dfc0a0 [2021-04-07T01:57:50.005Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-04-07T01:57:50.005Z] ---> Using cache [2021-04-07T01:57:50.005Z] ---> e0156af21ff2 [2021-04-07T01:57:50.005Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-07T01:57:50.005Z] ---> Using cache [2021-04-07T01:57:50.005Z] ---> 5141b9e566d0 [2021-04-07T01:57:50.005Z] Step 13/23 : ENV APP_PORT=48082 [2021-04-07T01:57:50.278Z] ---> Running in c15e8554467f [2021-04-07T01:57:50.278Z] Removing intermediate container 8cab7fc91f26 [2021-04-07T01:57:50.278Z] ---> 10422da1ed02 [2021-04-07T01:57:50.278Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-04-07T01:57:50.553Z] ---> Running in 34d64c3b8cf9 [2021-04-07T01:57:51.150Z] Removing intermediate container c15e8554467f [2021-04-07T01:57:51.150Z] ---> d60057284efd [2021-04-07T01:57:51.150Z] Step 14/23 : EXPOSE $APP_PORT [2021-04-07T01:57:51.150Z] ---> Running in 19c4e7e0ab97 [2021-04-07T01:57:51.423Z] Removing intermediate container 34d64c3b8cf9 [2021-04-07T01:57:51.423Z] ---> c7510501473c [2021-04-07T01:57:51.423Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-04-07T01:57:51.423Z] ---> Running in dad0f381345a [2021-04-07T01:57:52.024Z] Removing intermediate container 19c4e7e0ab97 [2021-04-07T01:57:52.024Z] ---> dee935993e20 [2021-04-07T01:57:52.024Z] Step 15/23 : WORKDIR / [2021-04-07T01:57:52.024Z] ---> Running in 51ba72e04c75 [2021-04-07T01:57:52.301Z] Removing intermediate container dad0f381345a [2021-04-07T01:57:52.301Z] ---> 1e3e081d01c8 [2021-04-07T01:57:52.301Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-04-07T01:57:52.575Z] ---> Running in 8296672ba124 [2021-04-07T01:57:52.849Z] Removing intermediate container 51ba72e04c75 [2021-04-07T01:57:52.849Z] ---> 5d34168d5091 [2021-04-07T01:57:52.849Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-07T01:57:54.290Z] ---> 3215afeaeb88 [2021-04-07T01:57:54.290Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-04-07T01:57:56.273Z] Removing intermediate container 8296672ba124 [2021-04-07T01:57:56.273Z] ---> 77b97dca6bc2 [2021-04-07T01:57:56.273Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-04-07T01:57:56.875Z] ---> Running in 79af7f628712 [2021-04-07T01:57:56.875Z] ---> d7c55c9ac6b1 [2021-04-07T01:57:56.875Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-04-07T01:57:57.867Z] Removing intermediate container 79af7f628712 [2021-04-07T01:57:57.867Z] ---> d67805ed28fb [2021-04-07T01:57:57.867Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-04-07T01:57:58.184Z] ---> 1d226394d47d [2021-04-07T01:57:58.184Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-04-07T01:57:58.184Z] ---> Running in 3de6b7983c0d [2021-04-07T01:57:58.800Z] ---> 2defdb4e0ae0 [2021-04-07T01:57:58.800Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-04-07T01:57:59.102Z] Removing intermediate container 3de6b7983c0d [2021-04-07T01:57:59.102Z] ---> bd581c5e9336 [2021-04-07T01:57:59.102Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-07T01:57:59.102Z] ---> Running in f24efbccd140 [2021-04-07T01:57:59.395Z] ---> Running in 0ff42da42346 [2021-04-07T01:58:00.404Z] Removing intermediate container 0ff42da42346 [2021-04-07T01:58:00.404Z] ---> db24f43320fd [2021-04-07T01:58:00.404Z] Step 21/23 : LABEL arch=arm64 [2021-04-07T01:58:00.678Z] ---> Running in 2c32392ec089 [2021-04-07T01:58:01.687Z] Removing intermediate container 2c32392ec089 [2021-04-07T01:58:01.687Z] ---> ca5f32c21003 [2021-04-07T01:58:01.687Z] Step 22/23 : LABEL git_sha=f38efd4c31adff1451f844e6fba5d517ca5623d7 [2021-04-07T01:58:01.687Z] ---> Running in a18fa4b5ef7f [2021-04-07T01:58:02.683Z] Removing intermediate container a18fa4b5ef7f [2021-04-07T01:58:02.683Z] ---> bf99ce290fea [2021-04-07T01:58:02.683Z] Step 23/23 : LABEL version=0.0.0 [2021-04-07T01:58:02.959Z] ---> Running in 0dc912cb44df [2021-04-07T01:58:02.959Z] Removing intermediate container f24efbccd140 [2021-04-07T01:58:02.959Z] ---> 7db20f24ea03 [2021-04-07T01:58:02.959Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-07T01:58:03.560Z] Removing intermediate container 0dc912cb44df [2021-04-07T01:58:03.560Z] ---> e2c58dd7711d [2021-04-07T01:58:03.560Z] [2021-04-07T01:58:04.549Z] ---> 9499d7142bd3 [2021-04-07T01:58:04.549Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-04-07T01:58:04.549Z] Successfully built e2c58dd7711d [2021-04-07T01:58:04.549Z] Successfully tagged docker-core-command-go-arm64:latest [2021-04-07T01:58:06.532Z]  Building docker-core-command-go ... done  ---> 517e27a4b44b [2021-04-07T01:58:06.532Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-04-07T01:58:07.985Z] ---> f1f148d99f0d [2021-04-07T01:58:07.985Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-04-07T01:58:09.442Z] ---> 94ddd230ea0f [2021-04-07T01:58:09.442Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-04-07T01:58:11.435Z] ---> 26973d48a060 [2021-04-07T01:58:11.435Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-04-07T01:58:12.040Z] ---> Running in 7b49fa25ab30 [2021-04-07T01:58:13.035Z] Removing intermediate container 7b49fa25ab30 [2021-04-07T01:58:13.035Z] ---> 02e766a0bb6a [2021-04-07T01:58:13.035Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-04-07T01:58:13.035Z] Removing intermediate container a47eda7e9a32 [2021-04-07T01:58:13.035Z] ---> 24feacef620d [2021-04-07T01:58:13.035Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-04-07T01:58:13.312Z] ---> Running in 71f6c30acf1e [2021-04-07T01:58:14.315Z] ---> 444694e1683d [2021-04-07T01:58:14.315Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-04-07T01:58:14.598Z] ---> Running in aef3a5e1b18e [2021-04-07T01:58:15.220Z] 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-07T01:58:17.856Z] Removing intermediate container aef3a5e1b18e [2021-04-07T01:58:17.856Z] ---> 02a25a2b3931 [2021-04-07T01:58:17.856Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-04-07T01:58:18.134Z] ---> Running in abe5c335a2ff [2021-04-07T01:58:18.730Z] Removing intermediate container abe5c335a2ff [2021-04-07T01:58:18.730Z] ---> caa2c001962a [2021-04-07T01:58:18.730Z] Step 28/31 : CMD ["gate"] [2021-04-07T01:58:19.015Z] ---> Running in 8c685ee5144b [2021-04-07T01:58:19.015Z] Removing intermediate container 71f6c30acf1e [2021-04-07T01:58:19.015Z] ---> 06e8968d16e2 [2021-04-07T01:58:19.015Z] [2021-04-07T01:58:19.015Z] Step 11/26 : FROM docker:20.10.0 [2021-04-07T01:58:19.015Z] 20.10.0: Pulling from library/docker [2021-04-07T01:58:19.997Z] Removing intermediate container 8c685ee5144b [2021-04-07T01:58:19.997Z] ---> d381e074421f [2021-04-07T01:58:19.997Z] Step 29/31 : LABEL arch=arm64 [2021-04-07T01:58:20.986Z] ---> Running in 8df983c24673 [2021-04-07T01:58:22.429Z] Removing intermediate container 8df983c24673 [2021-04-07T01:58:22.429Z] ---> b54b824eab69 [2021-04-07T01:58:22.429Z] Step 30/31 : LABEL git_sha=f38efd4c31adff1451f844e6fba5d517ca5623d7 [2021-04-07T01:58:23.028Z] ---> Running in 9e966e85ca08 [2021-04-07T01:58:23.639Z] Removing intermediate container 9e966e85ca08 [2021-04-07T01:58:23.639Z] ---> d13d37890747 [2021-04-07T01:58:23.639Z] Step 31/31 : LABEL version=0.0.0 [2021-04-07T01:58:24.642Z] ---> Running in 2c57b67a0eed [2021-04-07T01:58:25.242Z] Removing intermediate container 2c57b67a0eed [2021-04-07T01:58:25.242Z] ---> 394da4af2be9 [2021-04-07T01:58:25.242Z] [2021-04-07T01:58:25.855Z] Successfully built 394da4af2be9 [2021-04-07T01:58:25.855Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-04-07T01:58:30.193Z]  Building docker-security-bootstrapper-go ... done Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-04-07T01:58:30.193Z] Status: Downloaded newer image for docker:20.10.0 [2021-04-07T01:58:30.193Z] ---> eeaf43b92773 [2021-04-07T01:58:30.193Z] Step 12/26 : RUN apk add --no-cache bash [2021-04-07T01:58:30.786Z] ---> Running in 2ba58220e939 [2021-04-07T01:58:31.064Z] Removing intermediate container 576e5d4497a6 [2021-04-07T01:58:31.064Z] ---> 10b91bab386a [2021-04-07T01:58:31.064Z] [2021-04-07T01:58:31.064Z] Step 10/23 : FROM alpine:3.12 [2021-04-07T01:58:31.064Z] ---> d75e27dfc0a0 [2021-04-07T01:58:31.064Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-04-07T01:58:31.339Z] ---> Running in 955f38f34ccf [2021-04-07T01:58:31.947Z] Removing intermediate container 955f38f34ccf [2021-04-07T01:58:31.947Z] ---> bf426ca6ba83 [2021-04-07T01:58:31.947Z] Step 12/23 : ENV APP_PORT=48080 [2021-04-07T01:58:31.947Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-07T01:58:31.947Z] ---> Running in 21357dd365fc [2021-04-07T01:58:32.219Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-07T01:58:32.491Z] Removing intermediate container 21357dd365fc [2021-04-07T01:58:32.491Z] ---> 158d12585787 [2021-04-07T01:58:32.491Z] Step 13/23 : EXPOSE $APP_PORT [2021-04-07T01:58:32.491Z] ---> Running in d0520756d468 [2021-04-07T01:58:32.771Z] (1/2) Installing readline (8.0.4-r0) [2021-04-07T01:58:32.771Z] (2/2) Installing bash (5.0.17-r0) [2021-04-07T01:58:32.771Z] Executing bash-5.0.17-r0.post-install [2021-04-07T01:58:32.771Z] Executing busybox-1.31.1-r19.trigger [2021-04-07T01:58:32.771Z] OK: 12 MiB in 22 packages [2021-04-07T01:58:33.042Z] Removing intermediate container d0520756d468 [2021-04-07T01:58:33.042Z] ---> b0b1262048de [2021-04-07T01:58:33.042Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-07T01:58:33.316Z] ---> Running in 4a86a7f6fa77 [2021-04-07T01:58:34.300Z] Removing intermediate container 2ba58220e939 [2021-04-07T01:58:34.300Z] ---> 6415413a5850 [2021-04-07T01:58:34.300Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-04-07T01:58:34.300Z] ---> Running in 5adde9d6d164 [2021-04-07T01:58:34.893Z] Removing intermediate container 5adde9d6d164 [2021-04-07T01:58:34.893Z] ---> 09352162487a [2021-04-07T01:58:34.893Z] Step 14/26 : ENV APP_PORT=48090 [2021-04-07T01:58:35.167Z] ---> Running in f054d9368dce [2021-04-07T01:58:35.762Z] Removing intermediate container f054d9368dce [2021-04-07T01:58:35.762Z] ---> 64ba41d39560 [2021-04-07T01:58:35.762Z] Step 15/26 : EXPOSE $APP_PORT [2021-04-07T01:58:35.762Z] Removing intermediate container 4a86a7f6fa77 [2021-04-07T01:58:35.762Z] ---> 2b7fa93b2edb [2021-04-07T01:58:35.762Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-04-07T01:58:35.762Z] ---> Running in 483a6a1f5415 [2021-04-07T01:58:35.762Z] ---> Running in 89be02800795 [2021-04-07T01:58:36.355Z] Removing intermediate container 483a6a1f5415 [2021-04-07T01:58:36.355Z] ---> ff3ab55dad13 [2021-04-07T01:58:36.355Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-04-07T01:58:36.956Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-07T01:58:37.559Z] ---> 84a144cd1c72 [2021-04-07T01:58:37.559Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-04-07T01:58:37.833Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-07T01:58:38.427Z] ---> 7b5854b60959 [2021-04-07T01:58:38.427Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-04-07T01:58:38.427Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-04-07T01:58:38.698Z] (2/6) Installing libgcc (9.3.0-r2) [2021-04-07T01:58:38.698Z] (3/6) Installing libsodium (1.0.18-r0) [2021-04-07T01:58:38.698Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-04-07T01:58:38.970Z] (5/6) Installing libzmq (4.3.3-r0) [2021-04-07T01:58:38.970Z] (6/6) Installing zeromq (4.3.3-r0) [2021-04-07T01:58:39.244Z] Executing busybox-1.31.1-r20.trigger [2021-04-07T01:58:39.245Z] ---> f840d962940c [2021-04-07T01:58:39.245Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-04-07T01:58:39.245Z] OK: 8 MiB in 20 packages [2021-04-07T01:58:39.245Z] ---> Running in 8fc752a2bf91 [2021-04-07T01:58:41.005Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-07T01:58:41.005Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-07T01:58:41.005Z] Removing intermediate container 89be02800795 [2021-04-07T01:58:41.005Z] ---> d14843d287e0 [2021-04-07T01:58:41.005Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-07T01:58:41.624Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-04-07T01:58:41.624Z] (2/33) Installing expat (2.2.9-r1) [2021-04-07T01:58:41.624Z] (3/33) Installing libffi (3.3-r2) [2021-04-07T01:58:41.624Z] ---> 7e436b84079b [2021-04-07T01:58:41.624Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-04-07T01:58:41.624Z] (4/33) Installing gdbm (1.13-r1) [2021-04-07T01:58:41.624Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-04-07T01:58:41.624Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-04-07T01:58:41.624Z] (7/33) Installing python3 (3.8.8-r0) [2021-04-07T01:58:43.595Z] ---> 6aa8ce3d3aee [2021-04-07T01:58:43.595Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-04-07T01:58:43.595Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-04-07T01:58:43.595Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-04-07T01:58:43.595Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-04-07T01:58:43.867Z] (11/33) Installing py3-six (1.15.0-r0) [2021-04-07T01:58:43.867Z] (12/33) Installing py3-packaging (20.4-r0) [2021-04-07T01:58:43.867Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-04-07T01:58:43.867Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-04-07T01:58:43.867Z] (15/33) Installing py3-idna (2.9-r0) [2021-04-07T01:58:43.867Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-04-07T01:58:43.867Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-04-07T01:58:44.141Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-04-07T01:58:44.141Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-04-07T01:58:44.141Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-04-07T01:58:44.141Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-04-07T01:58:44.141Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-04-07T01:58:44.141Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-04-07T01:58:44.141Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-04-07T01:58:44.141Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-04-07T01:58:44.141Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-04-07T01:58:44.141Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-04-07T01:58:44.141Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-04-07T01:58:44.141Z] (29/33) Installing py3-progress (1.5-r0) [2021-04-07T01:58:44.141Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-04-07T01:58:44.416Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-04-07T01:58:44.416Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-04-07T01:58:44.416Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-04-07T01:58:44.416Z] Executing busybox-1.31.1-r19.trigger [2021-04-07T01:58:44.416Z] OK: 71 MiB in 55 packages [2021-04-07T01:58:44.691Z] ---> 3dd67fe07afe [2021-04-07T01:58:44.691Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-04-07T01:58:44.691Z] ---> Running in f135bda13ee2 [2021-04-07T01:58:45.284Z] Removing intermediate container f135bda13ee2 [2021-04-07T01:58:45.284Z] ---> ae0711a3a16d [2021-04-07T01:58:45.284Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-07T01:58:45.555Z] ---> Running in cf2ab486976b [2021-04-07T01:58:46.150Z] Removing intermediate container cf2ab486976b [2021-04-07T01:58:46.150Z] ---> 03c413529b85 [2021-04-07T01:58:46.150Z] Step 21/23 : LABEL arch=arm64 [2021-04-07T01:58:46.150Z] ---> Running in 130bb39b2a2d [2021-04-07T01:58:46.749Z] Removing intermediate container 130bb39b2a2d [2021-04-07T01:58:46.749Z] ---> cc6b7bda23e0 [2021-04-07T01:58:46.749Z] Step 22/23 : LABEL git_sha=f38efd4c31adff1451f844e6fba5d517ca5623d7 [2021-04-07T01:58:47.030Z] ---> Running in 87035b8fc28e [2021-04-07T01:58:47.623Z] Removing intermediate container 87035b8fc28e [2021-04-07T01:58:47.624Z] ---> be5cd2dfad68 [2021-04-07T01:58:47.624Z] Step 23/23 : LABEL version=0.0.0 [2021-04-07T01:58:47.907Z] ---> Running in bb821fa4f082 [2021-04-07T01:58:48.501Z] Removing intermediate container bb821fa4f082 [2021-04-07T01:58:48.501Z] ---> dc4d0b456a25 [2021-04-07T01:58:48.501Z] [2021-04-07T01:58:49.096Z] Successfully built dc4d0b456a25 [2021-04-07T01:58:49.097Z] Successfully tagged docker-core-data-go-arm64:latest [2021-04-07T01:58:50.528Z]  Building docker-core-data-go ... done Removing intermediate container 8fc752a2bf91 [2021-04-07T01:58:50.528Z] ---> d2ff885909cb [2021-04-07T01:58:50.528Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-04-07T01:58:50.528Z] ---> Running in e411c4b2105b [2021-04-07T01:58:54.816Z] Collecting docker-compose==1.23.2 [2021-04-07T01:58:55.087Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-04-07T01:58:55.679Z] Collecting jsonschema<3,>=2.5.1 [2021-04-07T01:58:55.679Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-04-07T01:58:56.270Z] Collecting docker<4.0,>=3.6.0 [2021-04-07T01:58:56.270Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-04-07T01:58:57.244Z] Collecting texttable<0.10,>=0.9.0 [2021-04-07T01:58:57.244Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-04-07T01:58:59.847Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-04-07T01:58:59.847Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-04-07T01:58:59.847Z] 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-07T01:59:00.118Z] Collecting cached-property<2,>=1.2.0 [2021-04-07T01:59:00.118Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-04-07T01:59:00.389Z] Collecting websocket-client<1.0,>=0.32.0 [2021-04-07T01:59:00.390Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-04-07T01:59:00.978Z] Collecting dockerpty<0.5,>=0.4.1 [2021-04-07T01:59:00.978Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-04-07T01:59:03.590Z] Collecting PyYAML<4,>=3.10 [2021-04-07T01:59:03.590Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-04-07T01:59:06.195Z] Collecting docopt<0.7,>=0.6.1 [2021-04-07T01:59:06.196Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-04-07T01:59:08.157Z] Collecting docker-pycreds>=0.4.0 [2021-04-07T01:59:08.157Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-04-07T01:59:08.157Z] 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-07T01:59:08.157Z] 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-07T01:59:08.746Z] Collecting urllib3<1.25,>=1.21.1 [2021-04-07T01:59:08.746Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-04-07T01:59:09.018Z] Collecting idna<2.8,>=2.5 [2021-04-07T01:59:09.018Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-04-07T01:59:09.018Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-04-07T01:59:09.018Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-04-07T01:59:09.018Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-04-07T01:59:09.018Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-04-07T01:59:09.985Z] Installing collected packages: jsonschema, docker-pycreds, urllib3, idna, requests, websocket-client, docker, texttable, cached-property, dockerpty, PyYAML, docopt, docker-compose [2021-04-07T01:59:10.254Z] Attempting uninstall: urllib3 [2021-04-07T01:59:10.254Z] Found existing installation: urllib3 1.25.9 [2021-04-07T01:59:10.254Z] Uninstalling urllib3-1.25.9: [2021-04-07T01:59:10.525Z] Successfully uninstalled urllib3-1.25.9 [2021-04-07T01:59:11.115Z] Attempting uninstall: idna [2021-04-07T01:59:11.115Z] Found existing installation: idna 2.9 [2021-04-07T01:59:11.115Z] Uninstalling idna-2.9: [2021-04-07T01:59:11.115Z] Successfully uninstalled idna-2.9 [2021-04-07T01:59:12.088Z] Attempting uninstall: requests [2021-04-07T01:59:12.088Z] Found existing installation: requests 2.23.0 [2021-04-07T01:59:12.088Z] Uninstalling requests-2.23.0: [2021-04-07T01:59:12.088Z] Successfully uninstalled requests-2.23.0 [2021-04-07T01:59:13.070Z] Running setup.py install for texttable: started [2021-04-07T01:59:15.047Z] Running setup.py install for texttable: finished with status 'done' [2021-04-07T01:59:15.047Z] Running setup.py install for dockerpty: started [2021-04-07T01:59:17.005Z] Running setup.py install for dockerpty: finished with status 'done' [2021-04-07T01:59:17.005Z] Running setup.py install for PyYAML: started [2021-04-07T01:59:18.974Z] Running setup.py install for PyYAML: finished with status 'done' [2021-04-07T01:59:18.974Z] Running setup.py install for docopt: started [2021-04-07T01:59:20.937Z] Running setup.py install for docopt: finished with status 'done' [2021-04-07T01:59:21.527Z] 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-07T01:59:25.803Z] Removing intermediate container e411c4b2105b [2021-04-07T01:59:25.803Z] ---> 68b6452981e3 [2021-04-07T01:59:25.803Z] Step 21/26 : RUN apk --no-cache add curl [2021-04-07T01:59:25.803Z] ---> Running in ed84ad8798e7 [2021-04-07T01:59:26.396Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-07T01:59:26.667Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-07T01:59:27.263Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-04-07T01:59:27.263Z] (2/3) Installing libcurl (7.69.1-r3) [2021-04-07T01:59:27.263Z] (3/3) Installing curl (7.69.1-r3) [2021-04-07T01:59:27.263Z] Executing busybox-1.31.1-r19.trigger [2021-04-07T01:59:27.263Z] OK: 72 MiB in 58 packages [2021-04-07T01:59:28.695Z] Removing intermediate container ed84ad8798e7 [2021-04-07T01:59:28.695Z] ---> e96394957ff2 [2021-04-07T01:59:28.695Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-04-07T01:59:28.695Z] ---> Running in e18c0a5fa170 [2021-04-07T01:59:29.289Z] Removing intermediate container e18c0a5fa170 [2021-04-07T01:59:29.289Z] ---> ab9a7f502064 [2021-04-07T01:59:29.289Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-07T01:59:29.289Z] ---> Running in bce8688a6f13 [2021-04-07T01:59:29.881Z] Removing intermediate container bce8688a6f13 [2021-04-07T01:59:29.881Z] ---> c815214f9a23 [2021-04-07T01:59:29.881Z] Step 24/26 : LABEL arch=arm64 [2021-04-07T01:59:29.881Z] ---> Running in ce5e03377447 [2021-04-07T01:59:30.476Z] Removing intermediate container ce5e03377447 [2021-04-07T01:59:30.476Z] ---> 1ee8b837ac2d [2021-04-07T01:59:30.476Z] Step 25/26 : LABEL git_sha=f38efd4c31adff1451f844e6fba5d517ca5623d7 [2021-04-07T01:59:30.476Z] ---> Running in 77bc9b4d0586 [2021-04-07T01:59:31.071Z] Removing intermediate container 77bc9b4d0586 [2021-04-07T01:59:31.071Z] ---> 3ce3e3da2685 [2021-04-07T01:59:31.071Z] Step 26/26 : LABEL version=0.0.0 [2021-04-07T01:59:31.071Z] ---> Running in 63235ea75047 [2021-04-07T01:59:31.663Z] Removing intermediate container 63235ea75047 [2021-04-07T01:59:31.663Z] ---> 1bf422ce0b84 [2021-04-07T01:59:31.663Z] [2021-04-07T01:59:31.936Z] Successfully built 1bf422ce0b84 [2021-04-07T01:59:31.936Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-04-07T01:59:32.222Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-04-07T01:59:32.244Z] $ docker stop --time=1 abe4bf3f55d949f9d4f5c1bd3a17796cc5de44edf0b534cb4e84e65ab817bc9d [2021-04-07T01:59:34.212Z] $ docker rm -f abe4bf3f55d949f9d4f5c1bd3a17796cc5de44edf0b534cb4e84e65ab817bc9d [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-07T01:59:34.913Z] + docker images [2021-04-07T01:59:34.913Z] + grep docker [2021-04-07T01:59:35.184Z] docker-sys-mgmt-agent-go-arm64 latest 1bf422ce0b84 4 seconds ago 301MB [2021-04-07T01:59:35.184Z] docker-core-data-go-arm64 latest dc4d0b456a25 47 seconds ago 21.4MB [2021-04-07T01:59:35.184Z] docker-security-bootstrapper-go-arm64 latest 394da4af2be9 About a minute ago 17.9MB [2021-04-07T01:59:35.184Z] docker-core-command-go-arm64 latest e2c58dd7711d About a minute ago 16.3MB [2021-04-07T01:59:35.184Z] docker-core-metadata-go-arm64 latest 0ab4a77eb47c 4 minutes ago 17.9MB [2021-04-07T01:59:35.184Z] docker-security-secretstore-setup-go-arm64 latest 9ed4d9dff9a2 4 minutes ago 24.4MB [2021-04-07T01:59:35.184Z] docker-support-scheduler-go-arm64 latest 51100f060174 4 minutes ago 16.4MB [2021-04-07T01:59:35.184Z] docker-support-notifications-go-arm64 latest 246fb4fead6a 4 minutes ago 16.9MB [2021-04-07T01:59:35.184Z] docker-security-proxy-setup-go-arm64 latest d302fc2c9c68 4 minutes ago 24.1MB [2021-04-07T01:59:35.184Z] 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 [Pipeline] libraryResource [Pipeline] sh [2021-04-07T01:59:36.334Z] ---> job-cost.sh [2021-04-07T01:59:36.334Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-Yuoh [2021-04-07T02:00:15.349Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-04-07T02:01:52.129Z] lf-activate-venv(): INFO: Adding /tmp/venv-Yuoh/bin to PATH [2021-04-07T02:01:52.129Z] INFO: No Stack... [2021-04-07T02:01:52.129Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-04-07T02:01:52.129Z] INFO: Archiving Costs [Pipeline] sh [2021-04-07T02:01:52.471Z] + cat /w/workspace/edgex-go/58/archives/cost.csv [2021-04-07T02:01:52.471Z] + cut -d, -f6 [Pipeline] lock [2021-04-07T02:01:52.583Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3234-58-stack-cost] [2021-04-07T02:01:52.590Z] Resource [jenkins-edgexfoundry-edgex-go-PR-3234-58-stack-cost] did not exist. Created. [2021-04-07T02:01:52.590Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3234-58-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-04-07T02:01:53.040Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-04-07T02:01:53.356Z] Stashed 1 file(s) [Pipeline] } [2021-04-07T02:01:53.367Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3234-58-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-07T02:01:54.971Z] provisioning config files... [2021-04-07T02:01:54.992Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/58@tmp/config4760930626118233749tmp [Pipeline] { [Pipeline] sh [2021-04-07T02:01:55.385Z] + set +x [2021-04-07T02:01:55.385Z] + curl -s https://codecov.io/bash [2021-04-07T02:01:55.385Z] + bash -s -- [2021-04-07T02:01:55.652Z] [2021-04-07T02:01:55.652Z] _____ _ [2021-04-07T02:01:55.652Z] / ____| | | [2021-04-07T02:01:55.652Z] | | ___ __| | ___ ___ _____ __ [2021-04-07T02:01:55.652Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-04-07T02:01:55.652Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-04-07T02:01:55.652Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-04-07T02:01:55.652Z] Bash-20210309-2b87ace [2021-04-07T02:01:55.652Z] [2021-04-07T02:01:55.652Z] [2021-04-07T02:01:55.652Z] ==> git version 2.24.3 found [2021-04-07T02:01:55.652Z] ==> 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-07T02:01:55.652Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-04-07T02:01:55.652Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-04-07T02:01:55.921Z] ==> Jenkins CI detected. [2021-04-07T02:01:55.921Z] project root: . [2021-04-07T02:01:55.921Z] --> token set from env [2021-04-07T02:01:55.921Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-04-07T02:01:55.921Z] ==> Running gcov in . (disable via -X gcov) [2021-04-07T02:01:55.921Z] ==> Python coveragepy not found [2021-04-07T02:01:55.921Z] ==> Searching for coverage reports in: [2021-04-07T02:01:55.921Z] + . [2021-04-07T02:01:55.921Z] -> Found 1 reports [2021-04-07T02:01:55.921Z] ==> Detecting git/mercurial file structure [2021-04-07T02:01:56.185Z] ==> Reading reports [2021-04-07T02:01:56.185Z] + ./coverage.out bytes=697383 [2021-04-07T02:01:56.185Z] ==> Appending adjustments [2021-04-07T02:01:56.185Z] https://docs.codecov.io/docs/fixing-reports [2021-04-07T02:01:59.504Z] + Found adjustments [2021-04-07T02:01:59.504Z] ==> Gzipping contents [2021-04-07T02:01:59.504Z] 100K /tmp/codecov.EXYHYV.gz [2021-04-07T02:01:59.504Z] ==> Uploading reports [2021-04-07T02:01:59.504Z] url: https://codecov.io [2021-04-07T02:01:59.504Z] query: branch=PR-3234&commit=f38efd4c31adff1451f844e6fba5d517ca5623d7&build=58&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3234%2F58%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3234&job=&cmd_args= [2021-04-07T02:01:59.504Z] -> Pinging Codecov [2021-04-07T02:01:59.504Z] https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=PR-3234&commit=f38efd4c31adff1451f844e6fba5d517ca5623d7&build=58&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3234%2F58%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3234&job=&cmd_args= [2021-04-07T02:02:00.080Z] -> Uploading to [2021-04-07T02:02:00.080Z] https://storage.googleapis.com/codecov/v4/raw/2021-04-07/00271124DB129430A58F1EEE437C3FCB/f38efd4c31adff1451f844e6fba5d517ca5623d7/3becc423-8c34-4ddd-9d71-f622bfe462a6.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210407%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210407T020159Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=53b0189aed4537df57eab5fe843e116718ba3f67ef0422ebb289f18b824a3c5a [2021-04-07T02:02:00.080Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-07T02:02:00.080Z] Dload Upload Total Spent Left Speed [2021-04-07T02:02:00.343Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 99485 0 0 100 99485 0 215k --:--:-- --:--:-- --:--:-- 215k [2021-04-07T02:02:00.607Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/f38efd4c31adff1451f844e6fba5d517ca5623d7 [Pipeline] } [2021-04-07T02:02:00.617Z] 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-07T02:02:02.510Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-07T02:02:03.412Z] ---> package-listing.sh [2021-04-07T02:02:03.412Z] ++ facter osfamily [2021-04-07T02:02:03.412Z] ++ tr '[:upper:]' '[:lower:]' [2021-04-07T02:02:03.412Z] + OS_FAMILY=redhat [2021-04-07T02:02:03.412Z] + workspace=/w/workspace/edgex-go/58 [2021-04-07T02:02:03.412Z] + START_PACKAGES=/tmp/packages_start.txt [2021-04-07T02:02:03.412Z] + END_PACKAGES=/tmp/packages_end.txt [2021-04-07T02:02:03.412Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-04-07T02:02:03.412Z] + PACKAGES=/tmp/packages_start.txt [2021-04-07T02:02:03.412Z] + '[' /w/workspace/edgex-go/58 ']' [2021-04-07T02:02:03.412Z] + PACKAGES=/tmp/packages_end.txt [2021-04-07T02:02:03.412Z] + case "${OS_FAMILY}" in [2021-04-07T02:02:03.412Z] + rpm -qa [2021-04-07T02:02:03.412Z] + sort [2021-04-07T02:02:08.723Z] + '[' -f /tmp/packages_start.txt ']' [2021-04-07T02:02:08.723Z] + '[' -f /tmp/packages_end.txt ']' [2021-04-07T02:02:08.723Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-04-07T02:02:08.723Z] + '[' /w/workspace/edgex-go/58 ']' [2021-04-07T02:02:08.723Z] + mkdir -p /w/workspace/edgex-go/58/archives/ [2021-04-07T02:02:08.723Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/58/archives/ [Pipeline] echo [2021-04-07T02:02:08.740Z] 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/58/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-04-07T02:02:09.039Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-04-07T02:02:09.350Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-07T02:02:09.350Z] [2021-04-07T02:02:09.350Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-04-07T02:02:09.711Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-07T02:02:09.711Z] alpine: Pulling from edgex-lftools-log-publisher [2021-04-07T02:02:09.711Z] df20fa9351a1: Pulling fs layer [2021-04-07T02:02:09.711Z] 36b3adc4ff6f: Pulling fs layer [2021-04-07T02:02:09.711Z] 8ad3a11d3b57: Pulling fs layer [2021-04-07T02:02:09.711Z] 46f8f816bc3b: Pulling fs layer [2021-04-07T02:02:09.711Z] 93b61091891f: Pulling fs layer [2021-04-07T02:02:09.711Z] 93b9cdb0e59b: Pulling fs layer [2021-04-07T02:02:09.711Z] 5e14af77c1be: Pulling fs layer [2021-04-07T02:02:09.711Z] 01666e4c0597: Pulling fs layer [2021-04-07T02:02:09.711Z] aa168da1d23b: Pulling fs layer [2021-04-07T02:02:09.711Z] 46f8f816bc3b: Waiting [2021-04-07T02:02:09.711Z] 93b61091891f: Waiting [2021-04-07T02:02:09.711Z] 93b9cdb0e59b: Waiting [2021-04-07T02:02:09.711Z] 01666e4c0597: Waiting [2021-04-07T02:02:09.711Z] 5e14af77c1be: Waiting [2021-04-07T02:02:09.711Z] aa168da1d23b: Waiting [2021-04-07T02:02:09.711Z] 36b3adc4ff6f: Download complete [2021-04-07T02:02:09.974Z] 46f8f816bc3b: Download complete [2021-04-07T02:02:09.974Z] df20fa9351a1: Download complete [2021-04-07T02:02:09.974Z] 93b9cdb0e59b: Download complete [2021-04-07T02:02:09.974Z] 5e14af77c1be: Verifying Checksum [2021-04-07T02:02:09.974Z] 5e14af77c1be: Download complete [2021-04-07T02:02:09.974Z] 93b61091891f: Verifying Checksum [2021-04-07T02:02:09.974Z] 93b61091891f: Download complete [2021-04-07T02:02:09.974Z] 01666e4c0597: Download complete [2021-04-07T02:02:09.974Z] 8ad3a11d3b57: Verifying Checksum [2021-04-07T02:02:09.974Z] 8ad3a11d3b57: Download complete [2021-04-07T02:02:10.236Z] df20fa9351a1: Pull complete [2021-04-07T02:02:10.498Z] 36b3adc4ff6f: Pull complete [2021-04-07T02:02:11.074Z] 8ad3a11d3b57: Pull complete [2021-04-07T02:02:11.340Z] 46f8f816bc3b: Pull complete [2021-04-07T02:02:11.611Z] 93b61091891f: Pull complete [2021-04-07T02:02:11.874Z] 93b9cdb0e59b: Pull complete [2021-04-07T02:02:11.874Z] 5e14af77c1be: Pull complete [2021-04-07T02:02:12.822Z] aa168da1d23b: Download complete [2021-04-07T02:02:13.480Z] 01666e4c0597: Pull complete [2021-04-07T02:02:22.065Z] aa168da1d23b: Pull complete [2021-04-07T02:02:22.643Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-04-07T02:02:22.643Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-07T02:02:22.643Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-04-07T02:02:22.836Z] prd-centos7-docker-4c-2g-33095 does not seem to be running inside a container [2021-04-07T02:02:22.892Z] $ 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/58/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/58 -v /w/workspace/edgex-go/58:/w/workspace/edgex-go/58:rw,z -v /w/workspace/edgex-go/58@tmp:/w/workspace/edgex-go/58@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-04-07T02:02:28.110Z] $ docker top c8e9967a4d66a8bcbaf460aa0725abbf191c7699138897e8ca12dbcfc1d51e48 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-07T02:02:28.668Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-04-07T02:02:28.979Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-04-07T02:02:29.284Z] + ls /var/log/sa-host [2021-04-07T02:02:29.284Z] + sadf -c /var/log/sa-host/sa07 [2021-04-07T02:02:29.284Z] file_magic: OK [2021-04-07T02:02:29.284Z] HZ: Using current value: 100 [2021-04-07T02:02:29.284Z] file_header: OK [2021-04-07T02:02:29.284Z] 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-07T02:02:29.284Z] Statistics: [2021-04-07T02:02:29.284Z] 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-07T02:02:29.284Z] File successfully converted to sysstat format version 12.2.1 [2021-04-07T02:02:29.284Z] + sadf -c /var/log/sa-host/sa23 [2021-04-07T02:02:29.284Z] file_magic: OK [2021-04-07T02:02:29.284Z] HZ: Using current value: 100 [2021-04-07T02:02:29.284Z] file_header: OK [2021-04-07T02:02:29.284Z] 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-07T02:02:29.284Z] Statistics: [2021-04-07T02:02:29.284Z] Hnuu...uuuununununu... [2021-04-07T02:02:29.284Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-04-07T02:02:29.543Z] provisioning config files... [2021-04-07T02:02:29.562Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/58@tmp/config1801447724669829267tmp [Pipeline] { [Pipeline] echo [2021-04-07T02:02:29.645Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-07T02:02:29.948Z] ---> create-netrc.sh [Pipeline] } [2021-04-07T02:02:29.958Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-04-07T02:02:30.079Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-07T02:02:30.384Z] ---> python-tools-install.sh [Pipeline] echo [2021-04-07T02:02:30.396Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-07T02:02:30.698Z] ---> sudo-logs.sh [2021-04-07T02:02:30.698Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-04-07T02:02:30.786Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-07T02:02:31.091Z] ---> job-cost.sh [2021-04-07T02:02:31.092Z] lf-activate-venv: SKIPPING [2021-04-07T02:02:31.092Z] DEBUG: total: 0.20999999344348907 [2021-04-07T02:02:31.092Z] INFO: Retrieving Stack Cost... [2021-04-07T02:02:32.486Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-04-07T02:02:32.749Z] INFO: Archiving Costs [Pipeline] echo [2021-04-07T02:02:32.765Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-07T02:02:33.072Z] ---> logs-deploy.sh [2021-04-07T02:02:33.072Z] lf-activate-venv: SKIPPING [2021-04-07T02:02:33.073Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3234/58 [2021-04-07T02:02:33.073Z] INFO: archiving workspace using pattern(s): [2021-04-07T02:02:34.463Z] Archives upload complete. [2021-04-07T02:02:34.463Z] INFO: archiving logs to Nexus