Pull request #3209 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 70985b36a4c4f7a9ce085f1c274b64dae150ac78+dd3c5304426daa1a06e165d92e5378a7e6535b25 (c429fe6710cacce618a2ff0afcce329003ef46de) 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 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 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 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 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 878f1b5bff316b9f7b5d8f8b1d22b752867b496c (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 878f1b5bff316b9f7b5d8f8b1d22b752867b496c # timeout=10 Commit message: "Merge pull request #321 from ernestojeda/email-fix-generateEmailTemplate" > 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-29154 in /w/workspace/edgexfoundry_edgex-go_PR-3209 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/11 [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/11 # 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 dd3c5304426daa1a06e165d92e5378a7e6535b25 into PR head commit 70985b36a4c4f7a9ce085f1c274b64dae150ac78 Merge succeeded, producing 70985b36a4c4f7a9ce085f1c274b64dae150ac78 Checking out Revision 70985b36a4c4f7a9ce085f1c274b64dae150ac78 (PR-3209) > 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/3209/head:refs/remotes/origin/PR-3209 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 70985b36a4c4f7a9ce085f1c274b64dae150ac78 # 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 dd3c5304426daa1a06e165d92e5378a7e6535b25 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 70985b36a4c4f7a9ce085f1c274b64dae150ac78 # timeout=10 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-bootstrap/v2" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-03-09T16:42:04.544Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-03-09T16:42:04.882Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { > git rev-list --no-walk 79e945fbc87c1ff70f1c2c3c459dc92faac6b216 # timeout=10 [Pipeline] echo [2021-03-09T16:42:04.988Z] ========================================================= [2021-03-09T16:42:04.988Z] EdgeX Global Pipelines Version Info [2021-03-09T16:42:04.988Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-03-09T16:42:06.514Z] ------------------- [2021-03-09T16:42:06.514Z] stable info: [2021-03-09T16:42:06.514Z] ------------------- [2021-03-09T16:42:06.514Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-03-09T16:42:06.514Z] Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c [2021-03-09T16:42:06.514Z] Message: update stable to v1.0.184 [2021-03-09T16:42:07.463Z] ------------------- [2021-03-09T16:42:07.463Z] experimental info: [2021-03-09T16:42:07.463Z] ------------------- [2021-03-09T16:42:07.463Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-03-09T16:42:07.463Z] Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c [2021-03-09T16:42:07.463Z] Message: update experimental to v1.0.184 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-03-09T16:42:07.790Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-03-09T16:42:07.909Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-03-09T16:42:07.991Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-03-09T16:42:08.072Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-03-09T16:42:08.162Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-03-09T16:42:08.263Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-03-09T16:42:08.352Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-03-09T16:42:08.441Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-03-09T16:42:08.524Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-03-09T16:42:08.619Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-03-09T16:42:08.716Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-03-09T16:42:08.852Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-03-09T16:42:08.942Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-03-09T16:42:09.025Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-03-09T16:42:09.117Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-03-09T16:42:09.201Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-03-09T16:42:09.309Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-03-09T16:42:09.402Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-03-09T16:42:09.486Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-03-09T16:42:09.572Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-03-09T16:42:09.675Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-03-09T16:42:09.765Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-03-09T16:42:09.893Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3209 [Pipeline] echo [2021-03-09T16:42:10.018Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3209 [Pipeline] echo [2021-03-09T16:42:10.140Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3209 [Pipeline] echo [2021-03-09T16:42:10.268Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 70985b36a4c4f7a9ce085f1c274b64dae150ac78 [Pipeline] echo [2021-03-09T16:42:10.398Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 70985b3 [Pipeline] echo [2021-03-09T16:42:10.571Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-09T16:42:10.768Z] provisioning config files... [2021-03-09T16:42:10.800Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/11@tmp/config4786909071447111725tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-09T16:42:11.190Z] ---> docker-login.sh [2021-03-09T16:42:11.190Z] nexus3.edgexfoundry.org:10001 [2021-03-09T16:42:11.454Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-09T16:42:11.718Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-09T16:42:11.718Z] Configure a credential helper to remove this warning. See [2021-03-09T16:42:11.718Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-09T16:42:11.718Z] [2021-03-09T16:42:11.718Z] Login Succeeded [2021-03-09T16:42:11.718Z] nexus3.edgexfoundry.org:10002 [2021-03-09T16:42:11.718Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-09T16:42:11.718Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-09T16:42:11.718Z] Configure a credential helper to remove this warning. See [2021-03-09T16:42:11.718Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-09T16:42:11.718Z] [2021-03-09T16:42:11.718Z] Login Succeeded [2021-03-09T16:42:11.983Z] nexus3.edgexfoundry.org:10003 [2021-03-09T16:42:11.983Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-09T16:42:11.983Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-09T16:42:11.983Z] Configure a credential helper to remove this warning. See [2021-03-09T16:42:11.983Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-09T16:42:11.983Z] [2021-03-09T16:42:11.983Z] Login Succeeded [2021-03-09T16:42:11.983Z] nexus3.edgexfoundry.org:10004 [2021-03-09T16:42:12.245Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-09T16:42:12.245Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-09T16:42:12.245Z] Configure a credential helper to remove this warning. See [2021-03-09T16:42:12.245Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-09T16:42:12.245Z] [2021-03-09T16:42:12.245Z] Login Succeeded [2021-03-09T16:42:12.245Z] docker.io [2021-03-09T16:42:12.245Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-09T16:42:12.510Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-09T16:42:12.510Z] Configure a credential helper to remove this warning. See [2021-03-09T16:42:12.510Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-09T16:42:12.510Z] [2021-03-09T16:42:12.510Z] Login Succeeded [2021-03-09T16:42:12.510Z] ---> docker-login.sh ends [Pipeline] } [2021-03-09T16:42:12.521Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-09T16:42:13.017Z] ++ 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-03-09T16:42:13.017Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-09T16:42:13.017Z] ++ dirname cmd/core-command/Dockerfile [2021-03-09T16:42:13.017Z] ++ cut -d/ -f2 [2021-03-09T16:42:13.017Z] + echo core-command,cmd/core-command/Dockerfile [2021-03-09T16:42:13.017Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-09T16:42:13.017Z] ++ dirname cmd/core-data/Dockerfile [2021-03-09T16:42:13.017Z] ++ cut -d/ -f2 [2021-03-09T16:42:13.017Z] + echo core-data,cmd/core-data/Dockerfile [2021-03-09T16:42:13.017Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-09T16:42:13.017Z] ++ dirname cmd/core-metadata/Dockerfile [2021-03-09T16:42:13.017Z] ++ cut -d/ -f2 [2021-03-09T16:42:13.017Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-03-09T16:42:13.017Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-09T16:42:13.017Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-03-09T16:42:13.017Z] ++ cut -d/ -f2 [2021-03-09T16:42:13.017Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-03-09T16:42:13.017Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-09T16:42:13.017Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-03-09T16:42:13.017Z] ++ cut -d/ -f2 [2021-03-09T16:42:13.017Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-03-09T16:42:13.017Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-09T16:42:13.017Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-03-09T16:42:13.017Z] ++ cut -d/ -f2 [2021-03-09T16:42:13.017Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-03-09T16:42:13.017Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-09T16:42:13.017Z] ++ dirname cmd/support-notifications/Dockerfile [2021-03-09T16:42:13.017Z] ++ cut -d/ -f2 [2021-03-09T16:42:13.017Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-03-09T16:42:13.017Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-09T16:42:13.017Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-03-09T16:42:13.017Z] ++ cut -d/ -f2 [2021-03-09T16:42:13.017Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-03-09T16:42:13.017Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-09T16:42:13.017Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-03-09T16:42:13.017Z] ++ cut -d/ -f2 [2021-03-09T16:42:13.017Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-03-09T16:42:13.096Z] 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-03-09T16:42:13.964Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-09T16:42:13.964Z] [2021-03-09T16:42:13.964Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-03-09T16:42:14.376Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-09T16:42:14.376Z] latest: Pulling from edgex-devops/git-semver [2021-03-09T16:42:14.376Z] 31603596830f: Pulling fs layer [2021-03-09T16:42:14.376Z] 2a8b12db71e7: Pulling fs layer [2021-03-09T16:42:14.376Z] 6ca5941a6612: Pulling fs layer [2021-03-09T16:42:14.376Z] ecc8261a40a4: Pulling fs layer [2021-03-09T16:42:14.376Z] ecc8261a40a4: Waiting [2021-03-09T16:42:14.376Z] 2a8b12db71e7: Verifying Checksum [2021-03-09T16:42:14.376Z] 2a8b12db71e7: Download complete [2021-03-09T16:42:14.376Z] 31603596830f: Verifying Checksum [2021-03-09T16:42:14.376Z] 31603596830f: Download complete [2021-03-09T16:42:14.641Z] 6ca5941a6612: Verifying Checksum [2021-03-09T16:42:14.641Z] 6ca5941a6612: Download complete [2021-03-09T16:42:14.641Z] ecc8261a40a4: Verifying Checksum [2021-03-09T16:42:14.641Z] ecc8261a40a4: Download complete [2021-03-09T16:42:14.903Z] 31603596830f: Pull complete [2021-03-09T16:42:15.169Z] 2a8b12db71e7: Pull complete [2021-03-09T16:42:16.137Z] 6ca5941a6612: Pull complete [2021-03-09T16:42:16.400Z] ecc8261a40a4: Pull complete [2021-03-09T16:42:16.400Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-03-09T16:42:16.400Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-09T16:42:16.400Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-03-09T16:42:16.518Z] prd-centos7-docker-4c-2g-29154 does not seem to be running inside a container [2021-03-09T16:42:16.571Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/11 -v /w/workspace/edgex-go/11:/w/workspace/edgex-go/11:rw,z -v /w/workspace/edgex-go/11@tmp:/w/workspace/edgex-go/11@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-03-09T16:42:19.460Z] $ docker top a4ded3eca636a2f2ecf7426bbc50f2b91d8510c8489e13cb5ba63b2efa7c55ef -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-09T16:42:19.775Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-09T16:42:19.775Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-09T16:42:20.028Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-09T16:42:20.032Z] $ docker exec a4ded3eca636a2f2ecf7426bbc50f2b91d8510c8489e13cb5ba63b2efa7c55ef ssh-agent [2021-03-09T16:42:20.227Z] SSH_AUTH_SOCK=/tmp/ssh-tDmP5cQblmDp/agent.12 [2021-03-09T16:42:20.227Z] SSH_AGENT_PID=17 [2021-03-09T16:42:20.241Z] Running ssh-add (command line suppressed) [2021-03-09T16:42:20.377Z] Identity added: /w/workspace/edgex-go/11@tmp/private_key_4639196784082617335.key (/w/workspace/edgex-go/11@tmp/private_key_4639196784082617335.key) [2021-03-09T16:42:20.441Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-09T16:42:20.799Z] + git tag --points-at HEAD [Pipeline] } [2021-03-09T16:42:20.825Z] $ docker exec --env ******** --env ******** a4ded3eca636a2f2ecf7426bbc50f2b91d8510c8489e13cb5ba63b2efa7c55ef ssh-agent -k [2021-03-09T16:42:20.964Z] unset SSH_AUTH_SOCK; [2021-03-09T16:42:20.965Z] unset SSH_AGENT_PID; [2021-03-09T16:42:20.965Z] echo Agent pid 17 killed; [2021-03-09T16:42:21.026Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-03-09T16:42:21.161Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-09T16:42:21.161Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-09T16:42:21.350Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-09T16:42:21.355Z] $ docker exec a4ded3eca636a2f2ecf7426bbc50f2b91d8510c8489e13cb5ba63b2efa7c55ef ssh-agent [2021-03-09T16:42:21.557Z] SSH_AUTH_SOCK=/tmp/ssh-TC1RrxRJ60E5/agent.45 [2021-03-09T16:42:21.557Z] SSH_AGENT_PID=50 [2021-03-09T16:42:21.567Z] Running ssh-add (command line suppressed) [2021-03-09T16:42:21.718Z] Identity added: /w/workspace/edgex-go/11@tmp/private_key_5008472044429332692.key (/w/workspace/edgex-go/11@tmp/private_key_5008472044429332692.key) [2021-03-09T16:42:21.786Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-09T16:42:22.120Z] + git semver init [2021-03-09T16:42:22.120Z] # -> Open(): unable to determine branch for HEAD [2021-03-09T16:42:22.120Z] # $GIT_DIR = /w/workspace/edgex-go/11/.git [2021-03-09T16:42:22.120Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/11 [2021-03-09T16:42:22.120Z] # $SEMVER_REMOTE_NAME = origin [2021-03-09T16:42:22.120Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-09T16:42:22.120Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-09T16:42:22.120Z] # $SEMVER_BRANCH = PR-3209 [2021-03-09T16:42:22.120Z] # $SEMVER_TEMP = /tmp/semver-117239973 [2021-03-09T16:42:22.120Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-03-09T16:42:54.327Z] # '/tmp/semver-117239973' -> '/w/workspace/edgex-go/11/.semver' [2021-03-09T16:42:54.327Z] # -> Force: false [2021-03-09T16:42:54.327Z] # $SEMVER_DIR = /w/workspace/edgex-go/11/.semver [Pipeline] } [2021-03-09T16:42:54.341Z] $ docker exec --env ******** --env ******** a4ded3eca636a2f2ecf7426bbc50f2b91d8510c8489e13cb5ba63b2efa7c55ef ssh-agent -k [2021-03-09T16:42:54.599Z] unset SSH_AUTH_SOCK; [2021-03-09T16:42:54.600Z] unset SSH_AGENT_PID; [2021-03-09T16:42:54.600Z] echo Agent pid 50 killed; [2021-03-09T16:42:54.681Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-09T16:42:56.128Z] + git semver [Pipeline] } [2021-03-09T16:42:56.146Z] $ docker stop --time=1 a4ded3eca636a2f2ecf7426bbc50f2b91d8510c8489e13cb5ba63b2efa7c55ef [2021-03-09T16:42:58.111Z] $ docker rm -f a4ded3eca636a2f2ecf7426bbc50f2b91d8510c8489e13cb5ba63b2efa7c55ef [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-09T16:42:58.705Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-03-09T16:42:59.305Z] Stashed 1 file(s) [Pipeline] echo [2021-03-09T16:42:59.308Z] [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-03-09T16:43:00.164Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-03-09T16:43:00.466Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-09T16:43:00.777Z] + sudo service docker restart [2021-03-09T16:43:00.777Z] + true [2021-03-09T16:43:00.777Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-03-09T16:43:01.380Z] ========================================================= [2021-03-09T16:43:01.380Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-03-09T16:43:01.380Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-09T16:43:01.730Z] + 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-03-09T16:43:05.974Z] Sending build context to Docker daemon 328.3MB [2021-03-09T16:43:05.974Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-03-09T16:43:05.974Z] Step 2/6 : FROM ${BASE} [2021-03-09T16:43:05.974Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-03-09T16:43:05.974Z] 188c0c94c7c5: Pulling fs layer [2021-03-09T16:43:05.974Z] 0ef7d3d256c8: Pulling fs layer [2021-03-09T16:43:05.974Z] de9db76c5a1d: Pulling fs layer [2021-03-09T16:43:05.975Z] bca2f99d35d6: Pulling fs layer [2021-03-09T16:43:05.975Z] 93359f2a8cfa: Pulling fs layer [2021-03-09T16:43:05.975Z] 7c6f9722023f: Pulling fs layer [2021-03-09T16:43:05.975Z] a35cf1a2eb13: Pulling fs layer [2021-03-09T16:43:05.975Z] bca2f99d35d6: Waiting [2021-03-09T16:43:05.975Z] 93359f2a8cfa: Waiting [2021-03-09T16:43:05.975Z] 7c6f9722023f: Waiting [2021-03-09T16:43:05.975Z] a35cf1a2eb13: Waiting [2021-03-09T16:43:05.975Z] de9db76c5a1d: Download complete [2021-03-09T16:43:05.975Z] 0ef7d3d256c8: Download complete [2021-03-09T16:43:05.975Z] 93359f2a8cfa: Verifying Checksum [2021-03-09T16:43:05.975Z] 93359f2a8cfa: Download complete [2021-03-09T16:43:05.975Z] 7c6f9722023f: Verifying Checksum [2021-03-09T16:43:05.975Z] 7c6f9722023f: Download complete [2021-03-09T16:43:05.975Z] 188c0c94c7c5: Verifying Checksum [2021-03-09T16:43:05.975Z] 188c0c94c7c5: Download complete [2021-03-09T16:43:06.562Z] 188c0c94c7c5: Pull complete [2021-03-09T16:43:06.831Z] 0ef7d3d256c8: Pull complete [2021-03-09T16:43:07.096Z] de9db76c5a1d: Pull complete [2021-03-09T16:43:09.049Z] a35cf1a2eb13: Verifying Checksum [2021-03-09T16:43:09.049Z] a35cf1a2eb13: Download complete [2021-03-09T16:43:10.006Z] bca2f99d35d6: Verifying Checksum [2021-03-09T16:43:10.006Z] bca2f99d35d6: Download complete [2021-03-09T16:43:14.667Z] Still waiting to schedule task [2021-03-09T16:43:14.667Z] ‘prd-centos7-docker-4c-2g-29146’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-29148’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-26577’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-27930’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-29153’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-29157’ is offline [2021-03-09T16:43:16.673Z] bca2f99d35d6: Pull complete [2021-03-09T16:43:16.673Z] 93359f2a8cfa: Pull complete [2021-03-09T16:43:16.673Z] 7c6f9722023f: Pull complete [2021-03-09T16:43:20.918Z] a35cf1a2eb13: Pull complete [2021-03-09T16:43:20.918Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-03-09T16:43:20.918Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-03-09T16:43:20.918Z] ---> a62c8e92a672 [2021-03-09T16:43:20.918Z] 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-03-09T16:43:20.918Z] ---> Running in d3cadb22bb53 [2021-03-09T16:43:21.184Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-09T16:43:22.134Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-09T16:43:22.709Z] (1/12) Installing libmagic (5.38-r0) [2021-03-09T16:43:22.971Z] (2/12) Installing file (5.38-r0) [2021-03-09T16:43:22.971Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-03-09T16:43:23.233Z] (4/12) Installing g++ (9.3.0-r2) [2021-03-09T16:43:33.266Z] (5/12) Installing fortify-headers (1.1-r0) [2021-03-09T16:43:33.266Z] (6/12) Installing patch (2.7.6-r6) [2021-03-09T16:43:33.266Z] (7/12) Installing build-base (0.5-r2) [2021-03-09T16:43:33.266Z] (8/12) Installing libsodium (1.0.18-r0) [2021-03-09T16:43:33.266Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-03-09T16:43:33.266Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-03-09T16:43:33.266Z] (11/12) Installing libzmq (4.3.3-r0) [2021-03-09T16:43:33.266Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-03-09T16:43:33.266Z] Executing busybox-1.31.1-r19.trigger [2021-03-09T16:43:33.266Z] OK: 233 MiB in 51 packages [2021-03-09T16:43:37.530Z] Removing intermediate container d3cadb22bb53 [2021-03-09T16:43:37.530Z] ---> 457a1aa6430f [2021-03-09T16:43:37.530Z] Step 4/6 : WORKDIR /edgex-go [2021-03-09T16:43:37.530Z] ---> Running in a49d461a07c9 [2021-03-09T16:43:37.530Z] Removing intermediate container a49d461a07c9 [2021-03-09T16:43:37.530Z] ---> 263306d0563b [2021-03-09T16:43:37.530Z] Step 5/6 : COPY go.mod . [2021-03-09T16:43:37.530Z] ---> 2cb2bddf9af3 [2021-03-09T16:43:37.530Z] Step 6/6 : RUN go mod download [2021-03-09T16:43:37.530Z] ---> Running in 54168efcaa38 [2021-03-09T16:44:04.201Z] Removing intermediate container 54168efcaa38 [2021-03-09T16:44:04.201Z] ---> 2ca16f0f4974 [2021-03-09T16:44:04.201Z] Successfully built 2ca16f0f4974 [2021-03-09T16:44:04.201Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-09T16:44:04.519Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-09T16:44:04.519Z] . [Pipeline] withDockerContainer [2021-03-09T16:44:04.624Z] prd-centos7-docker-4c-2g-29154 does not seem to be running inside a container [2021-03-09T16:44:04.676Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/11 -v /w/workspace/edgex-go/11:/w/workspace/edgex-go/11:rw,z -v /w/workspace/edgex-go/11@tmp:/w/workspace/edgex-go/11@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-03-09T16:44:05.621Z] $ docker top 28df3feea4d67e9374e294db51b22896eea51538e8e75353bbd7590cd052d7d9 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-09T16:44:06.268Z] + go version [2021-03-09T16:44:06.268Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-03-09T16:44:06.283Z] $ docker stop --time=1 28df3feea4d67e9374e294db51b22896eea51538e8e75353bbd7590cd052d7d9 [2021-03-09T16:44:07.684Z] $ docker rm -f 28df3feea4d67e9374e294db51b22896eea51538e8e75353bbd7590cd052d7d9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-09T16:44:08.481Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-09T16:44:08.481Z] . [Pipeline] withDockerContainer [2021-03-09T16:44:08.616Z] prd-centos7-docker-4c-2g-29154 does not seem to be running inside a container [2021-03-09T16:44:08.677Z] $ 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/11 -v /w/workspace/edgex-go/11:/w/workspace/edgex-go/11:rw,z -v /w/workspace/edgex-go/11@tmp:/w/workspace/edgex-go/11@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-03-09T16:44:09.533Z] $ docker top 28664110fce065760bacaf8645cf932bfb2075c741f33d7bce1f0b5fe1751563 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-03-09T16:44:09.726Z] ========================================================= [2021-03-09T16:44:09.726Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-03-09T16:44:09.726Z] ========================================================= [Pipeline] sh [2021-03-09T16:44:10.023Z] + make test [2021-03-09T16:44:10.023Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-03-09T16:44:20.133Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-03-09T16:44:38.499Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-03-09T16:44:48.618Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-03-09T16:44:48.618Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-03-09T16:44:48.618Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-03-09T16:44:51.218Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-03-09T16:44:51.218Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-03-09T16:44:51.218Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-03-09T16:44:51.218Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-03-09T16:44:52.445Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-03-09T16:44:52.445Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-03-09T16:44:55.853Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-03-09T16:44:55.854Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-03-09T16:44:55.854Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-03-09T16:45:00.132Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.147s coverage: 45.9% of statements [2021-03-09T16:45:00.132Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-03-09T16:45:00.132Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-03-09T16:45:00.132Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-03-09T16:45:00.132Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-03-09T16:45:00.132Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-03-09T16:45:00.132Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-03-09T16:45:00.132Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-03-09T16:45:00.132Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.108s coverage: 100.0% of statements [2021-03-09T16:45:01.599Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.227s coverage: 27.1% of statements [2021-03-09T16:45:01.599Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-03-09T16:45:01.599Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-03-09T16:45:01.599Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-03-09T16:45:01.599Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-03-09T16:45:01.599Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-03-09T16:45:01.599Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-03-09T16:45:01.599Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.039s coverage: 100.0% of statements [2021-03-09T16:45:01.599Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-03-09T16:45:01.599Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.046s coverage: 100.0% of statements [2021-03-09T16:45:01.599Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-03-09T16:45:01.599Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-03-09T16:45:03.072Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.174s coverage: 71.3% of statements [2021-03-09T16:45:03.072Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-03-09T16:45:03.072Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-03-09T16:45:03.705Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.253s coverage: 82.9% of statements [2021-03-09T16:45:03.705Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-03-09T16:45:03.705Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-03-09T16:45:03.705Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.122s coverage: 78.9% of statements [2021-03-09T16:45:03.705Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-03-09T16:45:08.126Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.615s coverage: 28.6% of statements [2021-03-09T16:45:08.126Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-03-09T16:45:08.126Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-03-09T16:45:08.126Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-03-09T16:45:08.126Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-03-09T16:45:08.126Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-03-09T16:45:08.126Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.079s coverage: 100.0% of statements [2021-03-09T16:45:08.126Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-03-09T16:45:08.126Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.056s coverage: 100.0% of statements [2021-03-09T16:45:08.126Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-03-09T16:45:08.126Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.217s coverage: 86.7% of statements [2021-03-09T16:45:08.126Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-03-09T16:45:08.126Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.243s coverage: 97.5% of statements [2021-03-09T16:45:08.126Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-03-09T16:45:08.126Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.142s coverage: 78.3% of statements [2021-03-09T16:45:08.126Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-03-09T16:45:08.126Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-03-09T16:45:08.126Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-03-09T16:45:08.126Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-03-09T16:45:11.554Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.504s coverage: 92.8% of statements [2021-03-09T16:45:11.554Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-03-09T16:45:11.554Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-03-09T16:45:11.554Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-03-09T16:45:11.554Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-03-09T16:45:11.554Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-03-09T16:45:11.554Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-03-09T16:45:11.554Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-03-09T16:45:11.554Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-03-09T16:45:11.554Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-03-09T16:45:11.554Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-03-09T16:45:11.554Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-03-09T16:45:11.554Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-03-09T16:45:11.554Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-03-09T16:45:11.554Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-03-09T16:45:11.554Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-03-09T16:45:11.554Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-03-09T16:45:11.554Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-03-09T16:45:11.554Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-03-09T16:45:11.554Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.088s coverage: 58.8% of statements [2021-03-09T16:45:11.554Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-03-09T16:45:11.554Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-03-09T16:45:11.554Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.072s coverage: 0.1% of statements [2021-03-09T16:45:11.554Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-03-09T16:45:11.554Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-03-09T16:45:11.554Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-03-09T16:45:11.554Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.086s coverage: 47.1% of statements [2021-03-09T16:45:11.554Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.056s coverage: 79.5% of statements [2021-03-09T16:45:11.554Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.031s coverage: 94.1% of statements [2021-03-09T16:45:12.141Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.080s coverage: 96.3% of statements [2021-03-09T16:45:12.141Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.027s coverage: 87.5% of statements [2021-03-09T16:45:24.871Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.054s coverage: 94.4% of statements [2021-03-09T16:45:24.871Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.034s coverage: 44.8% of statements [2021-03-09T16:45:24.871Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 6.049s coverage: 81.4% of statements [2021-03-09T16:45:37.256Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.092s coverage: 92.9% of statements [2021-03-09T16:45:37.256Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-03-09T16:45:37.256Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-03-09T16:45:37.256Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-03-09T16:45:37.256Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.034s coverage: 77.8% of statements [2021-03-09T16:45:37.256Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-03-09T16:45:37.256Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-03-09T16:45:37.256Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-03-09T16:45:37.256Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-03-09T16:45:37.256Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-03-09T16:45:37.256Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.075s coverage: 87.2% of statements [2021-03-09T16:45:37.256Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-03-09T16:45:37.256Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-03-09T16:45:37.256Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.035s coverage: 100.0% of statements [2021-03-09T16:45:37.256Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-03-09T16:45:37.256Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.066s coverage: 75.5% of statements [2021-03-09T16:45:37.256Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-03-09T16:45:37.256Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.046s coverage: 80.8% of statements [2021-03-09T16:45:37.256Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.081s coverage: 87.2% of statements [2021-03-09T16:45:37.256Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.077s coverage: 84.6% of statements [2021-03-09T16:45:37.256Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.131s coverage: 91.6% of statements [2021-03-09T16:45:37.256Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-03-09T16:45:37.256Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.315s coverage: 62.4% of statements [2021-03-09T16:45:37.256Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-03-09T16:45:37.256Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-03-09T16:45:37.256Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.044s coverage: 100.0% of statements [2021-03-09T16:45:37.256Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.062s coverage: 91.3% of statements [2021-03-09T16:45:37.256Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.046s coverage: 100.0% of statements [2021-03-09T16:45:37.256Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.085s coverage: 73.7% of statements [2021-03-09T16:45:37.256Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.041s coverage: 100.0% of statements [2021-03-09T16:45:37.256Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.443s coverage: 69.0% of statements [2021-03-09T16:45:37.256Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-03-09T16:45:37.256Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-03-09T16:45:37.256Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-03-09T16:45:37.256Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.266s coverage: 38.4% of statements [2021-03-09T16:45:37.256Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-03-09T16:45:37.256Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-03-09T16:45:37.256Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.041s coverage: 89.5% of statements [2021-03-09T16:45:37.256Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-03-09T16:45:37.256Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.066s coverage: 84.8% of statements [2021-03-09T16:45:37.256Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.240s coverage: 47.0% of statements [2021-03-09T16:45:37.256Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-03-09T16:45:37.256Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-03-09T16:45:37.256Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-03-09T16:45:37.256Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-03-09T16:45:37.256Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-03-09T16:45:37.256Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.117s coverage: 100.0% of statements [2021-03-09T16:45:37.256Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-03-09T16:45:37.256Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.072s coverage: 100.0% of statements [2021-03-09T16:45:37.256Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-03-09T16:45:37.256Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-03-09T16:45:37.256Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-03-09T16:45:37.256Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-03-09T16:45:37.256Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.159s coverage: 87.8% of statements [2021-03-09T16:45:37.256Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-03-09T16:45:37.256Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-03-09T16:45:37.256Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-03-09T16:45:37.256Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 1.172s coverage: 29.1% of statements [2021-03-09T16:45:37.256Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-03-09T16:45:37.256Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-03-09T16:45:37.256Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-03-09T16:45:37.256Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-03-09T16:45:37.256Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-03-09T16:45:37.256Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.093s coverage: 99.0% of statements [2021-03-09T16:45:37.256Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-03-09T16:45:37.256Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.059s coverage: 100.0% of statements [2021-03-09T16:45:37.256Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-03-09T16:45:37.256Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-03-09T16:45:37.256Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-03-09T16:45:37.256Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-03-09T16:45:37.533Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.107s coverage: 95.6% of statements [2021-03-09T16:45:37.533Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-03-09T16:45:37.533Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-03-09T16:45:37.533Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-03-09T16:45:37.533Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.036s coverage: 0.0% of statements [2021-03-09T16:45:37.533Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-03-09T16:45:37.533Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.041s coverage: 100.0% of statements [2021-03-09T16:45:37.533Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-03-09T16:45:37.533Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-03-09T16:45:37.533Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-03-09T16:45:37.533Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-03-09T16:45:39.521Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.050s coverage: 87.9% of statements [2021-03-09T16:45:39.521Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-03-09T16:45:39.521Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-03-09T16:45:39.521Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.059s coverage: 100.0% of statements [2021-03-09T16:45:39.521Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.052s coverage: 32.1% of statements [2021-03-09T16:45:39.521Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.051s coverage: 100.0% of statements [2021-03-09T16:45:40.128Z] GO111MODULE=on go vet ./... [2021-03-09T16:45:53.621Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-29161 in /w/workspace/edgexfoundry_edgex-go_PR-3209 [Pipeline] { [Pipeline] ws [2021-03-09T16:45:53.673Z] Running in /w/workspace/edgex-go/11 [Pipeline] { [Pipeline] checkout [2021-03-09T16:45:58.555Z] using credential edgex-jenkins-ssh [2021-03-09T16:45:58.607Z] Cloning the remote Git repository [2021-03-09T16:45:58.669Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-03-09T16:45:58.776Z] > git init /w/workspace/edgex-go/11 # timeout=10 [2021-03-09T16:45:58.855Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-09T16:45:58.855Z] > git --version # timeout=10 [2021-03-09T16:45:58.875Z] > git --version # 'git version 2.17.1' [2021-03-09T16:45:58.877Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-09T16:45:58.948Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-09T16:46:17.462Z] Merging remotes/origin/master commit dd3c5304426daa1a06e165d92e5378a7e6535b25 into PR head commit 70985b36a4c4f7a9ce085f1c274b64dae150ac78 [2021-03-09T16:46:17.997Z] Merge succeeded, producing 70985b36a4c4f7a9ce085f1c274b64dae150ac78 [2021-03-09T16:46:17.998Z] Checking out Revision 70985b36a4c4f7a9ce085f1c274b64dae150ac78 (PR-3209) [2021-03-09T16:46:16.673Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-09T16:46:16.706Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-09T16:46:16.735Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-09T16:46:16.771Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-09T16:46:16.772Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-09T16:46:16.783Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3209/head:refs/remotes/origin/PR-3209 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-09T16:46:17.484Z] > git config core.sparsecheckout # timeout=10 [2021-03-09T16:46:17.498Z] > git checkout -f 70985b36a4c4f7a9ce085f1c274b64dae150ac78 # timeout=10 [2021-03-09T16:46:17.861Z] > git remote # timeout=10 [2021-03-09T16:46:17.891Z] > git config --get remote.origin.url # timeout=10 [2021-03-09T16:46:17.936Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-09T16:46:17.947Z] > git merge dd3c5304426daa1a06e165d92e5378a7e6535b25 # timeout=10 [2021-03-09T16:46:17.981Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-03-09T16:46:18.007Z] > git config core.sparsecheckout # timeout=10 [2021-03-09T16:46:18.031Z] > git checkout -f 70985b36a4c4f7a9ce085f1c274b64dae150ac78 # timeout=10 [2021-03-09T16:46:19.161Z] gofmt -l . [2021-03-09T16:46:19.161Z] [ "`gofmt -l .`" = "" ] [2021-03-09T16:46:19.161Z] ./bin/test-go-mod-tidy.sh [2021-03-09T16:46:19.161Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-03-09T16:46:20.440Z] + ls -al . [2021-03-09T16:46:20.440Z] total 736 [2021-03-09T16:46:20.440Z] drwxrwxr-x 10 1001 1001 4096 Mar 9 16:46 . [2021-03-09T16:46:20.440Z] drwxr-xr-x 4 root root 30 Mar 9 16:44 .. [2021-03-09T16:46:20.440Z] -rw-rw-r-- 1 1001 1001 11 Mar 9 16:41 .dockerignore [2021-03-09T16:46:20.440Z] drwxrwxr-x 8 1001 1001 179 Mar 9 16:42 .git [2021-03-09T16:46:20.440Z] drwxrwxr-x 3 1001 1001 125 Mar 9 16:41 .github [2021-03-09T16:46:20.440Z] -rw-rw-r-- 1 1001 1001 818 Mar 9 16:41 .gitignore [2021-03-09T16:46:20.440Z] drwx------ 3 1001 1001 60 Mar 9 16:42 .semver [2021-03-09T16:46:20.440Z] -rw-rw-r-- 1 1001 1001 166 Mar 9 16:41 .sonarcloud.properties [2021-03-09T16:46:20.440Z] -rw-rw-r-- 1 1001 1001 8607 Mar 9 16:41 Attribution.txt [2021-03-09T16:46:20.440Z] -rw-rw-r-- 1 1001 1001 3804 Mar 9 16:41 CONTRIBUTING.md [2021-03-09T16:46:20.440Z] -rw-rw-r-- 1 1001 1001 931 Mar 9 16:41 Dockerfile.build [2021-03-09T16:46:20.440Z] -rw-rw-r-- 1 1001 1001 863 Mar 9 16:41 Jenkinsfile [2021-03-09T16:46:20.440Z] -rw-rw-r-- 1 1001 1001 10775 Mar 9 16:41 LICENSE [2021-03-09T16:46:20.440Z] -rw-rw-r-- 1 1001 1001 5774 Mar 9 16:41 Makefile [2021-03-09T16:46:20.440Z] -rw-rw-r-- 1 1001 1001 6548 Mar 9 16:41 README.md [2021-03-09T16:46:20.440Z] -rw-rw-r-- 1 1001 1001 6755 Mar 9 16:41 SECURITY.md [2021-03-09T16:46:20.440Z] -rw-rw-r-- 1 1001 1001 5 Mar 9 16:42 VERSION [2021-03-09T16:46:20.440Z] -rw-rw-r-- 1 1001 1001 4131 Mar 9 16:41 ZMQWindows.md [2021-03-09T16:46:20.440Z] drwxrwxr-x 2 1001 1001 117 Mar 9 16:41 bin [2021-03-09T16:46:20.440Z] drwxrwxr-x 14 1001 1001 4096 Mar 9 16:41 cmd [2021-03-09T16:46:20.440Z] -rw-r--r-- 1 root root 624012 Mar 9 16:45 coverage.out [2021-03-09T16:46:20.440Z] -rw-r--r-- 1 root root 1055 Mar 9 16:46 go.mod [2021-03-09T16:46:20.440Z] -rw-r--r-- 1 root root 22099 Mar 9 16:46 go.sum [2021-03-09T16:46:20.440Z] drwxrwxr-x 8 1001 1001 127 Mar 9 16:41 internal [2021-03-09T16:46:20.440Z] drwxrwxr-x 4 1001 1001 26 Mar 9 16:41 openapi [2021-03-09T16:46:20.440Z] drwxrwxr-x 4 1001 1001 71 Mar 9 16:41 snap [2021-03-09T16:46:20.440Z] -rw-rw-r-- 1 1001 1001 168 Mar 9 16:41 version.go [Pipeline] sh [2021-03-09T16:46:20.752Z] + '[' -e coverage.out ] [2021-03-09T16:46:20.752Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-03-09T16:46:21.160Z] Stashed 1 file(s) [Pipeline] sh [2021-03-09T16:46:21.468Z] + make build [2021-03-09T16:46:21.468Z] 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-03-09T16:46:22.443Z] Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-bootstrap/v2" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-03-09T16:46:23.961Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-03-09T16:46:24.458Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-09T16:46:24.796Z] + sudo service docker restart [2021-03-09T16:46:24.796Z] + true [2021-03-09T16:46:26.868Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-09T16:46:27.491Z] provisioning config files... [2021-03-09T16:46:27.556Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/11@tmp/config8331321885716998064tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-09T16:46:27.978Z] ---> docker-login.sh [2021-03-09T16:46:27.978Z] nexus3.edgexfoundry.org:10001 [2021-03-09T16:46:28.570Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-09T16:46:29.163Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-09T16:46:29.163Z] Configure a credential helper to remove this warning. See [2021-03-09T16:46:29.163Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-09T16:46:29.163Z] [2021-03-09T16:46:29.163Z] Login Succeeded [2021-03-09T16:46:29.163Z] nexus3.edgexfoundry.org:10002 [2021-03-09T16:46:29.439Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-09T16:46:29.439Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-09T16:46:29.439Z] Configure a credential helper to remove this warning. See [2021-03-09T16:46:29.439Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-09T16:46:29.439Z] [2021-03-09T16:46:29.439Z] Login Succeeded [2021-03-09T16:46:29.439Z] nexus3.edgexfoundry.org:10003 [2021-03-09T16:46:30.034Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-09T16:46:30.034Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-09T16:46:30.034Z] Configure a credential helper to remove this warning. See [2021-03-09T16:46:30.034Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-09T16:46:30.034Z] [2021-03-09T16:46:30.034Z] Login Succeeded [2021-03-09T16:46:30.034Z] nexus3.edgexfoundry.org:10004 [2021-03-09T16:46:30.308Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-09T16:46:30.582Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-09T16:46:30.582Z] Configure a credential helper to remove this warning. See [2021-03-09T16:46:30.582Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-09T16:46:30.582Z] [2021-03-09T16:46:30.582Z] Login Succeeded [2021-03-09T16:46:30.582Z] docker.io [2021-03-09T16:46:30.857Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-09T16:46:31.452Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-09T16:46:31.452Z] Configure a credential helper to remove this warning. See [2021-03-09T16:46:31.452Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-09T16:46:31.452Z] [2021-03-09T16:46:31.452Z] Login Succeeded [2021-03-09T16:46:31.452Z] ---> docker-login.sh ends [Pipeline] } [2021-03-09T16:46:31.471Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-03-09T16:46:31.953Z] ========================================================= [2021-03-09T16:46:31.953Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-03-09T16:46:31.953Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-09T16:46:32.334Z] + 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-03-09T16:46:34.964Z] Sending build context to Docker daemon 166.6MB [2021-03-09T16:46:34.964Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-03-09T16:46:34.964Z] Step 2/6 : FROM ${BASE} [2021-03-09T16:46:34.964Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-03-09T16:46:34.964Z] 5f621e34cdf4: Pulling fs layer [2021-03-09T16:46:34.964Z] a4357932f1b6: Pulling fs layer [2021-03-09T16:46:34.964Z] 18c013af1878: Pulling fs layer [2021-03-09T16:46:34.964Z] 00ac8860ef70: Pulling fs layer [2021-03-09T16:46:34.964Z] 63d7cb157983: Pulling fs layer [2021-03-09T16:46:34.964Z] b116817d02f9: Pulling fs layer [2021-03-09T16:46:34.964Z] 745a02a5169b: Pulling fs layer [2021-03-09T16:46:34.964Z] 00ac8860ef70: Waiting [2021-03-09T16:46:34.964Z] 63d7cb157983: Waiting [2021-03-09T16:46:34.964Z] b116817d02f9: Waiting [2021-03-09T16:46:34.964Z] 745a02a5169b: Waiting [2021-03-09T16:46:34.964Z] 18c013af1878: Verifying Checksum [2021-03-09T16:46:34.964Z] 18c013af1878: Download complete [2021-03-09T16:46:34.964Z] a4357932f1b6: Verifying Checksum [2021-03-09T16:46:34.964Z] a4357932f1b6: Download complete [2021-03-09T16:46:34.964Z] 63d7cb157983: Download complete [2021-03-09T16:46:34.964Z] b116817d02f9: Download complete [2021-03-09T16:46:34.964Z] 5f621e34cdf4: Download complete [2021-03-09T16:46:35.566Z] 5f621e34cdf4: Pull complete [2021-03-09T16:46:36.168Z] a4357932f1b6: Pull complete [2021-03-09T16:46:36.766Z] 18c013af1878: Pull complete [2021-03-09T16:46:37.760Z] 745a02a5169b: Verifying Checksum [2021-03-09T16:46:37.761Z] 745a02a5169b: Download complete [2021-03-09T16:46:38.745Z] 00ac8860ef70: Verifying Checksum [2021-03-09T16:46:38.745Z] 00ac8860ef70: Download complete [2021-03-09T16:46:39.255Z] 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-03-09T16:46:40.260Z] 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-03-09T16:46:42.856Z] 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-03-09T16:46:43.135Z] 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-03-09T16:46:45.736Z] 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-03-09T16:46:47.699Z] 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-03-09T16:46:48.900Z] 00ac8860ef70: Pull complete [2021-03-09T16:46:48.901Z] 63d7cb157983: Pull complete [2021-03-09T16:46:49.103Z] 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-03-09T16:46:49.175Z] b116817d02f9: Pull complete [2021-03-09T16:46:50.501Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-03-09T16:46:51.452Z] 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-03-09T16:46:52.860Z] 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-03-09T16:46:53.516Z] 745a02a5169b: Pull complete [2021-03-09T16:46:53.516Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-03-09T16:46:53.516Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-03-09T16:46:53.516Z] ---> b7e6874047d6 [2021-03-09T16:46:53.516Z] 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 [Pipeline] } [2021-03-09T16:46:54.856Z] $ docker stop --time=1 28664110fce065760bacaf8645cf932bfb2075c741f33d7bce1f0b5fe1751563 [2021-03-09T16:46:56.160Z] ---> Running in 92f2947a6aa5 [2021-03-09T16:46:56.597Z] $ docker rm -f 28664110fce065760bacaf8645cf932bfb2075c741f33d7bce1f0b5fe1751563 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [2021-03-09T16:46:57.594Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-09T16:46:58.582Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-09T16:46:58.693Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-09T16:46:58.693Z] [2021-03-09T16:46:58.693Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-03-09T16:46:59.104Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-09T16:46:59.104Z] latest: Pulling from edgex-devops/edgex-compose [2021-03-09T16:46:59.104Z] cbdbe7a5bc2a: Pulling fs layer [2021-03-09T16:46:59.104Z] ca9280d653b3: Pulling fs layer [2021-03-09T16:46:59.104Z] 7e9c9ca2126c: Pulling fs layer [2021-03-09T16:46:59.371Z] cbdbe7a5bc2a: Download complete [2021-03-09T16:46:59.562Z] (1/12) Installing libmagic (5.38-r0) [2021-03-09T16:46:59.637Z] ca9280d653b3: Verifying Checksum [2021-03-09T16:46:59.637Z] ca9280d653b3: Download complete [2021-03-09T16:46:59.907Z] cbdbe7a5bc2a: Pull complete [2021-03-09T16:47:00.153Z] (2/12) Installing file (5.38-r0) [2021-03-09T16:47:00.153Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-03-09T16:47:00.153Z] (4/12) Installing g++ (9.3.0-r2) [2021-03-09T16:47:00.870Z] 7e9c9ca2126c: Verifying Checksum [2021-03-09T16:47:01.446Z] ca9280d653b3: Pull complete [2021-03-09T16:47:09.659Z] 7e9c9ca2126c: Pull complete [2021-03-09T16:47:09.659Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-03-09T16:47:09.659Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-09T16:47:09.659Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-03-09T16:47:09.887Z] prd-centos7-docker-4c-2g-29154 does not seem to be running inside a container [2021-03-09T16:47:09.947Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/11 -v /w/workspace/edgex-go/11:/w/workspace/edgex-go/11:rw,z -v /w/workspace/edgex-go/11@tmp:/w/workspace/edgex-go/11@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-03-09T16:47:11.848Z] $ docker top 52c1d531f3a1694649b05202ded3c5baaf1d27912c98a7c8a7b1c46112bd72e9 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-09T16:47:12.385Z] + docker-compose build --help [2021-03-09T16:47:12.386Z] + grep parallel [2021-03-09T16:47:12.511Z] (5/12) Installing fortify-headers (1.1-r0) [2021-03-09T16:47:12.511Z] (6/12) Installing patch (2.7.6-r6) [2021-03-09T16:47:12.511Z] (7/12) Installing build-base (0.5-r2) [2021-03-09T16:47:12.511Z] (8/12) Installing libsodium (1.0.18-r0) [2021-03-09T16:47:12.511Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-03-09T16:47:12.511Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-03-09T16:47:12.511Z] (11/12) Installing libzmq (4.3.3-r0) [2021-03-09T16:47:13.108Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-03-09T16:47:13.108Z] Executing busybox-1.31.1-r19.trigger [2021-03-09T16:47:13.108Z] OK: 217 MiB in 51 packages [2021-03-09T16:47:13.358Z] --parallel Build images in parallel. [Pipeline] } [2021-03-09T16:47:13.377Z] $ docker stop --time=1 52c1d531f3a1694649b05202ded3c5baaf1d27912c98a7c8a7b1c46112bd72e9 [2021-03-09T16:47:14.807Z] $ docker rm -f 52c1d531f3a1694649b05202ded3c5baaf1d27912c98a7c8a7b1c46112bd72e9 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-09T16:47:15.394Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-09T16:47:15.394Z] . [Pipeline] withDockerContainer [2021-03-09T16:47:15.607Z] prd-centos7-docker-4c-2g-29154 does not seem to be running inside a container [2021-03-09T16:47:15.701Z] $ 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/11 -v /w/workspace/edgex-go/11:/w/workspace/edgex-go/11:rw,z -v /w/workspace/edgex-go/11@tmp:/w/workspace/edgex-go/11@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-03-09T16:47:16.684Z] $ docker top ea436c8f7acf0c332aaf416f2c462123bf182fe2971f169d700f974bee64d682 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-09T16:47:17.303Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-03-09T16:47:17.410Z] Removing intermediate container 92f2947a6aa5 [2021-03-09T16:47:17.410Z] ---> 9d21e28d3be7 [2021-03-09T16:47:17.410Z] Step 4/6 : WORKDIR /edgex-go [2021-03-09T16:47:17.410Z] ---> Running in 91675608fabe [2021-03-09T16:47:17.410Z] Removing intermediate container 91675608fabe [2021-03-09T16:47:17.410Z] ---> 0a9fb3169642 [2021-03-09T16:47:17.410Z] Step 5/6 : COPY go.mod . [2021-03-09T16:47:18.397Z] ---> e68483f18531 [2021-03-09T16:47:18.397Z] Step 6/6 : RUN go mod download [2021-03-09T16:47:18.397Z] ---> Running in 82659abdf827 [2021-03-09T16:47:18.707Z] Building docker-core-command-go ... [2021-03-09T16:47:18.708Z] Building docker-core-data-go ... [2021-03-09T16:47:18.708Z] Building docker-core-metadata-go ... [2021-03-09T16:47:18.708Z] Building docker-security-bootstrapper-go ... [2021-03-09T16:47:18.708Z] Building docker-security-proxy-setup-go ... [2021-03-09T16:47:18.708Z] Building docker-security-secretstore-setup-go ... [2021-03-09T16:47:18.708Z] Building docker-support-notifications-go ... [2021-03-09T16:47:18.708Z] Building docker-support-scheduler-go ... [2021-03-09T16:47:18.708Z] Building docker-sys-mgmt-agent-go ... [2021-03-09T16:47:18.708Z] Building docker-security-secretstore-setup-go [2021-03-09T16:47:18.708Z] Building docker-core-command-go [2021-03-09T16:47:18.708Z] Building docker-support-notifications-go [2021-03-09T16:47:18.708Z] Building docker-support-scheduler-go [2021-03-09T16:47:18.708Z] Building docker-core-metadata-go [2021-03-09T16:47:46.217Z] Removing intermediate container 82659abdf827 [2021-03-09T16:47:46.217Z] ---> 38b5fd697b4c [2021-03-09T16:47:46.217Z] Successfully built 38b5fd697b4c [2021-03-09T16:47:46.217Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-09T16:47:46.553Z] + docker inspect -f . ci-base-image-arm64 [2021-03-09T16:47:46.553Z] . [Pipeline] withDockerContainer [2021-03-09T16:47:46.782Z] prd-ubuntu18.04-docker-arm64-4c-16g-29161 does not seem to be running inside a container [2021-03-09T16:47:46.869Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/11 -v /w/workspace/edgex-go/11:/w/workspace/edgex-go/11:rw,z -v /w/workspace/edgex-go/11@tmp:/w/workspace/edgex-go/11@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-03-09T16:47:48.450Z] $ docker top abb78247fbea7a6317cf193a60a1c6feb0529cf28a71b390208c3b9a7a76560a -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-09T16:47:49.517Z] + go version [2021-03-09T16:47:49.517Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-03-09T16:47:49.541Z] $ docker stop --time=1 abb78247fbea7a6317cf193a60a1c6feb0529cf28a71b390208c3b9a7a76560a [2021-03-09T16:47:51.622Z] $ docker rm -f abb78247fbea7a6317cf193a60a1c6feb0529cf28a71b390208c3b9a7a76560a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-09T16:47:52.641Z] + docker inspect -f . ci-base-image-arm64 [2021-03-09T16:47:52.642Z] . [Pipeline] withDockerContainer [2021-03-09T16:47:52.903Z] prd-ubuntu18.04-docker-arm64-4c-16g-29161 does not seem to be running inside a container [2021-03-09T16:47:52.979Z] $ 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/11 -v /w/workspace/edgex-go/11:/w/workspace/edgex-go/11:rw,z -v /w/workspace/edgex-go/11@tmp:/w/workspace/edgex-go/11@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-03-09T16:47:54.436Z] $ docker top 13bec83eaaab6f59b757d3e89e7365370c9b50b6f6b94006f2fdc09c360e6f69 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-03-09T16:47:54.774Z] ========================================================= [2021-03-09T16:47:54.774Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-03-09T16:47:54.774Z] ========================================================= [Pipeline] sh [2021-03-09T16:47:55.414Z] + make test [2021-03-09T16:47:55.414Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-03-09T16:47:58.431Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-09T16:47:58.431Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-09T16:47:58.431Z] ---> 2ca16f0f4974 [2021-03-09T16:47:58.431Z] Step 3/23 : WORKDIR /edgex-go [2021-03-09T16:47:58.431Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-09T16:47:58.431Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-09T16:47:58.431Z] ---> 2ca16f0f4974 [2021-03-09T16:47:58.431Z] Step 3/22 : WORKDIR /edgex-go [2021-03-09T16:47:58.431Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-09T16:47:58.431Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-09T16:47:58.431Z] ---> 2ca16f0f4974 [2021-03-09T16:47:58.431Z] Step 3/23 : WORKDIR /edgex-go [2021-03-09T16:47:58.431Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-09T16:47:58.431Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-09T16:47:58.431Z] ---> 2ca16f0f4974 [2021-03-09T16:47:58.431Z] Step 3/22 : WORKDIR /edgex-go [2021-03-09T16:47:58.431Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-09T16:47:58.431Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-03-09T16:47:58.431Z] ---> 2ca16f0f4974 [2021-03-09T16:47:58.431Z] Step 3/24 : WORKDIR /edgex-go [2021-03-09T16:47:58.699Z] ---> Running in 81c5fda0b04f [2021-03-09T16:47:58.699Z] ---> Running in 3e71077505c7 [2021-03-09T16:47:58.699Z] ---> Running in 346d84cf32fb [2021-03-09T16:47:58.699Z] ---> Running in 6cfb70e815da [2021-03-09T16:47:58.699Z] ---> Running in e74b43f14c8f [2021-03-09T16:47:59.290Z] Removing intermediate container 346d84cf32fb [2021-03-09T16:47:59.290Z] ---> b2277f5b20ed [2021-03-09T16:47:59.290Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-09T16:47:59.290Z] Removing intermediate container e74b43f14c8f [2021-03-09T16:47:59.290Z] ---> 34349fa61722 [2021-03-09T16:47:59.290Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-09T16:47:59.290Z] Removing intermediate container 81c5fda0b04f [2021-03-09T16:47:59.290Z] ---> 70d0db64cdb5 [2021-03-09T16:47:59.290Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-09T16:47:59.290Z] Removing intermediate container 3e71077505c7 [2021-03-09T16:47:59.290Z] ---> 0aaf880db5e9 [2021-03-09T16:47:59.290Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-09T16:47:59.290Z] Removing intermediate container 6cfb70e815da [2021-03-09T16:47:59.290Z] ---> a31e10437e98 [2021-03-09T16:47:59.290Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-09T16:47:59.553Z] ---> Running in 51e1b6c5641f [2021-03-09T16:47:59.553Z] ---> Running in d83b2c88b048 [2021-03-09T16:47:59.553Z] ---> Running in b297f6777089 [2021-03-09T16:47:59.553Z] ---> Running in bc91037d50d8 [2021-03-09T16:47:59.553Z] ---> Running in 465b5345b5ca [2021-03-09T16:48:02.940Z] Removing intermediate container d83b2c88b048 [2021-03-09T16:48:02.940Z] ---> 6a28a6c2e170 [2021-03-09T16:48:02.940Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-03-09T16:48:02.940Z] ---> Running in 1b3865b28cf6 [2021-03-09T16:48:02.940Z] Removing intermediate container b297f6777089 [2021-03-09T16:48:02.940Z] ---> 784cc1c7d9b0 [2021-03-09T16:48:02.940Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-03-09T16:48:02.940Z] Removing intermediate container bc91037d50d8 [2021-03-09T16:48:02.940Z] ---> 8528efb2b44c [2021-03-09T16:48:02.940Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-09T16:48:02.940Z] Removing intermediate container 51e1b6c5641f [2021-03-09T16:48:02.940Z] ---> 67ffd79843f2 [2021-03-09T16:48:02.940Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-09T16:48:02.940Z] ---> Running in b1e13606a204 [2021-03-09T16:48:02.940Z] ---> Running in 93329cb83e4b [2021-03-09T16:48:02.940Z] Removing intermediate container 465b5345b5ca [2021-03-09T16:48:02.940Z] ---> e975896fc59f [2021-03-09T16:48:02.940Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-03-09T16:48:03.221Z] ---> Running in e28b0527132b [2021-03-09T16:48:03.221Z] ---> Running in 27a518480557 [2021-03-09T16:48:04.195Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-09T16:48:04.195Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-09T16:48:04.462Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-09T16:48:04.462Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-09T16:48:04.462Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-09T16:48:05.037Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-09T16:48:05.037Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-09T16:48:05.300Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-09T16:48:05.300Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-09T16:48:05.568Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-09T16:48:06.170Z] OK: 233 MiB in 51 packages [2021-03-09T16:48:06.171Z] OK: 233 MiB in 51 packages [2021-03-09T16:48:06.444Z] OK: 233 MiB in 51 packages [2021-03-09T16:48:06.444Z] OK: 233 MiB in 51 packages [2021-03-09T16:48:06.444Z] OK: 233 MiB in 51 packages [2021-03-09T16:48:07.045Z] Removing intermediate container b1e13606a204 [2021-03-09T16:48:07.045Z] ---> 84866ec279cc [2021-03-09T16:48:07.045Z] Step 6/22 : COPY go.mod . [2021-03-09T16:48:07.325Z] Removing intermediate container 1b3865b28cf6 [2021-03-09T16:48:07.325Z] ---> f894c419022c [2021-03-09T16:48:07.325Z] Step 6/24 : COPY go.mod . [2021-03-09T16:48:07.325Z] Removing intermediate container 27a518480557 [2021-03-09T16:48:07.325Z] ---> d476b10bd1a8 [2021-03-09T16:48:07.325Z] Step 6/22 : COPY go.mod . [2021-03-09T16:48:07.325Z] Removing intermediate container 93329cb83e4b [2021-03-09T16:48:07.325Z] ---> f4b381501372 [2021-03-09T16:48:07.325Z] Step 6/23 : COPY go.mod . [2021-03-09T16:48:07.617Z] Removing intermediate container e28b0527132b [2021-03-09T16:48:07.617Z] ---> abd508b5361e [2021-03-09T16:48:07.617Z] Step 6/23 : COPY go.mod . [2021-03-09T16:48:07.617Z] ---> 4b9091a436c9 [2021-03-09T16:48:07.617Z] Step 7/22 : RUN go mod download [2021-03-09T16:48:07.617Z] ---> fac72912c3e7 [2021-03-09T16:48:07.617Z] Step 7/24 : RUN go mod download [2021-03-09T16:48:07.882Z] ---> fae5d118af01 [2021-03-09T16:48:07.883Z] Step 7/22 : RUN go mod download [2021-03-09T16:48:07.883Z] ---> Running in c6e14ab2c10e [2021-03-09T16:48:07.883Z] ---> 550d8293e3c5 [2021-03-09T16:48:07.883Z] Step 7/23 : RUN go mod download [2021-03-09T16:48:07.883Z] ---> Running in 5aa154a45580 [2021-03-09T16:48:07.883Z] ---> Running in c536429fcca5 [2021-03-09T16:48:08.154Z] ---> Running in 6759dda9d620 [2021-03-09T16:48:08.154Z] ---> cdaa5adfcd9b [2021-03-09T16:48:08.154Z] Step 7/23 : RUN go mod download [2021-03-09T16:48:08.421Z] ---> Running in e0a73744cd65 [2021-03-09T16:48:11.072Z] Removing intermediate container 5aa154a45580 [2021-03-09T16:48:11.072Z] ---> a6039a0c7af1 [2021-03-09T16:48:11.072Z] Step 8/22 : COPY . . [2021-03-09T16:48:11.351Z] Removing intermediate container 6759dda9d620 [2021-03-09T16:48:11.351Z] ---> d05f85fedc99 [2021-03-09T16:48:11.351Z] Step 8/23 : COPY . . [2021-03-09T16:48:11.351Z] Removing intermediate container c536429fcca5 [2021-03-09T16:48:11.351Z] ---> 694ebcd7257b [2021-03-09T16:48:11.351Z] Step 8/22 : COPY . . [2021-03-09T16:48:11.644Z] Removing intermediate container c6e14ab2c10e [2021-03-09T16:48:11.644Z] ---> 3a0ebb569343 [2021-03-09T16:48:11.644Z] Step 8/24 : COPY . . [2021-03-09T16:48:11.644Z] Removing intermediate container e0a73744cd65 [2021-03-09T16:48:11.644Z] ---> 0773324727e1 [2021-03-09T16:48:11.644Z] Step 8/23 : COPY . . [2021-03-09T16:48:17.623Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-03-09T16:48:58.672Z] ---> b459712e1ff4 [2021-03-09T16:48:58.672Z] ---> 0e61ec3ef07b [2021-03-09T16:48:58.672Z] Step 9/23 : RUN make cmd/core-metadata/core-metadataStep 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-03-09T16:48:58.672Z] [2021-03-09T16:48:58.672Z] ---> f8001fed8407 [2021-03-09T16:48:58.672Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-03-09T16:48:58.672Z] ---> 9c4fbfc03421 [2021-03-09T16:48:58.672Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-03-09T16:48:58.672Z] ---> 235d75ce8ec2 [2021-03-09T16:48:58.672Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-03-09T16:48:58.672Z] ---> Running in c8330eba3ed3 [2021-03-09T16:48:58.672Z] ---> Running in 7019118f8a1c [2021-03-09T16:48:58.672Z] ---> Running in 33e05401f00a [2021-03-09T16:48:58.672Z] ---> Running in 1506860a6f3f [2021-03-09T16:48:58.672Z] ---> Running in 323a12f65cfa [2021-03-09T16:48:58.672Z] 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-03-09T16:48:58.672Z] 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-03-09T16:48:58.672Z] 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-03-09T16:48:58.672Z] 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-03-09T16:48:58.672Z] 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-03-09T16:49:14.373Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-03-09T16:49:14.373Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-03-09T16:49:21.123Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-03-09T16:49:21.123Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-03-09T16:49:23.769Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-03-09T16:49:23.769Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-03-09T16:49:23.769Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-03-09T16:49:23.769Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-03-09T16:49:26.416Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-03-09T16:49:27.021Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-03-09T16:49:35.324Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-03-09T16:49:35.324Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-03-09T16:49:35.324Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-03-09T16:49:40.756Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.289s coverage: 45.9% of statements [2021-03-09T16:49:40.756Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-03-09T16:49:40.756Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-03-09T16:49:40.756Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-03-09T16:49:40.756Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-03-09T16:49:40.756Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-03-09T16:49:40.756Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-03-09T16:49:40.756Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-03-09T16:49:41.037Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.250s coverage: 100.0% of statements [2021-03-09T16:49:45.685Z] 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-03-09T16:49:49.402Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.552s coverage: 27.1% of statements [2021-03-09T16:49:49.403Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-03-09T16:49:49.403Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-03-09T16:49:49.403Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-03-09T16:49:49.403Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-03-09T16:49:49.403Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-03-09T16:49:49.403Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-03-09T16:49:49.403Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.103s coverage: 100.0% of statements [2021-03-09T16:49:49.403Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-03-09T16:49:49.403Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.079s coverage: 100.0% of statements [2021-03-09T16:49:49.403Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-03-09T16:49:49.403Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-03-09T16:49:49.678Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.249s coverage: 71.3% of statements [2021-03-09T16:49:49.678Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-03-09T16:49:49.678Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-03-09T16:49:52.327Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.460s coverage: 82.9% of statements [2021-03-09T16:49:52.327Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-03-09T16:49:52.327Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-03-09T16:49:52.327Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.154s coverage: 78.9% of statements [2021-03-09T16:49:52.327Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-03-09T16:49:58.119Z] Removing intermediate container 7019118f8a1c [2021-03-09T16:49:58.119Z] ---> 927cf85033b2 [2021-03-09T16:49:58.119Z] [2021-03-09T16:49:58.119Z] Step 10/24 : FROM alpine:3.12 [2021-03-09T16:49:58.119Z] 3.12: Pulling from library/alpine [2021-03-09T16:49:58.119Z] Removing intermediate container 1506860a6f3f [2021-03-09T16:49:58.119Z] ---> fb74da2a53db [2021-03-09T16:49:58.119Z] [2021-03-09T16:49:58.119Z] Step 10/23 : FROM alpine:3.12 [2021-03-09T16:49:58.119Z] 3.12: Pulling from library/alpine [2021-03-09T16:49:58.119Z] Removing intermediate container 33e05401f00a [2021-03-09T16:49:58.119Z] ---> 3c8fac2899e3 [2021-03-09T16:49:58.119Z] [2021-03-09T16:49:58.119Z] Step 10/22 : FROM alpine:3.12 [2021-03-09T16:49:58.119Z] Removing intermediate container 323a12f65cfa [2021-03-09T16:49:58.119Z] ---> 8c2c4b58b655 [2021-03-09T16:49:58.119Z] [2021-03-09T16:49:58.119Z] Step 10/22 : FROM alpine:3.12 [2021-03-09T16:49:58.119Z] 3.12: Pulling from library/alpine [2021-03-09T16:49:58.119Z] 3.12: Pulling from library/alpine [2021-03-09T16:49:58.119Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-09T16:49:58.119Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-09T16:49:58.119Z] Status: Downloaded newer image for alpine:3.12 [2021-03-09T16:49:58.119Z] Status: Image is up to date for alpine:3.12 [2021-03-09T16:49:58.119Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-09T16:49:58.119Z] Status: Image is up to date for alpine:3.12 [2021-03-09T16:49:58.119Z] ---> 88dd2752d2ea [2021-03-09T16:49:58.119Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-09T16:49:58.119Z] ---> 88dd2752d2ea [2021-03-09T16:49:58.119Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-03-09T16:49:58.119Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-09T16:49:58.119Z] Status: Image is up to date for alpine:3.12 [2021-03-09T16:49:58.119Z] ---> 88dd2752d2ea [2021-03-09T16:49:58.119Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-03-09T16:49:58.119Z] ---> 88dd2752d2ea [2021-03-09T16:49:58.119Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-03-09T16:50:00.053Z] ---> Running in 049df9daa465 [2021-03-09T16:50:00.053Z] ---> Running in 530cfe687613 [2021-03-09T16:50:00.053Z] ---> Running in 44e25ea65c04 [2021-03-09T16:50:00.053Z] ---> Running in c54846b0ffde [2021-03-09T16:50:00.053Z] Removing intermediate container c8330eba3ed3 [2021-03-09T16:50:00.053Z] ---> 5224e676fffa [2021-03-09T16:50:00.053Z] [2021-03-09T16:50:00.053Z] Step 10/23 : FROM alpine:3.12 [2021-03-09T16:50:00.053Z] ---> 88dd2752d2ea [2021-03-09T16:50:00.053Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-09T16:50:00.316Z] ---> Running in 08165e8eca25 [2021-03-09T16:50:00.649Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.195s coverage: 28.6% of statements [2021-03-09T16:50:00.649Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-03-09T16:50:00.649Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-03-09T16:50:00.649Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-03-09T16:50:00.649Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-03-09T16:50:00.649Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-03-09T16:50:00.649Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.171s coverage: 100.0% of statements [2021-03-09T16:50:00.649Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-03-09T16:50:00.649Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.086s coverage: 100.0% of statements [2021-03-09T16:50:00.649Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-03-09T16:50:00.649Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.277s coverage: 86.7% of statements [2021-03-09T16:50:00.649Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-03-09T16:50:00.649Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.349s coverage: 97.5% of statements [2021-03-09T16:50:00.649Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-03-09T16:50:00.649Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.129s coverage: 78.3% of statements [2021-03-09T16:50:00.649Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-03-09T16:50:00.649Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-03-09T16:50:00.649Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-03-09T16:50:00.649Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-03-09T16:50:00.913Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-09T16:50:00.913Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-09T16:50:00.913Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-09T16:50:00.913Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-09T16:50:00.913Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-09T16:50:00.913Z] Executing busybox-1.31.1-r19.trigger [2021-03-09T16:50:01.177Z] OK: 6 MiB in 15 packages [2021-03-09T16:50:01.177Z] (1/5) Installing ca-certificates (20191127-r4) [2021-03-09T16:50:01.177Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-03-09T16:50:01.177Z] (3/5) Installing libcurl (7.69.1-r3) [2021-03-09T16:50:01.177Z] (4/5) Installing curl (7.69.1-r3) [2021-03-09T16:50:01.177Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-03-09T16:50:01.177Z] Executing busybox-1.31.1-r19.trigger [2021-03-09T16:50:01.177Z] Executing ca-certificates-20191127-r4.trigger [2021-03-09T16:50:01.177Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-09T16:50:01.177Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-09T16:50:01.441Z] OK: 7 MiB in 19 packages [2021-03-09T16:50:01.441Z] (1/2) Installing ca-certificates (20191127-r4) [2021-03-09T16:50:02.407Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-09T16:50:02.407Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-09T16:50:02.407Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-03-09T16:50:02.407Z] Executing busybox-1.31.1-r19.trigger [2021-03-09T16:50:02.407Z] Executing ca-certificates-20191127-r4.trigger [2021-03-09T16:50:02.690Z] OK: 6 MiB in 16 packages [2021-03-09T16:50:02.690Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-09T16:50:02.690Z] Executing busybox-1.31.1-r19.trigger [2021-03-09T16:50:02.690Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-09T16:50:02.690Z] OK: 6 MiB in 15 packages [2021-03-09T16:50:02.690Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-09T16:50:02.959Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-09T16:50:02.959Z] Executing busybox-1.31.1-r19.trigger [2021-03-09T16:50:02.959Z] OK: 6 MiB in 15 packages [2021-03-09T16:50:04.378Z] Removing intermediate container 049df9daa465 [2021-03-09T16:50:04.378Z] ---> a00e135da85f [2021-03-09T16:50:04.378Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-09T16:50:04.378Z] Removing intermediate container 530cfe687613 [2021-03-09T16:50:04.378Z] ---> 2f76b008ff0a [2021-03-09T16:50:04.378Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-09T16:50:04.645Z] ---> Running in 1eed6e257401 [2021-03-09T16:50:04.645Z] ---> Running in ee35a679c821 [2021-03-09T16:50:04.918Z] Removing intermediate container c54846b0ffde [2021-03-09T16:50:04.918Z] ---> fd9e31b97525 [2021-03-09T16:50:04.918Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-09T16:50:04.918Z] Removing intermediate container 08165e8eca25 [2021-03-09T16:50:04.918Z] ---> 7fe4085f18a7 [2021-03-09T16:50:04.918Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-09T16:50:04.918Z] Removing intermediate container 44e25ea65c04 [2021-03-09T16:50:04.918Z] ---> 0333a143bf02 [2021-03-09T16:50:04.918Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-09T16:50:05.190Z] ---> Running in 681fe18d2e9c [2021-03-09T16:50:05.190Z] ---> Running in 738fbf348c23 [2021-03-09T16:50:05.190Z] ---> Running in ca8a42522a87 [2021-03-09T16:50:05.190Z] Removing intermediate container 1eed6e257401 [2021-03-09T16:50:05.190Z] ---> 17b78cb5c8ba [2021-03-09T16:50:05.190Z] Step 13/23 : ENV APP_PORT=48082 [2021-03-09T16:50:05.190Z] Removing intermediate container ee35a679c821 [2021-03-09T16:50:05.190Z] ---> 2203f13de3be [2021-03-09T16:50:05.190Z] Step 13/24 : WORKDIR / [2021-03-09T16:50:05.190Z] ---> Running in 00300ada7c23 [2021-03-09T16:50:05.460Z] ---> Running in dacdb093141b [2021-03-09T16:50:05.460Z] Removing intermediate container 738fbf348c23 [2021-03-09T16:50:05.460Z] ---> 82db2382527d [2021-03-09T16:50:05.460Z] Step 13/23 : ENV APP_PORT=48081 [2021-03-09T16:50:05.460Z] Removing intermediate container 681fe18d2e9c [2021-03-09T16:50:05.460Z] ---> 88d3622e2fb7 [2021-03-09T16:50:05.460Z] Step 13/22 : ENV APP_PORT=48085 [2021-03-09T16:50:05.460Z] Removing intermediate container ca8a42522a87 [2021-03-09T16:50:05.460Z] ---> 41986319b949 [2021-03-09T16:50:05.460Z] Step 13/22 : ENV APP_PORT=48060 [2021-03-09T16:50:05.739Z] Removing intermediate container 00300ada7c23 [2021-03-09T16:50:05.739Z] ---> 83696397e54e [2021-03-09T16:50:05.739Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-09T16:50:05.739Z] ---> Running in 7a13bfa0a51f [2021-03-09T16:50:05.739Z] ---> Running in 9e5f77e8da08 [2021-03-09T16:50:05.739Z] ---> Running in 4bc63ed406f5 [2021-03-09T16:50:05.739Z] ---> Running in 28980e4802cb [2021-03-09T16:50:06.012Z] Removing intermediate container dacdb093141b [2021-03-09T16:50:06.012Z] ---> 4a38792f3676 [2021-03-09T16:50:06.012Z] 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-03-09T16:50:06.321Z] Removing intermediate container 7a13bfa0a51f [2021-03-09T16:50:06.321Z] ---> 5c17076b0ba1 [2021-03-09T16:50:06.321Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-09T16:50:06.321Z] Removing intermediate container 9e5f77e8da08 [2021-03-09T16:50:06.321Z] ---> 4eb2c59d9132 [2021-03-09T16:50:06.321Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-09T16:50:06.321Z] Removing intermediate container 28980e4802cb [2021-03-09T16:50:06.321Z] ---> dd1e6026d875 [2021-03-09T16:50:06.321Z] Step 15/23 : WORKDIR / [2021-03-09T16:50:06.321Z] Removing intermediate container 4bc63ed406f5 [2021-03-09T16:50:06.321Z] ---> 4c132c2cf70e [2021-03-09T16:50:06.321Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-09T16:50:06.321Z] ---> Running in 70653bcf2089 [2021-03-09T16:50:06.321Z] ---> 0919f766ae26 [2021-03-09T16:50:06.321Z] 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-03-09T16:50:06.593Z] ---> Running in 214789a16272 [2021-03-09T16:50:06.593Z] ---> Running in 53c7b7106df0 [2021-03-09T16:50:06.593Z] ---> Running in 5905ff1f0493 [2021-03-09T16:50:06.868Z] Removing intermediate container 70653bcf2089 [2021-03-09T16:50:06.868Z] ---> 5f383f7c60f6 [2021-03-09T16:50:06.868Z] Step 15/23 : WORKDIR / [2021-03-09T16:50:06.868Z] Removing intermediate container 214789a16272 [2021-03-09T16:50:06.868Z] ---> 13774b93b7be [2021-03-09T16:50:06.868Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-09T16:50:06.868Z] ---> Running in de9bc72f4b85 [2021-03-09T16:50:06.868Z] Removing intermediate container 5905ff1f0493 [2021-03-09T16:50:06.868Z] ---> 715e1e861541 [2021-03-09T16:50:06.868Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-09T16:50:07.160Z] Removing intermediate container 53c7b7106df0 [2021-03-09T16:50:07.160Z] ---> cd2a676c8fe0 [2021-03-09T16:50:07.160Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-09T16:50:07.160Z] ---> d7eefc0df8dd [2021-03-09T16:50:07.160Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-03-09T16:50:07.446Z] Removing intermediate container de9bc72f4b85 [2021-03-09T16:50:07.446Z] ---> 18be74bc3763 [2021-03-09T16:50:07.446Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-09T16:50:07.446Z] ---> be4d0fd8d5f8 [2021-03-09T16:50:07.446Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-03-09T16:50:07.727Z] ---> 8c16fb4720c0 [2021-03-09T16:50:07.727Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-03-09T16:50:07.727Z] ---> 8337cfae6e8a [2021-03-09T16:50:07.727Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-03-09T16:50:07.727Z] ---> 4304bbac6ca9 [2021-03-09T16:50:07.727Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-03-09T16:50:08.004Z] ---> 3f18445eaa5b [2021-03-09T16:50:08.004Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-03-09T16:50:08.612Z] ---> 74a2c66cb0e5 [2021-03-09T16:50:08.612Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-03-09T16:50:08.890Z] ---> ee3fc10f6f81 [2021-03-09T16:50:08.890Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-03-09T16:50:08.890Z] ---> ccf4bfe62f2f [2021-03-09T16:50:08.890Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-03-09T16:50:08.890Z] ---> 5d1707f1fa0b [2021-03-09T16:50:08.890Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-03-09T16:50:09.160Z] ---> 08fcdaf9dc87 [2021-03-09T16:50:09.160Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-03-09T16:50:09.160Z] ---> 354664ba1529 [2021-03-09T16:50:09.160Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-03-09T16:50:09.427Z] ---> Running in c0ea23c8c4f3 [2021-03-09T16:50:09.427Z] ---> e1fe99a49e76 [2021-03-09T16:50:09.427Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-03-09T16:50:09.427Z] ---> 2a0828fbaf36 [2021-03-09T16:50:09.427Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-03-09T16:50:10.022Z] ---> Running in 4f944b9be49b [2021-03-09T16:50:10.022Z] ---> Running in 186843a94d7e [2021-03-09T16:50:10.022Z] Removing intermediate container c0ea23c8c4f3 [2021-03-09T16:50:10.022Z] ---> a716c171edc8 [2021-03-09T16:50:10.022Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-09T16:50:10.022Z] ---> 0d1d02fd3035 [2021-03-09T16:50:10.022Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-03-09T16:50:10.022Z] ---> cd593b9e1226 [2021-03-09T16:50:10.022Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-03-09T16:50:10.291Z] ---> Running in aca8ac54e6da [2021-03-09T16:50:10.291Z] ---> Running in 6bfcb6044c86 [2021-03-09T16:50:10.291Z] Removing intermediate container 4f944b9be49b [2021-03-09T16:50:10.291Z] ---> 247e0325604e [2021-03-09T16:50:10.291Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-09T16:50:10.291Z] Removing intermediate container 186843a94d7e [2021-03-09T16:50:10.291Z] ---> 8cc1b59604c6 [2021-03-09T16:50:10.291Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-09T16:50:10.570Z] ---> Running in 79feb6b7fd6f [2021-03-09T16:50:10.570Z] ---> Running in 262cad676b8f [2021-03-09T16:50:10.570Z] Removing intermediate container 6bfcb6044c86 [2021-03-09T16:50:10.570Z] ---> d99bf8ad2257 [2021-03-09T16:50:10.570Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-09T16:50:10.570Z] Removing intermediate container aca8ac54e6da [2021-03-09T16:50:10.570Z] ---> f7652872bee0 [2021-03-09T16:50:10.570Z] Step 20/22 : LABEL arch=x86_64 [2021-03-09T16:50:10.815Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.314s coverage: 92.8% of statements [2021-03-09T16:50:10.815Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-03-09T16:50:10.815Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-03-09T16:50:10.815Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-03-09T16:50:10.815Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-03-09T16:50:10.815Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-03-09T16:50:10.815Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-03-09T16:50:10.815Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-03-09T16:50:10.815Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-03-09T16:50:10.815Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-03-09T16:50:10.815Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-03-09T16:50:10.815Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-03-09T16:50:10.815Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-03-09T16:50:10.815Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-03-09T16:50:10.815Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-03-09T16:50:10.815Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-03-09T16:50:10.815Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-03-09T16:50:10.815Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-03-09T16:50:10.815Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-03-09T16:50:10.815Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.070s coverage: 58.8% of statements [2021-03-09T16:50:10.815Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-03-09T16:50:10.815Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-03-09T16:50:10.815Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.236s coverage: 0.1% of statements [2021-03-09T16:50:10.815Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-03-09T16:50:10.815Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-03-09T16:50:10.815Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-03-09T16:50:10.815Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.074s coverage: 47.1% of statements [2021-03-09T16:50:10.815Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.075s coverage: 79.5% of statements [2021-03-09T16:50:10.815Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.058s coverage: 94.1% of statements [2021-03-09T16:50:10.815Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.085s coverage: 96.3% of statements [2021-03-09T16:50:10.815Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.071s coverage: 87.5% of statements [2021-03-09T16:50:10.846Z] ---> e862afe0872e [2021-03-09T16:50:10.846Z] 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-03-09T16:50:10.846Z] ---> Running in 7767befd63ed [2021-03-09T16:50:10.846Z] ---> Running in 633d4ca093fe [2021-03-09T16:50:10.846Z] ---> Running in 87d9fc552fb0 [2021-03-09T16:50:11.111Z] Removing intermediate container 79feb6b7fd6f [2021-03-09T16:50:11.111Z] ---> 48d389af8f67 [2021-03-09T16:50:11.111Z] Step 21/23 : LABEL arch=x86_64 [2021-03-09T16:50:11.111Z] Removing intermediate container 262cad676b8f [2021-03-09T16:50:11.111Z] ---> 9ce548841b17 [2021-03-09T16:50:11.111Z] Step 20/22 : LABEL arch=x86_64 [2021-03-09T16:50:11.381Z] ---> Running in 1391447312b1 [2021-03-09T16:50:11.381Z] ---> Running in 4fa38a513091 [2021-03-09T16:50:11.381Z] Removing intermediate container 633d4ca093fe [2021-03-09T16:50:11.381Z] ---> d6760d6751e3 [2021-03-09T16:50:11.381Z] Step 21/22 : LABEL git_sha=70985b36a4c4f7a9ce085f1c274b64dae150ac78 [2021-03-09T16:50:11.381Z] Removing intermediate container 7767befd63ed [2021-03-09T16:50:11.381Z] ---> 7e5dbd645342 [2021-03-09T16:50:11.381Z] Step 21/23 : LABEL arch=x86_64 [2021-03-09T16:50:11.381Z] ---> Running in 7c7c20e99e55 [2021-03-09T16:50:11.652Z] ---> Running in 01882c24ae04 [2021-03-09T16:50:11.652Z] Removing intermediate container 1391447312b1 [2021-03-09T16:50:11.652Z] ---> ca8f894fca12 [2021-03-09T16:50:11.652Z] Step 22/23 : LABEL git_sha=70985b36a4c4f7a9ce085f1c274b64dae150ac78 [2021-03-09T16:50:11.652Z] Removing intermediate container 4fa38a513091 [2021-03-09T16:50:11.652Z] ---> b3253150bad5 [2021-03-09T16:50:11.652Z] Step 21/22 : LABEL git_sha=70985b36a4c4f7a9ce085f1c274b64dae150ac78 [2021-03-09T16:50:11.927Z] Removing intermediate container 7c7c20e99e55 [2021-03-09T16:50:11.927Z] ---> 9ec952c1b924 [2021-03-09T16:50:11.927Z] Step 22/23 : LABEL git_sha=70985b36a4c4f7a9ce085f1c274b64dae150ac78 [2021-03-09T16:50:11.927Z] ---> Running in ce7f81806878 [2021-03-09T16:50:11.927Z] Removing intermediate container 01882c24ae04 [2021-03-09T16:50:11.927Z] ---> bd8a8b2a366f [2021-03-09T16:50:11.927Z] Step 22/22 : LABEL version=0.0.0 [2021-03-09T16:50:11.927Z] ---> Running in 416c10318fc0 [2021-03-09T16:50:12.195Z] ---> Running in a74d61db4aa6 [2021-03-09T16:50:12.195Z] ---> Running in 3ecd411aee02 [2021-03-09T16:50:12.461Z] Removing intermediate container ce7f81806878 [2021-03-09T16:50:12.461Z] ---> 12f109cc93ec [2021-03-09T16:50:12.461Z] Step 23/23 : LABEL version=0.0.0 [2021-03-09T16:50:12.461Z] Removing intermediate container 416c10318fc0 [2021-03-09T16:50:12.461Z] ---> f88340cc0e26 [2021-03-09T16:50:12.461Z] Step 22/22 : LABEL version=0.0.0 [2021-03-09T16:50:12.461Z] Removing intermediate container a74d61db4aa6 [2021-03-09T16:50:12.461Z] ---> dda5476c6470 [2021-03-09T16:50:12.461Z] Step 23/23 : LABEL version=0.0.0 [2021-03-09T16:50:12.727Z] ---> Running in 4fcbdcee8e98 [2021-03-09T16:50:12.727Z] ---> Running in 2806802026f0 [2021-03-09T16:50:12.727Z] Removing intermediate container 3ecd411aee02 [2021-03-09T16:50:12.727Z] ---> d301fca8a203 [2021-03-09T16:50:12.727Z] [2021-03-09T16:50:12.727Z] ---> Running in 581049514a41 [2021-03-09T16:50:12.727Z] Removing intermediate container 87d9fc552fb0 [2021-03-09T16:50:12.727Z] ---> a2535536da6f [2021-03-09T16:50:12.727Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-03-09T16:50:12.993Z] ---> Running in f53212666df6 [2021-03-09T16:50:12.993Z] Successfully built d301fca8a203 [2021-03-09T16:50:13.268Z] Removing intermediate container 2806802026f0 [2021-03-09T16:50:13.268Z] ---> f5bb43f47dc2 [2021-03-09T16:50:13.268Z] [2021-03-09T16:50:13.268Z] Successfully tagged docker-support-notifications-go:latest [2021-03-09T16:50:13.268Z]  Building docker-support-notifications-go ... done Building docker-security-bootstrapper-go [2021-03-09T16:50:13.268Z] Removing intermediate container 4fcbdcee8e98 [2021-03-09T16:50:13.268Z] ---> 73c4f145d996 [2021-03-09T16:50:13.268Z] [2021-03-09T16:50:13.268Z] Removing intermediate container 581049514a41 [2021-03-09T16:50:13.268Z] ---> b444b024c41f [2021-03-09T16:50:13.268Z] [2021-03-09T16:50:13.268Z] Successfully built f5bb43f47dc2 [2021-03-09T16:50:13.268Z] Removing intermediate container f53212666df6 [2021-03-09T16:50:13.268Z] ---> 988d25ac6f01 [2021-03-09T16:50:13.268Z] Step 22/24 : LABEL arch=x86_64 [2021-03-09T16:50:13.268Z] Successfully tagged docker-core-command-go:latest [2021-03-09T16:50:13.268Z]  Building docker-core-command-go ... done Building docker-security-proxy-setup-go [2021-03-09T16:50:13.533Z] ---> Running in 3897e36593be [2021-03-09T16:50:13.533Z] Successfully built 73c4f145d996 [2021-03-09T16:50:13.533Z] Successfully built b444b024c41f [2021-03-09T16:50:13.533Z] Successfully tagged docker-support-scheduler-go:latest [2021-03-09T16:50:13.533Z]  Building docker-support-scheduler-go ... done Building docker-core-data-go [2021-03-09T16:50:13.534Z] Successfully tagged docker-core-metadata-go:latest [2021-03-09T16:50:13.534Z] Building docker-sys-mgmt-agent-go [2021-03-09T16:50:13.801Z]  Building docker-core-metadata-go ... done Removing intermediate container 3897e36593be [2021-03-09T16:50:13.801Z] ---> a3014f60a176 [2021-03-09T16:50:13.801Z] Step 23/24 : LABEL git_sha=70985b36a4c4f7a9ce085f1c274b64dae150ac78 [2021-03-09T16:50:13.801Z] ---> Running in f9ab86880adc [2021-03-09T16:50:14.073Z] Removing intermediate container f9ab86880adc [2021-03-09T16:50:14.073Z] ---> 3d244df05bc3 [2021-03-09T16:50:14.073Z] Step 24/24 : LABEL version=0.0.0 [2021-03-09T16:50:14.073Z] ---> Running in 99de39c0242e [2021-03-09T16:50:14.343Z] Removing intermediate container 99de39c0242e [2021-03-09T16:50:14.343Z] ---> 92f42bd2c8c5 [2021-03-09T16:50:14.343Z] [2021-03-09T16:50:14.343Z] Successfully built 92f42bd2c8c5 [2021-03-09T16:50:14.609Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-03-09T16:50:20.974Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.086s coverage: 94.4% of statements [2021-03-09T16:50:20.974Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.063s coverage: 44.8% of statements [2021-03-09T16:50:20.974Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 6.126s coverage: 81.4% of statements [2021-03-09T16:50:39.298Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.121s coverage: 92.9% of statements [2021-03-09T16:50:39.298Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-03-09T16:50:39.298Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-03-09T16:50:39.298Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-03-09T16:50:39.298Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.056s coverage: 77.8% of statements [2021-03-09T16:50:39.298Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-03-09T16:50:39.298Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-03-09T16:50:39.298Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-03-09T16:50:39.298Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-03-09T16:50:39.298Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-03-09T16:50:39.298Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.072s coverage: 87.2% of statements [2021-03-09T16:50:39.298Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-03-09T16:50:39.298Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-03-09T16:50:39.298Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.055s coverage: 100.0% of statements [2021-03-09T16:50:39.298Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-03-09T16:50:39.298Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.090s coverage: 75.5% of statements [2021-03-09T16:50:39.298Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-03-09T16:50:39.298Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.059s coverage: 80.8% of statements [2021-03-09T16:50:39.298Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.119s coverage: 87.2% of statements [2021-03-09T16:50:39.298Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.128s coverage: 84.6% of statements [2021-03-09T16:50:39.298Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.200s coverage: 91.6% of statements [2021-03-09T16:50:39.298Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-03-09T16:50:39.298Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.495s coverage: 62.4% of statements [2021-03-09T16:50:39.298Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-03-09T16:50:39.298Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-03-09T16:50:39.298Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.066s coverage: 100.0% of statements [2021-03-09T16:50:39.298Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.085s coverage: 91.3% of statements [2021-03-09T16:50:39.298Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.050s coverage: 100.0% of statements [2021-03-09T16:50:39.298Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.060s coverage: 73.7% of statements [2021-03-09T16:50:39.298Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.060s coverage: 100.0% of statements [2021-03-09T16:50:39.298Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.835s coverage: 69.0% of statements [2021-03-09T16:50:39.298Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-03-09T16:50:39.299Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-03-09T16:50:39.299Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-03-09T16:50:39.299Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.345s coverage: 38.4% of statements [2021-03-09T16:50:39.299Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-03-09T16:50:39.299Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-03-09T16:50:39.299Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.090s coverage: 89.5% of statements [2021-03-09T16:50:39.299Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-03-09T16:50:39.901Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.142s coverage: 84.8% of statements [2021-03-09T16:50:46.656Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.475s coverage: 47.0% of statements [2021-03-09T16:50:46.656Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-03-09T16:50:46.656Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-03-09T16:50:46.656Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-03-09T16:50:46.656Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-03-09T16:50:46.656Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-03-09T16:50:46.656Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.169s coverage: 100.0% of statements [2021-03-09T16:50:46.656Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-03-09T16:50:46.656Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.125s coverage: 100.0% of statements [2021-03-09T16:50:46.656Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-03-09T16:50:46.656Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-03-09T16:50:46.656Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-03-09T16:50:46.656Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-03-09T16:50:46.656Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.439s coverage: 87.8% of statements [2021-03-09T16:50:46.656Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-03-09T16:50:46.656Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-03-09T16:50:46.656Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-03-09T16:50:47.019Z]  Building docker-security-secretstore-setup-go ... done Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-09T16:50:47.019Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-03-09T16:50:47.019Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-09T16:50:47.019Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-03-09T16:50:47.019Z] ---> 2ca16f0f4974 [2021-03-09T16:50:47.019Z] Step 3/31 : WORKDIR /edgex-go [2021-03-09T16:50:47.019Z] [2021-03-09T16:50:47.019Z] ---> 2ca16f0f4974 [2021-03-09T16:50:47.019Z] Step 2/21 : FROM ${BUILDER_BASE} AS builderStep 3/26 : WORKDIR /edgex-go [2021-03-09T16:50:47.019Z] ---> 2ca16f0f4974 [2021-03-09T16:50:47.019Z] Step 3/21 : WORKDIR /edgex-go [2021-03-09T16:50:47.019Z] [2021-03-09T16:50:47.019Z] ---> Using cache [2021-03-09T16:50:47.019Z] ---> a31e10437e98 [2021-03-09T16:50:47.019Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-09T16:50:47.019Z] ---> Using cache [2021-03-09T16:50:47.019Z] ---> Using cache [2021-03-09T16:50:47.019Z] ---> a31e10437e98 [2021-03-09T16:50:47.019Z] ---> a31e10437e98 [2021-03-09T16:50:47.019Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositoriesStep 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-09T16:50:47.019Z] [2021-03-09T16:50:47.019Z] ---> Using cache [2021-03-09T16:50:47.019Z] ---> e975896fc59f [2021-03-09T16:50:47.019Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-03-09T16:50:47.019Z] ---> Using cache [2021-03-09T16:50:47.019Z] ---> e975896fc59f [2021-03-09T16:50:47.019Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-03-09T16:50:47.019Z] ---> Using cache [2021-03-09T16:50:47.019Z] ---> e975896fc59f [2021-03-09T16:50:47.019Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-03-09T16:50:47.019Z] ---> Using cache [2021-03-09T16:50:47.019Z] ---> d476b10bd1a8 [2021-03-09T16:50:47.019Z] Step 6/21 : COPY go.mod . [2021-03-09T16:50:47.019Z] ---> Using cache [2021-03-09T16:50:47.019Z] ---> d476b10bd1a8 [2021-03-09T16:50:47.019Z] Step 6/31 : COPY go.mod . [2021-03-09T16:50:47.019Z] ---> Using cache [2021-03-09T16:50:47.019Z] ---> fae5d118af01 [2021-03-09T16:50:47.019Z] Step 7/31 : RUN go mod download [2021-03-09T16:50:47.019Z] ---> Using cache [2021-03-09T16:50:47.019Z] ---> fae5d118af01 [2021-03-09T16:50:47.019Z] Step 7/21 : RUN go mod download [2021-03-09T16:50:47.019Z] ---> Using cache [2021-03-09T16:50:47.019Z] ---> 694ebcd7257b [2021-03-09T16:50:47.019Z] Step 8/31 : COPY . . [2021-03-09T16:50:47.019Z] ---> Using cache [2021-03-09T16:50:47.019Z] ---> 694ebcd7257b [2021-03-09T16:50:47.019Z] Step 8/21 : COPY . . [2021-03-09T16:50:47.019Z] ---> Using cache [2021-03-09T16:50:47.019Z] ---> 9c4fbfc03421 [2021-03-09T16:50:47.019Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-03-09T16:50:47.019Z] ---> Using cache [2021-03-09T16:50:47.019Z] ---> 9c4fbfc03421 [2021-03-09T16:50:47.019Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-03-09T16:50:47.019Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-09T16:50:47.019Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-09T16:50:47.019Z] ---> 2ca16f0f4974 [2021-03-09T16:50:47.019Z] Step 3/23 : WORKDIR /edgex-go [2021-03-09T16:50:47.019Z] ---> Using cache [2021-03-09T16:50:47.019Z] ---> a31e10437e98 [2021-03-09T16:50:47.019Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-09T16:50:47.019Z] ---> Using cache [2021-03-09T16:50:47.019Z] ---> e975896fc59f [2021-03-09T16:50:47.019Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-03-09T16:50:48.021Z] ---> Running in 86dc080306a4 [2021-03-09T16:50:48.021Z] ---> Running in bee7caeaa8ae [2021-03-09T16:50:48.021Z] ---> Running in 7acb330a281f [2021-03-09T16:50:48.021Z] ---> Running in ea69bc5d47d1 [2021-03-09T16:50:50.056Z] 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-03-09T16:50:50.056Z] 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-03-09T16:50:50.056Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-09T16:50:50.056Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-09T16:50:50.657Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-09T16:50:50.657Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-09T16:50:51.275Z] OK: 233 MiB in 51 packages [2021-03-09T16:50:51.275Z] OK: 233 MiB in 51 packages [2021-03-09T16:50:52.722Z] Removing intermediate container 86dc080306a4 [2021-03-09T16:50:52.722Z] ---> 8da6cf77b4eb [2021-03-09T16:50:52.722Z] Step 6/26 : COPY go.mod . [2021-03-09T16:50:53.004Z] Removing intermediate container 7acb330a281f [2021-03-09T16:50:53.004Z] ---> 1c810ce92c79 [2021-03-09T16:50:53.004Z] Step 6/23 : COPY go.mod . [2021-03-09T16:50:53.612Z] ---> 927f7f9cac24 [2021-03-09T16:50:53.612Z] Step 7/26 : RUN go mod download [2021-03-09T16:50:53.612Z] ---> Running in e4b358eb0a7f [2021-03-09T16:50:53.612Z] ---> 12096ff63e94 [2021-03-09T16:50:53.612Z] Step 7/23 : RUN go mod download [2021-03-09T16:50:53.885Z] ---> Running in 4c6d7e3f66a5 [2021-03-09T16:50:54.962Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.282s coverage: 29.1% of statements [2021-03-09T16:50:54.962Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-03-09T16:50:54.962Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-03-09T16:50:54.962Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-03-09T16:50:54.962Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-03-09T16:50:54.962Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-03-09T16:50:54.962Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.197s coverage: 99.0% of statements [2021-03-09T16:50:54.962Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-03-09T16:50:54.962Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.097s coverage: 100.0% of statements [2021-03-09T16:50:54.962Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-03-09T16:50:54.962Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-03-09T16:50:54.962Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-03-09T16:50:54.962Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-03-09T16:50:54.962Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.179s coverage: 95.6% of statements [2021-03-09T16:50:54.962Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-03-09T16:50:54.962Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-03-09T16:50:54.962Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-03-09T16:50:54.962Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.045s coverage: 0.0% of statements [2021-03-09T16:50:54.962Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-03-09T16:50:54.962Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.051s coverage: 100.0% of statements [2021-03-09T16:50:54.962Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-03-09T16:50:54.962Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-03-09T16:50:54.962Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-03-09T16:50:54.962Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-03-09T16:50:54.962Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.092s coverage: 87.9% of statements [2021-03-09T16:50:54.962Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-03-09T16:50:54.962Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-03-09T16:50:54.962Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.078s coverage: 100.0% of statements [2021-03-09T16:50:54.962Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.057s coverage: 32.1% of statements [2021-03-09T16:50:54.962Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.075s coverage: 100.0% of statements [2021-03-09T16:50:55.940Z] GO111MODULE=on go vet ./... [2021-03-09T16:50:58.265Z] Removing intermediate container e4b358eb0a7f [2021-03-09T16:50:58.265Z] ---> 1e54d73d346e [2021-03-09T16:50:58.265Z] Step 8/26 : COPY . . [2021-03-09T16:50:58.265Z] Removing intermediate container 4c6d7e3f66a5 [2021-03-09T16:50:58.265Z] ---> 9ccfc92d314f [2021-03-09T16:50:58.265Z] Step 8/23 : COPY . . [2021-03-09T16:51:17.673Z] 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-03-09T16:51:25.488Z] Removing intermediate container ea69bc5d47d1 [2021-03-09T16:51:25.488Z] ---> f0b29d851c82 [2021-03-09T16:51:25.488Z] [2021-03-09T16:51:25.488Z] Step 10/31 : FROM alpine:3.12 [2021-03-09T16:51:25.488Z] ---> 88dd2752d2ea [2021-03-09T16:51:25.488Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-03-09T16:51:28.128Z] ---> Running in eea2052befdc [2021-03-09T16:51:29.574Z] Removing intermediate container eea2052befdc [2021-03-09T16:51:29.574Z] ---> d310228bb9e3 [2021-03-09T16:51:29.574Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-03-09T16:51:30.179Z] ---> Running in 8397719ba455 [2021-03-09T16:51:32.139Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-09T16:51:32.139Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-09T16:51:32.139Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-03-09T16:51:32.139Z] (2/2) Installing su-exec (0.2-r1) [2021-03-09T16:51:32.139Z] Executing busybox-1.31.1-r19.trigger [2021-03-09T16:51:32.139Z] OK: 6 MiB in 16 packages [2021-03-09T16:51:33.115Z] Removing intermediate container bee7caeaa8ae [2021-03-09T16:51:33.115Z] ---> 54784f2b262a [2021-03-09T16:51:33.115Z] [2021-03-09T16:51:33.115Z] Step 10/21 : FROM alpine:3.12 [2021-03-09T16:51:33.115Z] ---> 88dd2752d2ea [2021-03-09T16:51:33.115Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-03-09T16:51:34.075Z] ---> Running in 8a4fc06307f1 [2021-03-09T16:51:34.075Z] ---> ebeaa9a7b46a [2021-03-09T16:51:34.075Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-03-09T16:51:34.075Z] ---> 00f691a8ec71 [2021-03-09T16:51:34.075Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-03-09T16:51:34.341Z] ---> Running in 4c7c5180abca [2021-03-09T16:51:34.341Z] ---> Running in 46c426d03058 [2021-03-09T16:51:34.341Z] Removing intermediate container 8397719ba455 [2021-03-09T16:51:34.341Z] ---> d18c032e47e6 [2021-03-09T16:51:34.341Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-03-09T16:51:34.616Z] ---> Running in ac1981add05f [2021-03-09T16:51:34.899Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-09T16:51:34.899Z] Removing intermediate container ac1981add05f [2021-03-09T16:51:34.900Z] ---> e49962fccd22 [2021-03-09T16:51:34.900Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-03-09T16:51:34.900Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-09T16:51:34.900Z] ---> Running in 477e2265c6b7 [2021-03-09T16:51:35.176Z] (1/4) Installing ca-certificates (20191127-r4) [2021-03-09T16:51:35.441Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-03-09T16:51:35.441Z] (3/4) Installing libcurl (7.69.1-r3) [2021-03-09T16:51:35.441Z] (4/4) Installing curl (7.69.1-r3) [2021-03-09T16:51:35.441Z] Executing busybox-1.31.1-r19.trigger [2021-03-09T16:51:35.441Z] Executing ca-certificates-20191127-r4.trigger [2021-03-09T16:51:35.441Z] 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-03-09T16:51:35.711Z] OK: 7 MiB in 18 packages [2021-03-09T16:51:35.711Z] Removing intermediate container 477e2265c6b7 [2021-03-09T16:51:35.711Z] ---> b11ab60870c6 [2021-03-09T16:51:35.711Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-03-09T16:51:35.978Z] ---> Running in 3a0e145a628f [2021-03-09T16:51:35.978Z] 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-03-09T16:51:37.398Z] Removing intermediate container 8a4fc06307f1 [2021-03-09T16:51:37.398Z] ---> 9337aed33fd9 [2021-03-09T16:51:37.398Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-09T16:51:37.398Z] ---> Running in 69b01d0cf9c7 [2021-03-09T16:51:37.987Z] Removing intermediate container 69b01d0cf9c7 [2021-03-09T16:51:37.987Z] ---> 64a8d617e8af [2021-03-09T16:51:37.987Z] Step 13/21 : WORKDIR /edgex [2021-03-09T16:51:38.276Z] ---> Running in 55a428144bda [2021-03-09T16:51:38.276Z] Removing intermediate container 3a0e145a628f [2021-03-09T16:51:38.276Z] ---> 0ac7b6c1d613 [2021-03-09T16:51:38.276Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-03-09T16:51:38.276Z] ---> Running in ece1929d518e [2021-03-09T16:51:38.558Z] Removing intermediate container 55a428144bda [2021-03-09T16:51:38.558Z] ---> 8e12fcfe7fc8 [2021-03-09T16:51:38.558Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-03-09T16:51:39.166Z] Removing intermediate container ece1929d518e [2021-03-09T16:51:39.166Z] ---> 6113fb009ccb [2021-03-09T16:51:39.166Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-03-09T16:51:39.454Z] ---> 4042114e51a8 [2021-03-09T16:51:39.454Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-03-09T16:51:40.472Z] ---> 111660427343 [2021-03-09T16:51:40.472Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-03-09T16:51:40.752Z] ---> Running in 7e59f5c0a989 [2021-03-09T16:51:40.752Z] ---> b535a47eab3f [2021-03-09T16:51:40.752Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-03-09T16:51:42.746Z] ---> d8e4e4f24fa5 [2021-03-09T16:51:42.746Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-03-09T16:51:42.746Z] ---> Running in bcba04fa20cb [2021-03-09T16:51:43.343Z] Removing intermediate container bcba04fa20cb [2021-03-09T16:51:43.343Z] ---> 8ae754f6ac12 [2021-03-09T16:51:43.343Z] Step 18/21 : CMD ["--init=true"] [2021-03-09T16:51:43.953Z] ---> Running in e07fc18cf0ff [2021-03-09T16:51:44.263Z] Removing intermediate container e07fc18cf0ff [2021-03-09T16:51:44.263Z] ---> 908de7b55fb4 [2021-03-09T16:51:44.263Z] Step 19/21 : LABEL arch=x86_64 [2021-03-09T16:51:44.556Z] Removing intermediate container 7e59f5c0a989 [2021-03-09T16:51:44.556Z] ---> d3968b63ea2d [2021-03-09T16:51:44.556Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-09T16:51:44.556Z] ---> Running in e88ac58ff36a [2021-03-09T16:51:45.147Z] Removing intermediate container e88ac58ff36a [2021-03-09T16:51:45.147Z] ---> 686aa418070e [2021-03-09T16:51:45.147Z] Step 20/21 : LABEL git_sha=70985b36a4c4f7a9ce085f1c274b64dae150ac78 [2021-03-09T16:51:45.147Z] ---> Running in e3b7a0c8c2c6 [2021-03-09T16:51:45.147Z] ---> 08ca0e446e54 [2021-03-09T16:51:45.147Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-03-09T16:51:45.741Z] Removing intermediate container e3b7a0c8c2c6 [2021-03-09T16:51:45.741Z] ---> 8ba73d990719 [2021-03-09T16:51:45.741Z] Step 21/21 : LABEL version=0.0.0 [2021-03-09T16:51:45.741Z] ---> Running in 748815fcf298 [2021-03-09T16:51:46.724Z] Removing intermediate container 748815fcf298 [2021-03-09T16:51:46.724Z] ---> 632d447d318c [2021-03-09T16:51:46.724Z] [2021-03-09T16:51:48.179Z] ---> 17945fcf5dd7 [2021-03-09T16:51:48.179Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-03-09T16:51:48.179Z] Successfully built 632d447d318c [2021-03-09T16:51:48.179Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-03-09T16:51:48.795Z]  Building docker-security-proxy-setup-go ... done  ---> 8e994a2966f2 [2021-03-09T16:51:48.795Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-03-09T16:51:49.405Z] ---> afda266a5da0 [2021-03-09T16:51:49.405Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-03-09T16:51:49.687Z] ---> ff6f5d9760af [2021-03-09T16:51:49.687Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-03-09T16:51:50.336Z] ---> Running in b0b43315a44a [2021-03-09T16:51:51.772Z] Removing intermediate container b0b43315a44a [2021-03-09T16:51:51.772Z] ---> 5a119e8f6d7d [2021-03-09T16:51:51.772Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-03-09T16:51:52.052Z] ---> c0ae8548e306 [2021-03-09T16:51:52.053Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-03-09T16:51:52.342Z] ---> Running in f336fa08cb59 [2021-03-09T16:51:54.987Z] Removing intermediate container f336fa08cb59 [2021-03-09T16:51:54.987Z] ---> 9cb07e587d48 [2021-03-09T16:51:54.987Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-03-09T16:51:55.258Z] ---> Running in bbc9a98de73d [2021-03-09T16:51:55.854Z] Removing intermediate container bbc9a98de73d [2021-03-09T16:51:55.854Z] ---> 797df4810149 [2021-03-09T16:51:55.854Z] Step 28/31 : CMD ["gate"] [2021-03-09T16:51:56.146Z] ---> Running in 0dc0271967d8 [2021-03-09T16:51:56.420Z] Removing intermediate container 0dc0271967d8 [2021-03-09T16:51:56.420Z] ---> 4da85ee7bda7 [2021-03-09T16:51:56.420Z] Step 29/31 : LABEL arch=x86_64 [2021-03-09T16:51:56.688Z] ---> Running in 953e1292b577 [2021-03-09T16:51:56.958Z] Removing intermediate container 953e1292b577 [2021-03-09T16:51:56.958Z] ---> 1b220320ee4a [2021-03-09T16:51:56.958Z] Step 30/31 : LABEL git_sha=70985b36a4c4f7a9ce085f1c274b64dae150ac78 [2021-03-09T16:51:57.554Z] ---> Running in d3ea0de642fd [2021-03-09T16:51:57.554Z] Removing intermediate container d3ea0de642fd [2021-03-09T16:51:57.554Z] ---> dca8834304d4 [2021-03-09T16:51:57.554Z] Step 31/31 : LABEL version=0.0.0 [2021-03-09T16:51:57.821Z] ---> Running in 063dcbe8e2fd [2021-03-09T16:51:58.091Z] Removing intermediate container 063dcbe8e2fd [2021-03-09T16:51:58.091Z] ---> b503778b5fda [2021-03-09T16:51:58.091Z] [2021-03-09T16:51:58.361Z] Successfully built b503778b5fda [2021-03-09T16:51:58.630Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-03-09T16:52:04.011Z]  Building docker-security-bootstrapper-go ... done Removing intermediate container 4c7c5180abca [2021-03-09T16:52:04.012Z] ---> 588f54ec5933 [2021-03-09T16:52:04.012Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-03-09T16:52:04.012Z] ---> Running in ebfde047e4a6 [2021-03-09T16:52:04.012Z] 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-03-09T16:52:06.594Z] Removing intermediate container 46c426d03058 [2021-03-09T16:52:06.594Z] ---> 2f0c1655a703 [2021-03-09T16:52:06.594Z] [2021-03-09T16:52:06.594Z] Step 10/23 : FROM alpine:3.12 [2021-03-09T16:52:06.594Z] ---> 88dd2752d2ea [2021-03-09T16:52:06.594Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-03-09T16:52:06.594Z] ---> Running in 465d5a0a36e7 [2021-03-09T16:52:06.594Z] Removing intermediate container ebfde047e4a6 [2021-03-09T16:52:06.594Z] ---> 58cafecd0c71 [2021-03-09T16:52:06.594Z] [2021-03-09T16:52:06.594Z] Step 11/26 : FROM docker:20.10.0 [2021-03-09T16:52:06.865Z] 20.10.0: Pulling from library/docker [2021-03-09T16:52:06.865Z] Removing intermediate container 465d5a0a36e7 [2021-03-09T16:52:06.865Z] ---> 48cfad09602c [2021-03-09T16:52:06.865Z] Step 12/23 : ENV APP_PORT=48080 [2021-03-09T16:52:06.865Z] ---> Running in b760a390e8e5 [2021-03-09T16:52:07.464Z] Removing intermediate container b760a390e8e5 [2021-03-09T16:52:07.464Z] ---> da82b0aa9d29 [2021-03-09T16:52:07.464Z] Step 13/23 : EXPOSE $APP_PORT [2021-03-09T16:52:07.464Z] ---> Running in 9a538b1f94ac [2021-03-09T16:52:08.070Z] Removing intermediate container 9a538b1f94ac [2021-03-09T16:52:08.070Z] ---> 9cd2ce31a182 [2021-03-09T16:52:08.070Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-09T16:52:08.336Z] ---> Running in 1b95a2501631 [2021-03-09T16:52:09.753Z] Removing intermediate container 1b95a2501631 [2021-03-09T16:52:09.753Z] ---> f6d2fa955bb2 [2021-03-09T16:52:09.753Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-03-09T16:52:09.753Z] ---> Running in 41071390b577 [2021-03-09T16:52:10.713Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-09T16:52:11.670Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-09T16:52:12.637Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-03-09T16:52:12.637Z] (2/6) Installing libgcc (9.3.0-r2) [2021-03-09T16:52:12.901Z] (3/6) Installing libsodium (1.0.18-r0) [2021-03-09T16:52:12.901Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-03-09T16:52:13.488Z] (5/6) Installing libzmq (4.3.3-r0) [2021-03-09T16:52:13.488Z] (6/6) Installing zeromq (4.3.3-r0) [2021-03-09T16:52:13.761Z] Executing busybox-1.31.1-r19.trigger [2021-03-09T16:52:13.761Z] OK: 8 MiB in 20 packages [2021-03-09T16:52:14.353Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-03-09T16:52:14.353Z] Status: Downloaded newer image for docker:20.10.0 [2021-03-09T16:52:14.353Z] ---> aefe523efa57 [2021-03-09T16:52:14.353Z] Step 12/26 : RUN apk add --no-cache bash [2021-03-09T16:52:14.353Z] ---> Running in 1841e8f00592 [2021-03-09T16:52:14.622Z] Removing intermediate container 41071390b577 [2021-03-09T16:52:14.622Z] ---> 69977bfece7c [2021-03-09T16:52:14.622Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-09T16:52:14.884Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-09T16:52:15.145Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-09T16:52:15.145Z] ---> 9e37374c7cca [2021-03-09T16:52:15.145Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-03-09T16:52:15.145Z] (1/2) Installing readline (8.0.4-r0) [2021-03-09T16:52:15.145Z] (2/2) Installing bash (5.0.17-r0) [2021-03-09T16:52:15.145Z] Executing bash-5.0.17-r0.post-install [2021-03-09T16:52:15.145Z] Executing busybox-1.31.1-r19.trigger [2021-03-09T16:52:15.145Z] OK: 12 MiB in 22 packages [2021-03-09T16:52:15.722Z] ---> 467b2dff3bcc [2021-03-09T16:52:15.722Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-03-09T16:52:15.994Z] Removing intermediate container 1841e8f00592 [2021-03-09T16:52:15.994Z] ---> 7ec92558170e [2021-03-09T16:52:15.994Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-03-09T16:52:15.994Z] ---> Running in 5a8c397837f6 [2021-03-09T16:52:15.994Z] ---> 0a3a22143917 [2021-03-09T16:52:15.994Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-03-09T16:52:15.994Z] ---> Running in 860d3db189f1 [2021-03-09T16:52:16.260Z] Removing intermediate container 5a8c397837f6 [2021-03-09T16:52:16.260Z] ---> 0bf4bf27f362 [2021-03-09T16:52:16.260Z] Step 14/26 : ENV APP_PORT=48090 [2021-03-09T16:52:16.260Z] ---> Running in 236f8d59ec33 [2021-03-09T16:52:16.260Z] Removing intermediate container 860d3db189f1 [2021-03-09T16:52:16.260Z] ---> 9ed5b778250b [2021-03-09T16:52:16.260Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-09T16:52:16.260Z] ---> Running in 12c6fd604f90 [2021-03-09T16:52:16.525Z] Removing intermediate container 236f8d59ec33 [2021-03-09T16:52:16.525Z] ---> 0c2333d64ebe [2021-03-09T16:52:16.525Z] Step 15/26 : EXPOSE $APP_PORT [2021-03-09T16:52:16.525Z] ---> Running in b3d593e37207 [2021-03-09T16:52:16.525Z] Removing intermediate container 12c6fd604f90 [2021-03-09T16:52:16.525Z] ---> 95e37cbc5f47 [2021-03-09T16:52:16.525Z] Step 21/23 : LABEL arch=x86_64 [2021-03-09T16:52:16.797Z] ---> Running in cba057e67951 [2021-03-09T16:52:16.797Z] Removing intermediate container b3d593e37207 [2021-03-09T16:52:16.797Z] ---> 8fcf2b99ddc4 [2021-03-09T16:52:16.797Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-03-09T16:52:16.797Z] Removing intermediate container cba057e67951 [2021-03-09T16:52:16.797Z] ---> b92c3b20825a [2021-03-09T16:52:16.797Z] Step 22/23 : LABEL git_sha=70985b36a4c4f7a9ce085f1c274b64dae150ac78 [2021-03-09T16:52:16.797Z] ---> Running in e55e28572a10 [2021-03-09T16:52:17.374Z] Removing intermediate container e55e28572a10 [2021-03-09T16:52:17.374Z] ---> a8d4ea9fe016 [2021-03-09T16:52:17.374Z] Step 23/23 : LABEL version=0.0.0 [2021-03-09T16:52:17.374Z] ---> Running in 4cd6cd816ed4 [2021-03-09T16:52:17.374Z] ---> 3a7da03e6317 [2021-03-09T16:52:17.374Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-03-09T16:52:17.374Z] Removing intermediate container 4cd6cd816ed4 [2021-03-09T16:52:17.374Z] ---> 386a94b5b61a [2021-03-09T16:52:17.374Z] [2021-03-09T16:52:17.687Z] Successfully built 386a94b5b61a [2021-03-09T16:52:17.687Z] Successfully tagged docker-core-data-go:latest [2021-03-09T16:52:17.688Z]  Building docker-core-data-go ... done  ---> d829c02039ca [2021-03-09T16:52:17.688Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-03-09T16:52:17.784Z] gofmt -l . [2021-03-09T16:52:17.785Z] [ "`gofmt -l .`" = "" ] [2021-03-09T16:52:17.785Z] ./bin/test-go-mod-tidy.sh [2021-03-09T16:52:17.785Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-03-09T16:52:18.262Z] ---> 406c6b76d80b [2021-03-09T16:52:18.262Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-03-09T16:52:18.262Z] ---> Running in f14a38c12cc8 [2021-03-09T16:52:18.450Z] + ls -al . [2021-03-09T16:52:18.450Z] total 764 [2021-03-09T16:52:18.450Z] drwxrwxr-x 9 1001 1001 4096 Mar 9 16:52 . [2021-03-09T16:52:18.450Z] drwxr-xr-x 4 root root 4096 Mar 9 16:47 .. [2021-03-09T16:52:18.450Z] -rw-rw-r-- 1 1001 1001 11 Mar 9 16:46 .dockerignore [2021-03-09T16:52:18.450Z] drwxrwxr-x 8 1001 1001 4096 Mar 9 16:46 .git [2021-03-09T16:52:18.450Z] drwxrwxr-x 3 1001 1001 4096 Mar 9 16:46 .github [2021-03-09T16:52:18.450Z] -rw-rw-r-- 1 1001 1001 818 Mar 9 16:46 .gitignore [2021-03-09T16:52:18.450Z] -rw-rw-r-- 1 1001 1001 166 Mar 9 16:46 .sonarcloud.properties [2021-03-09T16:52:18.450Z] -rw-rw-r-- 1 1001 1001 8607 Mar 9 16:46 Attribution.txt [2021-03-09T16:52:18.450Z] -rw-rw-r-- 1 1001 1001 3804 Mar 9 16:46 CONTRIBUTING.md [2021-03-09T16:52:18.450Z] -rw-rw-r-- 1 1001 1001 931 Mar 9 16:46 Dockerfile.build [2021-03-09T16:52:18.450Z] -rw-rw-r-- 1 1001 1001 863 Mar 9 16:46 Jenkinsfile [2021-03-09T16:52:18.450Z] -rw-rw-r-- 1 1001 1001 10775 Mar 9 16:46 LICENSE [2021-03-09T16:52:18.450Z] -rw-rw-r-- 1 1001 1001 5774 Mar 9 16:46 Makefile [2021-03-09T16:52:18.450Z] -rw-rw-r-- 1 1001 1001 6548 Mar 9 16:46 README.md [2021-03-09T16:52:18.450Z] -rw-rw-r-- 1 1001 1001 6755 Mar 9 16:46 SECURITY.md [2021-03-09T16:52:18.450Z] -rw-rw-r-- 1 1001 1001 5 Mar 9 16:42 VERSION [2021-03-09T16:52:18.450Z] -rw-rw-r-- 1 1001 1001 4131 Mar 9 16:46 ZMQWindows.md [2021-03-09T16:52:18.450Z] drwxrwxr-x 2 1001 1001 4096 Mar 9 16:46 bin [2021-03-09T16:52:18.450Z] drwxrwxr-x 14 1001 1001 4096 Mar 9 16:46 cmd [2021-03-09T16:52:18.450Z] -rw-r--r-- 1 root root 624012 Mar 9 16:50 coverage.out [2021-03-09T16:52:18.450Z] -rw-r--r-- 1 root root 1055 Mar 9 16:52 go.mod [2021-03-09T16:52:18.450Z] -rw-r--r-- 1 root root 22099 Mar 9 16:52 go.sum [2021-03-09T16:52:18.450Z] drwxrwxr-x 8 1001 1001 4096 Mar 9 16:46 internal [2021-03-09T16:52:18.450Z] drwxrwxr-x 4 1001 1001 4096 Mar 9 16:46 openapi [2021-03-09T16:52:18.450Z] drwxrwxr-x 4 1001 1001 4096 Mar 9 16:46 snap [2021-03-09T16:52:18.450Z] -rw-rw-r-- 1 1001 1001 168 Mar 9 16:46 version.go [Pipeline] sh [2021-03-09T16:52:18.847Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-09T16:52:18.847Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-09T16:52:19.109Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-03-09T16:52:19.109Z] (2/33) Installing expat (2.2.9-r1) [2021-03-09T16:52:19.109Z] (3/33) Installing libffi (3.3-r2) [2021-03-09T16:52:19.109Z] (4/33) Installing gdbm (1.13-r1) [2021-03-09T16:52:19.109Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-03-09T16:52:19.109Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-03-09T16:52:19.109Z] (7/33) Installing python3 (3.8.5-r1) [2021-03-09T16:52:19.109Z] + '[' -e coverage.out ] [2021-03-09T16:52:19.109Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-03-09T16:52:19.170Z] Warning: overwriting stash ‘coverage-report’ [2021-03-09T16:52:20.055Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-03-09T16:52:20.056Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-03-09T16:52:20.056Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-03-09T16:52:20.056Z] (11/33) Installing py3-six (1.15.0-r0) [2021-03-09T16:52:20.056Z] (12/33) Installing py3-packaging (20.4-r0) [2021-03-09T16:52:20.056Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-03-09T16:52:20.056Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-03-09T16:52:20.056Z] (15/33) Installing py3-idna (2.9-r0) [2021-03-09T16:52:20.056Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-03-09T16:52:20.056Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-03-09T16:52:20.056Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-03-09T16:52:20.056Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-03-09T16:52:20.056Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-03-09T16:52:20.318Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-03-09T16:52:20.318Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-03-09T16:52:20.318Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-03-09T16:52:20.318Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-03-09T16:52:20.318Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-03-09T16:52:20.318Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-03-09T16:52:20.318Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-03-09T16:52:20.318Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-03-09T16:52:20.318Z] (29/33) Installing py3-progress (1.5-r0) [2021-03-09T16:52:20.318Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-03-09T16:52:20.318Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-03-09T16:52:20.318Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-03-09T16:52:20.318Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-03-09T16:52:20.318Z] Executing busybox-1.31.1-r19.trigger [2021-03-09T16:52:20.318Z] OK: 71 MiB in 55 packages [2021-03-09T16:52:20.383Z] Stashed 1 file(s) [Pipeline] sh [2021-03-09T16:52:21.095Z] + make build [2021-03-09T16:52:21.095Z] 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-03-09T16:52:30.350Z] Removing intermediate container f14a38c12cc8 [2021-03-09T16:52:30.350Z] ---> 94a7c3d356c7 [2021-03-09T16:52:30.350Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-03-09T16:52:30.350Z] ---> Running in 259e359b5473 [2021-03-09T16:52:30.613Z] Collecting docker-compose==1.23.2 [2021-03-09T16:52:30.613Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-03-09T16:52:30.877Z] Collecting websocket-client<1.0,>=0.32.0 [2021-03-09T16:52:30.877Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-03-09T16:52:31.140Z] Collecting texttable<0.10,>=0.9.0 [2021-03-09T16:52:31.140Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-03-09T16:52:31.723Z] Collecting cached-property<2,>=1.2.0 [2021-03-09T16:52:31.723Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-03-09T16:52:31.723Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-03-09T16:52:31.723Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-03-09T16:52:31.987Z] Collecting docopt<0.7,>=0.6.1 [2021-03-09T16:52:31.987Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-03-09T16:52:33.376Z] Collecting jsonschema<3,>=2.5.1 [2021-03-09T16:52:33.376Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-03-09T16:52:33.376Z] Collecting dockerpty<0.5,>=0.4.1 [2021-03-09T16:52:33.376Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-03-09T16:52:33.506Z] 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-03-09T16:52:33.639Z] 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-03-09T16:52:33.906Z] Collecting docker<4.0,>=3.6.0 [2021-03-09T16:52:33.906Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-03-09T16:52:34.172Z] Collecting PyYAML<4,>=3.10 [2021-03-09T16:52:34.172Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-03-09T16:52:35.249Z] 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-03-09T16:52:35.249Z] 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-03-09T16:52:35.249Z] Collecting urllib3<1.25,>=1.21.1 [2021-03-09T16:52:35.249Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-03-09T16:52:35.249Z] Collecting idna<2.8,>=2.5 [2021-03-09T16:52:35.249Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-03-09T16:52:35.249Z] Collecting docker-pycreds>=0.4.0 [2021-03-09T16:52:35.249Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-03-09T16:52:35.249Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-03-09T16:52:35.249Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-03-09T16:52:35.249Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-03-09T16:52:35.249Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-03-09T16:52:35.560Z] Installing collected packages: websocket-client, texttable, cached-property, urllib3, idna, requests, docopt, jsonschema, dockerpty, docker-pycreds, docker, PyYAML, docker-compose [2021-03-09T16:52:35.560Z] Running setup.py install for texttable: started [2021-03-09T16:52:36.182Z] Running setup.py install for texttable: finished with status 'done' [2021-03-09T16:52:36.182Z] Attempting uninstall: urllib3 [2021-03-09T16:52:36.182Z] Found existing installation: urllib3 1.25.9 [2021-03-09T16:52:36.182Z] Uninstalling urllib3-1.25.9: [2021-03-09T16:52:36.182Z] Successfully uninstalled urllib3-1.25.9 [2021-03-09T16:52:36.443Z] Attempting uninstall: idna [2021-03-09T16:52:36.443Z] Found existing installation: idna 2.9 [2021-03-09T16:52:36.443Z] Uninstalling idna-2.9: [2021-03-09T16:52:36.443Z] Successfully uninstalled idna-2.9 [2021-03-09T16:52:36.706Z] Attempting uninstall: requests [2021-03-09T16:52:36.706Z] Found existing installation: requests 2.23.0 [2021-03-09T16:52:36.706Z] Uninstalling requests-2.23.0: [2021-03-09T16:52:36.706Z] Successfully uninstalled requests-2.23.0 [2021-03-09T16:52:36.706Z] Running setup.py install for docopt: started [2021-03-09T16:52:37.281Z] Running setup.py install for docopt: finished with status 'done' [2021-03-09T16:52:37.282Z] Running setup.py install for dockerpty: started [2021-03-09T16:52:37.855Z] Running setup.py install for dockerpty: finished with status 'done' [2021-03-09T16:52:38.117Z] Running setup.py install for PyYAML: started [2021-03-09T16:52:38.692Z] Running setup.py install for PyYAML: finished with status 'done' [2021-03-09T16:52:38.954Z] 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-03-09T16:52:42.283Z] Removing intermediate container 259e359b5473 [2021-03-09T16:52:42.283Z] ---> bc1783b66eef [2021-03-09T16:52:42.283Z] Step 21/26 : RUN apk --no-cache add curl [2021-03-09T16:52:42.283Z] ---> Running in 793120ef6763 [2021-03-09T16:52:42.283Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-09T16:52:42.546Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-09T16:52:42.546Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-03-09T16:52:42.546Z] (2/3) Installing libcurl (7.69.1-r3) [2021-03-09T16:52:42.546Z] (3/3) Installing curl (7.69.1-r3) [2021-03-09T16:52:42.546Z] Executing busybox-1.31.1-r19.trigger [2021-03-09T16:52:42.546Z] OK: 72 MiB in 58 packages [2021-03-09T16:52:43.122Z] Removing intermediate container 793120ef6763 [2021-03-09T16:52:43.122Z] ---> 6b2246c90046 [2021-03-09T16:52:43.122Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-03-09T16:52:43.385Z] ---> Running in aff4737b1026 [2021-03-09T16:52:43.386Z] Removing intermediate container aff4737b1026 [2021-03-09T16:52:43.386Z] ---> a06ee7ca50ae [2021-03-09T16:52:43.386Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-09T16:52:43.648Z] ---> Running in f3121507af9d [2021-03-09T16:52:43.648Z] Removing intermediate container f3121507af9d [2021-03-09T16:52:43.648Z] ---> 55392c8932df [2021-03-09T16:52:43.648Z] Step 24/26 : LABEL arch=x86_64 [2021-03-09T16:52:43.648Z] ---> Running in 296f933c741d [2021-03-09T16:52:43.912Z] Removing intermediate container 296f933c741d [2021-03-09T16:52:43.912Z] ---> e36475d20bac [2021-03-09T16:52:43.912Z] Step 25/26 : LABEL git_sha=70985b36a4c4f7a9ce085f1c274b64dae150ac78 [2021-03-09T16:52:43.912Z] ---> Running in 8c368270ffe1 [2021-03-09T16:52:44.175Z] Removing intermediate container 8c368270ffe1 [2021-03-09T16:52:44.176Z] ---> c0f0a1419b55 [2021-03-09T16:52:44.176Z] Step 26/26 : LABEL version=0.0.0 [2021-03-09T16:52:44.176Z] ---> Running in 1313714a3ecb [2021-03-09T16:52:44.438Z] Removing intermediate container 1313714a3ecb [2021-03-09T16:52:44.438Z] ---> e9c308ebba79 [2021-03-09T16:52:44.438Z] [2021-03-09T16:52:44.701Z] Successfully built e9c308ebba79 [2021-03-09T16:52:44.701Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-03-09T16:52:44.976Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-03-09T16:52:45.003Z] $ docker stop --time=1 ea436c8f7acf0c332aaf416f2c462123bf182fe2971f169d700f974bee64d682 [2021-03-09T16:52:46.669Z] $ docker rm -f ea436c8f7acf0c332aaf416f2c462123bf182fe2971f169d700f974bee64d682 [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-09T16:52:47.216Z] + docker images [2021-03-09T16:52:47.216Z] + grep docker [2021-03-09T16:52:47.479Z] docker-sys-mgmt-agent-go latest e9c308ebba79 3 seconds ago 313MB [2021-03-09T16:52:47.479Z] docker-core-data-go latest 386a94b5b61a 30 seconds ago 22.6MB [2021-03-09T16:52:47.479Z] docker-security-bootstrapper-go latest b503778b5fda 50 seconds ago 18.7MB [2021-03-09T16:52:47.479Z] docker-security-proxy-setup-go latest 632d447d318c About a minute ago 24.7MB [2021-03-09T16:52:47.479Z] docker-security-secretstore-setup-go latest 92f42bd2c8c5 2 minutes ago 24.9MB [2021-03-09T16:52:47.479Z] docker-support-notifications-go latest d301fca8a203 2 minutes ago 17.8MB [2021-03-09T16:52:47.479Z] docker-support-scheduler-go latest 73c4f145d996 2 minutes ago 17.2MB [2021-03-09T16:52:47.479Z] docker-core-metadata-go latest b444b024c41f 2 minutes ago 19MB [2021-03-09T16:52:47.479Z] docker-core-command-go latest f5bb43f47dc2 2 minutes ago 17.2MB [2021-03-09T16:52:47.479Z] docker 20.10.0 aefe523efa57 2 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-03-09T16:52:55.690Z] 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-03-09T16:52:59.988Z] 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-03-09T16:53:03.119Z] Still waiting to schedule task [2021-03-09T16:53:03.119Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2021-03-09T16:53:05.381Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-03-09T16:53:05.982Z] 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-03-09T16:53:12.715Z] 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-03-09T16:53:17.021Z] 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-03-09T16:53:21.322Z] 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-03-09T16:53:25.629Z] 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-03-09T16:53:29.011Z] 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-03-09T16:53:33.322Z] 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-03-09T16:53:41.625Z] $ docker stop --time=1 13bec83eaaab6f59b757d3e89e7365370c9b50b6f6b94006f2fdc09c360e6f69 [2021-03-09T16:53:44.459Z] $ docker rm -f 13bec83eaaab6f59b757d3e89e7365370c9b50b6f6b94006f2fdc09c360e6f69 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-09T16:53:46.529Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-09T16:53:46.530Z] [2021-03-09T16:53:46.530Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-09T16:53:47.187Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-09T16:53:47.187Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-03-09T16:53:47.187Z] 29e5d40040c1: Pulling fs layer [2021-03-09T16:53:47.187Z] 1ce36da41761: Pulling fs layer [2021-03-09T16:53:47.187Z] 25b303627fd3: Pulling fs layer [2021-03-09T16:53:47.781Z] 29e5d40040c1: Verifying Checksum [2021-03-09T16:53:47.781Z] 29e5d40040c1: Download complete [2021-03-09T16:53:48.381Z] 29e5d40040c1: Pull complete [2021-03-09T16:53:48.382Z] 1ce36da41761: Verifying Checksum [2021-03-09T16:53:48.382Z] 1ce36da41761: Download complete [2021-03-09T16:53:49.822Z] 1ce36da41761: Pull complete [2021-03-09T16:53:49.822Z] 25b303627fd3: Verifying Checksum [2021-03-09T16:53:49.822Z] 25b303627fd3: Download complete [2021-03-09T16:53:59.936Z] 25b303627fd3: Pull complete [2021-03-09T16:53:59.936Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-03-09T16:53:59.936Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-09T16:53:59.936Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-03-09T16:54:00.160Z] prd-ubuntu18.04-docker-arm64-4c-16g-29161 does not seem to be running inside a container [2021-03-09T16:54:00.235Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/11 -v /w/workspace/edgex-go/11:/w/workspace/edgex-go/11:rw,z -v /w/workspace/edgex-go/11@tmp:/w/workspace/edgex-go/11@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-03-09T16:54:03.319Z] $ docker top 383c6ee997fd54c35af33f622d021516b3ad2b73aca1ca5e923479462fa326d6 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-09T16:54:04.288Z] + grep parallel [2021-03-09T16:54:04.289Z] + docker-compose build --help [2021-03-09T16:54:07.660Z] --parallel Build images in parallel. [Pipeline] } [2021-03-09T16:54:07.949Z] $ docker stop --time=1 383c6ee997fd54c35af33f622d021516b3ad2b73aca1ca5e923479462fa326d6 [2021-03-09T16:54:09.943Z] $ docker rm -f 383c6ee997fd54c35af33f622d021516b3ad2b73aca1ca5e923479462fa326d6 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-09T16:54:11.030Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-09T16:54:11.031Z] . [Pipeline] withDockerContainer [2021-03-09T16:54:11.325Z] prd-ubuntu18.04-docker-arm64-4c-16g-29161 does not seem to be running inside a container [2021-03-09T16:54:11.435Z] $ 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/11 -v /w/workspace/edgex-go/11:/w/workspace/edgex-go/11:rw,z -v /w/workspace/edgex-go/11@tmp:/w/workspace/edgex-go/11@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-03-09T16:54:12.837Z] $ docker top f046a644f1154fbdbafd172584cfdd82884c8bcc31bab22c7ed7601dbc435dae -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-09T16:54:13.891Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-03-09T16:54:18.177Z] Building docker-core-command-go ... [2021-03-09T16:54:18.177Z] Building docker-core-data-go ... [2021-03-09T16:54:18.177Z] Building docker-core-metadata-go ... [2021-03-09T16:54:18.177Z] Building docker-security-bootstrapper-go ... [2021-03-09T16:54:18.177Z] Building docker-security-proxy-setup-go ... [2021-03-09T16:54:18.177Z] Building docker-security-secretstore-setup-go ... [2021-03-09T16:54:18.177Z] Building docker-support-notifications-go ... [2021-03-09T16:54:18.177Z] Building docker-support-scheduler-go ... [2021-03-09T16:54:18.177Z] Building docker-sys-mgmt-agent-go ... [2021-03-09T16:54:18.177Z] Building docker-security-bootstrapper-go [2021-03-09T16:54:18.177Z] Building docker-core-command-go [2021-03-09T16:54:18.177Z] Building docker-support-notifications-go [2021-03-09T16:54:18.177Z] Building docker-security-secretstore-setup-go [2021-03-09T16:54:18.177Z] Building docker-core-metadata-go [2021-03-09T16:55:36.604Z] Running on prd-ubuntu18.04-docker-8c-8g-29167 in /w/workspace/edgexfoundry_edgex-go_PR-3209 [Pipeline] { [Pipeline] ws [2021-03-09T16:55:36.654Z] Running in /w/workspace/edgex-go/11 [Pipeline] { [Pipeline] checkout [2021-03-09T16:55:38.757Z] using credential edgex-jenkins-ssh [2021-03-09T16:55:38.807Z] Cloning the remote Git repository [2021-03-09T16:55:38.835Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-03-09T16:55:38.897Z] > git init /w/workspace/edgex-go/11 # timeout=10 [2021-03-09T16:55:38.931Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-09T16:55:38.931Z] > git --version # timeout=10 [2021-03-09T16:55:38.939Z] > git --version # 'git version 2.17.1' [2021-03-09T16:55:38.939Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-09T16:55:38.966Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-09T16:55:39.927Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-09T16:55:39.927Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-09T16:55:39.927Z] ---> 38b5fd697b4c [2021-03-09T16:55:39.927Z] Step 3/23 : WORKDIR /edgex-go [2021-03-09T16:55:39.927Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-09T16:55:39.927Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-03-09T16:55:39.927Z] ---> 38b5fd697b4c [2021-03-09T16:55:39.927Z] Step 3/24 : WORKDIR /edgex-go [2021-03-09T16:55:39.927Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-09T16:55:39.927Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-09T16:55:39.927Z] ---> 38b5fd697b4c [2021-03-09T16:55:39.927Z] Step 3/22 : WORKDIR /edgex-go [2021-03-09T16:55:39.927Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-09T16:55:39.927Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-09T16:55:39.927Z] ---> 38b5fd697b4c [2021-03-09T16:55:39.927Z] Step 3/23 : WORKDIR /edgex-go [2021-03-09T16:55:39.927Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-09T16:55:39.927Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-03-09T16:55:39.927Z] ---> 38b5fd697b4c [2021-03-09T16:55:39.927Z] Step 3/31 : WORKDIR /edgex-go [2021-03-09T16:55:39.927Z] ---> Running in 1f19d949a72b [2021-03-09T16:55:39.927Z] ---> Running in 607795fc63cb [2021-03-09T16:55:39.927Z] ---> Running in df5000017956 [2021-03-09T16:55:39.927Z] ---> Running in 64a86810d5c7 [2021-03-09T16:55:39.927Z] ---> Running in 2404b18baffb [2021-03-09T16:55:39.927Z] Removing intermediate container 607795fc63cb [2021-03-09T16:55:39.927Z] ---> 13d146ad500d [2021-03-09T16:55:39.927Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-09T16:55:39.927Z] Removing intermediate container 1f19d949a72b [2021-03-09T16:55:39.927Z] ---> 80c49d7464ae [2021-03-09T16:55:39.927Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-09T16:55:39.927Z] Removing intermediate container 2404b18baffb [2021-03-09T16:55:39.927Z] ---> 00025215f3ec [2021-03-09T16:55:39.927Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-09T16:55:39.927Z] Removing intermediate container df5000017956 [2021-03-09T16:55:39.927Z] ---> 4177be1477db [2021-03-09T16:55:39.927Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-09T16:55:39.927Z] Removing intermediate container 64a86810d5c7 [2021-03-09T16:55:39.927Z] ---> 3b5062e228aa [2021-03-09T16:55:39.927Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-09T16:55:39.927Z] ---> Running in e3fdd15d1c04 [2021-03-09T16:55:39.927Z] ---> Running in 7d63c9efeaaf [2021-03-09T16:55:39.928Z] ---> Running in 35084a4702a8 [2021-03-09T16:55:39.928Z] ---> Running in c05276fb534b [2021-03-09T16:55:39.928Z] ---> Running in ebe389114aa1 [2021-03-09T16:55:39.928Z] Removing intermediate container e3fdd15d1c04 [2021-03-09T16:55:39.928Z] ---> 39cc401d5f4f [2021-03-09T16:55:39.928Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-09T16:55:39.928Z] ---> Running in 29c2305db00a [2021-03-09T16:55:39.928Z] Removing intermediate container 7d63c9efeaaf [2021-03-09T16:55:39.928Z] ---> 3d0ff8e16cd1 [2021-03-09T16:55:39.928Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-09T16:55:39.928Z] ---> Running in af3de73a18fa [2021-03-09T16:55:39.928Z] Removing intermediate container ebe389114aa1 [2021-03-09T16:55:39.928Z] ---> 0f66b377a936 [2021-03-09T16:55:39.928Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-03-09T16:55:39.928Z] Removing intermediate container 35084a4702a8 [2021-03-09T16:55:39.928Z] ---> 8b2f206e9bb6 [2021-03-09T16:55:39.928Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-03-09T16:55:39.928Z] Removing intermediate container c05276fb534b [2021-03-09T16:55:39.928Z] ---> fdc763319d63 [2021-03-09T16:55:39.928Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-03-09T16:55:39.928Z] ---> Running in b5e466e0616c [2021-03-09T16:55:39.928Z] ---> Running in d3ad71f0cda0 [2021-03-09T16:55:39.928Z] ---> Running in 480ce4e368a3 [2021-03-09T16:55:39.928Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-09T16:55:39.928Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-09T16:55:39.928Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-09T16:55:39.928Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-09T16:55:39.928Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-09T16:55:39.928Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-09T16:55:39.928Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-09T16:55:39.928Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-09T16:55:39.928Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-09T16:55:39.928Z] OK: 217 MiB in 51 packages [2021-03-09T16:55:39.928Z] OK: 217 MiB in 51 packages [2021-03-09T16:55:39.928Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-09T16:55:39.928Z] OK: 217 MiB in 51 packages [2021-03-09T16:55:39.928Z] OK: 217 MiB in 51 packages [2021-03-09T16:55:40.539Z] Removing intermediate container af3de73a18fa [2021-03-09T16:55:40.539Z] ---> b4636a79adeb [2021-03-09T16:55:40.539Z] Step 6/23 : COPY go.mod . [2021-03-09T16:55:41.143Z] Removing intermediate container d3ad71f0cda0 [2021-03-09T16:55:41.143Z] ---> 9c2ff4308268 [2021-03-09T16:55:41.143Z] Step 6/22 : COPY go.mod . [2021-03-09T16:55:41.143Z] Removing intermediate container b5e466e0616c [2021-03-09T16:55:41.143Z] ---> 098d196ccf9f [2021-03-09T16:55:41.143Z] Step 6/24 : COPY go.mod . [2021-03-09T16:55:41.435Z] Removing intermediate container 29c2305db00a [2021-03-09T16:55:41.435Z] ---> 8d3746ff9b79 [2021-03-09T16:55:41.435Z] Step 6/23 : COPY go.mod . [2021-03-09T16:55:41.435Z] OK: 217 MiB in 51 packages [2021-03-09T16:55:41.715Z] ---> 1e8a0ec14712 [2021-03-09T16:55:41.715Z] Step 7/23 : RUN go mod download [2021-03-09T16:55:41.715Z] ---> Running in feaefa15bded [2021-03-09T16:55:42.717Z] ---> 8ce588cce9c4 [2021-03-09T16:55:42.717Z] ---> 65d82f29eaca [2021-03-09T16:55:42.717Z] Step 7/24 : RUN go mod download [2021-03-09T16:55:42.717Z] Step 7/23 : RUN go mod download [2021-03-09T16:55:42.717Z] ---> 027e0eef2489 [2021-03-09T16:55:42.717Z] Step 7/22 : RUN go mod download [2021-03-09T16:55:42.992Z] ---> Running in 59cbfd6e13c6 [2021-03-09T16:55:42.992Z] ---> Running in 94cf1c756e03 [2021-03-09T16:55:42.992Z] ---> Running in 7d1d19cfe1f0 [2021-03-09T16:55:43.265Z] Removing intermediate container 480ce4e368a3 [2021-03-09T16:55:43.265Z] ---> 4982b9694476 [2021-03-09T16:55:43.265Z] Step 6/31 : COPY go.mod . [2021-03-09T16:55:44.723Z] ---> f766e5859e71 [2021-03-09T16:55:44.723Z] Step 7/31 : RUN go mod download [2021-03-09T16:55:45.008Z] ---> Running in 6cc35dcb32dc [2021-03-09T16:55:44.876Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-09T16:55:44.883Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-09T16:55:44.892Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-09T16:55:44.902Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-09T16:55:44.902Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-09T16:55:44.907Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3209/head:refs/remotes/origin/PR-3209 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-09T16:55:45.432Z] Merging remotes/origin/master commit dd3c5304426daa1a06e165d92e5378a7e6535b25 into PR head commit 70985b36a4c4f7a9ce085f1c274b64dae150ac78 [2021-03-09T16:55:45.564Z] Merge succeeded, producing 70985b36a4c4f7a9ce085f1c274b64dae150ac78 [2021-03-09T16:55:45.565Z] Checking out Revision 70985b36a4c4f7a9ce085f1c274b64dae150ac78 (PR-3209) [2021-03-09T16:55:46.006Z] Removing intermediate container feaefa15bded [2021-03-09T16:55:46.006Z] ---> a786857d5401 [2021-03-09T16:55:46.006Z] Step 8/23 : COPY . . [2021-03-09T16:55:45.448Z] > git config core.sparsecheckout # timeout=10 [2021-03-09T16:55:45.453Z] > git checkout -f 70985b36a4c4f7a9ce085f1c274b64dae150ac78 # timeout=10 [2021-03-09T16:55:45.539Z] > git remote # timeout=10 [2021-03-09T16:55:45.547Z] > git config --get remote.origin.url # timeout=10 [2021-03-09T16:55:45.552Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-09T16:55:45.555Z] > git merge dd3c5304426daa1a06e165d92e5378a7e6535b25 # timeout=10 [2021-03-09T16:55:45.563Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-03-09T16:55:45.571Z] > git config core.sparsecheckout # timeout=10 [2021-03-09T16:55:45.575Z] > git checkout -f 70985b36a4c4f7a9ce085f1c274b64dae150ac78 # timeout=10 [2021-03-09T16:55:47.452Z] Removing intermediate container 7d1d19cfe1f0 [2021-03-09T16:55:47.452Z] ---> ce18c0aae068 [2021-03-09T16:55:47.452Z] Step 8/24 : COPY . . [2021-03-09T16:55:47.730Z] Removing intermediate container 59cbfd6e13c6 [2021-03-09T16:55:47.730Z] ---> a89dc50a28d4 [2021-03-09T16:55:47.730Z] Step 8/22 : COPY . . [2021-03-09T16:55:48.334Z] Removing intermediate container 94cf1c756e03 [2021-03-09T16:55:48.334Z] ---> 603dbb83eb07 [2021-03-09T16:55:48.334Z] Step 8/23 : COPY . . [2021-03-09T16:55:49.257Z] Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-bootstrap/v2" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-09T16:55:50.319Z] Removing intermediate container 6cc35dcb32dc [2021-03-09T16:55:50.319Z] ---> e604910fac84 [2021-03-09T16:55:50.319Z] Step 8/31 : COPY . . [2021-03-09T16:55:50.366Z] + echo snap-build.sh [2021-03-09T16:55:50.366Z] snap-build.sh [2021-03-09T16:55:50.366Z] + SNAP_BASE_DIR=. [2021-03-09T16:55:50.366Z] + '[' '!' -z /w/workspace/edgex-go/11 ']' [2021-03-09T16:55:50.366Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/11 [2021-03-09T16:55:50.366Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/11]' [2021-03-09T16:55:50.366Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/11] [2021-03-09T16:55:50.366Z] + cd /w/workspace/edgex-go/11 [2021-03-09T16:55:50.366Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-03-09T16:55:50.366Z] Reading package lists... [2021-03-09T16:55:50.366Z] Building dependency tree... [2021-03-09T16:55:50.366Z] Reading state information... [2021-03-09T16:55:50.629Z] The following packages were automatically installed and are no longer required: [2021-03-09T16:55:50.629Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-03-09T16:55:50.629Z] uidmap xdelta3 [2021-03-09T16:55:50.629Z] Use 'sudo apt autoremove' to remove them. [2021-03-09T16:55:50.629Z] The following packages will be REMOVED: [2021-03-09T16:55:50.629Z] lxd* lxd-client* [2021-03-09T16:55:50.890Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-03-09T16:55:50.890Z] After this operation, 31.7 MB disk space will be freed. [2021-03-09T16:55:51.943Z] (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-03-09T16:55:51.943Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-03-09T16:55:52.889Z] Removing lxd dnsmasq configuration [2021-03-09T16:55:52.889Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-03-09T16:55:53.152Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-03-09T16:55:54.098Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-03-09T16:55:54.361Z] (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-03-09T16:55:54.361Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-03-09T16:55:55.748Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-03-09T16:55:55.748Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-03-09T16:55:57.134Z] + sudo snap remove --purge lxd [2021-03-09T16:55:57.134Z] snap "lxd" is not installed [2021-03-09T16:55:57.134Z] + sudo groupadd --force --system lxd [2021-03-09T16:55:57.134Z] ++ whoami [2021-03-09T16:55:57.134Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-03-09T16:55:57.134Z] + newgrp - lxd [2021-03-09T16:55:57.134Z] + sudo snap install lxd [2021-03-09T16:56:07.167Z] 2021-03-09T16:56:04Z INFO Waiting for automatic snapd restart... [2021-03-09T16:56:17.156Z] ---> 94432be70390 [2021-03-09T16:56:17.156Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-03-09T16:56:17.156Z] ---> 51e26059633d [2021-03-09T16:56:17.156Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-03-09T16:56:17.156Z] ---> 47d6a022ca0b [2021-03-09T16:56:17.156Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-03-09T16:56:17.156Z] ---> bb592ac73be1 [2021-03-09T16:56:17.156Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-03-09T16:56:17.156Z] ---> Running in f07d93f20ecb [2021-03-09T16:56:17.156Z] ---> 0b848c8ab444 [2021-03-09T16:56:17.156Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-03-09T16:56:17.156Z] ---> Running in f4378bde8899 [2021-03-09T16:56:17.156Z] ---> Running in b5a5c3b45064 [2021-03-09T16:56:17.156Z] ---> Running in 16f414050130 [2021-03-09T16:56:17.156Z] ---> Running in 134fd248d5f5 [2021-03-09T16:56:17.156Z] 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-03-09T16:56:17.156Z] 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-03-09T16:56:17.156Z] 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-03-09T16:56:17.156Z] 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-03-09T16:56:17.156Z] 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-03-09T16:56:29.175Z] lxd 4.11 from Canonical* installed [2021-03-09T16:56:29.175Z] + sudo lxd init --auto [2021-03-09T16:56:39.198Z] + sudo snap install --classic snapcraft [2021-03-09T16:56:47.343Z] snapcraft 4.5.4 from Canonical* installed [2021-03-09T16:56:47.343Z] + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' [2021-03-09T16:56:47.343Z] + patch --verbose -p1 [2021-03-09T16:56:47.343Z] Hmm... Looks like a unified diff to me... [2021-03-09T16:56:47.343Z] The text leading up to this was: [2021-03-09T16:56:47.343Z] -------------------------- [2021-03-09T16:56:47.343Z] |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 [2021-03-09T16:56:47.343Z] |From: Tony Espy [2021-03-09T16:56:47.343Z] |Date: Wed, 16 Dec 2020 16:34:55 -0500 [2021-03-09T16:56:47.343Z] |Subject: [PATCH] optimize snap build for pipeline CI check [2021-03-09T16:56:47.343Z] | [2021-03-09T16:56:47.343Z] |This patch is used by the EdgeX CI pipeline builds to [2021-03-09T16:56:47.343Z] |optimize the snap CI check run for pull requests. When [2021-03-09T16:56:47.343Z] |applied, it essentially strips out everything (apps and [2021-03-09T16:56:47.343Z] |parts) from the snapcraft.yaml file except those required [2021-03-09T16:56:47.343Z] |to build edgex-go, as the whole idea of the CI check is to [2021-03-09T16:56:47.343Z] |catch changes to edgex-go that break the snap build. [2021-03-09T16:56:47.343Z] | [2021-03-09T16:56:47.343Z] |In general, anyone updating snapcraft.yaml will also need [2021-03-09T16:56:47.343Z] |to update this patch file, otherwise it may fail to apply, [2021-03-09T16:56:47.343Z] |resulting in a failed snap build CI check in the associated [2021-03-09T16:56:47.343Z] |pull request. [2021-03-09T16:56:47.343Z] | [2021-03-09T16:56:47.343Z] |Note - in addition to applying this patch, the pipeline also [2021-03-09T16:56:47.343Z] |only primes the snap (e.g. `snapcraft prime`), as there's no [2021-03-09T16:56:47.343Z] |need to build the finally binary .snap file (and it won't [2021-03-09T16:56:47.343Z] |work with the patch applied). This further reduces the build [2021-03-09T16:56:47.343Z] |time. [2021-03-09T16:56:47.343Z] |--- [2021-03-09T16:56:47.343Z] | snap/snapcraft.yaml | 461 +------------------------------------------- [2021-03-09T16:56:47.343Z] | 1 file changed, 2 insertions(+), 459 deletions(-) [2021-03-09T16:56:47.343Z] | [2021-03-09T16:56:47.343Z] |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml [2021-03-09T16:56:47.343Z] |index 1e537489..faf42425 100644 [2021-03-09T16:56:47.343Z] |--- a/snap/snapcraft.yaml [2021-03-09T16:56:47.343Z] |+++ b/snap/snapcraft.yaml [2021-03-09T16:56:47.343Z] -------------------------- [2021-03-09T16:56:47.343Z] patching file snap/snapcraft.yaml [2021-03-09T16:56:47.343Z] Using Plan A... [2021-03-09T16:56:47.343Z] Hunk #1 succeeded at 73. [2021-03-09T16:56:47.343Z] Hunk #2 succeeded at 205 with fuzz 1 (offset 6 lines). [2021-03-09T16:56:47.343Z] Hunk #3 succeeded at 217 (offset 3 lines). [2021-03-09T16:56:47.343Z] Hunk #4 succeeded at 225 (offset 3 lines). [2021-03-09T16:56:47.343Z] Hunk #5 succeeded at 232 (offset 3 lines). [2021-03-09T16:56:47.343Z] Hunk #6 succeeded at 259 (offset 3 lines). [2021-03-09T16:56:47.343Z] Hunk #7 succeeded at 293 (offset 3 lines). [2021-03-09T16:56:47.343Z] Hunk #8 succeeded at 352 (offset 11 lines). [2021-03-09T16:56:47.343Z] Hmm... Ignoring the trailing garbage. [2021-03-09T16:56:47.343Z] done [2021-03-09T16:56:47.343Z] + sudo snapcraft prime --use-lxd [2021-03-09T16:56:47.343Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-03-09T16:56:47.604Z] 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-03-09T16:56:47.604Z] - README.md [2021-03-09T16:56:47.604Z] - snapcraft.yaml.orig [2021-03-09T16:56:47.604Z] [2021-03-09T16:56:47.604Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-03-09T16:56:48.175Z] Launching a container. [2021-03-09T16:57:00.421Z] Waiting for container to be ready [2021-03-09T16:57:00.421Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-03-09T16:57:00.421Z] [2021-03-09T16:57:02.968Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-03-09T16:57:03.539Z] Waiting for network to be ready... [2021-03-09T16:57:03.800Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-03-09T16:57:04.060Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-03-09T16:57:04.060Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1573 kB] [2021-03-09T16:57:04.060Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [302 kB] [2021-03-09T16:57:04.061Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] [2021-03-09T16:57:04.061Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-03-09T16:57:04.061Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [245 kB] [2021-03-09T16:57:04.061Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [31.7 kB] [2021-03-09T16:57:04.061Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1113 kB] [2021-03-09T16:57:04.061Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [249 kB] [2021-03-09T16:57:04.323Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-03-09T16:57:04.584Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-03-09T16:57:04.848Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-03-09T16:57:04.848Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-03-09T16:57:04.848Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-03-09T16:57:04.848Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-03-09T16:57:04.848Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-03-09T16:57:04.848Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-03-09T16:57:05.108Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-03-09T16:57:05.373Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1913 kB] [2021-03-09T16:57:05.373Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [394 kB] [2021-03-09T16:57:05.373Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] [2021-03-09T16:57:05.373Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-03-09T16:57:05.373Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [266 kB] [2021-03-09T16:57:05.373Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [35.3 kB] [2021-03-09T16:57:05.373Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1719 kB] [2021-03-09T16:57:05.638Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [363 kB] [2021-03-09T16:57:08.195Z] Fetched 24.0 MB in 4s (6151 kB/s) [2021-03-09T16:57:08.455Z] Reading package lists... [2021-03-09T16:57:08.716Z] Reading package lists... [2021-03-09T16:57:08.979Z] Building dependency tree... [2021-03-09T16:57:08.979Z] Reading state information... [2021-03-09T16:57:08.979Z] The following additional packages will be installed: [2021-03-09T16:57:08.979Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-03-09T16:57:08.979Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-03-09T16:57:08.979Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-03-09T16:57:08.979Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-03-09T16:57:08.979Z] Suggested packages: [2021-03-09T16:57:08.979Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-03-09T16:57:08.979Z] Recommended packages: [2021-03-09T16:57:08.979Z] gnupg libsasl2-modules [2021-03-09T16:57:08.979Z] The following NEW packages will be installed: [2021-03-09T16:57:08.979Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-03-09T16:57:08.979Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-03-09T16:57:08.979Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-03-09T16:57:08.979Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-03-09T16:57:08.979Z] The following packages will be upgraded: [2021-03-09T16:57:08.979Z] gpg gpg-agent gpgconf libudev1 [2021-03-09T16:57:09.263Z] 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. [2021-03-09T16:57:09.263Z] Need to get 3530 kB of archives. [2021-03-09T16:57:09.263Z] After this operation, 13.3 MB of additional disk space will be used. [2021-03-09T16:57:09.263Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.44 [58.3 kB] [2021-03-09T16:57:09.263Z] 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-03-09T16:57:09.559Z] 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-03-09T16:57:09.559Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.44 [1103 kB] [2021-03-09T16:57:09.559Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB] [2021-03-09T16:57:09.559Z] 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-03-09T16:57:09.830Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-03-09T16:57:09.830Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-03-09T16:57:09.830Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] [2021-03-09T16:57:09.830Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] [2021-03-09T16:57:10.089Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] [2021-03-09T16:57:10.089Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-03-09T16:57:10.089Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-03-09T16:57:10.089Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-03-09T16:57:10.089Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-03-09T16:57:10.089Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-03-09T16:57:10.089Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-03-09T16:57:10.089Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-03-09T16:57:10.089Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-03-09T16:57:10.089Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-03-09T16:57:10.090Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-03-09T16:57:10.090Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] [2021-03-09T16:57:10.090Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-09T16:57:10.090Z] Fetched 3530 kB in 1s (3486 kB/s) [2021-03-09T16:57:10.351Z] (Reading database ... 12511 files and directories currently installed.) [2021-03-09T16:57:10.351Z] Preparing to unpack .../libudev1_237-3ubuntu10.44_amd64.deb ... [2021-03-09T16:57:10.351Z] Unpacking libudev1:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-03-09T16:57:10.351Z] Setting up libudev1:amd64 (237-3ubuntu10.44) ... [2021-03-09T16:57:10.611Z] Selecting previously unselected package udev. [2021-03-09T16:57:10.612Z] (Reading database ... 12511 files and directories currently installed.) [2021-03-09T16:57:10.612Z] Preparing to unpack .../00-udev_237-3ubuntu10.44_amd64.deb ... [2021-03-09T16:57:10.612Z] Unpacking udev (237-3ubuntu10.44) ... [2021-03-09T16:57:10.879Z] Selecting previously unselected package libfuse2:amd64. [2021-03-09T16:57:10.879Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-03-09T16:57:10.879Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-03-09T16:57:11.140Z] Selecting previously unselected package fuse. [2021-03-09T16:57:11.140Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-03-09T16:57:11.140Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-03-09T16:57:11.140Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-09T16:57:11.140Z] Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-09T16:57:11.402Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-09T16:57:11.402Z] Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-09T16:57:11.402Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-09T16:57:11.402Z] Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-09T16:57:11.664Z] Selecting previously unselected package libksba8:amd64. [2021-03-09T16:57:11.664Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-03-09T16:57:11.664Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-03-09T16:57:11.664Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-03-09T16:57:11.664Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-09T16:57:11.664Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-09T16:57:11.925Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-03-09T16:57:11.925Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-09T16:57:11.925Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-09T16:57:11.925Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-03-09T16:57:11.925Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-09T16:57:11.925Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-09T16:57:12.186Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-03-09T16:57:12.186Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-09T16:57:12.186Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-09T16:57:12.186Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-03-09T16:57:12.186Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-09T16:57:12.186Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-09T16:57:12.186Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-03-09T16:57:12.186Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-09T16:57:12.447Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-09T16:57:12.447Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-03-09T16:57:12.447Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-09T16:57:12.447Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-09T16:57:12.447Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-03-09T16:57:12.447Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-09T16:57:12.447Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-09T16:57:12.709Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-03-09T16:57:12.709Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-09T16:57:12.709Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-09T16:57:12.709Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-03-09T16:57:12.709Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-03-09T16:57:12.709Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-09T16:57:12.709Z] Selecting previously unselected package libsasl2-2:amd64. [2021-03-09T16:57:12.709Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-03-09T16:57:12.709Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-09T16:57:12.970Z] Selecting previously unselected package libldap-common. [2021-03-09T16:57:12.970Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... [2021-03-09T16:57:12.970Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-09T16:57:12.970Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-03-09T16:57:12.970Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... [2021-03-09T16:57:12.970Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-09T16:57:13.231Z] Selecting previously unselected package dirmngr. [2021-03-09T16:57:13.231Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-09T16:57:13.231Z] Unpacking dirmngr (2.2.4-1ubuntu1.4) ... [2021-03-09T16:57:13.231Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-09T16:57:13.231Z] Setting up gpgconf (2.2.4-1ubuntu1.4) ... [2021-03-09T16:57:13.231Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-03-09T16:57:13.231Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-09T16:57:13.231Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-09T16:57:13.493Z] Setting up gpg-agent (2.2.4-1ubuntu1.4) ... [2021-03-09T16:57:13.493Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-09T16:57:13.493Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-03-09T16:57:13.493Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-09T16:57:13.493Z] Setting up udev (237-3ubuntu10.44) ... [2021-03-09T16:57:13.754Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-03-09T16:57:14.015Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-09T16:57:14.015Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-03-09T16:57:14.015Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-03-09T16:57:14.015Z] Setting up gpg (2.2.4-1ubuntu1.4) ... [2021-03-09T16:57:14.015Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-09T16:57:14.284Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-09T16:57:14.284Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-09T16:57:14.284Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-09T16:57:14.284Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-09T16:57:14.284Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-09T16:57:14.284Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-09T16:57:14.284Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-09T16:57:14.284Z] Setting up dirmngr (2.2.4-1ubuntu1.4) ... [2021-03-09T16:57:14.284Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-09T16:57:14.856Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-03-09T16:57:14.856Z] settings in the [Install] section, and DefaultInstance for template units). [2021-03-09T16:57:14.856Z] This means they are not meant to be enabled using systemctl. [2021-03-09T16:57:14.856Z] Possible reasons for having this kind of units are: [2021-03-09T16:57:14.856Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-03-09T16:57:14.856Z] .wants/ or .requires/ directory. [2021-03-09T16:57:14.856Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-03-09T16:57:14.856Z] a requirement dependency on it. [2021-03-09T16:57:14.856Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-03-09T16:57:14.856Z] D-Bus, udev, scripted systemctl call, ...). [2021-03-09T16:57:14.856Z] 4) In case of template units, the unit is meant to be enabled with some [2021-03-09T16:57:14.856Z] instance name specified. [2021-03-09T16:57:15.119Z] Reading package lists... [2021-03-09T16:57:15.381Z] Building dependency tree... [2021-03-09T16:57:15.381Z] Reading state information... [2021-03-09T16:57:15.645Z] The following additional packages will be installed: [2021-03-09T16:57:15.645Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-03-09T16:57:15.645Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-03-09T16:57:15.645Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-03-09T16:57:15.645Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-03-09T16:57:15.645Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-03-09T16:57:15.645Z] Suggested packages: [2021-03-09T16:57:15.645Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-03-09T16:57:15.645Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-03-09T16:57:15.645Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-03-09T16:57:15.645Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-03-09T16:57:15.645Z] systemd-container policykit-1 [2021-03-09T16:57:15.645Z] Recommended packages: [2021-03-09T16:57:15.645Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-03-09T16:57:15.645Z] The following NEW packages will be installed: [2021-03-09T16:57:15.645Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-03-09T16:57:15.645Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-03-09T16:57:15.645Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-03-09T16:57:15.645Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-03-09T16:57:15.645Z] python3.6-minimal snapd squashfs-tools sudo [2021-03-09T16:57:15.645Z] The following packages will be upgraded: [2021-03-09T16:57:15.645Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-03-09T16:57:15.645Z] 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. [2021-03-09T16:57:15.645Z] Need to get 35.2 MB of archives. [2021-03-09T16:57:15.645Z] After this operation, 141 MB of additional disk space will be used. [2021-03-09T16:57:15.645Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] [2021-03-09T16:57:15.907Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] [2021-03-09T16:57:15.907Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.44 [2913 kB] [2021-03-09T16:57:15.907Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.8 [1301 kB] [2021-03-09T16:57:15.907Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [534 kB] [2021-03-09T16:57:15.907Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-03-09T16:57:15.907Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [1610 kB] [2021-03-09T16:57:15.907Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.4 [1712 kB] [2021-03-09T16:57:15.907Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.4 [203 kB] [2021-03-09T16:57:15.907Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-03-09T16:57:15.907Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] [2021-03-09T16:57:15.907Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-03-09T16:57:15.907Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-03-09T16:57:15.907Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-03-09T16:57:15.907Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-03-09T16:57:15.907Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-03-09T16:57:15.907Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] [2021-03-09T16:57:15.907Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-03-09T16:57:15.907Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] [2021-03-09T16:57:16.852Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.44 [209 kB] [2021-03-09T16:57:16.852Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2021-03-09T16:57:16.852Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-03-09T16:57:16.852Z] Get:23 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-03-09T16:57:16.852Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-03-09T16:57:16.852Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-03-09T16:57:16.852Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-03-09T16:57:16.852Z] Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-03-09T16:57:16.852Z] Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-03-09T16:57:16.852Z] Get:29 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-03-09T16:57:16.852Z] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] [2021-03-09T16:57:17.112Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-09T16:57:17.112Z] Fetched 35.2 MB in 1s (26.3 MB/s) [2021-03-09T16:57:17.112Z] (Reading database ... 12757 files and directories currently installed.) [2021-03-09T16:57:17.112Z] Preparing to unpack .../systemd_237-3ubuntu10.44_amd64.deb ... [2021-03-09T16:57:17.382Z] Unpacking systemd (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-03-09T16:57:17.954Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.44_amd64.deb ... [2021-03-09T16:57:17.954Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-03-09T16:57:17.954Z] Setting up libsystemd0:amd64 (237-3ubuntu10.44) ... [2021-03-09T16:57:18.215Z] (Reading database ... 12757 files and directories currently installed.) [2021-03-09T16:57:18.215Z] Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... [2021-03-09T16:57:18.215Z] Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... [2021-03-09T16:57:18.215Z] Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... [2021-03-09T16:57:18.475Z] (Reading database ... 12757 files and directories currently installed.) [2021-03-09T16:57:18.475Z] Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... [2021-03-09T16:57:18.475Z] Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... [2021-03-09T16:57:18.736Z] Setting up apt (1.6.12ubuntu0.2) ... [2021-03-09T16:57:18.736Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-03-09T16:57:19.307Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-03-09T16:57:19.307Z] (Reading database ... 12764 files and directories currently installed.) [2021-03-09T16:57:19.307Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.8_amd64.deb ... [2021-03-09T16:57:19.307Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.8) over (1.1.0g-2ubuntu4) ... [2021-03-09T16:57:19.567Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-03-09T16:57:19.567Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-09T16:57:19.567Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-09T16:57:19.828Z] Selecting previously unselected package libexpat1:amd64. [2021-03-09T16:57:19.828Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-03-09T16:57:19.828Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-03-09T16:57:19.828Z] Selecting previously unselected package python3.6-minimal. [2021-03-09T16:57:19.828Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-09T16:57:19.828Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-03-09T16:57:20.089Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.8) ... [2021-03-09T16:57:20.347Z] Checking for services that may need to be restarted...done. [2021-03-09T16:57:20.347Z] Checking for services that may need to be restarted...done. [2021-03-09T16:57:20.347Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-09T16:57:20.347Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-03-09T16:57:20.347Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-03-09T16:57:21.294Z] Selecting previously unselected package python3-minimal. [2021-03-09T16:57:21.294Z] (Reading database ... 13012 files and directories currently installed.) [2021-03-09T16:57:21.294Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-03-09T16:57:21.294Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-03-09T16:57:21.294Z] Selecting previously unselected package mime-support. [2021-03-09T16:57:21.294Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-03-09T16:57:21.294Z] Unpacking mime-support (3.60ubuntu1) ... [2021-03-09T16:57:21.294Z] Selecting previously unselected package libmpdec2:amd64. [2021-03-09T16:57:21.294Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-03-09T16:57:21.294Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-03-09T16:57:21.294Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-03-09T16:57:21.294Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-09T16:57:21.294Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-09T16:57:21.553Z] Selecting previously unselected package python3.6. [2021-03-09T16:57:21.553Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-09T16:57:21.553Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-09T16:57:21.814Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-03-09T16:57:21.814Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-03-09T16:57:21.814Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-03-09T16:57:21.814Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-03-09T16:57:22.078Z] Selecting previously unselected package python3. [2021-03-09T16:57:22.078Z] (Reading database ... 13442 files and directories currently installed.) [2021-03-09T16:57:22.078Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-03-09T16:57:22.078Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-03-09T16:57:22.078Z] Selecting previously unselected package multiarch-support. [2021-03-09T16:57:22.078Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-03-09T16:57:22.078Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-03-09T16:57:22.339Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-03-09T16:57:22.339Z] Selecting previously unselected package liblzo2-2:amd64. [2021-03-09T16:57:22.339Z] (Reading database ... 13479 files and directories currently installed.) [2021-03-09T16:57:22.339Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-03-09T16:57:22.339Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-03-09T16:57:22.339Z] Selecting previously unselected package libbsd0:amd64. [2021-03-09T16:57:22.339Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-03-09T16:57:22.599Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-03-09T16:57:22.599Z] Selecting previously unselected package sudo. [2021-03-09T16:57:22.599Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... [2021-03-09T16:57:22.599Z] Unpacking sudo (1.8.21p2-3ubuntu1.4) ... [2021-03-09T16:57:22.599Z] Selecting previously unselected package apparmor. [2021-03-09T16:57:22.599Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-03-09T16:57:22.599Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-03-09T16:57:22.860Z] Selecting previously unselected package libedit2:amd64. [2021-03-09T16:57:22.860Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-03-09T16:57:22.860Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-03-09T16:57:22.860Z] Selecting previously unselected package libkrb5support0:amd64. [2021-03-09T16:57:22.860Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-03-09T16:57:22.860Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-03-09T16:57:23.120Z] Selecting previously unselected package libk5crypto3:amd64. [2021-03-09T16:57:23.120Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-03-09T16:57:23.120Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-03-09T16:57:23.120Z] Selecting previously unselected package libkeyutils1:amd64. [2021-03-09T16:57:23.120Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-03-09T16:57:23.120Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-03-09T16:57:23.120Z] Selecting previously unselected package libkrb5-3:amd64. [2021-03-09T16:57:23.120Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-03-09T16:57:23.120Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-03-09T16:57:23.380Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-03-09T16:57:23.380Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-03-09T16:57:23.380Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-03-09T16:57:23.380Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-03-09T16:57:23.380Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... [2021-03-09T16:57:23.640Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-03-09T16:57:23.640Z] Selecting previously unselected package openssh-client. [2021-03-09T16:57:23.640Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-03-09T16:57:23.640Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-03-09T16:57:23.906Z] Selecting previously unselected package squashfs-tools. [2021-03-09T16:57:23.906Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-03-09T16:57:23.906Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-03-09T16:57:23.906Z] Selecting previously unselected package snapd. [2021-03-09T16:57:23.906Z] Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... [2021-03-09T16:57:24.168Z] Unpacking snapd (2.48.3+18.04) ... [2021-03-09T16:57:26.080Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-03-09T16:57:26.080Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-03-09T16:57:26.080Z] Setting up mime-support (3.60ubuntu1) ... [2021-03-09T16:57:27.468Z] Setting up sudo (1.8.21p2-3ubuntu1.4) ... [2021-03-09T16:57:27.729Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-03-09T16:57:27.729Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-03-09T16:57:27.729Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-09T16:57:27.729Z] Setting up systemd (237-3ubuntu10.44) ... [2021-03-09T16:57:27.729Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-03-09T16:57:28.672Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-03-09T16:57:28.672Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-03-09T16:57:28.672Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-03-09T16:57:28.672Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-09T16:57:28.672Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-03-09T16:57:28.672Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-09T16:57:29.614Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-03-09T16:57:29.614Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-03-09T16:57:29.614Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-03-09T16:57:29.614Z] Setting up python3 (3.6.7-1~18.04) ... [2021-03-09T16:57:29.614Z] running python rtupdate hooks for python3.6... [2021-03-09T16:57:29.614Z] running python post-rtupdate hooks for python3.6... [2021-03-09T16:57:29.614Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-03-09T16:57:31.002Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-03-09T16:57:31.264Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-03-09T16:57:31.264Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-03-09T16:57:31.264Z] Setting up snapd (2.48.3+18.04) ... [2021-03-09T16:57:31.835Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-03-09T16:57:31.835Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-03-09T16:57:32.096Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-03-09T16:57:32.358Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-03-09T16:57:32.358Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-03-09T16:57:32.358Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-03-09T16:57:32.619Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-03-09T16:57:32.879Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-03-09T16:57:32.879Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-03-09T16:57:33.139Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-03-09T16:57:33.400Z] /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-03-09T16:57:33.400Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-09T16:57:33.400Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-03-09T16:57:34.344Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-03-09T16:57:34.344Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-03-09T16:57:34.344Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-03-09T16:57:35.547Z] Reading package lists... [2021-03-09T16:57:35.806Z] Reading package lists... [2021-03-09T16:57:35.806Z] Building dependency tree... [2021-03-09T16:57:35.806Z] Reading state information... [2021-03-09T16:57:36.068Z] Calculating upgrade... [2021-03-09T16:57:36.068Z] The following packages will be upgraded: [2021-03-09T16:57:36.068Z] advancecomp base-files bash binutils binutils-common [2021-03-09T16:57:36.068Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-03-09T16:57:36.068Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-03-09T16:57:36.068Z] grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils [2021-03-09T16:57:36.068Z] libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 [2021-03-09T16:57:36.068Z] libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 [2021-03-09T16:57:36.068Z] libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 [2021-03-09T16:57:36.068Z] libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 [2021-03-09T16:57:36.068Z] libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules [2021-03-09T16:57:36.068Z] libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 [2021-03-09T16:57:36.068Z] libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 [2021-03-09T16:57:36.068Z] libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 [2021-03-09T16:57:36.068Z] libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin [2021-03-09T16:57:36.068Z] openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler [2021-03-09T16:57:36.068Z] procps systemd-sysv tar tzdata ubuntu-keyring util-linux [2021-03-09T16:57:36.068Z] 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-03-09T16:57:36.068Z] Need to get 63.8 MB of archives. [2021-03-09T16:57:36.068Z] After this operation, 5202 kB of additional disk space will be used. [2021-03-09T16:57:36.068Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-136.140 [1001 kB] [2021-03-09T16:57:36.328Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-03-09T16:57:36.328Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-03-09T16:57:36.328Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-03-09T16:57:36.328Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-03-09T16:57:36.328Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-03-09T16:57:36.328Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-03-09T16:57:36.328Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-03-09T16:57:36.328Z] 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-03-09T16:57:36.328Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] [2021-03-09T16:57:36.328Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] [2021-03-09T16:57:36.328Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-03-09T16:57:36.328Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-03-09T16:57:36.328Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2021-03-09T16:57:36.328Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-03-09T16:57:36.328Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-03-09T16:57:36.328Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-03-09T16:57:36.328Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-03-09T16:57:36.328Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-03-09T16:57:36.328Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-03-09T16:57:36.591Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-03-09T16:57:36.591Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-03-09T16:57:36.591Z] 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-03-09T16:57:36.591Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-03-09T16:57:36.591Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-03-09T16:57:36.591Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-03-09T16:57:36.591Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-03-09T16:57:36.591Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-03-09T16:57:36.591Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-03-09T16:57:36.591Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-03-09T16:57:36.591Z] Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-03-09T16:57:36.591Z] Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-03-09T16:57:36.591Z] Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-03-09T16:57:36.591Z] Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-03-09T16:57:36.591Z] Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-03-09T16:57:36.591Z] Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.2 [189 kB] [2021-03-09T16:57:36.591Z] Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-03-09T16:57:36.592Z] Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-03-09T16:57:36.592Z] Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] [2021-03-09T16:57:36.592Z] Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.8 [614 kB] [2021-03-09T16:57:36.592Z] Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] [2021-03-09T16:57:36.592Z] Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-03-09T16:57:36.592Z] Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2021-03-09T16:57:36.592Z] Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-03-09T16:57:36.592Z] Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] [2021-03-09T16:57:36.592Z] Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2021-03-09T16:57:36.592Z] Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-03-09T16:57:36.592Z] 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-03-09T16:57:36.592Z] Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] [2021-03-09T16:57:36.592Z] Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] [2021-03-09T16:57:36.592Z] Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] [2021-03-09T16:57:36.592Z] Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-03-09T16:57:36.592Z] Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-03-09T16:57:36.592Z] Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-03-09T16:57:36.592Z] Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-03-09T16:57:36.852Z] Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-03-09T16:57:37.113Z] Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2021-03-09T16:57:37.113Z] Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2021-03-09T16:57:37.113Z] Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-03-09T16:57:37.373Z] Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2021-03-09T16:57:37.373Z] Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-03-09T16:57:37.373Z] Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-03-09T16:57:37.374Z] Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-03-09T16:57:37.374Z] Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-03-09T16:57:37.374Z] Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-03-09T16:57:37.374Z] Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-03-09T16:57:37.634Z] Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-03-09T16:57:37.634Z] Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-03-09T16:57:37.634Z] Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-03-09T16:57:37.634Z] Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-03-09T16:57:37.634Z] Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-03-09T16:57:37.634Z] Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-03-09T16:57:37.634Z] Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-03-09T16:57:37.634Z] Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-03-09T16:57:37.634Z] Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-03-09T16:57:37.634Z] Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-03-09T16:57:37.634Z] Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-03-09T16:57:37.634Z] Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-03-09T16:57:37.895Z] Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] [2021-03-09T16:57:37.895Z] Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] [2021-03-09T16:57:37.895Z] 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-03-09T16:57:37.895Z] 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-03-09T16:57:37.895Z] 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-03-09T16:57:37.895Z] Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.44 [16.1 kB] [2021-03-09T16:57:37.895Z] 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-03-09T16:57:37.895Z] Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-03-09T16:57:38.158Z] Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] [2021-03-09T16:57:38.159Z] Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-03-09T16:57:38.159Z] Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-03-09T16:57:38.159Z] Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] [2021-03-09T16:57:38.159Z] Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-03-09T16:57:38.159Z] Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-03-09T16:57:38.159Z] 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-03-09T16:57:38.159Z] Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-03-09T16:57:38.159Z] Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-03-09T16:57:38.159Z] Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-03-09T16:57:38.159Z] Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-03-09T16:57:38.419Z] Get:98 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-03-09T16:57:38.419Z] Get:99 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-03-09T16:57:38.682Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-09T16:57:38.682Z] Fetched 63.8 MB in 2s (27.6 MB/s) [2021-03-09T16:57:38.682Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-09T16:57:38.682Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-03-09T16:57:38.682Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-09T16:57:39.253Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-03-09T16:57:39.253Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-09T16:57:39.514Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-136.140_amd64.deb ... [2021-03-09T16:57:39.514Z] Unpacking linux-libc-dev:amd64 (4.15.0-136.140) over (4.15.0-20.21) ... [2021-03-09T16:57:40.464Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-09T16:57:40.464Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-09T16:57:40.464Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-09T16:57:40.464Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-09T16:57:40.464Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-09T16:57:40.727Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-09T16:57:40.727Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-09T16:57:40.727Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-09T16:57:40.727Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-09T16:57:40.989Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-09T16:57:40.989Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-09T16:57:40.989Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-09T16:57:40.989Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-09T16:57:40.989Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-09T16:57:41.250Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-09T16:57:41.250Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-09T16:57:41.250Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-09T16:57:41.250Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-03-09T16:57:41.250Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-03-09T16:57:41.511Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-09T16:57:41.511Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-09T16:57:41.511Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-09T16:57:41.511Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-09T16:57:41.511Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-09T16:57:41.773Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-09T16:57:41.773Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-09T16:57:42.041Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-09T16:57:42.041Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-09T16:57:42.041Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-03-09T16:57:42.309Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-09T16:57:42.571Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-03-09T16:57:42.833Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-09T16:57:42.833Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-03-09T16:57:42.833Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-03-09T16:57:42.833Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-03-09T16:57:43.094Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-03-09T16:57:43.095Z] Setting up base-files (10.1ubuntu2.10) ... [2021-03-09T16:57:43.361Z] Installing new version of config file /etc/issue ... [2021-03-09T16:57:43.361Z] Installing new version of config file /etc/issue.net ... [2021-03-09T16:57:43.361Z] Installing new version of config file /etc/lsb-release ... [2021-03-09T16:57:43.361Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-03-09T16:57:43.622Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-03-09T16:57:43.622Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-03-09T16:57:43.622Z] Removing obsolete conffile /etc/default/motd-news ... [2021-03-09T16:57:43.622Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-09T16:57:43.622Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-03-09T16:57:43.885Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-03-09T16:57:43.885Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-03-09T16:57:43.885Z] 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-03-09T16:57:44.145Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-09T16:57:44.145Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-09T16:57:44.145Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-03-09T16:57:44.145Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-03-09T16:57:44.145Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-09T16:57:44.145Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-03-09T16:57:44.405Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-03-09T16:57:44.405Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-03-09T16:57:44.666Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-09T16:57:44.666Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-03-09T16:57:44.666Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-03-09T16:57:44.926Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-03-09T16:57:45.189Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-09T16:57:45.189Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-09T16:57:45.189Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-09T16:57:45.189Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-03-09T16:57:45.189Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-09T16:57:45.189Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-09T16:57:45.451Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-09T16:57:45.451Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-03-09T16:57:45.714Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-09T16:57:45.714Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-03-09T16:57:45.714Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-03-09T16:57:45.714Z] Setting up grep (3.1-2build1) ... [2021-03-09T16:57:45.976Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-09T16:57:45.976Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-03-09T16:57:45.976Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-03-09T16:57:45.976Z] Setting up login (1:4.5-1ubuntu2) ... [2021-03-09T16:57:46.237Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-09T16:57:46.237Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-09T16:57:46.237Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-09T16:57:46.237Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-03-09T16:57:46.498Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-09T16:57:46.498Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-03-09T16:57:46.498Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-09T16:57:46.759Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-03-09T16:57:47.020Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-09T16:57:47.020Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-03-09T16:57:47.020Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-09T16:57:47.591Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-03-09T16:57:47.591Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-09T16:57:47.591Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-03-09T16:57:47.851Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-09T16:57:48.794Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-03-09T16:57:48.794Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-03-09T16:57:48.794Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-03-09T16:57:48.794Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-03-09T16:57:49.058Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-03-09T16:57:49.058Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-09T16:57:49.058Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-03-09T16:57:49.058Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-03-09T16:57:49.319Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-03-09T16:57:49.319Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-09T16:57:49.319Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-09T16:57:49.319Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-09T16:57:49.581Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-09T16:57:49.581Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-09T16:57:49.581Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-09T16:57:49.581Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-09T16:57:49.849Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-09T16:57:49.849Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-09T16:57:49.849Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-09T16:57:49.849Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-09T16:57:50.109Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-09T16:57:50.109Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-09T16:57:50.109Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-09T16:57:50.109Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-09T16:57:50.370Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-09T16:57:50.370Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-09T16:57:50.370Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-09T16:57:50.370Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-09T16:57:50.631Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-09T16:57:50.631Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-09T16:57:50.631Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-03-09T16:57:50.631Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-09T16:57:50.631Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-09T16:57:50.631Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-09T16:57:50.892Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-03-09T16:57:50.892Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-09T16:57:50.892Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-09T16:57:50.892Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-09T16:57:51.153Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-09T16:57:51.153Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-09T16:57:51.153Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-09T16:57:51.153Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-09T16:57:51.413Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-03-09T16:57:51.414Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-09T16:57:51.414Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-09T16:57:51.414Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-09T16:57:51.988Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-03-09T16:57:52.250Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-03-09T16:57:52.512Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-03-09T16:57:52.512Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-09T16:57:52.512Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-03-09T16:57:52.512Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-09T16:57:52.773Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-03-09T16:57:53.036Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-09T16:57:53.036Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-03-09T16:57:53.036Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-09T16:57:53.297Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-03-09T16:57:53.297Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-09T16:57:53.297Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-03-09T16:57:53.565Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-03-09T16:57:53.565Z] Setting up debconf (1.5.66ubuntu1) ... [2021-03-09T16:57:53.827Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-09T16:57:53.827Z] Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... [2021-03-09T16:57:53.961Z] 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-03-09T16:57:54.088Z] Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-03-09T16:57:54.088Z] Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... [2021-03-09T16:57:54.088Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-09T16:57:54.088Z] Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... [2021-03-09T16:57:54.350Z] Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-03-09T16:57:54.350Z] Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... [2021-03-09T16:57:54.350Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-09T16:57:54.350Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-03-09T16:57:54.350Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-09T16:57:54.610Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-09T16:57:54.872Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-09T16:57:54.872Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-03-09T16:57:54.872Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-09T16:57:54.872Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-09T16:57:55.135Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-09T16:57:55.135Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-03-09T16:57:55.135Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-09T16:57:55.400Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-09T16:57:55.400Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-09T16:57:55.400Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-09T16:57:55.400Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-09T16:57:55.661Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.44_amd64.deb ... [2021-03-09T16:57:55.661Z] Unpacking systemd-sysv (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-03-09T16:57:55.661Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-09T16:57:55.661Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-09T16:57:55.922Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-03-09T16:57:55.922Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-09T16:57:55.922Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-03-09T16:57:55.922Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-03-09T16:57:56.184Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-03-09T16:57:56.184Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-09T16:57:56.184Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-03-09T16:57:56.184Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-09T16:57:56.444Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-09T16:57:56.705Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-09T16:57:56.705Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-09T16:57:56.705Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-09T16:57:56.705Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-03-09T16:57:56.965Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-09T16:57:56.966Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.2_amd64.deb ... [2021-03-09T16:57:56.966Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) over (1.3.3+dfsg-2ubuntu1) ... [2021-03-09T16:57:56.966Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) ... [2021-03-09T16:57:57.233Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-09T16:57:57.233Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-03-09T16:57:57.233Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-03-09T16:57:57.496Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-03-09T16:57:57.758Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-09T16:57:57.758Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-09T16:57:57.758Z] Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-09T16:57:57.758Z] Setting up gpgv (2.2.4-1ubuntu1.4) ... [2021-03-09T16:57:58.021Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-09T16:57:58.021Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-03-09T16:57:58.021Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-03-09T16:57:58.282Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-03-09T16:57:58.282Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-09T16:57:58.282Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-03-09T16:57:58.282Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-03-09T16:57:58.548Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-03-09T16:57:58.548Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-09T16:57:58.548Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-03-09T16:57:58.548Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-03-09T16:57:58.818Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-03-09T16:57:58.818Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-09T16:57:58.818Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-03-09T16:57:58.818Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-03-09T16:57:59.085Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-03-09T16:57:59.085Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-09T16:57:59.085Z] Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... [2021-03-09T16:57:59.348Z] Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... [2021-03-09T16:57:59.348Z] Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... [2021-03-09T16:57:59.348Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-09T16:57:59.348Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... [2021-03-09T16:57:59.370Z] Removing intermediate container 134fd248d5f5 [2021-03-09T16:57:59.370Z] ---> 49ddcaa2bce1 [2021-03-09T16:57:59.370Z] [2021-03-09T16:57:59.370Z] Step 10/24 : FROM alpine:3.12 [2021-03-09T16:57:59.370Z] 3.12: Pulling from library/alpine [2021-03-09T16:57:59.609Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... [2021-03-09T16:57:59.609Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... [2021-03-09T16:57:59.609Z] (Reading database ... 13915 files and directories currently installed.) [2021-03-09T16:57:59.609Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-03-09T16:57:59.609Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-03-09T16:57:59.872Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-03-09T16:57:59.872Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-03-09T16:58:00.135Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.8_amd64.deb ... [2021-03-09T16:58:00.135Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.8) over (1.1.0g-2ubuntu4) ... [2021-03-09T16:58:00.465Z] Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... [2021-03-09T16:58:00.465Z] Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... [2021-03-09T16:58:00.727Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-03-09T16:58:00.727Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-03-09T16:58:00.727Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-03-09T16:58:00.727Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-03-09T16:58:00.727Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-03-09T16:58:00.989Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-03-09T16:58:00.989Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-03-09T16:58:00.989Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-03-09T16:58:00.989Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-03-09T16:58:00.989Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-03-09T16:58:01.252Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-03-09T16:58:01.252Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-03-09T16:58:01.252Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-03-09T16:58:01.252Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-03-09T16:58:01.355Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-09T16:58:01.355Z] Status: Downloaded newer image for alpine:3.12 [2021-03-09T16:58:01.355Z] ---> d10569e2745f [2021-03-09T16:58:01.356Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-03-09T16:58:01.513Z] Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... [2021-03-09T16:58:01.513Z] Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... [2021-03-09T16:58:01.634Z] ---> Running in 3ed08b9b3232 [2021-03-09T16:58:02.478Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-03-09T16:58:02.478Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-03-09T16:58:02.478Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-03-09T16:58:02.478Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-03-09T16:58:02.741Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-09T16:58:02.741Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-09T16:58:03.002Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-09T16:58:03.002Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-09T16:58:03.264Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-09T16:58:03.264Z] Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-09T16:58:03.584Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-09T16:58:03.584Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-09T16:58:03.584Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-09T16:58:03.584Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-09T16:58:04.065Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-09T16:58:04.273Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-09T16:58:04.274Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-09T16:58:04.421Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-09T16:58:04.421Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-09T16:58:04.421Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-09T16:58:04.705Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-09T16:58:04.705Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-09T16:58:04.874Z] (1/5) Installing ca-certificates (20191127-r4) [2021-03-09T16:58:04.875Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-03-09T16:58:04.875Z] (3/5) Installing libcurl (7.69.1-r3) [2021-03-09T16:58:04.875Z] (4/5) Installing curl (7.69.1-r3) [2021-03-09T16:58:04.875Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-03-09T16:58:04.875Z] Executing busybox-1.31.1-r19.trigger [2021-03-09T16:58:05.158Z] Executing ca-certificates-20191127-r4.trigger [2021-03-09T16:58:05.158Z] Removing intermediate container 16f414050130 [2021-03-09T16:58:05.158Z] ---> fa937e186b41 [2021-03-09T16:58:05.158Z] [2021-03-09T16:58:05.158Z] Step 10/31 : FROM alpine:3.12 [2021-03-09T16:58:05.158Z] ---> d10569e2745f [2021-03-09T16:58:05.158Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-03-09T16:58:05.437Z] OK: 7 MiB in 19 packages [2021-03-09T16:58:05.437Z] ---> Running in 8a4b9de0ef73 [2021-03-09T16:58:05.774Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-09T16:58:05.774Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-09T16:58:06.052Z] Removing intermediate container 8a4b9de0ef73 [2021-03-09T16:58:06.052Z] ---> 8cd562027821 [2021-03-09T16:58:06.052Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-03-09T16:58:06.334Z] ---> Running in 09b01dae6790 [2021-03-09T16:58:06.356Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-09T16:58:06.356Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-09T16:58:07.297Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-09T16:58:07.297Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-09T16:58:07.297Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-09T16:58:07.557Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-09T16:58:08.336Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-09T16:58:08.499Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-09T16:58:08.499Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-09T16:58:08.499Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-03-09T16:58:08.499Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-03-09T16:58:08.499Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-03-09T16:58:08.499Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-03-09T16:58:08.611Z] Removing intermediate container 3ed08b9b3232 [2021-03-09T16:58:08.611Z] ---> 5fb9ec72f116 [2021-03-09T16:58:08.612Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-09T16:58:08.612Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-09T16:58:08.761Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-03-09T16:58:08.761Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-03-09T16:58:08.887Z] ---> Running in a7fbc42488e5 [2021-03-09T16:58:09.022Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-03-09T16:58:09.022Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-03-09T16:58:09.022Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-03-09T16:58:09.167Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-03-09T16:58:09.167Z] (2/2) Installing su-exec (0.2-r1) [2021-03-09T16:58:09.167Z] Executing busybox-1.31.1-r19.trigger [2021-03-09T16:58:09.287Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-03-09T16:58:09.287Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-03-09T16:58:09.287Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-03-09T16:58:09.483Z] OK: 5 MiB in 16 packages [2021-03-09T16:58:09.763Z] Removing intermediate container a7fbc42488e5 [2021-03-09T16:58:09.763Z] ---> 65ff7c7b10e7 [2021-03-09T16:58:09.763Z] Step 13/24 : WORKDIR / [2021-03-09T16:58:09.763Z] ---> Running in c03d8888cc77 [2021-03-09T16:58:09.866Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-03-09T16:58:09.866Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-03-09T16:58:09.866Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-09T16:58:10.131Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-03-09T16:58:10.131Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-09T16:58:10.131Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-09T16:58:10.131Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-09T16:58:10.131Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-03-09T16:58:10.131Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-03-09T16:58:10.131Z] Setting up tzdata (2021a-0ubuntu0.18.04) ... [2021-03-09T16:58:10.398Z] [2021-03-09T16:58:10.398Z] Current default time zone: 'Etc/UTC' [2021-03-09T16:58:10.398Z] Local time is now: Tue Mar 9 16:58:10 UTC 2021. [2021-03-09T16:58:10.398Z] Universal Time is now: Tue Mar 9 16:58:10 UTC 2021. [2021-03-09T16:58:10.398Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-03-09T16:58:10.398Z] [2021-03-09T16:58:10.398Z] Setting up systemd-sysv (237-3ubuntu10.44) ... [2021-03-09T16:58:10.398Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-09T16:58:10.398Z] Setting up linux-libc-dev:amd64 (4.15.0-136.140) ... [2021-03-09T16:58:10.398Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-03-09T16:58:10.686Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-03-09T16:58:10.686Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-03-09T16:58:10.686Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-03-09T16:58:10.686Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-03-09T16:58:10.686Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-03-09T16:58:10.686Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-03-09T16:58:10.686Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-09T16:58:10.686Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-03-09T16:58:10.957Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-09T16:58:10.957Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-03-09T16:58:10.957Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-09T16:58:10.957Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-03-09T16:58:11.227Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-03-09T16:58:11.227Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-03-09T16:58:11.227Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.8) ... [2021-03-09T16:58:11.227Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-03-09T16:58:11.227Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-03-09T16:58:11.227Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-03-09T16:58:11.227Z] Setting up ca-certificates (20210119~18.04.1) ... [2021-03-09T16:58:11.239Z] Removing intermediate container c03d8888cc77 [2021-03-09T16:58:11.239Z] ---> 028748679f60 [2021-03-09T16:58:11.239Z] 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-03-09T16:58:12.248Z] Removing intermediate container 09b01dae6790 [2021-03-09T16:58:12.248Z] ---> 8972573bbfe1 [2021-03-09T16:58:12.248Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-03-09T16:58:12.869Z] ---> 2c63eadf2046 [2021-03-09T16:58:12.869Z] 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-03-09T16:58:12.869Z] ---> Running in 7079e30af045 [2021-03-09T16:58:13.186Z] Updating certificates in /etc/ssl/certs... [2021-03-09T16:58:14.130Z] 23 added, 27 removed; done. [2021-03-09T16:58:14.130Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-03-09T16:58:14.130Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-09T16:58:14.130Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-03-09T16:58:14.130Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-03-09T16:58:14.130Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-03-09T16:58:14.130Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-09T16:58:14.329Z] Removing intermediate container 7079e30af045 [2021-03-09T16:58:14.329Z] ---> dadda571a65d [2021-03-09T16:58:14.329Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-03-09T16:58:14.395Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-03-09T16:58:14.395Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-09T16:58:14.395Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-09T16:58:14.395Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-09T16:58:14.395Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-03-09T16:58:14.395Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-09T16:58:14.395Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-03-09T16:58:14.395Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... [2021-03-09T16:58:14.395Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-03-09T16:58:14.395Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-03-09T16:58:14.395Z] Setting up binutils (2.30-21ubuntu1~18.04.5) ... [2021-03-09T16:58:14.659Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-03-09T16:58:14.659Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-03-09T16:58:14.659Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-03-09T16:58:14.659Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-03-09T16:58:14.659Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-03-09T16:58:14.659Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-03-09T16:58:14.659Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-03-09T16:58:14.920Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-03-09T16:58:14.920Z] Processing triggers for ca-certificates (20210119~18.04.1) ... [2021-03-09T16:58:14.920Z] Updating certificates in /etc/ssl/certs... [2021-03-09T16:58:14.929Z] ---> Running in 577b37042263 [2021-03-09T16:58:15.492Z] 0 added, 0 removed; done. [2021-03-09T16:58:15.493Z] Running hooks in /etc/ca-certificates/update.d... [2021-03-09T16:58:15.493Z] done. [2021-03-09T16:58:15.529Z] ---> 92e778297cb9 [2021-03-09T16:58:15.529Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-03-09T16:58:15.754Z] Reading package lists... [2021-03-09T16:58:15.812Z] Removing intermediate container b5a5c3b45064 [2021-03-09T16:58:15.812Z] ---> 6aafb8bc5cf7 [2021-03-09T16:58:15.812Z] [2021-03-09T16:58:15.812Z] Step 10/23 : FROM alpine:3.12 [2021-03-09T16:58:15.812Z] ---> d10569e2745f [2021-03-09T16:58:15.812Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-09T16:58:16.014Z] Building dependency tree... [2021-03-09T16:58:16.015Z] Reading state information... [2021-03-09T16:58:16.086Z] Removing intermediate container 577b37042263 [2021-03-09T16:58:16.086Z] ---> 2a9a054e1625 [2021-03-09T16:58:16.086Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-03-09T16:58:16.275Z] The following NEW packages will be installed: [2021-03-09T16:58:16.275Z] apt-transport-https [2021-03-09T16:58:16.275Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-03-09T16:58:16.275Z] Need to get 1696 B of archives. [2021-03-09T16:58:16.275Z] After this operation, 153 kB of additional disk space will be used. [2021-03-09T16:58:16.275Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] [2021-03-09T16:58:16.275Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-09T16:58:16.275Z] Fetched 1696 B in 0s (39.5 kB/s) [2021-03-09T16:58:16.275Z] Selecting previously unselected package apt-transport-https. [2021-03-09T16:58:16.535Z] (Reading database ... 13920 files and directories currently installed.) [2021-03-09T16:58:16.535Z] Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... [2021-03-09T16:58:16.535Z] Unpacking apt-transport-https (1.6.12ubuntu0.2) ... [2021-03-09T16:58:16.535Z] Setting up apt-transport-https (1.6.12ubuntu0.2) ... [2021-03-09T16:58:16.680Z] ---> Running in 75fdd13b04a9 [2021-03-09T16:58:16.680Z] ---> f668168e6342 [2021-03-09T16:58:16.680Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-03-09T16:58:16.680Z] ---> Running in 905d1cba2c98 [2021-03-09T16:58:16.797Z] Waiting for network to be ready... [2021-03-09T16:58:17.293Z] Removing intermediate container f4378bde8899 [2021-03-09T16:58:17.293Z] ---> 85ac32678ef5 [2021-03-09T16:58:17.293Z] [2021-03-09T16:58:17.293Z] Step 10/22 : FROM alpine:3.12 [2021-03-09T16:58:17.293Z] ---> d10569e2745f [2021-03-09T16:58:17.293Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-03-09T16:58:18.273Z] ---> Running in 01f768936b0b [2021-03-09T16:58:18.547Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-09T16:58:18.834Z] ---> d9d56ff156eb [2021-03-09T16:58:18.834Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-03-09T16:58:18.834Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-09T16:58:19.819Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-09T16:58:19.819Z] Executing busybox-1.31.1-r19.trigger [2021-03-09T16:58:19.819Z] OK: 5 MiB in 15 packages [2021-03-09T16:58:20.098Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-09T16:58:20.098Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-09T16:58:20.709Z] (1/2) Installing ca-certificates (20191127-r4) [2021-03-09T16:58:20.709Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-03-09T16:58:20.709Z] Executing busybox-1.31.1-r19.trigger [2021-03-09T16:58:20.709Z] Executing ca-certificates-20191127-r4.trigger [2021-03-09T16:58:20.988Z] OK: 6 MiB in 16 packages [2021-03-09T16:58:21.594Z] ---> 1b7da19c31c4 [2021-03-09T16:58:21.594Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-03-09T16:58:21.594Z] Removing intermediate container 905d1cba2c98 [2021-03-09T16:58:21.594Z] ---> 7654c619f6e2 [2021-03-09T16:58:21.595Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-03-09T16:58:22.197Z] Removing intermediate container 75fdd13b04a9 [2021-03-09T16:58:22.197Z] ---> 88ecf5a3e414 [2021-03-09T16:58:22.197Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-09T16:58:22.474Z] ---> Running in 24774dbed900 [2021-03-09T16:58:22.748Z] ---> d71b9abc316d [2021-03-09T16:58:22.748Z] 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-03-09T16:58:22.748Z] ---> Running in 46910fc49b3e [2021-03-09T16:58:23.023Z] ---> Running in 43a52f3e5edf [2021-03-09T16:58:23.309Z] Removing intermediate container f07d93f20ecb [2021-03-09T16:58:23.309Z] ---> 87d6b17d65d0 [2021-03-09T16:58:23.309Z] [2021-03-09T16:58:23.309Z] Step 10/23 : FROM alpine:3.12 [2021-03-09T16:58:23.309Z] Removing intermediate container 01f768936b0b [2021-03-09T16:58:23.309Z] ---> 97d3b2c13bb0 [2021-03-09T16:58:23.309Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-09T16:58:23.309Z] ---> d10569e2745f [2021-03-09T16:58:23.309Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-09T16:58:23.309Z] ---> Using cache [2021-03-09T16:58:23.309Z] ---> 88ecf5a3e414 [2021-03-09T16:58:23.309Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-09T16:58:23.309Z] Removing intermediate container 46910fc49b3e [2021-03-09T16:58:23.309Z] ---> 3ac9b41f833e [2021-03-09T16:58:23.309Z] Step 13/23 : ENV APP_PORT=48082 [2021-03-09T16:58:23.407Z] 2021-03-09T16:58:20Z INFO Waiting for automatic snapd restart... [2021-03-09T16:58:23.408Z] snapd 2.49 from Canonical* installed [2021-03-09T16:58:23.585Z] Removing intermediate container 24774dbed900 [2021-03-09T16:58:23.585Z] ---> d66d10747ad4 [2021-03-09T16:58:23.585Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-03-09T16:58:23.585Z] ---> Running in 5617d43451a3 [2021-03-09T16:58:23.585Z] ---> Running in 648afa91679d [2021-03-09T16:58:23.858Z] ---> Running in 42ab2abf075d [2021-03-09T16:58:23.978Z] "snapd" switched to the "latest/stable" channel [2021-03-09T16:58:23.979Z] [2021-03-09T16:58:24.135Z] Removing intermediate container 648afa91679d [2021-03-09T16:58:24.135Z] ---> 4e829f7c48f2 [2021-03-09T16:58:24.135Z] Step 13/22 : ENV APP_PORT=48060 [2021-03-09T16:58:24.426Z] Removing intermediate container 5617d43451a3 [2021-03-09T16:58:24.426Z] ---> 2655b0fd3713 [2021-03-09T16:58:24.426Z] Step 13/23 : ENV APP_PORT=48081 [2021-03-09T16:58:24.426Z] Removing intermediate container 42ab2abf075d [2021-03-09T16:58:24.426Z] ---> d2019532da55 [2021-03-09T16:58:24.426Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-09T16:58:24.426Z] ---> Running in 285efc1eb949 [2021-03-09T16:58:24.426Z] ---> Running in 73c642e065ab [2021-03-09T16:58:24.706Z] ---> Running in 6abb01f77a6c [2021-03-09T16:58:24.706Z] ---> ea901253653c [2021-03-09T16:58:24.706Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-03-09T16:58:24.988Z] ---> Running in e3a2beecfc5a [2021-03-09T16:58:25.270Z] Removing intermediate container 285efc1eb949 [2021-03-09T16:58:25.270Z] ---> 6b2b1d347d1f [2021-03-09T16:58:25.270Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-09T16:58:25.546Z] Removing intermediate container 6abb01f77a6c [2021-03-09T16:58:25.546Z] ---> 4bad4df0ed9d [2021-03-09T16:58:25.546Z] Step 15/23 : WORKDIR /Removing intermediate container 73c642e065ab [2021-03-09T16:58:25.546Z] ---> 0bcd83b1ed02 [2021-03-09T16:58:25.546Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-09T16:58:25.546Z] [2021-03-09T16:58:25.546Z] ---> Running in 4fb73bad09c3 [2021-03-09T16:58:25.546Z] ---> Running in e8e6e505ee04 [2021-03-09T16:58:25.546Z] ---> Running in b9a82bb2ba00 [2021-03-09T16:58:26.147Z] Removing intermediate container 4fb73bad09c3 [2021-03-09T16:58:26.147Z] ---> 67bf26df225e [2021-03-09T16:58:26.147Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-09T16:58:26.423Z] Removing intermediate container 43a52f3e5edf [2021-03-09T16:58:26.423Z] ---> 1484c5834735 [2021-03-09T16:58:26.423Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-03-09T16:58:26.423Z] Removing intermediate container e8e6e505ee04 [2021-03-09T16:58:26.423Z] ---> 0101cb690d01 [2021-03-09T16:58:26.423Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-09T16:58:26.536Z] core18 20210128 from Canonical* installed [2021-03-09T16:58:26.698Z] ---> Running in 8432415d256a [2021-03-09T16:58:26.698Z] Removing intermediate container b9a82bb2ba00 [2021-03-09T16:58:26.698Z] ---> a21191f38ef6 [2021-03-09T16:58:26.698Z] Step 15/23 : WORKDIR / [2021-03-09T16:58:26.805Z] "core18" switched to the "latest/stable" channel [2021-03-09T16:58:26.805Z] [2021-03-09T16:58:26.980Z] ---> Running in b273dfcff178 [2021-03-09T16:58:27.254Z] ---> e0b15af36bcb [2021-03-09T16:58:27.254Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-03-09T16:58:27.529Z] Removing intermediate container 8432415d256a [2021-03-09T16:58:27.529Z] ---> e98da0c98ebb [2021-03-09T16:58:27.529Z] Step 22/24 : LABEL arch=arm64 [2021-03-09T16:58:27.816Z] Removing intermediate container b273dfcff178 [2021-03-09T16:58:27.816Z] ---> 049d361889ec [2021-03-09T16:58:27.816Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-09T16:58:27.816Z] ---> Running in c922271395cf [2021-03-09T16:58:27.816Z] ---> 39bf803bffe7 [2021-03-09T16:58:27.816Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-03-09T16:58:28.093Z] Removing intermediate container e3a2beecfc5a [2021-03-09T16:58:28.093Z] ---> 46c2940fc4ae [2021-03-09T16:58:28.093Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-09T16:58:28.694Z] Removing intermediate container c922271395cf [2021-03-09T16:58:28.694Z] ---> a9f962cd5db5 [2021-03-09T16:58:28.694Z] Step 23/24 : LABEL git_sha=70985b36a4c4f7a9ce085f1c274b64dae150ac78 [2021-03-09T16:58:29.302Z] ---> Running in 9d2f633cb0fe [2021-03-09T16:58:29.588Z] ---> dc6f2a381697 [2021-03-09T16:58:29.588Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-03-09T16:58:29.588Z] ---> 92131ac8e0e1 [2021-03-09T16:58:29.588Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-03-09T16:58:29.588Z] ---> 624004de4f19 [2021-03-09T16:58:29.588Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-03-09T16:58:29.588Z] Removing intermediate container 9d2f633cb0fe [2021-03-09T16:58:29.588Z] ---> 98d22cf774d1 [2021-03-09T16:58:29.588Z] Step 24/24 : LABEL version=0.0.0 [2021-03-09T16:58:29.879Z] ---> 8eaeb253418c [2021-03-09T16:58:29.879Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-03-09T16:58:30.125Z] snapcraft 4.5.4 from Canonical* installed [2021-03-09T16:58:30.163Z] ---> Running in f14b31e20971 [2021-03-09T16:58:30.714Z] "snapcraft" switched to the "latest/stable" channel [2021-03-09T16:58:30.714Z] [2021-03-09T16:58:30.785Z] ---> 7da3b33c10cd [2021-03-09T16:58:30.785Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-03-09T16:58:31.396Z] Removing intermediate container f14b31e20971 [2021-03-09T16:58:31.396Z] ---> 055a1c140d08 [2021-03-09T16:58:31.396Z] [2021-03-09T16:58:31.396Z] ---> Running in 515f7911b2d7 [2021-03-09T16:58:31.396Z] ---> 28e2a79bb4cf [2021-03-09T16:58:31.396Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-03-09T16:58:31.396Z] ---> 921c24150c73 [2021-03-09T16:58:31.396Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-03-09T16:58:31.396Z] ---> 62b655acc179 [2021-03-09T16:58:31.396Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-03-09T16:58:31.680Z] ---> Running in bd8e2f7d1a39 [2021-03-09T16:58:31.970Z] Successfully built 055a1c140d08 [2021-03-09T16:58:31.970Z] Removing intermediate container 515f7911b2d7 [2021-03-09T16:58:31.970Z] ---> 7cb91f6f9250 [2021-03-09T16:58:31.970Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-09T16:58:31.970Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-03-09T16:58:31.970Z]  Building docker-security-secretstore-setup-go ... done Building docker-support-scheduler-go [2021-03-09T16:58:32.587Z] ---> Running in 4e26ceb4a97b [2021-03-09T16:58:32.587Z] Removing intermediate container bd8e2f7d1a39 [2021-03-09T16:58:32.587Z] ---> 41f59b37d4ce [2021-03-09T16:58:32.587Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-09T16:58:32.587Z] ---> Running in 0ad28cc192b1 [2021-03-09T16:58:32.587Z] ---> b7d6eb07665b [2021-03-09T16:58:32.587Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-03-09T16:58:32.587Z] ---> d462c31e3951 [2021-03-09T16:58:32.587Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-03-09T16:58:32.870Z] ---> Running in 4719462e0bb6 [2021-03-09T16:58:33.161Z] Removing intermediate container 4e26ceb4a97b [2021-03-09T16:58:33.161Z] ---> 57048731c516 [2021-03-09T16:58:33.161Z] Step 20/22 : LABEL arch=arm64 [2021-03-09T16:58:33.438Z] ---> Running in 85e66150314b [2021-03-09T16:58:33.438Z] Removing intermediate container 0ad28cc192b1 [2021-03-09T16:58:33.438Z] ---> 6f2eb9a8d7b7 [2021-03-09T16:58:33.438Z] Step 21/23 : LABEL arch=arm64 [2021-03-09T16:58:34.038Z] Removing intermediate container 4719462e0bb6 [2021-03-09T16:58:34.038Z] ---> 2ad585977d4e [2021-03-09T16:58:34.038Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-09T16:58:34.055Z] 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-03-09T16:58:34.055Z] - README.md [2021-03-09T16:58:34.055Z] - snapcraft.yaml.orig [2021-03-09T16:58:34.055Z] [2021-03-09T16:58:34.055Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-03-09T16:58:34.641Z] ---> Running in 58b3c88b8c43 [2021-03-09T16:58:34.642Z] ---> c5307164cc50 [2021-03-09T16:58:34.642Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-03-09T16:58:34.916Z] ---> Running in 553de3348683 [2021-03-09T16:58:34.916Z] Removing intermediate container 85e66150314b [2021-03-09T16:58:34.916Z] ---> 9710c3931c07 [2021-03-09T16:58:34.916Z] Step 21/22 : LABEL git_sha=70985b36a4c4f7a9ce085f1c274b64dae150ac78 [2021-03-09T16:58:35.913Z] ---> Running in b8272f0431ea [2021-03-09T16:58:35.913Z] Removing intermediate container 58b3c88b8c43 [2021-03-09T16:58:35.913Z] ---> 546130875c8a [2021-03-09T16:58:35.913Z] Step 22/23 : LABEL git_sha=70985b36a4c4f7a9ce085f1c274b64dae150ac78 [2021-03-09T16:58:35.913Z] Removing intermediate container 553de3348683 [2021-03-09T16:58:35.913Z] ---> fc5c954253bd [2021-03-09T16:58:35.913Z] Step 21/23 : LABEL arch=arm64 [2021-03-09T16:58:36.189Z] ---> 4d785fcd2233 [2021-03-09T16:58:36.189Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-03-09T16:58:36.189Z] ---> Running in ad9bc9aa09c5 [2021-03-09T16:58:36.466Z] ---> Running in 0ea0d326a83a [2021-03-09T16:58:37.073Z] ---> Running in a79eefc9333f [2021-03-09T16:58:37.073Z] Removing intermediate container b8272f0431ea [2021-03-09T16:58:37.073Z] ---> 4e977995b016 [2021-03-09T16:58:37.073Z] Step 22/22 : LABEL version=0.0.0 [2021-03-09T16:58:37.354Z] Removing intermediate container 0ea0d326a83a [2021-03-09T16:58:37.354Z] ---> 62e5f51f6678 [2021-03-09T16:58:37.354Z] Step 22/23 : LABEL git_sha=70985b36a4c4f7a9ce085f1c274b64dae150ac78 [2021-03-09T16:58:37.355Z] Removing intermediate container ad9bc9aa09c5 [2021-03-09T16:58:37.355Z] ---> caafb958d191 [2021-03-09T16:58:37.355Z] Step 23/23 : LABEL version=0.0.0 [2021-03-09T16:58:37.656Z] ---> Running in 9d504da483ee [2021-03-09T16:58:37.939Z] ---> Running in 29d11891ceae [2021-03-09T16:58:38.218Z] Removing intermediate container a79eefc9333f [2021-03-09T16:58:38.218Z] ---> 17dfe3066f56 [2021-03-09T16:58:38.218Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-03-09T16:58:38.218Z] ---> Running in a9c003f59ea2 [2021-03-09T16:58:38.218Z] Removing intermediate container 9d504da483ee [2021-03-09T16:58:38.218Z] ---> 583f80f4d940 [2021-03-09T16:58:38.218Z] [2021-03-09T16:58:38.843Z] Removing intermediate container 29d11891ceae [2021-03-09T16:58:38.843Z] ---> 1b775f2b6c32 [2021-03-09T16:58:38.843Z] Step 23/23 : LABEL version=0.0.0 [2021-03-09T16:58:38.843Z] Removing intermediate container a9c003f59ea2 [2021-03-09T16:58:38.843Z] ---> 761ecdd53965 [2021-03-09T16:58:38.843Z] [2021-03-09T16:58:38.843Z] Successfully built 583f80f4d940 [2021-03-09T16:58:39.133Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-03-09T16:58:39.133Z] ---> Running in 707ff7828055 [2021-03-09T16:58:39.134Z] Building docker-security-proxy-setup-go [2021-03-09T16:58:39.408Z]  Building docker-support-notifications-go ... done  ---> 071937a88f44 [2021-03-09T16:58:39.408Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-03-09T16:58:39.408Z] Successfully built 761ecdd53965 [2021-03-09T16:58:39.408Z] Successfully tagged docker-core-command-go-arm64:latest [2021-03-09T16:58:39.408Z]  Building docker-core-command-go ... done Building docker-core-data-go [2021-03-09T16:58:39.697Z] Removing intermediate container 707ff7828055 [2021-03-09T16:58:39.697Z] ---> de36f57ee49e [2021-03-09T16:58:39.697Z] [2021-03-09T16:58:39.697Z] ---> Running in 0545a5b47e93 [2021-03-09T16:58:40.304Z] Successfully built de36f57ee49e [2021-03-09T16:58:40.304Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-03-09T16:58:40.304Z] Building docker-sys-mgmt-agent-go [2021-03-09T16:58:40.663Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-09T16:58:40.663Z] Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-03-09T16:58:40.663Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-03-09T16:58:40.923Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-03-09T16:58:41.182Z] Fetched 88.7 kB in 1s (151 kB/s) [2021-03-09T16:58:42.123Z] Reading package lists... [2021-03-09T16:58:42.278Z]  Building docker-core-metadata-go ... done Removing intermediate container 0545a5b47e93 [2021-03-09T16:58:42.278Z] ---> 10ad5baf1016 [2021-03-09T16:58:42.278Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-03-09T16:58:42.278Z] ---> Running in fa0802c5178d [2021-03-09T16:58:42.387Z] Installing build dependencies: git=1:2.17.1-1ubuntu0.7 git-man=1:2.17.1-1ubuntu0.7 libcurl3-gnutls=7.58.0-2ubuntu3.12 liberror-perl=0.17025-1 libglib2.0-0=2.56.4-0ubuntu0.18.04.7 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-03-09T16:58:42.870Z] Removing intermediate container fa0802c5178d [2021-03-09T16:58:42.870Z] ---> 41a8fc8df26f [2021-03-09T16:58:42.870Z] Step 28/31 : CMD ["gate"] [2021-03-09T16:58:43.146Z] ---> Running in f5a585a49c54 [2021-03-09T16:58:44.129Z] Removing intermediate container f5a585a49c54 [2021-03-09T16:58:44.129Z] ---> 04042067776c [2021-03-09T16:58:44.129Z] Step 29/31 : LABEL arch=arm64 [2021-03-09T16:58:45.569Z] ---> Running in c26ef92078f8 [2021-03-09T16:58:46.550Z] Removing intermediate container c26ef92078f8 [2021-03-09T16:58:46.550Z] ---> be64e6c72a85 [2021-03-09T16:58:46.550Z] Step 30/31 : LABEL git_sha=70985b36a4c4f7a9ce085f1c274b64dae150ac78 [2021-03-09T16:58:47.991Z] ---> Running in ace7154fcfc5 [2021-03-09T16:58:48.972Z] Removing intermediate container ace7154fcfc5 [2021-03-09T16:58:48.972Z] ---> 5fdbaa5252fe [2021-03-09T16:58:48.972Z] Step 31/31 : LABEL version=0.0.0 [2021-03-09T16:58:48.990Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-09T16:58:48.990Z] Reading package lists... [2021-03-09T16:58:48.990Z] Building dependency tree... [2021-03-09T16:58:48.990Z] Reading state information... [2021-03-09T16:58:48.990Z] Suggested packages: [2021-03-09T16:58:48.990Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-03-09T16:58:48.990Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-03-09T16:58:48.990Z] Recommended packages: [2021-03-09T16:58:48.990Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-03-09T16:58:48.990Z] The following NEW packages will be installed: [2021-03-09T16:58:48.990Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-03-09T16:58:48.990Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-03-09T16:58:48.990Z] pkg-config zip [2021-03-09T16:58:48.990Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-03-09T16:58:48.990Z] Need to get 7656 kB of archives. [2021-03-09T16:58:48.990Z] After this operation, 43.7 MB of additional disk space will be used. [2021-03-09T16:58:48.990Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.7 [1172 kB] [2021-03-09T16:58:48.990Z] Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-03-09T16:58:49.254Z] Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-03-09T16:58:49.254Z] Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-03-09T16:58:49.254Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-03-09T16:58:49.515Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-03-09T16:58:49.515Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-03-09T16:58:49.515Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-03-09T16:58:49.515Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-03-09T16:58:49.515Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-03-09T16:58:49.777Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] [2021-03-09T16:58:49.777Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] [2021-03-09T16:58:49.777Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] [2021-03-09T16:58:49.777Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-03-09T16:58:49.956Z] ---> Running in 9337466da515 [2021-03-09T16:58:50.037Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-03-09T16:58:50.037Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-09T16:58:50.037Z] Fetched 7656 kB in 1s (7107 kB/s) [2021-03-09T16:58:50.037Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-03-09T16:58:50.037Z] (Reading database ... 13924 files and directories currently installed.) [2021-03-09T16:58:50.037Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.7_amd64.deb ... [2021-03-09T16:58:50.037Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.7) ... [2021-03-09T16:58:50.304Z] Selecting previously unselected package libpsl5:amd64. [2021-03-09T16:58:50.304Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-03-09T16:58:50.304Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-03-09T16:58:50.574Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-03-09T16:58:50.574Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-03-09T16:58:50.574Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-03-09T16:58:50.574Z] Selecting previously unselected package librtmp1:amd64. [2021-03-09T16:58:50.574Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-03-09T16:58:50.574Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-03-09T16:58:50.574Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-03-09T16:58:50.574Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... [2021-03-09T16:58:50.574Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-03-09T16:58:50.836Z] Selecting previously unselected package liberror-perl. [2021-03-09T16:58:50.836Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-03-09T16:58:50.836Z] Unpacking liberror-perl (0.17025-1) ... [2021-03-09T16:58:50.836Z] Selecting previously unselected package git-man. [2021-03-09T16:58:50.836Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2021-03-09T16:58:50.836Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2021-03-09T16:58:50.940Z] Removing intermediate container 9337466da515 [2021-03-09T16:58:50.940Z] ---> dd1d17cee57b [2021-03-09T16:58:50.940Z] [2021-03-09T16:58:51.096Z] Selecting previously unselected package git. [2021-03-09T16:58:51.096Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... [2021-03-09T16:58:51.096Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2021-03-09T16:58:51.213Z] Successfully built dd1d17cee57b [2021-03-09T16:58:51.213Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-03-09T16:58:52.043Z] Selecting previously unselected package libnorm1:amd64. [2021-03-09T16:58:52.043Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-03-09T16:58:52.043Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-03-09T16:58:52.043Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-03-09T16:58:52.043Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-03-09T16:58:52.043Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-03-09T16:58:52.043Z] Selecting previously unselected package libsodium23:amd64. [2021-03-09T16:58:52.043Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-03-09T16:58:52.043Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-03-09T16:58:52.043Z] Selecting previously unselected package libzmq5:amd64. [2021-03-09T16:58:52.043Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-03-09T16:58:52.043Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-09T16:58:52.304Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-03-09T16:58:52.304Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-03-09T16:58:52.304Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-09T16:58:52.304Z] Selecting previously unselected package pkg-config. [2021-03-09T16:58:52.304Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-03-09T16:58:52.304Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-03-09T16:58:52.565Z] Selecting previously unselected package zip. [2021-03-09T16:58:52.565Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-03-09T16:58:52.565Z] Unpacking zip (3.0-11build1) ... [2021-03-09T16:58:52.565Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-03-09T16:58:52.565Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2021-03-09T16:58:52.565Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-03-09T16:58:52.565Z] Setting up liberror-perl (0.17025-1) ... [2021-03-09T16:58:52.565Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-03-09T16:58:52.833Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.7) ... [2021-03-09T16:58:52.833Z] No schema files found: doing nothing. [2021-03-09T16:58:52.833Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-03-09T16:58:52.833Z] Setting up zip (3.0-11build1) ... [2021-03-09T16:58:52.833Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-03-09T16:58:52.833Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-03-09T16:58:52.833Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-03-09T16:58:52.833Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-09T16:58:53.095Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-03-09T16:58:53.095Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-09T16:58:53.095Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2021-03-09T16:58:53.095Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-03-09T16:58:59.692Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-09T16:58:59.692Z] git set to automatically installed. [2021-03-09T16:58:59.692Z] git-man set to automatically installed. [2021-03-09T16:58:59.692Z] libcurl3-gnutls set to automatically installed. [2021-03-09T16:58:59.692Z] liberror-perl set to automatically installed. [2021-03-09T16:58:59.692Z] libglib2.0-0 set to automatically installed. [2021-03-09T16:58:59.692Z] libnghttp2-14 set to automatically installed. [2021-03-09T16:58:59.692Z] libnorm1 set to automatically installed. [2021-03-09T16:58:59.692Z] libpgm-5.2-0 set to automatically installed. [2021-03-09T16:58:59.692Z] libpsl5 set to automatically installed. [2021-03-09T16:58:59.692Z] librtmp1 set to automatically installed. [2021-03-09T16:58:59.692Z] libsodium23 set to automatically installed. [2021-03-09T16:58:59.692Z] libzmq3-dev set to automatically installed. [2021-03-09T16:58:59.692Z] libzmq5 set to automatically installed. [2021-03-09T16:58:59.692Z] pkg-config set to automatically installed. [2021-03-09T16:58:59.692Z] zip set to automatically installed. [2021-03-09T16:59:01.621Z] snapd is not logged in, snap install commands will use sudo [2021-03-09T16:59:08.236Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-09T16:59:08.236Z] snap "core18" has no updates available [2021-03-09T16:59:08.497Z] Pulling config-common [2021-03-09T16:59:08.497Z] + snapcraftctl pull [2021-03-09T16:59:09.446Z] Pulling go-build-helper [2021-03-09T16:59:09.446Z] + snapcraftctl pull [2021-03-09T16:59:23.587Z]  Building docker-security-bootstrapper-go ... done Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-09T16:59:23.587Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-09T16:59:23.587Z] ---> 38b5fd697b4c [2021-03-09T16:59:23.587Z] Step 3/22 : WORKDIR /edgex-go [2021-03-09T16:59:23.587Z] ---> Using cache [2021-03-09T16:59:23.587Z] ---> 3b5062e228aa [2021-03-09T16:59:23.587Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-09T16:59:23.587Z] ---> Using cache [2021-03-09T16:59:23.587Z] ---> fdc763319d63 [2021-03-09T16:59:23.587Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-03-09T16:59:23.587Z] ---> Using cache [2021-03-09T16:59:23.587Z] ---> 4982b9694476 [2021-03-09T16:59:23.587Z] Step 6/22 : COPY go.mod . [2021-03-09T16:59:23.587Z] ---> Using cache [2021-03-09T16:59:23.587Z] ---> f766e5859e71 [2021-03-09T16:59:23.587Z] Step 7/22 : RUN go mod download [2021-03-09T16:59:23.587Z] ---> Using cache [2021-03-09T16:59:23.587Z] ---> e604910fac84 [2021-03-09T16:59:23.587Z] Step 8/22 : COPY . . [2021-03-09T16:59:23.587Z] ---> Using cache [2021-03-09T16:59:23.587Z] ---> bb592ac73be1 [2021-03-09T16:59:23.587Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-03-09T16:59:26.992Z] ---> Running in db0320c09c5b [2021-03-09T16:59:28.440Z] 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-03-09T16:59:30.432Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-09T16:59:30.432Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-03-09T16:59:30.432Z] ---> 38b5fd697b4c [2021-03-09T16:59:30.432Z] Step 3/21 : WORKDIR /edgex-go [2021-03-09T16:59:30.432Z] ---> Using cache [2021-03-09T16:59:30.432Z] ---> 3b5062e228aa [2021-03-09T16:59:30.432Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-09T16:59:30.432Z] ---> Using cache [2021-03-09T16:59:30.432Z] ---> fdc763319d63 [2021-03-09T16:59:30.432Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-03-09T16:59:30.432Z] ---> Using cache [2021-03-09T16:59:30.432Z] ---> 4982b9694476 [2021-03-09T16:59:30.432Z] Step 6/21 : COPY go.mod . [2021-03-09T16:59:30.432Z] ---> Using cache [2021-03-09T16:59:30.432Z] ---> f766e5859e71 [2021-03-09T16:59:30.432Z] Step 7/21 : RUN go mod download [2021-03-09T16:59:30.432Z] ---> Using cache [2021-03-09T16:59:30.432Z] ---> e604910fac84 [2021-03-09T16:59:30.432Z] Step 8/21 : COPY . . [2021-03-09T16:59:30.432Z] ---> Using cache [2021-03-09T16:59:30.432Z] ---> bb592ac73be1 [2021-03-09T16:59:30.432Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-03-09T16:59:31.041Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-09T16:59:31.041Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-09T16:59:31.041Z] ---> 38b5fd697b4c [2021-03-09T16:59:31.041Z] Step 3/23 : WORKDIR /edgex-go [2021-03-09T16:59:31.041Z] ---> Using cache [2021-03-09T16:59:31.041Z] ---> 3b5062e228aa [2021-03-09T16:59:31.041Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-09T16:59:31.041Z] ---> Using cache [2021-03-09T16:59:31.041Z] ---> fdc763319d63 [2021-03-09T16:59:31.041Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-03-09T16:59:31.041Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-09T16:59:31.041Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-03-09T16:59:31.041Z] ---> 38b5fd697b4c [2021-03-09T16:59:31.041Z] Step 3/26 : WORKDIR /edgex-go [2021-03-09T16:59:31.041Z] ---> Using cache [2021-03-09T16:59:31.041Z] ---> 3b5062e228aa [2021-03-09T16:59:31.042Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-09T16:59:31.042Z] ---> Using cache [2021-03-09T16:59:31.042Z] ---> fdc763319d63 [2021-03-09T16:59:31.042Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-03-09T16:59:31.489Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-03-09T16:59:31.489Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-03-09T16:59:31.489Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-03-09T16:59:31.489Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1573 kB] [2021-03-09T16:59:31.489Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-03-09T16:59:31.489Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-03-09T16:59:31.489Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-03-09T16:59:31.489Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-03-09T16:59:31.489Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-03-09T16:59:31.489Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-03-09T16:59:31.489Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-03-09T16:59:31.489Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [302 kB] [2021-03-09T16:59:31.489Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] [2021-03-09T16:59:31.489Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-03-09T16:59:31.489Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [245 kB] [2021-03-09T16:59:31.489Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [31.7 kB] [2021-03-09T16:59:31.489Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1113 kB] [2021-03-09T16:59:31.489Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [249 kB] [2021-03-09T16:59:31.489Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-03-09T16:59:31.489Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1913 kB] [2021-03-09T16:59:31.489Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [394 kB] [2021-03-09T16:59:31.489Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] [2021-03-09T16:59:31.489Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-03-09T16:59:31.489Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [266 kB] [2021-03-09T16:59:31.489Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [35.3 kB] [2021-03-09T16:59:31.489Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1719 kB] [2021-03-09T16:59:31.489Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [363 kB] [2021-03-09T16:59:31.489Z] Fetched 24.0 MB in 0s (0 B/s) [2021-03-09T16:59:31.489Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-03-09T16:59:31.489Z] Fetched 96.5 kB in 0s (0 B/s) [2021-03-09T16:59:31.489Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-03-09T16:59:31.489Z] Fetched 279 kB in 0s (0 B/s) [2021-03-09T16:59:31.489Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-03-09T16:59:31.489Z] Fetched 122 kB in 0s (0 B/s) [2021-03-09T16:59:31.489Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-03-09T16:59:31.489Z] Fetched 77.8 kB in 0s (0 B/s) [2021-03-09T16:59:31.489Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-03-09T16:59:31.489Z] Fetched 8848 B in 0s (0 B/s) [2021-03-09T16:59:31.489Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-03-09T16:59:31.489Z] Fetched 47.8 kB in 0s (0 B/s) [2021-03-09T16:59:31.489Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-03-09T16:59:31.489Z] Fetched 45.6 kB in 0s (0 B/s) [2021-03-09T16:59:31.489Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-03-09T16:59:31.490Z] Fetched 15.0 kB in 0s (0 B/s) [2021-03-09T16:59:31.490Z] Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] [2021-03-09T16:59:31.490Z] Fetched 214 kB in 0s (0 B/s) [2021-03-09T16:59:31.490Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] [2021-03-09T16:59:31.490Z] Fetched 154 kB in 0s (0 B/s) [2021-03-09T16:59:31.490Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-03-09T16:59:31.490Z] Fetched 50.6 kB in 0s (0 B/s) [2021-03-09T16:59:31.490Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-03-09T16:59:31.490Z] Fetched 14.8 kB in 0s (0 B/s) [2021-03-09T16:59:31.490Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-03-09T16:59:31.490Z] Fetched 41.8 kB in 0s (0 B/s) [2021-03-09T16:59:31.490Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-03-09T16:59:31.490Z] Fetched 499 kB in 0s (0 B/s) [2021-03-09T16:59:31.490Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-03-09T16:59:31.490Z] Fetched 111 kB in 0s (0 B/s) [2021-03-09T16:59:31.490Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-03-09T16:59:31.490Z] Fetched 240 kB in 0s (0 B/s) [2021-03-09T16:59:31.490Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-03-09T16:59:31.490Z] Fetched 29.3 kB in 0s (0 B/s) [2021-03-09T16:59:31.490Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-03-09T16:59:31.490Z] Fetched 85.5 kB in 0s (0 B/s) [2021-03-09T16:59:31.490Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-03-09T16:59:31.490Z] Fetched 24.5 kB in 0s (0 B/s) [2021-03-09T16:59:31.490Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-03-09T16:59:31.490Z] Fetched 49.2 kB in 0s (0 B/s) [2021-03-09T16:59:31.490Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-03-09T16:59:31.490Z] Fetched 54.2 kB in 0s (0 B/s) [2021-03-09T16:59:31.490Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-03-09T16:59:31.490Z] Fetched 30.8 kB in 0s (0 B/s) [2021-03-09T16:59:31.490Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] [2021-03-09T16:59:31.490Z] Fetched 15.8 kB in 0s (0 B/s) [2021-03-09T16:59:31.490Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-03-09T16:59:31.490Z] Fetched 85.9 kB in 0s (0 B/s) [2021-03-09T16:59:31.490Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-03-09T16:59:31.490Z] Fetched 8720 B in 0s (0 B/s) [2021-03-09T16:59:31.490Z] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] [2021-03-09T16:59:31.490Z] Fetched 137 kB in 0s (0 B/s) [2021-03-09T16:59:31.490Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-03-09T16:59:31.490Z] Fetched 119 kB in 0s (0 B/s) [2021-03-09T16:59:31.490Z] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] [2021-03-09T16:59:31.490Z] Fetched 109 kB in 0s (0 B/s) [2021-03-09T16:59:31.490Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-03-09T16:59:31.490Z] Fetched 11.1 kB in 0s (0 B/s) [2021-03-09T16:59:31.490Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-03-09T16:59:31.490Z] Fetched 645 kB in 0s (0 B/s) [2021-03-09T16:59:31.490Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-03-09T16:59:31.490Z] Fetched 41.3 kB in 0s (0 B/s) [2021-03-09T16:59:31.490Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-03-09T16:59:31.490Z] Fetched 17.9 kB in 0s (0 B/s) [2021-03-09T16:59:31.490Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-03-09T16:59:31.490Z] Fetched 368 kB in 0s (0 B/s) [2021-03-09T16:59:31.490Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-03-09T16:59:31.490Z] Fetched 187 kB in 0s (0 B/s) [2021-03-09T16:59:31.490Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-03-09T16:59:31.490Z] Fetched 175 kB in 0s (0 B/s) [2021-03-09T16:59:31.490Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-03-09T16:59:32.038Z] ---> Running in 38c266323e18 [2021-03-09T16:59:32.038Z] ---> Running in 86d2dfee2234 [2021-03-09T16:59:32.038Z] ---> Running in 143da698c7d4 [2021-03-09T16:59:35.367Z] Fetched 206 kB in 0s (0 B/s) [2021-03-09T16:59:35.367Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.8_amd64.deb [1301 kB] [2021-03-09T16:59:35.367Z] Fetched 1301 kB in 0s (0 B/s) [2021-03-09T16:59:35.367Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-03-09T16:59:35.367Z] Fetched 36.2 kB in 0s (0 B/s) [2021-03-09T16:59:35.367Z] Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] [2021-03-09T16:59:35.367Z] Fetched 159 kB in 0s (0 B/s) [2021-03-09T16:59:35.367Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-03-09T16:59:35.367Z] Fetched 107 kB in 0s (0 B/s) [2021-03-09T16:59:35.367Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-03-09T16:59:35.367Z] Fetched 48.7 kB in 0s (0 B/s) [2021-03-09T16:59:35.367Z] Pulling static-packages [2021-03-09T16:59:35.367Z] + snapcraftctl pull [2021-03-09T16:59:35.367Z] 'go115' has dependencies that need to be staged: go-build-helper static-packages [2021-03-09T16:59:35.367Z] Skipping pull go-build-helper (already ran) [2021-03-09T16:59:35.367Z] Skipping pull static-packages (already ran) [2021-03-09T16:59:35.367Z] Building go-build-helper [2021-03-09T16:59:35.367Z] + snapcraftctl build [2021-03-09T16:59:35.374Z] 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-03-09T16:59:35.374Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-09T16:59:35.374Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-09T16:59:35.374Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-09T16:59:35.374Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-09T16:59:36.368Z] OK: 217 MiB in 51 packages [2021-03-09T16:59:36.368Z] OK: 217 MiB in 51 packages [2021-03-09T16:59:38.516Z] Removing intermediate container 86d2dfee2234 [2021-03-09T16:59:38.516Z] ---> 201243cf35d9 [2021-03-09T16:59:38.516Z] Step 6/26 : COPY go.mod . [2021-03-09T16:59:38.516Z] Removing intermediate container 38c266323e18 [2021-03-09T16:59:38.516Z] ---> 521dfc078215 [2021-03-09T16:59:38.516Z] Step 6/23 : COPY go.mod . [2021-03-09T16:59:39.571Z] Building static-packages [2021-03-09T16:59:39.571Z] + snapcraftctl build [2021-03-09T16:59:39.597Z] ---> ee27e8d0c73d [2021-03-09T16:59:39.597Z] Step 7/26 : RUN go mod download [2021-03-09T16:59:39.597Z] ---> Running in f26c06fae264 [2021-03-09T16:59:40.283Z] ---> 6274d02f5c90 [2021-03-09T16:59:40.283Z] Step 7/23 : RUN go mod download [2021-03-09T16:59:40.283Z] ---> Running in 84bba2697f28 [2021-03-09T16:59:40.953Z] Staging go-build-helper [2021-03-09T16:59:40.953Z] + snapcraftctl stage [2021-03-09T16:59:41.893Z] Staging static-packages [2021-03-09T16:59:41.893Z] + snapcraftctl stage [2021-03-09T16:59:42.845Z] Pulling go115 [2021-03-09T16:59:42.845Z] + snapcraftctl pull [2021-03-09T16:59:43.797Z] 'edgex-go' has dependencies that need to be staged: go115 [2021-03-09T16:59:43.797Z] Skipping pull go115 (already ran) [2021-03-09T16:59:43.797Z] Building go115 [2021-03-09T16:59:43.797Z] + dpkg --print-architecture [2021-03-09T16:59:43.797Z] + FILE_NAME=go1.15.2.linux-amd64.tar.gz [2021-03-09T16:59:43.797Z] + FILE_HASH=b49fda1ca29a1946d6bb2a5a6982cf07ccd2aba849289508ee0f9918f6bb4552 [2021-03-09T16:59:43.797Z] + curl https://dl.google.com/go/go1.15.2.linux-amd64.tar.gz -O [2021-03-09T16:59:43.797Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-09T16:59:43.797Z] Dload Upload Total Spent Left Speed [2021-03-09T16:59:45.734Z] Removing intermediate container f26c06fae264 [2021-03-09T16:59:45.734Z] ---> cd94fb4a63e3 [2021-03-09T16:59:45.734Z] Step 8/26 : COPY . . [2021-03-09T16:59:45.734Z] Removing intermediate container 84bba2697f28 [2021-03-09T16:59:45.734Z] ---> 1166e387cc37 [2021-03-09T16:59:45.734Z] Step 8/23 : COPY . . [2021-03-09T16:59:46.688Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 28 115M 28 32.9M 0 0 41.9M 0 0:00:02 --:--:-- 0:00:02 41.9M 70 115M 70 81.4M 0 0 45.5M 0 0:00:02 0:00:01 0:00:01 45.5M 100 115M 100 115M 0 0 43.0M 0 0:00:02 0:00:02 --:--:-- 43.0M [2021-03-09T16:59:46.688Z] + echo b49fda1ca29a1946d6bb2a5a6982cf07ccd2aba849289508ee0f9918f6bb4552 go1.15.2.linux-amd64.tar.gz [2021-03-09T16:59:46.688Z] + sha256sum -c sha256 [2021-03-09T16:59:46.688Z] + grep OK [2021-03-09T16:59:46.949Z] go1.15.2.linux-amd64.tar.gz: OK [2021-03-09T16:59:46.949Z] + mkdir -p /root/stage/go1.15 [2021-03-09T16:59:46.949Z] + tar -C /root/stage/go1.15 -xf go1.15.2.linux-amd64.tar.gz --strip-components=1 [2021-03-09T16:59:51.178Z] Staging go115 [2021-03-09T16:59:51.178Z] + snapcraftctl stage [2021-03-09T16:59:56.463Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-03-09T16:59:56.463Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-03-09T16:59:56.463Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-03-09T16:59:56.463Z] Fetched 0 B in 0s (0 B/s) [2021-03-09T16:59:56.463Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-03-09T16:59:56.463Z] Fetched 224 kB in 0s (0 B/s) [2021-03-09T16:59:56.463Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-03-09T16:59:56.463Z] Fetched 157 kB in 0s (0 B/s) [2021-03-09T16:59:56.463Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-03-09T16:59:56.463Z] Fetched 221 kB in 0s (0 B/s) [2021-03-09T16:59:56.463Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-03-09T16:59:56.463Z] Fetched 143 kB in 0s (0 B/s) [2021-03-09T16:59:56.463Z] Pulling edgex-go [2021-03-09T16:59:56.463Z] + snapcraftctl pull [2021-03-09T16:59:57.406Z] Pulling version [2021-03-09T16:59:57.406Z] + cd /root/project [2021-03-09T16:59:57.406Z] + [ -f VERSION ] [2021-03-09T16:59:57.406Z] + PROJECT_VERSION=local-dev [2021-03-09T16:59:57.406Z] + git rev-parse --short HEAD [2021-03-09T16:59:57.406Z] + GIT_REVISION=70985b36 [2021-03-09T16:59:57.406Z] + snapcraftctl set-version local-dev [2021-03-09T16:59:58.347Z] Building config-common [2021-03-09T16:59:58.347Z] + snapcraftctl build [2021-03-09T17:00:00.262Z] Skipping build go-build-helper (already ran) [2021-03-09T17:00:00.262Z] Skipping build static-packages (already ran) [2021-03-09T17:00:00.262Z] Skipping build go115 (already ran) [2021-03-09T17:00:00.262Z] Building edgex-go [2021-03-09T17:00:00.523Z] + export PATH=/root/stage/go1.15/bin:/bin:/root/stage/usr/sbin:/root/stage/usr/bin:/root/stage/sbin:/root/stage/bin:/root/parts/edgex-go/install/usr/sbin:/root/parts/edgex-go/install/usr/bin:/root/parts/edgex-go/install/sbin:/root/parts/edgex-go/install/bin:/snap/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/snapcraft/6120/bin/scriptlet-bin [2021-03-09T17:00:00.523Z] + cd /root/parts/edgex-go/src [2021-03-09T17:00:00.523Z] + make build [2021-03-09T17:00:00.523Z] 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-03-09T17:00:02.453Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-03-09T17:00:02.453Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.6 [2021-03-09T17:00:02.453Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.43 [2021-03-09T17:00:02.453Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.14 [2021-03-09T17:00:02.453Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-03-09T17:00:02.453Z] go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.3 [2021-03-09T17:00:02.453Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.7 [2021-03-09T17:00:02.453Z] go: downloading github.com/google/uuid v1.2.0 [2021-03-09T17:00:02.453Z] go: downloading github.com/hashicorp/consul/api v1.8.1 [2021-03-09T17:00:02.453Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2021-03-09T17:00:02.453Z] go: downloading github.com/pkg/errors v0.8.1 [2021-03-09T17:00:02.453Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-03-09T17:00:02.453Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.3 [2021-03-09T17:00:02.453Z] go: downloading github.com/go-playground/validator/v10 v10.3.0 [2021-03-09T17:00:02.453Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-03-09T17:00:02.453Z] go: downloading github.com/imdario/mergo v0.3.11 [2021-03-09T17:00:02.453Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-03-09T17:00:02.453Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-03-09T17:00:02.453Z] go: downloading github.com/pebbe/zmq4 v1.2.5 [2021-03-09T17:00:02.453Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-03-09T17:00:02.453Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.3.2 [2021-03-09T17:00:02.453Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-03-09T17:00:02.453Z] go: downloading github.com/x448/float16 v0.8.4 [2021-03-09T17:00:02.453Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2021-03-09T17:00:02.453Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-03-09T17:00:02.453Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-03-09T17:00:02.453Z] go: downloading github.com/hashicorp/serf v0.9.5 [2021-03-09T17:00:02.453Z] go: downloading github.com/hashicorp/go-hclog v0.12.0 [2021-03-09T17:00:02.453Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.2 [2021-03-09T17:00:02.453Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-03-09T17:00:02.453Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-03-09T17:00:02.453Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-03-09T17:00:02.453Z] go: downloading golang.org/x/net v0.0.0-20200425230154-ff2c4b7c35a0 [2021-03-09T17:00:02.453Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-03-09T17:00:02.453Z] go: downloading github.com/gorilla/websocket v1.4.2 [2021-03-09T17:00:02.453Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-03-09T17:00:02.453Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-03-09T17:00:02.713Z] go: downloading github.com/fatih/color v1.9.0 [2021-03-09T17:00:02.713Z] go: downloading github.com/mattn/go-isatty v0.0.12 [2021-03-09T17:00:02.713Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-03-09T17:00:02.713Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-03-09T17:00:02.713Z] go: downloading github.com/mattn/go-colorable v0.1.6 [2021-03-09T17:00:02.713Z] go: downloading golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd [2021-03-09T17:00:02.713Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-03-09T17:00:02.974Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-03-09T17:00:11.117Z] 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-03-09T17:00:11.117Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-03-09T17:00:16.494Z] 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-03-09T17:00:17.064Z] 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-03-09T17:00:18.109Z] ---> fb7201bfcf8a [2021-03-09T17:00:18.109Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-03-09T17:00:18.109Z] ---> Running in 87c03af0ea4e [2021-03-09T17:00:18.109Z] ---> 33093b2f379b [2021-03-09T17:00:18.109Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-03-09T17:00:18.109Z] ---> Running in 77780a840680 [2021-03-09T17:00:18.109Z] 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-03-09T17:00:18.109Z] 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-03-09T17:00:18.447Z] 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-03-09T17:00:18.708Z] 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-03-09T17:00:18.708Z] go: downloading github.com/stretchr/testify v1.7.0 [2021-03-09T17:00:18.967Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-03-09T17:00:18.967Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-03-09T17:00:18.967Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-03-09T17:00:20.877Z] 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-03-09T17:00:20.877Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-03-09T17:00:20.877Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-03-09T17:00:21.816Z] 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-03-09T17:00:22.758Z] 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-03-09T17:00:22.758Z] go: downloading golang.org/x/crypto v0.0.0-20190923035154-9ee001bba392 [2021-03-09T17:00:24.139Z] 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-03-09T17:00:25.084Z] 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-03-09T17:00:25.085Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-03-09T17:00:26.465Z] 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-03-09T17:00:26.465Z] go: downloading github.com/lib/pq v1.9.0 [2021-03-09T17:00:28.374Z] + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command [2021-03-09T17:00:28.374Z] + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml [2021-03-09T17:00:28.374Z] + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data [2021-03-09T17:00:28.374Z] + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml [2021-03-09T17:00:28.374Z] + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata [2021-03-09T17:00:28.374Z] + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml [2021-03-09T17:00:28.374Z] + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications [2021-03-09T17:00:28.374Z] + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml [2021-03-09T17:00:28.374Z] + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler [2021-03-09T17:00:28.374Z] + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml [2021-03-09T17:00:28.374Z] + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent [2021-03-09T17:00:28.374Z] + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml [2021-03-09T17:00:28.374Z] + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup [2021-03-09T17:00:28.374Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml [2021-03-09T17:00:28.374Z] + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup [2021-03-09T17:00:28.374Z] + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml [2021-03-09T17:00:28.374Z] + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider [2021-03-09T17:00:28.374Z] + 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-03-09T17:00:28.374Z] + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper [2021-03-09T17:00:28.374Z] + install -DT ./cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res-bootstrap-redis/configuration.toml [2021-03-09T17:00:28.374Z] + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config [2021-03-09T17:00:28.374Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml [2021-03-09T17:00:28.374Z] + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt [2021-03-09T17:00:28.374Z] + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE [2021-03-09T17:00:28.374Z] + 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-03-09T17:00:29.314Z] Building version [2021-03-09T17:00:29.314Z] + snapcraftctl build [2021-03-09T17:00:31.228Z] Staging config-common [2021-03-09T17:00:31.228Z] + snapcraftctl stage [2021-03-09T17:00:32.171Z] Skipping stage go-build-helper (already ran) [2021-03-09T17:00:32.171Z] Skipping stage static-packages (already ran) [2021-03-09T17:00:32.171Z] Skipping stage go115 (already ran) [2021-03-09T17:00:32.171Z] Staging edgex-go [2021-03-09T17:00:32.171Z] + snapcraftctl stage [2021-03-09T17:00:33.113Z] Staging version [2021-03-09T17:00:33.113Z] + snapcraftctl stage [2021-03-09T17:00:34.057Z] Priming config-common [2021-03-09T17:00:34.057Z] + snapcraftctl prime [2021-03-09T17:00:35.000Z] Priming go-build-helper [2021-03-09T17:00:35.000Z] + snapcraftctl prime [2021-03-09T17:00:35.946Z] Priming static-packages [2021-03-09T17:00:35.946Z] + snapcraftctl prime [2021-03-09T17:00:36.429Z] 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-03-09T17:00:38.492Z] Priming go115 [2021-03-09T17:00:38.492Z] + snapcraftctl prime [2021-03-09T17:00:39.433Z] Priming edgex-go [2021-03-09T17:00:39.433Z] + snapcraftctl prime [2021-03-09T17:00:40.816Z] Priming version [2021-03-09T17:00:40.816Z] + snapcraftctl prime [2021-03-09T17:00:41.756Z] The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-03-09T17:00:48.852Z] Removing intermediate container db0320c09c5b [2021-03-09T17:00:48.852Z] ---> 2b32bb3a672c [2021-03-09T17:00:48.852Z] [2021-03-09T17:00:48.852Z] Step 10/22 : FROM alpine:3.12 [2021-03-09T17:00:48.852Z] ---> d10569e2745f [2021-03-09T17:00:48.852Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-03-09T17:00:48.852Z] ---> Using cache [2021-03-09T17:00:48.852Z] ---> 88ecf5a3e414 [2021-03-09T17:00:48.852Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-09T17:00:48.852Z] ---> Using cache [2021-03-09T17:00:48.852Z] ---> 2655b0fd3713 [2021-03-09T17:00:48.852Z] Step 13/22 : ENV APP_PORT=48085 [2021-03-09T17:00:48.852Z] ---> Running in 53623f16a340 [2021-03-09T17:00:48.852Z] Removing intermediate container 53623f16a340 [2021-03-09T17:00:48.852Z] ---> 1a11747cc626 [2021-03-09T17:00:48.852Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-09T17:00:48.852Z] ---> Running in 3058db2f8c23 [2021-03-09T17:00:49.840Z] Removing intermediate container 3058db2f8c23 [2021-03-09T17:00:49.840Z] ---> 8a94705939db [2021-03-09T17:00:49.840Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-09T17:00:50.445Z] Removing intermediate container 143da698c7d4 [2021-03-09T17:00:50.445Z] ---> 7a977942aa38 [2021-03-09T17:00:50.445Z] [2021-03-09T17:00:50.445Z] Step 10/21 : FROM alpine:3.12 [2021-03-09T17:00:50.445Z] ---> d10569e2745f [2021-03-09T17:00:50.445Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-03-09T17:00:50.720Z] ---> Running in 37def7eeee7c [2021-03-09T17:00:51.324Z] ---> 171aa6dbca1e [2021-03-09T17:00:51.324Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-03-09T17:00:53.313Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-09T17:00:53.313Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-09T17:00:53.587Z] ---> 23ca4460abc3 [2021-03-09T17:00:53.587Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-03-09T17:00:53.898Z] (1/4) Installing ca-certificates (20191127-r4) [2021-03-09T17:00:53.898Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-03-09T17:00:53.898Z] (3/4) Installing libcurl (7.69.1-r3) [2021-03-09T17:00:53.898Z] (4/4) Installing curl (7.69.1-r3) [2021-03-09T17:00:54.177Z] Executing busybox-1.31.1-r19.trigger [2021-03-09T17:00:54.177Z] Executing ca-certificates-20191127-r4.trigger [2021-03-09T17:00:54.460Z] OK: 7 MiB in 18 packages [2021-03-09T17:00:54.737Z] ---> af7b69f4cef7 [2021-03-09T17:00:54.737Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-03-09T17:00:54.737Z] ---> Running in d8070327bf8f [2021-03-09T17:00:55.725Z] Removing intermediate container d8070327bf8f [2021-03-09T17:00:55.725Z] ---> 75862306e512 [2021-03-09T17:00:55.725Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-09T17:00:56.001Z] ---> Running in ad7c2256f63e [2021-03-09T17:00:56.990Z] Removing intermediate container 37def7eeee7c [2021-03-09T17:00:56.990Z] ---> db8053ebf548 [2021-03-09T17:00:56.990Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-09T17:00:56.990Z] Removing intermediate container ad7c2256f63e [2021-03-09T17:00:56.990Z] ---> b068a50074a7 [2021-03-09T17:00:56.990Z] Step 20/22 : LABEL arch=arm64 [2021-03-09T17:00:56.990Z] ---> Running in eb88e6a6c8bb [2021-03-09T17:00:56.991Z] ---> Running in 0a00d39a3b07 [2021-03-09T17:00:57.593Z] Removing intermediate container eb88e6a6c8bb [2021-03-09T17:00:57.593Z] ---> d2fc75d50443 [2021-03-09T17:00:57.874Z] Step 13/21 : WORKDIR /edgex [2021-03-09T17:00:57.874Z] Removing intermediate container 0a00d39a3b07 [2021-03-09T17:00:57.874Z] ---> 2070a8cdd055 [2021-03-09T17:00:57.874Z] Step 21/22 : LABEL git_sha=70985b36a4c4f7a9ce085f1c274b64dae150ac78 [2021-03-09T17:00:58.150Z] ---> Running in c470bd6a19fb [2021-03-09T17:00:58.150Z] ---> Running in cb1e3fc3ad6d [2021-03-09T17:00:58.757Z] Removing intermediate container c470bd6a19fb [2021-03-09T17:00:58.757Z] ---> 2d4dac90a7c9 [2021-03-09T17:00:58.757Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-03-09T17:00:59.029Z] Removing intermediate container cb1e3fc3ad6d [2021-03-09T17:00:59.029Z] ---> f5799d2c9145 [2021-03-09T17:00:59.029Z] Step 22/22 : LABEL version=0.0.0 [2021-03-09T17:00:59.302Z] ---> Running in f3fe31393dbc [2021-03-09T17:00:59.899Z] ---> d2038116b23a [2021-03-09T17:00:59.899Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-03-09T17:00:59.899Z] Removing intermediate container f3fe31393dbc [2021-03-09T17:00:59.899Z] ---> 593bc206910a [2021-03-09T17:00:59.899Z] [2021-03-09T17:01:00.883Z] Successfully built 593bc206910a [2021-03-09T17:01:00.883Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-03-09T17:01:01.876Z]  Building docker-support-scheduler-go ... done  ---> 01a1b9171579 [2021-03-09T17:01:01.876Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-03-09T17:01:03.341Z] ---> 9098c0d8ae94 [2021-03-09T17:01:03.341Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-03-09T17:01:03.618Z] ---> Running in 97458d31115d [2021-03-09T17:01:04.229Z] Removing intermediate container 97458d31115d [2021-03-09T17:01:04.229Z] ---> b49ee0fa9fca [2021-03-09T17:01:04.229Z] Step 18/21 : CMD ["--init=true"] [2021-03-09T17:01:04.229Z] ---> Running in bd5c1c7f3f05 [2021-03-09T17:01:04.831Z] Removing intermediate container bd5c1c7f3f05 [2021-03-09T17:01:04.831Z] ---> 4c5dd9cc512a [2021-03-09T17:01:04.831Z] Step 19/21 : LABEL arch=arm64 [2021-03-09T17:01:05.107Z] ---> Running in 229f03fa14aa [2021-03-09T17:01:05.708Z] Removing intermediate container 229f03fa14aa [2021-03-09T17:01:05.708Z] ---> f4e3fbefa164 [2021-03-09T17:01:05.708Z] Step 20/21 : LABEL git_sha=70985b36a4c4f7a9ce085f1c274b64dae150ac78 [2021-03-09T17:01:05.984Z] ---> Running in 85a2b4fa3007 [2021-03-09T17:01:06.591Z] Removing intermediate container 85a2b4fa3007 [2021-03-09T17:01:06.591Z] ---> 55a500f11808 [2021-03-09T17:01:06.591Z] Step 21/21 : LABEL version=0.0.0 [2021-03-09T17:01:06.867Z] ---> Running in c442d09509b8 [2021-03-09T17:01:07.467Z] Removing intermediate container c442d09509b8 [2021-03-09T17:01:07.467Z] ---> 41b18a5b90aa [2021-03-09T17:01:07.467Z] [2021-03-09T17:01:08.072Z] Successfully built 41b18a5b90aa [2021-03-09T17:01:08.072Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-03-09T17:01:26.412Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container 87c03af0ea4e [2021-03-09T17:01:26.412Z] ---> 907f069cf6ff [2021-03-09T17:01:26.412Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-03-09T17:01:26.412Z] ---> Running in 022e3109be65 [2021-03-09T17:01:26.412Z] 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-03-09T17:01:28.427Z] Removing intermediate container 022e3109be65 [2021-03-09T17:01:28.427Z] ---> 12bc592481f6 [2021-03-09T17:01:28.427Z] [2021-03-09T17:01:28.427Z] Step 11/26 : FROM docker:20.10.0 [2021-03-09T17:01:28.427Z] 20.10.0: Pulling from library/docker [2021-03-09T17:01:36.695Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-03-09T17:01:36.695Z] Status: Downloaded newer image for docker:20.10.0 [2021-03-09T17:01:36.695Z] ---> eeaf43b92773 [2021-03-09T17:01:36.695Z] Step 12/26 : RUN apk add --no-cache bash [2021-03-09T17:01:36.966Z] ---> Running in a4d08f432686 [2021-03-09T17:01:37.586Z] Removing intermediate container 77780a840680 [2021-03-09T17:01:37.586Z] ---> 5421a70f5f33 [2021-03-09T17:01:37.586Z] [2021-03-09T17:01:37.586Z] Step 10/23 : FROM alpine:3.12 [2021-03-09T17:01:37.586Z] ---> d10569e2745f [2021-03-09T17:01:37.586Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-03-09T17:01:37.586Z] ---> Running in d0f77bec3491 [2021-03-09T17:01:38.188Z] Removing intermediate container d0f77bec3491 [2021-03-09T17:01:38.188Z] ---> 40116948ec47 [2021-03-09T17:01:38.188Z] Step 12/23 : ENV APP_PORT=48080 [2021-03-09T17:01:38.188Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-09T17:01:38.188Z] ---> Running in 7abbda722e25 [2021-03-09T17:01:38.459Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-09T17:01:38.735Z] Removing intermediate container 7abbda722e25 [2021-03-09T17:01:38.735Z] ---> 9efca344573e [2021-03-09T17:01:38.735Z] Step 13/23 : EXPOSE $APP_PORT [2021-03-09T17:01:39.007Z] (1/2) Installing readline (8.0.4-r0) [2021-03-09T17:01:39.007Z] (2/2) Installing bash (5.0.17-r0) [2021-03-09T17:01:39.007Z] ---> Running in 4221be1b12d6 [2021-03-09T17:01:39.007Z] Executing bash-5.0.17-r0.post-install [2021-03-09T17:01:39.007Z] Executing busybox-1.31.1-r19.trigger [2021-03-09T17:01:39.007Z] OK: 12 MiB in 22 packages [2021-03-09T17:01:39.604Z] Removing intermediate container 4221be1b12d6 [2021-03-09T17:01:39.604Z] ---> 4fd2fe4ce485 [2021-03-09T17:01:39.604Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-09T17:01:39.876Z] ---> Running in 9a1d4c80b750 [2021-03-09T17:01:40.474Z] Removing intermediate container a4d08f432686 [2021-03-09T17:01:40.474Z] ---> c2d4cae463d2 [2021-03-09T17:01:40.474Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-03-09T17:01:40.749Z] ---> Running in fe39011d01a8 [2021-03-09T17:01:41.958Z] Removing intermediate container fe39011d01a8 [2021-03-09T17:01:41.958Z] ---> e31167653f6c [2021-03-09T17:01:41.958Z] Step 14/26 : ENV APP_PORT=48090 [2021-03-09T17:01:41.958Z] ---> Running in dfd6e037225c [2021-03-09T17:01:41.958Z] Removing intermediate container dfd6e037225c [2021-03-09T17:01:41.958Z] ---> f0ad6b6c5084 [2021-03-09T17:01:41.958Z] Step 15/26 : EXPOSE $APP_PORT [2021-03-09T17:01:42.231Z] ---> Running in 787d2cb06308 [2021-03-09T17:01:42.231Z] Removing intermediate container 9a1d4c80b750 [2021-03-09T17:01:42.231Z] ---> 6589ebf3022f [2021-03-09T17:01:42.231Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-03-09T17:01:42.504Z] ---> Running in 38dbfe4876cd [2021-03-09T17:01:42.780Z] Removing intermediate container 787d2cb06308 [2021-03-09T17:01:42.780Z] ---> 1e303d00d932 [2021-03-09T17:01:42.780Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-03-09T17:01:43.766Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-09T17:01:44.041Z] ---> 5caa8e917842 [2021-03-09T17:01:44.041Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-03-09T17:01:44.637Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-09T17:01:44.909Z] ---> dcfa2fe2565f [2021-03-09T17:01:44.909Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-03-09T17:01:45.502Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-03-09T17:01:45.774Z] (2/6) Installing libgcc (9.3.0-r2) [2021-03-09T17:01:45.774Z] ---> ef8f73e3f4e8 [2021-03-09T17:01:45.774Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-03-09T17:01:45.774Z] (3/6) Installing libsodium (1.0.18-r0) [2021-03-09T17:01:46.045Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-03-09T17:01:46.045Z] ---> Running in fe6c8d14aee7 [2021-03-09T17:01:46.317Z] (5/6) Installing libzmq (4.3.3-r0) [2021-03-09T17:01:46.589Z] (6/6) Installing zeromq (4.3.3-r0) [2021-03-09T17:01:46.589Z] Executing busybox-1.31.1-r19.trigger [2021-03-09T17:01:46.589Z] OK: 8 MiB in 20 packages [2021-03-09T17:01:47.182Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-09T17:01:47.454Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-09T17:01:48.049Z] Removing intermediate container 38dbfe4876cd [2021-03-09T17:01:48.049Z] ---> 215c8e341aed [2021-03-09T17:01:48.049Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-09T17:01:48.049Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-03-09T17:01:48.049Z] (2/33) Installing expat (2.2.9-r1) [2021-03-09T17:01:48.049Z] (3/33) Installing libffi (3.3-r2) [2021-03-09T17:01:48.049Z] (4/33) Installing gdbm (1.13-r1) [2021-03-09T17:01:48.049Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-03-09T17:01:48.049Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-03-09T17:01:48.049Z] (7/33) Installing python3 (3.8.5-r1) [2021-03-09T17:01:49.473Z] ---> b355b543aae9 [2021-03-09T17:01:49.473Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-03-09T17:01:50.068Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-03-09T17:01:50.068Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-03-09T17:01:50.068Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-03-09T17:01:50.068Z] (11/33) Installing py3-six (1.15.0-r0) [2021-03-09T17:01:50.068Z] (12/33) Installing py3-packaging (20.4-r0) [2021-03-09T17:01:50.068Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-03-09T17:01:50.068Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-03-09T17:01:50.068Z] (15/33) Installing py3-idna (2.9-r0) [2021-03-09T17:01:50.068Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-03-09T17:01:50.342Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-03-09T17:01:50.342Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-03-09T17:01:50.342Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-03-09T17:01:50.342Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-03-09T17:01:50.342Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-03-09T17:01:50.342Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-03-09T17:01:50.342Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-03-09T17:01:50.342Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-03-09T17:01:50.342Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-03-09T17:01:50.342Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-03-09T17:01:50.342Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-03-09T17:01:50.342Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-03-09T17:01:50.342Z] (29/33) Installing py3-progress (1.5-r0) [2021-03-09T17:01:50.342Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-03-09T17:01:50.615Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-03-09T17:01:50.615Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-03-09T17:01:50.615Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-03-09T17:01:50.615Z] Executing busybox-1.31.1-r19.trigger [2021-03-09T17:01:50.615Z] OK: 71 MiB in 55 packages [2021-03-09T17:01:51.226Z] ---> bbef798ff2bc [2021-03-09T17:01:51.226Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-03-09T17:01:52.205Z] ---> 6b754784c89f [2021-03-09T17:01:52.205Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-03-09T17:01:52.205Z] ---> Running in 0a4280717125 [2021-03-09T17:01:52.799Z] Removing intermediate container 0a4280717125 [2021-03-09T17:01:52.799Z] ---> d4312db560d0 [2021-03-09T17:01:52.799Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-09T17:01:53.072Z] ---> Running in 5704fcedde18 [2021-03-09T17:01:53.670Z] Removing intermediate container 5704fcedde18 [2021-03-09T17:01:53.670Z] ---> e62c92827ebb [2021-03-09T17:01:53.670Z] Step 21/23 : LABEL arch=arm64 [2021-03-09T17:01:53.942Z] ---> Running in 9a70fb35b2ca [2021-03-09T17:01:54.221Z] Removing intermediate container 9a70fb35b2ca [2021-03-09T17:01:54.221Z] ---> e96ca0f20642 [2021-03-09T17:01:54.221Z] Step 22/23 : LABEL git_sha=70985b36a4c4f7a9ce085f1c274b64dae150ac78 [2021-03-09T17:01:54.494Z] ---> Running in 2d3b21995a68 [2021-03-09T17:01:55.093Z] Removing intermediate container 2d3b21995a68 [2021-03-09T17:01:55.093Z] ---> b787e555a188 [2021-03-09T17:01:55.093Z] Step 23/23 : LABEL version=0.0.0 [2021-03-09T17:01:55.369Z] ---> Running in 80a59bbe315e [2021-03-09T17:01:55.966Z] Removing intermediate container 80a59bbe315e [2021-03-09T17:01:55.966Z] ---> c2c23c9fddc8 [2021-03-09T17:01:55.966Z] [2021-03-09T17:01:56.560Z] Successfully built c2c23c9fddc8 [2021-03-09T17:01:56.560Z] Successfully tagged docker-core-data-go-arm64:latest [2021-03-09T17:01:56.560Z]  Building docker-core-data-go ... done Removing intermediate container fe6c8d14aee7 [2021-03-09T17:01:56.560Z] ---> 963310a9fcac [2021-03-09T17:01:56.560Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-03-09T17:01:56.832Z] ---> Running in 473ae3dfb401 [2021-03-09T17:02:02.218Z] Collecting docker-compose==1.23.2 [2021-03-09T17:02:02.218Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-03-09T17:02:02.218Z] Collecting docker<4.0,>=3.6.0 [2021-03-09T17:02:02.218Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-03-09T17:02:02.808Z] Collecting cached-property<2,>=1.2.0 [2021-03-09T17:02:02.808Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-03-09T17:02:03.399Z] Collecting dockerpty<0.5,>=0.4.1 [2021-03-09T17:02:03.399Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-03-09T17:02:05.355Z] Collecting jsonschema<3,>=2.5.1 [2021-03-09T17:02:05.355Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-03-09T17:02:05.944Z] Collecting websocket-client<1.0,>=0.32.0 [2021-03-09T17:02:05.944Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-03-09T17:02:06.532Z] Collecting PyYAML<4,>=3.10 [2021-03-09T17:02:06.804Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-03-09T17:02:10.170Z] Collecting docopt<0.7,>=0.6.1 [2021-03-09T17:02:10.170Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-03-09T17:02:11.593Z] 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-03-09T17:02:12.565Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-03-09T17:02:12.565Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-03-09T17:02:12.836Z] Collecting texttable<0.10,>=0.9.0 [2021-03-09T17:02:12.836Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-03-09T17:02:14.796Z] Collecting docker-pycreds>=0.4.0 [2021-03-09T17:02:14.796Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-03-09T17:02:14.796Z] 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-03-09T17:02:15.386Z] Collecting urllib3<1.25,>=1.21.1 [2021-03-09T17:02:15.386Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-03-09T17:02:15.386Z] 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-03-09T17:02:15.657Z] Collecting idna<2.8,>=2.5 [2021-03-09T17:02:15.657Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-03-09T17:02:15.657Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-03-09T17:02:15.657Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-03-09T17:02:15.657Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-03-09T17:02:15.657Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-03-09T17:02:16.647Z] Installing collected packages: urllib3, idna, requests, websocket-client, docker-pycreds, docker, cached-property, dockerpty, jsonschema, PyYAML, docopt, texttable, docker-compose [2021-03-09T17:02:16.647Z] Attempting uninstall: urllib3 [2021-03-09T17:02:16.647Z] Found existing installation: urllib3 1.25.9 [2021-03-09T17:02:16.647Z] Uninstalling urllib3-1.25.9: [2021-03-09T17:02:16.647Z] Successfully uninstalled urllib3-1.25.9 [2021-03-09T17:02:17.260Z] Attempting uninstall: idna [2021-03-09T17:02:17.260Z] Found existing installation: idna 2.9 [2021-03-09T17:02:17.260Z] Uninstalling idna-2.9: [2021-03-09T17:02:17.554Z] Successfully uninstalled idna-2.9 [2021-03-09T17:02:18.209Z] Attempting uninstall: requests [2021-03-09T17:02:18.209Z] Found existing installation: requests 2.23.0 [2021-03-09T17:02:18.209Z] Uninstalling requests-2.23.0: [2021-03-09T17:02:18.209Z] Successfully uninstalled requests-2.23.0 [2021-03-09T17:02:19.681Z] Running setup.py install for dockerpty: started [2021-03-09T17:02:21.653Z] Running setup.py install for dockerpty: finished with status 'done' [2021-03-09T17:02:21.925Z] Running setup.py install for PyYAML: started [2021-03-09T17:02:23.889Z] Running setup.py install for PyYAML: finished with status 'done' [2021-03-09T17:02:23.889Z] Running setup.py install for docopt: started [2021-03-09T17:02:25.852Z] Running setup.py install for docopt: finished with status 'done' [2021-03-09T17:02:25.852Z] Running setup.py install for texttable: started [2021-03-09T17:02:27.275Z] Running setup.py install for texttable: finished with status 'done' [2021-03-09T17:02:28.248Z] 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-03-09T17:02:32.550Z] Removing intermediate container 473ae3dfb401 [2021-03-09T17:02:32.550Z] ---> b09e0b3633fd [2021-03-09T17:02:32.550Z] Step 21/26 : RUN apk --no-cache add curl [2021-03-09T17:02:32.550Z] ---> Running in 238b458fec2e [2021-03-09T17:02:33.139Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-09T17:02:33.408Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-09T17:02:33.995Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-03-09T17:02:33.995Z] (2/3) Installing libcurl (7.69.1-r3) [2021-03-09T17:02:33.995Z] (3/3) Installing curl (7.69.1-r3) [2021-03-09T17:02:33.995Z] Executing busybox-1.31.1-r19.trigger [2021-03-09T17:02:33.995Z] OK: 71 MiB in 58 packages [2021-03-09T17:02:34.971Z] Removing intermediate container 238b458fec2e [2021-03-09T17:02:34.971Z] ---> 5ca84b6d4a1b [2021-03-09T17:02:34.971Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-03-09T17:02:35.240Z] ---> Running in 3c558019a3fc [2021-03-09T17:02:35.510Z] Removing intermediate container 3c558019a3fc [2021-03-09T17:02:35.510Z] ---> aca68d383507 [2021-03-09T17:02:35.510Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-09T17:02:35.782Z] ---> Running in 6d27a0e30bb2 [2021-03-09T17:02:36.374Z] Removing intermediate container 6d27a0e30bb2 [2021-03-09T17:02:36.374Z] ---> f95bc19861b6 [2021-03-09T17:02:36.374Z] Step 24/26 : LABEL arch=arm64 [2021-03-09T17:02:36.374Z] ---> Running in d551546e6b9b [2021-03-09T17:02:36.967Z] Removing intermediate container d551546e6b9b [2021-03-09T17:02:36.967Z] ---> d433791eee26 [2021-03-09T17:02:36.967Z] Step 25/26 : LABEL git_sha=70985b36a4c4f7a9ce085f1c274b64dae150ac78 [2021-03-09T17:02:36.967Z] ---> Running in 6478b1497e19 [2021-03-09T17:02:37.561Z] Removing intermediate container 6478b1497e19 [2021-03-09T17:02:37.561Z] ---> ede03c3b6389 [2021-03-09T17:02:37.561Z] Step 26/26 : LABEL version=0.0.0 [2021-03-09T17:02:37.561Z] ---> Running in c8c971f50c99 [2021-03-09T17:02:38.152Z] Removing intermediate container c8c971f50c99 [2021-03-09T17:02:38.152Z] ---> 21bb86f3e729 [2021-03-09T17:02:38.152Z] [2021-03-09T17:02:38.422Z] Successfully built 21bb86f3e729 [2021-03-09T17:02:38.422Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-03-09T17:02:39.030Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-03-09T17:02:39.030Z] $ docker stop --time=1 f046a644f1154fbdbafd172584cfdd82884c8bcc31bab22c7ed7601dbc435dae [2021-03-09T17:02:41.050Z] $ docker rm -f f046a644f1154fbdbafd172584cfdd82884c8bcc31bab22c7ed7601dbc435dae [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-09T17:02:41.757Z] + docker images [2021-03-09T17:02:41.757Z] + grep docker [2021-03-09T17:02:42.031Z] docker-sys-mgmt-agent-go-arm64 latest 21bb86f3e729 4 seconds ago 300MB [2021-03-09T17:02:42.031Z] docker-core-data-go-arm64 latest c2c23c9fddc8 46 seconds ago 21.3MB [2021-03-09T17:02:42.031Z] docker-security-proxy-setup-go-arm64 latest 41b18a5b90aa About a minute ago 23.4MB [2021-03-09T17:02:42.031Z] docker-support-scheduler-go-arm64 latest 593bc206910a About a minute ago 16.3MB [2021-03-09T17:02:42.031Z] docker-security-bootstrapper-go-arm64 latest dd1d17cee57b 3 minutes ago 17.8MB [2021-03-09T17:02:42.031Z] docker-core-metadata-go-arm64 latest de36f57ee49e 4 minutes ago 17.9MB [2021-03-09T17:02:42.031Z] docker-support-notifications-go-arm64 latest 583f80f4d940 4 minutes ago 16.9MB [2021-03-09T17:02:42.031Z] docker-core-command-go-arm64 latest 761ecdd53965 4 minutes ago 16.2MB [2021-03-09T17:02:42.031Z] docker-security-secretstore-setup-go-arm64 latest 055a1c140d08 4 minutes ago 23.7MB [2021-03-09T17:02:42.031Z] docker 20.10.0 eeaf43b92773 2 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-03-09T17:02:43.208Z] ---> job-cost.sh [2021-03-09T17:02:43.208Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-q44H [2021-03-09T17:03:22.154Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-03-09T17:04:58.902Z] lf-activate-venv(): INFO: Adding /tmp/venv-q44H/bin to PATH [2021-03-09T17:04:58.902Z] INFO: No Stack... [2021-03-09T17:04:58.902Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-03-09T17:04:58.902Z] INFO: Archiving Costs [Pipeline] sh [2021-03-09T17:04:59.239Z] + cat /w/workspace/edgex-go/11/archives/cost.csv [2021-03-09T17:04:59.239Z] + cut -d, -f6 [Pipeline] lock [2021-03-09T17:05:00.093Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3209-11-stack-cost] [2021-03-09T17:05:00.106Z] Resource [jenkins-edgexfoundry-edgex-go-PR-3209-11-stack-cost] did not exist. Created. [2021-03-09T17:05:00.106Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3209-11-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-03-09T17:05:00.551Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-03-09T17:05:00.832Z] Stashed 1 file(s) [Pipeline] } [2021-03-09T17:05:00.848Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3209-11-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-03-09T17:05:02.154Z] provisioning config files... [2021-03-09T17:05:02.167Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/11@tmp/config8175519021596523742tmp [Pipeline] { [Pipeline] sh [2021-03-09T17:05:02.587Z] + set +x [2021-03-09T17:05:02.587Z] + curl -s https://codecov.io/bash [2021-03-09T17:05:02.587Z] + bash -s -- [2021-03-09T17:05:03.164Z] [2021-03-09T17:05:03.164Z] _____ _ [2021-03-09T17:05:03.164Z] / ____| | | [2021-03-09T17:05:03.164Z] | | ___ __| | ___ ___ _____ __ [2021-03-09T17:05:03.164Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-03-09T17:05:03.164Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-03-09T17:05:03.164Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-03-09T17:05:03.164Z] Bash-20210309-2b87ace [2021-03-09T17:05:03.164Z] [2021-03-09T17:05:03.164Z] [2021-03-09T17:05:03.164Z] ==> git version 2.24.3 found [2021-03-09T17:05:03.164Z] ==> 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-03-09T17:05:03.164Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-03-09T17:05:03.164Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-03-09T17:05:03.164Z] ==> Jenkins CI detected. [2021-03-09T17:05:03.164Z] project root: . [2021-03-09T17:05:03.164Z] --> token set from env [2021-03-09T17:05:03.164Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-03-09T17:05:03.164Z] ==> Running gcov in . (disable via -X gcov) [2021-03-09T17:05:03.164Z] ==> Python coveragepy not found [2021-03-09T17:05:03.164Z] ==> Searching for coverage reports in: [2021-03-09T17:05:03.164Z] + . [2021-03-09T17:05:03.164Z] -> Found 1 reports [2021-03-09T17:05:03.164Z] ==> Detecting git/mercurial file structure [2021-03-09T17:05:03.427Z] ==> Reading reports [2021-03-09T17:05:03.427Z] + ./coverage.out bytes=624012 [2021-03-09T17:05:03.427Z] ==> Appending adjustments [2021-03-09T17:05:03.427Z] https://docs.codecov.io/docs/fixing-reports [2021-03-09T17:05:06.739Z] + Found adjustments [2021-03-09T17:05:06.739Z] ==> Gzipping contents [2021-03-09T17:05:06.739Z] 92K /tmp/codecov.oSpZeK.gz [2021-03-09T17:05:06.739Z] ==> Uploading reports [2021-03-09T17:05:06.739Z] url: https://codecov.io [2021-03-09T17:05:06.739Z] query: branch=PR-3209&commit=70985b36a4c4f7a9ce085f1c274b64dae150ac78&build=11&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3209%2F11%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3209&job=&cmd_args= [2021-03-09T17:05:06.739Z] -> Pinging Codecov [2021-03-09T17:05:06.739Z] https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=PR-3209&commit=70985b36a4c4f7a9ce085f1c274b64dae150ac78&build=11&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3209%2F11%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3209&job=&cmd_args= [2021-03-09T17:05:07.313Z] -> Uploading to [2021-03-09T17:05:07.313Z] https://storage.googleapis.com/codecov/v4/raw/2021-03-09/00271124DB129430A58F1EEE437C3FCB/70985b36a4c4f7a9ce085f1c274b64dae150ac78/b48dec5c-a263-4d86-823c-7333dda70589.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210309%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210309T170507Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=b2f9f398c2001b59021e1cf90970b01851a6007573185060fe40c111bcb5a8da [2021-03-09T17:05:07.313Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-09T17:05:07.313Z] Dload Upload Total Spent Left Speed [2021-03-09T17:05:07.886Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 92226 0 0 100 92226 0 152k --:--:-- --:--:-- --:--:-- 152k 100 92226 0 0 100 92226 0 152k --:--:-- --:--:-- --:--:-- 152k [2021-03-09T17:05:07.886Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/70985b36a4c4f7a9ce085f1c274b64dae150ac78 [Pipeline] } [2021-03-09T17:05:07.897Z] 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-03-09T17:05:09.713Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-09T17:05:10.603Z] ---> package-listing.sh [2021-03-09T17:05:10.603Z] ++ facter osfamily [2021-03-09T17:05:10.603Z] ++ tr '[:upper:]' '[:lower:]' [2021-03-09T17:05:10.603Z] + OS_FAMILY=redhat [2021-03-09T17:05:10.603Z] + workspace=/w/workspace/edgex-go/11 [2021-03-09T17:05:10.603Z] + START_PACKAGES=/tmp/packages_start.txt [2021-03-09T17:05:10.603Z] + END_PACKAGES=/tmp/packages_end.txt [2021-03-09T17:05:10.603Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-03-09T17:05:10.603Z] + PACKAGES=/tmp/packages_start.txt [2021-03-09T17:05:10.603Z] + '[' /w/workspace/edgex-go/11 ']' [2021-03-09T17:05:10.603Z] + PACKAGES=/tmp/packages_end.txt [2021-03-09T17:05:10.603Z] + case "${OS_FAMILY}" in [2021-03-09T17:05:10.603Z] + rpm -qa [2021-03-09T17:05:10.603Z] + sort [2021-03-09T17:05:15.911Z] + '[' -f /tmp/packages_start.txt ']' [2021-03-09T17:05:15.911Z] + '[' -f /tmp/packages_end.txt ']' [2021-03-09T17:05:15.911Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-03-09T17:05:15.911Z] + '[' /w/workspace/edgex-go/11 ']' [2021-03-09T17:05:15.911Z] + mkdir -p /w/workspace/edgex-go/11/archives/ [2021-03-09T17:05:15.911Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/11/archives/ [Pipeline] echo [2021-03-09T17:05:15.959Z] 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/11/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-03-09T17:05:16.260Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-03-09T17:05:16.569Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-09T17:05:16.570Z] [2021-03-09T17:05:16.570Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-03-09T17:05:16.919Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-09T17:05:16.919Z] alpine: Pulling from edgex-lftools-log-publisher [2021-03-09T17:05:16.919Z] df20fa9351a1: Pulling fs layer [2021-03-09T17:05:16.919Z] 36b3adc4ff6f: Pulling fs layer [2021-03-09T17:05:16.919Z] 8ad3a11d3b57: Pulling fs layer [2021-03-09T17:05:16.919Z] 46f8f816bc3b: Pulling fs layer [2021-03-09T17:05:16.919Z] 93b61091891f: Pulling fs layer [2021-03-09T17:05:16.919Z] 93b9cdb0e59b: Pulling fs layer [2021-03-09T17:05:16.919Z] 5e14af77c1be: Pulling fs layer [2021-03-09T17:05:16.919Z] 01666e4c0597: Pulling fs layer [2021-03-09T17:05:16.919Z] aa168da1d23b: Pulling fs layer [2021-03-09T17:05:16.919Z] 46f8f816bc3b: Waiting [2021-03-09T17:05:16.919Z] 93b61091891f: Waiting [2021-03-09T17:05:16.919Z] 5e14af77c1be: Waiting [2021-03-09T17:05:16.919Z] 01666e4c0597: Waiting [2021-03-09T17:05:16.919Z] aa168da1d23b: Waiting [2021-03-09T17:05:17.182Z] 36b3adc4ff6f: Verifying Checksum [2021-03-09T17:05:17.182Z] 36b3adc4ff6f: Download complete [2021-03-09T17:05:17.182Z] 46f8f816bc3b: Verifying Checksum [2021-03-09T17:05:17.182Z] 46f8f816bc3b: Download complete [2021-03-09T17:05:17.182Z] df20fa9351a1: Verifying Checksum [2021-03-09T17:05:17.182Z] df20fa9351a1: Download complete [2021-03-09T17:05:17.182Z] 93b9cdb0e59b: Verifying Checksum [2021-03-09T17:05:17.182Z] 93b9cdb0e59b: Download complete [2021-03-09T17:05:17.182Z] 5e14af77c1be: Verifying Checksum [2021-03-09T17:05:17.182Z] 5e14af77c1be: Download complete [2021-03-09T17:05:17.182Z] 93b61091891f: Download complete [2021-03-09T17:05:17.182Z] 01666e4c0597: Verifying Checksum [2021-03-09T17:05:17.182Z] 01666e4c0597: Download complete [2021-03-09T17:05:17.444Z] df20fa9351a1: Pull complete [2021-03-09T17:05:17.707Z] 8ad3a11d3b57: Verifying Checksum [2021-03-09T17:05:17.707Z] 8ad3a11d3b57: Download complete [2021-03-09T17:05:17.707Z] 36b3adc4ff6f: Pull complete [2021-03-09T17:05:19.108Z] 8ad3a11d3b57: Pull complete [2021-03-09T17:05:20.065Z] aa168da1d23b: Download complete [2021-03-09T17:05:20.065Z] 46f8f816bc3b: Pull complete [2021-03-09T17:05:20.639Z] 93b61091891f: Pull complete [2021-03-09T17:05:20.639Z] 93b9cdb0e59b: Pull complete [2021-03-09T17:05:20.639Z] 5e14af77c1be: Pull complete [2021-03-09T17:05:20.904Z] 01666e4c0597: Pull complete [2021-03-09T17:05:29.124Z] aa168da1d23b: Pull complete [2021-03-09T17:05:29.124Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-03-09T17:05:29.124Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-09T17:05:29.124Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-03-09T17:05:29.505Z] prd-centos7-docker-4c-2g-29154 does not seem to be running inside a container [2021-03-09T17:05:29.788Z] $ 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/11/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/11 -v /w/workspace/edgex-go/11:/w/workspace/edgex-go/11:rw,z -v /w/workspace/edgex-go/11@tmp:/w/workspace/edgex-go/11@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-03-09T17:05:33.597Z] $ docker top 63047bec1fbfef25285944a57952b93fddbdac4ffbb3c93617566db0e9cabf0d -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-09T17:05:34.155Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-03-09T17:05:34.805Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-03-09T17:05:35.108Z] + ls /var/log/sa-host [2021-03-09T17:05:35.108Z] + sadf -c /var/log/sa-host/sa09 [2021-03-09T17:05:35.108Z] file_magic: OK [2021-03-09T17:05:35.108Z] HZ: Using current value: 100 [2021-03-09T17:05:35.108Z] file_header: OK [2021-03-09T17:05:35.108Z] 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-03-09T17:05:35.108Z] Statistics: [2021-03-09T17:05:35.108Z] 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... [2021-03-09T17:05:35.108Z] File successfully converted to sysstat format version 12.2.1 [2021-03-09T17:05:35.108Z] + sadf -c /var/log/sa-host/sa23 [2021-03-09T17:05:35.108Z] file_magic: OK [2021-03-09T17:05:35.108Z] HZ: Using current value: 100 [2021-03-09T17:05:35.108Z] file_header: OK [2021-03-09T17:05:35.109Z] 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-03-09T17:05:35.109Z] Statistics: [2021-03-09T17:05:35.109Z] Hnuu...uuuununununu... [2021-03-09T17:05:35.109Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-03-09T17:05:35.726Z] provisioning config files... [2021-03-09T17:05:35.742Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/11@tmp/config4867244486436524750tmp [Pipeline] { [Pipeline] echo [2021-03-09T17:05:35.858Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-09T17:05:36.158Z] ---> create-netrc.sh [Pipeline] } [2021-03-09T17:05:36.168Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-03-09T17:05:36.268Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-09T17:05:36.603Z] ---> python-tools-install.sh [Pipeline] echo [2021-03-09T17:05:36.618Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-09T17:05:36.942Z] ---> sudo-logs.sh [2021-03-09T17:05:36.942Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-03-09T17:05:37.030Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-09T17:05:37.353Z] ---> job-cost.sh [2021-03-09T17:05:37.353Z] lf-activate-venv: SKIPPING [2021-03-09T17:05:37.353Z] DEBUG: total: 0.20999999344348907 [2021-03-09T17:05:37.353Z] INFO: Retrieving Stack Cost... [2021-03-09T17:05:38.300Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-03-09T17:05:38.874Z] INFO: Archiving Costs [Pipeline] echo [2021-03-09T17:05:38.889Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-09T17:05:39.187Z] ---> logs-deploy.sh [2021-03-09T17:05:39.188Z] lf-activate-venv: SKIPPING [2021-03-09T17:05:39.188Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3209/11 [2021-03-09T17:05:39.188Z] INFO: archiving workspace using pattern(s): [2021-03-09T17:05:41.107Z] Archives upload complete. [2021-03-09T17:05:41.107Z] INFO: archiving logs to Nexus [2021-03-09T17:05:42.068Z] ---> uname -a: [2021-03-09T17:05:42.068Z] Linux prd-centos7-docker-4c-2g-29154.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux [2021-03-09T17:05:42.068Z] [2021-03-09T17:05:42.068Z] [2021-03-09T17:05:42.068Z] ---> lscpu: [2021-03-09T17:05:42.068Z] Architecture: x86_64 [2021-03-09T17:05:42.068Z] CPU op-mode(s): 32-bit, 64-bit [2021-03-09T17:05:42.068Z] Byte Order: Little Endian [2021-03-09T17:05:42.068Z] Address sizes: 40 bits physical, 48 bits virtual [2021-03-09T17:05:42.068Z] CPU(s): 4 [2021-03-09T17:05:42.068Z] On-line CPU(s) list: 0-3 [2021-03-09T17:05:42.068Z] Thread(s) per core: 1 [2021-03-09T17:05:42.068Z] Core(s) per socket: 1 [2021-03-09T17:05:42.068Z] Socket(s): 4 [2021-03-09T17:05:42.068Z] NUMA node(s): 1 [2021-03-09T17:05:42.068Z] Vendor ID: GenuineIntel [2021-03-09T17:05:42.068Z] CPU family: 6 [2021-03-09T17:05:42.068Z] Model: 44 [2021-03-09T17:05:42.068Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2021-03-09T17:05:42.068Z] Stepping: 1 [2021-03-09T17:05:42.068Z] CPU MHz: 2933.438 [2021-03-09T17:05:42.068Z] BogoMIPS: 5866.87 [2021-03-09T17:05:42.068Z] Virtualization: VT-x [2021-03-09T17:05:42.068Z] Hypervisor vendor: KVM [2021-03-09T17:05:42.068Z] Virtualization type: full [2021-03-09T17:05:42.068Z] L1d cache: 128 KiB [2021-03-09T17:05:42.068Z] L1i cache: 128 KiB [2021-03-09T17:05:42.068Z] L2 cache: 16 MiB [2021-03-09T17:05:42.068Z] L3 cache: 64 MiB [2021-03-09T17:05:42.068Z] NUMA node0 CPU(s): 0-3 [2021-03-09T17:05:42.068Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2021-03-09T17:05:42.068Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2021-03-09T17:05:42.068Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2021-03-09T17:05:42.068Z] Vulnerability Meltdown: Mitigation; PTI [2021-03-09T17:05:42.068Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2021-03-09T17:05:42.068Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2021-03-09T17:05:42.068Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2021-03-09T17:05:42.068Z] Vulnerability Srbds: Not affected [2021-03-09T17:05:42.068Z] Vulnerability Tsx async abort: Not affected [2021-03-09T17:05:42.068Z] Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp [2021-03-09T17:05:42.068Z] [2021-03-09T17:05:42.068Z] [2021-03-09T17:05:42.068Z] ---> nproc: [2021-03-09T17:05:42.068Z] 4 [2021-03-09T17:05:42.068Z] [2021-03-09T17:05:42.068Z]